A key/value map of labels to add to the container. This parameter maps to
- * Labels
in the docker conainer create command and the --label
option to docker run. This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log in to your container instance and run the following command: sudo docker version --format '\{\{.Server.APIVersion\}\}'
+ * Labels
in the docker container create command and the --label
option to docker run. This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log in to your container instance and run the following command: sudo docker version --format '\{\{.Server.APIVersion\}\}'
*
* @public
*/
@@ -6165,7 +6175,7 @@ export interface ContainerDefinition {
/**
* Amazon ECS tasks hosted on Fargate use the default
* resource limit values set by the operating system with the exception of
@@ -6185,7 +6195,7 @@ export interface ContainerDefinition {
/**
*
The log configuration specification for the container.
- * The container health check command and associated configuration parameters for the
- * container. This parameter maps to HealthCheck
in the docker conainer create command and the
+ * container. This parameter maps to HealthCheck
in the docker container create command and the
* HEALTHCHECK
parameter of docker
* run.
* @public
@@ -6223,7 +6233,7 @@ export interface ContainerDefinition {
/**
* A list of namespaced kernel parameters to set in the container. This parameter maps to
- * Sysctls
in tthe docker conainer create command and the --sysctl
option to docker run. For example, you can configure
+ * Sysctls
in the docker container create command and the --sysctl
option to docker run. For example, you can configure
* net.ipv4.tcp_keepalive_time
setting to maintain longer lived
* connections.
* @public
@@ -6624,7 +6634,7 @@ export interface DockerVolumeConfiguration {
* by Docker because it is used for task placement. If the driver was installed using the
* Docker plugin CLI, use Custom metadata to add to your Docker volume. This parameter maps to
- * Labels
in the docker conainer create command and the xxlabel
option to docker
+ * Labels
in the docker container create command and the xxlabel
option to docker
* volume create.
* @public
*/
@@ -7043,8 +7053,8 @@ export interface TaskDefinition {
placementConstraints?: TaskDefinitionPlacementConstraint[];
/**
- * The task launch types the task definition validated against during task definition
- * registration. For more information, see Amazon ECS launch types
+ *
Amazon ECS validates the task definition parameters with those supported by the launch type. For
+ * more information, see Amazon ECS launch types
* in the Amazon Elastic Container Service Developer Guide.
* @public
*/
@@ -10262,11 +10272,6 @@ export interface PutAccountSettingRequest {
*
*
- *
* fargateTaskRetirementWaitPeriod
- When Amazon Web Services determines that a
* security or infrastructure update is needed for an Amazon ECS task hosted on
* Fargate, the tasks need to be stopped and new tasks launched to replace them.
diff --git a/codegen/sdk-codegen/aws-models/ecs.json b/codegen/sdk-codegen/aws-models/ecs.json
index 854049db5bb2..7fcb2a81ee02 100644
--- a/codegen/sdk-codegen/aws-models/ecs.json
+++ b/codegen/sdk-codegen/aws-models/ecs.json
@@ -2279,13 +2279,13 @@
"name": {
"target": "com.amazonaws.ecs#String",
"traits": {
- "smithy.api#documentation": "
The name of a container. If you're linking multiple containers together in a task\n\t\t\tdefinition, the name
of one container can be entered in the\n\t\t\t\tlinks
of another container to connect the containers.\n\t\t\tUp to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed. This parameter maps to name
in tthe docker conainer create command and the\n\t\t\t\t--name
option to docker\n\t\t\trun.
"
+ "smithy.api#documentation": "The name of a container. If you're linking multiple containers together in a task\n\t\t\tdefinition, the name
of one container can be entered in the\n\t\t\t\tlinks
of another container to connect the containers.\n\t\t\tUp to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed. This parameter maps to name
in the docker container create command and the\n\t\t\t\t--name
option to docker\n\t\t\trun.
"
}
},
"image": {
"target": "com.amazonaws.ecs#String",
"traits": {
- "smithy.api#documentation": "The image used to start a container. This string is passed directly to the Docker\n\t\t\tdaemon. By default, images in the Docker Hub registry are available. Other repositories\n\t\t\tare specified with either \n repository-url/image:tag\n
or \n repository-url/image@digest\n
. Up to 255 letters (uppercase and lowercase), numbers, hyphens, underscores, colons, periods, forward slashes, and number signs are allowed. This parameter maps to Image
in the docker conainer create command and the\n\t\t\t\tIMAGE
parameter of docker\n\t\t\t\trun.
\n \n - \n
When a new task starts, the Amazon ECS container agent pulls the latest version of\n\t\t\t\t\tthe specified image and tag for the container to use. However, subsequent\n\t\t\t\t\tupdates to a repository image aren't propagated to already running tasks.
\n \n - \n
Images in Amazon ECR repositories can be specified by either using the full\n\t\t\t\t\t\tregistry/repository:tag
or\n\t\t\t\t\t\tregistry/repository@digest
. For example,\n\t\t\t\t\t\t012345678910.dkr.ecr..amazonaws.com/:latest
\n\t\t\t\t\tor\n\t\t\t\t\t\t012345678910.dkr.ecr..amazonaws.com/@sha256:94afd1f2e64d908bc90dbca0035a5b567EXAMPLE
.\n\t\t\t\t
\n \n - \n
Images in official repositories on Docker Hub use a single name (for example,\n\t\t\t\t\t\tubuntu
or mongo
).
\n \n - \n
Images in other repositories on Docker Hub are qualified with an organization\n\t\t\t\t\tname (for example, amazon/amazon-ecs-agent
).
\n \n - \n
Images in other online repositories are qualified further by a domain name\n\t\t\t\t\t(for example, quay.io/assemblyline/ubuntu
).
\n \n
"
+ "smithy.api#documentation": "The image used to start a container. This string is passed directly to the Docker\n\t\t\tdaemon. By default, images in the Docker Hub registry are available. Other repositories\n\t\t\tare specified with either \n repository-url/image:tag\n
or \n repository-url/image@digest\n
. Up to 255 letters (uppercase and lowercase), numbers, hyphens, underscores, colons, periods, forward slashes, and number signs are allowed. This parameter maps to Image
in the docker container create command and the\n\t\t\t\tIMAGE
parameter of docker\n\t\t\t\trun.
\n \n - \n
When a new task starts, the Amazon ECS container agent pulls the latest version of\n\t\t\t\t\tthe specified image and tag for the container to use. However, subsequent\n\t\t\t\t\tupdates to a repository image aren't propagated to already running tasks.
\n \n - \n
Images in Amazon ECR repositories can be specified by either using the full\n\t\t\t\t\t\tregistry/repository:tag
or\n\t\t\t\t\t\tregistry/repository@digest
. For example,\n\t\t\t\t\t\t012345678910.dkr.ecr..amazonaws.com/:latest
\n\t\t\t\t\tor\n\t\t\t\t\t\t012345678910.dkr.ecr..amazonaws.com/@sha256:94afd1f2e64d908bc90dbca0035a5b567EXAMPLE
.\n\t\t\t\t
\n \n - \n
Images in official repositories on Docker Hub use a single name (for example,\n\t\t\t\t\t\tubuntu
or mongo
).
\n \n - \n
Images in other repositories on Docker Hub are qualified with an organization\n\t\t\t\t\tname (for example, amazon/amazon-ecs-agent
).
\n \n - \n
Images in other online repositories are qualified further by a domain name\n\t\t\t\t\t(for example, quay.io/assemblyline/ubuntu
).
\n \n
"
}
},
"repositoryCredentials": {
@@ -2298,31 +2298,31 @@
"target": "com.amazonaws.ecs#Integer",
"traits": {
"smithy.api#default": 0,
- "smithy.api#documentation": "The number of cpu
units reserved for the container. This parameter maps\n\t\t\tto CpuShares
in the docker conainer create commandand the --cpu-shares
option to docker run.
\n This field is optional for tasks using the Fargate launch type, and the\n\t\t\tonly requirement is that the total amount of CPU reserved for all containers within a\n\t\t\ttask be lower than the task-level cpu
value.
\n \n You can determine the number of CPU units that are available per EC2 instance type\n\t\t\t\tby multiplying the vCPUs listed for that instance type on the Amazon EC2 Instances detail page\n\t\t\t\tby 1,024.
\n \n Linux containers share unallocated CPU units with other containers on the container\n\t\t\tinstance with the same ratio as their allocated amount. For example, if you run a\n\t\t\tsingle-container task on a single-core instance type with 512 CPU units specified for\n\t\t\tthat container, and that's the only task running on the container instance, that\n\t\t\tcontainer could use the full 1,024 CPU unit share at any given time. However, if you\n\t\t\tlaunched another copy of the same task on that container instance, each task is\n\t\t\tguaranteed a minimum of 512 CPU units when needed. Moreover, each container could float\n\t\t\tto higher CPU usage if the other container was not using it. If both tasks were 100%\n\t\t\tactive all of the time, they would be limited to 512 CPU units.
\n On Linux container instances, the Docker daemon on the container instance uses the CPU\n\t\t\tvalue to calculate the relative CPU share ratios for running containers. The minimum valid CPU share value\n\t\t\tthat the Linux kernel allows is 2, and the\n\t\t\tmaximum valid CPU share value that the Linux kernel allows is 262144. However, the CPU parameter isn't required, and you\n\t\t\tcan use CPU values below 2 or above 262144 in your container definitions. For CPU values below 2\n\t\t\t(including null) or above 262144, the behavior varies based on your Amazon ECS container agent\n\t\t\tversion:
\n \n - \n
\n Agent versions less than or equal to 1.1.0:\n\t\t\t\t\tNull and zero CPU values are passed to Docker as 0, which Docker then converts\n\t\t\t\t\tto 1,024 CPU shares. CPU values of 1 are passed to Docker as 1, which the Linux\n\t\t\t\t\tkernel converts to two CPU shares.
\n \n - \n
\n Agent versions greater than or equal to 1.2.0:\n\t\t\t\t\tNull, zero, and CPU values of 1 are passed to Docker as 2.
\n \n - \n
\n Agent versions greater than or equal to\n\t\t\t\t\t\t1.84.0: CPU values greater than 256 vCPU are passed to Docker as\n\t\t\t\t\t256, which is equivalent to 262144 CPU shares.
\n \n
\n On Windows container instances, the CPU limit is enforced as an absolute limit, or a\n\t\t\tquota. Windows containers only have access to the specified amount of CPU that's\n\t\t\tdescribed in the task definition. A null or zero CPU value is passed to Docker as\n\t\t\t\t0
, which Windows interprets as 1% of one CPU.
"
+ "smithy.api#documentation": "The number of cpu
units reserved for the container. This parameter maps\n\t\t\tto CpuShares
in the docker container create commandand the --cpu-shares
option to docker run.
\n This field is optional for tasks using the Fargate launch type, and the\n\t\t\tonly requirement is that the total amount of CPU reserved for all containers within a\n\t\t\ttask be lower than the task-level cpu
value.
\n \n You can determine the number of CPU units that are available per EC2 instance type\n\t\t\t\tby multiplying the vCPUs listed for that instance type on the Amazon EC2 Instances detail page\n\t\t\t\tby 1,024.
\n \n Linux containers share unallocated CPU units with other containers on the container\n\t\t\tinstance with the same ratio as their allocated amount. For example, if you run a\n\t\t\tsingle-container task on a single-core instance type with 512 CPU units specified for\n\t\t\tthat container, and that's the only task running on the container instance, that\n\t\t\tcontainer could use the full 1,024 CPU unit share at any given time. However, if you\n\t\t\tlaunched another copy of the same task on that container instance, each task is\n\t\t\tguaranteed a minimum of 512 CPU units when needed. Moreover, each container could float\n\t\t\tto higher CPU usage if the other container was not using it. If both tasks were 100%\n\t\t\tactive all of the time, they would be limited to 512 CPU units.
\n On Linux container instances, the Docker daemon on the container instance uses the CPU\n\t\t\tvalue to calculate the relative CPU share ratios for running containers. The minimum valid CPU share value\n\t\t\tthat the Linux kernel allows is 2, and the\n\t\t\tmaximum valid CPU share value that the Linux kernel allows is 262144. However, the CPU parameter isn't required, and you\n\t\t\tcan use CPU values below 2 or above 262144 in your container definitions. For CPU values below 2\n\t\t\t(including null) or above 262144, the behavior varies based on your Amazon ECS container agent\n\t\t\tversion:
\n \n - \n
\n Agent versions less than or equal to 1.1.0:\n\t\t\t\t\tNull and zero CPU values are passed to Docker as 0, which Docker then converts\n\t\t\t\t\tto 1,024 CPU shares. CPU values of 1 are passed to Docker as 1, which the Linux\n\t\t\t\t\tkernel converts to two CPU shares.
\n \n - \n
\n Agent versions greater than or equal to 1.2.0:\n\t\t\t\t\tNull, zero, and CPU values of 1 are passed to Docker as 2.
\n \n - \n
\n Agent versions greater than or equal to\n\t\t\t\t\t\t1.84.0: CPU values greater than 256 vCPU are passed to Docker as\n\t\t\t\t\t256, which is equivalent to 262144 CPU shares.
\n \n
\n On Windows container instances, the CPU limit is enforced as an absolute limit, or a\n\t\t\tquota. Windows containers only have access to the specified amount of CPU that's\n\t\t\tdescribed in the task definition. A null or zero CPU value is passed to Docker as\n\t\t\t\t0
, which Windows interprets as 1% of one CPU.
"
}
},
"memory": {
"target": "com.amazonaws.ecs#BoxedInteger",
"traits": {
- "smithy.api#documentation": "The amount (in MiB) of memory to present to the container. If your container attempts\n\t\t\tto exceed the memory specified here, the container is killed. The total amount of memory\n\t\t\treserved for all containers within a task must be lower than the task\n\t\t\t\tmemory
value, if one is specified. This parameter maps to\n\t\t\tMemory
in thethe docker conainer create command and the --memory
option to docker run.
\n If using the Fargate launch type, this parameter is optional.
\n If using the EC2 launch type, you must specify either a task-level\n\t\t\tmemory value or a container-level memory value. If you specify both a container-level\n\t\t\t\tmemory
and memoryReservation
value, memory
\n\t\t\tmust be greater than memoryReservation
. If you specify\n\t\t\t\tmemoryReservation
, then that value is subtracted from the available\n\t\t\tmemory resources for the container instance where the container is placed. Otherwise,\n\t\t\tthe value of memory
is used.
\n The Docker 20.10.0 or later daemon reserves a minimum of 6 MiB of memory for a\n\t\t\tcontainer. So, don't specify less than 6 MiB of memory for your containers.
\n The Docker 19.03.13-ce or earlier daemon reserves a minimum of 4 MiB of memory for a\n\t\t\tcontainer. So, don't specify less than 4 MiB of memory for your containers.
"
+ "smithy.api#documentation": "The amount (in MiB) of memory to present to the container. If your container attempts\n\t\t\tto exceed the memory specified here, the container is killed. The total amount of memory\n\t\t\treserved for all containers within a task must be lower than the task\n\t\t\t\tmemory
value, if one is specified. This parameter maps to\n\t\t\tMemory
in the docker container create command and the --memory
option to docker run.
\n If using the Fargate launch type, this parameter is optional.
\n If using the EC2 launch type, you must specify either a task-level\n\t\t\tmemory value or a container-level memory value. If you specify both a container-level\n\t\t\t\tmemory
and memoryReservation
value, memory
\n\t\t\tmust be greater than memoryReservation
. If you specify\n\t\t\t\tmemoryReservation
, then that value is subtracted from the available\n\t\t\tmemory resources for the container instance where the container is placed. Otherwise,\n\t\t\tthe value of memory
is used.
\n The Docker 20.10.0 or later daemon reserves a minimum of 6 MiB of memory for a\n\t\t\tcontainer. So, don't specify less than 6 MiB of memory for your containers.
\n The Docker 19.03.13-ce or earlier daemon reserves a minimum of 4 MiB of memory for a\n\t\t\tcontainer. So, don't specify less than 4 MiB of memory for your containers.
"
}
},
"memoryReservation": {
"target": "com.amazonaws.ecs#BoxedInteger",
"traits": {
- "smithy.api#documentation": "The soft limit (in MiB) of memory to reserve for the container. When system memory is\n\t\t\tunder heavy contention, Docker attempts to keep the container memory to this soft limit.\n\t\t\tHowever, your container can consume more memory when it needs to, up to either the hard\n\t\t\tlimit specified with the memory
parameter (if applicable), or all of the\n\t\t\tavailable memory on the container instance, whichever comes first. This parameter maps\n\t\t\tto MemoryReservation
in the the docker conainer create command and the --memory-reservation
option to docker run.
\n If a task-level memory value is not specified, you must specify a non-zero integer for\n\t\t\tone or both of memory
or memoryReservation
in a container\n\t\t\tdefinition. If you specify both, memory
must be greater than\n\t\t\t\tmemoryReservation
. If you specify memoryReservation
, then\n\t\t\tthat value is subtracted from the available memory resources for the container instance\n\t\t\twhere the container is placed. Otherwise, the value of memory
is\n\t\t\tused.
\n For example, if your container normally uses 128 MiB of memory, but occasionally\n\t\t\tbursts to 256 MiB of memory for short periods of time, you can set a\n\t\t\t\tmemoryReservation
of 128 MiB, and a memory
hard limit of\n\t\t\t300 MiB. This configuration would allow the container to only reserve 128 MiB of memory\n\t\t\tfrom the remaining resources on the container instance, but also allow the container to\n\t\t\tconsume more memory resources when needed.
\n The Docker 20.10.0 or later daemon reserves a minimum of 6 MiB of memory for a\n\t\t\tcontainer. So, don't specify less than 6 MiB of memory for your containers.
\n The Docker 19.03.13-ce or earlier daemon reserves a minimum of 4 MiB of memory for a\n\t\t\tcontainer. So, don't specify less than 4 MiB of memory for your containers.
"
+ "smithy.api#documentation": "The soft limit (in MiB) of memory to reserve for the container. When system memory is\n\t\t\tunder heavy contention, Docker attempts to keep the container memory to this soft limit.\n\t\t\tHowever, your container can consume more memory when it needs to, up to either the hard\n\t\t\tlimit specified with the memory
parameter (if applicable), or all of the\n\t\t\tavailable memory on the container instance, whichever comes first. This parameter maps\n\t\t\tto MemoryReservation
in the docker container create command and the --memory-reservation
option to docker run.
\n If a task-level memory value is not specified, you must specify a non-zero integer for\n\t\t\tone or both of memory
or memoryReservation
in a container\n\t\t\tdefinition. If you specify both, memory
must be greater than\n\t\t\t\tmemoryReservation
. If you specify memoryReservation
, then\n\t\t\tthat value is subtracted from the available memory resources for the container instance\n\t\t\twhere the container is placed. Otherwise, the value of memory
is\n\t\t\tused.
\n For example, if your container normally uses 128 MiB of memory, but occasionally\n\t\t\tbursts to 256 MiB of memory for short periods of time, you can set a\n\t\t\t\tmemoryReservation
of 128 MiB, and a memory
hard limit of\n\t\t\t300 MiB. This configuration would allow the container to only reserve 128 MiB of memory\n\t\t\tfrom the remaining resources on the container instance, but also allow the container to\n\t\t\tconsume more memory resources when needed.
\n The Docker 20.10.0 or later daemon reserves a minimum of 6 MiB of memory for a\n\t\t\tcontainer. So, don't specify less than 6 MiB of memory for your containers.
\n The Docker 19.03.13-ce or earlier daemon reserves a minimum of 4 MiB of memory for a\n\t\t\tcontainer. So, don't specify less than 4 MiB of memory for your containers.
"
}
},
"links": {
"target": "com.amazonaws.ecs#StringList",
"traits": {
- "smithy.api#documentation": "The links
parameter allows containers to communicate with each other\n\t\t\twithout the need for port mappings. This parameter is only supported if the network mode\n\t\t\tof a task definition is bridge
. The name:internalName
\n\t\t\tconstruct is analogous to name:alias
in Docker links.\n\t\t\tUp to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed.. This parameter maps to Links
in the docker conainer create command and the\n\t\t\t\t--link
option to docker\n\t\t\trun.
\n \n This parameter is not supported for Windows containers.
\n \n \n Containers that are collocated on a single container instance may be able to\n\t\t\t\tcommunicate with each other without requiring links or host port mappings. Network\n\t\t\t\tisolation is achieved on the container instance using security groups and VPC\n\t\t\t\tsettings.
\n "
+ "smithy.api#documentation": "The links
parameter allows containers to communicate with each other\n\t\t\twithout the need for port mappings. This parameter is only supported if the network mode\n\t\t\tof a task definition is bridge
. The name:internalName
\n\t\t\tconstruct is analogous to name:alias
in Docker links.\n\t\t\tUp to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed.. This parameter maps to Links
in the docker container create command and the\n\t\t\t\t--link
option to docker\n\t\t\trun.
\n \n This parameter is not supported for Windows containers.
\n \n \n Containers that are collocated on a single container instance may be able to\n\t\t\t\tcommunicate with each other without requiring links or host port mappings. Network\n\t\t\t\tisolation is achieved on the container instance using security groups and VPC\n\t\t\t\tsettings.
\n "
}
},
"portMappings": {
"target": "com.amazonaws.ecs#PortMappingList",
"traits": {
- "smithy.api#documentation": "The list of port mappings for the container. Port mappings allow containers to access\n\t\t\tports on the host container instance to send or receive traffic.
\n For task definitions that use the awsvpc
network mode, only specify the\n\t\t\t\tcontainerPort
. The hostPort
can be left blank or it must\n\t\t\tbe the same value as the containerPort
.
\n Port mappings on Windows use the NetNAT
gateway address rather than\n\t\t\t\tlocalhost
. There's no loopback for port mappings on Windows, so you\n\t\t\tcan't access a container's mapped port from the host itself.
\n This parameter maps to PortBindings
in the\n\t\t\tthe docker conainer create command and the\n\t\t\t\t--publish
option to docker\n\t\t\t\trun. If the network mode of a task definition is set to none
,\n\t\t\tthen you can't specify port mappings. If the network mode of a task definition is set to\n\t\t\t\thost
, then host ports must either be undefined or they must match the\n\t\t\tcontainer port in the port mapping.
\n \n After a task reaches the RUNNING
status, manual and automatic host\n\t\t\t\tand container port assignments are visible in the Network\n\t\t\t\t\tBindings section of a container description for a selected task in\n\t\t\t\tthe Amazon ECS console. The assignments are also visible in the\n\t\t\t\tnetworkBindings
section DescribeTasks\n\t\t\t\tresponses.
\n "
+ "smithy.api#documentation": "The list of port mappings for the container. Port mappings allow containers to access\n\t\t\tports on the host container instance to send or receive traffic.
\n For task definitions that use the awsvpc
network mode, only specify the\n\t\t\t\tcontainerPort
. The hostPort
can be left blank or it must\n\t\t\tbe the same value as the containerPort
.
\n Port mappings on Windows use the NetNAT
gateway address rather than\n\t\t\t\tlocalhost
. There's no loopback for port mappings on Windows, so you\n\t\t\tcan't access a container's mapped port from the host itself.
\n This parameter maps to PortBindings
in the\n\t\t\tthe docker container create command and the\n\t\t\t\t--publish
option to docker\n\t\t\t\trun. If the network mode of a task definition is set to none
,\n\t\t\tthen you can't specify port mappings. If the network mode of a task definition is set to\n\t\t\t\thost
, then host ports must either be undefined or they must match the\n\t\t\tcontainer port in the port mapping.
\n \n After a task reaches the RUNNING
status, manual and automatic host\n\t\t\t\tand container port assignments are visible in the Network\n\t\t\t\t\tBindings section of a container description for a selected task in\n\t\t\t\tthe Amazon ECS console. The assignments are also visible in the\n\t\t\t\tnetworkBindings
section DescribeTasks\n\t\t\t\tresponses.
\n "
}
},
"essential": {
@@ -2340,19 +2340,19 @@
"entryPoint": {
"target": "com.amazonaws.ecs#StringList",
"traits": {
- "smithy.api#documentation": "\n Early versions of the Amazon ECS container agent don't properly handle\n\t\t\t\t\tentryPoint
parameters. If you have problems using\n\t\t\t\t\tentryPoint
, update your container agent or enter your commands and\n\t\t\t\targuments as command
array items instead.
\n \n The entry point that's passed to the container. This parameter maps to\n\t\t\tEntrypoint
in tthe docker conainer create command and the --entrypoint
option to docker run.
"
+ "smithy.api#documentation": "\n Early versions of the Amazon ECS container agent don't properly handle\n\t\t\t\t\tentryPoint
parameters. If you have problems using\n\t\t\t\t\tentryPoint
, update your container agent or enter your commands and\n\t\t\t\targuments as command
array items instead.
\n \n The entry point that's passed to the container. This parameter maps to\n\t\t\tEntrypoint
in the docker container create command and the --entrypoint
option to docker run.
"
}
},
"command": {
"target": "com.amazonaws.ecs#StringList",
"traits": {
- "smithy.api#documentation": "The command that's passed to the container. This parameter maps to Cmd
in\n\t\t\tthe docker conainer create command and the\n\t\t\t\tCOMMAND
parameter to docker\n\t\t\t\trun. If there are multiple arguments, each\n\t\t\targument is a separated string in the array.
"
+ "smithy.api#documentation": "The command that's passed to the container. This parameter maps to Cmd
in\n\t\t\tthe docker container create command and the\n\t\t\t\tCOMMAND
parameter to docker\n\t\t\t\trun. If there are multiple arguments, each\n\t\t\targument is a separated string in the array.
"
}
},
"environment": {
"target": "com.amazonaws.ecs#EnvironmentVariables",
"traits": {
- "smithy.api#documentation": "The environment variables to pass to a container. This parameter maps to\n\t\t\tEnv
in the docker conainer create command and the --env
option to docker run.
\n \n We don't recommend that you use plaintext environment variables for sensitive\n\t\t\t\tinformation, such as credential data.
\n "
+ "smithy.api#documentation": "The environment variables to pass to a container. This parameter maps to\n\t\t\tEnv
in the docker container create command and the --env
option to docker run.
\n \n We don't recommend that you use plaintext environment variables for sensitive\n\t\t\t\tinformation, such as credential data.
\n "
}
},
"environmentFiles": {
@@ -2364,13 +2364,13 @@
"mountPoints": {
"target": "com.amazonaws.ecs#MountPointList",
"traits": {
- "smithy.api#documentation": "The mount points for data volumes in your container.
\n This parameter maps to Volumes
in the the docker conainer create command and the --volume
option to docker run.
\n Windows containers can mount whole directories on the same drive as\n\t\t\t\t$env:ProgramData
. Windows containers can't mount directories on a\n\t\t\tdifferent drive, and mount point can't be across drives.
"
+ "smithy.api#documentation": "The mount points for data volumes in your container.
\n This parameter maps to Volumes
in the docker container create command and the --volume
option to docker run.
\n Windows containers can mount whole directories on the same drive as\n\t\t\t\t$env:ProgramData
. Windows containers can't mount directories on a\n\t\t\tdifferent drive, and mount point can't be across drives.
"
}
},
"volumesFrom": {
"target": "com.amazonaws.ecs#VolumeFromList",
"traits": {
- "smithy.api#documentation": "Data volumes to mount from another container. This parameter maps to\n\t\t\tVolumesFrom
in tthe docker conainer create command and the --volumes-from
option to docker run.
"
+ "smithy.api#documentation": "Data volumes to mount from another container. This parameter maps to\n\t\t\tVolumesFrom
in the docker container create command and the --volumes-from
option to docker run.
"
}
},
"linuxParameters": {
@@ -2400,109 +2400,109 @@
"stopTimeout": {
"target": "com.amazonaws.ecs#BoxedInteger",
"traits": {
- "smithy.api#documentation": "Time duration (in seconds) to wait before the container is forcefully killed if it\n\t\t\tdoesn't exit normally on its own.
\n For tasks using the Fargate launch type, the task or service requires\n\t\t\tthe following platforms:
\n \n The max stop timeout value is 120 seconds and if the parameter is not specified, the\n\t\t\tdefault value of 30 seconds is used.
\n For tasks that use the EC2 launch type, if the stopTimeout
\n\t\t\tparameter isn't specified, the value set for the Amazon ECS container agent configuration\n\t\t\tvariable ECS_CONTAINER_STOP_TIMEOUT
is used. If neither the\n\t\t\t\tstopTimeout
parameter or the ECS_CONTAINER_STOP_TIMEOUT
\n\t\t\tagent configuration variable are set, then the default values of 30 seconds for Linux\n\t\t\tcontainers and 30 seconds on Windows containers are used. Your container instances\n\t\t\trequire at least version 1.26.0 of the container agent to use a container stop timeout\n\t\t\tvalue. However, we recommend using the latest container agent version. For information\n\t\t\tabout checking your agent version and updating to the latest version, see Updating the Amazon ECS Container Agent in the Amazon Elastic Container Service Developer Guide. If you're using\n\t\t\tan Amazon ECS-optimized Linux AMI, your instance needs at least version 1.26.0-1 of the\n\t\t\t\tecs-init
package. If your container instances are launched from version\n\t\t\t\t20190301
or later, then they contain the required versions of the\n\t\t\tcontainer agent and ecs-init
. For more information, see Amazon ECS-optimized Linux AMI in the Amazon Elastic Container Service Developer Guide.
\n The valid values are 2-120 seconds.
"
+ "smithy.api#documentation": "Time duration (in seconds) to wait before the container is forcefully killed if it\n\t\t\tdoesn't exit normally on its own.
\n For tasks using the Fargate launch type, the task or service requires\n\t\t\tthe following platforms:
\n \n For tasks that use the Fargate launch type, the max stop timeout value is 120 seconds and if the parameter is not specified, the\n\t\t\tdefault value of 30 seconds is used.
\n For tasks that use the EC2 launch type, if the stopTimeout
\n\t\t\tparameter isn't specified, the value set for the Amazon ECS container agent configuration\n\t\t\tvariable ECS_CONTAINER_STOP_TIMEOUT
is used. If neither the\n\t\t\t\tstopTimeout
parameter or the ECS_CONTAINER_STOP_TIMEOUT
\n\t\t\tagent configuration variable are set, then the default values of 30 seconds for Linux\n\t\t\tcontainers and 30 seconds on Windows containers are used. Your container instances\n\t\t\trequire at least version 1.26.0 of the container agent to use a container stop timeout\n\t\t\tvalue. However, we recommend using the latest container agent version. For information\n\t\t\tabout checking your agent version and updating to the latest version, see Updating the Amazon ECS Container Agent in the Amazon Elastic Container Service Developer Guide. If you're using\n\t\t\tan Amazon ECS-optimized Linux AMI, your instance needs at least version 1.26.0-1 of the\n\t\t\t\tecs-init
package. If your container instances are launched from version\n\t\t\t\t20190301
or later, then they contain the required versions of the\n\t\t\tcontainer agent and ecs-init
. For more information, see Amazon ECS-optimized Linux AMI in the Amazon Elastic Container Service Developer Guide.
\n The valid values for Fargate are 2-120 seconds.
"
}
},
"hostname": {
"target": "com.amazonaws.ecs#String",
"traits": {
- "smithy.api#documentation": "The hostname to use for your container. This parameter maps to Hostname
\n\t\t\tin thethe docker conainer create command and the\n\t\t\t\t--hostname
option to docker\n\t\t\t\trun.
\n \n The hostname
parameter is not supported if you're using the\n\t\t\t\t\tawsvpc
network mode.
\n "
+ "smithy.api#documentation": "The hostname to use for your container. This parameter maps to Hostname
\n\t\t\tin the docker container create command and the\n\t\t\t\t--hostname
option to docker\n\t\t\t\trun.
\n \n The hostname
parameter is not supported if you're using the\n\t\t\t\t\tawsvpc
network mode.
\n "
}
},
"user": {
"target": "com.amazonaws.ecs#String",
"traits": {
- "smithy.api#documentation": "The user to use inside the container. This parameter maps to User
in the docker conainer create command and the\n\t\t\t\t--user
option to docker\n\t\t\trun.
\n \n When running tasks using the host
network mode, don't run containers\n\t\t\t\tusing the root user (UID 0). We recommend using a non-root user for better\n\t\t\t\tsecurity.
\n \n You can specify the user
using the following formats. If specifying a UID\n\t\t\tor GID, you must specify it as a positive integer.
\n \n - \n
\n user
\n
\n \n - \n
\n user:group
\n
\n \n - \n
\n uid
\n
\n \n - \n
\n uid:gid
\n
\n \n - \n
\n user:gid
\n
\n \n - \n
\n uid:group
\n
\n \n
\n \n This parameter is not supported for Windows containers.
\n "
+ "smithy.api#documentation": "The user to use inside the container. This parameter maps to User
in the docker container create command and the\n\t\t\t\t--user
option to docker\n\t\t\trun.
\n \n When running tasks using the host
network mode, don't run containers\n\t\t\t\tusing the root user (UID 0). We recommend using a non-root user for better\n\t\t\t\tsecurity.
\n \n You can specify the user
using the following formats. If specifying a UID\n\t\t\tor GID, you must specify it as a positive integer.
\n \n - \n
\n user
\n
\n \n - \n
\n user:group
\n
\n \n - \n
\n uid
\n
\n \n - \n
\n uid:gid
\n
\n \n - \n
\n user:gid
\n
\n \n - \n
\n uid:group
\n
\n \n
\n \n This parameter is not supported for Windows containers.
\n "
}
},
"workingDirectory": {
"target": "com.amazonaws.ecs#String",
"traits": {
- "smithy.api#documentation": "The working directory to run commands inside the container in. This parameter maps to\n\t\t\tWorkingDir
in the docker conainer create command and the --workdir
option to docker run.
"
+ "smithy.api#documentation": "The working directory to run commands inside the container in. This parameter maps to\n\t\t\tWorkingDir
in the docker container create command and the --workdir
option to docker run.
"
}
},
"disableNetworking": {
"target": "com.amazonaws.ecs#BoxedBoolean",
"traits": {
- "smithy.api#documentation": "When this parameter is true, networking is off within the container. This parameter\n\t\t\tmaps to NetworkDisabled
in the docker conainer create command.
\n \n This parameter is not supported for Windows containers.
\n "
+ "smithy.api#documentation": "When this parameter is true, networking is off within the container. This parameter\n\t\t\tmaps to NetworkDisabled
in the docker container create command.
\n \n This parameter is not supported for Windows containers.
\n "
}
},
"privileged": {
"target": "com.amazonaws.ecs#BoxedBoolean",
"traits": {
- "smithy.api#documentation": "When this parameter is true, the container is given elevated privileges on the host\n\t\t\tcontainer instance (similar to the root
user). This parameter maps to\n\t\t\tPrivileged
in the the docker conainer create command and the --privileged
option to docker run
\n \n This parameter is not supported for Windows containers or tasks run on Fargate.
\n "
+ "smithy.api#documentation": "When this parameter is true, the container is given elevated privileges on the host\n\t\t\tcontainer instance (similar to the root
user). This parameter maps to\n\t\t\tPrivileged
in the docker container create command and the --privileged
option to docker run
\n \n This parameter is not supported for Windows containers or tasks run on Fargate.
\n "
}
},
"readonlyRootFilesystem": {
"target": "com.amazonaws.ecs#BoxedBoolean",
"traits": {
- "smithy.api#documentation": "When this parameter is true, the container is given read-only access to its root file\n\t\t\tsystem. This parameter maps to ReadonlyRootfs
in the docker conainer create command and the\n\t\t\t\t--read-only
option to docker\n\t\t\t\trun.
\n \n This parameter is not supported for Windows containers.
\n "
+ "smithy.api#documentation": "When this parameter is true, the container is given read-only access to its root file\n\t\t\tsystem. This parameter maps to ReadonlyRootfs
in the docker container create command and the\n\t\t\t\t--read-only
option to docker\n\t\t\t\trun.
\n \n This parameter is not supported for Windows containers.
\n "
}
},
"dnsServers": {
"target": "com.amazonaws.ecs#StringList",
"traits": {
- "smithy.api#documentation": "A list of DNS servers that are presented to the container. This parameter maps to\n\t\t\tDns
in the the docker conainer create command and the --dns
option to docker run.
\n \n This parameter is not supported for Windows containers.
\n "
+ "smithy.api#documentation": "A list of DNS servers that are presented to the container. This parameter maps to\n\t\t\tDns
in the docker container create command and the --dns
option to docker run.
\n \n This parameter is not supported for Windows containers.
\n "
}
},
"dnsSearchDomains": {
"target": "com.amazonaws.ecs#StringList",
"traits": {
- "smithy.api#documentation": "A list of DNS search domains that are presented to the container. This parameter maps\n\t\t\tto DnsSearch
in the docker conainer create command and the --dns-search
option to docker run.
\n \n This parameter is not supported for Windows containers.
\n "
+ "smithy.api#documentation": "A list of DNS search domains that are presented to the container. This parameter maps\n\t\t\tto DnsSearch
in the docker container create command and the --dns-search
option to docker run.
\n \n This parameter is not supported for Windows containers.
\n "
}
},
"extraHosts": {
"target": "com.amazonaws.ecs#HostEntryList",
"traits": {
- "smithy.api#documentation": "A list of hostnames and IP address mappings to append to the /etc/hosts
\n\t\t\tfile on the container. This parameter maps to ExtraHosts
in the docker conainer create command and the\n\t\t\t\t--add-host
option to docker\n\t\t\t\trun.
\n \n This parameter isn't supported for Windows containers or tasks that use the\n\t\t\t\t\tawsvpc
network mode.
\n "
+ "smithy.api#documentation": "A list of hostnames and IP address mappings to append to the /etc/hosts
\n\t\t\tfile on the container. This parameter maps to ExtraHosts
in the docker container create command and the\n\t\t\t\t--add-host
option to docker\n\t\t\t\trun.
\n \n This parameter isn't supported for Windows containers or tasks that use the\n\t\t\t\t\tawsvpc
network mode.
\n "
}
},
"dockerSecurityOptions": {
"target": "com.amazonaws.ecs#StringList",
"traits": {
- "smithy.api#documentation": "A list of strings to provide custom configuration for multiple security systems. This field isn't valid for containers in tasks\n\t\t\tusing the Fargate launch type.
\n For Linux tasks on EC2, this parameter can be used to reference custom\n\t\t\tlabels for SELinux and AppArmor multi-level security systems.
\n For any tasks on EC2, this parameter can be used to reference a\n\t\t\tcredential spec file that configures a container for Active Directory authentication.\n\t\t\tFor more information, see Using gMSAs for Windows\n\t\t\t\tContainers and Using gMSAs for Linux\n\t\t\t\tContainers in the Amazon Elastic Container Service Developer Guide.
\n This parameter maps to SecurityOpt
in the docker conainer create command and the\n\t\t\t\t--security-opt
option to docker\n\t\t\t\trun.
\n \n The Amazon ECS container agent running on a container instance must register with the\n\t\t\t\t\tECS_SELINUX_CAPABLE=true
or ECS_APPARMOR_CAPABLE=true
\n\t\t\t\tenvironment variables before containers placed on that instance can use these\n\t\t\t\tsecurity options. For more information, see Amazon ECS Container\n\t\t\t\t\tAgent Configuration in the Amazon Elastic Container Service Developer Guide.
\n \n Valid values: \"no-new-privileges\" | \"apparmor:PROFILE\" | \"label:value\" |\n\t\t\t\"credentialspec:CredentialSpecFilePath\"
"
+ "smithy.api#documentation": "A list of strings to provide custom configuration for multiple security systems. This field isn't valid for containers in tasks\n\t\t\tusing the Fargate launch type.
\n For Linux tasks on EC2, this parameter can be used to reference custom\n\t\t\tlabels for SELinux and AppArmor multi-level security systems.
\n For any tasks on EC2, this parameter can be used to reference a\n\t\t\tcredential spec file that configures a container for Active Directory authentication.\n\t\t\tFor more information, see Using gMSAs for Windows\n\t\t\t\tContainers and Using gMSAs for Linux\n\t\t\t\tContainers in the Amazon Elastic Container Service Developer Guide.
\n This parameter maps to SecurityOpt
in the docker container create command and the\n\t\t\t\t--security-opt
option to docker\n\t\t\t\trun.
\n \n The Amazon ECS container agent running on a container instance must register with the\n\t\t\t\t\tECS_SELINUX_CAPABLE=true
or ECS_APPARMOR_CAPABLE=true
\n\t\t\t\tenvironment variables before containers placed on that instance can use these\n\t\t\t\tsecurity options. For more information, see Amazon ECS Container\n\t\t\t\t\tAgent Configuration in the Amazon Elastic Container Service Developer Guide.
\n \n Valid values: \"no-new-privileges\" | \"apparmor:PROFILE\" | \"label:value\" |\n\t\t\t\"credentialspec:CredentialSpecFilePath\"
"
}
},
"interactive": {
"target": "com.amazonaws.ecs#BoxedBoolean",
"traits": {
- "smithy.api#documentation": "When this parameter is true
, you can deploy containerized applications\n\t\t\tthat require stdin
or a tty
to be allocated. This parameter\n\t\t\tmaps to OpenStdin
in the docker conainer create command and the --interactive
option to docker run.
"
+ "smithy.api#documentation": "When this parameter is true
, you can deploy containerized applications\n\t\t\tthat require stdin
or a tty
to be allocated. This parameter\n\t\t\tmaps to OpenStdin
in the docker container create command and the --interactive
option to docker run.
"
}
},
"pseudoTerminal": {
"target": "com.amazonaws.ecs#BoxedBoolean",
"traits": {
- "smithy.api#documentation": "When this parameter is true
, a TTY is allocated. This parameter maps to\n\t\t\tTty
in tthe docker conainer create command and the --tty
option to docker run.
"
+ "smithy.api#documentation": "When this parameter is true
, a TTY is allocated. This parameter maps to\n\t\t\tTty
in the docker container create command and the --tty
option to docker run.
"
}
},
"dockerLabels": {
"target": "com.amazonaws.ecs#DockerLabelsMap",
"traits": {
- "smithy.api#documentation": "A key/value map of labels to add to the container. This parameter maps to\n\t\t\tLabels
in the docker conainer create command and the --label
option to docker run. This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log in to your container instance and run the following command: sudo docker version --format '{{.Server.APIVersion}}'
\n
"
+ "smithy.api#documentation": "A key/value map of labels to add to the container. This parameter maps to\n\t\t\tLabels
in the docker container create command and the --label
option to docker run. This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log in to your container instance and run the following command: sudo docker version --format '{{.Server.APIVersion}}'
\n
"
}
},
"ulimits": {
"target": "com.amazonaws.ecs#UlimitList",
"traits": {
- "smithy.api#documentation": "A list of ulimits
to set in the container. If a ulimit
value\n\t\t\tis specified in a task definition, it overrides the default values set by Docker. This\n\t\t\tparameter maps to Ulimits
in tthe docker conainer create command and the --ulimit
option to docker run. Valid naming values are displayed\n\t\t\tin the Ulimit data type.
\n Amazon ECS tasks hosted on Fargate use the default\n\t\t\t\t\t\t\tresource limit values set by the operating system with the exception of\n\t\t\t\t\t\t\tthe nofile
resource limit parameter which Fargate\n\t\t\t\t\t\t\toverrides. The nofile
resource limit sets a restriction on\n\t\t\t\t\t\t\tthe number of open files that a container can use. The default\n\t\t\t\t\t\t\t\tnofile
soft limit is 65535
and the default hard limit\n\t\t\t\t\t\t\tis 65535
.
\n This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log in to your container instance and run the following command: sudo docker version --format '{{.Server.APIVersion}}'
\n
\n \n This parameter is not supported for Windows containers.
\n "
+ "smithy.api#documentation": "A list of ulimits
to set in the container. If a ulimit
value\n\t\t\tis specified in a task definition, it overrides the default values set by Docker. This\n\t\t\tparameter maps to Ulimits
in the docker container create command and the --ulimit
option to docker run. Valid naming values are displayed\n\t\t\tin the Ulimit data type.
\n Amazon ECS tasks hosted on Fargate use the default\n\t\t\t\t\t\t\tresource limit values set by the operating system with the exception of\n\t\t\t\t\t\t\tthe nofile
resource limit parameter which Fargate\n\t\t\t\t\t\t\toverrides. The nofile
resource limit sets a restriction on\n\t\t\t\t\t\t\tthe number of open files that a container can use. The default\n\t\t\t\t\t\t\t\tnofile
soft limit is 65535
and the default hard limit\n\t\t\t\t\t\t\tis 65535
.
\n This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log in to your container instance and run the following command: sudo docker version --format '{{.Server.APIVersion}}'
\n
\n \n This parameter is not supported for Windows containers.
\n "
}
},
"logConfiguration": {
"target": "com.amazonaws.ecs#LogConfiguration",
"traits": {
- "smithy.api#documentation": "The log configuration specification for the container.
\n This parameter maps to LogConfig
in the docker conainer create command and the\n\t\t\t\t--log-driver
option to docker\n\t\t\t\trun. By default, containers use the same logging driver that the Docker\n\t\t\tdaemon uses. However the container can use a different logging driver than the Docker\n\t\t\tdaemon by specifying a log driver with this parameter in the container definition. To\n\t\t\tuse a different logging driver for a container, the log system must be configured\n\t\t\tproperly on the container instance (or on a different log server for remote logging\n\t\t\toptions).
\n \n Amazon ECS currently supports a subset of the logging drivers available to the Docker\n\t\t\t\tdaemon (shown in the LogConfiguration data type). Additional log\n\t\t\t\tdrivers may be available in future releases of the Amazon ECS container agent.
\n \n This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log in to your container instance and run the following command: sudo docker version --format '{{.Server.APIVersion}}'
\n
\n \n The Amazon ECS container agent running on a container instance must register the\n\t\t\t\tlogging drivers available on that instance with the\n\t\t\t\t\tECS_AVAILABLE_LOGGING_DRIVERS
environment variable before\n\t\t\t\tcontainers placed on that instance can use these log configuration options. For more\n\t\t\t\tinformation, see Amazon ECS Container\n\t\t\t\t\tAgent Configuration in the Amazon Elastic Container Service Developer Guide.
\n "
+ "smithy.api#documentation": "The log configuration specification for the container.
\n This parameter maps to LogConfig
in the docker container create command and the\n\t\t\t\t--log-driver
option to docker\n\t\t\t\trun. By default, containers use the same logging driver that the Docker\n\t\t\tdaemon uses. However the container can use a different logging driver than the Docker\n\t\t\tdaemon by specifying a log driver with this parameter in the container definition. To\n\t\t\tuse a different logging driver for a container, the log system must be configured\n\t\t\tproperly on the container instance (or on a different log server for remote logging\n\t\t\toptions).
\n \n Amazon ECS currently supports a subset of the logging drivers available to the Docker\n\t\t\t\tdaemon (shown in the LogConfiguration data type). Additional log\n\t\t\t\tdrivers may be available in future releases of the Amazon ECS container agent.
\n \n This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log in to your container instance and run the following command: sudo docker version --format '{{.Server.APIVersion}}'
\n
\n \n The Amazon ECS container agent running on a container instance must register the\n\t\t\t\tlogging drivers available on that instance with the\n\t\t\t\t\tECS_AVAILABLE_LOGGING_DRIVERS
environment variable before\n\t\t\t\tcontainers placed on that instance can use these log configuration options. For more\n\t\t\t\tinformation, see Amazon ECS Container\n\t\t\t\t\tAgent Configuration in the Amazon Elastic Container Service Developer Guide.
\n "
}
},
"healthCheck": {
"target": "com.amazonaws.ecs#HealthCheck",
"traits": {
- "smithy.api#documentation": "The container health check command and associated configuration parameters for the\n\t\t\tcontainer. This parameter maps to HealthCheck
in the docker conainer create command and the\n\t\t\t\tHEALTHCHECK
parameter of docker\n\t\t\t\trun.
"
+ "smithy.api#documentation": "The container health check command and associated configuration parameters for the\n\t\t\tcontainer. This parameter maps to HealthCheck
in the docker container create command and the\n\t\t\t\tHEALTHCHECK
parameter of docker\n\t\t\t\trun.
"
}
},
"systemControls": {
"target": "com.amazonaws.ecs#SystemControls",
"traits": {
- "smithy.api#documentation": "A list of namespaced kernel parameters to set in the container. This parameter maps to\n\t\t\tSysctls
in tthe docker conainer create command and the --sysctl
option to docker run. For example, you can configure\n\t\t\t\tnet.ipv4.tcp_keepalive_time
setting to maintain longer lived\n\t\t\tconnections.
"
+ "smithy.api#documentation": "A list of namespaced kernel parameters to set in the container. This parameter maps to\n\t\t\tSysctls
in the docker container create command and the --sysctl
option to docker run. For example, you can configure\n\t\t\t\tnet.ipv4.tcp_keepalive_time
setting to maintain longer lived\n\t\t\tconnections.
"
}
},
"resourceRequirements": {
@@ -4281,13 +4281,13 @@
"maximumPercent": {
"target": "com.amazonaws.ecs#BoxedInteger",
"traits": {
- "smithy.api#documentation": "If a service is using the rolling update (ECS
) deployment type, the\n\t\t\t\tmaximumPercent
parameter represents an upper limit on the number of\n\t\t\tyour service's tasks that are allowed in the RUNNING
or\n\t\t\t\tPENDING
state during a deployment, as a percentage of the\n\t\t\t\tdesiredCount
(rounded down to the nearest integer). This parameter\n\t\t\tenables you to define the deployment batch size. For example, if your service is using\n\t\t\tthe REPLICA
service scheduler and has a desiredCount
of four\n\t\t\ttasks and a maximumPercent
value of 200%, the scheduler may start four new\n\t\t\ttasks before stopping the four older tasks (provided that the cluster resources required\n\t\t\tto do this are available). The default maximumPercent
value for a service\n\t\t\tusing the REPLICA
service scheduler is 200%.
\n If a service is using either the blue/green (CODE_DEPLOY
) or\n\t\t\t\tEXTERNAL
deployment types and tasks that use the EC2\n\t\t\tlaunch type, the maximum percent value is set to the\n\t\t\tdefault value and is used to define the upper limit on the number of the tasks in the\n\t\t\tservice that remain in the RUNNING
state while the container instances are\n\t\t\tin the DRAINING
state. If the tasks in the service use the\n\t\t\tFargate launch type, the maximum percent value is not used, although it is\n\t\t\treturned when describing your service.
"
+ "smithy.api#documentation": "If a service is using the rolling update (ECS
) deployment type, the\n\t\t\t\tmaximumPercent
parameter represents an upper limit on the number of\n\t\t\tyour service's tasks that are allowed in the RUNNING
or\n\t\t\t\tPENDING
state during a deployment, as a percentage of the\n\t\t\t\tdesiredCount
(rounded down to the nearest integer). This parameter\n\t\t\tenables you to define the deployment batch size. For example, if your service is using\n\t\t\tthe REPLICA
service scheduler and has a desiredCount
of four\n\t\t\ttasks and a maximumPercent
value of 200%, the scheduler may start four new\n\t\t\ttasks before stopping the four older tasks (provided that the cluster resources required\n\t\t\tto do this are available). The default maximumPercent
value for a service\n\t\t\tusing the REPLICA
service scheduler is 200%.
\n If a service is using either the blue/green (CODE_DEPLOY
) or\n\t\t\t\tEXTERNAL
deployment types, and tasks in the service use the EC2\n\t\t\tlaunch type, the maximum percent value is set to the\n\t\t\tdefault value. The maximum percent value is used to define the upper limit on the number of the tasks in the\n\t\t\tservice that remain in the RUNNING
state while the container instances are\n\t\t\tin the DRAINING
state.
\n \n You can't specify a custom maximumPercent
value for a service that uses either the blue/green (CODE_DEPLOY
) or\n\t\t\tEXTERNAL
deployment types and has tasks that use the EC2 launch type.
\n \n If the tasks in the service use the\n\t\t\tFargate launch type, the maximum percent value is not used, although it is\n\t\t\treturned when describing your service.
"
}
},
"minimumHealthyPercent": {
"target": "com.amazonaws.ecs#BoxedInteger",
"traits": {
- "smithy.api#documentation": "If a service is using the rolling update (ECS
) deployment type, the\n\t\t\t\tminimumHealthyPercent
represents a lower limit on the number of your\n\t\t\tservice's tasks that must remain in the RUNNING
state during a deployment,\n\t\t\tas a percentage of the desiredCount
(rounded up to the nearest integer).\n\t\t\tThis parameter enables you to deploy without using additional cluster capacity. For\n\t\t\texample, if your service has a desiredCount
of four tasks and a\n\t\t\t\tminimumHealthyPercent
of 50%, the service scheduler may stop two\n\t\t\texisting tasks to free up cluster capacity before starting two new tasks.
\n For services that do not use a load balancer, the following\n\t\t\tshould be noted:
\n \n - \n
A service is considered healthy if all essential containers within the tasks\n\t\t\t\t\tin the service pass their health checks.
\n \n - \n
If a task has no essential containers with a health check defined, the service\n\t\t\t\t\tscheduler will wait for 40 seconds after a task reaches a RUNNING
\n\t\t\t\t\tstate before the task is counted towards the minimum healthy percent\n\t\t\t\t\ttotal.
\n \n - \n
If a task has one or more essential containers with a health check defined,\n\t\t\t\t\tthe service scheduler will wait for the task to reach a healthy status before\n\t\t\t\t\tcounting it towards the minimum healthy percent total. A task is considered\n\t\t\t\t\thealthy when all essential containers within the task have passed their health\n\t\t\t\t\tchecks. The amount of time the service scheduler can wait for is determined by\n\t\t\t\t\tthe container health check settings.
\n \n
\n For services that do use a load balancer, the following should be\n\t\t\tnoted:
\n \n - \n
If a task has no essential containers with a health check defined, the service\n\t\t\t\t\tscheduler will wait for the load balancer target group health check to return a\n\t\t\t\t\thealthy status before counting the task towards the minimum healthy percent\n\t\t\t\t\ttotal.
\n \n - \n
If a task has an essential container with a health check defined, the service\n\t\t\t\t\tscheduler will wait for both the task to reach a healthy status and the load\n\t\t\t\t\tbalancer target group health check to return a healthy status before counting\n\t\t\t\t\tthe task towards the minimum healthy percent total.
\n \n
\n The default value for a replica service for minimumHealthyPercent
is\n\t\t\t100%. The default minimumHealthyPercent
value for a service using the\n\t\t\t\tDAEMON
service schedule is 0% for the CLI, the Amazon Web Services SDKs, and the\n\t\t\tAPIs and 50% for the Amazon Web Services Management Console.
\n The minimum number of healthy tasks during a deployment is the\n\t\t\t\tdesiredCount
multiplied by the minimumHealthyPercent
/100,\n\t\t\trounded up to the nearest integer value.
\n If a service is using either the blue/green (CODE_DEPLOY
) or\n\t\t\t\tEXTERNAL
deployment types and is running tasks that use the\n\t\t\tEC2 launch type, the minimum healthy\n\t\t\t\tpercent value is set to the default value and is used to define the lower\n\t\t\tlimit on the number of the tasks in the service that remain in the RUNNING
\n\t\t\tstate while the container instances are in the DRAINING
state. If a service\n\t\t\tis using either the blue/green (CODE_DEPLOY
) or EXTERNAL
\n\t\t\tdeployment types and is running tasks that use the Fargate launch type,\n\t\t\tthe minimum healthy percent value is not used, although it is returned when describing\n\t\t\tyour service.
"
+ "smithy.api#documentation": "If a service is using the rolling update (ECS
) deployment type, the\n\t\t\t\tminimumHealthyPercent
represents a lower limit on the number of your\n\t\t\tservice's tasks that must remain in the RUNNING
state during a deployment,\n\t\t\tas a percentage of the desiredCount
(rounded up to the nearest integer).\n\t\t\tThis parameter enables you to deploy without using additional cluster capacity. For\n\t\t\texample, if your service has a desiredCount
of four tasks and a\n\t\t\t\tminimumHealthyPercent
of 50%, the service scheduler may stop two\n\t\t\texisting tasks to free up cluster capacity before starting two new tasks.
\n For services that do not use a load balancer, the following\n\t\t\tshould be noted:
\n \n - \n
A service is considered healthy if all essential containers within the tasks\n\t\t\t\t\tin the service pass their health checks.
\n \n - \n
If a task has no essential containers with a health check defined, the service\n\t\t\t\t\tscheduler will wait for 40 seconds after a task reaches a RUNNING
\n\t\t\t\t\tstate before the task is counted towards the minimum healthy percent\n\t\t\t\t\ttotal.
\n \n - \n
If a task has one or more essential containers with a health check defined,\n\t\t\t\t\tthe service scheduler will wait for the task to reach a healthy status before\n\t\t\t\t\tcounting it towards the minimum healthy percent total. A task is considered\n\t\t\t\t\thealthy when all essential containers within the task have passed their health\n\t\t\t\t\tchecks. The amount of time the service scheduler can wait for is determined by\n\t\t\t\t\tthe container health check settings.
\n \n
\n For services that do use a load balancer, the following should be\n\t\t\tnoted:
\n \n - \n
If a task has no essential containers with a health check defined, the service\n\t\t\t\t\tscheduler will wait for the load balancer target group health check to return a\n\t\t\t\t\thealthy status before counting the task towards the minimum healthy percent\n\t\t\t\t\ttotal.
\n \n - \n
If a task has an essential container with a health check defined, the service\n\t\t\t\t\tscheduler will wait for both the task to reach a healthy status and the load\n\t\t\t\t\tbalancer target group health check to return a healthy status before counting\n\t\t\t\t\tthe task towards the minimum healthy percent total.
\n \n
\n The default value for a replica service for minimumHealthyPercent
is\n\t\t\t100%. The default minimumHealthyPercent
value for a service using the\n\t\t\t\tDAEMON
service schedule is 0% for the CLI, the Amazon Web Services SDKs, and the\n\t\t\tAPIs and 50% for the Amazon Web Services Management Console.
\n The minimum number of healthy tasks during a deployment is the\n\t\t\t\tdesiredCount
multiplied by the minimumHealthyPercent
/100,\n\t\t\trounded up to the nearest integer value.
\n If a service is using either the blue/green (CODE_DEPLOY
) or\n\t\t\t\tEXTERNAL
deployment types and is running tasks that use the\n\t\t\tEC2 launch type, the minimum healthy\n\t\t\t\tpercent value is set to the default value. The minimum healthy percent value is used to define the lower\n\t\t\tlimit on the number of the tasks in the service that remain in the RUNNING
\n\t\t\tstate while the container instances are in the DRAINING
state.
\n \n You can't specify a custom minimumHealthyPercent
value for a service that uses either the blue/green (CODE_DEPLOY
) or\n\t\t\tEXTERNAL
deployment types and has tasks that use the EC2 launch type.
\n \n If a service\n\t\t\tis using either the blue/green (CODE_DEPLOY
) or EXTERNAL
\n\t\t\tdeployment types and is running tasks that use the Fargate launch type,\n\t\t\tthe minimum healthy percent value is not used, although it is returned when describing\n\t\t\tyour service.
"
}
},
"alarms": {
@@ -5570,7 +5570,7 @@
"driver": {
"target": "com.amazonaws.ecs#String",
"traits": {
- "smithy.api#documentation": "The Docker volume driver to use. The driver value must match the driver name provided\n\t\t\tby Docker because it is used for task placement. If the driver was installed using the\n\t\t\tDocker plugin CLI, use docker plugin ls
to retrieve the driver name from\n\t\t\tyour container instance. If the driver was installed using another method, use Docker\n\t\t\tplugin discovery to retrieve the driver name. This parameter maps to Driver
in the docker conainer create command and the\n\t\t\t\txxdriver
option to docker\n\t\t\t\tvolume create.
"
+ "smithy.api#documentation": "The Docker volume driver to use. The driver value must match the driver name provided\n\t\t\tby Docker because it is used for task placement. If the driver was installed using the\n\t\t\tDocker plugin CLI, use docker plugin ls
to retrieve the driver name from\n\t\t\tyour container instance. If the driver was installed using another method, use Docker\n\t\t\tplugin discovery to retrieve the driver name. This parameter maps to Driver
in the docker container create command and the\n\t\t\t\txxdriver
option to docker\n\t\t\t\tvolume create.
"
}
},
"driverOpts": {
@@ -5582,7 +5582,7 @@
"labels": {
"target": "com.amazonaws.ecs#StringMap",
"traits": {
- "smithy.api#documentation": "Custom metadata to add to your Docker volume. This parameter maps to\n\t\t\t\tLabels
in the docker conainer create command and the xxlabel
option to docker\n\t\t\t\tvolume create.
"
+ "smithy.api#documentation": "Custom metadata to add to your Docker volume. This parameter maps to\n\t\t\t\tLabels
in the docker container create command and the xxlabel
option to docker\n\t\t\t\tvolume create.
"
}
}
},
@@ -6261,7 +6261,7 @@
"command": {
"target": "com.amazonaws.ecs#StringList",
"traits": {
- "smithy.api#documentation": "A string array representing the command that the container runs to determine if it is\n\t\t\thealthy. The string array must start with CMD
to run the command arguments\n\t\t\tdirectly, or CMD-SHELL
to run the command with the container's default\n\t\t\tshell.
\n When you use the Amazon Web Services Management Console JSON panel, the Command Line Interface, or the APIs, enclose the list\n\t\t\tof commands in double quotes and brackets.
\n \n [ \"CMD-SHELL\", \"curl -f http://localhost/ || exit 1\" ]
\n
\n You don't include the double quotes and brackets when you use the Amazon Web Services Management Console.
\n \n CMD-SHELL, curl -f http://localhost/ || exit 1
\n
\n An exit code of 0 indicates success, and non-zero exit code indicates failure. For\n\t\t\tmore information, see HealthCheck
in tthe docker conainer create command
",
+ "smithy.api#documentation": "A string array representing the command that the container runs to determine if it is\n\t\t\thealthy. The string array must start with CMD
to run the command arguments\n\t\t\tdirectly, or CMD-SHELL
to run the command with the container's default\n\t\t\tshell.
\n When you use the Amazon Web Services Management Console JSON panel, the Command Line Interface, or the APIs, enclose the list\n\t\t\tof commands in double quotes and brackets.
\n \n [ \"CMD-SHELL\", \"curl -f http://localhost/ || exit 1\" ]
\n
\n You don't include the double quotes and brackets when you use the Amazon Web Services Management Console.
\n \n CMD-SHELL, curl -f http://localhost/ || exit 1
\n
\n An exit code of 0 indicates success, and non-zero exit code indicates failure. For\n\t\t\tmore information, see HealthCheck
in the docker container create command
",
"smithy.api#required": {}
}
},
@@ -6550,13 +6550,13 @@
"add": {
"target": "com.amazonaws.ecs#StringList",
"traits": {
- "smithy.api#documentation": "The Linux capabilities for the container that have been added to the default\n\t\t\tconfiguration provided by Docker. This parameter maps to CapAdd
in the docker conainer create command and the\n\t\t\t\t--cap-add
option to docker\n\t\t\t\trun.
\n \n Tasks launched on Fargate only support adding the SYS_PTRACE
kernel\n\t\t\t\tcapability.
\n \n Valid values: \"ALL\" | \"AUDIT_CONTROL\" | \"AUDIT_WRITE\" | \"BLOCK_SUSPEND\" |\n\t\t\t\t\"CHOWN\" | \"DAC_OVERRIDE\" | \"DAC_READ_SEARCH\" | \"FOWNER\" | \"FSETID\" | \"IPC_LOCK\" |\n\t\t\t\t\"IPC_OWNER\" | \"KILL\" | \"LEASE\" | \"LINUX_IMMUTABLE\" | \"MAC_ADMIN\" | \"MAC_OVERRIDE\" |\n\t\t\t\t\"MKNOD\" | \"NET_ADMIN\" | \"NET_BIND_SERVICE\" | \"NET_BROADCAST\" | \"NET_RAW\" | \"SETFCAP\"\n\t\t\t\t| \"SETGID\" | \"SETPCAP\" | \"SETUID\" | \"SYS_ADMIN\" | \"SYS_BOOT\" | \"SYS_CHROOT\" |\n\t\t\t\t\"SYS_MODULE\" | \"SYS_NICE\" | \"SYS_PACCT\" | \"SYS_PTRACE\" | \"SYS_RAWIO\" |\n\t\t\t\t\"SYS_RESOURCE\" | \"SYS_TIME\" | \"SYS_TTY_CONFIG\" | \"SYSLOG\" |\n\t\t\t\"WAKE_ALARM\"
\n
"
+ "smithy.api#documentation": "The Linux capabilities for the container that have been added to the default\n\t\t\tconfiguration provided by Docker. This parameter maps to CapAdd
in the docker container create command and the\n\t\t\t\t--cap-add
option to docker\n\t\t\t\trun.
\n \n Tasks launched on Fargate only support adding the SYS_PTRACE
kernel\n\t\t\t\tcapability.
\n \n Valid values: \"ALL\" | \"AUDIT_CONTROL\" | \"AUDIT_WRITE\" | \"BLOCK_SUSPEND\" |\n\t\t\t\t\"CHOWN\" | \"DAC_OVERRIDE\" | \"DAC_READ_SEARCH\" | \"FOWNER\" | \"FSETID\" | \"IPC_LOCK\" |\n\t\t\t\t\"IPC_OWNER\" | \"KILL\" | \"LEASE\" | \"LINUX_IMMUTABLE\" | \"MAC_ADMIN\" | \"MAC_OVERRIDE\" |\n\t\t\t\t\"MKNOD\" | \"NET_ADMIN\" | \"NET_BIND_SERVICE\" | \"NET_BROADCAST\" | \"NET_RAW\" | \"SETFCAP\"\n\t\t\t\t| \"SETGID\" | \"SETPCAP\" | \"SETUID\" | \"SYS_ADMIN\" | \"SYS_BOOT\" | \"SYS_CHROOT\" |\n\t\t\t\t\"SYS_MODULE\" | \"SYS_NICE\" | \"SYS_PACCT\" | \"SYS_PTRACE\" | \"SYS_RAWIO\" |\n\t\t\t\t\"SYS_RESOURCE\" | \"SYS_TIME\" | \"SYS_TTY_CONFIG\" | \"SYSLOG\" |\n\t\t\t\"WAKE_ALARM\"
\n
"
}
},
"drop": {
"target": "com.amazonaws.ecs#StringList",
"traits": {
- "smithy.api#documentation": "The Linux capabilities for the container that have been removed from the default\n\t\t\tconfiguration provided by Docker. This parameter maps to CapDrop
in the docker conainer create command and the\n\t\t\t\t--cap-drop
option to docker\n\t\t\t\trun.
\n Valid values: \"ALL\" | \"AUDIT_CONTROL\" | \"AUDIT_WRITE\" | \"BLOCK_SUSPEND\" |\n\t\t\t\t\"CHOWN\" | \"DAC_OVERRIDE\" | \"DAC_READ_SEARCH\" | \"FOWNER\" | \"FSETID\" | \"IPC_LOCK\" |\n\t\t\t\t\"IPC_OWNER\" | \"KILL\" | \"LEASE\" | \"LINUX_IMMUTABLE\" | \"MAC_ADMIN\" | \"MAC_OVERRIDE\" |\n\t\t\t\t\"MKNOD\" | \"NET_ADMIN\" | \"NET_BIND_SERVICE\" | \"NET_BROADCAST\" | \"NET_RAW\" | \"SETFCAP\"\n\t\t\t\t| \"SETGID\" | \"SETPCAP\" | \"SETUID\" | \"SYS_ADMIN\" | \"SYS_BOOT\" | \"SYS_CHROOT\" |\n\t\t\t\t\"SYS_MODULE\" | \"SYS_NICE\" | \"SYS_PACCT\" | \"SYS_PTRACE\" | \"SYS_RAWIO\" |\n\t\t\t\t\"SYS_RESOURCE\" | \"SYS_TIME\" | \"SYS_TTY_CONFIG\" | \"SYSLOG\" |\n\t\t\t\"WAKE_ALARM\"
\n
"
+ "smithy.api#documentation": "The Linux capabilities for the container that have been removed from the default\n\t\t\tconfiguration provided by Docker. This parameter maps to CapDrop
in the docker container create command and the\n\t\t\t\t--cap-drop
option to docker\n\t\t\t\trun.
\n Valid values: \"ALL\" | \"AUDIT_CONTROL\" | \"AUDIT_WRITE\" | \"BLOCK_SUSPEND\" |\n\t\t\t\t\"CHOWN\" | \"DAC_OVERRIDE\" | \"DAC_READ_SEARCH\" | \"FOWNER\" | \"FSETID\" | \"IPC_LOCK\" |\n\t\t\t\t\"IPC_OWNER\" | \"KILL\" | \"LEASE\" | \"LINUX_IMMUTABLE\" | \"MAC_ADMIN\" | \"MAC_OVERRIDE\" |\n\t\t\t\t\"MKNOD\" | \"NET_ADMIN\" | \"NET_BIND_SERVICE\" | \"NET_BROADCAST\" | \"NET_RAW\" | \"SETFCAP\"\n\t\t\t\t| \"SETGID\" | \"SETPCAP\" | \"SETUID\" | \"SYS_ADMIN\" | \"SYS_BOOT\" | \"SYS_CHROOT\" |\n\t\t\t\t\"SYS_MODULE\" | \"SYS_NICE\" | \"SYS_PACCT\" | \"SYS_PTRACE\" | \"SYS_RAWIO\" |\n\t\t\t\t\"SYS_RESOURCE\" | \"SYS_TIME\" | \"SYS_TTY_CONFIG\" | \"SYSLOG\" |\n\t\t\t\"WAKE_ALARM\"
\n
"
}
}
},
@@ -6634,7 +6634,7 @@
"devices": {
"target": "com.amazonaws.ecs#DevicesList",
"traits": {
- "smithy.api#documentation": "Any host devices to expose to the container. This parameter maps to\n\t\t\tDevices
in tthe docker conainer create command and the --device
option to docker run.
\n \n If you're using tasks that use the Fargate launch type, the\n\t\t\t\t\tdevices
parameter isn't supported.
\n "
+ "smithy.api#documentation": "Any host devices to expose to the container. This parameter maps to\n\t\t\tDevices
in the docker container create command and the --device
option to docker run.
\n \n If you're using tasks that use the Fargate launch type, the\n\t\t\t\t\tdevices
parameter isn't supported.
\n "
}
},
"initProcessEnabled": {
@@ -7785,7 +7785,7 @@
}
},
"traits": {
- "smithy.api#documentation": "The log configuration for the container. This parameter maps to LogConfig
\n\t\t\tin the docker conainer create command and the\n\t\t\t\t--log-driver
option to docker\n\t\t\t\t\trun.
\n By default, containers use the same logging driver that the Docker daemon uses.\n\t\t\tHowever, the container might use a different logging driver than the Docker daemon by\n\t\t\tspecifying a log driver configuration in the container definition.
\n Understand the following when specifying a log configuration for your\n\t\t\tcontainers.
\n \n - \n
Amazon ECS currently supports a subset of the logging drivers available to the\n\t\t\t\t\tDocker daemon. Additional log drivers may be available in future releases of the\n\t\t\t\t\tAmazon ECS container agent.
\n For tasks on Fargate, the supported log drivers are awslogs
,\n\t\t\t\t\t\tsplunk
, and awsfirelens
.
\n For tasks hosted on Amazon EC2 instances, the supported log drivers are\n\t\t\t\t\t\tawslogs
, fluentd
, gelf
,\n\t\t\t\t\t\tjson-file
, journald
,syslog
,\n\t\t\t\t\t\tsplunk
, and awsfirelens
.
\n \n - \n
This parameter requires version 1.18 of the Docker Remote API or greater on\n\t\t\t\t\tyour container instance.
\n \n - \n
For tasks that are hosted on Amazon EC2 instances, the Amazon ECS container agent must\n\t\t\t\t\tregister the available logging drivers with the\n\t\t\t\t\t\tECS_AVAILABLE_LOGGING_DRIVERS
environment variable before\n\t\t\t\t\tcontainers placed on that instance can use these log configuration options. For\n\t\t\t\t\tmore information, see Amazon ECS container agent configuration in the\n\t\t\t\t\tAmazon Elastic Container Service Developer Guide.
\n \n - \n
For tasks that are on Fargate, because you don't have access to the\n\t\t\t\t\tunderlying infrastructure your tasks are hosted on, any additional software\n\t\t\t\t\tneeded must be installed outside of the task. For example, the Fluentd output\n\t\t\t\t\taggregators or a remote host running Logstash to send Gelf logs to.
\n \n
"
+ "smithy.api#documentation": "The log configuration for the container. This parameter maps to LogConfig
\n\t\t\tin the docker container create command and the\n\t\t\t\t--log-driver
option to docker\n\t\t\t\t\trun.
\n By default, containers use the same logging driver that the Docker daemon uses.\n\t\t\tHowever, the container might use a different logging driver than the Docker daemon by\n\t\t\tspecifying a log driver configuration in the container definition.
\n Understand the following when specifying a log configuration for your\n\t\t\tcontainers.
\n \n - \n
Amazon ECS currently supports a subset of the logging drivers available to the\n\t\t\t\t\tDocker daemon. Additional log drivers may be available in future releases of the\n\t\t\t\t\tAmazon ECS container agent.
\n For tasks on Fargate, the supported log drivers are awslogs
,\n\t\t\t\t\t\tsplunk
, and awsfirelens
.
\n For tasks hosted on Amazon EC2 instances, the supported log drivers are\n\t\t\t\t\t\tawslogs
, fluentd
, gelf
,\n\t\t\t\t\t\tjson-file
, journald
,syslog
,\n\t\t\t\t\t\tsplunk
, and awsfirelens
.
\n \n - \n
This parameter requires version 1.18 of the Docker Remote API or greater on\n\t\t\t\t\tyour container instance.
\n \n - \n
For tasks that are hosted on Amazon EC2 instances, the Amazon ECS container agent must\n\t\t\t\t\tregister the available logging drivers with the\n\t\t\t\t\t\tECS_AVAILABLE_LOGGING_DRIVERS
environment variable before\n\t\t\t\t\tcontainers placed on that instance can use these log configuration options. For\n\t\t\t\t\tmore information, see Amazon ECS container agent configuration in the\n\t\t\t\t\tAmazon Elastic Container Service Developer Guide.
\n \n - \n
For tasks that are on Fargate, because you don't have access to the\n\t\t\t\t\tunderlying infrastructure your tasks are hosted on, any additional software\n\t\t\t\t\tneeded must be installed outside of the task. For example, the Fluentd output\n\t\t\t\t\taggregators or a remote host running Logstash to send Gelf logs to.
\n \n
"
}
},
"com.amazonaws.ecs#LogConfigurationOptionsMap": {
@@ -8556,7 +8556,7 @@
}
},
"traits": {
- "smithy.api#documentation": "Port mappings allow containers to access ports on the host container instance to send\n\t\t\tor receive traffic. Port mappings are specified as part of the container\n\t\t\tdefinition.
\n If you use containers in a task with the awsvpc
or host
\n\t\t\tnetwork mode, specify the exposed ports using containerPort
. The\n\t\t\t\thostPort
can be left blank or it must be the same value as the\n\t\t\t\tcontainerPort
.
\n Most fields of this parameter (containerPort
, hostPort
,\n\t\t\tprotocol
) maps to PortBindings
in the docker conainer create command and the\n\t\t\t\t--publish
option to docker\n\t\t\t\t\trun
. If the network mode of a task definition is set to\n\t\t\t\thost
, host ports must either be undefined or match the container port\n\t\t\tin the port mapping.
\n \n You can't expose the same container port for multiple protocols. If you attempt\n\t\t\t\tthis, an error is returned.
\n \n After a task reaches the RUNNING
status, manual and automatic host and\n\t\t\tcontainer port assignments are visible in the networkBindings
section of\n\t\t\tDescribeTasks API responses.
"
+ "smithy.api#documentation": "Port mappings allow containers to access ports on the host container instance to send\n\t\t\tor receive traffic. Port mappings are specified as part of the container\n\t\t\tdefinition.
\n If you use containers in a task with the awsvpc
or host
\n\t\t\tnetwork mode, specify the exposed ports using containerPort
. The\n\t\t\t\thostPort
can be left blank or it must be the same value as the\n\t\t\t\tcontainerPort
.
\n Most fields of this parameter (containerPort
, hostPort
,\n\t\t\tprotocol
) maps to PortBindings
in the docker container create command and the\n\t\t\t\t--publish
option to docker\n\t\t\t\t\trun
. If the network mode of a task definition is set to\n\t\t\t\thost
, host ports must either be undefined or match the container port\n\t\t\tin the port mapping.
\n \n You can't expose the same container port for multiple protocols. If you attempt\n\t\t\t\tthis, an error is returned.
\n \n After a task reaches the RUNNING
status, manual and automatic host and\n\t\t\tcontainer port assignments are visible in the networkBindings
section of\n\t\t\tDescribeTasks API responses.
"
}
},
"com.amazonaws.ecs#PortMappingList": {
@@ -8812,7 +8812,7 @@
"name": {
"target": "com.amazonaws.ecs#SettingName",
"traits": {
- "smithy.api#documentation": "The Amazon ECS account setting name to modify.
\n The following are the valid values for the account setting name.
\n \n - \n
\n serviceLongArnFormat
- When modified, the Amazon Resource Name\n\t\t\t\t\t(ARN) and resource ID format of the resource type for a specified user, role, or\n\t\t\t\t\tthe root user for an account is affected. The opt-in and opt-out account setting\n\t\t\t\t\tmust be set for each Amazon ECS resource separately. The ARN and resource ID format\n\t\t\t\t\tof a resource is defined by the opt-in status of the user or role that created\n\t\t\t\t\tthe resource. You must turn on this setting to use Amazon ECS features such as\n\t\t\t\t\tresource tagging.
\n \n - \n
\n taskLongArnFormat
- When modified, the Amazon Resource Name (ARN)\n\t\t\t\t\tand resource ID format of the resource type for a specified user, role, or the\n\t\t\t\t\troot user for an account is affected. The opt-in and opt-out account setting must\n\t\t\t\t\tbe set for each Amazon ECS resource separately. The ARN and resource ID format of a\n\t\t\t\t\tresource is defined by the opt-in status of the user or role that created the\n\t\t\t\t\tresource. You must turn on this setting to use Amazon ECS features such as resource\n\t\t\t\t\ttagging.
\n \n - \n
\n containerInstanceLongArnFormat
- When modified, the Amazon\n\t\t\t\t\tResource Name (ARN) and resource ID format of the resource type for a specified\n\t\t\t\t\tuser, role, or the root user for an account is affected. The opt-in and opt-out\n\t\t\t\t\taccount setting must be set for each Amazon ECS resource separately. The ARN and\n\t\t\t\t\tresource ID format of a resource is defined by the opt-in status of the user or\n\t\t\t\t\trole that created the resource. You must turn on this setting to use Amazon ECS\n\t\t\t\t\tfeatures such as resource tagging.
\n \n - \n
\n awsvpcTrunking
- When modified, the elastic network interface\n\t\t\t\t\t(ENI) limit for any new container instances that support the feature is changed.\n\t\t\t\t\tIf awsvpcTrunking
is turned on, any new container instances that\n\t\t\t\t\tsupport the feature are launched have the increased ENI limits available to\n\t\t\t\t\tthem. For more information, see Elastic\n\t\t\t\t\t\tNetwork Interface Trunking in the Amazon Elastic Container Service Developer Guide.
\n \n - \n
\n containerInsights
- When modified, the default setting indicating\n\t\t\t\t\twhether Amazon Web Services CloudWatch Container Insights is turned on for your clusters is changed.\n\t\t\t\t\tIf containerInsights
is turned on, any new clusters that are\n\t\t\t\t\tcreated will have Container Insights turned on unless you disable it during\n\t\t\t\t\tcluster creation. For more information, see CloudWatch Container Insights in the Amazon Elastic Container Service Developer Guide.
\n \n - \n
\n dualStackIPv6
- When turned on, when using a VPC in dual stack\n\t\t\t\t\tmode, your tasks using the awsvpc
network mode can have an IPv6\n\t\t\t\t\taddress assigned. For more information on using IPv6 with tasks launched on\n\t\t\t\t\tAmazon EC2 instances, see Using a VPC in dual-stack mode. For more information on using IPv6\n\t\t\t\t\twith tasks launched on Fargate, see Using a VPC in dual-stack mode.
\n \n - \n
\n fargateFIPSMode
- If you specify fargateFIPSMode
,\n\t\t\t\t\tFargate FIPS 140 compliance is affected.
\n \n - \n
\n fargateTaskRetirementWaitPeriod
- When Amazon Web Services determines that a\n\t\t\t\t\tsecurity or infrastructure update is needed for an Amazon ECS task hosted on\n\t\t\t\t\tFargate, the tasks need to be stopped and new tasks launched to replace them.\n\t\t\t\t\tUse fargateTaskRetirementWaitPeriod
to configure the wait time to\n\t\t\t\t\tretire a Fargate task. For information about the Fargate tasks maintenance,\n\t\t\t\t\tsee Amazon Web Services Fargate\n\t\t\t\t\t\ttask maintenance in the Amazon ECS Developer\n\t\t\t\t\tGuide.
\n \n - \n
\n tagResourceAuthorization
- Amazon ECS is introducing tagging\n\t\t\t\t\tauthorization for resource creation. Users must have permissions for actions\n\t\t\t\t\tthat create the resource, such as ecsCreateCluster
. If tags are\n\t\t\t\t\tspecified when you create a resource, Amazon Web Services performs additional authorization to\n\t\t\t\t\tverify if users or roles have permissions to create tags. Therefore, you must\n\t\t\t\t\tgrant explicit permissions to use the ecs:TagResource
action. For\n\t\t\t\t\tmore information, see Grant permission to tag resources on creation in the\n\t\t\t\t\t\tAmazon ECS Developer Guide.
\n \n - \n
\n guardDutyActivate
- The guardDutyActivate
parameter is read-only in Amazon ECS and indicates whether\n\t\t\tAmazon ECS Runtime Monitoring is enabled or disabled by your security administrator in your\n\t\t\tAmazon ECS account. Amazon GuardDuty controls this account setting on your behalf. For more information, see Protecting Amazon ECS workloads with Amazon ECS Runtime Monitoring.
\n \n
",
+ "smithy.api#documentation": "The Amazon ECS account setting name to modify.
\n The following are the valid values for the account setting name.
\n \n - \n
\n serviceLongArnFormat
- When modified, the Amazon Resource Name\n\t\t\t\t\t(ARN) and resource ID format of the resource type for a specified user, role, or\n\t\t\t\t\tthe root user for an account is affected. The opt-in and opt-out account setting\n\t\t\t\t\tmust be set for each Amazon ECS resource separately. The ARN and resource ID format\n\t\t\t\t\tof a resource is defined by the opt-in status of the user or role that created\n\t\t\t\t\tthe resource. You must turn on this setting to use Amazon ECS features such as\n\t\t\t\t\tresource tagging.
\n \n - \n
\n taskLongArnFormat
- When modified, the Amazon Resource Name (ARN)\n\t\t\t\t\tand resource ID format of the resource type for a specified user, role, or the\n\t\t\t\t\troot user for an account is affected. The opt-in and opt-out account setting must\n\t\t\t\t\tbe set for each Amazon ECS resource separately. The ARN and resource ID format of a\n\t\t\t\t\tresource is defined by the opt-in status of the user or role that created the\n\t\t\t\t\tresource. You must turn on this setting to use Amazon ECS features such as resource\n\t\t\t\t\ttagging.
\n \n - \n
\n containerInstanceLongArnFormat
- When modified, the Amazon\n\t\t\t\t\tResource Name (ARN) and resource ID format of the resource type for a specified\n\t\t\t\t\tuser, role, or the root user for an account is affected. The opt-in and opt-out\n\t\t\t\t\taccount setting must be set for each Amazon ECS resource separately. The ARN and\n\t\t\t\t\tresource ID format of a resource is defined by the opt-in status of the user or\n\t\t\t\t\trole that created the resource. You must turn on this setting to use Amazon ECS\n\t\t\t\t\tfeatures such as resource tagging.
\n \n - \n
\n awsvpcTrunking
- When modified, the elastic network interface\n\t\t\t\t\t(ENI) limit for any new container instances that support the feature is changed.\n\t\t\t\t\tIf awsvpcTrunking
is turned on, any new container instances that\n\t\t\t\t\tsupport the feature are launched have the increased ENI limits available to\n\t\t\t\t\tthem. For more information, see Elastic\n\t\t\t\t\t\tNetwork Interface Trunking in the Amazon Elastic Container Service Developer Guide.
\n \n - \n
\n containerInsights
- When modified, the default setting indicating\n\t\t\t\t\twhether Amazon Web Services CloudWatch Container Insights is turned on for your clusters is changed.\n\t\t\t\t\tIf containerInsights
is turned on, any new clusters that are\n\t\t\t\t\tcreated will have Container Insights turned on unless you disable it during\n\t\t\t\t\tcluster creation. For more information, see CloudWatch Container Insights in the Amazon Elastic Container Service Developer Guide.
\n \n - \n
\n dualStackIPv6
- When turned on, when using a VPC in dual stack\n\t\t\t\t\tmode, your tasks using the awsvpc
network mode can have an IPv6\n\t\t\t\t\taddress assigned. For more information on using IPv6 with tasks launched on\n\t\t\t\t\tAmazon EC2 instances, see Using a VPC in dual-stack mode. For more information on using IPv6\n\t\t\t\t\twith tasks launched on Fargate, see Using a VPC in dual-stack mode.
\n \n - \n
\n fargateTaskRetirementWaitPeriod
- When Amazon Web Services determines that a\n\t\t\t\t\tsecurity or infrastructure update is needed for an Amazon ECS task hosted on\n\t\t\t\t\tFargate, the tasks need to be stopped and new tasks launched to replace them.\n\t\t\t\t\tUse fargateTaskRetirementWaitPeriod
to configure the wait time to\n\t\t\t\t\tretire a Fargate task. For information about the Fargate tasks maintenance,\n\t\t\t\t\tsee Amazon Web Services Fargate\n\t\t\t\t\t\ttask maintenance in the Amazon ECS Developer\n\t\t\t\t\tGuide.
\n \n - \n
\n tagResourceAuthorization
- Amazon ECS is introducing tagging\n\t\t\t\t\tauthorization for resource creation. Users must have permissions for actions\n\t\t\t\t\tthat create the resource, such as ecsCreateCluster
. If tags are\n\t\t\t\t\tspecified when you create a resource, Amazon Web Services performs additional authorization to\n\t\t\t\t\tverify if users or roles have permissions to create tags. Therefore, you must\n\t\t\t\t\tgrant explicit permissions to use the ecs:TagResource
action. For\n\t\t\t\t\tmore information, see Grant permission to tag resources on creation in the\n\t\t\t\t\t\tAmazon ECS Developer Guide.
\n \n - \n
\n guardDutyActivate
- The guardDutyActivate
parameter is read-only in Amazon ECS and indicates whether\n\t\t\tAmazon ECS Runtime Monitoring is enabled or disabled by your security administrator in your\n\t\t\tAmazon ECS account. Amazon GuardDuty controls this account setting on your behalf. For more information, see Protecting Amazon ECS workloads with Amazon ECS Runtime Monitoring.
\n \n
",
"smithy.api#required": {}
}
},
@@ -11074,7 +11074,7 @@
}
},
"traits": {
- "smithy.api#documentation": "A list of namespaced kernel parameters to set in the container. This parameter maps to\n\t\t\tSysctls
in tthe docker conainer create command and the --sysctl
option to docker run. For example, you can configure\n\t\t\t\tnet.ipv4.tcp_keepalive_time
setting to maintain longer lived\n\t\t\tconnections.
\n We don't recommend that you specify network-related systemControls
\n\t\t\tparameters for multiple containers in a single task that also uses either the\n\t\t\t\tawsvpc
or host
network mode. Doing this has the following\n\t\t\tdisadvantages:
\n \n - \n
For tasks that use the awsvpc
network mode including Fargate,\n\t\t\t\t\tif you set systemControls
for any container, it applies to all\n\t\t\t\t\tcontainers in the task. If you set different systemControls
for\n\t\t\t\t\tmultiple containers in a single task, the container that's started last\n\t\t\t\t\tdetermines which systemControls
take effect.
\n \n - \n
For tasks that use the host
network mode, the network namespace\n\t\t\t\t\t\tsystemControls
aren't supported.
\n \n
\n If you're setting an IPC resource namespace to use for the containers in the task, the\n\t\t\tfollowing conditions apply to your system controls. For more information, see IPC mode.
\n \n - \n
For tasks that use the host
IPC mode, IPC namespace\n\t\t\t\t\t\tsystemControls
aren't supported.
\n \n - \n
For tasks that use the task
IPC mode, IPC namespace\n\t\t\t\t\t\tsystemControls
values apply to all containers within a\n\t\t\t\t\ttask.
\n \n
\n \n This parameter is not supported for Windows containers.
\n \n \n This parameter is only supported for tasks that are hosted on\n Fargate if the tasks are using platform version 1.4.0
or later\n (Linux). This isn't supported for Windows containers on\n Fargate.
\n "
+ "smithy.api#documentation": "A list of namespaced kernel parameters to set in the container. This parameter maps to\n\t\t\tSysctls
in the docker container create command and the --sysctl
option to docker run. For example, you can configure\n\t\t\t\tnet.ipv4.tcp_keepalive_time
setting to maintain longer lived\n\t\t\tconnections.
\n We don't recommend that you specify network-related systemControls
\n\t\t\tparameters for multiple containers in a single task that also uses either the\n\t\t\t\tawsvpc
or host
network mode. Doing this has the following\n\t\t\tdisadvantages:
\n \n - \n
For tasks that use the awsvpc
network mode including Fargate,\n\t\t\t\t\tif you set systemControls
for any container, it applies to all\n\t\t\t\t\tcontainers in the task. If you set different systemControls
for\n\t\t\t\t\tmultiple containers in a single task, the container that's started last\n\t\t\t\t\tdetermines which systemControls
take effect.
\n \n - \n
For tasks that use the host
network mode, the network namespace\n\t\t\t\t\t\tsystemControls
aren't supported.
\n \n
\n If you're setting an IPC resource namespace to use for the containers in the task, the\n\t\t\tfollowing conditions apply to your system controls. For more information, see IPC mode.
\n \n - \n
For tasks that use the host
IPC mode, IPC namespace\n\t\t\t\t\t\tsystemControls
aren't supported.
\n \n - \n
For tasks that use the task
IPC mode, IPC namespace\n\t\t\t\t\t\tsystemControls
values apply to all containers within a\n\t\t\t\t\ttask.
\n \n
\n \n This parameter is not supported for Windows containers.
\n \n \n This parameter is only supported for tasks that are hosted on\n Fargate if the tasks are using platform version 1.4.0
or later\n (Linux). This isn't supported for Windows containers on\n Fargate.
\n "
}
},
"com.amazonaws.ecs#SystemControls": {
@@ -11561,7 +11561,7 @@
"compatibilities": {
"target": "com.amazonaws.ecs#CompatibilityList",
"traits": {
- "smithy.api#documentation": "The task launch types the task definition validated against during task definition\n\t\t\tregistration. For more information, see Amazon ECS launch types\n\t\t\tin the Amazon Elastic Container Service Developer Guide.
"
+ "smithy.api#documentation": "Amazon ECS validates the task definition parameters with those supported by the launch type. For\n\t\t\tmore information, see Amazon ECS launch types\n\t\t\tin the Amazon Elastic Container Service Developer Guide.
"
}
},
"runtimePlatform": {
@@ -12310,7 +12310,7 @@
"target": "com.amazonaws.ecs#Integer",
"traits": {
"smithy.api#default": 0,
- "smithy.api#documentation": "The soft limit for the ulimit
type.
",
+ "smithy.api#documentation": "The soft limit for the ulimit
type. The value can be specified in bytes, seconds, or as a count, depending on the type
of the ulimit
.
",
"smithy.api#required": {}
}
},
@@ -12318,7 +12318,7 @@
"target": "com.amazonaws.ecs#Integer",
"traits": {
"smithy.api#default": 0,
- "smithy.api#documentation": "The hard limit for the ulimit
type.
",
+ "smithy.api#documentation": "The hard limit for the ulimit
type. The value can be specified in bytes, seconds, or as a count, depending on the type
of the ulimit
.
",
"smithy.api#required": {}
}
}
From 8dd22e531a1a5dc7fa2143ca28d37193282e6c5e Mon Sep 17 00:00:00 2001
From: awstools
Date: Tue, 17 Sep 2024 18:16:50 +0000
Subject: [PATCH 28/53] feat(client-codebuild): GitLab Enhancements - Add
support for Self-Hosted GitLab runners in CodeBuild. Add group webhooks
---
.../src/commands/BatchGetProjectsCommand.ts | 2 +-
.../src/commands/CreateProjectCommand.ts | 2 +-
.../src/commands/CreateWebhookCommand.ts | 4 ++--
.../src/commands/UpdateProjectCommand.ts | 2 +-
.../src/commands/UpdateWebhookCommand.ts | 2 +-
clients/client-codebuild/src/models/models_0.ts | 7 ++++---
codegen/sdk-codegen/aws-models/codebuild.json | 12 +++++++++---
7 files changed, 19 insertions(+), 12 deletions(-)
diff --git a/clients/client-codebuild/src/commands/BatchGetProjectsCommand.ts b/clients/client-codebuild/src/commands/BatchGetProjectsCommand.ts
index 1ef01bbcbdd6..11d98b4c7a6d 100644
--- a/clients/client-codebuild/src/commands/BatchGetProjectsCommand.ts
+++ b/clients/client-codebuild/src/commands/BatchGetProjectsCommand.ts
@@ -184,7 +184,7 @@ export interface BatchGetProjectsCommandOutput extends BatchGetProjectsOutput, _
* // scopeConfiguration: { // ScopeConfiguration
* // name: "STRING_VALUE", // required
* // domain: "STRING_VALUE",
- * // scope: "GITHUB_ORGANIZATION" || "GITHUB_GLOBAL", // required
+ * // scope: "GITHUB_ORGANIZATION" || "GITHUB_GLOBAL" || "GITLAB_GROUP", // required
* // },
* // },
* // vpcConfig: { // VpcConfig
diff --git a/clients/client-codebuild/src/commands/CreateProjectCommand.ts b/clients/client-codebuild/src/commands/CreateProjectCommand.ts
index d82425f21321..e5956755b0c2 100644
--- a/clients/client-codebuild/src/commands/CreateProjectCommand.ts
+++ b/clients/client-codebuild/src/commands/CreateProjectCommand.ts
@@ -341,7 +341,7 @@ export interface CreateProjectCommandOutput extends CreateProjectOutput, __Metad
* // scopeConfiguration: { // ScopeConfiguration
* // name: "STRING_VALUE", // required
* // domain: "STRING_VALUE",
- * // scope: "GITHUB_ORGANIZATION" || "GITHUB_GLOBAL", // required
+ * // scope: "GITHUB_ORGANIZATION" || "GITHUB_GLOBAL" || "GITLAB_GROUP", // required
* // },
* // },
* // vpcConfig: { // VpcConfig
diff --git a/clients/client-codebuild/src/commands/CreateWebhookCommand.ts b/clients/client-codebuild/src/commands/CreateWebhookCommand.ts
index beb1bb3342a9..115aaa8a57d6 100644
--- a/clients/client-codebuild/src/commands/CreateWebhookCommand.ts
+++ b/clients/client-codebuild/src/commands/CreateWebhookCommand.ts
@@ -62,7 +62,7 @@ export interface CreateWebhookCommandOutput extends CreateWebhookOutput, __Metad
* scopeConfiguration: { // ScopeConfiguration
* name: "STRING_VALUE", // required
* domain: "STRING_VALUE",
- * scope: "GITHUB_ORGANIZATION" || "GITHUB_GLOBAL", // required
+ * scope: "GITHUB_ORGANIZATION" || "GITHUB_GLOBAL" || "GITLAB_GROUP", // required
* },
* };
* const command = new CreateWebhookCommand(input);
@@ -88,7 +88,7 @@ export interface CreateWebhookCommandOutput extends CreateWebhookOutput, __Metad
* // scopeConfiguration: { // ScopeConfiguration
* // name: "STRING_VALUE", // required
* // domain: "STRING_VALUE",
- * // scope: "GITHUB_ORGANIZATION" || "GITHUB_GLOBAL", // required
+ * // scope: "GITHUB_ORGANIZATION" || "GITHUB_GLOBAL" || "GITLAB_GROUP", // required
* // },
* // },
* // };
diff --git a/clients/client-codebuild/src/commands/UpdateProjectCommand.ts b/clients/client-codebuild/src/commands/UpdateProjectCommand.ts
index 5e5ba2a731ba..e3c13efe21da 100644
--- a/clients/client-codebuild/src/commands/UpdateProjectCommand.ts
+++ b/clients/client-codebuild/src/commands/UpdateProjectCommand.ts
@@ -341,7 +341,7 @@ export interface UpdateProjectCommandOutput extends UpdateProjectOutput, __Metad
* // scopeConfiguration: { // ScopeConfiguration
* // name: "STRING_VALUE", // required
* // domain: "STRING_VALUE",
- * // scope: "GITHUB_ORGANIZATION" || "GITHUB_GLOBAL", // required
+ * // scope: "GITHUB_ORGANIZATION" || "GITHUB_GLOBAL" || "GITLAB_GROUP", // required
* // },
* // },
* // vpcConfig: { // VpcConfig
diff --git a/clients/client-codebuild/src/commands/UpdateWebhookCommand.ts b/clients/client-codebuild/src/commands/UpdateWebhookCommand.ts
index 331a197877e9..29ca1efb7cc5 100644
--- a/clients/client-codebuild/src/commands/UpdateWebhookCommand.ts
+++ b/clients/client-codebuild/src/commands/UpdateWebhookCommand.ts
@@ -77,7 +77,7 @@ export interface UpdateWebhookCommandOutput extends UpdateWebhookOutput, __Metad
* // scopeConfiguration: { // ScopeConfiguration
* // name: "STRING_VALUE", // required
* // domain: "STRING_VALUE",
- * // scope: "GITHUB_ORGANIZATION" || "GITHUB_GLOBAL", // required
+ * // scope: "GITHUB_ORGANIZATION" || "GITHUB_GLOBAL" || "GITLAB_GROUP", // required
* // },
* // },
* // };
diff --git a/clients/client-codebuild/src/models/models_0.ts b/clients/client-codebuild/src/models/models_0.ts
index acf0a8b69fe5..7352980d7056 100644
--- a/clients/client-codebuild/src/models/models_0.ts
+++ b/clients/client-codebuild/src/models/models_0.ts
@@ -3692,6 +3692,7 @@ export interface WebhookFilter {
export const WebhookScopeType = {
GITHUB_GLOBAL: "GITHUB_GLOBAL",
GITHUB_ORGANIZATION: "GITHUB_ORGANIZATION",
+ GITLAB_GROUP: "GITLAB_GROUP",
} as const;
/**
@@ -3705,19 +3706,19 @@ export type WebhookScopeType = (typeof WebhookScopeType)[keyof typeof WebhookSco
*/
export interface ScopeConfiguration {
/**
- * The name of either the enterprise or organization that will send webhook events to CodeBuild, depending on if the webhook is a global or organization webhook respectively.
+ * The name of either the group, enterprise, or organization that will send webhook events to CodeBuild, depending on the type of webhook.
* @public
*/
name: string | undefined;
/**
- * The domain of the GitHub Enterprise organization. Note that this parameter is only required if your project's source type is GITHUB_ENTERPRISE
+ * The domain of the GitHub Enterprise organization or the GitLab Self Managed group. Note that this parameter is only required if your project's source type is GITHUB_ENTERPRISE or GITLAB_SELF_MANAGED.
* @public
*/
domain?: string;
/**
- * The type of scope for a GitHub webhook.
+ * The type of scope for a GitHub or GitLab webhook.
* @public
*/
scope: WebhookScopeType | undefined;
diff --git a/codegen/sdk-codegen/aws-models/codebuild.json b/codegen/sdk-codegen/aws-models/codebuild.json
index e0072f5eddfe..25a99ff4c909 100644
--- a/codegen/sdk-codegen/aws-models/codebuild.json
+++ b/codegen/sdk-codegen/aws-models/codebuild.json
@@ -7455,20 +7455,20 @@
"name": {
"target": "com.amazonaws.codebuild#String",
"traits": {
- "smithy.api#documentation": "The name of either the enterprise or organization that will send webhook events to CodeBuild, depending on if the webhook is a global or organization webhook respectively.
",
+ "smithy.api#documentation": "The name of either the group, enterprise, or organization that will send webhook events to CodeBuild, depending on the type of webhook.
",
"smithy.api#required": {}
}
},
"domain": {
"target": "com.amazonaws.codebuild#String",
"traits": {
- "smithy.api#documentation": "The domain of the GitHub Enterprise organization. Note that this parameter is only required if your project's source type is GITHUB_ENTERPRISE
"
+ "smithy.api#documentation": "The domain of the GitHub Enterprise organization or the GitLab Self Managed group. Note that this parameter is only required if your project's source type is GITHUB_ENTERPRISE or GITLAB_SELF_MANAGED.
"
}
},
"scope": {
"target": "com.amazonaws.codebuild#WebhookScopeType",
"traits": {
- "smithy.api#documentation": "The type of scope for a GitHub webhook.
",
+ "smithy.api#documentation": "The type of scope for a GitHub or GitLab webhook.
",
"smithy.api#required": {}
}
}
@@ -9206,6 +9206,12 @@
"traits": {
"smithy.api#enumValue": "GITHUB_GLOBAL"
}
+ },
+ "GITLAB_GROUP": {
+ "target": "smithy.api#Unit",
+ "traits": {
+ "smithy.api#enumValue": "GITLAB_GROUP"
+ }
}
}
},
From 7cf1ab229071577e2422900ddd0dd5271de55b30 Mon Sep 17 00:00:00 2001
From: awstools
Date: Tue, 17 Sep 2024 18:16:50 +0000
Subject: [PATCH 29/53] docs(client-rds): Updates Amazon RDS documentation with
configuration information about the BYOL model for RDS for Db2.
---
clients/client-rds/src/models/models_0.ts | 4 ++--
clients/client-rds/src/models/models_1.ts | 8 ++++----
codegen/sdk-codegen/aws-models/rds.json | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/clients/client-rds/src/models/models_0.ts b/clients/client-rds/src/models/models_0.ts
index 3140a30f72e6..7ccf80d04ea1 100644
--- a/clients/client-rds/src/models/models_0.ts
+++ b/clients/client-rds/src/models/models_0.ts
@@ -7842,9 +7842,9 @@ export interface CreateDBInstanceMessage {
* The license model information for this DB instance.
*
* License models for RDS for Db2 require additional configuration. The Bring Your
- * Own License (BYOL) model requires a custom parameter group. The Db2 license through
+ * Own License (BYOL) model requires a custom parameter group and an Amazon Web Services License Manager self-managed license. The Db2 license through
* Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more
- * information, see RDS for Db2 licensing
+ * information, see Amazon RDS for Db2 licensing
* options in the Amazon RDS User Guide.
* The default for RDS for Db2 is bring-your-own-license
.
*
diff --git a/clients/client-rds/src/models/models_1.ts b/clients/client-rds/src/models/models_1.ts
index 6248ff8d8d00..f1f917c47c9c 100644
--- a/clients/client-rds/src/models/models_1.ts
+++ b/clients/client-rds/src/models/models_1.ts
@@ -12498,9 +12498,9 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
* License model information for the restored DB instance.
*
* License models for RDS for Db2 require additional configuration. The Bring Your
- * Own License (BYOL) model requires a custom parameter group. The Db2 license through
+ * Own License (BYOL) model requires a custom parameter group and an Amazon Web Services License Manager self-managed license. The Db2 license through
* Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more
- * information, see RDS for Db2 licensing
+ * information, see Amazon RDS for Db2 licensing
* options in the Amazon RDS User Guide.
*
* This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.
@@ -13832,9 +13832,9 @@ export interface RestoreDBInstanceToPointInTimeMessage {
* The license model information for the restored DB instance.
*
* License models for RDS for Db2 require additional configuration. The Bring Your
- * Own License (BYOL) model requires a custom parameter group. The Db2 license through
+ * Own License (BYOL) model requires a custom parameter group and an Amazon Web Services License Manager self-managed license. The Db2 license through
* Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more
- * information, see RDS for Db2 licensing
+ * information, see Amazon RDS for Db2 licensing
* options in the Amazon RDS User Guide.
*
* This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.
diff --git a/codegen/sdk-codegen/aws-models/rds.json b/codegen/sdk-codegen/aws-models/rds.json
index b81993c16284..95d6410add2a 100644
--- a/codegen/sdk-codegen/aws-models/rds.json
+++ b/codegen/sdk-codegen/aws-models/rds.json
@@ -4991,7 +4991,7 @@
"LicenseModel": {
"target": "com.amazonaws.rds#String",
"traits": {
- "smithy.api#documentation": "The license model information for this DB instance.
\n \n License models for RDS for Db2 require additional configuration. The Bring Your\n Own License (BYOL) model requires a custom parameter group. The Db2 license through\n Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more\n information, see RDS for Db2 licensing\n options in the Amazon RDS User Guide.
\n The default for RDS for Db2 is bring-your-own-license
.
\n \n This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.
\n Valid Values:
\n \n - \n
RDS for Db2 - bring-your-own-license | marketplace-license
\n
\n \n - \n
RDS for MariaDB - general-public-license
\n
\n \n - \n
RDS for Microsoft SQL Server - license-included
\n
\n \n - \n
RDS for MySQL - general-public-license
\n
\n \n - \n
RDS for Oracle - bring-your-own-license | license-included
\n
\n \n - \n
RDS for PostgreSQL - postgresql-license
\n
\n \n
"
+ "smithy.api#documentation": "The license model information for this DB instance.
\n \n License models for RDS for Db2 require additional configuration. The Bring Your\n Own License (BYOL) model requires a custom parameter group and an Amazon Web Services License Manager self-managed license. The Db2 license through\n Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more\n information, see Amazon RDS for Db2 licensing\n options in the Amazon RDS User Guide.
\n The default for RDS for Db2 is bring-your-own-license
.
\n \n This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.
\n Valid Values:
\n \n - \n
RDS for Db2 - bring-your-own-license | marketplace-license
\n
\n \n - \n
RDS for MariaDB - general-public-license
\n
\n \n - \n
RDS for Microsoft SQL Server - license-included
\n
\n \n - \n
RDS for MySQL - general-public-license
\n
\n \n - \n
RDS for Oracle - bring-your-own-license | license-included
\n
\n \n - \n
RDS for PostgreSQL - postgresql-license
\n
\n \n
"
}
},
"Iops": {
@@ -27739,7 +27739,7 @@
"LicenseModel": {
"target": "com.amazonaws.rds#String",
"traits": {
- "smithy.api#documentation": "License model information for the restored DB instance.
\n \n License models for RDS for Db2 require additional configuration. The Bring Your\n Own License (BYOL) model requires a custom parameter group. The Db2 license through\n Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more\n information, see RDS for Db2 licensing\n options in the Amazon RDS User Guide.
\n \n This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.
\n Valid Values:
\n \n - \n
RDS for Db2 - bring-your-own-license | marketplace-license
\n
\n \n - \n
RDS for MariaDB - general-public-license
\n
\n \n - \n
RDS for Microsoft SQL Server - license-included
\n
\n \n - \n
RDS for MySQL - general-public-license
\n
\n \n - \n
RDS for Oracle - bring-your-own-license | license-included
\n
\n \n - \n
RDS for PostgreSQL - postgresql-license
\n
\n \n
\n Default: Same as the source.
"
+ "smithy.api#documentation": "License model information for the restored DB instance.
\n \n License models for RDS for Db2 require additional configuration. The Bring Your\n Own License (BYOL) model requires a custom parameter group and an Amazon Web Services License Manager self-managed license. The Db2 license through\n Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more\n information, see Amazon RDS for Db2 licensing\n options in the Amazon RDS User Guide.
\n \n This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.
\n Valid Values:
\n \n - \n
RDS for Db2 - bring-your-own-license | marketplace-license
\n
\n \n - \n
RDS for MariaDB - general-public-license
\n
\n \n - \n
RDS for Microsoft SQL Server - license-included
\n
\n \n - \n
RDS for MySQL - general-public-license
\n
\n \n - \n
RDS for Oracle - bring-your-own-license | license-included
\n
\n \n - \n
RDS for PostgreSQL - postgresql-license
\n
\n \n
\n Default: Same as the source.
"
}
},
"DBName": {
@@ -28611,7 +28611,7 @@
"LicenseModel": {
"target": "com.amazonaws.rds#String",
"traits": {
- "smithy.api#documentation": "The license model information for the restored DB instance.
\n \n License models for RDS for Db2 require additional configuration. The Bring Your\n Own License (BYOL) model requires a custom parameter group. The Db2 license through\n Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more\n information, see RDS for Db2 licensing\n options in the Amazon RDS User Guide.
\n \n This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.
\n Valid Values:
\n \n - \n
RDS for Db2 - bring-your-own-license | marketplace-license
\n
\n \n - \n
RDS for MariaDB - general-public-license
\n
\n \n - \n
RDS for Microsoft SQL Server - license-included
\n
\n \n - \n
RDS for MySQL - general-public-license
\n
\n \n - \n
RDS for Oracle - bring-your-own-license | license-included
\n
\n \n - \n
RDS for PostgreSQL - postgresql-license
\n
\n \n
\n Default: Same as the source.
"
+ "smithy.api#documentation": "The license model information for the restored DB instance.
\n \n License models for RDS for Db2 require additional configuration. The Bring Your\n Own License (BYOL) model requires a custom parameter group and an Amazon Web Services License Manager self-managed license. The Db2 license through\n Amazon Web Services Marketplace model requires an Amazon Web Services Marketplace subscription. For more\n information, see Amazon RDS for Db2 licensing\n options in the Amazon RDS User Guide.
\n \n This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.
\n Valid Values:
\n \n - \n
RDS for Db2 - bring-your-own-license | marketplace-license
\n
\n \n - \n
RDS for MariaDB - general-public-license
\n
\n \n - \n
RDS for Microsoft SQL Server - license-included
\n
\n \n - \n
RDS for MySQL - general-public-license
\n
\n \n - \n
RDS for Oracle - bring-your-own-license | license-included
\n
\n \n - \n
RDS for PostgreSQL - postgresql-license
\n
\n \n
\n Default: Same as the source.
"
}
},
"DBName": {
From decb97012463a8439e2c4008fbfa8eef3f8c3bc5 Mon Sep 17 00:00:00 2001
From: awstools
Date: Tue, 17 Sep 2024 18:16:50 +0000
Subject: [PATCH 30/53] feat(client-lambda): Support for JSON resource-based
policies and block public access
---
clients/client-lambda/README.md | 40 ++
clients/client-lambda/src/Lambda.ts | 115 +++++
clients/client-lambda/src/LambdaClient.ts | 24 +
.../commands/DeleteResourcePolicyCommand.ts | 107 +++++
.../GetPublicAccessBlockConfigCommand.ts | 95 ++++
.../src/commands/GetResourcePolicyCommand.ts | 93 ++++
.../PutPublicAccessBlockConfigCommand.ts | 106 +++++
.../src/commands/PutResourcePolicyCommand.ts | 129 +++++
clients/client-lambda/src/commands/index.ts | 5 +
clients/client-lambda/src/models/models_0.ts | 202 ++++++++
.../src/protocols/Aws_restJson1.ts | 245 ++++++++++
codegen/sdk-codegen/aws-models/lambda.json | 445 ++++++++++++++++++
12 files changed, 1606 insertions(+)
create mode 100644 clients/client-lambda/src/commands/DeleteResourcePolicyCommand.ts
create mode 100644 clients/client-lambda/src/commands/GetPublicAccessBlockConfigCommand.ts
create mode 100644 clients/client-lambda/src/commands/GetResourcePolicyCommand.ts
create mode 100644 clients/client-lambda/src/commands/PutPublicAccessBlockConfigCommand.ts
create mode 100644 clients/client-lambda/src/commands/PutResourcePolicyCommand.ts
diff --git a/clients/client-lambda/README.md b/clients/client-lambda/README.md
index f29e02171dc0..76fe49fa2280 100644
--- a/clients/client-lambda/README.md
+++ b/clients/client-lambda/README.md
@@ -403,6 +403,14 @@ DeleteProvisionedConcurrencyConfig
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lambda/command/DeleteProvisionedConcurrencyConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lambda/Interface/DeleteProvisionedConcurrencyConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lambda/Interface/DeleteProvisionedConcurrencyConfigCommandOutput/)
+
+
+
+DeleteResourcePolicy
+
+
+[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lambda/command/DeleteResourcePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lambda/Interface/DeleteResourcePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lambda/Interface/DeleteResourcePolicyCommandOutput/)
+
@@ -531,6 +539,22 @@ GetProvisionedConcurrencyConfig
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lambda/command/GetProvisionedConcurrencyConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lambda/Interface/GetProvisionedConcurrencyConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lambda/Interface/GetProvisionedConcurrencyConfigCommandOutput/)
+
+
+
+GetPublicAccessBlockConfig
+
+
+[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lambda/command/GetPublicAccessBlockConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lambda/Interface/GetPublicAccessBlockConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lambda/Interface/GetPublicAccessBlockConfigCommandOutput/)
+
+
+
+
+GetResourcePolicy
+
+
+[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lambda/command/GetResourcePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lambda/Interface/GetResourcePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lambda/Interface/GetResourcePolicyCommandOutput/)
+
@@ -715,6 +739,22 @@ PutProvisionedConcurrencyConfig
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lambda/command/PutProvisionedConcurrencyConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lambda/Interface/PutProvisionedConcurrencyConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lambda/Interface/PutProvisionedConcurrencyConfigCommandOutput/)
+
+
+
+PutPublicAccessBlockConfig
+
+
+[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lambda/command/PutPublicAccessBlockConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lambda/Interface/PutPublicAccessBlockConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lambda/Interface/PutPublicAccessBlockConfigCommandOutput/)
+
+
+
+
+PutResourcePolicy
+
+
+[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lambda/command/PutResourcePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lambda/Interface/PutResourcePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lambda/Interface/PutResourcePolicyCommandOutput/)
+
diff --git a/clients/client-lambda/src/Lambda.ts b/clients/client-lambda/src/Lambda.ts
index f6b0e42e6bc4..015f9aa8eb4f 100644
--- a/clients/client-lambda/src/Lambda.ts
+++ b/clients/client-lambda/src/Lambda.ts
@@ -79,6 +79,11 @@ import {
DeleteProvisionedConcurrencyConfigCommandInput,
DeleteProvisionedConcurrencyConfigCommandOutput,
} from "./commands/DeleteProvisionedConcurrencyConfigCommand";
+import {
+ DeleteResourcePolicyCommand,
+ DeleteResourcePolicyCommandInput,
+ DeleteResourcePolicyCommandOutput,
+} from "./commands/DeleteResourcePolicyCommand";
import {
GetAccountSettingsCommand,
GetAccountSettingsCommandInput,
@@ -147,6 +152,16 @@ import {
GetProvisionedConcurrencyConfigCommandInput,
GetProvisionedConcurrencyConfigCommandOutput,
} from "./commands/GetProvisionedConcurrencyConfigCommand";
+import {
+ GetPublicAccessBlockConfigCommand,
+ GetPublicAccessBlockConfigCommandInput,
+ GetPublicAccessBlockConfigCommandOutput,
+} from "./commands/GetPublicAccessBlockConfigCommand";
+import {
+ GetResourcePolicyCommand,
+ GetResourcePolicyCommandInput,
+ GetResourcePolicyCommandOutput,
+} from "./commands/GetResourcePolicyCommand";
import {
GetRuntimeManagementConfigCommand,
GetRuntimeManagementConfigCommandInput,
@@ -242,6 +257,16 @@ import {
PutProvisionedConcurrencyConfigCommandInput,
PutProvisionedConcurrencyConfigCommandOutput,
} from "./commands/PutProvisionedConcurrencyConfigCommand";
+import {
+ PutPublicAccessBlockConfigCommand,
+ PutPublicAccessBlockConfigCommandInput,
+ PutPublicAccessBlockConfigCommandOutput,
+} from "./commands/PutPublicAccessBlockConfigCommand";
+import {
+ PutResourcePolicyCommand,
+ PutResourcePolicyCommandInput,
+ PutResourcePolicyCommandOutput,
+} from "./commands/PutResourcePolicyCommand";
import {
PutRuntimeManagementConfigCommand,
PutRuntimeManagementConfigCommandInput,
@@ -314,6 +339,7 @@ const commands = {
DeleteFunctionUrlConfigCommand,
DeleteLayerVersionCommand,
DeleteProvisionedConcurrencyConfigCommand,
+ DeleteResourcePolicyCommand,
GetAccountSettingsCommand,
GetAliasCommand,
GetCodeSigningConfigCommand,
@@ -330,6 +356,8 @@ const commands = {
GetLayerVersionPolicyCommand,
GetPolicyCommand,
GetProvisionedConcurrencyConfigCommand,
+ GetPublicAccessBlockConfigCommand,
+ GetResourcePolicyCommand,
GetRuntimeManagementConfigCommand,
InvokeCommand,
InvokeAsyncCommand,
@@ -353,6 +381,8 @@ const commands = {
PutFunctionEventInvokeConfigCommand,
PutFunctionRecursionConfigCommand,
PutProvisionedConcurrencyConfigCommand,
+ PutPublicAccessBlockConfigCommand,
+ PutResourcePolicyCommand,
PutRuntimeManagementConfigCommand,
RemoveLayerVersionPermissionCommand,
RemovePermissionCommand,
@@ -633,6 +663,23 @@ export interface Lambda {
cb: (err: any, data?: DeleteProvisionedConcurrencyConfigCommandOutput) => void
): void;
+ /**
+ * @see {@link DeleteResourcePolicyCommand}
+ */
+ deleteResourcePolicy(
+ args: DeleteResourcePolicyCommandInput,
+ options?: __HttpHandlerOptions
+ ): Promise;
+ deleteResourcePolicy(
+ args: DeleteResourcePolicyCommandInput,
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
+ ): void;
+ deleteResourcePolicy(
+ args: DeleteResourcePolicyCommandInput,
+ options: __HttpHandlerOptions,
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
+ ): void;
+
/**
* @see {@link GetAccountSettingsCommand}
*/
@@ -885,6 +932,40 @@ export interface Lambda {
cb: (err: any, data?: GetProvisionedConcurrencyConfigCommandOutput) => void
): void;
+ /**
+ * @see {@link GetPublicAccessBlockConfigCommand}
+ */
+ getPublicAccessBlockConfig(
+ args: GetPublicAccessBlockConfigCommandInput,
+ options?: __HttpHandlerOptions
+ ): Promise;
+ getPublicAccessBlockConfig(
+ args: GetPublicAccessBlockConfigCommandInput,
+ cb: (err: any, data?: GetPublicAccessBlockConfigCommandOutput) => void
+ ): void;
+ getPublicAccessBlockConfig(
+ args: GetPublicAccessBlockConfigCommandInput,
+ options: __HttpHandlerOptions,
+ cb: (err: any, data?: GetPublicAccessBlockConfigCommandOutput) => void
+ ): void;
+
+ /**
+ * @see {@link GetResourcePolicyCommand}
+ */
+ getResourcePolicy(
+ args: GetResourcePolicyCommandInput,
+ options?: __HttpHandlerOptions
+ ): Promise;
+ getResourcePolicy(
+ args: GetResourcePolicyCommandInput,
+ cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
+ ): void;
+ getResourcePolicy(
+ args: GetResourcePolicyCommandInput,
+ options: __HttpHandlerOptions,
+ cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
+ ): void;
+
/**
* @see {@link GetRuntimeManagementConfigCommand}
*/
@@ -1241,6 +1322,40 @@ export interface Lambda {
cb: (err: any, data?: PutProvisionedConcurrencyConfigCommandOutput) => void
): void;
+ /**
+ * @see {@link PutPublicAccessBlockConfigCommand}
+ */
+ putPublicAccessBlockConfig(
+ args: PutPublicAccessBlockConfigCommandInput,
+ options?: __HttpHandlerOptions
+ ): Promise;
+ putPublicAccessBlockConfig(
+ args: PutPublicAccessBlockConfigCommandInput,
+ cb: (err: any, data?: PutPublicAccessBlockConfigCommandOutput) => void
+ ): void;
+ putPublicAccessBlockConfig(
+ args: PutPublicAccessBlockConfigCommandInput,
+ options: __HttpHandlerOptions,
+ cb: (err: any, data?: PutPublicAccessBlockConfigCommandOutput) => void
+ ): void;
+
+ /**
+ * @see {@link PutResourcePolicyCommand}
+ */
+ putResourcePolicy(
+ args: PutResourcePolicyCommandInput,
+ options?: __HttpHandlerOptions
+ ): Promise;
+ putResourcePolicy(
+ args: PutResourcePolicyCommandInput,
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
+ ): void;
+ putResourcePolicy(
+ args: PutResourcePolicyCommandInput,
+ options: __HttpHandlerOptions,
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
+ ): void;
+
/**
* @see {@link PutRuntimeManagementConfigCommand}
*/
diff --git a/clients/client-lambda/src/LambdaClient.ts b/clients/client-lambda/src/LambdaClient.ts
index 1ee6ae697e14..f52ab853010c 100644
--- a/clients/client-lambda/src/LambdaClient.ts
+++ b/clients/client-lambda/src/LambdaClient.ts
@@ -109,6 +109,10 @@ import {
DeleteProvisionedConcurrencyConfigCommandInput,
DeleteProvisionedConcurrencyConfigCommandOutput,
} from "./commands/DeleteProvisionedConcurrencyConfigCommand";
+import {
+ DeleteResourcePolicyCommandInput,
+ DeleteResourcePolicyCommandOutput,
+} from "./commands/DeleteResourcePolicyCommand";
import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
import { GetAliasCommandInput, GetAliasCommandOutput } from "./commands/GetAliasCommand";
import {
@@ -158,6 +162,11 @@ import {
GetProvisionedConcurrencyConfigCommandInput,
GetProvisionedConcurrencyConfigCommandOutput,
} from "./commands/GetProvisionedConcurrencyConfigCommand";
+import {
+ GetPublicAccessBlockConfigCommandInput,
+ GetPublicAccessBlockConfigCommandOutput,
+} from "./commands/GetPublicAccessBlockConfigCommand";
+import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
import {
GetRuntimeManagementConfigCommandInput,
GetRuntimeManagementConfigCommandOutput,
@@ -226,6 +235,11 @@ import {
PutProvisionedConcurrencyConfigCommandInput,
PutProvisionedConcurrencyConfigCommandOutput,
} from "./commands/PutProvisionedConcurrencyConfigCommand";
+import {
+ PutPublicAccessBlockConfigCommandInput,
+ PutPublicAccessBlockConfigCommandOutput,
+} from "./commands/PutPublicAccessBlockConfigCommand";
+import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
import {
PutRuntimeManagementConfigCommandInput,
PutRuntimeManagementConfigCommandOutput,
@@ -291,6 +305,7 @@ export type ServiceInputTypes =
| DeleteFunctionUrlConfigCommandInput
| DeleteLayerVersionCommandInput
| DeleteProvisionedConcurrencyConfigCommandInput
+ | DeleteResourcePolicyCommandInput
| GetAccountSettingsCommandInput
| GetAliasCommandInput
| GetCodeSigningConfigCommandInput
@@ -307,6 +322,8 @@ export type ServiceInputTypes =
| GetLayerVersionPolicyCommandInput
| GetPolicyCommandInput
| GetProvisionedConcurrencyConfigCommandInput
+ | GetPublicAccessBlockConfigCommandInput
+ | GetResourcePolicyCommandInput
| GetRuntimeManagementConfigCommandInput
| InvokeAsyncCommandInput
| InvokeCommandInput
@@ -330,6 +347,8 @@ export type ServiceInputTypes =
| PutFunctionEventInvokeConfigCommandInput
| PutFunctionRecursionConfigCommandInput
| PutProvisionedConcurrencyConfigCommandInput
+ | PutPublicAccessBlockConfigCommandInput
+ | PutResourcePolicyCommandInput
| PutRuntimeManagementConfigCommandInput
| RemoveLayerVersionPermissionCommandInput
| RemovePermissionCommandInput
@@ -364,6 +383,7 @@ export type ServiceOutputTypes =
| DeleteFunctionUrlConfigCommandOutput
| DeleteLayerVersionCommandOutput
| DeleteProvisionedConcurrencyConfigCommandOutput
+ | DeleteResourcePolicyCommandOutput
| GetAccountSettingsCommandOutput
| GetAliasCommandOutput
| GetCodeSigningConfigCommandOutput
@@ -380,6 +400,8 @@ export type ServiceOutputTypes =
| GetLayerVersionPolicyCommandOutput
| GetPolicyCommandOutput
| GetProvisionedConcurrencyConfigCommandOutput
+ | GetPublicAccessBlockConfigCommandOutput
+ | GetResourcePolicyCommandOutput
| GetRuntimeManagementConfigCommandOutput
| InvokeAsyncCommandOutput
| InvokeCommandOutput
@@ -403,6 +425,8 @@ export type ServiceOutputTypes =
| PutFunctionEventInvokeConfigCommandOutput
| PutFunctionRecursionConfigCommandOutput
| PutProvisionedConcurrencyConfigCommandOutput
+ | PutPublicAccessBlockConfigCommandOutput
+ | PutResourcePolicyCommandOutput
| PutRuntimeManagementConfigCommandOutput
| RemoveLayerVersionPermissionCommandOutput
| RemovePermissionCommandOutput
diff --git a/clients/client-lambda/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-lambda/src/commands/DeleteResourcePolicyCommand.ts
new file mode 100644
index 000000000000..cd42085cf331
--- /dev/null
+++ b/clients/client-lambda/src/commands/DeleteResourcePolicyCommand.ts
@@ -0,0 +1,107 @@
+// smithy-typescript generated code
+import { getEndpointPlugin } from "@smithy/middleware-endpoint";
+import { getSerdePlugin } from "@smithy/middleware-serde";
+import { Command as $Command } from "@smithy/smithy-client";
+import { MetadataBearer as __MetadataBearer } from "@smithy/types";
+
+import { commonParams } from "../endpoint/EndpointParameters";
+import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
+import { DeleteResourcePolicyRequest } from "../models/models_0";
+import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_restJson1";
+
+/**
+ * @public
+ */
+export type { __MetadataBearer };
+export { $Command };
+/**
+ * @public
+ *
+ * The input for {@link DeleteResourcePolicyCommand}.
+ */
+export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRequest {}
+/**
+ * @public
+ *
+ * The output of {@link DeleteResourcePolicyCommand}.
+ */
+export interface DeleteResourcePolicyCommandOutput extends __MetadataBearer {}
+
+/**
+ * Deletes a resource-based policy from a function.
+ * @example
+ * Use a bare-bones client and the command you need to make an API call.
+ * ```javascript
+ * import { LambdaClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-lambda"; // ES Modules import
+ * // const { LambdaClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
+ * const client = new LambdaClient(config);
+ * const input = { // DeleteResourcePolicyRequest
+ * ResourceArn: "STRING_VALUE", // required
+ * RevisionId: "STRING_VALUE",
+ * };
+ * const command = new DeleteResourcePolicyCommand(input);
+ * const response = await client.send(command);
+ * // {};
+ *
+ * ```
+ *
+ * @param DeleteResourcePolicyCommandInput - {@link DeleteResourcePolicyCommandInput}
+ * @returns {@link DeleteResourcePolicyCommandOutput}
+ * @see {@link DeleteResourcePolicyCommandInput} for command's `input` shape.
+ * @see {@link DeleteResourcePolicyCommandOutput} for command's `response` shape.
+ * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
+ *
+ * @throws {@link InvalidParameterValueException} (client fault)
+ * One of the parameters in the request is not valid.
+ *
+ * @throws {@link PreconditionFailedException} (client fault)
+ * The RevisionId provided does not match the latest RevisionId for the Lambda function or alias.
+ *
+ * -
+ *
+ * For AddPermission and RemovePermission API operations: Call GetPolicy
to retrieve the latest RevisionId for your resource.
+ *
+ * -
+ *
+ * For all other API operations: Call GetFunction
or GetAlias
to retrieve the latest RevisionId for your resource.
+ *
+ *
+ *
+ * @throws {@link ResourceConflictException} (client fault)
+ * The resource already exists, or another operation is in progress.
+ *
+ * @throws {@link ResourceNotFoundException} (client fault)
+ * The resource specified in the request does not exist.
+ *
+ * @throws {@link ServiceException} (server fault)
+ * The Lambda service encountered an internal error.
+ *
+ * @throws {@link TooManyRequestsException} (client fault)
+ * The request throughput limit was exceeded. For more information, see Lambda quotas.
+ *
+ * @throws {@link LambdaServiceException}
+ * Base exception class for all service exceptions from Lambda service.
+ *
+ * @public
+ */
+export class DeleteResourcePolicyCommand extends $Command
+ .classBuilder<
+ DeleteResourcePolicyCommandInput,
+ DeleteResourcePolicyCommandOutput,
+ LambdaClientResolvedConfig,
+ ServiceInputTypes,
+ ServiceOutputTypes
+ >()
+ .ep(commonParams)
+ .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) {
+ return [
+ getSerdePlugin(config, this.serialize, this.deserialize),
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
+ ];
+ })
+ .s("AWSGirApiService", "DeleteResourcePolicy", {})
+ .n("LambdaClient", "DeleteResourcePolicyCommand")
+ .f(void 0, void 0)
+ .ser(se_DeleteResourcePolicyCommand)
+ .de(de_DeleteResourcePolicyCommand)
+ .build() {}
diff --git a/clients/client-lambda/src/commands/GetPublicAccessBlockConfigCommand.ts b/clients/client-lambda/src/commands/GetPublicAccessBlockConfigCommand.ts
new file mode 100644
index 000000000000..c14be0c78dbb
--- /dev/null
+++ b/clients/client-lambda/src/commands/GetPublicAccessBlockConfigCommand.ts
@@ -0,0 +1,95 @@
+// smithy-typescript generated code
+import { getEndpointPlugin } from "@smithy/middleware-endpoint";
+import { getSerdePlugin } from "@smithy/middleware-serde";
+import { Command as $Command } from "@smithy/smithy-client";
+import { MetadataBearer as __MetadataBearer } from "@smithy/types";
+
+import { commonParams } from "../endpoint/EndpointParameters";
+import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
+import { GetPublicAccessBlockConfigRequest, GetPublicAccessBlockConfigResponse } from "../models/models_0";
+import { de_GetPublicAccessBlockConfigCommand, se_GetPublicAccessBlockConfigCommand } from "../protocols/Aws_restJson1";
+
+/**
+ * @public
+ */
+export type { __MetadataBearer };
+export { $Command };
+/**
+ * @public
+ *
+ * The input for {@link GetPublicAccessBlockConfigCommand}.
+ */
+export interface GetPublicAccessBlockConfigCommandInput extends GetPublicAccessBlockConfigRequest {}
+/**
+ * @public
+ *
+ * The output of {@link GetPublicAccessBlockConfigCommand}.
+ */
+export interface GetPublicAccessBlockConfigCommandOutput extends GetPublicAccessBlockConfigResponse, __MetadataBearer {}
+
+/**
+ * Retrieve the public-access settings for a function.
+ * @example
+ * Use a bare-bones client and the command you need to make an API call.
+ * ```javascript
+ * import { LambdaClient, GetPublicAccessBlockConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import
+ * // const { LambdaClient, GetPublicAccessBlockConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
+ * const client = new LambdaClient(config);
+ * const input = { // GetPublicAccessBlockConfigRequest
+ * ResourceArn: "STRING_VALUE", // required
+ * };
+ * const command = new GetPublicAccessBlockConfigCommand(input);
+ * const response = await client.send(command);
+ * // { // GetPublicAccessBlockConfigResponse
+ * // PublicAccessBlockConfig: { // PublicAccessBlockConfig
+ * // BlockPublicPolicy: true || false,
+ * // RestrictPublicResource: true || false,
+ * // },
+ * // };
+ *
+ * ```
+ *
+ * @param GetPublicAccessBlockConfigCommandInput - {@link GetPublicAccessBlockConfigCommandInput}
+ * @returns {@link GetPublicAccessBlockConfigCommandOutput}
+ * @see {@link GetPublicAccessBlockConfigCommandInput} for command's `input` shape.
+ * @see {@link GetPublicAccessBlockConfigCommandOutput} for command's `response` shape.
+ * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
+ *
+ * @throws {@link InvalidParameterValueException} (client fault)
+ * One of the parameters in the request is not valid.
+ *
+ * @throws {@link ResourceNotFoundException} (client fault)
+ * The resource specified in the request does not exist.
+ *
+ * @throws {@link ServiceException} (server fault)
+ * The Lambda service encountered an internal error.
+ *
+ * @throws {@link TooManyRequestsException} (client fault)
+ * The request throughput limit was exceeded. For more information, see Lambda quotas.
+ *
+ * @throws {@link LambdaServiceException}
+ * Base exception class for all service exceptions from Lambda service.
+ *
+ * @public
+ */
+export class GetPublicAccessBlockConfigCommand extends $Command
+ .classBuilder<
+ GetPublicAccessBlockConfigCommandInput,
+ GetPublicAccessBlockConfigCommandOutput,
+ LambdaClientResolvedConfig,
+ ServiceInputTypes,
+ ServiceOutputTypes
+ >()
+ .ep(commonParams)
+ .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) {
+ return [
+ getSerdePlugin(config, this.serialize, this.deserialize),
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
+ ];
+ })
+ .s("AWSGirApiService", "GetPublicAccessBlockConfig", {})
+ .n("LambdaClient", "GetPublicAccessBlockConfigCommand")
+ .f(void 0, void 0)
+ .ser(se_GetPublicAccessBlockConfigCommand)
+ .de(de_GetPublicAccessBlockConfigCommand)
+ .build() {}
diff --git a/clients/client-lambda/src/commands/GetResourcePolicyCommand.ts b/clients/client-lambda/src/commands/GetResourcePolicyCommand.ts
new file mode 100644
index 000000000000..6b0373a63a4a
--- /dev/null
+++ b/clients/client-lambda/src/commands/GetResourcePolicyCommand.ts
@@ -0,0 +1,93 @@
+// smithy-typescript generated code
+import { getEndpointPlugin } from "@smithy/middleware-endpoint";
+import { getSerdePlugin } from "@smithy/middleware-serde";
+import { Command as $Command } from "@smithy/smithy-client";
+import { MetadataBearer as __MetadataBearer } from "@smithy/types";
+
+import { commonParams } from "../endpoint/EndpointParameters";
+import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
+import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
+import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Aws_restJson1";
+
+/**
+ * @public
+ */
+export type { __MetadataBearer };
+export { $Command };
+/**
+ * @public
+ *
+ * The input for {@link GetResourcePolicyCommand}.
+ */
+export interface GetResourcePolicyCommandInput extends GetResourcePolicyRequest {}
+/**
+ * @public
+ *
+ * The output of {@link GetResourcePolicyCommand}.
+ */
+export interface GetResourcePolicyCommandOutput extends GetResourcePolicyResponse, __MetadataBearer {}
+
+/**
+ * Retrieves the resource-based policy attached to a function.
+ * @example
+ * Use a bare-bones client and the command you need to make an API call.
+ * ```javascript
+ * import { LambdaClient, GetResourcePolicyCommand } from "@aws-sdk/client-lambda"; // ES Modules import
+ * // const { LambdaClient, GetResourcePolicyCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
+ * const client = new LambdaClient(config);
+ * const input = { // GetResourcePolicyRequest
+ * ResourceArn: "STRING_VALUE", // required
+ * };
+ * const command = new GetResourcePolicyCommand(input);
+ * const response = await client.send(command);
+ * // { // GetResourcePolicyResponse
+ * // Policy: "STRING_VALUE",
+ * // RevisionId: "STRING_VALUE",
+ * // };
+ *
+ * ```
+ *
+ * @param GetResourcePolicyCommandInput - {@link GetResourcePolicyCommandInput}
+ * @returns {@link GetResourcePolicyCommandOutput}
+ * @see {@link GetResourcePolicyCommandInput} for command's `input` shape.
+ * @see {@link GetResourcePolicyCommandOutput} for command's `response` shape.
+ * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
+ *
+ * @throws {@link InvalidParameterValueException} (client fault)
+ * One of the parameters in the request is not valid.
+ *
+ * @throws {@link ResourceNotFoundException} (client fault)
+ * The resource specified in the request does not exist.
+ *
+ * @throws {@link ServiceException} (server fault)
+ * The Lambda service encountered an internal error.
+ *
+ * @throws {@link TooManyRequestsException} (client fault)
+ * The request throughput limit was exceeded. For more information, see Lambda quotas.
+ *
+ * @throws {@link LambdaServiceException}
+ * Base exception class for all service exceptions from Lambda service.
+ *
+ * @public
+ */
+export class GetResourcePolicyCommand extends $Command
+ .classBuilder<
+ GetResourcePolicyCommandInput,
+ GetResourcePolicyCommandOutput,
+ LambdaClientResolvedConfig,
+ ServiceInputTypes,
+ ServiceOutputTypes
+ >()
+ .ep(commonParams)
+ .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) {
+ return [
+ getSerdePlugin(config, this.serialize, this.deserialize),
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
+ ];
+ })
+ .s("AWSGirApiService", "GetResourcePolicy", {})
+ .n("LambdaClient", "GetResourcePolicyCommand")
+ .f(void 0, void 0)
+ .ser(se_GetResourcePolicyCommand)
+ .de(de_GetResourcePolicyCommand)
+ .build() {}
diff --git a/clients/client-lambda/src/commands/PutPublicAccessBlockConfigCommand.ts b/clients/client-lambda/src/commands/PutPublicAccessBlockConfigCommand.ts
new file mode 100644
index 000000000000..ecd6588e6495
--- /dev/null
+++ b/clients/client-lambda/src/commands/PutPublicAccessBlockConfigCommand.ts
@@ -0,0 +1,106 @@
+// smithy-typescript generated code
+import { getEndpointPlugin } from "@smithy/middleware-endpoint";
+import { getSerdePlugin } from "@smithy/middleware-serde";
+import { Command as $Command } from "@smithy/smithy-client";
+import { MetadataBearer as __MetadataBearer } from "@smithy/types";
+
+import { commonParams } from "../endpoint/EndpointParameters";
+import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
+import { PutPublicAccessBlockConfigRequest, PutPublicAccessBlockConfigResponse } from "../models/models_0";
+import { de_PutPublicAccessBlockConfigCommand, se_PutPublicAccessBlockConfigCommand } from "../protocols/Aws_restJson1";
+
+/**
+ * @public
+ */
+export type { __MetadataBearer };
+export { $Command };
+/**
+ * @public
+ *
+ * The input for {@link PutPublicAccessBlockConfigCommand}.
+ */
+export interface PutPublicAccessBlockConfigCommandInput extends PutPublicAccessBlockConfigRequest {}
+/**
+ * @public
+ *
+ * The output of {@link PutPublicAccessBlockConfigCommand}.
+ */
+export interface PutPublicAccessBlockConfigCommandOutput extends PutPublicAccessBlockConfigResponse, __MetadataBearer {}
+
+/**
+ * Configure your function's public-access settings.
+ * To control public access to a Lambda function, you can choose whether to allow the creation of
+ * resource-based policies that
+ * allow public access to that function. You can also block public access to a function, even if it has an existing resource-based
+ * policy that allows it.
+ * @example
+ * Use a bare-bones client and the command you need to make an API call.
+ * ```javascript
+ * import { LambdaClient, PutPublicAccessBlockConfigCommand } from "@aws-sdk/client-lambda"; // ES Modules import
+ * // const { LambdaClient, PutPublicAccessBlockConfigCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
+ * const client = new LambdaClient(config);
+ * const input = { // PutPublicAccessBlockConfigRequest
+ * ResourceArn: "STRING_VALUE", // required
+ * PublicAccessBlockConfig: { // PublicAccessBlockConfig
+ * BlockPublicPolicy: true || false,
+ * RestrictPublicResource: true || false,
+ * },
+ * };
+ * const command = new PutPublicAccessBlockConfigCommand(input);
+ * const response = await client.send(command);
+ * // { // PutPublicAccessBlockConfigResponse
+ * // PublicAccessBlockConfig: { // PublicAccessBlockConfig
+ * // BlockPublicPolicy: true || false,
+ * // RestrictPublicResource: true || false,
+ * // },
+ * // };
+ *
+ * ```
+ *
+ * @param PutPublicAccessBlockConfigCommandInput - {@link PutPublicAccessBlockConfigCommandInput}
+ * @returns {@link PutPublicAccessBlockConfigCommandOutput}
+ * @see {@link PutPublicAccessBlockConfigCommandInput} for command's `input` shape.
+ * @see {@link PutPublicAccessBlockConfigCommandOutput} for command's `response` shape.
+ * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
+ *
+ * @throws {@link InvalidParameterValueException} (client fault)
+ * One of the parameters in the request is not valid.
+ *
+ * @throws {@link ResourceConflictException} (client fault)
+ * The resource already exists, or another operation is in progress.
+ *
+ * @throws {@link ResourceNotFoundException} (client fault)
+ * The resource specified in the request does not exist.
+ *
+ * @throws {@link ServiceException} (server fault)
+ * The Lambda service encountered an internal error.
+ *
+ * @throws {@link TooManyRequestsException} (client fault)
+ * The request throughput limit was exceeded. For more information, see Lambda quotas.
+ *
+ * @throws {@link LambdaServiceException}
+ * Base exception class for all service exceptions from Lambda service.
+ *
+ * @public
+ */
+export class PutPublicAccessBlockConfigCommand extends $Command
+ .classBuilder<
+ PutPublicAccessBlockConfigCommandInput,
+ PutPublicAccessBlockConfigCommandOutput,
+ LambdaClientResolvedConfig,
+ ServiceInputTypes,
+ ServiceOutputTypes
+ >()
+ .ep(commonParams)
+ .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) {
+ return [
+ getSerdePlugin(config, this.serialize, this.deserialize),
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
+ ];
+ })
+ .s("AWSGirApiService", "PutPublicAccessBlockConfig", {})
+ .n("LambdaClient", "PutPublicAccessBlockConfigCommand")
+ .f(void 0, void 0)
+ .ser(se_PutPublicAccessBlockConfigCommand)
+ .de(de_PutPublicAccessBlockConfigCommand)
+ .build() {}
diff --git a/clients/client-lambda/src/commands/PutResourcePolicyCommand.ts b/clients/client-lambda/src/commands/PutResourcePolicyCommand.ts
new file mode 100644
index 000000000000..d6751f7d6c69
--- /dev/null
+++ b/clients/client-lambda/src/commands/PutResourcePolicyCommand.ts
@@ -0,0 +1,129 @@
+// smithy-typescript generated code
+import { getEndpointPlugin } from "@smithy/middleware-endpoint";
+import { getSerdePlugin } from "@smithy/middleware-serde";
+import { Command as $Command } from "@smithy/smithy-client";
+import { MetadataBearer as __MetadataBearer } from "@smithy/types";
+
+import { commonParams } from "../endpoint/EndpointParameters";
+import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
+import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
+import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_restJson1";
+
+/**
+ * @public
+ */
+export type { __MetadataBearer };
+export { $Command };
+/**
+ * @public
+ *
+ * The input for {@link PutResourcePolicyCommand}.
+ */
+export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest {}
+/**
+ * @public
+ *
+ * The output of {@link PutResourcePolicyCommand}.
+ */
+export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {}
+
+/**
+ * Adds a resource-based policy
+ * to a function. You can use resource-based policies to grant access to other
+ * Amazon Web Services accounts,
+ * organizations, or
+ * services. Resource-based policies
+ * apply to a single function, version, or alias.
+ *
+ * Adding a resource-based policy using this API action replaces any existing policy you've previously created. This means that if
+ * you've previously added resource-based permissions to a function using the AddPermission action, those
+ * permissions will be overwritten by your new policy.
+ *
+ * @example
+ * Use a bare-bones client and the command you need to make an API call.
+ * ```javascript
+ * import { LambdaClient, PutResourcePolicyCommand } from "@aws-sdk/client-lambda"; // ES Modules import
+ * // const { LambdaClient, PutResourcePolicyCommand } = require("@aws-sdk/client-lambda"); // CommonJS import
+ * const client = new LambdaClient(config);
+ * const input = { // PutResourcePolicyRequest
+ * ResourceArn: "STRING_VALUE", // required
+ * Policy: "STRING_VALUE", // required
+ * RevisionId: "STRING_VALUE",
+ * };
+ * const command = new PutResourcePolicyCommand(input);
+ * const response = await client.send(command);
+ * // { // PutResourcePolicyResponse
+ * // Policy: "STRING_VALUE",
+ * // RevisionId: "STRING_VALUE",
+ * // };
+ *
+ * ```
+ *
+ * @param PutResourcePolicyCommandInput - {@link PutResourcePolicyCommandInput}
+ * @returns {@link PutResourcePolicyCommandOutput}
+ * @see {@link PutResourcePolicyCommandInput} for command's `input` shape.
+ * @see {@link PutResourcePolicyCommandOutput} for command's `response` shape.
+ * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
+ *
+ * @throws {@link InvalidParameterValueException} (client fault)
+ * One of the parameters in the request is not valid.
+ *
+ * @throws {@link PolicyLengthExceededException} (client fault)
+ * The permissions policy for the resource is too large. For more information, see Lambda quotas.
+ *
+ * @throws {@link PreconditionFailedException} (client fault)
+ * The RevisionId provided does not match the latest RevisionId for the Lambda function or alias.
+ *
+ * -
+ *
+ * For AddPermission and RemovePermission API operations: Call GetPolicy
to retrieve the latest RevisionId for your resource.
+ *
+ * -
+ *
+ * For all other API operations: Call GetFunction
or GetAlias
to retrieve the latest RevisionId for your resource.
+ *
+ *
+ *
+ * @throws {@link PublicPolicyException} (client fault)
+ * Lambda prevented your policy from being created because it would grant public access to your function. If you intended to
+ * create a public policy, use the PutPublicAccessBlockConfig API action to configure your function's public-access settings
+ * to allow public policies.
+ *
+ * @throws {@link ResourceConflictException} (client fault)
+ * The resource already exists, or another operation is in progress.
+ *
+ * @throws {@link ResourceNotFoundException} (client fault)
+ * The resource specified in the request does not exist.
+ *
+ * @throws {@link ServiceException} (server fault)
+ * The Lambda service encountered an internal error.
+ *
+ * @throws {@link TooManyRequestsException} (client fault)
+ * The request throughput limit was exceeded. For more information, see Lambda quotas.
+ *
+ * @throws {@link LambdaServiceException}
+ * Base exception class for all service exceptions from Lambda service.
+ *
+ * @public
+ */
+export class PutResourcePolicyCommand extends $Command
+ .classBuilder<
+ PutResourcePolicyCommandInput,
+ PutResourcePolicyCommandOutput,
+ LambdaClientResolvedConfig,
+ ServiceInputTypes,
+ ServiceOutputTypes
+ >()
+ .ep(commonParams)
+ .m(function (this: any, Command: any, cs: any, config: LambdaClientResolvedConfig, o: any) {
+ return [
+ getSerdePlugin(config, this.serialize, this.deserialize),
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
+ ];
+ })
+ .s("AWSGirApiService", "PutResourcePolicy", {})
+ .n("LambdaClient", "PutResourcePolicyCommand")
+ .f(void 0, void 0)
+ .ser(se_PutResourcePolicyCommand)
+ .de(de_PutResourcePolicyCommand)
+ .build() {}
diff --git a/clients/client-lambda/src/commands/index.ts b/clients/client-lambda/src/commands/index.ts
index d1001072d7ea..e7d9d57e234f 100644
--- a/clients/client-lambda/src/commands/index.ts
+++ b/clients/client-lambda/src/commands/index.ts
@@ -16,6 +16,7 @@ export * from "./DeleteFunctionEventInvokeConfigCommand";
export * from "./DeleteFunctionUrlConfigCommand";
export * from "./DeleteLayerVersionCommand";
export * from "./DeleteProvisionedConcurrencyConfigCommand";
+export * from "./DeleteResourcePolicyCommand";
export * from "./GetAccountSettingsCommand";
export * from "./GetAliasCommand";
export * from "./GetCodeSigningConfigCommand";
@@ -32,6 +33,8 @@ export * from "./GetLayerVersionCommand";
export * from "./GetLayerVersionPolicyCommand";
export * from "./GetPolicyCommand";
export * from "./GetProvisionedConcurrencyConfigCommand";
+export * from "./GetPublicAccessBlockConfigCommand";
+export * from "./GetResourcePolicyCommand";
export * from "./GetRuntimeManagementConfigCommand";
export * from "./InvokeAsyncCommand";
export * from "./InvokeCommand";
@@ -55,6 +58,8 @@ export * from "./PutFunctionConcurrencyCommand";
export * from "./PutFunctionEventInvokeConfigCommand";
export * from "./PutFunctionRecursionConfigCommand";
export * from "./PutProvisionedConcurrencyConfigCommand";
+export * from "./PutPublicAccessBlockConfigCommand";
+export * from "./PutResourcePolicyCommand";
export * from "./PutRuntimeManagementConfigCommand";
export * from "./RemoveLayerVersionPermissionCommand";
export * from "./RemovePermissionCommand";
diff --git a/clients/client-lambda/src/models/models_0.ts b/clients/client-lambda/src/models/models_0.ts
index d28a45eb490c..ac39ab22c104 100644
--- a/clients/client-lambda/src/models/models_0.ts
+++ b/clients/client-lambda/src/models/models_0.ts
@@ -3176,6 +3176,25 @@ export interface DeleteProvisionedConcurrencyConfigRequest {
Qualifier: string | undefined;
}
+/**
+ * @public
+ */
+export interface DeleteResourcePolicyRequest {
+ /**
+ * The Amazon Resource Name (ARN) of the function you want to delete the policy from. You can use either a qualified or an unqualified ARN,
+ * but the value you specify must be a complete ARN and wildcard characters are not accepted.
+ * @public
+ */
+ ResourceArn: string | undefined;
+
+ /**
+ * Delete the existing policy only if its revision ID matches the string you specify. To find the revision ID of the policy currently attached
+ * to your function, use the GetResourcePolicy action.
+ * @public
+ */
+ RevisionId?: string;
+}
+
/**
* @public
*/
@@ -4080,6 +4099,78 @@ export class ProvisionedConcurrencyConfigNotFoundException extends __BaseExcepti
}
}
+/**
+ * @public
+ */
+export interface GetPublicAccessBlockConfigRequest {
+ /**
+ * The Amazon Resource Name (ARN) of the function you want to retrieve public-access settings for.
+ * @public
+ */
+ ResourceArn: string | undefined;
+}
+
+/**
+ * An object that defines the public-access settings for a function.
+ * @public
+ */
+export interface PublicAccessBlockConfig {
+ /**
+ * To block the creation of resource-based policies that would grant public access to your function, set BlockPublicPolicy
+ * to true
. To allow the creation of resource-based policies that would grant public access to your function, set BlockPublicPolicy
+ * to false
.
+ * @public
+ */
+ BlockPublicPolicy?: boolean;
+
+ /**
+ * To block public access to your function, even if its resource-based policy allows it, set RestrictPublicResource
to true
. To
+ * allow public access to a function with a resource-based policy that permits it, set RestrictPublicResource
to false
.
+ * @public
+ */
+ RestrictPublicResource?: boolean;
+}
+
+/**
+ * @public
+ */
+export interface GetPublicAccessBlockConfigResponse {
+ /**
+ * The public-access settings configured for the function you specified
+ * @public
+ */
+ PublicAccessBlockConfig?: PublicAccessBlockConfig;
+}
+
+/**
+ * @public
+ */
+export interface GetResourcePolicyRequest {
+ /**
+ * The Amazon Resource Name (ARN) of the function you want to retrieve the policy for. You can use either a qualified or an unqualified ARN,
+ * but the value you specify must be a complete ARN and wildcard characters are not accepted.
+ * @public
+ */
+ ResourceArn: string | undefined;
+}
+
+/**
+ * @public
+ */
+export interface GetResourcePolicyResponse {
+ /**
+ * The resource-based policy attached to the function you specified.
+ * @public
+ */
+ Policy?: string;
+
+ /**
+ * The revision ID of the policy.
+ * @public
+ */
+ RevisionId?: string;
+}
+
/**
* @public
*/
@@ -6591,6 +6682,117 @@ export interface PutProvisionedConcurrencyConfigResponse {
LastModified?: string;
}
+/**
+ * @public
+ */
+export interface PutPublicAccessBlockConfigRequest {
+ /**
+ * The Amazon Resource Name (ARN) of the function you want to configure public-access settings for. Public-access settings
+ * are applied at the function level, so you can't apply different settings to function versions or aliases.
+ * @public
+ */
+ ResourceArn: string | undefined;
+
+ /**
+ * An object defining the public-access settings you want to apply.
+ * To block the creation of resource-based policies that would grant public access to your function, set BlockPublicPolicy
+ * to true
. To allow the creation of resource-based policies that would grant public access to your function, set BlockPublicPolicy
+ * to false
.
+ * To block public access to your function, even if its resource-based policy allows it, set RestrictPublicResource
to true
. To
+ * allow public access to a function with a resource-based policy that permits it, set RestrictPublicResource
to false
.
+ * The default setting for both BlockPublicPolicy
and RestrictPublicResource
is true
.
+ * @public
+ */
+ PublicAccessBlockConfig: PublicAccessBlockConfig | undefined;
+}
+
+/**
+ * @public
+ */
+export interface PutPublicAccessBlockConfigResponse {
+ /**
+ * The public-access settings Lambda applied to your function.
+ * @public
+ */
+ PublicAccessBlockConfig?: PublicAccessBlockConfig;
+}
+
+/**
+ * Lambda prevented your policy from being created because it would grant public access to your function. If you intended to
+ * create a public policy, use the PutPublicAccessBlockConfig API action to configure your function's public-access settings
+ * to allow public policies.
+ * @public
+ */
+export class PublicPolicyException extends __BaseException {
+ readonly name: "PublicPolicyException" = "PublicPolicyException";
+ readonly $fault: "client" = "client";
+ /**
+ * The exception type.
+ * @public
+ */
+ Type?: string;
+
+ Message?: string;
+ /**
+ * @internal
+ */
+ constructor(opts: __ExceptionOptionType) {
+ super({
+ name: "PublicPolicyException",
+ $fault: "client",
+ ...opts,
+ });
+ Object.setPrototypeOf(this, PublicPolicyException.prototype);
+ this.Type = opts.Type;
+ this.Message = opts.Message;
+ }
+}
+
+/**
+ * @public
+ */
+export interface PutResourcePolicyRequest {
+ /**
+ * The Amazon Resource Name (ARN) of the function you want to add the policy to. You can use either a qualified or an unqualified ARN,
+ * but the value you specify must be a complete ARN and wildcard characters are not accepted.
+ * @public
+ */
+ ResourceArn: string | undefined;
+
+ /**
+ * The JSON resource-based policy you want to add to your function.
+ * To learn more about creating resource-based policies for controlling access to
+ * Lambda, see Working with resource-based IAM policies in Lambda in the
+ * Lambda Developer Guide.
+ * @public
+ */
+ Policy: string | undefined;
+
+ /**
+ * Replace the existing policy only if its revision ID matches the string you specify. To find the revision ID of the policy currently attached
+ * to your function, use the GetResourcePolicy action.
+ * @public
+ */
+ RevisionId?: string;
+}
+
+/**
+ * @public
+ */
+export interface PutResourcePolicyResponse {
+ /**
+ * The policy Lambda added to your function.
+ * @public
+ */
+ Policy?: string;
+
+ /**
+ * The revision ID of the policy Lambda added to your function.
+ * @public
+ */
+ RevisionId?: string;
+}
+
/**
* @public
*/
diff --git a/clients/client-lambda/src/protocols/Aws_restJson1.ts b/clients/client-lambda/src/protocols/Aws_restJson1.ts
index 660509819981..ac50673fceaf 100644
--- a/clients/client-lambda/src/protocols/Aws_restJson1.ts
+++ b/clients/client-lambda/src/protocols/Aws_restJson1.ts
@@ -79,6 +79,10 @@ import {
DeleteProvisionedConcurrencyConfigCommandInput,
DeleteProvisionedConcurrencyConfigCommandOutput,
} from "../commands/DeleteProvisionedConcurrencyConfigCommand";
+import {
+ DeleteResourcePolicyCommandInput,
+ DeleteResourcePolicyCommandOutput,
+} from "../commands/DeleteResourcePolicyCommand";
import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "../commands/GetAccountSettingsCommand";
import { GetAliasCommandInput, GetAliasCommandOutput } from "../commands/GetAliasCommand";
import {
@@ -128,6 +132,11 @@ import {
GetProvisionedConcurrencyConfigCommandInput,
GetProvisionedConcurrencyConfigCommandOutput,
} from "../commands/GetProvisionedConcurrencyConfigCommand";
+import {
+ GetPublicAccessBlockConfigCommandInput,
+ GetPublicAccessBlockConfigCommandOutput,
+} from "../commands/GetPublicAccessBlockConfigCommand";
+import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "../commands/GetResourcePolicyCommand";
import {
GetRuntimeManagementConfigCommandInput,
GetRuntimeManagementConfigCommandOutput,
@@ -196,6 +205,11 @@ import {
PutProvisionedConcurrencyConfigCommandInput,
PutProvisionedConcurrencyConfigCommandOutput,
} from "../commands/PutProvisionedConcurrencyConfigCommand";
+import {
+ PutPublicAccessBlockConfigCommandInput,
+ PutPublicAccessBlockConfigCommandOutput,
+} from "../commands/PutPublicAccessBlockConfigCommand";
+import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
import {
PutRuntimeManagementConfigCommandInput,
PutRuntimeManagementConfigCommandOutput,
@@ -284,6 +298,8 @@ import {
PolicyLengthExceededException,
PreconditionFailedException,
ProvisionedConcurrencyConfigNotFoundException,
+ PublicAccessBlockConfig,
+ PublicPolicyException,
RecursiveInvocationException,
RequestTooLargeException,
ResourceConflictException,
@@ -713,6 +729,25 @@ export const se_DeleteProvisionedConcurrencyConfigCommand = async (
return b.build();
};
+/**
+ * serializeAws_restJson1DeleteResourcePolicyCommand
+ */
+export const se_DeleteResourcePolicyCommand = async (
+ input: DeleteResourcePolicyCommandInput,
+ context: __SerdeContext
+): Promise<__HttpRequest> => {
+ const b = rb(input, context);
+ const headers: any = {};
+ b.bp("/2024-09-16/resource-policy/{ResourceArn}");
+ b.p("ResourceArn", () => input.ResourceArn!, "{ResourceArn}", false);
+ const query: any = map({
+ [_RI]: [, input[_RI]!],
+ });
+ let body: any;
+ b.m("DELETE").h(headers).q(query).b(body);
+ return b.build();
+};
+
/**
* serializeAws_restJson1GetAccountSettingsCommand
*/
@@ -992,6 +1027,38 @@ export const se_GetProvisionedConcurrencyConfigCommand = async (
return b.build();
};
+/**
+ * serializeAws_restJson1GetPublicAccessBlockConfigCommand
+ */
+export const se_GetPublicAccessBlockConfigCommand = async (
+ input: GetPublicAccessBlockConfigCommandInput,
+ context: __SerdeContext
+): Promise<__HttpRequest> => {
+ const b = rb(input, context);
+ const headers: any = {};
+ b.bp("/2024-09-16/public-access-block/{ResourceArn}");
+ b.p("ResourceArn", () => input.ResourceArn!, "{ResourceArn}", false);
+ let body: any;
+ b.m("GET").h(headers).b(body);
+ return b.build();
+};
+
+/**
+ * serializeAws_restJson1GetResourcePolicyCommand
+ */
+export const se_GetResourcePolicyCommand = async (
+ input: GetResourcePolicyCommandInput,
+ context: __SerdeContext
+): Promise<__HttpRequest> => {
+ const b = rb(input, context);
+ const headers: any = {};
+ b.bp("/2024-09-16/resource-policy/{ResourceArn}");
+ b.p("ResourceArn", () => input.ResourceArn!, "{ResourceArn}", false);
+ let body: any;
+ b.m("GET").h(headers).b(body);
+ return b.build();
+};
+
/**
* serializeAws_restJson1GetRuntimeManagementConfigCommand
*/
@@ -1500,6 +1567,53 @@ export const se_PutProvisionedConcurrencyConfigCommand = async (
return b.build();
};
+/**
+ * serializeAws_restJson1PutPublicAccessBlockConfigCommand
+ */
+export const se_PutPublicAccessBlockConfigCommand = async (
+ input: PutPublicAccessBlockConfigCommandInput,
+ context: __SerdeContext
+): Promise<__HttpRequest> => {
+ const b = rb(input, context);
+ const headers: any = {
+ "content-type": "application/json",
+ };
+ b.bp("/2024-09-16/public-access-block/{ResourceArn}");
+ b.p("ResourceArn", () => input.ResourceArn!, "{ResourceArn}", false);
+ let body: any;
+ body = JSON.stringify(
+ take(input, {
+ PublicAccessBlockConfig: (_) => _json(_),
+ })
+ );
+ b.m("PUT").h(headers).b(body);
+ return b.build();
+};
+
+/**
+ * serializeAws_restJson1PutResourcePolicyCommand
+ */
+export const se_PutResourcePolicyCommand = async (
+ input: PutResourcePolicyCommandInput,
+ context: __SerdeContext
+): Promise<__HttpRequest> => {
+ const b = rb(input, context);
+ const headers: any = {
+ "content-type": "application/json",
+ };
+ b.bp("/2024-09-16/resource-policy/{ResourceArn}");
+ b.p("ResourceArn", () => input.ResourceArn!, "{ResourceArn}", false);
+ let body: any;
+ body = JSON.stringify(
+ take(input, {
+ Policy: [],
+ RevisionId: [],
+ })
+ );
+ b.m("PUT").h(headers).b(body);
+ return b.build();
+};
+
/**
* serializeAws_restJson1PutRuntimeManagementConfigCommand
*/
@@ -2254,6 +2368,23 @@ export const de_DeleteProvisionedConcurrencyConfigCommand = async (
return contents;
};
+/**
+ * deserializeAws_restJson1DeleteResourcePolicyCommand
+ */
+export const de_DeleteResourcePolicyCommand = async (
+ output: __HttpResponse,
+ context: __SerdeContext
+): Promise => {
+ if (output.statusCode !== 204 && output.statusCode >= 300) {
+ return de_CommandError(output, context);
+ }
+ const contents: any = map({
+ $metadata: deserializeMetadata(output),
+ });
+ await collectBody(output.body, context);
+ return contents;
+};
+
/**
* deserializeAws_restJson1GetAccountSettingsCommand
*/
@@ -2696,6 +2827,49 @@ export const de_GetProvisionedConcurrencyConfigCommand = async (
return contents;
};
+/**
+ * deserializeAws_restJson1GetPublicAccessBlockConfigCommand
+ */
+export const de_GetPublicAccessBlockConfigCommand = async (
+ output: __HttpResponse,
+ context: __SerdeContext
+): Promise => {
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
+ return de_CommandError(output, context);
+ }
+ const contents: any = map({
+ $metadata: deserializeMetadata(output),
+ });
+ const data: Record = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
+ const doc = take(data, {
+ PublicAccessBlockConfig: _json,
+ });
+ Object.assign(contents, doc);
+ return contents;
+};
+
+/**
+ * deserializeAws_restJson1GetResourcePolicyCommand
+ */
+export const de_GetResourcePolicyCommand = async (
+ output: __HttpResponse,
+ context: __SerdeContext
+): Promise => {
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
+ return de_CommandError(output, context);
+ }
+ const contents: any = map({
+ $metadata: deserializeMetadata(output),
+ });
+ const data: Record = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
+ const doc = take(data, {
+ Policy: __expectString,
+ RevisionId: __expectString,
+ });
+ Object.assign(contents, doc);
+ return contents;
+};
+
/**
* deserializeAws_restJson1GetRuntimeManagementConfigCommand
*/
@@ -3249,6 +3423,49 @@ export const de_PutProvisionedConcurrencyConfigCommand = async (
return contents;
};
+/**
+ * deserializeAws_restJson1PutPublicAccessBlockConfigCommand
+ */
+export const de_PutPublicAccessBlockConfigCommand = async (
+ output: __HttpResponse,
+ context: __SerdeContext
+): Promise => {
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
+ return de_CommandError(output, context);
+ }
+ const contents: any = map({
+ $metadata: deserializeMetadata(output),
+ });
+ const data: Record = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
+ const doc = take(data, {
+ PublicAccessBlockConfig: _json,
+ });
+ Object.assign(contents, doc);
+ return contents;
+};
+
+/**
+ * deserializeAws_restJson1PutResourcePolicyCommand
+ */
+export const de_PutResourcePolicyCommand = async (
+ output: __HttpResponse,
+ context: __SerdeContext
+): Promise => {
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
+ return de_CommandError(output, context);
+ }
+ const contents: any = map({
+ $metadata: deserializeMetadata(output),
+ });
+ const data: Record = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
+ const doc = take(data, {
+ Policy: __expectString,
+ RevisionId: __expectString,
+ });
+ Object.assign(contents, doc);
+ return contents;
+};
+
/**
* deserializeAws_restJson1PutRuntimeManagementConfigCommand
*/
@@ -3724,6 +3941,9 @@ const de_CommandError = async (output: __HttpResponse, context: __SerdeContext):
case "UnsupportedMediaTypeException":
case "com.amazonaws.lambda#UnsupportedMediaTypeException":
throw await de_UnsupportedMediaTypeExceptionRes(parsedOutput, context);
+ case "PublicPolicyException":
+ case "com.amazonaws.lambda#PublicPolicyException":
+ throw await de_PublicPolicyExceptionRes(parsedOutput, context);
default:
const parsedBody = parsedOutput.body;
return throwDefaultError({
@@ -4258,6 +4478,27 @@ const de_ProvisionedConcurrencyConfigNotFoundExceptionRes = async (
return __decorateServiceException(exception, parsedOutput.body);
};
+/**
+ * deserializeAws_restJson1PublicPolicyExceptionRes
+ */
+const de_PublicPolicyExceptionRes = async (
+ parsedOutput: any,
+ context: __SerdeContext
+): Promise => {
+ const contents: any = map({});
+ const data: any = parsedOutput.body;
+ const doc = take(data, {
+ Message: __expectString,
+ Type: __expectString,
+ });
+ Object.assign(contents, doc);
+ const exception = new PublicPolicyException({
+ $metadata: deserializeMetadata(parsedOutput),
+ ...contents,
+ });
+ return __decorateServiceException(exception, parsedOutput.body);
+};
+
/**
* deserializeAws_restJson1RecursiveInvocationExceptionRes
*/
@@ -4671,6 +4912,8 @@ const se_LayerVersionContentInput = (input: LayerVersionContentInput, context: _
// se_OnSuccess omitted.
+// se_PublicAccessBlockConfig omitted.
+
// se_Queues omitted.
// se_ScalingConfig omitted.
@@ -4929,6 +5172,8 @@ const de_FunctionEventInvokeConfigList = (output: any, context: __SerdeContext):
// de_ProvisionedConcurrencyConfigListItem omitted.
+// de_PublicAccessBlockConfig omitted.
+
// de_Queues omitted.
// de_RuntimeVersionConfig omitted.
diff --git a/codegen/sdk-codegen/aws-models/lambda.json b/codegen/sdk-codegen/aws-models/lambda.json
index c0288cab588b..c73cd56e49bd 100644
--- a/codegen/sdk-codegen/aws-models/lambda.json
+++ b/codegen/sdk-codegen/aws-models/lambda.json
@@ -84,6 +84,9 @@
{
"target": "com.amazonaws.lambda#DeleteProvisionedConcurrencyConfig"
},
+ {
+ "target": "com.amazonaws.lambda#DeleteResourcePolicy"
+ },
{
"target": "com.amazonaws.lambda#GetAccountSettings"
},
@@ -132,6 +135,12 @@
{
"target": "com.amazonaws.lambda#GetProvisionedConcurrencyConfig"
},
+ {
+ "target": "com.amazonaws.lambda#GetPublicAccessBlockConfig"
+ },
+ {
+ "target": "com.amazonaws.lambda#GetResourcePolicy"
+ },
{
"target": "com.amazonaws.lambda#GetRuntimeManagementConfig"
},
@@ -201,6 +210,12 @@
{
"target": "com.amazonaws.lambda#PutProvisionedConcurrencyConfig"
},
+ {
+ "target": "com.amazonaws.lambda#PutPublicAccessBlockConfig"
+ },
+ {
+ "target": "com.amazonaws.lambda#PutResourcePolicy"
+ },
{
"target": "com.amazonaws.lambda#PutRuntimeManagementConfig"
},
@@ -3576,6 +3591,66 @@
"smithy.api#input": {}
}
},
+ "com.amazonaws.lambda#DeleteResourcePolicy": {
+ "type": "operation",
+ "input": {
+ "target": "com.amazonaws.lambda#DeleteResourcePolicyRequest"
+ },
+ "output": {
+ "target": "smithy.api#Unit"
+ },
+ "errors": [
+ {
+ "target": "com.amazonaws.lambda#InvalidParameterValueException"
+ },
+ {
+ "target": "com.amazonaws.lambda#PreconditionFailedException"
+ },
+ {
+ "target": "com.amazonaws.lambda#ResourceConflictException"
+ },
+ {
+ "target": "com.amazonaws.lambda#ResourceNotFoundException"
+ },
+ {
+ "target": "com.amazonaws.lambda#ServiceException"
+ },
+ {
+ "target": "com.amazonaws.lambda#TooManyRequestsException"
+ }
+ ],
+ "traits": {
+ "smithy.api#documentation": "Deletes a resource-based policy from a function.
",
+ "smithy.api#http": {
+ "method": "DELETE",
+ "uri": "/2024-09-16/resource-policy/{ResourceArn}",
+ "code": 204
+ }
+ }
+ },
+ "com.amazonaws.lambda#DeleteResourcePolicyRequest": {
+ "type": "structure",
+ "members": {
+ "ResourceArn": {
+ "target": "com.amazonaws.lambda#PolicyResourceArn",
+ "traits": {
+ "smithy.api#documentation": "The Amazon Resource Name (ARN) of the function you want to delete the policy from. You can use either a qualified or an unqualified ARN, \n but the value you specify must be a complete ARN and wildcard characters are not accepted.
",
+ "smithy.api#httpLabel": {},
+ "smithy.api#required": {}
+ }
+ },
+ "RevisionId": {
+ "target": "com.amazonaws.lambda#RevisionId",
+ "traits": {
+ "smithy.api#documentation": "Delete the existing policy only if its revision ID matches the string you specify. To find the revision ID of the policy currently attached \n to your function, use the GetResourcePolicy action.
",
+ "smithy.api#httpQuery": "RevisionId"
+ }
+ }
+ },
+ "traits": {
+ "smithy.api#input": {}
+ }
+ },
"com.amazonaws.lambda#Description": {
"type": "string",
"traits": {
@@ -6100,6 +6175,134 @@
"smithy.api#output": {}
}
},
+ "com.amazonaws.lambda#GetPublicAccessBlockConfig": {
+ "type": "operation",
+ "input": {
+ "target": "com.amazonaws.lambda#GetPublicAccessBlockConfigRequest"
+ },
+ "output": {
+ "target": "com.amazonaws.lambda#GetPublicAccessBlockConfigResponse"
+ },
+ "errors": [
+ {
+ "target": "com.amazonaws.lambda#InvalidParameterValueException"
+ },
+ {
+ "target": "com.amazonaws.lambda#ResourceNotFoundException"
+ },
+ {
+ "target": "com.amazonaws.lambda#ServiceException"
+ },
+ {
+ "target": "com.amazonaws.lambda#TooManyRequestsException"
+ }
+ ],
+ "traits": {
+ "smithy.api#documentation": "Retrieve the public-access settings for a function.
",
+ "smithy.api#http": {
+ "method": "GET",
+ "uri": "/2024-09-16/public-access-block/{ResourceArn}",
+ "code": 200
+ }
+ }
+ },
+ "com.amazonaws.lambda#GetPublicAccessBlockConfigRequest": {
+ "type": "structure",
+ "members": {
+ "ResourceArn": {
+ "target": "com.amazonaws.lambda#PublicAccessBlockResourceArn",
+ "traits": {
+ "smithy.api#documentation": "The Amazon Resource Name (ARN) of the function you want to retrieve public-access settings for.
",
+ "smithy.api#httpLabel": {},
+ "smithy.api#required": {}
+ }
+ }
+ },
+ "traits": {
+ "smithy.api#input": {}
+ }
+ },
+ "com.amazonaws.lambda#GetPublicAccessBlockConfigResponse": {
+ "type": "structure",
+ "members": {
+ "PublicAccessBlockConfig": {
+ "target": "com.amazonaws.lambda#PublicAccessBlockConfig",
+ "traits": {
+ "smithy.api#documentation": "The public-access settings configured for the function you specified
"
+ }
+ }
+ },
+ "traits": {
+ "smithy.api#output": {}
+ }
+ },
+ "com.amazonaws.lambda#GetResourcePolicy": {
+ "type": "operation",
+ "input": {
+ "target": "com.amazonaws.lambda#GetResourcePolicyRequest"
+ },
+ "output": {
+ "target": "com.amazonaws.lambda#GetResourcePolicyResponse"
+ },
+ "errors": [
+ {
+ "target": "com.amazonaws.lambda#InvalidParameterValueException"
+ },
+ {
+ "target": "com.amazonaws.lambda#ResourceNotFoundException"
+ },
+ {
+ "target": "com.amazonaws.lambda#ServiceException"
+ },
+ {
+ "target": "com.amazonaws.lambda#TooManyRequestsException"
+ }
+ ],
+ "traits": {
+ "smithy.api#documentation": "Retrieves the resource-based policy attached to a function.
",
+ "smithy.api#http": {
+ "method": "GET",
+ "uri": "/2024-09-16/resource-policy/{ResourceArn}",
+ "code": 200
+ }
+ }
+ },
+ "com.amazonaws.lambda#GetResourcePolicyRequest": {
+ "type": "structure",
+ "members": {
+ "ResourceArn": {
+ "target": "com.amazonaws.lambda#PolicyResourceArn",
+ "traits": {
+ "smithy.api#documentation": "The Amazon Resource Name (ARN) of the function you want to retrieve the policy for. You can use either a qualified or an unqualified ARN, \n but the value you specify must be a complete ARN and wildcard characters are not accepted.
",
+ "smithy.api#httpLabel": {},
+ "smithy.api#required": {}
+ }
+ }
+ },
+ "traits": {
+ "smithy.api#input": {}
+ }
+ },
+ "com.amazonaws.lambda#GetResourcePolicyResponse": {
+ "type": "structure",
+ "members": {
+ "Policy": {
+ "target": "com.amazonaws.lambda#ResourcePolicy",
+ "traits": {
+ "smithy.api#documentation": "The resource-based policy attached to the function you specified.
"
+ }
+ },
+ "RevisionId": {
+ "target": "com.amazonaws.lambda#RevisionId",
+ "traits": {
+ "smithy.api#documentation": "The revision ID of the policy.
"
+ }
+ }
+ },
+ "traits": {
+ "smithy.api#output": {}
+ }
+ },
"com.amazonaws.lambda#GetRuntimeManagementConfig": {
"type": "operation",
"input": {
@@ -8886,6 +9089,16 @@
"smithy.api#httpError": 400
}
},
+ "com.amazonaws.lambda#PolicyResourceArn": {
+ "type": "string",
+ "traits": {
+ "smithy.api#length": {
+ "min": 0,
+ "max": 256
+ },
+ "smithy.api#pattern": "^arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_]+(:(\\$LATEST|[a-zA-Z0-9-_])+)?$"
+ }
+ },
"com.amazonaws.lambda#PositiveInteger": {
"type": "integer",
"traits": {
@@ -9027,6 +9240,55 @@
}
}
},
+ "com.amazonaws.lambda#PublicAccessBlockConfig": {
+ "type": "structure",
+ "members": {
+ "BlockPublicPolicy": {
+ "target": "com.amazonaws.lambda#NullableBoolean",
+ "traits": {
+ "smithy.api#documentation": "To block the creation of resource-based policies that would grant public access to your function, set BlockPublicPolicy
\n to true
. To allow the creation of resource-based policies that would grant public access to your function, set BlockPublicPolicy
\n to false
.
"
+ }
+ },
+ "RestrictPublicResource": {
+ "target": "com.amazonaws.lambda#NullableBoolean",
+ "traits": {
+ "smithy.api#documentation": "To block public access to your function, even if its resource-based policy allows it, set RestrictPublicResource
to true
. To \n allow public access to a function with a resource-based policy that permits it, set RestrictPublicResource
to false
.
"
+ }
+ }
+ },
+ "traits": {
+ "smithy.api#documentation": "An object that defines the public-access settings for a function.
"
+ }
+ },
+ "com.amazonaws.lambda#PublicAccessBlockResourceArn": {
+ "type": "string",
+ "traits": {
+ "smithy.api#length": {
+ "min": 0,
+ "max": 170
+ },
+ "smithy.api#pattern": "^arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_]+$"
+ }
+ },
+ "com.amazonaws.lambda#PublicPolicyException": {
+ "type": "structure",
+ "members": {
+ "Type": {
+ "target": "com.amazonaws.lambda#String",
+ "traits": {
+ "smithy.api#documentation": "The exception type.
"
+ }
+ },
+ "Message": {
+ "target": "com.amazonaws.lambda#String"
+ }
+ },
+ "traits": {
+ "smithy.api#documentation": "Lambda prevented your policy from being created because it would grant public access to your function. If you intended to \n create a public policy, use the PutPublicAccessBlockConfig API action to configure your function's public-access settings \n to allow public policies.
",
+ "smithy.api#error": "client",
+ "smithy.api#httpError": 400
+ }
+ },
"com.amazonaws.lambda#PublishLayerVersion": {
"type": "operation",
"input": {
@@ -9639,6 +9901,169 @@
"smithy.api#output": {}
}
},
+ "com.amazonaws.lambda#PutPublicAccessBlockConfig": {
+ "type": "operation",
+ "input": {
+ "target": "com.amazonaws.lambda#PutPublicAccessBlockConfigRequest"
+ },
+ "output": {
+ "target": "com.amazonaws.lambda#PutPublicAccessBlockConfigResponse"
+ },
+ "errors": [
+ {
+ "target": "com.amazonaws.lambda#InvalidParameterValueException"
+ },
+ {
+ "target": "com.amazonaws.lambda#ResourceConflictException"
+ },
+ {
+ "target": "com.amazonaws.lambda#ResourceNotFoundException"
+ },
+ {
+ "target": "com.amazonaws.lambda#ServiceException"
+ },
+ {
+ "target": "com.amazonaws.lambda#TooManyRequestsException"
+ }
+ ],
+ "traits": {
+ "smithy.api#documentation": "Configure your function's public-access settings.
\n To control public access to a Lambda function, you can choose whether to allow the creation of \n resource-based policies that \n allow public access to that function. You can also block public access to a function, even if it has an existing resource-based \n policy that allows it.
",
+ "smithy.api#http": {
+ "method": "PUT",
+ "uri": "/2024-09-16/public-access-block/{ResourceArn}",
+ "code": 200
+ }
+ }
+ },
+ "com.amazonaws.lambda#PutPublicAccessBlockConfigRequest": {
+ "type": "structure",
+ "members": {
+ "ResourceArn": {
+ "target": "com.amazonaws.lambda#PublicAccessBlockResourceArn",
+ "traits": {
+ "smithy.api#documentation": "The Amazon Resource Name (ARN) of the function you want to configure public-access settings for. Public-access settings \n are applied at the function level, so you can't apply different settings to function versions or aliases.
",
+ "smithy.api#httpLabel": {},
+ "smithy.api#required": {}
+ }
+ },
+ "PublicAccessBlockConfig": {
+ "target": "com.amazonaws.lambda#PublicAccessBlockConfig",
+ "traits": {
+ "smithy.api#documentation": "An object defining the public-access settings you want to apply.
\n To block the creation of resource-based policies that would grant public access to your function, set BlockPublicPolicy
\n to true
. To allow the creation of resource-based policies that would grant public access to your function, set BlockPublicPolicy
\n to false
.
\n To block public access to your function, even if its resource-based policy allows it, set RestrictPublicResource
to true
. To \n allow public access to a function with a resource-based policy that permits it, set RestrictPublicResource
to false
.
\n The default setting for both BlockPublicPolicy
and RestrictPublicResource
is true
.
",
+ "smithy.api#required": {}
+ }
+ }
+ },
+ "traits": {
+ "smithy.api#input": {}
+ }
+ },
+ "com.amazonaws.lambda#PutPublicAccessBlockConfigResponse": {
+ "type": "structure",
+ "members": {
+ "PublicAccessBlockConfig": {
+ "target": "com.amazonaws.lambda#PublicAccessBlockConfig",
+ "traits": {
+ "smithy.api#documentation": "The public-access settings Lambda applied to your function.
"
+ }
+ }
+ },
+ "traits": {
+ "smithy.api#output": {}
+ }
+ },
+ "com.amazonaws.lambda#PutResourcePolicy": {
+ "type": "operation",
+ "input": {
+ "target": "com.amazonaws.lambda#PutResourcePolicyRequest"
+ },
+ "output": {
+ "target": "com.amazonaws.lambda#PutResourcePolicyResponse"
+ },
+ "errors": [
+ {
+ "target": "com.amazonaws.lambda#InvalidParameterValueException"
+ },
+ {
+ "target": "com.amazonaws.lambda#PolicyLengthExceededException"
+ },
+ {
+ "target": "com.amazonaws.lambda#PreconditionFailedException"
+ },
+ {
+ "target": "com.amazonaws.lambda#PublicPolicyException"
+ },
+ {
+ "target": "com.amazonaws.lambda#ResourceConflictException"
+ },
+ {
+ "target": "com.amazonaws.lambda#ResourceNotFoundException"
+ },
+ {
+ "target": "com.amazonaws.lambda#ServiceException"
+ },
+ {
+ "target": "com.amazonaws.lambda#TooManyRequestsException"
+ }
+ ],
+ "traits": {
+ "smithy.api#documentation": "Adds a resource-based policy \n to a function. You can use resource-based policies to grant access to other \n Amazon Web Services accounts, \n organizations, or \n services. Resource-based policies \n apply to a single function, version, or alias.
\n \n Adding a resource-based policy using this API action replaces any existing policy you've previously created. This means that if \n you've previously added resource-based permissions to a function using the AddPermission action, those \n permissions will be overwritten by your new policy.
\n ",
+ "smithy.api#http": {
+ "method": "PUT",
+ "uri": "/2024-09-16/resource-policy/{ResourceArn}",
+ "code": 200
+ }
+ }
+ },
+ "com.amazonaws.lambda#PutResourcePolicyRequest": {
+ "type": "structure",
+ "members": {
+ "ResourceArn": {
+ "target": "com.amazonaws.lambda#PolicyResourceArn",
+ "traits": {
+ "smithy.api#documentation": "The Amazon Resource Name (ARN) of the function you want to add the policy to. You can use either a qualified or an unqualified ARN, \n but the value you specify must be a complete ARN and wildcard characters are not accepted.
",
+ "smithy.api#httpLabel": {},
+ "smithy.api#required": {}
+ }
+ },
+ "Policy": {
+ "target": "com.amazonaws.lambda#ResourcePolicy",
+ "traits": {
+ "smithy.api#documentation": "The JSON resource-based policy you want to add to your function.
\n To learn more about creating resource-based policies for controlling access to \n Lambda, see Working with resource-based IAM policies in Lambda in the \n Lambda Developer Guide.
",
+ "smithy.api#required": {}
+ }
+ },
+ "RevisionId": {
+ "target": "com.amazonaws.lambda#RevisionId",
+ "traits": {
+ "smithy.api#documentation": "Replace the existing policy only if its revision ID matches the string you specify. To find the revision ID of the policy currently attached \n to your function, use the GetResourcePolicy action.
"
+ }
+ }
+ },
+ "traits": {
+ "smithy.api#input": {}
+ }
+ },
+ "com.amazonaws.lambda#PutResourcePolicyResponse": {
+ "type": "structure",
+ "members": {
+ "Policy": {
+ "target": "com.amazonaws.lambda#ResourcePolicy",
+ "traits": {
+ "smithy.api#documentation": "The policy Lambda added to your function.
"
+ }
+ },
+ "RevisionId": {
+ "target": "com.amazonaws.lambda#RevisionId",
+ "traits": {
+ "smithy.api#documentation": "The revision ID of the policy Lambda added to your function.
"
+ }
+ }
+ },
+ "traits": {
+ "smithy.api#output": {}
+ }
+ },
"com.amazonaws.lambda#PutRuntimeManagementConfig": {
"type": "operation",
"input": {
@@ -10060,6 +10485,16 @@
"smithy.api#httpError": 502
}
},
+ "com.amazonaws.lambda#ResourcePolicy": {
+ "type": "string",
+ "traits": {
+ "smithy.api#length": {
+ "min": 1,
+ "max": 20480
+ },
+ "smithy.api#pattern": "^[\\s\\S]+$"
+ }
+ },
"com.amazonaws.lambda#ResponseStreamingInvocationType": {
"type": "enum",
"members": {
@@ -10077,6 +10512,16 @@
}
}
},
+ "com.amazonaws.lambda#RevisionId": {
+ "type": "string",
+ "traits": {
+ "smithy.api#length": {
+ "min": 36,
+ "max": 36
+ },
+ "smithy.api#pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
+ }
+ },
"com.amazonaws.lambda#RoleArn": {
"type": "string",
"traits": {
From c1da5f62cdf2502e208e9dafcc67ee8ffb7be784 Mon Sep 17 00:00:00 2001
From: awstools
Date: Tue, 17 Sep 2024 18:16:50 +0000
Subject: [PATCH 31/53] feat(client-ecr): The `DescribeImageScanning` API now
includes `fixAvailable`, `exploitAvailable`, and `fixedInVersion` fields to
provide more detailed information about the availability of fixes, exploits,
and fixed versions for identified image vulnerabilities.
---
.../DescribeImageScanFindingsCommand.ts | 3 ++
clients/client-ecr/src/models/models_0.ts | 29 ++++++++++++++++---
.../client-ecr/src/protocols/Aws_json1_1.ts | 2 ++
codegen/sdk-codegen/aws-models/ecr.json | 29 ++++++++++++++++++-
4 files changed, 58 insertions(+), 5 deletions(-)
diff --git a/clients/client-ecr/src/commands/DescribeImageScanFindingsCommand.ts b/clients/client-ecr/src/commands/DescribeImageScanFindingsCommand.ts
index 3e78da96846c..39e7a1b84660 100644
--- a/clients/client-ecr/src/commands/DescribeImageScanFindingsCommand.ts
+++ b/clients/client-ecr/src/commands/DescribeImageScanFindingsCommand.ts
@@ -116,6 +116,7 @@ export interface DescribeImageScanFindingsCommandOutput extends DescribeImageSca
* // release: "STRING_VALUE",
* // sourceLayerHash: "STRING_VALUE",
* // version: "STRING_VALUE",
+ * // fixedInVersion: "STRING_VALUE",
* // },
* // ],
* // },
@@ -168,6 +169,8 @@ export interface DescribeImageScanFindingsCommandOutput extends DescribeImageSca
* // title: "STRING_VALUE",
* // type: "STRING_VALUE",
* // updatedAt: new Date("TIMESTAMP"),
+ * // fixAvailable: "STRING_VALUE",
+ * // exploitAvailable: "STRING_VALUE",
* // },
* // ],
* // },
diff --git a/clients/client-ecr/src/models/models_0.ts b/clients/client-ecr/src/models/models_0.ts
index b764705ccb7e..b7f264207517 100644
--- a/clients/client-ecr/src/models/models_0.ts
+++ b/clients/client-ecr/src/models/models_0.ts
@@ -1065,14 +1065,14 @@ export interface EncryptionConfiguration {
* for Amazon ECR, or specify your own KMS key, which you already created.
* If you use the KMS_DSSE
encryption type, the contents of the repository
* will be encrypted with two layers of encryption using server-side encryption with the
- * KMS Management Service key stored in KMS. Similar to the KMS encryption type, you
+ * KMS Management Service key stored in KMS. Similar to the KMS
encryption type, you
* can either use the default Amazon Web Services managed KMS key for Amazon ECR, or specify your own KMS
* key, which you've already created.
* If you use the AES256
encryption type, Amazon ECR uses server-side encryption
* with Amazon S3-managed encryption keys which encrypts the images in the repository using an
- * AES256 encryption algorithm. For more information, see Protecting data using
- * server-side encryption with Amazon S3-managed encryption keys (SSE-S3) in the
- * Amazon Simple Storage Service Console Developer Guide.
+ * AES256 encryption algorithm.
+ * For more information, see Amazon ECR encryption at
+ * rest in the Amazon Elastic Container Registry User Guide.
* @public
*/
encryptionType: EncryptionType | undefined;
@@ -2456,6 +2456,12 @@ export interface VulnerablePackage {
* @public
*/
version?: string;
+
+ /**
+ * The version of the package that contains the vulnerability fix.
+ * @public
+ */
+ fixedInVersion?: string;
}
/**
@@ -2814,6 +2820,21 @@ export interface EnhancedImageScanFinding {
* @public
*/
updatedAt?: Date;
+
+ /**
+ * Details on whether a fix is available through a version update. This value can be
+ * YES
, NO
, or PARTIAL
. A PARTIAL
+ * fix means that some, but not all, of the packages identified in the finding have fixes
+ * available through updated versions.
+ * @public
+ */
+ fixAvailable?: string;
+
+ /**
+ * If a finding discovered in your environment has an exploit available.
+ * @public
+ */
+ exploitAvailable?: string;
}
/**
diff --git a/clients/client-ecr/src/protocols/Aws_json1_1.ts b/clients/client-ecr/src/protocols/Aws_json1_1.ts
index b5b63fc5bda1..1f89ee69752d 100644
--- a/clients/client-ecr/src/protocols/Aws_json1_1.ts
+++ b/clients/client-ecr/src/protocols/Aws_json1_1.ts
@@ -3133,8 +3133,10 @@ const de_EnhancedImageScanFinding = (output: any, context: __SerdeContext): Enha
return take(output, {
awsAccountId: __expectString,
description: __expectString,
+ exploitAvailable: __expectString,
findingArn: __expectString,
firstObservedAt: (_: any) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
+ fixAvailable: __expectString,
lastObservedAt: (_: any) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
packageVulnerabilityDetails: (_: any) => de_PackageVulnerabilityDetails(_, context),
remediation: _json,
diff --git a/codegen/sdk-codegen/aws-models/ecr.json b/codegen/sdk-codegen/aws-models/ecr.json
index db0295c8094a..ae125fd7d6d9 100644
--- a/codegen/sdk-codegen/aws-models/ecr.json
+++ b/codegen/sdk-codegen/aws-models/ecr.json
@@ -3499,7 +3499,7 @@
"encryptionType": {
"target": "com.amazonaws.ecr#EncryptionType",
"traits": {
- "smithy.api#documentation": "The encryption type to use.
\n If you use the KMS
encryption type, the contents of the repository will\n be encrypted using server-side encryption with Key Management Service key stored in KMS. When you\n use KMS to encrypt your data, you can either use the default Amazon Web Services managed KMS key\n for Amazon ECR, or specify your own KMS key, which you already created.
\n If you use the KMS_DSSE
encryption type, the contents of the repository\n will be encrypted with two layers of encryption using server-side encryption with the\n KMS Management Service key stored in KMS. Similar to the KMS encryption type, you\n can either use the default Amazon Web Services managed KMS key for Amazon ECR, or specify your own KMS\n key, which you've already created.
\n If you use the AES256
encryption type, Amazon ECR uses server-side encryption\n with Amazon S3-managed encryption keys which encrypts the images in the repository using an\n AES256 encryption algorithm. For more information, see Protecting data using\n server-side encryption with Amazon S3-managed encryption keys (SSE-S3) in the\n Amazon Simple Storage Service Console Developer Guide.
",
+ "smithy.api#documentation": "The encryption type to use.
\n If you use the KMS
encryption type, the contents of the repository will\n be encrypted using server-side encryption with Key Management Service key stored in KMS. When you\n use KMS to encrypt your data, you can either use the default Amazon Web Services managed KMS key\n for Amazon ECR, or specify your own KMS key, which you already created.
\n If you use the KMS_DSSE
encryption type, the contents of the repository\n will be encrypted with two layers of encryption using server-side encryption with the\n KMS Management Service key stored in KMS. Similar to the KMS
encryption type, you\n can either use the default Amazon Web Services managed KMS key for Amazon ECR, or specify your own KMS\n key, which you've already created.
\n If you use the AES256
encryption type, Amazon ECR uses server-side encryption\n with Amazon S3-managed encryption keys which encrypts the images in the repository using an\n AES256 encryption algorithm.
\n For more information, see Amazon ECR encryption at\n rest in the Amazon Elastic Container Registry User Guide.
",
"smithy.api#required": {}
}
},
@@ -3651,6 +3651,18 @@
"traits": {
"smithy.api#documentation": "The date and time the finding was last updated at.
"
}
+ },
+ "fixAvailable": {
+ "target": "com.amazonaws.ecr#FixAvailable",
+ "traits": {
+ "smithy.api#documentation": "Details on whether a fix is available through a version update. This value can be\n YES
, NO
, or PARTIAL
. A PARTIAL
\n fix means that some, but not all, of the packages identified in the finding have fixes\n available through updated versions.
"
+ }
+ },
+ "exploitAvailable": {
+ "target": "com.amazonaws.ecr#ExploitAvailable",
+ "traits": {
+ "smithy.api#documentation": "If a finding discovered in your environment has an exploit available.
"
+ }
}
},
"traits": {
@@ -3675,6 +3687,9 @@
"com.amazonaws.ecr#ExpirationTimestamp": {
"type": "timestamp"
},
+ "com.amazonaws.ecr#ExploitAvailable": {
+ "type": "string"
+ },
"com.amazonaws.ecr#FilePath": {
"type": "string"
},
@@ -3737,6 +3752,12 @@
"target": "com.amazonaws.ecr#SeverityCount"
}
},
+ "com.amazonaws.ecr#FixAvailable": {
+ "type": "string"
+ },
+ "com.amazonaws.ecr#FixedInVersion": {
+ "type": "string"
+ },
"com.amazonaws.ecr#ForceFlag": {
"type": "boolean",
"traits": {
@@ -8639,6 +8660,12 @@
"traits": {
"smithy.api#documentation": "The version of the vulnerable package.
"
}
+ },
+ "fixedInVersion": {
+ "target": "com.amazonaws.ecr#FixedInVersion",
+ "traits": {
+ "smithy.api#documentation": "The version of the package that contains the vulnerability fix.
"
+ }
}
},
"traits": {
From 7068ea1b5147250788ad3aac93b9342c401e47c8 Mon Sep 17 00:00:00 2001
From: awstools
Date: Tue, 17 Sep 2024 18:30:30 +0000
Subject: [PATCH 32/53] Publish v3.653.0
---
CHANGELOG.md | 14 ++++++++++++++
clients/client-codebuild/CHANGELOG.md | 11 +++++++++++
clients/client-codebuild/package.json | 2 +-
clients/client-ecr/CHANGELOG.md | 11 +++++++++++
clients/client-ecr/package.json | 2 +-
clients/client-ecs/CHANGELOG.md | 8 ++++++++
clients/client-ecs/package.json | 2 +-
clients/client-lambda/CHANGELOG.md | 11 +++++++++++
clients/client-lambda/package.json | 2 +-
clients/client-rds/CHANGELOG.md | 8 ++++++++
clients/client-rds/package.json | 2 +-
clients/client-ssm/CHANGELOG.md | 11 +++++++++++
clients/client-ssm/package.json | 2 +-
lerna.json | 2 +-
private/aws-middleware-test/CHANGELOG.md | 8 ++++++++
private/aws-middleware-test/package.json | 2 +-
16 files changed, 90 insertions(+), 8 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44e458c9b8ae..a3b1bfe52baf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [3.653.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.652.0...v3.653.0) (2024-09-17)
+
+
+### Features
+
+* **client-codebuild:** GitLab Enhancements - Add support for Self-Hosted GitLab runners in CodeBuild. Add group webhooks ([42807fe](https://github.com/aws/aws-sdk-js-v3/commit/42807fe487095378f0b8ec2d82ad493c4de43188))
+* **client-ecr:** The `DescribeImageScanning` API now includes `fixAvailable`, `exploitAvailable`, and `fixedInVersion` fields to provide more detailed information about the availability of fixes, exploits, and fixed versions for identified image vulnerabilities. ([d829454](https://github.com/aws/aws-sdk-js-v3/commit/d8294542d62651a90cc62cae688d671e3c65196c))
+* **client-lambda:** Support for JSON resource-based policies and block public access ([566bb05](https://github.com/aws/aws-sdk-js-v3/commit/566bb05232a186ef130785caeae12ca538a189c0))
+* **client-ssm:** Support for additional levels of cross-account, cross-Region organizational units in Automation. Various documentation updates. ([849e058](https://github.com/aws/aws-sdk-js-v3/commit/849e058a951cd41c34c03dd150fb8197e8c02f79))
+
+
+
+
+
# [3.652.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.651.1...v3.652.0) (2024-09-16)
diff --git a/clients/client-codebuild/CHANGELOG.md b/clients/client-codebuild/CHANGELOG.md
index 29ad88c10d41..ccb287c54c81 100644
--- a/clients/client-codebuild/CHANGELOG.md
+++ b/clients/client-codebuild/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [3.653.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.652.0...v3.653.0) (2024-09-17)
+
+
+### Features
+
+* **client-codebuild:** GitLab Enhancements - Add support for Self-Hosted GitLab runners in CodeBuild. Add group webhooks ([42807fe](https://github.com/aws/aws-sdk-js-v3/commit/42807fe487095378f0b8ec2d82ad493c4de43188))
+
+
+
+
+
## [3.651.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.651.0...v3.651.1) (2024-09-13)
**Note:** Version bump only for package @aws-sdk/client-codebuild
diff --git a/clients/client-codebuild/package.json b/clients/client-codebuild/package.json
index b5fc861d8b5b..1cbfa6250309 100644
--- a/clients/client-codebuild/package.json
+++ b/clients/client-codebuild/package.json
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-codebuild",
"description": "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native",
- "version": "3.651.1",
+ "version": "3.653.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-codebuild",
diff --git a/clients/client-ecr/CHANGELOG.md b/clients/client-ecr/CHANGELOG.md
index 78c4d5e8a973..d7b0d938cee0 100644
--- a/clients/client-ecr/CHANGELOG.md
+++ b/clients/client-ecr/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [3.653.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.652.0...v3.653.0) (2024-09-17)
+
+
+### Features
+
+* **client-ecr:** The `DescribeImageScanning` API now includes `fixAvailable`, `exploitAvailable`, and `fixedInVersion` fields to provide more detailed information about the availability of fixes, exploits, and fixed versions for identified image vulnerabilities. ([d829454](https://github.com/aws/aws-sdk-js-v3/commit/d8294542d62651a90cc62cae688d671e3c65196c))
+
+
+
+
+
## [3.651.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.651.0...v3.651.1) (2024-09-13)
**Note:** Version bump only for package @aws-sdk/client-ecr
diff --git a/clients/client-ecr/package.json b/clients/client-ecr/package.json
index 03fede7c4a08..7644d4d65acc 100644
--- a/clients/client-ecr/package.json
+++ b/clients/client-ecr/package.json
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-ecr",
"description": "AWS SDK for JavaScript Ecr Client for Node.js, Browser and React Native",
- "version": "3.651.1",
+ "version": "3.653.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-ecr",
diff --git a/clients/client-ecs/CHANGELOG.md b/clients/client-ecs/CHANGELOG.md
index 3a62b30bf8c7..c5f97226e2d1 100644
--- a/clients/client-ecs/CHANGELOG.md
+++ b/clients/client-ecs/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [3.653.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.652.0...v3.653.0) (2024-09-17)
+
+**Note:** Version bump only for package @aws-sdk/client-ecs
+
+
+
+
+
## [3.651.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.651.0...v3.651.1) (2024-09-13)
**Note:** Version bump only for package @aws-sdk/client-ecs
diff --git a/clients/client-ecs/package.json b/clients/client-ecs/package.json
index eef294e900fe..3dd7bee4a10c 100644
--- a/clients/client-ecs/package.json
+++ b/clients/client-ecs/package.json
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-ecs",
"description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
- "version": "3.651.1",
+ "version": "3.653.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-ecs",
diff --git a/clients/client-lambda/CHANGELOG.md b/clients/client-lambda/CHANGELOG.md
index 2e8caede75a5..3f6e0386c285 100644
--- a/clients/client-lambda/CHANGELOG.md
+++ b/clients/client-lambda/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [3.653.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.652.0...v3.653.0) (2024-09-17)
+
+
+### Features
+
+* **client-lambda:** Support for JSON resource-based policies and block public access ([566bb05](https://github.com/aws/aws-sdk-js-v3/commit/566bb05232a186ef130785caeae12ca538a189c0))
+
+
+
+
+
## [3.651.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.651.0...v3.651.1) (2024-09-13)
**Note:** Version bump only for package @aws-sdk/client-lambda
diff --git a/clients/client-lambda/package.json b/clients/client-lambda/package.json
index 34ac59f42e2e..e83b88d138f0 100644
--- a/clients/client-lambda/package.json
+++ b/clients/client-lambda/package.json
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-lambda",
"description": "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native",
- "version": "3.651.1",
+ "version": "3.653.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-lambda",
diff --git a/clients/client-rds/CHANGELOG.md b/clients/client-rds/CHANGELOG.md
index 851ba44812cb..a2393ace76ba 100644
--- a/clients/client-rds/CHANGELOG.md
+++ b/clients/client-rds/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [3.653.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.652.0...v3.653.0) (2024-09-17)
+
+**Note:** Version bump only for package @aws-sdk/client-rds
+
+
+
+
+
# [3.652.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.651.1...v3.652.0) (2024-09-16)
diff --git a/clients/client-rds/package.json b/clients/client-rds/package.json
index 4f5c9fcaac9b..46fe1d71afcb 100644
--- a/clients/client-rds/package.json
+++ b/clients/client-rds/package.json
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-rds",
"description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
- "version": "3.652.0",
+ "version": "3.653.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-rds",
diff --git a/clients/client-ssm/CHANGELOG.md b/clients/client-ssm/CHANGELOG.md
index da31151b318a..714f506458c8 100644
--- a/clients/client-ssm/CHANGELOG.md
+++ b/clients/client-ssm/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [3.653.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.652.0...v3.653.0) (2024-09-17)
+
+
+### Features
+
+* **client-ssm:** Support for additional levels of cross-account, cross-Region organizational units in Automation. Various documentation updates. ([849e058](https://github.com/aws/aws-sdk-js-v3/commit/849e058a951cd41c34c03dd150fb8197e8c02f79))
+
+
+
+
+
## [3.651.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.651.0...v3.651.1) (2024-09-13)
**Note:** Version bump only for package @aws-sdk/client-ssm
diff --git a/clients/client-ssm/package.json b/clients/client-ssm/package.json
index c38dc0be17b6..e4f3782c02a4 100644
--- a/clients/client-ssm/package.json
+++ b/clients/client-ssm/package.json
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-ssm",
"description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
- "version": "3.651.1",
+ "version": "3.653.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-ssm",
diff --git a/lerna.json b/lerna.json
index 32a7591d910d..8737e785829b 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,5 +1,5 @@
{
- "version": "3.652.0",
+ "version": "3.653.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
diff --git a/private/aws-middleware-test/CHANGELOG.md b/private/aws-middleware-test/CHANGELOG.md
index cb8641c6f758..420db4629343 100644
--- a/private/aws-middleware-test/CHANGELOG.md
+++ b/private/aws-middleware-test/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [3.653.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.652.0...v3.653.0) (2024-09-17)
+
+**Note:** Version bump only for package @aws-sdk/aws-middleware-test
+
+
+
+
+
## [3.651.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.651.0...v3.651.1) (2024-09-13)
**Note:** Version bump only for package @aws-sdk/aws-middleware-test
diff --git a/private/aws-middleware-test/package.json b/private/aws-middleware-test/package.json
index 2a5bea6fa8e5..5516e62b7074 100644
--- a/private/aws-middleware-test/package.json
+++ b/private/aws-middleware-test/package.json
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/aws-middleware-test",
"description": "Integration test suite for AWS middleware",
- "version": "3.651.1",
+ "version": "3.653.0",
"scripts": {
"build": "exit 0",
"build:cjs": "exit 0",
From fc11f253de15d9498aed2fd7f493ebd44d8eb4c1 Mon Sep 17 00:00:00 2001
From: George Fu
Date: Tue, 17 Sep 2024 16:18:27 -0400
Subject: [PATCH 33/53] chore(clients): codegen sync for IDE type navigation
(#6490)
* chore(clients): codegen sync for IDE type navigation
* chore: codegen update
* chore: update smithy dependencies
---
clients/client-accessanalyzer/package.json | 42 +-
.../src/commands/ApplyArchiveRuleCommand.ts | 14 +-
.../commands/CancelPolicyGenerationCommand.ts | 14 +-
.../commands/CheckAccessNotGrantedCommand.ts | 14 +-
.../src/commands/CheckNoNewAccessCommand.ts | 14 +-
.../commands/CheckNoPublicAccessCommand.ts | 14 +-
.../commands/CreateAccessPreviewCommand.ts | 14 +-
.../src/commands/CreateAnalyzerCommand.ts | 14 +-
.../src/commands/CreateArchiveRuleCommand.ts | 14 +-
.../src/commands/DeleteAnalyzerCommand.ts | 14 +-
.../src/commands/DeleteArchiveRuleCommand.ts | 14 +-
.../GenerateFindingRecommendationCommand.ts | 14 +-
.../src/commands/GetAccessPreviewCommand.ts | 14 +-
.../commands/GetAnalyzedResourceCommand.ts | 14 +-
.../src/commands/GetAnalyzerCommand.ts | 14 +-
.../src/commands/GetArchiveRuleCommand.ts | 14 +-
.../src/commands/GetFindingCommand.ts | 14 +-
.../GetFindingRecommendationCommand.ts | 14 +-
.../src/commands/GetFindingV2Command.ts | 14 +-
.../src/commands/GetGeneratedPolicyCommand.ts | 14 +-
.../ListAccessPreviewFindingsCommand.ts | 14 +-
.../src/commands/ListAccessPreviewsCommand.ts | 14 +-
.../commands/ListAnalyzedResourcesCommand.ts | 14 +-
.../src/commands/ListAnalyzersCommand.ts | 14 +-
.../src/commands/ListArchiveRulesCommand.ts | 14 +-
.../src/commands/ListFindingsCommand.ts | 14 +-
.../src/commands/ListFindingsV2Command.ts | 14 +-
.../commands/ListPolicyGenerationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/StartPolicyGenerationCommand.ts | 14 +-
.../src/commands/StartResourceScanCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateArchiveRuleCommand.ts | 14 +-
.../src/commands/UpdateFindingsCommand.ts | 14 +-
.../src/commands/ValidatePolicyCommand.ts | 14 +-
clients/client-account/package.json | 42 +-
.../AcceptPrimaryEmailUpdateCommand.ts | 14 +-
.../commands/DeleteAlternateContactCommand.ts | 14 +-
.../src/commands/DisableRegionCommand.ts | 14 +-
.../src/commands/EnableRegionCommand.ts | 14 +-
.../commands/GetAlternateContactCommand.ts | 14 +-
.../commands/GetContactInformationCommand.ts | 14 +-
.../src/commands/GetPrimaryEmailCommand.ts | 14 +-
.../src/commands/GetRegionOptStatusCommand.ts | 14 +-
.../src/commands/ListRegionsCommand.ts | 14 +-
.../commands/PutAlternateContactCommand.ts | 14 +-
.../commands/PutContactInformationCommand.ts | 14 +-
.../StartPrimaryEmailUpdateCommand.ts | 14 +-
clients/client-acm-pca/package.json | 44 +-
...eCertificateAuthorityAuditReportCommand.ts | 14 +-
.../CreateCertificateAuthorityCommand.ts | 14 +-
.../src/commands/CreatePermissionCommand.ts | 14 +-
.../DeleteCertificateAuthorityCommand.ts | 14 +-
.../src/commands/DeletePermissionCommand.ts | 14 +-
.../src/commands/DeletePolicyCommand.ts | 14 +-
...eCertificateAuthorityAuditReportCommand.ts | 14 +-
.../DescribeCertificateAuthorityCommand.ts | 14 +-
...tCertificateAuthorityCertificateCommand.ts | 14 +-
.../GetCertificateAuthorityCsrCommand.ts | 14 +-
.../src/commands/GetCertificateCommand.ts | 14 +-
.../src/commands/GetPolicyCommand.ts | 14 +-
...tCertificateAuthorityCertificateCommand.ts | 14 +-
.../src/commands/IssueCertificateCommand.ts | 14 +-
.../ListCertificateAuthoritiesCommand.ts | 14 +-
.../src/commands/ListPermissionsCommand.ts | 14 +-
.../src/commands/ListTagsCommand.ts | 14 +-
.../src/commands/PutPolicyCommand.ts | 14 +-
.../RestoreCertificateAuthorityCommand.ts | 14 +-
.../src/commands/RevokeCertificateCommand.ts | 14 +-
.../TagCertificateAuthorityCommand.ts | 14 +-
.../UntagCertificateAuthorityCommand.ts | 14 +-
.../UpdateCertificateAuthorityCommand.ts | 14 +-
clients/client-acm/package.json | 44 +-
.../commands/AddTagsToCertificateCommand.ts | 14 +-
.../src/commands/DeleteCertificateCommand.ts | 14 +-
.../commands/DescribeCertificateCommand.ts | 14 +-
.../src/commands/ExportCertificateCommand.ts | 14 +-
.../GetAccountConfigurationCommand.ts | 14 +-
.../src/commands/GetCertificateCommand.ts | 14 +-
.../src/commands/ImportCertificateCommand.ts | 14 +-
.../src/commands/ListCertificatesCommand.ts | 14 +-
.../commands/ListTagsForCertificateCommand.ts | 14 +-
.../PutAccountConfigurationCommand.ts | 14 +-
.../RemoveTagsFromCertificateCommand.ts | 14 +-
.../src/commands/RenewCertificateCommand.ts | 14 +-
.../src/commands/RequestCertificateCommand.ts | 14 +-
.../commands/ResendValidationEmailCommand.ts | 14 +-
.../UpdateCertificateOptionsCommand.ts | 14 +-
clients/client-amp/package.json | 44 +-
.../CreateAlertManagerDefinitionCommand.ts | 14 +-
.../CreateLoggingConfigurationCommand.ts | 14 +-
.../CreateRuleGroupsNamespaceCommand.ts | 14 +-
.../src/commands/CreateScraperCommand.ts | 14 +-
.../src/commands/CreateWorkspaceCommand.ts | 14 +-
.../DeleteAlertManagerDefinitionCommand.ts | 14 +-
.../DeleteLoggingConfigurationCommand.ts | 14 +-
.../DeleteRuleGroupsNamespaceCommand.ts | 14 +-
.../src/commands/DeleteScraperCommand.ts | 14 +-
.../src/commands/DeleteWorkspaceCommand.ts | 14 +-
.../DescribeAlertManagerDefinitionCommand.ts | 14 +-
.../DescribeLoggingConfigurationCommand.ts | 14 +-
.../DescribeRuleGroupsNamespaceCommand.ts | 14 +-
.../src/commands/DescribeScraperCommand.ts | 14 +-
.../src/commands/DescribeWorkspaceCommand.ts | 14 +-
.../GetDefaultScraperConfigurationCommand.ts | 14 +-
.../ListRuleGroupsNamespacesCommand.ts | 14 +-
.../src/commands/ListScrapersCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListWorkspacesCommand.ts | 14 +-
.../PutAlertManagerDefinitionCommand.ts | 14 +-
.../commands/PutRuleGroupsNamespaceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateLoggingConfigurationCommand.ts | 14 +-
.../commands/UpdateWorkspaceAliasCommand.ts | 14 +-
clients/client-amplify/package.json | 42 +-
.../src/commands/CreateAppCommand.ts | 14 +-
.../CreateBackendEnvironmentCommand.ts | 14 +-
.../src/commands/CreateBranchCommand.ts | 14 +-
.../src/commands/CreateDeploymentCommand.ts | 14 +-
.../CreateDomainAssociationCommand.ts | 14 +-
.../src/commands/CreateWebhookCommand.ts | 14 +-
.../src/commands/DeleteAppCommand.ts | 14 +-
.../DeleteBackendEnvironmentCommand.ts | 14 +-
.../src/commands/DeleteBranchCommand.ts | 14 +-
.../DeleteDomainAssociationCommand.ts | 14 +-
.../src/commands/DeleteJobCommand.ts | 14 +-
.../src/commands/DeleteWebhookCommand.ts | 14 +-
.../src/commands/GenerateAccessLogsCommand.ts | 14 +-
.../src/commands/GetAppCommand.ts | 14 +-
.../src/commands/GetArtifactUrlCommand.ts | 14 +-
.../commands/GetBackendEnvironmentCommand.ts | 14 +-
.../src/commands/GetBranchCommand.ts | 14 +-
.../commands/GetDomainAssociationCommand.ts | 14 +-
.../src/commands/GetJobCommand.ts | 14 +-
.../src/commands/GetWebhookCommand.ts | 14 +-
.../src/commands/ListAppsCommand.ts | 14 +-
.../src/commands/ListArtifactsCommand.ts | 14 +-
.../ListBackendEnvironmentsCommand.ts | 14 +-
.../src/commands/ListBranchesCommand.ts | 14 +-
.../commands/ListDomainAssociationsCommand.ts | 14 +-
.../src/commands/ListJobsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListWebhooksCommand.ts | 14 +-
.../src/commands/StartDeploymentCommand.ts | 14 +-
.../src/commands/StartJobCommand.ts | 14 +-
.../src/commands/StopJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAppCommand.ts | 14 +-
.../src/commands/UpdateBranchCommand.ts | 14 +-
.../UpdateDomainAssociationCommand.ts | 14 +-
.../src/commands/UpdateWebhookCommand.ts | 14 +-
clients/client-amplifybackend/package.json | 42 +-
.../src/commands/CloneBackendCommand.ts | 14 +-
.../src/commands/CreateBackendAPICommand.ts | 14 +-
.../src/commands/CreateBackendAuthCommand.ts | 14 +-
.../src/commands/CreateBackendCommand.ts | 14 +-
.../commands/CreateBackendConfigCommand.ts | 14 +-
.../commands/CreateBackendStorageCommand.ts | 14 +-
.../src/commands/CreateTokenCommand.ts | 14 +-
.../src/commands/DeleteBackendAPICommand.ts | 14 +-
.../src/commands/DeleteBackendAuthCommand.ts | 14 +-
.../src/commands/DeleteBackendCommand.ts | 14 +-
.../commands/DeleteBackendStorageCommand.ts | 14 +-
.../src/commands/DeleteTokenCommand.ts | 14 +-
.../GenerateBackendAPIModelsCommand.ts | 14 +-
.../src/commands/GetBackendAPICommand.ts | 14 +-
.../commands/GetBackendAPIModelsCommand.ts | 14 +-
.../src/commands/GetBackendAuthCommand.ts | 14 +-
.../src/commands/GetBackendCommand.ts | 14 +-
.../src/commands/GetBackendJobCommand.ts | 14 +-
.../src/commands/GetBackendStorageCommand.ts | 14 +-
.../src/commands/GetTokenCommand.ts | 14 +-
.../src/commands/ImportBackendAuthCommand.ts | 14 +-
.../commands/ImportBackendStorageCommand.ts | 14 +-
.../src/commands/ListBackendJobsCommand.ts | 14 +-
.../src/commands/ListS3BucketsCommand.ts | 14 +-
.../src/commands/RemoveAllBackendsCommand.ts | 14 +-
.../commands/RemoveBackendConfigCommand.ts | 14 +-
.../src/commands/UpdateBackendAPICommand.ts | 14 +-
.../src/commands/UpdateBackendAuthCommand.ts | 14 +-
.../commands/UpdateBackendConfigCommand.ts | 14 +-
.../src/commands/UpdateBackendJobCommand.ts | 14 +-
.../commands/UpdateBackendStorageCommand.ts | 14 +-
clients/client-amplifyuibuilder/package.json | 42 +-
.../src/commands/CreateComponentCommand.ts | 14 +-
.../src/commands/CreateFormCommand.ts | 14 +-
.../src/commands/CreateThemeCommand.ts | 14 +-
.../src/commands/DeleteComponentCommand.ts | 14 +-
.../src/commands/DeleteFormCommand.ts | 14 +-
.../src/commands/DeleteThemeCommand.ts | 14 +-
.../commands/ExchangeCodeForTokenCommand.ts | 14 +-
.../src/commands/ExportComponentsCommand.ts | 14 +-
.../src/commands/ExportFormsCommand.ts | 14 +-
.../src/commands/ExportThemesCommand.ts | 14 +-
.../src/commands/GetCodegenJobCommand.ts | 14 +-
.../src/commands/GetComponentCommand.ts | 14 +-
.../src/commands/GetFormCommand.ts | 14 +-
.../src/commands/GetMetadataCommand.ts | 14 +-
.../src/commands/GetThemeCommand.ts | 14 +-
.../src/commands/ListCodegenJobsCommand.ts | 14 +-
.../src/commands/ListComponentsCommand.ts | 14 +-
.../src/commands/ListFormsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListThemesCommand.ts | 14 +-
.../src/commands/PutMetadataFlagCommand.ts | 14 +-
.../src/commands/RefreshTokenCommand.ts | 14 +-
.../src/commands/StartCodegenJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateComponentCommand.ts | 14 +-
.../src/commands/UpdateFormCommand.ts | 14 +-
.../src/commands/UpdateThemeCommand.ts | 14 +-
clients/client-api-gateway/package.json | 44 +-
.../src/commands/CreateApiKeyCommand.ts | 14 +-
.../src/commands/CreateAuthorizerCommand.ts | 14 +-
.../commands/CreateBasePathMappingCommand.ts | 14 +-
.../src/commands/CreateDeploymentCommand.ts | 14 +-
.../CreateDocumentationPartCommand.ts | 14 +-
.../CreateDocumentationVersionCommand.ts | 14 +-
.../src/commands/CreateDomainNameCommand.ts | 14 +-
.../src/commands/CreateModelCommand.ts | 14 +-
.../commands/CreateRequestValidatorCommand.ts | 14 +-
.../src/commands/CreateResourceCommand.ts | 14 +-
.../src/commands/CreateRestApiCommand.ts | 14 +-
.../src/commands/CreateStageCommand.ts | 14 +-
.../src/commands/CreateUsagePlanCommand.ts | 14 +-
.../src/commands/CreateUsagePlanKeyCommand.ts | 14 +-
.../src/commands/CreateVpcLinkCommand.ts | 14 +-
.../src/commands/DeleteApiKeyCommand.ts | 14 +-
.../src/commands/DeleteAuthorizerCommand.ts | 14 +-
.../commands/DeleteBasePathMappingCommand.ts | 14 +-
.../DeleteClientCertificateCommand.ts | 14 +-
.../src/commands/DeleteDeploymentCommand.ts | 14 +-
.../DeleteDocumentationPartCommand.ts | 14 +-
.../DeleteDocumentationVersionCommand.ts | 14 +-
.../src/commands/DeleteDomainNameCommand.ts | 14 +-
.../commands/DeleteGatewayResponseCommand.ts | 14 +-
.../src/commands/DeleteIntegrationCommand.ts | 14 +-
.../DeleteIntegrationResponseCommand.ts | 14 +-
.../src/commands/DeleteMethodCommand.ts | 14 +-
.../commands/DeleteMethodResponseCommand.ts | 14 +-
.../src/commands/DeleteModelCommand.ts | 14 +-
.../commands/DeleteRequestValidatorCommand.ts | 14 +-
.../src/commands/DeleteResourceCommand.ts | 14 +-
.../src/commands/DeleteRestApiCommand.ts | 14 +-
.../src/commands/DeleteStageCommand.ts | 14 +-
.../src/commands/DeleteUsagePlanCommand.ts | 14 +-
.../src/commands/DeleteUsagePlanKeyCommand.ts | 14 +-
.../src/commands/DeleteVpcLinkCommand.ts | 14 +-
.../FlushStageAuthorizersCacheCommand.ts | 14 +-
.../src/commands/FlushStageCacheCommand.ts | 14 +-
.../GenerateClientCertificateCommand.ts | 14 +-
.../src/commands/GetAccountCommand.ts | 14 +-
.../src/commands/GetApiKeyCommand.ts | 14 +-
.../src/commands/GetApiKeysCommand.ts | 14 +-
.../src/commands/GetAuthorizerCommand.ts | 14 +-
.../src/commands/GetAuthorizersCommand.ts | 14 +-
.../src/commands/GetBasePathMappingCommand.ts | 14 +-
.../commands/GetBasePathMappingsCommand.ts | 14 +-
.../commands/GetClientCertificateCommand.ts | 14 +-
.../commands/GetClientCertificatesCommand.ts | 14 +-
.../src/commands/GetDeploymentCommand.ts | 14 +-
.../src/commands/GetDeploymentsCommand.ts | 14 +-
.../commands/GetDocumentationPartCommand.ts | 14 +-
.../commands/GetDocumentationPartsCommand.ts | 14 +-
.../GetDocumentationVersionCommand.ts | 14 +-
.../GetDocumentationVersionsCommand.ts | 14 +-
.../src/commands/GetDomainNameCommand.ts | 14 +-
.../src/commands/GetDomainNamesCommand.ts | 14 +-
.../src/commands/GetExportCommand.ts | 14 +-
.../src/commands/GetGatewayResponseCommand.ts | 14 +-
.../commands/GetGatewayResponsesCommand.ts | 14 +-
.../src/commands/GetIntegrationCommand.ts | 14 +-
.../commands/GetIntegrationResponseCommand.ts | 14 +-
.../src/commands/GetMethodCommand.ts | 14 +-
.../src/commands/GetMethodResponseCommand.ts | 14 +-
.../src/commands/GetModelCommand.ts | 14 +-
.../src/commands/GetModelTemplateCommand.ts | 14 +-
.../src/commands/GetModelsCommand.ts | 14 +-
.../commands/GetRequestValidatorCommand.ts | 14 +-
.../commands/GetRequestValidatorsCommand.ts | 14 +-
.../src/commands/GetResourceCommand.ts | 14 +-
.../src/commands/GetResourcesCommand.ts | 14 +-
.../src/commands/GetRestApiCommand.ts | 14 +-
.../src/commands/GetRestApisCommand.ts | 14 +-
.../src/commands/GetSdkCommand.ts | 14 +-
.../src/commands/GetSdkTypeCommand.ts | 14 +-
.../src/commands/GetSdkTypesCommand.ts | 14 +-
.../src/commands/GetStageCommand.ts | 14 +-
.../src/commands/GetStagesCommand.ts | 14 +-
.../src/commands/GetTagsCommand.ts | 14 +-
.../src/commands/GetUsageCommand.ts | 14 +-
.../src/commands/GetUsagePlanCommand.ts | 14 +-
.../src/commands/GetUsagePlanKeyCommand.ts | 14 +-
.../src/commands/GetUsagePlanKeysCommand.ts | 14 +-
.../src/commands/GetUsagePlansCommand.ts | 14 +-
.../src/commands/GetVpcLinkCommand.ts | 14 +-
.../src/commands/GetVpcLinksCommand.ts | 14 +-
.../src/commands/ImportApiKeysCommand.ts | 14 +-
.../ImportDocumentationPartsCommand.ts | 14 +-
.../src/commands/ImportRestApiCommand.ts | 14 +-
.../src/commands/PutGatewayResponseCommand.ts | 14 +-
.../src/commands/PutIntegrationCommand.ts | 14 +-
.../commands/PutIntegrationResponseCommand.ts | 14 +-
.../src/commands/PutMethodCommand.ts | 14 +-
.../src/commands/PutMethodResponseCommand.ts | 14 +-
.../src/commands/PutRestApiCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../commands/TestInvokeAuthorizerCommand.ts | 14 +-
.../src/commands/TestInvokeMethodCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAccountCommand.ts | 14 +-
.../src/commands/UpdateApiKeyCommand.ts | 14 +-
.../src/commands/UpdateAuthorizerCommand.ts | 14 +-
.../commands/UpdateBasePathMappingCommand.ts | 14 +-
.../UpdateClientCertificateCommand.ts | 14 +-
.../src/commands/UpdateDeploymentCommand.ts | 14 +-
.../UpdateDocumentationPartCommand.ts | 14 +-
.../UpdateDocumentationVersionCommand.ts | 14 +-
.../src/commands/UpdateDomainNameCommand.ts | 14 +-
.../commands/UpdateGatewayResponseCommand.ts | 14 +-
.../src/commands/UpdateIntegrationCommand.ts | 14 +-
.../UpdateIntegrationResponseCommand.ts | 14 +-
.../src/commands/UpdateMethodCommand.ts | 14 +-
.../commands/UpdateMethodResponseCommand.ts | 14 +-
.../src/commands/UpdateModelCommand.ts | 14 +-
.../commands/UpdateRequestValidatorCommand.ts | 14 +-
.../src/commands/UpdateResourceCommand.ts | 14 +-
.../src/commands/UpdateRestApiCommand.ts | 14 +-
.../src/commands/UpdateStageCommand.ts | 14 +-
.../src/commands/UpdateUsageCommand.ts | 14 +-
.../src/commands/UpdateUsagePlanCommand.ts | 14 +-
.../src/commands/UpdateVpcLinkCommand.ts | 14 +-
.../package.json | 42 +-
.../src/commands/DeleteConnectionCommand.ts | 14 +-
.../src/commands/GetConnectionCommand.ts | 14 +-
.../src/commands/PostToConnectionCommand.ts | 14 +-
clients/client-apigatewayv2/package.json | 44 +-
.../src/commands/CreateApiCommand.ts | 14 +-
.../src/commands/CreateApiMappingCommand.ts | 14 +-
.../src/commands/CreateAuthorizerCommand.ts | 14 +-
.../src/commands/CreateDeploymentCommand.ts | 14 +-
.../src/commands/CreateDomainNameCommand.ts | 14 +-
.../src/commands/CreateIntegrationCommand.ts | 14 +-
.../CreateIntegrationResponseCommand.ts | 14 +-
.../src/commands/CreateModelCommand.ts | 14 +-
.../src/commands/CreateRouteCommand.ts | 14 +-
.../commands/CreateRouteResponseCommand.ts | 14 +-
.../src/commands/CreateStageCommand.ts | 14 +-
.../src/commands/CreateVpcLinkCommand.ts | 14 +-
.../DeleteAccessLogSettingsCommand.ts | 14 +-
.../src/commands/DeleteApiCommand.ts | 14 +-
.../src/commands/DeleteApiMappingCommand.ts | 14 +-
.../src/commands/DeleteAuthorizerCommand.ts | 14 +-
.../DeleteCorsConfigurationCommand.ts | 14 +-
.../src/commands/DeleteDeploymentCommand.ts | 14 +-
.../src/commands/DeleteDomainNameCommand.ts | 14 +-
.../src/commands/DeleteIntegrationCommand.ts | 14 +-
.../DeleteIntegrationResponseCommand.ts | 14 +-
.../src/commands/DeleteModelCommand.ts | 14 +-
.../src/commands/DeleteRouteCommand.ts | 14 +-
.../DeleteRouteRequestParameterCommand.ts | 14 +-
.../commands/DeleteRouteResponseCommand.ts | 14 +-
.../commands/DeleteRouteSettingsCommand.ts | 14 +-
.../src/commands/DeleteStageCommand.ts | 14 +-
.../src/commands/DeleteVpcLinkCommand.ts | 14 +-
.../src/commands/ExportApiCommand.ts | 14 +-
.../src/commands/GetApiCommand.ts | 14 +-
.../src/commands/GetApiMappingCommand.ts | 14 +-
.../src/commands/GetApiMappingsCommand.ts | 14 +-
.../src/commands/GetApisCommand.ts | 14 +-
.../src/commands/GetAuthorizerCommand.ts | 14 +-
.../src/commands/GetAuthorizersCommand.ts | 14 +-
.../src/commands/GetDeploymentCommand.ts | 14 +-
.../src/commands/GetDeploymentsCommand.ts | 14 +-
.../src/commands/GetDomainNameCommand.ts | 14 +-
.../src/commands/GetDomainNamesCommand.ts | 14 +-
.../src/commands/GetIntegrationCommand.ts | 14 +-
.../commands/GetIntegrationResponseCommand.ts | 14 +-
.../GetIntegrationResponsesCommand.ts | 14 +-
.../src/commands/GetIntegrationsCommand.ts | 14 +-
.../src/commands/GetModelCommand.ts | 14 +-
.../src/commands/GetModelTemplateCommand.ts | 14 +-
.../src/commands/GetModelsCommand.ts | 14 +-
.../src/commands/GetRouteCommand.ts | 14 +-
.../src/commands/GetRouteResponseCommand.ts | 14 +-
.../src/commands/GetRouteResponsesCommand.ts | 14 +-
.../src/commands/GetRoutesCommand.ts | 14 +-
.../src/commands/GetStageCommand.ts | 14 +-
.../src/commands/GetStagesCommand.ts | 14 +-
.../src/commands/GetTagsCommand.ts | 14 +-
.../src/commands/GetVpcLinkCommand.ts | 14 +-
.../src/commands/GetVpcLinksCommand.ts | 14 +-
.../src/commands/ImportApiCommand.ts | 14 +-
.../src/commands/ReimportApiCommand.ts | 14 +-
.../commands/ResetAuthorizersCacheCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateApiCommand.ts | 14 +-
.../src/commands/UpdateApiMappingCommand.ts | 14 +-
.../src/commands/UpdateAuthorizerCommand.ts | 14 +-
.../src/commands/UpdateDeploymentCommand.ts | 14 +-
.../src/commands/UpdateDomainNameCommand.ts | 14 +-
.../src/commands/UpdateIntegrationCommand.ts | 14 +-
.../UpdateIntegrationResponseCommand.ts | 14 +-
.../src/commands/UpdateModelCommand.ts | 14 +-
.../src/commands/UpdateRouteCommand.ts | 14 +-
.../commands/UpdateRouteResponseCommand.ts | 14 +-
.../src/commands/UpdateStageCommand.ts | 14 +-
.../src/commands/UpdateVpcLinkCommand.ts | 14 +-
clients/client-app-mesh/package.json | 42 +-
.../src/commands/CreateGatewayRouteCommand.ts | 14 +-
.../src/commands/CreateMeshCommand.ts | 14 +-
.../src/commands/CreateRouteCommand.ts | 14 +-
.../commands/CreateVirtualGatewayCommand.ts | 14 +-
.../src/commands/CreateVirtualNodeCommand.ts | 14 +-
.../commands/CreateVirtualRouterCommand.ts | 14 +-
.../commands/CreateVirtualServiceCommand.ts | 14 +-
.../src/commands/DeleteGatewayRouteCommand.ts | 14 +-
.../src/commands/DeleteMeshCommand.ts | 14 +-
.../src/commands/DeleteRouteCommand.ts | 14 +-
.../commands/DeleteVirtualGatewayCommand.ts | 14 +-
.../src/commands/DeleteVirtualNodeCommand.ts | 14 +-
.../commands/DeleteVirtualRouterCommand.ts | 14 +-
.../commands/DeleteVirtualServiceCommand.ts | 14 +-
.../commands/DescribeGatewayRouteCommand.ts | 14 +-
.../src/commands/DescribeMeshCommand.ts | 14 +-
.../src/commands/DescribeRouteCommand.ts | 14 +-
.../commands/DescribeVirtualGatewayCommand.ts | 14 +-
.../commands/DescribeVirtualNodeCommand.ts | 14 +-
.../commands/DescribeVirtualRouterCommand.ts | 14 +-
.../commands/DescribeVirtualServiceCommand.ts | 14 +-
.../src/commands/ListGatewayRoutesCommand.ts | 14 +-
.../src/commands/ListMeshesCommand.ts | 14 +-
.../src/commands/ListRoutesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/ListVirtualGatewaysCommand.ts | 14 +-
.../src/commands/ListVirtualNodesCommand.ts | 14 +-
.../src/commands/ListVirtualRoutersCommand.ts | 14 +-
.../commands/ListVirtualServicesCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateGatewayRouteCommand.ts | 14 +-
.../src/commands/UpdateMeshCommand.ts | 14 +-
.../src/commands/UpdateRouteCommand.ts | 14 +-
.../commands/UpdateVirtualGatewayCommand.ts | 14 +-
.../src/commands/UpdateVirtualNodeCommand.ts | 14 +-
.../commands/UpdateVirtualRouterCommand.ts | 14 +-
.../commands/UpdateVirtualServiceCommand.ts | 14 +-
clients/client-appconfig/package.json | 44 +-
.../src/commands/CreateApplicationCommand.ts | 14 +-
.../CreateConfigurationProfileCommand.ts | 14 +-
.../CreateDeploymentStrategyCommand.ts | 14 +-
.../src/commands/CreateEnvironmentCommand.ts | 14 +-
.../CreateExtensionAssociationCommand.ts | 14 +-
.../src/commands/CreateExtensionCommand.ts | 14 +-
...CreateHostedConfigurationVersionCommand.ts | 14 +-
.../src/commands/DeleteApplicationCommand.ts | 14 +-
.../DeleteConfigurationProfileCommand.ts | 14 +-
.../DeleteDeploymentStrategyCommand.ts | 14 +-
.../src/commands/DeleteEnvironmentCommand.ts | 14 +-
.../DeleteExtensionAssociationCommand.ts | 14 +-
.../src/commands/DeleteExtensionCommand.ts | 14 +-
...DeleteHostedConfigurationVersionCommand.ts | 14 +-
.../src/commands/GetAccountSettingsCommand.ts | 14 +-
.../src/commands/GetApplicationCommand.ts | 14 +-
.../src/commands/GetConfigurationCommand.ts | 14 +-
.../GetConfigurationProfileCommand.ts | 14 +-
.../src/commands/GetDeploymentCommand.ts | 14 +-
.../commands/GetDeploymentStrategyCommand.ts | 14 +-
.../src/commands/GetEnvironmentCommand.ts | 14 +-
.../GetExtensionAssociationCommand.ts | 14 +-
.../src/commands/GetExtensionCommand.ts | 14 +-
.../GetHostedConfigurationVersionCommand.ts | 14 +-
.../src/commands/ListApplicationsCommand.ts | 14 +-
.../ListConfigurationProfilesCommand.ts | 14 +-
.../ListDeploymentStrategiesCommand.ts | 14 +-
.../src/commands/ListDeploymentsCommand.ts | 14 +-
.../src/commands/ListEnvironmentsCommand.ts | 14 +-
.../ListExtensionAssociationsCommand.ts | 14 +-
.../src/commands/ListExtensionsCommand.ts | 14 +-
.../ListHostedConfigurationVersionsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/StartDeploymentCommand.ts | 14 +-
.../src/commands/StopDeploymentCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateAccountSettingsCommand.ts | 14 +-
.../src/commands/UpdateApplicationCommand.ts | 14 +-
.../UpdateConfigurationProfileCommand.ts | 14 +-
.../UpdateDeploymentStrategyCommand.ts | 14 +-
.../src/commands/UpdateEnvironmentCommand.ts | 14 +-
.../UpdateExtensionAssociationCommand.ts | 14 +-
.../src/commands/UpdateExtensionCommand.ts | 14 +-
.../commands/ValidateConfigurationCommand.ts | 14 +-
clients/client-appconfigdata/package.json | 44 +-
.../commands/GetLatestConfigurationCommand.ts | 14 +-
.../StartConfigurationSessionCommand.ts | 14 +-
clients/client-appfabric/package.json | 42 +-
.../BatchGetUserAccessTasksCommand.ts | 14 +-
.../ConnectAppAuthorizationCommand.ts | 14 +-
.../commands/CreateAppAuthorizationCommand.ts | 14 +-
.../src/commands/CreateAppBundleCommand.ts | 14 +-
.../src/commands/CreateIngestionCommand.ts | 14 +-
.../CreateIngestionDestinationCommand.ts | 14 +-
.../commands/DeleteAppAuthorizationCommand.ts | 14 +-
.../src/commands/DeleteAppBundleCommand.ts | 14 +-
.../src/commands/DeleteIngestionCommand.ts | 14 +-
.../DeleteIngestionDestinationCommand.ts | 14 +-
.../commands/GetAppAuthorizationCommand.ts | 14 +-
.../src/commands/GetAppBundleCommand.ts | 14 +-
.../src/commands/GetIngestionCommand.ts | 14 +-
.../GetIngestionDestinationCommand.ts | 14 +-
.../commands/ListAppAuthorizationsCommand.ts | 14 +-
.../src/commands/ListAppBundlesCommand.ts | 14 +-
.../ListIngestionDestinationsCommand.ts | 14 +-
.../src/commands/ListIngestionsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/StartIngestionCommand.ts | 14 +-
.../commands/StartUserAccessTasksCommand.ts | 14 +-
.../src/commands/StopIngestionCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateAppAuthorizationCommand.ts | 14 +-
.../UpdateIngestionDestinationCommand.ts | 14 +-
clients/client-appflow/package.json | 42 +-
.../commands/CancelFlowExecutionsCommand.ts | 14 +-
.../commands/CreateConnectorProfileCommand.ts | 14 +-
.../src/commands/CreateFlowCommand.ts | 14 +-
.../commands/DeleteConnectorProfileCommand.ts | 14 +-
.../src/commands/DeleteFlowCommand.ts | 14 +-
.../src/commands/DescribeConnectorCommand.ts | 14 +-
.../DescribeConnectorEntityCommand.ts | 14 +-
.../DescribeConnectorProfilesCommand.ts | 14 +-
.../src/commands/DescribeConnectorsCommand.ts | 14 +-
.../src/commands/DescribeFlowCommand.ts | 14 +-
.../DescribeFlowExecutionRecordsCommand.ts | 14 +-
.../commands/ListConnectorEntitiesCommand.ts | 14 +-
.../src/commands/ListConnectorsCommand.ts | 14 +-
.../src/commands/ListFlowsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/RegisterConnectorCommand.ts | 14 +-
.../ResetConnectorMetadataCacheCommand.ts | 14 +-
.../src/commands/StartFlowCommand.ts | 14 +-
.../src/commands/StopFlowCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../commands/UnregisterConnectorCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateConnectorProfileCommand.ts | 14 +-
.../UpdateConnectorRegistrationCommand.ts | 14 +-
.../src/commands/UpdateFlowCommand.ts | 14 +-
clients/client-appintegrations/package.json | 42 +-
.../src/commands/CreateApplicationCommand.ts | 14 +-
...CreateDataIntegrationAssociationCommand.ts | 14 +-
.../commands/CreateDataIntegrationCommand.ts | 14 +-
.../commands/CreateEventIntegrationCommand.ts | 14 +-
.../src/commands/DeleteApplicationCommand.ts | 14 +-
.../commands/DeleteDataIntegrationCommand.ts | 14 +-
.../commands/DeleteEventIntegrationCommand.ts | 14 +-
.../src/commands/GetApplicationCommand.ts | 14 +-
.../src/commands/GetDataIntegrationCommand.ts | 14 +-
.../commands/GetEventIntegrationCommand.ts | 14 +-
.../ListApplicationAssociationsCommand.ts | 14 +-
.../src/commands/ListApplicationsCommand.ts | 14 +-
.../ListDataIntegrationAssociationsCommand.ts | 14 +-
.../commands/ListDataIntegrationsCommand.ts | 14 +-
...ListEventIntegrationAssociationsCommand.ts | 14 +-
.../commands/ListEventIntegrationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateApplicationCommand.ts | 14 +-
...UpdateDataIntegrationAssociationCommand.ts | 14 +-
.../commands/UpdateDataIntegrationCommand.ts | 14 +-
.../commands/UpdateEventIntegrationCommand.ts | 14 +-
.../package.json | 42 +-
.../commands/DeleteScalingPolicyCommand.ts | 14 +-
.../commands/DeleteScheduledActionCommand.ts | 14 +-
.../DeregisterScalableTargetCommand.ts | 14 +-
.../DescribeScalableTargetsCommand.ts | 14 +-
.../DescribeScalingActivitiesCommand.ts | 14 +-
.../DescribeScalingPoliciesCommand.ts | 14 +-
.../DescribeScheduledActionsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutScalingPolicyCommand.ts | 14 +-
.../src/commands/PutScheduledActionCommand.ts | 14 +-
.../commands/RegisterScalableTargetCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../package.json | 42 +-
...eConfigurationItemsToApplicationCommand.ts | 14 +-
.../src/commands/BatchDeleteAgentsCommand.ts | 14 +-
.../commands/BatchDeleteImportDataCommand.ts | 14 +-
.../src/commands/CreateApplicationCommand.ts | 14 +-
.../src/commands/CreateTagsCommand.ts | 14 +-
.../src/commands/DeleteApplicationsCommand.ts | 14 +-
.../src/commands/DeleteTagsCommand.ts | 14 +-
.../src/commands/DescribeAgentsCommand.ts | 14 +-
...ribeBatchDeleteConfigurationTaskCommand.ts | 14 +-
.../commands/DescribeConfigurationsCommand.ts | 14 +-
.../DescribeContinuousExportsCommand.ts | 14 +-
.../DescribeExportConfigurationsCommand.ts | 14 +-
.../commands/DescribeExportTasksCommand.ts | 14 +-
.../commands/DescribeImportTasksCommand.ts | 14 +-
.../src/commands/DescribeTagsCommand.ts | 14 +-
...onfigurationItemsFromApplicationCommand.ts | 14 +-
.../commands/ExportConfigurationsCommand.ts | 14 +-
.../commands/GetDiscoverySummaryCommand.ts | 14 +-
.../src/commands/ListConfigurationsCommand.ts | 14 +-
.../commands/ListServerNeighborsCommand.ts | 14 +-
...tartBatchDeleteConfigurationTaskCommand.ts | 14 +-
.../commands/StartContinuousExportCommand.ts | 14 +-
.../StartDataCollectionByAgentIdsCommand.ts | 14 +-
.../src/commands/StartExportTaskCommand.ts | 14 +-
.../src/commands/StartImportTaskCommand.ts | 14 +-
.../commands/StopContinuousExportCommand.ts | 14 +-
.../StopDataCollectionByAgentIdsCommand.ts | 14 +-
.../src/commands/UpdateApplicationCommand.ts | 14 +-
.../client-application-insights/package.json | 42 +-
.../src/commands/AddWorkloadCommand.ts | 14 +-
.../src/commands/CreateApplicationCommand.ts | 14 +-
.../src/commands/CreateComponentCommand.ts | 14 +-
.../src/commands/CreateLogPatternCommand.ts | 14 +-
.../src/commands/DeleteApplicationCommand.ts | 14 +-
.../src/commands/DeleteComponentCommand.ts | 14 +-
.../src/commands/DeleteLogPatternCommand.ts | 14 +-
.../commands/DescribeApplicationCommand.ts | 14 +-
.../src/commands/DescribeComponentCommand.ts | 14 +-
.../DescribeComponentConfigurationCommand.ts | 14 +-
...onentConfigurationRecommendationCommand.ts | 14 +-
.../src/commands/DescribeLogPatternCommand.ts | 14 +-
.../commands/DescribeObservationCommand.ts | 14 +-
.../src/commands/DescribeProblemCommand.ts | 14 +-
.../DescribeProblemObservationsCommand.ts | 14 +-
.../src/commands/DescribeWorkloadCommand.ts | 14 +-
.../src/commands/ListApplicationsCommand.ts | 14 +-
.../src/commands/ListComponentsCommand.ts | 14 +-
.../ListConfigurationHistoryCommand.ts | 14 +-
.../src/commands/ListLogPatternSetsCommand.ts | 14 +-
.../src/commands/ListLogPatternsCommand.ts | 14 +-
.../src/commands/ListProblemsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListWorkloadsCommand.ts | 14 +-
.../src/commands/RemoveWorkloadCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateApplicationCommand.ts | 14 +-
.../src/commands/UpdateComponentCommand.ts | 14 +-
.../UpdateComponentConfigurationCommand.ts | 14 +-
.../src/commands/UpdateLogPatternCommand.ts | 14 +-
.../src/commands/UpdateProblemCommand.ts | 14 +-
.../src/commands/UpdateWorkloadCommand.ts | 14 +-
.../client-application-signals/package.json | 42 +-
...erviceLevelObjectiveBudgetReportCommand.ts | 14 +-
.../CreateServiceLevelObjectiveCommand.ts | 14 +-
.../DeleteServiceLevelObjectiveCommand.ts | 14 +-
.../src/commands/GetServiceCommand.ts | 14 +-
.../GetServiceLevelObjectiveCommand.ts | 14 +-
.../ListServiceDependenciesCommand.ts | 14 +-
.../commands/ListServiceDependentsCommand.ts | 14 +-
.../ListServiceLevelObjectivesCommand.ts | 14 +-
.../commands/ListServiceOperationsCommand.ts | 14 +-
.../src/commands/ListServicesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/StartDiscoveryCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateServiceLevelObjectiveCommand.ts | 14 +-
.../package.json | 42 +-
.../commands/DeleteReportDefinitionCommand.ts | 14 +-
.../commands/GetReportDefinitionCommand.ts | 14 +-
.../commands/ImportApplicationUsageCommand.ts | 14 +-
.../commands/ListReportDefinitionsCommand.ts | 14 +-
.../commands/PutReportDefinitionCommand.ts | 14 +-
.../commands/UpdateReportDefinitionCommand.ts | 14 +-
clients/client-apprunner/package.json | 42 +-
.../commands/AssociateCustomDomainCommand.ts | 14 +-
.../CreateAutoScalingConfigurationCommand.ts | 14 +-
.../src/commands/CreateConnectionCommand.ts | 14 +-
...CreateObservabilityConfigurationCommand.ts | 14 +-
.../src/commands/CreateServiceCommand.ts | 14 +-
.../src/commands/CreateVpcConnectorCommand.ts | 14 +-
.../CreateVpcIngressConnectionCommand.ts | 14 +-
.../DeleteAutoScalingConfigurationCommand.ts | 14 +-
.../src/commands/DeleteConnectionCommand.ts | 14 +-
...DeleteObservabilityConfigurationCommand.ts | 14 +-
.../src/commands/DeleteServiceCommand.ts | 14 +-
.../src/commands/DeleteVpcConnectorCommand.ts | 14 +-
.../DeleteVpcIngressConnectionCommand.ts | 14 +-
...DescribeAutoScalingConfigurationCommand.ts | 14 +-
.../commands/DescribeCustomDomainsCommand.ts | 14 +-
...scribeObservabilityConfigurationCommand.ts | 14 +-
.../src/commands/DescribeServiceCommand.ts | 14 +-
.../commands/DescribeVpcConnectorCommand.ts | 14 +-
.../DescribeVpcIngressConnectionCommand.ts | 14 +-
.../DisassociateCustomDomainCommand.ts | 14 +-
.../ListAutoScalingConfigurationsCommand.ts | 14 +-
.../src/commands/ListConnectionsCommand.ts | 14 +-
.../ListObservabilityConfigurationsCommand.ts | 14 +-
.../src/commands/ListOperationsCommand.ts | 14 +-
.../src/commands/ListServicesCommand.ts | 14 +-
...vicesForAutoScalingConfigurationCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListVpcConnectorsCommand.ts | 14 +-
.../ListVpcIngressConnectionsCommand.ts | 14 +-
.../src/commands/PauseServiceCommand.ts | 14 +-
.../src/commands/ResumeServiceCommand.ts | 14 +-
.../src/commands/StartDeploymentCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
...eDefaultAutoScalingConfigurationCommand.ts | 14 +-
.../src/commands/UpdateServiceCommand.ts | 14 +-
.../UpdateVpcIngressConnectionCommand.ts | 14 +-
clients/client-appstream/package.json | 44 +-
...AssociateAppBlockBuilderAppBlockCommand.ts | 14 +-
.../AssociateApplicationFleetCommand.ts | 14 +-
...ssociateApplicationToEntitlementCommand.ts | 14 +-
.../src/commands/AssociateFleetCommand.ts | 14 +-
.../BatchAssociateUserStackCommand.ts | 14 +-
.../BatchDisassociateUserStackCommand.ts | 14 +-
.../src/commands/CopyImageCommand.ts | 14 +-
.../commands/CreateAppBlockBuilderCommand.ts | 14 +-
...reateAppBlockBuilderStreamingURLCommand.ts | 14 +-
.../src/commands/CreateAppBlockCommand.ts | 14 +-
.../src/commands/CreateApplicationCommand.ts | 14 +-
.../commands/CreateDirectoryConfigCommand.ts | 14 +-
.../src/commands/CreateEntitlementCommand.ts | 14 +-
.../src/commands/CreateFleetCommand.ts | 14 +-
.../src/commands/CreateImageBuilderCommand.ts | 14 +-
.../CreateImageBuilderStreamingURLCommand.ts | 14 +-
.../src/commands/CreateStackCommand.ts | 14 +-
.../src/commands/CreateStreamingURLCommand.ts | 14 +-
.../commands/CreateThemeForStackCommand.ts | 14 +-
.../src/commands/CreateUpdatedImageCommand.ts | 14 +-
.../CreateUsageReportSubscriptionCommand.ts | 14 +-
.../src/commands/CreateUserCommand.ts | 14 +-
.../commands/DeleteAppBlockBuilderCommand.ts | 14 +-
.../src/commands/DeleteAppBlockCommand.ts | 14 +-
.../src/commands/DeleteApplicationCommand.ts | 14 +-
.../commands/DeleteDirectoryConfigCommand.ts | 14 +-
.../src/commands/DeleteEntitlementCommand.ts | 14 +-
.../src/commands/DeleteFleetCommand.ts | 14 +-
.../src/commands/DeleteImageBuilderCommand.ts | 14 +-
.../src/commands/DeleteImageCommand.ts | 14 +-
.../commands/DeleteImagePermissionsCommand.ts | 14 +-
.../src/commands/DeleteStackCommand.ts | 14 +-
.../commands/DeleteThemeForStackCommand.ts | 14 +-
.../DeleteUsageReportSubscriptionCommand.ts | 14 +-
.../src/commands/DeleteUserCommand.ts | 14 +-
...BlockBuilderAppBlockAssociationsCommand.ts | 14 +-
.../DescribeAppBlockBuildersCommand.ts | 14 +-
.../src/commands/DescribeAppBlocksCommand.ts | 14 +-
...ribeApplicationFleetAssociationsCommand.ts | 14 +-
.../commands/DescribeApplicationsCommand.ts | 14 +-
.../DescribeDirectoryConfigsCommand.ts | 14 +-
.../commands/DescribeEntitlementsCommand.ts | 14 +-
.../src/commands/DescribeFleetsCommand.ts | 14 +-
.../commands/DescribeImageBuildersCommand.ts | 14 +-
.../DescribeImagePermissionsCommand.ts | 14 +-
.../src/commands/DescribeImagesCommand.ts | 14 +-
.../src/commands/DescribeSessionsCommand.ts | 14 +-
.../src/commands/DescribeStacksCommand.ts | 14 +-
.../commands/DescribeThemeForStackCommand.ts | 14 +-
...DescribeUsageReportSubscriptionsCommand.ts | 14 +-
.../DescribeUserStackAssociationsCommand.ts | 14 +-
.../src/commands/DescribeUsersCommand.ts | 14 +-
.../src/commands/DisableUserCommand.ts | 14 +-
...associateAppBlockBuilderAppBlockCommand.ts | 14 +-
.../DisassociateApplicationFleetCommand.ts | 14 +-
...ociateApplicationFromEntitlementCommand.ts | 14 +-
.../src/commands/DisassociateFleetCommand.ts | 14 +-
.../src/commands/EnableUserCommand.ts | 14 +-
.../src/commands/ExpireSessionCommand.ts | 14 +-
.../commands/ListAssociatedFleetsCommand.ts | 14 +-
.../commands/ListAssociatedStacksCommand.ts | 14 +-
.../ListEntitledApplicationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/StartAppBlockBuilderCommand.ts | 14 +-
.../src/commands/StartFleetCommand.ts | 14 +-
.../src/commands/StartImageBuilderCommand.ts | 14 +-
.../commands/StopAppBlockBuilderCommand.ts | 14 +-
.../src/commands/StopFleetCommand.ts | 14 +-
.../src/commands/StopImageBuilderCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateAppBlockBuilderCommand.ts | 14 +-
.../src/commands/UpdateApplicationCommand.ts | 14 +-
.../commands/UpdateDirectoryConfigCommand.ts | 14 +-
.../src/commands/UpdateEntitlementCommand.ts | 14 +-
.../src/commands/UpdateFleetCommand.ts | 14 +-
.../commands/UpdateImagePermissionsCommand.ts | 14 +-
.../src/commands/UpdateStackCommand.ts | 14 +-
.../commands/UpdateThemeForStackCommand.ts | 14 +-
clients/client-appsync/package.json | 44 +-
.../src/commands/AssociateApiCommand.ts | 14 +-
.../AssociateMergedGraphqlApiCommand.ts | 14 +-
.../AssociateSourceGraphqlApiCommand.ts | 14 +-
.../src/commands/CreateApiCacheCommand.ts | 14 +-
.../src/commands/CreateApiKeyCommand.ts | 14 +-
.../src/commands/CreateDataSourceCommand.ts | 14 +-
.../src/commands/CreateDomainNameCommand.ts | 14 +-
.../src/commands/CreateFunctionCommand.ts | 14 +-
.../src/commands/CreateGraphqlApiCommand.ts | 14 +-
.../src/commands/CreateResolverCommand.ts | 14 +-
.../src/commands/CreateTypeCommand.ts | 14 +-
.../src/commands/DeleteApiCacheCommand.ts | 14 +-
.../src/commands/DeleteApiKeyCommand.ts | 14 +-
.../src/commands/DeleteDataSourceCommand.ts | 14 +-
.../src/commands/DeleteDomainNameCommand.ts | 14 +-
.../src/commands/DeleteFunctionCommand.ts | 14 +-
.../src/commands/DeleteGraphqlApiCommand.ts | 14 +-
.../src/commands/DeleteResolverCommand.ts | 14 +-
.../src/commands/DeleteTypeCommand.ts | 14 +-
.../src/commands/DisassociateApiCommand.ts | 14 +-
.../DisassociateMergedGraphqlApiCommand.ts | 14 +-
.../DisassociateSourceGraphqlApiCommand.ts | 14 +-
.../src/commands/EvaluateCodeCommand.ts | 14 +-
.../EvaluateMappingTemplateCommand.ts | 14 +-
.../src/commands/FlushApiCacheCommand.ts | 14 +-
.../src/commands/GetApiAssociationCommand.ts | 14 +-
.../src/commands/GetApiCacheCommand.ts | 14 +-
.../src/commands/GetDataSourceCommand.ts | 14 +-
.../GetDataSourceIntrospectionCommand.ts | 14 +-
.../src/commands/GetDomainNameCommand.ts | 14 +-
.../src/commands/GetFunctionCommand.ts | 14 +-
.../src/commands/GetGraphqlApiCommand.ts | 14 +-
...etGraphqlApiEnvironmentVariablesCommand.ts | 14 +-
.../commands/GetIntrospectionSchemaCommand.ts | 14 +-
.../src/commands/GetResolverCommand.ts | 14 +-
.../GetSchemaCreationStatusCommand.ts | 14 +-
.../GetSourceApiAssociationCommand.ts | 14 +-
.../src/commands/GetTypeCommand.ts | 14 +-
.../src/commands/ListApiKeysCommand.ts | 14 +-
.../src/commands/ListDataSourcesCommand.ts | 14 +-
.../src/commands/ListDomainNamesCommand.ts | 14 +-
.../src/commands/ListFunctionsCommand.ts | 14 +-
.../src/commands/ListGraphqlApisCommand.ts | 14 +-
.../ListResolversByFunctionCommand.ts | 14 +-
.../src/commands/ListResolversCommand.ts | 14 +-
.../ListSourceApiAssociationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/ListTypesByAssociationCommand.ts | 14 +-
.../src/commands/ListTypesCommand.ts | 14 +-
...utGraphqlApiEnvironmentVariablesCommand.ts | 14 +-
.../StartDataSourceIntrospectionCommand.ts | 14 +-
.../commands/StartSchemaCreationCommand.ts | 14 +-
.../src/commands/StartSchemaMergeCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateApiCacheCommand.ts | 14 +-
.../src/commands/UpdateApiKeyCommand.ts | 14 +-
.../src/commands/UpdateDataSourceCommand.ts | 14 +-
.../src/commands/UpdateDomainNameCommand.ts | 14 +-
.../src/commands/UpdateFunctionCommand.ts | 14 +-
.../src/commands/UpdateGraphqlApiCommand.ts | 14 +-
.../src/commands/UpdateResolverCommand.ts | 14 +-
.../UpdateSourceApiAssociationCommand.ts | 14 +-
.../src/commands/UpdateTypeCommand.ts | 14 +-
clients/client-apptest/package.json | 42 +-
.../src/commands/CreateTestCaseCommand.ts | 14 +-
.../CreateTestConfigurationCommand.ts | 14 +-
.../src/commands/CreateTestSuiteCommand.ts | 14 +-
.../src/commands/DeleteTestCaseCommand.ts | 14 +-
.../DeleteTestConfigurationCommand.ts | 14 +-
.../src/commands/DeleteTestRunCommand.ts | 14 +-
.../src/commands/DeleteTestSuiteCommand.ts | 14 +-
.../src/commands/GetTestCaseCommand.ts | 14 +-
.../commands/GetTestConfigurationCommand.ts | 14 +-
.../src/commands/GetTestRunStepCommand.ts | 14 +-
.../src/commands/GetTestSuiteCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListTestCasesCommand.ts | 14 +-
.../commands/ListTestConfigurationsCommand.ts | 14 +-
.../src/commands/ListTestRunStepsCommand.ts | 14 +-
.../commands/ListTestRunTestCasesCommand.ts | 14 +-
.../src/commands/ListTestRunsCommand.ts | 14 +-
.../src/commands/ListTestSuitesCommand.ts | 14 +-
.../src/commands/StartTestRunCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateTestCaseCommand.ts | 14 +-
.../UpdateTestConfigurationCommand.ts | 14 +-
.../src/commands/UpdateTestSuiteCommand.ts | 14 +-
clients/client-arc-zonal-shift/package.json | 42 +-
.../src/commands/CancelZonalShiftCommand.ts | 14 +-
.../CreatePracticeRunConfigurationCommand.ts | 14 +-
.../DeletePracticeRunConfigurationCommand.ts | 14 +-
...oshiftObserverNotificationStatusCommand.ts | 14 +-
.../src/commands/GetManagedResourceCommand.ts | 14 +-
.../src/commands/ListAutoshiftsCommand.ts | 14 +-
.../commands/ListManagedResourcesCommand.ts | 14 +-
.../src/commands/ListZonalShiftsCommand.ts | 14 +-
.../src/commands/StartZonalShiftCommand.ts | 14 +-
...oshiftObserverNotificationStatusCommand.ts | 14 +-
.../UpdatePracticeRunConfigurationCommand.ts | 14 +-
...pdateZonalAutoshiftConfigurationCommand.ts | 14 +-
.../src/commands/UpdateZonalShiftCommand.ts | 14 +-
clients/client-artifact/package.json | 42 +-
.../src/commands/GetAccountSettingsCommand.ts | 14 +-
.../src/commands/GetReportCommand.ts | 14 +-
.../src/commands/GetReportMetadataCommand.ts | 14 +-
.../src/commands/GetTermForReportCommand.ts | 14 +-
.../src/commands/ListReportsCommand.ts | 14 +-
.../src/commands/PutAccountSettingsCommand.ts | 14 +-
clients/client-athena/package.json | 42 +-
.../src/commands/BatchGetNamedQueryCommand.ts | 14 +-
.../BatchGetPreparedStatementCommand.ts | 14 +-
.../commands/BatchGetQueryExecutionCommand.ts | 14 +-
.../CancelCapacityReservationCommand.ts | 14 +-
.../CreateCapacityReservationCommand.ts | 14 +-
.../src/commands/CreateDataCatalogCommand.ts | 14 +-
.../src/commands/CreateNamedQueryCommand.ts | 14 +-
.../src/commands/CreateNotebookCommand.ts | 14 +-
.../CreatePreparedStatementCommand.ts | 14 +-
.../CreatePresignedNotebookUrlCommand.ts | 14 +-
.../src/commands/CreateWorkGroupCommand.ts | 14 +-
.../DeleteCapacityReservationCommand.ts | 14 +-
.../src/commands/DeleteDataCatalogCommand.ts | 14 +-
.../src/commands/DeleteNamedQueryCommand.ts | 14 +-
.../src/commands/DeleteNotebookCommand.ts | 14 +-
.../DeletePreparedStatementCommand.ts | 14 +-
.../src/commands/DeleteWorkGroupCommand.ts | 14 +-
.../src/commands/ExportNotebookCommand.ts | 14 +-
.../GetCalculationExecutionCodeCommand.ts | 14 +-
.../GetCalculationExecutionCommand.ts | 14 +-
.../GetCalculationExecutionStatusCommand.ts | 14 +-
...tCapacityAssignmentConfigurationCommand.ts | 14 +-
.../commands/GetCapacityReservationCommand.ts | 14 +-
.../src/commands/GetDataCatalogCommand.ts | 14 +-
.../src/commands/GetDatabaseCommand.ts | 14 +-
.../src/commands/GetNamedQueryCommand.ts | 14 +-
.../commands/GetNotebookMetadataCommand.ts | 14 +-
.../commands/GetPreparedStatementCommand.ts | 14 +-
.../src/commands/GetQueryExecutionCommand.ts | 14 +-
.../src/commands/GetQueryResultsCommand.ts | 14 +-
.../GetQueryRuntimeStatisticsCommand.ts | 14 +-
.../src/commands/GetSessionCommand.ts | 14 +-
.../src/commands/GetSessionStatusCommand.ts | 14 +-
.../src/commands/GetTableMetadataCommand.ts | 14 +-
.../src/commands/GetWorkGroupCommand.ts | 14 +-
.../src/commands/ImportNotebookCommand.ts | 14 +-
.../ListApplicationDPUSizesCommand.ts | 14 +-
.../ListCalculationExecutionsCommand.ts | 14 +-
.../ListCapacityReservationsCommand.ts | 14 +-
.../src/commands/ListDataCatalogsCommand.ts | 14 +-
.../src/commands/ListDatabasesCommand.ts | 14 +-
.../src/commands/ListEngineVersionsCommand.ts | 14 +-
.../src/commands/ListExecutorsCommand.ts | 14 +-
.../src/commands/ListNamedQueriesCommand.ts | 14 +-
.../commands/ListNotebookMetadataCommand.ts | 14 +-
.../commands/ListNotebookSessionsCommand.ts | 14 +-
.../commands/ListPreparedStatementsCommand.ts | 14 +-
.../commands/ListQueryExecutionsCommand.ts | 14 +-
.../src/commands/ListSessionsCommand.ts | 14 +-
.../src/commands/ListTableMetadataCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListWorkGroupsCommand.ts | 14 +-
...tCapacityAssignmentConfigurationCommand.ts | 14 +-
.../StartCalculationExecutionCommand.ts | 14 +-
.../commands/StartQueryExecutionCommand.ts | 14 +-
.../src/commands/StartSessionCommand.ts | 14 +-
.../StopCalculationExecutionCommand.ts | 14 +-
.../src/commands/StopQueryExecutionCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/TerminateSessionCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateCapacityReservationCommand.ts | 14 +-
.../src/commands/UpdateDataCatalogCommand.ts | 14 +-
.../src/commands/UpdateNamedQueryCommand.ts | 14 +-
.../src/commands/UpdateNotebookCommand.ts | 14 +-
.../commands/UpdateNotebookMetadataCommand.ts | 14 +-
.../UpdatePreparedStatementCommand.ts | 14 +-
.../src/commands/UpdateWorkGroupCommand.ts | 14 +-
clients/client-auditmanager/package.json | 42 +-
...teAssessmentReportEvidenceFolderCommand.ts | 14 +-
...ssociateAssessmentReportEvidenceCommand.ts | 14 +-
...atchCreateDelegationByAssessmentCommand.ts | 14 +-
...atchDeleteDelegationByAssessmentCommand.ts | 14 +-
...ssociateAssessmentReportEvidenceCommand.ts | 14 +-
...mportEvidenceToAssessmentControlCommand.ts | 14 +-
.../src/commands/CreateAssessmentCommand.ts | 14 +-
.../CreateAssessmentFrameworkCommand.ts | 14 +-
.../commands/CreateAssessmentReportCommand.ts | 14 +-
.../src/commands/CreateControlCommand.ts | 14 +-
.../src/commands/DeleteAssessmentCommand.ts | 14 +-
.../DeleteAssessmentFrameworkCommand.ts | 14 +-
.../DeleteAssessmentFrameworkShareCommand.ts | 14 +-
.../commands/DeleteAssessmentReportCommand.ts | 14 +-
.../src/commands/DeleteControlCommand.ts | 14 +-
.../src/commands/DeregisterAccountCommand.ts | 14 +-
...registerOrganizationAdminAccountCommand.ts | 14 +-
...teAssessmentReportEvidenceFolderCommand.ts | 14 +-
.../src/commands/GetAccountStatusCommand.ts | 14 +-
.../src/commands/GetAssessmentCommand.ts | 14 +-
.../commands/GetAssessmentFrameworkCommand.ts | 14 +-
.../commands/GetAssessmentReportUrlCommand.ts | 14 +-
.../src/commands/GetChangeLogsCommand.ts | 14 +-
.../src/commands/GetControlCommand.ts | 14 +-
.../src/commands/GetDelegationsCommand.ts | 14 +-
.../GetEvidenceByEvidenceFolderCommand.ts | 14 +-
.../src/commands/GetEvidenceCommand.ts | 14 +-
.../GetEvidenceFileUploadUrlCommand.ts | 14 +-
.../src/commands/GetEvidenceFolderCommand.ts | 14 +-
.../GetEvidenceFoldersByAssessmentCommand.ts | 14 +-
...idenceFoldersByAssessmentControlCommand.ts | 14 +-
.../GetInsightsByAssessmentCommand.ts | 14 +-
.../src/commands/GetInsightsCommand.ts | 14 +-
.../GetOrganizationAdminAccountCommand.ts | 14 +-
.../src/commands/GetServicesInScopeCommand.ts | 14 +-
.../src/commands/GetSettingsCommand.ts | 14 +-
...ntControlInsightsByControlDomainCommand.ts | 14 +-
...AssessmentFrameworkShareRequestsCommand.ts | 14 +-
.../ListAssessmentFrameworksCommand.ts | 14 +-
.../commands/ListAssessmentReportsCommand.ts | 14 +-
.../src/commands/ListAssessmentsCommand.ts | 14 +-
...ontrolDomainInsightsByAssessmentCommand.ts | 14 +-
.../ListControlDomainInsightsCommand.ts | 14 +-
...stControlInsightsByControlDomainCommand.ts | 14 +-
.../src/commands/ListControlsCommand.ts | 14 +-
.../ListKeywordsForDataSourceCommand.ts | 14 +-
.../src/commands/ListNotificationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/RegisterAccountCommand.ts | 14 +-
...RegisterOrganizationAdminAccountCommand.ts | 14 +-
.../StartAssessmentFrameworkShareCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAssessmentCommand.ts | 14 +-
.../UpdateAssessmentControlCommand.ts | 14 +-
...UpdateAssessmentControlSetStatusCommand.ts | 14 +-
.../UpdateAssessmentFrameworkCommand.ts | 14 +-
.../UpdateAssessmentFrameworkShareCommand.ts | 14 +-
.../commands/UpdateAssessmentStatusCommand.ts | 14 +-
.../src/commands/UpdateControlCommand.ts | 14 +-
.../src/commands/UpdateSettingsCommand.ts | 14 +-
...alidateAssessmentReportIntegrityCommand.ts | 14 +-
.../client-auto-scaling-plans/package.json | 42 +-
.../src/commands/CreateScalingPlanCommand.ts | 14 +-
.../src/commands/DeleteScalingPlanCommand.ts | 14 +-
.../DescribeScalingPlanResourcesCommand.ts | 14 +-
.../commands/DescribeScalingPlansCommand.ts | 14 +-
...tScalingPlanResourceForecastDataCommand.ts | 14 +-
.../src/commands/UpdateScalingPlanCommand.ts | 14 +-
clients/client-auto-scaling/package.json | 44 +-
.../src/commands/AttachInstancesCommand.ts | 14 +-
.../AttachLoadBalancerTargetGroupsCommand.ts | 14 +-
.../commands/AttachLoadBalancersCommand.ts | 14 +-
.../commands/AttachTrafficSourcesCommand.ts | 14 +-
.../BatchDeleteScheduledActionCommand.ts | 14 +-
...tchPutScheduledUpdateGroupActionCommand.ts | 14 +-
.../commands/CancelInstanceRefreshCommand.ts | 14 +-
.../CompleteLifecycleActionCommand.ts | 14 +-
.../commands/CreateAutoScalingGroupCommand.ts | 14 +-
.../CreateLaunchConfigurationCommand.ts | 14 +-
.../src/commands/CreateOrUpdateTagsCommand.ts | 14 +-
.../commands/DeleteAutoScalingGroupCommand.ts | 14 +-
.../DeleteLaunchConfigurationCommand.ts | 14 +-
.../commands/DeleteLifecycleHookCommand.ts | 14 +-
.../DeleteNotificationConfigurationCommand.ts | 14 +-
.../src/commands/DeletePolicyCommand.ts | 14 +-
.../commands/DeleteScheduledActionCommand.ts | 14 +-
.../src/commands/DeleteTagsCommand.ts | 14 +-
.../src/commands/DeleteWarmPoolCommand.ts | 14 +-
.../commands/DescribeAccountLimitsCommand.ts | 14 +-
.../DescribeAdjustmentTypesCommand.ts | 14 +-
.../DescribeAutoScalingGroupsCommand.ts | 14 +-
.../DescribeAutoScalingInstancesCommand.ts | 14 +-
...ribeAutoScalingNotificationTypesCommand.ts | 14 +-
.../DescribeInstanceRefreshesCommand.ts | 14 +-
.../DescribeLaunchConfigurationsCommand.ts | 14 +-
.../DescribeLifecycleHookTypesCommand.ts | 14 +-
.../commands/DescribeLifecycleHooksCommand.ts | 14 +-
...DescribeLoadBalancerTargetGroupsCommand.ts | 14 +-
.../commands/DescribeLoadBalancersCommand.ts | 14 +-
.../DescribeMetricCollectionTypesCommand.ts | 14 +-
...scribeNotificationConfigurationsCommand.ts | 14 +-
.../src/commands/DescribePoliciesCommand.ts | 14 +-
.../DescribeScalingActivitiesCommand.ts | 14 +-
.../DescribeScalingProcessTypesCommand.ts | 14 +-
.../DescribeScheduledActionsCommand.ts | 14 +-
.../src/commands/DescribeTagsCommand.ts | 14 +-
.../DescribeTerminationPolicyTypesCommand.ts | 14 +-
.../commands/DescribeTrafficSourcesCommand.ts | 14 +-
.../src/commands/DescribeWarmPoolCommand.ts | 14 +-
.../src/commands/DetachInstancesCommand.ts | 14 +-
.../DetachLoadBalancerTargetGroupsCommand.ts | 14 +-
.../commands/DetachLoadBalancersCommand.ts | 14 +-
.../commands/DetachTrafficSourcesCommand.ts | 14 +-
.../DisableMetricsCollectionCommand.ts | 14 +-
.../EnableMetricsCollectionCommand.ts | 14 +-
.../src/commands/EnterStandbyCommand.ts | 14 +-
.../src/commands/ExecutePolicyCommand.ts | 14 +-
.../src/commands/ExitStandbyCommand.ts | 14 +-
.../GetPredictiveScalingForecastCommand.ts | 14 +-
.../src/commands/PutLifecycleHookCommand.ts | 14 +-
.../PutNotificationConfigurationCommand.ts | 14 +-
.../src/commands/PutScalingPolicyCommand.ts | 14 +-
.../PutScheduledUpdateGroupActionCommand.ts | 14 +-
.../src/commands/PutWarmPoolCommand.ts | 14 +-
.../RecordLifecycleActionHeartbeatCommand.ts | 14 +-
.../src/commands/ResumeProcessesCommand.ts | 14 +-
.../RollbackInstanceRefreshCommand.ts | 14 +-
.../src/commands/SetDesiredCapacityCommand.ts | 14 +-
.../src/commands/SetInstanceHealthCommand.ts | 14 +-
.../commands/SetInstanceProtectionCommand.ts | 14 +-
.../commands/StartInstanceRefreshCommand.ts | 14 +-
.../src/commands/SuspendProcessesCommand.ts | 14 +-
...minateInstanceInAutoScalingGroupCommand.ts | 14 +-
.../commands/UpdateAutoScalingGroupCommand.ts | 14 +-
clients/client-b2bi/package.json | 42 +-
.../src/commands/CreateCapabilityCommand.ts | 14 +-
.../src/commands/CreatePartnershipCommand.ts | 14 +-
.../src/commands/CreateProfileCommand.ts | 14 +-
.../src/commands/CreateTransformerCommand.ts | 14 +-
.../src/commands/DeleteCapabilityCommand.ts | 14 +-
.../src/commands/DeletePartnershipCommand.ts | 14 +-
.../src/commands/DeleteProfileCommand.ts | 14 +-
.../src/commands/DeleteTransformerCommand.ts | 14 +-
.../src/commands/GetCapabilityCommand.ts | 14 +-
.../src/commands/GetPartnershipCommand.ts | 14 +-
.../src/commands/GetProfileCommand.ts | 14 +-
.../src/commands/GetTransformerCommand.ts | 14 +-
.../src/commands/GetTransformerJobCommand.ts | 14 +-
.../src/commands/ListCapabilitiesCommand.ts | 14 +-
.../src/commands/ListPartnershipsCommand.ts | 14 +-
.../src/commands/ListProfilesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListTransformersCommand.ts | 14 +-
.../commands/StartTransformerJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/TestMappingCommand.ts | 14 +-
.../src/commands/TestParsingCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateCapabilityCommand.ts | 14 +-
.../src/commands/UpdatePartnershipCommand.ts | 14 +-
.../src/commands/UpdateProfileCommand.ts | 14 +-
.../src/commands/UpdateTransformerCommand.ts | 14 +-
clients/client-backup-gateway/package.json | 42 +-
.../AssociateGatewayToServerCommand.ts | 14 +-
.../src/commands/CreateGatewayCommand.ts | 14 +-
.../src/commands/DeleteGatewayCommand.ts | 14 +-
.../src/commands/DeleteHypervisorCommand.ts | 14 +-
.../DisassociateGatewayFromServerCommand.ts | 14 +-
.../GetBandwidthRateLimitScheduleCommand.ts | 14 +-
.../src/commands/GetGatewayCommand.ts | 14 +-
.../src/commands/GetHypervisorCommand.ts | 14 +-
.../GetHypervisorPropertyMappingsCommand.ts | 14 +-
.../src/commands/GetVirtualMachineCommand.ts | 14 +-
.../ImportHypervisorConfigurationCommand.ts | 14 +-
.../src/commands/ListGatewaysCommand.ts | 14 +-
.../src/commands/ListHypervisorsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/ListVirtualMachinesCommand.ts | 14 +-
.../PutBandwidthRateLimitScheduleCommand.ts | 14 +-
.../PutHypervisorPropertyMappingsCommand.ts | 14 +-
.../PutMaintenanceStartTimeCommand.ts | 14 +-
...StartVirtualMachinesMetadataSyncCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../TestHypervisorConfigurationCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateGatewayInformationCommand.ts | 14 +-
.../UpdateGatewaySoftwareNowCommand.ts | 14 +-
.../src/commands/UpdateHypervisorCommand.ts | 14 +-
clients/client-backup/package.json | 42 +-
.../src/commands/CancelLegalHoldCommand.ts | 14 +-
.../src/commands/CreateBackupPlanCommand.ts | 14 +-
.../commands/CreateBackupSelectionCommand.ts | 14 +-
.../src/commands/CreateBackupVaultCommand.ts | 14 +-
.../src/commands/CreateFrameworkCommand.ts | 14 +-
.../src/commands/CreateLegalHoldCommand.ts | 14 +-
...ateLogicallyAirGappedBackupVaultCommand.ts | 14 +-
.../src/commands/CreateReportPlanCommand.ts | 14 +-
.../CreateRestoreTestingPlanCommand.ts | 14 +-
.../CreateRestoreTestingSelectionCommand.ts | 14 +-
.../src/commands/DeleteBackupPlanCommand.ts | 14 +-
.../commands/DeleteBackupSelectionCommand.ts | 14 +-
.../DeleteBackupVaultAccessPolicyCommand.ts | 14 +-
.../src/commands/DeleteBackupVaultCommand.ts | 14 +-
...leteBackupVaultLockConfigurationCommand.ts | 14 +-
.../DeleteBackupVaultNotificationsCommand.ts | 14 +-
.../src/commands/DeleteFrameworkCommand.ts | 14 +-
.../commands/DeleteRecoveryPointCommand.ts | 14 +-
.../src/commands/DeleteReportPlanCommand.ts | 14 +-
.../DeleteRestoreTestingPlanCommand.ts | 14 +-
.../DeleteRestoreTestingSelectionCommand.ts | 14 +-
.../src/commands/DescribeBackupJobCommand.ts | 14 +-
.../commands/DescribeBackupVaultCommand.ts | 14 +-
.../src/commands/DescribeCopyJobCommand.ts | 14 +-
.../src/commands/DescribeFrameworkCommand.ts | 14 +-
.../commands/DescribeGlobalSettingsCommand.ts | 14 +-
.../DescribeProtectedResourceCommand.ts | 14 +-
.../commands/DescribeRecoveryPointCommand.ts | 14 +-
.../commands/DescribeRegionSettingsCommand.ts | 14 +-
.../src/commands/DescribeReportJobCommand.ts | 14 +-
.../src/commands/DescribeReportPlanCommand.ts | 14 +-
.../src/commands/DescribeRestoreJobCommand.ts | 14 +-
.../DisassociateRecoveryPointCommand.ts | 14 +-
...associateRecoveryPointFromParentCommand.ts | 14 +-
.../ExportBackupPlanTemplateCommand.ts | 14 +-
.../src/commands/GetBackupPlanCommand.ts | 14 +-
.../commands/GetBackupPlanFromJSONCommand.ts | 14 +-
.../GetBackupPlanFromTemplateCommand.ts | 14 +-
.../src/commands/GetBackupSelectionCommand.ts | 14 +-
.../GetBackupVaultAccessPolicyCommand.ts | 14 +-
.../GetBackupVaultNotificationsCommand.ts | 14 +-
.../src/commands/GetLegalHoldCommand.ts | 14 +-
.../GetRecoveryPointRestoreMetadataCommand.ts | 14 +-
.../commands/GetRestoreJobMetadataCommand.ts | 14 +-
...etRestoreTestingInferredMetadataCommand.ts | 14 +-
.../commands/GetRestoreTestingPlanCommand.ts | 14 +-
.../GetRestoreTestingSelectionCommand.ts | 14 +-
.../GetSupportedResourceTypesCommand.ts | 14 +-
.../commands/ListBackupJobSummariesCommand.ts | 14 +-
.../src/commands/ListBackupJobsCommand.ts | 14 +-
.../ListBackupPlanTemplatesCommand.ts | 14 +-
.../commands/ListBackupPlanVersionsCommand.ts | 14 +-
.../src/commands/ListBackupPlansCommand.ts | 14 +-
.../commands/ListBackupSelectionsCommand.ts | 14 +-
.../src/commands/ListBackupVaultsCommand.ts | 14 +-
.../commands/ListCopyJobSummariesCommand.ts | 14 +-
.../src/commands/ListCopyJobsCommand.ts | 14 +-
.../src/commands/ListFrameworksCommand.ts | 14 +-
.../src/commands/ListLegalHoldsCommand.ts | 14 +-
...tProtectedResourcesByBackupVaultCommand.ts | 14 +-
.../commands/ListProtectedResourcesCommand.ts | 14 +-
.../ListRecoveryPointsByBackupVaultCommand.ts | 14 +-
.../ListRecoveryPointsByLegalHoldCommand.ts | 14 +-
.../ListRecoveryPointsByResourceCommand.ts | 14 +-
.../src/commands/ListReportJobsCommand.ts | 14 +-
.../src/commands/ListReportPlansCommand.ts | 14 +-
.../ListRestoreJobSummariesCommand.ts | 14 +-
...stRestoreJobsByProtectedResourceCommand.ts | 14 +-
.../src/commands/ListRestoreJobsCommand.ts | 14 +-
.../ListRestoreTestingPlansCommand.ts | 14 +-
.../ListRestoreTestingSelectionsCommand.ts | 14 +-
.../src/commands/ListTagsCommand.ts | 14 +-
.../PutBackupVaultAccessPolicyCommand.ts | 14 +-
.../PutBackupVaultLockConfigurationCommand.ts | 14 +-
.../PutBackupVaultNotificationsCommand.ts | 14 +-
.../PutRestoreValidationResultCommand.ts | 14 +-
.../src/commands/StartBackupJobCommand.ts | 14 +-
.../src/commands/StartCopyJobCommand.ts | 14 +-
.../src/commands/StartReportJobCommand.ts | 14 +-
.../src/commands/StartRestoreJobCommand.ts | 14 +-
.../src/commands/StopBackupJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateBackupPlanCommand.ts | 14 +-
.../src/commands/UpdateFrameworkCommand.ts | 14 +-
.../commands/UpdateGlobalSettingsCommand.ts | 14 +-
.../UpdateRecoveryPointLifecycleCommand.ts | 14 +-
.../commands/UpdateRegionSettingsCommand.ts | 14 +-
.../src/commands/UpdateReportPlanCommand.ts | 14 +-
.../UpdateRestoreTestingPlanCommand.ts | 14 +-
.../UpdateRestoreTestingSelectionCommand.ts | 14 +-
clients/client-batch/package.json | 42 +-
.../src/commands/CancelJobCommand.ts | 14 +-
.../CreateComputeEnvironmentCommand.ts | 14 +-
.../src/commands/CreateJobQueueCommand.ts | 14 +-
.../commands/CreateSchedulingPolicyCommand.ts | 14 +-
.../DeleteComputeEnvironmentCommand.ts | 14 +-
.../src/commands/DeleteJobQueueCommand.ts | 14 +-
.../commands/DeleteSchedulingPolicyCommand.ts | 14 +-
.../DeregisterJobDefinitionCommand.ts | 14 +-
.../DescribeComputeEnvironmentsCommand.ts | 14 +-
.../commands/DescribeJobDefinitionsCommand.ts | 14 +-
.../src/commands/DescribeJobQueuesCommand.ts | 14 +-
.../src/commands/DescribeJobsCommand.ts | 14 +-
.../DescribeSchedulingPoliciesCommand.ts | 14 +-
.../commands/GetJobQueueSnapshotCommand.ts | 14 +-
.../src/commands/ListJobsCommand.ts | 14 +-
.../commands/ListSchedulingPoliciesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/RegisterJobDefinitionCommand.ts | 14 +-
.../src/commands/SubmitJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/TerminateJobCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateComputeEnvironmentCommand.ts | 14 +-
.../src/commands/UpdateJobQueueCommand.ts | 14 +-
.../commands/UpdateSchedulingPolicyCommand.ts | 14 +-
clients/client-bcm-data-exports/package.json | 42 +-
.../src/commands/CreateExportCommand.ts | 14 +-
.../src/commands/DeleteExportCommand.ts | 14 +-
.../src/commands/GetExecutionCommand.ts | 14 +-
.../src/commands/GetExportCommand.ts | 14 +-
.../src/commands/GetTableCommand.ts | 14 +-
.../src/commands/ListExecutionsCommand.ts | 14 +-
.../src/commands/ListExportsCommand.ts | 14 +-
.../src/commands/ListTablesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateExportCommand.ts | 14 +-
.../client-bedrock-agent-runtime/package.json | 48 +-
.../src/commands/DeleteAgentMemoryCommand.ts | 14 +-
.../src/commands/GetAgentMemoryCommand.ts | 14 +-
.../src/commands/InvokeAgentCommand.ts | 14 +-
.../src/commands/InvokeFlowCommand.ts | 14 +-
.../commands/RetrieveAndGenerateCommand.ts | 14 +-
.../src/commands/RetrieveCommand.ts | 14 +-
clients/client-bedrock-agent/package.json | 42 +-
.../AssociateAgentKnowledgeBaseCommand.ts | 14 +-
.../commands/CreateAgentActionGroupCommand.ts | 14 +-
.../src/commands/CreateAgentAliasCommand.ts | 14 +-
.../src/commands/CreateAgentCommand.ts | 14 +-
.../src/commands/CreateDataSourceCommand.ts | 14 +-
.../src/commands/CreateFlowAliasCommand.ts | 14 +-
.../src/commands/CreateFlowCommand.ts | 14 +-
.../src/commands/CreateFlowVersionCommand.ts | 14 +-
.../commands/CreateKnowledgeBaseCommand.ts | 14 +-
.../src/commands/CreatePromptCommand.ts | 14 +-
.../commands/CreatePromptVersionCommand.ts | 14 +-
.../commands/DeleteAgentActionGroupCommand.ts | 14 +-
.../src/commands/DeleteAgentAliasCommand.ts | 14 +-
.../src/commands/DeleteAgentCommand.ts | 14 +-
.../src/commands/DeleteAgentVersionCommand.ts | 14 +-
.../src/commands/DeleteDataSourceCommand.ts | 14 +-
.../src/commands/DeleteFlowAliasCommand.ts | 14 +-
.../src/commands/DeleteFlowCommand.ts | 14 +-
.../src/commands/DeleteFlowVersionCommand.ts | 14 +-
.../commands/DeleteKnowledgeBaseCommand.ts | 14 +-
.../src/commands/DeletePromptCommand.ts | 14 +-
.../DisassociateAgentKnowledgeBaseCommand.ts | 14 +-
.../commands/GetAgentActionGroupCommand.ts | 14 +-
.../src/commands/GetAgentAliasCommand.ts | 14 +-
.../src/commands/GetAgentCommand.ts | 14 +-
.../commands/GetAgentKnowledgeBaseCommand.ts | 14 +-
.../src/commands/GetAgentVersionCommand.ts | 14 +-
.../src/commands/GetDataSourceCommand.ts | 14 +-
.../src/commands/GetFlowAliasCommand.ts | 14 +-
.../src/commands/GetFlowCommand.ts | 14 +-
.../src/commands/GetFlowVersionCommand.ts | 14 +-
.../src/commands/GetIngestionJobCommand.ts | 14 +-
.../src/commands/GetKnowledgeBaseCommand.ts | 14 +-
.../src/commands/GetPromptCommand.ts | 14 +-
.../commands/ListAgentActionGroupsCommand.ts | 14 +-
.../src/commands/ListAgentAliasesCommand.ts | 14 +-
.../ListAgentKnowledgeBasesCommand.ts | 14 +-
.../src/commands/ListAgentVersionsCommand.ts | 14 +-
.../src/commands/ListAgentsCommand.ts | 14 +-
.../src/commands/ListDataSourcesCommand.ts | 14 +-
.../src/commands/ListFlowAliasesCommand.ts | 14 +-
.../src/commands/ListFlowVersionsCommand.ts | 14 +-
.../src/commands/ListFlowsCommand.ts | 14 +-
.../src/commands/ListIngestionJobsCommand.ts | 14 +-
.../src/commands/ListKnowledgeBasesCommand.ts | 14 +-
.../src/commands/ListPromptsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PrepareAgentCommand.ts | 14 +-
.../src/commands/PrepareFlowCommand.ts | 14 +-
.../src/commands/StartIngestionJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateAgentActionGroupCommand.ts | 14 +-
.../src/commands/UpdateAgentAliasCommand.ts | 14 +-
.../src/commands/UpdateAgentCommand.ts | 14 +-
.../UpdateAgentKnowledgeBaseCommand.ts | 14 +-
.../src/commands/UpdateDataSourceCommand.ts | 14 +-
.../src/commands/UpdateFlowAliasCommand.ts | 14 +-
.../src/commands/UpdateFlowCommand.ts | 14 +-
.../commands/UpdateKnowledgeBaseCommand.ts | 14 +-
.../src/commands/UpdatePromptCommand.ts | 14 +-
clients/client-bedrock-runtime/package.json | 50 +-
.../src/commands/ApplyGuardrailCommand.ts | 14 +-
.../src/commands/ConverseCommand.ts | 14 +-
.../src/commands/ConverseStreamCommand.ts | 14 +-
.../src/commands/InvokeModelCommand.ts | 14 +-
.../InvokeModelWithResponseStreamCommand.ts | 14 +-
clients/client-bedrock/package.json | 42 +-
.../BatchDeleteEvaluationJobCommand.ts | 14 +-
.../commands/CreateEvaluationJobCommand.ts | 14 +-
.../src/commands/CreateGuardrailCommand.ts | 14 +-
.../commands/CreateGuardrailVersionCommand.ts | 14 +-
.../src/commands/CreateModelCopyJobCommand.ts | 14 +-
.../CreateModelCustomizationJobCommand.ts | 14 +-
.../commands/CreateModelImportJobCommand.ts | 14 +-
.../CreateModelInvocationJobCommand.ts | 14 +-
...CreateProvisionedModelThroughputCommand.ts | 14 +-
.../src/commands/DeleteCustomModelCommand.ts | 14 +-
.../src/commands/DeleteGuardrailCommand.ts | 14 +-
.../commands/DeleteImportedModelCommand.ts | 14 +-
...elInvocationLoggingConfigurationCommand.ts | 14 +-
...DeleteProvisionedModelThroughputCommand.ts | 14 +-
.../src/commands/GetCustomModelCommand.ts | 14 +-
.../src/commands/GetEvaluationJobCommand.ts | 14 +-
.../src/commands/GetFoundationModelCommand.ts | 14 +-
.../src/commands/GetGuardrailCommand.ts | 14 +-
.../src/commands/GetImportedModelCommand.ts | 14 +-
.../commands/GetInferenceProfileCommand.ts | 14 +-
.../src/commands/GetModelCopyJobCommand.ts | 14 +-
.../GetModelCustomizationJobCommand.ts | 14 +-
.../src/commands/GetModelImportJobCommand.ts | 14 +-
.../commands/GetModelInvocationJobCommand.ts | 14 +-
...elInvocationLoggingConfigurationCommand.ts | 14 +-
.../GetProvisionedModelThroughputCommand.ts | 14 +-
.../src/commands/ListCustomModelsCommand.ts | 14 +-
.../src/commands/ListEvaluationJobsCommand.ts | 14 +-
.../commands/ListFoundationModelsCommand.ts | 14 +-
.../src/commands/ListGuardrailsCommand.ts | 14 +-
.../src/commands/ListImportedModelsCommand.ts | 14 +-
.../commands/ListInferenceProfilesCommand.ts | 14 +-
.../src/commands/ListModelCopyJobsCommand.ts | 14 +-
.../ListModelCustomizationJobsCommand.ts | 14 +-
.../commands/ListModelImportJobsCommand.ts | 14 +-
.../ListModelInvocationJobsCommand.ts | 14 +-
.../ListProvisionedModelThroughputsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
...elInvocationLoggingConfigurationCommand.ts | 14 +-
.../src/commands/StopEvaluationJobCommand.ts | 14 +-
.../StopModelCustomizationJobCommand.ts | 14 +-
.../commands/StopModelInvocationJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateGuardrailCommand.ts | 14 +-
...UpdateProvisionedModelThroughputCommand.ts | 14 +-
clients/client-billingconductor/package.json | 42 +-
.../src/commands/AssociateAccountsCommand.ts | 14 +-
.../commands/AssociatePricingRulesCommand.ts | 14 +-
...sociateResourcesToCustomLineItemCommand.ts | 14 +-
...ciateResourcesFromCustomLineItemCommand.ts | 14 +-
.../src/commands/CreateBillingGroupCommand.ts | 14 +-
.../commands/CreateCustomLineItemCommand.ts | 14 +-
.../src/commands/CreatePricingPlanCommand.ts | 14 +-
.../src/commands/CreatePricingRuleCommand.ts | 14 +-
.../src/commands/DeleteBillingGroupCommand.ts | 14 +-
.../commands/DeleteCustomLineItemCommand.ts | 14 +-
.../src/commands/DeletePricingPlanCommand.ts | 14 +-
.../src/commands/DeletePricingRuleCommand.ts | 14 +-
.../commands/DisassociateAccountsCommand.ts | 14 +-
.../DisassociatePricingRulesCommand.ts | 14 +-
.../GetBillingGroupCostReportCommand.ts | 14 +-
.../ListAccountAssociationsCommand.ts | 14 +-
.../ListBillingGroupCostReportsCommand.ts | 14 +-
.../src/commands/ListBillingGroupsCommand.ts | 14 +-
.../ListCustomLineItemVersionsCommand.ts | 14 +-
.../commands/ListCustomLineItemsCommand.ts | 14 +-
...ngPlansAssociatedWithPricingRuleCommand.ts | 14 +-
.../src/commands/ListPricingPlansCommand.ts | 14 +-
...cingRulesAssociatedToPricingPlanCommand.ts | 14 +-
.../src/commands/ListPricingRulesCommand.ts | 14 +-
...ourcesAssociatedToCustomLineItemCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateBillingGroupCommand.ts | 14 +-
.../commands/UpdateCustomLineItemCommand.ts | 14 +-
.../src/commands/UpdatePricingPlanCommand.ts | 14 +-
.../src/commands/UpdatePricingRuleCommand.ts | 14 +-
clients/client-braket/package.json | 42 +-
.../src/commands/CancelJobCommand.ts | 14 +-
.../src/commands/CancelQuantumTaskCommand.ts | 14 +-
.../src/commands/CreateJobCommand.ts | 14 +-
.../src/commands/CreateQuantumTaskCommand.ts | 14 +-
.../src/commands/GetDeviceCommand.ts | 14 +-
.../src/commands/GetJobCommand.ts | 14 +-
.../src/commands/GetQuantumTaskCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/SearchDevicesCommand.ts | 14 +-
.../src/commands/SearchJobsCommand.ts | 14 +-
.../src/commands/SearchQuantumTasksCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
clients/client-budgets/package.json | 42 +-
.../src/commands/CreateBudgetActionCommand.ts | 14 +-
.../src/commands/CreateBudgetCommand.ts | 14 +-
.../src/commands/CreateNotificationCommand.ts | 14 +-
.../src/commands/CreateSubscriberCommand.ts | 14 +-
.../src/commands/DeleteBudgetActionCommand.ts | 14 +-
.../src/commands/DeleteBudgetCommand.ts | 14 +-
.../src/commands/DeleteNotificationCommand.ts | 14 +-
.../src/commands/DeleteSubscriberCommand.ts | 14 +-
.../commands/DescribeBudgetActionCommand.ts | 14 +-
.../DescribeBudgetActionHistoriesCommand.ts | 14 +-
.../DescribeBudgetActionsForAccountCommand.ts | 14 +-
.../DescribeBudgetActionsForBudgetCommand.ts | 14 +-
.../src/commands/DescribeBudgetCommand.ts | 14 +-
...ibeBudgetNotificationsForAccountCommand.ts | 14 +-
...DescribeBudgetPerformanceHistoryCommand.ts | 14 +-
.../src/commands/DescribeBudgetsCommand.ts | 14 +-
.../DescribeNotificationsForBudgetCommand.ts | 14 +-
...scribeSubscribersForNotificationCommand.ts | 14 +-
.../commands/ExecuteBudgetActionCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateBudgetActionCommand.ts | 14 +-
.../src/commands/UpdateBudgetCommand.ts | 14 +-
.../src/commands/UpdateNotificationCommand.ts | 14 +-
.../src/commands/UpdateSubscriberCommand.ts | 14 +-
clients/client-chatbot/package.json | 42 +-
.../CreateChimeWebhookConfigurationCommand.ts | 14 +-
...crosoftTeamsChannelConfigurationCommand.ts | 14 +-
.../CreateSlackChannelConfigurationCommand.ts | 14 +-
.../DeleteChimeWebhookConfigurationCommand.ts | 14 +-
...crosoftTeamsChannelConfigurationCommand.ts | 14 +-
...leteMicrosoftTeamsConfiguredTeamCommand.ts | 14 +-
...DeleteMicrosoftTeamsUserIdentityCommand.ts | 14 +-
.../DeleteSlackChannelConfigurationCommand.ts | 14 +-
.../DeleteSlackUserIdentityCommand.ts | 14 +-
...eleteSlackWorkspaceAuthorizationCommand.ts | 14 +-
...scribeChimeWebhookConfigurationsCommand.ts | 14 +-
...scribeSlackChannelConfigurationsCommand.ts | 14 +-
.../DescribeSlackUserIdentitiesCommand.ts | 14 +-
.../DescribeSlackWorkspacesCommand.ts | 14 +-
.../commands/GetAccountPreferencesCommand.ts | 14 +-
...crosoftTeamsChannelConfigurationCommand.ts | 14 +-
...rosoftTeamsChannelConfigurationsCommand.ts | 14 +-
...istMicrosoftTeamsConfiguredTeamsCommand.ts | 14 +-
...ListMicrosoftTeamsUserIdentitiesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateAccountPreferencesCommand.ts | 14 +-
.../UpdateChimeWebhookConfigurationCommand.ts | 14 +-
...crosoftTeamsChannelConfigurationCommand.ts | 14 +-
.../UpdateSlackChannelConfigurationCommand.ts | 14 +-
.../client-chime-sdk-identity/package.json | 42 +-
.../commands/CreateAppInstanceAdminCommand.ts | 14 +-
.../commands/CreateAppInstanceBotCommand.ts | 14 +-
.../src/commands/CreateAppInstanceCommand.ts | 14 +-
.../commands/CreateAppInstanceUserCommand.ts | 14 +-
.../commands/DeleteAppInstanceAdminCommand.ts | 14 +-
.../commands/DeleteAppInstanceBotCommand.ts | 14 +-
.../src/commands/DeleteAppInstanceCommand.ts | 14 +-
.../commands/DeleteAppInstanceUserCommand.ts | 14 +-
...eregisterAppInstanceUserEndpointCommand.ts | 14 +-
.../DescribeAppInstanceAdminCommand.ts | 14 +-
.../commands/DescribeAppInstanceBotCommand.ts | 14 +-
.../commands/DescribeAppInstanceCommand.ts | 14 +-
.../DescribeAppInstanceUserCommand.ts | 14 +-
.../DescribeAppInstanceUserEndpointCommand.ts | 14 +-
.../GetAppInstanceRetentionSettingsCommand.ts | 14 +-
.../commands/ListAppInstanceAdminsCommand.ts | 14 +-
.../commands/ListAppInstanceBotsCommand.ts | 14 +-
.../ListAppInstanceUserEndpointsCommand.ts | 14 +-
.../commands/ListAppInstanceUsersCommand.ts | 14 +-
.../src/commands/ListAppInstancesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../PutAppInstanceRetentionSettingsCommand.ts | 14 +-
...ppInstanceUserExpirationSettingsCommand.ts | 14 +-
.../RegisterAppInstanceUserEndpointCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateAppInstanceBotCommand.ts | 14 +-
.../src/commands/UpdateAppInstanceCommand.ts | 14 +-
.../commands/UpdateAppInstanceUserCommand.ts | 14 +-
.../UpdateAppInstanceUserEndpointCommand.ts | 14 +-
.../package.json | 42 +-
.../CreateMediaCapturePipelineCommand.ts | 14 +-
...CreateMediaConcatenationPipelineCommand.ts | 14 +-
.../CreateMediaInsightsPipelineCommand.ts | 14 +-
...diaInsightsPipelineConfigurationCommand.ts | 14 +-
...CreateMediaLiveConnectorPipelineCommand.ts | 14 +-
...iaPipelineKinesisVideoStreamPoolCommand.ts | 14 +-
.../CreateMediaStreamPipelineCommand.ts | 14 +-
.../DeleteMediaCapturePipelineCommand.ts | 14 +-
...diaInsightsPipelineConfigurationCommand.ts | 14 +-
.../commands/DeleteMediaPipelineCommand.ts | 14 +-
...iaPipelineKinesisVideoStreamPoolCommand.ts | 14 +-
.../GetMediaCapturePipelineCommand.ts | 14 +-
...diaInsightsPipelineConfigurationCommand.ts | 14 +-
.../src/commands/GetMediaPipelineCommand.ts | 14 +-
...iaPipelineKinesisVideoStreamPoolCommand.ts | 14 +-
.../commands/GetSpeakerSearchTaskCommand.ts | 14 +-
.../GetVoiceToneAnalysisTaskCommand.ts | 14 +-
.../ListMediaCapturePipelinesCommand.ts | 14 +-
...iaInsightsPipelineConfigurationsCommand.ts | 14 +-
...aPipelineKinesisVideoStreamPoolsCommand.ts | 14 +-
.../src/commands/ListMediaPipelinesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/StartSpeakerSearchTaskCommand.ts | 14 +-
.../StartVoiceToneAnalysisTaskCommand.ts | 14 +-
.../commands/StopSpeakerSearchTaskCommand.ts | 14 +-
.../StopVoiceToneAnalysisTaskCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
...diaInsightsPipelineConfigurationCommand.ts | 14 +-
...pdateMediaInsightsPipelineStatusCommand.ts | 14 +-
...iaPipelineKinesisVideoStreamPoolCommand.ts | 14 +-
.../client-chime-sdk-meetings/package.json | 42 +-
.../commands/BatchCreateAttendeeCommand.ts | 14 +-
...UpdateAttendeeCapabilitiesExceptCommand.ts | 14 +-
.../src/commands/CreateAttendeeCommand.ts | 14 +-
.../src/commands/CreateMeetingCommand.ts | 14 +-
.../CreateMeetingWithAttendeesCommand.ts | 14 +-
.../src/commands/DeleteAttendeeCommand.ts | 14 +-
.../src/commands/DeleteMeetingCommand.ts | 14 +-
.../src/commands/GetAttendeeCommand.ts | 14 +-
.../src/commands/GetMeetingCommand.ts | 14 +-
.../src/commands/ListAttendeesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../StartMeetingTranscriptionCommand.ts | 14 +-
.../StopMeetingTranscriptionCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateAttendeeCapabilitiesCommand.ts | 14 +-
.../client-chime-sdk-messaging/package.json | 42 +-
.../commands/AssociateChannelFlowCommand.ts | 14 +-
.../BatchCreateChannelMembershipCommand.ts | 14 +-
.../commands/ChannelFlowCallbackCommand.ts | 14 +-
.../src/commands/CreateChannelBanCommand.ts | 14 +-
.../src/commands/CreateChannelCommand.ts | 14 +-
.../src/commands/CreateChannelFlowCommand.ts | 14 +-
.../CreateChannelMembershipCommand.ts | 14 +-
.../commands/CreateChannelModeratorCommand.ts | 14 +-
.../src/commands/DeleteChannelBanCommand.ts | 14 +-
.../src/commands/DeleteChannelCommand.ts | 14 +-
.../src/commands/DeleteChannelFlowCommand.ts | 14 +-
.../DeleteChannelMembershipCommand.ts | 14 +-
.../commands/DeleteChannelMessageCommand.ts | 14 +-
.../commands/DeleteChannelModeratorCommand.ts | 14 +-
...MessagingStreamingConfigurationsCommand.ts | 14 +-
.../src/commands/DescribeChannelBanCommand.ts | 14 +-
.../src/commands/DescribeChannelCommand.ts | 14 +-
.../commands/DescribeChannelFlowCommand.ts | 14 +-
.../DescribeChannelMembershipCommand.ts | 14 +-
...nnelMembershipForAppInstanceUserCommand.ts | 14 +-
...hannelModeratedByAppInstanceUserCommand.ts | 14 +-
.../DescribeChannelModeratorCommand.ts | 14 +-
.../DisassociateChannelFlowCommand.ts | 14 +-
.../GetChannelMembershipPreferencesCommand.ts | 14 +-
.../src/commands/GetChannelMessageCommand.ts | 14 +-
.../GetChannelMessageStatusCommand.ts | 14 +-
.../GetMessagingSessionEndpointCommand.ts | 14 +-
...MessagingStreamingConfigurationsCommand.ts | 14 +-
.../src/commands/ListChannelBansCommand.ts | 14 +-
.../src/commands/ListChannelFlowsCommand.ts | 14 +-
.../commands/ListChannelMembershipsCommand.ts | 14 +-
...nelMembershipsForAppInstanceUserCommand.ts | 14 +-
.../commands/ListChannelMessagesCommand.ts | 14 +-
.../commands/ListChannelModeratorsCommand.ts | 14 +-
...hannelsAssociatedWithChannelFlowCommand.ts | 14 +-
.../src/commands/ListChannelsCommand.ts | 14 +-
...annelsModeratedByAppInstanceUserCommand.ts | 14 +-
.../src/commands/ListSubChannelsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../PutChannelExpirationSettingsCommand.ts | 14 +-
.../PutChannelMembershipPreferencesCommand.ts | 14 +-
...MessagingStreamingConfigurationsCommand.ts | 14 +-
.../commands/RedactChannelMessageCommand.ts | 14 +-
.../src/commands/SearchChannelsCommand.ts | 14 +-
.../src/commands/SendChannelMessageCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateChannelCommand.ts | 14 +-
.../src/commands/UpdateChannelFlowCommand.ts | 14 +-
.../commands/UpdateChannelMessageCommand.ts | 14 +-
.../UpdateChannelReadMarkerCommand.ts | 14 +-
clients/client-chime-sdk-voice/package.json | 42 +-
...tePhoneNumbersWithVoiceConnectorCommand.ts | 14 +-
...neNumbersWithVoiceConnectorGroupCommand.ts | 14 +-
.../commands/BatchDeletePhoneNumberCommand.ts | 14 +-
.../commands/BatchUpdatePhoneNumberCommand.ts | 14 +-
.../commands/CreatePhoneNumberOrderCommand.ts | 14 +-
.../src/commands/CreateProxySessionCommand.ts | 14 +-
.../CreateSipMediaApplicationCallCommand.ts | 14 +-
.../CreateSipMediaApplicationCommand.ts | 14 +-
.../src/commands/CreateSipRuleCommand.ts | 14 +-
.../commands/CreateVoiceConnectorCommand.ts | 14 +-
.../CreateVoiceConnectorGroupCommand.ts | 14 +-
.../src/commands/CreateVoiceProfileCommand.ts | 14 +-
.../CreateVoiceProfileDomainCommand.ts | 14 +-
.../src/commands/DeletePhoneNumberCommand.ts | 14 +-
.../src/commands/DeleteProxySessionCommand.ts | 14 +-
.../DeleteSipMediaApplicationCommand.ts | 14 +-
.../src/commands/DeleteSipRuleCommand.ts | 14 +-
.../commands/DeleteVoiceConnectorCommand.ts | 14 +-
...torEmergencyCallingConfigurationCommand.ts | 14 +-
.../DeleteVoiceConnectorGroupCommand.ts | 14 +-
.../DeleteVoiceConnectorOriginationCommand.ts | 14 +-
.../DeleteVoiceConnectorProxyCommand.ts | 14 +-
...eConnectorStreamingConfigurationCommand.ts | 14 +-
.../DeleteVoiceConnectorTerminationCommand.ts | 14 +-
...eConnectorTerminationCredentialsCommand.ts | 14 +-
.../src/commands/DeleteVoiceProfileCommand.ts | 14 +-
.../DeleteVoiceProfileDomainCommand.ts | 14 +-
...tePhoneNumbersFromVoiceConnectorCommand.ts | 14 +-
...neNumbersFromVoiceConnectorGroupCommand.ts | 14 +-
.../src/commands/GetGlobalSettingsCommand.ts | 14 +-
.../src/commands/GetPhoneNumberCommand.ts | 14 +-
.../commands/GetPhoneNumberOrderCommand.ts | 14 +-
.../commands/GetPhoneNumberSettingsCommand.ts | 14 +-
.../src/commands/GetProxySessionCommand.ts | 14 +-
...plicationAlexaSkillConfigurationCommand.ts | 14 +-
.../commands/GetSipMediaApplicationCommand.ts | 14 +-
...aApplicationLoggingConfigurationCommand.ts | 14 +-
.../src/commands/GetSipRuleCommand.ts | 14 +-
.../commands/GetSpeakerSearchTaskCommand.ts | 14 +-
.../src/commands/GetVoiceConnectorCommand.ts | 14 +-
...torEmergencyCallingConfigurationCommand.ts | 14 +-
.../commands/GetVoiceConnectorGroupCommand.ts | 14 +-
...iceConnectorLoggingConfigurationCommand.ts | 14 +-
.../GetVoiceConnectorOriginationCommand.ts | 14 +-
.../commands/GetVoiceConnectorProxyCommand.ts | 14 +-
...eConnectorStreamingConfigurationCommand.ts | 14 +-
.../GetVoiceConnectorTerminationCommand.ts | 14 +-
...tVoiceConnectorTerminationHealthCommand.ts | 14 +-
.../src/commands/GetVoiceProfileCommand.ts | 14 +-
.../commands/GetVoiceProfileDomainCommand.ts | 14 +-
.../GetVoiceToneAnalysisTaskCommand.ts | 14 +-
...stAvailableVoiceConnectorRegionsCommand.ts | 14 +-
.../commands/ListPhoneNumberOrdersCommand.ts | 14 +-
.../src/commands/ListPhoneNumbersCommand.ts | 14 +-
.../src/commands/ListProxySessionsCommand.ts | 14 +-
.../ListSipMediaApplicationsCommand.ts | 14 +-
.../src/commands/ListSipRulesCommand.ts | 14 +-
...istSupportedPhoneNumberCountriesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../ListVoiceConnectorGroupsCommand.ts | 14 +-
...eConnectorTerminationCredentialsCommand.ts | 14 +-
.../commands/ListVoiceConnectorsCommand.ts | 14 +-
.../ListVoiceProfileDomainsCommand.ts | 14 +-
.../src/commands/ListVoiceProfilesCommand.ts | 14 +-
...plicationAlexaSkillConfigurationCommand.ts | 14 +-
...aApplicationLoggingConfigurationCommand.ts | 14 +-
...torEmergencyCallingConfigurationCommand.ts | 14 +-
...iceConnectorLoggingConfigurationCommand.ts | 14 +-
.../PutVoiceConnectorOriginationCommand.ts | 14 +-
.../commands/PutVoiceConnectorProxyCommand.ts | 14 +-
...eConnectorStreamingConfigurationCommand.ts | 14 +-
.../PutVoiceConnectorTerminationCommand.ts | 14 +-
...eConnectorTerminationCredentialsCommand.ts | 14 +-
.../src/commands/RestorePhoneNumberCommand.ts | 14 +-
.../SearchAvailablePhoneNumbersCommand.ts | 14 +-
.../commands/StartSpeakerSearchTaskCommand.ts | 14 +-
.../StartVoiceToneAnalysisTaskCommand.ts | 14 +-
.../commands/StopSpeakerSearchTaskCommand.ts | 14 +-
.../StopVoiceToneAnalysisTaskCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateGlobalSettingsCommand.ts | 14 +-
.../src/commands/UpdatePhoneNumberCommand.ts | 14 +-
.../UpdatePhoneNumberSettingsCommand.ts | 14 +-
.../src/commands/UpdateProxySessionCommand.ts | 14 +-
.../UpdateSipMediaApplicationCallCommand.ts | 14 +-
.../UpdateSipMediaApplicationCommand.ts | 14 +-
.../src/commands/UpdateSipRuleCommand.ts | 14 +-
.../commands/UpdateVoiceConnectorCommand.ts | 14 +-
.../UpdateVoiceConnectorGroupCommand.ts | 14 +-
.../src/commands/UpdateVoiceProfileCommand.ts | 14 +-
.../UpdateVoiceProfileDomainCommand.ts | 14 +-
.../commands/ValidateE911AddressCommand.ts | 14 +-
clients/client-chime/package.json | 42 +-
.../AssociatePhoneNumberWithUserCommand.ts | 14 +-
...tePhoneNumbersWithVoiceConnectorCommand.ts | 14 +-
...neNumbersWithVoiceConnectorGroupCommand.ts | 14 +-
...eSigninDelegateGroupsWithAccountCommand.ts | 14 +-
.../commands/BatchCreateAttendeeCommand.ts | 14 +-
.../BatchCreateChannelMembershipCommand.ts | 14 +-
.../BatchCreateRoomMembershipCommand.ts | 14 +-
.../commands/BatchDeletePhoneNumberCommand.ts | 14 +-
.../src/commands/BatchSuspendUserCommand.ts | 14 +-
.../src/commands/BatchUnsuspendUserCommand.ts | 14 +-
.../commands/BatchUpdatePhoneNumberCommand.ts | 14 +-
.../src/commands/BatchUpdateUserCommand.ts | 14 +-
.../src/commands/CreateAccountCommand.ts | 14 +-
.../commands/CreateAppInstanceAdminCommand.ts | 14 +-
.../src/commands/CreateAppInstanceCommand.ts | 14 +-
.../commands/CreateAppInstanceUserCommand.ts | 14 +-
.../src/commands/CreateAttendeeCommand.ts | 14 +-
.../src/commands/CreateBotCommand.ts | 14 +-
.../src/commands/CreateChannelBanCommand.ts | 14 +-
.../src/commands/CreateChannelCommand.ts | 14 +-
.../CreateChannelMembershipCommand.ts | 14 +-
.../commands/CreateChannelModeratorCommand.ts | 14 +-
.../CreateMediaCapturePipelineCommand.ts | 14 +-
.../src/commands/CreateMeetingCommand.ts | 14 +-
.../commands/CreateMeetingDialOutCommand.ts | 14 +-
.../CreateMeetingWithAttendeesCommand.ts | 14 +-
.../commands/CreatePhoneNumberOrderCommand.ts | 14 +-
.../src/commands/CreateProxySessionCommand.ts | 14 +-
.../src/commands/CreateRoomCommand.ts | 14 +-
.../commands/CreateRoomMembershipCommand.ts | 14 +-
.../CreateSipMediaApplicationCallCommand.ts | 14 +-
.../CreateSipMediaApplicationCommand.ts | 14 +-
.../src/commands/CreateSipRuleCommand.ts | 14 +-
.../src/commands/CreateUserCommand.ts | 14 +-
.../commands/CreateVoiceConnectorCommand.ts | 14 +-
.../CreateVoiceConnectorGroupCommand.ts | 14 +-
.../src/commands/DeleteAccountCommand.ts | 14 +-
.../commands/DeleteAppInstanceAdminCommand.ts | 14 +-
.../src/commands/DeleteAppInstanceCommand.ts | 14 +-
...pInstanceStreamingConfigurationsCommand.ts | 14 +-
.../commands/DeleteAppInstanceUserCommand.ts | 14 +-
.../src/commands/DeleteAttendeeCommand.ts | 14 +-
.../src/commands/DeleteChannelBanCommand.ts | 14 +-
.../src/commands/DeleteChannelCommand.ts | 14 +-
.../DeleteChannelMembershipCommand.ts | 14 +-
.../commands/DeleteChannelMessageCommand.ts | 14 +-
.../commands/DeleteChannelModeratorCommand.ts | 14 +-
.../DeleteEventsConfigurationCommand.ts | 14 +-
.../DeleteMediaCapturePipelineCommand.ts | 14 +-
.../src/commands/DeleteMeetingCommand.ts | 14 +-
.../src/commands/DeletePhoneNumberCommand.ts | 14 +-
.../src/commands/DeleteProxySessionCommand.ts | 14 +-
.../src/commands/DeleteRoomCommand.ts | 14 +-
.../commands/DeleteRoomMembershipCommand.ts | 14 +-
.../DeleteSipMediaApplicationCommand.ts | 14 +-
.../src/commands/DeleteSipRuleCommand.ts | 14 +-
.../commands/DeleteVoiceConnectorCommand.ts | 14 +-
...torEmergencyCallingConfigurationCommand.ts | 14 +-
.../DeleteVoiceConnectorGroupCommand.ts | 14 +-
.../DeleteVoiceConnectorOriginationCommand.ts | 14 +-
.../DeleteVoiceConnectorProxyCommand.ts | 14 +-
...eConnectorStreamingConfigurationCommand.ts | 14 +-
.../DeleteVoiceConnectorTerminationCommand.ts | 14 +-
...eConnectorTerminationCredentialsCommand.ts | 14 +-
.../DescribeAppInstanceAdminCommand.ts | 14 +-
.../commands/DescribeAppInstanceCommand.ts | 14 +-
.../DescribeAppInstanceUserCommand.ts | 14 +-
.../src/commands/DescribeChannelBanCommand.ts | 14 +-
.../src/commands/DescribeChannelCommand.ts | 14 +-
.../DescribeChannelMembershipCommand.ts | 14 +-
...nnelMembershipForAppInstanceUserCommand.ts | 14 +-
...hannelModeratedByAppInstanceUserCommand.ts | 14 +-
.../DescribeChannelModeratorCommand.ts | 14 +-
.../DisassociatePhoneNumberFromUserCommand.ts | 14 +-
...tePhoneNumbersFromVoiceConnectorCommand.ts | 14 +-
...neNumbersFromVoiceConnectorGroupCommand.ts | 14 +-
...eSigninDelegateGroupsFromAccountCommand.ts | 14 +-
.../src/commands/GetAccountCommand.ts | 14 +-
.../src/commands/GetAccountSettingsCommand.ts | 14 +-
.../GetAppInstanceRetentionSettingsCommand.ts | 14 +-
...pInstanceStreamingConfigurationsCommand.ts | 14 +-
.../src/commands/GetAttendeeCommand.ts | 14 +-
.../src/commands/GetBotCommand.ts | 14 +-
.../src/commands/GetChannelMessageCommand.ts | 14 +-
.../commands/GetEventsConfigurationCommand.ts | 14 +-
.../src/commands/GetGlobalSettingsCommand.ts | 14 +-
.../GetMediaCapturePipelineCommand.ts | 14 +-
.../src/commands/GetMeetingCommand.ts | 14 +-
.../GetMessagingSessionEndpointCommand.ts | 14 +-
.../src/commands/GetPhoneNumberCommand.ts | 14 +-
.../commands/GetPhoneNumberOrderCommand.ts | 14 +-
.../commands/GetPhoneNumberSettingsCommand.ts | 14 +-
.../src/commands/GetProxySessionCommand.ts | 14 +-
.../commands/GetRetentionSettingsCommand.ts | 14 +-
.../src/commands/GetRoomCommand.ts | 14 +-
.../commands/GetSipMediaApplicationCommand.ts | 14 +-
...aApplicationLoggingConfigurationCommand.ts | 14 +-
.../src/commands/GetSipRuleCommand.ts | 14 +-
.../src/commands/GetUserCommand.ts | 14 +-
.../src/commands/GetUserSettingsCommand.ts | 14 +-
.../src/commands/GetVoiceConnectorCommand.ts | 14 +-
...torEmergencyCallingConfigurationCommand.ts | 14 +-
.../commands/GetVoiceConnectorGroupCommand.ts | 14 +-
...iceConnectorLoggingConfigurationCommand.ts | 14 +-
.../GetVoiceConnectorOriginationCommand.ts | 14 +-
.../commands/GetVoiceConnectorProxyCommand.ts | 14 +-
...eConnectorStreamingConfigurationCommand.ts | 14 +-
.../GetVoiceConnectorTerminationCommand.ts | 14 +-
...tVoiceConnectorTerminationHealthCommand.ts | 14 +-
.../src/commands/InviteUsersCommand.ts | 14 +-
.../src/commands/ListAccountsCommand.ts | 14 +-
.../commands/ListAppInstanceAdminsCommand.ts | 14 +-
.../commands/ListAppInstanceUsersCommand.ts | 14 +-
.../src/commands/ListAppInstancesCommand.ts | 14 +-
.../src/commands/ListAttendeeTagsCommand.ts | 14 +-
.../src/commands/ListAttendeesCommand.ts | 14 +-
.../src/commands/ListBotsCommand.ts | 14 +-
.../src/commands/ListChannelBansCommand.ts | 14 +-
.../commands/ListChannelMembershipsCommand.ts | 14 +-
...nelMembershipsForAppInstanceUserCommand.ts | 14 +-
.../commands/ListChannelMessagesCommand.ts | 14 +-
.../commands/ListChannelModeratorsCommand.ts | 14 +-
.../src/commands/ListChannelsCommand.ts | 14 +-
...annelsModeratedByAppInstanceUserCommand.ts | 14 +-
.../ListMediaCapturePipelinesCommand.ts | 14 +-
.../src/commands/ListMeetingTagsCommand.ts | 14 +-
.../src/commands/ListMeetingsCommand.ts | 14 +-
.../commands/ListPhoneNumberOrdersCommand.ts | 14 +-
.../src/commands/ListPhoneNumbersCommand.ts | 14 +-
.../src/commands/ListProxySessionsCommand.ts | 14 +-
.../commands/ListRoomMembershipsCommand.ts | 14 +-
.../src/commands/ListRoomsCommand.ts | 14 +-
.../ListSipMediaApplicationsCommand.ts | 14 +-
.../src/commands/ListSipRulesCommand.ts | 14 +-
...istSupportedPhoneNumberCountriesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListUsersCommand.ts | 14 +-
.../ListVoiceConnectorGroupsCommand.ts | 14 +-
...eConnectorTerminationCredentialsCommand.ts | 14 +-
.../commands/ListVoiceConnectorsCommand.ts | 14 +-
.../src/commands/LogoutUserCommand.ts | 14 +-
.../PutAppInstanceRetentionSettingsCommand.ts | 14 +-
...pInstanceStreamingConfigurationsCommand.ts | 14 +-
.../commands/PutEventsConfigurationCommand.ts | 14 +-
.../commands/PutRetentionSettingsCommand.ts | 14 +-
...aApplicationLoggingConfigurationCommand.ts | 14 +-
...torEmergencyCallingConfigurationCommand.ts | 14 +-
...iceConnectorLoggingConfigurationCommand.ts | 14 +-
.../PutVoiceConnectorOriginationCommand.ts | 14 +-
.../commands/PutVoiceConnectorProxyCommand.ts | 14 +-
...eConnectorStreamingConfigurationCommand.ts | 14 +-
.../PutVoiceConnectorTerminationCommand.ts | 14 +-
...eConnectorTerminationCredentialsCommand.ts | 14 +-
.../commands/RedactChannelMessageCommand.ts | 14 +-
.../RedactConversationMessageCommand.ts | 14 +-
.../src/commands/RedactRoomMessageCommand.ts | 14 +-
.../RegenerateSecurityTokenCommand.ts | 14 +-
.../src/commands/ResetPersonalPINCommand.ts | 14 +-
.../src/commands/RestorePhoneNumberCommand.ts | 14 +-
.../SearchAvailablePhoneNumbersCommand.ts | 14 +-
.../src/commands/SendChannelMessageCommand.ts | 14 +-
.../StartMeetingTranscriptionCommand.ts | 14 +-
.../StopMeetingTranscriptionCommand.ts | 14 +-
.../src/commands/TagAttendeeCommand.ts | 14 +-
.../src/commands/TagMeetingCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagAttendeeCommand.ts | 14 +-
.../src/commands/UntagMeetingCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAccountCommand.ts | 14 +-
.../commands/UpdateAccountSettingsCommand.ts | 14 +-
.../src/commands/UpdateAppInstanceCommand.ts | 14 +-
.../commands/UpdateAppInstanceUserCommand.ts | 14 +-
.../src/commands/UpdateBotCommand.ts | 14 +-
.../src/commands/UpdateChannelCommand.ts | 14 +-
.../commands/UpdateChannelMessageCommand.ts | 14 +-
.../UpdateChannelReadMarkerCommand.ts | 14 +-
.../commands/UpdateGlobalSettingsCommand.ts | 14 +-
.../src/commands/UpdatePhoneNumberCommand.ts | 14 +-
.../UpdatePhoneNumberSettingsCommand.ts | 14 +-
.../src/commands/UpdateProxySessionCommand.ts | 14 +-
.../src/commands/UpdateRoomCommand.ts | 14 +-
.../commands/UpdateRoomMembershipCommand.ts | 14 +-
.../UpdateSipMediaApplicationCallCommand.ts | 14 +-
.../UpdateSipMediaApplicationCommand.ts | 14 +-
.../src/commands/UpdateSipRuleCommand.ts | 14 +-
.../src/commands/UpdateUserCommand.ts | 14 +-
.../src/commands/UpdateUserSettingsCommand.ts | 14 +-
.../commands/UpdateVoiceConnectorCommand.ts | 14 +-
.../UpdateVoiceConnectorGroupCommand.ts | 14 +-
.../commands/ValidateE911AddressCommand.ts | 14 +-
clients/client-cleanrooms/package.json | 42 +-
...GetCollaborationAnalysisTemplateCommand.ts | 14 +-
.../BatchGetSchemaAnalysisRuleCommand.ts | 14 +-
.../src/commands/BatchGetSchemaCommand.ts | 14 +-
.../commands/CreateAnalysisTemplateCommand.ts | 14 +-
.../commands/CreateCollaborationCommand.ts | 14 +-
...nfiguredAudienceModelAssociationCommand.ts | 14 +-
...reateConfiguredTableAnalysisRuleCommand.ts | 14 +-
...uredTableAssociationAnalysisRuleCommand.ts | 14 +-
...CreateConfiguredTableAssociationCommand.ts | 14 +-
.../commands/CreateConfiguredTableCommand.ts | 14 +-
.../commands/CreateIdMappingTableCommand.ts | 14 +-
.../CreateIdNamespaceAssociationCommand.ts | 14 +-
.../src/commands/CreateMembershipCommand.ts | 14 +-
.../CreatePrivacyBudgetTemplateCommand.ts | 14 +-
.../commands/DeleteAnalysisTemplateCommand.ts | 14 +-
.../commands/DeleteCollaborationCommand.ts | 14 +-
...nfiguredAudienceModelAssociationCommand.ts | 14 +-
...eleteConfiguredTableAnalysisRuleCommand.ts | 14 +-
...uredTableAssociationAnalysisRuleCommand.ts | 14 +-
...DeleteConfiguredTableAssociationCommand.ts | 14 +-
.../commands/DeleteConfiguredTableCommand.ts | 14 +-
.../commands/DeleteIdMappingTableCommand.ts | 14 +-
.../DeleteIdNamespaceAssociationCommand.ts | 14 +-
.../src/commands/DeleteMemberCommand.ts | 14 +-
.../src/commands/DeleteMembershipCommand.ts | 14 +-
.../DeletePrivacyBudgetTemplateCommand.ts | 14 +-
.../commands/GetAnalysisTemplateCommand.ts | 14 +-
...GetCollaborationAnalysisTemplateCommand.ts | 14 +-
.../src/commands/GetCollaborationCommand.ts | 14 +-
...nfiguredAudienceModelAssociationCommand.ts | 14 +-
...laborationIdNamespaceAssociationCommand.ts | 14 +-
...llaborationPrivacyBudgetTemplateCommand.ts | 14 +-
...nfiguredAudienceModelAssociationCommand.ts | 14 +-
.../GetConfiguredTableAnalysisRuleCommand.ts | 14 +-
...uredTableAssociationAnalysisRuleCommand.ts | 14 +-
.../GetConfiguredTableAssociationCommand.ts | 14 +-
.../src/commands/GetConfiguredTableCommand.ts | 14 +-
.../src/commands/GetIdMappingTableCommand.ts | 14 +-
.../GetIdNamespaceAssociationCommand.ts | 14 +-
.../src/commands/GetMembershipCommand.ts | 14 +-
.../GetPrivacyBudgetTemplateCommand.ts | 14 +-
.../src/commands/GetProtectedQueryCommand.ts | 14 +-
.../commands/GetSchemaAnalysisRuleCommand.ts | 14 +-
.../src/commands/GetSchemaCommand.ts | 14 +-
.../commands/ListAnalysisTemplatesCommand.ts | 14 +-
...stCollaborationAnalysisTemplatesCommand.ts | 14 +-
...figuredAudienceModelAssociationsCommand.ts | 14 +-
...aborationIdNamespaceAssociationsCommand.ts | 14 +-
...laborationPrivacyBudgetTemplatesCommand.ts | 14 +-
.../ListCollaborationPrivacyBudgetsCommand.ts | 14 +-
.../src/commands/ListCollaborationsCommand.ts | 14 +-
...figuredAudienceModelAssociationsCommand.ts | 14 +-
.../ListConfiguredTableAssociationsCommand.ts | 14 +-
.../commands/ListConfiguredTablesCommand.ts | 14 +-
.../commands/ListIdMappingTablesCommand.ts | 14 +-
.../ListIdNamespaceAssociationsCommand.ts | 14 +-
.../src/commands/ListMembersCommand.ts | 14 +-
.../src/commands/ListMembershipsCommand.ts | 14 +-
.../ListPrivacyBudgetTemplatesCommand.ts | 14 +-
.../src/commands/ListPrivacyBudgetsCommand.ts | 14 +-
.../commands/ListProtectedQueriesCommand.ts | 14 +-
.../src/commands/ListSchemasCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/PopulateIdMappingTableCommand.ts | 14 +-
.../commands/PreviewPrivacyImpactCommand.ts | 14 +-
.../commands/StartProtectedQueryCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateAnalysisTemplateCommand.ts | 14 +-
.../commands/UpdateCollaborationCommand.ts | 14 +-
...nfiguredAudienceModelAssociationCommand.ts | 14 +-
...pdateConfiguredTableAnalysisRuleCommand.ts | 14 +-
...uredTableAssociationAnalysisRuleCommand.ts | 14 +-
...UpdateConfiguredTableAssociationCommand.ts | 14 +-
.../commands/UpdateConfiguredTableCommand.ts | 14 +-
.../commands/UpdateIdMappingTableCommand.ts | 14 +-
.../UpdateIdNamespaceAssociationCommand.ts | 14 +-
.../src/commands/UpdateMembershipCommand.ts | 14 +-
.../UpdatePrivacyBudgetTemplateCommand.ts | 14 +-
.../commands/UpdateProtectedQueryCommand.ts | 14 +-
clients/client-cleanroomsml/package.json | 42 +-
.../commands/CreateAudienceModelCommand.ts | 14 +-
.../CreateConfiguredAudienceModelCommand.ts | 14 +-
.../commands/CreateTrainingDatasetCommand.ts | 14 +-
.../DeleteAudienceGenerationJobCommand.ts | 14 +-
.../commands/DeleteAudienceModelCommand.ts | 14 +-
.../DeleteConfiguredAudienceModelCommand.ts | 14 +-
...eteConfiguredAudienceModelPolicyCommand.ts | 14 +-
.../commands/DeleteTrainingDatasetCommand.ts | 14 +-
.../GetAudienceGenerationJobCommand.ts | 14 +-
.../src/commands/GetAudienceModelCommand.ts | 14 +-
.../GetConfiguredAudienceModelCommand.ts | 14 +-
...GetConfiguredAudienceModelPolicyCommand.ts | 14 +-
.../src/commands/GetTrainingDatasetCommand.ts | 14 +-
.../commands/ListAudienceExportJobsCommand.ts | 14 +-
.../ListAudienceGenerationJobsCommand.ts | 14 +-
.../src/commands/ListAudienceModelsCommand.ts | 14 +-
.../ListConfiguredAudienceModelsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/ListTrainingDatasetsCommand.ts | 14 +-
...PutConfiguredAudienceModelPolicyCommand.ts | 14 +-
.../commands/StartAudienceExportJobCommand.ts | 14 +-
.../StartAudienceGenerationJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateConfiguredAudienceModelCommand.ts | 14 +-
clients/client-cloud9/package.json | 42 +-
.../commands/CreateEnvironmentEC2Command.ts | 14 +-
.../CreateEnvironmentMembershipCommand.ts | 14 +-
.../src/commands/DeleteEnvironmentCommand.ts | 14 +-
.../DeleteEnvironmentMembershipCommand.ts | 14 +-
.../DescribeEnvironmentMembershipsCommand.ts | 14 +-
.../DescribeEnvironmentStatusCommand.ts | 14 +-
.../commands/DescribeEnvironmentsCommand.ts | 14 +-
.../src/commands/ListEnvironmentsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateEnvironmentCommand.ts | 14 +-
.../UpdateEnvironmentMembershipCommand.ts | 14 +-
clients/client-cloudcontrol/package.json | 44 +-
.../commands/CancelResourceRequestCommand.ts | 14 +-
.../src/commands/CreateResourceCommand.ts | 14 +-
.../src/commands/DeleteResourceCommand.ts | 14 +-
.../src/commands/GetResourceCommand.ts | 14 +-
.../GetResourceRequestStatusCommand.ts | 14 +-
.../commands/ListResourceRequestsCommand.ts | 14 +-
.../src/commands/ListResourcesCommand.ts | 14 +-
.../src/commands/UpdateResourceCommand.ts | 14 +-
clients/client-clouddirectory/package.json | 42 +-
.../src/commands/AddFacetToObjectCommand.ts | 14 +-
.../src/commands/ApplySchemaCommand.ts | 14 +-
.../src/commands/AttachObjectCommand.ts | 14 +-
.../src/commands/AttachPolicyCommand.ts | 14 +-
.../src/commands/AttachToIndexCommand.ts | 14 +-
.../src/commands/AttachTypedLinkCommand.ts | 14 +-
.../src/commands/BatchReadCommand.ts | 14 +-
.../src/commands/BatchWriteCommand.ts | 14 +-
.../src/commands/CreateDirectoryCommand.ts | 14 +-
.../src/commands/CreateFacetCommand.ts | 14 +-
.../src/commands/CreateIndexCommand.ts | 14 +-
.../src/commands/CreateObjectCommand.ts | 14 +-
.../src/commands/CreateSchemaCommand.ts | 14 +-
.../commands/CreateTypedLinkFacetCommand.ts | 14 +-
.../src/commands/DeleteDirectoryCommand.ts | 14 +-
.../src/commands/DeleteFacetCommand.ts | 14 +-
.../src/commands/DeleteObjectCommand.ts | 14 +-
.../src/commands/DeleteSchemaCommand.ts | 14 +-
.../commands/DeleteTypedLinkFacetCommand.ts | 14 +-
.../src/commands/DetachFromIndexCommand.ts | 14 +-
.../src/commands/DetachObjectCommand.ts | 14 +-
.../src/commands/DetachPolicyCommand.ts | 14 +-
.../src/commands/DetachTypedLinkCommand.ts | 14 +-
.../src/commands/DisableDirectoryCommand.ts | 14 +-
.../src/commands/EnableDirectoryCommand.ts | 14 +-
.../GetAppliedSchemaVersionCommand.ts | 14 +-
.../src/commands/GetDirectoryCommand.ts | 14 +-
.../src/commands/GetFacetCommand.ts | 14 +-
.../src/commands/GetLinkAttributesCommand.ts | 14 +-
.../commands/GetObjectAttributesCommand.ts | 14 +-
.../commands/GetObjectInformationCommand.ts | 14 +-
.../src/commands/GetSchemaAsJsonCommand.ts | 14 +-
.../GetTypedLinkFacetInformationCommand.ts | 14 +-
.../commands/ListAppliedSchemaArnsCommand.ts | 14 +-
.../commands/ListAttachedIndicesCommand.ts | 14 +-
.../ListDevelopmentSchemaArnsCommand.ts | 14 +-
.../src/commands/ListDirectoriesCommand.ts | 14 +-
.../commands/ListFacetAttributesCommand.ts | 14 +-
.../src/commands/ListFacetNamesCommand.ts | 14 +-
.../commands/ListIncomingTypedLinksCommand.ts | 14 +-
.../src/commands/ListIndexCommand.ts | 14 +-
.../commands/ListManagedSchemaArnsCommand.ts | 14 +-
.../commands/ListObjectAttributesCommand.ts | 14 +-
.../src/commands/ListObjectChildrenCommand.ts | 14 +-
.../commands/ListObjectParentPathsCommand.ts | 14 +-
.../src/commands/ListObjectParentsCommand.ts | 14 +-
.../src/commands/ListObjectPoliciesCommand.ts | 14 +-
.../commands/ListOutgoingTypedLinksCommand.ts | 14 +-
.../commands/ListPolicyAttachmentsCommand.ts | 14 +-
.../ListPublishedSchemaArnsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../ListTypedLinkFacetAttributesCommand.ts | 14 +-
.../ListTypedLinkFacetNamesCommand.ts | 14 +-
.../src/commands/LookupPolicyCommand.ts | 14 +-
.../src/commands/PublishSchemaCommand.ts | 14 +-
.../src/commands/PutSchemaFromJsonCommand.ts | 14 +-
.../commands/RemoveFacetFromObjectCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateFacetCommand.ts | 14 +-
.../commands/UpdateLinkAttributesCommand.ts | 14 +-
.../commands/UpdateObjectAttributesCommand.ts | 14 +-
.../src/commands/UpdateSchemaCommand.ts | 14 +-
.../commands/UpdateTypedLinkFacetCommand.ts | 14 +-
.../commands/UpgradeAppliedSchemaCommand.ts | 14 +-
.../commands/UpgradePublishedSchemaCommand.ts | 14 +-
clients/client-cloudformation/package.json | 44 +-
.../ActivateOrganizationsAccessCommand.ts | 14 +-
.../src/commands/ActivateTypeCommand.ts | 14 +-
.../BatchDescribeTypeConfigurationsCommand.ts | 14 +-
.../src/commands/CancelUpdateStackCommand.ts | 14 +-
.../commands/ContinueUpdateRollbackCommand.ts | 14 +-
.../src/commands/CreateChangeSetCommand.ts | 14 +-
.../CreateGeneratedTemplateCommand.ts | 14 +-
.../src/commands/CreateStackCommand.ts | 14 +-
.../commands/CreateStackInstancesCommand.ts | 14 +-
.../src/commands/CreateStackSetCommand.ts | 14 +-
.../DeactivateOrganizationsAccessCommand.ts | 14 +-
.../src/commands/DeactivateTypeCommand.ts | 14 +-
.../src/commands/DeleteChangeSetCommand.ts | 14 +-
.../DeleteGeneratedTemplateCommand.ts | 14 +-
.../src/commands/DeleteStackCommand.ts | 14 +-
.../commands/DeleteStackInstancesCommand.ts | 14 +-
.../src/commands/DeleteStackSetCommand.ts | 14 +-
.../src/commands/DeregisterTypeCommand.ts | 14 +-
.../commands/DescribeAccountLimitsCommand.ts | 14 +-
.../src/commands/DescribeChangeSetCommand.ts | 14 +-
.../commands/DescribeChangeSetHooksCommand.ts | 14 +-
.../DescribeGeneratedTemplateCommand.ts | 14 +-
.../DescribeOrganizationsAccessCommand.ts | 14 +-
.../src/commands/DescribePublisherCommand.ts | 14 +-
.../commands/DescribeResourceScanCommand.ts | 14 +-
...escribeStackDriftDetectionStatusCommand.ts | 14 +-
.../commands/DescribeStackEventsCommand.ts | 14 +-
.../commands/DescribeStackInstanceCommand.ts | 14 +-
.../commands/DescribeStackResourceCommand.ts | 14 +-
.../DescribeStackResourceDriftsCommand.ts | 14 +-
.../commands/DescribeStackResourcesCommand.ts | 14 +-
.../src/commands/DescribeStackSetCommand.ts | 14 +-
.../DescribeStackSetOperationCommand.ts | 14 +-
.../src/commands/DescribeStacksCommand.ts | 14 +-
.../src/commands/DescribeTypeCommand.ts | 14 +-
.../DescribeTypeRegistrationCommand.ts | 14 +-
.../src/commands/DetectStackDriftCommand.ts | 14 +-
.../DetectStackResourceDriftCommand.ts | 14 +-
.../commands/DetectStackSetDriftCommand.ts | 14 +-
.../commands/EstimateTemplateCostCommand.ts | 14 +-
.../src/commands/ExecuteChangeSetCommand.ts | 14 +-
.../commands/GetGeneratedTemplateCommand.ts | 14 +-
.../src/commands/GetStackPolicyCommand.ts | 14 +-
.../src/commands/GetTemplateCommand.ts | 14 +-
.../src/commands/GetTemplateSummaryCommand.ts | 14 +-
.../commands/ImportStacksToStackSetCommand.ts | 14 +-
.../src/commands/ListChangeSetsCommand.ts | 14 +-
.../src/commands/ListExportsCommand.ts | 14 +-
.../commands/ListGeneratedTemplatesCommand.ts | 14 +-
.../src/commands/ListImportsCommand.ts | 14 +-
...ListResourceScanRelatedResourcesCommand.ts | 14 +-
.../ListResourceScanResourcesCommand.ts | 14 +-
.../src/commands/ListResourceScansCommand.ts | 14 +-
.../ListStackInstanceResourceDriftsCommand.ts | 14 +-
.../src/commands/ListStackInstancesCommand.ts | 14 +-
.../src/commands/ListStackResourcesCommand.ts | 14 +-
...istStackSetAutoDeploymentTargetsCommand.ts | 14 +-
.../ListStackSetOperationResultsCommand.ts | 14 +-
.../commands/ListStackSetOperationsCommand.ts | 14 +-
.../src/commands/ListStackSetsCommand.ts | 14 +-
.../src/commands/ListStacksCommand.ts | 14 +-
.../commands/ListTypeRegistrationsCommand.ts | 14 +-
.../src/commands/ListTypeVersionsCommand.ts | 14 +-
.../src/commands/ListTypesCommand.ts | 14 +-
.../src/commands/PublishTypeCommand.ts | 14 +-
.../commands/RecordHandlerProgressCommand.ts | 14 +-
.../src/commands/RegisterPublisherCommand.ts | 14 +-
.../src/commands/RegisterTypeCommand.ts | 14 +-
.../src/commands/RollbackStackCommand.ts | 14 +-
.../src/commands/SetStackPolicyCommand.ts | 14 +-
.../commands/SetTypeConfigurationCommand.ts | 14 +-
.../commands/SetTypeDefaultVersionCommand.ts | 14 +-
.../src/commands/SignalResourceCommand.ts | 14 +-
.../src/commands/StartResourceScanCommand.ts | 14 +-
.../commands/StopStackSetOperationCommand.ts | 14 +-
.../src/commands/TestTypeCommand.ts | 14 +-
.../UpdateGeneratedTemplateCommand.ts | 14 +-
.../src/commands/UpdateStackCommand.ts | 14 +-
.../commands/UpdateStackInstancesCommand.ts | 14 +-
.../src/commands/UpdateStackSetCommand.ts | 14 +-
.../UpdateTerminationProtectionCommand.ts | 14 +-
.../src/commands/ValidateTemplateCommand.ts | 14 +-
.../package.json | 42 +-
.../src/commands/DeleteKeyCommand.ts | 14 +-
.../commands/DescribeKeyValueStoreCommand.ts | 14 +-
.../src/commands/GetKeyCommand.ts | 14 +-
.../src/commands/ListKeysCommand.ts | 14 +-
.../src/commands/PutKeyCommand.ts | 14 +-
.../src/commands/UpdateKeysCommand.ts | 14 +-
clients/client-cloudfront/package.json | 46 +-
.../src/commands/AssociateAliasCommand.ts | 14 +-
.../src/commands/CopyDistributionCommand.ts | 14 +-
.../src/commands/CreateCachePolicyCommand.ts | 14 +-
...teCloudFrontOriginAccessIdentityCommand.ts | 14 +-
...CreateContinuousDeploymentPolicyCommand.ts | 14 +-
.../src/commands/CreateDistributionCommand.ts | 14 +-
.../CreateDistributionWithTagsCommand.ts | 14 +-
...CreateFieldLevelEncryptionConfigCommand.ts | 14 +-
...reateFieldLevelEncryptionProfileCommand.ts | 14 +-
.../src/commands/CreateFunctionCommand.ts | 14 +-
.../src/commands/CreateInvalidationCommand.ts | 14 +-
.../src/commands/CreateKeyGroupCommand.ts | 14 +-
.../commands/CreateKeyValueStoreCommand.ts | 14 +-
.../CreateMonitoringSubscriptionCommand.ts | 14 +-
.../CreateOriginAccessControlCommand.ts | 14 +-
.../CreateOriginRequestPolicyCommand.ts | 14 +-
.../src/commands/CreatePublicKeyCommand.ts | 14 +-
.../CreateRealtimeLogConfigCommand.ts | 14 +-
.../CreateResponseHeadersPolicyCommand.ts | 14 +-
.../CreateStreamingDistributionCommand.ts | 14 +-
...ateStreamingDistributionWithTagsCommand.ts | 14 +-
.../src/commands/DeleteCachePolicyCommand.ts | 14 +-
...teCloudFrontOriginAccessIdentityCommand.ts | 14 +-
...DeleteContinuousDeploymentPolicyCommand.ts | 14 +-
.../src/commands/DeleteDistributionCommand.ts | 14 +-
...DeleteFieldLevelEncryptionConfigCommand.ts | 14 +-
...eleteFieldLevelEncryptionProfileCommand.ts | 14 +-
.../src/commands/DeleteFunctionCommand.ts | 14 +-
.../src/commands/DeleteKeyGroupCommand.ts | 14 +-
.../commands/DeleteKeyValueStoreCommand.ts | 14 +-
.../DeleteMonitoringSubscriptionCommand.ts | 14 +-
.../DeleteOriginAccessControlCommand.ts | 14 +-
.../DeleteOriginRequestPolicyCommand.ts | 14 +-
.../src/commands/DeletePublicKeyCommand.ts | 14 +-
.../DeleteRealtimeLogConfigCommand.ts | 14 +-
.../DeleteResponseHeadersPolicyCommand.ts | 14 +-
.../DeleteStreamingDistributionCommand.ts | 14 +-
.../src/commands/DescribeFunctionCommand.ts | 14 +-
.../commands/DescribeKeyValueStoreCommand.ts | 14 +-
.../src/commands/GetCachePolicyCommand.ts | 14 +-
.../commands/GetCachePolicyConfigCommand.ts | 14 +-
...etCloudFrontOriginAccessIdentityCommand.ts | 14 +-
...dFrontOriginAccessIdentityConfigCommand.ts | 14 +-
.../GetContinuousDeploymentPolicyCommand.ts | 14 +-
...ContinuousDeploymentPolicyConfigCommand.ts | 14 +-
.../src/commands/GetDistributionCommand.ts | 14 +-
.../commands/GetDistributionConfigCommand.ts | 14 +-
.../GetFieldLevelEncryptionCommand.ts | 14 +-
.../GetFieldLevelEncryptionConfigCommand.ts | 14 +-
.../GetFieldLevelEncryptionProfileCommand.ts | 14 +-
...ieldLevelEncryptionProfileConfigCommand.ts | 14 +-
.../src/commands/GetFunctionCommand.ts | 14 +-
.../src/commands/GetInvalidationCommand.ts | 14 +-
.../src/commands/GetKeyGroupCommand.ts | 14 +-
.../src/commands/GetKeyGroupConfigCommand.ts | 14 +-
.../GetMonitoringSubscriptionCommand.ts | 14 +-
.../commands/GetOriginAccessControlCommand.ts | 14 +-
.../GetOriginAccessControlConfigCommand.ts | 14 +-
.../commands/GetOriginRequestPolicyCommand.ts | 14 +-
.../GetOriginRequestPolicyConfigCommand.ts | 14 +-
.../src/commands/GetPublicKeyCommand.ts | 14 +-
.../src/commands/GetPublicKeyConfigCommand.ts | 14 +-
.../commands/GetRealtimeLogConfigCommand.ts | 14 +-
.../GetResponseHeadersPolicyCommand.ts | 14 +-
.../GetResponseHeadersPolicyConfigCommand.ts | 14 +-
.../GetStreamingDistributionCommand.ts | 14 +-
.../GetStreamingDistributionConfigCommand.ts | 14 +-
.../src/commands/ListCachePoliciesCommand.ts | 14 +-
...CloudFrontOriginAccessIdentitiesCommand.ts | 14 +-
.../commands/ListConflictingAliasesCommand.ts | 14 +-
...ListContinuousDeploymentPoliciesCommand.ts | 14 +-
...ListDistributionsByCachePolicyIdCommand.ts | 14 +-
.../ListDistributionsByKeyGroupCommand.ts | 14 +-
...ributionsByOriginRequestPolicyIdCommand.ts | 14 +-
...DistributionsByRealtimeLogConfigCommand.ts | 14 +-
...butionsByResponseHeadersPolicyIdCommand.ts | 14 +-
.../ListDistributionsByWebACLIdCommand.ts | 14 +-
.../src/commands/ListDistributionsCommand.ts | 14 +-
.../ListFieldLevelEncryptionConfigsCommand.ts | 14 +-
...ListFieldLevelEncryptionProfilesCommand.ts | 14 +-
.../src/commands/ListFunctionsCommand.ts | 14 +-
.../src/commands/ListInvalidationsCommand.ts | 14 +-
.../src/commands/ListKeyGroupsCommand.ts | 14 +-
.../src/commands/ListKeyValueStoresCommand.ts | 14 +-
.../ListOriginAccessControlsCommand.ts | 14 +-
.../ListOriginRequestPoliciesCommand.ts | 14 +-
.../src/commands/ListPublicKeysCommand.ts | 14 +-
.../commands/ListRealtimeLogConfigsCommand.ts | 14 +-
.../ListResponseHeadersPoliciesCommand.ts | 14 +-
.../ListStreamingDistributionsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PublishFunctionCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/TestFunctionCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateCachePolicyCommand.ts | 14 +-
...teCloudFrontOriginAccessIdentityCommand.ts | 14 +-
...UpdateContinuousDeploymentPolicyCommand.ts | 14 +-
.../src/commands/UpdateDistributionCommand.ts | 14 +-
...ateDistributionWithStagingConfigCommand.ts | 14 +-
...UpdateFieldLevelEncryptionConfigCommand.ts | 14 +-
...pdateFieldLevelEncryptionProfileCommand.ts | 14 +-
.../src/commands/UpdateFunctionCommand.ts | 14 +-
.../src/commands/UpdateKeyGroupCommand.ts | 14 +-
.../commands/UpdateKeyValueStoreCommand.ts | 14 +-
.../UpdateOriginAccessControlCommand.ts | 14 +-
.../UpdateOriginRequestPolicyCommand.ts | 14 +-
.../src/commands/UpdatePublicKeyCommand.ts | 14 +-
.../UpdateRealtimeLogConfigCommand.ts | 14 +-
.../UpdateResponseHeadersPolicyCommand.ts | 14 +-
.../UpdateStreamingDistributionCommand.ts | 14 +-
clients/client-cloudhsm-v2/package.json | 42 +-
.../src/commands/CopyBackupToRegionCommand.ts | 14 +-
.../src/commands/CreateClusterCommand.ts | 14 +-
.../src/commands/CreateHsmCommand.ts | 14 +-
.../src/commands/DeleteBackupCommand.ts | 14 +-
.../src/commands/DeleteClusterCommand.ts | 14 +-
.../src/commands/DeleteHsmCommand.ts | 14 +-
.../commands/DeleteResourcePolicyCommand.ts | 14 +-
.../src/commands/DescribeBackupsCommand.ts | 14 +-
.../src/commands/DescribeClustersCommand.ts | 14 +-
.../src/commands/GetResourcePolicyCommand.ts | 14 +-
.../src/commands/InitializeClusterCommand.ts | 14 +-
.../src/commands/ListTagsCommand.ts | 14 +-
.../commands/ModifyBackupAttributesCommand.ts | 14 +-
.../src/commands/ModifyClusterCommand.ts | 14 +-
.../src/commands/PutResourcePolicyCommand.ts | 14 +-
.../src/commands/RestoreBackupCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
clients/client-cloudhsm/package.json | 42 +-
.../src/commands/AddTagsToResourceCommand.ts | 14 +-
.../src/commands/CreateHapgCommand.ts | 14 +-
.../src/commands/CreateHsmCommand.ts | 14 +-
.../src/commands/CreateLunaClientCommand.ts | 14 +-
.../src/commands/DeleteHapgCommand.ts | 14 +-
.../src/commands/DeleteHsmCommand.ts | 14 +-
.../src/commands/DeleteLunaClientCommand.ts | 14 +-
.../src/commands/DescribeHapgCommand.ts | 14 +-
.../src/commands/DescribeHsmCommand.ts | 14 +-
.../src/commands/DescribeLunaClientCommand.ts | 14 +-
.../src/commands/GetConfigCommand.ts | 14 +-
.../src/commands/ListAvailableZonesCommand.ts | 14 +-
.../src/commands/ListHapgsCommand.ts | 14 +-
.../src/commands/ListHsmsCommand.ts | 14 +-
.../src/commands/ListLunaClientsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ModifyHapgCommand.ts | 14 +-
.../src/commands/ModifyHsmCommand.ts | 14 +-
.../src/commands/ModifyLunaClientCommand.ts | 14 +-
.../commands/RemoveTagsFromResourceCommand.ts | 14 +-
.../client-cloudsearch-domain/package.json | 42 +-
.../src/commands/SearchCommand.ts | 14 +-
.../src/commands/SuggestCommand.ts | 14 +-
.../src/commands/UploadDocumentsCommand.ts | 14 +-
clients/client-cloudsearch/package.json | 42 +-
.../src/commands/BuildSuggestersCommand.ts | 14 +-
.../src/commands/CreateDomainCommand.ts | 14 +-
.../commands/DefineAnalysisSchemeCommand.ts | 14 +-
.../src/commands/DefineExpressionCommand.ts | 14 +-
.../src/commands/DefineIndexFieldCommand.ts | 14 +-
.../src/commands/DefineSuggesterCommand.ts | 14 +-
.../commands/DeleteAnalysisSchemeCommand.ts | 14 +-
.../src/commands/DeleteDomainCommand.ts | 14 +-
.../src/commands/DeleteExpressionCommand.ts | 14 +-
.../src/commands/DeleteIndexFieldCommand.ts | 14 +-
.../src/commands/DeleteSuggesterCommand.ts | 14 +-
.../DescribeAnalysisSchemesCommand.ts | 14 +-
.../DescribeAvailabilityOptionsCommand.ts | 14 +-
.../DescribeDomainEndpointOptionsCommand.ts | 14 +-
.../src/commands/DescribeDomainsCommand.ts | 14 +-
.../commands/DescribeExpressionsCommand.ts | 14 +-
.../commands/DescribeIndexFieldsCommand.ts | 14 +-
.../DescribeScalingParametersCommand.ts | 14 +-
.../DescribeServiceAccessPoliciesCommand.ts | 14 +-
.../src/commands/DescribeSuggestersCommand.ts | 14 +-
.../src/commands/IndexDocumentsCommand.ts | 14 +-
.../src/commands/ListDomainNamesCommand.ts | 14 +-
.../UpdateAvailabilityOptionsCommand.ts | 14 +-
.../UpdateDomainEndpointOptionsCommand.ts | 14 +-
.../UpdateScalingParametersCommand.ts | 14 +-
.../UpdateServiceAccessPoliciesCommand.ts | 14 +-
clients/client-cloudtrail-data/package.json | 42 +-
.../src/commands/PutAuditEventsCommand.ts | 14 +-
clients/client-cloudtrail/package.json | 42 +-
.../src/commands/AddTagsCommand.ts | 14 +-
.../src/commands/CancelQueryCommand.ts | 14 +-
.../src/commands/CreateChannelCommand.ts | 14 +-
.../commands/CreateEventDataStoreCommand.ts | 14 +-
.../src/commands/CreateTrailCommand.ts | 14 +-
.../src/commands/DeleteChannelCommand.ts | 14 +-
.../commands/DeleteEventDataStoreCommand.ts | 14 +-
.../commands/DeleteResourcePolicyCommand.ts | 14 +-
.../src/commands/DeleteTrailCommand.ts | 14 +-
...gisterOrganizationDelegatedAdminCommand.ts | 14 +-
.../src/commands/DescribeQueryCommand.ts | 14 +-
.../src/commands/DescribeTrailsCommand.ts | 14 +-
.../src/commands/DisableFederationCommand.ts | 14 +-
.../src/commands/EnableFederationCommand.ts | 14 +-
.../src/commands/GetChannelCommand.ts | 14 +-
.../src/commands/GetEventDataStoreCommand.ts | 14 +-
.../src/commands/GetEventSelectorsCommand.ts | 14 +-
.../src/commands/GetImportCommand.ts | 14 +-
.../commands/GetInsightSelectorsCommand.ts | 14 +-
.../src/commands/GetQueryResultsCommand.ts | 14 +-
.../src/commands/GetResourcePolicyCommand.ts | 14 +-
.../src/commands/GetTrailCommand.ts | 14 +-
.../src/commands/GetTrailStatusCommand.ts | 14 +-
.../src/commands/ListChannelsCommand.ts | 14 +-
.../commands/ListEventDataStoresCommand.ts | 14 +-
.../src/commands/ListImportFailuresCommand.ts | 14 +-
.../src/commands/ListImportsCommand.ts | 14 +-
.../commands/ListInsightsMetricDataCommand.ts | 14 +-
.../src/commands/ListPublicKeysCommand.ts | 14 +-
.../src/commands/ListQueriesCommand.ts | 14 +-
.../src/commands/ListTagsCommand.ts | 14 +-
.../src/commands/ListTrailsCommand.ts | 14 +-
.../src/commands/LookupEventsCommand.ts | 14 +-
.../src/commands/PutEventSelectorsCommand.ts | 14 +-
.../commands/PutInsightSelectorsCommand.ts | 14 +-
.../src/commands/PutResourcePolicyCommand.ts | 14 +-
...gisterOrganizationDelegatedAdminCommand.ts | 14 +-
.../src/commands/RemoveTagsCommand.ts | 14 +-
.../commands/RestoreEventDataStoreCommand.ts | 14 +-
.../StartEventDataStoreIngestionCommand.ts | 14 +-
.../src/commands/StartImportCommand.ts | 14 +-
.../src/commands/StartLoggingCommand.ts | 14 +-
.../src/commands/StartQueryCommand.ts | 14 +-
.../StopEventDataStoreIngestionCommand.ts | 14 +-
.../src/commands/StopImportCommand.ts | 14 +-
.../src/commands/StopLoggingCommand.ts | 14 +-
.../src/commands/UpdateChannelCommand.ts | 14 +-
.../commands/UpdateEventDataStoreCommand.ts | 14 +-
.../src/commands/UpdateTrailCommand.ts | 14 +-
clients/client-cloudwatch-events/package.json | 42 +-
.../commands/ActivateEventSourceCommand.ts | 14 +-
.../src/commands/CancelReplayCommand.ts | 14 +-
.../commands/CreateApiDestinationCommand.ts | 14 +-
.../src/commands/CreateArchiveCommand.ts | 14 +-
.../src/commands/CreateConnectionCommand.ts | 14 +-
.../src/commands/CreateEventBusCommand.ts | 14 +-
.../CreatePartnerEventSourceCommand.ts | 14 +-
.../commands/DeactivateEventSourceCommand.ts | 14 +-
.../commands/DeauthorizeConnectionCommand.ts | 14 +-
.../commands/DeleteApiDestinationCommand.ts | 14 +-
.../src/commands/DeleteArchiveCommand.ts | 14 +-
.../src/commands/DeleteConnectionCommand.ts | 14 +-
.../src/commands/DeleteEventBusCommand.ts | 14 +-
.../DeletePartnerEventSourceCommand.ts | 14 +-
.../src/commands/DeleteRuleCommand.ts | 14 +-
.../commands/DescribeApiDestinationCommand.ts | 14 +-
.../src/commands/DescribeArchiveCommand.ts | 14 +-
.../src/commands/DescribeConnectionCommand.ts | 14 +-
.../src/commands/DescribeEventBusCommand.ts | 14 +-
.../commands/DescribeEventSourceCommand.ts | 14 +-
.../DescribePartnerEventSourceCommand.ts | 14 +-
.../src/commands/DescribeReplayCommand.ts | 14 +-
.../src/commands/DescribeRuleCommand.ts | 14 +-
.../src/commands/DisableRuleCommand.ts | 14 +-
.../src/commands/EnableRuleCommand.ts | 14 +-
.../commands/ListApiDestinationsCommand.ts | 14 +-
.../src/commands/ListArchivesCommand.ts | 14 +-
.../src/commands/ListConnectionsCommand.ts | 14 +-
.../src/commands/ListEventBusesCommand.ts | 14 +-
.../src/commands/ListEventSourcesCommand.ts | 14 +-
.../ListPartnerEventSourceAccountsCommand.ts | 14 +-
.../ListPartnerEventSourcesCommand.ts | 14 +-
.../src/commands/ListReplaysCommand.ts | 14 +-
.../commands/ListRuleNamesByTargetCommand.ts | 14 +-
.../src/commands/ListRulesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListTargetsByRuleCommand.ts | 14 +-
.../src/commands/PutEventsCommand.ts | 14 +-
.../src/commands/PutPartnerEventsCommand.ts | 14 +-
.../src/commands/PutPermissionCommand.ts | 14 +-
.../src/commands/PutRuleCommand.ts | 14 +-
.../src/commands/PutTargetsCommand.ts | 14 +-
.../src/commands/RemovePermissionCommand.ts | 14 +-
.../src/commands/RemoveTargetsCommand.ts | 14 +-
.../src/commands/StartReplayCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/TestEventPatternCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateApiDestinationCommand.ts | 14 +-
.../src/commands/UpdateArchiveCommand.ts | 14 +-
.../src/commands/UpdateConnectionCommand.ts | 14 +-
clients/client-cloudwatch-logs/package.json | 48 +-
.../src/commands/AssociateKmsKeyCommand.ts | 14 +-
.../src/commands/CancelExportTaskCommand.ts | 14 +-
.../src/commands/CreateDeliveryCommand.ts | 14 +-
.../src/commands/CreateExportTaskCommand.ts | 14 +-
.../CreateLogAnomalyDetectorCommand.ts | 14 +-
.../src/commands/CreateLogGroupCommand.ts | 14 +-
.../src/commands/CreateLogStreamCommand.ts | 14 +-
.../commands/DeleteAccountPolicyCommand.ts | 14 +-
.../DeleteDataProtectionPolicyCommand.ts | 14 +-
.../src/commands/DeleteDeliveryCommand.ts | 14 +-
.../DeleteDeliveryDestinationCommand.ts | 14 +-
.../DeleteDeliveryDestinationPolicyCommand.ts | 14 +-
.../commands/DeleteDeliverySourceCommand.ts | 14 +-
.../src/commands/DeleteDestinationCommand.ts | 14 +-
.../DeleteLogAnomalyDetectorCommand.ts | 14 +-
.../src/commands/DeleteLogGroupCommand.ts | 14 +-
.../src/commands/DeleteLogStreamCommand.ts | 14 +-
.../src/commands/DeleteMetricFilterCommand.ts | 14 +-
.../commands/DeleteQueryDefinitionCommand.ts | 14 +-
.../commands/DeleteResourcePolicyCommand.ts | 14 +-
.../commands/DeleteRetentionPolicyCommand.ts | 14 +-
.../DeleteSubscriptionFilterCommand.ts | 14 +-
.../DescribeAccountPoliciesCommand.ts | 14 +-
.../DescribeConfigurationTemplatesCommand.ts | 14 +-
.../src/commands/DescribeDeliveriesCommand.ts | 14 +-
.../DescribeDeliveryDestinationsCommand.ts | 14 +-
.../DescribeDeliverySourcesCommand.ts | 14 +-
.../commands/DescribeDestinationsCommand.ts | 14 +-
.../commands/DescribeExportTasksCommand.ts | 14 +-
.../src/commands/DescribeLogGroupsCommand.ts | 14 +-
.../src/commands/DescribeLogStreamsCommand.ts | 14 +-
.../commands/DescribeMetricFiltersCommand.ts | 14 +-
.../src/commands/DescribeQueriesCommand.ts | 14 +-
.../DescribeQueryDefinitionsCommand.ts | 14 +-
.../DescribeResourcePoliciesCommand.ts | 14 +-
.../DescribeSubscriptionFiltersCommand.ts | 14 +-
.../src/commands/DisassociateKmsKeyCommand.ts | 14 +-
.../src/commands/FilterLogEventsCommand.ts | 14 +-
.../GetDataProtectionPolicyCommand.ts | 14 +-
.../src/commands/GetDeliveryCommand.ts | 14 +-
.../commands/GetDeliveryDestinationCommand.ts | 14 +-
.../GetDeliveryDestinationPolicyCommand.ts | 14 +-
.../src/commands/GetDeliverySourceCommand.ts | 14 +-
.../commands/GetLogAnomalyDetectorCommand.ts | 14 +-
.../src/commands/GetLogEventsCommand.ts | 14 +-
.../src/commands/GetLogGroupFieldsCommand.ts | 14 +-
.../src/commands/GetLogRecordCommand.ts | 14 +-
.../src/commands/GetQueryResultsCommand.ts | 14 +-
.../src/commands/ListAnomaliesCommand.ts | 14 +-
.../ListLogAnomalyDetectorsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListTagsLogGroupCommand.ts | 14 +-
.../src/commands/PutAccountPolicyCommand.ts | 14 +-
.../PutDataProtectionPolicyCommand.ts | 14 +-
.../commands/PutDeliveryDestinationCommand.ts | 14 +-
.../PutDeliveryDestinationPolicyCommand.ts | 14 +-
.../src/commands/PutDeliverySourceCommand.ts | 14 +-
.../src/commands/PutDestinationCommand.ts | 14 +-
.../commands/PutDestinationPolicyCommand.ts | 14 +-
.../src/commands/PutLogEventsCommand.ts | 14 +-
.../src/commands/PutMetricFilterCommand.ts | 14 +-
.../src/commands/PutQueryDefinitionCommand.ts | 14 +-
.../src/commands/PutResourcePolicyCommand.ts | 14 +-
.../src/commands/PutRetentionPolicyCommand.ts | 14 +-
.../commands/PutSubscriptionFilterCommand.ts | 14 +-
.../src/commands/StartLiveTailCommand.ts | 14 +-
.../src/commands/StartQueryCommand.ts | 14 +-
.../src/commands/StopQueryCommand.ts | 14 +-
.../src/commands/TagLogGroupCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/TestMetricFilterCommand.ts | 14 +-
.../src/commands/UntagLogGroupCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAnomalyCommand.ts | 14 +-
.../UpdateDeliveryConfigurationCommand.ts | 14 +-
.../UpdateLogAnomalyDetectorCommand.ts | 14 +-
clients/client-cloudwatch/package.json | 46 +-
.../src/commands/DeleteAlarmsCommand.ts | 14 +-
.../commands/DeleteAnomalyDetectorCommand.ts | 14 +-
.../src/commands/DeleteDashboardsCommand.ts | 14 +-
.../src/commands/DeleteInsightRulesCommand.ts | 14 +-
.../src/commands/DeleteMetricStreamCommand.ts | 14 +-
.../commands/DescribeAlarmHistoryCommand.ts | 14 +-
.../src/commands/DescribeAlarmsCommand.ts | 14 +-
.../DescribeAlarmsForMetricCommand.ts | 14 +-
.../DescribeAnomalyDetectorsCommand.ts | 14 +-
.../commands/DescribeInsightRulesCommand.ts | 14 +-
.../commands/DisableAlarmActionsCommand.ts | 14 +-
.../commands/DisableInsightRulesCommand.ts | 14 +-
.../src/commands/EnableAlarmActionsCommand.ts | 14 +-
.../src/commands/EnableInsightRulesCommand.ts | 14 +-
.../src/commands/GetDashboardCommand.ts | 14 +-
.../commands/GetInsightRuleReportCommand.ts | 14 +-
.../src/commands/GetMetricDataCommand.ts | 14 +-
.../commands/GetMetricStatisticsCommand.ts | 14 +-
.../src/commands/GetMetricStreamCommand.ts | 14 +-
.../commands/GetMetricWidgetImageCommand.ts | 14 +-
.../src/commands/ListDashboardsCommand.ts | 14 +-
.../ListManagedInsightRulesCommand.ts | 14 +-
.../src/commands/ListMetricStreamsCommand.ts | 14 +-
.../src/commands/ListMetricsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutAnomalyDetectorCommand.ts | 14 +-
.../src/commands/PutCompositeAlarmCommand.ts | 14 +-
.../src/commands/PutDashboardCommand.ts | 14 +-
.../src/commands/PutInsightRuleCommand.ts | 14 +-
.../commands/PutManagedInsightRulesCommand.ts | 14 +-
.../src/commands/PutMetricAlarmCommand.ts | 14 +-
.../src/commands/PutMetricDataCommand.ts | 14 +-
.../src/commands/PutMetricStreamCommand.ts | 14 +-
.../src/commands/SetAlarmStateCommand.ts | 14 +-
.../src/commands/StartMetricStreamsCommand.ts | 14 +-
.../src/commands/StopMetricStreamsCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
clients/client-codeartifact/package.json | 44 +-
.../AssociateExternalConnectionCommand.ts | 14 +-
.../commands/CopyPackageVersionsCommand.ts | 14 +-
.../src/commands/CreateDomainCommand.ts | 14 +-
.../src/commands/CreatePackageGroupCommand.ts | 14 +-
.../src/commands/CreateRepositoryCommand.ts | 14 +-
.../src/commands/DeleteDomainCommand.ts | 14 +-
.../DeleteDomainPermissionsPolicyCommand.ts | 14 +-
.../src/commands/DeletePackageCommand.ts | 14 +-
.../src/commands/DeletePackageGroupCommand.ts | 14 +-
.../commands/DeletePackageVersionsCommand.ts | 14 +-
.../src/commands/DeleteRepositoryCommand.ts | 14 +-
...eleteRepositoryPermissionsPolicyCommand.ts | 14 +-
.../src/commands/DescribeDomainCommand.ts | 14 +-
.../src/commands/DescribePackageCommand.ts | 14 +-
.../commands/DescribePackageGroupCommand.ts | 14 +-
.../commands/DescribePackageVersionCommand.ts | 14 +-
.../src/commands/DescribeRepositoryCommand.ts | 14 +-
.../DisassociateExternalConnectionCommand.ts | 14 +-
.../commands/DisposePackageVersionsCommand.ts | 14 +-
.../GetAssociatedPackageGroupCommand.ts | 14 +-
.../commands/GetAuthorizationTokenCommand.ts | 14 +-
.../GetDomainPermissionsPolicyCommand.ts | 14 +-
.../commands/GetPackageVersionAssetCommand.ts | 14 +-
.../GetPackageVersionReadmeCommand.ts | 14 +-
.../commands/GetRepositoryEndpointCommand.ts | 14 +-
.../GetRepositoryPermissionsPolicyCommand.ts | 14 +-
.../ListAllowedRepositoriesForGroupCommand.ts | 14 +-
.../commands/ListAssociatedPackagesCommand.ts | 14 +-
.../src/commands/ListDomainsCommand.ts | 14 +-
.../src/commands/ListPackageGroupsCommand.ts | 14 +-
.../ListPackageVersionAssetsCommand.ts | 14 +-
.../ListPackageVersionDependenciesCommand.ts | 14 +-
.../commands/ListPackageVersionsCommand.ts | 14 +-
.../src/commands/ListPackagesCommand.ts | 14 +-
.../src/commands/ListRepositoriesCommand.ts | 14 +-
.../ListRepositoriesInDomainCommand.ts | 14 +-
.../commands/ListSubPackageGroupsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/PublishPackageVersionCommand.ts | 14 +-
.../PutDomainPermissionsPolicyCommand.ts | 14 +-
.../PutPackageOriginConfigurationCommand.ts | 14 +-
.../PutRepositoryPermissionsPolicyCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdatePackageGroupCommand.ts | 14 +-
...ePackageGroupOriginConfigurationCommand.ts | 14 +-
.../UpdatePackageVersionsStatusCommand.ts | 14 +-
.../src/commands/UpdateRepositoryCommand.ts | 14 +-
clients/client-codebuild/package.json | 42 +-
.../src/commands/BatchDeleteBuildsCommand.ts | 14 +-
.../commands/BatchGetBuildBatchesCommand.ts | 14 +-
.../src/commands/BatchGetBuildsCommand.ts | 14 +-
.../src/commands/BatchGetFleetsCommand.ts | 14 +-
.../src/commands/BatchGetProjectsCommand.ts | 14 +-
.../commands/BatchGetReportGroupsCommand.ts | 14 +-
.../src/commands/BatchGetReportsCommand.ts | 14 +-
.../src/commands/CreateFleetCommand.ts | 14 +-
.../src/commands/CreateProjectCommand.ts | 14 +-
.../src/commands/CreateReportGroupCommand.ts | 14 +-
.../src/commands/CreateWebhookCommand.ts | 14 +-
.../src/commands/DeleteBuildBatchCommand.ts | 14 +-
.../src/commands/DeleteFleetCommand.ts | 14 +-
.../src/commands/DeleteProjectCommand.ts | 14 +-
.../src/commands/DeleteReportCommand.ts | 14 +-
.../src/commands/DeleteReportGroupCommand.ts | 14 +-
.../commands/DeleteResourcePolicyCommand.ts | 14 +-
.../DeleteSourceCredentialsCommand.ts | 14 +-
.../src/commands/DeleteWebhookCommand.ts | 14 +-
.../commands/DescribeCodeCoveragesCommand.ts | 14 +-
.../src/commands/DescribeTestCasesCommand.ts | 14 +-
.../commands/GetReportGroupTrendCommand.ts | 14 +-
.../src/commands/GetResourcePolicyCommand.ts | 14 +-
.../ImportSourceCredentialsCommand.ts | 14 +-
.../commands/InvalidateProjectCacheCommand.ts | 14 +-
.../src/commands/ListBuildBatchesCommand.ts | 14 +-
.../ListBuildBatchesForProjectCommand.ts | 14 +-
.../src/commands/ListBuildsCommand.ts | 14 +-
.../commands/ListBuildsForProjectCommand.ts | 14 +-
.../ListCuratedEnvironmentImagesCommand.ts | 14 +-
.../src/commands/ListFleetsCommand.ts | 14 +-
.../src/commands/ListProjectsCommand.ts | 14 +-
.../src/commands/ListReportGroupsCommand.ts | 14 +-
.../src/commands/ListReportsCommand.ts | 14 +-
.../ListReportsForReportGroupCommand.ts | 14 +-
.../src/commands/ListSharedProjectsCommand.ts | 14 +-
.../commands/ListSharedReportGroupsCommand.ts | 14 +-
.../commands/ListSourceCredentialsCommand.ts | 14 +-
.../src/commands/PutResourcePolicyCommand.ts | 14 +-
.../src/commands/RetryBuildBatchCommand.ts | 14 +-
.../src/commands/RetryBuildCommand.ts | 14 +-
.../src/commands/StartBuildBatchCommand.ts | 14 +-
.../src/commands/StartBuildCommand.ts | 14 +-
.../src/commands/StopBuildBatchCommand.ts | 14 +-
.../src/commands/StopBuildCommand.ts | 14 +-
.../src/commands/UpdateFleetCommand.ts | 14 +-
.../src/commands/UpdateProjectCommand.ts | 14 +-
.../UpdateProjectVisibilityCommand.ts | 14 +-
.../src/commands/UpdateReportGroupCommand.ts | 14 +-
.../src/commands/UpdateWebhookCommand.ts | 14 +-
clients/client-codecatalyst/package.json | 42 +-
.../src/commands/CreateAccessTokenCommand.ts | 14 +-
.../commands/CreateDevEnvironmentCommand.ts | 14 +-
.../src/commands/CreateProjectCommand.ts | 14 +-
.../CreateSourceRepositoryBranchCommand.ts | 14 +-
.../commands/CreateSourceRepositoryCommand.ts | 14 +-
.../src/commands/DeleteAccessTokenCommand.ts | 14 +-
.../commands/DeleteDevEnvironmentCommand.ts | 14 +-
.../src/commands/DeleteProjectCommand.ts | 14 +-
.../commands/DeleteSourceRepositoryCommand.ts | 14 +-
.../src/commands/DeleteSpaceCommand.ts | 14 +-
.../src/commands/GetDevEnvironmentCommand.ts | 14 +-
.../src/commands/GetProjectCommand.ts | 14 +-
.../GetSourceRepositoryCloneUrlsCommand.ts | 14 +-
.../commands/GetSourceRepositoryCommand.ts | 14 +-
.../src/commands/GetSpaceCommand.ts | 14 +-
.../src/commands/GetSubscriptionCommand.ts | 14 +-
.../src/commands/GetUserDetailsCommand.ts | 14 +-
.../src/commands/GetWorkflowCommand.ts | 14 +-
.../src/commands/GetWorkflowRunCommand.ts | 14 +-
.../src/commands/ListAccessTokensCommand.ts | 14 +-
.../ListDevEnvironmentSessionsCommand.ts | 14 +-
.../commands/ListDevEnvironmentsCommand.ts | 14 +-
.../src/commands/ListEventLogsCommand.ts | 14 +-
.../src/commands/ListProjectsCommand.ts | 14 +-
.../commands/ListSourceRepositoriesCommand.ts | 14 +-
.../ListSourceRepositoryBranchesCommand.ts | 14 +-
.../src/commands/ListSpacesCommand.ts | 14 +-
.../src/commands/ListWorkflowRunsCommand.ts | 14 +-
.../src/commands/ListWorkflowsCommand.ts | 14 +-
.../commands/StartDevEnvironmentCommand.ts | 14 +-
.../StartDevEnvironmentSessionCommand.ts | 14 +-
.../src/commands/StartWorkflowRunCommand.ts | 14 +-
.../src/commands/StopDevEnvironmentCommand.ts | 14 +-
.../StopDevEnvironmentSessionCommand.ts | 14 +-
.../commands/UpdateDevEnvironmentCommand.ts | 14 +-
.../src/commands/UpdateProjectCommand.ts | 14 +-
.../src/commands/UpdateSpaceCommand.ts | 14 +-
.../src/commands/VerifySessionCommand.ts | 14 +-
clients/client-codecommit/package.json | 42 +-
...provalRuleTemplateWithRepositoryCommand.ts | 14 +-
...ovalRuleTemplateWithRepositoriesCommand.ts | 14 +-
.../BatchDescribeMergeConflictsCommand.ts | 14 +-
...ovalRuleTemplateFromRepositoriesCommand.ts | 14 +-
.../src/commands/BatchGetCommitsCommand.ts | 14 +-
.../commands/BatchGetRepositoriesCommand.ts | 14 +-
.../CreateApprovalRuleTemplateCommand.ts | 14 +-
.../src/commands/CreateBranchCommand.ts | 14 +-
.../src/commands/CreateCommitCommand.ts | 14 +-
.../CreatePullRequestApprovalRuleCommand.ts | 14 +-
.../src/commands/CreatePullRequestCommand.ts | 14 +-
.../src/commands/CreateRepositoryCommand.ts | 14 +-
.../CreateUnreferencedMergeCommitCommand.ts | 14 +-
.../DeleteApprovalRuleTemplateCommand.ts | 14 +-
.../src/commands/DeleteBranchCommand.ts | 14 +-
.../commands/DeleteCommentContentCommand.ts | 14 +-
.../src/commands/DeleteFileCommand.ts | 14 +-
.../DeletePullRequestApprovalRuleCommand.ts | 14 +-
.../src/commands/DeleteRepositoryCommand.ts | 14 +-
.../commands/DescribeMergeConflictsCommand.ts | 14 +-
.../DescribePullRequestEventsCommand.ts | 14 +-
...provalRuleTemplateFromRepositoryCommand.ts | 14 +-
...EvaluatePullRequestApprovalRulesCommand.ts | 14 +-
.../GetApprovalRuleTemplateCommand.ts | 14 +-
.../src/commands/GetBlobCommand.ts | 14 +-
.../src/commands/GetBranchCommand.ts | 14 +-
.../src/commands/GetCommentCommand.ts | 14 +-
.../commands/GetCommentReactionsCommand.ts | 14 +-
.../GetCommentsForComparedCommitCommand.ts | 14 +-
.../GetCommentsForPullRequestCommand.ts | 14 +-
.../src/commands/GetCommitCommand.ts | 14 +-
.../src/commands/GetDifferencesCommand.ts | 14 +-
.../src/commands/GetFileCommand.ts | 14 +-
.../src/commands/GetFolderCommand.ts | 14 +-
.../src/commands/GetMergeCommitCommand.ts | 14 +-
.../src/commands/GetMergeConflictsCommand.ts | 14 +-
.../src/commands/GetMergeOptionsCommand.ts | 14 +-
.../GetPullRequestApprovalStatesCommand.ts | 14 +-
.../src/commands/GetPullRequestCommand.ts | 14 +-
.../GetPullRequestOverrideStateCommand.ts | 14 +-
.../src/commands/GetRepositoryCommand.ts | 14 +-
.../commands/GetRepositoryTriggersCommand.ts | 14 +-
.../ListApprovalRuleTemplatesCommand.ts | 14 +-
...provalRuleTemplatesForRepositoryCommand.ts | 14 +-
.../src/commands/ListBranchesCommand.ts | 14 +-
.../commands/ListFileCommitHistoryCommand.ts | 14 +-
.../src/commands/ListPullRequestsCommand.ts | 14 +-
.../src/commands/ListRepositoriesCommand.ts | 14 +-
...ositoriesForApprovalRuleTemplateCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../MergeBranchesByFastForwardCommand.ts | 14 +-
.../commands/MergeBranchesBySquashCommand.ts | 14 +-
.../MergeBranchesByThreeWayCommand.ts | 14 +-
.../MergePullRequestByFastForwardCommand.ts | 14 +-
.../MergePullRequestBySquashCommand.ts | 14 +-
.../MergePullRequestByThreeWayCommand.ts | 14 +-
...OverridePullRequestApprovalRulesCommand.ts | 14 +-
.../PostCommentForComparedCommitCommand.ts | 14 +-
.../PostCommentForPullRequestCommand.ts | 14 +-
.../src/commands/PostCommentReplyCommand.ts | 14 +-
.../src/commands/PutCommentReactionCommand.ts | 14 +-
.../src/commands/PutFileCommand.ts | 14 +-
.../commands/PutRepositoryTriggersCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../commands/TestRepositoryTriggersCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
...pdateApprovalRuleTemplateContentCommand.ts | 14 +-
...eApprovalRuleTemplateDescriptionCommand.ts | 14 +-
.../UpdateApprovalRuleTemplateNameCommand.ts | 14 +-
.../src/commands/UpdateCommentCommand.ts | 14 +-
.../commands/UpdateDefaultBranchCommand.ts | 14 +-
...tePullRequestApprovalRuleContentCommand.ts | 14 +-
.../UpdatePullRequestApprovalStateCommand.ts | 14 +-
.../UpdatePullRequestDescriptionCommand.ts | 14 +-
.../UpdatePullRequestStatusCommand.ts | 14 +-
.../commands/UpdatePullRequestTitleCommand.ts | 14 +-
.../UpdateRepositoryDescriptionCommand.ts | 14 +-
.../UpdateRepositoryEncryptionKeyCommand.ts | 14 +-
.../commands/UpdateRepositoryNameCommand.ts | 14 +-
clients/client-codeconnections/package.json | 42 +-
.../src/commands/CreateConnectionCommand.ts | 14 +-
.../src/commands/CreateHostCommand.ts | 14 +-
.../commands/CreateRepositoryLinkCommand.ts | 14 +-
.../CreateSyncConfigurationCommand.ts | 14 +-
.../src/commands/DeleteConnectionCommand.ts | 14 +-
.../src/commands/DeleteHostCommand.ts | 14 +-
.../commands/DeleteRepositoryLinkCommand.ts | 14 +-
.../DeleteSyncConfigurationCommand.ts | 14 +-
.../src/commands/GetConnectionCommand.ts | 14 +-
.../src/commands/GetHostCommand.ts | 14 +-
.../src/commands/GetRepositoryLinkCommand.ts | 14 +-
.../GetRepositorySyncStatusCommand.ts | 14 +-
.../commands/GetResourceSyncStatusCommand.ts | 14 +-
.../commands/GetSyncBlockerSummaryCommand.ts | 14 +-
.../commands/GetSyncConfigurationCommand.ts | 14 +-
.../src/commands/ListConnectionsCommand.ts | 14 +-
.../src/commands/ListHostsCommand.ts | 14 +-
.../commands/ListRepositoryLinksCommand.ts | 14 +-
.../ListRepositorySyncDefinitionsCommand.ts | 14 +-
.../commands/ListSyncConfigurationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateHostCommand.ts | 14 +-
.../commands/UpdateRepositoryLinkCommand.ts | 14 +-
.../src/commands/UpdateSyncBlockerCommand.ts | 14 +-
.../UpdateSyncConfigurationCommand.ts | 14 +-
clients/client-codedeploy/package.json | 44 +-
.../AddTagsToOnPremisesInstancesCommand.ts | 14 +-
.../BatchGetApplicationRevisionsCommand.ts | 14 +-
.../commands/BatchGetApplicationsCommand.ts | 14 +-
.../BatchGetDeploymentGroupsCommand.ts | 14 +-
.../BatchGetDeploymentInstancesCommand.ts | 14 +-
.../BatchGetDeploymentTargetsCommand.ts | 14 +-
.../commands/BatchGetDeploymentsCommand.ts | 14 +-
.../BatchGetOnPremisesInstancesCommand.ts | 14 +-
.../src/commands/ContinueDeploymentCommand.ts | 14 +-
.../src/commands/CreateApplicationCommand.ts | 14 +-
.../src/commands/CreateDeploymentCommand.ts | 14 +-
.../commands/CreateDeploymentConfigCommand.ts | 14 +-
.../commands/CreateDeploymentGroupCommand.ts | 14 +-
.../src/commands/DeleteApplicationCommand.ts | 14 +-
.../commands/DeleteDeploymentConfigCommand.ts | 14 +-
.../commands/DeleteDeploymentGroupCommand.ts | 14 +-
.../DeleteGitHubAccountTokenCommand.ts | 14 +-
.../DeleteResourcesByExternalIdCommand.ts | 14 +-
.../DeregisterOnPremisesInstanceCommand.ts | 14 +-
.../src/commands/GetApplicationCommand.ts | 14 +-
.../commands/GetApplicationRevisionCommand.ts | 14 +-
.../src/commands/GetDeploymentCommand.ts | 14 +-
.../commands/GetDeploymentConfigCommand.ts | 14 +-
.../src/commands/GetDeploymentGroupCommand.ts | 14 +-
.../commands/GetDeploymentInstanceCommand.ts | 14 +-
.../commands/GetDeploymentTargetCommand.ts | 14 +-
.../commands/GetOnPremisesInstanceCommand.ts | 14 +-
.../ListApplicationRevisionsCommand.ts | 14 +-
.../src/commands/ListApplicationsCommand.ts | 14 +-
.../commands/ListDeploymentConfigsCommand.ts | 14 +-
.../commands/ListDeploymentGroupsCommand.ts | 14 +-
.../ListDeploymentInstancesCommand.ts | 14 +-
.../commands/ListDeploymentTargetsCommand.ts | 14 +-
.../src/commands/ListDeploymentsCommand.ts | 14 +-
.../ListGitHubAccountTokenNamesCommand.ts | 14 +-
.../ListOnPremisesInstancesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
...ifecycleEventHookExecutionStatusCommand.ts | 14 +-
.../RegisterApplicationRevisionCommand.ts | 14 +-
.../RegisterOnPremisesInstanceCommand.ts | 14 +-
...emoveTagsFromOnPremisesInstancesCommand.ts | 14 +-
...ipWaitTimeForInstanceTerminationCommand.ts | 14 +-
.../src/commands/StopDeploymentCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateApplicationCommand.ts | 14 +-
.../commands/UpdateDeploymentGroupCommand.ts | 14 +-
clients/client-codeguru-reviewer/package.json | 44 +-
.../commands/AssociateRepositoryCommand.ts | 14 +-
.../src/commands/CreateCodeReviewCommand.ts | 14 +-
.../src/commands/DescribeCodeReviewCommand.ts | 14 +-
.../DescribeRecommendationFeedbackCommand.ts | 14 +-
.../DescribeRepositoryAssociationCommand.ts | 14 +-
.../commands/DisassociateRepositoryCommand.ts | 14 +-
.../src/commands/ListCodeReviewsCommand.ts | 14 +-
.../ListRecommendationFeedbackCommand.ts | 14 +-
.../commands/ListRecommendationsCommand.ts | 14 +-
.../ListRepositoryAssociationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../PutRecommendationFeedbackCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
clients/client-codeguru-security/package.json | 42 +-
.../src/commands/BatchGetFindingsCommand.ts | 14 +-
.../src/commands/CreateScanCommand.ts | 14 +-
.../src/commands/CreateUploadUrlCommand.ts | 14 +-
.../GetAccountConfigurationCommand.ts | 14 +-
.../src/commands/GetFindingsCommand.ts | 14 +-
.../src/commands/GetMetricsSummaryCommand.ts | 14 +-
.../src/commands/GetScanCommand.ts | 14 +-
.../commands/ListFindingsMetricsCommand.ts | 14 +-
.../src/commands/ListScansCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateAccountConfigurationCommand.ts | 14 +-
clients/client-codeguruprofiler/package.json | 44 +-
.../AddNotificationChannelsCommand.ts | 14 +-
.../BatchGetFrameMetricDataCommand.ts | 14 +-
.../src/commands/ConfigureAgentCommand.ts | 14 +-
.../commands/CreateProfilingGroupCommand.ts | 14 +-
.../commands/DeleteProfilingGroupCommand.ts | 14 +-
.../commands/DescribeProfilingGroupCommand.ts | 14 +-
.../GetFindingsReportAccountSummaryCommand.ts | 14 +-
.../GetNotificationConfigurationCommand.ts | 14 +-
.../src/commands/GetPolicyCommand.ts | 14 +-
.../src/commands/GetProfileCommand.ts | 14 +-
.../src/commands/GetRecommendationsCommand.ts | 14 +-
.../commands/ListFindingsReportsCommand.ts | 14 +-
.../src/commands/ListProfileTimesCommand.ts | 14 +-
.../commands/ListProfilingGroupsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PostAgentProfileCommand.ts | 14 +-
.../src/commands/PutPermissionCommand.ts | 14 +-
.../RemoveNotificationChannelCommand.ts | 14 +-
.../src/commands/RemovePermissionCommand.ts | 14 +-
.../src/commands/SubmitFeedbackCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateProfilingGroupCommand.ts | 14 +-
clients/client-codepipeline/package.json | 42 +-
.../src/commands/AcknowledgeJobCommand.ts | 14 +-
.../AcknowledgeThirdPartyJobCommand.ts | 14 +-
.../commands/CreateCustomActionTypeCommand.ts | 14 +-
.../src/commands/CreatePipelineCommand.ts | 14 +-
.../commands/DeleteCustomActionTypeCommand.ts | 14 +-
.../src/commands/DeletePipelineCommand.ts | 14 +-
.../src/commands/DeleteWebhookCommand.ts | 14 +-
.../DeregisterWebhookWithThirdPartyCommand.ts | 14 +-
.../commands/DisableStageTransitionCommand.ts | 14 +-
.../commands/EnableStageTransitionCommand.ts | 14 +-
.../src/commands/GetActionTypeCommand.ts | 14 +-
.../src/commands/GetJobDetailsCommand.ts | 14 +-
.../src/commands/GetPipelineCommand.ts | 14 +-
.../commands/GetPipelineExecutionCommand.ts | 14 +-
.../src/commands/GetPipelineStateCommand.ts | 14 +-
.../GetThirdPartyJobDetailsCommand.ts | 14 +-
.../commands/ListActionExecutionsCommand.ts | 14 +-
.../src/commands/ListActionTypesCommand.ts | 14 +-
.../commands/ListPipelineExecutionsCommand.ts | 14 +-
.../src/commands/ListPipelinesCommand.ts | 14 +-
.../src/commands/ListRuleExecutionsCommand.ts | 14 +-
.../src/commands/ListRuleTypesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListWebhooksCommand.ts | 14 +-
.../commands/OverrideStageConditionCommand.ts | 14 +-
.../src/commands/PollForJobsCommand.ts | 14 +-
.../commands/PollForThirdPartyJobsCommand.ts | 14 +-
.../src/commands/PutActionRevisionCommand.ts | 14 +-
.../src/commands/PutApprovalResultCommand.ts | 14 +-
.../commands/PutJobFailureResultCommand.ts | 14 +-
.../commands/PutJobSuccessResultCommand.ts | 14 +-
.../PutThirdPartyJobFailureResultCommand.ts | 14 +-
.../PutThirdPartyJobSuccessResultCommand.ts | 14 +-
.../src/commands/PutWebhookCommand.ts | 14 +-
.../RegisterWebhookWithThirdPartyCommand.ts | 14 +-
.../commands/RetryStageExecutionCommand.ts | 14 +-
.../src/commands/RollbackStageCommand.ts | 14 +-
.../commands/StartPipelineExecutionCommand.ts | 14 +-
.../commands/StopPipelineExecutionCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateActionTypeCommand.ts | 14 +-
.../src/commands/UpdatePipelineCommand.ts | 14 +-
.../client-codestar-connections/package.json | 42 +-
.../src/commands/CreateConnectionCommand.ts | 14 +-
.../src/commands/CreateHostCommand.ts | 14 +-
.../commands/CreateRepositoryLinkCommand.ts | 14 +-
.../CreateSyncConfigurationCommand.ts | 14 +-
.../src/commands/DeleteConnectionCommand.ts | 14 +-
.../src/commands/DeleteHostCommand.ts | 14 +-
.../commands/DeleteRepositoryLinkCommand.ts | 14 +-
.../DeleteSyncConfigurationCommand.ts | 14 +-
.../src/commands/GetConnectionCommand.ts | 14 +-
.../src/commands/GetHostCommand.ts | 14 +-
.../src/commands/GetRepositoryLinkCommand.ts | 14 +-
.../GetRepositorySyncStatusCommand.ts | 14 +-
.../commands/GetResourceSyncStatusCommand.ts | 14 +-
.../commands/GetSyncBlockerSummaryCommand.ts | 14 +-
.../commands/GetSyncConfigurationCommand.ts | 14 +-
.../src/commands/ListConnectionsCommand.ts | 14 +-
.../src/commands/ListHostsCommand.ts | 14 +-
.../commands/ListRepositoryLinksCommand.ts | 14 +-
.../ListRepositorySyncDefinitionsCommand.ts | 14 +-
.../commands/ListSyncConfigurationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateHostCommand.ts | 14 +-
.../commands/UpdateRepositoryLinkCommand.ts | 14 +-
.../src/commands/UpdateSyncBlockerCommand.ts | 14 +-
.../UpdateSyncConfigurationCommand.ts | 14 +-
.../package.json | 42 +-
.../commands/CreateNotificationRuleCommand.ts | 14 +-
.../commands/DeleteNotificationRuleCommand.ts | 14 +-
.../src/commands/DeleteTargetCommand.ts | 14 +-
.../DescribeNotificationRuleCommand.ts | 14 +-
.../src/commands/ListEventTypesCommand.ts | 14 +-
.../commands/ListNotificationRulesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListTargetsCommand.ts | 14 +-
.../src/commands/SubscribeCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UnsubscribeCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateNotificationRuleCommand.ts | 14 +-
.../package.json | 42 +-
.../commands/AddCustomAttributesCommand.ts | 14 +-
.../commands/AdminAddUserToGroupCommand.ts | 14 +-
.../src/commands/AdminConfirmSignUpCommand.ts | 14 +-
.../src/commands/AdminCreateUserCommand.ts | 14 +-
.../AdminDeleteUserAttributesCommand.ts | 14 +-
.../src/commands/AdminDeleteUserCommand.ts | 14 +-
.../AdminDisableProviderForUserCommand.ts | 14 +-
.../src/commands/AdminDisableUserCommand.ts | 14 +-
.../src/commands/AdminEnableUserCommand.ts | 14 +-
.../src/commands/AdminForgetDeviceCommand.ts | 14 +-
.../src/commands/AdminGetDeviceCommand.ts | 14 +-
.../src/commands/AdminGetUserCommand.ts | 14 +-
.../src/commands/AdminInitiateAuthCommand.ts | 14 +-
.../AdminLinkProviderForUserCommand.ts | 14 +-
.../src/commands/AdminListDevicesCommand.ts | 14 +-
.../commands/AdminListGroupsForUserCommand.ts | 14 +-
.../AdminListUserAuthEventsCommand.ts | 14 +-
.../AdminRemoveUserFromGroupCommand.ts | 14 +-
.../commands/AdminResetUserPasswordCommand.ts | 14 +-
.../AdminRespondToAuthChallengeCommand.ts | 14 +-
.../AdminSetUserMFAPreferenceCommand.ts | 14 +-
.../commands/AdminSetUserPasswordCommand.ts | 14 +-
.../commands/AdminSetUserSettingsCommand.ts | 14 +-
.../AdminUpdateAuthEventFeedbackCommand.ts | 14 +-
.../AdminUpdateDeviceStatusCommand.ts | 14 +-
.../AdminUpdateUserAttributesCommand.ts | 14 +-
.../commands/AdminUserGlobalSignOutCommand.ts | 14 +-
.../commands/AssociateSoftwareTokenCommand.ts | 14 +-
.../src/commands/ChangePasswordCommand.ts | 14 +-
.../src/commands/ConfirmDeviceCommand.ts | 14 +-
.../commands/ConfirmForgotPasswordCommand.ts | 14 +-
.../src/commands/ConfirmSignUpCommand.ts | 14 +-
.../src/commands/CreateGroupCommand.ts | 14 +-
.../commands/CreateIdentityProviderCommand.ts | 14 +-
.../commands/CreateResourceServerCommand.ts | 14 +-
.../commands/CreateUserImportJobCommand.ts | 14 +-
.../commands/CreateUserPoolClientCommand.ts | 14 +-
.../src/commands/CreateUserPoolCommand.ts | 14 +-
.../commands/CreateUserPoolDomainCommand.ts | 14 +-
.../src/commands/DeleteGroupCommand.ts | 14 +-
.../commands/DeleteIdentityProviderCommand.ts | 14 +-
.../commands/DeleteResourceServerCommand.ts | 14 +-
.../commands/DeleteUserAttributesCommand.ts | 14 +-
.../src/commands/DeleteUserCommand.ts | 14 +-
.../commands/DeleteUserPoolClientCommand.ts | 14 +-
.../src/commands/DeleteUserPoolCommand.ts | 14 +-
.../commands/DeleteUserPoolDomainCommand.ts | 14 +-
.../DescribeIdentityProviderCommand.ts | 14 +-
.../commands/DescribeResourceServerCommand.ts | 14 +-
.../DescribeRiskConfigurationCommand.ts | 14 +-
.../commands/DescribeUserImportJobCommand.ts | 14 +-
.../commands/DescribeUserPoolClientCommand.ts | 14 +-
.../src/commands/DescribeUserPoolCommand.ts | 14 +-
.../commands/DescribeUserPoolDomainCommand.ts | 14 +-
.../src/commands/ForgetDeviceCommand.ts | 14 +-
.../src/commands/ForgotPasswordCommand.ts | 14 +-
.../src/commands/GetCSVHeaderCommand.ts | 14 +-
.../src/commands/GetDeviceCommand.ts | 14 +-
.../src/commands/GetGroupCommand.ts | 14 +-
.../GetIdentityProviderByIdentifierCommand.ts | 14 +-
.../GetLogDeliveryConfigurationCommand.ts | 14 +-
.../commands/GetSigningCertificateCommand.ts | 14 +-
.../src/commands/GetUICustomizationCommand.ts | 14 +-
...GetUserAttributeVerificationCodeCommand.ts | 14 +-
.../src/commands/GetUserCommand.ts | 14 +-
.../commands/GetUserPoolMfaConfigCommand.ts | 14 +-
.../src/commands/GlobalSignOutCommand.ts | 14 +-
.../src/commands/InitiateAuthCommand.ts | 14 +-
.../src/commands/ListDevicesCommand.ts | 14 +-
.../src/commands/ListGroupsCommand.ts | 14 +-
.../commands/ListIdentityProvidersCommand.ts | 14 +-
.../commands/ListResourceServersCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListUserImportJobsCommand.ts | 14 +-
.../commands/ListUserPoolClientsCommand.ts | 14 +-
.../src/commands/ListUserPoolsCommand.ts | 14 +-
.../src/commands/ListUsersCommand.ts | 14 +-
.../src/commands/ListUsersInGroupCommand.ts | 14 +-
.../commands/ResendConfirmationCodeCommand.ts | 14 +-
.../commands/RespondToAuthChallengeCommand.ts | 14 +-
.../src/commands/RevokeTokenCommand.ts | 14 +-
.../SetLogDeliveryConfigurationCommand.ts | 14 +-
.../commands/SetRiskConfigurationCommand.ts | 14 +-
.../src/commands/SetUICustomizationCommand.ts | 14 +-
.../commands/SetUserMFAPreferenceCommand.ts | 14 +-
.../commands/SetUserPoolMfaConfigCommand.ts | 14 +-
.../src/commands/SetUserSettingsCommand.ts | 14 +-
.../src/commands/SignUpCommand.ts | 14 +-
.../src/commands/StartUserImportJobCommand.ts | 14 +-
.../src/commands/StopUserImportJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateAuthEventFeedbackCommand.ts | 14 +-
.../src/commands/UpdateDeviceStatusCommand.ts | 14 +-
.../src/commands/UpdateGroupCommand.ts | 14 +-
.../commands/UpdateIdentityProviderCommand.ts | 14 +-
.../commands/UpdateResourceServerCommand.ts | 14 +-
.../commands/UpdateUserAttributesCommand.ts | 14 +-
.../commands/UpdateUserPoolClientCommand.ts | 14 +-
.../src/commands/UpdateUserPoolCommand.ts | 14 +-
.../commands/UpdateUserPoolDomainCommand.ts | 14 +-
.../commands/VerifySoftwareTokenCommand.ts | 14 +-
.../commands/VerifyUserAttributeCommand.ts | 14 +-
clients/client-cognito-identity/package.json | 42 +-
.../src/commands/CreateIdentityPoolCommand.ts | 14 +-
.../src/commands/DeleteIdentitiesCommand.ts | 14 +-
.../src/commands/DeleteIdentityPoolCommand.ts | 14 +-
.../src/commands/DescribeIdentityCommand.ts | 14 +-
.../commands/DescribeIdentityPoolCommand.ts | 14 +-
.../GetCredentialsForIdentityCommand.ts | 14 +-
.../src/commands/GetIdCommand.ts | 14 +-
.../commands/GetIdentityPoolRolesCommand.ts | 14 +-
.../src/commands/GetOpenIdTokenCommand.ts | 14 +-
...tOpenIdTokenForDeveloperIdentityCommand.ts | 14 +-
.../GetPrincipalTagAttributeMapCommand.ts | 14 +-
.../src/commands/ListIdentitiesCommand.ts | 14 +-
.../src/commands/ListIdentityPoolsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../LookupDeveloperIdentityCommand.ts | 14 +-
.../MergeDeveloperIdentitiesCommand.ts | 14 +-
.../commands/SetIdentityPoolRolesCommand.ts | 14 +-
.../SetPrincipalTagAttributeMapCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../UnlinkDeveloperIdentityCommand.ts | 14 +-
.../src/commands/UnlinkIdentityCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateIdentityPoolCommand.ts | 14 +-
clients/client-cognito-sync/package.json | 42 +-
.../src/commands/BulkPublishCommand.ts | 14 +-
.../src/commands/DeleteDatasetCommand.ts | 14 +-
.../src/commands/DescribeDatasetCommand.ts | 14 +-
.../DescribeIdentityPoolUsageCommand.ts | 14 +-
.../commands/DescribeIdentityUsageCommand.ts | 14 +-
.../commands/GetBulkPublishDetailsCommand.ts | 14 +-
.../src/commands/GetCognitoEventsCommand.ts | 14 +-
.../GetIdentityPoolConfigurationCommand.ts | 14 +-
.../src/commands/ListDatasetsCommand.ts | 14 +-
.../commands/ListIdentityPoolUsageCommand.ts | 14 +-
.../src/commands/ListRecordsCommand.ts | 14 +-
.../src/commands/RegisterDeviceCommand.ts | 14 +-
.../src/commands/SetCognitoEventsCommand.ts | 14 +-
.../SetIdentityPoolConfigurationCommand.ts | 14 +-
.../src/commands/SubscribeToDatasetCommand.ts | 14 +-
.../commands/UnsubscribeFromDatasetCommand.ts | 14 +-
.../src/commands/UpdateRecordsCommand.ts | 14 +-
clients/client-comprehend/package.json | 42 +-
.../BatchDetectDominantLanguageCommand.ts | 14 +-
.../commands/BatchDetectEntitiesCommand.ts | 14 +-
.../commands/BatchDetectKeyPhrasesCommand.ts | 14 +-
.../commands/BatchDetectSentimentCommand.ts | 14 +-
.../src/commands/BatchDetectSyntaxCommand.ts | 14 +-
.../BatchDetectTargetedSentimentCommand.ts | 14 +-
.../src/commands/ClassifyDocumentCommand.ts | 14 +-
.../commands/ContainsPiiEntitiesCommand.ts | 14 +-
.../src/commands/CreateDatasetCommand.ts | 14 +-
.../CreateDocumentClassifierCommand.ts | 14 +-
.../src/commands/CreateEndpointCommand.ts | 14 +-
.../commands/CreateEntityRecognizerCommand.ts | 14 +-
.../src/commands/CreateFlywheelCommand.ts | 14 +-
.../DeleteDocumentClassifierCommand.ts | 14 +-
.../src/commands/DeleteEndpointCommand.ts | 14 +-
.../commands/DeleteEntityRecognizerCommand.ts | 14 +-
.../src/commands/DeleteFlywheelCommand.ts | 14 +-
.../commands/DeleteResourcePolicyCommand.ts | 14 +-
.../src/commands/DescribeDatasetCommand.ts | 14 +-
...escribeDocumentClassificationJobCommand.ts | 14 +-
.../DescribeDocumentClassifierCommand.ts | 14 +-
...ribeDominantLanguageDetectionJobCommand.ts | 14 +-
.../src/commands/DescribeEndpointCommand.ts | 14 +-
.../DescribeEntitiesDetectionJobCommand.ts | 14 +-
.../DescribeEntityRecognizerCommand.ts | 14 +-
.../DescribeEventsDetectionJobCommand.ts | 14 +-
.../src/commands/DescribeFlywheelCommand.ts | 14 +-
.../DescribeFlywheelIterationCommand.ts | 14 +-
.../DescribeKeyPhrasesDetectionJobCommand.ts | 14 +-
.../DescribePiiEntitiesDetectionJobCommand.ts | 14 +-
.../commands/DescribeResourcePolicyCommand.ts | 14 +-
.../DescribeSentimentDetectionJobCommand.ts | 14 +-
...ibeTargetedSentimentDetectionJobCommand.ts | 14 +-
.../DescribeTopicsDetectionJobCommand.ts | 14 +-
.../commands/DetectDominantLanguageCommand.ts | 14 +-
.../src/commands/DetectEntitiesCommand.ts | 14 +-
.../src/commands/DetectKeyPhrasesCommand.ts | 14 +-
.../src/commands/DetectPiiEntitiesCommand.ts | 14 +-
.../src/commands/DetectSentimentCommand.ts | 14 +-
.../src/commands/DetectSyntaxCommand.ts | 14 +-
.../DetectTargetedSentimentCommand.ts | 14 +-
.../src/commands/DetectToxicContentCommand.ts | 14 +-
.../src/commands/ImportModelCommand.ts | 14 +-
.../src/commands/ListDatasetsCommand.ts | 14 +-
.../ListDocumentClassificationJobsCommand.ts | 14 +-
.../ListDocumentClassifierSummariesCommand.ts | 14 +-
.../ListDocumentClassifiersCommand.ts | 14 +-
...istDominantLanguageDetectionJobsCommand.ts | 14 +-
.../src/commands/ListEndpointsCommand.ts | 14 +-
.../ListEntitiesDetectionJobsCommand.ts | 14 +-
.../ListEntityRecognizerSummariesCommand.ts | 14 +-
.../commands/ListEntityRecognizersCommand.ts | 14 +-
.../ListEventsDetectionJobsCommand.ts | 14 +-
.../ListFlywheelIterationHistoryCommand.ts | 14 +-
.../src/commands/ListFlywheelsCommand.ts | 14 +-
.../ListKeyPhrasesDetectionJobsCommand.ts | 14 +-
.../ListPiiEntitiesDetectionJobsCommand.ts | 14 +-
.../ListSentimentDetectionJobsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
...stTargetedSentimentDetectionJobsCommand.ts | 14 +-
.../ListTopicsDetectionJobsCommand.ts | 14 +-
.../src/commands/PutResourcePolicyCommand.ts | 14 +-
.../StartDocumentClassificationJobCommand.ts | 14 +-
...tartDominantLanguageDetectionJobCommand.ts | 14 +-
.../StartEntitiesDetectionJobCommand.ts | 14 +-
.../StartEventsDetectionJobCommand.ts | 14 +-
.../commands/StartFlywheelIterationCommand.ts | 14 +-
.../StartKeyPhrasesDetectionJobCommand.ts | 14 +-
.../StartPiiEntitiesDetectionJobCommand.ts | 14 +-
.../StartSentimentDetectionJobCommand.ts | 14 +-
...artTargetedSentimentDetectionJobCommand.ts | 14 +-
.../StartTopicsDetectionJobCommand.ts | 14 +-
...StopDominantLanguageDetectionJobCommand.ts | 14 +-
.../StopEntitiesDetectionJobCommand.ts | 14 +-
.../commands/StopEventsDetectionJobCommand.ts | 14 +-
.../StopKeyPhrasesDetectionJobCommand.ts | 14 +-
.../StopPiiEntitiesDetectionJobCommand.ts | 14 +-
.../StopSentimentDetectionJobCommand.ts | 14 +-
...topTargetedSentimentDetectionJobCommand.ts | 14 +-
.../StopTrainingDocumentClassifierCommand.ts | 14 +-
.../StopTrainingEntityRecognizerCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateEndpointCommand.ts | 14 +-
.../src/commands/UpdateFlywheelCommand.ts | 14 +-
clients/client-comprehendmedical/package.json | 42 +-
.../DescribeEntitiesDetectionV2JobCommand.ts | 14 +-
.../DescribeICD10CMInferenceJobCommand.ts | 14 +-
.../DescribePHIDetectionJobCommand.ts | 14 +-
.../DescribeRxNormInferenceJobCommand.ts | 14 +-
.../DescribeSNOMEDCTInferenceJobCommand.ts | 14 +-
.../src/commands/DetectEntitiesCommand.ts | 14 +-
.../src/commands/DetectEntitiesV2Command.ts | 14 +-
.../src/commands/DetectPHICommand.ts | 14 +-
.../src/commands/InferICD10CMCommand.ts | 14 +-
.../src/commands/InferRxNormCommand.ts | 14 +-
.../src/commands/InferSNOMEDCTCommand.ts | 14 +-
.../ListEntitiesDetectionV2JobsCommand.ts | 14 +-
.../ListICD10CMInferenceJobsCommand.ts | 14 +-
.../commands/ListPHIDetectionJobsCommand.ts | 14 +-
.../ListRxNormInferenceJobsCommand.ts | 14 +-
.../ListSNOMEDCTInferenceJobsCommand.ts | 14 +-
.../StartEntitiesDetectionV2JobCommand.ts | 14 +-
.../StartICD10CMInferenceJobCommand.ts | 14 +-
.../commands/StartPHIDetectionJobCommand.ts | 14 +-
.../StartRxNormInferenceJobCommand.ts | 14 +-
.../StartSNOMEDCTInferenceJobCommand.ts | 14 +-
.../StopEntitiesDetectionV2JobCommand.ts | 14 +-
.../StopICD10CMInferenceJobCommand.ts | 14 +-
.../commands/StopPHIDetectionJobCommand.ts | 14 +-
.../commands/StopRxNormInferenceJobCommand.ts | 14 +-
.../StopSNOMEDCTInferenceJobCommand.ts | 14 +-
clients/client-compute-optimizer/package.json | 42 +-
.../DeleteRecommendationPreferencesCommand.ts | 14 +-
...DescribeRecommendationExportJobsCommand.ts | 14 +-
...tAutoScalingGroupRecommendationsCommand.ts | 14 +-
.../ExportEBSVolumeRecommendationsCommand.ts | 14 +-
...ExportEC2InstanceRecommendationsCommand.ts | 14 +-
.../ExportECSServiceRecommendationsCommand.ts | 14 +-
...ortLambdaFunctionRecommendationsCommand.ts | 14 +-
.../ExportLicenseRecommendationsCommand.ts | 14 +-
...ExportRDSDatabaseRecommendationsCommand.ts | 14 +-
...tAutoScalingGroupRecommendationsCommand.ts | 14 +-
.../GetEBSVolumeRecommendationsCommand.ts | 14 +-
.../GetEC2InstanceRecommendationsCommand.ts | 14 +-
...C2RecommendationProjectedMetricsCommand.ts | 14 +-
...ceRecommendationProjectedMetricsCommand.ts | 14 +-
.../GetECSServiceRecommendationsCommand.ts | 14 +-
...fectiveRecommendationPreferencesCommand.ts | 14 +-
.../commands/GetEnrollmentStatusCommand.ts | 14 +-
...nrollmentStatusesForOrganizationCommand.ts | 14 +-
...GetLambdaFunctionRecommendationsCommand.ts | 14 +-
.../GetLicenseRecommendationsCommand.ts | 14 +-
...seRecommendationProjectedMetricsCommand.ts | 14 +-
.../GetRDSDatabaseRecommendationsCommand.ts | 14 +-
.../GetRecommendationPreferencesCommand.ts | 14 +-
.../GetRecommendationSummariesCommand.ts | 14 +-
.../PutRecommendationPreferencesCommand.ts | 14 +-
.../commands/UpdateEnrollmentStatusCommand.ts | 14 +-
clients/client-config-service/package.json | 42 +-
.../BatchGetAggregateResourceConfigCommand.ts | 14 +-
.../commands/BatchGetResourceConfigCommand.ts | 14 +-
.../DeleteAggregationAuthorizationCommand.ts | 14 +-
.../src/commands/DeleteConfigRuleCommand.ts | 14 +-
.../DeleteConfigurationAggregatorCommand.ts | 14 +-
.../DeleteConfigurationRecorderCommand.ts | 14 +-
.../commands/DeleteConformancePackCommand.ts | 14 +-
.../commands/DeleteDeliveryChannelCommand.ts | 14 +-
.../DeleteEvaluationResultsCommand.ts | 14 +-
.../DeleteOrganizationConfigRuleCommand.ts | 14 +-
...eleteOrganizationConformancePackCommand.ts | 14 +-
.../DeletePendingAggregationRequestCommand.ts | 14 +-
.../DeleteRemediationConfigurationCommand.ts | 14 +-
.../DeleteRemediationExceptionsCommand.ts | 14 +-
.../commands/DeleteResourceConfigCommand.ts | 14 +-
.../DeleteRetentionConfigurationCommand.ts | 14 +-
.../src/commands/DeleteStoredQueryCommand.ts | 14 +-
.../commands/DeliverConfigSnapshotCommand.ts | 14 +-
...AggregateComplianceByConfigRulesCommand.ts | 14 +-
...gateComplianceByConformancePacksCommand.ts | 14 +-
...escribeAggregationAuthorizationsCommand.ts | 14 +-
.../DescribeComplianceByConfigRuleCommand.ts | 14 +-
.../DescribeComplianceByResourceCommand.ts | 14 +-
...scribeConfigRuleEvaluationStatusCommand.ts | 14 +-
.../commands/DescribeConfigRulesCommand.ts | 14 +-
...igurationAggregatorSourcesStatusCommand.ts | 14 +-
...DescribeConfigurationAggregatorsCommand.ts | 14 +-
...cribeConfigurationRecorderStatusCommand.ts | 14 +-
.../DescribeConfigurationRecordersCommand.ts | 14 +-
...escribeConformancePackComplianceCommand.ts | 14 +-
.../DescribeConformancePackStatusCommand.ts | 14 +-
.../DescribeConformancePacksCommand.ts | 14 +-
.../DescribeDeliveryChannelStatusCommand.ts | 14 +-
.../DescribeDeliveryChannelsCommand.ts | 14 +-
...beOrganizationConfigRuleStatusesCommand.ts | 14 +-
.../DescribeOrganizationConfigRulesCommand.ts | 14 +-
...anizationConformancePackStatusesCommand.ts | 14 +-
...ribeOrganizationConformancePacksCommand.ts | 14 +-
...scribePendingAggregationRequestsCommand.ts | 14 +-
...escribeRemediationConfigurationsCommand.ts | 14 +-
.../DescribeRemediationExceptionsCommand.ts | 14 +-
...scribeRemediationExecutionStatusCommand.ts | 14 +-
.../DescribeRetentionConfigurationsCommand.ts | 14 +-
...ateComplianceDetailsByConfigRuleCommand.ts | 14 +-
...egateConfigRuleComplianceSummaryCommand.ts | 14 +-
...ConformancePackComplianceSummaryCommand.ts | 14 +-
...ggregateDiscoveredResourceCountsCommand.ts | 14 +-
.../GetAggregateResourceConfigCommand.ts | 14 +-
...GetComplianceDetailsByConfigRuleCommand.ts | 14 +-
.../GetComplianceDetailsByResourceCommand.ts | 14 +-
...GetComplianceSummaryByConfigRuleCommand.ts | 14 +-
...tComplianceSummaryByResourceTypeCommand.ts | 14 +-
...ConformancePackComplianceDetailsCommand.ts | 14 +-
...ConformancePackComplianceSummaryCommand.ts | 14 +-
.../commands/GetCustomRulePolicyCommand.ts | 14 +-
.../GetDiscoveredResourceCountsCommand.ts | 14 +-
...nizationConfigRuleDetailedStatusCommand.ts | 14 +-
...ionConformancePackDetailedStatusCommand.ts | 14 +-
.../GetOrganizationCustomRulePolicyCommand.ts | 14 +-
.../GetResourceConfigHistoryCommand.ts | 14 +-
.../GetResourceEvaluationSummaryCommand.ts | 14 +-
.../src/commands/GetStoredQueryCommand.ts | 14 +-
...ListAggregateDiscoveredResourcesCommand.ts | 14 +-
...tConformancePackComplianceScoresCommand.ts | 14 +-
.../ListDiscoveredResourcesCommand.ts | 14 +-
.../ListResourceEvaluationsCommand.ts | 14 +-
.../src/commands/ListStoredQueriesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../PutAggregationAuthorizationCommand.ts | 14 +-
.../src/commands/PutConfigRuleCommand.ts | 14 +-
.../PutConfigurationAggregatorCommand.ts | 14 +-
.../PutConfigurationRecorderCommand.ts | 14 +-
.../src/commands/PutConformancePackCommand.ts | 14 +-
.../src/commands/PutDeliveryChannelCommand.ts | 14 +-
.../src/commands/PutEvaluationsCommand.ts | 14 +-
.../commands/PutExternalEvaluationCommand.ts | 14 +-
.../PutOrganizationConfigRuleCommand.ts | 14 +-
.../PutOrganizationConformancePackCommand.ts | 14 +-
.../PutRemediationConfigurationsCommand.ts | 14 +-
.../PutRemediationExceptionsCommand.ts | 14 +-
.../src/commands/PutResourceConfigCommand.ts | 14 +-
.../PutRetentionConfigurationCommand.ts | 14 +-
.../src/commands/PutStoredQueryCommand.ts | 14 +-
.../SelectAggregateResourceConfigCommand.ts | 14 +-
.../commands/SelectResourceConfigCommand.ts | 14 +-
.../StartConfigRulesEvaluationCommand.ts | 14 +-
.../StartConfigurationRecorderCommand.ts | 14 +-
.../StartRemediationExecutionCommand.ts | 14 +-
.../StartResourceEvaluationCommand.ts | 14 +-
.../StopConfigurationRecorderCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../client-connect-contact-lens/package.json | 42 +-
...tRealtimeContactAnalysisSegmentsCommand.ts | 14 +-
clients/client-connect/package.json | 42 +-
.../commands/ActivateEvaluationFormCommand.ts | 14 +-
.../AssociateAnalyticsDataSetCommand.ts | 14 +-
.../AssociateApprovedOriginCommand.ts | 14 +-
.../src/commands/AssociateBotCommand.ts | 14 +-
.../AssociateDefaultVocabularyCommand.ts | 14 +-
.../src/commands/AssociateFlowCommand.ts | 14 +-
.../AssociateInstanceStorageConfigCommand.ts | 14 +-
.../AssociateLambdaFunctionCommand.ts | 14 +-
.../src/commands/AssociateLexBotCommand.ts | 14 +-
.../AssociatePhoneNumberContactFlowCommand.ts | 14 +-
.../AssociateQueueQuickConnectsCommand.ts | 14 +-
.../AssociateRoutingProfileQueuesCommand.ts | 14 +-
.../commands/AssociateSecurityKeyCommand.ts | 14 +-
...iateTrafficDistributionGroupUserCommand.ts | 14 +-
.../AssociateUserProficienciesCommand.ts | 14 +-
.../BatchAssociateAnalyticsDataSetCommand.ts | 14 +-
...atchDisassociateAnalyticsDataSetCommand.ts | 14 +-
.../BatchGetAttachedFileMetadataCommand.ts | 14 +-
.../BatchGetFlowAssociationCommand.ts | 14 +-
.../src/commands/BatchPutContactCommand.ts | 14 +-
.../src/commands/ClaimPhoneNumberCommand.ts | 14 +-
.../CompleteAttachedFileUploadCommand.ts | 14 +-
.../src/commands/CreateAgentStatusCommand.ts | 14 +-
.../src/commands/CreateContactFlowCommand.ts | 14 +-
.../CreateContactFlowModuleCommand.ts | 14 +-
.../commands/CreateEvaluationFormCommand.ts | 14 +-
.../commands/CreateHoursOfOperationCommand.ts | 14 +-
.../src/commands/CreateInstanceCommand.ts | 14 +-
.../CreateIntegrationAssociationCommand.ts | 14 +-
.../src/commands/CreateParticipantCommand.ts | 14 +-
...eatePersistentContactAssociationCommand.ts | 14 +-
.../CreatePredefinedAttributeCommand.ts | 14 +-
.../src/commands/CreatePromptCommand.ts | 14 +-
.../src/commands/CreateQueueCommand.ts | 14 +-
.../src/commands/CreateQuickConnectCommand.ts | 14 +-
.../commands/CreateRoutingProfileCommand.ts | 14 +-
.../src/commands/CreateRuleCommand.ts | 14 +-
.../commands/CreateSecurityProfileCommand.ts | 14 +-
.../src/commands/CreateTaskTemplateCommand.ts | 14 +-
.../CreateTrafficDistributionGroupCommand.ts | 14 +-
.../src/commands/CreateUseCaseCommand.ts | 14 +-
.../src/commands/CreateUserCommand.ts | 14 +-
.../CreateUserHierarchyGroupCommand.ts | 14 +-
.../src/commands/CreateViewCommand.ts | 14 +-
.../src/commands/CreateViewVersionCommand.ts | 14 +-
.../src/commands/CreateVocabularyCommand.ts | 14 +-
.../DeactivateEvaluationFormCommand.ts | 14 +-
.../src/commands/DeleteAttachedFileCommand.ts | 14 +-
.../DeleteContactEvaluationCommand.ts | 14 +-
.../src/commands/DeleteContactFlowCommand.ts | 14 +-
.../DeleteContactFlowModuleCommand.ts | 14 +-
.../commands/DeleteEvaluationFormCommand.ts | 14 +-
.../commands/DeleteHoursOfOperationCommand.ts | 14 +-
.../src/commands/DeleteInstanceCommand.ts | 14 +-
.../DeleteIntegrationAssociationCommand.ts | 14 +-
.../DeletePredefinedAttributeCommand.ts | 14 +-
.../src/commands/DeletePromptCommand.ts | 14 +-
.../src/commands/DeleteQueueCommand.ts | 14 +-
.../src/commands/DeleteQuickConnectCommand.ts | 14 +-
.../commands/DeleteRoutingProfileCommand.ts | 14 +-
.../src/commands/DeleteRuleCommand.ts | 14 +-
.../commands/DeleteSecurityProfileCommand.ts | 14 +-
.../src/commands/DeleteTaskTemplateCommand.ts | 14 +-
.../DeleteTrafficDistributionGroupCommand.ts | 14 +-
.../src/commands/DeleteUseCaseCommand.ts | 14 +-
.../src/commands/DeleteUserCommand.ts | 14 +-
.../DeleteUserHierarchyGroupCommand.ts | 14 +-
.../src/commands/DeleteViewCommand.ts | 14 +-
.../src/commands/DeleteViewVersionCommand.ts | 14 +-
.../src/commands/DeleteVocabularyCommand.ts | 14 +-
.../commands/DescribeAgentStatusCommand.ts | 14 +-
.../DescribeAuthenticationProfileCommand.ts | 14 +-
.../src/commands/DescribeContactCommand.ts | 14 +-
.../DescribeContactEvaluationCommand.ts | 14 +-
.../commands/DescribeContactFlowCommand.ts | 14 +-
.../DescribeContactFlowModuleCommand.ts | 14 +-
.../commands/DescribeEvaluationFormCommand.ts | 14 +-
.../DescribeHoursOfOperationCommand.ts | 14 +-
.../DescribeInstanceAttributeCommand.ts | 14 +-
.../src/commands/DescribeInstanceCommand.ts | 14 +-
.../DescribeInstanceStorageConfigCommand.ts | 14 +-
.../commands/DescribePhoneNumberCommand.ts | 14 +-
.../DescribePredefinedAttributeCommand.ts | 14 +-
.../src/commands/DescribePromptCommand.ts | 14 +-
.../src/commands/DescribeQueueCommand.ts | 14 +-
.../commands/DescribeQuickConnectCommand.ts | 14 +-
.../commands/DescribeRoutingProfileCommand.ts | 14 +-
.../src/commands/DescribeRuleCommand.ts | 14 +-
.../DescribeSecurityProfileCommand.ts | 14 +-
...DescribeTrafficDistributionGroupCommand.ts | 14 +-
.../src/commands/DescribeUserCommand.ts | 14 +-
.../DescribeUserHierarchyGroupCommand.ts | 14 +-
.../DescribeUserHierarchyStructureCommand.ts | 14 +-
.../src/commands/DescribeViewCommand.ts | 14 +-
.../src/commands/DescribeVocabularyCommand.ts | 14 +-
.../DisassociateAnalyticsDataSetCommand.ts | 14 +-
.../DisassociateApprovedOriginCommand.ts | 14 +-
.../src/commands/DisassociateBotCommand.ts | 14 +-
.../src/commands/DisassociateFlowCommand.ts | 14 +-
...isassociateInstanceStorageConfigCommand.ts | 14 +-
.../DisassociateLambdaFunctionCommand.ts | 14 +-
.../src/commands/DisassociateLexBotCommand.ts | 14 +-
...sassociatePhoneNumberContactFlowCommand.ts | 14 +-
.../DisassociateQueueQuickConnectsCommand.ts | 14 +-
...DisassociateRoutingProfileQueuesCommand.ts | 14 +-
.../DisassociateSecurityKeyCommand.ts | 14 +-
...iateTrafficDistributionGroupUserCommand.ts | 14 +-
.../DisassociateUserProficienciesCommand.ts | 14 +-
.../src/commands/DismissUserContactCommand.ts | 14 +-
.../src/commands/GetAttachedFileCommand.ts | 14 +-
.../commands/GetContactAttributesCommand.ts | 14 +-
.../commands/GetCurrentMetricDataCommand.ts | 14 +-
.../src/commands/GetCurrentUserDataCommand.ts | 14 +-
.../src/commands/GetFederationTokenCommand.ts | 14 +-
.../src/commands/GetFlowAssociationCommand.ts | 14 +-
.../src/commands/GetMetricDataCommand.ts | 14 +-
.../src/commands/GetMetricDataV2Command.ts | 14 +-
.../src/commands/GetPromptFileCommand.ts | 14 +-
.../src/commands/GetTaskTemplateCommand.ts | 14 +-
.../commands/GetTrafficDistributionCommand.ts | 14 +-
.../src/commands/ImportPhoneNumberCommand.ts | 14 +-
.../src/commands/ListAgentStatusesCommand.ts | 14 +-
.../ListAnalyticsDataAssociationsCommand.ts | 14 +-
.../commands/ListApprovedOriginsCommand.ts | 14 +-
.../ListAuthenticationProfilesCommand.ts | 14 +-
.../src/commands/ListBotsCommand.ts | 14 +-
.../commands/ListContactEvaluationsCommand.ts | 14 +-
.../commands/ListContactFlowModulesCommand.ts | 14 +-
.../src/commands/ListContactFlowsCommand.ts | 14 +-
.../commands/ListContactReferencesCommand.ts | 14 +-
.../ListDefaultVocabulariesCommand.ts | 14 +-
.../ListEvaluationFormVersionsCommand.ts | 14 +-
.../commands/ListEvaluationFormsCommand.ts | 14 +-
.../commands/ListFlowAssociationsCommand.ts | 14 +-
.../commands/ListHoursOfOperationsCommand.ts | 14 +-
.../commands/ListInstanceAttributesCommand.ts | 14 +-
.../ListInstanceStorageConfigsCommand.ts | 14 +-
.../src/commands/ListInstancesCommand.ts | 14 +-
.../ListIntegrationAssociationsCommand.ts | 14 +-
.../commands/ListLambdaFunctionsCommand.ts | 14 +-
.../src/commands/ListLexBotsCommand.ts | 14 +-
.../src/commands/ListPhoneNumbersCommand.ts | 14 +-
.../src/commands/ListPhoneNumbersV2Command.ts | 14 +-
.../ListPredefinedAttributesCommand.ts | 14 +-
.../src/commands/ListPromptsCommand.ts | 14 +-
.../commands/ListQueueQuickConnectsCommand.ts | 14 +-
.../src/commands/ListQueuesCommand.ts | 14 +-
.../src/commands/ListQuickConnectsCommand.ts | 14 +-
...ealtimeContactAnalysisSegmentsV2Command.ts | 14 +-
.../ListRoutingProfileQueuesCommand.ts | 14 +-
.../commands/ListRoutingProfilesCommand.ts | 14 +-
.../src/commands/ListRulesCommand.ts | 14 +-
.../src/commands/ListSecurityKeysCommand.ts | 14 +-
.../ListSecurityProfileApplicationsCommand.ts | 14 +-
.../ListSecurityProfilePermissionsCommand.ts | 14 +-
.../commands/ListSecurityProfilesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListTaskTemplatesCommand.ts | 14 +-
...istTrafficDistributionGroupUsersCommand.ts | 14 +-
.../ListTrafficDistributionGroupsCommand.ts | 14 +-
.../src/commands/ListUseCasesCommand.ts | 14 +-
.../ListUserHierarchyGroupsCommand.ts | 14 +-
.../commands/ListUserProficienciesCommand.ts | 14 +-
.../src/commands/ListUsersCommand.ts | 14 +-
.../src/commands/ListViewVersionsCommand.ts | 14 +-
.../src/commands/ListViewsCommand.ts | 14 +-
.../src/commands/MonitorContactCommand.ts | 14 +-
.../src/commands/PauseContactCommand.ts | 14 +-
.../src/commands/PutUserStatusCommand.ts | 14 +-
.../src/commands/ReleasePhoneNumberCommand.ts | 14 +-
.../src/commands/ReplicateInstanceCommand.ts | 14 +-
.../src/commands/ResumeContactCommand.ts | 14 +-
.../commands/ResumeContactRecordingCommand.ts | 14 +-
.../commands/SearchAgentStatusesCommand.ts | 14 +-
.../SearchAvailablePhoneNumbersCommand.ts | 14 +-
.../SearchContactFlowModulesCommand.ts | 14 +-
.../src/commands/SearchContactFlowsCommand.ts | 14 +-
.../src/commands/SearchContactsCommand.ts | 14 +-
.../SearchHoursOfOperationsCommand.ts | 14 +-
.../SearchPredefinedAttributesCommand.ts | 14 +-
.../src/commands/SearchPromptsCommand.ts | 14 +-
.../src/commands/SearchQueuesCommand.ts | 14 +-
.../commands/SearchQuickConnectsCommand.ts | 14 +-
.../src/commands/SearchResourceTagsCommand.ts | 14 +-
.../commands/SearchRoutingProfilesCommand.ts | 14 +-
.../commands/SearchSecurityProfilesCommand.ts | 14 +-
.../SearchUserHierarchyGroupsCommand.ts | 14 +-
.../src/commands/SearchUsersCommand.ts | 14 +-
.../src/commands/SearchVocabulariesCommand.ts | 14 +-
.../SendChatIntegrationEventCommand.ts | 14 +-
.../StartAttachedFileUploadCommand.ts | 14 +-
.../src/commands/StartChatContactCommand.ts | 14 +-
.../commands/StartContactEvaluationCommand.ts | 14 +-
.../commands/StartContactRecordingCommand.ts | 14 +-
.../commands/StartContactStreamingCommand.ts | 14 +-
.../StartOutboundVoiceContactCommand.ts | 14 +-
.../src/commands/StartTaskContactCommand.ts | 14 +-
.../src/commands/StartWebRTCContactCommand.ts | 14 +-
.../src/commands/StopContactCommand.ts | 14 +-
.../commands/StopContactRecordingCommand.ts | 14 +-
.../commands/StopContactStreamingCommand.ts | 14 +-
.../SubmitContactEvaluationCommand.ts | 14 +-
.../SuspendContactRecordingCommand.ts | 14 +-
.../src/commands/TagContactCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/TransferContactCommand.ts | 14 +-
.../src/commands/UntagContactCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAgentStatusCommand.ts | 14 +-
.../UpdateAuthenticationProfileCommand.ts | 14 +-
.../UpdateContactAttributesCommand.ts | 14 +-
.../src/commands/UpdateContactCommand.ts | 14 +-
.../UpdateContactEvaluationCommand.ts | 14 +-
.../UpdateContactFlowContentCommand.ts | 14 +-
.../UpdateContactFlowMetadataCommand.ts | 14 +-
.../UpdateContactFlowModuleContentCommand.ts | 14 +-
.../UpdateContactFlowModuleMetadataCommand.ts | 14 +-
.../commands/UpdateContactFlowNameCommand.ts | 14 +-
.../UpdateContactRoutingDataCommand.ts | 14 +-
.../commands/UpdateContactScheduleCommand.ts | 14 +-
.../commands/UpdateEvaluationFormCommand.ts | 14 +-
.../commands/UpdateHoursOfOperationCommand.ts | 14 +-
.../UpdateInstanceAttributeCommand.ts | 14 +-
.../UpdateInstanceStorageConfigCommand.ts | 14 +-
.../UpdateParticipantRoleConfigCommand.ts | 14 +-
.../src/commands/UpdatePhoneNumberCommand.ts | 14 +-
.../UpdatePhoneNumberMetadataCommand.ts | 14 +-
.../UpdatePredefinedAttributeCommand.ts | 14 +-
.../src/commands/UpdatePromptCommand.ts | 14 +-
.../UpdateQueueHoursOfOperationCommand.ts | 14 +-
.../commands/UpdateQueueMaxContactsCommand.ts | 14 +-
.../src/commands/UpdateQueueNameCommand.ts | 14 +-
.../UpdateQueueOutboundCallerConfigCommand.ts | 14 +-
.../src/commands/UpdateQueueStatusCommand.ts | 14 +-
.../UpdateQuickConnectConfigCommand.ts | 14 +-
.../commands/UpdateQuickConnectNameCommand.ts | 14 +-
...ingProfileAgentAvailabilityTimerCommand.ts | 14 +-
.../UpdateRoutingProfileConcurrencyCommand.ts | 14 +-
...utingProfileDefaultOutboundQueueCommand.ts | 14 +-
.../UpdateRoutingProfileNameCommand.ts | 14 +-
.../UpdateRoutingProfileQueuesCommand.ts | 14 +-
.../src/commands/UpdateRuleCommand.ts | 14 +-
.../commands/UpdateSecurityProfileCommand.ts | 14 +-
.../src/commands/UpdateTaskTemplateCommand.ts | 14 +-
.../UpdateTrafficDistributionCommand.ts | 14 +-
.../commands/UpdateUserHierarchyCommand.ts | 14 +-
.../UpdateUserHierarchyGroupNameCommand.ts | 14 +-
.../UpdateUserHierarchyStructureCommand.ts | 14 +-
.../commands/UpdateUserIdentityInfoCommand.ts | 14 +-
.../commands/UpdateUserPhoneConfigCommand.ts | 14 +-
.../UpdateUserProficienciesCommand.ts | 14 +-
.../UpdateUserRoutingProfileCommand.ts | 14 +-
.../UpdateUserSecurityProfilesCommand.ts | 14 +-
.../src/commands/UpdateViewContentCommand.ts | 14 +-
.../src/commands/UpdateViewMetadataCommand.ts | 14 +-
clients/client-connectcampaigns/package.json | 42 +-
.../src/commands/CreateCampaignCommand.ts | 14 +-
.../src/commands/DeleteCampaignCommand.ts | 14 +-
.../DeleteConnectInstanceConfigCommand.ts | 14 +-
.../DeleteInstanceOnboardingJobCommand.ts | 14 +-
.../src/commands/DescribeCampaignCommand.ts | 14 +-
.../commands/GetCampaignStateBatchCommand.ts | 14 +-
.../src/commands/GetCampaignStateCommand.ts | 14 +-
.../GetConnectInstanceConfigCommand.ts | 14 +-
.../GetInstanceOnboardingJobStatusCommand.ts | 14 +-
.../src/commands/ListCampaignsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PauseCampaignCommand.ts | 14 +-
.../commands/PutDialRequestBatchCommand.ts | 14 +-
.../src/commands/ResumeCampaignCommand.ts | 14 +-
.../src/commands/StartCampaignCommand.ts | 14 +-
.../StartInstanceOnboardingJobCommand.ts | 14 +-
.../src/commands/StopCampaignCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateCampaignDialerConfigCommand.ts | 14 +-
.../src/commands/UpdateCampaignNameCommand.ts | 14 +-
...UpdateCampaignOutboundCallConfigCommand.ts | 14 +-
clients/client-connectcases/package.json | 42 +-
.../src/commands/BatchGetFieldCommand.ts | 14 +-
.../commands/BatchPutFieldOptionsCommand.ts | 14 +-
.../src/commands/CreateCaseCommand.ts | 14 +-
.../src/commands/CreateDomainCommand.ts | 14 +-
.../src/commands/CreateFieldCommand.ts | 14 +-
.../src/commands/CreateLayoutCommand.ts | 14 +-
.../src/commands/CreateRelatedItemCommand.ts | 14 +-
.../src/commands/CreateTemplateCommand.ts | 14 +-
.../src/commands/DeleteDomainCommand.ts | 14 +-
.../src/commands/DeleteFieldCommand.ts | 14 +-
.../src/commands/DeleteLayoutCommand.ts | 14 +-
.../src/commands/DeleteTemplateCommand.ts | 14 +-
.../src/commands/GetCaseAuditEventsCommand.ts | 14 +-
.../src/commands/GetCaseCommand.ts | 14 +-
.../GetCaseEventConfigurationCommand.ts | 14 +-
.../src/commands/GetDomainCommand.ts | 14 +-
.../src/commands/GetLayoutCommand.ts | 14 +-
.../src/commands/GetTemplateCommand.ts | 14 +-
.../commands/ListCasesForContactCommand.ts | 14 +-
.../src/commands/ListDomainsCommand.ts | 14 +-
.../src/commands/ListFieldOptionsCommand.ts | 14 +-
.../src/commands/ListFieldsCommand.ts | 14 +-
.../src/commands/ListLayoutsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListTemplatesCommand.ts | 14 +-
.../PutCaseEventConfigurationCommand.ts | 14 +-
.../src/commands/SearchCasesCommand.ts | 14 +-
.../src/commands/SearchRelatedItemsCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateCaseCommand.ts | 14 +-
.../src/commands/UpdateFieldCommand.ts | 14 +-
.../src/commands/UpdateLayoutCommand.ts | 14 +-
.../src/commands/UpdateTemplateCommand.ts | 14 +-
.../client-connectparticipant/package.json | 42 +-
.../CompleteAttachmentUploadCommand.ts | 14 +-
.../CreateParticipantConnectionCommand.ts | 14 +-
.../src/commands/DescribeViewCommand.ts | 14 +-
.../commands/DisconnectParticipantCommand.ts | 14 +-
.../src/commands/GetAttachmentCommand.ts | 14 +-
.../src/commands/GetTranscriptCommand.ts | 14 +-
.../src/commands/SendEventCommand.ts | 14 +-
.../src/commands/SendMessageCommand.ts | 14 +-
.../commands/StartAttachmentUploadCommand.ts | 14 +-
clients/client-controlcatalog/package.json | 42 +-
.../src/commands/GetControlCommand.ts | 14 +-
.../src/commands/ListCommonControlsCommand.ts | 14 +-
.../src/commands/ListControlsCommand.ts | 14 +-
.../src/commands/ListDomainsCommand.ts | 14 +-
.../src/commands/ListObjectivesCommand.ts | 14 +-
clients/client-controltower/package.json | 42 +-
.../src/commands/CreateLandingZoneCommand.ts | 14 +-
.../src/commands/DeleteLandingZoneCommand.ts | 14 +-
.../src/commands/DisableBaselineCommand.ts | 14 +-
.../src/commands/DisableControlCommand.ts | 14 +-
.../src/commands/EnableBaselineCommand.ts | 14 +-
.../src/commands/EnableControlCommand.ts | 14 +-
.../src/commands/GetBaselineCommand.ts | 14 +-
.../commands/GetBaselineOperationCommand.ts | 14 +-
.../commands/GetControlOperationCommand.ts | 14 +-
.../src/commands/GetEnabledBaselineCommand.ts | 14 +-
.../src/commands/GetEnabledControlCommand.ts | 14 +-
.../src/commands/GetLandingZoneCommand.ts | 14 +-
.../GetLandingZoneOperationCommand.ts | 14 +-
.../src/commands/ListBaselinesCommand.ts | 14 +-
.../commands/ListControlOperationsCommand.ts | 14 +-
.../commands/ListEnabledBaselinesCommand.ts | 14 +-
.../commands/ListEnabledControlsCommand.ts | 14 +-
.../ListLandingZoneOperationsCommand.ts | 14 +-
.../src/commands/ListLandingZonesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/ResetEnabledBaselineCommand.ts | 14 +-
.../src/commands/ResetLandingZoneCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateEnabledBaselineCommand.ts | 14 +-
.../commands/UpdateEnabledControlCommand.ts | 14 +-
.../src/commands/UpdateLandingZoneCommand.ts | 14 +-
.../package.json | 42 +-
.../commands/DeleteReportDefinitionCommand.ts | 14 +-
.../DescribeReportDefinitionsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/ModifyReportDefinitionCommand.ts | 14 +-
.../commands/PutReportDefinitionCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
clients/client-cost-explorer/package.json | 42 +-
.../commands/CreateAnomalyMonitorCommand.ts | 14 +-
.../CreateAnomalySubscriptionCommand.ts | 14 +-
.../CreateCostCategoryDefinitionCommand.ts | 14 +-
.../commands/DeleteAnomalyMonitorCommand.ts | 14 +-
.../DeleteAnomalySubscriptionCommand.ts | 14 +-
.../DeleteCostCategoryDefinitionCommand.ts | 14 +-
.../DescribeCostCategoryDefinitionCommand.ts | 14 +-
.../src/commands/GetAnomaliesCommand.ts | 14 +-
.../src/commands/GetAnomalyMonitorsCommand.ts | 14 +-
.../GetAnomalySubscriptionsCommand.ts | 14 +-
.../GetApproximateUsageRecordsCommand.ts | 14 +-
.../src/commands/GetCostAndUsageCommand.ts | 14 +-
.../GetCostAndUsageWithResourcesCommand.ts | 14 +-
.../src/commands/GetCostCategoriesCommand.ts | 14 +-
.../src/commands/GetCostForecastCommand.ts | 14 +-
.../src/commands/GetDimensionValuesCommand.ts | 14 +-
.../commands/GetReservationCoverageCommand.ts | 14 +-
...eservationPurchaseRecommendationCommand.ts | 14 +-
.../GetReservationUtilizationCommand.ts | 14 +-
.../GetRightsizingRecommendationCommand.ts | 14 +-
...lanPurchaseRecommendationDetailsCommand.ts | 14 +-
.../GetSavingsPlansCoverageCommand.ts | 14 +-
...vingsPlansPurchaseRecommendationCommand.ts | 14 +-
.../GetSavingsPlansUtilizationCommand.ts | 14 +-
...etSavingsPlansUtilizationDetailsCommand.ts | 14 +-
.../src/commands/GetTagsCommand.ts | 14 +-
.../src/commands/GetUsageForecastCommand.ts | 14 +-
...CostAllocationTagBackfillHistoryCommand.ts | 14 +-
.../commands/ListCostAllocationTagsCommand.ts | 14 +-
.../ListCostCategoryDefinitionsCommand.ts | 14 +-
...PurchaseRecommendationGenerationCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/ProvideAnomalyFeedbackCommand.ts | 14 +-
.../StartCostAllocationTagBackfillCommand.ts | 14 +-
...PurchaseRecommendationGenerationCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateAnomalyMonitorCommand.ts | 14 +-
.../UpdateAnomalySubscriptionCommand.ts | 14 +-
.../UpdateCostAllocationTagsStatusCommand.ts | 14 +-
.../UpdateCostCategoryDefinitionCommand.ts | 14 +-
.../client-cost-optimization-hub/package.json | 42 +-
.../src/commands/GetPreferencesCommand.ts | 14 +-
.../src/commands/GetRecommendationCommand.ts | 14 +-
.../commands/ListEnrollmentStatusesCommand.ts | 14 +-
.../ListRecommendationSummariesCommand.ts | 14 +-
.../commands/ListRecommendationsCommand.ts | 14 +-
.../commands/UpdateEnrollmentStatusCommand.ts | 14 +-
.../src/commands/UpdatePreferencesCommand.ts | 14 +-
clients/client-customer-profiles/package.json | 42 +-
.../src/commands/AddProfileKeyCommand.ts | 14 +-
...ateCalculatedAttributeDefinitionCommand.ts | 14 +-
.../src/commands/CreateDomainCommand.ts | 14 +-
.../src/commands/CreateEventStreamCommand.ts | 14 +-
.../CreateIntegrationWorkflowCommand.ts | 14 +-
.../src/commands/CreateProfileCommand.ts | 14 +-
...eteCalculatedAttributeDefinitionCommand.ts | 14 +-
.../src/commands/DeleteDomainCommand.ts | 14 +-
.../src/commands/DeleteEventStreamCommand.ts | 14 +-
.../src/commands/DeleteIntegrationCommand.ts | 14 +-
.../src/commands/DeleteProfileCommand.ts | 14 +-
.../src/commands/DeleteProfileKeyCommand.ts | 14 +-
.../commands/DeleteProfileObjectCommand.ts | 14 +-
.../DeleteProfileObjectTypeCommand.ts | 14 +-
.../src/commands/DeleteWorkflowCommand.ts | 14 +-
.../DetectProfileObjectTypeCommand.ts | 14 +-
.../commands/GetAutoMergingPreviewCommand.ts | 14 +-
...GetCalculatedAttributeDefinitionCommand.ts | 14 +-
...GetCalculatedAttributeForProfileCommand.ts | 14 +-
.../src/commands/GetDomainCommand.ts | 14 +-
.../src/commands/GetEventStreamCommand.ts | 14 +-
.../GetIdentityResolutionJobCommand.ts | 14 +-
.../src/commands/GetIntegrationCommand.ts | 14 +-
.../src/commands/GetMatchesCommand.ts | 14 +-
.../commands/GetProfileObjectTypeCommand.ts | 14 +-
.../GetProfileObjectTypeTemplateCommand.ts | 14 +-
.../src/commands/GetSimilarProfilesCommand.ts | 14 +-
.../src/commands/GetWorkflowCommand.ts | 14 +-
.../src/commands/GetWorkflowStepsCommand.ts | 14 +-
.../ListAccountIntegrationsCommand.ts | 14 +-
...stCalculatedAttributeDefinitionsCommand.ts | 14 +-
...stCalculatedAttributesForProfileCommand.ts | 14 +-
.../src/commands/ListDomainsCommand.ts | 14 +-
.../src/commands/ListEventStreamsCommand.ts | 14 +-
.../ListIdentityResolutionJobsCommand.ts | 14 +-
.../src/commands/ListIntegrationsCommand.ts | 14 +-
.../ListProfileObjectTypeTemplatesCommand.ts | 14 +-
.../commands/ListProfileObjectTypesCommand.ts | 14 +-
.../src/commands/ListProfileObjectsCommand.ts | 14 +-
.../commands/ListRuleBasedMatchesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListWorkflowsCommand.ts | 14 +-
.../src/commands/MergeProfilesCommand.ts | 14 +-
.../src/commands/PutIntegrationCommand.ts | 14 +-
.../src/commands/PutProfileObjectCommand.ts | 14 +-
.../commands/PutProfileObjectTypeCommand.ts | 14 +-
.../src/commands/SearchProfilesCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
...ateCalculatedAttributeDefinitionCommand.ts | 14 +-
.../src/commands/UpdateDomainCommand.ts | 14 +-
.../src/commands/UpdateProfileCommand.ts | 14 +-
clients/client-data-pipeline/package.json | 42 +-
.../src/commands/ActivatePipelineCommand.ts | 14 +-
.../src/commands/AddTagsCommand.ts | 14 +-
.../src/commands/CreatePipelineCommand.ts | 14 +-
.../src/commands/DeactivatePipelineCommand.ts | 14 +-
.../src/commands/DeletePipelineCommand.ts | 14 +-
.../src/commands/DescribeObjectsCommand.ts | 14 +-
.../src/commands/DescribePipelinesCommand.ts | 14 +-
.../src/commands/EvaluateExpressionCommand.ts | 14 +-
.../commands/GetPipelineDefinitionCommand.ts | 14 +-
.../src/commands/ListPipelinesCommand.ts | 14 +-
.../src/commands/PollForTaskCommand.ts | 14 +-
.../commands/PutPipelineDefinitionCommand.ts | 14 +-
.../src/commands/QueryObjectsCommand.ts | 14 +-
.../src/commands/RemoveTagsCommand.ts | 14 +-
.../src/commands/ReportTaskProgressCommand.ts | 14 +-
.../ReportTaskRunnerHeartbeatCommand.ts | 14 +-
.../src/commands/SetStatusCommand.ts | 14 +-
.../src/commands/SetTaskStatusCommand.ts | 14 +-
.../ValidatePipelineDefinitionCommand.ts | 14 +-
.../package.json | 44 +-
.../src/commands/AddTagsToResourceCommand.ts | 14 +-
.../ApplyPendingMaintenanceActionCommand.ts | 14 +-
.../BatchStartRecommendationsCommand.ts | 14 +-
...ncelReplicationTaskAssessmentRunCommand.ts | 14 +-
.../src/commands/CreateDataProviderCommand.ts | 14 +-
.../src/commands/CreateEndpointCommand.ts | 14 +-
.../CreateEventSubscriptionCommand.ts | 14 +-
.../CreateFleetAdvisorCollectorCommand.ts | 14 +-
.../commands/CreateInstanceProfileCommand.ts | 14 +-
.../commands/CreateMigrationProjectCommand.ts | 14 +-
.../CreateReplicationConfigCommand.ts | 14 +-
.../CreateReplicationInstanceCommand.ts | 14 +-
.../CreateReplicationSubnetGroupCommand.ts | 14 +-
.../commands/CreateReplicationTaskCommand.ts | 14 +-
.../src/commands/DeleteCertificateCommand.ts | 14 +-
.../src/commands/DeleteConnectionCommand.ts | 14 +-
.../src/commands/DeleteDataProviderCommand.ts | 14 +-
.../src/commands/DeleteEndpointCommand.ts | 14 +-
.../DeleteEventSubscriptionCommand.ts | 14 +-
.../DeleteFleetAdvisorCollectorCommand.ts | 14 +-
.../DeleteFleetAdvisorDatabasesCommand.ts | 14 +-
.../commands/DeleteInstanceProfileCommand.ts | 14 +-
.../commands/DeleteMigrationProjectCommand.ts | 14 +-
.../DeleteReplicationConfigCommand.ts | 14 +-
.../DeleteReplicationInstanceCommand.ts | 14 +-
.../DeleteReplicationSubnetGroupCommand.ts | 14 +-
...leteReplicationTaskAssessmentRunCommand.ts | 14 +-
.../commands/DeleteReplicationTaskCommand.ts | 14 +-
.../DescribeAccountAttributesCommand.ts | 14 +-
...eApplicableIndividualAssessmentsCommand.ts | 14 +-
.../commands/DescribeCertificatesCommand.ts | 14 +-
.../commands/DescribeConnectionsCommand.ts | 14 +-
.../DescribeConversionConfigurationCommand.ts | 14 +-
.../commands/DescribeDataProvidersCommand.ts | 14 +-
.../DescribeEndpointSettingsCommand.ts | 14 +-
.../commands/DescribeEndpointTypesCommand.ts | 14 +-
.../src/commands/DescribeEndpointsCommand.ts | 14 +-
.../commands/DescribeEngineVersionsCommand.ts | 14 +-
.../DescribeEventCategoriesCommand.ts | 14 +-
.../DescribeEventSubscriptionsCommand.ts | 14 +-
.../src/commands/DescribeEventsCommand.ts | 14 +-
...escribeExtensionPackAssociationsCommand.ts | 14 +-
.../DescribeFleetAdvisorCollectorsCommand.ts | 14 +-
.../DescribeFleetAdvisorDatabasesCommand.ts | 14 +-
.../DescribeFleetAdvisorLsaAnalysisCommand.ts | 14 +-
...eFleetAdvisorSchemaObjectSummaryCommand.ts | 14 +-
.../DescribeFleetAdvisorSchemasCommand.ts | 14 +-
.../DescribeInstanceProfilesCommand.ts | 14 +-
...DescribeMetadataModelAssessmentsCommand.ts | 14 +-
...DescribeMetadataModelConversionsCommand.ts | 14 +-
...ribeMetadataModelExportsAsScriptCommand.ts | 14 +-
...ribeMetadataModelExportsToTargetCommand.ts | 14 +-
.../DescribeMetadataModelImportsCommand.ts | 14 +-
.../DescribeMigrationProjectsCommand.ts | 14 +-
...ibeOrderableReplicationInstancesCommand.ts | 14 +-
...escribePendingMaintenanceActionsCommand.ts | 14 +-
...escribeRecommendationLimitationsCommand.ts | 14 +-
.../DescribeRecommendationsCommand.ts | 14 +-
.../DescribeRefreshSchemasStatusCommand.ts | 14 +-
.../DescribeReplicationConfigsCommand.ts | 14 +-
...cribeReplicationInstanceTaskLogsCommand.ts | 14 +-
.../DescribeReplicationInstancesCommand.ts | 14 +-
.../DescribeReplicationSubnetGroupsCommand.ts | 14 +-
...scribeReplicationTableStatisticsCommand.ts | 14 +-
...ReplicationTaskAssessmentResultsCommand.ts | 14 +-
...ibeReplicationTaskAssessmentRunsCommand.ts | 14 +-
...icationTaskIndividualAssessmentsCommand.ts | 14 +-
.../DescribeReplicationTasksCommand.ts | 14 +-
.../commands/DescribeReplicationsCommand.ts | 14 +-
.../src/commands/DescribeSchemasCommand.ts | 14 +-
.../DescribeTableStatisticsCommand.ts | 14 +-
.../ExportMetadataModelAssessmentCommand.ts | 14 +-
.../src/commands/ImportCertificateCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../ModifyConversionConfigurationCommand.ts | 14 +-
.../src/commands/ModifyDataProviderCommand.ts | 14 +-
.../src/commands/ModifyEndpointCommand.ts | 14 +-
.../ModifyEventSubscriptionCommand.ts | 14 +-
.../commands/ModifyInstanceProfileCommand.ts | 14 +-
.../commands/ModifyMigrationProjectCommand.ts | 14 +-
.../ModifyReplicationConfigCommand.ts | 14 +-
.../ModifyReplicationInstanceCommand.ts | 14 +-
.../ModifyReplicationSubnetGroupCommand.ts | 14 +-
.../commands/ModifyReplicationTaskCommand.ts | 14 +-
.../commands/MoveReplicationTaskCommand.ts | 14 +-
.../RebootReplicationInstanceCommand.ts | 14 +-
.../src/commands/RefreshSchemasCommand.ts | 14 +-
.../ReloadReplicationTablesCommand.ts | 14 +-
.../src/commands/ReloadTablesCommand.ts | 14 +-
.../commands/RemoveTagsFromResourceCommand.ts | 14 +-
.../RunFleetAdvisorLsaAnalysisCommand.ts | 14 +-
.../StartExtensionPackAssociationCommand.ts | 14 +-
.../StartMetadataModelAssessmentCommand.ts | 14 +-
.../StartMetadataModelConversionCommand.ts | 14 +-
...StartMetadataModelExportAsScriptCommand.ts | 14 +-
...StartMetadataModelExportToTargetCommand.ts | 14 +-
.../StartMetadataModelImportCommand.ts | 14 +-
.../commands/StartRecommendationsCommand.ts | 14 +-
.../src/commands/StartReplicationCommand.ts | 14 +-
.../StartReplicationTaskAssessmentCommand.ts | 14 +-
...tartReplicationTaskAssessmentRunCommand.ts | 14 +-
.../commands/StartReplicationTaskCommand.ts | 14 +-
.../src/commands/StopReplicationCommand.ts | 14 +-
.../commands/StopReplicationTaskCommand.ts | 14 +-
.../src/commands/TestConnectionCommand.ts | 14 +-
...UpdateSubscriptionsToEventBridgeCommand.ts | 14 +-
clients/client-databrew/package.json | 42 +-
.../BatchDeleteRecipeVersionCommand.ts | 14 +-
.../src/commands/CreateDatasetCommand.ts | 14 +-
.../src/commands/CreateProfileJobCommand.ts | 14 +-
.../src/commands/CreateProjectCommand.ts | 14 +-
.../src/commands/CreateRecipeCommand.ts | 14 +-
.../src/commands/CreateRecipeJobCommand.ts | 14 +-
.../src/commands/CreateRulesetCommand.ts | 14 +-
.../src/commands/CreateScheduleCommand.ts | 14 +-
.../src/commands/DeleteDatasetCommand.ts | 14 +-
.../src/commands/DeleteJobCommand.ts | 14 +-
.../src/commands/DeleteProjectCommand.ts | 14 +-
.../commands/DeleteRecipeVersionCommand.ts | 14 +-
.../src/commands/DeleteRulesetCommand.ts | 14 +-
.../src/commands/DeleteScheduleCommand.ts | 14 +-
.../src/commands/DescribeDatasetCommand.ts | 14 +-
.../src/commands/DescribeJobCommand.ts | 14 +-
.../src/commands/DescribeJobRunCommand.ts | 14 +-
.../src/commands/DescribeProjectCommand.ts | 14 +-
.../src/commands/DescribeRecipeCommand.ts | 14 +-
.../src/commands/DescribeRulesetCommand.ts | 14 +-
.../src/commands/DescribeScheduleCommand.ts | 14 +-
.../src/commands/ListDatasetsCommand.ts | 14 +-
.../src/commands/ListJobRunsCommand.ts | 14 +-
.../src/commands/ListJobsCommand.ts | 14 +-
.../src/commands/ListProjectsCommand.ts | 14 +-
.../src/commands/ListRecipeVersionsCommand.ts | 14 +-
.../src/commands/ListRecipesCommand.ts | 14 +-
.../src/commands/ListRulesetsCommand.ts | 14 +-
.../src/commands/ListSchedulesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PublishRecipeCommand.ts | 14 +-
.../SendProjectSessionActionCommand.ts | 14 +-
.../src/commands/StartJobRunCommand.ts | 14 +-
.../commands/StartProjectSessionCommand.ts | 14 +-
.../src/commands/StopJobRunCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateDatasetCommand.ts | 14 +-
.../src/commands/UpdateProfileJobCommand.ts | 14 +-
.../src/commands/UpdateProjectCommand.ts | 14 +-
.../src/commands/UpdateRecipeCommand.ts | 14 +-
.../src/commands/UpdateRecipeJobCommand.ts | 14 +-
.../src/commands/UpdateRulesetCommand.ts | 14 +-
.../src/commands/UpdateScheduleCommand.ts | 14 +-
clients/client-dataexchange/package.json | 42 +-
.../src/commands/CancelJobCommand.ts | 14 +-
.../src/commands/CreateDataSetCommand.ts | 14 +-
.../src/commands/CreateEventActionCommand.ts | 14 +-
.../src/commands/CreateJobCommand.ts | 14 +-
.../src/commands/CreateRevisionCommand.ts | 14 +-
.../src/commands/DeleteAssetCommand.ts | 14 +-
.../src/commands/DeleteDataSetCommand.ts | 14 +-
.../src/commands/DeleteEventActionCommand.ts | 14 +-
.../src/commands/DeleteRevisionCommand.ts | 14 +-
.../src/commands/GetAssetCommand.ts | 14 +-
.../src/commands/GetDataSetCommand.ts | 14 +-
.../src/commands/GetEventActionCommand.ts | 14 +-
.../src/commands/GetJobCommand.ts | 14 +-
.../src/commands/GetRevisionCommand.ts | 14 +-
.../commands/ListDataSetRevisionsCommand.ts | 14 +-
.../src/commands/ListDataSetsCommand.ts | 14 +-
.../src/commands/ListEventActionsCommand.ts | 14 +-
.../src/commands/ListJobsCommand.ts | 14 +-
.../src/commands/ListRevisionAssetsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/RevokeRevisionCommand.ts | 14 +-
.../src/commands/SendApiAssetCommand.ts | 14 +-
.../SendDataSetNotificationCommand.ts | 14 +-
.../src/commands/StartJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAssetCommand.ts | 14 +-
.../src/commands/UpdateDataSetCommand.ts | 14 +-
.../src/commands/UpdateEventActionCommand.ts | 14 +-
.../src/commands/UpdateRevisionCommand.ts | 14 +-
clients/client-datasync/package.json | 42 +-
.../src/commands/AddStorageSystemCommand.ts | 14 +-
.../commands/CancelTaskExecutionCommand.ts | 14 +-
.../src/commands/CreateAgentCommand.ts | 14 +-
.../CreateLocationAzureBlobCommand.ts | 14 +-
.../src/commands/CreateLocationEfsCommand.ts | 14 +-
.../CreateLocationFsxLustreCommand.ts | 14 +-
.../commands/CreateLocationFsxOntapCommand.ts | 14 +-
.../CreateLocationFsxOpenZfsCommand.ts | 14 +-
.../CreateLocationFsxWindowsCommand.ts | 14 +-
.../src/commands/CreateLocationHdfsCommand.ts | 14 +-
.../src/commands/CreateLocationNfsCommand.ts | 14 +-
.../CreateLocationObjectStorageCommand.ts | 14 +-
.../src/commands/CreateLocationS3Command.ts | 14 +-
.../src/commands/CreateLocationSmbCommand.ts | 14 +-
.../src/commands/CreateTaskCommand.ts | 14 +-
.../src/commands/DeleteAgentCommand.ts | 14 +-
.../src/commands/DeleteLocationCommand.ts | 14 +-
.../src/commands/DeleteTaskCommand.ts | 14 +-
.../src/commands/DescribeAgentCommand.ts | 14 +-
.../commands/DescribeDiscoveryJobCommand.ts | 14 +-
.../DescribeLocationAzureBlobCommand.ts | 14 +-
.../commands/DescribeLocationEfsCommand.ts | 14 +-
.../DescribeLocationFsxLustreCommand.ts | 14 +-
.../DescribeLocationFsxOntapCommand.ts | 14 +-
.../DescribeLocationFsxOpenZfsCommand.ts | 14 +-
.../DescribeLocationFsxWindowsCommand.ts | 14 +-
.../commands/DescribeLocationHdfsCommand.ts | 14 +-
.../commands/DescribeLocationNfsCommand.ts | 14 +-
.../DescribeLocationObjectStorageCommand.ts | 14 +-
.../src/commands/DescribeLocationS3Command.ts | 14 +-
.../commands/DescribeLocationSmbCommand.ts | 14 +-
.../commands/DescribeStorageSystemCommand.ts | 14 +-
...ribeStorageSystemResourceMetricsCommand.ts | 14 +-
.../DescribeStorageSystemResourcesCommand.ts | 14 +-
.../src/commands/DescribeTaskCommand.ts | 14 +-
.../commands/DescribeTaskExecutionCommand.ts | 14 +-
.../GenerateRecommendationsCommand.ts | 14 +-
.../src/commands/ListAgentsCommand.ts | 14 +-
.../src/commands/ListDiscoveryJobsCommand.ts | 14 +-
.../src/commands/ListLocationsCommand.ts | 14 +-
.../src/commands/ListStorageSystemsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListTaskExecutionsCommand.ts | 14 +-
.../src/commands/ListTasksCommand.ts | 14 +-
.../commands/RemoveStorageSystemCommand.ts | 14 +-
.../src/commands/StartDiscoveryJobCommand.ts | 14 +-
.../src/commands/StartTaskExecutionCommand.ts | 14 +-
.../src/commands/StopDiscoveryJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAgentCommand.ts | 14 +-
.../src/commands/UpdateDiscoveryJobCommand.ts | 14 +-
.../UpdateLocationAzureBlobCommand.ts | 14 +-
.../src/commands/UpdateLocationHdfsCommand.ts | 14 +-
.../src/commands/UpdateLocationNfsCommand.ts | 14 +-
.../UpdateLocationObjectStorageCommand.ts | 14 +-
.../src/commands/UpdateLocationSmbCommand.ts | 14 +-
.../commands/UpdateStorageSystemCommand.ts | 14 +-
.../src/commands/UpdateTaskCommand.ts | 14 +-
.../commands/UpdateTaskExecutionCommand.ts | 14 +-
clients/client-datazone/package.json | 42 +-
.../src/commands/AcceptPredictionsCommand.ts | 14 +-
.../AcceptSubscriptionRequestCommand.ts | 14 +-
.../src/commands/AddEntityOwnerCommand.ts | 14 +-
.../src/commands/AddPolicyGrantCommand.ts | 14 +-
.../AssociateEnvironmentRoleCommand.ts | 14 +-
.../CancelMetadataGenerationRunCommand.ts | 14 +-
.../src/commands/CancelSubscriptionCommand.ts | 14 +-
.../src/commands/CreateAssetCommand.ts | 14 +-
.../src/commands/CreateAssetFilterCommand.ts | 14 +-
.../commands/CreateAssetRevisionCommand.ts | 14 +-
.../src/commands/CreateAssetTypeCommand.ts | 14 +-
.../src/commands/CreateDataProductCommand.ts | 14 +-
.../CreateDataProductRevisionCommand.ts | 14 +-
.../src/commands/CreateDataSourceCommand.ts | 14 +-
.../src/commands/CreateDomainCommand.ts | 14 +-
.../src/commands/CreateDomainUnitCommand.ts | 14 +-
.../CreateEnvironmentActionCommand.ts | 14 +-
.../src/commands/CreateEnvironmentCommand.ts | 14 +-
.../CreateEnvironmentProfileCommand.ts | 14 +-
.../src/commands/CreateFormTypeCommand.ts | 14 +-
.../src/commands/CreateGlossaryCommand.ts | 14 +-
.../src/commands/CreateGlossaryTermCommand.ts | 14 +-
.../src/commands/CreateGroupProfileCommand.ts | 14 +-
.../commands/CreateListingChangeSetCommand.ts | 14 +-
.../src/commands/CreateProjectCommand.ts | 14 +-
.../CreateProjectMembershipCommand.ts | 14 +-
.../CreateSubscriptionGrantCommand.ts | 14 +-
.../CreateSubscriptionRequestCommand.ts | 14 +-
.../CreateSubscriptionTargetCommand.ts | 14 +-
.../src/commands/CreateUserProfileCommand.ts | 14 +-
.../src/commands/DeleteAssetCommand.ts | 14 +-
.../src/commands/DeleteAssetFilterCommand.ts | 14 +-
.../src/commands/DeleteAssetTypeCommand.ts | 14 +-
.../src/commands/DeleteDataProductCommand.ts | 14 +-
.../src/commands/DeleteDataSourceCommand.ts | 14 +-
.../src/commands/DeleteDomainCommand.ts | 14 +-
.../src/commands/DeleteDomainUnitCommand.ts | 14 +-
.../DeleteEnvironmentActionCommand.ts | 14 +-
...nvironmentBlueprintConfigurationCommand.ts | 14 +-
.../src/commands/DeleteEnvironmentCommand.ts | 14 +-
.../DeleteEnvironmentProfileCommand.ts | 14 +-
.../src/commands/DeleteFormTypeCommand.ts | 14 +-
.../src/commands/DeleteGlossaryCommand.ts | 14 +-
.../src/commands/DeleteGlossaryTermCommand.ts | 14 +-
.../src/commands/DeleteListingCommand.ts | 14 +-
.../src/commands/DeleteProjectCommand.ts | 14 +-
.../DeleteProjectMembershipCommand.ts | 14 +-
.../DeleteSubscriptionGrantCommand.ts | 14 +-
.../DeleteSubscriptionRequestCommand.ts | 14 +-
.../DeleteSubscriptionTargetCommand.ts | 14 +-
.../DeleteTimeSeriesDataPointsCommand.ts | 14 +-
.../DisassociateEnvironmentRoleCommand.ts | 14 +-
.../src/commands/GetAssetCommand.ts | 14 +-
.../src/commands/GetAssetFilterCommand.ts | 14 +-
.../src/commands/GetAssetTypeCommand.ts | 14 +-
.../src/commands/GetDataProductCommand.ts | 14 +-
.../src/commands/GetDataSourceCommand.ts | 14 +-
.../src/commands/GetDataSourceRunCommand.ts | 14 +-
.../src/commands/GetDomainCommand.ts | 14 +-
.../src/commands/GetDomainUnitCommand.ts | 14 +-
.../commands/GetEnvironmentActionCommand.ts | 14 +-
.../GetEnvironmentBlueprintCommand.ts | 14 +-
...nvironmentBlueprintConfigurationCommand.ts | 14 +-
.../src/commands/GetEnvironmentCommand.ts | 14 +-
.../GetEnvironmentCredentialsCommand.ts | 14 +-
.../commands/GetEnvironmentProfileCommand.ts | 14 +-
.../src/commands/GetFormTypeCommand.ts | 14 +-
.../src/commands/GetGlossaryCommand.ts | 14 +-
.../src/commands/GetGlossaryTermCommand.ts | 14 +-
.../src/commands/GetGroupProfileCommand.ts | 14 +-
.../commands/GetIamPortalLoginUrlCommand.ts | 14 +-
.../src/commands/GetLineageNodeCommand.ts | 14 +-
.../src/commands/GetListingCommand.ts | 14 +-
.../GetMetadataGenerationRunCommand.ts | 14 +-
.../src/commands/GetProjectCommand.ts | 14 +-
.../src/commands/GetSubscriptionCommand.ts | 14 +-
.../commands/GetSubscriptionGrantCommand.ts | 14 +-
.../GetSubscriptionRequestDetailsCommand.ts | 14 +-
.../commands/GetSubscriptionTargetCommand.ts | 14 +-
.../commands/GetTimeSeriesDataPointCommand.ts | 14 +-
.../src/commands/GetUserProfileCommand.ts | 14 +-
.../src/commands/ListAssetFiltersCommand.ts | 14 +-
.../src/commands/ListAssetRevisionsCommand.ts | 14 +-
.../ListDataProductRevisionsCommand.ts | 14 +-
.../ListDataSourceRunActivitiesCommand.ts | 14 +-
.../src/commands/ListDataSourceRunsCommand.ts | 14 +-
.../src/commands/ListDataSourcesCommand.ts | 14 +-
.../ListDomainUnitsForParentCommand.ts | 14 +-
.../src/commands/ListDomainsCommand.ts | 14 +-
.../src/commands/ListEntityOwnersCommand.ts | 14 +-
.../commands/ListEnvironmentActionsCommand.ts | 14 +-
...vironmentBlueprintConfigurationsCommand.ts | 14 +-
.../ListEnvironmentBlueprintsCommand.ts | 14 +-
.../ListEnvironmentProfilesCommand.ts | 14 +-
.../src/commands/ListEnvironmentsCommand.ts | 14 +-
.../commands/ListLineageNodeHistoryCommand.ts | 14 +-
.../ListMetadataGenerationRunsCommand.ts | 14 +-
.../src/commands/ListNotificationsCommand.ts | 14 +-
.../src/commands/ListPolicyGrantsCommand.ts | 14 +-
.../commands/ListProjectMembershipsCommand.ts | 14 +-
.../src/commands/ListProjectsCommand.ts | 14 +-
.../commands/ListSubscriptionGrantsCommand.ts | 14 +-
.../ListSubscriptionRequestsCommand.ts | 14 +-
.../ListSubscriptionTargetsCommand.ts | 14 +-
.../src/commands/ListSubscriptionsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../ListTimeSeriesDataPointsCommand.ts | 14 +-
.../src/commands/PostLineageEventCommand.ts | 14 +-
.../PostTimeSeriesDataPointsCommand.ts | 14 +-
...nvironmentBlueprintConfigurationCommand.ts | 14 +-
.../src/commands/RejectPredictionsCommand.ts | 14 +-
.../RejectSubscriptionRequestCommand.ts | 14 +-
.../src/commands/RemoveEntityOwnerCommand.ts | 14 +-
.../src/commands/RemovePolicyGrantCommand.ts | 14 +-
.../src/commands/RevokeSubscriptionCommand.ts | 14 +-
.../src/commands/SearchCommand.ts | 14 +-
.../commands/SearchGroupProfilesCommand.ts | 14 +-
.../src/commands/SearchListingsCommand.ts | 14 +-
.../src/commands/SearchTypesCommand.ts | 14 +-
.../src/commands/SearchUserProfilesCommand.ts | 14 +-
.../src/commands/StartDataSourceRunCommand.ts | 14 +-
.../StartMetadataGenerationRunCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAssetFilterCommand.ts | 14 +-
.../src/commands/UpdateDataSourceCommand.ts | 14 +-
.../src/commands/UpdateDomainCommand.ts | 14 +-
.../src/commands/UpdateDomainUnitCommand.ts | 14 +-
.../UpdateEnvironmentActionCommand.ts | 14 +-
.../src/commands/UpdateEnvironmentCommand.ts | 14 +-
.../UpdateEnvironmentProfileCommand.ts | 14 +-
.../src/commands/UpdateGlossaryCommand.ts | 14 +-
.../src/commands/UpdateGlossaryTermCommand.ts | 14 +-
.../src/commands/UpdateGroupProfileCommand.ts | 14 +-
.../src/commands/UpdateProjectCommand.ts | 14 +-
.../UpdateSubscriptionGrantStatusCommand.ts | 14 +-
.../UpdateSubscriptionRequestCommand.ts | 14 +-
.../UpdateSubscriptionTargetCommand.ts | 14 +-
.../src/commands/UpdateUserProfileCommand.ts | 14 +-
clients/client-dax/package.json | 42 +-
.../src/commands/CreateClusterCommand.ts | 14 +-
.../commands/CreateParameterGroupCommand.ts | 14 +-
.../src/commands/CreateSubnetGroupCommand.ts | 14 +-
.../DecreaseReplicationFactorCommand.ts | 14 +-
.../src/commands/DeleteClusterCommand.ts | 14 +-
.../commands/DeleteParameterGroupCommand.ts | 14 +-
.../src/commands/DeleteSubnetGroupCommand.ts | 14 +-
.../src/commands/DescribeClustersCommand.ts | 14 +-
.../DescribeDefaultParametersCommand.ts | 14 +-
.../src/commands/DescribeEventsCommand.ts | 14 +-
.../DescribeParameterGroupsCommand.ts | 14 +-
.../src/commands/DescribeParametersCommand.ts | 14 +-
.../commands/DescribeSubnetGroupsCommand.ts | 14 +-
.../IncreaseReplicationFactorCommand.ts | 14 +-
.../src/commands/ListTagsCommand.ts | 14 +-
.../src/commands/RebootNodeCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateClusterCommand.ts | 14 +-
.../commands/UpdateParameterGroupCommand.ts | 14 +-
.../src/commands/UpdateSubnetGroupCommand.ts | 14 +-
clients/client-deadline/package.json | 44 +-
.../commands/AssociateMemberToFarmCommand.ts | 14 +-
.../commands/AssociateMemberToFleetCommand.ts | 14 +-
.../commands/AssociateMemberToJobCommand.ts | 14 +-
.../commands/AssociateMemberToQueueCommand.ts | 14 +-
.../commands/AssumeFleetRoleForReadCommand.ts | 14 +-
.../AssumeFleetRoleForWorkerCommand.ts | 14 +-
.../commands/AssumeQueueRoleForReadCommand.ts | 14 +-
.../commands/AssumeQueueRoleForUserCommand.ts | 14 +-
.../AssumeQueueRoleForWorkerCommand.ts | 14 +-
.../src/commands/BatchGetJobEntityCommand.ts | 14 +-
.../src/commands/CopyJobTemplateCommand.ts | 14 +-
.../src/commands/CreateBudgetCommand.ts | 14 +-
.../src/commands/CreateFarmCommand.ts | 14 +-
.../src/commands/CreateFleetCommand.ts | 14 +-
.../src/commands/CreateJobCommand.ts | 14 +-
.../commands/CreateLicenseEndpointCommand.ts | 14 +-
.../src/commands/CreateMonitorCommand.ts | 14 +-
.../src/commands/CreateQueueCommand.ts | 14 +-
.../commands/CreateQueueEnvironmentCommand.ts | 14 +-
.../CreateQueueFleetAssociationCommand.ts | 14 +-
.../commands/CreateStorageProfileCommand.ts | 14 +-
.../src/commands/CreateWorkerCommand.ts | 14 +-
.../src/commands/DeleteBudgetCommand.ts | 14 +-
.../src/commands/DeleteFarmCommand.ts | 14 +-
.../src/commands/DeleteFleetCommand.ts | 14 +-
.../commands/DeleteLicenseEndpointCommand.ts | 14 +-
.../commands/DeleteMeteredProductCommand.ts | 14 +-
.../src/commands/DeleteMonitorCommand.ts | 14 +-
.../src/commands/DeleteQueueCommand.ts | 14 +-
.../commands/DeleteQueueEnvironmentCommand.ts | 14 +-
.../DeleteQueueFleetAssociationCommand.ts | 14 +-
.../commands/DeleteStorageProfileCommand.ts | 14 +-
.../src/commands/DeleteWorkerCommand.ts | 14 +-
.../DisassociateMemberFromFarmCommand.ts | 14 +-
.../DisassociateMemberFromFleetCommand.ts | 14 +-
.../DisassociateMemberFromJobCommand.ts | 14 +-
.../DisassociateMemberFromQueueCommand.ts | 14 +-
.../src/commands/GetBudgetCommand.ts | 14 +-
.../src/commands/GetFarmCommand.ts | 14 +-
.../src/commands/GetFleetCommand.ts | 14 +-
.../src/commands/GetJobCommand.ts | 14 +-
.../src/commands/GetLicenseEndpointCommand.ts | 14 +-
.../src/commands/GetMonitorCommand.ts | 14 +-
.../src/commands/GetQueueCommand.ts | 14 +-
.../commands/GetQueueEnvironmentCommand.ts | 14 +-
.../GetQueueFleetAssociationCommand.ts | 14 +-
.../src/commands/GetSessionActionCommand.ts | 14 +-
.../src/commands/GetSessionCommand.ts | 14 +-
...GetSessionsStatisticsAggregationCommand.ts | 14 +-
.../src/commands/GetStepCommand.ts | 14 +-
.../src/commands/GetStorageProfileCommand.ts | 14 +-
.../GetStorageProfileForQueueCommand.ts | 14 +-
.../src/commands/GetTaskCommand.ts | 14 +-
.../src/commands/GetWorkerCommand.ts | 14 +-
.../ListAvailableMeteredProductsCommand.ts | 14 +-
.../src/commands/ListBudgetsCommand.ts | 14 +-
.../src/commands/ListFarmMembersCommand.ts | 14 +-
.../src/commands/ListFarmsCommand.ts | 14 +-
.../src/commands/ListFleetMembersCommand.ts | 14 +-
.../src/commands/ListFleetsCommand.ts | 14 +-
.../src/commands/ListJobMembersCommand.ts | 14 +-
.../src/commands/ListJobsCommand.ts | 14 +-
.../commands/ListLicenseEndpointsCommand.ts | 14 +-
.../commands/ListMeteredProductsCommand.ts | 14 +-
.../src/commands/ListMonitorsCommand.ts | 14 +-
.../commands/ListQueueEnvironmentsCommand.ts | 14 +-
.../ListQueueFleetAssociationsCommand.ts | 14 +-
.../src/commands/ListQueueMembersCommand.ts | 14 +-
.../src/commands/ListQueuesCommand.ts | 14 +-
.../src/commands/ListSessionActionsCommand.ts | 14 +-
.../src/commands/ListSessionsCommand.ts | 14 +-
.../commands/ListSessionsForWorkerCommand.ts | 14 +-
.../src/commands/ListStepConsumersCommand.ts | 14 +-
.../commands/ListStepDependenciesCommand.ts | 14 +-
.../src/commands/ListStepsCommand.ts | 14 +-
.../commands/ListStorageProfilesCommand.ts | 14 +-
.../ListStorageProfilesForQueueCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListTasksCommand.ts | 14 +-
.../src/commands/ListWorkersCommand.ts | 14 +-
.../src/commands/PutMeteredProductCommand.ts | 14 +-
.../src/commands/SearchJobsCommand.ts | 14 +-
.../src/commands/SearchStepsCommand.ts | 14 +-
.../src/commands/SearchTasksCommand.ts | 14 +-
.../src/commands/SearchWorkersCommand.ts | 14 +-
...artSessionsStatisticsAggregationCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateBudgetCommand.ts | 14 +-
.../src/commands/UpdateFarmCommand.ts | 14 +-
.../src/commands/UpdateFleetCommand.ts | 14 +-
.../src/commands/UpdateJobCommand.ts | 14 +-
.../src/commands/UpdateMonitorCommand.ts | 14 +-
.../src/commands/UpdateQueueCommand.ts | 14 +-
.../commands/UpdateQueueEnvironmentCommand.ts | 14 +-
.../UpdateQueueFleetAssociationCommand.ts | 14 +-
.../src/commands/UpdateSessionCommand.ts | 14 +-
.../src/commands/UpdateStepCommand.ts | 14 +-
.../commands/UpdateStorageProfileCommand.ts | 14 +-
.../src/commands/UpdateTaskCommand.ts | 14 +-
.../src/commands/UpdateWorkerCommand.ts | 14 +-
.../commands/UpdateWorkerScheduleCommand.ts | 14 +-
clients/client-detective/package.json | 42 +-
.../src/commands/AcceptInvitationCommand.ts | 14 +-
.../BatchGetGraphMemberDatasourcesCommand.ts | 14 +-
.../BatchGetMembershipDatasourcesCommand.ts | 14 +-
.../src/commands/CreateGraphCommand.ts | 14 +-
.../src/commands/CreateMembersCommand.ts | 14 +-
.../src/commands/DeleteGraphCommand.ts | 14 +-
.../src/commands/DeleteMembersCommand.ts | 14 +-
...escribeOrganizationConfigurationCommand.ts | 14 +-
.../DisableOrganizationAdminAccountCommand.ts | 14 +-
.../commands/DisassociateMembershipCommand.ts | 14 +-
.../EnableOrganizationAdminAccountCommand.ts | 14 +-
.../src/commands/GetInvestigationCommand.ts | 14 +-
.../src/commands/GetMembersCommand.ts | 14 +-
.../commands/ListDatasourcePackagesCommand.ts | 14 +-
.../src/commands/ListGraphsCommand.ts | 14 +-
.../src/commands/ListIndicatorsCommand.ts | 14 +-
.../src/commands/ListInvestigationsCommand.ts | 14 +-
.../src/commands/ListInvitationsCommand.ts | 14 +-
.../src/commands/ListMembersCommand.ts | 14 +-
.../ListOrganizationAdminAccountsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/RejectInvitationCommand.ts | 14 +-
.../src/commands/StartInvestigationCommand.ts | 14 +-
.../commands/StartMonitoringMemberCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateDatasourcePackagesCommand.ts | 14 +-
.../UpdateInvestigationStateCommand.ts | 14 +-
.../UpdateOrganizationConfigurationCommand.ts | 14 +-
clients/client-device-farm/package.json | 42 +-
.../src/commands/CreateDevicePoolCommand.ts | 14 +-
.../commands/CreateInstanceProfileCommand.ts | 14 +-
.../commands/CreateNetworkProfileCommand.ts | 14 +-
.../src/commands/CreateProjectCommand.ts | 14 +-
.../CreateRemoteAccessSessionCommand.ts | 14 +-
.../commands/CreateTestGridProjectCommand.ts | 14 +-
.../src/commands/CreateTestGridUrlCommand.ts | 14 +-
.../src/commands/CreateUploadCommand.ts | 14 +-
.../CreateVPCEConfigurationCommand.ts | 14 +-
.../src/commands/DeleteDevicePoolCommand.ts | 14 +-
.../commands/DeleteInstanceProfileCommand.ts | 14 +-
.../commands/DeleteNetworkProfileCommand.ts | 14 +-
.../src/commands/DeleteProjectCommand.ts | 14 +-
.../DeleteRemoteAccessSessionCommand.ts | 14 +-
.../src/commands/DeleteRunCommand.ts | 14 +-
.../commands/DeleteTestGridProjectCommand.ts | 14 +-
.../src/commands/DeleteUploadCommand.ts | 14 +-
.../DeleteVPCEConfigurationCommand.ts | 14 +-
.../src/commands/GetAccountSettingsCommand.ts | 14 +-
.../src/commands/GetDeviceCommand.ts | 14 +-
.../src/commands/GetDeviceInstanceCommand.ts | 14 +-
.../src/commands/GetDevicePoolCommand.ts | 14 +-
.../GetDevicePoolCompatibilityCommand.ts | 14 +-
.../src/commands/GetInstanceProfileCommand.ts | 14 +-
.../src/commands/GetJobCommand.ts | 14 +-
.../src/commands/GetNetworkProfileCommand.ts | 14 +-
.../src/commands/GetOfferingStatusCommand.ts | 14 +-
.../src/commands/GetProjectCommand.ts | 14 +-
.../commands/GetRemoteAccessSessionCommand.ts | 14 +-
.../src/commands/GetRunCommand.ts | 14 +-
.../src/commands/GetSuiteCommand.ts | 14 +-
.../src/commands/GetTestCommand.ts | 14 +-
.../src/commands/GetTestGridProjectCommand.ts | 14 +-
.../src/commands/GetTestGridSessionCommand.ts | 14 +-
.../src/commands/GetUploadCommand.ts | 14 +-
.../commands/GetVPCEConfigurationCommand.ts | 14 +-
.../InstallToRemoteAccessSessionCommand.ts | 14 +-
.../src/commands/ListArtifactsCommand.ts | 14 +-
.../commands/ListDeviceInstancesCommand.ts | 14 +-
.../src/commands/ListDevicePoolsCommand.ts | 14 +-
.../src/commands/ListDevicesCommand.ts | 14 +-
.../commands/ListInstanceProfilesCommand.ts | 14 +-
.../src/commands/ListJobsCommand.ts | 14 +-
.../commands/ListNetworkProfilesCommand.ts | 14 +-
.../commands/ListOfferingPromotionsCommand.ts | 14 +-
.../ListOfferingTransactionsCommand.ts | 14 +-
.../src/commands/ListOfferingsCommand.ts | 14 +-
.../src/commands/ListProjectsCommand.ts | 14 +-
.../ListRemoteAccessSessionsCommand.ts | 14 +-
.../src/commands/ListRunsCommand.ts | 14 +-
.../src/commands/ListSamplesCommand.ts | 14 +-
.../src/commands/ListSuitesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/ListTestGridProjectsCommand.ts | 14 +-
.../ListTestGridSessionActionsCommand.ts | 14 +-
.../ListTestGridSessionArtifactsCommand.ts | 14 +-
.../commands/ListTestGridSessionsCommand.ts | 14 +-
.../src/commands/ListTestsCommand.ts | 14 +-
.../src/commands/ListUniqueProblemsCommand.ts | 14 +-
.../src/commands/ListUploadsCommand.ts | 14 +-
.../commands/ListVPCEConfigurationsCommand.ts | 14 +-
.../src/commands/PurchaseOfferingCommand.ts | 14 +-
.../src/commands/RenewOfferingCommand.ts | 14 +-
.../src/commands/ScheduleRunCommand.ts | 14 +-
.../src/commands/StopJobCommand.ts | 14 +-
.../StopRemoteAccessSessionCommand.ts | 14 +-
.../src/commands/StopRunCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateDeviceInstanceCommand.ts | 14 +-
.../src/commands/UpdateDevicePoolCommand.ts | 14 +-
.../commands/UpdateInstanceProfileCommand.ts | 14 +-
.../commands/UpdateNetworkProfileCommand.ts | 14 +-
.../src/commands/UpdateProjectCommand.ts | 14 +-
.../commands/UpdateTestGridProjectCommand.ts | 14 +-
.../src/commands/UpdateUploadCommand.ts | 14 +-
.../UpdateVPCEConfigurationCommand.ts | 14 +-
clients/client-devops-guru/package.json | 42 +-
.../commands/AddNotificationChannelCommand.ts | 14 +-
.../src/commands/DeleteInsightCommand.ts | 14 +-
.../commands/DescribeAccountHealthCommand.ts | 14 +-
.../DescribeAccountOverviewCommand.ts | 14 +-
.../src/commands/DescribeAnomalyCommand.ts | 14 +-
.../DescribeEventSourcesConfigCommand.ts | 14 +-
.../src/commands/DescribeFeedbackCommand.ts | 14 +-
.../src/commands/DescribeInsightCommand.ts | 14 +-
.../DescribeOrganizationHealthCommand.ts | 14 +-
.../DescribeOrganizationOverviewCommand.ts | 14 +-
...nizationResourceCollectionHealthCommand.ts | 14 +-
...DescribeResourceCollectionHealthCommand.ts | 14 +-
.../DescribeServiceIntegrationCommand.ts | 14 +-
.../src/commands/GetCostEstimationCommand.ts | 14 +-
.../commands/GetResourceCollectionCommand.ts | 14 +-
.../ListAnomaliesForInsightCommand.ts | 14 +-
.../commands/ListAnomalousLogGroupsCommand.ts | 14 +-
.../src/commands/ListEventsCommand.ts | 14 +-
.../src/commands/ListInsightsCommand.ts | 14 +-
.../commands/ListMonitoredResourcesCommand.ts | 14 +-
.../ListNotificationChannelsCommand.ts | 14 +-
.../ListOrganizationInsightsCommand.ts | 14 +-
.../commands/ListRecommendationsCommand.ts | 14 +-
.../src/commands/PutFeedbackCommand.ts | 14 +-
.../RemoveNotificationChannelCommand.ts | 14 +-
.../src/commands/SearchInsightsCommand.ts | 14 +-
.../SearchOrganizationInsightsCommand.ts | 14 +-
.../commands/StartCostEstimationCommand.ts | 14 +-
.../UpdateEventSourcesConfigCommand.ts | 14 +-
.../UpdateResourceCollectionCommand.ts | 14 +-
.../UpdateServiceIntegrationCommand.ts | 14 +-
clients/client-direct-connect/package.json | 42 +-
...onnectGatewayAssociationProposalCommand.ts | 14 +-
...AllocateConnectionOnInterconnectCommand.ts | 14 +-
.../AllocateHostedConnectionCommand.ts | 14 +-
.../AllocatePrivateVirtualInterfaceCommand.ts | 14 +-
.../AllocatePublicVirtualInterfaceCommand.ts | 14 +-
.../AllocateTransitVirtualInterfaceCommand.ts | 14 +-
.../AssociateConnectionWithLagCommand.ts | 14 +-
.../AssociateHostedConnectionCommand.ts | 14 +-
.../src/commands/AssociateMacSecKeyCommand.ts | 14 +-
.../AssociateVirtualInterfaceCommand.ts | 14 +-
.../src/commands/ConfirmConnectionCommand.ts | 14 +-
.../ConfirmCustomerAgreementCommand.ts | 14 +-
.../ConfirmPrivateVirtualInterfaceCommand.ts | 14 +-
.../ConfirmPublicVirtualInterfaceCommand.ts | 14 +-
.../ConfirmTransitVirtualInterfaceCommand.ts | 14 +-
.../src/commands/CreateBGPPeerCommand.ts | 14 +-
.../src/commands/CreateConnectionCommand.ts | 14 +-
...eDirectConnectGatewayAssociationCommand.ts | 14 +-
...onnectGatewayAssociationProposalCommand.ts | 14 +-
.../CreateDirectConnectGatewayCommand.ts | 14 +-
.../src/commands/CreateInterconnectCommand.ts | 14 +-
.../src/commands/CreateLagCommand.ts | 14 +-
.../CreatePrivateVirtualInterfaceCommand.ts | 14 +-
.../CreatePublicVirtualInterfaceCommand.ts | 14 +-
.../CreateTransitVirtualInterfaceCommand.ts | 14 +-
.../src/commands/DeleteBGPPeerCommand.ts | 14 +-
.../src/commands/DeleteConnectionCommand.ts | 14 +-
...eDirectConnectGatewayAssociationCommand.ts | 14 +-
...onnectGatewayAssociationProposalCommand.ts | 14 +-
.../DeleteDirectConnectGatewayCommand.ts | 14 +-
.../src/commands/DeleteInterconnectCommand.ts | 14 +-
.../src/commands/DeleteLagCommand.ts | 14 +-
.../commands/DeleteVirtualInterfaceCommand.ts | 14 +-
.../commands/DescribeConnectionLoaCommand.ts | 14 +-
.../commands/DescribeConnectionsCommand.ts | 14 +-
...escribeConnectionsOnInterconnectCommand.ts | 14 +-
.../DescribeCustomerMetadataCommand.ts | 14 +-
...nnectGatewayAssociationProposalsCommand.ts | 14 +-
...DirectConnectGatewayAssociationsCommand.ts | 14 +-
...eDirectConnectGatewayAttachmentsCommand.ts | 14 +-
.../DescribeDirectConnectGatewaysCommand.ts | 14 +-
.../DescribeHostedConnectionsCommand.ts | 14 +-
.../DescribeInterconnectLoaCommand.ts | 14 +-
.../commands/DescribeInterconnectsCommand.ts | 14 +-
.../src/commands/DescribeLagsCommand.ts | 14 +-
.../src/commands/DescribeLoaCommand.ts | 14 +-
.../src/commands/DescribeLocationsCommand.ts | 14 +-
.../DescribeRouterConfigurationCommand.ts | 14 +-
.../src/commands/DescribeTagsCommand.ts | 14 +-
.../DescribeVirtualGatewaysCommand.ts | 14 +-
.../DescribeVirtualInterfacesCommand.ts | 14 +-
.../DisassociateConnectionFromLagCommand.ts | 14 +-
.../commands/DisassociateMacSecKeyCommand.ts | 14 +-
.../ListVirtualInterfaceTestHistoryCommand.ts | 14 +-
.../commands/StartBgpFailoverTestCommand.ts | 14 +-
.../commands/StopBgpFailoverTestCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateConnectionCommand.ts | 14 +-
...eDirectConnectGatewayAssociationCommand.ts | 14 +-
.../UpdateDirectConnectGatewayCommand.ts | 14 +-
.../src/commands/UpdateLagCommand.ts | 14 +-
...UpdateVirtualInterfaceAttributesCommand.ts | 14 +-
clients/client-directory-service/package.json | 42 +-
.../commands/AcceptSharedDirectoryCommand.ts | 14 +-
.../src/commands/AddIpRoutesCommand.ts | 14 +-
.../src/commands/AddRegionCommand.ts | 14 +-
.../src/commands/AddTagsToResourceCommand.ts | 14 +-
.../commands/CancelSchemaExtensionCommand.ts | 14 +-
.../src/commands/ConnectDirectoryCommand.ts | 14 +-
.../src/commands/CreateAliasCommand.ts | 14 +-
.../src/commands/CreateComputerCommand.ts | 14 +-
.../CreateConditionalForwarderCommand.ts | 14 +-
.../src/commands/CreateDirectoryCommand.ts | 14 +-
.../commands/CreateLogSubscriptionCommand.ts | 14 +-
.../src/commands/CreateMicrosoftADCommand.ts | 14 +-
.../src/commands/CreateSnapshotCommand.ts | 14 +-
.../src/commands/CreateTrustCommand.ts | 14 +-
.../DeleteConditionalForwarderCommand.ts | 14 +-
.../src/commands/DeleteDirectoryCommand.ts | 14 +-
.../commands/DeleteLogSubscriptionCommand.ts | 14 +-
.../src/commands/DeleteSnapshotCommand.ts | 14 +-
.../src/commands/DeleteTrustCommand.ts | 14 +-
.../commands/DeregisterCertificateCommand.ts | 14 +-
.../commands/DeregisterEventTopicCommand.ts | 14 +-
.../commands/DescribeCertificateCommand.ts | 14 +-
...ribeClientAuthenticationSettingsCommand.ts | 14 +-
.../DescribeConditionalForwardersCommand.ts | 14 +-
.../commands/DescribeDirectoriesCommand.ts | 14 +-
.../DescribeDomainControllersCommand.ts | 14 +-
.../commands/DescribeEventTopicsCommand.ts | 14 +-
.../commands/DescribeLDAPSSettingsCommand.ts | 14 +-
.../src/commands/DescribeRegionsCommand.ts | 14 +-
.../src/commands/DescribeSettingsCommand.ts | 14 +-
.../DescribeSharedDirectoriesCommand.ts | 14 +-
.../src/commands/DescribeSnapshotsCommand.ts | 14 +-
.../src/commands/DescribeTrustsCommand.ts | 14 +-
.../DescribeUpdateDirectoryCommand.ts | 14 +-
.../DisableClientAuthenticationCommand.ts | 14 +-
.../src/commands/DisableLDAPSCommand.ts | 14 +-
.../src/commands/DisableRadiusCommand.ts | 14 +-
.../src/commands/DisableSsoCommand.ts | 14 +-
.../EnableClientAuthenticationCommand.ts | 14 +-
.../src/commands/EnableLDAPSCommand.ts | 14 +-
.../src/commands/EnableRadiusCommand.ts | 14 +-
.../src/commands/EnableSsoCommand.ts | 14 +-
.../src/commands/GetDirectoryLimitsCommand.ts | 14 +-
.../src/commands/GetSnapshotLimitsCommand.ts | 14 +-
.../src/commands/ListCertificatesCommand.ts | 14 +-
.../src/commands/ListIpRoutesCommand.ts | 14 +-
.../commands/ListLogSubscriptionsCommand.ts | 14 +-
.../commands/ListSchemaExtensionsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/RegisterCertificateCommand.ts | 14 +-
.../src/commands/RegisterEventTopicCommand.ts | 14 +-
.../commands/RejectSharedDirectoryCommand.ts | 14 +-
.../src/commands/RemoveIpRoutesCommand.ts | 14 +-
.../src/commands/RemoveRegionCommand.ts | 14 +-
.../commands/RemoveTagsFromResourceCommand.ts | 14 +-
.../src/commands/ResetUserPasswordCommand.ts | 14 +-
.../commands/RestoreFromSnapshotCommand.ts | 14 +-
.../src/commands/ShareDirectoryCommand.ts | 14 +-
.../commands/StartSchemaExtensionCommand.ts | 14 +-
.../src/commands/UnshareDirectoryCommand.ts | 14 +-
.../UpdateConditionalForwarderCommand.ts | 14 +-
.../commands/UpdateDirectorySetupCommand.ts | 14 +-
.../UpdateNumberOfDomainControllersCommand.ts | 14 +-
.../src/commands/UpdateRadiusCommand.ts | 14 +-
.../src/commands/UpdateSettingsCommand.ts | 14 +-
.../src/commands/UpdateTrustCommand.ts | 14 +-
.../src/commands/VerifyTrustCommand.ts | 14 +-
clients/client-dlm/package.json | 42 +-
.../commands/CreateLifecyclePolicyCommand.ts | 14 +-
.../commands/DeleteLifecyclePolicyCommand.ts | 14 +-
.../commands/GetLifecyclePoliciesCommand.ts | 14 +-
.../src/commands/GetLifecyclePolicyCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateLifecyclePolicyCommand.ts | 14 +-
clients/client-docdb-elastic/package.json | 42 +-
.../commands/CopyClusterSnapshotCommand.ts | 14 +-
.../src/commands/CreateClusterCommand.ts | 14 +-
.../commands/CreateClusterSnapshotCommand.ts | 14 +-
.../src/commands/DeleteClusterCommand.ts | 14 +-
.../commands/DeleteClusterSnapshotCommand.ts | 14 +-
.../src/commands/GetClusterCommand.ts | 14 +-
.../src/commands/GetClusterSnapshotCommand.ts | 14 +-
.../commands/ListClusterSnapshotsCommand.ts | 14 +-
.../src/commands/ListClustersCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../RestoreClusterFromSnapshotCommand.ts | 14 +-
.../src/commands/StartClusterCommand.ts | 14 +-
.../src/commands/StopClusterCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateClusterCommand.ts | 14 +-
clients/client-docdb/package.json | 44 +-
...ddSourceIdentifierToSubscriptionCommand.ts | 14 +-
.../src/commands/AddTagsToResourceCommand.ts | 14 +-
.../ApplyPendingMaintenanceActionCommand.ts | 14 +-
.../CopyDBClusterParameterGroupCommand.ts | 14 +-
.../commands/CopyDBClusterSnapshotCommand.ts | 14 +-
.../src/commands/CreateDBClusterCommand.ts | 14 +-
.../CreateDBClusterParameterGroupCommand.ts | 14 +-
.../CreateDBClusterSnapshotCommand.ts | 14 +-
.../src/commands/CreateDBInstanceCommand.ts | 14 +-
.../commands/CreateDBSubnetGroupCommand.ts | 14 +-
.../CreateEventSubscriptionCommand.ts | 14 +-
.../commands/CreateGlobalClusterCommand.ts | 14 +-
.../src/commands/DeleteDBClusterCommand.ts | 14 +-
.../DeleteDBClusterParameterGroupCommand.ts | 14 +-
.../DeleteDBClusterSnapshotCommand.ts | 14 +-
.../src/commands/DeleteDBInstanceCommand.ts | 14 +-
.../commands/DeleteDBSubnetGroupCommand.ts | 14 +-
.../DeleteEventSubscriptionCommand.ts | 14 +-
.../commands/DeleteGlobalClusterCommand.ts | 14 +-
.../commands/DescribeCertificatesCommand.ts | 14 +-
...DescribeDBClusterParameterGroupsCommand.ts | 14 +-
.../DescribeDBClusterParametersCommand.ts | 14 +-
...cribeDBClusterSnapshotAttributesCommand.ts | 14 +-
.../DescribeDBClusterSnapshotsCommand.ts | 14 +-
.../src/commands/DescribeDBClustersCommand.ts | 14 +-
.../DescribeDBEngineVersionsCommand.ts | 14 +-
.../commands/DescribeDBInstancesCommand.ts | 14 +-
.../commands/DescribeDBSubnetGroupsCommand.ts | 14 +-
...beEngineDefaultClusterParametersCommand.ts | 14 +-
.../DescribeEventCategoriesCommand.ts | 14 +-
.../DescribeEventSubscriptionsCommand.ts | 14 +-
.../src/commands/DescribeEventsCommand.ts | 14 +-
.../commands/DescribeGlobalClustersCommand.ts | 14 +-
...scribeOrderableDBInstanceOptionsCommand.ts | 14 +-
...escribePendingMaintenanceActionsCommand.ts | 14 +-
.../src/commands/FailoverDBClusterCommand.ts | 14 +-
.../commands/FailoverGlobalClusterCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ModifyDBClusterCommand.ts | 14 +-
.../ModifyDBClusterParameterGroupCommand.ts | 14 +-
...ModifyDBClusterSnapshotAttributeCommand.ts | 14 +-
.../src/commands/ModifyDBInstanceCommand.ts | 14 +-
.../commands/ModifyDBSubnetGroupCommand.ts | 14 +-
.../ModifyEventSubscriptionCommand.ts | 14 +-
.../commands/ModifyGlobalClusterCommand.ts | 14 +-
.../src/commands/RebootDBInstanceCommand.ts | 14 +-
.../RemoveFromGlobalClusterCommand.ts | 14 +-
...SourceIdentifierFromSubscriptionCommand.ts | 14 +-
.../commands/RemoveTagsFromResourceCommand.ts | 14 +-
.../ResetDBClusterParameterGroupCommand.ts | 14 +-
.../RestoreDBClusterFromSnapshotCommand.ts | 14 +-
.../RestoreDBClusterToPointInTimeCommand.ts | 14 +-
.../src/commands/StartDBClusterCommand.ts | 14 +-
.../src/commands/StopDBClusterCommand.ts | 14 +-
.../SwitchoverGlobalClusterCommand.ts | 14 +-
clients/client-drs/package.json | 42 +-
.../AssociateSourceNetworkStackCommand.ts | 14 +-
.../CreateExtendedSourceServerCommand.ts | 14 +-
...reateLaunchConfigurationTemplateCommand.ts | 14 +-
...ReplicationConfigurationTemplateCommand.ts | 14 +-
.../commands/CreateSourceNetworkCommand.ts | 14 +-
.../src/commands/DeleteJobCommand.ts | 14 +-
.../src/commands/DeleteLaunchActionCommand.ts | 14 +-
...eleteLaunchConfigurationTemplateCommand.ts | 14 +-
.../commands/DeleteRecoveryInstanceCommand.ts | 14 +-
...ReplicationConfigurationTemplateCommand.ts | 14 +-
.../commands/DeleteSourceNetworkCommand.ts | 14 +-
.../src/commands/DeleteSourceServerCommand.ts | 14 +-
.../commands/DescribeJobLogItemsCommand.ts | 14 +-
.../src/commands/DescribeJobsCommand.ts | 14 +-
...ribeLaunchConfigurationTemplatesCommand.ts | 14 +-
.../DescribeRecoveryInstancesCommand.ts | 14 +-
.../DescribeRecoverySnapshotsCommand.ts | 14 +-
...eplicationConfigurationTemplatesCommand.ts | 14 +-
.../commands/DescribeSourceNetworksCommand.ts | 14 +-
.../commands/DescribeSourceServersCommand.ts | 14 +-
.../DisconnectRecoveryInstanceCommand.ts | 14 +-
.../commands/DisconnectSourceServerCommand.ts | 14 +-
.../ExportSourceNetworkCfnTemplateCommand.ts | 14 +-
...FailbackReplicationConfigurationCommand.ts | 14 +-
.../commands/GetLaunchConfigurationCommand.ts | 14 +-
.../GetReplicationConfigurationCommand.ts | 14 +-
.../src/commands/InitializeServiceCommand.ts | 14 +-
.../ListExtensibleSourceServersCommand.ts | 14 +-
.../src/commands/ListLaunchActionsCommand.ts | 14 +-
.../commands/ListStagingAccountsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutLaunchActionCommand.ts | 14 +-
.../commands/RetryDataReplicationCommand.ts | 14 +-
.../src/commands/ReverseReplicationCommand.ts | 14 +-
.../commands/StartFailbackLaunchCommand.ts | 14 +-
.../src/commands/StartRecoveryCommand.ts | 14 +-
.../src/commands/StartReplicationCommand.ts | 14 +-
.../StartSourceNetworkRecoveryCommand.ts | 14 +-
.../StartSourceNetworkReplicationCommand.ts | 14 +-
.../src/commands/StopFailbackCommand.ts | 14 +-
.../src/commands/StopReplicationCommand.ts | 14 +-
.../StopSourceNetworkReplicationCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../TerminateRecoveryInstancesCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
...FailbackReplicationConfigurationCommand.ts | 14 +-
.../UpdateLaunchConfigurationCommand.ts | 14 +-
...pdateLaunchConfigurationTemplateCommand.ts | 14 +-
.../UpdateReplicationConfigurationCommand.ts | 14 +-
...ReplicationConfigurationTemplateCommand.ts | 14 +-
clients/client-dynamodb-streams/package.json | 42 +-
.../src/commands/DescribeStreamCommand.ts | 14 +-
.../src/commands/GetRecordsCommand.ts | 14 +-
.../src/commands/GetShardIteratorCommand.ts | 14 +-
.../src/commands/ListStreamsCommand.ts | 14 +-
clients/client-dynamodb/package.json | 44 +-
.../commands/BatchExecuteStatementCommand.ts | 14 +-
.../src/commands/BatchGetItemCommand.ts | 14 +-
.../src/commands/BatchWriteItemCommand.ts | 14 +-
.../src/commands/CreateBackupCommand.ts | 14 +-
.../src/commands/CreateGlobalTableCommand.ts | 14 +-
.../src/commands/CreateTableCommand.ts | 14 +-
.../src/commands/DeleteBackupCommand.ts | 14 +-
.../src/commands/DeleteItemCommand.ts | 14 +-
.../commands/DeleteResourcePolicyCommand.ts | 14 +-
.../src/commands/DeleteTableCommand.ts | 14 +-
.../src/commands/DescribeBackupCommand.ts | 14 +-
.../DescribeContinuousBackupsCommand.ts | 14 +-
.../DescribeContributorInsightsCommand.ts | 14 +-
.../src/commands/DescribeEndpointsCommand.ts | 14 +-
.../src/commands/DescribeExportCommand.ts | 14 +-
.../commands/DescribeGlobalTableCommand.ts | 14 +-
.../DescribeGlobalTableSettingsCommand.ts | 14 +-
.../src/commands/DescribeImportCommand.ts | 14 +-
...cribeKinesisStreamingDestinationCommand.ts | 14 +-
.../src/commands/DescribeLimitsCommand.ts | 14 +-
.../src/commands/DescribeTableCommand.ts | 14 +-
.../DescribeTableReplicaAutoScalingCommand.ts | 14 +-
.../src/commands/DescribeTimeToLiveCommand.ts | 14 +-
...sableKinesisStreamingDestinationCommand.ts | 14 +-
...nableKinesisStreamingDestinationCommand.ts | 14 +-
.../src/commands/ExecuteStatementCommand.ts | 14 +-
.../src/commands/ExecuteTransactionCommand.ts | 14 +-
.../ExportTableToPointInTimeCommand.ts | 14 +-
.../src/commands/GetItemCommand.ts | 14 +-
.../src/commands/GetResourcePolicyCommand.ts | 14 +-
.../src/commands/ImportTableCommand.ts | 14 +-
.../src/commands/ListBackupsCommand.ts | 14 +-
.../ListContributorInsightsCommand.ts | 14 +-
.../src/commands/ListExportsCommand.ts | 14 +-
.../src/commands/ListGlobalTablesCommand.ts | 14 +-
.../src/commands/ListImportsCommand.ts | 14 +-
.../src/commands/ListTablesCommand.ts | 14 +-
.../src/commands/ListTagsOfResourceCommand.ts | 14 +-
.../src/commands/PutItemCommand.ts | 14 +-
.../src/commands/PutResourcePolicyCommand.ts | 14 +-
.../src/commands/QueryCommand.ts | 14 +-
.../commands/RestoreTableFromBackupCommand.ts | 14 +-
.../RestoreTableToPointInTimeCommand.ts | 14 +-
.../src/commands/ScanCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/TransactGetItemsCommand.ts | 14 +-
.../src/commands/TransactWriteItemsCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateContinuousBackupsCommand.ts | 14 +-
.../UpdateContributorInsightsCommand.ts | 14 +-
.../src/commands/UpdateGlobalTableCommand.ts | 14 +-
.../UpdateGlobalTableSettingsCommand.ts | 14 +-
.../src/commands/UpdateItemCommand.ts | 14 +-
...pdateKinesisStreamingDestinationCommand.ts | 14 +-
.../src/commands/UpdateTableCommand.ts | 14 +-
.../UpdateTableReplicaAutoScalingCommand.ts | 14 +-
.../src/commands/UpdateTimeToLiveCommand.ts | 14 +-
clients/client-ebs/package.json | 44 +-
.../src/commands/CompleteSnapshotCommand.ts | 14 +-
.../src/commands/GetSnapshotBlockCommand.ts | 14 +-
.../src/commands/ListChangedBlocksCommand.ts | 14 +-
.../src/commands/ListSnapshotBlocksCommand.ts | 14 +-
.../src/commands/PutSnapshotBlockCommand.ts | 14 +-
.../src/commands/StartSnapshotCommand.ts | 14 +-
.../client-ec2-instance-connect/package.json | 42 +-
.../src/commands/SendSSHPublicKeyCommand.ts | 14 +-
.../SendSerialConsoleSSHPublicKeyCommand.ts | 14 +-
clients/client-ec2/package.json | 44 +-
.../commands/AcceptAddressTransferCommand.ts | 14 +-
...ptReservedInstancesExchangeQuoteCommand.ts | 14 +-
...tewayMulticastDomainAssociationsCommand.ts | 14 +-
...tTransitGatewayPeeringAttachmentCommand.ts | 14 +-
...cceptTransitGatewayVpcAttachmentCommand.ts | 14 +-
.../AcceptVpcEndpointConnectionsCommand.ts | 14 +-
.../AcceptVpcPeeringConnectionCommand.ts | 14 +-
.../src/commands/AdvertiseByoipCidrCommand.ts | 14 +-
.../src/commands/AllocateAddressCommand.ts | 14 +-
.../src/commands/AllocateHostsCommand.ts | 14 +-
.../commands/AllocateIpamPoolCidrCommand.ts | 14 +-
...tyGroupsToClientVpnTargetNetworkCommand.ts | 14 +-
.../commands/AssignIpv6AddressesCommand.ts | 14 +-
.../AssignPrivateIpAddressesCommand.ts | 14 +-
.../AssignPrivateNatGatewayAddressCommand.ts | 14 +-
.../src/commands/AssociateAddressCommand.ts | 14 +-
.../AssociateClientVpnTargetNetworkCommand.ts | 14 +-
.../commands/AssociateDhcpOptionsCommand.ts | 14 +-
...sociateEnclaveCertificateIamRoleCommand.ts | 14 +-
.../AssociateIamInstanceProfileCommand.ts | 14 +-
.../AssociateInstanceEventWindowCommand.ts | 14 +-
.../commands/AssociateIpamByoasnCommand.ts | 14 +-
.../AssociateIpamResourceDiscoveryCommand.ts | 14 +-
.../AssociateNatGatewayAddressCommand.ts | 14 +-
.../commands/AssociateRouteTableCommand.ts | 14 +-
.../AssociateSubnetCidrBlockCommand.ts | 14 +-
...ateTransitGatewayMulticastDomainCommand.ts | 14 +-
...sociateTransitGatewayPolicyTableCommand.ts | 14 +-
...ssociateTransitGatewayRouteTableCommand.ts | 14 +-
.../AssociateTrunkInterfaceCommand.ts | 14 +-
.../commands/AssociateVpcCidrBlockCommand.ts | 14 +-
.../commands/AttachClassicLinkVpcCommand.ts | 14 +-
.../commands/AttachInternetGatewayCommand.ts | 14 +-
.../commands/AttachNetworkInterfaceCommand.ts | 14 +-
...ttachVerifiedAccessTrustProviderCommand.ts | 14 +-
.../src/commands/AttachVolumeCommand.ts | 14 +-
.../src/commands/AttachVpnGatewayCommand.ts | 14 +-
.../AuthorizeClientVpnIngressCommand.ts | 14 +-
.../AuthorizeSecurityGroupEgressCommand.ts | 14 +-
.../AuthorizeSecurityGroupIngressCommand.ts | 14 +-
.../src/commands/BundleInstanceCommand.ts | 14 +-
.../src/commands/CancelBundleTaskCommand.ts | 14 +-
.../CancelCapacityReservationCommand.ts | 14 +-
.../CancelCapacityReservationFleetsCommand.ts | 14 +-
.../commands/CancelConversionTaskCommand.ts | 14 +-
.../src/commands/CancelExportTaskCommand.ts | 14 +-
.../CancelImageLaunchPermissionCommand.ts | 14 +-
.../src/commands/CancelImportTaskCommand.ts | 14 +-
.../CancelReservedInstancesListingCommand.ts | 14 +-
.../CancelSpotFleetRequestsCommand.ts | 14 +-
.../CancelSpotInstanceRequestsCommand.ts | 14 +-
.../commands/ConfirmProductInstanceCommand.ts | 14 +-
.../src/commands/CopyFpgaImageCommand.ts | 14 +-
.../src/commands/CopyImageCommand.ts | 14 +-
.../src/commands/CopySnapshotCommand.ts | 14 +-
...teCapacityReservationBySplittingCommand.ts | 14 +-
.../CreateCapacityReservationCommand.ts | 14 +-
.../CreateCapacityReservationFleetCommand.ts | 14 +-
.../commands/CreateCarrierGatewayCommand.ts | 14 +-
.../CreateClientVpnEndpointCommand.ts | 14 +-
.../commands/CreateClientVpnRouteCommand.ts | 14 +-
.../src/commands/CreateCoipCidrCommand.ts | 14 +-
.../src/commands/CreateCoipPoolCommand.ts | 14 +-
.../commands/CreateCustomerGatewayCommand.ts | 14 +-
.../commands/CreateDefaultSubnetCommand.ts | 14 +-
.../src/commands/CreateDefaultVpcCommand.ts | 14 +-
.../src/commands/CreateDhcpOptionsCommand.ts | 14 +-
.../CreateEgressOnlyInternetGatewayCommand.ts | 14 +-
.../src/commands/CreateFleetCommand.ts | 14 +-
.../src/commands/CreateFlowLogsCommand.ts | 14 +-
.../src/commands/CreateFpgaImageCommand.ts | 14 +-
.../src/commands/CreateImageCommand.ts | 14 +-
.../CreateInstanceConnectEndpointCommand.ts | 14 +-
.../CreateInstanceEventWindowCommand.ts | 14 +-
.../CreateInstanceExportTaskCommand.ts | 14 +-
.../commands/CreateInternetGatewayCommand.ts | 14 +-
.../src/commands/CreateIpamCommand.ts | 14 +-
...xternalResourceVerificationTokenCommand.ts | 14 +-
.../src/commands/CreateIpamPoolCommand.ts | 14 +-
.../CreateIpamResourceDiscoveryCommand.ts | 14 +-
.../src/commands/CreateIpamScopeCommand.ts | 14 +-
.../src/commands/CreateKeyPairCommand.ts | 14 +-
.../commands/CreateLaunchTemplateCommand.ts | 14 +-
.../CreateLaunchTemplateVersionCommand.ts | 14 +-
.../CreateLocalGatewayRouteCommand.ts | 14 +-
.../CreateLocalGatewayRouteTableCommand.ts | 14 +-
...VirtualInterfaceGroupAssociationCommand.ts | 14 +-
...lGatewayRouteTableVpcAssociationCommand.ts | 14 +-
.../CreateManagedPrefixListCommand.ts | 14 +-
.../src/commands/CreateNatGatewayCommand.ts | 14 +-
.../src/commands/CreateNetworkAclCommand.ts | 14 +-
.../commands/CreateNetworkAclEntryCommand.ts | 14 +-
...CreateNetworkInsightsAccessScopeCommand.ts | 14 +-
.../CreateNetworkInsightsPathCommand.ts | 14 +-
.../commands/CreateNetworkInterfaceCommand.ts | 14 +-
...CreateNetworkInterfacePermissionCommand.ts | 14 +-
.../commands/CreatePlacementGroupCommand.ts | 14 +-
.../commands/CreatePublicIpv4PoolCommand.ts | 14 +-
.../CreateReplaceRootVolumeTaskCommand.ts | 14 +-
.../CreateReservedInstancesListingCommand.ts | 14 +-
.../commands/CreateRestoreImageTaskCommand.ts | 14 +-
.../src/commands/CreateRouteCommand.ts | 14 +-
.../src/commands/CreateRouteTableCommand.ts | 14 +-
.../commands/CreateSecurityGroupCommand.ts | 14 +-
.../src/commands/CreateSnapshotCommand.ts | 14 +-
.../src/commands/CreateSnapshotsCommand.ts | 14 +-
.../CreateSpotDatafeedSubscriptionCommand.ts | 14 +-
.../commands/CreateStoreImageTaskCommand.ts | 14 +-
.../CreateSubnetCidrReservationCommand.ts | 14 +-
.../src/commands/CreateSubnetCommand.ts | 14 +-
.../src/commands/CreateTagsCommand.ts | 14 +-
.../CreateTrafficMirrorFilterCommand.ts | 14 +-
.../CreateTrafficMirrorFilterRuleCommand.ts | 14 +-
.../CreateTrafficMirrorSessionCommand.ts | 14 +-
.../CreateTrafficMirrorTargetCommand.ts | 14 +-
.../commands/CreateTransitGatewayCommand.ts | 14 +-
.../CreateTransitGatewayConnectCommand.ts | 14 +-
.../CreateTransitGatewayConnectPeerCommand.ts | 14 +-
...ateTransitGatewayMulticastDomainCommand.ts | 14 +-
...eTransitGatewayPeeringAttachmentCommand.ts | 14 +-
.../CreateTransitGatewayPolicyTableCommand.ts | 14 +-
...ransitGatewayPrefixListReferenceCommand.ts | 14 +-
.../CreateTransitGatewayRouteCommand.ts | 14 +-
...sitGatewayRouteTableAnnouncementCommand.ts | 14 +-
.../CreateTransitGatewayRouteTableCommand.ts | 14 +-
...reateTransitGatewayVpcAttachmentCommand.ts | 14 +-
.../CreateVerifiedAccessEndpointCommand.ts | 14 +-
.../CreateVerifiedAccessGroupCommand.ts | 14 +-
.../CreateVerifiedAccessInstanceCommand.ts | 14 +-
...reateVerifiedAccessTrustProviderCommand.ts | 14 +-
.../src/commands/CreateVolumeCommand.ts | 14 +-
.../src/commands/CreateVpcCommand.ts | 14 +-
.../src/commands/CreateVpcEndpointCommand.ts | 14 +-
...pcEndpointConnectionNotificationCommand.ts | 14 +-
...eVpcEndpointServiceConfigurationCommand.ts | 14 +-
.../CreateVpcPeeringConnectionCommand.ts | 14 +-
.../commands/CreateVpnConnectionCommand.ts | 14 +-
.../CreateVpnConnectionRouteCommand.ts | 14 +-
.../src/commands/CreateVpnGatewayCommand.ts | 14 +-
.../commands/DeleteCarrierGatewayCommand.ts | 14 +-
.../DeleteClientVpnEndpointCommand.ts | 14 +-
.../commands/DeleteClientVpnRouteCommand.ts | 14 +-
.../src/commands/DeleteCoipCidrCommand.ts | 14 +-
.../src/commands/DeleteCoipPoolCommand.ts | 14 +-
.../commands/DeleteCustomerGatewayCommand.ts | 14 +-
.../src/commands/DeleteDhcpOptionsCommand.ts | 14 +-
.../DeleteEgressOnlyInternetGatewayCommand.ts | 14 +-
.../src/commands/DeleteFleetsCommand.ts | 14 +-
.../src/commands/DeleteFlowLogsCommand.ts | 14 +-
.../src/commands/DeleteFpgaImageCommand.ts | 14 +-
.../DeleteInstanceConnectEndpointCommand.ts | 14 +-
.../DeleteInstanceEventWindowCommand.ts | 14 +-
.../commands/DeleteInternetGatewayCommand.ts | 14 +-
.../src/commands/DeleteIpamCommand.ts | 14 +-
...xternalResourceVerificationTokenCommand.ts | 14 +-
.../src/commands/DeleteIpamPoolCommand.ts | 14 +-
.../DeleteIpamResourceDiscoveryCommand.ts | 14 +-
.../src/commands/DeleteIpamScopeCommand.ts | 14 +-
.../src/commands/DeleteKeyPairCommand.ts | 14 +-
.../commands/DeleteLaunchTemplateCommand.ts | 14 +-
.../DeleteLaunchTemplateVersionsCommand.ts | 14 +-
.../DeleteLocalGatewayRouteCommand.ts | 14 +-
.../DeleteLocalGatewayRouteTableCommand.ts | 14 +-
...VirtualInterfaceGroupAssociationCommand.ts | 14 +-
...lGatewayRouteTableVpcAssociationCommand.ts | 14 +-
.../DeleteManagedPrefixListCommand.ts | 14 +-
.../src/commands/DeleteNatGatewayCommand.ts | 14 +-
.../src/commands/DeleteNetworkAclCommand.ts | 14 +-
.../commands/DeleteNetworkAclEntryCommand.ts | 14 +-
...tworkInsightsAccessScopeAnalysisCommand.ts | 14 +-
...DeleteNetworkInsightsAccessScopeCommand.ts | 14 +-
.../DeleteNetworkInsightsAnalysisCommand.ts | 14 +-
.../DeleteNetworkInsightsPathCommand.ts | 14 +-
.../commands/DeleteNetworkInterfaceCommand.ts | 14 +-
...DeleteNetworkInterfacePermissionCommand.ts | 14 +-
.../commands/DeletePlacementGroupCommand.ts | 14 +-
.../commands/DeletePublicIpv4PoolCommand.ts | 14 +-
.../DeleteQueuedReservedInstancesCommand.ts | 14 +-
.../src/commands/DeleteRouteCommand.ts | 14 +-
.../src/commands/DeleteRouteTableCommand.ts | 14 +-
.../commands/DeleteSecurityGroupCommand.ts | 14 +-
.../src/commands/DeleteSnapshotCommand.ts | 14 +-
.../DeleteSpotDatafeedSubscriptionCommand.ts | 14 +-
.../DeleteSubnetCidrReservationCommand.ts | 14 +-
.../src/commands/DeleteSubnetCommand.ts | 14 +-
.../src/commands/DeleteTagsCommand.ts | 14 +-
.../DeleteTrafficMirrorFilterCommand.ts | 14 +-
.../DeleteTrafficMirrorFilterRuleCommand.ts | 14 +-
.../DeleteTrafficMirrorSessionCommand.ts | 14 +-
.../DeleteTrafficMirrorTargetCommand.ts | 14 +-
.../commands/DeleteTransitGatewayCommand.ts | 14 +-
.../DeleteTransitGatewayConnectCommand.ts | 14 +-
.../DeleteTransitGatewayConnectPeerCommand.ts | 14 +-
...eteTransitGatewayMulticastDomainCommand.ts | 14 +-
...eTransitGatewayPeeringAttachmentCommand.ts | 14 +-
.../DeleteTransitGatewayPolicyTableCommand.ts | 14 +-
...ransitGatewayPrefixListReferenceCommand.ts | 14 +-
.../DeleteTransitGatewayRouteCommand.ts | 14 +-
...sitGatewayRouteTableAnnouncementCommand.ts | 14 +-
.../DeleteTransitGatewayRouteTableCommand.ts | 14 +-
...eleteTransitGatewayVpcAttachmentCommand.ts | 14 +-
.../DeleteVerifiedAccessEndpointCommand.ts | 14 +-
.../DeleteVerifiedAccessGroupCommand.ts | 14 +-
.../DeleteVerifiedAccessInstanceCommand.ts | 14 +-
...eleteVerifiedAccessTrustProviderCommand.ts | 14 +-
.../src/commands/DeleteVolumeCommand.ts | 14 +-
.../src/commands/DeleteVpcCommand.ts | 14 +-
...cEndpointConnectionNotificationsCommand.ts | 14 +-
...VpcEndpointServiceConfigurationsCommand.ts | 14 +-
.../src/commands/DeleteVpcEndpointsCommand.ts | 14 +-
.../DeleteVpcPeeringConnectionCommand.ts | 14 +-
.../commands/DeleteVpnConnectionCommand.ts | 14 +-
.../DeleteVpnConnectionRouteCommand.ts | 14 +-
.../src/commands/DeleteVpnGatewayCommand.ts | 14 +-
.../commands/DeprovisionByoipCidrCommand.ts | 14 +-
.../commands/DeprovisionIpamByoasnCommand.ts | 14 +-
.../DeprovisionIpamPoolCidrCommand.ts | 14 +-
.../DeprovisionPublicIpv4PoolCidrCommand.ts | 14 +-
.../src/commands/DeregisterImageCommand.ts | 14 +-
...tanceEventNotificationAttributesCommand.ts | 14 +-
...nsitGatewayMulticastGroupMembersCommand.ts | 14 +-
...nsitGatewayMulticastGroupSourcesCommand.ts | 14 +-
.../DescribeAccountAttributesCommand.ts | 14 +-
.../DescribeAddressTransfersCommand.ts | 14 +-
.../DescribeAddressesAttributeCommand.ts | 14 +-
.../src/commands/DescribeAddressesCommand.ts | 14 +-
.../DescribeAggregateIdFormatCommand.ts | 14 +-
.../DescribeAvailabilityZonesCommand.ts | 14 +-
...rkPerformanceMetricSubscriptionsCommand.ts | 14 +-
.../commands/DescribeBundleTasksCommand.ts | 14 +-
.../src/commands/DescribeByoipCidrsCommand.ts | 14 +-
.../DescribeCapacityBlockOfferingsCommand.ts | 14 +-
...escribeCapacityReservationFleetsCommand.ts | 14 +-
.../DescribeCapacityReservationsCommand.ts | 14 +-
.../DescribeCarrierGatewaysCommand.ts | 14 +-
.../DescribeClassicLinkInstancesCommand.ts | 14 +-
...cribeClientVpnAuthorizationRulesCommand.ts | 14 +-
.../DescribeClientVpnConnectionsCommand.ts | 14 +-
.../DescribeClientVpnEndpointsCommand.ts | 14 +-
.../DescribeClientVpnRoutesCommand.ts | 14 +-
.../DescribeClientVpnTargetNetworksCommand.ts | 14 +-
.../src/commands/DescribeCoipPoolsCommand.ts | 14 +-
.../DescribeConversionTasksCommand.ts | 14 +-
.../DescribeCustomerGatewaysCommand.ts | 14 +-
.../commands/DescribeDhcpOptionsCommand.ts | 14 +-
...scribeEgressOnlyInternetGatewaysCommand.ts | 14 +-
.../commands/DescribeElasticGpusCommand.ts | 14 +-
.../DescribeExportImageTasksCommand.ts | 14 +-
.../commands/DescribeExportTasksCommand.ts | 14 +-
.../DescribeFastLaunchImagesCommand.ts | 14 +-
.../DescribeFastSnapshotRestoresCommand.ts | 14 +-
.../commands/DescribeFleetHistoryCommand.ts | 14 +-
.../commands/DescribeFleetInstancesCommand.ts | 14 +-
.../src/commands/DescribeFleetsCommand.ts | 14 +-
.../src/commands/DescribeFlowLogsCommand.ts | 14 +-
.../DescribeFpgaImageAttributeCommand.ts | 14 +-
.../src/commands/DescribeFpgaImagesCommand.ts | 14 +-
...DescribeHostReservationOfferingsCommand.ts | 14 +-
.../DescribeHostReservationsCommand.ts | 14 +-
.../src/commands/DescribeHostsCommand.ts | 14 +-
...beIamInstanceProfileAssociationsCommand.ts | 14 +-
.../src/commands/DescribeIdFormatCommand.ts | 14 +-
.../DescribeIdentityIdFormatCommand.ts | 14 +-
.../commands/DescribeImageAttributeCommand.ts | 14 +-
.../src/commands/DescribeImagesCommand.ts | 14 +-
.../DescribeImportImageTasksCommand.ts | 14 +-
.../DescribeImportSnapshotTasksCommand.ts | 14 +-
.../DescribeInstanceAttributeCommand.ts | 14 +-
...DescribeInstanceConnectEndpointsCommand.ts | 14 +-
...ribeInstanceCreditSpecificationsCommand.ts | 14 +-
...tanceEventNotificationAttributesCommand.ts | 14 +-
.../DescribeInstanceEventWindowsCommand.ts | 14 +-
.../commands/DescribeInstanceStatusCommand.ts | 14 +-
.../DescribeInstanceTopologyCommand.ts | 14 +-
.../DescribeInstanceTypeOfferingsCommand.ts | 14 +-
.../commands/DescribeInstanceTypesCommand.ts | 14 +-
.../src/commands/DescribeInstancesCommand.ts | 14 +-
.../DescribeInternetGatewaysCommand.ts | 14 +-
.../src/commands/DescribeIpamByoasnCommand.ts | 14 +-
...ternalResourceVerificationTokensCommand.ts | 14 +-
.../src/commands/DescribeIpamPoolsCommand.ts | 14 +-
.../DescribeIpamResourceDiscoveriesCommand.ts | 14 +-
...pamResourceDiscoveryAssociationsCommand.ts | 14 +-
.../src/commands/DescribeIpamScopesCommand.ts | 14 +-
.../src/commands/DescribeIpamsCommand.ts | 14 +-
.../src/commands/DescribeIpv6PoolsCommand.ts | 14 +-
.../src/commands/DescribeKeyPairsCommand.ts | 14 +-
.../DescribeLaunchTemplateVersionsCommand.ts | 14 +-
.../DescribeLaunchTemplatesCommand.ts | 14 +-
...irtualInterfaceGroupAssociationsCommand.ts | 14 +-
...GatewayRouteTableVpcAssociationsCommand.ts | 14 +-
.../DescribeLocalGatewayRouteTablesCommand.ts | 14 +-
...calGatewayVirtualInterfaceGroupsCommand.ts | 14 +-
...ibeLocalGatewayVirtualInterfacesCommand.ts | 14 +-
.../commands/DescribeLocalGatewaysCommand.ts | 14 +-
.../DescribeLockedSnapshotsCommand.ts | 14 +-
.../src/commands/DescribeMacHostsCommand.ts | 14 +-
.../DescribeManagedPrefixListsCommand.ts | 14 +-
.../DescribeMovingAddressesCommand.ts | 14 +-
.../commands/DescribeNatGatewaysCommand.ts | 14 +-
.../commands/DescribeNetworkAclsCommand.ts | 14 +-
...tworkInsightsAccessScopeAnalysesCommand.ts | 14 +-
...cribeNetworkInsightsAccessScopesCommand.ts | 14 +-
.../DescribeNetworkInsightsAnalysesCommand.ts | 14 +-
.../DescribeNetworkInsightsPathsCommand.ts | 14 +-
...escribeNetworkInterfaceAttributeCommand.ts | 14 +-
...cribeNetworkInterfacePermissionsCommand.ts | 14 +-
.../DescribeNetworkInterfacesCommand.ts | 14 +-
.../DescribePlacementGroupsCommand.ts | 14 +-
.../commands/DescribePrefixListsCommand.ts | 14 +-
.../DescribePrincipalIdFormatCommand.ts | 14 +-
.../DescribePublicIpv4PoolsCommand.ts | 14 +-
.../src/commands/DescribeRegionsCommand.ts | 14 +-
.../DescribeReplaceRootVolumeTasksCommand.ts | 14 +-
.../DescribeReservedInstancesCommand.ts | 14 +-
...escribeReservedInstancesListingsCommand.ts | 14 +-
...beReservedInstancesModificationsCommand.ts | 14 +-
...scribeReservedInstancesOfferingsCommand.ts | 14 +-
.../commands/DescribeRouteTablesCommand.ts | 14 +-
...ibeScheduledInstanceAvailabilityCommand.ts | 14 +-
.../DescribeScheduledInstancesCommand.ts | 14 +-
.../DescribeSecurityGroupReferencesCommand.ts | 14 +-
.../DescribeSecurityGroupRulesCommand.ts | 14 +-
.../commands/DescribeSecurityGroupsCommand.ts | 14 +-
.../DescribeSnapshotAttributeCommand.ts | 14 +-
.../DescribeSnapshotTierStatusCommand.ts | 14 +-
.../src/commands/DescribeSnapshotsCommand.ts | 14 +-
...DescribeSpotDatafeedSubscriptionCommand.ts | 14 +-
.../DescribeSpotFleetInstancesCommand.ts | 14 +-
.../DescribeSpotFleetRequestHistoryCommand.ts | 14 +-
.../DescribeSpotFleetRequestsCommand.ts | 14 +-
.../DescribeSpotInstanceRequestsCommand.ts | 14 +-
.../DescribeSpotPriceHistoryCommand.ts | 14 +-
.../DescribeStaleSecurityGroupsCommand.ts | 14 +-
.../DescribeStoreImageTasksCommand.ts | 14 +-
.../src/commands/DescribeSubnetsCommand.ts | 14 +-
.../src/commands/DescribeTagsCommand.ts | 14 +-
...DescribeTrafficMirrorFilterRulesCommand.ts | 14 +-
.../DescribeTrafficMirrorFiltersCommand.ts | 14 +-
.../DescribeTrafficMirrorSessionsCommand.ts | 14 +-
.../DescribeTrafficMirrorTargetsCommand.ts | 14 +-
...escribeTransitGatewayAttachmentsCommand.ts | 14 +-
...scribeTransitGatewayConnectPeersCommand.ts | 14 +-
.../DescribeTransitGatewayConnectsCommand.ts | 14 +-
...beTransitGatewayMulticastDomainsCommand.ts | 14 +-
...TransitGatewayPeeringAttachmentsCommand.ts | 14 +-
...scribeTransitGatewayPolicyTablesCommand.ts | 14 +-
...itGatewayRouteTableAnnouncementsCommand.ts | 14 +-
...escribeTransitGatewayRouteTablesCommand.ts | 14 +-
...ribeTransitGatewayVpcAttachmentsCommand.ts | 14 +-
.../DescribeTransitGatewaysCommand.ts | 14 +-
...scribeTrunkInterfaceAssociationsCommand.ts | 14 +-
.../DescribeVerifiedAccessEndpointsCommand.ts | 14 +-
.../DescribeVerifiedAccessGroupsCommand.ts | 14 +-
...essInstanceLoggingConfigurationsCommand.ts | 14 +-
.../DescribeVerifiedAccessInstancesCommand.ts | 14 +-
...ribeVerifiedAccessTrustProvidersCommand.ts | 14 +-
.../DescribeVolumeAttributeCommand.ts | 14 +-
.../commands/DescribeVolumeStatusCommand.ts | 14 +-
.../src/commands/DescribeVolumesCommand.ts | 14 +-
.../DescribeVolumesModificationsCommand.ts | 14 +-
.../commands/DescribeVpcAttributeCommand.ts | 14 +-
.../commands/DescribeVpcClassicLinkCommand.ts | 14 +-
...DescribeVpcClassicLinkDnsSupportCommand.ts | 14 +-
...cEndpointConnectionNotificationsCommand.ts | 14 +-
.../DescribeVpcEndpointConnectionsCommand.ts | 14 +-
...VpcEndpointServiceConfigurationsCommand.ts | 14 +-
...ibeVpcEndpointServicePermissionsCommand.ts | 14 +-
.../DescribeVpcEndpointServicesCommand.ts | 14 +-
.../commands/DescribeVpcEndpointsCommand.ts | 14 +-
.../DescribeVpcPeeringConnectionsCommand.ts | 14 +-
.../src/commands/DescribeVpcsCommand.ts | 14 +-
.../commands/DescribeVpnConnectionsCommand.ts | 14 +-
.../commands/DescribeVpnGatewaysCommand.ts | 14 +-
.../commands/DetachClassicLinkVpcCommand.ts | 14 +-
.../commands/DetachInternetGatewayCommand.ts | 14 +-
.../commands/DetachNetworkInterfaceCommand.ts | 14 +-
...etachVerifiedAccessTrustProviderCommand.ts | 14 +-
.../src/commands/DetachVolumeCommand.ts | 14 +-
.../src/commands/DetachVpnGatewayCommand.ts | 14 +-
.../commands/DisableAddressTransferCommand.ts | 14 +-
...orkPerformanceMetricSubscriptionCommand.ts | 14 +-
.../DisableEbsEncryptionByDefaultCommand.ts | 14 +-
.../src/commands/DisableFastLaunchCommand.ts | 14 +-
.../DisableFastSnapshotRestoresCommand.ts | 14 +-
.../DisableImageBlockPublicAccessCommand.ts | 14 +-
.../src/commands/DisableImageCommand.ts | 14 +-
.../DisableImageDeprecationCommand.ts | 14 +-
...bleImageDeregistrationProtectionCommand.ts | 14 +-
...ableIpamOrganizationAdminAccountCommand.ts | 14 +-
.../DisableSerialConsoleAccessCommand.ts | 14 +-
...DisableSnapshotBlockPublicAccessCommand.ts | 14 +-
...nsitGatewayRouteTablePropagationCommand.ts | 14 +-
.../DisableVgwRoutePropagationCommand.ts | 14 +-
.../commands/DisableVpcClassicLinkCommand.ts | 14 +-
.../DisableVpcClassicLinkDnsSupportCommand.ts | 14 +-
.../commands/DisassociateAddressCommand.ts | 14 +-
...sassociateClientVpnTargetNetworkCommand.ts | 14 +-
...sociateEnclaveCertificateIamRoleCommand.ts | 14 +-
.../DisassociateIamInstanceProfileCommand.ts | 14 +-
.../DisassociateInstanceEventWindowCommand.ts | 14 +-
.../commands/DisassociateIpamByoasnCommand.ts | 14 +-
...isassociateIpamResourceDiscoveryCommand.ts | 14 +-
.../DisassociateNatGatewayAddressCommand.ts | 14 +-
.../commands/DisassociateRouteTableCommand.ts | 14 +-
.../DisassociateSubnetCidrBlockCommand.ts | 14 +-
...ateTransitGatewayMulticastDomainCommand.ts | 14 +-
...sociateTransitGatewayPolicyTableCommand.ts | 14 +-
...ssociateTransitGatewayRouteTableCommand.ts | 14 +-
.../DisassociateTrunkInterfaceCommand.ts | 14 +-
.../DisassociateVpcCidrBlockCommand.ts | 14 +-
.../commands/EnableAddressTransferCommand.ts | 14 +-
...orkPerformanceMetricSubscriptionCommand.ts | 14 +-
.../EnableEbsEncryptionByDefaultCommand.ts | 14 +-
.../src/commands/EnableFastLaunchCommand.ts | 14 +-
.../EnableFastSnapshotRestoresCommand.ts | 14 +-
.../EnableImageBlockPublicAccessCommand.ts | 14 +-
.../src/commands/EnableImageCommand.ts | 14 +-
.../commands/EnableImageDeprecationCommand.ts | 14 +-
...bleImageDeregistrationProtectionCommand.ts | 14 +-
...ableIpamOrganizationAdminAccountCommand.ts | 14 +-
...ilityAnalyzerOrganizationSharingCommand.ts | 14 +-
.../EnableSerialConsoleAccessCommand.ts | 14 +-
.../EnableSnapshotBlockPublicAccessCommand.ts | 14 +-
...nsitGatewayRouteTablePropagationCommand.ts | 14 +-
.../EnableVgwRoutePropagationCommand.ts | 14 +-
.../src/commands/EnableVolumeIOCommand.ts | 14 +-
.../commands/EnableVpcClassicLinkCommand.ts | 14 +-
.../EnableVpcClassicLinkDnsSupportCommand.ts | 14 +-
...nClientCertificateRevocationListCommand.ts | 14 +-
...portClientVpnClientConfigurationCommand.ts | 14 +-
.../src/commands/ExportImageCommand.ts | 14 +-
.../ExportTransitGatewayRoutesCommand.ts | 14 +-
...ciatedEnclaveCertificateIamRolesCommand.ts | 14 +-
.../GetAssociatedIpv6PoolCidrsCommand.ts | 14 +-
.../GetAwsNetworkPerformanceDataCommand.ts | 14 +-
.../GetCapacityReservationUsageCommand.ts | 14 +-
.../src/commands/GetCoipPoolUsageCommand.ts | 14 +-
.../src/commands/GetConsoleOutputCommand.ts | 14 +-
.../commands/GetConsoleScreenshotCommand.ts | 14 +-
.../GetDefaultCreditSpecificationCommand.ts | 14 +-
.../commands/GetEbsDefaultKmsKeyIdCommand.ts | 14 +-
.../GetEbsEncryptionByDefaultCommand.ts | 14 +-
.../GetFlowLogsIntegrationTemplateCommand.ts | 14 +-
.../GetGroupsForCapacityReservationCommand.ts | 14 +-
...etHostReservationPurchasePreviewCommand.ts | 14 +-
.../GetImageBlockPublicAccessStateCommand.ts | 14 +-
.../GetInstanceMetadataDefaultsCommand.ts | 14 +-
.../commands/GetInstanceTpmEkPubCommand.ts | 14 +-
...nceTypesFromInstanceRequirementsCommand.ts | 14 +-
.../commands/GetInstanceUefiDataCommand.ts | 14 +-
.../commands/GetIpamAddressHistoryCommand.ts | 14 +-
.../GetIpamDiscoveredAccountsCommand.ts | 14 +-
...GetIpamDiscoveredPublicAddressesCommand.ts | 14 +-
.../GetIpamDiscoveredResourceCidrsCommand.ts | 14 +-
.../commands/GetIpamPoolAllocationsCommand.ts | 14 +-
.../src/commands/GetIpamPoolCidrsCommand.ts | 14 +-
.../commands/GetIpamResourceCidrsCommand.ts | 14 +-
.../commands/GetLaunchTemplateDataCommand.ts | 14 +-
...GetManagedPrefixListAssociationsCommand.ts | 14 +-
.../GetManagedPrefixListEntriesCommand.ts | 14 +-
...ightsAccessScopeAnalysisFindingsCommand.ts | 14 +-
...etworkInsightsAccessScopeContentCommand.ts | 14 +-
.../src/commands/GetPasswordDataCommand.ts | 14 +-
...etReservedInstancesExchangeQuoteCommand.ts | 14 +-
.../GetSecurityGroupsForVpcCommand.ts | 14 +-
.../GetSerialConsoleAccessStatusCommand.ts | 14 +-
...etSnapshotBlockPublicAccessStateCommand.ts | 14 +-
.../commands/GetSpotPlacementScoresCommand.ts | 14 +-
.../GetSubnetCidrReservationsCommand.ts | 14 +-
...sitGatewayAttachmentPropagationsCommand.ts | 14 +-
...tewayMulticastDomainAssociationsCommand.ts | 14 +-
...itGatewayPolicyTableAssociationsCommand.ts | 14 +-
...TransitGatewayPolicyTableEntriesCommand.ts | 14 +-
...ansitGatewayPrefixListReferencesCommand.ts | 14 +-
...sitGatewayRouteTableAssociationsCommand.ts | 14 +-
...sitGatewayRouteTablePropagationsCommand.ts | 14 +-
.../GetVerifiedAccessEndpointPolicyCommand.ts | 14 +-
.../GetVerifiedAccessGroupPolicyCommand.ts | 14 +-
...nectionDeviceSampleConfigurationCommand.ts | 14 +-
.../GetVpnConnectionDeviceTypesCommand.ts | 14 +-
.../GetVpnTunnelReplacementStatusCommand.ts | 14 +-
...nClientCertificateRevocationListCommand.ts | 14 +-
.../src/commands/ImportImageCommand.ts | 14 +-
.../src/commands/ImportInstanceCommand.ts | 14 +-
.../src/commands/ImportKeyPairCommand.ts | 14 +-
.../src/commands/ImportSnapshotCommand.ts | 14 +-
.../src/commands/ImportVolumeCommand.ts | 14 +-
.../commands/ListImagesInRecycleBinCommand.ts | 14 +-
.../ListSnapshotsInRecycleBinCommand.ts | 14 +-
.../src/commands/LockSnapshotCommand.ts | 14 +-
.../commands/ModifyAddressAttributeCommand.ts | 14 +-
.../ModifyAvailabilityZoneGroupCommand.ts | 14 +-
.../ModifyCapacityReservationCommand.ts | 14 +-
.../ModifyCapacityReservationFleetCommand.ts | 14 +-
.../ModifyClientVpnEndpointCommand.ts | 14 +-
...ModifyDefaultCreditSpecificationCommand.ts | 14 +-
.../ModifyEbsDefaultKmsKeyIdCommand.ts | 14 +-
.../src/commands/ModifyFleetCommand.ts | 14 +-
.../ModifyFpgaImageAttributeCommand.ts | 14 +-
.../src/commands/ModifyHostsCommand.ts | 14 +-
.../src/commands/ModifyIdFormatCommand.ts | 14 +-
.../commands/ModifyIdentityIdFormatCommand.ts | 14 +-
.../commands/ModifyImageAttributeCommand.ts | 14 +-
.../ModifyInstanceAttributeCommand.ts | 14 +-
...nceCapacityReservationAttributesCommand.ts | 14 +-
...odifyInstanceCreditSpecificationCommand.ts | 14 +-
.../ModifyInstanceEventStartTimeCommand.ts | 14 +-
.../ModifyInstanceEventWindowCommand.ts | 14 +-
...ModifyInstanceMaintenanceOptionsCommand.ts | 14 +-
.../ModifyInstanceMetadataDefaultsCommand.ts | 14 +-
.../ModifyInstanceMetadataOptionsCommand.ts | 14 +-
.../ModifyInstancePlacementCommand.ts | 14 +-
.../src/commands/ModifyIpamCommand.ts | 14 +-
.../src/commands/ModifyIpamPoolCommand.ts | 14 +-
.../commands/ModifyIpamResourceCidrCommand.ts | 14 +-
.../ModifyIpamResourceDiscoveryCommand.ts | 14 +-
.../src/commands/ModifyIpamScopeCommand.ts | 14 +-
.../commands/ModifyLaunchTemplateCommand.ts | 14 +-
.../ModifyLocalGatewayRouteCommand.ts | 14 +-
.../ModifyManagedPrefixListCommand.ts | 14 +-
.../ModifyNetworkInterfaceAttributeCommand.ts | 14 +-
.../ModifyPrivateDnsNameOptionsCommand.ts | 14 +-
.../ModifyReservedInstancesCommand.ts | 14 +-
.../ModifySecurityGroupRulesCommand.ts | 14 +-
.../ModifySnapshotAttributeCommand.ts | 14 +-
.../src/commands/ModifySnapshotTierCommand.ts | 14 +-
.../commands/ModifySpotFleetRequestCommand.ts | 14 +-
.../commands/ModifySubnetAttributeCommand.ts | 14 +-
...afficMirrorFilterNetworkServicesCommand.ts | 14 +-
.../ModifyTrafficMirrorFilterRuleCommand.ts | 14 +-
.../ModifyTrafficMirrorSessionCommand.ts | 14 +-
.../commands/ModifyTransitGatewayCommand.ts | 14 +-
...ransitGatewayPrefixListReferenceCommand.ts | 14 +-
...odifyTransitGatewayVpcAttachmentCommand.ts | 14 +-
.../ModifyVerifiedAccessEndpointCommand.ts | 14 +-
...difyVerifiedAccessEndpointPolicyCommand.ts | 14 +-
.../ModifyVerifiedAccessGroupCommand.ts | 14 +-
.../ModifyVerifiedAccessGroupPolicyCommand.ts | 14 +-
.../ModifyVerifiedAccessInstanceCommand.ts | 14 +-
...cessInstanceLoggingConfigurationCommand.ts | 14 +-
...odifyVerifiedAccessTrustProviderCommand.ts | 14 +-
.../commands/ModifyVolumeAttributeCommand.ts | 14 +-
.../src/commands/ModifyVolumeCommand.ts | 14 +-
.../src/commands/ModifyVpcAttributeCommand.ts | 14 +-
.../src/commands/ModifyVpcEndpointCommand.ts | 14 +-
...pcEndpointConnectionNotificationCommand.ts | 14 +-
...yVpcEndpointServiceConfigurationCommand.ts | 14 +-
...dpointServicePayerResponsibilityCommand.ts | 14 +-
...ifyVpcEndpointServicePermissionsCommand.ts | 14 +-
...odifyVpcPeeringConnectionOptionsCommand.ts | 14 +-
.../src/commands/ModifyVpcTenancyCommand.ts | 14 +-
.../commands/ModifyVpnConnectionCommand.ts | 14 +-
.../ModifyVpnConnectionOptionsCommand.ts | 14 +-
.../ModifyVpnTunnelCertificateCommand.ts | 14 +-
.../commands/ModifyVpnTunnelOptionsCommand.ts | 14 +-
.../src/commands/MonitorInstancesCommand.ts | 14 +-
.../src/commands/MoveAddressToVpcCommand.ts | 14 +-
.../commands/MoveByoipCidrToIpamCommand.ts | 14 +-
...MoveCapacityReservationInstancesCommand.ts | 14 +-
.../src/commands/ProvisionByoipCidrCommand.ts | 14 +-
.../commands/ProvisionIpamByoasnCommand.ts | 14 +-
.../commands/ProvisionIpamPoolCidrCommand.ts | 14 +-
.../ProvisionPublicIpv4PoolCidrCommand.ts | 14 +-
.../commands/PurchaseCapacityBlockCommand.ts | 14 +-
.../PurchaseHostReservationCommand.ts | 14 +-
...urchaseReservedInstancesOfferingCommand.ts | 14 +-
.../PurchaseScheduledInstancesCommand.ts | 14 +-
.../src/commands/RebootInstancesCommand.ts | 14 +-
.../src/commands/RegisterImageCommand.ts | 14 +-
...tanceEventNotificationAttributesCommand.ts | 14 +-
...nsitGatewayMulticastGroupMembersCommand.ts | 14 +-
...nsitGatewayMulticastGroupSourcesCommand.ts | 14 +-
...tewayMulticastDomainAssociationsCommand.ts | 14 +-
...tTransitGatewayPeeringAttachmentCommand.ts | 14 +-
...ejectTransitGatewayVpcAttachmentCommand.ts | 14 +-
.../RejectVpcEndpointConnectionsCommand.ts | 14 +-
.../RejectVpcPeeringConnectionCommand.ts | 14 +-
.../src/commands/ReleaseAddressCommand.ts | 14 +-
.../src/commands/ReleaseHostsCommand.ts | 14 +-
.../ReleaseIpamPoolAllocationCommand.ts | 14 +-
...aceIamInstanceProfileAssociationCommand.ts | 14 +-
.../ReplaceNetworkAclAssociationCommand.ts | 14 +-
.../commands/ReplaceNetworkAclEntryCommand.ts | 14 +-
.../src/commands/ReplaceRouteCommand.ts | 14 +-
.../ReplaceRouteTableAssociationCommand.ts | 14 +-
.../ReplaceTransitGatewayRouteCommand.ts | 14 +-
.../src/commands/ReplaceVpnTunnelCommand.ts | 14 +-
.../commands/ReportInstanceStatusCommand.ts | 14 +-
.../src/commands/RequestSpotFleetCommand.ts | 14 +-
.../commands/RequestSpotInstancesCommand.ts | 14 +-
.../commands/ResetAddressAttributeCommand.ts | 14 +-
.../ResetEbsDefaultKmsKeyIdCommand.ts | 14 +-
.../ResetFpgaImageAttributeCommand.ts | 14 +-
.../commands/ResetImageAttributeCommand.ts | 14 +-
.../commands/ResetInstanceAttributeCommand.ts | 14 +-
.../ResetNetworkInterfaceAttributeCommand.ts | 14 +-
.../commands/ResetSnapshotAttributeCommand.ts | 14 +-
.../RestoreAddressToClassicCommand.ts | 14 +-
.../RestoreImageFromRecycleBinCommand.ts | 14 +-
.../RestoreManagedPrefixListVersionCommand.ts | 14 +-
.../RestoreSnapshotFromRecycleBinCommand.ts | 14 +-
.../commands/RestoreSnapshotTierCommand.ts | 14 +-
.../commands/RevokeClientVpnIngressCommand.ts | 14 +-
.../RevokeSecurityGroupEgressCommand.ts | 14 +-
.../RevokeSecurityGroupIngressCommand.ts | 14 +-
.../src/commands/RunInstancesCommand.ts | 14 +-
.../commands/RunScheduledInstancesCommand.ts | 14 +-
.../SearchLocalGatewayRoutesCommand.ts | 14 +-
...rchTransitGatewayMulticastGroupsCommand.ts | 14 +-
.../SearchTransitGatewayRoutesCommand.ts | 14 +-
.../SendDiagnosticInterruptCommand.ts | 14 +-
.../src/commands/StartInstancesCommand.ts | 14 +-
...tworkInsightsAccessScopeAnalysisCommand.ts | 14 +-
.../StartNetworkInsightsAnalysisCommand.ts | 14 +-
...intServicePrivateDnsVerificationCommand.ts | 14 +-
.../src/commands/StopInstancesCommand.ts | 14 +-
.../TerminateClientVpnConnectionsCommand.ts | 14 +-
.../src/commands/TerminateInstancesCommand.ts | 14 +-
.../commands/UnassignIpv6AddressesCommand.ts | 14 +-
.../UnassignPrivateIpAddressesCommand.ts | 14 +-
...UnassignPrivateNatGatewayAddressCommand.ts | 14 +-
.../src/commands/UnlockSnapshotCommand.ts | 14 +-
.../src/commands/UnmonitorInstancesCommand.ts | 14 +-
...urityGroupRuleDescriptionsEgressCommand.ts | 14 +-
...rityGroupRuleDescriptionsIngressCommand.ts | 14 +-
.../src/commands/WithdrawByoipCidrCommand.ts | 14 +-
clients/client-ecr-public/package.json | 42 +-
.../BatchCheckLayerAvailabilityCommand.ts | 14 +-
.../src/commands/BatchDeleteImageCommand.ts | 14 +-
.../commands/CompleteLayerUploadCommand.ts | 14 +-
.../src/commands/CreateRepositoryCommand.ts | 14 +-
.../src/commands/DeleteRepositoryCommand.ts | 14 +-
.../commands/DeleteRepositoryPolicyCommand.ts | 14 +-
.../src/commands/DescribeImageTagsCommand.ts | 14 +-
.../src/commands/DescribeImagesCommand.ts | 14 +-
.../src/commands/DescribeRegistriesCommand.ts | 14 +-
.../commands/DescribeRepositoriesCommand.ts | 14 +-
.../commands/GetAuthorizationTokenCommand.ts | 14 +-
.../commands/GetRegistryCatalogDataCommand.ts | 14 +-
.../GetRepositoryCatalogDataCommand.ts | 14 +-
.../commands/GetRepositoryPolicyCommand.ts | 14 +-
.../commands/InitiateLayerUploadCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutImageCommand.ts | 14 +-
.../commands/PutRegistryCatalogDataCommand.ts | 14 +-
.../PutRepositoryCatalogDataCommand.ts | 14 +-
.../commands/SetRepositoryPolicyCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UploadLayerPartCommand.ts | 14 +-
clients/client-ecr/package.json | 44 +-
.../BatchCheckLayerAvailabilityCommand.ts | 14 +-
.../src/commands/BatchDeleteImageCommand.ts | 14 +-
.../src/commands/BatchGetImageCommand.ts | 14 +-
...tRepositoryScanningConfigurationCommand.ts | 14 +-
.../commands/CompleteLayerUploadCommand.ts | 14 +-
.../CreatePullThroughCacheRuleCommand.ts | 14 +-
.../src/commands/CreateRepositoryCommand.ts | 14 +-
...CreateRepositoryCreationTemplateCommand.ts | 14 +-
.../commands/DeleteLifecyclePolicyCommand.ts | 14 +-
.../DeletePullThroughCacheRuleCommand.ts | 14 +-
.../commands/DeleteRegistryPolicyCommand.ts | 14 +-
.../src/commands/DeleteRepositoryCommand.ts | 14 +-
...DeleteRepositoryCreationTemplateCommand.ts | 14 +-
.../commands/DeleteRepositoryPolicyCommand.ts | 14 +-
.../DescribeImageReplicationStatusCommand.ts | 14 +-
.../DescribeImageScanFindingsCommand.ts | 14 +-
.../src/commands/DescribeImagesCommand.ts | 14 +-
.../DescribePullThroughCacheRulesCommand.ts | 14 +-
.../src/commands/DescribeRegistryCommand.ts | 14 +-
.../commands/DescribeRepositoriesCommand.ts | 14 +-
...cribeRepositoryCreationTemplatesCommand.ts | 14 +-
.../src/commands/GetAccountSettingCommand.ts | 14 +-
.../commands/GetAuthorizationTokenCommand.ts | 14 +-
.../commands/GetDownloadUrlForLayerCommand.ts | 14 +-
.../src/commands/GetLifecyclePolicyCommand.ts | 14 +-
.../GetLifecyclePolicyPreviewCommand.ts | 14 +-
.../src/commands/GetRegistryPolicyCommand.ts | 14 +-
...GetRegistryScanningConfigurationCommand.ts | 14 +-
.../commands/GetRepositoryPolicyCommand.ts | 14 +-
.../commands/InitiateLayerUploadCommand.ts | 14 +-
.../src/commands/ListImagesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutAccountSettingCommand.ts | 14 +-
.../src/commands/PutImageCommand.ts | 14 +-
.../PutImageScanningConfigurationCommand.ts | 14 +-
.../commands/PutImageTagMutabilityCommand.ts | 14 +-
.../src/commands/PutLifecyclePolicyCommand.ts | 14 +-
.../src/commands/PutRegistryPolicyCommand.ts | 14 +-
...PutRegistryScanningConfigurationCommand.ts | 14 +-
.../PutReplicationConfigurationCommand.ts | 14 +-
.../commands/SetRepositoryPolicyCommand.ts | 14 +-
.../src/commands/StartImageScanCommand.ts | 14 +-
.../StartLifecyclePolicyPreviewCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdatePullThroughCacheRuleCommand.ts | 14 +-
...UpdateRepositoryCreationTemplateCommand.ts | 14 +-
.../src/commands/UploadLayerPartCommand.ts | 14 +-
.../ValidatePullThroughCacheRuleCommand.ts | 14 +-
clients/client-ecs/package.json | 44 +-
.../commands/CreateCapacityProviderCommand.ts | 14 +-
.../src/commands/CreateClusterCommand.ts | 14 +-
.../src/commands/CreateServiceCommand.ts | 14 +-
.../src/commands/CreateTaskSetCommand.ts | 14 +-
.../commands/DeleteAccountSettingCommand.ts | 14 +-
.../src/commands/DeleteAttributesCommand.ts | 14 +-
.../commands/DeleteCapacityProviderCommand.ts | 14 +-
.../src/commands/DeleteClusterCommand.ts | 14 +-
.../src/commands/DeleteServiceCommand.ts | 14 +-
.../commands/DeleteTaskDefinitionsCommand.ts | 14 +-
.../src/commands/DeleteTaskSetCommand.ts | 14 +-
.../DeregisterContainerInstanceCommand.ts | 14 +-
.../DeregisterTaskDefinitionCommand.ts | 14 +-
.../DescribeCapacityProvidersCommand.ts | 14 +-
.../src/commands/DescribeClustersCommand.ts | 14 +-
.../DescribeContainerInstancesCommand.ts | 14 +-
.../src/commands/DescribeServicesCommand.ts | 14 +-
.../commands/DescribeTaskDefinitionCommand.ts | 14 +-
.../src/commands/DescribeTaskSetsCommand.ts | 14 +-
.../src/commands/DescribeTasksCommand.ts | 14 +-
.../commands/DiscoverPollEndpointCommand.ts | 14 +-
.../src/commands/ExecuteCommandCommand.ts | 14 +-
.../src/commands/GetTaskProtectionCommand.ts | 14 +-
.../commands/ListAccountSettingsCommand.ts | 14 +-
.../src/commands/ListAttributesCommand.ts | 14 +-
.../src/commands/ListClustersCommand.ts | 14 +-
.../commands/ListContainerInstancesCommand.ts | 14 +-
.../ListServicesByNamespaceCommand.ts | 14 +-
.../src/commands/ListServicesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../ListTaskDefinitionFamiliesCommand.ts | 14 +-
.../commands/ListTaskDefinitionsCommand.ts | 14 +-
.../src/commands/ListTasksCommand.ts | 14 +-
.../src/commands/PutAccountSettingCommand.ts | 14 +-
.../PutAccountSettingDefaultCommand.ts | 14 +-
.../src/commands/PutAttributesCommand.ts | 14 +-
.../PutClusterCapacityProvidersCommand.ts | 14 +-
.../RegisterContainerInstanceCommand.ts | 14 +-
.../commands/RegisterTaskDefinitionCommand.ts | 14 +-
.../client-ecs/src/commands/RunTaskCommand.ts | 14 +-
.../src/commands/StartTaskCommand.ts | 14 +-
.../src/commands/StopTaskCommand.ts | 14 +-
.../SubmitAttachmentStateChangesCommand.ts | 14 +-
.../SubmitContainerStateChangeCommand.ts | 14 +-
.../commands/SubmitTaskStateChangeCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateCapacityProviderCommand.ts | 14 +-
.../src/commands/UpdateClusterCommand.ts | 14 +-
.../commands/UpdateClusterSettingsCommand.ts | 14 +-
.../commands/UpdateContainerAgentCommand.ts | 14 +-
.../UpdateContainerInstancesStateCommand.ts | 14 +-
.../src/commands/UpdateServiceCommand.ts | 14 +-
.../UpdateServicePrimaryTaskSetCommand.ts | 14 +-
.../commands/UpdateTaskProtectionCommand.ts | 14 +-
.../src/commands/UpdateTaskSetCommand.ts | 14 +-
clients/client-efs/package.json | 42 +-
.../src/commands/CreateAccessPointCommand.ts | 14 +-
.../src/commands/CreateFileSystemCommand.ts | 14 +-
.../src/commands/CreateMountTargetCommand.ts | 14 +-
.../CreateReplicationConfigurationCommand.ts | 14 +-
.../src/commands/CreateTagsCommand.ts | 14 +-
.../src/commands/DeleteAccessPointCommand.ts | 14 +-
.../src/commands/DeleteFileSystemCommand.ts | 14 +-
.../commands/DeleteFileSystemPolicyCommand.ts | 14 +-
.../src/commands/DeleteMountTargetCommand.ts | 14 +-
.../DeleteReplicationConfigurationCommand.ts | 14 +-
.../src/commands/DeleteTagsCommand.ts | 14 +-
.../commands/DescribeAccessPointsCommand.ts | 14 +-
.../DescribeAccountPreferencesCommand.ts | 14 +-
.../commands/DescribeBackupPolicyCommand.ts | 14 +-
.../DescribeFileSystemPolicyCommand.ts | 14 +-
.../commands/DescribeFileSystemsCommand.ts | 14 +-
.../DescribeLifecycleConfigurationCommand.ts | 14 +-
...escribeMountTargetSecurityGroupsCommand.ts | 14 +-
.../commands/DescribeMountTargetsCommand.ts | 14 +-
...escribeReplicationConfigurationsCommand.ts | 14 +-
.../src/commands/DescribeTagsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../ModifyMountTargetSecurityGroupsCommand.ts | 14 +-
.../commands/PutAccountPreferencesCommand.ts | 14 +-
.../src/commands/PutBackupPolicyCommand.ts | 14 +-
.../commands/PutFileSystemPolicyCommand.ts | 14 +-
.../PutLifecycleConfigurationCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateFileSystemCommand.ts | 14 +-
.../UpdateFileSystemProtectionCommand.ts | 14 +-
clients/client-eks-auth/package.json | 42 +-
.../AssumeRoleForPodIdentityCommand.ts | 14 +-
clients/client-eks/package.json | 44 +-
.../commands/AssociateAccessPolicyCommand.ts | 14 +-
.../AssociateEncryptionConfigCommand.ts | 14 +-
.../AssociateIdentityProviderConfigCommand.ts | 14 +-
.../src/commands/CreateAccessEntryCommand.ts | 14 +-
.../src/commands/CreateAddonCommand.ts | 14 +-
.../src/commands/CreateClusterCommand.ts | 14 +-
.../CreateEksAnywhereSubscriptionCommand.ts | 14 +-
.../commands/CreateFargateProfileCommand.ts | 14 +-
.../src/commands/CreateNodegroupCommand.ts | 14 +-
.../CreatePodIdentityAssociationCommand.ts | 14 +-
.../src/commands/DeleteAccessEntryCommand.ts | 14 +-
.../src/commands/DeleteAddonCommand.ts | 14 +-
.../src/commands/DeleteClusterCommand.ts | 14 +-
.../DeleteEksAnywhereSubscriptionCommand.ts | 14 +-
.../commands/DeleteFargateProfileCommand.ts | 14 +-
.../src/commands/DeleteNodegroupCommand.ts | 14 +-
.../DeletePodIdentityAssociationCommand.ts | 14 +-
.../src/commands/DeregisterClusterCommand.ts | 14 +-
.../commands/DescribeAccessEntryCommand.ts | 14 +-
.../src/commands/DescribeAddonCommand.ts | 14 +-
.../DescribeAddonConfigurationCommand.ts | 14 +-
.../commands/DescribeAddonVersionsCommand.ts | 14 +-
.../src/commands/DescribeClusterCommand.ts | 14 +-
.../DescribeEksAnywhereSubscriptionCommand.ts | 14 +-
.../commands/DescribeFargateProfileCommand.ts | 14 +-
.../DescribeIdentityProviderConfigCommand.ts | 14 +-
.../src/commands/DescribeInsightCommand.ts | 14 +-
.../src/commands/DescribeNodegroupCommand.ts | 14 +-
.../DescribePodIdentityAssociationCommand.ts | 14 +-
.../src/commands/DescribeUpdateCommand.ts | 14 +-
.../DisassociateAccessPolicyCommand.ts | 14 +-
...sassociateIdentityProviderConfigCommand.ts | 14 +-
.../src/commands/ListAccessEntriesCommand.ts | 14 +-
.../src/commands/ListAccessPoliciesCommand.ts | 14 +-
.../src/commands/ListAddonsCommand.ts | 14 +-
.../ListAssociatedAccessPoliciesCommand.ts | 14 +-
.../src/commands/ListClustersCommand.ts | 14 +-
.../ListEksAnywhereSubscriptionsCommand.ts | 14 +-
.../commands/ListFargateProfilesCommand.ts | 14 +-
.../ListIdentityProviderConfigsCommand.ts | 14 +-
.../src/commands/ListInsightsCommand.ts | 14 +-
.../src/commands/ListNodegroupsCommand.ts | 14 +-
.../ListPodIdentityAssociationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListUpdatesCommand.ts | 14 +-
.../src/commands/RegisterClusterCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAccessEntryCommand.ts | 14 +-
.../src/commands/UpdateAddonCommand.ts | 14 +-
.../commands/UpdateClusterConfigCommand.ts | 14 +-
.../commands/UpdateClusterVersionCommand.ts | 14 +-
.../UpdateEksAnywhereSubscriptionCommand.ts | 14 +-
.../commands/UpdateNodegroupConfigCommand.ts | 14 +-
.../commands/UpdateNodegroupVersionCommand.ts | 14 +-
.../UpdatePodIdentityAssociationCommand.ts | 14 +-
clients/client-elastic-beanstalk/package.json | 44 +-
.../commands/AbortEnvironmentUpdateCommand.ts | 14 +-
.../ApplyEnvironmentManagedActionCommand.ts | 14 +-
...sociateEnvironmentOperationsRoleCommand.ts | 14 +-
.../commands/CheckDNSAvailabilityCommand.ts | 14 +-
.../commands/ComposeEnvironmentsCommand.ts | 14 +-
.../src/commands/CreateApplicationCommand.ts | 14 +-
.../CreateApplicationVersionCommand.ts | 14 +-
.../CreateConfigurationTemplateCommand.ts | 14 +-
.../src/commands/CreateEnvironmentCommand.ts | 14 +-
.../commands/CreatePlatformVersionCommand.ts | 14 +-
.../commands/CreateStorageLocationCommand.ts | 14 +-
.../src/commands/DeleteApplicationCommand.ts | 14 +-
.../DeleteApplicationVersionCommand.ts | 14 +-
.../DeleteConfigurationTemplateCommand.ts | 14 +-
.../DeleteEnvironmentConfigurationCommand.ts | 14 +-
.../commands/DeletePlatformVersionCommand.ts | 14 +-
.../DescribeAccountAttributesCommand.ts | 14 +-
.../DescribeApplicationVersionsCommand.ts | 14 +-
.../commands/DescribeApplicationsCommand.ts | 14 +-
.../DescribeConfigurationOptionsCommand.ts | 14 +-
.../DescribeConfigurationSettingsCommand.ts | 14 +-
.../DescribeEnvironmentHealthCommand.ts | 14 +-
...eEnvironmentManagedActionHistoryCommand.ts | 14 +-
...escribeEnvironmentManagedActionsCommand.ts | 14 +-
.../DescribeEnvironmentResourcesCommand.ts | 14 +-
.../commands/DescribeEnvironmentsCommand.ts | 14 +-
.../src/commands/DescribeEventsCommand.ts | 14 +-
.../DescribeInstancesHealthCommand.ts | 14 +-
.../DescribePlatformVersionCommand.ts | 14 +-
...sociateEnvironmentOperationsRoleCommand.ts | 14 +-
.../ListAvailableSolutionStacksCommand.ts | 14 +-
.../commands/ListPlatformBranchesCommand.ts | 14 +-
.../commands/ListPlatformVersionsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/RebuildEnvironmentCommand.ts | 14 +-
.../commands/RequestEnvironmentInfoCommand.ts | 14 +-
.../src/commands/RestartAppServerCommand.ts | 14 +-
.../RetrieveEnvironmentInfoCommand.ts | 14 +-
.../commands/SwapEnvironmentCNAMEsCommand.ts | 14 +-
.../commands/TerminateEnvironmentCommand.ts | 14 +-
.../src/commands/UpdateApplicationCommand.ts | 14 +-
...dateApplicationResourceLifecycleCommand.ts | 14 +-
.../UpdateApplicationVersionCommand.ts | 14 +-
.../UpdateConfigurationTemplateCommand.ts | 14 +-
.../src/commands/UpdateEnvironmentCommand.ts | 14 +-
.../commands/UpdateTagsForResourceCommand.ts | 14 +-
.../ValidateConfigurationSettingsCommand.ts | 14 +-
clients/client-elastic-inference/package.json | 42 +-
.../DescribeAcceleratorOfferingsCommand.ts | 14 +-
.../DescribeAcceleratorTypesCommand.ts | 14 +-
.../commands/DescribeAcceleratorsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../package.json | 44 +-
.../AddListenerCertificatesCommand.ts | 14 +-
.../src/commands/AddTagsCommand.ts | 14 +-
.../AddTrustStoreRevocationsCommand.ts | 14 +-
.../src/commands/CreateListenerCommand.ts | 14 +-
.../src/commands/CreateLoadBalancerCommand.ts | 14 +-
.../src/commands/CreateRuleCommand.ts | 14 +-
.../src/commands/CreateTargetGroupCommand.ts | 14 +-
.../src/commands/CreateTrustStoreCommand.ts | 14 +-
.../src/commands/DeleteListenerCommand.ts | 14 +-
.../src/commands/DeleteLoadBalancerCommand.ts | 14 +-
.../src/commands/DeleteRuleCommand.ts | 14 +-
...eleteSharedTrustStoreAssociationCommand.ts | 14 +-
.../src/commands/DeleteTargetGroupCommand.ts | 14 +-
.../src/commands/DeleteTrustStoreCommand.ts | 14 +-
.../src/commands/DeregisterTargetsCommand.ts | 14 +-
.../commands/DescribeAccountLimitsCommand.ts | 14 +-
.../DescribeListenerAttributesCommand.ts | 14 +-
.../DescribeListenerCertificatesCommand.ts | 14 +-
.../src/commands/DescribeListenersCommand.ts | 14 +-
.../DescribeLoadBalancerAttributesCommand.ts | 14 +-
.../commands/DescribeLoadBalancersCommand.ts | 14 +-
.../src/commands/DescribeRulesCommand.ts | 14 +-
.../commands/DescribeSSLPoliciesCommand.ts | 14 +-
.../src/commands/DescribeTagsCommand.ts | 14 +-
.../DescribeTargetGroupAttributesCommand.ts | 14 +-
.../commands/DescribeTargetGroupsCommand.ts | 14 +-
.../commands/DescribeTargetHealthCommand.ts | 14 +-
.../DescribeTrustStoreAssociationsCommand.ts | 14 +-
.../DescribeTrustStoreRevocationsCommand.ts | 14 +-
.../commands/DescribeTrustStoresCommand.ts | 14 +-
.../src/commands/GetResourcePolicyCommand.ts | 14 +-
...etTrustStoreCaCertificatesBundleCommand.ts | 14 +-
.../GetTrustStoreRevocationContentCommand.ts | 14 +-
.../ModifyListenerAttributesCommand.ts | 14 +-
.../src/commands/ModifyListenerCommand.ts | 14 +-
.../ModifyLoadBalancerAttributesCommand.ts | 14 +-
.../src/commands/ModifyRuleCommand.ts | 14 +-
.../ModifyTargetGroupAttributesCommand.ts | 14 +-
.../src/commands/ModifyTargetGroupCommand.ts | 14 +-
.../src/commands/ModifyTrustStoreCommand.ts | 14 +-
.../src/commands/RegisterTargetsCommand.ts | 14 +-
.../RemoveListenerCertificatesCommand.ts | 14 +-
.../src/commands/RemoveTagsCommand.ts | 14 +-
.../RemoveTrustStoreRevocationsCommand.ts | 14 +-
.../src/commands/SetIpAddressTypeCommand.ts | 14 +-
.../src/commands/SetRulePrioritiesCommand.ts | 14 +-
.../src/commands/SetSecurityGroupsCommand.ts | 14 +-
.../src/commands/SetSubnetsCommand.ts | 14 +-
.../package.json | 44 +-
.../src/commands/AddTagsCommand.ts | 14 +-
...pplySecurityGroupsToLoadBalancerCommand.ts | 14 +-
.../AttachLoadBalancerToSubnetsCommand.ts | 14 +-
.../commands/ConfigureHealthCheckCommand.ts | 14 +-
.../CreateAppCookieStickinessPolicyCommand.ts | 14 +-
.../CreateLBCookieStickinessPolicyCommand.ts | 14 +-
.../src/commands/CreateLoadBalancerCommand.ts | 14 +-
.../CreateLoadBalancerListenersCommand.ts | 14 +-
.../CreateLoadBalancerPolicyCommand.ts | 14 +-
.../src/commands/DeleteLoadBalancerCommand.ts | 14 +-
.../DeleteLoadBalancerListenersCommand.ts | 14 +-
.../DeleteLoadBalancerPolicyCommand.ts | 14 +-
...egisterInstancesFromLoadBalancerCommand.ts | 14 +-
.../commands/DescribeAccountLimitsCommand.ts | 14 +-
.../commands/DescribeInstanceHealthCommand.ts | 14 +-
.../DescribeLoadBalancerAttributesCommand.ts | 14 +-
.../DescribeLoadBalancerPoliciesCommand.ts | 14 +-
.../DescribeLoadBalancerPolicyTypesCommand.ts | 14 +-
.../commands/DescribeLoadBalancersCommand.ts | 14 +-
.../src/commands/DescribeTagsCommand.ts | 14 +-
.../DetachLoadBalancerFromSubnetsCommand.ts | 14 +-
...AvailabilityZonesForLoadBalancerCommand.ts | 14 +-
...AvailabilityZonesForLoadBalancerCommand.ts | 14 +-
.../ModifyLoadBalancerAttributesCommand.ts | 14 +-
...egisterInstancesWithLoadBalancerCommand.ts | 14 +-
.../src/commands/RemoveTagsCommand.ts | 14 +-
...adBalancerListenerSSLCertificateCommand.ts | 14 +-
...BalancerPoliciesForBackendServerCommand.ts | 14 +-
...etLoadBalancerPoliciesOfListenerCommand.ts | 14 +-
.../client-elastic-transcoder/package.json | 44 +-
.../src/commands/CancelJobCommand.ts | 14 +-
.../src/commands/CreateJobCommand.ts | 14 +-
.../src/commands/CreatePipelineCommand.ts | 14 +-
.../src/commands/CreatePresetCommand.ts | 14 +-
.../src/commands/DeletePipelineCommand.ts | 14 +-
.../src/commands/DeletePresetCommand.ts | 14 +-
.../src/commands/ListJobsByPipelineCommand.ts | 14 +-
.../src/commands/ListJobsByStatusCommand.ts | 14 +-
.../src/commands/ListPipelinesCommand.ts | 14 +-
.../src/commands/ListPresetsCommand.ts | 14 +-
.../src/commands/ReadJobCommand.ts | 14 +-
.../src/commands/ReadPipelineCommand.ts | 14 +-
.../src/commands/ReadPresetCommand.ts | 14 +-
.../src/commands/TestRoleCommand.ts | 14 +-
.../src/commands/UpdatePipelineCommand.ts | 14 +-
.../UpdatePipelineNotificationsCommand.ts | 14 +-
.../commands/UpdatePipelineStatusCommand.ts | 14 +-
clients/client-elasticache/package.json | 44 +-
.../src/commands/AddTagsToResourceCommand.ts | 14 +-
...thorizeCacheSecurityGroupIngressCommand.ts | 14 +-
.../commands/BatchApplyUpdateActionCommand.ts | 14 +-
.../commands/BatchStopUpdateActionCommand.ts | 14 +-
.../src/commands/CompleteMigrationCommand.ts | 14 +-
.../CopyServerlessCacheSnapshotCommand.ts | 14 +-
.../src/commands/CopySnapshotCommand.ts | 14 +-
.../src/commands/CreateCacheClusterCommand.ts | 14 +-
.../CreateCacheParameterGroupCommand.ts | 14 +-
.../CreateCacheSecurityGroupCommand.ts | 14 +-
.../commands/CreateCacheSubnetGroupCommand.ts | 14 +-
.../CreateGlobalReplicationGroupCommand.ts | 14 +-
.../commands/CreateReplicationGroupCommand.ts | 14 +-
.../commands/CreateServerlessCacheCommand.ts | 14 +-
.../CreateServerlessCacheSnapshotCommand.ts | 14 +-
.../src/commands/CreateSnapshotCommand.ts | 14 +-
.../src/commands/CreateUserCommand.ts | 14 +-
.../src/commands/CreateUserGroupCommand.ts | 14 +-
...deGroupsInGlobalReplicationGroupCommand.ts | 14 +-
.../commands/DecreaseReplicaCountCommand.ts | 14 +-
.../src/commands/DeleteCacheClusterCommand.ts | 14 +-
.../DeleteCacheParameterGroupCommand.ts | 14 +-
.../DeleteCacheSecurityGroupCommand.ts | 14 +-
.../commands/DeleteCacheSubnetGroupCommand.ts | 14 +-
.../DeleteGlobalReplicationGroupCommand.ts | 14 +-
.../commands/DeleteReplicationGroupCommand.ts | 14 +-
.../commands/DeleteServerlessCacheCommand.ts | 14 +-
.../DeleteServerlessCacheSnapshotCommand.ts | 14 +-
.../src/commands/DeleteSnapshotCommand.ts | 14 +-
.../src/commands/DeleteUserCommand.ts | 14 +-
.../src/commands/DeleteUserGroupCommand.ts | 14 +-
.../commands/DescribeCacheClustersCommand.ts | 14 +-
.../DescribeCacheEngineVersionsCommand.ts | 14 +-
.../DescribeCacheParameterGroupsCommand.ts | 14 +-
.../DescribeCacheParametersCommand.ts | 14 +-
.../DescribeCacheSecurityGroupsCommand.ts | 14 +-
.../DescribeCacheSubnetGroupsCommand.ts | 14 +-
.../DescribeEngineDefaultParametersCommand.ts | 14 +-
.../src/commands/DescribeEventsCommand.ts | 14 +-
.../DescribeGlobalReplicationGroupsCommand.ts | 14 +-
.../DescribeReplicationGroupsCommand.ts | 14 +-
.../DescribeReservedCacheNodesCommand.ts | 14 +-
...cribeReservedCacheNodesOfferingsCommand.ts | 14 +-
...DescribeServerlessCacheSnapshotsCommand.ts | 14 +-
.../DescribeServerlessCachesCommand.ts | 14 +-
.../commands/DescribeServiceUpdatesCommand.ts | 14 +-
.../src/commands/DescribeSnapshotsCommand.ts | 14 +-
.../commands/DescribeUpdateActionsCommand.ts | 14 +-
.../src/commands/DescribeUserGroupsCommand.ts | 14 +-
.../src/commands/DescribeUsersCommand.ts | 14 +-
...sassociateGlobalReplicationGroupCommand.ts | 14 +-
.../ExportServerlessCacheSnapshotCommand.ts | 14 +-
.../FailoverGlobalReplicationGroupCommand.ts | 14 +-
...deGroupsInGlobalReplicationGroupCommand.ts | 14 +-
.../commands/IncreaseReplicaCountCommand.ts | 14 +-
...ListAllowedNodeTypeModificationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ModifyCacheClusterCommand.ts | 14 +-
.../ModifyCacheParameterGroupCommand.ts | 14 +-
.../commands/ModifyCacheSubnetGroupCommand.ts | 14 +-
.../ModifyGlobalReplicationGroupCommand.ts | 14 +-
.../commands/ModifyReplicationGroupCommand.ts | 14 +-
...plicationGroupShardConfigurationCommand.ts | 14 +-
.../commands/ModifyServerlessCacheCommand.ts | 14 +-
.../src/commands/ModifyUserCommand.ts | 14 +-
.../src/commands/ModifyUserGroupCommand.ts | 14 +-
...rchaseReservedCacheNodesOfferingCommand.ts | 14 +-
...nceSlotsInGlobalReplicationGroupCommand.ts | 14 +-
.../src/commands/RebootCacheClusterCommand.ts | 14 +-
.../commands/RemoveTagsFromResourceCommand.ts | 14 +-
.../ResetCacheParameterGroupCommand.ts | 14 +-
.../RevokeCacheSecurityGroupIngressCommand.ts | 14 +-
.../src/commands/StartMigrationCommand.ts | 14 +-
.../src/commands/TestFailoverCommand.ts | 14 +-
.../src/commands/TestMigrationCommand.ts | 14 +-
.../client-elasticsearch-service/package.json | 42 +-
...oundCrossClusterSearchConnectionCommand.ts | 14 +-
.../src/commands/AddTagsCommand.ts | 14 +-
.../src/commands/AssociatePackageCommand.ts | 14 +-
.../AuthorizeVpcEndpointAccessCommand.ts | 14 +-
.../CancelDomainConfigChangeCommand.ts | 14 +-
...asticsearchServiceSoftwareUpdateCommand.ts | 14 +-
.../CreateElasticsearchDomainCommand.ts | 14 +-
...oundCrossClusterSearchConnectionCommand.ts | 14 +-
.../src/commands/CreatePackageCommand.ts | 14 +-
.../src/commands/CreateVpcEndpointCommand.ts | 14 +-
.../DeleteElasticsearchDomainCommand.ts | 14 +-
.../DeleteElasticsearchServiceRoleCommand.ts | 14 +-
...oundCrossClusterSearchConnectionCommand.ts | 14 +-
...oundCrossClusterSearchConnectionCommand.ts | 14 +-
.../src/commands/DeletePackageCommand.ts | 14 +-
.../src/commands/DeleteVpcEndpointCommand.ts | 14 +-
.../DescribeDomainAutoTunesCommand.ts | 14 +-
.../DescribeDomainChangeProgressCommand.ts | 14 +-
.../DescribeElasticsearchDomainCommand.ts | 14 +-
...escribeElasticsearchDomainConfigCommand.ts | 14 +-
.../DescribeElasticsearchDomainsCommand.ts | 14 +-
...eElasticsearchInstanceTypeLimitsCommand.ts | 14 +-
...undCrossClusterSearchConnectionsCommand.ts | 14 +-
...undCrossClusterSearchConnectionsCommand.ts | 14 +-
.../src/commands/DescribePackagesCommand.ts | 14 +-
...edElasticsearchInstanceOfferingsCommand.ts | 14 +-
...beReservedElasticsearchInstancesCommand.ts | 14 +-
.../commands/DescribeVpcEndpointsCommand.ts | 14 +-
.../src/commands/DissociatePackageCommand.ts | 14 +-
...tCompatibleElasticsearchVersionsCommand.ts | 14 +-
.../GetPackageVersionHistoryCommand.ts | 14 +-
.../src/commands/GetUpgradeHistoryCommand.ts | 14 +-
.../src/commands/GetUpgradeStatusCommand.ts | 14 +-
.../src/commands/ListDomainNamesCommand.ts | 14 +-
.../commands/ListDomainsForPackageCommand.ts | 14 +-
.../ListElasticsearchInstanceTypesCommand.ts | 14 +-
.../ListElasticsearchVersionsCommand.ts | 14 +-
.../commands/ListPackagesForDomainCommand.ts | 14 +-
.../src/commands/ListTagsCommand.ts | 14 +-
.../commands/ListVpcEndpointAccessCommand.ts | 14 +-
.../src/commands/ListVpcEndpointsCommand.ts | 14 +-
.../ListVpcEndpointsForDomainCommand.ts | 14 +-
...vedElasticsearchInstanceOfferingCommand.ts | 14 +-
...oundCrossClusterSearchConnectionCommand.ts | 14 +-
.../src/commands/RemoveTagsCommand.ts | 14 +-
.../RevokeVpcEndpointAccessCommand.ts | 14 +-
...asticsearchServiceSoftwareUpdateCommand.ts | 14 +-
.../UpdateElasticsearchDomainConfigCommand.ts | 14 +-
.../src/commands/UpdatePackageCommand.ts | 14 +-
.../src/commands/UpdateVpcEndpointCommand.ts | 14 +-
.../UpgradeElasticsearchDomainCommand.ts | 14 +-
clients/client-emr-containers/package.json | 42 +-
.../src/commands/CancelJobRunCommand.ts | 14 +-
.../src/commands/CreateJobTemplateCommand.ts | 14 +-
.../commands/CreateManagedEndpointCommand.ts | 14 +-
.../CreateSecurityConfigurationCommand.ts | 14 +-
.../commands/CreateVirtualClusterCommand.ts | 14 +-
.../src/commands/DeleteJobTemplateCommand.ts | 14 +-
.../commands/DeleteManagedEndpointCommand.ts | 14 +-
.../commands/DeleteVirtualClusterCommand.ts | 14 +-
.../src/commands/DescribeJobRunCommand.ts | 14 +-
.../commands/DescribeJobTemplateCommand.ts | 14 +-
.../DescribeManagedEndpointCommand.ts | 14 +-
.../DescribeSecurityConfigurationCommand.ts | 14 +-
.../commands/DescribeVirtualClusterCommand.ts | 14 +-
...anagedEndpointSessionCredentialsCommand.ts | 14 +-
.../src/commands/ListJobRunsCommand.ts | 14 +-
.../src/commands/ListJobTemplatesCommand.ts | 14 +-
.../commands/ListManagedEndpointsCommand.ts | 14 +-
.../ListSecurityConfigurationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/ListVirtualClustersCommand.ts | 14 +-
.../src/commands/StartJobRunCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
clients/client-emr-serverless/package.json | 42 +-
.../src/commands/CancelJobRunCommand.ts | 14 +-
.../src/commands/CreateApplicationCommand.ts | 14 +-
.../src/commands/DeleteApplicationCommand.ts | 14 +-
.../src/commands/GetApplicationCommand.ts | 14 +-
.../commands/GetDashboardForJobRunCommand.ts | 14 +-
.../src/commands/GetJobRunCommand.ts | 14 +-
.../src/commands/ListApplicationsCommand.ts | 14 +-
.../src/commands/ListJobRunAttemptsCommand.ts | 14 +-
.../src/commands/ListJobRunsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/StartApplicationCommand.ts | 14 +-
.../src/commands/StartJobRunCommand.ts | 14 +-
.../src/commands/StopApplicationCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateApplicationCommand.ts | 14 +-
clients/client-emr/package.json | 44 +-
.../src/commands/AddInstanceFleetCommand.ts | 14 +-
.../src/commands/AddInstanceGroupsCommand.ts | 14 +-
.../src/commands/AddJobFlowStepsCommand.ts | 14 +-
.../client-emr/src/commands/AddTagsCommand.ts | 14 +-
.../src/commands/CancelStepsCommand.ts | 14 +-
.../CreateSecurityConfigurationCommand.ts | 14 +-
.../src/commands/CreateStudioCommand.ts | 14 +-
.../CreateStudioSessionMappingCommand.ts | 14 +-
.../DeleteSecurityConfigurationCommand.ts | 14 +-
.../src/commands/DeleteStudioCommand.ts | 14 +-
.../DeleteStudioSessionMappingCommand.ts | 14 +-
.../src/commands/DescribeClusterCommand.ts | 14 +-
.../src/commands/DescribeJobFlowsCommand.ts | 14 +-
.../DescribeNotebookExecutionCommand.ts | 14 +-
.../commands/DescribeReleaseLabelCommand.ts | 14 +-
.../DescribeSecurityConfigurationCommand.ts | 14 +-
.../src/commands/DescribeStepCommand.ts | 14 +-
.../src/commands/DescribeStudioCommand.ts | 14 +-
.../GetAutoTerminationPolicyCommand.ts | 14 +-
...etBlockPublicAccessConfigurationCommand.ts | 14 +-
.../GetClusterSessionCredentialsCommand.ts | 14 +-
.../GetManagedScalingPolicyCommand.ts | 14 +-
.../GetStudioSessionMappingCommand.ts | 14 +-
.../commands/ListBootstrapActionsCommand.ts | 14 +-
.../src/commands/ListClustersCommand.ts | 14 +-
.../src/commands/ListInstanceFleetsCommand.ts | 14 +-
.../src/commands/ListInstanceGroupsCommand.ts | 14 +-
.../src/commands/ListInstancesCommand.ts | 14 +-
.../commands/ListNotebookExecutionsCommand.ts | 14 +-
.../src/commands/ListReleaseLabelsCommand.ts | 14 +-
.../ListSecurityConfigurationsCommand.ts | 14 +-
.../src/commands/ListStepsCommand.ts | 14 +-
.../ListStudioSessionMappingsCommand.ts | 14 +-
.../src/commands/ListStudiosCommand.ts | 14 +-
.../ListSupportedInstanceTypesCommand.ts | 14 +-
.../src/commands/ModifyClusterCommand.ts | 14 +-
.../commands/ModifyInstanceFleetCommand.ts | 14 +-
.../commands/ModifyInstanceGroupsCommand.ts | 14 +-
.../commands/PutAutoScalingPolicyCommand.ts | 14 +-
.../PutAutoTerminationPolicyCommand.ts | 14 +-
...utBlockPublicAccessConfigurationCommand.ts | 14 +-
.../PutManagedScalingPolicyCommand.ts | 14 +-
.../RemoveAutoScalingPolicyCommand.ts | 14 +-
.../RemoveAutoTerminationPolicyCommand.ts | 14 +-
.../RemoveManagedScalingPolicyCommand.ts | 14 +-
.../src/commands/RemoveTagsCommand.ts | 14 +-
.../src/commands/RunJobFlowCommand.ts | 14 +-
.../SetKeepJobFlowAliveWhenNoStepsCommand.ts | 14 +-
.../SetTerminationProtectionCommand.ts | 14 +-
.../SetUnhealthyNodeReplacementCommand.ts | 14 +-
.../commands/SetVisibleToAllUsersCommand.ts | 14 +-
.../commands/StartNotebookExecutionCommand.ts | 14 +-
.../commands/StopNotebookExecutionCommand.ts | 14 +-
.../src/commands/TerminateJobFlowsCommand.ts | 14 +-
.../src/commands/UpdateStudioCommand.ts | 14 +-
.../UpdateStudioSessionMappingCommand.ts | 14 +-
clients/client-entityresolution/package.json | 42 +-
.../src/commands/AddPolicyStatementCommand.ts | 14 +-
.../commands/BatchDeleteUniqueIdCommand.ts | 14 +-
.../CreateIdMappingWorkflowCommand.ts | 14 +-
.../src/commands/CreateIdNamespaceCommand.ts | 14 +-
.../commands/CreateMatchingWorkflowCommand.ts | 14 +-
.../commands/CreateSchemaMappingCommand.ts | 14 +-
.../DeleteIdMappingWorkflowCommand.ts | 14 +-
.../src/commands/DeleteIdNamespaceCommand.ts | 14 +-
.../commands/DeleteMatchingWorkflowCommand.ts | 14 +-
.../commands/DeletePolicyStatementCommand.ts | 14 +-
.../commands/DeleteSchemaMappingCommand.ts | 14 +-
.../src/commands/GetIdMappingJobCommand.ts | 14 +-
.../commands/GetIdMappingWorkflowCommand.ts | 14 +-
.../src/commands/GetIdNamespaceCommand.ts | 14 +-
.../src/commands/GetMatchIdCommand.ts | 14 +-
.../src/commands/GetMatchingJobCommand.ts | 14 +-
.../commands/GetMatchingWorkflowCommand.ts | 14 +-
.../src/commands/GetPolicyCommand.ts | 14 +-
.../src/commands/GetProviderServiceCommand.ts | 14 +-
.../src/commands/GetSchemaMappingCommand.ts | 14 +-
.../src/commands/ListIdMappingJobsCommand.ts | 14 +-
.../commands/ListIdMappingWorkflowsCommand.ts | 14 +-
.../src/commands/ListIdNamespacesCommand.ts | 14 +-
.../src/commands/ListMatchingJobsCommand.ts | 14 +-
.../commands/ListMatchingWorkflowsCommand.ts | 14 +-
.../commands/ListProviderServicesCommand.ts | 14 +-
.../src/commands/ListSchemaMappingsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutPolicyCommand.ts | 14 +-
.../src/commands/StartIdMappingJobCommand.ts | 14 +-
.../src/commands/StartMatchingJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateIdMappingWorkflowCommand.ts | 14 +-
.../src/commands/UpdateIdNamespaceCommand.ts | 14 +-
.../commands/UpdateMatchingWorkflowCommand.ts | 14 +-
.../commands/UpdateSchemaMappingCommand.ts | 14 +-
clients/client-eventbridge/package.json | 42 +-
.../commands/ActivateEventSourceCommand.ts | 14 +-
.../src/commands/CancelReplayCommand.ts | 14 +-
.../commands/CreateApiDestinationCommand.ts | 14 +-
.../src/commands/CreateArchiveCommand.ts | 14 +-
.../src/commands/CreateConnectionCommand.ts | 14 +-
.../src/commands/CreateEndpointCommand.ts | 14 +-
.../src/commands/CreateEventBusCommand.ts | 14 +-
.../CreatePartnerEventSourceCommand.ts | 14 +-
.../commands/DeactivateEventSourceCommand.ts | 14 +-
.../commands/DeauthorizeConnectionCommand.ts | 14 +-
.../commands/DeleteApiDestinationCommand.ts | 14 +-
.../src/commands/DeleteArchiveCommand.ts | 14 +-
.../src/commands/DeleteConnectionCommand.ts | 14 +-
.../src/commands/DeleteEndpointCommand.ts | 14 +-
.../src/commands/DeleteEventBusCommand.ts | 14 +-
.../DeletePartnerEventSourceCommand.ts | 14 +-
.../src/commands/DeleteRuleCommand.ts | 14 +-
.../commands/DescribeApiDestinationCommand.ts | 14 +-
.../src/commands/DescribeArchiveCommand.ts | 14 +-
.../src/commands/DescribeConnectionCommand.ts | 14 +-
.../src/commands/DescribeEndpointCommand.ts | 14 +-
.../src/commands/DescribeEventBusCommand.ts | 14 +-
.../commands/DescribeEventSourceCommand.ts | 14 +-
.../DescribePartnerEventSourceCommand.ts | 14 +-
.../src/commands/DescribeReplayCommand.ts | 14 +-
.../src/commands/DescribeRuleCommand.ts | 14 +-
.../src/commands/DisableRuleCommand.ts | 14 +-
.../src/commands/EnableRuleCommand.ts | 14 +-
.../commands/ListApiDestinationsCommand.ts | 14 +-
.../src/commands/ListArchivesCommand.ts | 14 +-
.../src/commands/ListConnectionsCommand.ts | 14 +-
.../src/commands/ListEndpointsCommand.ts | 14 +-
.../src/commands/ListEventBusesCommand.ts | 14 +-
.../src/commands/ListEventSourcesCommand.ts | 14 +-
.../ListPartnerEventSourceAccountsCommand.ts | 14 +-
.../ListPartnerEventSourcesCommand.ts | 14 +-
.../src/commands/ListReplaysCommand.ts | 14 +-
.../commands/ListRuleNamesByTargetCommand.ts | 14 +-
.../src/commands/ListRulesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListTargetsByRuleCommand.ts | 14 +-
.../src/commands/PutEventsCommand.ts | 14 +-
.../src/commands/PutPartnerEventsCommand.ts | 14 +-
.../src/commands/PutPermissionCommand.ts | 14 +-
.../src/commands/PutRuleCommand.ts | 14 +-
.../src/commands/PutTargetsCommand.ts | 14 +-
.../src/commands/RemovePermissionCommand.ts | 14 +-
.../src/commands/RemoveTargetsCommand.ts | 14 +-
.../src/commands/StartReplayCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/TestEventPatternCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateApiDestinationCommand.ts | 14 +-
.../src/commands/UpdateArchiveCommand.ts | 14 +-
.../src/commands/UpdateConnectionCommand.ts | 14 +-
.../src/commands/UpdateEndpointCommand.ts | 14 +-
.../src/commands/UpdateEventBusCommand.ts | 14 +-
clients/client-evidently/package.json | 42 +-
.../commands/BatchEvaluateFeatureCommand.ts | 14 +-
.../src/commands/CreateExperimentCommand.ts | 14 +-
.../src/commands/CreateFeatureCommand.ts | 14 +-
.../src/commands/CreateLaunchCommand.ts | 14 +-
.../src/commands/CreateProjectCommand.ts | 14 +-
.../src/commands/CreateSegmentCommand.ts | 14 +-
.../src/commands/DeleteExperimentCommand.ts | 14 +-
.../src/commands/DeleteFeatureCommand.ts | 14 +-
.../src/commands/DeleteLaunchCommand.ts | 14 +-
.../src/commands/DeleteProjectCommand.ts | 14 +-
.../src/commands/DeleteSegmentCommand.ts | 14 +-
.../src/commands/EvaluateFeatureCommand.ts | 14 +-
.../src/commands/GetExperimentCommand.ts | 14 +-
.../commands/GetExperimentResultsCommand.ts | 14 +-
.../src/commands/GetFeatureCommand.ts | 14 +-
.../src/commands/GetLaunchCommand.ts | 14 +-
.../src/commands/GetProjectCommand.ts | 14 +-
.../src/commands/GetSegmentCommand.ts | 14 +-
.../src/commands/ListExperimentsCommand.ts | 14 +-
.../src/commands/ListFeaturesCommand.ts | 14 +-
.../src/commands/ListLaunchesCommand.ts | 14 +-
.../src/commands/ListProjectsCommand.ts | 14 +-
.../commands/ListSegmentReferencesCommand.ts | 14 +-
.../src/commands/ListSegmentsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutProjectEventsCommand.ts | 14 +-
.../src/commands/StartExperimentCommand.ts | 14 +-
.../src/commands/StartLaunchCommand.ts | 14 +-
.../src/commands/StopExperimentCommand.ts | 14 +-
.../src/commands/StopLaunchCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/TestSegmentPatternCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateExperimentCommand.ts | 14 +-
.../src/commands/UpdateFeatureCommand.ts | 14 +-
.../src/commands/UpdateLaunchCommand.ts | 14 +-
.../src/commands/UpdateProjectCommand.ts | 14 +-
.../UpdateProjectDataDeliveryCommand.ts | 14 +-
clients/client-finspace-data/package.json | 42 +-
.../AssociateUserToPermissionGroupCommand.ts | 14 +-
.../src/commands/CreateChangesetCommand.ts | 14 +-
.../src/commands/CreateDataViewCommand.ts | 14 +-
.../src/commands/CreateDatasetCommand.ts | 14 +-
.../commands/CreatePermissionGroupCommand.ts | 14 +-
.../src/commands/CreateUserCommand.ts | 14 +-
.../src/commands/DeleteDatasetCommand.ts | 14 +-
.../commands/DeletePermissionGroupCommand.ts | 14 +-
.../src/commands/DisableUserCommand.ts | 14 +-
...associateUserFromPermissionGroupCommand.ts | 14 +-
.../src/commands/EnableUserCommand.ts | 14 +-
.../src/commands/GetChangesetCommand.ts | 14 +-
.../src/commands/GetDataViewCommand.ts | 14 +-
.../src/commands/GetDatasetCommand.ts | 14 +-
...GetExternalDataViewAccessDetailsCommand.ts | 14 +-
.../src/commands/GetPermissionGroupCommand.ts | 14 +-
...GetProgrammaticAccessCredentialsCommand.ts | 14 +-
.../src/commands/GetUserCommand.ts | 14 +-
.../src/commands/GetWorkingLocationCommand.ts | 14 +-
.../src/commands/ListChangesetsCommand.ts | 14 +-
.../src/commands/ListDataViewsCommand.ts | 14 +-
.../src/commands/ListDatasetsCommand.ts | 14 +-
.../ListPermissionGroupsByUserCommand.ts | 14 +-
.../commands/ListPermissionGroupsCommand.ts | 14 +-
.../ListUsersByPermissionGroupCommand.ts | 14 +-
.../src/commands/ListUsersCommand.ts | 14 +-
.../src/commands/ResetUserPasswordCommand.ts | 14 +-
.../src/commands/UpdateChangesetCommand.ts | 14 +-
.../src/commands/UpdateDatasetCommand.ts | 14 +-
.../commands/UpdatePermissionGroupCommand.ts | 14 +-
.../src/commands/UpdateUserCommand.ts | 14 +-
clients/client-finspace/package.json | 42 +-
.../src/commands/CreateEnvironmentCommand.ts | 14 +-
.../src/commands/CreateKxChangesetCommand.ts | 14 +-
.../src/commands/CreateKxClusterCommand.ts | 14 +-
.../src/commands/CreateKxDatabaseCommand.ts | 14 +-
.../src/commands/CreateKxDataviewCommand.ts | 14 +-
.../commands/CreateKxEnvironmentCommand.ts | 14 +-
.../commands/CreateKxScalingGroupCommand.ts | 14 +-
.../src/commands/CreateKxUserCommand.ts | 14 +-
.../src/commands/CreateKxVolumeCommand.ts | 14 +-
.../src/commands/DeleteEnvironmentCommand.ts | 14 +-
.../src/commands/DeleteKxClusterCommand.ts | 14 +-
.../commands/DeleteKxClusterNodeCommand.ts | 14 +-
.../src/commands/DeleteKxDatabaseCommand.ts | 14 +-
.../src/commands/DeleteKxDataviewCommand.ts | 14 +-
.../commands/DeleteKxEnvironmentCommand.ts | 14 +-
.../commands/DeleteKxScalingGroupCommand.ts | 14 +-
.../src/commands/DeleteKxUserCommand.ts | 14 +-
.../src/commands/DeleteKxVolumeCommand.ts | 14 +-
.../src/commands/GetEnvironmentCommand.ts | 14 +-
.../src/commands/GetKxChangesetCommand.ts | 14 +-
.../src/commands/GetKxClusterCommand.ts | 14 +-
.../commands/GetKxConnectionStringCommand.ts | 14 +-
.../src/commands/GetKxDatabaseCommand.ts | 14 +-
.../src/commands/GetKxDataviewCommand.ts | 14 +-
.../src/commands/GetKxEnvironmentCommand.ts | 14 +-
.../src/commands/GetKxScalingGroupCommand.ts | 14 +-
.../src/commands/GetKxUserCommand.ts | 14 +-
.../src/commands/GetKxVolumeCommand.ts | 14 +-
.../src/commands/ListEnvironmentsCommand.ts | 14 +-
.../src/commands/ListKxChangesetsCommand.ts | 14 +-
.../src/commands/ListKxClusterNodesCommand.ts | 14 +-
.../src/commands/ListKxClustersCommand.ts | 14 +-
.../src/commands/ListKxDatabasesCommand.ts | 14 +-
.../src/commands/ListKxDataviewsCommand.ts | 14 +-
.../src/commands/ListKxEnvironmentsCommand.ts | 14 +-
.../commands/ListKxScalingGroupsCommand.ts | 14 +-
.../src/commands/ListKxUsersCommand.ts | 14 +-
.../src/commands/ListKxVolumesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateEnvironmentCommand.ts | 14 +-
...UpdateKxClusterCodeConfigurationCommand.ts | 14 +-
.../UpdateKxClusterDatabasesCommand.ts | 14 +-
.../src/commands/UpdateKxDatabaseCommand.ts | 14 +-
.../src/commands/UpdateKxDataviewCommand.ts | 14 +-
.../commands/UpdateKxEnvironmentCommand.ts | 14 +-
.../UpdateKxEnvironmentNetworkCommand.ts | 14 +-
.../src/commands/UpdateKxUserCommand.ts | 14 +-
.../src/commands/UpdateKxVolumeCommand.ts | 14 +-
clients/client-firehose/package.json | 42 +-
.../commands/CreateDeliveryStreamCommand.ts | 14 +-
.../commands/DeleteDeliveryStreamCommand.ts | 14 +-
.../commands/DescribeDeliveryStreamCommand.ts | 14 +-
.../commands/ListDeliveryStreamsCommand.ts | 14 +-
.../ListTagsForDeliveryStreamCommand.ts | 14 +-
.../src/commands/PutRecordBatchCommand.ts | 14 +-
.../src/commands/PutRecordCommand.ts | 14 +-
.../StartDeliveryStreamEncryptionCommand.ts | 14 +-
.../StopDeliveryStreamEncryptionCommand.ts | 14 +-
.../src/commands/TagDeliveryStreamCommand.ts | 14 +-
.../commands/UntagDeliveryStreamCommand.ts | 14 +-
.../src/commands/UpdateDestinationCommand.ts | 14 +-
clients/client-fis/package.json | 42 +-
.../CreateExperimentTemplateCommand.ts | 14 +-
...CreateTargetAccountConfigurationCommand.ts | 14 +-
.../DeleteExperimentTemplateCommand.ts | 14 +-
...DeleteTargetAccountConfigurationCommand.ts | 14 +-
.../src/commands/GetActionCommand.ts | 14 +-
.../src/commands/GetExperimentCommand.ts | 14 +-
...rimentTargetAccountConfigurationCommand.ts | 14 +-
.../commands/GetExperimentTemplateCommand.ts | 14 +-
.../src/commands/GetSafetyLeverCommand.ts | 14 +-
.../GetTargetAccountConfigurationCommand.ts | 14 +-
.../commands/GetTargetResourceTypeCommand.ts | 14 +-
.../src/commands/ListActionsCommand.ts | 14 +-
.../ListExperimentResolvedTargetsCommand.ts | 14 +-
...imentTargetAccountConfigurationsCommand.ts | 14 +-
.../ListExperimentTemplatesCommand.ts | 14 +-
.../src/commands/ListExperimentsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../ListTargetAccountConfigurationsCommand.ts | 14 +-
.../ListTargetResourceTypesCommand.ts | 14 +-
.../src/commands/StartExperimentCommand.ts | 14 +-
.../src/commands/StopExperimentCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateExperimentTemplateCommand.ts | 14 +-
.../commands/UpdateSafetyLeverStateCommand.ts | 14 +-
...UpdateTargetAccountConfigurationCommand.ts | 14 +-
clients/client-fms/package.json | 42 +-
.../commands/AssociateAdminAccountCommand.ts | 14 +-
.../AssociateThirdPartyFirewallCommand.ts | 14 +-
.../commands/BatchAssociateResourceCommand.ts | 14 +-
.../BatchDisassociateResourceCommand.ts | 14 +-
.../src/commands/DeleteAppsListCommand.ts | 14 +-
.../DeleteNotificationChannelCommand.ts | 14 +-
.../src/commands/DeletePolicyCommand.ts | 14 +-
.../commands/DeleteProtocolsListCommand.ts | 14 +-
.../src/commands/DeleteResourceSetCommand.ts | 14 +-
.../DisassociateAdminAccountCommand.ts | 14 +-
.../DisassociateThirdPartyFirewallCommand.ts | 14 +-
.../src/commands/GetAdminAccountCommand.ts | 14 +-
.../src/commands/GetAdminScopeCommand.ts | 14 +-
.../src/commands/GetAppsListCommand.ts | 14 +-
.../commands/GetComplianceDetailCommand.ts | 14 +-
.../commands/GetNotificationChannelCommand.ts | 14 +-
.../src/commands/GetPolicyCommand.ts | 14 +-
.../commands/GetProtectionStatusCommand.ts | 14 +-
.../src/commands/GetProtocolsListCommand.ts | 14 +-
.../src/commands/GetResourceSetCommand.ts | 14 +-
...rdPartyFirewallAssociationStatusCommand.ts | 14 +-
.../commands/GetViolationDetailsCommand.ts | 14 +-
...ListAdminAccountsForOrganizationCommand.ts | 14 +-
.../ListAdminsManagingAccountCommand.ts | 14 +-
.../src/commands/ListAppsListsCommand.ts | 14 +-
.../commands/ListComplianceStatusCommand.ts | 14 +-
.../ListDiscoveredResourcesCommand.ts | 14 +-
.../src/commands/ListMemberAccountsCommand.ts | 14 +-
.../src/commands/ListPoliciesCommand.ts | 14 +-
.../src/commands/ListProtocolsListsCommand.ts | 14 +-
.../ListResourceSetResourcesCommand.ts | 14 +-
.../src/commands/ListResourceSetsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
...irdPartyFirewallFirewallPoliciesCommand.ts | 14 +-
.../src/commands/PutAdminAccountCommand.ts | 14 +-
.../src/commands/PutAppsListCommand.ts | 14 +-
.../commands/PutNotificationChannelCommand.ts | 14 +-
.../src/commands/PutPolicyCommand.ts | 14 +-
.../src/commands/PutProtocolsListCommand.ts | 14 +-
.../src/commands/PutResourceSetCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
clients/client-forecast/package.json | 42 +-
.../commands/CreateAutoPredictorCommand.ts | 14 +-
.../src/commands/CreateDatasetCommand.ts | 14 +-
.../src/commands/CreateDatasetGroupCommand.ts | 14 +-
.../commands/CreateDatasetImportJobCommand.ts | 14 +-
.../commands/CreateExplainabilityCommand.ts | 14 +-
.../CreateExplainabilityExportCommand.ts | 14 +-
.../src/commands/CreateForecastCommand.ts | 14 +-
.../CreateForecastExportJobCommand.ts | 14 +-
.../src/commands/CreateMonitorCommand.ts | 14 +-
...CreatePredictorBacktestExportJobCommand.ts | 14 +-
.../src/commands/CreatePredictorCommand.ts | 14 +-
.../commands/CreateWhatIfAnalysisCommand.ts | 14 +-
.../commands/CreateWhatIfForecastCommand.ts | 14 +-
.../CreateWhatIfForecastExportCommand.ts | 14 +-
.../src/commands/DeleteDatasetCommand.ts | 14 +-
.../src/commands/DeleteDatasetGroupCommand.ts | 14 +-
.../commands/DeleteDatasetImportJobCommand.ts | 14 +-
.../commands/DeleteExplainabilityCommand.ts | 14 +-
.../DeleteExplainabilityExportCommand.ts | 14 +-
.../src/commands/DeleteForecastCommand.ts | 14 +-
.../DeleteForecastExportJobCommand.ts | 14 +-
.../src/commands/DeleteMonitorCommand.ts | 14 +-
...DeletePredictorBacktestExportJobCommand.ts | 14 +-
.../src/commands/DeletePredictorCommand.ts | 14 +-
.../src/commands/DeleteResourceTreeCommand.ts | 14 +-
.../commands/DeleteWhatIfAnalysisCommand.ts | 14 +-
.../commands/DeleteWhatIfForecastCommand.ts | 14 +-
.../DeleteWhatIfForecastExportCommand.ts | 14 +-
.../commands/DescribeAutoPredictorCommand.ts | 14 +-
.../src/commands/DescribeDatasetCommand.ts | 14 +-
.../commands/DescribeDatasetGroupCommand.ts | 14 +-
.../DescribeDatasetImportJobCommand.ts | 14 +-
.../commands/DescribeExplainabilityCommand.ts | 14 +-
.../DescribeExplainabilityExportCommand.ts | 14 +-
.../src/commands/DescribeForecastCommand.ts | 14 +-
.../DescribeForecastExportJobCommand.ts | 14 +-
.../src/commands/DescribeMonitorCommand.ts | 14 +-
...scribePredictorBacktestExportJobCommand.ts | 14 +-
.../src/commands/DescribePredictorCommand.ts | 14 +-
.../commands/DescribeWhatIfAnalysisCommand.ts | 14 +-
.../commands/DescribeWhatIfForecastCommand.ts | 14 +-
.../DescribeWhatIfForecastExportCommand.ts | 14 +-
.../src/commands/GetAccuracyMetricsCommand.ts | 14 +-
.../src/commands/ListDatasetGroupsCommand.ts | 14 +-
.../commands/ListDatasetImportJobsCommand.ts | 14 +-
.../src/commands/ListDatasetsCommand.ts | 14 +-
.../commands/ListExplainabilitiesCommand.ts | 14 +-
.../ListExplainabilityExportsCommand.ts | 14 +-
.../commands/ListForecastExportJobsCommand.ts | 14 +-
.../src/commands/ListForecastsCommand.ts | 14 +-
.../commands/ListMonitorEvaluationsCommand.ts | 14 +-
.../src/commands/ListMonitorsCommand.ts | 14 +-
.../ListPredictorBacktestExportJobsCommand.ts | 14 +-
.../src/commands/ListPredictorsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListWhatIfAnalysesCommand.ts | 14 +-
.../ListWhatIfForecastExportsCommand.ts | 14 +-
.../commands/ListWhatIfForecastsCommand.ts | 14 +-
.../src/commands/ResumeResourceCommand.ts | 14 +-
.../src/commands/StopResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateDatasetGroupCommand.ts | 14 +-
clients/client-forecastquery/package.json | 42 +-
.../src/commands/QueryForecastCommand.ts | 14 +-
.../commands/QueryWhatIfForecastCommand.ts | 14 +-
clients/client-frauddetector/package.json | 42 +-
.../commands/BatchCreateVariableCommand.ts | 14 +-
.../src/commands/BatchGetVariableCommand.ts | 14 +-
.../commands/CancelBatchImportJobCommand.ts | 14 +-
.../CancelBatchPredictionJobCommand.ts | 14 +-
.../commands/CreateBatchImportJobCommand.ts | 14 +-
.../CreateBatchPredictionJobCommand.ts | 14 +-
.../commands/CreateDetectorVersionCommand.ts | 14 +-
.../src/commands/CreateListCommand.ts | 14 +-
.../src/commands/CreateModelCommand.ts | 14 +-
.../src/commands/CreateModelVersionCommand.ts | 14 +-
.../src/commands/CreateRuleCommand.ts | 14 +-
.../src/commands/CreateVariableCommand.ts | 14 +-
.../commands/DeleteBatchImportJobCommand.ts | 14 +-
.../DeleteBatchPredictionJobCommand.ts | 14 +-
.../src/commands/DeleteDetectorCommand.ts | 14 +-
.../commands/DeleteDetectorVersionCommand.ts | 14 +-
.../src/commands/DeleteEntityTypeCommand.ts | 14 +-
.../src/commands/DeleteEventCommand.ts | 14 +-
.../src/commands/DeleteEventTypeCommand.ts | 14 +-
.../DeleteEventsByEventTypeCommand.ts | 14 +-
.../commands/DeleteExternalModelCommand.ts | 14 +-
.../src/commands/DeleteLabelCommand.ts | 14 +-
.../src/commands/DeleteListCommand.ts | 14 +-
.../src/commands/DeleteModelCommand.ts | 14 +-
.../src/commands/DeleteModelVersionCommand.ts | 14 +-
.../src/commands/DeleteOutcomeCommand.ts | 14 +-
.../src/commands/DeleteRuleCommand.ts | 14 +-
.../src/commands/DeleteVariableCommand.ts | 14 +-
.../src/commands/DescribeDetectorCommand.ts | 14 +-
.../commands/DescribeModelVersionsCommand.ts | 14 +-
.../src/commands/GetBatchImportJobsCommand.ts | 14 +-
.../commands/GetBatchPredictionJobsCommand.ts | 14 +-
...GetDeleteEventsByEventTypeStatusCommand.ts | 14 +-
.../src/commands/GetDetectorVersionCommand.ts | 14 +-
.../src/commands/GetDetectorsCommand.ts | 14 +-
.../src/commands/GetEntityTypesCommand.ts | 14 +-
.../src/commands/GetEventCommand.ts | 14 +-
.../src/commands/GetEventPredictionCommand.ts | 14 +-
.../GetEventPredictionMetadataCommand.ts | 14 +-
.../src/commands/GetEventTypesCommand.ts | 14 +-
.../src/commands/GetExternalModelsCommand.ts | 14 +-
.../commands/GetKMSEncryptionKeyCommand.ts | 14 +-
.../src/commands/GetLabelsCommand.ts | 14 +-
.../src/commands/GetListElementsCommand.ts | 14 +-
.../src/commands/GetListsMetadataCommand.ts | 14 +-
.../src/commands/GetModelVersionCommand.ts | 14 +-
.../src/commands/GetModelsCommand.ts | 14 +-
.../src/commands/GetOutcomesCommand.ts | 14 +-
.../src/commands/GetRulesCommand.ts | 14 +-
.../src/commands/GetVariablesCommand.ts | 14 +-
.../commands/ListEventPredictionsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutDetectorCommand.ts | 14 +-
.../src/commands/PutEntityTypeCommand.ts | 14 +-
.../src/commands/PutEventTypeCommand.ts | 14 +-
.../src/commands/PutExternalModelCommand.ts | 14 +-
.../commands/PutKMSEncryptionKeyCommand.ts | 14 +-
.../src/commands/PutLabelCommand.ts | 14 +-
.../src/commands/PutOutcomeCommand.ts | 14 +-
.../src/commands/SendEventCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateDetectorVersionCommand.ts | 14 +-
.../UpdateDetectorVersionMetadataCommand.ts | 14 +-
.../UpdateDetectorVersionStatusCommand.ts | 14 +-
.../src/commands/UpdateEventLabelCommand.ts | 14 +-
.../src/commands/UpdateListCommand.ts | 14 +-
.../src/commands/UpdateModelCommand.ts | 14 +-
.../src/commands/UpdateModelVersionCommand.ts | 14 +-
.../UpdateModelVersionStatusCommand.ts | 14 +-
.../src/commands/UpdateRuleMetadataCommand.ts | 14 +-
.../src/commands/UpdateRuleVersionCommand.ts | 14 +-
.../src/commands/UpdateVariableCommand.ts | 14 +-
clients/client-freetier/package.json | 42 +-
.../src/commands/GetFreeTierUsageCommand.ts | 14 +-
clients/client-fsx/package.json | 42 +-
.../AssociateFileSystemAliasesCommand.ts | 14 +-
.../CancelDataRepositoryTaskCommand.ts | 14 +-
.../src/commands/CopyBackupCommand.ts | 14 +-
.../CopySnapshotAndUpdateVolumeCommand.ts | 14 +-
.../src/commands/CreateBackupCommand.ts | 14 +-
.../CreateDataRepositoryAssociationCommand.ts | 14 +-
.../CreateDataRepositoryTaskCommand.ts | 14 +-
.../src/commands/CreateFileCacheCommand.ts | 14 +-
.../src/commands/CreateFileSystemCommand.ts | 14 +-
.../CreateFileSystemFromBackupCommand.ts | 14 +-
.../src/commands/CreateSnapshotCommand.ts | 14 +-
.../CreateStorageVirtualMachineCommand.ts | 14 +-
.../src/commands/CreateVolumeCommand.ts | 14 +-
.../commands/CreateVolumeFromBackupCommand.ts | 14 +-
.../src/commands/DeleteBackupCommand.ts | 14 +-
.../DeleteDataRepositoryAssociationCommand.ts | 14 +-
.../src/commands/DeleteFileCacheCommand.ts | 14 +-
.../src/commands/DeleteFileSystemCommand.ts | 14 +-
.../src/commands/DeleteSnapshotCommand.ts | 14 +-
.../DeleteStorageVirtualMachineCommand.ts | 14 +-
.../src/commands/DeleteVolumeCommand.ts | 14 +-
.../src/commands/DescribeBackupsCommand.ts | 14 +-
...scribeDataRepositoryAssociationsCommand.ts | 14 +-
.../DescribeDataRepositoryTasksCommand.ts | 14 +-
.../src/commands/DescribeFileCachesCommand.ts | 14 +-
.../DescribeFileSystemAliasesCommand.ts | 14 +-
.../commands/DescribeFileSystemsCommand.ts | 14 +-
.../DescribeSharedVpcConfigurationCommand.ts | 14 +-
.../src/commands/DescribeSnapshotsCommand.ts | 14 +-
.../DescribeStorageVirtualMachinesCommand.ts | 14 +-
.../src/commands/DescribeVolumesCommand.ts | 14 +-
.../DisassociateFileSystemAliasesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../ReleaseFileSystemNfsV3LocksCommand.ts | 14 +-
.../RestoreVolumeFromSnapshotCommand.ts | 14 +-
.../StartMisconfiguredStateRecoveryCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateDataRepositoryAssociationCommand.ts | 14 +-
.../src/commands/UpdateFileCacheCommand.ts | 14 +-
.../src/commands/UpdateFileSystemCommand.ts | 14 +-
.../UpdateSharedVpcConfigurationCommand.ts | 14 +-
.../src/commands/UpdateSnapshotCommand.ts | 14 +-
.../UpdateStorageVirtualMachineCommand.ts | 14 +-
.../src/commands/UpdateVolumeCommand.ts | 14 +-
clients/client-gamelift/package.json | 42 +-
.../src/commands/AcceptMatchCommand.ts | 14 +-
.../src/commands/ClaimGameServerCommand.ts | 14 +-
.../src/commands/CreateAliasCommand.ts | 14 +-
.../src/commands/CreateBuildCommand.ts | 14 +-
.../CreateContainerGroupDefinitionCommand.ts | 14 +-
.../src/commands/CreateFleetCommand.ts | 14 +-
.../commands/CreateFleetLocationsCommand.ts | 14 +-
.../commands/CreateGameServerGroupCommand.ts | 14 +-
.../src/commands/CreateGameSessionCommand.ts | 14 +-
.../commands/CreateGameSessionQueueCommand.ts | 14 +-
.../src/commands/CreateLocationCommand.ts | 14 +-
.../CreateMatchmakingConfigurationCommand.ts | 14 +-
.../CreateMatchmakingRuleSetCommand.ts | 14 +-
.../commands/CreatePlayerSessionCommand.ts | 14 +-
.../commands/CreatePlayerSessionsCommand.ts | 14 +-
.../src/commands/CreateScriptCommand.ts | 14 +-
.../CreateVpcPeeringAuthorizationCommand.ts | 14 +-
.../CreateVpcPeeringConnectionCommand.ts | 14 +-
.../src/commands/DeleteAliasCommand.ts | 14 +-
.../src/commands/DeleteBuildCommand.ts | 14 +-
.../DeleteContainerGroupDefinitionCommand.ts | 14 +-
.../src/commands/DeleteFleetCommand.ts | 14 +-
.../commands/DeleteFleetLocationsCommand.ts | 14 +-
.../commands/DeleteGameServerGroupCommand.ts | 14 +-
.../commands/DeleteGameSessionQueueCommand.ts | 14 +-
.../src/commands/DeleteLocationCommand.ts | 14 +-
.../DeleteMatchmakingConfigurationCommand.ts | 14 +-
.../DeleteMatchmakingRuleSetCommand.ts | 14 +-
.../commands/DeleteScalingPolicyCommand.ts | 14 +-
.../src/commands/DeleteScriptCommand.ts | 14 +-
.../DeleteVpcPeeringAuthorizationCommand.ts | 14 +-
.../DeleteVpcPeeringConnectionCommand.ts | 14 +-
.../src/commands/DeregisterComputeCommand.ts | 14 +-
.../commands/DeregisterGameServerCommand.ts | 14 +-
.../src/commands/DescribeAliasCommand.ts | 14 +-
.../src/commands/DescribeBuildCommand.ts | 14 +-
.../src/commands/DescribeComputeCommand.ts | 14 +-
...DescribeContainerGroupDefinitionCommand.ts | 14 +-
.../DescribeEC2InstanceLimitsCommand.ts | 14 +-
.../DescribeFleetAttributesCommand.ts | 14 +-
.../commands/DescribeFleetCapacityCommand.ts | 14 +-
.../commands/DescribeFleetEventsCommand.ts | 14 +-
.../DescribeFleetLocationAttributesCommand.ts | 14 +-
.../DescribeFleetLocationCapacityCommand.ts | 14 +-
...DescribeFleetLocationUtilizationCommand.ts | 14 +-
.../DescribeFleetPortSettingsCommand.ts | 14 +-
.../DescribeFleetUtilizationCommand.ts | 14 +-
.../src/commands/DescribeGameServerCommand.ts | 14 +-
.../DescribeGameServerGroupCommand.ts | 14 +-
.../DescribeGameServerInstancesCommand.ts | 14 +-
.../DescribeGameSessionDetailsCommand.ts | 14 +-
.../DescribeGameSessionPlacementCommand.ts | 14 +-
.../DescribeGameSessionQueuesCommand.ts | 14 +-
.../commands/DescribeGameSessionsCommand.ts | 14 +-
.../src/commands/DescribeInstancesCommand.ts | 14 +-
.../commands/DescribeMatchmakingCommand.ts | 14 +-
...escribeMatchmakingConfigurationsCommand.ts | 14 +-
.../DescribeMatchmakingRuleSetsCommand.ts | 14 +-
.../commands/DescribePlayerSessionsCommand.ts | 14 +-
.../DescribeRuntimeConfigurationCommand.ts | 14 +-
.../DescribeScalingPoliciesCommand.ts | 14 +-
.../src/commands/DescribeScriptCommand.ts | 14 +-
...DescribeVpcPeeringAuthorizationsCommand.ts | 14 +-
.../DescribeVpcPeeringConnectionsCommand.ts | 14 +-
.../src/commands/GetComputeAccessCommand.ts | 14 +-
.../commands/GetComputeAuthTokenCommand.ts | 14 +-
.../commands/GetGameSessionLogUrlCommand.ts | 14 +-
.../src/commands/GetInstanceAccessCommand.ts | 14 +-
.../src/commands/ListAliasesCommand.ts | 14 +-
.../src/commands/ListBuildsCommand.ts | 14 +-
.../src/commands/ListComputeCommand.ts | 14 +-
.../ListContainerGroupDefinitionsCommand.ts | 14 +-
.../src/commands/ListFleetsCommand.ts | 14 +-
.../commands/ListGameServerGroupsCommand.ts | 14 +-
.../src/commands/ListGameServersCommand.ts | 14 +-
.../src/commands/ListLocationsCommand.ts | 14 +-
.../src/commands/ListScriptsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutScalingPolicyCommand.ts | 14 +-
.../src/commands/RegisterComputeCommand.ts | 14 +-
.../src/commands/RegisterGameServerCommand.ts | 14 +-
.../RequestUploadCredentialsCommand.ts | 14 +-
.../src/commands/ResolveAliasCommand.ts | 14 +-
.../commands/ResumeGameServerGroupCommand.ts | 14 +-
.../src/commands/SearchGameSessionsCommand.ts | 14 +-
.../src/commands/StartFleetActionsCommand.ts | 14 +-
.../StartGameSessionPlacementCommand.ts | 14 +-
.../src/commands/StartMatchBackfillCommand.ts | 14 +-
.../src/commands/StartMatchmakingCommand.ts | 14 +-
.../src/commands/StopFleetActionsCommand.ts | 14 +-
.../StopGameSessionPlacementCommand.ts | 14 +-
.../src/commands/StopMatchmakingCommand.ts | 14 +-
.../commands/SuspendGameServerGroupCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAliasCommand.ts | 14 +-
.../src/commands/UpdateBuildCommand.ts | 14 +-
.../commands/UpdateFleetAttributesCommand.ts | 14 +-
.../commands/UpdateFleetCapacityCommand.ts | 14 +-
.../UpdateFleetPortSettingsCommand.ts | 14 +-
.../src/commands/UpdateGameServerCommand.ts | 14 +-
.../commands/UpdateGameServerGroupCommand.ts | 14 +-
.../src/commands/UpdateGameSessionCommand.ts | 14 +-
.../commands/UpdateGameSessionQueueCommand.ts | 14 +-
.../UpdateMatchmakingConfigurationCommand.ts | 14 +-
.../UpdateRuntimeConfigurationCommand.ts | 14 +-
.../src/commands/UpdateScriptCommand.ts | 14 +-
.../ValidateMatchmakingRuleSetCommand.ts | 14 +-
clients/client-glacier/package.json | 46 +-
.../commands/AbortMultipartUploadCommand.ts | 14 +-
.../src/commands/AbortVaultLockCommand.ts | 14 +-
.../src/commands/AddTagsToVaultCommand.ts | 14 +-
.../CompleteMultipartUploadCommand.ts | 14 +-
.../src/commands/CompleteVaultLockCommand.ts | 14 +-
.../src/commands/CreateVaultCommand.ts | 14 +-
.../src/commands/DeleteArchiveCommand.ts | 14 +-
.../DeleteVaultAccessPolicyCommand.ts | 14 +-
.../src/commands/DeleteVaultCommand.ts | 14 +-
.../DeleteVaultNotificationsCommand.ts | 14 +-
.../src/commands/DescribeJobCommand.ts | 14 +-
.../src/commands/DescribeVaultCommand.ts | 14 +-
.../commands/GetDataRetrievalPolicyCommand.ts | 14 +-
.../src/commands/GetJobOutputCommand.ts | 14 +-
.../commands/GetVaultAccessPolicyCommand.ts | 14 +-
.../src/commands/GetVaultLockCommand.ts | 14 +-
.../commands/GetVaultNotificationsCommand.ts | 14 +-
.../src/commands/InitiateJobCommand.ts | 14 +-
.../InitiateMultipartUploadCommand.ts | 14 +-
.../src/commands/InitiateVaultLockCommand.ts | 14 +-
.../src/commands/ListJobsCommand.ts | 14 +-
.../commands/ListMultipartUploadsCommand.ts | 14 +-
.../src/commands/ListPartsCommand.ts | 14 +-
.../ListProvisionedCapacityCommand.ts | 14 +-
.../src/commands/ListTagsForVaultCommand.ts | 14 +-
.../src/commands/ListVaultsCommand.ts | 14 +-
.../PurchaseProvisionedCapacityCommand.ts | 14 +-
.../commands/RemoveTagsFromVaultCommand.ts | 14 +-
.../commands/SetDataRetrievalPolicyCommand.ts | 14 +-
.../commands/SetVaultAccessPolicyCommand.ts | 14 +-
.../commands/SetVaultNotificationsCommand.ts | 14 +-
.../src/commands/UploadArchiveCommand.ts | 14 +-
.../commands/UploadMultipartPartCommand.ts | 14 +-
.../client-global-accelerator/package.json | 42 +-
.../AddCustomRoutingEndpointsCommand.ts | 14 +-
.../src/commands/AddEndpointsCommand.ts | 14 +-
.../src/commands/AdvertiseByoipCidrCommand.ts | 14 +-
.../AllowCustomRoutingTrafficCommand.ts | 14 +-
.../src/commands/CreateAcceleratorCommand.ts | 14 +-
.../CreateCrossAccountAttachmentCommand.ts | 14 +-
.../CreateCustomRoutingAcceleratorCommand.ts | 14 +-
...CreateCustomRoutingEndpointGroupCommand.ts | 14 +-
.../CreateCustomRoutingListenerCommand.ts | 14 +-
.../commands/CreateEndpointGroupCommand.ts | 14 +-
.../src/commands/CreateListenerCommand.ts | 14 +-
.../src/commands/DeleteAcceleratorCommand.ts | 14 +-
.../DeleteCrossAccountAttachmentCommand.ts | 14 +-
.../DeleteCustomRoutingAcceleratorCommand.ts | 14 +-
...DeleteCustomRoutingEndpointGroupCommand.ts | 14 +-
.../DeleteCustomRoutingListenerCommand.ts | 14 +-
.../commands/DeleteEndpointGroupCommand.ts | 14 +-
.../src/commands/DeleteListenerCommand.ts | 14 +-
.../DenyCustomRoutingTrafficCommand.ts | 14 +-
.../commands/DeprovisionByoipCidrCommand.ts | 14 +-
.../DescribeAcceleratorAttributesCommand.ts | 14 +-
.../commands/DescribeAcceleratorCommand.ts | 14 +-
.../DescribeCrossAccountAttachmentCommand.ts | 14 +-
...stomRoutingAcceleratorAttributesCommand.ts | 14 +-
...DescribeCustomRoutingAcceleratorCommand.ts | 14 +-
...scribeCustomRoutingEndpointGroupCommand.ts | 14 +-
.../DescribeCustomRoutingListenerCommand.ts | 14 +-
.../commands/DescribeEndpointGroupCommand.ts | 14 +-
.../src/commands/DescribeListenerCommand.ts | 14 +-
.../src/commands/ListAcceleratorsCommand.ts | 14 +-
.../src/commands/ListByoipCidrsCommand.ts | 14 +-
.../ListCrossAccountAttachmentsCommand.ts | 14 +-
...ListCrossAccountResourceAccountsCommand.ts | 14 +-
.../ListCrossAccountResourcesCommand.ts | 14 +-
.../ListCustomRoutingAcceleratorsCommand.ts | 14 +-
.../ListCustomRoutingEndpointGroupsCommand.ts | 14 +-
.../ListCustomRoutingListenersCommand.ts | 14 +-
...RoutingPortMappingsByDestinationCommand.ts | 14 +-
.../ListCustomRoutingPortMappingsCommand.ts | 14 +-
.../src/commands/ListEndpointGroupsCommand.ts | 14 +-
.../src/commands/ListListenersCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ProvisionByoipCidrCommand.ts | 14 +-
.../RemoveCustomRoutingEndpointsCommand.ts | 14 +-
.../src/commands/RemoveEndpointsCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateAcceleratorAttributesCommand.ts | 14 +-
.../src/commands/UpdateAcceleratorCommand.ts | 14 +-
.../UpdateCrossAccountAttachmentCommand.ts | 14 +-
...stomRoutingAcceleratorAttributesCommand.ts | 14 +-
.../UpdateCustomRoutingAcceleratorCommand.ts | 14 +-
.../UpdateCustomRoutingListenerCommand.ts | 14 +-
.../commands/UpdateEndpointGroupCommand.ts | 14 +-
.../src/commands/UpdateListenerCommand.ts | 14 +-
.../src/commands/WithdrawByoipCidrCommand.ts | 14 +-
clients/client-glue/package.json | 42 +-
.../commands/BatchCreatePartitionCommand.ts | 14 +-
.../commands/BatchDeleteConnectionCommand.ts | 14 +-
.../commands/BatchDeletePartitionCommand.ts | 14 +-
.../src/commands/BatchDeleteTableCommand.ts | 14 +-
.../BatchDeleteTableVersionCommand.ts | 14 +-
.../src/commands/BatchGetBlueprintsCommand.ts | 14 +-
.../src/commands/BatchGetCrawlersCommand.ts | 14 +-
.../BatchGetCustomEntityTypesCommand.ts | 14 +-
.../BatchGetDataQualityResultCommand.ts | 14 +-
.../commands/BatchGetDevEndpointsCommand.ts | 14 +-
.../src/commands/BatchGetJobsCommand.ts | 14 +-
.../src/commands/BatchGetPartitionCommand.ts | 14 +-
.../commands/BatchGetTableOptimizerCommand.ts | 14 +-
.../src/commands/BatchGetTriggersCommand.ts | 14 +-
.../src/commands/BatchGetWorkflowsCommand.ts | 14 +-
...utDataQualityStatisticAnnotationCommand.ts | 14 +-
.../src/commands/BatchStopJobRunCommand.ts | 14 +-
.../commands/BatchUpdatePartitionCommand.ts | 14 +-
...DataQualityRuleRecommendationRunCommand.ts | 14 +-
...lDataQualityRulesetEvaluationRunCommand.ts | 14 +-
.../src/commands/CancelMLTaskRunCommand.ts | 14 +-
.../src/commands/CancelStatementCommand.ts | 14 +-
.../CheckSchemaVersionValidityCommand.ts | 14 +-
.../src/commands/CreateBlueprintCommand.ts | 14 +-
.../src/commands/CreateClassifierCommand.ts | 14 +-
.../src/commands/CreateConnectionCommand.ts | 14 +-
.../src/commands/CreateCrawlerCommand.ts | 14 +-
.../commands/CreateCustomEntityTypeCommand.ts | 14 +-
.../CreateDataQualityRulesetCommand.ts | 14 +-
.../src/commands/CreateDatabaseCommand.ts | 14 +-
.../src/commands/CreateDevEndpointCommand.ts | 14 +-
.../src/commands/CreateJobCommand.ts | 14 +-
.../src/commands/CreateMLTransformCommand.ts | 14 +-
.../src/commands/CreatePartitionCommand.ts | 14 +-
.../commands/CreatePartitionIndexCommand.ts | 14 +-
.../src/commands/CreateRegistryCommand.ts | 14 +-
.../src/commands/CreateSchemaCommand.ts | 14 +-
.../src/commands/CreateScriptCommand.ts | 14 +-
.../CreateSecurityConfigurationCommand.ts | 14 +-
.../src/commands/CreateSessionCommand.ts | 14 +-
.../src/commands/CreateTableCommand.ts | 14 +-
.../commands/CreateTableOptimizerCommand.ts | 14 +-
.../src/commands/CreateTriggerCommand.ts | 14 +-
.../src/commands/CreateUsageProfileCommand.ts | 14 +-
.../CreateUserDefinedFunctionCommand.ts | 14 +-
.../src/commands/CreateWorkflowCommand.ts | 14 +-
.../src/commands/DeleteBlueprintCommand.ts | 14 +-
.../src/commands/DeleteClassifierCommand.ts | 14 +-
...leteColumnStatisticsForPartitionCommand.ts | 14 +-
.../DeleteColumnStatisticsForTableCommand.ts | 14 +-
.../src/commands/DeleteConnectionCommand.ts | 14 +-
.../src/commands/DeleteCrawlerCommand.ts | 14 +-
.../commands/DeleteCustomEntityTypeCommand.ts | 14 +-
.../DeleteDataQualityRulesetCommand.ts | 14 +-
.../src/commands/DeleteDatabaseCommand.ts | 14 +-
.../src/commands/DeleteDevEndpointCommand.ts | 14 +-
.../src/commands/DeleteJobCommand.ts | 14 +-
.../src/commands/DeleteMLTransformCommand.ts | 14 +-
.../src/commands/DeletePartitionCommand.ts | 14 +-
.../commands/DeletePartitionIndexCommand.ts | 14 +-
.../src/commands/DeleteRegistryCommand.ts | 14 +-
.../commands/DeleteResourcePolicyCommand.ts | 14 +-
.../src/commands/DeleteSchemaCommand.ts | 14 +-
.../commands/DeleteSchemaVersionsCommand.ts | 14 +-
.../DeleteSecurityConfigurationCommand.ts | 14 +-
.../src/commands/DeleteSessionCommand.ts | 14 +-
.../src/commands/DeleteTableCommand.ts | 14 +-
.../commands/DeleteTableOptimizerCommand.ts | 14 +-
.../src/commands/DeleteTableVersionCommand.ts | 14 +-
.../src/commands/DeleteTriggerCommand.ts | 14 +-
.../src/commands/DeleteUsageProfileCommand.ts | 14 +-
.../DeleteUserDefinedFunctionCommand.ts | 14 +-
.../src/commands/DeleteWorkflowCommand.ts | 14 +-
.../src/commands/GetBlueprintCommand.ts | 14 +-
.../src/commands/GetBlueprintRunCommand.ts | 14 +-
.../src/commands/GetBlueprintRunsCommand.ts | 14 +-
.../commands/GetCatalogImportStatusCommand.ts | 14 +-
.../src/commands/GetClassifierCommand.ts | 14 +-
.../src/commands/GetClassifiersCommand.ts | 14 +-
.../GetColumnStatisticsForPartitionCommand.ts | 14 +-
.../GetColumnStatisticsForTableCommand.ts | 14 +-
.../GetColumnStatisticsTaskRunCommand.ts | 14 +-
.../GetColumnStatisticsTaskRunsCommand.ts | 14 +-
.../src/commands/GetConnectionCommand.ts | 14 +-
.../src/commands/GetConnectionsCommand.ts | 14 +-
.../src/commands/GetCrawlerCommand.ts | 14 +-
.../src/commands/GetCrawlerMetricsCommand.ts | 14 +-
.../src/commands/GetCrawlersCommand.ts | 14 +-
.../commands/GetCustomEntityTypeCommand.ts | 14 +-
...GetDataCatalogEncryptionSettingsCommand.ts | 14 +-
.../commands/GetDataQualityModelCommand.ts | 14 +-
.../GetDataQualityModelResultCommand.ts | 14 +-
.../commands/GetDataQualityResultCommand.ts | 14 +-
...DataQualityRuleRecommendationRunCommand.ts | 14 +-
.../commands/GetDataQualityRulesetCommand.ts | 14 +-
...tDataQualityRulesetEvaluationRunCommand.ts | 14 +-
.../src/commands/GetDatabaseCommand.ts | 14 +-
.../src/commands/GetDatabasesCommand.ts | 14 +-
.../src/commands/GetDataflowGraphCommand.ts | 14 +-
.../src/commands/GetDevEndpointCommand.ts | 14 +-
.../src/commands/GetDevEndpointsCommand.ts | 14 +-
.../src/commands/GetJobBookmarkCommand.ts | 14 +-
.../client-glue/src/commands/GetJobCommand.ts | 14 +-
.../src/commands/GetJobRunCommand.ts | 14 +-
.../src/commands/GetJobRunsCommand.ts | 14 +-
.../src/commands/GetJobsCommand.ts | 14 +-
.../src/commands/GetMLTaskRunCommand.ts | 14 +-
.../src/commands/GetMLTaskRunsCommand.ts | 14 +-
.../src/commands/GetMLTransformCommand.ts | 14 +-
.../src/commands/GetMLTransformsCommand.ts | 14 +-
.../src/commands/GetMappingCommand.ts | 14 +-
.../src/commands/GetPartitionCommand.ts | 14 +-
.../commands/GetPartitionIndexesCommand.ts | 14 +-
.../src/commands/GetPartitionsCommand.ts | 14 +-
.../src/commands/GetPlanCommand.ts | 14 +-
.../src/commands/GetRegistryCommand.ts | 14 +-
.../commands/GetResourcePoliciesCommand.ts | 14 +-
.../src/commands/GetResourcePolicyCommand.ts | 14 +-
.../commands/GetSchemaByDefinitionCommand.ts | 14 +-
.../src/commands/GetSchemaCommand.ts | 14 +-
.../src/commands/GetSchemaVersionCommand.ts | 14 +-
.../commands/GetSchemaVersionsDiffCommand.ts | 14 +-
.../GetSecurityConfigurationCommand.ts | 14 +-
.../GetSecurityConfigurationsCommand.ts | 14 +-
.../src/commands/GetSessionCommand.ts | 14 +-
.../src/commands/GetStatementCommand.ts | 14 +-
.../src/commands/GetTableCommand.ts | 14 +-
.../src/commands/GetTableOptimizerCommand.ts | 14 +-
.../src/commands/GetTableVersionCommand.ts | 14 +-
.../src/commands/GetTableVersionsCommand.ts | 14 +-
.../src/commands/GetTablesCommand.ts | 14 +-
.../src/commands/GetTagsCommand.ts | 14 +-
.../src/commands/GetTriggerCommand.ts | 14 +-
.../src/commands/GetTriggersCommand.ts | 14 +-
.../GetUnfilteredPartitionMetadataCommand.ts | 14 +-
.../GetUnfilteredPartitionsMetadataCommand.ts | 14 +-
.../GetUnfilteredTableMetadataCommand.ts | 14 +-
.../src/commands/GetUsageProfileCommand.ts | 14 +-
.../commands/GetUserDefinedFunctionCommand.ts | 14 +-
.../GetUserDefinedFunctionsCommand.ts | 14 +-
.../src/commands/GetWorkflowCommand.ts | 14 +-
.../src/commands/GetWorkflowRunCommand.ts | 14 +-
.../GetWorkflowRunPropertiesCommand.ts | 14 +-
.../src/commands/GetWorkflowRunsCommand.ts | 14 +-
.../commands/ImportCatalogToGlueCommand.ts | 14 +-
.../src/commands/ListBlueprintsCommand.ts | 14 +-
.../ListColumnStatisticsTaskRunsCommand.ts | 14 +-
.../src/commands/ListCrawlersCommand.ts | 14 +-
.../src/commands/ListCrawlsCommand.ts | 14 +-
.../commands/ListCustomEntityTypesCommand.ts | 14 +-
.../commands/ListDataQualityResultsCommand.ts | 14 +-
...ataQualityRuleRecommendationRunsCommand.ts | 14 +-
...DataQualityRulesetEvaluationRunsCommand.ts | 14 +-
.../ListDataQualityRulesetsCommand.ts | 14 +-
...tDataQualityStatisticAnnotationsCommand.ts | 14 +-
.../ListDataQualityStatisticsCommand.ts | 14 +-
.../src/commands/ListDevEndpointsCommand.ts | 14 +-
.../src/commands/ListJobsCommand.ts | 14 +-
.../src/commands/ListMLTransformsCommand.ts | 14 +-
.../src/commands/ListRegistriesCommand.ts | 14 +-
.../src/commands/ListSchemaVersionsCommand.ts | 14 +-
.../src/commands/ListSchemasCommand.ts | 14 +-
.../src/commands/ListSessionsCommand.ts | 14 +-
.../src/commands/ListStatementsCommand.ts | 14 +-
.../commands/ListTableOptimizerRunsCommand.ts | 14 +-
.../src/commands/ListTriggersCommand.ts | 14 +-
.../src/commands/ListUsageProfilesCommand.ts | 14 +-
.../src/commands/ListWorkflowsCommand.ts | 14 +-
...PutDataCatalogEncryptionSettingsCommand.ts | 14 +-
.../PutDataQualityProfileAnnotationCommand.ts | 14 +-
.../src/commands/PutResourcePolicyCommand.ts | 14 +-
.../PutSchemaVersionMetadataCommand.ts | 14 +-
.../PutWorkflowRunPropertiesCommand.ts | 14 +-
.../QuerySchemaVersionMetadataCommand.ts | 14 +-
.../commands/RegisterSchemaVersionCommand.ts | 14 +-
.../RemoveSchemaVersionMetadataCommand.ts | 14 +-
.../src/commands/ResetJobBookmarkCommand.ts | 14 +-
.../src/commands/ResumeWorkflowRunCommand.ts | 14 +-
.../src/commands/RunStatementCommand.ts | 14 +-
.../src/commands/SearchTablesCommand.ts | 14 +-
.../src/commands/StartBlueprintRunCommand.ts | 14 +-
.../StartColumnStatisticsTaskRunCommand.ts | 14 +-
.../src/commands/StartCrawlerCommand.ts | 14 +-
.../commands/StartCrawlerScheduleCommand.ts | 14 +-
...DataQualityRuleRecommendationRunCommand.ts | 14 +-
...tDataQualityRulesetEvaluationRunCommand.ts | 14 +-
.../StartExportLabelsTaskRunCommand.ts | 14 +-
.../StartImportLabelsTaskRunCommand.ts | 14 +-
.../src/commands/StartJobRunCommand.ts | 14 +-
.../StartMLEvaluationTaskRunCommand.ts | 14 +-
...rtMLLabelingSetGenerationTaskRunCommand.ts | 14 +-
.../src/commands/StartTriggerCommand.ts | 14 +-
.../src/commands/StartWorkflowRunCommand.ts | 14 +-
.../StopColumnStatisticsTaskRunCommand.ts | 14 +-
.../src/commands/StopCrawlerCommand.ts | 14 +-
.../commands/StopCrawlerScheduleCommand.ts | 14 +-
.../src/commands/StopSessionCommand.ts | 14 +-
.../src/commands/StopTriggerCommand.ts | 14 +-
.../src/commands/StopWorkflowRunCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateBlueprintCommand.ts | 14 +-
.../src/commands/UpdateClassifierCommand.ts | 14 +-
...dateColumnStatisticsForPartitionCommand.ts | 14 +-
.../UpdateColumnStatisticsForTableCommand.ts | 14 +-
.../src/commands/UpdateConnectionCommand.ts | 14 +-
.../src/commands/UpdateCrawlerCommand.ts | 14 +-
.../commands/UpdateCrawlerScheduleCommand.ts | 14 +-
.../UpdateDataQualityRulesetCommand.ts | 14 +-
.../src/commands/UpdateDatabaseCommand.ts | 14 +-
.../src/commands/UpdateDevEndpointCommand.ts | 14 +-
.../src/commands/UpdateJobCommand.ts | 14 +-
.../UpdateJobFromSourceControlCommand.ts | 14 +-
.../src/commands/UpdateMLTransformCommand.ts | 14 +-
.../src/commands/UpdatePartitionCommand.ts | 14 +-
.../src/commands/UpdateRegistryCommand.ts | 14 +-
.../src/commands/UpdateSchemaCommand.ts | 14 +-
.../UpdateSourceControlFromJobCommand.ts | 14 +-
.../src/commands/UpdateTableCommand.ts | 14 +-
.../commands/UpdateTableOptimizerCommand.ts | 14 +-
.../src/commands/UpdateTriggerCommand.ts | 14 +-
.../src/commands/UpdateUsageProfileCommand.ts | 14 +-
.../UpdateUserDefinedFunctionCommand.ts | 14 +-
.../src/commands/UpdateWorkflowCommand.ts | 14 +-
clients/client-grafana/package.json | 42 +-
.../src/commands/AssociateLicenseCommand.ts | 14 +-
.../commands/CreateWorkspaceApiKeyCommand.ts | 14 +-
.../src/commands/CreateWorkspaceCommand.ts | 14 +-
.../CreateWorkspaceServiceAccountCommand.ts | 14 +-
...eateWorkspaceServiceAccountTokenCommand.ts | 14 +-
.../commands/DeleteWorkspaceApiKeyCommand.ts | 14 +-
.../src/commands/DeleteWorkspaceCommand.ts | 14 +-
.../DeleteWorkspaceServiceAccountCommand.ts | 14 +-
...leteWorkspaceServiceAccountTokenCommand.ts | 14 +-
.../DescribeWorkspaceAuthenticationCommand.ts | 14 +-
.../src/commands/DescribeWorkspaceCommand.ts | 14 +-
.../DescribeWorkspaceConfigurationCommand.ts | 14 +-
.../commands/DisassociateLicenseCommand.ts | 14 +-
.../src/commands/ListPermissionsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListVersionsCommand.ts | 14 +-
...istWorkspaceServiceAccountTokensCommand.ts | 14 +-
.../ListWorkspaceServiceAccountsCommand.ts | 14 +-
.../src/commands/ListWorkspacesCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdatePermissionsCommand.ts | 14 +-
.../UpdateWorkspaceAuthenticationCommand.ts | 14 +-
.../src/commands/UpdateWorkspaceCommand.ts | 14 +-
.../UpdateWorkspaceConfigurationCommand.ts | 14 +-
clients/client-greengrass/package.json | 42 +-
.../commands/AssociateRoleToGroupCommand.ts | 14 +-
.../AssociateServiceRoleToAccountCommand.ts | 14 +-
.../CreateConnectorDefinitionCommand.ts | 14 +-
...CreateConnectorDefinitionVersionCommand.ts | 14 +-
.../commands/CreateCoreDefinitionCommand.ts | 14 +-
.../CreateCoreDefinitionVersionCommand.ts | 14 +-
.../src/commands/CreateDeploymentCommand.ts | 14 +-
.../commands/CreateDeviceDefinitionCommand.ts | 14 +-
.../CreateDeviceDefinitionVersionCommand.ts | 14 +-
.../CreateFunctionDefinitionCommand.ts | 14 +-
.../CreateFunctionDefinitionVersionCommand.ts | 14 +-
.../CreateGroupCertificateAuthorityCommand.ts | 14 +-
.../src/commands/CreateGroupCommand.ts | 14 +-
.../src/commands/CreateGroupVersionCommand.ts | 14 +-
.../commands/CreateLoggerDefinitionCommand.ts | 14 +-
.../CreateLoggerDefinitionVersionCommand.ts | 14 +-
.../CreateResourceDefinitionCommand.ts | 14 +-
.../CreateResourceDefinitionVersionCommand.ts | 14 +-
.../CreateSoftwareUpdateJobCommand.ts | 14 +-
.../CreateSubscriptionDefinitionCommand.ts | 14 +-
...ateSubscriptionDefinitionVersionCommand.ts | 14 +-
.../DeleteConnectorDefinitionCommand.ts | 14 +-
.../commands/DeleteCoreDefinitionCommand.ts | 14 +-
.../commands/DeleteDeviceDefinitionCommand.ts | 14 +-
.../DeleteFunctionDefinitionCommand.ts | 14 +-
.../src/commands/DeleteGroupCommand.ts | 14 +-
.../commands/DeleteLoggerDefinitionCommand.ts | 14 +-
.../DeleteResourceDefinitionCommand.ts | 14 +-
.../DeleteSubscriptionDefinitionCommand.ts | 14 +-
.../DisassociateRoleFromGroupCommand.ts | 14 +-
...sassociateServiceRoleFromAccountCommand.ts | 14 +-
.../src/commands/GetAssociatedRoleCommand.ts | 14 +-
.../GetBulkDeploymentStatusCommand.ts | 14 +-
.../commands/GetConnectivityInfoCommand.ts | 14 +-
.../commands/GetConnectorDefinitionCommand.ts | 14 +-
.../GetConnectorDefinitionVersionCommand.ts | 14 +-
.../src/commands/GetCoreDefinitionCommand.ts | 14 +-
.../GetCoreDefinitionVersionCommand.ts | 14 +-
.../commands/GetDeploymentStatusCommand.ts | 14 +-
.../commands/GetDeviceDefinitionCommand.ts | 14 +-
.../GetDeviceDefinitionVersionCommand.ts | 14 +-
.../commands/GetFunctionDefinitionCommand.ts | 14 +-
.../GetFunctionDefinitionVersionCommand.ts | 14 +-
.../GetGroupCertificateAuthorityCommand.ts | 14 +-
...GetGroupCertificateConfigurationCommand.ts | 14 +-
.../src/commands/GetGroupCommand.ts | 14 +-
.../src/commands/GetGroupVersionCommand.ts | 14 +-
.../commands/GetLoggerDefinitionCommand.ts | 14 +-
.../GetLoggerDefinitionVersionCommand.ts | 14 +-
.../commands/GetResourceDefinitionCommand.ts | 14 +-
.../GetResourceDefinitionVersionCommand.ts | 14 +-
.../GetServiceRoleForAccountCommand.ts | 14 +-
.../GetSubscriptionDefinitionCommand.ts | 14 +-
...GetSubscriptionDefinitionVersionCommand.ts | 14 +-
.../GetThingRuntimeConfigurationCommand.ts | 14 +-
...istBulkDeploymentDetailedReportsCommand.ts | 14 +-
.../commands/ListBulkDeploymentsCommand.ts | 14 +-
.../ListConnectorDefinitionVersionsCommand.ts | 14 +-
.../ListConnectorDefinitionsCommand.ts | 14 +-
.../ListCoreDefinitionVersionsCommand.ts | 14 +-
.../commands/ListCoreDefinitionsCommand.ts | 14 +-
.../src/commands/ListDeploymentsCommand.ts | 14 +-
.../ListDeviceDefinitionVersionsCommand.ts | 14 +-
.../commands/ListDeviceDefinitionsCommand.ts | 14 +-
.../ListFunctionDefinitionVersionsCommand.ts | 14 +-
.../ListFunctionDefinitionsCommand.ts | 14 +-
.../ListGroupCertificateAuthoritiesCommand.ts | 14 +-
.../src/commands/ListGroupVersionsCommand.ts | 14 +-
.../src/commands/ListGroupsCommand.ts | 14 +-
.../ListLoggerDefinitionVersionsCommand.ts | 14 +-
.../commands/ListLoggerDefinitionsCommand.ts | 14 +-
.../ListResourceDefinitionVersionsCommand.ts | 14 +-
.../ListResourceDefinitionsCommand.ts | 14 +-
...stSubscriptionDefinitionVersionsCommand.ts | 14 +-
.../ListSubscriptionDefinitionsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ResetDeploymentsCommand.ts | 14 +-
.../commands/StartBulkDeploymentCommand.ts | 14 +-
.../src/commands/StopBulkDeploymentCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateConnectivityInfoCommand.ts | 14 +-
.../UpdateConnectorDefinitionCommand.ts | 14 +-
.../commands/UpdateCoreDefinitionCommand.ts | 14 +-
.../commands/UpdateDeviceDefinitionCommand.ts | 14 +-
.../UpdateFunctionDefinitionCommand.ts | 14 +-
...ateGroupCertificateConfigurationCommand.ts | 14 +-
.../src/commands/UpdateGroupCommand.ts | 14 +-
.../commands/UpdateLoggerDefinitionCommand.ts | 14 +-
.../UpdateResourceDefinitionCommand.ts | 14 +-
.../UpdateSubscriptionDefinitionCommand.ts | 14 +-
.../UpdateThingRuntimeConfigurationCommand.ts | 14 +-
clients/client-greengrassv2/package.json | 42 +-
.../AssociateServiceRoleToAccountCommand.ts | 14 +-
...ociateClientDeviceWithCoreDeviceCommand.ts | 14 +-
...ociateClientDeviceFromCoreDeviceCommand.ts | 14 +-
.../src/commands/CancelDeploymentCommand.ts | 14 +-
.../commands/CreateComponentVersionCommand.ts | 14 +-
.../src/commands/CreateDeploymentCommand.ts | 14 +-
.../src/commands/DeleteComponentCommand.ts | 14 +-
.../src/commands/DeleteCoreDeviceCommand.ts | 14 +-
.../src/commands/DeleteDeploymentCommand.ts | 14 +-
.../src/commands/DescribeComponentCommand.ts | 14 +-
...sassociateServiceRoleFromAccountCommand.ts | 14 +-
.../src/commands/GetComponentCommand.ts | 14 +-
.../GetComponentVersionArtifactCommand.ts | 14 +-
.../commands/GetConnectivityInfoCommand.ts | 14 +-
.../src/commands/GetCoreDeviceCommand.ts | 14 +-
.../src/commands/GetDeploymentCommand.ts | 14 +-
.../GetServiceRoleForAccountCommand.ts | 14 +-
...tDevicesAssociatedWithCoreDeviceCommand.ts | 14 +-
.../commands/ListComponentVersionsCommand.ts | 14 +-
.../src/commands/ListComponentsCommand.ts | 14 +-
.../src/commands/ListCoreDevicesCommand.ts | 14 +-
.../src/commands/ListDeploymentsCommand.ts | 14 +-
.../ListEffectiveDeploymentsCommand.ts | 14 +-
.../ListInstalledComponentsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../ResolveComponentCandidatesCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateConnectivityInfoCommand.ts | 14 +-
clients/client-groundstation/package.json | 44 +-
.../src/commands/CancelContactCommand.ts | 14 +-
.../src/commands/CreateConfigCommand.ts | 14 +-
.../CreateDataflowEndpointGroupCommand.ts | 14 +-
.../src/commands/CreateEphemerisCommand.ts | 14 +-
.../commands/CreateMissionProfileCommand.ts | 14 +-
.../src/commands/DeleteConfigCommand.ts | 14 +-
.../DeleteDataflowEndpointGroupCommand.ts | 14 +-
.../src/commands/DeleteEphemerisCommand.ts | 14 +-
.../commands/DeleteMissionProfileCommand.ts | 14 +-
.../src/commands/DescribeContactCommand.ts | 14 +-
.../src/commands/DescribeEphemerisCommand.ts | 14 +-
.../commands/GetAgentConfigurationCommand.ts | 14 +-
.../src/commands/GetConfigCommand.ts | 14 +-
.../GetDataflowEndpointGroupCommand.ts | 14 +-
.../src/commands/GetMinuteUsageCommand.ts | 14 +-
.../src/commands/GetMissionProfileCommand.ts | 14 +-
.../src/commands/GetSatelliteCommand.ts | 14 +-
.../src/commands/ListConfigsCommand.ts | 14 +-
.../src/commands/ListContactsCommand.ts | 14 +-
.../ListDataflowEndpointGroupsCommand.ts | 14 +-
.../src/commands/ListEphemeridesCommand.ts | 14 +-
.../src/commands/ListGroundStationsCommand.ts | 14 +-
.../commands/ListMissionProfilesCommand.ts | 14 +-
.../src/commands/ListSatellitesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/RegisterAgentCommand.ts | 14 +-
.../src/commands/ReserveContactCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAgentStatusCommand.ts | 14 +-
.../src/commands/UpdateConfigCommand.ts | 14 +-
.../src/commands/UpdateEphemerisCommand.ts | 14 +-
.../commands/UpdateMissionProfileCommand.ts | 14 +-
clients/client-guardduty/package.json | 42 +-
.../AcceptAdministratorInvitationCommand.ts | 14 +-
.../src/commands/AcceptInvitationCommand.ts | 14 +-
.../src/commands/ArchiveFindingsCommand.ts | 14 +-
.../src/commands/CreateDetectorCommand.ts | 14 +-
.../src/commands/CreateFilterCommand.ts | 14 +-
.../src/commands/CreateIPSetCommand.ts | 14 +-
.../CreateMalwareProtectionPlanCommand.ts | 14 +-
.../src/commands/CreateMembersCommand.ts | 14 +-
.../CreatePublishingDestinationCommand.ts | 14 +-
.../commands/CreateSampleFindingsCommand.ts | 14 +-
.../commands/CreateThreatIntelSetCommand.ts | 14 +-
.../src/commands/DeclineInvitationsCommand.ts | 14 +-
.../src/commands/DeleteDetectorCommand.ts | 14 +-
.../src/commands/DeleteFilterCommand.ts | 14 +-
.../src/commands/DeleteIPSetCommand.ts | 14 +-
.../src/commands/DeleteInvitationsCommand.ts | 14 +-
.../DeleteMalwareProtectionPlanCommand.ts | 14 +-
.../src/commands/DeleteMembersCommand.ts | 14 +-
.../DeletePublishingDestinationCommand.ts | 14 +-
.../commands/DeleteThreatIntelSetCommand.ts | 14 +-
.../commands/DescribeMalwareScansCommand.ts | 14 +-
...escribeOrganizationConfigurationCommand.ts | 14 +-
.../DescribePublishingDestinationCommand.ts | 14 +-
.../DisableOrganizationAdminAccountCommand.ts | 14 +-
...ssociateFromAdministratorAccountCommand.ts | 14 +-
.../DisassociateFromMasterAccountCommand.ts | 14 +-
.../commands/DisassociateMembersCommand.ts | 14 +-
.../EnableOrganizationAdminAccountCommand.ts | 14 +-
.../GetAdministratorAccountCommand.ts | 14 +-
.../commands/GetCoverageStatisticsCommand.ts | 14 +-
.../src/commands/GetDetectorCommand.ts | 14 +-
.../src/commands/GetFilterCommand.ts | 14 +-
.../src/commands/GetFindingsCommand.ts | 14 +-
.../commands/GetFindingsStatisticsCommand.ts | 14 +-
.../src/commands/GetIPSetCommand.ts | 14 +-
.../commands/GetInvitationsCountCommand.ts | 14 +-
.../GetMalwareProtectionPlanCommand.ts | 14 +-
.../commands/GetMalwareScanSettingsCommand.ts | 14 +-
.../src/commands/GetMasterAccountCommand.ts | 14 +-
.../src/commands/GetMemberDetectorsCommand.ts | 14 +-
.../src/commands/GetMembersCommand.ts | 14 +-
.../GetOrganizationStatisticsCommand.ts | 14 +-
.../GetRemainingFreeTrialDaysCommand.ts | 14 +-
.../src/commands/GetThreatIntelSetCommand.ts | 14 +-
.../src/commands/GetUsageStatisticsCommand.ts | 14 +-
.../src/commands/InviteMembersCommand.ts | 14 +-
.../src/commands/ListCoverageCommand.ts | 14 +-
.../src/commands/ListDetectorsCommand.ts | 14 +-
.../src/commands/ListFiltersCommand.ts | 14 +-
.../src/commands/ListFindingsCommand.ts | 14 +-
.../src/commands/ListIPSetsCommand.ts | 14 +-
.../src/commands/ListInvitationsCommand.ts | 14 +-
.../ListMalwareProtectionPlansCommand.ts | 14 +-
.../src/commands/ListMembersCommand.ts | 14 +-
.../ListOrganizationAdminAccountsCommand.ts | 14 +-
.../ListPublishingDestinationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/ListThreatIntelSetsCommand.ts | 14 +-
.../src/commands/StartMalwareScanCommand.ts | 14 +-
.../commands/StartMonitoringMembersCommand.ts | 14 +-
.../commands/StopMonitoringMembersCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UnarchiveFindingsCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateDetectorCommand.ts | 14 +-
.../src/commands/UpdateFilterCommand.ts | 14 +-
.../commands/UpdateFindingsFeedbackCommand.ts | 14 +-
.../src/commands/UpdateIPSetCommand.ts | 14 +-
.../UpdateMalwareProtectionPlanCommand.ts | 14 +-
.../UpdateMalwareScanSettingsCommand.ts | 14 +-
.../commands/UpdateMemberDetectorsCommand.ts | 14 +-
.../UpdateOrganizationConfigurationCommand.ts | 14 +-
.../UpdatePublishingDestinationCommand.ts | 14 +-
.../commands/UpdateThreatIntelSetCommand.ts | 14 +-
clients/client-health/package.json | 42 +-
...eAffectedAccountsForOrganizationCommand.ts | 14 +-
.../DescribeAffectedEntitiesCommand.ts | 14 +-
...eAffectedEntitiesForOrganizationCommand.ts | 14 +-
.../DescribeEntityAggregatesCommand.ts | 14 +-
...eEntityAggregatesForOrganizationCommand.ts | 14 +-
.../DescribeEventAggregatesCommand.ts | 14 +-
.../commands/DescribeEventDetailsCommand.ts | 14 +-
...cribeEventDetailsForOrganizationCommand.ts | 14 +-
.../src/commands/DescribeEventTypesCommand.ts | 14 +-
.../src/commands/DescribeEventsCommand.ts | 14 +-
.../DescribeEventsForOrganizationCommand.ts | 14 +-
...althServiceStatusForOrganizationCommand.ts | 14 +-
...althServiceAccessForOrganizationCommand.ts | 14 +-
...althServiceAccessForOrganizationCommand.ts | 14 +-
clients/client-healthlake/package.json | 42 +-
.../commands/CreateFHIRDatastoreCommand.ts | 14 +-
.../commands/DeleteFHIRDatastoreCommand.ts | 14 +-
.../commands/DescribeFHIRDatastoreCommand.ts | 14 +-
.../commands/DescribeFHIRExportJobCommand.ts | 14 +-
.../commands/DescribeFHIRImportJobCommand.ts | 14 +-
.../src/commands/ListFHIRDatastoresCommand.ts | 14 +-
.../src/commands/ListFHIRExportJobsCommand.ts | 14 +-
.../src/commands/ListFHIRImportJobsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/StartFHIRExportJobCommand.ts | 14 +-
.../src/commands/StartFHIRImportJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
clients/client-iam/package.json | 44 +-
...dClientIDToOpenIDConnectProviderCommand.ts | 14 +-
.../AddRoleToInstanceProfileCommand.ts | 14 +-
.../src/commands/AddUserToGroupCommand.ts | 14 +-
.../src/commands/AttachGroupPolicyCommand.ts | 14 +-
.../src/commands/AttachRolePolicyCommand.ts | 14 +-
.../src/commands/AttachUserPolicyCommand.ts | 14 +-
.../src/commands/ChangePasswordCommand.ts | 14 +-
.../src/commands/CreateAccessKeyCommand.ts | 14 +-
.../src/commands/CreateAccountAliasCommand.ts | 14 +-
.../src/commands/CreateGroupCommand.ts | 14 +-
.../commands/CreateInstanceProfileCommand.ts | 14 +-
.../src/commands/CreateLoginProfileCommand.ts | 14 +-
.../CreateOpenIDConnectProviderCommand.ts | 14 +-
.../src/commands/CreatePolicyCommand.ts | 14 +-
.../commands/CreatePolicyVersionCommand.ts | 14 +-
.../src/commands/CreateRoleCommand.ts | 14 +-
.../src/commands/CreateSAMLProviderCommand.ts | 14 +-
.../CreateServiceLinkedRoleCommand.ts | 14 +-
.../CreateServiceSpecificCredentialCommand.ts | 14 +-
.../src/commands/CreateUserCommand.ts | 14 +-
.../commands/CreateVirtualMFADeviceCommand.ts | 14 +-
.../commands/DeactivateMFADeviceCommand.ts | 14 +-
.../src/commands/DeleteAccessKeyCommand.ts | 14 +-
.../src/commands/DeleteAccountAliasCommand.ts | 14 +-
.../DeleteAccountPasswordPolicyCommand.ts | 14 +-
.../src/commands/DeleteGroupCommand.ts | 14 +-
.../src/commands/DeleteGroupPolicyCommand.ts | 14 +-
.../commands/DeleteInstanceProfileCommand.ts | 14 +-
.../src/commands/DeleteLoginProfileCommand.ts | 14 +-
.../DeleteOpenIDConnectProviderCommand.ts | 14 +-
.../src/commands/DeletePolicyCommand.ts | 14 +-
.../commands/DeletePolicyVersionCommand.ts | 14 +-
.../src/commands/DeleteRoleCommand.ts | 14 +-
.../DeleteRolePermissionsBoundaryCommand.ts | 14 +-
.../src/commands/DeleteRolePolicyCommand.ts | 14 +-
.../src/commands/DeleteSAMLProviderCommand.ts | 14 +-
.../src/commands/DeleteSSHPublicKeyCommand.ts | 14 +-
.../DeleteServerCertificateCommand.ts | 14 +-
.../DeleteServiceLinkedRoleCommand.ts | 14 +-
.../DeleteServiceSpecificCredentialCommand.ts | 14 +-
.../DeleteSigningCertificateCommand.ts | 14 +-
.../src/commands/DeleteUserCommand.ts | 14 +-
.../DeleteUserPermissionsBoundaryCommand.ts | 14 +-
.../src/commands/DeleteUserPolicyCommand.ts | 14 +-
.../commands/DeleteVirtualMFADeviceCommand.ts | 14 +-
.../src/commands/DetachGroupPolicyCommand.ts | 14 +-
.../src/commands/DetachRolePolicyCommand.ts | 14 +-
.../src/commands/DetachUserPolicyCommand.ts | 14 +-
.../src/commands/EnableMFADeviceCommand.ts | 14 +-
.../GenerateCredentialReportCommand.ts | 14 +-
...enerateOrganizationsAccessReportCommand.ts | 14 +-
...nerateServiceLastAccessedDetailsCommand.ts | 14 +-
.../commands/GetAccessKeyLastUsedCommand.ts | 14 +-
.../GetAccountAuthorizationDetailsCommand.ts | 14 +-
.../GetAccountPasswordPolicyCommand.ts | 14 +-
.../src/commands/GetAccountSummaryCommand.ts | 14 +-
.../GetContextKeysForCustomPolicyCommand.ts | 14 +-
...GetContextKeysForPrincipalPolicyCommand.ts | 14 +-
.../commands/GetCredentialReportCommand.ts | 14 +-
.../src/commands/GetGroupCommand.ts | 14 +-
.../src/commands/GetGroupPolicyCommand.ts | 14 +-
.../src/commands/GetInstanceProfileCommand.ts | 14 +-
.../src/commands/GetLoginProfileCommand.ts | 14 +-
.../src/commands/GetMFADeviceCommand.ts | 14 +-
.../GetOpenIDConnectProviderCommand.ts | 14 +-
.../GetOrganizationsAccessReportCommand.ts | 14 +-
.../src/commands/GetPolicyCommand.ts | 14 +-
.../src/commands/GetPolicyVersionCommand.ts | 14 +-
.../client-iam/src/commands/GetRoleCommand.ts | 14 +-
.../src/commands/GetRolePolicyCommand.ts | 14 +-
.../src/commands/GetSAMLProviderCommand.ts | 14 +-
.../src/commands/GetSSHPublicKeyCommand.ts | 14 +-
.../commands/GetServerCertificateCommand.ts | 14 +-
.../GetServiceLastAccessedDetailsCommand.ts | 14 +-
...eLastAccessedDetailsWithEntitiesCommand.ts | 14 +-
...tServiceLinkedRoleDeletionStatusCommand.ts | 14 +-
.../client-iam/src/commands/GetUserCommand.ts | 14 +-
.../src/commands/GetUserPolicyCommand.ts | 14 +-
.../src/commands/ListAccessKeysCommand.ts | 14 +-
.../src/commands/ListAccountAliasesCommand.ts | 14 +-
.../ListAttachedGroupPoliciesCommand.ts | 14 +-
.../ListAttachedRolePoliciesCommand.ts | 14 +-
.../ListAttachedUserPoliciesCommand.ts | 14 +-
.../commands/ListEntitiesForPolicyCommand.ts | 14 +-
.../src/commands/ListGroupPoliciesCommand.ts | 14 +-
.../src/commands/ListGroupsCommand.ts | 14 +-
.../src/commands/ListGroupsForUserCommand.ts | 14 +-
.../ListInstanceProfileTagsCommand.ts | 14 +-
.../commands/ListInstanceProfilesCommand.ts | 14 +-
.../ListInstanceProfilesForRoleCommand.ts | 14 +-
.../src/commands/ListMFADeviceTagsCommand.ts | 14 +-
.../src/commands/ListMFADevicesCommand.ts | 14 +-
.../ListOpenIDConnectProviderTagsCommand.ts | 14 +-
.../ListOpenIDConnectProvidersCommand.ts | 14 +-
.../src/commands/ListPoliciesCommand.ts | 14 +-
...istPoliciesGrantingServiceAccessCommand.ts | 14 +-
.../src/commands/ListPolicyTagsCommand.ts | 14 +-
.../src/commands/ListPolicyVersionsCommand.ts | 14 +-
.../src/commands/ListRolePoliciesCommand.ts | 14 +-
.../src/commands/ListRoleTagsCommand.ts | 14 +-
.../src/commands/ListRolesCommand.ts | 14 +-
.../commands/ListSAMLProviderTagsCommand.ts | 14 +-
.../src/commands/ListSAMLProvidersCommand.ts | 14 +-
.../src/commands/ListSSHPublicKeysCommand.ts | 14 +-
.../ListServerCertificateTagsCommand.ts | 14 +-
.../commands/ListServerCertificatesCommand.ts | 14 +-
.../ListServiceSpecificCredentialsCommand.ts | 14 +-
.../ListSigningCertificatesCommand.ts | 14 +-
.../src/commands/ListUserPoliciesCommand.ts | 14 +-
.../src/commands/ListUserTagsCommand.ts | 14 +-
.../src/commands/ListUsersCommand.ts | 14 +-
.../commands/ListVirtualMFADevicesCommand.ts | 14 +-
.../src/commands/PutGroupPolicyCommand.ts | 14 +-
.../PutRolePermissionsBoundaryCommand.ts | 14 +-
.../src/commands/PutRolePolicyCommand.ts | 14 +-
.../PutUserPermissionsBoundaryCommand.ts | 14 +-
.../src/commands/PutUserPolicyCommand.ts | 14 +-
...lientIDFromOpenIDConnectProviderCommand.ts | 14 +-
.../RemoveRoleFromInstanceProfileCommand.ts | 14 +-
.../commands/RemoveUserFromGroupCommand.ts | 14 +-
.../ResetServiceSpecificCredentialCommand.ts | 14 +-
.../src/commands/ResyncMFADeviceCommand.ts | 14 +-
.../SetDefaultPolicyVersionCommand.ts | 14 +-
...tSecurityTokenServicePreferencesCommand.ts | 14 +-
.../commands/SimulateCustomPolicyCommand.ts | 14 +-
.../SimulatePrincipalPolicyCommand.ts | 14 +-
.../src/commands/TagInstanceProfileCommand.ts | 14 +-
.../src/commands/TagMFADeviceCommand.ts | 14 +-
.../TagOpenIDConnectProviderCommand.ts | 14 +-
.../src/commands/TagPolicyCommand.ts | 14 +-
.../client-iam/src/commands/TagRoleCommand.ts | 14 +-
.../src/commands/TagSAMLProviderCommand.ts | 14 +-
.../commands/TagServerCertificateCommand.ts | 14 +-
.../client-iam/src/commands/TagUserCommand.ts | 14 +-
.../commands/UntagInstanceProfileCommand.ts | 14 +-
.../src/commands/UntagMFADeviceCommand.ts | 14 +-
.../UntagOpenIDConnectProviderCommand.ts | 14 +-
.../src/commands/UntagPolicyCommand.ts | 14 +-
.../src/commands/UntagRoleCommand.ts | 14 +-
.../src/commands/UntagSAMLProviderCommand.ts | 14 +-
.../commands/UntagServerCertificateCommand.ts | 14 +-
.../src/commands/UntagUserCommand.ts | 14 +-
.../src/commands/UpdateAccessKeyCommand.ts | 14 +-
.../UpdateAccountPasswordPolicyCommand.ts | 14 +-
.../commands/UpdateAssumeRolePolicyCommand.ts | 14 +-
.../src/commands/UpdateGroupCommand.ts | 14 +-
.../src/commands/UpdateLoginProfileCommand.ts | 14 +-
...eOpenIDConnectProviderThumbprintCommand.ts | 14 +-
.../src/commands/UpdateRoleCommand.ts | 14 +-
.../commands/UpdateRoleDescriptionCommand.ts | 14 +-
.../src/commands/UpdateSAMLProviderCommand.ts | 14 +-
.../src/commands/UpdateSSHPublicKeyCommand.ts | 14 +-
.../UpdateServerCertificateCommand.ts | 14 +-
.../UpdateServiceSpecificCredentialCommand.ts | 14 +-
.../UpdateSigningCertificateCommand.ts | 14 +-
.../src/commands/UpdateUserCommand.ts | 14 +-
.../src/commands/UploadSSHPublicKeyCommand.ts | 14 +-
.../UploadServerCertificateCommand.ts | 14 +-
.../UploadSigningCertificateCommand.ts | 14 +-
clients/client-identitystore/package.json | 42 +-
.../src/commands/CreateGroupCommand.ts | 14 +-
.../commands/CreateGroupMembershipCommand.ts | 14 +-
.../src/commands/CreateUserCommand.ts | 14 +-
.../src/commands/DeleteGroupCommand.ts | 14 +-
.../commands/DeleteGroupMembershipCommand.ts | 14 +-
.../src/commands/DeleteUserCommand.ts | 14 +-
.../src/commands/DescribeGroupCommand.ts | 14 +-
.../DescribeGroupMembershipCommand.ts | 14 +-
.../src/commands/DescribeUserCommand.ts | 14 +-
.../src/commands/GetGroupIdCommand.ts | 14 +-
.../commands/GetGroupMembershipIdCommand.ts | 14 +-
.../src/commands/GetUserIdCommand.ts | 14 +-
.../src/commands/IsMemberInGroupsCommand.ts | 14 +-
.../commands/ListGroupMembershipsCommand.ts | 14 +-
.../ListGroupMembershipsForMemberCommand.ts | 14 +-
.../src/commands/ListGroupsCommand.ts | 14 +-
.../src/commands/ListUsersCommand.ts | 14 +-
.../src/commands/UpdateGroupCommand.ts | 14 +-
.../src/commands/UpdateUserCommand.ts | 14 +-
clients/client-imagebuilder/package.json | 42 +-
.../commands/CancelImageCreationCommand.ts | 14 +-
.../CancelLifecycleExecutionCommand.ts | 14 +-
.../src/commands/CreateComponentCommand.ts | 14 +-
.../commands/CreateContainerRecipeCommand.ts | 14 +-
.../CreateDistributionConfigurationCommand.ts | 14 +-
.../src/commands/CreateImageCommand.ts | 14 +-
.../commands/CreateImagePipelineCommand.ts | 14 +-
.../src/commands/CreateImageRecipeCommand.ts | 14 +-
...reateInfrastructureConfigurationCommand.ts | 14 +-
.../commands/CreateLifecyclePolicyCommand.ts | 14 +-
.../src/commands/CreateWorkflowCommand.ts | 14 +-
.../src/commands/DeleteComponentCommand.ts | 14 +-
.../commands/DeleteContainerRecipeCommand.ts | 14 +-
.../DeleteDistributionConfigurationCommand.ts | 14 +-
.../src/commands/DeleteImageCommand.ts | 14 +-
.../commands/DeleteImagePipelineCommand.ts | 14 +-
.../src/commands/DeleteImageRecipeCommand.ts | 14 +-
...eleteInfrastructureConfigurationCommand.ts | 14 +-
.../commands/DeleteLifecyclePolicyCommand.ts | 14 +-
.../src/commands/DeleteWorkflowCommand.ts | 14 +-
.../src/commands/GetComponentCommand.ts | 14 +-
.../src/commands/GetComponentPolicyCommand.ts | 14 +-
.../src/commands/GetContainerRecipeCommand.ts | 14 +-
.../GetContainerRecipePolicyCommand.ts | 14 +-
.../GetDistributionConfigurationCommand.ts | 14 +-
.../src/commands/GetImageCommand.ts | 14 +-
.../src/commands/GetImagePipelineCommand.ts | 14 +-
.../src/commands/GetImagePolicyCommand.ts | 14 +-
.../src/commands/GetImageRecipeCommand.ts | 14 +-
.../commands/GetImageRecipePolicyCommand.ts | 14 +-
.../GetInfrastructureConfigurationCommand.ts | 14 +-
.../commands/GetLifecycleExecutionCommand.ts | 14 +-
.../src/commands/GetLifecyclePolicyCommand.ts | 14 +-
.../src/commands/GetWorkflowCommand.ts | 14 +-
.../commands/GetWorkflowExecutionCommand.ts | 14 +-
.../GetWorkflowStepExecutionCommand.ts | 14 +-
.../src/commands/ImportComponentCommand.ts | 14 +-
.../src/commands/ImportVmImageCommand.ts | 14 +-
.../ListComponentBuildVersionsCommand.ts | 14 +-
.../src/commands/ListComponentsCommand.ts | 14 +-
.../commands/ListContainerRecipesCommand.ts | 14 +-
.../ListDistributionConfigurationsCommand.ts | 14 +-
.../commands/ListImageBuildVersionsCommand.ts | 14 +-
.../src/commands/ListImagePackagesCommand.ts | 14 +-
.../ListImagePipelineImagesCommand.ts | 14 +-
.../src/commands/ListImagePipelinesCommand.ts | 14 +-
.../src/commands/ListImageRecipesCommand.ts | 14 +-
...ListImageScanFindingAggregationsCommand.ts | 14 +-
.../commands/ListImageScanFindingsCommand.ts | 14 +-
.../src/commands/ListImagesCommand.ts | 14 +-
...ListInfrastructureConfigurationsCommand.ts | 14 +-
.../ListLifecycleExecutionResourcesCommand.ts | 14 +-
.../ListLifecycleExecutionsCommand.ts | 14 +-
.../commands/ListLifecyclePoliciesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../ListWaitingWorkflowStepsCommand.ts | 14 +-
.../ListWorkflowBuildVersionsCommand.ts | 14 +-
.../commands/ListWorkflowExecutionsCommand.ts | 14 +-
.../ListWorkflowStepExecutionsCommand.ts | 14 +-
.../src/commands/ListWorkflowsCommand.ts | 14 +-
.../src/commands/PutComponentPolicyCommand.ts | 14 +-
.../PutContainerRecipePolicyCommand.ts | 14 +-
.../src/commands/PutImagePolicyCommand.ts | 14 +-
.../commands/PutImageRecipePolicyCommand.ts | 14 +-
.../commands/SendWorkflowStepActionCommand.ts | 14 +-
.../StartImagePipelineExecutionCommand.ts | 14 +-
.../StartResourceStateUpdateCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateDistributionConfigurationCommand.ts | 14 +-
.../commands/UpdateImagePipelineCommand.ts | 14 +-
...pdateInfrastructureConfigurationCommand.ts | 14 +-
.../commands/UpdateLifecyclePolicyCommand.ts | 14 +-
clients/client-inspector-scan/package.json | 42 +-
.../src/commands/ScanSbomCommand.ts | 14 +-
clients/client-inspector/package.json | 42 +-
.../AddAttributesToFindingsCommand.ts | 14 +-
.../commands/CreateAssessmentTargetCommand.ts | 14 +-
.../CreateAssessmentTemplateCommand.ts | 14 +-
.../CreateExclusionsPreviewCommand.ts | 14 +-
.../commands/CreateResourceGroupCommand.ts | 14 +-
.../commands/DeleteAssessmentRunCommand.ts | 14 +-
.../commands/DeleteAssessmentTargetCommand.ts | 14 +-
.../DeleteAssessmentTemplateCommand.ts | 14 +-
.../commands/DescribeAssessmentRunsCommand.ts | 14 +-
.../DescribeAssessmentTargetsCommand.ts | 14 +-
.../DescribeAssessmentTemplatesCommand.ts | 14 +-
.../DescribeCrossAccountAccessRoleCommand.ts | 14 +-
.../src/commands/DescribeExclusionsCommand.ts | 14 +-
.../src/commands/DescribeFindingsCommand.ts | 14 +-
.../commands/DescribeResourceGroupsCommand.ts | 14 +-
.../commands/DescribeRulesPackagesCommand.ts | 14 +-
.../commands/GetAssessmentReportCommand.ts | 14 +-
.../commands/GetExclusionsPreviewCommand.ts | 14 +-
.../commands/GetTelemetryMetadataCommand.ts | 14 +-
.../ListAssessmentRunAgentsCommand.ts | 14 +-
.../src/commands/ListAssessmentRunsCommand.ts | 14 +-
.../commands/ListAssessmentTargetsCommand.ts | 14 +-
.../ListAssessmentTemplatesCommand.ts | 14 +-
.../commands/ListEventSubscriptionsCommand.ts | 14 +-
.../src/commands/ListExclusionsCommand.ts | 14 +-
.../src/commands/ListFindingsCommand.ts | 14 +-
.../src/commands/ListRulesPackagesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PreviewAgentsCommand.ts | 14 +-
.../RegisterCrossAccountAccessRoleCommand.ts | 14 +-
.../RemoveAttributesFromFindingsCommand.ts | 14 +-
.../src/commands/SetTagsForResourceCommand.ts | 14 +-
.../src/commands/StartAssessmentRunCommand.ts | 14 +-
.../src/commands/StopAssessmentRunCommand.ts | 14 +-
.../src/commands/SubscribeToEventCommand.ts | 14 +-
.../commands/UnsubscribeFromEventCommand.ts | 14 +-
.../commands/UpdateAssessmentTargetCommand.ts | 14 +-
clients/client-inspector2/package.json | 42 +-
.../src/commands/AssociateMemberCommand.ts | 14 +-
.../commands/BatchGetAccountStatusCommand.ts | 14 +-
.../commands/BatchGetCodeSnippetCommand.ts | 14 +-
.../commands/BatchGetFindingDetailsCommand.ts | 14 +-
.../commands/BatchGetFreeTrialInfoCommand.ts | 14 +-
...GetMemberEc2DeepInspectionStatusCommand.ts | 14 +-
...ateMemberEc2DeepInspectionStatusCommand.ts | 14 +-
.../commands/CancelFindingsReportCommand.ts | 14 +-
.../src/commands/CancelSbomExportCommand.ts | 14 +-
.../CreateCisScanConfigurationCommand.ts | 14 +-
.../src/commands/CreateFilterCommand.ts | 14 +-
.../commands/CreateFindingsReportCommand.ts | 14 +-
.../src/commands/CreateSbomExportCommand.ts | 14 +-
.../DeleteCisScanConfigurationCommand.ts | 14 +-
.../src/commands/DeleteFilterCommand.ts | 14 +-
...escribeOrganizationConfigurationCommand.ts | 14 +-
.../src/commands/DisableCommand.ts | 14 +-
.../DisableDelegatedAdminAccountCommand.ts | 14 +-
.../src/commands/DisassociateMemberCommand.ts | 14 +-
.../src/commands/EnableCommand.ts | 14 +-
.../EnableDelegatedAdminAccountCommand.ts | 14 +-
.../src/commands/GetCisScanReportCommand.ts | 14 +-
.../GetCisScanResultDetailsCommand.ts | 14 +-
.../src/commands/GetConfigurationCommand.ts | 14 +-
.../GetDelegatedAdminAccountCommand.ts | 14 +-
...etEc2DeepInspectionConfigurationCommand.ts | 14 +-
.../src/commands/GetEncryptionKeyCommand.ts | 14 +-
.../GetFindingsReportStatusCommand.ts | 14 +-
.../src/commands/GetMemberCommand.ts | 14 +-
.../src/commands/GetSbomExportCommand.ts | 14 +-
.../commands/ListAccountPermissionsCommand.ts | 14 +-
.../ListCisScanConfigurationsCommand.ts | 14 +-
...CisScanResultsAggregatedByChecksCommand.ts | 14 +-
...esultsAggregatedByTargetResourceCommand.ts | 14 +-
.../src/commands/ListCisScansCommand.ts | 14 +-
.../src/commands/ListCoverageCommand.ts | 14 +-
.../commands/ListCoverageStatisticsCommand.ts | 14 +-
.../ListDelegatedAdminAccountsCommand.ts | 14 +-
.../src/commands/ListFiltersCommand.ts | 14 +-
.../ListFindingAggregationsCommand.ts | 14 +-
.../src/commands/ListFindingsCommand.ts | 14 +-
.../src/commands/ListMembersCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListUsageTotalsCommand.ts | 14 +-
.../src/commands/ResetEncryptionKeyCommand.ts | 14 +-
.../commands/SearchVulnerabilitiesCommand.ts | 14 +-
.../commands/SendCisSessionHealthCommand.ts | 14 +-
.../SendCisSessionTelemetryCommand.ts | 14 +-
.../src/commands/StartCisSessionCommand.ts | 14 +-
.../src/commands/StopCisSessionCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateCisScanConfigurationCommand.ts | 14 +-
.../commands/UpdateConfigurationCommand.ts | 14 +-
...teEc2DeepInspectionConfigurationCommand.ts | 14 +-
.../commands/UpdateEncryptionKeyCommand.ts | 14 +-
.../src/commands/UpdateFilterCommand.ts | 14 +-
...rgEc2DeepInspectionConfigurationCommand.ts | 14 +-
.../UpdateOrganizationConfigurationCommand.ts | 14 +-
clients/client-internetmonitor/package.json | 42 +-
.../src/commands/CreateMonitorCommand.ts | 14 +-
.../src/commands/DeleteMonitorCommand.ts | 14 +-
.../src/commands/GetHealthEventCommand.ts | 14 +-
.../src/commands/GetInternetEventCommand.ts | 14 +-
.../src/commands/GetMonitorCommand.ts | 14 +-
.../src/commands/GetQueryResultsCommand.ts | 14 +-
.../src/commands/GetQueryStatusCommand.ts | 14 +-
.../src/commands/ListHealthEventsCommand.ts | 14 +-
.../src/commands/ListInternetEventsCommand.ts | 14 +-
.../src/commands/ListMonitorsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/StartQueryCommand.ts | 14 +-
.../src/commands/StopQueryCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateMonitorCommand.ts | 14 +-
.../package.json | 42 +-
.../ClaimDevicesByClaimCodeCommand.ts | 14 +-
.../src/commands/DescribeDeviceCommand.ts | 14 +-
.../commands/FinalizeDeviceClaimCommand.ts | 14 +-
.../src/commands/GetDeviceMethodsCommand.ts | 14 +-
.../commands/InitiateDeviceClaimCommand.ts | 14 +-
.../src/commands/InvokeDeviceMethodCommand.ts | 14 +-
.../src/commands/ListDeviceEventsCommand.ts | 14 +-
.../src/commands/ListDevicesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UnclaimDeviceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateDeviceStateCommand.ts | 14 +-
.../client-iot-1click-projects/package.json | 42 +-
.../AssociateDeviceWithPlacementCommand.ts | 14 +-
.../src/commands/CreatePlacementCommand.ts | 14 +-
.../src/commands/CreateProjectCommand.ts | 14 +-
.../src/commands/DeletePlacementCommand.ts | 14 +-
.../src/commands/DeleteProjectCommand.ts | 14 +-
.../src/commands/DescribePlacementCommand.ts | 14 +-
.../src/commands/DescribeProjectCommand.ts | 14 +-
.../DisassociateDeviceFromPlacementCommand.ts | 14 +-
.../commands/GetDevicesInPlacementCommand.ts | 14 +-
.../src/commands/ListPlacementsCommand.ts | 14 +-
.../src/commands/ListProjectsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdatePlacementCommand.ts | 14 +-
.../src/commands/UpdateProjectCommand.ts | 14 +-
clients/client-iot-data-plane/package.json | 44 +-
.../src/commands/DeleteThingShadowCommand.ts | 14 +-
.../src/commands/GetRetainedMessageCommand.ts | 14 +-
.../src/commands/GetThingShadowCommand.ts | 14 +-
.../ListNamedShadowsForThingCommand.ts | 14 +-
.../commands/ListRetainedMessagesCommand.ts | 14 +-
.../src/commands/PublishCommand.ts | 14 +-
.../src/commands/UpdateThingShadowCommand.ts | 14 +-
clients/client-iot-events-data/package.json | 42 +-
.../commands/BatchAcknowledgeAlarmCommand.ts | 14 +-
.../commands/BatchDeleteDetectorCommand.ts | 14 +-
.../src/commands/BatchDisableAlarmCommand.ts | 14 +-
.../src/commands/BatchEnableAlarmCommand.ts | 14 +-
.../src/commands/BatchPutMessageCommand.ts | 14 +-
.../src/commands/BatchResetAlarmCommand.ts | 14 +-
.../src/commands/BatchSnoozeAlarmCommand.ts | 14 +-
.../commands/BatchUpdateDetectorCommand.ts | 14 +-
.../src/commands/DescribeAlarmCommand.ts | 14 +-
.../src/commands/DescribeDetectorCommand.ts | 14 +-
.../src/commands/ListAlarmsCommand.ts | 14 +-
.../src/commands/ListDetectorsCommand.ts | 14 +-
clients/client-iot-events/package.json | 42 +-
.../src/commands/CreateAlarmModelCommand.ts | 14 +-
.../commands/CreateDetectorModelCommand.ts | 14 +-
.../src/commands/CreateInputCommand.ts | 14 +-
.../src/commands/DeleteAlarmModelCommand.ts | 14 +-
.../commands/DeleteDetectorModelCommand.ts | 14 +-
.../src/commands/DeleteInputCommand.ts | 14 +-
.../src/commands/DescribeAlarmModelCommand.ts | 14 +-
.../DescribeDetectorModelAnalysisCommand.ts | 14 +-
.../commands/DescribeDetectorModelCommand.ts | 14 +-
.../src/commands/DescribeInputCommand.ts | 14 +-
.../commands/DescribeLoggingOptionsCommand.ts | 14 +-
.../GetDetectorModelAnalysisResultsCommand.ts | 14 +-
.../commands/ListAlarmModelVersionsCommand.ts | 14 +-
.../src/commands/ListAlarmModelsCommand.ts | 14 +-
.../ListDetectorModelVersionsCommand.ts | 14 +-
.../src/commands/ListDetectorModelsCommand.ts | 14 +-
.../src/commands/ListInputRoutingsCommand.ts | 14 +-
.../src/commands/ListInputsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutLoggingOptionsCommand.ts | 14 +-
.../StartDetectorModelAnalysisCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAlarmModelCommand.ts | 14 +-
.../commands/UpdateDetectorModelCommand.ts | 14 +-
.../src/commands/UpdateInputCommand.ts | 14 +-
.../client-iot-jobs-data-plane/package.json | 42 +-
.../commands/DescribeJobExecutionCommand.ts | 14 +-
.../GetPendingJobExecutionsCommand.ts | 14 +-
.../StartNextPendingJobExecutionCommand.ts | 14 +-
.../src/commands/UpdateJobExecutionCommand.ts | 14 +-
clients/client-iot-wireless/package.json | 44 +-
...iateAwsAccountWithPartnerAccountCommand.ts | 14 +-
...ciateMulticastGroupWithFuotaTaskCommand.ts | 14 +-
...ciateWirelessDeviceWithFuotaTaskCommand.ts | 14 +-
...WirelessDeviceWithMulticastGroupCommand.ts | 14 +-
...AssociateWirelessDeviceWithThingCommand.ts | 14 +-
...teWirelessGatewayWithCertificateCommand.ts | 14 +-
...ssociateWirelessGatewayWithThingCommand.ts | 14 +-
.../CancelMulticastGroupSessionCommand.ts | 14 +-
.../src/commands/CreateDestinationCommand.ts | 14 +-
.../commands/CreateDeviceProfileCommand.ts | 14 +-
.../src/commands/CreateFuotaTaskCommand.ts | 14 +-
.../commands/CreateMulticastGroupCommand.ts | 14 +-
...eateNetworkAnalyzerConfigurationCommand.ts | 14 +-
.../commands/CreateServiceProfileCommand.ts | 14 +-
.../commands/CreateWirelessDeviceCommand.ts | 14 +-
.../commands/CreateWirelessGatewayCommand.ts | 14 +-
.../CreateWirelessGatewayTaskCommand.ts | 14 +-
...ateWirelessGatewayTaskDefinitionCommand.ts | 14 +-
.../src/commands/DeleteDestinationCommand.ts | 14 +-
.../commands/DeleteDeviceProfileCommand.ts | 14 +-
.../src/commands/DeleteFuotaTaskCommand.ts | 14 +-
.../commands/DeleteMulticastGroupCommand.ts | 14 +-
...leteNetworkAnalyzerConfigurationCommand.ts | 14 +-
.../commands/DeleteQueuedMessagesCommand.ts | 14 +-
.../commands/DeleteServiceProfileCommand.ts | 14 +-
.../commands/DeleteWirelessDeviceCommand.ts | 14 +-
.../DeleteWirelessDeviceImportTaskCommand.ts | 14 +-
.../commands/DeleteWirelessGatewayCommand.ts | 14 +-
.../DeleteWirelessGatewayTaskCommand.ts | 14 +-
...eteWirelessGatewayTaskDefinitionCommand.ts | 14 +-
.../DeregisterWirelessDeviceCommand.ts | 14 +-
...iateAwsAccountFromPartnerAccountCommand.ts | 14 +-
...ciateMulticastGroupFromFuotaTaskCommand.ts | 14 +-
...ciateWirelessDeviceFromFuotaTaskCommand.ts | 14 +-
...WirelessDeviceFromMulticastGroupCommand.ts | 14 +-
...associateWirelessDeviceFromThingCommand.ts | 14 +-
...teWirelessGatewayFromCertificateCommand.ts | 14 +-
...ssociateWirelessGatewayFromThingCommand.ts | 14 +-
.../src/commands/GetDestinationCommand.ts | 14 +-
.../src/commands/GetDeviceProfileCommand.ts | 14 +-
...ventConfigurationByResourceTypesCommand.ts | 14 +-
.../src/commands/GetFuotaTaskCommand.ts | 14 +-
.../GetLogLevelsByResourceTypesCommand.ts | 14 +-
.../commands/GetMetricConfigurationCommand.ts | 14 +-
.../src/commands/GetMetricsCommand.ts | 14 +-
.../src/commands/GetMulticastGroupCommand.ts | 14 +-
.../GetMulticastGroupSessionCommand.ts | 14 +-
.../GetNetworkAnalyzerConfigurationCommand.ts | 14 +-
.../src/commands/GetPartnerAccountCommand.ts | 14 +-
.../src/commands/GetPositionCommand.ts | 14 +-
.../GetPositionConfigurationCommand.ts | 14 +-
.../commands/GetPositionEstimateCommand.ts | 14 +-
.../GetResourceEventConfigurationCommand.ts | 14 +-
.../commands/GetResourceLogLevelCommand.ts | 14 +-
.../commands/GetResourcePositionCommand.ts | 14 +-
.../src/commands/GetServiceEndpointCommand.ts | 14 +-
.../src/commands/GetServiceProfileCommand.ts | 14 +-
.../src/commands/GetWirelessDeviceCommand.ts | 14 +-
.../GetWirelessDeviceImportTaskCommand.ts | 14 +-
.../GetWirelessDeviceStatisticsCommand.ts | 14 +-
.../GetWirelessGatewayCertificateCommand.ts | 14 +-
.../src/commands/GetWirelessGatewayCommand.ts | 14 +-
...relessGatewayFirmwareInformationCommand.ts | 14 +-
.../GetWirelessGatewayStatisticsCommand.ts | 14 +-
.../commands/GetWirelessGatewayTaskCommand.ts | 14 +-
...GetWirelessGatewayTaskDefinitionCommand.ts | 14 +-
.../src/commands/ListDestinationsCommand.ts | 14 +-
.../src/commands/ListDeviceProfilesCommand.ts | 14 +-
...vicesForWirelessDeviceImportTaskCommand.ts | 14 +-
.../ListEventConfigurationsCommand.ts | 14 +-
.../src/commands/ListFuotaTasksCommand.ts | 14 +-
.../ListMulticastGroupsByFuotaTaskCommand.ts | 14 +-
.../commands/ListMulticastGroupsCommand.ts | 14 +-
...istNetworkAnalyzerConfigurationsCommand.ts | 14 +-
.../commands/ListPartnerAccountsCommand.ts | 14 +-
.../ListPositionConfigurationsCommand.ts | 14 +-
.../src/commands/ListQueuedMessagesCommand.ts | 14 +-
.../commands/ListServiceProfilesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../ListWirelessDeviceImportTasksCommand.ts | 14 +-
.../commands/ListWirelessDevicesCommand.ts | 14 +-
...stWirelessGatewayTaskDefinitionsCommand.ts | 14 +-
.../commands/ListWirelessGatewaysCommand.ts | 14 +-
.../PutPositionConfigurationCommand.ts | 14 +-
.../commands/PutResourceLogLevelCommand.ts | 14 +-
.../ResetAllResourceLogLevelsCommand.ts | 14 +-
.../commands/ResetResourceLogLevelCommand.ts | 14 +-
.../SendDataToMulticastGroupCommand.ts | 14 +-
.../SendDataToWirelessDeviceCommand.ts | 14 +-
...WirelessDeviceWithMulticastGroupCommand.ts | 14 +-
...WirelessDeviceFromMulticastGroupCommand.ts | 14 +-
.../src/commands/StartFuotaTaskCommand.ts | 14 +-
.../StartMulticastGroupSessionCommand.ts | 14 +-
...rtSingleWirelessDeviceImportTaskCommand.ts | 14 +-
.../StartWirelessDeviceImportTaskCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/TestWirelessDeviceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateDestinationCommand.ts | 14 +-
...ventConfigurationByResourceTypesCommand.ts | 14 +-
.../src/commands/UpdateFuotaTaskCommand.ts | 14 +-
.../UpdateLogLevelsByResourceTypesCommand.ts | 14 +-
.../UpdateMetricConfigurationCommand.ts | 14 +-
.../commands/UpdateMulticastGroupCommand.ts | 14 +-
...dateNetworkAnalyzerConfigurationCommand.ts | 14 +-
.../commands/UpdatePartnerAccountCommand.ts | 14 +-
.../src/commands/UpdatePositionCommand.ts | 14 +-
...UpdateResourceEventConfigurationCommand.ts | 14 +-
.../commands/UpdateResourcePositionCommand.ts | 14 +-
.../commands/UpdateWirelessDeviceCommand.ts | 14 +-
.../UpdateWirelessDeviceImportTaskCommand.ts | 14 +-
.../commands/UpdateWirelessGatewayCommand.ts | 14 +-
clients/client-iot/package.json | 42 +-
.../AcceptCertificateTransferCommand.ts | 14 +-
.../commands/AddThingToBillingGroupCommand.ts | 14 +-
.../commands/AddThingToThingGroupCommand.ts | 14 +-
.../AssociateSbomWithPackageVersionCommand.ts | 14 +-
.../AssociateTargetsWithJobCommand.ts | 14 +-
.../src/commands/AttachPolicyCommand.ts | 14 +-
.../commands/AttachPrincipalPolicyCommand.ts | 14 +-
.../commands/AttachSecurityProfileCommand.ts | 14 +-
.../commands/AttachThingPrincipalCommand.ts | 14 +-
...CancelAuditMitigationActionsTaskCommand.ts | 14 +-
.../src/commands/CancelAuditTaskCommand.ts | 14 +-
.../CancelCertificateTransferCommand.ts | 14 +-
...ancelDetectMitigationActionsTaskCommand.ts | 14 +-
.../src/commands/CancelJobCommand.ts | 14 +-
.../src/commands/CancelJobExecutionCommand.ts | 14 +-
.../commands/ClearDefaultAuthorizerCommand.ts | 14 +-
.../ConfirmTopicRuleDestinationCommand.ts | 14 +-
.../commands/CreateAuditSuppressionCommand.ts | 14 +-
.../src/commands/CreateAuthorizerCommand.ts | 14 +-
.../src/commands/CreateBillingGroupCommand.ts | 14 +-
.../CreateCertificateFromCsrCommand.ts | 14 +-
.../CreateCertificateProviderCommand.ts | 14 +-
.../src/commands/CreateCustomMetricCommand.ts | 14 +-
.../src/commands/CreateDimensionCommand.ts | 14 +-
.../CreateDomainConfigurationCommand.ts | 14 +-
.../CreateDynamicThingGroupCommand.ts | 14 +-
.../src/commands/CreateFleetMetricCommand.ts | 14 +-
.../src/commands/CreateJobCommand.ts | 14 +-
.../src/commands/CreateJobTemplateCommand.ts | 14 +-
.../CreateKeysAndCertificateCommand.ts | 14 +-
.../commands/CreateMitigationActionCommand.ts | 14 +-
.../src/commands/CreateOTAUpdateCommand.ts | 14 +-
.../src/commands/CreatePackageCommand.ts | 14 +-
.../commands/CreatePackageVersionCommand.ts | 14 +-
.../src/commands/CreatePolicyCommand.ts | 14 +-
.../commands/CreatePolicyVersionCommand.ts | 14 +-
.../CreateProvisioningClaimCommand.ts | 14 +-
.../CreateProvisioningTemplateCommand.ts | 14 +-
...reateProvisioningTemplateVersionCommand.ts | 14 +-
.../src/commands/CreateRoleAliasCommand.ts | 14 +-
.../commands/CreateScheduledAuditCommand.ts | 14 +-
.../commands/CreateSecurityProfileCommand.ts | 14 +-
.../src/commands/CreateStreamCommand.ts | 14 +-
.../src/commands/CreateThingCommand.ts | 14 +-
.../src/commands/CreateThingGroupCommand.ts | 14 +-
.../src/commands/CreateThingTypeCommand.ts | 14 +-
.../src/commands/CreateTopicRuleCommand.ts | 14 +-
.../CreateTopicRuleDestinationCommand.ts | 14 +-
.../DeleteAccountAuditConfigurationCommand.ts | 14 +-
.../commands/DeleteAuditSuppressionCommand.ts | 14 +-
.../src/commands/DeleteAuthorizerCommand.ts | 14 +-
.../src/commands/DeleteBillingGroupCommand.ts | 14 +-
.../commands/DeleteCACertificateCommand.ts | 14 +-
.../src/commands/DeleteCertificateCommand.ts | 14 +-
.../DeleteCertificateProviderCommand.ts | 14 +-
.../src/commands/DeleteCustomMetricCommand.ts | 14 +-
.../src/commands/DeleteDimensionCommand.ts | 14 +-
.../DeleteDomainConfigurationCommand.ts | 14 +-
.../DeleteDynamicThingGroupCommand.ts | 14 +-
.../src/commands/DeleteFleetMetricCommand.ts | 14 +-
.../src/commands/DeleteJobCommand.ts | 14 +-
.../src/commands/DeleteJobExecutionCommand.ts | 14 +-
.../src/commands/DeleteJobTemplateCommand.ts | 14 +-
.../commands/DeleteMitigationActionCommand.ts | 14 +-
.../src/commands/DeleteOTAUpdateCommand.ts | 14 +-
.../src/commands/DeletePackageCommand.ts | 14 +-
.../commands/DeletePackageVersionCommand.ts | 14 +-
.../src/commands/DeletePolicyCommand.ts | 14 +-
.../commands/DeletePolicyVersionCommand.ts | 14 +-
.../DeleteProvisioningTemplateCommand.ts | 14 +-
...eleteProvisioningTemplateVersionCommand.ts | 14 +-
.../commands/DeleteRegistrationCodeCommand.ts | 14 +-
.../src/commands/DeleteRoleAliasCommand.ts | 14 +-
.../commands/DeleteScheduledAuditCommand.ts | 14 +-
.../commands/DeleteSecurityProfileCommand.ts | 14 +-
.../src/commands/DeleteStreamCommand.ts | 14 +-
.../src/commands/DeleteThingCommand.ts | 14 +-
.../src/commands/DeleteThingGroupCommand.ts | 14 +-
.../src/commands/DeleteThingTypeCommand.ts | 14 +-
.../src/commands/DeleteTopicRuleCommand.ts | 14 +-
.../DeleteTopicRuleDestinationCommand.ts | 14 +-
.../commands/DeleteV2LoggingLevelCommand.ts | 14 +-
.../src/commands/DeprecateThingTypeCommand.ts | 14 +-
...escribeAccountAuditConfigurationCommand.ts | 14 +-
.../commands/DescribeAuditFindingCommand.ts | 14 +-
...scribeAuditMitigationActionsTaskCommand.ts | 14 +-
.../DescribeAuditSuppressionCommand.ts | 14 +-
.../src/commands/DescribeAuditTaskCommand.ts | 14 +-
.../src/commands/DescribeAuthorizerCommand.ts | 14 +-
.../commands/DescribeBillingGroupCommand.ts | 14 +-
.../commands/DescribeCACertificateCommand.ts | 14 +-
.../commands/DescribeCertificateCommand.ts | 14 +-
.../DescribeCertificateProviderCommand.ts | 14 +-
.../commands/DescribeCustomMetricCommand.ts | 14 +-
.../DescribeDefaultAuthorizerCommand.ts | 14 +-
...cribeDetectMitigationActionsTaskCommand.ts | 14 +-
.../src/commands/DescribeDimensionCommand.ts | 14 +-
.../DescribeDomainConfigurationCommand.ts | 14 +-
.../src/commands/DescribeEndpointCommand.ts | 14 +-
.../DescribeEventConfigurationsCommand.ts | 14 +-
.../commands/DescribeFleetMetricCommand.ts | 14 +-
.../src/commands/DescribeIndexCommand.ts | 14 +-
.../src/commands/DescribeJobCommand.ts | 14 +-
.../commands/DescribeJobExecutionCommand.ts | 14 +-
.../commands/DescribeJobTemplateCommand.ts | 14 +-
.../DescribeManagedJobTemplateCommand.ts | 14 +-
.../DescribeMitigationActionCommand.ts | 14 +-
.../DescribeProvisioningTemplateCommand.ts | 14 +-
...cribeProvisioningTemplateVersionCommand.ts | 14 +-
.../src/commands/DescribeRoleAliasCommand.ts | 14 +-
.../commands/DescribeScheduledAuditCommand.ts | 14 +-
.../DescribeSecurityProfileCommand.ts | 14 +-
.../src/commands/DescribeStreamCommand.ts | 14 +-
.../src/commands/DescribeThingCommand.ts | 14 +-
.../src/commands/DescribeThingGroupCommand.ts | 14 +-
.../DescribeThingRegistrationTaskCommand.ts | 14 +-
.../src/commands/DescribeThingTypeCommand.ts | 14 +-
.../src/commands/DetachPolicyCommand.ts | 14 +-
.../commands/DetachPrincipalPolicyCommand.ts | 14 +-
.../commands/DetachSecurityProfileCommand.ts | 14 +-
.../commands/DetachThingPrincipalCommand.ts | 14 +-
.../src/commands/DisableTopicRuleCommand.ts | 14 +-
...sassociateSbomFromPackageVersionCommand.ts | 14 +-
.../src/commands/EnableTopicRuleCommand.ts | 14 +-
...etBehaviorModelTrainingSummariesCommand.ts | 14 +-
.../commands/GetBucketsAggregationCommand.ts | 14 +-
.../src/commands/GetCardinalityCommand.ts | 14 +-
.../commands/GetEffectivePoliciesCommand.ts | 14 +-
.../GetIndexingConfigurationCommand.ts | 14 +-
.../src/commands/GetJobDocumentCommand.ts | 14 +-
.../src/commands/GetLoggingOptionsCommand.ts | 14 +-
.../src/commands/GetOTAUpdateCommand.ts | 14 +-
.../src/commands/GetPackageCommand.ts | 14 +-
.../GetPackageConfigurationCommand.ts | 14 +-
.../src/commands/GetPackageVersionCommand.ts | 14 +-
.../src/commands/GetPercentilesCommand.ts | 14 +-
.../src/commands/GetPolicyCommand.ts | 14 +-
.../src/commands/GetPolicyVersionCommand.ts | 14 +-
.../commands/GetRegistrationCodeCommand.ts | 14 +-
.../src/commands/GetStatisticsCommand.ts | 14 +-
.../src/commands/GetTopicRuleCommand.ts | 14 +-
.../GetTopicRuleDestinationCommand.ts | 14 +-
.../commands/GetV2LoggingOptionsCommand.ts | 14 +-
.../commands/ListActiveViolationsCommand.ts | 14 +-
.../commands/ListAttachedPoliciesCommand.ts | 14 +-
.../src/commands/ListAuditFindingsCommand.ts | 14 +-
...AuditMitigationActionsExecutionsCommand.ts | 14 +-
.../ListAuditMitigationActionsTasksCommand.ts | 14 +-
.../commands/ListAuditSuppressionsCommand.ts | 14 +-
.../src/commands/ListAuditTasksCommand.ts | 14 +-
.../src/commands/ListAuthorizersCommand.ts | 14 +-
.../src/commands/ListBillingGroupsCommand.ts | 14 +-
.../src/commands/ListCACertificatesCommand.ts | 14 +-
.../ListCertificateProvidersCommand.ts | 14 +-
.../commands/ListCertificatesByCACommand.ts | 14 +-
.../src/commands/ListCertificatesCommand.ts | 14 +-
.../src/commands/ListCustomMetricsCommand.ts | 14 +-
...etectMitigationActionsExecutionsCommand.ts | 14 +-
...ListDetectMitigationActionsTasksCommand.ts | 14 +-
.../src/commands/ListDimensionsCommand.ts | 14 +-
.../ListDomainConfigurationsCommand.ts | 14 +-
.../src/commands/ListFleetMetricsCommand.ts | 14 +-
.../src/commands/ListIndicesCommand.ts | 14 +-
.../ListJobExecutionsForJobCommand.ts | 14 +-
.../ListJobExecutionsForThingCommand.ts | 14 +-
.../src/commands/ListJobTemplatesCommand.ts | 14 +-
.../src/commands/ListJobsCommand.ts | 14 +-
.../ListManagedJobTemplatesCommand.ts | 14 +-
.../src/commands/ListMetricValuesCommand.ts | 14 +-
.../commands/ListMitigationActionsCommand.ts | 14 +-
.../src/commands/ListOTAUpdatesCommand.ts | 14 +-
.../ListOutgoingCertificatesCommand.ts | 14 +-
.../commands/ListPackageVersionsCommand.ts | 14 +-
.../src/commands/ListPackagesCommand.ts | 14 +-
.../src/commands/ListPoliciesCommand.ts | 14 +-
.../commands/ListPolicyPrincipalsCommand.ts | 14 +-
.../src/commands/ListPolicyVersionsCommand.ts | 14 +-
.../commands/ListPrincipalPoliciesCommand.ts | 14 +-
.../commands/ListPrincipalThingsCommand.ts | 14 +-
...ListProvisioningTemplateVersionsCommand.ts | 14 +-
.../ListProvisioningTemplatesCommand.ts | 14 +-
...tRelatedResourcesForAuditFindingCommand.ts | 14 +-
.../src/commands/ListRoleAliasesCommand.ts | 14 +-
.../ListSbomValidationResultsCommand.ts | 14 +-
.../commands/ListScheduledAuditsCommand.ts | 14 +-
.../commands/ListSecurityProfilesCommand.ts | 14 +-
.../ListSecurityProfilesForTargetCommand.ts | 14 +-
.../src/commands/ListStreamsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/ListTargetsForPolicyCommand.ts | 14 +-
.../ListTargetsForSecurityProfileCommand.ts | 14 +-
.../src/commands/ListThingGroupsCommand.ts | 14 +-
.../ListThingGroupsForThingCommand.ts | 14 +-
.../commands/ListThingPrincipalsCommand.ts | 14 +-
...ListThingRegistrationTaskReportsCommand.ts | 14 +-
.../ListThingRegistrationTasksCommand.ts | 14 +-
.../src/commands/ListThingTypesCommand.ts | 14 +-
.../src/commands/ListThingsCommand.ts | 14 +-
.../ListThingsInBillingGroupCommand.ts | 14 +-
.../commands/ListThingsInThingGroupCommand.ts | 14 +-
.../ListTopicRuleDestinationsCommand.ts | 14 +-
.../src/commands/ListTopicRulesCommand.ts | 14 +-
.../commands/ListV2LoggingLevelsCommand.ts | 14 +-
.../commands/ListViolationEventsCommand.ts | 14 +-
.../PutVerificationStateOnViolationCommand.ts | 14 +-
.../commands/RegisterCACertificateCommand.ts | 14 +-
.../commands/RegisterCertificateCommand.ts | 14 +-
.../RegisterCertificateWithoutCACommand.ts | 14 +-
.../src/commands/RegisterThingCommand.ts | 14 +-
.../RejectCertificateTransferCommand.ts | 14 +-
.../RemoveThingFromBillingGroupCommand.ts | 14 +-
.../RemoveThingFromThingGroupCommand.ts | 14 +-
.../src/commands/ReplaceTopicRuleCommand.ts | 14 +-
.../src/commands/SearchIndexCommand.ts | 14 +-
.../commands/SetDefaultAuthorizerCommand.ts | 14 +-
.../SetDefaultPolicyVersionCommand.ts | 14 +-
.../src/commands/SetLoggingOptionsCommand.ts | 14 +-
.../src/commands/SetV2LoggingLevelCommand.ts | 14 +-
.../commands/SetV2LoggingOptionsCommand.ts | 14 +-
.../StartAuditMitigationActionsTaskCommand.ts | 14 +-
...StartDetectMitigationActionsTaskCommand.ts | 14 +-
.../commands/StartOnDemandAuditTaskCommand.ts | 14 +-
.../StartThingRegistrationTaskCommand.ts | 14 +-
.../StopThingRegistrationTaskCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/TestAuthorizationCommand.ts | 14 +-
.../commands/TestInvokeAuthorizerCommand.ts | 14 +-
.../commands/TransferCertificateCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateAccountAuditConfigurationCommand.ts | 14 +-
.../commands/UpdateAuditSuppressionCommand.ts | 14 +-
.../src/commands/UpdateAuthorizerCommand.ts | 14 +-
.../src/commands/UpdateBillingGroupCommand.ts | 14 +-
.../commands/UpdateCACertificateCommand.ts | 14 +-
.../src/commands/UpdateCertificateCommand.ts | 14 +-
.../UpdateCertificateProviderCommand.ts | 14 +-
.../src/commands/UpdateCustomMetricCommand.ts | 14 +-
.../src/commands/UpdateDimensionCommand.ts | 14 +-
.../UpdateDomainConfigurationCommand.ts | 14 +-
.../UpdateDynamicThingGroupCommand.ts | 14 +-
.../UpdateEventConfigurationsCommand.ts | 14 +-
.../src/commands/UpdateFleetMetricCommand.ts | 14 +-
.../UpdateIndexingConfigurationCommand.ts | 14 +-
.../src/commands/UpdateJobCommand.ts | 14 +-
.../commands/UpdateMitigationActionCommand.ts | 14 +-
.../src/commands/UpdatePackageCommand.ts | 14 +-
.../UpdatePackageConfigurationCommand.ts | 14 +-
.../commands/UpdatePackageVersionCommand.ts | 14 +-
.../UpdateProvisioningTemplateCommand.ts | 14 +-
.../src/commands/UpdateRoleAliasCommand.ts | 14 +-
.../commands/UpdateScheduledAuditCommand.ts | 14 +-
.../commands/UpdateSecurityProfileCommand.ts | 14 +-
.../src/commands/UpdateStreamCommand.ts | 14 +-
.../src/commands/UpdateThingCommand.ts | 14 +-
.../src/commands/UpdateThingGroupCommand.ts | 14 +-
.../UpdateThingGroupsForThingCommand.ts | 14 +-
.../UpdateTopicRuleDestinationCommand.ts | 14 +-
...ValidateSecurityProfileBehaviorsCommand.ts | 14 +-
clients/client-iotanalytics/package.json | 42 +-
.../src/commands/BatchPutMessageCommand.ts | 14 +-
.../CancelPipelineReprocessingCommand.ts | 14 +-
.../src/commands/CreateChannelCommand.ts | 14 +-
.../src/commands/CreateDatasetCommand.ts | 14 +-
.../commands/CreateDatasetContentCommand.ts | 14 +-
.../src/commands/CreateDatastoreCommand.ts | 14 +-
.../src/commands/CreatePipelineCommand.ts | 14 +-
.../src/commands/DeleteChannelCommand.ts | 14 +-
.../src/commands/DeleteDatasetCommand.ts | 14 +-
.../commands/DeleteDatasetContentCommand.ts | 14 +-
.../src/commands/DeleteDatastoreCommand.ts | 14 +-
.../src/commands/DeletePipelineCommand.ts | 14 +-
.../src/commands/DescribeChannelCommand.ts | 14 +-
.../src/commands/DescribeDatasetCommand.ts | 14 +-
.../src/commands/DescribeDatastoreCommand.ts | 14 +-
.../commands/DescribeLoggingOptionsCommand.ts | 14 +-
.../src/commands/DescribePipelineCommand.ts | 14 +-
.../src/commands/GetDatasetContentCommand.ts | 14 +-
.../src/commands/ListChannelsCommand.ts | 14 +-
.../commands/ListDatasetContentsCommand.ts | 14 +-
.../src/commands/ListDatasetsCommand.ts | 14 +-
.../src/commands/ListDatastoresCommand.ts | 14 +-
.../src/commands/ListPipelinesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutLoggingOptionsCommand.ts | 14 +-
.../commands/RunPipelineActivityCommand.ts | 14 +-
.../src/commands/SampleChannelDataCommand.ts | 14 +-
.../StartPipelineReprocessingCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateChannelCommand.ts | 14 +-
.../src/commands/UpdateDatasetCommand.ts | 14 +-
.../src/commands/UpdateDatastoreCommand.ts | 14 +-
.../src/commands/UpdatePipelineCommand.ts | 14 +-
clients/client-iotdeviceadvisor/package.json | 42 +-
.../commands/CreateSuiteDefinitionCommand.ts | 14 +-
.../commands/DeleteSuiteDefinitionCommand.ts | 14 +-
.../src/commands/GetEndpointCommand.ts | 14 +-
.../src/commands/GetSuiteDefinitionCommand.ts | 14 +-
.../src/commands/GetSuiteRunCommand.ts | 14 +-
.../src/commands/GetSuiteRunReportCommand.ts | 14 +-
.../commands/ListSuiteDefinitionsCommand.ts | 14 +-
.../src/commands/ListSuiteRunsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/StartSuiteRunCommand.ts | 14 +-
.../src/commands/StopSuiteRunCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateSuiteDefinitionCommand.ts | 14 +-
clients/client-iotfleethub/package.json | 42 +-
.../src/commands/CreateApplicationCommand.ts | 14 +-
.../src/commands/DeleteApplicationCommand.ts | 14 +-
.../commands/DescribeApplicationCommand.ts | 14 +-
.../src/commands/ListApplicationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateApplicationCommand.ts | 14 +-
clients/client-iotfleetwise/package.json | 42 +-
.../commands/AssociateVehicleFleetCommand.ts | 14 +-
.../src/commands/BatchCreateVehicleCommand.ts | 14 +-
.../src/commands/BatchUpdateVehicleCommand.ts | 14 +-
.../src/commands/CreateCampaignCommand.ts | 14 +-
.../commands/CreateDecoderManifestCommand.ts | 14 +-
.../src/commands/CreateFleetCommand.ts | 14 +-
.../commands/CreateModelManifestCommand.ts | 14 +-
.../commands/CreateSignalCatalogCommand.ts | 14 +-
.../src/commands/CreateVehicleCommand.ts | 14 +-
.../src/commands/DeleteCampaignCommand.ts | 14 +-
.../commands/DeleteDecoderManifestCommand.ts | 14 +-
.../src/commands/DeleteFleetCommand.ts | 14 +-
.../commands/DeleteModelManifestCommand.ts | 14 +-
.../commands/DeleteSignalCatalogCommand.ts | 14 +-
.../src/commands/DeleteVehicleCommand.ts | 14 +-
.../DisassociateVehicleFleetCommand.ts | 14 +-
.../src/commands/GetCampaignCommand.ts | 14 +-
.../src/commands/GetDecoderManifestCommand.ts | 14 +-
.../GetEncryptionConfigurationCommand.ts | 14 +-
.../src/commands/GetFleetCommand.ts | 14 +-
.../src/commands/GetLoggingOptionsCommand.ts | 14 +-
.../src/commands/GetModelManifestCommand.ts | 14 +-
.../GetRegisterAccountStatusCommand.ts | 14 +-
.../src/commands/GetSignalCatalogCommand.ts | 14 +-
.../src/commands/GetVehicleCommand.ts | 14 +-
.../src/commands/GetVehicleStatusCommand.ts | 14 +-
.../commands/ImportDecoderManifestCommand.ts | 14 +-
.../commands/ImportSignalCatalogCommand.ts | 14 +-
.../src/commands/ListCampaignsCommand.ts | 14 +-
...DecoderManifestNetworkInterfacesCommand.ts | 14 +-
.../ListDecoderManifestSignalsCommand.ts | 14 +-
.../commands/ListDecoderManifestsCommand.ts | 14 +-
.../src/commands/ListFleetsCommand.ts | 14 +-
.../commands/ListFleetsForVehicleCommand.ts | 14 +-
.../commands/ListModelManifestNodesCommand.ts | 14 +-
.../src/commands/ListModelManifestsCommand.ts | 14 +-
.../commands/ListSignalCatalogNodesCommand.ts | 14 +-
.../src/commands/ListSignalCatalogsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListVehiclesCommand.ts | 14 +-
.../commands/ListVehiclesInFleetCommand.ts | 14 +-
.../PutEncryptionConfigurationCommand.ts | 14 +-
.../src/commands/PutLoggingOptionsCommand.ts | 14 +-
.../src/commands/RegisterAccountCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateCampaignCommand.ts | 14 +-
.../commands/UpdateDecoderManifestCommand.ts | 14 +-
.../src/commands/UpdateFleetCommand.ts | 14 +-
.../commands/UpdateModelManifestCommand.ts | 14 +-
.../commands/UpdateSignalCatalogCommand.ts | 14 +-
.../src/commands/UpdateVehicleCommand.ts | 14 +-
.../client-iotsecuretunneling/package.json | 42 +-
.../src/commands/CloseTunnelCommand.ts | 14 +-
.../src/commands/DescribeTunnelCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListTunnelsCommand.ts | 14 +-
.../src/commands/OpenTunnelCommand.ts | 14 +-
.../RotateTunnelAccessTokenCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
clients/client-iotsitewise/package.json | 44 +-
.../src/commands/AssociateAssetsCommand.ts | 14 +-
...sociateTimeSeriesToAssetPropertyCommand.ts | 14 +-
.../BatchAssociateProjectAssetsCommand.ts | 14 +-
.../BatchDisassociateProjectAssetsCommand.ts | 14 +-
.../BatchGetAssetPropertyAggregatesCommand.ts | 14 +-
.../BatchGetAssetPropertyValueCommand.ts | 14 +-
...atchGetAssetPropertyValueHistoryCommand.ts | 14 +-
.../BatchPutAssetPropertyValueCommand.ts | 14 +-
.../src/commands/CreateAccessPolicyCommand.ts | 14 +-
.../src/commands/CreateAssetCommand.ts | 14 +-
.../src/commands/CreateAssetModelCommand.ts | 14 +-
.../CreateAssetModelCompositeModelCommand.ts | 14 +-
.../commands/CreateBulkImportJobCommand.ts | 14 +-
.../src/commands/CreateDashboardCommand.ts | 14 +-
.../src/commands/CreateGatewayCommand.ts | 14 +-
.../src/commands/CreatePortalCommand.ts | 14 +-
.../src/commands/CreateProjectCommand.ts | 14 +-
.../src/commands/DeleteAccessPolicyCommand.ts | 14 +-
.../src/commands/DeleteAssetCommand.ts | 14 +-
.../src/commands/DeleteAssetModelCommand.ts | 14 +-
.../DeleteAssetModelCompositeModelCommand.ts | 14 +-
.../src/commands/DeleteDashboardCommand.ts | 14 +-
.../src/commands/DeleteGatewayCommand.ts | 14 +-
.../src/commands/DeletePortalCommand.ts | 14 +-
.../src/commands/DeleteProjectCommand.ts | 14 +-
.../src/commands/DeleteTimeSeriesCommand.ts | 14 +-
.../commands/DescribeAccessPolicyCommand.ts | 14 +-
.../src/commands/DescribeActionCommand.ts | 14 +-
.../src/commands/DescribeAssetCommand.ts | 14 +-
.../DescribeAssetCompositeModelCommand.ts | 14 +-
.../src/commands/DescribeAssetModelCommand.ts | 14 +-
...DescribeAssetModelCompositeModelCommand.ts | 14 +-
.../commands/DescribeAssetPropertyCommand.ts | 14 +-
.../commands/DescribeBulkImportJobCommand.ts | 14 +-
.../src/commands/DescribeDashboardCommand.ts | 14 +-
...beDefaultEncryptionConfigurationCommand.ts | 14 +-
...beGatewayCapabilityConfigurationCommand.ts | 14 +-
.../src/commands/DescribeGatewayCommand.ts | 14 +-
.../commands/DescribeLoggingOptionsCommand.ts | 14 +-
.../src/commands/DescribePortalCommand.ts | 14 +-
.../src/commands/DescribeProjectCommand.ts | 14 +-
.../DescribeStorageConfigurationCommand.ts | 14 +-
.../src/commands/DescribeTimeSeriesCommand.ts | 14 +-
.../src/commands/DisassociateAssetsCommand.ts | 14 +-
...ciateTimeSeriesFromAssetPropertyCommand.ts | 14 +-
.../src/commands/ExecuteActionCommand.ts | 14 +-
.../src/commands/ExecuteQueryCommand.ts | 14 +-
.../GetAssetPropertyAggregatesCommand.ts | 14 +-
.../commands/GetAssetPropertyValueCommand.ts | 14 +-
.../GetAssetPropertyValueHistoryCommand.ts | 14 +-
...tInterpolatedAssetPropertyValuesCommand.ts | 14 +-
.../src/commands/ListAccessPoliciesCommand.ts | 14 +-
.../src/commands/ListActionsCommand.ts | 14 +-
.../ListAssetModelCompositeModelsCommand.ts | 14 +-
.../ListAssetModelPropertiesCommand.ts | 14 +-
.../src/commands/ListAssetModelsCommand.ts | 14 +-
.../commands/ListAssetPropertiesCommand.ts | 14 +-
.../commands/ListAssetRelationshipsCommand.ts | 14 +-
.../src/commands/ListAssetsCommand.ts | 14 +-
.../commands/ListAssociatedAssetsCommand.ts | 14 +-
.../src/commands/ListBulkImportJobsCommand.ts | 14 +-
.../ListCompositionRelationshipsCommand.ts | 14 +-
.../src/commands/ListDashboardsCommand.ts | 14 +-
.../src/commands/ListGatewaysCommand.ts | 14 +-
.../src/commands/ListPortalsCommand.ts | 14 +-
.../src/commands/ListProjectAssetsCommand.ts | 14 +-
.../src/commands/ListProjectsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListTimeSeriesCommand.ts | 14 +-
...utDefaultEncryptionConfigurationCommand.ts | 14 +-
.../src/commands/PutLoggingOptionsCommand.ts | 14 +-
.../PutStorageConfigurationCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAccessPolicyCommand.ts | 14 +-
.../src/commands/UpdateAssetCommand.ts | 14 +-
.../src/commands/UpdateAssetModelCommand.ts | 14 +-
.../UpdateAssetModelCompositeModelCommand.ts | 14 +-
.../commands/UpdateAssetPropertyCommand.ts | 14 +-
.../src/commands/UpdateDashboardCommand.ts | 14 +-
...teGatewayCapabilityConfigurationCommand.ts | 14 +-
.../src/commands/UpdateGatewayCommand.ts | 14 +-
.../src/commands/UpdatePortalCommand.ts | 14 +-
.../src/commands/UpdateProjectCommand.ts | 14 +-
clients/client-iotthingsgraph/package.json | 42 +-
.../commands/AssociateEntityToThingCommand.ts | 14 +-
.../src/commands/CreateFlowTemplateCommand.ts | 14 +-
.../commands/CreateSystemInstanceCommand.ts | 14 +-
.../commands/CreateSystemTemplateCommand.ts | 14 +-
.../src/commands/DeleteFlowTemplateCommand.ts | 14 +-
.../src/commands/DeleteNamespaceCommand.ts | 14 +-
.../commands/DeleteSystemInstanceCommand.ts | 14 +-
.../commands/DeleteSystemTemplateCommand.ts | 14 +-
.../commands/DeploySystemInstanceCommand.ts | 14 +-
.../commands/DeprecateFlowTemplateCommand.ts | 14 +-
.../DeprecateSystemTemplateCommand.ts | 14 +-
.../src/commands/DescribeNamespaceCommand.ts | 14 +-
.../DissociateEntityFromThingCommand.ts | 14 +-
.../src/commands/GetEntitiesCommand.ts | 14 +-
.../src/commands/GetFlowTemplateCommand.ts | 14 +-
.../GetFlowTemplateRevisionsCommand.ts | 14 +-
.../GetNamespaceDeletionStatusCommand.ts | 14 +-
.../src/commands/GetSystemInstanceCommand.ts | 14 +-
.../src/commands/GetSystemTemplateCommand.ts | 14 +-
.../GetSystemTemplateRevisionsCommand.ts | 14 +-
.../src/commands/GetUploadStatusCommand.ts | 14 +-
.../ListFlowExecutionMessagesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/SearchEntitiesCommand.ts | 14 +-
.../commands/SearchFlowExecutionsCommand.ts | 14 +-
.../commands/SearchFlowTemplatesCommand.ts | 14 +-
.../commands/SearchSystemInstancesCommand.ts | 14 +-
.../commands/SearchSystemTemplatesCommand.ts | 14 +-
.../src/commands/SearchThingsCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../commands/UndeploySystemInstanceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateFlowTemplateCommand.ts | 14 +-
.../commands/UpdateSystemTemplateCommand.ts | 14 +-
.../UploadEntityDefinitionsCommand.ts | 14 +-
clients/client-iottwinmaker/package.json | 42 +-
.../commands/BatchPutPropertyValuesCommand.ts | 14 +-
.../CancelMetadataTransferJobCommand.ts | 14 +-
.../commands/CreateComponentTypeCommand.ts | 14 +-
.../src/commands/CreateEntityCommand.ts | 14 +-
.../CreateMetadataTransferJobCommand.ts | 14 +-
.../src/commands/CreateSceneCommand.ts | 14 +-
.../src/commands/CreateSyncJobCommand.ts | 14 +-
.../src/commands/CreateWorkspaceCommand.ts | 14 +-
.../commands/DeleteComponentTypeCommand.ts | 14 +-
.../src/commands/DeleteEntityCommand.ts | 14 +-
.../src/commands/DeleteSceneCommand.ts | 14 +-
.../src/commands/DeleteSyncJobCommand.ts | 14 +-
.../src/commands/DeleteWorkspaceCommand.ts | 14 +-
.../src/commands/ExecuteQueryCommand.ts | 14 +-
.../src/commands/GetComponentTypeCommand.ts | 14 +-
.../src/commands/GetEntityCommand.ts | 14 +-
.../commands/GetMetadataTransferJobCommand.ts | 14 +-
.../src/commands/GetPricingPlanCommand.ts | 14 +-
.../src/commands/GetPropertyValueCommand.ts | 14 +-
.../GetPropertyValueHistoryCommand.ts | 14 +-
.../src/commands/GetSceneCommand.ts | 14 +-
.../src/commands/GetSyncJobCommand.ts | 14 +-
.../src/commands/GetWorkspaceCommand.ts | 14 +-
.../src/commands/ListComponentTypesCommand.ts | 14 +-
.../src/commands/ListComponentsCommand.ts | 14 +-
.../src/commands/ListEntitiesCommand.ts | 14 +-
.../ListMetadataTransferJobsCommand.ts | 14 +-
.../src/commands/ListPropertiesCommand.ts | 14 +-
.../src/commands/ListScenesCommand.ts | 14 +-
.../src/commands/ListSyncJobsCommand.ts | 14 +-
.../src/commands/ListSyncResourcesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListWorkspacesCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateComponentTypeCommand.ts | 14 +-
.../src/commands/UpdateEntityCommand.ts | 14 +-
.../src/commands/UpdatePricingPlanCommand.ts | 14 +-
.../src/commands/UpdateSceneCommand.ts | 14 +-
.../src/commands/UpdateWorkspaceCommand.ts | 14 +-
clients/client-ivs-realtime/package.json | 42 +-
.../CreateEncoderConfigurationCommand.ts | 14 +-
.../CreateIngestConfigurationCommand.ts | 14 +-
.../commands/CreateParticipantTokenCommand.ts | 14 +-
.../src/commands/CreateStageCommand.ts | 14 +-
.../CreateStorageConfigurationCommand.ts | 14 +-
.../DeleteEncoderConfigurationCommand.ts | 14 +-
.../DeleteIngestConfigurationCommand.ts | 14 +-
.../src/commands/DeletePublicKeyCommand.ts | 14 +-
.../src/commands/DeleteStageCommand.ts | 14 +-
.../DeleteStorageConfigurationCommand.ts | 14 +-
.../commands/DisconnectParticipantCommand.ts | 14 +-
.../src/commands/GetCompositionCommand.ts | 14 +-
.../GetEncoderConfigurationCommand.ts | 14 +-
.../commands/GetIngestConfigurationCommand.ts | 14 +-
.../src/commands/GetParticipantCommand.ts | 14 +-
.../src/commands/GetPublicKeyCommand.ts | 14 +-
.../src/commands/GetStageCommand.ts | 14 +-
.../src/commands/GetStageSessionCommand.ts | 14 +-
.../GetStorageConfigurationCommand.ts | 14 +-
.../src/commands/ImportPublicKeyCommand.ts | 14 +-
.../src/commands/ListCompositionsCommand.ts | 14 +-
.../ListEncoderConfigurationsCommand.ts | 14 +-
.../ListIngestConfigurationsCommand.ts | 14 +-
.../commands/ListParticipantEventsCommand.ts | 14 +-
.../src/commands/ListParticipantsCommand.ts | 14 +-
.../src/commands/ListPublicKeysCommand.ts | 14 +-
.../src/commands/ListStageSessionsCommand.ts | 14 +-
.../src/commands/ListStagesCommand.ts | 14 +-
.../ListStorageConfigurationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/StartCompositionCommand.ts | 14 +-
.../src/commands/StopCompositionCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateIngestConfigurationCommand.ts | 14 +-
.../src/commands/UpdateStageCommand.ts | 14 +-
clients/client-ivs/package.json | 42 +-
.../src/commands/BatchGetChannelCommand.ts | 14 +-
.../src/commands/BatchGetStreamKeyCommand.ts | 14 +-
...atchStartViewerSessionRevocationCommand.ts | 14 +-
.../src/commands/CreateChannelCommand.ts | 14 +-
.../CreatePlaybackRestrictionPolicyCommand.ts | 14 +-
.../CreateRecordingConfigurationCommand.ts | 14 +-
.../src/commands/CreateStreamKeyCommand.ts | 14 +-
.../src/commands/DeleteChannelCommand.ts | 14 +-
.../commands/DeletePlaybackKeyPairCommand.ts | 14 +-
.../DeletePlaybackRestrictionPolicyCommand.ts | 14 +-
.../DeleteRecordingConfigurationCommand.ts | 14 +-
.../src/commands/DeleteStreamKeyCommand.ts | 14 +-
.../src/commands/GetChannelCommand.ts | 14 +-
.../src/commands/GetPlaybackKeyPairCommand.ts | 14 +-
.../GetPlaybackRestrictionPolicyCommand.ts | 14 +-
.../GetRecordingConfigurationCommand.ts | 14 +-
.../src/commands/GetStreamCommand.ts | 14 +-
.../src/commands/GetStreamKeyCommand.ts | 14 +-
.../src/commands/GetStreamSessionCommand.ts | 14 +-
.../commands/ImportPlaybackKeyPairCommand.ts | 14 +-
.../src/commands/ListChannelsCommand.ts | 14 +-
.../commands/ListPlaybackKeyPairsCommand.ts | 14 +-
.../ListPlaybackRestrictionPoliciesCommand.ts | 14 +-
.../ListRecordingConfigurationsCommand.ts | 14 +-
.../src/commands/ListStreamKeysCommand.ts | 14 +-
.../src/commands/ListStreamSessionsCommand.ts | 14 +-
.../src/commands/ListStreamsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutMetadataCommand.ts | 14 +-
.../StartViewerSessionRevocationCommand.ts | 14 +-
.../src/commands/StopStreamCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateChannelCommand.ts | 14 +-
.../UpdatePlaybackRestrictionPolicyCommand.ts | 14 +-
clients/client-ivschat/package.json | 42 +-
.../src/commands/CreateChatTokenCommand.ts | 14 +-
.../CreateLoggingConfigurationCommand.ts | 14 +-
.../src/commands/CreateRoomCommand.ts | 14 +-
.../DeleteLoggingConfigurationCommand.ts | 14 +-
.../src/commands/DeleteMessageCommand.ts | 14 +-
.../src/commands/DeleteRoomCommand.ts | 14 +-
.../src/commands/DisconnectUserCommand.ts | 14 +-
.../GetLoggingConfigurationCommand.ts | 14 +-
.../src/commands/GetRoomCommand.ts | 14 +-
.../ListLoggingConfigurationsCommand.ts | 14 +-
.../src/commands/ListRoomsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/SendEventCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateLoggingConfigurationCommand.ts | 14 +-
.../src/commands/UpdateRoomCommand.ts | 14 +-
clients/client-kafka/package.json | 42 +-
.../BatchAssociateScramSecretCommand.ts | 14 +-
.../BatchDisassociateScramSecretCommand.ts | 14 +-
.../src/commands/CreateClusterCommand.ts | 14 +-
.../src/commands/CreateClusterV2Command.ts | 14 +-
.../commands/CreateConfigurationCommand.ts | 14 +-
.../src/commands/CreateReplicatorCommand.ts | 14 +-
.../commands/CreateVpcConnectionCommand.ts | 14 +-
.../src/commands/DeleteClusterCommand.ts | 14 +-
.../commands/DeleteClusterPolicyCommand.ts | 14 +-
.../commands/DeleteConfigurationCommand.ts | 14 +-
.../src/commands/DeleteReplicatorCommand.ts | 14 +-
.../commands/DeleteVpcConnectionCommand.ts | 14 +-
.../src/commands/DescribeClusterCommand.ts | 14 +-
.../DescribeClusterOperationCommand.ts | 14 +-
.../DescribeClusterOperationV2Command.ts | 14 +-
.../src/commands/DescribeClusterV2Command.ts | 14 +-
.../commands/DescribeConfigurationCommand.ts | 14 +-
.../DescribeConfigurationRevisionCommand.ts | 14 +-
.../src/commands/DescribeReplicatorCommand.ts | 14 +-
.../commands/DescribeVpcConnectionCommand.ts | 14 +-
.../commands/GetBootstrapBrokersCommand.ts | 14 +-
.../src/commands/GetClusterPolicyCommand.ts | 14 +-
.../GetCompatibleKafkaVersionsCommand.ts | 14 +-
.../ListClientVpcConnectionsCommand.ts | 14 +-
.../commands/ListClusterOperationsCommand.ts | 14 +-
.../ListClusterOperationsV2Command.ts | 14 +-
.../src/commands/ListClustersCommand.ts | 14 +-
.../src/commands/ListClustersV2Command.ts | 14 +-
.../ListConfigurationRevisionsCommand.ts | 14 +-
.../src/commands/ListConfigurationsCommand.ts | 14 +-
.../src/commands/ListKafkaVersionsCommand.ts | 14 +-
.../src/commands/ListNodesCommand.ts | 14 +-
.../src/commands/ListReplicatorsCommand.ts | 14 +-
.../src/commands/ListScramSecretsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListVpcConnectionsCommand.ts | 14 +-
.../src/commands/PutClusterPolicyCommand.ts | 14 +-
.../src/commands/RebootBrokerCommand.ts | 14 +-
.../RejectClientVpcConnectionCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateBrokerCountCommand.ts | 14 +-
.../commands/UpdateBrokerStorageCommand.ts | 14 +-
.../src/commands/UpdateBrokerTypeCommand.ts | 14 +-
.../UpdateClusterConfigurationCommand.ts | 14 +-
.../UpdateClusterKafkaVersionCommand.ts | 14 +-
.../commands/UpdateConfigurationCommand.ts | 14 +-
.../src/commands/UpdateConnectivityCommand.ts | 14 +-
.../src/commands/UpdateMonitoringCommand.ts | 14 +-
.../commands/UpdateReplicationInfoCommand.ts | 14 +-
.../src/commands/UpdateSecurityCommand.ts | 14 +-
.../src/commands/UpdateStorageCommand.ts | 14 +-
clients/client-kafkaconnect/package.json | 42 +-
.../src/commands/CreateConnectorCommand.ts | 14 +-
.../src/commands/CreateCustomPluginCommand.ts | 14 +-
.../CreateWorkerConfigurationCommand.ts | 14 +-
.../src/commands/DeleteConnectorCommand.ts | 14 +-
.../src/commands/DeleteCustomPluginCommand.ts | 14 +-
.../DeleteWorkerConfigurationCommand.ts | 14 +-
.../src/commands/DescribeConnectorCommand.ts | 14 +-
.../commands/DescribeCustomPluginCommand.ts | 14 +-
.../DescribeWorkerConfigurationCommand.ts | 14 +-
.../src/commands/ListConnectorsCommand.ts | 14 +-
.../src/commands/ListCustomPluginsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../ListWorkerConfigurationsCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateConnectorCommand.ts | 14 +-
clients/client-kendra-ranking/package.json | 42 +-
.../CreateRescoreExecutionPlanCommand.ts | 14 +-
.../DeleteRescoreExecutionPlanCommand.ts | 14 +-
.../DescribeRescoreExecutionPlanCommand.ts | 14 +-
.../ListRescoreExecutionPlansCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/RescoreCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateRescoreExecutionPlanCommand.ts | 14 +-
clients/client-kendra/package.json | 42 +-
.../AssociateEntitiesToExperienceCommand.ts | 14 +-
.../AssociatePersonasToEntitiesCommand.ts | 14 +-
.../commands/BatchDeleteDocumentCommand.ts | 14 +-
.../BatchDeleteFeaturedResultsSetCommand.ts | 14 +-
.../commands/BatchGetDocumentStatusCommand.ts | 14 +-
.../src/commands/BatchPutDocumentCommand.ts | 14 +-
.../commands/ClearQuerySuggestionsCommand.ts | 14 +-
...CreateAccessControlConfigurationCommand.ts | 14 +-
.../src/commands/CreateDataSourceCommand.ts | 14 +-
.../src/commands/CreateExperienceCommand.ts | 14 +-
.../src/commands/CreateFaqCommand.ts | 14 +-
.../CreateFeaturedResultsSetCommand.ts | 14 +-
.../src/commands/CreateIndexCommand.ts | 14 +-
.../CreateQuerySuggestionsBlockListCommand.ts | 14 +-
.../src/commands/CreateThesaurusCommand.ts | 14 +-
...DeleteAccessControlConfigurationCommand.ts | 14 +-
.../src/commands/DeleteDataSourceCommand.ts | 14 +-
.../src/commands/DeleteExperienceCommand.ts | 14 +-
.../src/commands/DeleteFaqCommand.ts | 14 +-
.../src/commands/DeleteIndexCommand.ts | 14 +-
.../commands/DeletePrincipalMappingCommand.ts | 14 +-
.../DeleteQuerySuggestionsBlockListCommand.ts | 14 +-
.../src/commands/DeleteThesaurusCommand.ts | 14 +-
...scribeAccessControlConfigurationCommand.ts | 14 +-
.../src/commands/DescribeDataSourceCommand.ts | 14 +-
.../src/commands/DescribeExperienceCommand.ts | 14 +-
.../src/commands/DescribeFaqCommand.ts | 14 +-
.../DescribeFeaturedResultsSetCommand.ts | 14 +-
.../src/commands/DescribeIndexCommand.ts | 14 +-
.../DescribePrincipalMappingCommand.ts | 14 +-
...escribeQuerySuggestionsBlockListCommand.ts | 14 +-
.../DescribeQuerySuggestionsConfigCommand.ts | 14 +-
.../src/commands/DescribeThesaurusCommand.ts | 14 +-
...sassociateEntitiesFromExperienceCommand.ts | 14 +-
...DisassociatePersonasFromEntitiesCommand.ts | 14 +-
.../commands/GetQuerySuggestionsCommand.ts | 14 +-
.../src/commands/GetSnapshotsCommand.ts | 14 +-
.../ListAccessControlConfigurationsCommand.ts | 14 +-
.../commands/ListDataSourceSyncJobsCommand.ts | 14 +-
.../src/commands/ListDataSourcesCommand.ts | 14 +-
.../src/commands/ListEntityPersonasCommand.ts | 14 +-
.../commands/ListExperienceEntitiesCommand.ts | 14 +-
.../src/commands/ListExperiencesCommand.ts | 14 +-
.../src/commands/ListFaqsCommand.ts | 14 +-
.../ListFeaturedResultsSetsCommand.ts | 14 +-
.../ListGroupsOlderThanOrderingIdCommand.ts | 14 +-
.../src/commands/ListIndicesCommand.ts | 14 +-
.../ListQuerySuggestionsBlockListsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListThesauriCommand.ts | 14 +-
.../commands/PutPrincipalMappingCommand.ts | 14 +-
.../src/commands/QueryCommand.ts | 14 +-
.../src/commands/RetrieveCommand.ts | 14 +-
.../commands/StartDataSourceSyncJobCommand.ts | 14 +-
.../commands/StopDataSourceSyncJobCommand.ts | 14 +-
.../src/commands/SubmitFeedbackCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
...UpdateAccessControlConfigurationCommand.ts | 14 +-
.../src/commands/UpdateDataSourceCommand.ts | 14 +-
.../src/commands/UpdateExperienceCommand.ts | 14 +-
.../UpdateFeaturedResultsSetCommand.ts | 14 +-
.../src/commands/UpdateIndexCommand.ts | 14 +-
.../UpdateQuerySuggestionsBlockListCommand.ts | 14 +-
.../UpdateQuerySuggestionsConfigCommand.ts | 14 +-
.../src/commands/UpdateThesaurusCommand.ts | 14 +-
clients/client-keyspaces/package.json | 42 +-
.../src/commands/CreateKeyspaceCommand.ts | 14 +-
.../src/commands/CreateTableCommand.ts | 14 +-
.../src/commands/DeleteKeyspaceCommand.ts | 14 +-
.../src/commands/DeleteTableCommand.ts | 14 +-
.../src/commands/GetKeyspaceCommand.ts | 14 +-
.../GetTableAutoScalingSettingsCommand.ts | 14 +-
.../src/commands/GetTableCommand.ts | 14 +-
.../src/commands/ListKeyspacesCommand.ts | 14 +-
.../src/commands/ListTablesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/RestoreTableCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateTableCommand.ts | 14 +-
.../client-kinesis-analytics-v2/package.json | 42 +-
...plicationCloudWatchLoggingOptionCommand.ts | 14 +-
.../commands/AddApplicationInputCommand.ts | 14 +-
...tionInputProcessingConfigurationCommand.ts | 14 +-
.../commands/AddApplicationOutputCommand.ts | 14 +-
...ddApplicationReferenceDataSourceCommand.ts | 14 +-
.../AddApplicationVpcConfigurationCommand.ts | 14 +-
.../src/commands/CreateApplicationCommand.ts | 14 +-
.../CreateApplicationPresignedUrlCommand.ts | 14 +-
.../CreateApplicationSnapshotCommand.ts | 14 +-
...plicationCloudWatchLoggingOptionCommand.ts | 14 +-
.../src/commands/DeleteApplicationCommand.ts | 14 +-
...tionInputProcessingConfigurationCommand.ts | 14 +-
.../DeleteApplicationOutputCommand.ts | 14 +-
...teApplicationReferenceDataSourceCommand.ts | 14 +-
.../DeleteApplicationSnapshotCommand.ts | 14 +-
...eleteApplicationVpcConfigurationCommand.ts | 14 +-
.../commands/DescribeApplicationCommand.ts | 14 +-
.../DescribeApplicationOperationCommand.ts | 14 +-
.../DescribeApplicationSnapshotCommand.ts | 14 +-
.../DescribeApplicationVersionCommand.ts | 14 +-
.../commands/DiscoverInputSchemaCommand.ts | 14 +-
.../ListApplicationOperationsCommand.ts | 14 +-
.../ListApplicationSnapshotsCommand.ts | 14 +-
.../ListApplicationVersionsCommand.ts | 14 +-
.../src/commands/ListApplicationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/RollbackApplicationCommand.ts | 14 +-
.../src/commands/StartApplicationCommand.ts | 14 +-
.../src/commands/StopApplicationCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateApplicationCommand.ts | 14 +-
...licationMaintenanceConfigurationCommand.ts | 14 +-
clients/client-kinesis-analytics/package.json | 42 +-
...plicationCloudWatchLoggingOptionCommand.ts | 14 +-
.../commands/AddApplicationInputCommand.ts | 14 +-
...tionInputProcessingConfigurationCommand.ts | 14 +-
.../commands/AddApplicationOutputCommand.ts | 14 +-
...ddApplicationReferenceDataSourceCommand.ts | 14 +-
.../src/commands/CreateApplicationCommand.ts | 14 +-
...plicationCloudWatchLoggingOptionCommand.ts | 14 +-
.../src/commands/DeleteApplicationCommand.ts | 14 +-
...tionInputProcessingConfigurationCommand.ts | 14 +-
.../DeleteApplicationOutputCommand.ts | 14 +-
...teApplicationReferenceDataSourceCommand.ts | 14 +-
.../commands/DescribeApplicationCommand.ts | 14 +-
.../commands/DiscoverInputSchemaCommand.ts | 14 +-
.../src/commands/ListApplicationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/StartApplicationCommand.ts | 14 +-
.../src/commands/StopApplicationCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateApplicationCommand.ts | 14 +-
.../package.json | 44 +-
.../src/commands/GetClipCommand.ts | 14 +-
.../GetDASHStreamingSessionURLCommand.ts | 14 +-
.../GetHLSStreamingSessionURLCommand.ts | 14 +-
.../src/commands/GetImagesCommand.ts | 14 +-
.../GetMediaForFragmentListCommand.ts | 14 +-
.../src/commands/ListFragmentsCommand.ts | 14 +-
.../client-kinesis-video-media/package.json | 44 +-
.../src/commands/GetMediaCommand.ts | 14 +-
.../package.json | 42 +-
.../src/commands/GetIceServerConfigCommand.ts | 14 +-
.../commands/SendAlexaOfferToMasterCommand.ts | 14 +-
.../package.json | 42 +-
.../JoinStorageSessionAsViewerCommand.ts | 14 +-
.../src/commands/JoinStorageSessionCommand.ts | 14 +-
clients/client-kinesis-video/package.json | 42 +-
.../commands/CreateSignalingChannelCommand.ts | 14 +-
.../src/commands/CreateStreamCommand.ts | 14 +-
.../DeleteEdgeConfigurationCommand.ts | 14 +-
.../commands/DeleteSignalingChannelCommand.ts | 14 +-
.../src/commands/DeleteStreamCommand.ts | 14 +-
.../DescribeEdgeConfigurationCommand.ts | 14 +-
...ribeImageGenerationConfigurationCommand.ts | 14 +-
...cribeMappedResourceConfigurationCommand.ts | 14 +-
...escribeMediaStorageConfigurationCommand.ts | 14 +-
...escribeNotificationConfigurationCommand.ts | 14 +-
.../DescribeSignalingChannelCommand.ts | 14 +-
.../src/commands/DescribeStreamCommand.ts | 14 +-
.../src/commands/GetDataEndpointCommand.ts | 14 +-
.../GetSignalingChannelEndpointCommand.ts | 14 +-
.../ListEdgeAgentConfigurationsCommand.ts | 14 +-
.../commands/ListSignalingChannelsCommand.ts | 14 +-
.../src/commands/ListStreamsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListTagsForStreamCommand.ts | 14 +-
.../StartEdgeConfigurationUpdateCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/TagStreamCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UntagStreamCommand.ts | 14 +-
.../commands/UpdateDataRetentionCommand.ts | 14 +-
...dateImageGenerationConfigurationCommand.ts | 14 +-
.../UpdateMediaStorageConfigurationCommand.ts | 14 +-
.../UpdateNotificationConfigurationCommand.ts | 14 +-
.../commands/UpdateSignalingChannelCommand.ts | 14 +-
.../src/commands/UpdateStreamCommand.ts | 14 +-
clients/client-kinesis/package.json | 50 +-
.../src/commands/AddTagsToStreamCommand.ts | 14 +-
.../src/commands/CreateStreamCommand.ts | 14 +-
.../DecreaseStreamRetentionPeriodCommand.ts | 14 +-
.../commands/DeleteResourcePolicyCommand.ts | 14 +-
.../src/commands/DeleteStreamCommand.ts | 14 +-
.../DeregisterStreamConsumerCommand.ts | 14 +-
.../src/commands/DescribeLimitsCommand.ts | 14 +-
.../src/commands/DescribeStreamCommand.ts | 14 +-
.../commands/DescribeStreamConsumerCommand.ts | 14 +-
.../commands/DescribeStreamSummaryCommand.ts | 14 +-
.../DisableEnhancedMonitoringCommand.ts | 14 +-
.../EnableEnhancedMonitoringCommand.ts | 14 +-
.../src/commands/GetRecordsCommand.ts | 14 +-
.../src/commands/GetResourcePolicyCommand.ts | 14 +-
.../src/commands/GetShardIteratorCommand.ts | 14 +-
.../IncreaseStreamRetentionPeriodCommand.ts | 14 +-
.../src/commands/ListShardsCommand.ts | 14 +-
.../commands/ListStreamConsumersCommand.ts | 14 +-
.../src/commands/ListStreamsCommand.ts | 14 +-
.../src/commands/ListTagsForStreamCommand.ts | 14 +-
.../src/commands/MergeShardsCommand.ts | 14 +-
.../src/commands/PutRecordCommand.ts | 14 +-
.../src/commands/PutRecordsCommand.ts | 14 +-
.../src/commands/PutResourcePolicyCommand.ts | 14 +-
.../commands/RegisterStreamConsumerCommand.ts | 14 +-
.../commands/RemoveTagsFromStreamCommand.ts | 14 +-
.../src/commands/SplitShardCommand.ts | 14 +-
.../commands/StartStreamEncryptionCommand.ts | 14 +-
.../commands/StopStreamEncryptionCommand.ts | 14 +-
.../src/commands/SubscribeToShardCommand.ts | 14 +-
.../src/commands/UpdateShardCountCommand.ts | 14 +-
.../src/commands/UpdateStreamModeCommand.ts | 14 +-
clients/client-kms/package.json | 42 +-
.../src/commands/CancelKeyDeletionCommand.ts | 14 +-
.../commands/ConnectCustomKeyStoreCommand.ts | 14 +-
.../src/commands/CreateAliasCommand.ts | 14 +-
.../commands/CreateCustomKeyStoreCommand.ts | 14 +-
.../src/commands/CreateGrantCommand.ts | 14 +-
.../src/commands/CreateKeyCommand.ts | 14 +-
.../client-kms/src/commands/DecryptCommand.ts | 14 +-
.../src/commands/DeleteAliasCommand.ts | 14 +-
.../commands/DeleteCustomKeyStoreCommand.ts | 14 +-
.../DeleteImportedKeyMaterialCommand.ts | 14 +-
.../src/commands/DeriveSharedSecretCommand.ts | 14 +-
.../DescribeCustomKeyStoresCommand.ts | 14 +-
.../src/commands/DescribeKeyCommand.ts | 14 +-
.../src/commands/DisableKeyCommand.ts | 14 +-
.../src/commands/DisableKeyRotationCommand.ts | 14 +-
.../DisconnectCustomKeyStoreCommand.ts | 14 +-
.../src/commands/EnableKeyCommand.ts | 14 +-
.../src/commands/EnableKeyRotationCommand.ts | 14 +-
.../client-kms/src/commands/EncryptCommand.ts | 14 +-
.../src/commands/GenerateDataKeyCommand.ts | 14 +-
.../commands/GenerateDataKeyPairCommand.ts | 14 +-
...erateDataKeyPairWithoutPlaintextCommand.ts | 14 +-
.../GenerateDataKeyWithoutPlaintextCommand.ts | 14 +-
.../src/commands/GenerateMacCommand.ts | 14 +-
.../src/commands/GenerateRandomCommand.ts | 14 +-
.../src/commands/GetKeyPolicyCommand.ts | 14 +-
.../commands/GetKeyRotationStatusCommand.ts | 14 +-
.../commands/GetParametersForImportCommand.ts | 14 +-
.../src/commands/GetPublicKeyCommand.ts | 14 +-
.../src/commands/ImportKeyMaterialCommand.ts | 14 +-
.../src/commands/ListAliasesCommand.ts | 14 +-
.../src/commands/ListGrantsCommand.ts | 14 +-
.../src/commands/ListKeyPoliciesCommand.ts | 14 +-
.../src/commands/ListKeyRotationsCommand.ts | 14 +-
.../src/commands/ListKeysCommand.ts | 14 +-
.../src/commands/ListResourceTagsCommand.ts | 14 +-
.../commands/ListRetirableGrantsCommand.ts | 14 +-
.../src/commands/PutKeyPolicyCommand.ts | 14 +-
.../src/commands/ReEncryptCommand.ts | 14 +-
.../src/commands/ReplicateKeyCommand.ts | 14 +-
.../src/commands/RetireGrantCommand.ts | 14 +-
.../src/commands/RevokeGrantCommand.ts | 14 +-
.../src/commands/RotateKeyOnDemandCommand.ts | 14 +-
.../commands/ScheduleKeyDeletionCommand.ts | 14 +-
.../client-kms/src/commands/SignCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAliasCommand.ts | 14 +-
.../commands/UpdateCustomKeyStoreCommand.ts | 14 +-
.../commands/UpdateKeyDescriptionCommand.ts | 14 +-
.../commands/UpdatePrimaryRegionCommand.ts | 14 +-
.../client-kms/src/commands/VerifyCommand.ts | 14 +-
.../src/commands/VerifyMacCommand.ts | 14 +-
clients/client-lakeformation/package.json | 44 +-
.../commands/AddLFTagsToResourceCommand.ts | 14 +-
.../AssumeDecoratedRoleWithSAMLCommand.ts | 14 +-
.../commands/BatchGrantPermissionsCommand.ts | 14 +-
.../commands/BatchRevokePermissionsCommand.ts | 14 +-
.../src/commands/CancelTransactionCommand.ts | 14 +-
.../src/commands/CommitTransactionCommand.ts | 14 +-
.../commands/CreateDataCellsFilterCommand.ts | 14 +-
.../src/commands/CreateLFTagCommand.ts | 14 +-
...ationIdentityCenterConfigurationCommand.ts | 14 +-
.../CreateLakeFormationOptInCommand.ts | 14 +-
.../commands/DeleteDataCellsFilterCommand.ts | 14 +-
.../src/commands/DeleteLFTagCommand.ts | 14 +-
...ationIdentityCenterConfigurationCommand.ts | 14 +-
.../DeleteLakeFormationOptInCommand.ts | 14 +-
.../commands/DeleteObjectsOnCancelCommand.ts | 14 +-
.../src/commands/DeregisterResourceCommand.ts | 14 +-
...ationIdentityCenterConfigurationCommand.ts | 14 +-
.../src/commands/DescribeResourceCommand.ts | 14 +-
.../commands/DescribeTransactionCommand.ts | 14 +-
.../src/commands/ExtendTransactionCommand.ts | 14 +-
.../src/commands/GetDataCellsFilterCommand.ts | 14 +-
.../commands/GetDataLakePrincipalCommand.ts | 14 +-
.../commands/GetDataLakeSettingsCommand.ts | 14 +-
.../GetEffectivePermissionsForPathCommand.ts | 14 +-
.../src/commands/GetLFTagCommand.ts | 14 +-
.../src/commands/GetQueryStateCommand.ts | 14 +-
.../src/commands/GetQueryStatisticsCommand.ts | 14 +-
.../src/commands/GetResourceLFTagsCommand.ts | 14 +-
.../src/commands/GetTableObjectsCommand.ts | 14 +-
...emporaryGluePartitionCredentialsCommand.ts | 14 +-
...GetTemporaryGlueTableCredentialsCommand.ts | 14 +-
.../src/commands/GetWorkUnitResultsCommand.ts | 14 +-
.../src/commands/GetWorkUnitsCommand.ts | 14 +-
.../src/commands/GrantPermissionsCommand.ts | 14 +-
.../commands/ListDataCellsFilterCommand.ts | 14 +-
.../src/commands/ListLFTagsCommand.ts | 14 +-
.../ListLakeFormationOptInsCommand.ts | 14 +-
.../src/commands/ListPermissionsCommand.ts | 14 +-
.../src/commands/ListResourcesCommand.ts | 14 +-
.../ListTableStorageOptimizersCommand.ts | 14 +-
.../src/commands/ListTransactionsCommand.ts | 14 +-
.../commands/PutDataLakeSettingsCommand.ts | 14 +-
.../src/commands/RegisterResourceCommand.ts | 14 +-
.../RemoveLFTagsFromResourceCommand.ts | 14 +-
.../src/commands/RevokePermissionsCommand.ts | 14 +-
.../SearchDatabasesByLFTagsCommand.ts | 14 +-
.../commands/SearchTablesByLFTagsCommand.ts | 14 +-
.../src/commands/StartQueryPlanningCommand.ts | 14 +-
.../src/commands/StartTransactionCommand.ts | 14 +-
.../commands/UpdateDataCellsFilterCommand.ts | 14 +-
.../src/commands/UpdateLFTagCommand.ts | 14 +-
...ationIdentityCenterConfigurationCommand.ts | 14 +-
.../src/commands/UpdateResourceCommand.ts | 14 +-
.../src/commands/UpdateTableObjectsCommand.ts | 14 +-
.../UpdateTableStorageOptimizerCommand.ts | 14 +-
clients/client-lambda/package.json | 52 +-
.../AddLayerVersionPermissionCommand.ts | 14 +-
.../src/commands/AddPermissionCommand.ts | 14 +-
.../src/commands/CreateAliasCommand.ts | 14 +-
.../CreateCodeSigningConfigCommand.ts | 14 +-
.../CreateEventSourceMappingCommand.ts | 14 +-
.../src/commands/CreateFunctionCommand.ts | 14 +-
.../CreateFunctionUrlConfigCommand.ts | 14 +-
.../src/commands/DeleteAliasCommand.ts | 14 +-
.../DeleteCodeSigningConfigCommand.ts | 14 +-
.../DeleteEventSourceMappingCommand.ts | 14 +-
.../DeleteFunctionCodeSigningConfigCommand.ts | 14 +-
.../src/commands/DeleteFunctionCommand.ts | 14 +-
.../DeleteFunctionConcurrencyCommand.ts | 14 +-
.../DeleteFunctionEventInvokeConfigCommand.ts | 14 +-
.../DeleteFunctionUrlConfigCommand.ts | 14 +-
.../src/commands/DeleteLayerVersionCommand.ts | 14 +-
...leteProvisionedConcurrencyConfigCommand.ts | 14 +-
.../commands/DeleteResourcePolicyCommand.ts | 14 +-
.../src/commands/GetAccountSettingsCommand.ts | 14 +-
.../src/commands/GetAliasCommand.ts | 14 +-
.../commands/GetCodeSigningConfigCommand.ts | 14 +-
.../commands/GetEventSourceMappingCommand.ts | 14 +-
.../GetFunctionCodeSigningConfigCommand.ts | 14 +-
.../src/commands/GetFunctionCommand.ts | 14 +-
.../commands/GetFunctionConcurrencyCommand.ts | 14 +-
.../GetFunctionConfigurationCommand.ts | 14 +-
.../GetFunctionEventInvokeConfigCommand.ts | 14 +-
.../GetFunctionRecursionConfigCommand.ts | 14 +-
.../commands/GetFunctionUrlConfigCommand.ts | 14 +-
.../commands/GetLayerVersionByArnCommand.ts | 14 +-
.../src/commands/GetLayerVersionCommand.ts | 14 +-
.../commands/GetLayerVersionPolicyCommand.ts | 14 +-
.../src/commands/GetPolicyCommand.ts | 14 +-
.../GetProvisionedConcurrencyConfigCommand.ts | 14 +-
.../GetPublicAccessBlockConfigCommand.ts | 14 +-
.../src/commands/GetResourcePolicyCommand.ts | 14 +-
.../GetRuntimeManagementConfigCommand.ts | 14 +-
.../src/commands/InvokeAsyncCommand.ts | 14 +-
.../src/commands/InvokeCommand.ts | 14 +-
.../InvokeWithResponseStreamCommand.ts | 14 +-
.../src/commands/ListAliasesCommand.ts | 14 +-
.../commands/ListCodeSigningConfigsCommand.ts | 14 +-
.../ListEventSourceMappingsCommand.ts | 14 +-
.../ListFunctionEventInvokeConfigsCommand.ts | 14 +-
.../commands/ListFunctionUrlConfigsCommand.ts | 14 +-
...ListFunctionsByCodeSigningConfigCommand.ts | 14 +-
.../src/commands/ListFunctionsCommand.ts | 14 +-
.../src/commands/ListLayerVersionsCommand.ts | 14 +-
.../src/commands/ListLayersCommand.ts | 14 +-
...istProvisionedConcurrencyConfigsCommand.ts | 14 +-
.../src/commands/ListTagsCommand.ts | 14 +-
.../commands/ListVersionsByFunctionCommand.ts | 14 +-
.../commands/PublishLayerVersionCommand.ts | 14 +-
.../src/commands/PublishVersionCommand.ts | 14 +-
.../PutFunctionCodeSigningConfigCommand.ts | 14 +-
.../commands/PutFunctionConcurrencyCommand.ts | 14 +-
.../PutFunctionEventInvokeConfigCommand.ts | 14 +-
.../PutFunctionRecursionConfigCommand.ts | 14 +-
.../PutProvisionedConcurrencyConfigCommand.ts | 14 +-
.../PutPublicAccessBlockConfigCommand.ts | 14 +-
.../src/commands/PutResourcePolicyCommand.ts | 14 +-
.../PutRuntimeManagementConfigCommand.ts | 14 +-
.../RemoveLayerVersionPermissionCommand.ts | 14 +-
.../src/commands/RemovePermissionCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAliasCommand.ts | 14 +-
.../UpdateCodeSigningConfigCommand.ts | 14 +-
.../UpdateEventSourceMappingCommand.ts | 14 +-
.../src/commands/UpdateFunctionCodeCommand.ts | 14 +-
.../UpdateFunctionConfigurationCommand.ts | 14 +-
.../UpdateFunctionEventInvokeConfigCommand.ts | 14 +-
.../UpdateFunctionUrlConfigCommand.ts | 14 +-
clients/client-launch-wizard/package.json | 42 +-
.../src/commands/CreateDeploymentCommand.ts | 14 +-
.../src/commands/DeleteDeploymentCommand.ts | 14 +-
.../src/commands/GetDeploymentCommand.ts | 14 +-
.../src/commands/GetWorkloadCommand.ts | 14 +-
.../GetWorkloadDeploymentPatternCommand.ts | 14 +-
.../commands/ListDeploymentEventsCommand.ts | 14 +-
.../src/commands/ListDeploymentsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../ListWorkloadDeploymentPatternsCommand.ts | 14 +-
.../src/commands/ListWorkloadsCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../package.json | 42 +-
.../src/commands/CreateBotVersionCommand.ts | 14 +-
.../commands/CreateIntentVersionCommand.ts | 14 +-
.../commands/CreateSlotTypeVersionCommand.ts | 14 +-
.../src/commands/DeleteBotAliasCommand.ts | 14 +-
.../DeleteBotChannelAssociationCommand.ts | 14 +-
.../src/commands/DeleteBotCommand.ts | 14 +-
.../src/commands/DeleteBotVersionCommand.ts | 14 +-
.../src/commands/DeleteIntentCommand.ts | 14 +-
.../commands/DeleteIntentVersionCommand.ts | 14 +-
.../src/commands/DeleteSlotTypeCommand.ts | 14 +-
.../commands/DeleteSlotTypeVersionCommand.ts | 14 +-
.../src/commands/DeleteUtterancesCommand.ts | 14 +-
.../src/commands/GetBotAliasCommand.ts | 14 +-
.../src/commands/GetBotAliasesCommand.ts | 14 +-
.../GetBotChannelAssociationCommand.ts | 14 +-
.../GetBotChannelAssociationsCommand.ts | 14 +-
.../src/commands/GetBotCommand.ts | 14 +-
.../src/commands/GetBotVersionsCommand.ts | 14 +-
.../src/commands/GetBotsCommand.ts | 14 +-
.../src/commands/GetBuiltinIntentCommand.ts | 14 +-
.../src/commands/GetBuiltinIntentsCommand.ts | 14 +-
.../commands/GetBuiltinSlotTypesCommand.ts | 14 +-
.../src/commands/GetExportCommand.ts | 14 +-
.../src/commands/GetImportCommand.ts | 14 +-
.../src/commands/GetIntentCommand.ts | 14 +-
.../src/commands/GetIntentVersionsCommand.ts | 14 +-
.../src/commands/GetIntentsCommand.ts | 14 +-
.../src/commands/GetMigrationCommand.ts | 14 +-
.../src/commands/GetMigrationsCommand.ts | 14 +-
.../src/commands/GetSlotTypeCommand.ts | 14 +-
.../commands/GetSlotTypeVersionsCommand.ts | 14 +-
.../src/commands/GetSlotTypesCommand.ts | 14 +-
.../src/commands/GetUtterancesViewCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutBotAliasCommand.ts | 14 +-
.../src/commands/PutBotCommand.ts | 14 +-
.../src/commands/PutIntentCommand.ts | 14 +-
.../src/commands/PutSlotTypeCommand.ts | 14 +-
.../src/commands/StartImportCommand.ts | 14 +-
.../src/commands/StartMigrationCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
clients/client-lex-models-v2/package.json | 44 +-
.../BatchCreateCustomVocabularyItemCommand.ts | 14 +-
.../BatchDeleteCustomVocabularyItemCommand.ts | 14 +-
.../BatchUpdateCustomVocabularyItemCommand.ts | 14 +-
.../src/commands/BuildBotLocaleCommand.ts | 14 +-
.../src/commands/CreateBotAliasCommand.ts | 14 +-
.../src/commands/CreateBotCommand.ts | 14 +-
.../src/commands/CreateBotLocaleCommand.ts | 14 +-
.../src/commands/CreateBotReplicaCommand.ts | 14 +-
.../src/commands/CreateBotVersionCommand.ts | 14 +-
.../src/commands/CreateExportCommand.ts | 14 +-
.../src/commands/CreateIntentCommand.ts | 14 +-
.../commands/CreateResourcePolicyCommand.ts | 14 +-
.../CreateResourcePolicyStatementCommand.ts | 14 +-
.../src/commands/CreateSlotCommand.ts | 14 +-
.../src/commands/CreateSlotTypeCommand.ts | 14 +-
.../CreateTestSetDiscrepancyReportCommand.ts | 14 +-
.../src/commands/CreateUploadUrlCommand.ts | 14 +-
.../src/commands/DeleteBotAliasCommand.ts | 14 +-
.../src/commands/DeleteBotCommand.ts | 14 +-
.../src/commands/DeleteBotLocaleCommand.ts | 14 +-
.../src/commands/DeleteBotReplicaCommand.ts | 14 +-
.../src/commands/DeleteBotVersionCommand.ts | 14 +-
.../commands/DeleteCustomVocabularyCommand.ts | 14 +-
.../src/commands/DeleteExportCommand.ts | 14 +-
.../src/commands/DeleteImportCommand.ts | 14 +-
.../src/commands/DeleteIntentCommand.ts | 14 +-
.../commands/DeleteResourcePolicyCommand.ts | 14 +-
.../DeleteResourcePolicyStatementCommand.ts | 14 +-
.../src/commands/DeleteSlotCommand.ts | 14 +-
.../src/commands/DeleteSlotTypeCommand.ts | 14 +-
.../src/commands/DeleteTestSetCommand.ts | 14 +-
.../src/commands/DeleteUtterancesCommand.ts | 14 +-
.../src/commands/DescribeBotAliasCommand.ts | 14 +-
.../src/commands/DescribeBotCommand.ts | 14 +-
.../src/commands/DescribeBotLocaleCommand.ts | 14 +-
.../DescribeBotRecommendationCommand.ts | 14 +-
.../src/commands/DescribeBotReplicaCommand.ts | 14 +-
.../DescribeBotResourceGenerationCommand.ts | 14 +-
.../src/commands/DescribeBotVersionCommand.ts | 14 +-
...DescribeCustomVocabularyMetadataCommand.ts | 14 +-
.../src/commands/DescribeExportCommand.ts | 14 +-
.../src/commands/DescribeImportCommand.ts | 14 +-
.../src/commands/DescribeIntentCommand.ts | 14 +-
.../commands/DescribeResourcePolicyCommand.ts | 14 +-
.../src/commands/DescribeSlotCommand.ts | 14 +-
.../src/commands/DescribeSlotTypeCommand.ts | 14 +-
.../commands/DescribeTestExecutionCommand.ts | 14 +-
.../src/commands/DescribeTestSetCommand.ts | 14 +-
...DescribeTestSetDiscrepancyReportCommand.ts | 14 +-
.../DescribeTestSetGenerationCommand.ts | 14 +-
.../src/commands/GenerateBotElementCommand.ts | 14 +-
.../GetTestExecutionArtifactsUrlCommand.ts | 14 +-
.../ListAggregatedUtterancesCommand.ts | 14 +-
.../commands/ListBotAliasReplicasCommand.ts | 14 +-
.../src/commands/ListBotAliasesCommand.ts | 14 +-
.../src/commands/ListBotLocalesCommand.ts | 14 +-
.../commands/ListBotRecommendationsCommand.ts | 14 +-
.../src/commands/ListBotReplicasCommand.ts | 14 +-
.../ListBotResourceGenerationsCommand.ts | 14 +-
.../commands/ListBotVersionReplicasCommand.ts | 14 +-
.../src/commands/ListBotVersionsCommand.ts | 14 +-
.../src/commands/ListBotsCommand.ts | 14 +-
.../src/commands/ListBuiltInIntentsCommand.ts | 14 +-
.../commands/ListBuiltInSlotTypesCommand.ts | 14 +-
.../ListCustomVocabularyItemsCommand.ts | 14 +-
.../src/commands/ListExportsCommand.ts | 14 +-
.../src/commands/ListImportsCommand.ts | 14 +-
.../src/commands/ListIntentMetricsCommand.ts | 14 +-
.../src/commands/ListIntentPathsCommand.ts | 14 +-
.../commands/ListIntentStageMetricsCommand.ts | 14 +-
.../src/commands/ListIntentsCommand.ts | 14 +-
.../commands/ListRecommendedIntentsCommand.ts | 14 +-
.../ListSessionAnalyticsDataCommand.ts | 14 +-
.../src/commands/ListSessionMetricsCommand.ts | 14 +-
.../src/commands/ListSlotTypesCommand.ts | 14 +-
.../src/commands/ListSlotsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../ListTestExecutionResultItemsCommand.ts | 14 +-
.../src/commands/ListTestExecutionsCommand.ts | 14 +-
.../src/commands/ListTestSetRecordsCommand.ts | 14 +-
.../src/commands/ListTestSetsCommand.ts | 14 +-
.../ListUtteranceAnalyticsDataCommand.ts | 14 +-
.../commands/ListUtteranceMetricsCommand.ts | 14 +-
.../SearchAssociatedTranscriptsCommand.ts | 14 +-
.../commands/StartBotRecommendationCommand.ts | 14 +-
.../StartBotResourceGenerationCommand.ts | 14 +-
.../src/commands/StartImportCommand.ts | 14 +-
.../src/commands/StartTestExecutionCommand.ts | 14 +-
.../commands/StartTestSetGenerationCommand.ts | 14 +-
.../commands/StopBotRecommendationCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateBotAliasCommand.ts | 14 +-
.../src/commands/UpdateBotCommand.ts | 14 +-
.../src/commands/UpdateBotLocaleCommand.ts | 14 +-
.../UpdateBotRecommendationCommand.ts | 14 +-
.../src/commands/UpdateExportCommand.ts | 14 +-
.../src/commands/UpdateIntentCommand.ts | 14 +-
.../commands/UpdateResourcePolicyCommand.ts | 14 +-
.../src/commands/UpdateSlotCommand.ts | 14 +-
.../src/commands/UpdateSlotTypeCommand.ts | 14 +-
.../src/commands/UpdateTestSetCommand.ts | 14 +-
.../client-lex-runtime-service/package.json | 44 +-
.../src/commands/DeleteSessionCommand.ts | 14 +-
.../src/commands/GetSessionCommand.ts | 14 +-
.../src/commands/PostContentCommand.ts | 14 +-
.../src/commands/PostTextCommand.ts | 14 +-
.../src/commands/PutSessionCommand.ts | 14 +-
clients/client-lex-runtime-v2/package.json | 50 +-
.../src/commands/DeleteSessionCommand.ts | 14 +-
.../src/commands/GetSessionCommand.ts | 14 +-
.../src/commands/PutSessionCommand.ts | 14 +-
.../src/commands/RecognizeTextCommand.ts | 14 +-
.../src/commands/RecognizeUtteranceCommand.ts | 14 +-
.../src/commands/StartConversationCommand.ts | 14 +-
.../package.json | 42 +-
.../DeregisterSubscriptionProviderCommand.ts | 14 +-
...etRegisteredSubscriptionProviderCommand.ts | 14 +-
.../src/commands/GetServiceSettingsCommand.ts | 14 +-
.../ListLinuxSubscriptionInstancesCommand.ts | 14 +-
.../commands/ListLinuxSubscriptionsCommand.ts | 14 +-
...tRegisteredSubscriptionProvidersCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../RegisterSubscriptionProviderCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateServiceSettingsCommand.ts | 14 +-
.../package.json | 42 +-
.../src/commands/AssociateUserCommand.ts | 14 +-
.../DeregisterIdentityProviderCommand.ts | 14 +-
.../src/commands/DisassociateUserCommand.ts | 14 +-
.../commands/ListIdentityProvidersCommand.ts | 14 +-
.../src/commands/ListInstancesCommand.ts | 14 +-
.../ListProductSubscriptionsCommand.ts | 14 +-
.../commands/ListUserAssociationsCommand.ts | 14 +-
.../RegisterIdentityProviderCommand.ts | 14 +-
.../StartProductSubscriptionCommand.ts | 14 +-
.../StopProductSubscriptionCommand.ts | 14 +-
.../UpdateIdentityProviderSettingsCommand.ts | 14 +-
clients/client-license-manager/package.json | 42 +-
.../src/commands/AcceptGrantCommand.ts | 14 +-
.../src/commands/CheckInLicenseCommand.ts | 14 +-
.../commands/CheckoutBorrowLicenseCommand.ts | 14 +-
.../src/commands/CheckoutLicenseCommand.ts | 14 +-
.../src/commands/CreateGrantCommand.ts | 14 +-
.../src/commands/CreateGrantVersionCommand.ts | 14 +-
.../src/commands/CreateLicenseCommand.ts | 14 +-
.../CreateLicenseConfigurationCommand.ts | 14 +-
...LicenseConversionTaskForResourceCommand.ts | 14 +-
...ateLicenseManagerReportGeneratorCommand.ts | 14 +-
.../commands/CreateLicenseVersionCommand.ts | 14 +-
.../src/commands/CreateTokenCommand.ts | 14 +-
.../src/commands/DeleteGrantCommand.ts | 14 +-
.../src/commands/DeleteLicenseCommand.ts | 14 +-
.../DeleteLicenseConfigurationCommand.ts | 14 +-
...eteLicenseManagerReportGeneratorCommand.ts | 14 +-
.../src/commands/DeleteTokenCommand.ts | 14 +-
.../ExtendLicenseConsumptionCommand.ts | 14 +-
.../src/commands/GetAccessTokenCommand.ts | 14 +-
.../src/commands/GetGrantCommand.ts | 14 +-
.../src/commands/GetLicenseCommand.ts | 14 +-
.../GetLicenseConfigurationCommand.ts | 14 +-
.../GetLicenseConversionTaskCommand.ts | 14 +-
...GetLicenseManagerReportGeneratorCommand.ts | 14 +-
.../src/commands/GetLicenseUsageCommand.ts | 14 +-
.../src/commands/GetServiceSettingsCommand.ts | 14 +-
...ociationsForLicenseConfigurationCommand.ts | 14 +-
.../commands/ListDistributedGrantsCommand.ts | 14 +-
...orLicenseConfigurationOperationsCommand.ts | 14 +-
.../ListLicenseConfigurationsCommand.ts | 14 +-
.../ListLicenseConversionTasksCommand.ts | 14 +-
...stLicenseManagerReportGeneratorsCommand.ts | 14 +-
...LicenseSpecificationsForResourceCommand.ts | 14 +-
.../commands/ListLicenseVersionsCommand.ts | 14 +-
.../src/commands/ListLicensesCommand.ts | 14 +-
.../src/commands/ListReceivedGrantsCommand.ts | 14 +-
...istReceivedGrantsForOrganizationCommand.ts | 14 +-
.../commands/ListReceivedLicensesCommand.ts | 14 +-
...tReceivedLicensesForOrganizationCommand.ts | 14 +-
.../commands/ListResourceInventoryCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListTokensCommand.ts | 14 +-
...ListUsageForLicenseConfigurationCommand.ts | 14 +-
.../src/commands/RejectGrantCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateLicenseConfigurationCommand.ts | 14 +-
...ateLicenseManagerReportGeneratorCommand.ts | 14 +-
...LicenseSpecificationsForResourceCommand.ts | 14 +-
.../commands/UpdateServiceSettingsCommand.ts | 14 +-
clients/client-lightsail/package.json | 42 +-
.../src/commands/AllocateStaticIpCommand.ts | 14 +-
.../AttachCertificateToDistributionCommand.ts | 14 +-
.../src/commands/AttachDiskCommand.ts | 14 +-
.../AttachInstancesToLoadBalancerCommand.ts | 14 +-
...AttachLoadBalancerTlsCertificateCommand.ts | 14 +-
.../src/commands/AttachStaticIpCommand.ts | 14 +-
.../CloseInstancePublicPortsCommand.ts | 14 +-
.../src/commands/CopySnapshotCommand.ts | 14 +-
.../commands/CreateBucketAccessKeyCommand.ts | 14 +-
.../src/commands/CreateBucketCommand.ts | 14 +-
.../src/commands/CreateCertificateCommand.ts | 14 +-
.../CreateCloudFormationStackCommand.ts | 14 +-
.../commands/CreateContactMethodCommand.ts | 14 +-
.../commands/CreateContainerServiceCommand.ts | 14 +-
...CreateContainerServiceDeploymentCommand.ts | 14 +-
...ateContainerServiceRegistryLoginCommand.ts | 14 +-
.../src/commands/CreateDiskCommand.ts | 14 +-
.../commands/CreateDiskFromSnapshotCommand.ts | 14 +-
.../src/commands/CreateDiskSnapshotCommand.ts | 14 +-
.../src/commands/CreateDistributionCommand.ts | 14 +-
.../src/commands/CreateDomainCommand.ts | 14 +-
.../src/commands/CreateDomainEntryCommand.ts | 14 +-
.../CreateGUISessionAccessDetailsCommand.ts | 14 +-
.../commands/CreateInstanceSnapshotCommand.ts | 14 +-
.../src/commands/CreateInstancesCommand.ts | 14 +-
.../CreateInstancesFromSnapshotCommand.ts | 14 +-
.../src/commands/CreateKeyPairCommand.ts | 14 +-
.../src/commands/CreateLoadBalancerCommand.ts | 14 +-
...CreateLoadBalancerTlsCertificateCommand.ts | 14 +-
.../CreateRelationalDatabaseCommand.ts | 14 +-
...teRelationalDatabaseFromSnapshotCommand.ts | 14 +-
...CreateRelationalDatabaseSnapshotCommand.ts | 14 +-
.../src/commands/DeleteAlarmCommand.ts | 14 +-
.../src/commands/DeleteAutoSnapshotCommand.ts | 14 +-
.../commands/DeleteBucketAccessKeyCommand.ts | 14 +-
.../src/commands/DeleteBucketCommand.ts | 14 +-
.../src/commands/DeleteCertificateCommand.ts | 14 +-
.../commands/DeleteContactMethodCommand.ts | 14 +-
.../commands/DeleteContainerImageCommand.ts | 14 +-
.../commands/DeleteContainerServiceCommand.ts | 14 +-
.../src/commands/DeleteDiskCommand.ts | 14 +-
.../src/commands/DeleteDiskSnapshotCommand.ts | 14 +-
.../src/commands/DeleteDistributionCommand.ts | 14 +-
.../src/commands/DeleteDomainCommand.ts | 14 +-
.../src/commands/DeleteDomainEntryCommand.ts | 14 +-
.../src/commands/DeleteInstanceCommand.ts | 14 +-
.../commands/DeleteInstanceSnapshotCommand.ts | 14 +-
.../src/commands/DeleteKeyPairCommand.ts | 14 +-
.../commands/DeleteKnownHostKeysCommand.ts | 14 +-
.../src/commands/DeleteLoadBalancerCommand.ts | 14 +-
...DeleteLoadBalancerTlsCertificateCommand.ts | 14 +-
.../DeleteRelationalDatabaseCommand.ts | 14 +-
...DeleteRelationalDatabaseSnapshotCommand.ts | 14 +-
...etachCertificateFromDistributionCommand.ts | 14 +-
.../src/commands/DetachDiskCommand.ts | 14 +-
.../DetachInstancesFromLoadBalancerCommand.ts | 14 +-
.../src/commands/DetachStaticIpCommand.ts | 14 +-
.../src/commands/DisableAddOnCommand.ts | 14 +-
.../commands/DownloadDefaultKeyPairCommand.ts | 14 +-
.../src/commands/EnableAddOnCommand.ts | 14 +-
.../src/commands/ExportSnapshotCommand.ts | 14 +-
.../src/commands/GetActiveNamesCommand.ts | 14 +-
.../src/commands/GetAlarmsCommand.ts | 14 +-
.../src/commands/GetAutoSnapshotsCommand.ts | 14 +-
.../src/commands/GetBlueprintsCommand.ts | 14 +-
.../commands/GetBucketAccessKeysCommand.ts | 14 +-
.../src/commands/GetBucketBundlesCommand.ts | 14 +-
.../commands/GetBucketMetricDataCommand.ts | 14 +-
.../src/commands/GetBucketsCommand.ts | 14 +-
.../src/commands/GetBundlesCommand.ts | 14 +-
.../src/commands/GetCertificatesCommand.ts | 14 +-
.../GetCloudFormationStackRecordsCommand.ts | 14 +-
.../src/commands/GetContactMethodsCommand.ts | 14 +-
.../GetContainerAPIMetadataCommand.ts | 14 +-
.../src/commands/GetContainerImagesCommand.ts | 14 +-
.../src/commands/GetContainerLogCommand.ts | 14 +-
.../GetContainerServiceDeploymentsCommand.ts | 14 +-
.../GetContainerServiceMetricDataCommand.ts | 14 +-
.../GetContainerServicePowersCommand.ts | 14 +-
.../commands/GetContainerServicesCommand.ts | 14 +-
.../src/commands/GetCostEstimateCommand.ts | 14 +-
.../src/commands/GetDiskCommand.ts | 14 +-
.../src/commands/GetDiskSnapshotCommand.ts | 14 +-
.../src/commands/GetDiskSnapshotsCommand.ts | 14 +-
.../src/commands/GetDisksCommand.ts | 14 +-
.../commands/GetDistributionBundlesCommand.ts | 14 +-
.../GetDistributionLatestCacheResetCommand.ts | 14 +-
.../GetDistributionMetricDataCommand.ts | 14 +-
.../src/commands/GetDistributionsCommand.ts | 14 +-
.../src/commands/GetDomainCommand.ts | 14 +-
.../src/commands/GetDomainsCommand.ts | 14 +-
.../GetExportSnapshotRecordsCommand.ts | 14 +-
.../GetInstanceAccessDetailsCommand.ts | 14 +-
.../src/commands/GetInstanceCommand.ts | 14 +-
.../commands/GetInstanceMetricDataCommand.ts | 14 +-
.../commands/GetInstancePortStatesCommand.ts | 14 +-
.../commands/GetInstanceSnapshotCommand.ts | 14 +-
.../commands/GetInstanceSnapshotsCommand.ts | 14 +-
.../src/commands/GetInstanceStateCommand.ts | 14 +-
.../src/commands/GetInstancesCommand.ts | 14 +-
.../src/commands/GetKeyPairCommand.ts | 14 +-
.../src/commands/GetKeyPairsCommand.ts | 14 +-
.../src/commands/GetLoadBalancerCommand.ts | 14 +-
.../GetLoadBalancerMetricDataCommand.ts | 14 +-
.../GetLoadBalancerTlsCertificatesCommand.ts | 14 +-
.../GetLoadBalancerTlsPoliciesCommand.ts | 14 +-
.../src/commands/GetLoadBalancersCommand.ts | 14 +-
.../src/commands/GetOperationCommand.ts | 14 +-
.../src/commands/GetOperationsCommand.ts | 14 +-
.../GetOperationsForResourceCommand.ts | 14 +-
.../src/commands/GetRegionsCommand.ts | 14 +-
.../GetRelationalDatabaseBlueprintsCommand.ts | 14 +-
.../GetRelationalDatabaseBundlesCommand.ts | 14 +-
.../commands/GetRelationalDatabaseCommand.ts | 14 +-
.../GetRelationalDatabaseEventsCommand.ts | 14 +-
.../GetRelationalDatabaseLogEventsCommand.ts | 14 +-
.../GetRelationalDatabaseLogStreamsCommand.ts | 14 +-
...tionalDatabaseMasterUserPasswordCommand.ts | 14 +-
.../GetRelationalDatabaseMetricDataCommand.ts | 14 +-
.../GetRelationalDatabaseParametersCommand.ts | 14 +-
.../GetRelationalDatabaseSnapshotCommand.ts | 14 +-
.../GetRelationalDatabaseSnapshotsCommand.ts | 14 +-
.../commands/GetRelationalDatabasesCommand.ts | 14 +-
.../src/commands/GetSetupHistoryCommand.ts | 14 +-
.../src/commands/GetStaticIpCommand.ts | 14 +-
.../src/commands/GetStaticIpsCommand.ts | 14 +-
.../src/commands/ImportKeyPairCommand.ts | 14 +-
.../src/commands/IsVpcPeeredCommand.ts | 14 +-
.../OpenInstancePublicPortsCommand.ts | 14 +-
.../src/commands/PeerVpcCommand.ts | 14 +-
.../src/commands/PutAlarmCommand.ts | 14 +-
.../commands/PutInstancePublicPortsCommand.ts | 14 +-
.../src/commands/RebootInstanceCommand.ts | 14 +-
.../RebootRelationalDatabaseCommand.ts | 14 +-
.../commands/RegisterContainerImageCommand.ts | 14 +-
.../src/commands/ReleaseStaticIpCommand.ts | 14 +-
.../commands/ResetDistributionCacheCommand.ts | 14 +-
.../SendContactMethodVerificationCommand.ts | 14 +-
.../src/commands/SetIpAddressTypeCommand.ts | 14 +-
.../SetResourceAccessForBucketCommand.ts | 14 +-
.../src/commands/SetupInstanceHttpsCommand.ts | 14 +-
.../src/commands/StartGUISessionCommand.ts | 14 +-
.../src/commands/StartInstanceCommand.ts | 14 +-
.../StartRelationalDatabaseCommand.ts | 14 +-
.../src/commands/StopGUISessionCommand.ts | 14 +-
.../src/commands/StopInstanceCommand.ts | 14 +-
.../commands/StopRelationalDatabaseCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/TestAlarmCommand.ts | 14 +-
.../src/commands/UnpeerVpcCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateBucketBundleCommand.ts | 14 +-
.../src/commands/UpdateBucketCommand.ts | 14 +-
.../commands/UpdateContainerServiceCommand.ts | 14 +-
.../UpdateDistributionBundleCommand.ts | 14 +-
.../src/commands/UpdateDistributionCommand.ts | 14 +-
.../src/commands/UpdateDomainEntryCommand.ts | 14 +-
.../UpdateInstanceMetadataOptionsCommand.ts | 14 +-
.../UpdateLoadBalancerAttributeCommand.ts | 14 +-
.../UpdateRelationalDatabaseCommand.ts | 14 +-
...dateRelationalDatabaseParametersCommand.ts | 14 +-
clients/client-location/package.json | 44 +-
.../AssociateTrackerConsumerCommand.ts | 14 +-
...BatchDeleteDevicePositionHistoryCommand.ts | 14 +-
.../commands/BatchDeleteGeofenceCommand.ts | 14 +-
.../commands/BatchEvaluateGeofencesCommand.ts | 14 +-
.../commands/BatchGetDevicePositionCommand.ts | 14 +-
.../src/commands/BatchPutGeofenceCommand.ts | 14 +-
.../BatchUpdateDevicePositionCommand.ts | 14 +-
.../src/commands/CalculateRouteCommand.ts | 14 +-
.../commands/CalculateRouteMatrixCommand.ts | 14 +-
.../CreateGeofenceCollectionCommand.ts | 14 +-
.../src/commands/CreateKeyCommand.ts | 14 +-
.../src/commands/CreateMapCommand.ts | 14 +-
.../src/commands/CreatePlaceIndexCommand.ts | 14 +-
.../commands/CreateRouteCalculatorCommand.ts | 14 +-
.../src/commands/CreateTrackerCommand.ts | 14 +-
.../DeleteGeofenceCollectionCommand.ts | 14 +-
.../src/commands/DeleteKeyCommand.ts | 14 +-
.../src/commands/DeleteMapCommand.ts | 14 +-
.../src/commands/DeletePlaceIndexCommand.ts | 14 +-
.../commands/DeleteRouteCalculatorCommand.ts | 14 +-
.../src/commands/DeleteTrackerCommand.ts | 14 +-
.../DescribeGeofenceCollectionCommand.ts | 14 +-
.../src/commands/DescribeKeyCommand.ts | 14 +-
.../src/commands/DescribeMapCommand.ts | 14 +-
.../src/commands/DescribePlaceIndexCommand.ts | 14 +-
.../DescribeRouteCalculatorCommand.ts | 14 +-
.../src/commands/DescribeTrackerCommand.ts | 14 +-
.../DisassociateTrackerConsumerCommand.ts | 14 +-
.../commands/ForecastGeofenceEventsCommand.ts | 14 +-
.../src/commands/GetDevicePositionCommand.ts | 14 +-
.../GetDevicePositionHistoryCommand.ts | 14 +-
.../src/commands/GetGeofenceCommand.ts | 14 +-
.../src/commands/GetMapGlyphsCommand.ts | 14 +-
.../src/commands/GetMapSpritesCommand.ts | 14 +-
.../commands/GetMapStyleDescriptorCommand.ts | 14 +-
.../src/commands/GetMapTileCommand.ts | 14 +-
.../src/commands/GetPlaceCommand.ts | 14 +-
.../commands/ListDevicePositionsCommand.ts | 14 +-
.../ListGeofenceCollectionsCommand.ts | 14 +-
.../src/commands/ListGeofencesCommand.ts | 14 +-
.../src/commands/ListKeysCommand.ts | 14 +-
.../src/commands/ListMapsCommand.ts | 14 +-
.../src/commands/ListPlaceIndexesCommand.ts | 14 +-
.../commands/ListRouteCalculatorsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/ListTrackerConsumersCommand.ts | 14 +-
.../src/commands/ListTrackersCommand.ts | 14 +-
.../src/commands/PutGeofenceCommand.ts | 14 +-
.../SearchPlaceIndexForPositionCommand.ts | 14 +-
.../SearchPlaceIndexForSuggestionsCommand.ts | 14 +-
.../SearchPlaceIndexForTextCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateGeofenceCollectionCommand.ts | 14 +-
.../src/commands/UpdateKeyCommand.ts | 14 +-
.../src/commands/UpdateMapCommand.ts | 14 +-
.../src/commands/UpdatePlaceIndexCommand.ts | 14 +-
.../commands/UpdateRouteCalculatorCommand.ts | 14 +-
.../src/commands/UpdateTrackerCommand.ts | 14 +-
.../commands/VerifyDevicePositionCommand.ts | 14 +-
clients/client-lookoutequipment/package.json | 42 +-
.../src/commands/CreateDatasetCommand.ts | 14 +-
.../CreateInferenceSchedulerCommand.ts | 14 +-
.../src/commands/CreateLabelCommand.ts | 14 +-
.../src/commands/CreateLabelGroupCommand.ts | 14 +-
.../src/commands/CreateModelCommand.ts | 14 +-
.../CreateRetrainingSchedulerCommand.ts | 14 +-
.../src/commands/DeleteDatasetCommand.ts | 14 +-
.../DeleteInferenceSchedulerCommand.ts | 14 +-
.../src/commands/DeleteLabelCommand.ts | 14 +-
.../src/commands/DeleteLabelGroupCommand.ts | 14 +-
.../src/commands/DeleteModelCommand.ts | 14 +-
.../commands/DeleteResourcePolicyCommand.ts | 14 +-
.../DeleteRetrainingSchedulerCommand.ts | 14 +-
.../DescribeDataIngestionJobCommand.ts | 14 +-
.../src/commands/DescribeDatasetCommand.ts | 14 +-
.../DescribeInferenceSchedulerCommand.ts | 14 +-
.../src/commands/DescribeLabelCommand.ts | 14 +-
.../src/commands/DescribeLabelGroupCommand.ts | 14 +-
.../src/commands/DescribeModelCommand.ts | 14 +-
.../commands/DescribeModelVersionCommand.ts | 14 +-
.../commands/DescribeResourcePolicyCommand.ts | 14 +-
.../DescribeRetrainingSchedulerCommand.ts | 14 +-
.../src/commands/ImportDatasetCommand.ts | 14 +-
.../src/commands/ImportModelVersionCommand.ts | 14 +-
.../commands/ListDataIngestionJobsCommand.ts | 14 +-
.../src/commands/ListDatasetsCommand.ts | 14 +-
.../commands/ListInferenceEventsCommand.ts | 14 +-
.../ListInferenceExecutionsCommand.ts | 14 +-
.../ListInferenceSchedulersCommand.ts | 14 +-
.../src/commands/ListLabelGroupsCommand.ts | 14 +-
.../src/commands/ListLabelsCommand.ts | 14 +-
.../src/commands/ListModelVersionsCommand.ts | 14 +-
.../src/commands/ListModelsCommand.ts | 14 +-
.../ListRetrainingSchedulersCommand.ts | 14 +-
.../commands/ListSensorStatisticsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutResourcePolicyCommand.ts | 14 +-
.../commands/StartDataIngestionJobCommand.ts | 14 +-
.../StartInferenceSchedulerCommand.ts | 14 +-
.../StartRetrainingSchedulerCommand.ts | 14 +-
.../commands/StopInferenceSchedulerCommand.ts | 14 +-
.../StopRetrainingSchedulerCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateActiveModelVersionCommand.ts | 14 +-
.../UpdateInferenceSchedulerCommand.ts | 14 +-
.../src/commands/UpdateLabelGroupCommand.ts | 14 +-
.../src/commands/UpdateModelCommand.ts | 14 +-
.../UpdateRetrainingSchedulerCommand.ts | 14 +-
clients/client-lookoutmetrics/package.json | 42 +-
.../ActivateAnomalyDetectorCommand.ts | 14 +-
.../BackTestAnomalyDetectorCommand.ts | 14 +-
.../src/commands/CreateAlertCommand.ts | 14 +-
.../commands/CreateAnomalyDetectorCommand.ts | 14 +-
.../src/commands/CreateMetricSetCommand.ts | 14 +-
.../DeactivateAnomalyDetectorCommand.ts | 14 +-
.../src/commands/DeleteAlertCommand.ts | 14 +-
.../commands/DeleteAnomalyDetectorCommand.ts | 14 +-
.../src/commands/DescribeAlertCommand.ts | 14 +-
...scribeAnomalyDetectionExecutionsCommand.ts | 14 +-
.../DescribeAnomalyDetectorCommand.ts | 14 +-
.../src/commands/DescribeMetricSetCommand.ts | 14 +-
.../commands/DetectMetricSetConfigCommand.ts | 14 +-
.../src/commands/GetAnomalyGroupCommand.ts | 14 +-
.../commands/GetDataQualityMetricsCommand.ts | 14 +-
.../src/commands/GetFeedbackCommand.ts | 14 +-
.../src/commands/GetSampleDataCommand.ts | 14 +-
.../src/commands/ListAlertsCommand.ts | 14 +-
.../commands/ListAnomalyDetectorsCommand.ts | 14 +-
.../ListAnomalyGroupRelatedMetricsCommand.ts | 14 +-
.../ListAnomalyGroupSummariesCommand.ts | 14 +-
.../ListAnomalyGroupTimeSeriesCommand.ts | 14 +-
.../src/commands/ListMetricSetsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutFeedbackCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAlertCommand.ts | 14 +-
.../commands/UpdateAnomalyDetectorCommand.ts | 14 +-
.../src/commands/UpdateMetricSetCommand.ts | 14 +-
clients/client-lookoutvision/package.json | 42 +-
.../src/commands/CreateDatasetCommand.ts | 14 +-
.../src/commands/CreateModelCommand.ts | 14 +-
.../src/commands/CreateProjectCommand.ts | 14 +-
.../src/commands/DeleteDatasetCommand.ts | 14 +-
.../src/commands/DeleteModelCommand.ts | 14 +-
.../src/commands/DeleteProjectCommand.ts | 14 +-
.../src/commands/DescribeDatasetCommand.ts | 14 +-
.../src/commands/DescribeModelCommand.ts | 14 +-
.../DescribeModelPackagingJobCommand.ts | 14 +-
.../src/commands/DescribeProjectCommand.ts | 14 +-
.../src/commands/DetectAnomaliesCommand.ts | 14 +-
.../src/commands/ListDatasetEntriesCommand.ts | 14 +-
.../commands/ListModelPackagingJobsCommand.ts | 14 +-
.../src/commands/ListModelsCommand.ts | 14 +-
.../src/commands/ListProjectsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/StartModelCommand.ts | 14 +-
.../commands/StartModelPackagingJobCommand.ts | 14 +-
.../src/commands/StopModelCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateDatasetEntriesCommand.ts | 14 +-
clients/client-m2/package.json | 42 +-
.../CancelBatchJobExecutionCommand.ts | 14 +-
.../src/commands/CreateApplicationCommand.ts | 14 +-
.../CreateDataSetImportTaskCommand.ts | 14 +-
.../src/commands/CreateDeploymentCommand.ts | 14 +-
.../src/commands/CreateEnvironmentCommand.ts | 14 +-
.../src/commands/DeleteApplicationCommand.ts | 14 +-
...DeleteApplicationFromEnvironmentCommand.ts | 14 +-
.../src/commands/DeleteEnvironmentCommand.ts | 14 +-
.../src/commands/GetApplicationCommand.ts | 14 +-
.../commands/GetApplicationVersionCommand.ts | 14 +-
.../commands/GetBatchJobExecutionCommand.ts | 14 +-
.../src/commands/GetDataSetDetailsCommand.ts | 14 +-
.../commands/GetDataSetImportTaskCommand.ts | 14 +-
.../src/commands/GetDeploymentCommand.ts | 14 +-
.../src/commands/GetEnvironmentCommand.ts | 14 +-
.../GetSignedBluinsightsUrlCommand.ts | 14 +-
.../ListApplicationVersionsCommand.ts | 14 +-
.../src/commands/ListApplicationsCommand.ts | 14 +-
.../ListBatchJobDefinitionsCommand.ts | 14 +-
.../commands/ListBatchJobExecutionsCommand.ts | 14 +-
.../ListBatchJobRestartPointsCommand.ts | 14 +-
.../ListDataSetImportHistoryCommand.ts | 14 +-
.../src/commands/ListDataSetsCommand.ts | 14 +-
.../src/commands/ListDeploymentsCommand.ts | 14 +-
.../src/commands/ListEngineVersionsCommand.ts | 14 +-
.../src/commands/ListEnvironmentsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/StartApplicationCommand.ts | 14 +-
.../src/commands/StartBatchJobCommand.ts | 14 +-
.../src/commands/StopApplicationCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateApplicationCommand.ts | 14 +-
.../src/commands/UpdateEnvironmentCommand.ts | 14 +-
clients/client-machine-learning/package.json | 44 +-
.../src/commands/AddTagsCommand.ts | 14 +-
.../commands/CreateBatchPredictionCommand.ts | 14 +-
.../CreateDataSourceFromRDSCommand.ts | 14 +-
.../CreateDataSourceFromRedshiftCommand.ts | 14 +-
.../commands/CreateDataSourceFromS3Command.ts | 14 +-
.../src/commands/CreateEvaluationCommand.ts | 14 +-
.../src/commands/CreateMLModelCommand.ts | 14 +-
.../commands/CreateRealtimeEndpointCommand.ts | 14 +-
.../commands/DeleteBatchPredictionCommand.ts | 14 +-
.../src/commands/DeleteDataSourceCommand.ts | 14 +-
.../src/commands/DeleteEvaluationCommand.ts | 14 +-
.../src/commands/DeleteMLModelCommand.ts | 14 +-
.../commands/DeleteRealtimeEndpointCommand.ts | 14 +-
.../src/commands/DeleteTagsCommand.ts | 14 +-
.../DescribeBatchPredictionsCommand.ts | 14 +-
.../commands/DescribeDataSourcesCommand.ts | 14 +-
.../commands/DescribeEvaluationsCommand.ts | 14 +-
.../src/commands/DescribeMLModelsCommand.ts | 14 +-
.../src/commands/DescribeTagsCommand.ts | 14 +-
.../src/commands/GetBatchPredictionCommand.ts | 14 +-
.../src/commands/GetDataSourceCommand.ts | 14 +-
.../src/commands/GetEvaluationCommand.ts | 14 +-
.../src/commands/GetMLModelCommand.ts | 14 +-
.../src/commands/PredictCommand.ts | 14 +-
.../commands/UpdateBatchPredictionCommand.ts | 14 +-
.../src/commands/UpdateDataSourceCommand.ts | 14 +-
.../src/commands/UpdateEvaluationCommand.ts | 14 +-
.../src/commands/UpdateMLModelCommand.ts | 14 +-
clients/client-macie2/package.json | 44 +-
.../src/commands/AcceptInvitationCommand.ts | 14 +-
.../BatchGetCustomDataIdentifiersCommand.ts | 14 +-
...UpdateAutomatedDiscoveryAccountsCommand.ts | 14 +-
.../src/commands/CreateAllowListCommand.ts | 14 +-
.../CreateClassificationJobCommand.ts | 14 +-
.../CreateCustomDataIdentifierCommand.ts | 14 +-
.../commands/CreateFindingsFilterCommand.ts | 14 +-
.../src/commands/CreateInvitationsCommand.ts | 14 +-
.../src/commands/CreateMemberCommand.ts | 14 +-
.../commands/CreateSampleFindingsCommand.ts | 14 +-
.../src/commands/DeclineInvitationsCommand.ts | 14 +-
.../src/commands/DeleteAllowListCommand.ts | 14 +-
.../DeleteCustomDataIdentifierCommand.ts | 14 +-
.../commands/DeleteFindingsFilterCommand.ts | 14 +-
.../src/commands/DeleteInvitationsCommand.ts | 14 +-
.../src/commands/DeleteMemberCommand.ts | 14 +-
.../src/commands/DescribeBucketsCommand.ts | 14 +-
.../DescribeClassificationJobCommand.ts | 14 +-
...escribeOrganizationConfigurationCommand.ts | 14 +-
.../src/commands/DisableMacieCommand.ts | 14 +-
.../DisableOrganizationAdminAccountCommand.ts | 14 +-
...ssociateFromAdministratorAccountCommand.ts | 14 +-
.../DisassociateFromMasterAccountCommand.ts | 14 +-
.../src/commands/DisassociateMemberCommand.ts | 14 +-
.../src/commands/EnableMacieCommand.ts | 14 +-
.../EnableOrganizationAdminAccountCommand.ts | 14 +-
.../GetAdministratorAccountCommand.ts | 14 +-
.../src/commands/GetAllowListCommand.ts | 14 +-
...tAutomatedDiscoveryConfigurationCommand.ts | 14 +-
.../commands/GetBucketStatisticsCommand.ts | 14 +-
...lassificationExportConfigurationCommand.ts | 14 +-
.../commands/GetClassificationScopeCommand.ts | 14 +-
.../GetCustomDataIdentifierCommand.ts | 14 +-
.../commands/GetFindingStatisticsCommand.ts | 14 +-
.../src/commands/GetFindingsCommand.ts | 14 +-
.../src/commands/GetFindingsFilterCommand.ts | 14 +-
...FindingsPublicationConfigurationCommand.ts | 14 +-
.../commands/GetInvitationsCountCommand.ts | 14 +-
.../src/commands/GetMacieSessionCommand.ts | 14 +-
.../src/commands/GetMasterAccountCommand.ts | 14 +-
.../src/commands/GetMemberCommand.ts | 14 +-
.../src/commands/GetResourceProfileCommand.ts | 14 +-
.../commands/GetRevealConfigurationCommand.ts | 14 +-
...itiveDataOccurrencesAvailabilityCommand.ts | 14 +-
.../GetSensitiveDataOccurrencesCommand.ts | 14 +-
...GetSensitivityInspectionTemplateCommand.ts | 14 +-
.../src/commands/GetUsageStatisticsCommand.ts | 14 +-
.../src/commands/GetUsageTotalsCommand.ts | 14 +-
.../src/commands/ListAllowListsCommand.ts | 14 +-
.../ListAutomatedDiscoveryAccountsCommand.ts | 14 +-
.../commands/ListClassificationJobsCommand.ts | 14 +-
.../ListClassificationScopesCommand.ts | 14 +-
.../ListCustomDataIdentifiersCommand.ts | 14 +-
.../src/commands/ListFindingsCommand.ts | 14 +-
.../commands/ListFindingsFiltersCommand.ts | 14 +-
.../src/commands/ListInvitationsCommand.ts | 14 +-
.../ListManagedDataIdentifiersCommand.ts | 14 +-
.../src/commands/ListMembersCommand.ts | 14 +-
.../ListOrganizationAdminAccountsCommand.ts | 14 +-
.../ListResourceProfileArtifactsCommand.ts | 14 +-
.../ListResourceProfileDetectionsCommand.ts | 14 +-
...stSensitivityInspectionTemplatesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
...lassificationExportConfigurationCommand.ts | 14 +-
...FindingsPublicationConfigurationCommand.ts | 14 +-
.../src/commands/SearchResourcesCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../TestCustomDataIdentifierCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAllowListCommand.ts | 14 +-
...eAutomatedDiscoveryConfigurationCommand.ts | 14 +-
.../UpdateClassificationJobCommand.ts | 14 +-
.../UpdateClassificationScopeCommand.ts | 14 +-
.../commands/UpdateFindingsFilterCommand.ts | 14 +-
.../src/commands/UpdateMacieSessionCommand.ts | 14 +-
.../commands/UpdateMemberSessionCommand.ts | 14 +-
.../UpdateOrganizationConfigurationCommand.ts | 14 +-
.../commands/UpdateResourceProfileCommand.ts | 14 +-
.../UpdateResourceProfileDetectionsCommand.ts | 14 +-
.../UpdateRevealConfigurationCommand.ts | 14 +-
...ateSensitivityInspectionTemplateCommand.ts | 14 +-
clients/client-mailmanager/package.json | 42 +-
.../commands/CreateAddonInstanceCommand.ts | 14 +-
.../CreateAddonSubscriptionCommand.ts | 14 +-
.../src/commands/CreateArchiveCommand.ts | 14 +-
.../src/commands/CreateIngressPointCommand.ts | 14 +-
.../src/commands/CreateRelayCommand.ts | 14 +-
.../src/commands/CreateRuleSetCommand.ts | 14 +-
.../commands/CreateTrafficPolicyCommand.ts | 14 +-
.../commands/DeleteAddonInstanceCommand.ts | 14 +-
.../DeleteAddonSubscriptionCommand.ts | 14 +-
.../src/commands/DeleteArchiveCommand.ts | 14 +-
.../src/commands/DeleteIngressPointCommand.ts | 14 +-
.../src/commands/DeleteRelayCommand.ts | 14 +-
.../src/commands/DeleteRuleSetCommand.ts | 14 +-
.../commands/DeleteTrafficPolicyCommand.ts | 14 +-
.../src/commands/GetAddonInstanceCommand.ts | 14 +-
.../commands/GetAddonSubscriptionCommand.ts | 14 +-
.../src/commands/GetArchiveCommand.ts | 14 +-
.../src/commands/GetArchiveExportCommand.ts | 14 +-
.../src/commands/GetArchiveMessageCommand.ts | 14 +-
.../GetArchiveMessageContentCommand.ts | 14 +-
.../src/commands/GetArchiveSearchCommand.ts | 14 +-
.../GetArchiveSearchResultsCommand.ts | 14 +-
.../src/commands/GetIngressPointCommand.ts | 14 +-
.../src/commands/GetRelayCommand.ts | 14 +-
.../src/commands/GetRuleSetCommand.ts | 14 +-
.../src/commands/GetTrafficPolicyCommand.ts | 14 +-
.../src/commands/ListAddonInstancesCommand.ts | 14 +-
.../commands/ListAddonSubscriptionsCommand.ts | 14 +-
.../src/commands/ListArchiveExportsCommand.ts | 14 +-
.../commands/ListArchiveSearchesCommand.ts | 14 +-
.../src/commands/ListArchivesCommand.ts | 14 +-
.../src/commands/ListIngressPointsCommand.ts | 14 +-
.../src/commands/ListRelaysCommand.ts | 14 +-
.../src/commands/ListRuleSetsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/ListTrafficPoliciesCommand.ts | 14 +-
.../src/commands/StartArchiveExportCommand.ts | 14 +-
.../src/commands/StartArchiveSearchCommand.ts | 14 +-
.../src/commands/StopArchiveExportCommand.ts | 14 +-
.../src/commands/StopArchiveSearchCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateArchiveCommand.ts | 14 +-
.../src/commands/UpdateIngressPointCommand.ts | 14 +-
.../src/commands/UpdateRelayCommand.ts | 14 +-
.../src/commands/UpdateRuleSetCommand.ts | 14 +-
.../commands/UpdateTrafficPolicyCommand.ts | 14 +-
.../package.json | 42 +-
.../commands/BatchGetTokenBalanceCommand.ts | 14 +-
.../src/commands/GetAssetContractCommand.ts | 14 +-
.../src/commands/GetTokenBalanceCommand.ts | 14 +-
.../src/commands/GetTransactionCommand.ts | 14 +-
.../src/commands/ListAssetContractsCommand.ts | 14 +-
.../ListFilteredTransactionEventsCommand.ts | 14 +-
.../src/commands/ListTokenBalancesCommand.ts | 14 +-
.../commands/ListTransactionEventsCommand.ts | 14 +-
.../src/commands/ListTransactionsCommand.ts | 14 +-
clients/client-managedblockchain/package.json | 42 +-
.../src/commands/CreateAccessorCommand.ts | 14 +-
.../src/commands/CreateMemberCommand.ts | 14 +-
.../src/commands/CreateNetworkCommand.ts | 14 +-
.../src/commands/CreateNodeCommand.ts | 14 +-
.../src/commands/CreateProposalCommand.ts | 14 +-
.../src/commands/DeleteAccessorCommand.ts | 14 +-
.../src/commands/DeleteMemberCommand.ts | 14 +-
.../src/commands/DeleteNodeCommand.ts | 14 +-
.../src/commands/GetAccessorCommand.ts | 14 +-
.../src/commands/GetMemberCommand.ts | 14 +-
.../src/commands/GetNetworkCommand.ts | 14 +-
.../src/commands/GetNodeCommand.ts | 14 +-
.../src/commands/GetProposalCommand.ts | 14 +-
.../src/commands/ListAccessorsCommand.ts | 14 +-
.../src/commands/ListInvitationsCommand.ts | 14 +-
.../src/commands/ListMembersCommand.ts | 14 +-
.../src/commands/ListNetworksCommand.ts | 14 +-
.../src/commands/ListNodesCommand.ts | 14 +-
.../src/commands/ListProposalVotesCommand.ts | 14 +-
.../src/commands/ListProposalsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/RejectInvitationCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateMemberCommand.ts | 14 +-
.../src/commands/UpdateNodeCommand.ts | 14 +-
.../src/commands/VoteOnProposalCommand.ts | 14 +-
.../client-marketplace-agreement/package.json | 42 +-
.../src/commands/DescribeAgreementCommand.ts | 14 +-
.../src/commands/GetAgreementTermsCommand.ts | 14 +-
.../src/commands/SearchAgreementsCommand.ts | 14 +-
.../client-marketplace-catalog/package.json | 42 +-
.../commands/BatchDescribeEntitiesCommand.ts | 14 +-
.../src/commands/CancelChangeSetCommand.ts | 14 +-
.../commands/DeleteResourcePolicyCommand.ts | 14 +-
.../src/commands/DescribeChangeSetCommand.ts | 14 +-
.../src/commands/DescribeEntityCommand.ts | 14 +-
.../src/commands/GetResourcePolicyCommand.ts | 14 +-
.../src/commands/ListChangeSetsCommand.ts | 14 +-
.../src/commands/ListEntitiesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutResourcePolicyCommand.ts | 14 +-
.../src/commands/StartChangeSetCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../package.json | 42 +-
.../src/commands/GenerateDataSetCommand.ts | 14 +-
.../commands/StartSupportDataExportCommand.ts | 14 +-
.../package.json | 42 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/PutDeploymentParameterCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../package.json | 42 +-
.../src/commands/GetEntitlementsCommand.ts | 14 +-
.../client-marketplace-metering/package.json | 42 +-
.../src/commands/BatchMeterUsageCommand.ts | 14 +-
.../src/commands/MeterUsageCommand.ts | 14 +-
.../src/commands/RegisterUsageCommand.ts | 14 +-
.../src/commands/ResolveCustomerCommand.ts | 14 +-
clients/client-mediaconnect/package.json | 44 +-
.../src/commands/AddBridgeOutputsCommand.ts | 14 +-
.../src/commands/AddBridgeSourcesCommand.ts | 14 +-
.../commands/AddFlowMediaStreamsCommand.ts | 14 +-
.../src/commands/AddFlowOutputsCommand.ts | 14 +-
.../src/commands/AddFlowSourcesCommand.ts | 14 +-
.../commands/AddFlowVpcInterfacesCommand.ts | 14 +-
.../src/commands/CreateBridgeCommand.ts | 14 +-
.../src/commands/CreateFlowCommand.ts | 14 +-
.../src/commands/CreateGatewayCommand.ts | 14 +-
.../src/commands/DeleteBridgeCommand.ts | 14 +-
.../src/commands/DeleteFlowCommand.ts | 14 +-
.../src/commands/DeleteGatewayCommand.ts | 14 +-
.../DeregisterGatewayInstanceCommand.ts | 14 +-
.../src/commands/DescribeBridgeCommand.ts | 14 +-
.../src/commands/DescribeFlowCommand.ts | 14 +-
.../DescribeFlowSourceMetadataCommand.ts | 14 +-
.../DescribeFlowSourceThumbnailCommand.ts | 14 +-
.../src/commands/DescribeGatewayCommand.ts | 14 +-
.../DescribeGatewayInstanceCommand.ts | 14 +-
.../src/commands/DescribeOfferingCommand.ts | 14 +-
.../commands/DescribeReservationCommand.ts | 14 +-
.../commands/GrantFlowEntitlementsCommand.ts | 14 +-
.../src/commands/ListBridgesCommand.ts | 14 +-
.../src/commands/ListEntitlementsCommand.ts | 14 +-
.../src/commands/ListFlowsCommand.ts | 14 +-
.../commands/ListGatewayInstancesCommand.ts | 14 +-
.../src/commands/ListGatewaysCommand.ts | 14 +-
.../src/commands/ListOfferingsCommand.ts | 14 +-
.../src/commands/ListReservationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PurchaseOfferingCommand.ts | 14 +-
.../src/commands/RemoveBridgeOutputCommand.ts | 14 +-
.../src/commands/RemoveBridgeSourceCommand.ts | 14 +-
.../commands/RemoveFlowMediaStreamCommand.ts | 14 +-
.../src/commands/RemoveFlowOutputCommand.ts | 14 +-
.../src/commands/RemoveFlowSourceCommand.ts | 14 +-
.../commands/RemoveFlowVpcInterfaceCommand.ts | 14 +-
.../commands/RevokeFlowEntitlementCommand.ts | 14 +-
.../src/commands/StartFlowCommand.ts | 14 +-
.../src/commands/StopFlowCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateBridgeCommand.ts | 14 +-
.../src/commands/UpdateBridgeOutputCommand.ts | 14 +-
.../src/commands/UpdateBridgeSourceCommand.ts | 14 +-
.../src/commands/UpdateBridgeStateCommand.ts | 14 +-
.../src/commands/UpdateFlowCommand.ts | 14 +-
.../commands/UpdateFlowEntitlementCommand.ts | 14 +-
.../commands/UpdateFlowMediaStreamCommand.ts | 14 +-
.../src/commands/UpdateFlowOutputCommand.ts | 14 +-
.../src/commands/UpdateFlowSourceCommand.ts | 14 +-
.../commands/UpdateGatewayInstanceCommand.ts | 14 +-
clients/client-mediaconvert/package.json | 42 +-
.../commands/AssociateCertificateCommand.ts | 14 +-
.../src/commands/CancelJobCommand.ts | 14 +-
.../src/commands/CreateJobCommand.ts | 14 +-
.../src/commands/CreateJobTemplateCommand.ts | 14 +-
.../src/commands/CreatePresetCommand.ts | 14 +-
.../src/commands/CreateQueueCommand.ts | 14 +-
.../src/commands/DeleteJobTemplateCommand.ts | 14 +-
.../src/commands/DeletePolicyCommand.ts | 14 +-
.../src/commands/DeletePresetCommand.ts | 14 +-
.../src/commands/DeleteQueueCommand.ts | 14 +-
.../src/commands/DescribeEndpointsCommand.ts | 14 +-
.../DisassociateCertificateCommand.ts | 14 +-
.../src/commands/GetJobCommand.ts | 14 +-
.../src/commands/GetJobTemplateCommand.ts | 14 +-
.../src/commands/GetPolicyCommand.ts | 14 +-
.../src/commands/GetPresetCommand.ts | 14 +-
.../src/commands/GetQueueCommand.ts | 14 +-
.../src/commands/ListJobTemplatesCommand.ts | 14 +-
.../src/commands/ListJobsCommand.ts | 14 +-
.../src/commands/ListPresetsCommand.ts | 14 +-
.../src/commands/ListQueuesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListVersionsCommand.ts | 14 +-
.../src/commands/PutPolicyCommand.ts | 14 +-
.../src/commands/SearchJobsCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateJobTemplateCommand.ts | 14 +-
.../src/commands/UpdatePresetCommand.ts | 14 +-
.../src/commands/UpdateQueueCommand.ts | 14 +-
clients/client-medialive/package.json | 46 +-
.../AcceptInputDeviceTransferCommand.ts | 14 +-
.../src/commands/BatchDeleteCommand.ts | 14 +-
.../src/commands/BatchStartCommand.ts | 14 +-
.../src/commands/BatchStopCommand.ts | 14 +-
.../commands/BatchUpdateScheduleCommand.ts | 14 +-
.../CancelInputDeviceTransferCommand.ts | 14 +-
.../src/commands/ClaimDeviceCommand.ts | 14 +-
.../src/commands/CreateChannelCommand.ts | 14 +-
.../CreateChannelPlacementGroupCommand.ts | 14 +-
.../CreateCloudWatchAlarmTemplateCommand.ts | 14 +-
...eateCloudWatchAlarmTemplateGroupCommand.ts | 14 +-
.../src/commands/CreateClusterCommand.ts | 14 +-
.../CreateEventBridgeRuleTemplateCommand.ts | 14 +-
...eateEventBridgeRuleTemplateGroupCommand.ts | 14 +-
.../src/commands/CreateInputCommand.ts | 14 +-
.../CreateInputSecurityGroupCommand.ts | 14 +-
.../src/commands/CreateMultiplexCommand.ts | 14 +-
.../commands/CreateMultiplexProgramCommand.ts | 14 +-
.../src/commands/CreateNetworkCommand.ts | 14 +-
.../src/commands/CreateNodeCommand.ts | 14 +-
.../CreateNodeRegistrationScriptCommand.ts | 14 +-
.../src/commands/CreatePartnerInputCommand.ts | 14 +-
.../src/commands/CreateSignalMapCommand.ts | 14 +-
.../src/commands/CreateTagsCommand.ts | 14 +-
.../src/commands/DeleteChannelCommand.ts | 14 +-
.../DeleteChannelPlacementGroupCommand.ts | 14 +-
.../DeleteCloudWatchAlarmTemplateCommand.ts | 14 +-
...leteCloudWatchAlarmTemplateGroupCommand.ts | 14 +-
.../src/commands/DeleteClusterCommand.ts | 14 +-
.../DeleteEventBridgeRuleTemplateCommand.ts | 14 +-
...leteEventBridgeRuleTemplateGroupCommand.ts | 14 +-
.../src/commands/DeleteInputCommand.ts | 14 +-
.../DeleteInputSecurityGroupCommand.ts | 14 +-
.../src/commands/DeleteMultiplexCommand.ts | 14 +-
.../commands/DeleteMultiplexProgramCommand.ts | 14 +-
.../src/commands/DeleteNetworkCommand.ts | 14 +-
.../src/commands/DeleteNodeCommand.ts | 14 +-
.../src/commands/DeleteReservationCommand.ts | 14 +-
.../src/commands/DeleteScheduleCommand.ts | 14 +-
.../src/commands/DeleteSignalMapCommand.ts | 14 +-
.../src/commands/DeleteTagsCommand.ts | 14 +-
.../DescribeAccountConfigurationCommand.ts | 14 +-
.../src/commands/DescribeChannelCommand.ts | 14 +-
.../DescribeChannelPlacementGroupCommand.ts | 14 +-
.../src/commands/DescribeClusterCommand.ts | 14 +-
.../src/commands/DescribeInputCommand.ts | 14 +-
.../commands/DescribeInputDeviceCommand.ts | 14 +-
.../DescribeInputDeviceThumbnailCommand.ts | 14 +-
.../DescribeInputSecurityGroupCommand.ts | 14 +-
.../src/commands/DescribeMultiplexCommand.ts | 14 +-
.../DescribeMultiplexProgramCommand.ts | 14 +-
.../src/commands/DescribeNetworkCommand.ts | 14 +-
.../src/commands/DescribeNodeCommand.ts | 14 +-
.../src/commands/DescribeOfferingCommand.ts | 14 +-
.../commands/DescribeReservationCommand.ts | 14 +-
.../src/commands/DescribeScheduleCommand.ts | 14 +-
.../src/commands/DescribeThumbnailsCommand.ts | 14 +-
.../GetCloudWatchAlarmTemplateCommand.ts | 14 +-
.../GetCloudWatchAlarmTemplateGroupCommand.ts | 14 +-
.../GetEventBridgeRuleTemplateCommand.ts | 14 +-
.../GetEventBridgeRuleTemplateGroupCommand.ts | 14 +-
.../src/commands/GetSignalMapCommand.ts | 14 +-
.../ListChannelPlacementGroupsCommand.ts | 14 +-
.../src/commands/ListChannelsCommand.ts | 14 +-
...istCloudWatchAlarmTemplateGroupsCommand.ts | 14 +-
.../ListCloudWatchAlarmTemplatesCommand.ts | 14 +-
.../src/commands/ListClustersCommand.ts | 14 +-
...istEventBridgeRuleTemplateGroupsCommand.ts | 14 +-
.../ListEventBridgeRuleTemplatesCommand.ts | 14 +-
.../ListInputDeviceTransfersCommand.ts | 14 +-
.../src/commands/ListInputDevicesCommand.ts | 14 +-
.../ListInputSecurityGroupsCommand.ts | 14 +-
.../src/commands/ListInputsCommand.ts | 14 +-
.../commands/ListMultiplexProgramsCommand.ts | 14 +-
.../src/commands/ListMultiplexesCommand.ts | 14 +-
.../src/commands/ListNetworksCommand.ts | 14 +-
.../src/commands/ListNodesCommand.ts | 14 +-
.../src/commands/ListOfferingsCommand.ts | 14 +-
.../src/commands/ListReservationsCommand.ts | 14 +-
.../src/commands/ListSignalMapsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PurchaseOfferingCommand.ts | 14 +-
.../src/commands/RebootInputDeviceCommand.ts | 14 +-
.../RejectInputDeviceTransferCommand.ts | 14 +-
.../RestartChannelPipelinesCommand.ts | 14 +-
.../src/commands/StartChannelCommand.ts | 14 +-
.../StartDeleteMonitorDeploymentCommand.ts | 14 +-
.../src/commands/StartInputDeviceCommand.ts | 14 +-
...tartInputDeviceMaintenanceWindowCommand.ts | 14 +-
.../commands/StartMonitorDeploymentCommand.ts | 14 +-
.../src/commands/StartMultiplexCommand.ts | 14 +-
.../commands/StartUpdateSignalMapCommand.ts | 14 +-
.../src/commands/StopChannelCommand.ts | 14 +-
.../src/commands/StopInputDeviceCommand.ts | 14 +-
.../src/commands/StopMultiplexCommand.ts | 14 +-
.../commands/TransferInputDeviceCommand.ts | 14 +-
.../UpdateAccountConfigurationCommand.ts | 14 +-
.../src/commands/UpdateChannelClassCommand.ts | 14 +-
.../src/commands/UpdateChannelCommand.ts | 14 +-
.../UpdateChannelPlacementGroupCommand.ts | 14 +-
.../UpdateCloudWatchAlarmTemplateCommand.ts | 14 +-
...dateCloudWatchAlarmTemplateGroupCommand.ts | 14 +-
.../src/commands/UpdateClusterCommand.ts | 14 +-
.../UpdateEventBridgeRuleTemplateCommand.ts | 14 +-
...dateEventBridgeRuleTemplateGroupCommand.ts | 14 +-
.../src/commands/UpdateInputCommand.ts | 14 +-
.../src/commands/UpdateInputDeviceCommand.ts | 14 +-
.../UpdateInputSecurityGroupCommand.ts | 14 +-
.../src/commands/UpdateMultiplexCommand.ts | 14 +-
.../commands/UpdateMultiplexProgramCommand.ts | 14 +-
.../src/commands/UpdateNetworkCommand.ts | 14 +-
.../src/commands/UpdateNodeCommand.ts | 14 +-
.../src/commands/UpdateNodeStateCommand.ts | 14 +-
.../src/commands/UpdateReservationCommand.ts | 14 +-
clients/client-mediapackage-vod/package.json | 42 +-
.../src/commands/ConfigureLogsCommand.ts | 14 +-
.../src/commands/CreateAssetCommand.ts | 14 +-
.../CreatePackagingConfigurationCommand.ts | 14 +-
.../commands/CreatePackagingGroupCommand.ts | 14 +-
.../src/commands/DeleteAssetCommand.ts | 14 +-
.../DeletePackagingConfigurationCommand.ts | 14 +-
.../commands/DeletePackagingGroupCommand.ts | 14 +-
.../src/commands/DescribeAssetCommand.ts | 14 +-
.../DescribePackagingConfigurationCommand.ts | 14 +-
.../commands/DescribePackagingGroupCommand.ts | 14 +-
.../src/commands/ListAssetsCommand.ts | 14 +-
.../ListPackagingConfigurationsCommand.ts | 14 +-
.../commands/ListPackagingGroupsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdatePackagingGroupCommand.ts | 14 +-
clients/client-mediapackage/package.json | 42 +-
.../src/commands/ConfigureLogsCommand.ts | 14 +-
.../src/commands/CreateChannelCommand.ts | 14 +-
.../src/commands/CreateHarvestJobCommand.ts | 14 +-
.../commands/CreateOriginEndpointCommand.ts | 14 +-
.../src/commands/DeleteChannelCommand.ts | 14 +-
.../commands/DeleteOriginEndpointCommand.ts | 14 +-
.../src/commands/DescribeChannelCommand.ts | 14 +-
.../src/commands/DescribeHarvestJobCommand.ts | 14 +-
.../commands/DescribeOriginEndpointCommand.ts | 14 +-
.../src/commands/ListChannelsCommand.ts | 14 +-
.../src/commands/ListHarvestJobsCommand.ts | 14 +-
.../commands/ListOriginEndpointsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../RotateChannelCredentialsCommand.ts | 14 +-
.../RotateIngestEndpointCredentialsCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateChannelCommand.ts | 14 +-
.../commands/UpdateOriginEndpointCommand.ts | 14 +-
clients/client-mediapackagev2/package.json | 42 +-
.../src/commands/CreateChannelCommand.ts | 14 +-
.../src/commands/CreateChannelGroupCommand.ts | 14 +-
.../commands/CreateOriginEndpointCommand.ts | 14 +-
.../src/commands/DeleteChannelCommand.ts | 14 +-
.../src/commands/DeleteChannelGroupCommand.ts | 14 +-
.../commands/DeleteChannelPolicyCommand.ts | 14 +-
.../commands/DeleteOriginEndpointCommand.ts | 14 +-
.../DeleteOriginEndpointPolicyCommand.ts | 14 +-
.../src/commands/GetChannelCommand.ts | 14 +-
.../src/commands/GetChannelGroupCommand.ts | 14 +-
.../src/commands/GetChannelPolicyCommand.ts | 14 +-
.../src/commands/GetOriginEndpointCommand.ts | 14 +-
.../GetOriginEndpointPolicyCommand.ts | 14 +-
.../src/commands/ListChannelGroupsCommand.ts | 14 +-
.../src/commands/ListChannelsCommand.ts | 14 +-
.../commands/ListOriginEndpointsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutChannelPolicyCommand.ts | 14 +-
.../PutOriginEndpointPolicyCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateChannelCommand.ts | 14 +-
.../src/commands/UpdateChannelGroupCommand.ts | 14 +-
.../commands/UpdateOriginEndpointCommand.ts | 14 +-
clients/client-mediastore-data/package.json | 44 +-
.../src/commands/DeleteObjectCommand.ts | 14 +-
.../src/commands/DescribeObjectCommand.ts | 14 +-
.../src/commands/GetObjectCommand.ts | 14 +-
.../src/commands/ListItemsCommand.ts | 14 +-
.../src/commands/PutObjectCommand.ts | 14 +-
clients/client-mediastore/package.json | 42 +-
.../src/commands/CreateContainerCommand.ts | 14 +-
.../src/commands/DeleteContainerCommand.ts | 14 +-
.../commands/DeleteContainerPolicyCommand.ts | 14 +-
.../src/commands/DeleteCorsPolicyCommand.ts | 14 +-
.../commands/DeleteLifecyclePolicyCommand.ts | 14 +-
.../src/commands/DeleteMetricPolicyCommand.ts | 14 +-
.../src/commands/DescribeContainerCommand.ts | 14 +-
.../src/commands/GetContainerPolicyCommand.ts | 14 +-
.../src/commands/GetCorsPolicyCommand.ts | 14 +-
.../src/commands/GetLifecyclePolicyCommand.ts | 14 +-
.../src/commands/GetMetricPolicyCommand.ts | 14 +-
.../src/commands/ListContainersCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutContainerPolicyCommand.ts | 14 +-
.../src/commands/PutCorsPolicyCommand.ts | 14 +-
.../src/commands/PutLifecyclePolicyCommand.ts | 14 +-
.../src/commands/PutMetricPolicyCommand.ts | 14 +-
.../src/commands/StartAccessLoggingCommand.ts | 14 +-
.../src/commands/StopAccessLoggingCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
clients/client-mediatailor/package.json | 42 +-
.../ConfigureLogsForChannelCommand.ts | 14 +-
...gureLogsForPlaybackConfigurationCommand.ts | 14 +-
.../src/commands/CreateChannelCommand.ts | 14 +-
.../src/commands/CreateLiveSourceCommand.ts | 14 +-
.../commands/CreatePrefetchScheduleCommand.ts | 14 +-
.../src/commands/CreateProgramCommand.ts | 14 +-
.../commands/CreateSourceLocationCommand.ts | 14 +-
.../src/commands/CreateVodSourceCommand.ts | 14 +-
.../src/commands/DeleteChannelCommand.ts | 14 +-
.../commands/DeleteChannelPolicyCommand.ts | 14 +-
.../src/commands/DeleteLiveSourceCommand.ts | 14 +-
.../DeletePlaybackConfigurationCommand.ts | 14 +-
.../commands/DeletePrefetchScheduleCommand.ts | 14 +-
.../src/commands/DeleteProgramCommand.ts | 14 +-
.../commands/DeleteSourceLocationCommand.ts | 14 +-
.../src/commands/DeleteVodSourceCommand.ts | 14 +-
.../src/commands/DescribeChannelCommand.ts | 14 +-
.../src/commands/DescribeLiveSourceCommand.ts | 14 +-
.../src/commands/DescribeProgramCommand.ts | 14 +-
.../commands/DescribeSourceLocationCommand.ts | 14 +-
.../src/commands/DescribeVodSourceCommand.ts | 14 +-
.../src/commands/GetChannelPolicyCommand.ts | 14 +-
.../src/commands/GetChannelScheduleCommand.ts | 14 +-
.../GetPlaybackConfigurationCommand.ts | 14 +-
.../commands/GetPrefetchScheduleCommand.ts | 14 +-
.../src/commands/ListAlertsCommand.ts | 14 +-
.../src/commands/ListChannelsCommand.ts | 14 +-
.../src/commands/ListLiveSourcesCommand.ts | 14 +-
.../ListPlaybackConfigurationsCommand.ts | 14 +-
.../commands/ListPrefetchSchedulesCommand.ts | 14 +-
.../commands/ListSourceLocationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListVodSourcesCommand.ts | 14 +-
.../src/commands/PutChannelPolicyCommand.ts | 14 +-
.../PutPlaybackConfigurationCommand.ts | 14 +-
.../src/commands/StartChannelCommand.ts | 14 +-
.../src/commands/StopChannelCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateChannelCommand.ts | 14 +-
.../src/commands/UpdateLiveSourceCommand.ts | 14 +-
.../src/commands/UpdateProgramCommand.ts | 14 +-
.../commands/UpdateSourceLocationCommand.ts | 14 +-
.../src/commands/UpdateVodSourceCommand.ts | 14 +-
clients/client-medical-imaging/package.json | 44 +-
.../src/commands/CopyImageSetCommand.ts | 14 +-
.../src/commands/CreateDatastoreCommand.ts | 14 +-
.../src/commands/DeleteDatastoreCommand.ts | 14 +-
.../src/commands/DeleteImageSetCommand.ts | 14 +-
.../src/commands/GetDICOMImportJobCommand.ts | 14 +-
.../src/commands/GetDatastoreCommand.ts | 14 +-
.../src/commands/GetImageFrameCommand.ts | 14 +-
.../src/commands/GetImageSetCommand.ts | 14 +-
.../commands/GetImageSetMetadataCommand.ts | 14 +-
.../commands/ListDICOMImportJobsCommand.ts | 14 +-
.../src/commands/ListDatastoresCommand.ts | 14 +-
.../commands/ListImageSetVersionsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/SearchImageSetsCommand.ts | 14 +-
.../commands/StartDICOMImportJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateImageSetMetadataCommand.ts | 14 +-
clients/client-memorydb/package.json | 42 +-
.../src/commands/BatchUpdateClusterCommand.ts | 14 +-
.../src/commands/CopySnapshotCommand.ts | 14 +-
.../src/commands/CreateACLCommand.ts | 14 +-
.../src/commands/CreateClusterCommand.ts | 14 +-
.../commands/CreateParameterGroupCommand.ts | 14 +-
.../src/commands/CreateSnapshotCommand.ts | 14 +-
.../src/commands/CreateSubnetGroupCommand.ts | 14 +-
.../src/commands/CreateUserCommand.ts | 14 +-
.../src/commands/DeleteACLCommand.ts | 14 +-
.../src/commands/DeleteClusterCommand.ts | 14 +-
.../commands/DeleteParameterGroupCommand.ts | 14 +-
.../src/commands/DeleteSnapshotCommand.ts | 14 +-
.../src/commands/DeleteSubnetGroupCommand.ts | 14 +-
.../src/commands/DeleteUserCommand.ts | 14 +-
.../src/commands/DescribeACLsCommand.ts | 14 +-
.../src/commands/DescribeClustersCommand.ts | 14 +-
.../commands/DescribeEngineVersionsCommand.ts | 14 +-
.../src/commands/DescribeEventsCommand.ts | 14 +-
.../DescribeParameterGroupsCommand.ts | 14 +-
.../src/commands/DescribeParametersCommand.ts | 14 +-
.../commands/DescribeReservedNodesCommand.ts | 14 +-
.../DescribeReservedNodesOfferingsCommand.ts | 14 +-
.../commands/DescribeServiceUpdatesCommand.ts | 14 +-
.../src/commands/DescribeSnapshotsCommand.ts | 14 +-
.../commands/DescribeSubnetGroupsCommand.ts | 14 +-
.../src/commands/DescribeUsersCommand.ts | 14 +-
.../src/commands/FailoverShardCommand.ts | 14 +-
.../ListAllowedNodeTypeUpdatesCommand.ts | 14 +-
.../src/commands/ListTagsCommand.ts | 14 +-
.../PurchaseReservedNodesOfferingCommand.ts | 14 +-
.../commands/ResetParameterGroupCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateACLCommand.ts | 14 +-
.../src/commands/UpdateClusterCommand.ts | 14 +-
.../commands/UpdateParameterGroupCommand.ts | 14 +-
.../src/commands/UpdateSubnetGroupCommand.ts | 14 +-
.../src/commands/UpdateUserCommand.ts | 14 +-
clients/client-mgn/package.json | 42 +-
.../src/commands/ArchiveApplicationCommand.ts | 14 +-
.../src/commands/ArchiveWaveCommand.ts | 14 +-
.../commands/AssociateApplicationsCommand.ts | 14 +-
.../commands/AssociateSourceServersCommand.ts | 14 +-
.../ChangeServerLifeCycleStateCommand.ts | 14 +-
.../src/commands/CreateApplicationCommand.ts | 14 +-
.../src/commands/CreateConnectorCommand.ts | 14 +-
...reateLaunchConfigurationTemplateCommand.ts | 14 +-
...ReplicationConfigurationTemplateCommand.ts | 14 +-
.../src/commands/CreateWaveCommand.ts | 14 +-
.../src/commands/DeleteApplicationCommand.ts | 14 +-
.../src/commands/DeleteConnectorCommand.ts | 14 +-
.../src/commands/DeleteJobCommand.ts | 14 +-
...eleteLaunchConfigurationTemplateCommand.ts | 14 +-
...ReplicationConfigurationTemplateCommand.ts | 14 +-
.../src/commands/DeleteSourceServerCommand.ts | 14 +-
.../commands/DeleteVcenterClientCommand.ts | 14 +-
.../src/commands/DeleteWaveCommand.ts | 14 +-
.../commands/DescribeJobLogItemsCommand.ts | 14 +-
.../src/commands/DescribeJobsCommand.ts | 14 +-
...ribeLaunchConfigurationTemplatesCommand.ts | 14 +-
...eplicationConfigurationTemplatesCommand.ts | 14 +-
.../commands/DescribeSourceServersCommand.ts | 14 +-
.../commands/DescribeVcenterClientsCommand.ts | 14 +-
.../DisassociateApplicationsCommand.ts | 14 +-
.../DisassociateSourceServersCommand.ts | 14 +-
.../commands/DisconnectFromServiceCommand.ts | 14 +-
.../src/commands/FinalizeCutoverCommand.ts | 14 +-
.../commands/GetLaunchConfigurationCommand.ts | 14 +-
.../GetReplicationConfigurationCommand.ts | 14 +-
.../src/commands/InitializeServiceCommand.ts | 14 +-
.../src/commands/ListApplicationsCommand.ts | 14 +-
.../src/commands/ListConnectorsCommand.ts | 14 +-
.../src/commands/ListExportErrorsCommand.ts | 14 +-
.../src/commands/ListExportsCommand.ts | 14 +-
.../src/commands/ListImportErrorsCommand.ts | 14 +-
.../src/commands/ListImportsCommand.ts | 14 +-
.../commands/ListManagedAccountsCommand.ts | 14 +-
.../ListSourceServerActionsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/ListTemplateActionsCommand.ts | 14 +-
.../src/commands/ListWavesCommand.ts | 14 +-
.../src/commands/MarkAsArchivedCommand.ts | 14 +-
.../src/commands/PauseReplicationCommand.ts | 14 +-
.../commands/PutSourceServerActionCommand.ts | 14 +-
.../src/commands/PutTemplateActionCommand.ts | 14 +-
.../RemoveSourceServerActionCommand.ts | 14 +-
.../commands/RemoveTemplateActionCommand.ts | 14 +-
.../src/commands/ResumeReplicationCommand.ts | 14 +-
.../commands/RetryDataReplicationCommand.ts | 14 +-
.../src/commands/StartCutoverCommand.ts | 14 +-
.../src/commands/StartExportCommand.ts | 14 +-
.../src/commands/StartImportCommand.ts | 14 +-
.../src/commands/StartReplicationCommand.ts | 14 +-
.../src/commands/StartTestCommand.ts | 14 +-
.../src/commands/StopReplicationCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../TerminateTargetInstancesCommand.ts | 14 +-
.../commands/UnarchiveApplicationCommand.ts | 14 +-
.../src/commands/UnarchiveWaveCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateApplicationCommand.ts | 14 +-
.../src/commands/UpdateConnectorCommand.ts | 14 +-
.../UpdateLaunchConfigurationCommand.ts | 14 +-
...pdateLaunchConfigurationTemplateCommand.ts | 14 +-
.../UpdateReplicationConfigurationCommand.ts | 14 +-
...ReplicationConfigurationTemplateCommand.ts | 14 +-
.../src/commands/UpdateSourceServerCommand.ts | 14 +-
...pdateSourceServerReplicationTypeCommand.ts | 14 +-
.../src/commands/UpdateWaveCommand.ts | 14 +-
.../package.json | 42 +-
.../src/commands/CreateApplicationCommand.ts | 14 +-
.../src/commands/CreateEnvironmentCommand.ts | 14 +-
.../src/commands/CreateRouteCommand.ts | 14 +-
.../src/commands/CreateServiceCommand.ts | 14 +-
.../src/commands/DeleteApplicationCommand.ts | 14 +-
.../src/commands/DeleteEnvironmentCommand.ts | 14 +-
.../commands/DeleteResourcePolicyCommand.ts | 14 +-
.../src/commands/DeleteRouteCommand.ts | 14 +-
.../src/commands/DeleteServiceCommand.ts | 14 +-
.../src/commands/GetApplicationCommand.ts | 14 +-
.../src/commands/GetEnvironmentCommand.ts | 14 +-
.../src/commands/GetResourcePolicyCommand.ts | 14 +-
.../src/commands/GetRouteCommand.ts | 14 +-
.../src/commands/GetServiceCommand.ts | 14 +-
.../src/commands/ListApplicationsCommand.ts | 14 +-
.../commands/ListEnvironmentVpcsCommand.ts | 14 +-
.../src/commands/ListEnvironmentsCommand.ts | 14 +-
.../src/commands/ListRoutesCommand.ts | 14 +-
.../src/commands/ListServicesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutResourcePolicyCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateRouteCommand.ts | 14 +-
clients/client-migration-hub/package.json | 42 +-
.../AssociateCreatedArtifactCommand.ts | 14 +-
.../AssociateDiscoveredResourceCommand.ts | 14 +-
.../CreateProgressUpdateStreamCommand.ts | 14 +-
.../DeleteProgressUpdateStreamCommand.ts | 14 +-
.../DescribeApplicationStateCommand.ts | 14 +-
.../commands/DescribeMigrationTaskCommand.ts | 14 +-
.../DisassociateCreatedArtifactCommand.ts | 14 +-
.../DisassociateDiscoveredResourceCommand.ts | 14 +-
.../commands/ImportMigrationTaskCommand.ts | 14 +-
.../commands/ListApplicationStatesCommand.ts | 14 +-
.../commands/ListCreatedArtifactsCommand.ts | 14 +-
.../ListDiscoveredResourcesCommand.ts | 14 +-
.../src/commands/ListMigrationTasksCommand.ts | 14 +-
.../ListProgressUpdateStreamsCommand.ts | 14 +-
.../commands/NotifyApplicationStateCommand.ts | 14 +-
.../NotifyMigrationTaskStateCommand.ts | 14 +-
.../commands/PutResourceAttributesCommand.ts | 14 +-
.../client-migrationhub-config/package.json | 42 +-
.../CreateHomeRegionControlCommand.ts | 14 +-
.../DeleteHomeRegionControlCommand.ts | 14 +-
.../DescribeHomeRegionControlsCommand.ts | 14 +-
.../src/commands/GetHomeRegionCommand.ts | 14 +-
.../package.json | 42 +-
.../src/commands/CreateTemplateCommand.ts | 14 +-
.../src/commands/CreateWorkflowCommand.ts | 14 +-
.../src/commands/CreateWorkflowStepCommand.ts | 14 +-
.../CreateWorkflowStepGroupCommand.ts | 14 +-
.../src/commands/DeleteTemplateCommand.ts | 14 +-
.../src/commands/DeleteWorkflowCommand.ts | 14 +-
.../src/commands/DeleteWorkflowStepCommand.ts | 14 +-
.../DeleteWorkflowStepGroupCommand.ts | 14 +-
.../src/commands/GetTemplateCommand.ts | 14 +-
.../src/commands/GetTemplateStepCommand.ts | 14 +-
.../commands/GetTemplateStepGroupCommand.ts | 14 +-
.../src/commands/GetWorkflowCommand.ts | 14 +-
.../src/commands/GetWorkflowStepCommand.ts | 14 +-
.../commands/GetWorkflowStepGroupCommand.ts | 14 +-
.../src/commands/ListPluginsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/ListTemplateStepGroupsCommand.ts | 14 +-
.../src/commands/ListTemplateStepsCommand.ts | 14 +-
.../src/commands/ListTemplatesCommand.ts | 14 +-
.../commands/ListWorkflowStepGroupsCommand.ts | 14 +-
.../src/commands/ListWorkflowStepsCommand.ts | 14 +-
.../src/commands/ListWorkflowsCommand.ts | 14 +-
.../src/commands/RetryWorkflowStepCommand.ts | 14 +-
.../src/commands/StartWorkflowCommand.ts | 14 +-
.../src/commands/StopWorkflowCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateTemplateCommand.ts | 14 +-
.../src/commands/UpdateWorkflowCommand.ts | 14 +-
.../src/commands/UpdateWorkflowStepCommand.ts | 14 +-
.../UpdateWorkflowStepGroupCommand.ts | 14 +-
.../client-migrationhubstrategy/package.json | 42 +-
.../GetApplicationComponentDetailsCommand.ts | 14 +-
...etApplicationComponentStrategiesCommand.ts | 14 +-
.../src/commands/GetAssessmentCommand.ts | 14 +-
.../src/commands/GetImportFileTaskCommand.ts | 14 +-
.../commands/GetLatestAssessmentIdCommand.ts | 14 +-
.../GetPortfolioPreferencesCommand.ts | 14 +-
.../commands/GetPortfolioSummaryCommand.ts | 14 +-
.../GetRecommendationReportDetailsCommand.ts | 14 +-
.../src/commands/GetServerDetailsCommand.ts | 14 +-
.../commands/GetServerStrategiesCommand.ts | 14 +-
.../commands/ListAnalyzableServersCommand.ts | 14 +-
.../ListApplicationComponentsCommand.ts | 14 +-
.../src/commands/ListCollectorsCommand.ts | 14 +-
.../src/commands/ListImportFileTaskCommand.ts | 14 +-
.../src/commands/ListServersCommand.ts | 14 +-
.../PutPortfolioPreferencesCommand.ts | 14 +-
.../src/commands/StartAssessmentCommand.ts | 14 +-
.../commands/StartImportFileTaskCommand.ts | 14 +-
...rtRecommendationReportGenerationCommand.ts | 14 +-
.../src/commands/StopAssessmentCommand.ts | 14 +-
...UpdateApplicationComponentConfigCommand.ts | 14 +-
.../src/commands/UpdateServerConfigCommand.ts | 14 +-
clients/client-mq/package.json | 42 +-
.../src/commands/CreateBrokerCommand.ts | 14 +-
.../commands/CreateConfigurationCommand.ts | 14 +-
.../src/commands/CreateTagsCommand.ts | 14 +-
.../src/commands/CreateUserCommand.ts | 14 +-
.../src/commands/DeleteBrokerCommand.ts | 14 +-
.../src/commands/DeleteTagsCommand.ts | 14 +-
.../src/commands/DeleteUserCommand.ts | 14 +-
.../src/commands/DescribeBrokerCommand.ts | 14 +-
.../DescribeBrokerEngineTypesCommand.ts | 14 +-
.../DescribeBrokerInstanceOptionsCommand.ts | 14 +-
.../commands/DescribeConfigurationCommand.ts | 14 +-
.../DescribeConfigurationRevisionCommand.ts | 14 +-
.../src/commands/DescribeUserCommand.ts | 14 +-
.../src/commands/ListBrokersCommand.ts | 14 +-
.../ListConfigurationRevisionsCommand.ts | 14 +-
.../src/commands/ListConfigurationsCommand.ts | 14 +-
.../client-mq/src/commands/ListTagsCommand.ts | 14 +-
.../src/commands/ListUsersCommand.ts | 14 +-
.../client-mq/src/commands/PromoteCommand.ts | 14 +-
.../src/commands/RebootBrokerCommand.ts | 14 +-
.../src/commands/UpdateBrokerCommand.ts | 14 +-
.../commands/UpdateConfigurationCommand.ts | 14 +-
.../src/commands/UpdateUserCommand.ts | 14 +-
clients/client-mturk/package.json | 42 +-
.../AcceptQualificationRequestCommand.ts | 14 +-
.../src/commands/ApproveAssignmentCommand.ts | 14 +-
...AssociateQualificationWithWorkerCommand.ts | 14 +-
...reateAdditionalAssignmentsForHITCommand.ts | 14 +-
.../src/commands/CreateHITCommand.ts | 14 +-
.../src/commands/CreateHITTypeCommand.ts | 14 +-
.../commands/CreateHITWithHITTypeCommand.ts | 14 +-
.../CreateQualificationTypeCommand.ts | 14 +-
.../src/commands/CreateWorkerBlockCommand.ts | 14 +-
.../src/commands/DeleteHITCommand.ts | 14 +-
.../DeleteQualificationTypeCommand.ts | 14 +-
.../src/commands/DeleteWorkerBlockCommand.ts | 14 +-
...associateQualificationFromWorkerCommand.ts | 14 +-
.../src/commands/GetAccountBalanceCommand.ts | 14 +-
.../src/commands/GetAssignmentCommand.ts | 14 +-
.../src/commands/GetFileUploadURLCommand.ts | 14 +-
.../src/commands/GetHITCommand.ts | 14 +-
.../commands/GetQualificationScoreCommand.ts | 14 +-
.../commands/GetQualificationTypeCommand.ts | 14 +-
.../commands/ListAssignmentsForHITCommand.ts | 14 +-
.../src/commands/ListBonusPaymentsCommand.ts | 14 +-
.../src/commands/ListHITsCommand.ts | 14 +-
.../ListHITsForQualificationTypeCommand.ts | 14 +-
.../ListQualificationRequestsCommand.ts | 14 +-
.../commands/ListQualificationTypesCommand.ts | 14 +-
.../ListReviewPolicyResultsForHITCommand.ts | 14 +-
.../src/commands/ListReviewableHITsCommand.ts | 14 +-
.../src/commands/ListWorkerBlocksCommand.ts | 14 +-
...ListWorkersWithQualificationTypeCommand.ts | 14 +-
.../src/commands/NotifyWorkersCommand.ts | 14 +-
.../src/commands/RejectAssignmentCommand.ts | 14 +-
.../RejectQualificationRequestCommand.ts | 14 +-
.../src/commands/SendBonusCommand.ts | 14 +-
.../SendTestEventNotificationCommand.ts | 14 +-
.../commands/UpdateExpirationForHITCommand.ts | 14 +-
.../commands/UpdateHITReviewStatusCommand.ts | 14 +-
.../src/commands/UpdateHITTypeOfHITCommand.ts | 14 +-
.../UpdateNotificationSettingsCommand.ts | 14 +-
.../UpdateQualificationTypeCommand.ts | 14 +-
clients/client-mwaa/package.json | 42 +-
.../src/commands/CreateCliTokenCommand.ts | 14 +-
.../src/commands/CreateEnvironmentCommand.ts | 14 +-
.../commands/CreateWebLoginTokenCommand.ts | 14 +-
.../src/commands/DeleteEnvironmentCommand.ts | 14 +-
.../src/commands/GetEnvironmentCommand.ts | 14 +-
.../src/commands/ListEnvironmentsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PublishMetricsCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateEnvironmentCommand.ts | 14 +-
clients/client-neptune-graph/package.json | 46 +-
.../src/commands/CancelImportTaskCommand.ts | 14 +-
.../src/commands/CancelQueryCommand.ts | 14 +-
.../src/commands/CreateGraphCommand.ts | 14 +-
.../commands/CreateGraphSnapshotCommand.ts | 14 +-
.../CreateGraphUsingImportTaskCommand.ts | 14 +-
.../CreatePrivateGraphEndpointCommand.ts | 14 +-
.../src/commands/DeleteGraphCommand.ts | 14 +-
.../commands/DeleteGraphSnapshotCommand.ts | 14 +-
.../DeletePrivateGraphEndpointCommand.ts | 14 +-
.../src/commands/ExecuteQueryCommand.ts | 14 +-
.../src/commands/GetGraphCommand.ts | 14 +-
.../src/commands/GetGraphSnapshotCommand.ts | 14 +-
.../src/commands/GetGraphSummaryCommand.ts | 14 +-
.../src/commands/GetImportTaskCommand.ts | 14 +-
.../GetPrivateGraphEndpointCommand.ts | 14 +-
.../src/commands/GetQueryCommand.ts | 14 +-
.../src/commands/ListGraphSnapshotsCommand.ts | 14 +-
.../src/commands/ListGraphsCommand.ts | 14 +-
.../src/commands/ListImportTasksCommand.ts | 14 +-
.../ListPrivateGraphEndpointsCommand.ts | 14 +-
.../src/commands/ListQueriesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ResetGraphCommand.ts | 14 +-
.../RestoreGraphFromSnapshotCommand.ts | 14 +-
.../src/commands/StartImportTaskCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateGraphCommand.ts | 14 +-
clients/client-neptune/package.json | 44 +-
.../src/commands/AddRoleToDBClusterCommand.ts | 14 +-
...ddSourceIdentifierToSubscriptionCommand.ts | 14 +-
.../src/commands/AddTagsToResourceCommand.ts | 14 +-
.../ApplyPendingMaintenanceActionCommand.ts | 14 +-
.../CopyDBClusterParameterGroupCommand.ts | 14 +-
.../commands/CopyDBClusterSnapshotCommand.ts | 14 +-
.../commands/CopyDBParameterGroupCommand.ts | 14 +-
.../src/commands/CreateDBClusterCommand.ts | 14 +-
.../CreateDBClusterEndpointCommand.ts | 14 +-
.../CreateDBClusterParameterGroupCommand.ts | 14 +-
.../CreateDBClusterSnapshotCommand.ts | 14 +-
.../src/commands/CreateDBInstanceCommand.ts | 14 +-
.../commands/CreateDBParameterGroupCommand.ts | 14 +-
.../commands/CreateDBSubnetGroupCommand.ts | 14 +-
.../CreateEventSubscriptionCommand.ts | 14 +-
.../commands/CreateGlobalClusterCommand.ts | 14 +-
.../src/commands/DeleteDBClusterCommand.ts | 14 +-
.../DeleteDBClusterEndpointCommand.ts | 14 +-
.../DeleteDBClusterParameterGroupCommand.ts | 14 +-
.../DeleteDBClusterSnapshotCommand.ts | 14 +-
.../src/commands/DeleteDBInstanceCommand.ts | 14 +-
.../commands/DeleteDBParameterGroupCommand.ts | 14 +-
.../commands/DeleteDBSubnetGroupCommand.ts | 14 +-
.../DeleteEventSubscriptionCommand.ts | 14 +-
.../commands/DeleteGlobalClusterCommand.ts | 14 +-
.../DescribeDBClusterEndpointsCommand.ts | 14 +-
...DescribeDBClusterParameterGroupsCommand.ts | 14 +-
.../DescribeDBClusterParametersCommand.ts | 14 +-
...cribeDBClusterSnapshotAttributesCommand.ts | 14 +-
.../DescribeDBClusterSnapshotsCommand.ts | 14 +-
.../src/commands/DescribeDBClustersCommand.ts | 14 +-
.../DescribeDBEngineVersionsCommand.ts | 14 +-
.../commands/DescribeDBInstancesCommand.ts | 14 +-
.../DescribeDBParameterGroupsCommand.ts | 14 +-
.../commands/DescribeDBParametersCommand.ts | 14 +-
.../commands/DescribeDBSubnetGroupsCommand.ts | 14 +-
...beEngineDefaultClusterParametersCommand.ts | 14 +-
.../DescribeEngineDefaultParametersCommand.ts | 14 +-
.../DescribeEventCategoriesCommand.ts | 14 +-
.../DescribeEventSubscriptionsCommand.ts | 14 +-
.../src/commands/DescribeEventsCommand.ts | 14 +-
.../commands/DescribeGlobalClustersCommand.ts | 14 +-
...scribeOrderableDBInstanceOptionsCommand.ts | 14 +-
...escribePendingMaintenanceActionsCommand.ts | 14 +-
...ribeValidDBInstanceModificationsCommand.ts | 14 +-
.../src/commands/FailoverDBClusterCommand.ts | 14 +-
.../commands/FailoverGlobalClusterCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ModifyDBClusterCommand.ts | 14 +-
.../ModifyDBClusterEndpointCommand.ts | 14 +-
.../ModifyDBClusterParameterGroupCommand.ts | 14 +-
...ModifyDBClusterSnapshotAttributeCommand.ts | 14 +-
.../src/commands/ModifyDBInstanceCommand.ts | 14 +-
.../commands/ModifyDBParameterGroupCommand.ts | 14 +-
.../commands/ModifyDBSubnetGroupCommand.ts | 14 +-
.../ModifyEventSubscriptionCommand.ts | 14 +-
.../commands/ModifyGlobalClusterCommand.ts | 14 +-
.../PromoteReadReplicaDBClusterCommand.ts | 14 +-
.../src/commands/RebootDBInstanceCommand.ts | 14 +-
.../RemoveFromGlobalClusterCommand.ts | 14 +-
.../RemoveRoleFromDBClusterCommand.ts | 14 +-
...SourceIdentifierFromSubscriptionCommand.ts | 14 +-
.../commands/RemoveTagsFromResourceCommand.ts | 14 +-
.../ResetDBClusterParameterGroupCommand.ts | 14 +-
.../commands/ResetDBParameterGroupCommand.ts | 14 +-
.../RestoreDBClusterFromSnapshotCommand.ts | 14 +-
.../RestoreDBClusterToPointInTimeCommand.ts | 14 +-
.../src/commands/StartDBClusterCommand.ts | 14 +-
.../src/commands/StopDBClusterCommand.ts | 14 +-
clients/client-neptunedata/package.json | 44 +-
.../src/commands/CancelGremlinQueryCommand.ts | 14 +-
.../src/commands/CancelLoaderJobCommand.ts | 14 +-
.../CancelMLDataProcessingJobCommand.ts | 14 +-
.../CancelMLModelTrainingJobCommand.ts | 14 +-
.../CancelMLModelTransformJobCommand.ts | 14 +-
.../commands/CancelOpenCypherQueryCommand.ts | 14 +-
.../src/commands/CreateMLEndpointCommand.ts | 14 +-
.../src/commands/DeleteMLEndpointCommand.ts | 14 +-
.../DeletePropertygraphStatisticsCommand.ts | 14 +-
.../commands/DeleteSparqlStatisticsCommand.ts | 14 +-
.../src/commands/ExecuteFastResetCommand.ts | 14 +-
.../ExecuteGremlinExplainQueryCommand.ts | 14 +-
.../ExecuteGremlinProfileQueryCommand.ts | 14 +-
.../commands/ExecuteGremlinQueryCommand.ts | 14 +-
.../ExecuteOpenCypherExplainQueryCommand.ts | 14 +-
.../commands/ExecuteOpenCypherQueryCommand.ts | 14 +-
.../src/commands/GetEngineStatusCommand.ts | 14 +-
.../commands/GetGremlinQueryStatusCommand.ts | 14 +-
.../src/commands/GetLoaderJobStatusCommand.ts | 14 +-
.../commands/GetMLDataProcessingJobCommand.ts | 14 +-
.../src/commands/GetMLEndpointCommand.ts | 14 +-
.../commands/GetMLModelTrainingJobCommand.ts | 14 +-
.../commands/GetMLModelTransformJobCommand.ts | 14 +-
.../GetOpenCypherQueryStatusCommand.ts | 14 +-
.../GetPropertygraphStatisticsCommand.ts | 14 +-
.../commands/GetPropertygraphStreamCommand.ts | 14 +-
.../GetPropertygraphSummaryCommand.ts | 14 +-
.../src/commands/GetRDFGraphSummaryCommand.ts | 14 +-
.../commands/GetSparqlStatisticsCommand.ts | 14 +-
.../src/commands/GetSparqlStreamCommand.ts | 14 +-
.../src/commands/ListGremlinQueriesCommand.ts | 14 +-
.../src/commands/ListLoaderJobsCommand.ts | 14 +-
.../ListMLDataProcessingJobsCommand.ts | 14 +-
.../src/commands/ListMLEndpointsCommand.ts | 14 +-
.../ListMLModelTrainingJobsCommand.ts | 14 +-
.../ListMLModelTransformJobsCommand.ts | 14 +-
.../commands/ListOpenCypherQueriesCommand.ts | 14 +-
.../ManagePropertygraphStatisticsCommand.ts | 14 +-
.../commands/ManageSparqlStatisticsCommand.ts | 14 +-
.../src/commands/StartLoaderJobCommand.ts | 14 +-
.../StartMLDataProcessingJobCommand.ts | 14 +-
.../StartMLModelTrainingJobCommand.ts | 14 +-
.../StartMLModelTransformJobCommand.ts | 14 +-
clients/client-network-firewall/package.json | 42 +-
.../AssociateFirewallPolicyCommand.ts | 14 +-
.../src/commands/AssociateSubnetsCommand.ts | 14 +-
.../src/commands/CreateFirewallCommand.ts | 14 +-
.../commands/CreateFirewallPolicyCommand.ts | 14 +-
.../src/commands/CreateRuleGroupCommand.ts | 14 +-
...CreateTLSInspectionConfigurationCommand.ts | 14 +-
.../src/commands/DeleteFirewallCommand.ts | 14 +-
.../commands/DeleteFirewallPolicyCommand.ts | 14 +-
.../commands/DeleteResourcePolicyCommand.ts | 14 +-
.../src/commands/DeleteRuleGroupCommand.ts | 14 +-
...DeleteTLSInspectionConfigurationCommand.ts | 14 +-
.../src/commands/DescribeFirewallCommand.ts | 14 +-
.../commands/DescribeFirewallPolicyCommand.ts | 14 +-
.../DescribeLoggingConfigurationCommand.ts | 14 +-
.../commands/DescribeResourcePolicyCommand.ts | 14 +-
.../src/commands/DescribeRuleGroupCommand.ts | 14 +-
.../DescribeRuleGroupMetadataCommand.ts | 14 +-
...scribeTLSInspectionConfigurationCommand.ts | 14 +-
.../commands/DisassociateSubnetsCommand.ts | 14 +-
.../commands/ListFirewallPoliciesCommand.ts | 14 +-
.../src/commands/ListFirewallsCommand.ts | 14 +-
.../src/commands/ListRuleGroupsCommand.ts | 14 +-
.../ListTLSInspectionConfigurationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutResourcePolicyCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateFirewallDeleteProtectionCommand.ts | 14 +-
.../UpdateFirewallDescriptionCommand.ts | 14 +-
...eFirewallEncryptionConfigurationCommand.ts | 14 +-
...teFirewallPolicyChangeProtectionCommand.ts | 14 +-
.../commands/UpdateFirewallPolicyCommand.ts | 14 +-
.../UpdateLoggingConfigurationCommand.ts | 14 +-
.../src/commands/UpdateRuleGroupCommand.ts | 14 +-
.../UpdateSubnetChangeProtectionCommand.ts | 14 +-
...UpdateTLSInspectionConfigurationCommand.ts | 14 +-
clients/client-networkmanager/package.json | 42 +-
.../src/commands/AcceptAttachmentCommand.ts | 14 +-
.../commands/AssociateConnectPeerCommand.ts | 14 +-
.../AssociateCustomerGatewayCommand.ts | 14 +-
.../src/commands/AssociateLinkCommand.ts | 14 +-
...sociateTransitGatewayConnectPeerCommand.ts | 14 +-
.../CreateConnectAttachmentCommand.ts | 14 +-
.../src/commands/CreateConnectPeerCommand.ts | 14 +-
.../src/commands/CreateConnectionCommand.ts | 14 +-
.../src/commands/CreateCoreNetworkCommand.ts | 14 +-
.../src/commands/CreateDeviceCommand.ts | 14 +-
.../commands/CreateGlobalNetworkCommand.ts | 14 +-
.../src/commands/CreateLinkCommand.ts | 14 +-
.../src/commands/CreateSiteCommand.ts | 14 +-
.../CreateSiteToSiteVpnAttachmentCommand.ts | 14 +-
.../CreateTransitGatewayPeeringCommand.ts | 14 +-
...ansitGatewayRouteTableAttachmentCommand.ts | 14 +-
.../commands/CreateVpcAttachmentCommand.ts | 14 +-
.../src/commands/DeleteAttachmentCommand.ts | 14 +-
.../src/commands/DeleteConnectPeerCommand.ts | 14 +-
.../src/commands/DeleteConnectionCommand.ts | 14 +-
.../src/commands/DeleteCoreNetworkCommand.ts | 14 +-
.../DeleteCoreNetworkPolicyVersionCommand.ts | 14 +-
.../src/commands/DeleteDeviceCommand.ts | 14 +-
.../commands/DeleteGlobalNetworkCommand.ts | 14 +-
.../src/commands/DeleteLinkCommand.ts | 14 +-
.../src/commands/DeletePeeringCommand.ts | 14 +-
.../commands/DeleteResourcePolicyCommand.ts | 14 +-
.../src/commands/DeleteSiteCommand.ts | 14 +-
.../DeregisterTransitGatewayCommand.ts | 14 +-
.../commands/DescribeGlobalNetworksCommand.ts | 14 +-
.../DisassociateConnectPeerCommand.ts | 14 +-
.../DisassociateCustomerGatewayCommand.ts | 14 +-
.../src/commands/DisassociateLinkCommand.ts | 14 +-
...sociateTransitGatewayConnectPeerCommand.ts | 14 +-
.../ExecuteCoreNetworkChangeSetCommand.ts | 14 +-
.../commands/GetConnectAttachmentCommand.ts | 14 +-
.../GetConnectPeerAssociationsCommand.ts | 14 +-
.../src/commands/GetConnectPeerCommand.ts | 14 +-
.../src/commands/GetConnectionsCommand.ts | 14 +-
.../GetCoreNetworkChangeEventsCommand.ts | 14 +-
.../GetCoreNetworkChangeSetCommand.ts | 14 +-
.../src/commands/GetCoreNetworkCommand.ts | 14 +-
.../commands/GetCoreNetworkPolicyCommand.ts | 14 +-
.../GetCustomerGatewayAssociationsCommand.ts | 14 +-
.../src/commands/GetDevicesCommand.ts | 14 +-
.../commands/GetLinkAssociationsCommand.ts | 14 +-
.../src/commands/GetLinksCommand.ts | 14 +-
.../GetNetworkResourceCountsCommand.ts | 14 +-
.../GetNetworkResourceRelationshipsCommand.ts | 14 +-
.../commands/GetNetworkResourcesCommand.ts | 14 +-
.../src/commands/GetNetworkRoutesCommand.ts | 14 +-
.../commands/GetNetworkTelemetryCommand.ts | 14 +-
.../src/commands/GetResourcePolicyCommand.ts | 14 +-
.../src/commands/GetRouteAnalysisCommand.ts | 14 +-
.../GetSiteToSiteVpnAttachmentCommand.ts | 14 +-
.../src/commands/GetSitesCommand.ts | 14 +-
...itGatewayConnectPeerAssociationsCommand.ts | 14 +-
.../GetTransitGatewayPeeringCommand.ts | 14 +-
.../GetTransitGatewayRegistrationsCommand.ts | 14 +-
...ansitGatewayRouteTableAttachmentCommand.ts | 14 +-
.../src/commands/GetVpcAttachmentCommand.ts | 14 +-
.../src/commands/ListAttachmentsCommand.ts | 14 +-
.../src/commands/ListConnectPeersCommand.ts | 14 +-
.../ListCoreNetworkPolicyVersionsCommand.ts | 14 +-
.../src/commands/ListCoreNetworksCommand.ts | 14 +-
...tOrganizationServiceAccessStatusCommand.ts | 14 +-
.../src/commands/ListPeeringsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/PutCoreNetworkPolicyCommand.ts | 14 +-
.../src/commands/PutResourcePolicyCommand.ts | 14 +-
.../commands/RegisterTransitGatewayCommand.ts | 14 +-
.../src/commands/RejectAttachmentCommand.ts | 14 +-
.../RestoreCoreNetworkPolicyVersionCommand.ts | 14 +-
...tOrganizationServiceAccessUpdateCommand.ts | 14 +-
.../src/commands/StartRouteAnalysisCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateConnectionCommand.ts | 14 +-
.../src/commands/UpdateCoreNetworkCommand.ts | 14 +-
.../src/commands/UpdateDeviceCommand.ts | 14 +-
.../commands/UpdateGlobalNetworkCommand.ts | 14 +-
.../src/commands/UpdateLinkCommand.ts | 14 +-
.../UpdateNetworkResourceMetadataCommand.ts | 14 +-
.../src/commands/UpdateSiteCommand.ts | 14 +-
.../commands/UpdateVpcAttachmentCommand.ts | 14 +-
clients/client-networkmonitor/package.json | 42 +-
.../src/commands/CreateMonitorCommand.ts | 14 +-
.../src/commands/CreateProbeCommand.ts | 14 +-
.../src/commands/DeleteMonitorCommand.ts | 14 +-
.../src/commands/DeleteProbeCommand.ts | 14 +-
.../src/commands/GetMonitorCommand.ts | 14 +-
.../src/commands/GetProbeCommand.ts | 14 +-
.../src/commands/ListMonitorsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateMonitorCommand.ts | 14 +-
.../src/commands/UpdateProbeCommand.ts | 14 +-
clients/client-nimble/package.json | 44 +-
.../src/commands/AcceptEulasCommand.ts | 14 +-
.../commands/CreateLaunchProfileCommand.ts | 14 +-
.../commands/CreateStreamingImageCommand.ts | 14 +-
.../commands/CreateStreamingSessionCommand.ts | 14 +-
.../CreateStreamingSessionStreamCommand.ts | 14 +-
.../src/commands/CreateStudioCommand.ts | 14 +-
.../commands/CreateStudioComponentCommand.ts | 14 +-
.../commands/DeleteLaunchProfileCommand.ts | 14 +-
.../DeleteLaunchProfileMemberCommand.ts | 14 +-
.../commands/DeleteStreamingImageCommand.ts | 14 +-
.../commands/DeleteStreamingSessionCommand.ts | 14 +-
.../src/commands/DeleteStudioCommand.ts | 14 +-
.../commands/DeleteStudioComponentCommand.ts | 14 +-
.../src/commands/DeleteStudioMemberCommand.ts | 14 +-
.../src/commands/GetEulaCommand.ts | 14 +-
.../src/commands/GetLaunchProfileCommand.ts | 14 +-
.../GetLaunchProfileDetailsCommand.ts | 14 +-
.../GetLaunchProfileInitializationCommand.ts | 14 +-
.../commands/GetLaunchProfileMemberCommand.ts | 14 +-
.../src/commands/GetStreamingImageCommand.ts | 14 +-
.../GetStreamingSessionBackupCommand.ts | 14 +-
.../commands/GetStreamingSessionCommand.ts | 14 +-
.../GetStreamingSessionStreamCommand.ts | 14 +-
.../src/commands/GetStudioCommand.ts | 14 +-
.../src/commands/GetStudioComponentCommand.ts | 14 +-
.../src/commands/GetStudioMemberCommand.ts | 14 +-
.../commands/ListEulaAcceptancesCommand.ts | 14 +-
.../src/commands/ListEulasCommand.ts | 14 +-
.../ListLaunchProfileMembersCommand.ts | 14 +-
.../src/commands/ListLaunchProfilesCommand.ts | 14 +-
.../commands/ListStreamingImagesCommand.ts | 14 +-
.../ListStreamingSessionBackupsCommand.ts | 14 +-
.../commands/ListStreamingSessionsCommand.ts | 14 +-
.../commands/ListStudioComponentsCommand.ts | 14 +-
.../src/commands/ListStudioMembersCommand.ts | 14 +-
.../src/commands/ListStudiosCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../PutLaunchProfileMembersCommand.ts | 14 +-
.../src/commands/PutStudioMembersCommand.ts | 14 +-
.../commands/StartStreamingSessionCommand.ts | 14 +-
...tartStudioSSOConfigurationRepairCommand.ts | 14 +-
.../commands/StopStreamingSessionCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateLaunchProfileCommand.ts | 14 +-
.../UpdateLaunchProfileMemberCommand.ts | 14 +-
.../commands/UpdateStreamingImageCommand.ts | 14 +-
.../src/commands/UpdateStudioCommand.ts | 14 +-
.../commands/UpdateStudioComponentCommand.ts | 14 +-
clients/client-oam/package.json | 42 +-
.../src/commands/CreateLinkCommand.ts | 14 +-
.../src/commands/CreateSinkCommand.ts | 14 +-
.../src/commands/DeleteLinkCommand.ts | 14 +-
.../src/commands/DeleteSinkCommand.ts | 14 +-
.../client-oam/src/commands/GetLinkCommand.ts | 14 +-
.../client-oam/src/commands/GetSinkCommand.ts | 14 +-
.../src/commands/GetSinkPolicyCommand.ts | 14 +-
.../src/commands/ListAttachedLinksCommand.ts | 14 +-
.../src/commands/ListLinksCommand.ts | 14 +-
.../src/commands/ListSinksCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutSinkPolicyCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateLinkCommand.ts | 14 +-
clients/client-omics/package.json | 46 +-
.../AbortMultipartReadSetUploadCommand.ts | 14 +-
.../src/commands/AcceptShareCommand.ts | 14 +-
.../src/commands/BatchDeleteReadSetCommand.ts | 14 +-
.../CancelAnnotationImportJobCommand.ts | 14 +-
.../src/commands/CancelRunCommand.ts | 14 +-
.../commands/CancelVariantImportJobCommand.ts | 14 +-
.../CompleteMultipartReadSetUploadCommand.ts | 14 +-
.../commands/CreateAnnotationStoreCommand.ts | 14 +-
.../CreateAnnotationStoreVersionCommand.ts | 14 +-
.../CreateMultipartReadSetUploadCommand.ts | 14 +-
.../commands/CreateReferenceStoreCommand.ts | 14 +-
.../src/commands/CreateRunGroupCommand.ts | 14 +-
.../commands/CreateSequenceStoreCommand.ts | 14 +-
.../src/commands/CreateShareCommand.ts | 14 +-
.../src/commands/CreateVariantStoreCommand.ts | 14 +-
.../src/commands/CreateWorkflowCommand.ts | 14 +-
.../commands/DeleteAnnotationStoreCommand.ts | 14 +-
.../DeleteAnnotationStoreVersionsCommand.ts | 14 +-
.../src/commands/DeleteReferenceCommand.ts | 14 +-
.../commands/DeleteReferenceStoreCommand.ts | 14 +-
.../src/commands/DeleteRunCommand.ts | 14 +-
.../src/commands/DeleteRunGroupCommand.ts | 14 +-
.../commands/DeleteSequenceStoreCommand.ts | 14 +-
.../src/commands/DeleteShareCommand.ts | 14 +-
.../src/commands/DeleteVariantStoreCommand.ts | 14 +-
.../src/commands/DeleteWorkflowCommand.ts | 14 +-
.../commands/GetAnnotationImportJobCommand.ts | 14 +-
.../src/commands/GetAnnotationStoreCommand.ts | 14 +-
.../GetAnnotationStoreVersionCommand.ts | 14 +-
.../GetReadSetActivationJobCommand.ts | 14 +-
.../src/commands/GetReadSetCommand.ts | 14 +-
.../commands/GetReadSetExportJobCommand.ts | 14 +-
.../commands/GetReadSetImportJobCommand.ts | 14 +-
.../src/commands/GetReadSetMetadataCommand.ts | 14 +-
.../src/commands/GetReferenceCommand.ts | 14 +-
.../commands/GetReferenceImportJobCommand.ts | 14 +-
.../commands/GetReferenceMetadataCommand.ts | 14 +-
.../src/commands/GetReferenceStoreCommand.ts | 14 +-
.../src/commands/GetRunCommand.ts | 14 +-
.../src/commands/GetRunGroupCommand.ts | 14 +-
.../src/commands/GetRunTaskCommand.ts | 14 +-
.../src/commands/GetSequenceStoreCommand.ts | 14 +-
.../src/commands/GetShareCommand.ts | 14 +-
.../commands/GetVariantImportJobCommand.ts | 14 +-
.../src/commands/GetVariantStoreCommand.ts | 14 +-
.../src/commands/GetWorkflowCommand.ts | 14 +-
.../ListAnnotationImportJobsCommand.ts | 14 +-
.../ListAnnotationStoreVersionsCommand.ts | 14 +-
.../commands/ListAnnotationStoresCommand.ts | 14 +-
.../ListMultipartReadSetUploadsCommand.ts | 14 +-
.../ListReadSetActivationJobsCommand.ts | 14 +-
.../commands/ListReadSetExportJobsCommand.ts | 14 +-
.../commands/ListReadSetImportJobsCommand.ts | 14 +-
.../commands/ListReadSetUploadPartsCommand.ts | 14 +-
.../src/commands/ListReadSetsCommand.ts | 14 +-
.../ListReferenceImportJobsCommand.ts | 14 +-
.../commands/ListReferenceStoresCommand.ts | 14 +-
.../src/commands/ListReferencesCommand.ts | 14 +-
.../src/commands/ListRunGroupsCommand.ts | 14 +-
.../src/commands/ListRunTasksCommand.ts | 14 +-
.../src/commands/ListRunsCommand.ts | 14 +-
.../src/commands/ListSequenceStoresCommand.ts | 14 +-
.../src/commands/ListSharesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/ListVariantImportJobsCommand.ts | 14 +-
.../src/commands/ListVariantStoresCommand.ts | 14 +-
.../src/commands/ListWorkflowsCommand.ts | 14 +-
.../StartAnnotationImportJobCommand.ts | 14 +-
.../StartReadSetActivationJobCommand.ts | 14 +-
.../commands/StartReadSetExportJobCommand.ts | 14 +-
.../commands/StartReadSetImportJobCommand.ts | 14 +-
.../StartReferenceImportJobCommand.ts | 14 +-
.../src/commands/StartRunCommand.ts | 14 +-
.../commands/StartVariantImportJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateAnnotationStoreCommand.ts | 14 +-
.../UpdateAnnotationStoreVersionCommand.ts | 14 +-
.../src/commands/UpdateRunGroupCommand.ts | 14 +-
.../src/commands/UpdateVariantStoreCommand.ts | 14 +-
.../src/commands/UpdateWorkflowCommand.ts | 14 +-
.../src/commands/UploadReadSetPartCommand.ts | 14 +-
clients/client-opensearch/package.json | 42 +-
.../AcceptInboundConnectionCommand.ts | 14 +-
.../src/commands/AddDataSourceCommand.ts | 14 +-
.../src/commands/AddTagsCommand.ts | 14 +-
.../src/commands/AssociatePackageCommand.ts | 14 +-
.../AuthorizeVpcEndpointAccessCommand.ts | 14 +-
.../CancelDomainConfigChangeCommand.ts | 14 +-
.../CancelServiceSoftwareUpdateCommand.ts | 14 +-
.../src/commands/CreateDomainCommand.ts | 14 +-
.../CreateOutboundConnectionCommand.ts | 14 +-
.../src/commands/CreatePackageCommand.ts | 14 +-
.../src/commands/CreateVpcEndpointCommand.ts | 14 +-
.../src/commands/DeleteDataSourceCommand.ts | 14 +-
.../src/commands/DeleteDomainCommand.ts | 14 +-
.../DeleteInboundConnectionCommand.ts | 14 +-
.../DeleteOutboundConnectionCommand.ts | 14 +-
.../src/commands/DeletePackageCommand.ts | 14 +-
.../src/commands/DeleteVpcEndpointCommand.ts | 14 +-
.../DescribeDomainAutoTunesCommand.ts | 14 +-
.../DescribeDomainChangeProgressCommand.ts | 14 +-
.../src/commands/DescribeDomainCommand.ts | 14 +-
.../commands/DescribeDomainConfigCommand.ts | 14 +-
.../commands/DescribeDomainHealthCommand.ts | 14 +-
.../commands/DescribeDomainNodesCommand.ts | 14 +-
.../src/commands/DescribeDomainsCommand.ts | 14 +-
.../commands/DescribeDryRunProgressCommand.ts | 14 +-
.../DescribeInboundConnectionsCommand.ts | 14 +-
.../DescribeInstanceTypeLimitsCommand.ts | 14 +-
.../DescribeOutboundConnectionsCommand.ts | 14 +-
.../src/commands/DescribePackagesCommand.ts | 14 +-
...escribeReservedInstanceOfferingsCommand.ts | 14 +-
.../DescribeReservedInstancesCommand.ts | 14 +-
.../commands/DescribeVpcEndpointsCommand.ts | 14 +-
.../src/commands/DissociatePackageCommand.ts | 14 +-
.../commands/GetCompatibleVersionsCommand.ts | 14 +-
.../src/commands/GetDataSourceCommand.ts | 14 +-
.../GetDomainMaintenanceStatusCommand.ts | 14 +-
.../GetPackageVersionHistoryCommand.ts | 14 +-
.../src/commands/GetUpgradeHistoryCommand.ts | 14 +-
.../src/commands/GetUpgradeStatusCommand.ts | 14 +-
.../src/commands/ListDataSourcesCommand.ts | 14 +-
.../commands/ListDomainMaintenancesCommand.ts | 14 +-
.../src/commands/ListDomainNamesCommand.ts | 14 +-
.../commands/ListDomainsForPackageCommand.ts | 14 +-
.../ListInstanceTypeDetailsCommand.ts | 14 +-
.../commands/ListPackagesForDomainCommand.ts | 14 +-
.../commands/ListScheduledActionsCommand.ts | 14 +-
.../src/commands/ListTagsCommand.ts | 14 +-
.../src/commands/ListVersionsCommand.ts | 14 +-
.../commands/ListVpcEndpointAccessCommand.ts | 14 +-
.../src/commands/ListVpcEndpointsCommand.ts | 14 +-
.../ListVpcEndpointsForDomainCommand.ts | 14 +-
...PurchaseReservedInstanceOfferingCommand.ts | 14 +-
.../RejectInboundConnectionCommand.ts | 14 +-
.../src/commands/RemoveTagsCommand.ts | 14 +-
.../RevokeVpcEndpointAccessCommand.ts | 14 +-
.../commands/StartDomainMaintenanceCommand.ts | 14 +-
.../StartServiceSoftwareUpdateCommand.ts | 14 +-
.../src/commands/UpdateDataSourceCommand.ts | 14 +-
.../src/commands/UpdateDomainConfigCommand.ts | 14 +-
.../src/commands/UpdatePackageCommand.ts | 14 +-
.../commands/UpdateScheduledActionCommand.ts | 14 +-
.../src/commands/UpdateVpcEndpointCommand.ts | 14 +-
.../src/commands/UpgradeDomainCommand.ts | 14 +-
.../client-opensearchserverless/package.json | 42 +-
.../src/commands/BatchGetCollectionCommand.ts | 14 +-
...BatchGetEffectiveLifecyclePolicyCommand.ts | 14 +-
.../BatchGetLifecyclePolicyCommand.ts | 14 +-
.../commands/BatchGetVpcEndpointCommand.ts | 14 +-
.../src/commands/CreateAccessPolicyCommand.ts | 14 +-
.../src/commands/CreateCollectionCommand.ts | 14 +-
.../commands/CreateLifecyclePolicyCommand.ts | 14 +-
.../commands/CreateSecurityConfigCommand.ts | 14 +-
.../commands/CreateSecurityPolicyCommand.ts | 14 +-
.../src/commands/CreateVpcEndpointCommand.ts | 14 +-
.../src/commands/DeleteAccessPolicyCommand.ts | 14 +-
.../src/commands/DeleteCollectionCommand.ts | 14 +-
.../commands/DeleteLifecyclePolicyCommand.ts | 14 +-
.../commands/DeleteSecurityConfigCommand.ts | 14 +-
.../commands/DeleteSecurityPolicyCommand.ts | 14 +-
.../src/commands/DeleteVpcEndpointCommand.ts | 14 +-
.../src/commands/GetAccessPolicyCommand.ts | 14 +-
.../src/commands/GetAccountSettingsCommand.ts | 14 +-
.../src/commands/GetPoliciesStatsCommand.ts | 14 +-
.../src/commands/GetSecurityConfigCommand.ts | 14 +-
.../src/commands/GetSecurityPolicyCommand.ts | 14 +-
.../src/commands/ListAccessPoliciesCommand.ts | 14 +-
.../src/commands/ListCollectionsCommand.ts | 14 +-
.../commands/ListLifecyclePoliciesCommand.ts | 14 +-
.../commands/ListSecurityConfigsCommand.ts | 14 +-
.../commands/ListSecurityPoliciesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListVpcEndpointsCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAccessPolicyCommand.ts | 14 +-
.../commands/UpdateAccountSettingsCommand.ts | 14 +-
.../src/commands/UpdateCollectionCommand.ts | 14 +-
.../commands/UpdateLifecyclePolicyCommand.ts | 14 +-
.../commands/UpdateSecurityConfigCommand.ts | 14 +-
.../commands/UpdateSecurityPolicyCommand.ts | 14 +-
.../src/commands/UpdateVpcEndpointCommand.ts | 14 +-
clients/client-opsworks/package.json | 44 +-
.../src/commands/AssignInstanceCommand.ts | 14 +-
.../src/commands/AssignVolumeCommand.ts | 14 +-
.../src/commands/AssociateElasticIpCommand.ts | 14 +-
.../AttachElasticLoadBalancerCommand.ts | 14 +-
.../src/commands/CloneStackCommand.ts | 14 +-
.../src/commands/CreateAppCommand.ts | 14 +-
.../src/commands/CreateDeploymentCommand.ts | 14 +-
.../src/commands/CreateInstanceCommand.ts | 14 +-
.../src/commands/CreateLayerCommand.ts | 14 +-
.../src/commands/CreateStackCommand.ts | 14 +-
.../src/commands/CreateUserProfileCommand.ts | 14 +-
.../src/commands/DeleteAppCommand.ts | 14 +-
.../src/commands/DeleteInstanceCommand.ts | 14 +-
.../src/commands/DeleteLayerCommand.ts | 14 +-
.../src/commands/DeleteStackCommand.ts | 14 +-
.../src/commands/DeleteUserProfileCommand.ts | 14 +-
.../commands/DeregisterEcsClusterCommand.ts | 14 +-
.../commands/DeregisterElasticIpCommand.ts | 14 +-
.../src/commands/DeregisterInstanceCommand.ts | 14 +-
.../DeregisterRdsDbInstanceCommand.ts | 14 +-
.../src/commands/DeregisterVolumeCommand.ts | 14 +-
.../commands/DescribeAgentVersionsCommand.ts | 14 +-
.../src/commands/DescribeAppsCommand.ts | 14 +-
.../src/commands/DescribeCommandsCommand.ts | 14 +-
.../commands/DescribeDeploymentsCommand.ts | 14 +-
.../commands/DescribeEcsClustersCommand.ts | 14 +-
.../src/commands/DescribeElasticIpsCommand.ts | 14 +-
.../DescribeElasticLoadBalancersCommand.ts | 14 +-
.../src/commands/DescribeInstancesCommand.ts | 14 +-
.../src/commands/DescribeLayersCommand.ts | 14 +-
.../DescribeLoadBasedAutoScalingCommand.ts | 14 +-
.../commands/DescribeMyUserProfileCommand.ts | 14 +-
.../DescribeOperatingSystemsCommand.ts | 14 +-
.../commands/DescribePermissionsCommand.ts | 14 +-
.../src/commands/DescribeRaidArraysCommand.ts | 14 +-
.../commands/DescribeRdsDbInstancesCommand.ts | 14 +-
.../commands/DescribeServiceErrorsCommand.ts | 14 +-
...cribeStackProvisioningParametersCommand.ts | 14 +-
.../commands/DescribeStackSummaryCommand.ts | 14 +-
.../src/commands/DescribeStacksCommand.ts | 14 +-
.../DescribeTimeBasedAutoScalingCommand.ts | 14 +-
.../commands/DescribeUserProfilesCommand.ts | 14 +-
.../src/commands/DescribeVolumesCommand.ts | 14 +-
.../DetachElasticLoadBalancerCommand.ts | 14 +-
.../commands/DisassociateElasticIpCommand.ts | 14 +-
.../commands/GetHostnameSuggestionCommand.ts | 14 +-
.../src/commands/GrantAccessCommand.ts | 14 +-
.../src/commands/ListTagsCommand.ts | 14 +-
.../src/commands/RebootInstanceCommand.ts | 14 +-
.../src/commands/RegisterEcsClusterCommand.ts | 14 +-
.../src/commands/RegisterElasticIpCommand.ts | 14 +-
.../src/commands/RegisterInstanceCommand.ts | 14 +-
.../commands/RegisterRdsDbInstanceCommand.ts | 14 +-
.../src/commands/RegisterVolumeCommand.ts | 14 +-
.../SetLoadBasedAutoScalingCommand.ts | 14 +-
.../src/commands/SetPermissionCommand.ts | 14 +-
.../SetTimeBasedAutoScalingCommand.ts | 14 +-
.../src/commands/StartInstanceCommand.ts | 14 +-
.../src/commands/StartStackCommand.ts | 14 +-
.../src/commands/StopInstanceCommand.ts | 14 +-
.../src/commands/StopStackCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UnassignInstanceCommand.ts | 14 +-
.../src/commands/UnassignVolumeCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAppCommand.ts | 14 +-
.../src/commands/UpdateElasticIpCommand.ts | 14 +-
.../src/commands/UpdateInstanceCommand.ts | 14 +-
.../src/commands/UpdateLayerCommand.ts | 14 +-
.../commands/UpdateMyUserProfileCommand.ts | 14 +-
.../commands/UpdateRdsDbInstanceCommand.ts | 14 +-
.../src/commands/UpdateStackCommand.ts | 14 +-
.../src/commands/UpdateUserProfileCommand.ts | 14 +-
.../src/commands/UpdateVolumeCommand.ts | 14 +-
clients/client-opsworkscm/package.json | 44 +-
.../src/commands/AssociateNodeCommand.ts | 14 +-
.../src/commands/CreateBackupCommand.ts | 14 +-
.../src/commands/CreateServerCommand.ts | 14 +-
.../src/commands/DeleteBackupCommand.ts | 14 +-
.../src/commands/DeleteServerCommand.ts | 14 +-
.../DescribeAccountAttributesCommand.ts | 14 +-
.../src/commands/DescribeBackupsCommand.ts | 14 +-
.../src/commands/DescribeEventsCommand.ts | 14 +-
.../DescribeNodeAssociationStatusCommand.ts | 14 +-
.../src/commands/DescribeServersCommand.ts | 14 +-
.../src/commands/DisassociateNodeCommand.ts | 14 +-
.../ExportServerEngineAttributeCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/RestoreServerCommand.ts | 14 +-
.../src/commands/StartMaintenanceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateServerCommand.ts | 14 +-
.../UpdateServerEngineAttributesCommand.ts | 14 +-
clients/client-organizations/package.json | 42 +-
.../src/commands/AcceptHandshakeCommand.ts | 14 +-
.../src/commands/AttachPolicyCommand.ts | 14 +-
.../src/commands/CancelHandshakeCommand.ts | 14 +-
.../src/commands/CloseAccountCommand.ts | 14 +-
.../src/commands/CreateAccountCommand.ts | 14 +-
.../commands/CreateGovCloudAccountCommand.ts | 14 +-
.../src/commands/CreateOrganizationCommand.ts | 14 +-
.../CreateOrganizationalUnitCommand.ts | 14 +-
.../src/commands/CreatePolicyCommand.ts | 14 +-
.../src/commands/DeclineHandshakeCommand.ts | 14 +-
.../src/commands/DeleteOrganizationCommand.ts | 14 +-
.../DeleteOrganizationalUnitCommand.ts | 14 +-
.../src/commands/DeletePolicyCommand.ts | 14 +-
.../commands/DeleteResourcePolicyCommand.ts | 14 +-
...DeregisterDelegatedAdministratorCommand.ts | 14 +-
.../src/commands/DescribeAccountCommand.ts | 14 +-
.../DescribeCreateAccountStatusCommand.ts | 14 +-
.../DescribeEffectivePolicyCommand.ts | 14 +-
.../src/commands/DescribeHandshakeCommand.ts | 14 +-
.../commands/DescribeOrganizationCommand.ts | 14 +-
.../DescribeOrganizationalUnitCommand.ts | 16 +-
.../src/commands/DescribePolicyCommand.ts | 14 +-
.../commands/DescribeResourcePolicyCommand.ts | 14 +-
.../src/commands/DetachPolicyCommand.ts | 14 +-
.../DisableAWSServiceAccessCommand.ts | 14 +-
.../src/commands/DisablePolicyTypeCommand.ts | 14 +-
.../commands/EnableAWSServiceAccessCommand.ts | 14 +-
.../src/commands/EnableAllFeaturesCommand.ts | 14 +-
.../src/commands/EnablePolicyTypeCommand.ts | 14 +-
.../InviteAccountToOrganizationCommand.ts | 14 +-
.../src/commands/LeaveOrganizationCommand.ts | 14 +-
...tAWSServiceAccessForOrganizationCommand.ts | 14 +-
.../src/commands/ListAccountsCommand.ts | 14 +-
.../commands/ListAccountsForParentCommand.ts | 14 +-
.../src/commands/ListChildrenCommand.ts | 14 +-
.../ListCreateAccountStatusCommand.ts | 14 +-
.../ListDelegatedAdministratorsCommand.ts | 14 +-
.../ListDelegatedServicesForAccountCommand.ts | 14 +-
.../ListHandshakesForAccountCommand.ts | 14 +-
.../ListHandshakesForOrganizationCommand.ts | 14 +-
...ListOrganizationalUnitsForParentCommand.ts | 14 +-
.../src/commands/ListParentsCommand.ts | 14 +-
.../src/commands/ListPoliciesCommand.ts | 14 +-
.../commands/ListPoliciesForTargetCommand.ts | 14 +-
.../src/commands/ListRootsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/ListTargetsForPolicyCommand.ts | 14 +-
.../src/commands/MoveAccountCommand.ts | 14 +-
.../src/commands/PutResourcePolicyCommand.ts | 14 +-
.../RegisterDelegatedAdministratorCommand.ts | 14 +-
.../RemoveAccountFromOrganizationCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateOrganizationalUnitCommand.ts | 14 +-
.../src/commands/UpdatePolicyCommand.ts | 14 +-
clients/client-osis/package.json | 42 +-
.../src/commands/CreatePipelineCommand.ts | 14 +-
.../src/commands/DeletePipelineCommand.ts | 14 +-
.../commands/GetPipelineBlueprintCommand.ts | 14 +-
.../GetPipelineChangeProgressCommand.ts | 14 +-
.../src/commands/GetPipelineCommand.ts | 14 +-
.../commands/ListPipelineBlueprintsCommand.ts | 14 +-
.../src/commands/ListPipelinesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/StartPipelineCommand.ts | 14 +-
.../src/commands/StopPipelineCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdatePipelineCommand.ts | 14 +-
.../src/commands/ValidatePipelineCommand.ts | 14 +-
clients/client-outposts/package.json | 42 +-
.../src/commands/CancelCapacityTaskCommand.ts | 14 +-
.../src/commands/CancelOrderCommand.ts | 14 +-
.../src/commands/CreateOrderCommand.ts | 14 +-
.../src/commands/CreateOutpostCommand.ts | 14 +-
.../src/commands/CreateSiteCommand.ts | 14 +-
.../src/commands/DeleteOutpostCommand.ts | 14 +-
.../src/commands/DeleteSiteCommand.ts | 14 +-
.../src/commands/GetCapacityTaskCommand.ts | 14 +-
.../src/commands/GetCatalogItemCommand.ts | 14 +-
.../src/commands/GetConnectionCommand.ts | 14 +-
.../src/commands/GetOrderCommand.ts | 14 +-
.../src/commands/GetOutpostCommand.ts | 14 +-
.../GetOutpostInstanceTypesCommand.ts | 14 +-
...GetOutpostSupportedInstanceTypesCommand.ts | 14 +-
.../src/commands/GetSiteAddressCommand.ts | 14 +-
.../src/commands/GetSiteCommand.ts | 14 +-
.../src/commands/ListAssetsCommand.ts | 14 +-
.../src/commands/ListCapacityTasksCommand.ts | 14 +-
.../src/commands/ListCatalogItemsCommand.ts | 14 +-
.../src/commands/ListOrdersCommand.ts | 14 +-
.../src/commands/ListOutpostsCommand.ts | 14 +-
.../src/commands/ListSitesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/StartCapacityTaskCommand.ts | 14 +-
.../src/commands/StartConnectionCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateOutpostCommand.ts | 14 +-
.../src/commands/UpdateSiteAddressCommand.ts | 14 +-
.../src/commands/UpdateSiteCommand.ts | 14 +-
...UpdateSiteRackPhysicalPropertiesCommand.ts | 14 +-
clients/client-panorama/package.json | 42 +-
.../CreateApplicationInstanceCommand.ts | 14 +-
.../commands/CreateJobForDevicesCommand.ts | 14 +-
.../CreateNodeFromTemplateJobCommand.ts | 14 +-
.../src/commands/CreatePackageCommand.ts | 14 +-
.../commands/CreatePackageImportJobCommand.ts | 14 +-
.../src/commands/DeleteDeviceCommand.ts | 14 +-
.../src/commands/DeletePackageCommand.ts | 14 +-
.../DeregisterPackageVersionCommand.ts | 14 +-
.../DescribeApplicationInstanceCommand.ts | 14 +-
...scribeApplicationInstanceDetailsCommand.ts | 14 +-
.../src/commands/DescribeDeviceCommand.ts | 14 +-
.../src/commands/DescribeDeviceJobCommand.ts | 14 +-
.../src/commands/DescribeNodeCommand.ts | 14 +-
.../DescribeNodeFromTemplateJobCommand.ts | 14 +-
.../src/commands/DescribePackageCommand.ts | 14 +-
.../DescribePackageImportJobCommand.ts | 14 +-
.../commands/DescribePackageVersionCommand.ts | 14 +-
...tApplicationInstanceDependenciesCommand.ts | 14 +-
...ApplicationInstanceNodeInstancesCommand.ts | 14 +-
.../ListApplicationInstancesCommand.ts | 14 +-
.../src/commands/ListDevicesCommand.ts | 14 +-
.../src/commands/ListDevicesJobsCommand.ts | 14 +-
.../ListNodeFromTemplateJobsCommand.ts | 14 +-
.../src/commands/ListNodesCommand.ts | 14 +-
.../commands/ListPackageImportJobsCommand.ts | 14 +-
.../src/commands/ListPackagesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ProvisionDeviceCommand.ts | 14 +-
.../commands/RegisterPackageVersionCommand.ts | 14 +-
.../RemoveApplicationInstanceCommand.ts | 14 +-
...ApplicationInstanceNodeInstancesCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateDeviceMetadataCommand.ts | 14 +-
.../package.json | 42 +-
.../src/commands/DecryptDataCommand.ts | 14 +-
.../src/commands/EncryptDataCommand.ts | 14 +-
.../GenerateCardValidationDataCommand.ts | 14 +-
.../src/commands/GenerateMacCommand.ts | 14 +-
.../src/commands/GeneratePinDataCommand.ts | 14 +-
.../src/commands/ReEncryptDataCommand.ts | 14 +-
.../src/commands/TranslatePinDataCommand.ts | 14 +-
.../VerifyAuthRequestCryptogramCommand.ts | 14 +-
.../VerifyCardValidationDataCommand.ts | 14 +-
.../src/commands/VerifyMacCommand.ts | 14 +-
.../src/commands/VerifyPinDataCommand.ts | 14 +-
.../client-payment-cryptography/package.json | 42 +-
.../src/commands/CreateAliasCommand.ts | 14 +-
.../src/commands/CreateKeyCommand.ts | 14 +-
.../src/commands/DeleteAliasCommand.ts | 14 +-
.../src/commands/DeleteKeyCommand.ts | 14 +-
.../src/commands/ExportKeyCommand.ts | 14 +-
.../src/commands/GetAliasCommand.ts | 14 +-
.../src/commands/GetKeyCommand.ts | 14 +-
.../commands/GetParametersForExportCommand.ts | 14 +-
.../commands/GetParametersForImportCommand.ts | 14 +-
.../GetPublicKeyCertificateCommand.ts | 14 +-
.../src/commands/ImportKeyCommand.ts | 14 +-
.../src/commands/ListAliasesCommand.ts | 14 +-
.../src/commands/ListKeysCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/RestoreKeyCommand.ts | 14 +-
.../src/commands/StartKeyUsageCommand.ts | 14 +-
.../src/commands/StopKeyUsageCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAliasCommand.ts | 14 +-
clients/client-pca-connector-ad/package.json | 42 +-
.../src/commands/CreateConnectorCommand.ts | 14 +-
.../CreateDirectoryRegistrationCommand.ts | 14 +-
.../CreateServicePrincipalNameCommand.ts | 14 +-
.../src/commands/CreateTemplateCommand.ts | 14 +-
...eTemplateGroupAccessControlEntryCommand.ts | 14 +-
.../src/commands/DeleteConnectorCommand.ts | 14 +-
.../DeleteDirectoryRegistrationCommand.ts | 14 +-
.../DeleteServicePrincipalNameCommand.ts | 14 +-
.../src/commands/DeleteTemplateCommand.ts | 14 +-
...eTemplateGroupAccessControlEntryCommand.ts | 14 +-
.../src/commands/GetConnectorCommand.ts | 14 +-
.../GetDirectoryRegistrationCommand.ts | 14 +-
.../GetServicePrincipalNameCommand.ts | 14 +-
.../src/commands/GetTemplateCommand.ts | 14 +-
...tTemplateGroupAccessControlEntryCommand.ts | 14 +-
.../src/commands/ListConnectorsCommand.ts | 14 +-
.../ListDirectoryRegistrationsCommand.ts | 14 +-
.../ListServicePrincipalNamesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
...emplateGroupAccessControlEntriesCommand.ts | 14 +-
.../src/commands/ListTemplatesCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateTemplateCommand.ts | 14 +-
...eTemplateGroupAccessControlEntryCommand.ts | 14 +-
.../client-pca-connector-scep/package.json | 42 +-
.../src/commands/CreateChallengeCommand.ts | 14 +-
.../src/commands/CreateConnectorCommand.ts | 14 +-
.../src/commands/DeleteChallengeCommand.ts | 14 +-
.../src/commands/DeleteConnectorCommand.ts | 14 +-
.../commands/GetChallengeMetadataCommand.ts | 14 +-
.../commands/GetChallengePasswordCommand.ts | 14 +-
.../src/commands/GetConnectorCommand.ts | 14 +-
.../commands/ListChallengeMetadataCommand.ts | 14 +-
.../src/commands/ListConnectorsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
clients/client-pcs/package.json | 42 +-
.../src/commands/CreateClusterCommand.ts | 14 +-
.../commands/CreateComputeNodeGroupCommand.ts | 14 +-
.../src/commands/CreateQueueCommand.ts | 14 +-
.../src/commands/DeleteClusterCommand.ts | 14 +-
.../commands/DeleteComputeNodeGroupCommand.ts | 14 +-
.../src/commands/DeleteQueueCommand.ts | 14 +-
.../src/commands/GetClusterCommand.ts | 14 +-
.../commands/GetComputeNodeGroupCommand.ts | 14 +-
.../src/commands/GetQueueCommand.ts | 14 +-
.../src/commands/ListClustersCommand.ts | 14 +-
.../commands/ListComputeNodeGroupsCommand.ts | 14 +-
.../src/commands/ListQueuesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
...RegisterComputeNodeGroupInstanceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateComputeNodeGroupCommand.ts | 14 +-
.../src/commands/UpdateQueueCommand.ts | 14 +-
.../client-personalize-events/package.json | 42 +-
.../commands/PutActionInteractionsCommand.ts | 14 +-
.../src/commands/PutActionsCommand.ts | 14 +-
.../src/commands/PutEventsCommand.ts | 14 +-
.../src/commands/PutItemsCommand.ts | 14 +-
.../src/commands/PutUsersCommand.ts | 14 +-
.../client-personalize-runtime/package.json | 42 +-
.../GetActionRecommendationsCommand.ts | 14 +-
.../commands/GetPersonalizedRankingCommand.ts | 14 +-
.../src/commands/GetRecommendationsCommand.ts | 14 +-
clients/client-personalize/package.json | 42 +-
.../CreateBatchInferenceJobCommand.ts | 14 +-
.../commands/CreateBatchSegmentJobCommand.ts | 14 +-
.../src/commands/CreateCampaignCommand.ts | 14 +-
.../commands/CreateDataDeletionJobCommand.ts | 14 +-
.../src/commands/CreateDatasetCommand.ts | 14 +-
.../commands/CreateDatasetExportJobCommand.ts | 14 +-
.../src/commands/CreateDatasetGroupCommand.ts | 14 +-
.../commands/CreateDatasetImportJobCommand.ts | 14 +-
.../src/commands/CreateEventTrackerCommand.ts | 14 +-
.../src/commands/CreateFilterCommand.ts | 14 +-
.../CreateMetricAttributionCommand.ts | 14 +-
.../src/commands/CreateRecommenderCommand.ts | 14 +-
.../src/commands/CreateSchemaCommand.ts | 14 +-
.../src/commands/CreateSolutionCommand.ts | 14 +-
.../commands/CreateSolutionVersionCommand.ts | 14 +-
.../src/commands/DeleteCampaignCommand.ts | 14 +-
.../src/commands/DeleteDatasetCommand.ts | 14 +-
.../src/commands/DeleteDatasetGroupCommand.ts | 14 +-
.../src/commands/DeleteEventTrackerCommand.ts | 14 +-
.../src/commands/DeleteFilterCommand.ts | 14 +-
.../DeleteMetricAttributionCommand.ts | 14 +-
.../src/commands/DeleteRecommenderCommand.ts | 14 +-
.../src/commands/DeleteSchemaCommand.ts | 14 +-
.../src/commands/DeleteSolutionCommand.ts | 14 +-
.../src/commands/DescribeAlgorithmCommand.ts | 14 +-
.../DescribeBatchInferenceJobCommand.ts | 14 +-
.../DescribeBatchSegmentJobCommand.ts | 14 +-
.../src/commands/DescribeCampaignCommand.ts | 14 +-
.../DescribeDataDeletionJobCommand.ts | 14 +-
.../src/commands/DescribeDatasetCommand.ts | 14 +-
.../DescribeDatasetExportJobCommand.ts | 14 +-
.../commands/DescribeDatasetGroupCommand.ts | 14 +-
.../DescribeDatasetImportJobCommand.ts | 14 +-
.../commands/DescribeEventTrackerCommand.ts | 14 +-
.../DescribeFeatureTransformationCommand.ts | 14 +-
.../src/commands/DescribeFilterCommand.ts | 14 +-
.../DescribeMetricAttributionCommand.ts | 14 +-
.../src/commands/DescribeRecipeCommand.ts | 14 +-
.../commands/DescribeRecommenderCommand.ts | 14 +-
.../src/commands/DescribeSchemaCommand.ts | 14 +-
.../src/commands/DescribeSolutionCommand.ts | 14 +-
.../DescribeSolutionVersionCommand.ts | 14 +-
.../src/commands/GetSolutionMetricsCommand.ts | 14 +-
.../commands/ListBatchInferenceJobsCommand.ts | 14 +-
.../commands/ListBatchSegmentJobsCommand.ts | 14 +-
.../src/commands/ListCampaignsCommand.ts | 14 +-
.../commands/ListDataDeletionJobsCommand.ts | 14 +-
.../commands/ListDatasetExportJobsCommand.ts | 14 +-
.../src/commands/ListDatasetGroupsCommand.ts | 14 +-
.../commands/ListDatasetImportJobsCommand.ts | 14 +-
.../src/commands/ListDatasetsCommand.ts | 14 +-
.../src/commands/ListEventTrackersCommand.ts | 14 +-
.../src/commands/ListFiltersCommand.ts | 14 +-
.../ListMetricAttributionMetricsCommand.ts | 14 +-
.../commands/ListMetricAttributionsCommand.ts | 14 +-
.../src/commands/ListRecipesCommand.ts | 14 +-
.../src/commands/ListRecommendersCommand.ts | 14 +-
.../src/commands/ListSchemasCommand.ts | 14 +-
.../commands/ListSolutionVersionsCommand.ts | 14 +-
.../src/commands/ListSolutionsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/StartRecommenderCommand.ts | 14 +-
.../src/commands/StopRecommenderCommand.ts | 14 +-
.../StopSolutionVersionCreationCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateCampaignCommand.ts | 14 +-
.../src/commands/UpdateDatasetCommand.ts | 14 +-
.../UpdateMetricAttributionCommand.ts | 14 +-
.../src/commands/UpdateRecommenderCommand.ts | 14 +-
.../src/commands/UpdateSolutionCommand.ts | 14 +-
clients/client-pi/package.json | 42 +-
.../CreatePerformanceAnalysisReportCommand.ts | 14 +-
.../DeletePerformanceAnalysisReportCommand.ts | 14 +-
.../commands/DescribeDimensionKeysCommand.ts | 14 +-
.../commands/GetDimensionKeyDetailsCommand.ts | 14 +-
.../GetPerformanceAnalysisReportCommand.ts | 14 +-
.../commands/GetResourceMetadataCommand.ts | 14 +-
.../src/commands/GetResourceMetricsCommand.ts | 14 +-
.../ListAvailableResourceDimensionsCommand.ts | 14 +-
.../ListAvailableResourceMetricsCommand.ts | 14 +-
.../ListPerformanceAnalysisReportsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
clients/client-pinpoint-email/package.json | 42 +-
.../commands/CreateConfigurationSetCommand.ts | 14 +-
...ConfigurationSetEventDestinationCommand.ts | 14 +-
.../commands/CreateDedicatedIpPoolCommand.ts | 14 +-
.../CreateDeliverabilityTestReportCommand.ts | 14 +-
.../commands/CreateEmailIdentityCommand.ts | 14 +-
.../commands/DeleteConfigurationSetCommand.ts | 14 +-
...ConfigurationSetEventDestinationCommand.ts | 14 +-
.../commands/DeleteDedicatedIpPoolCommand.ts | 14 +-
.../commands/DeleteEmailIdentityCommand.ts | 14 +-
.../src/commands/GetAccountCommand.ts | 14 +-
.../commands/GetBlacklistReportsCommand.ts | 14 +-
.../commands/GetConfigurationSetCommand.ts | 14 +-
...onfigurationSetEventDestinationsCommand.ts | 14 +-
.../src/commands/GetDedicatedIpCommand.ts | 14 +-
.../src/commands/GetDedicatedIpsCommand.ts | 14 +-
...etDeliverabilityDashboardOptionsCommand.ts | 14 +-
.../GetDeliverabilityTestReportCommand.ts | 14 +-
.../GetDomainDeliverabilityCampaignCommand.ts | 14 +-
.../GetDomainStatisticsReportCommand.ts | 14 +-
.../src/commands/GetEmailIdentityCommand.ts | 14 +-
.../commands/ListConfigurationSetsCommand.ts | 14 +-
.../commands/ListDedicatedIpPoolsCommand.ts | 14 +-
.../ListDeliverabilityTestReportsCommand.ts | 14 +-
...istDomainDeliverabilityCampaignsCommand.ts | 14 +-
.../commands/ListEmailIdentitiesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
...countDedicatedIpWarmupAttributesCommand.ts | 14 +-
.../PutAccountSendingAttributesCommand.ts | 14 +-
...tConfigurationSetDeliveryOptionsCommand.ts | 14 +-
...onfigurationSetReputationOptionsCommand.ts | 14 +-
...utConfigurationSetSendingOptionsCommand.ts | 14 +-
...tConfigurationSetTrackingOptionsCommand.ts | 14 +-
.../commands/PutDedicatedIpInPoolCommand.ts | 14 +-
.../PutDedicatedIpWarmupAttributesCommand.ts | 14 +-
...PutDeliverabilityDashboardOptionCommand.ts | 14 +-
.../PutEmailIdentityDkimAttributesCommand.ts | 14 +-
...tEmailIdentityFeedbackAttributesCommand.ts | 14 +-
...tEmailIdentityMailFromAttributesCommand.ts | 14 +-
.../src/commands/SendEmailCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
...ConfigurationSetEventDestinationCommand.ts | 14 +-
.../client-pinpoint-sms-voice-v2/package.json | 42 +-
.../AssociateOriginationIdentityCommand.ts | 14 +-
.../AssociateProtectConfigurationCommand.ts | 14 +-
.../commands/CreateConfigurationSetCommand.ts | 14 +-
.../commands/CreateEventDestinationCommand.ts | 14 +-
.../src/commands/CreateOptOutListCommand.ts | 14 +-
.../src/commands/CreatePoolCommand.ts | 14 +-
.../CreateProtectConfigurationCommand.ts | 14 +-
.../CreateRegistrationAssociationCommand.ts | 14 +-
.../CreateRegistrationAttachmentCommand.ts | 14 +-
.../src/commands/CreateRegistrationCommand.ts | 14 +-
.../CreateRegistrationVersionCommand.ts | 14 +-
.../CreateVerifiedDestinationNumberCommand.ts | 14 +-
...countDefaultProtectConfigurationCommand.ts | 14 +-
.../commands/DeleteConfigurationSetCommand.ts | 14 +-
.../DeleteDefaultMessageTypeCommand.ts | 14 +-
.../commands/DeleteDefaultSenderIdCommand.ts | 14 +-
.../commands/DeleteEventDestinationCommand.ts | 14 +-
.../src/commands/DeleteKeywordCommand.ts | 14 +-
...teMediaMessageSpendLimitOverrideCommand.ts | 14 +-
.../src/commands/DeleteOptOutListCommand.ts | 14 +-
.../commands/DeleteOptedOutNumberCommand.ts | 14 +-
.../src/commands/DeletePoolCommand.ts | 14 +-
.../DeleteProtectConfigurationCommand.ts | 14 +-
.../DeleteRegistrationAttachmentCommand.ts | 14 +-
.../src/commands/DeleteRegistrationCommand.ts | 14 +-
.../DeleteRegistrationFieldValueCommand.ts | 14 +-
...eteTextMessageSpendLimitOverrideCommand.ts | 14 +-
.../DeleteVerifiedDestinationNumberCommand.ts | 14 +-
...teVoiceMessageSpendLimitOverrideCommand.ts | 14 +-
.../DescribeAccountAttributesCommand.ts | 14 +-
.../commands/DescribeAccountLimitsCommand.ts | 14 +-
.../DescribeConfigurationSetsCommand.ts | 14 +-
.../src/commands/DescribeKeywordsCommand.ts | 14 +-
.../commands/DescribeOptOutListsCommand.ts | 14 +-
.../DescribeOptedOutNumbersCommand.ts | 14 +-
.../commands/DescribePhoneNumbersCommand.ts | 14 +-
.../src/commands/DescribePoolsCommand.ts | 14 +-
.../DescribeProtectConfigurationsCommand.ts | 14 +-
.../DescribeRegistrationAttachmentsCommand.ts | 14 +-
...ribeRegistrationFieldDefinitionsCommand.ts | 14 +-
.../DescribeRegistrationFieldValuesCommand.ts | 14 +-
...beRegistrationSectionDefinitionsCommand.ts | 14 +-
...cribeRegistrationTypeDefinitionsCommand.ts | 14 +-
.../DescribeRegistrationVersionsCommand.ts | 14 +-
.../commands/DescribeRegistrationsCommand.ts | 14 +-
.../src/commands/DescribeSenderIdsCommand.ts | 14 +-
.../commands/DescribeSpendLimitsCommand.ts | 14 +-
...scribeVerifiedDestinationNumbersCommand.ts | 14 +-
.../DisassociateOriginationIdentityCommand.ts | 14 +-
...DisassociateProtectConfigurationCommand.ts | 14 +-
.../DiscardRegistrationVersionCommand.ts | 14 +-
...otectConfigurationCountryRuleSetCommand.ts | 14 +-
.../ListPoolOriginationIdentitiesCommand.ts | 14 +-
.../ListRegistrationAssociationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutKeywordCommand.ts | 14 +-
.../src/commands/PutOptedOutNumberCommand.ts | 14 +-
.../PutRegistrationFieldValueCommand.ts | 14 +-
.../src/commands/ReleasePhoneNumberCommand.ts | 14 +-
.../src/commands/ReleaseSenderIdCommand.ts | 14 +-
.../src/commands/RequestPhoneNumberCommand.ts | 14 +-
.../src/commands/RequestSenderIdCommand.ts | 14 +-
...estinationNumberVerificationCodeCommand.ts | 14 +-
.../src/commands/SendMediaMessageCommand.ts | 14 +-
.../src/commands/SendTextMessageCommand.ts | 14 +-
.../src/commands/SendVoiceMessageCommand.ts | 14 +-
...countDefaultProtectConfigurationCommand.ts | 14 +-
.../commands/SetDefaultMessageTypeCommand.ts | 14 +-
.../src/commands/SetDefaultSenderIdCommand.ts | 14 +-
...etMediaMessageSpendLimitOverrideCommand.ts | 14 +-
...SetTextMessageSpendLimitOverrideCommand.ts | 14 +-
...etVoiceMessageSpendLimitOverrideCommand.ts | 14 +-
.../SubmitRegistrationVersionCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateEventDestinationCommand.ts | 14 +-
.../src/commands/UpdatePhoneNumberCommand.ts | 14 +-
.../src/commands/UpdatePoolCommand.ts | 14 +-
.../UpdateProtectConfigurationCommand.ts | 14 +-
...otectConfigurationCountryRuleSetCommand.ts | 14 +-
.../src/commands/UpdateSenderIdCommand.ts | 14 +-
.../VerifyDestinationNumberCommand.ts | 14 +-
.../client-pinpoint-sms-voice/package.json | 42 +-
.../commands/CreateConfigurationSetCommand.ts | 14 +-
...ConfigurationSetEventDestinationCommand.ts | 14 +-
.../commands/DeleteConfigurationSetCommand.ts | 14 +-
...ConfigurationSetEventDestinationCommand.ts | 14 +-
...onfigurationSetEventDestinationsCommand.ts | 14 +-
.../commands/ListConfigurationSetsCommand.ts | 14 +-
.../src/commands/SendVoiceMessageCommand.ts | 14 +-
...ConfigurationSetEventDestinationCommand.ts | 14 +-
clients/client-pinpoint/package.json | 42 +-
.../src/commands/CreateAppCommand.ts | 14 +-
.../src/commands/CreateCampaignCommand.ts | 14 +-
.../commands/CreateEmailTemplateCommand.ts | 14 +-
.../src/commands/CreateExportJobCommand.ts | 14 +-
.../src/commands/CreateImportJobCommand.ts | 14 +-
.../commands/CreateInAppTemplateCommand.ts | 14 +-
.../src/commands/CreateJourneyCommand.ts | 14 +-
.../src/commands/CreatePushTemplateCommand.ts | 14 +-
.../CreateRecommenderConfigurationCommand.ts | 14 +-
.../src/commands/CreateSegmentCommand.ts | 14 +-
.../src/commands/CreateSmsTemplateCommand.ts | 14 +-
.../commands/CreateVoiceTemplateCommand.ts | 14 +-
.../src/commands/DeleteAdmChannelCommand.ts | 14 +-
.../src/commands/DeleteApnsChannelCommand.ts | 14 +-
.../DeleteApnsSandboxChannelCommand.ts | 14 +-
.../commands/DeleteApnsVoipChannelCommand.ts | 14 +-
.../DeleteApnsVoipSandboxChannelCommand.ts | 14 +-
.../src/commands/DeleteAppCommand.ts | 14 +-
.../src/commands/DeleteBaiduChannelCommand.ts | 14 +-
.../src/commands/DeleteCampaignCommand.ts | 14 +-
.../src/commands/DeleteEmailChannelCommand.ts | 14 +-
.../commands/DeleteEmailTemplateCommand.ts | 14 +-
.../src/commands/DeleteEndpointCommand.ts | 14 +-
.../src/commands/DeleteEventStreamCommand.ts | 14 +-
.../src/commands/DeleteGcmChannelCommand.ts | 14 +-
.../commands/DeleteInAppTemplateCommand.ts | 14 +-
.../src/commands/DeleteJourneyCommand.ts | 14 +-
.../src/commands/DeletePushTemplateCommand.ts | 14 +-
.../DeleteRecommenderConfigurationCommand.ts | 14 +-
.../src/commands/DeleteSegmentCommand.ts | 14 +-
.../src/commands/DeleteSmsChannelCommand.ts | 14 +-
.../src/commands/DeleteSmsTemplateCommand.ts | 14 +-
.../commands/DeleteUserEndpointsCommand.ts | 14 +-
.../src/commands/DeleteVoiceChannelCommand.ts | 14 +-
.../commands/DeleteVoiceTemplateCommand.ts | 14 +-
.../src/commands/GetAdmChannelCommand.ts | 14 +-
.../src/commands/GetApnsChannelCommand.ts | 14 +-
.../commands/GetApnsSandboxChannelCommand.ts | 14 +-
.../src/commands/GetApnsVoipChannelCommand.ts | 14 +-
.../GetApnsVoipSandboxChannelCommand.ts | 14 +-
.../src/commands/GetAppCommand.ts | 14 +-
.../GetApplicationDateRangeKpiCommand.ts | 14 +-
.../commands/GetApplicationSettingsCommand.ts | 14 +-
.../src/commands/GetAppsCommand.ts | 14 +-
.../src/commands/GetBaiduChannelCommand.ts | 14 +-
.../commands/GetCampaignActivitiesCommand.ts | 14 +-
.../src/commands/GetCampaignCommand.ts | 14 +-
.../GetCampaignDateRangeKpiCommand.ts | 14 +-
.../src/commands/GetCampaignVersionCommand.ts | 14 +-
.../commands/GetCampaignVersionsCommand.ts | 14 +-
.../src/commands/GetCampaignsCommand.ts | 14 +-
.../src/commands/GetChannelsCommand.ts | 14 +-
.../src/commands/GetEmailChannelCommand.ts | 14 +-
.../src/commands/GetEmailTemplateCommand.ts | 14 +-
.../src/commands/GetEndpointCommand.ts | 14 +-
.../src/commands/GetEventStreamCommand.ts | 14 +-
.../src/commands/GetExportJobCommand.ts | 14 +-
.../src/commands/GetExportJobsCommand.ts | 14 +-
.../src/commands/GetGcmChannelCommand.ts | 14 +-
.../src/commands/GetImportJobCommand.ts | 14 +-
.../src/commands/GetImportJobsCommand.ts | 14 +-
.../src/commands/GetInAppMessagesCommand.ts | 14 +-
.../src/commands/GetInAppTemplateCommand.ts | 14 +-
.../src/commands/GetJourneyCommand.ts | 14 +-
.../commands/GetJourneyDateRangeKpiCommand.ts | 14 +-
...tJourneyExecutionActivityMetricsCommand.ts | 14 +-
.../GetJourneyExecutionMetricsCommand.ts | 14 +-
...urneyRunExecutionActivityMetricsCommand.ts | 14 +-
.../GetJourneyRunExecutionMetricsCommand.ts | 14 +-
.../src/commands/GetJourneyRunsCommand.ts | 14 +-
.../src/commands/GetPushTemplateCommand.ts | 14 +-
.../GetRecommenderConfigurationCommand.ts | 14 +-
.../GetRecommenderConfigurationsCommand.ts | 14 +-
.../src/commands/GetSegmentCommand.ts | 14 +-
.../commands/GetSegmentExportJobsCommand.ts | 14 +-
.../commands/GetSegmentImportJobsCommand.ts | 14 +-
.../src/commands/GetSegmentVersionCommand.ts | 14 +-
.../src/commands/GetSegmentVersionsCommand.ts | 14 +-
.../src/commands/GetSegmentsCommand.ts | 14 +-
.../src/commands/GetSmsChannelCommand.ts | 14 +-
.../src/commands/GetSmsTemplateCommand.ts | 14 +-
.../src/commands/GetUserEndpointsCommand.ts | 14 +-
.../src/commands/GetVoiceChannelCommand.ts | 14 +-
.../src/commands/GetVoiceTemplateCommand.ts | 14 +-
.../src/commands/ListJourneysCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/ListTemplateVersionsCommand.ts | 14 +-
.../src/commands/ListTemplatesCommand.ts | 14 +-
.../commands/PhoneNumberValidateCommand.ts | 14 +-
.../src/commands/PutEventStreamCommand.ts | 14 +-
.../src/commands/PutEventsCommand.ts | 14 +-
.../src/commands/RemoveAttributesCommand.ts | 14 +-
.../src/commands/SendMessagesCommand.ts | 14 +-
.../src/commands/SendOTPMessageCommand.ts | 14 +-
.../src/commands/SendUsersMessagesCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAdmChannelCommand.ts | 14 +-
.../src/commands/UpdateApnsChannelCommand.ts | 14 +-
.../UpdateApnsSandboxChannelCommand.ts | 14 +-
.../commands/UpdateApnsVoipChannelCommand.ts | 14 +-
.../UpdateApnsVoipSandboxChannelCommand.ts | 14 +-
.../UpdateApplicationSettingsCommand.ts | 14 +-
.../src/commands/UpdateBaiduChannelCommand.ts | 14 +-
.../src/commands/UpdateCampaignCommand.ts | 14 +-
.../src/commands/UpdateEmailChannelCommand.ts | 14 +-
.../commands/UpdateEmailTemplateCommand.ts | 14 +-
.../src/commands/UpdateEndpointCommand.ts | 14 +-
.../commands/UpdateEndpointsBatchCommand.ts | 14 +-
.../src/commands/UpdateGcmChannelCommand.ts | 14 +-
.../commands/UpdateInAppTemplateCommand.ts | 14 +-
.../src/commands/UpdateJourneyCommand.ts | 14 +-
.../src/commands/UpdateJourneyStateCommand.ts | 14 +-
.../src/commands/UpdatePushTemplateCommand.ts | 14 +-
.../UpdateRecommenderConfigurationCommand.ts | 14 +-
.../src/commands/UpdateSegmentCommand.ts | 14 +-
.../src/commands/UpdateSmsChannelCommand.ts | 14 +-
.../src/commands/UpdateSmsTemplateCommand.ts | 14 +-
.../UpdateTemplateActiveVersionCommand.ts | 14 +-
.../src/commands/UpdateVoiceChannelCommand.ts | 14 +-
.../commands/UpdateVoiceTemplateCommand.ts | 14 +-
.../src/commands/VerifyOTPMessageCommand.ts | 14 +-
clients/client-pipes/package.json | 42 +-
.../src/commands/CreatePipeCommand.ts | 14 +-
.../src/commands/DeletePipeCommand.ts | 14 +-
.../src/commands/DescribePipeCommand.ts | 14 +-
.../src/commands/ListPipesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/StartPipeCommand.ts | 14 +-
.../src/commands/StopPipeCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdatePipeCommand.ts | 14 +-
clients/client-polly/package.json | 44 +-
.../src/commands/DeleteLexiconCommand.ts | 14 +-
.../src/commands/DescribeVoicesCommand.ts | 14 +-
.../src/commands/GetLexiconCommand.ts | 14 +-
.../commands/GetSpeechSynthesisTaskCommand.ts | 14 +-
.../src/commands/ListLexiconsCommand.ts | 14 +-
.../ListSpeechSynthesisTasksCommand.ts | 14 +-
.../src/commands/PutLexiconCommand.ts | 14 +-
.../StartSpeechSynthesisTaskCommand.ts | 14 +-
.../src/commands/SynthesizeSpeechCommand.ts | 14 +-
clients/client-pricing/package.json | 42 +-
.../src/commands/DescribeServicesCommand.ts | 14 +-
.../src/commands/GetAttributeValuesCommand.ts | 14 +-
.../commands/GetPriceListFileUrlCommand.ts | 14 +-
.../src/commands/GetProductsCommand.ts | 14 +-
.../src/commands/ListPriceListsCommand.ts | 14 +-
clients/client-privatenetworks/package.json | 42 +-
.../AcknowledgeOrderReceiptCommand.ts | 14 +-
.../ActivateDeviceIdentifierCommand.ts | 14 +-
.../commands/ActivateNetworkSiteCommand.ts | 14 +-
.../commands/ConfigureAccessPointCommand.ts | 14 +-
.../src/commands/CreateNetworkCommand.ts | 14 +-
.../src/commands/CreateNetworkSiteCommand.ts | 14 +-
.../DeactivateDeviceIdentifierCommand.ts | 14 +-
.../src/commands/DeleteNetworkCommand.ts | 14 +-
.../src/commands/DeleteNetworkSiteCommand.ts | 14 +-
.../commands/GetDeviceIdentifierCommand.ts | 14 +-
.../src/commands/GetNetworkCommand.ts | 14 +-
.../src/commands/GetNetworkResourceCommand.ts | 14 +-
.../src/commands/GetNetworkSiteCommand.ts | 14 +-
.../src/commands/GetOrderCommand.ts | 14 +-
.../commands/ListDeviceIdentifiersCommand.ts | 14 +-
.../commands/ListNetworkResourcesCommand.ts | 14 +-
.../src/commands/ListNetworkSitesCommand.ts | 14 +-
.../src/commands/ListNetworksCommand.ts | 14 +-
.../src/commands/ListOrdersCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PingCommand.ts | 14 +-
.../StartNetworkResourceUpdateCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateNetworkSiteCommand.ts | 14 +-
.../commands/UpdateNetworkSitePlanCommand.ts | 14 +-
clients/client-proton/package.json | 44 +-
...ceptEnvironmentAccountConnectionCommand.ts | 14 +-
.../CancelComponentDeploymentCommand.ts | 14 +-
.../CancelEnvironmentDeploymentCommand.ts | 14 +-
.../CancelServiceInstanceDeploymentCommand.ts | 14 +-
.../CancelServicePipelineDeploymentCommand.ts | 14 +-
.../src/commands/CreateComponentCommand.ts | 14 +-
...eateEnvironmentAccountConnectionCommand.ts | 14 +-
.../src/commands/CreateEnvironmentCommand.ts | 14 +-
.../CreateEnvironmentTemplateCommand.ts | 14 +-
...CreateEnvironmentTemplateVersionCommand.ts | 14 +-
.../src/commands/CreateRepositoryCommand.ts | 14 +-
.../src/commands/CreateServiceCommand.ts | 14 +-
.../commands/CreateServiceInstanceCommand.ts | 14 +-
.../CreateServiceSyncConfigCommand.ts | 14 +-
.../commands/CreateServiceTemplateCommand.ts | 14 +-
.../CreateServiceTemplateVersionCommand.ts | 14 +-
.../CreateTemplateSyncConfigCommand.ts | 14 +-
.../src/commands/DeleteComponentCommand.ts | 14 +-
.../src/commands/DeleteDeploymentCommand.ts | 14 +-
...leteEnvironmentAccountConnectionCommand.ts | 14 +-
.../src/commands/DeleteEnvironmentCommand.ts | 14 +-
.../DeleteEnvironmentTemplateCommand.ts | 14 +-
...DeleteEnvironmentTemplateVersionCommand.ts | 14 +-
.../src/commands/DeleteRepositoryCommand.ts | 14 +-
.../src/commands/DeleteServiceCommand.ts | 14 +-
.../DeleteServiceSyncConfigCommand.ts | 14 +-
.../commands/DeleteServiceTemplateCommand.ts | 14 +-
.../DeleteServiceTemplateVersionCommand.ts | 14 +-
.../DeleteTemplateSyncConfigCommand.ts | 14 +-
.../src/commands/GetAccountSettingsCommand.ts | 14 +-
.../src/commands/GetComponentCommand.ts | 14 +-
.../src/commands/GetDeploymentCommand.ts | 14 +-
.../GetEnvironmentAccountConnectionCommand.ts | 14 +-
.../src/commands/GetEnvironmentCommand.ts | 14 +-
.../commands/GetEnvironmentTemplateCommand.ts | 14 +-
.../GetEnvironmentTemplateVersionCommand.ts | 14 +-
.../src/commands/GetRepositoryCommand.ts | 14 +-
.../GetRepositorySyncStatusCommand.ts | 14 +-
.../commands/GetResourcesSummaryCommand.ts | 14 +-
.../src/commands/GetServiceCommand.ts | 14 +-
.../src/commands/GetServiceInstanceCommand.ts | 14 +-
.../GetServiceInstanceSyncStatusCommand.ts | 14 +-
.../GetServiceSyncBlockerSummaryCommand.ts | 14 +-
.../commands/GetServiceSyncConfigCommand.ts | 14 +-
.../src/commands/GetServiceTemplateCommand.ts | 14 +-
.../GetServiceTemplateVersionCommand.ts | 14 +-
.../commands/GetTemplateSyncConfigCommand.ts | 14 +-
.../commands/GetTemplateSyncStatusCommand.ts | 14 +-
.../commands/ListComponentOutputsCommand.ts | 14 +-
...istComponentProvisionedResourcesCommand.ts | 14 +-
.../src/commands/ListComponentsCommand.ts | 14 +-
.../src/commands/ListDeploymentsCommand.ts | 14 +-
...istEnvironmentAccountConnectionsCommand.ts | 14 +-
.../commands/ListEnvironmentOutputsCommand.ts | 14 +-
...tEnvironmentProvisionedResourcesCommand.ts | 14 +-
.../ListEnvironmentTemplateVersionsCommand.ts | 14 +-
.../ListEnvironmentTemplatesCommand.ts | 14 +-
.../src/commands/ListEnvironmentsCommand.ts | 14 +-
.../src/commands/ListRepositoriesCommand.ts | 14 +-
.../ListRepositorySyncDefinitionsCommand.ts | 14 +-
.../ListServiceInstanceOutputsCommand.ts | 14 +-
...viceInstanceProvisionedResourcesCommand.ts | 14 +-
.../commands/ListServiceInstancesCommand.ts | 14 +-
.../ListServicePipelineOutputsCommand.ts | 14 +-
...vicePipelineProvisionedResourcesCommand.ts | 14 +-
.../ListServiceTemplateVersionsCommand.ts | 14 +-
.../commands/ListServiceTemplatesCommand.ts | 14 +-
.../src/commands/ListServicesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
...fyResourceDeploymentStatusChangeCommand.ts | 14 +-
...jectEnvironmentAccountConnectionCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateAccountSettingsCommand.ts | 14 +-
.../src/commands/UpdateComponentCommand.ts | 14 +-
...dateEnvironmentAccountConnectionCommand.ts | 14 +-
.../src/commands/UpdateEnvironmentCommand.ts | 14 +-
.../UpdateEnvironmentTemplateCommand.ts | 14 +-
...UpdateEnvironmentTemplateVersionCommand.ts | 14 +-
.../src/commands/UpdateServiceCommand.ts | 14 +-
.../commands/UpdateServiceInstanceCommand.ts | 14 +-
.../commands/UpdateServicePipelineCommand.ts | 14 +-
.../UpdateServiceSyncBlockerCommand.ts | 14 +-
.../UpdateServiceSyncConfigCommand.ts | 14 +-
.../commands/UpdateServiceTemplateCommand.ts | 14 +-
.../UpdateServiceTemplateVersionCommand.ts | 14 +-
.../UpdateTemplateSyncConfigCommand.ts | 14 +-
clients/client-qapps/package.json | 42 +-
.../AssociateLibraryItemReviewCommand.ts | 14 +-
.../commands/AssociateQAppWithUserCommand.ts | 14 +-
.../src/commands/CreateLibraryItemCommand.ts | 14 +-
.../src/commands/CreateQAppCommand.ts | 14 +-
.../src/commands/DeleteLibraryItemCommand.ts | 14 +-
.../src/commands/DeleteQAppCommand.ts | 14 +-
.../DisassociateLibraryItemReviewCommand.ts | 14 +-
.../DisassociateQAppFromUserCommand.ts | 14 +-
.../src/commands/GetLibraryItemCommand.ts | 14 +-
.../src/commands/GetQAppCommand.ts | 14 +-
.../src/commands/GetQAppSessionCommand.ts | 14 +-
.../src/commands/ImportDocumentCommand.ts | 14 +-
.../src/commands/ListLibraryItemsCommand.ts | 14 +-
.../src/commands/ListQAppsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PredictQAppCommand.ts | 14 +-
.../src/commands/StartQAppSessionCommand.ts | 14 +-
.../src/commands/StopQAppSessionCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateLibraryItemCommand.ts | 14 +-
.../UpdateLibraryItemMetadataCommand.ts | 14 +-
.../src/commands/UpdateQAppCommand.ts | 14 +-
.../src/commands/UpdateQAppSessionCommand.ts | 14 +-
clients/client-qbusiness/package.json | 48 +-
.../commands/BatchDeleteDocumentCommand.ts | 14 +-
.../src/commands/BatchPutDocumentCommand.ts | 14 +-
.../src/commands/ChatCommand.ts | 14 +-
.../src/commands/ChatSyncCommand.ts | 14 +-
.../src/commands/CreateApplicationCommand.ts | 14 +-
.../src/commands/CreateDataSourceCommand.ts | 14 +-
.../src/commands/CreateIndexCommand.ts | 14 +-
.../src/commands/CreatePluginCommand.ts | 14 +-
.../src/commands/CreateRetrieverCommand.ts | 14 +-
.../src/commands/CreateUserCommand.ts | 14 +-
.../commands/CreateWebExperienceCommand.ts | 14 +-
.../src/commands/DeleteApplicationCommand.ts | 14 +-
.../DeleteChatControlsConfigurationCommand.ts | 14 +-
.../src/commands/DeleteConversationCommand.ts | 14 +-
.../src/commands/DeleteDataSourceCommand.ts | 14 +-
.../src/commands/DeleteGroupCommand.ts | 14 +-
.../src/commands/DeleteIndexCommand.ts | 14 +-
.../src/commands/DeletePluginCommand.ts | 14 +-
.../src/commands/DeleteRetrieverCommand.ts | 14 +-
.../src/commands/DeleteUserCommand.ts | 14 +-
.../commands/DeleteWebExperienceCommand.ts | 14 +-
.../src/commands/GetApplicationCommand.ts | 14 +-
.../GetChatControlsConfigurationCommand.ts | 14 +-
.../src/commands/GetDataSourceCommand.ts | 14 +-
.../src/commands/GetGroupCommand.ts | 14 +-
.../src/commands/GetIndexCommand.ts | 14 +-
.../src/commands/GetPluginCommand.ts | 14 +-
.../src/commands/GetRetrieverCommand.ts | 14 +-
.../src/commands/GetUserCommand.ts | 14 +-
.../src/commands/GetWebExperienceCommand.ts | 14 +-
.../src/commands/ListApplicationsCommand.ts | 14 +-
.../src/commands/ListConversationsCommand.ts | 14 +-
.../commands/ListDataSourceSyncJobsCommand.ts | 14 +-
.../src/commands/ListDataSourcesCommand.ts | 14 +-
.../src/commands/ListDocumentsCommand.ts | 14 +-
.../src/commands/ListGroupsCommand.ts | 14 +-
.../src/commands/ListIndicesCommand.ts | 14 +-
.../src/commands/ListMessagesCommand.ts | 14 +-
.../src/commands/ListPluginsCommand.ts | 14 +-
.../src/commands/ListRetrieversCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListWebExperiencesCommand.ts | 14 +-
.../src/commands/PutFeedbackCommand.ts | 14 +-
.../src/commands/PutGroupCommand.ts | 14 +-
.../commands/StartDataSourceSyncJobCommand.ts | 14 +-
.../commands/StopDataSourceSyncJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateApplicationCommand.ts | 14 +-
.../UpdateChatControlsConfigurationCommand.ts | 14 +-
.../src/commands/UpdateDataSourceCommand.ts | 14 +-
.../src/commands/UpdateIndexCommand.ts | 14 +-
.../src/commands/UpdatePluginCommand.ts | 14 +-
.../src/commands/UpdateRetrieverCommand.ts | 14 +-
.../src/commands/UpdateUserCommand.ts | 14 +-
.../commands/UpdateWebExperienceCommand.ts | 14 +-
clients/client-qconnect/package.json | 42 +-
.../CreateAssistantAssociationCommand.ts | 14 +-
.../src/commands/CreateAssistantCommand.ts | 14 +-
.../CreateContentAssociationCommand.ts | 14 +-
.../src/commands/CreateContentCommand.ts | 14 +-
.../commands/CreateKnowledgeBaseCommand.ts | 14 +-
.../commands/CreateQuickResponseCommand.ts | 14 +-
.../src/commands/CreateSessionCommand.ts | 14 +-
.../DeleteAssistantAssociationCommand.ts | 14 +-
.../src/commands/DeleteAssistantCommand.ts | 14 +-
.../DeleteContentAssociationCommand.ts | 14 +-
.../src/commands/DeleteContentCommand.ts | 14 +-
.../src/commands/DeleteImportJobCommand.ts | 14 +-
.../commands/DeleteKnowledgeBaseCommand.ts | 14 +-
.../commands/DeleteQuickResponseCommand.ts | 14 +-
.../GetAssistantAssociationCommand.ts | 14 +-
.../src/commands/GetAssistantCommand.ts | 14 +-
.../commands/GetContentAssociationCommand.ts | 14 +-
.../src/commands/GetContentCommand.ts | 14 +-
.../src/commands/GetContentSummaryCommand.ts | 14 +-
.../src/commands/GetImportJobCommand.ts | 14 +-
.../src/commands/GetKnowledgeBaseCommand.ts | 14 +-
.../src/commands/GetQuickResponseCommand.ts | 14 +-
.../src/commands/GetRecommendationsCommand.ts | 14 +-
.../src/commands/GetSessionCommand.ts | 14 +-
.../ListAssistantAssociationsCommand.ts | 14 +-
.../src/commands/ListAssistantsCommand.ts | 14 +-
.../ListContentAssociationsCommand.ts | 14 +-
.../src/commands/ListContentsCommand.ts | 14 +-
.../src/commands/ListImportJobsCommand.ts | 14 +-
.../src/commands/ListKnowledgeBasesCommand.ts | 14 +-
.../src/commands/ListQuickResponsesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../NotifyRecommendationsReceivedCommand.ts | 14 +-
.../src/commands/PutFeedbackCommand.ts | 14 +-
.../src/commands/QueryAssistantCommand.ts | 14 +-
.../RemoveKnowledgeBaseTemplateUriCommand.ts | 14 +-
.../src/commands/SearchContentCommand.ts | 14 +-
.../commands/SearchQuickResponsesCommand.ts | 14 +-
.../src/commands/SearchSessionsCommand.ts | 14 +-
.../src/commands/StartContentUploadCommand.ts | 14 +-
.../src/commands/StartImportJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateContentCommand.ts | 14 +-
.../UpdateKnowledgeBaseTemplateUriCommand.ts | 14 +-
.../commands/UpdateQuickResponseCommand.ts | 14 +-
.../src/commands/UpdateSessionCommand.ts | 14 +-
clients/client-qldb-session/package.json | 42 +-
.../src/commands/SendCommandCommand.ts | 14 +-
clients/client-qldb/package.json | 42 +-
.../CancelJournalKinesisStreamCommand.ts | 14 +-
.../src/commands/CreateLedgerCommand.ts | 14 +-
.../src/commands/DeleteLedgerCommand.ts | 14 +-
.../DescribeJournalKinesisStreamCommand.ts | 14 +-
.../DescribeJournalS3ExportCommand.ts | 14 +-
.../src/commands/DescribeLedgerCommand.ts | 14 +-
.../src/commands/ExportJournalToS3Command.ts | 14 +-
.../src/commands/GetBlockCommand.ts | 14 +-
.../src/commands/GetDigestCommand.ts | 14 +-
.../src/commands/GetRevisionCommand.ts | 14 +-
...stJournalKinesisStreamsForLedgerCommand.ts | 14 +-
.../commands/ListJournalS3ExportsCommand.ts | 14 +-
.../ListJournalS3ExportsForLedgerCommand.ts | 14 +-
.../src/commands/ListLedgersCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/StreamJournalToKinesisCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateLedgerCommand.ts | 14 +-
.../UpdateLedgerPermissionsModeCommand.ts | 14 +-
clients/client-quicksight/package.json | 42 +-
.../BatchCreateTopicReviewedAnswerCommand.ts | 14 +-
.../BatchDeleteTopicReviewedAnswerCommand.ts | 14 +-
.../src/commands/CancelIngestionCommand.ts | 14 +-
.../CreateAccountCustomizationCommand.ts | 14 +-
.../CreateAccountSubscriptionCommand.ts | 14 +-
.../src/commands/CreateAnalysisCommand.ts | 14 +-
.../src/commands/CreateDashboardCommand.ts | 14 +-
.../src/commands/CreateDataSetCommand.ts | 14 +-
.../src/commands/CreateDataSourceCommand.ts | 14 +-
.../src/commands/CreateFolderCommand.ts | 14 +-
.../commands/CreateFolderMembershipCommand.ts | 14 +-
.../src/commands/CreateGroupCommand.ts | 14 +-
.../commands/CreateGroupMembershipCommand.ts | 14 +-
.../CreateIAMPolicyAssignmentCommand.ts | 14 +-
.../src/commands/CreateIngestionCommand.ts | 14 +-
.../src/commands/CreateNamespaceCommand.ts | 14 +-
.../commands/CreateRefreshScheduleCommand.ts | 14 +-
.../commands/CreateRoleMembershipCommand.ts | 14 +-
.../commands/CreateTemplateAliasCommand.ts | 14 +-
.../src/commands/CreateTemplateCommand.ts | 14 +-
.../src/commands/CreateThemeAliasCommand.ts | 14 +-
.../src/commands/CreateThemeCommand.ts | 14 +-
.../src/commands/CreateTopicCommand.ts | 14 +-
.../CreateTopicRefreshScheduleCommand.ts | 14 +-
.../commands/CreateVPCConnectionCommand.ts | 14 +-
.../DeleteAccountCustomizationCommand.ts | 14 +-
.../DeleteAccountSubscriptionCommand.ts | 14 +-
.../src/commands/DeleteAnalysisCommand.ts | 14 +-
.../src/commands/DeleteDashboardCommand.ts | 14 +-
.../src/commands/DeleteDataSetCommand.ts | 14 +-
.../DeleteDataSetRefreshPropertiesCommand.ts | 14 +-
.../src/commands/DeleteDataSourceCommand.ts | 14 +-
.../src/commands/DeleteFolderCommand.ts | 14 +-
.../commands/DeleteFolderMembershipCommand.ts | 14 +-
.../src/commands/DeleteGroupCommand.ts | 14 +-
.../commands/DeleteGroupMembershipCommand.ts | 14 +-
.../DeleteIAMPolicyAssignmentCommand.ts | 14 +-
.../DeleteIdentityPropagationConfigCommand.ts | 14 +-
.../src/commands/DeleteNamespaceCommand.ts | 14 +-
.../commands/DeleteRefreshScheduleCommand.ts | 14 +-
.../DeleteRoleCustomPermissionCommand.ts | 14 +-
.../commands/DeleteRoleMembershipCommand.ts | 14 +-
.../commands/DeleteTemplateAliasCommand.ts | 14 +-
.../src/commands/DeleteTemplateCommand.ts | 14 +-
.../src/commands/DeleteThemeAliasCommand.ts | 14 +-
.../src/commands/DeleteThemeCommand.ts | 14 +-
.../src/commands/DeleteTopicCommand.ts | 14 +-
.../DeleteTopicRefreshScheduleCommand.ts | 14 +-
.../DeleteUserByPrincipalIdCommand.ts | 14 +-
.../src/commands/DeleteUserCommand.ts | 14 +-
.../commands/DeleteVPCConnectionCommand.ts | 14 +-
.../DescribeAccountCustomizationCommand.ts | 14 +-
.../DescribeAccountSettingsCommand.ts | 14 +-
.../DescribeAccountSubscriptionCommand.ts | 14 +-
.../src/commands/DescribeAnalysisCommand.ts | 14 +-
.../DescribeAnalysisDefinitionCommand.ts | 14 +-
.../DescribeAnalysisPermissionsCommand.ts | 14 +-
.../DescribeAssetBundleExportJobCommand.ts | 14 +-
.../DescribeAssetBundleImportJobCommand.ts | 14 +-
.../src/commands/DescribeDashboardCommand.ts | 14 +-
.../DescribeDashboardDefinitionCommand.ts | 14 +-
.../DescribeDashboardPermissionsCommand.ts | 14 +-
.../DescribeDashboardSnapshotJobCommand.ts | 14 +-
...scribeDashboardSnapshotJobResultCommand.ts | 14 +-
.../src/commands/DescribeDataSetCommand.ts | 14 +-
.../DescribeDataSetPermissionsCommand.ts | 14 +-
...DescribeDataSetRefreshPropertiesCommand.ts | 14 +-
.../src/commands/DescribeDataSourceCommand.ts | 14 +-
.../DescribeDataSourcePermissionsCommand.ts | 14 +-
.../src/commands/DescribeFolderCommand.ts | 14 +-
.../DescribeFolderPermissionsCommand.ts | 14 +-
...escribeFolderResolvedPermissionsCommand.ts | 14 +-
.../src/commands/DescribeGroupCommand.ts | 14 +-
.../DescribeGroupMembershipCommand.ts | 14 +-
.../DescribeIAMPolicyAssignmentCommand.ts | 14 +-
.../src/commands/DescribeIngestionCommand.ts | 14 +-
.../commands/DescribeIpRestrictionCommand.ts | 14 +-
.../DescribeKeyRegistrationCommand.ts | 14 +-
.../src/commands/DescribeNamespaceCommand.ts | 14 +-
.../DescribeRefreshScheduleCommand.ts | 14 +-
.../DescribeRoleCustomPermissionCommand.ts | 14 +-
.../commands/DescribeTemplateAliasCommand.ts | 14 +-
.../src/commands/DescribeTemplateCommand.ts | 14 +-
.../DescribeTemplateDefinitionCommand.ts | 14 +-
.../DescribeTemplatePermissionsCommand.ts | 14 +-
.../src/commands/DescribeThemeAliasCommand.ts | 14 +-
.../src/commands/DescribeThemeCommand.ts | 14 +-
.../DescribeThemePermissionsCommand.ts | 14 +-
.../src/commands/DescribeTopicCommand.ts | 14 +-
.../DescribeTopicPermissionsCommand.ts | 14 +-
.../commands/DescribeTopicRefreshCommand.ts | 14 +-
.../DescribeTopicRefreshScheduleCommand.ts | 14 +-
.../src/commands/DescribeUserCommand.ts | 14 +-
.../commands/DescribeVPCConnectionCommand.ts | 14 +-
...GenerateEmbedUrlForAnonymousUserCommand.ts | 14 +-
...enerateEmbedUrlForRegisteredUserCommand.ts | 14 +-
.../commands/GetDashboardEmbedUrlCommand.ts | 14 +-
.../src/commands/GetSessionEmbedUrlCommand.ts | 14 +-
.../src/commands/ListAnalysesCommand.ts | 14 +-
.../ListAssetBundleExportJobsCommand.ts | 14 +-
.../ListAssetBundleImportJobsCommand.ts | 14 +-
.../commands/ListDashboardVersionsCommand.ts | 14 +-
.../src/commands/ListDashboardsCommand.ts | 14 +-
.../src/commands/ListDataSetsCommand.ts | 14 +-
.../src/commands/ListDataSourcesCommand.ts | 14 +-
.../src/commands/ListFolderMembersCommand.ts | 14 +-
.../src/commands/ListFoldersCommand.ts | 14 +-
.../commands/ListGroupMembershipsCommand.ts | 14 +-
.../src/commands/ListGroupsCommand.ts | 14 +-
.../ListIAMPolicyAssignmentsCommand.ts | 14 +-
.../ListIAMPolicyAssignmentsForUserCommand.ts | 14 +-
.../ListIdentityPropagationConfigsCommand.ts | 14 +-
.../src/commands/ListIngestionsCommand.ts | 14 +-
.../src/commands/ListNamespacesCommand.ts | 14 +-
.../commands/ListRefreshSchedulesCommand.ts | 14 +-
.../commands/ListRoleMembershipsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/ListTemplateAliasesCommand.ts | 14 +-
.../commands/ListTemplateVersionsCommand.ts | 14 +-
.../src/commands/ListTemplatesCommand.ts | 14 +-
.../src/commands/ListThemeAliasesCommand.ts | 14 +-
.../src/commands/ListThemeVersionsCommand.ts | 14 +-
.../src/commands/ListThemesCommand.ts | 14 +-
.../ListTopicRefreshSchedulesCommand.ts | 14 +-
.../ListTopicReviewedAnswersCommand.ts | 14 +-
.../src/commands/ListTopicsCommand.ts | 14 +-
.../src/commands/ListUserGroupsCommand.ts | 14 +-
.../src/commands/ListUsersCommand.ts | 14 +-
.../src/commands/ListVPCConnectionsCommand.ts | 14 +-
.../PutDataSetRefreshPropertiesCommand.ts | 14 +-
.../src/commands/RegisterUserCommand.ts | 14 +-
.../src/commands/RestoreAnalysisCommand.ts | 14 +-
.../src/commands/SearchAnalysesCommand.ts | 14 +-
.../src/commands/SearchDashboardsCommand.ts | 14 +-
.../src/commands/SearchDataSetsCommand.ts | 14 +-
.../src/commands/SearchDataSourcesCommand.ts | 14 +-
.../src/commands/SearchFoldersCommand.ts | 14 +-
.../src/commands/SearchGroupsCommand.ts | 14 +-
.../StartAssetBundleExportJobCommand.ts | 14 +-
.../StartAssetBundleImportJobCommand.ts | 14 +-
.../StartDashboardSnapshotJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateAccountCustomizationCommand.ts | 14 +-
.../commands/UpdateAccountSettingsCommand.ts | 14 +-
.../src/commands/UpdateAnalysisCommand.ts | 14 +-
.../UpdateAnalysisPermissionsCommand.ts | 14 +-
.../src/commands/UpdateDashboardCommand.ts | 14 +-
.../commands/UpdateDashboardLinksCommand.ts | 14 +-
.../UpdateDashboardPermissionsCommand.ts | 14 +-
.../UpdateDashboardPublishedVersionCommand.ts | 14 +-
.../src/commands/UpdateDataSetCommand.ts | 14 +-
.../UpdateDataSetPermissionsCommand.ts | 14 +-
.../src/commands/UpdateDataSourceCommand.ts | 14 +-
.../UpdateDataSourcePermissionsCommand.ts | 14 +-
.../src/commands/UpdateFolderCommand.ts | 14 +-
.../UpdateFolderPermissionsCommand.ts | 14 +-
.../src/commands/UpdateGroupCommand.ts | 14 +-
.../UpdateIAMPolicyAssignmentCommand.ts | 14 +-
.../UpdateIdentityPropagationConfigCommand.ts | 14 +-
.../commands/UpdateIpRestrictionCommand.ts | 14 +-
.../commands/UpdateKeyRegistrationCommand.ts | 14 +-
.../UpdatePublicSharingSettingsCommand.ts | 14 +-
.../commands/UpdateRefreshScheduleCommand.ts | 14 +-
.../UpdateRoleCustomPermissionCommand.ts | 14 +-
...UpdateSPICECapacityConfigurationCommand.ts | 14 +-
.../commands/UpdateTemplateAliasCommand.ts | 14 +-
.../src/commands/UpdateTemplateCommand.ts | 14 +-
.../UpdateTemplatePermissionsCommand.ts | 14 +-
.../src/commands/UpdateThemeAliasCommand.ts | 14 +-
.../src/commands/UpdateThemeCommand.ts | 14 +-
.../commands/UpdateThemePermissionsCommand.ts | 14 +-
.../src/commands/UpdateTopicCommand.ts | 14 +-
.../commands/UpdateTopicPermissionsCommand.ts | 14 +-
.../UpdateTopicRefreshScheduleCommand.ts | 14 +-
.../src/commands/UpdateUserCommand.ts | 14 +-
.../commands/UpdateVPCConnectionCommand.ts | 14 +-
clients/client-ram/package.json | 42 +-
.../AcceptResourceShareInvitationCommand.ts | 14 +-
.../commands/AssociateResourceShareCommand.ts | 14 +-
...AssociateResourceSharePermissionCommand.ts | 14 +-
.../src/commands/CreatePermissionCommand.ts | 14 +-
.../CreatePermissionVersionCommand.ts | 14 +-
.../commands/CreateResourceShareCommand.ts | 14 +-
.../src/commands/DeletePermissionCommand.ts | 14 +-
.../DeletePermissionVersionCommand.ts | 14 +-
.../commands/DeleteResourceShareCommand.ts | 14 +-
.../DisassociateResourceShareCommand.ts | 14 +-
...associateResourceSharePermissionCommand.ts | 14 +-
...EnableSharingWithAwsOrganizationCommand.ts | 14 +-
.../src/commands/GetPermissionCommand.ts | 14 +-
.../commands/GetResourcePoliciesCommand.ts | 14 +-
.../GetResourceShareAssociationsCommand.ts | 14 +-
.../GetResourceShareInvitationsCommand.ts | 14 +-
.../src/commands/GetResourceSharesCommand.ts | 14 +-
.../ListPendingInvitationResourcesCommand.ts | 14 +-
.../ListPermissionAssociationsCommand.ts | 14 +-
.../commands/ListPermissionVersionsCommand.ts | 14 +-
.../src/commands/ListPermissionsCommand.ts | 14 +-
.../src/commands/ListPrincipalsCommand.ts | 14 +-
...eplacePermissionAssociationsWorkCommand.ts | 14 +-
.../ListResourceSharePermissionsCommand.ts | 14 +-
.../src/commands/ListResourceTypesCommand.ts | 14 +-
.../src/commands/ListResourcesCommand.ts | 14 +-
...omotePermissionCreatedFromPolicyCommand.ts | 14 +-
...teResourceShareCreatedFromPolicyCommand.ts | 14 +-
.../RejectResourceShareInvitationCommand.ts | 14 +-
.../ReplacePermissionAssociationsCommand.ts | 14 +-
.../SetDefaultPermissionVersionCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateResourceShareCommand.ts | 14 +-
clients/client-rbin/package.json | 42 +-
.../src/commands/CreateRuleCommand.ts | 14 +-
.../src/commands/DeleteRuleCommand.ts | 14 +-
.../src/commands/GetRuleCommand.ts | 14 +-
.../src/commands/ListRulesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/LockRuleCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UnlockRuleCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateRuleCommand.ts | 14 +-
clients/client-rds-data/package.json | 42 +-
.../commands/BatchExecuteStatementCommand.ts | 14 +-
.../src/commands/BeginTransactionCommand.ts | 14 +-
.../src/commands/CommitTransactionCommand.ts | 14 +-
.../src/commands/ExecuteSqlCommand.ts | 14 +-
.../src/commands/ExecuteStatementCommand.ts | 14 +-
.../commands/RollbackTransactionCommand.ts | 14 +-
clients/client-rds/package.json | 44 +-
.../src/commands/AddRoleToDBClusterCommand.ts | 14 +-
.../commands/AddRoleToDBInstanceCommand.ts | 14 +-
...ddSourceIdentifierToSubscriptionCommand.ts | 14 +-
.../src/commands/AddTagsToResourceCommand.ts | 14 +-
.../ApplyPendingMaintenanceActionCommand.ts | 14 +-
.../AuthorizeDBSecurityGroupIngressCommand.ts | 14 +-
.../src/commands/BacktrackDBClusterCommand.ts | 14 +-
.../src/commands/CancelExportTaskCommand.ts | 14 +-
.../CopyDBClusterParameterGroupCommand.ts | 14 +-
.../commands/CopyDBClusterSnapshotCommand.ts | 14 +-
.../commands/CopyDBParameterGroupCommand.ts | 14 +-
.../src/commands/CopyDBSnapshotCommand.ts | 14 +-
.../src/commands/CopyOptionGroupCommand.ts | 14 +-
.../CreateBlueGreenDeploymentCommand.ts | 14 +-
.../CreateCustomDBEngineVersionCommand.ts | 14 +-
.../src/commands/CreateDBClusterCommand.ts | 14 +-
.../CreateDBClusterEndpointCommand.ts | 14 +-
.../CreateDBClusterParameterGroupCommand.ts | 14 +-
.../CreateDBClusterSnapshotCommand.ts | 14 +-
.../src/commands/CreateDBInstanceCommand.ts | 14 +-
.../CreateDBInstanceReadReplicaCommand.ts | 14 +-
.../commands/CreateDBParameterGroupCommand.ts | 14 +-
.../src/commands/CreateDBProxyCommand.ts | 14 +-
.../commands/CreateDBProxyEndpointCommand.ts | 14 +-
.../commands/CreateDBSecurityGroupCommand.ts | 14 +-
.../src/commands/CreateDBShardGroupCommand.ts | 14 +-
.../src/commands/CreateDBSnapshotCommand.ts | 14 +-
.../commands/CreateDBSubnetGroupCommand.ts | 14 +-
.../CreateEventSubscriptionCommand.ts | 14 +-
.../commands/CreateGlobalClusterCommand.ts | 14 +-
.../src/commands/CreateIntegrationCommand.ts | 14 +-
.../src/commands/CreateOptionGroupCommand.ts | 14 +-
.../commands/CreateTenantDatabaseCommand.ts | 14 +-
.../DeleteBlueGreenDeploymentCommand.ts | 14 +-
.../DeleteCustomDBEngineVersionCommand.ts | 14 +-
.../DeleteDBClusterAutomatedBackupCommand.ts | 14 +-
.../src/commands/DeleteDBClusterCommand.ts | 14 +-
.../DeleteDBClusterEndpointCommand.ts | 14 +-
.../DeleteDBClusterParameterGroupCommand.ts | 14 +-
.../DeleteDBClusterSnapshotCommand.ts | 14 +-
.../DeleteDBInstanceAutomatedBackupCommand.ts | 14 +-
.../src/commands/DeleteDBInstanceCommand.ts | 14 +-
.../commands/DeleteDBParameterGroupCommand.ts | 14 +-
.../src/commands/DeleteDBProxyCommand.ts | 14 +-
.../commands/DeleteDBProxyEndpointCommand.ts | 14 +-
.../commands/DeleteDBSecurityGroupCommand.ts | 14 +-
.../src/commands/DeleteDBShardGroupCommand.ts | 14 +-
.../src/commands/DeleteDBSnapshotCommand.ts | 14 +-
.../commands/DeleteDBSubnetGroupCommand.ts | 14 +-
.../DeleteEventSubscriptionCommand.ts | 14 +-
.../commands/DeleteGlobalClusterCommand.ts | 14 +-
.../src/commands/DeleteIntegrationCommand.ts | 14 +-
.../src/commands/DeleteOptionGroupCommand.ts | 14 +-
.../commands/DeleteTenantDatabaseCommand.ts | 14 +-
.../DeregisterDBProxyTargetsCommand.ts | 14 +-
.../DescribeAccountAttributesCommand.ts | 14 +-
.../DescribeBlueGreenDeploymentsCommand.ts | 14 +-
.../commands/DescribeCertificatesCommand.ts | 14 +-
...escribeDBClusterAutomatedBackupsCommand.ts | 14 +-
.../DescribeDBClusterBacktracksCommand.ts | 14 +-
.../DescribeDBClusterEndpointsCommand.ts | 14 +-
...DescribeDBClusterParameterGroupsCommand.ts | 14 +-
.../DescribeDBClusterParametersCommand.ts | 14 +-
...cribeDBClusterSnapshotAttributesCommand.ts | 14 +-
.../DescribeDBClusterSnapshotsCommand.ts | 14 +-
.../src/commands/DescribeDBClustersCommand.ts | 14 +-
.../DescribeDBEngineVersionsCommand.ts | 14 +-
...scribeDBInstanceAutomatedBackupsCommand.ts | 14 +-
.../commands/DescribeDBInstancesCommand.ts | 14 +-
.../src/commands/DescribeDBLogFilesCommand.ts | 14 +-
.../DescribeDBParameterGroupsCommand.ts | 14 +-
.../commands/DescribeDBParametersCommand.ts | 14 +-
.../src/commands/DescribeDBProxiesCommand.ts | 14 +-
.../DescribeDBProxyEndpointsCommand.ts | 14 +-
.../DescribeDBProxyTargetGroupsCommand.ts | 14 +-
.../commands/DescribeDBProxyTargetsCommand.ts | 14 +-
.../DescribeDBRecommendationsCommand.ts | 14 +-
.../DescribeDBSecurityGroupsCommand.ts | 14 +-
.../commands/DescribeDBShardGroupsCommand.ts | 14 +-
.../DescribeDBSnapshotAttributesCommand.ts | 14 +-
...escribeDBSnapshotTenantDatabasesCommand.ts | 14 +-
.../commands/DescribeDBSnapshotsCommand.ts | 14 +-
.../commands/DescribeDBSubnetGroupsCommand.ts | 14 +-
...beEngineDefaultClusterParametersCommand.ts | 14 +-
.../DescribeEngineDefaultParametersCommand.ts | 14 +-
.../DescribeEventCategoriesCommand.ts | 14 +-
.../DescribeEventSubscriptionsCommand.ts | 14 +-
.../src/commands/DescribeEventsCommand.ts | 14 +-
.../commands/DescribeExportTasksCommand.ts | 14 +-
.../commands/DescribeGlobalClustersCommand.ts | 14 +-
.../commands/DescribeIntegrationsCommand.ts | 14 +-
.../DescribeOptionGroupOptionsCommand.ts | 14 +-
.../commands/DescribeOptionGroupsCommand.ts | 14 +-
...scribeOrderableDBInstanceOptionsCommand.ts | 14 +-
...escribePendingMaintenanceActionsCommand.ts | 14 +-
.../DescribeReservedDBInstancesCommand.ts | 14 +-
...ribeReservedDBInstancesOfferingsCommand.ts | 14 +-
.../commands/DescribeSourceRegionsCommand.ts | 14 +-
.../DescribeTenantDatabasesCommand.ts | 14 +-
...ribeValidDBInstanceModificationsCommand.ts | 14 +-
.../commands/DisableHttpEndpointCommand.ts | 14 +-
.../DownloadDBLogFilePortionCommand.ts | 14 +-
.../src/commands/EnableHttpEndpointCommand.ts | 14 +-
.../src/commands/FailoverDBClusterCommand.ts | 14 +-
.../commands/FailoverGlobalClusterCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/ModifyActivityStreamCommand.ts | 14 +-
.../src/commands/ModifyCertificatesCommand.ts | 14 +-
.../ModifyCurrentDBClusterCapacityCommand.ts | 14 +-
.../ModifyCustomDBEngineVersionCommand.ts | 14 +-
.../src/commands/ModifyDBClusterCommand.ts | 14 +-
.../ModifyDBClusterEndpointCommand.ts | 14 +-
.../ModifyDBClusterParameterGroupCommand.ts | 14 +-
...ModifyDBClusterSnapshotAttributeCommand.ts | 14 +-
.../src/commands/ModifyDBInstanceCommand.ts | 14 +-
.../commands/ModifyDBParameterGroupCommand.ts | 14 +-
.../src/commands/ModifyDBProxyCommand.ts | 14 +-
.../commands/ModifyDBProxyEndpointCommand.ts | 14 +-
.../ModifyDBProxyTargetGroupCommand.ts | 14 +-
.../commands/ModifyDBRecommendationCommand.ts | 14 +-
.../src/commands/ModifyDBShardGroupCommand.ts | 14 +-
.../ModifyDBSnapshotAttributeCommand.ts | 14 +-
.../src/commands/ModifyDBSnapshotCommand.ts | 14 +-
.../commands/ModifyDBSubnetGroupCommand.ts | 14 +-
.../ModifyEventSubscriptionCommand.ts | 14 +-
.../commands/ModifyGlobalClusterCommand.ts | 14 +-
.../src/commands/ModifyIntegrationCommand.ts | 14 +-
.../src/commands/ModifyOptionGroupCommand.ts | 14 +-
.../commands/ModifyTenantDatabaseCommand.ts | 14 +-
.../src/commands/PromoteReadReplicaCommand.ts | 14 +-
.../PromoteReadReplicaDBClusterCommand.ts | 14 +-
...chaseReservedDBInstancesOfferingCommand.ts | 14 +-
.../src/commands/RebootDBClusterCommand.ts | 14 +-
.../src/commands/RebootDBInstanceCommand.ts | 14 +-
.../src/commands/RebootDBShardGroupCommand.ts | 14 +-
.../commands/RegisterDBProxyTargetsCommand.ts | 14 +-
.../RemoveFromGlobalClusterCommand.ts | 14 +-
.../RemoveRoleFromDBClusterCommand.ts | 14 +-
.../RemoveRoleFromDBInstanceCommand.ts | 14 +-
...SourceIdentifierFromSubscriptionCommand.ts | 14 +-
.../commands/RemoveTagsFromResourceCommand.ts | 14 +-
.../ResetDBClusterParameterGroupCommand.ts | 14 +-
.../commands/ResetDBParameterGroupCommand.ts | 14 +-
.../commands/RestoreDBClusterFromS3Command.ts | 14 +-
.../RestoreDBClusterFromSnapshotCommand.ts | 14 +-
.../RestoreDBClusterToPointInTimeCommand.ts | 14 +-
.../RestoreDBInstanceFromDBSnapshotCommand.ts | 14 +-
.../RestoreDBInstanceFromS3Command.ts | 14 +-
.../RestoreDBInstanceToPointInTimeCommand.ts | 14 +-
.../RevokeDBSecurityGroupIngressCommand.ts | 14 +-
.../commands/StartActivityStreamCommand.ts | 14 +-
.../src/commands/StartDBClusterCommand.ts | 14 +-
...tanceAutomatedBackupsReplicationCommand.ts | 14 +-
.../src/commands/StartDBInstanceCommand.ts | 14 +-
.../src/commands/StartExportTaskCommand.ts | 14 +-
.../src/commands/StopActivityStreamCommand.ts | 14 +-
.../src/commands/StopDBClusterCommand.ts | 14 +-
...tanceAutomatedBackupsReplicationCommand.ts | 14 +-
.../src/commands/StopDBInstanceCommand.ts | 14 +-
.../SwitchoverBlueGreenDeploymentCommand.ts | 14 +-
.../SwitchoverGlobalClusterCommand.ts | 14 +-
.../commands/SwitchoverReadReplicaCommand.ts | 14 +-
clients/client-redshift-data/package.json | 42 +-
.../commands/BatchExecuteStatementCommand.ts | 14 +-
.../src/commands/CancelStatementCommand.ts | 14 +-
.../src/commands/DescribeStatementCommand.ts | 14 +-
.../src/commands/DescribeTableCommand.ts | 14 +-
.../src/commands/ExecuteStatementCommand.ts | 14 +-
.../src/commands/GetStatementResultCommand.ts | 14 +-
.../src/commands/ListDatabasesCommand.ts | 14 +-
.../src/commands/ListSchemasCommand.ts | 14 +-
.../src/commands/ListStatementsCommand.ts | 14 +-
.../src/commands/ListTablesCommand.ts | 14 +-
.../client-redshift-serverless/package.json | 42 +-
.../ConvertRecoveryPointToSnapshotCommand.ts | 14 +-
.../CreateCustomDomainAssociationCommand.ts | 14 +-
.../commands/CreateEndpointAccessCommand.ts | 14 +-
.../src/commands/CreateNamespaceCommand.ts | 14 +-
.../commands/CreateScheduledActionCommand.ts | 14 +-
.../src/commands/CreateSnapshotCommand.ts | 14 +-
.../CreateSnapshotCopyConfigurationCommand.ts | 14 +-
.../src/commands/CreateUsageLimitCommand.ts | 14 +-
.../src/commands/CreateWorkgroupCommand.ts | 14 +-
.../DeleteCustomDomainAssociationCommand.ts | 14 +-
.../commands/DeleteEndpointAccessCommand.ts | 14 +-
.../src/commands/DeleteNamespaceCommand.ts | 14 +-
.../commands/DeleteResourcePolicyCommand.ts | 14 +-
.../commands/DeleteScheduledActionCommand.ts | 14 +-
.../src/commands/DeleteSnapshotCommand.ts | 14 +-
.../DeleteSnapshotCopyConfigurationCommand.ts | 14 +-
.../src/commands/DeleteUsageLimitCommand.ts | 14 +-
.../src/commands/DeleteWorkgroupCommand.ts | 14 +-
.../src/commands/GetCredentialsCommand.ts | 14 +-
.../GetCustomDomainAssociationCommand.ts | 14 +-
.../src/commands/GetEndpointAccessCommand.ts | 14 +-
.../src/commands/GetNamespaceCommand.ts | 14 +-
.../src/commands/GetRecoveryPointCommand.ts | 14 +-
.../src/commands/GetResourcePolicyCommand.ts | 14 +-
.../src/commands/GetScheduledActionCommand.ts | 14 +-
.../src/commands/GetSnapshotCommand.ts | 14 +-
.../commands/GetTableRestoreStatusCommand.ts | 14 +-
.../src/commands/GetUsageLimitCommand.ts | 14 +-
.../src/commands/GetWorkgroupCommand.ts | 14 +-
.../ListCustomDomainAssociationsCommand.ts | 14 +-
.../src/commands/ListEndpointAccessCommand.ts | 14 +-
.../src/commands/ListNamespacesCommand.ts | 14 +-
.../src/commands/ListRecoveryPointsCommand.ts | 14 +-
.../commands/ListScheduledActionsCommand.ts | 14 +-
.../ListSnapshotCopyConfigurationsCommand.ts | 14 +-
.../src/commands/ListSnapshotsCommand.ts | 14 +-
.../commands/ListTableRestoreStatusCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListUsageLimitsCommand.ts | 14 +-
.../src/commands/ListWorkgroupsCommand.ts | 14 +-
.../src/commands/PutResourcePolicyCommand.ts | 14 +-
.../RestoreFromRecoveryPointCommand.ts | 14 +-
.../commands/RestoreFromSnapshotCommand.ts | 14 +-
.../RestoreTableFromRecoveryPointCommand.ts | 14 +-
.../RestoreTableFromSnapshotCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateCustomDomainAssociationCommand.ts | 14 +-
.../commands/UpdateEndpointAccessCommand.ts | 14 +-
.../src/commands/UpdateNamespaceCommand.ts | 14 +-
.../commands/UpdateScheduledActionCommand.ts | 14 +-
.../src/commands/UpdateSnapshotCommand.ts | 14 +-
.../UpdateSnapshotCopyConfigurationCommand.ts | 14 +-
.../src/commands/UpdateUsageLimitCommand.ts | 14 +-
.../src/commands/UpdateWorkgroupCommand.ts | 14 +-
clients/client-redshift/package.json | 44 +-
.../AcceptReservedNodeExchangeCommand.ts | 14 +-
.../src/commands/AddPartnerCommand.ts | 14 +-
.../AssociateDataShareConsumerCommand.ts | 14 +-
...orizeClusterSecurityGroupIngressCommand.ts | 14 +-
.../src/commands/AuthorizeDataShareCommand.ts | 14 +-
.../AuthorizeEndpointAccessCommand.ts | 14 +-
.../AuthorizeSnapshotAccessCommand.ts | 14 +-
.../BatchDeleteClusterSnapshotsCommand.ts | 14 +-
.../BatchModifyClusterSnapshotsCommand.ts | 14 +-
.../src/commands/CancelResizeCommand.ts | 14 +-
.../commands/CopyClusterSnapshotCommand.ts | 14 +-
.../CreateAuthenticationProfileCommand.ts | 14 +-
.../src/commands/CreateClusterCommand.ts | 14 +-
.../CreateClusterParameterGroupCommand.ts | 14 +-
.../CreateClusterSecurityGroupCommand.ts | 14 +-
.../commands/CreateClusterSnapshotCommand.ts | 14 +-
.../CreateClusterSubnetGroupCommand.ts | 14 +-
.../CreateCustomDomainAssociationCommand.ts | 14 +-
.../commands/CreateEndpointAccessCommand.ts | 14 +-
.../CreateEventSubscriptionCommand.ts | 14 +-
.../CreateHsmClientCertificateCommand.ts | 14 +-
.../commands/CreateHsmConfigurationCommand.ts | 14 +-
.../CreateRedshiftIdcApplicationCommand.ts | 14 +-
.../commands/CreateScheduledActionCommand.ts | 14 +-
.../CreateSnapshotCopyGrantCommand.ts | 14 +-
.../commands/CreateSnapshotScheduleCommand.ts | 14 +-
.../src/commands/CreateTagsCommand.ts | 14 +-
.../src/commands/CreateUsageLimitCommand.ts | 14 +-
.../commands/DeauthorizeDataShareCommand.ts | 14 +-
.../DeleteAuthenticationProfileCommand.ts | 14 +-
.../src/commands/DeleteClusterCommand.ts | 14 +-
.../DeleteClusterParameterGroupCommand.ts | 14 +-
.../DeleteClusterSecurityGroupCommand.ts | 14 +-
.../commands/DeleteClusterSnapshotCommand.ts | 14 +-
.../DeleteClusterSubnetGroupCommand.ts | 14 +-
.../DeleteCustomDomainAssociationCommand.ts | 14 +-
.../commands/DeleteEndpointAccessCommand.ts | 14 +-
.../DeleteEventSubscriptionCommand.ts | 14 +-
.../DeleteHsmClientCertificateCommand.ts | 14 +-
.../commands/DeleteHsmConfigurationCommand.ts | 14 +-
.../src/commands/DeletePartnerCommand.ts | 14 +-
.../DeleteRedshiftIdcApplicationCommand.ts | 14 +-
.../commands/DeleteResourcePolicyCommand.ts | 14 +-
.../commands/DeleteScheduledActionCommand.ts | 14 +-
.../DeleteSnapshotCopyGrantCommand.ts | 14 +-
.../commands/DeleteSnapshotScheduleCommand.ts | 14 +-
.../src/commands/DeleteTagsCommand.ts | 14 +-
.../src/commands/DeleteUsageLimitCommand.ts | 14 +-
.../DescribeAccountAttributesCommand.ts | 14 +-
.../DescribeAuthenticationProfilesCommand.ts | 14 +-
.../DescribeClusterDbRevisionsCommand.ts | 14 +-
.../DescribeClusterParameterGroupsCommand.ts | 14 +-
.../DescribeClusterParametersCommand.ts | 14 +-
.../DescribeClusterSecurityGroupsCommand.ts | 14 +-
.../DescribeClusterSnapshotsCommand.ts | 14 +-
.../DescribeClusterSubnetGroupsCommand.ts | 14 +-
.../commands/DescribeClusterTracksCommand.ts | 14 +-
.../DescribeClusterVersionsCommand.ts | 14 +-
.../src/commands/DescribeClustersCommand.ts | 14 +-
...DescribeCustomDomainAssociationsCommand.ts | 14 +-
.../src/commands/DescribeDataSharesCommand.ts | 14 +-
.../DescribeDataSharesForConsumerCommand.ts | 14 +-
.../DescribeDataSharesForProducerCommand.ts | 14 +-
...DescribeDefaultClusterParametersCommand.ts | 14 +-
.../commands/DescribeEndpointAccessCommand.ts | 14 +-
.../DescribeEndpointAuthorizationCommand.ts | 14 +-
.../DescribeEventCategoriesCommand.ts | 14 +-
.../DescribeEventSubscriptionsCommand.ts | 14 +-
.../src/commands/DescribeEventsCommand.ts | 14 +-
.../DescribeHsmClientCertificatesCommand.ts | 14 +-
.../DescribeHsmConfigurationsCommand.ts | 14 +-
.../DescribeInboundIntegrationsCommand.ts | 14 +-
.../commands/DescribeLoggingStatusCommand.ts | 14 +-
...DescribeNodeConfigurationOptionsCommand.ts | 14 +-
.../DescribeOrderableClusterOptionsCommand.ts | 14 +-
.../src/commands/DescribePartnersCommand.ts | 14 +-
.../DescribeRedshiftIdcApplicationsCommand.ts | 14 +-
...scribeReservedNodeExchangeStatusCommand.ts | 14 +-
.../DescribeReservedNodeOfferingsCommand.ts | 14 +-
.../commands/DescribeReservedNodesCommand.ts | 14 +-
.../src/commands/DescribeResizeCommand.ts | 14 +-
.../DescribeScheduledActionsCommand.ts | 14 +-
.../DescribeSnapshotCopyGrantsCommand.ts | 14 +-
.../DescribeSnapshotSchedulesCommand.ts | 14 +-
.../src/commands/DescribeStorageCommand.ts | 14 +-
.../DescribeTableRestoreStatusCommand.ts | 14 +-
.../src/commands/DescribeTagsCommand.ts | 14 +-
.../commands/DescribeUsageLimitsCommand.ts | 14 +-
.../src/commands/DisableLoggingCommand.ts | 14 +-
.../commands/DisableSnapshotCopyCommand.ts | 14 +-
.../DisassociateDataShareConsumerCommand.ts | 14 +-
.../src/commands/EnableLoggingCommand.ts | 14 +-
.../src/commands/EnableSnapshotCopyCommand.ts | 14 +-
.../commands/FailoverPrimaryComputeCommand.ts | 14 +-
.../commands/GetClusterCredentialsCommand.ts | 14 +-
.../GetClusterCredentialsWithIAMCommand.ts | 14 +-
...NodeExchangeConfigurationOptionsCommand.ts | 14 +-
...GetReservedNodeExchangeOfferingsCommand.ts | 14 +-
.../src/commands/GetResourcePolicyCommand.ts | 14 +-
.../commands/ListRecommendationsCommand.ts | 14 +-
.../ModifyAquaConfigurationCommand.ts | 14 +-
.../ModifyAuthenticationProfileCommand.ts | 14 +-
.../src/commands/ModifyClusterCommand.ts | 14 +-
.../ModifyClusterDbRevisionCommand.ts | 14 +-
.../commands/ModifyClusterIamRolesCommand.ts | 14 +-
.../ModifyClusterMaintenanceCommand.ts | 14 +-
.../ModifyClusterParameterGroupCommand.ts | 14 +-
.../commands/ModifyClusterSnapshotCommand.ts | 14 +-
.../ModifyClusterSnapshotScheduleCommand.ts | 14 +-
.../ModifyClusterSubnetGroupCommand.ts | 14 +-
.../ModifyCustomDomainAssociationCommand.ts | 14 +-
.../commands/ModifyEndpointAccessCommand.ts | 14 +-
.../ModifyEventSubscriptionCommand.ts | 14 +-
.../ModifyRedshiftIdcApplicationCommand.ts | 14 +-
.../commands/ModifyScheduledActionCommand.ts | 14 +-
...odifySnapshotCopyRetentionPeriodCommand.ts | 14 +-
.../commands/ModifySnapshotScheduleCommand.ts | 14 +-
.../src/commands/ModifyUsageLimitCommand.ts | 14 +-
.../src/commands/PauseClusterCommand.ts | 14 +-
.../PurchaseReservedNodeOfferingCommand.ts | 14 +-
.../src/commands/PutResourcePolicyCommand.ts | 14 +-
.../src/commands/RebootClusterCommand.ts | 14 +-
.../src/commands/RejectDataShareCommand.ts | 14 +-
.../ResetClusterParameterGroupCommand.ts | 14 +-
.../src/commands/ResizeClusterCommand.ts | 14 +-
.../RestoreFromClusterSnapshotCommand.ts | 14 +-
.../RestoreTableFromClusterSnapshotCommand.ts | 14 +-
.../src/commands/ResumeClusterCommand.ts | 14 +-
...evokeClusterSecurityGroupIngressCommand.ts | 14 +-
.../commands/RevokeEndpointAccessCommand.ts | 14 +-
.../commands/RevokeSnapshotAccessCommand.ts | 14 +-
.../commands/RotateEncryptionKeyCommand.ts | 14 +-
.../commands/UpdatePartnerStatusCommand.ts | 14 +-
clients/client-rekognition/package.json | 44 +-
.../src/commands/AssociateFacesCommand.ts | 14 +-
.../src/commands/CompareFacesCommand.ts | 14 +-
.../src/commands/CopyProjectVersionCommand.ts | 14 +-
.../src/commands/CreateCollectionCommand.ts | 14 +-
.../src/commands/CreateDatasetCommand.ts | 14 +-
.../CreateFaceLivenessSessionCommand.ts | 14 +-
.../src/commands/CreateProjectCommand.ts | 14 +-
.../commands/CreateProjectVersionCommand.ts | 14 +-
.../commands/CreateStreamProcessorCommand.ts | 14 +-
.../src/commands/CreateUserCommand.ts | 14 +-
.../src/commands/DeleteCollectionCommand.ts | 14 +-
.../src/commands/DeleteDatasetCommand.ts | 14 +-
.../src/commands/DeleteFacesCommand.ts | 14 +-
.../src/commands/DeleteProjectCommand.ts | 14 +-
.../commands/DeleteProjectPolicyCommand.ts | 14 +-
.../commands/DeleteProjectVersionCommand.ts | 14 +-
.../commands/DeleteStreamProcessorCommand.ts | 14 +-
.../src/commands/DeleteUserCommand.ts | 14 +-
.../src/commands/DescribeCollectionCommand.ts | 14 +-
.../src/commands/DescribeDatasetCommand.ts | 14 +-
.../DescribeProjectVersionsCommand.ts | 14 +-
.../src/commands/DescribeProjectsCommand.ts | 14 +-
.../DescribeStreamProcessorCommand.ts | 14 +-
.../src/commands/DetectCustomLabelsCommand.ts | 14 +-
.../src/commands/DetectFacesCommand.ts | 14 +-
.../src/commands/DetectLabelsCommand.ts | 14 +-
.../commands/DetectModerationLabelsCommand.ts | 14 +-
.../DetectProtectiveEquipmentCommand.ts | 14 +-
.../src/commands/DetectTextCommand.ts | 14 +-
.../src/commands/DisassociateFacesCommand.ts | 14 +-
.../DistributeDatasetEntriesCommand.ts | 14 +-
.../src/commands/GetCelebrityInfoCommand.ts | 14 +-
.../GetCelebrityRecognitionCommand.ts | 14 +-
.../commands/GetContentModerationCommand.ts | 14 +-
.../src/commands/GetFaceDetectionCommand.ts | 14 +-
.../GetFaceLivenessSessionResultsCommand.ts | 14 +-
.../src/commands/GetFaceSearchCommand.ts | 14 +-
.../src/commands/GetLabelDetectionCommand.ts | 14 +-
.../commands/GetMediaAnalysisJobCommand.ts | 14 +-
.../src/commands/GetPersonTrackingCommand.ts | 14 +-
.../commands/GetSegmentDetectionCommand.ts | 14 +-
.../src/commands/GetTextDetectionCommand.ts | 14 +-
.../src/commands/IndexFacesCommand.ts | 14 +-
.../src/commands/ListCollectionsCommand.ts | 14 +-
.../src/commands/ListDatasetEntriesCommand.ts | 14 +-
.../src/commands/ListDatasetLabelsCommand.ts | 14 +-
.../src/commands/ListFacesCommand.ts | 14 +-
.../commands/ListMediaAnalysisJobsCommand.ts | 14 +-
.../commands/ListProjectPoliciesCommand.ts | 14 +-
.../commands/ListStreamProcessorsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListUsersCommand.ts | 14 +-
.../src/commands/PutProjectPolicyCommand.ts | 14 +-
.../commands/RecognizeCelebritiesCommand.ts | 14 +-
.../src/commands/SearchFacesByImageCommand.ts | 14 +-
.../src/commands/SearchFacesCommand.ts | 14 +-
.../src/commands/SearchUsersByImageCommand.ts | 14 +-
.../src/commands/SearchUsersCommand.ts | 14 +-
.../StartCelebrityRecognitionCommand.ts | 14 +-
.../commands/StartContentModerationCommand.ts | 14 +-
.../src/commands/StartFaceDetectionCommand.ts | 14 +-
.../src/commands/StartFaceSearchCommand.ts | 14 +-
.../commands/StartLabelDetectionCommand.ts | 14 +-
.../commands/StartMediaAnalysisJobCommand.ts | 14 +-
.../commands/StartPersonTrackingCommand.ts | 14 +-
.../commands/StartProjectVersionCommand.ts | 14 +-
.../commands/StartSegmentDetectionCommand.ts | 14 +-
.../commands/StartStreamProcessorCommand.ts | 14 +-
.../src/commands/StartTextDetectionCommand.ts | 14 +-
.../src/commands/StopProjectVersionCommand.ts | 14 +-
.../commands/StopStreamProcessorCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateDatasetEntriesCommand.ts | 14 +-
.../commands/UpdateStreamProcessorCommand.ts | 14 +-
.../client-rekognitionstreaming/package.json | 48 +-
.../StartFaceLivenessSessionCommand.ts | 14 +-
clients/client-repostspace/package.json | 42 +-
.../src/commands/CreateSpaceCommand.ts | 14 +-
.../src/commands/DeleteSpaceCommand.ts | 14 +-
.../src/commands/DeregisterAdminCommand.ts | 14 +-
.../src/commands/GetSpaceCommand.ts | 14 +-
.../src/commands/ListSpacesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/RegisterAdminCommand.ts | 14 +-
.../src/commands/SendInvitesCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateSpaceCommand.ts | 14 +-
clients/client-resiliencehub/package.json | 42 +-
...tResourceGroupingRecommendationsCommand.ts | 14 +-
...dDraftAppVersionResourceMappingsCommand.ts | 14 +-
.../BatchUpdateRecommendationStatusCommand.ts | 14 +-
.../src/commands/CreateAppCommand.ts | 14 +-
.../CreateAppVersionAppComponentCommand.ts | 14 +-
.../CreateAppVersionResourceCommand.ts | 14 +-
.../CreateRecommendationTemplateCommand.ts | 14 +-
.../commands/CreateResiliencyPolicyCommand.ts | 14 +-
.../commands/DeleteAppAssessmentCommand.ts | 14 +-
.../src/commands/DeleteAppCommand.ts | 14 +-
.../commands/DeleteAppInputSourceCommand.ts | 14 +-
.../DeleteAppVersionAppComponentCommand.ts | 14 +-
.../DeleteAppVersionResourceCommand.ts | 14 +-
.../DeleteRecommendationTemplateCommand.ts | 14 +-
.../commands/DeleteResiliencyPolicyCommand.ts | 14 +-
.../commands/DescribeAppAssessmentCommand.ts | 14 +-
.../src/commands/DescribeAppCommand.ts | 14 +-
.../DescribeAppVersionAppComponentCommand.ts | 14 +-
.../src/commands/DescribeAppVersionCommand.ts | 14 +-
.../DescribeAppVersionResourceCommand.ts | 14 +-
...VersionResourcesResolutionStatusCommand.ts | 14 +-
.../DescribeAppVersionTemplateCommand.ts | 14 +-
...tAppVersionResourcesImportStatusCommand.ts | 14 +-
.../DescribeResiliencyPolicyCommand.ts | 14 +-
...sourceGroupingRecommendationTaskCommand.ts | 14 +-
...ImportResourcesToDraftAppVersionCommand.ts | 14 +-
.../ListAlarmRecommendationsCommand.ts | 14 +-
...istAppAssessmentComplianceDriftsCommand.ts | 14 +-
.../ListAppAssessmentResourceDriftsCommand.ts | 14 +-
.../src/commands/ListAppAssessmentsCommand.ts | 14 +-
.../ListAppComponentCompliancesCommand.ts | 14 +-
.../ListAppComponentRecommendationsCommand.ts | 14 +-
.../commands/ListAppInputSourcesCommand.ts | 14 +-
.../ListAppVersionAppComponentsCommand.ts | 14 +-
.../ListAppVersionResourceMappingsCommand.ts | 14 +-
.../ListAppVersionResourcesCommand.ts | 14 +-
.../src/commands/ListAppVersionsCommand.ts | 14 +-
.../src/commands/ListAppsCommand.ts | 14 +-
.../ListRecommendationTemplatesCommand.ts | 14 +-
.../commands/ListResiliencyPoliciesCommand.ts | 14 +-
...tResourceGroupingRecommendationsCommand.ts | 14 +-
.../commands/ListSopRecommendationsCommand.ts | 14 +-
.../ListSuggestedResiliencyPoliciesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../ListTestRecommendationsCommand.ts | 14 +-
...stUnsupportedAppVersionResourcesCommand.ts | 14 +-
.../src/commands/PublishAppVersionCommand.ts | 14 +-
.../PutDraftAppVersionTemplateCommand.ts | 14 +-
...tResourceGroupingRecommendationsCommand.ts | 14 +-
...eDraftAppVersionResourceMappingsCommand.ts | 14 +-
.../ResolveAppVersionResourcesCommand.ts | 14 +-
.../src/commands/StartAppAssessmentCommand.ts | 14 +-
...sourceGroupingRecommendationTaskCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAppCommand.ts | 14 +-
.../UpdateAppVersionAppComponentCommand.ts | 14 +-
.../src/commands/UpdateAppVersionCommand.ts | 14 +-
.../UpdateAppVersionResourceCommand.ts | 14 +-
.../commands/UpdateResiliencyPolicyCommand.ts | 14 +-
.../client-resource-explorer-2/package.json | 42 +-
.../commands/AssociateDefaultViewCommand.ts | 14 +-
.../src/commands/BatchGetViewCommand.ts | 14 +-
.../src/commands/CreateIndexCommand.ts | 14 +-
.../src/commands/CreateViewCommand.ts | 14 +-
.../src/commands/DeleteIndexCommand.ts | 14 +-
.../src/commands/DeleteViewCommand.ts | 14 +-
.../DisassociateDefaultViewCommand.ts | 14 +-
...AccountLevelServiceConfigurationCommand.ts | 14 +-
.../src/commands/GetDefaultViewCommand.ts | 14 +-
.../src/commands/GetIndexCommand.ts | 14 +-
.../src/commands/GetViewCommand.ts | 14 +-
.../src/commands/ListIndexesCommand.ts | 14 +-
.../commands/ListIndexesForMembersCommand.ts | 14 +-
.../ListSupportedResourceTypesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListViewsCommand.ts | 14 +-
.../src/commands/SearchCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateIndexTypeCommand.ts | 14 +-
.../src/commands/UpdateViewCommand.ts | 14 +-
.../package.json | 42 +-
.../commands/DescribeReportCreationCommand.ts | 14 +-
.../commands/GetComplianceSummaryCommand.ts | 14 +-
.../src/commands/GetResourcesCommand.ts | 14 +-
.../src/commands/GetTagKeysCommand.ts | 14 +-
.../src/commands/GetTagValuesCommand.ts | 14 +-
.../commands/StartReportCreationCommand.ts | 14 +-
.../src/commands/TagResourcesCommand.ts | 14 +-
.../src/commands/UntagResourcesCommand.ts | 14 +-
clients/client-resource-groups/package.json | 42 +-
.../src/commands/CreateGroupCommand.ts | 14 +-
.../src/commands/DeleteGroupCommand.ts | 14 +-
.../src/commands/GetAccountSettingsCommand.ts | 14 +-
.../src/commands/GetGroupCommand.ts | 14 +-
.../commands/GetGroupConfigurationCommand.ts | 14 +-
.../src/commands/GetGroupQueryCommand.ts | 14 +-
.../src/commands/GetTagsCommand.ts | 14 +-
.../src/commands/GroupResourcesCommand.ts | 14 +-
.../src/commands/ListGroupResourcesCommand.ts | 14 +-
.../src/commands/ListGroupsCommand.ts | 14 +-
.../commands/PutGroupConfigurationCommand.ts | 14 +-
.../src/commands/SearchResourcesCommand.ts | 14 +-
.../src/commands/TagCommand.ts | 14 +-
.../src/commands/UngroupResourcesCommand.ts | 14 +-
.../src/commands/UntagCommand.ts | 14 +-
.../commands/UpdateAccountSettingsCommand.ts | 14 +-
.../src/commands/UpdateGroupCommand.ts | 14 +-
.../src/commands/UpdateGroupQueryCommand.ts | 14 +-
clients/client-robomaker/package.json | 42 +-
.../src/commands/BatchDeleteWorldsCommand.ts | 14 +-
.../BatchDescribeSimulationJobCommand.ts | 14 +-
.../commands/CancelDeploymentJobCommand.ts | 14 +-
.../CancelSimulationJobBatchCommand.ts | 14 +-
.../commands/CancelSimulationJobCommand.ts | 14 +-
.../commands/CancelWorldExportJobCommand.ts | 14 +-
.../CancelWorldGenerationJobCommand.ts | 14 +-
.../commands/CreateDeploymentJobCommand.ts | 14 +-
.../src/commands/CreateFleetCommand.ts | 14 +-
.../commands/CreateRobotApplicationCommand.ts | 14 +-
.../CreateRobotApplicationVersionCommand.ts | 14 +-
.../src/commands/CreateRobotCommand.ts | 14 +-
.../CreateSimulationApplicationCommand.ts | 14 +-
...eateSimulationApplicationVersionCommand.ts | 14 +-
.../commands/CreateSimulationJobCommand.ts | 14 +-
.../commands/CreateWorldExportJobCommand.ts | 14 +-
.../CreateWorldGenerationJobCommand.ts | 14 +-
.../commands/CreateWorldTemplateCommand.ts | 14 +-
.../src/commands/DeleteFleetCommand.ts | 14 +-
.../commands/DeleteRobotApplicationCommand.ts | 14 +-
.../src/commands/DeleteRobotCommand.ts | 14 +-
.../DeleteSimulationApplicationCommand.ts | 14 +-
.../commands/DeleteWorldTemplateCommand.ts | 14 +-
.../src/commands/DeregisterRobotCommand.ts | 14 +-
.../commands/DescribeDeploymentJobCommand.ts | 14 +-
.../src/commands/DescribeFleetCommand.ts | 14 +-
.../DescribeRobotApplicationCommand.ts | 14 +-
.../src/commands/DescribeRobotCommand.ts | 14 +-
.../DescribeSimulationApplicationCommand.ts | 14 +-
.../DescribeSimulationJobBatchCommand.ts | 14 +-
.../commands/DescribeSimulationJobCommand.ts | 14 +-
.../src/commands/DescribeWorldCommand.ts | 14 +-
.../commands/DescribeWorldExportJobCommand.ts | 14 +-
.../DescribeWorldGenerationJobCommand.ts | 14 +-
.../commands/DescribeWorldTemplateCommand.ts | 14 +-
.../commands/GetWorldTemplateBodyCommand.ts | 14 +-
.../src/commands/ListDeploymentJobsCommand.ts | 14 +-
.../src/commands/ListFleetsCommand.ts | 14 +-
.../commands/ListRobotApplicationsCommand.ts | 14 +-
.../src/commands/ListRobotsCommand.ts | 14 +-
.../ListSimulationApplicationsCommand.ts | 14 +-
.../ListSimulationJobBatchesCommand.ts | 14 +-
.../src/commands/ListSimulationJobsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/ListWorldExportJobsCommand.ts | 14 +-
.../ListWorldGenerationJobsCommand.ts | 14 +-
.../src/commands/ListWorldTemplatesCommand.ts | 14 +-
.../src/commands/ListWorldsCommand.ts | 14 +-
.../src/commands/RegisterRobotCommand.ts | 14 +-
.../commands/RestartSimulationJobCommand.ts | 14 +-
.../StartSimulationJobBatchCommand.ts | 14 +-
.../src/commands/SyncDeploymentJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateRobotApplicationCommand.ts | 14 +-
.../UpdateSimulationApplicationCommand.ts | 14 +-
.../commands/UpdateWorldTemplateCommand.ts | 14 +-
clients/client-rolesanywhere/package.json | 42 +-
.../src/commands/CreateProfileCommand.ts | 14 +-
.../src/commands/CreateTrustAnchorCommand.ts | 14 +-
.../commands/DeleteAttributeMappingCommand.ts | 14 +-
.../src/commands/DeleteCrlCommand.ts | 14 +-
.../src/commands/DeleteProfileCommand.ts | 14 +-
.../src/commands/DeleteTrustAnchorCommand.ts | 14 +-
.../src/commands/DisableCrlCommand.ts | 14 +-
.../src/commands/DisableProfileCommand.ts | 14 +-
.../src/commands/DisableTrustAnchorCommand.ts | 14 +-
.../src/commands/EnableCrlCommand.ts | 14 +-
.../src/commands/EnableProfileCommand.ts | 14 +-
.../src/commands/EnableTrustAnchorCommand.ts | 14 +-
.../src/commands/GetCrlCommand.ts | 14 +-
.../src/commands/GetProfileCommand.ts | 14 +-
.../src/commands/GetSubjectCommand.ts | 14 +-
.../src/commands/GetTrustAnchorCommand.ts | 14 +-
.../src/commands/ImportCrlCommand.ts | 14 +-
.../src/commands/ListCrlsCommand.ts | 14 +-
.../src/commands/ListProfilesCommand.ts | 14 +-
.../src/commands/ListSubjectsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListTrustAnchorsCommand.ts | 14 +-
.../commands/PutAttributeMappingCommand.ts | 14 +-
.../PutNotificationSettingsCommand.ts | 14 +-
.../ResetNotificationSettingsCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateCrlCommand.ts | 14 +-
.../src/commands/UpdateProfileCommand.ts | 14 +-
.../src/commands/UpdateTrustAnchorCommand.ts | 14 +-
clients/client-route-53-domains/package.json | 42 +-
...ainTransferFromAnotherAwsAccountCommand.ts | 14 +-
...ssociateDelegationSignerToDomainCommand.ts | 14 +-
...omainTransferToAnotherAwsAccountCommand.ts | 14 +-
.../CheckDomainAvailabilityCommand.ts | 14 +-
.../CheckDomainTransferabilityCommand.ts | 14 +-
.../src/commands/DeleteDomainCommand.ts | 14 +-
.../commands/DeleteTagsForDomainCommand.ts | 14 +-
.../commands/DisableDomainAutoRenewCommand.ts | 14 +-
.../DisableDomainTransferLockCommand.ts | 14 +-
...ociateDelegationSignerFromDomainCommand.ts | 14 +-
.../commands/EnableDomainAutoRenewCommand.ts | 14 +-
.../EnableDomainTransferLockCommand.ts | 14 +-
.../GetContactReachabilityStatusCommand.ts | 14 +-
.../src/commands/GetDomainDetailCommand.ts | 14 +-
.../commands/GetDomainSuggestionsCommand.ts | 14 +-
.../src/commands/GetOperationDetailCommand.ts | 14 +-
.../src/commands/ListDomainsCommand.ts | 14 +-
.../src/commands/ListOperationsCommand.ts | 14 +-
.../src/commands/ListPricesCommand.ts | 14 +-
.../src/commands/ListTagsForDomainCommand.ts | 14 +-
.../src/commands/PushDomainCommand.ts | 14 +-
.../src/commands/RegisterDomainCommand.ts | 14 +-
...ainTransferFromAnotherAwsAccountCommand.ts | 14 +-
.../src/commands/RenewDomainCommand.ts | 14 +-
.../ResendContactReachabilityEmailCommand.ts | 14 +-
.../ResendOperationAuthorizationCommand.ts | 14 +-
.../commands/RetrieveDomainAuthCodeCommand.ts | 14 +-
.../src/commands/TransferDomainCommand.ts | 14 +-
...ransferDomainToAnotherAwsAccountCommand.ts | 14 +-
.../commands/UpdateDomainContactCommand.ts | 14 +-
.../UpdateDomainContactPrivacyCommand.ts | 14 +-
.../UpdateDomainNameserversCommand.ts | 14 +-
.../commands/UpdateTagsForDomainCommand.ts | 14 +-
.../src/commands/ViewBillingCommand.ts | 14 +-
clients/client-route-53/package.json | 44 +-
.../commands/ActivateKeySigningKeyCommand.ts | 14 +-
.../AssociateVPCWithHostedZoneCommand.ts | 14 +-
.../commands/ChangeCidrCollectionCommand.ts | 14 +-
.../ChangeResourceRecordSetsCommand.ts | 14 +-
.../commands/ChangeTagsForResourceCommand.ts | 14 +-
.../commands/CreateCidrCollectionCommand.ts | 14 +-
.../src/commands/CreateHealthCheckCommand.ts | 14 +-
.../src/commands/CreateHostedZoneCommand.ts | 14 +-
.../commands/CreateKeySigningKeyCommand.ts | 14 +-
.../CreateQueryLoggingConfigCommand.ts | 14 +-
.../CreateReusableDelegationSetCommand.ts | 14 +-
.../commands/CreateTrafficPolicyCommand.ts | 14 +-
.../CreateTrafficPolicyInstanceCommand.ts | 14 +-
.../CreateTrafficPolicyVersionCommand.ts | 14 +-
...reateVPCAssociationAuthorizationCommand.ts | 14 +-
.../DeactivateKeySigningKeyCommand.ts | 14 +-
.../commands/DeleteCidrCollectionCommand.ts | 14 +-
.../src/commands/DeleteHealthCheckCommand.ts | 14 +-
.../src/commands/DeleteHostedZoneCommand.ts | 14 +-
.../commands/DeleteKeySigningKeyCommand.ts | 14 +-
.../DeleteQueryLoggingConfigCommand.ts | 14 +-
.../DeleteReusableDelegationSetCommand.ts | 14 +-
.../commands/DeleteTrafficPolicyCommand.ts | 14 +-
.../DeleteTrafficPolicyInstanceCommand.ts | 14 +-
...eleteVPCAssociationAuthorizationCommand.ts | 14 +-
.../DisableHostedZoneDNSSECCommand.ts | 14 +-
.../DisassociateVPCFromHostedZoneCommand.ts | 14 +-
.../commands/EnableHostedZoneDNSSECCommand.ts | 14 +-
.../src/commands/GetAccountLimitCommand.ts | 14 +-
.../src/commands/GetChangeCommand.ts | 14 +-
.../src/commands/GetCheckerIpRangesCommand.ts | 14 +-
.../src/commands/GetDNSSECCommand.ts | 14 +-
.../src/commands/GetGeoLocationCommand.ts | 14 +-
.../src/commands/GetHealthCheckCommand.ts | 14 +-
.../commands/GetHealthCheckCountCommand.ts | 14 +-
.../GetHealthCheckLastFailureReasonCommand.ts | 14 +-
.../commands/GetHealthCheckStatusCommand.ts | 14 +-
.../src/commands/GetHostedZoneCommand.ts | 14 +-
.../src/commands/GetHostedZoneCountCommand.ts | 14 +-
.../src/commands/GetHostedZoneLimitCommand.ts | 14 +-
.../commands/GetQueryLoggingConfigCommand.ts | 14 +-
.../GetReusableDelegationSetCommand.ts | 14 +-
.../GetReusableDelegationSetLimitCommand.ts | 14 +-
.../src/commands/GetTrafficPolicyCommand.ts | 14 +-
.../GetTrafficPolicyInstanceCommand.ts | 14 +-
.../GetTrafficPolicyInstanceCountCommand.ts | 14 +-
.../src/commands/ListCidrBlocksCommand.ts | 14 +-
.../commands/ListCidrCollectionsCommand.ts | 14 +-
.../src/commands/ListCidrLocationsCommand.ts | 14 +-
.../src/commands/ListGeoLocationsCommand.ts | 14 +-
.../src/commands/ListHealthChecksCommand.ts | 14 +-
.../commands/ListHostedZonesByNameCommand.ts | 14 +-
.../commands/ListHostedZonesByVPCCommand.ts | 14 +-
.../src/commands/ListHostedZonesCommand.ts | 14 +-
.../ListQueryLoggingConfigsCommand.ts | 14 +-
.../commands/ListResourceRecordSetsCommand.ts | 14 +-
.../ListReusableDelegationSetsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/ListTagsForResourcesCommand.ts | 14 +-
.../commands/ListTrafficPoliciesCommand.ts | 14 +-
...afficPolicyInstancesByHostedZoneCommand.ts | 14 +-
...stTrafficPolicyInstancesByPolicyCommand.ts | 14 +-
.../ListTrafficPolicyInstancesCommand.ts | 14 +-
.../ListTrafficPolicyVersionsCommand.ts | 14 +-
...ListVPCAssociationAuthorizationsCommand.ts | 14 +-
.../src/commands/TestDNSAnswerCommand.ts | 14 +-
.../src/commands/UpdateHealthCheckCommand.ts | 14 +-
.../UpdateHostedZoneCommentCommand.ts | 14 +-
.../UpdateTrafficPolicyCommentCommand.ts | 14 +-
.../UpdateTrafficPolicyInstanceCommand.ts | 14 +-
.../package.json | 42 +-
.../commands/GetRoutingControlStateCommand.ts | 14 +-
.../commands/ListRoutingControlsCommand.ts | 14 +-
.../UpdateRoutingControlStateCommand.ts | 14 +-
.../UpdateRoutingControlStatesCommand.ts | 14 +-
.../package.json | 44 +-
.../src/commands/CreateClusterCommand.ts | 14 +-
.../src/commands/CreateControlPanelCommand.ts | 14 +-
.../commands/CreateRoutingControlCommand.ts | 14 +-
.../src/commands/CreateSafetyRuleCommand.ts | 14 +-
.../src/commands/DeleteClusterCommand.ts | 14 +-
.../src/commands/DeleteControlPanelCommand.ts | 14 +-
.../commands/DeleteRoutingControlCommand.ts | 14 +-
.../src/commands/DeleteSafetyRuleCommand.ts | 14 +-
.../src/commands/DescribeClusterCommand.ts | 14 +-
.../commands/DescribeControlPanelCommand.ts | 14 +-
.../commands/DescribeRoutingControlCommand.ts | 14 +-
.../src/commands/DescribeSafetyRuleCommand.ts | 14 +-
.../src/commands/GetResourcePolicyCommand.ts | 14 +-
...istAssociatedRoute53HealthChecksCommand.ts | 14 +-
.../src/commands/ListClustersCommand.ts | 14 +-
.../src/commands/ListControlPanelsCommand.ts | 14 +-
.../commands/ListRoutingControlsCommand.ts | 14 +-
.../src/commands/ListSafetyRulesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateControlPanelCommand.ts | 14 +-
.../commands/UpdateRoutingControlCommand.ts | 14 +-
.../src/commands/UpdateSafetyRuleCommand.ts | 14 +-
.../package.json | 42 +-
.../src/commands/CreateCellCommand.ts | 14 +-
.../CreateCrossAccountAuthorizationCommand.ts | 14 +-
.../commands/CreateReadinessCheckCommand.ts | 14 +-
.../commands/CreateRecoveryGroupCommand.ts | 14 +-
.../src/commands/CreateResourceSetCommand.ts | 14 +-
.../src/commands/DeleteCellCommand.ts | 14 +-
.../DeleteCrossAccountAuthorizationCommand.ts | 14 +-
.../commands/DeleteReadinessCheckCommand.ts | 14 +-
.../commands/DeleteRecoveryGroupCommand.ts | 14 +-
.../src/commands/DeleteResourceSetCommand.ts | 14 +-
.../GetArchitectureRecommendationsCommand.ts | 14 +-
.../src/commands/GetCellCommand.ts | 14 +-
.../GetCellReadinessSummaryCommand.ts | 14 +-
.../src/commands/GetReadinessCheckCommand.ts | 14 +-
.../GetReadinessCheckResourceStatusCommand.ts | 14 +-
.../GetReadinessCheckStatusCommand.ts | 14 +-
.../src/commands/GetRecoveryGroupCommand.ts | 14 +-
...GetRecoveryGroupReadinessSummaryCommand.ts | 14 +-
.../src/commands/GetResourceSetCommand.ts | 14 +-
.../src/commands/ListCellsCommand.ts | 14 +-
.../ListCrossAccountAuthorizationsCommand.ts | 14 +-
.../commands/ListReadinessChecksCommand.ts | 14 +-
.../src/commands/ListRecoveryGroupsCommand.ts | 14 +-
.../src/commands/ListResourceSetsCommand.ts | 14 +-
.../src/commands/ListRulesCommand.ts | 14 +-
.../commands/ListTagsForResourcesCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateCellCommand.ts | 14 +-
.../commands/UpdateReadinessCheckCommand.ts | 14 +-
.../commands/UpdateRecoveryGroupCommand.ts | 14 +-
.../src/commands/UpdateResourceSetCommand.ts | 14 +-
clients/client-route53profiles/package.json | 42 +-
.../src/commands/AssociateProfileCommand.ts | 14 +-
.../AssociateResourceToProfileCommand.ts | 14 +-
.../src/commands/CreateProfileCommand.ts | 14 +-
.../src/commands/DeleteProfileCommand.ts | 14 +-
.../commands/DisassociateProfileCommand.ts | 14 +-
.../DisassociateResourceFromProfileCommand.ts | 14 +-
.../commands/GetProfileAssociationCommand.ts | 14 +-
.../src/commands/GetProfileCommand.ts | 14 +-
.../GetProfileResourceAssociationCommand.ts | 14 +-
.../ListProfileAssociationsCommand.ts | 14 +-
.../ListProfileResourceAssociationsCommand.ts | 14 +-
.../src/commands/ListProfilesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
...UpdateProfileResourceAssociationCommand.ts | 14 +-
clients/client-route53resolver/package.json | 42 +-
.../AssociateFirewallRuleGroupCommand.ts | 14 +-
...sociateResolverEndpointIpAddressCommand.ts | 14 +-
.../AssociateResolverQueryLogConfigCommand.ts | 14 +-
.../commands/AssociateResolverRuleCommand.ts | 14 +-
.../CreateFirewallDomainListCommand.ts | 14 +-
.../src/commands/CreateFirewallRuleCommand.ts | 14 +-
.../CreateFirewallRuleGroupCommand.ts | 14 +-
.../commands/CreateOutpostResolverCommand.ts | 14 +-
.../commands/CreateResolverEndpointCommand.ts | 14 +-
.../CreateResolverQueryLogConfigCommand.ts | 14 +-
.../src/commands/CreateResolverRuleCommand.ts | 14 +-
.../DeleteFirewallDomainListCommand.ts | 14 +-
.../src/commands/DeleteFirewallRuleCommand.ts | 14 +-
.../DeleteFirewallRuleGroupCommand.ts | 14 +-
.../commands/DeleteOutpostResolverCommand.ts | 14 +-
.../commands/DeleteResolverEndpointCommand.ts | 14 +-
.../DeleteResolverQueryLogConfigCommand.ts | 14 +-
.../src/commands/DeleteResolverRuleCommand.ts | 14 +-
.../DisassociateFirewallRuleGroupCommand.ts | 14 +-
...sociateResolverEndpointIpAddressCommand.ts | 14 +-
...sassociateResolverQueryLogConfigCommand.ts | 14 +-
.../DisassociateResolverRuleCommand.ts | 14 +-
.../src/commands/GetFirewallConfigCommand.ts | 14 +-
.../commands/GetFirewallDomainListCommand.ts | 14 +-
.../GetFirewallRuleGroupAssociationCommand.ts | 14 +-
.../commands/GetFirewallRuleGroupCommand.ts | 14 +-
.../GetFirewallRuleGroupPolicyCommand.ts | 14 +-
.../src/commands/GetOutpostResolverCommand.ts | 14 +-
.../src/commands/GetResolverConfigCommand.ts | 14 +-
.../GetResolverDnssecConfigCommand.ts | 14 +-
.../commands/GetResolverEndpointCommand.ts | 14 +-
...esolverQueryLogConfigAssociationCommand.ts | 14 +-
.../GetResolverQueryLogConfigCommand.ts | 14 +-
.../GetResolverQueryLogConfigPolicyCommand.ts | 14 +-
.../GetResolverRuleAssociationCommand.ts | 14 +-
.../src/commands/GetResolverRuleCommand.ts | 14 +-
.../commands/GetResolverRulePolicyCommand.ts | 14 +-
.../commands/ImportFirewallDomainsCommand.ts | 14 +-
.../commands/ListFirewallConfigsCommand.ts | 14 +-
.../ListFirewallDomainListsCommand.ts | 14 +-
.../commands/ListFirewallDomainsCommand.ts | 14 +-
...istFirewallRuleGroupAssociationsCommand.ts | 14 +-
.../commands/ListFirewallRuleGroupsCommand.ts | 14 +-
.../src/commands/ListFirewallRulesCommand.ts | 14 +-
.../commands/ListOutpostResolversCommand.ts | 14 +-
.../commands/ListResolverConfigsCommand.ts | 14 +-
.../ListResolverDnssecConfigsCommand.ts | 14 +-
.../ListResolverEndpointIpAddressesCommand.ts | 14 +-
.../commands/ListResolverEndpointsCommand.ts | 14 +-
...solverQueryLogConfigAssociationsCommand.ts | 14 +-
.../ListResolverQueryLogConfigsCommand.ts | 14 +-
.../ListResolverRuleAssociationsCommand.ts | 14 +-
.../src/commands/ListResolverRulesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../PutFirewallRuleGroupPolicyCommand.ts | 14 +-
.../PutResolverQueryLogConfigPolicyCommand.ts | 14 +-
.../commands/PutResolverRulePolicyCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateFirewallConfigCommand.ts | 14 +-
.../commands/UpdateFirewallDomainsCommand.ts | 14 +-
.../src/commands/UpdateFirewallRuleCommand.ts | 14 +-
...dateFirewallRuleGroupAssociationCommand.ts | 14 +-
.../commands/UpdateOutpostResolverCommand.ts | 14 +-
.../commands/UpdateResolverConfigCommand.ts | 14 +-
.../UpdateResolverDnssecConfigCommand.ts | 14 +-
.../commands/UpdateResolverEndpointCommand.ts | 14 +-
.../src/commands/UpdateResolverRuleCommand.ts | 14 +-
clients/client-rum/package.json | 42 +-
.../BatchCreateRumMetricDefinitionsCommand.ts | 14 +-
.../BatchDeleteRumMetricDefinitionsCommand.ts | 14 +-
.../BatchGetRumMetricDefinitionsCommand.ts | 14 +-
.../src/commands/CreateAppMonitorCommand.ts | 14 +-
.../src/commands/DeleteAppMonitorCommand.ts | 14 +-
.../DeleteRumMetricsDestinationCommand.ts | 14 +-
.../src/commands/GetAppMonitorCommand.ts | 14 +-
.../src/commands/GetAppMonitorDataCommand.ts | 14 +-
.../src/commands/ListAppMonitorsCommand.ts | 14 +-
.../ListRumMetricsDestinationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutRumEventsCommand.ts | 14 +-
.../PutRumMetricsDestinationCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAppMonitorCommand.ts | 14 +-
.../UpdateRumMetricDefinitionCommand.ts | 14 +-
clients/client-s3-control/package.json | 50 +-
...ociateAccessGrantsIdentityCenterCommand.ts | 14 +-
.../src/commands/CreateAccessGrantCommand.ts | 14 +-
.../CreateAccessGrantsInstanceCommand.ts | 14 +-
.../CreateAccessGrantsLocationCommand.ts | 14 +-
.../src/commands/CreateAccessPointCommand.ts | 14 +-
...CreateAccessPointForObjectLambdaCommand.ts | 14 +-
.../src/commands/CreateBucketCommand.ts | 14 +-
.../src/commands/CreateJobCommand.ts | 14 +-
.../CreateMultiRegionAccessPointCommand.ts | 14 +-
.../commands/CreateStorageLensGroupCommand.ts | 14 +-
.../src/commands/DeleteAccessGrantCommand.ts | 14 +-
.../DeleteAccessGrantsInstanceCommand.ts | 14 +-
...cessGrantsInstanceResourcePolicyCommand.ts | 14 +-
.../DeleteAccessGrantsLocationCommand.ts | 14 +-
.../src/commands/DeleteAccessPointCommand.ts | 14 +-
...DeleteAccessPointForObjectLambdaCommand.ts | 14 +-
.../DeleteAccessPointPolicyCommand.ts | 14 +-
...AccessPointPolicyForObjectLambdaCommand.ts | 14 +-
.../src/commands/DeleteBucketCommand.ts | 14 +-
...leteBucketLifecycleConfigurationCommand.ts | 14 +-
.../src/commands/DeleteBucketPolicyCommand.ts | 14 +-
.../DeleteBucketReplicationCommand.ts | 14 +-
.../commands/DeleteBucketTaggingCommand.ts | 14 +-
.../src/commands/DeleteJobTaggingCommand.ts | 14 +-
.../DeleteMultiRegionAccessPointCommand.ts | 14 +-
.../DeletePublicAccessBlockCommand.ts | 14 +-
.../DeleteStorageLensConfigurationCommand.ts | 14 +-
...eStorageLensConfigurationTaggingCommand.ts | 14 +-
.../commands/DeleteStorageLensGroupCommand.ts | 14 +-
.../src/commands/DescribeJobCommand.ts | 14 +-
...eMultiRegionAccessPointOperationCommand.ts | 14 +-
...ociateAccessGrantsIdentityCenterCommand.ts | 14 +-
.../src/commands/GetAccessGrantCommand.ts | 14 +-
.../GetAccessGrantsInstanceCommand.ts | 14 +-
...GetAccessGrantsInstanceForPrefixCommand.ts | 14 +-
...cessGrantsInstanceResourcePolicyCommand.ts | 14 +-
.../GetAccessGrantsLocationCommand.ts | 14 +-
.../src/commands/GetAccessPointCommand.ts | 14 +-
...ointConfigurationForObjectLambdaCommand.ts | 14 +-
.../GetAccessPointForObjectLambdaCommand.ts | 14 +-
.../commands/GetAccessPointPolicyCommand.ts | 14 +-
...AccessPointPolicyForObjectLambdaCommand.ts | 14 +-
.../GetAccessPointPolicyStatusCommand.ts | 14 +-
...PointPolicyStatusForObjectLambdaCommand.ts | 14 +-
.../src/commands/GetBucketCommand.ts | 14 +-
.../GetBucketLifecycleConfigurationCommand.ts | 14 +-
.../src/commands/GetBucketPolicyCommand.ts | 14 +-
.../commands/GetBucketReplicationCommand.ts | 14 +-
.../src/commands/GetBucketTaggingCommand.ts | 14 +-
.../commands/GetBucketVersioningCommand.ts | 14 +-
.../src/commands/GetDataAccessCommand.ts | 14 +-
.../src/commands/GetJobTaggingCommand.ts | 14 +-
.../GetMultiRegionAccessPointCommand.ts | 14 +-
.../GetMultiRegionAccessPointPolicyCommand.ts | 14 +-
...ltiRegionAccessPointPolicyStatusCommand.ts | 14 +-
.../GetMultiRegionAccessPointRoutesCommand.ts | 14 +-
.../commands/GetPublicAccessBlockCommand.ts | 14 +-
.../GetStorageLensConfigurationCommand.ts | 14 +-
...tStorageLensConfigurationTaggingCommand.ts | 14 +-
.../commands/GetStorageLensGroupCommand.ts | 14 +-
.../src/commands/ListAccessGrantsCommand.ts | 14 +-
.../ListAccessGrantsInstancesCommand.ts | 14 +-
.../ListAccessGrantsLocationsCommand.ts | 14 +-
.../src/commands/ListAccessPointsCommand.ts | 14 +-
.../ListAccessPointsForObjectLambdaCommand.ts | 14 +-
.../commands/ListCallerAccessGrantsCommand.ts | 14 +-
.../src/commands/ListJobsCommand.ts | 14 +-
.../ListMultiRegionAccessPointsCommand.ts | 14 +-
.../commands/ListRegionalBucketsCommand.ts | 14 +-
.../ListStorageLensConfigurationsCommand.ts | 14 +-
.../commands/ListStorageLensGroupsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
...cessGrantsInstanceResourcePolicyCommand.ts | 14 +-
...ointConfigurationForObjectLambdaCommand.ts | 14 +-
.../commands/PutAccessPointPolicyCommand.ts | 14 +-
...AccessPointPolicyForObjectLambdaCommand.ts | 14 +-
.../PutBucketLifecycleConfigurationCommand.ts | 14 +-
.../src/commands/PutBucketPolicyCommand.ts | 14 +-
.../commands/PutBucketReplicationCommand.ts | 14 +-
.../src/commands/PutBucketTaggingCommand.ts | 14 +-
.../commands/PutBucketVersioningCommand.ts | 14 +-
.../src/commands/PutJobTaggingCommand.ts | 14 +-
.../PutMultiRegionAccessPointPolicyCommand.ts | 14 +-
.../commands/PutPublicAccessBlockCommand.ts | 14 +-
.../PutStorageLensConfigurationCommand.ts | 14 +-
...tStorageLensConfigurationTaggingCommand.ts | 14 +-
...bmitMultiRegionAccessPointRoutesCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateAccessGrantsLocationCommand.ts | 14 +-
.../src/commands/UpdateJobPriorityCommand.ts | 14 +-
.../src/commands/UpdateJobStatusCommand.ts | 14 +-
.../commands/UpdateStorageLensGroupCommand.ts | 14 +-
clients/client-s3/package.json | 58 +-
.../commands/AbortMultipartUploadCommand.ts | 14 +-
.../CompleteMultipartUploadCommand.ts | 14 +-
.../src/commands/CopyObjectCommand.ts | 14 +-
.../src/commands/CreateBucketCommand.ts | 14 +-
.../commands/CreateMultipartUploadCommand.ts | 14 +-
.../src/commands/CreateSessionCommand.ts | 14 +-
...leteBucketAnalyticsConfigurationCommand.ts | 14 +-
.../src/commands/DeleteBucketCommand.ts | 14 +-
.../src/commands/DeleteBucketCorsCommand.ts | 14 +-
.../commands/DeleteBucketEncryptionCommand.ts | 14 +-
...tIntelligentTieringConfigurationCommand.ts | 14 +-
...leteBucketInventoryConfigurationCommand.ts | 14 +-
.../commands/DeleteBucketLifecycleCommand.ts | 14 +-
...DeleteBucketMetricsConfigurationCommand.ts | 14 +-
.../DeleteBucketOwnershipControlsCommand.ts | 14 +-
.../src/commands/DeleteBucketPolicyCommand.ts | 14 +-
.../DeleteBucketReplicationCommand.ts | 14 +-
.../commands/DeleteBucketTaggingCommand.ts | 14 +-
.../commands/DeleteBucketWebsiteCommand.ts | 14 +-
.../src/commands/DeleteObjectCommand.ts | 14 +-
.../commands/DeleteObjectTaggingCommand.ts | 14 +-
.../src/commands/DeleteObjectsCommand.ts | 14 +-
.../DeletePublicAccessBlockCommand.ts | 14 +-
...GetBucketAccelerateConfigurationCommand.ts | 14 +-
.../src/commands/GetBucketAclCommand.ts | 14 +-
.../GetBucketAnalyticsConfigurationCommand.ts | 14 +-
.../src/commands/GetBucketCorsCommand.ts | 14 +-
.../commands/GetBucketEncryptionCommand.ts | 14 +-
...tIntelligentTieringConfigurationCommand.ts | 14 +-
.../GetBucketInventoryConfigurationCommand.ts | 14 +-
.../GetBucketLifecycleConfigurationCommand.ts | 14 +-
.../src/commands/GetBucketLocationCommand.ts | 14 +-
.../src/commands/GetBucketLoggingCommand.ts | 14 +-
.../GetBucketMetricsConfigurationCommand.ts | 14 +-
...tBucketNotificationConfigurationCommand.ts | 14 +-
.../GetBucketOwnershipControlsCommand.ts | 14 +-
.../src/commands/GetBucketPolicyCommand.ts | 14 +-
.../commands/GetBucketPolicyStatusCommand.ts | 14 +-
.../commands/GetBucketReplicationCommand.ts | 14 +-
.../GetBucketRequestPaymentCommand.ts | 14 +-
.../src/commands/GetBucketTaggingCommand.ts | 14 +-
.../commands/GetBucketVersioningCommand.ts | 14 +-
.../src/commands/GetBucketWebsiteCommand.ts | 14 +-
.../src/commands/GetObjectAclCommand.ts | 14 +-
.../commands/GetObjectAttributesCommand.ts | 14 +-
.../src/commands/GetObjectCommand.ts | 14 +-
.../src/commands/GetObjectLegalHoldCommand.ts | 14 +-
.../GetObjectLockConfigurationCommand.ts | 14 +-
.../src/commands/GetObjectRetentionCommand.ts | 14 +-
.../src/commands/GetObjectTaggingCommand.ts | 14 +-
.../src/commands/GetObjectTorrentCommand.ts | 14 +-
.../commands/GetPublicAccessBlockCommand.ts | 14 +-
.../src/commands/HeadBucketCommand.ts | 14 +-
.../src/commands/HeadObjectCommand.ts | 14 +-
...istBucketAnalyticsConfigurationsCommand.ts | 14 +-
...IntelligentTieringConfigurationsCommand.ts | 14 +-
...istBucketInventoryConfigurationsCommand.ts | 14 +-
.../ListBucketMetricsConfigurationsCommand.ts | 14 +-
.../src/commands/ListBucketsCommand.ts | 14 +-
.../commands/ListDirectoryBucketsCommand.ts | 14 +-
.../commands/ListMultipartUploadsCommand.ts | 14 +-
.../src/commands/ListObjectVersionsCommand.ts | 14 +-
.../src/commands/ListObjectsCommand.ts | 14 +-
.../src/commands/ListObjectsV2Command.ts | 14 +-
.../src/commands/ListPartsCommand.ts | 14 +-
...PutBucketAccelerateConfigurationCommand.ts | 14 +-
.../src/commands/PutBucketAclCommand.ts | 14 +-
.../PutBucketAnalyticsConfigurationCommand.ts | 14 +-
.../src/commands/PutBucketCorsCommand.ts | 14 +-
.../commands/PutBucketEncryptionCommand.ts | 14 +-
...tIntelligentTieringConfigurationCommand.ts | 14 +-
.../PutBucketInventoryConfigurationCommand.ts | 14 +-
.../PutBucketLifecycleConfigurationCommand.ts | 14 +-
.../src/commands/PutBucketLoggingCommand.ts | 14 +-
.../PutBucketMetricsConfigurationCommand.ts | 14 +-
...tBucketNotificationConfigurationCommand.ts | 14 +-
.../PutBucketOwnershipControlsCommand.ts | 14 +-
.../src/commands/PutBucketPolicyCommand.ts | 14 +-
.../commands/PutBucketReplicationCommand.ts | 14 +-
.../PutBucketRequestPaymentCommand.ts | 14 +-
.../src/commands/PutBucketTaggingCommand.ts | 14 +-
.../commands/PutBucketVersioningCommand.ts | 14 +-
.../src/commands/PutBucketWebsiteCommand.ts | 14 +-
.../src/commands/PutObjectAclCommand.ts | 14 +-
.../src/commands/PutObjectCommand.ts | 14 +-
.../src/commands/PutObjectLegalHoldCommand.ts | 14 +-
.../PutObjectLockConfigurationCommand.ts | 14 +-
.../src/commands/PutObjectRetentionCommand.ts | 14 +-
.../src/commands/PutObjectTaggingCommand.ts | 14 +-
.../commands/PutPublicAccessBlockCommand.ts | 14 +-
.../src/commands/RestoreObjectCommand.ts | 14 +-
.../commands/SelectObjectContentCommand.ts | 14 +-
.../src/commands/UploadPartCommand.ts | 14 +-
.../src/commands/UploadPartCopyCommand.ts | 14 +-
.../commands/WriteGetObjectResponseCommand.ts | 14 +-
clients/client-s3outposts/package.json | 42 +-
.../src/commands/CreateEndpointCommand.ts | 14 +-
.../src/commands/DeleteEndpointCommand.ts | 14 +-
.../src/commands/ListEndpointsCommand.ts | 14 +-
.../src/commands/ListOutpostsWithS3Command.ts | 14 +-
.../commands/ListSharedEndpointsCommand.ts | 14 +-
.../client-sagemaker-a2i-runtime/package.json | 42 +-
.../src/commands/DeleteHumanLoopCommand.ts | 14 +-
.../src/commands/DescribeHumanLoopCommand.ts | 14 +-
.../src/commands/ListHumanLoopsCommand.ts | 14 +-
.../src/commands/StartHumanLoopCommand.ts | 14 +-
.../src/commands/StopHumanLoopCommand.ts | 14 +-
clients/client-sagemaker-edge/package.json | 42 +-
.../src/commands/GetDeploymentsCommand.ts | 14 +-
.../commands/GetDeviceRegistrationCommand.ts | 14 +-
.../src/commands/SendHeartbeatCommand.ts | 14 +-
.../package.json | 42 +-
.../src/commands/BatchGetRecordCommand.ts | 14 +-
.../src/commands/DeleteRecordCommand.ts | 14 +-
.../src/commands/GetRecordCommand.ts | 14 +-
.../src/commands/PutRecordCommand.ts | 14 +-
.../client-sagemaker-geospatial/package.json | 44 +-
.../DeleteEarthObservationJobCommand.ts | 14 +-
.../DeleteVectorEnrichmentJobCommand.ts | 14 +-
.../ExportEarthObservationJobCommand.ts | 14 +-
.../ExportVectorEnrichmentJobCommand.ts | 14 +-
.../commands/GetEarthObservationJobCommand.ts | 14 +-
.../GetRasterDataCollectionCommand.ts | 14 +-
.../src/commands/GetTileCommand.ts | 14 +-
.../commands/GetVectorEnrichmentJobCommand.ts | 14 +-
.../ListEarthObservationJobsCommand.ts | 14 +-
.../ListRasterDataCollectionsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../ListVectorEnrichmentJobsCommand.ts | 14 +-
.../SearchRasterDataCollectionCommand.ts | 14 +-
.../StartEarthObservationJobCommand.ts | 14 +-
.../StartVectorEnrichmentJobCommand.ts | 14 +-
.../StopEarthObservationJobCommand.ts | 14 +-
.../StopVectorEnrichmentJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
clients/client-sagemaker-metrics/package.json | 42 +-
.../src/commands/BatchPutMetricsCommand.ts | 14 +-
clients/client-sagemaker-runtime/package.json | 50 +-
.../commands/InvokeEndpointAsyncCommand.ts | 14 +-
.../src/commands/InvokeEndpointCommand.ts | 14 +-
...InvokeEndpointWithResponseStreamCommand.ts | 14 +-
clients/client-sagemaker/package.json | 44 +-
.../src/commands/AddAssociationCommand.ts | 14 +-
.../src/commands/AddTagsCommand.ts | 14 +-
.../AssociateTrialComponentCommand.ts | 14 +-
.../BatchDescribeModelPackageCommand.ts | 14 +-
.../src/commands/CreateActionCommand.ts | 14 +-
.../src/commands/CreateAlgorithmCommand.ts | 14 +-
.../src/commands/CreateAppCommand.ts | 14 +-
.../commands/CreateAppImageConfigCommand.ts | 14 +-
.../src/commands/CreateArtifactCommand.ts | 14 +-
.../src/commands/CreateAutoMLJobCommand.ts | 14 +-
.../src/commands/CreateAutoMLJobV2Command.ts | 14 +-
.../src/commands/CreateClusterCommand.ts | 14 +-
.../commands/CreateCodeRepositoryCommand.ts | 14 +-
.../commands/CreateCompilationJobCommand.ts | 14 +-
.../src/commands/CreateContextCommand.ts | 14 +-
.../CreateDataQualityJobDefinitionCommand.ts | 14 +-
.../src/commands/CreateDeviceFleetCommand.ts | 14 +-
.../src/commands/CreateDomainCommand.ts | 14 +-
.../CreateEdgeDeploymentPlanCommand.ts | 14 +-
.../CreateEdgeDeploymentStageCommand.ts | 14 +-
.../commands/CreateEdgePackagingJobCommand.ts | 14 +-
.../src/commands/CreateEndpointCommand.ts | 14 +-
.../commands/CreateEndpointConfigCommand.ts | 14 +-
.../src/commands/CreateExperimentCommand.ts | 14 +-
.../src/commands/CreateFeatureGroupCommand.ts | 14 +-
.../commands/CreateFlowDefinitionCommand.ts | 14 +-
.../src/commands/CreateHubCommand.ts | 14 +-
.../CreateHubContentReferenceCommand.ts | 14 +-
.../src/commands/CreateHumanTaskUiCommand.ts | 14 +-
.../CreateHyperParameterTuningJobCommand.ts | 14 +-
.../src/commands/CreateImageCommand.ts | 14 +-
.../src/commands/CreateImageVersionCommand.ts | 14 +-
.../CreateInferenceComponentCommand.ts | 14 +-
.../CreateInferenceExperimentCommand.ts | 14 +-
...reateInferenceRecommendationsJobCommand.ts | 14 +-
.../src/commands/CreateLabelingJobCommand.ts | 14 +-
.../CreateMlflowTrackingServerCommand.ts | 14 +-
.../CreateModelBiasJobDefinitionCommand.ts | 14 +-
.../src/commands/CreateModelCardCommand.ts | 14 +-
.../CreateModelCardExportJobCommand.ts | 14 +-
.../src/commands/CreateModelCommand.ts | 14 +-
...ModelExplainabilityJobDefinitionCommand.ts | 14 +-
.../src/commands/CreateModelPackageCommand.ts | 14 +-
.../CreateModelPackageGroupCommand.ts | 14 +-
.../CreateModelQualityJobDefinitionCommand.ts | 14 +-
.../CreateMonitoringScheduleCommand.ts | 14 +-
.../commands/CreateNotebookInstanceCommand.ts | 14 +-
...eNotebookInstanceLifecycleConfigCommand.ts | 14 +-
.../commands/CreateOptimizationJobCommand.ts | 14 +-
.../src/commands/CreatePipelineCommand.ts | 14 +-
.../CreatePresignedDomainUrlCommand.ts | 14 +-
...PresignedMlflowTrackingServerUrlCommand.ts | 14 +-
...eatePresignedNotebookInstanceUrlCommand.ts | 14 +-
.../commands/CreateProcessingJobCommand.ts | 14 +-
.../src/commands/CreateProjectCommand.ts | 14 +-
.../src/commands/CreateSpaceCommand.ts | 14 +-
.../CreateStudioLifecycleConfigCommand.ts | 14 +-
.../src/commands/CreateTrainingJobCommand.ts | 14 +-
.../src/commands/CreateTransformJobCommand.ts | 14 +-
.../src/commands/CreateTrialCommand.ts | 14 +-
.../commands/CreateTrialComponentCommand.ts | 14 +-
.../src/commands/CreateUserProfileCommand.ts | 14 +-
.../src/commands/CreateWorkforceCommand.ts | 14 +-
.../src/commands/CreateWorkteamCommand.ts | 14 +-
.../src/commands/DeleteActionCommand.ts | 14 +-
.../src/commands/DeleteAlgorithmCommand.ts | 14 +-
.../src/commands/DeleteAppCommand.ts | 14 +-
.../commands/DeleteAppImageConfigCommand.ts | 14 +-
.../src/commands/DeleteArtifactCommand.ts | 14 +-
.../src/commands/DeleteAssociationCommand.ts | 14 +-
.../src/commands/DeleteClusterCommand.ts | 14 +-
.../commands/DeleteCodeRepositoryCommand.ts | 14 +-
.../commands/DeleteCompilationJobCommand.ts | 14 +-
.../src/commands/DeleteContextCommand.ts | 14 +-
.../DeleteDataQualityJobDefinitionCommand.ts | 14 +-
.../src/commands/DeleteDeviceFleetCommand.ts | 14 +-
.../src/commands/DeleteDomainCommand.ts | 14 +-
.../DeleteEdgeDeploymentPlanCommand.ts | 14 +-
.../DeleteEdgeDeploymentStageCommand.ts | 14 +-
.../src/commands/DeleteEndpointCommand.ts | 14 +-
.../commands/DeleteEndpointConfigCommand.ts | 14 +-
.../src/commands/DeleteExperimentCommand.ts | 14 +-
.../src/commands/DeleteFeatureGroupCommand.ts | 14 +-
.../commands/DeleteFlowDefinitionCommand.ts | 14 +-
.../src/commands/DeleteHubCommand.ts | 14 +-
.../src/commands/DeleteHubContentCommand.ts | 14 +-
.../DeleteHubContentReferenceCommand.ts | 14 +-
.../src/commands/DeleteHumanTaskUiCommand.ts | 14 +-
.../DeleteHyperParameterTuningJobCommand.ts | 14 +-
.../src/commands/DeleteImageCommand.ts | 14 +-
.../src/commands/DeleteImageVersionCommand.ts | 14 +-
.../DeleteInferenceComponentCommand.ts | 14 +-
.../DeleteInferenceExperimentCommand.ts | 14 +-
.../DeleteMlflowTrackingServerCommand.ts | 14 +-
.../DeleteModelBiasJobDefinitionCommand.ts | 14 +-
.../src/commands/DeleteModelCardCommand.ts | 14 +-
.../src/commands/DeleteModelCommand.ts | 14 +-
...ModelExplainabilityJobDefinitionCommand.ts | 14 +-
.../src/commands/DeleteModelPackageCommand.ts | 14 +-
.../DeleteModelPackageGroupCommand.ts | 14 +-
.../DeleteModelPackageGroupPolicyCommand.ts | 14 +-
.../DeleteModelQualityJobDefinitionCommand.ts | 14 +-
.../DeleteMonitoringScheduleCommand.ts | 14 +-
.../commands/DeleteNotebookInstanceCommand.ts | 14 +-
...eNotebookInstanceLifecycleConfigCommand.ts | 14 +-
.../commands/DeleteOptimizationJobCommand.ts | 14 +-
.../src/commands/DeletePipelineCommand.ts | 14 +-
.../src/commands/DeleteProjectCommand.ts | 14 +-
.../src/commands/DeleteSpaceCommand.ts | 14 +-
.../DeleteStudioLifecycleConfigCommand.ts | 14 +-
.../src/commands/DeleteTagsCommand.ts | 14 +-
.../src/commands/DeleteTrialCommand.ts | 14 +-
.../commands/DeleteTrialComponentCommand.ts | 14 +-
.../src/commands/DeleteUserProfileCommand.ts | 14 +-
.../src/commands/DeleteWorkforceCommand.ts | 14 +-
.../src/commands/DeleteWorkteamCommand.ts | 14 +-
.../src/commands/DeregisterDevicesCommand.ts | 14 +-
.../src/commands/DescribeActionCommand.ts | 14 +-
.../src/commands/DescribeAlgorithmCommand.ts | 14 +-
.../src/commands/DescribeAppCommand.ts | 14 +-
.../commands/DescribeAppImageConfigCommand.ts | 14 +-
.../src/commands/DescribeArtifactCommand.ts | 14 +-
.../src/commands/DescribeAutoMLJobCommand.ts | 14 +-
.../commands/DescribeAutoMLJobV2Command.ts | 14 +-
.../src/commands/DescribeClusterCommand.ts | 14 +-
.../commands/DescribeClusterNodeCommand.ts | 14 +-
.../commands/DescribeCodeRepositoryCommand.ts | 14 +-
.../commands/DescribeCompilationJobCommand.ts | 14 +-
.../src/commands/DescribeContextCommand.ts | 14 +-
...DescribeDataQualityJobDefinitionCommand.ts | 14 +-
.../src/commands/DescribeDeviceCommand.ts | 14 +-
.../commands/DescribeDeviceFleetCommand.ts | 14 +-
.../src/commands/DescribeDomainCommand.ts | 14 +-
.../DescribeEdgeDeploymentPlanCommand.ts | 14 +-
.../DescribeEdgePackagingJobCommand.ts | 14 +-
.../src/commands/DescribeEndpointCommand.ts | 14 +-
.../commands/DescribeEndpointConfigCommand.ts | 14 +-
.../src/commands/DescribeExperimentCommand.ts | 14 +-
.../commands/DescribeFeatureGroupCommand.ts | 14 +-
.../DescribeFeatureMetadataCommand.ts | 14 +-
.../commands/DescribeFlowDefinitionCommand.ts | 14 +-
.../src/commands/DescribeHubCommand.ts | 14 +-
.../src/commands/DescribeHubContentCommand.ts | 14 +-
.../commands/DescribeHumanTaskUiCommand.ts | 14 +-
.../DescribeHyperParameterTuningJobCommand.ts | 14 +-
.../src/commands/DescribeImageCommand.ts | 14 +-
.../commands/DescribeImageVersionCommand.ts | 14 +-
.../DescribeInferenceComponentCommand.ts | 14 +-
.../DescribeInferenceExperimentCommand.ts | 14 +-
...cribeInferenceRecommendationsJobCommand.ts | 14 +-
.../commands/DescribeLabelingJobCommand.ts | 14 +-
.../commands/DescribeLineageGroupCommand.ts | 14 +-
.../DescribeMlflowTrackingServerCommand.ts | 14 +-
.../DescribeModelBiasJobDefinitionCommand.ts | 14 +-
.../src/commands/DescribeModelCardCommand.ts | 14 +-
.../DescribeModelCardExportJobCommand.ts | 14 +-
.../src/commands/DescribeModelCommand.ts | 14 +-
...ModelExplainabilityJobDefinitionCommand.ts | 14 +-
.../commands/DescribeModelPackageCommand.ts | 14 +-
.../DescribeModelPackageGroupCommand.ts | 14 +-
...escribeModelQualityJobDefinitionCommand.ts | 14 +-
.../DescribeMonitoringScheduleCommand.ts | 14 +-
.../DescribeNotebookInstanceCommand.ts | 14 +-
...eNotebookInstanceLifecycleConfigCommand.ts | 14 +-
.../DescribeOptimizationJobCommand.ts | 14 +-
.../src/commands/DescribePipelineCommand.ts | 14 +-
...bePipelineDefinitionForExecutionCommand.ts | 14 +-
.../DescribePipelineExecutionCommand.ts | 14 +-
.../commands/DescribeProcessingJobCommand.ts | 14 +-
.../src/commands/DescribeProjectCommand.ts | 14 +-
.../src/commands/DescribeSpaceCommand.ts | 14 +-
.../DescribeStudioLifecycleConfigCommand.ts | 14 +-
.../DescribeSubscribedWorkteamCommand.ts | 14 +-
.../commands/DescribeTrainingJobCommand.ts | 14 +-
.../commands/DescribeTransformJobCommand.ts | 14 +-
.../src/commands/DescribeTrialCommand.ts | 14 +-
.../commands/DescribeTrialComponentCommand.ts | 14 +-
.../commands/DescribeUserProfileCommand.ts | 14 +-
.../src/commands/DescribeWorkforceCommand.ts | 14 +-
.../src/commands/DescribeWorkteamCommand.ts | 14 +-
...SagemakerServicecatalogPortfolioCommand.ts | 14 +-
.../DisassociateTrialComponentCommand.ts | 14 +-
...SagemakerServicecatalogPortfolioCommand.ts | 14 +-
.../commands/GetDeviceFleetReportCommand.ts | 14 +-
.../commands/GetLineageGroupPolicyCommand.ts | 14 +-
.../GetModelPackageGroupPolicyCommand.ts | 14 +-
...kerServicecatalogPortfolioStatusCommand.ts | 14 +-
...alingConfigurationRecommendationCommand.ts | 14 +-
.../commands/GetSearchSuggestionsCommand.ts | 14 +-
.../src/commands/ImportHubContentCommand.ts | 14 +-
.../src/commands/ListActionsCommand.ts | 14 +-
.../src/commands/ListAlgorithmsCommand.ts | 14 +-
.../src/commands/ListAliasesCommand.ts | 14 +-
.../commands/ListAppImageConfigsCommand.ts | 14 +-
.../src/commands/ListAppsCommand.ts | 14 +-
.../src/commands/ListArtifactsCommand.ts | 14 +-
.../src/commands/ListAssociationsCommand.ts | 14 +-
.../src/commands/ListAutoMLJobsCommand.ts | 14 +-
.../ListCandidatesForAutoMLJobCommand.ts | 14 +-
.../src/commands/ListClusterNodesCommand.ts | 14 +-
.../src/commands/ListClustersCommand.ts | 14 +-
.../commands/ListCodeRepositoriesCommand.ts | 14 +-
.../commands/ListCompilationJobsCommand.ts | 14 +-
.../src/commands/ListContextsCommand.ts | 14 +-
.../ListDataQualityJobDefinitionsCommand.ts | 14 +-
.../src/commands/ListDeviceFleetsCommand.ts | 14 +-
.../src/commands/ListDevicesCommand.ts | 14 +-
.../src/commands/ListDomainsCommand.ts | 14 +-
.../ListEdgeDeploymentPlansCommand.ts | 14 +-
.../commands/ListEdgePackagingJobsCommand.ts | 14 +-
.../commands/ListEndpointConfigsCommand.ts | 14 +-
.../src/commands/ListEndpointsCommand.ts | 14 +-
.../src/commands/ListExperimentsCommand.ts | 14 +-
.../src/commands/ListFeatureGroupsCommand.ts | 14 +-
.../commands/ListFlowDefinitionsCommand.ts | 14 +-
.../commands/ListHubContentVersionsCommand.ts | 14 +-
.../src/commands/ListHubContentsCommand.ts | 14 +-
.../src/commands/ListHubsCommand.ts | 14 +-
.../src/commands/ListHumanTaskUisCommand.ts | 14 +-
.../ListHyperParameterTuningJobsCommand.ts | 14 +-
.../src/commands/ListImageVersionsCommand.ts | 14 +-
.../src/commands/ListImagesCommand.ts | 14 +-
.../ListInferenceComponentsCommand.ts | 14 +-
.../ListInferenceExperimentsCommand.ts | 14 +-
...InferenceRecommendationsJobStepsCommand.ts | 14 +-
...ListInferenceRecommendationsJobsCommand.ts | 14 +-
.../src/commands/ListLabelingJobsCommand.ts | 14 +-
.../ListLabelingJobsForWorkteamCommand.ts | 14 +-
.../src/commands/ListLineageGroupsCommand.ts | 14 +-
.../ListMlflowTrackingServersCommand.ts | 14 +-
.../ListModelBiasJobDefinitionsCommand.ts | 14 +-
.../ListModelCardExportJobsCommand.ts | 14 +-
.../commands/ListModelCardVersionsCommand.ts | 14 +-
.../src/commands/ListModelCardsCommand.ts | 14 +-
...odelExplainabilityJobDefinitionsCommand.ts | 14 +-
.../src/commands/ListModelMetadataCommand.ts | 14 +-
.../commands/ListModelPackageGroupsCommand.ts | 14 +-
.../src/commands/ListModelPackagesCommand.ts | 14 +-
.../ListModelQualityJobDefinitionsCommand.ts | 14 +-
.../src/commands/ListModelsCommand.ts | 14 +-
.../ListMonitoringAlertHistoryCommand.ts | 14 +-
.../commands/ListMonitoringAlertsCommand.ts | 14 +-
.../ListMonitoringExecutionsCommand.ts | 14 +-
.../ListMonitoringSchedulesCommand.ts | 14 +-
...NotebookInstanceLifecycleConfigsCommand.ts | 14 +-
.../commands/ListNotebookInstancesCommand.ts | 14 +-
.../commands/ListOptimizationJobsCommand.ts | 14 +-
.../ListPipelineExecutionStepsCommand.ts | 14 +-
.../commands/ListPipelineExecutionsCommand.ts | 14 +-
...stPipelineParametersForExecutionCommand.ts | 14 +-
.../src/commands/ListPipelinesCommand.ts | 14 +-
.../src/commands/ListProcessingJobsCommand.ts | 14 +-
.../src/commands/ListProjectsCommand.ts | 14 +-
.../commands/ListResourceCatalogsCommand.ts | 14 +-
.../src/commands/ListSpacesCommand.ts | 14 +-
.../src/commands/ListStageDevicesCommand.ts | 14 +-
.../ListStudioLifecycleConfigsCommand.ts | 14 +-
.../ListSubscribedWorkteamsCommand.ts | 14 +-
.../src/commands/ListTagsCommand.ts | 14 +-
.../src/commands/ListTrainingJobsCommand.ts | 14 +-
...ngJobsForHyperParameterTuningJobCommand.ts | 14 +-
.../src/commands/ListTransformJobsCommand.ts | 14 +-
.../commands/ListTrialComponentsCommand.ts | 14 +-
.../src/commands/ListTrialsCommand.ts | 14 +-
.../src/commands/ListUserProfilesCommand.ts | 14 +-
.../src/commands/ListWorkforcesCommand.ts | 14 +-
.../src/commands/ListWorkteamsCommand.ts | 14 +-
.../PutModelPackageGroupPolicyCommand.ts | 14 +-
.../src/commands/QueryLineageCommand.ts | 14 +-
.../src/commands/RegisterDevicesCommand.ts | 14 +-
.../src/commands/RenderUiTemplateCommand.ts | 14 +-
.../commands/RetryPipelineExecutionCommand.ts | 14 +-
.../src/commands/SearchCommand.ts | 14 +-
...SendPipelineExecutionStepFailureCommand.ts | 14 +-
...SendPipelineExecutionStepSuccessCommand.ts | 14 +-
.../StartEdgeDeploymentStageCommand.ts | 14 +-
.../StartInferenceExperimentCommand.ts | 14 +-
.../StartMlflowTrackingServerCommand.ts | 14 +-
.../StartMonitoringScheduleCommand.ts | 14 +-
.../commands/StartNotebookInstanceCommand.ts | 14 +-
.../commands/StartPipelineExecutionCommand.ts | 14 +-
.../src/commands/StopAutoMLJobCommand.ts | 14 +-
.../src/commands/StopCompilationJobCommand.ts | 14 +-
.../StopEdgeDeploymentStageCommand.ts | 14 +-
.../commands/StopEdgePackagingJobCommand.ts | 14 +-
.../StopHyperParameterTuningJobCommand.ts | 14 +-
.../StopInferenceExperimentCommand.ts | 14 +-
.../StopInferenceRecommendationsJobCommand.ts | 14 +-
.../src/commands/StopLabelingJobCommand.ts | 14 +-
.../StopMlflowTrackingServerCommand.ts | 14 +-
.../commands/StopMonitoringScheduleCommand.ts | 14 +-
.../commands/StopNotebookInstanceCommand.ts | 14 +-
.../commands/StopOptimizationJobCommand.ts | 14 +-
.../commands/StopPipelineExecutionCommand.ts | 14 +-
.../src/commands/StopProcessingJobCommand.ts | 14 +-
.../src/commands/StopTrainingJobCommand.ts | 14 +-
.../src/commands/StopTransformJobCommand.ts | 14 +-
.../src/commands/UpdateActionCommand.ts | 14 +-
.../commands/UpdateAppImageConfigCommand.ts | 14 +-
.../src/commands/UpdateArtifactCommand.ts | 14 +-
.../src/commands/UpdateClusterCommand.ts | 14 +-
.../commands/UpdateClusterSoftwareCommand.ts | 14 +-
.../commands/UpdateCodeRepositoryCommand.ts | 14 +-
.../src/commands/UpdateContextCommand.ts | 14 +-
.../src/commands/UpdateDeviceFleetCommand.ts | 14 +-
.../src/commands/UpdateDevicesCommand.ts | 14 +-
.../src/commands/UpdateDomainCommand.ts | 14 +-
.../src/commands/UpdateEndpointCommand.ts | 14 +-
...dateEndpointWeightsAndCapacitiesCommand.ts | 14 +-
.../src/commands/UpdateExperimentCommand.ts | 14 +-
.../src/commands/UpdateFeatureGroupCommand.ts | 14 +-
.../commands/UpdateFeatureMetadataCommand.ts | 14 +-
.../src/commands/UpdateHubCommand.ts | 14 +-
.../src/commands/UpdateImageCommand.ts | 14 +-
.../src/commands/UpdateImageVersionCommand.ts | 14 +-
.../UpdateInferenceComponentCommand.ts | 14 +-
...eInferenceComponentRuntimeConfigCommand.ts | 14 +-
.../UpdateInferenceExperimentCommand.ts | 14 +-
.../UpdateMlflowTrackingServerCommand.ts | 14 +-
.../src/commands/UpdateModelCardCommand.ts | 14 +-
.../src/commands/UpdateModelPackageCommand.ts | 14 +-
.../commands/UpdateMonitoringAlertCommand.ts | 14 +-
.../UpdateMonitoringScheduleCommand.ts | 14 +-
.../commands/UpdateNotebookInstanceCommand.ts | 14 +-
...eNotebookInstanceLifecycleConfigCommand.ts | 14 +-
.../src/commands/UpdatePipelineCommand.ts | 14 +-
.../UpdatePipelineExecutionCommand.ts | 14 +-
.../src/commands/UpdateProjectCommand.ts | 14 +-
.../src/commands/UpdateSpaceCommand.ts | 14 +-
.../src/commands/UpdateTrainingJobCommand.ts | 14 +-
.../src/commands/UpdateTrialCommand.ts | 14 +-
.../commands/UpdateTrialComponentCommand.ts | 14 +-
.../src/commands/UpdateUserProfileCommand.ts | 14 +-
.../src/commands/UpdateWorkforceCommand.ts | 14 +-
.../src/commands/UpdateWorkteamCommand.ts | 14 +-
clients/client-savingsplans/package.json | 42 +-
.../src/commands/CreateSavingsPlanCommand.ts | 14 +-
.../DeleteQueuedSavingsPlanCommand.ts | 14 +-
.../DescribeSavingsPlanRatesCommand.ts | 14 +-
.../commands/DescribeSavingsPlansCommand.ts | 14 +-
...escribeSavingsPlansOfferingRatesCommand.ts | 14 +-
.../DescribeSavingsPlansOfferingsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ReturnSavingsPlanCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
clients/client-scheduler/package.json | 42 +-
.../src/commands/CreateScheduleCommand.ts | 14 +-
.../commands/CreateScheduleGroupCommand.ts | 14 +-
.../src/commands/DeleteScheduleCommand.ts | 14 +-
.../commands/DeleteScheduleGroupCommand.ts | 14 +-
.../src/commands/GetScheduleCommand.ts | 14 +-
.../src/commands/GetScheduleGroupCommand.ts | 14 +-
.../src/commands/ListScheduleGroupsCommand.ts | 14 +-
.../src/commands/ListSchedulesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateScheduleCommand.ts | 14 +-
clients/client-schemas/package.json | 46 +-
.../src/commands/CreateDiscovererCommand.ts | 14 +-
.../src/commands/CreateRegistryCommand.ts | 14 +-
.../src/commands/CreateSchemaCommand.ts | 14 +-
.../src/commands/DeleteDiscovererCommand.ts | 14 +-
.../src/commands/DeleteRegistryCommand.ts | 14 +-
.../commands/DeleteResourcePolicyCommand.ts | 14 +-
.../src/commands/DeleteSchemaCommand.ts | 14 +-
.../commands/DeleteSchemaVersionCommand.ts | 14 +-
.../commands/DescribeCodeBindingCommand.ts | 14 +-
.../src/commands/DescribeDiscovererCommand.ts | 14 +-
.../src/commands/DescribeRegistryCommand.ts | 14 +-
.../src/commands/DescribeSchemaCommand.ts | 14 +-
.../src/commands/ExportSchemaCommand.ts | 14 +-
.../commands/GetCodeBindingSourceCommand.ts | 14 +-
.../commands/GetDiscoveredSchemaCommand.ts | 14 +-
.../src/commands/GetResourcePolicyCommand.ts | 14 +-
.../src/commands/ListDiscoverersCommand.ts | 14 +-
.../src/commands/ListRegistriesCommand.ts | 14 +-
.../src/commands/ListSchemaVersionsCommand.ts | 14 +-
.../src/commands/ListSchemasCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutCodeBindingCommand.ts | 14 +-
.../src/commands/PutResourcePolicyCommand.ts | 14 +-
.../src/commands/SearchSchemasCommand.ts | 14 +-
.../src/commands/StartDiscovererCommand.ts | 14 +-
.../src/commands/StopDiscovererCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateDiscovererCommand.ts | 14 +-
.../src/commands/UpdateRegistryCommand.ts | 14 +-
.../src/commands/UpdateSchemaCommand.ts | 14 +-
clients/client-secrets-manager/package.json | 42 +-
.../commands/BatchGetSecretValueCommand.ts | 14 +-
.../src/commands/CancelRotateSecretCommand.ts | 14 +-
.../src/commands/CreateSecretCommand.ts | 14 +-
.../commands/DeleteResourcePolicyCommand.ts | 14 +-
.../src/commands/DeleteSecretCommand.ts | 14 +-
.../src/commands/DescribeSecretCommand.ts | 14 +-
.../src/commands/GetRandomPasswordCommand.ts | 14 +-
.../src/commands/GetResourcePolicyCommand.ts | 14 +-
.../src/commands/GetSecretValueCommand.ts | 14 +-
.../commands/ListSecretVersionIdsCommand.ts | 14 +-
.../src/commands/ListSecretsCommand.ts | 14 +-
.../src/commands/PutResourcePolicyCommand.ts | 14 +-
.../src/commands/PutSecretValueCommand.ts | 14 +-
.../RemoveRegionsFromReplicationCommand.ts | 14 +-
.../ReplicateSecretToRegionsCommand.ts | 14 +-
.../src/commands/RestoreSecretCommand.ts | 14 +-
.../src/commands/RotateSecretCommand.ts | 14 +-
.../StopReplicationToReplicaCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateSecretCommand.ts | 14 +-
.../UpdateSecretVersionStageCommand.ts | 14 +-
.../commands/ValidateResourcePolicyCommand.ts | 14 +-
clients/client-securityhub/package.json | 42 +-
.../AcceptAdministratorInvitationCommand.ts | 14 +-
.../src/commands/AcceptInvitationCommand.ts | 14 +-
.../BatchDeleteAutomationRulesCommand.ts | 14 +-
.../commands/BatchDisableStandardsCommand.ts | 14 +-
.../commands/BatchEnableStandardsCommand.ts | 14 +-
.../BatchGetAutomationRulesCommand.ts | 14 +-
...tConfigurationPolicyAssociationsCommand.ts | 14 +-
.../BatchGetSecurityControlsCommand.ts | 14 +-
...hGetStandardsControlAssociationsCommand.ts | 14 +-
.../commands/BatchImportFindingsCommand.ts | 14 +-
.../BatchUpdateAutomationRulesCommand.ts | 14 +-
.../commands/BatchUpdateFindingsCommand.ts | 14 +-
...dateStandardsControlAssociationsCommand.ts | 14 +-
.../src/commands/CreateActionTargetCommand.ts | 14 +-
.../commands/CreateAutomationRuleCommand.ts | 14 +-
.../CreateConfigurationPolicyCommand.ts | 14 +-
.../CreateFindingAggregatorCommand.ts | 14 +-
.../src/commands/CreateInsightCommand.ts | 14 +-
.../src/commands/CreateMembersCommand.ts | 14 +-
.../src/commands/DeclineInvitationsCommand.ts | 14 +-
.../src/commands/DeleteActionTargetCommand.ts | 14 +-
.../DeleteConfigurationPolicyCommand.ts | 14 +-
.../DeleteFindingAggregatorCommand.ts | 14 +-
.../src/commands/DeleteInsightCommand.ts | 14 +-
.../src/commands/DeleteInvitationsCommand.ts | 14 +-
.../src/commands/DeleteMembersCommand.ts | 14 +-
.../commands/DescribeActionTargetsCommand.ts | 14 +-
.../src/commands/DescribeHubCommand.ts | 14 +-
...escribeOrganizationConfigurationCommand.ts | 14 +-
.../src/commands/DescribeProductsCommand.ts | 14 +-
.../src/commands/DescribeStandardsCommand.ts | 14 +-
.../DescribeStandardsControlsCommand.ts | 14 +-
.../DisableImportFindingsForProductCommand.ts | 14 +-
.../DisableOrganizationAdminAccountCommand.ts | 14 +-
.../src/commands/DisableSecurityHubCommand.ts | 14 +-
...ssociateFromAdministratorAccountCommand.ts | 14 +-
.../DisassociateFromMasterAccountCommand.ts | 14 +-
.../commands/DisassociateMembersCommand.ts | 14 +-
.../EnableImportFindingsForProductCommand.ts | 14 +-
.../EnableOrganizationAdminAccountCommand.ts | 14 +-
.../src/commands/EnableSecurityHubCommand.ts | 14 +-
.../GetAdministratorAccountCommand.ts | 14 +-
...etConfigurationPolicyAssociationCommand.ts | 14 +-
.../commands/GetConfigurationPolicyCommand.ts | 14 +-
.../commands/GetEnabledStandardsCommand.ts | 14 +-
.../commands/GetFindingAggregatorCommand.ts | 14 +-
.../src/commands/GetFindingHistoryCommand.ts | 14 +-
.../src/commands/GetFindingsCommand.ts | 14 +-
.../src/commands/GetInsightResultsCommand.ts | 14 +-
.../src/commands/GetInsightsCommand.ts | 14 +-
.../commands/GetInvitationsCountCommand.ts | 14 +-
.../src/commands/GetMasterAccountCommand.ts | 14 +-
.../src/commands/GetMembersCommand.ts | 14 +-
.../GetSecurityControlDefinitionCommand.ts | 14 +-
.../src/commands/InviteMembersCommand.ts | 14 +-
.../commands/ListAutomationRulesCommand.ts | 14 +-
.../ListConfigurationPoliciesCommand.ts | 14 +-
...tConfigurationPolicyAssociationsCommand.ts | 14 +-
.../ListEnabledProductsForImportCommand.ts | 14 +-
.../commands/ListFindingAggregatorsCommand.ts | 14 +-
.../src/commands/ListInvitationsCommand.ts | 14 +-
.../src/commands/ListMembersCommand.ts | 14 +-
.../ListOrganizationAdminAccountsCommand.ts | 14 +-
.../ListSecurityControlDefinitionsCommand.ts | 14 +-
...ListStandardsControlAssociationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
...rtConfigurationPolicyAssociationCommand.ts | 14 +-
...onfigurationPolicyDisassociationCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateActionTargetCommand.ts | 14 +-
.../UpdateConfigurationPolicyCommand.ts | 14 +-
.../UpdateFindingAggregatorCommand.ts | 14 +-
.../src/commands/UpdateFindingsCommand.ts | 14 +-
.../src/commands/UpdateInsightCommand.ts | 14 +-
.../UpdateOrganizationConfigurationCommand.ts | 14 +-
.../commands/UpdateSecurityControlCommand.ts | 14 +-
.../UpdateSecurityHubConfigurationCommand.ts | 14 +-
.../commands/UpdateStandardsControlCommand.ts | 14 +-
clients/client-securitylake/package.json | 42 +-
.../src/commands/CreateAwsLogSourceCommand.ts | 14 +-
.../commands/CreateCustomLogSourceCommand.ts | 14 +-
.../src/commands/CreateDataLakeCommand.ts | 14 +-
...ateDataLakeExceptionSubscriptionCommand.ts | 14 +-
...ataLakeOrganizationConfigurationCommand.ts | 14 +-
.../src/commands/CreateSubscriberCommand.ts | 14 +-
.../CreateSubscriberNotificationCommand.ts | 14 +-
.../src/commands/DeleteAwsLogSourceCommand.ts | 14 +-
.../commands/DeleteCustomLogSourceCommand.ts | 14 +-
.../src/commands/DeleteDataLakeCommand.ts | 14 +-
...eteDataLakeExceptionSubscriptionCommand.ts | 14 +-
...ataLakeOrganizationConfigurationCommand.ts | 14 +-
.../src/commands/DeleteSubscriberCommand.ts | 14 +-
.../DeleteSubscriberNotificationCommand.ts | 14 +-
...erDataLakeDelegatedAdministratorCommand.ts | 14 +-
...GetDataLakeExceptionSubscriptionCommand.ts | 14 +-
...ataLakeOrganizationConfigurationCommand.ts | 14 +-
.../src/commands/GetDataLakeSourcesCommand.ts | 14 +-
.../src/commands/GetSubscriberCommand.ts | 14 +-
.../commands/ListDataLakeExceptionsCommand.ts | 14 +-
.../src/commands/ListDataLakesCommand.ts | 14 +-
.../src/commands/ListLogSourcesCommand.ts | 14 +-
.../src/commands/ListSubscribersCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
...erDataLakeDelegatedAdministratorCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateDataLakeCommand.ts | 14 +-
...ateDataLakeExceptionSubscriptionCommand.ts | 14 +-
.../src/commands/UpdateSubscriberCommand.ts | 14 +-
.../UpdateSubscriberNotificationCommand.ts | 14 +-
.../package.json | 42 +-
.../src/commands/CreateApplicationCommand.ts | 14 +-
.../CreateApplicationVersionCommand.ts | 14 +-
.../CreateCloudFormationChangeSetCommand.ts | 14 +-
.../CreateCloudFormationTemplateCommand.ts | 14 +-
.../src/commands/DeleteApplicationCommand.ts | 14 +-
.../src/commands/GetApplicationCommand.ts | 14 +-
.../commands/GetApplicationPolicyCommand.ts | 14 +-
.../GetCloudFormationTemplateCommand.ts | 14 +-
.../ListApplicationDependenciesCommand.ts | 14 +-
.../ListApplicationVersionsCommand.ts | 14 +-
.../src/commands/ListApplicationsCommand.ts | 14 +-
.../commands/PutApplicationPolicyCommand.ts | 14 +-
.../src/commands/UnshareApplicationCommand.ts | 14 +-
.../src/commands/UpdateApplicationCommand.ts | 14 +-
.../package.json | 42 +-
.../AssociateAttributeGroupCommand.ts | 14 +-
.../src/commands/AssociateResourceCommand.ts | 14 +-
.../src/commands/CreateApplicationCommand.ts | 14 +-
.../commands/CreateAttributeGroupCommand.ts | 14 +-
.../src/commands/DeleteApplicationCommand.ts | 14 +-
.../commands/DeleteAttributeGroupCommand.ts | 14 +-
.../DisassociateAttributeGroupCommand.ts | 14 +-
.../commands/DisassociateResourceCommand.ts | 14 +-
.../src/commands/GetApplicationCommand.ts | 14 +-
.../commands/GetAssociatedResourceCommand.ts | 14 +-
.../src/commands/GetAttributeGroupCommand.ts | 14 +-
.../src/commands/GetConfigurationCommand.ts | 14 +-
.../src/commands/ListApplicationsCommand.ts | 14 +-
.../ListAssociatedAttributeGroupsCommand.ts | 14 +-
.../ListAssociatedResourcesCommand.ts | 14 +-
.../commands/ListAttributeGroupsCommand.ts | 14 +-
...istAttributeGroupsForApplicationCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutConfigurationCommand.ts | 14 +-
.../src/commands/SyncResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateApplicationCommand.ts | 14 +-
.../commands/UpdateAttributeGroupCommand.ts | 14 +-
clients/client-service-catalog/package.json | 42 +-
.../commands/AcceptPortfolioShareCommand.ts | 14 +-
.../AssociateBudgetWithResourceCommand.ts | 14 +-
.../AssociatePrincipalWithPortfolioCommand.ts | 14 +-
.../AssociateProductWithPortfolioCommand.ts | 14 +-
...ceActionWithProvisioningArtifactCommand.ts | 14 +-
.../AssociateTagOptionWithResourceCommand.ts | 14 +-
...ceActionWithProvisioningArtifactCommand.ts | 14 +-
...ceActionFromProvisioningArtifactCommand.ts | 14 +-
.../src/commands/CopyProductCommand.ts | 14 +-
.../src/commands/CreateConstraintCommand.ts | 14 +-
.../src/commands/CreatePortfolioCommand.ts | 14 +-
.../commands/CreatePortfolioShareCommand.ts | 14 +-
.../src/commands/CreateProductCommand.ts | 14 +-
.../CreateProvisionedProductPlanCommand.ts | 14 +-
.../CreateProvisioningArtifactCommand.ts | 14 +-
.../commands/CreateServiceActionCommand.ts | 14 +-
.../src/commands/CreateTagOptionCommand.ts | 14 +-
.../src/commands/DeleteConstraintCommand.ts | 14 +-
.../src/commands/DeletePortfolioCommand.ts | 14 +-
.../commands/DeletePortfolioShareCommand.ts | 14 +-
.../src/commands/DeleteProductCommand.ts | 14 +-
.../DeleteProvisionedProductPlanCommand.ts | 14 +-
.../DeleteProvisioningArtifactCommand.ts | 14 +-
.../commands/DeleteServiceActionCommand.ts | 14 +-
.../src/commands/DeleteTagOptionCommand.ts | 14 +-
.../src/commands/DescribeConstraintCommand.ts | 14 +-
.../DescribeCopyProductStatusCommand.ts | 14 +-
.../src/commands/DescribePortfolioCommand.ts | 14 +-
.../DescribePortfolioShareStatusCommand.ts | 14 +-
.../DescribePortfolioSharesCommand.ts | 14 +-
.../commands/DescribeProductAsAdminCommand.ts | 14 +-
.../src/commands/DescribeProductCommand.ts | 14 +-
.../commands/DescribeProductViewCommand.ts | 14 +-
.../DescribeProvisionedProductCommand.ts | 14 +-
.../DescribeProvisionedProductPlanCommand.ts | 14 +-
.../DescribeProvisioningArtifactCommand.ts | 14 +-
.../DescribeProvisioningParametersCommand.ts | 14 +-
.../src/commands/DescribeRecordCommand.ts | 14 +-
.../commands/DescribeServiceActionCommand.ts | 14 +-
...ServiceActionExecutionParametersCommand.ts | 14 +-
.../src/commands/DescribeTagOptionCommand.ts | 14 +-
.../DisableAWSOrganizationsAccessCommand.ts | 14 +-
.../DisassociateBudgetFromResourceCommand.ts | 14 +-
...sassociatePrincipalFromPortfolioCommand.ts | 14 +-
...DisassociateProductFromPortfolioCommand.ts | 14 +-
...ceActionFromProvisioningArtifactCommand.ts | 14 +-
...isassociateTagOptionFromResourceCommand.ts | 14 +-
.../EnableAWSOrganizationsAccessCommand.ts | 14 +-
.../ExecuteProvisionedProductPlanCommand.ts | 14 +-
...eProvisionedProductServiceActionCommand.ts | 14 +-
.../GetAWSOrganizationsAccessStatusCommand.ts | 14 +-
.../GetProvisionedProductOutputsCommand.ts | 14 +-
.../ImportAsProvisionedProductCommand.ts | 14 +-
.../ListAcceptedPortfolioSharesCommand.ts | 14 +-
.../commands/ListBudgetsForResourceCommand.ts | 14 +-
.../ListConstraintsForPortfolioCommand.ts | 14 +-
.../src/commands/ListLaunchPathsCommand.ts | 14 +-
.../ListOrganizationPortfolioAccessCommand.ts | 14 +-
.../commands/ListPortfolioAccessCommand.ts | 14 +-
.../src/commands/ListPortfoliosCommand.ts | 14 +-
.../ListPortfoliosForProductCommand.ts | 14 +-
.../ListPrincipalsForPortfolioCommand.ts | 14 +-
.../ListProvisionedProductPlansCommand.ts | 14 +-
.../ListProvisioningArtifactsCommand.ts | 14 +-
...sioningArtifactsForServiceActionCommand.ts | 14 +-
.../src/commands/ListRecordHistoryCommand.ts | 14 +-
.../ListResourcesForTagOptionCommand.ts | 14 +-
.../src/commands/ListServiceActionsCommand.ts | 14 +-
...ceActionsForProvisioningArtifactCommand.ts | 14 +-
...ckInstancesForProvisionedProductCommand.ts | 14 +-
.../src/commands/ListTagOptionsCommand.ts | 14 +-
...isionProductEngineWorkflowResultCommand.ts | 14 +-
...ionedProductEngineWorkflowResultCommand.ts | 14 +-
...ionedProductEngineWorkflowResultCommand.ts | 14 +-
.../src/commands/ProvisionProductCommand.ts | 14 +-
.../commands/RejectPortfolioShareCommand.ts | 14 +-
.../ScanProvisionedProductsCommand.ts | 14 +-
.../commands/SearchProductsAsAdminCommand.ts | 14 +-
.../src/commands/SearchProductsCommand.ts | 14 +-
.../SearchProvisionedProductsCommand.ts | 14 +-
.../TerminateProvisionedProductCommand.ts | 14 +-
.../src/commands/UpdateConstraintCommand.ts | 14 +-
.../src/commands/UpdatePortfolioCommand.ts | 14 +-
.../commands/UpdatePortfolioShareCommand.ts | 14 +-
.../src/commands/UpdateProductCommand.ts | 14 +-
.../UpdateProvisionedProductCommand.ts | 14 +-
...dateProvisionedProductPropertiesCommand.ts | 14 +-
.../UpdateProvisioningArtifactCommand.ts | 14 +-
.../commands/UpdateServiceActionCommand.ts | 14 +-
.../src/commands/UpdateTagOptionCommand.ts | 14 +-
clients/client-service-quotas/package.json | 42 +-
.../AssociateServiceQuotaTemplateCommand.ts | 14 +-
...QuotaIncreaseRequestFromTemplateCommand.ts | 14 +-
...DisassociateServiceQuotaTemplateCommand.ts | 14 +-
.../GetAWSDefaultServiceQuotaCommand.ts | 14 +-
...sociationForServiceQuotaTemplateCommand.ts | 14 +-
.../GetRequestedServiceQuotaChangeCommand.ts | 14 +-
.../src/commands/GetServiceQuotaCommand.ts | 14 +-
...QuotaIncreaseRequestFromTemplateCommand.ts | 14 +-
.../ListAWSDefaultServiceQuotasCommand.ts | 14 +-
...ServiceQuotaChangeHistoryByQuotaCommand.ts | 14 +-
...questedServiceQuotaChangeHistoryCommand.ts | 14 +-
...eQuotaIncreaseRequestsInTemplateCommand.ts | 14 +-
.../src/commands/ListServiceQuotasCommand.ts | 14 +-
.../src/commands/ListServicesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
...QuotaIncreaseRequestIntoTemplateCommand.ts | 14 +-
.../RequestServiceQuotaIncreaseCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
clients/client-servicediscovery/package.json | 42 +-
.../commands/CreateHttpNamespaceCommand.ts | 14 +-
.../CreatePrivateDnsNamespaceCommand.ts | 14 +-
.../CreatePublicDnsNamespaceCommand.ts | 14 +-
.../src/commands/CreateServiceCommand.ts | 14 +-
.../src/commands/DeleteNamespaceCommand.ts | 14 +-
.../src/commands/DeleteServiceCommand.ts | 14 +-
.../src/commands/DeregisterInstanceCommand.ts | 14 +-
.../src/commands/DiscoverInstancesCommand.ts | 14 +-
.../DiscoverInstancesRevisionCommand.ts | 14 +-
.../src/commands/GetInstanceCommand.ts | 14 +-
.../GetInstancesHealthStatusCommand.ts | 14 +-
.../src/commands/GetNamespaceCommand.ts | 14 +-
.../src/commands/GetOperationCommand.ts | 14 +-
.../src/commands/GetServiceCommand.ts | 14 +-
.../src/commands/ListInstancesCommand.ts | 14 +-
.../src/commands/ListNamespacesCommand.ts | 14 +-
.../src/commands/ListOperationsCommand.ts | 14 +-
.../src/commands/ListServicesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/RegisterInstanceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateHttpNamespaceCommand.ts | 14 +-
...UpdateInstanceCustomHealthStatusCommand.ts | 14 +-
.../UpdatePrivateDnsNamespaceCommand.ts | 14 +-
.../UpdatePublicDnsNamespaceCommand.ts | 14 +-
.../src/commands/UpdateServiceCommand.ts | 14 +-
clients/client-ses/package.json | 44 +-
.../commands/CloneReceiptRuleSetCommand.ts | 14 +-
.../commands/CreateConfigurationSetCommand.ts | 14 +-
...ConfigurationSetEventDestinationCommand.ts | 14 +-
...eConfigurationSetTrackingOptionsCommand.ts | 14 +-
...eCustomVerificationEmailTemplateCommand.ts | 14 +-
.../commands/CreateReceiptFilterCommand.ts | 14 +-
.../src/commands/CreateReceiptRuleCommand.ts | 14 +-
.../commands/CreateReceiptRuleSetCommand.ts | 14 +-
.../src/commands/CreateTemplateCommand.ts | 14 +-
.../commands/DeleteConfigurationSetCommand.ts | 14 +-
...ConfigurationSetEventDestinationCommand.ts | 14 +-
...eConfigurationSetTrackingOptionsCommand.ts | 14 +-
...eCustomVerificationEmailTemplateCommand.ts | 14 +-
.../src/commands/DeleteIdentityCommand.ts | 14 +-
.../commands/DeleteIdentityPolicyCommand.ts | 14 +-
.../commands/DeleteReceiptFilterCommand.ts | 14 +-
.../src/commands/DeleteReceiptRuleCommand.ts | 14 +-
.../commands/DeleteReceiptRuleSetCommand.ts | 14 +-
.../src/commands/DeleteTemplateCommand.ts | 14 +-
.../DeleteVerifiedEmailAddressCommand.ts | 14 +-
.../DescribeActiveReceiptRuleSetCommand.ts | 14 +-
.../DescribeConfigurationSetCommand.ts | 14 +-
.../commands/DescribeReceiptRuleCommand.ts | 14 +-
.../commands/DescribeReceiptRuleSetCommand.ts | 14 +-
.../GetAccountSendingEnabledCommand.ts | 14 +-
...tCustomVerificationEmailTemplateCommand.ts | 14 +-
.../GetIdentityDkimAttributesCommand.ts | 14 +-
...IdentityMailFromDomainAttributesCommand.ts | 14 +-
...etIdentityNotificationAttributesCommand.ts | 14 +-
.../commands/GetIdentityPoliciesCommand.ts | 14 +-
...etIdentityVerificationAttributesCommand.ts | 14 +-
.../src/commands/GetSendQuotaCommand.ts | 14 +-
.../src/commands/GetSendStatisticsCommand.ts | 14 +-
.../src/commands/GetTemplateCommand.ts | 14 +-
.../commands/ListConfigurationSetsCommand.ts | 14 +-
...CustomVerificationEmailTemplatesCommand.ts | 14 +-
.../src/commands/ListIdentitiesCommand.ts | 14 +-
.../commands/ListIdentityPoliciesCommand.ts | 14 +-
.../src/commands/ListReceiptFiltersCommand.ts | 14 +-
.../commands/ListReceiptRuleSetsCommand.ts | 14 +-
.../src/commands/ListTemplatesCommand.ts | 14 +-
.../ListVerifiedEmailAddressesCommand.ts | 14 +-
...tConfigurationSetDeliveryOptionsCommand.ts | 14 +-
.../src/commands/PutIdentityPolicyCommand.ts | 14 +-
.../commands/ReorderReceiptRuleSetCommand.ts | 14 +-
.../src/commands/SendBounceCommand.ts | 14 +-
.../commands/SendBulkTemplatedEmailCommand.ts | 14 +-
.../SendCustomVerificationEmailCommand.ts | 14 +-
.../src/commands/SendEmailCommand.ts | 14 +-
.../src/commands/SendRawEmailCommand.ts | 14 +-
.../src/commands/SendTemplatedEmailCommand.ts | 14 +-
.../SetActiveReceiptRuleSetCommand.ts | 14 +-
.../commands/SetIdentityDkimEnabledCommand.ts | 14 +-
...dentityFeedbackForwardingEnabledCommand.ts | 14 +-
...ityHeadersInNotificationsEnabledCommand.ts | 14 +-
.../SetIdentityMailFromDomainCommand.ts | 14 +-
.../SetIdentityNotificationTopicCommand.ts | 14 +-
.../commands/SetReceiptRulePositionCommand.ts | 14 +-
.../src/commands/TestRenderTemplateCommand.ts | 14 +-
.../UpdateAccountSendingEnabledCommand.ts | 14 +-
...ConfigurationSetEventDestinationCommand.ts | 14 +-
...ationSetReputationMetricsEnabledCommand.ts | 14 +-
...teConfigurationSetSendingEnabledCommand.ts | 14 +-
...eConfigurationSetTrackingOptionsCommand.ts | 14 +-
...eCustomVerificationEmailTemplateCommand.ts | 14 +-
.../src/commands/UpdateReceiptRuleCommand.ts | 14 +-
.../src/commands/UpdateTemplateCommand.ts | 14 +-
.../src/commands/VerifyDomainDkimCommand.ts | 14 +-
.../commands/VerifyDomainIdentityCommand.ts | 14 +-
.../src/commands/VerifyEmailAddressCommand.ts | 14 +-
.../commands/VerifyEmailIdentityCommand.ts | 14 +-
clients/client-sesv2/package.json | 42 +-
.../src/commands/BatchGetMetricDataCommand.ts | 14 +-
.../src/commands/CancelExportJobCommand.ts | 14 +-
.../commands/CreateConfigurationSetCommand.ts | 14 +-
...ConfigurationSetEventDestinationCommand.ts | 14 +-
.../src/commands/CreateContactCommand.ts | 14 +-
.../src/commands/CreateContactListCommand.ts | 14 +-
...eCustomVerificationEmailTemplateCommand.ts | 14 +-
.../commands/CreateDedicatedIpPoolCommand.ts | 14 +-
.../CreateDeliverabilityTestReportCommand.ts | 14 +-
.../commands/CreateEmailIdentityCommand.ts | 14 +-
.../CreateEmailIdentityPolicyCommand.ts | 14 +-
.../commands/CreateEmailTemplateCommand.ts | 14 +-
.../src/commands/CreateExportJobCommand.ts | 14 +-
.../src/commands/CreateImportJobCommand.ts | 14 +-
.../commands/DeleteConfigurationSetCommand.ts | 14 +-
...ConfigurationSetEventDestinationCommand.ts | 14 +-
.../src/commands/DeleteContactCommand.ts | 14 +-
.../src/commands/DeleteContactListCommand.ts | 14 +-
...eCustomVerificationEmailTemplateCommand.ts | 14 +-
.../commands/DeleteDedicatedIpPoolCommand.ts | 14 +-
.../commands/DeleteEmailIdentityCommand.ts | 14 +-
.../DeleteEmailIdentityPolicyCommand.ts | 14 +-
.../commands/DeleteEmailTemplateCommand.ts | 14 +-
.../DeleteSuppressedDestinationCommand.ts | 14 +-
.../src/commands/GetAccountCommand.ts | 14 +-
.../commands/GetBlacklistReportsCommand.ts | 14 +-
.../commands/GetConfigurationSetCommand.ts | 14 +-
...onfigurationSetEventDestinationsCommand.ts | 14 +-
.../src/commands/GetContactCommand.ts | 14 +-
.../src/commands/GetContactListCommand.ts | 14 +-
...tCustomVerificationEmailTemplateCommand.ts | 14 +-
.../src/commands/GetDedicatedIpCommand.ts | 14 +-
.../src/commands/GetDedicatedIpPoolCommand.ts | 14 +-
.../src/commands/GetDedicatedIpsCommand.ts | 14 +-
...etDeliverabilityDashboardOptionsCommand.ts | 14 +-
.../GetDeliverabilityTestReportCommand.ts | 14 +-
.../GetDomainDeliverabilityCampaignCommand.ts | 14 +-
.../GetDomainStatisticsReportCommand.ts | 14 +-
.../src/commands/GetEmailIdentityCommand.ts | 14 +-
.../GetEmailIdentityPoliciesCommand.ts | 14 +-
.../src/commands/GetEmailTemplateCommand.ts | 14 +-
.../src/commands/GetExportJobCommand.ts | 14 +-
.../src/commands/GetImportJobCommand.ts | 14 +-
.../src/commands/GetMessageInsightsCommand.ts | 14 +-
.../GetSuppressedDestinationCommand.ts | 14 +-
.../commands/ListConfigurationSetsCommand.ts | 14 +-
.../src/commands/ListContactListsCommand.ts | 14 +-
.../src/commands/ListContactsCommand.ts | 14 +-
...CustomVerificationEmailTemplatesCommand.ts | 14 +-
.../commands/ListDedicatedIpPoolsCommand.ts | 14 +-
.../ListDeliverabilityTestReportsCommand.ts | 14 +-
...istDomainDeliverabilityCampaignsCommand.ts | 14 +-
.../commands/ListEmailIdentitiesCommand.ts | 14 +-
.../src/commands/ListEmailTemplatesCommand.ts | 14 +-
.../src/commands/ListExportJobsCommand.ts | 14 +-
.../src/commands/ListImportJobsCommand.ts | 14 +-
.../commands/ListRecommendationsCommand.ts | 14 +-
.../ListSuppressedDestinationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
...countDedicatedIpWarmupAttributesCommand.ts | 14 +-
.../src/commands/PutAccountDetailsCommand.ts | 14 +-
.../PutAccountSendingAttributesCommand.ts | 14 +-
.../PutAccountSuppressionAttributesCommand.ts | 14 +-
.../PutAccountVdmAttributesCommand.ts | 14 +-
...tConfigurationSetDeliveryOptionsCommand.ts | 14 +-
...onfigurationSetReputationOptionsCommand.ts | 14 +-
...utConfigurationSetSendingOptionsCommand.ts | 14 +-
...nfigurationSetSuppressionOptionsCommand.ts | 14 +-
...tConfigurationSetTrackingOptionsCommand.ts | 14 +-
.../PutConfigurationSetVdmOptionsCommand.ts | 14 +-
.../commands/PutDedicatedIpInPoolCommand.ts | 14 +-
...DedicatedIpPoolScalingAttributesCommand.ts | 14 +-
.../PutDedicatedIpWarmupAttributesCommand.ts | 14 +-
...PutDeliverabilityDashboardOptionCommand.ts | 14 +-
...entityConfigurationSetAttributesCommand.ts | 14 +-
.../PutEmailIdentityDkimAttributesCommand.ts | 14 +-
...ailIdentityDkimSigningAttributesCommand.ts | 14 +-
...tEmailIdentityFeedbackAttributesCommand.ts | 14 +-
...tEmailIdentityMailFromAttributesCommand.ts | 14 +-
.../PutSuppressedDestinationCommand.ts | 14 +-
.../src/commands/SendBulkEmailCommand.ts | 14 +-
.../SendCustomVerificationEmailCommand.ts | 14 +-
.../src/commands/SendEmailCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../TestRenderEmailTemplateCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
...ConfigurationSetEventDestinationCommand.ts | 14 +-
.../src/commands/UpdateContactCommand.ts | 14 +-
.../src/commands/UpdateContactListCommand.ts | 14 +-
...eCustomVerificationEmailTemplateCommand.ts | 14 +-
.../UpdateEmailIdentityPolicyCommand.ts | 14 +-
.../commands/UpdateEmailTemplateCommand.ts | 14 +-
clients/client-sfn/package.json | 42 +-
.../src/commands/CreateActivityCommand.ts | 14 +-
.../CreateStateMachineAliasCommand.ts | 14 +-
.../src/commands/CreateStateMachineCommand.ts | 14 +-
.../src/commands/DeleteActivityCommand.ts | 14 +-
.../DeleteStateMachineAliasCommand.ts | 14 +-
.../src/commands/DeleteStateMachineCommand.ts | 14 +-
.../DeleteStateMachineVersionCommand.ts | 14 +-
.../src/commands/DescribeActivityCommand.ts | 14 +-
.../src/commands/DescribeExecutionCommand.ts | 14 +-
.../src/commands/DescribeMapRunCommand.ts | 14 +-
.../DescribeStateMachineAliasCommand.ts | 14 +-
.../commands/DescribeStateMachineCommand.ts | 14 +-
...DescribeStateMachineForExecutionCommand.ts | 14 +-
.../src/commands/GetActivityTaskCommand.ts | 14 +-
.../commands/GetExecutionHistoryCommand.ts | 14 +-
.../src/commands/ListActivitiesCommand.ts | 14 +-
.../src/commands/ListExecutionsCommand.ts | 14 +-
.../src/commands/ListMapRunsCommand.ts | 14 +-
.../ListStateMachineAliasesCommand.ts | 14 +-
.../ListStateMachineVersionsCommand.ts | 14 +-
.../src/commands/ListStateMachinesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../PublishStateMachineVersionCommand.ts | 14 +-
.../src/commands/RedriveExecutionCommand.ts | 14 +-
.../src/commands/SendTaskFailureCommand.ts | 14 +-
.../src/commands/SendTaskHeartbeatCommand.ts | 14 +-
.../src/commands/SendTaskSuccessCommand.ts | 14 +-
.../src/commands/StartExecutionCommand.ts | 14 +-
.../src/commands/StartSyncExecutionCommand.ts | 14 +-
.../src/commands/StopExecutionCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/TestStateCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateMapRunCommand.ts | 14 +-
.../UpdateStateMachineAliasCommand.ts | 14 +-
.../src/commands/UpdateStateMachineCommand.ts | 14 +-
.../ValidateStateMachineDefinitionCommand.ts | 14 +-
clients/client-shield/package.json | 42 +-
.../commands/AssociateDRTLogBucketCommand.ts | 14 +-
.../src/commands/AssociateDRTRoleCommand.ts | 14 +-
.../commands/AssociateHealthCheckCommand.ts | 14 +-
...ociateProactiveEngagementDetailsCommand.ts | 14 +-
.../src/commands/CreateProtectionCommand.ts | 14 +-
.../commands/CreateProtectionGroupCommand.ts | 14 +-
.../src/commands/CreateSubscriptionCommand.ts | 14 +-
.../src/commands/DeleteProtectionCommand.ts | 14 +-
.../commands/DeleteProtectionGroupCommand.ts | 14 +-
.../src/commands/DeleteSubscriptionCommand.ts | 14 +-
.../src/commands/DescribeAttackCommand.ts | 14 +-
.../DescribeAttackStatisticsCommand.ts | 14 +-
.../src/commands/DescribeDRTAccessCommand.ts | 14 +-
...DescribeEmergencyContactSettingsCommand.ts | 14 +-
.../src/commands/DescribeProtectionCommand.ts | 14 +-
.../DescribeProtectionGroupCommand.ts | 14 +-
.../commands/DescribeSubscriptionCommand.ts | 14 +-
...pplicationLayerAutomaticResponseCommand.ts | 14 +-
.../DisableProactiveEngagementCommand.ts | 14 +-
.../DisassociateDRTLogBucketCommand.ts | 14 +-
.../commands/DisassociateDRTRoleCommand.ts | 14 +-
.../DisassociateHealthCheckCommand.ts | 14 +-
...pplicationLayerAutomaticResponseCommand.ts | 14 +-
.../EnableProactiveEngagementCommand.ts | 14 +-
.../commands/GetSubscriptionStateCommand.ts | 14 +-
.../src/commands/ListAttacksCommand.ts | 14 +-
.../commands/ListProtectionGroupsCommand.ts | 14 +-
.../src/commands/ListProtectionsCommand.ts | 14 +-
.../ListResourcesInProtectionGroupCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
...pplicationLayerAutomaticResponseCommand.ts | 14 +-
.../UpdateEmergencyContactSettingsCommand.ts | 14 +-
.../commands/UpdateProtectionGroupCommand.ts | 14 +-
.../src/commands/UpdateSubscriptionCommand.ts | 14 +-
clients/client-signer/package.json | 44 +-
.../commands/AddProfilePermissionCommand.ts | 14 +-
.../commands/CancelSigningProfileCommand.ts | 14 +-
.../src/commands/DescribeSigningJobCommand.ts | 14 +-
.../commands/GetRevocationStatusCommand.ts | 14 +-
.../src/commands/GetSigningPlatformCommand.ts | 14 +-
.../src/commands/GetSigningProfileCommand.ts | 14 +-
.../commands/ListProfilePermissionsCommand.ts | 14 +-
.../src/commands/ListSigningJobsCommand.ts | 14 +-
.../commands/ListSigningPlatformsCommand.ts | 14 +-
.../commands/ListSigningProfilesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutSigningProfileCommand.ts | 14 +-
.../RemoveProfilePermissionCommand.ts | 14 +-
.../src/commands/RevokeSignatureCommand.ts | 14 +-
.../commands/RevokeSigningProfileCommand.ts | 14 +-
.../src/commands/SignPayloadCommand.ts | 14 +-
.../src/commands/StartSigningJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
clients/client-simspaceweaver/package.json | 42 +-
.../src/commands/CreateSnapshotCommand.ts | 14 +-
.../src/commands/DeleteAppCommand.ts | 14 +-
.../src/commands/DeleteSimulationCommand.ts | 14 +-
.../src/commands/DescribeAppCommand.ts | 14 +-
.../src/commands/DescribeSimulationCommand.ts | 14 +-
.../src/commands/ListAppsCommand.ts | 14 +-
.../src/commands/ListSimulationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/StartAppCommand.ts | 14 +-
.../src/commands/StartClockCommand.ts | 14 +-
.../src/commands/StartSimulationCommand.ts | 14 +-
.../src/commands/StopAppCommand.ts | 14 +-
.../src/commands/StopClockCommand.ts | 14 +-
.../src/commands/StopSimulationCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
clients/client-sms/package.json | 42 +-
.../src/commands/CreateAppCommand.ts | 14 +-
.../commands/CreateReplicationJobCommand.ts | 14 +-
.../src/commands/DeleteAppCommand.ts | 14 +-
.../DeleteAppLaunchConfigurationCommand.ts | 14 +-
...eleteAppReplicationConfigurationCommand.ts | 14 +-
...DeleteAppValidationConfigurationCommand.ts | 14 +-
.../commands/DeleteReplicationJobCommand.ts | 14 +-
.../commands/DeleteServerCatalogCommand.ts | 14 +-
.../commands/DisassociateConnectorCommand.ts | 14 +-
.../src/commands/GenerateChangeSetCommand.ts | 14 +-
.../src/commands/GenerateTemplateCommand.ts | 14 +-
.../client-sms/src/commands/GetAppCommand.ts | 14 +-
.../GetAppLaunchConfigurationCommand.ts | 14 +-
.../GetAppReplicationConfigurationCommand.ts | 14 +-
.../GetAppValidationConfigurationCommand.ts | 14 +-
.../commands/GetAppValidationOutputCommand.ts | 14 +-
.../src/commands/GetConnectorsCommand.ts | 14 +-
.../src/commands/GetReplicationJobsCommand.ts | 14 +-
.../src/commands/GetReplicationRunsCommand.ts | 14 +-
.../src/commands/GetServersCommand.ts | 14 +-
.../src/commands/ImportAppCatalogCommand.ts | 14 +-
.../commands/ImportServerCatalogCommand.ts | 14 +-
.../src/commands/LaunchAppCommand.ts | 14 +-
.../src/commands/ListAppsCommand.ts | 14 +-
.../NotifyAppValidationOutputCommand.ts | 14 +-
.../PutAppLaunchConfigurationCommand.ts | 14 +-
.../PutAppReplicationConfigurationCommand.ts | 14 +-
.../PutAppValidationConfigurationCommand.ts | 14 +-
.../commands/StartAppReplicationCommand.ts | 14 +-
.../StartOnDemandAppReplicationCommand.ts | 14 +-
.../StartOnDemandReplicationRunCommand.ts | 14 +-
.../src/commands/StopAppReplicationCommand.ts | 14 +-
.../src/commands/TerminateAppCommand.ts | 14 +-
.../src/commands/UpdateAppCommand.ts | 14 +-
.../commands/UpdateReplicationJobCommand.ts | 14 +-
.../package.json | 42 +-
.../src/commands/CancelTaskCommand.ts | 14 +-
.../src/commands/CreateTaskCommand.ts | 14 +-
.../src/commands/DescribeDeviceCommand.ts | 14 +-
.../DescribeDeviceEc2InstancesCommand.ts | 14 +-
.../src/commands/DescribeExecutionCommand.ts | 14 +-
.../src/commands/DescribeTaskCommand.ts | 14 +-
.../commands/ListDeviceResourcesCommand.ts | 14 +-
.../src/commands/ListDevicesCommand.ts | 14 +-
.../src/commands/ListExecutionsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListTasksCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
clients/client-snowball/package.json | 42 +-
.../src/commands/CancelClusterCommand.ts | 14 +-
.../src/commands/CancelJobCommand.ts | 14 +-
.../src/commands/CreateAddressCommand.ts | 14 +-
.../src/commands/CreateClusterCommand.ts | 14 +-
.../src/commands/CreateJobCommand.ts | 14 +-
.../commands/CreateLongTermPricingCommand.ts | 14 +-
.../CreateReturnShippingLabelCommand.ts | 14 +-
.../src/commands/DescribeAddressCommand.ts | 14 +-
.../src/commands/DescribeAddressesCommand.ts | 14 +-
.../src/commands/DescribeClusterCommand.ts | 14 +-
.../src/commands/DescribeJobCommand.ts | 14 +-
.../DescribeReturnShippingLabelCommand.ts | 14 +-
.../src/commands/GetJobManifestCommand.ts | 14 +-
.../src/commands/GetJobUnlockCodeCommand.ts | 14 +-
.../src/commands/GetSnowballUsageCommand.ts | 14 +-
.../src/commands/GetSoftwareUpdatesCommand.ts | 14 +-
.../src/commands/ListClusterJobsCommand.ts | 14 +-
.../src/commands/ListClustersCommand.ts | 14 +-
.../commands/ListCompatibleImagesCommand.ts | 14 +-
.../src/commands/ListJobsCommand.ts | 14 +-
.../commands/ListLongTermPricingCommand.ts | 14 +-
.../commands/ListPickupLocationsCommand.ts | 14 +-
.../commands/ListServiceVersionsCommand.ts | 14 +-
.../src/commands/UpdateClusterCommand.ts | 14 +-
.../src/commands/UpdateJobCommand.ts | 14 +-
.../commands/UpdateJobShipmentStateCommand.ts | 14 +-
.../commands/UpdateLongTermPricingCommand.ts | 14 +-
clients/client-sns/package.json | 42 +-
.../src/commands/AddPermissionCommand.ts | 14 +-
.../CheckIfPhoneNumberIsOptedOutCommand.ts | 14 +-
.../commands/ConfirmSubscriptionCommand.ts | 14 +-
.../CreatePlatformApplicationCommand.ts | 14 +-
.../commands/CreatePlatformEndpointCommand.ts | 14 +-
.../CreateSMSSandboxPhoneNumberCommand.ts | 14 +-
.../src/commands/CreateTopicCommand.ts | 14 +-
.../src/commands/DeleteEndpointCommand.ts | 14 +-
.../DeletePlatformApplicationCommand.ts | 14 +-
.../DeleteSMSSandboxPhoneNumberCommand.ts | 14 +-
.../src/commands/DeleteTopicCommand.ts | 14 +-
.../GetDataProtectionPolicyCommand.ts | 14 +-
.../commands/GetEndpointAttributesCommand.ts | 14 +-
...GetPlatformApplicationAttributesCommand.ts | 14 +-
.../src/commands/GetSMSAttributesCommand.ts | 14 +-
.../GetSMSSandboxAccountStatusCommand.ts | 14 +-
.../GetSubscriptionAttributesCommand.ts | 14 +-
.../src/commands/GetTopicAttributesCommand.ts | 14 +-
...stEndpointsByPlatformApplicationCommand.ts | 14 +-
.../commands/ListOriginationNumbersCommand.ts | 14 +-
.../ListPhoneNumbersOptedOutCommand.ts | 14 +-
.../ListPlatformApplicationsCommand.ts | 14 +-
.../ListSMSSandboxPhoneNumbersCommand.ts | 14 +-
.../ListSubscriptionsByTopicCommand.ts | 14 +-
.../src/commands/ListSubscriptionsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListTopicsCommand.ts | 14 +-
.../src/commands/OptInPhoneNumberCommand.ts | 14 +-
.../src/commands/PublishBatchCommand.ts | 14 +-
.../client-sns/src/commands/PublishCommand.ts | 14 +-
.../PutDataProtectionPolicyCommand.ts | 14 +-
.../src/commands/RemovePermissionCommand.ts | 14 +-
.../commands/SetEndpointAttributesCommand.ts | 14 +-
...SetPlatformApplicationAttributesCommand.ts | 14 +-
.../src/commands/SetSMSAttributesCommand.ts | 14 +-
.../SetSubscriptionAttributesCommand.ts | 14 +-
.../src/commands/SetTopicAttributesCommand.ts | 14 +-
.../src/commands/SubscribeCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UnsubscribeCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../VerifySMSSandboxPhoneNumberCommand.ts | 14 +-
clients/client-sqs/package.json | 44 +-
.../src/commands/AddPermissionCommand.ts | 14 +-
.../commands/CancelMessageMoveTaskCommand.ts | 14 +-
.../ChangeMessageVisibilityBatchCommand.ts | 14 +-
.../ChangeMessageVisibilityCommand.ts | 14 +-
.../src/commands/CreateQueueCommand.ts | 14 +-
.../src/commands/DeleteMessageBatchCommand.ts | 14 +-
.../src/commands/DeleteMessageCommand.ts | 14 +-
.../src/commands/DeleteQueueCommand.ts | 14 +-
.../src/commands/GetQueueAttributesCommand.ts | 14 +-
.../src/commands/GetQueueUrlCommand.ts | 14 +-
.../ListDeadLetterSourceQueuesCommand.ts | 14 +-
.../commands/ListMessageMoveTasksCommand.ts | 14 +-
.../src/commands/ListQueueTagsCommand.ts | 14 +-
.../src/commands/ListQueuesCommand.ts | 14 +-
.../src/commands/PurgeQueueCommand.ts | 14 +-
.../src/commands/ReceiveMessageCommand.ts | 14 +-
.../src/commands/RemovePermissionCommand.ts | 14 +-
.../src/commands/SendMessageBatchCommand.ts | 14 +-
.../src/commands/SendMessageCommand.ts | 14 +-
.../src/commands/SetQueueAttributesCommand.ts | 14 +-
.../commands/StartMessageMoveTaskCommand.ts | 14 +-
.../src/commands/TagQueueCommand.ts | 14 +-
.../src/commands/UntagQueueCommand.ts | 14 +-
clients/client-ssm-contacts/package.json | 42 +-
.../src/commands/AcceptPageCommand.ts | 14 +-
.../commands/ActivateContactChannelCommand.ts | 14 +-
.../commands/CreateContactChannelCommand.ts | 14 +-
.../src/commands/CreateContactCommand.ts | 14 +-
.../src/commands/CreateRotationCommand.ts | 14 +-
.../commands/CreateRotationOverrideCommand.ts | 14 +-
.../DeactivateContactChannelCommand.ts | 14 +-
.../commands/DeleteContactChannelCommand.ts | 14 +-
.../src/commands/DeleteContactCommand.ts | 14 +-
.../src/commands/DeleteRotationCommand.ts | 14 +-
.../commands/DeleteRotationOverrideCommand.ts | 14 +-
.../src/commands/DescribeEngagementCommand.ts | 14 +-
.../src/commands/DescribePageCommand.ts | 14 +-
.../src/commands/GetContactChannelCommand.ts | 14 +-
.../src/commands/GetContactCommand.ts | 14 +-
.../src/commands/GetContactPolicyCommand.ts | 14 +-
.../src/commands/GetRotationCommand.ts | 14 +-
.../commands/GetRotationOverrideCommand.ts | 14 +-
.../commands/ListContactChannelsCommand.ts | 14 +-
.../src/commands/ListContactsCommand.ts | 14 +-
.../src/commands/ListEngagementsCommand.ts | 14 +-
.../src/commands/ListPageReceiptsCommand.ts | 14 +-
.../commands/ListPageResolutionsCommand.ts | 14 +-
.../src/commands/ListPagesByContactCommand.ts | 14 +-
.../commands/ListPagesByEngagementCommand.ts | 14 +-
.../ListPreviewRotationShiftsCommand.ts | 14 +-
.../commands/ListRotationOverridesCommand.ts | 14 +-
.../src/commands/ListRotationShiftsCommand.ts | 14 +-
.../src/commands/ListRotationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PutContactPolicyCommand.ts | 14 +-
.../src/commands/SendActivationCodeCommand.ts | 14 +-
.../src/commands/StartEngagementCommand.ts | 14 +-
.../src/commands/StopEngagementCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateContactChannelCommand.ts | 14 +-
.../src/commands/UpdateContactCommand.ts | 14 +-
.../src/commands/UpdateRotationCommand.ts | 14 +-
clients/client-ssm-incidents/package.json | 44 +-
.../BatchGetIncidentFindingsCommand.ts | 14 +-
.../commands/CreateReplicationSetCommand.ts | 14 +-
.../src/commands/CreateResponsePlanCommand.ts | 14 +-
.../commands/CreateTimelineEventCommand.ts | 14 +-
.../commands/DeleteIncidentRecordCommand.ts | 14 +-
.../commands/DeleteReplicationSetCommand.ts | 14 +-
.../commands/DeleteResourcePolicyCommand.ts | 14 +-
.../src/commands/DeleteResponsePlanCommand.ts | 14 +-
.../commands/DeleteTimelineEventCommand.ts | 14 +-
.../src/commands/GetIncidentRecordCommand.ts | 14 +-
.../src/commands/GetReplicationSetCommand.ts | 14 +-
.../commands/GetResourcePoliciesCommand.ts | 14 +-
.../src/commands/GetResponsePlanCommand.ts | 14 +-
.../src/commands/GetTimelineEventCommand.ts | 14 +-
.../commands/ListIncidentFindingsCommand.ts | 14 +-
.../commands/ListIncidentRecordsCommand.ts | 14 +-
.../src/commands/ListRelatedItemsCommand.ts | 14 +-
.../commands/ListReplicationSetsCommand.ts | 14 +-
.../src/commands/ListResponsePlansCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListTimelineEventsCommand.ts | 14 +-
.../src/commands/PutResourcePolicyCommand.ts | 14 +-
.../src/commands/StartIncidentCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateDeletionProtectionCommand.ts | 14 +-
.../commands/UpdateIncidentRecordCommand.ts | 14 +-
.../src/commands/UpdateRelatedItemsCommand.ts | 14 +-
.../commands/UpdateReplicationSetCommand.ts | 14 +-
.../src/commands/UpdateResponsePlanCommand.ts | 14 +-
.../commands/UpdateTimelineEventCommand.ts | 14 +-
clients/client-ssm-quicksetup/package.json | 42 +-
.../CreateConfigurationManagerCommand.ts | 14 +-
.../DeleteConfigurationManagerCommand.ts | 14 +-
.../GetConfigurationManagerCommand.ts | 14 +-
.../src/commands/GetServiceSettingsCommand.ts | 14 +-
.../ListConfigurationManagersCommand.ts | 14 +-
.../commands/ListQuickSetupTypesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateConfigurationDefinitionCommand.ts | 14 +-
.../UpdateConfigurationManagerCommand.ts | 14 +-
.../commands/UpdateServiceSettingsCommand.ts | 14 +-
clients/client-ssm-sap/package.json | 42 +-
.../DeleteResourcePermissionCommand.ts | 14 +-
.../commands/DeregisterApplicationCommand.ts | 14 +-
.../src/commands/GetApplicationCommand.ts | 14 +-
.../src/commands/GetComponentCommand.ts | 14 +-
.../src/commands/GetDatabaseCommand.ts | 14 +-
.../src/commands/GetOperationCommand.ts | 14 +-
.../commands/GetResourcePermissionCommand.ts | 14 +-
.../src/commands/ListApplicationsCommand.ts | 14 +-
.../src/commands/ListComponentsCommand.ts | 14 +-
.../src/commands/ListDatabasesCommand.ts | 14 +-
.../commands/ListOperationEventsCommand.ts | 14 +-
.../src/commands/ListOperationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/PutResourcePermissionCommand.ts | 14 +-
.../commands/RegisterApplicationCommand.ts | 14 +-
.../src/commands/StartApplicationCommand.ts | 14 +-
.../StartApplicationRefreshCommand.ts | 14 +-
.../src/commands/StopApplicationCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateApplicationSettingsCommand.ts | 14 +-
clients/client-ssm/package.json | 44 +-
.../src/commands/AddTagsToResourceCommand.ts | 14 +-
.../AssociateOpsItemRelatedItemCommand.ts | 14 +-
.../src/commands/CancelCommandCommand.ts | 14 +-
...CancelMaintenanceWindowExecutionCommand.ts | 14 +-
.../src/commands/CreateActivationCommand.ts | 14 +-
.../commands/CreateAssociationBatchCommand.ts | 14 +-
.../src/commands/CreateAssociationCommand.ts | 14 +-
.../src/commands/CreateDocumentCommand.ts | 14 +-
.../CreateMaintenanceWindowCommand.ts | 14 +-
.../src/commands/CreateOpsItemCommand.ts | 14 +-
.../src/commands/CreateOpsMetadataCommand.ts | 14 +-
.../commands/CreatePatchBaselineCommand.ts | 14 +-
.../commands/CreateResourceDataSyncCommand.ts | 14 +-
.../src/commands/DeleteActivationCommand.ts | 14 +-
.../src/commands/DeleteAssociationCommand.ts | 14 +-
.../src/commands/DeleteDocumentCommand.ts | 14 +-
.../src/commands/DeleteInventoryCommand.ts | 14 +-
.../DeleteMaintenanceWindowCommand.ts | 14 +-
.../src/commands/DeleteOpsItemCommand.ts | 14 +-
.../src/commands/DeleteOpsMetadataCommand.ts | 14 +-
.../src/commands/DeleteParameterCommand.ts | 14 +-
.../src/commands/DeleteParametersCommand.ts | 14 +-
.../commands/DeletePatchBaselineCommand.ts | 14 +-
.../commands/DeleteResourceDataSyncCommand.ts | 14 +-
.../commands/DeleteResourcePolicyCommand.ts | 14 +-
.../DeregisterManagedInstanceCommand.ts | 14 +-
...gisterPatchBaselineForPatchGroupCommand.ts | 14 +-
...isterTargetFromMaintenanceWindowCommand.ts | 14 +-
...egisterTaskFromMaintenanceWindowCommand.ts | 14 +-
.../commands/DescribeActivationsCommand.ts | 14 +-
.../commands/DescribeAssociationCommand.ts | 14 +-
...cribeAssociationExecutionTargetsCommand.ts | 14 +-
.../DescribeAssociationExecutionsCommand.ts | 14 +-
.../DescribeAutomationExecutionsCommand.ts | 14 +-
...DescribeAutomationStepExecutionsCommand.ts | 14 +-
.../DescribeAvailablePatchesCommand.ts | 14 +-
.../src/commands/DescribeDocumentCommand.ts | 14 +-
.../DescribeDocumentPermissionCommand.ts | 14 +-
...ibeEffectiveInstanceAssociationsCommand.ts | 14 +-
...EffectivePatchesForPatchBaselineCommand.ts | 14 +-
...scribeInstanceAssociationsStatusCommand.ts | 14 +-
.../DescribeInstanceInformationCommand.ts | 14 +-
.../DescribeInstancePatchStatesCommand.ts | 14 +-
...InstancePatchStatesForPatchGroupCommand.ts | 14 +-
.../DescribeInstancePatchesCommand.ts | 14 +-
.../DescribeInstancePropertiesCommand.ts | 14 +-
.../DescribeInventoryDeletionsCommand.ts | 14 +-
...ceWindowExecutionTaskInvocationsCommand.ts | 14 +-
...eMaintenanceWindowExecutionTasksCommand.ts | 14 +-
...cribeMaintenanceWindowExecutionsCommand.ts | 14 +-
...escribeMaintenanceWindowScheduleCommand.ts | 14 +-
...DescribeMaintenanceWindowTargetsCommand.ts | 14 +-
.../DescribeMaintenanceWindowTasksCommand.ts | 14 +-
.../DescribeMaintenanceWindowsCommand.ts | 14 +-
...cribeMaintenanceWindowsForTargetCommand.ts | 14 +-
.../src/commands/DescribeOpsItemsCommand.ts | 14 +-
.../src/commands/DescribeParametersCommand.ts | 14 +-
.../commands/DescribePatchBaselinesCommand.ts | 14 +-
.../DescribePatchGroupStateCommand.ts | 14 +-
.../commands/DescribePatchGroupsCommand.ts | 14 +-
.../DescribePatchPropertiesCommand.ts | 14 +-
.../src/commands/DescribeSessionsCommand.ts | 14 +-
.../DisassociateOpsItemRelatedItemCommand.ts | 14 +-
.../commands/GetAutomationExecutionCommand.ts | 14 +-
.../src/commands/GetCalendarStateCommand.ts | 14 +-
.../commands/GetCommandInvocationCommand.ts | 14 +-
.../commands/GetConnectionStatusCommand.ts | 14 +-
.../GetDefaultPatchBaselineCommand.ts | 14 +-
...ployablePatchSnapshotForInstanceCommand.ts | 14 +-
.../src/commands/GetDocumentCommand.ts | 14 +-
.../src/commands/GetInventoryCommand.ts | 14 +-
.../src/commands/GetInventorySchemaCommand.ts | 14 +-
.../commands/GetMaintenanceWindowCommand.ts | 14 +-
.../GetMaintenanceWindowExecutionCommand.ts | 14 +-
...etMaintenanceWindowExecutionTaskCommand.ts | 14 +-
...nceWindowExecutionTaskInvocationCommand.ts | 14 +-
.../GetMaintenanceWindowTaskCommand.ts | 14 +-
.../src/commands/GetOpsItemCommand.ts | 14 +-
.../src/commands/GetOpsMetadataCommand.ts | 14 +-
.../src/commands/GetOpsSummaryCommand.ts | 14 +-
.../src/commands/GetParameterCommand.ts | 14 +-
.../commands/GetParameterHistoryCommand.ts | 14 +-
.../commands/GetParametersByPathCommand.ts | 14 +-
.../src/commands/GetParametersCommand.ts | 14 +-
.../src/commands/GetPatchBaselineCommand.ts | 14 +-
.../GetPatchBaselineForPatchGroupCommand.ts | 14 +-
.../commands/GetResourcePoliciesCommand.ts | 14 +-
.../src/commands/GetServiceSettingCommand.ts | 14 +-
.../commands/LabelParameterVersionCommand.ts | 14 +-
.../ListAssociationVersionsCommand.ts | 14 +-
.../src/commands/ListAssociationsCommand.ts | 14 +-
.../commands/ListCommandInvocationsCommand.ts | 14 +-
.../src/commands/ListCommandsCommand.ts | 14 +-
.../commands/ListComplianceItemsCommand.ts | 14 +-
.../ListComplianceSummariesCommand.ts | 14 +-
.../ListDocumentMetadataHistoryCommand.ts | 14 +-
.../commands/ListDocumentVersionsCommand.ts | 14 +-
.../src/commands/ListDocumentsCommand.ts | 14 +-
.../commands/ListInventoryEntriesCommand.ts | 14 +-
.../src/commands/ListOpsItemEventsCommand.ts | 14 +-
.../ListOpsItemRelatedItemsCommand.ts | 14 +-
.../src/commands/ListOpsMetadataCommand.ts | 14 +-
.../ListResourceComplianceSummariesCommand.ts | 14 +-
.../commands/ListResourceDataSyncCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../ModifyDocumentPermissionCommand.ts | 14 +-
.../src/commands/PutComplianceItemsCommand.ts | 14 +-
.../src/commands/PutInventoryCommand.ts | 14 +-
.../src/commands/PutParameterCommand.ts | 14 +-
.../src/commands/PutResourcePolicyCommand.ts | 14 +-
.../RegisterDefaultPatchBaselineCommand.ts | 14 +-
...gisterPatchBaselineForPatchGroupCommand.ts | 14 +-
...isterTargetWithMaintenanceWindowCommand.ts | 14 +-
...egisterTaskWithMaintenanceWindowCommand.ts | 14 +-
.../commands/RemoveTagsFromResourceCommand.ts | 14 +-
.../commands/ResetServiceSettingCommand.ts | 14 +-
.../src/commands/ResumeSessionCommand.ts | 14 +-
.../commands/SendAutomationSignalCommand.ts | 14 +-
.../src/commands/SendCommandCommand.ts | 14 +-
.../commands/StartAssociationsOnceCommand.ts | 14 +-
.../StartAutomationExecutionCommand.ts | 14 +-
.../StartChangeRequestExecutionCommand.ts | 14 +-
.../src/commands/StartSessionCommand.ts | 14 +-
.../StopAutomationExecutionCommand.ts | 14 +-
.../src/commands/TerminateSessionCommand.ts | 14 +-
.../UnlabelParameterVersionCommand.ts | 14 +-
.../src/commands/UpdateAssociationCommand.ts | 14 +-
.../UpdateAssociationStatusCommand.ts | 14 +-
.../src/commands/UpdateDocumentCommand.ts | 14 +-
.../UpdateDocumentDefaultVersionCommand.ts | 14 +-
.../commands/UpdateDocumentMetadataCommand.ts | 14 +-
.../UpdateMaintenanceWindowCommand.ts | 14 +-
.../UpdateMaintenanceWindowTargetCommand.ts | 14 +-
.../UpdateMaintenanceWindowTaskCommand.ts | 14 +-
.../UpdateManagedInstanceRoleCommand.ts | 14 +-
.../src/commands/UpdateOpsItemCommand.ts | 14 +-
.../src/commands/UpdateOpsMetadataCommand.ts | 14 +-
.../commands/UpdatePatchBaselineCommand.ts | 14 +-
.../commands/UpdateResourceDataSyncCommand.ts | 14 +-
.../commands/UpdateServiceSettingCommand.ts | 14 +-
clients/client-sso-admin/package.json | 42 +-
...edPolicyReferenceToPermissionSetCommand.ts | 14 +-
...tachManagedPolicyToPermissionSetCommand.ts | 14 +-
.../CreateAccountAssignmentCommand.ts | 14 +-
.../CreateApplicationAssignmentCommand.ts | 14 +-
.../src/commands/CreateApplicationCommand.ts | 14 +-
...essControlAttributeConfigurationCommand.ts | 14 +-
.../src/commands/CreateInstanceCommand.ts | 14 +-
.../commands/CreatePermissionSetCommand.ts | 14 +-
.../CreateTrustedTokenIssuerCommand.ts | 14 +-
.../DeleteAccountAssignmentCommand.ts | 14 +-
.../DeleteApplicationAccessScopeCommand.ts | 14 +-
.../DeleteApplicationAssignmentCommand.ts | 14 +-
...eApplicationAuthenticationMethodCommand.ts | 14 +-
.../src/commands/DeleteApplicationCommand.ts | 14 +-
.../commands/DeleteApplicationGrantCommand.ts | 14 +-
...eteInlinePolicyFromPermissionSetCommand.ts | 14 +-
...essControlAttributeConfigurationCommand.ts | 14 +-
.../src/commands/DeleteInstanceCommand.ts | 14 +-
.../commands/DeletePermissionSetCommand.ts | 14 +-
...issionsBoundaryFromPermissionSetCommand.ts | 14 +-
.../DeleteTrustedTokenIssuerCommand.ts | 14 +-
...eAccountAssignmentCreationStatusCommand.ts | 14 +-
...eAccountAssignmentDeletionStatusCommand.ts | 14 +-
.../DescribeApplicationAssignmentCommand.ts | 14 +-
.../commands/DescribeApplicationCommand.ts | 14 +-
.../DescribeApplicationProviderCommand.ts | 14 +-
...essControlAttributeConfigurationCommand.ts | 14 +-
.../src/commands/DescribeInstanceCommand.ts | 14 +-
.../commands/DescribePermissionSetCommand.ts | 14 +-
...ePermissionSetProvisioningStatusCommand.ts | 14 +-
.../DescribeTrustedTokenIssuerCommand.ts | 14 +-
...PolicyReferenceFromPermissionSetCommand.ts | 14 +-
...chManagedPolicyFromPermissionSetCommand.ts | 14 +-
.../GetApplicationAccessScopeCommand.ts | 14 +-
...plicationAssignmentConfigurationCommand.ts | 14 +-
...tApplicationAuthenticationMethodCommand.ts | 14 +-
.../commands/GetApplicationGrantCommand.ts | 14 +-
.../GetInlinePolicyForPermissionSetCommand.ts | 14 +-
...missionsBoundaryForPermissionSetCommand.ts | 14 +-
...tAccountAssignmentCreationStatusCommand.ts | 14 +-
...tAccountAssignmentDeletionStatusCommand.ts | 14 +-
.../commands/ListAccountAssignmentsCommand.ts | 14 +-
...stAccountAssignmentsForPrincipalCommand.ts | 14 +-
...ountsForProvisionedPermissionSetCommand.ts | 14 +-
.../ListApplicationAccessScopesCommand.ts | 14 +-
.../ListApplicationAssignmentsCommand.ts | 14 +-
...plicationAssignmentsForPrincipalCommand.ts | 14 +-
...ApplicationAuthenticationMethodsCommand.ts | 14 +-
.../commands/ListApplicationGrantsCommand.ts | 14 +-
.../ListApplicationProvidersCommand.ts | 14 +-
.../src/commands/ListApplicationsCommand.ts | 14 +-
...dPolicyReferencesInPermissionSetCommand.ts | 14 +-
.../src/commands/ListInstancesCommand.ts | 14 +-
...stManagedPoliciesInPermissionSetCommand.ts | 14 +-
...tPermissionSetProvisioningStatusCommand.ts | 14 +-
.../src/commands/ListPermissionSetsCommand.ts | 14 +-
...rmissionSetsProvisionedToAccountCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../ListTrustedTokenIssuersCommand.ts | 14 +-
.../commands/ProvisionPermissionSetCommand.ts | 14 +-
.../PutApplicationAccessScopeCommand.ts | 14 +-
...plicationAssignmentConfigurationCommand.ts | 14 +-
...tApplicationAuthenticationMethodCommand.ts | 14 +-
.../commands/PutApplicationGrantCommand.ts | 14 +-
.../PutInlinePolicyToPermissionSetCommand.ts | 14 +-
...rmissionsBoundaryToPermissionSetCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateApplicationCommand.ts | 14 +-
...essControlAttributeConfigurationCommand.ts | 14 +-
.../src/commands/UpdateInstanceCommand.ts | 14 +-
.../commands/UpdatePermissionSetCommand.ts | 14 +-
.../UpdateTrustedTokenIssuerCommand.ts | 14 +-
clients/client-sso-oidc/package.json | 42 +-
.../src/commands/CreateTokenCommand.ts | 14 +-
.../src/commands/CreateTokenWithIAMCommand.ts | 14 +-
.../src/commands/RegisterClientCommand.ts | 14 +-
.../StartDeviceAuthorizationCommand.ts | 14 +-
clients/client-sso/package.json | 42 +-
.../src/commands/GetRoleCredentialsCommand.ts | 14 +-
.../src/commands/ListAccountRolesCommand.ts | 14 +-
.../src/commands/ListAccountsCommand.ts | 14 +-
.../client-sso/src/commands/LogoutCommand.ts | 14 +-
clients/client-storage-gateway/package.json | 42 +-
.../src/commands/ActivateGatewayCommand.ts | 14 +-
.../src/commands/AddCacheCommand.ts | 14 +-
.../src/commands/AddTagsToResourceCommand.ts | 14 +-
.../src/commands/AddUploadBufferCommand.ts | 14 +-
.../src/commands/AddWorkingStorageCommand.ts | 14 +-
.../src/commands/AssignTapePoolCommand.ts | 14 +-
.../commands/AssociateFileSystemCommand.ts | 14 +-
.../src/commands/AttachVolumeCommand.ts | 14 +-
.../src/commands/CancelArchivalCommand.ts | 14 +-
.../src/commands/CancelRetrievalCommand.ts | 14 +-
.../CreateCachediSCSIVolumeCommand.ts | 14 +-
.../src/commands/CreateNFSFileShareCommand.ts | 14 +-
.../src/commands/CreateSMBFileShareCommand.ts | 14 +-
.../src/commands/CreateSnapshotCommand.ts | 14 +-
...eSnapshotFromVolumeRecoveryPointCommand.ts | 14 +-
.../CreateStorediSCSIVolumeCommand.ts | 14 +-
.../src/commands/CreateTapePoolCommand.ts | 14 +-
.../commands/CreateTapeWithBarcodeCommand.ts | 14 +-
.../src/commands/CreateTapesCommand.ts | 14 +-
...eleteAutomaticTapeCreationPolicyCommand.ts | 14 +-
.../DeleteBandwidthRateLimitCommand.ts | 14 +-
.../commands/DeleteChapCredentialsCommand.ts | 14 +-
.../src/commands/DeleteFileShareCommand.ts | 14 +-
.../src/commands/DeleteGatewayCommand.ts | 14 +-
.../commands/DeleteSnapshotScheduleCommand.ts | 14 +-
.../src/commands/DeleteTapeArchiveCommand.ts | 14 +-
.../src/commands/DeleteTapeCommand.ts | 14 +-
.../src/commands/DeleteTapePoolCommand.ts | 14 +-
.../src/commands/DeleteVolumeCommand.ts | 14 +-
.../DescribeAvailabilityMonitorTestCommand.ts | 14 +-
.../DescribeBandwidthRateLimitCommand.ts | 14 +-
...scribeBandwidthRateLimitScheduleCommand.ts | 14 +-
.../src/commands/DescribeCacheCommand.ts | 14 +-
.../DescribeCachediSCSIVolumesCommand.ts | 14 +-
.../DescribeChapCredentialsCommand.ts | 14 +-
.../DescribeFileSystemAssociationsCommand.ts | 14 +-
.../DescribeGatewayInformationCommand.ts | 14 +-
.../DescribeMaintenanceStartTimeCommand.ts | 14 +-
.../commands/DescribeNFSFileSharesCommand.ts | 14 +-
.../commands/DescribeSMBFileSharesCommand.ts | 14 +-
.../commands/DescribeSMBSettingsCommand.ts | 14 +-
.../DescribeSnapshotScheduleCommand.ts | 14 +-
.../DescribeStorediSCSIVolumesCommand.ts | 14 +-
.../commands/DescribeTapeArchivesCommand.ts | 14 +-
.../DescribeTapeRecoveryPointsCommand.ts | 14 +-
.../src/commands/DescribeTapesCommand.ts | 14 +-
.../commands/DescribeUploadBufferCommand.ts | 14 +-
.../src/commands/DescribeVTLDevicesCommand.ts | 14 +-
.../commands/DescribeWorkingStorageCommand.ts | 14 +-
.../src/commands/DetachVolumeCommand.ts | 14 +-
.../src/commands/DisableGatewayCommand.ts | 14 +-
.../commands/DisassociateFileSystemCommand.ts | 14 +-
.../src/commands/JoinDomainCommand.ts | 14 +-
...istAutomaticTapeCreationPoliciesCommand.ts | 14 +-
.../src/commands/ListFileSharesCommand.ts | 14 +-
.../ListFileSystemAssociationsCommand.ts | 14 +-
.../src/commands/ListGatewaysCommand.ts | 14 +-
.../src/commands/ListLocalDisksCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListTapePoolsCommand.ts | 14 +-
.../src/commands/ListTapesCommand.ts | 14 +-
.../commands/ListVolumeInitiatorsCommand.ts | 14 +-
.../ListVolumeRecoveryPointsCommand.ts | 14 +-
.../src/commands/ListVolumesCommand.ts | 14 +-
.../src/commands/NotifyWhenUploadedCommand.ts | 14 +-
.../src/commands/RefreshCacheCommand.ts | 14 +-
.../commands/RemoveTagsFromResourceCommand.ts | 14 +-
.../src/commands/ResetCacheCommand.ts | 14 +-
.../commands/RetrieveTapeArchiveCommand.ts | 14 +-
.../RetrieveTapeRecoveryPointCommand.ts | 14 +-
.../SetLocalConsolePasswordCommand.ts | 14 +-
.../commands/SetSMBGuestPasswordCommand.ts | 14 +-
.../src/commands/ShutdownGatewayCommand.ts | 14 +-
.../StartAvailabilityMonitorTestCommand.ts | 14 +-
.../src/commands/StartGatewayCommand.ts | 14 +-
...pdateAutomaticTapeCreationPolicyCommand.ts | 14 +-
.../UpdateBandwidthRateLimitCommand.ts | 14 +-
...UpdateBandwidthRateLimitScheduleCommand.ts | 14 +-
.../commands/UpdateChapCredentialsCommand.ts | 14 +-
.../UpdateFileSystemAssociationCommand.ts | 14 +-
.../UpdateGatewayInformationCommand.ts | 14 +-
.../UpdateGatewaySoftwareNowCommand.ts | 14 +-
.../UpdateMaintenanceStartTimeCommand.ts | 14 +-
.../src/commands/UpdateNFSFileShareCommand.ts | 14 +-
.../src/commands/UpdateSMBFileShareCommand.ts | 14 +-
.../UpdateSMBFileShareVisibilityCommand.ts | 14 +-
.../commands/UpdateSMBLocalGroupsCommand.ts | 14 +-
.../UpdateSMBSecurityStrategyCommand.ts | 14 +-
.../commands/UpdateSnapshotScheduleCommand.ts | 14 +-
.../commands/UpdateVTLDeviceTypeCommand.ts | 14 +-
clients/client-sts/package.json | 42 +-
.../src/commands/AssumeRoleCommand.ts | 14 +-
.../src/commands/AssumeRoleWithSAMLCommand.ts | 14 +-
.../AssumeRoleWithWebIdentityCommand.ts | 14 +-
.../DecodeAuthorizationMessageCommand.ts | 14 +-
.../src/commands/GetAccessKeyInfoCommand.ts | 14 +-
.../src/commands/GetCallerIdentityCommand.ts | 14 +-
.../src/commands/GetFederationTokenCommand.ts | 14 +-
.../src/commands/GetSessionTokenCommand.ts | 14 +-
clients/client-supplychain/package.json | 42 +-
.../CreateBillOfMaterialsImportJobCommand.ts | 14 +-
.../GetBillOfMaterialsImportJobCommand.ts | 14 +-
.../SendDataIntegrationEventCommand.ts | 14 +-
clients/client-support-app/package.json | 42 +-
.../CreateSlackChannelConfigurationCommand.ts | 14 +-
.../src/commands/DeleteAccountAliasCommand.ts | 14 +-
.../DeleteSlackChannelConfigurationCommand.ts | 14 +-
...eleteSlackWorkspaceConfigurationCommand.ts | 14 +-
.../src/commands/GetAccountAliasCommand.ts | 14 +-
.../ListSlackChannelConfigurationsCommand.ts | 14 +-
...ListSlackWorkspaceConfigurationsCommand.ts | 14 +-
.../src/commands/PutAccountAliasCommand.ts | 14 +-
...terSlackWorkspaceForOrganizationCommand.ts | 14 +-
.../UpdateSlackChannelConfigurationCommand.ts | 14 +-
clients/client-support/package.json | 42 +-
.../commands/AddAttachmentsToSetCommand.ts | 14 +-
.../commands/AddCommunicationToCaseCommand.ts | 14 +-
.../src/commands/CreateCaseCommand.ts | 14 +-
.../src/commands/DescribeAttachmentCommand.ts | 14 +-
.../src/commands/DescribeCasesCommand.ts | 14 +-
.../commands/DescribeCommunicationsCommand.ts | 14 +-
.../DescribeCreateCaseOptionsCommand.ts | 14 +-
.../src/commands/DescribeServicesCommand.ts | 14 +-
.../commands/DescribeSeverityLevelsCommand.ts | 14 +-
.../DescribeSupportedLanguagesCommand.ts | 14 +-
...ustedAdvisorCheckRefreshStatusesCommand.ts | 14 +-
...escribeTrustedAdvisorCheckResultCommand.ts | 14 +-
...ribeTrustedAdvisorCheckSummariesCommand.ts | 14 +-
.../DescribeTrustedAdvisorChecksCommand.ts | 14 +-
.../RefreshTrustedAdvisorCheckCommand.ts | 14 +-
.../src/commands/ResolveCaseCommand.ts | 14 +-
clients/client-swf/package.json | 42 +-
.../CountClosedWorkflowExecutionsCommand.ts | 14 +-
.../CountOpenWorkflowExecutionsCommand.ts | 14 +-
.../CountPendingActivityTasksCommand.ts | 14 +-
.../CountPendingDecisionTasksCommand.ts | 14 +-
.../src/commands/DeleteActivityTypeCommand.ts | 14 +-
.../src/commands/DeleteWorkflowTypeCommand.ts | 14 +-
.../commands/DeprecateActivityTypeCommand.ts | 14 +-
.../src/commands/DeprecateDomainCommand.ts | 14 +-
.../commands/DeprecateWorkflowTypeCommand.ts | 14 +-
.../commands/DescribeActivityTypeCommand.ts | 14 +-
.../src/commands/DescribeDomainCommand.ts | 14 +-
.../DescribeWorkflowExecutionCommand.ts | 14 +-
.../commands/DescribeWorkflowTypeCommand.ts | 14 +-
.../GetWorkflowExecutionHistoryCommand.ts | 14 +-
.../src/commands/ListActivityTypesCommand.ts | 14 +-
.../ListClosedWorkflowExecutionsCommand.ts | 14 +-
.../src/commands/ListDomainsCommand.ts | 14 +-
.../ListOpenWorkflowExecutionsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListWorkflowTypesCommand.ts | 14 +-
.../commands/PollForActivityTaskCommand.ts | 14 +-
.../commands/PollForDecisionTaskCommand.ts | 14 +-
.../RecordActivityTaskHeartbeatCommand.ts | 14 +-
.../commands/RegisterActivityTypeCommand.ts | 14 +-
.../src/commands/RegisterDomainCommand.ts | 14 +-
.../commands/RegisterWorkflowTypeCommand.ts | 14 +-
.../RequestCancelWorkflowExecutionCommand.ts | 14 +-
.../RespondActivityTaskCanceledCommand.ts | 14 +-
.../RespondActivityTaskCompletedCommand.ts | 14 +-
.../RespondActivityTaskFailedCommand.ts | 14 +-
.../RespondDecisionTaskCompletedCommand.ts | 14 +-
.../SignalWorkflowExecutionCommand.ts | 14 +-
.../commands/StartWorkflowExecutionCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../TerminateWorkflowExecutionCommand.ts | 14 +-
.../UndeprecateActivityTypeCommand.ts | 14 +-
.../src/commands/UndeprecateDomainCommand.ts | 14 +-
.../UndeprecateWorkflowTypeCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
clients/client-synthetics/package.json | 42 +-
.../src/commands/AssociateResourceCommand.ts | 14 +-
.../src/commands/CreateCanaryCommand.ts | 14 +-
.../src/commands/CreateGroupCommand.ts | 14 +-
.../src/commands/DeleteCanaryCommand.ts | 14 +-
.../src/commands/DeleteGroupCommand.ts | 14 +-
.../src/commands/DescribeCanariesCommand.ts | 14 +-
.../DescribeCanariesLastRunCommand.ts | 14 +-
.../DescribeRuntimeVersionsCommand.ts | 14 +-
.../commands/DisassociateResourceCommand.ts | 14 +-
.../src/commands/GetCanaryCommand.ts | 14 +-
.../src/commands/GetCanaryRunsCommand.ts | 14 +-
.../src/commands/GetGroupCommand.ts | 14 +-
.../commands/ListAssociatedGroupsCommand.ts | 14 +-
.../src/commands/ListGroupResourcesCommand.ts | 14 +-
.../src/commands/ListGroupsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/StartCanaryCommand.ts | 14 +-
.../src/commands/StopCanaryCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateCanaryCommand.ts | 14 +-
clients/client-taxsettings/package.json | 42 +-
.../BatchDeleteTaxRegistrationCommand.ts | 14 +-
.../BatchPutTaxRegistrationCommand.ts | 14 +-
.../commands/DeleteTaxRegistrationCommand.ts | 14 +-
.../src/commands/GetTaxRegistrationCommand.ts | 14 +-
.../GetTaxRegistrationDocumentCommand.ts | 14 +-
.../commands/ListTaxRegistrationsCommand.ts | 14 +-
.../src/commands/PutTaxRegistrationCommand.ts | 14 +-
clients/client-textract/package.json | 42 +-
.../src/commands/AnalyzeDocumentCommand.ts | 14 +-
.../src/commands/AnalyzeExpenseCommand.ts | 14 +-
.../src/commands/AnalyzeIDCommand.ts | 14 +-
.../src/commands/CreateAdapterCommand.ts | 14 +-
.../commands/CreateAdapterVersionCommand.ts | 14 +-
.../src/commands/DeleteAdapterCommand.ts | 14 +-
.../commands/DeleteAdapterVersionCommand.ts | 14 +-
.../src/commands/DetectDocumentTextCommand.ts | 14 +-
.../src/commands/GetAdapterCommand.ts | 14 +-
.../src/commands/GetAdapterVersionCommand.ts | 14 +-
.../commands/GetDocumentAnalysisCommand.ts | 14 +-
.../GetDocumentTextDetectionCommand.ts | 14 +-
.../src/commands/GetExpenseAnalysisCommand.ts | 14 +-
.../src/commands/GetLendingAnalysisCommand.ts | 14 +-
.../GetLendingAnalysisSummaryCommand.ts | 14 +-
.../commands/ListAdapterVersionsCommand.ts | 14 +-
.../src/commands/ListAdaptersCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/StartDocumentAnalysisCommand.ts | 14 +-
.../StartDocumentTextDetectionCommand.ts | 14 +-
.../commands/StartExpenseAnalysisCommand.ts | 14 +-
.../commands/StartLendingAnalysisCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAdapterCommand.ts | 14 +-
.../client-timestream-influxdb/package.json | 42 +-
.../src/commands/CreateDbInstanceCommand.ts | 14 +-
.../commands/CreateDbParameterGroupCommand.ts | 14 +-
.../src/commands/DeleteDbInstanceCommand.ts | 14 +-
.../src/commands/GetDbInstanceCommand.ts | 14 +-
.../commands/GetDbParameterGroupCommand.ts | 14 +-
.../src/commands/ListDbInstancesCommand.ts | 14 +-
.../commands/ListDbParameterGroupsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateDbInstanceCommand.ts | 14 +-
clients/client-timestream-query/package.json | 42 +-
.../src/commands/CancelQueryCommand.ts | 14 +-
.../commands/CreateScheduledQueryCommand.ts | 14 +-
.../commands/DeleteScheduledQueryCommand.ts | 14 +-
.../DescribeAccountSettingsCommand.ts | 14 +-
.../src/commands/DescribeEndpointsCommand.ts | 14 +-
.../commands/DescribeScheduledQueryCommand.ts | 14 +-
.../commands/ExecuteScheduledQueryCommand.ts | 14 +-
.../commands/ListScheduledQueriesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/PrepareQueryCommand.ts | 14 +-
.../src/commands/QueryCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateAccountSettingsCommand.ts | 14 +-
.../commands/UpdateScheduledQueryCommand.ts | 14 +-
clients/client-timestream-write/package.json | 42 +-
.../commands/CreateBatchLoadTaskCommand.ts | 14 +-
.../src/commands/CreateDatabaseCommand.ts | 14 +-
.../src/commands/CreateTableCommand.ts | 14 +-
.../src/commands/DeleteDatabaseCommand.ts | 14 +-
.../src/commands/DeleteTableCommand.ts | 14 +-
.../commands/DescribeBatchLoadTaskCommand.ts | 14 +-
.../src/commands/DescribeDatabaseCommand.ts | 14 +-
.../src/commands/DescribeEndpointsCommand.ts | 14 +-
.../src/commands/DescribeTableCommand.ts | 14 +-
.../src/commands/ListBatchLoadTasksCommand.ts | 14 +-
.../src/commands/ListDatabasesCommand.ts | 14 +-
.../src/commands/ListTablesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/ResumeBatchLoadTaskCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateDatabaseCommand.ts | 14 +-
.../src/commands/UpdateTableCommand.ts | 14 +-
.../src/commands/WriteRecordsCommand.ts | 14 +-
clients/client-tnb/package.json | 44 +-
.../CancelSolNetworkOperationCommand.ts | 14 +-
.../CreateSolFunctionPackageCommand.ts | 14 +-
.../CreateSolNetworkInstanceCommand.ts | 14 +-
.../CreateSolNetworkPackageCommand.ts | 14 +-
.../DeleteSolFunctionPackageCommand.ts | 14 +-
.../DeleteSolNetworkInstanceCommand.ts | 14 +-
.../DeleteSolNetworkPackageCommand.ts | 14 +-
.../commands/GetSolFunctionInstanceCommand.ts | 14 +-
.../commands/GetSolFunctionPackageCommand.ts | 14 +-
.../GetSolFunctionPackageContentCommand.ts | 14 +-
.../GetSolFunctionPackageDescriptorCommand.ts | 14 +-
.../commands/GetSolNetworkInstanceCommand.ts | 14 +-
.../commands/GetSolNetworkOperationCommand.ts | 14 +-
.../commands/GetSolNetworkPackageCommand.ts | 14 +-
.../GetSolNetworkPackageContentCommand.ts | 14 +-
.../GetSolNetworkPackageDescriptorCommand.ts | 14 +-
.../InstantiateSolNetworkInstanceCommand.ts | 14 +-
.../ListSolFunctionInstancesCommand.ts | 14 +-
.../ListSolFunctionPackagesCommand.ts | 14 +-
.../ListSolNetworkInstancesCommand.ts | 14 +-
.../ListSolNetworkOperationsCommand.ts | 14 +-
.../commands/ListSolNetworkPackagesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../PutSolFunctionPackageContentCommand.ts | 14 +-
.../PutSolNetworkPackageContentCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../TerminateSolNetworkInstanceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateSolFunctionPackageCommand.ts | 14 +-
.../UpdateSolNetworkInstanceCommand.ts | 14 +-
.../UpdateSolNetworkPackageCommand.ts | 14 +-
...alidateSolFunctionPackageContentCommand.ts | 14 +-
...ValidateSolNetworkPackageContentCommand.ts | 14 +-
.../client-transcribe-streaming/package.json | 48 +-
...CallAnalyticsStreamTranscriptionCommand.ts | 14 +-
.../StartMedicalStreamTranscriptionCommand.ts | 14 +-
.../StartStreamTranscriptionCommand.ts | 14 +-
clients/client-transcribe/package.json | 42 +-
.../CreateCallAnalyticsCategoryCommand.ts | 14 +-
.../commands/CreateLanguageModelCommand.ts | 14 +-
.../CreateMedicalVocabularyCommand.ts | 14 +-
.../src/commands/CreateVocabularyCommand.ts | 14 +-
.../commands/CreateVocabularyFilterCommand.ts | 14 +-
.../DeleteCallAnalyticsCategoryCommand.ts | 14 +-
.../commands/DeleteCallAnalyticsJobCommand.ts | 14 +-
.../commands/DeleteLanguageModelCommand.ts | 14 +-
.../commands/DeleteMedicalScribeJobCommand.ts | 14 +-
.../DeleteMedicalTranscriptionJobCommand.ts | 14 +-
.../DeleteMedicalVocabularyCommand.ts | 14 +-
.../commands/DeleteTranscriptionJobCommand.ts | 14 +-
.../src/commands/DeleteVocabularyCommand.ts | 14 +-
.../commands/DeleteVocabularyFilterCommand.ts | 14 +-
.../commands/DescribeLanguageModelCommand.ts | 14 +-
.../GetCallAnalyticsCategoryCommand.ts | 14 +-
.../commands/GetCallAnalyticsJobCommand.ts | 14 +-
.../commands/GetMedicalScribeJobCommand.ts | 14 +-
.../GetMedicalTranscriptionJobCommand.ts | 14 +-
.../commands/GetMedicalVocabularyCommand.ts | 14 +-
.../commands/GetTranscriptionJobCommand.ts | 14 +-
.../src/commands/GetVocabularyCommand.ts | 14 +-
.../commands/GetVocabularyFilterCommand.ts | 14 +-
.../ListCallAnalyticsCategoriesCommand.ts | 14 +-
.../commands/ListCallAnalyticsJobsCommand.ts | 14 +-
.../src/commands/ListLanguageModelsCommand.ts | 14 +-
.../commands/ListMedicalScribeJobsCommand.ts | 14 +-
.../ListMedicalTranscriptionJobsCommand.ts | 14 +-
.../ListMedicalVocabulariesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/ListTranscriptionJobsCommand.ts | 14 +-
.../src/commands/ListVocabulariesCommand.ts | 14 +-
.../commands/ListVocabularyFiltersCommand.ts | 14 +-
.../commands/StartCallAnalyticsJobCommand.ts | 14 +-
.../commands/StartMedicalScribeJobCommand.ts | 14 +-
.../StartMedicalTranscriptionJobCommand.ts | 14 +-
.../commands/StartTranscriptionJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateCallAnalyticsCategoryCommand.ts | 14 +-
.../UpdateMedicalVocabularyCommand.ts | 14 +-
.../src/commands/UpdateVocabularyCommand.ts | 14 +-
.../commands/UpdateVocabularyFilterCommand.ts | 14 +-
clients/client-transfer/package.json | 44 +-
.../src/commands/CreateAccessCommand.ts | 14 +-
.../src/commands/CreateAgreementCommand.ts | 14 +-
.../src/commands/CreateConnectorCommand.ts | 14 +-
.../src/commands/CreateProfileCommand.ts | 14 +-
.../src/commands/CreateServerCommand.ts | 14 +-
.../src/commands/CreateUserCommand.ts | 14 +-
.../src/commands/CreateWorkflowCommand.ts | 14 +-
.../src/commands/DeleteAccessCommand.ts | 14 +-
.../src/commands/DeleteAgreementCommand.ts | 14 +-
.../src/commands/DeleteCertificateCommand.ts | 14 +-
.../src/commands/DeleteConnectorCommand.ts | 14 +-
.../src/commands/DeleteHostKeyCommand.ts | 14 +-
.../src/commands/DeleteProfileCommand.ts | 14 +-
.../src/commands/DeleteServerCommand.ts | 14 +-
.../src/commands/DeleteSshPublicKeyCommand.ts | 14 +-
.../src/commands/DeleteUserCommand.ts | 14 +-
.../src/commands/DeleteWorkflowCommand.ts | 14 +-
.../src/commands/DescribeAccessCommand.ts | 14 +-
.../src/commands/DescribeAgreementCommand.ts | 14 +-
.../commands/DescribeCertificateCommand.ts | 14 +-
.../src/commands/DescribeConnectorCommand.ts | 14 +-
.../src/commands/DescribeExecutionCommand.ts | 14 +-
.../src/commands/DescribeHostKeyCommand.ts | 14 +-
.../src/commands/DescribeProfileCommand.ts | 14 +-
.../commands/DescribeSecurityPolicyCommand.ts | 14 +-
.../src/commands/DescribeServerCommand.ts | 14 +-
.../src/commands/DescribeUserCommand.ts | 14 +-
.../src/commands/DescribeWorkflowCommand.ts | 14 +-
.../src/commands/ImportCertificateCommand.ts | 14 +-
.../src/commands/ImportHostKeyCommand.ts | 14 +-
.../src/commands/ImportSshPublicKeyCommand.ts | 14 +-
.../src/commands/ListAccessesCommand.ts | 14 +-
.../src/commands/ListAgreementsCommand.ts | 14 +-
.../src/commands/ListCertificatesCommand.ts | 14 +-
.../src/commands/ListConnectorsCommand.ts | 14 +-
.../src/commands/ListExecutionsCommand.ts | 14 +-
.../src/commands/ListHostKeysCommand.ts | 14 +-
.../src/commands/ListProfilesCommand.ts | 14 +-
.../commands/ListSecurityPoliciesCommand.ts | 14 +-
.../src/commands/ListServersCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListUsersCommand.ts | 14 +-
.../src/commands/ListWorkflowsCommand.ts | 14 +-
.../commands/SendWorkflowStepStateCommand.ts | 14 +-
.../commands/StartDirectoryListingCommand.ts | 14 +-
.../src/commands/StartFileTransferCommand.ts | 14 +-
.../src/commands/StartServerCommand.ts | 14 +-
.../src/commands/StopServerCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/TestConnectionCommand.ts | 14 +-
.../commands/TestIdentityProviderCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAccessCommand.ts | 14 +-
.../src/commands/UpdateAgreementCommand.ts | 14 +-
.../src/commands/UpdateCertificateCommand.ts | 14 +-
.../src/commands/UpdateConnectorCommand.ts | 14 +-
.../src/commands/UpdateHostKeyCommand.ts | 14 +-
.../src/commands/UpdateProfileCommand.ts | 14 +-
.../src/commands/UpdateServerCommand.ts | 14 +-
.../src/commands/UpdateUserCommand.ts | 14 +-
clients/client-translate/package.json | 42 +-
.../src/commands/CreateParallelDataCommand.ts | 14 +-
.../src/commands/DeleteParallelDataCommand.ts | 14 +-
.../src/commands/DeleteTerminologyCommand.ts | 14 +-
.../DescribeTextTranslationJobCommand.ts | 14 +-
.../src/commands/GetParallelDataCommand.ts | 14 +-
.../src/commands/GetTerminologyCommand.ts | 14 +-
.../src/commands/ImportTerminologyCommand.ts | 14 +-
.../src/commands/ListLanguagesCommand.ts | 14 +-
.../src/commands/ListParallelDataCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListTerminologiesCommand.ts | 14 +-
.../ListTextTranslationJobsCommand.ts | 14 +-
.../StartTextTranslationJobCommand.ts | 14 +-
.../commands/StopTextTranslationJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/TranslateDocumentCommand.ts | 14 +-
.../src/commands/TranslateTextCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateParallelDataCommand.ts | 14 +-
clients/client-trustedadvisor/package.json | 42 +-
...eRecommendationResourceExclusionCommand.ts | 14 +-
.../GetOrganizationRecommendationCommand.ts | 14 +-
.../src/commands/GetRecommendationCommand.ts | 14 +-
.../src/commands/ListChecksCommand.ts | 14 +-
...ganizationRecommendationAccountsCommand.ts | 14 +-
...anizationRecommendationResourcesCommand.ts | 14 +-
.../ListOrganizationRecommendationsCommand.ts | 14 +-
.../ListRecommendationResourcesCommand.ts | 14 +-
.../commands/ListRecommendationsCommand.ts | 14 +-
...anizationRecommendationLifecycleCommand.ts | 14 +-
.../UpdateRecommendationLifecycleCommand.ts | 14 +-
.../client-verifiedpermissions/package.json | 42 +-
.../src/commands/BatchIsAuthorizedCommand.ts | 14 +-
.../BatchIsAuthorizedWithTokenCommand.ts | 14 +-
.../commands/CreateIdentitySourceCommand.ts | 14 +-
.../src/commands/CreatePolicyCommand.ts | 14 +-
.../src/commands/CreatePolicyStoreCommand.ts | 14 +-
.../commands/CreatePolicyTemplateCommand.ts | 14 +-
.../commands/DeleteIdentitySourceCommand.ts | 14 +-
.../src/commands/DeletePolicyCommand.ts | 14 +-
.../src/commands/DeletePolicyStoreCommand.ts | 14 +-
.../commands/DeletePolicyTemplateCommand.ts | 14 +-
.../src/commands/GetIdentitySourceCommand.ts | 14 +-
.../src/commands/GetPolicyCommand.ts | 14 +-
.../src/commands/GetPolicyStoreCommand.ts | 14 +-
.../src/commands/GetPolicyTemplateCommand.ts | 14 +-
.../src/commands/GetSchemaCommand.ts | 14 +-
.../src/commands/IsAuthorizedCommand.ts | 14 +-
.../commands/IsAuthorizedWithTokenCommand.ts | 14 +-
.../commands/ListIdentitySourcesCommand.ts | 14 +-
.../src/commands/ListPoliciesCommand.ts | 14 +-
.../src/commands/ListPolicyStoresCommand.ts | 14 +-
.../commands/ListPolicyTemplatesCommand.ts | 14 +-
.../src/commands/PutSchemaCommand.ts | 14 +-
.../commands/UpdateIdentitySourceCommand.ts | 14 +-
.../src/commands/UpdatePolicyCommand.ts | 14 +-
.../src/commands/UpdatePolicyStoreCommand.ts | 14 +-
.../commands/UpdatePolicyTemplateCommand.ts | 14 +-
clients/client-voice-id/package.json | 42 +-
.../src/commands/AssociateFraudsterCommand.ts | 14 +-
.../src/commands/CreateDomainCommand.ts | 14 +-
.../src/commands/CreateWatchlistCommand.ts | 14 +-
.../src/commands/DeleteDomainCommand.ts | 14 +-
.../src/commands/DeleteFraudsterCommand.ts | 14 +-
.../src/commands/DeleteSpeakerCommand.ts | 14 +-
.../src/commands/DeleteWatchlistCommand.ts | 14 +-
.../src/commands/DescribeDomainCommand.ts | 14 +-
.../src/commands/DescribeFraudsterCommand.ts | 14 +-
...DescribeFraudsterRegistrationJobCommand.ts | 14 +-
.../src/commands/DescribeSpeakerCommand.ts | 14 +-
.../DescribeSpeakerEnrollmentJobCommand.ts | 14 +-
.../src/commands/DescribeWatchlistCommand.ts | 14 +-
.../commands/DisassociateFraudsterCommand.ts | 14 +-
.../src/commands/EvaluateSessionCommand.ts | 14 +-
.../src/commands/ListDomainsCommand.ts | 14 +-
.../ListFraudsterRegistrationJobsCommand.ts | 14 +-
.../src/commands/ListFraudstersCommand.ts | 14 +-
.../ListSpeakerEnrollmentJobsCommand.ts | 14 +-
.../src/commands/ListSpeakersCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListWatchlistsCommand.ts | 14 +-
.../src/commands/OptOutSpeakerCommand.ts | 14 +-
.../StartFraudsterRegistrationJobCommand.ts | 14 +-
.../StartSpeakerEnrollmentJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateDomainCommand.ts | 14 +-
.../src/commands/UpdateWatchlistCommand.ts | 14 +-
clients/client-vpc-lattice/package.json | 42 +-
.../src/commands/BatchUpdateRuleCommand.ts | 14 +-
.../CreateAccessLogSubscriptionCommand.ts | 14 +-
.../src/commands/CreateListenerCommand.ts | 14 +-
.../src/commands/CreateRuleCommand.ts | 14 +-
.../src/commands/CreateServiceCommand.ts | 14 +-
.../commands/CreateServiceNetworkCommand.ts | 14 +-
...ServiceNetworkServiceAssociationCommand.ts | 14 +-
...eateServiceNetworkVpcAssociationCommand.ts | 14 +-
.../src/commands/CreateTargetGroupCommand.ts | 14 +-
.../DeleteAccessLogSubscriptionCommand.ts | 14 +-
.../src/commands/DeleteAuthPolicyCommand.ts | 14 +-
.../src/commands/DeleteListenerCommand.ts | 14 +-
.../commands/DeleteResourcePolicyCommand.ts | 14 +-
.../src/commands/DeleteRuleCommand.ts | 14 +-
.../src/commands/DeleteServiceCommand.ts | 14 +-
.../commands/DeleteServiceNetworkCommand.ts | 14 +-
...ServiceNetworkServiceAssociationCommand.ts | 14 +-
...leteServiceNetworkVpcAssociationCommand.ts | 14 +-
.../src/commands/DeleteTargetGroupCommand.ts | 14 +-
.../src/commands/DeregisterTargetsCommand.ts | 14 +-
.../GetAccessLogSubscriptionCommand.ts | 14 +-
.../src/commands/GetAuthPolicyCommand.ts | 14 +-
.../src/commands/GetListenerCommand.ts | 14 +-
.../src/commands/GetResourcePolicyCommand.ts | 14 +-
.../src/commands/GetRuleCommand.ts | 14 +-
.../src/commands/GetServiceCommand.ts | 14 +-
.../src/commands/GetServiceNetworkCommand.ts | 14 +-
...ServiceNetworkServiceAssociationCommand.ts | 14 +-
.../GetServiceNetworkVpcAssociationCommand.ts | 14 +-
.../src/commands/GetTargetGroupCommand.ts | 14 +-
.../ListAccessLogSubscriptionsCommand.ts | 14 +-
.../src/commands/ListListenersCommand.ts | 14 +-
.../src/commands/ListRulesCommand.ts | 14 +-
...erviceNetworkServiceAssociationsCommand.ts | 14 +-
...istServiceNetworkVpcAssociationsCommand.ts | 14 +-
.../commands/ListServiceNetworksCommand.ts | 14 +-
.../src/commands/ListServicesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListTargetGroupsCommand.ts | 14 +-
.../src/commands/ListTargetsCommand.ts | 14 +-
.../src/commands/PutAuthPolicyCommand.ts | 14 +-
.../src/commands/PutResourcePolicyCommand.ts | 14 +-
.../src/commands/RegisterTargetsCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateAccessLogSubscriptionCommand.ts | 14 +-
.../src/commands/UpdateListenerCommand.ts | 14 +-
.../src/commands/UpdateRuleCommand.ts | 14 +-
.../src/commands/UpdateServiceCommand.ts | 14 +-
.../commands/UpdateServiceNetworkCommand.ts | 14 +-
...dateServiceNetworkVpcAssociationCommand.ts | 14 +-
.../src/commands/UpdateTargetGroupCommand.ts | 14 +-
clients/client-waf-regional/package.json | 42 +-
.../src/commands/AssociateWebACLCommand.ts | 14 +-
.../src/commands/CreateByteMatchSetCommand.ts | 14 +-
.../src/commands/CreateGeoMatchSetCommand.ts | 14 +-
.../src/commands/CreateIPSetCommand.ts | 14 +-
.../commands/CreateRateBasedRuleCommand.ts | 14 +-
.../commands/CreateRegexMatchSetCommand.ts | 14 +-
.../commands/CreateRegexPatternSetCommand.ts | 14 +-
.../src/commands/CreateRuleCommand.ts | 14 +-
.../src/commands/CreateRuleGroupCommand.ts | 14 +-
.../CreateSizeConstraintSetCommand.ts | 14 +-
.../CreateSqlInjectionMatchSetCommand.ts | 14 +-
.../src/commands/CreateWebACLCommand.ts | 14 +-
.../CreateWebACLMigrationStackCommand.ts | 14 +-
.../src/commands/CreateXssMatchSetCommand.ts | 14 +-
.../src/commands/DeleteByteMatchSetCommand.ts | 14 +-
.../src/commands/DeleteGeoMatchSetCommand.ts | 14 +-
.../src/commands/DeleteIPSetCommand.ts | 14 +-
.../DeleteLoggingConfigurationCommand.ts | 14 +-
.../commands/DeletePermissionPolicyCommand.ts | 14 +-
.../commands/DeleteRateBasedRuleCommand.ts | 14 +-
.../commands/DeleteRegexMatchSetCommand.ts | 14 +-
.../commands/DeleteRegexPatternSetCommand.ts | 14 +-
.../src/commands/DeleteRuleCommand.ts | 14 +-
.../src/commands/DeleteRuleGroupCommand.ts | 14 +-
.../DeleteSizeConstraintSetCommand.ts | 14 +-
.../DeleteSqlInjectionMatchSetCommand.ts | 14 +-
.../src/commands/DeleteWebACLCommand.ts | 14 +-
.../src/commands/DeleteXssMatchSetCommand.ts | 14 +-
.../src/commands/DisassociateWebACLCommand.ts | 14 +-
.../src/commands/GetByteMatchSetCommand.ts | 14 +-
.../src/commands/GetChangeTokenCommand.ts | 14 +-
.../commands/GetChangeTokenStatusCommand.ts | 14 +-
.../src/commands/GetGeoMatchSetCommand.ts | 14 +-
.../src/commands/GetIPSetCommand.ts | 14 +-
.../GetLoggingConfigurationCommand.ts | 14 +-
.../commands/GetPermissionPolicyCommand.ts | 14 +-
.../src/commands/GetRateBasedRuleCommand.ts | 14 +-
.../GetRateBasedRuleManagedKeysCommand.ts | 14 +-
.../src/commands/GetRegexMatchSetCommand.ts | 14 +-
.../src/commands/GetRegexPatternSetCommand.ts | 14 +-
.../src/commands/GetRuleCommand.ts | 14 +-
.../src/commands/GetRuleGroupCommand.ts | 14 +-
.../src/commands/GetSampledRequestsCommand.ts | 14 +-
.../commands/GetSizeConstraintSetCommand.ts | 14 +-
.../GetSqlInjectionMatchSetCommand.ts | 14 +-
.../src/commands/GetWebACLCommand.ts | 14 +-
.../commands/GetWebACLForResourceCommand.ts | 14 +-
.../src/commands/GetXssMatchSetCommand.ts | 14 +-
.../ListActivatedRulesInRuleGroupCommand.ts | 14 +-
.../src/commands/ListByteMatchSetsCommand.ts | 14 +-
.../src/commands/ListGeoMatchSetsCommand.ts | 14 +-
.../src/commands/ListIPSetsCommand.ts | 14 +-
.../ListLoggingConfigurationsCommand.ts | 14 +-
.../src/commands/ListRateBasedRulesCommand.ts | 14 +-
.../src/commands/ListRegexMatchSetsCommand.ts | 14 +-
.../commands/ListRegexPatternSetsCommand.ts | 14 +-
.../commands/ListResourcesForWebACLCommand.ts | 14 +-
.../src/commands/ListRuleGroupsCommand.ts | 14 +-
.../src/commands/ListRulesCommand.ts | 14 +-
.../commands/ListSizeConstraintSetsCommand.ts | 14 +-
.../ListSqlInjectionMatchSetsCommand.ts | 14 +-
.../ListSubscribedRuleGroupsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListWebACLsCommand.ts | 14 +-
.../src/commands/ListXssMatchSetsCommand.ts | 14 +-
.../PutLoggingConfigurationCommand.ts | 14 +-
.../commands/PutPermissionPolicyCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateByteMatchSetCommand.ts | 14 +-
.../src/commands/UpdateGeoMatchSetCommand.ts | 14 +-
.../src/commands/UpdateIPSetCommand.ts | 14 +-
.../commands/UpdateRateBasedRuleCommand.ts | 14 +-
.../commands/UpdateRegexMatchSetCommand.ts | 14 +-
.../commands/UpdateRegexPatternSetCommand.ts | 14 +-
.../src/commands/UpdateRuleCommand.ts | 14 +-
.../src/commands/UpdateRuleGroupCommand.ts | 14 +-
.../UpdateSizeConstraintSetCommand.ts | 14 +-
.../UpdateSqlInjectionMatchSetCommand.ts | 14 +-
.../src/commands/UpdateWebACLCommand.ts | 14 +-
.../src/commands/UpdateXssMatchSetCommand.ts | 14 +-
clients/client-waf/package.json | 42 +-
.../src/commands/CreateByteMatchSetCommand.ts | 14 +-
.../src/commands/CreateGeoMatchSetCommand.ts | 14 +-
.../src/commands/CreateIPSetCommand.ts | 14 +-
.../commands/CreateRateBasedRuleCommand.ts | 14 +-
.../commands/CreateRegexMatchSetCommand.ts | 14 +-
.../commands/CreateRegexPatternSetCommand.ts | 14 +-
.../src/commands/CreateRuleCommand.ts | 14 +-
.../src/commands/CreateRuleGroupCommand.ts | 14 +-
.../CreateSizeConstraintSetCommand.ts | 14 +-
.../CreateSqlInjectionMatchSetCommand.ts | 14 +-
.../src/commands/CreateWebACLCommand.ts | 14 +-
.../CreateWebACLMigrationStackCommand.ts | 14 +-
.../src/commands/CreateXssMatchSetCommand.ts | 14 +-
.../src/commands/DeleteByteMatchSetCommand.ts | 14 +-
.../src/commands/DeleteGeoMatchSetCommand.ts | 14 +-
.../src/commands/DeleteIPSetCommand.ts | 14 +-
.../DeleteLoggingConfigurationCommand.ts | 14 +-
.../commands/DeletePermissionPolicyCommand.ts | 14 +-
.../commands/DeleteRateBasedRuleCommand.ts | 14 +-
.../commands/DeleteRegexMatchSetCommand.ts | 14 +-
.../commands/DeleteRegexPatternSetCommand.ts | 14 +-
.../src/commands/DeleteRuleCommand.ts | 14 +-
.../src/commands/DeleteRuleGroupCommand.ts | 14 +-
.../DeleteSizeConstraintSetCommand.ts | 14 +-
.../DeleteSqlInjectionMatchSetCommand.ts | 14 +-
.../src/commands/DeleteWebACLCommand.ts | 14 +-
.../src/commands/DeleteXssMatchSetCommand.ts | 14 +-
.../src/commands/GetByteMatchSetCommand.ts | 14 +-
.../src/commands/GetChangeTokenCommand.ts | 14 +-
.../commands/GetChangeTokenStatusCommand.ts | 14 +-
.../src/commands/GetGeoMatchSetCommand.ts | 14 +-
.../src/commands/GetIPSetCommand.ts | 14 +-
.../GetLoggingConfigurationCommand.ts | 14 +-
.../commands/GetPermissionPolicyCommand.ts | 14 +-
.../src/commands/GetRateBasedRuleCommand.ts | 14 +-
.../GetRateBasedRuleManagedKeysCommand.ts | 14 +-
.../src/commands/GetRegexMatchSetCommand.ts | 14 +-
.../src/commands/GetRegexPatternSetCommand.ts | 14 +-
.../client-waf/src/commands/GetRuleCommand.ts | 14 +-
.../src/commands/GetRuleGroupCommand.ts | 14 +-
.../src/commands/GetSampledRequestsCommand.ts | 14 +-
.../commands/GetSizeConstraintSetCommand.ts | 14 +-
.../GetSqlInjectionMatchSetCommand.ts | 14 +-
.../src/commands/GetWebACLCommand.ts | 14 +-
.../src/commands/GetXssMatchSetCommand.ts | 14 +-
.../ListActivatedRulesInRuleGroupCommand.ts | 14 +-
.../src/commands/ListByteMatchSetsCommand.ts | 14 +-
.../src/commands/ListGeoMatchSetsCommand.ts | 14 +-
.../src/commands/ListIPSetsCommand.ts | 14 +-
.../ListLoggingConfigurationsCommand.ts | 14 +-
.../src/commands/ListRateBasedRulesCommand.ts | 14 +-
.../src/commands/ListRegexMatchSetsCommand.ts | 14 +-
.../commands/ListRegexPatternSetsCommand.ts | 14 +-
.../src/commands/ListRuleGroupsCommand.ts | 14 +-
.../src/commands/ListRulesCommand.ts | 14 +-
.../commands/ListSizeConstraintSetsCommand.ts | 14 +-
.../ListSqlInjectionMatchSetsCommand.ts | 14 +-
.../ListSubscribedRuleGroupsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListWebACLsCommand.ts | 14 +-
.../src/commands/ListXssMatchSetsCommand.ts | 14 +-
.../PutLoggingConfigurationCommand.ts | 14 +-
.../commands/PutPermissionPolicyCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateByteMatchSetCommand.ts | 14 +-
.../src/commands/UpdateGeoMatchSetCommand.ts | 14 +-
.../src/commands/UpdateIPSetCommand.ts | 14 +-
.../commands/UpdateRateBasedRuleCommand.ts | 14 +-
.../commands/UpdateRegexMatchSetCommand.ts | 14 +-
.../commands/UpdateRegexPatternSetCommand.ts | 14 +-
.../src/commands/UpdateRuleCommand.ts | 14 +-
.../src/commands/UpdateRuleGroupCommand.ts | 14 +-
.../UpdateSizeConstraintSetCommand.ts | 14 +-
.../UpdateSqlInjectionMatchSetCommand.ts | 14 +-
.../src/commands/UpdateWebACLCommand.ts | 14 +-
.../src/commands/UpdateXssMatchSetCommand.ts | 14 +-
clients/client-wafv2/package.json | 42 +-
.../src/commands/AssociateWebACLCommand.ts | 14 +-
.../src/commands/CheckCapacityCommand.ts | 14 +-
.../src/commands/CreateAPIKeyCommand.ts | 14 +-
.../src/commands/CreateIPSetCommand.ts | 14 +-
.../commands/CreateRegexPatternSetCommand.ts | 14 +-
.../src/commands/CreateRuleGroupCommand.ts | 14 +-
.../src/commands/CreateWebACLCommand.ts | 14 +-
.../src/commands/DeleteAPIKeyCommand.ts | 14 +-
.../DeleteFirewallManagerRuleGroupsCommand.ts | 14 +-
.../src/commands/DeleteIPSetCommand.ts | 14 +-
.../DeleteLoggingConfigurationCommand.ts | 14 +-
.../commands/DeletePermissionPolicyCommand.ts | 14 +-
.../commands/DeleteRegexPatternSetCommand.ts | 14 +-
.../src/commands/DeleteRuleGroupCommand.ts | 14 +-
.../src/commands/DeleteWebACLCommand.ts | 14 +-
.../DescribeAllManagedProductsCommand.ts | 14 +-
.../DescribeManagedProductsByVendorCommand.ts | 14 +-
.../DescribeManagedRuleGroupCommand.ts | 14 +-
.../src/commands/DisassociateWebACLCommand.ts | 14 +-
.../GenerateMobileSdkReleaseUrlCommand.ts | 14 +-
.../src/commands/GetDecryptedAPIKeyCommand.ts | 14 +-
.../src/commands/GetIPSetCommand.ts | 14 +-
.../GetLoggingConfigurationCommand.ts | 14 +-
.../src/commands/GetManagedRuleSetCommand.ts | 14 +-
.../commands/GetMobileSdkReleaseCommand.ts | 14 +-
.../commands/GetPermissionPolicyCommand.ts | 14 +-
...GetRateBasedStatementManagedKeysCommand.ts | 14 +-
.../src/commands/GetRegexPatternSetCommand.ts | 14 +-
.../src/commands/GetRuleGroupCommand.ts | 14 +-
.../src/commands/GetSampledRequestsCommand.ts | 14 +-
.../src/commands/GetWebACLCommand.ts | 14 +-
.../commands/GetWebACLForResourceCommand.ts | 14 +-
.../src/commands/ListAPIKeysCommand.ts | 14 +-
...vailableManagedRuleGroupVersionsCommand.ts | 14 +-
.../ListAvailableManagedRuleGroupsCommand.ts | 14 +-
.../src/commands/ListIPSetsCommand.ts | 14 +-
.../ListLoggingConfigurationsCommand.ts | 14 +-
.../commands/ListManagedRuleSetsCommand.ts | 14 +-
.../commands/ListMobileSdkReleasesCommand.ts | 14 +-
.../commands/ListRegexPatternSetsCommand.ts | 14 +-
.../commands/ListResourcesForWebACLCommand.ts | 14 +-
.../src/commands/ListRuleGroupsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListWebACLsCommand.ts | 14 +-
.../PutLoggingConfigurationCommand.ts | 14 +-
.../PutManagedRuleSetVersionsCommand.ts | 14 +-
.../commands/PutPermissionPolicyCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateIPSetCommand.ts | 14 +-
...eManagedRuleSetVersionExpiryDateCommand.ts | 14 +-
.../commands/UpdateRegexPatternSetCommand.ts | 14 +-
.../src/commands/UpdateRuleGroupCommand.ts | 14 +-
.../src/commands/UpdateWebACLCommand.ts | 14 +-
clients/client-wellarchitected/package.json | 42 +-
.../src/commands/AssociateLensesCommand.ts | 14 +-
.../src/commands/AssociateProfilesCommand.ts | 14 +-
.../src/commands/CreateLensShareCommand.ts | 14 +-
.../src/commands/CreateLensVersionCommand.ts | 14 +-
.../src/commands/CreateMilestoneCommand.ts | 14 +-
.../src/commands/CreateProfileCommand.ts | 14 +-
.../src/commands/CreateProfileShareCommand.ts | 14 +-
.../commands/CreateReviewTemplateCommand.ts | 14 +-
.../commands/CreateTemplateShareCommand.ts | 14 +-
.../src/commands/CreateWorkloadCommand.ts | 14 +-
.../commands/CreateWorkloadShareCommand.ts | 14 +-
.../src/commands/DeleteLensCommand.ts | 14 +-
.../src/commands/DeleteLensShareCommand.ts | 14 +-
.../src/commands/DeleteProfileCommand.ts | 14 +-
.../src/commands/DeleteProfileShareCommand.ts | 14 +-
.../commands/DeleteReviewTemplateCommand.ts | 14 +-
.../commands/DeleteTemplateShareCommand.ts | 14 +-
.../src/commands/DeleteWorkloadCommand.ts | 14 +-
.../commands/DeleteWorkloadShareCommand.ts | 14 +-
.../src/commands/DisassociateLensesCommand.ts | 14 +-
.../commands/DisassociateProfilesCommand.ts | 14 +-
.../src/commands/ExportLensCommand.ts | 14 +-
.../src/commands/GetAnswerCommand.ts | 14 +-
.../commands/GetConsolidatedReportCommand.ts | 14 +-
.../src/commands/GetGlobalSettingsCommand.ts | 14 +-
.../src/commands/GetLensCommand.ts | 14 +-
.../src/commands/GetLensReviewCommand.ts | 14 +-
.../commands/GetLensReviewReportCommand.ts | 14 +-
.../GetLensVersionDifferenceCommand.ts | 14 +-
.../src/commands/GetMilestoneCommand.ts | 14 +-
.../src/commands/GetProfileCommand.ts | 14 +-
.../src/commands/GetProfileTemplateCommand.ts | 14 +-
.../GetReviewTemplateAnswerCommand.ts | 14 +-
.../src/commands/GetReviewTemplateCommand.ts | 14 +-
.../GetReviewTemplateLensReviewCommand.ts | 14 +-
.../src/commands/GetWorkloadCommand.ts | 14 +-
.../src/commands/ImportLensCommand.ts | 14 +-
.../src/commands/ListAnswersCommand.ts | 14 +-
.../src/commands/ListCheckDetailsCommand.ts | 14 +-
.../src/commands/ListCheckSummariesCommand.ts | 14 +-
.../ListLensReviewImprovementsCommand.ts | 14 +-
.../src/commands/ListLensReviewsCommand.ts | 14 +-
.../src/commands/ListLensSharesCommand.ts | 14 +-
.../src/commands/ListLensesCommand.ts | 14 +-
.../src/commands/ListMilestonesCommand.ts | 14 +-
.../src/commands/ListNotificationsCommand.ts | 14 +-
.../ListProfileNotificationsCommand.ts | 14 +-
.../src/commands/ListProfileSharesCommand.ts | 14 +-
.../src/commands/ListProfilesCommand.ts | 14 +-
.../ListReviewTemplateAnswersCommand.ts | 14 +-
.../commands/ListReviewTemplatesCommand.ts | 14 +-
.../commands/ListShareInvitationsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListTemplateSharesCommand.ts | 14 +-
.../src/commands/ListWorkloadSharesCommand.ts | 14 +-
.../src/commands/ListWorkloadsCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateAnswerCommand.ts | 14 +-
.../commands/UpdateGlobalSettingsCommand.ts | 14 +-
.../src/commands/UpdateIntegrationCommand.ts | 14 +-
.../src/commands/UpdateLensReviewCommand.ts | 14 +-
.../src/commands/UpdateProfileCommand.ts | 14 +-
.../UpdateReviewTemplateAnswerCommand.ts | 14 +-
.../commands/UpdateReviewTemplateCommand.ts | 14 +-
.../UpdateReviewTemplateLensReviewCommand.ts | 14 +-
.../commands/UpdateShareInvitationCommand.ts | 14 +-
.../src/commands/UpdateWorkloadCommand.ts | 14 +-
.../commands/UpdateWorkloadShareCommand.ts | 14 +-
.../src/commands/UpgradeLensReviewCommand.ts | 14 +-
.../commands/UpgradeProfileVersionCommand.ts | 14 +-
.../UpgradeReviewTemplateLensReviewCommand.ts | 14 +-
clients/client-wisdom/package.json | 42 +-
.../CreateAssistantAssociationCommand.ts | 14 +-
.../src/commands/CreateAssistantCommand.ts | 14 +-
.../src/commands/CreateContentCommand.ts | 14 +-
.../commands/CreateKnowledgeBaseCommand.ts | 14 +-
.../commands/CreateQuickResponseCommand.ts | 14 +-
.../src/commands/CreateSessionCommand.ts | 14 +-
.../DeleteAssistantAssociationCommand.ts | 14 +-
.../src/commands/DeleteAssistantCommand.ts | 14 +-
.../src/commands/DeleteContentCommand.ts | 14 +-
.../src/commands/DeleteImportJobCommand.ts | 14 +-
.../commands/DeleteKnowledgeBaseCommand.ts | 14 +-
.../commands/DeleteQuickResponseCommand.ts | 14 +-
.../GetAssistantAssociationCommand.ts | 14 +-
.../src/commands/GetAssistantCommand.ts | 14 +-
.../src/commands/GetContentCommand.ts | 14 +-
.../src/commands/GetContentSummaryCommand.ts | 14 +-
.../src/commands/GetImportJobCommand.ts | 14 +-
.../src/commands/GetKnowledgeBaseCommand.ts | 14 +-
.../src/commands/GetQuickResponseCommand.ts | 14 +-
.../src/commands/GetRecommendationsCommand.ts | 14 +-
.../src/commands/GetSessionCommand.ts | 14 +-
.../ListAssistantAssociationsCommand.ts | 14 +-
.../src/commands/ListAssistantsCommand.ts | 14 +-
.../src/commands/ListContentsCommand.ts | 14 +-
.../src/commands/ListImportJobsCommand.ts | 14 +-
.../src/commands/ListKnowledgeBasesCommand.ts | 14 +-
.../src/commands/ListQuickResponsesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../NotifyRecommendationsReceivedCommand.ts | 14 +-
.../src/commands/QueryAssistantCommand.ts | 14 +-
.../RemoveKnowledgeBaseTemplateUriCommand.ts | 14 +-
.../src/commands/SearchContentCommand.ts | 14 +-
.../commands/SearchQuickResponsesCommand.ts | 14 +-
.../src/commands/SearchSessionsCommand.ts | 14 +-
.../src/commands/StartContentUploadCommand.ts | 14 +-
.../src/commands/StartImportJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateContentCommand.ts | 14 +-
.../UpdateKnowledgeBaseTemplateUriCommand.ts | 14 +-
.../commands/UpdateQuickResponseCommand.ts | 14 +-
clients/client-workdocs/package.json | 42 +-
.../AbortDocumentVersionUploadCommand.ts | 14 +-
.../src/commands/ActivateUserCommand.ts | 14 +-
.../commands/AddResourcePermissionsCommand.ts | 14 +-
.../src/commands/CreateCommentCommand.ts | 14 +-
.../commands/CreateCustomMetadataCommand.ts | 14 +-
.../src/commands/CreateFolderCommand.ts | 14 +-
.../src/commands/CreateLabelsCommand.ts | 14 +-
.../CreateNotificationSubscriptionCommand.ts | 14 +-
.../src/commands/CreateUserCommand.ts | 14 +-
.../src/commands/DeactivateUserCommand.ts | 14 +-
.../src/commands/DeleteCommentCommand.ts | 14 +-
.../commands/DeleteCustomMetadataCommand.ts | 14 +-
.../src/commands/DeleteDocumentCommand.ts | 14 +-
.../commands/DeleteDocumentVersionCommand.ts | 14 +-
.../src/commands/DeleteFolderCommand.ts | 14 +-
.../commands/DeleteFolderContentsCommand.ts | 14 +-
.../src/commands/DeleteLabelsCommand.ts | 14 +-
.../DeleteNotificationSubscriptionCommand.ts | 14 +-
.../src/commands/DeleteUserCommand.ts | 14 +-
.../src/commands/DescribeActivitiesCommand.ts | 14 +-
.../src/commands/DescribeCommentsCommand.ts | 14 +-
.../DescribeDocumentVersionsCommand.ts | 14 +-
.../commands/DescribeFolderContentsCommand.ts | 14 +-
.../src/commands/DescribeGroupsCommand.ts | 14 +-
...escribeNotificationSubscriptionsCommand.ts | 14 +-
.../DescribeResourcePermissionsCommand.ts | 14 +-
.../commands/DescribeRootFoldersCommand.ts | 14 +-
.../src/commands/DescribeUsersCommand.ts | 14 +-
.../src/commands/GetCurrentUserCommand.ts | 14 +-
.../src/commands/GetDocumentCommand.ts | 14 +-
.../src/commands/GetDocumentPathCommand.ts | 14 +-
.../src/commands/GetDocumentVersionCommand.ts | 14 +-
.../src/commands/GetFolderCommand.ts | 14 +-
.../src/commands/GetFolderPathCommand.ts | 14 +-
.../src/commands/GetResourcesCommand.ts | 14 +-
.../InitiateDocumentVersionUploadCommand.ts | 14 +-
.../RemoveAllResourcePermissionsCommand.ts | 14 +-
.../RemoveResourcePermissionCommand.ts | 14 +-
.../RestoreDocumentVersionsCommand.ts | 14 +-
.../src/commands/SearchResourcesCommand.ts | 14 +-
.../src/commands/UpdateDocumentCommand.ts | 14 +-
.../commands/UpdateDocumentVersionCommand.ts | 14 +-
.../src/commands/UpdateFolderCommand.ts | 14 +-
.../src/commands/UpdateUserCommand.ts | 14 +-
clients/client-worklink/package.json | 42 +-
.../src/commands/AssociateDomainCommand.ts | 14 +-
...iateWebsiteAuthorizationProviderCommand.ts | 14 +-
...ciateWebsiteCertificateAuthorityCommand.ts | 14 +-
.../src/commands/CreateFleetCommand.ts | 14 +-
.../src/commands/DeleteFleetCommand.ts | 14 +-
...DescribeAuditStreamConfigurationCommand.ts | 14 +-
...cribeCompanyNetworkConfigurationCommand.ts | 14 +-
.../src/commands/DescribeDeviceCommand.ts | 14 +-
...escribeDevicePolicyConfigurationCommand.ts | 14 +-
.../src/commands/DescribeDomainCommand.ts | 14 +-
.../commands/DescribeFleetMetadataCommand.ts | 14 +-
...ibeIdentityProviderConfigurationCommand.ts | 14 +-
...cribeWebsiteCertificateAuthorityCommand.ts | 14 +-
.../src/commands/DisassociateDomainCommand.ts | 14 +-
...iateWebsiteAuthorizationProviderCommand.ts | 14 +-
...ciateWebsiteCertificateAuthorityCommand.ts | 14 +-
.../src/commands/ListDevicesCommand.ts | 14 +-
.../src/commands/ListDomainsCommand.ts | 14 +-
.../src/commands/ListFleetsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
...istWebsiteAuthorizationProvidersCommand.ts | 14 +-
...istWebsiteCertificateAuthoritiesCommand.ts | 14 +-
.../commands/RestoreDomainAccessCommand.ts | 14 +-
.../src/commands/RevokeDomainAccessCommand.ts | 14 +-
.../src/commands/SignOutUserCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateAuditStreamConfigurationCommand.ts | 14 +-
...pdateCompanyNetworkConfigurationCommand.ts | 14 +-
.../UpdateDevicePolicyConfigurationCommand.ts | 14 +-
.../commands/UpdateDomainMetadataCommand.ts | 14 +-
.../commands/UpdateFleetMetadataCommand.ts | 14 +-
...ateIdentityProviderConfigurationCommand.ts | 14 +-
clients/client-workmail/package.json | 42 +-
.../AssociateDelegateToResourceCommand.ts | 14 +-
.../commands/AssociateMemberToGroupCommand.ts | 14 +-
.../AssumeImpersonationRoleCommand.ts | 14 +-
.../commands/CancelMailboxExportJobCommand.ts | 14 +-
.../src/commands/CreateAliasCommand.ts | 14 +-
.../CreateAvailabilityConfigurationCommand.ts | 14 +-
.../src/commands/CreateGroupCommand.ts | 14 +-
.../CreateImpersonationRoleCommand.ts | 14 +-
.../CreateMobileDeviceAccessRuleCommand.ts | 14 +-
.../src/commands/CreateOrganizationCommand.ts | 14 +-
.../src/commands/CreateResourceCommand.ts | 14 +-
.../src/commands/CreateUserCommand.ts | 14 +-
.../DeleteAccessControlRuleCommand.ts | 14 +-
.../src/commands/DeleteAliasCommand.ts | 14 +-
.../DeleteAvailabilityConfigurationCommand.ts | 14 +-
...leteEmailMonitoringConfigurationCommand.ts | 14 +-
.../src/commands/DeleteGroupCommand.ts | 14 +-
.../DeleteImpersonationRoleCommand.ts | 14 +-
.../DeleteMailboxPermissionsCommand.ts | 14 +-
...DeleteMobileDeviceAccessOverrideCommand.ts | 14 +-
.../DeleteMobileDeviceAccessRuleCommand.ts | 14 +-
.../src/commands/DeleteOrganizationCommand.ts | 14 +-
.../src/commands/DeleteResourceCommand.ts | 14 +-
.../commands/DeleteRetentionPolicyCommand.ts | 14 +-
.../src/commands/DeleteUserCommand.ts | 14 +-
.../commands/DeregisterFromWorkMailCommand.ts | 14 +-
.../commands/DeregisterMailDomainCommand.ts | 14 +-
...ribeEmailMonitoringConfigurationCommand.ts | 14 +-
.../src/commands/DescribeEntityCommand.ts | 14 +-
.../src/commands/DescribeGroupCommand.ts | 14 +-
.../DescribeInboundDmarcSettingsCommand.ts | 14 +-
.../DescribeMailboxExportJobCommand.ts | 14 +-
.../commands/DescribeOrganizationCommand.ts | 14 +-
.../src/commands/DescribeResourceCommand.ts | 14 +-
.../src/commands/DescribeUserCommand.ts | 14 +-
...DisassociateDelegateFromResourceCommand.ts | 14 +-
.../DisassociateMemberFromGroupCommand.ts | 14 +-
.../commands/GetAccessControlEffectCommand.ts | 14 +-
.../GetDefaultRetentionPolicyCommand.ts | 14 +-
.../commands/GetImpersonationRoleCommand.ts | 14 +-
.../GetImpersonationRoleEffectCommand.ts | 14 +-
.../src/commands/GetMailDomainCommand.ts | 14 +-
.../src/commands/GetMailboxDetailsCommand.ts | 14 +-
.../GetMobileDeviceAccessEffectCommand.ts | 14 +-
.../GetMobileDeviceAccessOverrideCommand.ts | 14 +-
.../commands/ListAccessControlRulesCommand.ts | 14 +-
.../src/commands/ListAliasesCommand.ts | 14 +-
.../ListAvailabilityConfigurationsCommand.ts | 14 +-
.../src/commands/ListGroupMembersCommand.ts | 14 +-
.../src/commands/ListGroupsCommand.ts | 14 +-
.../commands/ListGroupsForEntityCommand.ts | 14 +-
.../commands/ListImpersonationRolesCommand.ts | 14 +-
.../src/commands/ListMailDomainsCommand.ts | 14 +-
.../commands/ListMailboxExportJobsCommand.ts | 14 +-
.../commands/ListMailboxPermissionsCommand.ts | 14 +-
.../ListMobileDeviceAccessOverridesCommand.ts | 14 +-
.../ListMobileDeviceAccessRulesCommand.ts | 14 +-
.../src/commands/ListOrganizationsCommand.ts | 14 +-
.../commands/ListResourceDelegatesCommand.ts | 14 +-
.../src/commands/ListResourcesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/ListUsersCommand.ts | 14 +-
.../commands/PutAccessControlRuleCommand.ts | 14 +-
.../PutEmailMonitoringConfigurationCommand.ts | 14 +-
.../PutInboundDmarcSettingsCommand.ts | 14 +-
.../commands/PutMailboxPermissionsCommand.ts | 14 +-
.../PutMobileDeviceAccessOverrideCommand.ts | 14 +-
.../src/commands/PutRetentionPolicyCommand.ts | 14 +-
.../src/commands/RegisterMailDomainCommand.ts | 14 +-
.../src/commands/RegisterToWorkMailCommand.ts | 14 +-
.../src/commands/ResetPasswordCommand.ts | 14 +-
.../commands/StartMailboxExportJobCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../TestAvailabilityConfigurationCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../UpdateAvailabilityConfigurationCommand.ts | 14 +-
.../UpdateDefaultMailDomainCommand.ts | 14 +-
.../src/commands/UpdateGroupCommand.ts | 14 +-
.../UpdateImpersonationRoleCommand.ts | 14 +-
.../src/commands/UpdateMailboxQuotaCommand.ts | 14 +-
.../UpdateMobileDeviceAccessRuleCommand.ts | 14 +-
.../UpdatePrimaryEmailAddressCommand.ts | 14 +-
.../src/commands/UpdateResourceCommand.ts | 14 +-
.../src/commands/UpdateUserCommand.ts | 14 +-
.../client-workmailmessageflow/package.json | 44 +-
.../commands/GetRawMessageContentCommand.ts | 14 +-
.../commands/PutRawMessageContentCommand.ts | 14 +-
.../package.json | 42 +-
.../src/commands/CreateEnvironmentCommand.ts | 14 +-
.../src/commands/DeleteDeviceCommand.ts | 14 +-
.../src/commands/DeleteEnvironmentCommand.ts | 14 +-
.../src/commands/DeregisterDeviceCommand.ts | 14 +-
.../src/commands/GetDeviceCommand.ts | 14 +-
.../src/commands/GetEnvironmentCommand.ts | 14 +-
.../src/commands/GetSoftwareSetCommand.ts | 14 +-
.../src/commands/ListDevicesCommand.ts | 14 +-
.../src/commands/ListEnvironmentsCommand.ts | 14 +-
.../src/commands/ListSoftwareSetsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateDeviceCommand.ts | 14 +-
.../src/commands/UpdateEnvironmentCommand.ts | 14 +-
.../src/commands/UpdateSoftwareSetCommand.ts | 14 +-
clients/client-workspaces-web/package.json | 42 +-
.../AssociateBrowserSettingsCommand.ts | 14 +-
.../AssociateIpAccessSettingsCommand.ts | 14 +-
.../AssociateNetworkSettingsCommand.ts | 14 +-
.../commands/AssociateTrustStoreCommand.ts | 14 +-
...sociateUserAccessLoggingSettingsCommand.ts | 14 +-
.../commands/AssociateUserSettingsCommand.ts | 14 +-
.../commands/CreateBrowserSettingsCommand.ts | 14 +-
.../commands/CreateIdentityProviderCommand.ts | 14 +-
.../commands/CreateIpAccessSettingsCommand.ts | 14 +-
.../commands/CreateNetworkSettingsCommand.ts | 14 +-
.../src/commands/CreatePortalCommand.ts | 14 +-
.../src/commands/CreateTrustStoreCommand.ts | 14 +-
.../CreateUserAccessLoggingSettingsCommand.ts | 14 +-
.../src/commands/CreateUserSettingsCommand.ts | 14 +-
.../commands/DeleteBrowserSettingsCommand.ts | 14 +-
.../commands/DeleteIdentityProviderCommand.ts | 14 +-
.../commands/DeleteIpAccessSettingsCommand.ts | 14 +-
.../commands/DeleteNetworkSettingsCommand.ts | 14 +-
.../src/commands/DeletePortalCommand.ts | 14 +-
.../src/commands/DeleteTrustStoreCommand.ts | 14 +-
.../DeleteUserAccessLoggingSettingsCommand.ts | 14 +-
.../src/commands/DeleteUserSettingsCommand.ts | 14 +-
.../DisassociateBrowserSettingsCommand.ts | 14 +-
.../DisassociateIpAccessSettingsCommand.ts | 14 +-
.../DisassociateNetworkSettingsCommand.ts | 14 +-
.../commands/DisassociateTrustStoreCommand.ts | 14 +-
...sociateUserAccessLoggingSettingsCommand.ts | 14 +-
.../DisassociateUserSettingsCommand.ts | 14 +-
.../src/commands/GetBrowserSettingsCommand.ts | 14 +-
.../commands/GetIdentityProviderCommand.ts | 14 +-
.../commands/GetIpAccessSettingsCommand.ts | 14 +-
.../src/commands/GetNetworkSettingsCommand.ts | 14 +-
.../src/commands/GetPortalCommand.ts | 14 +-
...GetPortalServiceProviderMetadataCommand.ts | 14 +-
.../GetTrustStoreCertificateCommand.ts | 14 +-
.../src/commands/GetTrustStoreCommand.ts | 14 +-
.../GetUserAccessLoggingSettingsCommand.ts | 14 +-
.../src/commands/GetUserSettingsCommand.ts | 14 +-
.../commands/ListBrowserSettingsCommand.ts | 14 +-
.../commands/ListIdentityProvidersCommand.ts | 14 +-
.../commands/ListIpAccessSettingsCommand.ts | 14 +-
.../commands/ListNetworkSettingsCommand.ts | 14 +-
.../src/commands/ListPortalsCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../ListTrustStoreCertificatesCommand.ts | 14 +-
.../src/commands/ListTrustStoresCommand.ts | 14 +-
.../ListUserAccessLoggingSettingsCommand.ts | 14 +-
.../src/commands/ListUserSettingsCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../commands/UpdateBrowserSettingsCommand.ts | 14 +-
.../commands/UpdateIdentityProviderCommand.ts | 14 +-
.../commands/UpdateIpAccessSettingsCommand.ts | 14 +-
.../commands/UpdateNetworkSettingsCommand.ts | 14 +-
.../src/commands/UpdatePortalCommand.ts | 14 +-
.../src/commands/UpdateTrustStoreCommand.ts | 14 +-
.../UpdateUserAccessLoggingSettingsCommand.ts | 14 +-
.../src/commands/UpdateUserSettingsCommand.ts | 14 +-
clients/client-workspaces/package.json | 42 +-
.../AcceptAccountLinkInvitationCommand.ts | 14 +-
.../AssociateConnectionAliasCommand.ts | 14 +-
.../src/commands/AssociateIpGroupsCommand.ts | 14 +-
.../AssociateWorkspaceApplicationCommand.ts | 14 +-
.../src/commands/AuthorizeIpRulesCommand.ts | 14 +-
.../src/commands/CopyWorkspaceImageCommand.ts | 14 +-
.../CreateAccountLinkInvitationCommand.ts | 14 +-
.../CreateConnectClientAddInCommand.ts | 14 +-
.../commands/CreateConnectionAliasCommand.ts | 14 +-
.../src/commands/CreateIpGroupCommand.ts | 14 +-
.../CreateStandbyWorkspacesCommand.ts | 14 +-
.../src/commands/CreateTagsCommand.ts | 14 +-
.../CreateUpdatedWorkspaceImageCommand.ts | 14 +-
.../commands/CreateWorkspaceBundleCommand.ts | 14 +-
.../commands/CreateWorkspaceImageCommand.ts | 14 +-
.../src/commands/CreateWorkspacesCommand.ts | 14 +-
.../commands/CreateWorkspacesPoolCommand.ts | 14 +-
.../DeleteAccountLinkInvitationCommand.ts | 14 +-
.../commands/DeleteClientBrandingCommand.ts | 14 +-
.../DeleteConnectClientAddInCommand.ts | 14 +-
.../commands/DeleteConnectionAliasCommand.ts | 14 +-
.../src/commands/DeleteIpGroupCommand.ts | 14 +-
.../src/commands/DeleteTagsCommand.ts | 14 +-
.../commands/DeleteWorkspaceBundleCommand.ts | 14 +-
.../commands/DeleteWorkspaceImageCommand.ts | 14 +-
.../DeployWorkspaceApplicationsCommand.ts | 14 +-
.../DeregisterWorkspaceDirectoryCommand.ts | 14 +-
.../src/commands/DescribeAccountCommand.ts | 14 +-
.../DescribeAccountModificationsCommand.ts | 14 +-
.../DescribeApplicationAssociationsCommand.ts | 14 +-
.../commands/DescribeApplicationsCommand.ts | 14 +-
.../DescribeBundleAssociationsCommand.ts | 14 +-
.../commands/DescribeClientBrandingCommand.ts | 14 +-
.../DescribeClientPropertiesCommand.ts | 14 +-
.../DescribeConnectClientAddInsCommand.ts | 14 +-
...scribeConnectionAliasPermissionsCommand.ts | 14 +-
.../DescribeConnectionAliasesCommand.ts | 14 +-
.../DescribeImageAssociationsCommand.ts | 14 +-
.../src/commands/DescribeIpGroupsCommand.ts | 14 +-
.../src/commands/DescribeTagsCommand.ts | 14 +-
.../DescribeWorkspaceAssociationsCommand.ts | 14 +-
.../DescribeWorkspaceBundlesCommand.ts | 14 +-
.../DescribeWorkspaceDirectoriesCommand.ts | 14 +-
...escribeWorkspaceImagePermissionsCommand.ts | 14 +-
.../DescribeWorkspaceImagesCommand.ts | 14 +-
.../DescribeWorkspaceSnapshotsCommand.ts | 14 +-
.../src/commands/DescribeWorkspacesCommand.ts | 14 +-
...scribeWorkspacesConnectionStatusCommand.ts | 14 +-
.../DescribeWorkspacesPoolSessionsCommand.ts | 14 +-
.../DescribeWorkspacesPoolsCommand.ts | 14 +-
.../DisassociateConnectionAliasCommand.ts | 14 +-
.../commands/DisassociateIpGroupsCommand.ts | 14 +-
...DisassociateWorkspaceApplicationCommand.ts | 14 +-
.../src/commands/GetAccountLinkCommand.ts | 14 +-
.../commands/ImportClientBrandingCommand.ts | 14 +-
.../commands/ImportWorkspaceImageCommand.ts | 14 +-
.../src/commands/ListAccountLinksCommand.ts | 14 +-
...istAvailableManagementCidrRangesCommand.ts | 14 +-
.../src/commands/MigrateWorkspaceCommand.ts | 14 +-
.../src/commands/ModifyAccountCommand.ts | 14 +-
...fyCertificateBasedAuthPropertiesCommand.ts | 14 +-
.../commands/ModifyClientPropertiesCommand.ts | 14 +-
.../commands/ModifySamlPropertiesCommand.ts | 14 +-
.../ModifySelfservicePermissionsCommand.ts | 14 +-
.../ModifyStreamingPropertiesCommand.ts | 14 +-
.../ModifyWorkspaceAccessPropertiesCommand.ts | 14 +-
...odifyWorkspaceCreationPropertiesCommand.ts | 14 +-
.../ModifyWorkspacePropertiesCommand.ts | 14 +-
.../commands/ModifyWorkspaceStateCommand.ts | 14 +-
.../src/commands/RebootWorkspacesCommand.ts | 14 +-
.../src/commands/RebuildWorkspacesCommand.ts | 14 +-
.../RegisterWorkspaceDirectoryCommand.ts | 14 +-
.../RejectAccountLinkInvitationCommand.ts | 14 +-
.../src/commands/RestoreWorkspaceCommand.ts | 14 +-
.../src/commands/RevokeIpRulesCommand.ts | 14 +-
.../src/commands/StartWorkspacesCommand.ts | 14 +-
.../commands/StartWorkspacesPoolCommand.ts | 14 +-
.../src/commands/StopWorkspacesCommand.ts | 14 +-
.../src/commands/StopWorkspacesPoolCommand.ts | 14 +-
.../commands/TerminateWorkspacesCommand.ts | 14 +-
.../TerminateWorkspacesPoolCommand.ts | 14 +-
.../TerminateWorkspacesPoolSessionCommand.ts | 14 +-
.../UpdateConnectClientAddInCommand.ts | 14 +-
.../UpdateConnectionAliasPermissionCommand.ts | 14 +-
.../commands/UpdateRulesOfIpGroupCommand.ts | 14 +-
.../commands/UpdateWorkspaceBundleCommand.ts | 14 +-
.../UpdateWorkspaceImagePermissionCommand.ts | 14 +-
.../commands/UpdateWorkspacesPoolCommand.ts | 14 +-
clients/client-xray/package.json | 42 +-
.../src/commands/BatchGetTracesCommand.ts | 14 +-
.../src/commands/CreateGroupCommand.ts | 14 +-
.../src/commands/CreateSamplingRuleCommand.ts | 14 +-
.../src/commands/DeleteGroupCommand.ts | 14 +-
.../commands/DeleteResourcePolicyCommand.ts | 14 +-
.../src/commands/DeleteSamplingRuleCommand.ts | 14 +-
.../commands/GetEncryptionConfigCommand.ts | 14 +-
.../src/commands/GetGroupCommand.ts | 14 +-
.../src/commands/GetGroupsCommand.ts | 14 +-
.../src/commands/GetInsightCommand.ts | 14 +-
.../src/commands/GetInsightEventsCommand.ts | 14 +-
.../commands/GetInsightImpactGraphCommand.ts | 14 +-
.../commands/GetInsightSummariesCommand.ts | 14 +-
.../src/commands/GetSamplingRulesCommand.ts | 14 +-
.../GetSamplingStatisticSummariesCommand.ts | 14 +-
.../src/commands/GetSamplingTargetsCommand.ts | 14 +-
.../src/commands/GetServiceGraphCommand.ts | 14 +-
.../GetTimeSeriesServiceStatisticsCommand.ts | 14 +-
.../src/commands/GetTraceGraphCommand.ts | 14 +-
.../src/commands/GetTraceSummariesCommand.ts | 14 +-
.../commands/ListResourcePoliciesCommand.ts | 14 +-
.../commands/ListTagsForResourceCommand.ts | 14 +-
.../commands/PutEncryptionConfigCommand.ts | 14 +-
.../src/commands/PutResourcePolicyCommand.ts | 14 +-
.../commands/PutTelemetryRecordsCommand.ts | 14 +-
.../src/commands/PutTraceSegmentsCommand.ts | 14 +-
.../src/commands/TagResourceCommand.ts | 14 +-
.../src/commands/UntagResourceCommand.ts | 14 +-
.../src/commands/UpdateGroupCommand.ts | 14 +-
.../src/commands/UpdateSamplingRuleCommand.ts | 14 +-
lib/lib-dynamodb/package.json | 6 +-
lib/lib-storage/package.json | 8 +-
packages/body-checksum-browser/package.json | 4 +-
packages/body-checksum-node/package.json | 4 +-
packages/cloudfront-signer/package.json | 2 +-
packages/core/package.json | 16 +-
.../package.json | 4 +-
packages/credential-provider-env/package.json | 4 +-
.../credential-provider-http/package.json | 14 +-
packages/credential-provider-ini/package.json | 8 +-
.../credential-provider-node/package.json | 8 +-
.../credential-provider-process/package.json | 6 +-
packages/credential-provider-sso/package.json | 6 +-
.../package.json | 4 +-
packages/credential-providers/package.json | 6 +-
packages/ec2-metadata-service/package.json | 10 +-
.../eventstream-handler-node/package.json | 4 +-
packages/middleware-api-key/package.json | 6 +-
.../middleware-bucket-endpoint/package.json | 6 +-
.../package.json | 6 +-
packages/middleware-eventstream/package.json | 4 +-
.../middleware-expect-continue/package.json | 4 +-
.../package.json | 10 +-
packages/middleware-host-header/package.json | 4 +-
.../package.json | 2 +-
packages/middleware-logger/package.json | 2 +-
.../package.json | 4 +-
.../middleware-sdk-api-gateway/package.json | 4 +-
packages/middleware-sdk-ec2/package.json | 10 +-
packages/middleware-sdk-glacier/package.json | 4 +-
.../package.json | 4 +-
packages/middleware-sdk-rds/package.json | 8 +-
packages/middleware-sdk-route53/package.json | 2 +-
.../middleware-sdk-s3-control/package.json | 8 +-
packages/middleware-sdk-s3/package.json | 16 +-
packages/middleware-sdk-sqs/package.json | 4 +-
packages/middleware-sdk-sts/package.json | 2 +-
.../package.json | 8 +-
packages/middleware-signing/package.json | 10 +-
packages/middleware-ssec/package.json | 2 +-
packages/middleware-token/package.json | 8 +-
packages/middleware-user-agent/package.json | 4 +-
packages/middleware-websocket/package.json | 12 +-
packages/polly-request-presigner/package.json | 6 +-
packages/rds-signer/package.json | 14 +-
packages/region-config-resolver/package.json | 6 +-
packages/s3-presigned-post/package.json | 6 +-
packages/s3-request-presigner/package.json | 10 +-
packages/sha256-tree-hash/package.json | 2 +-
packages/signature-v4-crt/package.json | 10 +-
.../signature-v4-multi-region/package.json | 6 +-
packages/smithy-client/package.json | 2 +-
packages/token-providers/package.json | 6 +-
packages/types/package.json | 2 +-
packages/util-create-request/package.json | 8 +-
packages/util-endpoints/package.json | 4 +-
packages/util-format-url/package.json | 4 +-
packages/util-user-agent-browser/package.json | 2 +-
packages/util-user-agent-node/package.json | 4 +-
packages/xhr-http-handler/package.json | 8 +-
packages/xml-builder/package.json | 2 +-
private/aws-client-api-test/package.json | 26 +-
private/aws-client-retry-test/package.json | 6 +-
private/aws-echo-service/package.json | 38 +-
.../src/commands/EchoCommand.ts | 14 +-
.../src/commands/LengthCommand.ts | 14 +-
private/aws-middleware-test/package.json | 6 +-
private/aws-protocoltests-ec2/package.json | 40 +-
.../src/commands/DatetimeOffsetsCommand.ts | 14 +-
.../EmptyInputAndEmptyOutputCommand.ts | 14 +-
.../src/commands/EndpointOperationCommand.ts | 14 +-
.../EndpointWithHostLabelOperationCommand.ts | 14 +-
.../src/commands/FractionalSecondsCommand.ts | 14 +-
.../src/commands/GreetingWithErrorsCommand.ts | 14 +-
.../commands/HostWithPathOperationCommand.ts | 14 +-
.../commands/IgnoresWrappingXmlNameCommand.ts | 14 +-
.../src/commands/NestedStructuresCommand.ts | 14 +-
.../src/commands/NoInputAndOutputCommand.ts | 14 +-
.../commands/PutWithContentEncodingCommand.ts | 14 +-
.../QueryIdempotencyTokenAutoFillCommand.ts | 14 +-
.../src/commands/QueryListsCommand.ts | 14 +-
.../src/commands/QueryTimestampsCommand.ts | 14 +-
.../src/commands/RecursiveXmlShapesCommand.ts | 14 +-
.../src/commands/SimpleInputParamsCommand.ts | 14 +-
.../SimpleScalarXmlPropertiesCommand.ts | 14 +-
.../src/commands/XmlBlobsCommand.ts | 14 +-
.../src/commands/XmlEmptyBlobsCommand.ts | 14 +-
.../src/commands/XmlEmptyListsCommand.ts | 14 +-
.../src/commands/XmlEnumsCommand.ts | 14 +-
.../src/commands/XmlIntEnumsCommand.ts | 14 +-
.../src/commands/XmlListsCommand.ts | 14 +-
.../src/commands/XmlNamespacesCommand.ts | 14 +-
.../src/commands/XmlTimestampsCommand.ts | 14 +-
.../aws-protocoltests-json-10/package.json | 40 +-
.../commands/ContentTypeParametersCommand.ts | 14 +-
.../EmptyInputAndEmptyOutputCommand.ts | 14 +-
.../src/commands/EndpointOperationCommand.ts | 14 +-
.../EndpointWithHostLabelOperationCommand.ts | 14 +-
.../src/commands/GreetingWithErrorsCommand.ts | 14 +-
.../commands/HostWithPathOperationCommand.ts | 14 +-
.../src/commands/JsonUnionsCommand.ts | 14 +-
.../src/commands/NoInputAndNoOutputCommand.ts | 14 +-
.../src/commands/NoInputAndOutputCommand.ts | 14 +-
.../commands/OperationWithDefaultsCommand.ts | 14 +-
.../OperationWithNestedStructureCommand.ts | 14 +-
.../OperationWithRequiredMembersCommand.ts | 14 +-
.../commands/PutWithContentEncodingCommand.ts | 14 +-
.../commands/SimpleScalarPropertiesCommand.ts | 14 +-
.../package.json | 38 +-
.../src/commands/PredictCommand.ts | 14 +-
private/aws-protocoltests-json/package.json | 40 +-
.../commands/ContentTypeParametersCommand.ts | 14 +-
.../src/commands/DatetimeOffsetsCommand.ts | 14 +-
.../src/commands/EmptyOperationCommand.ts | 14 +-
.../src/commands/EndpointOperationCommand.ts | 14 +-
.../EndpointWithHostLabelOperationCommand.ts | 14 +-
.../src/commands/FractionalSecondsCommand.ts | 14 +-
.../src/commands/GreetingWithErrorsCommand.ts | 14 +-
.../commands/HostWithPathOperationCommand.ts | 14 +-
.../src/commands/JsonEnumsCommand.ts | 14 +-
.../src/commands/JsonUnionsCommand.ts | 14 +-
.../commands/KitchenSinkOperationCommand.ts | 14 +-
.../src/commands/NullOperationCommand.ts | 14 +-
...OperationWithOptionalInputOutputCommand.ts | 14 +-
.../PutAndGetInlineDocumentsCommand.ts | 14 +-
.../commands/PutWithContentEncodingCommand.ts | 14 +-
.../commands/SimpleScalarPropertiesCommand.ts | 14 +-
.../commands/SparseNullsOperationCommand.ts | 14 +-
private/aws-protocoltests-query/package.json | 40 +-
.../src/commands/DatetimeOffsetsCommand.ts | 14 +-
.../EmptyInputAndEmptyOutputCommand.ts | 14 +-
.../src/commands/EndpointOperationCommand.ts | 14 +-
.../EndpointWithHostLabelOperationCommand.ts | 14 +-
.../src/commands/FlattenedXmlMapCommand.ts | 14 +-
.../FlattenedXmlMapWithXmlNameCommand.ts | 14 +-
.../FlattenedXmlMapWithXmlNamespaceCommand.ts | 14 +-
.../src/commands/FractionalSecondsCommand.ts | 14 +-
.../src/commands/GreetingWithErrorsCommand.ts | 14 +-
.../commands/HostWithPathOperationCommand.ts | 14 +-
.../commands/IgnoresWrappingXmlNameCommand.ts | 14 +-
.../src/commands/NestedStructuresCommand.ts | 14 +-
.../src/commands/NoInputAndNoOutputCommand.ts | 14 +-
.../src/commands/NoInputAndOutputCommand.ts | 14 +-
.../commands/PutWithContentEncodingCommand.ts | 14 +-
.../QueryIdempotencyTokenAutoFillCommand.ts | 14 +-
.../src/commands/QueryListsCommand.ts | 14 +-
.../src/commands/QueryMapsCommand.ts | 14 +-
.../src/commands/QueryTimestampsCommand.ts | 14 +-
.../src/commands/RecursiveXmlShapesCommand.ts | 14 +-
.../src/commands/SimpleInputParamsCommand.ts | 14 +-
.../SimpleScalarXmlPropertiesCommand.ts | 14 +-
.../src/commands/XmlBlobsCommand.ts | 14 +-
.../src/commands/XmlEmptyBlobsCommand.ts | 14 +-
.../src/commands/XmlEmptyListsCommand.ts | 14 +-
.../src/commands/XmlEmptyMapsCommand.ts | 14 +-
.../src/commands/XmlEnumsCommand.ts | 14 +-
.../src/commands/XmlIntEnumsCommand.ts | 14 +-
.../src/commands/XmlListsCommand.ts | 14 +-
.../src/commands/XmlMapsCommand.ts | 14 +-
.../src/commands/XmlMapsXmlNameCommand.ts | 14 +-
.../src/commands/XmlNamespacesCommand.ts | 14 +-
.../src/commands/XmlTimestampsCommand.ts | 14 +-
.../package.json | 38 +-
.../src/commands/GetRestApisCommand.ts | 14 +-
.../package.json | 38 +-
.../src/commands/UploadArchiveCommand.ts | 14 +-
.../commands/UploadMultipartPartCommand.ts | 14 +-
.../aws-protocoltests-restjson/package.json | 52 +-
.../commands/AllQueryStringTypesCommand.ts | 14 +-
.../ConstantAndVariableQueryStringCommand.ts | 14 +-
.../commands/ConstantQueryStringCommand.ts | 14 +-
.../commands/ContentTypeParametersCommand.ts | 14 +-
.../src/commands/DatetimeOffsetsCommand.ts | 14 +-
.../commands/DocumentTypeAsMapValueCommand.ts | 14 +-
.../commands/DocumentTypeAsPayloadCommand.ts | 14 +-
.../src/commands/DocumentTypeCommand.ts | 14 +-
.../EmptyInputAndEmptyOutputCommand.ts | 14 +-
.../src/commands/EndpointOperationCommand.ts | 14 +-
.../EndpointWithHostLabelOperationCommand.ts | 14 +-
.../src/commands/FractionalSecondsCommand.ts | 14 +-
.../src/commands/GreetingWithErrorsCommand.ts | 14 +-
.../commands/HostWithPathOperationCommand.ts | 14 +-
.../commands/HttpChecksumRequiredCommand.ts | 14 +-
.../src/commands/HttpEnumPayloadCommand.ts | 14 +-
.../src/commands/HttpPayloadTraitsCommand.ts | 14 +-
.../HttpPayloadTraitsWithMediaTypeCommand.ts | 14 +-
.../HttpPayloadWithStructureCommand.ts | 14 +-
.../commands/HttpPayloadWithUnionCommand.ts | 14 +-
.../src/commands/HttpPrefixHeadersCommand.ts | 14 +-
.../HttpPrefixHeadersInResponseCommand.ts | 14 +-
.../HttpRequestWithFloatLabelsCommand.ts | 14 +-
...HttpRequestWithGreedyLabelInPathCommand.ts | 14 +-
...uestWithLabelsAndTimestampFormatCommand.ts | 14 +-
.../commands/HttpRequestWithLabelsCommand.ts | 14 +-
.../HttpRequestWithRegexLiteralCommand.ts | 14 +-
.../src/commands/HttpResponseCodeCommand.ts | 14 +-
.../src/commands/HttpStringPayloadCommand.ts | 14 +-
.../IgnoreQueryParamsInResponseCommand.ts | 14 +-
.../InputAndOutputWithHeadersCommand.ts | 14 +-
.../src/commands/JsonBlobsCommand.ts | 14 +-
.../src/commands/JsonEnumsCommand.ts | 14 +-
.../src/commands/JsonIntEnumsCommand.ts | 14 +-
.../src/commands/JsonListsCommand.ts | 14 +-
.../src/commands/JsonMapsCommand.ts | 14 +-
.../src/commands/JsonTimestampsCommand.ts | 14 +-
.../src/commands/JsonUnionsCommand.ts | 14 +-
.../MalformedAcceptWithBodyCommand.ts | 14 +-
...MalformedAcceptWithGenericStringCommand.ts | 14 +-
.../MalformedAcceptWithPayloadCommand.ts | 14 +-
.../src/commands/MalformedBlobCommand.ts | 14 +-
.../src/commands/MalformedBooleanCommand.ts | 14 +-
.../src/commands/MalformedByteCommand.ts | 14 +-
.../MalformedContentTypeWithBodyCommand.ts | 14 +-
...rmedContentTypeWithGenericStringCommand.ts | 14 +-
.../MalformedContentTypeWithPayloadCommand.ts | 14 +-
.../MalformedContentTypeWithoutBodyCommand.ts | 14 +-
.../src/commands/MalformedDoubleCommand.ts | 14 +-
.../src/commands/MalformedFloatCommand.ts | 14 +-
.../src/commands/MalformedIntegerCommand.ts | 14 +-
.../src/commands/MalformedListCommand.ts | 14 +-
.../src/commands/MalformedLongCommand.ts | 14 +-
.../src/commands/MalformedMapCommand.ts | 14 +-
.../commands/MalformedRequestBodyCommand.ts | 14 +-
.../src/commands/MalformedShortCommand.ts | 14 +-
.../src/commands/MalformedStringCommand.ts | 14 +-
.../MalformedTimestampBodyDateTimeCommand.ts | 14 +-
.../MalformedTimestampBodyDefaultCommand.ts | 14 +-
.../MalformedTimestampBodyHttpDateCommand.ts | 14 +-
...MalformedTimestampHeaderDateTimeCommand.ts | 14 +-
.../MalformedTimestampHeaderDefaultCommand.ts | 14 +-
.../MalformedTimestampHeaderEpochCommand.ts | 14 +-
.../MalformedTimestampPathDefaultCommand.ts | 14 +-
.../MalformedTimestampPathEpochCommand.ts | 14 +-
.../MalformedTimestampPathHttpDateCommand.ts | 14 +-
.../MalformedTimestampQueryDefaultCommand.ts | 14 +-
.../MalformedTimestampQueryEpochCommand.ts | 14 +-
.../MalformedTimestampQueryHttpDateCommand.ts | 14 +-
.../src/commands/MalformedUnionCommand.ts | 14 +-
.../src/commands/MediaTypeHeaderCommand.ts | 14 +-
.../src/commands/NoInputAndNoOutputCommand.ts | 14 +-
.../src/commands/NoInputAndOutputCommand.ts | 14 +-
.../NullAndEmptyHeadersClientCommand.ts | 14 +-
.../NullAndEmptyHeadersServerCommand.ts | 14 +-
.../OmitsNullSerializesEmptyStringCommand.ts | 14 +-
.../OmitsSerializingEmptyListsCommand.ts | 14 +-
.../commands/OperationWithDefaultsCommand.ts | 14 +-
.../OperationWithNestedStructureCommand.ts | 14 +-
.../src/commands/PostPlayerActionCommand.ts | 14 +-
.../commands/PostUnionWithJsonNameCommand.ts | 14 +-
.../commands/PutWithContentEncodingCommand.ts | 14 +-
.../QueryIdempotencyTokenAutoFillCommand.ts | 14 +-
.../QueryParamsAsStringListMapCommand.ts | 14 +-
.../src/commands/QueryPrecedenceCommand.ts | 14 +-
.../src/commands/RecursiveShapesCommand.ts | 14 +-
.../commands/SimpleScalarPropertiesCommand.ts | 14 +-
.../src/commands/SparseJsonListsCommand.ts | 14 +-
.../src/commands/SparseJsonMapsCommand.ts | 14 +-
.../src/commands/StreamingTraitsCommand.ts | 14 +-
.../StreamingTraitsRequireLengthCommand.ts | 14 +-
.../StreamingTraitsWithMediaTypeCommand.ts | 14 +-
.../src/commands/TestBodyStructureCommand.ts | 14 +-
.../commands/TestNoInputNoPayloadCommand.ts | 14 +-
.../src/commands/TestNoPayloadCommand.ts | 14 +-
.../src/commands/TestPayloadBlobCommand.ts | 14 +-
.../commands/TestPayloadStructureCommand.ts | 14 +-
.../commands/TimestampFormatHeadersCommand.ts | 14 +-
.../src/commands/UnitInputAndOutputCommand.ts | 14 +-
.../aws-protocoltests-restxml/package.json | 44 +-
.../commands/AllQueryStringTypesCommand.ts | 14 +-
.../src/commands/BodyWithXmlNameCommand.ts | 14 +-
.../ConstantAndVariableQueryStringCommand.ts | 14 +-
.../commands/ConstantQueryStringCommand.ts | 14 +-
.../commands/ContentTypeParametersCommand.ts | 14 +-
.../src/commands/DatetimeOffsetsCommand.ts | 14 +-
.../EmptyInputAndEmptyOutputCommand.ts | 14 +-
.../src/commands/EndpointOperationCommand.ts | 14 +-
...ointWithHostLabelHeaderOperationCommand.ts | 14 +-
.../EndpointWithHostLabelOperationCommand.ts | 14 +-
.../src/commands/FlattenedXmlMapCommand.ts | 14 +-
.../FlattenedXmlMapWithXmlNameCommand.ts | 14 +-
.../FlattenedXmlMapWithXmlNamespaceCommand.ts | 14 +-
.../src/commands/FractionalSecondsCommand.ts | 14 +-
.../src/commands/GreetingWithErrorsCommand.ts | 14 +-
.../src/commands/HttpEnumPayloadCommand.ts | 14 +-
.../src/commands/HttpPayloadTraitsCommand.ts | 14 +-
.../HttpPayloadTraitsWithMediaTypeCommand.ts | 14 +-
.../HttpPayloadWithMemberXmlNameCommand.ts | 14 +-
.../HttpPayloadWithStructureCommand.ts | 14 +-
.../commands/HttpPayloadWithUnionCommand.ts | 14 +-
.../commands/HttpPayloadWithXmlNameCommand.ts | 14 +-
...PayloadWithXmlNamespaceAndPrefixCommand.ts | 14 +-
.../HttpPayloadWithXmlNamespaceCommand.ts | 14 +-
.../src/commands/HttpPrefixHeadersCommand.ts | 14 +-
.../HttpRequestWithFloatLabelsCommand.ts | 14 +-
...HttpRequestWithGreedyLabelInPathCommand.ts | 14 +-
...uestWithLabelsAndTimestampFormatCommand.ts | 14 +-
.../commands/HttpRequestWithLabelsCommand.ts | 14 +-
.../src/commands/HttpResponseCodeCommand.ts | 14 +-
.../src/commands/HttpStringPayloadCommand.ts | 14 +-
.../IgnoreQueryParamsInResponseCommand.ts | 14 +-
.../InputAndOutputWithHeadersCommand.ts | 14 +-
.../src/commands/NestedXmlMapsCommand.ts | 14 +-
.../src/commands/NoInputAndNoOutputCommand.ts | 14 +-
.../src/commands/NoInputAndOutputCommand.ts | 14 +-
.../NullAndEmptyHeadersClientCommand.ts | 14 +-
.../NullAndEmptyHeadersServerCommand.ts | 14 +-
.../OmitsNullSerializesEmptyStringCommand.ts | 14 +-
.../commands/PutWithContentEncodingCommand.ts | 14 +-
.../QueryIdempotencyTokenAutoFillCommand.ts | 14 +-
.../QueryParamsAsStringListMapCommand.ts | 14 +-
.../src/commands/QueryPrecedenceCommand.ts | 14 +-
.../src/commands/RecursiveShapesCommand.ts | 14 +-
.../commands/SimpleScalarPropertiesCommand.ts | 14 +-
.../commands/TimestampFormatHeadersCommand.ts | 14 +-
.../src/commands/XmlAttributesCommand.ts | 14 +-
.../commands/XmlAttributesOnPayloadCommand.ts | 14 +-
.../src/commands/XmlBlobsCommand.ts | 14 +-
.../src/commands/XmlEmptyBlobsCommand.ts | 14 +-
.../src/commands/XmlEmptyListsCommand.ts | 14 +-
.../src/commands/XmlEmptyMapsCommand.ts | 14 +-
.../src/commands/XmlEmptyStringsCommand.ts | 14 +-
.../src/commands/XmlEnumsCommand.ts | 14 +-
.../src/commands/XmlIntEnumsCommand.ts | 14 +-
.../src/commands/XmlListsCommand.ts | 14 +-
.../commands/XmlMapWithXmlNamespaceCommand.ts | 14 +-
.../src/commands/XmlMapsCommand.ts | 14 +-
.../src/commands/XmlMapsXmlNameCommand.ts | 14 +-
.../src/commands/XmlNamespacesCommand.ts | 14 +-
.../src/commands/XmlTimestampsCommand.ts | 14 +-
.../src/commands/XmlUnionsCommand.ts | 14 +-
.../package.json | 38 +-
.../src/commands/EmptyInputOutputCommand.ts | 14 +-
.../src/commands/Float16Command.ts | 14 +-
.../src/commands/FractionalSecondsCommand.ts | 14 +-
.../src/commands/GreetingWithErrorsCommand.ts | 14 +-
.../src/commands/NoInputOutputCommand.ts | 14 +-
.../commands/OperationWithDefaultsCommand.ts | 14 +-
.../commands/OptionalInputOutputCommand.ts | 14 +-
.../src/commands/RecursiveShapesCommand.ts | 14 +-
.../src/commands/RpcV2CborDenseMapsCommand.ts | 14 +-
.../src/commands/RpcV2CborListsCommand.ts | 14 +-
.../commands/RpcV2CborSparseMapsCommand.ts | 14 +-
.../commands/SimpleScalarPropertiesCommand.ts | 14 +-
.../commands/SparseNullsOperationCommand.ts | 14 +-
private/aws-restjson-server/package.json | 30 +-
.../package.json | 30 +-
private/aws-util-test/package.json | 4 +-
private/weather-legacy-auth/package.json | 38 +-
.../src/commands/OnlyCustomAuthCommand.ts | 14 +-
.../commands/OnlyCustomAuthOptionalCommand.ts | 14 +-
.../OnlyHttpApiKeyAndBearerAuthCommand.ts | 14 +-
...yHttpApiKeyAndBearerAuthReversedCommand.ts | 14 +-
.../src/commands/OnlyHttpApiKeyAuthCommand.ts | 14 +-
.../OnlyHttpApiKeyAuthOptionalCommand.ts | 14 +-
.../src/commands/OnlyHttpBearerAuthCommand.ts | 14 +-
.../OnlyHttpBearerAuthOptionalCommand.ts | 14 +-
.../src/commands/OnlySigv4AuthCommand.ts | 14 +-
.../commands/OnlySigv4AuthOptionalCommand.ts | 14 +-
.../src/commands/SameAsServiceCommand.ts | 14 +-
private/weather/package.json | 40 +-
.../src/commands/OnlyCustomAuthCommand.ts | 14 +-
.../commands/OnlyCustomAuthOptionalCommand.ts | 14 +-
.../OnlyHttpApiKeyAndBearerAuthCommand.ts | 14 +-
...yHttpApiKeyAndBearerAuthReversedCommand.ts | 14 +-
.../src/commands/OnlyHttpApiKeyAuthCommand.ts | 14 +-
.../OnlyHttpApiKeyAuthOptionalCommand.ts | 14 +-
.../src/commands/OnlyHttpBearerAuthCommand.ts | 14 +-
.../OnlyHttpBearerAuthOptionalCommand.ts | 14 +-
.../src/commands/OnlySigv4AuthCommand.ts | 14 +-
.../commands/OnlySigv4AuthOptionalCommand.ts | 14 +-
.../src/commands/SameAsServiceCommand.ts | 14 +-
scripts/generate-clients/config.js | 2 +-
yarn.lock | 554 +++++++++---------
16498 files changed, 217404 insertions(+), 25044 deletions(-)
diff --git a/clients/client-accessanalyzer/package.json b/clients/client-accessanalyzer/package.json
index 6a7849d82720..ab76ee6bec5a 100644
--- a/clients/client-accessanalyzer/package.json
+++ b/clients/client-accessanalyzer/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts
index 64c98ce8e364..72288481db15 100644
--- a/clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts
@@ -93,4 +93,16 @@ export class ApplyArchiveRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_ApplyArchiveRuleCommand)
.de(de_ApplyArchiveRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ApplyArchiveRuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: ApplyArchiveRuleCommandInput;
+ output: ApplyArchiveRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/CancelPolicyGenerationCommand.ts b/clients/client-accessanalyzer/src/commands/CancelPolicyGenerationCommand.ts
index 2110bc066302..e5f5bc9ef4da 100644
--- a/clients/client-accessanalyzer/src/commands/CancelPolicyGenerationCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/CancelPolicyGenerationCommand.ts
@@ -87,4 +87,16 @@ export class CancelPolicyGenerationCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelPolicyGenerationCommand)
.de(de_CancelPolicyGenerationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelPolicyGenerationRequest;
+ output: {};
+ };
+ sdk: {
+ input: CancelPolicyGenerationCommandInput;
+ output: CancelPolicyGenerationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/CheckAccessNotGrantedCommand.ts b/clients/client-accessanalyzer/src/commands/CheckAccessNotGrantedCommand.ts
index 15880409c4ee..5b281a18344c 100644
--- a/clients/client-accessanalyzer/src/commands/CheckAccessNotGrantedCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/CheckAccessNotGrantedCommand.ts
@@ -200,4 +200,16 @@ export class CheckAccessNotGrantedCommand extends $Command
.f(CheckAccessNotGrantedRequestFilterSensitiveLog, void 0)
.ser(se_CheckAccessNotGrantedCommand)
.de(de_CheckAccessNotGrantedCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CheckAccessNotGrantedRequest;
+ output: CheckAccessNotGrantedResponse;
+ };
+ sdk: {
+ input: CheckAccessNotGrantedCommandInput;
+ output: CheckAccessNotGrantedCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/CheckNoNewAccessCommand.ts b/clients/client-accessanalyzer/src/commands/CheckNoNewAccessCommand.ts
index ba39225e0583..20263d879397 100644
--- a/clients/client-accessanalyzer/src/commands/CheckNoNewAccessCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/CheckNoNewAccessCommand.ts
@@ -114,4 +114,16 @@ export class CheckNoNewAccessCommand extends $Command
.f(CheckNoNewAccessRequestFilterSensitiveLog, void 0)
.ser(se_CheckNoNewAccessCommand)
.de(de_CheckNoNewAccessCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CheckNoNewAccessRequest;
+ output: CheckNoNewAccessResponse;
+ };
+ sdk: {
+ input: CheckNoNewAccessCommandInput;
+ output: CheckNoNewAccessCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/CheckNoPublicAccessCommand.ts b/clients/client-accessanalyzer/src/commands/CheckNoPublicAccessCommand.ts
index ec5183e54246..5d2a64103fcd 100644
--- a/clients/client-accessanalyzer/src/commands/CheckNoPublicAccessCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/CheckNoPublicAccessCommand.ts
@@ -152,4 +152,16 @@ export class CheckNoPublicAccessCommand extends $Command
.f(CheckNoPublicAccessRequestFilterSensitiveLog, void 0)
.ser(se_CheckNoPublicAccessCommand)
.de(de_CheckNoPublicAccessCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CheckNoPublicAccessRequest;
+ output: CheckNoPublicAccessResponse;
+ };
+ sdk: {
+ input: CheckNoPublicAccessCommandInput;
+ output: CheckNoPublicAccessCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/CreateAccessPreviewCommand.ts b/clients/client-accessanalyzer/src/commands/CreateAccessPreviewCommand.ts
index b043752f5e13..4a695fa0dbf6 100644
--- a/clients/client-accessanalyzer/src/commands/CreateAccessPreviewCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/CreateAccessPreviewCommand.ts
@@ -215,4 +215,16 @@ export class CreateAccessPreviewCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAccessPreviewCommand)
.de(de_CreateAccessPreviewCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAccessPreviewRequest;
+ output: CreateAccessPreviewResponse;
+ };
+ sdk: {
+ input: CreateAccessPreviewCommandInput;
+ output: CreateAccessPreviewCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts b/clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts
index 3f542496c849..a5f439779d64 100644
--- a/clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts
@@ -124,4 +124,16 @@ export class CreateAnalyzerCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAnalyzerCommand)
.de(de_CreateAnalyzerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAnalyzerRequest;
+ output: CreateAnalyzerResponse;
+ };
+ sdk: {
+ input: CreateAnalyzerCommandInput;
+ output: CreateAnalyzerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/CreateArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/CreateArchiveRuleCommand.ts
index 270707c69743..497934690022 100644
--- a/clients/client-accessanalyzer/src/commands/CreateArchiveRuleCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/CreateArchiveRuleCommand.ts
@@ -114,4 +114,16 @@ export class CreateArchiveRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateArchiveRuleCommand)
.de(de_CreateArchiveRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateArchiveRuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateArchiveRuleCommandInput;
+ output: CreateArchiveRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/DeleteAnalyzerCommand.ts b/clients/client-accessanalyzer/src/commands/DeleteAnalyzerCommand.ts
index e2b1b6690d32..e553c08427fe 100644
--- a/clients/client-accessanalyzer/src/commands/DeleteAnalyzerCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/DeleteAnalyzerCommand.ts
@@ -93,4 +93,16 @@ export class DeleteAnalyzerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAnalyzerCommand)
.de(de_DeleteAnalyzerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAnalyzerRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAnalyzerCommandInput;
+ output: DeleteAnalyzerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/DeleteArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/DeleteArchiveRuleCommand.ts
index 2ad4ff2b8f71..e4a94f110b07 100644
--- a/clients/client-accessanalyzer/src/commands/DeleteArchiveRuleCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/DeleteArchiveRuleCommand.ts
@@ -92,4 +92,16 @@ export class DeleteArchiveRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteArchiveRuleCommand)
.de(de_DeleteArchiveRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteArchiveRuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteArchiveRuleCommandInput;
+ output: DeleteArchiveRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/GenerateFindingRecommendationCommand.ts b/clients/client-accessanalyzer/src/commands/GenerateFindingRecommendationCommand.ts
index 5e0e071e06e9..07b70c13a79c 100644
--- a/clients/client-accessanalyzer/src/commands/GenerateFindingRecommendationCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/GenerateFindingRecommendationCommand.ts
@@ -115,4 +115,16 @@ export class GenerateFindingRecommendationCommand extends $Command
.f(void 0, void 0)
.ser(se_GenerateFindingRecommendationCommand)
.de(de_GenerateFindingRecommendationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GenerateFindingRecommendationRequest;
+ output: {};
+ };
+ sdk: {
+ input: GenerateFindingRecommendationCommandInput;
+ output: GenerateFindingRecommendationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/GetAccessPreviewCommand.ts b/clients/client-accessanalyzer/src/commands/GetAccessPreviewCommand.ts
index b95fdc254cf5..731d7e398f97 100644
--- a/clients/client-accessanalyzer/src/commands/GetAccessPreviewCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/GetAccessPreviewCommand.ts
@@ -216,4 +216,16 @@ export class GetAccessPreviewCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAccessPreviewCommand)
.de(de_GetAccessPreviewCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAccessPreviewRequest;
+ output: GetAccessPreviewResponse;
+ };
+ sdk: {
+ input: GetAccessPreviewCommandInput;
+ output: GetAccessPreviewCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/GetAnalyzedResourceCommand.ts b/clients/client-accessanalyzer/src/commands/GetAnalyzedResourceCommand.ts
index ff81e72da74b..5e209707e641 100644
--- a/clients/client-accessanalyzer/src/commands/GetAnalyzedResourceCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/GetAnalyzedResourceCommand.ts
@@ -109,4 +109,16 @@ export class GetAnalyzedResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAnalyzedResourceCommand)
.de(de_GetAnalyzedResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAnalyzedResourceRequest;
+ output: GetAnalyzedResourceResponse;
+ };
+ sdk: {
+ input: GetAnalyzedResourceCommandInput;
+ output: GetAnalyzedResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/GetAnalyzerCommand.ts b/clients/client-accessanalyzer/src/commands/GetAnalyzerCommand.ts
index 245b0b06161a..b02f188b0747 100644
--- a/clients/client-accessanalyzer/src/commands/GetAnalyzerCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/GetAnalyzerCommand.ts
@@ -111,4 +111,16 @@ export class GetAnalyzerCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAnalyzerCommand)
.de(de_GetAnalyzerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAnalyzerRequest;
+ output: GetAnalyzerResponse;
+ };
+ sdk: {
+ input: GetAnalyzerCommandInput;
+ output: GetAnalyzerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/GetArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/GetArchiveRuleCommand.ts
index 8568dd85030d..7a2d5242f69e 100644
--- a/clients/client-accessanalyzer/src/commands/GetArchiveRuleCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/GetArchiveRuleCommand.ts
@@ -112,4 +112,16 @@ export class GetArchiveRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_GetArchiveRuleCommand)
.de(de_GetArchiveRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetArchiveRuleRequest;
+ output: GetArchiveRuleResponse;
+ };
+ sdk: {
+ input: GetArchiveRuleCommandInput;
+ output: GetArchiveRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/GetFindingCommand.ts b/clients/client-accessanalyzer/src/commands/GetFindingCommand.ts
index bfaa15bef847..fa09a93e32db 100644
--- a/clients/client-accessanalyzer/src/commands/GetFindingCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/GetFindingCommand.ts
@@ -125,4 +125,16 @@ export class GetFindingCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFindingCommand)
.de(de_GetFindingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFindingRequest;
+ output: GetFindingResponse;
+ };
+ sdk: {
+ input: GetFindingCommandInput;
+ output: GetFindingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/GetFindingRecommendationCommand.ts b/clients/client-accessanalyzer/src/commands/GetFindingRecommendationCommand.ts
index bfb03ccb0b8a..f047e57e3f0c 100644
--- a/clients/client-accessanalyzer/src/commands/GetFindingRecommendationCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/GetFindingRecommendationCommand.ts
@@ -211,4 +211,16 @@ export class GetFindingRecommendationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFindingRecommendationCommand)
.de(de_GetFindingRecommendationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFindingRecommendationRequest;
+ output: GetFindingRecommendationResponse;
+ };
+ sdk: {
+ input: GetFindingRecommendationCommandInput;
+ output: GetFindingRecommendationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/GetFindingV2Command.ts b/clients/client-accessanalyzer/src/commands/GetFindingV2Command.ts
index 67cc593580a3..fbb948478c4f 100644
--- a/clients/client-accessanalyzer/src/commands/GetFindingV2Command.ts
+++ b/clients/client-accessanalyzer/src/commands/GetFindingV2Command.ts
@@ -153,4 +153,16 @@ export class GetFindingV2Command extends $Command
.f(void 0, void 0)
.ser(se_GetFindingV2Command)
.de(de_GetFindingV2Command)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFindingV2Request;
+ output: GetFindingV2Response;
+ };
+ sdk: {
+ input: GetFindingV2CommandInput;
+ output: GetFindingV2CommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/GetGeneratedPolicyCommand.ts b/clients/client-accessanalyzer/src/commands/GetGeneratedPolicyCommand.ts
index 5725d77aba42..5944beee1a03 100644
--- a/clients/client-accessanalyzer/src/commands/GetGeneratedPolicyCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/GetGeneratedPolicyCommand.ts
@@ -125,4 +125,16 @@ export class GetGeneratedPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetGeneratedPolicyCommand)
.de(de_GetGeneratedPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetGeneratedPolicyRequest;
+ output: GetGeneratedPolicyResponse;
+ };
+ sdk: {
+ input: GetGeneratedPolicyCommandInput;
+ output: GetGeneratedPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/ListAccessPreviewFindingsCommand.ts b/clients/client-accessanalyzer/src/commands/ListAccessPreviewFindingsCommand.ts
index e4a618b95f60..6d2ae12f3bba 100644
--- a/clients/client-accessanalyzer/src/commands/ListAccessPreviewFindingsCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/ListAccessPreviewFindingsCommand.ts
@@ -146,4 +146,16 @@ export class ListAccessPreviewFindingsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAccessPreviewFindingsCommand)
.de(de_ListAccessPreviewFindingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAccessPreviewFindingsRequest;
+ output: ListAccessPreviewFindingsResponse;
+ };
+ sdk: {
+ input: ListAccessPreviewFindingsCommandInput;
+ output: ListAccessPreviewFindingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/ListAccessPreviewsCommand.ts b/clients/client-accessanalyzer/src/commands/ListAccessPreviewsCommand.ts
index 245ebea8cd1b..5b68cab60006 100644
--- a/clients/client-accessanalyzer/src/commands/ListAccessPreviewsCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/ListAccessPreviewsCommand.ts
@@ -105,4 +105,16 @@ export class ListAccessPreviewsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAccessPreviewsCommand)
.de(de_ListAccessPreviewsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAccessPreviewsRequest;
+ output: ListAccessPreviewsResponse;
+ };
+ sdk: {
+ input: ListAccessPreviewsCommandInput;
+ output: ListAccessPreviewsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/ListAnalyzedResourcesCommand.ts b/clients/client-accessanalyzer/src/commands/ListAnalyzedResourcesCommand.ts
index 313cf000e238..2f9608eff756 100644
--- a/clients/client-accessanalyzer/src/commands/ListAnalyzedResourcesCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/ListAnalyzedResourcesCommand.ts
@@ -104,4 +104,16 @@ export class ListAnalyzedResourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAnalyzedResourcesCommand)
.de(de_ListAnalyzedResourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAnalyzedResourcesRequest;
+ output: ListAnalyzedResourcesResponse;
+ };
+ sdk: {
+ input: ListAnalyzedResourcesCommandInput;
+ output: ListAnalyzedResourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/ListAnalyzersCommand.ts b/clients/client-accessanalyzer/src/commands/ListAnalyzersCommand.ts
index 94ef387361a9..fed3137d71ad 100644
--- a/clients/client-accessanalyzer/src/commands/ListAnalyzersCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/ListAnalyzersCommand.ts
@@ -113,4 +113,16 @@ export class ListAnalyzersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAnalyzersCommand)
.de(de_ListAnalyzersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAnalyzersRequest;
+ output: ListAnalyzersResponse;
+ };
+ sdk: {
+ input: ListAnalyzersCommandInput;
+ output: ListAnalyzersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/ListArchiveRulesCommand.ts b/clients/client-accessanalyzer/src/commands/ListArchiveRulesCommand.ts
index 4ca37ea511cc..1b97cfe7500c 100644
--- a/clients/client-accessanalyzer/src/commands/ListArchiveRulesCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/ListArchiveRulesCommand.ts
@@ -112,4 +112,16 @@ export class ListArchiveRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListArchiveRulesCommand)
.de(de_ListArchiveRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListArchiveRulesRequest;
+ output: ListArchiveRulesResponse;
+ };
+ sdk: {
+ input: ListArchiveRulesCommandInput;
+ output: ListArchiveRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/ListFindingsCommand.ts b/clients/client-accessanalyzer/src/commands/ListFindingsCommand.ts
index a19a1630470e..66d0e7fee9f1 100644
--- a/clients/client-accessanalyzer/src/commands/ListFindingsCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/ListFindingsCommand.ts
@@ -148,4 +148,16 @@ export class ListFindingsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFindingsCommand)
.de(de_ListFindingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFindingsRequest;
+ output: ListFindingsResponse;
+ };
+ sdk: {
+ input: ListFindingsCommandInput;
+ output: ListFindingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/ListFindingsV2Command.ts b/clients/client-accessanalyzer/src/commands/ListFindingsV2Command.ts
index fb450a62eee0..097d102f93a6 100644
--- a/clients/client-accessanalyzer/src/commands/ListFindingsV2Command.ts
+++ b/clients/client-accessanalyzer/src/commands/ListFindingsV2Command.ts
@@ -130,4 +130,16 @@ export class ListFindingsV2Command extends $Command
.f(void 0, void 0)
.ser(se_ListFindingsV2Command)
.de(de_ListFindingsV2Command)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFindingsV2Request;
+ output: ListFindingsV2Response;
+ };
+ sdk: {
+ input: ListFindingsV2CommandInput;
+ output: ListFindingsV2CommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/ListPolicyGenerationsCommand.ts b/clients/client-accessanalyzer/src/commands/ListPolicyGenerationsCommand.ts
index b0cc4ad8ba02..1c15d65ab18b 100644
--- a/clients/client-accessanalyzer/src/commands/ListPolicyGenerationsCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/ListPolicyGenerationsCommand.ts
@@ -100,4 +100,16 @@ export class ListPolicyGenerationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPolicyGenerationsCommand)
.de(de_ListPolicyGenerationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPolicyGenerationsRequest;
+ output: ListPolicyGenerationsResponse;
+ };
+ sdk: {
+ input: ListPolicyGenerationsCommandInput;
+ output: ListPolicyGenerationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/ListTagsForResourceCommand.ts b/clients/client-accessanalyzer/src/commands/ListTagsForResourceCommand.ts
index 0b82be0456cc..28803e001a36 100644
--- a/clients/client-accessanalyzer/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/ListTagsForResourceCommand.ts
@@ -94,4 +94,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/StartPolicyGenerationCommand.ts b/clients/client-accessanalyzer/src/commands/StartPolicyGenerationCommand.ts
index 65d147894c59..2077e04bce15 100644
--- a/clients/client-accessanalyzer/src/commands/StartPolicyGenerationCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/StartPolicyGenerationCommand.ts
@@ -112,4 +112,16 @@ export class StartPolicyGenerationCommand extends $Command
.f(void 0, void 0)
.ser(se_StartPolicyGenerationCommand)
.de(de_StartPolicyGenerationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartPolicyGenerationRequest;
+ output: StartPolicyGenerationResponse;
+ };
+ sdk: {
+ input: StartPolicyGenerationCommandInput;
+ output: StartPolicyGenerationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/StartResourceScanCommand.ts b/clients/client-accessanalyzer/src/commands/StartResourceScanCommand.ts
index 52561121f9eb..92bd11ea2f2e 100644
--- a/clients/client-accessanalyzer/src/commands/StartResourceScanCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/StartResourceScanCommand.ts
@@ -92,4 +92,16 @@ export class StartResourceScanCommand extends $Command
.f(void 0, void 0)
.ser(se_StartResourceScanCommand)
.de(de_StartResourceScanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartResourceScanRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartResourceScanCommandInput;
+ output: StartResourceScanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/TagResourceCommand.ts b/clients/client-accessanalyzer/src/commands/TagResourceCommand.ts
index 6bb0191c5269..165670d8e749 100644
--- a/clients/client-accessanalyzer/src/commands/TagResourceCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/TagResourceCommand.ts
@@ -93,4 +93,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/UntagResourceCommand.ts b/clients/client-accessanalyzer/src/commands/UntagResourceCommand.ts
index f7be712f3c9f..8f86f203074e 100644
--- a/clients/client-accessanalyzer/src/commands/UntagResourceCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/UntagResourceCommand.ts
@@ -93,4 +93,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/UpdateArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/UpdateArchiveRuleCommand.ts
index 70babafec573..f8c196f278c2 100644
--- a/clients/client-accessanalyzer/src/commands/UpdateArchiveRuleCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/UpdateArchiveRuleCommand.ts
@@ -106,4 +106,16 @@ export class UpdateArchiveRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateArchiveRuleCommand)
.de(de_UpdateArchiveRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateArchiveRuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateArchiveRuleCommandInput;
+ output: UpdateArchiveRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/UpdateFindingsCommand.ts b/clients/client-accessanalyzer/src/commands/UpdateFindingsCommand.ts
index 8582f5728c5a..58f5fcb94a43 100644
--- a/clients/client-accessanalyzer/src/commands/UpdateFindingsCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/UpdateFindingsCommand.ts
@@ -96,4 +96,16 @@ export class UpdateFindingsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFindingsCommand)
.de(de_UpdateFindingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFindingsRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateFindingsCommandInput;
+ output: UpdateFindingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-accessanalyzer/src/commands/ValidatePolicyCommand.ts b/clients/client-accessanalyzer/src/commands/ValidatePolicyCommand.ts
index 159617f78c5e..0d2ed30a7bb4 100644
--- a/clients/client-accessanalyzer/src/commands/ValidatePolicyCommand.ts
+++ b/clients/client-accessanalyzer/src/commands/ValidatePolicyCommand.ts
@@ -131,4 +131,16 @@ export class ValidatePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_ValidatePolicyCommand)
.de(de_ValidatePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ValidatePolicyRequest;
+ output: ValidatePolicyResponse;
+ };
+ sdk: {
+ input: ValidatePolicyCommandInput;
+ output: ValidatePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-account/package.json b/clients/client-account/package.json
index a7ae4bf00b8e..2b251512e417 100644
--- a/clients/client-account/package.json
+++ b/clients/client-account/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-account/src/commands/AcceptPrimaryEmailUpdateCommand.ts b/clients/client-account/src/commands/AcceptPrimaryEmailUpdateCommand.ts
index 0aaaad06ed81..fa8050cb72c9 100644
--- a/clients/client-account/src/commands/AcceptPrimaryEmailUpdateCommand.ts
+++ b/clients/client-account/src/commands/AcceptPrimaryEmailUpdateCommand.ts
@@ -107,4 +107,16 @@ export class AcceptPrimaryEmailUpdateCommand extends $Command
.f(AcceptPrimaryEmailUpdateRequestFilterSensitiveLog, void 0)
.ser(se_AcceptPrimaryEmailUpdateCommand)
.de(de_AcceptPrimaryEmailUpdateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AcceptPrimaryEmailUpdateRequest;
+ output: AcceptPrimaryEmailUpdateResponse;
+ };
+ sdk: {
+ input: AcceptPrimaryEmailUpdateCommandInput;
+ output: AcceptPrimaryEmailUpdateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-account/src/commands/DeleteAlternateContactCommand.ts b/clients/client-account/src/commands/DeleteAlternateContactCommand.ts
index 83ddae7a6c12..944b54b3d2f8 100644
--- a/clients/client-account/src/commands/DeleteAlternateContactCommand.ts
+++ b/clients/client-account/src/commands/DeleteAlternateContactCommand.ts
@@ -102,4 +102,16 @@ export class DeleteAlternateContactCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAlternateContactCommand)
.de(de_DeleteAlternateContactCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAlternateContactRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAlternateContactCommandInput;
+ output: DeleteAlternateContactCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-account/src/commands/DisableRegionCommand.ts b/clients/client-account/src/commands/DisableRegionCommand.ts
index 37f2a9ac6a1b..658a5f5f0048 100644
--- a/clients/client-account/src/commands/DisableRegionCommand.ts
+++ b/clients/client-account/src/commands/DisableRegionCommand.ts
@@ -100,4 +100,16 @@ export class DisableRegionCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableRegionCommand)
.de(de_DisableRegionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableRegionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisableRegionCommandInput;
+ output: DisableRegionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-account/src/commands/EnableRegionCommand.ts b/clients/client-account/src/commands/EnableRegionCommand.ts
index a1e159e3e11d..5970d91ab862 100644
--- a/clients/client-account/src/commands/EnableRegionCommand.ts
+++ b/clients/client-account/src/commands/EnableRegionCommand.ts
@@ -96,4 +96,16 @@ export class EnableRegionCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableRegionCommand)
.de(de_EnableRegionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableRegionRequest;
+ output: {};
+ };
+ sdk: {
+ input: EnableRegionCommandInput;
+ output: EnableRegionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-account/src/commands/GetAlternateContactCommand.ts b/clients/client-account/src/commands/GetAlternateContactCommand.ts
index e2522d75cd56..97d95bd19e97 100644
--- a/clients/client-account/src/commands/GetAlternateContactCommand.ts
+++ b/clients/client-account/src/commands/GetAlternateContactCommand.ts
@@ -114,4 +114,16 @@ export class GetAlternateContactCommand extends $Command
.f(void 0, GetAlternateContactResponseFilterSensitiveLog)
.ser(se_GetAlternateContactCommand)
.de(de_GetAlternateContactCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAlternateContactRequest;
+ output: GetAlternateContactResponse;
+ };
+ sdk: {
+ input: GetAlternateContactCommandInput;
+ output: GetAlternateContactCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-account/src/commands/GetContactInformationCommand.ts b/clients/client-account/src/commands/GetContactInformationCommand.ts
index 0abe427f9c3f..dea48dfd66fa 100644
--- a/clients/client-account/src/commands/GetContactInformationCommand.ts
+++ b/clients/client-account/src/commands/GetContactInformationCommand.ts
@@ -114,4 +114,16 @@ export class GetContactInformationCommand extends $Command
.f(void 0, GetContactInformationResponseFilterSensitiveLog)
.ser(se_GetContactInformationCommand)
.de(de_GetContactInformationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetContactInformationRequest;
+ output: GetContactInformationResponse;
+ };
+ sdk: {
+ input: GetContactInformationCommandInput;
+ output: GetContactInformationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-account/src/commands/GetPrimaryEmailCommand.ts b/clients/client-account/src/commands/GetPrimaryEmailCommand.ts
index 74b30f351abf..10d324e136e8 100644
--- a/clients/client-account/src/commands/GetPrimaryEmailCommand.ts
+++ b/clients/client-account/src/commands/GetPrimaryEmailCommand.ts
@@ -99,4 +99,16 @@ export class GetPrimaryEmailCommand extends $Command
.f(void 0, GetPrimaryEmailResponseFilterSensitiveLog)
.ser(se_GetPrimaryEmailCommand)
.de(de_GetPrimaryEmailCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPrimaryEmailRequest;
+ output: GetPrimaryEmailResponse;
+ };
+ sdk: {
+ input: GetPrimaryEmailCommandInput;
+ output: GetPrimaryEmailCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-account/src/commands/GetRegionOptStatusCommand.ts b/clients/client-account/src/commands/GetRegionOptStatusCommand.ts
index e5da4bb02c98..0fbb1d606a19 100644
--- a/clients/client-account/src/commands/GetRegionOptStatusCommand.ts
+++ b/clients/client-account/src/commands/GetRegionOptStatusCommand.ts
@@ -94,4 +94,16 @@ export class GetRegionOptStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRegionOptStatusCommand)
.de(de_GetRegionOptStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRegionOptStatusRequest;
+ output: GetRegionOptStatusResponse;
+ };
+ sdk: {
+ input: GetRegionOptStatusCommandInput;
+ output: GetRegionOptStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-account/src/commands/ListRegionsCommand.ts b/clients/client-account/src/commands/ListRegionsCommand.ts
index eccbe1269642..7750dbe65c63 100644
--- a/clients/client-account/src/commands/ListRegionsCommand.ts
+++ b/clients/client-account/src/commands/ListRegionsCommand.ts
@@ -105,4 +105,16 @@ export class ListRegionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRegionsCommand)
.de(de_ListRegionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRegionsRequest;
+ output: ListRegionsResponse;
+ };
+ sdk: {
+ input: ListRegionsCommandInput;
+ output: ListRegionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-account/src/commands/PutAlternateContactCommand.ts b/clients/client-account/src/commands/PutAlternateContactCommand.ts
index 31eb24790d53..451a725af621 100644
--- a/clients/client-account/src/commands/PutAlternateContactCommand.ts
+++ b/clients/client-account/src/commands/PutAlternateContactCommand.ts
@@ -103,4 +103,16 @@ export class PutAlternateContactCommand extends $Command
.f(PutAlternateContactRequestFilterSensitiveLog, void 0)
.ser(se_PutAlternateContactCommand)
.de(de_PutAlternateContactCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutAlternateContactRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutAlternateContactCommandInput;
+ output: PutAlternateContactCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-account/src/commands/PutContactInformationCommand.ts b/clients/client-account/src/commands/PutContactInformationCommand.ts
index 77fe1ca19e5d..85d62ef1a6cd 100644
--- a/clients/client-account/src/commands/PutContactInformationCommand.ts
+++ b/clients/client-account/src/commands/PutContactInformationCommand.ts
@@ -106,4 +106,16 @@ export class PutContactInformationCommand extends $Command
.f(PutContactInformationRequestFilterSensitiveLog, void 0)
.ser(se_PutContactInformationCommand)
.de(de_PutContactInformationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutContactInformationRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutContactInformationCommandInput;
+ output: PutContactInformationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-account/src/commands/StartPrimaryEmailUpdateCommand.ts b/clients/client-account/src/commands/StartPrimaryEmailUpdateCommand.ts
index b67629322bb9..af4e2988233e 100644
--- a/clients/client-account/src/commands/StartPrimaryEmailUpdateCommand.ts
+++ b/clients/client-account/src/commands/StartPrimaryEmailUpdateCommand.ts
@@ -106,4 +106,16 @@ export class StartPrimaryEmailUpdateCommand extends $Command
.f(StartPrimaryEmailUpdateRequestFilterSensitiveLog, void 0)
.ser(se_StartPrimaryEmailUpdateCommand)
.de(de_StartPrimaryEmailUpdateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartPrimaryEmailUpdateRequest;
+ output: StartPrimaryEmailUpdateResponse;
+ };
+ sdk: {
+ input: StartPrimaryEmailUpdateCommandInput;
+ output: StartPrimaryEmailUpdateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm-pca/package.json b/clients/client-acm-pca/package.json
index 08b220db12f1..148b174480e4 100644
--- a/clients/client-acm-pca/package.json
+++ b/clients/client-acm-pca/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2"
},
"devDependencies": {
diff --git a/clients/client-acm-pca/src/commands/CreateCertificateAuthorityAuditReportCommand.ts b/clients/client-acm-pca/src/commands/CreateCertificateAuthorityAuditReportCommand.ts
index fb4b706d9733..a58028a6ff8f 100644
--- a/clients/client-acm-pca/src/commands/CreateCertificateAuthorityAuditReportCommand.ts
+++ b/clients/client-acm-pca/src/commands/CreateCertificateAuthorityAuditReportCommand.ts
@@ -124,4 +124,16 @@ export class CreateCertificateAuthorityAuditReportCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCertificateAuthorityAuditReportCommand)
.de(de_CreateCertificateAuthorityAuditReportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCertificateAuthorityAuditReportRequest;
+ output: CreateCertificateAuthorityAuditReportResponse;
+ };
+ sdk: {
+ input: CreateCertificateAuthorityAuditReportCommandInput;
+ output: CreateCertificateAuthorityAuditReportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm-pca/src/commands/CreateCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/CreateCertificateAuthorityCommand.ts
index 5636f1f31077..a8d5451f047e 100644
--- a/clients/client-acm-pca/src/commands/CreateCertificateAuthorityCommand.ts
+++ b/clients/client-acm-pca/src/commands/CreateCertificateAuthorityCommand.ts
@@ -221,4 +221,16 @@ export class CreateCertificateAuthorityCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCertificateAuthorityCommand)
.de(de_CreateCertificateAuthorityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCertificateAuthorityRequest;
+ output: CreateCertificateAuthorityResponse;
+ };
+ sdk: {
+ input: CreateCertificateAuthorityCommandInput;
+ output: CreateCertificateAuthorityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm-pca/src/commands/CreatePermissionCommand.ts b/clients/client-acm-pca/src/commands/CreatePermissionCommand.ts
index 19ae61f6ca04..8d3c7a9205fd 100644
--- a/clients/client-acm-pca/src/commands/CreatePermissionCommand.ts
+++ b/clients/client-acm-pca/src/commands/CreatePermissionCommand.ts
@@ -127,4 +127,16 @@ export class CreatePermissionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePermissionCommand)
.de(de_CreatePermissionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePermissionRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreatePermissionCommandInput;
+ output: CreatePermissionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm-pca/src/commands/DeleteCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/DeleteCertificateAuthorityCommand.ts
index 30bee744d8bf..aead7742f37b 100644
--- a/clients/client-acm-pca/src/commands/DeleteCertificateAuthorityCommand.ts
+++ b/clients/client-acm-pca/src/commands/DeleteCertificateAuthorityCommand.ts
@@ -109,4 +109,16 @@ export class DeleteCertificateAuthorityCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCertificateAuthorityCommand)
.de(de_DeleteCertificateAuthorityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCertificateAuthorityRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCertificateAuthorityCommandInput;
+ output: DeleteCertificateAuthorityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm-pca/src/commands/DeletePermissionCommand.ts b/clients/client-acm-pca/src/commands/DeletePermissionCommand.ts
index 3e3b1192cac5..7c85481a283b 100644
--- a/clients/client-acm-pca/src/commands/DeletePermissionCommand.ts
+++ b/clients/client-acm-pca/src/commands/DeletePermissionCommand.ts
@@ -119,4 +119,16 @@ export class DeletePermissionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePermissionCommand)
.de(de_DeletePermissionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePermissionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePermissionCommandInput;
+ output: DeletePermissionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm-pca/src/commands/DeletePolicyCommand.ts b/clients/client-acm-pca/src/commands/DeletePolicyCommand.ts
index 9b40631c212a..a47921f86c27 100644
--- a/clients/client-acm-pca/src/commands/DeletePolicyCommand.ts
+++ b/clients/client-acm-pca/src/commands/DeletePolicyCommand.ts
@@ -131,4 +131,16 @@ export class DeletePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePolicyCommand)
.de(de_DeletePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePolicyCommandInput;
+ output: DeletePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityAuditReportCommand.ts b/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityAuditReportCommand.ts
index aca35942e354..a6f03064665c 100644
--- a/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityAuditReportCommand.ts
+++ b/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityAuditReportCommand.ts
@@ -104,4 +104,16 @@ export class DescribeCertificateAuthorityAuditReportCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCertificateAuthorityAuditReportCommand)
.de(de_DescribeCertificateAuthorityAuditReportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCertificateAuthorityAuditReportRequest;
+ output: DescribeCertificateAuthorityAuditReportResponse;
+ };
+ sdk: {
+ input: DescribeCertificateAuthorityAuditReportCommandInput;
+ output: DescribeCertificateAuthorityAuditReportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityCommand.ts
index 053dde165762..8bff333039e5 100644
--- a/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityCommand.ts
+++ b/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityCommand.ts
@@ -244,4 +244,16 @@ export class DescribeCertificateAuthorityCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCertificateAuthorityCommand)
.de(de_DescribeCertificateAuthorityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCertificateAuthorityRequest;
+ output: DescribeCertificateAuthorityResponse;
+ };
+ sdk: {
+ input: DescribeCertificateAuthorityCommandInput;
+ output: DescribeCertificateAuthorityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm-pca/src/commands/GetCertificateAuthorityCertificateCommand.ts b/clients/client-acm-pca/src/commands/GetCertificateAuthorityCertificateCommand.ts
index 3428753b6fdb..5ed994b46d79 100644
--- a/clients/client-acm-pca/src/commands/GetCertificateAuthorityCertificateCommand.ts
+++ b/clients/client-acm-pca/src/commands/GetCertificateAuthorityCertificateCommand.ts
@@ -100,4 +100,16 @@ export class GetCertificateAuthorityCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCertificateAuthorityCertificateCommand)
.de(de_GetCertificateAuthorityCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCertificateAuthorityCertificateRequest;
+ output: GetCertificateAuthorityCertificateResponse;
+ };
+ sdk: {
+ input: GetCertificateAuthorityCertificateCommandInput;
+ output: GetCertificateAuthorityCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm-pca/src/commands/GetCertificateAuthorityCsrCommand.ts b/clients/client-acm-pca/src/commands/GetCertificateAuthorityCsrCommand.ts
index ac6f4a70826c..15d0340576e5 100644
--- a/clients/client-acm-pca/src/commands/GetCertificateAuthorityCsrCommand.ts
+++ b/clients/client-acm-pca/src/commands/GetCertificateAuthorityCsrCommand.ts
@@ -98,4 +98,16 @@ export class GetCertificateAuthorityCsrCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCertificateAuthorityCsrCommand)
.de(de_GetCertificateAuthorityCsrCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCertificateAuthorityCsrRequest;
+ output: GetCertificateAuthorityCsrResponse;
+ };
+ sdk: {
+ input: GetCertificateAuthorityCsrCommandInput;
+ output: GetCertificateAuthorityCsrCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm-pca/src/commands/GetCertificateCommand.ts b/clients/client-acm-pca/src/commands/GetCertificateCommand.ts
index 65417ef8e87a..25346308b8a7 100644
--- a/clients/client-acm-pca/src/commands/GetCertificateCommand.ts
+++ b/clients/client-acm-pca/src/commands/GetCertificateCommand.ts
@@ -103,4 +103,16 @@ export class GetCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCertificateCommand)
.de(de_GetCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCertificateRequest;
+ output: GetCertificateResponse;
+ };
+ sdk: {
+ input: GetCertificateCommandInput;
+ output: GetCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm-pca/src/commands/GetPolicyCommand.ts b/clients/client-acm-pca/src/commands/GetPolicyCommand.ts
index d190489dd0e6..b575ea18903d 100644
--- a/clients/client-acm-pca/src/commands/GetPolicyCommand.ts
+++ b/clients/client-acm-pca/src/commands/GetPolicyCommand.ts
@@ -121,4 +121,16 @@ export class GetPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPolicyCommand)
.de(de_GetPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPolicyRequest;
+ output: GetPolicyResponse;
+ };
+ sdk: {
+ input: GetPolicyCommandInput;
+ output: GetPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm-pca/src/commands/ImportCertificateAuthorityCertificateCommand.ts b/clients/client-acm-pca/src/commands/ImportCertificateAuthorityCertificateCommand.ts
index 98f2b618dbcb..70cf06c57884 100644
--- a/clients/client-acm-pca/src/commands/ImportCertificateAuthorityCertificateCommand.ts
+++ b/clients/client-acm-pca/src/commands/ImportCertificateAuthorityCertificateCommand.ts
@@ -238,4 +238,16 @@ export class ImportCertificateAuthorityCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportCertificateAuthorityCertificateCommand)
.de(de_ImportCertificateAuthorityCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportCertificateAuthorityCertificateRequest;
+ output: {};
+ };
+ sdk: {
+ input: ImportCertificateAuthorityCertificateCommandInput;
+ output: ImportCertificateAuthorityCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm-pca/src/commands/IssueCertificateCommand.ts b/clients/client-acm-pca/src/commands/IssueCertificateCommand.ts
index 6fe955c0d26e..88788abf1c71 100644
--- a/clients/client-acm-pca/src/commands/IssueCertificateCommand.ts
+++ b/clients/client-acm-pca/src/commands/IssueCertificateCommand.ts
@@ -219,4 +219,16 @@ export class IssueCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_IssueCertificateCommand)
.de(de_IssueCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: IssueCertificateRequest;
+ output: IssueCertificateResponse;
+ };
+ sdk: {
+ input: IssueCertificateCommandInput;
+ output: IssueCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm-pca/src/commands/ListCertificateAuthoritiesCommand.ts b/clients/client-acm-pca/src/commands/ListCertificateAuthoritiesCommand.ts
index f3e595744883..34a9a6ec6dc0 100644
--- a/clients/client-acm-pca/src/commands/ListCertificateAuthoritiesCommand.ts
+++ b/clients/client-acm-pca/src/commands/ListCertificateAuthoritiesCommand.ts
@@ -200,4 +200,16 @@ export class ListCertificateAuthoritiesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCertificateAuthoritiesCommand)
.de(de_ListCertificateAuthoritiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCertificateAuthoritiesRequest;
+ output: ListCertificateAuthoritiesResponse;
+ };
+ sdk: {
+ input: ListCertificateAuthoritiesCommandInput;
+ output: ListCertificateAuthoritiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm-pca/src/commands/ListPermissionsCommand.ts b/clients/client-acm-pca/src/commands/ListPermissionsCommand.ts
index 4d70f0b4b2b9..b832340e126c 100644
--- a/clients/client-acm-pca/src/commands/ListPermissionsCommand.ts
+++ b/clients/client-acm-pca/src/commands/ListPermissionsCommand.ts
@@ -136,4 +136,16 @@ export class ListPermissionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPermissionsCommand)
.de(de_ListPermissionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPermissionsRequest;
+ output: ListPermissionsResponse;
+ };
+ sdk: {
+ input: ListPermissionsCommandInput;
+ output: ListPermissionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm-pca/src/commands/ListTagsCommand.ts b/clients/client-acm-pca/src/commands/ListTagsCommand.ts
index 7e357417f78e..a65ed79d686c 100644
--- a/clients/client-acm-pca/src/commands/ListTagsCommand.ts
+++ b/clients/client-acm-pca/src/commands/ListTagsCommand.ts
@@ -99,4 +99,16 @@ export class ListTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsCommand)
.de(de_ListTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsRequest;
+ output: ListTagsResponse;
+ };
+ sdk: {
+ input: ListTagsCommandInput;
+ output: ListTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm-pca/src/commands/PutPolicyCommand.ts b/clients/client-acm-pca/src/commands/PutPolicyCommand.ts
index ea1247a239a1..e24324bba45f 100644
--- a/clients/client-acm-pca/src/commands/PutPolicyCommand.ts
+++ b/clients/client-acm-pca/src/commands/PutPolicyCommand.ts
@@ -133,4 +133,16 @@ export class PutPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutPolicyCommand)
.de(de_PutPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutPolicyCommandInput;
+ output: PutPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm-pca/src/commands/RestoreCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/RestoreCertificateAuthorityCommand.ts
index 2e4a5e4ab0ea..5bcae01fdda6 100644
--- a/clients/client-acm-pca/src/commands/RestoreCertificateAuthorityCommand.ts
+++ b/clients/client-acm-pca/src/commands/RestoreCertificateAuthorityCommand.ts
@@ -96,4 +96,16 @@ export class RestoreCertificateAuthorityCommand extends $Command
.f(void 0, void 0)
.ser(se_RestoreCertificateAuthorityCommand)
.de(de_RestoreCertificateAuthorityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RestoreCertificateAuthorityRequest;
+ output: {};
+ };
+ sdk: {
+ input: RestoreCertificateAuthorityCommandInput;
+ output: RestoreCertificateAuthorityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm-pca/src/commands/RevokeCertificateCommand.ts b/clients/client-acm-pca/src/commands/RevokeCertificateCommand.ts
index 01c5038b0052..8303b9e0b29e 100644
--- a/clients/client-acm-pca/src/commands/RevokeCertificateCommand.ts
+++ b/clients/client-acm-pca/src/commands/RevokeCertificateCommand.ts
@@ -126,4 +126,16 @@ export class RevokeCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_RevokeCertificateCommand)
.de(de_RevokeCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RevokeCertificateRequest;
+ output: {};
+ };
+ sdk: {
+ input: RevokeCertificateCommandInput;
+ output: RevokeCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm-pca/src/commands/TagCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/TagCertificateAuthorityCommand.ts
index 53161a0673bd..dc4f6d2ae47b 100644
--- a/clients/client-acm-pca/src/commands/TagCertificateAuthorityCommand.ts
+++ b/clients/client-acm-pca/src/commands/TagCertificateAuthorityCommand.ts
@@ -114,4 +114,16 @@ export class TagCertificateAuthorityCommand extends $Command
.f(void 0, void 0)
.ser(se_TagCertificateAuthorityCommand)
.de(de_TagCertificateAuthorityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagCertificateAuthorityRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagCertificateAuthorityCommandInput;
+ output: TagCertificateAuthorityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm-pca/src/commands/UntagCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/UntagCertificateAuthorityCommand.ts
index ed2b8ae16e1d..d9978a4f7d1b 100644
--- a/clients/client-acm-pca/src/commands/UntagCertificateAuthorityCommand.ts
+++ b/clients/client-acm-pca/src/commands/UntagCertificateAuthorityCommand.ts
@@ -100,4 +100,16 @@ export class UntagCertificateAuthorityCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagCertificateAuthorityCommand)
.de(de_UntagCertificateAuthorityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagCertificateAuthorityRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagCertificateAuthorityCommandInput;
+ output: UntagCertificateAuthorityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm-pca/src/commands/UpdateCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/UpdateCertificateAuthorityCommand.ts
index 7d18b7bb7166..62d9a49fee40 100644
--- a/clients/client-acm-pca/src/commands/UpdateCertificateAuthorityCommand.ts
+++ b/clients/client-acm-pca/src/commands/UpdateCertificateAuthorityCommand.ts
@@ -123,4 +123,16 @@ export class UpdateCertificateAuthorityCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCertificateAuthorityCommand)
.de(de_UpdateCertificateAuthorityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCertificateAuthorityRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateCertificateAuthorityCommandInput;
+ output: UpdateCertificateAuthorityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm/package.json b/clients/client-acm/package.json
index 9651073052a1..635b70d27aeb 100644
--- a/clients/client-acm/package.json
+++ b/clients/client-acm/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2"
},
"devDependencies": {
diff --git a/clients/client-acm/src/commands/AddTagsToCertificateCommand.ts b/clients/client-acm/src/commands/AddTagsToCertificateCommand.ts
index 074b676ca697..8a67be078ad9 100644
--- a/clients/client-acm/src/commands/AddTagsToCertificateCommand.ts
+++ b/clients/client-acm/src/commands/AddTagsToCertificateCommand.ts
@@ -117,4 +117,16 @@ export class AddTagsToCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_AddTagsToCertificateCommand)
.de(de_AddTagsToCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddTagsToCertificateRequest;
+ output: {};
+ };
+ sdk: {
+ input: AddTagsToCertificateCommandInput;
+ output: AddTagsToCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm/src/commands/DeleteCertificateCommand.ts b/clients/client-acm/src/commands/DeleteCertificateCommand.ts
index f75e916ddc58..7bf1c0661657 100644
--- a/clients/client-acm/src/commands/DeleteCertificateCommand.ts
+++ b/clients/client-acm/src/commands/DeleteCertificateCommand.ts
@@ -103,4 +103,16 @@ export class DeleteCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCertificateCommand)
.de(de_DeleteCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCertificateRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCertificateCommandInput;
+ output: DeleteCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm/src/commands/DescribeCertificateCommand.ts b/clients/client-acm/src/commands/DescribeCertificateCommand.ts
index c9d373cf2497..9c45ffd87ac1 100644
--- a/clients/client-acm/src/commands/DescribeCertificateCommand.ts
+++ b/clients/client-acm/src/commands/DescribeCertificateCommand.ts
@@ -163,4 +163,16 @@ export class DescribeCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCertificateCommand)
.de(de_DescribeCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCertificateRequest;
+ output: DescribeCertificateResponse;
+ };
+ sdk: {
+ input: DescribeCertificateCommandInput;
+ output: DescribeCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm/src/commands/ExportCertificateCommand.ts b/clients/client-acm/src/commands/ExportCertificateCommand.ts
index de6e0c39835a..c18cc8c12871 100644
--- a/clients/client-acm/src/commands/ExportCertificateCommand.ts
+++ b/clients/client-acm/src/commands/ExportCertificateCommand.ts
@@ -102,4 +102,16 @@ export class ExportCertificateCommand extends $Command
.f(ExportCertificateRequestFilterSensitiveLog, ExportCertificateResponseFilterSensitiveLog)
.ser(se_ExportCertificateCommand)
.de(de_ExportCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExportCertificateRequest;
+ output: ExportCertificateResponse;
+ };
+ sdk: {
+ input: ExportCertificateCommandInput;
+ output: ExportCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm/src/commands/GetAccountConfigurationCommand.ts b/clients/client-acm/src/commands/GetAccountConfigurationCommand.ts
index 1da74132fec0..edcb889d5809 100644
--- a/clients/client-acm/src/commands/GetAccountConfigurationCommand.ts
+++ b/clients/client-acm/src/commands/GetAccountConfigurationCommand.ts
@@ -83,4 +83,16 @@ export class GetAccountConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAccountConfigurationCommand)
.de(de_GetAccountConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetAccountConfigurationResponse;
+ };
+ sdk: {
+ input: GetAccountConfigurationCommandInput;
+ output: GetAccountConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm/src/commands/GetCertificateCommand.ts b/clients/client-acm/src/commands/GetCertificateCommand.ts
index 8e5158fee12b..c2f0d212dc7a 100644
--- a/clients/client-acm/src/commands/GetCertificateCommand.ts
+++ b/clients/client-acm/src/commands/GetCertificateCommand.ts
@@ -94,4 +94,16 @@ export class GetCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCertificateCommand)
.de(de_GetCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCertificateRequest;
+ output: GetCertificateResponse;
+ };
+ sdk: {
+ input: GetCertificateCommandInput;
+ output: GetCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm/src/commands/ImportCertificateCommand.ts b/clients/client-acm/src/commands/ImportCertificateCommand.ts
index 35ed2ad5267c..19436a383507 100644
--- a/clients/client-acm/src/commands/ImportCertificateCommand.ts
+++ b/clients/client-acm/src/commands/ImportCertificateCommand.ts
@@ -172,4 +172,16 @@ export class ImportCertificateCommand extends $Command
.f(ImportCertificateRequestFilterSensitiveLog, void 0)
.ser(se_ImportCertificateCommand)
.de(de_ImportCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportCertificateRequest;
+ output: ImportCertificateResponse;
+ };
+ sdk: {
+ input: ImportCertificateCommandInput;
+ output: ImportCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm/src/commands/ListCertificatesCommand.ts b/clients/client-acm/src/commands/ListCertificatesCommand.ts
index e6711aa2e1b3..3a5221ba494f 100644
--- a/clients/client-acm/src/commands/ListCertificatesCommand.ts
+++ b/clients/client-acm/src/commands/ListCertificatesCommand.ts
@@ -129,4 +129,16 @@ export class ListCertificatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCertificatesCommand)
.de(de_ListCertificatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCertificatesRequest;
+ output: ListCertificatesResponse;
+ };
+ sdk: {
+ input: ListCertificatesCommandInput;
+ output: ListCertificatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm/src/commands/ListTagsForCertificateCommand.ts b/clients/client-acm/src/commands/ListTagsForCertificateCommand.ts
index c8715c1cf3a8..bec0a25ccfee 100644
--- a/clients/client-acm/src/commands/ListTagsForCertificateCommand.ts
+++ b/clients/client-acm/src/commands/ListTagsForCertificateCommand.ts
@@ -91,4 +91,16 @@ export class ListTagsForCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForCertificateCommand)
.de(de_ListTagsForCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForCertificateRequest;
+ output: ListTagsForCertificateResponse;
+ };
+ sdk: {
+ input: ListTagsForCertificateCommandInput;
+ output: ListTagsForCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm/src/commands/PutAccountConfigurationCommand.ts b/clients/client-acm/src/commands/PutAccountConfigurationCommand.ts
index ede8ac657a3f..c07a5209575c 100644
--- a/clients/client-acm/src/commands/PutAccountConfigurationCommand.ts
+++ b/clients/client-acm/src/commands/PutAccountConfigurationCommand.ts
@@ -96,4 +96,16 @@ export class PutAccountConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutAccountConfigurationCommand)
.de(de_PutAccountConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutAccountConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutAccountConfigurationCommandInput;
+ output: PutAccountConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm/src/commands/RemoveTagsFromCertificateCommand.ts b/clients/client-acm/src/commands/RemoveTagsFromCertificateCommand.ts
index 68f0c3ec91c6..7bf873fbdff9 100644
--- a/clients/client-acm/src/commands/RemoveTagsFromCertificateCommand.ts
+++ b/clients/client-acm/src/commands/RemoveTagsFromCertificateCommand.ts
@@ -106,4 +106,16 @@ export class RemoveTagsFromCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveTagsFromCertificateCommand)
.de(de_RemoveTagsFromCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveTagsFromCertificateRequest;
+ output: {};
+ };
+ sdk: {
+ input: RemoveTagsFromCertificateCommandInput;
+ output: RemoveTagsFromCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm/src/commands/RenewCertificateCommand.ts b/clients/client-acm/src/commands/RenewCertificateCommand.ts
index 9379243b6f0f..e16269d3e072 100644
--- a/clients/client-acm/src/commands/RenewCertificateCommand.ts
+++ b/clients/client-acm/src/commands/RenewCertificateCommand.ts
@@ -86,4 +86,16 @@ export class RenewCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_RenewCertificateCommand)
.de(de_RenewCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RenewCertificateRequest;
+ output: {};
+ };
+ sdk: {
+ input: RenewCertificateCommandInput;
+ output: RenewCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm/src/commands/RequestCertificateCommand.ts b/clients/client-acm/src/commands/RequestCertificateCommand.ts
index f4df951577aa..5ea5c192c76e 100644
--- a/clients/client-acm/src/commands/RequestCertificateCommand.ts
+++ b/clients/client-acm/src/commands/RequestCertificateCommand.ts
@@ -137,4 +137,16 @@ export class RequestCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_RequestCertificateCommand)
.de(de_RequestCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RequestCertificateRequest;
+ output: RequestCertificateResponse;
+ };
+ sdk: {
+ input: RequestCertificateCommandInput;
+ output: RequestCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm/src/commands/ResendValidationEmailCommand.ts b/clients/client-acm/src/commands/ResendValidationEmailCommand.ts
index 82be65488a2f..457e4a154533 100644
--- a/clients/client-acm/src/commands/ResendValidationEmailCommand.ts
+++ b/clients/client-acm/src/commands/ResendValidationEmailCommand.ts
@@ -99,4 +99,16 @@ export class ResendValidationEmailCommand extends $Command
.f(void 0, void 0)
.ser(se_ResendValidationEmailCommand)
.de(de_ResendValidationEmailCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResendValidationEmailRequest;
+ output: {};
+ };
+ sdk: {
+ input: ResendValidationEmailCommandInput;
+ output: ResendValidationEmailCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-acm/src/commands/UpdateCertificateOptionsCommand.ts b/clients/client-acm/src/commands/UpdateCertificateOptionsCommand.ts
index 815242a00a9c..345b57d35a23 100644
--- a/clients/client-acm/src/commands/UpdateCertificateOptionsCommand.ts
+++ b/clients/client-acm/src/commands/UpdateCertificateOptionsCommand.ts
@@ -94,4 +94,16 @@ export class UpdateCertificateOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCertificateOptionsCommand)
.de(de_UpdateCertificateOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCertificateOptionsRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateCertificateOptionsCommandInput;
+ output: UpdateCertificateOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/package.json b/clients/client-amp/package.json
index 1a73a16f6371..700291a3b8fd 100644
--- a/clients/client-amp/package.json
+++ b/clients/client-amp/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
},
diff --git a/clients/client-amp/src/commands/CreateAlertManagerDefinitionCommand.ts b/clients/client-amp/src/commands/CreateAlertManagerDefinitionCommand.ts
index 3f7af2d05e6d..aabbb034e594 100644
--- a/clients/client-amp/src/commands/CreateAlertManagerDefinitionCommand.ts
+++ b/clients/client-amp/src/commands/CreateAlertManagerDefinitionCommand.ts
@@ -112,4 +112,16 @@ export class CreateAlertManagerDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAlertManagerDefinitionCommand)
.de(de_CreateAlertManagerDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAlertManagerDefinitionRequest;
+ output: CreateAlertManagerDefinitionResponse;
+ };
+ sdk: {
+ input: CreateAlertManagerDefinitionCommandInput;
+ output: CreateAlertManagerDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/CreateLoggingConfigurationCommand.ts b/clients/client-amp/src/commands/CreateLoggingConfigurationCommand.ts
index e0cde80babc4..18b7e8e846af 100644
--- a/clients/client-amp/src/commands/CreateLoggingConfigurationCommand.ts
+++ b/clients/client-amp/src/commands/CreateLoggingConfigurationCommand.ts
@@ -97,4 +97,16 @@ export class CreateLoggingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLoggingConfigurationCommand)
.de(de_CreateLoggingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLoggingConfigurationRequest;
+ output: CreateLoggingConfigurationResponse;
+ };
+ sdk: {
+ input: CreateLoggingConfigurationCommandInput;
+ output: CreateLoggingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/CreateRuleGroupsNamespaceCommand.ts b/clients/client-amp/src/commands/CreateRuleGroupsNamespaceCommand.ts
index d1c944fec6b0..5b071f11e87e 100644
--- a/clients/client-amp/src/commands/CreateRuleGroupsNamespaceCommand.ts
+++ b/clients/client-amp/src/commands/CreateRuleGroupsNamespaceCommand.ts
@@ -117,4 +117,16 @@ export class CreateRuleGroupsNamespaceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRuleGroupsNamespaceCommand)
.de(de_CreateRuleGroupsNamespaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRuleGroupsNamespaceRequest;
+ output: CreateRuleGroupsNamespaceResponse;
+ };
+ sdk: {
+ input: CreateRuleGroupsNamespaceCommandInput;
+ output: CreateRuleGroupsNamespaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/CreateScraperCommand.ts b/clients/client-amp/src/commands/CreateScraperCommand.ts
index eadc889ad0d3..9e2cc8b3e41a 100644
--- a/clients/client-amp/src/commands/CreateScraperCommand.ts
+++ b/clients/client-amp/src/commands/CreateScraperCommand.ts
@@ -146,4 +146,16 @@ export class CreateScraperCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateScraperCommand)
.de(de_CreateScraperCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateScraperRequest;
+ output: CreateScraperResponse;
+ };
+ sdk: {
+ input: CreateScraperCommandInput;
+ output: CreateScraperCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/CreateWorkspaceCommand.ts b/clients/client-amp/src/commands/CreateWorkspaceCommand.ts
index 9124dc5ce33b..5306dd417480 100644
--- a/clients/client-amp/src/commands/CreateWorkspaceCommand.ts
+++ b/clients/client-amp/src/commands/CreateWorkspaceCommand.ts
@@ -111,4 +111,16 @@ export class CreateWorkspaceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateWorkspaceCommand)
.de(de_CreateWorkspaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateWorkspaceRequest;
+ output: CreateWorkspaceResponse;
+ };
+ sdk: {
+ input: CreateWorkspaceCommandInput;
+ output: CreateWorkspaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/DeleteAlertManagerDefinitionCommand.ts b/clients/client-amp/src/commands/DeleteAlertManagerDefinitionCommand.ts
index 38bd84c1aae0..f4aabd2323cb 100644
--- a/clients/client-amp/src/commands/DeleteAlertManagerDefinitionCommand.ts
+++ b/clients/client-amp/src/commands/DeleteAlertManagerDefinitionCommand.ts
@@ -98,4 +98,16 @@ export class DeleteAlertManagerDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAlertManagerDefinitionCommand)
.de(de_DeleteAlertManagerDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAlertManagerDefinitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAlertManagerDefinitionCommandInput;
+ output: DeleteAlertManagerDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-amp/src/commands/DeleteLoggingConfigurationCommand.ts
index 4587c8b80464..9a558e4286ad 100644
--- a/clients/client-amp/src/commands/DeleteLoggingConfigurationCommand.ts
+++ b/clients/client-amp/src/commands/DeleteLoggingConfigurationCommand.ts
@@ -92,4 +92,16 @@ export class DeleteLoggingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLoggingConfigurationCommand)
.de(de_DeleteLoggingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLoggingConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLoggingConfigurationCommandInput;
+ output: DeleteLoggingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/DeleteRuleGroupsNamespaceCommand.ts b/clients/client-amp/src/commands/DeleteRuleGroupsNamespaceCommand.ts
index f39b995b1842..d0123d89a9df 100644
--- a/clients/client-amp/src/commands/DeleteRuleGroupsNamespaceCommand.ts
+++ b/clients/client-amp/src/commands/DeleteRuleGroupsNamespaceCommand.ts
@@ -96,4 +96,16 @@ export class DeleteRuleGroupsNamespaceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRuleGroupsNamespaceCommand)
.de(de_DeleteRuleGroupsNamespaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRuleGroupsNamespaceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRuleGroupsNamespaceCommandInput;
+ output: DeleteRuleGroupsNamespaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/DeleteScraperCommand.ts b/clients/client-amp/src/commands/DeleteScraperCommand.ts
index 4817057910bb..e0eacd57cf59 100644
--- a/clients/client-amp/src/commands/DeleteScraperCommand.ts
+++ b/clients/client-amp/src/commands/DeleteScraperCommand.ts
@@ -101,4 +101,16 @@ export class DeleteScraperCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteScraperCommand)
.de(de_DeleteScraperCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteScraperRequest;
+ output: DeleteScraperResponse;
+ };
+ sdk: {
+ input: DeleteScraperCommandInput;
+ output: DeleteScraperCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/DeleteWorkspaceCommand.ts b/clients/client-amp/src/commands/DeleteWorkspaceCommand.ts
index 37ac5fc2b292..2628699e1f5b 100644
--- a/clients/client-amp/src/commands/DeleteWorkspaceCommand.ts
+++ b/clients/client-amp/src/commands/DeleteWorkspaceCommand.ts
@@ -99,4 +99,16 @@ export class DeleteWorkspaceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteWorkspaceCommand)
.de(de_DeleteWorkspaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteWorkspaceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteWorkspaceCommandInput;
+ output: DeleteWorkspaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/DescribeAlertManagerDefinitionCommand.ts b/clients/client-amp/src/commands/DescribeAlertManagerDefinitionCommand.ts
index a767559c40c9..3e879e8de466 100644
--- a/clients/client-amp/src/commands/DescribeAlertManagerDefinitionCommand.ts
+++ b/clients/client-amp/src/commands/DescribeAlertManagerDefinitionCommand.ts
@@ -107,4 +107,16 @@ export class DescribeAlertManagerDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAlertManagerDefinitionCommand)
.de(de_DescribeAlertManagerDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAlertManagerDefinitionRequest;
+ output: DescribeAlertManagerDefinitionResponse;
+ };
+ sdk: {
+ input: DescribeAlertManagerDefinitionCommandInput;
+ output: DescribeAlertManagerDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/DescribeLoggingConfigurationCommand.ts b/clients/client-amp/src/commands/DescribeLoggingConfigurationCommand.ts
index 9a11955df545..80e4365cb18d 100644
--- a/clients/client-amp/src/commands/DescribeLoggingConfigurationCommand.ts
+++ b/clients/client-amp/src/commands/DescribeLoggingConfigurationCommand.ts
@@ -105,4 +105,16 @@ export class DescribeLoggingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLoggingConfigurationCommand)
.de(de_DescribeLoggingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLoggingConfigurationRequest;
+ output: DescribeLoggingConfigurationResponse;
+ };
+ sdk: {
+ input: DescribeLoggingConfigurationCommandInput;
+ output: DescribeLoggingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/DescribeRuleGroupsNamespaceCommand.ts b/clients/client-amp/src/commands/DescribeRuleGroupsNamespaceCommand.ts
index 693b7f851811..73a052b0091f 100644
--- a/clients/client-amp/src/commands/DescribeRuleGroupsNamespaceCommand.ts
+++ b/clients/client-amp/src/commands/DescribeRuleGroupsNamespaceCommand.ts
@@ -113,4 +113,16 @@ export class DescribeRuleGroupsNamespaceCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRuleGroupsNamespaceCommand)
.de(de_DescribeRuleGroupsNamespaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRuleGroupsNamespaceRequest;
+ output: DescribeRuleGroupsNamespaceResponse;
+ };
+ sdk: {
+ input: DescribeRuleGroupsNamespaceCommandInput;
+ output: DescribeRuleGroupsNamespaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/DescribeScraperCommand.ts b/clients/client-amp/src/commands/DescribeScraperCommand.ts
index a2b969696179..ddd36f1e43f2 100644
--- a/clients/client-amp/src/commands/DescribeScraperCommand.ts
+++ b/clients/client-amp/src/commands/DescribeScraperCommand.ts
@@ -127,4 +127,16 @@ export class DescribeScraperCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeScraperCommand)
.de(de_DescribeScraperCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeScraperRequest;
+ output: DescribeScraperResponse;
+ };
+ sdk: {
+ input: DescribeScraperCommandInput;
+ output: DescribeScraperCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/DescribeWorkspaceCommand.ts b/clients/client-amp/src/commands/DescribeWorkspaceCommand.ts
index b781af846f05..3f6c8fb10759 100644
--- a/clients/client-amp/src/commands/DescribeWorkspaceCommand.ts
+++ b/clients/client-amp/src/commands/DescribeWorkspaceCommand.ts
@@ -106,4 +106,16 @@ export class DescribeWorkspaceCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeWorkspaceCommand)
.de(de_DescribeWorkspaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeWorkspaceRequest;
+ output: DescribeWorkspaceResponse;
+ };
+ sdk: {
+ input: DescribeWorkspaceCommandInput;
+ output: DescribeWorkspaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/GetDefaultScraperConfigurationCommand.ts b/clients/client-amp/src/commands/GetDefaultScraperConfigurationCommand.ts
index 1168e0d8b8a0..20e3416337d9 100644
--- a/clients/client-amp/src/commands/GetDefaultScraperConfigurationCommand.ts
+++ b/clients/client-amp/src/commands/GetDefaultScraperConfigurationCommand.ts
@@ -90,4 +90,16 @@ export class GetDefaultScraperConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDefaultScraperConfigurationCommand)
.de(de_GetDefaultScraperConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetDefaultScraperConfigurationResponse;
+ };
+ sdk: {
+ input: GetDefaultScraperConfigurationCommandInput;
+ output: GetDefaultScraperConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/ListRuleGroupsNamespacesCommand.ts b/clients/client-amp/src/commands/ListRuleGroupsNamespacesCommand.ts
index f44f705bc538..c8b17553969a 100644
--- a/clients/client-amp/src/commands/ListRuleGroupsNamespacesCommand.ts
+++ b/clients/client-amp/src/commands/ListRuleGroupsNamespacesCommand.ts
@@ -111,4 +111,16 @@ export class ListRuleGroupsNamespacesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRuleGroupsNamespacesCommand)
.de(de_ListRuleGroupsNamespacesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRuleGroupsNamespacesRequest;
+ output: ListRuleGroupsNamespacesResponse;
+ };
+ sdk: {
+ input: ListRuleGroupsNamespacesCommandInput;
+ output: ListRuleGroupsNamespacesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/ListScrapersCommand.ts b/clients/client-amp/src/commands/ListScrapersCommand.ts
index bf22212bb647..7ad65ce03039 100644
--- a/clients/client-amp/src/commands/ListScrapersCommand.ts
+++ b/clients/client-amp/src/commands/ListScrapersCommand.ts
@@ -131,4 +131,16 @@ export class ListScrapersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListScrapersCommand)
.de(de_ListScrapersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListScrapersRequest;
+ output: ListScrapersResponse;
+ };
+ sdk: {
+ input: ListScrapersCommandInput;
+ output: ListScrapersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/ListTagsForResourceCommand.ts b/clients/client-amp/src/commands/ListTagsForResourceCommand.ts
index bc04ec7b8e99..1f06cfc53762 100644
--- a/clients/client-amp/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-amp/src/commands/ListTagsForResourceCommand.ts
@@ -97,4 +97,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/ListWorkspacesCommand.ts b/clients/client-amp/src/commands/ListWorkspacesCommand.ts
index fbcb7277c738..de332ad4f95e 100644
--- a/clients/client-amp/src/commands/ListWorkspacesCommand.ts
+++ b/clients/client-amp/src/commands/ListWorkspacesCommand.ts
@@ -108,4 +108,16 @@ export class ListWorkspacesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWorkspacesCommand)
.de(de_ListWorkspacesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWorkspacesRequest;
+ output: ListWorkspacesResponse;
+ };
+ sdk: {
+ input: ListWorkspacesCommandInput;
+ output: ListWorkspacesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/PutAlertManagerDefinitionCommand.ts b/clients/client-amp/src/commands/PutAlertManagerDefinitionCommand.ts
index 600678da231e..357c9ba1be4c 100644
--- a/clients/client-amp/src/commands/PutAlertManagerDefinitionCommand.ts
+++ b/clients/client-amp/src/commands/PutAlertManagerDefinitionCommand.ts
@@ -106,4 +106,16 @@ export class PutAlertManagerDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_PutAlertManagerDefinitionCommand)
.de(de_PutAlertManagerDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutAlertManagerDefinitionRequest;
+ output: PutAlertManagerDefinitionResponse;
+ };
+ sdk: {
+ input: PutAlertManagerDefinitionCommandInput;
+ output: PutAlertManagerDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/PutRuleGroupsNamespaceCommand.ts b/clients/client-amp/src/commands/PutRuleGroupsNamespaceCommand.ts
index b98353848ebb..21f65203c647 100644
--- a/clients/client-amp/src/commands/PutRuleGroupsNamespaceCommand.ts
+++ b/clients/client-amp/src/commands/PutRuleGroupsNamespaceCommand.ts
@@ -116,4 +116,16 @@ export class PutRuleGroupsNamespaceCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRuleGroupsNamespaceCommand)
.de(de_PutRuleGroupsNamespaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRuleGroupsNamespaceRequest;
+ output: PutRuleGroupsNamespaceResponse;
+ };
+ sdk: {
+ input: PutRuleGroupsNamespaceCommandInput;
+ output: PutRuleGroupsNamespaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/TagResourceCommand.ts b/clients/client-amp/src/commands/TagResourceCommand.ts
index 428b60c0f51f..66bd85916f3b 100644
--- a/clients/client-amp/src/commands/TagResourceCommand.ts
+++ b/clients/client-amp/src/commands/TagResourceCommand.ts
@@ -100,4 +100,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/UntagResourceCommand.ts b/clients/client-amp/src/commands/UntagResourceCommand.ts
index bd43912560fd..707201815dc9 100644
--- a/clients/client-amp/src/commands/UntagResourceCommand.ts
+++ b/clients/client-amp/src/commands/UntagResourceCommand.ts
@@ -95,4 +95,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/UpdateLoggingConfigurationCommand.ts b/clients/client-amp/src/commands/UpdateLoggingConfigurationCommand.ts
index 36703df120be..f86c8eff5cd2 100644
--- a/clients/client-amp/src/commands/UpdateLoggingConfigurationCommand.ts
+++ b/clients/client-amp/src/commands/UpdateLoggingConfigurationCommand.ts
@@ -99,4 +99,16 @@ export class UpdateLoggingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateLoggingConfigurationCommand)
.de(de_UpdateLoggingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLoggingConfigurationRequest;
+ output: UpdateLoggingConfigurationResponse;
+ };
+ sdk: {
+ input: UpdateLoggingConfigurationCommandInput;
+ output: UpdateLoggingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amp/src/commands/UpdateWorkspaceAliasCommand.ts b/clients/client-amp/src/commands/UpdateWorkspaceAliasCommand.ts
index e96546d5f4b8..12b137602681 100644
--- a/clients/client-amp/src/commands/UpdateWorkspaceAliasCommand.ts
+++ b/clients/client-amp/src/commands/UpdateWorkspaceAliasCommand.ts
@@ -99,4 +99,16 @@ export class UpdateWorkspaceAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateWorkspaceAliasCommand)
.de(de_UpdateWorkspaceAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateWorkspaceAliasRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateWorkspaceAliasCommandInput;
+ output: UpdateWorkspaceAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/package.json b/clients/client-amplify/package.json
index e2133e277ec7..69f99e62bfc7 100644
--- a/clients/client-amplify/package.json
+++ b/clients/client-amplify/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-amplify/src/commands/CreateAppCommand.ts b/clients/client-amplify/src/commands/CreateAppCommand.ts
index 8e5b05fc6369..5818d7f32d21 100644
--- a/clients/client-amplify/src/commands/CreateAppCommand.ts
+++ b/clients/client-amplify/src/commands/CreateAppCommand.ts
@@ -203,4 +203,16 @@ export class CreateAppCommand extends $Command
.f(CreateAppRequestFilterSensitiveLog, CreateAppResultFilterSensitiveLog)
.ser(se_CreateAppCommand)
.de(de_CreateAppCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAppRequest;
+ output: CreateAppResult;
+ };
+ sdk: {
+ input: CreateAppCommandInput;
+ output: CreateAppCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/CreateBackendEnvironmentCommand.ts b/clients/client-amplify/src/commands/CreateBackendEnvironmentCommand.ts
index c0c5156c6f43..a2de8c564e7a 100644
--- a/clients/client-amplify/src/commands/CreateBackendEnvironmentCommand.ts
+++ b/clients/client-amplify/src/commands/CreateBackendEnvironmentCommand.ts
@@ -108,4 +108,16 @@ export class CreateBackendEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateBackendEnvironmentCommand)
.de(de_CreateBackendEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBackendEnvironmentRequest;
+ output: CreateBackendEnvironmentResult;
+ };
+ sdk: {
+ input: CreateBackendEnvironmentCommandInput;
+ output: CreateBackendEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/CreateBranchCommand.ts b/clients/client-amplify/src/commands/CreateBranchCommand.ts
index 72c0ddef2345..ccad1a85606d 100644
--- a/clients/client-amplify/src/commands/CreateBranchCommand.ts
+++ b/clients/client-amplify/src/commands/CreateBranchCommand.ts
@@ -163,4 +163,16 @@ export class CreateBranchCommand extends $Command
.f(CreateBranchRequestFilterSensitiveLog, CreateBranchResultFilterSensitiveLog)
.ser(se_CreateBranchCommand)
.de(de_CreateBranchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBranchRequest;
+ output: CreateBranchResult;
+ };
+ sdk: {
+ input: CreateBranchCommandInput;
+ output: CreateBranchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/CreateDeploymentCommand.ts b/clients/client-amplify/src/commands/CreateDeploymentCommand.ts
index 918ccefcf481..5b00fbdda2f1 100644
--- a/clients/client-amplify/src/commands/CreateDeploymentCommand.ts
+++ b/clients/client-amplify/src/commands/CreateDeploymentCommand.ts
@@ -102,4 +102,16 @@ export class CreateDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDeploymentCommand)
.de(de_CreateDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDeploymentRequest;
+ output: CreateDeploymentResult;
+ };
+ sdk: {
+ input: CreateDeploymentCommandInput;
+ output: CreateDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/CreateDomainAssociationCommand.ts b/clients/client-amplify/src/commands/CreateDomainAssociationCommand.ts
index c6f95e575594..fe12c257ad35 100644
--- a/clients/client-amplify/src/commands/CreateDomainAssociationCommand.ts
+++ b/clients/client-amplify/src/commands/CreateDomainAssociationCommand.ts
@@ -139,4 +139,16 @@ export class CreateDomainAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDomainAssociationCommand)
.de(de_CreateDomainAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDomainAssociationRequest;
+ output: CreateDomainAssociationResult;
+ };
+ sdk: {
+ input: CreateDomainAssociationCommandInput;
+ output: CreateDomainAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/CreateWebhookCommand.ts b/clients/client-amplify/src/commands/CreateWebhookCommand.ts
index f2bb24b42588..fc8a2aa2b2d3 100644
--- a/clients/client-amplify/src/commands/CreateWebhookCommand.ts
+++ b/clients/client-amplify/src/commands/CreateWebhookCommand.ts
@@ -105,4 +105,16 @@ export class CreateWebhookCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateWebhookCommand)
.de(de_CreateWebhookCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateWebhookRequest;
+ output: CreateWebhookResult;
+ };
+ sdk: {
+ input: CreateWebhookCommandInput;
+ output: CreateWebhookCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/DeleteAppCommand.ts b/clients/client-amplify/src/commands/DeleteAppCommand.ts
index 535958dabb60..f1f9c29ae32e 100644
--- a/clients/client-amplify/src/commands/DeleteAppCommand.ts
+++ b/clients/client-amplify/src/commands/DeleteAppCommand.ts
@@ -151,4 +151,16 @@ export class DeleteAppCommand extends $Command
.f(void 0, DeleteAppResultFilterSensitiveLog)
.ser(se_DeleteAppCommand)
.de(de_DeleteAppCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAppRequest;
+ output: DeleteAppResult;
+ };
+ sdk: {
+ input: DeleteAppCommandInput;
+ output: DeleteAppCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/DeleteBackendEnvironmentCommand.ts b/clients/client-amplify/src/commands/DeleteBackendEnvironmentCommand.ts
index c8a98f87aa70..b9394cc56432 100644
--- a/clients/client-amplify/src/commands/DeleteBackendEnvironmentCommand.ts
+++ b/clients/client-amplify/src/commands/DeleteBackendEnvironmentCommand.ts
@@ -106,4 +106,16 @@ export class DeleteBackendEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBackendEnvironmentCommand)
.de(de_DeleteBackendEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBackendEnvironmentRequest;
+ output: DeleteBackendEnvironmentResult;
+ };
+ sdk: {
+ input: DeleteBackendEnvironmentCommandInput;
+ output: DeleteBackendEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/DeleteBranchCommand.ts b/clients/client-amplify/src/commands/DeleteBranchCommand.ts
index b1f732b70c7f..bd2ceba5bb2d 100644
--- a/clients/client-amplify/src/commands/DeleteBranchCommand.ts
+++ b/clients/client-amplify/src/commands/DeleteBranchCommand.ts
@@ -132,4 +132,16 @@ export class DeleteBranchCommand extends $Command
.f(void 0, DeleteBranchResultFilterSensitiveLog)
.ser(se_DeleteBranchCommand)
.de(de_DeleteBranchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBranchRequest;
+ output: DeleteBranchResult;
+ };
+ sdk: {
+ input: DeleteBranchCommandInput;
+ output: DeleteBranchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/DeleteDomainAssociationCommand.ts b/clients/client-amplify/src/commands/DeleteDomainAssociationCommand.ts
index 99cbd500f930..dce671950194 100644
--- a/clients/client-amplify/src/commands/DeleteDomainAssociationCommand.ts
+++ b/clients/client-amplify/src/commands/DeleteDomainAssociationCommand.ts
@@ -120,4 +120,16 @@ export class DeleteDomainAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDomainAssociationCommand)
.de(de_DeleteDomainAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDomainAssociationRequest;
+ output: DeleteDomainAssociationResult;
+ };
+ sdk: {
+ input: DeleteDomainAssociationCommandInput;
+ output: DeleteDomainAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/DeleteJobCommand.ts b/clients/client-amplify/src/commands/DeleteJobCommand.ts
index 978c63526238..af64307cb487 100644
--- a/clients/client-amplify/src/commands/DeleteJobCommand.ts
+++ b/clients/client-amplify/src/commands/DeleteJobCommand.ts
@@ -104,4 +104,16 @@ export class DeleteJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteJobCommand)
.de(de_DeleteJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteJobRequest;
+ output: DeleteJobResult;
+ };
+ sdk: {
+ input: DeleteJobCommandInput;
+ output: DeleteJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/DeleteWebhookCommand.ts b/clients/client-amplify/src/commands/DeleteWebhookCommand.ts
index 7eef22a69385..61f38eb58b3f 100644
--- a/clients/client-amplify/src/commands/DeleteWebhookCommand.ts
+++ b/clients/client-amplify/src/commands/DeleteWebhookCommand.ts
@@ -100,4 +100,16 @@ export class DeleteWebhookCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteWebhookCommand)
.de(de_DeleteWebhookCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteWebhookRequest;
+ output: DeleteWebhookResult;
+ };
+ sdk: {
+ input: DeleteWebhookCommandInput;
+ output: DeleteWebhookCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/GenerateAccessLogsCommand.ts b/clients/client-amplify/src/commands/GenerateAccessLogsCommand.ts
index 9b40e5201d19..b0c5bf6e41b5 100644
--- a/clients/client-amplify/src/commands/GenerateAccessLogsCommand.ts
+++ b/clients/client-amplify/src/commands/GenerateAccessLogsCommand.ts
@@ -93,4 +93,16 @@ export class GenerateAccessLogsCommand extends $Command
.f(void 0, void 0)
.ser(se_GenerateAccessLogsCommand)
.de(de_GenerateAccessLogsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GenerateAccessLogsRequest;
+ output: GenerateAccessLogsResult;
+ };
+ sdk: {
+ input: GenerateAccessLogsCommandInput;
+ output: GenerateAccessLogsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/GetAppCommand.ts b/clients/client-amplify/src/commands/GetAppCommand.ts
index 6e8b31134dde..012d4e99fffe 100644
--- a/clients/client-amplify/src/commands/GetAppCommand.ts
+++ b/clients/client-amplify/src/commands/GetAppCommand.ts
@@ -148,4 +148,16 @@ export class GetAppCommand extends $Command
.f(void 0, GetAppResultFilterSensitiveLog)
.ser(se_GetAppCommand)
.de(de_GetAppCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAppRequest;
+ output: GetAppResult;
+ };
+ sdk: {
+ input: GetAppCommandInput;
+ output: GetAppCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/GetArtifactUrlCommand.ts b/clients/client-amplify/src/commands/GetArtifactUrlCommand.ts
index e8efb3a0b8ac..472427c7cfda 100644
--- a/clients/client-amplify/src/commands/GetArtifactUrlCommand.ts
+++ b/clients/client-amplify/src/commands/GetArtifactUrlCommand.ts
@@ -93,4 +93,16 @@ export class GetArtifactUrlCommand extends $Command
.f(void 0, void 0)
.ser(se_GetArtifactUrlCommand)
.de(de_GetArtifactUrlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetArtifactUrlRequest;
+ output: GetArtifactUrlResult;
+ };
+ sdk: {
+ input: GetArtifactUrlCommandInput;
+ output: GetArtifactUrlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/GetBackendEnvironmentCommand.ts b/clients/client-amplify/src/commands/GetBackendEnvironmentCommand.ts
index 275d9443473e..0e398585e859 100644
--- a/clients/client-amplify/src/commands/GetBackendEnvironmentCommand.ts
+++ b/clients/client-amplify/src/commands/GetBackendEnvironmentCommand.ts
@@ -103,4 +103,16 @@ export class GetBackendEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBackendEnvironmentCommand)
.de(de_GetBackendEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBackendEnvironmentRequest;
+ output: GetBackendEnvironmentResult;
+ };
+ sdk: {
+ input: GetBackendEnvironmentCommandInput;
+ output: GetBackendEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/GetBranchCommand.ts b/clients/client-amplify/src/commands/GetBranchCommand.ts
index 53c1440cee88..e4a8238609b2 100644
--- a/clients/client-amplify/src/commands/GetBranchCommand.ts
+++ b/clients/client-amplify/src/commands/GetBranchCommand.ts
@@ -129,4 +129,16 @@ export class GetBranchCommand extends $Command
.f(void 0, GetBranchResultFilterSensitiveLog)
.ser(se_GetBranchCommand)
.de(de_GetBranchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBranchRequest;
+ output: GetBranchResult;
+ };
+ sdk: {
+ input: GetBranchCommandInput;
+ output: GetBranchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/GetDomainAssociationCommand.ts b/clients/client-amplify/src/commands/GetDomainAssociationCommand.ts
index 471ce005952e..48f64659f119 100644
--- a/clients/client-amplify/src/commands/GetDomainAssociationCommand.ts
+++ b/clients/client-amplify/src/commands/GetDomainAssociationCommand.ts
@@ -117,4 +117,16 @@ export class GetDomainAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDomainAssociationCommand)
.de(de_GetDomainAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDomainAssociationRequest;
+ output: GetDomainAssociationResult;
+ };
+ sdk: {
+ input: GetDomainAssociationCommandInput;
+ output: GetDomainAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/GetJobCommand.ts b/clients/client-amplify/src/commands/GetJobCommand.ts
index ada80a69ef2a..896c0c547358 100644
--- a/clients/client-amplify/src/commands/GetJobCommand.ts
+++ b/clients/client-amplify/src/commands/GetJobCommand.ts
@@ -123,4 +123,16 @@ export class GetJobCommand extends $Command
.f(void 0, void 0)
.ser(se_GetJobCommand)
.de(de_GetJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetJobRequest;
+ output: GetJobResult;
+ };
+ sdk: {
+ input: GetJobCommandInput;
+ output: GetJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/GetWebhookCommand.ts b/clients/client-amplify/src/commands/GetWebhookCommand.ts
index f08fe4b64c6f..564241c683af 100644
--- a/clients/client-amplify/src/commands/GetWebhookCommand.ts
+++ b/clients/client-amplify/src/commands/GetWebhookCommand.ts
@@ -100,4 +100,16 @@ export class GetWebhookCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWebhookCommand)
.de(de_GetWebhookCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWebhookRequest;
+ output: GetWebhookResult;
+ };
+ sdk: {
+ input: GetWebhookCommandInput;
+ output: GetWebhookCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/ListAppsCommand.ts b/clients/client-amplify/src/commands/ListAppsCommand.ts
index c663673f6f4b..1365189f67c7 100644
--- a/clients/client-amplify/src/commands/ListAppsCommand.ts
+++ b/clients/client-amplify/src/commands/ListAppsCommand.ts
@@ -149,4 +149,16 @@ export class ListAppsCommand extends $Command
.f(void 0, ListAppsResultFilterSensitiveLog)
.ser(se_ListAppsCommand)
.de(de_ListAppsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAppsRequest;
+ output: ListAppsResult;
+ };
+ sdk: {
+ input: ListAppsCommandInput;
+ output: ListAppsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/ListArtifactsCommand.ts b/clients/client-amplify/src/commands/ListArtifactsCommand.ts
index f00158a87c78..0956a7a22b1b 100644
--- a/clients/client-amplify/src/commands/ListArtifactsCommand.ts
+++ b/clients/client-amplify/src/commands/ListArtifactsCommand.ts
@@ -99,4 +99,16 @@ export class ListArtifactsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListArtifactsCommand)
.de(de_ListArtifactsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListArtifactsRequest;
+ output: ListArtifactsResult;
+ };
+ sdk: {
+ input: ListArtifactsCommandInput;
+ output: ListArtifactsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/ListBackendEnvironmentsCommand.ts b/clients/client-amplify/src/commands/ListBackendEnvironmentsCommand.ts
index ce2dfdce0365..115292e79347 100644
--- a/clients/client-amplify/src/commands/ListBackendEnvironmentsCommand.ts
+++ b/clients/client-amplify/src/commands/ListBackendEnvironmentsCommand.ts
@@ -105,4 +105,16 @@ export class ListBackendEnvironmentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBackendEnvironmentsCommand)
.de(de_ListBackendEnvironmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBackendEnvironmentsRequest;
+ output: ListBackendEnvironmentsResult;
+ };
+ sdk: {
+ input: ListBackendEnvironmentsCommandInput;
+ output: ListBackendEnvironmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/ListBranchesCommand.ts b/clients/client-amplify/src/commands/ListBranchesCommand.ts
index 7e4c0c03c064..0c80f558fb56 100644
--- a/clients/client-amplify/src/commands/ListBranchesCommand.ts
+++ b/clients/client-amplify/src/commands/ListBranchesCommand.ts
@@ -130,4 +130,16 @@ export class ListBranchesCommand extends $Command
.f(void 0, ListBranchesResultFilterSensitiveLog)
.ser(se_ListBranchesCommand)
.de(de_ListBranchesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBranchesRequest;
+ output: ListBranchesResult;
+ };
+ sdk: {
+ input: ListBranchesCommandInput;
+ output: ListBranchesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/ListDomainAssociationsCommand.ts b/clients/client-amplify/src/commands/ListDomainAssociationsCommand.ts
index d08f43532b81..5fc1abd75339 100644
--- a/clients/client-amplify/src/commands/ListDomainAssociationsCommand.ts
+++ b/clients/client-amplify/src/commands/ListDomainAssociationsCommand.ts
@@ -118,4 +118,16 @@ export class ListDomainAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDomainAssociationsCommand)
.de(de_ListDomainAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDomainAssociationsRequest;
+ output: ListDomainAssociationsResult;
+ };
+ sdk: {
+ input: ListDomainAssociationsCommandInput;
+ output: ListDomainAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/ListJobsCommand.ts b/clients/client-amplify/src/commands/ListJobsCommand.ts
index f4811688522b..d0cc3e72c0a8 100644
--- a/clients/client-amplify/src/commands/ListJobsCommand.ts
+++ b/clients/client-amplify/src/commands/ListJobsCommand.ts
@@ -105,4 +105,16 @@ export class ListJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListJobsCommand)
.de(de_ListJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListJobsRequest;
+ output: ListJobsResult;
+ };
+ sdk: {
+ input: ListJobsCommandInput;
+ output: ListJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/ListTagsForResourceCommand.ts b/clients/client-amplify/src/commands/ListTagsForResourceCommand.ts
index 5ecf822f6bf7..ef6bc24df435 100644
--- a/clients/client-amplify/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-amplify/src/commands/ListTagsForResourceCommand.ts
@@ -88,4 +88,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/ListWebhooksCommand.ts b/clients/client-amplify/src/commands/ListWebhooksCommand.ts
index d5b472def34f..c3ec1f885563 100644
--- a/clients/client-amplify/src/commands/ListWebhooksCommand.ts
+++ b/clients/client-amplify/src/commands/ListWebhooksCommand.ts
@@ -102,4 +102,16 @@ export class ListWebhooksCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWebhooksCommand)
.de(de_ListWebhooksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWebhooksRequest;
+ output: ListWebhooksResult;
+ };
+ sdk: {
+ input: ListWebhooksCommandInput;
+ output: ListWebhooksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/StartDeploymentCommand.ts b/clients/client-amplify/src/commands/StartDeploymentCommand.ts
index 03b04d7dbc4a..5e85f03b516f 100644
--- a/clients/client-amplify/src/commands/StartDeploymentCommand.ts
+++ b/clients/client-amplify/src/commands/StartDeploymentCommand.ts
@@ -110,4 +110,16 @@ export class StartDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_StartDeploymentCommand)
.de(de_StartDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartDeploymentRequest;
+ output: StartDeploymentResult;
+ };
+ sdk: {
+ input: StartDeploymentCommandInput;
+ output: StartDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/StartJobCommand.ts b/clients/client-amplify/src/commands/StartJobCommand.ts
index d4f1f04247f6..b3a37ac75579 100644
--- a/clients/client-amplify/src/commands/StartJobCommand.ts
+++ b/clients/client-amplify/src/commands/StartJobCommand.ts
@@ -109,4 +109,16 @@ export class StartJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartJobCommand)
.de(de_StartJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartJobRequest;
+ output: StartJobResult;
+ };
+ sdk: {
+ input: StartJobCommandInput;
+ output: StartJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/StopJobCommand.ts b/clients/client-amplify/src/commands/StopJobCommand.ts
index e206cb75a540..d17d338eac15 100644
--- a/clients/client-amplify/src/commands/StopJobCommand.ts
+++ b/clients/client-amplify/src/commands/StopJobCommand.ts
@@ -104,4 +104,16 @@ export class StopJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StopJobCommand)
.de(de_StopJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopJobRequest;
+ output: StopJobResult;
+ };
+ sdk: {
+ input: StopJobCommandInput;
+ output: StopJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/TagResourceCommand.ts b/clients/client-amplify/src/commands/TagResourceCommand.ts
index 2cd56c6d15a2..2c40000cdacb 100644
--- a/clients/client-amplify/src/commands/TagResourceCommand.ts
+++ b/clients/client-amplify/src/commands/TagResourceCommand.ts
@@ -87,4 +87,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/UntagResourceCommand.ts b/clients/client-amplify/src/commands/UntagResourceCommand.ts
index 48de5dfd330f..099c2fbcda96 100644
--- a/clients/client-amplify/src/commands/UntagResourceCommand.ts
+++ b/clients/client-amplify/src/commands/UntagResourceCommand.ts
@@ -87,4 +87,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/UpdateAppCommand.ts b/clients/client-amplify/src/commands/UpdateAppCommand.ts
index 1a007572ad28..3f6671bbc531 100644
--- a/clients/client-amplify/src/commands/UpdateAppCommand.ts
+++ b/clients/client-amplify/src/commands/UpdateAppCommand.ts
@@ -198,4 +198,16 @@ export class UpdateAppCommand extends $Command
.f(UpdateAppRequestFilterSensitiveLog, UpdateAppResultFilterSensitiveLog)
.ser(se_UpdateAppCommand)
.de(de_UpdateAppCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAppRequest;
+ output: UpdateAppResult;
+ };
+ sdk: {
+ input: UpdateAppCommandInput;
+ output: UpdateAppCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/UpdateBranchCommand.ts b/clients/client-amplify/src/commands/UpdateBranchCommand.ts
index 32cb29eaded2..2da01365694e 100644
--- a/clients/client-amplify/src/commands/UpdateBranchCommand.ts
+++ b/clients/client-amplify/src/commands/UpdateBranchCommand.ts
@@ -157,4 +157,16 @@ export class UpdateBranchCommand extends $Command
.f(UpdateBranchRequestFilterSensitiveLog, UpdateBranchResultFilterSensitiveLog)
.ser(se_UpdateBranchCommand)
.de(de_UpdateBranchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBranchRequest;
+ output: UpdateBranchResult;
+ };
+ sdk: {
+ input: UpdateBranchCommandInput;
+ output: UpdateBranchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/UpdateDomainAssociationCommand.ts b/clients/client-amplify/src/commands/UpdateDomainAssociationCommand.ts
index e4ef9dec2e4d..820080b7e961 100644
--- a/clients/client-amplify/src/commands/UpdateDomainAssociationCommand.ts
+++ b/clients/client-amplify/src/commands/UpdateDomainAssociationCommand.ts
@@ -135,4 +135,16 @@ export class UpdateDomainAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDomainAssociationCommand)
.de(de_UpdateDomainAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDomainAssociationRequest;
+ output: UpdateDomainAssociationResult;
+ };
+ sdk: {
+ input: UpdateDomainAssociationCommandInput;
+ output: UpdateDomainAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplify/src/commands/UpdateWebhookCommand.ts b/clients/client-amplify/src/commands/UpdateWebhookCommand.ts
index 0e1f13c17c6e..091b007d4023 100644
--- a/clients/client-amplify/src/commands/UpdateWebhookCommand.ts
+++ b/clients/client-amplify/src/commands/UpdateWebhookCommand.ts
@@ -102,4 +102,16 @@ export class UpdateWebhookCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateWebhookCommand)
.de(de_UpdateWebhookCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateWebhookRequest;
+ output: UpdateWebhookResult;
+ };
+ sdk: {
+ input: UpdateWebhookCommandInput;
+ output: UpdateWebhookCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/package.json b/clients/client-amplifybackend/package.json
index 66ff741a952a..33f2fe5b0864 100644
--- a/clients/client-amplifybackend/package.json
+++ b/clients/client-amplifybackend/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-amplifybackend/src/commands/CloneBackendCommand.ts b/clients/client-amplifybackend/src/commands/CloneBackendCommand.ts
index 716360a86d37..0ad5d20ca3f8 100644
--- a/clients/client-amplifybackend/src/commands/CloneBackendCommand.ts
+++ b/clients/client-amplifybackend/src/commands/CloneBackendCommand.ts
@@ -96,4 +96,16 @@ export class CloneBackendCommand extends $Command
.f(void 0, void 0)
.ser(se_CloneBackendCommand)
.de(de_CloneBackendCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CloneBackendRequest;
+ output: CloneBackendResponse;
+ };
+ sdk: {
+ input: CloneBackendCommandInput;
+ output: CloneBackendCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/CreateBackendAPICommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendAPICommand.ts
index c332df729a17..e2fedf3c74e3 100644
--- a/clients/client-amplifybackend/src/commands/CreateBackendAPICommand.ts
+++ b/clients/client-amplifybackend/src/commands/CreateBackendAPICommand.ts
@@ -132,4 +132,16 @@ export class CreateBackendAPICommand extends $Command
.f(void 0, void 0)
.ser(se_CreateBackendAPICommand)
.de(de_CreateBackendAPICommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBackendAPIRequest;
+ output: CreateBackendAPIResponse;
+ };
+ sdk: {
+ input: CreateBackendAPICommandInput;
+ output: CreateBackendAPICommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/CreateBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendAuthCommand.ts
index d58a856759d1..f988ac5a4e2a 100644
--- a/clients/client-amplifybackend/src/commands/CreateBackendAuthCommand.ts
+++ b/clients/client-amplifybackend/src/commands/CreateBackendAuthCommand.ts
@@ -183,4 +183,16 @@ export class CreateBackendAuthCommand extends $Command
.f(CreateBackendAuthRequestFilterSensitiveLog, void 0)
.ser(se_CreateBackendAuthCommand)
.de(de_CreateBackendAuthCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBackendAuthRequest;
+ output: CreateBackendAuthResponse;
+ };
+ sdk: {
+ input: CreateBackendAuthCommandInput;
+ output: CreateBackendAuthCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/CreateBackendCommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendCommand.ts
index 7a8d89ee110c..d51767f6f899 100644
--- a/clients/client-amplifybackend/src/commands/CreateBackendCommand.ts
+++ b/clients/client-amplifybackend/src/commands/CreateBackendCommand.ts
@@ -98,4 +98,16 @@ export class CreateBackendCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateBackendCommand)
.de(de_CreateBackendCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBackendRequest;
+ output: CreateBackendResponse;
+ };
+ sdk: {
+ input: CreateBackendCommandInput;
+ output: CreateBackendCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/CreateBackendConfigCommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendConfigCommand.ts
index df13d39caf2f..9d10efc7b01d 100644
--- a/clients/client-amplifybackend/src/commands/CreateBackendConfigCommand.ts
+++ b/clients/client-amplifybackend/src/commands/CreateBackendConfigCommand.ts
@@ -93,4 +93,16 @@ export class CreateBackendConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateBackendConfigCommand)
.de(de_CreateBackendConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBackendConfigRequest;
+ output: CreateBackendConfigResponse;
+ };
+ sdk: {
+ input: CreateBackendConfigCommandInput;
+ output: CreateBackendConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/CreateBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendStorageCommand.ts
index 8a0d98595205..c314330db631 100644
--- a/clients/client-amplifybackend/src/commands/CreateBackendStorageCommand.ts
+++ b/clients/client-amplifybackend/src/commands/CreateBackendStorageCommand.ts
@@ -106,4 +106,16 @@ export class CreateBackendStorageCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateBackendStorageCommand)
.de(de_CreateBackendStorageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBackendStorageRequest;
+ output: CreateBackendStorageResponse;
+ };
+ sdk: {
+ input: CreateBackendStorageCommandInput;
+ output: CreateBackendStorageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/CreateTokenCommand.ts b/clients/client-amplifybackend/src/commands/CreateTokenCommand.ts
index bb628d2a30a3..0c1e2e0c5eab 100644
--- a/clients/client-amplifybackend/src/commands/CreateTokenCommand.ts
+++ b/clients/client-amplifybackend/src/commands/CreateTokenCommand.ts
@@ -92,4 +92,16 @@ export class CreateTokenCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTokenCommand)
.de(de_CreateTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTokenRequest;
+ output: CreateTokenResponse;
+ };
+ sdk: {
+ input: CreateTokenCommandInput;
+ output: CreateTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/DeleteBackendAPICommand.ts b/clients/client-amplifybackend/src/commands/DeleteBackendAPICommand.ts
index bfd6674e2e8c..77d435e3f5f9 100644
--- a/clients/client-amplifybackend/src/commands/DeleteBackendAPICommand.ts
+++ b/clients/client-amplifybackend/src/commands/DeleteBackendAPICommand.ts
@@ -132,4 +132,16 @@ export class DeleteBackendAPICommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBackendAPICommand)
.de(de_DeleteBackendAPICommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBackendAPIRequest;
+ output: DeleteBackendAPIResponse;
+ };
+ sdk: {
+ input: DeleteBackendAPICommandInput;
+ output: DeleteBackendAPICommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/DeleteBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/DeleteBackendAuthCommand.ts
index 8a3b4934a107..f6e853fc5551 100644
--- a/clients/client-amplifybackend/src/commands/DeleteBackendAuthCommand.ts
+++ b/clients/client-amplifybackend/src/commands/DeleteBackendAuthCommand.ts
@@ -96,4 +96,16 @@ export class DeleteBackendAuthCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBackendAuthCommand)
.de(de_DeleteBackendAuthCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBackendAuthRequest;
+ output: DeleteBackendAuthResponse;
+ };
+ sdk: {
+ input: DeleteBackendAuthCommandInput;
+ output: DeleteBackendAuthCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/DeleteBackendCommand.ts b/clients/client-amplifybackend/src/commands/DeleteBackendCommand.ts
index d6774b8be53d..6a9b5117bc41 100644
--- a/clients/client-amplifybackend/src/commands/DeleteBackendCommand.ts
+++ b/clients/client-amplifybackend/src/commands/DeleteBackendCommand.ts
@@ -95,4 +95,16 @@ export class DeleteBackendCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBackendCommand)
.de(de_DeleteBackendCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBackendRequest;
+ output: DeleteBackendResponse;
+ };
+ sdk: {
+ input: DeleteBackendCommandInput;
+ output: DeleteBackendCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/DeleteBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/DeleteBackendStorageCommand.ts
index bcd00c478c47..a8b2766cba36 100644
--- a/clients/client-amplifybackend/src/commands/DeleteBackendStorageCommand.ts
+++ b/clients/client-amplifybackend/src/commands/DeleteBackendStorageCommand.ts
@@ -95,4 +95,16 @@ export class DeleteBackendStorageCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBackendStorageCommand)
.de(de_DeleteBackendStorageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBackendStorageRequest;
+ output: DeleteBackendStorageResponse;
+ };
+ sdk: {
+ input: DeleteBackendStorageCommandInput;
+ output: DeleteBackendStorageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/DeleteTokenCommand.ts b/clients/client-amplifybackend/src/commands/DeleteTokenCommand.ts
index f930eb38dc00..9a0ba1509e86 100644
--- a/clients/client-amplifybackend/src/commands/DeleteTokenCommand.ts
+++ b/clients/client-amplifybackend/src/commands/DeleteTokenCommand.ts
@@ -90,4 +90,16 @@ export class DeleteTokenCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTokenCommand)
.de(de_DeleteTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTokenRequest;
+ output: DeleteTokenResponse;
+ };
+ sdk: {
+ input: DeleteTokenCommandInput;
+ output: DeleteTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/GenerateBackendAPIModelsCommand.ts b/clients/client-amplifybackend/src/commands/GenerateBackendAPIModelsCommand.ts
index 6a88744ab174..b26a4e4f8194 100644
--- a/clients/client-amplifybackend/src/commands/GenerateBackendAPIModelsCommand.ts
+++ b/clients/client-amplifybackend/src/commands/GenerateBackendAPIModelsCommand.ts
@@ -96,4 +96,16 @@ export class GenerateBackendAPIModelsCommand extends $Command
.f(void 0, void 0)
.ser(se_GenerateBackendAPIModelsCommand)
.de(de_GenerateBackendAPIModelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GenerateBackendAPIModelsRequest;
+ output: GenerateBackendAPIModelsResponse;
+ };
+ sdk: {
+ input: GenerateBackendAPIModelsCommandInput;
+ output: GenerateBackendAPIModelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/GetBackendAPICommand.ts b/clients/client-amplifybackend/src/commands/GetBackendAPICommand.ts
index dda0d2e705ec..7a17cd6d5286 100644
--- a/clients/client-amplifybackend/src/commands/GetBackendAPICommand.ts
+++ b/clients/client-amplifybackend/src/commands/GetBackendAPICommand.ts
@@ -166,4 +166,16 @@ export class GetBackendAPICommand extends $Command
.f(void 0, void 0)
.ser(se_GetBackendAPICommand)
.de(de_GetBackendAPICommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBackendAPIRequest;
+ output: GetBackendAPIResponse;
+ };
+ sdk: {
+ input: GetBackendAPICommandInput;
+ output: GetBackendAPICommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/GetBackendAPIModelsCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendAPIModelsCommand.ts
index cf4e1e6c7bd4..1b109d6265bb 100644
--- a/clients/client-amplifybackend/src/commands/GetBackendAPIModelsCommand.ts
+++ b/clients/client-amplifybackend/src/commands/GetBackendAPIModelsCommand.ts
@@ -93,4 +93,16 @@ export class GetBackendAPIModelsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBackendAPIModelsCommand)
.de(de_GetBackendAPIModelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBackendAPIModelsRequest;
+ output: GetBackendAPIModelsResponse;
+ };
+ sdk: {
+ input: GetBackendAPIModelsCommandInput;
+ output: GetBackendAPIModelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/GetBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendAuthCommand.ts
index ee4197036f19..331c7d0483d7 100644
--- a/clients/client-amplifybackend/src/commands/GetBackendAuthCommand.ts
+++ b/clients/client-amplifybackend/src/commands/GetBackendAuthCommand.ts
@@ -181,4 +181,16 @@ export class GetBackendAuthCommand extends $Command
.f(void 0, GetBackendAuthResponseFilterSensitiveLog)
.ser(se_GetBackendAuthCommand)
.de(de_GetBackendAuthCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBackendAuthRequest;
+ output: GetBackendAuthResponse;
+ };
+ sdk: {
+ input: GetBackendAuthCommandInput;
+ output: GetBackendAuthCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/GetBackendCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendCommand.ts
index 9fda6e5bf740..6587fe518dfb 100644
--- a/clients/client-amplifybackend/src/commands/GetBackendCommand.ts
+++ b/clients/client-amplifybackend/src/commands/GetBackendCommand.ts
@@ -98,4 +98,16 @@ export class GetBackendCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBackendCommand)
.de(de_GetBackendCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBackendRequest;
+ output: GetBackendResponse;
+ };
+ sdk: {
+ input: GetBackendCommandInput;
+ output: GetBackendCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/GetBackendJobCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendJobCommand.ts
index 6a74fcde7258..332c69ee7518 100644
--- a/clients/client-amplifybackend/src/commands/GetBackendJobCommand.ts
+++ b/clients/client-amplifybackend/src/commands/GetBackendJobCommand.ts
@@ -98,4 +98,16 @@ export class GetBackendJobCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBackendJobCommand)
.de(de_GetBackendJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBackendJobRequest;
+ output: GetBackendJobResponse;
+ };
+ sdk: {
+ input: GetBackendJobCommandInput;
+ output: GetBackendJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/GetBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendStorageCommand.ts
index d45a03ae455f..1125bfa3d13a 100644
--- a/clients/client-amplifybackend/src/commands/GetBackendStorageCommand.ts
+++ b/clients/client-amplifybackend/src/commands/GetBackendStorageCommand.ts
@@ -106,4 +106,16 @@ export class GetBackendStorageCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBackendStorageCommand)
.de(de_GetBackendStorageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBackendStorageRequest;
+ output: GetBackendStorageResponse;
+ };
+ sdk: {
+ input: GetBackendStorageCommandInput;
+ output: GetBackendStorageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/GetTokenCommand.ts b/clients/client-amplifybackend/src/commands/GetTokenCommand.ts
index 8f487530b43a..e238b63db79f 100644
--- a/clients/client-amplifybackend/src/commands/GetTokenCommand.ts
+++ b/clients/client-amplifybackend/src/commands/GetTokenCommand.ts
@@ -93,4 +93,16 @@ export class GetTokenCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTokenCommand)
.de(de_GetTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTokenRequest;
+ output: GetTokenResponse;
+ };
+ sdk: {
+ input: GetTokenCommandInput;
+ output: GetTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/ImportBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/ImportBackendAuthCommand.ts
index 31a0d8d46d16..7686852198c0 100644
--- a/clients/client-amplifybackend/src/commands/ImportBackendAuthCommand.ts
+++ b/clients/client-amplifybackend/src/commands/ImportBackendAuthCommand.ts
@@ -99,4 +99,16 @@ export class ImportBackendAuthCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportBackendAuthCommand)
.de(de_ImportBackendAuthCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportBackendAuthRequest;
+ output: ImportBackendAuthResponse;
+ };
+ sdk: {
+ input: ImportBackendAuthCommandInput;
+ output: ImportBackendAuthCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/ImportBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/ImportBackendStorageCommand.ts
index 9bb636029f09..c2ab42420044 100644
--- a/clients/client-amplifybackend/src/commands/ImportBackendStorageCommand.ts
+++ b/clients/client-amplifybackend/src/commands/ImportBackendStorageCommand.ts
@@ -95,4 +95,16 @@ export class ImportBackendStorageCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportBackendStorageCommand)
.de(de_ImportBackendStorageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportBackendStorageRequest;
+ output: ImportBackendStorageResponse;
+ };
+ sdk: {
+ input: ImportBackendStorageCommandInput;
+ output: ImportBackendStorageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/ListBackendJobsCommand.ts b/clients/client-amplifybackend/src/commands/ListBackendJobsCommand.ts
index 28139755461a..6eb8cfe0cbde 100644
--- a/clients/client-amplifybackend/src/commands/ListBackendJobsCommand.ts
+++ b/clients/client-amplifybackend/src/commands/ListBackendJobsCommand.ts
@@ -107,4 +107,16 @@ export class ListBackendJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBackendJobsCommand)
.de(de_ListBackendJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBackendJobsRequest;
+ output: ListBackendJobsResponse;
+ };
+ sdk: {
+ input: ListBackendJobsCommandInput;
+ output: ListBackendJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/ListS3BucketsCommand.ts b/clients/client-amplifybackend/src/commands/ListS3BucketsCommand.ts
index efa49b21c640..8c2565dafdcb 100644
--- a/clients/client-amplifybackend/src/commands/ListS3BucketsCommand.ts
+++ b/clients/client-amplifybackend/src/commands/ListS3BucketsCommand.ts
@@ -95,4 +95,16 @@ export class ListS3BucketsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListS3BucketsCommand)
.de(de_ListS3BucketsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListS3BucketsRequest;
+ output: ListS3BucketsResponse;
+ };
+ sdk: {
+ input: ListS3BucketsCommandInput;
+ output: ListS3BucketsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/RemoveAllBackendsCommand.ts b/clients/client-amplifybackend/src/commands/RemoveAllBackendsCommand.ts
index 71fc903e506a..33ade930d02e 100644
--- a/clients/client-amplifybackend/src/commands/RemoveAllBackendsCommand.ts
+++ b/clients/client-amplifybackend/src/commands/RemoveAllBackendsCommand.ts
@@ -94,4 +94,16 @@ export class RemoveAllBackendsCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveAllBackendsCommand)
.de(de_RemoveAllBackendsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveAllBackendsRequest;
+ output: RemoveAllBackendsResponse;
+ };
+ sdk: {
+ input: RemoveAllBackendsCommandInput;
+ output: RemoveAllBackendsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/RemoveBackendConfigCommand.ts b/clients/client-amplifybackend/src/commands/RemoveBackendConfigCommand.ts
index 5f6cabec1091..0623874d5dc4 100644
--- a/clients/client-amplifybackend/src/commands/RemoveBackendConfigCommand.ts
+++ b/clients/client-amplifybackend/src/commands/RemoveBackendConfigCommand.ts
@@ -89,4 +89,16 @@ export class RemoveBackendConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveBackendConfigCommand)
.de(de_RemoveBackendConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveBackendConfigRequest;
+ output: RemoveBackendConfigResponse;
+ };
+ sdk: {
+ input: RemoveBackendConfigCommandInput;
+ output: RemoveBackendConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendAPICommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendAPICommand.ts
index bbb9675f6595..9a85df875084 100644
--- a/clients/client-amplifybackend/src/commands/UpdateBackendAPICommand.ts
+++ b/clients/client-amplifybackend/src/commands/UpdateBackendAPICommand.ts
@@ -132,4 +132,16 @@ export class UpdateBackendAPICommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateBackendAPICommand)
.de(de_UpdateBackendAPICommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBackendAPIRequest;
+ output: UpdateBackendAPIResponse;
+ };
+ sdk: {
+ input: UpdateBackendAPICommandInput;
+ output: UpdateBackendAPICommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendAuthCommand.ts
index ab5b48d12807..d14e4cca16c9 100644
--- a/clients/client-amplifybackend/src/commands/UpdateBackendAuthCommand.ts
+++ b/clients/client-amplifybackend/src/commands/UpdateBackendAuthCommand.ts
@@ -177,4 +177,16 @@ export class UpdateBackendAuthCommand extends $Command
.f(UpdateBackendAuthRequestFilterSensitiveLog, void 0)
.ser(se_UpdateBackendAuthCommand)
.de(de_UpdateBackendAuthCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBackendAuthRequest;
+ output: UpdateBackendAuthResponse;
+ };
+ sdk: {
+ input: UpdateBackendAuthCommandInput;
+ output: UpdateBackendAuthCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendConfigCommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendConfigCommand.ts
index 7bd1461f120e..484779b0139f 100644
--- a/clients/client-amplifybackend/src/commands/UpdateBackendConfigCommand.ts
+++ b/clients/client-amplifybackend/src/commands/UpdateBackendConfigCommand.ts
@@ -103,4 +103,16 @@ export class UpdateBackendConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateBackendConfigCommand)
.de(de_UpdateBackendConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBackendConfigRequest;
+ output: UpdateBackendConfigResponse;
+ };
+ sdk: {
+ input: UpdateBackendConfigCommandInput;
+ output: UpdateBackendConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendJobCommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendJobCommand.ts
index 727371b929e0..5fa837235211 100644
--- a/clients/client-amplifybackend/src/commands/UpdateBackendJobCommand.ts
+++ b/clients/client-amplifybackend/src/commands/UpdateBackendJobCommand.ts
@@ -100,4 +100,16 @@ export class UpdateBackendJobCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateBackendJobCommand)
.de(de_UpdateBackendJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBackendJobRequest;
+ output: UpdateBackendJobResponse;
+ };
+ sdk: {
+ input: UpdateBackendJobCommandInput;
+ output: UpdateBackendJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendStorageCommand.ts
index 6e633e87d01a..a7b480d0eb84 100644
--- a/clients/client-amplifybackend/src/commands/UpdateBackendStorageCommand.ts
+++ b/clients/client-amplifybackend/src/commands/UpdateBackendStorageCommand.ts
@@ -105,4 +105,16 @@ export class UpdateBackendStorageCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateBackendStorageCommand)
.de(de_UpdateBackendStorageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBackendStorageRequest;
+ output: UpdateBackendStorageResponse;
+ };
+ sdk: {
+ input: UpdateBackendStorageCommandInput;
+ output: UpdateBackendStorageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/package.json b/clients/client-amplifyuibuilder/package.json
index fd3025dfc54f..4aef71aec433 100644
--- a/clients/client-amplifyuibuilder/package.json
+++ b/clients/client-amplifyuibuilder/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-amplifyuibuilder/src/commands/CreateComponentCommand.ts b/clients/client-amplifyuibuilder/src/commands/CreateComponentCommand.ts
index f6b041ac286c..ce175f822b6d 100644
--- a/clients/client-amplifyuibuilder/src/commands/CreateComponentCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/CreateComponentCommand.ts
@@ -524,4 +524,16 @@ export class CreateComponentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateComponentCommand)
.de(de_CreateComponentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateComponentRequest;
+ output: CreateComponentResponse;
+ };
+ sdk: {
+ input: CreateComponentCommandInput;
+ output: CreateComponentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/CreateFormCommand.ts b/clients/client-amplifyuibuilder/src/commands/CreateFormCommand.ts
index da0ca6ca3024..d071f7975b7a 100644
--- a/clients/client-amplifyuibuilder/src/commands/CreateFormCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/CreateFormCommand.ts
@@ -402,4 +402,16 @@ export class CreateFormCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFormCommand)
.de(de_CreateFormCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFormRequest;
+ output: CreateFormResponse;
+ };
+ sdk: {
+ input: CreateFormCommandInput;
+ output: CreateFormCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/CreateThemeCommand.ts b/clients/client-amplifyuibuilder/src/commands/CreateThemeCommand.ts
index 9216735ef3dc..6c6a72391d68 100644
--- a/clients/client-amplifyuibuilder/src/commands/CreateThemeCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/CreateThemeCommand.ts
@@ -144,4 +144,16 @@ export class CreateThemeCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateThemeCommand)
.de(de_CreateThemeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateThemeRequest;
+ output: CreateThemeResponse;
+ };
+ sdk: {
+ input: CreateThemeCommandInput;
+ output: CreateThemeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/DeleteComponentCommand.ts b/clients/client-amplifyuibuilder/src/commands/DeleteComponentCommand.ts
index 4eb66d93ca20..f6dc3bb9cb75 100644
--- a/clients/client-amplifyuibuilder/src/commands/DeleteComponentCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/DeleteComponentCommand.ts
@@ -86,4 +86,16 @@ export class DeleteComponentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteComponentCommand)
.de(de_DeleteComponentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteComponentRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteComponentCommandInput;
+ output: DeleteComponentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/DeleteFormCommand.ts b/clients/client-amplifyuibuilder/src/commands/DeleteFormCommand.ts
index a0a66656415c..63f093cc2bb6 100644
--- a/clients/client-amplifyuibuilder/src/commands/DeleteFormCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/DeleteFormCommand.ts
@@ -86,4 +86,16 @@ export class DeleteFormCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFormCommand)
.de(de_DeleteFormCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFormRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFormCommandInput;
+ output: DeleteFormCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/DeleteThemeCommand.ts b/clients/client-amplifyuibuilder/src/commands/DeleteThemeCommand.ts
index 9f41ac0dded8..a4c86ab960ef 100644
--- a/clients/client-amplifyuibuilder/src/commands/DeleteThemeCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/DeleteThemeCommand.ts
@@ -86,4 +86,16 @@ export class DeleteThemeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteThemeCommand)
.de(de_DeleteThemeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteThemeRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteThemeCommandInput;
+ output: DeleteThemeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/ExchangeCodeForTokenCommand.ts b/clients/client-amplifyuibuilder/src/commands/ExchangeCodeForTokenCommand.ts
index c24fcd35c9ee..c074d43988bc 100644
--- a/clients/client-amplifyuibuilder/src/commands/ExchangeCodeForTokenCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/ExchangeCodeForTokenCommand.ts
@@ -95,4 +95,16 @@ export class ExchangeCodeForTokenCommand extends $Command
.f(ExchangeCodeForTokenRequestFilterSensitiveLog, ExchangeCodeForTokenResponseFilterSensitiveLog)
.ser(se_ExchangeCodeForTokenCommand)
.de(de_ExchangeCodeForTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExchangeCodeForTokenRequest;
+ output: ExchangeCodeForTokenResponse;
+ };
+ sdk: {
+ input: ExchangeCodeForTokenCommandInput;
+ output: ExchangeCodeForTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/ExportComponentsCommand.ts b/clients/client-amplifyuibuilder/src/commands/ExportComponentsCommand.ts
index 670fc2a0cd9f..8d1addd31ab5 100644
--- a/clients/client-amplifyuibuilder/src/commands/ExportComponentsCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/ExportComponentsCommand.ts
@@ -306,4 +306,16 @@ export class ExportComponentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ExportComponentsCommand)
.de(de_ExportComponentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExportComponentsRequest;
+ output: ExportComponentsResponse;
+ };
+ sdk: {
+ input: ExportComponentsCommandInput;
+ output: ExportComponentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/ExportFormsCommand.ts b/clients/client-amplifyuibuilder/src/commands/ExportFormsCommand.ts
index 2e5151c4a7bb..ef05b0372287 100644
--- a/clients/client-amplifyuibuilder/src/commands/ExportFormsCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/ExportFormsCommand.ts
@@ -244,4 +244,16 @@ export class ExportFormsCommand extends $Command
.f(void 0, void 0)
.ser(se_ExportFormsCommand)
.de(de_ExportFormsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExportFormsRequest;
+ output: ExportFormsResponse;
+ };
+ sdk: {
+ input: ExportFormsCommandInput;
+ output: ExportFormsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/ExportThemesCommand.ts b/clients/client-amplifyuibuilder/src/commands/ExportThemesCommand.ts
index e75f7a137ae1..15bffffa647d 100644
--- a/clients/client-amplifyuibuilder/src/commands/ExportThemesCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/ExportThemesCommand.ts
@@ -116,4 +116,16 @@ export class ExportThemesCommand extends $Command
.f(void 0, void 0)
.ser(se_ExportThemesCommand)
.de(de_ExportThemesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExportThemesRequest;
+ output: ExportThemesResponse;
+ };
+ sdk: {
+ input: ExportThemesCommandInput;
+ output: ExportThemesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/GetCodegenJobCommand.ts b/clients/client-amplifyuibuilder/src/commands/GetCodegenJobCommand.ts
index 9aa827dc36ec..ac82bd2b47f2 100644
--- a/clients/client-amplifyuibuilder/src/commands/GetCodegenJobCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/GetCodegenJobCommand.ts
@@ -211,4 +211,16 @@ export class GetCodegenJobCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCodegenJobCommand)
.de(de_GetCodegenJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCodegenJobRequest;
+ output: GetCodegenJobResponse;
+ };
+ sdk: {
+ input: GetCodegenJobCommandInput;
+ output: GetCodegenJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/GetComponentCommand.ts b/clients/client-amplifyuibuilder/src/commands/GetComponentCommand.ts
index b0a28a12607a..f9a45d6e8a2b 100644
--- a/clients/client-amplifyuibuilder/src/commands/GetComponentCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/GetComponentCommand.ts
@@ -306,4 +306,16 @@ export class GetComponentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetComponentCommand)
.de(de_GetComponentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetComponentRequest;
+ output: GetComponentResponse;
+ };
+ sdk: {
+ input: GetComponentCommandInput;
+ output: GetComponentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/GetFormCommand.ts b/clients/client-amplifyuibuilder/src/commands/GetFormCommand.ts
index 04d46bbeadcf..6d7a007e5a54 100644
--- a/clients/client-amplifyuibuilder/src/commands/GetFormCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/GetFormCommand.ts
@@ -244,4 +244,16 @@ export class GetFormCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFormCommand)
.de(de_GetFormCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFormRequest;
+ output: GetFormResponse;
+ };
+ sdk: {
+ input: GetFormCommandInput;
+ output: GetFormCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/GetMetadataCommand.ts b/clients/client-amplifyuibuilder/src/commands/GetMetadataCommand.ts
index b8744f856b69..7b4bc3a7de1e 100644
--- a/clients/client-amplifyuibuilder/src/commands/GetMetadataCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/GetMetadataCommand.ts
@@ -86,4 +86,16 @@ export class GetMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMetadataCommand)
.de(de_GetMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMetadataRequest;
+ output: GetMetadataResponse;
+ };
+ sdk: {
+ input: GetMetadataCommandInput;
+ output: GetMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/GetThemeCommand.ts b/clients/client-amplifyuibuilder/src/commands/GetThemeCommand.ts
index c3c2a1e8465f..c612e633a6d8 100644
--- a/clients/client-amplifyuibuilder/src/commands/GetThemeCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/GetThemeCommand.ts
@@ -116,4 +116,16 @@ export class GetThemeCommand extends $Command
.f(void 0, void 0)
.ser(se_GetThemeCommand)
.de(de_GetThemeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetThemeRequest;
+ output: GetThemeResponse;
+ };
+ sdk: {
+ input: GetThemeCommandInput;
+ output: GetThemeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/ListCodegenJobsCommand.ts b/clients/client-amplifyuibuilder/src/commands/ListCodegenJobsCommand.ts
index b35863c31887..299115a868d9 100644
--- a/clients/client-amplifyuibuilder/src/commands/ListCodegenJobsCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/ListCodegenJobsCommand.ts
@@ -98,4 +98,16 @@ export class ListCodegenJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCodegenJobsCommand)
.de(de_ListCodegenJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCodegenJobsRequest;
+ output: ListCodegenJobsResponse;
+ };
+ sdk: {
+ input: ListCodegenJobsCommandInput;
+ output: ListCodegenJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/ListComponentsCommand.ts b/clients/client-amplifyuibuilder/src/commands/ListComponentsCommand.ts
index a81f1d63b881..66785b56832a 100644
--- a/clients/client-amplifyuibuilder/src/commands/ListComponentsCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/ListComponentsCommand.ts
@@ -96,4 +96,16 @@ export class ListComponentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListComponentsCommand)
.de(de_ListComponentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListComponentsRequest;
+ output: ListComponentsResponse;
+ };
+ sdk: {
+ input: ListComponentsCommandInput;
+ output: ListComponentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/ListFormsCommand.ts b/clients/client-amplifyuibuilder/src/commands/ListFormsCommand.ts
index f390c301c557..5c237fdacbfc 100644
--- a/clients/client-amplifyuibuilder/src/commands/ListFormsCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/ListFormsCommand.ts
@@ -99,4 +99,16 @@ export class ListFormsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFormsCommand)
.de(de_ListFormsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFormsRequest;
+ output: ListFormsResponse;
+ };
+ sdk: {
+ input: ListFormsCommandInput;
+ output: ListFormsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/ListTagsForResourceCommand.ts b/clients/client-amplifyuibuilder/src/commands/ListTagsForResourceCommand.ts
index a01ee331dbb9..28be6b843be4 100644
--- a/clients/client-amplifyuibuilder/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/ListTagsForResourceCommand.ts
@@ -94,4 +94,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/ListThemesCommand.ts b/clients/client-amplifyuibuilder/src/commands/ListThemesCommand.ts
index 9092d4d6813f..d7d741e7aac2 100644
--- a/clients/client-amplifyuibuilder/src/commands/ListThemesCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/ListThemesCommand.ts
@@ -95,4 +95,16 @@ export class ListThemesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListThemesCommand)
.de(de_ListThemesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListThemesRequest;
+ output: ListThemesResponse;
+ };
+ sdk: {
+ input: ListThemesCommandInput;
+ output: ListThemesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/PutMetadataFlagCommand.ts b/clients/client-amplifyuibuilder/src/commands/PutMetadataFlagCommand.ts
index efd1a6ae2ce0..e7a242970f04 100644
--- a/clients/client-amplifyuibuilder/src/commands/PutMetadataFlagCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/PutMetadataFlagCommand.ts
@@ -86,4 +86,16 @@ export class PutMetadataFlagCommand extends $Command
.f(void 0, void 0)
.ser(se_PutMetadataFlagCommand)
.de(de_PutMetadataFlagCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutMetadataFlagRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutMetadataFlagCommandInput;
+ output: PutMetadataFlagCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/RefreshTokenCommand.ts b/clients/client-amplifyuibuilder/src/commands/RefreshTokenCommand.ts
index e9a7ce5cb262..593e0cdb9b56 100644
--- a/clients/client-amplifyuibuilder/src/commands/RefreshTokenCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/RefreshTokenCommand.ts
@@ -93,4 +93,16 @@ export class RefreshTokenCommand extends $Command
.f(RefreshTokenRequestFilterSensitiveLog, RefreshTokenResponseFilterSensitiveLog)
.ser(se_RefreshTokenCommand)
.de(de_RefreshTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RefreshTokenRequest;
+ output: RefreshTokenResponse;
+ };
+ sdk: {
+ input: RefreshTokenCommandInput;
+ output: RefreshTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/StartCodegenJobCommand.ts b/clients/client-amplifyuibuilder/src/commands/StartCodegenJobCommand.ts
index 92b42918379e..be69f99e7e58 100644
--- a/clients/client-amplifyuibuilder/src/commands/StartCodegenJobCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/StartCodegenJobCommand.ts
@@ -311,4 +311,16 @@ export class StartCodegenJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartCodegenJobCommand)
.de(de_StartCodegenJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartCodegenJobRequest;
+ output: StartCodegenJobResponse;
+ };
+ sdk: {
+ input: StartCodegenJobCommandInput;
+ output: StartCodegenJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/TagResourceCommand.ts b/clients/client-amplifyuibuilder/src/commands/TagResourceCommand.ts
index f034bbdd4876..9fe74c1403b4 100644
--- a/clients/client-amplifyuibuilder/src/commands/TagResourceCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/TagResourceCommand.ts
@@ -93,4 +93,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/UntagResourceCommand.ts b/clients/client-amplifyuibuilder/src/commands/UntagResourceCommand.ts
index 01b6c091dbd5..05c745acdf76 100644
--- a/clients/client-amplifyuibuilder/src/commands/UntagResourceCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/UntagResourceCommand.ts
@@ -93,4 +93,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/UpdateComponentCommand.ts b/clients/client-amplifyuibuilder/src/commands/UpdateComponentCommand.ts
index 14e64c613e37..7f9d8ea343c6 100644
--- a/clients/client-amplifyuibuilder/src/commands/UpdateComponentCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/UpdateComponentCommand.ts
@@ -519,4 +519,16 @@ export class UpdateComponentCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateComponentCommand)
.de(de_UpdateComponentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateComponentRequest;
+ output: UpdateComponentResponse;
+ };
+ sdk: {
+ input: UpdateComponentCommandInput;
+ output: UpdateComponentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/UpdateFormCommand.ts b/clients/client-amplifyuibuilder/src/commands/UpdateFormCommand.ts
index 3519a42e7651..dfba3ae92cff 100644
--- a/clients/client-amplifyuibuilder/src/commands/UpdateFormCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/UpdateFormCommand.ts
@@ -396,4 +396,16 @@ export class UpdateFormCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFormCommand)
.de(de_UpdateFormCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFormRequest;
+ output: UpdateFormResponse;
+ };
+ sdk: {
+ input: UpdateFormCommandInput;
+ output: UpdateFormCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-amplifyuibuilder/src/commands/UpdateThemeCommand.ts b/clients/client-amplifyuibuilder/src/commands/UpdateThemeCommand.ts
index 1041e004f4db..3cbff52c429f 100644
--- a/clients/client-amplifyuibuilder/src/commands/UpdateThemeCommand.ts
+++ b/clients/client-amplifyuibuilder/src/commands/UpdateThemeCommand.ts
@@ -139,4 +139,16 @@ export class UpdateThemeCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateThemeCommand)
.de(de_UpdateThemeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateThemeRequest;
+ output: UpdateThemeResponse;
+ };
+ sdk: {
+ input: UpdateThemeCommandInput;
+ output: UpdateThemeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/package.json b/clients/client-api-gateway/package.json
index 8b63ba0c4620..1fa3bf42e287 100644
--- a/clients/client-api-gateway/package.json
+++ b/clients/client-api-gateway/package.json
@@ -34,31 +34,31 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
- "@smithy/util-stream": "^3.1.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
+ "@smithy/util-stream": "^3.1.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-api-gateway/src/commands/CreateApiKeyCommand.ts b/clients/client-api-gateway/src/commands/CreateApiKeyCommand.ts
index 71ede66659f7..20461293a845 100644
--- a/clients/client-api-gateway/src/commands/CreateApiKeyCommand.ts
+++ b/clients/client-api-gateway/src/commands/CreateApiKeyCommand.ts
@@ -122,4 +122,16 @@ export class CreateApiKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateApiKeyCommand)
.de(de_CreateApiKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateApiKeyRequest;
+ output: ApiKey;
+ };
+ sdk: {
+ input: CreateApiKeyCommandInput;
+ output: CreateApiKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/CreateAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/CreateAuthorizerCommand.ts
index 3b9cf30cf596..b3877087aeb5 100644
--- a/clients/client-api-gateway/src/commands/CreateAuthorizerCommand.ts
+++ b/clients/client-api-gateway/src/commands/CreateAuthorizerCommand.ts
@@ -117,4 +117,16 @@ export class CreateAuthorizerCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAuthorizerCommand)
.de(de_CreateAuthorizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAuthorizerRequest;
+ output: Authorizer;
+ };
+ sdk: {
+ input: CreateAuthorizerCommandInput;
+ output: CreateAuthorizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/CreateBasePathMappingCommand.ts b/clients/client-api-gateway/src/commands/CreateBasePathMappingCommand.ts
index 4af6f711d2f5..d20d202f1f74 100644
--- a/clients/client-api-gateway/src/commands/CreateBasePathMappingCommand.ts
+++ b/clients/client-api-gateway/src/commands/CreateBasePathMappingCommand.ts
@@ -100,4 +100,16 @@ export class CreateBasePathMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateBasePathMappingCommand)
.de(de_CreateBasePathMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBasePathMappingRequest;
+ output: BasePathMapping;
+ };
+ sdk: {
+ input: CreateBasePathMappingCommandInput;
+ output: CreateBasePathMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/CreateDeploymentCommand.ts b/clients/client-api-gateway/src/commands/CreateDeploymentCommand.ts
index 6a9ac6e88424..1d025dc9d6af 100644
--- a/clients/client-api-gateway/src/commands/CreateDeploymentCommand.ts
+++ b/clients/client-api-gateway/src/commands/CreateDeploymentCommand.ts
@@ -124,4 +124,16 @@ export class CreateDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDeploymentCommand)
.de(de_CreateDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDeploymentRequest;
+ output: Deployment;
+ };
+ sdk: {
+ input: CreateDeploymentCommandInput;
+ output: CreateDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/CreateDocumentationPartCommand.ts b/clients/client-api-gateway/src/commands/CreateDocumentationPartCommand.ts
index 6f8286c5cea3..cbf3196043be 100644
--- a/clients/client-api-gateway/src/commands/CreateDocumentationPartCommand.ts
+++ b/clients/client-api-gateway/src/commands/CreateDocumentationPartCommand.ts
@@ -111,4 +111,16 @@ export class CreateDocumentationPartCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDocumentationPartCommand)
.de(de_CreateDocumentationPartCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDocumentationPartRequest;
+ output: DocumentationPart;
+ };
+ sdk: {
+ input: CreateDocumentationPartCommandInput;
+ output: CreateDocumentationPartCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/CreateDocumentationVersionCommand.ts b/clients/client-api-gateway/src/commands/CreateDocumentationVersionCommand.ts
index b3ec434eb656..eae4fd91661c 100644
--- a/clients/client-api-gateway/src/commands/CreateDocumentationVersionCommand.ts
+++ b/clients/client-api-gateway/src/commands/CreateDocumentationVersionCommand.ts
@@ -100,4 +100,16 @@ export class CreateDocumentationVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDocumentationVersionCommand)
.de(de_CreateDocumentationVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDocumentationVersionRequest;
+ output: DocumentationVersion;
+ };
+ sdk: {
+ input: CreateDocumentationVersionCommandInput;
+ output: CreateDocumentationVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/CreateDomainNameCommand.ts b/clients/client-api-gateway/src/commands/CreateDomainNameCommand.ts
index 0c1870145c4f..4b9fce6e5176 100644
--- a/clients/client-api-gateway/src/commands/CreateDomainNameCommand.ts
+++ b/clients/client-api-gateway/src/commands/CreateDomainNameCommand.ts
@@ -147,4 +147,16 @@ export class CreateDomainNameCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDomainNameCommand)
.de(de_CreateDomainNameCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDomainNameRequest;
+ output: DomainName;
+ };
+ sdk: {
+ input: CreateDomainNameCommandInput;
+ output: CreateDomainNameCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/CreateModelCommand.ts b/clients/client-api-gateway/src/commands/CreateModelCommand.ts
index 2da0af1038ac..7422ed02efff 100644
--- a/clients/client-api-gateway/src/commands/CreateModelCommand.ts
+++ b/clients/client-api-gateway/src/commands/CreateModelCommand.ts
@@ -103,4 +103,16 @@ export class CreateModelCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateModelCommand)
.de(de_CreateModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateModelRequest;
+ output: Model;
+ };
+ sdk: {
+ input: CreateModelCommandInput;
+ output: CreateModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/CreateRequestValidatorCommand.ts b/clients/client-api-gateway/src/commands/CreateRequestValidatorCommand.ts
index 30addf0507a1..3fba1f89de2d 100644
--- a/clients/client-api-gateway/src/commands/CreateRequestValidatorCommand.ts
+++ b/clients/client-api-gateway/src/commands/CreateRequestValidatorCommand.ts
@@ -101,4 +101,16 @@ export class CreateRequestValidatorCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRequestValidatorCommand)
.de(de_CreateRequestValidatorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRequestValidatorRequest;
+ output: RequestValidator;
+ };
+ sdk: {
+ input: CreateRequestValidatorCommandInput;
+ output: CreateRequestValidatorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/CreateResourceCommand.ts b/clients/client-api-gateway/src/commands/CreateResourceCommand.ts
index 6b65d4d359ab..c01abf19144c 100644
--- a/clients/client-api-gateway/src/commands/CreateResourceCommand.ts
+++ b/clients/client-api-gateway/src/commands/CreateResourceCommand.ts
@@ -159,4 +159,16 @@ export class CreateResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateResourceCommand)
.de(de_CreateResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateResourceRequest;
+ output: Resource;
+ };
+ sdk: {
+ input: CreateResourceCommandInput;
+ output: CreateResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/CreateRestApiCommand.ts b/clients/client-api-gateway/src/commands/CreateRestApiCommand.ts
index 3f0728d7ded6..2093b4a6547e 100644
--- a/clients/client-api-gateway/src/commands/CreateRestApiCommand.ts
+++ b/clients/client-api-gateway/src/commands/CreateRestApiCommand.ts
@@ -139,4 +139,16 @@ export class CreateRestApiCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRestApiCommand)
.de(de_CreateRestApiCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRestApiRequest;
+ output: RestApi;
+ };
+ sdk: {
+ input: CreateRestApiCommandInput;
+ output: CreateRestApiCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/CreateStageCommand.ts b/clients/client-api-gateway/src/commands/CreateStageCommand.ts
index 6fc2dc6618d6..30dc3f261792 100644
--- a/clients/client-api-gateway/src/commands/CreateStageCommand.ts
+++ b/clients/client-api-gateway/src/commands/CreateStageCommand.ts
@@ -159,4 +159,16 @@ export class CreateStageCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateStageCommand)
.de(de_CreateStageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateStageRequest;
+ output: Stage;
+ };
+ sdk: {
+ input: CreateStageCommandInput;
+ output: CreateStageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/CreateUsagePlanCommand.ts b/clients/client-api-gateway/src/commands/CreateUsagePlanCommand.ts
index a59520b66b62..1ff88a88a0a6 100644
--- a/clients/client-api-gateway/src/commands/CreateUsagePlanCommand.ts
+++ b/clients/client-api-gateway/src/commands/CreateUsagePlanCommand.ts
@@ -147,4 +147,16 @@ export class CreateUsagePlanCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateUsagePlanCommand)
.de(de_CreateUsagePlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateUsagePlanRequest;
+ output: UsagePlan;
+ };
+ sdk: {
+ input: CreateUsagePlanCommandInput;
+ output: CreateUsagePlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/CreateUsagePlanKeyCommand.ts b/clients/client-api-gateway/src/commands/CreateUsagePlanKeyCommand.ts
index b18594d53a7e..d06ead20bee8 100644
--- a/clients/client-api-gateway/src/commands/CreateUsagePlanKeyCommand.ts
+++ b/clients/client-api-gateway/src/commands/CreateUsagePlanKeyCommand.ts
@@ -100,4 +100,16 @@ export class CreateUsagePlanKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateUsagePlanKeyCommand)
.de(de_CreateUsagePlanKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateUsagePlanKeyRequest;
+ output: UsagePlanKey;
+ };
+ sdk: {
+ input: CreateUsagePlanKeyCommandInput;
+ output: CreateUsagePlanKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/CreateVpcLinkCommand.ts b/clients/client-api-gateway/src/commands/CreateVpcLinkCommand.ts
index e90ffe6bcba7..87cec650f73a 100644
--- a/clients/client-api-gateway/src/commands/CreateVpcLinkCommand.ts
+++ b/clients/client-api-gateway/src/commands/CreateVpcLinkCommand.ts
@@ -109,4 +109,16 @@ export class CreateVpcLinkCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVpcLinkCommand)
.de(de_CreateVpcLinkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVpcLinkRequest;
+ output: VpcLink;
+ };
+ sdk: {
+ input: CreateVpcLinkCommandInput;
+ output: CreateVpcLinkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/DeleteApiKeyCommand.ts b/clients/client-api-gateway/src/commands/DeleteApiKeyCommand.ts
index 1bb9fec103c8..45a5d0285f45 100644
--- a/clients/client-api-gateway/src/commands/DeleteApiKeyCommand.ts
+++ b/clients/client-api-gateway/src/commands/DeleteApiKeyCommand.ts
@@ -90,4 +90,16 @@ export class DeleteApiKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApiKeyCommand)
.de(de_DeleteApiKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApiKeyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApiKeyCommandInput;
+ output: DeleteApiKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/DeleteAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/DeleteAuthorizerCommand.ts
index a1434296fcb0..c96076dbbd78 100644
--- a/clients/client-api-gateway/src/commands/DeleteAuthorizerCommand.ts
+++ b/clients/client-api-gateway/src/commands/DeleteAuthorizerCommand.ts
@@ -91,4 +91,16 @@ export class DeleteAuthorizerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAuthorizerCommand)
.de(de_DeleteAuthorizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAuthorizerRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAuthorizerCommandInput;
+ output: DeleteAuthorizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/DeleteBasePathMappingCommand.ts b/clients/client-api-gateway/src/commands/DeleteBasePathMappingCommand.ts
index 7ed68fd3be09..26cdc40c0705 100644
--- a/clients/client-api-gateway/src/commands/DeleteBasePathMappingCommand.ts
+++ b/clients/client-api-gateway/src/commands/DeleteBasePathMappingCommand.ts
@@ -91,4 +91,16 @@ export class DeleteBasePathMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBasePathMappingCommand)
.de(de_DeleteBasePathMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBasePathMappingRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteBasePathMappingCommandInput;
+ output: DeleteBasePathMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/DeleteClientCertificateCommand.ts b/clients/client-api-gateway/src/commands/DeleteClientCertificateCommand.ts
index a36d0fd3b51c..43062259fc46 100644
--- a/clients/client-api-gateway/src/commands/DeleteClientCertificateCommand.ts
+++ b/clients/client-api-gateway/src/commands/DeleteClientCertificateCommand.ts
@@ -90,4 +90,16 @@ export class DeleteClientCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteClientCertificateCommand)
.de(de_DeleteClientCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteClientCertificateRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteClientCertificateCommandInput;
+ output: DeleteClientCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/DeleteDeploymentCommand.ts b/clients/client-api-gateway/src/commands/DeleteDeploymentCommand.ts
index 510c25085d19..e284872fd557 100644
--- a/clients/client-api-gateway/src/commands/DeleteDeploymentCommand.ts
+++ b/clients/client-api-gateway/src/commands/DeleteDeploymentCommand.ts
@@ -94,4 +94,16 @@ export class DeleteDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDeploymentCommand)
.de(de_DeleteDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDeploymentRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDeploymentCommandInput;
+ output: DeleteDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/DeleteDocumentationPartCommand.ts b/clients/client-api-gateway/src/commands/DeleteDocumentationPartCommand.ts
index 6ed81156e51c..c25f87d0cb75 100644
--- a/clients/client-api-gateway/src/commands/DeleteDocumentationPartCommand.ts
+++ b/clients/client-api-gateway/src/commands/DeleteDocumentationPartCommand.ts
@@ -91,4 +91,16 @@ export class DeleteDocumentationPartCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDocumentationPartCommand)
.de(de_DeleteDocumentationPartCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDocumentationPartRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDocumentationPartCommandInput;
+ output: DeleteDocumentationPartCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/DeleteDocumentationVersionCommand.ts b/clients/client-api-gateway/src/commands/DeleteDocumentationVersionCommand.ts
index 554207f01be5..9a5be112c8b6 100644
--- a/clients/client-api-gateway/src/commands/DeleteDocumentationVersionCommand.ts
+++ b/clients/client-api-gateway/src/commands/DeleteDocumentationVersionCommand.ts
@@ -91,4 +91,16 @@ export class DeleteDocumentationVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDocumentationVersionCommand)
.de(de_DeleteDocumentationVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDocumentationVersionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDocumentationVersionCommandInput;
+ output: DeleteDocumentationVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/DeleteDomainNameCommand.ts b/clients/client-api-gateway/src/commands/DeleteDomainNameCommand.ts
index e54547caa0bd..a2af894cab44 100644
--- a/clients/client-api-gateway/src/commands/DeleteDomainNameCommand.ts
+++ b/clients/client-api-gateway/src/commands/DeleteDomainNameCommand.ts
@@ -90,4 +90,16 @@ export class DeleteDomainNameCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDomainNameCommand)
.de(de_DeleteDomainNameCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDomainNameRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDomainNameCommandInput;
+ output: DeleteDomainNameCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/DeleteGatewayResponseCommand.ts b/clients/client-api-gateway/src/commands/DeleteGatewayResponseCommand.ts
index 4d19e7ecac6b..b0c022d5e840 100644
--- a/clients/client-api-gateway/src/commands/DeleteGatewayResponseCommand.ts
+++ b/clients/client-api-gateway/src/commands/DeleteGatewayResponseCommand.ts
@@ -91,4 +91,16 @@ export class DeleteGatewayResponseCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteGatewayResponseCommand)
.de(de_DeleteGatewayResponseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteGatewayResponseRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteGatewayResponseCommandInput;
+ output: DeleteGatewayResponseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/DeleteIntegrationCommand.ts b/clients/client-api-gateway/src/commands/DeleteIntegrationCommand.ts
index 5fcfadc9633c..d964aae0e5f9 100644
--- a/clients/client-api-gateway/src/commands/DeleteIntegrationCommand.ts
+++ b/clients/client-api-gateway/src/commands/DeleteIntegrationCommand.ts
@@ -92,4 +92,16 @@ export class DeleteIntegrationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIntegrationCommand)
.de(de_DeleteIntegrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIntegrationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteIntegrationCommandInput;
+ output: DeleteIntegrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/DeleteIntegrationResponseCommand.ts b/clients/client-api-gateway/src/commands/DeleteIntegrationResponseCommand.ts
index 3e88a1d27648..98e42e46bf4a 100644
--- a/clients/client-api-gateway/src/commands/DeleteIntegrationResponseCommand.ts
+++ b/clients/client-api-gateway/src/commands/DeleteIntegrationResponseCommand.ts
@@ -93,4 +93,16 @@ export class DeleteIntegrationResponseCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIntegrationResponseCommand)
.de(de_DeleteIntegrationResponseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIntegrationResponseRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteIntegrationResponseCommandInput;
+ output: DeleteIntegrationResponseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/DeleteMethodCommand.ts b/clients/client-api-gateway/src/commands/DeleteMethodCommand.ts
index ed89c6f7a49e..0d72e53ef406 100644
--- a/clients/client-api-gateway/src/commands/DeleteMethodCommand.ts
+++ b/clients/client-api-gateway/src/commands/DeleteMethodCommand.ts
@@ -89,4 +89,16 @@ export class DeleteMethodCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMethodCommand)
.de(de_DeleteMethodCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMethodRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMethodCommandInput;
+ output: DeleteMethodCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/DeleteMethodResponseCommand.ts b/clients/client-api-gateway/src/commands/DeleteMethodResponseCommand.ts
index 0881f6708efb..86ca898d1d3f 100644
--- a/clients/client-api-gateway/src/commands/DeleteMethodResponseCommand.ts
+++ b/clients/client-api-gateway/src/commands/DeleteMethodResponseCommand.ts
@@ -93,4 +93,16 @@ export class DeleteMethodResponseCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMethodResponseCommand)
.de(de_DeleteMethodResponseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMethodResponseRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMethodResponseCommandInput;
+ output: DeleteMethodResponseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/DeleteModelCommand.ts b/clients/client-api-gateway/src/commands/DeleteModelCommand.ts
index cf71f2273446..27911d75412b 100644
--- a/clients/client-api-gateway/src/commands/DeleteModelCommand.ts
+++ b/clients/client-api-gateway/src/commands/DeleteModelCommand.ts
@@ -91,4 +91,16 @@ export class DeleteModelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteModelCommand)
.de(de_DeleteModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteModelRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteModelCommandInput;
+ output: DeleteModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/DeleteRequestValidatorCommand.ts b/clients/client-api-gateway/src/commands/DeleteRequestValidatorCommand.ts
index 1520b7433031..299e6294ec87 100644
--- a/clients/client-api-gateway/src/commands/DeleteRequestValidatorCommand.ts
+++ b/clients/client-api-gateway/src/commands/DeleteRequestValidatorCommand.ts
@@ -91,4 +91,16 @@ export class DeleteRequestValidatorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRequestValidatorCommand)
.de(de_DeleteRequestValidatorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRequestValidatorRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRequestValidatorCommandInput;
+ output: DeleteRequestValidatorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/DeleteResourceCommand.ts b/clients/client-api-gateway/src/commands/DeleteResourceCommand.ts
index 47dcf963af86..2c0e3098caab 100644
--- a/clients/client-api-gateway/src/commands/DeleteResourceCommand.ts
+++ b/clients/client-api-gateway/src/commands/DeleteResourceCommand.ts
@@ -91,4 +91,16 @@ export class DeleteResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteResourceCommand)
.de(de_DeleteResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteResourceCommandInput;
+ output: DeleteResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/DeleteRestApiCommand.ts b/clients/client-api-gateway/src/commands/DeleteRestApiCommand.ts
index b09ec5dfdfbd..232ad2685789 100644
--- a/clients/client-api-gateway/src/commands/DeleteRestApiCommand.ts
+++ b/clients/client-api-gateway/src/commands/DeleteRestApiCommand.ts
@@ -90,4 +90,16 @@ export class DeleteRestApiCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRestApiCommand)
.de(de_DeleteRestApiCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRestApiRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRestApiCommandInput;
+ output: DeleteRestApiCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/DeleteStageCommand.ts b/clients/client-api-gateway/src/commands/DeleteStageCommand.ts
index 4dff370f21f6..46395e47acc0 100644
--- a/clients/client-api-gateway/src/commands/DeleteStageCommand.ts
+++ b/clients/client-api-gateway/src/commands/DeleteStageCommand.ts
@@ -94,4 +94,16 @@ export class DeleteStageCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteStageCommand)
.de(de_DeleteStageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteStageRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteStageCommandInput;
+ output: DeleteStageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/DeleteUsagePlanCommand.ts b/clients/client-api-gateway/src/commands/DeleteUsagePlanCommand.ts
index ef2503e4367f..d668f92098b6 100644
--- a/clients/client-api-gateway/src/commands/DeleteUsagePlanCommand.ts
+++ b/clients/client-api-gateway/src/commands/DeleteUsagePlanCommand.ts
@@ -90,4 +90,16 @@ export class DeleteUsagePlanCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteUsagePlanCommand)
.de(de_DeleteUsagePlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteUsagePlanRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteUsagePlanCommandInput;
+ output: DeleteUsagePlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/DeleteUsagePlanKeyCommand.ts b/clients/client-api-gateway/src/commands/DeleteUsagePlanKeyCommand.ts
index cf5248c3b83e..5672943c6a83 100644
--- a/clients/client-api-gateway/src/commands/DeleteUsagePlanKeyCommand.ts
+++ b/clients/client-api-gateway/src/commands/DeleteUsagePlanKeyCommand.ts
@@ -91,4 +91,16 @@ export class DeleteUsagePlanKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteUsagePlanKeyCommand)
.de(de_DeleteUsagePlanKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteUsagePlanKeyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteUsagePlanKeyCommandInput;
+ output: DeleteUsagePlanKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/DeleteVpcLinkCommand.ts b/clients/client-api-gateway/src/commands/DeleteVpcLinkCommand.ts
index 25b181311bab..611d0f622501 100644
--- a/clients/client-api-gateway/src/commands/DeleteVpcLinkCommand.ts
+++ b/clients/client-api-gateway/src/commands/DeleteVpcLinkCommand.ts
@@ -90,4 +90,16 @@ export class DeleteVpcLinkCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVpcLinkCommand)
.de(de_DeleteVpcLinkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVpcLinkRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVpcLinkCommandInput;
+ output: DeleteVpcLinkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/FlushStageAuthorizersCacheCommand.ts b/clients/client-api-gateway/src/commands/FlushStageAuthorizersCacheCommand.ts
index 58e7934acf8f..bd7b8f4d27fb 100644
--- a/clients/client-api-gateway/src/commands/FlushStageAuthorizersCacheCommand.ts
+++ b/clients/client-api-gateway/src/commands/FlushStageAuthorizersCacheCommand.ts
@@ -94,4 +94,16 @@ export class FlushStageAuthorizersCacheCommand extends $Command
.f(void 0, void 0)
.ser(se_FlushStageAuthorizersCacheCommand)
.de(de_FlushStageAuthorizersCacheCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: FlushStageAuthorizersCacheRequest;
+ output: {};
+ };
+ sdk: {
+ input: FlushStageAuthorizersCacheCommandInput;
+ output: FlushStageAuthorizersCacheCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/FlushStageCacheCommand.ts b/clients/client-api-gateway/src/commands/FlushStageCacheCommand.ts
index 03f569ee1cbb..ab398f369c2c 100644
--- a/clients/client-api-gateway/src/commands/FlushStageCacheCommand.ts
+++ b/clients/client-api-gateway/src/commands/FlushStageCacheCommand.ts
@@ -94,4 +94,16 @@ export class FlushStageCacheCommand extends $Command
.f(void 0, void 0)
.ser(se_FlushStageCacheCommand)
.de(de_FlushStageCacheCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: FlushStageCacheRequest;
+ output: {};
+ };
+ sdk: {
+ input: FlushStageCacheCommandInput;
+ output: FlushStageCacheCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GenerateClientCertificateCommand.ts b/clients/client-api-gateway/src/commands/GenerateClientCertificateCommand.ts
index 94bdbf6f9af4..d95e7ef7dec0 100644
--- a/clients/client-api-gateway/src/commands/GenerateClientCertificateCommand.ts
+++ b/clients/client-api-gateway/src/commands/GenerateClientCertificateCommand.ts
@@ -102,4 +102,16 @@ export class GenerateClientCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_GenerateClientCertificateCommand)
.de(de_GenerateClientCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GenerateClientCertificateRequest;
+ output: ClientCertificate;
+ };
+ sdk: {
+ input: GenerateClientCertificateCommandInput;
+ output: GenerateClientCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetAccountCommand.ts b/clients/client-api-gateway/src/commands/GetAccountCommand.ts
index a41355f6c41e..5371bec2b683 100644
--- a/clients/client-api-gateway/src/commands/GetAccountCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetAccountCommand.ts
@@ -95,4 +95,16 @@ export class GetAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAccountCommand)
.de(de_GetAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: Account;
+ };
+ sdk: {
+ input: GetAccountCommandInput;
+ output: GetAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetApiKeyCommand.ts b/clients/client-api-gateway/src/commands/GetApiKeyCommand.ts
index d2dc73d1d699..7d4287a32226 100644
--- a/clients/client-api-gateway/src/commands/GetApiKeyCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetApiKeyCommand.ts
@@ -103,4 +103,16 @@ export class GetApiKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetApiKeyCommand)
.de(de_GetApiKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetApiKeyRequest;
+ output: ApiKey;
+ };
+ sdk: {
+ input: GetApiKeyCommandInput;
+ output: GetApiKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetApiKeysCommand.ts b/clients/client-api-gateway/src/commands/GetApiKeysCommand.ts
index 3344057323f5..7a8e27772b9b 100644
--- a/clients/client-api-gateway/src/commands/GetApiKeysCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetApiKeysCommand.ts
@@ -114,4 +114,16 @@ export class GetApiKeysCommand extends $Command
.f(void 0, void 0)
.ser(se_GetApiKeysCommand)
.de(de_GetApiKeysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetApiKeysRequest;
+ output: ApiKeys;
+ };
+ sdk: {
+ input: GetApiKeysCommandInput;
+ output: GetApiKeysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/GetAuthorizerCommand.ts
index 9c96a71f6edf..eb9315fb3dcd 100644
--- a/clients/client-api-gateway/src/commands/GetAuthorizerCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetAuthorizerCommand.ts
@@ -101,4 +101,16 @@ export class GetAuthorizerCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAuthorizerCommand)
.de(de_GetAuthorizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAuthorizerRequest;
+ output: Authorizer;
+ };
+ sdk: {
+ input: GetAuthorizerCommandInput;
+ output: GetAuthorizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetAuthorizersCommand.ts b/clients/client-api-gateway/src/commands/GetAuthorizersCommand.ts
index 841c7dd52fc5..9120523e8b16 100644
--- a/clients/client-api-gateway/src/commands/GetAuthorizersCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetAuthorizersCommand.ts
@@ -107,4 +107,16 @@ export class GetAuthorizersCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAuthorizersCommand)
.de(de_GetAuthorizersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAuthorizersRequest;
+ output: Authorizers;
+ };
+ sdk: {
+ input: GetAuthorizersCommandInput;
+ output: GetAuthorizersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetBasePathMappingCommand.ts b/clients/client-api-gateway/src/commands/GetBasePathMappingCommand.ts
index 3f5703104253..a2ad7d5b64c6 100644
--- a/clients/client-api-gateway/src/commands/GetBasePathMappingCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetBasePathMappingCommand.ts
@@ -92,4 +92,16 @@ export class GetBasePathMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBasePathMappingCommand)
.de(de_GetBasePathMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBasePathMappingRequest;
+ output: BasePathMapping;
+ };
+ sdk: {
+ input: GetBasePathMappingCommandInput;
+ output: GetBasePathMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetBasePathMappingsCommand.ts b/clients/client-api-gateway/src/commands/GetBasePathMappingsCommand.ts
index c86d14d2f5c8..fdf23489af60 100644
--- a/clients/client-api-gateway/src/commands/GetBasePathMappingsCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetBasePathMappingsCommand.ts
@@ -98,4 +98,16 @@ export class GetBasePathMappingsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBasePathMappingsCommand)
.de(de_GetBasePathMappingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBasePathMappingsRequest;
+ output: BasePathMappings;
+ };
+ sdk: {
+ input: GetBasePathMappingsCommandInput;
+ output: GetBasePathMappingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetClientCertificateCommand.ts b/clients/client-api-gateway/src/commands/GetClientCertificateCommand.ts
index ad65c758ec58..d95db5aaa768 100644
--- a/clients/client-api-gateway/src/commands/GetClientCertificateCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetClientCertificateCommand.ts
@@ -96,4 +96,16 @@ export class GetClientCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetClientCertificateCommand)
.de(de_GetClientCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetClientCertificateRequest;
+ output: ClientCertificate;
+ };
+ sdk: {
+ input: GetClientCertificateCommandInput;
+ output: GetClientCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetClientCertificatesCommand.ts b/clients/client-api-gateway/src/commands/GetClientCertificatesCommand.ts
index d24b0b1bfdc3..11ec3c06a000 100644
--- a/clients/client-api-gateway/src/commands/GetClientCertificatesCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetClientCertificatesCommand.ts
@@ -102,4 +102,16 @@ export class GetClientCertificatesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetClientCertificatesCommand)
.de(de_GetClientCertificatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetClientCertificatesRequest;
+ output: ClientCertificates;
+ };
+ sdk: {
+ input: GetClientCertificatesCommandInput;
+ output: GetClientCertificatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetDeploymentCommand.ts b/clients/client-api-gateway/src/commands/GetDeploymentCommand.ts
index b1a101593eb0..53355c49173f 100644
--- a/clients/client-api-gateway/src/commands/GetDeploymentCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetDeploymentCommand.ts
@@ -106,4 +106,16 @@ export class GetDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeploymentCommand)
.de(de_GetDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeploymentRequest;
+ output: Deployment;
+ };
+ sdk: {
+ input: GetDeploymentCommandInput;
+ output: GetDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetDeploymentsCommand.ts b/clients/client-api-gateway/src/commands/GetDeploymentsCommand.ts
index b31463222b01..73c5434b4185 100644
--- a/clients/client-api-gateway/src/commands/GetDeploymentsCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetDeploymentsCommand.ts
@@ -109,4 +109,16 @@ export class GetDeploymentsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeploymentsCommand)
.de(de_GetDeploymentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeploymentsRequest;
+ output: Deployments;
+ };
+ sdk: {
+ input: GetDeploymentsCommandInput;
+ output: GetDeploymentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetDocumentationPartCommand.ts b/clients/client-api-gateway/src/commands/GetDocumentationPartCommand.ts
index 2bfa0b44dab1..eb0031dc2e41 100644
--- a/clients/client-api-gateway/src/commands/GetDocumentationPartCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetDocumentationPartCommand.ts
@@ -98,4 +98,16 @@ export class GetDocumentationPartCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDocumentationPartCommand)
.de(de_GetDocumentationPartCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDocumentationPartRequest;
+ output: DocumentationPart;
+ };
+ sdk: {
+ input: GetDocumentationPartCommandInput;
+ output: GetDocumentationPartCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetDocumentationPartsCommand.ts b/clients/client-api-gateway/src/commands/GetDocumentationPartsCommand.ts
index 5409b6066e70..b58a253a5e83 100644
--- a/clients/client-api-gateway/src/commands/GetDocumentationPartsCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetDocumentationPartsCommand.ts
@@ -108,4 +108,16 @@ export class GetDocumentationPartsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDocumentationPartsCommand)
.de(de_GetDocumentationPartsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDocumentationPartsRequest;
+ output: DocumentationParts;
+ };
+ sdk: {
+ input: GetDocumentationPartsCommandInput;
+ output: GetDocumentationPartsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetDocumentationVersionCommand.ts b/clients/client-api-gateway/src/commands/GetDocumentationVersionCommand.ts
index 44b2dfb0244a..7a1547995ead 100644
--- a/clients/client-api-gateway/src/commands/GetDocumentationVersionCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetDocumentationVersionCommand.ts
@@ -89,4 +89,16 @@ export class GetDocumentationVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDocumentationVersionCommand)
.de(de_GetDocumentationVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDocumentationVersionRequest;
+ output: DocumentationVersion;
+ };
+ sdk: {
+ input: GetDocumentationVersionCommandInput;
+ output: GetDocumentationVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetDocumentationVersionsCommand.ts b/clients/client-api-gateway/src/commands/GetDocumentationVersionsCommand.ts
index 0ea6417ed602..76c87cf57ca6 100644
--- a/clients/client-api-gateway/src/commands/GetDocumentationVersionsCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetDocumentationVersionsCommand.ts
@@ -98,4 +98,16 @@ export class GetDocumentationVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDocumentationVersionsCommand)
.de(de_GetDocumentationVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDocumentationVersionsRequest;
+ output: DocumentationVersions;
+ };
+ sdk: {
+ input: GetDocumentationVersionsCommandInput;
+ output: GetDocumentationVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetDomainNameCommand.ts b/clients/client-api-gateway/src/commands/GetDomainNameCommand.ts
index d346c2ff3eb1..5cddea2463ac 100644
--- a/clients/client-api-gateway/src/commands/GetDomainNameCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetDomainNameCommand.ts
@@ -120,4 +120,16 @@ export class GetDomainNameCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDomainNameCommand)
.de(de_GetDomainNameCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDomainNameRequest;
+ output: DomainName;
+ };
+ sdk: {
+ input: GetDomainNameCommandInput;
+ output: GetDomainNameCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetDomainNamesCommand.ts b/clients/client-api-gateway/src/commands/GetDomainNamesCommand.ts
index 99c53c04cf97..bd2d0765134d 100644
--- a/clients/client-api-gateway/src/commands/GetDomainNamesCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetDomainNamesCommand.ts
@@ -126,4 +126,16 @@ export class GetDomainNamesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDomainNamesCommand)
.de(de_GetDomainNamesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDomainNamesRequest;
+ output: DomainNames;
+ };
+ sdk: {
+ input: GetDomainNamesCommandInput;
+ output: GetDomainNamesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetExportCommand.ts b/clients/client-api-gateway/src/commands/GetExportCommand.ts
index 37c0d801016d..67593ab6d90a 100644
--- a/clients/client-api-gateway/src/commands/GetExportCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetExportCommand.ts
@@ -111,4 +111,16 @@ export class GetExportCommand extends $Command
.f(void 0, void 0)
.ser(se_GetExportCommand)
.de(de_GetExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetExportRequest;
+ output: ExportResponse;
+ };
+ sdk: {
+ input: GetExportCommandInput;
+ output: GetExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetGatewayResponseCommand.ts b/clients/client-api-gateway/src/commands/GetGatewayResponseCommand.ts
index e8074d16988b..3436cb6bc3a6 100644
--- a/clients/client-api-gateway/src/commands/GetGatewayResponseCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetGatewayResponseCommand.ts
@@ -98,4 +98,16 @@ export class GetGatewayResponseCommand extends $Command
.f(void 0, void 0)
.ser(se_GetGatewayResponseCommand)
.de(de_GetGatewayResponseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetGatewayResponseRequest;
+ output: GatewayResponse;
+ };
+ sdk: {
+ input: GetGatewayResponseCommandInput;
+ output: GetGatewayResponseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetGatewayResponsesCommand.ts b/clients/client-api-gateway/src/commands/GetGatewayResponsesCommand.ts
index a7f0c8ee2077..6ddf76d6290d 100644
--- a/clients/client-api-gateway/src/commands/GetGatewayResponsesCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetGatewayResponsesCommand.ts
@@ -104,4 +104,16 @@ export class GetGatewayResponsesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetGatewayResponsesCommand)
.de(de_GetGatewayResponsesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetGatewayResponsesRequest;
+ output: GatewayResponses;
+ };
+ sdk: {
+ input: GetGatewayResponsesCommandInput;
+ output: GetGatewayResponsesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetIntegrationCommand.ts b/clients/client-api-gateway/src/commands/GetIntegrationCommand.ts
index 32319194d45a..add9561a9ff6 100644
--- a/clients/client-api-gateway/src/commands/GetIntegrationCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetIntegrationCommand.ts
@@ -125,4 +125,16 @@ export class GetIntegrationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIntegrationCommand)
.de(de_GetIntegrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIntegrationRequest;
+ output: Integration;
+ };
+ sdk: {
+ input: GetIntegrationCommandInput;
+ output: GetIntegrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetIntegrationResponseCommand.ts b/clients/client-api-gateway/src/commands/GetIntegrationResponseCommand.ts
index 85a275d66658..27027fde2c56 100644
--- a/clients/client-api-gateway/src/commands/GetIntegrationResponseCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetIntegrationResponseCommand.ts
@@ -100,4 +100,16 @@ export class GetIntegrationResponseCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIntegrationResponseCommand)
.de(de_GetIntegrationResponseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIntegrationResponseRequest;
+ output: IntegrationResponse;
+ };
+ sdk: {
+ input: GetIntegrationResponseCommandInput;
+ output: GetIntegrationResponseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetMethodCommand.ts b/clients/client-api-gateway/src/commands/GetMethodCommand.ts
index bd436c7b1c60..c1bbe7b08341 100644
--- a/clients/client-api-gateway/src/commands/GetMethodCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetMethodCommand.ts
@@ -142,4 +142,16 @@ export class GetMethodCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMethodCommand)
.de(de_GetMethodCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMethodRequest;
+ output: Method;
+ };
+ sdk: {
+ input: GetMethodCommandInput;
+ output: GetMethodCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetMethodResponseCommand.ts b/clients/client-api-gateway/src/commands/GetMethodResponseCommand.ts
index 87b27c1e2d9a..a6ecab5c32eb 100644
--- a/clients/client-api-gateway/src/commands/GetMethodResponseCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetMethodResponseCommand.ts
@@ -95,4 +95,16 @@ export class GetMethodResponseCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMethodResponseCommand)
.de(de_GetMethodResponseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMethodResponseRequest;
+ output: MethodResponse;
+ };
+ sdk: {
+ input: GetMethodResponseCommandInput;
+ output: GetMethodResponseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetModelCommand.ts b/clients/client-api-gateway/src/commands/GetModelCommand.ts
index 57bff22301f7..36d9d126114b 100644
--- a/clients/client-api-gateway/src/commands/GetModelCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetModelCommand.ts
@@ -95,4 +95,16 @@ export class GetModelCommand extends $Command
.f(void 0, void 0)
.ser(se_GetModelCommand)
.de(de_GetModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetModelRequest;
+ output: Model;
+ };
+ sdk: {
+ input: GetModelCommandInput;
+ output: GetModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetModelTemplateCommand.ts b/clients/client-api-gateway/src/commands/GetModelTemplateCommand.ts
index 0786cba0d565..e705f25134c8 100644
--- a/clients/client-api-gateway/src/commands/GetModelTemplateCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetModelTemplateCommand.ts
@@ -90,4 +90,16 @@ export class GetModelTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetModelTemplateCommand)
.de(de_GetModelTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetModelTemplateRequest;
+ output: Template;
+ };
+ sdk: {
+ input: GetModelTemplateCommandInput;
+ output: GetModelTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetModelsCommand.ts b/clients/client-api-gateway/src/commands/GetModelsCommand.ts
index bccaef2e862c..9c31368e8a35 100644
--- a/clients/client-api-gateway/src/commands/GetModelsCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetModelsCommand.ts
@@ -100,4 +100,16 @@ export class GetModelsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetModelsCommand)
.de(de_GetModelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetModelsRequest;
+ output: Models;
+ };
+ sdk: {
+ input: GetModelsCommandInput;
+ output: GetModelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetRequestValidatorCommand.ts b/clients/client-api-gateway/src/commands/GetRequestValidatorCommand.ts
index 663be3c85cce..c58d4dc88c87 100644
--- a/clients/client-api-gateway/src/commands/GetRequestValidatorCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetRequestValidatorCommand.ts
@@ -93,4 +93,16 @@ export class GetRequestValidatorCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRequestValidatorCommand)
.de(de_GetRequestValidatorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRequestValidatorRequest;
+ output: RequestValidator;
+ };
+ sdk: {
+ input: GetRequestValidatorCommandInput;
+ output: GetRequestValidatorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetRequestValidatorsCommand.ts b/clients/client-api-gateway/src/commands/GetRequestValidatorsCommand.ts
index bb4dc20e3681..775906f30a06 100644
--- a/clients/client-api-gateway/src/commands/GetRequestValidatorsCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetRequestValidatorsCommand.ts
@@ -99,4 +99,16 @@ export class GetRequestValidatorsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRequestValidatorsCommand)
.de(de_GetRequestValidatorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRequestValidatorsRequest;
+ output: RequestValidators;
+ };
+ sdk: {
+ input: GetRequestValidatorsCommandInput;
+ output: GetRequestValidatorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetResourceCommand.ts b/clients/client-api-gateway/src/commands/GetResourceCommand.ts
index 0e3b34ef2d5e..a5c52f59a56c 100644
--- a/clients/client-api-gateway/src/commands/GetResourceCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetResourceCommand.ts
@@ -152,4 +152,16 @@ export class GetResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResourceCommand)
.de(de_GetResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourceRequest;
+ output: Resource;
+ };
+ sdk: {
+ input: GetResourceCommandInput;
+ output: GetResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetResourcesCommand.ts b/clients/client-api-gateway/src/commands/GetResourcesCommand.ts
index a105db305f59..1e9471231f3f 100644
--- a/clients/client-api-gateway/src/commands/GetResourcesCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetResourcesCommand.ts
@@ -161,4 +161,16 @@ export class GetResourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResourcesCommand)
.de(de_GetResourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourcesRequest;
+ output: Resources;
+ };
+ sdk: {
+ input: GetResourcesCommandInput;
+ output: GetResourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetRestApiCommand.ts b/clients/client-api-gateway/src/commands/GetRestApiCommand.ts
index 2cf4816f694c..993acc1a8b51 100644
--- a/clients/client-api-gateway/src/commands/GetRestApiCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetRestApiCommand.ts
@@ -115,4 +115,16 @@ export class GetRestApiCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRestApiCommand)
.de(de_GetRestApiCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRestApiRequest;
+ output: RestApi;
+ };
+ sdk: {
+ input: GetRestApiCommandInput;
+ output: GetRestApiCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetRestApisCommand.ts b/clients/client-api-gateway/src/commands/GetRestApisCommand.ts
index d0f29474861f..784dc2a1ffa8 100644
--- a/clients/client-api-gateway/src/commands/GetRestApisCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetRestApisCommand.ts
@@ -121,4 +121,16 @@ export class GetRestApisCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRestApisCommand)
.de(de_GetRestApisCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRestApisRequest;
+ output: RestApis;
+ };
+ sdk: {
+ input: GetRestApisCommandInput;
+ output: GetRestApisCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetSdkCommand.ts b/clients/client-api-gateway/src/commands/GetSdkCommand.ts
index ac65e5d72eab..ad7b1a54ae98 100644
--- a/clients/client-api-gateway/src/commands/GetSdkCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetSdkCommand.ts
@@ -110,4 +110,16 @@ export class GetSdkCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSdkCommand)
.de(de_GetSdkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSdkRequest;
+ output: SdkResponse;
+ };
+ sdk: {
+ input: GetSdkCommandInput;
+ output: GetSdkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetSdkTypeCommand.ts b/clients/client-api-gateway/src/commands/GetSdkTypeCommand.ts
index 5030218dc520..13586626ef6f 100644
--- a/clients/client-api-gateway/src/commands/GetSdkTypeCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetSdkTypeCommand.ts
@@ -100,4 +100,16 @@ export class GetSdkTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSdkTypeCommand)
.de(de_GetSdkTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSdkTypeRequest;
+ output: SdkType;
+ };
+ sdk: {
+ input: GetSdkTypeCommandInput;
+ output: GetSdkTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetSdkTypesCommand.ts b/clients/client-api-gateway/src/commands/GetSdkTypesCommand.ts
index 814afa5e42b5..878c4835c2c9 100644
--- a/clients/client-api-gateway/src/commands/GetSdkTypesCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetSdkTypesCommand.ts
@@ -105,4 +105,16 @@ export class GetSdkTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSdkTypesCommand)
.de(de_GetSdkTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSdkTypesRequest;
+ output: SdkTypes;
+ };
+ sdk: {
+ input: GetSdkTypesCommandInput;
+ output: GetSdkTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetStageCommand.ts b/clients/client-api-gateway/src/commands/GetStageCommand.ts
index 723ac478c08e..baeca2c0c77e 100644
--- a/clients/client-api-gateway/src/commands/GetStageCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetStageCommand.ts
@@ -139,4 +139,16 @@ export class GetStageCommand extends $Command
.f(void 0, void 0)
.ser(se_GetStageCommand)
.de(de_GetStageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetStageRequest;
+ output: Stage;
+ };
+ sdk: {
+ input: GetStageCommandInput;
+ output: GetStageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetStagesCommand.ts b/clients/client-api-gateway/src/commands/GetStagesCommand.ts
index cf93e764ef6f..0ce13e94bf24 100644
--- a/clients/client-api-gateway/src/commands/GetStagesCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetStagesCommand.ts
@@ -143,4 +143,16 @@ export class GetStagesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetStagesCommand)
.de(de_GetStagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetStagesRequest;
+ output: Stages;
+ };
+ sdk: {
+ input: GetStagesCommandInput;
+ output: GetStagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetTagsCommand.ts b/clients/client-api-gateway/src/commands/GetTagsCommand.ts
index 843598a39f3f..5c43599ff865 100644
--- a/clients/client-api-gateway/src/commands/GetTagsCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetTagsCommand.ts
@@ -93,4 +93,16 @@ export class GetTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTagsCommand)
.de(de_GetTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTagsRequest;
+ output: Tags;
+ };
+ sdk: {
+ input: GetTagsCommandInput;
+ output: GetTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetUsageCommand.ts b/clients/client-api-gateway/src/commands/GetUsageCommand.ts
index 4e9140924b88..fe11aaaf7f79 100644
--- a/clients/client-api-gateway/src/commands/GetUsageCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetUsageCommand.ts
@@ -104,4 +104,16 @@ export class GetUsageCommand extends $Command
.f(void 0, void 0)
.ser(se_GetUsageCommand)
.de(de_GetUsageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUsageRequest;
+ output: Usage;
+ };
+ sdk: {
+ input: GetUsageCommandInput;
+ output: GetUsageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetUsagePlanCommand.ts b/clients/client-api-gateway/src/commands/GetUsagePlanCommand.ts
index 5c0543fa060f..ca61ceb3d56d 100644
--- a/clients/client-api-gateway/src/commands/GetUsagePlanCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetUsagePlanCommand.ts
@@ -116,4 +116,16 @@ export class GetUsagePlanCommand extends $Command
.f(void 0, void 0)
.ser(se_GetUsagePlanCommand)
.de(de_GetUsagePlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUsagePlanRequest;
+ output: UsagePlan;
+ };
+ sdk: {
+ input: GetUsagePlanCommandInput;
+ output: GetUsagePlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetUsagePlanKeyCommand.ts b/clients/client-api-gateway/src/commands/GetUsagePlanKeyCommand.ts
index 7e852c904144..482e4f3fdbad 100644
--- a/clients/client-api-gateway/src/commands/GetUsagePlanKeyCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetUsagePlanKeyCommand.ts
@@ -93,4 +93,16 @@ export class GetUsagePlanKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetUsagePlanKeyCommand)
.de(de_GetUsagePlanKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUsagePlanKeyRequest;
+ output: UsagePlanKey;
+ };
+ sdk: {
+ input: GetUsagePlanKeyCommandInput;
+ output: GetUsagePlanKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetUsagePlanKeysCommand.ts b/clients/client-api-gateway/src/commands/GetUsagePlanKeysCommand.ts
index a8678d41df4f..45326b856846 100644
--- a/clients/client-api-gateway/src/commands/GetUsagePlanKeysCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetUsagePlanKeysCommand.ts
@@ -100,4 +100,16 @@ export class GetUsagePlanKeysCommand extends $Command
.f(void 0, void 0)
.ser(se_GetUsagePlanKeysCommand)
.de(de_GetUsagePlanKeysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUsagePlanKeysRequest;
+ output: UsagePlanKeys;
+ };
+ sdk: {
+ input: GetUsagePlanKeysCommandInput;
+ output: GetUsagePlanKeysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetUsagePlansCommand.ts b/clients/client-api-gateway/src/commands/GetUsagePlansCommand.ts
index d6d53f850c6a..e7010c00bcb1 100644
--- a/clients/client-api-gateway/src/commands/GetUsagePlansCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetUsagePlansCommand.ts
@@ -123,4 +123,16 @@ export class GetUsagePlansCommand extends $Command
.f(void 0, void 0)
.ser(se_GetUsagePlansCommand)
.de(de_GetUsagePlansCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUsagePlansRequest;
+ output: UsagePlans;
+ };
+ sdk: {
+ input: GetUsagePlansCommandInput;
+ output: GetUsagePlansCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetVpcLinkCommand.ts b/clients/client-api-gateway/src/commands/GetVpcLinkCommand.ts
index cef164bfb2d9..2ce80ad860c1 100644
--- a/clients/client-api-gateway/src/commands/GetVpcLinkCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetVpcLinkCommand.ts
@@ -99,4 +99,16 @@ export class GetVpcLinkCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVpcLinkCommand)
.de(de_GetVpcLinkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVpcLinkRequest;
+ output: VpcLink;
+ };
+ sdk: {
+ input: GetVpcLinkCommandInput;
+ output: GetVpcLinkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/GetVpcLinksCommand.ts b/clients/client-api-gateway/src/commands/GetVpcLinksCommand.ts
index 6373afbfaad2..1a03d0cc015d 100644
--- a/clients/client-api-gateway/src/commands/GetVpcLinksCommand.ts
+++ b/clients/client-api-gateway/src/commands/GetVpcLinksCommand.ts
@@ -105,4 +105,16 @@ export class GetVpcLinksCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVpcLinksCommand)
.de(de_GetVpcLinksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVpcLinksRequest;
+ output: VpcLinks;
+ };
+ sdk: {
+ input: GetVpcLinksCommandInput;
+ output: GetVpcLinksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/ImportApiKeysCommand.ts b/clients/client-api-gateway/src/commands/ImportApiKeysCommand.ts
index e07bb12afe90..a9d7bd5c6931 100644
--- a/clients/client-api-gateway/src/commands/ImportApiKeysCommand.ts
+++ b/clients/client-api-gateway/src/commands/ImportApiKeysCommand.ts
@@ -109,4 +109,16 @@ export class ImportApiKeysCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportApiKeysCommand)
.de(de_ImportApiKeysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportApiKeysRequest;
+ output: ApiKeyIds;
+ };
+ sdk: {
+ input: ImportApiKeysCommandInput;
+ output: ImportApiKeysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/ImportDocumentationPartsCommand.ts b/clients/client-api-gateway/src/commands/ImportDocumentationPartsCommand.ts
index e5b90249cf2f..4f7d49884c5d 100644
--- a/clients/client-api-gateway/src/commands/ImportDocumentationPartsCommand.ts
+++ b/clients/client-api-gateway/src/commands/ImportDocumentationPartsCommand.ts
@@ -110,4 +110,16 @@ export class ImportDocumentationPartsCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportDocumentationPartsCommand)
.de(de_ImportDocumentationPartsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportDocumentationPartsRequest;
+ output: DocumentationPartIds;
+ };
+ sdk: {
+ input: ImportDocumentationPartsCommandInput;
+ output: ImportDocumentationPartsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/ImportRestApiCommand.ts b/clients/client-api-gateway/src/commands/ImportRestApiCommand.ts
index 34f8dc2b6c58..67e8f8f9e5f5 100644
--- a/clients/client-api-gateway/src/commands/ImportRestApiCommand.ts
+++ b/clients/client-api-gateway/src/commands/ImportRestApiCommand.ts
@@ -132,4 +132,16 @@ export class ImportRestApiCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportRestApiCommand)
.de(de_ImportRestApiCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportRestApiRequest;
+ output: RestApi;
+ };
+ sdk: {
+ input: ImportRestApiCommandInput;
+ output: ImportRestApiCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/PutGatewayResponseCommand.ts b/clients/client-api-gateway/src/commands/PutGatewayResponseCommand.ts
index 1f42e19c0e9b..00adf3d2db60 100644
--- a/clients/client-api-gateway/src/commands/PutGatewayResponseCommand.ts
+++ b/clients/client-api-gateway/src/commands/PutGatewayResponseCommand.ts
@@ -111,4 +111,16 @@ export class PutGatewayResponseCommand extends $Command
.f(void 0, void 0)
.ser(se_PutGatewayResponseCommand)
.de(de_PutGatewayResponseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutGatewayResponseRequest;
+ output: GatewayResponse;
+ };
+ sdk: {
+ input: PutGatewayResponseCommandInput;
+ output: PutGatewayResponseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/PutIntegrationCommand.ts b/clients/client-api-gateway/src/commands/PutIntegrationCommand.ts
index 18d06153bd5f..0dfb1e2c37e6 100644
--- a/clients/client-api-gateway/src/commands/PutIntegrationCommand.ts
+++ b/clients/client-api-gateway/src/commands/PutIntegrationCommand.ts
@@ -153,4 +153,16 @@ export class PutIntegrationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutIntegrationCommand)
.de(de_PutIntegrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutIntegrationRequest;
+ output: Integration;
+ };
+ sdk: {
+ input: PutIntegrationCommandInput;
+ output: PutIntegrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/PutIntegrationResponseCommand.ts b/clients/client-api-gateway/src/commands/PutIntegrationResponseCommand.ts
index 4bc8c31d7bf5..b5096ff21894 100644
--- a/clients/client-api-gateway/src/commands/PutIntegrationResponseCommand.ts
+++ b/clients/client-api-gateway/src/commands/PutIntegrationResponseCommand.ts
@@ -114,4 +114,16 @@ export class PutIntegrationResponseCommand extends $Command
.f(void 0, void 0)
.ser(se_PutIntegrationResponseCommand)
.de(de_PutIntegrationResponseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutIntegrationResponseRequest;
+ output: IntegrationResponse;
+ };
+ sdk: {
+ input: PutIntegrationResponseCommandInput;
+ output: PutIntegrationResponseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/PutMethodCommand.ts b/clients/client-api-gateway/src/commands/PutMethodCommand.ts
index aa0b07ed3c93..1f7b08dab015 100644
--- a/clients/client-api-gateway/src/commands/PutMethodCommand.ts
+++ b/clients/client-api-gateway/src/commands/PutMethodCommand.ts
@@ -165,4 +165,16 @@ export class PutMethodCommand extends $Command
.f(void 0, void 0)
.ser(se_PutMethodCommand)
.de(de_PutMethodCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutMethodRequest;
+ output: Method;
+ };
+ sdk: {
+ input: PutMethodCommandInput;
+ output: PutMethodCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/PutMethodResponseCommand.ts b/clients/client-api-gateway/src/commands/PutMethodResponseCommand.ts
index 497b03faf765..97abbab73ca7 100644
--- a/clients/client-api-gateway/src/commands/PutMethodResponseCommand.ts
+++ b/clients/client-api-gateway/src/commands/PutMethodResponseCommand.ts
@@ -110,4 +110,16 @@ export class PutMethodResponseCommand extends $Command
.f(void 0, void 0)
.ser(se_PutMethodResponseCommand)
.de(de_PutMethodResponseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutMethodResponseRequest;
+ output: MethodResponse;
+ };
+ sdk: {
+ input: PutMethodResponseCommandInput;
+ output: PutMethodResponseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/PutRestApiCommand.ts b/clients/client-api-gateway/src/commands/PutRestApiCommand.ts
index 80cf1119c243..149d4f511150 100644
--- a/clients/client-api-gateway/src/commands/PutRestApiCommand.ts
+++ b/clients/client-api-gateway/src/commands/PutRestApiCommand.ts
@@ -135,4 +135,16 @@ export class PutRestApiCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRestApiCommand)
.de(de_PutRestApiCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRestApiRequest;
+ output: RestApi;
+ };
+ sdk: {
+ input: PutRestApiCommandInput;
+ output: PutRestApiCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/TagResourceCommand.ts b/clients/client-api-gateway/src/commands/TagResourceCommand.ts
index bff0cbcbc538..8748b6aa34ed 100644
--- a/clients/client-api-gateway/src/commands/TagResourceCommand.ts
+++ b/clients/client-api-gateway/src/commands/TagResourceCommand.ts
@@ -96,4 +96,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/TestInvokeAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/TestInvokeAuthorizerCommand.ts
index b6f7ca0b9d68..d228addb26aa 100644
--- a/clients/client-api-gateway/src/commands/TestInvokeAuthorizerCommand.ts
+++ b/clients/client-api-gateway/src/commands/TestInvokeAuthorizerCommand.ts
@@ -118,4 +118,16 @@ export class TestInvokeAuthorizerCommand extends $Command
.f(void 0, void 0)
.ser(se_TestInvokeAuthorizerCommand)
.de(de_TestInvokeAuthorizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TestInvokeAuthorizerRequest;
+ output: TestInvokeAuthorizerResponse;
+ };
+ sdk: {
+ input: TestInvokeAuthorizerCommandInput;
+ output: TestInvokeAuthorizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/TestInvokeMethodCommand.ts b/clients/client-api-gateway/src/commands/TestInvokeMethodCommand.ts
index 6a5ae47e91c5..557bb5c4241f 100644
--- a/clients/client-api-gateway/src/commands/TestInvokeMethodCommand.ts
+++ b/clients/client-api-gateway/src/commands/TestInvokeMethodCommand.ts
@@ -116,4 +116,16 @@ export class TestInvokeMethodCommand extends $Command
.f(void 0, void 0)
.ser(se_TestInvokeMethodCommand)
.de(de_TestInvokeMethodCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TestInvokeMethodRequest;
+ output: TestInvokeMethodResponse;
+ };
+ sdk: {
+ input: TestInvokeMethodCommandInput;
+ output: TestInvokeMethodCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/UntagResourceCommand.ts b/clients/client-api-gateway/src/commands/UntagResourceCommand.ts
index 3c7822ac460e..2786a1a1fe47 100644
--- a/clients/client-api-gateway/src/commands/UntagResourceCommand.ts
+++ b/clients/client-api-gateway/src/commands/UntagResourceCommand.ts
@@ -96,4 +96,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/UpdateAccountCommand.ts b/clients/client-api-gateway/src/commands/UpdateAccountCommand.ts
index fdbfa3461eba..efd17773c956 100644
--- a/clients/client-api-gateway/src/commands/UpdateAccountCommand.ts
+++ b/clients/client-api-gateway/src/commands/UpdateAccountCommand.ts
@@ -110,4 +110,16 @@ export class UpdateAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAccountCommand)
.de(de_UpdateAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAccountRequest;
+ output: Account;
+ };
+ sdk: {
+ input: UpdateAccountCommandInput;
+ output: UpdateAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/UpdateApiKeyCommand.ts b/clients/client-api-gateway/src/commands/UpdateApiKeyCommand.ts
index c257021e92de..5e88c5b58b0e 100644
--- a/clients/client-api-gateway/src/commands/UpdateApiKeyCommand.ts
+++ b/clients/client-api-gateway/src/commands/UpdateApiKeyCommand.ts
@@ -116,4 +116,16 @@ export class UpdateApiKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateApiKeyCommand)
.de(de_UpdateApiKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApiKeyRequest;
+ output: ApiKey;
+ };
+ sdk: {
+ input: UpdateApiKeyCommandInput;
+ output: UpdateApiKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/UpdateAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/UpdateAuthorizerCommand.ts
index 76f9185cd410..435295770fca 100644
--- a/clients/client-api-gateway/src/commands/UpdateAuthorizerCommand.ts
+++ b/clients/client-api-gateway/src/commands/UpdateAuthorizerCommand.ts
@@ -115,4 +115,16 @@ export class UpdateAuthorizerCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAuthorizerCommand)
.de(de_UpdateAuthorizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAuthorizerRequest;
+ output: Authorizer;
+ };
+ sdk: {
+ input: UpdateAuthorizerCommandInput;
+ output: UpdateAuthorizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/UpdateBasePathMappingCommand.ts b/clients/client-api-gateway/src/commands/UpdateBasePathMappingCommand.ts
index 494316c54e05..fdace31b1fdd 100644
--- a/clients/client-api-gateway/src/commands/UpdateBasePathMappingCommand.ts
+++ b/clients/client-api-gateway/src/commands/UpdateBasePathMappingCommand.ts
@@ -106,4 +106,16 @@ export class UpdateBasePathMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateBasePathMappingCommand)
.de(de_UpdateBasePathMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBasePathMappingRequest;
+ output: BasePathMapping;
+ };
+ sdk: {
+ input: UpdateBasePathMappingCommandInput;
+ output: UpdateBasePathMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/UpdateClientCertificateCommand.ts b/clients/client-api-gateway/src/commands/UpdateClientCertificateCommand.ts
index b820aeab5652..9d3a600d95d1 100644
--- a/clients/client-api-gateway/src/commands/UpdateClientCertificateCommand.ts
+++ b/clients/client-api-gateway/src/commands/UpdateClientCertificateCommand.ts
@@ -110,4 +110,16 @@ export class UpdateClientCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateClientCertificateCommand)
.de(de_UpdateClientCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateClientCertificateRequest;
+ output: ClientCertificate;
+ };
+ sdk: {
+ input: UpdateClientCertificateCommandInput;
+ output: UpdateClientCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/UpdateDeploymentCommand.ts b/clients/client-api-gateway/src/commands/UpdateDeploymentCommand.ts
index 1c1002e06e9a..8a92b5c436b9 100644
--- a/clients/client-api-gateway/src/commands/UpdateDeploymentCommand.ts
+++ b/clients/client-api-gateway/src/commands/UpdateDeploymentCommand.ts
@@ -117,4 +117,16 @@ export class UpdateDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDeploymentCommand)
.de(de_UpdateDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDeploymentRequest;
+ output: Deployment;
+ };
+ sdk: {
+ input: UpdateDeploymentCommandInput;
+ output: UpdateDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/UpdateDocumentationPartCommand.ts b/clients/client-api-gateway/src/commands/UpdateDocumentationPartCommand.ts
index dd92583f6660..79546e79ccdd 100644
--- a/clients/client-api-gateway/src/commands/UpdateDocumentationPartCommand.ts
+++ b/clients/client-api-gateway/src/commands/UpdateDocumentationPartCommand.ts
@@ -112,4 +112,16 @@ export class UpdateDocumentationPartCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDocumentationPartCommand)
.de(de_UpdateDocumentationPartCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDocumentationPartRequest;
+ output: DocumentationPart;
+ };
+ sdk: {
+ input: UpdateDocumentationPartCommandInput;
+ output: UpdateDocumentationPartCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/UpdateDocumentationVersionCommand.ts b/clients/client-api-gateway/src/commands/UpdateDocumentationVersionCommand.ts
index a30c2d113908..beddb5f1663b 100644
--- a/clients/client-api-gateway/src/commands/UpdateDocumentationVersionCommand.ts
+++ b/clients/client-api-gateway/src/commands/UpdateDocumentationVersionCommand.ts
@@ -106,4 +106,16 @@ export class UpdateDocumentationVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDocumentationVersionCommand)
.de(de_UpdateDocumentationVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDocumentationVersionRequest;
+ output: DocumentationVersion;
+ };
+ sdk: {
+ input: UpdateDocumentationVersionCommandInput;
+ output: UpdateDocumentationVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/UpdateDomainNameCommand.ts b/clients/client-api-gateway/src/commands/UpdateDomainNameCommand.ts
index edeb353a2365..a15d7b43b7f5 100644
--- a/clients/client-api-gateway/src/commands/UpdateDomainNameCommand.ts
+++ b/clients/client-api-gateway/src/commands/UpdateDomainNameCommand.ts
@@ -134,4 +134,16 @@ export class UpdateDomainNameCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDomainNameCommand)
.de(de_UpdateDomainNameCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDomainNameRequest;
+ output: DomainName;
+ };
+ sdk: {
+ input: UpdateDomainNameCommandInput;
+ output: UpdateDomainNameCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/UpdateGatewayResponseCommand.ts b/clients/client-api-gateway/src/commands/UpdateGatewayResponseCommand.ts
index 50529a4aaafe..0676b39cbab4 100644
--- a/clients/client-api-gateway/src/commands/UpdateGatewayResponseCommand.ts
+++ b/clients/client-api-gateway/src/commands/UpdateGatewayResponseCommand.ts
@@ -112,4 +112,16 @@ export class UpdateGatewayResponseCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateGatewayResponseCommand)
.de(de_UpdateGatewayResponseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGatewayResponseRequest;
+ output: GatewayResponse;
+ };
+ sdk: {
+ input: UpdateGatewayResponseCommandInput;
+ output: UpdateGatewayResponseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/UpdateIntegrationCommand.ts b/clients/client-api-gateway/src/commands/UpdateIntegrationCommand.ts
index 96b731af047a..7d6818c12ad5 100644
--- a/clients/client-api-gateway/src/commands/UpdateIntegrationCommand.ts
+++ b/clients/client-api-gateway/src/commands/UpdateIntegrationCommand.ts
@@ -139,4 +139,16 @@ export class UpdateIntegrationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateIntegrationCommand)
.de(de_UpdateIntegrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateIntegrationRequest;
+ output: Integration;
+ };
+ sdk: {
+ input: UpdateIntegrationCommandInput;
+ output: UpdateIntegrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/UpdateIntegrationResponseCommand.ts b/clients/client-api-gateway/src/commands/UpdateIntegrationResponseCommand.ts
index 9f48ba721c23..aef4c0c413d8 100644
--- a/clients/client-api-gateway/src/commands/UpdateIntegrationResponseCommand.ts
+++ b/clients/client-api-gateway/src/commands/UpdateIntegrationResponseCommand.ts
@@ -114,4 +114,16 @@ export class UpdateIntegrationResponseCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateIntegrationResponseCommand)
.de(de_UpdateIntegrationResponseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateIntegrationResponseRequest;
+ output: IntegrationResponse;
+ };
+ sdk: {
+ input: UpdateIntegrationResponseCommandInput;
+ output: UpdateIntegrationResponseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/UpdateMethodCommand.ts b/clients/client-api-gateway/src/commands/UpdateMethodCommand.ts
index 643a33a9f4c9..9ac71650d81d 100644
--- a/clients/client-api-gateway/src/commands/UpdateMethodCommand.ts
+++ b/clients/client-api-gateway/src/commands/UpdateMethodCommand.ts
@@ -156,4 +156,16 @@ export class UpdateMethodCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateMethodCommand)
.de(de_UpdateMethodCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMethodRequest;
+ output: Method;
+ };
+ sdk: {
+ input: UpdateMethodCommandInput;
+ output: UpdateMethodCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/UpdateMethodResponseCommand.ts b/clients/client-api-gateway/src/commands/UpdateMethodResponseCommand.ts
index 10e0f02b871e..d78638bc264f 100644
--- a/clients/client-api-gateway/src/commands/UpdateMethodResponseCommand.ts
+++ b/clients/client-api-gateway/src/commands/UpdateMethodResponseCommand.ts
@@ -112,4 +112,16 @@ export class UpdateMethodResponseCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateMethodResponseCommand)
.de(de_UpdateMethodResponseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMethodResponseRequest;
+ output: MethodResponse;
+ };
+ sdk: {
+ input: UpdateMethodResponseCommandInput;
+ output: UpdateMethodResponseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/UpdateModelCommand.ts b/clients/client-api-gateway/src/commands/UpdateModelCommand.ts
index b3e18d9d97b4..2b40d35ce9b7 100644
--- a/clients/client-api-gateway/src/commands/UpdateModelCommand.ts
+++ b/clients/client-api-gateway/src/commands/UpdateModelCommand.ts
@@ -108,4 +108,16 @@ export class UpdateModelCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateModelCommand)
.de(de_UpdateModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateModelRequest;
+ output: Model;
+ };
+ sdk: {
+ input: UpdateModelCommandInput;
+ output: UpdateModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/UpdateRequestValidatorCommand.ts b/clients/client-api-gateway/src/commands/UpdateRequestValidatorCommand.ts
index 863e4124e1af..4bc670e6aeba 100644
--- a/clients/client-api-gateway/src/commands/UpdateRequestValidatorCommand.ts
+++ b/clients/client-api-gateway/src/commands/UpdateRequestValidatorCommand.ts
@@ -107,4 +107,16 @@ export class UpdateRequestValidatorCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRequestValidatorCommand)
.de(de_UpdateRequestValidatorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRequestValidatorRequest;
+ output: RequestValidator;
+ };
+ sdk: {
+ input: UpdateRequestValidatorCommandInput;
+ output: UpdateRequestValidatorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/UpdateResourceCommand.ts b/clients/client-api-gateway/src/commands/UpdateResourceCommand.ts
index bafd8a858aa9..d5fb6b297745 100644
--- a/clients/client-api-gateway/src/commands/UpdateResourceCommand.ts
+++ b/clients/client-api-gateway/src/commands/UpdateResourceCommand.ts
@@ -163,4 +163,16 @@ export class UpdateResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateResourceCommand)
.de(de_UpdateResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateResourceRequest;
+ output: Resource;
+ };
+ sdk: {
+ input: UpdateResourceCommandInput;
+ output: UpdateResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/UpdateRestApiCommand.ts b/clients/client-api-gateway/src/commands/UpdateRestApiCommand.ts
index a30a5a4cd72f..a1f95679bded 100644
--- a/clients/client-api-gateway/src/commands/UpdateRestApiCommand.ts
+++ b/clients/client-api-gateway/src/commands/UpdateRestApiCommand.ts
@@ -129,4 +129,16 @@ export class UpdateRestApiCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRestApiCommand)
.de(de_UpdateRestApiCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRestApiRequest;
+ output: RestApi;
+ };
+ sdk: {
+ input: UpdateRestApiCommandInput;
+ output: UpdateRestApiCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/UpdateStageCommand.ts b/clients/client-api-gateway/src/commands/UpdateStageCommand.ts
index a83d34894c0e..69c498105d75 100644
--- a/clients/client-api-gateway/src/commands/UpdateStageCommand.ts
+++ b/clients/client-api-gateway/src/commands/UpdateStageCommand.ts
@@ -147,4 +147,16 @@ export class UpdateStageCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateStageCommand)
.de(de_UpdateStageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateStageRequest;
+ output: Stage;
+ };
+ sdk: {
+ input: UpdateStageCommandInput;
+ output: UpdateStageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/UpdateUsageCommand.ts b/clients/client-api-gateway/src/commands/UpdateUsageCommand.ts
index 97359b1de6ff..1ec09215b77e 100644
--- a/clients/client-api-gateway/src/commands/UpdateUsageCommand.ts
+++ b/clients/client-api-gateway/src/commands/UpdateUsageCommand.ts
@@ -114,4 +114,16 @@ export class UpdateUsageCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateUsageCommand)
.de(de_UpdateUsageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateUsageRequest;
+ output: Usage;
+ };
+ sdk: {
+ input: UpdateUsageCommandInput;
+ output: UpdateUsageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/UpdateUsagePlanCommand.ts b/clients/client-api-gateway/src/commands/UpdateUsagePlanCommand.ts
index 139c2546e446..29b2c9084ad9 100644
--- a/clients/client-api-gateway/src/commands/UpdateUsagePlanCommand.ts
+++ b/clients/client-api-gateway/src/commands/UpdateUsagePlanCommand.ts
@@ -130,4 +130,16 @@ export class UpdateUsagePlanCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateUsagePlanCommand)
.de(de_UpdateUsagePlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateUsagePlanRequest;
+ output: UsagePlan;
+ };
+ sdk: {
+ input: UpdateUsagePlanCommandInput;
+ output: UpdateUsagePlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-api-gateway/src/commands/UpdateVpcLinkCommand.ts b/clients/client-api-gateway/src/commands/UpdateVpcLinkCommand.ts
index 80b504232e6a..3d8972d66455 100644
--- a/clients/client-api-gateway/src/commands/UpdateVpcLinkCommand.ts
+++ b/clients/client-api-gateway/src/commands/UpdateVpcLinkCommand.ts
@@ -113,4 +113,16 @@ export class UpdateVpcLinkCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateVpcLinkCommand)
.de(de_UpdateVpcLinkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateVpcLinkRequest;
+ output: VpcLink;
+ };
+ sdk: {
+ input: UpdateVpcLinkCommandInput;
+ output: UpdateVpcLinkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewaymanagementapi/package.json b/clients/client-apigatewaymanagementapi/package.json
index 1fabf6b7cb14..b567a6cda6c6 100644
--- a/clients/client-apigatewaymanagementapi/package.json
+++ b/clients/client-apigatewaymanagementapi/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-apigatewaymanagementapi/src/commands/DeleteConnectionCommand.ts b/clients/client-apigatewaymanagementapi/src/commands/DeleteConnectionCommand.ts
index 31af5a06b670..083ecd2cdb3c 100644
--- a/clients/client-apigatewaymanagementapi/src/commands/DeleteConnectionCommand.ts
+++ b/clients/client-apigatewaymanagementapi/src/commands/DeleteConnectionCommand.ts
@@ -88,4 +88,16 @@ export class DeleteConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConnectionCommand)
.de(de_DeleteConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConnectionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteConnectionCommandInput;
+ output: DeleteConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewaymanagementapi/src/commands/GetConnectionCommand.ts b/clients/client-apigatewaymanagementapi/src/commands/GetConnectionCommand.ts
index b903745c0401..99b94365fa08 100644
--- a/clients/client-apigatewaymanagementapi/src/commands/GetConnectionCommand.ts
+++ b/clients/client-apigatewaymanagementapi/src/commands/GetConnectionCommand.ts
@@ -95,4 +95,16 @@ export class GetConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetConnectionCommand)
.de(de_GetConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConnectionRequest;
+ output: GetConnectionResponse;
+ };
+ sdk: {
+ input: GetConnectionCommandInput;
+ output: GetConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewaymanagementapi/src/commands/PostToConnectionCommand.ts b/clients/client-apigatewaymanagementapi/src/commands/PostToConnectionCommand.ts
index bdae2d08cc22..2490c5f773c3 100644
--- a/clients/client-apigatewaymanagementapi/src/commands/PostToConnectionCommand.ts
+++ b/clients/client-apigatewaymanagementapi/src/commands/PostToConnectionCommand.ts
@@ -99,4 +99,16 @@ export class PostToConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_PostToConnectionCommand)
.de(de_PostToConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PostToConnectionRequest;
+ output: {};
+ };
+ sdk: {
+ input: PostToConnectionCommandInput;
+ output: PostToConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/package.json b/clients/client-apigatewayv2/package.json
index 2aea1e8552ee..e008343bb5e9 100644
--- a/clients/client-apigatewayv2/package.json
+++ b/clients/client-apigatewayv2/package.json
@@ -33,31 +33,31 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
- "@smithy/util-stream": "^3.1.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
+ "@smithy/util-stream": "^3.1.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-apigatewayv2/src/commands/CreateApiCommand.ts b/clients/client-apigatewayv2/src/commands/CreateApiCommand.ts
index dab250ad99a9..79276716cd7c 100644
--- a/clients/client-apigatewayv2/src/commands/CreateApiCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/CreateApiCommand.ts
@@ -154,4 +154,16 @@ export class CreateApiCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateApiCommand)
.de(de_CreateApiCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateApiRequest;
+ output: CreateApiResponse;
+ };
+ sdk: {
+ input: CreateApiCommandInput;
+ output: CreateApiCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/CreateApiMappingCommand.ts b/clients/client-apigatewayv2/src/commands/CreateApiMappingCommand.ts
index cc17296ef932..6932d1fcb8de 100644
--- a/clients/client-apigatewayv2/src/commands/CreateApiMappingCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/CreateApiMappingCommand.ts
@@ -95,4 +95,16 @@ export class CreateApiMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateApiMappingCommand)
.de(de_CreateApiMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateApiMappingRequest;
+ output: CreateApiMappingResponse;
+ };
+ sdk: {
+ input: CreateApiMappingCommandInput;
+ output: CreateApiMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/CreateAuthorizerCommand.ts b/clients/client-apigatewayv2/src/commands/CreateAuthorizerCommand.ts
index 74f52c2950d7..6b7ebf311d6e 100644
--- a/clients/client-apigatewayv2/src/commands/CreateAuthorizerCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/CreateAuthorizerCommand.ts
@@ -123,4 +123,16 @@ export class CreateAuthorizerCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAuthorizerCommand)
.de(de_CreateAuthorizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAuthorizerRequest;
+ output: CreateAuthorizerResponse;
+ };
+ sdk: {
+ input: CreateAuthorizerCommandInput;
+ output: CreateAuthorizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/CreateDeploymentCommand.ts b/clients/client-apigatewayv2/src/commands/CreateDeploymentCommand.ts
index 9b7935361616..72d89423c43a 100644
--- a/clients/client-apigatewayv2/src/commands/CreateDeploymentCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/CreateDeploymentCommand.ts
@@ -96,4 +96,16 @@ export class CreateDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDeploymentCommand)
.de(de_CreateDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDeploymentRequest;
+ output: CreateDeploymentResponse;
+ };
+ sdk: {
+ input: CreateDeploymentCommandInput;
+ output: CreateDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/CreateDomainNameCommand.ts b/clients/client-apigatewayv2/src/commands/CreateDomainNameCommand.ts
index a28e7c4b0b97..b6288ea96d72 100644
--- a/clients/client-apigatewayv2/src/commands/CreateDomainNameCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/CreateDomainNameCommand.ts
@@ -137,4 +137,16 @@ export class CreateDomainNameCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDomainNameCommand)
.de(de_CreateDomainNameCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDomainNameRequest;
+ output: CreateDomainNameResponse;
+ };
+ sdk: {
+ input: CreateDomainNameCommandInput;
+ output: CreateDomainNameCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/CreateIntegrationCommand.ts b/clients/client-apigatewayv2/src/commands/CreateIntegrationCommand.ts
index e6cdccd3a5d7..08199c3fa617 100644
--- a/clients/client-apigatewayv2/src/commands/CreateIntegrationCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/CreateIntegrationCommand.ts
@@ -145,4 +145,16 @@ export class CreateIntegrationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateIntegrationCommand)
.de(de_CreateIntegrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateIntegrationRequest;
+ output: CreateIntegrationResult;
+ };
+ sdk: {
+ input: CreateIntegrationCommandInput;
+ output: CreateIntegrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/CreateIntegrationResponseCommand.ts b/clients/client-apigatewayv2/src/commands/CreateIntegrationResponseCommand.ts
index 9e38de189079..2baacc0125df 100644
--- a/clients/client-apigatewayv2/src/commands/CreateIntegrationResponseCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/CreateIntegrationResponseCommand.ts
@@ -108,4 +108,16 @@ export class CreateIntegrationResponseCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateIntegrationResponseCommand)
.de(de_CreateIntegrationResponseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateIntegrationResponseRequest;
+ output: CreateIntegrationResponseResponse;
+ };
+ sdk: {
+ input: CreateIntegrationResponseCommandInput;
+ output: CreateIntegrationResponseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/CreateModelCommand.ts b/clients/client-apigatewayv2/src/commands/CreateModelCommand.ts
index 96d4a95d39d7..e0bd1c9c5b6f 100644
--- a/clients/client-apigatewayv2/src/commands/CreateModelCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/CreateModelCommand.ts
@@ -97,4 +97,16 @@ export class CreateModelCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateModelCommand)
.de(de_CreateModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateModelRequest;
+ output: CreateModelResponse;
+ };
+ sdk: {
+ input: CreateModelCommandInput;
+ output: CreateModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/CreateRouteCommand.ts b/clients/client-apigatewayv2/src/commands/CreateRouteCommand.ts
index d0b09bee1621..d709b89a4662 100644
--- a/clients/client-apigatewayv2/src/commands/CreateRouteCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/CreateRouteCommand.ts
@@ -128,4 +128,16 @@ export class CreateRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRouteCommand)
.de(de_CreateRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRouteRequest;
+ output: CreateRouteResult;
+ };
+ sdk: {
+ input: CreateRouteCommandInput;
+ output: CreateRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/CreateRouteResponseCommand.ts b/clients/client-apigatewayv2/src/commands/CreateRouteResponseCommand.ts
index d868f16aa768..c13f0531786a 100644
--- a/clients/client-apigatewayv2/src/commands/CreateRouteResponseCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/CreateRouteResponseCommand.ts
@@ -110,4 +110,16 @@ export class CreateRouteResponseCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRouteResponseCommand)
.de(de_CreateRouteResponseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRouteResponseRequest;
+ output: CreateRouteResponseResponse;
+ };
+ sdk: {
+ input: CreateRouteResponseCommandInput;
+ output: CreateRouteResponseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/CreateStageCommand.ts b/clients/client-apigatewayv2/src/commands/CreateStageCommand.ts
index 5df9a25c8162..ac71023e1605 100644
--- a/clients/client-apigatewayv2/src/commands/CreateStageCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/CreateStageCommand.ts
@@ -154,4 +154,16 @@ export class CreateStageCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateStageCommand)
.de(de_CreateStageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateStageRequest;
+ output: CreateStageResponse;
+ };
+ sdk: {
+ input: CreateStageCommandInput;
+ output: CreateStageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/CreateVpcLinkCommand.ts b/clients/client-apigatewayv2/src/commands/CreateVpcLinkCommand.ts
index b9cc65a75985..7d7359034cc9 100644
--- a/clients/client-apigatewayv2/src/commands/CreateVpcLinkCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/CreateVpcLinkCommand.ts
@@ -106,4 +106,16 @@ export class CreateVpcLinkCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVpcLinkCommand)
.de(de_CreateVpcLinkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVpcLinkRequest;
+ output: CreateVpcLinkResponse;
+ };
+ sdk: {
+ input: CreateVpcLinkCommandInput;
+ output: CreateVpcLinkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/DeleteAccessLogSettingsCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteAccessLogSettingsCommand.ts
index 3b5114d05de9..4c27fdf8dfeb 100644
--- a/clients/client-apigatewayv2/src/commands/DeleteAccessLogSettingsCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/DeleteAccessLogSettingsCommand.ts
@@ -82,4 +82,16 @@ export class DeleteAccessLogSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAccessLogSettingsCommand)
.de(de_DeleteAccessLogSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAccessLogSettingsRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAccessLogSettingsCommandInput;
+ output: DeleteAccessLogSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/DeleteApiCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteApiCommand.ts
index 96d47ac842da..8bbd01cec5f7 100644
--- a/clients/client-apigatewayv2/src/commands/DeleteApiCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/DeleteApiCommand.ts
@@ -81,4 +81,16 @@ export class DeleteApiCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApiCommand)
.de(de_DeleteApiCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApiRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApiCommandInput;
+ output: DeleteApiCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/DeleteApiMappingCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteApiMappingCommand.ts
index d0323163525e..f152e1999e96 100644
--- a/clients/client-apigatewayv2/src/commands/DeleteApiMappingCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/DeleteApiMappingCommand.ts
@@ -85,4 +85,16 @@ export class DeleteApiMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApiMappingCommand)
.de(de_DeleteApiMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApiMappingRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApiMappingCommandInput;
+ output: DeleteApiMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/DeleteAuthorizerCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteAuthorizerCommand.ts
index 398bb655da7c..133b9e3edea8 100644
--- a/clients/client-apigatewayv2/src/commands/DeleteAuthorizerCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/DeleteAuthorizerCommand.ts
@@ -82,4 +82,16 @@ export class DeleteAuthorizerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAuthorizerCommand)
.de(de_DeleteAuthorizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAuthorizerRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAuthorizerCommandInput;
+ output: DeleteAuthorizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/DeleteCorsConfigurationCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteCorsConfigurationCommand.ts
index ab1688aea0fa..ebed8181905d 100644
--- a/clients/client-apigatewayv2/src/commands/DeleteCorsConfigurationCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/DeleteCorsConfigurationCommand.ts
@@ -81,4 +81,16 @@ export class DeleteCorsConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCorsConfigurationCommand)
.de(de_DeleteCorsConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCorsConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCorsConfigurationCommandInput;
+ output: DeleteCorsConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/DeleteDeploymentCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteDeploymentCommand.ts
index 5b3ae59e39d4..80b91f87bd9c 100644
--- a/clients/client-apigatewayv2/src/commands/DeleteDeploymentCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/DeleteDeploymentCommand.ts
@@ -82,4 +82,16 @@ export class DeleteDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDeploymentCommand)
.de(de_DeleteDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDeploymentRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDeploymentCommandInput;
+ output: DeleteDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/DeleteDomainNameCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteDomainNameCommand.ts
index d8a46c4c48b2..f26ae307ba29 100644
--- a/clients/client-apigatewayv2/src/commands/DeleteDomainNameCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/DeleteDomainNameCommand.ts
@@ -81,4 +81,16 @@ export class DeleteDomainNameCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDomainNameCommand)
.de(de_DeleteDomainNameCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDomainNameRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDomainNameCommandInput;
+ output: DeleteDomainNameCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/DeleteIntegrationCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteIntegrationCommand.ts
index 254b74266a4f..9699d653c2d5 100644
--- a/clients/client-apigatewayv2/src/commands/DeleteIntegrationCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/DeleteIntegrationCommand.ts
@@ -82,4 +82,16 @@ export class DeleteIntegrationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIntegrationCommand)
.de(de_DeleteIntegrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIntegrationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteIntegrationCommandInput;
+ output: DeleteIntegrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/DeleteIntegrationResponseCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteIntegrationResponseCommand.ts
index 12b3a1803f28..2ad9472559d3 100644
--- a/clients/client-apigatewayv2/src/commands/DeleteIntegrationResponseCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/DeleteIntegrationResponseCommand.ts
@@ -83,4 +83,16 @@ export class DeleteIntegrationResponseCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIntegrationResponseCommand)
.de(de_DeleteIntegrationResponseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIntegrationResponseRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteIntegrationResponseCommandInput;
+ output: DeleteIntegrationResponseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/DeleteModelCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteModelCommand.ts
index 39044ea5a4dd..46e143f2c291 100644
--- a/clients/client-apigatewayv2/src/commands/DeleteModelCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/DeleteModelCommand.ts
@@ -82,4 +82,16 @@ export class DeleteModelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteModelCommand)
.de(de_DeleteModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteModelRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteModelCommandInput;
+ output: DeleteModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/DeleteRouteCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteRouteCommand.ts
index 0500d57b973b..8700df7d63ed 100644
--- a/clients/client-apigatewayv2/src/commands/DeleteRouteCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/DeleteRouteCommand.ts
@@ -82,4 +82,16 @@ export class DeleteRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRouteCommand)
.de(de_DeleteRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRouteRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRouteCommandInput;
+ output: DeleteRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/DeleteRouteRequestParameterCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteRouteRequestParameterCommand.ts
index 94c421791264..291936ca3d7e 100644
--- a/clients/client-apigatewayv2/src/commands/DeleteRouteRequestParameterCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/DeleteRouteRequestParameterCommand.ts
@@ -86,4 +86,16 @@ export class DeleteRouteRequestParameterCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRouteRequestParameterCommand)
.de(de_DeleteRouteRequestParameterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRouteRequestParameterRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRouteRequestParameterCommandInput;
+ output: DeleteRouteRequestParameterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/DeleteRouteResponseCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteRouteResponseCommand.ts
index b3a0fe12f11d..bc4a17cda794 100644
--- a/clients/client-apigatewayv2/src/commands/DeleteRouteResponseCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/DeleteRouteResponseCommand.ts
@@ -83,4 +83,16 @@ export class DeleteRouteResponseCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRouteResponseCommand)
.de(de_DeleteRouteResponseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRouteResponseRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRouteResponseCommandInput;
+ output: DeleteRouteResponseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/DeleteRouteSettingsCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteRouteSettingsCommand.ts
index 1b95b4ddd1f2..222af0398ff1 100644
--- a/clients/client-apigatewayv2/src/commands/DeleteRouteSettingsCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/DeleteRouteSettingsCommand.ts
@@ -83,4 +83,16 @@ export class DeleteRouteSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRouteSettingsCommand)
.de(de_DeleteRouteSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRouteSettingsRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRouteSettingsCommandInput;
+ output: DeleteRouteSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/DeleteStageCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteStageCommand.ts
index be271030fa5b..4c96a7a20933 100644
--- a/clients/client-apigatewayv2/src/commands/DeleteStageCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/DeleteStageCommand.ts
@@ -82,4 +82,16 @@ export class DeleteStageCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteStageCommand)
.de(de_DeleteStageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteStageRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteStageCommandInput;
+ output: DeleteStageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/DeleteVpcLinkCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteVpcLinkCommand.ts
index baf20bad010e..d21110837163 100644
--- a/clients/client-apigatewayv2/src/commands/DeleteVpcLinkCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/DeleteVpcLinkCommand.ts
@@ -81,4 +81,16 @@ export class DeleteVpcLinkCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVpcLinkCommand)
.de(de_DeleteVpcLinkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVpcLinkRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVpcLinkCommandInput;
+ output: DeleteVpcLinkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/ExportApiCommand.ts b/clients/client-apigatewayv2/src/commands/ExportApiCommand.ts
index a66ab13dc9a7..90701cc0ba75 100644
--- a/clients/client-apigatewayv2/src/commands/ExportApiCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/ExportApiCommand.ts
@@ -99,4 +99,16 @@ export class ExportApiCommand extends $Command
.f(void 0, void 0)
.ser(se_ExportApiCommand)
.de(de_ExportApiCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExportApiRequest;
+ output: ExportApiResponse;
+ };
+ sdk: {
+ input: ExportApiCommandInput;
+ output: ExportApiCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetApiCommand.ts b/clients/client-apigatewayv2/src/commands/GetApiCommand.ts
index a2b31c474103..05dcbb82339d 100644
--- a/clients/client-apigatewayv2/src/commands/GetApiCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetApiCommand.ts
@@ -119,4 +119,16 @@ export class GetApiCommand extends $Command
.f(void 0, void 0)
.ser(se_GetApiCommand)
.de(de_GetApiCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetApiRequest;
+ output: GetApiResponse;
+ };
+ sdk: {
+ input: GetApiCommandInput;
+ output: GetApiCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetApiMappingCommand.ts b/clients/client-apigatewayv2/src/commands/GetApiMappingCommand.ts
index 4e228628cc1c..3e30b8be5b91 100644
--- a/clients/client-apigatewayv2/src/commands/GetApiMappingCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetApiMappingCommand.ts
@@ -90,4 +90,16 @@ export class GetApiMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_GetApiMappingCommand)
.de(de_GetApiMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetApiMappingRequest;
+ output: GetApiMappingResponse;
+ };
+ sdk: {
+ input: GetApiMappingCommandInput;
+ output: GetApiMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetApiMappingsCommand.ts b/clients/client-apigatewayv2/src/commands/GetApiMappingsCommand.ts
index 01558bd1d50f..59527446e166 100644
--- a/clients/client-apigatewayv2/src/commands/GetApiMappingsCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetApiMappingsCommand.ts
@@ -96,4 +96,16 @@ export class GetApiMappingsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetApiMappingsCommand)
.de(de_GetApiMappingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetApiMappingsRequest;
+ output: GetApiMappingsResponse;
+ };
+ sdk: {
+ input: GetApiMappingsCommandInput;
+ output: GetApiMappingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetApisCommand.ts b/clients/client-apigatewayv2/src/commands/GetApisCommand.ts
index 445e14769e45..fe2ac245f8dd 100644
--- a/clients/client-apigatewayv2/src/commands/GetApisCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetApisCommand.ts
@@ -128,4 +128,16 @@ export class GetApisCommand extends $Command
.f(void 0, void 0)
.ser(se_GetApisCommand)
.de(de_GetApisCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetApisRequest;
+ output: GetApisResponse;
+ };
+ sdk: {
+ input: GetApisCommandInput;
+ output: GetApisCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetAuthorizerCommand.ts b/clients/client-apigatewayv2/src/commands/GetAuthorizerCommand.ts
index 7fd4812e190d..55cb5454b94e 100644
--- a/clients/client-apigatewayv2/src/commands/GetAuthorizerCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetAuthorizerCommand.ts
@@ -101,4 +101,16 @@ export class GetAuthorizerCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAuthorizerCommand)
.de(de_GetAuthorizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAuthorizerRequest;
+ output: GetAuthorizerResponse;
+ };
+ sdk: {
+ input: GetAuthorizerCommandInput;
+ output: GetAuthorizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetAuthorizersCommand.ts b/clients/client-apigatewayv2/src/commands/GetAuthorizersCommand.ts
index 6d2526c8e59a..87bf18025503 100644
--- a/clients/client-apigatewayv2/src/commands/GetAuthorizersCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetAuthorizersCommand.ts
@@ -110,4 +110,16 @@ export class GetAuthorizersCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAuthorizersCommand)
.de(de_GetAuthorizersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAuthorizersRequest;
+ output: GetAuthorizersResponse;
+ };
+ sdk: {
+ input: GetAuthorizersCommandInput;
+ output: GetAuthorizersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetDeploymentCommand.ts b/clients/client-apigatewayv2/src/commands/GetDeploymentCommand.ts
index 5224ed1c0f3f..fe8dd81facc0 100644
--- a/clients/client-apigatewayv2/src/commands/GetDeploymentCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetDeploymentCommand.ts
@@ -89,4 +89,16 @@ export class GetDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeploymentCommand)
.de(de_GetDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeploymentRequest;
+ output: GetDeploymentResponse;
+ };
+ sdk: {
+ input: GetDeploymentCommandInput;
+ output: GetDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetDeploymentsCommand.ts b/clients/client-apigatewayv2/src/commands/GetDeploymentsCommand.ts
index c3780e7ac3e1..e56ce909edc3 100644
--- a/clients/client-apigatewayv2/src/commands/GetDeploymentsCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetDeploymentsCommand.ts
@@ -98,4 +98,16 @@ export class GetDeploymentsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeploymentsCommand)
.de(de_GetDeploymentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeploymentsRequest;
+ output: GetDeploymentsResponse;
+ };
+ sdk: {
+ input: GetDeploymentsCommandInput;
+ output: GetDeploymentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetDomainNameCommand.ts b/clients/client-apigatewayv2/src/commands/GetDomainNameCommand.ts
index e2e8adedf870..50185c726a71 100644
--- a/clients/client-apigatewayv2/src/commands/GetDomainNameCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetDomainNameCommand.ts
@@ -108,4 +108,16 @@ export class GetDomainNameCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDomainNameCommand)
.de(de_GetDomainNameCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDomainNameRequest;
+ output: GetDomainNameResponse;
+ };
+ sdk: {
+ input: GetDomainNameCommandInput;
+ output: GetDomainNameCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetDomainNamesCommand.ts b/clients/client-apigatewayv2/src/commands/GetDomainNamesCommand.ts
index 4afd51dc4e6e..dbfe483f277d 100644
--- a/clients/client-apigatewayv2/src/commands/GetDomainNamesCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetDomainNamesCommand.ts
@@ -117,4 +117,16 @@ export class GetDomainNamesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDomainNamesCommand)
.de(de_GetDomainNamesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDomainNamesRequest;
+ output: GetDomainNamesResponse;
+ };
+ sdk: {
+ input: GetDomainNamesCommandInput;
+ output: GetDomainNamesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetIntegrationCommand.ts b/clients/client-apigatewayv2/src/commands/GetIntegrationCommand.ts
index 1d1e5f5e99e6..424455c45807 100644
--- a/clients/client-apigatewayv2/src/commands/GetIntegrationCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetIntegrationCommand.ts
@@ -113,4 +113,16 @@ export class GetIntegrationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIntegrationCommand)
.de(de_GetIntegrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIntegrationRequest;
+ output: GetIntegrationResult;
+ };
+ sdk: {
+ input: GetIntegrationCommandInput;
+ output: GetIntegrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetIntegrationResponseCommand.ts b/clients/client-apigatewayv2/src/commands/GetIntegrationResponseCommand.ts
index 7e2409555a67..853c60a97f45 100644
--- a/clients/client-apigatewayv2/src/commands/GetIntegrationResponseCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetIntegrationResponseCommand.ts
@@ -94,4 +94,16 @@ export class GetIntegrationResponseCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIntegrationResponseCommand)
.de(de_GetIntegrationResponseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIntegrationResponseRequest;
+ output: GetIntegrationResponseResponse;
+ };
+ sdk: {
+ input: GetIntegrationResponseCommandInput;
+ output: GetIntegrationResponseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetIntegrationResponsesCommand.ts b/clients/client-apigatewayv2/src/commands/GetIntegrationResponsesCommand.ts
index 54bb90caacca..3a1d8caa1d3b 100644
--- a/clients/client-apigatewayv2/src/commands/GetIntegrationResponsesCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetIntegrationResponsesCommand.ts
@@ -103,4 +103,16 @@ export class GetIntegrationResponsesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIntegrationResponsesCommand)
.de(de_GetIntegrationResponsesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIntegrationResponsesRequest;
+ output: GetIntegrationResponsesResponse;
+ };
+ sdk: {
+ input: GetIntegrationResponsesCommandInput;
+ output: GetIntegrationResponsesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetIntegrationsCommand.ts b/clients/client-apigatewayv2/src/commands/GetIntegrationsCommand.ts
index 0eac22cdc1ce..2efb4ed70db8 100644
--- a/clients/client-apigatewayv2/src/commands/GetIntegrationsCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetIntegrationsCommand.ts
@@ -122,4 +122,16 @@ export class GetIntegrationsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIntegrationsCommand)
.de(de_GetIntegrationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIntegrationsRequest;
+ output: GetIntegrationsResponse;
+ };
+ sdk: {
+ input: GetIntegrationsCommandInput;
+ output: GetIntegrationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetModelCommand.ts b/clients/client-apigatewayv2/src/commands/GetModelCommand.ts
index 763658e31c5d..cfc13f43155d 100644
--- a/clients/client-apigatewayv2/src/commands/GetModelCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetModelCommand.ts
@@ -88,4 +88,16 @@ export class GetModelCommand extends $Command
.f(void 0, void 0)
.ser(se_GetModelCommand)
.de(de_GetModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetModelRequest;
+ output: GetModelResponse;
+ };
+ sdk: {
+ input: GetModelCommandInput;
+ output: GetModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetModelTemplateCommand.ts b/clients/client-apigatewayv2/src/commands/GetModelTemplateCommand.ts
index 9b8a21cbb6a6..b0d8d5425ca3 100644
--- a/clients/client-apigatewayv2/src/commands/GetModelTemplateCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetModelTemplateCommand.ts
@@ -84,4 +84,16 @@ export class GetModelTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetModelTemplateCommand)
.de(de_GetModelTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetModelTemplateRequest;
+ output: GetModelTemplateResponse;
+ };
+ sdk: {
+ input: GetModelTemplateCommandInput;
+ output: GetModelTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetModelsCommand.ts b/clients/client-apigatewayv2/src/commands/GetModelsCommand.ts
index bdd3e271a1fb..ce737aa19c28 100644
--- a/clients/client-apigatewayv2/src/commands/GetModelsCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetModelsCommand.ts
@@ -97,4 +97,16 @@ export class GetModelsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetModelsCommand)
.de(de_GetModelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetModelsRequest;
+ output: GetModelsResponse;
+ };
+ sdk: {
+ input: GetModelsCommandInput;
+ output: GetModelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetRouteCommand.ts b/clients/client-apigatewayv2/src/commands/GetRouteCommand.ts
index 2fcb5e22b356..0dc4ce4fb919 100644
--- a/clients/client-apigatewayv2/src/commands/GetRouteCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetRouteCommand.ts
@@ -104,4 +104,16 @@ export class GetRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRouteCommand)
.de(de_GetRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRouteRequest;
+ output: GetRouteResult;
+ };
+ sdk: {
+ input: GetRouteCommandInput;
+ output: GetRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetRouteResponseCommand.ts b/clients/client-apigatewayv2/src/commands/GetRouteResponseCommand.ts
index 76b80d4b524f..ccaee18c351a 100644
--- a/clients/client-apigatewayv2/src/commands/GetRouteResponseCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetRouteResponseCommand.ts
@@ -95,4 +95,16 @@ export class GetRouteResponseCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRouteResponseCommand)
.de(de_GetRouteResponseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRouteResponseRequest;
+ output: GetRouteResponseResponse;
+ };
+ sdk: {
+ input: GetRouteResponseCommandInput;
+ output: GetRouteResponseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetRouteResponsesCommand.ts b/clients/client-apigatewayv2/src/commands/GetRouteResponsesCommand.ts
index 18ce6a1539e2..3e83e2365b96 100644
--- a/clients/client-apigatewayv2/src/commands/GetRouteResponsesCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetRouteResponsesCommand.ts
@@ -104,4 +104,16 @@ export class GetRouteResponsesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRouteResponsesCommand)
.de(de_GetRouteResponsesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRouteResponsesRequest;
+ output: GetRouteResponsesResponse;
+ };
+ sdk: {
+ input: GetRouteResponsesCommandInput;
+ output: GetRouteResponsesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetRoutesCommand.ts b/clients/client-apigatewayv2/src/commands/GetRoutesCommand.ts
index 7af64b3d9697..7d8dd886daa3 100644
--- a/clients/client-apigatewayv2/src/commands/GetRoutesCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetRoutesCommand.ts
@@ -113,4 +113,16 @@ export class GetRoutesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRoutesCommand)
.de(de_GetRoutesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRoutesRequest;
+ output: GetRoutesResponse;
+ };
+ sdk: {
+ input: GetRoutesCommandInput;
+ output: GetRoutesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetStageCommand.ts b/clients/client-apigatewayv2/src/commands/GetStageCommand.ts
index db235399ed7e..7fb2421cddd2 100644
--- a/clients/client-apigatewayv2/src/commands/GetStageCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetStageCommand.ts
@@ -118,4 +118,16 @@ export class GetStageCommand extends $Command
.f(void 0, void 0)
.ser(se_GetStageCommand)
.de(de_GetStageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetStageRequest;
+ output: GetStageResponse;
+ };
+ sdk: {
+ input: GetStageCommandInput;
+ output: GetStageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetStagesCommand.ts b/clients/client-apigatewayv2/src/commands/GetStagesCommand.ts
index 976a37290b6d..e86ae65d8877 100644
--- a/clients/client-apigatewayv2/src/commands/GetStagesCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetStagesCommand.ts
@@ -127,4 +127,16 @@ export class GetStagesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetStagesCommand)
.de(de_GetStagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetStagesRequest;
+ output: GetStagesResponse;
+ };
+ sdk: {
+ input: GetStagesCommandInput;
+ output: GetStagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetTagsCommand.ts b/clients/client-apigatewayv2/src/commands/GetTagsCommand.ts
index cfc1b27004cf..f120129ae106 100644
--- a/clients/client-apigatewayv2/src/commands/GetTagsCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetTagsCommand.ts
@@ -91,4 +91,16 @@ export class GetTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTagsCommand)
.de(de_GetTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTagsRequest;
+ output: GetTagsResponse;
+ };
+ sdk: {
+ input: GetTagsCommandInput;
+ output: GetTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetVpcLinkCommand.ts b/clients/client-apigatewayv2/src/commands/GetVpcLinkCommand.ts
index 1c43aca45476..77e64a5b124e 100644
--- a/clients/client-apigatewayv2/src/commands/GetVpcLinkCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetVpcLinkCommand.ts
@@ -97,4 +97,16 @@ export class GetVpcLinkCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVpcLinkCommand)
.de(de_GetVpcLinkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVpcLinkRequest;
+ output: GetVpcLinkResponse;
+ };
+ sdk: {
+ input: GetVpcLinkCommandInput;
+ output: GetVpcLinkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/GetVpcLinksCommand.ts b/clients/client-apigatewayv2/src/commands/GetVpcLinksCommand.ts
index 1528fcd20f6f..4010e41f568f 100644
--- a/clients/client-apigatewayv2/src/commands/GetVpcLinksCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/GetVpcLinksCommand.ts
@@ -103,4 +103,16 @@ export class GetVpcLinksCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVpcLinksCommand)
.de(de_GetVpcLinksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVpcLinksRequest;
+ output: GetVpcLinksResponse;
+ };
+ sdk: {
+ input: GetVpcLinksCommandInput;
+ output: GetVpcLinksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/ImportApiCommand.ts b/clients/client-apigatewayv2/src/commands/ImportApiCommand.ts
index d277dc8bd898..d475d0cfd18f 100644
--- a/clients/client-apigatewayv2/src/commands/ImportApiCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/ImportApiCommand.ts
@@ -127,4 +127,16 @@ export class ImportApiCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportApiCommand)
.de(de_ImportApiCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportApiRequest;
+ output: ImportApiResponse;
+ };
+ sdk: {
+ input: ImportApiCommandInput;
+ output: ImportApiCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/ReimportApiCommand.ts b/clients/client-apigatewayv2/src/commands/ReimportApiCommand.ts
index 49abf3589ca2..eca767406c14 100644
--- a/clients/client-apigatewayv2/src/commands/ReimportApiCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/ReimportApiCommand.ts
@@ -128,4 +128,16 @@ export class ReimportApiCommand extends $Command
.f(void 0, void 0)
.ser(se_ReimportApiCommand)
.de(de_ReimportApiCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReimportApiRequest;
+ output: ReimportApiResponse;
+ };
+ sdk: {
+ input: ReimportApiCommandInput;
+ output: ReimportApiCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/ResetAuthorizersCacheCommand.ts b/clients/client-apigatewayv2/src/commands/ResetAuthorizersCacheCommand.ts
index 35852082b7cd..47e0d3c0eccf 100644
--- a/clients/client-apigatewayv2/src/commands/ResetAuthorizersCacheCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/ResetAuthorizersCacheCommand.ts
@@ -82,4 +82,16 @@ export class ResetAuthorizersCacheCommand extends $Command
.f(void 0, void 0)
.ser(se_ResetAuthorizersCacheCommand)
.de(de_ResetAuthorizersCacheCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResetAuthorizersCacheRequest;
+ output: {};
+ };
+ sdk: {
+ input: ResetAuthorizersCacheCommandInput;
+ output: ResetAuthorizersCacheCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/TagResourceCommand.ts b/clients/client-apigatewayv2/src/commands/TagResourceCommand.ts
index b349db696bdc..51ba20fabd25 100644
--- a/clients/client-apigatewayv2/src/commands/TagResourceCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/TagResourceCommand.ts
@@ -90,4 +90,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/UntagResourceCommand.ts b/clients/client-apigatewayv2/src/commands/UntagResourceCommand.ts
index 009775c5e10b..9fb0f5855a46 100644
--- a/clients/client-apigatewayv2/src/commands/UntagResourceCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/UntagResourceCommand.ts
@@ -90,4 +90,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/UpdateApiCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateApiCommand.ts
index fa56a7c880f8..9ce85f702d77 100644
--- a/clients/client-apigatewayv2/src/commands/UpdateApiCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/UpdateApiCommand.ts
@@ -151,4 +151,16 @@ export class UpdateApiCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateApiCommand)
.de(de_UpdateApiCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApiRequest;
+ output: UpdateApiResponse;
+ };
+ sdk: {
+ input: UpdateApiCommandInput;
+ output: UpdateApiCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/UpdateApiMappingCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateApiMappingCommand.ts
index af5f4f2e6a85..ccd0406466a6 100644
--- a/clients/client-apigatewayv2/src/commands/UpdateApiMappingCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/UpdateApiMappingCommand.ts
@@ -96,4 +96,16 @@ export class UpdateApiMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateApiMappingCommand)
.de(de_UpdateApiMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApiMappingRequest;
+ output: UpdateApiMappingResponse;
+ };
+ sdk: {
+ input: UpdateApiMappingCommandInput;
+ output: UpdateApiMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/UpdateAuthorizerCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateAuthorizerCommand.ts
index e9fcf4c01dc6..c6f06e85ffa2 100644
--- a/clients/client-apigatewayv2/src/commands/UpdateAuthorizerCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/UpdateAuthorizerCommand.ts
@@ -124,4 +124,16 @@ export class UpdateAuthorizerCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAuthorizerCommand)
.de(de_UpdateAuthorizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAuthorizerRequest;
+ output: UpdateAuthorizerResponse;
+ };
+ sdk: {
+ input: UpdateAuthorizerCommandInput;
+ output: UpdateAuthorizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/UpdateDeploymentCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateDeploymentCommand.ts
index 28d8e3444d36..328d5814c092 100644
--- a/clients/client-apigatewayv2/src/commands/UpdateDeploymentCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/UpdateDeploymentCommand.ts
@@ -96,4 +96,16 @@ export class UpdateDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDeploymentCommand)
.de(de_UpdateDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDeploymentRequest;
+ output: UpdateDeploymentResponse;
+ };
+ sdk: {
+ input: UpdateDeploymentCommandInput;
+ output: UpdateDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/UpdateDomainNameCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateDomainNameCommand.ts
index 68a870cc0523..58e2ee1d8224 100644
--- a/clients/client-apigatewayv2/src/commands/UpdateDomainNameCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/UpdateDomainNameCommand.ts
@@ -132,4 +132,16 @@ export class UpdateDomainNameCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDomainNameCommand)
.de(de_UpdateDomainNameCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDomainNameRequest;
+ output: UpdateDomainNameResponse;
+ };
+ sdk: {
+ input: UpdateDomainNameCommandInput;
+ output: UpdateDomainNameCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/UpdateIntegrationCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateIntegrationCommand.ts
index f510d4f87a45..10de15fd5bb6 100644
--- a/clients/client-apigatewayv2/src/commands/UpdateIntegrationCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/UpdateIntegrationCommand.ts
@@ -146,4 +146,16 @@ export class UpdateIntegrationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateIntegrationCommand)
.de(de_UpdateIntegrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateIntegrationRequest;
+ output: UpdateIntegrationResult;
+ };
+ sdk: {
+ input: UpdateIntegrationCommandInput;
+ output: UpdateIntegrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/UpdateIntegrationResponseCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateIntegrationResponseCommand.ts
index a5552aacb236..b2535bb1e31a 100644
--- a/clients/client-apigatewayv2/src/commands/UpdateIntegrationResponseCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/UpdateIntegrationResponseCommand.ts
@@ -109,4 +109,16 @@ export class UpdateIntegrationResponseCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateIntegrationResponseCommand)
.de(de_UpdateIntegrationResponseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateIntegrationResponseRequest;
+ output: UpdateIntegrationResponseResponse;
+ };
+ sdk: {
+ input: UpdateIntegrationResponseCommandInput;
+ output: UpdateIntegrationResponseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/UpdateModelCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateModelCommand.ts
index 6b8c4cf35f99..095b38b2ff78 100644
--- a/clients/client-apigatewayv2/src/commands/UpdateModelCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/UpdateModelCommand.ts
@@ -98,4 +98,16 @@ export class UpdateModelCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateModelCommand)
.de(de_UpdateModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateModelRequest;
+ output: UpdateModelResponse;
+ };
+ sdk: {
+ input: UpdateModelCommandInput;
+ output: UpdateModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/UpdateRouteCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateRouteCommand.ts
index e4da4f72a6e0..e7c6b6dcab0b 100644
--- a/clients/client-apigatewayv2/src/commands/UpdateRouteCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/UpdateRouteCommand.ts
@@ -129,4 +129,16 @@ export class UpdateRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRouteCommand)
.de(de_UpdateRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRouteRequest;
+ output: UpdateRouteResult;
+ };
+ sdk: {
+ input: UpdateRouteCommandInput;
+ output: UpdateRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/UpdateRouteResponseCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateRouteResponseCommand.ts
index c745e439b26c..45b0b38da194 100644
--- a/clients/client-apigatewayv2/src/commands/UpdateRouteResponseCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/UpdateRouteResponseCommand.ts
@@ -111,4 +111,16 @@ export class UpdateRouteResponseCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRouteResponseCommand)
.de(de_UpdateRouteResponseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRouteResponseRequest;
+ output: UpdateRouteResponseResponse;
+ };
+ sdk: {
+ input: UpdateRouteResponseCommandInput;
+ output: UpdateRouteResponseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/UpdateStageCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateStageCommand.ts
index 9ec9839142ca..46561e8aa086 100644
--- a/clients/client-apigatewayv2/src/commands/UpdateStageCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/UpdateStageCommand.ts
@@ -151,4 +151,16 @@ export class UpdateStageCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateStageCommand)
.de(de_UpdateStageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateStageRequest;
+ output: UpdateStageResponse;
+ };
+ sdk: {
+ input: UpdateStageCommandInput;
+ output: UpdateStageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apigatewayv2/src/commands/UpdateVpcLinkCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateVpcLinkCommand.ts
index b1b734bb6a87..32238b4703fe 100644
--- a/clients/client-apigatewayv2/src/commands/UpdateVpcLinkCommand.ts
+++ b/clients/client-apigatewayv2/src/commands/UpdateVpcLinkCommand.ts
@@ -101,4 +101,16 @@ export class UpdateVpcLinkCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateVpcLinkCommand)
.de(de_UpdateVpcLinkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateVpcLinkRequest;
+ output: UpdateVpcLinkResponse;
+ };
+ sdk: {
+ input: UpdateVpcLinkCommandInput;
+ output: UpdateVpcLinkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/package.json b/clients/client-app-mesh/package.json
index 13913da02e64..beb14a5cea15 100644
--- a/clients/client-app-mesh/package.json
+++ b/clients/client-app-mesh/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-app-mesh/src/commands/CreateGatewayRouteCommand.ts b/clients/client-app-mesh/src/commands/CreateGatewayRouteCommand.ts
index b2141649161a..136eafeffbba 100644
--- a/clients/client-app-mesh/src/commands/CreateGatewayRouteCommand.ts
+++ b/clients/client-app-mesh/src/commands/CreateGatewayRouteCommand.ts
@@ -456,4 +456,16 @@ export class CreateGatewayRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateGatewayRouteCommand)
.de(de_CreateGatewayRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGatewayRouteInput;
+ output: CreateGatewayRouteOutput;
+ };
+ sdk: {
+ input: CreateGatewayRouteCommandInput;
+ output: CreateGatewayRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/CreateMeshCommand.ts b/clients/client-app-mesh/src/commands/CreateMeshCommand.ts
index b7022446a507..f26bc1448744 100644
--- a/clients/client-app-mesh/src/commands/CreateMeshCommand.ts
+++ b/clients/client-app-mesh/src/commands/CreateMeshCommand.ts
@@ -148,4 +148,16 @@ export class CreateMeshCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateMeshCommand)
.de(de_CreateMeshCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMeshInput;
+ output: CreateMeshOutput;
+ };
+ sdk: {
+ input: CreateMeshCommandInput;
+ output: CreateMeshCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/CreateRouteCommand.ts b/clients/client-app-mesh/src/commands/CreateRouteCommand.ts
index 670c2c220028..4cb17bf20208 100644
--- a/clients/client-app-mesh/src/commands/CreateRouteCommand.ts
+++ b/clients/client-app-mesh/src/commands/CreateRouteCommand.ts
@@ -539,4 +539,16 @@ export class CreateRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRouteCommand)
.de(de_CreateRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRouteInput;
+ output: CreateRouteOutput;
+ };
+ sdk: {
+ input: CreateRouteCommandInput;
+ output: CreateRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/CreateVirtualGatewayCommand.ts b/clients/client-app-mesh/src/commands/CreateVirtualGatewayCommand.ts
index 60b72f60cfc1..f79ef5f382c5 100644
--- a/clients/client-app-mesh/src/commands/CreateVirtualGatewayCommand.ts
+++ b/clients/client-app-mesh/src/commands/CreateVirtualGatewayCommand.ts
@@ -375,4 +375,16 @@ export class CreateVirtualGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVirtualGatewayCommand)
.de(de_CreateVirtualGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVirtualGatewayInput;
+ output: CreateVirtualGatewayOutput;
+ };
+ sdk: {
+ input: CreateVirtualGatewayCommandInput;
+ output: CreateVirtualGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/CreateVirtualNodeCommand.ts b/clients/client-app-mesh/src/commands/CreateVirtualNodeCommand.ts
index f0279a05500d..b5f3388b1e19 100644
--- a/clients/client-app-mesh/src/commands/CreateVirtualNodeCommand.ts
+++ b/clients/client-app-mesh/src/commands/CreateVirtualNodeCommand.ts
@@ -603,4 +603,16 @@ export class CreateVirtualNodeCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVirtualNodeCommand)
.de(de_CreateVirtualNodeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVirtualNodeInput;
+ output: CreateVirtualNodeOutput;
+ };
+ sdk: {
+ input: CreateVirtualNodeCommandInput;
+ output: CreateVirtualNodeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/CreateVirtualRouterCommand.ts b/clients/client-app-mesh/src/commands/CreateVirtualRouterCommand.ts
index c5fcd92064b3..e6808969c69b 100644
--- a/clients/client-app-mesh/src/commands/CreateVirtualRouterCommand.ts
+++ b/clients/client-app-mesh/src/commands/CreateVirtualRouterCommand.ts
@@ -156,4 +156,16 @@ export class CreateVirtualRouterCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVirtualRouterCommand)
.de(de_CreateVirtualRouterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVirtualRouterInput;
+ output: CreateVirtualRouterOutput;
+ };
+ sdk: {
+ input: CreateVirtualRouterCommandInput;
+ output: CreateVirtualRouterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/CreateVirtualServiceCommand.ts b/clients/client-app-mesh/src/commands/CreateVirtualServiceCommand.ts
index 5ad30f43f84d..c17100fa4169 100644
--- a/clients/client-app-mesh/src/commands/CreateVirtualServiceCommand.ts
+++ b/clients/client-app-mesh/src/commands/CreateVirtualServiceCommand.ts
@@ -156,4 +156,16 @@ export class CreateVirtualServiceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVirtualServiceCommand)
.de(de_CreateVirtualServiceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVirtualServiceInput;
+ output: CreateVirtualServiceOutput;
+ };
+ sdk: {
+ input: CreateVirtualServiceCommandInput;
+ output: CreateVirtualServiceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/DeleteGatewayRouteCommand.ts b/clients/client-app-mesh/src/commands/DeleteGatewayRouteCommand.ts
index 16a533ff26af..4f41d355d0cb 100644
--- a/clients/client-app-mesh/src/commands/DeleteGatewayRouteCommand.ts
+++ b/clients/client-app-mesh/src/commands/DeleteGatewayRouteCommand.ts
@@ -281,4 +281,16 @@ export class DeleteGatewayRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteGatewayRouteCommand)
.de(de_DeleteGatewayRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteGatewayRouteInput;
+ output: DeleteGatewayRouteOutput;
+ };
+ sdk: {
+ input: DeleteGatewayRouteCommandInput;
+ output: DeleteGatewayRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/DeleteMeshCommand.ts b/clients/client-app-mesh/src/commands/DeleteMeshCommand.ts
index 2f125ac75d18..4746eb58d7a3 100644
--- a/clients/client-app-mesh/src/commands/DeleteMeshCommand.ts
+++ b/clients/client-app-mesh/src/commands/DeleteMeshCommand.ts
@@ -126,4 +126,16 @@ export class DeleteMeshCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMeshCommand)
.de(de_DeleteMeshCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMeshInput;
+ output: DeleteMeshOutput;
+ };
+ sdk: {
+ input: DeleteMeshCommandInput;
+ output: DeleteMeshCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/DeleteRouteCommand.ts b/clients/client-app-mesh/src/commands/DeleteRouteCommand.ts
index 1bdd9b6afecc..897ba597ed0b 100644
--- a/clients/client-app-mesh/src/commands/DeleteRouteCommand.ts
+++ b/clients/client-app-mesh/src/commands/DeleteRouteCommand.ts
@@ -323,4 +323,16 @@ export class DeleteRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRouteCommand)
.de(de_DeleteRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRouteInput;
+ output: DeleteRouteOutput;
+ };
+ sdk: {
+ input: DeleteRouteCommandInput;
+ output: DeleteRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/DeleteVirtualGatewayCommand.ts b/clients/client-app-mesh/src/commands/DeleteVirtualGatewayCommand.ts
index 3993ffc28805..2b0118c1c4d2 100644
--- a/clients/client-app-mesh/src/commands/DeleteVirtualGatewayCommand.ts
+++ b/clients/client-app-mesh/src/commands/DeleteVirtualGatewayCommand.ts
@@ -240,4 +240,16 @@ export class DeleteVirtualGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVirtualGatewayCommand)
.de(de_DeleteVirtualGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVirtualGatewayInput;
+ output: DeleteVirtualGatewayOutput;
+ };
+ sdk: {
+ input: DeleteVirtualGatewayCommandInput;
+ output: DeleteVirtualGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/DeleteVirtualNodeCommand.ts b/clients/client-app-mesh/src/commands/DeleteVirtualNodeCommand.ts
index 21edb57feabb..bd8e8acf1f53 100644
--- a/clients/client-app-mesh/src/commands/DeleteVirtualNodeCommand.ts
+++ b/clients/client-app-mesh/src/commands/DeleteVirtualNodeCommand.ts
@@ -346,4 +346,16 @@ export class DeleteVirtualNodeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVirtualNodeCommand)
.de(de_DeleteVirtualNodeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVirtualNodeInput;
+ output: DeleteVirtualNodeOutput;
+ };
+ sdk: {
+ input: DeleteVirtualNodeCommandInput;
+ output: DeleteVirtualNodeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/DeleteVirtualRouterCommand.ts b/clients/client-app-mesh/src/commands/DeleteVirtualRouterCommand.ts
index 5b8bee7d9f21..a4761010c0d1 100644
--- a/clients/client-app-mesh/src/commands/DeleteVirtualRouterCommand.ts
+++ b/clients/client-app-mesh/src/commands/DeleteVirtualRouterCommand.ts
@@ -131,4 +131,16 @@ export class DeleteVirtualRouterCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVirtualRouterCommand)
.de(de_DeleteVirtualRouterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVirtualRouterInput;
+ output: DeleteVirtualRouterOutput;
+ };
+ sdk: {
+ input: DeleteVirtualRouterCommandInput;
+ output: DeleteVirtualRouterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/DeleteVirtualServiceCommand.ts b/clients/client-app-mesh/src/commands/DeleteVirtualServiceCommand.ts
index b8911c1657fa..2952084285a2 100644
--- a/clients/client-app-mesh/src/commands/DeleteVirtualServiceCommand.ts
+++ b/clients/client-app-mesh/src/commands/DeleteVirtualServiceCommand.ts
@@ -129,4 +129,16 @@ export class DeleteVirtualServiceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVirtualServiceCommand)
.de(de_DeleteVirtualServiceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVirtualServiceInput;
+ output: DeleteVirtualServiceOutput;
+ };
+ sdk: {
+ input: DeleteVirtualServiceCommandInput;
+ output: DeleteVirtualServiceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/DescribeGatewayRouteCommand.ts b/clients/client-app-mesh/src/commands/DescribeGatewayRouteCommand.ts
index efe7b6b7d90d..0b52abcac062 100644
--- a/clients/client-app-mesh/src/commands/DescribeGatewayRouteCommand.ts
+++ b/clients/client-app-mesh/src/commands/DescribeGatewayRouteCommand.ts
@@ -277,4 +277,16 @@ export class DescribeGatewayRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeGatewayRouteCommand)
.de(de_DescribeGatewayRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeGatewayRouteInput;
+ output: DescribeGatewayRouteOutput;
+ };
+ sdk: {
+ input: DescribeGatewayRouteCommandInput;
+ output: DescribeGatewayRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/DescribeMeshCommand.ts b/clients/client-app-mesh/src/commands/DescribeMeshCommand.ts
index 1daf85ecde75..da87f65a317c 100644
--- a/clients/client-app-mesh/src/commands/DescribeMeshCommand.ts
+++ b/clients/client-app-mesh/src/commands/DescribeMeshCommand.ts
@@ -121,4 +121,16 @@ export class DescribeMeshCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeMeshCommand)
.de(de_DescribeMeshCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeMeshInput;
+ output: DescribeMeshOutput;
+ };
+ sdk: {
+ input: DescribeMeshCommandInput;
+ output: DescribeMeshCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/DescribeRouteCommand.ts b/clients/client-app-mesh/src/commands/DescribeRouteCommand.ts
index ddab6e8afacd..a59a430828e1 100644
--- a/clients/client-app-mesh/src/commands/DescribeRouteCommand.ts
+++ b/clients/client-app-mesh/src/commands/DescribeRouteCommand.ts
@@ -319,4 +319,16 @@ export class DescribeRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRouteCommand)
.de(de_DescribeRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRouteInput;
+ output: DescribeRouteOutput;
+ };
+ sdk: {
+ input: DescribeRouteCommandInput;
+ output: DescribeRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/DescribeVirtualGatewayCommand.ts b/clients/client-app-mesh/src/commands/DescribeVirtualGatewayCommand.ts
index 41c5c17e61fd..4ca20e704334 100644
--- a/clients/client-app-mesh/src/commands/DescribeVirtualGatewayCommand.ts
+++ b/clients/client-app-mesh/src/commands/DescribeVirtualGatewayCommand.ts
@@ -235,4 +235,16 @@ export class DescribeVirtualGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVirtualGatewayCommand)
.de(de_DescribeVirtualGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVirtualGatewayInput;
+ output: DescribeVirtualGatewayOutput;
+ };
+ sdk: {
+ input: DescribeVirtualGatewayCommandInput;
+ output: DescribeVirtualGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/DescribeVirtualNodeCommand.ts b/clients/client-app-mesh/src/commands/DescribeVirtualNodeCommand.ts
index bafd95b48d6b..9f7e0f344efd 100644
--- a/clients/client-app-mesh/src/commands/DescribeVirtualNodeCommand.ts
+++ b/clients/client-app-mesh/src/commands/DescribeVirtualNodeCommand.ts
@@ -340,4 +340,16 @@ export class DescribeVirtualNodeCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVirtualNodeCommand)
.de(de_DescribeVirtualNodeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVirtualNodeInput;
+ output: DescribeVirtualNodeOutput;
+ };
+ sdk: {
+ input: DescribeVirtualNodeCommandInput;
+ output: DescribeVirtualNodeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/DescribeVirtualRouterCommand.ts b/clients/client-app-mesh/src/commands/DescribeVirtualRouterCommand.ts
index e08587b5360e..72c5a4846d96 100644
--- a/clients/client-app-mesh/src/commands/DescribeVirtualRouterCommand.ts
+++ b/clients/client-app-mesh/src/commands/DescribeVirtualRouterCommand.ts
@@ -125,4 +125,16 @@ export class DescribeVirtualRouterCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVirtualRouterCommand)
.de(de_DescribeVirtualRouterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVirtualRouterInput;
+ output: DescribeVirtualRouterOutput;
+ };
+ sdk: {
+ input: DescribeVirtualRouterCommandInput;
+ output: DescribeVirtualRouterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/DescribeVirtualServiceCommand.ts b/clients/client-app-mesh/src/commands/DescribeVirtualServiceCommand.ts
index 7312c53de037..e0195cc81e2c 100644
--- a/clients/client-app-mesh/src/commands/DescribeVirtualServiceCommand.ts
+++ b/clients/client-app-mesh/src/commands/DescribeVirtualServiceCommand.ts
@@ -125,4 +125,16 @@ export class DescribeVirtualServiceCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVirtualServiceCommand)
.de(de_DescribeVirtualServiceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVirtualServiceInput;
+ output: DescribeVirtualServiceOutput;
+ };
+ sdk: {
+ input: DescribeVirtualServiceCommandInput;
+ output: DescribeVirtualServiceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/ListGatewayRoutesCommand.ts b/clients/client-app-mesh/src/commands/ListGatewayRoutesCommand.ts
index 70ba93c3dcf9..7c72bf0cad32 100644
--- a/clients/client-app-mesh/src/commands/ListGatewayRoutesCommand.ts
+++ b/clients/client-app-mesh/src/commands/ListGatewayRoutesCommand.ts
@@ -116,4 +116,16 @@ export class ListGatewayRoutesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListGatewayRoutesCommand)
.de(de_ListGatewayRoutesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGatewayRoutesInput;
+ output: ListGatewayRoutesOutput;
+ };
+ sdk: {
+ input: ListGatewayRoutesCommandInput;
+ output: ListGatewayRoutesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/ListMeshesCommand.ts b/clients/client-app-mesh/src/commands/ListMeshesCommand.ts
index 3067133e60fa..38c565c18470 100644
--- a/clients/client-app-mesh/src/commands/ListMeshesCommand.ts
+++ b/clients/client-app-mesh/src/commands/ListMeshesCommand.ts
@@ -110,4 +110,16 @@ export class ListMeshesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMeshesCommand)
.de(de_ListMeshesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMeshesInput;
+ output: ListMeshesOutput;
+ };
+ sdk: {
+ input: ListMeshesCommandInput;
+ output: ListMeshesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/ListRoutesCommand.ts b/clients/client-app-mesh/src/commands/ListRoutesCommand.ts
index 94cfc8de0fe0..87996d2ed421 100644
--- a/clients/client-app-mesh/src/commands/ListRoutesCommand.ts
+++ b/clients/client-app-mesh/src/commands/ListRoutesCommand.ts
@@ -115,4 +115,16 @@ export class ListRoutesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRoutesCommand)
.de(de_ListRoutesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRoutesInput;
+ output: ListRoutesOutput;
+ };
+ sdk: {
+ input: ListRoutesCommandInput;
+ output: ListRoutesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/ListTagsForResourceCommand.ts b/clients/client-app-mesh/src/commands/ListTagsForResourceCommand.ts
index 57b63877b811..2886061c696c 100644
--- a/clients/client-app-mesh/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-app-mesh/src/commands/ListTagsForResourceCommand.ts
@@ -106,4 +106,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceInput;
+ output: ListTagsForResourceOutput;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/ListVirtualGatewaysCommand.ts b/clients/client-app-mesh/src/commands/ListVirtualGatewaysCommand.ts
index 2b959edf252e..d4d6ae255f13 100644
--- a/clients/client-app-mesh/src/commands/ListVirtualGatewaysCommand.ts
+++ b/clients/client-app-mesh/src/commands/ListVirtualGatewaysCommand.ts
@@ -113,4 +113,16 @@ export class ListVirtualGatewaysCommand extends $Command
.f(void 0, void 0)
.ser(se_ListVirtualGatewaysCommand)
.de(de_ListVirtualGatewaysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVirtualGatewaysInput;
+ output: ListVirtualGatewaysOutput;
+ };
+ sdk: {
+ input: ListVirtualGatewaysCommandInput;
+ output: ListVirtualGatewaysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/ListVirtualNodesCommand.ts b/clients/client-app-mesh/src/commands/ListVirtualNodesCommand.ts
index b615b94a2ae2..0f64f39d93dd 100644
--- a/clients/client-app-mesh/src/commands/ListVirtualNodesCommand.ts
+++ b/clients/client-app-mesh/src/commands/ListVirtualNodesCommand.ts
@@ -113,4 +113,16 @@ export class ListVirtualNodesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListVirtualNodesCommand)
.de(de_ListVirtualNodesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVirtualNodesInput;
+ output: ListVirtualNodesOutput;
+ };
+ sdk: {
+ input: ListVirtualNodesCommandInput;
+ output: ListVirtualNodesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/ListVirtualRoutersCommand.ts b/clients/client-app-mesh/src/commands/ListVirtualRoutersCommand.ts
index 8a53e52a5246..468589f307df 100644
--- a/clients/client-app-mesh/src/commands/ListVirtualRoutersCommand.ts
+++ b/clients/client-app-mesh/src/commands/ListVirtualRoutersCommand.ts
@@ -113,4 +113,16 @@ export class ListVirtualRoutersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListVirtualRoutersCommand)
.de(de_ListVirtualRoutersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVirtualRoutersInput;
+ output: ListVirtualRoutersOutput;
+ };
+ sdk: {
+ input: ListVirtualRoutersCommandInput;
+ output: ListVirtualRoutersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/ListVirtualServicesCommand.ts b/clients/client-app-mesh/src/commands/ListVirtualServicesCommand.ts
index d2d6695c5c1c..a91313878174 100644
--- a/clients/client-app-mesh/src/commands/ListVirtualServicesCommand.ts
+++ b/clients/client-app-mesh/src/commands/ListVirtualServicesCommand.ts
@@ -113,4 +113,16 @@ export class ListVirtualServicesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListVirtualServicesCommand)
.de(de_ListVirtualServicesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVirtualServicesInput;
+ output: ListVirtualServicesOutput;
+ };
+ sdk: {
+ input: ListVirtualServicesCommandInput;
+ output: ListVirtualServicesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/TagResourceCommand.ts b/clients/client-app-mesh/src/commands/TagResourceCommand.ts
index 0d9ec7b3df63..278f3f95cb8d 100644
--- a/clients/client-app-mesh/src/commands/TagResourceCommand.ts
+++ b/clients/client-app-mesh/src/commands/TagResourceCommand.ts
@@ -110,4 +110,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/UntagResourceCommand.ts b/clients/client-app-mesh/src/commands/UntagResourceCommand.ts
index d24b98616392..31ab2d45528e 100644
--- a/clients/client-app-mesh/src/commands/UntagResourceCommand.ts
+++ b/clients/client-app-mesh/src/commands/UntagResourceCommand.ts
@@ -99,4 +99,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/UpdateGatewayRouteCommand.ts b/clients/client-app-mesh/src/commands/UpdateGatewayRouteCommand.ts
index 832fb9bc1d9e..514214d05d42 100644
--- a/clients/client-app-mesh/src/commands/UpdateGatewayRouteCommand.ts
+++ b/clients/client-app-mesh/src/commands/UpdateGatewayRouteCommand.ts
@@ -447,4 +447,16 @@ export class UpdateGatewayRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateGatewayRouteCommand)
.de(de_UpdateGatewayRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGatewayRouteInput;
+ output: UpdateGatewayRouteOutput;
+ };
+ sdk: {
+ input: UpdateGatewayRouteCommandInput;
+ output: UpdateGatewayRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/UpdateMeshCommand.ts b/clients/client-app-mesh/src/commands/UpdateMeshCommand.ts
index bface721be66..71195ef201db 100644
--- a/clients/client-app-mesh/src/commands/UpdateMeshCommand.ts
+++ b/clients/client-app-mesh/src/commands/UpdateMeshCommand.ts
@@ -133,4 +133,16 @@ export class UpdateMeshCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateMeshCommand)
.de(de_UpdateMeshCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMeshInput;
+ output: UpdateMeshOutput;
+ };
+ sdk: {
+ input: UpdateMeshCommandInput;
+ output: UpdateMeshCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/UpdateRouteCommand.ts b/clients/client-app-mesh/src/commands/UpdateRouteCommand.ts
index c8a92029b5ba..5604f75c8e06 100644
--- a/clients/client-app-mesh/src/commands/UpdateRouteCommand.ts
+++ b/clients/client-app-mesh/src/commands/UpdateRouteCommand.ts
@@ -530,4 +530,16 @@ export class UpdateRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRouteCommand)
.de(de_UpdateRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRouteInput;
+ output: UpdateRouteOutput;
+ };
+ sdk: {
+ input: UpdateRouteCommandInput;
+ output: UpdateRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/UpdateVirtualGatewayCommand.ts b/clients/client-app-mesh/src/commands/UpdateVirtualGatewayCommand.ts
index 56f860d22e26..595fa5ece13c 100644
--- a/clients/client-app-mesh/src/commands/UpdateVirtualGatewayCommand.ts
+++ b/clients/client-app-mesh/src/commands/UpdateVirtualGatewayCommand.ts
@@ -364,4 +364,16 @@ export class UpdateVirtualGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateVirtualGatewayCommand)
.de(de_UpdateVirtualGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateVirtualGatewayInput;
+ output: UpdateVirtualGatewayOutput;
+ };
+ sdk: {
+ input: UpdateVirtualGatewayCommandInput;
+ output: UpdateVirtualGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/UpdateVirtualNodeCommand.ts b/clients/client-app-mesh/src/commands/UpdateVirtualNodeCommand.ts
index bf7d0cd8b465..0ec929ce112e 100644
--- a/clients/client-app-mesh/src/commands/UpdateVirtualNodeCommand.ts
+++ b/clients/client-app-mesh/src/commands/UpdateVirtualNodeCommand.ts
@@ -574,4 +574,16 @@ export class UpdateVirtualNodeCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateVirtualNodeCommand)
.de(de_UpdateVirtualNodeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateVirtualNodeInput;
+ output: UpdateVirtualNodeOutput;
+ };
+ sdk: {
+ input: UpdateVirtualNodeCommandInput;
+ output: UpdateVirtualNodeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/UpdateVirtualRouterCommand.ts b/clients/client-app-mesh/src/commands/UpdateVirtualRouterCommand.ts
index 95883a82257a..3f9d2124d229 100644
--- a/clients/client-app-mesh/src/commands/UpdateVirtualRouterCommand.ts
+++ b/clients/client-app-mesh/src/commands/UpdateVirtualRouterCommand.ts
@@ -144,4 +144,16 @@ export class UpdateVirtualRouterCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateVirtualRouterCommand)
.de(de_UpdateVirtualRouterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateVirtualRouterInput;
+ output: UpdateVirtualRouterOutput;
+ };
+ sdk: {
+ input: UpdateVirtualRouterCommandInput;
+ output: UpdateVirtualRouterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-app-mesh/src/commands/UpdateVirtualServiceCommand.ts b/clients/client-app-mesh/src/commands/UpdateVirtualServiceCommand.ts
index d5262a6ec85e..b59dd9f7f0b8 100644
--- a/clients/client-app-mesh/src/commands/UpdateVirtualServiceCommand.ts
+++ b/clients/client-app-mesh/src/commands/UpdateVirtualServiceCommand.ts
@@ -144,4 +144,16 @@ export class UpdateVirtualServiceCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateVirtualServiceCommand)
.de(de_UpdateVirtualServiceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateVirtualServiceInput;
+ output: UpdateVirtualServiceOutput;
+ };
+ sdk: {
+ input: UpdateVirtualServiceCommandInput;
+ output: UpdateVirtualServiceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/package.json b/clients/client-appconfig/package.json
index ce5479b9a8a9..56b20c1be805 100644
--- a/clients/client-appconfig/package.json
+++ b/clients/client-appconfig/package.json
@@ -33,31 +33,31 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
- "@smithy/util-stream": "^3.1.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
+ "@smithy/util-stream": "^3.1.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-appconfig/src/commands/CreateApplicationCommand.ts b/clients/client-appconfig/src/commands/CreateApplicationCommand.ts
index 668e85982438..db03d27cb0a2 100644
--- a/clients/client-appconfig/src/commands/CreateApplicationCommand.ts
+++ b/clients/client-appconfig/src/commands/CreateApplicationCommand.ts
@@ -123,4 +123,16 @@ export class CreateApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateApplicationCommand)
.de(de_CreateApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateApplicationRequest;
+ output: Application;
+ };
+ sdk: {
+ input: CreateApplicationCommandInput;
+ output: CreateApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/CreateConfigurationProfileCommand.ts b/clients/client-appconfig/src/commands/CreateConfigurationProfileCommand.ts
index ac25a9eeb601..d17701f98179 100644
--- a/clients/client-appconfig/src/commands/CreateConfigurationProfileCommand.ts
+++ b/clients/client-appconfig/src/commands/CreateConfigurationProfileCommand.ts
@@ -193,4 +193,16 @@ export class CreateConfigurationProfileCommand extends $Command
.f(CreateConfigurationProfileRequestFilterSensitiveLog, ConfigurationProfileFilterSensitiveLog)
.ser(se_CreateConfigurationProfileCommand)
.de(de_CreateConfigurationProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateConfigurationProfileRequest;
+ output: ConfigurationProfile;
+ };
+ sdk: {
+ input: CreateConfigurationProfileCommandInput;
+ output: CreateConfigurationProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/CreateDeploymentStrategyCommand.ts b/clients/client-appconfig/src/commands/CreateDeploymentStrategyCommand.ts
index 8602d596037f..4d1b77530a18 100644
--- a/clients/client-appconfig/src/commands/CreateDeploymentStrategyCommand.ts
+++ b/clients/client-appconfig/src/commands/CreateDeploymentStrategyCommand.ts
@@ -138,4 +138,16 @@ export class CreateDeploymentStrategyCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDeploymentStrategyCommand)
.de(de_CreateDeploymentStrategyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDeploymentStrategyRequest;
+ output: DeploymentStrategy;
+ };
+ sdk: {
+ input: CreateDeploymentStrategyCommandInput;
+ output: CreateDeploymentStrategyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/CreateEnvironmentCommand.ts b/clients/client-appconfig/src/commands/CreateEnvironmentCommand.ts
index 3777cf421797..dcb65e249def 100644
--- a/clients/client-appconfig/src/commands/CreateEnvironmentCommand.ts
+++ b/clients/client-appconfig/src/commands/CreateEnvironmentCommand.ts
@@ -145,4 +145,16 @@ export class CreateEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEnvironmentCommand)
.de(de_CreateEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEnvironmentRequest;
+ output: Environment;
+ };
+ sdk: {
+ input: CreateEnvironmentCommandInput;
+ output: CreateEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/CreateExtensionAssociationCommand.ts b/clients/client-appconfig/src/commands/CreateExtensionAssociationCommand.ts
index eb73735c6ec2..07b64cb9f5ee 100644
--- a/clients/client-appconfig/src/commands/CreateExtensionAssociationCommand.ts
+++ b/clients/client-appconfig/src/commands/CreateExtensionAssociationCommand.ts
@@ -123,4 +123,16 @@ export class CreateExtensionAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateExtensionAssociationCommand)
.de(de_CreateExtensionAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateExtensionAssociationRequest;
+ output: ExtensionAssociation;
+ };
+ sdk: {
+ input: CreateExtensionAssociationCommandInput;
+ output: CreateExtensionAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/CreateExtensionCommand.ts b/clients/client-appconfig/src/commands/CreateExtensionCommand.ts
index 94f275c31a58..6f6476dca16e 100644
--- a/clients/client-appconfig/src/commands/CreateExtensionCommand.ts
+++ b/clients/client-appconfig/src/commands/CreateExtensionCommand.ts
@@ -164,4 +164,16 @@ export class CreateExtensionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateExtensionCommand)
.de(de_CreateExtensionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateExtensionRequest;
+ output: Extension;
+ };
+ sdk: {
+ input: CreateExtensionCommandInput;
+ output: CreateExtensionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/CreateHostedConfigurationVersionCommand.ts b/clients/client-appconfig/src/commands/CreateHostedConfigurationVersionCommand.ts
index d41bb602b027..d537c330d72c 100644
--- a/clients/client-appconfig/src/commands/CreateHostedConfigurationVersionCommand.ts
+++ b/clients/client-appconfig/src/commands/CreateHostedConfigurationVersionCommand.ts
@@ -172,4 +172,16 @@ export class CreateHostedConfigurationVersionCommand extends $Command
.f(CreateHostedConfigurationVersionRequestFilterSensitiveLog, HostedConfigurationVersionFilterSensitiveLog)
.ser(se_CreateHostedConfigurationVersionCommand)
.de(de_CreateHostedConfigurationVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateHostedConfigurationVersionRequest;
+ output: HostedConfigurationVersion;
+ };
+ sdk: {
+ input: CreateHostedConfigurationVersionCommandInput;
+ output: CreateHostedConfigurationVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/DeleteApplicationCommand.ts b/clients/client-appconfig/src/commands/DeleteApplicationCommand.ts
index 9b8c84b07993..d6fb18c14b94 100644
--- a/clients/client-appconfig/src/commands/DeleteApplicationCommand.ts
+++ b/clients/client-appconfig/src/commands/DeleteApplicationCommand.ts
@@ -96,4 +96,16 @@ export class DeleteApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApplicationCommand)
.de(de_DeleteApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApplicationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApplicationCommandInput;
+ output: DeleteApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/DeleteConfigurationProfileCommand.ts b/clients/client-appconfig/src/commands/DeleteConfigurationProfileCommand.ts
index 39d2388d24c9..39e9a79a8bee 100644
--- a/clients/client-appconfig/src/commands/DeleteConfigurationProfileCommand.ts
+++ b/clients/client-appconfig/src/commands/DeleteConfigurationProfileCommand.ts
@@ -105,4 +105,16 @@ export class DeleteConfigurationProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConfigurationProfileCommand)
.de(de_DeleteConfigurationProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConfigurationProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteConfigurationProfileCommandInput;
+ output: DeleteConfigurationProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/DeleteDeploymentStrategyCommand.ts b/clients/client-appconfig/src/commands/DeleteDeploymentStrategyCommand.ts
index be7e9cd9cff6..5715fd742216 100644
--- a/clients/client-appconfig/src/commands/DeleteDeploymentStrategyCommand.ts
+++ b/clients/client-appconfig/src/commands/DeleteDeploymentStrategyCommand.ts
@@ -95,4 +95,16 @@ export class DeleteDeploymentStrategyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDeploymentStrategyCommand)
.de(de_DeleteDeploymentStrategyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDeploymentStrategyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDeploymentStrategyCommandInput;
+ output: DeleteDeploymentStrategyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/DeleteEnvironmentCommand.ts b/clients/client-appconfig/src/commands/DeleteEnvironmentCommand.ts
index ee1aa29e7509..aba214a6447b 100644
--- a/clients/client-appconfig/src/commands/DeleteEnvironmentCommand.ts
+++ b/clients/client-appconfig/src/commands/DeleteEnvironmentCommand.ts
@@ -104,4 +104,16 @@ export class DeleteEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEnvironmentCommand)
.de(de_DeleteEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEnvironmentRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEnvironmentCommandInput;
+ output: DeleteEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/DeleteExtensionAssociationCommand.ts b/clients/client-appconfig/src/commands/DeleteExtensionAssociationCommand.ts
index e2f2de58a5c7..2993badbcbd5 100644
--- a/clients/client-appconfig/src/commands/DeleteExtensionAssociationCommand.ts
+++ b/clients/client-appconfig/src/commands/DeleteExtensionAssociationCommand.ts
@@ -85,4 +85,16 @@ export class DeleteExtensionAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteExtensionAssociationCommand)
.de(de_DeleteExtensionAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteExtensionAssociationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteExtensionAssociationCommandInput;
+ output: DeleteExtensionAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/DeleteExtensionCommand.ts b/clients/client-appconfig/src/commands/DeleteExtensionCommand.ts
index 963ee504f3e1..0b3f72db6e02 100644
--- a/clients/client-appconfig/src/commands/DeleteExtensionCommand.ts
+++ b/clients/client-appconfig/src/commands/DeleteExtensionCommand.ts
@@ -86,4 +86,16 @@ export class DeleteExtensionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteExtensionCommand)
.de(de_DeleteExtensionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteExtensionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteExtensionCommandInput;
+ output: DeleteExtensionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/DeleteHostedConfigurationVersionCommand.ts b/clients/client-appconfig/src/commands/DeleteHostedConfigurationVersionCommand.ts
index 6160d087567a..afe421ce797f 100644
--- a/clients/client-appconfig/src/commands/DeleteHostedConfigurationVersionCommand.ts
+++ b/clients/client-appconfig/src/commands/DeleteHostedConfigurationVersionCommand.ts
@@ -103,4 +103,16 @@ export class DeleteHostedConfigurationVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteHostedConfigurationVersionCommand)
.de(de_DeleteHostedConfigurationVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteHostedConfigurationVersionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteHostedConfigurationVersionCommandInput;
+ output: DeleteHostedConfigurationVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/GetAccountSettingsCommand.ts b/clients/client-appconfig/src/commands/GetAccountSettingsCommand.ts
index 125e83c7b5e9..032799bdc6e1 100644
--- a/clients/client-appconfig/src/commands/GetAccountSettingsCommand.ts
+++ b/clients/client-appconfig/src/commands/GetAccountSettingsCommand.ts
@@ -85,4 +85,16 @@ export class GetAccountSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAccountSettingsCommand)
.de(de_GetAccountSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: AccountSettings;
+ };
+ sdk: {
+ input: GetAccountSettingsCommandInput;
+ output: GetAccountSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/GetApplicationCommand.ts b/clients/client-appconfig/src/commands/GetApplicationCommand.ts
index d77ff9d7b93a..c979637e56ad 100644
--- a/clients/client-appconfig/src/commands/GetApplicationCommand.ts
+++ b/clients/client-appconfig/src/commands/GetApplicationCommand.ts
@@ -105,4 +105,16 @@ export class GetApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetApplicationCommand)
.de(de_GetApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetApplicationRequest;
+ output: Application;
+ };
+ sdk: {
+ input: GetApplicationCommandInput;
+ output: GetApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/GetConfigurationCommand.ts b/clients/client-appconfig/src/commands/GetConfigurationCommand.ts
index df045f8dc03f..92d782d6d158 100644
--- a/clients/client-appconfig/src/commands/GetConfigurationCommand.ts
+++ b/clients/client-appconfig/src/commands/GetConfigurationCommand.ts
@@ -136,4 +136,16 @@ export class GetConfigurationCommand extends $Command
.f(void 0, ConfigurationFilterSensitiveLog)
.ser(se_GetConfigurationCommand)
.de(de_GetConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConfigurationRequest;
+ output: Configuration;
+ };
+ sdk: {
+ input: GetConfigurationCommandInput;
+ output: GetConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/GetConfigurationProfileCommand.ts b/clients/client-appconfig/src/commands/GetConfigurationProfileCommand.ts
index af431ea1fbdd..7fac5f20af34 100644
--- a/clients/client-appconfig/src/commands/GetConfigurationProfileCommand.ts
+++ b/clients/client-appconfig/src/commands/GetConfigurationProfileCommand.ts
@@ -126,4 +126,16 @@ export class GetConfigurationProfileCommand extends $Command
.f(void 0, ConfigurationProfileFilterSensitiveLog)
.ser(se_GetConfigurationProfileCommand)
.de(de_GetConfigurationProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConfigurationProfileRequest;
+ output: ConfigurationProfile;
+ };
+ sdk: {
+ input: GetConfigurationProfileCommandInput;
+ output: GetConfigurationProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/GetDeploymentCommand.ts b/clients/client-appconfig/src/commands/GetDeploymentCommand.ts
index 27afabf543df..b334a73b3578 100644
--- a/clients/client-appconfig/src/commands/GetDeploymentCommand.ts
+++ b/clients/client-appconfig/src/commands/GetDeploymentCommand.ts
@@ -213,4 +213,16 @@ export class GetDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeploymentCommand)
.de(de_GetDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeploymentRequest;
+ output: Deployment;
+ };
+ sdk: {
+ input: GetDeploymentCommandInput;
+ output: GetDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/GetDeploymentStrategyCommand.ts b/clients/client-appconfig/src/commands/GetDeploymentStrategyCommand.ts
index 3c37089c2f37..b98f58ebdfe2 100644
--- a/clients/client-appconfig/src/commands/GetDeploymentStrategyCommand.ts
+++ b/clients/client-appconfig/src/commands/GetDeploymentStrategyCommand.ts
@@ -119,4 +119,16 @@ export class GetDeploymentStrategyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeploymentStrategyCommand)
.de(de_GetDeploymentStrategyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeploymentStrategyRequest;
+ output: DeploymentStrategy;
+ };
+ sdk: {
+ input: GetDeploymentStrategyCommandInput;
+ output: GetDeploymentStrategyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/GetEnvironmentCommand.ts b/clients/client-appconfig/src/commands/GetEnvironmentCommand.ts
index 29c9046e6b89..44d9ba0edaf7 100644
--- a/clients/client-appconfig/src/commands/GetEnvironmentCommand.ts
+++ b/clients/client-appconfig/src/commands/GetEnvironmentCommand.ts
@@ -122,4 +122,16 @@ export class GetEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEnvironmentCommand)
.de(de_GetEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEnvironmentRequest;
+ output: Environment;
+ };
+ sdk: {
+ input: GetEnvironmentCommandInput;
+ output: GetEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/GetExtensionAssociationCommand.ts b/clients/client-appconfig/src/commands/GetExtensionAssociationCommand.ts
index aaaefb81b3a5..b3d9c55ed175 100644
--- a/clients/client-appconfig/src/commands/GetExtensionAssociationCommand.ts
+++ b/clients/client-appconfig/src/commands/GetExtensionAssociationCommand.ts
@@ -95,4 +95,16 @@ export class GetExtensionAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetExtensionAssociationCommand)
.de(de_GetExtensionAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetExtensionAssociationRequest;
+ output: ExtensionAssociation;
+ };
+ sdk: {
+ input: GetExtensionAssociationCommandInput;
+ output: GetExtensionAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/GetExtensionCommand.ts b/clients/client-appconfig/src/commands/GetExtensionCommand.ts
index 49e9637f2e35..f5a1f4cc4b8a 100644
--- a/clients/client-appconfig/src/commands/GetExtensionCommand.ts
+++ b/clients/client-appconfig/src/commands/GetExtensionCommand.ts
@@ -108,4 +108,16 @@ export class GetExtensionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetExtensionCommand)
.de(de_GetExtensionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetExtensionRequest;
+ output: Extension;
+ };
+ sdk: {
+ input: GetExtensionCommandInput;
+ output: GetExtensionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/GetHostedConfigurationVersionCommand.ts b/clients/client-appconfig/src/commands/GetHostedConfigurationVersionCommand.ts
index 05987f1aa230..11aa7a6e85c5 100644
--- a/clients/client-appconfig/src/commands/GetHostedConfigurationVersionCommand.ts
+++ b/clients/client-appconfig/src/commands/GetHostedConfigurationVersionCommand.ts
@@ -133,4 +133,16 @@ export class GetHostedConfigurationVersionCommand extends $Command
.f(void 0, HostedConfigurationVersionFilterSensitiveLog)
.ser(se_GetHostedConfigurationVersionCommand)
.de(de_GetHostedConfigurationVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetHostedConfigurationVersionRequest;
+ output: HostedConfigurationVersion;
+ };
+ sdk: {
+ input: GetHostedConfigurationVersionCommandInput;
+ output: GetHostedConfigurationVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/ListApplicationsCommand.ts b/clients/client-appconfig/src/commands/ListApplicationsCommand.ts
index aed4036c9337..88edb0ab278c 100644
--- a/clients/client-appconfig/src/commands/ListApplicationsCommand.ts
+++ b/clients/client-appconfig/src/commands/ListApplicationsCommand.ts
@@ -115,4 +115,16 @@ export class ListApplicationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListApplicationsCommand)
.de(de_ListApplicationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListApplicationsRequest;
+ output: Applications;
+ };
+ sdk: {
+ input: ListApplicationsCommandInput;
+ output: ListApplicationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/ListConfigurationProfilesCommand.ts b/clients/client-appconfig/src/commands/ListConfigurationProfilesCommand.ts
index 300ed3d5b07e..f0571ca99381 100644
--- a/clients/client-appconfig/src/commands/ListConfigurationProfilesCommand.ts
+++ b/clients/client-appconfig/src/commands/ListConfigurationProfilesCommand.ts
@@ -124,4 +124,16 @@ export class ListConfigurationProfilesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListConfigurationProfilesCommand)
.de(de_ListConfigurationProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListConfigurationProfilesRequest;
+ output: ConfigurationProfiles;
+ };
+ sdk: {
+ input: ListConfigurationProfilesCommandInput;
+ output: ListConfigurationProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/ListDeploymentStrategiesCommand.ts b/clients/client-appconfig/src/commands/ListDeploymentStrategiesCommand.ts
index 9d533239e3be..822dcbb0d2d8 100644
--- a/clients/client-appconfig/src/commands/ListDeploymentStrategiesCommand.ts
+++ b/clients/client-appconfig/src/commands/ListDeploymentStrategiesCommand.ts
@@ -120,4 +120,16 @@ export class ListDeploymentStrategiesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDeploymentStrategiesCommand)
.de(de_ListDeploymentStrategiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDeploymentStrategiesRequest;
+ output: DeploymentStrategies;
+ };
+ sdk: {
+ input: ListDeploymentStrategiesCommandInput;
+ output: ListDeploymentStrategiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/ListDeploymentsCommand.ts b/clients/client-appconfig/src/commands/ListDeploymentsCommand.ts
index 0278db1cf82a..9c9e33e66317 100644
--- a/clients/client-appconfig/src/commands/ListDeploymentsCommand.ts
+++ b/clients/client-appconfig/src/commands/ListDeploymentsCommand.ts
@@ -136,4 +136,16 @@ export class ListDeploymentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDeploymentsCommand)
.de(de_ListDeploymentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDeploymentsRequest;
+ output: Deployments;
+ };
+ sdk: {
+ input: ListDeploymentsCommandInput;
+ output: ListDeploymentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/ListEnvironmentsCommand.ts b/clients/client-appconfig/src/commands/ListEnvironmentsCommand.ts
index db2a035aefea..6525d1e8fa96 100644
--- a/clients/client-appconfig/src/commands/ListEnvironmentsCommand.ts
+++ b/clients/client-appconfig/src/commands/ListEnvironmentsCommand.ts
@@ -126,4 +126,16 @@ export class ListEnvironmentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEnvironmentsCommand)
.de(de_ListEnvironmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEnvironmentsRequest;
+ output: Environments;
+ };
+ sdk: {
+ input: ListEnvironmentsCommandInput;
+ output: ListEnvironmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/ListExtensionAssociationsCommand.ts b/clients/client-appconfig/src/commands/ListExtensionAssociationsCommand.ts
index ae4f81072dca..6946ad5a9deb 100644
--- a/clients/client-appconfig/src/commands/ListExtensionAssociationsCommand.ts
+++ b/clients/client-appconfig/src/commands/ListExtensionAssociationsCommand.ts
@@ -96,4 +96,16 @@ export class ListExtensionAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListExtensionAssociationsCommand)
.de(de_ListExtensionAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListExtensionAssociationsRequest;
+ output: ExtensionAssociations;
+ };
+ sdk: {
+ input: ListExtensionAssociationsCommandInput;
+ output: ListExtensionAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/ListExtensionsCommand.ts b/clients/client-appconfig/src/commands/ListExtensionsCommand.ts
index 2f4e2a5b64ae..3252168ad41e 100644
--- a/clients/client-appconfig/src/commands/ListExtensionsCommand.ts
+++ b/clients/client-appconfig/src/commands/ListExtensionsCommand.ts
@@ -96,4 +96,16 @@ export class ListExtensionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListExtensionsCommand)
.de(de_ListExtensionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListExtensionsRequest;
+ output: Extensions;
+ };
+ sdk: {
+ input: ListExtensionsCommandInput;
+ output: ListExtensionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/ListHostedConfigurationVersionsCommand.ts b/clients/client-appconfig/src/commands/ListHostedConfigurationVersionsCommand.ts
index b52f37658bdd..95802d2b53c5 100644
--- a/clients/client-appconfig/src/commands/ListHostedConfigurationVersionsCommand.ts
+++ b/clients/client-appconfig/src/commands/ListHostedConfigurationVersionsCommand.ts
@@ -129,4 +129,16 @@ export class ListHostedConfigurationVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListHostedConfigurationVersionsCommand)
.de(de_ListHostedConfigurationVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListHostedConfigurationVersionsRequest;
+ output: HostedConfigurationVersions;
+ };
+ sdk: {
+ input: ListHostedConfigurationVersionsCommandInput;
+ output: ListHostedConfigurationVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/ListTagsForResourceCommand.ts b/clients/client-appconfig/src/commands/ListTagsForResourceCommand.ts
index 9d8958b26ebf..3abcde33f575 100644
--- a/clients/client-appconfig/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-appconfig/src/commands/ListTagsForResourceCommand.ts
@@ -106,4 +106,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ResourceTags;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/StartDeploymentCommand.ts b/clients/client-appconfig/src/commands/StartDeploymentCommand.ts
index d7ef28766688..6fdc5eabf3c6 100644
--- a/clients/client-appconfig/src/commands/StartDeploymentCommand.ts
+++ b/clients/client-appconfig/src/commands/StartDeploymentCommand.ts
@@ -194,4 +194,16 @@ export class StartDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_StartDeploymentCommand)
.de(de_StartDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartDeploymentRequest;
+ output: Deployment;
+ };
+ sdk: {
+ input: StartDeploymentCommandInput;
+ output: StartDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/StopDeploymentCommand.ts b/clients/client-appconfig/src/commands/StopDeploymentCommand.ts
index 2267e1be648a..a625a4263a54 100644
--- a/clients/client-appconfig/src/commands/StopDeploymentCommand.ts
+++ b/clients/client-appconfig/src/commands/StopDeploymentCommand.ts
@@ -160,4 +160,16 @@ export class StopDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_StopDeploymentCommand)
.de(de_StopDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopDeploymentRequest;
+ output: Deployment;
+ };
+ sdk: {
+ input: StopDeploymentCommandInput;
+ output: StopDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/TagResourceCommand.ts b/clients/client-appconfig/src/commands/TagResourceCommand.ts
index 476ecf925204..b4a329623c81 100644
--- a/clients/client-appconfig/src/commands/TagResourceCommand.ts
+++ b/clients/client-appconfig/src/commands/TagResourceCommand.ts
@@ -103,4 +103,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/UntagResourceCommand.ts b/clients/client-appconfig/src/commands/UntagResourceCommand.ts
index 249bc41231ea..36e746158f1d 100644
--- a/clients/client-appconfig/src/commands/UntagResourceCommand.ts
+++ b/clients/client-appconfig/src/commands/UntagResourceCommand.ts
@@ -101,4 +101,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/UpdateAccountSettingsCommand.ts b/clients/client-appconfig/src/commands/UpdateAccountSettingsCommand.ts
index bfa1da556b3c..27fe505e53d8 100644
--- a/clients/client-appconfig/src/commands/UpdateAccountSettingsCommand.ts
+++ b/clients/client-appconfig/src/commands/UpdateAccountSettingsCommand.ts
@@ -89,4 +89,16 @@ export class UpdateAccountSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAccountSettingsCommand)
.de(de_UpdateAccountSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAccountSettingsRequest;
+ output: AccountSettings;
+ };
+ sdk: {
+ input: UpdateAccountSettingsCommandInput;
+ output: UpdateAccountSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/UpdateApplicationCommand.ts b/clients/client-appconfig/src/commands/UpdateApplicationCommand.ts
index 50fa72a7de2c..4b3a08163c21 100644
--- a/clients/client-appconfig/src/commands/UpdateApplicationCommand.ts
+++ b/clients/client-appconfig/src/commands/UpdateApplicationCommand.ts
@@ -110,4 +110,16 @@ export class UpdateApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateApplicationCommand)
.de(de_UpdateApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApplicationRequest;
+ output: Application;
+ };
+ sdk: {
+ input: UpdateApplicationCommandInput;
+ output: UpdateApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/UpdateConfigurationProfileCommand.ts b/clients/client-appconfig/src/commands/UpdateConfigurationProfileCommand.ts
index 7530cd9f5d08..94bb7cc9bafb 100644
--- a/clients/client-appconfig/src/commands/UpdateConfigurationProfileCommand.ts
+++ b/clients/client-appconfig/src/commands/UpdateConfigurationProfileCommand.ts
@@ -139,4 +139,16 @@ export class UpdateConfigurationProfileCommand extends $Command
.f(UpdateConfigurationProfileRequestFilterSensitiveLog, ConfigurationProfileFilterSensitiveLog)
.ser(se_UpdateConfigurationProfileCommand)
.de(de_UpdateConfigurationProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateConfigurationProfileRequest;
+ output: ConfigurationProfile;
+ };
+ sdk: {
+ input: UpdateConfigurationProfileCommandInput;
+ output: UpdateConfigurationProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/UpdateDeploymentStrategyCommand.ts b/clients/client-appconfig/src/commands/UpdateDeploymentStrategyCommand.ts
index 6a92bc2d36d1..5a913c38366b 100644
--- a/clients/client-appconfig/src/commands/UpdateDeploymentStrategyCommand.ts
+++ b/clients/client-appconfig/src/commands/UpdateDeploymentStrategyCommand.ts
@@ -122,4 +122,16 @@ export class UpdateDeploymentStrategyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDeploymentStrategyCommand)
.de(de_UpdateDeploymentStrategyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDeploymentStrategyRequest;
+ output: DeploymentStrategy;
+ };
+ sdk: {
+ input: UpdateDeploymentStrategyCommandInput;
+ output: UpdateDeploymentStrategyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/UpdateEnvironmentCommand.ts b/clients/client-appconfig/src/commands/UpdateEnvironmentCommand.ts
index 62021be20add..ba3096bfe8b0 100644
--- a/clients/client-appconfig/src/commands/UpdateEnvironmentCommand.ts
+++ b/clients/client-appconfig/src/commands/UpdateEnvironmentCommand.ts
@@ -127,4 +127,16 @@ export class UpdateEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEnvironmentCommand)
.de(de_UpdateEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEnvironmentRequest;
+ output: Environment;
+ };
+ sdk: {
+ input: UpdateEnvironmentCommandInput;
+ output: UpdateEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/UpdateExtensionAssociationCommand.ts b/clients/client-appconfig/src/commands/UpdateExtensionAssociationCommand.ts
index 1543c440b77d..f3eaa6d631ec 100644
--- a/clients/client-appconfig/src/commands/UpdateExtensionAssociationCommand.ts
+++ b/clients/client-appconfig/src/commands/UpdateExtensionAssociationCommand.ts
@@ -98,4 +98,16 @@ export class UpdateExtensionAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateExtensionAssociationCommand)
.de(de_UpdateExtensionAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateExtensionAssociationRequest;
+ output: ExtensionAssociation;
+ };
+ sdk: {
+ input: UpdateExtensionAssociationCommandInput;
+ output: UpdateExtensionAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/UpdateExtensionCommand.ts b/clients/client-appconfig/src/commands/UpdateExtensionCommand.ts
index 2d75402aec47..e9c79de610ef 100644
--- a/clients/client-appconfig/src/commands/UpdateExtensionCommand.ts
+++ b/clients/client-appconfig/src/commands/UpdateExtensionCommand.ts
@@ -132,4 +132,16 @@ export class UpdateExtensionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateExtensionCommand)
.de(de_UpdateExtensionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateExtensionRequest;
+ output: Extension;
+ };
+ sdk: {
+ input: UpdateExtensionCommandInput;
+ output: UpdateExtensionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfig/src/commands/ValidateConfigurationCommand.ts b/clients/client-appconfig/src/commands/ValidateConfigurationCommand.ts
index be160b224b8f..c95adef6238d 100644
--- a/clients/client-appconfig/src/commands/ValidateConfigurationCommand.ts
+++ b/clients/client-appconfig/src/commands/ValidateConfigurationCommand.ts
@@ -99,4 +99,16 @@ export class ValidateConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_ValidateConfigurationCommand)
.de(de_ValidateConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ValidateConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: ValidateConfigurationCommandInput;
+ output: ValidateConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfigdata/package.json b/clients/client-appconfigdata/package.json
index bf9c6a5548aa..bb46ca2b3a2c 100644
--- a/clients/client-appconfigdata/package.json
+++ b/clients/client-appconfigdata/package.json
@@ -33,31 +33,31 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
- "@smithy/util-stream": "^3.1.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
+ "@smithy/util-stream": "^3.1.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-appconfigdata/src/commands/GetLatestConfigurationCommand.ts b/clients/client-appconfigdata/src/commands/GetLatestConfigurationCommand.ts
index 483608ef34e3..89f2309d6694 100644
--- a/clients/client-appconfigdata/src/commands/GetLatestConfigurationCommand.ts
+++ b/clients/client-appconfigdata/src/commands/GetLatestConfigurationCommand.ts
@@ -127,4 +127,16 @@ export class GetLatestConfigurationCommand extends $Command
.f(void 0, GetLatestConfigurationResponseFilterSensitiveLog)
.ser(se_GetLatestConfigurationCommand)
.de(de_GetLatestConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLatestConfigurationRequest;
+ output: GetLatestConfigurationResponse;
+ };
+ sdk: {
+ input: GetLatestConfigurationCommandInput;
+ output: GetLatestConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appconfigdata/src/commands/StartConfigurationSessionCommand.ts b/clients/client-appconfigdata/src/commands/StartConfigurationSessionCommand.ts
index 983f9e72ea2e..3313f80563fe 100644
--- a/clients/client-appconfigdata/src/commands/StartConfigurationSessionCommand.ts
+++ b/clients/client-appconfigdata/src/commands/StartConfigurationSessionCommand.ts
@@ -95,4 +95,16 @@ export class StartConfigurationSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartConfigurationSessionCommand)
.de(de_StartConfigurationSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartConfigurationSessionRequest;
+ output: StartConfigurationSessionResponse;
+ };
+ sdk: {
+ input: StartConfigurationSessionCommandInput;
+ output: StartConfigurationSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/package.json b/clients/client-appfabric/package.json
index dba04f49a976..28a698b57b5b 100644
--- a/clients/client-appfabric/package.json
+++ b/clients/client-appfabric/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-appfabric/src/commands/BatchGetUserAccessTasksCommand.ts b/clients/client-appfabric/src/commands/BatchGetUserAccessTasksCommand.ts
index 2055541a94e1..f644791b5752 100644
--- a/clients/client-appfabric/src/commands/BatchGetUserAccessTasksCommand.ts
+++ b/clients/client-appfabric/src/commands/BatchGetUserAccessTasksCommand.ts
@@ -120,4 +120,16 @@ export class BatchGetUserAccessTasksCommand extends $Command
.f(void 0, BatchGetUserAccessTasksResponseFilterSensitiveLog)
.ser(se_BatchGetUserAccessTasksCommand)
.de(de_BatchGetUserAccessTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetUserAccessTasksRequest;
+ output: BatchGetUserAccessTasksResponse;
+ };
+ sdk: {
+ input: BatchGetUserAccessTasksCommandInput;
+ output: BatchGetUserAccessTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/ConnectAppAuthorizationCommand.ts b/clients/client-appfabric/src/commands/ConnectAppAuthorizationCommand.ts
index 696e36ed7362..ef0282ac6e3b 100644
--- a/clients/client-appfabric/src/commands/ConnectAppAuthorizationCommand.ts
+++ b/clients/client-appfabric/src/commands/ConnectAppAuthorizationCommand.ts
@@ -113,4 +113,16 @@ export class ConnectAppAuthorizationCommand extends $Command
.f(ConnectAppAuthorizationRequestFilterSensitiveLog, void 0)
.ser(se_ConnectAppAuthorizationCommand)
.de(de_ConnectAppAuthorizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ConnectAppAuthorizationRequest;
+ output: ConnectAppAuthorizationResponse;
+ };
+ sdk: {
+ input: ConnectAppAuthorizationCommandInput;
+ output: ConnectAppAuthorizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/CreateAppAuthorizationCommand.ts b/clients/client-appfabric/src/commands/CreateAppAuthorizationCommand.ts
index 89089a061c78..0f09553e4732 100644
--- a/clients/client-appfabric/src/commands/CreateAppAuthorizationCommand.ts
+++ b/clients/client-appfabric/src/commands/CreateAppAuthorizationCommand.ts
@@ -140,4 +140,16 @@ export class CreateAppAuthorizationCommand extends $Command
.f(CreateAppAuthorizationRequestFilterSensitiveLog, void 0)
.ser(se_CreateAppAuthorizationCommand)
.de(de_CreateAppAuthorizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAppAuthorizationRequest;
+ output: CreateAppAuthorizationResponse;
+ };
+ sdk: {
+ input: CreateAppAuthorizationCommandInput;
+ output: CreateAppAuthorizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/CreateAppBundleCommand.ts b/clients/client-appfabric/src/commands/CreateAppBundleCommand.ts
index b2ff0110a34b..42400e67af6f 100644
--- a/clients/client-appfabric/src/commands/CreateAppBundleCommand.ts
+++ b/clients/client-appfabric/src/commands/CreateAppBundleCommand.ts
@@ -106,4 +106,16 @@ export class CreateAppBundleCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAppBundleCommand)
.de(de_CreateAppBundleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAppBundleRequest;
+ output: CreateAppBundleResponse;
+ };
+ sdk: {
+ input: CreateAppBundleCommandInput;
+ output: CreateAppBundleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/CreateIngestionCommand.ts b/clients/client-appfabric/src/commands/CreateIngestionCommand.ts
index 741135f2d06b..1d269669a623 100644
--- a/clients/client-appfabric/src/commands/CreateIngestionCommand.ts
+++ b/clients/client-appfabric/src/commands/CreateIngestionCommand.ts
@@ -115,4 +115,16 @@ export class CreateIngestionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateIngestionCommand)
.de(de_CreateIngestionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateIngestionRequest;
+ output: CreateIngestionResponse;
+ };
+ sdk: {
+ input: CreateIngestionCommandInput;
+ output: CreateIngestionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/CreateIngestionDestinationCommand.ts b/clients/client-appfabric/src/commands/CreateIngestionDestinationCommand.ts
index b01b2ada61d9..c07df639664c 100644
--- a/clients/client-appfabric/src/commands/CreateIngestionDestinationCommand.ts
+++ b/clients/client-appfabric/src/commands/CreateIngestionDestinationCommand.ts
@@ -150,4 +150,16 @@ export class CreateIngestionDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateIngestionDestinationCommand)
.de(de_CreateIngestionDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateIngestionDestinationRequest;
+ output: CreateIngestionDestinationResponse;
+ };
+ sdk: {
+ input: CreateIngestionDestinationCommandInput;
+ output: CreateIngestionDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/DeleteAppAuthorizationCommand.ts b/clients/client-appfabric/src/commands/DeleteAppAuthorizationCommand.ts
index 7c55fd96b0e8..cbbd83da8e2a 100644
--- a/clients/client-appfabric/src/commands/DeleteAppAuthorizationCommand.ts
+++ b/clients/client-appfabric/src/commands/DeleteAppAuthorizationCommand.ts
@@ -93,4 +93,16 @@ export class DeleteAppAuthorizationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAppAuthorizationCommand)
.de(de_DeleteAppAuthorizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAppAuthorizationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAppAuthorizationCommandInput;
+ output: DeleteAppAuthorizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/DeleteAppBundleCommand.ts b/clients/client-appfabric/src/commands/DeleteAppBundleCommand.ts
index dd9cde00d0e6..3b6c94e45c98 100644
--- a/clients/client-appfabric/src/commands/DeleteAppBundleCommand.ts
+++ b/clients/client-appfabric/src/commands/DeleteAppBundleCommand.ts
@@ -92,4 +92,16 @@ export class DeleteAppBundleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAppBundleCommand)
.de(de_DeleteAppBundleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAppBundleRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAppBundleCommandInput;
+ output: DeleteAppBundleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/DeleteIngestionCommand.ts b/clients/client-appfabric/src/commands/DeleteIngestionCommand.ts
index 050499018f98..051be64c4a3d 100644
--- a/clients/client-appfabric/src/commands/DeleteIngestionCommand.ts
+++ b/clients/client-appfabric/src/commands/DeleteIngestionCommand.ts
@@ -93,4 +93,16 @@ export class DeleteIngestionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIngestionCommand)
.de(de_DeleteIngestionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIngestionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteIngestionCommandInput;
+ output: DeleteIngestionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/DeleteIngestionDestinationCommand.ts b/clients/client-appfabric/src/commands/DeleteIngestionDestinationCommand.ts
index 8c540e15e39d..c1221d245edd 100644
--- a/clients/client-appfabric/src/commands/DeleteIngestionDestinationCommand.ts
+++ b/clients/client-appfabric/src/commands/DeleteIngestionDestinationCommand.ts
@@ -97,4 +97,16 @@ export class DeleteIngestionDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIngestionDestinationCommand)
.de(de_DeleteIngestionDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIngestionDestinationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteIngestionDestinationCommandInput;
+ output: DeleteIngestionDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/GetAppAuthorizationCommand.ts b/clients/client-appfabric/src/commands/GetAppAuthorizationCommand.ts
index 2f2b3fc428ef..40ca615d9a33 100644
--- a/clients/client-appfabric/src/commands/GetAppAuthorizationCommand.ts
+++ b/clients/client-appfabric/src/commands/GetAppAuthorizationCommand.ts
@@ -108,4 +108,16 @@ export class GetAppAuthorizationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAppAuthorizationCommand)
.de(de_GetAppAuthorizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAppAuthorizationRequest;
+ output: GetAppAuthorizationResponse;
+ };
+ sdk: {
+ input: GetAppAuthorizationCommandInput;
+ output: GetAppAuthorizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/GetAppBundleCommand.ts b/clients/client-appfabric/src/commands/GetAppBundleCommand.ts
index 34b8115a69d0..63f19e831ee1 100644
--- a/clients/client-appfabric/src/commands/GetAppBundleCommand.ts
+++ b/clients/client-appfabric/src/commands/GetAppBundleCommand.ts
@@ -96,4 +96,16 @@ export class GetAppBundleCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAppBundleCommand)
.de(de_GetAppBundleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAppBundleRequest;
+ output: GetAppBundleResponse;
+ };
+ sdk: {
+ input: GetAppBundleCommandInput;
+ output: GetAppBundleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/GetIngestionCommand.ts b/clients/client-appfabric/src/commands/GetIngestionCommand.ts
index 66d5950d5ee6..3a08fdb03d58 100644
--- a/clients/client-appfabric/src/commands/GetIngestionCommand.ts
+++ b/clients/client-appfabric/src/commands/GetIngestionCommand.ts
@@ -103,4 +103,16 @@ export class GetIngestionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIngestionCommand)
.de(de_GetIngestionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIngestionRequest;
+ output: GetIngestionResponse;
+ };
+ sdk: {
+ input: GetIngestionCommandInput;
+ output: GetIngestionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/GetIngestionDestinationCommand.ts b/clients/client-appfabric/src/commands/GetIngestionDestinationCommand.ts
index 263d53c27b76..272db80f4379 100644
--- a/clients/client-appfabric/src/commands/GetIngestionDestinationCommand.ts
+++ b/clients/client-appfabric/src/commands/GetIngestionDestinationCommand.ts
@@ -121,4 +121,16 @@ export class GetIngestionDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIngestionDestinationCommand)
.de(de_GetIngestionDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIngestionDestinationRequest;
+ output: GetIngestionDestinationResponse;
+ };
+ sdk: {
+ input: GetIngestionDestinationCommandInput;
+ output: GetIngestionDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/ListAppAuthorizationsCommand.ts b/clients/client-appfabric/src/commands/ListAppAuthorizationsCommand.ts
index f46ae02da861..d5c2bc3a0406 100644
--- a/clients/client-appfabric/src/commands/ListAppAuthorizationsCommand.ts
+++ b/clients/client-appfabric/src/commands/ListAppAuthorizationsCommand.ts
@@ -108,4 +108,16 @@ export class ListAppAuthorizationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAppAuthorizationsCommand)
.de(de_ListAppAuthorizationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAppAuthorizationsRequest;
+ output: ListAppAuthorizationsResponse;
+ };
+ sdk: {
+ input: ListAppAuthorizationsCommandInput;
+ output: ListAppAuthorizationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/ListAppBundlesCommand.ts b/clients/client-appfabric/src/commands/ListAppBundlesCommand.ts
index fe48b82aedbf..f1ff507b0078 100644
--- a/clients/client-appfabric/src/commands/ListAppBundlesCommand.ts
+++ b/clients/client-appfabric/src/commands/ListAppBundlesCommand.ts
@@ -96,4 +96,16 @@ export class ListAppBundlesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAppBundlesCommand)
.de(de_ListAppBundlesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAppBundlesRequest;
+ output: ListAppBundlesResponse;
+ };
+ sdk: {
+ input: ListAppBundlesCommandInput;
+ output: ListAppBundlesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/ListIngestionDestinationsCommand.ts b/clients/client-appfabric/src/commands/ListIngestionDestinationsCommand.ts
index bf90915f4629..3de93039fcf6 100644
--- a/clients/client-appfabric/src/commands/ListIngestionDestinationsCommand.ts
+++ b/clients/client-appfabric/src/commands/ListIngestionDestinationsCommand.ts
@@ -101,4 +101,16 @@ export class ListIngestionDestinationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIngestionDestinationsCommand)
.de(de_ListIngestionDestinationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIngestionDestinationsRequest;
+ output: ListIngestionDestinationsResponse;
+ };
+ sdk: {
+ input: ListIngestionDestinationsCommandInput;
+ output: ListIngestionDestinationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/ListIngestionsCommand.ts b/clients/client-appfabric/src/commands/ListIngestionsCommand.ts
index 4126884daec6..dbe249562996 100644
--- a/clients/client-appfabric/src/commands/ListIngestionsCommand.ts
+++ b/clients/client-appfabric/src/commands/ListIngestionsCommand.ts
@@ -103,4 +103,16 @@ export class ListIngestionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIngestionsCommand)
.de(de_ListIngestionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIngestionsRequest;
+ output: ListIngestionsResponse;
+ };
+ sdk: {
+ input: ListIngestionsCommandInput;
+ output: ListIngestionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/ListTagsForResourceCommand.ts b/clients/client-appfabric/src/commands/ListTagsForResourceCommand.ts
index 8207c800bc4a..dce6852ed041 100644
--- a/clients/client-appfabric/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-appfabric/src/commands/ListTagsForResourceCommand.ts
@@ -98,4 +98,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/StartIngestionCommand.ts b/clients/client-appfabric/src/commands/StartIngestionCommand.ts
index 142e2a2f017e..96ec1c390da2 100644
--- a/clients/client-appfabric/src/commands/StartIngestionCommand.ts
+++ b/clients/client-appfabric/src/commands/StartIngestionCommand.ts
@@ -95,4 +95,16 @@ export class StartIngestionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartIngestionCommand)
.de(de_StartIngestionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartIngestionRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartIngestionCommandInput;
+ output: StartIngestionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/StartUserAccessTasksCommand.ts b/clients/client-appfabric/src/commands/StartUserAccessTasksCommand.ts
index 0d124571ad4a..a53821c1fc3a 100644
--- a/clients/client-appfabric/src/commands/StartUserAccessTasksCommand.ts
+++ b/clients/client-appfabric/src/commands/StartUserAccessTasksCommand.ts
@@ -110,4 +110,16 @@ export class StartUserAccessTasksCommand extends $Command
.f(StartUserAccessTasksRequestFilterSensitiveLog, void 0)
.ser(se_StartUserAccessTasksCommand)
.de(de_StartUserAccessTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartUserAccessTasksRequest;
+ output: StartUserAccessTasksResponse;
+ };
+ sdk: {
+ input: StartUserAccessTasksCommandInput;
+ output: StartUserAccessTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/StopIngestionCommand.ts b/clients/client-appfabric/src/commands/StopIngestionCommand.ts
index c3b5dd319041..6e9c333d9403 100644
--- a/clients/client-appfabric/src/commands/StopIngestionCommand.ts
+++ b/clients/client-appfabric/src/commands/StopIngestionCommand.ts
@@ -95,4 +95,16 @@ export class StopIngestionCommand extends $Command
.f(void 0, void 0)
.ser(se_StopIngestionCommand)
.de(de_StopIngestionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopIngestionRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopIngestionCommandInput;
+ output: StopIngestionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/TagResourceCommand.ts b/clients/client-appfabric/src/commands/TagResourceCommand.ts
index e9e2e0eec27c..e8bb24ac2493 100644
--- a/clients/client-appfabric/src/commands/TagResourceCommand.ts
+++ b/clients/client-appfabric/src/commands/TagResourceCommand.ts
@@ -97,4 +97,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/UntagResourceCommand.ts b/clients/client-appfabric/src/commands/UntagResourceCommand.ts
index 0ea16d62b7f6..e55a8099485a 100644
--- a/clients/client-appfabric/src/commands/UntagResourceCommand.ts
+++ b/clients/client-appfabric/src/commands/UntagResourceCommand.ts
@@ -94,4 +94,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/UpdateAppAuthorizationCommand.ts b/clients/client-appfabric/src/commands/UpdateAppAuthorizationCommand.ts
index ffda8ab6342c..4b25b8afcf3c 100644
--- a/clients/client-appfabric/src/commands/UpdateAppAuthorizationCommand.ts
+++ b/clients/client-appfabric/src/commands/UpdateAppAuthorizationCommand.ts
@@ -128,4 +128,16 @@ export class UpdateAppAuthorizationCommand extends $Command
.f(UpdateAppAuthorizationRequestFilterSensitiveLog, void 0)
.ser(se_UpdateAppAuthorizationCommand)
.de(de_UpdateAppAuthorizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAppAuthorizationRequest;
+ output: UpdateAppAuthorizationResponse;
+ };
+ sdk: {
+ input: UpdateAppAuthorizationCommandInput;
+ output: UpdateAppAuthorizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appfabric/src/commands/UpdateIngestionDestinationCommand.ts b/clients/client-appfabric/src/commands/UpdateIngestionDestinationCommand.ts
index f94feeca8237..26af44499d1f 100644
--- a/clients/client-appfabric/src/commands/UpdateIngestionDestinationCommand.ts
+++ b/clients/client-appfabric/src/commands/UpdateIngestionDestinationCommand.ts
@@ -141,4 +141,16 @@ export class UpdateIngestionDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateIngestionDestinationCommand)
.de(de_UpdateIngestionDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateIngestionDestinationRequest;
+ output: UpdateIngestionDestinationResponse;
+ };
+ sdk: {
+ input: UpdateIngestionDestinationCommandInput;
+ output: UpdateIngestionDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/package.json b/clients/client-appflow/package.json
index 6c31e2cb5880..7011e994d5e4 100644
--- a/clients/client-appflow/package.json
+++ b/clients/client-appflow/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-appflow/src/commands/CancelFlowExecutionsCommand.ts b/clients/client-appflow/src/commands/CancelFlowExecutionsCommand.ts
index 221476d0567e..4781ca5de8b2 100644
--- a/clients/client-appflow/src/commands/CancelFlowExecutionsCommand.ts
+++ b/clients/client-appflow/src/commands/CancelFlowExecutionsCommand.ts
@@ -117,4 +117,16 @@ export class CancelFlowExecutionsCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelFlowExecutionsCommand)
.de(de_CancelFlowExecutionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelFlowExecutionsRequest;
+ output: CancelFlowExecutionsResponse;
+ };
+ sdk: {
+ input: CancelFlowExecutionsCommandInput;
+ output: CancelFlowExecutionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/src/commands/CreateConnectorProfileCommand.ts b/clients/client-appflow/src/commands/CreateConnectorProfileCommand.ts
index ef93e32aa4e8..7262e32c316b 100644
--- a/clients/client-appflow/src/commands/CreateConnectorProfileCommand.ts
+++ b/clients/client-appflow/src/commands/CreateConnectorProfileCommand.ts
@@ -343,4 +343,16 @@ export class CreateConnectorProfileCommand extends $Command
.f(CreateConnectorProfileRequestFilterSensitiveLog, void 0)
.ser(se_CreateConnectorProfileCommand)
.de(de_CreateConnectorProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateConnectorProfileRequest;
+ output: CreateConnectorProfileResponse;
+ };
+ sdk: {
+ input: CreateConnectorProfileCommandInput;
+ output: CreateConnectorProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/src/commands/CreateFlowCommand.ts b/clients/client-appflow/src/commands/CreateFlowCommand.ts
index e26f03ead65b..ae78bbf20088 100644
--- a/clients/client-appflow/src/commands/CreateFlowCommand.ts
+++ b/clients/client-appflow/src/commands/CreateFlowCommand.ts
@@ -389,4 +389,16 @@ export class CreateFlowCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFlowCommand)
.de(de_CreateFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFlowRequest;
+ output: CreateFlowResponse;
+ };
+ sdk: {
+ input: CreateFlowCommandInput;
+ output: CreateFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/src/commands/DeleteConnectorProfileCommand.ts b/clients/client-appflow/src/commands/DeleteConnectorProfileCommand.ts
index 9f539efbf01e..842c97af05df 100644
--- a/clients/client-appflow/src/commands/DeleteConnectorProfileCommand.ts
+++ b/clients/client-appflow/src/commands/DeleteConnectorProfileCommand.ts
@@ -88,4 +88,16 @@ export class DeleteConnectorProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConnectorProfileCommand)
.de(de_DeleteConnectorProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConnectorProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteConnectorProfileCommandInput;
+ output: DeleteConnectorProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/src/commands/DeleteFlowCommand.ts b/clients/client-appflow/src/commands/DeleteFlowCommand.ts
index 6a9c90179819..7637f4778087 100644
--- a/clients/client-appflow/src/commands/DeleteFlowCommand.ts
+++ b/clients/client-appflow/src/commands/DeleteFlowCommand.ts
@@ -89,4 +89,16 @@ export class DeleteFlowCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFlowCommand)
.de(de_DeleteFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFlowRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFlowCommandInput;
+ output: DeleteFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/src/commands/DescribeConnectorCommand.ts b/clients/client-appflow/src/commands/DescribeConnectorCommand.ts
index e5a398e9982c..f32423e5ae32 100644
--- a/clients/client-appflow/src/commands/DescribeConnectorCommand.ts
+++ b/clients/client-appflow/src/commands/DescribeConnectorCommand.ts
@@ -257,4 +257,16 @@ export class DescribeConnectorCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeConnectorCommand)
.de(de_DescribeConnectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConnectorRequest;
+ output: DescribeConnectorResponse;
+ };
+ sdk: {
+ input: DescribeConnectorCommandInput;
+ output: DescribeConnectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/src/commands/DescribeConnectorEntityCommand.ts b/clients/client-appflow/src/commands/DescribeConnectorEntityCommand.ts
index ceb095d9b601..aac81763b0c6 100644
--- a/clients/client-appflow/src/commands/DescribeConnectorEntityCommand.ts
+++ b/clients/client-appflow/src/commands/DescribeConnectorEntityCommand.ts
@@ -147,4 +147,16 @@ export class DescribeConnectorEntityCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeConnectorEntityCommand)
.de(de_DescribeConnectorEntityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConnectorEntityRequest;
+ output: DescribeConnectorEntityResponse;
+ };
+ sdk: {
+ input: DescribeConnectorEntityCommandInput;
+ output: DescribeConnectorEntityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/src/commands/DescribeConnectorProfilesCommand.ts b/clients/client-appflow/src/commands/DescribeConnectorProfilesCommand.ts
index 86725c721da5..df1f0c9994f4 100644
--- a/clients/client-appflow/src/commands/DescribeConnectorProfilesCommand.ts
+++ b/clients/client-appflow/src/commands/DescribeConnectorProfilesCommand.ts
@@ -200,4 +200,16 @@ export class DescribeConnectorProfilesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeConnectorProfilesCommand)
.de(de_DescribeConnectorProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConnectorProfilesRequest;
+ output: DescribeConnectorProfilesResponse;
+ };
+ sdk: {
+ input: DescribeConnectorProfilesCommandInput;
+ output: DescribeConnectorProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/src/commands/DescribeConnectorsCommand.ts b/clients/client-appflow/src/commands/DescribeConnectorsCommand.ts
index 108e8157e089..f6dca073f448 100644
--- a/clients/client-appflow/src/commands/DescribeConnectorsCommand.ts
+++ b/clients/client-appflow/src/commands/DescribeConnectorsCommand.ts
@@ -280,4 +280,16 @@ export class DescribeConnectorsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeConnectorsCommand)
.de(de_DescribeConnectorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConnectorsRequest;
+ output: DescribeConnectorsResponse;
+ };
+ sdk: {
+ input: DescribeConnectorsCommandInput;
+ output: DescribeConnectorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/src/commands/DescribeFlowCommand.ts b/clients/client-appflow/src/commands/DescribeFlowCommand.ts
index 9a1dd4a8ceea..532c27d49243 100644
--- a/clients/client-appflow/src/commands/DescribeFlowCommand.ts
+++ b/clients/client-appflow/src/commands/DescribeFlowCommand.ts
@@ -392,4 +392,16 @@ export class DescribeFlowCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFlowCommand)
.de(de_DescribeFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFlowRequest;
+ output: DescribeFlowResponse;
+ };
+ sdk: {
+ input: DescribeFlowCommandInput;
+ output: DescribeFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/src/commands/DescribeFlowExecutionRecordsCommand.ts b/clients/client-appflow/src/commands/DescribeFlowExecutionRecordsCommand.ts
index 1e9064624ec4..f0d33e6071f5 100644
--- a/clients/client-appflow/src/commands/DescribeFlowExecutionRecordsCommand.ts
+++ b/clients/client-appflow/src/commands/DescribeFlowExecutionRecordsCommand.ts
@@ -132,4 +132,16 @@ export class DescribeFlowExecutionRecordsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFlowExecutionRecordsCommand)
.de(de_DescribeFlowExecutionRecordsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFlowExecutionRecordsRequest;
+ output: DescribeFlowExecutionRecordsResponse;
+ };
+ sdk: {
+ input: DescribeFlowExecutionRecordsCommandInput;
+ output: DescribeFlowExecutionRecordsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/src/commands/ListConnectorEntitiesCommand.ts b/clients/client-appflow/src/commands/ListConnectorEntitiesCommand.ts
index 7fd6b99b9238..612b614d3106 100644
--- a/clients/client-appflow/src/commands/ListConnectorEntitiesCommand.ts
+++ b/clients/client-appflow/src/commands/ListConnectorEntitiesCommand.ts
@@ -111,4 +111,16 @@ export class ListConnectorEntitiesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListConnectorEntitiesCommand)
.de(de_ListConnectorEntitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListConnectorEntitiesRequest;
+ output: ListConnectorEntitiesResponse;
+ };
+ sdk: {
+ input: ListConnectorEntitiesCommandInput;
+ output: ListConnectorEntitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/src/commands/ListConnectorsCommand.ts b/clients/client-appflow/src/commands/ListConnectorsCommand.ts
index a9ea32d0a809..d0e216149cf7 100644
--- a/clients/client-appflow/src/commands/ListConnectorsCommand.ts
+++ b/clients/client-appflow/src/commands/ListConnectorsCommand.ts
@@ -107,4 +107,16 @@ export class ListConnectorsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListConnectorsCommand)
.de(de_ListConnectorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListConnectorsRequest;
+ output: ListConnectorsResponse;
+ };
+ sdk: {
+ input: ListConnectorsCommandInput;
+ output: ListConnectorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/src/commands/ListFlowsCommand.ts b/clients/client-appflow/src/commands/ListFlowsCommand.ts
index 9aae866a879b..c527f5bd27f1 100644
--- a/clients/client-appflow/src/commands/ListFlowsCommand.ts
+++ b/clients/client-appflow/src/commands/ListFlowsCommand.ts
@@ -110,4 +110,16 @@ export class ListFlowsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFlowsCommand)
.de(de_ListFlowsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFlowsRequest;
+ output: ListFlowsResponse;
+ };
+ sdk: {
+ input: ListFlowsCommandInput;
+ output: ListFlowsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/src/commands/ListTagsForResourceCommand.ts b/clients/client-appflow/src/commands/ListTagsForResourceCommand.ts
index f00d298dfbb7..947b1bd4b31f 100644
--- a/clients/client-appflow/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-appflow/src/commands/ListTagsForResourceCommand.ts
@@ -90,4 +90,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/src/commands/RegisterConnectorCommand.ts b/clients/client-appflow/src/commands/RegisterConnectorCommand.ts
index 8666d8768429..7283e4fd14d6 100644
--- a/clients/client-appflow/src/commands/RegisterConnectorCommand.ts
+++ b/clients/client-appflow/src/commands/RegisterConnectorCommand.ts
@@ -119,4 +119,16 @@ export class RegisterConnectorCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterConnectorCommand)
.de(de_RegisterConnectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterConnectorRequest;
+ output: RegisterConnectorResponse;
+ };
+ sdk: {
+ input: RegisterConnectorCommandInput;
+ output: RegisterConnectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/src/commands/ResetConnectorMetadataCacheCommand.ts b/clients/client-appflow/src/commands/ResetConnectorMetadataCacheCommand.ts
index cfad846869b5..97830ddd80e7 100644
--- a/clients/client-appflow/src/commands/ResetConnectorMetadataCacheCommand.ts
+++ b/clients/client-appflow/src/commands/ResetConnectorMetadataCacheCommand.ts
@@ -105,4 +105,16 @@ export class ResetConnectorMetadataCacheCommand extends $Command
.f(void 0, void 0)
.ser(se_ResetConnectorMetadataCacheCommand)
.de(de_ResetConnectorMetadataCacheCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResetConnectorMetadataCacheRequest;
+ output: {};
+ };
+ sdk: {
+ input: ResetConnectorMetadataCacheCommandInput;
+ output: ResetConnectorMetadataCacheCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/src/commands/StartFlowCommand.ts b/clients/client-appflow/src/commands/StartFlowCommand.ts
index 9573f1e02e0d..1efc664e71b1 100644
--- a/clients/client-appflow/src/commands/StartFlowCommand.ts
+++ b/clients/client-appflow/src/commands/StartFlowCommand.ts
@@ -97,4 +97,16 @@ export class StartFlowCommand extends $Command
.f(void 0, void 0)
.ser(se_StartFlowCommand)
.de(de_StartFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartFlowRequest;
+ output: StartFlowResponse;
+ };
+ sdk: {
+ input: StartFlowCommandInput;
+ output: StartFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/src/commands/StopFlowCommand.ts b/clients/client-appflow/src/commands/StopFlowCommand.ts
index 68a72ac9fa03..69ecff2310bd 100644
--- a/clients/client-appflow/src/commands/StopFlowCommand.ts
+++ b/clients/client-appflow/src/commands/StopFlowCommand.ts
@@ -95,4 +95,16 @@ export class StopFlowCommand extends $Command
.f(void 0, void 0)
.ser(se_StopFlowCommand)
.de(de_StopFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopFlowRequest;
+ output: StopFlowResponse;
+ };
+ sdk: {
+ input: StopFlowCommandInput;
+ output: StopFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/src/commands/TagResourceCommand.ts b/clients/client-appflow/src/commands/TagResourceCommand.ts
index 26831919b7e0..b81215bfb2ac 100644
--- a/clients/client-appflow/src/commands/TagResourceCommand.ts
+++ b/clients/client-appflow/src/commands/TagResourceCommand.ts
@@ -89,4 +89,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/src/commands/UnregisterConnectorCommand.ts b/clients/client-appflow/src/commands/UnregisterConnectorCommand.ts
index eee71cd1deab..0438b6771d63 100644
--- a/clients/client-appflow/src/commands/UnregisterConnectorCommand.ts
+++ b/clients/client-appflow/src/commands/UnregisterConnectorCommand.ts
@@ -89,4 +89,16 @@ export class UnregisterConnectorCommand extends $Command
.f(void 0, void 0)
.ser(se_UnregisterConnectorCommand)
.de(de_UnregisterConnectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UnregisterConnectorRequest;
+ output: {};
+ };
+ sdk: {
+ input: UnregisterConnectorCommandInput;
+ output: UnregisterConnectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/src/commands/UntagResourceCommand.ts b/clients/client-appflow/src/commands/UntagResourceCommand.ts
index a106b65033ae..81977a3f2f8d 100644
--- a/clients/client-appflow/src/commands/UntagResourceCommand.ts
+++ b/clients/client-appflow/src/commands/UntagResourceCommand.ts
@@ -89,4 +89,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/src/commands/UpdateConnectorProfileCommand.ts b/clients/client-appflow/src/commands/UpdateConnectorProfileCommand.ts
index a2b7bb35120f..fc288e86a346 100644
--- a/clients/client-appflow/src/commands/UpdateConnectorProfileCommand.ts
+++ b/clients/client-appflow/src/commands/UpdateConnectorProfileCommand.ts
@@ -336,4 +336,16 @@ export class UpdateConnectorProfileCommand extends $Command
.f(UpdateConnectorProfileRequestFilterSensitiveLog, void 0)
.ser(se_UpdateConnectorProfileCommand)
.de(de_UpdateConnectorProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateConnectorProfileRequest;
+ output: UpdateConnectorProfileResponse;
+ };
+ sdk: {
+ input: UpdateConnectorProfileCommandInput;
+ output: UpdateConnectorProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/src/commands/UpdateConnectorRegistrationCommand.ts b/clients/client-appflow/src/commands/UpdateConnectorRegistrationCommand.ts
index ac565e6e0ab5..6febed1ff7b9 100644
--- a/clients/client-appflow/src/commands/UpdateConnectorRegistrationCommand.ts
+++ b/clients/client-appflow/src/commands/UpdateConnectorRegistrationCommand.ts
@@ -130,4 +130,16 @@ export class UpdateConnectorRegistrationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateConnectorRegistrationCommand)
.de(de_UpdateConnectorRegistrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateConnectorRegistrationRequest;
+ output: UpdateConnectorRegistrationResponse;
+ };
+ sdk: {
+ input: UpdateConnectorRegistrationCommandInput;
+ output: UpdateConnectorRegistrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appflow/src/commands/UpdateFlowCommand.ts b/clients/client-appflow/src/commands/UpdateFlowCommand.ts
index 063d686c42a3..5696bdf409d2 100644
--- a/clients/client-appflow/src/commands/UpdateFlowCommand.ts
+++ b/clients/client-appflow/src/commands/UpdateFlowCommand.ts
@@ -380,4 +380,16 @@ export class UpdateFlowCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFlowCommand)
.de(de_UpdateFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFlowRequest;
+ output: UpdateFlowResponse;
+ };
+ sdk: {
+ input: UpdateFlowCommandInput;
+ output: UpdateFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appintegrations/package.json b/clients/client-appintegrations/package.json
index 11e9027a54de..49145d86a50a 100644
--- a/clients/client-appintegrations/package.json
+++ b/clients/client-appintegrations/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-appintegrations/src/commands/CreateApplicationCommand.ts b/clients/client-appintegrations/src/commands/CreateApplicationCommand.ts
index 5175c269f767..dd4455ae25e7 100644
--- a/clients/client-appintegrations/src/commands/CreateApplicationCommand.ts
+++ b/clients/client-appintegrations/src/commands/CreateApplicationCommand.ts
@@ -153,4 +153,16 @@ export class CreateApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateApplicationCommand)
.de(de_CreateApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateApplicationRequest;
+ output: CreateApplicationResponse;
+ };
+ sdk: {
+ input: CreateApplicationCommandInput;
+ output: CreateApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appintegrations/src/commands/CreateDataIntegrationAssociationCommand.ts b/clients/client-appintegrations/src/commands/CreateDataIntegrationAssociationCommand.ts
index 952b9ebfefbe..025fc28d38a1 100644
--- a/clients/client-appintegrations/src/commands/CreateDataIntegrationAssociationCommand.ts
+++ b/clients/client-appintegrations/src/commands/CreateDataIntegrationAssociationCommand.ts
@@ -126,4 +126,16 @@ export class CreateDataIntegrationAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDataIntegrationAssociationCommand)
.de(de_CreateDataIntegrationAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDataIntegrationAssociationRequest;
+ output: CreateDataIntegrationAssociationResponse;
+ };
+ sdk: {
+ input: CreateDataIntegrationAssociationCommandInput;
+ output: CreateDataIntegrationAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appintegrations/src/commands/CreateDataIntegrationCommand.ts b/clients/client-appintegrations/src/commands/CreateDataIntegrationCommand.ts
index 32f64fd321d4..7d3b2ba3d2d7 100644
--- a/clients/client-appintegrations/src/commands/CreateDataIntegrationCommand.ts
+++ b/clients/client-appintegrations/src/commands/CreateDataIntegrationCommand.ts
@@ -160,4 +160,16 @@ export class CreateDataIntegrationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDataIntegrationCommand)
.de(de_CreateDataIntegrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDataIntegrationRequest;
+ output: CreateDataIntegrationResponse;
+ };
+ sdk: {
+ input: CreateDataIntegrationCommandInput;
+ output: CreateDataIntegrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appintegrations/src/commands/CreateEventIntegrationCommand.ts b/clients/client-appintegrations/src/commands/CreateEventIntegrationCommand.ts
index a086a39ad73d..601e82178974 100644
--- a/clients/client-appintegrations/src/commands/CreateEventIntegrationCommand.ts
+++ b/clients/client-appintegrations/src/commands/CreateEventIntegrationCommand.ts
@@ -107,4 +107,16 @@ export class CreateEventIntegrationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEventIntegrationCommand)
.de(de_CreateEventIntegrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEventIntegrationRequest;
+ output: CreateEventIntegrationResponse;
+ };
+ sdk: {
+ input: CreateEventIntegrationCommandInput;
+ output: CreateEventIntegrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appintegrations/src/commands/DeleteApplicationCommand.ts b/clients/client-appintegrations/src/commands/DeleteApplicationCommand.ts
index 3763d8326e20..c43e96aaa5f8 100644
--- a/clients/client-appintegrations/src/commands/DeleteApplicationCommand.ts
+++ b/clients/client-appintegrations/src/commands/DeleteApplicationCommand.ts
@@ -102,4 +102,16 @@ export class DeleteApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApplicationCommand)
.de(de_DeleteApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApplicationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApplicationCommandInput;
+ output: DeleteApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appintegrations/src/commands/DeleteDataIntegrationCommand.ts b/clients/client-appintegrations/src/commands/DeleteDataIntegrationCommand.ts
index cb423593ce53..0b4bcbd47b78 100644
--- a/clients/client-appintegrations/src/commands/DeleteDataIntegrationCommand.ts
+++ b/clients/client-appintegrations/src/commands/DeleteDataIntegrationCommand.ts
@@ -97,4 +97,16 @@ export class DeleteDataIntegrationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDataIntegrationCommand)
.de(de_DeleteDataIntegrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDataIntegrationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDataIntegrationCommandInput;
+ output: DeleteDataIntegrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appintegrations/src/commands/DeleteEventIntegrationCommand.ts b/clients/client-appintegrations/src/commands/DeleteEventIntegrationCommand.ts
index ec6babfd9dd6..4191f9747b52 100644
--- a/clients/client-appintegrations/src/commands/DeleteEventIntegrationCommand.ts
+++ b/clients/client-appintegrations/src/commands/DeleteEventIntegrationCommand.ts
@@ -91,4 +91,16 @@ export class DeleteEventIntegrationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEventIntegrationCommand)
.de(de_DeleteEventIntegrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEventIntegrationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEventIntegrationCommandInput;
+ output: DeleteEventIntegrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appintegrations/src/commands/GetApplicationCommand.ts b/clients/client-appintegrations/src/commands/GetApplicationCommand.ts
index 1854f0b3a4c7..dccee7f94205 100644
--- a/clients/client-appintegrations/src/commands/GetApplicationCommand.ts
+++ b/clients/client-appintegrations/src/commands/GetApplicationCommand.ts
@@ -148,4 +148,16 @@ export class GetApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetApplicationCommand)
.de(de_GetApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetApplicationRequest;
+ output: GetApplicationResponse;
+ };
+ sdk: {
+ input: GetApplicationCommandInput;
+ output: GetApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appintegrations/src/commands/GetDataIntegrationCommand.ts b/clients/client-appintegrations/src/commands/GetDataIntegrationCommand.ts
index 1f40ee59df5f..38ed1436d9d1 100644
--- a/clients/client-appintegrations/src/commands/GetDataIntegrationCommand.ts
+++ b/clients/client-appintegrations/src/commands/GetDataIntegrationCommand.ts
@@ -127,4 +127,16 @@ export class GetDataIntegrationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataIntegrationCommand)
.de(de_GetDataIntegrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataIntegrationRequest;
+ output: GetDataIntegrationResponse;
+ };
+ sdk: {
+ input: GetDataIntegrationCommandInput;
+ output: GetDataIntegrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appintegrations/src/commands/GetEventIntegrationCommand.ts b/clients/client-appintegrations/src/commands/GetEventIntegrationCommand.ts
index 110cc5c6d3b0..d164fd0f766b 100644
--- a/clients/client-appintegrations/src/commands/GetEventIntegrationCommand.ts
+++ b/clients/client-appintegrations/src/commands/GetEventIntegrationCommand.ts
@@ -101,4 +101,16 @@ export class GetEventIntegrationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEventIntegrationCommand)
.de(de_GetEventIntegrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEventIntegrationRequest;
+ output: GetEventIntegrationResponse;
+ };
+ sdk: {
+ input: GetEventIntegrationCommandInput;
+ output: GetEventIntegrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appintegrations/src/commands/ListApplicationAssociationsCommand.ts b/clients/client-appintegrations/src/commands/ListApplicationAssociationsCommand.ts
index a05853f99b14..28e46a631193 100644
--- a/clients/client-appintegrations/src/commands/ListApplicationAssociationsCommand.ts
+++ b/clients/client-appintegrations/src/commands/ListApplicationAssociationsCommand.ts
@@ -129,4 +129,16 @@ export class ListApplicationAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListApplicationAssociationsCommand)
.de(de_ListApplicationAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListApplicationAssociationsRequest;
+ output: ListApplicationAssociationsResponse;
+ };
+ sdk: {
+ input: ListApplicationAssociationsCommandInput;
+ output: ListApplicationAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appintegrations/src/commands/ListApplicationsCommand.ts b/clients/client-appintegrations/src/commands/ListApplicationsCommand.ts
index b285e417ee90..d36db69a031c 100644
--- a/clients/client-appintegrations/src/commands/ListApplicationsCommand.ts
+++ b/clients/client-appintegrations/src/commands/ListApplicationsCommand.ts
@@ -124,4 +124,16 @@ export class ListApplicationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListApplicationsCommand)
.de(de_ListApplicationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListApplicationsRequest;
+ output: ListApplicationsResponse;
+ };
+ sdk: {
+ input: ListApplicationsCommandInput;
+ output: ListApplicationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appintegrations/src/commands/ListDataIntegrationAssociationsCommand.ts b/clients/client-appintegrations/src/commands/ListDataIntegrationAssociationsCommand.ts
index e7fa32412a40..811392a2b26b 100644
--- a/clients/client-appintegrations/src/commands/ListDataIntegrationAssociationsCommand.ts
+++ b/clients/client-appintegrations/src/commands/ListDataIntegrationAssociationsCommand.ts
@@ -128,4 +128,16 @@ export class ListDataIntegrationAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDataIntegrationAssociationsCommand)
.de(de_ListDataIntegrationAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataIntegrationAssociationsRequest;
+ output: ListDataIntegrationAssociationsResponse;
+ };
+ sdk: {
+ input: ListDataIntegrationAssociationsCommandInput;
+ output: ListDataIntegrationAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appintegrations/src/commands/ListDataIntegrationsCommand.ts b/clients/client-appintegrations/src/commands/ListDataIntegrationsCommand.ts
index 002f5b7abaae..11bedaa41a3e 100644
--- a/clients/client-appintegrations/src/commands/ListDataIntegrationsCommand.ts
+++ b/clients/client-appintegrations/src/commands/ListDataIntegrationsCommand.ts
@@ -102,4 +102,16 @@ export class ListDataIntegrationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDataIntegrationsCommand)
.de(de_ListDataIntegrationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataIntegrationsRequest;
+ output: ListDataIntegrationsResponse;
+ };
+ sdk: {
+ input: ListDataIntegrationsCommandInput;
+ output: ListDataIntegrationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appintegrations/src/commands/ListEventIntegrationAssociationsCommand.ts b/clients/client-appintegrations/src/commands/ListEventIntegrationAssociationsCommand.ts
index 189e7aeb4662..2cf99b0a800b 100644
--- a/clients/client-appintegrations/src/commands/ListEventIntegrationAssociationsCommand.ts
+++ b/clients/client-appintegrations/src/commands/ListEventIntegrationAssociationsCommand.ts
@@ -111,4 +111,16 @@ export class ListEventIntegrationAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEventIntegrationAssociationsCommand)
.de(de_ListEventIntegrationAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEventIntegrationAssociationsRequest;
+ output: ListEventIntegrationAssociationsResponse;
+ };
+ sdk: {
+ input: ListEventIntegrationAssociationsCommandInput;
+ output: ListEventIntegrationAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appintegrations/src/commands/ListEventIntegrationsCommand.ts b/clients/client-appintegrations/src/commands/ListEventIntegrationsCommand.ts
index 57c5513c7814..9536961f91f3 100644
--- a/clients/client-appintegrations/src/commands/ListEventIntegrationsCommand.ts
+++ b/clients/client-appintegrations/src/commands/ListEventIntegrationsCommand.ts
@@ -104,4 +104,16 @@ export class ListEventIntegrationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEventIntegrationsCommand)
.de(de_ListEventIntegrationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEventIntegrationsRequest;
+ output: ListEventIntegrationsResponse;
+ };
+ sdk: {
+ input: ListEventIntegrationsCommandInput;
+ output: ListEventIntegrationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appintegrations/src/commands/ListTagsForResourceCommand.ts b/clients/client-appintegrations/src/commands/ListTagsForResourceCommand.ts
index 5b7fedee9da0..62cfea274fd2 100644
--- a/clients/client-appintegrations/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-appintegrations/src/commands/ListTagsForResourceCommand.ts
@@ -91,4 +91,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appintegrations/src/commands/TagResourceCommand.ts b/clients/client-appintegrations/src/commands/TagResourceCommand.ts
index 837acb099591..cb84cd83949f 100644
--- a/clients/client-appintegrations/src/commands/TagResourceCommand.ts
+++ b/clients/client-appintegrations/src/commands/TagResourceCommand.ts
@@ -90,4 +90,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appintegrations/src/commands/UntagResourceCommand.ts b/clients/client-appintegrations/src/commands/UntagResourceCommand.ts
index c815e9244c9d..7be29563d23e 100644
--- a/clients/client-appintegrations/src/commands/UntagResourceCommand.ts
+++ b/clients/client-appintegrations/src/commands/UntagResourceCommand.ts
@@ -90,4 +90,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appintegrations/src/commands/UpdateApplicationCommand.ts b/clients/client-appintegrations/src/commands/UpdateApplicationCommand.ts
index 9a22929a961b..66110fe1a177 100644
--- a/clients/client-appintegrations/src/commands/UpdateApplicationCommand.ts
+++ b/clients/client-appintegrations/src/commands/UpdateApplicationCommand.ts
@@ -131,4 +131,16 @@ export class UpdateApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateApplicationCommand)
.de(de_UpdateApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApplicationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateApplicationCommandInput;
+ output: UpdateApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appintegrations/src/commands/UpdateDataIntegrationAssociationCommand.ts b/clients/client-appintegrations/src/commands/UpdateDataIntegrationAssociationCommand.ts
index 7f2109cddcf4..e4be498f83ea 100644
--- a/clients/client-appintegrations/src/commands/UpdateDataIntegrationAssociationCommand.ts
+++ b/clients/client-appintegrations/src/commands/UpdateDataIntegrationAssociationCommand.ts
@@ -113,4 +113,16 @@ export class UpdateDataIntegrationAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDataIntegrationAssociationCommand)
.de(de_UpdateDataIntegrationAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDataIntegrationAssociationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDataIntegrationAssociationCommandInput;
+ output: UpdateDataIntegrationAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appintegrations/src/commands/UpdateDataIntegrationCommand.ts b/clients/client-appintegrations/src/commands/UpdateDataIntegrationCommand.ts
index a9053e8a97e3..a4fe318d41e9 100644
--- a/clients/client-appintegrations/src/commands/UpdateDataIntegrationCommand.ts
+++ b/clients/client-appintegrations/src/commands/UpdateDataIntegrationCommand.ts
@@ -97,4 +97,16 @@ export class UpdateDataIntegrationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDataIntegrationCommand)
.de(de_UpdateDataIntegrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDataIntegrationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDataIntegrationCommandInput;
+ output: UpdateDataIntegrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appintegrations/src/commands/UpdateEventIntegrationCommand.ts b/clients/client-appintegrations/src/commands/UpdateEventIntegrationCommand.ts
index b86751bbe12a..2b5a9223037a 100644
--- a/clients/client-appintegrations/src/commands/UpdateEventIntegrationCommand.ts
+++ b/clients/client-appintegrations/src/commands/UpdateEventIntegrationCommand.ts
@@ -91,4 +91,16 @@ export class UpdateEventIntegrationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEventIntegrationCommand)
.de(de_UpdateEventIntegrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEventIntegrationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateEventIntegrationCommandInput;
+ output: UpdateEventIntegrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-auto-scaling/package.json b/clients/client-application-auto-scaling/package.json
index 815abdd7003d..a22b9535a030 100644
--- a/clients/client-application-auto-scaling/package.json
+++ b/clients/client-application-auto-scaling/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-application-auto-scaling/src/commands/DeleteScalingPolicyCommand.ts b/clients/client-application-auto-scaling/src/commands/DeleteScalingPolicyCommand.ts
index b1c529f62362..f1f461205ee0 100644
--- a/clients/client-application-auto-scaling/src/commands/DeleteScalingPolicyCommand.ts
+++ b/clients/client-application-auto-scaling/src/commands/DeleteScalingPolicyCommand.ts
@@ -119,4 +119,16 @@ export class DeleteScalingPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteScalingPolicyCommand)
.de(de_DeleteScalingPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteScalingPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteScalingPolicyCommandInput;
+ output: DeleteScalingPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-auto-scaling/src/commands/DeleteScheduledActionCommand.ts b/clients/client-application-auto-scaling/src/commands/DeleteScheduledActionCommand.ts
index b795ebf06be0..ef3ae0bfe363 100644
--- a/clients/client-application-auto-scaling/src/commands/DeleteScheduledActionCommand.ts
+++ b/clients/client-application-auto-scaling/src/commands/DeleteScheduledActionCommand.ts
@@ -115,4 +115,16 @@ export class DeleteScheduledActionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteScheduledActionCommand)
.de(de_DeleteScheduledActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteScheduledActionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteScheduledActionCommandInput;
+ output: DeleteScheduledActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-auto-scaling/src/commands/DeregisterScalableTargetCommand.ts b/clients/client-application-auto-scaling/src/commands/DeregisterScalableTargetCommand.ts
index dacd81313d17..5cf3de8990a7 100644
--- a/clients/client-application-auto-scaling/src/commands/DeregisterScalableTargetCommand.ts
+++ b/clients/client-application-auto-scaling/src/commands/DeregisterScalableTargetCommand.ts
@@ -117,4 +117,16 @@ export class DeregisterScalableTargetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeregisterScalableTargetCommand)
.de(de_DeregisterScalableTargetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterScalableTargetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeregisterScalableTargetCommandInput;
+ output: DeregisterScalableTargetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-auto-scaling/src/commands/DescribeScalableTargetsCommand.ts b/clients/client-application-auto-scaling/src/commands/DescribeScalableTargetsCommand.ts
index e900edbb5671..1ab182178892 100644
--- a/clients/client-application-auto-scaling/src/commands/DescribeScalableTargetsCommand.ts
+++ b/clients/client-application-auto-scaling/src/commands/DescribeScalableTargetsCommand.ts
@@ -151,4 +151,16 @@ export class DescribeScalableTargetsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeScalableTargetsCommand)
.de(de_DescribeScalableTargetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeScalableTargetsRequest;
+ output: DescribeScalableTargetsResponse;
+ };
+ sdk: {
+ input: DescribeScalableTargetsCommandInput;
+ output: DescribeScalableTargetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts b/clients/client-application-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts
index 3be218b0121d..e6dd616018e1 100644
--- a/clients/client-application-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts
+++ b/clients/client-application-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts
@@ -158,4 +158,16 @@ export class DescribeScalingActivitiesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeScalingActivitiesCommand)
.de(de_DescribeScalingActivitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeScalingActivitiesRequest;
+ output: DescribeScalingActivitiesResponse;
+ };
+ sdk: {
+ input: DescribeScalingActivitiesCommandInput;
+ output: DescribeScalingActivitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-auto-scaling/src/commands/DescribeScalingPoliciesCommand.ts b/clients/client-application-auto-scaling/src/commands/DescribeScalingPoliciesCommand.ts
index 798d12c9accb..defd620795a5 100644
--- a/clients/client-application-auto-scaling/src/commands/DescribeScalingPoliciesCommand.ts
+++ b/clients/client-application-auto-scaling/src/commands/DescribeScalingPoliciesCommand.ts
@@ -228,4 +228,16 @@ export class DescribeScalingPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeScalingPoliciesCommand)
.de(de_DescribeScalingPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeScalingPoliciesRequest;
+ output: DescribeScalingPoliciesResponse;
+ };
+ sdk: {
+ input: DescribeScalingPoliciesCommandInput;
+ output: DescribeScalingPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts b/clients/client-application-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts
index 79590be0919f..17451f14da60 100644
--- a/clients/client-application-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts
+++ b/clients/client-application-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts
@@ -166,4 +166,16 @@ export class DescribeScheduledActionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeScheduledActionsCommand)
.de(de_DescribeScheduledActionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeScheduledActionsRequest;
+ output: DescribeScheduledActionsResponse;
+ };
+ sdk: {
+ input: DescribeScheduledActionsCommandInput;
+ output: DescribeScheduledActionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-auto-scaling/src/commands/ListTagsForResourceCommand.ts b/clients/client-application-auto-scaling/src/commands/ListTagsForResourceCommand.ts
index a93be59d4c45..3b7b55330454 100644
--- a/clients/client-application-auto-scaling/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-application-auto-scaling/src/commands/ListTagsForResourceCommand.ts
@@ -106,4 +106,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-auto-scaling/src/commands/PutScalingPolicyCommand.ts b/clients/client-application-auto-scaling/src/commands/PutScalingPolicyCommand.ts
index bfb58ed29295..f170f45496d9 100644
--- a/clients/client-application-auto-scaling/src/commands/PutScalingPolicyCommand.ts
+++ b/clients/client-application-auto-scaling/src/commands/PutScalingPolicyCommand.ts
@@ -237,4 +237,16 @@ export class PutScalingPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutScalingPolicyCommand)
.de(de_PutScalingPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutScalingPolicyRequest;
+ output: PutScalingPolicyResponse;
+ };
+ sdk: {
+ input: PutScalingPolicyCommandInput;
+ output: PutScalingPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-auto-scaling/src/commands/PutScheduledActionCommand.ts b/clients/client-application-auto-scaling/src/commands/PutScheduledActionCommand.ts
index 899457050c14..1e9da73dc23d 100644
--- a/clients/client-application-auto-scaling/src/commands/PutScheduledActionCommand.ts
+++ b/clients/client-application-auto-scaling/src/commands/PutScheduledActionCommand.ts
@@ -143,4 +143,16 @@ export class PutScheduledActionCommand extends $Command
.f(void 0, void 0)
.ser(se_PutScheduledActionCommand)
.de(de_PutScheduledActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutScheduledActionRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutScheduledActionCommandInput;
+ output: PutScheduledActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-auto-scaling/src/commands/RegisterScalableTargetCommand.ts b/clients/client-application-auto-scaling/src/commands/RegisterScalableTargetCommand.ts
index 1d43690af843..d5bc25b4b936 100644
--- a/clients/client-application-auto-scaling/src/commands/RegisterScalableTargetCommand.ts
+++ b/clients/client-application-auto-scaling/src/commands/RegisterScalableTargetCommand.ts
@@ -159,4 +159,16 @@ export class RegisterScalableTargetCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterScalableTargetCommand)
.de(de_RegisterScalableTargetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterScalableTargetRequest;
+ output: RegisterScalableTargetResponse;
+ };
+ sdk: {
+ input: RegisterScalableTargetCommandInput;
+ output: RegisterScalableTargetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-auto-scaling/src/commands/TagResourceCommand.ts b/clients/client-application-auto-scaling/src/commands/TagResourceCommand.ts
index 50705ec15dc8..dd3cbf062023 100644
--- a/clients/client-application-auto-scaling/src/commands/TagResourceCommand.ts
+++ b/clients/client-application-auto-scaling/src/commands/TagResourceCommand.ts
@@ -117,4 +117,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-auto-scaling/src/commands/UntagResourceCommand.ts b/clients/client-application-auto-scaling/src/commands/UntagResourceCommand.ts
index febc2c68999f..c73d7d4da447 100644
--- a/clients/client-application-auto-scaling/src/commands/UntagResourceCommand.ts
+++ b/clients/client-application-auto-scaling/src/commands/UntagResourceCommand.ts
@@ -104,4 +104,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/package.json b/clients/client-application-discovery-service/package.json
index 57669ff59836..571a3f595cc4 100644
--- a/clients/client-application-discovery-service/package.json
+++ b/clients/client-application-discovery-service/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-application-discovery-service/src/commands/AssociateConfigurationItemsToApplicationCommand.ts b/clients/client-application-discovery-service/src/commands/AssociateConfigurationItemsToApplicationCommand.ts
index ea0e9c9d5807..c4268b5f2d59 100644
--- a/clients/client-application-discovery-service/src/commands/AssociateConfigurationItemsToApplicationCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/AssociateConfigurationItemsToApplicationCommand.ts
@@ -108,4 +108,16 @@ export class AssociateConfigurationItemsToApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateConfigurationItemsToApplicationCommand)
.de(de_AssociateConfigurationItemsToApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateConfigurationItemsToApplicationRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateConfigurationItemsToApplicationCommandInput;
+ output: AssociateConfigurationItemsToApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/BatchDeleteAgentsCommand.ts b/clients/client-application-discovery-service/src/commands/BatchDeleteAgentsCommand.ts
index 29a8e64d9822..0794116de0a9 100644
--- a/clients/client-application-discovery-service/src/commands/BatchDeleteAgentsCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/BatchDeleteAgentsCommand.ts
@@ -111,4 +111,16 @@ export class BatchDeleteAgentsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDeleteAgentsCommand)
.de(de_BatchDeleteAgentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDeleteAgentsRequest;
+ output: BatchDeleteAgentsResponse;
+ };
+ sdk: {
+ input: BatchDeleteAgentsCommandInput;
+ output: BatchDeleteAgentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/BatchDeleteImportDataCommand.ts b/clients/client-application-discovery-service/src/commands/BatchDeleteImportDataCommand.ts
index 3c754e307da6..aa9261b6643b 100644
--- a/clients/client-application-discovery-service/src/commands/BatchDeleteImportDataCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/BatchDeleteImportDataCommand.ts
@@ -113,4 +113,16 @@ export class BatchDeleteImportDataCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDeleteImportDataCommand)
.de(de_BatchDeleteImportDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDeleteImportDataRequest;
+ output: BatchDeleteImportDataResponse;
+ };
+ sdk: {
+ input: BatchDeleteImportDataCommandInput;
+ output: BatchDeleteImportDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/CreateApplicationCommand.ts b/clients/client-application-discovery-service/src/commands/CreateApplicationCommand.ts
index b13f5e90e816..d557cc732dcb 100644
--- a/clients/client-application-discovery-service/src/commands/CreateApplicationCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/CreateApplicationCommand.ts
@@ -99,4 +99,16 @@ export class CreateApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateApplicationCommand)
.de(de_CreateApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateApplicationRequest;
+ output: CreateApplicationResponse;
+ };
+ sdk: {
+ input: CreateApplicationCommandInput;
+ output: CreateApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/CreateTagsCommand.ts b/clients/client-application-discovery-service/src/commands/CreateTagsCommand.ts
index 3f684b0c6f73..445ea69dae25 100644
--- a/clients/client-application-discovery-service/src/commands/CreateTagsCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/CreateTagsCommand.ts
@@ -112,4 +112,16 @@ export class CreateTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTagsCommand)
.de(de_CreateTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTagsRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateTagsCommandInput;
+ output: CreateTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/DeleteApplicationsCommand.ts b/clients/client-application-discovery-service/src/commands/DeleteApplicationsCommand.ts
index 777d4563a648..b44545f7eda5 100644
--- a/clients/client-application-discovery-service/src/commands/DeleteApplicationsCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/DeleteApplicationsCommand.ts
@@ -99,4 +99,16 @@ export class DeleteApplicationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApplicationsCommand)
.de(de_DeleteApplicationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApplicationsRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApplicationsCommandInput;
+ output: DeleteApplicationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/DeleteTagsCommand.ts b/clients/client-application-discovery-service/src/commands/DeleteTagsCommand.ts
index b492fb45034e..ba782e979364 100644
--- a/clients/client-application-discovery-service/src/commands/DeleteTagsCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/DeleteTagsCommand.ts
@@ -109,4 +109,16 @@ export class DeleteTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTagsCommand)
.de(de_DeleteTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTagsRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTagsCommandInput;
+ output: DeleteTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/DescribeAgentsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeAgentsCommand.ts
index 9287652c0a74..897f13dd5814 100644
--- a/clients/client-application-discovery-service/src/commands/DescribeAgentsCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/DescribeAgentsCommand.ts
@@ -136,4 +136,16 @@ export class DescribeAgentsCommand extends $Command
.f(void 0, DescribeAgentsResponseFilterSensitiveLog)
.ser(se_DescribeAgentsCommand)
.de(de_DescribeAgentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAgentsRequest;
+ output: DescribeAgentsResponse;
+ };
+ sdk: {
+ input: DescribeAgentsCommandInput;
+ output: DescribeAgentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/DescribeBatchDeleteConfigurationTaskCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeBatchDeleteConfigurationTaskCommand.ts
index 53e4cdd39220..5be22d7abf69 100644
--- a/clients/client-application-discovery-service/src/commands/DescribeBatchDeleteConfigurationTaskCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/DescribeBatchDeleteConfigurationTaskCommand.ts
@@ -130,4 +130,16 @@ export class DescribeBatchDeleteConfigurationTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeBatchDeleteConfigurationTaskCommand)
.de(de_DescribeBatchDeleteConfigurationTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBatchDeleteConfigurationTaskRequest;
+ output: DescribeBatchDeleteConfigurationTaskResponse;
+ };
+ sdk: {
+ input: DescribeBatchDeleteConfigurationTaskCommandInput;
+ output: DescribeBatchDeleteConfigurationTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/DescribeConfigurationsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeConfigurationsCommand.ts
index d5e018d66ee3..1dabcb56a397 100644
--- a/clients/client-application-discovery-service/src/commands/DescribeConfigurationsCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/DescribeConfigurationsCommand.ts
@@ -127,4 +127,16 @@ export class DescribeConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeConfigurationsCommand)
.de(de_DescribeConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConfigurationsRequest;
+ output: DescribeConfigurationsResponse;
+ };
+ sdk: {
+ input: DescribeConfigurationsCommandInput;
+ output: DescribeConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/DescribeContinuousExportsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeContinuousExportsCommand.ts
index 30f6cd56f439..371cb3cbf65c 100644
--- a/clients/client-application-discovery-service/src/commands/DescribeContinuousExportsCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/DescribeContinuousExportsCommand.ts
@@ -125,4 +125,16 @@ export class DescribeContinuousExportsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeContinuousExportsCommand)
.de(de_DescribeContinuousExportsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeContinuousExportsRequest;
+ output: DescribeContinuousExportsResponse;
+ };
+ sdk: {
+ input: DescribeContinuousExportsCommandInput;
+ output: DescribeContinuousExportsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/DescribeExportConfigurationsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeExportConfigurationsCommand.ts
index f2797b20d461..043fa21cc69e 100644
--- a/clients/client-application-discovery-service/src/commands/DescribeExportConfigurationsCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/DescribeExportConfigurationsCommand.ts
@@ -126,4 +126,16 @@ export class DescribeExportConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeExportConfigurationsCommand)
.de(de_DescribeExportConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeExportConfigurationsRequest;
+ output: DescribeExportConfigurationsResponse;
+ };
+ sdk: {
+ input: DescribeExportConfigurationsCommandInput;
+ output: DescribeExportConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/DescribeExportTasksCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeExportTasksCommand.ts
index 1755a53697d9..a1c2ab14d50a 100644
--- a/clients/client-application-discovery-service/src/commands/DescribeExportTasksCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/DescribeExportTasksCommand.ts
@@ -124,4 +124,16 @@ export class DescribeExportTasksCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeExportTasksCommand)
.de(de_DescribeExportTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeExportTasksRequest;
+ output: DescribeExportTasksResponse;
+ };
+ sdk: {
+ input: DescribeExportTasksCommandInput;
+ output: DescribeExportTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/DescribeImportTasksCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeImportTasksCommand.ts
index 6d666be7b343..49b83958b29b 100644
--- a/clients/client-application-discovery-service/src/commands/DescribeImportTasksCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/DescribeImportTasksCommand.ts
@@ -125,4 +125,16 @@ export class DescribeImportTasksCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeImportTasksCommand)
.de(de_DescribeImportTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeImportTasksRequest;
+ output: DescribeImportTasksResponse;
+ };
+ sdk: {
+ input: DescribeImportTasksCommandInput;
+ output: DescribeImportTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/DescribeTagsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeTagsCommand.ts
index af69a628e1de..b1b153249260 100644
--- a/clients/client-application-discovery-service/src/commands/DescribeTagsCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/DescribeTagsCommand.ts
@@ -135,4 +135,16 @@ export class DescribeTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTagsCommand)
.de(de_DescribeTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTagsRequest;
+ output: DescribeTagsResponse;
+ };
+ sdk: {
+ input: DescribeTagsCommandInput;
+ output: DescribeTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/DisassociateConfigurationItemsFromApplicationCommand.ts b/clients/client-application-discovery-service/src/commands/DisassociateConfigurationItemsFromApplicationCommand.ts
index 2995b1b057a4..f075b71fc4fa 100644
--- a/clients/client-application-discovery-service/src/commands/DisassociateConfigurationItemsFromApplicationCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/DisassociateConfigurationItemsFromApplicationCommand.ts
@@ -108,4 +108,16 @@ export class DisassociateConfigurationItemsFromApplicationCommand extends $Comma
.f(void 0, void 0)
.ser(se_DisassociateConfigurationItemsFromApplicationCommand)
.de(de_DisassociateConfigurationItemsFromApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateConfigurationItemsFromApplicationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateConfigurationItemsFromApplicationCommandInput;
+ output: DisassociateConfigurationItemsFromApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/ExportConfigurationsCommand.ts b/clients/client-application-discovery-service/src/commands/ExportConfigurationsCommand.ts
index f78fbd7c558b..4ea851356f79 100644
--- a/clients/client-application-discovery-service/src/commands/ExportConfigurationsCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/ExportConfigurationsCommand.ts
@@ -106,4 +106,16 @@ export class ExportConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ExportConfigurationsCommand)
.de(de_ExportConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: ExportConfigurationsResponse;
+ };
+ sdk: {
+ input: ExportConfigurationsCommandInput;
+ output: ExportConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/GetDiscoverySummaryCommand.ts b/clients/client-application-discovery-service/src/commands/GetDiscoverySummaryCommand.ts
index e4ca617607ae..e19f1df861ce 100644
--- a/clients/client-application-discovery-service/src/commands/GetDiscoverySummaryCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/GetDiscoverySummaryCommand.ts
@@ -137,4 +137,16 @@ export class GetDiscoverySummaryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDiscoverySummaryCommand)
.de(de_GetDiscoverySummaryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetDiscoverySummaryResponse;
+ };
+ sdk: {
+ input: GetDiscoverySummaryCommandInput;
+ output: GetDiscoverySummaryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/ListConfigurationsCommand.ts b/clients/client-application-discovery-service/src/commands/ListConfigurationsCommand.ts
index 9266333bca7a..fbbc37b063aa 100644
--- a/clients/client-application-discovery-service/src/commands/ListConfigurationsCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/ListConfigurationsCommand.ts
@@ -126,4 +126,16 @@ export class ListConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListConfigurationsCommand)
.de(de_ListConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListConfigurationsRequest;
+ output: ListConfigurationsResponse;
+ };
+ sdk: {
+ input: ListConfigurationsCommandInput;
+ output: ListConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/ListServerNeighborsCommand.ts b/clients/client-application-discovery-service/src/commands/ListServerNeighborsCommand.ts
index ea684dd846cb..dad42bbd6513 100644
--- a/clients/client-application-discovery-service/src/commands/ListServerNeighborsCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/ListServerNeighborsCommand.ts
@@ -115,4 +115,16 @@ export class ListServerNeighborsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListServerNeighborsCommand)
.de(de_ListServerNeighborsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListServerNeighborsRequest;
+ output: ListServerNeighborsResponse;
+ };
+ sdk: {
+ input: ListServerNeighborsCommandInput;
+ output: ListServerNeighborsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/StartBatchDeleteConfigurationTaskCommand.ts b/clients/client-application-discovery-service/src/commands/StartBatchDeleteConfigurationTaskCommand.ts
index e6d838df9892..3e5e2ccc91b6 100644
--- a/clients/client-application-discovery-service/src/commands/StartBatchDeleteConfigurationTaskCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/StartBatchDeleteConfigurationTaskCommand.ts
@@ -117,4 +117,16 @@ export class StartBatchDeleteConfigurationTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_StartBatchDeleteConfigurationTaskCommand)
.de(de_StartBatchDeleteConfigurationTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartBatchDeleteConfigurationTaskRequest;
+ output: StartBatchDeleteConfigurationTaskResponse;
+ };
+ sdk: {
+ input: StartBatchDeleteConfigurationTaskCommandInput;
+ output: StartBatchDeleteConfigurationTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/StartContinuousExportCommand.ts b/clients/client-application-discovery-service/src/commands/StartContinuousExportCommand.ts
index 4261194b430e..72ba8bd09cb4 100644
--- a/clients/client-application-discovery-service/src/commands/StartContinuousExportCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/StartContinuousExportCommand.ts
@@ -115,4 +115,16 @@ export class StartContinuousExportCommand extends $Command
.f(void 0, void 0)
.ser(se_StartContinuousExportCommand)
.de(de_StartContinuousExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: StartContinuousExportResponse;
+ };
+ sdk: {
+ input: StartContinuousExportCommandInput;
+ output: StartContinuousExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/StartDataCollectionByAgentIdsCommand.ts b/clients/client-application-discovery-service/src/commands/StartDataCollectionByAgentIdsCommand.ts
index 2c7892098c07..6c6a31549e7d 100644
--- a/clients/client-application-discovery-service/src/commands/StartDataCollectionByAgentIdsCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/StartDataCollectionByAgentIdsCommand.ts
@@ -111,4 +111,16 @@ export class StartDataCollectionByAgentIdsCommand extends $Command
.f(void 0, void 0)
.ser(se_StartDataCollectionByAgentIdsCommand)
.de(de_StartDataCollectionByAgentIdsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartDataCollectionByAgentIdsRequest;
+ output: StartDataCollectionByAgentIdsResponse;
+ };
+ sdk: {
+ input: StartDataCollectionByAgentIdsCommandInput;
+ output: StartDataCollectionByAgentIdsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/StartExportTaskCommand.ts b/clients/client-application-discovery-service/src/commands/StartExportTaskCommand.ts
index a5864c391be3..6cdb0cb2579a 100644
--- a/clients/client-application-discovery-service/src/commands/StartExportTaskCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/StartExportTaskCommand.ts
@@ -158,4 +158,16 @@ export class StartExportTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_StartExportTaskCommand)
.de(de_StartExportTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartExportTaskRequest;
+ output: StartExportTaskResponse;
+ };
+ sdk: {
+ input: StartExportTaskCommandInput;
+ output: StartExportTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/StartImportTaskCommand.ts b/clients/client-application-discovery-service/src/commands/StartImportTaskCommand.ts
index c2f0df5619b4..73b6c7e4fa0c 100644
--- a/clients/client-application-discovery-service/src/commands/StartImportTaskCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/StartImportTaskCommand.ts
@@ -153,4 +153,16 @@ export class StartImportTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_StartImportTaskCommand)
.de(de_StartImportTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartImportTaskRequest;
+ output: StartImportTaskResponse;
+ };
+ sdk: {
+ input: StartImportTaskCommandInput;
+ output: StartImportTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/StopContinuousExportCommand.ts b/clients/client-application-discovery-service/src/commands/StopContinuousExportCommand.ts
index 12ec631e1857..0925b6f4d5fe 100644
--- a/clients/client-application-discovery-service/src/commands/StopContinuousExportCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/StopContinuousExportCommand.ts
@@ -113,4 +113,16 @@ export class StopContinuousExportCommand extends $Command
.f(void 0, void 0)
.ser(se_StopContinuousExportCommand)
.de(de_StopContinuousExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopContinuousExportRequest;
+ output: StopContinuousExportResponse;
+ };
+ sdk: {
+ input: StopContinuousExportCommandInput;
+ output: StopContinuousExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/StopDataCollectionByAgentIdsCommand.ts b/clients/client-application-discovery-service/src/commands/StopDataCollectionByAgentIdsCommand.ts
index ef1eed76b117..95b301a2f042 100644
--- a/clients/client-application-discovery-service/src/commands/StopDataCollectionByAgentIdsCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/StopDataCollectionByAgentIdsCommand.ts
@@ -111,4 +111,16 @@ export class StopDataCollectionByAgentIdsCommand extends $Command
.f(void 0, void 0)
.ser(se_StopDataCollectionByAgentIdsCommand)
.de(de_StopDataCollectionByAgentIdsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopDataCollectionByAgentIdsRequest;
+ output: StopDataCollectionByAgentIdsResponse;
+ };
+ sdk: {
+ input: StopDataCollectionByAgentIdsCommandInput;
+ output: StopDataCollectionByAgentIdsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-discovery-service/src/commands/UpdateApplicationCommand.ts b/clients/client-application-discovery-service/src/commands/UpdateApplicationCommand.ts
index 244bb0684a9c..2a4da72cafb8 100644
--- a/clients/client-application-discovery-service/src/commands/UpdateApplicationCommand.ts
+++ b/clients/client-application-discovery-service/src/commands/UpdateApplicationCommand.ts
@@ -98,4 +98,16 @@ export class UpdateApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateApplicationCommand)
.de(de_UpdateApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApplicationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateApplicationCommandInput;
+ output: UpdateApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/package.json b/clients/client-application-insights/package.json
index 08ce2e7af2f8..82e606b48f6c 100644
--- a/clients/client-application-insights/package.json
+++ b/clients/client-application-insights/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-application-insights/src/commands/AddWorkloadCommand.ts b/clients/client-application-insights/src/commands/AddWorkloadCommand.ts
index ff9b0e937152..285d206f83e5 100644
--- a/clients/client-application-insights/src/commands/AddWorkloadCommand.ts
+++ b/clients/client-application-insights/src/commands/AddWorkloadCommand.ts
@@ -104,4 +104,16 @@ export class AddWorkloadCommand extends $Command
.f(void 0, void 0)
.ser(se_AddWorkloadCommand)
.de(de_AddWorkloadCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddWorkloadRequest;
+ output: AddWorkloadResponse;
+ };
+ sdk: {
+ input: AddWorkloadCommandInput;
+ output: AddWorkloadCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/CreateApplicationCommand.ts b/clients/client-application-insights/src/commands/CreateApplicationCommand.ts
index ba3e58ffe3a5..11d64d9ef205 100644
--- a/clients/client-application-insights/src/commands/CreateApplicationCommand.ts
+++ b/clients/client-application-insights/src/commands/CreateApplicationCommand.ts
@@ -123,4 +123,16 @@ export class CreateApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateApplicationCommand)
.de(de_CreateApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateApplicationRequest;
+ output: CreateApplicationResponse;
+ };
+ sdk: {
+ input: CreateApplicationCommandInput;
+ output: CreateApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/CreateComponentCommand.ts b/clients/client-application-insights/src/commands/CreateComponentCommand.ts
index a6988c8acfb6..59060552a868 100644
--- a/clients/client-application-insights/src/commands/CreateComponentCommand.ts
+++ b/clients/client-application-insights/src/commands/CreateComponentCommand.ts
@@ -95,4 +95,16 @@ export class CreateComponentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateComponentCommand)
.de(de_CreateComponentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateComponentRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateComponentCommandInput;
+ output: CreateComponentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/CreateLogPatternCommand.ts b/clients/client-application-insights/src/commands/CreateLogPatternCommand.ts
index 2405a7ed495a..3637a85174a1 100644
--- a/clients/client-application-insights/src/commands/CreateLogPatternCommand.ts
+++ b/clients/client-application-insights/src/commands/CreateLogPatternCommand.ts
@@ -103,4 +103,16 @@ export class CreateLogPatternCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLogPatternCommand)
.de(de_CreateLogPatternCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLogPatternRequest;
+ output: CreateLogPatternResponse;
+ };
+ sdk: {
+ input: CreateLogPatternCommandInput;
+ output: CreateLogPatternCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/DeleteApplicationCommand.ts b/clients/client-application-insights/src/commands/DeleteApplicationCommand.ts
index 796382921766..16417d5f4fdc 100644
--- a/clients/client-application-insights/src/commands/DeleteApplicationCommand.ts
+++ b/clients/client-application-insights/src/commands/DeleteApplicationCommand.ts
@@ -92,4 +92,16 @@ export class DeleteApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApplicationCommand)
.de(de_DeleteApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApplicationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApplicationCommandInput;
+ output: DeleteApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/DeleteComponentCommand.ts b/clients/client-application-insights/src/commands/DeleteComponentCommand.ts
index 5e507f3cf843..48f2a5ade01d 100644
--- a/clients/client-application-insights/src/commands/DeleteComponentCommand.ts
+++ b/clients/client-application-insights/src/commands/DeleteComponentCommand.ts
@@ -91,4 +91,16 @@ export class DeleteComponentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteComponentCommand)
.de(de_DeleteComponentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteComponentRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteComponentCommandInput;
+ output: DeleteComponentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/DeleteLogPatternCommand.ts b/clients/client-application-insights/src/commands/DeleteLogPatternCommand.ts
index 04fd347364fc..19e922d05a86 100644
--- a/clients/client-application-insights/src/commands/DeleteLogPatternCommand.ts
+++ b/clients/client-application-insights/src/commands/DeleteLogPatternCommand.ts
@@ -93,4 +93,16 @@ export class DeleteLogPatternCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLogPatternCommand)
.de(de_DeleteLogPatternCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLogPatternRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLogPatternCommandInput;
+ output: DeleteLogPatternCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/DescribeApplicationCommand.ts b/clients/client-application-insights/src/commands/DescribeApplicationCommand.ts
index 6ca2c709d777..ac19dd8baecb 100644
--- a/clients/client-application-insights/src/commands/DescribeApplicationCommand.ts
+++ b/clients/client-application-insights/src/commands/DescribeApplicationCommand.ts
@@ -102,4 +102,16 @@ export class DescribeApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeApplicationCommand)
.de(de_DescribeApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeApplicationRequest;
+ output: DescribeApplicationResponse;
+ };
+ sdk: {
+ input: DescribeApplicationCommandInput;
+ output: DescribeApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/DescribeComponentCommand.ts b/clients/client-application-insights/src/commands/DescribeComponentCommand.ts
index a901beb562a4..2447eeac6246 100644
--- a/clients/client-application-insights/src/commands/DescribeComponentCommand.ts
+++ b/clients/client-application-insights/src/commands/DescribeComponentCommand.ts
@@ -108,4 +108,16 @@ export class DescribeComponentCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeComponentCommand)
.de(de_DescribeComponentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeComponentRequest;
+ output: DescribeComponentResponse;
+ };
+ sdk: {
+ input: DescribeComponentCommandInput;
+ output: DescribeComponentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/DescribeComponentConfigurationCommand.ts b/clients/client-application-insights/src/commands/DescribeComponentConfigurationCommand.ts
index 7ee6cf10119d..34c2a9b26fa9 100644
--- a/clients/client-application-insights/src/commands/DescribeComponentConfigurationCommand.ts
+++ b/clients/client-application-insights/src/commands/DescribeComponentConfigurationCommand.ts
@@ -99,4 +99,16 @@ export class DescribeComponentConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeComponentConfigurationCommand)
.de(de_DescribeComponentConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeComponentConfigurationRequest;
+ output: DescribeComponentConfigurationResponse;
+ };
+ sdk: {
+ input: DescribeComponentConfigurationCommandInput;
+ output: DescribeComponentConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/DescribeComponentConfigurationRecommendationCommand.ts b/clients/client-application-insights/src/commands/DescribeComponentConfigurationRecommendationCommand.ts
index 6f751d8cfde2..a5cc79a9034c 100644
--- a/clients/client-application-insights/src/commands/DescribeComponentConfigurationRecommendationCommand.ts
+++ b/clients/client-application-insights/src/commands/DescribeComponentConfigurationRecommendationCommand.ts
@@ -103,4 +103,16 @@ export class DescribeComponentConfigurationRecommendationCommand extends $Comman
.f(void 0, void 0)
.ser(se_DescribeComponentConfigurationRecommendationCommand)
.de(de_DescribeComponentConfigurationRecommendationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeComponentConfigurationRecommendationRequest;
+ output: DescribeComponentConfigurationRecommendationResponse;
+ };
+ sdk: {
+ input: DescribeComponentConfigurationRecommendationCommandInput;
+ output: DescribeComponentConfigurationRecommendationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/DescribeLogPatternCommand.ts b/clients/client-application-insights/src/commands/DescribeLogPatternCommand.ts
index 6e9d0007d88e..eef0a462a571 100644
--- a/clients/client-application-insights/src/commands/DescribeLogPatternCommand.ts
+++ b/clients/client-application-insights/src/commands/DescribeLogPatternCommand.ts
@@ -100,4 +100,16 @@ export class DescribeLogPatternCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLogPatternCommand)
.de(de_DescribeLogPatternCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLogPatternRequest;
+ output: DescribeLogPatternResponse;
+ };
+ sdk: {
+ input: DescribeLogPatternCommandInput;
+ output: DescribeLogPatternCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/DescribeObservationCommand.ts b/clients/client-application-insights/src/commands/DescribeObservationCommand.ts
index fc1b2d8d639e..dcc83eef9933 100644
--- a/clients/client-application-insights/src/commands/DescribeObservationCommand.ts
+++ b/clients/client-application-insights/src/commands/DescribeObservationCommand.ts
@@ -137,4 +137,16 @@ export class DescribeObservationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeObservationCommand)
.de(de_DescribeObservationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeObservationRequest;
+ output: DescribeObservationResponse;
+ };
+ sdk: {
+ input: DescribeObservationCommandInput;
+ output: DescribeObservationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/DescribeProblemCommand.ts b/clients/client-application-insights/src/commands/DescribeProblemCommand.ts
index 7c50d26a7542..b9f76704968b 100644
--- a/clients/client-application-insights/src/commands/DescribeProblemCommand.ts
+++ b/clients/client-application-insights/src/commands/DescribeProblemCommand.ts
@@ -109,4 +109,16 @@ export class DescribeProblemCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeProblemCommand)
.de(de_DescribeProblemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeProblemRequest;
+ output: DescribeProblemResponse;
+ };
+ sdk: {
+ input: DescribeProblemCommandInput;
+ output: DescribeProblemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/DescribeProblemObservationsCommand.ts b/clients/client-application-insights/src/commands/DescribeProblemObservationsCommand.ts
index 0c47b9c93319..1c57562de131 100644
--- a/clients/client-application-insights/src/commands/DescribeProblemObservationsCommand.ts
+++ b/clients/client-application-insights/src/commands/DescribeProblemObservationsCommand.ts
@@ -143,4 +143,16 @@ export class DescribeProblemObservationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeProblemObservationsCommand)
.de(de_DescribeProblemObservationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeProblemObservationsRequest;
+ output: DescribeProblemObservationsResponse;
+ };
+ sdk: {
+ input: DescribeProblemObservationsCommandInput;
+ output: DescribeProblemObservationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/DescribeWorkloadCommand.ts b/clients/client-application-insights/src/commands/DescribeWorkloadCommand.ts
index d515b882750b..c9b9c11cdaab 100644
--- a/clients/client-application-insights/src/commands/DescribeWorkloadCommand.ts
+++ b/clients/client-application-insights/src/commands/DescribeWorkloadCommand.ts
@@ -99,4 +99,16 @@ export class DescribeWorkloadCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeWorkloadCommand)
.de(de_DescribeWorkloadCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeWorkloadRequest;
+ output: DescribeWorkloadResponse;
+ };
+ sdk: {
+ input: DescribeWorkloadCommandInput;
+ output: DescribeWorkloadCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/ListApplicationsCommand.ts b/clients/client-application-insights/src/commands/ListApplicationsCommand.ts
index efc10f4c25c3..e7a95dc108e0 100644
--- a/clients/client-application-insights/src/commands/ListApplicationsCommand.ts
+++ b/clients/client-application-insights/src/commands/ListApplicationsCommand.ts
@@ -103,4 +103,16 @@ export class ListApplicationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListApplicationsCommand)
.de(de_ListApplicationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListApplicationsRequest;
+ output: ListApplicationsResponse;
+ };
+ sdk: {
+ input: ListApplicationsCommandInput;
+ output: ListApplicationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/ListComponentsCommand.ts b/clients/client-application-insights/src/commands/ListComponentsCommand.ts
index 2fd3637ec00b..986b4e2993c9 100644
--- a/clients/client-application-insights/src/commands/ListComponentsCommand.ts
+++ b/clients/client-application-insights/src/commands/ListComponentsCommand.ts
@@ -108,4 +108,16 @@ export class ListComponentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListComponentsCommand)
.de(de_ListComponentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListComponentsRequest;
+ output: ListComponentsResponse;
+ };
+ sdk: {
+ input: ListComponentsCommandInput;
+ output: ListComponentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/ListConfigurationHistoryCommand.ts b/clients/client-application-insights/src/commands/ListConfigurationHistoryCommand.ts
index 92502f30b730..9202dba579b8 100644
--- a/clients/client-application-insights/src/commands/ListConfigurationHistoryCommand.ts
+++ b/clients/client-application-insights/src/commands/ListConfigurationHistoryCommand.ts
@@ -121,4 +121,16 @@ export class ListConfigurationHistoryCommand extends $Command
.f(void 0, void 0)
.ser(se_ListConfigurationHistoryCommand)
.de(de_ListConfigurationHistoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListConfigurationHistoryRequest;
+ output: ListConfigurationHistoryResponse;
+ };
+ sdk: {
+ input: ListConfigurationHistoryCommandInput;
+ output: ListConfigurationHistoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/ListLogPatternSetsCommand.ts b/clients/client-application-insights/src/commands/ListLogPatternSetsCommand.ts
index b79045d34854..da497ab83d1b 100644
--- a/clients/client-application-insights/src/commands/ListLogPatternSetsCommand.ts
+++ b/clients/client-application-insights/src/commands/ListLogPatternSetsCommand.ts
@@ -98,4 +98,16 @@ export class ListLogPatternSetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLogPatternSetsCommand)
.de(de_ListLogPatternSetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLogPatternSetsRequest;
+ output: ListLogPatternSetsResponse;
+ };
+ sdk: {
+ input: ListLogPatternSetsCommandInput;
+ output: ListLogPatternSetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/ListLogPatternsCommand.ts b/clients/client-application-insights/src/commands/ListLogPatternsCommand.ts
index b89cc883671a..510c4a1e9bd2 100644
--- a/clients/client-application-insights/src/commands/ListLogPatternsCommand.ts
+++ b/clients/client-application-insights/src/commands/ListLogPatternsCommand.ts
@@ -104,4 +104,16 @@ export class ListLogPatternsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLogPatternsCommand)
.de(de_ListLogPatternsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLogPatternsRequest;
+ output: ListLogPatternsResponse;
+ };
+ sdk: {
+ input: ListLogPatternsCommandInput;
+ output: ListLogPatternsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/ListProblemsCommand.ts b/clients/client-application-insights/src/commands/ListProblemsCommand.ts
index 9c16536ef7c9..8f77ba4008bd 100644
--- a/clients/client-application-insights/src/commands/ListProblemsCommand.ts
+++ b/clients/client-application-insights/src/commands/ListProblemsCommand.ts
@@ -120,4 +120,16 @@ export class ListProblemsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProblemsCommand)
.de(de_ListProblemsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProblemsRequest;
+ output: ListProblemsResponse;
+ };
+ sdk: {
+ input: ListProblemsCommandInput;
+ output: ListProblemsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/ListTagsForResourceCommand.ts b/clients/client-application-insights/src/commands/ListTagsForResourceCommand.ts
index 0e95ae0a0da3..2720ef24e1b8 100644
--- a/clients/client-application-insights/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-application-insights/src/commands/ListTagsForResourceCommand.ts
@@ -97,4 +97,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/ListWorkloadsCommand.ts b/clients/client-application-insights/src/commands/ListWorkloadsCommand.ts
index 85110e85c98e..108711ad445d 100644
--- a/clients/client-application-insights/src/commands/ListWorkloadsCommand.ts
+++ b/clients/client-application-insights/src/commands/ListWorkloadsCommand.ts
@@ -103,4 +103,16 @@ export class ListWorkloadsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWorkloadsCommand)
.de(de_ListWorkloadsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWorkloadsRequest;
+ output: ListWorkloadsResponse;
+ };
+ sdk: {
+ input: ListWorkloadsCommandInput;
+ output: ListWorkloadsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/RemoveWorkloadCommand.ts b/clients/client-application-insights/src/commands/RemoveWorkloadCommand.ts
index 99f8eb749777..134dd2ea5a77 100644
--- a/clients/client-application-insights/src/commands/RemoveWorkloadCommand.ts
+++ b/clients/client-application-insights/src/commands/RemoveWorkloadCommand.ts
@@ -90,4 +90,16 @@ export class RemoveWorkloadCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveWorkloadCommand)
.de(de_RemoveWorkloadCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveWorkloadRequest;
+ output: {};
+ };
+ sdk: {
+ input: RemoveWorkloadCommandInput;
+ output: RemoveWorkloadCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/TagResourceCommand.ts b/clients/client-application-insights/src/commands/TagResourceCommand.ts
index 9af70ac7ea6d..a152a14dd8dc 100644
--- a/clients/client-application-insights/src/commands/TagResourceCommand.ts
+++ b/clients/client-application-insights/src/commands/TagResourceCommand.ts
@@ -102,4 +102,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/UntagResourceCommand.ts b/clients/client-application-insights/src/commands/UntagResourceCommand.ts
index eba27d1b070b..2ae4574f3e26 100644
--- a/clients/client-application-insights/src/commands/UntagResourceCommand.ts
+++ b/clients/client-application-insights/src/commands/UntagResourceCommand.ts
@@ -88,4 +88,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/UpdateApplicationCommand.ts b/clients/client-application-insights/src/commands/UpdateApplicationCommand.ts
index 78f00e73eca0..e4e8effed0de 100644
--- a/clients/client-application-insights/src/commands/UpdateApplicationCommand.ts
+++ b/clients/client-application-insights/src/commands/UpdateApplicationCommand.ts
@@ -107,4 +107,16 @@ export class UpdateApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateApplicationCommand)
.de(de_UpdateApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApplicationRequest;
+ output: UpdateApplicationResponse;
+ };
+ sdk: {
+ input: UpdateApplicationCommandInput;
+ output: UpdateApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/UpdateComponentCommand.ts b/clients/client-application-insights/src/commands/UpdateComponentCommand.ts
index 4fea934069e3..b0a60c1b6ba9 100644
--- a/clients/client-application-insights/src/commands/UpdateComponentCommand.ts
+++ b/clients/client-application-insights/src/commands/UpdateComponentCommand.ts
@@ -97,4 +97,16 @@ export class UpdateComponentCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateComponentCommand)
.de(de_UpdateComponentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateComponentRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateComponentCommandInput;
+ output: UpdateComponentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/UpdateComponentConfigurationCommand.ts b/clients/client-application-insights/src/commands/UpdateComponentConfigurationCommand.ts
index 4cd6e7e50cb2..723eb0800df9 100644
--- a/clients/client-application-insights/src/commands/UpdateComponentConfigurationCommand.ts
+++ b/clients/client-application-insights/src/commands/UpdateComponentConfigurationCommand.ts
@@ -103,4 +103,16 @@ export class UpdateComponentConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateComponentConfigurationCommand)
.de(de_UpdateComponentConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateComponentConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateComponentConfigurationCommandInput;
+ output: UpdateComponentConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/UpdateLogPatternCommand.ts b/clients/client-application-insights/src/commands/UpdateLogPatternCommand.ts
index 149abe4d9079..2b569cd963ea 100644
--- a/clients/client-application-insights/src/commands/UpdateLogPatternCommand.ts
+++ b/clients/client-application-insights/src/commands/UpdateLogPatternCommand.ts
@@ -103,4 +103,16 @@ export class UpdateLogPatternCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateLogPatternCommand)
.de(de_UpdateLogPatternCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLogPatternRequest;
+ output: UpdateLogPatternResponse;
+ };
+ sdk: {
+ input: UpdateLogPatternCommandInput;
+ output: UpdateLogPatternCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/UpdateProblemCommand.ts b/clients/client-application-insights/src/commands/UpdateProblemCommand.ts
index fa5bb19145e6..0c0c6c6f6e48 100644
--- a/clients/client-application-insights/src/commands/UpdateProblemCommand.ts
+++ b/clients/client-application-insights/src/commands/UpdateProblemCommand.ts
@@ -91,4 +91,16 @@ export class UpdateProblemCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateProblemCommand)
.de(de_UpdateProblemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateProblemRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateProblemCommandInput;
+ output: UpdateProblemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-insights/src/commands/UpdateWorkloadCommand.ts b/clients/client-application-insights/src/commands/UpdateWorkloadCommand.ts
index 04ba8e69bd3c..97b47a23ba9e 100644
--- a/clients/client-application-insights/src/commands/UpdateWorkloadCommand.ts
+++ b/clients/client-application-insights/src/commands/UpdateWorkloadCommand.ts
@@ -102,4 +102,16 @@ export class UpdateWorkloadCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateWorkloadCommand)
.de(de_UpdateWorkloadCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateWorkloadRequest;
+ output: UpdateWorkloadResponse;
+ };
+ sdk: {
+ input: UpdateWorkloadCommandInput;
+ output: UpdateWorkloadCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-signals/package.json b/clients/client-application-signals/package.json
index b33a4e84583e..be26b3107958 100644
--- a/clients/client-application-signals/package.json
+++ b/clients/client-application-signals/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-application-signals/src/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.ts b/clients/client-application-signals/src/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.ts
index 31d5eb0d1120..f2186197b365 100644
--- a/clients/client-application-signals/src/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.ts
+++ b/clients/client-application-signals/src/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.ts
@@ -269,4 +269,16 @@ export class BatchGetServiceLevelObjectiveBudgetReportCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetServiceLevelObjectiveBudgetReportCommand)
.de(de_BatchGetServiceLevelObjectiveBudgetReportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetServiceLevelObjectiveBudgetReportInput;
+ output: BatchGetServiceLevelObjectiveBudgetReportOutput;
+ };
+ sdk: {
+ input: BatchGetServiceLevelObjectiveBudgetReportCommandInput;
+ output: BatchGetServiceLevelObjectiveBudgetReportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-signals/src/commands/CreateServiceLevelObjectiveCommand.ts b/clients/client-application-signals/src/commands/CreateServiceLevelObjectiveCommand.ts
index b720605063d3..ee59a4e0a8a6 100644
--- a/clients/client-application-signals/src/commands/CreateServiceLevelObjectiveCommand.ts
+++ b/clients/client-application-signals/src/commands/CreateServiceLevelObjectiveCommand.ts
@@ -478,4 +478,16 @@ export class CreateServiceLevelObjectiveCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateServiceLevelObjectiveCommand)
.de(de_CreateServiceLevelObjectiveCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateServiceLevelObjectiveInput;
+ output: CreateServiceLevelObjectiveOutput;
+ };
+ sdk: {
+ input: CreateServiceLevelObjectiveCommandInput;
+ output: CreateServiceLevelObjectiveCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-signals/src/commands/DeleteServiceLevelObjectiveCommand.ts b/clients/client-application-signals/src/commands/DeleteServiceLevelObjectiveCommand.ts
index 1e3c29624144..23f663e22f80 100644
--- a/clients/client-application-signals/src/commands/DeleteServiceLevelObjectiveCommand.ts
+++ b/clients/client-application-signals/src/commands/DeleteServiceLevelObjectiveCommand.ts
@@ -91,4 +91,16 @@ export class DeleteServiceLevelObjectiveCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteServiceLevelObjectiveCommand)
.de(de_DeleteServiceLevelObjectiveCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteServiceLevelObjectiveInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteServiceLevelObjectiveCommandInput;
+ output: DeleteServiceLevelObjectiveCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-signals/src/commands/GetServiceCommand.ts b/clients/client-application-signals/src/commands/GetServiceCommand.ts
index 037a4b5ba62c..d666840a03b9 100644
--- a/clients/client-application-signals/src/commands/GetServiceCommand.ts
+++ b/clients/client-application-signals/src/commands/GetServiceCommand.ts
@@ -125,4 +125,16 @@ export class GetServiceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetServiceCommand)
.de(de_GetServiceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetServiceInput;
+ output: GetServiceOutput;
+ };
+ sdk: {
+ input: GetServiceCommandInput;
+ output: GetServiceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-signals/src/commands/GetServiceLevelObjectiveCommand.ts b/clients/client-application-signals/src/commands/GetServiceLevelObjectiveCommand.ts
index 50d30551213e..962fd3a7ed17 100644
--- a/clients/client-application-signals/src/commands/GetServiceLevelObjectiveCommand.ts
+++ b/clients/client-application-signals/src/commands/GetServiceLevelObjectiveCommand.ts
@@ -236,4 +236,16 @@ export class GetServiceLevelObjectiveCommand extends $Command
.f(void 0, void 0)
.ser(se_GetServiceLevelObjectiveCommand)
.de(de_GetServiceLevelObjectiveCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetServiceLevelObjectiveInput;
+ output: GetServiceLevelObjectiveOutput;
+ };
+ sdk: {
+ input: GetServiceLevelObjectiveCommandInput;
+ output: GetServiceLevelObjectiveCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-signals/src/commands/ListServiceDependenciesCommand.ts b/clients/client-application-signals/src/commands/ListServiceDependenciesCommand.ts
index 6b0f155e82ac..c70062576f0d 100644
--- a/clients/client-application-signals/src/commands/ListServiceDependenciesCommand.ts
+++ b/clients/client-application-signals/src/commands/ListServiceDependenciesCommand.ts
@@ -120,4 +120,16 @@ export class ListServiceDependenciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListServiceDependenciesCommand)
.de(de_ListServiceDependenciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListServiceDependenciesInput;
+ output: ListServiceDependenciesOutput;
+ };
+ sdk: {
+ input: ListServiceDependenciesCommandInput;
+ output: ListServiceDependenciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-signals/src/commands/ListServiceDependentsCommand.ts b/clients/client-application-signals/src/commands/ListServiceDependentsCommand.ts
index 50dfa3ed6793..b40ef35e8df5 100644
--- a/clients/client-application-signals/src/commands/ListServiceDependentsCommand.ts
+++ b/clients/client-application-signals/src/commands/ListServiceDependentsCommand.ts
@@ -118,4 +118,16 @@ export class ListServiceDependentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListServiceDependentsCommand)
.de(de_ListServiceDependentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListServiceDependentsInput;
+ output: ListServiceDependentsOutput;
+ };
+ sdk: {
+ input: ListServiceDependentsCommandInput;
+ output: ListServiceDependentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-signals/src/commands/ListServiceLevelObjectivesCommand.ts b/clients/client-application-signals/src/commands/ListServiceLevelObjectivesCommand.ts
index 14f632119495..b4a9d8b0da3d 100644
--- a/clients/client-application-signals/src/commands/ListServiceLevelObjectivesCommand.ts
+++ b/clients/client-application-signals/src/commands/ListServiceLevelObjectivesCommand.ts
@@ -103,4 +103,16 @@ export class ListServiceLevelObjectivesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListServiceLevelObjectivesCommand)
.de(de_ListServiceLevelObjectivesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListServiceLevelObjectivesInput;
+ output: ListServiceLevelObjectivesOutput;
+ };
+ sdk: {
+ input: ListServiceLevelObjectivesCommandInput;
+ output: ListServiceLevelObjectivesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-signals/src/commands/ListServiceOperationsCommand.ts b/clients/client-application-signals/src/commands/ListServiceOperationsCommand.ts
index 9767dc37406e..d25ba75723c5 100644
--- a/clients/client-application-signals/src/commands/ListServiceOperationsCommand.ts
+++ b/clients/client-application-signals/src/commands/ListServiceOperationsCommand.ts
@@ -114,4 +114,16 @@ export class ListServiceOperationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListServiceOperationsCommand)
.de(de_ListServiceOperationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListServiceOperationsInput;
+ output: ListServiceOperationsOutput;
+ };
+ sdk: {
+ input: ListServiceOperationsCommandInput;
+ output: ListServiceOperationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-signals/src/commands/ListServicesCommand.ts b/clients/client-application-signals/src/commands/ListServicesCommand.ts
index 79a685ac418d..03a26d32b871 100644
--- a/clients/client-application-signals/src/commands/ListServicesCommand.ts
+++ b/clients/client-application-signals/src/commands/ListServicesCommand.ts
@@ -119,4 +119,16 @@ export class ListServicesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListServicesCommand)
.de(de_ListServicesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListServicesInput;
+ output: ListServicesOutput;
+ };
+ sdk: {
+ input: ListServicesCommandInput;
+ output: ListServicesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-signals/src/commands/ListTagsForResourceCommand.ts b/clients/client-application-signals/src/commands/ListTagsForResourceCommand.ts
index 8170eb958fab..1ae5da687f05 100644
--- a/clients/client-application-signals/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-application-signals/src/commands/ListTagsForResourceCommand.ts
@@ -92,4 +92,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-signals/src/commands/StartDiscoveryCommand.ts b/clients/client-application-signals/src/commands/StartDiscoveryCommand.ts
index ce313e42d65f..905f125fac0b 100644
--- a/clients/client-application-signals/src/commands/StartDiscoveryCommand.ts
+++ b/clients/client-application-signals/src/commands/StartDiscoveryCommand.ts
@@ -129,4 +129,16 @@ export class StartDiscoveryCommand extends $Command
.f(void 0, void 0)
.ser(se_StartDiscoveryCommand)
.de(de_StartDiscoveryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: {};
+ };
+ sdk: {
+ input: StartDiscoveryCommandInput;
+ output: StartDiscoveryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-signals/src/commands/TagResourceCommand.ts b/clients/client-application-signals/src/commands/TagResourceCommand.ts
index a32171c39e74..f0b62fe5a3aa 100644
--- a/clients/client-application-signals/src/commands/TagResourceCommand.ts
+++ b/clients/client-application-signals/src/commands/TagResourceCommand.ts
@@ -103,4 +103,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-signals/src/commands/UntagResourceCommand.ts b/clients/client-application-signals/src/commands/UntagResourceCommand.ts
index bcc1b7e245d8..c943076e205d 100644
--- a/clients/client-application-signals/src/commands/UntagResourceCommand.ts
+++ b/clients/client-application-signals/src/commands/UntagResourceCommand.ts
@@ -88,4 +88,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-application-signals/src/commands/UpdateServiceLevelObjectiveCommand.ts b/clients/client-application-signals/src/commands/UpdateServiceLevelObjectiveCommand.ts
index 8f0f3d6e951e..d2b37ea58e4b 100644
--- a/clients/client-application-signals/src/commands/UpdateServiceLevelObjectiveCommand.ts
+++ b/clients/client-application-signals/src/commands/UpdateServiceLevelObjectiveCommand.ts
@@ -384,4 +384,16 @@ export class UpdateServiceLevelObjectiveCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateServiceLevelObjectiveCommand)
.de(de_UpdateServiceLevelObjectiveCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateServiceLevelObjectiveInput;
+ output: UpdateServiceLevelObjectiveOutput;
+ };
+ sdk: {
+ input: UpdateServiceLevelObjectiveCommandInput;
+ output: UpdateServiceLevelObjectiveCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-applicationcostprofiler/package.json b/clients/client-applicationcostprofiler/package.json
index ca0c48107778..7a494453712b 100644
--- a/clients/client-applicationcostprofiler/package.json
+++ b/clients/client-applicationcostprofiler/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-applicationcostprofiler/src/commands/DeleteReportDefinitionCommand.ts b/clients/client-applicationcostprofiler/src/commands/DeleteReportDefinitionCommand.ts
index 93e50e1b0bea..db617ce8e29a 100644
--- a/clients/client-applicationcostprofiler/src/commands/DeleteReportDefinitionCommand.ts
+++ b/clients/client-applicationcostprofiler/src/commands/DeleteReportDefinitionCommand.ts
@@ -94,4 +94,16 @@ export class DeleteReportDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteReportDefinitionCommand)
.de(de_DeleteReportDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteReportDefinitionRequest;
+ output: DeleteReportDefinitionResult;
+ };
+ sdk: {
+ input: DeleteReportDefinitionCommandInput;
+ output: DeleteReportDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-applicationcostprofiler/src/commands/GetReportDefinitionCommand.ts b/clients/client-applicationcostprofiler/src/commands/GetReportDefinitionCommand.ts
index a681c8c7da2f..64b91444441c 100644
--- a/clients/client-applicationcostprofiler/src/commands/GetReportDefinitionCommand.ts
+++ b/clients/client-applicationcostprofiler/src/commands/GetReportDefinitionCommand.ts
@@ -102,4 +102,16 @@ export class GetReportDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetReportDefinitionCommand)
.de(de_GetReportDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetReportDefinitionRequest;
+ output: GetReportDefinitionResult;
+ };
+ sdk: {
+ input: GetReportDefinitionCommandInput;
+ output: GetReportDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-applicationcostprofiler/src/commands/ImportApplicationUsageCommand.ts b/clients/client-applicationcostprofiler/src/commands/ImportApplicationUsageCommand.ts
index 4d3e06d5feac..0883e88ff76d 100644
--- a/clients/client-applicationcostprofiler/src/commands/ImportApplicationUsageCommand.ts
+++ b/clients/client-applicationcostprofiler/src/commands/ImportApplicationUsageCommand.ts
@@ -100,4 +100,16 @@ export class ImportApplicationUsageCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportApplicationUsageCommand)
.de(de_ImportApplicationUsageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportApplicationUsageRequest;
+ output: ImportApplicationUsageResult;
+ };
+ sdk: {
+ input: ImportApplicationUsageCommandInput;
+ output: ImportApplicationUsageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-applicationcostprofiler/src/commands/ListReportDefinitionsCommand.ts b/clients/client-applicationcostprofiler/src/commands/ListReportDefinitionsCommand.ts
index 04be33e4fdac..d6dfbcc417ed 100644
--- a/clients/client-applicationcostprofiler/src/commands/ListReportDefinitionsCommand.ts
+++ b/clients/client-applicationcostprofiler/src/commands/ListReportDefinitionsCommand.ts
@@ -109,4 +109,16 @@ export class ListReportDefinitionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListReportDefinitionsCommand)
.de(de_ListReportDefinitionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListReportDefinitionsRequest;
+ output: ListReportDefinitionsResult;
+ };
+ sdk: {
+ input: ListReportDefinitionsCommandInput;
+ output: ListReportDefinitionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-applicationcostprofiler/src/commands/PutReportDefinitionCommand.ts b/clients/client-applicationcostprofiler/src/commands/PutReportDefinitionCommand.ts
index 7089a13e229c..8e0e87414822 100644
--- a/clients/client-applicationcostprofiler/src/commands/PutReportDefinitionCommand.ts
+++ b/clients/client-applicationcostprofiler/src/commands/PutReportDefinitionCommand.ts
@@ -103,4 +103,16 @@ export class PutReportDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_PutReportDefinitionCommand)
.de(de_PutReportDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutReportDefinitionRequest;
+ output: PutReportDefinitionResult;
+ };
+ sdk: {
+ input: PutReportDefinitionCommandInput;
+ output: PutReportDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-applicationcostprofiler/src/commands/UpdateReportDefinitionCommand.ts b/clients/client-applicationcostprofiler/src/commands/UpdateReportDefinitionCommand.ts
index 5cfec2860cbc..0eea7835e6b0 100644
--- a/clients/client-applicationcostprofiler/src/commands/UpdateReportDefinitionCommand.ts
+++ b/clients/client-applicationcostprofiler/src/commands/UpdateReportDefinitionCommand.ts
@@ -100,4 +100,16 @@ export class UpdateReportDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateReportDefinitionCommand)
.de(de_UpdateReportDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateReportDefinitionRequest;
+ output: UpdateReportDefinitionResult;
+ };
+ sdk: {
+ input: UpdateReportDefinitionCommandInput;
+ output: UpdateReportDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/package.json b/clients/client-apprunner/package.json
index 77c7cbbf33c9..e1a2a615d3bf 100644
--- a/clients/client-apprunner/package.json
+++ b/clients/client-apprunner/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-apprunner/src/commands/AssociateCustomDomainCommand.ts b/clients/client-apprunner/src/commands/AssociateCustomDomainCommand.ts
index 5c9a7ec37816..1c8d3e1c554d 100644
--- a/clients/client-apprunner/src/commands/AssociateCustomDomainCommand.ts
+++ b/clients/client-apprunner/src/commands/AssociateCustomDomainCommand.ts
@@ -113,4 +113,16 @@ export class AssociateCustomDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateCustomDomainCommand)
.de(de_AssociateCustomDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateCustomDomainRequest;
+ output: AssociateCustomDomainResponse;
+ };
+ sdk: {
+ input: AssociateCustomDomainCommandInput;
+ output: AssociateCustomDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/CreateAutoScalingConfigurationCommand.ts b/clients/client-apprunner/src/commands/CreateAutoScalingConfigurationCommand.ts
index 0dc7faad1a41..f8d0b86db68c 100644
--- a/clients/client-apprunner/src/commands/CreateAutoScalingConfigurationCommand.ts
+++ b/clients/client-apprunner/src/commands/CreateAutoScalingConfigurationCommand.ts
@@ -123,4 +123,16 @@ export class CreateAutoScalingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAutoScalingConfigurationCommand)
.de(de_CreateAutoScalingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAutoScalingConfigurationRequest;
+ output: CreateAutoScalingConfigurationResponse;
+ };
+ sdk: {
+ input: CreateAutoScalingConfigurationCommandInput;
+ output: CreateAutoScalingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/CreateConnectionCommand.ts b/clients/client-apprunner/src/commands/CreateConnectionCommand.ts
index 4d2cb2e61b8e..1734b5cda437 100644
--- a/clients/client-apprunner/src/commands/CreateConnectionCommand.ts
+++ b/clients/client-apprunner/src/commands/CreateConnectionCommand.ts
@@ -105,4 +105,16 @@ export class CreateConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateConnectionCommand)
.de(de_CreateConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateConnectionRequest;
+ output: CreateConnectionResponse;
+ };
+ sdk: {
+ input: CreateConnectionCommandInput;
+ output: CreateConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/CreateObservabilityConfigurationCommand.ts b/clients/client-apprunner/src/commands/CreateObservabilityConfigurationCommand.ts
index 192c4fed477e..1eb2201e6913 100644
--- a/clients/client-apprunner/src/commands/CreateObservabilityConfigurationCommand.ts
+++ b/clients/client-apprunner/src/commands/CreateObservabilityConfigurationCommand.ts
@@ -121,4 +121,16 @@ export class CreateObservabilityConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateObservabilityConfigurationCommand)
.de(de_CreateObservabilityConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateObservabilityConfigurationRequest;
+ output: CreateObservabilityConfigurationResponse;
+ };
+ sdk: {
+ input: CreateObservabilityConfigurationCommandInput;
+ output: CreateObservabilityConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/CreateServiceCommand.ts b/clients/client-apprunner/src/commands/CreateServiceCommand.ts
index 263a2ead88b0..8d344f34fb55 100644
--- a/clients/client-apprunner/src/commands/CreateServiceCommand.ts
+++ b/clients/client-apprunner/src/commands/CreateServiceCommand.ts
@@ -268,4 +268,16 @@ export class CreateServiceCommand extends $Command
.f(CreateServiceRequestFilterSensitiveLog, CreateServiceResponseFilterSensitiveLog)
.ser(se_CreateServiceCommand)
.de(de_CreateServiceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateServiceRequest;
+ output: CreateServiceResponse;
+ };
+ sdk: {
+ input: CreateServiceCommandInput;
+ output: CreateServiceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/CreateVpcConnectorCommand.ts b/clients/client-apprunner/src/commands/CreateVpcConnectorCommand.ts
index b13008e9f9b8..90e0b1177d3d 100644
--- a/clients/client-apprunner/src/commands/CreateVpcConnectorCommand.ts
+++ b/clients/client-apprunner/src/commands/CreateVpcConnectorCommand.ts
@@ -114,4 +114,16 @@ export class CreateVpcConnectorCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVpcConnectorCommand)
.de(de_CreateVpcConnectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVpcConnectorRequest;
+ output: CreateVpcConnectorResponse;
+ };
+ sdk: {
+ input: CreateVpcConnectorCommandInput;
+ output: CreateVpcConnectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/CreateVpcIngressConnectionCommand.ts b/clients/client-apprunner/src/commands/CreateVpcIngressConnectionCommand.ts
index cca452bdf2ba..e362679c0443 100644
--- a/clients/client-apprunner/src/commands/CreateVpcIngressConnectionCommand.ts
+++ b/clients/client-apprunner/src/commands/CreateVpcIngressConnectionCommand.ts
@@ -115,4 +115,16 @@ export class CreateVpcIngressConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVpcIngressConnectionCommand)
.de(de_CreateVpcIngressConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVpcIngressConnectionRequest;
+ output: CreateVpcIngressConnectionResponse;
+ };
+ sdk: {
+ input: CreateVpcIngressConnectionCommandInput;
+ output: CreateVpcIngressConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/DeleteAutoScalingConfigurationCommand.ts b/clients/client-apprunner/src/commands/DeleteAutoScalingConfigurationCommand.ts
index 06f38d4e090f..73c9767f109c 100644
--- a/clients/client-apprunner/src/commands/DeleteAutoScalingConfigurationCommand.ts
+++ b/clients/client-apprunner/src/commands/DeleteAutoScalingConfigurationCommand.ts
@@ -107,4 +107,16 @@ export class DeleteAutoScalingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAutoScalingConfigurationCommand)
.de(de_DeleteAutoScalingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAutoScalingConfigurationRequest;
+ output: DeleteAutoScalingConfigurationResponse;
+ };
+ sdk: {
+ input: DeleteAutoScalingConfigurationCommandInput;
+ output: DeleteAutoScalingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/DeleteConnectionCommand.ts b/clients/client-apprunner/src/commands/DeleteConnectionCommand.ts
index 8122127d03d1..1d219b16ab14 100644
--- a/clients/client-apprunner/src/commands/DeleteConnectionCommand.ts
+++ b/clients/client-apprunner/src/commands/DeleteConnectionCommand.ts
@@ -93,4 +93,16 @@ export class DeleteConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConnectionCommand)
.de(de_DeleteConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConnectionRequest;
+ output: DeleteConnectionResponse;
+ };
+ sdk: {
+ input: DeleteConnectionCommandInput;
+ output: DeleteConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/DeleteObservabilityConfigurationCommand.ts b/clients/client-apprunner/src/commands/DeleteObservabilityConfigurationCommand.ts
index 2b213dd79bf4..0e2ceca8063e 100644
--- a/clients/client-apprunner/src/commands/DeleteObservabilityConfigurationCommand.ts
+++ b/clients/client-apprunner/src/commands/DeleteObservabilityConfigurationCommand.ts
@@ -103,4 +103,16 @@ export class DeleteObservabilityConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteObservabilityConfigurationCommand)
.de(de_DeleteObservabilityConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteObservabilityConfigurationRequest;
+ output: DeleteObservabilityConfigurationResponse;
+ };
+ sdk: {
+ input: DeleteObservabilityConfigurationCommandInput;
+ output: DeleteObservabilityConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/DeleteServiceCommand.ts b/clients/client-apprunner/src/commands/DeleteServiceCommand.ts
index 4f4db42ab45d..3d9731d5298e 100644
--- a/clients/client-apprunner/src/commands/DeleteServiceCommand.ts
+++ b/clients/client-apprunner/src/commands/DeleteServiceCommand.ts
@@ -192,4 +192,16 @@ export class DeleteServiceCommand extends $Command
.f(void 0, DeleteServiceResponseFilterSensitiveLog)
.ser(se_DeleteServiceCommand)
.de(de_DeleteServiceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteServiceRequest;
+ output: DeleteServiceResponse;
+ };
+ sdk: {
+ input: DeleteServiceCommandInput;
+ output: DeleteServiceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/DeleteVpcConnectorCommand.ts b/clients/client-apprunner/src/commands/DeleteVpcConnectorCommand.ts
index 343de2a4de76..c205140dc732 100644
--- a/clients/client-apprunner/src/commands/DeleteVpcConnectorCommand.ts
+++ b/clients/client-apprunner/src/commands/DeleteVpcConnectorCommand.ts
@@ -100,4 +100,16 @@ export class DeleteVpcConnectorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVpcConnectorCommand)
.de(de_DeleteVpcConnectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVpcConnectorRequest;
+ output: DeleteVpcConnectorResponse;
+ };
+ sdk: {
+ input: DeleteVpcConnectorCommandInput;
+ output: DeleteVpcConnectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/DeleteVpcIngressConnectionCommand.ts b/clients/client-apprunner/src/commands/DeleteVpcIngressConnectionCommand.ts
index ce1ec835fa7b..cd3394a40cc8 100644
--- a/clients/client-apprunner/src/commands/DeleteVpcIngressConnectionCommand.ts
+++ b/clients/client-apprunner/src/commands/DeleteVpcIngressConnectionCommand.ts
@@ -125,4 +125,16 @@ export class DeleteVpcIngressConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVpcIngressConnectionCommand)
.de(de_DeleteVpcIngressConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVpcIngressConnectionRequest;
+ output: DeleteVpcIngressConnectionResponse;
+ };
+ sdk: {
+ input: DeleteVpcIngressConnectionCommandInput;
+ output: DeleteVpcIngressConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/DescribeAutoScalingConfigurationCommand.ts b/clients/client-apprunner/src/commands/DescribeAutoScalingConfigurationCommand.ts
index 956f5e2531f4..592d5a5619e0 100644
--- a/clients/client-apprunner/src/commands/DescribeAutoScalingConfigurationCommand.ts
+++ b/clients/client-apprunner/src/commands/DescribeAutoScalingConfigurationCommand.ts
@@ -104,4 +104,16 @@ export class DescribeAutoScalingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAutoScalingConfigurationCommand)
.de(de_DescribeAutoScalingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAutoScalingConfigurationRequest;
+ output: DescribeAutoScalingConfigurationResponse;
+ };
+ sdk: {
+ input: DescribeAutoScalingConfigurationCommandInput;
+ output: DescribeAutoScalingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/DescribeCustomDomainsCommand.ts b/clients/client-apprunner/src/commands/DescribeCustomDomainsCommand.ts
index 11bc5365da74..1c9fe63956c8 100644
--- a/clients/client-apprunner/src/commands/DescribeCustomDomainsCommand.ts
+++ b/clients/client-apprunner/src/commands/DescribeCustomDomainsCommand.ts
@@ -112,4 +112,16 @@ export class DescribeCustomDomainsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCustomDomainsCommand)
.de(de_DescribeCustomDomainsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCustomDomainsRequest;
+ output: DescribeCustomDomainsResponse;
+ };
+ sdk: {
+ input: DescribeCustomDomainsCommandInput;
+ output: DescribeCustomDomainsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/DescribeObservabilityConfigurationCommand.ts b/clients/client-apprunner/src/commands/DescribeObservabilityConfigurationCommand.ts
index 29d4348bc4ee..6425b6769b64 100644
--- a/clients/client-apprunner/src/commands/DescribeObservabilityConfigurationCommand.ts
+++ b/clients/client-apprunner/src/commands/DescribeObservabilityConfigurationCommand.ts
@@ -105,4 +105,16 @@ export class DescribeObservabilityConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeObservabilityConfigurationCommand)
.de(de_DescribeObservabilityConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeObservabilityConfigurationRequest;
+ output: DescribeObservabilityConfigurationResponse;
+ };
+ sdk: {
+ input: DescribeObservabilityConfigurationCommandInput;
+ output: DescribeObservabilityConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/DescribeServiceCommand.ts b/clients/client-apprunner/src/commands/DescribeServiceCommand.ts
index 10d7ab175da9..18ac56280c97 100644
--- a/clients/client-apprunner/src/commands/DescribeServiceCommand.ts
+++ b/clients/client-apprunner/src/commands/DescribeServiceCommand.ts
@@ -182,4 +182,16 @@ export class DescribeServiceCommand extends $Command
.f(void 0, DescribeServiceResponseFilterSensitiveLog)
.ser(se_DescribeServiceCommand)
.de(de_DescribeServiceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeServiceRequest;
+ output: DescribeServiceResponse;
+ };
+ sdk: {
+ input: DescribeServiceCommandInput;
+ output: DescribeServiceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/DescribeVpcConnectorCommand.ts b/clients/client-apprunner/src/commands/DescribeVpcConnectorCommand.ts
index 4cdaddb7160d..1645a3343d69 100644
--- a/clients/client-apprunner/src/commands/DescribeVpcConnectorCommand.ts
+++ b/clients/client-apprunner/src/commands/DescribeVpcConnectorCommand.ts
@@ -99,4 +99,16 @@ export class DescribeVpcConnectorCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVpcConnectorCommand)
.de(de_DescribeVpcConnectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVpcConnectorRequest;
+ output: DescribeVpcConnectorResponse;
+ };
+ sdk: {
+ input: DescribeVpcConnectorCommandInput;
+ output: DescribeVpcConnectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/DescribeVpcIngressConnectionCommand.ts b/clients/client-apprunner/src/commands/DescribeVpcIngressConnectionCommand.ts
index de635a3a4649..32d160679e84 100644
--- a/clients/client-apprunner/src/commands/DescribeVpcIngressConnectionCommand.ts
+++ b/clients/client-apprunner/src/commands/DescribeVpcIngressConnectionCommand.ts
@@ -104,4 +104,16 @@ export class DescribeVpcIngressConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVpcIngressConnectionCommand)
.de(de_DescribeVpcIngressConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVpcIngressConnectionRequest;
+ output: DescribeVpcIngressConnectionResponse;
+ };
+ sdk: {
+ input: DescribeVpcIngressConnectionCommandInput;
+ output: DescribeVpcIngressConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/DisassociateCustomDomainCommand.ts b/clients/client-apprunner/src/commands/DisassociateCustomDomainCommand.ts
index 71124fd2c21a..e243dcdc6e56 100644
--- a/clients/client-apprunner/src/commands/DisassociateCustomDomainCommand.ts
+++ b/clients/client-apprunner/src/commands/DisassociateCustomDomainCommand.ts
@@ -114,4 +114,16 @@ export class DisassociateCustomDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateCustomDomainCommand)
.de(de_DisassociateCustomDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateCustomDomainRequest;
+ output: DisassociateCustomDomainResponse;
+ };
+ sdk: {
+ input: DisassociateCustomDomainCommandInput;
+ output: DisassociateCustomDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/ListAutoScalingConfigurationsCommand.ts b/clients/client-apprunner/src/commands/ListAutoScalingConfigurationsCommand.ts
index 0ba10a68dc40..6c355e22f087 100644
--- a/clients/client-apprunner/src/commands/ListAutoScalingConfigurationsCommand.ts
+++ b/clients/client-apprunner/src/commands/ListAutoScalingConfigurationsCommand.ts
@@ -106,4 +106,16 @@ export class ListAutoScalingConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAutoScalingConfigurationsCommand)
.de(de_ListAutoScalingConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAutoScalingConfigurationsRequest;
+ output: ListAutoScalingConfigurationsResponse;
+ };
+ sdk: {
+ input: ListAutoScalingConfigurationsCommandInput;
+ output: ListAutoScalingConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/ListConnectionsCommand.ts b/clients/client-apprunner/src/commands/ListConnectionsCommand.ts
index 7beafffd8c5f..537e26eb1f88 100644
--- a/clients/client-apprunner/src/commands/ListConnectionsCommand.ts
+++ b/clients/client-apprunner/src/commands/ListConnectionsCommand.ts
@@ -94,4 +94,16 @@ export class ListConnectionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListConnectionsCommand)
.de(de_ListConnectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListConnectionsRequest;
+ output: ListConnectionsResponse;
+ };
+ sdk: {
+ input: ListConnectionsCommandInput;
+ output: ListConnectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/ListObservabilityConfigurationsCommand.ts b/clients/client-apprunner/src/commands/ListObservabilityConfigurationsCommand.ts
index dc75cd6e26b9..cfce226f1999 100644
--- a/clients/client-apprunner/src/commands/ListObservabilityConfigurationsCommand.ts
+++ b/clients/client-apprunner/src/commands/ListObservabilityConfigurationsCommand.ts
@@ -102,4 +102,16 @@ export class ListObservabilityConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListObservabilityConfigurationsCommand)
.de(de_ListObservabilityConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListObservabilityConfigurationsRequest;
+ output: ListObservabilityConfigurationsResponse;
+ };
+ sdk: {
+ input: ListObservabilityConfigurationsCommandInput;
+ output: ListObservabilityConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/ListOperationsCommand.ts b/clients/client-apprunner/src/commands/ListOperationsCommand.ts
index 87869517ca3b..b67bb18cc9e4 100644
--- a/clients/client-apprunner/src/commands/ListOperationsCommand.ts
+++ b/clients/client-apprunner/src/commands/ListOperationsCommand.ts
@@ -101,4 +101,16 @@ export class ListOperationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListOperationsCommand)
.de(de_ListOperationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListOperationsRequest;
+ output: ListOperationsResponse;
+ };
+ sdk: {
+ input: ListOperationsCommandInput;
+ output: ListOperationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/ListServicesCommand.ts b/clients/client-apprunner/src/commands/ListServicesCommand.ts
index 9aa8cd3aa4bd..7eb67a5ed07d 100644
--- a/clients/client-apprunner/src/commands/ListServicesCommand.ts
+++ b/clients/client-apprunner/src/commands/ListServicesCommand.ts
@@ -95,4 +95,16 @@ export class ListServicesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListServicesCommand)
.de(de_ListServicesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListServicesRequest;
+ output: ListServicesResponse;
+ };
+ sdk: {
+ input: ListServicesCommandInput;
+ output: ListServicesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/ListServicesForAutoScalingConfigurationCommand.ts b/clients/client-apprunner/src/commands/ListServicesForAutoScalingConfigurationCommand.ts
index efc3ea49d4bd..0b6cd81a31d9 100644
--- a/clients/client-apprunner/src/commands/ListServicesForAutoScalingConfigurationCommand.ts
+++ b/clients/client-apprunner/src/commands/ListServicesForAutoScalingConfigurationCommand.ts
@@ -100,4 +100,16 @@ export class ListServicesForAutoScalingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_ListServicesForAutoScalingConfigurationCommand)
.de(de_ListServicesForAutoScalingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListServicesForAutoScalingConfigurationRequest;
+ output: ListServicesForAutoScalingConfigurationResponse;
+ };
+ sdk: {
+ input: ListServicesForAutoScalingConfigurationCommandInput;
+ output: ListServicesForAutoScalingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/ListTagsForResourceCommand.ts b/clients/client-apprunner/src/commands/ListTagsForResourceCommand.ts
index 30cdaba60926..78e2f4ac4cee 100644
--- a/clients/client-apprunner/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-apprunner/src/commands/ListTagsForResourceCommand.ts
@@ -94,4 +94,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/ListVpcConnectorsCommand.ts b/clients/client-apprunner/src/commands/ListVpcConnectorsCommand.ts
index a787b54c9a8e..fb51500888b0 100644
--- a/clients/client-apprunner/src/commands/ListVpcConnectorsCommand.ts
+++ b/clients/client-apprunner/src/commands/ListVpcConnectorsCommand.ts
@@ -100,4 +100,16 @@ export class ListVpcConnectorsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListVpcConnectorsCommand)
.de(de_ListVpcConnectorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVpcConnectorsRequest;
+ output: ListVpcConnectorsResponse;
+ };
+ sdk: {
+ input: ListVpcConnectorsCommandInput;
+ output: ListVpcConnectorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/ListVpcIngressConnectionsCommand.ts b/clients/client-apprunner/src/commands/ListVpcIngressConnectionsCommand.ts
index 7fc53b2b5cea..721cd5ca2a9e 100644
--- a/clients/client-apprunner/src/commands/ListVpcIngressConnectionsCommand.ts
+++ b/clients/client-apprunner/src/commands/ListVpcIngressConnectionsCommand.ts
@@ -94,4 +94,16 @@ export class ListVpcIngressConnectionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListVpcIngressConnectionsCommand)
.de(de_ListVpcIngressConnectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVpcIngressConnectionsRequest;
+ output: ListVpcIngressConnectionsResponse;
+ };
+ sdk: {
+ input: ListVpcIngressConnectionsCommandInput;
+ output: ListVpcIngressConnectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/PauseServiceCommand.ts b/clients/client-apprunner/src/commands/PauseServiceCommand.ts
index 60afa77d8c8a..7e0a2420d4e4 100644
--- a/clients/client-apprunner/src/commands/PauseServiceCommand.ts
+++ b/clients/client-apprunner/src/commands/PauseServiceCommand.ts
@@ -185,4 +185,16 @@ export class PauseServiceCommand extends $Command
.f(void 0, PauseServiceResponseFilterSensitiveLog)
.ser(se_PauseServiceCommand)
.de(de_PauseServiceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PauseServiceRequest;
+ output: PauseServiceResponse;
+ };
+ sdk: {
+ input: PauseServiceCommandInput;
+ output: PauseServiceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/ResumeServiceCommand.ts b/clients/client-apprunner/src/commands/ResumeServiceCommand.ts
index 6f25b43d6bc0..5fa920fa0889 100644
--- a/clients/client-apprunner/src/commands/ResumeServiceCommand.ts
+++ b/clients/client-apprunner/src/commands/ResumeServiceCommand.ts
@@ -188,4 +188,16 @@ export class ResumeServiceCommand extends $Command
.f(void 0, ResumeServiceResponseFilterSensitiveLog)
.ser(se_ResumeServiceCommand)
.de(de_ResumeServiceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResumeServiceRequest;
+ output: ResumeServiceResponse;
+ };
+ sdk: {
+ input: ResumeServiceCommandInput;
+ output: ResumeServiceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/StartDeploymentCommand.ts b/clients/client-apprunner/src/commands/StartDeploymentCommand.ts
index ed996492a606..2f46bfab0084 100644
--- a/clients/client-apprunner/src/commands/StartDeploymentCommand.ts
+++ b/clients/client-apprunner/src/commands/StartDeploymentCommand.ts
@@ -91,4 +91,16 @@ export class StartDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_StartDeploymentCommand)
.de(de_StartDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartDeploymentRequest;
+ output: StartDeploymentResponse;
+ };
+ sdk: {
+ input: StartDeploymentCommandInput;
+ output: StartDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/TagResourceCommand.ts b/clients/client-apprunner/src/commands/TagResourceCommand.ts
index 643eaf356ece..e3e952b59514 100644
--- a/clients/client-apprunner/src/commands/TagResourceCommand.ts
+++ b/clients/client-apprunner/src/commands/TagResourceCommand.ts
@@ -93,4 +93,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/UntagResourceCommand.ts b/clients/client-apprunner/src/commands/UntagResourceCommand.ts
index 9825da0f1132..60e6d4feec1c 100644
--- a/clients/client-apprunner/src/commands/UntagResourceCommand.ts
+++ b/clients/client-apprunner/src/commands/UntagResourceCommand.ts
@@ -90,4 +90,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/UpdateDefaultAutoScalingConfigurationCommand.ts b/clients/client-apprunner/src/commands/UpdateDefaultAutoScalingConfigurationCommand.ts
index 9f9ebd21a9b7..dc5bdeb6294b 100644
--- a/clients/client-apprunner/src/commands/UpdateDefaultAutoScalingConfigurationCommand.ts
+++ b/clients/client-apprunner/src/commands/UpdateDefaultAutoScalingConfigurationCommand.ts
@@ -109,4 +109,16 @@ export class UpdateDefaultAutoScalingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDefaultAutoScalingConfigurationCommand)
.de(de_UpdateDefaultAutoScalingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDefaultAutoScalingConfigurationRequest;
+ output: UpdateDefaultAutoScalingConfigurationResponse;
+ };
+ sdk: {
+ input: UpdateDefaultAutoScalingConfigurationCommandInput;
+ output: UpdateDefaultAutoScalingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/UpdateServiceCommand.ts b/clients/client-apprunner/src/commands/UpdateServiceCommand.ts
index 9b50dd42166b..b0ec401721f5 100644
--- a/clients/client-apprunner/src/commands/UpdateServiceCommand.ts
+++ b/clients/client-apprunner/src/commands/UpdateServiceCommand.ts
@@ -264,4 +264,16 @@ export class UpdateServiceCommand extends $Command
.f(UpdateServiceRequestFilterSensitiveLog, UpdateServiceResponseFilterSensitiveLog)
.ser(se_UpdateServiceCommand)
.de(de_UpdateServiceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateServiceRequest;
+ output: UpdateServiceResponse;
+ };
+ sdk: {
+ input: UpdateServiceCommandInput;
+ output: UpdateServiceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apprunner/src/commands/UpdateVpcIngressConnectionCommand.ts b/clients/client-apprunner/src/commands/UpdateVpcIngressConnectionCommand.ts
index 6cfe77654e3c..b6d5bc5bdb80 100644
--- a/clients/client-apprunner/src/commands/UpdateVpcIngressConnectionCommand.ts
+++ b/clients/client-apprunner/src/commands/UpdateVpcIngressConnectionCommand.ts
@@ -123,4 +123,16 @@ export class UpdateVpcIngressConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateVpcIngressConnectionCommand)
.de(de_UpdateVpcIngressConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateVpcIngressConnectionRequest;
+ output: UpdateVpcIngressConnectionResponse;
+ };
+ sdk: {
+ input: UpdateVpcIngressConnectionCommandInput;
+ output: UpdateVpcIngressConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/package.json b/clients/client-appstream/package.json
index a47587ad3845..4e7f9a9e6267 100644
--- a/clients/client-appstream/package.json
+++ b/clients/client-appstream/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2"
},
"devDependencies": {
diff --git a/clients/client-appstream/src/commands/AssociateAppBlockBuilderAppBlockCommand.ts b/clients/client-appstream/src/commands/AssociateAppBlockBuilderAppBlockCommand.ts
index ea879d35d05f..232670518d7f 100644
--- a/clients/client-appstream/src/commands/AssociateAppBlockBuilderAppBlockCommand.ts
+++ b/clients/client-appstream/src/commands/AssociateAppBlockBuilderAppBlockCommand.ts
@@ -101,4 +101,16 @@ export class AssociateAppBlockBuilderAppBlockCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateAppBlockBuilderAppBlockCommand)
.de(de_AssociateAppBlockBuilderAppBlockCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateAppBlockBuilderAppBlockRequest;
+ output: AssociateAppBlockBuilderAppBlockResult;
+ };
+ sdk: {
+ input: AssociateAppBlockBuilderAppBlockCommandInput;
+ output: AssociateAppBlockBuilderAppBlockCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/AssociateApplicationFleetCommand.ts b/clients/client-appstream/src/commands/AssociateApplicationFleetCommand.ts
index 363b0844553f..d196941a646f 100644
--- a/clients/client-appstream/src/commands/AssociateApplicationFleetCommand.ts
+++ b/clients/client-appstream/src/commands/AssociateApplicationFleetCommand.ts
@@ -96,4 +96,16 @@ export class AssociateApplicationFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateApplicationFleetCommand)
.de(de_AssociateApplicationFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateApplicationFleetRequest;
+ output: AssociateApplicationFleetResult;
+ };
+ sdk: {
+ input: AssociateApplicationFleetCommandInput;
+ output: AssociateApplicationFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/AssociateApplicationToEntitlementCommand.ts b/clients/client-appstream/src/commands/AssociateApplicationToEntitlementCommand.ts
index 2bcc9c3d4181..4746fa2802fc 100644
--- a/clients/client-appstream/src/commands/AssociateApplicationToEntitlementCommand.ts
+++ b/clients/client-appstream/src/commands/AssociateApplicationToEntitlementCommand.ts
@@ -94,4 +94,16 @@ export class AssociateApplicationToEntitlementCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateApplicationToEntitlementCommand)
.de(de_AssociateApplicationToEntitlementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateApplicationToEntitlementRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateApplicationToEntitlementCommandInput;
+ output: AssociateApplicationToEntitlementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/AssociateFleetCommand.ts b/clients/client-appstream/src/commands/AssociateFleetCommand.ts
index a5ceb5b36609..9844f6a4320f 100644
--- a/clients/client-appstream/src/commands/AssociateFleetCommand.ts
+++ b/clients/client-appstream/src/commands/AssociateFleetCommand.ts
@@ -94,4 +94,16 @@ export class AssociateFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateFleetCommand)
.de(de_AssociateFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateFleetRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateFleetCommandInput;
+ output: AssociateFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/BatchAssociateUserStackCommand.ts b/clients/client-appstream/src/commands/BatchAssociateUserStackCommand.ts
index 1f513db726ee..78186fa4edb4 100644
--- a/clients/client-appstream/src/commands/BatchAssociateUserStackCommand.ts
+++ b/clients/client-appstream/src/commands/BatchAssociateUserStackCommand.ts
@@ -106,4 +106,16 @@ export class BatchAssociateUserStackCommand extends $Command
.f(BatchAssociateUserStackRequestFilterSensitiveLog, BatchAssociateUserStackResultFilterSensitiveLog)
.ser(se_BatchAssociateUserStackCommand)
.de(de_BatchAssociateUserStackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchAssociateUserStackRequest;
+ output: BatchAssociateUserStackResult;
+ };
+ sdk: {
+ input: BatchAssociateUserStackCommandInput;
+ output: BatchAssociateUserStackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/BatchDisassociateUserStackCommand.ts b/clients/client-appstream/src/commands/BatchDisassociateUserStackCommand.ts
index 48d82ba2b008..6ccc42b2c612 100644
--- a/clients/client-appstream/src/commands/BatchDisassociateUserStackCommand.ts
+++ b/clients/client-appstream/src/commands/BatchDisassociateUserStackCommand.ts
@@ -106,4 +106,16 @@ export class BatchDisassociateUserStackCommand extends $Command
.f(BatchDisassociateUserStackRequestFilterSensitiveLog, BatchDisassociateUserStackResultFilterSensitiveLog)
.ser(se_BatchDisassociateUserStackCommand)
.de(de_BatchDisassociateUserStackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDisassociateUserStackRequest;
+ output: BatchDisassociateUserStackResult;
+ };
+ sdk: {
+ input: BatchDisassociateUserStackCommandInput;
+ output: BatchDisassociateUserStackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/CopyImageCommand.ts b/clients/client-appstream/src/commands/CopyImageCommand.ts
index 3671c42aa8ba..1bfdb5c687bf 100644
--- a/clients/client-appstream/src/commands/CopyImageCommand.ts
+++ b/clients/client-appstream/src/commands/CopyImageCommand.ts
@@ -98,4 +98,16 @@ export class CopyImageCommand extends $Command
.f(void 0, void 0)
.ser(se_CopyImageCommand)
.de(de_CopyImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CopyImageRequest;
+ output: CopyImageResponse;
+ };
+ sdk: {
+ input: CopyImageCommandInput;
+ output: CopyImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/CreateAppBlockBuilderCommand.ts b/clients/client-appstream/src/commands/CreateAppBlockBuilderCommand.ts
index 6065ecb0403c..72d1f51d525d 100644
--- a/clients/client-appstream/src/commands/CreateAppBlockBuilderCommand.ts
+++ b/clients/client-appstream/src/commands/CreateAppBlockBuilderCommand.ts
@@ -166,4 +166,16 @@ export class CreateAppBlockBuilderCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAppBlockBuilderCommand)
.de(de_CreateAppBlockBuilderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAppBlockBuilderRequest;
+ output: CreateAppBlockBuilderResult;
+ };
+ sdk: {
+ input: CreateAppBlockBuilderCommandInput;
+ output: CreateAppBlockBuilderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/CreateAppBlockBuilderStreamingURLCommand.ts b/clients/client-appstream/src/commands/CreateAppBlockBuilderStreamingURLCommand.ts
index 8a1bcccd1dcf..db202a7c8584 100644
--- a/clients/client-appstream/src/commands/CreateAppBlockBuilderStreamingURLCommand.ts
+++ b/clients/client-appstream/src/commands/CreateAppBlockBuilderStreamingURLCommand.ts
@@ -90,4 +90,16 @@ export class CreateAppBlockBuilderStreamingURLCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAppBlockBuilderStreamingURLCommand)
.de(de_CreateAppBlockBuilderStreamingURLCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAppBlockBuilderStreamingURLRequest;
+ output: CreateAppBlockBuilderStreamingURLResult;
+ };
+ sdk: {
+ input: CreateAppBlockBuilderStreamingURLCommandInput;
+ output: CreateAppBlockBuilderStreamingURLCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/CreateAppBlockCommand.ts b/clients/client-appstream/src/commands/CreateAppBlockCommand.ts
index dd394db926a0..6ec7ea874929 100644
--- a/clients/client-appstream/src/commands/CreateAppBlockCommand.ts
+++ b/clients/client-appstream/src/commands/CreateAppBlockCommand.ts
@@ -159,4 +159,16 @@ export class CreateAppBlockCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAppBlockCommand)
.de(de_CreateAppBlockCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAppBlockRequest;
+ output: CreateAppBlockResult;
+ };
+ sdk: {
+ input: CreateAppBlockCommandInput;
+ output: CreateAppBlockCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/CreateApplicationCommand.ts b/clients/client-appstream/src/commands/CreateApplicationCommand.ts
index 314471f634a6..c9c32ad2fd31 100644
--- a/clients/client-appstream/src/commands/CreateApplicationCommand.ts
+++ b/clients/client-appstream/src/commands/CreateApplicationCommand.ts
@@ -142,4 +142,16 @@ export class CreateApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateApplicationCommand)
.de(de_CreateApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateApplicationRequest;
+ output: CreateApplicationResult;
+ };
+ sdk: {
+ input: CreateApplicationCommandInput;
+ output: CreateApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/CreateDirectoryConfigCommand.ts b/clients/client-appstream/src/commands/CreateDirectoryConfigCommand.ts
index 98fd772b56d8..dc7b99f630bf 100644
--- a/clients/client-appstream/src/commands/CreateDirectoryConfigCommand.ts
+++ b/clients/client-appstream/src/commands/CreateDirectoryConfigCommand.ts
@@ -125,4 +125,16 @@ export class CreateDirectoryConfigCommand extends $Command
.f(CreateDirectoryConfigRequestFilterSensitiveLog, CreateDirectoryConfigResultFilterSensitiveLog)
.ser(se_CreateDirectoryConfigCommand)
.de(de_CreateDirectoryConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDirectoryConfigRequest;
+ output: CreateDirectoryConfigResult;
+ };
+ sdk: {
+ input: CreateDirectoryConfigCommandInput;
+ output: CreateDirectoryConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/CreateEntitlementCommand.ts b/clients/client-appstream/src/commands/CreateEntitlementCommand.ts
index f28153690127..2dd9b3e200ff 100644
--- a/clients/client-appstream/src/commands/CreateEntitlementCommand.ts
+++ b/clients/client-appstream/src/commands/CreateEntitlementCommand.ts
@@ -116,4 +116,16 @@ export class CreateEntitlementCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEntitlementCommand)
.de(de_CreateEntitlementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEntitlementRequest;
+ output: CreateEntitlementResult;
+ };
+ sdk: {
+ input: CreateEntitlementCommandInput;
+ output: CreateEntitlementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/CreateFleetCommand.ts b/clients/client-appstream/src/commands/CreateFleetCommand.ts
index 6ca2b1ac9058..aa9cbbc9b629 100644
--- a/clients/client-appstream/src/commands/CreateFleetCommand.ts
+++ b/clients/client-appstream/src/commands/CreateFleetCommand.ts
@@ -206,4 +206,16 @@ export class CreateFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFleetCommand)
.de(de_CreateFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFleetRequest;
+ output: CreateFleetResult;
+ };
+ sdk: {
+ input: CreateFleetCommandInput;
+ output: CreateFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/CreateImageBuilderCommand.ts b/clients/client-appstream/src/commands/CreateImageBuilderCommand.ts
index 195b1c2314e4..ccbb8bd8823d 100644
--- a/clients/client-appstream/src/commands/CreateImageBuilderCommand.ts
+++ b/clients/client-appstream/src/commands/CreateImageBuilderCommand.ts
@@ -187,4 +187,16 @@ export class CreateImageBuilderCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateImageBuilderCommand)
.de(de_CreateImageBuilderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateImageBuilderRequest;
+ output: CreateImageBuilderResult;
+ };
+ sdk: {
+ input: CreateImageBuilderCommandInput;
+ output: CreateImageBuilderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/CreateImageBuilderStreamingURLCommand.ts b/clients/client-appstream/src/commands/CreateImageBuilderStreamingURLCommand.ts
index 8ae4e954fdd8..0e9e3087004f 100644
--- a/clients/client-appstream/src/commands/CreateImageBuilderStreamingURLCommand.ts
+++ b/clients/client-appstream/src/commands/CreateImageBuilderStreamingURLCommand.ts
@@ -90,4 +90,16 @@ export class CreateImageBuilderStreamingURLCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateImageBuilderStreamingURLCommand)
.de(de_CreateImageBuilderStreamingURLCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateImageBuilderStreamingURLRequest;
+ output: CreateImageBuilderStreamingURLResult;
+ };
+ sdk: {
+ input: CreateImageBuilderStreamingURLCommandInput;
+ output: CreateImageBuilderStreamingURLCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/CreateStackCommand.ts b/clients/client-appstream/src/commands/CreateStackCommand.ts
index 390be01d6d9f..308011d9f67e 100644
--- a/clients/client-appstream/src/commands/CreateStackCommand.ts
+++ b/clients/client-appstream/src/commands/CreateStackCommand.ts
@@ -187,4 +187,16 @@ export class CreateStackCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateStackCommand)
.de(de_CreateStackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateStackRequest;
+ output: CreateStackResult;
+ };
+ sdk: {
+ input: CreateStackCommandInput;
+ output: CreateStackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/CreateStreamingURLCommand.ts b/clients/client-appstream/src/commands/CreateStreamingURLCommand.ts
index 3baa0ce424a7..0eb329c566a7 100644
--- a/clients/client-appstream/src/commands/CreateStreamingURLCommand.ts
+++ b/clients/client-appstream/src/commands/CreateStreamingURLCommand.ts
@@ -95,4 +95,16 @@ export class CreateStreamingURLCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateStreamingURLCommand)
.de(de_CreateStreamingURLCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateStreamingURLRequest;
+ output: CreateStreamingURLResult;
+ };
+ sdk: {
+ input: CreateStreamingURLCommandInput;
+ output: CreateStreamingURLCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/CreateThemeForStackCommand.ts b/clients/client-appstream/src/commands/CreateThemeForStackCommand.ts
index 7f3b56fd5117..db6e6cf28965 100644
--- a/clients/client-appstream/src/commands/CreateThemeForStackCommand.ts
+++ b/clients/client-appstream/src/commands/CreateThemeForStackCommand.ts
@@ -125,4 +125,16 @@ export class CreateThemeForStackCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateThemeForStackCommand)
.de(de_CreateThemeForStackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateThemeForStackRequest;
+ output: CreateThemeForStackResult;
+ };
+ sdk: {
+ input: CreateThemeForStackCommandInput;
+ output: CreateThemeForStackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts b/clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts
index 0aeb41644fef..1e9c3361a41a 100644
--- a/clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts
+++ b/clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts
@@ -171,4 +171,16 @@ export class CreateUpdatedImageCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateUpdatedImageCommand)
.de(de_CreateUpdatedImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateUpdatedImageRequest;
+ output: CreateUpdatedImageResult;
+ };
+ sdk: {
+ input: CreateUpdatedImageCommandInput;
+ output: CreateUpdatedImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/CreateUsageReportSubscriptionCommand.ts b/clients/client-appstream/src/commands/CreateUsageReportSubscriptionCommand.ts
index fd914f84b6ee..4e37568e8573 100644
--- a/clients/client-appstream/src/commands/CreateUsageReportSubscriptionCommand.ts
+++ b/clients/client-appstream/src/commands/CreateUsageReportSubscriptionCommand.ts
@@ -90,4 +90,16 @@ export class CreateUsageReportSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateUsageReportSubscriptionCommand)
.de(de_CreateUsageReportSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: CreateUsageReportSubscriptionResult;
+ };
+ sdk: {
+ input: CreateUsageReportSubscriptionCommandInput;
+ output: CreateUsageReportSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/CreateUserCommand.ts b/clients/client-appstream/src/commands/CreateUserCommand.ts
index 6df84cd10cb5..df03254fe884 100644
--- a/clients/client-appstream/src/commands/CreateUserCommand.ts
+++ b/clients/client-appstream/src/commands/CreateUserCommand.ts
@@ -94,4 +94,16 @@ export class CreateUserCommand extends $Command
.f(CreateUserRequestFilterSensitiveLog, void 0)
.ser(se_CreateUserCommand)
.de(de_CreateUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateUserCommandInput;
+ output: CreateUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DeleteAppBlockBuilderCommand.ts b/clients/client-appstream/src/commands/DeleteAppBlockBuilderCommand.ts
index 469c72ad6883..2198fac246a9 100644
--- a/clients/client-appstream/src/commands/DeleteAppBlockBuilderCommand.ts
+++ b/clients/client-appstream/src/commands/DeleteAppBlockBuilderCommand.ts
@@ -89,4 +89,16 @@ export class DeleteAppBlockBuilderCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAppBlockBuilderCommand)
.de(de_DeleteAppBlockBuilderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAppBlockBuilderRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAppBlockBuilderCommandInput;
+ output: DeleteAppBlockBuilderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DeleteAppBlockCommand.ts b/clients/client-appstream/src/commands/DeleteAppBlockCommand.ts
index a7546ab066a9..0cd51d03591f 100644
--- a/clients/client-appstream/src/commands/DeleteAppBlockCommand.ts
+++ b/clients/client-appstream/src/commands/DeleteAppBlockCommand.ts
@@ -84,4 +84,16 @@ export class DeleteAppBlockCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAppBlockCommand)
.de(de_DeleteAppBlockCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAppBlockRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAppBlockCommandInput;
+ output: DeleteAppBlockCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DeleteApplicationCommand.ts b/clients/client-appstream/src/commands/DeleteApplicationCommand.ts
index 006ce3cd321b..17f5ed689c2b 100644
--- a/clients/client-appstream/src/commands/DeleteApplicationCommand.ts
+++ b/clients/client-appstream/src/commands/DeleteApplicationCommand.ts
@@ -87,4 +87,16 @@ export class DeleteApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApplicationCommand)
.de(de_DeleteApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApplicationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApplicationCommandInput;
+ output: DeleteApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DeleteDirectoryConfigCommand.ts b/clients/client-appstream/src/commands/DeleteDirectoryConfigCommand.ts
index 20a1555b8535..875d2b2e339b 100644
--- a/clients/client-appstream/src/commands/DeleteDirectoryConfigCommand.ts
+++ b/clients/client-appstream/src/commands/DeleteDirectoryConfigCommand.ts
@@ -81,4 +81,16 @@ export class DeleteDirectoryConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDirectoryConfigCommand)
.de(de_DeleteDirectoryConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDirectoryConfigRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDirectoryConfigCommandInput;
+ output: DeleteDirectoryConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DeleteEntitlementCommand.ts b/clients/client-appstream/src/commands/DeleteEntitlementCommand.ts
index 28081095c0a5..c50909181c58 100644
--- a/clients/client-appstream/src/commands/DeleteEntitlementCommand.ts
+++ b/clients/client-appstream/src/commands/DeleteEntitlementCommand.ts
@@ -88,4 +88,16 @@ export class DeleteEntitlementCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEntitlementCommand)
.de(de_DeleteEntitlementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEntitlementRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEntitlementCommandInput;
+ output: DeleteEntitlementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DeleteFleetCommand.ts b/clients/client-appstream/src/commands/DeleteFleetCommand.ts
index b8d762fb8aef..460c85b8a9a8 100644
--- a/clients/client-appstream/src/commands/DeleteFleetCommand.ts
+++ b/clients/client-appstream/src/commands/DeleteFleetCommand.ts
@@ -84,4 +84,16 @@ export class DeleteFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFleetCommand)
.de(de_DeleteFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFleetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFleetCommandInput;
+ output: DeleteFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts b/clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts
index 79d79f96a27e..79fc4df1cfbe 100644
--- a/clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts
+++ b/clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts
@@ -133,4 +133,16 @@ export class DeleteImageBuilderCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteImageBuilderCommand)
.de(de_DeleteImageBuilderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteImageBuilderRequest;
+ output: DeleteImageBuilderResult;
+ };
+ sdk: {
+ input: DeleteImageBuilderCommandInput;
+ output: DeleteImageBuilderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DeleteImageCommand.ts b/clients/client-appstream/src/commands/DeleteImageCommand.ts
index 75a62dcacc28..75500bd97e2f 100644
--- a/clients/client-appstream/src/commands/DeleteImageCommand.ts
+++ b/clients/client-appstream/src/commands/DeleteImageCommand.ts
@@ -153,4 +153,16 @@ export class DeleteImageCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteImageCommand)
.de(de_DeleteImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteImageRequest;
+ output: DeleteImageResult;
+ };
+ sdk: {
+ input: DeleteImageCommandInput;
+ output: DeleteImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DeleteImagePermissionsCommand.ts b/clients/client-appstream/src/commands/DeleteImagePermissionsCommand.ts
index 4634e882eaa1..a47b8d939de3 100644
--- a/clients/client-appstream/src/commands/DeleteImagePermissionsCommand.ts
+++ b/clients/client-appstream/src/commands/DeleteImagePermissionsCommand.ts
@@ -82,4 +82,16 @@ export class DeleteImagePermissionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteImagePermissionsCommand)
.de(de_DeleteImagePermissionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteImagePermissionsRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteImagePermissionsCommandInput;
+ output: DeleteImagePermissionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DeleteStackCommand.ts b/clients/client-appstream/src/commands/DeleteStackCommand.ts
index 70b0b581a05e..17d54c305501 100644
--- a/clients/client-appstream/src/commands/DeleteStackCommand.ts
+++ b/clients/client-appstream/src/commands/DeleteStackCommand.ts
@@ -87,4 +87,16 @@ export class DeleteStackCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteStackCommand)
.de(de_DeleteStackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteStackRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteStackCommandInput;
+ output: DeleteStackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DeleteThemeForStackCommand.ts b/clients/client-appstream/src/commands/DeleteThemeForStackCommand.ts
index af5273a03e9d..24489744691c 100644
--- a/clients/client-appstream/src/commands/DeleteThemeForStackCommand.ts
+++ b/clients/client-appstream/src/commands/DeleteThemeForStackCommand.ts
@@ -84,4 +84,16 @@ export class DeleteThemeForStackCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteThemeForStackCommand)
.de(de_DeleteThemeForStackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteThemeForStackRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteThemeForStackCommandInput;
+ output: DeleteThemeForStackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DeleteUsageReportSubscriptionCommand.ts b/clients/client-appstream/src/commands/DeleteUsageReportSubscriptionCommand.ts
index 93404a81b1cc..2abcf6421709 100644
--- a/clients/client-appstream/src/commands/DeleteUsageReportSubscriptionCommand.ts
+++ b/clients/client-appstream/src/commands/DeleteUsageReportSubscriptionCommand.ts
@@ -84,4 +84,16 @@ export class DeleteUsageReportSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteUsageReportSubscriptionCommand)
.de(de_DeleteUsageReportSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: {};
+ };
+ sdk: {
+ input: DeleteUsageReportSubscriptionCommandInput;
+ output: DeleteUsageReportSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DeleteUserCommand.ts b/clients/client-appstream/src/commands/DeleteUserCommand.ts
index bf65697dcc33..dffcd4a51bf4 100644
--- a/clients/client-appstream/src/commands/DeleteUserCommand.ts
+++ b/clients/client-appstream/src/commands/DeleteUserCommand.ts
@@ -79,4 +79,16 @@ export class DeleteUserCommand extends $Command
.f(DeleteUserRequestFilterSensitiveLog, void 0)
.ser(se_DeleteUserCommand)
.de(de_DeleteUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteUserCommandInput;
+ output: DeleteUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.ts b/clients/client-appstream/src/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.ts
index 8d5b366ac31e..92e37b84d911 100644
--- a/clients/client-appstream/src/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.ts
+++ b/clients/client-appstream/src/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.ts
@@ -101,4 +101,16 @@ export class DescribeAppBlockBuilderAppBlockAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAppBlockBuilderAppBlockAssociationsCommand)
.de(de_DescribeAppBlockBuilderAppBlockAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAppBlockBuilderAppBlockAssociationsRequest;
+ output: DescribeAppBlockBuilderAppBlockAssociationsResult;
+ };
+ sdk: {
+ input: DescribeAppBlockBuilderAppBlockAssociationsCommandInput;
+ output: DescribeAppBlockBuilderAppBlockAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DescribeAppBlockBuildersCommand.ts b/clients/client-appstream/src/commands/DescribeAppBlockBuildersCommand.ts
index deafe90635d5..94f8868f6302 100644
--- a/clients/client-appstream/src/commands/DescribeAppBlockBuildersCommand.ts
+++ b/clients/client-appstream/src/commands/DescribeAppBlockBuildersCommand.ts
@@ -126,4 +126,16 @@ export class DescribeAppBlockBuildersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAppBlockBuildersCommand)
.de(de_DescribeAppBlockBuildersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAppBlockBuildersRequest;
+ output: DescribeAppBlockBuildersResult;
+ };
+ sdk: {
+ input: DescribeAppBlockBuildersCommandInput;
+ output: DescribeAppBlockBuildersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DescribeAppBlocksCommand.ts b/clients/client-appstream/src/commands/DescribeAppBlocksCommand.ts
index b54b4c34d650..279a1c8d59e6 100644
--- a/clients/client-appstream/src/commands/DescribeAppBlocksCommand.ts
+++ b/clients/client-appstream/src/commands/DescribeAppBlocksCommand.ts
@@ -126,4 +126,16 @@ export class DescribeAppBlocksCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAppBlocksCommand)
.de(de_DescribeAppBlocksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAppBlocksRequest;
+ output: DescribeAppBlocksResult;
+ };
+ sdk: {
+ input: DescribeAppBlocksCommandInput;
+ output: DescribeAppBlocksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DescribeApplicationFleetAssociationsCommand.ts b/clients/client-appstream/src/commands/DescribeApplicationFleetAssociationsCommand.ts
index fd01f6439c34..8e37c2a6d024 100644
--- a/clients/client-appstream/src/commands/DescribeApplicationFleetAssociationsCommand.ts
+++ b/clients/client-appstream/src/commands/DescribeApplicationFleetAssociationsCommand.ts
@@ -100,4 +100,16 @@ export class DescribeApplicationFleetAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeApplicationFleetAssociationsCommand)
.de(de_DescribeApplicationFleetAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeApplicationFleetAssociationsRequest;
+ output: DescribeApplicationFleetAssociationsResult;
+ };
+ sdk: {
+ input: DescribeApplicationFleetAssociationsCommandInput;
+ output: DescribeApplicationFleetAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DescribeApplicationsCommand.ts b/clients/client-appstream/src/commands/DescribeApplicationsCommand.ts
index 381c8d97ae9d..92c141c46390 100644
--- a/clients/client-appstream/src/commands/DescribeApplicationsCommand.ts
+++ b/clients/client-appstream/src/commands/DescribeApplicationsCommand.ts
@@ -115,4 +115,16 @@ export class DescribeApplicationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeApplicationsCommand)
.de(de_DescribeApplicationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeApplicationsRequest;
+ output: DescribeApplicationsResult;
+ };
+ sdk: {
+ input: DescribeApplicationsCommandInput;
+ output: DescribeApplicationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DescribeDirectoryConfigsCommand.ts b/clients/client-appstream/src/commands/DescribeDirectoryConfigsCommand.ts
index 4f80aef33ac7..6f074bb7d6c3 100644
--- a/clients/client-appstream/src/commands/DescribeDirectoryConfigsCommand.ts
+++ b/clients/client-appstream/src/commands/DescribeDirectoryConfigsCommand.ts
@@ -107,4 +107,16 @@ export class DescribeDirectoryConfigsCommand extends $Command
.f(void 0, DescribeDirectoryConfigsResultFilterSensitiveLog)
.ser(se_DescribeDirectoryConfigsCommand)
.de(de_DescribeDirectoryConfigsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDirectoryConfigsRequest;
+ output: DescribeDirectoryConfigsResult;
+ };
+ sdk: {
+ input: DescribeDirectoryConfigsCommandInput;
+ output: DescribeDirectoryConfigsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DescribeEntitlementsCommand.ts b/clients/client-appstream/src/commands/DescribeEntitlementsCommand.ts
index 324c59fd5d05..2d499e35ff19 100644
--- a/clients/client-appstream/src/commands/DescribeEntitlementsCommand.ts
+++ b/clients/client-appstream/src/commands/DescribeEntitlementsCommand.ts
@@ -105,4 +105,16 @@ export class DescribeEntitlementsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEntitlementsCommand)
.de(de_DescribeEntitlementsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEntitlementsRequest;
+ output: DescribeEntitlementsResult;
+ };
+ sdk: {
+ input: DescribeEntitlementsCommandInput;
+ output: DescribeEntitlementsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DescribeFleetsCommand.ts b/clients/client-appstream/src/commands/DescribeFleetsCommand.ts
index 23c6b461af5b..6518419b5953 100644
--- a/clients/client-appstream/src/commands/DescribeFleetsCommand.ts
+++ b/clients/client-appstream/src/commands/DescribeFleetsCommand.ts
@@ -141,4 +141,16 @@ export class DescribeFleetsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFleetsCommand)
.de(de_DescribeFleetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFleetsRequest;
+ output: DescribeFleetsResult;
+ };
+ sdk: {
+ input: DescribeFleetsCommandInput;
+ output: DescribeFleetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts b/clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts
index 09e83145e0a0..1007d1fbdd3c 100644
--- a/clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts
+++ b/clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts
@@ -134,4 +134,16 @@ export class DescribeImageBuildersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeImageBuildersCommand)
.de(de_DescribeImageBuildersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeImageBuildersRequest;
+ output: DescribeImageBuildersResult;
+ };
+ sdk: {
+ input: DescribeImageBuildersCommandInput;
+ output: DescribeImageBuildersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DescribeImagePermissionsCommand.ts b/clients/client-appstream/src/commands/DescribeImagePermissionsCommand.ts
index a5bf82ee186d..ee9b31a98577 100644
--- a/clients/client-appstream/src/commands/DescribeImagePermissionsCommand.ts
+++ b/clients/client-appstream/src/commands/DescribeImagePermissionsCommand.ts
@@ -95,4 +95,16 @@ export class DescribeImagePermissionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeImagePermissionsCommand)
.de(de_DescribeImagePermissionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeImagePermissionsRequest;
+ output: DescribeImagePermissionsResult;
+ };
+ sdk: {
+ input: DescribeImagePermissionsCommandInput;
+ output: DescribeImagePermissionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DescribeImagesCommand.ts b/clients/client-appstream/src/commands/DescribeImagesCommand.ts
index 36f314e0d7c1..43c82fa96481 100644
--- a/clients/client-appstream/src/commands/DescribeImagesCommand.ts
+++ b/clients/client-appstream/src/commands/DescribeImagesCommand.ts
@@ -157,4 +157,16 @@ export class DescribeImagesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeImagesCommand)
.de(de_DescribeImagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeImagesRequest;
+ output: DescribeImagesResult;
+ };
+ sdk: {
+ input: DescribeImagesCommandInput;
+ output: DescribeImagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DescribeSessionsCommand.ts b/clients/client-appstream/src/commands/DescribeSessionsCommand.ts
index aaf9f00302b3..787120597bec 100644
--- a/clients/client-appstream/src/commands/DescribeSessionsCommand.ts
+++ b/clients/client-appstream/src/commands/DescribeSessionsCommand.ts
@@ -106,4 +106,16 @@ export class DescribeSessionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSessionsCommand)
.de(de_DescribeSessionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSessionsRequest;
+ output: DescribeSessionsResult;
+ };
+ sdk: {
+ input: DescribeSessionsCommandInput;
+ output: DescribeSessionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DescribeStacksCommand.ts b/clients/client-appstream/src/commands/DescribeStacksCommand.ts
index 919af12f6bc0..77b841a8f462 100644
--- a/clients/client-appstream/src/commands/DescribeStacksCommand.ts
+++ b/clients/client-appstream/src/commands/DescribeStacksCommand.ts
@@ -133,4 +133,16 @@ export class DescribeStacksCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStacksCommand)
.de(de_DescribeStacksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeStacksRequest;
+ output: DescribeStacksResult;
+ };
+ sdk: {
+ input: DescribeStacksCommandInput;
+ output: DescribeStacksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DescribeThemeForStackCommand.ts b/clients/client-appstream/src/commands/DescribeThemeForStackCommand.ts
index a003dbbf8f99..a8dc12c25740 100644
--- a/clients/client-appstream/src/commands/DescribeThemeForStackCommand.ts
+++ b/clients/client-appstream/src/commands/DescribeThemeForStackCommand.ts
@@ -97,4 +97,16 @@ export class DescribeThemeForStackCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeThemeForStackCommand)
.de(de_DescribeThemeForStackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeThemeForStackRequest;
+ output: DescribeThemeForStackResult;
+ };
+ sdk: {
+ input: DescribeThemeForStackCommandInput;
+ output: DescribeThemeForStackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DescribeUsageReportSubscriptionsCommand.ts b/clients/client-appstream/src/commands/DescribeUsageReportSubscriptionsCommand.ts
index 6bd52e6c8d73..f14ca176b99a 100644
--- a/clients/client-appstream/src/commands/DescribeUsageReportSubscriptionsCommand.ts
+++ b/clients/client-appstream/src/commands/DescribeUsageReportSubscriptionsCommand.ts
@@ -102,4 +102,16 @@ export class DescribeUsageReportSubscriptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeUsageReportSubscriptionsCommand)
.de(de_DescribeUsageReportSubscriptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeUsageReportSubscriptionsRequest;
+ output: DescribeUsageReportSubscriptionsResult;
+ };
+ sdk: {
+ input: DescribeUsageReportSubscriptionsCommandInput;
+ output: DescribeUsageReportSubscriptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DescribeUserStackAssociationsCommand.ts b/clients/client-appstream/src/commands/DescribeUserStackAssociationsCommand.ts
index 8d5325d44b0b..35806f60c6c1 100644
--- a/clients/client-appstream/src/commands/DescribeUserStackAssociationsCommand.ts
+++ b/clients/client-appstream/src/commands/DescribeUserStackAssociationsCommand.ts
@@ -113,4 +113,16 @@ export class DescribeUserStackAssociationsCommand extends $Command
.f(DescribeUserStackAssociationsRequestFilterSensitiveLog, DescribeUserStackAssociationsResultFilterSensitiveLog)
.ser(se_DescribeUserStackAssociationsCommand)
.de(de_DescribeUserStackAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeUserStackAssociationsRequest;
+ output: DescribeUserStackAssociationsResult;
+ };
+ sdk: {
+ input: DescribeUserStackAssociationsCommandInput;
+ output: DescribeUserStackAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DescribeUsersCommand.ts b/clients/client-appstream/src/commands/DescribeUsersCommand.ts
index d3d50e656138..52c6ea11ca47 100644
--- a/clients/client-appstream/src/commands/DescribeUsersCommand.ts
+++ b/clients/client-appstream/src/commands/DescribeUsersCommand.ts
@@ -100,4 +100,16 @@ export class DescribeUsersCommand extends $Command
.f(void 0, DescribeUsersResultFilterSensitiveLog)
.ser(se_DescribeUsersCommand)
.de(de_DescribeUsersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeUsersRequest;
+ output: DescribeUsersResult;
+ };
+ sdk: {
+ input: DescribeUsersCommandInput;
+ output: DescribeUsersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DisableUserCommand.ts b/clients/client-appstream/src/commands/DisableUserCommand.ts
index 150d377d8e99..db4612bc7c1f 100644
--- a/clients/client-appstream/src/commands/DisableUserCommand.ts
+++ b/clients/client-appstream/src/commands/DisableUserCommand.ts
@@ -79,4 +79,16 @@ export class DisableUserCommand extends $Command
.f(DisableUserRequestFilterSensitiveLog, void 0)
.ser(se_DisableUserCommand)
.de(de_DisableUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisableUserCommandInput;
+ output: DisableUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DisassociateAppBlockBuilderAppBlockCommand.ts b/clients/client-appstream/src/commands/DisassociateAppBlockBuilderAppBlockCommand.ts
index 4b776e6c7371..2454f342523d 100644
--- a/clients/client-appstream/src/commands/DisassociateAppBlockBuilderAppBlockCommand.ts
+++ b/clients/client-appstream/src/commands/DisassociateAppBlockBuilderAppBlockCommand.ts
@@ -96,4 +96,16 @@ export class DisassociateAppBlockBuilderAppBlockCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateAppBlockBuilderAppBlockCommand)
.de(de_DisassociateAppBlockBuilderAppBlockCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateAppBlockBuilderAppBlockRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateAppBlockBuilderAppBlockCommandInput;
+ output: DisassociateAppBlockBuilderAppBlockCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DisassociateApplicationFleetCommand.ts b/clients/client-appstream/src/commands/DisassociateApplicationFleetCommand.ts
index 3554146e73b0..d6d59821391e 100644
--- a/clients/client-appstream/src/commands/DisassociateApplicationFleetCommand.ts
+++ b/clients/client-appstream/src/commands/DisassociateApplicationFleetCommand.ts
@@ -90,4 +90,16 @@ export class DisassociateApplicationFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateApplicationFleetCommand)
.de(de_DisassociateApplicationFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateApplicationFleetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateApplicationFleetCommandInput;
+ output: DisassociateApplicationFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DisassociateApplicationFromEntitlementCommand.ts b/clients/client-appstream/src/commands/DisassociateApplicationFromEntitlementCommand.ts
index f5ee76c6fd9b..8bfdbf6b0407 100644
--- a/clients/client-appstream/src/commands/DisassociateApplicationFromEntitlementCommand.ts
+++ b/clients/client-appstream/src/commands/DisassociateApplicationFromEntitlementCommand.ts
@@ -95,4 +95,16 @@ export class DisassociateApplicationFromEntitlementCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateApplicationFromEntitlementCommand)
.de(de_DisassociateApplicationFromEntitlementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateApplicationFromEntitlementRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateApplicationFromEntitlementCommandInput;
+ output: DisassociateApplicationFromEntitlementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/DisassociateFleetCommand.ts b/clients/client-appstream/src/commands/DisassociateFleetCommand.ts
index f65cde2ff865..8e8386dcba6d 100644
--- a/clients/client-appstream/src/commands/DisassociateFleetCommand.ts
+++ b/clients/client-appstream/src/commands/DisassociateFleetCommand.ts
@@ -88,4 +88,16 @@ export class DisassociateFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateFleetCommand)
.de(de_DisassociateFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateFleetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateFleetCommandInput;
+ output: DisassociateFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/EnableUserCommand.ts b/clients/client-appstream/src/commands/EnableUserCommand.ts
index fb00f567de3d..5ded07bdf7ba 100644
--- a/clients/client-appstream/src/commands/EnableUserCommand.ts
+++ b/clients/client-appstream/src/commands/EnableUserCommand.ts
@@ -82,4 +82,16 @@ export class EnableUserCommand extends $Command
.f(EnableUserRequestFilterSensitiveLog, void 0)
.ser(se_EnableUserCommand)
.de(de_EnableUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: EnableUserCommandInput;
+ output: EnableUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/ExpireSessionCommand.ts b/clients/client-appstream/src/commands/ExpireSessionCommand.ts
index f906669ed435..3b152d6b8b87 100644
--- a/clients/client-appstream/src/commands/ExpireSessionCommand.ts
+++ b/clients/client-appstream/src/commands/ExpireSessionCommand.ts
@@ -75,4 +75,16 @@ export class ExpireSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_ExpireSessionCommand)
.de(de_ExpireSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExpireSessionRequest;
+ output: {};
+ };
+ sdk: {
+ input: ExpireSessionCommandInput;
+ output: ExpireSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/ListAssociatedFleetsCommand.ts b/clients/client-appstream/src/commands/ListAssociatedFleetsCommand.ts
index c27f1fe11d98..ea7cca57cabe 100644
--- a/clients/client-appstream/src/commands/ListAssociatedFleetsCommand.ts
+++ b/clients/client-appstream/src/commands/ListAssociatedFleetsCommand.ts
@@ -81,4 +81,16 @@ export class ListAssociatedFleetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAssociatedFleetsCommand)
.de(de_ListAssociatedFleetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssociatedFleetsRequest;
+ output: ListAssociatedFleetsResult;
+ };
+ sdk: {
+ input: ListAssociatedFleetsCommandInput;
+ output: ListAssociatedFleetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/ListAssociatedStacksCommand.ts b/clients/client-appstream/src/commands/ListAssociatedStacksCommand.ts
index 263442be7f5e..476ac13ba94b 100644
--- a/clients/client-appstream/src/commands/ListAssociatedStacksCommand.ts
+++ b/clients/client-appstream/src/commands/ListAssociatedStacksCommand.ts
@@ -81,4 +81,16 @@ export class ListAssociatedStacksCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAssociatedStacksCommand)
.de(de_ListAssociatedStacksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssociatedStacksRequest;
+ output: ListAssociatedStacksResult;
+ };
+ sdk: {
+ input: ListAssociatedStacksCommandInput;
+ output: ListAssociatedStacksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/ListEntitledApplicationsCommand.ts b/clients/client-appstream/src/commands/ListEntitledApplicationsCommand.ts
index 8caefd3bb564..e43876450152 100644
--- a/clients/client-appstream/src/commands/ListEntitledApplicationsCommand.ts
+++ b/clients/client-appstream/src/commands/ListEntitledApplicationsCommand.ts
@@ -94,4 +94,16 @@ export class ListEntitledApplicationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEntitledApplicationsCommand)
.de(de_ListEntitledApplicationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEntitledApplicationsRequest;
+ output: ListEntitledApplicationsResult;
+ };
+ sdk: {
+ input: ListEntitledApplicationsCommandInput;
+ output: ListEntitledApplicationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/ListTagsForResourceCommand.ts b/clients/client-appstream/src/commands/ListTagsForResourceCommand.ts
index 7c1d73a47b86..64d311fa3ae7 100644
--- a/clients/client-appstream/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-appstream/src/commands/ListTagsForResourceCommand.ts
@@ -83,4 +83,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/StartAppBlockBuilderCommand.ts b/clients/client-appstream/src/commands/StartAppBlockBuilderCommand.ts
index 8faaa23c1ed5..d895295d1f9b 100644
--- a/clients/client-appstream/src/commands/StartAppBlockBuilderCommand.ts
+++ b/clients/client-appstream/src/commands/StartAppBlockBuilderCommand.ts
@@ -138,4 +138,16 @@ export class StartAppBlockBuilderCommand extends $Command
.f(void 0, void 0)
.ser(se_StartAppBlockBuilderCommand)
.de(de_StartAppBlockBuilderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartAppBlockBuilderRequest;
+ output: StartAppBlockBuilderResult;
+ };
+ sdk: {
+ input: StartAppBlockBuilderCommandInput;
+ output: StartAppBlockBuilderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/StartFleetCommand.ts b/clients/client-appstream/src/commands/StartFleetCommand.ts
index 45efdd17e321..362daf307b72 100644
--- a/clients/client-appstream/src/commands/StartFleetCommand.ts
+++ b/clients/client-appstream/src/commands/StartFleetCommand.ts
@@ -99,4 +99,16 @@ export class StartFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_StartFleetCommand)
.de(de_StartFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartFleetRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartFleetCommandInput;
+ output: StartFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/StartImageBuilderCommand.ts b/clients/client-appstream/src/commands/StartImageBuilderCommand.ts
index ffccae167a3d..b392ca3fdea0 100644
--- a/clients/client-appstream/src/commands/StartImageBuilderCommand.ts
+++ b/clients/client-appstream/src/commands/StartImageBuilderCommand.ts
@@ -140,4 +140,16 @@ export class StartImageBuilderCommand extends $Command
.f(void 0, void 0)
.ser(se_StartImageBuilderCommand)
.de(de_StartImageBuilderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartImageBuilderRequest;
+ output: StartImageBuilderResult;
+ };
+ sdk: {
+ input: StartImageBuilderCommandInput;
+ output: StartImageBuilderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/StopAppBlockBuilderCommand.ts b/clients/client-appstream/src/commands/StopAppBlockBuilderCommand.ts
index edfa90e56d61..d48be68a5cc6 100644
--- a/clients/client-appstream/src/commands/StopAppBlockBuilderCommand.ts
+++ b/clients/client-appstream/src/commands/StopAppBlockBuilderCommand.ts
@@ -124,4 +124,16 @@ export class StopAppBlockBuilderCommand extends $Command
.f(void 0, void 0)
.ser(se_StopAppBlockBuilderCommand)
.de(de_StopAppBlockBuilderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopAppBlockBuilderRequest;
+ output: StopAppBlockBuilderResult;
+ };
+ sdk: {
+ input: StopAppBlockBuilderCommandInput;
+ output: StopAppBlockBuilderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/StopFleetCommand.ts b/clients/client-appstream/src/commands/StopFleetCommand.ts
index ba2956eb7e5a..f48b1d2ff064 100644
--- a/clients/client-appstream/src/commands/StopFleetCommand.ts
+++ b/clients/client-appstream/src/commands/StopFleetCommand.ts
@@ -81,4 +81,16 @@ export class StopFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_StopFleetCommand)
.de(de_StopFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopFleetRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopFleetCommandInput;
+ output: StopFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/StopImageBuilderCommand.ts b/clients/client-appstream/src/commands/StopImageBuilderCommand.ts
index ef183ecb4be1..8d5be575e341 100644
--- a/clients/client-appstream/src/commands/StopImageBuilderCommand.ts
+++ b/clients/client-appstream/src/commands/StopImageBuilderCommand.ts
@@ -133,4 +133,16 @@ export class StopImageBuilderCommand extends $Command
.f(void 0, void 0)
.ser(se_StopImageBuilderCommand)
.de(de_StopImageBuilderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopImageBuilderRequest;
+ output: StopImageBuilderResult;
+ };
+ sdk: {
+ input: StopImageBuilderCommandInput;
+ output: StopImageBuilderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/TagResourceCommand.ts b/clients/client-appstream/src/commands/TagResourceCommand.ts
index 72d3b2cedaf5..c2e5719a3ece 100644
--- a/clients/client-appstream/src/commands/TagResourceCommand.ts
+++ b/clients/client-appstream/src/commands/TagResourceCommand.ts
@@ -92,4 +92,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/UntagResourceCommand.ts b/clients/client-appstream/src/commands/UntagResourceCommand.ts
index 7de5aab9f026..1dbbddbe9a09 100644
--- a/clients/client-appstream/src/commands/UntagResourceCommand.ts
+++ b/clients/client-appstream/src/commands/UntagResourceCommand.ts
@@ -83,4 +83,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/UpdateAppBlockBuilderCommand.ts b/clients/client-appstream/src/commands/UpdateAppBlockBuilderCommand.ts
index 0fd45e8808c9..97fe050591f6 100644
--- a/clients/client-appstream/src/commands/UpdateAppBlockBuilderCommand.ts
+++ b/clients/client-appstream/src/commands/UpdateAppBlockBuilderCommand.ts
@@ -170,4 +170,16 @@ export class UpdateAppBlockBuilderCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAppBlockBuilderCommand)
.de(de_UpdateAppBlockBuilderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAppBlockBuilderRequest;
+ output: UpdateAppBlockBuilderResult;
+ };
+ sdk: {
+ input: UpdateAppBlockBuilderCommandInput;
+ output: UpdateAppBlockBuilderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/UpdateApplicationCommand.ts b/clients/client-appstream/src/commands/UpdateApplicationCommand.ts
index 65283984be7f..889a0320b85a 100644
--- a/clients/client-appstream/src/commands/UpdateApplicationCommand.ts
+++ b/clients/client-appstream/src/commands/UpdateApplicationCommand.ts
@@ -124,4 +124,16 @@ export class UpdateApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateApplicationCommand)
.de(de_UpdateApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApplicationRequest;
+ output: UpdateApplicationResult;
+ };
+ sdk: {
+ input: UpdateApplicationCommandInput;
+ output: UpdateApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/UpdateDirectoryConfigCommand.ts b/clients/client-appstream/src/commands/UpdateDirectoryConfigCommand.ts
index a833ea959ccd..a9c9c65304b1 100644
--- a/clients/client-appstream/src/commands/UpdateDirectoryConfigCommand.ts
+++ b/clients/client-appstream/src/commands/UpdateDirectoryConfigCommand.ts
@@ -122,4 +122,16 @@ export class UpdateDirectoryConfigCommand extends $Command
.f(UpdateDirectoryConfigRequestFilterSensitiveLog, UpdateDirectoryConfigResultFilterSensitiveLog)
.ser(se_UpdateDirectoryConfigCommand)
.de(de_UpdateDirectoryConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDirectoryConfigRequest;
+ output: UpdateDirectoryConfigResult;
+ };
+ sdk: {
+ input: UpdateDirectoryConfigCommandInput;
+ output: UpdateDirectoryConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/UpdateEntitlementCommand.ts b/clients/client-appstream/src/commands/UpdateEntitlementCommand.ts
index a16ef3ebdaa6..fe9b55edce4b 100644
--- a/clients/client-appstream/src/commands/UpdateEntitlementCommand.ts
+++ b/clients/client-appstream/src/commands/UpdateEntitlementCommand.ts
@@ -111,4 +111,16 @@ export class UpdateEntitlementCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEntitlementCommand)
.de(de_UpdateEntitlementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEntitlementRequest;
+ output: UpdateEntitlementResult;
+ };
+ sdk: {
+ input: UpdateEntitlementCommandInput;
+ output: UpdateEntitlementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/UpdateFleetCommand.ts b/clients/client-appstream/src/commands/UpdateFleetCommand.ts
index d8d407d96a29..1d9ee087e3d9 100644
--- a/clients/client-appstream/src/commands/UpdateFleetCommand.ts
+++ b/clients/client-appstream/src/commands/UpdateFleetCommand.ts
@@ -227,4 +227,16 @@ export class UpdateFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFleetCommand)
.de(de_UpdateFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFleetRequest;
+ output: UpdateFleetResult;
+ };
+ sdk: {
+ input: UpdateFleetCommandInput;
+ output: UpdateFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/UpdateImagePermissionsCommand.ts b/clients/client-appstream/src/commands/UpdateImagePermissionsCommand.ts
index 1f80d1043169..0a23b48a462b 100644
--- a/clients/client-appstream/src/commands/UpdateImagePermissionsCommand.ts
+++ b/clients/client-appstream/src/commands/UpdateImagePermissionsCommand.ts
@@ -89,4 +89,16 @@ export class UpdateImagePermissionsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateImagePermissionsCommand)
.de(de_UpdateImagePermissionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateImagePermissionsRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateImagePermissionsCommandInput;
+ output: UpdateImagePermissionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/UpdateStackCommand.ts b/clients/client-appstream/src/commands/UpdateStackCommand.ts
index 93b58f4347e4..97777f9e20b4 100644
--- a/clients/client-appstream/src/commands/UpdateStackCommand.ts
+++ b/clients/client-appstream/src/commands/UpdateStackCommand.ts
@@ -191,4 +191,16 @@ export class UpdateStackCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateStackCommand)
.de(de_UpdateStackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateStackRequest;
+ output: UpdateStackResult;
+ };
+ sdk: {
+ input: UpdateStackCommandInput;
+ output: UpdateStackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appstream/src/commands/UpdateThemeForStackCommand.ts b/clients/client-appstream/src/commands/UpdateThemeForStackCommand.ts
index c52e16376e41..7733a68d77c2 100644
--- a/clients/client-appstream/src/commands/UpdateThemeForStackCommand.ts
+++ b/clients/client-appstream/src/commands/UpdateThemeForStackCommand.ts
@@ -129,4 +129,16 @@ export class UpdateThemeForStackCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateThemeForStackCommand)
.de(de_UpdateThemeForStackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateThemeForStackRequest;
+ output: UpdateThemeForStackResult;
+ };
+ sdk: {
+ input: UpdateThemeForStackCommandInput;
+ output: UpdateThemeForStackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/package.json b/clients/client-appsync/package.json
index 73a372db7b93..3f2db762a521 100644
--- a/clients/client-appsync/package.json
+++ b/clients/client-appsync/package.json
@@ -33,31 +33,31 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
- "@smithy/util-stream": "^3.1.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
+ "@smithy/util-stream": "^3.1.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-appsync/src/commands/AssociateApiCommand.ts b/clients/client-appsync/src/commands/AssociateApiCommand.ts
index 7f45bcc822e4..1be78a37f952 100644
--- a/clients/client-appsync/src/commands/AssociateApiCommand.ts
+++ b/clients/client-appsync/src/commands/AssociateApiCommand.ts
@@ -96,4 +96,16 @@ export class AssociateApiCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateApiCommand)
.de(de_AssociateApiCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateApiRequest;
+ output: AssociateApiResponse;
+ };
+ sdk: {
+ input: AssociateApiCommandInput;
+ output: AssociateApiCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/AssociateMergedGraphqlApiCommand.ts b/clients/client-appsync/src/commands/AssociateMergedGraphqlApiCommand.ts
index df530b765cfe..fcb270aa1358 100644
--- a/clients/client-appsync/src/commands/AssociateMergedGraphqlApiCommand.ts
+++ b/clients/client-appsync/src/commands/AssociateMergedGraphqlApiCommand.ts
@@ -116,4 +116,16 @@ export class AssociateMergedGraphqlApiCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateMergedGraphqlApiCommand)
.de(de_AssociateMergedGraphqlApiCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateMergedGraphqlApiRequest;
+ output: AssociateMergedGraphqlApiResponse;
+ };
+ sdk: {
+ input: AssociateMergedGraphqlApiCommandInput;
+ output: AssociateMergedGraphqlApiCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/AssociateSourceGraphqlApiCommand.ts b/clients/client-appsync/src/commands/AssociateSourceGraphqlApiCommand.ts
index 58e020c27ab1..f5fdd01a5540 100644
--- a/clients/client-appsync/src/commands/AssociateSourceGraphqlApiCommand.ts
+++ b/clients/client-appsync/src/commands/AssociateSourceGraphqlApiCommand.ts
@@ -116,4 +116,16 @@ export class AssociateSourceGraphqlApiCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateSourceGraphqlApiCommand)
.de(de_AssociateSourceGraphqlApiCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateSourceGraphqlApiRequest;
+ output: AssociateSourceGraphqlApiResponse;
+ };
+ sdk: {
+ input: AssociateSourceGraphqlApiCommandInput;
+ output: AssociateSourceGraphqlApiCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/CreateApiCacheCommand.ts b/clients/client-appsync/src/commands/CreateApiCacheCommand.ts
index d28f288f3480..36fa17a1ba86 100644
--- a/clients/client-appsync/src/commands/CreateApiCacheCommand.ts
+++ b/clients/client-appsync/src/commands/CreateApiCacheCommand.ts
@@ -108,4 +108,16 @@ export class CreateApiCacheCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateApiCacheCommand)
.de(de_CreateApiCacheCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateApiCacheRequest;
+ output: CreateApiCacheResponse;
+ };
+ sdk: {
+ input: CreateApiCacheCommandInput;
+ output: CreateApiCacheCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/CreateApiKeyCommand.ts b/clients/client-appsync/src/commands/CreateApiKeyCommand.ts
index caa0098ec7ba..5149742ce258 100644
--- a/clients/client-appsync/src/commands/CreateApiKeyCommand.ts
+++ b/clients/client-appsync/src/commands/CreateApiKeyCommand.ts
@@ -107,4 +107,16 @@ export class CreateApiKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateApiKeyCommand)
.de(de_CreateApiKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateApiKeyRequest;
+ output: CreateApiKeyResponse;
+ };
+ sdk: {
+ input: CreateApiKeyCommandInput;
+ output: CreateApiKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/CreateDataSourceCommand.ts b/clients/client-appsync/src/commands/CreateDataSourceCommand.ts
index 3ce6edc1c8b6..1ad92328d506 100644
--- a/clients/client-appsync/src/commands/CreateDataSourceCommand.ts
+++ b/clients/client-appsync/src/commands/CreateDataSourceCommand.ts
@@ -196,4 +196,16 @@ export class CreateDataSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDataSourceCommand)
.de(de_CreateDataSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDataSourceRequest;
+ output: CreateDataSourceResponse;
+ };
+ sdk: {
+ input: CreateDataSourceCommandInput;
+ output: CreateDataSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/CreateDomainNameCommand.ts b/clients/client-appsync/src/commands/CreateDomainNameCommand.ts
index a26cac3b256a..4e9524be2134 100644
--- a/clients/client-appsync/src/commands/CreateDomainNameCommand.ts
+++ b/clients/client-appsync/src/commands/CreateDomainNameCommand.ts
@@ -95,4 +95,16 @@ export class CreateDomainNameCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDomainNameCommand)
.de(de_CreateDomainNameCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDomainNameRequest;
+ output: CreateDomainNameResponse;
+ };
+ sdk: {
+ input: CreateDomainNameCommandInput;
+ output: CreateDomainNameCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/CreateFunctionCommand.ts b/clients/client-appsync/src/commands/CreateFunctionCommand.ts
index 65e8039f831e..7cee385d12c3 100644
--- a/clients/client-appsync/src/commands/CreateFunctionCommand.ts
+++ b/clients/client-appsync/src/commands/CreateFunctionCommand.ts
@@ -136,4 +136,16 @@ export class CreateFunctionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFunctionCommand)
.de(de_CreateFunctionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFunctionRequest;
+ output: CreateFunctionResponse;
+ };
+ sdk: {
+ input: CreateFunctionCommandInput;
+ output: CreateFunctionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/CreateGraphqlApiCommand.ts b/clients/client-appsync/src/commands/CreateGraphqlApiCommand.ts
index 5419bdae63b6..b555ec1b24a9 100644
--- a/clients/client-appsync/src/commands/CreateGraphqlApiCommand.ts
+++ b/clients/client-appsync/src/commands/CreateGraphqlApiCommand.ts
@@ -229,4 +229,16 @@ export class CreateGraphqlApiCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateGraphqlApiCommand)
.de(de_CreateGraphqlApiCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGraphqlApiRequest;
+ output: CreateGraphqlApiResponse;
+ };
+ sdk: {
+ input: CreateGraphqlApiCommandInput;
+ output: CreateGraphqlApiCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/CreateResolverCommand.ts b/clients/client-appsync/src/commands/CreateResolverCommand.ts
index f420dce97744..2051ca05c443 100644
--- a/clients/client-appsync/src/commands/CreateResolverCommand.ts
+++ b/clients/client-appsync/src/commands/CreateResolverCommand.ts
@@ -160,4 +160,16 @@ export class CreateResolverCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateResolverCommand)
.de(de_CreateResolverCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateResolverRequest;
+ output: CreateResolverResponse;
+ };
+ sdk: {
+ input: CreateResolverCommandInput;
+ output: CreateResolverCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/CreateTypeCommand.ts b/clients/client-appsync/src/commands/CreateTypeCommand.ts
index 81d8b5abdca4..a631c083190f 100644
--- a/clients/client-appsync/src/commands/CreateTypeCommand.ts
+++ b/clients/client-appsync/src/commands/CreateTypeCommand.ts
@@ -102,4 +102,16 @@ export class CreateTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTypeCommand)
.de(de_CreateTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTypeRequest;
+ output: CreateTypeResponse;
+ };
+ sdk: {
+ input: CreateTypeCommandInput;
+ output: CreateTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/DeleteApiCacheCommand.ts b/clients/client-appsync/src/commands/DeleteApiCacheCommand.ts
index ef2104044887..6a63ac058bf1 100644
--- a/clients/client-appsync/src/commands/DeleteApiCacheCommand.ts
+++ b/clients/client-appsync/src/commands/DeleteApiCacheCommand.ts
@@ -92,4 +92,16 @@ export class DeleteApiCacheCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApiCacheCommand)
.de(de_DeleteApiCacheCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApiCacheRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApiCacheCommandInput;
+ output: DeleteApiCacheCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/DeleteApiKeyCommand.ts b/clients/client-appsync/src/commands/DeleteApiKeyCommand.ts
index ec7f882fa1cc..a7d7f92846b7 100644
--- a/clients/client-appsync/src/commands/DeleteApiKeyCommand.ts
+++ b/clients/client-appsync/src/commands/DeleteApiKeyCommand.ts
@@ -89,4 +89,16 @@ export class DeleteApiKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApiKeyCommand)
.de(de_DeleteApiKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApiKeyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApiKeyCommandInput;
+ output: DeleteApiKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/DeleteDataSourceCommand.ts b/clients/client-appsync/src/commands/DeleteDataSourceCommand.ts
index 70e6986d12ed..8a0119805824 100644
--- a/clients/client-appsync/src/commands/DeleteDataSourceCommand.ts
+++ b/clients/client-appsync/src/commands/DeleteDataSourceCommand.ts
@@ -93,4 +93,16 @@ export class DeleteDataSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDataSourceCommand)
.de(de_DeleteDataSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDataSourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDataSourceCommandInput;
+ output: DeleteDataSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/DeleteDomainNameCommand.ts b/clients/client-appsync/src/commands/DeleteDomainNameCommand.ts
index 8f9c14146a31..4ec81d4a66af 100644
--- a/clients/client-appsync/src/commands/DeleteDomainNameCommand.ts
+++ b/clients/client-appsync/src/commands/DeleteDomainNameCommand.ts
@@ -92,4 +92,16 @@ export class DeleteDomainNameCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDomainNameCommand)
.de(de_DeleteDomainNameCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDomainNameRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDomainNameCommandInput;
+ output: DeleteDomainNameCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/DeleteFunctionCommand.ts b/clients/client-appsync/src/commands/DeleteFunctionCommand.ts
index 6a589432bcc9..6802779b4f53 100644
--- a/clients/client-appsync/src/commands/DeleteFunctionCommand.ts
+++ b/clients/client-appsync/src/commands/DeleteFunctionCommand.ts
@@ -93,4 +93,16 @@ export class DeleteFunctionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFunctionCommand)
.de(de_DeleteFunctionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFunctionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFunctionCommandInput;
+ output: DeleteFunctionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/DeleteGraphqlApiCommand.ts b/clients/client-appsync/src/commands/DeleteGraphqlApiCommand.ts
index 0cafec5d1b3b..1617b054c153 100644
--- a/clients/client-appsync/src/commands/DeleteGraphqlApiCommand.ts
+++ b/clients/client-appsync/src/commands/DeleteGraphqlApiCommand.ts
@@ -95,4 +95,16 @@ export class DeleteGraphqlApiCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteGraphqlApiCommand)
.de(de_DeleteGraphqlApiCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteGraphqlApiRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteGraphqlApiCommandInput;
+ output: DeleteGraphqlApiCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/DeleteResolverCommand.ts b/clients/client-appsync/src/commands/DeleteResolverCommand.ts
index bc6dc8a40698..21ee8fe5af98 100644
--- a/clients/client-appsync/src/commands/DeleteResolverCommand.ts
+++ b/clients/client-appsync/src/commands/DeleteResolverCommand.ts
@@ -94,4 +94,16 @@ export class DeleteResolverCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteResolverCommand)
.de(de_DeleteResolverCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteResolverRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteResolverCommandInput;
+ output: DeleteResolverCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/DeleteTypeCommand.ts b/clients/client-appsync/src/commands/DeleteTypeCommand.ts
index 5cc575634f37..4f4c72ee9d22 100644
--- a/clients/client-appsync/src/commands/DeleteTypeCommand.ts
+++ b/clients/client-appsync/src/commands/DeleteTypeCommand.ts
@@ -93,4 +93,16 @@ export class DeleteTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTypeCommand)
.de(de_DeleteTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTypeRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTypeCommandInput;
+ output: DeleteTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/DisassociateApiCommand.ts b/clients/client-appsync/src/commands/DisassociateApiCommand.ts
index 4a6665979ab9..c7c1afbc72a8 100644
--- a/clients/client-appsync/src/commands/DisassociateApiCommand.ts
+++ b/clients/client-appsync/src/commands/DisassociateApiCommand.ts
@@ -92,4 +92,16 @@ export class DisassociateApiCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateApiCommand)
.de(de_DisassociateApiCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateApiRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateApiCommandInput;
+ output: DisassociateApiCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/DisassociateMergedGraphqlApiCommand.ts b/clients/client-appsync/src/commands/DisassociateMergedGraphqlApiCommand.ts
index 12a384f1d3e8..e2690f9c3d4f 100644
--- a/clients/client-appsync/src/commands/DisassociateMergedGraphqlApiCommand.ts
+++ b/clients/client-appsync/src/commands/DisassociateMergedGraphqlApiCommand.ts
@@ -101,4 +101,16 @@ export class DisassociateMergedGraphqlApiCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateMergedGraphqlApiCommand)
.de(de_DisassociateMergedGraphqlApiCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateMergedGraphqlApiRequest;
+ output: DisassociateMergedGraphqlApiResponse;
+ };
+ sdk: {
+ input: DisassociateMergedGraphqlApiCommandInput;
+ output: DisassociateMergedGraphqlApiCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/DisassociateSourceGraphqlApiCommand.ts b/clients/client-appsync/src/commands/DisassociateSourceGraphqlApiCommand.ts
index 83d2e2b0cafb..f762a011ce81 100644
--- a/clients/client-appsync/src/commands/DisassociateSourceGraphqlApiCommand.ts
+++ b/clients/client-appsync/src/commands/DisassociateSourceGraphqlApiCommand.ts
@@ -101,4 +101,16 @@ export class DisassociateSourceGraphqlApiCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateSourceGraphqlApiCommand)
.de(de_DisassociateSourceGraphqlApiCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateSourceGraphqlApiRequest;
+ output: DisassociateSourceGraphqlApiResponse;
+ };
+ sdk: {
+ input: DisassociateSourceGraphqlApiCommandInput;
+ output: DisassociateSourceGraphqlApiCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/EvaluateCodeCommand.ts b/clients/client-appsync/src/commands/EvaluateCodeCommand.ts
index 80074b0320bd..68338d8786c2 100644
--- a/clients/client-appsync/src/commands/EvaluateCodeCommand.ts
+++ b/clients/client-appsync/src/commands/EvaluateCodeCommand.ts
@@ -114,4 +114,16 @@ export class EvaluateCodeCommand extends $Command
.f(void 0, void 0)
.ser(se_EvaluateCodeCommand)
.de(de_EvaluateCodeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EvaluateCodeRequest;
+ output: EvaluateCodeResponse;
+ };
+ sdk: {
+ input: EvaluateCodeCommandInput;
+ output: EvaluateCodeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/EvaluateMappingTemplateCommand.ts b/clients/client-appsync/src/commands/EvaluateMappingTemplateCommand.ts
index f96e2c0a9a71..8869a908a603 100644
--- a/clients/client-appsync/src/commands/EvaluateMappingTemplateCommand.ts
+++ b/clients/client-appsync/src/commands/EvaluateMappingTemplateCommand.ts
@@ -99,4 +99,16 @@ export class EvaluateMappingTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_EvaluateMappingTemplateCommand)
.de(de_EvaluateMappingTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EvaluateMappingTemplateRequest;
+ output: EvaluateMappingTemplateResponse;
+ };
+ sdk: {
+ input: EvaluateMappingTemplateCommandInput;
+ output: EvaluateMappingTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/FlushApiCacheCommand.ts b/clients/client-appsync/src/commands/FlushApiCacheCommand.ts
index 40d463bcd38f..0d68ef227ab6 100644
--- a/clients/client-appsync/src/commands/FlushApiCacheCommand.ts
+++ b/clients/client-appsync/src/commands/FlushApiCacheCommand.ts
@@ -92,4 +92,16 @@ export class FlushApiCacheCommand extends $Command
.f(void 0, void 0)
.ser(se_FlushApiCacheCommand)
.de(de_FlushApiCacheCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: FlushApiCacheRequest;
+ output: {};
+ };
+ sdk: {
+ input: FlushApiCacheCommandInput;
+ output: FlushApiCacheCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/GetApiAssociationCommand.ts b/clients/client-appsync/src/commands/GetApiAssociationCommand.ts
index 4a18c5667eed..5bdf81884d43 100644
--- a/clients/client-appsync/src/commands/GetApiAssociationCommand.ts
+++ b/clients/client-appsync/src/commands/GetApiAssociationCommand.ts
@@ -95,4 +95,16 @@ export class GetApiAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetApiAssociationCommand)
.de(de_GetApiAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetApiAssociationRequest;
+ output: GetApiAssociationResponse;
+ };
+ sdk: {
+ input: GetApiAssociationCommandInput;
+ output: GetApiAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/GetApiCacheCommand.ts b/clients/client-appsync/src/commands/GetApiCacheCommand.ts
index 8acbd96c5d59..fa99c627a9d2 100644
--- a/clients/client-appsync/src/commands/GetApiCacheCommand.ts
+++ b/clients/client-appsync/src/commands/GetApiCacheCommand.ts
@@ -102,4 +102,16 @@ export class GetApiCacheCommand extends $Command
.f(void 0, void 0)
.ser(se_GetApiCacheCommand)
.de(de_GetApiCacheCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetApiCacheRequest;
+ output: GetApiCacheResponse;
+ };
+ sdk: {
+ input: GetApiCacheCommandInput;
+ output: GetApiCacheCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/GetDataSourceCommand.ts b/clients/client-appsync/src/commands/GetDataSourceCommand.ts
index a605e7c93097..7efa6ffef415 100644
--- a/clients/client-appsync/src/commands/GetDataSourceCommand.ts
+++ b/clients/client-appsync/src/commands/GetDataSourceCommand.ts
@@ -147,4 +147,16 @@ export class GetDataSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataSourceCommand)
.de(de_GetDataSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataSourceRequest;
+ output: GetDataSourceResponse;
+ };
+ sdk: {
+ input: GetDataSourceCommandInput;
+ output: GetDataSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/GetDataSourceIntrospectionCommand.ts b/clients/client-appsync/src/commands/GetDataSourceIntrospectionCommand.ts
index 060e6ca7a156..0ee8eb75eea4 100644
--- a/clients/client-appsync/src/commands/GetDataSourceIntrospectionCommand.ts
+++ b/clients/client-appsync/src/commands/GetDataSourceIntrospectionCommand.ts
@@ -138,4 +138,16 @@ export class GetDataSourceIntrospectionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataSourceIntrospectionCommand)
.de(de_GetDataSourceIntrospectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataSourceIntrospectionRequest;
+ output: GetDataSourceIntrospectionResponse;
+ };
+ sdk: {
+ input: GetDataSourceIntrospectionCommandInput;
+ output: GetDataSourceIntrospectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/GetDomainNameCommand.ts b/clients/client-appsync/src/commands/GetDomainNameCommand.ts
index 59525c56e677..afd2ea825cf0 100644
--- a/clients/client-appsync/src/commands/GetDomainNameCommand.ts
+++ b/clients/client-appsync/src/commands/GetDomainNameCommand.ts
@@ -96,4 +96,16 @@ export class GetDomainNameCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDomainNameCommand)
.de(de_GetDomainNameCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDomainNameRequest;
+ output: GetDomainNameResponse;
+ };
+ sdk: {
+ input: GetDomainNameCommandInput;
+ output: GetDomainNameCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/GetFunctionCommand.ts b/clients/client-appsync/src/commands/GetFunctionCommand.ts
index 489060527bae..adb9e83cdae9 100644
--- a/clients/client-appsync/src/commands/GetFunctionCommand.ts
+++ b/clients/client-appsync/src/commands/GetFunctionCommand.ts
@@ -110,4 +110,16 @@ export class GetFunctionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFunctionCommand)
.de(de_GetFunctionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFunctionRequest;
+ output: GetFunctionResponse;
+ };
+ sdk: {
+ input: GetFunctionCommandInput;
+ output: GetFunctionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/GetGraphqlApiCommand.ts b/clients/client-appsync/src/commands/GetGraphqlApiCommand.ts
index 3690d638ee2d..c77ada6cfeda 100644
--- a/clients/client-appsync/src/commands/GetGraphqlApiCommand.ts
+++ b/clients/client-appsync/src/commands/GetGraphqlApiCommand.ts
@@ -165,4 +165,16 @@ export class GetGraphqlApiCommand extends $Command
.f(void 0, void 0)
.ser(se_GetGraphqlApiCommand)
.de(de_GetGraphqlApiCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetGraphqlApiRequest;
+ output: GetGraphqlApiResponse;
+ };
+ sdk: {
+ input: GetGraphqlApiCommandInput;
+ output: GetGraphqlApiCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/GetGraphqlApiEnvironmentVariablesCommand.ts b/clients/client-appsync/src/commands/GetGraphqlApiEnvironmentVariablesCommand.ts
index a31f170a104c..3952a7d385e2 100644
--- a/clients/client-appsync/src/commands/GetGraphqlApiEnvironmentVariablesCommand.ts
+++ b/clients/client-appsync/src/commands/GetGraphqlApiEnvironmentVariablesCommand.ts
@@ -103,4 +103,16 @@ export class GetGraphqlApiEnvironmentVariablesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetGraphqlApiEnvironmentVariablesCommand)
.de(de_GetGraphqlApiEnvironmentVariablesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetGraphqlApiEnvironmentVariablesRequest;
+ output: GetGraphqlApiEnvironmentVariablesResponse;
+ };
+ sdk: {
+ input: GetGraphqlApiEnvironmentVariablesCommandInput;
+ output: GetGraphqlApiEnvironmentVariablesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/GetIntrospectionSchemaCommand.ts b/clients/client-appsync/src/commands/GetIntrospectionSchemaCommand.ts
index 3b74e3541888..4b33ced03f1b 100644
--- a/clients/client-appsync/src/commands/GetIntrospectionSchemaCommand.ts
+++ b/clients/client-appsync/src/commands/GetIntrospectionSchemaCommand.ts
@@ -101,4 +101,16 @@ export class GetIntrospectionSchemaCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIntrospectionSchemaCommand)
.de(de_GetIntrospectionSchemaCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIntrospectionSchemaRequest;
+ output: GetIntrospectionSchemaResponse;
+ };
+ sdk: {
+ input: GetIntrospectionSchemaCommandInput;
+ output: GetIntrospectionSchemaCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/GetResolverCommand.ts b/clients/client-appsync/src/commands/GetResolverCommand.ts
index bc3cefdb7a2f..c1a826c4467b 100644
--- a/clients/client-appsync/src/commands/GetResolverCommand.ts
+++ b/clients/client-appsync/src/commands/GetResolverCommand.ts
@@ -122,4 +122,16 @@ export class GetResolverCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResolverCommand)
.de(de_GetResolverCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResolverRequest;
+ output: GetResolverResponse;
+ };
+ sdk: {
+ input: GetResolverCommandInput;
+ output: GetResolverCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/GetSchemaCreationStatusCommand.ts b/clients/client-appsync/src/commands/GetSchemaCreationStatusCommand.ts
index 3ffd0f7dcb84..f380d0c34fb4 100644
--- a/clients/client-appsync/src/commands/GetSchemaCreationStatusCommand.ts
+++ b/clients/client-appsync/src/commands/GetSchemaCreationStatusCommand.ts
@@ -91,4 +91,16 @@ export class GetSchemaCreationStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSchemaCreationStatusCommand)
.de(de_GetSchemaCreationStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSchemaCreationStatusRequest;
+ output: GetSchemaCreationStatusResponse;
+ };
+ sdk: {
+ input: GetSchemaCreationStatusCommandInput;
+ output: GetSchemaCreationStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/GetSourceApiAssociationCommand.ts b/clients/client-appsync/src/commands/GetSourceApiAssociationCommand.ts
index 0fa67d5acfff..48087e076a08 100644
--- a/clients/client-appsync/src/commands/GetSourceApiAssociationCommand.ts
+++ b/clients/client-appsync/src/commands/GetSourceApiAssociationCommand.ts
@@ -105,4 +105,16 @@ export class GetSourceApiAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSourceApiAssociationCommand)
.de(de_GetSourceApiAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSourceApiAssociationRequest;
+ output: GetSourceApiAssociationResponse;
+ };
+ sdk: {
+ input: GetSourceApiAssociationCommandInput;
+ output: GetSourceApiAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/GetTypeCommand.ts b/clients/client-appsync/src/commands/GetTypeCommand.ts
index c2c363f9fbf5..accaaf24d338 100644
--- a/clients/client-appsync/src/commands/GetTypeCommand.ts
+++ b/clients/client-appsync/src/commands/GetTypeCommand.ts
@@ -102,4 +102,16 @@ export class GetTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTypeCommand)
.de(de_GetTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTypeRequest;
+ output: GetTypeResponse;
+ };
+ sdk: {
+ input: GetTypeCommandInput;
+ output: GetTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/ListApiKeysCommand.ts b/clients/client-appsync/src/commands/ListApiKeysCommand.ts
index 55df1a8e4572..974496e962ae 100644
--- a/clients/client-appsync/src/commands/ListApiKeysCommand.ts
+++ b/clients/client-appsync/src/commands/ListApiKeysCommand.ts
@@ -105,4 +105,16 @@ export class ListApiKeysCommand extends $Command
.f(void 0, void 0)
.ser(se_ListApiKeysCommand)
.de(de_ListApiKeysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListApiKeysRequest;
+ output: ListApiKeysResponse;
+ };
+ sdk: {
+ input: ListApiKeysCommandInput;
+ output: ListApiKeysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/ListDataSourcesCommand.ts b/clients/client-appsync/src/commands/ListDataSourcesCommand.ts
index eaec49ecf1ae..252194a01285 100644
--- a/clients/client-appsync/src/commands/ListDataSourcesCommand.ts
+++ b/clients/client-appsync/src/commands/ListDataSourcesCommand.ts
@@ -147,4 +147,16 @@ export class ListDataSourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDataSourcesCommand)
.de(de_ListDataSourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataSourcesRequest;
+ output: ListDataSourcesResponse;
+ };
+ sdk: {
+ input: ListDataSourcesCommandInput;
+ output: ListDataSourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/ListDomainNamesCommand.ts b/clients/client-appsync/src/commands/ListDomainNamesCommand.ts
index c5829f0df8f1..cb6341b0a9e6 100644
--- a/clients/client-appsync/src/commands/ListDomainNamesCommand.ts
+++ b/clients/client-appsync/src/commands/ListDomainNamesCommand.ts
@@ -97,4 +97,16 @@ export class ListDomainNamesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDomainNamesCommand)
.de(de_ListDomainNamesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDomainNamesRequest;
+ output: ListDomainNamesResponse;
+ };
+ sdk: {
+ input: ListDomainNamesCommandInput;
+ output: ListDomainNamesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/ListFunctionsCommand.ts b/clients/client-appsync/src/commands/ListFunctionsCommand.ts
index bc8e321225a2..18d2311f36f7 100644
--- a/clients/client-appsync/src/commands/ListFunctionsCommand.ts
+++ b/clients/client-appsync/src/commands/ListFunctionsCommand.ts
@@ -117,4 +117,16 @@ export class ListFunctionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFunctionsCommand)
.de(de_ListFunctionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFunctionsRequest;
+ output: ListFunctionsResponse;
+ };
+ sdk: {
+ input: ListFunctionsCommandInput;
+ output: ListFunctionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/ListGraphqlApisCommand.ts b/clients/client-appsync/src/commands/ListGraphqlApisCommand.ts
index d3e113d1e2b7..4fff15ea9447 100644
--- a/clients/client-appsync/src/commands/ListGraphqlApisCommand.ts
+++ b/clients/client-appsync/src/commands/ListGraphqlApisCommand.ts
@@ -165,4 +165,16 @@ export class ListGraphqlApisCommand extends $Command
.f(void 0, void 0)
.ser(se_ListGraphqlApisCommand)
.de(de_ListGraphqlApisCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGraphqlApisRequest;
+ output: ListGraphqlApisResponse;
+ };
+ sdk: {
+ input: ListGraphqlApisCommandInput;
+ output: ListGraphqlApisCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/ListResolversByFunctionCommand.ts b/clients/client-appsync/src/commands/ListResolversByFunctionCommand.ts
index 1e2c27a50dcd..407cc948b2a2 100644
--- a/clients/client-appsync/src/commands/ListResolversByFunctionCommand.ts
+++ b/clients/client-appsync/src/commands/ListResolversByFunctionCommand.ts
@@ -129,4 +129,16 @@ export class ListResolversByFunctionCommand extends $Command
.f(void 0, void 0)
.ser(se_ListResolversByFunctionCommand)
.de(de_ListResolversByFunctionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListResolversByFunctionRequest;
+ output: ListResolversByFunctionResponse;
+ };
+ sdk: {
+ input: ListResolversByFunctionCommandInput;
+ output: ListResolversByFunctionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/ListResolversCommand.ts b/clients/client-appsync/src/commands/ListResolversCommand.ts
index 7bc3d1b290a3..00241b68fc8e 100644
--- a/clients/client-appsync/src/commands/ListResolversCommand.ts
+++ b/clients/client-appsync/src/commands/ListResolversCommand.ts
@@ -129,4 +129,16 @@ export class ListResolversCommand extends $Command
.f(void 0, void 0)
.ser(se_ListResolversCommand)
.de(de_ListResolversCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListResolversRequest;
+ output: ListResolversResponse;
+ };
+ sdk: {
+ input: ListResolversCommandInput;
+ output: ListResolversCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/ListSourceApiAssociationsCommand.ts b/clients/client-appsync/src/commands/ListSourceApiAssociationsCommand.ts
index 5ff52db66c92..b7c31517f8ae 100644
--- a/clients/client-appsync/src/commands/ListSourceApiAssociationsCommand.ts
+++ b/clients/client-appsync/src/commands/ListSourceApiAssociationsCommand.ts
@@ -103,4 +103,16 @@ export class ListSourceApiAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSourceApiAssociationsCommand)
.de(de_ListSourceApiAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSourceApiAssociationsRequest;
+ output: ListSourceApiAssociationsResponse;
+ };
+ sdk: {
+ input: ListSourceApiAssociationsCommandInput;
+ output: ListSourceApiAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/ListTagsForResourceCommand.ts b/clients/client-appsync/src/commands/ListTagsForResourceCommand.ts
index 2dfbdcd0068c..b6c2e96e7569 100644
--- a/clients/client-appsync/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-appsync/src/commands/ListTagsForResourceCommand.ts
@@ -98,4 +98,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/ListTypesByAssociationCommand.ts b/clients/client-appsync/src/commands/ListTypesByAssociationCommand.ts
index af182bb818d0..45e15a62378a 100644
--- a/clients/client-appsync/src/commands/ListTypesByAssociationCommand.ts
+++ b/clients/client-appsync/src/commands/ListTypesByAssociationCommand.ts
@@ -107,4 +107,16 @@ export class ListTypesByAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTypesByAssociationCommand)
.de(de_ListTypesByAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTypesByAssociationRequest;
+ output: ListTypesByAssociationResponse;
+ };
+ sdk: {
+ input: ListTypesByAssociationCommandInput;
+ output: ListTypesByAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/ListTypesCommand.ts b/clients/client-appsync/src/commands/ListTypesCommand.ts
index 0f7d882fb412..a9e79e294a97 100644
--- a/clients/client-appsync/src/commands/ListTypesCommand.ts
+++ b/clients/client-appsync/src/commands/ListTypesCommand.ts
@@ -106,4 +106,16 @@ export class ListTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTypesCommand)
.de(de_ListTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTypesRequest;
+ output: ListTypesResponse;
+ };
+ sdk: {
+ input: ListTypesCommandInput;
+ output: ListTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/PutGraphqlApiEnvironmentVariablesCommand.ts b/clients/client-appsync/src/commands/PutGraphqlApiEnvironmentVariablesCommand.ts
index 1d5bb7d85841..b8a235d78a8b 100644
--- a/clients/client-appsync/src/commands/PutGraphqlApiEnvironmentVariablesCommand.ts
+++ b/clients/client-appsync/src/commands/PutGraphqlApiEnvironmentVariablesCommand.ts
@@ -154,4 +154,16 @@ export class PutGraphqlApiEnvironmentVariablesCommand extends $Command
.f(void 0, void 0)
.ser(se_PutGraphqlApiEnvironmentVariablesCommand)
.de(de_PutGraphqlApiEnvironmentVariablesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutGraphqlApiEnvironmentVariablesRequest;
+ output: PutGraphqlApiEnvironmentVariablesResponse;
+ };
+ sdk: {
+ input: PutGraphqlApiEnvironmentVariablesCommandInput;
+ output: PutGraphqlApiEnvironmentVariablesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/StartDataSourceIntrospectionCommand.ts b/clients/client-appsync/src/commands/StartDataSourceIntrospectionCommand.ts
index ea033ca14125..209231300ff7 100644
--- a/clients/client-appsync/src/commands/StartDataSourceIntrospectionCommand.ts
+++ b/clients/client-appsync/src/commands/StartDataSourceIntrospectionCommand.ts
@@ -102,4 +102,16 @@ export class StartDataSourceIntrospectionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartDataSourceIntrospectionCommand)
.de(de_StartDataSourceIntrospectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartDataSourceIntrospectionRequest;
+ output: StartDataSourceIntrospectionResponse;
+ };
+ sdk: {
+ input: StartDataSourceIntrospectionCommandInput;
+ output: StartDataSourceIntrospectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/StartSchemaCreationCommand.ts b/clients/client-appsync/src/commands/StartSchemaCreationCommand.ts
index 1ab9a92d17f8..5462a50041ac 100644
--- a/clients/client-appsync/src/commands/StartSchemaCreationCommand.ts
+++ b/clients/client-appsync/src/commands/StartSchemaCreationCommand.ts
@@ -97,4 +97,16 @@ export class StartSchemaCreationCommand extends $Command
.f(void 0, void 0)
.ser(se_StartSchemaCreationCommand)
.de(de_StartSchemaCreationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartSchemaCreationRequest;
+ output: StartSchemaCreationResponse;
+ };
+ sdk: {
+ input: StartSchemaCreationCommandInput;
+ output: StartSchemaCreationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/StartSchemaMergeCommand.ts b/clients/client-appsync/src/commands/StartSchemaMergeCommand.ts
index 1cc4f7323c49..4eb83b950f3d 100644
--- a/clients/client-appsync/src/commands/StartSchemaMergeCommand.ts
+++ b/clients/client-appsync/src/commands/StartSchemaMergeCommand.ts
@@ -95,4 +95,16 @@ export class StartSchemaMergeCommand extends $Command
.f(void 0, void 0)
.ser(se_StartSchemaMergeCommand)
.de(de_StartSchemaMergeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartSchemaMergeRequest;
+ output: StartSchemaMergeResponse;
+ };
+ sdk: {
+ input: StartSchemaMergeCommandInput;
+ output: StartSchemaMergeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/TagResourceCommand.ts b/clients/client-appsync/src/commands/TagResourceCommand.ts
index e17963efb60f..1137b39c3e1c 100644
--- a/clients/client-appsync/src/commands/TagResourceCommand.ts
+++ b/clients/client-appsync/src/commands/TagResourceCommand.ts
@@ -97,4 +97,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/UntagResourceCommand.ts b/clients/client-appsync/src/commands/UntagResourceCommand.ts
index bbc5348ad7db..348456a0d6d8 100644
--- a/clients/client-appsync/src/commands/UntagResourceCommand.ts
+++ b/clients/client-appsync/src/commands/UntagResourceCommand.ts
@@ -97,4 +97,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/UpdateApiCacheCommand.ts b/clients/client-appsync/src/commands/UpdateApiCacheCommand.ts
index 6fa97dde2078..02654a4e7a1d 100644
--- a/clients/client-appsync/src/commands/UpdateApiCacheCommand.ts
+++ b/clients/client-appsync/src/commands/UpdateApiCacheCommand.ts
@@ -106,4 +106,16 @@ export class UpdateApiCacheCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateApiCacheCommand)
.de(de_UpdateApiCacheCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApiCacheRequest;
+ output: UpdateApiCacheResponse;
+ };
+ sdk: {
+ input: UpdateApiCacheCommandInput;
+ output: UpdateApiCacheCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/UpdateApiKeyCommand.ts b/clients/client-appsync/src/commands/UpdateApiKeyCommand.ts
index a746f19dc998..4fb6a98a02e1 100644
--- a/clients/client-appsync/src/commands/UpdateApiKeyCommand.ts
+++ b/clients/client-appsync/src/commands/UpdateApiKeyCommand.ts
@@ -105,4 +105,16 @@ export class UpdateApiKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateApiKeyCommand)
.de(de_UpdateApiKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApiKeyRequest;
+ output: UpdateApiKeyResponse;
+ };
+ sdk: {
+ input: UpdateApiKeyCommandInput;
+ output: UpdateApiKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/UpdateDataSourceCommand.ts b/clients/client-appsync/src/commands/UpdateDataSourceCommand.ts
index 87cb31873bd5..49764f01f769 100644
--- a/clients/client-appsync/src/commands/UpdateDataSourceCommand.ts
+++ b/clients/client-appsync/src/commands/UpdateDataSourceCommand.ts
@@ -196,4 +196,16 @@ export class UpdateDataSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDataSourceCommand)
.de(de_UpdateDataSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDataSourceRequest;
+ output: UpdateDataSourceResponse;
+ };
+ sdk: {
+ input: UpdateDataSourceCommandInput;
+ output: UpdateDataSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/UpdateDomainNameCommand.ts b/clients/client-appsync/src/commands/UpdateDomainNameCommand.ts
index 42b858f69d0b..a8a6604f840d 100644
--- a/clients/client-appsync/src/commands/UpdateDomainNameCommand.ts
+++ b/clients/client-appsync/src/commands/UpdateDomainNameCommand.ts
@@ -101,4 +101,16 @@ export class UpdateDomainNameCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDomainNameCommand)
.de(de_UpdateDomainNameCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDomainNameRequest;
+ output: UpdateDomainNameResponse;
+ };
+ sdk: {
+ input: UpdateDomainNameCommandInput;
+ output: UpdateDomainNameCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/UpdateFunctionCommand.ts b/clients/client-appsync/src/commands/UpdateFunctionCommand.ts
index 085039228580..6b2e1a7845fd 100644
--- a/clients/client-appsync/src/commands/UpdateFunctionCommand.ts
+++ b/clients/client-appsync/src/commands/UpdateFunctionCommand.ts
@@ -136,4 +136,16 @@ export class UpdateFunctionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFunctionCommand)
.de(de_UpdateFunctionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFunctionRequest;
+ output: UpdateFunctionResponse;
+ };
+ sdk: {
+ input: UpdateFunctionCommandInput;
+ output: UpdateFunctionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/UpdateGraphqlApiCommand.ts b/clients/client-appsync/src/commands/UpdateGraphqlApiCommand.ts
index 02cc7a2fd744..600b86164efb 100644
--- a/clients/client-appsync/src/commands/UpdateGraphqlApiCommand.ts
+++ b/clients/client-appsync/src/commands/UpdateGraphqlApiCommand.ts
@@ -225,4 +225,16 @@ export class UpdateGraphqlApiCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateGraphqlApiCommand)
.de(de_UpdateGraphqlApiCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGraphqlApiRequest;
+ output: UpdateGraphqlApiResponse;
+ };
+ sdk: {
+ input: UpdateGraphqlApiCommandInput;
+ output: UpdateGraphqlApiCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/UpdateResolverCommand.ts b/clients/client-appsync/src/commands/UpdateResolverCommand.ts
index ad8329b876a5..ce7d6607f9c5 100644
--- a/clients/client-appsync/src/commands/UpdateResolverCommand.ts
+++ b/clients/client-appsync/src/commands/UpdateResolverCommand.ts
@@ -158,4 +158,16 @@ export class UpdateResolverCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateResolverCommand)
.de(de_UpdateResolverCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateResolverRequest;
+ output: UpdateResolverResponse;
+ };
+ sdk: {
+ input: UpdateResolverCommandInput;
+ output: UpdateResolverCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/UpdateSourceApiAssociationCommand.ts b/clients/client-appsync/src/commands/UpdateSourceApiAssociationCommand.ts
index 731ea73e639c..df9d8fac04c9 100644
--- a/clients/client-appsync/src/commands/UpdateSourceApiAssociationCommand.ts
+++ b/clients/client-appsync/src/commands/UpdateSourceApiAssociationCommand.ts
@@ -113,4 +113,16 @@ export class UpdateSourceApiAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSourceApiAssociationCommand)
.de(de_UpdateSourceApiAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSourceApiAssociationRequest;
+ output: UpdateSourceApiAssociationResponse;
+ };
+ sdk: {
+ input: UpdateSourceApiAssociationCommandInput;
+ output: UpdateSourceApiAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-appsync/src/commands/UpdateTypeCommand.ts b/clients/client-appsync/src/commands/UpdateTypeCommand.ts
index 10e57ea52254..128731af343c 100644
--- a/clients/client-appsync/src/commands/UpdateTypeCommand.ts
+++ b/clients/client-appsync/src/commands/UpdateTypeCommand.ts
@@ -103,4 +103,16 @@ export class UpdateTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTypeCommand)
.de(de_UpdateTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTypeRequest;
+ output: UpdateTypeResponse;
+ };
+ sdk: {
+ input: UpdateTypeCommandInput;
+ output: UpdateTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apptest/package.json b/clients/client-apptest/package.json
index 654bec539a06..b0e4e379e1ff 100644
--- a/clients/client-apptest/package.json
+++ b/clients/client-apptest/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-apptest/src/commands/CreateTestCaseCommand.ts b/clients/client-apptest/src/commands/CreateTestCaseCommand.ts
index 0187c83d7341..b595f7f4e712 100644
--- a/clients/client-apptest/src/commands/CreateTestCaseCommand.ts
+++ b/clients/client-apptest/src/commands/CreateTestCaseCommand.ts
@@ -187,4 +187,16 @@ export class CreateTestCaseCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTestCaseCommand)
.de(de_CreateTestCaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTestCaseRequest;
+ output: CreateTestCaseResponse;
+ };
+ sdk: {
+ input: CreateTestCaseCommandInput;
+ output: CreateTestCaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apptest/src/commands/CreateTestConfigurationCommand.ts b/clients/client-apptest/src/commands/CreateTestConfigurationCommand.ts
index f2ec367589a3..615494b4dd18 100644
--- a/clients/client-apptest/src/commands/CreateTestConfigurationCommand.ts
+++ b/clients/client-apptest/src/commands/CreateTestConfigurationCommand.ts
@@ -132,4 +132,16 @@ export class CreateTestConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTestConfigurationCommand)
.de(de_CreateTestConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTestConfigurationRequest;
+ output: CreateTestConfigurationResponse;
+ };
+ sdk: {
+ input: CreateTestConfigurationCommandInput;
+ output: CreateTestConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apptest/src/commands/CreateTestSuiteCommand.ts b/clients/client-apptest/src/commands/CreateTestSuiteCommand.ts
index e292498eaacd..96ba588cbb88 100644
--- a/clients/client-apptest/src/commands/CreateTestSuiteCommand.ts
+++ b/clients/client-apptest/src/commands/CreateTestSuiteCommand.ts
@@ -278,4 +278,16 @@ export class CreateTestSuiteCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTestSuiteCommand)
.de(de_CreateTestSuiteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTestSuiteRequest;
+ output: CreateTestSuiteResponse;
+ };
+ sdk: {
+ input: CreateTestSuiteCommandInput;
+ output: CreateTestSuiteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apptest/src/commands/DeleteTestCaseCommand.ts b/clients/client-apptest/src/commands/DeleteTestCaseCommand.ts
index 79be9755f406..82102786d8ab 100644
--- a/clients/client-apptest/src/commands/DeleteTestCaseCommand.ts
+++ b/clients/client-apptest/src/commands/DeleteTestCaseCommand.ts
@@ -93,4 +93,16 @@ export class DeleteTestCaseCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTestCaseCommand)
.de(de_DeleteTestCaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTestCaseRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTestCaseCommandInput;
+ output: DeleteTestCaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apptest/src/commands/DeleteTestConfigurationCommand.ts b/clients/client-apptest/src/commands/DeleteTestConfigurationCommand.ts
index f62351c6b2c1..52d3b5e5adbc 100644
--- a/clients/client-apptest/src/commands/DeleteTestConfigurationCommand.ts
+++ b/clients/client-apptest/src/commands/DeleteTestConfigurationCommand.ts
@@ -93,4 +93,16 @@ export class DeleteTestConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTestConfigurationCommand)
.de(de_DeleteTestConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTestConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTestConfigurationCommandInput;
+ output: DeleteTestConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apptest/src/commands/DeleteTestRunCommand.ts b/clients/client-apptest/src/commands/DeleteTestRunCommand.ts
index c72841487336..6a03f10faf03 100644
--- a/clients/client-apptest/src/commands/DeleteTestRunCommand.ts
+++ b/clients/client-apptest/src/commands/DeleteTestRunCommand.ts
@@ -90,4 +90,16 @@ export class DeleteTestRunCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTestRunCommand)
.de(de_DeleteTestRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTestRunRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTestRunCommandInput;
+ output: DeleteTestRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apptest/src/commands/DeleteTestSuiteCommand.ts b/clients/client-apptest/src/commands/DeleteTestSuiteCommand.ts
index fb86a439837c..b8b48095eea4 100644
--- a/clients/client-apptest/src/commands/DeleteTestSuiteCommand.ts
+++ b/clients/client-apptest/src/commands/DeleteTestSuiteCommand.ts
@@ -93,4 +93,16 @@ export class DeleteTestSuiteCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTestSuiteCommand)
.de(de_DeleteTestSuiteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTestSuiteRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTestSuiteCommandInput;
+ output: DeleteTestSuiteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apptest/src/commands/GetTestCaseCommand.ts b/clients/client-apptest/src/commands/GetTestCaseCommand.ts
index f4d898a07509..1a3ca3ea5337 100644
--- a/clients/client-apptest/src/commands/GetTestCaseCommand.ts
+++ b/clients/client-apptest/src/commands/GetTestCaseCommand.ts
@@ -195,4 +195,16 @@ export class GetTestCaseCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTestCaseCommand)
.de(de_GetTestCaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTestCaseRequest;
+ output: GetTestCaseResponse;
+ };
+ sdk: {
+ input: GetTestCaseCommandInput;
+ output: GetTestCaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apptest/src/commands/GetTestConfigurationCommand.ts b/clients/client-apptest/src/commands/GetTestConfigurationCommand.ts
index 85cc68aa8b9e..47728f6df30d 100644
--- a/clients/client-apptest/src/commands/GetTestConfigurationCommand.ts
+++ b/clients/client-apptest/src/commands/GetTestConfigurationCommand.ts
@@ -140,4 +140,16 @@ export class GetTestConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTestConfigurationCommand)
.de(de_GetTestConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTestConfigurationRequest;
+ output: GetTestConfigurationResponse;
+ };
+ sdk: {
+ input: GetTestConfigurationCommandInput;
+ output: GetTestConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apptest/src/commands/GetTestRunStepCommand.ts b/clients/client-apptest/src/commands/GetTestRunStepCommand.ts
index 4b3c82fad357..08458c3382f6 100644
--- a/clients/client-apptest/src/commands/GetTestRunStepCommand.ts
+++ b/clients/client-apptest/src/commands/GetTestRunStepCommand.ts
@@ -296,4 +296,16 @@ export class GetTestRunStepCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTestRunStepCommand)
.de(de_GetTestRunStepCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTestRunStepRequest;
+ output: GetTestRunStepResponse;
+ };
+ sdk: {
+ input: GetTestRunStepCommandInput;
+ output: GetTestRunStepCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apptest/src/commands/GetTestSuiteCommand.ts b/clients/client-apptest/src/commands/GetTestSuiteCommand.ts
index 5d75ea36b604..8ad44eafab52 100644
--- a/clients/client-apptest/src/commands/GetTestSuiteCommand.ts
+++ b/clients/client-apptest/src/commands/GetTestSuiteCommand.ts
@@ -286,4 +286,16 @@ export class GetTestSuiteCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTestSuiteCommand)
.de(de_GetTestSuiteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTestSuiteRequest;
+ output: GetTestSuiteResponse;
+ };
+ sdk: {
+ input: GetTestSuiteCommandInput;
+ output: GetTestSuiteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apptest/src/commands/ListTagsForResourceCommand.ts b/clients/client-apptest/src/commands/ListTagsForResourceCommand.ts
index 188653e392f2..40337690620a 100644
--- a/clients/client-apptest/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-apptest/src/commands/ListTagsForResourceCommand.ts
@@ -94,4 +94,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apptest/src/commands/ListTestCasesCommand.ts b/clients/client-apptest/src/commands/ListTestCasesCommand.ts
index 107790ca7d0f..5f9387906fa1 100644
--- a/clients/client-apptest/src/commands/ListTestCasesCommand.ts
+++ b/clients/client-apptest/src/commands/ListTestCasesCommand.ts
@@ -108,4 +108,16 @@ export class ListTestCasesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTestCasesCommand)
.de(de_ListTestCasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTestCasesRequest;
+ output: ListTestCasesResponse;
+ };
+ sdk: {
+ input: ListTestCasesCommandInput;
+ output: ListTestCasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apptest/src/commands/ListTestConfigurationsCommand.ts b/clients/client-apptest/src/commands/ListTestConfigurationsCommand.ts
index 346660a051a5..25294455f7e1 100644
--- a/clients/client-apptest/src/commands/ListTestConfigurationsCommand.ts
+++ b/clients/client-apptest/src/commands/ListTestConfigurationsCommand.ts
@@ -108,4 +108,16 @@ export class ListTestConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTestConfigurationsCommand)
.de(de_ListTestConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTestConfigurationsRequest;
+ output: ListTestConfigurationsResponse;
+ };
+ sdk: {
+ input: ListTestConfigurationsCommandInput;
+ output: ListTestConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apptest/src/commands/ListTestRunStepsCommand.ts b/clients/client-apptest/src/commands/ListTestRunStepsCommand.ts
index 6f275ac4c4b2..3f3db8363f82 100644
--- a/clients/client-apptest/src/commands/ListTestRunStepsCommand.ts
+++ b/clients/client-apptest/src/commands/ListTestRunStepsCommand.ts
@@ -112,4 +112,16 @@ export class ListTestRunStepsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTestRunStepsCommand)
.de(de_ListTestRunStepsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTestRunStepsRequest;
+ output: ListTestRunStepsResponse;
+ };
+ sdk: {
+ input: ListTestRunStepsCommandInput;
+ output: ListTestRunStepsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apptest/src/commands/ListTestRunTestCasesCommand.ts b/clients/client-apptest/src/commands/ListTestRunTestCasesCommand.ts
index c1c4001c3f7b..b089309c66d3 100644
--- a/clients/client-apptest/src/commands/ListTestRunTestCasesCommand.ts
+++ b/clients/client-apptest/src/commands/ListTestRunTestCasesCommand.ts
@@ -105,4 +105,16 @@ export class ListTestRunTestCasesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTestRunTestCasesCommand)
.de(de_ListTestRunTestCasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTestRunTestCasesRequest;
+ output: ListTestRunTestCasesResponse;
+ };
+ sdk: {
+ input: ListTestRunTestCasesCommandInput;
+ output: ListTestRunTestCasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apptest/src/commands/ListTestRunsCommand.ts b/clients/client-apptest/src/commands/ListTestRunsCommand.ts
index 54ba62cc442f..e15fefe4d98c 100644
--- a/clients/client-apptest/src/commands/ListTestRunsCommand.ts
+++ b/clients/client-apptest/src/commands/ListTestRunsCommand.ts
@@ -111,4 +111,16 @@ export class ListTestRunsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTestRunsCommand)
.de(de_ListTestRunsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTestRunsRequest;
+ output: ListTestRunsResponse;
+ };
+ sdk: {
+ input: ListTestRunsCommandInput;
+ output: ListTestRunsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apptest/src/commands/ListTestSuitesCommand.ts b/clients/client-apptest/src/commands/ListTestSuitesCommand.ts
index 5deb6aec7505..a98e7b38bd16 100644
--- a/clients/client-apptest/src/commands/ListTestSuitesCommand.ts
+++ b/clients/client-apptest/src/commands/ListTestSuitesCommand.ts
@@ -108,4 +108,16 @@ export class ListTestSuitesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTestSuitesCommand)
.de(de_ListTestSuitesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTestSuitesRequest;
+ output: ListTestSuitesResponse;
+ };
+ sdk: {
+ input: ListTestSuitesCommandInput;
+ output: ListTestSuitesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apptest/src/commands/StartTestRunCommand.ts b/clients/client-apptest/src/commands/StartTestRunCommand.ts
index d1a1a5abf615..9d623c9f5d38 100644
--- a/clients/client-apptest/src/commands/StartTestRunCommand.ts
+++ b/clients/client-apptest/src/commands/StartTestRunCommand.ts
@@ -104,4 +104,16 @@ export class StartTestRunCommand extends $Command
.f(void 0, void 0)
.ser(se_StartTestRunCommand)
.de(de_StartTestRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartTestRunRequest;
+ output: StartTestRunResponse;
+ };
+ sdk: {
+ input: StartTestRunCommandInput;
+ output: StartTestRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apptest/src/commands/TagResourceCommand.ts b/clients/client-apptest/src/commands/TagResourceCommand.ts
index 830d0fb5d386..359dbaf203cc 100644
--- a/clients/client-apptest/src/commands/TagResourceCommand.ts
+++ b/clients/client-apptest/src/commands/TagResourceCommand.ts
@@ -96,4 +96,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apptest/src/commands/UntagResourceCommand.ts b/clients/client-apptest/src/commands/UntagResourceCommand.ts
index bfc0c07ff978..77fa3f0707e4 100644
--- a/clients/client-apptest/src/commands/UntagResourceCommand.ts
+++ b/clients/client-apptest/src/commands/UntagResourceCommand.ts
@@ -93,4 +93,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apptest/src/commands/UpdateTestCaseCommand.ts b/clients/client-apptest/src/commands/UpdateTestCaseCommand.ts
index 4c87ddeb7b13..1a4f3ab30374 100644
--- a/clients/client-apptest/src/commands/UpdateTestCaseCommand.ts
+++ b/clients/client-apptest/src/commands/UpdateTestCaseCommand.ts
@@ -183,4 +183,16 @@ export class UpdateTestCaseCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTestCaseCommand)
.de(de_UpdateTestCaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTestCaseRequest;
+ output: UpdateTestCaseResponse;
+ };
+ sdk: {
+ input: UpdateTestCaseCommandInput;
+ output: UpdateTestCaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apptest/src/commands/UpdateTestConfigurationCommand.ts b/clients/client-apptest/src/commands/UpdateTestConfigurationCommand.ts
index 33e9d01d5d80..529fb4af6726 100644
--- a/clients/client-apptest/src/commands/UpdateTestConfigurationCommand.ts
+++ b/clients/client-apptest/src/commands/UpdateTestConfigurationCommand.ts
@@ -128,4 +128,16 @@ export class UpdateTestConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTestConfigurationCommand)
.de(de_UpdateTestConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTestConfigurationRequest;
+ output: UpdateTestConfigurationResponse;
+ };
+ sdk: {
+ input: UpdateTestConfigurationCommandInput;
+ output: UpdateTestConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-apptest/src/commands/UpdateTestSuiteCommand.ts b/clients/client-apptest/src/commands/UpdateTestSuiteCommand.ts
index cb23139bc772..eef531a29dcb 100644
--- a/clients/client-apptest/src/commands/UpdateTestSuiteCommand.ts
+++ b/clients/client-apptest/src/commands/UpdateTestSuiteCommand.ts
@@ -274,4 +274,16 @@ export class UpdateTestSuiteCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTestSuiteCommand)
.de(de_UpdateTestSuiteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTestSuiteRequest;
+ output: UpdateTestSuiteResponse;
+ };
+ sdk: {
+ input: UpdateTestSuiteCommandInput;
+ output: UpdateTestSuiteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-arc-zonal-shift/package.json b/clients/client-arc-zonal-shift/package.json
index c9d451010281..7aa083b20cdc 100644
--- a/clients/client-arc-zonal-shift/package.json
+++ b/clients/client-arc-zonal-shift/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-arc-zonal-shift/src/commands/CancelZonalShiftCommand.ts b/clients/client-arc-zonal-shift/src/commands/CancelZonalShiftCommand.ts
index 0068a4f75b25..159a9d134050 100644
--- a/clients/client-arc-zonal-shift/src/commands/CancelZonalShiftCommand.ts
+++ b/clients/client-arc-zonal-shift/src/commands/CancelZonalShiftCommand.ts
@@ -104,4 +104,16 @@ export class CancelZonalShiftCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelZonalShiftCommand)
.de(de_CancelZonalShiftCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelZonalShiftRequest;
+ output: ZonalShift;
+ };
+ sdk: {
+ input: CancelZonalShiftCommandInput;
+ output: CancelZonalShiftCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-arc-zonal-shift/src/commands/CreatePracticeRunConfigurationCommand.ts b/clients/client-arc-zonal-shift/src/commands/CreatePracticeRunConfigurationCommand.ts
index 1c2a789e0e6d..c4db1b88e3e7 100644
--- a/clients/client-arc-zonal-shift/src/commands/CreatePracticeRunConfigurationCommand.ts
+++ b/clients/client-arc-zonal-shift/src/commands/CreatePracticeRunConfigurationCommand.ts
@@ -150,4 +150,16 @@ export class CreatePracticeRunConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePracticeRunConfigurationCommand)
.de(de_CreatePracticeRunConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePracticeRunConfigurationRequest;
+ output: CreatePracticeRunConfigurationResponse;
+ };
+ sdk: {
+ input: CreatePracticeRunConfigurationCommandInput;
+ output: CreatePracticeRunConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-arc-zonal-shift/src/commands/DeletePracticeRunConfigurationCommand.ts b/clients/client-arc-zonal-shift/src/commands/DeletePracticeRunConfigurationCommand.ts
index 3179a41446ab..1cc2786ea699 100644
--- a/clients/client-arc-zonal-shift/src/commands/DeletePracticeRunConfigurationCommand.ts
+++ b/clients/client-arc-zonal-shift/src/commands/DeletePracticeRunConfigurationCommand.ts
@@ -104,4 +104,16 @@ export class DeletePracticeRunConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePracticeRunConfigurationCommand)
.de(de_DeletePracticeRunConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePracticeRunConfigurationRequest;
+ output: DeletePracticeRunConfigurationResponse;
+ };
+ sdk: {
+ input: DeletePracticeRunConfigurationCommandInput;
+ output: DeletePracticeRunConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-arc-zonal-shift/src/commands/GetAutoshiftObserverNotificationStatusCommand.ts b/clients/client-arc-zonal-shift/src/commands/GetAutoshiftObserverNotificationStatusCommand.ts
index 5c0ab9020626..4b5a4565a0cb 100644
--- a/clients/client-arc-zonal-shift/src/commands/GetAutoshiftObserverNotificationStatusCommand.ts
+++ b/clients/client-arc-zonal-shift/src/commands/GetAutoshiftObserverNotificationStatusCommand.ts
@@ -103,4 +103,16 @@ export class GetAutoshiftObserverNotificationStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAutoshiftObserverNotificationStatusCommand)
.de(de_GetAutoshiftObserverNotificationStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetAutoshiftObserverNotificationStatusResponse;
+ };
+ sdk: {
+ input: GetAutoshiftObserverNotificationStatusCommandInput;
+ output: GetAutoshiftObserverNotificationStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-arc-zonal-shift/src/commands/GetManagedResourceCommand.ts b/clients/client-arc-zonal-shift/src/commands/GetManagedResourceCommand.ts
index 186ad7abc7ac..78e83a7310a3 100644
--- a/clients/client-arc-zonal-shift/src/commands/GetManagedResourceCommand.ts
+++ b/clients/client-arc-zonal-shift/src/commands/GetManagedResourceCommand.ts
@@ -138,4 +138,16 @@ export class GetManagedResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetManagedResourceCommand)
.de(de_GetManagedResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetManagedResourceRequest;
+ output: GetManagedResourceResponse;
+ };
+ sdk: {
+ input: GetManagedResourceCommandInput;
+ output: GetManagedResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-arc-zonal-shift/src/commands/ListAutoshiftsCommand.ts b/clients/client-arc-zonal-shift/src/commands/ListAutoshiftsCommand.ts
index 782e060a4f2f..3013ea6b3c59 100644
--- a/clients/client-arc-zonal-shift/src/commands/ListAutoshiftsCommand.ts
+++ b/clients/client-arc-zonal-shift/src/commands/ListAutoshiftsCommand.ts
@@ -102,4 +102,16 @@ export class ListAutoshiftsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAutoshiftsCommand)
.de(de_ListAutoshiftsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAutoshiftsRequest;
+ output: ListAutoshiftsResponse;
+ };
+ sdk: {
+ input: ListAutoshiftsCommandInput;
+ output: ListAutoshiftsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-arc-zonal-shift/src/commands/ListManagedResourcesCommand.ts b/clients/client-arc-zonal-shift/src/commands/ListManagedResourcesCommand.ts
index 0362d60be4ae..1fc4360a072f 100644
--- a/clients/client-arc-zonal-shift/src/commands/ListManagedResourcesCommand.ts
+++ b/clients/client-arc-zonal-shift/src/commands/ListManagedResourcesCommand.ts
@@ -126,4 +126,16 @@ export class ListManagedResourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListManagedResourcesCommand)
.de(de_ListManagedResourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListManagedResourcesRequest;
+ output: ListManagedResourcesResponse;
+ };
+ sdk: {
+ input: ListManagedResourcesCommandInput;
+ output: ListManagedResourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-arc-zonal-shift/src/commands/ListZonalShiftsCommand.ts b/clients/client-arc-zonal-shift/src/commands/ListZonalShiftsCommand.ts
index 56d790e760f0..85ccc6b65489 100644
--- a/clients/client-arc-zonal-shift/src/commands/ListZonalShiftsCommand.ts
+++ b/clients/client-arc-zonal-shift/src/commands/ListZonalShiftsCommand.ts
@@ -108,4 +108,16 @@ export class ListZonalShiftsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListZonalShiftsCommand)
.de(de_ListZonalShiftsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListZonalShiftsRequest;
+ output: ListZonalShiftsResponse;
+ };
+ sdk: {
+ input: ListZonalShiftsCommandInput;
+ output: ListZonalShiftsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-arc-zonal-shift/src/commands/StartZonalShiftCommand.ts b/clients/client-arc-zonal-shift/src/commands/StartZonalShiftCommand.ts
index 944612b493ac..81f3ad717d2d 100644
--- a/clients/client-arc-zonal-shift/src/commands/StartZonalShiftCommand.ts
+++ b/clients/client-arc-zonal-shift/src/commands/StartZonalShiftCommand.ts
@@ -114,4 +114,16 @@ export class StartZonalShiftCommand extends $Command
.f(void 0, void 0)
.ser(se_StartZonalShiftCommand)
.de(de_StartZonalShiftCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartZonalShiftRequest;
+ output: ZonalShift;
+ };
+ sdk: {
+ input: StartZonalShiftCommandInput;
+ output: StartZonalShiftCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-arc-zonal-shift/src/commands/UpdateAutoshiftObserverNotificationStatusCommand.ts b/clients/client-arc-zonal-shift/src/commands/UpdateAutoshiftObserverNotificationStatusCommand.ts
index be4d20822f5a..c88dfcd0faae 100644
--- a/clients/client-arc-zonal-shift/src/commands/UpdateAutoshiftObserverNotificationStatusCommand.ts
+++ b/clients/client-arc-zonal-shift/src/commands/UpdateAutoshiftObserverNotificationStatusCommand.ts
@@ -108,4 +108,16 @@ export class UpdateAutoshiftObserverNotificationStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAutoshiftObserverNotificationStatusCommand)
.de(de_UpdateAutoshiftObserverNotificationStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAutoshiftObserverNotificationStatusRequest;
+ output: UpdateAutoshiftObserverNotificationStatusResponse;
+ };
+ sdk: {
+ input: UpdateAutoshiftObserverNotificationStatusCommandInput;
+ output: UpdateAutoshiftObserverNotificationStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-arc-zonal-shift/src/commands/UpdatePracticeRunConfigurationCommand.ts b/clients/client-arc-zonal-shift/src/commands/UpdatePracticeRunConfigurationCommand.ts
index 0c5349f85fcc..41bef910563f 100644
--- a/clients/client-arc-zonal-shift/src/commands/UpdatePracticeRunConfigurationCommand.ts
+++ b/clients/client-arc-zonal-shift/src/commands/UpdatePracticeRunConfigurationCommand.ts
@@ -142,4 +142,16 @@ export class UpdatePracticeRunConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePracticeRunConfigurationCommand)
.de(de_UpdatePracticeRunConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePracticeRunConfigurationRequest;
+ output: UpdatePracticeRunConfigurationResponse;
+ };
+ sdk: {
+ input: UpdatePracticeRunConfigurationCommandInput;
+ output: UpdatePracticeRunConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-arc-zonal-shift/src/commands/UpdateZonalAutoshiftConfigurationCommand.ts b/clients/client-arc-zonal-shift/src/commands/UpdateZonalAutoshiftConfigurationCommand.ts
index 894c6da3ecaa..169c45ec0da2 100644
--- a/clients/client-arc-zonal-shift/src/commands/UpdateZonalAutoshiftConfigurationCommand.ts
+++ b/clients/client-arc-zonal-shift/src/commands/UpdateZonalAutoshiftConfigurationCommand.ts
@@ -112,4 +112,16 @@ export class UpdateZonalAutoshiftConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateZonalAutoshiftConfigurationCommand)
.de(de_UpdateZonalAutoshiftConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateZonalAutoshiftConfigurationRequest;
+ output: UpdateZonalAutoshiftConfigurationResponse;
+ };
+ sdk: {
+ input: UpdateZonalAutoshiftConfigurationCommandInput;
+ output: UpdateZonalAutoshiftConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-arc-zonal-shift/src/commands/UpdateZonalShiftCommand.ts b/clients/client-arc-zonal-shift/src/commands/UpdateZonalShiftCommand.ts
index bb7d77a20be4..ac37b23a6267 100644
--- a/clients/client-arc-zonal-shift/src/commands/UpdateZonalShiftCommand.ts
+++ b/clients/client-arc-zonal-shift/src/commands/UpdateZonalShiftCommand.ts
@@ -104,4 +104,16 @@ export class UpdateZonalShiftCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateZonalShiftCommand)
.de(de_UpdateZonalShiftCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateZonalShiftRequest;
+ output: ZonalShift;
+ };
+ sdk: {
+ input: UpdateZonalShiftCommandInput;
+ output: UpdateZonalShiftCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-artifact/package.json b/clients/client-artifact/package.json
index 0eb9ce29ab06..b0623342f397 100644
--- a/clients/client-artifact/package.json
+++ b/clients/client-artifact/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-artifact/src/commands/GetAccountSettingsCommand.ts b/clients/client-artifact/src/commands/GetAccountSettingsCommand.ts
index f9bad7463058..88e3f0533cb0 100644
--- a/clients/client-artifact/src/commands/GetAccountSettingsCommand.ts
+++ b/clients/client-artifact/src/commands/GetAccountSettingsCommand.ts
@@ -114,4 +114,16 @@ export class GetAccountSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAccountSettingsCommand)
.de(de_GetAccountSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetAccountSettingsResponse;
+ };
+ sdk: {
+ input: GetAccountSettingsCommandInput;
+ output: GetAccountSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-artifact/src/commands/GetReportCommand.ts b/clients/client-artifact/src/commands/GetReportCommand.ts
index 58b739827275..192a4d7c9512 100644
--- a/clients/client-artifact/src/commands/GetReportCommand.ts
+++ b/clients/client-artifact/src/commands/GetReportCommand.ts
@@ -120,4 +120,16 @@ export class GetReportCommand extends $Command
.f(void 0, void 0)
.ser(se_GetReportCommand)
.de(de_GetReportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetReportRequest;
+ output: GetReportResponse;
+ };
+ sdk: {
+ input: GetReportCommandInput;
+ output: GetReportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-artifact/src/commands/GetReportMetadataCommand.ts b/clients/client-artifact/src/commands/GetReportMetadataCommand.ts
index db1a9cbdbea7..4019b8457705 100644
--- a/clients/client-artifact/src/commands/GetReportMetadataCommand.ts
+++ b/clients/client-artifact/src/commands/GetReportMetadataCommand.ts
@@ -149,4 +149,16 @@ export class GetReportMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetReportMetadataCommand)
.de(de_GetReportMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetReportMetadataRequest;
+ output: GetReportMetadataResponse;
+ };
+ sdk: {
+ input: GetReportMetadataCommandInput;
+ output: GetReportMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-artifact/src/commands/GetTermForReportCommand.ts b/clients/client-artifact/src/commands/GetTermForReportCommand.ts
index d3a955a29d10..a0b0b8b088b8 100644
--- a/clients/client-artifact/src/commands/GetTermForReportCommand.ts
+++ b/clients/client-artifact/src/commands/GetTermForReportCommand.ts
@@ -118,4 +118,16 @@ export class GetTermForReportCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTermForReportCommand)
.de(de_GetTermForReportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTermForReportRequest;
+ output: GetTermForReportResponse;
+ };
+ sdk: {
+ input: GetTermForReportCommandInput;
+ output: GetTermForReportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-artifact/src/commands/ListReportsCommand.ts b/clients/client-artifact/src/commands/ListReportsCommand.ts
index e1ea16857455..2c6a48073f3d 100644
--- a/clients/client-artifact/src/commands/ListReportsCommand.ts
+++ b/clients/client-artifact/src/commands/ListReportsCommand.ts
@@ -145,4 +145,16 @@ export class ListReportsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListReportsCommand)
.de(de_ListReportsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListReportsRequest;
+ output: ListReportsResponse;
+ };
+ sdk: {
+ input: ListReportsCommandInput;
+ output: ListReportsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-artifact/src/commands/PutAccountSettingsCommand.ts b/clients/client-artifact/src/commands/PutAccountSettingsCommand.ts
index 0441474e3a65..d2b502ff38a9 100644
--- a/clients/client-artifact/src/commands/PutAccountSettingsCommand.ts
+++ b/clients/client-artifact/src/commands/PutAccountSettingsCommand.ts
@@ -118,4 +118,16 @@ export class PutAccountSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutAccountSettingsCommand)
.de(de_PutAccountSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutAccountSettingsRequest;
+ output: PutAccountSettingsResponse;
+ };
+ sdk: {
+ input: PutAccountSettingsCommandInput;
+ output: PutAccountSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/package.json b/clients/client-athena/package.json
index 16649e9bcf3b..a0183b2acfc3 100644
--- a/clients/client-athena/package.json
+++ b/clients/client-athena/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-athena/src/commands/BatchGetNamedQueryCommand.ts b/clients/client-athena/src/commands/BatchGetNamedQueryCommand.ts
index ec5f527ab16d..192ec11871ca 100644
--- a/clients/client-athena/src/commands/BatchGetNamedQueryCommand.ts
+++ b/clients/client-athena/src/commands/BatchGetNamedQueryCommand.ts
@@ -111,4 +111,16 @@ export class BatchGetNamedQueryCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetNamedQueryCommand)
.de(de_BatchGetNamedQueryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetNamedQueryInput;
+ output: BatchGetNamedQueryOutput;
+ };
+ sdk: {
+ input: BatchGetNamedQueryCommandInput;
+ output: BatchGetNamedQueryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/BatchGetPreparedStatementCommand.ts b/clients/client-athena/src/commands/BatchGetPreparedStatementCommand.ts
index 93d4385e239d..d13b0cff142e 100644
--- a/clients/client-athena/src/commands/BatchGetPreparedStatementCommand.ts
+++ b/clients/client-athena/src/commands/BatchGetPreparedStatementCommand.ts
@@ -107,4 +107,16 @@ export class BatchGetPreparedStatementCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetPreparedStatementCommand)
.de(de_BatchGetPreparedStatementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetPreparedStatementInput;
+ output: BatchGetPreparedStatementOutput;
+ };
+ sdk: {
+ input: BatchGetPreparedStatementCommandInput;
+ output: BatchGetPreparedStatementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/BatchGetQueryExecutionCommand.ts b/clients/client-athena/src/commands/BatchGetQueryExecutionCommand.ts
index dabf0393f8ae..d85c72c176fb 100644
--- a/clients/client-athena/src/commands/BatchGetQueryExecutionCommand.ts
+++ b/clients/client-athena/src/commands/BatchGetQueryExecutionCommand.ts
@@ -165,4 +165,16 @@ export class BatchGetQueryExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetQueryExecutionCommand)
.de(de_BatchGetQueryExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetQueryExecutionInput;
+ output: BatchGetQueryExecutionOutput;
+ };
+ sdk: {
+ input: BatchGetQueryExecutionCommandInput;
+ output: BatchGetQueryExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/CancelCapacityReservationCommand.ts b/clients/client-athena/src/commands/CancelCapacityReservationCommand.ts
index 3b0efd587647..7b72bc8db19f 100644
--- a/clients/client-athena/src/commands/CancelCapacityReservationCommand.ts
+++ b/clients/client-athena/src/commands/CancelCapacityReservationCommand.ts
@@ -86,4 +86,16 @@ export class CancelCapacityReservationCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelCapacityReservationCommand)
.de(de_CancelCapacityReservationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelCapacityReservationInput;
+ output: {};
+ };
+ sdk: {
+ input: CancelCapacityReservationCommandInput;
+ output: CancelCapacityReservationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/CreateCapacityReservationCommand.ts b/clients/client-athena/src/commands/CreateCapacityReservationCommand.ts
index e827b688f5fc..894f07051d9a 100644
--- a/clients/client-athena/src/commands/CreateCapacityReservationCommand.ts
+++ b/clients/client-athena/src/commands/CreateCapacityReservationCommand.ts
@@ -91,4 +91,16 @@ export class CreateCapacityReservationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCapacityReservationCommand)
.de(de_CreateCapacityReservationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCapacityReservationInput;
+ output: {};
+ };
+ sdk: {
+ input: CreateCapacityReservationCommandInput;
+ output: CreateCapacityReservationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/CreateDataCatalogCommand.ts b/clients/client-athena/src/commands/CreateDataCatalogCommand.ts
index 91aece41e972..1c9af2931d53 100644
--- a/clients/client-athena/src/commands/CreateDataCatalogCommand.ts
+++ b/clients/client-athena/src/commands/CreateDataCatalogCommand.ts
@@ -95,4 +95,16 @@ export class CreateDataCatalogCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDataCatalogCommand)
.de(de_CreateDataCatalogCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDataCatalogInput;
+ output: {};
+ };
+ sdk: {
+ input: CreateDataCatalogCommandInput;
+ output: CreateDataCatalogCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/CreateNamedQueryCommand.ts b/clients/client-athena/src/commands/CreateNamedQueryCommand.ts
index 4224def5af82..2c8a84d3bbe4 100644
--- a/clients/client-athena/src/commands/CreateNamedQueryCommand.ts
+++ b/clients/client-athena/src/commands/CreateNamedQueryCommand.ts
@@ -91,4 +91,16 @@ export class CreateNamedQueryCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateNamedQueryCommand)
.de(de_CreateNamedQueryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateNamedQueryInput;
+ output: CreateNamedQueryOutput;
+ };
+ sdk: {
+ input: CreateNamedQueryCommandInput;
+ output: CreateNamedQueryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/CreateNotebookCommand.ts b/clients/client-athena/src/commands/CreateNotebookCommand.ts
index 389f2ce68528..a28f1d9e7f77 100644
--- a/clients/client-athena/src/commands/CreateNotebookCommand.ts
+++ b/clients/client-athena/src/commands/CreateNotebookCommand.ts
@@ -92,4 +92,16 @@ export class CreateNotebookCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateNotebookCommand)
.de(de_CreateNotebookCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateNotebookInput;
+ output: CreateNotebookOutput;
+ };
+ sdk: {
+ input: CreateNotebookCommandInput;
+ output: CreateNotebookCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/CreatePreparedStatementCommand.ts b/clients/client-athena/src/commands/CreatePreparedStatementCommand.ts
index 3be09f4ffd23..551d56f6bd0d 100644
--- a/clients/client-athena/src/commands/CreatePreparedStatementCommand.ts
+++ b/clients/client-athena/src/commands/CreatePreparedStatementCommand.ts
@@ -86,4 +86,16 @@ export class CreatePreparedStatementCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePreparedStatementCommand)
.de(de_CreatePreparedStatementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePreparedStatementInput;
+ output: {};
+ };
+ sdk: {
+ input: CreatePreparedStatementCommandInput;
+ output: CreatePreparedStatementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/CreatePresignedNotebookUrlCommand.ts b/clients/client-athena/src/commands/CreatePresignedNotebookUrlCommand.ts
index 6077bfb0bc76..f94c2340218a 100644
--- a/clients/client-athena/src/commands/CreatePresignedNotebookUrlCommand.ts
+++ b/clients/client-athena/src/commands/CreatePresignedNotebookUrlCommand.ts
@@ -94,4 +94,16 @@ export class CreatePresignedNotebookUrlCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePresignedNotebookUrlCommand)
.de(de_CreatePresignedNotebookUrlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePresignedNotebookUrlRequest;
+ output: CreatePresignedNotebookUrlResponse;
+ };
+ sdk: {
+ input: CreatePresignedNotebookUrlCommandInput;
+ output: CreatePresignedNotebookUrlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/CreateWorkGroupCommand.ts b/clients/client-athena/src/commands/CreateWorkGroupCommand.ts
index 17bf142d6f3a..af7775b54841 100644
--- a/clients/client-athena/src/commands/CreateWorkGroupCommand.ts
+++ b/clients/client-athena/src/commands/CreateWorkGroupCommand.ts
@@ -127,4 +127,16 @@ export class CreateWorkGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateWorkGroupCommand)
.de(de_CreateWorkGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateWorkGroupInput;
+ output: {};
+ };
+ sdk: {
+ input: CreateWorkGroupCommandInput;
+ output: CreateWorkGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/DeleteCapacityReservationCommand.ts b/clients/client-athena/src/commands/DeleteCapacityReservationCommand.ts
index 2a942b374560..87308e0e1c62 100644
--- a/clients/client-athena/src/commands/DeleteCapacityReservationCommand.ts
+++ b/clients/client-athena/src/commands/DeleteCapacityReservationCommand.ts
@@ -87,4 +87,16 @@ export class DeleteCapacityReservationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCapacityReservationCommand)
.de(de_DeleteCapacityReservationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCapacityReservationInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCapacityReservationCommandInput;
+ output: DeleteCapacityReservationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/DeleteDataCatalogCommand.ts b/clients/client-athena/src/commands/DeleteDataCatalogCommand.ts
index edc9788e92e9..fc0e8a0f6bde 100644
--- a/clients/client-athena/src/commands/DeleteDataCatalogCommand.ts
+++ b/clients/client-athena/src/commands/DeleteDataCatalogCommand.ts
@@ -83,4 +83,16 @@ export class DeleteDataCatalogCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDataCatalogCommand)
.de(de_DeleteDataCatalogCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDataCatalogInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDataCatalogCommandInput;
+ output: DeleteDataCatalogCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/DeleteNamedQueryCommand.ts b/clients/client-athena/src/commands/DeleteNamedQueryCommand.ts
index 480a7b7f1d89..8811ef68df00 100644
--- a/clients/client-athena/src/commands/DeleteNamedQueryCommand.ts
+++ b/clients/client-athena/src/commands/DeleteNamedQueryCommand.ts
@@ -84,4 +84,16 @@ export class DeleteNamedQueryCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteNamedQueryCommand)
.de(de_DeleteNamedQueryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteNamedQueryInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteNamedQueryCommandInput;
+ output: DeleteNamedQueryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/DeleteNotebookCommand.ts b/clients/client-athena/src/commands/DeleteNotebookCommand.ts
index 8ea21002946f..399f0b1852fc 100644
--- a/clients/client-athena/src/commands/DeleteNotebookCommand.ts
+++ b/clients/client-athena/src/commands/DeleteNotebookCommand.ts
@@ -86,4 +86,16 @@ export class DeleteNotebookCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteNotebookCommand)
.de(de_DeleteNotebookCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteNotebookInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteNotebookCommandInput;
+ output: DeleteNotebookCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/DeletePreparedStatementCommand.ts b/clients/client-athena/src/commands/DeletePreparedStatementCommand.ts
index 1d579ffc5589..c5e7b5ba80ff 100644
--- a/clients/client-athena/src/commands/DeletePreparedStatementCommand.ts
+++ b/clients/client-athena/src/commands/DeletePreparedStatementCommand.ts
@@ -88,4 +88,16 @@ export class DeletePreparedStatementCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePreparedStatementCommand)
.de(de_DeletePreparedStatementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePreparedStatementInput;
+ output: {};
+ };
+ sdk: {
+ input: DeletePreparedStatementCommandInput;
+ output: DeletePreparedStatementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/DeleteWorkGroupCommand.ts b/clients/client-athena/src/commands/DeleteWorkGroupCommand.ts
index 4050cbceae03..2bd38c31f118 100644
--- a/clients/client-athena/src/commands/DeleteWorkGroupCommand.ts
+++ b/clients/client-athena/src/commands/DeleteWorkGroupCommand.ts
@@ -85,4 +85,16 @@ export class DeleteWorkGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteWorkGroupCommand)
.de(de_DeleteWorkGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteWorkGroupInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteWorkGroupCommandInput;
+ output: DeleteWorkGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/ExportNotebookCommand.ts b/clients/client-athena/src/commands/ExportNotebookCommand.ts
index d46d16a1d3a0..6123cdc5b9d8 100644
--- a/clients/client-athena/src/commands/ExportNotebookCommand.ts
+++ b/clients/client-athena/src/commands/ExportNotebookCommand.ts
@@ -96,4 +96,16 @@ export class ExportNotebookCommand extends $Command
.f(void 0, void 0)
.ser(se_ExportNotebookCommand)
.de(de_ExportNotebookCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExportNotebookInput;
+ output: ExportNotebookOutput;
+ };
+ sdk: {
+ input: ExportNotebookCommandInput;
+ output: ExportNotebookCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/GetCalculationExecutionCodeCommand.ts b/clients/client-athena/src/commands/GetCalculationExecutionCodeCommand.ts
index 0a8ec8b59f8d..c51801ffa08f 100644
--- a/clients/client-athena/src/commands/GetCalculationExecutionCodeCommand.ts
+++ b/clients/client-athena/src/commands/GetCalculationExecutionCodeCommand.ts
@@ -90,4 +90,16 @@ export class GetCalculationExecutionCodeCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCalculationExecutionCodeCommand)
.de(de_GetCalculationExecutionCodeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCalculationExecutionCodeRequest;
+ output: GetCalculationExecutionCodeResponse;
+ };
+ sdk: {
+ input: GetCalculationExecutionCodeCommandInput;
+ output: GetCalculationExecutionCodeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/GetCalculationExecutionCommand.ts b/clients/client-athena/src/commands/GetCalculationExecutionCommand.ts
index cce1448ea7ee..c760845b8531 100644
--- a/clients/client-athena/src/commands/GetCalculationExecutionCommand.ts
+++ b/clients/client-athena/src/commands/GetCalculationExecutionCommand.ts
@@ -107,4 +107,16 @@ export class GetCalculationExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCalculationExecutionCommand)
.de(de_GetCalculationExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCalculationExecutionRequest;
+ output: GetCalculationExecutionResponse;
+ };
+ sdk: {
+ input: GetCalculationExecutionCommandInput;
+ output: GetCalculationExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/GetCalculationExecutionStatusCommand.ts b/clients/client-athena/src/commands/GetCalculationExecutionStatusCommand.ts
index 8e6d719e1331..b7105262b588 100644
--- a/clients/client-athena/src/commands/GetCalculationExecutionStatusCommand.ts
+++ b/clients/client-athena/src/commands/GetCalculationExecutionStatusCommand.ts
@@ -102,4 +102,16 @@ export class GetCalculationExecutionStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCalculationExecutionStatusCommand)
.de(de_GetCalculationExecutionStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCalculationExecutionStatusRequest;
+ output: GetCalculationExecutionStatusResponse;
+ };
+ sdk: {
+ input: GetCalculationExecutionStatusCommandInput;
+ output: GetCalculationExecutionStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/GetCapacityAssignmentConfigurationCommand.ts b/clients/client-athena/src/commands/GetCapacityAssignmentConfigurationCommand.ts
index 13611d2bb86f..d057572cd181 100644
--- a/clients/client-athena/src/commands/GetCapacityAssignmentConfigurationCommand.ts
+++ b/clients/client-athena/src/commands/GetCapacityAssignmentConfigurationCommand.ts
@@ -100,4 +100,16 @@ export class GetCapacityAssignmentConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCapacityAssignmentConfigurationCommand)
.de(de_GetCapacityAssignmentConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCapacityAssignmentConfigurationInput;
+ output: GetCapacityAssignmentConfigurationOutput;
+ };
+ sdk: {
+ input: GetCapacityAssignmentConfigurationCommandInput;
+ output: GetCapacityAssignmentConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/GetCapacityReservationCommand.ts b/clients/client-athena/src/commands/GetCapacityReservationCommand.ts
index 8d7f5f1b696a..9665a83f3fcc 100644
--- a/clients/client-athena/src/commands/GetCapacityReservationCommand.ts
+++ b/clients/client-athena/src/commands/GetCapacityReservationCommand.ts
@@ -98,4 +98,16 @@ export class GetCapacityReservationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCapacityReservationCommand)
.de(de_GetCapacityReservationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCapacityReservationInput;
+ output: GetCapacityReservationOutput;
+ };
+ sdk: {
+ input: GetCapacityReservationCommandInput;
+ output: GetCapacityReservationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/GetDataCatalogCommand.ts b/clients/client-athena/src/commands/GetDataCatalogCommand.ts
index a85177583eb1..fc1b2615ef1a 100644
--- a/clients/client-athena/src/commands/GetDataCatalogCommand.ts
+++ b/clients/client-athena/src/commands/GetDataCatalogCommand.ts
@@ -93,4 +93,16 @@ export class GetDataCatalogCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataCatalogCommand)
.de(de_GetDataCatalogCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataCatalogInput;
+ output: GetDataCatalogOutput;
+ };
+ sdk: {
+ input: GetDataCatalogCommandInput;
+ output: GetDataCatalogCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/GetDatabaseCommand.ts b/clients/client-athena/src/commands/GetDatabaseCommand.ts
index 75636794913d..4598c0f463c4 100644
--- a/clients/client-athena/src/commands/GetDatabaseCommand.ts
+++ b/clients/client-athena/src/commands/GetDatabaseCommand.ts
@@ -101,4 +101,16 @@ export class GetDatabaseCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDatabaseCommand)
.de(de_GetDatabaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDatabaseInput;
+ output: GetDatabaseOutput;
+ };
+ sdk: {
+ input: GetDatabaseCommandInput;
+ output: GetDatabaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/GetNamedQueryCommand.ts b/clients/client-athena/src/commands/GetNamedQueryCommand.ts
index f4f01755844b..15f633ef3e3c 100644
--- a/clients/client-athena/src/commands/GetNamedQueryCommand.ts
+++ b/clients/client-athena/src/commands/GetNamedQueryCommand.ts
@@ -93,4 +93,16 @@ export class GetNamedQueryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetNamedQueryCommand)
.de(de_GetNamedQueryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetNamedQueryInput;
+ output: GetNamedQueryOutput;
+ };
+ sdk: {
+ input: GetNamedQueryCommandInput;
+ output: GetNamedQueryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/GetNotebookMetadataCommand.ts b/clients/client-athena/src/commands/GetNotebookMetadataCommand.ts
index e7ebbc15b8d6..855863ea28b9 100644
--- a/clients/client-athena/src/commands/GetNotebookMetadataCommand.ts
+++ b/clients/client-athena/src/commands/GetNotebookMetadataCommand.ts
@@ -95,4 +95,16 @@ export class GetNotebookMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetNotebookMetadataCommand)
.de(de_GetNotebookMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetNotebookMetadataInput;
+ output: GetNotebookMetadataOutput;
+ };
+ sdk: {
+ input: GetNotebookMetadataCommandInput;
+ output: GetNotebookMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/GetPreparedStatementCommand.ts b/clients/client-athena/src/commands/GetPreparedStatementCommand.ts
index 2327a8204c79..3dcd987c4212 100644
--- a/clients/client-athena/src/commands/GetPreparedStatementCommand.ts
+++ b/clients/client-athena/src/commands/GetPreparedStatementCommand.ts
@@ -96,4 +96,16 @@ export class GetPreparedStatementCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPreparedStatementCommand)
.de(de_GetPreparedStatementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPreparedStatementInput;
+ output: GetPreparedStatementOutput;
+ };
+ sdk: {
+ input: GetPreparedStatementCommandInput;
+ output: GetPreparedStatementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/GetQueryExecutionCommand.ts b/clients/client-athena/src/commands/GetQueryExecutionCommand.ts
index 156cab5b3e7f..4a4aba22322a 100644
--- a/clients/client-athena/src/commands/GetQueryExecutionCommand.ts
+++ b/clients/client-athena/src/commands/GetQueryExecutionCommand.ts
@@ -151,4 +151,16 @@ export class GetQueryExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetQueryExecutionCommand)
.de(de_GetQueryExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetQueryExecutionInput;
+ output: GetQueryExecutionOutput;
+ };
+ sdk: {
+ input: GetQueryExecutionCommandInput;
+ output: GetQueryExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/GetQueryResultsCommand.ts b/clients/client-athena/src/commands/GetQueryResultsCommand.ts
index 881775abdba2..4d97853b32e6 100644
--- a/clients/client-athena/src/commands/GetQueryResultsCommand.ts
+++ b/clients/client-athena/src/commands/GetQueryResultsCommand.ts
@@ -133,4 +133,16 @@ export class GetQueryResultsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetQueryResultsCommand)
.de(de_GetQueryResultsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetQueryResultsInput;
+ output: GetQueryResultsOutput;
+ };
+ sdk: {
+ input: GetQueryResultsCommandInput;
+ output: GetQueryResultsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/GetQueryRuntimeStatisticsCommand.ts b/clients/client-athena/src/commands/GetQueryRuntimeStatisticsCommand.ts
index c41b625f3eac..930dac8dca38 100644
--- a/clients/client-athena/src/commands/GetQueryRuntimeStatisticsCommand.ts
+++ b/clients/client-athena/src/commands/GetQueryRuntimeStatisticsCommand.ts
@@ -149,4 +149,16 @@ export class GetQueryRuntimeStatisticsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetQueryRuntimeStatisticsCommand)
.de(de_GetQueryRuntimeStatisticsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetQueryRuntimeStatisticsInput;
+ output: GetQueryRuntimeStatisticsOutput;
+ };
+ sdk: {
+ input: GetQueryRuntimeStatisticsCommandInput;
+ output: GetQueryRuntimeStatisticsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/GetSessionCommand.ts b/clients/client-athena/src/commands/GetSessionCommand.ts
index e37f274d1b27..bd8b0387688f 100644
--- a/clients/client-athena/src/commands/GetSessionCommand.ts
+++ b/clients/client-athena/src/commands/GetSessionCommand.ts
@@ -124,4 +124,16 @@ export class GetSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSessionCommand)
.de(de_GetSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSessionRequest;
+ output: GetSessionResponse;
+ };
+ sdk: {
+ input: GetSessionCommandInput;
+ output: GetSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/GetSessionStatusCommand.ts b/clients/client-athena/src/commands/GetSessionStatusCommand.ts
index 2a25ac3b1996..9b18278858a2 100644
--- a/clients/client-athena/src/commands/GetSessionStatusCommand.ts
+++ b/clients/client-athena/src/commands/GetSessionStatusCommand.ts
@@ -96,4 +96,16 @@ export class GetSessionStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSessionStatusCommand)
.de(de_GetSessionStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSessionStatusRequest;
+ output: GetSessionStatusResponse;
+ };
+ sdk: {
+ input: GetSessionStatusCommandInput;
+ output: GetSessionStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/GetTableMetadataCommand.ts b/clients/client-athena/src/commands/GetTableMetadataCommand.ts
index 9d4dd9e4c5d3..8fa053e019c5 100644
--- a/clients/client-athena/src/commands/GetTableMetadataCommand.ts
+++ b/clients/client-athena/src/commands/GetTableMetadataCommand.ts
@@ -118,4 +118,16 @@ export class GetTableMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTableMetadataCommand)
.de(de_GetTableMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTableMetadataInput;
+ output: GetTableMetadataOutput;
+ };
+ sdk: {
+ input: GetTableMetadataCommandInput;
+ output: GetTableMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/GetWorkGroupCommand.ts b/clients/client-athena/src/commands/GetWorkGroupCommand.ts
index b388b57e67a5..718d7c68b1d3 100644
--- a/clients/client-athena/src/commands/GetWorkGroupCommand.ts
+++ b/clients/client-athena/src/commands/GetWorkGroupCommand.ts
@@ -127,4 +127,16 @@ export class GetWorkGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWorkGroupCommand)
.de(de_GetWorkGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWorkGroupInput;
+ output: GetWorkGroupOutput;
+ };
+ sdk: {
+ input: GetWorkGroupCommandInput;
+ output: GetWorkGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/ImportNotebookCommand.ts b/clients/client-athena/src/commands/ImportNotebookCommand.ts
index 6f6b26a54cba..e049fcccc11a 100644
--- a/clients/client-athena/src/commands/ImportNotebookCommand.ts
+++ b/clients/client-athena/src/commands/ImportNotebookCommand.ts
@@ -98,4 +98,16 @@ export class ImportNotebookCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportNotebookCommand)
.de(de_ImportNotebookCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportNotebookInput;
+ output: ImportNotebookOutput;
+ };
+ sdk: {
+ input: ImportNotebookCommandInput;
+ output: ImportNotebookCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/ListApplicationDPUSizesCommand.ts b/clients/client-athena/src/commands/ListApplicationDPUSizesCommand.ts
index ef82d4d063a6..c3c2c0f3a2bb 100644
--- a/clients/client-athena/src/commands/ListApplicationDPUSizesCommand.ts
+++ b/clients/client-athena/src/commands/ListApplicationDPUSizesCommand.ts
@@ -98,4 +98,16 @@ export class ListApplicationDPUSizesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListApplicationDPUSizesCommand)
.de(de_ListApplicationDPUSizesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListApplicationDPUSizesInput;
+ output: ListApplicationDPUSizesOutput;
+ };
+ sdk: {
+ input: ListApplicationDPUSizesCommandInput;
+ output: ListApplicationDPUSizesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/ListCalculationExecutionsCommand.ts b/clients/client-athena/src/commands/ListCalculationExecutionsCommand.ts
index 77f43a304ef8..203d90c2b3c0 100644
--- a/clients/client-athena/src/commands/ListCalculationExecutionsCommand.ts
+++ b/clients/client-athena/src/commands/ListCalculationExecutionsCommand.ts
@@ -104,4 +104,16 @@ export class ListCalculationExecutionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCalculationExecutionsCommand)
.de(de_ListCalculationExecutionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCalculationExecutionsRequest;
+ output: ListCalculationExecutionsResponse;
+ };
+ sdk: {
+ input: ListCalculationExecutionsCommandInput;
+ output: ListCalculationExecutionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/ListCapacityReservationsCommand.ts b/clients/client-athena/src/commands/ListCapacityReservationsCommand.ts
index 3f9e9ec30f4f..f8f3313b3437 100644
--- a/clients/client-athena/src/commands/ListCapacityReservationsCommand.ts
+++ b/clients/client-athena/src/commands/ListCapacityReservationsCommand.ts
@@ -102,4 +102,16 @@ export class ListCapacityReservationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCapacityReservationsCommand)
.de(de_ListCapacityReservationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCapacityReservationsInput;
+ output: ListCapacityReservationsOutput;
+ };
+ sdk: {
+ input: ListCapacityReservationsCommandInput;
+ output: ListCapacityReservationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/ListDataCatalogsCommand.ts b/clients/client-athena/src/commands/ListDataCatalogsCommand.ts
index 9c18423d2a13..6b7a898e0452 100644
--- a/clients/client-athena/src/commands/ListDataCatalogsCommand.ts
+++ b/clients/client-athena/src/commands/ListDataCatalogsCommand.ts
@@ -97,4 +97,16 @@ export class ListDataCatalogsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDataCatalogsCommand)
.de(de_ListDataCatalogsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataCatalogsInput;
+ output: ListDataCatalogsOutput;
+ };
+ sdk: {
+ input: ListDataCatalogsCommandInput;
+ output: ListDataCatalogsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/ListDatabasesCommand.ts b/clients/client-athena/src/commands/ListDatabasesCommand.ts
index bc230aa3176d..4b074d2ace81 100644
--- a/clients/client-athena/src/commands/ListDatabasesCommand.ts
+++ b/clients/client-athena/src/commands/ListDatabasesCommand.ts
@@ -105,4 +105,16 @@ export class ListDatabasesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDatabasesCommand)
.de(de_ListDatabasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDatabasesInput;
+ output: ListDatabasesOutput;
+ };
+ sdk: {
+ input: ListDatabasesCommandInput;
+ output: ListDatabasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/ListEngineVersionsCommand.ts b/clients/client-athena/src/commands/ListEngineVersionsCommand.ts
index a8f9f68fe8e0..352a4164053b 100644
--- a/clients/client-athena/src/commands/ListEngineVersionsCommand.ts
+++ b/clients/client-athena/src/commands/ListEngineVersionsCommand.ts
@@ -93,4 +93,16 @@ export class ListEngineVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEngineVersionsCommand)
.de(de_ListEngineVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEngineVersionsInput;
+ output: ListEngineVersionsOutput;
+ };
+ sdk: {
+ input: ListEngineVersionsCommandInput;
+ output: ListEngineVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/ListExecutorsCommand.ts b/clients/client-athena/src/commands/ListExecutorsCommand.ts
index 15e0b7622b67..ec4e4668d6c4 100644
--- a/clients/client-athena/src/commands/ListExecutorsCommand.ts
+++ b/clients/client-athena/src/commands/ListExecutorsCommand.ts
@@ -104,4 +104,16 @@ export class ListExecutorsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListExecutorsCommand)
.de(de_ListExecutorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListExecutorsRequest;
+ output: ListExecutorsResponse;
+ };
+ sdk: {
+ input: ListExecutorsCommandInput;
+ output: ListExecutorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/ListNamedQueriesCommand.ts b/clients/client-athena/src/commands/ListNamedQueriesCommand.ts
index aa63949715cf..e4b44637745e 100644
--- a/clients/client-athena/src/commands/ListNamedQueriesCommand.ts
+++ b/clients/client-athena/src/commands/ListNamedQueriesCommand.ts
@@ -92,4 +92,16 @@ export class ListNamedQueriesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListNamedQueriesCommand)
.de(de_ListNamedQueriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListNamedQueriesInput;
+ output: ListNamedQueriesOutput;
+ };
+ sdk: {
+ input: ListNamedQueriesCommandInput;
+ output: ListNamedQueriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/ListNotebookMetadataCommand.ts b/clients/client-athena/src/commands/ListNotebookMetadataCommand.ts
index 5cfa5a30cde3..6ece71356d6e 100644
--- a/clients/client-athena/src/commands/ListNotebookMetadataCommand.ts
+++ b/clients/client-athena/src/commands/ListNotebookMetadataCommand.ts
@@ -103,4 +103,16 @@ export class ListNotebookMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_ListNotebookMetadataCommand)
.de(de_ListNotebookMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListNotebookMetadataInput;
+ output: ListNotebookMetadataOutput;
+ };
+ sdk: {
+ input: ListNotebookMetadataCommandInput;
+ output: ListNotebookMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/ListNotebookSessionsCommand.ts b/clients/client-athena/src/commands/ListNotebookSessionsCommand.ts
index 587a75a0266b..012369d6b774 100644
--- a/clients/client-athena/src/commands/ListNotebookSessionsCommand.ts
+++ b/clients/client-athena/src/commands/ListNotebookSessionsCommand.ts
@@ -99,4 +99,16 @@ export class ListNotebookSessionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListNotebookSessionsCommand)
.de(de_ListNotebookSessionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListNotebookSessionsRequest;
+ output: ListNotebookSessionsResponse;
+ };
+ sdk: {
+ input: ListNotebookSessionsCommandInput;
+ output: ListNotebookSessionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/ListPreparedStatementsCommand.ts b/clients/client-athena/src/commands/ListPreparedStatementsCommand.ts
index 741754fc22c6..7c1a46d44607 100644
--- a/clients/client-athena/src/commands/ListPreparedStatementsCommand.ts
+++ b/clients/client-athena/src/commands/ListPreparedStatementsCommand.ts
@@ -93,4 +93,16 @@ export class ListPreparedStatementsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPreparedStatementsCommand)
.de(de_ListPreparedStatementsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPreparedStatementsInput;
+ output: ListPreparedStatementsOutput;
+ };
+ sdk: {
+ input: ListPreparedStatementsCommandInput;
+ output: ListPreparedStatementsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/ListQueryExecutionsCommand.ts b/clients/client-athena/src/commands/ListQueryExecutionsCommand.ts
index 7049f1bb386c..06d215afb783 100644
--- a/clients/client-athena/src/commands/ListQueryExecutionsCommand.ts
+++ b/clients/client-athena/src/commands/ListQueryExecutionsCommand.ts
@@ -93,4 +93,16 @@ export class ListQueryExecutionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListQueryExecutionsCommand)
.de(de_ListQueryExecutionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListQueryExecutionsInput;
+ output: ListQueryExecutionsOutput;
+ };
+ sdk: {
+ input: ListQueryExecutionsCommandInput;
+ output: ListQueryExecutionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/ListSessionsCommand.ts b/clients/client-athena/src/commands/ListSessionsCommand.ts
index 1d3d44c1d538..2b1377648707 100644
--- a/clients/client-athena/src/commands/ListSessionsCommand.ts
+++ b/clients/client-athena/src/commands/ListSessionsCommand.ts
@@ -113,4 +113,16 @@ export class ListSessionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSessionsCommand)
.de(de_ListSessionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSessionsRequest;
+ output: ListSessionsResponse;
+ };
+ sdk: {
+ input: ListSessionsCommandInput;
+ output: ListSessionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/ListTableMetadataCommand.ts b/clients/client-athena/src/commands/ListTableMetadataCommand.ts
index adea277faa9d..a14e287072d9 100644
--- a/clients/client-athena/src/commands/ListTableMetadataCommand.ts
+++ b/clients/client-athena/src/commands/ListTableMetadataCommand.ts
@@ -123,4 +123,16 @@ export class ListTableMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTableMetadataCommand)
.de(de_ListTableMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTableMetadataInput;
+ output: ListTableMetadataOutput;
+ };
+ sdk: {
+ input: ListTableMetadataCommandInput;
+ output: ListTableMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/ListTagsForResourceCommand.ts b/clients/client-athena/src/commands/ListTagsForResourceCommand.ts
index 1d6d1197ee74..9ebe4f5849b6 100644
--- a/clients/client-athena/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-athena/src/commands/ListTagsForResourceCommand.ts
@@ -96,4 +96,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceInput;
+ output: ListTagsForResourceOutput;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/ListWorkGroupsCommand.ts b/clients/client-athena/src/commands/ListWorkGroupsCommand.ts
index c9a07ddb2300..aeed4e3b553f 100644
--- a/clients/client-athena/src/commands/ListWorkGroupsCommand.ts
+++ b/clients/client-athena/src/commands/ListWorkGroupsCommand.ts
@@ -99,4 +99,16 @@ export class ListWorkGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWorkGroupsCommand)
.de(de_ListWorkGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWorkGroupsInput;
+ output: ListWorkGroupsOutput;
+ };
+ sdk: {
+ input: ListWorkGroupsCommandInput;
+ output: ListWorkGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/PutCapacityAssignmentConfigurationCommand.ts b/clients/client-athena/src/commands/PutCapacityAssignmentConfigurationCommand.ts
index 8c05a8c0ca84..2d4113b766eb 100644
--- a/clients/client-athena/src/commands/PutCapacityAssignmentConfigurationCommand.ts
+++ b/clients/client-athena/src/commands/PutCapacityAssignmentConfigurationCommand.ts
@@ -97,4 +97,16 @@ export class PutCapacityAssignmentConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutCapacityAssignmentConfigurationCommand)
.de(de_PutCapacityAssignmentConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutCapacityAssignmentConfigurationInput;
+ output: {};
+ };
+ sdk: {
+ input: PutCapacityAssignmentConfigurationCommandInput;
+ output: PutCapacityAssignmentConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/StartCalculationExecutionCommand.ts b/clients/client-athena/src/commands/StartCalculationExecutionCommand.ts
index e44b60bb75ff..3931643a6480 100644
--- a/clients/client-athena/src/commands/StartCalculationExecutionCommand.ts
+++ b/clients/client-athena/src/commands/StartCalculationExecutionCommand.ts
@@ -102,4 +102,16 @@ export class StartCalculationExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartCalculationExecutionCommand)
.de(de_StartCalculationExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartCalculationExecutionRequest;
+ output: StartCalculationExecutionResponse;
+ };
+ sdk: {
+ input: StartCalculationExecutionCommandInput;
+ output: StartCalculationExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/StartQueryExecutionCommand.ts b/clients/client-athena/src/commands/StartQueryExecutionCommand.ts
index dcce37f72964..a24b365783df 100644
--- a/clients/client-athena/src/commands/StartQueryExecutionCommand.ts
+++ b/clients/client-athena/src/commands/StartQueryExecutionCommand.ts
@@ -119,4 +119,16 @@ export class StartQueryExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartQueryExecutionCommand)
.de(de_StartQueryExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartQueryExecutionInput;
+ output: StartQueryExecutionOutput;
+ };
+ sdk: {
+ input: StartQueryExecutionCommandInput;
+ output: StartQueryExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/StartSessionCommand.ts b/clients/client-athena/src/commands/StartSessionCommand.ts
index 826ac90a233e..5fef47866743 100644
--- a/clients/client-athena/src/commands/StartSessionCommand.ts
+++ b/clients/client-athena/src/commands/StartSessionCommand.ts
@@ -111,4 +111,16 @@ export class StartSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartSessionCommand)
.de(de_StartSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartSessionRequest;
+ output: StartSessionResponse;
+ };
+ sdk: {
+ input: StartSessionCommandInput;
+ output: StartSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/StopCalculationExecutionCommand.ts b/clients/client-athena/src/commands/StopCalculationExecutionCommand.ts
index ea1c32a9012e..7273e4699d3c 100644
--- a/clients/client-athena/src/commands/StopCalculationExecutionCommand.ts
+++ b/clients/client-athena/src/commands/StopCalculationExecutionCommand.ts
@@ -97,4 +97,16 @@ export class StopCalculationExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_StopCalculationExecutionCommand)
.de(de_StopCalculationExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopCalculationExecutionRequest;
+ output: StopCalculationExecutionResponse;
+ };
+ sdk: {
+ input: StopCalculationExecutionCommandInput;
+ output: StopCalculationExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/StopQueryExecutionCommand.ts b/clients/client-athena/src/commands/StopQueryExecutionCommand.ts
index 2bf141790136..9047f0046a7c 100644
--- a/clients/client-athena/src/commands/StopQueryExecutionCommand.ts
+++ b/clients/client-athena/src/commands/StopQueryExecutionCommand.ts
@@ -84,4 +84,16 @@ export class StopQueryExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_StopQueryExecutionCommand)
.de(de_StopQueryExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopQueryExecutionInput;
+ output: {};
+ };
+ sdk: {
+ input: StopQueryExecutionCommandInput;
+ output: StopQueryExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/TagResourceCommand.ts b/clients/client-athena/src/commands/TagResourceCommand.ts
index ca91037accfb..11394e9c95b0 100644
--- a/clients/client-athena/src/commands/TagResourceCommand.ts
+++ b/clients/client-athena/src/commands/TagResourceCommand.ts
@@ -102,4 +102,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/TerminateSessionCommand.ts b/clients/client-athena/src/commands/TerminateSessionCommand.ts
index 19d4290a9d77..eed99ef9899a 100644
--- a/clients/client-athena/src/commands/TerminateSessionCommand.ts
+++ b/clients/client-athena/src/commands/TerminateSessionCommand.ts
@@ -92,4 +92,16 @@ export class TerminateSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_TerminateSessionCommand)
.de(de_TerminateSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TerminateSessionRequest;
+ output: TerminateSessionResponse;
+ };
+ sdk: {
+ input: TerminateSessionCommandInput;
+ output: TerminateSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/UntagResourceCommand.ts b/clients/client-athena/src/commands/UntagResourceCommand.ts
index d5e880f07c75..8940a7b9de41 100644
--- a/clients/client-athena/src/commands/UntagResourceCommand.ts
+++ b/clients/client-athena/src/commands/UntagResourceCommand.ts
@@ -89,4 +89,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/UpdateCapacityReservationCommand.ts b/clients/client-athena/src/commands/UpdateCapacityReservationCommand.ts
index 33efd17bdcb8..5e82592fd10d 100644
--- a/clients/client-athena/src/commands/UpdateCapacityReservationCommand.ts
+++ b/clients/client-athena/src/commands/UpdateCapacityReservationCommand.ts
@@ -85,4 +85,16 @@ export class UpdateCapacityReservationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCapacityReservationCommand)
.de(de_UpdateCapacityReservationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCapacityReservationInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateCapacityReservationCommandInput;
+ output: UpdateCapacityReservationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/UpdateDataCatalogCommand.ts b/clients/client-athena/src/commands/UpdateDataCatalogCommand.ts
index bd042e2790f3..335b4069f2bf 100644
--- a/clients/client-athena/src/commands/UpdateDataCatalogCommand.ts
+++ b/clients/client-athena/src/commands/UpdateDataCatalogCommand.ts
@@ -88,4 +88,16 @@ export class UpdateDataCatalogCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDataCatalogCommand)
.de(de_UpdateDataCatalogCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDataCatalogInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDataCatalogCommandInput;
+ output: UpdateDataCatalogCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/UpdateNamedQueryCommand.ts b/clients/client-athena/src/commands/UpdateNamedQueryCommand.ts
index 0be8b3035466..9373c1b202b8 100644
--- a/clients/client-athena/src/commands/UpdateNamedQueryCommand.ts
+++ b/clients/client-athena/src/commands/UpdateNamedQueryCommand.ts
@@ -87,4 +87,16 @@ export class UpdateNamedQueryCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateNamedQueryCommand)
.de(de_UpdateNamedQueryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateNamedQueryInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateNamedQueryCommandInput;
+ output: UpdateNamedQueryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/UpdateNotebookCommand.ts b/clients/client-athena/src/commands/UpdateNotebookCommand.ts
index 247fd7149ced..324b423aae0c 100644
--- a/clients/client-athena/src/commands/UpdateNotebookCommand.ts
+++ b/clients/client-athena/src/commands/UpdateNotebookCommand.ts
@@ -90,4 +90,16 @@ export class UpdateNotebookCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateNotebookCommand)
.de(de_UpdateNotebookCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateNotebookInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateNotebookCommandInput;
+ output: UpdateNotebookCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/UpdateNotebookMetadataCommand.ts b/clients/client-athena/src/commands/UpdateNotebookMetadataCommand.ts
index 09ddac41e56b..4b90f74486c7 100644
--- a/clients/client-athena/src/commands/UpdateNotebookMetadataCommand.ts
+++ b/clients/client-athena/src/commands/UpdateNotebookMetadataCommand.ts
@@ -88,4 +88,16 @@ export class UpdateNotebookMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateNotebookMetadataCommand)
.de(de_UpdateNotebookMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateNotebookMetadataInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateNotebookMetadataCommandInput;
+ output: UpdateNotebookMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/UpdatePreparedStatementCommand.ts b/clients/client-athena/src/commands/UpdatePreparedStatementCommand.ts
index 2c6ce9fd9a64..c30c71f2e40f 100644
--- a/clients/client-athena/src/commands/UpdatePreparedStatementCommand.ts
+++ b/clients/client-athena/src/commands/UpdatePreparedStatementCommand.ts
@@ -89,4 +89,16 @@ export class UpdatePreparedStatementCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePreparedStatementCommand)
.de(de_UpdatePreparedStatementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePreparedStatementInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdatePreparedStatementCommandInput;
+ output: UpdatePreparedStatementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-athena/src/commands/UpdateWorkGroupCommand.ts b/clients/client-athena/src/commands/UpdateWorkGroupCommand.ts
index 4882f22ff661..a7628854ebb7 100644
--- a/clients/client-athena/src/commands/UpdateWorkGroupCommand.ts
+++ b/clients/client-athena/src/commands/UpdateWorkGroupCommand.ts
@@ -124,4 +124,16 @@ export class UpdateWorkGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateWorkGroupCommand)
.de(de_UpdateWorkGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateWorkGroupInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateWorkGroupCommandInput;
+ output: UpdateWorkGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/package.json b/clients/client-auditmanager/package.json
index b21df508c8ad..86f0f5e83e14 100644
--- a/clients/client-auditmanager/package.json
+++ b/clients/client-auditmanager/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-auditmanager/src/commands/AssociateAssessmentReportEvidenceFolderCommand.ts b/clients/client-auditmanager/src/commands/AssociateAssessmentReportEvidenceFolderCommand.ts
index 36168fd5d276..e600abf1894b 100644
--- a/clients/client-auditmanager/src/commands/AssociateAssessmentReportEvidenceFolderCommand.ts
+++ b/clients/client-auditmanager/src/commands/AssociateAssessmentReportEvidenceFolderCommand.ts
@@ -100,4 +100,16 @@ export class AssociateAssessmentReportEvidenceFolderCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateAssessmentReportEvidenceFolderCommand)
.de(de_AssociateAssessmentReportEvidenceFolderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateAssessmentReportEvidenceFolderRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateAssessmentReportEvidenceFolderCommandInput;
+ output: AssociateAssessmentReportEvidenceFolderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/BatchAssociateAssessmentReportEvidenceCommand.ts b/clients/client-auditmanager/src/commands/BatchAssociateAssessmentReportEvidenceCommand.ts
index d826e7c883a9..3be6efd6afc1 100644
--- a/clients/client-auditmanager/src/commands/BatchAssociateAssessmentReportEvidenceCommand.ts
+++ b/clients/client-auditmanager/src/commands/BatchAssociateAssessmentReportEvidenceCommand.ts
@@ -114,4 +114,16 @@ export class BatchAssociateAssessmentReportEvidenceCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchAssociateAssessmentReportEvidenceCommand)
.de(de_BatchAssociateAssessmentReportEvidenceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchAssociateAssessmentReportEvidenceRequest;
+ output: BatchAssociateAssessmentReportEvidenceResponse;
+ };
+ sdk: {
+ input: BatchAssociateAssessmentReportEvidenceCommandInput;
+ output: BatchAssociateAssessmentReportEvidenceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/BatchCreateDelegationByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/BatchCreateDelegationByAssessmentCommand.ts
index ba72b08eeed9..cafec54614ae 100644
--- a/clients/client-auditmanager/src/commands/BatchCreateDelegationByAssessmentCommand.ts
+++ b/clients/client-auditmanager/src/commands/BatchCreateDelegationByAssessmentCommand.ts
@@ -138,4 +138,16 @@ export class BatchCreateDelegationByAssessmentCommand extends $Command
)
.ser(se_BatchCreateDelegationByAssessmentCommand)
.de(de_BatchCreateDelegationByAssessmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchCreateDelegationByAssessmentRequest;
+ output: BatchCreateDelegationByAssessmentResponse;
+ };
+ sdk: {
+ input: BatchCreateDelegationByAssessmentCommandInput;
+ output: BatchCreateDelegationByAssessmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/BatchDeleteDelegationByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/BatchDeleteDelegationByAssessmentCommand.ts
index 5a1737e4a21f..e56faed6d2b1 100644
--- a/clients/client-auditmanager/src/commands/BatchDeleteDelegationByAssessmentCommand.ts
+++ b/clients/client-auditmanager/src/commands/BatchDeleteDelegationByAssessmentCommand.ts
@@ -109,4 +109,16 @@ export class BatchDeleteDelegationByAssessmentCommand extends $Command
.f(void 0, BatchDeleteDelegationByAssessmentResponseFilterSensitiveLog)
.ser(se_BatchDeleteDelegationByAssessmentCommand)
.de(de_BatchDeleteDelegationByAssessmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDeleteDelegationByAssessmentRequest;
+ output: BatchDeleteDelegationByAssessmentResponse;
+ };
+ sdk: {
+ input: BatchDeleteDelegationByAssessmentCommandInput;
+ output: BatchDeleteDelegationByAssessmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts b/clients/client-auditmanager/src/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts
index d7f76a123173..3cb8df99d285 100644
--- a/clients/client-auditmanager/src/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts
+++ b/clients/client-auditmanager/src/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts
@@ -114,4 +114,16 @@ export class BatchDisassociateAssessmentReportEvidenceCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDisassociateAssessmentReportEvidenceCommand)
.de(de_BatchDisassociateAssessmentReportEvidenceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDisassociateAssessmentReportEvidenceRequest;
+ output: BatchDisassociateAssessmentReportEvidenceResponse;
+ };
+ sdk: {
+ input: BatchDisassociateAssessmentReportEvidenceCommandInput;
+ output: BatchDisassociateAssessmentReportEvidenceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/BatchImportEvidenceToAssessmentControlCommand.ts b/clients/client-auditmanager/src/commands/BatchImportEvidenceToAssessmentControlCommand.ts
index 87b5c7d562bc..5828ffb4ee67 100644
--- a/clients/client-auditmanager/src/commands/BatchImportEvidenceToAssessmentControlCommand.ts
+++ b/clients/client-auditmanager/src/commands/BatchImportEvidenceToAssessmentControlCommand.ts
@@ -152,4 +152,16 @@ export class BatchImportEvidenceToAssessmentControlCommand extends $Command
)
.ser(se_BatchImportEvidenceToAssessmentControlCommand)
.de(de_BatchImportEvidenceToAssessmentControlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchImportEvidenceToAssessmentControlRequest;
+ output: BatchImportEvidenceToAssessmentControlResponse;
+ };
+ sdk: {
+ input: BatchImportEvidenceToAssessmentControlCommandInput;
+ output: BatchImportEvidenceToAssessmentControlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/CreateAssessmentCommand.ts b/clients/client-auditmanager/src/commands/CreateAssessmentCommand.ts
index 43d09f757b43..61e99dbda1ce 100644
--- a/clients/client-auditmanager/src/commands/CreateAssessmentCommand.ts
+++ b/clients/client-auditmanager/src/commands/CreateAssessmentCommand.ts
@@ -253,4 +253,16 @@ export class CreateAssessmentCommand extends $Command
.f(CreateAssessmentRequestFilterSensitiveLog, CreateAssessmentResponseFilterSensitiveLog)
.ser(se_CreateAssessmentCommand)
.de(de_CreateAssessmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAssessmentRequest;
+ output: CreateAssessmentResponse;
+ };
+ sdk: {
+ input: CreateAssessmentCommandInput;
+ output: CreateAssessmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/CreateAssessmentFrameworkCommand.ts b/clients/client-auditmanager/src/commands/CreateAssessmentFrameworkCommand.ts
index 7f8b3713686a..57681e76766c 100644
--- a/clients/client-auditmanager/src/commands/CreateAssessmentFrameworkCommand.ts
+++ b/clients/client-auditmanager/src/commands/CreateAssessmentFrameworkCommand.ts
@@ -175,4 +175,16 @@ export class CreateAssessmentFrameworkCommand extends $Command
.f(CreateAssessmentFrameworkRequestFilterSensitiveLog, CreateAssessmentFrameworkResponseFilterSensitiveLog)
.ser(se_CreateAssessmentFrameworkCommand)
.de(de_CreateAssessmentFrameworkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAssessmentFrameworkRequest;
+ output: CreateAssessmentFrameworkResponse;
+ };
+ sdk: {
+ input: CreateAssessmentFrameworkCommandInput;
+ output: CreateAssessmentFrameworkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/CreateAssessmentReportCommand.ts b/clients/client-auditmanager/src/commands/CreateAssessmentReportCommand.ts
index 9314e4635c7c..3d805652cc29 100644
--- a/clients/client-auditmanager/src/commands/CreateAssessmentReportCommand.ts
+++ b/clients/client-auditmanager/src/commands/CreateAssessmentReportCommand.ts
@@ -109,4 +109,16 @@ export class CreateAssessmentReportCommand extends $Command
.f(CreateAssessmentReportRequestFilterSensitiveLog, CreateAssessmentReportResponseFilterSensitiveLog)
.ser(se_CreateAssessmentReportCommand)
.de(de_CreateAssessmentReportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAssessmentReportRequest;
+ output: CreateAssessmentReportResponse;
+ };
+ sdk: {
+ input: CreateAssessmentReportCommandInput;
+ output: CreateAssessmentReportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/CreateControlCommand.ts b/clients/client-auditmanager/src/commands/CreateControlCommand.ts
index 6bed964ca94d..96d985076aa0 100644
--- a/clients/client-auditmanager/src/commands/CreateControlCommand.ts
+++ b/clients/client-auditmanager/src/commands/CreateControlCommand.ts
@@ -156,4 +156,16 @@ export class CreateControlCommand extends $Command
.f(CreateControlRequestFilterSensitiveLog, CreateControlResponseFilterSensitiveLog)
.ser(se_CreateControlCommand)
.de(de_CreateControlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateControlRequest;
+ output: CreateControlResponse;
+ };
+ sdk: {
+ input: CreateControlCommandInput;
+ output: CreateControlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/DeleteAssessmentCommand.ts b/clients/client-auditmanager/src/commands/DeleteAssessmentCommand.ts
index 2ea35e12a4fa..b988706a8cc4 100644
--- a/clients/client-auditmanager/src/commands/DeleteAssessmentCommand.ts
+++ b/clients/client-auditmanager/src/commands/DeleteAssessmentCommand.ts
@@ -89,4 +89,16 @@ export class DeleteAssessmentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAssessmentCommand)
.de(de_DeleteAssessmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAssessmentRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAssessmentCommandInput;
+ output: DeleteAssessmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkCommand.ts b/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkCommand.ts
index c14a45d632bb..41754acf0740 100644
--- a/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkCommand.ts
+++ b/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkCommand.ts
@@ -89,4 +89,16 @@ export class DeleteAssessmentFrameworkCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAssessmentFrameworkCommand)
.de(de_DeleteAssessmentFrameworkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAssessmentFrameworkRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAssessmentFrameworkCommandInput;
+ output: DeleteAssessmentFrameworkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkShareCommand.ts b/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkShareCommand.ts
index 69e905b0ef52..877ee975f40e 100644
--- a/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkShareCommand.ts
+++ b/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkShareCommand.ts
@@ -95,4 +95,16 @@ export class DeleteAssessmentFrameworkShareCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAssessmentFrameworkShareCommand)
.de(de_DeleteAssessmentFrameworkShareCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAssessmentFrameworkShareRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAssessmentFrameworkShareCommandInput;
+ output: DeleteAssessmentFrameworkShareCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/DeleteAssessmentReportCommand.ts b/clients/client-auditmanager/src/commands/DeleteAssessmentReportCommand.ts
index 89fbeabfb5b6..e1b7c156ee52 100644
--- a/clients/client-auditmanager/src/commands/DeleteAssessmentReportCommand.ts
+++ b/clients/client-auditmanager/src/commands/DeleteAssessmentReportCommand.ts
@@ -111,4 +111,16 @@ export class DeleteAssessmentReportCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAssessmentReportCommand)
.de(de_DeleteAssessmentReportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAssessmentReportRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAssessmentReportCommandInput;
+ output: DeleteAssessmentReportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/DeleteControlCommand.ts b/clients/client-auditmanager/src/commands/DeleteControlCommand.ts
index dfc301e3e37e..8b861e3b0704 100644
--- a/clients/client-auditmanager/src/commands/DeleteControlCommand.ts
+++ b/clients/client-auditmanager/src/commands/DeleteControlCommand.ts
@@ -95,4 +95,16 @@ export class DeleteControlCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteControlCommand)
.de(de_DeleteControlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteControlRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteControlCommandInput;
+ output: DeleteControlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/DeregisterAccountCommand.ts b/clients/client-auditmanager/src/commands/DeregisterAccountCommand.ts
index b6e19734decb..4f35bfe34ba2 100644
--- a/clients/client-auditmanager/src/commands/DeregisterAccountCommand.ts
+++ b/clients/client-auditmanager/src/commands/DeregisterAccountCommand.ts
@@ -98,4 +98,16 @@ export class DeregisterAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_DeregisterAccountCommand)
.de(de_DeregisterAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DeregisterAccountResponse;
+ };
+ sdk: {
+ input: DeregisterAccountCommandInput;
+ output: DeregisterAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/DeregisterOrganizationAdminAccountCommand.ts b/clients/client-auditmanager/src/commands/DeregisterOrganizationAdminAccountCommand.ts
index f3b46568f531..c066eb3d1146 100644
--- a/clients/client-auditmanager/src/commands/DeregisterOrganizationAdminAccountCommand.ts
+++ b/clients/client-auditmanager/src/commands/DeregisterOrganizationAdminAccountCommand.ts
@@ -156,4 +156,16 @@ export class DeregisterOrganizationAdminAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_DeregisterOrganizationAdminAccountCommand)
.de(de_DeregisterOrganizationAdminAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterOrganizationAdminAccountRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeregisterOrganizationAdminAccountCommandInput;
+ output: DeregisterOrganizationAdminAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts b/clients/client-auditmanager/src/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts
index 3734f9d51cac..cf84526f953b 100644
--- a/clients/client-auditmanager/src/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts
+++ b/clients/client-auditmanager/src/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts
@@ -99,4 +99,16 @@ export class DisassociateAssessmentReportEvidenceFolderCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateAssessmentReportEvidenceFolderCommand)
.de(de_DisassociateAssessmentReportEvidenceFolderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateAssessmentReportEvidenceFolderRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateAssessmentReportEvidenceFolderCommandInput;
+ output: DisassociateAssessmentReportEvidenceFolderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/GetAccountStatusCommand.ts b/clients/client-auditmanager/src/commands/GetAccountStatusCommand.ts
index 51dcd5cd455f..cf842ef10d55 100644
--- a/clients/client-auditmanager/src/commands/GetAccountStatusCommand.ts
+++ b/clients/client-auditmanager/src/commands/GetAccountStatusCommand.ts
@@ -79,4 +79,16 @@ export class GetAccountStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAccountStatusCommand)
.de(de_GetAccountStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetAccountStatusResponse;
+ };
+ sdk: {
+ input: GetAccountStatusCommandInput;
+ output: GetAccountStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/GetAssessmentCommand.ts b/clients/client-auditmanager/src/commands/GetAssessmentCommand.ts
index b898ae660dea..7507c6685466 100644
--- a/clients/client-auditmanager/src/commands/GetAssessmentCommand.ts
+++ b/clients/client-auditmanager/src/commands/GetAssessmentCommand.ts
@@ -215,4 +215,16 @@ export class GetAssessmentCommand extends $Command
.f(void 0, GetAssessmentResponseFilterSensitiveLog)
.ser(se_GetAssessmentCommand)
.de(de_GetAssessmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAssessmentRequest;
+ output: GetAssessmentResponse;
+ };
+ sdk: {
+ input: GetAssessmentCommandInput;
+ output: GetAssessmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/GetAssessmentFrameworkCommand.ts b/clients/client-auditmanager/src/commands/GetAssessmentFrameworkCommand.ts
index 2b256a56ce2c..ebf9b255145d 100644
--- a/clients/client-auditmanager/src/commands/GetAssessmentFrameworkCommand.ts
+++ b/clients/client-auditmanager/src/commands/GetAssessmentFrameworkCommand.ts
@@ -153,4 +153,16 @@ export class GetAssessmentFrameworkCommand extends $Command
.f(void 0, GetAssessmentFrameworkResponseFilterSensitiveLog)
.ser(se_GetAssessmentFrameworkCommand)
.de(de_GetAssessmentFrameworkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAssessmentFrameworkRequest;
+ output: GetAssessmentFrameworkResponse;
+ };
+ sdk: {
+ input: GetAssessmentFrameworkCommandInput;
+ output: GetAssessmentFrameworkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/GetAssessmentReportUrlCommand.ts b/clients/client-auditmanager/src/commands/GetAssessmentReportUrlCommand.ts
index b99bc4bb11e6..ef97bb2312d1 100644
--- a/clients/client-auditmanager/src/commands/GetAssessmentReportUrlCommand.ts
+++ b/clients/client-auditmanager/src/commands/GetAssessmentReportUrlCommand.ts
@@ -95,4 +95,16 @@ export class GetAssessmentReportUrlCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAssessmentReportUrlCommand)
.de(de_GetAssessmentReportUrlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAssessmentReportUrlRequest;
+ output: GetAssessmentReportUrlResponse;
+ };
+ sdk: {
+ input: GetAssessmentReportUrlCommandInput;
+ output: GetAssessmentReportUrlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/GetChangeLogsCommand.ts b/clients/client-auditmanager/src/commands/GetChangeLogsCommand.ts
index 5beda1c5c7fe..860b78d1954b 100644
--- a/clients/client-auditmanager/src/commands/GetChangeLogsCommand.ts
+++ b/clients/client-auditmanager/src/commands/GetChangeLogsCommand.ts
@@ -104,4 +104,16 @@ export class GetChangeLogsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetChangeLogsCommand)
.de(de_GetChangeLogsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetChangeLogsRequest;
+ output: GetChangeLogsResponse;
+ };
+ sdk: {
+ input: GetChangeLogsCommandInput;
+ output: GetChangeLogsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/GetControlCommand.ts b/clients/client-auditmanager/src/commands/GetControlCommand.ts
index 6db4aee72f11..9835e65c0661 100644
--- a/clients/client-auditmanager/src/commands/GetControlCommand.ts
+++ b/clients/client-auditmanager/src/commands/GetControlCommand.ts
@@ -124,4 +124,16 @@ export class GetControlCommand extends $Command
.f(void 0, GetControlResponseFilterSensitiveLog)
.ser(se_GetControlCommand)
.de(de_GetControlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetControlRequest;
+ output: GetControlResponse;
+ };
+ sdk: {
+ input: GetControlCommandInput;
+ output: GetControlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/GetDelegationsCommand.ts b/clients/client-auditmanager/src/commands/GetDelegationsCommand.ts
index b91312358d72..a2a9d36f3647 100644
--- a/clients/client-auditmanager/src/commands/GetDelegationsCommand.ts
+++ b/clients/client-auditmanager/src/commands/GetDelegationsCommand.ts
@@ -104,4 +104,16 @@ export class GetDelegationsCommand extends $Command
.f(void 0, GetDelegationsResponseFilterSensitiveLog)
.ser(se_GetDelegationsCommand)
.de(de_GetDelegationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDelegationsRequest;
+ output: GetDelegationsResponse;
+ };
+ sdk: {
+ input: GetDelegationsCommandInput;
+ output: GetDelegationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/GetEvidenceByEvidenceFolderCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceByEvidenceFolderCommand.ts
index abd4a45522a8..a5ce04479a9e 100644
--- a/clients/client-auditmanager/src/commands/GetEvidenceByEvidenceFolderCommand.ts
+++ b/clients/client-auditmanager/src/commands/GetEvidenceByEvidenceFolderCommand.ts
@@ -127,4 +127,16 @@ export class GetEvidenceByEvidenceFolderCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEvidenceByEvidenceFolderCommand)
.de(de_GetEvidenceByEvidenceFolderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEvidenceByEvidenceFolderRequest;
+ output: GetEvidenceByEvidenceFolderResponse;
+ };
+ sdk: {
+ input: GetEvidenceByEvidenceFolderCommandInput;
+ output: GetEvidenceByEvidenceFolderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/GetEvidenceCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceCommand.ts
index de6426dadc4e..9fdd922f946c 100644
--- a/clients/client-auditmanager/src/commands/GetEvidenceCommand.ts
+++ b/clients/client-auditmanager/src/commands/GetEvidenceCommand.ts
@@ -118,4 +118,16 @@ export class GetEvidenceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEvidenceCommand)
.de(de_GetEvidenceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEvidenceRequest;
+ output: GetEvidenceResponse;
+ };
+ sdk: {
+ input: GetEvidenceCommandInput;
+ output: GetEvidenceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/GetEvidenceFileUploadUrlCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceFileUploadUrlCommand.ts
index 0cc18ba8bd4b..42b264be6d37 100644
--- a/clients/client-auditmanager/src/commands/GetEvidenceFileUploadUrlCommand.ts
+++ b/clients/client-auditmanager/src/commands/GetEvidenceFileUploadUrlCommand.ts
@@ -114,4 +114,16 @@ export class GetEvidenceFileUploadUrlCommand extends $Command
.f(GetEvidenceFileUploadUrlRequestFilterSensitiveLog, GetEvidenceFileUploadUrlResponseFilterSensitiveLog)
.ser(se_GetEvidenceFileUploadUrlCommand)
.de(de_GetEvidenceFileUploadUrlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEvidenceFileUploadUrlRequest;
+ output: GetEvidenceFileUploadUrlResponse;
+ };
+ sdk: {
+ input: GetEvidenceFileUploadUrlCommandInput;
+ output: GetEvidenceFileUploadUrlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/GetEvidenceFolderCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceFolderCommand.ts
index ceccf5efb9dd..65e287cd07de 100644
--- a/clients/client-auditmanager/src/commands/GetEvidenceFolderCommand.ts
+++ b/clients/client-auditmanager/src/commands/GetEvidenceFolderCommand.ts
@@ -112,4 +112,16 @@ export class GetEvidenceFolderCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEvidenceFolderCommand)
.de(de_GetEvidenceFolderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEvidenceFolderRequest;
+ output: GetEvidenceFolderResponse;
+ };
+ sdk: {
+ input: GetEvidenceFolderCommandInput;
+ output: GetEvidenceFolderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentCommand.ts
index d1bb6383d1e9..60d9834c0bea 100644
--- a/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentCommand.ts
+++ b/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentCommand.ts
@@ -120,4 +120,16 @@ export class GetEvidenceFoldersByAssessmentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEvidenceFoldersByAssessmentCommand)
.de(de_GetEvidenceFoldersByAssessmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEvidenceFoldersByAssessmentRequest;
+ output: GetEvidenceFoldersByAssessmentResponse;
+ };
+ sdk: {
+ input: GetEvidenceFoldersByAssessmentCommandInput;
+ output: GetEvidenceFoldersByAssessmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentControlCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentControlCommand.ts
index 5b4c26874474..ce1270ce420c 100644
--- a/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentControlCommand.ts
+++ b/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentControlCommand.ts
@@ -127,4 +127,16 @@ export class GetEvidenceFoldersByAssessmentControlCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEvidenceFoldersByAssessmentControlCommand)
.de(de_GetEvidenceFoldersByAssessmentControlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEvidenceFoldersByAssessmentControlRequest;
+ output: GetEvidenceFoldersByAssessmentControlResponse;
+ };
+ sdk: {
+ input: GetEvidenceFoldersByAssessmentControlCommandInput;
+ output: GetEvidenceFoldersByAssessmentControlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/GetInsightsByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/GetInsightsByAssessmentCommand.ts
index 56930fd096ec..b2f2ede2d5ba 100644
--- a/clients/client-auditmanager/src/commands/GetInsightsByAssessmentCommand.ts
+++ b/clients/client-auditmanager/src/commands/GetInsightsByAssessmentCommand.ts
@@ -98,4 +98,16 @@ export class GetInsightsByAssessmentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInsightsByAssessmentCommand)
.de(de_GetInsightsByAssessmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInsightsByAssessmentRequest;
+ output: GetInsightsByAssessmentResponse;
+ };
+ sdk: {
+ input: GetInsightsByAssessmentCommandInput;
+ output: GetInsightsByAssessmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/GetInsightsCommand.ts b/clients/client-auditmanager/src/commands/GetInsightsCommand.ts
index f53c0a222c0e..9e010c586959 100644
--- a/clients/client-auditmanager/src/commands/GetInsightsCommand.ts
+++ b/clients/client-auditmanager/src/commands/GetInsightsCommand.ts
@@ -91,4 +91,16 @@ export class GetInsightsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInsightsCommand)
.de(de_GetInsightsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetInsightsResponse;
+ };
+ sdk: {
+ input: GetInsightsCommandInput;
+ output: GetInsightsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/GetOrganizationAdminAccountCommand.ts b/clients/client-auditmanager/src/commands/GetOrganizationAdminAccountCommand.ts
index 06935d0260ab..4de917e75574 100644
--- a/clients/client-auditmanager/src/commands/GetOrganizationAdminAccountCommand.ts
+++ b/clients/client-auditmanager/src/commands/GetOrganizationAdminAccountCommand.ts
@@ -96,4 +96,16 @@ export class GetOrganizationAdminAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_GetOrganizationAdminAccountCommand)
.de(de_GetOrganizationAdminAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetOrganizationAdminAccountResponse;
+ };
+ sdk: {
+ input: GetOrganizationAdminAccountCommandInput;
+ output: GetOrganizationAdminAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/GetServicesInScopeCommand.ts b/clients/client-auditmanager/src/commands/GetServicesInScopeCommand.ts
index e14afff7e9f3..9cc3a7b858b7 100644
--- a/clients/client-auditmanager/src/commands/GetServicesInScopeCommand.ts
+++ b/clients/client-auditmanager/src/commands/GetServicesInScopeCommand.ts
@@ -104,4 +104,16 @@ export class GetServicesInScopeCommand extends $Command
.f(void 0, void 0)
.ser(se_GetServicesInScopeCommand)
.de(de_GetServicesInScopeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetServicesInScopeResponse;
+ };
+ sdk: {
+ input: GetServicesInScopeCommandInput;
+ output: GetServicesInScopeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/GetSettingsCommand.ts b/clients/client-auditmanager/src/commands/GetSettingsCommand.ts
index 4bf2756c2dbe..d294ffd021dc 100644
--- a/clients/client-auditmanager/src/commands/GetSettingsCommand.ts
+++ b/clients/client-auditmanager/src/commands/GetSettingsCommand.ts
@@ -112,4 +112,16 @@ export class GetSettingsCommand extends $Command
.f(void 0, GetSettingsResponseFilterSensitiveLog)
.ser(se_GetSettingsCommand)
.de(de_GetSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSettingsRequest;
+ output: GetSettingsResponse;
+ };
+ sdk: {
+ input: GetSettingsCommandInput;
+ output: GetSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/ListAssessmentControlInsightsByControlDomainCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentControlInsightsByControlDomainCommand.ts
index c307f657c141..64bfd051a343 100644
--- a/clients/client-auditmanager/src/commands/ListAssessmentControlInsightsByControlDomainCommand.ts
+++ b/clients/client-auditmanager/src/commands/ListAssessmentControlInsightsByControlDomainCommand.ts
@@ -123,4 +123,16 @@ export class ListAssessmentControlInsightsByControlDomainCommand extends $Comman
.f(void 0, void 0)
.ser(se_ListAssessmentControlInsightsByControlDomainCommand)
.de(de_ListAssessmentControlInsightsByControlDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssessmentControlInsightsByControlDomainRequest;
+ output: ListAssessmentControlInsightsByControlDomainResponse;
+ };
+ sdk: {
+ input: ListAssessmentControlInsightsByControlDomainCommandInput;
+ output: ListAssessmentControlInsightsByControlDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/ListAssessmentFrameworkShareRequestsCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentFrameworkShareRequestsCommand.ts
index 6cc291518c21..b03843b44903 100644
--- a/clients/client-auditmanager/src/commands/ListAssessmentFrameworkShareRequestsCommand.ts
+++ b/clients/client-auditmanager/src/commands/ListAssessmentFrameworkShareRequestsCommand.ts
@@ -118,4 +118,16 @@ export class ListAssessmentFrameworkShareRequestsCommand extends $Command
.f(void 0, ListAssessmentFrameworkShareRequestsResponseFilterSensitiveLog)
.ser(se_ListAssessmentFrameworkShareRequestsCommand)
.de(de_ListAssessmentFrameworkShareRequestsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssessmentFrameworkShareRequestsRequest;
+ output: ListAssessmentFrameworkShareRequestsResponse;
+ };
+ sdk: {
+ input: ListAssessmentFrameworkShareRequestsCommandInput;
+ output: ListAssessmentFrameworkShareRequestsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/ListAssessmentFrameworksCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentFrameworksCommand.ts
index 4620d31350ef..b11140a834f0 100644
--- a/clients/client-auditmanager/src/commands/ListAssessmentFrameworksCommand.ts
+++ b/clients/client-auditmanager/src/commands/ListAssessmentFrameworksCommand.ts
@@ -110,4 +110,16 @@ export class ListAssessmentFrameworksCommand extends $Command
.f(void 0, ListAssessmentFrameworksResponseFilterSensitiveLog)
.ser(se_ListAssessmentFrameworksCommand)
.de(de_ListAssessmentFrameworksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssessmentFrameworksRequest;
+ output: ListAssessmentFrameworksResponse;
+ };
+ sdk: {
+ input: ListAssessmentFrameworksCommandInput;
+ output: ListAssessmentFrameworksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/ListAssessmentReportsCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentReportsCommand.ts
index 42453afa1f0e..6f791eb89cda 100644
--- a/clients/client-auditmanager/src/commands/ListAssessmentReportsCommand.ts
+++ b/clients/client-auditmanager/src/commands/ListAssessmentReportsCommand.ts
@@ -105,4 +105,16 @@ export class ListAssessmentReportsCommand extends $Command
.f(void 0, ListAssessmentReportsResponseFilterSensitiveLog)
.ser(se_ListAssessmentReportsCommand)
.de(de_ListAssessmentReportsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssessmentReportsRequest;
+ output: ListAssessmentReportsResponse;
+ };
+ sdk: {
+ input: ListAssessmentReportsCommandInput;
+ output: ListAssessmentReportsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/ListAssessmentsCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentsCommand.ts
index e27d85e8a992..b4dca8fd7fbf 100644
--- a/clients/client-auditmanager/src/commands/ListAssessmentsCommand.ts
+++ b/clients/client-auditmanager/src/commands/ListAssessmentsCommand.ts
@@ -125,4 +125,16 @@ export class ListAssessmentsCommand extends $Command
.f(void 0, ListAssessmentsResponseFilterSensitiveLog)
.ser(se_ListAssessmentsCommand)
.de(de_ListAssessmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssessmentsRequest;
+ output: ListAssessmentsResponse;
+ };
+ sdk: {
+ input: ListAssessmentsCommandInput;
+ output: ListAssessmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/ListControlDomainInsightsByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/ListControlDomainInsightsByAssessmentCommand.ts
index e40843dec8ec..f449284041de 100644
--- a/clients/client-auditmanager/src/commands/ListControlDomainInsightsByAssessmentCommand.ts
+++ b/clients/client-auditmanager/src/commands/ListControlDomainInsightsByAssessmentCommand.ts
@@ -128,4 +128,16 @@ export class ListControlDomainInsightsByAssessmentCommand extends $Command
.f(void 0, void 0)
.ser(se_ListControlDomainInsightsByAssessmentCommand)
.de(de_ListControlDomainInsightsByAssessmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListControlDomainInsightsByAssessmentRequest;
+ output: ListControlDomainInsightsByAssessmentResponse;
+ };
+ sdk: {
+ input: ListControlDomainInsightsByAssessmentCommandInput;
+ output: ListControlDomainInsightsByAssessmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/ListControlDomainInsightsCommand.ts b/clients/client-auditmanager/src/commands/ListControlDomainInsightsCommand.ts
index ad6ba3a8f969..d22998434cac 100644
--- a/clients/client-auditmanager/src/commands/ListControlDomainInsightsCommand.ts
+++ b/clients/client-auditmanager/src/commands/ListControlDomainInsightsCommand.ts
@@ -119,4 +119,16 @@ export class ListControlDomainInsightsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListControlDomainInsightsCommand)
.de(de_ListControlDomainInsightsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListControlDomainInsightsRequest;
+ output: ListControlDomainInsightsResponse;
+ };
+ sdk: {
+ input: ListControlDomainInsightsCommandInput;
+ output: ListControlDomainInsightsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/ListControlInsightsByControlDomainCommand.ts b/clients/client-auditmanager/src/commands/ListControlInsightsByControlDomainCommand.ts
index 36b4867d1e89..4ac4b9705c42 100644
--- a/clients/client-auditmanager/src/commands/ListControlInsightsByControlDomainCommand.ts
+++ b/clients/client-auditmanager/src/commands/ListControlInsightsByControlDomainCommand.ts
@@ -120,4 +120,16 @@ export class ListControlInsightsByControlDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_ListControlInsightsByControlDomainCommand)
.de(de_ListControlInsightsByControlDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListControlInsightsByControlDomainRequest;
+ output: ListControlInsightsByControlDomainResponse;
+ };
+ sdk: {
+ input: ListControlInsightsByControlDomainCommandInput;
+ output: ListControlInsightsByControlDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/ListControlsCommand.ts b/clients/client-auditmanager/src/commands/ListControlsCommand.ts
index 713a55889067..7482891cc990 100644
--- a/clients/client-auditmanager/src/commands/ListControlsCommand.ts
+++ b/clients/client-auditmanager/src/commands/ListControlsCommand.ts
@@ -101,4 +101,16 @@ export class ListControlsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListControlsCommand)
.de(de_ListControlsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListControlsRequest;
+ output: ListControlsResponse;
+ };
+ sdk: {
+ input: ListControlsCommandInput;
+ output: ListControlsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/ListKeywordsForDataSourceCommand.ts b/clients/client-auditmanager/src/commands/ListKeywordsForDataSourceCommand.ts
index 91f1f1d23e6d..a7f043e1ea1e 100644
--- a/clients/client-auditmanager/src/commands/ListKeywordsForDataSourceCommand.ts
+++ b/clients/client-auditmanager/src/commands/ListKeywordsForDataSourceCommand.ts
@@ -94,4 +94,16 @@ export class ListKeywordsForDataSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListKeywordsForDataSourceCommand)
.de(de_ListKeywordsForDataSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListKeywordsForDataSourceRequest;
+ output: ListKeywordsForDataSourceResponse;
+ };
+ sdk: {
+ input: ListKeywordsForDataSourceCommandInput;
+ output: ListKeywordsForDataSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/ListNotificationsCommand.ts b/clients/client-auditmanager/src/commands/ListNotificationsCommand.ts
index 61f2be171688..477591e9ff9e 100644
--- a/clients/client-auditmanager/src/commands/ListNotificationsCommand.ts
+++ b/clients/client-auditmanager/src/commands/ListNotificationsCommand.ts
@@ -105,4 +105,16 @@ export class ListNotificationsCommand extends $Command
.f(void 0, ListNotificationsResponseFilterSensitiveLog)
.ser(se_ListNotificationsCommand)
.de(de_ListNotificationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListNotificationsRequest;
+ output: ListNotificationsResponse;
+ };
+ sdk: {
+ input: ListNotificationsCommandInput;
+ output: ListNotificationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/ListTagsForResourceCommand.ts b/clients/client-auditmanager/src/commands/ListTagsForResourceCommand.ts
index 7a9b8ad0fe4a..3713ce00138c 100644
--- a/clients/client-auditmanager/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-auditmanager/src/commands/ListTagsForResourceCommand.ts
@@ -89,4 +89,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/RegisterAccountCommand.ts b/clients/client-auditmanager/src/commands/RegisterAccountCommand.ts
index 45d86cf48200..2b98901a6f6d 100644
--- a/clients/client-auditmanager/src/commands/RegisterAccountCommand.ts
+++ b/clients/client-auditmanager/src/commands/RegisterAccountCommand.ts
@@ -95,4 +95,16 @@ export class RegisterAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterAccountCommand)
.de(de_RegisterAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterAccountRequest;
+ output: RegisterAccountResponse;
+ };
+ sdk: {
+ input: RegisterAccountCommandInput;
+ output: RegisterAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/RegisterOrganizationAdminAccountCommand.ts b/clients/client-auditmanager/src/commands/RegisterOrganizationAdminAccountCommand.ts
index 8483ddf8995f..bc176e78315c 100644
--- a/clients/client-auditmanager/src/commands/RegisterOrganizationAdminAccountCommand.ts
+++ b/clients/client-auditmanager/src/commands/RegisterOrganizationAdminAccountCommand.ts
@@ -98,4 +98,16 @@ export class RegisterOrganizationAdminAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterOrganizationAdminAccountCommand)
.de(de_RegisterOrganizationAdminAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterOrganizationAdminAccountRequest;
+ output: RegisterOrganizationAdminAccountResponse;
+ };
+ sdk: {
+ input: RegisterOrganizationAdminAccountCommandInput;
+ output: RegisterOrganizationAdminAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/StartAssessmentFrameworkShareCommand.ts b/clients/client-auditmanager/src/commands/StartAssessmentFrameworkShareCommand.ts
index 2a342f916e8b..02b0eeb943b1 100644
--- a/clients/client-auditmanager/src/commands/StartAssessmentFrameworkShareCommand.ts
+++ b/clients/client-auditmanager/src/commands/StartAssessmentFrameworkShareCommand.ts
@@ -155,4 +155,16 @@ export class StartAssessmentFrameworkShareCommand extends $Command
.f(void 0, StartAssessmentFrameworkShareResponseFilterSensitiveLog)
.ser(se_StartAssessmentFrameworkShareCommand)
.de(de_StartAssessmentFrameworkShareCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartAssessmentFrameworkShareRequest;
+ output: StartAssessmentFrameworkShareResponse;
+ };
+ sdk: {
+ input: StartAssessmentFrameworkShareCommandInput;
+ output: StartAssessmentFrameworkShareCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/TagResourceCommand.ts b/clients/client-auditmanager/src/commands/TagResourceCommand.ts
index 863d53bea97a..ef2e1fa7b283 100644
--- a/clients/client-auditmanager/src/commands/TagResourceCommand.ts
+++ b/clients/client-auditmanager/src/commands/TagResourceCommand.ts
@@ -88,4 +88,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/UntagResourceCommand.ts b/clients/client-auditmanager/src/commands/UntagResourceCommand.ts
index 8d2cf47d5912..cf4ddd926088 100644
--- a/clients/client-auditmanager/src/commands/UntagResourceCommand.ts
+++ b/clients/client-auditmanager/src/commands/UntagResourceCommand.ts
@@ -88,4 +88,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentCommand.ts
index 2f9f79288854..38e72f71101d 100644
--- a/clients/client-auditmanager/src/commands/UpdateAssessmentCommand.ts
+++ b/clients/client-auditmanager/src/commands/UpdateAssessmentCommand.ts
@@ -244,4 +244,16 @@ export class UpdateAssessmentCommand extends $Command
.f(UpdateAssessmentRequestFilterSensitiveLog, UpdateAssessmentResponseFilterSensitiveLog)
.ser(se_UpdateAssessmentCommand)
.de(de_UpdateAssessmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAssessmentRequest;
+ output: UpdateAssessmentResponse;
+ };
+ sdk: {
+ input: UpdateAssessmentCommandInput;
+ output: UpdateAssessmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentControlCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentControlCommand.ts
index 7be8e64a47fb..a03fbc3ab0d5 100644
--- a/clients/client-auditmanager/src/commands/UpdateAssessmentControlCommand.ts
+++ b/clients/client-auditmanager/src/commands/UpdateAssessmentControlCommand.ts
@@ -118,4 +118,16 @@ export class UpdateAssessmentControlCommand extends $Command
.f(UpdateAssessmentControlRequestFilterSensitiveLog, UpdateAssessmentControlResponseFilterSensitiveLog)
.ser(se_UpdateAssessmentControlCommand)
.de(de_UpdateAssessmentControlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAssessmentControlRequest;
+ output: UpdateAssessmentControlResponse;
+ };
+ sdk: {
+ input: UpdateAssessmentControlCommandInput;
+ output: UpdateAssessmentControlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentControlSetStatusCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentControlSetStatusCommand.ts
index 9ccc55141208..8c025dc92c1d 100644
--- a/clients/client-auditmanager/src/commands/UpdateAssessmentControlSetStatusCommand.ts
+++ b/clients/client-auditmanager/src/commands/UpdateAssessmentControlSetStatusCommand.ts
@@ -155,4 +155,16 @@ export class UpdateAssessmentControlSetStatusCommand extends $Command
)
.ser(se_UpdateAssessmentControlSetStatusCommand)
.de(de_UpdateAssessmentControlSetStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAssessmentControlSetStatusRequest;
+ output: UpdateAssessmentControlSetStatusResponse;
+ };
+ sdk: {
+ input: UpdateAssessmentControlSetStatusCommandInput;
+ output: UpdateAssessmentControlSetStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkCommand.ts
index f5bbc66a423d..00327ea5b119 100644
--- a/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkCommand.ts
+++ b/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkCommand.ts
@@ -168,4 +168,16 @@ export class UpdateAssessmentFrameworkCommand extends $Command
.f(UpdateAssessmentFrameworkRequestFilterSensitiveLog, UpdateAssessmentFrameworkResponseFilterSensitiveLog)
.ser(se_UpdateAssessmentFrameworkCommand)
.de(de_UpdateAssessmentFrameworkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAssessmentFrameworkRequest;
+ output: UpdateAssessmentFrameworkResponse;
+ };
+ sdk: {
+ input: UpdateAssessmentFrameworkCommandInput;
+ output: UpdateAssessmentFrameworkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkShareCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkShareCommand.ts
index 073f2699aa18..c977afb0bdd4 100644
--- a/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkShareCommand.ts
+++ b/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkShareCommand.ts
@@ -124,4 +124,16 @@ export class UpdateAssessmentFrameworkShareCommand extends $Command
.f(void 0, UpdateAssessmentFrameworkShareResponseFilterSensitiveLog)
.ser(se_UpdateAssessmentFrameworkShareCommand)
.de(de_UpdateAssessmentFrameworkShareCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAssessmentFrameworkShareRequest;
+ output: UpdateAssessmentFrameworkShareResponse;
+ };
+ sdk: {
+ input: UpdateAssessmentFrameworkShareCommandInput;
+ output: UpdateAssessmentFrameworkShareCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentStatusCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentStatusCommand.ts
index 1bb799342f40..1c5e7cdb9f6b 100644
--- a/clients/client-auditmanager/src/commands/UpdateAssessmentStatusCommand.ts
+++ b/clients/client-auditmanager/src/commands/UpdateAssessmentStatusCommand.ts
@@ -221,4 +221,16 @@ export class UpdateAssessmentStatusCommand extends $Command
.f(void 0, UpdateAssessmentStatusResponseFilterSensitiveLog)
.ser(se_UpdateAssessmentStatusCommand)
.de(de_UpdateAssessmentStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAssessmentStatusRequest;
+ output: UpdateAssessmentStatusResponse;
+ };
+ sdk: {
+ input: UpdateAssessmentStatusCommandInput;
+ output: UpdateAssessmentStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/UpdateControlCommand.ts b/clients/client-auditmanager/src/commands/UpdateControlCommand.ts
index 482aa5c5f18a..4158eb5cf1d9 100644
--- a/clients/client-auditmanager/src/commands/UpdateControlCommand.ts
+++ b/clients/client-auditmanager/src/commands/UpdateControlCommand.ts
@@ -149,4 +149,16 @@ export class UpdateControlCommand extends $Command
.f(UpdateControlRequestFilterSensitiveLog, UpdateControlResponseFilterSensitiveLog)
.ser(se_UpdateControlCommand)
.de(de_UpdateControlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateControlRequest;
+ output: UpdateControlResponse;
+ };
+ sdk: {
+ input: UpdateControlCommandInput;
+ output: UpdateControlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/UpdateSettingsCommand.ts b/clients/client-auditmanager/src/commands/UpdateSettingsCommand.ts
index 488ce08faa1c..3123d1b692a6 100644
--- a/clients/client-auditmanager/src/commands/UpdateSettingsCommand.ts
+++ b/clients/client-auditmanager/src/commands/UpdateSettingsCommand.ts
@@ -139,4 +139,16 @@ export class UpdateSettingsCommand extends $Command
.f(UpdateSettingsRequestFilterSensitiveLog, UpdateSettingsResponseFilterSensitiveLog)
.ser(se_UpdateSettingsCommand)
.de(de_UpdateSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSettingsRequest;
+ output: UpdateSettingsResponse;
+ };
+ sdk: {
+ input: UpdateSettingsCommandInput;
+ output: UpdateSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auditmanager/src/commands/ValidateAssessmentReportIntegrityCommand.ts b/clients/client-auditmanager/src/commands/ValidateAssessmentReportIntegrityCommand.ts
index 89d2b464712b..0f5d4c33aaca 100644
--- a/clients/client-auditmanager/src/commands/ValidateAssessmentReportIntegrityCommand.ts
+++ b/clients/client-auditmanager/src/commands/ValidateAssessmentReportIntegrityCommand.ts
@@ -105,4 +105,16 @@ export class ValidateAssessmentReportIntegrityCommand extends $Command
.f(void 0, void 0)
.ser(se_ValidateAssessmentReportIntegrityCommand)
.de(de_ValidateAssessmentReportIntegrityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ValidateAssessmentReportIntegrityRequest;
+ output: ValidateAssessmentReportIntegrityResponse;
+ };
+ sdk: {
+ input: ValidateAssessmentReportIntegrityCommandInput;
+ output: ValidateAssessmentReportIntegrityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling-plans/package.json b/clients/client-auto-scaling-plans/package.json
index 7b1f11cb96cb..431960240590 100644
--- a/clients/client-auto-scaling-plans/package.json
+++ b/clients/client-auto-scaling-plans/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-auto-scaling-plans/src/commands/CreateScalingPlanCommand.ts b/clients/client-auto-scaling-plans/src/commands/CreateScalingPlanCommand.ts
index 94fd7304e97e..93e700f23240 100644
--- a/clients/client-auto-scaling-plans/src/commands/CreateScalingPlanCommand.ts
+++ b/clients/client-auto-scaling-plans/src/commands/CreateScalingPlanCommand.ts
@@ -158,4 +158,16 @@ export class CreateScalingPlanCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateScalingPlanCommand)
.de(de_CreateScalingPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateScalingPlanRequest;
+ output: CreateScalingPlanResponse;
+ };
+ sdk: {
+ input: CreateScalingPlanCommandInput;
+ output: CreateScalingPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling-plans/src/commands/DeleteScalingPlanCommand.ts b/clients/client-auto-scaling-plans/src/commands/DeleteScalingPlanCommand.ts
index bd689e62eb91..0ff867f157a3 100644
--- a/clients/client-auto-scaling-plans/src/commands/DeleteScalingPlanCommand.ts
+++ b/clients/client-auto-scaling-plans/src/commands/DeleteScalingPlanCommand.ts
@@ -93,4 +93,16 @@ export class DeleteScalingPlanCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteScalingPlanCommand)
.de(de_DeleteScalingPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteScalingPlanRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteScalingPlanCommandInput;
+ output: DeleteScalingPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlanResourcesCommand.ts b/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlanResourcesCommand.ts
index e3fe62e507b6..606498cd4622 100644
--- a/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlanResourcesCommand.ts
+++ b/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlanResourcesCommand.ts
@@ -138,4 +138,16 @@ export class DescribeScalingPlanResourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeScalingPlanResourcesCommand)
.de(de_DescribeScalingPlanResourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeScalingPlanResourcesRequest;
+ output: DescribeScalingPlanResourcesResponse;
+ };
+ sdk: {
+ input: DescribeScalingPlanResourcesCommandInput;
+ output: DescribeScalingPlanResourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlansCommand.ts b/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlansCommand.ts
index ad0f2a6937d7..e7ebfb8b7505 100644
--- a/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlansCommand.ts
+++ b/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlansCommand.ts
@@ -185,4 +185,16 @@ export class DescribeScalingPlansCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeScalingPlansCommand)
.de(de_DescribeScalingPlansCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeScalingPlansRequest;
+ output: DescribeScalingPlansResponse;
+ };
+ sdk: {
+ input: DescribeScalingPlansCommandInput;
+ output: DescribeScalingPlansCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling-plans/src/commands/GetScalingPlanResourceForecastDataCommand.ts b/clients/client-auto-scaling-plans/src/commands/GetScalingPlanResourceForecastDataCommand.ts
index b2d9dcb9bcee..a1649b7ad8c0 100644
--- a/clients/client-auto-scaling-plans/src/commands/GetScalingPlanResourceForecastDataCommand.ts
+++ b/clients/client-auto-scaling-plans/src/commands/GetScalingPlanResourceForecastDataCommand.ts
@@ -106,4 +106,16 @@ export class GetScalingPlanResourceForecastDataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetScalingPlanResourceForecastDataCommand)
.de(de_GetScalingPlanResourceForecastDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetScalingPlanResourceForecastDataRequest;
+ output: GetScalingPlanResourceForecastDataResponse;
+ };
+ sdk: {
+ input: GetScalingPlanResourceForecastDataCommandInput;
+ output: GetScalingPlanResourceForecastDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling-plans/src/commands/UpdateScalingPlanCommand.ts b/clients/client-auto-scaling-plans/src/commands/UpdateScalingPlanCommand.ts
index 507d47aba31c..c2b022817c1d 100644
--- a/clients/client-auto-scaling-plans/src/commands/UpdateScalingPlanCommand.ts
+++ b/clients/client-auto-scaling-plans/src/commands/UpdateScalingPlanCommand.ts
@@ -158,4 +158,16 @@ export class UpdateScalingPlanCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateScalingPlanCommand)
.de(de_UpdateScalingPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateScalingPlanRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateScalingPlanCommandInput;
+ output: UpdateScalingPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/package.json b/clients/client-auto-scaling/package.json
index d5a33208d9c6..9e92dde3527a 100644
--- a/clients/client-auto-scaling/package.json
+++ b/clients/client-auto-scaling/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2"
},
"devDependencies": {
diff --git a/clients/client-auto-scaling/src/commands/AttachInstancesCommand.ts b/clients/client-auto-scaling/src/commands/AttachInstancesCommand.ts
index b7b6f26726d9..0c02e8eff09a 100644
--- a/clients/client-auto-scaling/src/commands/AttachInstancesCommand.ts
+++ b/clients/client-auto-scaling/src/commands/AttachInstancesCommand.ts
@@ -108,4 +108,16 @@ export class AttachInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachInstancesCommand)
.de(de_AttachInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachInstancesQuery;
+ output: {};
+ };
+ sdk: {
+ input: AttachInstancesCommandInput;
+ output: AttachInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/AttachLoadBalancerTargetGroupsCommand.ts b/clients/client-auto-scaling/src/commands/AttachLoadBalancerTargetGroupsCommand.ts
index 46a533d90d26..fa5090115cd3 100644
--- a/clients/client-auto-scaling/src/commands/AttachLoadBalancerTargetGroupsCommand.ts
+++ b/clients/client-auto-scaling/src/commands/AttachLoadBalancerTargetGroupsCommand.ts
@@ -133,4 +133,16 @@ export class AttachLoadBalancerTargetGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachLoadBalancerTargetGroupsCommand)
.de(de_AttachLoadBalancerTargetGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachLoadBalancerTargetGroupsType;
+ output: {};
+ };
+ sdk: {
+ input: AttachLoadBalancerTargetGroupsCommandInput;
+ output: AttachLoadBalancerTargetGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/AttachLoadBalancersCommand.ts b/clients/client-auto-scaling/src/commands/AttachLoadBalancersCommand.ts
index ccb034a55048..5bde0d64ca19 100644
--- a/clients/client-auto-scaling/src/commands/AttachLoadBalancersCommand.ts
+++ b/clients/client-auto-scaling/src/commands/AttachLoadBalancersCommand.ts
@@ -115,4 +115,16 @@ export class AttachLoadBalancersCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachLoadBalancersCommand)
.de(de_AttachLoadBalancersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachLoadBalancersType;
+ output: {};
+ };
+ sdk: {
+ input: AttachLoadBalancersCommandInput;
+ output: AttachLoadBalancersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/AttachTrafficSourcesCommand.ts b/clients/client-auto-scaling/src/commands/AttachTrafficSourcesCommand.ts
index c4ef0e316045..4698dbc2437b 100644
--- a/clients/client-auto-scaling/src/commands/AttachTrafficSourcesCommand.ts
+++ b/clients/client-auto-scaling/src/commands/AttachTrafficSourcesCommand.ts
@@ -127,4 +127,16 @@ export class AttachTrafficSourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachTrafficSourcesCommand)
.de(de_AttachTrafficSourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachTrafficSourcesType;
+ output: {};
+ };
+ sdk: {
+ input: AttachTrafficSourcesCommandInput;
+ output: AttachTrafficSourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/BatchDeleteScheduledActionCommand.ts b/clients/client-auto-scaling/src/commands/BatchDeleteScheduledActionCommand.ts
index 37450be86914..ad60da60dbfd 100644
--- a/clients/client-auto-scaling/src/commands/BatchDeleteScheduledActionCommand.ts
+++ b/clients/client-auto-scaling/src/commands/BatchDeleteScheduledActionCommand.ts
@@ -90,4 +90,16 @@ export class BatchDeleteScheduledActionCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDeleteScheduledActionCommand)
.de(de_BatchDeleteScheduledActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDeleteScheduledActionType;
+ output: BatchDeleteScheduledActionAnswer;
+ };
+ sdk: {
+ input: BatchDeleteScheduledActionCommandInput;
+ output: BatchDeleteScheduledActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/BatchPutScheduledUpdateGroupActionCommand.ts b/clients/client-auto-scaling/src/commands/BatchPutScheduledUpdateGroupActionCommand.ts
index 2bb633f32c0c..1c241981327a 100644
--- a/clients/client-auto-scaling/src/commands/BatchPutScheduledUpdateGroupActionCommand.ts
+++ b/clients/client-auto-scaling/src/commands/BatchPutScheduledUpdateGroupActionCommand.ts
@@ -113,4 +113,16 @@ export class BatchPutScheduledUpdateGroupActionCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchPutScheduledUpdateGroupActionCommand)
.de(de_BatchPutScheduledUpdateGroupActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchPutScheduledUpdateGroupActionType;
+ output: BatchPutScheduledUpdateGroupActionAnswer;
+ };
+ sdk: {
+ input: BatchPutScheduledUpdateGroupActionCommandInput;
+ output: BatchPutScheduledUpdateGroupActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/CancelInstanceRefreshCommand.ts b/clients/client-auto-scaling/src/commands/CancelInstanceRefreshCommand.ts
index ec1dfcfc59dc..43ec339572e6 100644
--- a/clients/client-auto-scaling/src/commands/CancelInstanceRefreshCommand.ts
+++ b/clients/client-auto-scaling/src/commands/CancelInstanceRefreshCommand.ts
@@ -114,4 +114,16 @@ export class CancelInstanceRefreshCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelInstanceRefreshCommand)
.de(de_CancelInstanceRefreshCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelInstanceRefreshType;
+ output: CancelInstanceRefreshAnswer;
+ };
+ sdk: {
+ input: CancelInstanceRefreshCommandInput;
+ output: CancelInstanceRefreshCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/CompleteLifecycleActionCommand.ts b/clients/client-auto-scaling/src/commands/CompleteLifecycleActionCommand.ts
index cf1f15b0561f..896ed927de35 100644
--- a/clients/client-auto-scaling/src/commands/CompleteLifecycleActionCommand.ts
+++ b/clients/client-auto-scaling/src/commands/CompleteLifecycleActionCommand.ts
@@ -134,4 +134,16 @@ export class CompleteLifecycleActionCommand extends $Command
.f(void 0, void 0)
.ser(se_CompleteLifecycleActionCommand)
.de(de_CompleteLifecycleActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CompleteLifecycleActionType;
+ output: {};
+ };
+ sdk: {
+ input: CompleteLifecycleActionCommandInput;
+ output: CompleteLifecycleActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/CreateAutoScalingGroupCommand.ts b/clients/client-auto-scaling/src/commands/CreateAutoScalingGroupCommand.ts
index af60dfb68401..387700a659f2 100644
--- a/clients/client-auto-scaling/src/commands/CreateAutoScalingGroupCommand.ts
+++ b/clients/client-auto-scaling/src/commands/CreateAutoScalingGroupCommand.ts
@@ -392,4 +392,16 @@ export class CreateAutoScalingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAutoScalingGroupCommand)
.de(de_CreateAutoScalingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAutoScalingGroupType;
+ output: {};
+ };
+ sdk: {
+ input: CreateAutoScalingGroupCommandInput;
+ output: CreateAutoScalingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/CreateLaunchConfigurationCommand.ts b/clients/client-auto-scaling/src/commands/CreateLaunchConfigurationCommand.ts
index 8421f9d47305..ff7181da12ba 100644
--- a/clients/client-auto-scaling/src/commands/CreateLaunchConfigurationCommand.ts
+++ b/clients/client-auto-scaling/src/commands/CreateLaunchConfigurationCommand.ts
@@ -160,4 +160,16 @@ export class CreateLaunchConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLaunchConfigurationCommand)
.de(de_CreateLaunchConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLaunchConfigurationType;
+ output: {};
+ };
+ sdk: {
+ input: CreateLaunchConfigurationCommandInput;
+ output: CreateLaunchConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/CreateOrUpdateTagsCommand.ts b/clients/client-auto-scaling/src/commands/CreateOrUpdateTagsCommand.ts
index f528c97fab02..ff5fa77671d4 100644
--- a/clients/client-auto-scaling/src/commands/CreateOrUpdateTagsCommand.ts
+++ b/clients/client-auto-scaling/src/commands/CreateOrUpdateTagsCommand.ts
@@ -129,4 +129,16 @@ export class CreateOrUpdateTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateOrUpdateTagsCommand)
.de(de_CreateOrUpdateTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateOrUpdateTagsType;
+ output: {};
+ };
+ sdk: {
+ input: CreateOrUpdateTagsCommandInput;
+ output: CreateOrUpdateTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DeleteAutoScalingGroupCommand.ts b/clients/client-auto-scaling/src/commands/DeleteAutoScalingGroupCommand.ts
index 5826e445c126..a89b9a3fba6c 100644
--- a/clients/client-auto-scaling/src/commands/DeleteAutoScalingGroupCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DeleteAutoScalingGroupCommand.ts
@@ -124,4 +124,16 @@ export class DeleteAutoScalingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAutoScalingGroupCommand)
.de(de_DeleteAutoScalingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAutoScalingGroupType;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAutoScalingGroupCommandInput;
+ output: DeleteAutoScalingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DeleteLaunchConfigurationCommand.ts b/clients/client-auto-scaling/src/commands/DeleteLaunchConfigurationCommand.ts
index 3b4e196c2d32..edba477b4fc0 100644
--- a/clients/client-auto-scaling/src/commands/DeleteLaunchConfigurationCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DeleteLaunchConfigurationCommand.ts
@@ -95,4 +95,16 @@ export class DeleteLaunchConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLaunchConfigurationCommand)
.de(de_DeleteLaunchConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: LaunchConfigurationNameType;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLaunchConfigurationCommandInput;
+ output: DeleteLaunchConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DeleteLifecycleHookCommand.ts b/clients/client-auto-scaling/src/commands/DeleteLifecycleHookCommand.ts
index 967ebda7c230..05ae96c0e41d 100644
--- a/clients/client-auto-scaling/src/commands/DeleteLifecycleHookCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DeleteLifecycleHookCommand.ts
@@ -95,4 +95,16 @@ export class DeleteLifecycleHookCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLifecycleHookCommand)
.de(de_DeleteLifecycleHookCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLifecycleHookType;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLifecycleHookCommandInput;
+ output: DeleteLifecycleHookCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DeleteNotificationConfigurationCommand.ts b/clients/client-auto-scaling/src/commands/DeleteNotificationConfigurationCommand.ts
index 062c36fa2d43..42d0548a9ac1 100644
--- a/clients/client-auto-scaling/src/commands/DeleteNotificationConfigurationCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DeleteNotificationConfigurationCommand.ts
@@ -95,4 +95,16 @@ export class DeleteNotificationConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteNotificationConfigurationCommand)
.de(de_DeleteNotificationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteNotificationConfigurationType;
+ output: {};
+ };
+ sdk: {
+ input: DeleteNotificationConfigurationCommandInput;
+ output: DeleteNotificationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DeletePolicyCommand.ts b/clients/client-auto-scaling/src/commands/DeletePolicyCommand.ts
index eaa02e322f98..bf581b83d91f 100644
--- a/clients/client-auto-scaling/src/commands/DeletePolicyCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DeletePolicyCommand.ts
@@ -100,4 +100,16 @@ export class DeletePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePolicyCommand)
.de(de_DeletePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePolicyType;
+ output: {};
+ };
+ sdk: {
+ input: DeletePolicyCommandInput;
+ output: DeletePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DeleteScheduledActionCommand.ts b/clients/client-auto-scaling/src/commands/DeleteScheduledActionCommand.ts
index 92c6266f6aba..2cededce05bc 100644
--- a/clients/client-auto-scaling/src/commands/DeleteScheduledActionCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DeleteScheduledActionCommand.ts
@@ -92,4 +92,16 @@ export class DeleteScheduledActionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteScheduledActionCommand)
.de(de_DeleteScheduledActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteScheduledActionType;
+ output: {};
+ };
+ sdk: {
+ input: DeleteScheduledActionCommandInput;
+ output: DeleteScheduledActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DeleteTagsCommand.ts b/clients/client-auto-scaling/src/commands/DeleteTagsCommand.ts
index 604233274f65..3a102866cc85 100644
--- a/clients/client-auto-scaling/src/commands/DeleteTagsCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DeleteTagsCommand.ts
@@ -108,4 +108,16 @@ export class DeleteTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTagsCommand)
.de(de_DeleteTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTagsType;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTagsCommandInput;
+ output: DeleteTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DeleteWarmPoolCommand.ts b/clients/client-auto-scaling/src/commands/DeleteWarmPoolCommand.ts
index 7ceea0967fd6..c8f6aed53f1b 100644
--- a/clients/client-auto-scaling/src/commands/DeleteWarmPoolCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DeleteWarmPoolCommand.ts
@@ -95,4 +95,16 @@ export class DeleteWarmPoolCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteWarmPoolCommand)
.de(de_DeleteWarmPoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteWarmPoolType;
+ output: {};
+ };
+ sdk: {
+ input: DeleteWarmPoolCommandInput;
+ output: DeleteWarmPoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DescribeAccountLimitsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAccountLimitsCommand.ts
index 51f4269e413d..277749990610 100644
--- a/clients/client-auto-scaling/src/commands/DescribeAccountLimitsCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DescribeAccountLimitsCommand.ts
@@ -103,4 +103,16 @@ export class DescribeAccountLimitsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAccountLimitsCommand)
.de(de_DescribeAccountLimitsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeAccountLimitsAnswer;
+ };
+ sdk: {
+ input: DescribeAccountLimitsCommandInput;
+ output: DescribeAccountLimitsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DescribeAdjustmentTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAdjustmentTypesCommand.ts
index b7092369c30d..442f908dbf12 100644
--- a/clients/client-auto-scaling/src/commands/DescribeAdjustmentTypesCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DescribeAdjustmentTypesCommand.ts
@@ -126,4 +126,16 @@ export class DescribeAdjustmentTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAdjustmentTypesCommand)
.de(de_DescribeAdjustmentTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeAdjustmentTypesAnswer;
+ };
+ sdk: {
+ input: DescribeAdjustmentTypesCommandInput;
+ output: DescribeAdjustmentTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DescribeAutoScalingGroupsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAutoScalingGroupsCommand.ts
index 4a5d2adc1b50..da9b11c02329 100644
--- a/clients/client-auto-scaling/src/commands/DescribeAutoScalingGroupsCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DescribeAutoScalingGroupsCommand.ts
@@ -359,4 +359,16 @@ export class DescribeAutoScalingGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAutoScalingGroupsCommand)
.de(de_DescribeAutoScalingGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AutoScalingGroupNamesType;
+ output: AutoScalingGroupsType;
+ };
+ sdk: {
+ input: DescribeAutoScalingGroupsCommandInput;
+ output: DescribeAutoScalingGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DescribeAutoScalingInstancesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAutoScalingInstancesCommand.ts
index 62fe0f9de4ef..b2789d53913e 100644
--- a/clients/client-auto-scaling/src/commands/DescribeAutoScalingInstancesCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DescribeAutoScalingInstancesCommand.ts
@@ -135,4 +135,16 @@ export class DescribeAutoScalingInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAutoScalingInstancesCommand)
.de(de_DescribeAutoScalingInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAutoScalingInstancesType;
+ output: AutoScalingInstancesType;
+ };
+ sdk: {
+ input: DescribeAutoScalingInstancesCommandInput;
+ output: DescribeAutoScalingInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DescribeAutoScalingNotificationTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAutoScalingNotificationTypesCommand.ts
index 019bf6413de6..d31c7a02f152 100644
--- a/clients/client-auto-scaling/src/commands/DescribeAutoScalingNotificationTypesCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DescribeAutoScalingNotificationTypesCommand.ts
@@ -106,4 +106,16 @@ export class DescribeAutoScalingNotificationTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAutoScalingNotificationTypesCommand)
.de(de_DescribeAutoScalingNotificationTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeAutoScalingNotificationTypesAnswer;
+ };
+ sdk: {
+ input: DescribeAutoScalingNotificationTypesCommandInput;
+ output: DescribeAutoScalingNotificationTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DescribeInstanceRefreshesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeInstanceRefreshesCommand.ts
index 313eb5628d19..b4854851579d 100644
--- a/clients/client-auto-scaling/src/commands/DescribeInstanceRefreshesCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DescribeInstanceRefreshesCommand.ts
@@ -318,4 +318,16 @@ export class DescribeInstanceRefreshesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeInstanceRefreshesCommand)
.de(de_DescribeInstanceRefreshesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInstanceRefreshesType;
+ output: DescribeInstanceRefreshesAnswer;
+ };
+ sdk: {
+ input: DescribeInstanceRefreshesCommandInput;
+ output: DescribeInstanceRefreshesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DescribeLaunchConfigurationsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLaunchConfigurationsCommand.ts
index ca4b0956c50b..cdb582df5feb 100644
--- a/clients/client-auto-scaling/src/commands/DescribeLaunchConfigurationsCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DescribeLaunchConfigurationsCommand.ts
@@ -172,4 +172,16 @@ export class DescribeLaunchConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLaunchConfigurationsCommand)
.de(de_DescribeLaunchConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: LaunchConfigurationNamesType;
+ output: LaunchConfigurationsType;
+ };
+ sdk: {
+ input: DescribeLaunchConfigurationsCommandInput;
+ output: DescribeLaunchConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DescribeLifecycleHookTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLifecycleHookTypesCommand.ts
index 130ff400d5e3..16a7212d38fe 100644
--- a/clients/client-auto-scaling/src/commands/DescribeLifecycleHookTypesCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DescribeLifecycleHookTypesCommand.ts
@@ -111,4 +111,16 @@ export class DescribeLifecycleHookTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLifecycleHookTypesCommand)
.de(de_DescribeLifecycleHookTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeLifecycleHookTypesAnswer;
+ };
+ sdk: {
+ input: DescribeLifecycleHookTypesCommandInput;
+ output: DescribeLifecycleHookTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DescribeLifecycleHooksCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLifecycleHooksCommand.ts
index 4db1334f47bd..12db0bb9a84c 100644
--- a/clients/client-auto-scaling/src/commands/DescribeLifecycleHooksCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DescribeLifecycleHooksCommand.ts
@@ -123,4 +123,16 @@ export class DescribeLifecycleHooksCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLifecycleHooksCommand)
.de(de_DescribeLifecycleHooksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLifecycleHooksType;
+ output: DescribeLifecycleHooksAnswer;
+ };
+ sdk: {
+ input: DescribeLifecycleHooksCommandInput;
+ output: DescribeLifecycleHooksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DescribeLoadBalancerTargetGroupsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLoadBalancerTargetGroupsCommand.ts
index a5a04aa3615e..f617a7793712 100644
--- a/clients/client-auto-scaling/src/commands/DescribeLoadBalancerTargetGroupsCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DescribeLoadBalancerTargetGroupsCommand.ts
@@ -150,4 +150,16 @@ export class DescribeLoadBalancerTargetGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLoadBalancerTargetGroupsCommand)
.de(de_DescribeLoadBalancerTargetGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLoadBalancerTargetGroupsRequest;
+ output: DescribeLoadBalancerTargetGroupsResponse;
+ };
+ sdk: {
+ input: DescribeLoadBalancerTargetGroupsCommandInput;
+ output: DescribeLoadBalancerTargetGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DescribeLoadBalancersCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLoadBalancersCommand.ts
index 421b337ff580..f76bf1234926 100644
--- a/clients/client-auto-scaling/src/commands/DescribeLoadBalancersCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DescribeLoadBalancersCommand.ts
@@ -143,4 +143,16 @@ export class DescribeLoadBalancersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLoadBalancersCommand)
.de(de_DescribeLoadBalancersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLoadBalancersRequest;
+ output: DescribeLoadBalancersResponse;
+ };
+ sdk: {
+ input: DescribeLoadBalancersCommandInput;
+ output: DescribeLoadBalancersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DescribeMetricCollectionTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeMetricCollectionTypesCommand.ts
index f79c28913c9c..667da51f77c6 100644
--- a/clients/client-auto-scaling/src/commands/DescribeMetricCollectionTypesCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DescribeMetricCollectionTypesCommand.ts
@@ -137,4 +137,16 @@ export class DescribeMetricCollectionTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeMetricCollectionTypesCommand)
.de(de_DescribeMetricCollectionTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeMetricCollectionTypesAnswer;
+ };
+ sdk: {
+ input: DescribeMetricCollectionTypesCommandInput;
+ output: DescribeMetricCollectionTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DescribeNotificationConfigurationsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeNotificationConfigurationsCommand.ts
index 5fac9673647c..9886be99536c 100644
--- a/clients/client-auto-scaling/src/commands/DescribeNotificationConfigurationsCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DescribeNotificationConfigurationsCommand.ts
@@ -130,4 +130,16 @@ export class DescribeNotificationConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeNotificationConfigurationsCommand)
.de(de_DescribeNotificationConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeNotificationConfigurationsType;
+ output: DescribeNotificationConfigurationsAnswer;
+ };
+ sdk: {
+ input: DescribeNotificationConfigurationsCommandInput;
+ output: DescribeNotificationConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DescribePoliciesCommand.ts b/clients/client-auto-scaling/src/commands/DescribePoliciesCommand.ts
index e26e965b96a2..f36e32cc8b62 100644
--- a/clients/client-auto-scaling/src/commands/DescribePoliciesCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DescribePoliciesCommand.ts
@@ -281,4 +281,16 @@ export class DescribePoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePoliciesCommand)
.de(de_DescribePoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePoliciesType;
+ output: PoliciesType;
+ };
+ sdk: {
+ input: DescribePoliciesCommandInput;
+ output: DescribePoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts
index a771a0267249..b6ac3e486fce 100644
--- a/clients/client-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts
@@ -143,4 +143,16 @@ export class DescribeScalingActivitiesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeScalingActivitiesCommand)
.de(de_DescribeScalingActivitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeScalingActivitiesType;
+ output: ActivitiesType;
+ };
+ sdk: {
+ input: DescribeScalingActivitiesCommandInput;
+ output: DescribeScalingActivitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DescribeScalingProcessTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeScalingProcessTypesCommand.ts
index b682b7956cf4..339d0df66d3a 100644
--- a/clients/client-auto-scaling/src/commands/DescribeScalingProcessTypesCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DescribeScalingProcessTypesCommand.ts
@@ -123,4 +123,16 @@ export class DescribeScalingProcessTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeScalingProcessTypesCommand)
.de(de_DescribeScalingProcessTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: ProcessesType;
+ };
+ sdk: {
+ input: DescribeScalingProcessTypesCommandInput;
+ output: DescribeScalingProcessTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts
index 550ea9a95ed0..1196828ed05d 100644
--- a/clients/client-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts
@@ -137,4 +137,16 @@ export class DescribeScheduledActionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeScheduledActionsCommand)
.de(de_DescribeScheduledActionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeScheduledActionsType;
+ output: ScheduledActionsType;
+ };
+ sdk: {
+ input: DescribeScheduledActionsCommandInput;
+ output: DescribeScheduledActionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DescribeTagsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeTagsCommand.ts
index a11f14cc0c8c..7e672d917aca 100644
--- a/clients/client-auto-scaling/src/commands/DescribeTagsCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DescribeTagsCommand.ts
@@ -148,4 +148,16 @@ export class DescribeTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTagsCommand)
.de(de_DescribeTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTagsType;
+ output: TagsType;
+ };
+ sdk: {
+ input: DescribeTagsCommandInput;
+ output: DescribeTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DescribeTerminationPolicyTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeTerminationPolicyTypesCommand.ts
index 19e0362e495b..113e56ce580f 100644
--- a/clients/client-auto-scaling/src/commands/DescribeTerminationPolicyTypesCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DescribeTerminationPolicyTypesCommand.ts
@@ -109,4 +109,16 @@ export class DescribeTerminationPolicyTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTerminationPolicyTypesCommand)
.de(de_DescribeTerminationPolicyTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeTerminationPolicyTypesAnswer;
+ };
+ sdk: {
+ input: DescribeTerminationPolicyTypesCommandInput;
+ output: DescribeTerminationPolicyTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DescribeTrafficSourcesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeTrafficSourcesCommand.ts
index 38f43c7f7c7b..060c2f7c1771 100644
--- a/clients/client-auto-scaling/src/commands/DescribeTrafficSourcesCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DescribeTrafficSourcesCommand.ts
@@ -122,4 +122,16 @@ export class DescribeTrafficSourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTrafficSourcesCommand)
.de(de_DescribeTrafficSourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTrafficSourcesRequest;
+ output: DescribeTrafficSourcesResponse;
+ };
+ sdk: {
+ input: DescribeTrafficSourcesCommandInput;
+ output: DescribeTrafficSourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DescribeWarmPoolCommand.ts b/clients/client-auto-scaling/src/commands/DescribeWarmPoolCommand.ts
index fc7478c0bf89..608a1f15d2c5 100644
--- a/clients/client-auto-scaling/src/commands/DescribeWarmPoolCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DescribeWarmPoolCommand.ts
@@ -120,4 +120,16 @@ export class DescribeWarmPoolCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeWarmPoolCommand)
.de(de_DescribeWarmPoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeWarmPoolType;
+ output: DescribeWarmPoolAnswer;
+ };
+ sdk: {
+ input: DescribeWarmPoolCommandInput;
+ output: DescribeWarmPoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DetachInstancesCommand.ts b/clients/client-auto-scaling/src/commands/DetachInstancesCommand.ts
index 93b24f3b8e57..a151a67d6e2b 100644
--- a/clients/client-auto-scaling/src/commands/DetachInstancesCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DetachInstancesCommand.ts
@@ -140,4 +140,16 @@ export class DetachInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachInstancesCommand)
.de(de_DetachInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachInstancesQuery;
+ output: DetachInstancesAnswer;
+ };
+ sdk: {
+ input: DetachInstancesCommandInput;
+ output: DetachInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DetachLoadBalancerTargetGroupsCommand.ts b/clients/client-auto-scaling/src/commands/DetachLoadBalancerTargetGroupsCommand.ts
index 86c2aba1a783..99d36a3a1566 100644
--- a/clients/client-auto-scaling/src/commands/DetachLoadBalancerTargetGroupsCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DetachLoadBalancerTargetGroupsCommand.ts
@@ -118,4 +118,16 @@ export class DetachLoadBalancerTargetGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachLoadBalancerTargetGroupsCommand)
.de(de_DetachLoadBalancerTargetGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachLoadBalancerTargetGroupsType;
+ output: {};
+ };
+ sdk: {
+ input: DetachLoadBalancerTargetGroupsCommandInput;
+ output: DetachLoadBalancerTargetGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DetachLoadBalancersCommand.ts b/clients/client-auto-scaling/src/commands/DetachLoadBalancersCommand.ts
index 807074a11a6a..d281b74ec7aa 100644
--- a/clients/client-auto-scaling/src/commands/DetachLoadBalancersCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DetachLoadBalancersCommand.ts
@@ -109,4 +109,16 @@ export class DetachLoadBalancersCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachLoadBalancersCommand)
.de(de_DetachLoadBalancersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachLoadBalancersType;
+ output: {};
+ };
+ sdk: {
+ input: DetachLoadBalancersCommandInput;
+ output: DetachLoadBalancersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DetachTrafficSourcesCommand.ts b/clients/client-auto-scaling/src/commands/DetachTrafficSourcesCommand.ts
index 8aca7ecdea52..39e659545e47 100644
--- a/clients/client-auto-scaling/src/commands/DetachTrafficSourcesCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DetachTrafficSourcesCommand.ts
@@ -104,4 +104,16 @@ export class DetachTrafficSourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachTrafficSourcesCommand)
.de(de_DetachTrafficSourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachTrafficSourcesType;
+ output: {};
+ };
+ sdk: {
+ input: DetachTrafficSourcesCommandInput;
+ output: DetachTrafficSourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/DisableMetricsCollectionCommand.ts b/clients/client-auto-scaling/src/commands/DisableMetricsCollectionCommand.ts
index 8920026afaec..2797deb6693d 100644
--- a/clients/client-auto-scaling/src/commands/DisableMetricsCollectionCommand.ts
+++ b/clients/client-auto-scaling/src/commands/DisableMetricsCollectionCommand.ts
@@ -96,4 +96,16 @@ export class DisableMetricsCollectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableMetricsCollectionCommand)
.de(de_DisableMetricsCollectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableMetricsCollectionQuery;
+ output: {};
+ };
+ sdk: {
+ input: DisableMetricsCollectionCommandInput;
+ output: DisableMetricsCollectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/EnableMetricsCollectionCommand.ts b/clients/client-auto-scaling/src/commands/EnableMetricsCollectionCommand.ts
index 978998940b37..d5c6e195d839 100644
--- a/clients/client-auto-scaling/src/commands/EnableMetricsCollectionCommand.ts
+++ b/clients/client-auto-scaling/src/commands/EnableMetricsCollectionCommand.ts
@@ -100,4 +100,16 @@ export class EnableMetricsCollectionCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableMetricsCollectionCommand)
.de(de_EnableMetricsCollectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableMetricsCollectionQuery;
+ output: {};
+ };
+ sdk: {
+ input: EnableMetricsCollectionCommandInput;
+ output: EnableMetricsCollectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/EnterStandbyCommand.ts b/clients/client-auto-scaling/src/commands/EnterStandbyCommand.ts
index 2efc126ca61c..ae55249504de 100644
--- a/clients/client-auto-scaling/src/commands/EnterStandbyCommand.ts
+++ b/clients/client-auto-scaling/src/commands/EnterStandbyCommand.ts
@@ -140,4 +140,16 @@ export class EnterStandbyCommand extends $Command
.f(void 0, void 0)
.ser(se_EnterStandbyCommand)
.de(de_EnterStandbyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnterStandbyQuery;
+ output: EnterStandbyAnswer;
+ };
+ sdk: {
+ input: EnterStandbyCommandInput;
+ output: EnterStandbyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/ExecutePolicyCommand.ts b/clients/client-auto-scaling/src/commands/ExecutePolicyCommand.ts
index 4d14c30c18d7..9cb250511990 100644
--- a/clients/client-auto-scaling/src/commands/ExecutePolicyCommand.ts
+++ b/clients/client-auto-scaling/src/commands/ExecutePolicyCommand.ts
@@ -102,4 +102,16 @@ export class ExecutePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_ExecutePolicyCommand)
.de(de_ExecutePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExecutePolicyType;
+ output: {};
+ };
+ sdk: {
+ input: ExecutePolicyCommandInput;
+ output: ExecutePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/ExitStandbyCommand.ts b/clients/client-auto-scaling/src/commands/ExitStandbyCommand.ts
index a9bb3b3d9766..e2a342875471 100644
--- a/clients/client-auto-scaling/src/commands/ExitStandbyCommand.ts
+++ b/clients/client-auto-scaling/src/commands/ExitStandbyCommand.ts
@@ -134,4 +134,16 @@ export class ExitStandbyCommand extends $Command
.f(void 0, void 0)
.ser(se_ExitStandbyCommand)
.de(de_ExitStandbyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExitStandbyQuery;
+ output: ExitStandbyAnswer;
+ };
+ sdk: {
+ input: ExitStandbyCommandInput;
+ output: ExitStandbyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/GetPredictiveScalingForecastCommand.ts b/clients/client-auto-scaling/src/commands/GetPredictiveScalingForecastCommand.ts
index 4f35c9c7f2bb..0e71e3da12e7 100644
--- a/clients/client-auto-scaling/src/commands/GetPredictiveScalingForecastCommand.ts
+++ b/clients/client-auto-scaling/src/commands/GetPredictiveScalingForecastCommand.ts
@@ -199,4 +199,16 @@ export class GetPredictiveScalingForecastCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPredictiveScalingForecastCommand)
.de(de_GetPredictiveScalingForecastCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPredictiveScalingForecastType;
+ output: GetPredictiveScalingForecastAnswer;
+ };
+ sdk: {
+ input: GetPredictiveScalingForecastCommandInput;
+ output: GetPredictiveScalingForecastCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/PutLifecycleHookCommand.ts b/clients/client-auto-scaling/src/commands/PutLifecycleHookCommand.ts
index a866e8399f8a..17bb4c8241eb 100644
--- a/clients/client-auto-scaling/src/commands/PutLifecycleHookCommand.ts
+++ b/clients/client-auto-scaling/src/commands/PutLifecycleHookCommand.ts
@@ -149,4 +149,16 @@ export class PutLifecycleHookCommand extends $Command
.f(void 0, void 0)
.ser(se_PutLifecycleHookCommand)
.de(de_PutLifecycleHookCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutLifecycleHookType;
+ output: {};
+ };
+ sdk: {
+ input: PutLifecycleHookCommandInput;
+ output: PutLifecycleHookCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/PutNotificationConfigurationCommand.ts b/clients/client-auto-scaling/src/commands/PutNotificationConfigurationCommand.ts
index db312a874281..31ee61b18052 100644
--- a/clients/client-auto-scaling/src/commands/PutNotificationConfigurationCommand.ts
+++ b/clients/client-auto-scaling/src/commands/PutNotificationConfigurationCommand.ts
@@ -115,4 +115,16 @@ export class PutNotificationConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutNotificationConfigurationCommand)
.de(de_PutNotificationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutNotificationConfigurationType;
+ output: {};
+ };
+ sdk: {
+ input: PutNotificationConfigurationCommandInput;
+ output: PutNotificationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/PutScalingPolicyCommand.ts b/clients/client-auto-scaling/src/commands/PutScalingPolicyCommand.ts
index 125b591e8cde..c632da39183d 100644
--- a/clients/client-auto-scaling/src/commands/PutScalingPolicyCommand.ts
+++ b/clients/client-auto-scaling/src/commands/PutScalingPolicyCommand.ts
@@ -279,4 +279,16 @@ export class PutScalingPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutScalingPolicyCommand)
.de(de_PutScalingPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutScalingPolicyType;
+ output: PolicyARNType;
+ };
+ sdk: {
+ input: PutScalingPolicyCommandInput;
+ output: PutScalingPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/PutScheduledUpdateGroupActionCommand.ts b/clients/client-auto-scaling/src/commands/PutScheduledUpdateGroupActionCommand.ts
index 118caece4a16..22e66f4863f3 100644
--- a/clients/client-auto-scaling/src/commands/PutScheduledUpdateGroupActionCommand.ts
+++ b/clients/client-auto-scaling/src/commands/PutScheduledUpdateGroupActionCommand.ts
@@ -123,4 +123,16 @@ export class PutScheduledUpdateGroupActionCommand extends $Command
.f(void 0, void 0)
.ser(se_PutScheduledUpdateGroupActionCommand)
.de(de_PutScheduledUpdateGroupActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutScheduledUpdateGroupActionType;
+ output: {};
+ };
+ sdk: {
+ input: PutScheduledUpdateGroupActionCommandInput;
+ output: PutScheduledUpdateGroupActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/PutWarmPoolCommand.ts b/clients/client-auto-scaling/src/commands/PutWarmPoolCommand.ts
index 3d25316992e2..e07e79f37448 100644
--- a/clients/client-auto-scaling/src/commands/PutWarmPoolCommand.ts
+++ b/clients/client-auto-scaling/src/commands/PutWarmPoolCommand.ts
@@ -116,4 +116,16 @@ export class PutWarmPoolCommand extends $Command
.f(void 0, void 0)
.ser(se_PutWarmPoolCommand)
.de(de_PutWarmPoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutWarmPoolType;
+ output: {};
+ };
+ sdk: {
+ input: PutWarmPoolCommandInput;
+ output: PutWarmPoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/RecordLifecycleActionHeartbeatCommand.ts b/clients/client-auto-scaling/src/commands/RecordLifecycleActionHeartbeatCommand.ts
index 2a268a553b60..561d29079957 100644
--- a/clients/client-auto-scaling/src/commands/RecordLifecycleActionHeartbeatCommand.ts
+++ b/clients/client-auto-scaling/src/commands/RecordLifecycleActionHeartbeatCommand.ts
@@ -136,4 +136,16 @@ export class RecordLifecycleActionHeartbeatCommand extends $Command
.f(void 0, void 0)
.ser(se_RecordLifecycleActionHeartbeatCommand)
.de(de_RecordLifecycleActionHeartbeatCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RecordLifecycleActionHeartbeatType;
+ output: {};
+ };
+ sdk: {
+ input: RecordLifecycleActionHeartbeatCommandInput;
+ output: RecordLifecycleActionHeartbeatCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/ResumeProcessesCommand.ts b/clients/client-auto-scaling/src/commands/ResumeProcessesCommand.ts
index e59c976bbf08..eacb9071bc8a 100644
--- a/clients/client-auto-scaling/src/commands/ResumeProcessesCommand.ts
+++ b/clients/client-auto-scaling/src/commands/ResumeProcessesCommand.ts
@@ -102,4 +102,16 @@ export class ResumeProcessesCommand extends $Command
.f(void 0, void 0)
.ser(se_ResumeProcessesCommand)
.de(de_ResumeProcessesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ScalingProcessQuery;
+ output: {};
+ };
+ sdk: {
+ input: ResumeProcessesCommandInput;
+ output: ResumeProcessesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/RollbackInstanceRefreshCommand.ts b/clients/client-auto-scaling/src/commands/RollbackInstanceRefreshCommand.ts
index ff176f3af498..27eab048c87a 100644
--- a/clients/client-auto-scaling/src/commands/RollbackInstanceRefreshCommand.ts
+++ b/clients/client-auto-scaling/src/commands/RollbackInstanceRefreshCommand.ts
@@ -119,4 +119,16 @@ export class RollbackInstanceRefreshCommand extends $Command
.f(void 0, void 0)
.ser(se_RollbackInstanceRefreshCommand)
.de(de_RollbackInstanceRefreshCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RollbackInstanceRefreshType;
+ output: RollbackInstanceRefreshAnswer;
+ };
+ sdk: {
+ input: RollbackInstanceRefreshCommandInput;
+ output: RollbackInstanceRefreshCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/SetDesiredCapacityCommand.ts b/clients/client-auto-scaling/src/commands/SetDesiredCapacityCommand.ts
index 789e0f6391f6..1e6f15991d8a 100644
--- a/clients/client-auto-scaling/src/commands/SetDesiredCapacityCommand.ts
+++ b/clients/client-auto-scaling/src/commands/SetDesiredCapacityCommand.ts
@@ -103,4 +103,16 @@ export class SetDesiredCapacityCommand extends $Command
.f(void 0, void 0)
.ser(se_SetDesiredCapacityCommand)
.de(de_SetDesiredCapacityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetDesiredCapacityType;
+ output: {};
+ };
+ sdk: {
+ input: SetDesiredCapacityCommandInput;
+ output: SetDesiredCapacityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts b/clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts
index 62ac6d4948d3..4689366f5856 100644
--- a/clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts
+++ b/clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts
@@ -96,4 +96,16 @@ export class SetInstanceHealthCommand extends $Command
.f(void 0, void 0)
.ser(se_SetInstanceHealthCommand)
.de(de_SetInstanceHealthCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetInstanceHealthQuery;
+ output: {};
+ };
+ sdk: {
+ input: SetInstanceHealthCommandInput;
+ output: SetInstanceHealthCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/SetInstanceProtectionCommand.ts b/clients/client-auto-scaling/src/commands/SetInstanceProtectionCommand.ts
index 0beebb269efa..d01d4ca7c27f 100644
--- a/clients/client-auto-scaling/src/commands/SetInstanceProtectionCommand.ts
+++ b/clients/client-auto-scaling/src/commands/SetInstanceProtectionCommand.ts
@@ -125,4 +125,16 @@ export class SetInstanceProtectionCommand extends $Command
.f(void 0, void 0)
.ser(se_SetInstanceProtectionCommand)
.de(de_SetInstanceProtectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetInstanceProtectionQuery;
+ output: {};
+ };
+ sdk: {
+ input: SetInstanceProtectionCommandInput;
+ output: SetInstanceProtectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/StartInstanceRefreshCommand.ts b/clients/client-auto-scaling/src/commands/StartInstanceRefreshCommand.ts
index f97b933c110f..631852e8812a 100644
--- a/clients/client-auto-scaling/src/commands/StartInstanceRefreshCommand.ts
+++ b/clients/client-auto-scaling/src/commands/StartInstanceRefreshCommand.ts
@@ -264,4 +264,16 @@ export class StartInstanceRefreshCommand extends $Command
.f(void 0, void 0)
.ser(se_StartInstanceRefreshCommand)
.de(de_StartInstanceRefreshCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartInstanceRefreshType;
+ output: StartInstanceRefreshAnswer;
+ };
+ sdk: {
+ input: StartInstanceRefreshCommandInput;
+ output: StartInstanceRefreshCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/SuspendProcessesCommand.ts b/clients/client-auto-scaling/src/commands/SuspendProcessesCommand.ts
index f35f3ebdf79f..e00847a3ce11 100644
--- a/clients/client-auto-scaling/src/commands/SuspendProcessesCommand.ts
+++ b/clients/client-auto-scaling/src/commands/SuspendProcessesCommand.ts
@@ -105,4 +105,16 @@ export class SuspendProcessesCommand extends $Command
.f(void 0, void 0)
.ser(se_SuspendProcessesCommand)
.de(de_SuspendProcessesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ScalingProcessQuery;
+ output: {};
+ };
+ sdk: {
+ input: SuspendProcessesCommandInput;
+ output: SuspendProcessesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/TerminateInstanceInAutoScalingGroupCommand.ts b/clients/client-auto-scaling/src/commands/TerminateInstanceInAutoScalingGroupCommand.ts
index 3107669f40d1..50fc0883d849 100644
--- a/clients/client-auto-scaling/src/commands/TerminateInstanceInAutoScalingGroupCommand.ts
+++ b/clients/client-auto-scaling/src/commands/TerminateInstanceInAutoScalingGroupCommand.ts
@@ -126,4 +126,16 @@ export class TerminateInstanceInAutoScalingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_TerminateInstanceInAutoScalingGroupCommand)
.de(de_TerminateInstanceInAutoScalingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TerminateInstanceInAutoScalingGroupType;
+ output: ActivityType;
+ };
+ sdk: {
+ input: TerminateInstanceInAutoScalingGroupCommandInput;
+ output: TerminateInstanceInAutoScalingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-auto-scaling/src/commands/UpdateAutoScalingGroupCommand.ts b/clients/client-auto-scaling/src/commands/UpdateAutoScalingGroupCommand.ts
index 77c59cd85ff4..bc32e82e35d7 100644
--- a/clients/client-auto-scaling/src/commands/UpdateAutoScalingGroupCommand.ts
+++ b/clients/client-auto-scaling/src/commands/UpdateAutoScalingGroupCommand.ts
@@ -271,4 +271,16 @@ export class UpdateAutoScalingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAutoScalingGroupCommand)
.de(de_UpdateAutoScalingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAutoScalingGroupType;
+ output: {};
+ };
+ sdk: {
+ input: UpdateAutoScalingGroupCommandInput;
+ output: UpdateAutoScalingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/package.json b/clients/client-b2bi/package.json
index 3c63ff090feb..5fc6b012f6a4 100644
--- a/clients/client-b2bi/package.json
+++ b/clients/client-b2bi/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-b2bi/src/commands/CreateCapabilityCommand.ts b/clients/client-b2bi/src/commands/CreateCapabilityCommand.ts
index 2feaa3d4db64..aa7589e2f51b 100644
--- a/clients/client-b2bi/src/commands/CreateCapabilityCommand.ts
+++ b/clients/client-b2bi/src/commands/CreateCapabilityCommand.ts
@@ -238,4 +238,16 @@ export class CreateCapabilityCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCapabilityCommand)
.de(de_CreateCapabilityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCapabilityRequest;
+ output: CreateCapabilityResponse;
+ };
+ sdk: {
+ input: CreateCapabilityCommandInput;
+ output: CreateCapabilityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/CreatePartnershipCommand.ts b/clients/client-b2bi/src/commands/CreatePartnershipCommand.ts
index ec533fe3adfa..1db2b7abf351 100644
--- a/clients/client-b2bi/src/commands/CreatePartnershipCommand.ts
+++ b/clients/client-b2bi/src/commands/CreatePartnershipCommand.ts
@@ -166,4 +166,16 @@ export class CreatePartnershipCommand extends $Command
.f(CreatePartnershipRequestFilterSensitiveLog, CreatePartnershipResponseFilterSensitiveLog)
.ser(se_CreatePartnershipCommand)
.de(de_CreatePartnershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePartnershipRequest;
+ output: CreatePartnershipResponse;
+ };
+ sdk: {
+ input: CreatePartnershipCommandInput;
+ output: CreatePartnershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/CreateProfileCommand.ts b/clients/client-b2bi/src/commands/CreateProfileCommand.ts
index 339ce352f2ca..210f811250d4 100644
--- a/clients/client-b2bi/src/commands/CreateProfileCommand.ts
+++ b/clients/client-b2bi/src/commands/CreateProfileCommand.ts
@@ -158,4 +158,16 @@ export class CreateProfileCommand extends $Command
.f(CreateProfileRequestFilterSensitiveLog, CreateProfileResponseFilterSensitiveLog)
.ser(se_CreateProfileCommand)
.de(de_CreateProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateProfileRequest;
+ output: CreateProfileResponse;
+ };
+ sdk: {
+ input: CreateProfileCommandInput;
+ output: CreateProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/CreateTransformerCommand.ts b/clients/client-b2bi/src/commands/CreateTransformerCommand.ts
index 81eb3bef72b9..4f802fa428b9 100644
--- a/clients/client-b2bi/src/commands/CreateTransformerCommand.ts
+++ b/clients/client-b2bi/src/commands/CreateTransformerCommand.ts
@@ -174,4 +174,16 @@ export class CreateTransformerCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTransformerCommand)
.de(de_CreateTransformerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTransformerRequest;
+ output: CreateTransformerResponse;
+ };
+ sdk: {
+ input: CreateTransformerCommandInput;
+ output: CreateTransformerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/DeleteCapabilityCommand.ts b/clients/client-b2bi/src/commands/DeleteCapabilityCommand.ts
index d28c135a5315..623a31f30085 100644
--- a/clients/client-b2bi/src/commands/DeleteCapabilityCommand.ts
+++ b/clients/client-b2bi/src/commands/DeleteCapabilityCommand.ts
@@ -104,4 +104,16 @@ export class DeleteCapabilityCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCapabilityCommand)
.de(de_DeleteCapabilityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCapabilityRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCapabilityCommandInput;
+ output: DeleteCapabilityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/DeletePartnershipCommand.ts b/clients/client-b2bi/src/commands/DeletePartnershipCommand.ts
index bf8131afa951..efff793da413 100644
--- a/clients/client-b2bi/src/commands/DeletePartnershipCommand.ts
+++ b/clients/client-b2bi/src/commands/DeletePartnershipCommand.ts
@@ -105,4 +105,16 @@ export class DeletePartnershipCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePartnershipCommand)
.de(de_DeletePartnershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePartnershipRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePartnershipCommandInput;
+ output: DeletePartnershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/DeleteProfileCommand.ts b/clients/client-b2bi/src/commands/DeleteProfileCommand.ts
index 6c233caa5c2a..71a8f60cdd09 100644
--- a/clients/client-b2bi/src/commands/DeleteProfileCommand.ts
+++ b/clients/client-b2bi/src/commands/DeleteProfileCommand.ts
@@ -105,4 +105,16 @@ export class DeleteProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteProfileCommand)
.de(de_DeleteProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteProfileCommandInput;
+ output: DeleteProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/DeleteTransformerCommand.ts b/clients/client-b2bi/src/commands/DeleteTransformerCommand.ts
index 50c1e60f1b69..0b946e4bc157 100644
--- a/clients/client-b2bi/src/commands/DeleteTransformerCommand.ts
+++ b/clients/client-b2bi/src/commands/DeleteTransformerCommand.ts
@@ -106,4 +106,16 @@ export class DeleteTransformerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTransformerCommand)
.de(de_DeleteTransformerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTransformerRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTransformerCommandInput;
+ output: DeleteTransformerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/GetCapabilityCommand.ts b/clients/client-b2bi/src/commands/GetCapabilityCommand.ts
index 04d9dd5de603..67d636008a51 100644
--- a/clients/client-b2bi/src/commands/GetCapabilityCommand.ts
+++ b/clients/client-b2bi/src/commands/GetCapabilityCommand.ts
@@ -168,4 +168,16 @@ export class GetCapabilityCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCapabilityCommand)
.de(de_GetCapabilityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCapabilityRequest;
+ output: GetCapabilityResponse;
+ };
+ sdk: {
+ input: GetCapabilityCommandInput;
+ output: GetCapabilityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/GetPartnershipCommand.ts b/clients/client-b2bi/src/commands/GetPartnershipCommand.ts
index 837cdea7278d..1ef958305855 100644
--- a/clients/client-b2bi/src/commands/GetPartnershipCommand.ts
+++ b/clients/client-b2bi/src/commands/GetPartnershipCommand.ts
@@ -135,4 +135,16 @@ export class GetPartnershipCommand extends $Command
.f(void 0, GetPartnershipResponseFilterSensitiveLog)
.ser(se_GetPartnershipCommand)
.de(de_GetPartnershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPartnershipRequest;
+ output: GetPartnershipResponse;
+ };
+ sdk: {
+ input: GetPartnershipCommandInput;
+ output: GetPartnershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/GetProfileCommand.ts b/clients/client-b2bi/src/commands/GetProfileCommand.ts
index ce64e8f704a8..61467222dcaa 100644
--- a/clients/client-b2bi/src/commands/GetProfileCommand.ts
+++ b/clients/client-b2bi/src/commands/GetProfileCommand.ts
@@ -126,4 +126,16 @@ export class GetProfileCommand extends $Command
.f(void 0, GetProfileResponseFilterSensitiveLog)
.ser(se_GetProfileCommand)
.de(de_GetProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetProfileRequest;
+ output: GetProfileResponse;
+ };
+ sdk: {
+ input: GetProfileCommandInput;
+ output: GetProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/GetTransformerCommand.ts b/clients/client-b2bi/src/commands/GetTransformerCommand.ts
index dfe66701a95a..1d8bc1ac446d 100644
--- a/clients/client-b2bi/src/commands/GetTransformerCommand.ts
+++ b/clients/client-b2bi/src/commands/GetTransformerCommand.ts
@@ -138,4 +138,16 @@ export class GetTransformerCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTransformerCommand)
.de(de_GetTransformerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTransformerRequest;
+ output: GetTransformerResponse;
+ };
+ sdk: {
+ input: GetTransformerCommandInput;
+ output: GetTransformerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/GetTransformerJobCommand.ts b/clients/client-b2bi/src/commands/GetTransformerJobCommand.ts
index 083bb1504a97..321587e00a37 100644
--- a/clients/client-b2bi/src/commands/GetTransformerJobCommand.ts
+++ b/clients/client-b2bi/src/commands/GetTransformerJobCommand.ts
@@ -124,4 +124,16 @@ export class GetTransformerJobCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTransformerJobCommand)
.de(de_GetTransformerJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTransformerJobRequest;
+ output: GetTransformerJobResponse;
+ };
+ sdk: {
+ input: GetTransformerJobCommandInput;
+ output: GetTransformerJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/ListCapabilitiesCommand.ts b/clients/client-b2bi/src/commands/ListCapabilitiesCommand.ts
index 20f17840d4ec..a14bbb52414e 100644
--- a/clients/client-b2bi/src/commands/ListCapabilitiesCommand.ts
+++ b/clients/client-b2bi/src/commands/ListCapabilitiesCommand.ts
@@ -125,4 +125,16 @@ export class ListCapabilitiesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCapabilitiesCommand)
.de(de_ListCapabilitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCapabilitiesRequest;
+ output: ListCapabilitiesResponse;
+ };
+ sdk: {
+ input: ListCapabilitiesCommandInput;
+ output: ListCapabilitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/ListPartnershipsCommand.ts b/clients/client-b2bi/src/commands/ListPartnershipsCommand.ts
index 5ac9e18c7522..e2071df2211c 100644
--- a/clients/client-b2bi/src/commands/ListPartnershipsCommand.ts
+++ b/clients/client-b2bi/src/commands/ListPartnershipsCommand.ts
@@ -139,4 +139,16 @@ export class ListPartnershipsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPartnershipsCommand)
.de(de_ListPartnershipsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPartnershipsRequest;
+ output: ListPartnershipsResponse;
+ };
+ sdk: {
+ input: ListPartnershipsCommandInput;
+ output: ListPartnershipsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/ListProfilesCommand.ts b/clients/client-b2bi/src/commands/ListProfilesCommand.ts
index 6d434f83613f..6420ebec4409 100644
--- a/clients/client-b2bi/src/commands/ListProfilesCommand.ts
+++ b/clients/client-b2bi/src/commands/ListProfilesCommand.ts
@@ -129,4 +129,16 @@ export class ListProfilesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProfilesCommand)
.de(de_ListProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProfilesRequest;
+ output: ListProfilesResponse;
+ };
+ sdk: {
+ input: ListProfilesCommandInput;
+ output: ListProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/ListTagsForResourceCommand.ts b/clients/client-b2bi/src/commands/ListTagsForResourceCommand.ts
index e015cad9a3bb..775ccc08c0ba 100644
--- a/clients/client-b2bi/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-b2bi/src/commands/ListTagsForResourceCommand.ts
@@ -112,4 +112,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/ListTransformersCommand.ts b/clients/client-b2bi/src/commands/ListTransformersCommand.ts
index 4a6d9eca2cfa..ab4f6168f4b0 100644
--- a/clients/client-b2bi/src/commands/ListTransformersCommand.ts
+++ b/clients/client-b2bi/src/commands/ListTransformersCommand.ts
@@ -145,4 +145,16 @@ export class ListTransformersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTransformersCommand)
.de(de_ListTransformersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTransformersRequest;
+ output: ListTransformersResponse;
+ };
+ sdk: {
+ input: ListTransformersCommandInput;
+ output: ListTransformersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/StartTransformerJobCommand.ts b/clients/client-b2bi/src/commands/StartTransformerJobCommand.ts
index 0af1e754a7a5..ea27fcba1917 100644
--- a/clients/client-b2bi/src/commands/StartTransformerJobCommand.ts
+++ b/clients/client-b2bi/src/commands/StartTransformerJobCommand.ts
@@ -131,4 +131,16 @@ export class StartTransformerJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartTransformerJobCommand)
.de(de_StartTransformerJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartTransformerJobRequest;
+ output: StartTransformerJobResponse;
+ };
+ sdk: {
+ input: StartTransformerJobCommandInput;
+ output: StartTransformerJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/TagResourceCommand.ts b/clients/client-b2bi/src/commands/TagResourceCommand.ts
index f1a5c6a573e0..3fbfd2125057 100644
--- a/clients/client-b2bi/src/commands/TagResourceCommand.ts
+++ b/clients/client-b2bi/src/commands/TagResourceCommand.ts
@@ -111,4 +111,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/TestMappingCommand.ts b/clients/client-b2bi/src/commands/TestMappingCommand.ts
index 4e001d686ff2..58da404c4fac 100644
--- a/clients/client-b2bi/src/commands/TestMappingCommand.ts
+++ b/clients/client-b2bi/src/commands/TestMappingCommand.ts
@@ -112,4 +112,16 @@ export class TestMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_TestMappingCommand)
.de(de_TestMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TestMappingRequest;
+ output: TestMappingResponse;
+ };
+ sdk: {
+ input: TestMappingCommandInput;
+ output: TestMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/TestParsingCommand.ts b/clients/client-b2bi/src/commands/TestParsingCommand.ts
index 5308d6db3cda..9a0356e5a152 100644
--- a/clients/client-b2bi/src/commands/TestParsingCommand.ts
+++ b/clients/client-b2bi/src/commands/TestParsingCommand.ts
@@ -128,4 +128,16 @@ export class TestParsingCommand extends $Command
.f(void 0, void 0)
.ser(se_TestParsingCommand)
.de(de_TestParsingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TestParsingRequest;
+ output: TestParsingResponse;
+ };
+ sdk: {
+ input: TestParsingCommandInput;
+ output: TestParsingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/UntagResourceCommand.ts b/clients/client-b2bi/src/commands/UntagResourceCommand.ts
index a6214c6c6aa7..f1fd954c6fe0 100644
--- a/clients/client-b2bi/src/commands/UntagResourceCommand.ts
+++ b/clients/client-b2bi/src/commands/UntagResourceCommand.ts
@@ -101,4 +101,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/UpdateCapabilityCommand.ts b/clients/client-b2bi/src/commands/UpdateCapabilityCommand.ts
index 2ae6963216b6..db65d5c707ee 100644
--- a/clients/client-b2bi/src/commands/UpdateCapabilityCommand.ts
+++ b/clients/client-b2bi/src/commands/UpdateCapabilityCommand.ts
@@ -227,4 +227,16 @@ export class UpdateCapabilityCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCapabilityCommand)
.de(de_UpdateCapabilityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCapabilityRequest;
+ output: UpdateCapabilityResponse;
+ };
+ sdk: {
+ input: UpdateCapabilityCommandInput;
+ output: UpdateCapabilityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/UpdatePartnershipCommand.ts b/clients/client-b2bi/src/commands/UpdatePartnershipCommand.ts
index 29e5bc76128c..70eece7e57a0 100644
--- a/clients/client-b2bi/src/commands/UpdatePartnershipCommand.ts
+++ b/clients/client-b2bi/src/commands/UpdatePartnershipCommand.ts
@@ -149,4 +149,16 @@ export class UpdatePartnershipCommand extends $Command
.f(void 0, UpdatePartnershipResponseFilterSensitiveLog)
.ser(se_UpdatePartnershipCommand)
.de(de_UpdatePartnershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePartnershipRequest;
+ output: UpdatePartnershipResponse;
+ };
+ sdk: {
+ input: UpdatePartnershipCommandInput;
+ output: UpdatePartnershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/UpdateProfileCommand.ts b/clients/client-b2bi/src/commands/UpdateProfileCommand.ts
index 6adb3994c2e0..f0968e2abf7e 100644
--- a/clients/client-b2bi/src/commands/UpdateProfileCommand.ts
+++ b/clients/client-b2bi/src/commands/UpdateProfileCommand.ts
@@ -146,4 +146,16 @@ export class UpdateProfileCommand extends $Command
.f(UpdateProfileRequestFilterSensitiveLog, UpdateProfileResponseFilterSensitiveLog)
.ser(se_UpdateProfileCommand)
.de(de_UpdateProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateProfileRequest;
+ output: UpdateProfileResponse;
+ };
+ sdk: {
+ input: UpdateProfileCommandInput;
+ output: UpdateProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-b2bi/src/commands/UpdateTransformerCommand.ts b/clients/client-b2bi/src/commands/UpdateTransformerCommand.ts
index ee4e8182a140..819c1489c09b 100644
--- a/clients/client-b2bi/src/commands/UpdateTransformerCommand.ts
+++ b/clients/client-b2bi/src/commands/UpdateTransformerCommand.ts
@@ -166,4 +166,16 @@ export class UpdateTransformerCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTransformerCommand)
.de(de_UpdateTransformerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTransformerRequest;
+ output: UpdateTransformerResponse;
+ };
+ sdk: {
+ input: UpdateTransformerCommandInput;
+ output: UpdateTransformerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/package.json b/clients/client-backup-gateway/package.json
index 2321da4d7ad7..e8460ed0afc1 100644
--- a/clients/client-backup-gateway/package.json
+++ b/clients/client-backup-gateway/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-backup-gateway/src/commands/AssociateGatewayToServerCommand.ts b/clients/client-backup-gateway/src/commands/AssociateGatewayToServerCommand.ts
index f39fc2a24737..ff99866b9920 100644
--- a/clients/client-backup-gateway/src/commands/AssociateGatewayToServerCommand.ts
+++ b/clients/client-backup-gateway/src/commands/AssociateGatewayToServerCommand.ts
@@ -92,4 +92,16 @@ export class AssociateGatewayToServerCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateGatewayToServerCommand)
.de(de_AssociateGatewayToServerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateGatewayToServerInput;
+ output: AssociateGatewayToServerOutput;
+ };
+ sdk: {
+ input: AssociateGatewayToServerCommandInput;
+ output: AssociateGatewayToServerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/src/commands/CreateGatewayCommand.ts b/clients/client-backup-gateway/src/commands/CreateGatewayCommand.ts
index bb0a27daebc1..4f3962e20c8a 100644
--- a/clients/client-backup-gateway/src/commands/CreateGatewayCommand.ts
+++ b/clients/client-backup-gateway/src/commands/CreateGatewayCommand.ts
@@ -96,4 +96,16 @@ export class CreateGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateGatewayCommand)
.de(de_CreateGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGatewayInput;
+ output: CreateGatewayOutput;
+ };
+ sdk: {
+ input: CreateGatewayCommandInput;
+ output: CreateGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/src/commands/DeleteGatewayCommand.ts b/clients/client-backup-gateway/src/commands/DeleteGatewayCommand.ts
index 2760b9ad3bec..5a7f1abca472 100644
--- a/clients/client-backup-gateway/src/commands/DeleteGatewayCommand.ts
+++ b/clients/client-backup-gateway/src/commands/DeleteGatewayCommand.ts
@@ -90,4 +90,16 @@ export class DeleteGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteGatewayCommand)
.de(de_DeleteGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteGatewayInput;
+ output: DeleteGatewayOutput;
+ };
+ sdk: {
+ input: DeleteGatewayCommandInput;
+ output: DeleteGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/src/commands/DeleteHypervisorCommand.ts b/clients/client-backup-gateway/src/commands/DeleteHypervisorCommand.ts
index 798c6e676adb..a7a79e890d78 100644
--- a/clients/client-backup-gateway/src/commands/DeleteHypervisorCommand.ts
+++ b/clients/client-backup-gateway/src/commands/DeleteHypervisorCommand.ts
@@ -96,4 +96,16 @@ export class DeleteHypervisorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteHypervisorCommand)
.de(de_DeleteHypervisorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteHypervisorInput;
+ output: DeleteHypervisorOutput;
+ };
+ sdk: {
+ input: DeleteHypervisorCommandInput;
+ output: DeleteHypervisorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/src/commands/DisassociateGatewayFromServerCommand.ts b/clients/client-backup-gateway/src/commands/DisassociateGatewayFromServerCommand.ts
index c57e50b2f2a9..fbd32fec3e2e 100644
--- a/clients/client-backup-gateway/src/commands/DisassociateGatewayFromServerCommand.ts
+++ b/clients/client-backup-gateway/src/commands/DisassociateGatewayFromServerCommand.ts
@@ -99,4 +99,16 @@ export class DisassociateGatewayFromServerCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateGatewayFromServerCommand)
.de(de_DisassociateGatewayFromServerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateGatewayFromServerInput;
+ output: DisassociateGatewayFromServerOutput;
+ };
+ sdk: {
+ input: DisassociateGatewayFromServerCommandInput;
+ output: DisassociateGatewayFromServerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/src/commands/GetBandwidthRateLimitScheduleCommand.ts b/clients/client-backup-gateway/src/commands/GetBandwidthRateLimitScheduleCommand.ts
index c65c9d8a5941..c9c58a332a41 100644
--- a/clients/client-backup-gateway/src/commands/GetBandwidthRateLimitScheduleCommand.ts
+++ b/clients/client-backup-gateway/src/commands/GetBandwidthRateLimitScheduleCommand.ts
@@ -110,4 +110,16 @@ export class GetBandwidthRateLimitScheduleCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBandwidthRateLimitScheduleCommand)
.de(de_GetBandwidthRateLimitScheduleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBandwidthRateLimitScheduleInput;
+ output: GetBandwidthRateLimitScheduleOutput;
+ };
+ sdk: {
+ input: GetBandwidthRateLimitScheduleCommandInput;
+ output: GetBandwidthRateLimitScheduleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/src/commands/GetGatewayCommand.ts b/clients/client-backup-gateway/src/commands/GetGatewayCommand.ts
index 78bdce1e78bb..a14a938b6db2 100644
--- a/clients/client-backup-gateway/src/commands/GetGatewayCommand.ts
+++ b/clients/client-backup-gateway/src/commands/GetGatewayCommand.ts
@@ -105,4 +105,16 @@ export class GetGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_GetGatewayCommand)
.de(de_GetGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetGatewayInput;
+ output: GetGatewayOutput;
+ };
+ sdk: {
+ input: GetGatewayCommandInput;
+ output: GetGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/src/commands/GetHypervisorCommand.ts b/clients/client-backup-gateway/src/commands/GetHypervisorCommand.ts
index 37ca7a80b5c3..99c02a0ad6d6 100644
--- a/clients/client-backup-gateway/src/commands/GetHypervisorCommand.ts
+++ b/clients/client-backup-gateway/src/commands/GetHypervisorCommand.ts
@@ -102,4 +102,16 @@ export class GetHypervisorCommand extends $Command
.f(void 0, void 0)
.ser(se_GetHypervisorCommand)
.de(de_GetHypervisorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetHypervisorInput;
+ output: GetHypervisorOutput;
+ };
+ sdk: {
+ input: GetHypervisorCommandInput;
+ output: GetHypervisorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/src/commands/GetHypervisorPropertyMappingsCommand.ts b/clients/client-backup-gateway/src/commands/GetHypervisorPropertyMappingsCommand.ts
index 86ff3e25b417..6c4caa1e36ed 100644
--- a/clients/client-backup-gateway/src/commands/GetHypervisorPropertyMappingsCommand.ts
+++ b/clients/client-backup-gateway/src/commands/GetHypervisorPropertyMappingsCommand.ts
@@ -106,4 +106,16 @@ export class GetHypervisorPropertyMappingsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetHypervisorPropertyMappingsCommand)
.de(de_GetHypervisorPropertyMappingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetHypervisorPropertyMappingsInput;
+ output: GetHypervisorPropertyMappingsOutput;
+ };
+ sdk: {
+ input: GetHypervisorPropertyMappingsCommandInput;
+ output: GetHypervisorPropertyMappingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/src/commands/GetVirtualMachineCommand.ts b/clients/client-backup-gateway/src/commands/GetVirtualMachineCommand.ts
index e2b2a36d4a01..5ee5923a77b9 100644
--- a/clients/client-backup-gateway/src/commands/GetVirtualMachineCommand.ts
+++ b/clients/client-backup-gateway/src/commands/GetVirtualMachineCommand.ts
@@ -104,4 +104,16 @@ export class GetVirtualMachineCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVirtualMachineCommand)
.de(de_GetVirtualMachineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVirtualMachineInput;
+ output: GetVirtualMachineOutput;
+ };
+ sdk: {
+ input: GetVirtualMachineCommandInput;
+ output: GetVirtualMachineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/src/commands/ImportHypervisorConfigurationCommand.ts b/clients/client-backup-gateway/src/commands/ImportHypervisorConfigurationCommand.ts
index 117aaf57aba3..fb6ab91fd803 100644
--- a/clients/client-backup-gateway/src/commands/ImportHypervisorConfigurationCommand.ts
+++ b/clients/client-backup-gateway/src/commands/ImportHypervisorConfigurationCommand.ts
@@ -112,4 +112,16 @@ export class ImportHypervisorConfigurationCommand extends $Command
.f(ImportHypervisorConfigurationInputFilterSensitiveLog, void 0)
.ser(se_ImportHypervisorConfigurationCommand)
.de(de_ImportHypervisorConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportHypervisorConfigurationInput;
+ output: ImportHypervisorConfigurationOutput;
+ };
+ sdk: {
+ input: ImportHypervisorConfigurationCommandInput;
+ output: ImportHypervisorConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/src/commands/ListGatewaysCommand.ts b/clients/client-backup-gateway/src/commands/ListGatewaysCommand.ts
index b1e2bdb0915b..6f22f39090ee 100644
--- a/clients/client-backup-gateway/src/commands/ListGatewaysCommand.ts
+++ b/clients/client-backup-gateway/src/commands/ListGatewaysCommand.ts
@@ -97,4 +97,16 @@ export class ListGatewaysCommand extends $Command
.f(void 0, void 0)
.ser(se_ListGatewaysCommand)
.de(de_ListGatewaysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGatewaysInput;
+ output: ListGatewaysOutput;
+ };
+ sdk: {
+ input: ListGatewaysCommandInput;
+ output: ListGatewaysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/src/commands/ListHypervisorsCommand.ts b/clients/client-backup-gateway/src/commands/ListHypervisorsCommand.ts
index f47c6f8b4a25..52877cbcd4dd 100644
--- a/clients/client-backup-gateway/src/commands/ListHypervisorsCommand.ts
+++ b/clients/client-backup-gateway/src/commands/ListHypervisorsCommand.ts
@@ -97,4 +97,16 @@ export class ListHypervisorsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListHypervisorsCommand)
.de(de_ListHypervisorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListHypervisorsInput;
+ output: ListHypervisorsOutput;
+ };
+ sdk: {
+ input: ListHypervisorsCommandInput;
+ output: ListHypervisorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/src/commands/ListTagsForResourceCommand.ts b/clients/client-backup-gateway/src/commands/ListTagsForResourceCommand.ts
index 2b38dfe6b7bc..a48f647d9a6a 100644
--- a/clients/client-backup-gateway/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-backup-gateway/src/commands/ListTagsForResourceCommand.ts
@@ -97,4 +97,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceInput;
+ output: ListTagsForResourceOutput;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/src/commands/ListVirtualMachinesCommand.ts b/clients/client-backup-gateway/src/commands/ListVirtualMachinesCommand.ts
index 8653dac9c072..19dc87e0a2bf 100644
--- a/clients/client-backup-gateway/src/commands/ListVirtualMachinesCommand.ts
+++ b/clients/client-backup-gateway/src/commands/ListVirtualMachinesCommand.ts
@@ -99,4 +99,16 @@ export class ListVirtualMachinesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListVirtualMachinesCommand)
.de(de_ListVirtualMachinesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVirtualMachinesInput;
+ output: ListVirtualMachinesOutput;
+ };
+ sdk: {
+ input: ListVirtualMachinesCommandInput;
+ output: ListVirtualMachinesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/src/commands/PutBandwidthRateLimitScheduleCommand.ts b/clients/client-backup-gateway/src/commands/PutBandwidthRateLimitScheduleCommand.ts
index 3a6e82832872..42a68edb61dd 100644
--- a/clients/client-backup-gateway/src/commands/PutBandwidthRateLimitScheduleCommand.ts
+++ b/clients/client-backup-gateway/src/commands/PutBandwidthRateLimitScheduleCommand.ts
@@ -110,4 +110,16 @@ export class PutBandwidthRateLimitScheduleCommand extends $Command
.f(void 0, void 0)
.ser(se_PutBandwidthRateLimitScheduleCommand)
.de(de_PutBandwidthRateLimitScheduleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutBandwidthRateLimitScheduleInput;
+ output: PutBandwidthRateLimitScheduleOutput;
+ };
+ sdk: {
+ input: PutBandwidthRateLimitScheduleCommandInput;
+ output: PutBandwidthRateLimitScheduleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/src/commands/PutHypervisorPropertyMappingsCommand.ts b/clients/client-backup-gateway/src/commands/PutHypervisorPropertyMappingsCommand.ts
index a30fb970e1d1..35b50e2a5830 100644
--- a/clients/client-backup-gateway/src/commands/PutHypervisorPropertyMappingsCommand.ts
+++ b/clients/client-backup-gateway/src/commands/PutHypervisorPropertyMappingsCommand.ts
@@ -112,4 +112,16 @@ export class PutHypervisorPropertyMappingsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutHypervisorPropertyMappingsCommand)
.de(de_PutHypervisorPropertyMappingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutHypervisorPropertyMappingsInput;
+ output: PutHypervisorPropertyMappingsOutput;
+ };
+ sdk: {
+ input: PutHypervisorPropertyMappingsCommandInput;
+ output: PutHypervisorPropertyMappingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/src/commands/PutMaintenanceStartTimeCommand.ts b/clients/client-backup-gateway/src/commands/PutMaintenanceStartTimeCommand.ts
index 0b9257409fc8..84d88c803f01 100644
--- a/clients/client-backup-gateway/src/commands/PutMaintenanceStartTimeCommand.ts
+++ b/clients/client-backup-gateway/src/commands/PutMaintenanceStartTimeCommand.ts
@@ -97,4 +97,16 @@ export class PutMaintenanceStartTimeCommand extends $Command
.f(void 0, void 0)
.ser(se_PutMaintenanceStartTimeCommand)
.de(de_PutMaintenanceStartTimeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutMaintenanceStartTimeInput;
+ output: PutMaintenanceStartTimeOutput;
+ };
+ sdk: {
+ input: PutMaintenanceStartTimeCommandInput;
+ output: PutMaintenanceStartTimeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/src/commands/StartVirtualMachinesMetadataSyncCommand.ts b/clients/client-backup-gateway/src/commands/StartVirtualMachinesMetadataSyncCommand.ts
index 0dcdf61e002d..b455dd2cb6af 100644
--- a/clients/client-backup-gateway/src/commands/StartVirtualMachinesMetadataSyncCommand.ts
+++ b/clients/client-backup-gateway/src/commands/StartVirtualMachinesMetadataSyncCommand.ts
@@ -98,4 +98,16 @@ export class StartVirtualMachinesMetadataSyncCommand extends $Command
.f(void 0, void 0)
.ser(se_StartVirtualMachinesMetadataSyncCommand)
.de(de_StartVirtualMachinesMetadataSyncCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartVirtualMachinesMetadataSyncInput;
+ output: StartVirtualMachinesMetadataSyncOutput;
+ };
+ sdk: {
+ input: StartVirtualMachinesMetadataSyncCommandInput;
+ output: StartVirtualMachinesMetadataSyncCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/src/commands/TagResourceCommand.ts b/clients/client-backup-gateway/src/commands/TagResourceCommand.ts
index 336028ecf21c..49940bc7a53e 100644
--- a/clients/client-backup-gateway/src/commands/TagResourceCommand.ts
+++ b/clients/client-backup-gateway/src/commands/TagResourceCommand.ts
@@ -96,4 +96,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceInput;
+ output: TagResourceOutput;
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/src/commands/TestHypervisorConfigurationCommand.ts b/clients/client-backup-gateway/src/commands/TestHypervisorConfigurationCommand.ts
index b87d12898a95..02f1c7bf8a8c 100644
--- a/clients/client-backup-gateway/src/commands/TestHypervisorConfigurationCommand.ts
+++ b/clients/client-backup-gateway/src/commands/TestHypervisorConfigurationCommand.ts
@@ -99,4 +99,16 @@ export class TestHypervisorConfigurationCommand extends $Command
.f(TestHypervisorConfigurationInputFilterSensitiveLog, void 0)
.ser(se_TestHypervisorConfigurationCommand)
.de(de_TestHypervisorConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TestHypervisorConfigurationInput;
+ output: {};
+ };
+ sdk: {
+ input: TestHypervisorConfigurationCommandInput;
+ output: TestHypervisorConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/src/commands/UntagResourceCommand.ts b/clients/client-backup-gateway/src/commands/UntagResourceCommand.ts
index 0ba60221cec2..0e96ed41ac95 100644
--- a/clients/client-backup-gateway/src/commands/UntagResourceCommand.ts
+++ b/clients/client-backup-gateway/src/commands/UntagResourceCommand.ts
@@ -93,4 +93,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceInput;
+ output: UntagResourceOutput;
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/src/commands/UpdateGatewayInformationCommand.ts b/clients/client-backup-gateway/src/commands/UpdateGatewayInformationCommand.ts
index 18ff1904c5b2..7e4cd68c9aae 100644
--- a/clients/client-backup-gateway/src/commands/UpdateGatewayInformationCommand.ts
+++ b/clients/client-backup-gateway/src/commands/UpdateGatewayInformationCommand.ts
@@ -95,4 +95,16 @@ export class UpdateGatewayInformationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateGatewayInformationCommand)
.de(de_UpdateGatewayInformationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGatewayInformationInput;
+ output: UpdateGatewayInformationOutput;
+ };
+ sdk: {
+ input: UpdateGatewayInformationCommandInput;
+ output: UpdateGatewayInformationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts b/clients/client-backup-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts
index dab61bf65599..a8d1b789ac56 100644
--- a/clients/client-backup-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts
+++ b/clients/client-backup-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts
@@ -96,4 +96,16 @@ export class UpdateGatewaySoftwareNowCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateGatewaySoftwareNowCommand)
.de(de_UpdateGatewaySoftwareNowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGatewaySoftwareNowInput;
+ output: UpdateGatewaySoftwareNowOutput;
+ };
+ sdk: {
+ input: UpdateGatewaySoftwareNowCommandInput;
+ output: UpdateGatewaySoftwareNowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup-gateway/src/commands/UpdateHypervisorCommand.ts b/clients/client-backup-gateway/src/commands/UpdateHypervisorCommand.ts
index b4243b98eb17..596e5cf9c752 100644
--- a/clients/client-backup-gateway/src/commands/UpdateHypervisorCommand.ts
+++ b/clients/client-backup-gateway/src/commands/UpdateHypervisorCommand.ts
@@ -107,4 +107,16 @@ export class UpdateHypervisorCommand extends $Command
.f(UpdateHypervisorInputFilterSensitiveLog, void 0)
.ser(se_UpdateHypervisorCommand)
.de(de_UpdateHypervisorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateHypervisorInput;
+ output: UpdateHypervisorOutput;
+ };
+ sdk: {
+ input: UpdateHypervisorCommandInput;
+ output: UpdateHypervisorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/package.json b/clients/client-backup/package.json
index 0fd6f17db162..4f6b2c50c794 100644
--- a/clients/client-backup/package.json
+++ b/clients/client-backup/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-backup/src/commands/CancelLegalHoldCommand.ts b/clients/client-backup/src/commands/CancelLegalHoldCommand.ts
index 659b6ec318f0..ed3728a6b51c 100644
--- a/clients/client-backup/src/commands/CancelLegalHoldCommand.ts
+++ b/clients/client-backup/src/commands/CancelLegalHoldCommand.ts
@@ -95,4 +95,16 @@ export class CancelLegalHoldCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelLegalHoldCommand)
.de(de_CancelLegalHoldCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelLegalHoldInput;
+ output: {};
+ };
+ sdk: {
+ input: CancelLegalHoldCommandInput;
+ output: CancelLegalHoldCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/CreateBackupPlanCommand.ts b/clients/client-backup/src/commands/CreateBackupPlanCommand.ts
index 206c6f378eca..6f1b0b6d31c4 100644
--- a/clients/client-backup/src/commands/CreateBackupPlanCommand.ts
+++ b/clients/client-backup/src/commands/CreateBackupPlanCommand.ts
@@ -156,4 +156,16 @@ export class CreateBackupPlanCommand extends $Command
.f(CreateBackupPlanInputFilterSensitiveLog, void 0)
.ser(se_CreateBackupPlanCommand)
.de(de_CreateBackupPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBackupPlanInput;
+ output: CreateBackupPlanOutput;
+ };
+ sdk: {
+ input: CreateBackupPlanCommandInput;
+ output: CreateBackupPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/CreateBackupSelectionCommand.ts b/clients/client-backup/src/commands/CreateBackupSelectionCommand.ts
index 135ba085c428..834681832790 100644
--- a/clients/client-backup/src/commands/CreateBackupSelectionCommand.ts
+++ b/clients/client-backup/src/commands/CreateBackupSelectionCommand.ts
@@ -141,4 +141,16 @@ export class CreateBackupSelectionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateBackupSelectionCommand)
.de(de_CreateBackupSelectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBackupSelectionInput;
+ output: CreateBackupSelectionOutput;
+ };
+ sdk: {
+ input: CreateBackupSelectionCommandInput;
+ output: CreateBackupSelectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/CreateBackupVaultCommand.ts b/clients/client-backup/src/commands/CreateBackupVaultCommand.ts
index 726a6aa8e18f..3f5b2914ac2a 100644
--- a/clients/client-backup/src/commands/CreateBackupVaultCommand.ts
+++ b/clients/client-backup/src/commands/CreateBackupVaultCommand.ts
@@ -111,4 +111,16 @@ export class CreateBackupVaultCommand extends $Command
.f(CreateBackupVaultInputFilterSensitiveLog, void 0)
.ser(se_CreateBackupVaultCommand)
.de(de_CreateBackupVaultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBackupVaultInput;
+ output: CreateBackupVaultOutput;
+ };
+ sdk: {
+ input: CreateBackupVaultCommandInput;
+ output: CreateBackupVaultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/CreateFrameworkCommand.ts b/clients/client-backup/src/commands/CreateFrameworkCommand.ts
index cd534c0728a5..dcbcd16d7cb1 100644
--- a/clients/client-backup/src/commands/CreateFrameworkCommand.ts
+++ b/clients/client-backup/src/commands/CreateFrameworkCommand.ts
@@ -125,4 +125,16 @@ export class CreateFrameworkCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFrameworkCommand)
.de(de_CreateFrameworkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFrameworkInput;
+ output: CreateFrameworkOutput;
+ };
+ sdk: {
+ input: CreateFrameworkCommandInput;
+ output: CreateFrameworkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/CreateLegalHoldCommand.ts b/clients/client-backup/src/commands/CreateLegalHoldCommand.ts
index f9c6b1cb8873..5aa816a88a7e 100644
--- a/clients/client-backup/src/commands/CreateLegalHoldCommand.ts
+++ b/clients/client-backup/src/commands/CreateLegalHoldCommand.ts
@@ -132,4 +132,16 @@ export class CreateLegalHoldCommand extends $Command
.f(CreateLegalHoldInputFilterSensitiveLog, void 0)
.ser(se_CreateLegalHoldCommand)
.de(de_CreateLegalHoldCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLegalHoldInput;
+ output: CreateLegalHoldOutput;
+ };
+ sdk: {
+ input: CreateLegalHoldCommandInput;
+ output: CreateLegalHoldCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/CreateLogicallyAirGappedBackupVaultCommand.ts b/clients/client-backup/src/commands/CreateLogicallyAirGappedBackupVaultCommand.ts
index 7b9ead56facf..a38858efb47d 100644
--- a/clients/client-backup/src/commands/CreateLogicallyAirGappedBackupVaultCommand.ts
+++ b/clients/client-backup/src/commands/CreateLogicallyAirGappedBackupVaultCommand.ts
@@ -123,4 +123,16 @@ export class CreateLogicallyAirGappedBackupVaultCommand extends $Command
.f(CreateLogicallyAirGappedBackupVaultInputFilterSensitiveLog, void 0)
.ser(se_CreateLogicallyAirGappedBackupVaultCommand)
.de(de_CreateLogicallyAirGappedBackupVaultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLogicallyAirGappedBackupVaultInput;
+ output: CreateLogicallyAirGappedBackupVaultOutput;
+ };
+ sdk: {
+ input: CreateLogicallyAirGappedBackupVaultCommandInput;
+ output: CreateLogicallyAirGappedBackupVaultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/CreateReportPlanCommand.ts b/clients/client-backup/src/commands/CreateReportPlanCommand.ts
index 2f8c1d37524c..dba176118a4c 100644
--- a/clients/client-backup/src/commands/CreateReportPlanCommand.ts
+++ b/clients/client-backup/src/commands/CreateReportPlanCommand.ts
@@ -127,4 +127,16 @@ export class CreateReportPlanCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateReportPlanCommand)
.de(de_CreateReportPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateReportPlanInput;
+ output: CreateReportPlanOutput;
+ };
+ sdk: {
+ input: CreateReportPlanCommandInput;
+ output: CreateReportPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/CreateRestoreTestingPlanCommand.ts b/clients/client-backup/src/commands/CreateRestoreTestingPlanCommand.ts
index 9ea082d7f54f..ecd3b0d26a87 100644
--- a/clients/client-backup/src/commands/CreateRestoreTestingPlanCommand.ts
+++ b/clients/client-backup/src/commands/CreateRestoreTestingPlanCommand.ts
@@ -129,4 +129,16 @@ export class CreateRestoreTestingPlanCommand extends $Command
.f(CreateRestoreTestingPlanInputFilterSensitiveLog, void 0)
.ser(se_CreateRestoreTestingPlanCommand)
.de(de_CreateRestoreTestingPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRestoreTestingPlanInput;
+ output: CreateRestoreTestingPlanOutput;
+ };
+ sdk: {
+ input: CreateRestoreTestingPlanCommandInput;
+ output: CreateRestoreTestingPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/CreateRestoreTestingSelectionCommand.ts b/clients/client-backup/src/commands/CreateRestoreTestingSelectionCommand.ts
index d54f0bbc1232..086cbbd78074 100644
--- a/clients/client-backup/src/commands/CreateRestoreTestingSelectionCommand.ts
+++ b/clients/client-backup/src/commands/CreateRestoreTestingSelectionCommand.ts
@@ -159,4 +159,16 @@ export class CreateRestoreTestingSelectionCommand extends $Command
.f(CreateRestoreTestingSelectionInputFilterSensitiveLog, void 0)
.ser(se_CreateRestoreTestingSelectionCommand)
.de(de_CreateRestoreTestingSelectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRestoreTestingSelectionInput;
+ output: CreateRestoreTestingSelectionOutput;
+ };
+ sdk: {
+ input: CreateRestoreTestingSelectionCommandInput;
+ output: CreateRestoreTestingSelectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/DeleteBackupPlanCommand.ts b/clients/client-backup/src/commands/DeleteBackupPlanCommand.ts
index d8427343675f..401af5318f89 100644
--- a/clients/client-backup/src/commands/DeleteBackupPlanCommand.ts
+++ b/clients/client-backup/src/commands/DeleteBackupPlanCommand.ts
@@ -99,4 +99,16 @@ export class DeleteBackupPlanCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBackupPlanCommand)
.de(de_DeleteBackupPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBackupPlanInput;
+ output: DeleteBackupPlanOutput;
+ };
+ sdk: {
+ input: DeleteBackupPlanCommandInput;
+ output: DeleteBackupPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/DeleteBackupSelectionCommand.ts b/clients/client-backup/src/commands/DeleteBackupSelectionCommand.ts
index 3c8a514466ec..00fcfc54163a 100644
--- a/clients/client-backup/src/commands/DeleteBackupSelectionCommand.ts
+++ b/clients/client-backup/src/commands/DeleteBackupSelectionCommand.ts
@@ -90,4 +90,16 @@ export class DeleteBackupSelectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBackupSelectionCommand)
.de(de_DeleteBackupSelectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBackupSelectionInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteBackupSelectionCommandInput;
+ output: DeleteBackupSelectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/DeleteBackupVaultAccessPolicyCommand.ts b/clients/client-backup/src/commands/DeleteBackupVaultAccessPolicyCommand.ts
index 66b6ce986aab..3d2ab69fa9cc 100644
--- a/clients/client-backup/src/commands/DeleteBackupVaultAccessPolicyCommand.ts
+++ b/clients/client-backup/src/commands/DeleteBackupVaultAccessPolicyCommand.ts
@@ -91,4 +91,16 @@ export class DeleteBackupVaultAccessPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBackupVaultAccessPolicyCommand)
.de(de_DeleteBackupVaultAccessPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBackupVaultAccessPolicyInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteBackupVaultAccessPolicyCommandInput;
+ output: DeleteBackupVaultAccessPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/DeleteBackupVaultCommand.ts b/clients/client-backup/src/commands/DeleteBackupVaultCommand.ts
index 25582f36c5d1..f80f87299abf 100644
--- a/clients/client-backup/src/commands/DeleteBackupVaultCommand.ts
+++ b/clients/client-backup/src/commands/DeleteBackupVaultCommand.ts
@@ -93,4 +93,16 @@ export class DeleteBackupVaultCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBackupVaultCommand)
.de(de_DeleteBackupVaultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBackupVaultInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteBackupVaultCommandInput;
+ output: DeleteBackupVaultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/DeleteBackupVaultLockConfigurationCommand.ts b/clients/client-backup/src/commands/DeleteBackupVaultLockConfigurationCommand.ts
index 341cc3cac3c3..2e499aa6b586 100644
--- a/clients/client-backup/src/commands/DeleteBackupVaultLockConfigurationCommand.ts
+++ b/clients/client-backup/src/commands/DeleteBackupVaultLockConfigurationCommand.ts
@@ -100,4 +100,16 @@ export class DeleteBackupVaultLockConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBackupVaultLockConfigurationCommand)
.de(de_DeleteBackupVaultLockConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBackupVaultLockConfigurationInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteBackupVaultLockConfigurationCommandInput;
+ output: DeleteBackupVaultLockConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/DeleteBackupVaultNotificationsCommand.ts b/clients/client-backup/src/commands/DeleteBackupVaultNotificationsCommand.ts
index 9302748f1ed5..9cc079486ba1 100644
--- a/clients/client-backup/src/commands/DeleteBackupVaultNotificationsCommand.ts
+++ b/clients/client-backup/src/commands/DeleteBackupVaultNotificationsCommand.ts
@@ -91,4 +91,16 @@ export class DeleteBackupVaultNotificationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBackupVaultNotificationsCommand)
.de(de_DeleteBackupVaultNotificationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBackupVaultNotificationsInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteBackupVaultNotificationsCommandInput;
+ output: DeleteBackupVaultNotificationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/DeleteFrameworkCommand.ts b/clients/client-backup/src/commands/DeleteFrameworkCommand.ts
index 9c18167dd2f5..80f7fc7b84ce 100644
--- a/clients/client-backup/src/commands/DeleteFrameworkCommand.ts
+++ b/clients/client-backup/src/commands/DeleteFrameworkCommand.ts
@@ -92,4 +92,16 @@ export class DeleteFrameworkCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFrameworkCommand)
.de(de_DeleteFrameworkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFrameworkInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFrameworkCommandInput;
+ output: DeleteFrameworkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/DeleteRecoveryPointCommand.ts b/clients/client-backup/src/commands/DeleteRecoveryPointCommand.ts
index 6feccc68959a..5c753db1675d 100644
--- a/clients/client-backup/src/commands/DeleteRecoveryPointCommand.ts
+++ b/clients/client-backup/src/commands/DeleteRecoveryPointCommand.ts
@@ -109,4 +109,16 @@ export class DeleteRecoveryPointCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRecoveryPointCommand)
.de(de_DeleteRecoveryPointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRecoveryPointInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRecoveryPointCommandInput;
+ output: DeleteRecoveryPointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/DeleteReportPlanCommand.ts b/clients/client-backup/src/commands/DeleteReportPlanCommand.ts
index 2b7ce765d55d..e91c62f0d459 100644
--- a/clients/client-backup/src/commands/DeleteReportPlanCommand.ts
+++ b/clients/client-backup/src/commands/DeleteReportPlanCommand.ts
@@ -92,4 +92,16 @@ export class DeleteReportPlanCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteReportPlanCommand)
.de(de_DeleteReportPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteReportPlanInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteReportPlanCommandInput;
+ output: DeleteReportPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/DeleteRestoreTestingPlanCommand.ts b/clients/client-backup/src/commands/DeleteRestoreTestingPlanCommand.ts
index cc96d28cc4ff..3a29eaf93f8f 100644
--- a/clients/client-backup/src/commands/DeleteRestoreTestingPlanCommand.ts
+++ b/clients/client-backup/src/commands/DeleteRestoreTestingPlanCommand.ts
@@ -84,4 +84,16 @@ export class DeleteRestoreTestingPlanCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRestoreTestingPlanCommand)
.de(de_DeleteRestoreTestingPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRestoreTestingPlanInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRestoreTestingPlanCommandInput;
+ output: DeleteRestoreTestingPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/DeleteRestoreTestingSelectionCommand.ts b/clients/client-backup/src/commands/DeleteRestoreTestingSelectionCommand.ts
index aff4376714b8..95d183c514a4 100644
--- a/clients/client-backup/src/commands/DeleteRestoreTestingSelectionCommand.ts
+++ b/clients/client-backup/src/commands/DeleteRestoreTestingSelectionCommand.ts
@@ -88,4 +88,16 @@ export class DeleteRestoreTestingSelectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRestoreTestingSelectionCommand)
.de(de_DeleteRestoreTestingSelectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRestoreTestingSelectionInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRestoreTestingSelectionCommandInput;
+ output: DeleteRestoreTestingSelectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/DescribeBackupJobCommand.ts b/clients/client-backup/src/commands/DescribeBackupJobCommand.ts
index f7c2b5faa7c0..847f299f3f9e 100644
--- a/clients/client-backup/src/commands/DescribeBackupJobCommand.ts
+++ b/clients/client-backup/src/commands/DescribeBackupJobCommand.ts
@@ -128,4 +128,16 @@ export class DescribeBackupJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeBackupJobCommand)
.de(de_DescribeBackupJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBackupJobInput;
+ output: DescribeBackupJobOutput;
+ };
+ sdk: {
+ input: DescribeBackupJobCommandInput;
+ output: DescribeBackupJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/DescribeBackupVaultCommand.ts b/clients/client-backup/src/commands/DescribeBackupVaultCommand.ts
index 76ed74abbf5a..4d3ab9c72122 100644
--- a/clients/client-backup/src/commands/DescribeBackupVaultCommand.ts
+++ b/clients/client-backup/src/commands/DescribeBackupVaultCommand.ts
@@ -102,4 +102,16 @@ export class DescribeBackupVaultCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeBackupVaultCommand)
.de(de_DescribeBackupVaultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBackupVaultInput;
+ output: DescribeBackupVaultOutput;
+ };
+ sdk: {
+ input: DescribeBackupVaultCommandInput;
+ output: DescribeBackupVaultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/DescribeCopyJobCommand.ts b/clients/client-backup/src/commands/DescribeCopyJobCommand.ts
index f638360a0ef1..98102d55fb4f 100644
--- a/clients/client-backup/src/commands/DescribeCopyJobCommand.ts
+++ b/clients/client-backup/src/commands/DescribeCopyJobCommand.ts
@@ -120,4 +120,16 @@ export class DescribeCopyJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCopyJobCommand)
.de(de_DescribeCopyJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCopyJobInput;
+ output: DescribeCopyJobOutput;
+ };
+ sdk: {
+ input: DescribeCopyJobCommandInput;
+ output: DescribeCopyJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/DescribeFrameworkCommand.ts b/clients/client-backup/src/commands/DescribeFrameworkCommand.ts
index 7533caacc715..599c39510000 100644
--- a/clients/client-backup/src/commands/DescribeFrameworkCommand.ts
+++ b/clients/client-backup/src/commands/DescribeFrameworkCommand.ts
@@ -118,4 +118,16 @@ export class DescribeFrameworkCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFrameworkCommand)
.de(de_DescribeFrameworkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFrameworkInput;
+ output: DescribeFrameworkOutput;
+ };
+ sdk: {
+ input: DescribeFrameworkCommandInput;
+ output: DescribeFrameworkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/DescribeGlobalSettingsCommand.ts b/clients/client-backup/src/commands/DescribeGlobalSettingsCommand.ts
index 280081469fbe..9be72b592606 100644
--- a/clients/client-backup/src/commands/DescribeGlobalSettingsCommand.ts
+++ b/clients/client-backup/src/commands/DescribeGlobalSettingsCommand.ts
@@ -88,4 +88,16 @@ export class DescribeGlobalSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeGlobalSettingsCommand)
.de(de_DescribeGlobalSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeGlobalSettingsOutput;
+ };
+ sdk: {
+ input: DescribeGlobalSettingsCommandInput;
+ output: DescribeGlobalSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/DescribeProtectedResourceCommand.ts b/clients/client-backup/src/commands/DescribeProtectedResourceCommand.ts
index 0ba57ea32676..0846272c4a3a 100644
--- a/clients/client-backup/src/commands/DescribeProtectedResourceCommand.ts
+++ b/clients/client-backup/src/commands/DescribeProtectedResourceCommand.ts
@@ -100,4 +100,16 @@ export class DescribeProtectedResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeProtectedResourceCommand)
.de(de_DescribeProtectedResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeProtectedResourceInput;
+ output: DescribeProtectedResourceOutput;
+ };
+ sdk: {
+ input: DescribeProtectedResourceCommandInput;
+ output: DescribeProtectedResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/DescribeRecoveryPointCommand.ts b/clients/client-backup/src/commands/DescribeRecoveryPointCommand.ts
index 51743dc9f86d..e9c051bad130 100644
--- a/clients/client-backup/src/commands/DescribeRecoveryPointCommand.ts
+++ b/clients/client-backup/src/commands/DescribeRecoveryPointCommand.ts
@@ -128,4 +128,16 @@ export class DescribeRecoveryPointCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRecoveryPointCommand)
.de(de_DescribeRecoveryPointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRecoveryPointInput;
+ output: DescribeRecoveryPointOutput;
+ };
+ sdk: {
+ input: DescribeRecoveryPointCommandInput;
+ output: DescribeRecoveryPointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/DescribeRegionSettingsCommand.ts b/clients/client-backup/src/commands/DescribeRegionSettingsCommand.ts
index f2f11322f80b..f8a97ef461d3 100644
--- a/clients/client-backup/src/commands/DescribeRegionSettingsCommand.ts
+++ b/clients/client-backup/src/commands/DescribeRegionSettingsCommand.ts
@@ -87,4 +87,16 @@ export class DescribeRegionSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRegionSettingsCommand)
.de(de_DescribeRegionSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeRegionSettingsOutput;
+ };
+ sdk: {
+ input: DescribeRegionSettingsCommandInput;
+ output: DescribeRegionSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/DescribeReportJobCommand.ts b/clients/client-backup/src/commands/DescribeReportJobCommand.ts
index f4d92e39b289..120c1a9d2af4 100644
--- a/clients/client-backup/src/commands/DescribeReportJobCommand.ts
+++ b/clients/client-backup/src/commands/DescribeReportJobCommand.ts
@@ -101,4 +101,16 @@ export class DescribeReportJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReportJobCommand)
.de(de_DescribeReportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReportJobInput;
+ output: DescribeReportJobOutput;
+ };
+ sdk: {
+ input: DescribeReportJobCommandInput;
+ output: DescribeReportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/DescribeReportPlanCommand.ts b/clients/client-backup/src/commands/DescribeReportPlanCommand.ts
index 8eced38e1900..1a816eaaf8a6 100644
--- a/clients/client-backup/src/commands/DescribeReportPlanCommand.ts
+++ b/clients/client-backup/src/commands/DescribeReportPlanCommand.ts
@@ -121,4 +121,16 @@ export class DescribeReportPlanCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReportPlanCommand)
.de(de_DescribeReportPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReportPlanInput;
+ output: DescribeReportPlanOutput;
+ };
+ sdk: {
+ input: DescribeReportPlanCommandInput;
+ output: DescribeReportPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/DescribeRestoreJobCommand.ts b/clients/client-backup/src/commands/DescribeRestoreJobCommand.ts
index 6fed8bd1119f..aee172996913 100644
--- a/clients/client-backup/src/commands/DescribeRestoreJobCommand.ts
+++ b/clients/client-backup/src/commands/DescribeRestoreJobCommand.ts
@@ -113,4 +113,16 @@ export class DescribeRestoreJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRestoreJobCommand)
.de(de_DescribeRestoreJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRestoreJobInput;
+ output: DescribeRestoreJobOutput;
+ };
+ sdk: {
+ input: DescribeRestoreJobCommandInput;
+ output: DescribeRestoreJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/DisassociateRecoveryPointCommand.ts b/clients/client-backup/src/commands/DisassociateRecoveryPointCommand.ts
index c2570dbc38ee..bf76f6b0d750 100644
--- a/clients/client-backup/src/commands/DisassociateRecoveryPointCommand.ts
+++ b/clients/client-backup/src/commands/DisassociateRecoveryPointCommand.ts
@@ -100,4 +100,16 @@ export class DisassociateRecoveryPointCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateRecoveryPointCommand)
.de(de_DisassociateRecoveryPointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateRecoveryPointInput;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateRecoveryPointCommandInput;
+ output: DisassociateRecoveryPointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/DisassociateRecoveryPointFromParentCommand.ts b/clients/client-backup/src/commands/DisassociateRecoveryPointFromParentCommand.ts
index 6f49cda6177f..e2eadca9445f 100644
--- a/clients/client-backup/src/commands/DisassociateRecoveryPointFromParentCommand.ts
+++ b/clients/client-backup/src/commands/DisassociateRecoveryPointFromParentCommand.ts
@@ -97,4 +97,16 @@ export class DisassociateRecoveryPointFromParentCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateRecoveryPointFromParentCommand)
.de(de_DisassociateRecoveryPointFromParentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateRecoveryPointFromParentInput;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateRecoveryPointFromParentCommandInput;
+ output: DisassociateRecoveryPointFromParentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ExportBackupPlanTemplateCommand.ts b/clients/client-backup/src/commands/ExportBackupPlanTemplateCommand.ts
index 6801d380a9e0..dba389021181 100644
--- a/clients/client-backup/src/commands/ExportBackupPlanTemplateCommand.ts
+++ b/clients/client-backup/src/commands/ExportBackupPlanTemplateCommand.ts
@@ -90,4 +90,16 @@ export class ExportBackupPlanTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_ExportBackupPlanTemplateCommand)
.de(de_ExportBackupPlanTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExportBackupPlanTemplateInput;
+ output: ExportBackupPlanTemplateOutput;
+ };
+ sdk: {
+ input: ExportBackupPlanTemplateCommandInput;
+ output: ExportBackupPlanTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/GetBackupPlanCommand.ts b/clients/client-backup/src/commands/GetBackupPlanCommand.ts
index 5d556abe7f23..06048e55fa91 100644
--- a/clients/client-backup/src/commands/GetBackupPlanCommand.ts
+++ b/clients/client-backup/src/commands/GetBackupPlanCommand.ts
@@ -147,4 +147,16 @@ export class GetBackupPlanCommand extends $Command
.f(void 0, GetBackupPlanOutputFilterSensitiveLog)
.ser(se_GetBackupPlanCommand)
.de(de_GetBackupPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBackupPlanInput;
+ output: GetBackupPlanOutput;
+ };
+ sdk: {
+ input: GetBackupPlanCommandInput;
+ output: GetBackupPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/GetBackupPlanFromJSONCommand.ts b/clients/client-backup/src/commands/GetBackupPlanFromJSONCommand.ts
index 2ac88c0a4c61..8e42c9c94f00 100644
--- a/clients/client-backup/src/commands/GetBackupPlanFromJSONCommand.ts
+++ b/clients/client-backup/src/commands/GetBackupPlanFromJSONCommand.ts
@@ -139,4 +139,16 @@ export class GetBackupPlanFromJSONCommand extends $Command
.f(void 0, GetBackupPlanFromJSONOutputFilterSensitiveLog)
.ser(se_GetBackupPlanFromJSONCommand)
.de(de_GetBackupPlanFromJSONCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBackupPlanFromJSONInput;
+ output: GetBackupPlanFromJSONOutput;
+ };
+ sdk: {
+ input: GetBackupPlanFromJSONCommandInput;
+ output: GetBackupPlanFromJSONCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/GetBackupPlanFromTemplateCommand.ts b/clients/client-backup/src/commands/GetBackupPlanFromTemplateCommand.ts
index 94c30493cf9e..8ca284547a52 100644
--- a/clients/client-backup/src/commands/GetBackupPlanFromTemplateCommand.ts
+++ b/clients/client-backup/src/commands/GetBackupPlanFromTemplateCommand.ts
@@ -134,4 +134,16 @@ export class GetBackupPlanFromTemplateCommand extends $Command
.f(void 0, GetBackupPlanFromTemplateOutputFilterSensitiveLog)
.ser(se_GetBackupPlanFromTemplateCommand)
.de(de_GetBackupPlanFromTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBackupPlanFromTemplateInput;
+ output: GetBackupPlanFromTemplateOutput;
+ };
+ sdk: {
+ input: GetBackupPlanFromTemplateCommandInput;
+ output: GetBackupPlanFromTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/GetBackupSelectionCommand.ts b/clients/client-backup/src/commands/GetBackupSelectionCommand.ts
index eb54a647bb81..b2004a960267 100644
--- a/clients/client-backup/src/commands/GetBackupSelectionCommand.ts
+++ b/clients/client-backup/src/commands/GetBackupSelectionCommand.ts
@@ -138,4 +138,16 @@ export class GetBackupSelectionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBackupSelectionCommand)
.de(de_GetBackupSelectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBackupSelectionInput;
+ output: GetBackupSelectionOutput;
+ };
+ sdk: {
+ input: GetBackupSelectionCommandInput;
+ output: GetBackupSelectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/GetBackupVaultAccessPolicyCommand.ts b/clients/client-backup/src/commands/GetBackupVaultAccessPolicyCommand.ts
index 52361bb95084..20fe917a04f4 100644
--- a/clients/client-backup/src/commands/GetBackupVaultAccessPolicyCommand.ts
+++ b/clients/client-backup/src/commands/GetBackupVaultAccessPolicyCommand.ts
@@ -93,4 +93,16 @@ export class GetBackupVaultAccessPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBackupVaultAccessPolicyCommand)
.de(de_GetBackupVaultAccessPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBackupVaultAccessPolicyInput;
+ output: GetBackupVaultAccessPolicyOutput;
+ };
+ sdk: {
+ input: GetBackupVaultAccessPolicyCommandInput;
+ output: GetBackupVaultAccessPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/GetBackupVaultNotificationsCommand.ts b/clients/client-backup/src/commands/GetBackupVaultNotificationsCommand.ts
index 60bab3254be6..5fb895907b57 100644
--- a/clients/client-backup/src/commands/GetBackupVaultNotificationsCommand.ts
+++ b/clients/client-backup/src/commands/GetBackupVaultNotificationsCommand.ts
@@ -98,4 +98,16 @@ export class GetBackupVaultNotificationsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBackupVaultNotificationsCommand)
.de(de_GetBackupVaultNotificationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBackupVaultNotificationsInput;
+ output: GetBackupVaultNotificationsOutput;
+ };
+ sdk: {
+ input: GetBackupVaultNotificationsCommandInput;
+ output: GetBackupVaultNotificationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/GetLegalHoldCommand.ts b/clients/client-backup/src/commands/GetLegalHoldCommand.ts
index 9d1d37c83f9d..6bbd997ad7b1 100644
--- a/clients/client-backup/src/commands/GetLegalHoldCommand.ts
+++ b/clients/client-backup/src/commands/GetLegalHoldCommand.ts
@@ -111,4 +111,16 @@ export class GetLegalHoldCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLegalHoldCommand)
.de(de_GetLegalHoldCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLegalHoldInput;
+ output: GetLegalHoldOutput;
+ };
+ sdk: {
+ input: GetLegalHoldCommandInput;
+ output: GetLegalHoldCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/GetRecoveryPointRestoreMetadataCommand.ts b/clients/client-backup/src/commands/GetRecoveryPointRestoreMetadataCommand.ts
index 5986eb18db0a..9917cd113eb3 100644
--- a/clients/client-backup/src/commands/GetRecoveryPointRestoreMetadataCommand.ts
+++ b/clients/client-backup/src/commands/GetRecoveryPointRestoreMetadataCommand.ts
@@ -106,4 +106,16 @@ export class GetRecoveryPointRestoreMetadataCommand extends $Command
.f(void 0, GetRecoveryPointRestoreMetadataOutputFilterSensitiveLog)
.ser(se_GetRecoveryPointRestoreMetadataCommand)
.de(de_GetRecoveryPointRestoreMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRecoveryPointRestoreMetadataInput;
+ output: GetRecoveryPointRestoreMetadataOutput;
+ };
+ sdk: {
+ input: GetRecoveryPointRestoreMetadataCommandInput;
+ output: GetRecoveryPointRestoreMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/GetRestoreJobMetadataCommand.ts b/clients/client-backup/src/commands/GetRestoreJobMetadataCommand.ts
index b12c5e8a8238..fea5d4beb5d4 100644
--- a/clients/client-backup/src/commands/GetRestoreJobMetadataCommand.ts
+++ b/clients/client-backup/src/commands/GetRestoreJobMetadataCommand.ts
@@ -97,4 +97,16 @@ export class GetRestoreJobMetadataCommand extends $Command
.f(void 0, GetRestoreJobMetadataOutputFilterSensitiveLog)
.ser(se_GetRestoreJobMetadataCommand)
.de(de_GetRestoreJobMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRestoreJobMetadataInput;
+ output: GetRestoreJobMetadataOutput;
+ };
+ sdk: {
+ input: GetRestoreJobMetadataCommandInput;
+ output: GetRestoreJobMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/GetRestoreTestingInferredMetadataCommand.ts b/clients/client-backup/src/commands/GetRestoreTestingInferredMetadataCommand.ts
index 8f39a94414a3..69e7dfa0e310 100644
--- a/clients/client-backup/src/commands/GetRestoreTestingInferredMetadataCommand.ts
+++ b/clients/client-backup/src/commands/GetRestoreTestingInferredMetadataCommand.ts
@@ -102,4 +102,16 @@ export class GetRestoreTestingInferredMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRestoreTestingInferredMetadataCommand)
.de(de_GetRestoreTestingInferredMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRestoreTestingInferredMetadataInput;
+ output: GetRestoreTestingInferredMetadataOutput;
+ };
+ sdk: {
+ input: GetRestoreTestingInferredMetadataCommandInput;
+ output: GetRestoreTestingInferredMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/GetRestoreTestingPlanCommand.ts b/clients/client-backup/src/commands/GetRestoreTestingPlanCommand.ts
index 189e2617306b..83844284a20e 100644
--- a/clients/client-backup/src/commands/GetRestoreTestingPlanCommand.ts
+++ b/clients/client-backup/src/commands/GetRestoreTestingPlanCommand.ts
@@ -108,4 +108,16 @@ export class GetRestoreTestingPlanCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRestoreTestingPlanCommand)
.de(de_GetRestoreTestingPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRestoreTestingPlanInput;
+ output: GetRestoreTestingPlanOutput;
+ };
+ sdk: {
+ input: GetRestoreTestingPlanCommandInput;
+ output: GetRestoreTestingPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/GetRestoreTestingSelectionCommand.ts b/clients/client-backup/src/commands/GetRestoreTestingSelectionCommand.ts
index 553f8d15fea7..f546c0bd8fe4 100644
--- a/clients/client-backup/src/commands/GetRestoreTestingSelectionCommand.ts
+++ b/clients/client-backup/src/commands/GetRestoreTestingSelectionCommand.ts
@@ -117,4 +117,16 @@ export class GetRestoreTestingSelectionCommand extends $Command
.f(void 0, GetRestoreTestingSelectionOutputFilterSensitiveLog)
.ser(se_GetRestoreTestingSelectionCommand)
.de(de_GetRestoreTestingSelectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRestoreTestingSelectionInput;
+ output: GetRestoreTestingSelectionOutput;
+ };
+ sdk: {
+ input: GetRestoreTestingSelectionCommandInput;
+ output: GetRestoreTestingSelectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/GetSupportedResourceTypesCommand.ts b/clients/client-backup/src/commands/GetSupportedResourceTypesCommand.ts
index 4d39b6d87e71..8a9c889b0e8e 100644
--- a/clients/client-backup/src/commands/GetSupportedResourceTypesCommand.ts
+++ b/clients/client-backup/src/commands/GetSupportedResourceTypesCommand.ts
@@ -80,4 +80,16 @@ export class GetSupportedResourceTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSupportedResourceTypesCommand)
.de(de_GetSupportedResourceTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetSupportedResourceTypesOutput;
+ };
+ sdk: {
+ input: GetSupportedResourceTypesCommandInput;
+ output: GetSupportedResourceTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ListBackupJobSummariesCommand.ts b/clients/client-backup/src/commands/ListBackupJobSummariesCommand.ts
index 92a80f5868f0..c3200b8cad46 100644
--- a/clients/client-backup/src/commands/ListBackupJobSummariesCommand.ts
+++ b/clients/client-backup/src/commands/ListBackupJobSummariesCommand.ts
@@ -110,4 +110,16 @@ export class ListBackupJobSummariesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBackupJobSummariesCommand)
.de(de_ListBackupJobSummariesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBackupJobSummariesInput;
+ output: ListBackupJobSummariesOutput;
+ };
+ sdk: {
+ input: ListBackupJobSummariesCommandInput;
+ output: ListBackupJobSummariesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ListBackupJobsCommand.ts b/clients/client-backup/src/commands/ListBackupJobsCommand.ts
index fd2ae247462b..4bc03e61dd28 100644
--- a/clients/client-backup/src/commands/ListBackupJobsCommand.ts
+++ b/clients/client-backup/src/commands/ListBackupJobsCommand.ts
@@ -133,4 +133,16 @@ export class ListBackupJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBackupJobsCommand)
.de(de_ListBackupJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBackupJobsInput;
+ output: ListBackupJobsOutput;
+ };
+ sdk: {
+ input: ListBackupJobsCommandInput;
+ output: ListBackupJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ListBackupPlanTemplatesCommand.ts b/clients/client-backup/src/commands/ListBackupPlanTemplatesCommand.ts
index 7389a4227360..68f3004d5e15 100644
--- a/clients/client-backup/src/commands/ListBackupPlanTemplatesCommand.ts
+++ b/clients/client-backup/src/commands/ListBackupPlanTemplatesCommand.ts
@@ -97,4 +97,16 @@ export class ListBackupPlanTemplatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBackupPlanTemplatesCommand)
.de(de_ListBackupPlanTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBackupPlanTemplatesInput;
+ output: ListBackupPlanTemplatesOutput;
+ };
+ sdk: {
+ input: ListBackupPlanTemplatesCommandInput;
+ output: ListBackupPlanTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ListBackupPlanVersionsCommand.ts b/clients/client-backup/src/commands/ListBackupPlanVersionsCommand.ts
index 902a98df00ca..173907501fba 100644
--- a/clients/client-backup/src/commands/ListBackupPlanVersionsCommand.ts
+++ b/clients/client-backup/src/commands/ListBackupPlanVersionsCommand.ts
@@ -113,4 +113,16 @@ export class ListBackupPlanVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBackupPlanVersionsCommand)
.de(de_ListBackupPlanVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBackupPlanVersionsInput;
+ output: ListBackupPlanVersionsOutput;
+ };
+ sdk: {
+ input: ListBackupPlanVersionsCommandInput;
+ output: ListBackupPlanVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ListBackupPlansCommand.ts b/clients/client-backup/src/commands/ListBackupPlansCommand.ts
index f400c4ffb7ce..631fa3263139 100644
--- a/clients/client-backup/src/commands/ListBackupPlansCommand.ts
+++ b/clients/client-backup/src/commands/ListBackupPlansCommand.ts
@@ -112,4 +112,16 @@ export class ListBackupPlansCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBackupPlansCommand)
.de(de_ListBackupPlansCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBackupPlansInput;
+ output: ListBackupPlansOutput;
+ };
+ sdk: {
+ input: ListBackupPlansCommandInput;
+ output: ListBackupPlansCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ListBackupSelectionsCommand.ts b/clients/client-backup/src/commands/ListBackupSelectionsCommand.ts
index b54636a0d0e9..a184ef6c46b9 100644
--- a/clients/client-backup/src/commands/ListBackupSelectionsCommand.ts
+++ b/clients/client-backup/src/commands/ListBackupSelectionsCommand.ts
@@ -103,4 +103,16 @@ export class ListBackupSelectionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBackupSelectionsCommand)
.de(de_ListBackupSelectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBackupSelectionsInput;
+ output: ListBackupSelectionsOutput;
+ };
+ sdk: {
+ input: ListBackupSelectionsCommandInput;
+ output: ListBackupSelectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ListBackupVaultsCommand.ts b/clients/client-backup/src/commands/ListBackupVaultsCommand.ts
index 7d40ea3c8b63..c369672bda3e 100644
--- a/clients/client-backup/src/commands/ListBackupVaultsCommand.ts
+++ b/clients/client-backup/src/commands/ListBackupVaultsCommand.ts
@@ -110,4 +110,16 @@ export class ListBackupVaultsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBackupVaultsCommand)
.de(de_ListBackupVaultsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBackupVaultsInput;
+ output: ListBackupVaultsOutput;
+ };
+ sdk: {
+ input: ListBackupVaultsCommandInput;
+ output: ListBackupVaultsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ListCopyJobSummariesCommand.ts b/clients/client-backup/src/commands/ListCopyJobSummariesCommand.ts
index ee352f7b5265..0c1ca9a6ad19 100644
--- a/clients/client-backup/src/commands/ListCopyJobSummariesCommand.ts
+++ b/clients/client-backup/src/commands/ListCopyJobSummariesCommand.ts
@@ -110,4 +110,16 @@ export class ListCopyJobSummariesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCopyJobSummariesCommand)
.de(de_ListCopyJobSummariesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCopyJobSummariesInput;
+ output: ListCopyJobSummariesOutput;
+ };
+ sdk: {
+ input: ListCopyJobSummariesCommandInput;
+ output: ListCopyJobSummariesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ListCopyJobsCommand.ts b/clients/client-backup/src/commands/ListCopyJobsCommand.ts
index 498a3907b500..fb80b7fe1329 100644
--- a/clients/client-backup/src/commands/ListCopyJobsCommand.ts
+++ b/clients/client-backup/src/commands/ListCopyJobsCommand.ts
@@ -129,4 +129,16 @@ export class ListCopyJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCopyJobsCommand)
.de(de_ListCopyJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCopyJobsInput;
+ output: ListCopyJobsOutput;
+ };
+ sdk: {
+ input: ListCopyJobsCommandInput;
+ output: ListCopyJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ListFrameworksCommand.ts b/clients/client-backup/src/commands/ListFrameworksCommand.ts
index 816e23fd88b1..10d4562f4a1c 100644
--- a/clients/client-backup/src/commands/ListFrameworksCommand.ts
+++ b/clients/client-backup/src/commands/ListFrameworksCommand.ts
@@ -95,4 +95,16 @@ export class ListFrameworksCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFrameworksCommand)
.de(de_ListFrameworksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFrameworksInput;
+ output: ListFrameworksOutput;
+ };
+ sdk: {
+ input: ListFrameworksCommandInput;
+ output: ListFrameworksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ListLegalHoldsCommand.ts b/clients/client-backup/src/commands/ListLegalHoldsCommand.ts
index 9be3664c3f66..0c87cbc9fcdf 100644
--- a/clients/client-backup/src/commands/ListLegalHoldsCommand.ts
+++ b/clients/client-backup/src/commands/ListLegalHoldsCommand.ts
@@ -96,4 +96,16 @@ export class ListLegalHoldsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLegalHoldsCommand)
.de(de_ListLegalHoldsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLegalHoldsInput;
+ output: ListLegalHoldsOutput;
+ };
+ sdk: {
+ input: ListLegalHoldsCommandInput;
+ output: ListLegalHoldsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ListProtectedResourcesByBackupVaultCommand.ts b/clients/client-backup/src/commands/ListProtectedResourcesByBackupVaultCommand.ts
index 0c7e4c1827a1..5b7225ab2daa 100644
--- a/clients/client-backup/src/commands/ListProtectedResourcesByBackupVaultCommand.ts
+++ b/clients/client-backup/src/commands/ListProtectedResourcesByBackupVaultCommand.ts
@@ -108,4 +108,16 @@ export class ListProtectedResourcesByBackupVaultCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProtectedResourcesByBackupVaultCommand)
.de(de_ListProtectedResourcesByBackupVaultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProtectedResourcesByBackupVaultInput;
+ output: ListProtectedResourcesByBackupVaultOutput;
+ };
+ sdk: {
+ input: ListProtectedResourcesByBackupVaultCommandInput;
+ output: ListProtectedResourcesByBackupVaultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ListProtectedResourcesCommand.ts b/clients/client-backup/src/commands/ListProtectedResourcesCommand.ts
index 9238bbacc3f4..810a4d6ccf54 100644
--- a/clients/client-backup/src/commands/ListProtectedResourcesCommand.ts
+++ b/clients/client-backup/src/commands/ListProtectedResourcesCommand.ts
@@ -97,4 +97,16 @@ export class ListProtectedResourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProtectedResourcesCommand)
.de(de_ListProtectedResourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProtectedResourcesInput;
+ output: ListProtectedResourcesOutput;
+ };
+ sdk: {
+ input: ListProtectedResourcesCommandInput;
+ output: ListProtectedResourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ListRecoveryPointsByBackupVaultCommand.ts b/clients/client-backup/src/commands/ListRecoveryPointsByBackupVaultCommand.ts
index 2abededd3d9b..4cdbe9118bf8 100644
--- a/clients/client-backup/src/commands/ListRecoveryPointsByBackupVaultCommand.ts
+++ b/clients/client-backup/src/commands/ListRecoveryPointsByBackupVaultCommand.ts
@@ -143,4 +143,16 @@ export class ListRecoveryPointsByBackupVaultCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRecoveryPointsByBackupVaultCommand)
.de(de_ListRecoveryPointsByBackupVaultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRecoveryPointsByBackupVaultInput;
+ output: ListRecoveryPointsByBackupVaultOutput;
+ };
+ sdk: {
+ input: ListRecoveryPointsByBackupVaultCommandInput;
+ output: ListRecoveryPointsByBackupVaultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ListRecoveryPointsByLegalHoldCommand.ts b/clients/client-backup/src/commands/ListRecoveryPointsByLegalHoldCommand.ts
index afd7f811584d..67dffea0e287 100644
--- a/clients/client-backup/src/commands/ListRecoveryPointsByLegalHoldCommand.ts
+++ b/clients/client-backup/src/commands/ListRecoveryPointsByLegalHoldCommand.ts
@@ -103,4 +103,16 @@ export class ListRecoveryPointsByLegalHoldCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRecoveryPointsByLegalHoldCommand)
.de(de_ListRecoveryPointsByLegalHoldCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRecoveryPointsByLegalHoldInput;
+ output: ListRecoveryPointsByLegalHoldOutput;
+ };
+ sdk: {
+ input: ListRecoveryPointsByLegalHoldCommandInput;
+ output: ListRecoveryPointsByLegalHoldCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ListRecoveryPointsByResourceCommand.ts b/clients/client-backup/src/commands/ListRecoveryPointsByResourceCommand.ts
index 572dd678ca79..358e2760263d 100644
--- a/clients/client-backup/src/commands/ListRecoveryPointsByResourceCommand.ts
+++ b/clients/client-backup/src/commands/ListRecoveryPointsByResourceCommand.ts
@@ -118,4 +118,16 @@ export class ListRecoveryPointsByResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRecoveryPointsByResourceCommand)
.de(de_ListRecoveryPointsByResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRecoveryPointsByResourceInput;
+ output: ListRecoveryPointsByResourceOutput;
+ };
+ sdk: {
+ input: ListRecoveryPointsByResourceCommandInput;
+ output: ListRecoveryPointsByResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ListReportJobsCommand.ts b/clients/client-backup/src/commands/ListReportJobsCommand.ts
index 1883073cb188..bd74340ccc99 100644
--- a/clients/client-backup/src/commands/ListReportJobsCommand.ts
+++ b/clients/client-backup/src/commands/ListReportJobsCommand.ts
@@ -109,4 +109,16 @@ export class ListReportJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListReportJobsCommand)
.de(de_ListReportJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListReportJobsInput;
+ output: ListReportJobsOutput;
+ };
+ sdk: {
+ input: ListReportJobsCommandInput;
+ output: ListReportJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ListReportPlansCommand.ts b/clients/client-backup/src/commands/ListReportPlansCommand.ts
index 930c1bfcb745..d72d74d2bea4 100644
--- a/clients/client-backup/src/commands/ListReportPlansCommand.ts
+++ b/clients/client-backup/src/commands/ListReportPlansCommand.ts
@@ -120,4 +120,16 @@ export class ListReportPlansCommand extends $Command
.f(void 0, void 0)
.ser(se_ListReportPlansCommand)
.de(de_ListReportPlansCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListReportPlansInput;
+ output: ListReportPlansOutput;
+ };
+ sdk: {
+ input: ListReportPlansCommandInput;
+ output: ListReportPlansCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ListRestoreJobSummariesCommand.ts b/clients/client-backup/src/commands/ListRestoreJobSummariesCommand.ts
index 4d7acd61bbee..329fac033fe4 100644
--- a/clients/client-backup/src/commands/ListRestoreJobSummariesCommand.ts
+++ b/clients/client-backup/src/commands/ListRestoreJobSummariesCommand.ts
@@ -108,4 +108,16 @@ export class ListRestoreJobSummariesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRestoreJobSummariesCommand)
.de(de_ListRestoreJobSummariesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRestoreJobSummariesInput;
+ output: ListRestoreJobSummariesOutput;
+ };
+ sdk: {
+ input: ListRestoreJobSummariesCommandInput;
+ output: ListRestoreJobSummariesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ListRestoreJobsByProtectedResourceCommand.ts b/clients/client-backup/src/commands/ListRestoreJobsByProtectedResourceCommand.ts
index f262e46d5fd1..d937a15de520 100644
--- a/clients/client-backup/src/commands/ListRestoreJobsByProtectedResourceCommand.ts
+++ b/clients/client-backup/src/commands/ListRestoreJobsByProtectedResourceCommand.ts
@@ -129,4 +129,16 @@ export class ListRestoreJobsByProtectedResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRestoreJobsByProtectedResourceCommand)
.de(de_ListRestoreJobsByProtectedResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRestoreJobsByProtectedResourceInput;
+ output: ListRestoreJobsByProtectedResourceOutput;
+ };
+ sdk: {
+ input: ListRestoreJobsByProtectedResourceCommandInput;
+ output: ListRestoreJobsByProtectedResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ListRestoreJobsCommand.ts b/clients/client-backup/src/commands/ListRestoreJobsCommand.ts
index f0c390efa6df..3949d0c32c8a 100644
--- a/clients/client-backup/src/commands/ListRestoreJobsCommand.ts
+++ b/clients/client-backup/src/commands/ListRestoreJobsCommand.ts
@@ -125,4 +125,16 @@ export class ListRestoreJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRestoreJobsCommand)
.de(de_ListRestoreJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRestoreJobsInput;
+ output: ListRestoreJobsOutput;
+ };
+ sdk: {
+ input: ListRestoreJobsCommandInput;
+ output: ListRestoreJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ListRestoreTestingPlansCommand.ts b/clients/client-backup/src/commands/ListRestoreTestingPlansCommand.ts
index 1d1ccae7cead..fb4e2cd1e708 100644
--- a/clients/client-backup/src/commands/ListRestoreTestingPlansCommand.ts
+++ b/clients/client-backup/src/commands/ListRestoreTestingPlansCommand.ts
@@ -97,4 +97,16 @@ export class ListRestoreTestingPlansCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRestoreTestingPlansCommand)
.de(de_ListRestoreTestingPlansCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRestoreTestingPlansInput;
+ output: ListRestoreTestingPlansOutput;
+ };
+ sdk: {
+ input: ListRestoreTestingPlansCommandInput;
+ output: ListRestoreTestingPlansCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ListRestoreTestingSelectionsCommand.ts b/clients/client-backup/src/commands/ListRestoreTestingSelectionsCommand.ts
index f82dd2eb6636..52d43afbdf68 100644
--- a/clients/client-backup/src/commands/ListRestoreTestingSelectionsCommand.ts
+++ b/clients/client-backup/src/commands/ListRestoreTestingSelectionsCommand.ts
@@ -105,4 +105,16 @@ export class ListRestoreTestingSelectionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRestoreTestingSelectionsCommand)
.de(de_ListRestoreTestingSelectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRestoreTestingSelectionsInput;
+ output: ListRestoreTestingSelectionsOutput;
+ };
+ sdk: {
+ input: ListRestoreTestingSelectionsCommandInput;
+ output: ListRestoreTestingSelectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/ListTagsCommand.ts b/clients/client-backup/src/commands/ListTagsCommand.ts
index cc55c1d1add1..3aa6133803f5 100644
--- a/clients/client-backup/src/commands/ListTagsCommand.ts
+++ b/clients/client-backup/src/commands/ListTagsCommand.ts
@@ -96,4 +96,16 @@ export class ListTagsCommand extends $Command
.f(void 0, ListTagsOutputFilterSensitiveLog)
.ser(se_ListTagsCommand)
.de(de_ListTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsInput;
+ output: ListTagsOutput;
+ };
+ sdk: {
+ input: ListTagsCommandInput;
+ output: ListTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/PutBackupVaultAccessPolicyCommand.ts b/clients/client-backup/src/commands/PutBackupVaultAccessPolicyCommand.ts
index b0392e235478..b643c53af965 100644
--- a/clients/client-backup/src/commands/PutBackupVaultAccessPolicyCommand.ts
+++ b/clients/client-backup/src/commands/PutBackupVaultAccessPolicyCommand.ts
@@ -91,4 +91,16 @@ export class PutBackupVaultAccessPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutBackupVaultAccessPolicyCommand)
.de(de_PutBackupVaultAccessPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutBackupVaultAccessPolicyInput;
+ output: {};
+ };
+ sdk: {
+ input: PutBackupVaultAccessPolicyCommandInput;
+ output: PutBackupVaultAccessPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/PutBackupVaultLockConfigurationCommand.ts b/clients/client-backup/src/commands/PutBackupVaultLockConfigurationCommand.ts
index edb4445177f0..b046c43d9c55 100644
--- a/clients/client-backup/src/commands/PutBackupVaultLockConfigurationCommand.ts
+++ b/clients/client-backup/src/commands/PutBackupVaultLockConfigurationCommand.ts
@@ -111,4 +111,16 @@ export class PutBackupVaultLockConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutBackupVaultLockConfigurationCommand)
.de(de_PutBackupVaultLockConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutBackupVaultLockConfigurationInput;
+ output: {};
+ };
+ sdk: {
+ input: PutBackupVaultLockConfigurationCommandInput;
+ output: PutBackupVaultLockConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/PutBackupVaultNotificationsCommand.ts b/clients/client-backup/src/commands/PutBackupVaultNotificationsCommand.ts
index cc81b3b54004..2838079cbd9d 100644
--- a/clients/client-backup/src/commands/PutBackupVaultNotificationsCommand.ts
+++ b/clients/client-backup/src/commands/PutBackupVaultNotificationsCommand.ts
@@ -95,4 +95,16 @@ export class PutBackupVaultNotificationsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutBackupVaultNotificationsCommand)
.de(de_PutBackupVaultNotificationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutBackupVaultNotificationsInput;
+ output: {};
+ };
+ sdk: {
+ input: PutBackupVaultNotificationsCommandInput;
+ output: PutBackupVaultNotificationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/PutRestoreValidationResultCommand.ts b/clients/client-backup/src/commands/PutRestoreValidationResultCommand.ts
index bff8b849bc48..c3e3941e571e 100644
--- a/clients/client-backup/src/commands/PutRestoreValidationResultCommand.ts
+++ b/clients/client-backup/src/commands/PutRestoreValidationResultCommand.ts
@@ -98,4 +98,16 @@ export class PutRestoreValidationResultCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRestoreValidationResultCommand)
.de(de_PutRestoreValidationResultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRestoreValidationResultInput;
+ output: {};
+ };
+ sdk: {
+ input: PutRestoreValidationResultCommandInput;
+ output: PutRestoreValidationResultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/StartBackupJobCommand.ts b/clients/client-backup/src/commands/StartBackupJobCommand.ts
index 740a815edad6..5eea4e9af550 100644
--- a/clients/client-backup/src/commands/StartBackupJobCommand.ts
+++ b/clients/client-backup/src/commands/StartBackupJobCommand.ts
@@ -117,4 +117,16 @@ export class StartBackupJobCommand extends $Command
.f(StartBackupJobInputFilterSensitiveLog, void 0)
.ser(se_StartBackupJobCommand)
.de(de_StartBackupJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartBackupJobInput;
+ output: StartBackupJobOutput;
+ };
+ sdk: {
+ input: StartBackupJobCommandInput;
+ output: StartBackupJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/StartCopyJobCommand.ts b/clients/client-backup/src/commands/StartCopyJobCommand.ts
index a2313734bf67..c50e86fc659d 100644
--- a/clients/client-backup/src/commands/StartCopyJobCommand.ts
+++ b/clients/client-backup/src/commands/StartCopyJobCommand.ts
@@ -110,4 +110,16 @@ export class StartCopyJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartCopyJobCommand)
.de(de_StartCopyJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartCopyJobInput;
+ output: StartCopyJobOutput;
+ };
+ sdk: {
+ input: StartCopyJobCommandInput;
+ output: StartCopyJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/StartReportJobCommand.ts b/clients/client-backup/src/commands/StartReportJobCommand.ts
index 9be3a536ce53..b80cc9495d04 100644
--- a/clients/client-backup/src/commands/StartReportJobCommand.ts
+++ b/clients/client-backup/src/commands/StartReportJobCommand.ts
@@ -91,4 +91,16 @@ export class StartReportJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartReportJobCommand)
.de(de_StartReportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartReportJobInput;
+ output: StartReportJobOutput;
+ };
+ sdk: {
+ input: StartReportJobCommandInput;
+ output: StartReportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/StartRestoreJobCommand.ts b/clients/client-backup/src/commands/StartRestoreJobCommand.ts
index 8193fedf713d..b43ab8670af8 100644
--- a/clients/client-backup/src/commands/StartRestoreJobCommand.ts
+++ b/clients/client-backup/src/commands/StartRestoreJobCommand.ts
@@ -105,4 +105,16 @@ export class StartRestoreJobCommand extends $Command
.f(StartRestoreJobInputFilterSensitiveLog, void 0)
.ser(se_StartRestoreJobCommand)
.de(de_StartRestoreJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartRestoreJobInput;
+ output: StartRestoreJobOutput;
+ };
+ sdk: {
+ input: StartRestoreJobCommandInput;
+ output: StartRestoreJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/StopBackupJobCommand.ts b/clients/client-backup/src/commands/StopBackupJobCommand.ts
index cbe3742d1cf1..26f0bb5bad72 100644
--- a/clients/client-backup/src/commands/StopBackupJobCommand.ts
+++ b/clients/client-backup/src/commands/StopBackupJobCommand.ts
@@ -96,4 +96,16 @@ export class StopBackupJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StopBackupJobCommand)
.de(de_StopBackupJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopBackupJobInput;
+ output: {};
+ };
+ sdk: {
+ input: StopBackupJobCommandInput;
+ output: StopBackupJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/TagResourceCommand.ts b/clients/client-backup/src/commands/TagResourceCommand.ts
index c8671b0ad263..69a0e0a997da 100644
--- a/clients/client-backup/src/commands/TagResourceCommand.ts
+++ b/clients/client-backup/src/commands/TagResourceCommand.ts
@@ -99,4 +99,16 @@ export class TagResourceCommand extends $Command
.f(TagResourceInputFilterSensitiveLog, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/UntagResourceCommand.ts b/clients/client-backup/src/commands/UntagResourceCommand.ts
index 68de9268ac8a..1dcd775177b2 100644
--- a/clients/client-backup/src/commands/UntagResourceCommand.ts
+++ b/clients/client-backup/src/commands/UntagResourceCommand.ts
@@ -95,4 +95,16 @@ export class UntagResourceCommand extends $Command
.f(UntagResourceInputFilterSensitiveLog, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/UpdateBackupPlanCommand.ts b/clients/client-backup/src/commands/UpdateBackupPlanCommand.ts
index 8ec3edfae756..2e69422a08d9 100644
--- a/clients/client-backup/src/commands/UpdateBackupPlanCommand.ts
+++ b/clients/client-backup/src/commands/UpdateBackupPlanCommand.ts
@@ -145,4 +145,16 @@ export class UpdateBackupPlanCommand extends $Command
.f(UpdateBackupPlanInputFilterSensitiveLog, void 0)
.ser(se_UpdateBackupPlanCommand)
.de(de_UpdateBackupPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBackupPlanInput;
+ output: UpdateBackupPlanOutput;
+ };
+ sdk: {
+ input: UpdateBackupPlanCommandInput;
+ output: UpdateBackupPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/UpdateFrameworkCommand.ts b/clients/client-backup/src/commands/UpdateFrameworkCommand.ts
index c28b8dc40eac..f124e198217a 100644
--- a/clients/client-backup/src/commands/UpdateFrameworkCommand.ts
+++ b/clients/client-backup/src/commands/UpdateFrameworkCommand.ts
@@ -127,4 +127,16 @@ export class UpdateFrameworkCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFrameworkCommand)
.de(de_UpdateFrameworkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFrameworkInput;
+ output: UpdateFrameworkOutput;
+ };
+ sdk: {
+ input: UpdateFrameworkCommandInput;
+ output: UpdateFrameworkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/UpdateGlobalSettingsCommand.ts b/clients/client-backup/src/commands/UpdateGlobalSettingsCommand.ts
index 160485cc26d0..fed4e63fcdb2 100644
--- a/clients/client-backup/src/commands/UpdateGlobalSettingsCommand.ts
+++ b/clients/client-backup/src/commands/UpdateGlobalSettingsCommand.ts
@@ -93,4 +93,16 @@ export class UpdateGlobalSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateGlobalSettingsCommand)
.de(de_UpdateGlobalSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGlobalSettingsInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateGlobalSettingsCommandInput;
+ output: UpdateGlobalSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/UpdateRecoveryPointLifecycleCommand.ts b/clients/client-backup/src/commands/UpdateRecoveryPointLifecycleCommand.ts
index 5c25540c7199..92650765f776 100644
--- a/clients/client-backup/src/commands/UpdateRecoveryPointLifecycleCommand.ts
+++ b/clients/client-backup/src/commands/UpdateRecoveryPointLifecycleCommand.ts
@@ -130,4 +130,16 @@ export class UpdateRecoveryPointLifecycleCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRecoveryPointLifecycleCommand)
.de(de_UpdateRecoveryPointLifecycleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRecoveryPointLifecycleInput;
+ output: UpdateRecoveryPointLifecycleOutput;
+ };
+ sdk: {
+ input: UpdateRecoveryPointLifecycleCommandInput;
+ output: UpdateRecoveryPointLifecycleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/UpdateRegionSettingsCommand.ts b/clients/client-backup/src/commands/UpdateRegionSettingsCommand.ts
index c20612eaa82d..17d3115e995c 100644
--- a/clients/client-backup/src/commands/UpdateRegionSettingsCommand.ts
+++ b/clients/client-backup/src/commands/UpdateRegionSettingsCommand.ts
@@ -93,4 +93,16 @@ export class UpdateRegionSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRegionSettingsCommand)
.de(de_UpdateRegionSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRegionSettingsInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateRegionSettingsCommandInput;
+ output: UpdateRegionSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/UpdateReportPlanCommand.ts b/clients/client-backup/src/commands/UpdateReportPlanCommand.ts
index 56e867625180..44037630ebf8 100644
--- a/clients/client-backup/src/commands/UpdateReportPlanCommand.ts
+++ b/clients/client-backup/src/commands/UpdateReportPlanCommand.ts
@@ -121,4 +121,16 @@ export class UpdateReportPlanCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateReportPlanCommand)
.de(de_UpdateReportPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateReportPlanInput;
+ output: UpdateReportPlanOutput;
+ };
+ sdk: {
+ input: UpdateReportPlanCommandInput;
+ output: UpdateReportPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/UpdateRestoreTestingPlanCommand.ts b/clients/client-backup/src/commands/UpdateRestoreTestingPlanCommand.ts
index 854877528491..0592d810ea10 100644
--- a/clients/client-backup/src/commands/UpdateRestoreTestingPlanCommand.ts
+++ b/clients/client-backup/src/commands/UpdateRestoreTestingPlanCommand.ts
@@ -146,4 +146,16 @@ export class UpdateRestoreTestingPlanCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRestoreTestingPlanCommand)
.de(de_UpdateRestoreTestingPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRestoreTestingPlanInput;
+ output: UpdateRestoreTestingPlanOutput;
+ };
+ sdk: {
+ input: UpdateRestoreTestingPlanCommandInput;
+ output: UpdateRestoreTestingPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-backup/src/commands/UpdateRestoreTestingSelectionCommand.ts b/clients/client-backup/src/commands/UpdateRestoreTestingSelectionCommand.ts
index d793f45d0958..2a56947a84f9 100644
--- a/clients/client-backup/src/commands/UpdateRestoreTestingSelectionCommand.ts
+++ b/clients/client-backup/src/commands/UpdateRestoreTestingSelectionCommand.ts
@@ -135,4 +135,16 @@ export class UpdateRestoreTestingSelectionCommand extends $Command
.f(UpdateRestoreTestingSelectionInputFilterSensitiveLog, void 0)
.ser(se_UpdateRestoreTestingSelectionCommand)
.de(de_UpdateRestoreTestingSelectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRestoreTestingSelectionInput;
+ output: UpdateRestoreTestingSelectionOutput;
+ };
+ sdk: {
+ input: UpdateRestoreTestingSelectionCommandInput;
+ output: UpdateRestoreTestingSelectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/package.json b/clients/client-batch/package.json
index e5aa98b581ed..e57c4079ee57 100644
--- a/clients/client-batch/package.json
+++ b/clients/client-batch/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-batch/src/commands/CancelJobCommand.ts b/clients/client-batch/src/commands/CancelJobCommand.ts
index 0dc18c3717c3..6158905e0454 100644
--- a/clients/client-batch/src/commands/CancelJobCommand.ts
+++ b/clients/client-batch/src/commands/CancelJobCommand.ts
@@ -108,4 +108,16 @@ export class CancelJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelJobCommand)
.de(de_CancelJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: CancelJobCommandInput;
+ output: CancelJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/src/commands/CreateComputeEnvironmentCommand.ts b/clients/client-batch/src/commands/CreateComputeEnvironmentCommand.ts
index 4dd406164c69..3237985ee8e2 100644
--- a/clients/client-batch/src/commands/CreateComputeEnvironmentCommand.ts
+++ b/clients/client-batch/src/commands/CreateComputeEnvironmentCommand.ts
@@ -321,4 +321,16 @@ export class CreateComputeEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateComputeEnvironmentCommand)
.de(de_CreateComputeEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateComputeEnvironmentRequest;
+ output: CreateComputeEnvironmentResponse;
+ };
+ sdk: {
+ input: CreateComputeEnvironmentCommandInput;
+ output: CreateComputeEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/src/commands/CreateJobQueueCommand.ts b/clients/client-batch/src/commands/CreateJobQueueCommand.ts
index 3256f79b2189..69623a14f14c 100644
--- a/clients/client-batch/src/commands/CreateJobQueueCommand.ts
+++ b/clients/client-batch/src/commands/CreateJobQueueCommand.ts
@@ -166,4 +166,16 @@ export class CreateJobQueueCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateJobQueueCommand)
.de(de_CreateJobQueueCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateJobQueueRequest;
+ output: CreateJobQueueResponse;
+ };
+ sdk: {
+ input: CreateJobQueueCommandInput;
+ output: CreateJobQueueCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/src/commands/CreateSchedulingPolicyCommand.ts b/clients/client-batch/src/commands/CreateSchedulingPolicyCommand.ts
index 7d82f681232a..d5e51e44497c 100644
--- a/clients/client-batch/src/commands/CreateSchedulingPolicyCommand.ts
+++ b/clients/client-batch/src/commands/CreateSchedulingPolicyCommand.ts
@@ -99,4 +99,16 @@ export class CreateSchedulingPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSchedulingPolicyCommand)
.de(de_CreateSchedulingPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSchedulingPolicyRequest;
+ output: CreateSchedulingPolicyResponse;
+ };
+ sdk: {
+ input: CreateSchedulingPolicyCommandInput;
+ output: CreateSchedulingPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/src/commands/DeleteComputeEnvironmentCommand.ts b/clients/client-batch/src/commands/DeleteComputeEnvironmentCommand.ts
index 95334dc08df9..ce5e07ce3242 100644
--- a/clients/client-batch/src/commands/DeleteComputeEnvironmentCommand.ts
+++ b/clients/client-batch/src/commands/DeleteComputeEnvironmentCommand.ts
@@ -100,4 +100,16 @@ export class DeleteComputeEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteComputeEnvironmentCommand)
.de(de_DeleteComputeEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteComputeEnvironmentRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteComputeEnvironmentCommandInput;
+ output: DeleteComputeEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/src/commands/DeleteJobQueueCommand.ts b/clients/client-batch/src/commands/DeleteJobQueueCommand.ts
index 2a0d99943c55..d48cd2503442 100644
--- a/clients/client-batch/src/commands/DeleteJobQueueCommand.ts
+++ b/clients/client-batch/src/commands/DeleteJobQueueCommand.ts
@@ -99,4 +99,16 @@ export class DeleteJobQueueCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteJobQueueCommand)
.de(de_DeleteJobQueueCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteJobQueueRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteJobQueueCommandInput;
+ output: DeleteJobQueueCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/src/commands/DeleteSchedulingPolicyCommand.ts b/clients/client-batch/src/commands/DeleteSchedulingPolicyCommand.ts
index 8139dae88299..8d5cdc3eb160 100644
--- a/clients/client-batch/src/commands/DeleteSchedulingPolicyCommand.ts
+++ b/clients/client-batch/src/commands/DeleteSchedulingPolicyCommand.ts
@@ -84,4 +84,16 @@ export class DeleteSchedulingPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSchedulingPolicyCommand)
.de(de_DeleteSchedulingPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSchedulingPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSchedulingPolicyCommandInput;
+ output: DeleteSchedulingPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/src/commands/DeregisterJobDefinitionCommand.ts b/clients/client-batch/src/commands/DeregisterJobDefinitionCommand.ts
index 5df560135ddc..fb948f523bcf 100644
--- a/clients/client-batch/src/commands/DeregisterJobDefinitionCommand.ts
+++ b/clients/client-batch/src/commands/DeregisterJobDefinitionCommand.ts
@@ -95,4 +95,16 @@ export class DeregisterJobDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeregisterJobDefinitionCommand)
.de(de_DeregisterJobDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterJobDefinitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeregisterJobDefinitionCommandInput;
+ output: DeregisterJobDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/src/commands/DescribeComputeEnvironmentsCommand.ts b/clients/client-batch/src/commands/DescribeComputeEnvironmentsCommand.ts
index 5226d497e056..ad6272a84b81 100644
--- a/clients/client-batch/src/commands/DescribeComputeEnvironmentsCommand.ts
+++ b/clients/client-batch/src/commands/DescribeComputeEnvironmentsCommand.ts
@@ -212,4 +212,16 @@ export class DescribeComputeEnvironmentsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeComputeEnvironmentsCommand)
.de(de_DescribeComputeEnvironmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeComputeEnvironmentsRequest;
+ output: DescribeComputeEnvironmentsResponse;
+ };
+ sdk: {
+ input: DescribeComputeEnvironmentsCommandInput;
+ output: DescribeComputeEnvironmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/src/commands/DescribeJobDefinitionsCommand.ts b/clients/client-batch/src/commands/DescribeJobDefinitionsCommand.ts
index 654ea120863c..5561dbd93af8 100644
--- a/clients/client-batch/src/commands/DescribeJobDefinitionsCommand.ts
+++ b/clients/client-batch/src/commands/DescribeJobDefinitionsCommand.ts
@@ -702,4 +702,16 @@ export class DescribeJobDefinitionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeJobDefinitionsCommand)
.de(de_DescribeJobDefinitionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeJobDefinitionsRequest;
+ output: DescribeJobDefinitionsResponse;
+ };
+ sdk: {
+ input: DescribeJobDefinitionsCommandInput;
+ output: DescribeJobDefinitionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/src/commands/DescribeJobQueuesCommand.ts b/clients/client-batch/src/commands/DescribeJobQueuesCommand.ts
index 1c4206d5cea1..9c9a9de77cc7 100644
--- a/clients/client-batch/src/commands/DescribeJobQueuesCommand.ts
+++ b/clients/client-batch/src/commands/DescribeJobQueuesCommand.ts
@@ -150,4 +150,16 @@ export class DescribeJobQueuesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeJobQueuesCommand)
.de(de_DescribeJobQueuesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeJobQueuesRequest;
+ output: DescribeJobQueuesResponse;
+ };
+ sdk: {
+ input: DescribeJobQueuesCommandInput;
+ output: DescribeJobQueuesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/src/commands/DescribeJobsCommand.ts b/clients/client-batch/src/commands/DescribeJobsCommand.ts
index 63120ad60062..1f648ff4c24d 100644
--- a/clients/client-batch/src/commands/DescribeJobsCommand.ts
+++ b/clients/client-batch/src/commands/DescribeJobsCommand.ts
@@ -805,4 +805,16 @@ export class DescribeJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeJobsCommand)
.de(de_DescribeJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeJobsRequest;
+ output: DescribeJobsResponse;
+ };
+ sdk: {
+ input: DescribeJobsCommandInput;
+ output: DescribeJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/src/commands/DescribeSchedulingPoliciesCommand.ts b/clients/client-batch/src/commands/DescribeSchedulingPoliciesCommand.ts
index 4df5449d693a..87a12a707c51 100644
--- a/clients/client-batch/src/commands/DescribeSchedulingPoliciesCommand.ts
+++ b/clients/client-batch/src/commands/DescribeSchedulingPoliciesCommand.ts
@@ -105,4 +105,16 @@ export class DescribeSchedulingPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSchedulingPoliciesCommand)
.de(de_DescribeSchedulingPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSchedulingPoliciesRequest;
+ output: DescribeSchedulingPoliciesResponse;
+ };
+ sdk: {
+ input: DescribeSchedulingPoliciesCommandInput;
+ output: DescribeSchedulingPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/src/commands/GetJobQueueSnapshotCommand.ts b/clients/client-batch/src/commands/GetJobQueueSnapshotCommand.ts
index 61fbcda77b6f..0e80f6ed1058 100644
--- a/clients/client-batch/src/commands/GetJobQueueSnapshotCommand.ts
+++ b/clients/client-batch/src/commands/GetJobQueueSnapshotCommand.ts
@@ -93,4 +93,16 @@ export class GetJobQueueSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_GetJobQueueSnapshotCommand)
.de(de_GetJobQueueSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetJobQueueSnapshotRequest;
+ output: GetJobQueueSnapshotResponse;
+ };
+ sdk: {
+ input: GetJobQueueSnapshotCommandInput;
+ output: GetJobQueueSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/src/commands/ListJobsCommand.ts b/clients/client-batch/src/commands/ListJobsCommand.ts
index d8d2d481dd61..689e97248cf6 100644
--- a/clients/client-batch/src/commands/ListJobsCommand.ts
+++ b/clients/client-batch/src/commands/ListJobsCommand.ts
@@ -181,4 +181,16 @@ export class ListJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListJobsCommand)
.de(de_ListJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListJobsRequest;
+ output: ListJobsResponse;
+ };
+ sdk: {
+ input: ListJobsCommandInput;
+ output: ListJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/src/commands/ListSchedulingPoliciesCommand.ts b/clients/client-batch/src/commands/ListSchedulingPoliciesCommand.ts
index 2897b6886328..419df554b95b 100644
--- a/clients/client-batch/src/commands/ListSchedulingPoliciesCommand.ts
+++ b/clients/client-batch/src/commands/ListSchedulingPoliciesCommand.ts
@@ -91,4 +91,16 @@ export class ListSchedulingPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSchedulingPoliciesCommand)
.de(de_ListSchedulingPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSchedulingPoliciesRequest;
+ output: ListSchedulingPoliciesResponse;
+ };
+ sdk: {
+ input: ListSchedulingPoliciesCommandInput;
+ output: ListSchedulingPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/src/commands/ListTagsForResourceCommand.ts b/clients/client-batch/src/commands/ListTagsForResourceCommand.ts
index d6e756b1e66c..5e222e107416 100644
--- a/clients/client-batch/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-batch/src/commands/ListTagsForResourceCommand.ts
@@ -108,4 +108,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/src/commands/RegisterJobDefinitionCommand.ts b/clients/client-batch/src/commands/RegisterJobDefinitionCommand.ts
index 56529ceaf2ba..2446056be25a 100644
--- a/clients/client-batch/src/commands/RegisterJobDefinitionCommand.ts
+++ b/clients/client-batch/src/commands/RegisterJobDefinitionCommand.ts
@@ -719,4 +719,16 @@ export class RegisterJobDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterJobDefinitionCommand)
.de(de_RegisterJobDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterJobDefinitionRequest;
+ output: RegisterJobDefinitionResponse;
+ };
+ sdk: {
+ input: RegisterJobDefinitionCommandInput;
+ output: RegisterJobDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/src/commands/SubmitJobCommand.ts b/clients/client-batch/src/commands/SubmitJobCommand.ts
index 3db07285b052..9883be081167 100644
--- a/clients/client-batch/src/commands/SubmitJobCommand.ts
+++ b/clients/client-batch/src/commands/SubmitJobCommand.ts
@@ -337,4 +337,16 @@ export class SubmitJobCommand extends $Command
.f(void 0, void 0)
.ser(se_SubmitJobCommand)
.de(de_SubmitJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SubmitJobRequest;
+ output: SubmitJobResponse;
+ };
+ sdk: {
+ input: SubmitJobCommandInput;
+ output: SubmitJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/src/commands/TagResourceCommand.ts b/clients/client-batch/src/commands/TagResourceCommand.ts
index 9e46ba2a47ab..8cdd21e40309 100644
--- a/clients/client-batch/src/commands/TagResourceCommand.ts
+++ b/clients/client-batch/src/commands/TagResourceCommand.ts
@@ -104,4 +104,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/src/commands/TerminateJobCommand.ts b/clients/client-batch/src/commands/TerminateJobCommand.ts
index 6f10d176d887..39fba96679ae 100644
--- a/clients/client-batch/src/commands/TerminateJobCommand.ts
+++ b/clients/client-batch/src/commands/TerminateJobCommand.ts
@@ -99,4 +99,16 @@ export class TerminateJobCommand extends $Command
.f(void 0, void 0)
.ser(se_TerminateJobCommand)
.de(de_TerminateJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TerminateJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: TerminateJobCommandInput;
+ output: TerminateJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/src/commands/UntagResourceCommand.ts b/clients/client-batch/src/commands/UntagResourceCommand.ts
index 7f74ee6ab67a..3f5afd9d0085 100644
--- a/clients/client-batch/src/commands/UntagResourceCommand.ts
+++ b/clients/client-batch/src/commands/UntagResourceCommand.ts
@@ -100,4 +100,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/src/commands/UpdateComputeEnvironmentCommand.ts b/clients/client-batch/src/commands/UpdateComputeEnvironmentCommand.ts
index 54b73ee5cc72..1c79fd083bb3 100644
--- a/clients/client-batch/src/commands/UpdateComputeEnvironmentCommand.ts
+++ b/clients/client-batch/src/commands/UpdateComputeEnvironmentCommand.ts
@@ -149,4 +149,16 @@ export class UpdateComputeEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateComputeEnvironmentCommand)
.de(de_UpdateComputeEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateComputeEnvironmentRequest;
+ output: UpdateComputeEnvironmentResponse;
+ };
+ sdk: {
+ input: UpdateComputeEnvironmentCommandInput;
+ output: UpdateComputeEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/src/commands/UpdateJobQueueCommand.ts b/clients/client-batch/src/commands/UpdateJobQueueCommand.ts
index e82d674d5903..9436170c87be 100644
--- a/clients/client-batch/src/commands/UpdateJobQueueCommand.ts
+++ b/clients/client-batch/src/commands/UpdateJobQueueCommand.ts
@@ -121,4 +121,16 @@ export class UpdateJobQueueCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateJobQueueCommand)
.de(de_UpdateJobQueueCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateJobQueueRequest;
+ output: UpdateJobQueueResponse;
+ };
+ sdk: {
+ input: UpdateJobQueueCommandInput;
+ output: UpdateJobQueueCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-batch/src/commands/UpdateSchedulingPolicyCommand.ts b/clients/client-batch/src/commands/UpdateSchedulingPolicyCommand.ts
index 66d36fca99c4..87b4161ce80b 100644
--- a/clients/client-batch/src/commands/UpdateSchedulingPolicyCommand.ts
+++ b/clients/client-batch/src/commands/UpdateSchedulingPolicyCommand.ts
@@ -93,4 +93,16 @@ export class UpdateSchedulingPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSchedulingPolicyCommand)
.de(de_UpdateSchedulingPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSchedulingPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateSchedulingPolicyCommandInput;
+ output: UpdateSchedulingPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bcm-data-exports/package.json b/clients/client-bcm-data-exports/package.json
index 96198c5dc53a..ba86467fca77 100644
--- a/clients/client-bcm-data-exports/package.json
+++ b/clients/client-bcm-data-exports/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-bcm-data-exports/src/commands/CreateExportCommand.ts b/clients/client-bcm-data-exports/src/commands/CreateExportCommand.ts
index 90b02951dd03..d4978aa7f43d 100644
--- a/clients/client-bcm-data-exports/src/commands/CreateExportCommand.ts
+++ b/clients/client-bcm-data-exports/src/commands/CreateExportCommand.ts
@@ -142,4 +142,16 @@ export class CreateExportCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateExportCommand)
.de(de_CreateExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateExportRequest;
+ output: CreateExportResponse;
+ };
+ sdk: {
+ input: CreateExportCommandInput;
+ output: CreateExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bcm-data-exports/src/commands/DeleteExportCommand.ts b/clients/client-bcm-data-exports/src/commands/DeleteExportCommand.ts
index ccab6c29ae56..124267e7e022 100644
--- a/clients/client-bcm-data-exports/src/commands/DeleteExportCommand.ts
+++ b/clients/client-bcm-data-exports/src/commands/DeleteExportCommand.ts
@@ -91,4 +91,16 @@ export class DeleteExportCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteExportCommand)
.de(de_DeleteExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteExportRequest;
+ output: DeleteExportResponse;
+ };
+ sdk: {
+ input: DeleteExportCommandInput;
+ output: DeleteExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bcm-data-exports/src/commands/GetExecutionCommand.ts b/clients/client-bcm-data-exports/src/commands/GetExecutionCommand.ts
index fe59d4ff6c46..3dd78e0ea874 100644
--- a/clients/client-bcm-data-exports/src/commands/GetExecutionCommand.ts
+++ b/clients/client-bcm-data-exports/src/commands/GetExecutionCommand.ts
@@ -128,4 +128,16 @@ export class GetExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetExecutionCommand)
.de(de_GetExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetExecutionRequest;
+ output: GetExecutionResponse;
+ };
+ sdk: {
+ input: GetExecutionCommandInput;
+ output: GetExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bcm-data-exports/src/commands/GetExportCommand.ts b/clients/client-bcm-data-exports/src/commands/GetExportCommand.ts
index 8671c9b61e02..0ff1412d55f4 100644
--- a/clients/client-bcm-data-exports/src/commands/GetExportCommand.ts
+++ b/clients/client-bcm-data-exports/src/commands/GetExportCommand.ts
@@ -126,4 +126,16 @@ export class GetExportCommand extends $Command
.f(void 0, void 0)
.ser(se_GetExportCommand)
.de(de_GetExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetExportRequest;
+ output: GetExportResponse;
+ };
+ sdk: {
+ input: GetExportCommandInput;
+ output: GetExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bcm-data-exports/src/commands/GetTableCommand.ts b/clients/client-bcm-data-exports/src/commands/GetTableCommand.ts
index b9310c5f5d9f..382b01bf2c97 100644
--- a/clients/client-bcm-data-exports/src/commands/GetTableCommand.ts
+++ b/clients/client-bcm-data-exports/src/commands/GetTableCommand.ts
@@ -103,4 +103,16 @@ export class GetTableCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTableCommand)
.de(de_GetTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTableRequest;
+ output: GetTableResponse;
+ };
+ sdk: {
+ input: GetTableCommandInput;
+ output: GetTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bcm-data-exports/src/commands/ListExecutionsCommand.ts b/clients/client-bcm-data-exports/src/commands/ListExecutionsCommand.ts
index 851904a787ed..fda08c10211f 100644
--- a/clients/client-bcm-data-exports/src/commands/ListExecutionsCommand.ts
+++ b/clients/client-bcm-data-exports/src/commands/ListExecutionsCommand.ts
@@ -105,4 +105,16 @@ export class ListExecutionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListExecutionsCommand)
.de(de_ListExecutionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListExecutionsRequest;
+ output: ListExecutionsResponse;
+ };
+ sdk: {
+ input: ListExecutionsCommandInput;
+ output: ListExecutionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bcm-data-exports/src/commands/ListExportsCommand.ts b/clients/client-bcm-data-exports/src/commands/ListExportsCommand.ts
index 28108a284e4c..b0bf690ee396 100644
--- a/clients/client-bcm-data-exports/src/commands/ListExportsCommand.ts
+++ b/clients/client-bcm-data-exports/src/commands/ListExportsCommand.ts
@@ -102,4 +102,16 @@ export class ListExportsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListExportsCommand)
.de(de_ListExportsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListExportsRequest;
+ output: ListExportsResponse;
+ };
+ sdk: {
+ input: ListExportsCommandInput;
+ output: ListExportsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bcm-data-exports/src/commands/ListTablesCommand.ts b/clients/client-bcm-data-exports/src/commands/ListTablesCommand.ts
index 4a9c4f92f374..cbbe8f4822e9 100644
--- a/clients/client-bcm-data-exports/src/commands/ListTablesCommand.ts
+++ b/clients/client-bcm-data-exports/src/commands/ListTablesCommand.ts
@@ -105,4 +105,16 @@ export class ListTablesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTablesCommand)
.de(de_ListTablesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTablesRequest;
+ output: ListTablesResponse;
+ };
+ sdk: {
+ input: ListTablesCommandInput;
+ output: ListTablesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bcm-data-exports/src/commands/ListTagsForResourceCommand.ts b/clients/client-bcm-data-exports/src/commands/ListTagsForResourceCommand.ts
index b7a379c961b0..fdd003564657 100644
--- a/clients/client-bcm-data-exports/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-bcm-data-exports/src/commands/ListTagsForResourceCommand.ts
@@ -99,4 +99,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bcm-data-exports/src/commands/TagResourceCommand.ts b/clients/client-bcm-data-exports/src/commands/TagResourceCommand.ts
index fc8d3b817d70..fe4e13f288c6 100644
--- a/clients/client-bcm-data-exports/src/commands/TagResourceCommand.ts
+++ b/clients/client-bcm-data-exports/src/commands/TagResourceCommand.ts
@@ -95,4 +95,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bcm-data-exports/src/commands/UntagResourceCommand.ts b/clients/client-bcm-data-exports/src/commands/UntagResourceCommand.ts
index 88ef7d332ac5..f132a2219610 100644
--- a/clients/client-bcm-data-exports/src/commands/UntagResourceCommand.ts
+++ b/clients/client-bcm-data-exports/src/commands/UntagResourceCommand.ts
@@ -92,4 +92,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bcm-data-exports/src/commands/UpdateExportCommand.ts b/clients/client-bcm-data-exports/src/commands/UpdateExportCommand.ts
index 8bbd02aa1354..9f1f6717bcbf 100644
--- a/clients/client-bcm-data-exports/src/commands/UpdateExportCommand.ts
+++ b/clients/client-bcm-data-exports/src/commands/UpdateExportCommand.ts
@@ -121,4 +121,16 @@ export class UpdateExportCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateExportCommand)
.de(de_UpdateExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateExportRequest;
+ output: UpdateExportResponse;
+ };
+ sdk: {
+ input: UpdateExportCommandInput;
+ output: UpdateExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent-runtime/package.json b/clients/client-bedrock-agent-runtime/package.json
index 59f654392fdb..0280bc68d05d 100644
--- a/clients/client-bedrock-agent-runtime/package.json
+++ b/clients/client-bedrock-agent-runtime/package.json
@@ -33,33 +33,33 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/eventstream-serde-browser": "^3.0.7",
- "@smithy/eventstream-serde-config-resolver": "^3.0.4",
- "@smithy/eventstream-serde-node": "^3.0.6",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/eventstream-serde-browser": "^3.0.9",
+ "@smithy/eventstream-serde-config-resolver": "^3.0.6",
+ "@smithy/eventstream-serde-node": "^3.0.8",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-bedrock-agent-runtime/src/commands/DeleteAgentMemoryCommand.ts b/clients/client-bedrock-agent-runtime/src/commands/DeleteAgentMemoryCommand.ts
index 4a40f6ff318e..37ec07bbcc6c 100644
--- a/clients/client-bedrock-agent-runtime/src/commands/DeleteAgentMemoryCommand.ts
+++ b/clients/client-bedrock-agent-runtime/src/commands/DeleteAgentMemoryCommand.ts
@@ -108,4 +108,16 @@ export class DeleteAgentMemoryCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAgentMemoryCommand)
.de(de_DeleteAgentMemoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAgentMemoryRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAgentMemoryCommandInput;
+ output: DeleteAgentMemoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent-runtime/src/commands/GetAgentMemoryCommand.ts b/clients/client-bedrock-agent-runtime/src/commands/GetAgentMemoryCommand.ts
index 70bc9f46ce08..41fe396d0b3b 100644
--- a/clients/client-bedrock-agent-runtime/src/commands/GetAgentMemoryCommand.ts
+++ b/clients/client-bedrock-agent-runtime/src/commands/GetAgentMemoryCommand.ts
@@ -124,4 +124,16 @@ export class GetAgentMemoryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAgentMemoryCommand)
.de(de_GetAgentMemoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAgentMemoryRequest;
+ output: GetAgentMemoryResponse;
+ };
+ sdk: {
+ input: GetAgentMemoryCommandInput;
+ output: GetAgentMemoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent-runtime/src/commands/InvokeAgentCommand.ts b/clients/client-bedrock-agent-runtime/src/commands/InvokeAgentCommand.ts
index aac993c2f21f..7042557ad040 100644
--- a/clients/client-bedrock-agent-runtime/src/commands/InvokeAgentCommand.ts
+++ b/clients/client-bedrock-agent-runtime/src/commands/InvokeAgentCommand.ts
@@ -709,4 +709,16 @@ export class InvokeAgentCommand extends $Command
.f(InvokeAgentRequestFilterSensitiveLog, InvokeAgentResponseFilterSensitiveLog)
.ser(se_InvokeAgentCommand)
.de(de_InvokeAgentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: InvokeAgentRequest;
+ output: InvokeAgentResponse;
+ };
+ sdk: {
+ input: InvokeAgentCommandInput;
+ output: InvokeAgentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent-runtime/src/commands/InvokeFlowCommand.ts b/clients/client-bedrock-agent-runtime/src/commands/InvokeFlowCommand.ts
index b044c7a0e33e..dd90f00078ac 100644
--- a/clients/client-bedrock-agent-runtime/src/commands/InvokeFlowCommand.ts
+++ b/clients/client-bedrock-agent-runtime/src/commands/InvokeFlowCommand.ts
@@ -173,4 +173,16 @@ export class InvokeFlowCommand extends $Command
.f(InvokeFlowRequestFilterSensitiveLog, InvokeFlowResponseFilterSensitiveLog)
.ser(se_InvokeFlowCommand)
.de(de_InvokeFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: InvokeFlowRequest;
+ output: InvokeFlowResponse;
+ };
+ sdk: {
+ input: InvokeFlowCommandInput;
+ output: InvokeFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent-runtime/src/commands/RetrieveAndGenerateCommand.ts b/clients/client-bedrock-agent-runtime/src/commands/RetrieveAndGenerateCommand.ts
index ad4eaeaf4c87..c91b71e8611d 100644
--- a/clients/client-bedrock-agent-runtime/src/commands/RetrieveAndGenerateCommand.ts
+++ b/clients/client-bedrock-agent-runtime/src/commands/RetrieveAndGenerateCommand.ts
@@ -294,4 +294,16 @@ export class RetrieveAndGenerateCommand extends $Command
.f(RetrieveAndGenerateRequestFilterSensitiveLog, RetrieveAndGenerateResponseFilterSensitiveLog)
.ser(se_RetrieveAndGenerateCommand)
.de(de_RetrieveAndGenerateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RetrieveAndGenerateRequest;
+ output: RetrieveAndGenerateResponse;
+ };
+ sdk: {
+ input: RetrieveAndGenerateCommandInput;
+ output: RetrieveAndGenerateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent-runtime/src/commands/RetrieveCommand.ts b/clients/client-bedrock-agent-runtime/src/commands/RetrieveCommand.ts
index 4015cc25614d..6de7e77db7bf 100644
--- a/clients/client-bedrock-agent-runtime/src/commands/RetrieveCommand.ts
+++ b/clients/client-bedrock-agent-runtime/src/commands/RetrieveCommand.ts
@@ -204,4 +204,16 @@ export class RetrieveCommand extends $Command
.f(RetrieveRequestFilterSensitiveLog, RetrieveResponseFilterSensitiveLog)
.ser(se_RetrieveCommand)
.de(de_RetrieveCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RetrieveRequest;
+ output: RetrieveResponse;
+ };
+ sdk: {
+ input: RetrieveCommandInput;
+ output: RetrieveCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/package.json b/clients/client-bedrock-agent/package.json
index f624321ba7c4..557b7aedf5c8 100644
--- a/clients/client-bedrock-agent/package.json
+++ b/clients/client-bedrock-agent/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-bedrock-agent/src/commands/AssociateAgentKnowledgeBaseCommand.ts b/clients/client-bedrock-agent/src/commands/AssociateAgentKnowledgeBaseCommand.ts
index 0a369a263ecd..1facfc0fd5f1 100644
--- a/clients/client-bedrock-agent/src/commands/AssociateAgentKnowledgeBaseCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/AssociateAgentKnowledgeBaseCommand.ts
@@ -115,4 +115,16 @@ export class AssociateAgentKnowledgeBaseCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateAgentKnowledgeBaseCommand)
.de(de_AssociateAgentKnowledgeBaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateAgentKnowledgeBaseRequest;
+ output: AssociateAgentKnowledgeBaseResponse;
+ };
+ sdk: {
+ input: AssociateAgentKnowledgeBaseCommandInput;
+ output: AssociateAgentKnowledgeBaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/CreateAgentActionGroupCommand.ts b/clients/client-bedrock-agent/src/commands/CreateAgentActionGroupCommand.ts
index c21ff6c2d5f0..77483e0040a9 100644
--- a/clients/client-bedrock-agent/src/commands/CreateAgentActionGroupCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/CreateAgentActionGroupCommand.ts
@@ -179,4 +179,16 @@ export class CreateAgentActionGroupCommand extends $Command
.f(CreateAgentActionGroupRequestFilterSensitiveLog, CreateAgentActionGroupResponseFilterSensitiveLog)
.ser(se_CreateAgentActionGroupCommand)
.de(de_CreateAgentActionGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAgentActionGroupRequest;
+ output: CreateAgentActionGroupResponse;
+ };
+ sdk: {
+ input: CreateAgentActionGroupCommandInput;
+ output: CreateAgentActionGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/CreateAgentAliasCommand.ts b/clients/client-bedrock-agent/src/commands/CreateAgentAliasCommand.ts
index b415a5449fe3..18178156c389 100644
--- a/clients/client-bedrock-agent/src/commands/CreateAgentAliasCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/CreateAgentAliasCommand.ts
@@ -141,4 +141,16 @@ export class CreateAgentAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAgentAliasCommand)
.de(de_CreateAgentAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAgentAliasRequest;
+ output: CreateAgentAliasResponse;
+ };
+ sdk: {
+ input: CreateAgentAliasCommandInput;
+ output: CreateAgentAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/CreateAgentCommand.ts b/clients/client-bedrock-agent/src/commands/CreateAgentCommand.ts
index d71b6b4484e3..b5cf8f59cee0 100644
--- a/clients/client-bedrock-agent/src/commands/CreateAgentCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/CreateAgentCommand.ts
@@ -225,4 +225,16 @@ export class CreateAgentCommand extends $Command
.f(CreateAgentRequestFilterSensitiveLog, CreateAgentResponseFilterSensitiveLog)
.ser(se_CreateAgentCommand)
.de(de_CreateAgentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAgentRequest;
+ output: CreateAgentResponse;
+ };
+ sdk: {
+ input: CreateAgentCommandInput;
+ output: CreateAgentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/CreateDataSourceCommand.ts b/clients/client-bedrock-agent/src/commands/CreateDataSourceCommand.ts
index 5644991b88c7..a09deaf213ca 100644
--- a/clients/client-bedrock-agent/src/commands/CreateDataSourceCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/CreateDataSourceCommand.ts
@@ -440,4 +440,16 @@ export class CreateDataSourceCommand extends $Command
.f(CreateDataSourceRequestFilterSensitiveLog, CreateDataSourceResponseFilterSensitiveLog)
.ser(se_CreateDataSourceCommand)
.de(de_CreateDataSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDataSourceRequest;
+ output: CreateDataSourceResponse;
+ };
+ sdk: {
+ input: CreateDataSourceCommandInput;
+ output: CreateDataSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/CreateFlowAliasCommand.ts b/clients/client-bedrock-agent/src/commands/CreateFlowAliasCommand.ts
index d9e4e7a83afc..654205a4b39c 100644
--- a/clients/client-bedrock-agent/src/commands/CreateFlowAliasCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/CreateFlowAliasCommand.ts
@@ -120,4 +120,16 @@ export class CreateFlowAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFlowAliasCommand)
.de(de_CreateFlowAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFlowAliasRequest;
+ output: CreateFlowAliasResponse;
+ };
+ sdk: {
+ input: CreateFlowAliasCommandInput;
+ output: CreateFlowAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/CreateFlowCommand.ts b/clients/client-bedrock-agent/src/commands/CreateFlowCommand.ts
index 0ced5dade25b..c4279e062dc2 100644
--- a/clients/client-bedrock-agent/src/commands/CreateFlowCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/CreateFlowCommand.ts
@@ -340,4 +340,16 @@ export class CreateFlowCommand extends $Command
.f(CreateFlowRequestFilterSensitiveLog, CreateFlowResponseFilterSensitiveLog)
.ser(se_CreateFlowCommand)
.de(de_CreateFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFlowRequest;
+ output: CreateFlowResponse;
+ };
+ sdk: {
+ input: CreateFlowCommandInput;
+ output: CreateFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/CreateFlowVersionCommand.ts b/clients/client-bedrock-agent/src/commands/CreateFlowVersionCommand.ts
index 4827e370cea0..92a01e0dfe15 100644
--- a/clients/client-bedrock-agent/src/commands/CreateFlowVersionCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/CreateFlowVersionCommand.ts
@@ -224,4 +224,16 @@ export class CreateFlowVersionCommand extends $Command
.f(void 0, CreateFlowVersionResponseFilterSensitiveLog)
.ser(se_CreateFlowVersionCommand)
.de(de_CreateFlowVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFlowVersionRequest;
+ output: CreateFlowVersionResponse;
+ };
+ sdk: {
+ input: CreateFlowVersionCommandInput;
+ output: CreateFlowVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/CreateKnowledgeBaseCommand.ts b/clients/client-bedrock-agent/src/commands/CreateKnowledgeBaseCommand.ts
index fa60b7ea94e1..e45d1cbfd3d6 100644
--- a/clients/client-bedrock-agent/src/commands/CreateKnowledgeBaseCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/CreateKnowledgeBaseCommand.ts
@@ -278,4 +278,16 @@ export class CreateKnowledgeBaseCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateKnowledgeBaseCommand)
.de(de_CreateKnowledgeBaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateKnowledgeBaseRequest;
+ output: CreateKnowledgeBaseResponse;
+ };
+ sdk: {
+ input: CreateKnowledgeBaseCommandInput;
+ output: CreateKnowledgeBaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/CreatePromptCommand.ts b/clients/client-bedrock-agent/src/commands/CreatePromptCommand.ts
index 1e5239ea7837..d2b0b6b01480 100644
--- a/clients/client-bedrock-agent/src/commands/CreatePromptCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/CreatePromptCommand.ts
@@ -183,4 +183,16 @@ export class CreatePromptCommand extends $Command
.f(CreatePromptRequestFilterSensitiveLog, CreatePromptResponseFilterSensitiveLog)
.ser(se_CreatePromptCommand)
.de(de_CreatePromptCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePromptRequest;
+ output: CreatePromptResponse;
+ };
+ sdk: {
+ input: CreatePromptCommandInput;
+ output: CreatePromptCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/CreatePromptVersionCommand.ts b/clients/client-bedrock-agent/src/commands/CreatePromptVersionCommand.ts
index 0a49a26292cf..81477bcbfd26 100644
--- a/clients/client-bedrock-agent/src/commands/CreatePromptVersionCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/CreatePromptVersionCommand.ts
@@ -149,4 +149,16 @@ export class CreatePromptVersionCommand extends $Command
.f(void 0, CreatePromptVersionResponseFilterSensitiveLog)
.ser(se_CreatePromptVersionCommand)
.de(de_CreatePromptVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePromptVersionRequest;
+ output: CreatePromptVersionResponse;
+ };
+ sdk: {
+ input: CreatePromptVersionCommandInput;
+ output: CreatePromptVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/DeleteAgentActionGroupCommand.ts b/clients/client-bedrock-agent/src/commands/DeleteAgentActionGroupCommand.ts
index 3d2404b27699..74df3f2665c7 100644
--- a/clients/client-bedrock-agent/src/commands/DeleteAgentActionGroupCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/DeleteAgentActionGroupCommand.ts
@@ -96,4 +96,16 @@ export class DeleteAgentActionGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAgentActionGroupCommand)
.de(de_DeleteAgentActionGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAgentActionGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAgentActionGroupCommandInput;
+ output: DeleteAgentActionGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/DeleteAgentAliasCommand.ts b/clients/client-bedrock-agent/src/commands/DeleteAgentAliasCommand.ts
index 0376cb3ed0cd..ca289cf75075 100644
--- a/clients/client-bedrock-agent/src/commands/DeleteAgentAliasCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/DeleteAgentAliasCommand.ts
@@ -95,4 +95,16 @@ export class DeleteAgentAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAgentAliasCommand)
.de(de_DeleteAgentAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAgentAliasRequest;
+ output: DeleteAgentAliasResponse;
+ };
+ sdk: {
+ input: DeleteAgentAliasCommandInput;
+ output: DeleteAgentAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/DeleteAgentCommand.ts b/clients/client-bedrock-agent/src/commands/DeleteAgentCommand.ts
index 0ba865ace75b..3ff8da5cf771 100644
--- a/clients/client-bedrock-agent/src/commands/DeleteAgentCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/DeleteAgentCommand.ts
@@ -97,4 +97,16 @@ export class DeleteAgentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAgentCommand)
.de(de_DeleteAgentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAgentRequest;
+ output: DeleteAgentResponse;
+ };
+ sdk: {
+ input: DeleteAgentCommandInput;
+ output: DeleteAgentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/DeleteAgentVersionCommand.ts b/clients/client-bedrock-agent/src/commands/DeleteAgentVersionCommand.ts
index 8cb4e660c8d9..2c8b6b855f68 100644
--- a/clients/client-bedrock-agent/src/commands/DeleteAgentVersionCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/DeleteAgentVersionCommand.ts
@@ -99,4 +99,16 @@ export class DeleteAgentVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAgentVersionCommand)
.de(de_DeleteAgentVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAgentVersionRequest;
+ output: DeleteAgentVersionResponse;
+ };
+ sdk: {
+ input: DeleteAgentVersionCommandInput;
+ output: DeleteAgentVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/DeleteDataSourceCommand.ts b/clients/client-bedrock-agent/src/commands/DeleteDataSourceCommand.ts
index 9672aa1b038b..2e42b123153e 100644
--- a/clients/client-bedrock-agent/src/commands/DeleteDataSourceCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/DeleteDataSourceCommand.ts
@@ -98,4 +98,16 @@ export class DeleteDataSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDataSourceCommand)
.de(de_DeleteDataSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDataSourceRequest;
+ output: DeleteDataSourceResponse;
+ };
+ sdk: {
+ input: DeleteDataSourceCommandInput;
+ output: DeleteDataSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/DeleteFlowAliasCommand.ts b/clients/client-bedrock-agent/src/commands/DeleteFlowAliasCommand.ts
index 214320dd57c0..9d3a5050572f 100644
--- a/clients/client-bedrock-agent/src/commands/DeleteFlowAliasCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/DeleteFlowAliasCommand.ts
@@ -97,4 +97,16 @@ export class DeleteFlowAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFlowAliasCommand)
.de(de_DeleteFlowAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFlowAliasRequest;
+ output: DeleteFlowAliasResponse;
+ };
+ sdk: {
+ input: DeleteFlowAliasCommandInput;
+ output: DeleteFlowAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/DeleteFlowCommand.ts b/clients/client-bedrock-agent/src/commands/DeleteFlowCommand.ts
index 9e6ed6c736fc..36dfe2888b2f 100644
--- a/clients/client-bedrock-agent/src/commands/DeleteFlowCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/DeleteFlowCommand.ts
@@ -96,4 +96,16 @@ export class DeleteFlowCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFlowCommand)
.de(de_DeleteFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFlowRequest;
+ output: DeleteFlowResponse;
+ };
+ sdk: {
+ input: DeleteFlowCommandInput;
+ output: DeleteFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/DeleteFlowVersionCommand.ts b/clients/client-bedrock-agent/src/commands/DeleteFlowVersionCommand.ts
index c3a772dd9eb0..76489f470d15 100644
--- a/clients/client-bedrock-agent/src/commands/DeleteFlowVersionCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/DeleteFlowVersionCommand.ts
@@ -98,4 +98,16 @@ export class DeleteFlowVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFlowVersionCommand)
.de(de_DeleteFlowVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFlowVersionRequest;
+ output: DeleteFlowVersionResponse;
+ };
+ sdk: {
+ input: DeleteFlowVersionCommandInput;
+ output: DeleteFlowVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/DeleteKnowledgeBaseCommand.ts b/clients/client-bedrock-agent/src/commands/DeleteKnowledgeBaseCommand.ts
index d0aa33ab0a39..30da10492f95 100644
--- a/clients/client-bedrock-agent/src/commands/DeleteKnowledgeBaseCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/DeleteKnowledgeBaseCommand.ts
@@ -96,4 +96,16 @@ export class DeleteKnowledgeBaseCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteKnowledgeBaseCommand)
.de(de_DeleteKnowledgeBaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteKnowledgeBaseRequest;
+ output: DeleteKnowledgeBaseResponse;
+ };
+ sdk: {
+ input: DeleteKnowledgeBaseCommandInput;
+ output: DeleteKnowledgeBaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/DeletePromptCommand.ts b/clients/client-bedrock-agent/src/commands/DeletePromptCommand.ts
index 59888e8476ce..17fd74bd91e4 100644
--- a/clients/client-bedrock-agent/src/commands/DeletePromptCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/DeletePromptCommand.ts
@@ -97,4 +97,16 @@ export class DeletePromptCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePromptCommand)
.de(de_DeletePromptCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePromptRequest;
+ output: DeletePromptResponse;
+ };
+ sdk: {
+ input: DeletePromptCommandInput;
+ output: DeletePromptCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/DisassociateAgentKnowledgeBaseCommand.ts b/clients/client-bedrock-agent/src/commands/DisassociateAgentKnowledgeBaseCommand.ts
index 426454120b33..089d7dfe07e8 100644
--- a/clients/client-bedrock-agent/src/commands/DisassociateAgentKnowledgeBaseCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/DisassociateAgentKnowledgeBaseCommand.ts
@@ -100,4 +100,16 @@ export class DisassociateAgentKnowledgeBaseCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateAgentKnowledgeBaseCommand)
.de(de_DisassociateAgentKnowledgeBaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateAgentKnowledgeBaseRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateAgentKnowledgeBaseCommandInput;
+ output: DisassociateAgentKnowledgeBaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/GetAgentActionGroupCommand.ts b/clients/client-bedrock-agent/src/commands/GetAgentActionGroupCommand.ts
index d4fbea13e2b7..285b0bf11865 100644
--- a/clients/client-bedrock-agent/src/commands/GetAgentActionGroupCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/GetAgentActionGroupCommand.ts
@@ -136,4 +136,16 @@ export class GetAgentActionGroupCommand extends $Command
.f(void 0, GetAgentActionGroupResponseFilterSensitiveLog)
.ser(se_GetAgentActionGroupCommand)
.de(de_GetAgentActionGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAgentActionGroupRequest;
+ output: GetAgentActionGroupResponse;
+ };
+ sdk: {
+ input: GetAgentActionGroupCommandInput;
+ output: GetAgentActionGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/GetAgentAliasCommand.ts b/clients/client-bedrock-agent/src/commands/GetAgentAliasCommand.ts
index fa8c6c6e85f3..4f8664c47251 100644
--- a/clients/client-bedrock-agent/src/commands/GetAgentAliasCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/GetAgentAliasCommand.ts
@@ -124,4 +124,16 @@ export class GetAgentAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAgentAliasCommand)
.de(de_GetAgentAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAgentAliasRequest;
+ output: GetAgentAliasResponse;
+ };
+ sdk: {
+ input: GetAgentAliasCommandInput;
+ output: GetAgentAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/GetAgentCommand.ts b/clients/client-bedrock-agent/src/commands/GetAgentCommand.ts
index ec748ba2b195..499fc867688b 100644
--- a/clients/client-bedrock-agent/src/commands/GetAgentCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/GetAgentCommand.ts
@@ -145,4 +145,16 @@ export class GetAgentCommand extends $Command
.f(void 0, GetAgentResponseFilterSensitiveLog)
.ser(se_GetAgentCommand)
.de(de_GetAgentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAgentRequest;
+ output: GetAgentResponse;
+ };
+ sdk: {
+ input: GetAgentCommandInput;
+ output: GetAgentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/GetAgentKnowledgeBaseCommand.ts b/clients/client-bedrock-agent/src/commands/GetAgentKnowledgeBaseCommand.ts
index f79a2a326bc4..1f1ddc55142e 100644
--- a/clients/client-bedrock-agent/src/commands/GetAgentKnowledgeBaseCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/GetAgentKnowledgeBaseCommand.ts
@@ -102,4 +102,16 @@ export class GetAgentKnowledgeBaseCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAgentKnowledgeBaseCommand)
.de(de_GetAgentKnowledgeBaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAgentKnowledgeBaseRequest;
+ output: GetAgentKnowledgeBaseResponse;
+ };
+ sdk: {
+ input: GetAgentKnowledgeBaseCommandInput;
+ output: GetAgentKnowledgeBaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/GetAgentVersionCommand.ts b/clients/client-bedrock-agent/src/commands/GetAgentVersionCommand.ts
index a66418b2ff2a..e32ebe36edaa 100644
--- a/clients/client-bedrock-agent/src/commands/GetAgentVersionCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/GetAgentVersionCommand.ts
@@ -148,4 +148,16 @@ export class GetAgentVersionCommand extends $Command
.f(void 0, GetAgentVersionResponseFilterSensitiveLog)
.ser(se_GetAgentVersionCommand)
.de(de_GetAgentVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAgentVersionRequest;
+ output: GetAgentVersionResponse;
+ };
+ sdk: {
+ input: GetAgentVersionCommandInput;
+ output: GetAgentVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/GetDataSourceCommand.ts b/clients/client-bedrock-agent/src/commands/GetDataSourceCommand.ts
index 460cf3788485..c395eadcf80c 100644
--- a/clients/client-bedrock-agent/src/commands/GetDataSourceCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/GetDataSourceCommand.ts
@@ -268,4 +268,16 @@ export class GetDataSourceCommand extends $Command
.f(void 0, GetDataSourceResponseFilterSensitiveLog)
.ser(se_GetDataSourceCommand)
.de(de_GetDataSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataSourceRequest;
+ output: GetDataSourceResponse;
+ };
+ sdk: {
+ input: GetDataSourceCommandInput;
+ output: GetDataSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/GetFlowAliasCommand.ts b/clients/client-bedrock-agent/src/commands/GetFlowAliasCommand.ts
index ed5e30f9171d..bf592fab3019 100644
--- a/clients/client-bedrock-agent/src/commands/GetFlowAliasCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/GetFlowAliasCommand.ts
@@ -104,4 +104,16 @@ export class GetFlowAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFlowAliasCommand)
.de(de_GetFlowAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFlowAliasRequest;
+ output: GetFlowAliasResponse;
+ };
+ sdk: {
+ input: GetFlowAliasCommandInput;
+ output: GetFlowAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/GetFlowCommand.ts b/clients/client-bedrock-agent/src/commands/GetFlowCommand.ts
index ba462cabdcf9..08e53cd2f9d1 100644
--- a/clients/client-bedrock-agent/src/commands/GetFlowCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/GetFlowCommand.ts
@@ -219,4 +219,16 @@ export class GetFlowCommand extends $Command
.f(void 0, GetFlowResponseFilterSensitiveLog)
.ser(se_GetFlowCommand)
.de(de_GetFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFlowRequest;
+ output: GetFlowResponse;
+ };
+ sdk: {
+ input: GetFlowCommandInput;
+ output: GetFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/GetFlowVersionCommand.ts b/clients/client-bedrock-agent/src/commands/GetFlowVersionCommand.ts
index 0de1dce76ab6..2b965edf1c85 100644
--- a/clients/client-bedrock-agent/src/commands/GetFlowVersionCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/GetFlowVersionCommand.ts
@@ -217,4 +217,16 @@ export class GetFlowVersionCommand extends $Command
.f(void 0, GetFlowVersionResponseFilterSensitiveLog)
.ser(se_GetFlowVersionCommand)
.de(de_GetFlowVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFlowVersionRequest;
+ output: GetFlowVersionResponse;
+ };
+ sdk: {
+ input: GetFlowVersionCommandInput;
+ output: GetFlowVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/GetIngestionJobCommand.ts b/clients/client-bedrock-agent/src/commands/GetIngestionJobCommand.ts
index a11e4cf6c3d6..7de955d3e2c2 100644
--- a/clients/client-bedrock-agent/src/commands/GetIngestionJobCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/GetIngestionJobCommand.ts
@@ -114,4 +114,16 @@ export class GetIngestionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIngestionJobCommand)
.de(de_GetIngestionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIngestionJobRequest;
+ output: GetIngestionJobResponse;
+ };
+ sdk: {
+ input: GetIngestionJobCommandInput;
+ output: GetIngestionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/GetKnowledgeBaseCommand.ts b/clients/client-bedrock-agent/src/commands/GetKnowledgeBaseCommand.ts
index cc136426cc12..3816f1ff061d 100644
--- a/clients/client-bedrock-agent/src/commands/GetKnowledgeBaseCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/GetKnowledgeBaseCommand.ts
@@ -171,4 +171,16 @@ export class GetKnowledgeBaseCommand extends $Command
.f(void 0, void 0)
.ser(se_GetKnowledgeBaseCommand)
.de(de_GetKnowledgeBaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetKnowledgeBaseRequest;
+ output: GetKnowledgeBaseResponse;
+ };
+ sdk: {
+ input: GetKnowledgeBaseCommandInput;
+ output: GetKnowledgeBaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/GetPromptCommand.ts b/clients/client-bedrock-agent/src/commands/GetPromptCommand.ts
index 2f3cc6b4e89e..41a8631c004f 100644
--- a/clients/client-bedrock-agent/src/commands/GetPromptCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/GetPromptCommand.ts
@@ -135,4 +135,16 @@ export class GetPromptCommand extends $Command
.f(void 0, GetPromptResponseFilterSensitiveLog)
.ser(se_GetPromptCommand)
.de(de_GetPromptCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPromptRequest;
+ output: GetPromptResponse;
+ };
+ sdk: {
+ input: GetPromptCommandInput;
+ output: GetPromptCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/ListAgentActionGroupsCommand.ts b/clients/client-bedrock-agent/src/commands/ListAgentActionGroupsCommand.ts
index 40a5db00f1c5..c8dde18cca57 100644
--- a/clients/client-bedrock-agent/src/commands/ListAgentActionGroupsCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/ListAgentActionGroupsCommand.ts
@@ -104,4 +104,16 @@ export class ListAgentActionGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAgentActionGroupsCommand)
.de(de_ListAgentActionGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAgentActionGroupsRequest;
+ output: ListAgentActionGroupsResponse;
+ };
+ sdk: {
+ input: ListAgentActionGroupsCommandInput;
+ output: ListAgentActionGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/ListAgentAliasesCommand.ts b/clients/client-bedrock-agent/src/commands/ListAgentAliasesCommand.ts
index 1775731bb79f..3ca84f669263 100644
--- a/clients/client-bedrock-agent/src/commands/ListAgentAliasesCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/ListAgentAliasesCommand.ts
@@ -110,4 +110,16 @@ export class ListAgentAliasesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAgentAliasesCommand)
.de(de_ListAgentAliasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAgentAliasesRequest;
+ output: ListAgentAliasesResponse;
+ };
+ sdk: {
+ input: ListAgentAliasesCommandInput;
+ output: ListAgentAliasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/ListAgentKnowledgeBasesCommand.ts b/clients/client-bedrock-agent/src/commands/ListAgentKnowledgeBasesCommand.ts
index d2270c310c42..842fa34d4b1a 100644
--- a/clients/client-bedrock-agent/src/commands/ListAgentKnowledgeBasesCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/ListAgentKnowledgeBasesCommand.ts
@@ -103,4 +103,16 @@ export class ListAgentKnowledgeBasesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAgentKnowledgeBasesCommand)
.de(de_ListAgentKnowledgeBasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAgentKnowledgeBasesRequest;
+ output: ListAgentKnowledgeBasesResponse;
+ };
+ sdk: {
+ input: ListAgentKnowledgeBasesCommandInput;
+ output: ListAgentKnowledgeBasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/ListAgentVersionsCommand.ts b/clients/client-bedrock-agent/src/commands/ListAgentVersionsCommand.ts
index e8c58d088b44..f3ed1f053a33 100644
--- a/clients/client-bedrock-agent/src/commands/ListAgentVersionsCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/ListAgentVersionsCommand.ts
@@ -108,4 +108,16 @@ export class ListAgentVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAgentVersionsCommand)
.de(de_ListAgentVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAgentVersionsRequest;
+ output: ListAgentVersionsResponse;
+ };
+ sdk: {
+ input: ListAgentVersionsCommandInput;
+ output: ListAgentVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/ListAgentsCommand.ts b/clients/client-bedrock-agent/src/commands/ListAgentsCommand.ts
index 96e57806d848..ca44f763f5e5 100644
--- a/clients/client-bedrock-agent/src/commands/ListAgentsCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/ListAgentsCommand.ts
@@ -104,4 +104,16 @@ export class ListAgentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAgentsCommand)
.de(de_ListAgentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAgentsRequest;
+ output: ListAgentsResponse;
+ };
+ sdk: {
+ input: ListAgentsCommandInput;
+ output: ListAgentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/ListDataSourcesCommand.ts b/clients/client-bedrock-agent/src/commands/ListDataSourcesCommand.ts
index 78abc2af4651..f598feb72240 100644
--- a/clients/client-bedrock-agent/src/commands/ListDataSourcesCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/ListDataSourcesCommand.ts
@@ -104,4 +104,16 @@ export class ListDataSourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDataSourcesCommand)
.de(de_ListDataSourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataSourcesRequest;
+ output: ListDataSourcesResponse;
+ };
+ sdk: {
+ input: ListDataSourcesCommandInput;
+ output: ListDataSourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/ListFlowAliasesCommand.ts b/clients/client-bedrock-agent/src/commands/ListFlowAliasesCommand.ts
index 77f8a74c4b20..14a70d21b43c 100644
--- a/clients/client-bedrock-agent/src/commands/ListFlowAliasesCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/ListFlowAliasesCommand.ts
@@ -110,4 +110,16 @@ export class ListFlowAliasesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFlowAliasesCommand)
.de(de_ListFlowAliasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFlowAliasesRequest;
+ output: ListFlowAliasesResponse;
+ };
+ sdk: {
+ input: ListFlowAliasesCommandInput;
+ output: ListFlowAliasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/ListFlowVersionsCommand.ts b/clients/client-bedrock-agent/src/commands/ListFlowVersionsCommand.ts
index 399a53220056..be806aa16c54 100644
--- a/clients/client-bedrock-agent/src/commands/ListFlowVersionsCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/ListFlowVersionsCommand.ts
@@ -103,4 +103,16 @@ export class ListFlowVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFlowVersionsCommand)
.de(de_ListFlowVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFlowVersionsRequest;
+ output: ListFlowVersionsResponse;
+ };
+ sdk: {
+ input: ListFlowVersionsCommandInput;
+ output: ListFlowVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/ListFlowsCommand.ts b/clients/client-bedrock-agent/src/commands/ListFlowsCommand.ts
index 19ebc8de5bd5..148acac1e1bc 100644
--- a/clients/client-bedrock-agent/src/commands/ListFlowsCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/ListFlowsCommand.ts
@@ -102,4 +102,16 @@ export class ListFlowsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFlowsCommand)
.de(de_ListFlowsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFlowsRequest;
+ output: ListFlowsResponse;
+ };
+ sdk: {
+ input: ListFlowsCommandInput;
+ output: ListFlowsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/ListIngestionJobsCommand.ts b/clients/client-bedrock-agent/src/commands/ListIngestionJobsCommand.ts
index cc7b2447caea..48fa232fca00 100644
--- a/clients/client-bedrock-agent/src/commands/ListIngestionJobsCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/ListIngestionJobsCommand.ts
@@ -128,4 +128,16 @@ export class ListIngestionJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIngestionJobsCommand)
.de(de_ListIngestionJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIngestionJobsRequest;
+ output: ListIngestionJobsResponse;
+ };
+ sdk: {
+ input: ListIngestionJobsCommandInput;
+ output: ListIngestionJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/ListKnowledgeBasesCommand.ts b/clients/client-bedrock-agent/src/commands/ListKnowledgeBasesCommand.ts
index cea81593d45c..5df65cc58440 100644
--- a/clients/client-bedrock-agent/src/commands/ListKnowledgeBasesCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/ListKnowledgeBasesCommand.ts
@@ -99,4 +99,16 @@ export class ListKnowledgeBasesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListKnowledgeBasesCommand)
.de(de_ListKnowledgeBasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListKnowledgeBasesRequest;
+ output: ListKnowledgeBasesResponse;
+ };
+ sdk: {
+ input: ListKnowledgeBasesCommandInput;
+ output: ListKnowledgeBasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/ListPromptsCommand.ts b/clients/client-bedrock-agent/src/commands/ListPromptsCommand.ts
index a71d1a900df3..051aa20a771d 100644
--- a/clients/client-bedrock-agent/src/commands/ListPromptsCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/ListPromptsCommand.ts
@@ -105,4 +105,16 @@ export class ListPromptsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPromptsCommand)
.de(de_ListPromptsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPromptsRequest;
+ output: ListPromptsResponse;
+ };
+ sdk: {
+ input: ListPromptsCommandInput;
+ output: ListPromptsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/ListTagsForResourceCommand.ts b/clients/client-bedrock-agent/src/commands/ListTagsForResourceCommand.ts
index 2c811c7bfa54..e40f91557330 100644
--- a/clients/client-bedrock-agent/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/ListTagsForResourceCommand.ts
@@ -94,4 +94,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/PrepareAgentCommand.ts b/clients/client-bedrock-agent/src/commands/PrepareAgentCommand.ts
index f06f83ca9589..2a8b8686ec04 100644
--- a/clients/client-bedrock-agent/src/commands/PrepareAgentCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/PrepareAgentCommand.ts
@@ -101,4 +101,16 @@ export class PrepareAgentCommand extends $Command
.f(void 0, void 0)
.ser(se_PrepareAgentCommand)
.de(de_PrepareAgentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PrepareAgentRequest;
+ output: PrepareAgentResponse;
+ };
+ sdk: {
+ input: PrepareAgentCommandInput;
+ output: PrepareAgentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/PrepareFlowCommand.ts b/clients/client-bedrock-agent/src/commands/PrepareFlowCommand.ts
index f14f612b5d32..2d7eddaab185 100644
--- a/clients/client-bedrock-agent/src/commands/PrepareFlowCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/PrepareFlowCommand.ts
@@ -99,4 +99,16 @@ export class PrepareFlowCommand extends $Command
.f(void 0, void 0)
.ser(se_PrepareFlowCommand)
.de(de_PrepareFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PrepareFlowRequest;
+ output: PrepareFlowResponse;
+ };
+ sdk: {
+ input: PrepareFlowCommandInput;
+ output: PrepareFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/StartIngestionJobCommand.ts b/clients/client-bedrock-agent/src/commands/StartIngestionJobCommand.ts
index 2b5cbdb3f34c..ffff4909c2aa 100644
--- a/clients/client-bedrock-agent/src/commands/StartIngestionJobCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/StartIngestionJobCommand.ts
@@ -121,4 +121,16 @@ export class StartIngestionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartIngestionJobCommand)
.de(de_StartIngestionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartIngestionJobRequest;
+ output: StartIngestionJobResponse;
+ };
+ sdk: {
+ input: StartIngestionJobCommandInput;
+ output: StartIngestionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/TagResourceCommand.ts b/clients/client-bedrock-agent/src/commands/TagResourceCommand.ts
index 3bc577ed3dcf..648fcac6fbda 100644
--- a/clients/client-bedrock-agent/src/commands/TagResourceCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/TagResourceCommand.ts
@@ -96,4 +96,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/UntagResourceCommand.ts b/clients/client-bedrock-agent/src/commands/UntagResourceCommand.ts
index 43e97911a829..45167d702e43 100644
--- a/clients/client-bedrock-agent/src/commands/UntagResourceCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/UntagResourceCommand.ts
@@ -93,4 +93,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/UpdateAgentActionGroupCommand.ts b/clients/client-bedrock-agent/src/commands/UpdateAgentActionGroupCommand.ts
index 53b10602117c..101d83c52801 100644
--- a/clients/client-bedrock-agent/src/commands/UpdateAgentActionGroupCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/UpdateAgentActionGroupCommand.ts
@@ -174,4 +174,16 @@ export class UpdateAgentActionGroupCommand extends $Command
.f(UpdateAgentActionGroupRequestFilterSensitiveLog, UpdateAgentActionGroupResponseFilterSensitiveLog)
.ser(se_UpdateAgentActionGroupCommand)
.de(de_UpdateAgentActionGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAgentActionGroupRequest;
+ output: UpdateAgentActionGroupResponse;
+ };
+ sdk: {
+ input: UpdateAgentActionGroupCommandInput;
+ output: UpdateAgentActionGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/UpdateAgentAliasCommand.ts b/clients/client-bedrock-agent/src/commands/UpdateAgentAliasCommand.ts
index d8026a076232..ed85a5f678e8 100644
--- a/clients/client-bedrock-agent/src/commands/UpdateAgentAliasCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/UpdateAgentAliasCommand.ts
@@ -138,4 +138,16 @@ export class UpdateAgentAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAgentAliasCommand)
.de(de_UpdateAgentAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAgentAliasRequest;
+ output: UpdateAgentAliasResponse;
+ };
+ sdk: {
+ input: UpdateAgentAliasCommandInput;
+ output: UpdateAgentAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/UpdateAgentCommand.ts b/clients/client-bedrock-agent/src/commands/UpdateAgentCommand.ts
index f864641cfb3f..96aa2ef7ecf2 100644
--- a/clients/client-bedrock-agent/src/commands/UpdateAgentCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/UpdateAgentCommand.ts
@@ -194,4 +194,16 @@ export class UpdateAgentCommand extends $Command
.f(UpdateAgentRequestFilterSensitiveLog, UpdateAgentResponseFilterSensitiveLog)
.ser(se_UpdateAgentCommand)
.de(de_UpdateAgentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAgentRequest;
+ output: UpdateAgentResponse;
+ };
+ sdk: {
+ input: UpdateAgentCommandInput;
+ output: UpdateAgentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/UpdateAgentKnowledgeBaseCommand.ts b/clients/client-bedrock-agent/src/commands/UpdateAgentKnowledgeBaseCommand.ts
index a84367fb6c08..def5f7ea5a43 100644
--- a/clients/client-bedrock-agent/src/commands/UpdateAgentKnowledgeBaseCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/UpdateAgentKnowledgeBaseCommand.ts
@@ -107,4 +107,16 @@ export class UpdateAgentKnowledgeBaseCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAgentKnowledgeBaseCommand)
.de(de_UpdateAgentKnowledgeBaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAgentKnowledgeBaseRequest;
+ output: UpdateAgentKnowledgeBaseResponse;
+ };
+ sdk: {
+ input: UpdateAgentKnowledgeBaseCommandInput;
+ output: UpdateAgentKnowledgeBaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/UpdateDataSourceCommand.ts b/clients/client-bedrock-agent/src/commands/UpdateDataSourceCommand.ts
index 90277396e493..3dbc6b2b312f 100644
--- a/clients/client-bedrock-agent/src/commands/UpdateDataSourceCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/UpdateDataSourceCommand.ts
@@ -437,4 +437,16 @@ export class UpdateDataSourceCommand extends $Command
.f(UpdateDataSourceRequestFilterSensitiveLog, UpdateDataSourceResponseFilterSensitiveLog)
.ser(se_UpdateDataSourceCommand)
.de(de_UpdateDataSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDataSourceRequest;
+ output: UpdateDataSourceResponse;
+ };
+ sdk: {
+ input: UpdateDataSourceCommandInput;
+ output: UpdateDataSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/UpdateFlowAliasCommand.ts b/clients/client-bedrock-agent/src/commands/UpdateFlowAliasCommand.ts
index 9866722bb828..0cbc877fba48 100644
--- a/clients/client-bedrock-agent/src/commands/UpdateFlowAliasCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/UpdateFlowAliasCommand.ts
@@ -117,4 +117,16 @@ export class UpdateFlowAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFlowAliasCommand)
.de(de_UpdateFlowAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFlowAliasRequest;
+ output: UpdateFlowAliasResponse;
+ };
+ sdk: {
+ input: UpdateFlowAliasCommandInput;
+ output: UpdateFlowAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/UpdateFlowCommand.ts b/clients/client-bedrock-agent/src/commands/UpdateFlowCommand.ts
index a324a61adcbf..00e463f1434b 100644
--- a/clients/client-bedrock-agent/src/commands/UpdateFlowCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/UpdateFlowCommand.ts
@@ -340,4 +340,16 @@ export class UpdateFlowCommand extends $Command
.f(UpdateFlowRequestFilterSensitiveLog, UpdateFlowResponseFilterSensitiveLog)
.ser(se_UpdateFlowCommand)
.de(de_UpdateFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFlowRequest;
+ output: UpdateFlowResponse;
+ };
+ sdk: {
+ input: UpdateFlowCommandInput;
+ output: UpdateFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/UpdateKnowledgeBaseCommand.ts b/clients/client-bedrock-agent/src/commands/UpdateKnowledgeBaseCommand.ts
index fc32cf5a358e..3efd63c69e40 100644
--- a/clients/client-bedrock-agent/src/commands/UpdateKnowledgeBaseCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/UpdateKnowledgeBaseCommand.ts
@@ -263,4 +263,16 @@ export class UpdateKnowledgeBaseCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateKnowledgeBaseCommand)
.de(de_UpdateKnowledgeBaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateKnowledgeBaseRequest;
+ output: UpdateKnowledgeBaseResponse;
+ };
+ sdk: {
+ input: UpdateKnowledgeBaseCommandInput;
+ output: UpdateKnowledgeBaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-agent/src/commands/UpdatePromptCommand.ts b/clients/client-bedrock-agent/src/commands/UpdatePromptCommand.ts
index c86665c9c100..5edd3b94fa6e 100644
--- a/clients/client-bedrock-agent/src/commands/UpdatePromptCommand.ts
+++ b/clients/client-bedrock-agent/src/commands/UpdatePromptCommand.ts
@@ -183,4 +183,16 @@ export class UpdatePromptCommand extends $Command
.f(UpdatePromptRequestFilterSensitiveLog, UpdatePromptResponseFilterSensitiveLog)
.ser(se_UpdatePromptCommand)
.de(de_UpdatePromptCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePromptRequest;
+ output: UpdatePromptResponse;
+ };
+ sdk: {
+ input: UpdatePromptCommandInput;
+ output: UpdatePromptCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-runtime/package.json b/clients/client-bedrock-runtime/package.json
index a5e608a3c54c..6a0b8361b3ba 100644
--- a/clients/client-bedrock-runtime/package.json
+++ b/clients/client-bedrock-runtime/package.json
@@ -33,34 +33,34 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/eventstream-serde-browser": "^3.0.7",
- "@smithy/eventstream-serde-config-resolver": "^3.0.4",
- "@smithy/eventstream-serde-node": "^3.0.6",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/eventstream-serde-browser": "^3.0.9",
+ "@smithy/eventstream-serde-config-resolver": "^3.0.6",
+ "@smithy/eventstream-serde-node": "^3.0.8",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
- "@smithy/util-stream": "^3.1.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
+ "@smithy/util-stream": "^3.1.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-bedrock-runtime/src/commands/ApplyGuardrailCommand.ts b/clients/client-bedrock-runtime/src/commands/ApplyGuardrailCommand.ts
index d855f53a69a6..34dbf864f7b0 100644
--- a/clients/client-bedrock-runtime/src/commands/ApplyGuardrailCommand.ts
+++ b/clients/client-bedrock-runtime/src/commands/ApplyGuardrailCommand.ts
@@ -184,4 +184,16 @@ export class ApplyGuardrailCommand extends $Command
.f(void 0, void 0)
.ser(se_ApplyGuardrailCommand)
.de(de_ApplyGuardrailCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ApplyGuardrailRequest;
+ output: ApplyGuardrailResponse;
+ };
+ sdk: {
+ input: ApplyGuardrailCommandInput;
+ output: ApplyGuardrailCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-runtime/src/commands/ConverseCommand.ts b/clients/client-bedrock-runtime/src/commands/ConverseCommand.ts
index bd142ff3ba1c..31c905934d0b 100644
--- a/clients/client-bedrock-runtime/src/commands/ConverseCommand.ts
+++ b/clients/client-bedrock-runtime/src/commands/ConverseCommand.ts
@@ -433,4 +433,16 @@ export class ConverseCommand extends $Command
.f(void 0, void 0)
.ser(se_ConverseCommand)
.de(de_ConverseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ConverseRequest;
+ output: ConverseResponse;
+ };
+ sdk: {
+ input: ConverseCommandInput;
+ output: ConverseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-runtime/src/commands/ConverseStreamCommand.ts b/clients/client-bedrock-runtime/src/commands/ConverseStreamCommand.ts
index a7a7052d9568..10d97c4e145d 100644
--- a/clients/client-bedrock-runtime/src/commands/ConverseStreamCommand.ts
+++ b/clients/client-bedrock-runtime/src/commands/ConverseStreamCommand.ts
@@ -439,4 +439,16 @@ export class ConverseStreamCommand extends $Command
.f(void 0, ConverseStreamResponseFilterSensitiveLog)
.ser(se_ConverseStreamCommand)
.de(de_ConverseStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ConverseStreamRequest;
+ output: ConverseStreamResponse;
+ };
+ sdk: {
+ input: ConverseStreamCommandInput;
+ output: ConverseStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-runtime/src/commands/InvokeModelCommand.ts b/clients/client-bedrock-runtime/src/commands/InvokeModelCommand.ts
index 3245d3de211d..a555920c8119 100644
--- a/clients/client-bedrock-runtime/src/commands/InvokeModelCommand.ts
+++ b/clients/client-bedrock-runtime/src/commands/InvokeModelCommand.ts
@@ -141,4 +141,16 @@ export class InvokeModelCommand extends $Command
.f(InvokeModelRequestFilterSensitiveLog, InvokeModelResponseFilterSensitiveLog)
.ser(se_InvokeModelCommand)
.de(de_InvokeModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: InvokeModelRequest;
+ output: InvokeModelResponse;
+ };
+ sdk: {
+ input: InvokeModelCommandInput;
+ output: InvokeModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock-runtime/src/commands/InvokeModelWithResponseStreamCommand.ts b/clients/client-bedrock-runtime/src/commands/InvokeModelWithResponseStreamCommand.ts
index 27fd554c84c1..d45aac4e7e80 100644
--- a/clients/client-bedrock-runtime/src/commands/InvokeModelWithResponseStreamCommand.ts
+++ b/clients/client-bedrock-runtime/src/commands/InvokeModelWithResponseStreamCommand.ts
@@ -177,4 +177,16 @@ export class InvokeModelWithResponseStreamCommand extends $Command
.f(InvokeModelWithResponseStreamRequestFilterSensitiveLog, InvokeModelWithResponseStreamResponseFilterSensitiveLog)
.ser(se_InvokeModelWithResponseStreamCommand)
.de(de_InvokeModelWithResponseStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: InvokeModelWithResponseStreamRequest;
+ output: InvokeModelWithResponseStreamResponse;
+ };
+ sdk: {
+ input: InvokeModelWithResponseStreamCommandInput;
+ output: InvokeModelWithResponseStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/package.json b/clients/client-bedrock/package.json
index 9034a92b367a..7bca05139b10 100644
--- a/clients/client-bedrock/package.json
+++ b/clients/client-bedrock/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-bedrock/src/commands/BatchDeleteEvaluationJobCommand.ts b/clients/client-bedrock/src/commands/BatchDeleteEvaluationJobCommand.ts
index cc5329a75c7e..e0a4d650ff76 100644
--- a/clients/client-bedrock/src/commands/BatchDeleteEvaluationJobCommand.ts
+++ b/clients/client-bedrock/src/commands/BatchDeleteEvaluationJobCommand.ts
@@ -114,4 +114,16 @@ export class BatchDeleteEvaluationJobCommand extends $Command
.f(BatchDeleteEvaluationJobRequestFilterSensitiveLog, BatchDeleteEvaluationJobResponseFilterSensitiveLog)
.ser(se_BatchDeleteEvaluationJobCommand)
.de(de_BatchDeleteEvaluationJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDeleteEvaluationJobRequest;
+ output: BatchDeleteEvaluationJobResponse;
+ };
+ sdk: {
+ input: BatchDeleteEvaluationJobCommandInput;
+ output: BatchDeleteEvaluationJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/CreateEvaluationJobCommand.ts b/clients/client-bedrock/src/commands/CreateEvaluationJobCommand.ts
index 1036f0822902..45158ca96cad 100644
--- a/clients/client-bedrock/src/commands/CreateEvaluationJobCommand.ts
+++ b/clients/client-bedrock/src/commands/CreateEvaluationJobCommand.ts
@@ -170,4 +170,16 @@ export class CreateEvaluationJobCommand extends $Command
.f(CreateEvaluationJobRequestFilterSensitiveLog, void 0)
.ser(se_CreateEvaluationJobCommand)
.de(de_CreateEvaluationJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEvaluationJobRequest;
+ output: CreateEvaluationJobResponse;
+ };
+ sdk: {
+ input: CreateEvaluationJobCommandInput;
+ output: CreateEvaluationJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/CreateGuardrailCommand.ts b/clients/client-bedrock/src/commands/CreateGuardrailCommand.ts
index 424f53a50442..5e5eb37797b6 100644
--- a/clients/client-bedrock/src/commands/CreateGuardrailCommand.ts
+++ b/clients/client-bedrock/src/commands/CreateGuardrailCommand.ts
@@ -208,4 +208,16 @@ export class CreateGuardrailCommand extends $Command
.f(CreateGuardrailRequestFilterSensitiveLog, void 0)
.ser(se_CreateGuardrailCommand)
.de(de_CreateGuardrailCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGuardrailRequest;
+ output: CreateGuardrailResponse;
+ };
+ sdk: {
+ input: CreateGuardrailCommandInput;
+ output: CreateGuardrailCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/CreateGuardrailVersionCommand.ts b/clients/client-bedrock/src/commands/CreateGuardrailVersionCommand.ts
index 1d9d38bbbe42..9b7eec531f42 100644
--- a/clients/client-bedrock/src/commands/CreateGuardrailVersionCommand.ts
+++ b/clients/client-bedrock/src/commands/CreateGuardrailVersionCommand.ts
@@ -106,4 +106,16 @@ export class CreateGuardrailVersionCommand extends $Command
.f(CreateGuardrailVersionRequestFilterSensitiveLog, void 0)
.ser(se_CreateGuardrailVersionCommand)
.de(de_CreateGuardrailVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGuardrailVersionRequest;
+ output: CreateGuardrailVersionResponse;
+ };
+ sdk: {
+ input: CreateGuardrailVersionCommandInput;
+ output: CreateGuardrailVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/CreateModelCopyJobCommand.ts b/clients/client-bedrock/src/commands/CreateModelCopyJobCommand.ts
index 370cba501d30..a90c62f20247 100644
--- a/clients/client-bedrock/src/commands/CreateModelCopyJobCommand.ts
+++ b/clients/client-bedrock/src/commands/CreateModelCopyJobCommand.ts
@@ -99,4 +99,16 @@ export class CreateModelCopyJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateModelCopyJobCommand)
.de(de_CreateModelCopyJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateModelCopyJobRequest;
+ output: CreateModelCopyJobResponse;
+ };
+ sdk: {
+ input: CreateModelCopyJobCommandInput;
+ output: CreateModelCopyJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/CreateModelCustomizationJobCommand.ts b/clients/client-bedrock/src/commands/CreateModelCustomizationJobCommand.ts
index e9052600f5d8..20e65e03bc3b 100644
--- a/clients/client-bedrock/src/commands/CreateModelCustomizationJobCommand.ts
+++ b/clients/client-bedrock/src/commands/CreateModelCustomizationJobCommand.ts
@@ -157,4 +157,16 @@ export class CreateModelCustomizationJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateModelCustomizationJobCommand)
.de(de_CreateModelCustomizationJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateModelCustomizationJobRequest;
+ output: CreateModelCustomizationJobResponse;
+ };
+ sdk: {
+ input: CreateModelCustomizationJobCommandInput;
+ output: CreateModelCustomizationJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/CreateModelImportJobCommand.ts b/clients/client-bedrock/src/commands/CreateModelImportJobCommand.ts
index ab289dc5676f..4f5feb2bc771 100644
--- a/clients/client-bedrock/src/commands/CreateModelImportJobCommand.ts
+++ b/clients/client-bedrock/src/commands/CreateModelImportJobCommand.ts
@@ -133,4 +133,16 @@ export class CreateModelImportJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateModelImportJobCommand)
.de(de_CreateModelImportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateModelImportJobRequest;
+ output: CreateModelImportJobResponse;
+ };
+ sdk: {
+ input: CreateModelImportJobCommandInput;
+ output: CreateModelImportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/CreateModelInvocationJobCommand.ts b/clients/client-bedrock/src/commands/CreateModelInvocationJobCommand.ts
index cb2a42d9290c..7efc9591d70c 100644
--- a/clients/client-bedrock/src/commands/CreateModelInvocationJobCommand.ts
+++ b/clients/client-bedrock/src/commands/CreateModelInvocationJobCommand.ts
@@ -131,4 +131,16 @@ export class CreateModelInvocationJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateModelInvocationJobCommand)
.de(de_CreateModelInvocationJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateModelInvocationJobRequest;
+ output: CreateModelInvocationJobResponse;
+ };
+ sdk: {
+ input: CreateModelInvocationJobCommandInput;
+ output: CreateModelInvocationJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/CreateProvisionedModelThroughputCommand.ts b/clients/client-bedrock/src/commands/CreateProvisionedModelThroughputCommand.ts
index ca4b665acd40..c1bb2bcbea2f 100644
--- a/clients/client-bedrock/src/commands/CreateProvisionedModelThroughputCommand.ts
+++ b/clients/client-bedrock/src/commands/CreateProvisionedModelThroughputCommand.ts
@@ -114,4 +114,16 @@ export class CreateProvisionedModelThroughputCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateProvisionedModelThroughputCommand)
.de(de_CreateProvisionedModelThroughputCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateProvisionedModelThroughputRequest;
+ output: CreateProvisionedModelThroughputResponse;
+ };
+ sdk: {
+ input: CreateProvisionedModelThroughputCommandInput;
+ output: CreateProvisionedModelThroughputCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/DeleteCustomModelCommand.ts b/clients/client-bedrock/src/commands/DeleteCustomModelCommand.ts
index 0459d49ccc7b..093b3126cf56 100644
--- a/clients/client-bedrock/src/commands/DeleteCustomModelCommand.ts
+++ b/clients/client-bedrock/src/commands/DeleteCustomModelCommand.ts
@@ -93,4 +93,16 @@ export class DeleteCustomModelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCustomModelCommand)
.de(de_DeleteCustomModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCustomModelRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCustomModelCommandInput;
+ output: DeleteCustomModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/DeleteGuardrailCommand.ts b/clients/client-bedrock/src/commands/DeleteGuardrailCommand.ts
index 3b4fc2046f2b..babbedc9f77c 100644
--- a/clients/client-bedrock/src/commands/DeleteGuardrailCommand.ts
+++ b/clients/client-bedrock/src/commands/DeleteGuardrailCommand.ts
@@ -102,4 +102,16 @@ export class DeleteGuardrailCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteGuardrailCommand)
.de(de_DeleteGuardrailCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteGuardrailRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteGuardrailCommandInput;
+ output: DeleteGuardrailCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/DeleteImportedModelCommand.ts b/clients/client-bedrock/src/commands/DeleteImportedModelCommand.ts
index 99b80c5a5490..372fd3afa651 100644
--- a/clients/client-bedrock/src/commands/DeleteImportedModelCommand.ts
+++ b/clients/client-bedrock/src/commands/DeleteImportedModelCommand.ts
@@ -95,4 +95,16 @@ export class DeleteImportedModelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteImportedModelCommand)
.de(de_DeleteImportedModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteImportedModelRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteImportedModelCommandInput;
+ output: DeleteImportedModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/DeleteModelInvocationLoggingConfigurationCommand.ts b/clients/client-bedrock/src/commands/DeleteModelInvocationLoggingConfigurationCommand.ts
index a18e53418c94..81dc6346d2b2 100644
--- a/clients/client-bedrock/src/commands/DeleteModelInvocationLoggingConfigurationCommand.ts
+++ b/clients/client-bedrock/src/commands/DeleteModelInvocationLoggingConfigurationCommand.ts
@@ -91,4 +91,16 @@ export class DeleteModelInvocationLoggingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteModelInvocationLoggingConfigurationCommand)
.de(de_DeleteModelInvocationLoggingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: {};
+ };
+ sdk: {
+ input: DeleteModelInvocationLoggingConfigurationCommandInput;
+ output: DeleteModelInvocationLoggingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/DeleteProvisionedModelThroughputCommand.ts b/clients/client-bedrock/src/commands/DeleteProvisionedModelThroughputCommand.ts
index d61f91e5d80f..eba3f8c9bfd8 100644
--- a/clients/client-bedrock/src/commands/DeleteProvisionedModelThroughputCommand.ts
+++ b/clients/client-bedrock/src/commands/DeleteProvisionedModelThroughputCommand.ts
@@ -98,4 +98,16 @@ export class DeleteProvisionedModelThroughputCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteProvisionedModelThroughputCommand)
.de(de_DeleteProvisionedModelThroughputCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteProvisionedModelThroughputRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteProvisionedModelThroughputCommandInput;
+ output: DeleteProvisionedModelThroughputCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/GetCustomModelCommand.ts b/clients/client-bedrock/src/commands/GetCustomModelCommand.ts
index f6c6099aec30..328abb8b14c0 100644
--- a/clients/client-bedrock/src/commands/GetCustomModelCommand.ts
+++ b/clients/client-bedrock/src/commands/GetCustomModelCommand.ts
@@ -123,4 +123,16 @@ export class GetCustomModelCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCustomModelCommand)
.de(de_GetCustomModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCustomModelRequest;
+ output: GetCustomModelResponse;
+ };
+ sdk: {
+ input: GetCustomModelCommandInput;
+ output: GetCustomModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/GetEvaluationJobCommand.ts b/clients/client-bedrock/src/commands/GetEvaluationJobCommand.ts
index e1f2261baa08..a1d72943c2b6 100644
--- a/clients/client-bedrock/src/commands/GetEvaluationJobCommand.ts
+++ b/clients/client-bedrock/src/commands/GetEvaluationJobCommand.ts
@@ -167,4 +167,16 @@ export class GetEvaluationJobCommand extends $Command
.f(GetEvaluationJobRequestFilterSensitiveLog, GetEvaluationJobResponseFilterSensitiveLog)
.ser(se_GetEvaluationJobCommand)
.de(de_GetEvaluationJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEvaluationJobRequest;
+ output: GetEvaluationJobResponse;
+ };
+ sdk: {
+ input: GetEvaluationJobCommandInput;
+ output: GetEvaluationJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/GetFoundationModelCommand.ts b/clients/client-bedrock/src/commands/GetFoundationModelCommand.ts
index ced4a39f9149..c32ecc83a672 100644
--- a/clients/client-bedrock/src/commands/GetFoundationModelCommand.ts
+++ b/clients/client-bedrock/src/commands/GetFoundationModelCommand.ts
@@ -113,4 +113,16 @@ export class GetFoundationModelCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFoundationModelCommand)
.de(de_GetFoundationModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFoundationModelRequest;
+ output: GetFoundationModelResponse;
+ };
+ sdk: {
+ input: GetFoundationModelCommandInput;
+ output: GetFoundationModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/GetGuardrailCommand.ts b/clients/client-bedrock/src/commands/GetGuardrailCommand.ts
index 22753006fd64..df701650173a 100644
--- a/clients/client-bedrock/src/commands/GetGuardrailCommand.ts
+++ b/clients/client-bedrock/src/commands/GetGuardrailCommand.ts
@@ -166,4 +166,16 @@ export class GetGuardrailCommand extends $Command
.f(void 0, GetGuardrailResponseFilterSensitiveLog)
.ser(se_GetGuardrailCommand)
.de(de_GetGuardrailCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetGuardrailRequest;
+ output: GetGuardrailResponse;
+ };
+ sdk: {
+ input: GetGuardrailCommandInput;
+ output: GetGuardrailCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/GetImportedModelCommand.ts b/clients/client-bedrock/src/commands/GetImportedModelCommand.ts
index d422f3ea5c60..3cf181efd857 100644
--- a/clients/client-bedrock/src/commands/GetImportedModelCommand.ts
+++ b/clients/client-bedrock/src/commands/GetImportedModelCommand.ts
@@ -103,4 +103,16 @@ export class GetImportedModelCommand extends $Command
.f(void 0, void 0)
.ser(se_GetImportedModelCommand)
.de(de_GetImportedModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetImportedModelRequest;
+ output: GetImportedModelResponse;
+ };
+ sdk: {
+ input: GetImportedModelCommandInput;
+ output: GetImportedModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/GetInferenceProfileCommand.ts b/clients/client-bedrock/src/commands/GetInferenceProfileCommand.ts
index e02ab25fd42e..79d04b3a3607 100644
--- a/clients/client-bedrock/src/commands/GetInferenceProfileCommand.ts
+++ b/clients/client-bedrock/src/commands/GetInferenceProfileCommand.ts
@@ -104,4 +104,16 @@ export class GetInferenceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInferenceProfileCommand)
.de(de_GetInferenceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInferenceProfileRequest;
+ output: GetInferenceProfileResponse;
+ };
+ sdk: {
+ input: GetInferenceProfileCommandInput;
+ output: GetInferenceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/GetModelCopyJobCommand.ts b/clients/client-bedrock/src/commands/GetModelCopyJobCommand.ts
index a3c8d14a19d1..bd891ec6aaa9 100644
--- a/clients/client-bedrock/src/commands/GetModelCopyJobCommand.ts
+++ b/clients/client-bedrock/src/commands/GetModelCopyJobCommand.ts
@@ -107,4 +107,16 @@ export class GetModelCopyJobCommand extends $Command
.f(void 0, void 0)
.ser(se_GetModelCopyJobCommand)
.de(de_GetModelCopyJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetModelCopyJobRequest;
+ output: GetModelCopyJobResponse;
+ };
+ sdk: {
+ input: GetModelCopyJobCommandInput;
+ output: GetModelCopyJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/GetModelCustomizationJobCommand.ts b/clients/client-bedrock/src/commands/GetModelCustomizationJobCommand.ts
index da8cf04f2076..06e9debab0b9 100644
--- a/clients/client-bedrock/src/commands/GetModelCustomizationJobCommand.ts
+++ b/clients/client-bedrock/src/commands/GetModelCustomizationJobCommand.ts
@@ -138,4 +138,16 @@ export class GetModelCustomizationJobCommand extends $Command
.f(void 0, void 0)
.ser(se_GetModelCustomizationJobCommand)
.de(de_GetModelCustomizationJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetModelCustomizationJobRequest;
+ output: GetModelCustomizationJobResponse;
+ };
+ sdk: {
+ input: GetModelCustomizationJobCommandInput;
+ output: GetModelCustomizationJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/GetModelImportJobCommand.ts b/clients/client-bedrock/src/commands/GetModelImportJobCommand.ts
index f4484fd44dc2..f31348860f3a 100644
--- a/clients/client-bedrock/src/commands/GetModelImportJobCommand.ts
+++ b/clients/client-bedrock/src/commands/GetModelImportJobCommand.ts
@@ -117,4 +117,16 @@ export class GetModelImportJobCommand extends $Command
.f(void 0, void 0)
.ser(se_GetModelImportJobCommand)
.de(de_GetModelImportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetModelImportJobRequest;
+ output: GetModelImportJobResponse;
+ };
+ sdk: {
+ input: GetModelImportJobCommandInput;
+ output: GetModelImportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/GetModelInvocationJobCommand.ts b/clients/client-bedrock/src/commands/GetModelInvocationJobCommand.ts
index f360fd399d21..6dd6120d2300 100644
--- a/clients/client-bedrock/src/commands/GetModelInvocationJobCommand.ts
+++ b/clients/client-bedrock/src/commands/GetModelInvocationJobCommand.ts
@@ -130,4 +130,16 @@ export class GetModelInvocationJobCommand extends $Command
.f(void 0, GetModelInvocationJobResponseFilterSensitiveLog)
.ser(se_GetModelInvocationJobCommand)
.de(de_GetModelInvocationJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetModelInvocationJobRequest;
+ output: GetModelInvocationJobResponse;
+ };
+ sdk: {
+ input: GetModelInvocationJobCommandInput;
+ output: GetModelInvocationJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/GetModelInvocationLoggingConfigurationCommand.ts b/clients/client-bedrock/src/commands/GetModelInvocationLoggingConfigurationCommand.ts
index db50f1be0854..f0d04f93d3ef 100644
--- a/clients/client-bedrock/src/commands/GetModelInvocationLoggingConfigurationCommand.ts
+++ b/clients/client-bedrock/src/commands/GetModelInvocationLoggingConfigurationCommand.ts
@@ -109,4 +109,16 @@ export class GetModelInvocationLoggingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetModelInvocationLoggingConfigurationCommand)
.de(de_GetModelInvocationLoggingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetModelInvocationLoggingConfigurationResponse;
+ };
+ sdk: {
+ input: GetModelInvocationLoggingConfigurationCommandInput;
+ output: GetModelInvocationLoggingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/GetProvisionedModelThroughputCommand.ts b/clients/client-bedrock/src/commands/GetProvisionedModelThroughputCommand.ts
index da336bda0b96..56c90537e081 100644
--- a/clients/client-bedrock/src/commands/GetProvisionedModelThroughputCommand.ts
+++ b/clients/client-bedrock/src/commands/GetProvisionedModelThroughputCommand.ts
@@ -109,4 +109,16 @@ export class GetProvisionedModelThroughputCommand extends $Command
.f(void 0, void 0)
.ser(se_GetProvisionedModelThroughputCommand)
.de(de_GetProvisionedModelThroughputCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetProvisionedModelThroughputRequest;
+ output: GetProvisionedModelThroughputResponse;
+ };
+ sdk: {
+ input: GetProvisionedModelThroughputCommandInput;
+ output: GetProvisionedModelThroughputCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/ListCustomModelsCommand.ts b/clients/client-bedrock/src/commands/ListCustomModelsCommand.ts
index 4e40f52b36a5..c5f95c52cf36 100644
--- a/clients/client-bedrock/src/commands/ListCustomModelsCommand.ts
+++ b/clients/client-bedrock/src/commands/ListCustomModelsCommand.ts
@@ -110,4 +110,16 @@ export class ListCustomModelsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCustomModelsCommand)
.de(de_ListCustomModelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCustomModelsRequest;
+ output: ListCustomModelsResponse;
+ };
+ sdk: {
+ input: ListCustomModelsCommandInput;
+ output: ListCustomModelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/ListEvaluationJobsCommand.ts b/clients/client-bedrock/src/commands/ListEvaluationJobsCommand.ts
index bae9f309b365..f23a63df1c00 100644
--- a/clients/client-bedrock/src/commands/ListEvaluationJobsCommand.ts
+++ b/clients/client-bedrock/src/commands/ListEvaluationJobsCommand.ts
@@ -111,4 +111,16 @@ export class ListEvaluationJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEvaluationJobsCommand)
.de(de_ListEvaluationJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEvaluationJobsRequest;
+ output: ListEvaluationJobsResponse;
+ };
+ sdk: {
+ input: ListEvaluationJobsCommandInput;
+ output: ListEvaluationJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/ListFoundationModelsCommand.ts b/clients/client-bedrock/src/commands/ListFoundationModelsCommand.ts
index 2bf73be79ac0..a76c9f97d571 100644
--- a/clients/client-bedrock/src/commands/ListFoundationModelsCommand.ts
+++ b/clients/client-bedrock/src/commands/ListFoundationModelsCommand.ts
@@ -115,4 +115,16 @@ export class ListFoundationModelsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFoundationModelsCommand)
.de(de_ListFoundationModelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFoundationModelsRequest;
+ output: ListFoundationModelsResponse;
+ };
+ sdk: {
+ input: ListFoundationModelsCommandInput;
+ output: ListFoundationModelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/ListGuardrailsCommand.ts b/clients/client-bedrock/src/commands/ListGuardrailsCommand.ts
index 3fd70a425a66..211a0bbae928 100644
--- a/clients/client-bedrock/src/commands/ListGuardrailsCommand.ts
+++ b/clients/client-bedrock/src/commands/ListGuardrailsCommand.ts
@@ -111,4 +111,16 @@ export class ListGuardrailsCommand extends $Command
.f(void 0, ListGuardrailsResponseFilterSensitiveLog)
.ser(se_ListGuardrailsCommand)
.de(de_ListGuardrailsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGuardrailsRequest;
+ output: ListGuardrailsResponse;
+ };
+ sdk: {
+ input: ListGuardrailsCommandInput;
+ output: ListGuardrailsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/ListImportedModelsCommand.ts b/clients/client-bedrock/src/commands/ListImportedModelsCommand.ts
index b91f1f09df98..706fbfaa220a 100644
--- a/clients/client-bedrock/src/commands/ListImportedModelsCommand.ts
+++ b/clients/client-bedrock/src/commands/ListImportedModelsCommand.ts
@@ -104,4 +104,16 @@ export class ListImportedModelsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListImportedModelsCommand)
.de(de_ListImportedModelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListImportedModelsRequest;
+ output: ListImportedModelsResponse;
+ };
+ sdk: {
+ input: ListImportedModelsCommandInput;
+ output: ListImportedModelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/ListInferenceProfilesCommand.ts b/clients/client-bedrock/src/commands/ListInferenceProfilesCommand.ts
index 9eba84a6ac43..bb646ff8f42b 100644
--- a/clients/client-bedrock/src/commands/ListInferenceProfilesCommand.ts
+++ b/clients/client-bedrock/src/commands/ListInferenceProfilesCommand.ts
@@ -107,4 +107,16 @@ export class ListInferenceProfilesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInferenceProfilesCommand)
.de(de_ListInferenceProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInferenceProfilesRequest;
+ output: ListInferenceProfilesResponse;
+ };
+ sdk: {
+ input: ListInferenceProfilesCommandInput;
+ output: ListInferenceProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/ListModelCopyJobsCommand.ts b/clients/client-bedrock/src/commands/ListModelCopyJobsCommand.ts
index fe370b66f2bb..ef3c419516cb 100644
--- a/clients/client-bedrock/src/commands/ListModelCopyJobsCommand.ts
+++ b/clients/client-bedrock/src/commands/ListModelCopyJobsCommand.ts
@@ -122,4 +122,16 @@ export class ListModelCopyJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListModelCopyJobsCommand)
.de(de_ListModelCopyJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListModelCopyJobsRequest;
+ output: ListModelCopyJobsResponse;
+ };
+ sdk: {
+ input: ListModelCopyJobsCommandInput;
+ output: ListModelCopyJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/ListModelCustomizationJobsCommand.ts b/clients/client-bedrock/src/commands/ListModelCustomizationJobsCommand.ts
index 575253fa7fc7..c69b8b95a6ce 100644
--- a/clients/client-bedrock/src/commands/ListModelCustomizationJobsCommand.ts
+++ b/clients/client-bedrock/src/commands/ListModelCustomizationJobsCommand.ts
@@ -112,4 +112,16 @@ export class ListModelCustomizationJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListModelCustomizationJobsCommand)
.de(de_ListModelCustomizationJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListModelCustomizationJobsRequest;
+ output: ListModelCustomizationJobsResponse;
+ };
+ sdk: {
+ input: ListModelCustomizationJobsCommandInput;
+ output: ListModelCustomizationJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/ListModelImportJobsCommand.ts b/clients/client-bedrock/src/commands/ListModelImportJobsCommand.ts
index 558443339ef9..06b41d291848 100644
--- a/clients/client-bedrock/src/commands/ListModelImportJobsCommand.ts
+++ b/clients/client-bedrock/src/commands/ListModelImportJobsCommand.ts
@@ -110,4 +110,16 @@ export class ListModelImportJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListModelImportJobsCommand)
.de(de_ListModelImportJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListModelImportJobsRequest;
+ output: ListModelImportJobsResponse;
+ };
+ sdk: {
+ input: ListModelImportJobsCommandInput;
+ output: ListModelImportJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/ListModelInvocationJobsCommand.ts b/clients/client-bedrock/src/commands/ListModelInvocationJobsCommand.ts
index 39590fe36980..81ac9a2d2cf9 100644
--- a/clients/client-bedrock/src/commands/ListModelInvocationJobsCommand.ts
+++ b/clients/client-bedrock/src/commands/ListModelInvocationJobsCommand.ts
@@ -138,4 +138,16 @@ export class ListModelInvocationJobsCommand extends $Command
.f(void 0, ListModelInvocationJobsResponseFilterSensitiveLog)
.ser(se_ListModelInvocationJobsCommand)
.de(de_ListModelInvocationJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListModelInvocationJobsRequest;
+ output: ListModelInvocationJobsResponse;
+ };
+ sdk: {
+ input: ListModelInvocationJobsCommandInput;
+ output: ListModelInvocationJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/ListProvisionedModelThroughputsCommand.ts b/clients/client-bedrock/src/commands/ListProvisionedModelThroughputsCommand.ts
index 7bd9eb68f228..9e9f7604d952 100644
--- a/clients/client-bedrock/src/commands/ListProvisionedModelThroughputsCommand.ts
+++ b/clients/client-bedrock/src/commands/ListProvisionedModelThroughputsCommand.ts
@@ -118,4 +118,16 @@ export class ListProvisionedModelThroughputsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProvisionedModelThroughputsCommand)
.de(de_ListProvisionedModelThroughputsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProvisionedModelThroughputsRequest;
+ output: ListProvisionedModelThroughputsResponse;
+ };
+ sdk: {
+ input: ListProvisionedModelThroughputsCommandInput;
+ output: ListProvisionedModelThroughputsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/ListTagsForResourceCommand.ts b/clients/client-bedrock/src/commands/ListTagsForResourceCommand.ts
index 29d9ba917ffb..3dba022f80ac 100644
--- a/clients/client-bedrock/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-bedrock/src/commands/ListTagsForResourceCommand.ts
@@ -98,4 +98,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/PutModelInvocationLoggingConfigurationCommand.ts b/clients/client-bedrock/src/commands/PutModelInvocationLoggingConfigurationCommand.ts
index aa8be9c2a003..e97f934313d8 100644
--- a/clients/client-bedrock/src/commands/PutModelInvocationLoggingConfigurationCommand.ts
+++ b/clients/client-bedrock/src/commands/PutModelInvocationLoggingConfigurationCommand.ts
@@ -112,4 +112,16 @@ export class PutModelInvocationLoggingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutModelInvocationLoggingConfigurationCommand)
.de(de_PutModelInvocationLoggingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutModelInvocationLoggingConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutModelInvocationLoggingConfigurationCommandInput;
+ output: PutModelInvocationLoggingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/StopEvaluationJobCommand.ts b/clients/client-bedrock/src/commands/StopEvaluationJobCommand.ts
index 3b71ebc427b5..99cd2a6b1785 100644
--- a/clients/client-bedrock/src/commands/StopEvaluationJobCommand.ts
+++ b/clients/client-bedrock/src/commands/StopEvaluationJobCommand.ts
@@ -97,4 +97,16 @@ export class StopEvaluationJobCommand extends $Command
.f(StopEvaluationJobRequestFilterSensitiveLog, void 0)
.ser(se_StopEvaluationJobCommand)
.de(de_StopEvaluationJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopEvaluationJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopEvaluationJobCommandInput;
+ output: StopEvaluationJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/StopModelCustomizationJobCommand.ts b/clients/client-bedrock/src/commands/StopModelCustomizationJobCommand.ts
index 2f8d4e2db757..d0cd71d355ab 100644
--- a/clients/client-bedrock/src/commands/StopModelCustomizationJobCommand.ts
+++ b/clients/client-bedrock/src/commands/StopModelCustomizationJobCommand.ts
@@ -93,4 +93,16 @@ export class StopModelCustomizationJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StopModelCustomizationJobCommand)
.de(de_StopModelCustomizationJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopModelCustomizationJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopModelCustomizationJobCommandInput;
+ output: StopModelCustomizationJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/StopModelInvocationJobCommand.ts b/clients/client-bedrock/src/commands/StopModelInvocationJobCommand.ts
index 4bdc76113cd8..3510fe1a8070 100644
--- a/clients/client-bedrock/src/commands/StopModelInvocationJobCommand.ts
+++ b/clients/client-bedrock/src/commands/StopModelInvocationJobCommand.ts
@@ -93,4 +93,16 @@ export class StopModelInvocationJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StopModelInvocationJobCommand)
.de(de_StopModelInvocationJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopModelInvocationJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopModelInvocationJobCommandInput;
+ output: StopModelInvocationJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/TagResourceCommand.ts b/clients/client-bedrock/src/commands/TagResourceCommand.ts
index 69d30fdaf0f2..451d9b4ffd4f 100644
--- a/clients/client-bedrock/src/commands/TagResourceCommand.ts
+++ b/clients/client-bedrock/src/commands/TagResourceCommand.ts
@@ -100,4 +100,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/UntagResourceCommand.ts b/clients/client-bedrock/src/commands/UntagResourceCommand.ts
index b930bf87d3fe..9edd10eb93a5 100644
--- a/clients/client-bedrock/src/commands/UntagResourceCommand.ts
+++ b/clients/client-bedrock/src/commands/UntagResourceCommand.ts
@@ -93,4 +93,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/UpdateGuardrailCommand.ts b/clients/client-bedrock/src/commands/UpdateGuardrailCommand.ts
index 0b09753490db..041f6b6ad5b0 100644
--- a/clients/client-bedrock/src/commands/UpdateGuardrailCommand.ts
+++ b/clients/client-bedrock/src/commands/UpdateGuardrailCommand.ts
@@ -203,4 +203,16 @@ export class UpdateGuardrailCommand extends $Command
.f(UpdateGuardrailRequestFilterSensitiveLog, void 0)
.ser(se_UpdateGuardrailCommand)
.de(de_UpdateGuardrailCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGuardrailRequest;
+ output: UpdateGuardrailResponse;
+ };
+ sdk: {
+ input: UpdateGuardrailCommandInput;
+ output: UpdateGuardrailCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-bedrock/src/commands/UpdateProvisionedModelThroughputCommand.ts b/clients/client-bedrock/src/commands/UpdateProvisionedModelThroughputCommand.ts
index 73875fefb37b..1442245aa557 100644
--- a/clients/client-bedrock/src/commands/UpdateProvisionedModelThroughputCommand.ts
+++ b/clients/client-bedrock/src/commands/UpdateProvisionedModelThroughputCommand.ts
@@ -97,4 +97,16 @@ export class UpdateProvisionedModelThroughputCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateProvisionedModelThroughputCommand)
.de(de_UpdateProvisionedModelThroughputCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateProvisionedModelThroughputRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateProvisionedModelThroughputCommandInput;
+ output: UpdateProvisionedModelThroughputCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/package.json b/clients/client-billingconductor/package.json
index c20f499fb798..f4fb6dba1a47 100644
--- a/clients/client-billingconductor/package.json
+++ b/clients/client-billingconductor/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-billingconductor/src/commands/AssociateAccountsCommand.ts b/clients/client-billingconductor/src/commands/AssociateAccountsCommand.ts
index 6504ba71d1d4..16611600ee9b 100644
--- a/clients/client-billingconductor/src/commands/AssociateAccountsCommand.ts
+++ b/clients/client-billingconductor/src/commands/AssociateAccountsCommand.ts
@@ -110,4 +110,16 @@ export class AssociateAccountsCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateAccountsCommand)
.de(de_AssociateAccountsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateAccountsInput;
+ output: AssociateAccountsOutput;
+ };
+ sdk: {
+ input: AssociateAccountsCommandInput;
+ output: AssociateAccountsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/AssociatePricingRulesCommand.ts b/clients/client-billingconductor/src/commands/AssociatePricingRulesCommand.ts
index 2a045326dbb6..5a8b8b68eb75 100644
--- a/clients/client-billingconductor/src/commands/AssociatePricingRulesCommand.ts
+++ b/clients/client-billingconductor/src/commands/AssociatePricingRulesCommand.ts
@@ -108,4 +108,16 @@ export class AssociatePricingRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociatePricingRulesCommand)
.de(de_AssociatePricingRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociatePricingRulesInput;
+ output: AssociatePricingRulesOutput;
+ };
+ sdk: {
+ input: AssociatePricingRulesCommandInput;
+ output: AssociatePricingRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/BatchAssociateResourcesToCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/BatchAssociateResourcesToCustomLineItemCommand.ts
index 22f8d6cf486c..5b1d6521f209 100644
--- a/clients/client-billingconductor/src/commands/BatchAssociateResourcesToCustomLineItemCommand.ts
+++ b/clients/client-billingconductor/src/commands/BatchAssociateResourcesToCustomLineItemCommand.ts
@@ -139,4 +139,16 @@ export class BatchAssociateResourcesToCustomLineItemCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchAssociateResourcesToCustomLineItemCommand)
.de(de_BatchAssociateResourcesToCustomLineItemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchAssociateResourcesToCustomLineItemInput;
+ output: BatchAssociateResourcesToCustomLineItemOutput;
+ };
+ sdk: {
+ input: BatchAssociateResourcesToCustomLineItemCommandInput;
+ output: BatchAssociateResourcesToCustomLineItemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/BatchDisassociateResourcesFromCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/BatchDisassociateResourcesFromCustomLineItemCommand.ts
index cf7dcbec150d..7e0a0c4f3bf9 100644
--- a/clients/client-billingconductor/src/commands/BatchDisassociateResourcesFromCustomLineItemCommand.ts
+++ b/clients/client-billingconductor/src/commands/BatchDisassociateResourcesFromCustomLineItemCommand.ts
@@ -135,4 +135,16 @@ export class BatchDisassociateResourcesFromCustomLineItemCommand extends $Comman
.f(void 0, void 0)
.ser(se_BatchDisassociateResourcesFromCustomLineItemCommand)
.de(de_BatchDisassociateResourcesFromCustomLineItemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDisassociateResourcesFromCustomLineItemInput;
+ output: BatchDisassociateResourcesFromCustomLineItemOutput;
+ };
+ sdk: {
+ input: BatchDisassociateResourcesFromCustomLineItemCommandInput;
+ output: BatchDisassociateResourcesFromCustomLineItemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/CreateBillingGroupCommand.ts b/clients/client-billingconductor/src/commands/CreateBillingGroupCommand.ts
index 4f4a2237f206..fdf6962a1dd2 100644
--- a/clients/client-billingconductor/src/commands/CreateBillingGroupCommand.ts
+++ b/clients/client-billingconductor/src/commands/CreateBillingGroupCommand.ts
@@ -121,4 +121,16 @@ export class CreateBillingGroupCommand extends $Command
.f(CreateBillingGroupInputFilterSensitiveLog, void 0)
.ser(se_CreateBillingGroupCommand)
.de(de_CreateBillingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBillingGroupInput;
+ output: CreateBillingGroupOutput;
+ };
+ sdk: {
+ input: CreateBillingGroupCommandInput;
+ output: CreateBillingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/CreateCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/CreateCustomLineItemCommand.ts
index 06576c334766..dd8a504dee3f 100644
--- a/clients/client-billingconductor/src/commands/CreateCustomLineItemCommand.ts
+++ b/clients/client-billingconductor/src/commands/CreateCustomLineItemCommand.ts
@@ -138,4 +138,16 @@ export class CreateCustomLineItemCommand extends $Command
.f(CreateCustomLineItemInputFilterSensitiveLog, void 0)
.ser(se_CreateCustomLineItemCommand)
.de(de_CreateCustomLineItemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCustomLineItemInput;
+ output: CreateCustomLineItemOutput;
+ };
+ sdk: {
+ input: CreateCustomLineItemCommandInput;
+ output: CreateCustomLineItemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/CreatePricingPlanCommand.ts b/clients/client-billingconductor/src/commands/CreatePricingPlanCommand.ts
index 4cca906e5146..64994c81a884 100644
--- a/clients/client-billingconductor/src/commands/CreatePricingPlanCommand.ts
+++ b/clients/client-billingconductor/src/commands/CreatePricingPlanCommand.ts
@@ -117,4 +117,16 @@ export class CreatePricingPlanCommand extends $Command
.f(CreatePricingPlanInputFilterSensitiveLog, void 0)
.ser(se_CreatePricingPlanCommand)
.de(de_CreatePricingPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePricingPlanInput;
+ output: CreatePricingPlanOutput;
+ };
+ sdk: {
+ input: CreatePricingPlanCommandInput;
+ output: CreatePricingPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/CreatePricingRuleCommand.ts b/clients/client-billingconductor/src/commands/CreatePricingRuleCommand.ts
index 5afa4c237706..99037fdc560b 100644
--- a/clients/client-billingconductor/src/commands/CreatePricingRuleCommand.ts
+++ b/clients/client-billingconductor/src/commands/CreatePricingRuleCommand.ts
@@ -123,4 +123,16 @@ export class CreatePricingRuleCommand extends $Command
.f(CreatePricingRuleInputFilterSensitiveLog, void 0)
.ser(se_CreatePricingRuleCommand)
.de(de_CreatePricingRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePricingRuleInput;
+ output: CreatePricingRuleOutput;
+ };
+ sdk: {
+ input: CreatePricingRuleCommandInput;
+ output: CreatePricingRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/DeleteBillingGroupCommand.ts b/clients/client-billingconductor/src/commands/DeleteBillingGroupCommand.ts
index 6f5b4f00d3cb..db51751246f6 100644
--- a/clients/client-billingconductor/src/commands/DeleteBillingGroupCommand.ts
+++ b/clients/client-billingconductor/src/commands/DeleteBillingGroupCommand.ts
@@ -94,4 +94,16 @@ export class DeleteBillingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBillingGroupCommand)
.de(de_DeleteBillingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBillingGroupInput;
+ output: DeleteBillingGroupOutput;
+ };
+ sdk: {
+ input: DeleteBillingGroupCommandInput;
+ output: DeleteBillingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/DeleteCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/DeleteCustomLineItemCommand.ts
index 9ddc5906421f..c3828401716b 100644
--- a/clients/client-billingconductor/src/commands/DeleteCustomLineItemCommand.ts
+++ b/clients/client-billingconductor/src/commands/DeleteCustomLineItemCommand.ts
@@ -102,4 +102,16 @@ export class DeleteCustomLineItemCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCustomLineItemCommand)
.de(de_DeleteCustomLineItemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCustomLineItemInput;
+ output: DeleteCustomLineItemOutput;
+ };
+ sdk: {
+ input: DeleteCustomLineItemCommandInput;
+ output: DeleteCustomLineItemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/DeletePricingPlanCommand.ts b/clients/client-billingconductor/src/commands/DeletePricingPlanCommand.ts
index dbdf5461685a..9f7eb6cf0787 100644
--- a/clients/client-billingconductor/src/commands/DeletePricingPlanCommand.ts
+++ b/clients/client-billingconductor/src/commands/DeletePricingPlanCommand.ts
@@ -97,4 +97,16 @@ export class DeletePricingPlanCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePricingPlanCommand)
.de(de_DeletePricingPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePricingPlanInput;
+ output: DeletePricingPlanOutput;
+ };
+ sdk: {
+ input: DeletePricingPlanCommandInput;
+ output: DeletePricingPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/DeletePricingRuleCommand.ts b/clients/client-billingconductor/src/commands/DeletePricingRuleCommand.ts
index 490fcc03e1b8..d2abf692b402 100644
--- a/clients/client-billingconductor/src/commands/DeletePricingRuleCommand.ts
+++ b/clients/client-billingconductor/src/commands/DeletePricingRuleCommand.ts
@@ -96,4 +96,16 @@ export class DeletePricingRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePricingRuleCommand)
.de(de_DeletePricingRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePricingRuleInput;
+ output: DeletePricingRuleOutput;
+ };
+ sdk: {
+ input: DeletePricingRuleCommandInput;
+ output: DeletePricingRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/DisassociateAccountsCommand.ts b/clients/client-billingconductor/src/commands/DisassociateAccountsCommand.ts
index a717605e88b4..78d6780967ac 100644
--- a/clients/client-billingconductor/src/commands/DisassociateAccountsCommand.ts
+++ b/clients/client-billingconductor/src/commands/DisassociateAccountsCommand.ts
@@ -103,4 +103,16 @@ export class DisassociateAccountsCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateAccountsCommand)
.de(de_DisassociateAccountsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateAccountsInput;
+ output: DisassociateAccountsOutput;
+ };
+ sdk: {
+ input: DisassociateAccountsCommandInput;
+ output: DisassociateAccountsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/DisassociatePricingRulesCommand.ts b/clients/client-billingconductor/src/commands/DisassociatePricingRulesCommand.ts
index 9ea21f66a97e..469ff03c09db 100644
--- a/clients/client-billingconductor/src/commands/DisassociatePricingRulesCommand.ts
+++ b/clients/client-billingconductor/src/commands/DisassociatePricingRulesCommand.ts
@@ -105,4 +105,16 @@ export class DisassociatePricingRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociatePricingRulesCommand)
.de(de_DisassociatePricingRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociatePricingRulesInput;
+ output: DisassociatePricingRulesOutput;
+ };
+ sdk: {
+ input: DisassociatePricingRulesCommandInput;
+ output: DisassociatePricingRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/GetBillingGroupCostReportCommand.ts b/clients/client-billingconductor/src/commands/GetBillingGroupCostReportCommand.ts
index 9c5174494e03..6ca7107d2d54 100644
--- a/clients/client-billingconductor/src/commands/GetBillingGroupCostReportCommand.ts
+++ b/clients/client-billingconductor/src/commands/GetBillingGroupCostReportCommand.ts
@@ -122,4 +122,16 @@ export class GetBillingGroupCostReportCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBillingGroupCostReportCommand)
.de(de_GetBillingGroupCostReportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBillingGroupCostReportInput;
+ output: GetBillingGroupCostReportOutput;
+ };
+ sdk: {
+ input: GetBillingGroupCostReportCommandInput;
+ output: GetBillingGroupCostReportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/ListAccountAssociationsCommand.ts b/clients/client-billingconductor/src/commands/ListAccountAssociationsCommand.ts
index b93e9cb2c391..5d09879a69ec 100644
--- a/clients/client-billingconductor/src/commands/ListAccountAssociationsCommand.ts
+++ b/clients/client-billingconductor/src/commands/ListAccountAssociationsCommand.ts
@@ -119,4 +119,16 @@ export class ListAccountAssociationsCommand extends $Command
.f(void 0, ListAccountAssociationsOutputFilterSensitiveLog)
.ser(se_ListAccountAssociationsCommand)
.de(de_ListAccountAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAccountAssociationsInput;
+ output: ListAccountAssociationsOutput;
+ };
+ sdk: {
+ input: ListAccountAssociationsCommandInput;
+ output: ListAccountAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/ListBillingGroupCostReportsCommand.ts b/clients/client-billingconductor/src/commands/ListBillingGroupCostReportsCommand.ts
index 00f8407c179e..3a69c7a5c0b4 100644
--- a/clients/client-billingconductor/src/commands/ListBillingGroupCostReportsCommand.ts
+++ b/clients/client-billingconductor/src/commands/ListBillingGroupCostReportsCommand.ts
@@ -117,4 +117,16 @@ export class ListBillingGroupCostReportsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBillingGroupCostReportsCommand)
.de(de_ListBillingGroupCostReportsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBillingGroupCostReportsInput;
+ output: ListBillingGroupCostReportsOutput;
+ };
+ sdk: {
+ input: ListBillingGroupCostReportsCommandInput;
+ output: ListBillingGroupCostReportsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/ListBillingGroupsCommand.ts b/clients/client-billingconductor/src/commands/ListBillingGroupsCommand.ts
index 76412e983a77..2630d198befb 100644
--- a/clients/client-billingconductor/src/commands/ListBillingGroupsCommand.ts
+++ b/clients/client-billingconductor/src/commands/ListBillingGroupsCommand.ts
@@ -131,4 +131,16 @@ export class ListBillingGroupsCommand extends $Command
.f(void 0, ListBillingGroupsOutputFilterSensitiveLog)
.ser(se_ListBillingGroupsCommand)
.de(de_ListBillingGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBillingGroupsInput;
+ output: ListBillingGroupsOutput;
+ };
+ sdk: {
+ input: ListBillingGroupsCommandInput;
+ output: ListBillingGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/ListCustomLineItemVersionsCommand.ts b/clients/client-billingconductor/src/commands/ListCustomLineItemVersionsCommand.ts
index f8dbd642b3f2..f239a6b28053 100644
--- a/clients/client-billingconductor/src/commands/ListCustomLineItemVersionsCommand.ts
+++ b/clients/client-billingconductor/src/commands/ListCustomLineItemVersionsCommand.ts
@@ -139,4 +139,16 @@ export class ListCustomLineItemVersionsCommand extends $Command
.f(void 0, ListCustomLineItemVersionsOutputFilterSensitiveLog)
.ser(se_ListCustomLineItemVersionsCommand)
.de(de_ListCustomLineItemVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCustomLineItemVersionsInput;
+ output: ListCustomLineItemVersionsOutput;
+ };
+ sdk: {
+ input: ListCustomLineItemVersionsCommandInput;
+ output: ListCustomLineItemVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/ListCustomLineItemsCommand.ts b/clients/client-billingconductor/src/commands/ListCustomLineItemsCommand.ts
index 93f52428cacc..ebbce38576b7 100644
--- a/clients/client-billingconductor/src/commands/ListCustomLineItemsCommand.ts
+++ b/clients/client-billingconductor/src/commands/ListCustomLineItemsCommand.ts
@@ -151,4 +151,16 @@ export class ListCustomLineItemsCommand extends $Command
.f(ListCustomLineItemsInputFilterSensitiveLog, ListCustomLineItemsOutputFilterSensitiveLog)
.ser(se_ListCustomLineItemsCommand)
.de(de_ListCustomLineItemsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCustomLineItemsInput;
+ output: ListCustomLineItemsOutput;
+ };
+ sdk: {
+ input: ListCustomLineItemsCommandInput;
+ output: ListCustomLineItemsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/ListPricingPlansAssociatedWithPricingRuleCommand.ts b/clients/client-billingconductor/src/commands/ListPricingPlansAssociatedWithPricingRuleCommand.ts
index 32fc94d7ca5e..4a8745ef706e 100644
--- a/clients/client-billingconductor/src/commands/ListPricingPlansAssociatedWithPricingRuleCommand.ts
+++ b/clients/client-billingconductor/src/commands/ListPricingPlansAssociatedWithPricingRuleCommand.ts
@@ -115,4 +115,16 @@ export class ListPricingPlansAssociatedWithPricingRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPricingPlansAssociatedWithPricingRuleCommand)
.de(de_ListPricingPlansAssociatedWithPricingRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPricingPlansAssociatedWithPricingRuleInput;
+ output: ListPricingPlansAssociatedWithPricingRuleOutput;
+ };
+ sdk: {
+ input: ListPricingPlansAssociatedWithPricingRuleCommandInput;
+ output: ListPricingPlansAssociatedWithPricingRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/ListPricingPlansCommand.ts b/clients/client-billingconductor/src/commands/ListPricingPlansCommand.ts
index 96e9d95f3a9a..769bf828015f 100644
--- a/clients/client-billingconductor/src/commands/ListPricingPlansCommand.ts
+++ b/clients/client-billingconductor/src/commands/ListPricingPlansCommand.ts
@@ -115,4 +115,16 @@ export class ListPricingPlansCommand extends $Command
.f(void 0, ListPricingPlansOutputFilterSensitiveLog)
.ser(se_ListPricingPlansCommand)
.de(de_ListPricingPlansCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPricingPlansInput;
+ output: ListPricingPlansOutput;
+ };
+ sdk: {
+ input: ListPricingPlansCommandInput;
+ output: ListPricingPlansCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/ListPricingRulesAssociatedToPricingPlanCommand.ts b/clients/client-billingconductor/src/commands/ListPricingRulesAssociatedToPricingPlanCommand.ts
index 72fd5aa1a86d..894c9e389f05 100644
--- a/clients/client-billingconductor/src/commands/ListPricingRulesAssociatedToPricingPlanCommand.ts
+++ b/clients/client-billingconductor/src/commands/ListPricingRulesAssociatedToPricingPlanCommand.ts
@@ -115,4 +115,16 @@ export class ListPricingRulesAssociatedToPricingPlanCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPricingRulesAssociatedToPricingPlanCommand)
.de(de_ListPricingRulesAssociatedToPricingPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPricingRulesAssociatedToPricingPlanInput;
+ output: ListPricingRulesAssociatedToPricingPlanOutput;
+ };
+ sdk: {
+ input: ListPricingRulesAssociatedToPricingPlanCommandInput;
+ output: ListPricingRulesAssociatedToPricingPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/ListPricingRulesCommand.ts b/clients/client-billingconductor/src/commands/ListPricingRulesCommand.ts
index 86385163e0ac..82ddc6a004ac 100644
--- a/clients/client-billingconductor/src/commands/ListPricingRulesCommand.ts
+++ b/clients/client-billingconductor/src/commands/ListPricingRulesCommand.ts
@@ -128,4 +128,16 @@ export class ListPricingRulesCommand extends $Command
.f(void 0, ListPricingRulesOutputFilterSensitiveLog)
.ser(se_ListPricingRulesCommand)
.de(de_ListPricingRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPricingRulesInput;
+ output: ListPricingRulesOutput;
+ };
+ sdk: {
+ input: ListPricingRulesCommandInput;
+ output: ListPricingRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/ListResourcesAssociatedToCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/ListResourcesAssociatedToCustomLineItemCommand.ts
index f6c5a8073708..90af76724d82 100644
--- a/clients/client-billingconductor/src/commands/ListResourcesAssociatedToCustomLineItemCommand.ts
+++ b/clients/client-billingconductor/src/commands/ListResourcesAssociatedToCustomLineItemCommand.ts
@@ -121,4 +121,16 @@ export class ListResourcesAssociatedToCustomLineItemCommand extends $Command
.f(void 0, void 0)
.ser(se_ListResourcesAssociatedToCustomLineItemCommand)
.de(de_ListResourcesAssociatedToCustomLineItemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListResourcesAssociatedToCustomLineItemInput;
+ output: ListResourcesAssociatedToCustomLineItemOutput;
+ };
+ sdk: {
+ input: ListResourcesAssociatedToCustomLineItemCommandInput;
+ output: ListResourcesAssociatedToCustomLineItemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/ListTagsForResourceCommand.ts b/clients/client-billingconductor/src/commands/ListTagsForResourceCommand.ts
index adab98e3b721..67bf16c5f14c 100644
--- a/clients/client-billingconductor/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-billingconductor/src/commands/ListTagsForResourceCommand.ts
@@ -100,4 +100,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/TagResourceCommand.ts b/clients/client-billingconductor/src/commands/TagResourceCommand.ts
index e42947670b22..60f252830b98 100644
--- a/clients/client-billingconductor/src/commands/TagResourceCommand.ts
+++ b/clients/client-billingconductor/src/commands/TagResourceCommand.ts
@@ -99,4 +99,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/UntagResourceCommand.ts b/clients/client-billingconductor/src/commands/UntagResourceCommand.ts
index 4f4b31268bc9..09b1a60761eb 100644
--- a/clients/client-billingconductor/src/commands/UntagResourceCommand.ts
+++ b/clients/client-billingconductor/src/commands/UntagResourceCommand.ts
@@ -99,4 +99,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/UpdateBillingGroupCommand.ts b/clients/client-billingconductor/src/commands/UpdateBillingGroupCommand.ts
index eeec74324340..37540e9ad11c 100644
--- a/clients/client-billingconductor/src/commands/UpdateBillingGroupCommand.ts
+++ b/clients/client-billingconductor/src/commands/UpdateBillingGroupCommand.ts
@@ -126,4 +126,16 @@ export class UpdateBillingGroupCommand extends $Command
.f(UpdateBillingGroupInputFilterSensitiveLog, UpdateBillingGroupOutputFilterSensitiveLog)
.ser(se_UpdateBillingGroupCommand)
.de(de_UpdateBillingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBillingGroupInput;
+ output: UpdateBillingGroupOutput;
+ };
+ sdk: {
+ input: UpdateBillingGroupCommandInput;
+ output: UpdateBillingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/UpdateCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/UpdateCustomLineItemCommand.ts
index 822ba80776bc..c66cd2ff1dab 100644
--- a/clients/client-billingconductor/src/commands/UpdateCustomLineItemCommand.ts
+++ b/clients/client-billingconductor/src/commands/UpdateCustomLineItemCommand.ts
@@ -149,4 +149,16 @@ export class UpdateCustomLineItemCommand extends $Command
.f(UpdateCustomLineItemInputFilterSensitiveLog, UpdateCustomLineItemOutputFilterSensitiveLog)
.ser(se_UpdateCustomLineItemCommand)
.de(de_UpdateCustomLineItemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCustomLineItemInput;
+ output: UpdateCustomLineItemOutput;
+ };
+ sdk: {
+ input: UpdateCustomLineItemCommandInput;
+ output: UpdateCustomLineItemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/UpdatePricingPlanCommand.ts b/clients/client-billingconductor/src/commands/UpdatePricingPlanCommand.ts
index 2b67e4fb6e46..97467432fa85 100644
--- a/clients/client-billingconductor/src/commands/UpdatePricingPlanCommand.ts
+++ b/clients/client-billingconductor/src/commands/UpdatePricingPlanCommand.ts
@@ -112,4 +112,16 @@ export class UpdatePricingPlanCommand extends $Command
.f(UpdatePricingPlanInputFilterSensitiveLog, UpdatePricingPlanOutputFilterSensitiveLog)
.ser(se_UpdatePricingPlanCommand)
.de(de_UpdatePricingPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePricingPlanInput;
+ output: UpdatePricingPlanOutput;
+ };
+ sdk: {
+ input: UpdatePricingPlanCommandInput;
+ output: UpdatePricingPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-billingconductor/src/commands/UpdatePricingRuleCommand.ts b/clients/client-billingconductor/src/commands/UpdatePricingRuleCommand.ts
index 7b9ac48d6392..93c973897cad 100644
--- a/clients/client-billingconductor/src/commands/UpdatePricingRuleCommand.ts
+++ b/clients/client-billingconductor/src/commands/UpdatePricingRuleCommand.ts
@@ -132,4 +132,16 @@ export class UpdatePricingRuleCommand extends $Command
.f(UpdatePricingRuleInputFilterSensitiveLog, UpdatePricingRuleOutputFilterSensitiveLog)
.ser(se_UpdatePricingRuleCommand)
.de(de_UpdatePricingRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePricingRuleInput;
+ output: UpdatePricingRuleOutput;
+ };
+ sdk: {
+ input: UpdatePricingRuleCommandInput;
+ output: UpdatePricingRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-braket/package.json b/clients/client-braket/package.json
index f9523f9fe164..ebcb3b20538d 100644
--- a/clients/client-braket/package.json
+++ b/clients/client-braket/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-braket/src/commands/CancelJobCommand.ts b/clients/client-braket/src/commands/CancelJobCommand.ts
index 0189dd62167b..7da848850283 100644
--- a/clients/client-braket/src/commands/CancelJobCommand.ts
+++ b/clients/client-braket/src/commands/CancelJobCommand.ts
@@ -97,4 +97,16 @@ export class CancelJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelJobCommand)
.de(de_CancelJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelJobRequest;
+ output: CancelJobResponse;
+ };
+ sdk: {
+ input: CancelJobCommandInput;
+ output: CancelJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-braket/src/commands/CancelQuantumTaskCommand.ts b/clients/client-braket/src/commands/CancelQuantumTaskCommand.ts
index 3a1e4ca5d5b8..1e49bded9416 100644
--- a/clients/client-braket/src/commands/CancelQuantumTaskCommand.ts
+++ b/clients/client-braket/src/commands/CancelQuantumTaskCommand.ts
@@ -98,4 +98,16 @@ export class CancelQuantumTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelQuantumTaskCommand)
.de(de_CancelQuantumTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelQuantumTaskRequest;
+ output: CancelQuantumTaskResponse;
+ };
+ sdk: {
+ input: CancelQuantumTaskCommandInput;
+ output: CancelQuantumTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-braket/src/commands/CreateJobCommand.ts b/clients/client-braket/src/commands/CreateJobCommand.ts
index 57a6ade8db59..6a7ee9429ba8 100644
--- a/clients/client-braket/src/commands/CreateJobCommand.ts
+++ b/clients/client-braket/src/commands/CreateJobCommand.ts
@@ -156,4 +156,16 @@ export class CreateJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateJobCommand)
.de(de_CreateJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateJobRequest;
+ output: CreateJobResponse;
+ };
+ sdk: {
+ input: CreateJobCommandInput;
+ output: CreateJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-braket/src/commands/CreateQuantumTaskCommand.ts b/clients/client-braket/src/commands/CreateQuantumTaskCommand.ts
index c9456bbd1e07..7e8c3accbffb 100644
--- a/clients/client-braket/src/commands/CreateQuantumTaskCommand.ts
+++ b/clients/client-braket/src/commands/CreateQuantumTaskCommand.ts
@@ -115,4 +115,16 @@ export class CreateQuantumTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateQuantumTaskCommand)
.de(de_CreateQuantumTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateQuantumTaskRequest;
+ output: CreateQuantumTaskResponse;
+ };
+ sdk: {
+ input: CreateQuantumTaskCommandInput;
+ output: CreateQuantumTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-braket/src/commands/GetDeviceCommand.ts b/clients/client-braket/src/commands/GetDeviceCommand.ts
index 90ba9d9c9197..9de914f25532 100644
--- a/clients/client-braket/src/commands/GetDeviceCommand.ts
+++ b/clients/client-braket/src/commands/GetDeviceCommand.ts
@@ -114,4 +114,16 @@ export class GetDeviceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeviceCommand)
.de(de_GetDeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeviceRequest;
+ output: GetDeviceResponse;
+ };
+ sdk: {
+ input: GetDeviceCommandInput;
+ output: GetDeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-braket/src/commands/GetJobCommand.ts b/clients/client-braket/src/commands/GetJobCommand.ts
index 3ebcdb096486..4b9f5c207fdb 100644
--- a/clients/client-braket/src/commands/GetJobCommand.ts
+++ b/clients/client-braket/src/commands/GetJobCommand.ts
@@ -168,4 +168,16 @@ export class GetJobCommand extends $Command
.f(void 0, void 0)
.ser(se_GetJobCommand)
.de(de_GetJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetJobRequest;
+ output: GetJobResponse;
+ };
+ sdk: {
+ input: GetJobCommandInput;
+ output: GetJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-braket/src/commands/GetQuantumTaskCommand.ts b/clients/client-braket/src/commands/GetQuantumTaskCommand.ts
index 7d8e9dcd1dd3..2d94fb44adc8 100644
--- a/clients/client-braket/src/commands/GetQuantumTaskCommand.ts
+++ b/clients/client-braket/src/commands/GetQuantumTaskCommand.ts
@@ -121,4 +121,16 @@ export class GetQuantumTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_GetQuantumTaskCommand)
.de(de_GetQuantumTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetQuantumTaskRequest;
+ output: GetQuantumTaskResponse;
+ };
+ sdk: {
+ input: GetQuantumTaskCommandInput;
+ output: GetQuantumTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-braket/src/commands/ListTagsForResourceCommand.ts b/clients/client-braket/src/commands/ListTagsForResourceCommand.ts
index 9d3f91b871e6..8a44f57ea316 100644
--- a/clients/client-braket/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-braket/src/commands/ListTagsForResourceCommand.ts
@@ -89,4 +89,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-braket/src/commands/SearchDevicesCommand.ts b/clients/client-braket/src/commands/SearchDevicesCommand.ts
index dc41bcbf0267..df596c9463ef 100644
--- a/clients/client-braket/src/commands/SearchDevicesCommand.ts
+++ b/clients/client-braket/src/commands/SearchDevicesCommand.ts
@@ -108,4 +108,16 @@ export class SearchDevicesCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchDevicesCommand)
.de(de_SearchDevicesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchDevicesRequest;
+ output: SearchDevicesResponse;
+ };
+ sdk: {
+ input: SearchDevicesCommandInput;
+ output: SearchDevicesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-braket/src/commands/SearchJobsCommand.ts b/clients/client-braket/src/commands/SearchJobsCommand.ts
index 3c2e175895f2..a6d7dbd1a8fe 100644
--- a/clients/client-braket/src/commands/SearchJobsCommand.ts
+++ b/clients/client-braket/src/commands/SearchJobsCommand.ts
@@ -114,4 +114,16 @@ export class SearchJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchJobsCommand)
.de(de_SearchJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchJobsRequest;
+ output: SearchJobsResponse;
+ };
+ sdk: {
+ input: SearchJobsCommandInput;
+ output: SearchJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-braket/src/commands/SearchQuantumTasksCommand.ts b/clients/client-braket/src/commands/SearchQuantumTasksCommand.ts
index 171823be5063..2a2fc665fad8 100644
--- a/clients/client-braket/src/commands/SearchQuantumTasksCommand.ts
+++ b/clients/client-braket/src/commands/SearchQuantumTasksCommand.ts
@@ -115,4 +115,16 @@ export class SearchQuantumTasksCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchQuantumTasksCommand)
.de(de_SearchQuantumTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchQuantumTasksRequest;
+ output: SearchQuantumTasksResponse;
+ };
+ sdk: {
+ input: SearchQuantumTasksCommandInput;
+ output: SearchQuantumTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-braket/src/commands/TagResourceCommand.ts b/clients/client-braket/src/commands/TagResourceCommand.ts
index ca22deaf156c..52a18fcf4e82 100644
--- a/clients/client-braket/src/commands/TagResourceCommand.ts
+++ b/clients/client-braket/src/commands/TagResourceCommand.ts
@@ -88,4 +88,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-braket/src/commands/UntagResourceCommand.ts b/clients/client-braket/src/commands/UntagResourceCommand.ts
index 52d3cadad9e1..f0b2190b7971 100644
--- a/clients/client-braket/src/commands/UntagResourceCommand.ts
+++ b/clients/client-braket/src/commands/UntagResourceCommand.ts
@@ -88,4 +88,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/package.json b/clients/client-budgets/package.json
index fd2c7cfcb4fd..30d7e1c33025 100644
--- a/clients/client-budgets/package.json
+++ b/clients/client-budgets/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-budgets/src/commands/CreateBudgetActionCommand.ts b/clients/client-budgets/src/commands/CreateBudgetActionCommand.ts
index 6f53fcbc21d4..6b87fa237f82 100644
--- a/clients/client-budgets/src/commands/CreateBudgetActionCommand.ts
+++ b/clients/client-budgets/src/commands/CreateBudgetActionCommand.ts
@@ -158,4 +158,16 @@ export class CreateBudgetActionCommand extends $Command
.f(CreateBudgetActionRequestFilterSensitiveLog, void 0)
.ser(se_CreateBudgetActionCommand)
.de(de_CreateBudgetActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBudgetActionRequest;
+ output: CreateBudgetActionResponse;
+ };
+ sdk: {
+ input: CreateBudgetActionCommandInput;
+ output: CreateBudgetActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/CreateBudgetCommand.ts b/clients/client-budgets/src/commands/CreateBudgetCommand.ts
index 9cda4b33fd73..e9d61beb2d38 100644
--- a/clients/client-budgets/src/commands/CreateBudgetCommand.ts
+++ b/clients/client-budgets/src/commands/CreateBudgetCommand.ts
@@ -179,4 +179,16 @@ export class CreateBudgetCommand extends $Command
.f(CreateBudgetRequestFilterSensitiveLog, void 0)
.ser(se_CreateBudgetCommand)
.de(de_CreateBudgetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBudgetRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateBudgetCommandInput;
+ output: CreateBudgetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/CreateNotificationCommand.ts b/clients/client-budgets/src/commands/CreateNotificationCommand.ts
index 161168cdeaa4..df63f646d01e 100644
--- a/clients/client-budgets/src/commands/CreateNotificationCommand.ts
+++ b/clients/client-budgets/src/commands/CreateNotificationCommand.ts
@@ -115,4 +115,16 @@ export class CreateNotificationCommand extends $Command
.f(CreateNotificationRequestFilterSensitiveLog, void 0)
.ser(se_CreateNotificationCommand)
.de(de_CreateNotificationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateNotificationRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateNotificationCommandInput;
+ output: CreateNotificationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/CreateSubscriberCommand.ts b/clients/client-budgets/src/commands/CreateSubscriberCommand.ts
index 9553320e4cfb..5f1ddf0176c9 100644
--- a/clients/client-budgets/src/commands/CreateSubscriberCommand.ts
+++ b/clients/client-budgets/src/commands/CreateSubscriberCommand.ts
@@ -113,4 +113,16 @@ export class CreateSubscriberCommand extends $Command
.f(CreateSubscriberRequestFilterSensitiveLog, void 0)
.ser(se_CreateSubscriberCommand)
.de(de_CreateSubscriberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSubscriberRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateSubscriberCommandInput;
+ output: CreateSubscriberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/DeleteBudgetActionCommand.ts b/clients/client-budgets/src/commands/DeleteBudgetActionCommand.ts
index cb8d9c106300..5904f65eff60 100644
--- a/clients/client-budgets/src/commands/DeleteBudgetActionCommand.ts
+++ b/clients/client-budgets/src/commands/DeleteBudgetActionCommand.ts
@@ -152,4 +152,16 @@ export class DeleteBudgetActionCommand extends $Command
.f(void 0, DeleteBudgetActionResponseFilterSensitiveLog)
.ser(se_DeleteBudgetActionCommand)
.de(de_DeleteBudgetActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBudgetActionRequest;
+ output: DeleteBudgetActionResponse;
+ };
+ sdk: {
+ input: DeleteBudgetActionCommandInput;
+ output: DeleteBudgetActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/DeleteBudgetCommand.ts b/clients/client-budgets/src/commands/DeleteBudgetCommand.ts
index 8ad4408d74d7..8bda54945b90 100644
--- a/clients/client-budgets/src/commands/DeleteBudgetCommand.ts
+++ b/clients/client-budgets/src/commands/DeleteBudgetCommand.ts
@@ -95,4 +95,16 @@ export class DeleteBudgetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBudgetCommand)
.de(de_DeleteBudgetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBudgetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteBudgetCommandInput;
+ output: DeleteBudgetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/DeleteNotificationCommand.ts b/clients/client-budgets/src/commands/DeleteNotificationCommand.ts
index 5345f6fcf595..70a546a4d3a1 100644
--- a/clients/client-budgets/src/commands/DeleteNotificationCommand.ts
+++ b/clients/client-budgets/src/commands/DeleteNotificationCommand.ts
@@ -102,4 +102,16 @@ export class DeleteNotificationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteNotificationCommand)
.de(de_DeleteNotificationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteNotificationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteNotificationCommandInput;
+ output: DeleteNotificationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/DeleteSubscriberCommand.ts b/clients/client-budgets/src/commands/DeleteSubscriberCommand.ts
index f6eabc1f06dc..cef4fc7c513d 100644
--- a/clients/client-budgets/src/commands/DeleteSubscriberCommand.ts
+++ b/clients/client-budgets/src/commands/DeleteSubscriberCommand.ts
@@ -110,4 +110,16 @@ export class DeleteSubscriberCommand extends $Command
.f(DeleteSubscriberRequestFilterSensitiveLog, void 0)
.ser(se_DeleteSubscriberCommand)
.de(de_DeleteSubscriberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSubscriberRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSubscriberCommandInput;
+ output: DeleteSubscriberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/DescribeBudgetActionCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetActionCommand.ts
index 815860a4f7cf..5219e22029d0 100644
--- a/clients/client-budgets/src/commands/DescribeBudgetActionCommand.ts
+++ b/clients/client-budgets/src/commands/DescribeBudgetActionCommand.ts
@@ -148,4 +148,16 @@ export class DescribeBudgetActionCommand extends $Command
.f(void 0, DescribeBudgetActionResponseFilterSensitiveLog)
.ser(se_DescribeBudgetActionCommand)
.de(de_DescribeBudgetActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBudgetActionRequest;
+ output: DescribeBudgetActionResponse;
+ };
+ sdk: {
+ input: DescribeBudgetActionCommandInput;
+ output: DescribeBudgetActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/DescribeBudgetActionHistoriesCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetActionHistoriesCommand.ts
index 7c5c20f4dcdb..69caaad7cb77 100644
--- a/clients/client-budgets/src/commands/DescribeBudgetActionHistoriesCommand.ts
+++ b/clients/client-budgets/src/commands/DescribeBudgetActionHistoriesCommand.ts
@@ -171,4 +171,16 @@ export class DescribeBudgetActionHistoriesCommand extends $Command
.f(void 0, DescribeBudgetActionHistoriesResponseFilterSensitiveLog)
.ser(se_DescribeBudgetActionHistoriesCommand)
.de(de_DescribeBudgetActionHistoriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBudgetActionHistoriesRequest;
+ output: DescribeBudgetActionHistoriesResponse;
+ };
+ sdk: {
+ input: DescribeBudgetActionHistoriesCommandInput;
+ output: DescribeBudgetActionHistoriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/DescribeBudgetActionsForAccountCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetActionsForAccountCommand.ts
index b169393e9ff8..973082e2f786 100644
--- a/clients/client-budgets/src/commands/DescribeBudgetActionsForAccountCommand.ts
+++ b/clients/client-budgets/src/commands/DescribeBudgetActionsForAccountCommand.ts
@@ -154,4 +154,16 @@ export class DescribeBudgetActionsForAccountCommand extends $Command
.f(void 0, DescribeBudgetActionsForAccountResponseFilterSensitiveLog)
.ser(se_DescribeBudgetActionsForAccountCommand)
.de(de_DescribeBudgetActionsForAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBudgetActionsForAccountRequest;
+ output: DescribeBudgetActionsForAccountResponse;
+ };
+ sdk: {
+ input: DescribeBudgetActionsForAccountCommandInput;
+ output: DescribeBudgetActionsForAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/DescribeBudgetActionsForBudgetCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetActionsForBudgetCommand.ts
index d4bf5c06f49f..e169cf7921e5 100644
--- a/clients/client-budgets/src/commands/DescribeBudgetActionsForBudgetCommand.ts
+++ b/clients/client-budgets/src/commands/DescribeBudgetActionsForBudgetCommand.ts
@@ -158,4 +158,16 @@ export class DescribeBudgetActionsForBudgetCommand extends $Command
.f(void 0, DescribeBudgetActionsForBudgetResponseFilterSensitiveLog)
.ser(se_DescribeBudgetActionsForBudgetCommand)
.de(de_DescribeBudgetActionsForBudgetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBudgetActionsForBudgetRequest;
+ output: DescribeBudgetActionsForBudgetResponse;
+ };
+ sdk: {
+ input: DescribeBudgetActionsForBudgetCommandInput;
+ output: DescribeBudgetActionsForBudgetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/DescribeBudgetCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetCommand.ts
index d7e239c6d526..45e5c61a9fd0 100644
--- a/clients/client-budgets/src/commands/DescribeBudgetCommand.ts
+++ b/clients/client-budgets/src/commands/DescribeBudgetCommand.ts
@@ -152,4 +152,16 @@ export class DescribeBudgetCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeBudgetCommand)
.de(de_DescribeBudgetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBudgetRequest;
+ output: DescribeBudgetResponse;
+ };
+ sdk: {
+ input: DescribeBudgetCommandInput;
+ output: DescribeBudgetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/DescribeBudgetNotificationsForAccountCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetNotificationsForAccountCommand.ts
index b0e96ffbaca7..a23d1c302afc 100644
--- a/clients/client-budgets/src/commands/DescribeBudgetNotificationsForAccountCommand.ts
+++ b/clients/client-budgets/src/commands/DescribeBudgetNotificationsForAccountCommand.ts
@@ -124,4 +124,16 @@ export class DescribeBudgetNotificationsForAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeBudgetNotificationsForAccountCommand)
.de(de_DescribeBudgetNotificationsForAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBudgetNotificationsForAccountRequest;
+ output: DescribeBudgetNotificationsForAccountResponse;
+ };
+ sdk: {
+ input: DescribeBudgetNotificationsForAccountCommandInput;
+ output: DescribeBudgetNotificationsForAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/DescribeBudgetPerformanceHistoryCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetPerformanceHistoryCommand.ts
index c27d39d1a210..03ef12aeba0e 100644
--- a/clients/client-budgets/src/commands/DescribeBudgetPerformanceHistoryCommand.ts
+++ b/clients/client-budgets/src/commands/DescribeBudgetPerformanceHistoryCommand.ts
@@ -150,4 +150,16 @@ export class DescribeBudgetPerformanceHistoryCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeBudgetPerformanceHistoryCommand)
.de(de_DescribeBudgetPerformanceHistoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBudgetPerformanceHistoryRequest;
+ output: DescribeBudgetPerformanceHistoryResponse;
+ };
+ sdk: {
+ input: DescribeBudgetPerformanceHistoryCommandInput;
+ output: DescribeBudgetPerformanceHistoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/DescribeBudgetsCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetsCommand.ts
index 8dbadb736e46..30f169bfa604 100644
--- a/clients/client-budgets/src/commands/DescribeBudgetsCommand.ts
+++ b/clients/client-budgets/src/commands/DescribeBudgetsCommand.ts
@@ -162,4 +162,16 @@ export class DescribeBudgetsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeBudgetsCommand)
.de(de_DescribeBudgetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBudgetsRequest;
+ output: DescribeBudgetsResponse;
+ };
+ sdk: {
+ input: DescribeBudgetsCommandInput;
+ output: DescribeBudgetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/DescribeNotificationsForBudgetCommand.ts b/clients/client-budgets/src/commands/DescribeNotificationsForBudgetCommand.ts
index 685fe3e5afcf..ff0885d235ca 100644
--- a/clients/client-budgets/src/commands/DescribeNotificationsForBudgetCommand.ts
+++ b/clients/client-budgets/src/commands/DescribeNotificationsForBudgetCommand.ts
@@ -116,4 +116,16 @@ export class DescribeNotificationsForBudgetCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeNotificationsForBudgetCommand)
.de(de_DescribeNotificationsForBudgetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeNotificationsForBudgetRequest;
+ output: DescribeNotificationsForBudgetResponse;
+ };
+ sdk: {
+ input: DescribeNotificationsForBudgetCommandInput;
+ output: DescribeNotificationsForBudgetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/DescribeSubscribersForNotificationCommand.ts b/clients/client-budgets/src/commands/DescribeSubscribersForNotificationCommand.ts
index 812d0cc878a4..18f868775f90 100644
--- a/clients/client-budgets/src/commands/DescribeSubscribersForNotificationCommand.ts
+++ b/clients/client-budgets/src/commands/DescribeSubscribersForNotificationCommand.ts
@@ -124,4 +124,16 @@ export class DescribeSubscribersForNotificationCommand extends $Command
.f(void 0, DescribeSubscribersForNotificationResponseFilterSensitiveLog)
.ser(se_DescribeSubscribersForNotificationCommand)
.de(de_DescribeSubscribersForNotificationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSubscribersForNotificationRequest;
+ output: DescribeSubscribersForNotificationResponse;
+ };
+ sdk: {
+ input: DescribeSubscribersForNotificationCommandInput;
+ output: DescribeSubscribersForNotificationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/ExecuteBudgetActionCommand.ts b/clients/client-budgets/src/commands/ExecuteBudgetActionCommand.ts
index 38d4dfc61aca..2e2ca09b593a 100644
--- a/clients/client-budgets/src/commands/ExecuteBudgetActionCommand.ts
+++ b/clients/client-budgets/src/commands/ExecuteBudgetActionCommand.ts
@@ -105,4 +105,16 @@ export class ExecuteBudgetActionCommand extends $Command
.f(void 0, void 0)
.ser(se_ExecuteBudgetActionCommand)
.de(de_ExecuteBudgetActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExecuteBudgetActionRequest;
+ output: ExecuteBudgetActionResponse;
+ };
+ sdk: {
+ input: ExecuteBudgetActionCommandInput;
+ output: ExecuteBudgetActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/ListTagsForResourceCommand.ts b/clients/client-budgets/src/commands/ListTagsForResourceCommand.ts
index c04d706b1e4a..5b1861818742 100644
--- a/clients/client-budgets/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-budgets/src/commands/ListTagsForResourceCommand.ts
@@ -98,4 +98,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/TagResourceCommand.ts b/clients/client-budgets/src/commands/TagResourceCommand.ts
index a0768641b01e..be9d836c3f37 100644
--- a/clients/client-budgets/src/commands/TagResourceCommand.ts
+++ b/clients/client-budgets/src/commands/TagResourceCommand.ts
@@ -100,4 +100,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/UntagResourceCommand.ts b/clients/client-budgets/src/commands/UntagResourceCommand.ts
index c7b148385a37..bfcab383eef2 100644
--- a/clients/client-budgets/src/commands/UntagResourceCommand.ts
+++ b/clients/client-budgets/src/commands/UntagResourceCommand.ts
@@ -94,4 +94,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/UpdateBudgetActionCommand.ts b/clients/client-budgets/src/commands/UpdateBudgetActionCommand.ts
index 0e3319bf5661..1c2788893488 100644
--- a/clients/client-budgets/src/commands/UpdateBudgetActionCommand.ts
+++ b/clients/client-budgets/src/commands/UpdateBudgetActionCommand.ts
@@ -239,4 +239,16 @@ export class UpdateBudgetActionCommand extends $Command
.f(UpdateBudgetActionRequestFilterSensitiveLog, UpdateBudgetActionResponseFilterSensitiveLog)
.ser(se_UpdateBudgetActionCommand)
.de(de_UpdateBudgetActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBudgetActionRequest;
+ output: UpdateBudgetActionResponse;
+ };
+ sdk: {
+ input: UpdateBudgetActionCommandInput;
+ output: UpdateBudgetActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/UpdateBudgetCommand.ts b/clients/client-budgets/src/commands/UpdateBudgetCommand.ts
index 969630873da7..485490894ca8 100644
--- a/clients/client-budgets/src/commands/UpdateBudgetCommand.ts
+++ b/clients/client-budgets/src/commands/UpdateBudgetCommand.ts
@@ -150,4 +150,16 @@ export class UpdateBudgetCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateBudgetCommand)
.de(de_UpdateBudgetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBudgetRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateBudgetCommandInput;
+ output: UpdateBudgetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/UpdateNotificationCommand.ts b/clients/client-budgets/src/commands/UpdateNotificationCommand.ts
index 837354a8436e..cf2176c5fc96 100644
--- a/clients/client-budgets/src/commands/UpdateNotificationCommand.ts
+++ b/clients/client-budgets/src/commands/UpdateNotificationCommand.ts
@@ -109,4 +109,16 @@ export class UpdateNotificationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateNotificationCommand)
.de(de_UpdateNotificationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateNotificationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateNotificationCommandInput;
+ output: UpdateNotificationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-budgets/src/commands/UpdateSubscriberCommand.ts b/clients/client-budgets/src/commands/UpdateSubscriberCommand.ts
index 65ccb7c6cac4..3212bcc05bc6 100644
--- a/clients/client-budgets/src/commands/UpdateSubscriberCommand.ts
+++ b/clients/client-budgets/src/commands/UpdateSubscriberCommand.ts
@@ -114,4 +114,16 @@ export class UpdateSubscriberCommand extends $Command
.f(UpdateSubscriberRequestFilterSensitiveLog, void 0)
.ser(se_UpdateSubscriberCommand)
.de(de_UpdateSubscriberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSubscriberRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateSubscriberCommandInput;
+ output: UpdateSubscriberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/package.json b/clients/client-chatbot/package.json
index 9527d61397be..92af976164cd 100644
--- a/clients/client-chatbot/package.json
+++ b/clients/client-chatbot/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-chatbot/src/commands/CreateChimeWebhookConfigurationCommand.ts b/clients/client-chatbot/src/commands/CreateChimeWebhookConfigurationCommand.ts
index 955d96391690..f6840da42183 100644
--- a/clients/client-chatbot/src/commands/CreateChimeWebhookConfigurationCommand.ts
+++ b/clients/client-chatbot/src/commands/CreateChimeWebhookConfigurationCommand.ts
@@ -130,4 +130,16 @@ export class CreateChimeWebhookConfigurationCommand extends $Command
.f(CreateChimeWebhookConfigurationRequestFilterSensitiveLog, CreateChimeWebhookConfigurationResultFilterSensitiveLog)
.ser(se_CreateChimeWebhookConfigurationCommand)
.de(de_CreateChimeWebhookConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateChimeWebhookConfigurationRequest;
+ output: CreateChimeWebhookConfigurationResult;
+ };
+ sdk: {
+ input: CreateChimeWebhookConfigurationCommandInput;
+ output: CreateChimeWebhookConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/CreateMicrosoftTeamsChannelConfigurationCommand.ts b/clients/client-chatbot/src/commands/CreateMicrosoftTeamsChannelConfigurationCommand.ts
index 3248771cc7c8..72032ab64f65 100644
--- a/clients/client-chatbot/src/commands/CreateMicrosoftTeamsChannelConfigurationCommand.ts
+++ b/clients/client-chatbot/src/commands/CreateMicrosoftTeamsChannelConfigurationCommand.ts
@@ -145,4 +145,16 @@ export class CreateMicrosoftTeamsChannelConfigurationCommand extends $Command
.f(CreateTeamsChannelConfigurationRequestFilterSensitiveLog, CreateTeamsChannelConfigurationResultFilterSensitiveLog)
.ser(se_CreateMicrosoftTeamsChannelConfigurationCommand)
.de(de_CreateMicrosoftTeamsChannelConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTeamsChannelConfigurationRequest;
+ output: CreateTeamsChannelConfigurationResult;
+ };
+ sdk: {
+ input: CreateMicrosoftTeamsChannelConfigurationCommandInput;
+ output: CreateMicrosoftTeamsChannelConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/CreateSlackChannelConfigurationCommand.ts b/clients/client-chatbot/src/commands/CreateSlackChannelConfigurationCommand.ts
index 449bef5707d0..4c500c18b275 100644
--- a/clients/client-chatbot/src/commands/CreateSlackChannelConfigurationCommand.ts
+++ b/clients/client-chatbot/src/commands/CreateSlackChannelConfigurationCommand.ts
@@ -142,4 +142,16 @@ export class CreateSlackChannelConfigurationCommand extends $Command
.f(CreateSlackChannelConfigurationRequestFilterSensitiveLog, CreateSlackChannelConfigurationResultFilterSensitiveLog)
.ser(se_CreateSlackChannelConfigurationCommand)
.de(de_CreateSlackChannelConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSlackChannelConfigurationRequest;
+ output: CreateSlackChannelConfigurationResult;
+ };
+ sdk: {
+ input: CreateSlackChannelConfigurationCommandInput;
+ output: CreateSlackChannelConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/DeleteChimeWebhookConfigurationCommand.ts b/clients/client-chatbot/src/commands/DeleteChimeWebhookConfigurationCommand.ts
index adf438666863..74eba7793be5 100644
--- a/clients/client-chatbot/src/commands/DeleteChimeWebhookConfigurationCommand.ts
+++ b/clients/client-chatbot/src/commands/DeleteChimeWebhookConfigurationCommand.ts
@@ -92,4 +92,16 @@ export class DeleteChimeWebhookConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteChimeWebhookConfigurationCommand)
.de(de_DeleteChimeWebhookConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteChimeWebhookConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteChimeWebhookConfigurationCommandInput;
+ output: DeleteChimeWebhookConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.ts b/clients/client-chatbot/src/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.ts
index 2e396ce7330a..ab96d231af80 100644
--- a/clients/client-chatbot/src/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.ts
+++ b/clients/client-chatbot/src/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.ts
@@ -92,4 +92,16 @@ export class DeleteMicrosoftTeamsChannelConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMicrosoftTeamsChannelConfigurationCommand)
.de(de_DeleteMicrosoftTeamsChannelConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTeamsChannelConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMicrosoftTeamsChannelConfigurationCommandInput;
+ output: DeleteMicrosoftTeamsChannelConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.ts b/clients/client-chatbot/src/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.ts
index 13e3d898201f..080a46216c18 100644
--- a/clients/client-chatbot/src/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.ts
+++ b/clients/client-chatbot/src/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.ts
@@ -87,4 +87,16 @@ export class DeleteMicrosoftTeamsConfiguredTeamCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMicrosoftTeamsConfiguredTeamCommand)
.de(de_DeleteMicrosoftTeamsConfiguredTeamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTeamsConfiguredTeamRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMicrosoftTeamsConfiguredTeamCommandInput;
+ output: DeleteMicrosoftTeamsConfiguredTeamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/DeleteMicrosoftTeamsUserIdentityCommand.ts b/clients/client-chatbot/src/commands/DeleteMicrosoftTeamsUserIdentityCommand.ts
index b1e789340d8c..ee58716217bb 100644
--- a/clients/client-chatbot/src/commands/DeleteMicrosoftTeamsUserIdentityCommand.ts
+++ b/clients/client-chatbot/src/commands/DeleteMicrosoftTeamsUserIdentityCommand.ts
@@ -90,4 +90,16 @@ export class DeleteMicrosoftTeamsUserIdentityCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMicrosoftTeamsUserIdentityCommand)
.de(de_DeleteMicrosoftTeamsUserIdentityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMicrosoftTeamsUserIdentityRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMicrosoftTeamsUserIdentityCommandInput;
+ output: DeleteMicrosoftTeamsUserIdentityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/DeleteSlackChannelConfigurationCommand.ts b/clients/client-chatbot/src/commands/DeleteSlackChannelConfigurationCommand.ts
index b58788b700c0..4bac04e42903 100644
--- a/clients/client-chatbot/src/commands/DeleteSlackChannelConfigurationCommand.ts
+++ b/clients/client-chatbot/src/commands/DeleteSlackChannelConfigurationCommand.ts
@@ -92,4 +92,16 @@ export class DeleteSlackChannelConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSlackChannelConfigurationCommand)
.de(de_DeleteSlackChannelConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSlackChannelConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSlackChannelConfigurationCommandInput;
+ output: DeleteSlackChannelConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/DeleteSlackUserIdentityCommand.ts b/clients/client-chatbot/src/commands/DeleteSlackUserIdentityCommand.ts
index ae5494da7e83..e4fdc08463bd 100644
--- a/clients/client-chatbot/src/commands/DeleteSlackUserIdentityCommand.ts
+++ b/clients/client-chatbot/src/commands/DeleteSlackUserIdentityCommand.ts
@@ -86,4 +86,16 @@ export class DeleteSlackUserIdentityCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSlackUserIdentityCommand)
.de(de_DeleteSlackUserIdentityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSlackUserIdentityRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSlackUserIdentityCommandInput;
+ output: DeleteSlackUserIdentityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/DeleteSlackWorkspaceAuthorizationCommand.ts b/clients/client-chatbot/src/commands/DeleteSlackWorkspaceAuthorizationCommand.ts
index d15a9c58ef3f..137c37c2afe6 100644
--- a/clients/client-chatbot/src/commands/DeleteSlackWorkspaceAuthorizationCommand.ts
+++ b/clients/client-chatbot/src/commands/DeleteSlackWorkspaceAuthorizationCommand.ts
@@ -87,4 +87,16 @@ export class DeleteSlackWorkspaceAuthorizationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSlackWorkspaceAuthorizationCommand)
.de(de_DeleteSlackWorkspaceAuthorizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSlackWorkspaceAuthorizationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSlackWorkspaceAuthorizationCommandInput;
+ output: DeleteSlackWorkspaceAuthorizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/DescribeChimeWebhookConfigurationsCommand.ts b/clients/client-chatbot/src/commands/DescribeChimeWebhookConfigurationsCommand.ts
index fcd96f9772cd..1b9e9682b32d 100644
--- a/clients/client-chatbot/src/commands/DescribeChimeWebhookConfigurationsCommand.ts
+++ b/clients/client-chatbot/src/commands/DescribeChimeWebhookConfigurationsCommand.ts
@@ -115,4 +115,16 @@ export class DescribeChimeWebhookConfigurationsCommand extends $Command
.f(void 0, DescribeChimeWebhookConfigurationsResultFilterSensitiveLog)
.ser(se_DescribeChimeWebhookConfigurationsCommand)
.de(de_DescribeChimeWebhookConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeChimeWebhookConfigurationsRequest;
+ output: DescribeChimeWebhookConfigurationsResult;
+ };
+ sdk: {
+ input: DescribeChimeWebhookConfigurationsCommandInput;
+ output: DescribeChimeWebhookConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/DescribeSlackChannelConfigurationsCommand.ts b/clients/client-chatbot/src/commands/DescribeSlackChannelConfigurationsCommand.ts
index 6674cc3bced5..2213ea234b3b 100644
--- a/clients/client-chatbot/src/commands/DescribeSlackChannelConfigurationsCommand.ts
+++ b/clients/client-chatbot/src/commands/DescribeSlackChannelConfigurationsCommand.ts
@@ -122,4 +122,16 @@ export class DescribeSlackChannelConfigurationsCommand extends $Command
.f(void 0, DescribeSlackChannelConfigurationsResultFilterSensitiveLog)
.ser(se_DescribeSlackChannelConfigurationsCommand)
.de(de_DescribeSlackChannelConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSlackChannelConfigurationsRequest;
+ output: DescribeSlackChannelConfigurationsResult;
+ };
+ sdk: {
+ input: DescribeSlackChannelConfigurationsCommandInput;
+ output: DescribeSlackChannelConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/DescribeSlackUserIdentitiesCommand.ts b/clients/client-chatbot/src/commands/DescribeSlackUserIdentitiesCommand.ts
index 0398d792dcbb..61a68f9c47aa 100644
--- a/clients/client-chatbot/src/commands/DescribeSlackUserIdentitiesCommand.ts
+++ b/clients/client-chatbot/src/commands/DescribeSlackUserIdentitiesCommand.ts
@@ -100,4 +100,16 @@ export class DescribeSlackUserIdentitiesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSlackUserIdentitiesCommand)
.de(de_DescribeSlackUserIdentitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSlackUserIdentitiesRequest;
+ output: DescribeSlackUserIdentitiesResult;
+ };
+ sdk: {
+ input: DescribeSlackUserIdentitiesCommandInput;
+ output: DescribeSlackUserIdentitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/DescribeSlackWorkspacesCommand.ts b/clients/client-chatbot/src/commands/DescribeSlackWorkspacesCommand.ts
index 6ce7ba177cea..ba53b81a3d92 100644
--- a/clients/client-chatbot/src/commands/DescribeSlackWorkspacesCommand.ts
+++ b/clients/client-chatbot/src/commands/DescribeSlackWorkspacesCommand.ts
@@ -93,4 +93,16 @@ export class DescribeSlackWorkspacesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSlackWorkspacesCommand)
.de(de_DescribeSlackWorkspacesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSlackWorkspacesRequest;
+ output: DescribeSlackWorkspacesResult;
+ };
+ sdk: {
+ input: DescribeSlackWorkspacesCommandInput;
+ output: DescribeSlackWorkspacesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/GetAccountPreferencesCommand.ts b/clients/client-chatbot/src/commands/GetAccountPreferencesCommand.ts
index 774c12d9bd79..feebd474b293 100644
--- a/clients/client-chatbot/src/commands/GetAccountPreferencesCommand.ts
+++ b/clients/client-chatbot/src/commands/GetAccountPreferencesCommand.ts
@@ -84,4 +84,16 @@ export class GetAccountPreferencesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAccountPreferencesCommand)
.de(de_GetAccountPreferencesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetAccountPreferencesResult;
+ };
+ sdk: {
+ input: GetAccountPreferencesCommandInput;
+ output: GetAccountPreferencesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/GetMicrosoftTeamsChannelConfigurationCommand.ts b/clients/client-chatbot/src/commands/GetMicrosoftTeamsChannelConfigurationCommand.ts
index aa9a2e1c5980..1afee393e9c7 100644
--- a/clients/client-chatbot/src/commands/GetMicrosoftTeamsChannelConfigurationCommand.ts
+++ b/clients/client-chatbot/src/commands/GetMicrosoftTeamsChannelConfigurationCommand.ts
@@ -118,4 +118,16 @@ export class GetMicrosoftTeamsChannelConfigurationCommand extends $Command
.f(void 0, GetTeamsChannelConfigurationResultFilterSensitiveLog)
.ser(se_GetMicrosoftTeamsChannelConfigurationCommand)
.de(de_GetMicrosoftTeamsChannelConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTeamsChannelConfigurationRequest;
+ output: GetTeamsChannelConfigurationResult;
+ };
+ sdk: {
+ input: GetMicrosoftTeamsChannelConfigurationCommandInput;
+ output: GetMicrosoftTeamsChannelConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/ListMicrosoftTeamsChannelConfigurationsCommand.ts b/clients/client-chatbot/src/commands/ListMicrosoftTeamsChannelConfigurationsCommand.ts
index 1c3cf5b0ea82..544705fc83b6 100644
--- a/clients/client-chatbot/src/commands/ListMicrosoftTeamsChannelConfigurationsCommand.ts
+++ b/clients/client-chatbot/src/commands/ListMicrosoftTeamsChannelConfigurationsCommand.ts
@@ -123,4 +123,16 @@ export class ListMicrosoftTeamsChannelConfigurationsCommand extends $Command
.f(void 0, ListTeamsChannelConfigurationsResultFilterSensitiveLog)
.ser(se_ListMicrosoftTeamsChannelConfigurationsCommand)
.de(de_ListMicrosoftTeamsChannelConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTeamsChannelConfigurationsRequest;
+ output: ListTeamsChannelConfigurationsResult;
+ };
+ sdk: {
+ input: ListMicrosoftTeamsChannelConfigurationsCommandInput;
+ output: ListMicrosoftTeamsChannelConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/ListMicrosoftTeamsConfiguredTeamsCommand.ts b/clients/client-chatbot/src/commands/ListMicrosoftTeamsConfiguredTeamsCommand.ts
index 900c83f1602f..aca35ba04a5f 100644
--- a/clients/client-chatbot/src/commands/ListMicrosoftTeamsConfiguredTeamsCommand.ts
+++ b/clients/client-chatbot/src/commands/ListMicrosoftTeamsConfiguredTeamsCommand.ts
@@ -99,4 +99,16 @@ export class ListMicrosoftTeamsConfiguredTeamsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMicrosoftTeamsConfiguredTeamsCommand)
.de(de_ListMicrosoftTeamsConfiguredTeamsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMicrosoftTeamsConfiguredTeamsRequest;
+ output: ListMicrosoftTeamsConfiguredTeamsResult;
+ };
+ sdk: {
+ input: ListMicrosoftTeamsConfiguredTeamsCommandInput;
+ output: ListMicrosoftTeamsConfiguredTeamsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/ListMicrosoftTeamsUserIdentitiesCommand.ts b/clients/client-chatbot/src/commands/ListMicrosoftTeamsUserIdentitiesCommand.ts
index 3d9428e240ad..78075979b883 100644
--- a/clients/client-chatbot/src/commands/ListMicrosoftTeamsUserIdentitiesCommand.ts
+++ b/clients/client-chatbot/src/commands/ListMicrosoftTeamsUserIdentitiesCommand.ts
@@ -104,4 +104,16 @@ export class ListMicrosoftTeamsUserIdentitiesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMicrosoftTeamsUserIdentitiesCommand)
.de(de_ListMicrosoftTeamsUserIdentitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMicrosoftTeamsUserIdentitiesRequest;
+ output: ListMicrosoftTeamsUserIdentitiesResult;
+ };
+ sdk: {
+ input: ListMicrosoftTeamsUserIdentitiesCommandInput;
+ output: ListMicrosoftTeamsUserIdentitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/ListTagsForResourceCommand.ts b/clients/client-chatbot/src/commands/ListTagsForResourceCommand.ts
index d4c2bf7a4de2..65fac95ae1ce 100644
--- a/clients/client-chatbot/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-chatbot/src/commands/ListTagsForResourceCommand.ts
@@ -91,4 +91,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/TagResourceCommand.ts b/clients/client-chatbot/src/commands/TagResourceCommand.ts
index 781f3980f626..18a18afbfab2 100644
--- a/clients/client-chatbot/src/commands/TagResourceCommand.ts
+++ b/clients/client-chatbot/src/commands/TagResourceCommand.ts
@@ -93,4 +93,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/UntagResourceCommand.ts b/clients/client-chatbot/src/commands/UntagResourceCommand.ts
index 624c2e37455f..749961689ad1 100644
--- a/clients/client-chatbot/src/commands/UntagResourceCommand.ts
+++ b/clients/client-chatbot/src/commands/UntagResourceCommand.ts
@@ -87,4 +87,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/UpdateAccountPreferencesCommand.ts b/clients/client-chatbot/src/commands/UpdateAccountPreferencesCommand.ts
index 9d09164c5677..04500b915a98 100644
--- a/clients/client-chatbot/src/commands/UpdateAccountPreferencesCommand.ts
+++ b/clients/client-chatbot/src/commands/UpdateAccountPreferencesCommand.ts
@@ -90,4 +90,16 @@ export class UpdateAccountPreferencesCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAccountPreferencesCommand)
.de(de_UpdateAccountPreferencesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAccountPreferencesRequest;
+ output: UpdateAccountPreferencesResult;
+ };
+ sdk: {
+ input: UpdateAccountPreferencesCommandInput;
+ output: UpdateAccountPreferencesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/UpdateChimeWebhookConfigurationCommand.ts b/clients/client-chatbot/src/commands/UpdateChimeWebhookConfigurationCommand.ts
index 2eb7f2678a65..bd0738bd8661 100644
--- a/clients/client-chatbot/src/commands/UpdateChimeWebhookConfigurationCommand.ts
+++ b/clients/client-chatbot/src/commands/UpdateChimeWebhookConfigurationCommand.ts
@@ -121,4 +121,16 @@ export class UpdateChimeWebhookConfigurationCommand extends $Command
.f(UpdateChimeWebhookConfigurationRequestFilterSensitiveLog, UpdateChimeWebhookConfigurationResultFilterSensitiveLog)
.ser(se_UpdateChimeWebhookConfigurationCommand)
.de(de_UpdateChimeWebhookConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateChimeWebhookConfigurationRequest;
+ output: UpdateChimeWebhookConfigurationResult;
+ };
+ sdk: {
+ input: UpdateChimeWebhookConfigurationCommandInput;
+ output: UpdateChimeWebhookConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.ts b/clients/client-chatbot/src/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.ts
index d15f841a5b63..577b2a1c9aad 100644
--- a/clients/client-chatbot/src/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.ts
+++ b/clients/client-chatbot/src/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.ts
@@ -133,4 +133,16 @@ export class UpdateMicrosoftTeamsChannelConfigurationCommand extends $Command
.f(UpdateTeamsChannelConfigurationRequestFilterSensitiveLog, UpdateTeamsChannelConfigurationResultFilterSensitiveLog)
.ser(se_UpdateMicrosoftTeamsChannelConfigurationCommand)
.de(de_UpdateMicrosoftTeamsChannelConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTeamsChannelConfigurationRequest;
+ output: UpdateTeamsChannelConfigurationResult;
+ };
+ sdk: {
+ input: UpdateMicrosoftTeamsChannelConfigurationCommandInput;
+ output: UpdateMicrosoftTeamsChannelConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chatbot/src/commands/UpdateSlackChannelConfigurationCommand.ts b/clients/client-chatbot/src/commands/UpdateSlackChannelConfigurationCommand.ts
index 002d7b083257..5d3f44200a6b 100644
--- a/clients/client-chatbot/src/commands/UpdateSlackChannelConfigurationCommand.ts
+++ b/clients/client-chatbot/src/commands/UpdateSlackChannelConfigurationCommand.ts
@@ -132,4 +132,16 @@ export class UpdateSlackChannelConfigurationCommand extends $Command
.f(UpdateSlackChannelConfigurationRequestFilterSensitiveLog, UpdateSlackChannelConfigurationResultFilterSensitiveLog)
.ser(se_UpdateSlackChannelConfigurationCommand)
.de(de_UpdateSlackChannelConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSlackChannelConfigurationRequest;
+ output: UpdateSlackChannelConfigurationResult;
+ };
+ sdk: {
+ input: UpdateSlackChannelConfigurationCommandInput;
+ output: UpdateSlackChannelConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/package.json b/clients/client-chime-sdk-identity/package.json
index 90c7841565d8..a9e4a9da89cc 100644
--- a/clients/client-chime-sdk-identity/package.json
+++ b/clients/client-chime-sdk-identity/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceAdminCommand.ts b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceAdminCommand.ts
index 63d168a7d49c..65c8f07eeba6 100644
--- a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceAdminCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceAdminCommand.ts
@@ -126,4 +126,16 @@ export class CreateAppInstanceAdminCommand extends $Command
.f(void 0, CreateAppInstanceAdminResponseFilterSensitiveLog)
.ser(se_CreateAppInstanceAdminCommand)
.de(de_CreateAppInstanceAdminCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAppInstanceAdminRequest;
+ output: CreateAppInstanceAdminResponse;
+ };
+ sdk: {
+ input: CreateAppInstanceAdminCommandInput;
+ output: CreateAppInstanceAdminCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceBotCommand.ts b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceBotCommand.ts
index 03797bb06b5d..a5e867fd2f4a 100644
--- a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceBotCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceBotCommand.ts
@@ -128,4 +128,16 @@ export class CreateAppInstanceBotCommand extends $Command
.f(CreateAppInstanceBotRequestFilterSensitiveLog, void 0)
.ser(se_CreateAppInstanceBotCommand)
.de(de_CreateAppInstanceBotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAppInstanceBotRequest;
+ output: CreateAppInstanceBotResponse;
+ };
+ sdk: {
+ input: CreateAppInstanceBotCommandInput;
+ output: CreateAppInstanceBotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceCommand.ts b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceCommand.ts
index ba3a96f3e9d7..b77b7bca8205 100644
--- a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceCommand.ts
@@ -117,4 +117,16 @@ export class CreateAppInstanceCommand extends $Command
.f(CreateAppInstanceRequestFilterSensitiveLog, void 0)
.ser(se_CreateAppInstanceCommand)
.de(de_CreateAppInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAppInstanceRequest;
+ output: CreateAppInstanceResponse;
+ };
+ sdk: {
+ input: CreateAppInstanceCommandInput;
+ output: CreateAppInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceUserCommand.ts b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceUserCommand.ts
index e648611a088d..69e1f741ff6b 100644
--- a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceUserCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceUserCommand.ts
@@ -121,4 +121,16 @@ export class CreateAppInstanceUserCommand extends $Command
.f(CreateAppInstanceUserRequestFilterSensitiveLog, void 0)
.ser(se_CreateAppInstanceUserCommand)
.de(de_CreateAppInstanceUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAppInstanceUserRequest;
+ output: CreateAppInstanceUserResponse;
+ };
+ sdk: {
+ input: CreateAppInstanceUserCommandInput;
+ output: CreateAppInstanceUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceAdminCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceAdminCommand.ts
index 306ef1c0fccc..4b59c239eead 100644
--- a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceAdminCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceAdminCommand.ts
@@ -103,4 +103,16 @@ export class DeleteAppInstanceAdminCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAppInstanceAdminCommand)
.de(de_DeleteAppInstanceAdminCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAppInstanceAdminRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAppInstanceAdminCommandInput;
+ output: DeleteAppInstanceAdminCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceBotCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceBotCommand.ts
index 78b4b330aab6..6390e62c4c42 100644
--- a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceBotCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceBotCommand.ts
@@ -100,4 +100,16 @@ export class DeleteAppInstanceBotCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAppInstanceBotCommand)
.de(de_DeleteAppInstanceBotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAppInstanceBotRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAppInstanceBotCommandInput;
+ output: DeleteAppInstanceBotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceCommand.ts
index e65a34b12020..14480b48bb33 100644
--- a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceCommand.ts
@@ -96,4 +96,16 @@ export class DeleteAppInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAppInstanceCommand)
.de(de_DeleteAppInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAppInstanceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAppInstanceCommandInput;
+ output: DeleteAppInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceUserCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceUserCommand.ts
index 8b3211ead19f..07fdd6e75bfb 100644
--- a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceUserCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceUserCommand.ts
@@ -100,4 +100,16 @@ export class DeleteAppInstanceUserCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAppInstanceUserCommand)
.de(de_DeleteAppInstanceUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAppInstanceUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAppInstanceUserCommandInput;
+ output: DeleteAppInstanceUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/DeregisterAppInstanceUserEndpointCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeregisterAppInstanceUserEndpointCommand.ts
index d77f732c432c..d70f6bf8bc27 100644
--- a/clients/client-chime-sdk-identity/src/commands/DeregisterAppInstanceUserEndpointCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/DeregisterAppInstanceUserEndpointCommand.ts
@@ -97,4 +97,16 @@ export class DeregisterAppInstanceUserEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_DeregisterAppInstanceUserEndpointCommand)
.de(de_DeregisterAppInstanceUserEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterAppInstanceUserEndpointRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeregisterAppInstanceUserEndpointCommandInput;
+ output: DeregisterAppInstanceUserEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceAdminCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceAdminCommand.ts
index d91846bdf141..a24fb376cb8e 100644
--- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceAdminCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceAdminCommand.ts
@@ -107,4 +107,16 @@ export class DescribeAppInstanceAdminCommand extends $Command
.f(void 0, DescribeAppInstanceAdminResponseFilterSensitiveLog)
.ser(se_DescribeAppInstanceAdminCommand)
.de(de_DescribeAppInstanceAdminCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAppInstanceAdminRequest;
+ output: DescribeAppInstanceAdminResponse;
+ };
+ sdk: {
+ input: DescribeAppInstanceAdminCommandInput;
+ output: DescribeAppInstanceAdminCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceBotCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceBotCommand.ts
index a1ddcbf66442..28275090987b 100644
--- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceBotCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceBotCommand.ts
@@ -120,4 +120,16 @@ export class DescribeAppInstanceBotCommand extends $Command
.f(void 0, DescribeAppInstanceBotResponseFilterSensitiveLog)
.ser(se_DescribeAppInstanceBotCommand)
.de(de_DescribeAppInstanceBotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAppInstanceBotRequest;
+ output: DescribeAppInstanceBotResponse;
+ };
+ sdk: {
+ input: DescribeAppInstanceBotCommandInput;
+ output: DescribeAppInstanceBotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceCommand.ts
index 93fdd35405ce..2eadefa60c88 100644
--- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceCommand.ts
@@ -105,4 +105,16 @@ export class DescribeAppInstanceCommand extends $Command
.f(void 0, DescribeAppInstanceResponseFilterSensitiveLog)
.ser(se_DescribeAppInstanceCommand)
.de(de_DescribeAppInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAppInstanceRequest;
+ output: DescribeAppInstanceResponse;
+ };
+ sdk: {
+ input: DescribeAppInstanceCommandInput;
+ output: DescribeAppInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserCommand.ts
index 9e4c389623dd..b2f222ea915f 100644
--- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserCommand.ts
@@ -109,4 +109,16 @@ export class DescribeAppInstanceUserCommand extends $Command
.f(void 0, DescribeAppInstanceUserResponseFilterSensitiveLog)
.ser(se_DescribeAppInstanceUserCommand)
.de(de_DescribeAppInstanceUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAppInstanceUserRequest;
+ output: DescribeAppInstanceUserResponse;
+ };
+ sdk: {
+ input: DescribeAppInstanceUserCommandInput;
+ output: DescribeAppInstanceUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserEndpointCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserEndpointCommand.ts
index 578adff2cb13..0f287aa78493 100644
--- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserEndpointCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserEndpointCommand.ts
@@ -122,4 +122,16 @@ export class DescribeAppInstanceUserEndpointCommand extends $Command
.f(void 0, DescribeAppInstanceUserEndpointResponseFilterSensitiveLog)
.ser(se_DescribeAppInstanceUserEndpointCommand)
.de(de_DescribeAppInstanceUserEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAppInstanceUserEndpointRequest;
+ output: DescribeAppInstanceUserEndpointResponse;
+ };
+ sdk: {
+ input: DescribeAppInstanceUserEndpointCommandInput;
+ output: DescribeAppInstanceUserEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/GetAppInstanceRetentionSettingsCommand.ts b/clients/client-chime-sdk-identity/src/commands/GetAppInstanceRetentionSettingsCommand.ts
index 619d20533d9c..571a1ae3f7e3 100644
--- a/clients/client-chime-sdk-identity/src/commands/GetAppInstanceRetentionSettingsCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/GetAppInstanceRetentionSettingsCommand.ts
@@ -105,4 +105,16 @@ export class GetAppInstanceRetentionSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAppInstanceRetentionSettingsCommand)
.de(de_GetAppInstanceRetentionSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAppInstanceRetentionSettingsRequest;
+ output: GetAppInstanceRetentionSettingsResponse;
+ };
+ sdk: {
+ input: GetAppInstanceRetentionSettingsCommandInput;
+ output: GetAppInstanceRetentionSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceAdminsCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceAdminsCommand.ts
index 65aae6c397c7..567148c9de51 100644
--- a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceAdminsCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceAdminsCommand.ts
@@ -114,4 +114,16 @@ export class ListAppInstanceAdminsCommand extends $Command
.f(ListAppInstanceAdminsRequestFilterSensitiveLog, ListAppInstanceAdminsResponseFilterSensitiveLog)
.ser(se_ListAppInstanceAdminsCommand)
.de(de_ListAppInstanceAdminsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAppInstanceAdminsRequest;
+ output: ListAppInstanceAdminsResponse;
+ };
+ sdk: {
+ input: ListAppInstanceAdminsCommandInput;
+ output: ListAppInstanceAdminsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceBotsCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceBotsCommand.ts
index 84d72b7e8ee9..93a761489c1f 100644
--- a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceBotsCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceBotsCommand.ts
@@ -113,4 +113,16 @@ export class ListAppInstanceBotsCommand extends $Command
.f(ListAppInstanceBotsRequestFilterSensitiveLog, ListAppInstanceBotsResponseFilterSensitiveLog)
.ser(se_ListAppInstanceBotsCommand)
.de(de_ListAppInstanceBotsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAppInstanceBotsRequest;
+ output: ListAppInstanceBotsResponse;
+ };
+ sdk: {
+ input: ListAppInstanceBotsCommandInput;
+ output: ListAppInstanceBotsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUserEndpointsCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUserEndpointsCommand.ts
index da4d6c047a4f..ab9fe0f2de4a 100644
--- a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUserEndpointsCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUserEndpointsCommand.ts
@@ -120,4 +120,16 @@ export class ListAppInstanceUserEndpointsCommand extends $Command
.f(ListAppInstanceUserEndpointsRequestFilterSensitiveLog, ListAppInstanceUserEndpointsResponseFilterSensitiveLog)
.ser(se_ListAppInstanceUserEndpointsCommand)
.de(de_ListAppInstanceUserEndpointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAppInstanceUserEndpointsRequest;
+ output: ListAppInstanceUserEndpointsResponse;
+ };
+ sdk: {
+ input: ListAppInstanceUserEndpointsCommandInput;
+ output: ListAppInstanceUserEndpointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUsersCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUsersCommand.ts
index cb6a7834d175..00f4ef334668 100644
--- a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUsersCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUsersCommand.ts
@@ -111,4 +111,16 @@ export class ListAppInstanceUsersCommand extends $Command
.f(ListAppInstanceUsersRequestFilterSensitiveLog, ListAppInstanceUsersResponseFilterSensitiveLog)
.ser(se_ListAppInstanceUsersCommand)
.de(de_ListAppInstanceUsersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAppInstanceUsersRequest;
+ output: ListAppInstanceUsersResponse;
+ };
+ sdk: {
+ input: ListAppInstanceUsersCommandInput;
+ output: ListAppInstanceUsersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstancesCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstancesCommand.ts
index b8dea93bb2b7..c0fe69755e83 100644
--- a/clients/client-chime-sdk-identity/src/commands/ListAppInstancesCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstancesCommand.ts
@@ -109,4 +109,16 @@ export class ListAppInstancesCommand extends $Command
.f(ListAppInstancesRequestFilterSensitiveLog, ListAppInstancesResponseFilterSensitiveLog)
.ser(se_ListAppInstancesCommand)
.de(de_ListAppInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAppInstancesRequest;
+ output: ListAppInstancesResponse;
+ };
+ sdk: {
+ input: ListAppInstancesCommandInput;
+ output: ListAppInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListTagsForResourceCommand.ts
index 9dc8ab75cb26..8028da4f13e0 100644
--- a/clients/client-chime-sdk-identity/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/ListTagsForResourceCommand.ts
@@ -104,4 +104,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, ListTagsForResourceResponseFilterSensitiveLog)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/PutAppInstanceRetentionSettingsCommand.ts b/clients/client-chime-sdk-identity/src/commands/PutAppInstanceRetentionSettingsCommand.ts
index ac10ef556897..39666b902086 100644
--- a/clients/client-chime-sdk-identity/src/commands/PutAppInstanceRetentionSettingsCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/PutAppInstanceRetentionSettingsCommand.ts
@@ -111,4 +111,16 @@ export class PutAppInstanceRetentionSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutAppInstanceRetentionSettingsCommand)
.de(de_PutAppInstanceRetentionSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutAppInstanceRetentionSettingsRequest;
+ output: PutAppInstanceRetentionSettingsResponse;
+ };
+ sdk: {
+ input: PutAppInstanceRetentionSettingsCommandInput;
+ output: PutAppInstanceRetentionSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/PutAppInstanceUserExpirationSettingsCommand.ts b/clients/client-chime-sdk-identity/src/commands/PutAppInstanceUserExpirationSettingsCommand.ts
index 0230c5f925cd..04f40e4f2afe 100644
--- a/clients/client-chime-sdk-identity/src/commands/PutAppInstanceUserExpirationSettingsCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/PutAppInstanceUserExpirationSettingsCommand.ts
@@ -121,4 +121,16 @@ export class PutAppInstanceUserExpirationSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutAppInstanceUserExpirationSettingsCommand)
.de(de_PutAppInstanceUserExpirationSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutAppInstanceUserExpirationSettingsRequest;
+ output: PutAppInstanceUserExpirationSettingsResponse;
+ };
+ sdk: {
+ input: PutAppInstanceUserExpirationSettingsCommandInput;
+ output: PutAppInstanceUserExpirationSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/RegisterAppInstanceUserEndpointCommand.ts b/clients/client-chime-sdk-identity/src/commands/RegisterAppInstanceUserEndpointCommand.ts
index 2e59982c49a2..0dcc789bb453 100644
--- a/clients/client-chime-sdk-identity/src/commands/RegisterAppInstanceUserEndpointCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/RegisterAppInstanceUserEndpointCommand.ts
@@ -121,4 +121,16 @@ export class RegisterAppInstanceUserEndpointCommand extends $Command
.f(RegisterAppInstanceUserEndpointRequestFilterSensitiveLog, void 0)
.ser(se_RegisterAppInstanceUserEndpointCommand)
.de(de_RegisterAppInstanceUserEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterAppInstanceUserEndpointRequest;
+ output: RegisterAppInstanceUserEndpointResponse;
+ };
+ sdk: {
+ input: RegisterAppInstanceUserEndpointCommandInput;
+ output: RegisterAppInstanceUserEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/TagResourceCommand.ts b/clients/client-chime-sdk-identity/src/commands/TagResourceCommand.ts
index 55d3419b88a6..64eecc09ab87 100644
--- a/clients/client-chime-sdk-identity/src/commands/TagResourceCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/TagResourceCommand.ts
@@ -102,4 +102,16 @@ export class TagResourceCommand extends $Command
.f(TagResourceRequestFilterSensitiveLog, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/UntagResourceCommand.ts b/clients/client-chime-sdk-identity/src/commands/UntagResourceCommand.ts
index 1b56fa6b1376..668fa8ae3a7c 100644
--- a/clients/client-chime-sdk-identity/src/commands/UntagResourceCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/UntagResourceCommand.ts
@@ -96,4 +96,16 @@ export class UntagResourceCommand extends $Command
.f(UntagResourceRequestFilterSensitiveLog, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceBotCommand.ts b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceBotCommand.ts
index 0a16a22a42c6..1a45e53539d0 100644
--- a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceBotCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceBotCommand.ts
@@ -120,4 +120,16 @@ export class UpdateAppInstanceBotCommand extends $Command
.f(UpdateAppInstanceBotRequestFilterSensitiveLog, void 0)
.ser(se_UpdateAppInstanceBotCommand)
.de(de_UpdateAppInstanceBotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAppInstanceBotRequest;
+ output: UpdateAppInstanceBotResponse;
+ };
+ sdk: {
+ input: UpdateAppInstanceBotCommandInput;
+ output: UpdateAppInstanceBotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceCommand.ts b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceCommand.ts
index 1fa43c668a91..2e46d416ae7c 100644
--- a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceCommand.ts
@@ -105,4 +105,16 @@ export class UpdateAppInstanceCommand extends $Command
.f(UpdateAppInstanceRequestFilterSensitiveLog, void 0)
.ser(se_UpdateAppInstanceCommand)
.de(de_UpdateAppInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAppInstanceRequest;
+ output: UpdateAppInstanceResponse;
+ };
+ sdk: {
+ input: UpdateAppInstanceCommandInput;
+ output: UpdateAppInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserCommand.ts b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserCommand.ts
index 9b07355d1c2d..ffb5a3399c89 100644
--- a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserCommand.ts
@@ -109,4 +109,16 @@ export class UpdateAppInstanceUserCommand extends $Command
.f(UpdateAppInstanceUserRequestFilterSensitiveLog, void 0)
.ser(se_UpdateAppInstanceUserCommand)
.de(de_UpdateAppInstanceUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAppInstanceUserRequest;
+ output: UpdateAppInstanceUserResponse;
+ };
+ sdk: {
+ input: UpdateAppInstanceUserCommandInput;
+ output: UpdateAppInstanceUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserEndpointCommand.ts b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserEndpointCommand.ts
index 2ea9c664de6f..d3d9f26cfea8 100644
--- a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserEndpointCommand.ts
+++ b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserEndpointCommand.ts
@@ -112,4 +112,16 @@ export class UpdateAppInstanceUserEndpointCommand extends $Command
.f(UpdateAppInstanceUserEndpointRequestFilterSensitiveLog, void 0)
.ser(se_UpdateAppInstanceUserEndpointCommand)
.de(de_UpdateAppInstanceUserEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAppInstanceUserEndpointRequest;
+ output: UpdateAppInstanceUserEndpointResponse;
+ };
+ sdk: {
+ input: UpdateAppInstanceUserEndpointCommandInput;
+ output: UpdateAppInstanceUserEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/package.json b/clients/client-chime-sdk-media-pipelines/package.json
index aaa3eb4edb20..d0f6dfb45711 100644
--- a/clients/client-chime-sdk-media-pipelines/package.json
+++ b/clients/client-chime-sdk-media-pipelines/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaCapturePipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaCapturePipelineCommand.ts
index ea798c014753..2b0b397a27ed 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaCapturePipelineCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaCapturePipelineCommand.ts
@@ -241,4 +241,16 @@ export class CreateMediaCapturePipelineCommand extends $Command
.f(CreateMediaCapturePipelineRequestFilterSensitiveLog, CreateMediaCapturePipelineResponseFilterSensitiveLog)
.ser(se_CreateMediaCapturePipelineCommand)
.de(de_CreateMediaCapturePipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMediaCapturePipelineRequest;
+ output: CreateMediaCapturePipelineResponse;
+ };
+ sdk: {
+ input: CreateMediaCapturePipelineCommandInput;
+ output: CreateMediaCapturePipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaConcatenationPipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaConcatenationPipelineCommand.ts
index aa1598ddeeb4..ec879fb56a8d 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaConcatenationPipelineCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaConcatenationPipelineCommand.ts
@@ -209,4 +209,16 @@ export class CreateMediaConcatenationPipelineCommand extends $Command
)
.ser(se_CreateMediaConcatenationPipelineCommand)
.de(de_CreateMediaConcatenationPipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMediaConcatenationPipelineRequest;
+ output: CreateMediaConcatenationPipelineResponse;
+ };
+ sdk: {
+ input: CreateMediaConcatenationPipelineCommandInput;
+ output: CreateMediaConcatenationPipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineCommand.ts
index 3dbd9d0abb7c..45e868d58cf6 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineCommand.ts
@@ -214,4 +214,16 @@ export class CreateMediaInsightsPipelineCommand extends $Command
.f(CreateMediaInsightsPipelineRequestFilterSensitiveLog, CreateMediaInsightsPipelineResponseFilterSensitiveLog)
.ser(se_CreateMediaInsightsPipelineCommand)
.de(de_CreateMediaInsightsPipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMediaInsightsPipelineRequest;
+ output: CreateMediaInsightsPipelineResponse;
+ };
+ sdk: {
+ input: CreateMediaInsightsPipelineCommandInput;
+ output: CreateMediaInsightsPipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineConfigurationCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineConfigurationCommand.ts
index fb732f871d9c..2693362b2a2e 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineConfigurationCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineConfigurationCommand.ts
@@ -321,4 +321,16 @@ export class CreateMediaInsightsPipelineConfigurationCommand extends $Command
)
.ser(se_CreateMediaInsightsPipelineConfigurationCommand)
.de(de_CreateMediaInsightsPipelineConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMediaInsightsPipelineConfigurationRequest;
+ output: CreateMediaInsightsPipelineConfigurationResponse;
+ };
+ sdk: {
+ input: CreateMediaInsightsPipelineConfigurationCommandInput;
+ output: CreateMediaInsightsPipelineConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaLiveConnectorPipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaLiveConnectorPipelineCommand.ts
index 37063cf6bbb9..ac0dcdb7fd1d 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaLiveConnectorPipelineCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaLiveConnectorPipelineCommand.ts
@@ -249,4 +249,16 @@ export class CreateMediaLiveConnectorPipelineCommand extends $Command
)
.ser(se_CreateMediaLiveConnectorPipelineCommand)
.de(de_CreateMediaLiveConnectorPipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMediaLiveConnectorPipelineRequest;
+ output: CreateMediaLiveConnectorPipelineResponse;
+ };
+ sdk: {
+ input: CreateMediaLiveConnectorPipelineCommandInput;
+ output: CreateMediaLiveConnectorPipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.ts
index aee22b6024fb..14d00018ba55 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.ts
@@ -158,4 +158,16 @@ export class CreateMediaPipelineKinesisVideoStreamPoolCommand extends $Command
)
.ser(se_CreateMediaPipelineKinesisVideoStreamPoolCommand)
.de(de_CreateMediaPipelineKinesisVideoStreamPoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMediaPipelineKinesisVideoStreamPoolRequest;
+ output: CreateMediaPipelineKinesisVideoStreamPoolResponse;
+ };
+ sdk: {
+ input: CreateMediaPipelineKinesisVideoStreamPoolCommandInput;
+ output: CreateMediaPipelineKinesisVideoStreamPoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaStreamPipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaStreamPipelineCommand.ts
index f22fd4070113..54d63dd8cf77 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaStreamPipelineCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaStreamPipelineCommand.ts
@@ -150,4 +150,16 @@ export class CreateMediaStreamPipelineCommand extends $Command
.f(CreateMediaStreamPipelineRequestFilterSensitiveLog, CreateMediaStreamPipelineResponseFilterSensitiveLog)
.ser(se_CreateMediaStreamPipelineCommand)
.de(de_CreateMediaStreamPipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMediaStreamPipelineRequest;
+ output: CreateMediaStreamPipelineResponse;
+ };
+ sdk: {
+ input: CreateMediaStreamPipelineCommandInput;
+ output: CreateMediaStreamPipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaCapturePipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaCapturePipelineCommand.ts
index 257827d5b177..2bf1d9ef6796 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaCapturePipelineCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaCapturePipelineCommand.ts
@@ -100,4 +100,16 @@ export class DeleteMediaCapturePipelineCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMediaCapturePipelineCommand)
.de(de_DeleteMediaCapturePipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMediaCapturePipelineRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMediaCapturePipelineCommandInput;
+ output: DeleteMediaCapturePipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaInsightsPipelineConfigurationCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaInsightsPipelineConfigurationCommand.ts
index 17fe7069cc4c..c043fd979f05 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaInsightsPipelineConfigurationCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaInsightsPipelineConfigurationCommand.ts
@@ -108,4 +108,16 @@ export class DeleteMediaInsightsPipelineConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMediaInsightsPipelineConfigurationCommand)
.de(de_DeleteMediaInsightsPipelineConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMediaInsightsPipelineConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMediaInsightsPipelineConfigurationCommandInput;
+ output: DeleteMediaInsightsPipelineConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineCommand.ts
index 84c5cc41cc39..f287504625be 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineCommand.ts
@@ -104,4 +104,16 @@ export class DeleteMediaPipelineCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMediaPipelineCommand)
.de(de_DeleteMediaPipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMediaPipelineRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMediaPipelineCommandInput;
+ output: DeleteMediaPipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.ts
index 6d54b75a8e83..b2f714e201dd 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.ts
@@ -108,4 +108,16 @@ export class DeleteMediaPipelineKinesisVideoStreamPoolCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMediaPipelineKinesisVideoStreamPoolCommand)
.de(de_DeleteMediaPipelineKinesisVideoStreamPoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMediaPipelineKinesisVideoStreamPoolRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMediaPipelineKinesisVideoStreamPoolCommandInput;
+ output: DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaCapturePipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaCapturePipelineCommand.ts
index f0b0296b8495..8991ded90667 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaCapturePipelineCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaCapturePipelineCommand.ts
@@ -173,4 +173,16 @@ export class GetMediaCapturePipelineCommand extends $Command
.f(void 0, GetMediaCapturePipelineResponseFilterSensitiveLog)
.ser(se_GetMediaCapturePipelineCommand)
.de(de_GetMediaCapturePipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMediaCapturePipelineRequest;
+ output: GetMediaCapturePipelineResponse;
+ };
+ sdk: {
+ input: GetMediaCapturePipelineCommandInput;
+ output: GetMediaCapturePipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaInsightsPipelineConfigurationCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaInsightsPipelineConfigurationCommand.ts
index 9c69d97d69ce..23ac018ff10d 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaInsightsPipelineConfigurationCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaInsightsPipelineConfigurationCommand.ts
@@ -212,4 +212,16 @@ export class GetMediaInsightsPipelineConfigurationCommand extends $Command
.f(void 0, GetMediaInsightsPipelineConfigurationResponseFilterSensitiveLog)
.ser(se_GetMediaInsightsPipelineConfigurationCommand)
.de(de_GetMediaInsightsPipelineConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMediaInsightsPipelineConfigurationRequest;
+ output: GetMediaInsightsPipelineConfigurationResponse;
+ };
+ sdk: {
+ input: GetMediaInsightsPipelineConfigurationCommandInput;
+ output: GetMediaInsightsPipelineConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineCommand.ts
index 586d2ae4c596..0d2b3754f100 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineCommand.ts
@@ -365,4 +365,16 @@ export class GetMediaPipelineCommand extends $Command
.f(void 0, GetMediaPipelineResponseFilterSensitiveLog)
.ser(se_GetMediaPipelineCommand)
.de(de_GetMediaPipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMediaPipelineRequest;
+ output: GetMediaPipelineResponse;
+ };
+ sdk: {
+ input: GetMediaPipelineCommandInput;
+ output: GetMediaPipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.ts
index f7ea4273c3e5..d2d6a334e89b 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.ts
@@ -124,4 +124,16 @@ export class GetMediaPipelineKinesisVideoStreamPoolCommand extends $Command
.f(void 0, GetMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog)
.ser(se_GetMediaPipelineKinesisVideoStreamPoolCommand)
.de(de_GetMediaPipelineKinesisVideoStreamPoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMediaPipelineKinesisVideoStreamPoolRequest;
+ output: GetMediaPipelineKinesisVideoStreamPoolResponse;
+ };
+ sdk: {
+ input: GetMediaPipelineKinesisVideoStreamPoolCommandInput;
+ output: GetMediaPipelineKinesisVideoStreamPoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/GetSpeakerSearchTaskCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/GetSpeakerSearchTaskCommand.ts
index fe88f9f6f947..1ef9948fc756 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/GetSpeakerSearchTaskCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/GetSpeakerSearchTaskCommand.ts
@@ -108,4 +108,16 @@ export class GetSpeakerSearchTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSpeakerSearchTaskCommand)
.de(de_GetSpeakerSearchTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSpeakerSearchTaskRequest;
+ output: GetSpeakerSearchTaskResponse;
+ };
+ sdk: {
+ input: GetSpeakerSearchTaskCommandInput;
+ output: GetSpeakerSearchTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/GetVoiceToneAnalysisTaskCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/GetVoiceToneAnalysisTaskCommand.ts
index ad6fce4c77d6..df1220a45057 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/GetVoiceToneAnalysisTaskCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/GetVoiceToneAnalysisTaskCommand.ts
@@ -108,4 +108,16 @@ export class GetVoiceToneAnalysisTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVoiceToneAnalysisTaskCommand)
.de(de_GetVoiceToneAnalysisTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVoiceToneAnalysisTaskRequest;
+ output: GetVoiceToneAnalysisTaskResponse;
+ };
+ sdk: {
+ input: GetVoiceToneAnalysisTaskCommandInput;
+ output: GetVoiceToneAnalysisTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaCapturePipelinesCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaCapturePipelinesCommand.ts
index 9c93586cdfc8..c4522a410549 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaCapturePipelinesCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaCapturePipelinesCommand.ts
@@ -109,4 +109,16 @@ export class ListMediaCapturePipelinesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMediaCapturePipelinesCommand)
.de(de_ListMediaCapturePipelinesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMediaCapturePipelinesRequest;
+ output: ListMediaCapturePipelinesResponse;
+ };
+ sdk: {
+ input: ListMediaCapturePipelinesCommandInput;
+ output: ListMediaCapturePipelinesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaInsightsPipelineConfigurationsCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaInsightsPipelineConfigurationsCommand.ts
index d4d5e2408808..56e0cb1691ad 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaInsightsPipelineConfigurationsCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaInsightsPipelineConfigurationsCommand.ts
@@ -120,4 +120,16 @@ export class ListMediaInsightsPipelineConfigurationsCommand extends $Command
.f(void 0, ListMediaInsightsPipelineConfigurationsResponseFilterSensitiveLog)
.ser(se_ListMediaInsightsPipelineConfigurationsCommand)
.de(de_ListMediaInsightsPipelineConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMediaInsightsPipelineConfigurationsRequest;
+ output: ListMediaInsightsPipelineConfigurationsResponse;
+ };
+ sdk: {
+ input: ListMediaInsightsPipelineConfigurationsCommandInput;
+ output: ListMediaInsightsPipelineConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.ts
index 88648b79a3b5..f60f9c45257c 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.ts
@@ -120,4 +120,16 @@ export class ListMediaPipelineKinesisVideoStreamPoolsCommand extends $Command
.f(void 0, ListMediaPipelineKinesisVideoStreamPoolsResponseFilterSensitiveLog)
.ser(se_ListMediaPipelineKinesisVideoStreamPoolsCommand)
.de(de_ListMediaPipelineKinesisVideoStreamPoolsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMediaPipelineKinesisVideoStreamPoolsRequest;
+ output: ListMediaPipelineKinesisVideoStreamPoolsResponse;
+ };
+ sdk: {
+ input: ListMediaPipelineKinesisVideoStreamPoolsCommandInput;
+ output: ListMediaPipelineKinesisVideoStreamPoolsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelinesCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelinesCommand.ts
index 58c9dcccfccc..57fef9e9b843 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelinesCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelinesCommand.ts
@@ -109,4 +109,16 @@ export class ListMediaPipelinesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMediaPipelinesCommand)
.de(de_ListMediaPipelinesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMediaPipelinesRequest;
+ output: ListMediaPipelinesResponse;
+ };
+ sdk: {
+ input: ListMediaPipelinesCommandInput;
+ output: ListMediaPipelinesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/ListTagsForResourceCommand.ts
index b27585f42270..a162d6ff49a7 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/ListTagsForResourceCommand.ts
@@ -107,4 +107,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/StartSpeakerSearchTaskCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/StartSpeakerSearchTaskCommand.ts
index f016c17d126b..410c4e49333a 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/StartSpeakerSearchTaskCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/StartSpeakerSearchTaskCommand.ts
@@ -126,4 +126,16 @@ export class StartSpeakerSearchTaskCommand extends $Command
.f(StartSpeakerSearchTaskRequestFilterSensitiveLog, void 0)
.ser(se_StartSpeakerSearchTaskCommand)
.de(de_StartSpeakerSearchTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartSpeakerSearchTaskRequest;
+ output: StartSpeakerSearchTaskResponse;
+ };
+ sdk: {
+ input: StartSpeakerSearchTaskCommandInput;
+ output: StartSpeakerSearchTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/StartVoiceToneAnalysisTaskCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/StartVoiceToneAnalysisTaskCommand.ts
index 1dccc3e3cff8..0392aa9c569b 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/StartVoiceToneAnalysisTaskCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/StartVoiceToneAnalysisTaskCommand.ts
@@ -128,4 +128,16 @@ export class StartVoiceToneAnalysisTaskCommand extends $Command
.f(StartVoiceToneAnalysisTaskRequestFilterSensitiveLog, void 0)
.ser(se_StartVoiceToneAnalysisTaskCommand)
.de(de_StartVoiceToneAnalysisTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartVoiceToneAnalysisTaskRequest;
+ output: StartVoiceToneAnalysisTaskResponse;
+ };
+ sdk: {
+ input: StartVoiceToneAnalysisTaskCommandInput;
+ output: StartVoiceToneAnalysisTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/StopSpeakerSearchTaskCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/StopSpeakerSearchTaskCommand.ts
index ba96c262fb8b..8e13f69f55f2 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/StopSpeakerSearchTaskCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/StopSpeakerSearchTaskCommand.ts
@@ -105,4 +105,16 @@ export class StopSpeakerSearchTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_StopSpeakerSearchTaskCommand)
.de(de_StopSpeakerSearchTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopSpeakerSearchTaskRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopSpeakerSearchTaskCommandInput;
+ output: StopSpeakerSearchTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/StopVoiceToneAnalysisTaskCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/StopVoiceToneAnalysisTaskCommand.ts
index 1b9086b0d001..debb00639d3c 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/StopVoiceToneAnalysisTaskCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/StopVoiceToneAnalysisTaskCommand.ts
@@ -105,4 +105,16 @@ export class StopVoiceToneAnalysisTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_StopVoiceToneAnalysisTaskCommand)
.de(de_StopVoiceToneAnalysisTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopVoiceToneAnalysisTaskRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopVoiceToneAnalysisTaskCommandInput;
+ output: StopVoiceToneAnalysisTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/TagResourceCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/TagResourceCommand.ts
index c1d681445b47..a1d81375f4ce 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/TagResourceCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/TagResourceCommand.ts
@@ -106,4 +106,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/UntagResourceCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/UntagResourceCommand.ts
index 40b1de947725..ad72d401781b 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/UntagResourceCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/UntagResourceCommand.ts
@@ -103,4 +103,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineConfigurationCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineConfigurationCommand.ts
index 15788eb98384..639384fdee96 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineConfigurationCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineConfigurationCommand.ts
@@ -314,4 +314,16 @@ export class UpdateMediaInsightsPipelineConfigurationCommand extends $Command
)
.ser(se_UpdateMediaInsightsPipelineConfigurationCommand)
.de(de_UpdateMediaInsightsPipelineConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMediaInsightsPipelineConfigurationRequest;
+ output: UpdateMediaInsightsPipelineConfigurationResponse;
+ };
+ sdk: {
+ input: UpdateMediaInsightsPipelineConfigurationCommandInput;
+ output: UpdateMediaInsightsPipelineConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineStatusCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineStatusCommand.ts
index 711d9428a853..825740e40295 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineStatusCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineStatusCommand.ts
@@ -108,4 +108,16 @@ export class UpdateMediaInsightsPipelineStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateMediaInsightsPipelineStatusCommand)
.de(de_UpdateMediaInsightsPipelineStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMediaInsightsPipelineStatusRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateMediaInsightsPipelineStatusCommandInput;
+ output: UpdateMediaInsightsPipelineStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.ts
index b8f50d7ad233..8e0130c35983 100644
--- a/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.ts
+++ b/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.ts
@@ -131,4 +131,16 @@ export class UpdateMediaPipelineKinesisVideoStreamPoolCommand extends $Command
.f(void 0, UpdateMediaPipelineKinesisVideoStreamPoolResponseFilterSensitiveLog)
.ser(se_UpdateMediaPipelineKinesisVideoStreamPoolCommand)
.de(de_UpdateMediaPipelineKinesisVideoStreamPoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMediaPipelineKinesisVideoStreamPoolRequest;
+ output: UpdateMediaPipelineKinesisVideoStreamPoolResponse;
+ };
+ sdk: {
+ input: UpdateMediaPipelineKinesisVideoStreamPoolCommandInput;
+ output: UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-meetings/package.json b/clients/client-chime-sdk-meetings/package.json
index 3cfd945fce0c..1052e1da99fa 100644
--- a/clients/client-chime-sdk-meetings/package.json
+++ b/clients/client-chime-sdk-meetings/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-chime-sdk-meetings/src/commands/BatchCreateAttendeeCommand.ts b/clients/client-chime-sdk-meetings/src/commands/BatchCreateAttendeeCommand.ts
index db41b218538f..7b9ced8651f9 100644
--- a/clients/client-chime-sdk-meetings/src/commands/BatchCreateAttendeeCommand.ts
+++ b/clients/client-chime-sdk-meetings/src/commands/BatchCreateAttendeeCommand.ts
@@ -138,4 +138,16 @@ export class BatchCreateAttendeeCommand extends $Command
.f(BatchCreateAttendeeRequestFilterSensitiveLog, BatchCreateAttendeeResponseFilterSensitiveLog)
.ser(se_BatchCreateAttendeeCommand)
.de(de_BatchCreateAttendeeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchCreateAttendeeRequest;
+ output: BatchCreateAttendeeResponse;
+ };
+ sdk: {
+ input: BatchCreateAttendeeCommandInput;
+ output: BatchCreateAttendeeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-meetings/src/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.ts b/clients/client-chime-sdk-meetings/src/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.ts
index d9d03dc50564..2a78db7f99b2 100644
--- a/clients/client-chime-sdk-meetings/src/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.ts
+++ b/clients/client-chime-sdk-meetings/src/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.ts
@@ -141,4 +141,16 @@ export class BatchUpdateAttendeeCapabilitiesExceptCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchUpdateAttendeeCapabilitiesExceptCommand)
.de(de_BatchUpdateAttendeeCapabilitiesExceptCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchUpdateAttendeeCapabilitiesExceptRequest;
+ output: {};
+ };
+ sdk: {
+ input: BatchUpdateAttendeeCapabilitiesExceptCommandInput;
+ output: BatchUpdateAttendeeCapabilitiesExceptCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-meetings/src/commands/CreateAttendeeCommand.ts b/clients/client-chime-sdk-meetings/src/commands/CreateAttendeeCommand.ts
index a1025b3c5f2f..da5551726e98 100644
--- a/clients/client-chime-sdk-meetings/src/commands/CreateAttendeeCommand.ts
+++ b/clients/client-chime-sdk-meetings/src/commands/CreateAttendeeCommand.ts
@@ -129,4 +129,16 @@ export class CreateAttendeeCommand extends $Command
.f(CreateAttendeeRequestFilterSensitiveLog, CreateAttendeeResponseFilterSensitiveLog)
.ser(se_CreateAttendeeCommand)
.de(de_CreateAttendeeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAttendeeRequest;
+ output: CreateAttendeeResponse;
+ };
+ sdk: {
+ input: CreateAttendeeCommandInput;
+ output: CreateAttendeeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-meetings/src/commands/CreateMeetingCommand.ts b/clients/client-chime-sdk-meetings/src/commands/CreateMeetingCommand.ts
index 36ea89132175..252f1d71588b 100644
--- a/clients/client-chime-sdk-meetings/src/commands/CreateMeetingCommand.ts
+++ b/clients/client-chime-sdk-meetings/src/commands/CreateMeetingCommand.ts
@@ -178,4 +178,16 @@ export class CreateMeetingCommand extends $Command
.f(CreateMeetingRequestFilterSensitiveLog, CreateMeetingResponseFilterSensitiveLog)
.ser(se_CreateMeetingCommand)
.de(de_CreateMeetingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMeetingRequest;
+ output: CreateMeetingResponse;
+ };
+ sdk: {
+ input: CreateMeetingCommandInput;
+ output: CreateMeetingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-meetings/src/commands/CreateMeetingWithAttendeesCommand.ts b/clients/client-chime-sdk-meetings/src/commands/CreateMeetingWithAttendeesCommand.ts
index c46d0dc99be3..f7f34b8d20c5 100644
--- a/clients/client-chime-sdk-meetings/src/commands/CreateMeetingWithAttendeesCommand.ts
+++ b/clients/client-chime-sdk-meetings/src/commands/CreateMeetingWithAttendeesCommand.ts
@@ -207,4 +207,16 @@ export class CreateMeetingWithAttendeesCommand extends $Command
.f(CreateMeetingWithAttendeesRequestFilterSensitiveLog, CreateMeetingWithAttendeesResponseFilterSensitiveLog)
.ser(se_CreateMeetingWithAttendeesCommand)
.de(de_CreateMeetingWithAttendeesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMeetingWithAttendeesRequest;
+ output: CreateMeetingWithAttendeesResponse;
+ };
+ sdk: {
+ input: CreateMeetingWithAttendeesCommandInput;
+ output: CreateMeetingWithAttendeesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-meetings/src/commands/DeleteAttendeeCommand.ts b/clients/client-chime-sdk-meetings/src/commands/DeleteAttendeeCommand.ts
index e36dc642c2c6..8fc16780e5d3 100644
--- a/clients/client-chime-sdk-meetings/src/commands/DeleteAttendeeCommand.ts
+++ b/clients/client-chime-sdk-meetings/src/commands/DeleteAttendeeCommand.ts
@@ -100,4 +100,16 @@ export class DeleteAttendeeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAttendeeCommand)
.de(de_DeleteAttendeeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAttendeeRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAttendeeCommandInput;
+ output: DeleteAttendeeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-meetings/src/commands/DeleteMeetingCommand.ts b/clients/client-chime-sdk-meetings/src/commands/DeleteMeetingCommand.ts
index 5d109aacd3cd..a77612f98071 100644
--- a/clients/client-chime-sdk-meetings/src/commands/DeleteMeetingCommand.ts
+++ b/clients/client-chime-sdk-meetings/src/commands/DeleteMeetingCommand.ts
@@ -99,4 +99,16 @@ export class DeleteMeetingCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMeetingCommand)
.de(de_DeleteMeetingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMeetingRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMeetingCommandInput;
+ output: DeleteMeetingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-meetings/src/commands/GetAttendeeCommand.ts b/clients/client-chime-sdk-meetings/src/commands/GetAttendeeCommand.ts
index 3976c704bebd..9d26cc6aff59 100644
--- a/clients/client-chime-sdk-meetings/src/commands/GetAttendeeCommand.ts
+++ b/clients/client-chime-sdk-meetings/src/commands/GetAttendeeCommand.ts
@@ -112,4 +112,16 @@ export class GetAttendeeCommand extends $Command
.f(void 0, GetAttendeeResponseFilterSensitiveLog)
.ser(se_GetAttendeeCommand)
.de(de_GetAttendeeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAttendeeRequest;
+ output: GetAttendeeResponse;
+ };
+ sdk: {
+ input: GetAttendeeCommandInput;
+ output: GetAttendeeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-meetings/src/commands/GetMeetingCommand.ts b/clients/client-chime-sdk-meetings/src/commands/GetMeetingCommand.ts
index 1bf3c925e8cd..a6e2f25cf717 100644
--- a/clients/client-chime-sdk-meetings/src/commands/GetMeetingCommand.ts
+++ b/clients/client-chime-sdk-meetings/src/commands/GetMeetingCommand.ts
@@ -134,4 +134,16 @@ export class GetMeetingCommand extends $Command
.f(void 0, GetMeetingResponseFilterSensitiveLog)
.ser(se_GetMeetingCommand)
.de(de_GetMeetingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMeetingRequest;
+ output: GetMeetingResponse;
+ };
+ sdk: {
+ input: GetMeetingCommandInput;
+ output: GetMeetingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-meetings/src/commands/ListAttendeesCommand.ts b/clients/client-chime-sdk-meetings/src/commands/ListAttendeesCommand.ts
index 5b3e11b8c40f..ea6d68c98319 100644
--- a/clients/client-chime-sdk-meetings/src/commands/ListAttendeesCommand.ts
+++ b/clients/client-chime-sdk-meetings/src/commands/ListAttendeesCommand.ts
@@ -120,4 +120,16 @@ export class ListAttendeesCommand extends $Command
.f(void 0, ListAttendeesResponseFilterSensitiveLog)
.ser(se_ListAttendeesCommand)
.de(de_ListAttendeesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAttendeesRequest;
+ output: ListAttendeesResponse;
+ };
+ sdk: {
+ input: ListAttendeesCommandInput;
+ output: ListAttendeesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-meetings/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime-sdk-meetings/src/commands/ListTagsForResourceCommand.ts
index be408ba65bed..61f771e96d50 100644
--- a/clients/client-chime-sdk-meetings/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-chime-sdk-meetings/src/commands/ListTagsForResourceCommand.ts
@@ -106,4 +106,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-meetings/src/commands/StartMeetingTranscriptionCommand.ts b/clients/client-chime-sdk-meetings/src/commands/StartMeetingTranscriptionCommand.ts
index a1879c413b7f..9c654a487ca8 100644
--- a/clients/client-chime-sdk-meetings/src/commands/StartMeetingTranscriptionCommand.ts
+++ b/clients/client-chime-sdk-meetings/src/commands/StartMeetingTranscriptionCommand.ts
@@ -144,4 +144,16 @@ export class StartMeetingTranscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartMeetingTranscriptionCommand)
.de(de_StartMeetingTranscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartMeetingTranscriptionRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartMeetingTranscriptionCommandInput;
+ output: StartMeetingTranscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-meetings/src/commands/StopMeetingTranscriptionCommand.ts b/clients/client-chime-sdk-meetings/src/commands/StopMeetingTranscriptionCommand.ts
index 6e50097b3536..0de6e8afed5e 100644
--- a/clients/client-chime-sdk-meetings/src/commands/StopMeetingTranscriptionCommand.ts
+++ b/clients/client-chime-sdk-meetings/src/commands/StopMeetingTranscriptionCommand.ts
@@ -109,4 +109,16 @@ export class StopMeetingTranscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_StopMeetingTranscriptionCommand)
.de(de_StopMeetingTranscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopMeetingTranscriptionRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopMeetingTranscriptionCommandInput;
+ output: StopMeetingTranscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-meetings/src/commands/TagResourceCommand.ts b/clients/client-chime-sdk-meetings/src/commands/TagResourceCommand.ts
index f5f32cd23f55..8918674161c8 100644
--- a/clients/client-chime-sdk-meetings/src/commands/TagResourceCommand.ts
+++ b/clients/client-chime-sdk-meetings/src/commands/TagResourceCommand.ts
@@ -108,4 +108,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-meetings/src/commands/UntagResourceCommand.ts b/clients/client-chime-sdk-meetings/src/commands/UntagResourceCommand.ts
index 09c48eee6670..4b7f3f4a9e2b 100644
--- a/clients/client-chime-sdk-meetings/src/commands/UntagResourceCommand.ts
+++ b/clients/client-chime-sdk-meetings/src/commands/UntagResourceCommand.ts
@@ -123,4 +123,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-meetings/src/commands/UpdateAttendeeCapabilitiesCommand.ts b/clients/client-chime-sdk-meetings/src/commands/UpdateAttendeeCapabilitiesCommand.ts
index c650d26f93a5..3f6775dff12a 100644
--- a/clients/client-chime-sdk-meetings/src/commands/UpdateAttendeeCapabilitiesCommand.ts
+++ b/clients/client-chime-sdk-meetings/src/commands/UpdateAttendeeCapabilitiesCommand.ts
@@ -148,4 +148,16 @@ export class UpdateAttendeeCapabilitiesCommand extends $Command
.f(void 0, UpdateAttendeeCapabilitiesResponseFilterSensitiveLog)
.ser(se_UpdateAttendeeCapabilitiesCommand)
.de(de_UpdateAttendeeCapabilitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAttendeeCapabilitiesRequest;
+ output: UpdateAttendeeCapabilitiesResponse;
+ };
+ sdk: {
+ input: UpdateAttendeeCapabilitiesCommandInput;
+ output: UpdateAttendeeCapabilitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/package.json b/clients/client-chime-sdk-messaging/package.json
index 6753ede7e541..d19d5b22eae9 100644
--- a/clients/client-chime-sdk-messaging/package.json
+++ b/clients/client-chime-sdk-messaging/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-chime-sdk-messaging/src/commands/AssociateChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/AssociateChannelFlowCommand.ts
index 9252036602e1..bb95e00ce6c7 100644
--- a/clients/client-chime-sdk-messaging/src/commands/AssociateChannelFlowCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/AssociateChannelFlowCommand.ts
@@ -113,4 +113,16 @@ export class AssociateChannelFlowCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateChannelFlowCommand)
.de(de_AssociateChannelFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateChannelFlowRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateChannelFlowCommandInput;
+ output: AssociateChannelFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/BatchCreateChannelMembershipCommand.ts b/clients/client-chime-sdk-messaging/src/commands/BatchCreateChannelMembershipCommand.ts
index baa443062dad..eff1d87ab7ff 100644
--- a/clients/client-chime-sdk-messaging/src/commands/BatchCreateChannelMembershipCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/BatchCreateChannelMembershipCommand.ts
@@ -141,4 +141,16 @@ export class BatchCreateChannelMembershipCommand extends $Command
.f(void 0, BatchCreateChannelMembershipResponseFilterSensitiveLog)
.ser(se_BatchCreateChannelMembershipCommand)
.de(de_BatchCreateChannelMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchCreateChannelMembershipRequest;
+ output: BatchCreateChannelMembershipResponse;
+ };
+ sdk: {
+ input: BatchCreateChannelMembershipCommandInput;
+ output: BatchCreateChannelMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/ChannelFlowCallbackCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ChannelFlowCallbackCommand.ts
index 228361766e76..11b9ce858e61 100644
--- a/clients/client-chime-sdk-messaging/src/commands/ChannelFlowCallbackCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/ChannelFlowCallbackCommand.ts
@@ -141,4 +141,16 @@ export class ChannelFlowCallbackCommand extends $Command
.f(ChannelFlowCallbackRequestFilterSensitiveLog, void 0)
.ser(se_ChannelFlowCallbackCommand)
.de(de_ChannelFlowCallbackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ChannelFlowCallbackRequest;
+ output: ChannelFlowCallbackResponse;
+ };
+ sdk: {
+ input: ChannelFlowCallbackCommandInput;
+ output: ChannelFlowCallbackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelBanCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelBanCommand.ts
index 3010a84fb6d5..1614879a105d 100644
--- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelBanCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelBanCommand.ts
@@ -126,4 +126,16 @@ export class CreateChannelBanCommand extends $Command
.f(void 0, CreateChannelBanResponseFilterSensitiveLog)
.ser(se_CreateChannelBanCommand)
.de(de_CreateChannelBanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateChannelBanRequest;
+ output: CreateChannelBanResponse;
+ };
+ sdk: {
+ input: CreateChannelBanCommandInput;
+ output: CreateChannelBanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelCommand.ts
index 2f8a590dc74f..e8a099e5be20 100644
--- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelCommand.ts
@@ -146,4 +146,16 @@ export class CreateChannelCommand extends $Command
.f(CreateChannelRequestFilterSensitiveLog, void 0)
.ser(se_CreateChannelCommand)
.de(de_CreateChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateChannelRequest;
+ output: CreateChannelResponse;
+ };
+ sdk: {
+ input: CreateChannelCommandInput;
+ output: CreateChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelFlowCommand.ts
index 6612bc545ac0..5387142acb23 100644
--- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelFlowCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelFlowCommand.ts
@@ -150,4 +150,16 @@ export class CreateChannelFlowCommand extends $Command
.f(CreateChannelFlowRequestFilterSensitiveLog, void 0)
.ser(se_CreateChannelFlowCommand)
.de(de_CreateChannelFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateChannelFlowRequest;
+ output: CreateChannelFlowResponse;
+ };
+ sdk: {
+ input: CreateChannelFlowCommandInput;
+ output: CreateChannelFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelMembershipCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelMembershipCommand.ts
index bcb56f69f21f..a5dc53cebc38 100644
--- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelMembershipCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelMembershipCommand.ts
@@ -155,4 +155,16 @@ export class CreateChannelMembershipCommand extends $Command
.f(void 0, CreateChannelMembershipResponseFilterSensitiveLog)
.ser(se_CreateChannelMembershipCommand)
.de(de_CreateChannelMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateChannelMembershipRequest;
+ output: CreateChannelMembershipResponse;
+ };
+ sdk: {
+ input: CreateChannelMembershipCommandInput;
+ output: CreateChannelMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelModeratorCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelModeratorCommand.ts
index 4b0eaa8c628c..37c1b40d312c 100644
--- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelModeratorCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelModeratorCommand.ts
@@ -138,4 +138,16 @@ export class CreateChannelModeratorCommand extends $Command
.f(void 0, CreateChannelModeratorResponseFilterSensitiveLog)
.ser(se_CreateChannelModeratorCommand)
.de(de_CreateChannelModeratorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateChannelModeratorRequest;
+ output: CreateChannelModeratorResponse;
+ };
+ sdk: {
+ input: CreateChannelModeratorCommandInput;
+ output: CreateChannelModeratorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelBanCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelBanCommand.ts
index c8d214a7c5aa..04f87047c9f1 100644
--- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelBanCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelBanCommand.ts
@@ -104,4 +104,16 @@ export class DeleteChannelBanCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteChannelBanCommand)
.de(de_DeleteChannelBanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteChannelBanRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteChannelBanCommandInput;
+ output: DeleteChannelBanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelCommand.ts
index 5b6c1fbc7d93..dc312799d426 100644
--- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelCommand.ts
@@ -108,4 +108,16 @@ export class DeleteChannelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteChannelCommand)
.de(de_DeleteChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteChannelRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteChannelCommandInput;
+ output: DeleteChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelFlowCommand.ts
index fd35f1283860..caac7222e1ac 100644
--- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelFlowCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelFlowCommand.ts
@@ -105,4 +105,16 @@ export class DeleteChannelFlowCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteChannelFlowCommand)
.de(de_DeleteChannelFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteChannelFlowRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteChannelFlowCommandInput;
+ output: DeleteChannelFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMembershipCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMembershipCommand.ts
index 2cfb4432c1c5..2a19eb2cfcd9 100644
--- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMembershipCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMembershipCommand.ts
@@ -109,4 +109,16 @@ export class DeleteChannelMembershipCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteChannelMembershipCommand)
.de(de_DeleteChannelMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteChannelMembershipRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteChannelMembershipCommandInput;
+ output: DeleteChannelMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMessageCommand.ts
index 2beb482dcf3a..c39cdfcc5477 100644
--- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMessageCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMessageCommand.ts
@@ -107,4 +107,16 @@ export class DeleteChannelMessageCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteChannelMessageCommand)
.de(de_DeleteChannelMessageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteChannelMessageRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteChannelMessageCommandInput;
+ output: DeleteChannelMessageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelModeratorCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelModeratorCommand.ts
index 05424c10923b..789c893bd110 100644
--- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelModeratorCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelModeratorCommand.ts
@@ -104,4 +104,16 @@ export class DeleteChannelModeratorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteChannelModeratorCommand)
.de(de_DeleteChannelModeratorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteChannelModeratorRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteChannelModeratorCommandInput;
+ output: DeleteChannelModeratorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteMessagingStreamingConfigurationsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteMessagingStreamingConfigurationsCommand.ts
index 114536da0fe1..46a7b465bffd 100644
--- a/clients/client-chime-sdk-messaging/src/commands/DeleteMessagingStreamingConfigurationsCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/DeleteMessagingStreamingConfigurationsCommand.ts
@@ -102,4 +102,16 @@ export class DeleteMessagingStreamingConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMessagingStreamingConfigurationsCommand)
.de(de_DeleteMessagingStreamingConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMessagingStreamingConfigurationsRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMessagingStreamingConfigurationsCommandInput;
+ output: DeleteMessagingStreamingConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelBanCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelBanCommand.ts
index 39cc0466f644..46bd614d4fab 100644
--- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelBanCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelBanCommand.ts
@@ -124,4 +124,16 @@ export class DescribeChannelBanCommand extends $Command
.f(void 0, DescribeChannelBanResponseFilterSensitiveLog)
.ser(se_DescribeChannelBanCommand)
.de(de_DescribeChannelBanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeChannelBanRequest;
+ output: DescribeChannelBanResponse;
+ };
+ sdk: {
+ input: DescribeChannelBanCommandInput;
+ output: DescribeChannelBanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelCommand.ts
index 752bcae6b9b9..a100aa1a6c59 100644
--- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelCommand.ts
@@ -133,4 +133,16 @@ export class DescribeChannelCommand extends $Command
.f(void 0, DescribeChannelResponseFilterSensitiveLog)
.ser(se_DescribeChannelCommand)
.de(de_DescribeChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeChannelRequest;
+ output: DescribeChannelResponse;
+ };
+ sdk: {
+ input: DescribeChannelCommandInput;
+ output: DescribeChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelFlowCommand.ts
index 03af813a9c0b..97656787dc59 100644
--- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelFlowCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelFlowCommand.ts
@@ -121,4 +121,16 @@ export class DescribeChannelFlowCommand extends $Command
.f(void 0, DescribeChannelFlowResponseFilterSensitiveLog)
.ser(se_DescribeChannelFlowCommand)
.de(de_DescribeChannelFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeChannelFlowRequest;
+ output: DescribeChannelFlowResponse;
+ };
+ sdk: {
+ input: DescribeChannelFlowCommandInput;
+ output: DescribeChannelFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipCommand.ts
index b003b1c7cfbe..696d19a52c17 100644
--- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipCommand.ts
@@ -128,4 +128,16 @@ export class DescribeChannelMembershipCommand extends $Command
.f(void 0, DescribeChannelMembershipResponseFilterSensitiveLog)
.ser(se_DescribeChannelMembershipCommand)
.de(de_DescribeChannelMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeChannelMembershipRequest;
+ output: DescribeChannelMembershipResponse;
+ };
+ sdk: {
+ input: DescribeChannelMembershipCommandInput;
+ output: DescribeChannelMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts
index ba9dbae08d1e..342a761f8db4 100644
--- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts
@@ -131,4 +131,16 @@ export class DescribeChannelMembershipForAppInstanceUserCommand extends $Command
.f(void 0, DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog)
.ser(se_DescribeChannelMembershipForAppInstanceUserCommand)
.de(de_DescribeChannelMembershipForAppInstanceUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeChannelMembershipForAppInstanceUserRequest;
+ output: DescribeChannelMembershipForAppInstanceUserResponse;
+ };
+ sdk: {
+ input: DescribeChannelMembershipForAppInstanceUserCommandInput;
+ output: DescribeChannelMembershipForAppInstanceUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts
index 4de75f51f77f..81ead86bfb24 100644
--- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts
@@ -126,4 +126,16 @@ export class DescribeChannelModeratedByAppInstanceUserCommand extends $Command
.f(void 0, DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog)
.ser(se_DescribeChannelModeratedByAppInstanceUserCommand)
.de(de_DescribeChannelModeratedByAppInstanceUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeChannelModeratedByAppInstanceUserRequest;
+ output: DescribeChannelModeratedByAppInstanceUserResponse;
+ };
+ sdk: {
+ input: DescribeChannelModeratedByAppInstanceUserCommandInput;
+ output: DescribeChannelModeratedByAppInstanceUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratorCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratorCommand.ts
index ec2497fad45c..be6c7ec6a9b0 100644
--- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratorCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratorCommand.ts
@@ -124,4 +124,16 @@ export class DescribeChannelModeratorCommand extends $Command
.f(void 0, DescribeChannelModeratorResponseFilterSensitiveLog)
.ser(se_DescribeChannelModeratorCommand)
.de(de_DescribeChannelModeratorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeChannelModeratorRequest;
+ output: DescribeChannelModeratorResponse;
+ };
+ sdk: {
+ input: DescribeChannelModeratorCommandInput;
+ output: DescribeChannelModeratorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/DisassociateChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DisassociateChannelFlowCommand.ts
index 7682339d1bb0..04e68bc0164b 100644
--- a/clients/client-chime-sdk-messaging/src/commands/DisassociateChannelFlowCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/DisassociateChannelFlowCommand.ts
@@ -113,4 +113,16 @@ export class DisassociateChannelFlowCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateChannelFlowCommand)
.de(de_DisassociateChannelFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateChannelFlowRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateChannelFlowCommandInput;
+ output: DisassociateChannelFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/GetChannelMembershipPreferencesCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetChannelMembershipPreferencesCommand.ts
index 3649321553cc..8c261748faa9 100644
--- a/clients/client-chime-sdk-messaging/src/commands/GetChannelMembershipPreferencesCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/GetChannelMembershipPreferencesCommand.ts
@@ -129,4 +129,16 @@ export class GetChannelMembershipPreferencesCommand extends $Command
.f(void 0, GetChannelMembershipPreferencesResponseFilterSensitiveLog)
.ser(se_GetChannelMembershipPreferencesCommand)
.de(de_GetChannelMembershipPreferencesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetChannelMembershipPreferencesRequest;
+ output: GetChannelMembershipPreferencesResponse;
+ };
+ sdk: {
+ input: GetChannelMembershipPreferencesCommandInput;
+ output: GetChannelMembershipPreferencesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageCommand.ts
index 508cd70d4c2f..8b5e32363667 100644
--- a/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageCommand.ts
@@ -147,4 +147,16 @@ export class GetChannelMessageCommand extends $Command
.f(void 0, GetChannelMessageResponseFilterSensitiveLog)
.ser(se_GetChannelMessageCommand)
.de(de_GetChannelMessageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetChannelMessageRequest;
+ output: GetChannelMessageResponse;
+ };
+ sdk: {
+ input: GetChannelMessageCommandInput;
+ output: GetChannelMessageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageStatusCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageStatusCommand.ts
index c2310816f681..830d5a748cf8 100644
--- a/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageStatusCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageStatusCommand.ts
@@ -140,4 +140,16 @@ export class GetChannelMessageStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetChannelMessageStatusCommand)
.de(de_GetChannelMessageStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetChannelMessageStatusRequest;
+ output: GetChannelMessageStatusResponse;
+ };
+ sdk: {
+ input: GetChannelMessageStatusCommandInput;
+ output: GetChannelMessageStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/GetMessagingSessionEndpointCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetMessagingSessionEndpointCommand.ts
index 1bba361a96cd..6a9184432a45 100644
--- a/clients/client-chime-sdk-messaging/src/commands/GetMessagingSessionEndpointCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/GetMessagingSessionEndpointCommand.ts
@@ -101,4 +101,16 @@ export class GetMessagingSessionEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMessagingSessionEndpointCommand)
.de(de_GetMessagingSessionEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetMessagingSessionEndpointResponse;
+ };
+ sdk: {
+ input: GetMessagingSessionEndpointCommandInput;
+ output: GetMessagingSessionEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/GetMessagingStreamingConfigurationsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetMessagingStreamingConfigurationsCommand.ts
index 5897e54fea31..42dbaea31e96 100644
--- a/clients/client-chime-sdk-messaging/src/commands/GetMessagingStreamingConfigurationsCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/GetMessagingStreamingConfigurationsCommand.ts
@@ -116,4 +116,16 @@ export class GetMessagingStreamingConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMessagingStreamingConfigurationsCommand)
.de(de_GetMessagingStreamingConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMessagingStreamingConfigurationsRequest;
+ output: GetMessagingStreamingConfigurationsResponse;
+ };
+ sdk: {
+ input: GetMessagingStreamingConfigurationsCommandInput;
+ output: GetMessagingStreamingConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelBansCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelBansCommand.ts
index 18ac15320fc5..b27ead9c1f1e 100644
--- a/clients/client-chime-sdk-messaging/src/commands/ListChannelBansCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelBansCommand.ts
@@ -121,4 +121,16 @@ export class ListChannelBansCommand extends $Command
.f(ListChannelBansRequestFilterSensitiveLog, ListChannelBansResponseFilterSensitiveLog)
.ser(se_ListChannelBansCommand)
.de(de_ListChannelBansCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListChannelBansRequest;
+ output: ListChannelBansResponse;
+ };
+ sdk: {
+ input: ListChannelBansCommandInput;
+ output: ListChannelBansCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelFlowsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelFlowsCommand.ts
index 3f709c614eb7..06356da5f762 100644
--- a/clients/client-chime-sdk-messaging/src/commands/ListChannelFlowsCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelFlowsCommand.ts
@@ -125,4 +125,16 @@ export class ListChannelFlowsCommand extends $Command
.f(ListChannelFlowsRequestFilterSensitiveLog, ListChannelFlowsResponseFilterSensitiveLog)
.ser(se_ListChannelFlowsCommand)
.de(de_ListChannelFlowsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListChannelFlowsRequest;
+ output: ListChannelFlowsResponse;
+ };
+ sdk: {
+ input: ListChannelFlowsCommandInput;
+ output: ListChannelFlowsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsCommand.ts
index 480ca88ffe95..7b8d54cbf5b4 100644
--- a/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsCommand.ts
@@ -125,4 +125,16 @@ export class ListChannelMembershipsCommand extends $Command
.f(ListChannelMembershipsRequestFilterSensitiveLog, ListChannelMembershipsResponseFilterSensitiveLog)
.ser(se_ListChannelMembershipsCommand)
.de(de_ListChannelMembershipsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListChannelMembershipsRequest;
+ output: ListChannelMembershipsResponse;
+ };
+ sdk: {
+ input: ListChannelMembershipsCommandInput;
+ output: ListChannelMembershipsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts
index e50782d37463..be3620bc14a1 100644
--- a/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts
@@ -139,4 +139,16 @@ export class ListChannelMembershipsForAppInstanceUserCommand extends $Command
)
.ser(se_ListChannelMembershipsForAppInstanceUserCommand)
.de(de_ListChannelMembershipsForAppInstanceUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListChannelMembershipsForAppInstanceUserRequest;
+ output: ListChannelMembershipsForAppInstanceUserResponse;
+ };
+ sdk: {
+ input: ListChannelMembershipsForAppInstanceUserCommandInput;
+ output: ListChannelMembershipsForAppInstanceUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelMessagesCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelMessagesCommand.ts
index 091337669bbf..4a9997b69164 100644
--- a/clients/client-chime-sdk-messaging/src/commands/ListChannelMessagesCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelMessagesCommand.ts
@@ -156,4 +156,16 @@ export class ListChannelMessagesCommand extends $Command
.f(ListChannelMessagesRequestFilterSensitiveLog, ListChannelMessagesResponseFilterSensitiveLog)
.ser(se_ListChannelMessagesCommand)
.de(de_ListChannelMessagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListChannelMessagesRequest;
+ output: ListChannelMessagesResponse;
+ };
+ sdk: {
+ input: ListChannelMessagesCommandInput;
+ output: ListChannelMessagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelModeratorsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelModeratorsCommand.ts
index 725c9d89d93a..8980685840f9 100644
--- a/clients/client-chime-sdk-messaging/src/commands/ListChannelModeratorsCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelModeratorsCommand.ts
@@ -121,4 +121,16 @@ export class ListChannelModeratorsCommand extends $Command
.f(ListChannelModeratorsRequestFilterSensitiveLog, ListChannelModeratorsResponseFilterSensitiveLog)
.ser(se_ListChannelModeratorsCommand)
.de(de_ListChannelModeratorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListChannelModeratorsRequest;
+ output: ListChannelModeratorsResponse;
+ };
+ sdk: {
+ input: ListChannelModeratorsCommandInput;
+ output: ListChannelModeratorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelsAssociatedWithChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelsAssociatedWithChannelFlowCommand.ts
index ac641838e4c8..932c9f85abc3 100644
--- a/clients/client-chime-sdk-messaging/src/commands/ListChannelsAssociatedWithChannelFlowCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelsAssociatedWithChannelFlowCommand.ts
@@ -124,4 +124,16 @@ export class ListChannelsAssociatedWithChannelFlowCommand extends $Command
)
.ser(se_ListChannelsAssociatedWithChannelFlowCommand)
.de(de_ListChannelsAssociatedWithChannelFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListChannelsAssociatedWithChannelFlowRequest;
+ output: ListChannelsAssociatedWithChannelFlowResponse;
+ };
+ sdk: {
+ input: ListChannelsAssociatedWithChannelFlowCommandInput;
+ output: ListChannelsAssociatedWithChannelFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelsCommand.ts
index 8faa7e927454..a926ec88c9cb 100644
--- a/clients/client-chime-sdk-messaging/src/commands/ListChannelsCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelsCommand.ts
@@ -137,4 +137,16 @@ export class ListChannelsCommand extends $Command
.f(ListChannelsRequestFilterSensitiveLog, ListChannelsResponseFilterSensitiveLog)
.ser(se_ListChannelsCommand)
.de(de_ListChannelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListChannelsRequest;
+ output: ListChannelsResponse;
+ };
+ sdk: {
+ input: ListChannelsCommandInput;
+ output: ListChannelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts
index a7baa2fc50fe..82e8a03f62b8 100644
--- a/clients/client-chime-sdk-messaging/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts
@@ -133,4 +133,16 @@ export class ListChannelsModeratedByAppInstanceUserCommand extends $Command
)
.ser(se_ListChannelsModeratedByAppInstanceUserCommand)
.de(de_ListChannelsModeratedByAppInstanceUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListChannelsModeratedByAppInstanceUserRequest;
+ output: ListChannelsModeratedByAppInstanceUserResponse;
+ };
+ sdk: {
+ input: ListChannelsModeratedByAppInstanceUserCommandInput;
+ output: ListChannelsModeratedByAppInstanceUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/ListSubChannelsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListSubChannelsCommand.ts
index 4a90ecc81621..9d60c04f675a 100644
--- a/clients/client-chime-sdk-messaging/src/commands/ListSubChannelsCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/ListSubChannelsCommand.ts
@@ -114,4 +114,16 @@ export class ListSubChannelsCommand extends $Command
.f(ListSubChannelsRequestFilterSensitiveLog, ListSubChannelsResponseFilterSensitiveLog)
.ser(se_ListSubChannelsCommand)
.de(de_ListSubChannelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSubChannelsRequest;
+ output: ListSubChannelsResponse;
+ };
+ sdk: {
+ input: ListSubChannelsCommandInput;
+ output: ListSubChannelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListTagsForResourceCommand.ts
index 840cadb3bf08..22d640e9e9f9 100644
--- a/clients/client-chime-sdk-messaging/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/ListTagsForResourceCommand.ts
@@ -108,4 +108,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, ListTagsForResourceResponseFilterSensitiveLog)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/PutChannelExpirationSettingsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/PutChannelExpirationSettingsCommand.ts
index 4f4c5ef4d41f..07e46098f7a2 100644
--- a/clients/client-chime-sdk-messaging/src/commands/PutChannelExpirationSettingsCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/PutChannelExpirationSettingsCommand.ts
@@ -134,4 +134,16 @@ export class PutChannelExpirationSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutChannelExpirationSettingsCommand)
.de(de_PutChannelExpirationSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutChannelExpirationSettingsRequest;
+ output: PutChannelExpirationSettingsResponse;
+ };
+ sdk: {
+ input: PutChannelExpirationSettingsCommandInput;
+ output: PutChannelExpirationSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/PutChannelMembershipPreferencesCommand.ts b/clients/client-chime-sdk-messaging/src/commands/PutChannelMembershipPreferencesCommand.ts
index 75782c2d661d..2bb672b4e6af 100644
--- a/clients/client-chime-sdk-messaging/src/commands/PutChannelMembershipPreferencesCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/PutChannelMembershipPreferencesCommand.ts
@@ -143,4 +143,16 @@ export class PutChannelMembershipPreferencesCommand extends $Command
)
.ser(se_PutChannelMembershipPreferencesCommand)
.de(de_PutChannelMembershipPreferencesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutChannelMembershipPreferencesRequest;
+ output: PutChannelMembershipPreferencesResponse;
+ };
+ sdk: {
+ input: PutChannelMembershipPreferencesCommandInput;
+ output: PutChannelMembershipPreferencesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/PutMessagingStreamingConfigurationsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/PutMessagingStreamingConfigurationsCommand.ts
index 2ef1362e2c23..beb40c18f8b0 100644
--- a/clients/client-chime-sdk-messaging/src/commands/PutMessagingStreamingConfigurationsCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/PutMessagingStreamingConfigurationsCommand.ts
@@ -126,4 +126,16 @@ export class PutMessagingStreamingConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutMessagingStreamingConfigurationsCommand)
.de(de_PutMessagingStreamingConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutMessagingStreamingConfigurationsRequest;
+ output: PutMessagingStreamingConfigurationsResponse;
+ };
+ sdk: {
+ input: PutMessagingStreamingConfigurationsCommandInput;
+ output: PutMessagingStreamingConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/RedactChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/RedactChannelMessageCommand.ts
index 6fd60c90034d..5f6dd2764726 100644
--- a/clients/client-chime-sdk-messaging/src/commands/RedactChannelMessageCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/RedactChannelMessageCommand.ts
@@ -114,4 +114,16 @@ export class RedactChannelMessageCommand extends $Command
.f(void 0, void 0)
.ser(se_RedactChannelMessageCommand)
.de(de_RedactChannelMessageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RedactChannelMessageRequest;
+ output: RedactChannelMessageResponse;
+ };
+ sdk: {
+ input: RedactChannelMessageCommandInput;
+ output: RedactChannelMessageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/SearchChannelsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/SearchChannelsCommand.ts
index 4377a0bf5b52..77fc8bfafd09 100644
--- a/clients/client-chime-sdk-messaging/src/commands/SearchChannelsCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/SearchChannelsCommand.ts
@@ -130,4 +130,16 @@ export class SearchChannelsCommand extends $Command
.f(SearchChannelsRequestFilterSensitiveLog, SearchChannelsResponseFilterSensitiveLog)
.ser(se_SearchChannelsCommand)
.de(de_SearchChannelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchChannelsRequest;
+ output: SearchChannelsResponse;
+ };
+ sdk: {
+ input: SearchChannelsCommandInput;
+ output: SearchChannelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/SendChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/SendChannelMessageCommand.ts
index 85175251a010..b65c9d4a5f75 100644
--- a/clients/client-chime-sdk-messaging/src/commands/SendChannelMessageCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/SendChannelMessageCommand.ts
@@ -147,4 +147,16 @@ export class SendChannelMessageCommand extends $Command
.f(SendChannelMessageRequestFilterSensitiveLog, void 0)
.ser(se_SendChannelMessageCommand)
.de(de_SendChannelMessageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SendChannelMessageRequest;
+ output: SendChannelMessageResponse;
+ };
+ sdk: {
+ input: SendChannelMessageCommandInput;
+ output: SendChannelMessageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/TagResourceCommand.ts b/clients/client-chime-sdk-messaging/src/commands/TagResourceCommand.ts
index d7afd385c547..a10771e451e2 100644
--- a/clients/client-chime-sdk-messaging/src/commands/TagResourceCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/TagResourceCommand.ts
@@ -106,4 +106,16 @@ export class TagResourceCommand extends $Command
.f(TagResourceRequestFilterSensitiveLog, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/UntagResourceCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UntagResourceCommand.ts
index 9b43312d82d9..f336066d21d3 100644
--- a/clients/client-chime-sdk-messaging/src/commands/UntagResourceCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/UntagResourceCommand.ts
@@ -100,4 +100,16 @@ export class UntagResourceCommand extends $Command
.f(UntagResourceRequestFilterSensitiveLog, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelCommand.ts
index 854588b26eb7..ec7cb264558b 100644
--- a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelCommand.ts
@@ -118,4 +118,16 @@ export class UpdateChannelCommand extends $Command
.f(UpdateChannelRequestFilterSensitiveLog, void 0)
.ser(se_UpdateChannelCommand)
.de(de_UpdateChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateChannelRequest;
+ output: UpdateChannelResponse;
+ };
+ sdk: {
+ input: UpdateChannelCommandInput;
+ output: UpdateChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelFlowCommand.ts
index 3164e1373a24..e6a16d6f8d05 100644
--- a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelFlowCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelFlowCommand.ts
@@ -121,4 +121,16 @@ export class UpdateChannelFlowCommand extends $Command
.f(UpdateChannelFlowRequestFilterSensitiveLog, void 0)
.ser(se_UpdateChannelFlowCommand)
.de(de_UpdateChannelFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateChannelFlowRequest;
+ output: UpdateChannelFlowResponse;
+ };
+ sdk: {
+ input: UpdateChannelFlowCommandInput;
+ output: UpdateChannelFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelMessageCommand.ts
index 19cc7679f8b2..35c04ed3e612 100644
--- a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelMessageCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelMessageCommand.ts
@@ -124,4 +124,16 @@ export class UpdateChannelMessageCommand extends $Command
.f(UpdateChannelMessageRequestFilterSensitiveLog, void 0)
.ser(se_UpdateChannelMessageCommand)
.de(de_UpdateChannelMessageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateChannelMessageRequest;
+ output: UpdateChannelMessageResponse;
+ };
+ sdk: {
+ input: UpdateChannelMessageCommandInput;
+ output: UpdateChannelMessageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelReadMarkerCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelReadMarkerCommand.ts
index 9bfbf8446f6a..8cccaef25fd3 100644
--- a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelReadMarkerCommand.ts
+++ b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelReadMarkerCommand.ts
@@ -109,4 +109,16 @@ export class UpdateChannelReadMarkerCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateChannelReadMarkerCommand)
.de(de_UpdateChannelReadMarkerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateChannelReadMarkerRequest;
+ output: UpdateChannelReadMarkerResponse;
+ };
+ sdk: {
+ input: UpdateChannelReadMarkerCommandInput;
+ output: UpdateChannelReadMarkerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/package.json b/clients/client-chime-sdk-voice/package.json
index 6f91c14cd003..6242f5a7ae38 100644
--- a/clients/client-chime-sdk-voice/package.json
+++ b/clients/client-chime-sdk-voice/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts
index fa5eaf80f885..e5be4124800f 100644
--- a/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts
@@ -125,4 +125,16 @@ export class AssociatePhoneNumbersWithVoiceConnectorCommand extends $Command
)
.ser(se_AssociatePhoneNumbersWithVoiceConnectorCommand)
.de(de_AssociatePhoneNumbersWithVoiceConnectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociatePhoneNumbersWithVoiceConnectorRequest;
+ output: AssociatePhoneNumbersWithVoiceConnectorResponse;
+ };
+ sdk: {
+ input: AssociatePhoneNumbersWithVoiceConnectorCommandInput;
+ output: AssociatePhoneNumbersWithVoiceConnectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts
index 8a587a0647d9..1a652079792d 100644
--- a/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts
@@ -125,4 +125,16 @@ export class AssociatePhoneNumbersWithVoiceConnectorGroupCommand extends $Comman
)
.ser(se_AssociatePhoneNumbersWithVoiceConnectorGroupCommand)
.de(de_AssociatePhoneNumbersWithVoiceConnectorGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociatePhoneNumbersWithVoiceConnectorGroupRequest;
+ output: AssociatePhoneNumbersWithVoiceConnectorGroupResponse;
+ };
+ sdk: {
+ input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput;
+ output: AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/BatchDeletePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/BatchDeletePhoneNumberCommand.ts
index 2205206f6c9f..65f58d84cc37 100644
--- a/clients/client-chime-sdk-voice/src/commands/BatchDeletePhoneNumberCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/BatchDeletePhoneNumberCommand.ts
@@ -117,4 +117,16 @@ export class BatchDeletePhoneNumberCommand extends $Command
.f(void 0, BatchDeletePhoneNumberResponseFilterSensitiveLog)
.ser(se_BatchDeletePhoneNumberCommand)
.de(de_BatchDeletePhoneNumberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDeletePhoneNumberRequest;
+ output: BatchDeletePhoneNumberResponse;
+ };
+ sdk: {
+ input: BatchDeletePhoneNumberCommandInput;
+ output: BatchDeletePhoneNumberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/BatchUpdatePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/BatchUpdatePhoneNumberCommand.ts
index e8932880ce97..20e502df67e8 100644
--- a/clients/client-chime-sdk-voice/src/commands/BatchUpdatePhoneNumberCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/BatchUpdatePhoneNumberCommand.ts
@@ -121,4 +121,16 @@ export class BatchUpdatePhoneNumberCommand extends $Command
.f(BatchUpdatePhoneNumberRequestFilterSensitiveLog, BatchUpdatePhoneNumberResponseFilterSensitiveLog)
.ser(se_BatchUpdatePhoneNumberCommand)
.de(de_BatchUpdatePhoneNumberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchUpdatePhoneNumberRequest;
+ output: BatchUpdatePhoneNumberResponse;
+ };
+ sdk: {
+ input: BatchUpdatePhoneNumberCommandInput;
+ output: BatchUpdatePhoneNumberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/CreatePhoneNumberOrderCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreatePhoneNumberOrderCommand.ts
index 616e2db78111..4778ec8f0acb 100644
--- a/clients/client-chime-sdk-voice/src/commands/CreatePhoneNumberOrderCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/CreatePhoneNumberOrderCommand.ts
@@ -123,4 +123,16 @@ export class CreatePhoneNumberOrderCommand extends $Command
.f(CreatePhoneNumberOrderRequestFilterSensitiveLog, CreatePhoneNumberOrderResponseFilterSensitiveLog)
.ser(se_CreatePhoneNumberOrderCommand)
.de(de_CreatePhoneNumberOrderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePhoneNumberOrderRequest;
+ output: CreatePhoneNumberOrderResponse;
+ };
+ sdk: {
+ input: CreatePhoneNumberOrderCommandInput;
+ output: CreatePhoneNumberOrderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/CreateProxySessionCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateProxySessionCommand.ts
index 272e38822dfb..6910e007c813 100644
--- a/clients/client-chime-sdk-voice/src/commands/CreateProxySessionCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/CreateProxySessionCommand.ts
@@ -142,4 +142,16 @@ export class CreateProxySessionCommand extends $Command
.f(CreateProxySessionRequestFilterSensitiveLog, CreateProxySessionResponseFilterSensitiveLog)
.ser(se_CreateProxySessionCommand)
.de(de_CreateProxySessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateProxySessionRequest;
+ output: CreateProxySessionResponse;
+ };
+ sdk: {
+ input: CreateProxySessionCommandInput;
+ output: CreateProxySessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCallCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCallCommand.ts
index 6de8460b77a6..b4fe25ca0a7a 100644
--- a/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCallCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCallCommand.ts
@@ -122,4 +122,16 @@ export class CreateSipMediaApplicationCallCommand extends $Command
.f(CreateSipMediaApplicationCallRequestFilterSensitiveLog, void 0)
.ser(se_CreateSipMediaApplicationCallCommand)
.de(de_CreateSipMediaApplicationCallCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSipMediaApplicationCallRequest;
+ output: CreateSipMediaApplicationCallResponse;
+ };
+ sdk: {
+ input: CreateSipMediaApplicationCallCommandInput;
+ output: CreateSipMediaApplicationCallCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCommand.ts
index df11fe0e9330..47bc178b9335 100644
--- a/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCommand.ts
@@ -134,4 +134,16 @@ export class CreateSipMediaApplicationCommand extends $Command
.f(CreateSipMediaApplicationRequestFilterSensitiveLog, CreateSipMediaApplicationResponseFilterSensitiveLog)
.ser(se_CreateSipMediaApplicationCommand)
.de(de_CreateSipMediaApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSipMediaApplicationRequest;
+ output: CreateSipMediaApplicationResponse;
+ };
+ sdk: {
+ input: CreateSipMediaApplicationCommandInput;
+ output: CreateSipMediaApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/CreateSipRuleCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateSipRuleCommand.ts
index ee06cc17b7a6..55024292b9f7 100644
--- a/clients/client-chime-sdk-voice/src/commands/CreateSipRuleCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/CreateSipRuleCommand.ts
@@ -130,4 +130,16 @@ export class CreateSipRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSipRuleCommand)
.de(de_CreateSipRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSipRuleRequest;
+ output: CreateSipRuleResponse;
+ };
+ sdk: {
+ input: CreateSipRuleCommandInput;
+ output: CreateSipRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorCommand.ts
index 980c08b966f1..5bf9da85879d 100644
--- a/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorCommand.ts
@@ -125,4 +125,16 @@ export class CreateVoiceConnectorCommand extends $Command
.f(CreateVoiceConnectorRequestFilterSensitiveLog, void 0)
.ser(se_CreateVoiceConnectorCommand)
.de(de_CreateVoiceConnectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVoiceConnectorRequest;
+ output: CreateVoiceConnectorResponse;
+ };
+ sdk: {
+ input: CreateVoiceConnectorCommandInput;
+ output: CreateVoiceConnectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorGroupCommand.ts
index ee840893fe04..f6c16db2a067 100644
--- a/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorGroupCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorGroupCommand.ts
@@ -124,4 +124,16 @@ export class CreateVoiceConnectorGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVoiceConnectorGroupCommand)
.de(de_CreateVoiceConnectorGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVoiceConnectorGroupRequest;
+ output: CreateVoiceConnectorGroupResponse;
+ };
+ sdk: {
+ input: CreateVoiceConnectorGroupCommandInput;
+ output: CreateVoiceConnectorGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileCommand.ts
index c1dde7f28b8e..ff9072c473a8 100644
--- a/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileCommand.ts
@@ -127,4 +127,16 @@ export class CreateVoiceProfileCommand extends $Command
.f(void 0, CreateVoiceProfileResponseFilterSensitiveLog)
.ser(se_CreateVoiceProfileCommand)
.de(de_CreateVoiceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVoiceProfileRequest;
+ output: CreateVoiceProfileResponse;
+ };
+ sdk: {
+ input: CreateVoiceProfileCommandInput;
+ output: CreateVoiceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileDomainCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileDomainCommand.ts
index 98ed42373fbe..4b267230b122 100644
--- a/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileDomainCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileDomainCommand.ts
@@ -136,4 +136,16 @@ export class CreateVoiceProfileDomainCommand extends $Command
.f(CreateVoiceProfileDomainRequestFilterSensitiveLog, CreateVoiceProfileDomainResponseFilterSensitiveLog)
.ser(se_CreateVoiceProfileDomainCommand)
.de(de_CreateVoiceProfileDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVoiceProfileDomainRequest;
+ output: CreateVoiceProfileDomainResponse;
+ };
+ sdk: {
+ input: CreateVoiceProfileDomainCommandInput;
+ output: CreateVoiceProfileDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/DeletePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeletePhoneNumberCommand.ts
index 4e0807d055f5..67c39293baee 100644
--- a/clients/client-chime-sdk-voice/src/commands/DeletePhoneNumberCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/DeletePhoneNumberCommand.ts
@@ -102,4 +102,16 @@ export class DeletePhoneNumberCommand extends $Command
.f(DeletePhoneNumberRequestFilterSensitiveLog, void 0)
.ser(se_DeletePhoneNumberCommand)
.de(de_DeletePhoneNumberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePhoneNumberRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePhoneNumberCommandInput;
+ output: DeletePhoneNumberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteProxySessionCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteProxySessionCommand.ts
index 1c19537a1fc8..129e7f354d37 100644
--- a/clients/client-chime-sdk-voice/src/commands/DeleteProxySessionCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/DeleteProxySessionCommand.ts
@@ -98,4 +98,16 @@ export class DeleteProxySessionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteProxySessionCommand)
.de(de_DeleteProxySessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteProxySessionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteProxySessionCommandInput;
+ output: DeleteProxySessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteSipMediaApplicationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteSipMediaApplicationCommand.ts
index b01b5c738ba0..45aacc822372 100644
--- a/clients/client-chime-sdk-voice/src/commands/DeleteSipMediaApplicationCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/DeleteSipMediaApplicationCommand.ts
@@ -99,4 +99,16 @@ export class DeleteSipMediaApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSipMediaApplicationCommand)
.de(de_DeleteSipMediaApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSipMediaApplicationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSipMediaApplicationCommandInput;
+ output: DeleteSipMediaApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteSipRuleCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteSipRuleCommand.ts
index 6319a2618ca5..8b9375a1384d 100644
--- a/clients/client-chime-sdk-voice/src/commands/DeleteSipRuleCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/DeleteSipRuleCommand.ts
@@ -99,4 +99,16 @@ export class DeleteSipRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSipRuleCommand)
.de(de_DeleteSipRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSipRuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSipRuleCommandInput;
+ output: DeleteSipRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorCommand.ts
index 55dc0e5111ea..bf7235bb7189 100644
--- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorCommand.ts
@@ -101,4 +101,16 @@ export class DeleteVoiceConnectorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVoiceConnectorCommand)
.de(de_DeleteVoiceConnectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVoiceConnectorRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVoiceConnectorCommandInput;
+ output: DeleteVoiceConnectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts
index 45ac88ba7c16..b481de0151e9 100644
--- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts
@@ -101,4 +101,16 @@ export class DeleteVoiceConnectorEmergencyCallingConfigurationCommand extends $C
.f(void 0, void 0)
.ser(se_DeleteVoiceConnectorEmergencyCallingConfigurationCommand)
.de(de_DeleteVoiceConnectorEmergencyCallingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVoiceConnectorEmergencyCallingConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput;
+ output: DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorGroupCommand.ts
index 2889bab93980..2053bdaebcf9 100644
--- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorGroupCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorGroupCommand.ts
@@ -101,4 +101,16 @@ export class DeleteVoiceConnectorGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVoiceConnectorGroupCommand)
.de(de_DeleteVoiceConnectorGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVoiceConnectorGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVoiceConnectorGroupCommandInput;
+ output: DeleteVoiceConnectorGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorOriginationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorOriginationCommand.ts
index 9c7153fd9ea9..656a39ab40da 100644
--- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorOriginationCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorOriginationCommand.ts
@@ -103,4 +103,16 @@ export class DeleteVoiceConnectorOriginationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVoiceConnectorOriginationCommand)
.de(de_DeleteVoiceConnectorOriginationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVoiceConnectorOriginationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVoiceConnectorOriginationCommandInput;
+ output: DeleteVoiceConnectorOriginationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorProxyCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorProxyCommand.ts
index 92b6a821660e..6a77aa21f6a3 100644
--- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorProxyCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorProxyCommand.ts
@@ -96,4 +96,16 @@ export class DeleteVoiceConnectorProxyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVoiceConnectorProxyCommand)
.de(de_DeleteVoiceConnectorProxyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVoiceConnectorProxyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVoiceConnectorProxyCommandInput;
+ output: DeleteVoiceConnectorProxyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts
index 68ec1c2074f9..25f4d184fcd6 100644
--- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts
@@ -100,4 +100,16 @@ export class DeleteVoiceConnectorStreamingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVoiceConnectorStreamingConfigurationCommand)
.de(de_DeleteVoiceConnectorStreamingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVoiceConnectorStreamingConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVoiceConnectorStreamingConfigurationCommandInput;
+ output: DeleteVoiceConnectorStreamingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCommand.ts
index 4877d9b7f58e..9a21ef78e8d1 100644
--- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCommand.ts
@@ -103,4 +103,16 @@ export class DeleteVoiceConnectorTerminationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVoiceConnectorTerminationCommand)
.de(de_DeleteVoiceConnectorTerminationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVoiceConnectorTerminationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVoiceConnectorTerminationCommandInput;
+ output: DeleteVoiceConnectorTerminationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts
index 4b875a49d6c9..926dd762e20e 100644
--- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts
@@ -107,4 +107,16 @@ export class DeleteVoiceConnectorTerminationCredentialsCommand extends $Command
.f(DeleteVoiceConnectorTerminationCredentialsRequestFilterSensitiveLog, void 0)
.ser(se_DeleteVoiceConnectorTerminationCredentialsCommand)
.de(de_DeleteVoiceConnectorTerminationCredentialsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVoiceConnectorTerminationCredentialsRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVoiceConnectorTerminationCredentialsCommandInput;
+ output: DeleteVoiceConnectorTerminationCredentialsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileCommand.ts
index 9ade58a1153e..8efecf720639 100644
--- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileCommand.ts
@@ -102,4 +102,16 @@ export class DeleteVoiceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVoiceProfileCommand)
.de(de_DeleteVoiceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVoiceProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVoiceProfileCommandInput;
+ output: DeleteVoiceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileDomainCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileDomainCommand.ts
index 815b1ea3e7b5..3784746219dd 100644
--- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileDomainCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileDomainCommand.ts
@@ -102,4 +102,16 @@ export class DeleteVoiceProfileDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVoiceProfileDomainCommand)
.de(de_DeleteVoiceProfileDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVoiceProfileDomainRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVoiceProfileDomainCommandInput;
+ output: DeleteVoiceProfileDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts
index 7c2879829afc..c1348470aab3 100644
--- a/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts
@@ -122,4 +122,16 @@ export class DisassociatePhoneNumbersFromVoiceConnectorCommand extends $Command
)
.ser(se_DisassociatePhoneNumbersFromVoiceConnectorCommand)
.de(de_DisassociatePhoneNumbersFromVoiceConnectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociatePhoneNumbersFromVoiceConnectorRequest;
+ output: DisassociatePhoneNumbersFromVoiceConnectorResponse;
+ };
+ sdk: {
+ input: DisassociatePhoneNumbersFromVoiceConnectorCommandInput;
+ output: DisassociatePhoneNumbersFromVoiceConnectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts
index 2f5a2be647ab..38e1169e630a 100644
--- a/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts
@@ -122,4 +122,16 @@ export class DisassociatePhoneNumbersFromVoiceConnectorGroupCommand extends $Com
)
.ser(se_DisassociatePhoneNumbersFromVoiceConnectorGroupCommand)
.de(de_DisassociatePhoneNumbersFromVoiceConnectorGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociatePhoneNumbersFromVoiceConnectorGroupRequest;
+ output: DisassociatePhoneNumbersFromVoiceConnectorGroupResponse;
+ };
+ sdk: {
+ input: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput;
+ output: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/GetGlobalSettingsCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetGlobalSettingsCommand.ts
index 43ac918f51ff..14a0c34f9c07 100644
--- a/clients/client-chime-sdk-voice/src/commands/GetGlobalSettingsCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/GetGlobalSettingsCommand.ts
@@ -95,4 +95,16 @@ export class GetGlobalSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetGlobalSettingsCommand)
.de(de_GetGlobalSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetGlobalSettingsResponse;
+ };
+ sdk: {
+ input: GetGlobalSettingsCommandInput;
+ output: GetGlobalSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberCommand.ts
index 415fe908e9ae..1ab2a3aa9c3f 100644
--- a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberCommand.ts
@@ -133,4 +133,16 @@ export class GetPhoneNumberCommand extends $Command
.f(GetPhoneNumberRequestFilterSensitiveLog, GetPhoneNumberResponseFilterSensitiveLog)
.ser(se_GetPhoneNumberCommand)
.de(de_GetPhoneNumberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPhoneNumberRequest;
+ output: GetPhoneNumberResponse;
+ };
+ sdk: {
+ input: GetPhoneNumberCommandInput;
+ output: GetPhoneNumberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberOrderCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberOrderCommand.ts
index 4b99f890778d..289f0b002633 100644
--- a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberOrderCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberOrderCommand.ts
@@ -117,4 +117,16 @@ export class GetPhoneNumberOrderCommand extends $Command
.f(void 0, GetPhoneNumberOrderResponseFilterSensitiveLog)
.ser(se_GetPhoneNumberOrderCommand)
.de(de_GetPhoneNumberOrderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPhoneNumberOrderRequest;
+ output: GetPhoneNumberOrderResponse;
+ };
+ sdk: {
+ input: GetPhoneNumberOrderCommandInput;
+ output: GetPhoneNumberOrderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberSettingsCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberSettingsCommand.ts
index 97e8652d6946..45317556e52b 100644
--- a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberSettingsCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberSettingsCommand.ts
@@ -95,4 +95,16 @@ export class GetPhoneNumberSettingsCommand extends $Command
.f(void 0, GetPhoneNumberSettingsResponseFilterSensitiveLog)
.ser(se_GetPhoneNumberSettingsCommand)
.de(de_GetPhoneNumberSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetPhoneNumberSettingsResponse;
+ };
+ sdk: {
+ input: GetPhoneNumberSettingsCommandInput;
+ output: GetPhoneNumberSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/GetProxySessionCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetProxySessionCommand.ts
index a5010ae5b99d..e12d5bb6bd49 100644
--- a/clients/client-chime-sdk-voice/src/commands/GetProxySessionCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/GetProxySessionCommand.ts
@@ -127,4 +127,16 @@ export class GetProxySessionCommand extends $Command
.f(void 0, GetProxySessionResponseFilterSensitiveLog)
.ser(se_GetProxySessionCommand)
.de(de_GetProxySessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetProxySessionRequest;
+ output: GetProxySessionResponse;
+ };
+ sdk: {
+ input: GetProxySessionCommandInput;
+ output: GetProxySessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.ts
index 0c4fb5e88f47..969fe7cf3454 100644
--- a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.ts
@@ -119,4 +119,16 @@ export class GetSipMediaApplicationAlexaSkillConfigurationCommand extends $Comma
.f(void 0, GetSipMediaApplicationAlexaSkillConfigurationResponseFilterSensitiveLog)
.ser(se_GetSipMediaApplicationAlexaSkillConfigurationCommand)
.de(de_GetSipMediaApplicationAlexaSkillConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSipMediaApplicationAlexaSkillConfigurationRequest;
+ output: GetSipMediaApplicationAlexaSkillConfigurationResponse;
+ };
+ sdk: {
+ input: GetSipMediaApplicationAlexaSkillConfigurationCommandInput;
+ output: GetSipMediaApplicationAlexaSkillConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationCommand.ts
index 80907f4d6334..42e2591b6442 100644
--- a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationCommand.ts
@@ -115,4 +115,16 @@ export class GetSipMediaApplicationCommand extends $Command
.f(void 0, GetSipMediaApplicationResponseFilterSensitiveLog)
.ser(se_GetSipMediaApplicationCommand)
.de(de_GetSipMediaApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSipMediaApplicationRequest;
+ output: GetSipMediaApplicationResponse;
+ };
+ sdk: {
+ input: GetSipMediaApplicationCommandInput;
+ output: GetSipMediaApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts
index cabd52920196..943903a7c85e 100644
--- a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts
@@ -109,4 +109,16 @@ export class GetSipMediaApplicationLoggingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSipMediaApplicationLoggingConfigurationCommand)
.de(de_GetSipMediaApplicationLoggingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSipMediaApplicationLoggingConfigurationRequest;
+ output: GetSipMediaApplicationLoggingConfigurationResponse;
+ };
+ sdk: {
+ input: GetSipMediaApplicationLoggingConfigurationCommandInput;
+ output: GetSipMediaApplicationLoggingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/GetSipRuleCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSipRuleCommand.ts
index e7323e5064a2..13604e378afb 100644
--- a/clients/client-chime-sdk-voice/src/commands/GetSipRuleCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/GetSipRuleCommand.ts
@@ -114,4 +114,16 @@ export class GetSipRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSipRuleCommand)
.de(de_GetSipRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSipRuleRequest;
+ output: GetSipRuleResponse;
+ };
+ sdk: {
+ input: GetSipRuleCommandInput;
+ output: GetSipRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/GetSpeakerSearchTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSpeakerSearchTaskCommand.ts
index 31470a5b13c0..d533a6826247 100644
--- a/clients/client-chime-sdk-voice/src/commands/GetSpeakerSearchTaskCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/GetSpeakerSearchTaskCommand.ts
@@ -126,4 +126,16 @@ export class GetSpeakerSearchTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSpeakerSearchTaskCommand)
.de(de_GetSpeakerSearchTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSpeakerSearchTaskRequest;
+ output: GetSpeakerSearchTaskResponse;
+ };
+ sdk: {
+ input: GetSpeakerSearchTaskCommandInput;
+ output: GetSpeakerSearchTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorCommand.ts
index 84a6c953d3b7..b8436e3a3b47 100644
--- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorCommand.ts
@@ -108,4 +108,16 @@ export class GetVoiceConnectorCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVoiceConnectorCommand)
.de(de_GetVoiceConnectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVoiceConnectorRequest;
+ output: GetVoiceConnectorResponse;
+ };
+ sdk: {
+ input: GetVoiceConnectorCommandInput;
+ output: GetVoiceConnectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts
index 77cc820e7dbe..f6bdc21bf867 100644
--- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts
@@ -116,4 +116,16 @@ export class GetVoiceConnectorEmergencyCallingConfigurationCommand extends $Comm
.f(void 0, GetVoiceConnectorEmergencyCallingConfigurationResponseFilterSensitiveLog)
.ser(se_GetVoiceConnectorEmergencyCallingConfigurationCommand)
.de(de_GetVoiceConnectorEmergencyCallingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVoiceConnectorEmergencyCallingConfigurationRequest;
+ output: GetVoiceConnectorEmergencyCallingConfigurationResponse;
+ };
+ sdk: {
+ input: GetVoiceConnectorEmergencyCallingConfigurationCommandInput;
+ output: GetVoiceConnectorEmergencyCallingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorGroupCommand.ts
index ef0aa1dcb0a0..d0df565ddc7b 100644
--- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorGroupCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorGroupCommand.ts
@@ -111,4 +111,16 @@ export class GetVoiceConnectorGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVoiceConnectorGroupCommand)
.de(de_GetVoiceConnectorGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVoiceConnectorGroupRequest;
+ output: GetVoiceConnectorGroupResponse;
+ };
+ sdk: {
+ input: GetVoiceConnectorGroupCommandInput;
+ output: GetVoiceConnectorGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts
index a5e36cfec879..9396c49bf661 100644
--- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts
@@ -111,4 +111,16 @@ export class GetVoiceConnectorLoggingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVoiceConnectorLoggingConfigurationCommand)
.de(de_GetVoiceConnectorLoggingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVoiceConnectorLoggingConfigurationRequest;
+ output: GetVoiceConnectorLoggingConfigurationResponse;
+ };
+ sdk: {
+ input: GetVoiceConnectorLoggingConfigurationCommandInput;
+ output: GetVoiceConnectorLoggingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorOriginationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorOriginationCommand.ts
index 428556dbd6f8..b505b3b28b83 100644
--- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorOriginationCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorOriginationCommand.ts
@@ -114,4 +114,16 @@ export class GetVoiceConnectorOriginationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVoiceConnectorOriginationCommand)
.de(de_GetVoiceConnectorOriginationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVoiceConnectorOriginationRequest;
+ output: GetVoiceConnectorOriginationResponse;
+ };
+ sdk: {
+ input: GetVoiceConnectorOriginationCommandInput;
+ output: GetVoiceConnectorOriginationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorProxyCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorProxyCommand.ts
index a6f7fb981810..b6f785f5f513 100644
--- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorProxyCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorProxyCommand.ts
@@ -110,4 +110,16 @@ export class GetVoiceConnectorProxyCommand extends $Command
.f(void 0, GetVoiceConnectorProxyResponseFilterSensitiveLog)
.ser(se_GetVoiceConnectorProxyCommand)
.de(de_GetVoiceConnectorProxyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVoiceConnectorProxyRequest;
+ output: GetVoiceConnectorProxyResponse;
+ };
+ sdk: {
+ input: GetVoiceConnectorProxyCommandInput;
+ output: GetVoiceConnectorProxyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts
index c51bca29fdc5..097f3dea7931 100644
--- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts
@@ -122,4 +122,16 @@ export class GetVoiceConnectorStreamingConfigurationCommand extends $Command
.f(void 0, GetVoiceConnectorStreamingConfigurationResponseFilterSensitiveLog)
.ser(se_GetVoiceConnectorStreamingConfigurationCommand)
.de(de_GetVoiceConnectorStreamingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVoiceConnectorStreamingConfigurationRequest;
+ output: GetVoiceConnectorStreamingConfigurationResponse;
+ };
+ sdk: {
+ input: GetVoiceConnectorStreamingConfigurationCommandInput;
+ output: GetVoiceConnectorStreamingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationCommand.ts
index b91b5a68f303..49338bfa02b8 100644
--- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationCommand.ts
@@ -117,4 +117,16 @@ export class GetVoiceConnectorTerminationCommand extends $Command
.f(void 0, GetVoiceConnectorTerminationResponseFilterSensitiveLog)
.ser(se_GetVoiceConnectorTerminationCommand)
.de(de_GetVoiceConnectorTerminationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVoiceConnectorTerminationRequest;
+ output: GetVoiceConnectorTerminationResponse;
+ };
+ sdk: {
+ input: GetVoiceConnectorTerminationCommandInput;
+ output: GetVoiceConnectorTerminationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationHealthCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationHealthCommand.ts
index 9d06084d9d53..7911c8740106 100644
--- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationHealthCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationHealthCommand.ts
@@ -111,4 +111,16 @@ export class GetVoiceConnectorTerminationHealthCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVoiceConnectorTerminationHealthCommand)
.de(de_GetVoiceConnectorTerminationHealthCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVoiceConnectorTerminationHealthRequest;
+ output: GetVoiceConnectorTerminationHealthResponse;
+ };
+ sdk: {
+ input: GetVoiceConnectorTerminationHealthCommandInput;
+ output: GetVoiceConnectorTerminationHealthCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileCommand.ts
index 66e968042aee..d44413ccf6f1 100644
--- a/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileCommand.ts
@@ -112,4 +112,16 @@ export class GetVoiceProfileCommand extends $Command
.f(void 0, GetVoiceProfileResponseFilterSensitiveLog)
.ser(se_GetVoiceProfileCommand)
.de(de_GetVoiceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVoiceProfileRequest;
+ output: GetVoiceProfileResponse;
+ };
+ sdk: {
+ input: GetVoiceProfileCommandInput;
+ output: GetVoiceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileDomainCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileDomainCommand.ts
index 5f8289327b10..92023af640d1 100644
--- a/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileDomainCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileDomainCommand.ts
@@ -115,4 +115,16 @@ export class GetVoiceProfileDomainCommand extends $Command
.f(void 0, GetVoiceProfileDomainResponseFilterSensitiveLog)
.ser(se_GetVoiceProfileDomainCommand)
.de(de_GetVoiceProfileDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVoiceProfileDomainRequest;
+ output: GetVoiceProfileDomainResponse;
+ };
+ sdk: {
+ input: GetVoiceProfileDomainCommandInput;
+ output: GetVoiceProfileDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceToneAnalysisTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceToneAnalysisTaskCommand.ts
index 2d7d73709eed..e7f521cf3708 100644
--- a/clients/client-chime-sdk-voice/src/commands/GetVoiceToneAnalysisTaskCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceToneAnalysisTaskCommand.ts
@@ -118,4 +118,16 @@ export class GetVoiceToneAnalysisTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVoiceToneAnalysisTaskCommand)
.de(de_GetVoiceToneAnalysisTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVoiceToneAnalysisTaskRequest;
+ output: GetVoiceToneAnalysisTaskResponse;
+ };
+ sdk: {
+ input: GetVoiceToneAnalysisTaskCommandInput;
+ output: GetVoiceToneAnalysisTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/ListAvailableVoiceConnectorRegionsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListAvailableVoiceConnectorRegionsCommand.ts
index b026b2c34489..84982f5edfe3 100644
--- a/clients/client-chime-sdk-voice/src/commands/ListAvailableVoiceConnectorRegionsCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/ListAvailableVoiceConnectorRegionsCommand.ts
@@ -100,4 +100,16 @@ export class ListAvailableVoiceConnectorRegionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAvailableVoiceConnectorRegionsCommand)
.de(de_ListAvailableVoiceConnectorRegionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: ListAvailableVoiceConnectorRegionsResponse;
+ };
+ sdk: {
+ input: ListAvailableVoiceConnectorRegionsCommandInput;
+ output: ListAvailableVoiceConnectorRegionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/ListPhoneNumberOrdersCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListPhoneNumberOrdersCommand.ts
index a37905a8a891..ac39d59eadaa 100644
--- a/clients/client-chime-sdk-voice/src/commands/ListPhoneNumberOrdersCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/ListPhoneNumberOrdersCommand.ts
@@ -116,4 +116,16 @@ export class ListPhoneNumberOrdersCommand extends $Command
.f(void 0, ListPhoneNumberOrdersResponseFilterSensitiveLog)
.ser(se_ListPhoneNumberOrdersCommand)
.de(de_ListPhoneNumberOrdersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPhoneNumberOrdersRequest;
+ output: ListPhoneNumberOrdersResponse;
+ };
+ sdk: {
+ input: ListPhoneNumberOrdersCommandInput;
+ output: ListPhoneNumberOrdersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/ListPhoneNumbersCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListPhoneNumbersCommand.ts
index e5c5295c26c9..e08d3c265b76 100644
--- a/clients/client-chime-sdk-voice/src/commands/ListPhoneNumbersCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/ListPhoneNumbersCommand.ts
@@ -141,4 +141,16 @@ export class ListPhoneNumbersCommand extends $Command
.f(void 0, ListPhoneNumbersResponseFilterSensitiveLog)
.ser(se_ListPhoneNumbersCommand)
.de(de_ListPhoneNumbersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPhoneNumbersRequest;
+ output: ListPhoneNumbersResponse;
+ };
+ sdk: {
+ input: ListPhoneNumbersCommandInput;
+ output: ListPhoneNumbersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/ListProxySessionsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListProxySessionsCommand.ts
index 218bc07159e2..23456fd9f876 100644
--- a/clients/client-chime-sdk-voice/src/commands/ListProxySessionsCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/ListProxySessionsCommand.ts
@@ -132,4 +132,16 @@ export class ListProxySessionsCommand extends $Command
.f(void 0, ListProxySessionsResponseFilterSensitiveLog)
.ser(se_ListProxySessionsCommand)
.de(de_ListProxySessionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProxySessionsRequest;
+ output: ListProxySessionsResponse;
+ };
+ sdk: {
+ input: ListProxySessionsCommandInput;
+ output: ListProxySessionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/ListSipMediaApplicationsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListSipMediaApplicationsCommand.ts
index 522548240dd4..1b46765461c9 100644
--- a/clients/client-chime-sdk-voice/src/commands/ListSipMediaApplicationsCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/ListSipMediaApplicationsCommand.ts
@@ -115,4 +115,16 @@ export class ListSipMediaApplicationsCommand extends $Command
.f(void 0, ListSipMediaApplicationsResponseFilterSensitiveLog)
.ser(se_ListSipMediaApplicationsCommand)
.de(de_ListSipMediaApplicationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSipMediaApplicationsRequest;
+ output: ListSipMediaApplicationsResponse;
+ };
+ sdk: {
+ input: ListSipMediaApplicationsCommandInput;
+ output: ListSipMediaApplicationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/ListSipRulesCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListSipRulesCommand.ts
index 3ade4259fa3c..a4f48f703a47 100644
--- a/clients/client-chime-sdk-voice/src/commands/ListSipRulesCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/ListSipRulesCommand.ts
@@ -115,4 +115,16 @@ export class ListSipRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSipRulesCommand)
.de(de_ListSipRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSipRulesRequest;
+ output: ListSipRulesResponse;
+ };
+ sdk: {
+ input: ListSipRulesCommandInput;
+ output: ListSipRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/ListSupportedPhoneNumberCountriesCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListSupportedPhoneNumberCountriesCommand.ts
index 5054697e51fc..febe855ae62f 100644
--- a/clients/client-chime-sdk-voice/src/commands/ListSupportedPhoneNumberCountriesCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/ListSupportedPhoneNumberCountriesCommand.ts
@@ -113,4 +113,16 @@ export class ListSupportedPhoneNumberCountriesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSupportedPhoneNumberCountriesCommand)
.de(de_ListSupportedPhoneNumberCountriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSupportedPhoneNumberCountriesRequest;
+ output: ListSupportedPhoneNumberCountriesResponse;
+ };
+ sdk: {
+ input: ListSupportedPhoneNumberCountriesCommandInput;
+ output: ListSupportedPhoneNumberCountriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListTagsForResourceCommand.ts
index 36aa40782020..365842d76a5b 100644
--- a/clients/client-chime-sdk-voice/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/ListTagsForResourceCommand.ts
@@ -105,4 +105,16 @@ export class ListTagsForResourceCommand extends $Command
.f(ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorGroupsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorGroupsCommand.ts
index d53ce449d28c..0c3fdce418e0 100644
--- a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorGroupsCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorGroupsCommand.ts
@@ -112,4 +112,16 @@ export class ListVoiceConnectorGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListVoiceConnectorGroupsCommand)
.de(de_ListVoiceConnectorGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVoiceConnectorGroupsRequest;
+ output: ListVoiceConnectorGroupsResponse;
+ };
+ sdk: {
+ input: ListVoiceConnectorGroupsCommandInput;
+ output: ListVoiceConnectorGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts
index 40e8868a7820..4916e5f9143a 100644
--- a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts
@@ -110,4 +110,16 @@ export class ListVoiceConnectorTerminationCredentialsCommand extends $Command
.f(void 0, ListVoiceConnectorTerminationCredentialsResponseFilterSensitiveLog)
.ser(se_ListVoiceConnectorTerminationCredentialsCommand)
.de(de_ListVoiceConnectorTerminationCredentialsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVoiceConnectorTerminationCredentialsRequest;
+ output: ListVoiceConnectorTerminationCredentialsResponse;
+ };
+ sdk: {
+ input: ListVoiceConnectorTerminationCredentialsCommandInput;
+ output: ListVoiceConnectorTerminationCredentialsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorsCommand.ts
index dd533c093c78..ee51578ab86a 100644
--- a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorsCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorsCommand.ts
@@ -109,4 +109,16 @@ export class ListVoiceConnectorsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListVoiceConnectorsCommand)
.de(de_ListVoiceConnectorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVoiceConnectorsRequest;
+ output: ListVoiceConnectorsResponse;
+ };
+ sdk: {
+ input: ListVoiceConnectorsCommandInput;
+ output: ListVoiceConnectorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceProfileDomainsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceProfileDomainsCommand.ts
index 2a50902bc893..87dd27c3c922 100644
--- a/clients/client-chime-sdk-voice/src/commands/ListVoiceProfileDomainsCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceProfileDomainsCommand.ts
@@ -114,4 +114,16 @@ export class ListVoiceProfileDomainsCommand extends $Command
.f(void 0, ListVoiceProfileDomainsResponseFilterSensitiveLog)
.ser(se_ListVoiceProfileDomainsCommand)
.de(de_ListVoiceProfileDomainsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVoiceProfileDomainsRequest;
+ output: ListVoiceProfileDomainsResponse;
+ };
+ sdk: {
+ input: ListVoiceProfileDomainsCommandInput;
+ output: ListVoiceProfileDomainsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceProfilesCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceProfilesCommand.ts
index f57cfd24f19e..8987d3fcf96b 100644
--- a/clients/client-chime-sdk-voice/src/commands/ListVoiceProfilesCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceProfilesCommand.ts
@@ -114,4 +114,16 @@ export class ListVoiceProfilesCommand extends $Command
.f(void 0, ListVoiceProfilesResponseFilterSensitiveLog)
.ser(se_ListVoiceProfilesCommand)
.de(de_ListVoiceProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVoiceProfilesRequest;
+ output: ListVoiceProfilesResponse;
+ };
+ sdk: {
+ input: ListVoiceProfilesCommandInput;
+ output: ListVoiceProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.ts
index fccd05f6ea24..d523a0339aa3 100644
--- a/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.ts
@@ -129,4 +129,16 @@ export class PutSipMediaApplicationAlexaSkillConfigurationCommand extends $Comma
)
.ser(se_PutSipMediaApplicationAlexaSkillConfigurationCommand)
.de(de_PutSipMediaApplicationAlexaSkillConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutSipMediaApplicationAlexaSkillConfigurationRequest;
+ output: PutSipMediaApplicationAlexaSkillConfigurationResponse;
+ };
+ sdk: {
+ input: PutSipMediaApplicationAlexaSkillConfigurationCommandInput;
+ output: PutSipMediaApplicationAlexaSkillConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts
index 4e63d5610f1e..f8006aaf5008 100644
--- a/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts
@@ -112,4 +112,16 @@ export class PutSipMediaApplicationLoggingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutSipMediaApplicationLoggingConfigurationCommand)
.de(de_PutSipMediaApplicationLoggingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutSipMediaApplicationLoggingConfigurationRequest;
+ output: PutSipMediaApplicationLoggingConfigurationResponse;
+ };
+ sdk: {
+ input: PutSipMediaApplicationLoggingConfigurationCommandInput;
+ output: PutSipMediaApplicationLoggingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts
index ac6d59b62220..18394bd36b41 100644
--- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts
@@ -129,4 +129,16 @@ export class PutVoiceConnectorEmergencyCallingConfigurationCommand extends $Comm
)
.ser(se_PutVoiceConnectorEmergencyCallingConfigurationCommand)
.de(de_PutVoiceConnectorEmergencyCallingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutVoiceConnectorEmergencyCallingConfigurationRequest;
+ output: PutVoiceConnectorEmergencyCallingConfigurationResponse;
+ };
+ sdk: {
+ input: PutVoiceConnectorEmergencyCallingConfigurationCommandInput;
+ output: PutVoiceConnectorEmergencyCallingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts
index d65a93c2dd7b..74b04566bb0a 100644
--- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts
@@ -114,4 +114,16 @@ export class PutVoiceConnectorLoggingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutVoiceConnectorLoggingConfigurationCommand)
.de(de_PutVoiceConnectorLoggingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutVoiceConnectorLoggingConfigurationRequest;
+ output: PutVoiceConnectorLoggingConfigurationResponse;
+ };
+ sdk: {
+ input: PutVoiceConnectorLoggingConfigurationCommandInput;
+ output: PutVoiceConnectorLoggingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorOriginationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorOriginationCommand.ts
index 7965a5918f9c..45443b0c3db3 100644
--- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorOriginationCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorOriginationCommand.ts
@@ -126,4 +126,16 @@ export class PutVoiceConnectorOriginationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutVoiceConnectorOriginationCommand)
.de(de_PutVoiceConnectorOriginationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutVoiceConnectorOriginationRequest;
+ output: PutVoiceConnectorOriginationResponse;
+ };
+ sdk: {
+ input: PutVoiceConnectorOriginationCommandInput;
+ output: PutVoiceConnectorOriginationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorProxyCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorProxyCommand.ts
index 5a36c6130cd9..0af8570afd25 100644
--- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorProxyCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorProxyCommand.ts
@@ -119,4 +119,16 @@ export class PutVoiceConnectorProxyCommand extends $Command
.f(PutVoiceConnectorProxyRequestFilterSensitiveLog, PutVoiceConnectorProxyResponseFilterSensitiveLog)
.ser(se_PutVoiceConnectorProxyCommand)
.de(de_PutVoiceConnectorProxyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutVoiceConnectorProxyRequest;
+ output: PutVoiceConnectorProxyResponse;
+ };
+ sdk: {
+ input: PutVoiceConnectorProxyCommandInput;
+ output: PutVoiceConnectorProxyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts
index c9d6477b55a1..7f463a80963b 100644
--- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts
@@ -137,4 +137,16 @@ export class PutVoiceConnectorStreamingConfigurationCommand extends $Command
)
.ser(se_PutVoiceConnectorStreamingConfigurationCommand)
.de(de_PutVoiceConnectorStreamingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutVoiceConnectorStreamingConfigurationRequest;
+ output: PutVoiceConnectorStreamingConfigurationResponse;
+ };
+ sdk: {
+ input: PutVoiceConnectorStreamingConfigurationCommandInput;
+ output: PutVoiceConnectorStreamingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCommand.ts
index 975e133daea2..f62f1635337b 100644
--- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCommand.ts
@@ -132,4 +132,16 @@ export class PutVoiceConnectorTerminationCommand extends $Command
.f(PutVoiceConnectorTerminationRequestFilterSensitiveLog, PutVoiceConnectorTerminationResponseFilterSensitiveLog)
.ser(se_PutVoiceConnectorTerminationCommand)
.de(de_PutVoiceConnectorTerminationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutVoiceConnectorTerminationRequest;
+ output: PutVoiceConnectorTerminationResponse;
+ };
+ sdk: {
+ input: PutVoiceConnectorTerminationCommandInput;
+ output: PutVoiceConnectorTerminationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts
index 04159c788345..bd672023d785 100644
--- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts
@@ -109,4 +109,16 @@ export class PutVoiceConnectorTerminationCredentialsCommand extends $Command
.f(PutVoiceConnectorTerminationCredentialsRequestFilterSensitiveLog, void 0)
.ser(se_PutVoiceConnectorTerminationCredentialsCommand)
.de(de_PutVoiceConnectorTerminationCredentialsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutVoiceConnectorTerminationCredentialsRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutVoiceConnectorTerminationCredentialsCommandInput;
+ output: PutVoiceConnectorTerminationCredentialsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/RestorePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/RestorePhoneNumberCommand.ts
index 0b681f202046..216bb414de9e 100644
--- a/clients/client-chime-sdk-voice/src/commands/RestorePhoneNumberCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/RestorePhoneNumberCommand.ts
@@ -135,4 +135,16 @@ export class RestorePhoneNumberCommand extends $Command
.f(RestorePhoneNumberRequestFilterSensitiveLog, RestorePhoneNumberResponseFilterSensitiveLog)
.ser(se_RestorePhoneNumberCommand)
.de(de_RestorePhoneNumberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RestorePhoneNumberRequest;
+ output: RestorePhoneNumberResponse;
+ };
+ sdk: {
+ input: RestorePhoneNumberCommandInput;
+ output: RestorePhoneNumberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/SearchAvailablePhoneNumbersCommand.ts b/clients/client-chime-sdk-voice/src/commands/SearchAvailablePhoneNumbersCommand.ts
index efd113dd0550..badf1f326c4b 100644
--- a/clients/client-chime-sdk-voice/src/commands/SearchAvailablePhoneNumbersCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/SearchAvailablePhoneNumbersCommand.ts
@@ -117,4 +117,16 @@ export class SearchAvailablePhoneNumbersCommand extends $Command
.f(void 0, SearchAvailablePhoneNumbersResponseFilterSensitiveLog)
.ser(se_SearchAvailablePhoneNumbersCommand)
.de(de_SearchAvailablePhoneNumbersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchAvailablePhoneNumbersRequest;
+ output: SearchAvailablePhoneNumbersResponse;
+ };
+ sdk: {
+ input: SearchAvailablePhoneNumbersCommandInput;
+ output: SearchAvailablePhoneNumbersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/StartSpeakerSearchTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/StartSpeakerSearchTaskCommand.ts
index 2407e64b0145..da3c122afff7 100644
--- a/clients/client-chime-sdk-voice/src/commands/StartSpeakerSearchTaskCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/StartSpeakerSearchTaskCommand.ts
@@ -142,4 +142,16 @@ export class StartSpeakerSearchTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_StartSpeakerSearchTaskCommand)
.de(de_StartSpeakerSearchTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartSpeakerSearchTaskRequest;
+ output: StartSpeakerSearchTaskResponse;
+ };
+ sdk: {
+ input: StartSpeakerSearchTaskCommandInput;
+ output: StartSpeakerSearchTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/StartVoiceToneAnalysisTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/StartVoiceToneAnalysisTaskCommand.ts
index ea9791cb3446..adf5dbcd1add 100644
--- a/clients/client-chime-sdk-voice/src/commands/StartVoiceToneAnalysisTaskCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/StartVoiceToneAnalysisTaskCommand.ts
@@ -134,4 +134,16 @@ export class StartVoiceToneAnalysisTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_StartVoiceToneAnalysisTaskCommand)
.de(de_StartVoiceToneAnalysisTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartVoiceToneAnalysisTaskRequest;
+ output: StartVoiceToneAnalysisTaskResponse;
+ };
+ sdk: {
+ input: StartVoiceToneAnalysisTaskCommandInput;
+ output: StartVoiceToneAnalysisTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/StopSpeakerSearchTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/StopSpeakerSearchTaskCommand.ts
index 7275342eb390..e6f0be1fb43f 100644
--- a/clients/client-chime-sdk-voice/src/commands/StopSpeakerSearchTaskCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/StopSpeakerSearchTaskCommand.ts
@@ -106,4 +106,16 @@ export class StopSpeakerSearchTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_StopSpeakerSearchTaskCommand)
.de(de_StopSpeakerSearchTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopSpeakerSearchTaskRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopSpeakerSearchTaskCommandInput;
+ output: StopSpeakerSearchTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/StopVoiceToneAnalysisTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/StopVoiceToneAnalysisTaskCommand.ts
index fce7a489bb1b..8ba3d9821d8d 100644
--- a/clients/client-chime-sdk-voice/src/commands/StopVoiceToneAnalysisTaskCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/StopVoiceToneAnalysisTaskCommand.ts
@@ -106,4 +106,16 @@ export class StopVoiceToneAnalysisTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_StopVoiceToneAnalysisTaskCommand)
.de(de_StopVoiceToneAnalysisTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopVoiceToneAnalysisTaskRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopVoiceToneAnalysisTaskCommandInput;
+ output: StopVoiceToneAnalysisTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/TagResourceCommand.ts b/clients/client-chime-sdk-voice/src/commands/TagResourceCommand.ts
index 375942692e9d..5b51cc702151 100644
--- a/clients/client-chime-sdk-voice/src/commands/TagResourceCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/TagResourceCommand.ts
@@ -102,4 +102,16 @@ export class TagResourceCommand extends $Command
.f(TagResourceRequestFilterSensitiveLog, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/UntagResourceCommand.ts b/clients/client-chime-sdk-voice/src/commands/UntagResourceCommand.ts
index 2d24727e725b..5a38cf505106 100644
--- a/clients/client-chime-sdk-voice/src/commands/UntagResourceCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/UntagResourceCommand.ts
@@ -96,4 +96,16 @@ export class UntagResourceCommand extends $Command
.f(UntagResourceRequestFilterSensitiveLog, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateGlobalSettingsCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateGlobalSettingsCommand.ts
index 8012c020baca..461550e219cb 100644
--- a/clients/client-chime-sdk-voice/src/commands/UpdateGlobalSettingsCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/UpdateGlobalSettingsCommand.ts
@@ -95,4 +95,16 @@ export class UpdateGlobalSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateGlobalSettingsCommand)
.de(de_UpdateGlobalSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGlobalSettingsRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateGlobalSettingsCommandInput;
+ output: UpdateGlobalSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberCommand.ts
index 0862c74e77f4..57d8476f0833 100644
--- a/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberCommand.ts
@@ -145,4 +145,16 @@ export class UpdatePhoneNumberCommand extends $Command
.f(UpdatePhoneNumberRequestFilterSensitiveLog, UpdatePhoneNumberResponseFilterSensitiveLog)
.ser(se_UpdatePhoneNumberCommand)
.de(de_UpdatePhoneNumberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePhoneNumberRequest;
+ output: UpdatePhoneNumberResponse;
+ };
+ sdk: {
+ input: UpdatePhoneNumberCommandInput;
+ output: UpdatePhoneNumberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberSettingsCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberSettingsCommand.ts
index 52aaf4138910..b252d0f79964 100644
--- a/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberSettingsCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberSettingsCommand.ts
@@ -99,4 +99,16 @@ export class UpdatePhoneNumberSettingsCommand extends $Command
.f(UpdatePhoneNumberSettingsRequestFilterSensitiveLog, void 0)
.ser(se_UpdatePhoneNumberSettingsCommand)
.de(de_UpdatePhoneNumberSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePhoneNumberSettingsRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdatePhoneNumberSettingsCommandInput;
+ output: UpdatePhoneNumberSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateProxySessionCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateProxySessionCommand.ts
index ed1dd5dba1e5..8e7b66df1dde 100644
--- a/clients/client-chime-sdk-voice/src/commands/UpdateProxySessionCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/UpdateProxySessionCommand.ts
@@ -131,4 +131,16 @@ export class UpdateProxySessionCommand extends $Command
.f(void 0, UpdateProxySessionResponseFilterSensitiveLog)
.ser(se_UpdateProxySessionCommand)
.de(de_UpdateProxySessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateProxySessionRequest;
+ output: UpdateProxySessionResponse;
+ };
+ sdk: {
+ input: UpdateProxySessionCommandInput;
+ output: UpdateProxySessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCallCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCallCommand.ts
index e4c52fb5b772..5866b18ab989 100644
--- a/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCallCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCallCommand.ts
@@ -118,4 +118,16 @@ export class UpdateSipMediaApplicationCallCommand extends $Command
.f(UpdateSipMediaApplicationCallRequestFilterSensitiveLog, void 0)
.ser(se_UpdateSipMediaApplicationCallCommand)
.de(de_UpdateSipMediaApplicationCallCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSipMediaApplicationCallRequest;
+ output: UpdateSipMediaApplicationCallResponse;
+ };
+ sdk: {
+ input: UpdateSipMediaApplicationCallCommandInput;
+ output: UpdateSipMediaApplicationCallCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCommand.ts
index aba14b5de5df..0ecf40c33072 100644
--- a/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCommand.ts
@@ -124,4 +124,16 @@ export class UpdateSipMediaApplicationCommand extends $Command
.f(UpdateSipMediaApplicationRequestFilterSensitiveLog, UpdateSipMediaApplicationResponseFilterSensitiveLog)
.ser(se_UpdateSipMediaApplicationCommand)
.de(de_UpdateSipMediaApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSipMediaApplicationRequest;
+ output: UpdateSipMediaApplicationResponse;
+ };
+ sdk: {
+ input: UpdateSipMediaApplicationCommandInput;
+ output: UpdateSipMediaApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateSipRuleCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateSipRuleCommand.ts
index 2f8b89054dd2..034aee23ae4e 100644
--- a/clients/client-chime-sdk-voice/src/commands/UpdateSipRuleCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/UpdateSipRuleCommand.ts
@@ -128,4 +128,16 @@ export class UpdateSipRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSipRuleCommand)
.de(de_UpdateSipRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSipRuleRequest;
+ output: UpdateSipRuleResponse;
+ };
+ sdk: {
+ input: UpdateSipRuleCommandInput;
+ output: UpdateSipRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorCommand.ts
index 4e898cd53c05..21e2d2fe7d3e 100644
--- a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorCommand.ts
@@ -109,4 +109,16 @@ export class UpdateVoiceConnectorCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateVoiceConnectorCommand)
.de(de_UpdateVoiceConnectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateVoiceConnectorRequest;
+ output: UpdateVoiceConnectorResponse;
+ };
+ sdk: {
+ input: UpdateVoiceConnectorCommandInput;
+ output: UpdateVoiceConnectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorGroupCommand.ts
index 71ba5fc99178..cdeadbf4fce4 100644
--- a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorGroupCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorGroupCommand.ts
@@ -120,4 +120,16 @@ export class UpdateVoiceConnectorGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateVoiceConnectorGroupCommand)
.de(de_UpdateVoiceConnectorGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateVoiceConnectorGroupRequest;
+ output: UpdateVoiceConnectorGroupResponse;
+ };
+ sdk: {
+ input: UpdateVoiceConnectorGroupCommandInput;
+ output: UpdateVoiceConnectorGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileCommand.ts
index 3ca423fd6a5e..e334da54e0e3 100644
--- a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileCommand.ts
@@ -128,4 +128,16 @@ export class UpdateVoiceProfileCommand extends $Command
.f(void 0, UpdateVoiceProfileResponseFilterSensitiveLog)
.ser(se_UpdateVoiceProfileCommand)
.de(de_UpdateVoiceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateVoiceProfileRequest;
+ output: UpdateVoiceProfileResponse;
+ };
+ sdk: {
+ input: UpdateVoiceProfileCommandInput;
+ output: UpdateVoiceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileDomainCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileDomainCommand.ts
index b698a016478d..1c490af7b17f 100644
--- a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileDomainCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileDomainCommand.ts
@@ -117,4 +117,16 @@ export class UpdateVoiceProfileDomainCommand extends $Command
.f(void 0, UpdateVoiceProfileDomainResponseFilterSensitiveLog)
.ser(se_UpdateVoiceProfileDomainCommand)
.de(de_UpdateVoiceProfileDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateVoiceProfileDomainRequest;
+ output: UpdateVoiceProfileDomainResponse;
+ };
+ sdk: {
+ input: UpdateVoiceProfileDomainCommandInput;
+ output: UpdateVoiceProfileDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime-sdk-voice/src/commands/ValidateE911AddressCommand.ts b/clients/client-chime-sdk-voice/src/commands/ValidateE911AddressCommand.ts
index 5c2d05cd2856..d8420cb97b7f 100644
--- a/clients/client-chime-sdk-voice/src/commands/ValidateE911AddressCommand.ts
+++ b/clients/client-chime-sdk-voice/src/commands/ValidateE911AddressCommand.ts
@@ -136,4 +136,16 @@ export class ValidateE911AddressCommand extends $Command
.f(ValidateE911AddressRequestFilterSensitiveLog, ValidateE911AddressResponseFilterSensitiveLog)
.ser(se_ValidateE911AddressCommand)
.de(de_ValidateE911AddressCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ValidateE911AddressRequest;
+ output: ValidateE911AddressResponse;
+ };
+ sdk: {
+ input: ValidateE911AddressCommandInput;
+ output: ValidateE911AddressCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/package.json b/clients/client-chime/package.json
index 0030d6f08281..f250f7888dad 100644
--- a/clients/client-chime/package.json
+++ b/clients/client-chime/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-chime/src/commands/AssociatePhoneNumberWithUserCommand.ts b/clients/client-chime/src/commands/AssociatePhoneNumberWithUserCommand.ts
index ec32ca4e860e..6d65f748dd27 100644
--- a/clients/client-chime/src/commands/AssociatePhoneNumberWithUserCommand.ts
+++ b/clients/client-chime/src/commands/AssociatePhoneNumberWithUserCommand.ts
@@ -110,4 +110,16 @@ export class AssociatePhoneNumberWithUserCommand extends $Command
.f(AssociatePhoneNumberWithUserRequestFilterSensitiveLog, void 0)
.ser(se_AssociatePhoneNumberWithUserCommand)
.de(de_AssociatePhoneNumberWithUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociatePhoneNumberWithUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociatePhoneNumberWithUserCommandInput;
+ output: AssociatePhoneNumberWithUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts
index 3ca755d028c4..8c6c3c893592 100644
--- a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts
+++ b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts
@@ -130,4 +130,16 @@ export class AssociatePhoneNumbersWithVoiceConnectorCommand extends $Command
.f(AssociatePhoneNumbersWithVoiceConnectorRequestFilterSensitiveLog, void 0)
.ser(se_AssociatePhoneNumbersWithVoiceConnectorCommand)
.de(de_AssociatePhoneNumbersWithVoiceConnectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociatePhoneNumbersWithVoiceConnectorRequest;
+ output: AssociatePhoneNumbersWithVoiceConnectorResponse;
+ };
+ sdk: {
+ input: AssociatePhoneNumbersWithVoiceConnectorCommandInput;
+ output: AssociatePhoneNumbersWithVoiceConnectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts
index 21917bc1a50f..d2042d5942f3 100644
--- a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts
+++ b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts
@@ -130,4 +130,16 @@ export class AssociatePhoneNumbersWithVoiceConnectorGroupCommand extends $Comman
.f(AssociatePhoneNumbersWithVoiceConnectorGroupRequestFilterSensitiveLog, void 0)
.ser(se_AssociatePhoneNumbersWithVoiceConnectorGroupCommand)
.de(de_AssociatePhoneNumbersWithVoiceConnectorGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociatePhoneNumbersWithVoiceConnectorGroupRequest;
+ output: AssociatePhoneNumbersWithVoiceConnectorGroupResponse;
+ };
+ sdk: {
+ input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput;
+ output: AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts b/clients/client-chime/src/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts
index 54e5ac4b065d..b5728252e407 100644
--- a/clients/client-chime/src/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts
+++ b/clients/client-chime/src/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts
@@ -110,4 +110,16 @@ export class AssociateSigninDelegateGroupsWithAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateSigninDelegateGroupsWithAccountCommand)
.de(de_AssociateSigninDelegateGroupsWithAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateSigninDelegateGroupsWithAccountRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateSigninDelegateGroupsWithAccountCommandInput;
+ output: AssociateSigninDelegateGroupsWithAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts b/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts
index 01cd2c13cd0a..ff3685dc3cfb 100644
--- a/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts
+++ b/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts
@@ -144,4 +144,16 @@ export class BatchCreateAttendeeCommand extends $Command
.f(BatchCreateAttendeeRequestFilterSensitiveLog, BatchCreateAttendeeResponseFilterSensitiveLog)
.ser(se_BatchCreateAttendeeCommand)
.de(de_BatchCreateAttendeeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchCreateAttendeeRequest;
+ output: BatchCreateAttendeeResponse;
+ };
+ sdk: {
+ input: BatchCreateAttendeeCommandInput;
+ output: BatchCreateAttendeeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts b/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts
index c570f2aeb3e6..00a6909feac2 100644
--- a/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts
+++ b/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts
@@ -138,4 +138,16 @@ export class BatchCreateChannelMembershipCommand extends $Command
.f(void 0, BatchCreateChannelMembershipResponseFilterSensitiveLog)
.ser(se_BatchCreateChannelMembershipCommand)
.de(de_BatchCreateChannelMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchCreateChannelMembershipRequest;
+ output: BatchCreateChannelMembershipResponse;
+ };
+ sdk: {
+ input: BatchCreateChannelMembershipCommandInput;
+ output: BatchCreateChannelMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/BatchCreateRoomMembershipCommand.ts b/clients/client-chime/src/commands/BatchCreateRoomMembershipCommand.ts
index 818eff8669b8..b0e140e553d9 100644
--- a/clients/client-chime/src/commands/BatchCreateRoomMembershipCommand.ts
+++ b/clients/client-chime/src/commands/BatchCreateRoomMembershipCommand.ts
@@ -112,4 +112,16 @@ export class BatchCreateRoomMembershipCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchCreateRoomMembershipCommand)
.de(de_BatchCreateRoomMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchCreateRoomMembershipRequest;
+ output: BatchCreateRoomMembershipResponse;
+ };
+ sdk: {
+ input: BatchCreateRoomMembershipCommandInput;
+ output: BatchCreateRoomMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/BatchDeletePhoneNumberCommand.ts b/clients/client-chime/src/commands/BatchDeletePhoneNumberCommand.ts
index 4fc7beffd73f..3feeaa5014ff 100644
--- a/clients/client-chime/src/commands/BatchDeletePhoneNumberCommand.ts
+++ b/clients/client-chime/src/commands/BatchDeletePhoneNumberCommand.ts
@@ -113,4 +113,16 @@ export class BatchDeletePhoneNumberCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDeletePhoneNumberCommand)
.de(de_BatchDeletePhoneNumberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDeletePhoneNumberRequest;
+ output: BatchDeletePhoneNumberResponse;
+ };
+ sdk: {
+ input: BatchDeletePhoneNumberCommandInput;
+ output: BatchDeletePhoneNumberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/BatchSuspendUserCommand.ts b/clients/client-chime/src/commands/BatchSuspendUserCommand.ts
index 6a6bf5d9ffba..1fb166ed318a 100644
--- a/clients/client-chime/src/commands/BatchSuspendUserCommand.ts
+++ b/clients/client-chime/src/commands/BatchSuspendUserCommand.ts
@@ -119,4 +119,16 @@ export class BatchSuspendUserCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchSuspendUserCommand)
.de(de_BatchSuspendUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchSuspendUserRequest;
+ output: BatchSuspendUserResponse;
+ };
+ sdk: {
+ input: BatchSuspendUserCommandInput;
+ output: BatchSuspendUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/BatchUnsuspendUserCommand.ts b/clients/client-chime/src/commands/BatchUnsuspendUserCommand.ts
index 17a3243eac6b..bcf631a0a9f4 100644
--- a/clients/client-chime/src/commands/BatchUnsuspendUserCommand.ts
+++ b/clients/client-chime/src/commands/BatchUnsuspendUserCommand.ts
@@ -116,4 +116,16 @@ export class BatchUnsuspendUserCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchUnsuspendUserCommand)
.de(de_BatchUnsuspendUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchUnsuspendUserRequest;
+ output: BatchUnsuspendUserResponse;
+ };
+ sdk: {
+ input: BatchUnsuspendUserCommandInput;
+ output: BatchUnsuspendUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/BatchUpdatePhoneNumberCommand.ts b/clients/client-chime/src/commands/BatchUpdatePhoneNumberCommand.ts
index 352fe1a7168a..b91fa695beed 100644
--- a/clients/client-chime/src/commands/BatchUpdatePhoneNumberCommand.ts
+++ b/clients/client-chime/src/commands/BatchUpdatePhoneNumberCommand.ts
@@ -116,4 +116,16 @@ export class BatchUpdatePhoneNumberCommand extends $Command
.f(BatchUpdatePhoneNumberRequestFilterSensitiveLog, void 0)
.ser(se_BatchUpdatePhoneNumberCommand)
.de(de_BatchUpdatePhoneNumberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchUpdatePhoneNumberRequest;
+ output: BatchUpdatePhoneNumberResponse;
+ };
+ sdk: {
+ input: BatchUpdatePhoneNumberCommandInput;
+ output: BatchUpdatePhoneNumberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/BatchUpdateUserCommand.ts b/clients/client-chime/src/commands/BatchUpdateUserCommand.ts
index 109369be1d0a..a0d348e66cba 100644
--- a/clients/client-chime/src/commands/BatchUpdateUserCommand.ts
+++ b/clients/client-chime/src/commands/BatchUpdateUserCommand.ts
@@ -119,4 +119,16 @@ export class BatchUpdateUserCommand extends $Command
.f(BatchUpdateUserRequestFilterSensitiveLog, void 0)
.ser(se_BatchUpdateUserCommand)
.de(de_BatchUpdateUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchUpdateUserRequest;
+ output: BatchUpdateUserResponse;
+ };
+ sdk: {
+ input: BatchUpdateUserCommandInput;
+ output: BatchUpdateUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/CreateAccountCommand.ts b/clients/client-chime/src/commands/CreateAccountCommand.ts
index 97718920bdca..c250323f176b 100644
--- a/clients/client-chime/src/commands/CreateAccountCommand.ts
+++ b/clients/client-chime/src/commands/CreateAccountCommand.ts
@@ -117,4 +117,16 @@ export class CreateAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAccountCommand)
.de(de_CreateAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAccountRequest;
+ output: CreateAccountResponse;
+ };
+ sdk: {
+ input: CreateAccountCommandInput;
+ output: CreateAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts b/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts
index 8ccc81dab249..6d64bd978f50 100644
--- a/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts
+++ b/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts
@@ -131,4 +131,16 @@ export class CreateAppInstanceAdminCommand extends $Command
.f(void 0, CreateAppInstanceAdminResponseFilterSensitiveLog)
.ser(se_CreateAppInstanceAdminCommand)
.de(de_CreateAppInstanceAdminCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAppInstanceAdminRequest;
+ output: CreateAppInstanceAdminResponse;
+ };
+ sdk: {
+ input: CreateAppInstanceAdminCommandInput;
+ output: CreateAppInstanceAdminCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/CreateAppInstanceCommand.ts b/clients/client-chime/src/commands/CreateAppInstanceCommand.ts
index 73ba5a526b6f..63c51b972d5a 100644
--- a/clients/client-chime/src/commands/CreateAppInstanceCommand.ts
+++ b/clients/client-chime/src/commands/CreateAppInstanceCommand.ts
@@ -124,4 +124,16 @@ export class CreateAppInstanceCommand extends $Command
.f(CreateAppInstanceRequestFilterSensitiveLog, void 0)
.ser(se_CreateAppInstanceCommand)
.de(de_CreateAppInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAppInstanceRequest;
+ output: CreateAppInstanceResponse;
+ };
+ sdk: {
+ input: CreateAppInstanceCommandInput;
+ output: CreateAppInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts b/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts
index 02567d2cf2af..ea0f00985bac 100644
--- a/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts
+++ b/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts
@@ -126,4 +126,16 @@ export class CreateAppInstanceUserCommand extends $Command
.f(CreateAppInstanceUserRequestFilterSensitiveLog, void 0)
.ser(se_CreateAppInstanceUserCommand)
.de(de_CreateAppInstanceUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAppInstanceUserRequest;
+ output: CreateAppInstanceUserResponse;
+ };
+ sdk: {
+ input: CreateAppInstanceUserCommandInput;
+ output: CreateAppInstanceUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/CreateAttendeeCommand.ts b/clients/client-chime/src/commands/CreateAttendeeCommand.ts
index a6a271d29533..3c4aec1f71dd 100644
--- a/clients/client-chime/src/commands/CreateAttendeeCommand.ts
+++ b/clients/client-chime/src/commands/CreateAttendeeCommand.ts
@@ -131,4 +131,16 @@ export class CreateAttendeeCommand extends $Command
.f(CreateAttendeeRequestFilterSensitiveLog, CreateAttendeeResponseFilterSensitiveLog)
.ser(se_CreateAttendeeCommand)
.de(de_CreateAttendeeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAttendeeRequest;
+ output: CreateAttendeeResponse;
+ };
+ sdk: {
+ input: CreateAttendeeCommandInput;
+ output: CreateAttendeeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/CreateBotCommand.ts b/clients/client-chime/src/commands/CreateBotCommand.ts
index a467158e3926..e90ebdb157ab 100644
--- a/clients/client-chime/src/commands/CreateBotCommand.ts
+++ b/clients/client-chime/src/commands/CreateBotCommand.ts
@@ -118,4 +118,16 @@ export class CreateBotCommand extends $Command
.f(CreateBotRequestFilterSensitiveLog, CreateBotResponseFilterSensitiveLog)
.ser(se_CreateBotCommand)
.de(de_CreateBotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBotRequest;
+ output: CreateBotResponse;
+ };
+ sdk: {
+ input: CreateBotCommandInput;
+ output: CreateBotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/CreateChannelBanCommand.ts b/clients/client-chime/src/commands/CreateChannelBanCommand.ts
index 59990f16870f..1c5ac53768d1 100644
--- a/clients/client-chime/src/commands/CreateChannelBanCommand.ts
+++ b/clients/client-chime/src/commands/CreateChannelBanCommand.ts
@@ -131,4 +131,16 @@ export class CreateChannelBanCommand extends $Command
.f(void 0, CreateChannelBanResponseFilterSensitiveLog)
.ser(se_CreateChannelBanCommand)
.de(de_CreateChannelBanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateChannelBanRequest;
+ output: CreateChannelBanResponse;
+ };
+ sdk: {
+ input: CreateChannelBanCommandInput;
+ output: CreateChannelBanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/CreateChannelCommand.ts b/clients/client-chime/src/commands/CreateChannelCommand.ts
index f937558ddea7..4d21e4374e78 100644
--- a/clients/client-chime/src/commands/CreateChannelCommand.ts
+++ b/clients/client-chime/src/commands/CreateChannelCommand.ts
@@ -135,4 +135,16 @@ export class CreateChannelCommand extends $Command
.f(CreateChannelRequestFilterSensitiveLog, void 0)
.ser(se_CreateChannelCommand)
.de(de_CreateChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateChannelRequest;
+ output: CreateChannelResponse;
+ };
+ sdk: {
+ input: CreateChannelCommandInput;
+ output: CreateChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts b/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts
index 19fc984ac4b3..e09758e8cd62 100644
--- a/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts
+++ b/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts
@@ -155,4 +155,16 @@ export class CreateChannelMembershipCommand extends $Command
.f(void 0, CreateChannelMembershipResponseFilterSensitiveLog)
.ser(se_CreateChannelMembershipCommand)
.de(de_CreateChannelMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateChannelMembershipRequest;
+ output: CreateChannelMembershipResponse;
+ };
+ sdk: {
+ input: CreateChannelMembershipCommandInput;
+ output: CreateChannelMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts b/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts
index 1a38c65a5513..11c0e7f7a17f 100644
--- a/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts
+++ b/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts
@@ -143,4 +143,16 @@ export class CreateChannelModeratorCommand extends $Command
.f(void 0, CreateChannelModeratorResponseFilterSensitiveLog)
.ser(se_CreateChannelModeratorCommand)
.de(de_CreateChannelModeratorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateChannelModeratorRequest;
+ output: CreateChannelModeratorResponse;
+ };
+ sdk: {
+ input: CreateChannelModeratorCommandInput;
+ output: CreateChannelModeratorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts b/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts
index 12bbb56637a5..3663132264e2 100644
--- a/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts
+++ b/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts
@@ -175,4 +175,16 @@ export class CreateMediaCapturePipelineCommand extends $Command
.f(CreateMediaCapturePipelineRequestFilterSensitiveLog, CreateMediaCapturePipelineResponseFilterSensitiveLog)
.ser(se_CreateMediaCapturePipelineCommand)
.de(de_CreateMediaCapturePipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMediaCapturePipelineRequest;
+ output: CreateMediaCapturePipelineResponse;
+ };
+ sdk: {
+ input: CreateMediaCapturePipelineCommandInput;
+ output: CreateMediaCapturePipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/CreateMeetingCommand.ts b/clients/client-chime/src/commands/CreateMeetingCommand.ts
index 3e7e8aceb73e..fb537b6a2890 100644
--- a/clients/client-chime/src/commands/CreateMeetingCommand.ts
+++ b/clients/client-chime/src/commands/CreateMeetingCommand.ts
@@ -144,4 +144,16 @@ export class CreateMeetingCommand extends $Command
.f(CreateMeetingRequestFilterSensitiveLog, CreateMeetingResponseFilterSensitiveLog)
.ser(se_CreateMeetingCommand)
.de(de_CreateMeetingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMeetingRequest;
+ output: CreateMeetingResponse;
+ };
+ sdk: {
+ input: CreateMeetingCommandInput;
+ output: CreateMeetingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/CreateMeetingDialOutCommand.ts b/clients/client-chime/src/commands/CreateMeetingDialOutCommand.ts
index 2b7dd6b8bd0f..527c87a9eb4e 100644
--- a/clients/client-chime/src/commands/CreateMeetingDialOutCommand.ts
+++ b/clients/client-chime/src/commands/CreateMeetingDialOutCommand.ts
@@ -116,4 +116,16 @@ export class CreateMeetingDialOutCommand extends $Command
.f(CreateMeetingDialOutRequestFilterSensitiveLog, void 0)
.ser(se_CreateMeetingDialOutCommand)
.de(de_CreateMeetingDialOutCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMeetingDialOutRequest;
+ output: CreateMeetingDialOutResponse;
+ };
+ sdk: {
+ input: CreateMeetingDialOutCommandInput;
+ output: CreateMeetingDialOutCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts b/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts
index 7b2bafae4e50..58da36601719 100644
--- a/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts
+++ b/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts
@@ -174,4 +174,16 @@ export class CreateMeetingWithAttendeesCommand extends $Command
.f(CreateMeetingWithAttendeesRequestFilterSensitiveLog, CreateMeetingWithAttendeesResponseFilterSensitiveLog)
.ser(se_CreateMeetingWithAttendeesCommand)
.de(de_CreateMeetingWithAttendeesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMeetingWithAttendeesRequest;
+ output: CreateMeetingWithAttendeesResponse;
+ };
+ sdk: {
+ input: CreateMeetingWithAttendeesCommandInput;
+ output: CreateMeetingWithAttendeesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/CreatePhoneNumberOrderCommand.ts b/clients/client-chime/src/commands/CreatePhoneNumberOrderCommand.ts
index 6268a863b2e6..5e17713d6abc 100644
--- a/clients/client-chime/src/commands/CreatePhoneNumberOrderCommand.ts
+++ b/clients/client-chime/src/commands/CreatePhoneNumberOrderCommand.ts
@@ -122,4 +122,16 @@ export class CreatePhoneNumberOrderCommand extends $Command
.f(CreatePhoneNumberOrderRequestFilterSensitiveLog, CreatePhoneNumberOrderResponseFilterSensitiveLog)
.ser(se_CreatePhoneNumberOrderCommand)
.de(de_CreatePhoneNumberOrderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePhoneNumberOrderRequest;
+ output: CreatePhoneNumberOrderResponse;
+ };
+ sdk: {
+ input: CreatePhoneNumberOrderCommandInput;
+ output: CreatePhoneNumberOrderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/CreateProxySessionCommand.ts b/clients/client-chime/src/commands/CreateProxySessionCommand.ts
index 90967b1c4a01..ab1206fe93c3 100644
--- a/clients/client-chime/src/commands/CreateProxySessionCommand.ts
+++ b/clients/client-chime/src/commands/CreateProxySessionCommand.ts
@@ -150,4 +150,16 @@ export class CreateProxySessionCommand extends $Command
.f(CreateProxySessionRequestFilterSensitiveLog, CreateProxySessionResponseFilterSensitiveLog)
.ser(se_CreateProxySessionCommand)
.de(de_CreateProxySessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateProxySessionRequest;
+ output: CreateProxySessionResponse;
+ };
+ sdk: {
+ input: CreateProxySessionCommandInput;
+ output: CreateProxySessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/CreateRoomCommand.ts b/clients/client-chime/src/commands/CreateRoomCommand.ts
index 743b59f61742..768c8f8fd038 100644
--- a/clients/client-chime/src/commands/CreateRoomCommand.ts
+++ b/clients/client-chime/src/commands/CreateRoomCommand.ts
@@ -115,4 +115,16 @@ export class CreateRoomCommand extends $Command
.f(CreateRoomRequestFilterSensitiveLog, CreateRoomResponseFilterSensitiveLog)
.ser(se_CreateRoomCommand)
.de(de_CreateRoomCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRoomRequest;
+ output: CreateRoomResponse;
+ };
+ sdk: {
+ input: CreateRoomCommandInput;
+ output: CreateRoomCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/CreateRoomMembershipCommand.ts b/clients/client-chime/src/commands/CreateRoomMembershipCommand.ts
index 5f7c9b117b10..582e79c6b689 100644
--- a/clients/client-chime/src/commands/CreateRoomMembershipCommand.ts
+++ b/clients/client-chime/src/commands/CreateRoomMembershipCommand.ts
@@ -124,4 +124,16 @@ export class CreateRoomMembershipCommand extends $Command
.f(void 0, CreateRoomMembershipResponseFilterSensitiveLog)
.ser(se_CreateRoomMembershipCommand)
.de(de_CreateRoomMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRoomMembershipRequest;
+ output: CreateRoomMembershipResponse;
+ };
+ sdk: {
+ input: CreateRoomMembershipCommandInput;
+ output: CreateRoomMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts b/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts
index 5e05f3271e6c..d10c7573a709 100644
--- a/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts
+++ b/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts
@@ -127,4 +127,16 @@ export class CreateSipMediaApplicationCallCommand extends $Command
.f(CreateSipMediaApplicationCallRequestFilterSensitiveLog, void 0)
.ser(se_CreateSipMediaApplicationCallCommand)
.de(de_CreateSipMediaApplicationCallCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSipMediaApplicationCallRequest;
+ output: CreateSipMediaApplicationCallResponse;
+ };
+ sdk: {
+ input: CreateSipMediaApplicationCallCommandInput;
+ output: CreateSipMediaApplicationCallCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts
index 7cccdfafca0d..6af8ae4abd77 100644
--- a/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts
+++ b/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts
@@ -136,4 +136,16 @@ export class CreateSipMediaApplicationCommand extends $Command
.f(CreateSipMediaApplicationRequestFilterSensitiveLog, CreateSipMediaApplicationResponseFilterSensitiveLog)
.ser(se_CreateSipMediaApplicationCommand)
.de(de_CreateSipMediaApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSipMediaApplicationRequest;
+ output: CreateSipMediaApplicationResponse;
+ };
+ sdk: {
+ input: CreateSipMediaApplicationCommandInput;
+ output: CreateSipMediaApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/CreateSipRuleCommand.ts b/clients/client-chime/src/commands/CreateSipRuleCommand.ts
index 1dfe564730fe..852c9edb83ee 100644
--- a/clients/client-chime/src/commands/CreateSipRuleCommand.ts
+++ b/clients/client-chime/src/commands/CreateSipRuleCommand.ts
@@ -139,4 +139,16 @@ export class CreateSipRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSipRuleCommand)
.de(de_CreateSipRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSipRuleRequest;
+ output: CreateSipRuleResponse;
+ };
+ sdk: {
+ input: CreateSipRuleCommandInput;
+ output: CreateSipRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/CreateUserCommand.ts b/clients/client-chime/src/commands/CreateUserCommand.ts
index 3333d1cc0aac..d7fae98bf435 100644
--- a/clients/client-chime/src/commands/CreateUserCommand.ts
+++ b/clients/client-chime/src/commands/CreateUserCommand.ts
@@ -127,4 +127,16 @@ export class CreateUserCommand extends $Command
.f(CreateUserRequestFilterSensitiveLog, CreateUserResponseFilterSensitiveLog)
.ser(se_CreateUserCommand)
.de(de_CreateUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateUserRequest;
+ output: CreateUserResponse;
+ };
+ sdk: {
+ input: CreateUserCommandInput;
+ output: CreateUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts b/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts
index e46c18dc4998..cc3bfc679c95 100644
--- a/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts
+++ b/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts
@@ -124,4 +124,16 @@ export class CreateVoiceConnectorCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVoiceConnectorCommand)
.de(de_CreateVoiceConnectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVoiceConnectorRequest;
+ output: CreateVoiceConnectorResponse;
+ };
+ sdk: {
+ input: CreateVoiceConnectorCommandInput;
+ output: CreateVoiceConnectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts
index 1369f9d9773c..c90a769df927 100644
--- a/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts
+++ b/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts
@@ -132,4 +132,16 @@ export class CreateVoiceConnectorGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVoiceConnectorGroupCommand)
.de(de_CreateVoiceConnectorGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVoiceConnectorGroupRequest;
+ output: CreateVoiceConnectorGroupResponse;
+ };
+ sdk: {
+ input: CreateVoiceConnectorGroupCommandInput;
+ output: CreateVoiceConnectorGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteAccountCommand.ts b/clients/client-chime/src/commands/DeleteAccountCommand.ts
index f6c132ba5232..55113346c963 100644
--- a/clients/client-chime/src/commands/DeleteAccountCommand.ts
+++ b/clients/client-chime/src/commands/DeleteAccountCommand.ts
@@ -109,4 +109,16 @@ export class DeleteAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAccountCommand)
.de(de_DeleteAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAccountRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAccountCommandInput;
+ output: DeleteAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts
index 2979cad8eab2..43dfe051da58 100644
--- a/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts
+++ b/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts
@@ -108,4 +108,16 @@ export class DeleteAppInstanceAdminCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAppInstanceAdminCommand)
.de(de_DeleteAppInstanceAdminCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAppInstanceAdminRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAppInstanceAdminCommandInput;
+ output: DeleteAppInstanceAdminCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts
index 87e48dc47976..0618f73b5e07 100644
--- a/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts
+++ b/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts
@@ -103,4 +103,16 @@ export class DeleteAppInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAppInstanceCommand)
.de(de_DeleteAppInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAppInstanceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAppInstanceCommandInput;
+ output: DeleteAppInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts
index 82b45d51c7f9..42724d03c85c 100644
--- a/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts
+++ b/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts
@@ -109,4 +109,16 @@ export class DeleteAppInstanceStreamingConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAppInstanceStreamingConfigurationsCommand)
.de(de_DeleteAppInstanceStreamingConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAppInstanceStreamingConfigurationsRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAppInstanceStreamingConfigurationsCommandInput;
+ output: DeleteAppInstanceStreamingConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts
index 06cc670fc052..4c85d9e47b86 100644
--- a/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts
+++ b/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts
@@ -102,4 +102,16 @@ export class DeleteAppInstanceUserCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAppInstanceUserCommand)
.de(de_DeleteAppInstanceUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAppInstanceUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAppInstanceUserCommandInput;
+ output: DeleteAppInstanceUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteAttendeeCommand.ts b/clients/client-chime/src/commands/DeleteAttendeeCommand.ts
index fc11432ef8c9..58da7fea4466 100644
--- a/clients/client-chime/src/commands/DeleteAttendeeCommand.ts
+++ b/clients/client-chime/src/commands/DeleteAttendeeCommand.ts
@@ -109,4 +109,16 @@ export class DeleteAttendeeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAttendeeCommand)
.de(de_DeleteAttendeeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAttendeeRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAttendeeCommandInput;
+ output: DeleteAttendeeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteChannelBanCommand.ts b/clients/client-chime/src/commands/DeleteChannelBanCommand.ts
index fd8d2b0ef026..f1299e0b9aed 100644
--- a/clients/client-chime/src/commands/DeleteChannelBanCommand.ts
+++ b/clients/client-chime/src/commands/DeleteChannelBanCommand.ts
@@ -109,4 +109,16 @@ export class DeleteChannelBanCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteChannelBanCommand)
.de(de_DeleteChannelBanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteChannelBanRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteChannelBanCommandInput;
+ output: DeleteChannelBanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteChannelCommand.ts b/clients/client-chime/src/commands/DeleteChannelCommand.ts
index 4e5009598200..f935a5b8ed55 100644
--- a/clients/client-chime/src/commands/DeleteChannelCommand.ts
+++ b/clients/client-chime/src/commands/DeleteChannelCommand.ts
@@ -109,4 +109,16 @@ export class DeleteChannelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteChannelCommand)
.de(de_DeleteChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteChannelRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteChannelCommandInput;
+ output: DeleteChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts b/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts
index 05f6a98515dd..96e30c8c1c16 100644
--- a/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts
+++ b/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts
@@ -113,4 +113,16 @@ export class DeleteChannelMembershipCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteChannelMembershipCommand)
.de(de_DeleteChannelMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteChannelMembershipRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteChannelMembershipCommandInput;
+ output: DeleteChannelMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts b/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts
index ab20e11a486a..8de37ca0969d 100644
--- a/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts
+++ b/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts
@@ -111,4 +111,16 @@ export class DeleteChannelMessageCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteChannelMessageCommand)
.de(de_DeleteChannelMessageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteChannelMessageRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteChannelMessageCommandInput;
+ output: DeleteChannelMessageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts b/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts
index 40c3da7365c9..bf79066b9ad0 100644
--- a/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts
+++ b/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts
@@ -109,4 +109,16 @@ export class DeleteChannelModeratorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteChannelModeratorCommand)
.de(de_DeleteChannelModeratorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteChannelModeratorRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteChannelModeratorCommandInput;
+ output: DeleteChannelModeratorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteEventsConfigurationCommand.ts b/clients/client-chime/src/commands/DeleteEventsConfigurationCommand.ts
index 376734da524b..fbe6e94d8021 100644
--- a/clients/client-chime/src/commands/DeleteEventsConfigurationCommand.ts
+++ b/clients/client-chime/src/commands/DeleteEventsConfigurationCommand.ts
@@ -94,4 +94,16 @@ export class DeleteEventsConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEventsConfigurationCommand)
.de(de_DeleteEventsConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEventsConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEventsConfigurationCommandInput;
+ output: DeleteEventsConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts b/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts
index d6243cdf12a3..4520ac7d5599 100644
--- a/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts
+++ b/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts
@@ -106,4 +106,16 @@ export class DeleteMediaCapturePipelineCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMediaCapturePipelineCommand)
.de(de_DeleteMediaCapturePipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMediaCapturePipelineRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMediaCapturePipelineCommandInput;
+ output: DeleteMediaCapturePipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteMeetingCommand.ts b/clients/client-chime/src/commands/DeleteMeetingCommand.ts
index 514b60ae0b8b..bf8f4899e329 100644
--- a/clients/client-chime/src/commands/DeleteMeetingCommand.ts
+++ b/clients/client-chime/src/commands/DeleteMeetingCommand.ts
@@ -108,4 +108,16 @@ export class DeleteMeetingCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMeetingCommand)
.de(de_DeleteMeetingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMeetingRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMeetingCommandInput;
+ output: DeleteMeetingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeletePhoneNumberCommand.ts b/clients/client-chime/src/commands/DeletePhoneNumberCommand.ts
index 0e0af0a028cb..fdd104c3822e 100644
--- a/clients/client-chime/src/commands/DeletePhoneNumberCommand.ts
+++ b/clients/client-chime/src/commands/DeletePhoneNumberCommand.ts
@@ -101,4 +101,16 @@ export class DeletePhoneNumberCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePhoneNumberCommand)
.de(de_DeletePhoneNumberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePhoneNumberRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePhoneNumberCommandInput;
+ output: DeletePhoneNumberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteProxySessionCommand.ts b/clients/client-chime/src/commands/DeleteProxySessionCommand.ts
index 0e7f13206120..98d681eb7a22 100644
--- a/clients/client-chime/src/commands/DeleteProxySessionCommand.ts
+++ b/clients/client-chime/src/commands/DeleteProxySessionCommand.ts
@@ -106,4 +106,16 @@ export class DeleteProxySessionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteProxySessionCommand)
.de(de_DeleteProxySessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteProxySessionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteProxySessionCommandInput;
+ output: DeleteProxySessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteRoomCommand.ts b/clients/client-chime/src/commands/DeleteRoomCommand.ts
index 096941f383a9..231a5105a37b 100644
--- a/clients/client-chime/src/commands/DeleteRoomCommand.ts
+++ b/clients/client-chime/src/commands/DeleteRoomCommand.ts
@@ -97,4 +97,16 @@ export class DeleteRoomCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRoomCommand)
.de(de_DeleteRoomCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRoomRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRoomCommandInput;
+ output: DeleteRoomCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteRoomMembershipCommand.ts b/clients/client-chime/src/commands/DeleteRoomMembershipCommand.ts
index 9a9bb47238f5..389856c7bd93 100644
--- a/clients/client-chime/src/commands/DeleteRoomMembershipCommand.ts
+++ b/clients/client-chime/src/commands/DeleteRoomMembershipCommand.ts
@@ -98,4 +98,16 @@ export class DeleteRoomMembershipCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRoomMembershipCommand)
.de(de_DeleteRoomMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRoomMembershipRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRoomMembershipCommandInput;
+ output: DeleteRoomMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts
index 965a6e3667b7..5f1a5b7a717e 100644
--- a/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts
+++ b/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts
@@ -109,4 +109,16 @@ export class DeleteSipMediaApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSipMediaApplicationCommand)
.de(de_DeleteSipMediaApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSipMediaApplicationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSipMediaApplicationCommandInput;
+ output: DeleteSipMediaApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteSipRuleCommand.ts b/clients/client-chime/src/commands/DeleteSipRuleCommand.ts
index 03320ed1c673..0f648aad8f71 100644
--- a/clients/client-chime/src/commands/DeleteSipRuleCommand.ts
+++ b/clients/client-chime/src/commands/DeleteSipRuleCommand.ts
@@ -109,4 +109,16 @@ export class DeleteSipRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSipRuleCommand)
.de(de_DeleteSipRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSipRuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSipRuleCommandInput;
+ output: DeleteSipRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts
index c33da5524d59..d116743b37bd 100644
--- a/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts
+++ b/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts
@@ -111,4 +111,16 @@ export class DeleteVoiceConnectorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVoiceConnectorCommand)
.de(de_DeleteVoiceConnectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVoiceConnectorRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVoiceConnectorCommandInput;
+ output: DeleteVoiceConnectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts
index 05cf52fb670d..30299bb9a01b 100644
--- a/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts
+++ b/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts
@@ -109,4 +109,16 @@ export class DeleteVoiceConnectorEmergencyCallingConfigurationCommand extends $C
.f(void 0, void 0)
.ser(se_DeleteVoiceConnectorEmergencyCallingConfigurationCommand)
.de(de_DeleteVoiceConnectorEmergencyCallingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVoiceConnectorEmergencyCallingConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput;
+ output: DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts
index 94773badb591..2f9e3792b6dd 100644
--- a/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts
+++ b/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts
@@ -111,4 +111,16 @@ export class DeleteVoiceConnectorGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVoiceConnectorGroupCommand)
.de(de_DeleteVoiceConnectorGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVoiceConnectorGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVoiceConnectorGroupCommandInput;
+ output: DeleteVoiceConnectorGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts
index afa660565d56..83a8edaaff7c 100644
--- a/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts
+++ b/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts
@@ -111,4 +111,16 @@ export class DeleteVoiceConnectorOriginationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVoiceConnectorOriginationCommand)
.de(de_DeleteVoiceConnectorOriginationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVoiceConnectorOriginationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVoiceConnectorOriginationCommandInput;
+ output: DeleteVoiceConnectorOriginationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts
index fb4ffae197c6..c4c60756dd97 100644
--- a/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts
+++ b/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts
@@ -105,4 +105,16 @@ export class DeleteVoiceConnectorProxyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVoiceConnectorProxyCommand)
.de(de_DeleteVoiceConnectorProxyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVoiceConnectorProxyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVoiceConnectorProxyCommandInput;
+ output: DeleteVoiceConnectorProxyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts
index ed8dc06bf06b..97152ad9a2f7 100644
--- a/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts
+++ b/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts
@@ -109,4 +109,16 @@ export class DeleteVoiceConnectorStreamingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVoiceConnectorStreamingConfigurationCommand)
.de(de_DeleteVoiceConnectorStreamingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVoiceConnectorStreamingConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVoiceConnectorStreamingConfigurationCommandInput;
+ output: DeleteVoiceConnectorStreamingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts
index 875a831931b4..ac787ef1810c 100644
--- a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts
+++ b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts
@@ -111,4 +111,16 @@ export class DeleteVoiceConnectorTerminationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVoiceConnectorTerminationCommand)
.de(de_DeleteVoiceConnectorTerminationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVoiceConnectorTerminationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVoiceConnectorTerminationCommandInput;
+ output: DeleteVoiceConnectorTerminationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts
index b2214dd24c61..f3a1c7857c56 100644
--- a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts
+++ b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts
@@ -115,4 +115,16 @@ export class DeleteVoiceConnectorTerminationCredentialsCommand extends $Command
.f(DeleteVoiceConnectorTerminationCredentialsRequestFilterSensitiveLog, void 0)
.ser(se_DeleteVoiceConnectorTerminationCredentialsCommand)
.de(de_DeleteVoiceConnectorTerminationCredentialsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVoiceConnectorTerminationCredentialsRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVoiceConnectorTerminationCredentialsCommandInput;
+ output: DeleteVoiceConnectorTerminationCredentialsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts b/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts
index a66c58da76d3..1b512e1dceb8 100644
--- a/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts
+++ b/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts
@@ -116,4 +116,16 @@ export class DescribeAppInstanceAdminCommand extends $Command
.f(void 0, DescribeAppInstanceAdminResponseFilterSensitiveLog)
.ser(se_DescribeAppInstanceAdminCommand)
.de(de_DescribeAppInstanceAdminCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAppInstanceAdminRequest;
+ output: DescribeAppInstanceAdminResponse;
+ };
+ sdk: {
+ input: DescribeAppInstanceAdminCommandInput;
+ output: DescribeAppInstanceAdminCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts b/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts
index 7b7bae518706..6882e28f2c63 100644
--- a/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts
+++ b/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts
@@ -114,4 +114,16 @@ export class DescribeAppInstanceCommand extends $Command
.f(void 0, DescribeAppInstanceResponseFilterSensitiveLog)
.ser(se_DescribeAppInstanceCommand)
.de(de_DescribeAppInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAppInstanceRequest;
+ output: DescribeAppInstanceResponse;
+ };
+ sdk: {
+ input: DescribeAppInstanceCommandInput;
+ output: DescribeAppInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts
index 6f1178327018..f60cada3e6fd 100644
--- a/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts
+++ b/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts
@@ -114,4 +114,16 @@ export class DescribeAppInstanceUserCommand extends $Command
.f(void 0, DescribeAppInstanceUserResponseFilterSensitiveLog)
.ser(se_DescribeAppInstanceUserCommand)
.de(de_DescribeAppInstanceUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAppInstanceUserRequest;
+ output: DescribeAppInstanceUserResponse;
+ };
+ sdk: {
+ input: DescribeAppInstanceUserCommandInput;
+ output: DescribeAppInstanceUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DescribeChannelBanCommand.ts b/clients/client-chime/src/commands/DescribeChannelBanCommand.ts
index de3d8c4ab3ab..86be942c730d 100644
--- a/clients/client-chime/src/commands/DescribeChannelBanCommand.ts
+++ b/clients/client-chime/src/commands/DescribeChannelBanCommand.ts
@@ -129,4 +129,16 @@ export class DescribeChannelBanCommand extends $Command
.f(void 0, DescribeChannelBanResponseFilterSensitiveLog)
.ser(se_DescribeChannelBanCommand)
.de(de_DescribeChannelBanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeChannelBanRequest;
+ output: DescribeChannelBanResponse;
+ };
+ sdk: {
+ input: DescribeChannelBanCommandInput;
+ output: DescribeChannelBanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DescribeChannelCommand.ts b/clients/client-chime/src/commands/DescribeChannelCommand.ts
index b10997f808ed..e3ef793aa34b 100644
--- a/clients/client-chime/src/commands/DescribeChannelCommand.ts
+++ b/clients/client-chime/src/commands/DescribeChannelCommand.ts
@@ -128,4 +128,16 @@ export class DescribeChannelCommand extends $Command
.f(void 0, DescribeChannelResponseFilterSensitiveLog)
.ser(se_DescribeChannelCommand)
.de(de_DescribeChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeChannelRequest;
+ output: DescribeChannelResponse;
+ };
+ sdk: {
+ input: DescribeChannelCommandInput;
+ output: DescribeChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts b/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts
index 023594cbcfde..1fbb0105ffcb 100644
--- a/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts
+++ b/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts
@@ -131,4 +131,16 @@ export class DescribeChannelMembershipCommand extends $Command
.f(void 0, DescribeChannelMembershipResponseFilterSensitiveLog)
.ser(se_DescribeChannelMembershipCommand)
.de(de_DescribeChannelMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeChannelMembershipRequest;
+ output: DescribeChannelMembershipResponse;
+ };
+ sdk: {
+ input: DescribeChannelMembershipCommandInput;
+ output: DescribeChannelMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts
index cc85c0154f42..a9a6a2f5e9e1 100644
--- a/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts
+++ b/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts
@@ -135,4 +135,16 @@ export class DescribeChannelMembershipForAppInstanceUserCommand extends $Command
.f(void 0, DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog)
.ser(se_DescribeChannelMembershipForAppInstanceUserCommand)
.de(de_DescribeChannelMembershipForAppInstanceUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeChannelMembershipForAppInstanceUserRequest;
+ output: DescribeChannelMembershipForAppInstanceUserResponse;
+ };
+ sdk: {
+ input: DescribeChannelMembershipForAppInstanceUserCommandInput;
+ output: DescribeChannelMembershipForAppInstanceUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts
index 3a3143028ce6..5978f01a911b 100644
--- a/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts
+++ b/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts
@@ -131,4 +131,16 @@ export class DescribeChannelModeratedByAppInstanceUserCommand extends $Command
.f(void 0, DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog)
.ser(se_DescribeChannelModeratedByAppInstanceUserCommand)
.de(de_DescribeChannelModeratedByAppInstanceUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeChannelModeratedByAppInstanceUserRequest;
+ output: DescribeChannelModeratedByAppInstanceUserResponse;
+ };
+ sdk: {
+ input: DescribeChannelModeratedByAppInstanceUserCommandInput;
+ output: DescribeChannelModeratedByAppInstanceUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts b/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts
index 8cf0b646f342..d0a53471c0c7 100644
--- a/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts
+++ b/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts
@@ -129,4 +129,16 @@ export class DescribeChannelModeratorCommand extends $Command
.f(void 0, DescribeChannelModeratorResponseFilterSensitiveLog)
.ser(se_DescribeChannelModeratorCommand)
.de(de_DescribeChannelModeratorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeChannelModeratorRequest;
+ output: DescribeChannelModeratorResponse;
+ };
+ sdk: {
+ input: DescribeChannelModeratorCommandInput;
+ output: DescribeChannelModeratorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DisassociatePhoneNumberFromUserCommand.ts b/clients/client-chime/src/commands/DisassociatePhoneNumberFromUserCommand.ts
index 932645c90bee..597c7e660435 100644
--- a/clients/client-chime/src/commands/DisassociatePhoneNumberFromUserCommand.ts
+++ b/clients/client-chime/src/commands/DisassociatePhoneNumberFromUserCommand.ts
@@ -102,4 +102,16 @@ export class DisassociatePhoneNumberFromUserCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociatePhoneNumberFromUserCommand)
.de(de_DisassociatePhoneNumberFromUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociatePhoneNumberFromUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociatePhoneNumberFromUserCommandInput;
+ output: DisassociatePhoneNumberFromUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts
index cc77d161e922..666e30270b21 100644
--- a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts
+++ b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts
@@ -126,4 +126,16 @@ export class DisassociatePhoneNumbersFromVoiceConnectorCommand extends $Command
.f(DisassociatePhoneNumbersFromVoiceConnectorRequestFilterSensitiveLog, void 0)
.ser(se_DisassociatePhoneNumbersFromVoiceConnectorCommand)
.de(de_DisassociatePhoneNumbersFromVoiceConnectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociatePhoneNumbersFromVoiceConnectorRequest;
+ output: DisassociatePhoneNumbersFromVoiceConnectorResponse;
+ };
+ sdk: {
+ input: DisassociatePhoneNumbersFromVoiceConnectorCommandInput;
+ output: DisassociatePhoneNumbersFromVoiceConnectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts
index dfc50eee1a6e..06c699dcb3bf 100644
--- a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts
+++ b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts
@@ -126,4 +126,16 @@ export class DisassociatePhoneNumbersFromVoiceConnectorGroupCommand extends $Com
.f(DisassociatePhoneNumbersFromVoiceConnectorGroupRequestFilterSensitiveLog, void 0)
.ser(se_DisassociatePhoneNumbersFromVoiceConnectorGroupCommand)
.de(de_DisassociatePhoneNumbersFromVoiceConnectorGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociatePhoneNumbersFromVoiceConnectorGroupRequest;
+ output: DisassociatePhoneNumbersFromVoiceConnectorGroupResponse;
+ };
+ sdk: {
+ input: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput;
+ output: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts b/clients/client-chime/src/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts
index 97f5e707e7e3..1c7efda10420 100644
--- a/clients/client-chime/src/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts
+++ b/clients/client-chime/src/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts
@@ -108,4 +108,16 @@ export class DisassociateSigninDelegateGroupsFromAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateSigninDelegateGroupsFromAccountCommand)
.de(de_DisassociateSigninDelegateGroupsFromAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateSigninDelegateGroupsFromAccountRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateSigninDelegateGroupsFromAccountCommandInput;
+ output: DisassociateSigninDelegateGroupsFromAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetAccountCommand.ts b/clients/client-chime/src/commands/GetAccountCommand.ts
index d85b0154199c..73ba7546241e 100644
--- a/clients/client-chime/src/commands/GetAccountCommand.ts
+++ b/clients/client-chime/src/commands/GetAccountCommand.ts
@@ -115,4 +115,16 @@ export class GetAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAccountCommand)
.de(de_GetAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAccountRequest;
+ output: GetAccountResponse;
+ };
+ sdk: {
+ input: GetAccountCommandInput;
+ output: GetAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetAccountSettingsCommand.ts b/clients/client-chime/src/commands/GetAccountSettingsCommand.ts
index 4e790faa349c..8f9032bbc18e 100644
--- a/clients/client-chime/src/commands/GetAccountSettingsCommand.ts
+++ b/clients/client-chime/src/commands/GetAccountSettingsCommand.ts
@@ -104,4 +104,16 @@ export class GetAccountSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAccountSettingsCommand)
.de(de_GetAccountSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAccountSettingsRequest;
+ output: GetAccountSettingsResponse;
+ };
+ sdk: {
+ input: GetAccountSettingsCommandInput;
+ output: GetAccountSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts b/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts
index 2059d0e8ddbf..f5878401e74c 100644
--- a/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts
+++ b/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts
@@ -117,4 +117,16 @@ export class GetAppInstanceRetentionSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAppInstanceRetentionSettingsCommand)
.de(de_GetAppInstanceRetentionSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAppInstanceRetentionSettingsRequest;
+ output: GetAppInstanceRetentionSettingsResponse;
+ };
+ sdk: {
+ input: GetAppInstanceRetentionSettingsCommandInput;
+ output: GetAppInstanceRetentionSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts b/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts
index e03d5993d179..49012bac3ef6 100644
--- a/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts
+++ b/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts
@@ -122,4 +122,16 @@ export class GetAppInstanceStreamingConfigurationsCommand extends $Command
.f(void 0, GetAppInstanceStreamingConfigurationsResponseFilterSensitiveLog)
.ser(se_GetAppInstanceStreamingConfigurationsCommand)
.de(de_GetAppInstanceStreamingConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAppInstanceStreamingConfigurationsRequest;
+ output: GetAppInstanceStreamingConfigurationsResponse;
+ };
+ sdk: {
+ input: GetAppInstanceStreamingConfigurationsCommandInput;
+ output: GetAppInstanceStreamingConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetAttendeeCommand.ts b/clients/client-chime/src/commands/GetAttendeeCommand.ts
index 0a255d26f269..4b1988832e24 100644
--- a/clients/client-chime/src/commands/GetAttendeeCommand.ts
+++ b/clients/client-chime/src/commands/GetAttendeeCommand.ts
@@ -116,4 +116,16 @@ export class GetAttendeeCommand extends $Command
.f(void 0, GetAttendeeResponseFilterSensitiveLog)
.ser(se_GetAttendeeCommand)
.de(de_GetAttendeeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAttendeeRequest;
+ output: GetAttendeeResponse;
+ };
+ sdk: {
+ input: GetAttendeeCommandInput;
+ output: GetAttendeeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetBotCommand.ts b/clients/client-chime/src/commands/GetBotCommand.ts
index cce6a07cb356..0b713a07665e 100644
--- a/clients/client-chime/src/commands/GetBotCommand.ts
+++ b/clients/client-chime/src/commands/GetBotCommand.ts
@@ -109,4 +109,16 @@ export class GetBotCommand extends $Command
.f(void 0, GetBotResponseFilterSensitiveLog)
.ser(se_GetBotCommand)
.de(de_GetBotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBotRequest;
+ output: GetBotResponse;
+ };
+ sdk: {
+ input: GetBotCommandInput;
+ output: GetBotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetChannelMessageCommand.ts b/clients/client-chime/src/commands/GetChannelMessageCommand.ts
index 21499208056a..0dd36ba850e6 100644
--- a/clients/client-chime/src/commands/GetChannelMessageCommand.ts
+++ b/clients/client-chime/src/commands/GetChannelMessageCommand.ts
@@ -133,4 +133,16 @@ export class GetChannelMessageCommand extends $Command
.f(void 0, GetChannelMessageResponseFilterSensitiveLog)
.ser(se_GetChannelMessageCommand)
.de(de_GetChannelMessageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetChannelMessageRequest;
+ output: GetChannelMessageResponse;
+ };
+ sdk: {
+ input: GetChannelMessageCommandInput;
+ output: GetChannelMessageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetEventsConfigurationCommand.ts b/clients/client-chime/src/commands/GetEventsConfigurationCommand.ts
index d56b661b37db..ad2593b919ce 100644
--- a/clients/client-chime/src/commands/GetEventsConfigurationCommand.ts
+++ b/clients/client-chime/src/commands/GetEventsConfigurationCommand.ts
@@ -107,4 +107,16 @@ export class GetEventsConfigurationCommand extends $Command
.f(void 0, GetEventsConfigurationResponseFilterSensitiveLog)
.ser(se_GetEventsConfigurationCommand)
.de(de_GetEventsConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEventsConfigurationRequest;
+ output: GetEventsConfigurationResponse;
+ };
+ sdk: {
+ input: GetEventsConfigurationCommandInput;
+ output: GetEventsConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetGlobalSettingsCommand.ts b/clients/client-chime/src/commands/GetGlobalSettingsCommand.ts
index c8e122d50e07..5c6ff6a9ad7f 100644
--- a/clients/client-chime/src/commands/GetGlobalSettingsCommand.ts
+++ b/clients/client-chime/src/commands/GetGlobalSettingsCommand.ts
@@ -99,4 +99,16 @@ export class GetGlobalSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetGlobalSettingsCommand)
.de(de_GetGlobalSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetGlobalSettingsResponse;
+ };
+ sdk: {
+ input: GetGlobalSettingsCommandInput;
+ output: GetGlobalSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts b/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts
index 39aba4b60f25..505b8fc04398 100644
--- a/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts
+++ b/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts
@@ -146,4 +146,16 @@ export class GetMediaCapturePipelineCommand extends $Command
.f(void 0, GetMediaCapturePipelineResponseFilterSensitiveLog)
.ser(se_GetMediaCapturePipelineCommand)
.de(de_GetMediaCapturePipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMediaCapturePipelineRequest;
+ output: GetMediaCapturePipelineResponse;
+ };
+ sdk: {
+ input: GetMediaCapturePipelineCommandInput;
+ output: GetMediaCapturePipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetMeetingCommand.ts b/clients/client-chime/src/commands/GetMeetingCommand.ts
index 4be596ebbd0c..a934f0009473 100644
--- a/clients/client-chime/src/commands/GetMeetingCommand.ts
+++ b/clients/client-chime/src/commands/GetMeetingCommand.ts
@@ -127,4 +127,16 @@ export class GetMeetingCommand extends $Command
.f(void 0, GetMeetingResponseFilterSensitiveLog)
.ser(se_GetMeetingCommand)
.de(de_GetMeetingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMeetingRequest;
+ output: GetMeetingResponse;
+ };
+ sdk: {
+ input: GetMeetingCommandInput;
+ output: GetMeetingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts b/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts
index fe4166aded89..a0c81c6ad699 100644
--- a/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts
+++ b/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts
@@ -106,4 +106,16 @@ export class GetMessagingSessionEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMessagingSessionEndpointCommand)
.de(de_GetMessagingSessionEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetMessagingSessionEndpointResponse;
+ };
+ sdk: {
+ input: GetMessagingSessionEndpointCommandInput;
+ output: GetMessagingSessionEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetPhoneNumberCommand.ts b/clients/client-chime/src/commands/GetPhoneNumberCommand.ts
index e02d683f3c22..d53c2b7585c5 100644
--- a/clients/client-chime/src/commands/GetPhoneNumberCommand.ts
+++ b/clients/client-chime/src/commands/GetPhoneNumberCommand.ts
@@ -129,4 +129,16 @@ export class GetPhoneNumberCommand extends $Command
.f(void 0, GetPhoneNumberResponseFilterSensitiveLog)
.ser(se_GetPhoneNumberCommand)
.de(de_GetPhoneNumberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPhoneNumberRequest;
+ output: GetPhoneNumberResponse;
+ };
+ sdk: {
+ input: GetPhoneNumberCommandInput;
+ output: GetPhoneNumberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetPhoneNumberOrderCommand.ts b/clients/client-chime/src/commands/GetPhoneNumberOrderCommand.ts
index c6f0020faffb..e88cc72efda3 100644
--- a/clients/client-chime/src/commands/GetPhoneNumberOrderCommand.ts
+++ b/clients/client-chime/src/commands/GetPhoneNumberOrderCommand.ts
@@ -115,4 +115,16 @@ export class GetPhoneNumberOrderCommand extends $Command
.f(void 0, GetPhoneNumberOrderResponseFilterSensitiveLog)
.ser(se_GetPhoneNumberOrderCommand)
.de(de_GetPhoneNumberOrderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPhoneNumberOrderRequest;
+ output: GetPhoneNumberOrderResponse;
+ };
+ sdk: {
+ input: GetPhoneNumberOrderCommandInput;
+ output: GetPhoneNumberOrderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetPhoneNumberSettingsCommand.ts b/clients/client-chime/src/commands/GetPhoneNumberSettingsCommand.ts
index 68a7419b2da4..4294f7c31ac1 100644
--- a/clients/client-chime/src/commands/GetPhoneNumberSettingsCommand.ts
+++ b/clients/client-chime/src/commands/GetPhoneNumberSettingsCommand.ts
@@ -94,4 +94,16 @@ export class GetPhoneNumberSettingsCommand extends $Command
.f(void 0, GetPhoneNumberSettingsResponseFilterSensitiveLog)
.ser(se_GetPhoneNumberSettingsCommand)
.de(de_GetPhoneNumberSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetPhoneNumberSettingsResponse;
+ };
+ sdk: {
+ input: GetPhoneNumberSettingsCommandInput;
+ output: GetPhoneNumberSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetProxySessionCommand.ts b/clients/client-chime/src/commands/GetProxySessionCommand.ts
index 405fcff95574..7ae98eeccb42 100644
--- a/clients/client-chime/src/commands/GetProxySessionCommand.ts
+++ b/clients/client-chime/src/commands/GetProxySessionCommand.ts
@@ -136,4 +136,16 @@ export class GetProxySessionCommand extends $Command
.f(void 0, GetProxySessionResponseFilterSensitiveLog)
.ser(se_GetProxySessionCommand)
.de(de_GetProxySessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetProxySessionRequest;
+ output: GetProxySessionResponse;
+ };
+ sdk: {
+ input: GetProxySessionCommandInput;
+ output: GetProxySessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetRetentionSettingsCommand.ts b/clients/client-chime/src/commands/GetRetentionSettingsCommand.ts
index c5f8951a5e4d..9b0901fc0aac 100644
--- a/clients/client-chime/src/commands/GetRetentionSettingsCommand.ts
+++ b/clients/client-chime/src/commands/GetRetentionSettingsCommand.ts
@@ -110,4 +110,16 @@ export class GetRetentionSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRetentionSettingsCommand)
.de(de_GetRetentionSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRetentionSettingsRequest;
+ output: GetRetentionSettingsResponse;
+ };
+ sdk: {
+ input: GetRetentionSettingsCommandInput;
+ output: GetRetentionSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetRoomCommand.ts b/clients/client-chime/src/commands/GetRoomCommand.ts
index 8e39c0fbd02c..c0b68f41d366 100644
--- a/clients/client-chime/src/commands/GetRoomCommand.ts
+++ b/clients/client-chime/src/commands/GetRoomCommand.ts
@@ -106,4 +106,16 @@ export class GetRoomCommand extends $Command
.f(void 0, GetRoomResponseFilterSensitiveLog)
.ser(se_GetRoomCommand)
.de(de_GetRoomCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRoomRequest;
+ output: GetRoomResponse;
+ };
+ sdk: {
+ input: GetRoomCommandInput;
+ output: GetRoomCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts
index 62d966c88f3a..db3d1537e8f1 100644
--- a/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts
+++ b/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts
@@ -122,4 +122,16 @@ export class GetSipMediaApplicationCommand extends $Command
.f(void 0, GetSipMediaApplicationResponseFilterSensitiveLog)
.ser(se_GetSipMediaApplicationCommand)
.de(de_GetSipMediaApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSipMediaApplicationRequest;
+ output: GetSipMediaApplicationResponse;
+ };
+ sdk: {
+ input: GetSipMediaApplicationCommandInput;
+ output: GetSipMediaApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts
index f515cac646c8..e87e47a5dabd 100644
--- a/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts
+++ b/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts
@@ -118,4 +118,16 @@ export class GetSipMediaApplicationLoggingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSipMediaApplicationLoggingConfigurationCommand)
.de(de_GetSipMediaApplicationLoggingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSipMediaApplicationLoggingConfigurationRequest;
+ output: GetSipMediaApplicationLoggingConfigurationResponse;
+ };
+ sdk: {
+ input: GetSipMediaApplicationLoggingConfigurationCommandInput;
+ output: GetSipMediaApplicationLoggingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetSipRuleCommand.ts b/clients/client-chime/src/commands/GetSipRuleCommand.ts
index 2c6fb31ed372..8f9f92589c67 100644
--- a/clients/client-chime/src/commands/GetSipRuleCommand.ts
+++ b/clients/client-chime/src/commands/GetSipRuleCommand.ts
@@ -122,4 +122,16 @@ export class GetSipRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSipRuleCommand)
.de(de_GetSipRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSipRuleRequest;
+ output: GetSipRuleResponse;
+ };
+ sdk: {
+ input: GetSipRuleCommandInput;
+ output: GetSipRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetUserCommand.ts b/clients/client-chime/src/commands/GetUserCommand.ts
index 95753205dac3..f426fe565a9b 100644
--- a/clients/client-chime/src/commands/GetUserCommand.ts
+++ b/clients/client-chime/src/commands/GetUserCommand.ts
@@ -120,4 +120,16 @@ export class GetUserCommand extends $Command
.f(void 0, GetUserResponseFilterSensitiveLog)
.ser(se_GetUserCommand)
.de(de_GetUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUserRequest;
+ output: GetUserResponse;
+ };
+ sdk: {
+ input: GetUserCommandInput;
+ output: GetUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetUserSettingsCommand.ts b/clients/client-chime/src/commands/GetUserSettingsCommand.ts
index b34c5987002a..3278c2125b20 100644
--- a/clients/client-chime/src/commands/GetUserSettingsCommand.ts
+++ b/clients/client-chime/src/commands/GetUserSettingsCommand.ts
@@ -105,4 +105,16 @@ export class GetUserSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetUserSettingsCommand)
.de(de_GetUserSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUserSettingsRequest;
+ output: GetUserSettingsResponse;
+ };
+ sdk: {
+ input: GetUserSettingsCommandInput;
+ output: GetUserSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts
index ab80bccf6407..82118ab0320c 100644
--- a/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts
+++ b/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts
@@ -116,4 +116,16 @@ export class GetVoiceConnectorCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVoiceConnectorCommand)
.de(de_GetVoiceConnectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVoiceConnectorRequest;
+ output: GetVoiceConnectorResponse;
+ };
+ sdk: {
+ input: GetVoiceConnectorCommandInput;
+ output: GetVoiceConnectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts
index 5daea800f36e..2757330d7739 100644
--- a/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts
+++ b/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts
@@ -125,4 +125,16 @@ export class GetVoiceConnectorEmergencyCallingConfigurationCommand extends $Comm
.f(void 0, GetVoiceConnectorEmergencyCallingConfigurationResponseFilterSensitiveLog)
.ser(se_GetVoiceConnectorEmergencyCallingConfigurationCommand)
.de(de_GetVoiceConnectorEmergencyCallingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVoiceConnectorEmergencyCallingConfigurationRequest;
+ output: GetVoiceConnectorEmergencyCallingConfigurationResponse;
+ };
+ sdk: {
+ input: GetVoiceConnectorEmergencyCallingConfigurationCommandInput;
+ output: GetVoiceConnectorEmergencyCallingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts
index 27ba1aac7f6a..600346b5e363 100644
--- a/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts
+++ b/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts
@@ -120,4 +120,16 @@ export class GetVoiceConnectorGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVoiceConnectorGroupCommand)
.de(de_GetVoiceConnectorGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVoiceConnectorGroupRequest;
+ output: GetVoiceConnectorGroupResponse;
+ };
+ sdk: {
+ input: GetVoiceConnectorGroupCommandInput;
+ output: GetVoiceConnectorGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts
index 71ba027ca40d..0c09ec318b93 100644
--- a/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts
+++ b/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts
@@ -120,4 +120,16 @@ export class GetVoiceConnectorLoggingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVoiceConnectorLoggingConfigurationCommand)
.de(de_GetVoiceConnectorLoggingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVoiceConnectorLoggingConfigurationRequest;
+ output: GetVoiceConnectorLoggingConfigurationResponse;
+ };
+ sdk: {
+ input: GetVoiceConnectorLoggingConfigurationCommandInput;
+ output: GetVoiceConnectorLoggingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts
index d81f546f848f..050acfbdc053 100644
--- a/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts
+++ b/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts
@@ -123,4 +123,16 @@ export class GetVoiceConnectorOriginationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVoiceConnectorOriginationCommand)
.de(de_GetVoiceConnectorOriginationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVoiceConnectorOriginationRequest;
+ output: GetVoiceConnectorOriginationResponse;
+ };
+ sdk: {
+ input: GetVoiceConnectorOriginationCommandInput;
+ output: GetVoiceConnectorOriginationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts
index 556c1c4b7072..fce8e14b8c89 100644
--- a/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts
+++ b/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts
@@ -118,4 +118,16 @@ export class GetVoiceConnectorProxyCommand extends $Command
.f(void 0, GetVoiceConnectorProxyResponseFilterSensitiveLog)
.ser(se_GetVoiceConnectorProxyCommand)
.de(de_GetVoiceConnectorProxyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVoiceConnectorProxyRequest;
+ output: GetVoiceConnectorProxyResponse;
+ };
+ sdk: {
+ input: GetVoiceConnectorProxyCommandInput;
+ output: GetVoiceConnectorProxyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts
index a030e8ac2c86..7fea37b0f06a 100644
--- a/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts
+++ b/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts
@@ -126,4 +126,16 @@ export class GetVoiceConnectorStreamingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVoiceConnectorStreamingConfigurationCommand)
.de(de_GetVoiceConnectorStreamingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVoiceConnectorStreamingConfigurationRequest;
+ output: GetVoiceConnectorStreamingConfigurationResponse;
+ };
+ sdk: {
+ input: GetVoiceConnectorStreamingConfigurationCommandInput;
+ output: GetVoiceConnectorStreamingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts
index 556738dbd30e..84d4e72c0194 100644
--- a/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts
+++ b/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts
@@ -126,4 +126,16 @@ export class GetVoiceConnectorTerminationCommand extends $Command
.f(void 0, GetVoiceConnectorTerminationResponseFilterSensitiveLog)
.ser(se_GetVoiceConnectorTerminationCommand)
.de(de_GetVoiceConnectorTerminationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVoiceConnectorTerminationRequest;
+ output: GetVoiceConnectorTerminationResponse;
+ };
+ sdk: {
+ input: GetVoiceConnectorTerminationCommandInput;
+ output: GetVoiceConnectorTerminationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts
index 1a7c17c27d6b..6968984e0401 100644
--- a/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts
+++ b/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts
@@ -119,4 +119,16 @@ export class GetVoiceConnectorTerminationHealthCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVoiceConnectorTerminationHealthCommand)
.de(de_GetVoiceConnectorTerminationHealthCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVoiceConnectorTerminationHealthRequest;
+ output: GetVoiceConnectorTerminationHealthResponse;
+ };
+ sdk: {
+ input: GetVoiceConnectorTerminationHealthCommandInput;
+ output: GetVoiceConnectorTerminationHealthCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/InviteUsersCommand.ts b/clients/client-chime/src/commands/InviteUsersCommand.ts
index c7538cde5ab5..3dbf3d3411c4 100644
--- a/clients/client-chime/src/commands/InviteUsersCommand.ts
+++ b/clients/client-chime/src/commands/InviteUsersCommand.ts
@@ -116,4 +116,16 @@ export class InviteUsersCommand extends $Command
.f(InviteUsersRequestFilterSensitiveLog, InviteUsersResponseFilterSensitiveLog)
.ser(se_InviteUsersCommand)
.de(de_InviteUsersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: InviteUsersRequest;
+ output: InviteUsersResponse;
+ };
+ sdk: {
+ input: InviteUsersCommandInput;
+ output: InviteUsersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListAccountsCommand.ts b/clients/client-chime/src/commands/ListAccountsCommand.ts
index 782dbba9a409..23177658ab59 100644
--- a/clients/client-chime/src/commands/ListAccountsCommand.ts
+++ b/clients/client-chime/src/commands/ListAccountsCommand.ts
@@ -122,4 +122,16 @@ export class ListAccountsCommand extends $Command
.f(ListAccountsRequestFilterSensitiveLog, void 0)
.ser(se_ListAccountsCommand)
.de(de_ListAccountsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAccountsRequest;
+ output: ListAccountsResponse;
+ };
+ sdk: {
+ input: ListAccountsCommandInput;
+ output: ListAccountsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts b/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts
index d9b900b2aebc..274d4f89e2ff 100644
--- a/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts
+++ b/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts
@@ -120,4 +120,16 @@ export class ListAppInstanceAdminsCommand extends $Command
.f(ListAppInstanceAdminsRequestFilterSensitiveLog, ListAppInstanceAdminsResponseFilterSensitiveLog)
.ser(se_ListAppInstanceAdminsCommand)
.de(de_ListAppInstanceAdminsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAppInstanceAdminsRequest;
+ output: ListAppInstanceAdminsResponse;
+ };
+ sdk: {
+ input: ListAppInstanceAdminsCommandInput;
+ output: ListAppInstanceAdminsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts b/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts
index 082e68fb8326..288755d012c6 100644
--- a/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts
+++ b/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts
@@ -121,4 +121,16 @@ export class ListAppInstanceUsersCommand extends $Command
.f(ListAppInstanceUsersRequestFilterSensitiveLog, ListAppInstanceUsersResponseFilterSensitiveLog)
.ser(se_ListAppInstanceUsersCommand)
.de(de_ListAppInstanceUsersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAppInstanceUsersRequest;
+ output: ListAppInstanceUsersResponse;
+ };
+ sdk: {
+ input: ListAppInstanceUsersCommandInput;
+ output: ListAppInstanceUsersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListAppInstancesCommand.ts b/clients/client-chime/src/commands/ListAppInstancesCommand.ts
index 8e64ed7b3ad2..2c9f4be08466 100644
--- a/clients/client-chime/src/commands/ListAppInstancesCommand.ts
+++ b/clients/client-chime/src/commands/ListAppInstancesCommand.ts
@@ -117,4 +117,16 @@ export class ListAppInstancesCommand extends $Command
.f(ListAppInstancesRequestFilterSensitiveLog, ListAppInstancesResponseFilterSensitiveLog)
.ser(se_ListAppInstancesCommand)
.de(de_ListAppInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAppInstancesRequest;
+ output: ListAppInstancesResponse;
+ };
+ sdk: {
+ input: ListAppInstancesCommandInput;
+ output: ListAppInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts b/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts
index 42b0ffd6292f..88a4f2b53c42 100644
--- a/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts
+++ b/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts
@@ -113,4 +113,16 @@ export class ListAttendeeTagsCommand extends $Command
.f(void 0, ListAttendeeTagsResponseFilterSensitiveLog)
.ser(se_ListAttendeeTagsCommand)
.de(de_ListAttendeeTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAttendeeTagsRequest;
+ output: ListAttendeeTagsResponse;
+ };
+ sdk: {
+ input: ListAttendeeTagsCommandInput;
+ output: ListAttendeeTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListAttendeesCommand.ts b/clients/client-chime/src/commands/ListAttendeesCommand.ts
index 9831647b625d..6ec904955fc7 100644
--- a/clients/client-chime/src/commands/ListAttendeesCommand.ts
+++ b/clients/client-chime/src/commands/ListAttendeesCommand.ts
@@ -124,4 +124,16 @@ export class ListAttendeesCommand extends $Command
.f(void 0, ListAttendeesResponseFilterSensitiveLog)
.ser(se_ListAttendeesCommand)
.de(de_ListAttendeesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAttendeesRequest;
+ output: ListAttendeesResponse;
+ };
+ sdk: {
+ input: ListAttendeesCommandInput;
+ output: ListAttendeesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListBotsCommand.ts b/clients/client-chime/src/commands/ListBotsCommand.ts
index 5c5f0fcf7468..735ea3bf3b7d 100644
--- a/clients/client-chime/src/commands/ListBotsCommand.ts
+++ b/clients/client-chime/src/commands/ListBotsCommand.ts
@@ -113,4 +113,16 @@ export class ListBotsCommand extends $Command
.f(void 0, ListBotsResponseFilterSensitiveLog)
.ser(se_ListBotsCommand)
.de(de_ListBotsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBotsRequest;
+ output: ListBotsResponse;
+ };
+ sdk: {
+ input: ListBotsCommandInput;
+ output: ListBotsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListChannelBansCommand.ts b/clients/client-chime/src/commands/ListChannelBansCommand.ts
index f1abd34596b3..8ae85526a706 100644
--- a/clients/client-chime/src/commands/ListChannelBansCommand.ts
+++ b/clients/client-chime/src/commands/ListChannelBansCommand.ts
@@ -126,4 +126,16 @@ export class ListChannelBansCommand extends $Command
.f(ListChannelBansRequestFilterSensitiveLog, ListChannelBansResponseFilterSensitiveLog)
.ser(se_ListChannelBansCommand)
.de(de_ListChannelBansCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListChannelBansRequest;
+ output: ListChannelBansResponse;
+ };
+ sdk: {
+ input: ListChannelBansCommandInput;
+ output: ListChannelBansCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts b/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts
index b4433d6d0e8d..05a622ca52d3 100644
--- a/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts
+++ b/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts
@@ -127,4 +127,16 @@ export class ListChannelMembershipsCommand extends $Command
.f(ListChannelMembershipsRequestFilterSensitiveLog, ListChannelMembershipsResponseFilterSensitiveLog)
.ser(se_ListChannelMembershipsCommand)
.de(de_ListChannelMembershipsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListChannelMembershipsRequest;
+ output: ListChannelMembershipsResponse;
+ };
+ sdk: {
+ input: ListChannelMembershipsCommandInput;
+ output: ListChannelMembershipsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts b/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts
index 16e17c2c2819..4088faef295e 100644
--- a/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts
+++ b/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts
@@ -143,4 +143,16 @@ export class ListChannelMembershipsForAppInstanceUserCommand extends $Command
)
.ser(se_ListChannelMembershipsForAppInstanceUserCommand)
.de(de_ListChannelMembershipsForAppInstanceUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListChannelMembershipsForAppInstanceUserRequest;
+ output: ListChannelMembershipsForAppInstanceUserResponse;
+ };
+ sdk: {
+ input: ListChannelMembershipsForAppInstanceUserCommandInput;
+ output: ListChannelMembershipsForAppInstanceUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListChannelMessagesCommand.ts b/clients/client-chime/src/commands/ListChannelMessagesCommand.ts
index 80451195b404..e8b1bff444e4 100644
--- a/clients/client-chime/src/commands/ListChannelMessagesCommand.ts
+++ b/clients/client-chime/src/commands/ListChannelMessagesCommand.ts
@@ -142,4 +142,16 @@ export class ListChannelMessagesCommand extends $Command
.f(ListChannelMessagesRequestFilterSensitiveLog, ListChannelMessagesResponseFilterSensitiveLog)
.ser(se_ListChannelMessagesCommand)
.de(de_ListChannelMessagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListChannelMessagesRequest;
+ output: ListChannelMessagesResponse;
+ };
+ sdk: {
+ input: ListChannelMessagesCommandInput;
+ output: ListChannelMessagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts b/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts
index 1d9e651d02af..ee91688f6bf2 100644
--- a/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts
+++ b/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts
@@ -126,4 +126,16 @@ export class ListChannelModeratorsCommand extends $Command
.f(ListChannelModeratorsRequestFilterSensitiveLog, ListChannelModeratorsResponseFilterSensitiveLog)
.ser(se_ListChannelModeratorsCommand)
.de(de_ListChannelModeratorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListChannelModeratorsRequest;
+ output: ListChannelModeratorsResponse;
+ };
+ sdk: {
+ input: ListChannelModeratorsCommandInput;
+ output: ListChannelModeratorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListChannelsCommand.ts b/clients/client-chime/src/commands/ListChannelsCommand.ts
index ba3574b8f2d4..93a0f7b1e521 100644
--- a/clients/client-chime/src/commands/ListChannelsCommand.ts
+++ b/clients/client-chime/src/commands/ListChannelsCommand.ts
@@ -142,4 +142,16 @@ export class ListChannelsCommand extends $Command
.f(ListChannelsRequestFilterSensitiveLog, ListChannelsResponseFilterSensitiveLog)
.ser(se_ListChannelsCommand)
.de(de_ListChannelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListChannelsRequest;
+ output: ListChannelsResponse;
+ };
+ sdk: {
+ input: ListChannelsCommandInput;
+ output: ListChannelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts b/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts
index 1a77bd71d724..29d4c6dd6759 100644
--- a/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts
+++ b/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts
@@ -138,4 +138,16 @@ export class ListChannelsModeratedByAppInstanceUserCommand extends $Command
)
.ser(se_ListChannelsModeratedByAppInstanceUserCommand)
.de(de_ListChannelsModeratedByAppInstanceUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListChannelsModeratedByAppInstanceUserRequest;
+ output: ListChannelsModeratedByAppInstanceUserResponse;
+ };
+ sdk: {
+ input: ListChannelsModeratedByAppInstanceUserCommandInput;
+ output: ListChannelsModeratedByAppInstanceUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts b/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts
index e19acd450172..b54f1bf38547 100644
--- a/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts
+++ b/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts
@@ -146,4 +146,16 @@ export class ListMediaCapturePipelinesCommand extends $Command
.f(void 0, ListMediaCapturePipelinesResponseFilterSensitiveLog)
.ser(se_ListMediaCapturePipelinesCommand)
.de(de_ListMediaCapturePipelinesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMediaCapturePipelinesRequest;
+ output: ListMediaCapturePipelinesResponse;
+ };
+ sdk: {
+ input: ListMediaCapturePipelinesCommandInput;
+ output: ListMediaCapturePipelinesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListMeetingTagsCommand.ts b/clients/client-chime/src/commands/ListMeetingTagsCommand.ts
index 309df67ebaef..99baabccb07f 100644
--- a/clients/client-chime/src/commands/ListMeetingTagsCommand.ts
+++ b/clients/client-chime/src/commands/ListMeetingTagsCommand.ts
@@ -116,4 +116,16 @@ export class ListMeetingTagsCommand extends $Command
.f(void 0, ListMeetingTagsResponseFilterSensitiveLog)
.ser(se_ListMeetingTagsCommand)
.de(de_ListMeetingTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMeetingTagsRequest;
+ output: ListMeetingTagsResponse;
+ };
+ sdk: {
+ input: ListMeetingTagsCommandInput;
+ output: ListMeetingTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListMeetingsCommand.ts b/clients/client-chime/src/commands/ListMeetingsCommand.ts
index 0261d6dcaede..188fb35a11c3 100644
--- a/clients/client-chime/src/commands/ListMeetingsCommand.ts
+++ b/clients/client-chime/src/commands/ListMeetingsCommand.ts
@@ -121,4 +121,16 @@ export class ListMeetingsCommand extends $Command
.f(void 0, ListMeetingsResponseFilterSensitiveLog)
.ser(se_ListMeetingsCommand)
.de(de_ListMeetingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMeetingsRequest;
+ output: ListMeetingsResponse;
+ };
+ sdk: {
+ input: ListMeetingsCommandInput;
+ output: ListMeetingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListPhoneNumberOrdersCommand.ts b/clients/client-chime/src/commands/ListPhoneNumberOrdersCommand.ts
index f9b310abeceb..7d304adfef3c 100644
--- a/clients/client-chime/src/commands/ListPhoneNumberOrdersCommand.ts
+++ b/clients/client-chime/src/commands/ListPhoneNumberOrdersCommand.ts
@@ -115,4 +115,16 @@ export class ListPhoneNumberOrdersCommand extends $Command
.f(void 0, ListPhoneNumberOrdersResponseFilterSensitiveLog)
.ser(se_ListPhoneNumberOrdersCommand)
.de(de_ListPhoneNumberOrdersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPhoneNumberOrdersRequest;
+ output: ListPhoneNumberOrdersResponse;
+ };
+ sdk: {
+ input: ListPhoneNumberOrdersCommandInput;
+ output: ListPhoneNumberOrdersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListPhoneNumbersCommand.ts b/clients/client-chime/src/commands/ListPhoneNumbersCommand.ts
index 82f242fbde35..10f37dd5a91a 100644
--- a/clients/client-chime/src/commands/ListPhoneNumbersCommand.ts
+++ b/clients/client-chime/src/commands/ListPhoneNumbersCommand.ts
@@ -137,4 +137,16 @@ export class ListPhoneNumbersCommand extends $Command
.f(void 0, ListPhoneNumbersResponseFilterSensitiveLog)
.ser(se_ListPhoneNumbersCommand)
.de(de_ListPhoneNumbersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPhoneNumbersRequest;
+ output: ListPhoneNumbersResponse;
+ };
+ sdk: {
+ input: ListPhoneNumbersCommandInput;
+ output: ListPhoneNumbersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListProxySessionsCommand.ts b/clients/client-chime/src/commands/ListProxySessionsCommand.ts
index 304c9e7e9875..cc787dfbf774 100644
--- a/clients/client-chime/src/commands/ListProxySessionsCommand.ts
+++ b/clients/client-chime/src/commands/ListProxySessionsCommand.ts
@@ -141,4 +141,16 @@ export class ListProxySessionsCommand extends $Command
.f(void 0, ListProxySessionsResponseFilterSensitiveLog)
.ser(se_ListProxySessionsCommand)
.de(de_ListProxySessionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProxySessionsRequest;
+ output: ListProxySessionsResponse;
+ };
+ sdk: {
+ input: ListProxySessionsCommandInput;
+ output: ListProxySessionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListRoomMembershipsCommand.ts b/clients/client-chime/src/commands/ListRoomMembershipsCommand.ts
index a2faaaab4555..917ec8b3fbd9 100644
--- a/clients/client-chime/src/commands/ListRoomMembershipsCommand.ts
+++ b/clients/client-chime/src/commands/ListRoomMembershipsCommand.ts
@@ -121,4 +121,16 @@ export class ListRoomMembershipsCommand extends $Command
.f(void 0, ListRoomMembershipsResponseFilterSensitiveLog)
.ser(se_ListRoomMembershipsCommand)
.de(de_ListRoomMembershipsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRoomMembershipsRequest;
+ output: ListRoomMembershipsResponse;
+ };
+ sdk: {
+ input: ListRoomMembershipsCommandInput;
+ output: ListRoomMembershipsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListRoomsCommand.ts b/clients/client-chime/src/commands/ListRoomsCommand.ts
index 9da01a3bba4c..605ce84f0ee8 100644
--- a/clients/client-chime/src/commands/ListRoomsCommand.ts
+++ b/clients/client-chime/src/commands/ListRoomsCommand.ts
@@ -111,4 +111,16 @@ export class ListRoomsCommand extends $Command
.f(void 0, ListRoomsResponseFilterSensitiveLog)
.ser(se_ListRoomsCommand)
.de(de_ListRoomsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRoomsRequest;
+ output: ListRoomsResponse;
+ };
+ sdk: {
+ input: ListRoomsCommandInput;
+ output: ListRoomsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts b/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts
index eae65e0f8154..51b870cfe408 100644
--- a/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts
+++ b/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts
@@ -123,4 +123,16 @@ export class ListSipMediaApplicationsCommand extends $Command
.f(void 0, ListSipMediaApplicationsResponseFilterSensitiveLog)
.ser(se_ListSipMediaApplicationsCommand)
.de(de_ListSipMediaApplicationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSipMediaApplicationsRequest;
+ output: ListSipMediaApplicationsResponse;
+ };
+ sdk: {
+ input: ListSipMediaApplicationsCommandInput;
+ output: ListSipMediaApplicationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListSipRulesCommand.ts b/clients/client-chime/src/commands/ListSipRulesCommand.ts
index 74beeb4e1a2f..90c977b81ef3 100644
--- a/clients/client-chime/src/commands/ListSipRulesCommand.ts
+++ b/clients/client-chime/src/commands/ListSipRulesCommand.ts
@@ -124,4 +124,16 @@ export class ListSipRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSipRulesCommand)
.de(de_ListSipRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSipRulesRequest;
+ output: ListSipRulesResponse;
+ };
+ sdk: {
+ input: ListSipRulesCommandInput;
+ output: ListSipRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListSupportedPhoneNumberCountriesCommand.ts b/clients/client-chime/src/commands/ListSupportedPhoneNumberCountriesCommand.ts
index 8732649058ca..81e7488aa60f 100644
--- a/clients/client-chime/src/commands/ListSupportedPhoneNumberCountriesCommand.ts
+++ b/clients/client-chime/src/commands/ListSupportedPhoneNumberCountriesCommand.ts
@@ -113,4 +113,16 @@ export class ListSupportedPhoneNumberCountriesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSupportedPhoneNumberCountriesCommand)
.de(de_ListSupportedPhoneNumberCountriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSupportedPhoneNumberCountriesRequest;
+ output: ListSupportedPhoneNumberCountriesResponse;
+ };
+ sdk: {
+ input: ListSupportedPhoneNumberCountriesCommandInput;
+ output: ListSupportedPhoneNumberCountriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime/src/commands/ListTagsForResourceCommand.ts
index f26962cce8aa..b00fb03198f4 100644
--- a/clients/client-chime/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-chime/src/commands/ListTagsForResourceCommand.ts
@@ -122,4 +122,16 @@ export class ListTagsForResourceCommand extends $Command
.f(ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListUsersCommand.ts b/clients/client-chime/src/commands/ListUsersCommand.ts
index 7b5aa27d8001..03d40bdf4455 100644
--- a/clients/client-chime/src/commands/ListUsersCommand.ts
+++ b/clients/client-chime/src/commands/ListUsersCommand.ts
@@ -128,4 +128,16 @@ export class ListUsersCommand extends $Command
.f(ListUsersRequestFilterSensitiveLog, ListUsersResponseFilterSensitiveLog)
.ser(se_ListUsersCommand)
.de(de_ListUsersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUsersRequest;
+ output: ListUsersResponse;
+ };
+ sdk: {
+ input: ListUsersCommandInput;
+ output: ListUsersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts b/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts
index c1bfc47e56b8..ebfba3e465df 100644
--- a/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts
+++ b/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts
@@ -120,4 +120,16 @@ export class ListVoiceConnectorGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListVoiceConnectorGroupsCommand)
.de(de_ListVoiceConnectorGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVoiceConnectorGroupsRequest;
+ output: ListVoiceConnectorGroupsResponse;
+ };
+ sdk: {
+ input: ListVoiceConnectorGroupsCommandInput;
+ output: ListVoiceConnectorGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts
index 15c460a9e19d..486a8239cf78 100644
--- a/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts
+++ b/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts
@@ -119,4 +119,16 @@ export class ListVoiceConnectorTerminationCredentialsCommand extends $Command
.f(void 0, ListVoiceConnectorTerminationCredentialsResponseFilterSensitiveLog)
.ser(se_ListVoiceConnectorTerminationCredentialsCommand)
.de(de_ListVoiceConnectorTerminationCredentialsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVoiceConnectorTerminationCredentialsRequest;
+ output: ListVoiceConnectorTerminationCredentialsResponse;
+ };
+ sdk: {
+ input: ListVoiceConnectorTerminationCredentialsCommandInput;
+ output: ListVoiceConnectorTerminationCredentialsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts b/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts
index ede7040742e5..bedbaca04f6e 100644
--- a/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts
+++ b/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts
@@ -117,4 +117,16 @@ export class ListVoiceConnectorsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListVoiceConnectorsCommand)
.de(de_ListVoiceConnectorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVoiceConnectorsRequest;
+ output: ListVoiceConnectorsResponse;
+ };
+ sdk: {
+ input: ListVoiceConnectorsCommandInput;
+ output: ListVoiceConnectorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/LogoutUserCommand.ts b/clients/client-chime/src/commands/LogoutUserCommand.ts
index 7740cb80e0cb..5c79847b2cf5 100644
--- a/clients/client-chime/src/commands/LogoutUserCommand.ts
+++ b/clients/client-chime/src/commands/LogoutUserCommand.ts
@@ -97,4 +97,16 @@ export class LogoutUserCommand extends $Command
.f(void 0, void 0)
.ser(se_LogoutUserCommand)
.de(de_LogoutUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: LogoutUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: LogoutUserCommandInput;
+ output: LogoutUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts b/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts
index 7f92f730d518..8ee9aad8b163 100644
--- a/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts
+++ b/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts
@@ -126,4 +126,16 @@ export class PutAppInstanceRetentionSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutAppInstanceRetentionSettingsCommand)
.de(de_PutAppInstanceRetentionSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutAppInstanceRetentionSettingsRequest;
+ output: PutAppInstanceRetentionSettingsResponse;
+ };
+ sdk: {
+ input: PutAppInstanceRetentionSettingsCommandInput;
+ output: PutAppInstanceRetentionSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts b/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts
index 9d8d4fedf913..20701d845b7e 100644
--- a/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts
+++ b/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts
@@ -132,4 +132,16 @@ export class PutAppInstanceStreamingConfigurationsCommand extends $Command
)
.ser(se_PutAppInstanceStreamingConfigurationsCommand)
.de(de_PutAppInstanceStreamingConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutAppInstanceStreamingConfigurationsRequest;
+ output: PutAppInstanceStreamingConfigurationsResponse;
+ };
+ sdk: {
+ input: PutAppInstanceStreamingConfigurationsCommandInput;
+ output: PutAppInstanceStreamingConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/PutEventsConfigurationCommand.ts b/clients/client-chime/src/commands/PutEventsConfigurationCommand.ts
index fe9f03cfad68..e629a9ef76bc 100644
--- a/clients/client-chime/src/commands/PutEventsConfigurationCommand.ts
+++ b/clients/client-chime/src/commands/PutEventsConfigurationCommand.ts
@@ -112,4 +112,16 @@ export class PutEventsConfigurationCommand extends $Command
.f(PutEventsConfigurationRequestFilterSensitiveLog, PutEventsConfigurationResponseFilterSensitiveLog)
.ser(se_PutEventsConfigurationCommand)
.de(de_PutEventsConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutEventsConfigurationRequest;
+ output: PutEventsConfigurationResponse;
+ };
+ sdk: {
+ input: PutEventsConfigurationCommandInput;
+ output: PutEventsConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/PutRetentionSettingsCommand.ts b/clients/client-chime/src/commands/PutRetentionSettingsCommand.ts
index e74abb7f411e..ba97adb5035b 100644
--- a/clients/client-chime/src/commands/PutRetentionSettingsCommand.ts
+++ b/clients/client-chime/src/commands/PutRetentionSettingsCommand.ts
@@ -129,4 +129,16 @@ export class PutRetentionSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRetentionSettingsCommand)
.de(de_PutRetentionSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRetentionSettingsRequest;
+ output: PutRetentionSettingsResponse;
+ };
+ sdk: {
+ input: PutRetentionSettingsCommandInput;
+ output: PutRetentionSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts
index 5d08e99ca653..2545dc87e271 100644
--- a/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts
+++ b/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts
@@ -121,4 +121,16 @@ export class PutSipMediaApplicationLoggingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutSipMediaApplicationLoggingConfigurationCommand)
.de(de_PutSipMediaApplicationLoggingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutSipMediaApplicationLoggingConfigurationRequest;
+ output: PutSipMediaApplicationLoggingConfigurationResponse;
+ };
+ sdk: {
+ input: PutSipMediaApplicationLoggingConfigurationCommandInput;
+ output: PutSipMediaApplicationLoggingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts
index ed7cf9646486..f5367708103d 100644
--- a/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts
+++ b/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts
@@ -139,4 +139,16 @@ export class PutVoiceConnectorEmergencyCallingConfigurationCommand extends $Comm
)
.ser(se_PutVoiceConnectorEmergencyCallingConfigurationCommand)
.de(de_PutVoiceConnectorEmergencyCallingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutVoiceConnectorEmergencyCallingConfigurationRequest;
+ output: PutVoiceConnectorEmergencyCallingConfigurationResponse;
+ };
+ sdk: {
+ input: PutVoiceConnectorEmergencyCallingConfigurationCommandInput;
+ output: PutVoiceConnectorEmergencyCallingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts
index 3ff44dd3b4d7..883adf5d3d43 100644
--- a/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts
+++ b/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts
@@ -124,4 +124,16 @@ export class PutVoiceConnectorLoggingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutVoiceConnectorLoggingConfigurationCommand)
.de(de_PutVoiceConnectorLoggingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutVoiceConnectorLoggingConfigurationRequest;
+ output: PutVoiceConnectorLoggingConfigurationResponse;
+ };
+ sdk: {
+ input: PutVoiceConnectorLoggingConfigurationCommandInput;
+ output: PutVoiceConnectorLoggingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts
index ca1e518082ab..3e36f7ff6aec 100644
--- a/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts
+++ b/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts
@@ -138,4 +138,16 @@ export class PutVoiceConnectorOriginationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutVoiceConnectorOriginationCommand)
.de(de_PutVoiceConnectorOriginationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutVoiceConnectorOriginationRequest;
+ output: PutVoiceConnectorOriginationResponse;
+ };
+ sdk: {
+ input: PutVoiceConnectorOriginationCommandInput;
+ output: PutVoiceConnectorOriginationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts
index 6eb6cc3b23e2..62f3ac35a0ce 100644
--- a/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts
+++ b/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts
@@ -128,4 +128,16 @@ export class PutVoiceConnectorProxyCommand extends $Command
.f(PutVoiceConnectorProxyRequestFilterSensitiveLog, PutVoiceConnectorProxyResponseFilterSensitiveLog)
.ser(se_PutVoiceConnectorProxyCommand)
.de(de_PutVoiceConnectorProxyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutVoiceConnectorProxyRequest;
+ output: PutVoiceConnectorProxyResponse;
+ };
+ sdk: {
+ input: PutVoiceConnectorProxyCommandInput;
+ output: PutVoiceConnectorProxyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts
index ef1a7cbdba78..dc792aba1c83 100644
--- a/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts
+++ b/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts
@@ -135,4 +135,16 @@ export class PutVoiceConnectorStreamingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutVoiceConnectorStreamingConfigurationCommand)
.de(de_PutVoiceConnectorStreamingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutVoiceConnectorStreamingConfigurationRequest;
+ output: PutVoiceConnectorStreamingConfigurationResponse;
+ };
+ sdk: {
+ input: PutVoiceConnectorStreamingConfigurationCommandInput;
+ output: PutVoiceConnectorStreamingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts
index a032f4d56ba9..55c9dacc4020 100644
--- a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts
+++ b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts
@@ -144,4 +144,16 @@ export class PutVoiceConnectorTerminationCommand extends $Command
.f(PutVoiceConnectorTerminationRequestFilterSensitiveLog, PutVoiceConnectorTerminationResponseFilterSensitiveLog)
.ser(se_PutVoiceConnectorTerminationCommand)
.de(de_PutVoiceConnectorTerminationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutVoiceConnectorTerminationRequest;
+ output: PutVoiceConnectorTerminationResponse;
+ };
+ sdk: {
+ input: PutVoiceConnectorTerminationCommandInput;
+ output: PutVoiceConnectorTerminationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts
index f36c411d60db..2d12d7c62186 100644
--- a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts
+++ b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts
@@ -118,4 +118,16 @@ export class PutVoiceConnectorTerminationCredentialsCommand extends $Command
.f(PutVoiceConnectorTerminationCredentialsRequestFilterSensitiveLog, void 0)
.ser(se_PutVoiceConnectorTerminationCredentialsCommand)
.de(de_PutVoiceConnectorTerminationCredentialsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutVoiceConnectorTerminationCredentialsRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutVoiceConnectorTerminationCredentialsCommandInput;
+ output: PutVoiceConnectorTerminationCredentialsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/RedactChannelMessageCommand.ts b/clients/client-chime/src/commands/RedactChannelMessageCommand.ts
index 0093badbdf26..589a107ea1b4 100644
--- a/clients/client-chime/src/commands/RedactChannelMessageCommand.ts
+++ b/clients/client-chime/src/commands/RedactChannelMessageCommand.ts
@@ -113,4 +113,16 @@ export class RedactChannelMessageCommand extends $Command
.f(void 0, void 0)
.ser(se_RedactChannelMessageCommand)
.de(de_RedactChannelMessageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RedactChannelMessageRequest;
+ output: RedactChannelMessageResponse;
+ };
+ sdk: {
+ input: RedactChannelMessageCommandInput;
+ output: RedactChannelMessageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/RedactConversationMessageCommand.ts b/clients/client-chime/src/commands/RedactConversationMessageCommand.ts
index c64e2a01ede8..2033bd299f13 100644
--- a/clients/client-chime/src/commands/RedactConversationMessageCommand.ts
+++ b/clients/client-chime/src/commands/RedactConversationMessageCommand.ts
@@ -98,4 +98,16 @@ export class RedactConversationMessageCommand extends $Command
.f(void 0, void 0)
.ser(se_RedactConversationMessageCommand)
.de(de_RedactConversationMessageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RedactConversationMessageRequest;
+ output: {};
+ };
+ sdk: {
+ input: RedactConversationMessageCommandInput;
+ output: RedactConversationMessageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/RedactRoomMessageCommand.ts b/clients/client-chime/src/commands/RedactRoomMessageCommand.ts
index 3d3ef1c331b9..134833dff005 100644
--- a/clients/client-chime/src/commands/RedactRoomMessageCommand.ts
+++ b/clients/client-chime/src/commands/RedactRoomMessageCommand.ts
@@ -98,4 +98,16 @@ export class RedactRoomMessageCommand extends $Command
.f(void 0, void 0)
.ser(se_RedactRoomMessageCommand)
.de(de_RedactRoomMessageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RedactRoomMessageRequest;
+ output: {};
+ };
+ sdk: {
+ input: RedactRoomMessageCommandInput;
+ output: RedactRoomMessageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/RegenerateSecurityTokenCommand.ts b/clients/client-chime/src/commands/RegenerateSecurityTokenCommand.ts
index d3e734889ce8..f8b62dd3eacd 100644
--- a/clients/client-chime/src/commands/RegenerateSecurityTokenCommand.ts
+++ b/clients/client-chime/src/commands/RegenerateSecurityTokenCommand.ts
@@ -113,4 +113,16 @@ export class RegenerateSecurityTokenCommand extends $Command
.f(void 0, RegenerateSecurityTokenResponseFilterSensitiveLog)
.ser(se_RegenerateSecurityTokenCommand)
.de(de_RegenerateSecurityTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegenerateSecurityTokenRequest;
+ output: RegenerateSecurityTokenResponse;
+ };
+ sdk: {
+ input: RegenerateSecurityTokenCommandInput;
+ output: RegenerateSecurityTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ResetPersonalPINCommand.ts b/clients/client-chime/src/commands/ResetPersonalPINCommand.ts
index 1fc1fbc95a5d..121b4100e61a 100644
--- a/clients/client-chime/src/commands/ResetPersonalPINCommand.ts
+++ b/clients/client-chime/src/commands/ResetPersonalPINCommand.ts
@@ -121,4 +121,16 @@ export class ResetPersonalPINCommand extends $Command
.f(void 0, ResetPersonalPINResponseFilterSensitiveLog)
.ser(se_ResetPersonalPINCommand)
.de(de_ResetPersonalPINCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResetPersonalPINRequest;
+ output: ResetPersonalPINResponse;
+ };
+ sdk: {
+ input: ResetPersonalPINCommandInput;
+ output: ResetPersonalPINCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/RestorePhoneNumberCommand.ts b/clients/client-chime/src/commands/RestorePhoneNumberCommand.ts
index 90372ee64eca..23c388a2899a 100644
--- a/clients/client-chime/src/commands/RestorePhoneNumberCommand.ts
+++ b/clients/client-chime/src/commands/RestorePhoneNumberCommand.ts
@@ -133,4 +133,16 @@ export class RestorePhoneNumberCommand extends $Command
.f(void 0, RestorePhoneNumberResponseFilterSensitiveLog)
.ser(se_RestorePhoneNumberCommand)
.de(de_RestorePhoneNumberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RestorePhoneNumberRequest;
+ output: RestorePhoneNumberResponse;
+ };
+ sdk: {
+ input: RestorePhoneNumberCommandInput;
+ output: RestorePhoneNumberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/SearchAvailablePhoneNumbersCommand.ts b/clients/client-chime/src/commands/SearchAvailablePhoneNumbersCommand.ts
index 6f8f653e1528..e742a8d44244 100644
--- a/clients/client-chime/src/commands/SearchAvailablePhoneNumbersCommand.ts
+++ b/clients/client-chime/src/commands/SearchAvailablePhoneNumbersCommand.ts
@@ -121,4 +121,16 @@ export class SearchAvailablePhoneNumbersCommand extends $Command
.f(void 0, SearchAvailablePhoneNumbersResponseFilterSensitiveLog)
.ser(se_SearchAvailablePhoneNumbersCommand)
.de(de_SearchAvailablePhoneNumbersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchAvailablePhoneNumbersRequest;
+ output: SearchAvailablePhoneNumbersResponse;
+ };
+ sdk: {
+ input: SearchAvailablePhoneNumbersCommandInput;
+ output: SearchAvailablePhoneNumbersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/SendChannelMessageCommand.ts b/clients/client-chime/src/commands/SendChannelMessageCommand.ts
index 4000a52588d0..7dc8c910e6ea 100644
--- a/clients/client-chime/src/commands/SendChannelMessageCommand.ts
+++ b/clients/client-chime/src/commands/SendChannelMessageCommand.ts
@@ -126,4 +126,16 @@ export class SendChannelMessageCommand extends $Command
.f(SendChannelMessageRequestFilterSensitiveLog, void 0)
.ser(se_SendChannelMessageCommand)
.de(de_SendChannelMessageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SendChannelMessageRequest;
+ output: SendChannelMessageResponse;
+ };
+ sdk: {
+ input: SendChannelMessageCommandInput;
+ output: SendChannelMessageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts b/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts
index 6d1c237d0ce7..460ed5c83d40 100644
--- a/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts
+++ b/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts
@@ -150,4 +150,16 @@ export class StartMeetingTranscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartMeetingTranscriptionCommand)
.de(de_StartMeetingTranscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartMeetingTranscriptionRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartMeetingTranscriptionCommandInput;
+ output: StartMeetingTranscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts b/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts
index 33e892d97d58..17123c197536 100644
--- a/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts
+++ b/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts
@@ -108,4 +108,16 @@ export class StopMeetingTranscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_StopMeetingTranscriptionCommand)
.de(de_StopMeetingTranscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopMeetingTranscriptionRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopMeetingTranscriptionCommandInput;
+ output: StopMeetingTranscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/TagAttendeeCommand.ts b/clients/client-chime/src/commands/TagAttendeeCommand.ts
index 930751e9e8c6..dbd417bb56aa 100644
--- a/clients/client-chime/src/commands/TagAttendeeCommand.ts
+++ b/clients/client-chime/src/commands/TagAttendeeCommand.ts
@@ -111,4 +111,16 @@ export class TagAttendeeCommand extends $Command
.f(TagAttendeeRequestFilterSensitiveLog, void 0)
.ser(se_TagAttendeeCommand)
.de(de_TagAttendeeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagAttendeeRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagAttendeeCommandInput;
+ output: TagAttendeeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/TagMeetingCommand.ts b/clients/client-chime/src/commands/TagMeetingCommand.ts
index c042676e4ca8..a32fc31b41e8 100644
--- a/clients/client-chime/src/commands/TagMeetingCommand.ts
+++ b/clients/client-chime/src/commands/TagMeetingCommand.ts
@@ -114,4 +114,16 @@ export class TagMeetingCommand extends $Command
.f(TagMeetingRequestFilterSensitiveLog, void 0)
.ser(se_TagMeetingCommand)
.de(de_TagMeetingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagMeetingRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagMeetingCommandInput;
+ output: TagMeetingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/TagResourceCommand.ts b/clients/client-chime/src/commands/TagResourceCommand.ts
index 726ab9c93b89..ea3f844f4391 100644
--- a/clients/client-chime/src/commands/TagResourceCommand.ts
+++ b/clients/client-chime/src/commands/TagResourceCommand.ts
@@ -108,4 +108,16 @@ export class TagResourceCommand extends $Command
.f(TagResourceRequestFilterSensitiveLog, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/UntagAttendeeCommand.ts b/clients/client-chime/src/commands/UntagAttendeeCommand.ts
index a85407273e3a..1e231ca22a23 100644
--- a/clients/client-chime/src/commands/UntagAttendeeCommand.ts
+++ b/clients/client-chime/src/commands/UntagAttendeeCommand.ts
@@ -105,4 +105,16 @@ export class UntagAttendeeCommand extends $Command
.f(UntagAttendeeRequestFilterSensitiveLog, void 0)
.ser(se_UntagAttendeeCommand)
.de(de_UntagAttendeeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagAttendeeRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagAttendeeCommandInput;
+ output: UntagAttendeeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/UntagMeetingCommand.ts b/clients/client-chime/src/commands/UntagMeetingCommand.ts
index d2093bb9ec38..d4b1b054ca91 100644
--- a/clients/client-chime/src/commands/UntagMeetingCommand.ts
+++ b/clients/client-chime/src/commands/UntagMeetingCommand.ts
@@ -108,4 +108,16 @@ export class UntagMeetingCommand extends $Command
.f(UntagMeetingRequestFilterSensitiveLog, void 0)
.ser(se_UntagMeetingCommand)
.de(de_UntagMeetingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagMeetingRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagMeetingCommandInput;
+ output: UntagMeetingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/UntagResourceCommand.ts b/clients/client-chime/src/commands/UntagResourceCommand.ts
index 3413e69f9a9b..99ea91289d15 100644
--- a/clients/client-chime/src/commands/UntagResourceCommand.ts
+++ b/clients/client-chime/src/commands/UntagResourceCommand.ts
@@ -106,4 +106,16 @@ export class UntagResourceCommand extends $Command
.f(UntagResourceRequestFilterSensitiveLog, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/UpdateAccountCommand.ts b/clients/client-chime/src/commands/UpdateAccountCommand.ts
index 6e465d48fc55..04c480c9f389 100644
--- a/clients/client-chime/src/commands/UpdateAccountCommand.ts
+++ b/clients/client-chime/src/commands/UpdateAccountCommand.ts
@@ -116,4 +116,16 @@ export class UpdateAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAccountCommand)
.de(de_UpdateAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAccountRequest;
+ output: UpdateAccountResponse;
+ };
+ sdk: {
+ input: UpdateAccountCommandInput;
+ output: UpdateAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/UpdateAccountSettingsCommand.ts b/clients/client-chime/src/commands/UpdateAccountSettingsCommand.ts
index 7998761549e9..726fd7346fd5 100644
--- a/clients/client-chime/src/commands/UpdateAccountSettingsCommand.ts
+++ b/clients/client-chime/src/commands/UpdateAccountSettingsCommand.ts
@@ -108,4 +108,16 @@ export class UpdateAccountSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAccountSettingsCommand)
.de(de_UpdateAccountSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAccountSettingsRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateAccountSettingsCommandInput;
+ output: UpdateAccountSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts b/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts
index 064dac84e833..aa6b5b08952f 100644
--- a/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts
+++ b/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts
@@ -114,4 +114,16 @@ export class UpdateAppInstanceCommand extends $Command
.f(UpdateAppInstanceRequestFilterSensitiveLog, void 0)
.ser(se_UpdateAppInstanceCommand)
.de(de_UpdateAppInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAppInstanceRequest;
+ output: UpdateAppInstanceResponse;
+ };
+ sdk: {
+ input: UpdateAppInstanceCommandInput;
+ output: UpdateAppInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts b/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts
index 3fe51052ae46..f907ec32f924 100644
--- a/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts
+++ b/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts
@@ -114,4 +114,16 @@ export class UpdateAppInstanceUserCommand extends $Command
.f(UpdateAppInstanceUserRequestFilterSensitiveLog, void 0)
.ser(se_UpdateAppInstanceUserCommand)
.de(de_UpdateAppInstanceUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAppInstanceUserRequest;
+ output: UpdateAppInstanceUserResponse;
+ };
+ sdk: {
+ input: UpdateAppInstanceUserCommandInput;
+ output: UpdateAppInstanceUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/UpdateBotCommand.ts b/clients/client-chime/src/commands/UpdateBotCommand.ts
index 0b40a881c26e..7fc8a0927a68 100644
--- a/clients/client-chime/src/commands/UpdateBotCommand.ts
+++ b/clients/client-chime/src/commands/UpdateBotCommand.ts
@@ -110,4 +110,16 @@ export class UpdateBotCommand extends $Command
.f(void 0, UpdateBotResponseFilterSensitiveLog)
.ser(se_UpdateBotCommand)
.de(de_UpdateBotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBotRequest;
+ output: UpdateBotResponse;
+ };
+ sdk: {
+ input: UpdateBotCommandInput;
+ output: UpdateBotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/UpdateChannelCommand.ts b/clients/client-chime/src/commands/UpdateChannelCommand.ts
index addce7692105..24add62f7002 100644
--- a/clients/client-chime/src/commands/UpdateChannelCommand.ts
+++ b/clients/client-chime/src/commands/UpdateChannelCommand.ts
@@ -123,4 +123,16 @@ export class UpdateChannelCommand extends $Command
.f(UpdateChannelRequestFilterSensitiveLog, void 0)
.ser(se_UpdateChannelCommand)
.de(de_UpdateChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateChannelRequest;
+ output: UpdateChannelResponse;
+ };
+ sdk: {
+ input: UpdateChannelCommandInput;
+ output: UpdateChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts b/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts
index 874e1673d230..57bf352d8f9f 100644
--- a/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts
+++ b/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts
@@ -122,4 +122,16 @@ export class UpdateChannelMessageCommand extends $Command
.f(UpdateChannelMessageRequestFilterSensitiveLog, void 0)
.ser(se_UpdateChannelMessageCommand)
.de(de_UpdateChannelMessageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateChannelMessageRequest;
+ output: UpdateChannelMessageResponse;
+ };
+ sdk: {
+ input: UpdateChannelMessageCommandInput;
+ output: UpdateChannelMessageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts b/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts
index 2ee317b6d941..07cb63e02885 100644
--- a/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts
+++ b/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts
@@ -114,4 +114,16 @@ export class UpdateChannelReadMarkerCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateChannelReadMarkerCommand)
.de(de_UpdateChannelReadMarkerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateChannelReadMarkerRequest;
+ output: UpdateChannelReadMarkerResponse;
+ };
+ sdk: {
+ input: UpdateChannelReadMarkerCommandInput;
+ output: UpdateChannelReadMarkerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/UpdateGlobalSettingsCommand.ts b/clients/client-chime/src/commands/UpdateGlobalSettingsCommand.ts
index 37c2d36f5a24..7832e4c138cd 100644
--- a/clients/client-chime/src/commands/UpdateGlobalSettingsCommand.ts
+++ b/clients/client-chime/src/commands/UpdateGlobalSettingsCommand.ts
@@ -98,4 +98,16 @@ export class UpdateGlobalSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateGlobalSettingsCommand)
.de(de_UpdateGlobalSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGlobalSettingsRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateGlobalSettingsCommandInput;
+ output: UpdateGlobalSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/UpdatePhoneNumberCommand.ts b/clients/client-chime/src/commands/UpdatePhoneNumberCommand.ts
index 22bb53d25198..1334f334e814 100644
--- a/clients/client-chime/src/commands/UpdatePhoneNumberCommand.ts
+++ b/clients/client-chime/src/commands/UpdatePhoneNumberCommand.ts
@@ -138,4 +138,16 @@ export class UpdatePhoneNumberCommand extends $Command
.f(UpdatePhoneNumberRequestFilterSensitiveLog, UpdatePhoneNumberResponseFilterSensitiveLog)
.ser(se_UpdatePhoneNumberCommand)
.de(de_UpdatePhoneNumberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePhoneNumberRequest;
+ output: UpdatePhoneNumberResponse;
+ };
+ sdk: {
+ input: UpdatePhoneNumberCommandInput;
+ output: UpdatePhoneNumberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/UpdatePhoneNumberSettingsCommand.ts b/clients/client-chime/src/commands/UpdatePhoneNumberSettingsCommand.ts
index 1e4155989f98..63d3670258ec 100644
--- a/clients/client-chime/src/commands/UpdatePhoneNumberSettingsCommand.ts
+++ b/clients/client-chime/src/commands/UpdatePhoneNumberSettingsCommand.ts
@@ -98,4 +98,16 @@ export class UpdatePhoneNumberSettingsCommand extends $Command
.f(UpdatePhoneNumberSettingsRequestFilterSensitiveLog, void 0)
.ser(se_UpdatePhoneNumberSettingsCommand)
.de(de_UpdatePhoneNumberSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePhoneNumberSettingsRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdatePhoneNumberSettingsCommandInput;
+ output: UpdatePhoneNumberSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/UpdateProxySessionCommand.ts b/clients/client-chime/src/commands/UpdateProxySessionCommand.ts
index 661978cc0d38..88081cc0079a 100644
--- a/clients/client-chime/src/commands/UpdateProxySessionCommand.ts
+++ b/clients/client-chime/src/commands/UpdateProxySessionCommand.ts
@@ -140,4 +140,16 @@ export class UpdateProxySessionCommand extends $Command
.f(void 0, UpdateProxySessionResponseFilterSensitiveLog)
.ser(se_UpdateProxySessionCommand)
.de(de_UpdateProxySessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateProxySessionRequest;
+ output: UpdateProxySessionResponse;
+ };
+ sdk: {
+ input: UpdateProxySessionCommandInput;
+ output: UpdateProxySessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/UpdateRoomCommand.ts b/clients/client-chime/src/commands/UpdateRoomCommand.ts
index e18cf0cea722..9270893349db 100644
--- a/clients/client-chime/src/commands/UpdateRoomCommand.ts
+++ b/clients/client-chime/src/commands/UpdateRoomCommand.ts
@@ -112,4 +112,16 @@ export class UpdateRoomCommand extends $Command
.f(UpdateRoomRequestFilterSensitiveLog, UpdateRoomResponseFilterSensitiveLog)
.ser(se_UpdateRoomCommand)
.de(de_UpdateRoomCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRoomRequest;
+ output: UpdateRoomResponse;
+ };
+ sdk: {
+ input: UpdateRoomCommandInput;
+ output: UpdateRoomCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/UpdateRoomMembershipCommand.ts b/clients/client-chime/src/commands/UpdateRoomMembershipCommand.ts
index 2cf8ab9bc2c5..c5851f107f6d 100644
--- a/clients/client-chime/src/commands/UpdateRoomMembershipCommand.ts
+++ b/clients/client-chime/src/commands/UpdateRoomMembershipCommand.ts
@@ -120,4 +120,16 @@ export class UpdateRoomMembershipCommand extends $Command
.f(void 0, UpdateRoomMembershipResponseFilterSensitiveLog)
.ser(se_UpdateRoomMembershipCommand)
.de(de_UpdateRoomMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRoomMembershipRequest;
+ output: UpdateRoomMembershipResponse;
+ };
+ sdk: {
+ input: UpdateRoomMembershipCommandInput;
+ output: UpdateRoomMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts b/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts
index 3aea80ca067d..f27ade732487 100644
--- a/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts
+++ b/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts
@@ -126,4 +126,16 @@ export class UpdateSipMediaApplicationCallCommand extends $Command
.f(UpdateSipMediaApplicationCallRequestFilterSensitiveLog, void 0)
.ser(se_UpdateSipMediaApplicationCallCommand)
.de(de_UpdateSipMediaApplicationCallCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSipMediaApplicationCallRequest;
+ output: UpdateSipMediaApplicationCallResponse;
+ };
+ sdk: {
+ input: UpdateSipMediaApplicationCallCommandInput;
+ output: UpdateSipMediaApplicationCallCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts
index f2a13061282a..8afa42262ff1 100644
--- a/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts
+++ b/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts
@@ -133,4 +133,16 @@ export class UpdateSipMediaApplicationCommand extends $Command
.f(UpdateSipMediaApplicationRequestFilterSensitiveLog, UpdateSipMediaApplicationResponseFilterSensitiveLog)
.ser(se_UpdateSipMediaApplicationCommand)
.de(de_UpdateSipMediaApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSipMediaApplicationRequest;
+ output: UpdateSipMediaApplicationResponse;
+ };
+ sdk: {
+ input: UpdateSipMediaApplicationCommandInput;
+ output: UpdateSipMediaApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/UpdateSipRuleCommand.ts b/clients/client-chime/src/commands/UpdateSipRuleCommand.ts
index 0512c8a4ad71..de68cdae4da9 100644
--- a/clients/client-chime/src/commands/UpdateSipRuleCommand.ts
+++ b/clients/client-chime/src/commands/UpdateSipRuleCommand.ts
@@ -138,4 +138,16 @@ export class UpdateSipRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSipRuleCommand)
.de(de_UpdateSipRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSipRuleRequest;
+ output: UpdateSipRuleResponse;
+ };
+ sdk: {
+ input: UpdateSipRuleCommandInput;
+ output: UpdateSipRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/UpdateUserCommand.ts b/clients/client-chime/src/commands/UpdateUserCommand.ts
index 7d67121bd7aa..4856fdd984dc 100644
--- a/clients/client-chime/src/commands/UpdateUserCommand.ts
+++ b/clients/client-chime/src/commands/UpdateUserCommand.ts
@@ -127,4 +127,16 @@ export class UpdateUserCommand extends $Command
.f(UpdateUserRequestFilterSensitiveLog, UpdateUserResponseFilterSensitiveLog)
.ser(se_UpdateUserCommand)
.de(de_UpdateUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateUserRequest;
+ output: UpdateUserResponse;
+ };
+ sdk: {
+ input: UpdateUserCommandInput;
+ output: UpdateUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/UpdateUserSettingsCommand.ts b/clients/client-chime/src/commands/UpdateUserSettingsCommand.ts
index 84a9217c24bf..4451eab6e5c3 100644
--- a/clients/client-chime/src/commands/UpdateUserSettingsCommand.ts
+++ b/clients/client-chime/src/commands/UpdateUserSettingsCommand.ts
@@ -104,4 +104,16 @@ export class UpdateUserSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateUserSettingsCommand)
.de(de_UpdateUserSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateUserSettingsRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateUserSettingsCommandInput;
+ output: UpdateUserSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts b/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts
index 493a40f8ccd2..270ecb76d60b 100644
--- a/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts
+++ b/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts
@@ -118,4 +118,16 @@ export class UpdateVoiceConnectorCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateVoiceConnectorCommand)
.de(de_UpdateVoiceConnectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateVoiceConnectorRequest;
+ output: UpdateVoiceConnectorResponse;
+ };
+ sdk: {
+ input: UpdateVoiceConnectorCommandInput;
+ output: UpdateVoiceConnectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts
index 0998ef82525c..44e0c2e11859 100644
--- a/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts
+++ b/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts
@@ -131,4 +131,16 @@ export class UpdateVoiceConnectorGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateVoiceConnectorGroupCommand)
.de(de_UpdateVoiceConnectorGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateVoiceConnectorGroupRequest;
+ output: UpdateVoiceConnectorGroupResponse;
+ };
+ sdk: {
+ input: UpdateVoiceConnectorGroupCommandInput;
+ output: UpdateVoiceConnectorGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-chime/src/commands/ValidateE911AddressCommand.ts b/clients/client-chime/src/commands/ValidateE911AddressCommand.ts
index 51473d2c9fe2..c4f0a5375f2d 100644
--- a/clients/client-chime/src/commands/ValidateE911AddressCommand.ts
+++ b/clients/client-chime/src/commands/ValidateE911AddressCommand.ts
@@ -145,4 +145,16 @@ export class ValidateE911AddressCommand extends $Command
.f(ValidateE911AddressRequestFilterSensitiveLog, ValidateE911AddressResponseFilterSensitiveLog)
.ser(se_ValidateE911AddressCommand)
.de(de_ValidateE911AddressCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ValidateE911AddressRequest;
+ output: ValidateE911AddressResponse;
+ };
+ sdk: {
+ input: ValidateE911AddressCommandInput;
+ output: ValidateE911AddressCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/package.json b/clients/client-cleanrooms/package.json
index c766ab0959b5..890ad2b99a80 100644
--- a/clients/client-cleanrooms/package.json
+++ b/clients/client-cleanrooms/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-cleanrooms/src/commands/BatchGetCollaborationAnalysisTemplateCommand.ts b/clients/client-cleanrooms/src/commands/BatchGetCollaborationAnalysisTemplateCommand.ts
index 1c541e84dd21..5bce821e5c21 100644
--- a/clients/client-cleanrooms/src/commands/BatchGetCollaborationAnalysisTemplateCommand.ts
+++ b/clients/client-cleanrooms/src/commands/BatchGetCollaborationAnalysisTemplateCommand.ts
@@ -151,4 +151,16 @@ export class BatchGetCollaborationAnalysisTemplateCommand extends $Command
.f(void 0, BatchGetCollaborationAnalysisTemplateOutputFilterSensitiveLog)
.ser(se_BatchGetCollaborationAnalysisTemplateCommand)
.de(de_BatchGetCollaborationAnalysisTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetCollaborationAnalysisTemplateInput;
+ output: BatchGetCollaborationAnalysisTemplateOutput;
+ };
+ sdk: {
+ input: BatchGetCollaborationAnalysisTemplateCommandInput;
+ output: BatchGetCollaborationAnalysisTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/BatchGetSchemaAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/BatchGetSchemaAnalysisRuleCommand.ts
index c61f63df3855..8d1cf09c1f68 100644
--- a/clients/client-cleanrooms/src/commands/BatchGetSchemaAnalysisRuleCommand.ts
+++ b/clients/client-cleanrooms/src/commands/BatchGetSchemaAnalysisRuleCommand.ts
@@ -191,4 +191,16 @@ export class BatchGetSchemaAnalysisRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetSchemaAnalysisRuleCommand)
.de(de_BatchGetSchemaAnalysisRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetSchemaAnalysisRuleInput;
+ output: BatchGetSchemaAnalysisRuleOutput;
+ };
+ sdk: {
+ input: BatchGetSchemaAnalysisRuleCommandInput;
+ output: BatchGetSchemaAnalysisRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/BatchGetSchemaCommand.ts b/clients/client-cleanrooms/src/commands/BatchGetSchemaCommand.ts
index 13e986fa17fb..1af90a9bd70e 100644
--- a/clients/client-cleanrooms/src/commands/BatchGetSchemaCommand.ts
+++ b/clients/client-cleanrooms/src/commands/BatchGetSchemaCommand.ts
@@ -155,4 +155,16 @@ export class BatchGetSchemaCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetSchemaCommand)
.de(de_BatchGetSchemaCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetSchemaInput;
+ output: BatchGetSchemaOutput;
+ };
+ sdk: {
+ input: BatchGetSchemaCommandInput;
+ output: BatchGetSchemaCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/CreateAnalysisTemplateCommand.ts b/clients/client-cleanrooms/src/commands/CreateAnalysisTemplateCommand.ts
index 8aefd703cb67..09915baf810a 100644
--- a/clients/client-cleanrooms/src/commands/CreateAnalysisTemplateCommand.ts
+++ b/clients/client-cleanrooms/src/commands/CreateAnalysisTemplateCommand.ts
@@ -157,4 +157,16 @@ export class CreateAnalysisTemplateCommand extends $Command
.f(CreateAnalysisTemplateInputFilterSensitiveLog, CreateAnalysisTemplateOutputFilterSensitiveLog)
.ser(se_CreateAnalysisTemplateCommand)
.de(de_CreateAnalysisTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAnalysisTemplateInput;
+ output: CreateAnalysisTemplateOutput;
+ };
+ sdk: {
+ input: CreateAnalysisTemplateCommandInput;
+ output: CreateAnalysisTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/CreateCollaborationCommand.ts b/clients/client-cleanrooms/src/commands/CreateCollaborationCommand.ts
index fa21c7aa0bd4..e9a446d479c9 100644
--- a/clients/client-cleanrooms/src/commands/CreateCollaborationCommand.ts
+++ b/clients/client-cleanrooms/src/commands/CreateCollaborationCommand.ts
@@ -145,4 +145,16 @@ export class CreateCollaborationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCollaborationCommand)
.de(de_CreateCollaborationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCollaborationInput;
+ output: CreateCollaborationOutput;
+ };
+ sdk: {
+ input: CreateCollaborationCommandInput;
+ output: CreateCollaborationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/CreateConfiguredAudienceModelAssociationCommand.ts b/clients/client-cleanrooms/src/commands/CreateConfiguredAudienceModelAssociationCommand.ts
index f0b12f903bb0..412ad1151858 100644
--- a/clients/client-cleanrooms/src/commands/CreateConfiguredAudienceModelAssociationCommand.ts
+++ b/clients/client-cleanrooms/src/commands/CreateConfiguredAudienceModelAssociationCommand.ts
@@ -127,4 +127,16 @@ export class CreateConfiguredAudienceModelAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateConfiguredAudienceModelAssociationCommand)
.de(de_CreateConfiguredAudienceModelAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateConfiguredAudienceModelAssociationInput;
+ output: CreateConfiguredAudienceModelAssociationOutput;
+ };
+ sdk: {
+ input: CreateConfiguredAudienceModelAssociationCommandInput;
+ output: CreateConfiguredAudienceModelAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/CreateConfiguredTableAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/CreateConfiguredTableAnalysisRuleCommand.ts
index 23a1595d1ff4..5d950e431db2 100644
--- a/clients/client-cleanrooms/src/commands/CreateConfiguredTableAnalysisRuleCommand.ts
+++ b/clients/client-cleanrooms/src/commands/CreateConfiguredTableAnalysisRuleCommand.ts
@@ -240,4 +240,16 @@ export class CreateConfiguredTableAnalysisRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateConfiguredTableAnalysisRuleCommand)
.de(de_CreateConfiguredTableAnalysisRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateConfiguredTableAnalysisRuleInput;
+ output: CreateConfiguredTableAnalysisRuleOutput;
+ };
+ sdk: {
+ input: CreateConfiguredTableAnalysisRuleCommandInput;
+ output: CreateConfiguredTableAnalysisRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.ts
index 76a8ec22e9c4..a371f8f8fa19 100644
--- a/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.ts
+++ b/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.ts
@@ -169,4 +169,16 @@ export class CreateConfiguredTableAssociationAnalysisRuleCommand extends $Comman
.f(void 0, void 0)
.ser(se_CreateConfiguredTableAssociationAnalysisRuleCommand)
.de(de_CreateConfiguredTableAssociationAnalysisRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateConfiguredTableAssociationAnalysisRuleInput;
+ output: CreateConfiguredTableAssociationAnalysisRuleOutput;
+ };
+ sdk: {
+ input: CreateConfiguredTableAssociationAnalysisRuleCommandInput;
+ output: CreateConfiguredTableAssociationAnalysisRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationCommand.ts b/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationCommand.ts
index a50c2b614e9a..821ea31971a6 100644
--- a/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationCommand.ts
+++ b/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationCommand.ts
@@ -126,4 +126,16 @@ export class CreateConfiguredTableAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateConfiguredTableAssociationCommand)
.de(de_CreateConfiguredTableAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateConfiguredTableAssociationInput;
+ output: CreateConfiguredTableAssociationOutput;
+ };
+ sdk: {
+ input: CreateConfiguredTableAssociationCommandInput;
+ output: CreateConfiguredTableAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/CreateConfiguredTableCommand.ts b/clients/client-cleanrooms/src/commands/CreateConfiguredTableCommand.ts
index 80ed0403efd7..ccd7a1ac0b3f 100644
--- a/clients/client-cleanrooms/src/commands/CreateConfiguredTableCommand.ts
+++ b/clients/client-cleanrooms/src/commands/CreateConfiguredTableCommand.ts
@@ -132,4 +132,16 @@ export class CreateConfiguredTableCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateConfiguredTableCommand)
.de(de_CreateConfiguredTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateConfiguredTableInput;
+ output: CreateConfiguredTableOutput;
+ };
+ sdk: {
+ input: CreateConfiguredTableCommandInput;
+ output: CreateConfiguredTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/CreateIdMappingTableCommand.ts b/clients/client-cleanrooms/src/commands/CreateIdMappingTableCommand.ts
index 5ebcc3a4610c..213af76181d9 100644
--- a/clients/client-cleanrooms/src/commands/CreateIdMappingTableCommand.ts
+++ b/clients/client-cleanrooms/src/commands/CreateIdMappingTableCommand.ts
@@ -132,4 +132,16 @@ export class CreateIdMappingTableCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateIdMappingTableCommand)
.de(de_CreateIdMappingTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateIdMappingTableInput;
+ output: CreateIdMappingTableOutput;
+ };
+ sdk: {
+ input: CreateIdMappingTableCommandInput;
+ output: CreateIdMappingTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/CreateIdNamespaceAssociationCommand.ts b/clients/client-cleanrooms/src/commands/CreateIdNamespaceAssociationCommand.ts
index 5b344954af99..65473189050d 100644
--- a/clients/client-cleanrooms/src/commands/CreateIdNamespaceAssociationCommand.ts
+++ b/clients/client-cleanrooms/src/commands/CreateIdNamespaceAssociationCommand.ts
@@ -139,4 +139,16 @@ export class CreateIdNamespaceAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateIdNamespaceAssociationCommand)
.de(de_CreateIdNamespaceAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateIdNamespaceAssociationInput;
+ output: CreateIdNamespaceAssociationOutput;
+ };
+ sdk: {
+ input: CreateIdNamespaceAssociationCommandInput;
+ output: CreateIdNamespaceAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/CreateMembershipCommand.ts b/clients/client-cleanrooms/src/commands/CreateMembershipCommand.ts
index b398c87c512c..6800037e6db8 100644
--- a/clients/client-cleanrooms/src/commands/CreateMembershipCommand.ts
+++ b/clients/client-cleanrooms/src/commands/CreateMembershipCommand.ts
@@ -148,4 +148,16 @@ export class CreateMembershipCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateMembershipCommand)
.de(de_CreateMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMembershipInput;
+ output: CreateMembershipOutput;
+ };
+ sdk: {
+ input: CreateMembershipCommandInput;
+ output: CreateMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/CreatePrivacyBudgetTemplateCommand.ts b/clients/client-cleanrooms/src/commands/CreatePrivacyBudgetTemplateCommand.ts
index 10bc04bcbf84..3cf83836b44c 100644
--- a/clients/client-cleanrooms/src/commands/CreatePrivacyBudgetTemplateCommand.ts
+++ b/clients/client-cleanrooms/src/commands/CreatePrivacyBudgetTemplateCommand.ts
@@ -126,4 +126,16 @@ export class CreatePrivacyBudgetTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePrivacyBudgetTemplateCommand)
.de(de_CreatePrivacyBudgetTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePrivacyBudgetTemplateInput;
+ output: CreatePrivacyBudgetTemplateOutput;
+ };
+ sdk: {
+ input: CreatePrivacyBudgetTemplateCommandInput;
+ output: CreatePrivacyBudgetTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/DeleteAnalysisTemplateCommand.ts b/clients/client-cleanrooms/src/commands/DeleteAnalysisTemplateCommand.ts
index 95e5fa32ec83..397347e7fb91 100644
--- a/clients/client-cleanrooms/src/commands/DeleteAnalysisTemplateCommand.ts
+++ b/clients/client-cleanrooms/src/commands/DeleteAnalysisTemplateCommand.ts
@@ -91,4 +91,16 @@ export class DeleteAnalysisTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAnalysisTemplateCommand)
.de(de_DeleteAnalysisTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAnalysisTemplateInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAnalysisTemplateCommandInput;
+ output: DeleteAnalysisTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/DeleteCollaborationCommand.ts b/clients/client-cleanrooms/src/commands/DeleteCollaborationCommand.ts
index a3aba31800c5..3bc151cc287e 100644
--- a/clients/client-cleanrooms/src/commands/DeleteCollaborationCommand.ts
+++ b/clients/client-cleanrooms/src/commands/DeleteCollaborationCommand.ts
@@ -87,4 +87,16 @@ export class DeleteCollaborationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCollaborationCommand)
.de(de_DeleteCollaborationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCollaborationInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCollaborationCommandInput;
+ output: DeleteCollaborationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/DeleteConfiguredAudienceModelAssociationCommand.ts b/clients/client-cleanrooms/src/commands/DeleteConfiguredAudienceModelAssociationCommand.ts
index 35f89cf4164e..b148d89d3331 100644
--- a/clients/client-cleanrooms/src/commands/DeleteConfiguredAudienceModelAssociationCommand.ts
+++ b/clients/client-cleanrooms/src/commands/DeleteConfiguredAudienceModelAssociationCommand.ts
@@ -100,4 +100,16 @@ export class DeleteConfiguredAudienceModelAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConfiguredAudienceModelAssociationCommand)
.de(de_DeleteConfiguredAudienceModelAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConfiguredAudienceModelAssociationInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteConfiguredAudienceModelAssociationCommandInput;
+ output: DeleteConfiguredAudienceModelAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAnalysisRuleCommand.ts
index 666a110c69e7..979bdfad573d 100644
--- a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAnalysisRuleCommand.ts
+++ b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAnalysisRuleCommand.ts
@@ -99,4 +99,16 @@ export class DeleteConfiguredTableAnalysisRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConfiguredTableAnalysisRuleCommand)
.de(de_DeleteConfiguredTableAnalysisRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConfiguredTableAnalysisRuleInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteConfiguredTableAnalysisRuleCommandInput;
+ output: DeleteConfiguredTableAnalysisRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.ts
index 3b9d1ce50876..b26533e10c4a 100644
--- a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.ts
+++ b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.ts
@@ -105,4 +105,16 @@ export class DeleteConfiguredTableAssociationAnalysisRuleCommand extends $Comman
.f(void 0, void 0)
.ser(se_DeleteConfiguredTableAssociationAnalysisRuleCommand)
.de(de_DeleteConfiguredTableAssociationAnalysisRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConfiguredTableAssociationAnalysisRuleInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteConfiguredTableAssociationAnalysisRuleCommandInput;
+ output: DeleteConfiguredTableAssociationAnalysisRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationCommand.ts b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationCommand.ts
index 88549b352209..06e95857502d 100644
--- a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationCommand.ts
+++ b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationCommand.ts
@@ -99,4 +99,16 @@ export class DeleteConfiguredTableAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConfiguredTableAssociationCommand)
.de(de_DeleteConfiguredTableAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConfiguredTableAssociationInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteConfiguredTableAssociationCommandInput;
+ output: DeleteConfiguredTableAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableCommand.ts b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableCommand.ts
index 1302df6be140..74f29605d3cd 100644
--- a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableCommand.ts
+++ b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableCommand.ts
@@ -93,4 +93,16 @@ export class DeleteConfiguredTableCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConfiguredTableCommand)
.de(de_DeleteConfiguredTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConfiguredTableInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteConfiguredTableCommandInput;
+ output: DeleteConfiguredTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/DeleteIdMappingTableCommand.ts b/clients/client-cleanrooms/src/commands/DeleteIdMappingTableCommand.ts
index cc240f975a69..07f4960efeef 100644
--- a/clients/client-cleanrooms/src/commands/DeleteIdMappingTableCommand.ts
+++ b/clients/client-cleanrooms/src/commands/DeleteIdMappingTableCommand.ts
@@ -91,4 +91,16 @@ export class DeleteIdMappingTableCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIdMappingTableCommand)
.de(de_DeleteIdMappingTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIdMappingTableInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteIdMappingTableCommandInput;
+ output: DeleteIdMappingTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/DeleteIdNamespaceAssociationCommand.ts b/clients/client-cleanrooms/src/commands/DeleteIdNamespaceAssociationCommand.ts
index d520110a72db..84f63b53beea 100644
--- a/clients/client-cleanrooms/src/commands/DeleteIdNamespaceAssociationCommand.ts
+++ b/clients/client-cleanrooms/src/commands/DeleteIdNamespaceAssociationCommand.ts
@@ -96,4 +96,16 @@ export class DeleteIdNamespaceAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIdNamespaceAssociationCommand)
.de(de_DeleteIdNamespaceAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIdNamespaceAssociationInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteIdNamespaceAssociationCommandInput;
+ output: DeleteIdNamespaceAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/DeleteMemberCommand.ts b/clients/client-cleanrooms/src/commands/DeleteMemberCommand.ts
index e2872b6ac7cb..9ec8d6b80ea9 100644
--- a/clients/client-cleanrooms/src/commands/DeleteMemberCommand.ts
+++ b/clients/client-cleanrooms/src/commands/DeleteMemberCommand.ts
@@ -96,4 +96,16 @@ export class DeleteMemberCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMemberCommand)
.de(de_DeleteMemberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMemberInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMemberCommandInput;
+ output: DeleteMemberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/DeleteMembershipCommand.ts b/clients/client-cleanrooms/src/commands/DeleteMembershipCommand.ts
index fce59d8b34af..b318e3944b04 100644
--- a/clients/client-cleanrooms/src/commands/DeleteMembershipCommand.ts
+++ b/clients/client-cleanrooms/src/commands/DeleteMembershipCommand.ts
@@ -93,4 +93,16 @@ export class DeleteMembershipCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMembershipCommand)
.de(de_DeleteMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMembershipInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMembershipCommandInput;
+ output: DeleteMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/DeletePrivacyBudgetTemplateCommand.ts b/clients/client-cleanrooms/src/commands/DeletePrivacyBudgetTemplateCommand.ts
index b5c732848bff..77f46c200d06 100644
--- a/clients/client-cleanrooms/src/commands/DeletePrivacyBudgetTemplateCommand.ts
+++ b/clients/client-cleanrooms/src/commands/DeletePrivacyBudgetTemplateCommand.ts
@@ -94,4 +94,16 @@ export class DeletePrivacyBudgetTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePrivacyBudgetTemplateCommand)
.de(de_DeletePrivacyBudgetTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePrivacyBudgetTemplateInput;
+ output: {};
+ };
+ sdk: {
+ input: DeletePrivacyBudgetTemplateCommandInput;
+ output: DeletePrivacyBudgetTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/GetAnalysisTemplateCommand.ts b/clients/client-cleanrooms/src/commands/GetAnalysisTemplateCommand.ts
index f7bb70d1e970..958a319e4769 100644
--- a/clients/client-cleanrooms/src/commands/GetAnalysisTemplateCommand.ts
+++ b/clients/client-cleanrooms/src/commands/GetAnalysisTemplateCommand.ts
@@ -135,4 +135,16 @@ export class GetAnalysisTemplateCommand extends $Command
.f(void 0, GetAnalysisTemplateOutputFilterSensitiveLog)
.ser(se_GetAnalysisTemplateCommand)
.de(de_GetAnalysisTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAnalysisTemplateInput;
+ output: GetAnalysisTemplateOutput;
+ };
+ sdk: {
+ input: GetAnalysisTemplateCommandInput;
+ output: GetAnalysisTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/GetCollaborationAnalysisTemplateCommand.ts b/clients/client-cleanrooms/src/commands/GetCollaborationAnalysisTemplateCommand.ts
index b778a5831960..e886f5810e06 100644
--- a/clients/client-cleanrooms/src/commands/GetCollaborationAnalysisTemplateCommand.ts
+++ b/clients/client-cleanrooms/src/commands/GetCollaborationAnalysisTemplateCommand.ts
@@ -139,4 +139,16 @@ export class GetCollaborationAnalysisTemplateCommand extends $Command
.f(void 0, GetCollaborationAnalysisTemplateOutputFilterSensitiveLog)
.ser(se_GetCollaborationAnalysisTemplateCommand)
.de(de_GetCollaborationAnalysisTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCollaborationAnalysisTemplateInput;
+ output: GetCollaborationAnalysisTemplateOutput;
+ };
+ sdk: {
+ input: GetCollaborationAnalysisTemplateCommandInput;
+ output: GetCollaborationAnalysisTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/GetCollaborationCommand.ts b/clients/client-cleanrooms/src/commands/GetCollaborationCommand.ts
index b47166e36351..6647fdd38876 100644
--- a/clients/client-cleanrooms/src/commands/GetCollaborationCommand.ts
+++ b/clients/client-cleanrooms/src/commands/GetCollaborationCommand.ts
@@ -108,4 +108,16 @@ export class GetCollaborationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCollaborationCommand)
.de(de_GetCollaborationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCollaborationInput;
+ output: GetCollaborationOutput;
+ };
+ sdk: {
+ input: GetCollaborationCommandInput;
+ output: GetCollaborationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.ts b/clients/client-cleanrooms/src/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.ts
index e24c145cd136..5f4a1e25c6d7 100644
--- a/clients/client-cleanrooms/src/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.ts
+++ b/clients/client-cleanrooms/src/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.ts
@@ -113,4 +113,16 @@ export class GetCollaborationConfiguredAudienceModelAssociationCommand extends $
.f(void 0, void 0)
.ser(se_GetCollaborationConfiguredAudienceModelAssociationCommand)
.de(de_GetCollaborationConfiguredAudienceModelAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCollaborationConfiguredAudienceModelAssociationInput;
+ output: GetCollaborationConfiguredAudienceModelAssociationOutput;
+ };
+ sdk: {
+ input: GetCollaborationConfiguredAudienceModelAssociationCommandInput;
+ output: GetCollaborationConfiguredAudienceModelAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/GetCollaborationIdNamespaceAssociationCommand.ts b/clients/client-cleanrooms/src/commands/GetCollaborationIdNamespaceAssociationCommand.ts
index e8df308aa66b..ab882f171523 100644
--- a/clients/client-cleanrooms/src/commands/GetCollaborationIdNamespaceAssociationCommand.ts
+++ b/clients/client-cleanrooms/src/commands/GetCollaborationIdNamespaceAssociationCommand.ts
@@ -125,4 +125,16 @@ export class GetCollaborationIdNamespaceAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCollaborationIdNamespaceAssociationCommand)
.de(de_GetCollaborationIdNamespaceAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCollaborationIdNamespaceAssociationInput;
+ output: GetCollaborationIdNamespaceAssociationOutput;
+ };
+ sdk: {
+ input: GetCollaborationIdNamespaceAssociationCommandInput;
+ output: GetCollaborationIdNamespaceAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/GetCollaborationPrivacyBudgetTemplateCommand.ts b/clients/client-cleanrooms/src/commands/GetCollaborationPrivacyBudgetTemplateCommand.ts
index a61ac1902a17..31710d565132 100644
--- a/clients/client-cleanrooms/src/commands/GetCollaborationPrivacyBudgetTemplateCommand.ts
+++ b/clients/client-cleanrooms/src/commands/GetCollaborationPrivacyBudgetTemplateCommand.ts
@@ -117,4 +117,16 @@ export class GetCollaborationPrivacyBudgetTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCollaborationPrivacyBudgetTemplateCommand)
.de(de_GetCollaborationPrivacyBudgetTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCollaborationPrivacyBudgetTemplateInput;
+ output: GetCollaborationPrivacyBudgetTemplateOutput;
+ };
+ sdk: {
+ input: GetCollaborationPrivacyBudgetTemplateCommandInput;
+ output: GetCollaborationPrivacyBudgetTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/GetConfiguredAudienceModelAssociationCommand.ts b/clients/client-cleanrooms/src/commands/GetConfiguredAudienceModelAssociationCommand.ts
index 2d79eb3cdaa5..4514e0443f67 100644
--- a/clients/client-cleanrooms/src/commands/GetConfiguredAudienceModelAssociationCommand.ts
+++ b/clients/client-cleanrooms/src/commands/GetConfiguredAudienceModelAssociationCommand.ts
@@ -114,4 +114,16 @@ export class GetConfiguredAudienceModelAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetConfiguredAudienceModelAssociationCommand)
.de(de_GetConfiguredAudienceModelAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConfiguredAudienceModelAssociationInput;
+ output: GetConfiguredAudienceModelAssociationOutput;
+ };
+ sdk: {
+ input: GetConfiguredAudienceModelAssociationCommandInput;
+ output: GetConfiguredAudienceModelAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/GetConfiguredTableAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/GetConfiguredTableAnalysisRuleCommand.ts
index 4b3656351b13..872551542eca 100644
--- a/clients/client-cleanrooms/src/commands/GetConfiguredTableAnalysisRuleCommand.ts
+++ b/clients/client-cleanrooms/src/commands/GetConfiguredTableAnalysisRuleCommand.ts
@@ -170,4 +170,16 @@ export class GetConfiguredTableAnalysisRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_GetConfiguredTableAnalysisRuleCommand)
.de(de_GetConfiguredTableAnalysisRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConfiguredTableAnalysisRuleInput;
+ output: GetConfiguredTableAnalysisRuleOutput;
+ };
+ sdk: {
+ input: GetConfiguredTableAnalysisRuleCommandInput;
+ output: GetConfiguredTableAnalysisRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationAnalysisRuleCommand.ts
index 4811f722a63d..fb5465d545a3 100644
--- a/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationAnalysisRuleCommand.ts
+++ b/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationAnalysisRuleCommand.ts
@@ -140,4 +140,16 @@ export class GetConfiguredTableAssociationAnalysisRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_GetConfiguredTableAssociationAnalysisRuleCommand)
.de(de_GetConfiguredTableAssociationAnalysisRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConfiguredTableAssociationAnalysisRuleInput;
+ output: GetConfiguredTableAssociationAnalysisRuleOutput;
+ };
+ sdk: {
+ input: GetConfiguredTableAssociationAnalysisRuleCommandInput;
+ output: GetConfiguredTableAssociationAnalysisRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationCommand.ts b/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationCommand.ts
index e7e3c56161ad..17a95ce10dd8 100644
--- a/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationCommand.ts
+++ b/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationCommand.ts
@@ -113,4 +113,16 @@ export class GetConfiguredTableAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetConfiguredTableAssociationCommand)
.de(de_GetConfiguredTableAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConfiguredTableAssociationInput;
+ output: GetConfiguredTableAssociationOutput;
+ };
+ sdk: {
+ input: GetConfiguredTableAssociationCommandInput;
+ output: GetConfiguredTableAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/GetConfiguredTableCommand.ts b/clients/client-cleanrooms/src/commands/GetConfiguredTableCommand.ts
index 603671f18dd9..1a40190fe8f3 100644
--- a/clients/client-cleanrooms/src/commands/GetConfiguredTableCommand.ts
+++ b/clients/client-cleanrooms/src/commands/GetConfiguredTableCommand.ts
@@ -112,4 +112,16 @@ export class GetConfiguredTableCommand extends $Command
.f(void 0, void 0)
.ser(se_GetConfiguredTableCommand)
.de(de_GetConfiguredTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConfiguredTableInput;
+ output: GetConfiguredTableOutput;
+ };
+ sdk: {
+ input: GetConfiguredTableCommandInput;
+ output: GetConfiguredTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/GetIdMappingTableCommand.ts b/clients/client-cleanrooms/src/commands/GetIdMappingTableCommand.ts
index 428cddfd3d19..f162f9b3244b 100644
--- a/clients/client-cleanrooms/src/commands/GetIdMappingTableCommand.ts
+++ b/clients/client-cleanrooms/src/commands/GetIdMappingTableCommand.ts
@@ -117,4 +117,16 @@ export class GetIdMappingTableCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIdMappingTableCommand)
.de(de_GetIdMappingTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIdMappingTableInput;
+ output: GetIdMappingTableOutput;
+ };
+ sdk: {
+ input: GetIdMappingTableCommandInput;
+ output: GetIdMappingTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/GetIdNamespaceAssociationCommand.ts b/clients/client-cleanrooms/src/commands/GetIdNamespaceAssociationCommand.ts
index e07d5d9cbdc9..0826dee8c3d0 100644
--- a/clients/client-cleanrooms/src/commands/GetIdNamespaceAssociationCommand.ts
+++ b/clients/client-cleanrooms/src/commands/GetIdNamespaceAssociationCommand.ts
@@ -117,4 +117,16 @@ export class GetIdNamespaceAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIdNamespaceAssociationCommand)
.de(de_GetIdNamespaceAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIdNamespaceAssociationInput;
+ output: GetIdNamespaceAssociationOutput;
+ };
+ sdk: {
+ input: GetIdNamespaceAssociationCommandInput;
+ output: GetIdNamespaceAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/GetMembershipCommand.ts b/clients/client-cleanrooms/src/commands/GetMembershipCommand.ts
index 1757d06f2f10..de3bf549a7de 100644
--- a/clients/client-cleanrooms/src/commands/GetMembershipCommand.ts
+++ b/clients/client-cleanrooms/src/commands/GetMembershipCommand.ts
@@ -122,4 +122,16 @@ export class GetMembershipCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMembershipCommand)
.de(de_GetMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMembershipInput;
+ output: GetMembershipOutput;
+ };
+ sdk: {
+ input: GetMembershipCommandInput;
+ output: GetMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/GetPrivacyBudgetTemplateCommand.ts b/clients/client-cleanrooms/src/commands/GetPrivacyBudgetTemplateCommand.ts
index 5f392a6613ec..e5e68153cc65 100644
--- a/clients/client-cleanrooms/src/commands/GetPrivacyBudgetTemplateCommand.ts
+++ b/clients/client-cleanrooms/src/commands/GetPrivacyBudgetTemplateCommand.ts
@@ -110,4 +110,16 @@ export class GetPrivacyBudgetTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPrivacyBudgetTemplateCommand)
.de(de_GetPrivacyBudgetTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPrivacyBudgetTemplateInput;
+ output: GetPrivacyBudgetTemplateOutput;
+ };
+ sdk: {
+ input: GetPrivacyBudgetTemplateCommandInput;
+ output: GetPrivacyBudgetTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/GetProtectedQueryCommand.ts b/clients/client-cleanrooms/src/commands/GetProtectedQueryCommand.ts
index 68d98d94b643..8c96055437ae 100644
--- a/clients/client-cleanrooms/src/commands/GetProtectedQueryCommand.ts
+++ b/clients/client-cleanrooms/src/commands/GetProtectedQueryCommand.ts
@@ -152,4 +152,16 @@ export class GetProtectedQueryCommand extends $Command
.f(void 0, GetProtectedQueryOutputFilterSensitiveLog)
.ser(se_GetProtectedQueryCommand)
.de(de_GetProtectedQueryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetProtectedQueryInput;
+ output: GetProtectedQueryOutput;
+ };
+ sdk: {
+ input: GetProtectedQueryCommandInput;
+ output: GetProtectedQueryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/GetSchemaAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/GetSchemaAnalysisRuleCommand.ts
index 8f2902605876..d3d266f2f61c 100644
--- a/clients/client-cleanrooms/src/commands/GetSchemaAnalysisRuleCommand.ts
+++ b/clients/client-cleanrooms/src/commands/GetSchemaAnalysisRuleCommand.ts
@@ -177,4 +177,16 @@ export class GetSchemaAnalysisRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSchemaAnalysisRuleCommand)
.de(de_GetSchemaAnalysisRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSchemaAnalysisRuleInput;
+ output: GetSchemaAnalysisRuleOutput;
+ };
+ sdk: {
+ input: GetSchemaAnalysisRuleCommandInput;
+ output: GetSchemaAnalysisRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/GetSchemaCommand.ts b/clients/client-cleanrooms/src/commands/GetSchemaCommand.ts
index 0665c1fb7e4a..f2b217c37f59 100644
--- a/clients/client-cleanrooms/src/commands/GetSchemaCommand.ts
+++ b/clients/client-cleanrooms/src/commands/GetSchemaCommand.ts
@@ -144,4 +144,16 @@ export class GetSchemaCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSchemaCommand)
.de(de_GetSchemaCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSchemaInput;
+ output: GetSchemaOutput;
+ };
+ sdk: {
+ input: GetSchemaCommandInput;
+ output: GetSchemaCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/ListAnalysisTemplatesCommand.ts b/clients/client-cleanrooms/src/commands/ListAnalysisTemplatesCommand.ts
index 3a05ae674e0c..0668ca2d6a3f 100644
--- a/clients/client-cleanrooms/src/commands/ListAnalysisTemplatesCommand.ts
+++ b/clients/client-cleanrooms/src/commands/ListAnalysisTemplatesCommand.ts
@@ -108,4 +108,16 @@ export class ListAnalysisTemplatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAnalysisTemplatesCommand)
.de(de_ListAnalysisTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAnalysisTemplatesInput;
+ output: ListAnalysisTemplatesOutput;
+ };
+ sdk: {
+ input: ListAnalysisTemplatesCommandInput;
+ output: ListAnalysisTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/ListCollaborationAnalysisTemplatesCommand.ts b/clients/client-cleanrooms/src/commands/ListCollaborationAnalysisTemplatesCommand.ts
index e71a0340f511..31a6ea35a9f3 100644
--- a/clients/client-cleanrooms/src/commands/ListCollaborationAnalysisTemplatesCommand.ts
+++ b/clients/client-cleanrooms/src/commands/ListCollaborationAnalysisTemplatesCommand.ts
@@ -112,4 +112,16 @@ export class ListCollaborationAnalysisTemplatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCollaborationAnalysisTemplatesCommand)
.de(de_ListCollaborationAnalysisTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCollaborationAnalysisTemplatesInput;
+ output: ListCollaborationAnalysisTemplatesOutput;
+ };
+ sdk: {
+ input: ListCollaborationAnalysisTemplatesCommandInput;
+ output: ListCollaborationAnalysisTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.ts b/clients/client-cleanrooms/src/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.ts
index 941e6a01393c..2ab7ea2c4d43 100644
--- a/clients/client-cleanrooms/src/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.ts
+++ b/clients/client-cleanrooms/src/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.ts
@@ -116,4 +116,16 @@ export class ListCollaborationConfiguredAudienceModelAssociationsCommand extends
.f(void 0, void 0)
.ser(se_ListCollaborationConfiguredAudienceModelAssociationsCommand)
.de(de_ListCollaborationConfiguredAudienceModelAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCollaborationConfiguredAudienceModelAssociationsInput;
+ output: ListCollaborationConfiguredAudienceModelAssociationsOutput;
+ };
+ sdk: {
+ input: ListCollaborationConfiguredAudienceModelAssociationsCommandInput;
+ output: ListCollaborationConfiguredAudienceModelAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/ListCollaborationIdNamespaceAssociationsCommand.ts b/clients/client-cleanrooms/src/commands/ListCollaborationIdNamespaceAssociationsCommand.ts
index 81bbd6a90fa9..e32399f04d04 100644
--- a/clients/client-cleanrooms/src/commands/ListCollaborationIdNamespaceAssociationsCommand.ts
+++ b/clients/client-cleanrooms/src/commands/ListCollaborationIdNamespaceAssociationsCommand.ts
@@ -123,4 +123,16 @@ export class ListCollaborationIdNamespaceAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCollaborationIdNamespaceAssociationsCommand)
.de(de_ListCollaborationIdNamespaceAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCollaborationIdNamespaceAssociationsInput;
+ output: ListCollaborationIdNamespaceAssociationsOutput;
+ };
+ sdk: {
+ input: ListCollaborationIdNamespaceAssociationsCommandInput;
+ output: ListCollaborationIdNamespaceAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/ListCollaborationPrivacyBudgetTemplatesCommand.ts b/clients/client-cleanrooms/src/commands/ListCollaborationPrivacyBudgetTemplatesCommand.ts
index 99f1e13622ac..5356be18b373 100644
--- a/clients/client-cleanrooms/src/commands/ListCollaborationPrivacyBudgetTemplatesCommand.ts
+++ b/clients/client-cleanrooms/src/commands/ListCollaborationPrivacyBudgetTemplatesCommand.ts
@@ -115,4 +115,16 @@ export class ListCollaborationPrivacyBudgetTemplatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCollaborationPrivacyBudgetTemplatesCommand)
.de(de_ListCollaborationPrivacyBudgetTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCollaborationPrivacyBudgetTemplatesInput;
+ output: ListCollaborationPrivacyBudgetTemplatesOutput;
+ };
+ sdk: {
+ input: ListCollaborationPrivacyBudgetTemplatesCommandInput;
+ output: ListCollaborationPrivacyBudgetTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/ListCollaborationPrivacyBudgetsCommand.ts b/clients/client-cleanrooms/src/commands/ListCollaborationPrivacyBudgetsCommand.ts
index 7a4d3ef08999..e43cd209d56e 100644
--- a/clients/client-cleanrooms/src/commands/ListCollaborationPrivacyBudgetsCommand.ts
+++ b/clients/client-cleanrooms/src/commands/ListCollaborationPrivacyBudgetsCommand.ts
@@ -125,4 +125,16 @@ export class ListCollaborationPrivacyBudgetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCollaborationPrivacyBudgetsCommand)
.de(de_ListCollaborationPrivacyBudgetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCollaborationPrivacyBudgetsInput;
+ output: ListCollaborationPrivacyBudgetsOutput;
+ };
+ sdk: {
+ input: ListCollaborationPrivacyBudgetsCommandInput;
+ output: ListCollaborationPrivacyBudgetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/ListCollaborationsCommand.ts b/clients/client-cleanrooms/src/commands/ListCollaborationsCommand.ts
index 4febdc5464b7..d12cea743aec 100644
--- a/clients/client-cleanrooms/src/commands/ListCollaborationsCommand.ts
+++ b/clients/client-cleanrooms/src/commands/ListCollaborationsCommand.ts
@@ -105,4 +105,16 @@ export class ListCollaborationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCollaborationsCommand)
.de(de_ListCollaborationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCollaborationsInput;
+ output: ListCollaborationsOutput;
+ };
+ sdk: {
+ input: ListCollaborationsCommandInput;
+ output: ListCollaborationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/ListConfiguredAudienceModelAssociationsCommand.ts b/clients/client-cleanrooms/src/commands/ListConfiguredAudienceModelAssociationsCommand.ts
index 21929e7eaa50..5e9f85489054 100644
--- a/clients/client-cleanrooms/src/commands/ListConfiguredAudienceModelAssociationsCommand.ts
+++ b/clients/client-cleanrooms/src/commands/ListConfiguredAudienceModelAssociationsCommand.ts
@@ -118,4 +118,16 @@ export class ListConfiguredAudienceModelAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListConfiguredAudienceModelAssociationsCommand)
.de(de_ListConfiguredAudienceModelAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListConfiguredAudienceModelAssociationsInput;
+ output: ListConfiguredAudienceModelAssociationsOutput;
+ };
+ sdk: {
+ input: ListConfiguredAudienceModelAssociationsCommandInput;
+ output: ListConfiguredAudienceModelAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/ListConfiguredTableAssociationsCommand.ts b/clients/client-cleanrooms/src/commands/ListConfiguredTableAssociationsCommand.ts
index fb900a9fadd8..4143bbf50784 100644
--- a/clients/client-cleanrooms/src/commands/ListConfiguredTableAssociationsCommand.ts
+++ b/clients/client-cleanrooms/src/commands/ListConfiguredTableAssociationsCommand.ts
@@ -111,4 +111,16 @@ export class ListConfiguredTableAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListConfiguredTableAssociationsCommand)
.de(de_ListConfiguredTableAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListConfiguredTableAssociationsInput;
+ output: ListConfiguredTableAssociationsOutput;
+ };
+ sdk: {
+ input: ListConfiguredTableAssociationsCommandInput;
+ output: ListConfiguredTableAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/ListConfiguredTablesCommand.ts b/clients/client-cleanrooms/src/commands/ListConfiguredTablesCommand.ts
index 177d1c8743e0..17a39a927323 100644
--- a/clients/client-cleanrooms/src/commands/ListConfiguredTablesCommand.ts
+++ b/clients/client-cleanrooms/src/commands/ListConfiguredTablesCommand.ts
@@ -103,4 +103,16 @@ export class ListConfiguredTablesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListConfiguredTablesCommand)
.de(de_ListConfiguredTablesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListConfiguredTablesInput;
+ output: ListConfiguredTablesOutput;
+ };
+ sdk: {
+ input: ListConfiguredTablesCommandInput;
+ output: ListConfiguredTablesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/ListIdMappingTablesCommand.ts b/clients/client-cleanrooms/src/commands/ListIdMappingTablesCommand.ts
index fb89a94b31b9..ffe574c5fb1d 100644
--- a/clients/client-cleanrooms/src/commands/ListIdMappingTablesCommand.ts
+++ b/clients/client-cleanrooms/src/commands/ListIdMappingTablesCommand.ts
@@ -112,4 +112,16 @@ export class ListIdMappingTablesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIdMappingTablesCommand)
.de(de_ListIdMappingTablesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIdMappingTablesInput;
+ output: ListIdMappingTablesOutput;
+ };
+ sdk: {
+ input: ListIdMappingTablesCommandInput;
+ output: ListIdMappingTablesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/ListIdNamespaceAssociationsCommand.ts b/clients/client-cleanrooms/src/commands/ListIdNamespaceAssociationsCommand.ts
index 11fd229ea2ed..e0c53bb44309 100644
--- a/clients/client-cleanrooms/src/commands/ListIdNamespaceAssociationsCommand.ts
+++ b/clients/client-cleanrooms/src/commands/ListIdNamespaceAssociationsCommand.ts
@@ -118,4 +118,16 @@ export class ListIdNamespaceAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIdNamespaceAssociationsCommand)
.de(de_ListIdNamespaceAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIdNamespaceAssociationsInput;
+ output: ListIdNamespaceAssociationsOutput;
+ };
+ sdk: {
+ input: ListIdNamespaceAssociationsCommandInput;
+ output: ListIdNamespaceAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/ListMembersCommand.ts b/clients/client-cleanrooms/src/commands/ListMembersCommand.ts
index 2595f51ea1f1..ef31aa874aa6 100644
--- a/clients/client-cleanrooms/src/commands/ListMembersCommand.ts
+++ b/clients/client-cleanrooms/src/commands/ListMembersCommand.ts
@@ -113,4 +113,16 @@ export class ListMembersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMembersCommand)
.de(de_ListMembersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMembersInput;
+ output: ListMembersOutput;
+ };
+ sdk: {
+ input: ListMembersCommandInput;
+ output: ListMembersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/ListMembershipsCommand.ts b/clients/client-cleanrooms/src/commands/ListMembershipsCommand.ts
index 885e997efc47..bdb24c20fcaa 100644
--- a/clients/client-cleanrooms/src/commands/ListMembershipsCommand.ts
+++ b/clients/client-cleanrooms/src/commands/ListMembershipsCommand.ts
@@ -113,4 +113,16 @@ export class ListMembershipsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMembershipsCommand)
.de(de_ListMembershipsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMembershipsInput;
+ output: ListMembershipsOutput;
+ };
+ sdk: {
+ input: ListMembershipsCommandInput;
+ output: ListMembershipsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/ListPrivacyBudgetTemplatesCommand.ts b/clients/client-cleanrooms/src/commands/ListPrivacyBudgetTemplatesCommand.ts
index 36ed5dc4f03f..c552471164ae 100644
--- a/clients/client-cleanrooms/src/commands/ListPrivacyBudgetTemplatesCommand.ts
+++ b/clients/client-cleanrooms/src/commands/ListPrivacyBudgetTemplatesCommand.ts
@@ -107,4 +107,16 @@ export class ListPrivacyBudgetTemplatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPrivacyBudgetTemplatesCommand)
.de(de_ListPrivacyBudgetTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPrivacyBudgetTemplatesInput;
+ output: ListPrivacyBudgetTemplatesOutput;
+ };
+ sdk: {
+ input: ListPrivacyBudgetTemplatesCommandInput;
+ output: ListPrivacyBudgetTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/ListPrivacyBudgetsCommand.ts b/clients/client-cleanrooms/src/commands/ListPrivacyBudgetsCommand.ts
index 145d37cfb192..497feef6b037 100644
--- a/clients/client-cleanrooms/src/commands/ListPrivacyBudgetsCommand.ts
+++ b/clients/client-cleanrooms/src/commands/ListPrivacyBudgetsCommand.ts
@@ -121,4 +121,16 @@ export class ListPrivacyBudgetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPrivacyBudgetsCommand)
.de(de_ListPrivacyBudgetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPrivacyBudgetsInput;
+ output: ListPrivacyBudgetsOutput;
+ };
+ sdk: {
+ input: ListPrivacyBudgetsCommandInput;
+ output: ListPrivacyBudgetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/ListProtectedQueriesCommand.ts b/clients/client-cleanrooms/src/commands/ListProtectedQueriesCommand.ts
index af9cad92289b..71a601dc70d6 100644
--- a/clients/client-cleanrooms/src/commands/ListProtectedQueriesCommand.ts
+++ b/clients/client-cleanrooms/src/commands/ListProtectedQueriesCommand.ts
@@ -116,4 +116,16 @@ export class ListProtectedQueriesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProtectedQueriesCommand)
.de(de_ListProtectedQueriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProtectedQueriesInput;
+ output: ListProtectedQueriesOutput;
+ };
+ sdk: {
+ input: ListProtectedQueriesCommandInput;
+ output: ListProtectedQueriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/ListSchemasCommand.ts b/clients/client-cleanrooms/src/commands/ListSchemasCommand.ts
index c293492e151c..b23100911cd7 100644
--- a/clients/client-cleanrooms/src/commands/ListSchemasCommand.ts
+++ b/clients/client-cleanrooms/src/commands/ListSchemasCommand.ts
@@ -110,4 +110,16 @@ export class ListSchemasCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSchemasCommand)
.de(de_ListSchemasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSchemasInput;
+ output: ListSchemasOutput;
+ };
+ sdk: {
+ input: ListSchemasCommandInput;
+ output: ListSchemasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/ListTagsForResourceCommand.ts b/clients/client-cleanrooms/src/commands/ListTagsForResourceCommand.ts
index cb05647fc3ad..4d68d43d0c47 100644
--- a/clients/client-cleanrooms/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-cleanrooms/src/commands/ListTagsForResourceCommand.ts
@@ -85,4 +85,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceInput;
+ output: ListTagsForResourceOutput;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/PopulateIdMappingTableCommand.ts b/clients/client-cleanrooms/src/commands/PopulateIdMappingTableCommand.ts
index 928b05292aed..4dd41ffd2e58 100644
--- a/clients/client-cleanrooms/src/commands/PopulateIdMappingTableCommand.ts
+++ b/clients/client-cleanrooms/src/commands/PopulateIdMappingTableCommand.ts
@@ -96,4 +96,16 @@ export class PopulateIdMappingTableCommand extends $Command
.f(void 0, void 0)
.ser(se_PopulateIdMappingTableCommand)
.de(de_PopulateIdMappingTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PopulateIdMappingTableInput;
+ output: PopulateIdMappingTableOutput;
+ };
+ sdk: {
+ input: PopulateIdMappingTableCommandInput;
+ output: PopulateIdMappingTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/PreviewPrivacyImpactCommand.ts b/clients/client-cleanrooms/src/commands/PreviewPrivacyImpactCommand.ts
index 3de9add0871e..f3bfc5adc186 100644
--- a/clients/client-cleanrooms/src/commands/PreviewPrivacyImpactCommand.ts
+++ b/clients/client-cleanrooms/src/commands/PreviewPrivacyImpactCommand.ts
@@ -107,4 +107,16 @@ export class PreviewPrivacyImpactCommand extends $Command
.f(void 0, void 0)
.ser(se_PreviewPrivacyImpactCommand)
.de(de_PreviewPrivacyImpactCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PreviewPrivacyImpactInput;
+ output: PreviewPrivacyImpactOutput;
+ };
+ sdk: {
+ input: PreviewPrivacyImpactCommandInput;
+ output: PreviewPrivacyImpactCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/StartProtectedQueryCommand.ts b/clients/client-cleanrooms/src/commands/StartProtectedQueryCommand.ts
index 3b435f1ea1f3..8f16dc509921 100644
--- a/clients/client-cleanrooms/src/commands/StartProtectedQueryCommand.ts
+++ b/clients/client-cleanrooms/src/commands/StartProtectedQueryCommand.ts
@@ -175,4 +175,16 @@ export class StartProtectedQueryCommand extends $Command
.f(StartProtectedQueryInputFilterSensitiveLog, StartProtectedQueryOutputFilterSensitiveLog)
.ser(se_StartProtectedQueryCommand)
.de(de_StartProtectedQueryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartProtectedQueryInput;
+ output: StartProtectedQueryOutput;
+ };
+ sdk: {
+ input: StartProtectedQueryCommandInput;
+ output: StartProtectedQueryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/TagResourceCommand.ts b/clients/client-cleanrooms/src/commands/TagResourceCommand.ts
index 61e443119a16..a056b71bb7e5 100644
--- a/clients/client-cleanrooms/src/commands/TagResourceCommand.ts
+++ b/clients/client-cleanrooms/src/commands/TagResourceCommand.ts
@@ -84,4 +84,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/UntagResourceCommand.ts b/clients/client-cleanrooms/src/commands/UntagResourceCommand.ts
index 27ad21107054..272e061794cb 100644
--- a/clients/client-cleanrooms/src/commands/UntagResourceCommand.ts
+++ b/clients/client-cleanrooms/src/commands/UntagResourceCommand.ts
@@ -84,4 +84,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/UpdateAnalysisTemplateCommand.ts b/clients/client-cleanrooms/src/commands/UpdateAnalysisTemplateCommand.ts
index c2142a9cfaec..3898a93bda2a 100644
--- a/clients/client-cleanrooms/src/commands/UpdateAnalysisTemplateCommand.ts
+++ b/clients/client-cleanrooms/src/commands/UpdateAnalysisTemplateCommand.ts
@@ -136,4 +136,16 @@ export class UpdateAnalysisTemplateCommand extends $Command
.f(void 0, UpdateAnalysisTemplateOutputFilterSensitiveLog)
.ser(se_UpdateAnalysisTemplateCommand)
.de(de_UpdateAnalysisTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAnalysisTemplateInput;
+ output: UpdateAnalysisTemplateOutput;
+ };
+ sdk: {
+ input: UpdateAnalysisTemplateCommandInput;
+ output: UpdateAnalysisTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/UpdateCollaborationCommand.ts b/clients/client-cleanrooms/src/commands/UpdateCollaborationCommand.ts
index c827fe66ceb8..558a0fbdea76 100644
--- a/clients/client-cleanrooms/src/commands/UpdateCollaborationCommand.ts
+++ b/clients/client-cleanrooms/src/commands/UpdateCollaborationCommand.ts
@@ -110,4 +110,16 @@ export class UpdateCollaborationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCollaborationCommand)
.de(de_UpdateCollaborationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCollaborationInput;
+ output: UpdateCollaborationOutput;
+ };
+ sdk: {
+ input: UpdateCollaborationCommandInput;
+ output: UpdateCollaborationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/UpdateConfiguredAudienceModelAssociationCommand.ts b/clients/client-cleanrooms/src/commands/UpdateConfiguredAudienceModelAssociationCommand.ts
index c46c98648c48..01b1aa053275 100644
--- a/clients/client-cleanrooms/src/commands/UpdateConfiguredAudienceModelAssociationCommand.ts
+++ b/clients/client-cleanrooms/src/commands/UpdateConfiguredAudienceModelAssociationCommand.ts
@@ -117,4 +117,16 @@ export class UpdateConfiguredAudienceModelAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateConfiguredAudienceModelAssociationCommand)
.de(de_UpdateConfiguredAudienceModelAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateConfiguredAudienceModelAssociationInput;
+ output: UpdateConfiguredAudienceModelAssociationOutput;
+ };
+ sdk: {
+ input: UpdateConfiguredAudienceModelAssociationCommandInput;
+ output: UpdateConfiguredAudienceModelAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAnalysisRuleCommand.ts
index d7b9367fe256..99518720eb66 100644
--- a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAnalysisRuleCommand.ts
+++ b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAnalysisRuleCommand.ts
@@ -239,4 +239,16 @@ export class UpdateConfiguredTableAnalysisRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateConfiguredTableAnalysisRuleCommand)
.de(de_UpdateConfiguredTableAnalysisRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateConfiguredTableAnalysisRuleInput;
+ output: UpdateConfiguredTableAnalysisRuleOutput;
+ };
+ sdk: {
+ input: UpdateConfiguredTableAnalysisRuleCommandInput;
+ output: UpdateConfiguredTableAnalysisRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.ts
index 6894a95d7d04..d10a68ab7cd0 100644
--- a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.ts
+++ b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.ts
@@ -171,4 +171,16 @@ export class UpdateConfiguredTableAssociationAnalysisRuleCommand extends $Comman
.f(void 0, void 0)
.ser(se_UpdateConfiguredTableAssociationAnalysisRuleCommand)
.de(de_UpdateConfiguredTableAssociationAnalysisRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateConfiguredTableAssociationAnalysisRuleInput;
+ output: UpdateConfiguredTableAssociationAnalysisRuleOutput;
+ };
+ sdk: {
+ input: UpdateConfiguredTableAssociationAnalysisRuleCommandInput;
+ output: UpdateConfiguredTableAssociationAnalysisRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationCommand.ts b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationCommand.ts
index 8d7a202b0964..8261c503c9a4 100644
--- a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationCommand.ts
+++ b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationCommand.ts
@@ -118,4 +118,16 @@ export class UpdateConfiguredTableAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateConfiguredTableAssociationCommand)
.de(de_UpdateConfiguredTableAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateConfiguredTableAssociationInput;
+ output: UpdateConfiguredTableAssociationOutput;
+ };
+ sdk: {
+ input: UpdateConfiguredTableAssociationCommandInput;
+ output: UpdateConfiguredTableAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableCommand.ts b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableCommand.ts
index 0d8515acc4f7..1b197a53317e 100644
--- a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableCommand.ts
+++ b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableCommand.ts
@@ -117,4 +117,16 @@ export class UpdateConfiguredTableCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateConfiguredTableCommand)
.de(de_UpdateConfiguredTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateConfiguredTableInput;
+ output: UpdateConfiguredTableOutput;
+ };
+ sdk: {
+ input: UpdateConfiguredTableCommandInput;
+ output: UpdateConfiguredTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/UpdateIdMappingTableCommand.ts b/clients/client-cleanrooms/src/commands/UpdateIdMappingTableCommand.ts
index 6856cef06ef2..ce61d3e45ae8 100644
--- a/clients/client-cleanrooms/src/commands/UpdateIdMappingTableCommand.ts
+++ b/clients/client-cleanrooms/src/commands/UpdateIdMappingTableCommand.ts
@@ -119,4 +119,16 @@ export class UpdateIdMappingTableCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateIdMappingTableCommand)
.de(de_UpdateIdMappingTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateIdMappingTableInput;
+ output: UpdateIdMappingTableOutput;
+ };
+ sdk: {
+ input: UpdateIdMappingTableCommandInput;
+ output: UpdateIdMappingTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/UpdateIdNamespaceAssociationCommand.ts b/clients/client-cleanrooms/src/commands/UpdateIdNamespaceAssociationCommand.ts
index 725d19c07d62..e02a32670f24 100644
--- a/clients/client-cleanrooms/src/commands/UpdateIdNamespaceAssociationCommand.ts
+++ b/clients/client-cleanrooms/src/commands/UpdateIdNamespaceAssociationCommand.ts
@@ -127,4 +127,16 @@ export class UpdateIdNamespaceAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateIdNamespaceAssociationCommand)
.de(de_UpdateIdNamespaceAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateIdNamespaceAssociationInput;
+ output: UpdateIdNamespaceAssociationOutput;
+ };
+ sdk: {
+ input: UpdateIdNamespaceAssociationCommandInput;
+ output: UpdateIdNamespaceAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/UpdateMembershipCommand.ts b/clients/client-cleanrooms/src/commands/UpdateMembershipCommand.ts
index 99ed8979e499..cef4f64cd676 100644
--- a/clients/client-cleanrooms/src/commands/UpdateMembershipCommand.ts
+++ b/clients/client-cleanrooms/src/commands/UpdateMembershipCommand.ts
@@ -136,4 +136,16 @@ export class UpdateMembershipCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateMembershipCommand)
.de(de_UpdateMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMembershipInput;
+ output: UpdateMembershipOutput;
+ };
+ sdk: {
+ input: UpdateMembershipCommandInput;
+ output: UpdateMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/UpdatePrivacyBudgetTemplateCommand.ts b/clients/client-cleanrooms/src/commands/UpdatePrivacyBudgetTemplateCommand.ts
index c5c9028db88e..acfab3d0b61d 100644
--- a/clients/client-cleanrooms/src/commands/UpdatePrivacyBudgetTemplateCommand.ts
+++ b/clients/client-cleanrooms/src/commands/UpdatePrivacyBudgetTemplateCommand.ts
@@ -123,4 +123,16 @@ export class UpdatePrivacyBudgetTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePrivacyBudgetTemplateCommand)
.de(de_UpdatePrivacyBudgetTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePrivacyBudgetTemplateInput;
+ output: UpdatePrivacyBudgetTemplateOutput;
+ };
+ sdk: {
+ input: UpdatePrivacyBudgetTemplateCommandInput;
+ output: UpdatePrivacyBudgetTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanrooms/src/commands/UpdateProtectedQueryCommand.ts b/clients/client-cleanrooms/src/commands/UpdateProtectedQueryCommand.ts
index 7b19755b9ce0..3f05ab343cd2 100644
--- a/clients/client-cleanrooms/src/commands/UpdateProtectedQueryCommand.ts
+++ b/clients/client-cleanrooms/src/commands/UpdateProtectedQueryCommand.ts
@@ -153,4 +153,16 @@ export class UpdateProtectedQueryCommand extends $Command
.f(void 0, UpdateProtectedQueryOutputFilterSensitiveLog)
.ser(se_UpdateProtectedQueryCommand)
.de(de_UpdateProtectedQueryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateProtectedQueryInput;
+ output: UpdateProtectedQueryOutput;
+ };
+ sdk: {
+ input: UpdateProtectedQueryCommandInput;
+ output: UpdateProtectedQueryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/package.json b/clients/client-cleanroomsml/package.json
index 6b799356892e..a07425935bc9 100644
--- a/clients/client-cleanroomsml/package.json
+++ b/clients/client-cleanroomsml/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-cleanroomsml/src/commands/CreateAudienceModelCommand.ts b/clients/client-cleanroomsml/src/commands/CreateAudienceModelCommand.ts
index 96e5c3419657..7b7f53fd9aea 100644
--- a/clients/client-cleanroomsml/src/commands/CreateAudienceModelCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/CreateAudienceModelCommand.ts
@@ -100,4 +100,16 @@ export class CreateAudienceModelCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAudienceModelCommand)
.de(de_CreateAudienceModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAudienceModelRequest;
+ output: CreateAudienceModelResponse;
+ };
+ sdk: {
+ input: CreateAudienceModelCommandInput;
+ output: CreateAudienceModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/src/commands/CreateConfiguredAudienceModelCommand.ts b/clients/client-cleanroomsml/src/commands/CreateConfiguredAudienceModelCommand.ts
index cc1c74e9140f..d98f63319fbd 100644
--- a/clients/client-cleanroomsml/src/commands/CreateConfiguredAudienceModelCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/CreateConfiguredAudienceModelCommand.ts
@@ -121,4 +121,16 @@ export class CreateConfiguredAudienceModelCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateConfiguredAudienceModelCommand)
.de(de_CreateConfiguredAudienceModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateConfiguredAudienceModelRequest;
+ output: CreateConfiguredAudienceModelResponse;
+ };
+ sdk: {
+ input: CreateConfiguredAudienceModelCommandInput;
+ output: CreateConfiguredAudienceModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/src/commands/CreateTrainingDatasetCommand.ts b/clients/client-cleanroomsml/src/commands/CreateTrainingDatasetCommand.ts
index 2515926d7954..1293bcef4450 100644
--- a/clients/client-cleanroomsml/src/commands/CreateTrainingDatasetCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/CreateTrainingDatasetCommand.ts
@@ -113,4 +113,16 @@ export class CreateTrainingDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTrainingDatasetCommand)
.de(de_CreateTrainingDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTrainingDatasetRequest;
+ output: CreateTrainingDatasetResponse;
+ };
+ sdk: {
+ input: CreateTrainingDatasetCommandInput;
+ output: CreateTrainingDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/src/commands/DeleteAudienceGenerationJobCommand.ts b/clients/client-cleanroomsml/src/commands/DeleteAudienceGenerationJobCommand.ts
index cb19a325e0a4..6c80c0c589f0 100644
--- a/clients/client-cleanroomsml/src/commands/DeleteAudienceGenerationJobCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/DeleteAudienceGenerationJobCommand.ts
@@ -90,4 +90,16 @@ export class DeleteAudienceGenerationJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAudienceGenerationJobCommand)
.de(de_DeleteAudienceGenerationJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAudienceGenerationJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAudienceGenerationJobCommandInput;
+ output: DeleteAudienceGenerationJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/src/commands/DeleteAudienceModelCommand.ts b/clients/client-cleanroomsml/src/commands/DeleteAudienceModelCommand.ts
index ad22e2c7107c..43321d196c34 100644
--- a/clients/client-cleanroomsml/src/commands/DeleteAudienceModelCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/DeleteAudienceModelCommand.ts
@@ -87,4 +87,16 @@ export class DeleteAudienceModelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAudienceModelCommand)
.de(de_DeleteAudienceModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAudienceModelRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAudienceModelCommandInput;
+ output: DeleteAudienceModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/src/commands/DeleteConfiguredAudienceModelCommand.ts b/clients/client-cleanroomsml/src/commands/DeleteConfiguredAudienceModelCommand.ts
index 5afdd2a60e9e..e3a3a45a37cb 100644
--- a/clients/client-cleanroomsml/src/commands/DeleteConfiguredAudienceModelCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/DeleteConfiguredAudienceModelCommand.ts
@@ -90,4 +90,16 @@ export class DeleteConfiguredAudienceModelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConfiguredAudienceModelCommand)
.de(de_DeleteConfiguredAudienceModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConfiguredAudienceModelRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteConfiguredAudienceModelCommandInput;
+ output: DeleteConfiguredAudienceModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/src/commands/DeleteConfiguredAudienceModelPolicyCommand.ts b/clients/client-cleanroomsml/src/commands/DeleteConfiguredAudienceModelPolicyCommand.ts
index 28fe62d23416..cdb31d24d58f 100644
--- a/clients/client-cleanroomsml/src/commands/DeleteConfiguredAudienceModelPolicyCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/DeleteConfiguredAudienceModelPolicyCommand.ts
@@ -87,4 +87,16 @@ export class DeleteConfiguredAudienceModelPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConfiguredAudienceModelPolicyCommand)
.de(de_DeleteConfiguredAudienceModelPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConfiguredAudienceModelPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteConfiguredAudienceModelPolicyCommandInput;
+ output: DeleteConfiguredAudienceModelPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/src/commands/DeleteTrainingDatasetCommand.ts b/clients/client-cleanroomsml/src/commands/DeleteTrainingDatasetCommand.ts
index 9d396f9d1c36..31c06a7ead4e 100644
--- a/clients/client-cleanroomsml/src/commands/DeleteTrainingDatasetCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/DeleteTrainingDatasetCommand.ts
@@ -87,4 +87,16 @@ export class DeleteTrainingDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTrainingDatasetCommand)
.de(de_DeleteTrainingDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTrainingDatasetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTrainingDatasetCommandInput;
+ output: DeleteTrainingDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/src/commands/GetAudienceGenerationJobCommand.ts b/clients/client-cleanroomsml/src/commands/GetAudienceGenerationJobCommand.ts
index b9762498defc..b53da5e25aa0 100644
--- a/clients/client-cleanroomsml/src/commands/GetAudienceGenerationJobCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/GetAudienceGenerationJobCommand.ts
@@ -132,4 +132,16 @@ export class GetAudienceGenerationJobCommand extends $Command
.f(void 0, GetAudienceGenerationJobResponseFilterSensitiveLog)
.ser(se_GetAudienceGenerationJobCommand)
.de(de_GetAudienceGenerationJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAudienceGenerationJobRequest;
+ output: GetAudienceGenerationJobResponse;
+ };
+ sdk: {
+ input: GetAudienceGenerationJobCommandInput;
+ output: GetAudienceGenerationJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/src/commands/GetAudienceModelCommand.ts b/clients/client-cleanroomsml/src/commands/GetAudienceModelCommand.ts
index 1fbb917f53d9..eae3476f0165 100644
--- a/clients/client-cleanroomsml/src/commands/GetAudienceModelCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/GetAudienceModelCommand.ts
@@ -102,4 +102,16 @@ export class GetAudienceModelCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAudienceModelCommand)
.de(de_GetAudienceModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAudienceModelRequest;
+ output: GetAudienceModelResponse;
+ };
+ sdk: {
+ input: GetAudienceModelCommandInput;
+ output: GetAudienceModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/src/commands/GetConfiguredAudienceModelCommand.ts b/clients/client-cleanroomsml/src/commands/GetConfiguredAudienceModelCommand.ts
index c758a74b6bc2..e2a3b4598239 100644
--- a/clients/client-cleanroomsml/src/commands/GetConfiguredAudienceModelCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/GetConfiguredAudienceModelCommand.ts
@@ -114,4 +114,16 @@ export class GetConfiguredAudienceModelCommand extends $Command
.f(void 0, void 0)
.ser(se_GetConfiguredAudienceModelCommand)
.de(de_GetConfiguredAudienceModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConfiguredAudienceModelRequest;
+ output: GetConfiguredAudienceModelResponse;
+ };
+ sdk: {
+ input: GetConfiguredAudienceModelCommandInput;
+ output: GetConfiguredAudienceModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/src/commands/GetConfiguredAudienceModelPolicyCommand.ts b/clients/client-cleanroomsml/src/commands/GetConfiguredAudienceModelPolicyCommand.ts
index d8d5c5f68e06..e57e416aa706 100644
--- a/clients/client-cleanroomsml/src/commands/GetConfiguredAudienceModelPolicyCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/GetConfiguredAudienceModelPolicyCommand.ts
@@ -93,4 +93,16 @@ export class GetConfiguredAudienceModelPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetConfiguredAudienceModelPolicyCommand)
.de(de_GetConfiguredAudienceModelPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConfiguredAudienceModelPolicyRequest;
+ output: GetConfiguredAudienceModelPolicyResponse;
+ };
+ sdk: {
+ input: GetConfiguredAudienceModelPolicyCommandInput;
+ output: GetConfiguredAudienceModelPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/src/commands/GetTrainingDatasetCommand.ts b/clients/client-cleanroomsml/src/commands/GetTrainingDatasetCommand.ts
index 77be7319e49f..053526403381 100644
--- a/clients/client-cleanroomsml/src/commands/GetTrainingDatasetCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/GetTrainingDatasetCommand.ts
@@ -117,4 +117,16 @@ export class GetTrainingDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTrainingDatasetCommand)
.de(de_GetTrainingDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTrainingDatasetRequest;
+ output: GetTrainingDatasetResponse;
+ };
+ sdk: {
+ input: GetTrainingDatasetCommandInput;
+ output: GetTrainingDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/src/commands/ListAudienceExportJobsCommand.ts b/clients/client-cleanroomsml/src/commands/ListAudienceExportJobsCommand.ts
index 1da63c2d81ad..7a1a3bc6944c 100644
--- a/clients/client-cleanroomsml/src/commands/ListAudienceExportJobsCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/ListAudienceExportJobsCommand.ts
@@ -104,4 +104,16 @@ export class ListAudienceExportJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAudienceExportJobsCommand)
.de(de_ListAudienceExportJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAudienceExportJobsRequest;
+ output: ListAudienceExportJobsResponse;
+ };
+ sdk: {
+ input: ListAudienceExportJobsCommandInput;
+ output: ListAudienceExportJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/src/commands/ListAudienceGenerationJobsCommand.ts b/clients/client-cleanroomsml/src/commands/ListAudienceGenerationJobsCommand.ts
index 4f305b799a3d..99089b78866e 100644
--- a/clients/client-cleanroomsml/src/commands/ListAudienceGenerationJobsCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/ListAudienceGenerationJobsCommand.ts
@@ -99,4 +99,16 @@ export class ListAudienceGenerationJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAudienceGenerationJobsCommand)
.de(de_ListAudienceGenerationJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAudienceGenerationJobsRequest;
+ output: ListAudienceGenerationJobsResponse;
+ };
+ sdk: {
+ input: ListAudienceGenerationJobsCommandInput;
+ output: ListAudienceGenerationJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/src/commands/ListAudienceModelsCommand.ts b/clients/client-cleanroomsml/src/commands/ListAudienceModelsCommand.ts
index e83ba1c866f0..aeddd132c754 100644
--- a/clients/client-cleanroomsml/src/commands/ListAudienceModelsCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/ListAudienceModelsCommand.ts
@@ -95,4 +95,16 @@ export class ListAudienceModelsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAudienceModelsCommand)
.de(de_ListAudienceModelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAudienceModelsRequest;
+ output: ListAudienceModelsResponse;
+ };
+ sdk: {
+ input: ListAudienceModelsCommandInput;
+ output: ListAudienceModelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/src/commands/ListConfiguredAudienceModelsCommand.ts b/clients/client-cleanroomsml/src/commands/ListConfiguredAudienceModelsCommand.ts
index 09667ed18b91..1397e2de89b1 100644
--- a/clients/client-cleanroomsml/src/commands/ListConfiguredAudienceModelsCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/ListConfiguredAudienceModelsCommand.ts
@@ -108,4 +108,16 @@ export class ListConfiguredAudienceModelsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListConfiguredAudienceModelsCommand)
.de(de_ListConfiguredAudienceModelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListConfiguredAudienceModelsRequest;
+ output: ListConfiguredAudienceModelsResponse;
+ };
+ sdk: {
+ input: ListConfiguredAudienceModelsCommandInput;
+ output: ListConfiguredAudienceModelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/src/commands/ListTagsForResourceCommand.ts b/clients/client-cleanroomsml/src/commands/ListTagsForResourceCommand.ts
index bfc05a42f538..fcc8aca64d5b 100644
--- a/clients/client-cleanroomsml/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/ListTagsForResourceCommand.ts
@@ -88,4 +88,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/src/commands/ListTrainingDatasetsCommand.ts b/clients/client-cleanroomsml/src/commands/ListTrainingDatasetsCommand.ts
index 651d0f0efab0..2d63de641633 100644
--- a/clients/client-cleanroomsml/src/commands/ListTrainingDatasetsCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/ListTrainingDatasetsCommand.ts
@@ -94,4 +94,16 @@ export class ListTrainingDatasetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTrainingDatasetsCommand)
.de(de_ListTrainingDatasetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTrainingDatasetsRequest;
+ output: ListTrainingDatasetsResponse;
+ };
+ sdk: {
+ input: ListTrainingDatasetsCommandInput;
+ output: ListTrainingDatasetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/src/commands/PutConfiguredAudienceModelPolicyCommand.ts b/clients/client-cleanroomsml/src/commands/PutConfiguredAudienceModelPolicyCommand.ts
index 72050dda30eb..53b28a6544e7 100644
--- a/clients/client-cleanroomsml/src/commands/PutConfiguredAudienceModelPolicyCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/PutConfiguredAudienceModelPolicyCommand.ts
@@ -95,4 +95,16 @@ export class PutConfiguredAudienceModelPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutConfiguredAudienceModelPolicyCommand)
.de(de_PutConfiguredAudienceModelPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutConfiguredAudienceModelPolicyRequest;
+ output: PutConfiguredAudienceModelPolicyResponse;
+ };
+ sdk: {
+ input: PutConfiguredAudienceModelPolicyCommandInput;
+ output: PutConfiguredAudienceModelPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/src/commands/StartAudienceExportJobCommand.ts b/clients/client-cleanroomsml/src/commands/StartAudienceExportJobCommand.ts
index ede7ddc2fb04..90f2dd84f292 100644
--- a/clients/client-cleanroomsml/src/commands/StartAudienceExportJobCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/StartAudienceExportJobCommand.ts
@@ -96,4 +96,16 @@ export class StartAudienceExportJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartAudienceExportJobCommand)
.de(de_StartAudienceExportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartAudienceExportJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartAudienceExportJobCommandInput;
+ output: StartAudienceExportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/src/commands/StartAudienceGenerationJobCommand.ts b/clients/client-cleanroomsml/src/commands/StartAudienceGenerationJobCommand.ts
index dc2395d07429..7d7adb13c1fd 100644
--- a/clients/client-cleanroomsml/src/commands/StartAudienceGenerationJobCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/StartAudienceGenerationJobCommand.ts
@@ -116,4 +116,16 @@ export class StartAudienceGenerationJobCommand extends $Command
.f(StartAudienceGenerationJobRequestFilterSensitiveLog, void 0)
.ser(se_StartAudienceGenerationJobCommand)
.de(de_StartAudienceGenerationJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartAudienceGenerationJobRequest;
+ output: StartAudienceGenerationJobResponse;
+ };
+ sdk: {
+ input: StartAudienceGenerationJobCommandInput;
+ output: StartAudienceGenerationJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/src/commands/TagResourceCommand.ts b/clients/client-cleanroomsml/src/commands/TagResourceCommand.ts
index bce77f331f00..f791bbd6e802 100644
--- a/clients/client-cleanroomsml/src/commands/TagResourceCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/TagResourceCommand.ts
@@ -87,4 +87,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/src/commands/UntagResourceCommand.ts b/clients/client-cleanroomsml/src/commands/UntagResourceCommand.ts
index 28374b8e7c98..afdbea1ce603 100644
--- a/clients/client-cleanroomsml/src/commands/UntagResourceCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/UntagResourceCommand.ts
@@ -87,4 +87,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cleanroomsml/src/commands/UpdateConfiguredAudienceModelCommand.ts b/clients/client-cleanroomsml/src/commands/UpdateConfiguredAudienceModelCommand.ts
index 8ca9224372fb..bfdfee49a139 100644
--- a/clients/client-cleanroomsml/src/commands/UpdateConfiguredAudienceModelCommand.ts
+++ b/clients/client-cleanroomsml/src/commands/UpdateConfiguredAudienceModelCommand.ts
@@ -114,4 +114,16 @@ export class UpdateConfiguredAudienceModelCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateConfiguredAudienceModelCommand)
.de(de_UpdateConfiguredAudienceModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateConfiguredAudienceModelRequest;
+ output: UpdateConfiguredAudienceModelResponse;
+ };
+ sdk: {
+ input: UpdateConfiguredAudienceModelCommandInput;
+ output: UpdateConfiguredAudienceModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloud9/package.json b/clients/client-cloud9/package.json
index 7e9d0009a8a2..f9a1921f49ab 100644
--- a/clients/client-cloud9/package.json
+++ b/clients/client-cloud9/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-cloud9/src/commands/CreateEnvironmentEC2Command.ts b/clients/client-cloud9/src/commands/CreateEnvironmentEC2Command.ts
index 577ad10eb17c..610888bd9bbb 100644
--- a/clients/client-cloud9/src/commands/CreateEnvironmentEC2Command.ts
+++ b/clients/client-cloud9/src/commands/CreateEnvironmentEC2Command.ts
@@ -140,4 +140,16 @@ export class CreateEnvironmentEC2Command extends $Command
.f(CreateEnvironmentEC2RequestFilterSensitiveLog, void 0)
.ser(se_CreateEnvironmentEC2Command)
.de(de_CreateEnvironmentEC2Command)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEnvironmentEC2Request;
+ output: CreateEnvironmentEC2Result;
+ };
+ sdk: {
+ input: CreateEnvironmentEC2CommandInput;
+ output: CreateEnvironmentEC2CommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloud9/src/commands/CreateEnvironmentMembershipCommand.ts b/clients/client-cloud9/src/commands/CreateEnvironmentMembershipCommand.ts
index 5f44ec2aa2de..48cae2a7b3e1 100644
--- a/clients/client-cloud9/src/commands/CreateEnvironmentMembershipCommand.ts
+++ b/clients/client-cloud9/src/commands/CreateEnvironmentMembershipCommand.ts
@@ -129,4 +129,16 @@ export class CreateEnvironmentMembershipCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEnvironmentMembershipCommand)
.de(de_CreateEnvironmentMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEnvironmentMembershipRequest;
+ output: CreateEnvironmentMembershipResult;
+ };
+ sdk: {
+ input: CreateEnvironmentMembershipCommandInput;
+ output: CreateEnvironmentMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloud9/src/commands/DeleteEnvironmentCommand.ts b/clients/client-cloud9/src/commands/DeleteEnvironmentCommand.ts
index 2331d3e9ed06..ed95c28ed6db 100644
--- a/clients/client-cloud9/src/commands/DeleteEnvironmentCommand.ts
+++ b/clients/client-cloud9/src/commands/DeleteEnvironmentCommand.ts
@@ -108,4 +108,16 @@ export class DeleteEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEnvironmentCommand)
.de(de_DeleteEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEnvironmentRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEnvironmentCommandInput;
+ output: DeleteEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloud9/src/commands/DeleteEnvironmentMembershipCommand.ts b/clients/client-cloud9/src/commands/DeleteEnvironmentMembershipCommand.ts
index dc52b01422ec..d27d122b6ec5 100644
--- a/clients/client-cloud9/src/commands/DeleteEnvironmentMembershipCommand.ts
+++ b/clients/client-cloud9/src/commands/DeleteEnvironmentMembershipCommand.ts
@@ -109,4 +109,16 @@ export class DeleteEnvironmentMembershipCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEnvironmentMembershipCommand)
.de(de_DeleteEnvironmentMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEnvironmentMembershipRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEnvironmentMembershipCommandInput;
+ output: DeleteEnvironmentMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloud9/src/commands/DescribeEnvironmentMembershipsCommand.ts b/clients/client-cloud9/src/commands/DescribeEnvironmentMembershipsCommand.ts
index 14191ac54325..2d351f159c1c 100644
--- a/clients/client-cloud9/src/commands/DescribeEnvironmentMembershipsCommand.ts
+++ b/clients/client-cloud9/src/commands/DescribeEnvironmentMembershipsCommand.ts
@@ -204,4 +204,16 @@ export class DescribeEnvironmentMembershipsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEnvironmentMembershipsCommand)
.de(de_DescribeEnvironmentMembershipsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEnvironmentMembershipsRequest;
+ output: DescribeEnvironmentMembershipsResult;
+ };
+ sdk: {
+ input: DescribeEnvironmentMembershipsCommandInput;
+ output: DescribeEnvironmentMembershipsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloud9/src/commands/DescribeEnvironmentStatusCommand.ts b/clients/client-cloud9/src/commands/DescribeEnvironmentStatusCommand.ts
index 90314bac1e09..ea8b696a4247 100644
--- a/clients/client-cloud9/src/commands/DescribeEnvironmentStatusCommand.ts
+++ b/clients/client-cloud9/src/commands/DescribeEnvironmentStatusCommand.ts
@@ -116,4 +116,16 @@ export class DescribeEnvironmentStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEnvironmentStatusCommand)
.de(de_DescribeEnvironmentStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEnvironmentStatusRequest;
+ output: DescribeEnvironmentStatusResult;
+ };
+ sdk: {
+ input: DescribeEnvironmentStatusCommandInput;
+ output: DescribeEnvironmentStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloud9/src/commands/DescribeEnvironmentsCommand.ts b/clients/client-cloud9/src/commands/DescribeEnvironmentsCommand.ts
index 78434de7af83..b3e78a4d33e8 100644
--- a/clients/client-cloud9/src/commands/DescribeEnvironmentsCommand.ts
+++ b/clients/client-cloud9/src/commands/DescribeEnvironmentsCommand.ts
@@ -162,4 +162,16 @@ export class DescribeEnvironmentsCommand extends $Command
.f(void 0, DescribeEnvironmentsResultFilterSensitiveLog)
.ser(se_DescribeEnvironmentsCommand)
.de(de_DescribeEnvironmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEnvironmentsRequest;
+ output: DescribeEnvironmentsResult;
+ };
+ sdk: {
+ input: DescribeEnvironmentsCommandInput;
+ output: DescribeEnvironmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloud9/src/commands/ListEnvironmentsCommand.ts b/clients/client-cloud9/src/commands/ListEnvironmentsCommand.ts
index 3f0351b00ccb..32817b0da915 100644
--- a/clients/client-cloud9/src/commands/ListEnvironmentsCommand.ts
+++ b/clients/client-cloud9/src/commands/ListEnvironmentsCommand.ts
@@ -119,4 +119,16 @@ export class ListEnvironmentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEnvironmentsCommand)
.de(de_ListEnvironmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEnvironmentsRequest;
+ output: ListEnvironmentsResult;
+ };
+ sdk: {
+ input: ListEnvironmentsCommandInput;
+ output: ListEnvironmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloud9/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloud9/src/commands/ListTagsForResourceCommand.ts
index 405158b90666..91ce19ad0e73 100644
--- a/clients/client-cloud9/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-cloud9/src/commands/ListTagsForResourceCommand.ts
@@ -95,4 +95,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, ListTagsForResourceResponseFilterSensitiveLog)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloud9/src/commands/TagResourceCommand.ts b/clients/client-cloud9/src/commands/TagResourceCommand.ts
index 5d5bda82c663..66d541a239fb 100644
--- a/clients/client-cloud9/src/commands/TagResourceCommand.ts
+++ b/clients/client-cloud9/src/commands/TagResourceCommand.ts
@@ -97,4 +97,16 @@ export class TagResourceCommand extends $Command
.f(TagResourceRequestFilterSensitiveLog, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloud9/src/commands/UntagResourceCommand.ts b/clients/client-cloud9/src/commands/UntagResourceCommand.ts
index 743736a19216..a5b116ebad86 100644
--- a/clients/client-cloud9/src/commands/UntagResourceCommand.ts
+++ b/clients/client-cloud9/src/commands/UntagResourceCommand.ts
@@ -94,4 +94,16 @@ export class UntagResourceCommand extends $Command
.f(UntagResourceRequestFilterSensitiveLog, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloud9/src/commands/UpdateEnvironmentCommand.ts b/clients/client-cloud9/src/commands/UpdateEnvironmentCommand.ts
index 7e8019238c0f..f0e546df94c8 100644
--- a/clients/client-cloud9/src/commands/UpdateEnvironmentCommand.ts
+++ b/clients/client-cloud9/src/commands/UpdateEnvironmentCommand.ts
@@ -116,4 +116,16 @@ export class UpdateEnvironmentCommand extends $Command
.f(UpdateEnvironmentRequestFilterSensitiveLog, void 0)
.ser(se_UpdateEnvironmentCommand)
.de(de_UpdateEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEnvironmentRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateEnvironmentCommandInput;
+ output: UpdateEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloud9/src/commands/UpdateEnvironmentMembershipCommand.ts b/clients/client-cloud9/src/commands/UpdateEnvironmentMembershipCommand.ts
index a7af91922d60..a2f5eaa2390c 100644
--- a/clients/client-cloud9/src/commands/UpdateEnvironmentMembershipCommand.ts
+++ b/clients/client-cloud9/src/commands/UpdateEnvironmentMembershipCommand.ts
@@ -130,4 +130,16 @@ export class UpdateEnvironmentMembershipCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEnvironmentMembershipCommand)
.de(de_UpdateEnvironmentMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEnvironmentMembershipRequest;
+ output: UpdateEnvironmentMembershipResult;
+ };
+ sdk: {
+ input: UpdateEnvironmentMembershipCommandInput;
+ output: UpdateEnvironmentMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudcontrol/package.json b/clients/client-cloudcontrol/package.json
index 148dcf8b071a..41dde62d7128 100644
--- a/clients/client-cloudcontrol/package.json
+++ b/clients/client-cloudcontrol/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
},
diff --git a/clients/client-cloudcontrol/src/commands/CancelResourceRequestCommand.ts b/clients/client-cloudcontrol/src/commands/CancelResourceRequestCommand.ts
index 6cd4e1548a1a..354bcfef5007 100644
--- a/clients/client-cloudcontrol/src/commands/CancelResourceRequestCommand.ts
+++ b/clients/client-cloudcontrol/src/commands/CancelResourceRequestCommand.ts
@@ -101,4 +101,16 @@ export class CancelResourceRequestCommand extends $Command
.f(void 0, CancelResourceRequestOutputFilterSensitiveLog)
.ser(se_CancelResourceRequestCommand)
.de(de_CancelResourceRequestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelResourceRequestInput;
+ output: CancelResourceRequestOutput;
+ };
+ sdk: {
+ input: CancelResourceRequestCommandInput;
+ output: CancelResourceRequestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudcontrol/src/commands/CreateResourceCommand.ts b/clients/client-cloudcontrol/src/commands/CreateResourceCommand.ts
index 960e6257d0c3..0093284b7d3c 100644
--- a/clients/client-cloudcontrol/src/commands/CreateResourceCommand.ts
+++ b/clients/client-cloudcontrol/src/commands/CreateResourceCommand.ts
@@ -174,4 +174,16 @@ export class CreateResourceCommand extends $Command
.f(CreateResourceInputFilterSensitiveLog, CreateResourceOutputFilterSensitiveLog)
.ser(se_CreateResourceCommand)
.de(de_CreateResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateResourceInput;
+ output: CreateResourceOutput;
+ };
+ sdk: {
+ input: CreateResourceCommandInput;
+ output: CreateResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudcontrol/src/commands/DeleteResourceCommand.ts b/clients/client-cloudcontrol/src/commands/DeleteResourceCommand.ts
index 69a3456e5c2b..95f6ae34f4e8 100644
--- a/clients/client-cloudcontrol/src/commands/DeleteResourceCommand.ts
+++ b/clients/client-cloudcontrol/src/commands/DeleteResourceCommand.ts
@@ -169,4 +169,16 @@ export class DeleteResourceCommand extends $Command
.f(void 0, DeleteResourceOutputFilterSensitiveLog)
.ser(se_DeleteResourceCommand)
.de(de_DeleteResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteResourceInput;
+ output: DeleteResourceOutput;
+ };
+ sdk: {
+ input: DeleteResourceCommandInput;
+ output: DeleteResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudcontrol/src/commands/GetResourceCommand.ts b/clients/client-cloudcontrol/src/commands/GetResourceCommand.ts
index c1a082cd9ceb..3d3ecfde8a5b 100644
--- a/clients/client-cloudcontrol/src/commands/GetResourceCommand.ts
+++ b/clients/client-cloudcontrol/src/commands/GetResourceCommand.ts
@@ -152,4 +152,16 @@ export class GetResourceCommand extends $Command
.f(void 0, GetResourceOutputFilterSensitiveLog)
.ser(se_GetResourceCommand)
.de(de_GetResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourceInput;
+ output: GetResourceOutput;
+ };
+ sdk: {
+ input: GetResourceCommandInput;
+ output: GetResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudcontrol/src/commands/GetResourceRequestStatusCommand.ts b/clients/client-cloudcontrol/src/commands/GetResourceRequestStatusCommand.ts
index 60efa8f47028..51e3759f2c8a 100644
--- a/clients/client-cloudcontrol/src/commands/GetResourceRequestStatusCommand.ts
+++ b/clients/client-cloudcontrol/src/commands/GetResourceRequestStatusCommand.ts
@@ -97,4 +97,16 @@ export class GetResourceRequestStatusCommand extends $Command
.f(void 0, GetResourceRequestStatusOutputFilterSensitiveLog)
.ser(se_GetResourceRequestStatusCommand)
.de(de_GetResourceRequestStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourceRequestStatusInput;
+ output: GetResourceRequestStatusOutput;
+ };
+ sdk: {
+ input: GetResourceRequestStatusCommandInput;
+ output: GetResourceRequestStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudcontrol/src/commands/ListResourceRequestsCommand.ts b/clients/client-cloudcontrol/src/commands/ListResourceRequestsCommand.ts
index fe332de94e54..64bd74140c96 100644
--- a/clients/client-cloudcontrol/src/commands/ListResourceRequestsCommand.ts
+++ b/clients/client-cloudcontrol/src/commands/ListResourceRequestsCommand.ts
@@ -109,4 +109,16 @@ export class ListResourceRequestsCommand extends $Command
.f(void 0, ListResourceRequestsOutputFilterSensitiveLog)
.ser(se_ListResourceRequestsCommand)
.de(de_ListResourceRequestsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListResourceRequestsInput;
+ output: ListResourceRequestsOutput;
+ };
+ sdk: {
+ input: ListResourceRequestsCommandInput;
+ output: ListResourceRequestsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudcontrol/src/commands/ListResourcesCommand.ts b/clients/client-cloudcontrol/src/commands/ListResourcesCommand.ts
index 85cc64b979a6..532da1a0c99a 100644
--- a/clients/client-cloudcontrol/src/commands/ListResourcesCommand.ts
+++ b/clients/client-cloudcontrol/src/commands/ListResourcesCommand.ts
@@ -161,4 +161,16 @@ export class ListResourcesCommand extends $Command
.f(ListResourcesInputFilterSensitiveLog, ListResourcesOutputFilterSensitiveLog)
.ser(se_ListResourcesCommand)
.de(de_ListResourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListResourcesInput;
+ output: ListResourcesOutput;
+ };
+ sdk: {
+ input: ListResourcesCommandInput;
+ output: ListResourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudcontrol/src/commands/UpdateResourceCommand.ts b/clients/client-cloudcontrol/src/commands/UpdateResourceCommand.ts
index 3468ed60d06c..7bbc5d5f2089 100644
--- a/clients/client-cloudcontrol/src/commands/UpdateResourceCommand.ts
+++ b/clients/client-cloudcontrol/src/commands/UpdateResourceCommand.ts
@@ -182,4 +182,16 @@ export class UpdateResourceCommand extends $Command
.f(UpdateResourceInputFilterSensitiveLog, UpdateResourceOutputFilterSensitiveLog)
.ser(se_UpdateResourceCommand)
.de(de_UpdateResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateResourceInput;
+ output: UpdateResourceOutput;
+ };
+ sdk: {
+ input: UpdateResourceCommandInput;
+ output: UpdateResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/package.json b/clients/client-clouddirectory/package.json
index 52374a92db50..292c7d408777 100644
--- a/clients/client-clouddirectory/package.json
+++ b/clients/client-clouddirectory/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-clouddirectory/src/commands/AddFacetToObjectCommand.ts b/clients/client-clouddirectory/src/commands/AddFacetToObjectCommand.ts
index bfc7165cb48c..a64201ed502c 100644
--- a/clients/client-clouddirectory/src/commands/AddFacetToObjectCommand.ts
+++ b/clients/client-clouddirectory/src/commands/AddFacetToObjectCommand.ts
@@ -127,4 +127,16 @@ export class AddFacetToObjectCommand extends $Command
.f(void 0, void 0)
.ser(se_AddFacetToObjectCommand)
.de(de_AddFacetToObjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddFacetToObjectRequest;
+ output: {};
+ };
+ sdk: {
+ input: AddFacetToObjectCommandInput;
+ output: AddFacetToObjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/ApplySchemaCommand.ts b/clients/client-clouddirectory/src/commands/ApplySchemaCommand.ts
index 88d50696f753..2a7958bc0d7c 100644
--- a/clients/client-clouddirectory/src/commands/ApplySchemaCommand.ts
+++ b/clients/client-clouddirectory/src/commands/ApplySchemaCommand.ts
@@ -110,4 +110,16 @@ export class ApplySchemaCommand extends $Command
.f(void 0, void 0)
.ser(se_ApplySchemaCommand)
.de(de_ApplySchemaCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ApplySchemaRequest;
+ output: ApplySchemaResponse;
+ };
+ sdk: {
+ input: ApplySchemaCommandInput;
+ output: ApplySchemaCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/AttachObjectCommand.ts b/clients/client-clouddirectory/src/commands/AttachObjectCommand.ts
index 664436d6a54e..78c50ce353b0 100644
--- a/clients/client-clouddirectory/src/commands/AttachObjectCommand.ts
+++ b/clients/client-clouddirectory/src/commands/AttachObjectCommand.ts
@@ -131,4 +131,16 @@ export class AttachObjectCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachObjectCommand)
.de(de_AttachObjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachObjectRequest;
+ output: AttachObjectResponse;
+ };
+ sdk: {
+ input: AttachObjectCommandInput;
+ output: AttachObjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/AttachPolicyCommand.ts b/clients/client-clouddirectory/src/commands/AttachPolicyCommand.ts
index 3d5340b2de73..2663bd0aff48 100644
--- a/clients/client-clouddirectory/src/commands/AttachPolicyCommand.ts
+++ b/clients/client-clouddirectory/src/commands/AttachPolicyCommand.ts
@@ -110,4 +110,16 @@ export class AttachPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachPolicyCommand)
.de(de_AttachPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: AttachPolicyCommandInput;
+ output: AttachPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/AttachToIndexCommand.ts b/clients/client-clouddirectory/src/commands/AttachToIndexCommand.ts
index 7070ad05679b..7da866e2cfcf 100644
--- a/clients/client-clouddirectory/src/commands/AttachToIndexCommand.ts
+++ b/clients/client-clouddirectory/src/commands/AttachToIndexCommand.ts
@@ -122,4 +122,16 @@ export class AttachToIndexCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachToIndexCommand)
.de(de_AttachToIndexCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachToIndexRequest;
+ output: AttachToIndexResponse;
+ };
+ sdk: {
+ input: AttachToIndexCommandInput;
+ output: AttachToIndexCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/AttachTypedLinkCommand.ts b/clients/client-clouddirectory/src/commands/AttachTypedLinkCommand.ts
index 40f6a76bc7bf..af143edadd22 100644
--- a/clients/client-clouddirectory/src/commands/AttachTypedLinkCommand.ts
+++ b/clients/client-clouddirectory/src/commands/AttachTypedLinkCommand.ts
@@ -155,4 +155,16 @@ export class AttachTypedLinkCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachTypedLinkCommand)
.de(de_AttachTypedLinkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachTypedLinkRequest;
+ output: AttachTypedLinkResponse;
+ };
+ sdk: {
+ input: AttachTypedLinkCommandInput;
+ output: AttachTypedLinkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/BatchReadCommand.ts b/clients/client-clouddirectory/src/commands/BatchReadCommand.ts
index 8a42f2849f72..e951c25989e2 100644
--- a/clients/client-clouddirectory/src/commands/BatchReadCommand.ts
+++ b/clients/client-clouddirectory/src/commands/BatchReadCommand.ts
@@ -500,4 +500,16 @@ export class BatchReadCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchReadCommand)
.de(de_BatchReadCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchReadRequest;
+ output: BatchReadResponse;
+ };
+ sdk: {
+ input: BatchReadCommandInput;
+ output: BatchReadCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/BatchWriteCommand.ts b/clients/client-clouddirectory/src/commands/BatchWriteCommand.ts
index 59bcd7fcc27f..9d9f589d83cb 100644
--- a/clients/client-clouddirectory/src/commands/BatchWriteCommand.ts
+++ b/clients/client-clouddirectory/src/commands/BatchWriteCommand.ts
@@ -366,4 +366,16 @@ export class BatchWriteCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchWriteCommand)
.de(de_BatchWriteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchWriteRequest;
+ output: BatchWriteResponse;
+ };
+ sdk: {
+ input: BatchWriteCommandInput;
+ output: BatchWriteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/CreateDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/CreateDirectoryCommand.ts
index 2d0c6a5411f1..946f13466990 100644
--- a/clients/client-clouddirectory/src/commands/CreateDirectoryCommand.ts
+++ b/clients/client-clouddirectory/src/commands/CreateDirectoryCommand.ts
@@ -110,4 +110,16 @@ export class CreateDirectoryCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDirectoryCommand)
.de(de_CreateDirectoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDirectoryRequest;
+ output: CreateDirectoryResponse;
+ };
+ sdk: {
+ input: CreateDirectoryCommandInput;
+ output: CreateDirectoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/CreateFacetCommand.ts b/clients/client-clouddirectory/src/commands/CreateFacetCommand.ts
index 2493f967f06d..d9224d4bcd38 100644
--- a/clients/client-clouddirectory/src/commands/CreateFacetCommand.ts
+++ b/clients/client-clouddirectory/src/commands/CreateFacetCommand.ts
@@ -140,4 +140,16 @@ export class CreateFacetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFacetCommand)
.de(de_CreateFacetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFacetRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateFacetCommandInput;
+ output: CreateFacetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/CreateIndexCommand.ts b/clients/client-clouddirectory/src/commands/CreateIndexCommand.ts
index eb01e7f91c68..5a38d3077b19 100644
--- a/clients/client-clouddirectory/src/commands/CreateIndexCommand.ts
+++ b/clients/client-clouddirectory/src/commands/CreateIndexCommand.ts
@@ -125,4 +125,16 @@ export class CreateIndexCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateIndexCommand)
.de(de_CreateIndexCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateIndexRequest;
+ output: CreateIndexResponse;
+ };
+ sdk: {
+ input: CreateIndexCommandInput;
+ output: CreateIndexCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/CreateObjectCommand.ts b/clients/client-clouddirectory/src/commands/CreateObjectCommand.ts
index eb6a576d246d..5c7030ea8e75 100644
--- a/clients/client-clouddirectory/src/commands/CreateObjectCommand.ts
+++ b/clients/client-clouddirectory/src/commands/CreateObjectCommand.ts
@@ -142,4 +142,16 @@ export class CreateObjectCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateObjectCommand)
.de(de_CreateObjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateObjectRequest;
+ output: CreateObjectResponse;
+ };
+ sdk: {
+ input: CreateObjectCommandInput;
+ output: CreateObjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/CreateSchemaCommand.ts b/clients/client-clouddirectory/src/commands/CreateSchemaCommand.ts
index 2117e848283a..cd6b36874a6b 100644
--- a/clients/client-clouddirectory/src/commands/CreateSchemaCommand.ts
+++ b/clients/client-clouddirectory/src/commands/CreateSchemaCommand.ts
@@ -120,4 +120,16 @@ export class CreateSchemaCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSchemaCommand)
.de(de_CreateSchemaCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSchemaRequest;
+ output: CreateSchemaResponse;
+ };
+ sdk: {
+ input: CreateSchemaCommandInput;
+ output: CreateSchemaCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/CreateTypedLinkFacetCommand.ts b/clients/client-clouddirectory/src/commands/CreateTypedLinkFacetCommand.ts
index 3d771a2e4eab..c3b49b9ad9ba 100644
--- a/clients/client-clouddirectory/src/commands/CreateTypedLinkFacetCommand.ts
+++ b/clients/client-clouddirectory/src/commands/CreateTypedLinkFacetCommand.ts
@@ -136,4 +136,16 @@ export class CreateTypedLinkFacetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTypedLinkFacetCommand)
.de(de_CreateTypedLinkFacetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTypedLinkFacetRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateTypedLinkFacetCommandInput;
+ output: CreateTypedLinkFacetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/DeleteDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/DeleteDirectoryCommand.ts
index 6b2ebe8611d1..3e7a0f38b03e 100644
--- a/clients/client-clouddirectory/src/commands/DeleteDirectoryCommand.ts
+++ b/clients/client-clouddirectory/src/commands/DeleteDirectoryCommand.ts
@@ -108,4 +108,16 @@ export class DeleteDirectoryCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDirectoryCommand)
.de(de_DeleteDirectoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDirectoryRequest;
+ output: DeleteDirectoryResponse;
+ };
+ sdk: {
+ input: DeleteDirectoryCommandInput;
+ output: DeleteDirectoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/DeleteFacetCommand.ts b/clients/client-clouddirectory/src/commands/DeleteFacetCommand.ts
index 321ae6298f9e..fa2a8233d3f7 100644
--- a/clients/client-clouddirectory/src/commands/DeleteFacetCommand.ts
+++ b/clients/client-clouddirectory/src/commands/DeleteFacetCommand.ts
@@ -107,4 +107,16 @@ export class DeleteFacetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFacetCommand)
.de(de_DeleteFacetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFacetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFacetCommandInput;
+ output: DeleteFacetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/DeleteObjectCommand.ts b/clients/client-clouddirectory/src/commands/DeleteObjectCommand.ts
index e6b1f312ee1e..52abfcb4a20e 100644
--- a/clients/client-clouddirectory/src/commands/DeleteObjectCommand.ts
+++ b/clients/client-clouddirectory/src/commands/DeleteObjectCommand.ts
@@ -108,4 +108,16 @@ export class DeleteObjectCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteObjectCommand)
.de(de_DeleteObjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteObjectRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteObjectCommandInput;
+ output: DeleteObjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/DeleteSchemaCommand.ts b/clients/client-clouddirectory/src/commands/DeleteSchemaCommand.ts
index e49a2e338f99..5b10d484a65b 100644
--- a/clients/client-clouddirectory/src/commands/DeleteSchemaCommand.ts
+++ b/clients/client-clouddirectory/src/commands/DeleteSchemaCommand.ts
@@ -103,4 +103,16 @@ export class DeleteSchemaCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSchemaCommand)
.de(de_DeleteSchemaCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSchemaRequest;
+ output: DeleteSchemaResponse;
+ };
+ sdk: {
+ input: DeleteSchemaCommandInput;
+ output: DeleteSchemaCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/DeleteTypedLinkFacetCommand.ts b/clients/client-clouddirectory/src/commands/DeleteTypedLinkFacetCommand.ts
index 50001bca92c8..7d89401b7b6d 100644
--- a/clients/client-clouddirectory/src/commands/DeleteTypedLinkFacetCommand.ts
+++ b/clients/client-clouddirectory/src/commands/DeleteTypedLinkFacetCommand.ts
@@ -101,4 +101,16 @@ export class DeleteTypedLinkFacetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTypedLinkFacetCommand)
.de(de_DeleteTypedLinkFacetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTypedLinkFacetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTypedLinkFacetCommandInput;
+ output: DeleteTypedLinkFacetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/DetachFromIndexCommand.ts b/clients/client-clouddirectory/src/commands/DetachFromIndexCommand.ts
index e60d99239338..6b89f3dbc17c 100644
--- a/clients/client-clouddirectory/src/commands/DetachFromIndexCommand.ts
+++ b/clients/client-clouddirectory/src/commands/DetachFromIndexCommand.ts
@@ -114,4 +114,16 @@ export class DetachFromIndexCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachFromIndexCommand)
.de(de_DetachFromIndexCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachFromIndexRequest;
+ output: DetachFromIndexResponse;
+ };
+ sdk: {
+ input: DetachFromIndexCommandInput;
+ output: DetachFromIndexCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/DetachObjectCommand.ts b/clients/client-clouddirectory/src/commands/DetachObjectCommand.ts
index cf34876ee891..d93c289b00ea 100644
--- a/clients/client-clouddirectory/src/commands/DetachObjectCommand.ts
+++ b/clients/client-clouddirectory/src/commands/DetachObjectCommand.ts
@@ -111,4 +111,16 @@ export class DetachObjectCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachObjectCommand)
.de(de_DetachObjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachObjectRequest;
+ output: DetachObjectResponse;
+ };
+ sdk: {
+ input: DetachObjectCommandInput;
+ output: DetachObjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/DetachPolicyCommand.ts b/clients/client-clouddirectory/src/commands/DetachPolicyCommand.ts
index 94e888c31f78..821583c2a507 100644
--- a/clients/client-clouddirectory/src/commands/DetachPolicyCommand.ts
+++ b/clients/client-clouddirectory/src/commands/DetachPolicyCommand.ts
@@ -109,4 +109,16 @@ export class DetachPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachPolicyCommand)
.de(de_DetachPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DetachPolicyCommandInput;
+ output: DetachPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/DetachTypedLinkCommand.ts b/clients/client-clouddirectory/src/commands/DetachTypedLinkCommand.ts
index 652b925a2fab..0951da255e97 100644
--- a/clients/client-clouddirectory/src/commands/DetachTypedLinkCommand.ts
+++ b/clients/client-clouddirectory/src/commands/DetachTypedLinkCommand.ts
@@ -128,4 +128,16 @@ export class DetachTypedLinkCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachTypedLinkCommand)
.de(de_DetachTypedLinkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachTypedLinkRequest;
+ output: {};
+ };
+ sdk: {
+ input: DetachTypedLinkCommandInput;
+ output: DetachTypedLinkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/DisableDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/DisableDirectoryCommand.ts
index 32aa546299cf..bbb7089f20cc 100644
--- a/clients/client-clouddirectory/src/commands/DisableDirectoryCommand.ts
+++ b/clients/client-clouddirectory/src/commands/DisableDirectoryCommand.ts
@@ -104,4 +104,16 @@ export class DisableDirectoryCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableDirectoryCommand)
.de(de_DisableDirectoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableDirectoryRequest;
+ output: DisableDirectoryResponse;
+ };
+ sdk: {
+ input: DisableDirectoryCommandInput;
+ output: DisableDirectoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/EnableDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/EnableDirectoryCommand.ts
index d6e4c5ca3bff..190b1a1bace1 100644
--- a/clients/client-clouddirectory/src/commands/EnableDirectoryCommand.ts
+++ b/clients/client-clouddirectory/src/commands/EnableDirectoryCommand.ts
@@ -104,4 +104,16 @@ export class EnableDirectoryCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableDirectoryCommand)
.de(de_EnableDirectoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableDirectoryRequest;
+ output: EnableDirectoryResponse;
+ };
+ sdk: {
+ input: EnableDirectoryCommandInput;
+ output: EnableDirectoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/GetAppliedSchemaVersionCommand.ts b/clients/client-clouddirectory/src/commands/GetAppliedSchemaVersionCommand.ts
index 73ff37ac4d0b..7d34caaad775 100644
--- a/clients/client-clouddirectory/src/commands/GetAppliedSchemaVersionCommand.ts
+++ b/clients/client-clouddirectory/src/commands/GetAppliedSchemaVersionCommand.ts
@@ -99,4 +99,16 @@ export class GetAppliedSchemaVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAppliedSchemaVersionCommand)
.de(de_GetAppliedSchemaVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAppliedSchemaVersionRequest;
+ output: GetAppliedSchemaVersionResponse;
+ };
+ sdk: {
+ input: GetAppliedSchemaVersionCommandInput;
+ output: GetAppliedSchemaVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/GetDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/GetDirectoryCommand.ts
index 18050ab90a77..60cfdfbc1c11 100644
--- a/clients/client-clouddirectory/src/commands/GetDirectoryCommand.ts
+++ b/clients/client-clouddirectory/src/commands/GetDirectoryCommand.ts
@@ -101,4 +101,16 @@ export class GetDirectoryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDirectoryCommand)
.de(de_GetDirectoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDirectoryRequest;
+ output: GetDirectoryResponse;
+ };
+ sdk: {
+ input: GetDirectoryCommandInput;
+ output: GetDirectoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/GetFacetCommand.ts b/clients/client-clouddirectory/src/commands/GetFacetCommand.ts
index 42c0ae4195d7..a0a6adb7e71e 100644
--- a/clients/client-clouddirectory/src/commands/GetFacetCommand.ts
+++ b/clients/client-clouddirectory/src/commands/GetFacetCommand.ts
@@ -108,4 +108,16 @@ export class GetFacetCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFacetCommand)
.de(de_GetFacetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFacetRequest;
+ output: GetFacetResponse;
+ };
+ sdk: {
+ input: GetFacetCommandInput;
+ output: GetFacetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/GetLinkAttributesCommand.ts b/clients/client-clouddirectory/src/commands/GetLinkAttributesCommand.ts
index d27c05c995ae..8567be613e11 100644
--- a/clients/client-clouddirectory/src/commands/GetLinkAttributesCommand.ts
+++ b/clients/client-clouddirectory/src/commands/GetLinkAttributesCommand.ts
@@ -149,4 +149,16 @@ export class GetLinkAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLinkAttributesCommand)
.de(de_GetLinkAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLinkAttributesRequest;
+ output: GetLinkAttributesResponse;
+ };
+ sdk: {
+ input: GetLinkAttributesCommandInput;
+ output: GetLinkAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/GetObjectAttributesCommand.ts b/clients/client-clouddirectory/src/commands/GetObjectAttributesCommand.ts
index 31d7df03e52b..0dde0d195830 100644
--- a/clients/client-clouddirectory/src/commands/GetObjectAttributesCommand.ts
+++ b/clients/client-clouddirectory/src/commands/GetObjectAttributesCommand.ts
@@ -132,4 +132,16 @@ export class GetObjectAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetObjectAttributesCommand)
.de(de_GetObjectAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetObjectAttributesRequest;
+ output: GetObjectAttributesResponse;
+ };
+ sdk: {
+ input: GetObjectAttributesCommandInput;
+ output: GetObjectAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/GetObjectInformationCommand.ts b/clients/client-clouddirectory/src/commands/GetObjectInformationCommand.ts
index aa5313cbc79f..5884449c692e 100644
--- a/clients/client-clouddirectory/src/commands/GetObjectInformationCommand.ts
+++ b/clients/client-clouddirectory/src/commands/GetObjectInformationCommand.ts
@@ -112,4 +112,16 @@ export class GetObjectInformationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetObjectInformationCommand)
.de(de_GetObjectInformationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetObjectInformationRequest;
+ output: GetObjectInformationResponse;
+ };
+ sdk: {
+ input: GetObjectInformationCommandInput;
+ output: GetObjectInformationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/GetSchemaAsJsonCommand.ts b/clients/client-clouddirectory/src/commands/GetSchemaAsJsonCommand.ts
index 1ac2c89718e3..bcd7136b97f3 100644
--- a/clients/client-clouddirectory/src/commands/GetSchemaAsJsonCommand.ts
+++ b/clients/client-clouddirectory/src/commands/GetSchemaAsJsonCommand.ts
@@ -100,4 +100,16 @@ export class GetSchemaAsJsonCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSchemaAsJsonCommand)
.de(de_GetSchemaAsJsonCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSchemaAsJsonRequest;
+ output: GetSchemaAsJsonResponse;
+ };
+ sdk: {
+ input: GetSchemaAsJsonCommandInput;
+ output: GetSchemaAsJsonCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/GetTypedLinkFacetInformationCommand.ts b/clients/client-clouddirectory/src/commands/GetTypedLinkFacetInformationCommand.ts
index 64c7c21fba16..48ed0dba8b83 100644
--- a/clients/client-clouddirectory/src/commands/GetTypedLinkFacetInformationCommand.ts
+++ b/clients/client-clouddirectory/src/commands/GetTypedLinkFacetInformationCommand.ts
@@ -113,4 +113,16 @@ export class GetTypedLinkFacetInformationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTypedLinkFacetInformationCommand)
.de(de_GetTypedLinkFacetInformationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTypedLinkFacetInformationRequest;
+ output: GetTypedLinkFacetInformationResponse;
+ };
+ sdk: {
+ input: GetTypedLinkFacetInformationCommandInput;
+ output: GetTypedLinkFacetInformationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/ListAppliedSchemaArnsCommand.ts b/clients/client-clouddirectory/src/commands/ListAppliedSchemaArnsCommand.ts
index 8d4edf29a11e..ba9c8aeb5ce7 100644
--- a/clients/client-clouddirectory/src/commands/ListAppliedSchemaArnsCommand.ts
+++ b/clients/client-clouddirectory/src/commands/ListAppliedSchemaArnsCommand.ts
@@ -108,4 +108,16 @@ export class ListAppliedSchemaArnsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAppliedSchemaArnsCommand)
.de(de_ListAppliedSchemaArnsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAppliedSchemaArnsRequest;
+ output: ListAppliedSchemaArnsResponse;
+ };
+ sdk: {
+ input: ListAppliedSchemaArnsCommandInput;
+ output: ListAppliedSchemaArnsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/ListAttachedIndicesCommand.ts b/clients/client-clouddirectory/src/commands/ListAttachedIndicesCommand.ts
index c573aae32dbd..f0da2498e18c 100644
--- a/clients/client-clouddirectory/src/commands/ListAttachedIndicesCommand.ts
+++ b/clients/client-clouddirectory/src/commands/ListAttachedIndicesCommand.ts
@@ -129,4 +129,16 @@ export class ListAttachedIndicesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAttachedIndicesCommand)
.de(de_ListAttachedIndicesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAttachedIndicesRequest;
+ output: ListAttachedIndicesResponse;
+ };
+ sdk: {
+ input: ListAttachedIndicesCommandInput;
+ output: ListAttachedIndicesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/ListDevelopmentSchemaArnsCommand.ts b/clients/client-clouddirectory/src/commands/ListDevelopmentSchemaArnsCommand.ts
index ceb8515a577d..2d86dfb0f781 100644
--- a/clients/client-clouddirectory/src/commands/ListDevelopmentSchemaArnsCommand.ts
+++ b/clients/client-clouddirectory/src/commands/ListDevelopmentSchemaArnsCommand.ts
@@ -107,4 +107,16 @@ export class ListDevelopmentSchemaArnsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDevelopmentSchemaArnsCommand)
.de(de_ListDevelopmentSchemaArnsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDevelopmentSchemaArnsRequest;
+ output: ListDevelopmentSchemaArnsResponse;
+ };
+ sdk: {
+ input: ListDevelopmentSchemaArnsCommandInput;
+ output: ListDevelopmentSchemaArnsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/ListDirectoriesCommand.ts b/clients/client-clouddirectory/src/commands/ListDirectoriesCommand.ts
index 67bbd686a099..77ce27e34a09 100644
--- a/clients/client-clouddirectory/src/commands/ListDirectoriesCommand.ts
+++ b/clients/client-clouddirectory/src/commands/ListDirectoriesCommand.ts
@@ -109,4 +109,16 @@ export class ListDirectoriesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDirectoriesCommand)
.de(de_ListDirectoriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDirectoriesRequest;
+ output: ListDirectoriesResponse;
+ };
+ sdk: {
+ input: ListDirectoriesCommandInput;
+ output: ListDirectoriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/ListFacetAttributesCommand.ts b/clients/client-clouddirectory/src/commands/ListFacetAttributesCommand.ts
index a84b9f6bcf45..9a840f72c8d6 100644
--- a/clients/client-clouddirectory/src/commands/ListFacetAttributesCommand.ts
+++ b/clients/client-clouddirectory/src/commands/ListFacetAttributesCommand.ts
@@ -137,4 +137,16 @@ export class ListFacetAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFacetAttributesCommand)
.de(de_ListFacetAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFacetAttributesRequest;
+ output: ListFacetAttributesResponse;
+ };
+ sdk: {
+ input: ListFacetAttributesCommandInput;
+ output: ListFacetAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/ListFacetNamesCommand.ts b/clients/client-clouddirectory/src/commands/ListFacetNamesCommand.ts
index 4ea66b3fe454..5af81c82a641 100644
--- a/clients/client-clouddirectory/src/commands/ListFacetNamesCommand.ts
+++ b/clients/client-clouddirectory/src/commands/ListFacetNamesCommand.ts
@@ -107,4 +107,16 @@ export class ListFacetNamesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFacetNamesCommand)
.de(de_ListFacetNamesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFacetNamesRequest;
+ output: ListFacetNamesResponse;
+ };
+ sdk: {
+ input: ListFacetNamesCommandInput;
+ output: ListFacetNamesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/ListIncomingTypedLinksCommand.ts b/clients/client-clouddirectory/src/commands/ListIncomingTypedLinksCommand.ts
index d3f568d47e42..1dd394db7f64 100644
--- a/clients/client-clouddirectory/src/commands/ListIncomingTypedLinksCommand.ts
+++ b/clients/client-clouddirectory/src/commands/ListIncomingTypedLinksCommand.ts
@@ -170,4 +170,16 @@ export class ListIncomingTypedLinksCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIncomingTypedLinksCommand)
.de(de_ListIncomingTypedLinksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIncomingTypedLinksRequest;
+ output: ListIncomingTypedLinksResponse;
+ };
+ sdk: {
+ input: ListIncomingTypedLinksCommandInput;
+ output: ListIncomingTypedLinksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/ListIndexCommand.ts b/clients/client-clouddirectory/src/commands/ListIndexCommand.ts
index 69ee796f7dfa..7f2738105b14 100644
--- a/clients/client-clouddirectory/src/commands/ListIndexCommand.ts
+++ b/clients/client-clouddirectory/src/commands/ListIndexCommand.ts
@@ -166,4 +166,16 @@ export class ListIndexCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIndexCommand)
.de(de_ListIndexCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIndexRequest;
+ output: ListIndexResponse;
+ };
+ sdk: {
+ input: ListIndexCommandInput;
+ output: ListIndexCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/ListManagedSchemaArnsCommand.ts b/clients/client-clouddirectory/src/commands/ListManagedSchemaArnsCommand.ts
index 2e71aede17f4..46baa4afbac8 100644
--- a/clients/client-clouddirectory/src/commands/ListManagedSchemaArnsCommand.ts
+++ b/clients/client-clouddirectory/src/commands/ListManagedSchemaArnsCommand.ts
@@ -101,4 +101,16 @@ export class ListManagedSchemaArnsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListManagedSchemaArnsCommand)
.de(de_ListManagedSchemaArnsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListManagedSchemaArnsRequest;
+ output: ListManagedSchemaArnsResponse;
+ };
+ sdk: {
+ input: ListManagedSchemaArnsCommandInput;
+ output: ListManagedSchemaArnsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/ListObjectAttributesCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectAttributesCommand.ts
index 0137185d3908..9777b508e14a 100644
--- a/clients/client-clouddirectory/src/commands/ListObjectAttributesCommand.ts
+++ b/clients/client-clouddirectory/src/commands/ListObjectAttributesCommand.ts
@@ -136,4 +136,16 @@ export class ListObjectAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListObjectAttributesCommand)
.de(de_ListObjectAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListObjectAttributesRequest;
+ output: ListObjectAttributesResponse;
+ };
+ sdk: {
+ input: ListObjectAttributesCommandInput;
+ output: ListObjectAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/ListObjectChildrenCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectChildrenCommand.ts
index 543c475e6582..a52b118daf9b 100644
--- a/clients/client-clouddirectory/src/commands/ListObjectChildrenCommand.ts
+++ b/clients/client-clouddirectory/src/commands/ListObjectChildrenCommand.ts
@@ -119,4 +119,16 @@ export class ListObjectChildrenCommand extends $Command
.f(void 0, void 0)
.ser(se_ListObjectChildrenCommand)
.de(de_ListObjectChildrenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListObjectChildrenRequest;
+ output: ListObjectChildrenResponse;
+ };
+ sdk: {
+ input: ListObjectChildrenCommandInput;
+ output: ListObjectChildrenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/ListObjectParentPathsCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectParentPathsCommand.ts
index 9c76c0c9385d..e3dd1ca7432c 100644
--- a/clients/client-clouddirectory/src/commands/ListObjectParentPathsCommand.ts
+++ b/clients/client-clouddirectory/src/commands/ListObjectParentPathsCommand.ts
@@ -125,4 +125,16 @@ export class ListObjectParentPathsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListObjectParentPathsCommand)
.de(de_ListObjectParentPathsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListObjectParentPathsRequest;
+ output: ListObjectParentPathsResponse;
+ };
+ sdk: {
+ input: ListObjectParentPathsCommandInput;
+ output: ListObjectParentPathsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/ListObjectParentsCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectParentsCommand.ts
index 7b2c67974cd0..89625ec5bd54 100644
--- a/clients/client-clouddirectory/src/commands/ListObjectParentsCommand.ts
+++ b/clients/client-clouddirectory/src/commands/ListObjectParentsCommand.ts
@@ -125,4 +125,16 @@ export class ListObjectParentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListObjectParentsCommand)
.de(de_ListObjectParentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListObjectParentsRequest;
+ output: ListObjectParentsResponse;
+ };
+ sdk: {
+ input: ListObjectParentsCommandInput;
+ output: ListObjectParentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/ListObjectPoliciesCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectPoliciesCommand.ts
index 56c04e922522..12a10895e5c3 100644
--- a/clients/client-clouddirectory/src/commands/ListObjectPoliciesCommand.ts
+++ b/clients/client-clouddirectory/src/commands/ListObjectPoliciesCommand.ts
@@ -114,4 +114,16 @@ export class ListObjectPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListObjectPoliciesCommand)
.de(de_ListObjectPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListObjectPoliciesRequest;
+ output: ListObjectPoliciesResponse;
+ };
+ sdk: {
+ input: ListObjectPoliciesCommandInput;
+ output: ListObjectPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/ListOutgoingTypedLinksCommand.ts b/clients/client-clouddirectory/src/commands/ListOutgoingTypedLinksCommand.ts
index 87d9902c6813..f146f5c3e3fe 100644
--- a/clients/client-clouddirectory/src/commands/ListOutgoingTypedLinksCommand.ts
+++ b/clients/client-clouddirectory/src/commands/ListOutgoingTypedLinksCommand.ts
@@ -170,4 +170,16 @@ export class ListOutgoingTypedLinksCommand extends $Command
.f(void 0, void 0)
.ser(se_ListOutgoingTypedLinksCommand)
.de(de_ListOutgoingTypedLinksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListOutgoingTypedLinksRequest;
+ output: ListOutgoingTypedLinksResponse;
+ };
+ sdk: {
+ input: ListOutgoingTypedLinksCommandInput;
+ output: ListOutgoingTypedLinksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/ListPolicyAttachmentsCommand.ts b/clients/client-clouddirectory/src/commands/ListPolicyAttachmentsCommand.ts
index 157e94c0f2de..e443b9059296 100644
--- a/clients/client-clouddirectory/src/commands/ListPolicyAttachmentsCommand.ts
+++ b/clients/client-clouddirectory/src/commands/ListPolicyAttachmentsCommand.ts
@@ -117,4 +117,16 @@ export class ListPolicyAttachmentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPolicyAttachmentsCommand)
.de(de_ListPolicyAttachmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPolicyAttachmentsRequest;
+ output: ListPolicyAttachmentsResponse;
+ };
+ sdk: {
+ input: ListPolicyAttachmentsCommandInput;
+ output: ListPolicyAttachmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/ListPublishedSchemaArnsCommand.ts b/clients/client-clouddirectory/src/commands/ListPublishedSchemaArnsCommand.ts
index 8b19454d5b52..bc45026aa92f 100644
--- a/clients/client-clouddirectory/src/commands/ListPublishedSchemaArnsCommand.ts
+++ b/clients/client-clouddirectory/src/commands/ListPublishedSchemaArnsCommand.ts
@@ -107,4 +107,16 @@ export class ListPublishedSchemaArnsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPublishedSchemaArnsCommand)
.de(de_ListPublishedSchemaArnsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPublishedSchemaArnsRequest;
+ output: ListPublishedSchemaArnsResponse;
+ };
+ sdk: {
+ input: ListPublishedSchemaArnsCommandInput;
+ output: ListPublishedSchemaArnsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/ListTagsForResourceCommand.ts b/clients/client-clouddirectory/src/commands/ListTagsForResourceCommand.ts
index d191c1d6dd45..288f6a9f8cfc 100644
--- a/clients/client-clouddirectory/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-clouddirectory/src/commands/ListTagsForResourceCommand.ts
@@ -112,4 +112,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/ListTypedLinkFacetAttributesCommand.ts b/clients/client-clouddirectory/src/commands/ListTypedLinkFacetAttributesCommand.ts
index 7d56c284c1ba..b9e588c81979 100644
--- a/clients/client-clouddirectory/src/commands/ListTypedLinkFacetAttributesCommand.ts
+++ b/clients/client-clouddirectory/src/commands/ListTypedLinkFacetAttributesCommand.ts
@@ -136,4 +136,16 @@ export class ListTypedLinkFacetAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTypedLinkFacetAttributesCommand)
.de(de_ListTypedLinkFacetAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTypedLinkFacetAttributesRequest;
+ output: ListTypedLinkFacetAttributesResponse;
+ };
+ sdk: {
+ input: ListTypedLinkFacetAttributesCommandInput;
+ output: ListTypedLinkFacetAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/ListTypedLinkFacetNamesCommand.ts b/clients/client-clouddirectory/src/commands/ListTypedLinkFacetNamesCommand.ts
index c93e7dd84e9e..cfd888bb9d54 100644
--- a/clients/client-clouddirectory/src/commands/ListTypedLinkFacetNamesCommand.ts
+++ b/clients/client-clouddirectory/src/commands/ListTypedLinkFacetNamesCommand.ts
@@ -108,4 +108,16 @@ export class ListTypedLinkFacetNamesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTypedLinkFacetNamesCommand)
.de(de_ListTypedLinkFacetNamesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTypedLinkFacetNamesRequest;
+ output: ListTypedLinkFacetNamesResponse;
+ };
+ sdk: {
+ input: ListTypedLinkFacetNamesCommandInput;
+ output: ListTypedLinkFacetNamesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/LookupPolicyCommand.ts b/clients/client-clouddirectory/src/commands/LookupPolicyCommand.ts
index 0fb7d1596e1f..7a294f9d6119 100644
--- a/clients/client-clouddirectory/src/commands/LookupPolicyCommand.ts
+++ b/clients/client-clouddirectory/src/commands/LookupPolicyCommand.ts
@@ -127,4 +127,16 @@ export class LookupPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_LookupPolicyCommand)
.de(de_LookupPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: LookupPolicyRequest;
+ output: LookupPolicyResponse;
+ };
+ sdk: {
+ input: LookupPolicyCommandInput;
+ output: LookupPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/PublishSchemaCommand.ts b/clients/client-clouddirectory/src/commands/PublishSchemaCommand.ts
index 74fcdda777ad..66b176d12dd5 100644
--- a/clients/client-clouddirectory/src/commands/PublishSchemaCommand.ts
+++ b/clients/client-clouddirectory/src/commands/PublishSchemaCommand.ts
@@ -105,4 +105,16 @@ export class PublishSchemaCommand extends $Command
.f(void 0, void 0)
.ser(se_PublishSchemaCommand)
.de(de_PublishSchemaCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PublishSchemaRequest;
+ output: PublishSchemaResponse;
+ };
+ sdk: {
+ input: PublishSchemaCommandInput;
+ output: PublishSchemaCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/PutSchemaFromJsonCommand.ts b/clients/client-clouddirectory/src/commands/PutSchemaFromJsonCommand.ts
index 3b50264670fa..26527fb10665 100644
--- a/clients/client-clouddirectory/src/commands/PutSchemaFromJsonCommand.ts
+++ b/clients/client-clouddirectory/src/commands/PutSchemaFromJsonCommand.ts
@@ -103,4 +103,16 @@ export class PutSchemaFromJsonCommand extends $Command
.f(void 0, void 0)
.ser(se_PutSchemaFromJsonCommand)
.de(de_PutSchemaFromJsonCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutSchemaFromJsonRequest;
+ output: PutSchemaFromJsonResponse;
+ };
+ sdk: {
+ input: PutSchemaFromJsonCommandInput;
+ output: PutSchemaFromJsonCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/RemoveFacetFromObjectCommand.ts b/clients/client-clouddirectory/src/commands/RemoveFacetFromObjectCommand.ts
index 4f1fc3d718f0..5ddd477cce71 100644
--- a/clients/client-clouddirectory/src/commands/RemoveFacetFromObjectCommand.ts
+++ b/clients/client-clouddirectory/src/commands/RemoveFacetFromObjectCommand.ts
@@ -111,4 +111,16 @@ export class RemoveFacetFromObjectCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveFacetFromObjectCommand)
.de(de_RemoveFacetFromObjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveFacetFromObjectRequest;
+ output: {};
+ };
+ sdk: {
+ input: RemoveFacetFromObjectCommandInput;
+ output: RemoveFacetFromObjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/TagResourceCommand.ts b/clients/client-clouddirectory/src/commands/TagResourceCommand.ts
index 3265599365c6..98dd57b42c6c 100644
--- a/clients/client-clouddirectory/src/commands/TagResourceCommand.ts
+++ b/clients/client-clouddirectory/src/commands/TagResourceCommand.ts
@@ -106,4 +106,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/UntagResourceCommand.ts b/clients/client-clouddirectory/src/commands/UntagResourceCommand.ts
index 07a090e6f966..1c75eb776686 100644
--- a/clients/client-clouddirectory/src/commands/UntagResourceCommand.ts
+++ b/clients/client-clouddirectory/src/commands/UntagResourceCommand.ts
@@ -103,4 +103,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/UpdateFacetCommand.ts b/clients/client-clouddirectory/src/commands/UpdateFacetCommand.ts
index dbdc66452c27..51b14ec7c83d 100644
--- a/clients/client-clouddirectory/src/commands/UpdateFacetCommand.ts
+++ b/clients/client-clouddirectory/src/commands/UpdateFacetCommand.ts
@@ -156,4 +156,16 @@ export class UpdateFacetCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFacetCommand)
.de(de_UpdateFacetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFacetRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateFacetCommandInput;
+ output: UpdateFacetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/UpdateLinkAttributesCommand.ts b/clients/client-clouddirectory/src/commands/UpdateLinkAttributesCommand.ts
index 563bb4ca2b5a..add16f40bd69 100644
--- a/clients/client-clouddirectory/src/commands/UpdateLinkAttributesCommand.ts
+++ b/clients/client-clouddirectory/src/commands/UpdateLinkAttributesCommand.ts
@@ -147,4 +147,16 @@ export class UpdateLinkAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateLinkAttributesCommand)
.de(de_UpdateLinkAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLinkAttributesRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateLinkAttributesCommandInput;
+ output: UpdateLinkAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/UpdateObjectAttributesCommand.ts b/clients/client-clouddirectory/src/commands/UpdateObjectAttributesCommand.ts
index 9147a1f7a9b2..0e509a860ef1 100644
--- a/clients/client-clouddirectory/src/commands/UpdateObjectAttributesCommand.ts
+++ b/clients/client-clouddirectory/src/commands/UpdateObjectAttributesCommand.ts
@@ -132,4 +132,16 @@ export class UpdateObjectAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateObjectAttributesCommand)
.de(de_UpdateObjectAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateObjectAttributesRequest;
+ output: UpdateObjectAttributesResponse;
+ };
+ sdk: {
+ input: UpdateObjectAttributesCommandInput;
+ output: UpdateObjectAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/UpdateSchemaCommand.ts b/clients/client-clouddirectory/src/commands/UpdateSchemaCommand.ts
index 9646cb4cb277..46afd6cbf86a 100644
--- a/clients/client-clouddirectory/src/commands/UpdateSchemaCommand.ts
+++ b/clients/client-clouddirectory/src/commands/UpdateSchemaCommand.ts
@@ -101,4 +101,16 @@ export class UpdateSchemaCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSchemaCommand)
.de(de_UpdateSchemaCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSchemaRequest;
+ output: UpdateSchemaResponse;
+ };
+ sdk: {
+ input: UpdateSchemaCommandInput;
+ output: UpdateSchemaCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/UpdateTypedLinkFacetCommand.ts b/clients/client-clouddirectory/src/commands/UpdateTypedLinkFacetCommand.ts
index 56f887fa0c46..28129da05f0e 100644
--- a/clients/client-clouddirectory/src/commands/UpdateTypedLinkFacetCommand.ts
+++ b/clients/client-clouddirectory/src/commands/UpdateTypedLinkFacetCommand.ts
@@ -141,4 +141,16 @@ export class UpdateTypedLinkFacetCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTypedLinkFacetCommand)
.de(de_UpdateTypedLinkFacetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTypedLinkFacetRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateTypedLinkFacetCommandInput;
+ output: UpdateTypedLinkFacetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/UpgradeAppliedSchemaCommand.ts b/clients/client-clouddirectory/src/commands/UpgradeAppliedSchemaCommand.ts
index de129ee1d5b6..aa51b7c09ab4 100644
--- a/clients/client-clouddirectory/src/commands/UpgradeAppliedSchemaCommand.ts
+++ b/clients/client-clouddirectory/src/commands/UpgradeAppliedSchemaCommand.ts
@@ -110,4 +110,16 @@ export class UpgradeAppliedSchemaCommand extends $Command
.f(void 0, void 0)
.ser(se_UpgradeAppliedSchemaCommand)
.de(de_UpgradeAppliedSchemaCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpgradeAppliedSchemaRequest;
+ output: UpgradeAppliedSchemaResponse;
+ };
+ sdk: {
+ input: UpgradeAppliedSchemaCommandInput;
+ output: UpgradeAppliedSchemaCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-clouddirectory/src/commands/UpgradePublishedSchemaCommand.ts b/clients/client-clouddirectory/src/commands/UpgradePublishedSchemaCommand.ts
index 97dd8ff7f838..5a445992f228 100644
--- a/clients/client-clouddirectory/src/commands/UpgradePublishedSchemaCommand.ts
+++ b/clients/client-clouddirectory/src/commands/UpgradePublishedSchemaCommand.ts
@@ -109,4 +109,16 @@ export class UpgradePublishedSchemaCommand extends $Command
.f(void 0, void 0)
.ser(se_UpgradePublishedSchemaCommand)
.de(de_UpgradePublishedSchemaCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpgradePublishedSchemaRequest;
+ output: UpgradePublishedSchemaResponse;
+ };
+ sdk: {
+ input: UpgradePublishedSchemaCommandInput;
+ output: UpgradePublishedSchemaCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/package.json b/clients/client-cloudformation/package.json
index cc7bfa98db39..019d4226a2fe 100644
--- a/clients/client-cloudformation/package.json
+++ b/clients/client-cloudformation/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
},
diff --git a/clients/client-cloudformation/src/commands/ActivateOrganizationsAccessCommand.ts b/clients/client-cloudformation/src/commands/ActivateOrganizationsAccessCommand.ts
index aabe8ec7a12a..c43f20d7961e 100644
--- a/clients/client-cloudformation/src/commands/ActivateOrganizationsAccessCommand.ts
+++ b/clients/client-cloudformation/src/commands/ActivateOrganizationsAccessCommand.ts
@@ -81,4 +81,16 @@ export class ActivateOrganizationsAccessCommand extends $Command
.f(void 0, void 0)
.ser(se_ActivateOrganizationsAccessCommand)
.de(de_ActivateOrganizationsAccessCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: {};
+ };
+ sdk: {
+ input: ActivateOrganizationsAccessCommandInput;
+ output: ActivateOrganizationsAccessCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/ActivateTypeCommand.ts b/clients/client-cloudformation/src/commands/ActivateTypeCommand.ts
index 575429ad95aa..32a15513c0d7 100644
--- a/clients/client-cloudformation/src/commands/ActivateTypeCommand.ts
+++ b/clients/client-cloudformation/src/commands/ActivateTypeCommand.ts
@@ -100,4 +100,16 @@ export class ActivateTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_ActivateTypeCommand)
.de(de_ActivateTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ActivateTypeInput;
+ output: ActivateTypeOutput;
+ };
+ sdk: {
+ input: ActivateTypeCommandInput;
+ output: ActivateTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/BatchDescribeTypeConfigurationsCommand.ts b/clients/client-cloudformation/src/commands/BatchDescribeTypeConfigurationsCommand.ts
index 6b13c90f9dac..db047b7a853d 100644
--- a/clients/client-cloudformation/src/commands/BatchDescribeTypeConfigurationsCommand.ts
+++ b/clients/client-cloudformation/src/commands/BatchDescribeTypeConfigurationsCommand.ts
@@ -131,4 +131,16 @@ export class BatchDescribeTypeConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDescribeTypeConfigurationsCommand)
.de(de_BatchDescribeTypeConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDescribeTypeConfigurationsInput;
+ output: BatchDescribeTypeConfigurationsOutput;
+ };
+ sdk: {
+ input: BatchDescribeTypeConfigurationsCommandInput;
+ output: BatchDescribeTypeConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/CancelUpdateStackCommand.ts b/clients/client-cloudformation/src/commands/CancelUpdateStackCommand.ts
index 373f4b6f7ce3..fb2a768c921d 100644
--- a/clients/client-cloudformation/src/commands/CancelUpdateStackCommand.ts
+++ b/clients/client-cloudformation/src/commands/CancelUpdateStackCommand.ts
@@ -83,4 +83,16 @@ export class CancelUpdateStackCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelUpdateStackCommand)
.de(de_CancelUpdateStackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelUpdateStackInput;
+ output: {};
+ };
+ sdk: {
+ input: CancelUpdateStackCommandInput;
+ output: CancelUpdateStackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/ContinueUpdateRollbackCommand.ts b/clients/client-cloudformation/src/commands/ContinueUpdateRollbackCommand.ts
index 926cb35958de..0188138e6a9a 100644
--- a/clients/client-cloudformation/src/commands/ContinueUpdateRollbackCommand.ts
+++ b/clients/client-cloudformation/src/commands/ContinueUpdateRollbackCommand.ts
@@ -90,4 +90,16 @@ export class ContinueUpdateRollbackCommand extends $Command
.f(void 0, void 0)
.ser(se_ContinueUpdateRollbackCommand)
.de(de_ContinueUpdateRollbackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ContinueUpdateRollbackInput;
+ output: {};
+ };
+ sdk: {
+ input: ContinueUpdateRollbackCommandInput;
+ output: ContinueUpdateRollbackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/CreateChangeSetCommand.ts b/clients/client-cloudformation/src/commands/CreateChangeSetCommand.ts
index 7c8730ef2030..e18ef1750227 100644
--- a/clients/client-cloudformation/src/commands/CreateChangeSetCommand.ts
+++ b/clients/client-cloudformation/src/commands/CreateChangeSetCommand.ts
@@ -153,4 +153,16 @@ export class CreateChangeSetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateChangeSetCommand)
.de(de_CreateChangeSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateChangeSetInput;
+ output: CreateChangeSetOutput;
+ };
+ sdk: {
+ input: CreateChangeSetCommandInput;
+ output: CreateChangeSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/CreateGeneratedTemplateCommand.ts b/clients/client-cloudformation/src/commands/CreateGeneratedTemplateCommand.ts
index 6c5e207da80d..bb9885365234 100644
--- a/clients/client-cloudformation/src/commands/CreateGeneratedTemplateCommand.ts
+++ b/clients/client-cloudformation/src/commands/CreateGeneratedTemplateCommand.ts
@@ -135,4 +135,16 @@ export class CreateGeneratedTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateGeneratedTemplateCommand)
.de(de_CreateGeneratedTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGeneratedTemplateInput;
+ output: CreateGeneratedTemplateOutput;
+ };
+ sdk: {
+ input: CreateGeneratedTemplateCommandInput;
+ output: CreateGeneratedTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/CreateStackCommand.ts b/clients/client-cloudformation/src/commands/CreateStackCommand.ts
index d146f262a018..b62659b0aa97 100644
--- a/clients/client-cloudformation/src/commands/CreateStackCommand.ts
+++ b/clients/client-cloudformation/src/commands/CreateStackCommand.ts
@@ -135,4 +135,16 @@ export class CreateStackCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateStackCommand)
.de(de_CreateStackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateStackInput;
+ output: CreateStackOutput;
+ };
+ sdk: {
+ input: CreateStackCommandInput;
+ output: CreateStackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/CreateStackInstancesCommand.ts b/clients/client-cloudformation/src/commands/CreateStackInstancesCommand.ts
index b22d27fa449c..33f8ef935486 100644
--- a/clients/client-cloudformation/src/commands/CreateStackInstancesCommand.ts
+++ b/clients/client-cloudformation/src/commands/CreateStackInstancesCommand.ts
@@ -138,4 +138,16 @@ export class CreateStackInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateStackInstancesCommand)
.de(de_CreateStackInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateStackInstancesInput;
+ output: CreateStackInstancesOutput;
+ };
+ sdk: {
+ input: CreateStackInstancesCommandInput;
+ output: CreateStackInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/CreateStackSetCommand.ts b/clients/client-cloudformation/src/commands/CreateStackSetCommand.ts
index 65e7d9cfeef4..67dbec8995f2 100644
--- a/clients/client-cloudformation/src/commands/CreateStackSetCommand.ts
+++ b/clients/client-cloudformation/src/commands/CreateStackSetCommand.ts
@@ -121,4 +121,16 @@ export class CreateStackSetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateStackSetCommand)
.de(de_CreateStackSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateStackSetInput;
+ output: CreateStackSetOutput;
+ };
+ sdk: {
+ input: CreateStackSetCommandInput;
+ output: CreateStackSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DeactivateOrganizationsAccessCommand.ts b/clients/client-cloudformation/src/commands/DeactivateOrganizationsAccessCommand.ts
index ab979ecc2edf..78a495722985 100644
--- a/clients/client-cloudformation/src/commands/DeactivateOrganizationsAccessCommand.ts
+++ b/clients/client-cloudformation/src/commands/DeactivateOrganizationsAccessCommand.ts
@@ -85,4 +85,16 @@ export class DeactivateOrganizationsAccessCommand extends $Command
.f(void 0, void 0)
.ser(se_DeactivateOrganizationsAccessCommand)
.de(de_DeactivateOrganizationsAccessCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: {};
+ };
+ sdk: {
+ input: DeactivateOrganizationsAccessCommandInput;
+ output: DeactivateOrganizationsAccessCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DeactivateTypeCommand.ts b/clients/client-cloudformation/src/commands/DeactivateTypeCommand.ts
index 326442adb7e5..680cef312299 100644
--- a/clients/client-cloudformation/src/commands/DeactivateTypeCommand.ts
+++ b/clients/client-cloudformation/src/commands/DeactivateTypeCommand.ts
@@ -86,4 +86,16 @@ export class DeactivateTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeactivateTypeCommand)
.de(de_DeactivateTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeactivateTypeInput;
+ output: {};
+ };
+ sdk: {
+ input: DeactivateTypeCommandInput;
+ output: DeactivateTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DeleteChangeSetCommand.ts b/clients/client-cloudformation/src/commands/DeleteChangeSetCommand.ts
index 99927c13ed99..49143df4a583 100644
--- a/clients/client-cloudformation/src/commands/DeleteChangeSetCommand.ts
+++ b/clients/client-cloudformation/src/commands/DeleteChangeSetCommand.ts
@@ -84,4 +84,16 @@ export class DeleteChangeSetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteChangeSetCommand)
.de(de_DeleteChangeSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteChangeSetInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteChangeSetCommandInput;
+ output: DeleteChangeSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DeleteGeneratedTemplateCommand.ts b/clients/client-cloudformation/src/commands/DeleteGeneratedTemplateCommand.ts
index 7fe6874700b6..f1122586bfbd 100644
--- a/clients/client-cloudformation/src/commands/DeleteGeneratedTemplateCommand.ts
+++ b/clients/client-cloudformation/src/commands/DeleteGeneratedTemplateCommand.ts
@@ -94,4 +94,16 @@ export class DeleteGeneratedTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteGeneratedTemplateCommand)
.de(de_DeleteGeneratedTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteGeneratedTemplateInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteGeneratedTemplateCommandInput;
+ output: DeleteGeneratedTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DeleteStackCommand.ts b/clients/client-cloudformation/src/commands/DeleteStackCommand.ts
index c670ce1f92f3..f842217f208c 100644
--- a/clients/client-cloudformation/src/commands/DeleteStackCommand.ts
+++ b/clients/client-cloudformation/src/commands/DeleteStackCommand.ts
@@ -85,4 +85,16 @@ export class DeleteStackCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteStackCommand)
.de(de_DeleteStackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteStackInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteStackCommandInput;
+ output: DeleteStackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DeleteStackInstancesCommand.ts b/clients/client-cloudformation/src/commands/DeleteStackInstancesCommand.ts
index 6af7ff697285..a69893b16431 100644
--- a/clients/client-cloudformation/src/commands/DeleteStackInstancesCommand.ts
+++ b/clients/client-cloudformation/src/commands/DeleteStackInstancesCommand.ts
@@ -123,4 +123,16 @@ export class DeleteStackInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteStackInstancesCommand)
.de(de_DeleteStackInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteStackInstancesInput;
+ output: DeleteStackInstancesOutput;
+ };
+ sdk: {
+ input: DeleteStackInstancesCommandInput;
+ output: DeleteStackInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DeleteStackSetCommand.ts b/clients/client-cloudformation/src/commands/DeleteStackSetCommand.ts
index b8554584ff48..2edb136a371d 100644
--- a/clients/client-cloudformation/src/commands/DeleteStackSetCommand.ts
+++ b/clients/client-cloudformation/src/commands/DeleteStackSetCommand.ts
@@ -85,4 +85,16 @@ export class DeleteStackSetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteStackSetCommand)
.de(de_DeleteStackSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteStackSetInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteStackSetCommandInput;
+ output: DeleteStackSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DeregisterTypeCommand.ts b/clients/client-cloudformation/src/commands/DeregisterTypeCommand.ts
index 5df31978d132..124432a2d6d4 100644
--- a/clients/client-cloudformation/src/commands/DeregisterTypeCommand.ts
+++ b/clients/client-cloudformation/src/commands/DeregisterTypeCommand.ts
@@ -92,4 +92,16 @@ export class DeregisterTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeregisterTypeCommand)
.de(de_DeregisterTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterTypeInput;
+ output: {};
+ };
+ sdk: {
+ input: DeregisterTypeCommandInput;
+ output: DeregisterTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DescribeAccountLimitsCommand.ts b/clients/client-cloudformation/src/commands/DescribeAccountLimitsCommand.ts
index 4c6a2084d8aa..f3c6beb7abf9 100644
--- a/clients/client-cloudformation/src/commands/DescribeAccountLimitsCommand.ts
+++ b/clients/client-cloudformation/src/commands/DescribeAccountLimitsCommand.ts
@@ -85,4 +85,16 @@ export class DescribeAccountLimitsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAccountLimitsCommand)
.de(de_DescribeAccountLimitsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAccountLimitsInput;
+ output: DescribeAccountLimitsOutput;
+ };
+ sdk: {
+ input: DescribeAccountLimitsCommandInput;
+ output: DescribeAccountLimitsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts b/clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts
index f3faae32727f..c28404579166 100644
--- a/clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts
+++ b/clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts
@@ -169,4 +169,16 @@ export class DescribeChangeSetCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeChangeSetCommand)
.de(de_DescribeChangeSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeChangeSetInput;
+ output: DescribeChangeSetOutput;
+ };
+ sdk: {
+ input: DescribeChangeSetCommandInput;
+ output: DescribeChangeSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DescribeChangeSetHooksCommand.ts b/clients/client-cloudformation/src/commands/DescribeChangeSetHooksCommand.ts
index 9e13c93490b3..95e7bbbcef99 100644
--- a/clients/client-cloudformation/src/commands/DescribeChangeSetHooksCommand.ts
+++ b/clients/client-cloudformation/src/commands/DescribeChangeSetHooksCommand.ts
@@ -107,4 +107,16 @@ export class DescribeChangeSetHooksCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeChangeSetHooksCommand)
.de(de_DescribeChangeSetHooksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeChangeSetHooksInput;
+ output: DescribeChangeSetHooksOutput;
+ };
+ sdk: {
+ input: DescribeChangeSetHooksCommandInput;
+ output: DescribeChangeSetHooksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DescribeGeneratedTemplateCommand.ts b/clients/client-cloudformation/src/commands/DescribeGeneratedTemplateCommand.ts
index 9d76bddfa650..75f0df747a5e 100644
--- a/clients/client-cloudformation/src/commands/DescribeGeneratedTemplateCommand.ts
+++ b/clients/client-cloudformation/src/commands/DescribeGeneratedTemplateCommand.ts
@@ -154,4 +154,16 @@ export class DescribeGeneratedTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeGeneratedTemplateCommand)
.de(de_DescribeGeneratedTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeGeneratedTemplateInput;
+ output: DescribeGeneratedTemplateOutput;
+ };
+ sdk: {
+ input: DescribeGeneratedTemplateCommandInput;
+ output: DescribeGeneratedTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DescribeOrganizationsAccessCommand.ts b/clients/client-cloudformation/src/commands/DescribeOrganizationsAccessCommand.ts
index 07cac5aca0ed..2d2a073741ed 100644
--- a/clients/client-cloudformation/src/commands/DescribeOrganizationsAccessCommand.ts
+++ b/clients/client-cloudformation/src/commands/DescribeOrganizationsAccessCommand.ts
@@ -85,4 +85,16 @@ export class DescribeOrganizationsAccessCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeOrganizationsAccessCommand)
.de(de_DescribeOrganizationsAccessCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeOrganizationsAccessInput;
+ output: DescribeOrganizationsAccessOutput;
+ };
+ sdk: {
+ input: DescribeOrganizationsAccessCommandInput;
+ output: DescribeOrganizationsAccessCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DescribePublisherCommand.ts b/clients/client-cloudformation/src/commands/DescribePublisherCommand.ts
index 5365d6e04999..4389043ef51e 100644
--- a/clients/client-cloudformation/src/commands/DescribePublisherCommand.ts
+++ b/clients/client-cloudformation/src/commands/DescribePublisherCommand.ts
@@ -100,4 +100,16 @@ export class DescribePublisherCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePublisherCommand)
.de(de_DescribePublisherCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePublisherInput;
+ output: DescribePublisherOutput;
+ };
+ sdk: {
+ input: DescribePublisherCommandInput;
+ output: DescribePublisherCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DescribeResourceScanCommand.ts b/clients/client-cloudformation/src/commands/DescribeResourceScanCommand.ts
index d224eddc4ce5..f0696b9a02d7 100644
--- a/clients/client-cloudformation/src/commands/DescribeResourceScanCommand.ts
+++ b/clients/client-cloudformation/src/commands/DescribeResourceScanCommand.ts
@@ -187,4 +187,16 @@ export class DescribeResourceScanCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeResourceScanCommand)
.de(de_DescribeResourceScanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeResourceScanInput;
+ output: DescribeResourceScanOutput;
+ };
+ sdk: {
+ input: DescribeResourceScanCommandInput;
+ output: DescribeResourceScanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DescribeStackDriftDetectionStatusCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackDriftDetectionStatusCommand.ts
index df85f63813d2..2c07b0a36c2a 100644
--- a/clients/client-cloudformation/src/commands/DescribeStackDriftDetectionStatusCommand.ts
+++ b/clients/client-cloudformation/src/commands/DescribeStackDriftDetectionStatusCommand.ts
@@ -96,4 +96,16 @@ export class DescribeStackDriftDetectionStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStackDriftDetectionStatusCommand)
.de(de_DescribeStackDriftDetectionStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeStackDriftDetectionStatusInput;
+ output: DescribeStackDriftDetectionStatusOutput;
+ };
+ sdk: {
+ input: DescribeStackDriftDetectionStatusCommandInput;
+ output: DescribeStackDriftDetectionStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DescribeStackEventsCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackEventsCommand.ts
index df94b5d0800b..d3c8d297251a 100644
--- a/clients/client-cloudformation/src/commands/DescribeStackEventsCommand.ts
+++ b/clients/client-cloudformation/src/commands/DescribeStackEventsCommand.ts
@@ -105,4 +105,16 @@ export class DescribeStackEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStackEventsCommand)
.de(de_DescribeStackEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeStackEventsInput;
+ output: DescribeStackEventsOutput;
+ };
+ sdk: {
+ input: DescribeStackEventsCommandInput;
+ output: DescribeStackEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DescribeStackInstanceCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackInstanceCommand.ts
index 69d9e242e0fc..9f5a094afbe0 100644
--- a/clients/client-cloudformation/src/commands/DescribeStackInstanceCommand.ts
+++ b/clients/client-cloudformation/src/commands/DescribeStackInstanceCommand.ts
@@ -110,4 +110,16 @@ export class DescribeStackInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStackInstanceCommand)
.de(de_DescribeStackInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeStackInstanceInput;
+ output: DescribeStackInstanceOutput;
+ };
+ sdk: {
+ input: DescribeStackInstanceCommandInput;
+ output: DescribeStackInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DescribeStackResourceCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackResourceCommand.ts
index 019f5d528f32..1976e641cba5 100644
--- a/clients/client-cloudformation/src/commands/DescribeStackResourceCommand.ts
+++ b/clients/client-cloudformation/src/commands/DescribeStackResourceCommand.ts
@@ -99,4 +99,16 @@ export class DescribeStackResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStackResourceCommand)
.de(de_DescribeStackResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeStackResourceInput;
+ output: DescribeStackResourceOutput;
+ };
+ sdk: {
+ input: DescribeStackResourceCommandInput;
+ output: DescribeStackResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DescribeStackResourceDriftsCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackResourceDriftsCommand.ts
index 2638970cbfd3..5d1729383f01 100644
--- a/clients/client-cloudformation/src/commands/DescribeStackResourceDriftsCommand.ts
+++ b/clients/client-cloudformation/src/commands/DescribeStackResourceDriftsCommand.ts
@@ -118,4 +118,16 @@ export class DescribeStackResourceDriftsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStackResourceDriftsCommand)
.de(de_DescribeStackResourceDriftsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeStackResourceDriftsInput;
+ output: DescribeStackResourceDriftsOutput;
+ };
+ sdk: {
+ input: DescribeStackResourceDriftsCommandInput;
+ output: DescribeStackResourceDriftsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DescribeStackResourcesCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackResourcesCommand.ts
index 5b37ffc012e2..07aeeee4f16c 100644
--- a/clients/client-cloudformation/src/commands/DescribeStackResourcesCommand.ts
+++ b/clients/client-cloudformation/src/commands/DescribeStackResourcesCommand.ts
@@ -114,4 +114,16 @@ export class DescribeStackResourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStackResourcesCommand)
.de(de_DescribeStackResourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeStackResourcesInput;
+ output: DescribeStackResourcesOutput;
+ };
+ sdk: {
+ input: DescribeStackResourcesCommandInput;
+ output: DescribeStackResourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DescribeStackSetCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackSetCommand.ts
index ae88fbf14e21..affe16fbf877 100644
--- a/clients/client-cloudformation/src/commands/DescribeStackSetCommand.ts
+++ b/clients/client-cloudformation/src/commands/DescribeStackSetCommand.ts
@@ -131,4 +131,16 @@ export class DescribeStackSetCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStackSetCommand)
.de(de_DescribeStackSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeStackSetInput;
+ output: DescribeStackSetOutput;
+ };
+ sdk: {
+ input: DescribeStackSetCommandInput;
+ output: DescribeStackSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DescribeStackSetOperationCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackSetOperationCommand.ts
index d435cda5e13a..259e180d4589 100644
--- a/clients/client-cloudformation/src/commands/DescribeStackSetOperationCommand.ts
+++ b/clients/client-cloudformation/src/commands/DescribeStackSetOperationCommand.ts
@@ -130,4 +130,16 @@ export class DescribeStackSetOperationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStackSetOperationCommand)
.de(de_DescribeStackSetOperationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeStackSetOperationInput;
+ output: DescribeStackSetOperationOutput;
+ };
+ sdk: {
+ input: DescribeStackSetOperationCommandInput;
+ output: DescribeStackSetOperationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DescribeStacksCommand.ts b/clients/client-cloudformation/src/commands/DescribeStacksCommand.ts
index eb1399025baf..0994a687a884 100644
--- a/clients/client-cloudformation/src/commands/DescribeStacksCommand.ts
+++ b/clients/client-cloudformation/src/commands/DescribeStacksCommand.ts
@@ -146,4 +146,16 @@ export class DescribeStacksCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStacksCommand)
.de(de_DescribeStacksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeStacksInput;
+ output: DescribeStacksOutput;
+ };
+ sdk: {
+ input: DescribeStacksCommandInput;
+ output: DescribeStacksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DescribeTypeCommand.ts b/clients/client-cloudformation/src/commands/DescribeTypeCommand.ts
index c5a57f36af95..ff128ef4abfd 100644
--- a/clients/client-cloudformation/src/commands/DescribeTypeCommand.ts
+++ b/clients/client-cloudformation/src/commands/DescribeTypeCommand.ts
@@ -128,4 +128,16 @@ export class DescribeTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTypeCommand)
.de(de_DescribeTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTypeInput;
+ output: DescribeTypeOutput;
+ };
+ sdk: {
+ input: DescribeTypeCommandInput;
+ output: DescribeTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DescribeTypeRegistrationCommand.ts b/clients/client-cloudformation/src/commands/DescribeTypeRegistrationCommand.ts
index c57444c46eee..d09d3e416256 100644
--- a/clients/client-cloudformation/src/commands/DescribeTypeRegistrationCommand.ts
+++ b/clients/client-cloudformation/src/commands/DescribeTypeRegistrationCommand.ts
@@ -87,4 +87,16 @@ export class DescribeTypeRegistrationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTypeRegistrationCommand)
.de(de_DescribeTypeRegistrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTypeRegistrationInput;
+ output: DescribeTypeRegistrationOutput;
+ };
+ sdk: {
+ input: DescribeTypeRegistrationCommandInput;
+ output: DescribeTypeRegistrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DetectStackDriftCommand.ts b/clients/client-cloudformation/src/commands/DetectStackDriftCommand.ts
index ffe9e42399d4..d93ab0f2a5f0 100644
--- a/clients/client-cloudformation/src/commands/DetectStackDriftCommand.ts
+++ b/clients/client-cloudformation/src/commands/DetectStackDriftCommand.ts
@@ -96,4 +96,16 @@ export class DetectStackDriftCommand extends $Command
.f(void 0, void 0)
.ser(se_DetectStackDriftCommand)
.de(de_DetectStackDriftCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetectStackDriftInput;
+ output: DetectStackDriftOutput;
+ };
+ sdk: {
+ input: DetectStackDriftCommandInput;
+ output: DetectStackDriftCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DetectStackResourceDriftCommand.ts b/clients/client-cloudformation/src/commands/DetectStackResourceDriftCommand.ts
index 62a11ae67013..1b9c52f00320 100644
--- a/clients/client-cloudformation/src/commands/DetectStackResourceDriftCommand.ts
+++ b/clients/client-cloudformation/src/commands/DetectStackResourceDriftCommand.ts
@@ -114,4 +114,16 @@ export class DetectStackResourceDriftCommand extends $Command
.f(void 0, void 0)
.ser(se_DetectStackResourceDriftCommand)
.de(de_DetectStackResourceDriftCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetectStackResourceDriftInput;
+ output: DetectStackResourceDriftOutput;
+ };
+ sdk: {
+ input: DetectStackResourceDriftCommandInput;
+ output: DetectStackResourceDriftCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/DetectStackSetDriftCommand.ts b/clients/client-cloudformation/src/commands/DetectStackSetDriftCommand.ts
index 18b2425d1c65..89cee8cea170 100644
--- a/clients/client-cloudformation/src/commands/DetectStackSetDriftCommand.ts
+++ b/clients/client-cloudformation/src/commands/DetectStackSetDriftCommand.ts
@@ -127,4 +127,16 @@ export class DetectStackSetDriftCommand extends $Command
.f(void 0, void 0)
.ser(se_DetectStackSetDriftCommand)
.de(de_DetectStackSetDriftCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetectStackSetDriftInput;
+ output: DetectStackSetDriftOutput;
+ };
+ sdk: {
+ input: DetectStackSetDriftCommandInput;
+ output: DetectStackSetDriftCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/EstimateTemplateCostCommand.ts b/clients/client-cloudformation/src/commands/EstimateTemplateCostCommand.ts
index 253eac6b834b..fda5777ecc68 100644
--- a/clients/client-cloudformation/src/commands/EstimateTemplateCostCommand.ts
+++ b/clients/client-cloudformation/src/commands/EstimateTemplateCostCommand.ts
@@ -87,4 +87,16 @@ export class EstimateTemplateCostCommand extends $Command
.f(void 0, void 0)
.ser(se_EstimateTemplateCostCommand)
.de(de_EstimateTemplateCostCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EstimateTemplateCostInput;
+ output: EstimateTemplateCostOutput;
+ };
+ sdk: {
+ input: EstimateTemplateCostCommandInput;
+ output: EstimateTemplateCostCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/ExecuteChangeSetCommand.ts b/clients/client-cloudformation/src/commands/ExecuteChangeSetCommand.ts
index 3e21e2a35504..72b662981646 100644
--- a/clients/client-cloudformation/src/commands/ExecuteChangeSetCommand.ts
+++ b/clients/client-cloudformation/src/commands/ExecuteChangeSetCommand.ts
@@ -101,4 +101,16 @@ export class ExecuteChangeSetCommand extends $Command
.f(void 0, void 0)
.ser(se_ExecuteChangeSetCommand)
.de(de_ExecuteChangeSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExecuteChangeSetInput;
+ output: {};
+ };
+ sdk: {
+ input: ExecuteChangeSetCommandInput;
+ output: ExecuteChangeSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/GetGeneratedTemplateCommand.ts b/clients/client-cloudformation/src/commands/GetGeneratedTemplateCommand.ts
index 5995dfda7937..500af1041681 100644
--- a/clients/client-cloudformation/src/commands/GetGeneratedTemplateCommand.ts
+++ b/clients/client-cloudformation/src/commands/GetGeneratedTemplateCommand.ts
@@ -119,4 +119,16 @@ export class GetGeneratedTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetGeneratedTemplateCommand)
.de(de_GetGeneratedTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetGeneratedTemplateInput;
+ output: GetGeneratedTemplateOutput;
+ };
+ sdk: {
+ input: GetGeneratedTemplateCommandInput;
+ output: GetGeneratedTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/GetStackPolicyCommand.ts b/clients/client-cloudformation/src/commands/GetStackPolicyCommand.ts
index cc595a93da3f..0cdd944fbcc0 100644
--- a/clients/client-cloudformation/src/commands/GetStackPolicyCommand.ts
+++ b/clients/client-cloudformation/src/commands/GetStackPolicyCommand.ts
@@ -78,4 +78,16 @@ export class GetStackPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetStackPolicyCommand)
.de(de_GetStackPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetStackPolicyInput;
+ output: GetStackPolicyOutput;
+ };
+ sdk: {
+ input: GetStackPolicyCommandInput;
+ output: GetStackPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/GetTemplateCommand.ts b/clients/client-cloudformation/src/commands/GetTemplateCommand.ts
index 5b5f4fd366e4..7eaa36a22aaf 100644
--- a/clients/client-cloudformation/src/commands/GetTemplateCommand.ts
+++ b/clients/client-cloudformation/src/commands/GetTemplateCommand.ts
@@ -91,4 +91,16 @@ export class GetTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTemplateCommand)
.de(de_GetTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTemplateInput;
+ output: GetTemplateOutput;
+ };
+ sdk: {
+ input: GetTemplateCommandInput;
+ output: GetTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/GetTemplateSummaryCommand.ts b/clients/client-cloudformation/src/commands/GetTemplateSummaryCommand.ts
index 1d1e559f0eb4..611729b7fa10 100644
--- a/clients/client-cloudformation/src/commands/GetTemplateSummaryCommand.ts
+++ b/clients/client-cloudformation/src/commands/GetTemplateSummaryCommand.ts
@@ -135,4 +135,16 @@ export class GetTemplateSummaryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTemplateSummaryCommand)
.de(de_GetTemplateSummaryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTemplateSummaryInput;
+ output: GetTemplateSummaryOutput;
+ };
+ sdk: {
+ input: GetTemplateSummaryCommandInput;
+ output: GetTemplateSummaryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/ImportStacksToStackSetCommand.ts b/clients/client-cloudformation/src/commands/ImportStacksToStackSetCommand.ts
index 15cda49a278c..4ff110c73c04 100644
--- a/clients/client-cloudformation/src/commands/ImportStacksToStackSetCommand.ts
+++ b/clients/client-cloudformation/src/commands/ImportStacksToStackSetCommand.ts
@@ -123,4 +123,16 @@ export class ImportStacksToStackSetCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportStacksToStackSetCommand)
.de(de_ImportStacksToStackSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportStacksToStackSetInput;
+ output: ImportStacksToStackSetOutput;
+ };
+ sdk: {
+ input: ImportStacksToStackSetCommandInput;
+ output: ImportStacksToStackSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/ListChangeSetsCommand.ts b/clients/client-cloudformation/src/commands/ListChangeSetsCommand.ts
index 81d4646de802..7a522c1109a5 100644
--- a/clients/client-cloudformation/src/commands/ListChangeSetsCommand.ts
+++ b/clients/client-cloudformation/src/commands/ListChangeSetsCommand.ts
@@ -96,4 +96,16 @@ export class ListChangeSetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListChangeSetsCommand)
.de(de_ListChangeSetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListChangeSetsInput;
+ output: ListChangeSetsOutput;
+ };
+ sdk: {
+ input: ListChangeSetsCommandInput;
+ output: ListChangeSetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/ListExportsCommand.ts b/clients/client-cloudformation/src/commands/ListExportsCommand.ts
index cd320344cc36..1f9e113195f4 100644
--- a/clients/client-cloudformation/src/commands/ListExportsCommand.ts
+++ b/clients/client-cloudformation/src/commands/ListExportsCommand.ts
@@ -88,4 +88,16 @@ export class ListExportsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListExportsCommand)
.de(de_ListExportsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListExportsInput;
+ output: ListExportsOutput;
+ };
+ sdk: {
+ input: ListExportsCommandInput;
+ output: ListExportsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/ListGeneratedTemplatesCommand.ts b/clients/client-cloudformation/src/commands/ListGeneratedTemplatesCommand.ts
index b2ef4372013f..3215454acf45 100644
--- a/clients/client-cloudformation/src/commands/ListGeneratedTemplatesCommand.ts
+++ b/clients/client-cloudformation/src/commands/ListGeneratedTemplatesCommand.ts
@@ -131,4 +131,16 @@ export class ListGeneratedTemplatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListGeneratedTemplatesCommand)
.de(de_ListGeneratedTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGeneratedTemplatesInput;
+ output: ListGeneratedTemplatesOutput;
+ };
+ sdk: {
+ input: ListGeneratedTemplatesCommandInput;
+ output: ListGeneratedTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/ListImportsCommand.ts b/clients/client-cloudformation/src/commands/ListImportsCommand.ts
index 5716255dcae5..fad7e1e263fb 100644
--- a/clients/client-cloudformation/src/commands/ListImportsCommand.ts
+++ b/clients/client-cloudformation/src/commands/ListImportsCommand.ts
@@ -84,4 +84,16 @@ export class ListImportsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListImportsCommand)
.de(de_ListImportsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListImportsInput;
+ output: ListImportsOutput;
+ };
+ sdk: {
+ input: ListImportsCommandInput;
+ output: ListImportsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/ListResourceScanRelatedResourcesCommand.ts b/clients/client-cloudformation/src/commands/ListResourceScanRelatedResourcesCommand.ts
index 846ec620296a..2e2aca6de56c 100644
--- a/clients/client-cloudformation/src/commands/ListResourceScanRelatedResourcesCommand.ts
+++ b/clients/client-cloudformation/src/commands/ListResourceScanRelatedResourcesCommand.ts
@@ -169,4 +169,16 @@ export class ListResourceScanRelatedResourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListResourceScanRelatedResourcesCommand)
.de(de_ListResourceScanRelatedResourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListResourceScanRelatedResourcesInput;
+ output: ListResourceScanRelatedResourcesOutput;
+ };
+ sdk: {
+ input: ListResourceScanRelatedResourcesCommandInput;
+ output: ListResourceScanRelatedResourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/ListResourceScanResourcesCommand.ts b/clients/client-cloudformation/src/commands/ListResourceScanResourcesCommand.ts
index d37ea3137f3f..f5b9d7554c7e 100644
--- a/clients/client-cloudformation/src/commands/ListResourceScanResourcesCommand.ts
+++ b/clients/client-cloudformation/src/commands/ListResourceScanResourcesCommand.ts
@@ -166,4 +166,16 @@ export class ListResourceScanResourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListResourceScanResourcesCommand)
.de(de_ListResourceScanResourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListResourceScanResourcesInput;
+ output: ListResourceScanResourcesOutput;
+ };
+ sdk: {
+ input: ListResourceScanResourcesCommandInput;
+ output: ListResourceScanResourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/ListResourceScansCommand.ts b/clients/client-cloudformation/src/commands/ListResourceScansCommand.ts
index abc89b68078f..49947721f9ab 100644
--- a/clients/client-cloudformation/src/commands/ListResourceScansCommand.ts
+++ b/clients/client-cloudformation/src/commands/ListResourceScansCommand.ts
@@ -116,4 +116,16 @@ export class ListResourceScansCommand extends $Command
.f(void 0, void 0)
.ser(se_ListResourceScansCommand)
.de(de_ListResourceScansCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListResourceScansInput;
+ output: ListResourceScansOutput;
+ };
+ sdk: {
+ input: ListResourceScansCommandInput;
+ output: ListResourceScansCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/ListStackInstanceResourceDriftsCommand.ts b/clients/client-cloudformation/src/commands/ListStackInstanceResourceDriftsCommand.ts
index 23d4e65866d2..20f856e91cef 100644
--- a/clients/client-cloudformation/src/commands/ListStackInstanceResourceDriftsCommand.ts
+++ b/clients/client-cloudformation/src/commands/ListStackInstanceResourceDriftsCommand.ts
@@ -129,4 +129,16 @@ export class ListStackInstanceResourceDriftsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStackInstanceResourceDriftsCommand)
.de(de_ListStackInstanceResourceDriftsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStackInstanceResourceDriftsInput;
+ output: ListStackInstanceResourceDriftsOutput;
+ };
+ sdk: {
+ input: ListStackInstanceResourceDriftsCommandInput;
+ output: ListStackInstanceResourceDriftsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/ListStackInstancesCommand.ts b/clients/client-cloudformation/src/commands/ListStackInstancesCommand.ts
index 8a4d42e9ac02..c64a994339d3 100644
--- a/clients/client-cloudformation/src/commands/ListStackInstancesCommand.ts
+++ b/clients/client-cloudformation/src/commands/ListStackInstancesCommand.ts
@@ -110,4 +110,16 @@ export class ListStackInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStackInstancesCommand)
.de(de_ListStackInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStackInstancesInput;
+ output: ListStackInstancesOutput;
+ };
+ sdk: {
+ input: ListStackInstancesCommandInput;
+ output: ListStackInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/ListStackResourcesCommand.ts b/clients/client-cloudformation/src/commands/ListStackResourcesCommand.ts
index d340e73064a7..de9f2a804930 100644
--- a/clients/client-cloudformation/src/commands/ListStackResourcesCommand.ts
+++ b/clients/client-cloudformation/src/commands/ListStackResourcesCommand.ts
@@ -98,4 +98,16 @@ export class ListStackResourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStackResourcesCommand)
.de(de_ListStackResourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStackResourcesInput;
+ output: ListStackResourcesOutput;
+ };
+ sdk: {
+ input: ListStackResourcesCommandInput;
+ output: ListStackResourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/ListStackSetAutoDeploymentTargetsCommand.ts b/clients/client-cloudformation/src/commands/ListStackSetAutoDeploymentTargetsCommand.ts
index 323380b8993b..188f5ba7c28a 100644
--- a/clients/client-cloudformation/src/commands/ListStackSetAutoDeploymentTargetsCommand.ts
+++ b/clients/client-cloudformation/src/commands/ListStackSetAutoDeploymentTargetsCommand.ts
@@ -96,4 +96,16 @@ export class ListStackSetAutoDeploymentTargetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStackSetAutoDeploymentTargetsCommand)
.de(de_ListStackSetAutoDeploymentTargetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStackSetAutoDeploymentTargetsInput;
+ output: ListStackSetAutoDeploymentTargetsOutput;
+ };
+ sdk: {
+ input: ListStackSetAutoDeploymentTargetsCommandInput;
+ output: ListStackSetAutoDeploymentTargetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/ListStackSetOperationResultsCommand.ts b/clients/client-cloudformation/src/commands/ListStackSetOperationResultsCommand.ts
index 61b9b4c60b51..b4a42930ae1a 100644
--- a/clients/client-cloudformation/src/commands/ListStackSetOperationResultsCommand.ts
+++ b/clients/client-cloudformation/src/commands/ListStackSetOperationResultsCommand.ts
@@ -108,4 +108,16 @@ export class ListStackSetOperationResultsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStackSetOperationResultsCommand)
.de(de_ListStackSetOperationResultsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStackSetOperationResultsInput;
+ output: ListStackSetOperationResultsOutput;
+ };
+ sdk: {
+ input: ListStackSetOperationResultsCommandInput;
+ output: ListStackSetOperationResultsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/ListStackSetOperationsCommand.ts b/clients/client-cloudformation/src/commands/ListStackSetOperationsCommand.ts
index 9a7631f52650..97010ef604ce 100644
--- a/clients/client-cloudformation/src/commands/ListStackSetOperationsCommand.ts
+++ b/clients/client-cloudformation/src/commands/ListStackSetOperationsCommand.ts
@@ -107,4 +107,16 @@ export class ListStackSetOperationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStackSetOperationsCommand)
.de(de_ListStackSetOperationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStackSetOperationsInput;
+ output: ListStackSetOperationsOutput;
+ };
+ sdk: {
+ input: ListStackSetOperationsCommandInput;
+ output: ListStackSetOperationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/ListStackSetsCommand.ts b/clients/client-cloudformation/src/commands/ListStackSetsCommand.ts
index 6ef4bcb7976f..9f0e87e0f2ba 100644
--- a/clients/client-cloudformation/src/commands/ListStackSetsCommand.ts
+++ b/clients/client-cloudformation/src/commands/ListStackSetsCommand.ts
@@ -114,4 +114,16 @@ export class ListStackSetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStackSetsCommand)
.de(de_ListStackSetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStackSetsInput;
+ output: ListStackSetsOutput;
+ };
+ sdk: {
+ input: ListStackSetsCommandInput;
+ output: ListStackSetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/ListStacksCommand.ts b/clients/client-cloudformation/src/commands/ListStacksCommand.ts
index 52b86d50d22b..14c1c95cdc1f 100644
--- a/clients/client-cloudformation/src/commands/ListStacksCommand.ts
+++ b/clients/client-cloudformation/src/commands/ListStacksCommand.ts
@@ -101,4 +101,16 @@ export class ListStacksCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStacksCommand)
.de(de_ListStacksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStacksInput;
+ output: ListStacksOutput;
+ };
+ sdk: {
+ input: ListStacksCommandInput;
+ output: ListStacksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/ListTypeRegistrationsCommand.ts b/clients/client-cloudformation/src/commands/ListTypeRegistrationsCommand.ts
index 80bf8b765e71..6dc5e723e972 100644
--- a/clients/client-cloudformation/src/commands/ListTypeRegistrationsCommand.ts
+++ b/clients/client-cloudformation/src/commands/ListTypeRegistrationsCommand.ts
@@ -88,4 +88,16 @@ export class ListTypeRegistrationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTypeRegistrationsCommand)
.de(de_ListTypeRegistrationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTypeRegistrationsInput;
+ output: ListTypeRegistrationsOutput;
+ };
+ sdk: {
+ input: ListTypeRegistrationsCommandInput;
+ output: ListTypeRegistrationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/ListTypeVersionsCommand.ts b/clients/client-cloudformation/src/commands/ListTypeVersionsCommand.ts
index 58aa39b67518..fe594c4f9765 100644
--- a/clients/client-cloudformation/src/commands/ListTypeVersionsCommand.ts
+++ b/clients/client-cloudformation/src/commands/ListTypeVersionsCommand.ts
@@ -98,4 +98,16 @@ export class ListTypeVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTypeVersionsCommand)
.de(de_ListTypeVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTypeVersionsInput;
+ output: ListTypeVersionsOutput;
+ };
+ sdk: {
+ input: ListTypeVersionsCommandInput;
+ output: ListTypeVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/ListTypesCommand.ts b/clients/client-cloudformation/src/commands/ListTypesCommand.ts
index 1417a8112606..e6c944d8d1b1 100644
--- a/clients/client-cloudformation/src/commands/ListTypesCommand.ts
+++ b/clients/client-cloudformation/src/commands/ListTypesCommand.ts
@@ -107,4 +107,16 @@ export class ListTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTypesCommand)
.de(de_ListTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTypesInput;
+ output: ListTypesOutput;
+ };
+ sdk: {
+ input: ListTypesCommandInput;
+ output: ListTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/PublishTypeCommand.ts b/clients/client-cloudformation/src/commands/PublishTypeCommand.ts
index 1e2ed6e90239..333daec8ac18 100644
--- a/clients/client-cloudformation/src/commands/PublishTypeCommand.ts
+++ b/clients/client-cloudformation/src/commands/PublishTypeCommand.ts
@@ -90,4 +90,16 @@ export class PublishTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_PublishTypeCommand)
.de(de_PublishTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PublishTypeInput;
+ output: PublishTypeOutput;
+ };
+ sdk: {
+ input: PublishTypeCommandInput;
+ output: PublishTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/RecordHandlerProgressCommand.ts b/clients/client-cloudformation/src/commands/RecordHandlerProgressCommand.ts
index a3d63ec288b7..8e794679a8ab 100644
--- a/clients/client-cloudformation/src/commands/RecordHandlerProgressCommand.ts
+++ b/clients/client-cloudformation/src/commands/RecordHandlerProgressCommand.ts
@@ -91,4 +91,16 @@ export class RecordHandlerProgressCommand extends $Command
.f(void 0, void 0)
.ser(se_RecordHandlerProgressCommand)
.de(de_RecordHandlerProgressCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RecordHandlerProgressInput;
+ output: {};
+ };
+ sdk: {
+ input: RecordHandlerProgressCommandInput;
+ output: RecordHandlerProgressCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/RegisterPublisherCommand.ts b/clients/client-cloudformation/src/commands/RegisterPublisherCommand.ts
index 038e6c7245db..a0734fe621b1 100644
--- a/clients/client-cloudformation/src/commands/RegisterPublisherCommand.ts
+++ b/clients/client-cloudformation/src/commands/RegisterPublisherCommand.ts
@@ -85,4 +85,16 @@ export class RegisterPublisherCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterPublisherCommand)
.de(de_RegisterPublisherCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterPublisherInput;
+ output: RegisterPublisherOutput;
+ };
+ sdk: {
+ input: RegisterPublisherCommandInput;
+ output: RegisterPublisherCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/RegisterTypeCommand.ts b/clients/client-cloudformation/src/commands/RegisterTypeCommand.ts
index 08a0ff6fc81a..e52cc42f4c81 100644
--- a/clients/client-cloudformation/src/commands/RegisterTypeCommand.ts
+++ b/clients/client-cloudformation/src/commands/RegisterTypeCommand.ts
@@ -108,4 +108,16 @@ export class RegisterTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterTypeCommand)
.de(de_RegisterTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterTypeInput;
+ output: RegisterTypeOutput;
+ };
+ sdk: {
+ input: RegisterTypeCommandInput;
+ output: RegisterTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/RollbackStackCommand.ts b/clients/client-cloudformation/src/commands/RollbackStackCommand.ts
index e3e1b4f13981..c7546acdcb67 100644
--- a/clients/client-cloudformation/src/commands/RollbackStackCommand.ts
+++ b/clients/client-cloudformation/src/commands/RollbackStackCommand.ts
@@ -115,4 +115,16 @@ export class RollbackStackCommand extends $Command
.f(void 0, void 0)
.ser(se_RollbackStackCommand)
.de(de_RollbackStackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RollbackStackInput;
+ output: RollbackStackOutput;
+ };
+ sdk: {
+ input: RollbackStackCommandInput;
+ output: RollbackStackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/SetStackPolicyCommand.ts b/clients/client-cloudformation/src/commands/SetStackPolicyCommand.ts
index 6e169614da71..c0dcacf749c7 100644
--- a/clients/client-cloudformation/src/commands/SetStackPolicyCommand.ts
+++ b/clients/client-cloudformation/src/commands/SetStackPolicyCommand.ts
@@ -77,4 +77,16 @@ export class SetStackPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_SetStackPolicyCommand)
.de(de_SetStackPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetStackPolicyInput;
+ output: {};
+ };
+ sdk: {
+ input: SetStackPolicyCommandInput;
+ output: SetStackPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/SetTypeConfigurationCommand.ts b/clients/client-cloudformation/src/commands/SetTypeConfigurationCommand.ts
index aee370b62ca8..ebe45e75a7fe 100644
--- a/clients/client-cloudformation/src/commands/SetTypeConfigurationCommand.ts
+++ b/clients/client-cloudformation/src/commands/SetTypeConfigurationCommand.ts
@@ -95,4 +95,16 @@ export class SetTypeConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_SetTypeConfigurationCommand)
.de(de_SetTypeConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetTypeConfigurationInput;
+ output: SetTypeConfigurationOutput;
+ };
+ sdk: {
+ input: SetTypeConfigurationCommandInput;
+ output: SetTypeConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/SetTypeDefaultVersionCommand.ts b/clients/client-cloudformation/src/commands/SetTypeDefaultVersionCommand.ts
index 2ccdfaafb725..c75e8df426b2 100644
--- a/clients/client-cloudformation/src/commands/SetTypeDefaultVersionCommand.ts
+++ b/clients/client-cloudformation/src/commands/SetTypeDefaultVersionCommand.ts
@@ -84,4 +84,16 @@ export class SetTypeDefaultVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_SetTypeDefaultVersionCommand)
.de(de_SetTypeDefaultVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetTypeDefaultVersionInput;
+ output: {};
+ };
+ sdk: {
+ input: SetTypeDefaultVersionCommandInput;
+ output: SetTypeDefaultVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/SignalResourceCommand.ts b/clients/client-cloudformation/src/commands/SignalResourceCommand.ts
index e54584fff941..57755fab161f 100644
--- a/clients/client-cloudformation/src/commands/SignalResourceCommand.ts
+++ b/clients/client-cloudformation/src/commands/SignalResourceCommand.ts
@@ -82,4 +82,16 @@ export class SignalResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_SignalResourceCommand)
.de(de_SignalResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SignalResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: SignalResourceCommandInput;
+ output: SignalResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/StartResourceScanCommand.ts b/clients/client-cloudformation/src/commands/StartResourceScanCommand.ts
index 13cce4b42797..bd100f2a5580 100644
--- a/clients/client-cloudformation/src/commands/StartResourceScanCommand.ts
+++ b/clients/client-cloudformation/src/commands/StartResourceScanCommand.ts
@@ -110,4 +110,16 @@ export class StartResourceScanCommand extends $Command
.f(void 0, void 0)
.ser(se_StartResourceScanCommand)
.de(de_StartResourceScanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartResourceScanInput;
+ output: StartResourceScanOutput;
+ };
+ sdk: {
+ input: StartResourceScanCommandInput;
+ output: StartResourceScanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/StopStackSetOperationCommand.ts b/clients/client-cloudformation/src/commands/StopStackSetOperationCommand.ts
index 001cc21ea723..b8326702829c 100644
--- a/clients/client-cloudformation/src/commands/StopStackSetOperationCommand.ts
+++ b/clients/client-cloudformation/src/commands/StopStackSetOperationCommand.ts
@@ -87,4 +87,16 @@ export class StopStackSetOperationCommand extends $Command
.f(void 0, void 0)
.ser(se_StopStackSetOperationCommand)
.de(de_StopStackSetOperationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopStackSetOperationInput;
+ output: {};
+ };
+ sdk: {
+ input: StopStackSetOperationCommandInput;
+ output: StopStackSetOperationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/TestTypeCommand.ts b/clients/client-cloudformation/src/commands/TestTypeCommand.ts
index 5889c818c0d7..e346f3ee579f 100644
--- a/clients/client-cloudformation/src/commands/TestTypeCommand.ts
+++ b/clients/client-cloudformation/src/commands/TestTypeCommand.ts
@@ -108,4 +108,16 @@ export class TestTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_TestTypeCommand)
.de(de_TestTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TestTypeInput;
+ output: TestTypeOutput;
+ };
+ sdk: {
+ input: TestTypeCommandInput;
+ output: TestTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/UpdateGeneratedTemplateCommand.ts b/clients/client-cloudformation/src/commands/UpdateGeneratedTemplateCommand.ts
index 6e64dbb197f9..6b780afe2b82 100644
--- a/clients/client-cloudformation/src/commands/UpdateGeneratedTemplateCommand.ts
+++ b/clients/client-cloudformation/src/commands/UpdateGeneratedTemplateCommand.ts
@@ -175,4 +175,16 @@ export class UpdateGeneratedTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateGeneratedTemplateCommand)
.de(de_UpdateGeneratedTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGeneratedTemplateInput;
+ output: UpdateGeneratedTemplateOutput;
+ };
+ sdk: {
+ input: UpdateGeneratedTemplateCommandInput;
+ output: UpdateGeneratedTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/UpdateStackCommand.ts b/clients/client-cloudformation/src/commands/UpdateStackCommand.ts
index 4b3f231ee9ef..6acf03d8d683 100644
--- a/clients/client-cloudformation/src/commands/UpdateStackCommand.ts
+++ b/clients/client-cloudformation/src/commands/UpdateStackCommand.ts
@@ -131,4 +131,16 @@ export class UpdateStackCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateStackCommand)
.de(de_UpdateStackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateStackInput;
+ output: UpdateStackOutput;
+ };
+ sdk: {
+ input: UpdateStackCommandInput;
+ output: UpdateStackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/UpdateStackInstancesCommand.ts b/clients/client-cloudformation/src/commands/UpdateStackInstancesCommand.ts
index b6500f0fe21b..6773786ee06a 100644
--- a/clients/client-cloudformation/src/commands/UpdateStackInstancesCommand.ts
+++ b/clients/client-cloudformation/src/commands/UpdateStackInstancesCommand.ts
@@ -144,4 +144,16 @@ export class UpdateStackInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateStackInstancesCommand)
.de(de_UpdateStackInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateStackInstancesInput;
+ output: UpdateStackInstancesOutput;
+ };
+ sdk: {
+ input: UpdateStackInstancesCommandInput;
+ output: UpdateStackInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/UpdateStackSetCommand.ts b/clients/client-cloudformation/src/commands/UpdateStackSetCommand.ts
index 3873446fbcbd..23ef0a64c5c5 100644
--- a/clients/client-cloudformation/src/commands/UpdateStackSetCommand.ts
+++ b/clients/client-cloudformation/src/commands/UpdateStackSetCommand.ts
@@ -158,4 +158,16 @@ export class UpdateStackSetCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateStackSetCommand)
.de(de_UpdateStackSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateStackSetInput;
+ output: UpdateStackSetOutput;
+ };
+ sdk: {
+ input: UpdateStackSetCommandInput;
+ output: UpdateStackSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/UpdateTerminationProtectionCommand.ts b/clients/client-cloudformation/src/commands/UpdateTerminationProtectionCommand.ts
index 9ae70783d5fe..bbfc29f6ab85 100644
--- a/clients/client-cloudformation/src/commands/UpdateTerminationProtectionCommand.ts
+++ b/clients/client-cloudformation/src/commands/UpdateTerminationProtectionCommand.ts
@@ -83,4 +83,16 @@ export class UpdateTerminationProtectionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTerminationProtectionCommand)
.de(de_UpdateTerminationProtectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTerminationProtectionInput;
+ output: UpdateTerminationProtectionOutput;
+ };
+ sdk: {
+ input: UpdateTerminationProtectionCommandInput;
+ output: UpdateTerminationProtectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudformation/src/commands/ValidateTemplateCommand.ts b/clients/client-cloudformation/src/commands/ValidateTemplateCommand.ts
index ba68da256345..0407ae5ed484 100644
--- a/clients/client-cloudformation/src/commands/ValidateTemplateCommand.ts
+++ b/clients/client-cloudformation/src/commands/ValidateTemplateCommand.ts
@@ -95,4 +95,16 @@ export class ValidateTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_ValidateTemplateCommand)
.de(de_ValidateTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ValidateTemplateInput;
+ output: ValidateTemplateOutput;
+ };
+ sdk: {
+ input: ValidateTemplateCommandInput;
+ output: ValidateTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront-keyvaluestore/package.json b/clients/client-cloudfront-keyvaluestore/package.json
index 47bd387f4d85..cf4874f69601 100644
--- a/clients/client-cloudfront-keyvaluestore/package.json
+++ b/clients/client-cloudfront-keyvaluestore/package.json
@@ -34,30 +34,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-cloudfront-keyvaluestore/src/commands/DeleteKeyCommand.ts b/clients/client-cloudfront-keyvaluestore/src/commands/DeleteKeyCommand.ts
index 5d393522269c..966aca1c820e 100644
--- a/clients/client-cloudfront-keyvaluestore/src/commands/DeleteKeyCommand.ts
+++ b/clients/client-cloudfront-keyvaluestore/src/commands/DeleteKeyCommand.ts
@@ -106,4 +106,16 @@ export class DeleteKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteKeyCommand)
.de(de_DeleteKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteKeyRequest;
+ output: DeleteKeyResponse;
+ };
+ sdk: {
+ input: DeleteKeyCommandInput;
+ output: DeleteKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront-keyvaluestore/src/commands/DescribeKeyValueStoreCommand.ts b/clients/client-cloudfront-keyvaluestore/src/commands/DescribeKeyValueStoreCommand.ts
index 574755e06995..9a147fe5f7cf 100644
--- a/clients/client-cloudfront-keyvaluestore/src/commands/DescribeKeyValueStoreCommand.ts
+++ b/clients/client-cloudfront-keyvaluestore/src/commands/DescribeKeyValueStoreCommand.ts
@@ -103,4 +103,16 @@ export class DescribeKeyValueStoreCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeKeyValueStoreCommand)
.de(de_DescribeKeyValueStoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeKeyValueStoreRequest;
+ output: DescribeKeyValueStoreResponse;
+ };
+ sdk: {
+ input: DescribeKeyValueStoreCommandInput;
+ output: DescribeKeyValueStoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront-keyvaluestore/src/commands/GetKeyCommand.ts b/clients/client-cloudfront-keyvaluestore/src/commands/GetKeyCommand.ts
index a6cd17409e0c..f9c5147a43b9 100644
--- a/clients/client-cloudfront-keyvaluestore/src/commands/GetKeyCommand.ts
+++ b/clients/client-cloudfront-keyvaluestore/src/commands/GetKeyCommand.ts
@@ -100,4 +100,16 @@ export class GetKeyCommand extends $Command
.f(void 0, GetKeyResponseFilterSensitiveLog)
.ser(se_GetKeyCommand)
.de(de_GetKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetKeyRequest;
+ output: GetKeyResponse;
+ };
+ sdk: {
+ input: GetKeyCommandInput;
+ output: GetKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront-keyvaluestore/src/commands/ListKeysCommand.ts b/clients/client-cloudfront-keyvaluestore/src/commands/ListKeysCommand.ts
index 43323fae8c04..418e0a27f6e9 100644
--- a/clients/client-cloudfront-keyvaluestore/src/commands/ListKeysCommand.ts
+++ b/clients/client-cloudfront-keyvaluestore/src/commands/ListKeysCommand.ts
@@ -107,4 +107,16 @@ export class ListKeysCommand extends $Command
.f(void 0, ListKeysResponseFilterSensitiveLog)
.ser(se_ListKeysCommand)
.de(de_ListKeysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListKeysRequest;
+ output: ListKeysResponse;
+ };
+ sdk: {
+ input: ListKeysCommandInput;
+ output: ListKeysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront-keyvaluestore/src/commands/PutKeyCommand.ts b/clients/client-cloudfront-keyvaluestore/src/commands/PutKeyCommand.ts
index 0263938c47ea..bcc2b5395f70 100644
--- a/clients/client-cloudfront-keyvaluestore/src/commands/PutKeyCommand.ts
+++ b/clients/client-cloudfront-keyvaluestore/src/commands/PutKeyCommand.ts
@@ -107,4 +107,16 @@ export class PutKeyCommand extends $Command
.f(PutKeyRequestFilterSensitiveLog, void 0)
.ser(se_PutKeyCommand)
.de(de_PutKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutKeyRequest;
+ output: PutKeyResponse;
+ };
+ sdk: {
+ input: PutKeyCommandInput;
+ output: PutKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront-keyvaluestore/src/commands/UpdateKeysCommand.ts b/clients/client-cloudfront-keyvaluestore/src/commands/UpdateKeysCommand.ts
index 71b1954e12a0..9365abdc47db 100644
--- a/clients/client-cloudfront-keyvaluestore/src/commands/UpdateKeysCommand.ts
+++ b/clients/client-cloudfront-keyvaluestore/src/commands/UpdateKeysCommand.ts
@@ -116,4 +116,16 @@ export class UpdateKeysCommand extends $Command
.f(UpdateKeysRequestFilterSensitiveLog, void 0)
.ser(se_UpdateKeysCommand)
.de(de_UpdateKeysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateKeysRequest;
+ output: UpdateKeysResponse;
+ };
+ sdk: {
+ input: UpdateKeysCommandInput;
+ output: UpdateKeysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/package.json b/clients/client-cloudfront/package.json
index a229e0643c59..507aae85a595 100644
--- a/clients/client-cloudfront/package.json
+++ b/clients/client-cloudfront/package.json
@@ -34,33 +34,33 @@
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
"@aws-sdk/xml-builder": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
- "@smithy/util-stream": "^3.1.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
+ "@smithy/util-stream": "^3.1.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2"
},
"devDependencies": {
diff --git a/clients/client-cloudfront/src/commands/AssociateAliasCommand.ts b/clients/client-cloudfront/src/commands/AssociateAliasCommand.ts
index 744a85114eb6..1dbae513c092 100644
--- a/clients/client-cloudfront/src/commands/AssociateAliasCommand.ts
+++ b/clients/client-cloudfront/src/commands/AssociateAliasCommand.ts
@@ -101,4 +101,16 @@ export class AssociateAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateAliasCommand)
.de(de_AssociateAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateAliasRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateAliasCommandInput;
+ output: AssociateAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/CopyDistributionCommand.ts b/clients/client-cloudfront/src/commands/CopyDistributionCommand.ts
index b7c6a168aa62..b995c0142f56 100644
--- a/clients/client-cloudfront/src/commands/CopyDistributionCommand.ts
+++ b/clients/client-cloudfront/src/commands/CopyDistributionCommand.ts
@@ -673,4 +673,16 @@ export class CopyDistributionCommand extends $Command
.f(void 0, CopyDistributionResultFilterSensitiveLog)
.ser(se_CopyDistributionCommand)
.de(de_CopyDistributionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CopyDistributionRequest;
+ output: CopyDistributionResult;
+ };
+ sdk: {
+ input: CopyDistributionCommandInput;
+ output: CopyDistributionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/CreateCachePolicyCommand.ts b/clients/client-cloudfront/src/commands/CreateCachePolicyCommand.ts
index 15330b3480f7..8e4b5240c905 100644
--- a/clients/client-cloudfront/src/commands/CreateCachePolicyCommand.ts
+++ b/clients/client-cloudfront/src/commands/CreateCachePolicyCommand.ts
@@ -213,4 +213,16 @@ export class CreateCachePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCachePolicyCommand)
.de(de_CreateCachePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCachePolicyRequest;
+ output: CreateCachePolicyResult;
+ };
+ sdk: {
+ input: CreateCachePolicyCommandInput;
+ output: CreateCachePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/CreateCloudFrontOriginAccessIdentityCommand.ts b/clients/client-cloudfront/src/commands/CreateCloudFrontOriginAccessIdentityCommand.ts
index 1c1fbe930a85..8585c6b73b8f 100644
--- a/clients/client-cloudfront/src/commands/CreateCloudFrontOriginAccessIdentityCommand.ts
+++ b/clients/client-cloudfront/src/commands/CreateCloudFrontOriginAccessIdentityCommand.ts
@@ -123,4 +123,16 @@ export class CreateCloudFrontOriginAccessIdentityCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCloudFrontOriginAccessIdentityCommand)
.de(de_CreateCloudFrontOriginAccessIdentityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCloudFrontOriginAccessIdentityRequest;
+ output: CreateCloudFrontOriginAccessIdentityResult;
+ };
+ sdk: {
+ input: CreateCloudFrontOriginAccessIdentityCommandInput;
+ output: CreateCloudFrontOriginAccessIdentityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/CreateContinuousDeploymentPolicyCommand.ts b/clients/client-cloudfront/src/commands/CreateContinuousDeploymentPolicyCommand.ts
index 0762e61aedc9..5f2d7c68e319 100644
--- a/clients/client-cloudfront/src/commands/CreateContinuousDeploymentPolicyCommand.ts
+++ b/clients/client-cloudfront/src/commands/CreateContinuousDeploymentPolicyCommand.ts
@@ -160,4 +160,16 @@ export class CreateContinuousDeploymentPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateContinuousDeploymentPolicyCommand)
.de(de_CreateContinuousDeploymentPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateContinuousDeploymentPolicyRequest;
+ output: CreateContinuousDeploymentPolicyResult;
+ };
+ sdk: {
+ input: CreateContinuousDeploymentPolicyCommandInput;
+ output: CreateContinuousDeploymentPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/CreateDistributionCommand.ts b/clients/client-cloudfront/src/commands/CreateDistributionCommand.ts
index f425386f48a3..30eb816ad5f7 100644
--- a/clients/client-cloudfront/src/commands/CreateDistributionCommand.ts
+++ b/clients/client-cloudfront/src/commands/CreateDistributionCommand.ts
@@ -937,4 +937,16 @@ export class CreateDistributionCommand extends $Command
.f(CreateDistributionRequestFilterSensitiveLog, CreateDistributionResultFilterSensitiveLog)
.ser(se_CreateDistributionCommand)
.de(de_CreateDistributionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDistributionRequest;
+ output: CreateDistributionResult;
+ };
+ sdk: {
+ input: CreateDistributionCommandInput;
+ output: CreateDistributionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/CreateDistributionWithTagsCommand.ts b/clients/client-cloudfront/src/commands/CreateDistributionWithTagsCommand.ts
index 21af42204849..3496bb310f6e 100644
--- a/clients/client-cloudfront/src/commands/CreateDistributionWithTagsCommand.ts
+++ b/clients/client-cloudfront/src/commands/CreateDistributionWithTagsCommand.ts
@@ -963,4 +963,16 @@ export class CreateDistributionWithTagsCommand extends $Command
.f(CreateDistributionWithTagsRequestFilterSensitiveLog, CreateDistributionWithTagsResultFilterSensitiveLog)
.ser(se_CreateDistributionWithTagsCommand)
.de(de_CreateDistributionWithTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDistributionWithTagsRequest;
+ output: CreateDistributionWithTagsResult;
+ };
+ sdk: {
+ input: CreateDistributionWithTagsCommandInput;
+ output: CreateDistributionWithTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionConfigCommand.ts b/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionConfigCommand.ts
index 4e0e51c81445..342e1e0ac076 100644
--- a/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionConfigCommand.ts
+++ b/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionConfigCommand.ts
@@ -172,4 +172,16 @@ export class CreateFieldLevelEncryptionConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFieldLevelEncryptionConfigCommand)
.de(de_CreateFieldLevelEncryptionConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFieldLevelEncryptionConfigRequest;
+ output: CreateFieldLevelEncryptionConfigResult;
+ };
+ sdk: {
+ input: CreateFieldLevelEncryptionConfigCommandInput;
+ output: CreateFieldLevelEncryptionConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionProfileCommand.ts b/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionProfileCommand.ts
index 20730b4322f7..e9d5a40a3738 100644
--- a/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionProfileCommand.ts
+++ b/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionProfileCommand.ts
@@ -153,4 +153,16 @@ export class CreateFieldLevelEncryptionProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFieldLevelEncryptionProfileCommand)
.de(de_CreateFieldLevelEncryptionProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFieldLevelEncryptionProfileRequest;
+ output: CreateFieldLevelEncryptionProfileResult;
+ };
+ sdk: {
+ input: CreateFieldLevelEncryptionProfileCommandInput;
+ output: CreateFieldLevelEncryptionProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/CreateFunctionCommand.ts b/clients/client-cloudfront/src/commands/CreateFunctionCommand.ts
index f58c6da753b4..87462648758f 100644
--- a/clients/client-cloudfront/src/commands/CreateFunctionCommand.ts
+++ b/clients/client-cloudfront/src/commands/CreateFunctionCommand.ts
@@ -199,4 +199,16 @@ export class CreateFunctionCommand extends $Command
.f(CreateFunctionRequestFilterSensitiveLog, void 0)
.ser(se_CreateFunctionCommand)
.de(de_CreateFunctionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFunctionRequest;
+ output: CreateFunctionResult;
+ };
+ sdk: {
+ input: CreateFunctionCommandInput;
+ output: CreateFunctionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/CreateInvalidationCommand.ts b/clients/client-cloudfront/src/commands/CreateInvalidationCommand.ts
index 836bc029dbe2..d8960b185916 100644
--- a/clients/client-cloudfront/src/commands/CreateInvalidationCommand.ts
+++ b/clients/client-cloudfront/src/commands/CreateInvalidationCommand.ts
@@ -124,4 +124,16 @@ export class CreateInvalidationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateInvalidationCommand)
.de(de_CreateInvalidationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateInvalidationRequest;
+ output: CreateInvalidationResult;
+ };
+ sdk: {
+ input: CreateInvalidationCommandInput;
+ output: CreateInvalidationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/CreateKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/CreateKeyGroupCommand.ts
index 0299fb0fcd02..31341ce90189 100644
--- a/clients/client-cloudfront/src/commands/CreateKeyGroupCommand.ts
+++ b/clients/client-cloudfront/src/commands/CreateKeyGroupCommand.ts
@@ -120,4 +120,16 @@ export class CreateKeyGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateKeyGroupCommand)
.de(de_CreateKeyGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateKeyGroupRequest;
+ output: CreateKeyGroupResult;
+ };
+ sdk: {
+ input: CreateKeyGroupCommandInput;
+ output: CreateKeyGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/CreateKeyValueStoreCommand.ts b/clients/client-cloudfront/src/commands/CreateKeyValueStoreCommand.ts
index 5723bf9a858c..3c7ddb870eb5 100644
--- a/clients/client-cloudfront/src/commands/CreateKeyValueStoreCommand.ts
+++ b/clients/client-cloudfront/src/commands/CreateKeyValueStoreCommand.ts
@@ -140,4 +140,16 @@ export class CreateKeyValueStoreCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateKeyValueStoreCommand)
.de(de_CreateKeyValueStoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateKeyValueStoreRequest;
+ output: CreateKeyValueStoreResult;
+ };
+ sdk: {
+ input: CreateKeyValueStoreCommandInput;
+ output: CreateKeyValueStoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/CreateMonitoringSubscriptionCommand.ts b/clients/client-cloudfront/src/commands/CreateMonitoringSubscriptionCommand.ts
index 1e2997e2c96d..c28c44f812d1 100644
--- a/clients/client-cloudfront/src/commands/CreateMonitoringSubscriptionCommand.ts
+++ b/clients/client-cloudfront/src/commands/CreateMonitoringSubscriptionCommand.ts
@@ -106,4 +106,16 @@ export class CreateMonitoringSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateMonitoringSubscriptionCommand)
.de(de_CreateMonitoringSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMonitoringSubscriptionRequest;
+ output: CreateMonitoringSubscriptionResult;
+ };
+ sdk: {
+ input: CreateMonitoringSubscriptionCommandInput;
+ output: CreateMonitoringSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/CreateOriginAccessControlCommand.ts b/clients/client-cloudfront/src/commands/CreateOriginAccessControlCommand.ts
index f1cfe1b3e9d9..dea55f63f0ce 100644
--- a/clients/client-cloudfront/src/commands/CreateOriginAccessControlCommand.ts
+++ b/clients/client-cloudfront/src/commands/CreateOriginAccessControlCommand.ts
@@ -112,4 +112,16 @@ export class CreateOriginAccessControlCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateOriginAccessControlCommand)
.de(de_CreateOriginAccessControlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateOriginAccessControlRequest;
+ output: CreateOriginAccessControlResult;
+ };
+ sdk: {
+ input: CreateOriginAccessControlCommandInput;
+ output: CreateOriginAccessControlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/CreateOriginRequestPolicyCommand.ts b/clients/client-cloudfront/src/commands/CreateOriginRequestPolicyCommand.ts
index 113dfbc48d59..94c87425d5f4 100644
--- a/clients/client-cloudfront/src/commands/CreateOriginRequestPolicyCommand.ts
+++ b/clients/client-cloudfront/src/commands/CreateOriginRequestPolicyCommand.ts
@@ -204,4 +204,16 @@ export class CreateOriginRequestPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateOriginRequestPolicyCommand)
.de(de_CreateOriginRequestPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateOriginRequestPolicyRequest;
+ output: CreateOriginRequestPolicyResult;
+ };
+ sdk: {
+ input: CreateOriginRequestPolicyCommandInput;
+ output: CreateOriginRequestPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/CreatePublicKeyCommand.ts b/clients/client-cloudfront/src/commands/CreatePublicKeyCommand.ts
index 66e96c86a6dc..1af7e24386b0 100644
--- a/clients/client-cloudfront/src/commands/CreatePublicKeyCommand.ts
+++ b/clients/client-cloudfront/src/commands/CreatePublicKeyCommand.ts
@@ -103,4 +103,16 @@ export class CreatePublicKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePublicKeyCommand)
.de(de_CreatePublicKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePublicKeyRequest;
+ output: CreatePublicKeyResult;
+ };
+ sdk: {
+ input: CreatePublicKeyCommandInput;
+ output: CreatePublicKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/CreateRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/CreateRealtimeLogConfigCommand.ts
index b267a8fc1e87..a6f144d0eaf0 100644
--- a/clients/client-cloudfront/src/commands/CreateRealtimeLogConfigCommand.ts
+++ b/clients/client-cloudfront/src/commands/CreateRealtimeLogConfigCommand.ts
@@ -126,4 +126,16 @@ export class CreateRealtimeLogConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRealtimeLogConfigCommand)
.de(de_CreateRealtimeLogConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRealtimeLogConfigRequest;
+ output: CreateRealtimeLogConfigResult;
+ };
+ sdk: {
+ input: CreateRealtimeLogConfigCommandInput;
+ output: CreateRealtimeLogConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/CreateResponseHeadersPolicyCommand.ts b/clients/client-cloudfront/src/commands/CreateResponseHeadersPolicyCommand.ts
index 6c45731b6e17..e9a5b2f67ed8 100644
--- a/clients/client-cloudfront/src/commands/CreateResponseHeadersPolicyCommand.ts
+++ b/clients/client-cloudfront/src/commands/CreateResponseHeadersPolicyCommand.ts
@@ -298,4 +298,16 @@ export class CreateResponseHeadersPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateResponseHeadersPolicyCommand)
.de(de_CreateResponseHeadersPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateResponseHeadersPolicyRequest;
+ output: CreateResponseHeadersPolicyResult;
+ };
+ sdk: {
+ input: CreateResponseHeadersPolicyCommandInput;
+ output: CreateResponseHeadersPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/CreateStreamingDistributionCommand.ts b/clients/client-cloudfront/src/commands/CreateStreamingDistributionCommand.ts
index 368bd4ed4682..b411c4c9d311 100644
--- a/clients/client-cloudfront/src/commands/CreateStreamingDistributionCommand.ts
+++ b/clients/client-cloudfront/src/commands/CreateStreamingDistributionCommand.ts
@@ -200,4 +200,16 @@ export class CreateStreamingDistributionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateStreamingDistributionCommand)
.de(de_CreateStreamingDistributionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateStreamingDistributionRequest;
+ output: CreateStreamingDistributionResult;
+ };
+ sdk: {
+ input: CreateStreamingDistributionCommandInput;
+ output: CreateStreamingDistributionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/CreateStreamingDistributionWithTagsCommand.ts b/clients/client-cloudfront/src/commands/CreateStreamingDistributionWithTagsCommand.ts
index 2cf1d16774d1..2aff95c93431 100644
--- a/clients/client-cloudfront/src/commands/CreateStreamingDistributionWithTagsCommand.ts
+++ b/clients/client-cloudfront/src/commands/CreateStreamingDistributionWithTagsCommand.ts
@@ -221,4 +221,16 @@ export class CreateStreamingDistributionWithTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateStreamingDistributionWithTagsCommand)
.de(de_CreateStreamingDistributionWithTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateStreamingDistributionWithTagsRequest;
+ output: CreateStreamingDistributionWithTagsResult;
+ };
+ sdk: {
+ input: CreateStreamingDistributionWithTagsCommandInput;
+ output: CreateStreamingDistributionWithTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/DeleteCachePolicyCommand.ts b/clients/client-cloudfront/src/commands/DeleteCachePolicyCommand.ts
index fc6aaefae7e5..627e68c364a2 100644
--- a/clients/client-cloudfront/src/commands/DeleteCachePolicyCommand.ts
+++ b/clients/client-cloudfront/src/commands/DeleteCachePolicyCommand.ts
@@ -102,4 +102,16 @@ export class DeleteCachePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCachePolicyCommand)
.de(de_DeleteCachePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCachePolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCachePolicyCommandInput;
+ output: DeleteCachePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts b/clients/client-cloudfront/src/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts
index 3a4f07f28597..cb170813c975 100644
--- a/clients/client-cloudfront/src/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts
+++ b/clients/client-cloudfront/src/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts
@@ -95,4 +95,16 @@ export class DeleteCloudFrontOriginAccessIdentityCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCloudFrontOriginAccessIdentityCommand)
.de(de_DeleteCloudFrontOriginAccessIdentityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCloudFrontOriginAccessIdentityRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCloudFrontOriginAccessIdentityCommandInput;
+ output: DeleteCloudFrontOriginAccessIdentityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/DeleteContinuousDeploymentPolicyCommand.ts b/clients/client-cloudfront/src/commands/DeleteContinuousDeploymentPolicyCommand.ts
index f3cffd70c53a..1e4896c776cd 100644
--- a/clients/client-cloudfront/src/commands/DeleteContinuousDeploymentPolicyCommand.ts
+++ b/clients/client-cloudfront/src/commands/DeleteContinuousDeploymentPolicyCommand.ts
@@ -102,4 +102,16 @@ export class DeleteContinuousDeploymentPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteContinuousDeploymentPolicyCommand)
.de(de_DeleteContinuousDeploymentPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteContinuousDeploymentPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteContinuousDeploymentPolicyCommandInput;
+ output: DeleteContinuousDeploymentPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/DeleteDistributionCommand.ts b/clients/client-cloudfront/src/commands/DeleteDistributionCommand.ts
index 6e474af8b93a..463952f60442 100644
--- a/clients/client-cloudfront/src/commands/DeleteDistributionCommand.ts
+++ b/clients/client-cloudfront/src/commands/DeleteDistributionCommand.ts
@@ -93,4 +93,16 @@ export class DeleteDistributionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDistributionCommand)
.de(de_DeleteDistributionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDistributionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDistributionCommandInput;
+ output: DeleteDistributionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionConfigCommand.ts b/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionConfigCommand.ts
index 9732ec3f7252..f2898ad90c27 100644
--- a/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionConfigCommand.ts
+++ b/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionConfigCommand.ts
@@ -95,4 +95,16 @@ export class DeleteFieldLevelEncryptionConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFieldLevelEncryptionConfigCommand)
.de(de_DeleteFieldLevelEncryptionConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFieldLevelEncryptionConfigRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFieldLevelEncryptionConfigCommandInput;
+ output: DeleteFieldLevelEncryptionConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionProfileCommand.ts b/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionProfileCommand.ts
index 88e4d3717224..18a3af8aadbc 100644
--- a/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionProfileCommand.ts
+++ b/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionProfileCommand.ts
@@ -95,4 +95,16 @@ export class DeleteFieldLevelEncryptionProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFieldLevelEncryptionProfileCommand)
.de(de_DeleteFieldLevelEncryptionProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFieldLevelEncryptionProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFieldLevelEncryptionProfileCommandInput;
+ output: DeleteFieldLevelEncryptionProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/DeleteFunctionCommand.ts b/clients/client-cloudfront/src/commands/DeleteFunctionCommand.ts
index 76c74103b359..e33dabbf6e30 100644
--- a/clients/client-cloudfront/src/commands/DeleteFunctionCommand.ts
+++ b/clients/client-cloudfront/src/commands/DeleteFunctionCommand.ts
@@ -99,4 +99,16 @@ export class DeleteFunctionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFunctionCommand)
.de(de_DeleteFunctionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFunctionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFunctionCommandInput;
+ output: DeleteFunctionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/DeleteKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/DeleteKeyGroupCommand.ts
index 7dc8ec21a897..32308aa19a53 100644
--- a/clients/client-cloudfront/src/commands/DeleteKeyGroupCommand.ts
+++ b/clients/client-cloudfront/src/commands/DeleteKeyGroupCommand.ts
@@ -95,4 +95,16 @@ export class DeleteKeyGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteKeyGroupCommand)
.de(de_DeleteKeyGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteKeyGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteKeyGroupCommandInput;
+ output: DeleteKeyGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/DeleteKeyValueStoreCommand.ts b/clients/client-cloudfront/src/commands/DeleteKeyValueStoreCommand.ts
index 725b83d68b42..53cf6323e4b6 100644
--- a/clients/client-cloudfront/src/commands/DeleteKeyValueStoreCommand.ts
+++ b/clients/client-cloudfront/src/commands/DeleteKeyValueStoreCommand.ts
@@ -107,4 +107,16 @@ export class DeleteKeyValueStoreCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteKeyValueStoreCommand)
.de(de_DeleteKeyValueStoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteKeyValueStoreRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteKeyValueStoreCommandInput;
+ output: DeleteKeyValueStoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/DeleteMonitoringSubscriptionCommand.ts b/clients/client-cloudfront/src/commands/DeleteMonitoringSubscriptionCommand.ts
index 933677ac4894..8907ad4a8621 100644
--- a/clients/client-cloudfront/src/commands/DeleteMonitoringSubscriptionCommand.ts
+++ b/clients/client-cloudfront/src/commands/DeleteMonitoringSubscriptionCommand.ts
@@ -92,4 +92,16 @@ export class DeleteMonitoringSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMonitoringSubscriptionCommand)
.de(de_DeleteMonitoringSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMonitoringSubscriptionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMonitoringSubscriptionCommandInput;
+ output: DeleteMonitoringSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/DeleteOriginAccessControlCommand.ts b/clients/client-cloudfront/src/commands/DeleteOriginAccessControlCommand.ts
index 693b729eb60f..89aa7a46a28b 100644
--- a/clients/client-cloudfront/src/commands/DeleteOriginAccessControlCommand.ts
+++ b/clients/client-cloudfront/src/commands/DeleteOriginAccessControlCommand.ts
@@ -96,4 +96,16 @@ export class DeleteOriginAccessControlCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteOriginAccessControlCommand)
.de(de_DeleteOriginAccessControlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteOriginAccessControlRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteOriginAccessControlCommandInput;
+ output: DeleteOriginAccessControlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/DeleteOriginRequestPolicyCommand.ts b/clients/client-cloudfront/src/commands/DeleteOriginRequestPolicyCommand.ts
index 48ccb5d32ca0..b6c31c9608ef 100644
--- a/clients/client-cloudfront/src/commands/DeleteOriginRequestPolicyCommand.ts
+++ b/clients/client-cloudfront/src/commands/DeleteOriginRequestPolicyCommand.ts
@@ -102,4 +102,16 @@ export class DeleteOriginRequestPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteOriginRequestPolicyCommand)
.de(de_DeleteOriginRequestPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteOriginRequestPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteOriginRequestPolicyCommandInput;
+ output: DeleteOriginRequestPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/DeletePublicKeyCommand.ts b/clients/client-cloudfront/src/commands/DeletePublicKeyCommand.ts
index f8f63c4fc4c6..34a5ea0b6a6b 100644
--- a/clients/client-cloudfront/src/commands/DeletePublicKeyCommand.ts
+++ b/clients/client-cloudfront/src/commands/DeletePublicKeyCommand.ts
@@ -92,4 +92,16 @@ export class DeletePublicKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePublicKeyCommand)
.de(de_DeletePublicKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePublicKeyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePublicKeyCommandInput;
+ output: DeletePublicKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/DeleteRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/DeleteRealtimeLogConfigCommand.ts
index adfc589d5ec6..b10f5c5477c8 100644
--- a/clients/client-cloudfront/src/commands/DeleteRealtimeLogConfigCommand.ts
+++ b/clients/client-cloudfront/src/commands/DeleteRealtimeLogConfigCommand.ts
@@ -95,4 +95,16 @@ export class DeleteRealtimeLogConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRealtimeLogConfigCommand)
.de(de_DeleteRealtimeLogConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRealtimeLogConfigRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRealtimeLogConfigCommandInput;
+ output: DeleteRealtimeLogConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/DeleteResponseHeadersPolicyCommand.ts b/clients/client-cloudfront/src/commands/DeleteResponseHeadersPolicyCommand.ts
index 25339699fd81..62f22cc66688 100644
--- a/clients/client-cloudfront/src/commands/DeleteResponseHeadersPolicyCommand.ts
+++ b/clients/client-cloudfront/src/commands/DeleteResponseHeadersPolicyCommand.ts
@@ -102,4 +102,16 @@ export class DeleteResponseHeadersPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteResponseHeadersPolicyCommand)
.de(de_DeleteResponseHeadersPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteResponseHeadersPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteResponseHeadersPolicyCommandInput;
+ output: DeleteResponseHeadersPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/DeleteStreamingDistributionCommand.ts b/clients/client-cloudfront/src/commands/DeleteStreamingDistributionCommand.ts
index 9a56138c0ca7..2b19db6fc661 100644
--- a/clients/client-cloudfront/src/commands/DeleteStreamingDistributionCommand.ts
+++ b/clients/client-cloudfront/src/commands/DeleteStreamingDistributionCommand.ts
@@ -141,4 +141,16 @@ export class DeleteStreamingDistributionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteStreamingDistributionCommand)
.de(de_DeleteStreamingDistributionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteStreamingDistributionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteStreamingDistributionCommandInput;
+ output: DeleteStreamingDistributionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/DescribeFunctionCommand.ts b/clients/client-cloudfront/src/commands/DescribeFunctionCommand.ts
index 344630f1e8a2..54a9716342ac 100644
--- a/clients/client-cloudfront/src/commands/DescribeFunctionCommand.ts
+++ b/clients/client-cloudfront/src/commands/DescribeFunctionCommand.ts
@@ -110,4 +110,16 @@ export class DescribeFunctionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFunctionCommand)
.de(de_DescribeFunctionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFunctionRequest;
+ output: DescribeFunctionResult;
+ };
+ sdk: {
+ input: DescribeFunctionCommandInput;
+ output: DescribeFunctionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/DescribeKeyValueStoreCommand.ts b/clients/client-cloudfront/src/commands/DescribeKeyValueStoreCommand.ts
index b815162b6a4b..63f4088b1f06 100644
--- a/clients/client-cloudfront/src/commands/DescribeKeyValueStoreCommand.ts
+++ b/clients/client-cloudfront/src/commands/DescribeKeyValueStoreCommand.ts
@@ -121,4 +121,16 @@ export class DescribeKeyValueStoreCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeKeyValueStoreCommand)
.de(de_DescribeKeyValueStoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeKeyValueStoreRequest;
+ output: DescribeKeyValueStoreResult;
+ };
+ sdk: {
+ input: DescribeKeyValueStoreCommandInput;
+ output: DescribeKeyValueStoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetCachePolicyCommand.ts b/clients/client-cloudfront/src/commands/GetCachePolicyCommand.ts
index 1f4409dc5865..b911a7d7f219 100644
--- a/clients/client-cloudfront/src/commands/GetCachePolicyCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetCachePolicyCommand.ts
@@ -138,4 +138,16 @@ export class GetCachePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCachePolicyCommand)
.de(de_GetCachePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCachePolicyRequest;
+ output: GetCachePolicyResult;
+ };
+ sdk: {
+ input: GetCachePolicyCommandInput;
+ output: GetCachePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetCachePolicyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetCachePolicyConfigCommand.ts
index 7e05d3252c03..e054d1440784 100644
--- a/clients/client-cloudfront/src/commands/GetCachePolicyConfigCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetCachePolicyConfigCommand.ts
@@ -126,4 +126,16 @@ export class GetCachePolicyConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCachePolicyConfigCommand)
.de(de_GetCachePolicyConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCachePolicyConfigRequest;
+ output: GetCachePolicyConfigResult;
+ };
+ sdk: {
+ input: GetCachePolicyConfigCommandInput;
+ output: GetCachePolicyConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityCommand.ts b/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityCommand.ts
index b63ee59ba217..680d48a79957 100644
--- a/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityCommand.ts
@@ -96,4 +96,16 @@ export class GetCloudFrontOriginAccessIdentityCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCloudFrontOriginAccessIdentityCommand)
.de(de_GetCloudFrontOriginAccessIdentityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCloudFrontOriginAccessIdentityRequest;
+ output: GetCloudFrontOriginAccessIdentityResult;
+ };
+ sdk: {
+ input: GetCloudFrontOriginAccessIdentityCommandInput;
+ output: GetCloudFrontOriginAccessIdentityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts b/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts
index 7fdcabfb85f2..bc4925a18135 100644
--- a/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts
@@ -96,4 +96,16 @@ export class GetCloudFrontOriginAccessIdentityConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCloudFrontOriginAccessIdentityConfigCommand)
.de(de_GetCloudFrontOriginAccessIdentityConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCloudFrontOriginAccessIdentityConfigRequest;
+ output: GetCloudFrontOriginAccessIdentityConfigResult;
+ };
+ sdk: {
+ input: GetCloudFrontOriginAccessIdentityConfigCommandInput;
+ output: GetCloudFrontOriginAccessIdentityConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyCommand.ts b/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyCommand.ts
index 079962ad58f3..bfb6bcf86180 100644
--- a/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyCommand.ts
@@ -116,4 +116,16 @@ export class GetContinuousDeploymentPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetContinuousDeploymentPolicyCommand)
.de(de_GetContinuousDeploymentPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetContinuousDeploymentPolicyRequest;
+ output: GetContinuousDeploymentPolicyResult;
+ };
+ sdk: {
+ input: GetContinuousDeploymentPolicyCommandInput;
+ output: GetContinuousDeploymentPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyConfigCommand.ts
index b2aff4215894..b7f74887208b 100644
--- a/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyConfigCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyConfigCommand.ts
@@ -114,4 +114,16 @@ export class GetContinuousDeploymentPolicyConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetContinuousDeploymentPolicyConfigCommand)
.de(de_GetContinuousDeploymentPolicyConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetContinuousDeploymentPolicyConfigRequest;
+ output: GetContinuousDeploymentPolicyConfigResult;
+ };
+ sdk: {
+ input: GetContinuousDeploymentPolicyConfigCommandInput;
+ output: GetContinuousDeploymentPolicyConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetDistributionCommand.ts b/clients/client-cloudfront/src/commands/GetDistributionCommand.ts
index 22a889edc64e..7370bb7a0bf0 100644
--- a/clients/client-cloudfront/src/commands/GetDistributionCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetDistributionCommand.ts
@@ -418,4 +418,16 @@ export class GetDistributionCommand extends $Command
.f(void 0, GetDistributionResultFilterSensitiveLog)
.ser(se_GetDistributionCommand)
.de(de_GetDistributionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDistributionRequest;
+ output: GetDistributionResult;
+ };
+ sdk: {
+ input: GetDistributionCommandInput;
+ output: GetDistributionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetDistributionConfigCommand.ts b/clients/client-cloudfront/src/commands/GetDistributionConfigCommand.ts
index 21f57cd74994..01e7cd29ffd7 100644
--- a/clients/client-cloudfront/src/commands/GetDistributionConfigCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetDistributionConfigCommand.ts
@@ -374,4 +374,16 @@ export class GetDistributionConfigCommand extends $Command
.f(void 0, GetDistributionConfigResultFilterSensitiveLog)
.ser(se_GetDistributionConfigCommand)
.de(de_GetDistributionConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDistributionConfigRequest;
+ output: GetDistributionConfigResult;
+ };
+ sdk: {
+ input: GetDistributionConfigCommandInput;
+ output: GetDistributionConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionCommand.ts b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionCommand.ts
index fb96a80bbce9..0c621b49a78d 100644
--- a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionCommand.ts
@@ -116,4 +116,16 @@ export class GetFieldLevelEncryptionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFieldLevelEncryptionCommand)
.de(de_GetFieldLevelEncryptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFieldLevelEncryptionRequest;
+ output: GetFieldLevelEncryptionResult;
+ };
+ sdk: {
+ input: GetFieldLevelEncryptionCommandInput;
+ output: GetFieldLevelEncryptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionConfigCommand.ts b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionConfigCommand.ts
index 2978e1ae52ba..c2156740a0cb 100644
--- a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionConfigCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionConfigCommand.ts
@@ -117,4 +117,16 @@ export class GetFieldLevelEncryptionConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFieldLevelEncryptionConfigCommand)
.de(de_GetFieldLevelEncryptionConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFieldLevelEncryptionConfigRequest;
+ output: GetFieldLevelEncryptionConfigResult;
+ };
+ sdk: {
+ input: GetFieldLevelEncryptionConfigCommandInput;
+ output: GetFieldLevelEncryptionConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileCommand.ts b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileCommand.ts
index b399eadd2630..3f4631a525c1 100644
--- a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileCommand.ts
@@ -112,4 +112,16 @@ export class GetFieldLevelEncryptionProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFieldLevelEncryptionProfileCommand)
.de(de_GetFieldLevelEncryptionProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFieldLevelEncryptionProfileRequest;
+ output: GetFieldLevelEncryptionProfileResult;
+ };
+ sdk: {
+ input: GetFieldLevelEncryptionProfileCommandInput;
+ output: GetFieldLevelEncryptionProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileConfigCommand.ts b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileConfigCommand.ts
index f1458c5d4c20..a892e0dc3a04 100644
--- a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileConfigCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileConfigCommand.ts
@@ -111,4 +111,16 @@ export class GetFieldLevelEncryptionProfileConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFieldLevelEncryptionProfileConfigCommand)
.de(de_GetFieldLevelEncryptionProfileConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFieldLevelEncryptionProfileConfigRequest;
+ output: GetFieldLevelEncryptionProfileConfigResult;
+ };
+ sdk: {
+ input: GetFieldLevelEncryptionProfileConfigCommandInput;
+ output: GetFieldLevelEncryptionProfileConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetFunctionCommand.ts b/clients/client-cloudfront/src/commands/GetFunctionCommand.ts
index 136ae6268d94..11966d49c6d4 100644
--- a/clients/client-cloudfront/src/commands/GetFunctionCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetFunctionCommand.ts
@@ -97,4 +97,16 @@ export class GetFunctionCommand extends $Command
.f(void 0, GetFunctionResultFilterSensitiveLog)
.ser(se_GetFunctionCommand)
.de(de_GetFunctionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFunctionRequest;
+ output: GetFunctionResult;
+ };
+ sdk: {
+ input: GetFunctionCommandInput;
+ output: GetFunctionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetInvalidationCommand.ts b/clients/client-cloudfront/src/commands/GetInvalidationCommand.ts
index e294412a305b..b8dc0bc502d9 100644
--- a/clients/client-cloudfront/src/commands/GetInvalidationCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetInvalidationCommand.ts
@@ -100,4 +100,16 @@ export class GetInvalidationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInvalidationCommand)
.de(de_GetInvalidationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInvalidationRequest;
+ output: GetInvalidationResult;
+ };
+ sdk: {
+ input: GetInvalidationCommandInput;
+ output: GetInvalidationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/GetKeyGroupCommand.ts
index bc46aa82f45c..850ba3b4bdcb 100644
--- a/clients/client-cloudfront/src/commands/GetKeyGroupCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetKeyGroupCommand.ts
@@ -97,4 +97,16 @@ export class GetKeyGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_GetKeyGroupCommand)
.de(de_GetKeyGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetKeyGroupRequest;
+ output: GetKeyGroupResult;
+ };
+ sdk: {
+ input: GetKeyGroupCommandInput;
+ output: GetKeyGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetKeyGroupConfigCommand.ts b/clients/client-cloudfront/src/commands/GetKeyGroupConfigCommand.ts
index 367d398304c2..4ff7c749dbb1 100644
--- a/clients/client-cloudfront/src/commands/GetKeyGroupConfigCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetKeyGroupConfigCommand.ts
@@ -92,4 +92,16 @@ export class GetKeyGroupConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetKeyGroupConfigCommand)
.de(de_GetKeyGroupConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetKeyGroupConfigRequest;
+ output: GetKeyGroupConfigResult;
+ };
+ sdk: {
+ input: GetKeyGroupConfigCommandInput;
+ output: GetKeyGroupConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetMonitoringSubscriptionCommand.ts b/clients/client-cloudfront/src/commands/GetMonitoringSubscriptionCommand.ts
index 052a02c1e634..e423699e56c2 100644
--- a/clients/client-cloudfront/src/commands/GetMonitoringSubscriptionCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetMonitoringSubscriptionCommand.ts
@@ -94,4 +94,16 @@ export class GetMonitoringSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMonitoringSubscriptionCommand)
.de(de_GetMonitoringSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMonitoringSubscriptionRequest;
+ output: GetMonitoringSubscriptionResult;
+ };
+ sdk: {
+ input: GetMonitoringSubscriptionCommandInput;
+ output: GetMonitoringSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetOriginAccessControlCommand.ts b/clients/client-cloudfront/src/commands/GetOriginAccessControlCommand.ts
index 9445ebb3692e..80b946771c49 100644
--- a/clients/client-cloudfront/src/commands/GetOriginAccessControlCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetOriginAccessControlCommand.ts
@@ -93,4 +93,16 @@ export class GetOriginAccessControlCommand extends $Command
.f(void 0, void 0)
.ser(se_GetOriginAccessControlCommand)
.de(de_GetOriginAccessControlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetOriginAccessControlRequest;
+ output: GetOriginAccessControlResult;
+ };
+ sdk: {
+ input: GetOriginAccessControlCommandInput;
+ output: GetOriginAccessControlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetOriginAccessControlConfigCommand.ts b/clients/client-cloudfront/src/commands/GetOriginAccessControlConfigCommand.ts
index 41dff94710d6..3af791e3e4d3 100644
--- a/clients/client-cloudfront/src/commands/GetOriginAccessControlConfigCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetOriginAccessControlConfigCommand.ts
@@ -95,4 +95,16 @@ export class GetOriginAccessControlConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetOriginAccessControlConfigCommand)
.de(de_GetOriginAccessControlConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetOriginAccessControlConfigRequest;
+ output: GetOriginAccessControlConfigResult;
+ };
+ sdk: {
+ input: GetOriginAccessControlConfigCommandInput;
+ output: GetOriginAccessControlConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetOriginRequestPolicyCommand.ts b/clients/client-cloudfront/src/commands/GetOriginRequestPolicyCommand.ts
index d11b8bb56030..1d0834d1b381 100644
--- a/clients/client-cloudfront/src/commands/GetOriginRequestPolicyCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetOriginRequestPolicyCommand.ts
@@ -132,4 +132,16 @@ export class GetOriginRequestPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetOriginRequestPolicyCommand)
.de(de_GetOriginRequestPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetOriginRequestPolicyRequest;
+ output: GetOriginRequestPolicyResult;
+ };
+ sdk: {
+ input: GetOriginRequestPolicyCommandInput;
+ output: GetOriginRequestPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetOriginRequestPolicyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetOriginRequestPolicyConfigCommand.ts
index 87cab81c1d99..871ef1fd38c6 100644
--- a/clients/client-cloudfront/src/commands/GetOriginRequestPolicyConfigCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetOriginRequestPolicyConfigCommand.ts
@@ -125,4 +125,16 @@ export class GetOriginRequestPolicyConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetOriginRequestPolicyConfigCommand)
.de(de_GetOriginRequestPolicyConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetOriginRequestPolicyConfigRequest;
+ output: GetOriginRequestPolicyConfigResult;
+ };
+ sdk: {
+ input: GetOriginRequestPolicyConfigCommandInput;
+ output: GetOriginRequestPolicyConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetPublicKeyCommand.ts b/clients/client-cloudfront/src/commands/GetPublicKeyCommand.ts
index 3b58637692ae..1f5f19c01d81 100644
--- a/clients/client-cloudfront/src/commands/GetPublicKeyCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetPublicKeyCommand.ts
@@ -93,4 +93,16 @@ export class GetPublicKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPublicKeyCommand)
.de(de_GetPublicKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPublicKeyRequest;
+ output: GetPublicKeyResult;
+ };
+ sdk: {
+ input: GetPublicKeyCommandInput;
+ output: GetPublicKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetPublicKeyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetPublicKeyConfigCommand.ts
index a914bc070f71..6075caca187d 100644
--- a/clients/client-cloudfront/src/commands/GetPublicKeyConfigCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetPublicKeyConfigCommand.ts
@@ -89,4 +89,16 @@ export class GetPublicKeyConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPublicKeyConfigCommand)
.de(de_GetPublicKeyConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPublicKeyConfigRequest;
+ output: GetPublicKeyConfigResult;
+ };
+ sdk: {
+ input: GetPublicKeyConfigCommandInput;
+ output: GetPublicKeyConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/GetRealtimeLogConfigCommand.ts
index e7ce089ee0e7..935e3db0a8d1 100644
--- a/clients/client-cloudfront/src/commands/GetRealtimeLogConfigCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetRealtimeLogConfigCommand.ts
@@ -106,4 +106,16 @@ export class GetRealtimeLogConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRealtimeLogConfigCommand)
.de(de_GetRealtimeLogConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRealtimeLogConfigRequest;
+ output: GetRealtimeLogConfigResult;
+ };
+ sdk: {
+ input: GetRealtimeLogConfigCommandInput;
+ output: GetRealtimeLogConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyCommand.ts b/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyCommand.ts
index abd8cf8c4a7e..6d1384734497 100644
--- a/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyCommand.ts
@@ -178,4 +178,16 @@ export class GetResponseHeadersPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResponseHeadersPolicyCommand)
.de(de_GetResponseHeadersPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResponseHeadersPolicyRequest;
+ output: GetResponseHeadersPolicyResult;
+ };
+ sdk: {
+ input: GetResponseHeadersPolicyCommandInput;
+ output: GetResponseHeadersPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyConfigCommand.ts
index abd17c6656e5..a89779cdf9be 100644
--- a/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyConfigCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyConfigCommand.ts
@@ -178,4 +178,16 @@ export class GetResponseHeadersPolicyConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResponseHeadersPolicyConfigCommand)
.de(de_GetResponseHeadersPolicyConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResponseHeadersPolicyConfigRequest;
+ output: GetResponseHeadersPolicyConfigResult;
+ };
+ sdk: {
+ input: GetResponseHeadersPolicyConfigCommandInput;
+ output: GetResponseHeadersPolicyConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetStreamingDistributionCommand.ts b/clients/client-cloudfront/src/commands/GetStreamingDistributionCommand.ts
index 65613f0a70d3..f7f40f7f177f 100644
--- a/clients/client-cloudfront/src/commands/GetStreamingDistributionCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetStreamingDistributionCommand.ts
@@ -134,4 +134,16 @@ export class GetStreamingDistributionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetStreamingDistributionCommand)
.de(de_GetStreamingDistributionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetStreamingDistributionRequest;
+ output: GetStreamingDistributionResult;
+ };
+ sdk: {
+ input: GetStreamingDistributionCommandInput;
+ output: GetStreamingDistributionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/GetStreamingDistributionConfigCommand.ts b/clients/client-cloudfront/src/commands/GetStreamingDistributionConfigCommand.ts
index 2f8b863dd2bc..5dd9ee42c320 100644
--- a/clients/client-cloudfront/src/commands/GetStreamingDistributionConfigCommand.ts
+++ b/clients/client-cloudfront/src/commands/GetStreamingDistributionConfigCommand.ts
@@ -116,4 +116,16 @@ export class GetStreamingDistributionConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetStreamingDistributionConfigCommand)
.de(de_GetStreamingDistributionConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetStreamingDistributionConfigRequest;
+ output: GetStreamingDistributionConfigResult;
+ };
+ sdk: {
+ input: GetStreamingDistributionConfigCommandInput;
+ output: GetStreamingDistributionConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/ListCachePoliciesCommand.ts b/clients/client-cloudfront/src/commands/ListCachePoliciesCommand.ts
index 9d4e1fec3f83..64aec0d3ee38 100644
--- a/clients/client-cloudfront/src/commands/ListCachePoliciesCommand.ts
+++ b/clients/client-cloudfront/src/commands/ListCachePoliciesCommand.ts
@@ -146,4 +146,16 @@ export class ListCachePoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCachePoliciesCommand)
.de(de_ListCachePoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCachePoliciesRequest;
+ output: ListCachePoliciesResult;
+ };
+ sdk: {
+ input: ListCachePoliciesCommandInput;
+ output: ListCachePoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts b/clients/client-cloudfront/src/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts
index 408eee1ba950..032bb4cefc3f 100644
--- a/clients/client-cloudfront/src/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts
+++ b/clients/client-cloudfront/src/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts
@@ -102,4 +102,16 @@ export class ListCloudFrontOriginAccessIdentitiesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCloudFrontOriginAccessIdentitiesCommand)
.de(de_ListCloudFrontOriginAccessIdentitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCloudFrontOriginAccessIdentitiesRequest;
+ output: ListCloudFrontOriginAccessIdentitiesResult;
+ };
+ sdk: {
+ input: ListCloudFrontOriginAccessIdentitiesCommandInput;
+ output: ListCloudFrontOriginAccessIdentitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/ListConflictingAliasesCommand.ts b/clients/client-cloudfront/src/commands/ListConflictingAliasesCommand.ts
index 0229fdef605e..b6ffe349a5e8 100644
--- a/clients/client-cloudfront/src/commands/ListConflictingAliasesCommand.ts
+++ b/clients/client-cloudfront/src/commands/ListConflictingAliasesCommand.ts
@@ -119,4 +119,16 @@ export class ListConflictingAliasesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListConflictingAliasesCommand)
.de(de_ListConflictingAliasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListConflictingAliasesRequest;
+ output: ListConflictingAliasesResult;
+ };
+ sdk: {
+ input: ListConflictingAliasesCommandInput;
+ output: ListConflictingAliasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/ListContinuousDeploymentPoliciesCommand.ts b/clients/client-cloudfront/src/commands/ListContinuousDeploymentPoliciesCommand.ts
index 1fd511fbfab1..fc8f946e4be2 100644
--- a/clients/client-cloudfront/src/commands/ListContinuousDeploymentPoliciesCommand.ts
+++ b/clients/client-cloudfront/src/commands/ListContinuousDeploymentPoliciesCommand.ts
@@ -132,4 +132,16 @@ export class ListContinuousDeploymentPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListContinuousDeploymentPoliciesCommand)
.de(de_ListContinuousDeploymentPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListContinuousDeploymentPoliciesRequest;
+ output: ListContinuousDeploymentPoliciesResult;
+ };
+ sdk: {
+ input: ListContinuousDeploymentPoliciesCommandInput;
+ output: ListContinuousDeploymentPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByCachePolicyIdCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByCachePolicyIdCommand.ts
index e97872ed6038..c3c60ea499d2 100644
--- a/clients/client-cloudfront/src/commands/ListDistributionsByCachePolicyIdCommand.ts
+++ b/clients/client-cloudfront/src/commands/ListDistributionsByCachePolicyIdCommand.ts
@@ -108,4 +108,16 @@ export class ListDistributionsByCachePolicyIdCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDistributionsByCachePolicyIdCommand)
.de(de_ListDistributionsByCachePolicyIdCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDistributionsByCachePolicyIdRequest;
+ output: ListDistributionsByCachePolicyIdResult;
+ };
+ sdk: {
+ input: ListDistributionsByCachePolicyIdCommandInput;
+ output: ListDistributionsByCachePolicyIdCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByKeyGroupCommand.ts
index 2f2862621705..f721719f230b 100644
--- a/clients/client-cloudfront/src/commands/ListDistributionsByKeyGroupCommand.ts
+++ b/clients/client-cloudfront/src/commands/ListDistributionsByKeyGroupCommand.ts
@@ -100,4 +100,16 @@ export class ListDistributionsByKeyGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDistributionsByKeyGroupCommand)
.de(de_ListDistributionsByKeyGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDistributionsByKeyGroupRequest;
+ output: ListDistributionsByKeyGroupResult;
+ };
+ sdk: {
+ input: ListDistributionsByKeyGroupCommandInput;
+ output: ListDistributionsByKeyGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts
index 2529855e2e0e..18495934ae3d 100644
--- a/clients/client-cloudfront/src/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts
+++ b/clients/client-cloudfront/src/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts
@@ -112,4 +112,16 @@ export class ListDistributionsByOriginRequestPolicyIdCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDistributionsByOriginRequestPolicyIdCommand)
.de(de_ListDistributionsByOriginRequestPolicyIdCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDistributionsByOriginRequestPolicyIdRequest;
+ output: ListDistributionsByOriginRequestPolicyIdResult;
+ };
+ sdk: {
+ input: ListDistributionsByOriginRequestPolicyIdCommandInput;
+ output: ListDistributionsByOriginRequestPolicyIdCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByRealtimeLogConfigCommand.ts
index 72e59281983b..9aaf185bde71 100644
--- a/clients/client-cloudfront/src/commands/ListDistributionsByRealtimeLogConfigCommand.ts
+++ b/clients/client-cloudfront/src/commands/ListDistributionsByRealtimeLogConfigCommand.ts
@@ -398,4 +398,16 @@ export class ListDistributionsByRealtimeLogConfigCommand extends $Command
.f(void 0, ListDistributionsByRealtimeLogConfigResultFilterSensitiveLog)
.ser(se_ListDistributionsByRealtimeLogConfigCommand)
.de(de_ListDistributionsByRealtimeLogConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDistributionsByRealtimeLogConfigRequest;
+ output: ListDistributionsByRealtimeLogConfigResult;
+ };
+ sdk: {
+ input: ListDistributionsByRealtimeLogConfigCommandInput;
+ output: ListDistributionsByRealtimeLogConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByResponseHeadersPolicyIdCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByResponseHeadersPolicyIdCommand.ts
index 6351d6a5e724..d6efc8404d80 100644
--- a/clients/client-cloudfront/src/commands/ListDistributionsByResponseHeadersPolicyIdCommand.ts
+++ b/clients/client-cloudfront/src/commands/ListDistributionsByResponseHeadersPolicyIdCommand.ts
@@ -112,4 +112,16 @@ export class ListDistributionsByResponseHeadersPolicyIdCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDistributionsByResponseHeadersPolicyIdCommand)
.de(de_ListDistributionsByResponseHeadersPolicyIdCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDistributionsByResponseHeadersPolicyIdRequest;
+ output: ListDistributionsByResponseHeadersPolicyIdResult;
+ };
+ sdk: {
+ input: ListDistributionsByResponseHeadersPolicyIdCommandInput;
+ output: ListDistributionsByResponseHeadersPolicyIdCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByWebACLIdCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByWebACLIdCommand.ts
index 4e4ede1fa8e5..3cc5bc3b4016 100644
--- a/clients/client-cloudfront/src/commands/ListDistributionsByWebACLIdCommand.ts
+++ b/clients/client-cloudfront/src/commands/ListDistributionsByWebACLIdCommand.ts
@@ -390,4 +390,16 @@ export class ListDistributionsByWebACLIdCommand extends $Command
.f(void 0, ListDistributionsByWebACLIdResultFilterSensitiveLog)
.ser(se_ListDistributionsByWebACLIdCommand)
.de(de_ListDistributionsByWebACLIdCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDistributionsByWebACLIdRequest;
+ output: ListDistributionsByWebACLIdResult;
+ };
+ sdk: {
+ input: ListDistributionsByWebACLIdCommandInput;
+ output: ListDistributionsByWebACLIdCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/ListDistributionsCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsCommand.ts
index d4a38f5b2096..968ff5d9b7e3 100644
--- a/clients/client-cloudfront/src/commands/ListDistributionsCommand.ts
+++ b/clients/client-cloudfront/src/commands/ListDistributionsCommand.ts
@@ -382,4 +382,16 @@ export class ListDistributionsCommand extends $Command
.f(void 0, ListDistributionsResultFilterSensitiveLog)
.ser(se_ListDistributionsCommand)
.de(de_ListDistributionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDistributionsRequest;
+ output: ListDistributionsResult;
+ };
+ sdk: {
+ input: ListDistributionsCommandInput;
+ output: ListDistributionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionConfigsCommand.ts b/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionConfigsCommand.ts
index 3d88420e903c..a1817dd6332d 100644
--- a/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionConfigsCommand.ts
+++ b/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionConfigsCommand.ts
@@ -123,4 +123,16 @@ export class ListFieldLevelEncryptionConfigsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFieldLevelEncryptionConfigsCommand)
.de(de_ListFieldLevelEncryptionConfigsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFieldLevelEncryptionConfigsRequest;
+ output: ListFieldLevelEncryptionConfigsResult;
+ };
+ sdk: {
+ input: ListFieldLevelEncryptionConfigsCommandInput;
+ output: ListFieldLevelEncryptionConfigsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionProfilesCommand.ts b/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionProfilesCommand.ts
index 4f61d3f48e51..2b322041c423 100644
--- a/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionProfilesCommand.ts
+++ b/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionProfilesCommand.ts
@@ -114,4 +114,16 @@ export class ListFieldLevelEncryptionProfilesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFieldLevelEncryptionProfilesCommand)
.de(de_ListFieldLevelEncryptionProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFieldLevelEncryptionProfilesRequest;
+ output: ListFieldLevelEncryptionProfilesResult;
+ };
+ sdk: {
+ input: ListFieldLevelEncryptionProfilesCommandInput;
+ output: ListFieldLevelEncryptionProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/ListFunctionsCommand.ts b/clients/client-cloudfront/src/commands/ListFunctionsCommand.ts
index 54b57882f697..0d6c9f22231f 100644
--- a/clients/client-cloudfront/src/commands/ListFunctionsCommand.ts
+++ b/clients/client-cloudfront/src/commands/ListFunctionsCommand.ts
@@ -120,4 +120,16 @@ export class ListFunctionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFunctionsCommand)
.de(de_ListFunctionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFunctionsRequest;
+ output: ListFunctionsResult;
+ };
+ sdk: {
+ input: ListFunctionsCommandInput;
+ output: ListFunctionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/ListInvalidationsCommand.ts b/clients/client-cloudfront/src/commands/ListInvalidationsCommand.ts
index 59a7bf63b41f..8b5439e1da22 100644
--- a/clients/client-cloudfront/src/commands/ListInvalidationsCommand.ts
+++ b/clients/client-cloudfront/src/commands/ListInvalidationsCommand.ts
@@ -101,4 +101,16 @@ export class ListInvalidationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInvalidationsCommand)
.de(de_ListInvalidationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInvalidationsRequest;
+ output: ListInvalidationsResult;
+ };
+ sdk: {
+ input: ListInvalidationsCommandInput;
+ output: ListInvalidationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/ListKeyGroupsCommand.ts b/clients/client-cloudfront/src/commands/ListKeyGroupsCommand.ts
index 42c237aa8b3e..23873bd40a24 100644
--- a/clients/client-cloudfront/src/commands/ListKeyGroupsCommand.ts
+++ b/clients/client-cloudfront/src/commands/ListKeyGroupsCommand.ts
@@ -105,4 +105,16 @@ export class ListKeyGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListKeyGroupsCommand)
.de(de_ListKeyGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListKeyGroupsRequest;
+ output: ListKeyGroupsResult;
+ };
+ sdk: {
+ input: ListKeyGroupsCommandInput;
+ output: ListKeyGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/ListKeyValueStoresCommand.ts b/clients/client-cloudfront/src/commands/ListKeyValueStoresCommand.ts
index 357fb116679a..73aad5414f4b 100644
--- a/clients/client-cloudfront/src/commands/ListKeyValueStoresCommand.ts
+++ b/clients/client-cloudfront/src/commands/ListKeyValueStoresCommand.ts
@@ -134,4 +134,16 @@ export class ListKeyValueStoresCommand extends $Command
.f(void 0, void 0)
.ser(se_ListKeyValueStoresCommand)
.de(de_ListKeyValueStoresCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListKeyValueStoresRequest;
+ output: ListKeyValueStoresResult;
+ };
+ sdk: {
+ input: ListKeyValueStoresCommandInput;
+ output: ListKeyValueStoresCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/ListOriginAccessControlsCommand.ts b/clients/client-cloudfront/src/commands/ListOriginAccessControlsCommand.ts
index 4e0ebd645a97..c69ca555de3b 100644
--- a/clients/client-cloudfront/src/commands/ListOriginAccessControlsCommand.ts
+++ b/clients/client-cloudfront/src/commands/ListOriginAccessControlsCommand.ts
@@ -102,4 +102,16 @@ export class ListOriginAccessControlsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListOriginAccessControlsCommand)
.de(de_ListOriginAccessControlsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListOriginAccessControlsRequest;
+ output: ListOriginAccessControlsResult;
+ };
+ sdk: {
+ input: ListOriginAccessControlsCommandInput;
+ output: ListOriginAccessControlsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/ListOriginRequestPoliciesCommand.ts b/clients/client-cloudfront/src/commands/ListOriginRequestPoliciesCommand.ts
index d11b6fac25ec..d113737bbce3 100644
--- a/clients/client-cloudfront/src/commands/ListOriginRequestPoliciesCommand.ts
+++ b/clients/client-cloudfront/src/commands/ListOriginRequestPoliciesCommand.ts
@@ -139,4 +139,16 @@ export class ListOriginRequestPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListOriginRequestPoliciesCommand)
.de(de_ListOriginRequestPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListOriginRequestPoliciesRequest;
+ output: ListOriginRequestPoliciesResult;
+ };
+ sdk: {
+ input: ListOriginRequestPoliciesCommandInput;
+ output: ListOriginRequestPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/ListPublicKeysCommand.ts b/clients/client-cloudfront/src/commands/ListPublicKeysCommand.ts
index e3c47c7f72b4..7b9f0367b806 100644
--- a/clients/client-cloudfront/src/commands/ListPublicKeysCommand.ts
+++ b/clients/client-cloudfront/src/commands/ListPublicKeysCommand.ts
@@ -94,4 +94,16 @@ export class ListPublicKeysCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPublicKeysCommand)
.de(de_ListPublicKeysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPublicKeysRequest;
+ output: ListPublicKeysResult;
+ };
+ sdk: {
+ input: ListPublicKeysCommandInput;
+ output: ListPublicKeysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/ListRealtimeLogConfigsCommand.ts b/clients/client-cloudfront/src/commands/ListRealtimeLogConfigsCommand.ts
index 27b023c669de..3048e0850073 100644
--- a/clients/client-cloudfront/src/commands/ListRealtimeLogConfigsCommand.ts
+++ b/clients/client-cloudfront/src/commands/ListRealtimeLogConfigsCommand.ts
@@ -116,4 +116,16 @@ export class ListRealtimeLogConfigsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRealtimeLogConfigsCommand)
.de(de_ListRealtimeLogConfigsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRealtimeLogConfigsRequest;
+ output: ListRealtimeLogConfigsResult;
+ };
+ sdk: {
+ input: ListRealtimeLogConfigsCommandInput;
+ output: ListRealtimeLogConfigsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/ListResponseHeadersPoliciesCommand.ts b/clients/client-cloudfront/src/commands/ListResponseHeadersPoliciesCommand.ts
index dde2879dfb87..19153d67520f 100644
--- a/clients/client-cloudfront/src/commands/ListResponseHeadersPoliciesCommand.ts
+++ b/clients/client-cloudfront/src/commands/ListResponseHeadersPoliciesCommand.ts
@@ -192,4 +192,16 @@ export class ListResponseHeadersPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListResponseHeadersPoliciesCommand)
.de(de_ListResponseHeadersPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListResponseHeadersPoliciesRequest;
+ output: ListResponseHeadersPoliciesResult;
+ };
+ sdk: {
+ input: ListResponseHeadersPoliciesCommandInput;
+ output: ListResponseHeadersPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/ListStreamingDistributionsCommand.ts b/clients/client-cloudfront/src/commands/ListStreamingDistributionsCommand.ts
index 26a0836cca82..ff291a3f57db 100644
--- a/clients/client-cloudfront/src/commands/ListStreamingDistributionsCommand.ts
+++ b/clients/client-cloudfront/src/commands/ListStreamingDistributionsCommand.ts
@@ -116,4 +116,16 @@ export class ListStreamingDistributionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStreamingDistributionsCommand)
.de(de_ListStreamingDistributionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStreamingDistributionsRequest;
+ output: ListStreamingDistributionsResult;
+ };
+ sdk: {
+ input: ListStreamingDistributionsCommandInput;
+ output: ListStreamingDistributionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudfront/src/commands/ListTagsForResourceCommand.ts
index 93963390b0bc..bfc088d5c9e8 100644
--- a/clients/client-cloudfront/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-cloudfront/src/commands/ListTagsForResourceCommand.ts
@@ -96,4 +96,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResult;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/PublishFunctionCommand.ts b/clients/client-cloudfront/src/commands/PublishFunctionCommand.ts
index 12bf674e2f26..2660363774f5 100644
--- a/clients/client-cloudfront/src/commands/PublishFunctionCommand.ts
+++ b/clients/client-cloudfront/src/commands/PublishFunctionCommand.ts
@@ -124,4 +124,16 @@ export class PublishFunctionCommand extends $Command
.f(void 0, void 0)
.ser(se_PublishFunctionCommand)
.de(de_PublishFunctionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PublishFunctionRequest;
+ output: PublishFunctionResult;
+ };
+ sdk: {
+ input: PublishFunctionCommandInput;
+ output: PublishFunctionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/TagResourceCommand.ts b/clients/client-cloudfront/src/commands/TagResourceCommand.ts
index fb8c3c5dc639..e82e5ba528b0 100644
--- a/clients/client-cloudfront/src/commands/TagResourceCommand.ts
+++ b/clients/client-cloudfront/src/commands/TagResourceCommand.ts
@@ -95,4 +95,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/TestFunctionCommand.ts b/clients/client-cloudfront/src/commands/TestFunctionCommand.ts
index 7978acb2480a..2c9f76f85c19 100644
--- a/clients/client-cloudfront/src/commands/TestFunctionCommand.ts
+++ b/clients/client-cloudfront/src/commands/TestFunctionCommand.ts
@@ -138,4 +138,16 @@ export class TestFunctionCommand extends $Command
.f(TestFunctionRequestFilterSensitiveLog, TestFunctionResultFilterSensitiveLog)
.ser(se_TestFunctionCommand)
.de(de_TestFunctionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TestFunctionRequest;
+ output: TestFunctionResult;
+ };
+ sdk: {
+ input: TestFunctionCommandInput;
+ output: TestFunctionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/UntagResourceCommand.ts b/clients/client-cloudfront/src/commands/UntagResourceCommand.ts
index bbeba2272634..69fc5492c74b 100644
--- a/clients/client-cloudfront/src/commands/UntagResourceCommand.ts
+++ b/clients/client-cloudfront/src/commands/UntagResourceCommand.ts
@@ -92,4 +92,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/UpdateCachePolicyCommand.ts b/clients/client-cloudfront/src/commands/UpdateCachePolicyCommand.ts
index c530853aa75b..c4c295ea7076 100644
--- a/clients/client-cloudfront/src/commands/UpdateCachePolicyCommand.ts
+++ b/clients/client-cloudfront/src/commands/UpdateCachePolicyCommand.ts
@@ -217,4 +217,16 @@ export class UpdateCachePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCachePolicyCommand)
.de(de_UpdateCachePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCachePolicyRequest;
+ output: UpdateCachePolicyResult;
+ };
+ sdk: {
+ input: UpdateCachePolicyCommandInput;
+ output: UpdateCachePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts b/clients/client-cloudfront/src/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts
index 57484d28d6a7..e17566079f9d 100644
--- a/clients/client-cloudfront/src/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts
+++ b/clients/client-cloudfront/src/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts
@@ -125,4 +125,16 @@ export class UpdateCloudFrontOriginAccessIdentityCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCloudFrontOriginAccessIdentityCommand)
.de(de_UpdateCloudFrontOriginAccessIdentityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCloudFrontOriginAccessIdentityRequest;
+ output: UpdateCloudFrontOriginAccessIdentityResult;
+ };
+ sdk: {
+ input: UpdateCloudFrontOriginAccessIdentityCommandInput;
+ output: UpdateCloudFrontOriginAccessIdentityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/UpdateContinuousDeploymentPolicyCommand.ts b/clients/client-cloudfront/src/commands/UpdateContinuousDeploymentPolicyCommand.ts
index 99c216eb9e65..5d19902c0b18 100644
--- a/clients/client-cloudfront/src/commands/UpdateContinuousDeploymentPolicyCommand.ts
+++ b/clients/client-cloudfront/src/commands/UpdateContinuousDeploymentPolicyCommand.ts
@@ -177,4 +177,16 @@ export class UpdateContinuousDeploymentPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateContinuousDeploymentPolicyCommand)
.de(de_UpdateContinuousDeploymentPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateContinuousDeploymentPolicyRequest;
+ output: UpdateContinuousDeploymentPolicyResult;
+ };
+ sdk: {
+ input: UpdateContinuousDeploymentPolicyCommandInput;
+ output: UpdateContinuousDeploymentPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/UpdateDistributionCommand.ts b/clients/client-cloudfront/src/commands/UpdateDistributionCommand.ts
index e1e383480aef..0f9970c586e4 100644
--- a/clients/client-cloudfront/src/commands/UpdateDistributionCommand.ts
+++ b/clients/client-cloudfront/src/commands/UpdateDistributionCommand.ts
@@ -974,4 +974,16 @@ export class UpdateDistributionCommand extends $Command
.f(UpdateDistributionRequestFilterSensitiveLog, UpdateDistributionResultFilterSensitiveLog)
.ser(se_UpdateDistributionCommand)
.de(de_UpdateDistributionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDistributionRequest;
+ output: UpdateDistributionResult;
+ };
+ sdk: {
+ input: UpdateDistributionCommandInput;
+ output: UpdateDistributionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/UpdateDistributionWithStagingConfigCommand.ts b/clients/client-cloudfront/src/commands/UpdateDistributionWithStagingConfigCommand.ts
index 516fbe6b9b00..8438153207e8 100644
--- a/clients/client-cloudfront/src/commands/UpdateDistributionWithStagingConfigCommand.ts
+++ b/clients/client-cloudfront/src/commands/UpdateDistributionWithStagingConfigCommand.ts
@@ -661,4 +661,16 @@ export class UpdateDistributionWithStagingConfigCommand extends $Command
.f(void 0, UpdateDistributionWithStagingConfigResultFilterSensitiveLog)
.ser(se_UpdateDistributionWithStagingConfigCommand)
.de(de_UpdateDistributionWithStagingConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDistributionWithStagingConfigRequest;
+ output: UpdateDistributionWithStagingConfigResult;
+ };
+ sdk: {
+ input: UpdateDistributionWithStagingConfigCommandInput;
+ output: UpdateDistributionWithStagingConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionConfigCommand.ts b/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionConfigCommand.ts
index cc8d59c9294f..7ca875ed0f37 100644
--- a/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionConfigCommand.ts
+++ b/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionConfigCommand.ts
@@ -182,4 +182,16 @@ export class UpdateFieldLevelEncryptionConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFieldLevelEncryptionConfigCommand)
.de(de_UpdateFieldLevelEncryptionConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFieldLevelEncryptionConfigRequest;
+ output: UpdateFieldLevelEncryptionConfigResult;
+ };
+ sdk: {
+ input: UpdateFieldLevelEncryptionConfigCommandInput;
+ output: UpdateFieldLevelEncryptionConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionProfileCommand.ts b/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionProfileCommand.ts
index 9462c2bbbc89..d384789e8dcd 100644
--- a/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionProfileCommand.ts
+++ b/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionProfileCommand.ts
@@ -167,4 +167,16 @@ export class UpdateFieldLevelEncryptionProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFieldLevelEncryptionProfileCommand)
.de(de_UpdateFieldLevelEncryptionProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFieldLevelEncryptionProfileRequest;
+ output: UpdateFieldLevelEncryptionProfileResult;
+ };
+ sdk: {
+ input: UpdateFieldLevelEncryptionProfileCommandInput;
+ output: UpdateFieldLevelEncryptionProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/UpdateFunctionCommand.ts b/clients/client-cloudfront/src/commands/UpdateFunctionCommand.ts
index 7a5f42e9cb85..9624f16a5526 100644
--- a/clients/client-cloudfront/src/commands/UpdateFunctionCommand.ts
+++ b/clients/client-cloudfront/src/commands/UpdateFunctionCommand.ts
@@ -194,4 +194,16 @@ export class UpdateFunctionCommand extends $Command
.f(UpdateFunctionRequestFilterSensitiveLog, void 0)
.ser(se_UpdateFunctionCommand)
.de(de_UpdateFunctionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFunctionRequest;
+ output: UpdateFunctionResult;
+ };
+ sdk: {
+ input: UpdateFunctionCommandInput;
+ output: UpdateFunctionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/UpdateKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/UpdateKeyGroupCommand.ts
index d66ecbdfce82..2c12663b2e0f 100644
--- a/clients/client-cloudfront/src/commands/UpdateKeyGroupCommand.ts
+++ b/clients/client-cloudfront/src/commands/UpdateKeyGroupCommand.ts
@@ -135,4 +135,16 @@ export class UpdateKeyGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateKeyGroupCommand)
.de(de_UpdateKeyGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateKeyGroupRequest;
+ output: UpdateKeyGroupResult;
+ };
+ sdk: {
+ input: UpdateKeyGroupCommandInput;
+ output: UpdateKeyGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/UpdateKeyValueStoreCommand.ts b/clients/client-cloudfront/src/commands/UpdateKeyValueStoreCommand.ts
index eb4d7d86a19e..894839bf91ce 100644
--- a/clients/client-cloudfront/src/commands/UpdateKeyValueStoreCommand.ts
+++ b/clients/client-cloudfront/src/commands/UpdateKeyValueStoreCommand.ts
@@ -132,4 +132,16 @@ export class UpdateKeyValueStoreCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateKeyValueStoreCommand)
.de(de_UpdateKeyValueStoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateKeyValueStoreRequest;
+ output: UpdateKeyValueStoreResult;
+ };
+ sdk: {
+ input: UpdateKeyValueStoreCommandInput;
+ output: UpdateKeyValueStoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/UpdateOriginAccessControlCommand.ts b/clients/client-cloudfront/src/commands/UpdateOriginAccessControlCommand.ts
index 9ab4090df0dc..c527d4985117 100644
--- a/clients/client-cloudfront/src/commands/UpdateOriginAccessControlCommand.ts
+++ b/clients/client-cloudfront/src/commands/UpdateOriginAccessControlCommand.ts
@@ -117,4 +117,16 @@ export class UpdateOriginAccessControlCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateOriginAccessControlCommand)
.de(de_UpdateOriginAccessControlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateOriginAccessControlRequest;
+ output: UpdateOriginAccessControlResult;
+ };
+ sdk: {
+ input: UpdateOriginAccessControlCommandInput;
+ output: UpdateOriginAccessControlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/UpdateOriginRequestPolicyCommand.ts b/clients/client-cloudfront/src/commands/UpdateOriginRequestPolicyCommand.ts
index 3b338a2f2a98..ac31e443c244 100644
--- a/clients/client-cloudfront/src/commands/UpdateOriginRequestPolicyCommand.ts
+++ b/clients/client-cloudfront/src/commands/UpdateOriginRequestPolicyCommand.ts
@@ -205,4 +205,16 @@ export class UpdateOriginRequestPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateOriginRequestPolicyCommand)
.de(de_UpdateOriginRequestPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateOriginRequestPolicyRequest;
+ output: UpdateOriginRequestPolicyResult;
+ };
+ sdk: {
+ input: UpdateOriginRequestPolicyCommandInput;
+ output: UpdateOriginRequestPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/UpdatePublicKeyCommand.ts b/clients/client-cloudfront/src/commands/UpdatePublicKeyCommand.ts
index 2eaf51fe2ec7..a75008ce07f9 100644
--- a/clients/client-cloudfront/src/commands/UpdatePublicKeyCommand.ts
+++ b/clients/client-cloudfront/src/commands/UpdatePublicKeyCommand.ts
@@ -117,4 +117,16 @@ export class UpdatePublicKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePublicKeyCommand)
.de(de_UpdatePublicKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePublicKeyRequest;
+ output: UpdatePublicKeyResult;
+ };
+ sdk: {
+ input: UpdatePublicKeyCommandInput;
+ output: UpdatePublicKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/UpdateRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/UpdateRealtimeLogConfigCommand.ts
index 588afc6f60a1..2601e6586faa 100644
--- a/clients/client-cloudfront/src/commands/UpdateRealtimeLogConfigCommand.ts
+++ b/clients/client-cloudfront/src/commands/UpdateRealtimeLogConfigCommand.ts
@@ -136,4 +136,16 @@ export class UpdateRealtimeLogConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRealtimeLogConfigCommand)
.de(de_UpdateRealtimeLogConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRealtimeLogConfigRequest;
+ output: UpdateRealtimeLogConfigResult;
+ };
+ sdk: {
+ input: UpdateRealtimeLogConfigCommandInput;
+ output: UpdateRealtimeLogConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/UpdateResponseHeadersPolicyCommand.ts b/clients/client-cloudfront/src/commands/UpdateResponseHeadersPolicyCommand.ts
index da27cfa294cd..38b693ee5011 100644
--- a/clients/client-cloudfront/src/commands/UpdateResponseHeadersPolicyCommand.ts
+++ b/clients/client-cloudfront/src/commands/UpdateResponseHeadersPolicyCommand.ts
@@ -314,4 +314,16 @@ export class UpdateResponseHeadersPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateResponseHeadersPolicyCommand)
.de(de_UpdateResponseHeadersPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateResponseHeadersPolicyRequest;
+ output: UpdateResponseHeadersPolicyResult;
+ };
+ sdk: {
+ input: UpdateResponseHeadersPolicyCommandInput;
+ output: UpdateResponseHeadersPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudfront/src/commands/UpdateStreamingDistributionCommand.ts b/clients/client-cloudfront/src/commands/UpdateStreamingDistributionCommand.ts
index 944933b3238c..e57c3873ed34 100644
--- a/clients/client-cloudfront/src/commands/UpdateStreamingDistributionCommand.ts
+++ b/clients/client-cloudfront/src/commands/UpdateStreamingDistributionCommand.ts
@@ -201,4 +201,16 @@ export class UpdateStreamingDistributionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateStreamingDistributionCommand)
.de(de_UpdateStreamingDistributionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateStreamingDistributionRequest;
+ output: UpdateStreamingDistributionResult;
+ };
+ sdk: {
+ input: UpdateStreamingDistributionCommandInput;
+ output: UpdateStreamingDistributionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm-v2/package.json b/clients/client-cloudhsm-v2/package.json
index 7b7a9a902863..7649fe69b651 100644
--- a/clients/client-cloudhsm-v2/package.json
+++ b/clients/client-cloudhsm-v2/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-cloudhsm-v2/src/commands/CopyBackupToRegionCommand.ts b/clients/client-cloudhsm-v2/src/commands/CopyBackupToRegionCommand.ts
index 1ab81cb8a4d9..e4da51b5ffec 100644
--- a/clients/client-cloudhsm-v2/src/commands/CopyBackupToRegionCommand.ts
+++ b/clients/client-cloudhsm-v2/src/commands/CopyBackupToRegionCommand.ts
@@ -112,4 +112,16 @@ export class CopyBackupToRegionCommand extends $Command
.f(void 0, void 0)
.ser(se_CopyBackupToRegionCommand)
.de(de_CopyBackupToRegionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CopyBackupToRegionRequest;
+ output: CopyBackupToRegionResponse;
+ };
+ sdk: {
+ input: CopyBackupToRegionCommandInput;
+ output: CopyBackupToRegionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm-v2/src/commands/CreateClusterCommand.ts b/clients/client-cloudhsm-v2/src/commands/CreateClusterCommand.ts
index 8c1c0da195a4..10fb7fcdca2f 100644
--- a/clients/client-cloudhsm-v2/src/commands/CreateClusterCommand.ts
+++ b/clients/client-cloudhsm-v2/src/commands/CreateClusterCommand.ts
@@ -160,4 +160,16 @@ export class CreateClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateClusterCommand)
.de(de_CreateClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateClusterRequest;
+ output: CreateClusterResponse;
+ };
+ sdk: {
+ input: CreateClusterCommandInput;
+ output: CreateClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm-v2/src/commands/CreateHsmCommand.ts b/clients/client-cloudhsm-v2/src/commands/CreateHsmCommand.ts
index eaf377a9c754..c326559cf3c4 100644
--- a/clients/client-cloudhsm-v2/src/commands/CreateHsmCommand.ts
+++ b/clients/client-cloudhsm-v2/src/commands/CreateHsmCommand.ts
@@ -109,4 +109,16 @@ export class CreateHsmCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateHsmCommand)
.de(de_CreateHsmCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateHsmRequest;
+ output: CreateHsmResponse;
+ };
+ sdk: {
+ input: CreateHsmCommandInput;
+ output: CreateHsmCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm-v2/src/commands/DeleteBackupCommand.ts b/clients/client-cloudhsm-v2/src/commands/DeleteBackupCommand.ts
index 284467517adb..71025b005ddc 100644
--- a/clients/client-cloudhsm-v2/src/commands/DeleteBackupCommand.ts
+++ b/clients/client-cloudhsm-v2/src/commands/DeleteBackupCommand.ts
@@ -119,4 +119,16 @@ export class DeleteBackupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBackupCommand)
.de(de_DeleteBackupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBackupRequest;
+ output: DeleteBackupResponse;
+ };
+ sdk: {
+ input: DeleteBackupCommandInput;
+ output: DeleteBackupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm-v2/src/commands/DeleteClusterCommand.ts b/clients/client-cloudhsm-v2/src/commands/DeleteClusterCommand.ts
index 5d9426e84fae..8a175ee80fda 100644
--- a/clients/client-cloudhsm-v2/src/commands/DeleteClusterCommand.ts
+++ b/clients/client-cloudhsm-v2/src/commands/DeleteClusterCommand.ts
@@ -145,4 +145,16 @@ export class DeleteClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteClusterCommand)
.de(de_DeleteClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteClusterRequest;
+ output: DeleteClusterResponse;
+ };
+ sdk: {
+ input: DeleteClusterCommandInput;
+ output: DeleteClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm-v2/src/commands/DeleteHsmCommand.ts b/clients/client-cloudhsm-v2/src/commands/DeleteHsmCommand.ts
index 145d2b2251d0..a83478edbc6c 100644
--- a/clients/client-cloudhsm-v2/src/commands/DeleteHsmCommand.ts
+++ b/clients/client-cloudhsm-v2/src/commands/DeleteHsmCommand.ts
@@ -102,4 +102,16 @@ export class DeleteHsmCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteHsmCommand)
.de(de_DeleteHsmCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteHsmRequest;
+ output: DeleteHsmResponse;
+ };
+ sdk: {
+ input: DeleteHsmCommandInput;
+ output: DeleteHsmCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm-v2/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-cloudhsm-v2/src/commands/DeleteResourcePolicyCommand.ts
index 3ece226b1c91..b942d65af86d 100644
--- a/clients/client-cloudhsm-v2/src/commands/DeleteResourcePolicyCommand.ts
+++ b/clients/client-cloudhsm-v2/src/commands/DeleteResourcePolicyCommand.ts
@@ -100,4 +100,16 @@ export class DeleteResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteResourcePolicyCommand)
.de(de_DeleteResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteResourcePolicyRequest;
+ output: DeleteResourcePolicyResponse;
+ };
+ sdk: {
+ input: DeleteResourcePolicyCommandInput;
+ output: DeleteResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm-v2/src/commands/DescribeBackupsCommand.ts b/clients/client-cloudhsm-v2/src/commands/DescribeBackupsCommand.ts
index 1ff002ef7901..eef9a0b56e75 100644
--- a/clients/client-cloudhsm-v2/src/commands/DescribeBackupsCommand.ts
+++ b/clients/client-cloudhsm-v2/src/commands/DescribeBackupsCommand.ts
@@ -136,4 +136,16 @@ export class DescribeBackupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeBackupsCommand)
.de(de_DescribeBackupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBackupsRequest;
+ output: DescribeBackupsResponse;
+ };
+ sdk: {
+ input: DescribeBackupsCommandInput;
+ output: DescribeBackupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm-v2/src/commands/DescribeClustersCommand.ts b/clients/client-cloudhsm-v2/src/commands/DescribeClustersCommand.ts
index 3483119e033b..f676da81eaa4 100644
--- a/clients/client-cloudhsm-v2/src/commands/DescribeClustersCommand.ts
+++ b/clients/client-cloudhsm-v2/src/commands/DescribeClustersCommand.ts
@@ -154,4 +154,16 @@ export class DescribeClustersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeClustersCommand)
.de(de_DescribeClustersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeClustersRequest;
+ output: DescribeClustersResponse;
+ };
+ sdk: {
+ input: DescribeClustersCommandInput;
+ output: DescribeClustersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm-v2/src/commands/GetResourcePolicyCommand.ts b/clients/client-cloudhsm-v2/src/commands/GetResourcePolicyCommand.ts
index 96f6f2e770c5..b0705091d8a0 100644
--- a/clients/client-cloudhsm-v2/src/commands/GetResourcePolicyCommand.ts
+++ b/clients/client-cloudhsm-v2/src/commands/GetResourcePolicyCommand.ts
@@ -97,4 +97,16 @@ export class GetResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResourcePolicyCommand)
.de(de_GetResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourcePolicyRequest;
+ output: GetResourcePolicyResponse;
+ };
+ sdk: {
+ input: GetResourcePolicyCommandInput;
+ output: GetResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm-v2/src/commands/InitializeClusterCommand.ts b/clients/client-cloudhsm-v2/src/commands/InitializeClusterCommand.ts
index 1128432a507b..4b0b16c3e961 100644
--- a/clients/client-cloudhsm-v2/src/commands/InitializeClusterCommand.ts
+++ b/clients/client-cloudhsm-v2/src/commands/InitializeClusterCommand.ts
@@ -103,4 +103,16 @@ export class InitializeClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_InitializeClusterCommand)
.de(de_InitializeClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: InitializeClusterRequest;
+ output: InitializeClusterResponse;
+ };
+ sdk: {
+ input: InitializeClusterCommandInput;
+ output: InitializeClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm-v2/src/commands/ListTagsCommand.ts b/clients/client-cloudhsm-v2/src/commands/ListTagsCommand.ts
index 811630779af0..dfdc4d493d41 100644
--- a/clients/client-cloudhsm-v2/src/commands/ListTagsCommand.ts
+++ b/clients/client-cloudhsm-v2/src/commands/ListTagsCommand.ts
@@ -113,4 +113,16 @@ export class ListTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsCommand)
.de(de_ListTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsRequest;
+ output: ListTagsResponse;
+ };
+ sdk: {
+ input: ListTagsCommandInput;
+ output: ListTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm-v2/src/commands/ModifyBackupAttributesCommand.ts b/clients/client-cloudhsm-v2/src/commands/ModifyBackupAttributesCommand.ts
index 97f9491010d2..9fdd9744e61a 100644
--- a/clients/client-cloudhsm-v2/src/commands/ModifyBackupAttributesCommand.ts
+++ b/clients/client-cloudhsm-v2/src/commands/ModifyBackupAttributesCommand.ts
@@ -118,4 +118,16 @@ export class ModifyBackupAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyBackupAttributesCommand)
.de(de_ModifyBackupAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyBackupAttributesRequest;
+ output: ModifyBackupAttributesResponse;
+ };
+ sdk: {
+ input: ModifyBackupAttributesCommandInput;
+ output: ModifyBackupAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm-v2/src/commands/ModifyClusterCommand.ts b/clients/client-cloudhsm-v2/src/commands/ModifyClusterCommand.ts
index 99e7cbca4064..8cde48bf9be8 100644
--- a/clients/client-cloudhsm-v2/src/commands/ModifyClusterCommand.ts
+++ b/clients/client-cloudhsm-v2/src/commands/ModifyClusterCommand.ts
@@ -145,4 +145,16 @@ export class ModifyClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyClusterCommand)
.de(de_ModifyClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyClusterRequest;
+ output: ModifyClusterResponse;
+ };
+ sdk: {
+ input: ModifyClusterCommandInput;
+ output: ModifyClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm-v2/src/commands/PutResourcePolicyCommand.ts b/clients/client-cloudhsm-v2/src/commands/PutResourcePolicyCommand.ts
index 907f1762cf08..87af037629af 100644
--- a/clients/client-cloudhsm-v2/src/commands/PutResourcePolicyCommand.ts
+++ b/clients/client-cloudhsm-v2/src/commands/PutResourcePolicyCommand.ts
@@ -116,4 +116,16 @@ export class PutResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutResourcePolicyCommand)
.de(de_PutResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutResourcePolicyRequest;
+ output: PutResourcePolicyResponse;
+ };
+ sdk: {
+ input: PutResourcePolicyCommandInput;
+ output: PutResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm-v2/src/commands/RestoreBackupCommand.ts b/clients/client-cloudhsm-v2/src/commands/RestoreBackupCommand.ts
index 367c24652b63..ddd857635284 100644
--- a/clients/client-cloudhsm-v2/src/commands/RestoreBackupCommand.ts
+++ b/clients/client-cloudhsm-v2/src/commands/RestoreBackupCommand.ts
@@ -119,4 +119,16 @@ export class RestoreBackupCommand extends $Command
.f(void 0, void 0)
.ser(se_RestoreBackupCommand)
.de(de_RestoreBackupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RestoreBackupRequest;
+ output: RestoreBackupResponse;
+ };
+ sdk: {
+ input: RestoreBackupCommandInput;
+ output: RestoreBackupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm-v2/src/commands/TagResourceCommand.ts b/clients/client-cloudhsm-v2/src/commands/TagResourceCommand.ts
index b4c4013b33da..b1ed04179336 100644
--- a/clients/client-cloudhsm-v2/src/commands/TagResourceCommand.ts
+++ b/clients/client-cloudhsm-v2/src/commands/TagResourceCommand.ts
@@ -104,4 +104,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm-v2/src/commands/UntagResourceCommand.ts b/clients/client-cloudhsm-v2/src/commands/UntagResourceCommand.ts
index 731381cb7c21..f98de1352de2 100644
--- a/clients/client-cloudhsm-v2/src/commands/UntagResourceCommand.ts
+++ b/clients/client-cloudhsm-v2/src/commands/UntagResourceCommand.ts
@@ -101,4 +101,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm/package.json b/clients/client-cloudhsm/package.json
index 934acc8bd168..91b3803bd789 100644
--- a/clients/client-cloudhsm/package.json
+++ b/clients/client-cloudhsm/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts b/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts
index b39f5fb363ba..f007924fbffb 100644
--- a/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts
+++ b/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts
@@ -106,4 +106,16 @@ export class AddTagsToResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_AddTagsToResourceCommand)
.de(de_AddTagsToResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddTagsToResourceRequest;
+ output: AddTagsToResourceResponse;
+ };
+ sdk: {
+ input: AddTagsToResourceCommandInput;
+ output: AddTagsToResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts b/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts
index 2ef4479ca18d..4469568d48a8 100644
--- a/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts
+++ b/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts
@@ -99,4 +99,16 @@ export class CreateHapgCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateHapgCommand)
.de(de_CreateHapgCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateHapgRequest;
+ output: CreateHapgResponse;
+ };
+ sdk: {
+ input: CreateHapgCommandInput;
+ output: CreateHapgCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts b/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts
index c68fa06eb41e..b5aa032c7a4c 100644
--- a/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts
+++ b/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts
@@ -114,4 +114,16 @@ export class CreateHsmCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateHsmCommand)
.de(de_CreateHsmCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateHsmRequest;
+ output: CreateHsmResponse;
+ };
+ sdk: {
+ input: CreateHsmCommandInput;
+ output: CreateHsmCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts
index 54031d33c8d3..00720d38adc9 100644
--- a/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts
+++ b/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts
@@ -99,4 +99,16 @@ export class CreateLunaClientCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLunaClientCommand)
.de(de_CreateLunaClientCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLunaClientRequest;
+ output: CreateLunaClientResponse;
+ };
+ sdk: {
+ input: CreateLunaClientCommandInput;
+ output: CreateLunaClientCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts b/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts
index e21bad589741..e0c0d6e0c5d4 100644
--- a/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts
+++ b/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts
@@ -98,4 +98,16 @@ export class DeleteHapgCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteHapgCommand)
.de(de_DeleteHapgCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteHapgRequest;
+ output: DeleteHapgResponse;
+ };
+ sdk: {
+ input: DeleteHapgCommandInput;
+ output: DeleteHapgCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts b/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts
index 656518448be7..8d9e41849d2a 100644
--- a/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts
+++ b/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts
@@ -99,4 +99,16 @@ export class DeleteHsmCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteHsmCommand)
.de(de_DeleteHsmCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteHsmRequest;
+ output: DeleteHsmResponse;
+ };
+ sdk: {
+ input: DeleteHsmCommandInput;
+ output: DeleteHsmCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts
index 19e8819bfe9b..f1184210e45e 100644
--- a/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts
+++ b/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts
@@ -98,4 +98,16 @@ export class DeleteLunaClientCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLunaClientCommand)
.de(de_DeleteLunaClientCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLunaClientRequest;
+ output: DeleteLunaClientResponse;
+ };
+ sdk: {
+ input: DeleteLunaClientCommandInput;
+ output: DeleteLunaClientCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts b/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts
index 6ac9628002f0..238a046c16f6 100644
--- a/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts
+++ b/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts
@@ -114,4 +114,16 @@ export class DescribeHapgCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeHapgCommand)
.de(de_DescribeHapgCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeHapgRequest;
+ output: DescribeHapgResponse;
+ };
+ sdk: {
+ input: DescribeHapgCommandInput;
+ output: DescribeHapgCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts b/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts
index 1298ec8a4e94..958535edb02b 100644
--- a/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts
+++ b/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts
@@ -122,4 +122,16 @@ export class DescribeHsmCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeHsmCommand)
.de(de_DescribeHsmCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeHsmRequest;
+ output: DescribeHsmResponse;
+ };
+ sdk: {
+ input: DescribeHsmCommandInput;
+ output: DescribeHsmCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts
index 8cf4e3abb66a..312ce4ca0d68 100644
--- a/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts
+++ b/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts
@@ -103,4 +103,16 @@ export class DescribeLunaClientCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLunaClientCommand)
.de(de_DescribeLunaClientCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLunaClientRequest;
+ output: DescribeLunaClientResponse;
+ };
+ sdk: {
+ input: DescribeLunaClientCommandInput;
+ output: DescribeLunaClientCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm/src/commands/GetConfigCommand.ts b/clients/client-cloudhsm/src/commands/GetConfigCommand.ts
index a3305921553a..521317ed909d 100644
--- a/clients/client-cloudhsm/src/commands/GetConfigCommand.ts
+++ b/clients/client-cloudhsm/src/commands/GetConfigCommand.ts
@@ -105,4 +105,16 @@ export class GetConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetConfigCommand)
.de(de_GetConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConfigRequest;
+ output: GetConfigResponse;
+ };
+ sdk: {
+ input: GetConfigCommandInput;
+ output: GetConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts b/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts
index 41f8c36271b9..2c04124612d4 100644
--- a/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts
+++ b/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts
@@ -98,4 +98,16 @@ export class ListAvailableZonesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAvailableZonesCommand)
.de(de_ListAvailableZonesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: ListAvailableZonesResponse;
+ };
+ sdk: {
+ input: ListAvailableZonesCommandInput;
+ output: ListAvailableZonesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts b/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts
index 4a39ccabb651..d5488690693f 100644
--- a/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts
+++ b/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts
@@ -105,4 +105,16 @@ export class ListHapgsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListHapgsCommand)
.de(de_ListHapgsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListHapgsRequest;
+ output: ListHapgsResponse;
+ };
+ sdk: {
+ input: ListHapgsCommandInput;
+ output: ListHapgsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts b/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts
index b5f3aebb7787..382f863fde16 100644
--- a/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts
+++ b/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts
@@ -106,4 +106,16 @@ export class ListHsmsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListHsmsCommand)
.de(de_ListHsmsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListHsmsRequest;
+ output: ListHsmsResponse;
+ };
+ sdk: {
+ input: ListHsmsCommandInput;
+ output: ListHsmsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts b/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts
index b02e683c0702..d4f9b00dbe8f 100644
--- a/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts
+++ b/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts
@@ -105,4 +105,16 @@ export class ListLunaClientsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLunaClientsCommand)
.de(de_ListLunaClientsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLunaClientsRequest;
+ output: ListLunaClientsResponse;
+ };
+ sdk: {
+ input: ListLunaClientsCommandInput;
+ output: ListLunaClientsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts
index f450bfdc65b4..7bc6d2185715 100644
--- a/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts
@@ -103,4 +103,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts b/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts
index 8e16fbe54da9..b71ca06fd60a 100644
--- a/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts
+++ b/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts
@@ -102,4 +102,16 @@ export class ModifyHapgCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyHapgCommand)
.de(de_ModifyHapgCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyHapgRequest;
+ output: ModifyHapgResponse;
+ };
+ sdk: {
+ input: ModifyHapgCommandInput;
+ output: ModifyHapgCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts b/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts
index fa2c5cda1fab..41f310eab14a 100644
--- a/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts
+++ b/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts
@@ -109,4 +109,16 @@ export class ModifyHsmCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyHsmCommand)
.de(de_ModifyHsmCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyHsmRequest;
+ output: ModifyHsmResponse;
+ };
+ sdk: {
+ input: ModifyHsmCommandInput;
+ output: ModifyHsmCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts
index ae60769cd9bb..342b2a31e3c4 100644
--- a/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts
+++ b/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts
@@ -95,4 +95,16 @@ export class ModifyLunaClientCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyLunaClientCommand)
.de(de_ModifyLunaClientCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyLunaClientRequest;
+ output: ModifyLunaClientResponse;
+ };
+ sdk: {
+ input: ModifyLunaClientCommandInput;
+ output: ModifyLunaClientCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts
index b0f77023aa26..bfaa7890f48e 100644
--- a/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts
+++ b/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts
@@ -103,4 +103,16 @@ export class RemoveTagsFromResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveTagsFromResourceCommand)
.de(de_RemoveTagsFromResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveTagsFromResourceRequest;
+ output: RemoveTagsFromResourceResponse;
+ };
+ sdk: {
+ input: RemoveTagsFromResourceCommandInput;
+ output: RemoveTagsFromResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch-domain/package.json b/clients/client-cloudsearch-domain/package.json
index 41093b3adead..5a8a409fd889 100644
--- a/clients/client-cloudsearch-domain/package.json
+++ b/clients/client-cloudsearch-domain/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-cloudsearch-domain/src/commands/SearchCommand.ts b/clients/client-cloudsearch-domain/src/commands/SearchCommand.ts
index d0231f4d0e26..df792faa28ed 100644
--- a/clients/client-cloudsearch-domain/src/commands/SearchCommand.ts
+++ b/clients/client-cloudsearch-domain/src/commands/SearchCommand.ts
@@ -151,4 +151,16 @@ export class SearchCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchCommand)
.de(de_SearchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchRequest;
+ output: SearchResponse;
+ };
+ sdk: {
+ input: SearchCommandInput;
+ output: SearchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch-domain/src/commands/SuggestCommand.ts b/clients/client-cloudsearch-domain/src/commands/SuggestCommand.ts
index 36d26d904523..1b5e988a6390 100644
--- a/clients/client-cloudsearch-domain/src/commands/SuggestCommand.ts
+++ b/clients/client-cloudsearch-domain/src/commands/SuggestCommand.ts
@@ -103,4 +103,16 @@ export class SuggestCommand extends $Command
.f(void 0, void 0)
.ser(se_SuggestCommand)
.de(de_SuggestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SuggestRequest;
+ output: SuggestResponse;
+ };
+ sdk: {
+ input: SuggestCommandInput;
+ output: SuggestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch-domain/src/commands/UploadDocumentsCommand.ts b/clients/client-cloudsearch-domain/src/commands/UploadDocumentsCommand.ts
index d69e789bf983..e4870e65dec1 100644
--- a/clients/client-cloudsearch-domain/src/commands/UploadDocumentsCommand.ts
+++ b/clients/client-cloudsearch-domain/src/commands/UploadDocumentsCommand.ts
@@ -102,4 +102,16 @@ export class UploadDocumentsCommand extends $Command
.f(UploadDocumentsRequestFilterSensitiveLog, void 0)
.ser(se_UploadDocumentsCommand)
.de(de_UploadDocumentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UploadDocumentsRequest;
+ output: UploadDocumentsResponse;
+ };
+ sdk: {
+ input: UploadDocumentsCommandInput;
+ output: UploadDocumentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/package.json b/clients/client-cloudsearch/package.json
index 17ccc32029bf..2b96fabd01a3 100644
--- a/clients/client-cloudsearch/package.json
+++ b/clients/client-cloudsearch/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-cloudsearch/src/commands/BuildSuggestersCommand.ts b/clients/client-cloudsearch/src/commands/BuildSuggestersCommand.ts
index 689a6f5ddfdb..3dc379cdde11 100644
--- a/clients/client-cloudsearch/src/commands/BuildSuggestersCommand.ts
+++ b/clients/client-cloudsearch/src/commands/BuildSuggestersCommand.ts
@@ -92,4 +92,16 @@ export class BuildSuggestersCommand extends $Command
.f(void 0, void 0)
.ser(se_BuildSuggestersCommand)
.de(de_BuildSuggestersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BuildSuggestersRequest;
+ output: BuildSuggestersResponse;
+ };
+ sdk: {
+ input: BuildSuggestersCommandInput;
+ output: BuildSuggestersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/CreateDomainCommand.ts b/clients/client-cloudsearch/src/commands/CreateDomainCommand.ts
index 88732242feb9..5be1f1dc9648 100644
--- a/clients/client-cloudsearch/src/commands/CreateDomainCommand.ts
+++ b/clients/client-cloudsearch/src/commands/CreateDomainCommand.ts
@@ -115,4 +115,16 @@ export class CreateDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDomainCommand)
.de(de_CreateDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDomainRequest;
+ output: CreateDomainResponse;
+ };
+ sdk: {
+ input: CreateDomainCommandInput;
+ output: CreateDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/DefineAnalysisSchemeCommand.ts b/clients/client-cloudsearch/src/commands/DefineAnalysisSchemeCommand.ts
index ab361a19c556..cd91a9184dd1 100644
--- a/clients/client-cloudsearch/src/commands/DefineAnalysisSchemeCommand.ts
+++ b/clients/client-cloudsearch/src/commands/DefineAnalysisSchemeCommand.ts
@@ -126,4 +126,16 @@ export class DefineAnalysisSchemeCommand extends $Command
.f(void 0, void 0)
.ser(se_DefineAnalysisSchemeCommand)
.de(de_DefineAnalysisSchemeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DefineAnalysisSchemeRequest;
+ output: DefineAnalysisSchemeResponse;
+ };
+ sdk: {
+ input: DefineAnalysisSchemeCommandInput;
+ output: DefineAnalysisSchemeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/DefineExpressionCommand.ts b/clients/client-cloudsearch/src/commands/DefineExpressionCommand.ts
index a83546cddff0..c02fcc543291 100644
--- a/clients/client-cloudsearch/src/commands/DefineExpressionCommand.ts
+++ b/clients/client-cloudsearch/src/commands/DefineExpressionCommand.ts
@@ -112,4 +112,16 @@ export class DefineExpressionCommand extends $Command
.f(void 0, void 0)
.ser(se_DefineExpressionCommand)
.de(de_DefineExpressionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DefineExpressionRequest;
+ output: DefineExpressionResponse;
+ };
+ sdk: {
+ input: DefineExpressionCommandInput;
+ output: DefineExpressionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/DefineIndexFieldCommand.ts b/clients/client-cloudsearch/src/commands/DefineIndexFieldCommand.ts
index a9fc0869ec42..89b8cec633d0 100644
--- a/clients/client-cloudsearch/src/commands/DefineIndexFieldCommand.ts
+++ b/clients/client-cloudsearch/src/commands/DefineIndexFieldCommand.ts
@@ -278,4 +278,16 @@ export class DefineIndexFieldCommand extends $Command
.f(void 0, void 0)
.ser(se_DefineIndexFieldCommand)
.de(de_DefineIndexFieldCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DefineIndexFieldRequest;
+ output: DefineIndexFieldResponse;
+ };
+ sdk: {
+ input: DefineIndexFieldCommandInput;
+ output: DefineIndexFieldCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/DefineSuggesterCommand.ts b/clients/client-cloudsearch/src/commands/DefineSuggesterCommand.ts
index 5efa81369a32..d8ad01fb79f5 100644
--- a/clients/client-cloudsearch/src/commands/DefineSuggesterCommand.ts
+++ b/clients/client-cloudsearch/src/commands/DefineSuggesterCommand.ts
@@ -120,4 +120,16 @@ export class DefineSuggesterCommand extends $Command
.f(void 0, void 0)
.ser(se_DefineSuggesterCommand)
.de(de_DefineSuggesterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DefineSuggesterRequest;
+ output: DefineSuggesterResponse;
+ };
+ sdk: {
+ input: DefineSuggesterCommandInput;
+ output: DefineSuggesterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/DeleteAnalysisSchemeCommand.ts b/clients/client-cloudsearch/src/commands/DeleteAnalysisSchemeCommand.ts
index 291bb4232069..91d2b003fc76 100644
--- a/clients/client-cloudsearch/src/commands/DeleteAnalysisSchemeCommand.ts
+++ b/clients/client-cloudsearch/src/commands/DeleteAnalysisSchemeCommand.ts
@@ -113,4 +113,16 @@ export class DeleteAnalysisSchemeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAnalysisSchemeCommand)
.de(de_DeleteAnalysisSchemeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAnalysisSchemeRequest;
+ output: DeleteAnalysisSchemeResponse;
+ };
+ sdk: {
+ input: DeleteAnalysisSchemeCommandInput;
+ output: DeleteAnalysisSchemeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/DeleteDomainCommand.ts b/clients/client-cloudsearch/src/commands/DeleteDomainCommand.ts
index e1b3ea01fc37..01d05adc3705 100644
--- a/clients/client-cloudsearch/src/commands/DeleteDomainCommand.ts
+++ b/clients/client-cloudsearch/src/commands/DeleteDomainCommand.ts
@@ -106,4 +106,16 @@ export class DeleteDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDomainCommand)
.de(de_DeleteDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDomainRequest;
+ output: DeleteDomainResponse;
+ };
+ sdk: {
+ input: DeleteDomainCommandInput;
+ output: DeleteDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/DeleteExpressionCommand.ts b/clients/client-cloudsearch/src/commands/DeleteExpressionCommand.ts
index c5da53333a1e..99644d6ab020 100644
--- a/clients/client-cloudsearch/src/commands/DeleteExpressionCommand.ts
+++ b/clients/client-cloudsearch/src/commands/DeleteExpressionCommand.ts
@@ -106,4 +106,16 @@ export class DeleteExpressionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteExpressionCommand)
.de(de_DeleteExpressionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteExpressionRequest;
+ output: DeleteExpressionResponse;
+ };
+ sdk: {
+ input: DeleteExpressionCommandInput;
+ output: DeleteExpressionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/DeleteIndexFieldCommand.ts b/clients/client-cloudsearch/src/commands/DeleteIndexFieldCommand.ts
index 6c8211cd9644..b7c4ed39243d 100644
--- a/clients/client-cloudsearch/src/commands/DeleteIndexFieldCommand.ts
+++ b/clients/client-cloudsearch/src/commands/DeleteIndexFieldCommand.ts
@@ -189,4 +189,16 @@ export class DeleteIndexFieldCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIndexFieldCommand)
.de(de_DeleteIndexFieldCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIndexFieldRequest;
+ output: DeleteIndexFieldResponse;
+ };
+ sdk: {
+ input: DeleteIndexFieldCommandInput;
+ output: DeleteIndexFieldCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/DeleteSuggesterCommand.ts b/clients/client-cloudsearch/src/commands/DeleteSuggesterCommand.ts
index 0e28c806cbbe..c4296c48e953 100644
--- a/clients/client-cloudsearch/src/commands/DeleteSuggesterCommand.ts
+++ b/clients/client-cloudsearch/src/commands/DeleteSuggesterCommand.ts
@@ -110,4 +110,16 @@ export class DeleteSuggesterCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSuggesterCommand)
.de(de_DeleteSuggesterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSuggesterRequest;
+ output: DeleteSuggesterResponse;
+ };
+ sdk: {
+ input: DeleteSuggesterCommandInput;
+ output: DeleteSuggesterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/DescribeAnalysisSchemesCommand.ts b/clients/client-cloudsearch/src/commands/DescribeAnalysisSchemesCommand.ts
index 67b54ac81346..06a04f3cdd79 100644
--- a/clients/client-cloudsearch/src/commands/DescribeAnalysisSchemesCommand.ts
+++ b/clients/client-cloudsearch/src/commands/DescribeAnalysisSchemesCommand.ts
@@ -112,4 +112,16 @@ export class DescribeAnalysisSchemesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAnalysisSchemesCommand)
.de(de_DescribeAnalysisSchemesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAnalysisSchemesRequest;
+ output: DescribeAnalysisSchemesResponse;
+ };
+ sdk: {
+ input: DescribeAnalysisSchemesCommandInput;
+ output: DescribeAnalysisSchemesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/DescribeAvailabilityOptionsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeAvailabilityOptionsCommand.ts
index 691ce855fac5..397a4085b06b 100644
--- a/clients/client-cloudsearch/src/commands/DescribeAvailabilityOptionsCommand.ts
+++ b/clients/client-cloudsearch/src/commands/DescribeAvailabilityOptionsCommand.ts
@@ -108,4 +108,16 @@ export class DescribeAvailabilityOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAvailabilityOptionsCommand)
.de(de_DescribeAvailabilityOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAvailabilityOptionsRequest;
+ output: DescribeAvailabilityOptionsResponse;
+ };
+ sdk: {
+ input: DescribeAvailabilityOptionsCommandInput;
+ output: DescribeAvailabilityOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/DescribeDomainEndpointOptionsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeDomainEndpointOptionsCommand.ts
index 7b3c1fd7d6cd..6e2ab8364ad5 100644
--- a/clients/client-cloudsearch/src/commands/DescribeDomainEndpointOptionsCommand.ts
+++ b/clients/client-cloudsearch/src/commands/DescribeDomainEndpointOptionsCommand.ts
@@ -111,4 +111,16 @@ export class DescribeDomainEndpointOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDomainEndpointOptionsCommand)
.de(de_DescribeDomainEndpointOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDomainEndpointOptionsRequest;
+ output: DescribeDomainEndpointOptionsResponse;
+ };
+ sdk: {
+ input: DescribeDomainEndpointOptionsCommandInput;
+ output: DescribeDomainEndpointOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/DescribeDomainsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeDomainsCommand.ts
index 258a564b4146..0d408bf8161e 100644
--- a/clients/client-cloudsearch/src/commands/DescribeDomainsCommand.ts
+++ b/clients/client-cloudsearch/src/commands/DescribeDomainsCommand.ts
@@ -111,4 +111,16 @@ export class DescribeDomainsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDomainsCommand)
.de(de_DescribeDomainsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDomainsRequest;
+ output: DescribeDomainsResponse;
+ };
+ sdk: {
+ input: DescribeDomainsCommandInput;
+ output: DescribeDomainsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/DescribeExpressionsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeExpressionsCommand.ts
index 32911e9fb0a5..d97387dc5a78 100644
--- a/clients/client-cloudsearch/src/commands/DescribeExpressionsCommand.ts
+++ b/clients/client-cloudsearch/src/commands/DescribeExpressionsCommand.ts
@@ -105,4 +105,16 @@ export class DescribeExpressionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeExpressionsCommand)
.de(de_DescribeExpressionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeExpressionsRequest;
+ output: DescribeExpressionsResponse;
+ };
+ sdk: {
+ input: DescribeExpressionsCommandInput;
+ output: DescribeExpressionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/DescribeIndexFieldsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeIndexFieldsCommand.ts
index 30d2091a68f8..cfae4b02d6f4 100644
--- a/clients/client-cloudsearch/src/commands/DescribeIndexFieldsCommand.ts
+++ b/clients/client-cloudsearch/src/commands/DescribeIndexFieldsCommand.ts
@@ -190,4 +190,16 @@ export class DescribeIndexFieldsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeIndexFieldsCommand)
.de(de_DescribeIndexFieldsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeIndexFieldsRequest;
+ output: DescribeIndexFieldsResponse;
+ };
+ sdk: {
+ input: DescribeIndexFieldsCommandInput;
+ output: DescribeIndexFieldsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/DescribeScalingParametersCommand.ts b/clients/client-cloudsearch/src/commands/DescribeScalingParametersCommand.ts
index b21d5f7d4b70..e12ffcdcdf3e 100644
--- a/clients/client-cloudsearch/src/commands/DescribeScalingParametersCommand.ts
+++ b/clients/client-cloudsearch/src/commands/DescribeScalingParametersCommand.ts
@@ -100,4 +100,16 @@ export class DescribeScalingParametersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeScalingParametersCommand)
.de(de_DescribeScalingParametersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeScalingParametersRequest;
+ output: DescribeScalingParametersResponse;
+ };
+ sdk: {
+ input: DescribeScalingParametersCommandInput;
+ output: DescribeScalingParametersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/DescribeServiceAccessPoliciesCommand.ts b/clients/client-cloudsearch/src/commands/DescribeServiceAccessPoliciesCommand.ts
index 583b6bc89497..905bb14cec2d 100644
--- a/clients/client-cloudsearch/src/commands/DescribeServiceAccessPoliciesCommand.ts
+++ b/clients/client-cloudsearch/src/commands/DescribeServiceAccessPoliciesCommand.ts
@@ -103,4 +103,16 @@ export class DescribeServiceAccessPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeServiceAccessPoliciesCommand)
.de(de_DescribeServiceAccessPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeServiceAccessPoliciesRequest;
+ output: DescribeServiceAccessPoliciesResponse;
+ };
+ sdk: {
+ input: DescribeServiceAccessPoliciesCommandInput;
+ output: DescribeServiceAccessPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/DescribeSuggestersCommand.ts b/clients/client-cloudsearch/src/commands/DescribeSuggestersCommand.ts
index b0b92949e16b..8db70992ebf1 100644
--- a/clients/client-cloudsearch/src/commands/DescribeSuggestersCommand.ts
+++ b/clients/client-cloudsearch/src/commands/DescribeSuggestersCommand.ts
@@ -109,4 +109,16 @@ export class DescribeSuggestersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSuggestersCommand)
.de(de_DescribeSuggestersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSuggestersRequest;
+ output: DescribeSuggestersResponse;
+ };
+ sdk: {
+ input: DescribeSuggestersCommandInput;
+ output: DescribeSuggestersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/IndexDocumentsCommand.ts b/clients/client-cloudsearch/src/commands/IndexDocumentsCommand.ts
index c2ea3ccdc8fc..af08c473adf0 100644
--- a/clients/client-cloudsearch/src/commands/IndexDocumentsCommand.ts
+++ b/clients/client-cloudsearch/src/commands/IndexDocumentsCommand.ts
@@ -92,4 +92,16 @@ export class IndexDocumentsCommand extends $Command
.f(void 0, void 0)
.ser(se_IndexDocumentsCommand)
.de(de_IndexDocumentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: IndexDocumentsRequest;
+ output: IndexDocumentsResponse;
+ };
+ sdk: {
+ input: IndexDocumentsCommandInput;
+ output: IndexDocumentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/ListDomainNamesCommand.ts b/clients/client-cloudsearch/src/commands/ListDomainNamesCommand.ts
index 3ed9f7679610..8f336b3c2e41 100644
--- a/clients/client-cloudsearch/src/commands/ListDomainNamesCommand.ts
+++ b/clients/client-cloudsearch/src/commands/ListDomainNamesCommand.ts
@@ -80,4 +80,16 @@ export class ListDomainNamesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDomainNamesCommand)
.de(de_ListDomainNamesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: ListDomainNamesResponse;
+ };
+ sdk: {
+ input: ListDomainNamesCommandInput;
+ output: ListDomainNamesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/UpdateAvailabilityOptionsCommand.ts b/clients/client-cloudsearch/src/commands/UpdateAvailabilityOptionsCommand.ts
index 04a63638e3ee..9f24931ad2ff 100644
--- a/clients/client-cloudsearch/src/commands/UpdateAvailabilityOptionsCommand.ts
+++ b/clients/client-cloudsearch/src/commands/UpdateAvailabilityOptionsCommand.ts
@@ -109,4 +109,16 @@ export class UpdateAvailabilityOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAvailabilityOptionsCommand)
.de(de_UpdateAvailabilityOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAvailabilityOptionsRequest;
+ output: UpdateAvailabilityOptionsResponse;
+ };
+ sdk: {
+ input: UpdateAvailabilityOptionsCommandInput;
+ output: UpdateAvailabilityOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/UpdateDomainEndpointOptionsCommand.ts b/clients/client-cloudsearch/src/commands/UpdateDomainEndpointOptionsCommand.ts
index ccb648121e76..94708c96b383 100644
--- a/clients/client-cloudsearch/src/commands/UpdateDomainEndpointOptionsCommand.ts
+++ b/clients/client-cloudsearch/src/commands/UpdateDomainEndpointOptionsCommand.ts
@@ -117,4 +117,16 @@ export class UpdateDomainEndpointOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDomainEndpointOptionsCommand)
.de(de_UpdateDomainEndpointOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDomainEndpointOptionsRequest;
+ output: UpdateDomainEndpointOptionsResponse;
+ };
+ sdk: {
+ input: UpdateDomainEndpointOptionsCommandInput;
+ output: UpdateDomainEndpointOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/UpdateScalingParametersCommand.ts b/clients/client-cloudsearch/src/commands/UpdateScalingParametersCommand.ts
index 59de9afe72b6..96c9f0e15894 100644
--- a/clients/client-cloudsearch/src/commands/UpdateScalingParametersCommand.ts
+++ b/clients/client-cloudsearch/src/commands/UpdateScalingParametersCommand.ts
@@ -114,4 +114,16 @@ export class UpdateScalingParametersCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateScalingParametersCommand)
.de(de_UpdateScalingParametersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateScalingParametersRequest;
+ output: UpdateScalingParametersResponse;
+ };
+ sdk: {
+ input: UpdateScalingParametersCommandInput;
+ output: UpdateScalingParametersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudsearch/src/commands/UpdateServiceAccessPoliciesCommand.ts b/clients/client-cloudsearch/src/commands/UpdateServiceAccessPoliciesCommand.ts
index 248b2cbadc46..70934200d4ff 100644
--- a/clients/client-cloudsearch/src/commands/UpdateServiceAccessPoliciesCommand.ts
+++ b/clients/client-cloudsearch/src/commands/UpdateServiceAccessPoliciesCommand.ts
@@ -110,4 +110,16 @@ export class UpdateServiceAccessPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateServiceAccessPoliciesCommand)
.de(de_UpdateServiceAccessPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateServiceAccessPoliciesRequest;
+ output: UpdateServiceAccessPoliciesResponse;
+ };
+ sdk: {
+ input: UpdateServiceAccessPoliciesCommandInput;
+ output: UpdateServiceAccessPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail-data/package.json b/clients/client-cloudtrail-data/package.json
index 85f5b64263f1..c09e95fc9343 100644
--- a/clients/client-cloudtrail-data/package.json
+++ b/clients/client-cloudtrail-data/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-cloudtrail-data/src/commands/PutAuditEventsCommand.ts b/clients/client-cloudtrail-data/src/commands/PutAuditEventsCommand.ts
index 89ca7e32e5af..3318fad1abec 100644
--- a/clients/client-cloudtrail-data/src/commands/PutAuditEventsCommand.ts
+++ b/clients/client-cloudtrail-data/src/commands/PutAuditEventsCommand.ts
@@ -120,4 +120,16 @@ export class PutAuditEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutAuditEventsCommand)
.de(de_PutAuditEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutAuditEventsRequest;
+ output: PutAuditEventsResponse;
+ };
+ sdk: {
+ input: PutAuditEventsCommandInput;
+ output: PutAuditEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/package.json b/clients/client-cloudtrail/package.json
index 9e0edf0c38c0..b7c35b971a82 100644
--- a/clients/client-cloudtrail/package.json
+++ b/clients/client-cloudtrail/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-cloudtrail/src/commands/AddTagsCommand.ts b/clients/client-cloudtrail/src/commands/AddTagsCommand.ts
index 8511ee72fa43..c0638e74f290 100644
--- a/clients/client-cloudtrail/src/commands/AddTagsCommand.ts
+++ b/clients/client-cloudtrail/src/commands/AddTagsCommand.ts
@@ -173,4 +173,16 @@ export class AddTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_AddTagsCommand)
.de(de_AddTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddTagsRequest;
+ output: {};
+ };
+ sdk: {
+ input: AddTagsCommandInput;
+ output: AddTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/CancelQueryCommand.ts b/clients/client-cloudtrail/src/commands/CancelQueryCommand.ts
index ca4b560687ed..6acfdfa9a940 100644
--- a/clients/client-cloudtrail/src/commands/CancelQueryCommand.ts
+++ b/clients/client-cloudtrail/src/commands/CancelQueryCommand.ts
@@ -120,4 +120,16 @@ export class CancelQueryCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelQueryCommand)
.de(de_CancelQueryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelQueryRequest;
+ output: CancelQueryResponse;
+ };
+ sdk: {
+ input: CancelQueryCommandInput;
+ output: CancelQueryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/CreateChannelCommand.ts b/clients/client-cloudtrail/src/commands/CreateChannelCommand.ts
index 5ad022cfed7a..2315d4b76efd 100644
--- a/clients/client-cloudtrail/src/commands/CreateChannelCommand.ts
+++ b/clients/client-cloudtrail/src/commands/CreateChannelCommand.ts
@@ -150,4 +150,16 @@ export class CreateChannelCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateChannelCommand)
.de(de_CreateChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateChannelRequest;
+ output: CreateChannelResponse;
+ };
+ sdk: {
+ input: CreateChannelCommandInput;
+ output: CreateChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/CreateEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/CreateEventDataStoreCommand.ts
index e892a01dc00b..75ee1ff2c43a 100644
--- a/clients/client-cloudtrail/src/commands/CreateEventDataStoreCommand.ts
+++ b/clients/client-cloudtrail/src/commands/CreateEventDataStoreCommand.ts
@@ -256,4 +256,16 @@ export class CreateEventDataStoreCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEventDataStoreCommand)
.de(de_CreateEventDataStoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEventDataStoreRequest;
+ output: CreateEventDataStoreResponse;
+ };
+ sdk: {
+ input: CreateEventDataStoreCommandInput;
+ output: CreateEventDataStoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/CreateTrailCommand.ts b/clients/client-cloudtrail/src/commands/CreateTrailCommand.ts
index 212ea168da8c..5cf4cbd68dcc 100644
--- a/clients/client-cloudtrail/src/commands/CreateTrailCommand.ts
+++ b/clients/client-cloudtrail/src/commands/CreateTrailCommand.ts
@@ -250,4 +250,16 @@ export class CreateTrailCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTrailCommand)
.de(de_CreateTrailCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTrailRequest;
+ output: CreateTrailResponse;
+ };
+ sdk: {
+ input: CreateTrailCommandInput;
+ output: CreateTrailCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/DeleteChannelCommand.ts b/clients/client-cloudtrail/src/commands/DeleteChannelCommand.ts
index 7fffdcc3f64d..dea117363b95 100644
--- a/clients/client-cloudtrail/src/commands/DeleteChannelCommand.ts
+++ b/clients/client-cloudtrail/src/commands/DeleteChannelCommand.ts
@@ -88,4 +88,16 @@ export class DeleteChannelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteChannelCommand)
.de(de_DeleteChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteChannelRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteChannelCommandInput;
+ output: DeleteChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/DeleteEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/DeleteEventDataStoreCommand.ts
index 4ecc5efd13ef..8e5966439a17 100644
--- a/clients/client-cloudtrail/src/commands/DeleteEventDataStoreCommand.ts
+++ b/clients/client-cloudtrail/src/commands/DeleteEventDataStoreCommand.ts
@@ -142,4 +142,16 @@ export class DeleteEventDataStoreCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEventDataStoreCommand)
.de(de_DeleteEventDataStoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEventDataStoreRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEventDataStoreCommandInput;
+ output: DeleteEventDataStoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-cloudtrail/src/commands/DeleteResourcePolicyCommand.ts
index 4ed73e628aa0..1aba2ccf9585 100644
--- a/clients/client-cloudtrail/src/commands/DeleteResourcePolicyCommand.ts
+++ b/clients/client-cloudtrail/src/commands/DeleteResourcePolicyCommand.ts
@@ -100,4 +100,16 @@ export class DeleteResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteResourcePolicyCommand)
.de(de_DeleteResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteResourcePolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteResourcePolicyCommandInput;
+ output: DeleteResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/DeleteTrailCommand.ts b/clients/client-cloudtrail/src/commands/DeleteTrailCommand.ts
index e5c1daa34bab..1ba53cc673e6 100644
--- a/clients/client-cloudtrail/src/commands/DeleteTrailCommand.ts
+++ b/clients/client-cloudtrail/src/commands/DeleteTrailCommand.ts
@@ -149,4 +149,16 @@ export class DeleteTrailCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTrailCommand)
.de(de_DeleteTrailCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTrailRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTrailCommandInput;
+ output: DeleteTrailCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/DeregisterOrganizationDelegatedAdminCommand.ts b/clients/client-cloudtrail/src/commands/DeregisterOrganizationDelegatedAdminCommand.ts
index c8b039abfeaf..b54be998004c 100644
--- a/clients/client-cloudtrail/src/commands/DeregisterOrganizationDelegatedAdminCommand.ts
+++ b/clients/client-cloudtrail/src/commands/DeregisterOrganizationDelegatedAdminCommand.ts
@@ -128,4 +128,16 @@ export class DeregisterOrganizationDelegatedAdminCommand extends $Command
.f(void 0, void 0)
.ser(se_DeregisterOrganizationDelegatedAdminCommand)
.de(de_DeregisterOrganizationDelegatedAdminCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterOrganizationDelegatedAdminRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeregisterOrganizationDelegatedAdminCommandInput;
+ output: DeregisterOrganizationDelegatedAdminCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/DescribeQueryCommand.ts b/clients/client-cloudtrail/src/commands/DescribeQueryCommand.ts
index 8f35f3fba6fc..3deb71023574 100644
--- a/clients/client-cloudtrail/src/commands/DescribeQueryCommand.ts
+++ b/clients/client-cloudtrail/src/commands/DescribeQueryCommand.ts
@@ -122,4 +122,16 @@ export class DescribeQueryCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeQueryCommand)
.de(de_DescribeQueryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeQueryRequest;
+ output: DescribeQueryResponse;
+ };
+ sdk: {
+ input: DescribeQueryCommandInput;
+ output: DescribeQueryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/DescribeTrailsCommand.ts b/clients/client-cloudtrail/src/commands/DescribeTrailsCommand.ts
index c6690bc1b6ab..8e6d67fe8d5f 100644
--- a/clients/client-cloudtrail/src/commands/DescribeTrailsCommand.ts
+++ b/clients/client-cloudtrail/src/commands/DescribeTrailsCommand.ts
@@ -144,4 +144,16 @@ export class DescribeTrailsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTrailsCommand)
.de(de_DescribeTrailsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTrailsRequest;
+ output: DescribeTrailsResponse;
+ };
+ sdk: {
+ input: DescribeTrailsCommandInput;
+ output: DescribeTrailsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/DisableFederationCommand.ts b/clients/client-cloudtrail/src/commands/DisableFederationCommand.ts
index b83f56d6596d..1347f003319e 100644
--- a/clients/client-cloudtrail/src/commands/DisableFederationCommand.ts
+++ b/clients/client-cloudtrail/src/commands/DisableFederationCommand.ts
@@ -138,4 +138,16 @@ export class DisableFederationCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableFederationCommand)
.de(de_DisableFederationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableFederationRequest;
+ output: DisableFederationResponse;
+ };
+ sdk: {
+ input: DisableFederationCommandInput;
+ output: DisableFederationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/EnableFederationCommand.ts b/clients/client-cloudtrail/src/commands/EnableFederationCommand.ts
index 8b9e7c99ff8b..9c2090847105 100644
--- a/clients/client-cloudtrail/src/commands/EnableFederationCommand.ts
+++ b/clients/client-cloudtrail/src/commands/EnableFederationCommand.ts
@@ -152,4 +152,16 @@ export class EnableFederationCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableFederationCommand)
.de(de_EnableFederationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableFederationRequest;
+ output: EnableFederationResponse;
+ };
+ sdk: {
+ input: EnableFederationCommandInput;
+ output: EnableFederationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/GetChannelCommand.ts b/clients/client-cloudtrail/src/commands/GetChannelCommand.ts
index a1d1ed8d4fb9..e42cb4d2312e 100644
--- a/clients/client-cloudtrail/src/commands/GetChannelCommand.ts
+++ b/clients/client-cloudtrail/src/commands/GetChannelCommand.ts
@@ -135,4 +135,16 @@ export class GetChannelCommand extends $Command
.f(void 0, void 0)
.ser(se_GetChannelCommand)
.de(de_GetChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetChannelRequest;
+ output: GetChannelResponse;
+ };
+ sdk: {
+ input: GetChannelCommandInput;
+ output: GetChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/GetEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/GetEventDataStoreCommand.ts
index 867c96a1b77c..1e4bf9a8e462 100644
--- a/clients/client-cloudtrail/src/commands/GetEventDataStoreCommand.ts
+++ b/clients/client-cloudtrail/src/commands/GetEventDataStoreCommand.ts
@@ -142,4 +142,16 @@ export class GetEventDataStoreCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEventDataStoreCommand)
.de(de_GetEventDataStoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEventDataStoreRequest;
+ output: GetEventDataStoreResponse;
+ };
+ sdk: {
+ input: GetEventDataStoreCommandInput;
+ output: GetEventDataStoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/GetEventSelectorsCommand.ts b/clients/client-cloudtrail/src/commands/GetEventSelectorsCommand.ts
index 55d162d084b4..a032423a5391 100644
--- a/clients/client-cloudtrail/src/commands/GetEventSelectorsCommand.ts
+++ b/clients/client-cloudtrail/src/commands/GetEventSelectorsCommand.ts
@@ -195,4 +195,16 @@ export class GetEventSelectorsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEventSelectorsCommand)
.de(de_GetEventSelectorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEventSelectorsRequest;
+ output: GetEventSelectorsResponse;
+ };
+ sdk: {
+ input: GetEventSelectorsCommandInput;
+ output: GetEventSelectorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/GetImportCommand.ts b/clients/client-cloudtrail/src/commands/GetImportCommand.ts
index 10e656b22657..ba3d6251dd9d 100644
--- a/clients/client-cloudtrail/src/commands/GetImportCommand.ts
+++ b/clients/client-cloudtrail/src/commands/GetImportCommand.ts
@@ -111,4 +111,16 @@ export class GetImportCommand extends $Command
.f(void 0, void 0)
.ser(se_GetImportCommand)
.de(de_GetImportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetImportRequest;
+ output: GetImportResponse;
+ };
+ sdk: {
+ input: GetImportCommandInput;
+ output: GetImportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/GetInsightSelectorsCommand.ts b/clients/client-cloudtrail/src/commands/GetInsightSelectorsCommand.ts
index 0d5d920d0b3d..48628917a841 100644
--- a/clients/client-cloudtrail/src/commands/GetInsightSelectorsCommand.ts
+++ b/clients/client-cloudtrail/src/commands/GetInsightSelectorsCommand.ts
@@ -157,4 +157,16 @@ export class GetInsightSelectorsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInsightSelectorsCommand)
.de(de_GetInsightSelectorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInsightSelectorsRequest;
+ output: GetInsightSelectorsResponse;
+ };
+ sdk: {
+ input: GetInsightSelectorsCommandInput;
+ output: GetInsightSelectorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/GetQueryResultsCommand.ts b/clients/client-cloudtrail/src/commands/GetQueryResultsCommand.ts
index 6ba036238efb..a2f37f85624b 100644
--- a/clients/client-cloudtrail/src/commands/GetQueryResultsCommand.ts
+++ b/clients/client-cloudtrail/src/commands/GetQueryResultsCommand.ts
@@ -132,4 +132,16 @@ export class GetQueryResultsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetQueryResultsCommand)
.de(de_GetQueryResultsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetQueryResultsRequest;
+ output: GetQueryResultsResponse;
+ };
+ sdk: {
+ input: GetQueryResultsCommandInput;
+ output: GetQueryResultsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/GetResourcePolicyCommand.ts b/clients/client-cloudtrail/src/commands/GetResourcePolicyCommand.ts
index 6636ce5478e2..a51f2c81c19a 100644
--- a/clients/client-cloudtrail/src/commands/GetResourcePolicyCommand.ts
+++ b/clients/client-cloudtrail/src/commands/GetResourcePolicyCommand.ts
@@ -103,4 +103,16 @@ export class GetResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResourcePolicyCommand)
.de(de_GetResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourcePolicyRequest;
+ output: GetResourcePolicyResponse;
+ };
+ sdk: {
+ input: GetResourcePolicyCommandInput;
+ output: GetResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/GetTrailCommand.ts b/clients/client-cloudtrail/src/commands/GetTrailCommand.ts
index bba0ea078504..85b6f630536f 100644
--- a/clients/client-cloudtrail/src/commands/GetTrailCommand.ts
+++ b/clients/client-cloudtrail/src/commands/GetTrailCommand.ts
@@ -137,4 +137,16 @@ export class GetTrailCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTrailCommand)
.de(de_GetTrailCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTrailRequest;
+ output: GetTrailResponse;
+ };
+ sdk: {
+ input: GetTrailCommandInput;
+ output: GetTrailCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/GetTrailStatusCommand.ts b/clients/client-cloudtrail/src/commands/GetTrailStatusCommand.ts
index 382f62d9dad3..c8b2db229538 100644
--- a/clients/client-cloudtrail/src/commands/GetTrailStatusCommand.ts
+++ b/clients/client-cloudtrail/src/commands/GetTrailStatusCommand.ts
@@ -140,4 +140,16 @@ export class GetTrailStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTrailStatusCommand)
.de(de_GetTrailStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTrailStatusRequest;
+ output: GetTrailStatusResponse;
+ };
+ sdk: {
+ input: GetTrailStatusCommandInput;
+ output: GetTrailStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/ListChannelsCommand.ts b/clients/client-cloudtrail/src/commands/ListChannelsCommand.ts
index fffc165c6ac5..d63596a4a68e 100644
--- a/clients/client-cloudtrail/src/commands/ListChannelsCommand.ts
+++ b/clients/client-cloudtrail/src/commands/ListChannelsCommand.ts
@@ -95,4 +95,16 @@ export class ListChannelsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListChannelsCommand)
.de(de_ListChannelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListChannelsRequest;
+ output: ListChannelsResponse;
+ };
+ sdk: {
+ input: ListChannelsCommandInput;
+ output: ListChannelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/ListEventDataStoresCommand.ts b/clients/client-cloudtrail/src/commands/ListEventDataStoresCommand.ts
index b7104bef8099..8a9e64cc7246 100644
--- a/clients/client-cloudtrail/src/commands/ListEventDataStoresCommand.ts
+++ b/clients/client-cloudtrail/src/commands/ListEventDataStoresCommand.ts
@@ -135,4 +135,16 @@ export class ListEventDataStoresCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEventDataStoresCommand)
.de(de_ListEventDataStoresCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEventDataStoresRequest;
+ output: ListEventDataStoresResponse;
+ };
+ sdk: {
+ input: ListEventDataStoresCommandInput;
+ output: ListEventDataStoresCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/ListImportFailuresCommand.ts b/clients/client-cloudtrail/src/commands/ListImportFailuresCommand.ts
index 3cdb4a315720..f645bff71782 100644
--- a/clients/client-cloudtrail/src/commands/ListImportFailuresCommand.ts
+++ b/clients/client-cloudtrail/src/commands/ListImportFailuresCommand.ts
@@ -101,4 +101,16 @@ export class ListImportFailuresCommand extends $Command
.f(void 0, void 0)
.ser(se_ListImportFailuresCommand)
.de(de_ListImportFailuresCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListImportFailuresRequest;
+ output: ListImportFailuresResponse;
+ };
+ sdk: {
+ input: ListImportFailuresCommandInput;
+ output: ListImportFailuresCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/ListImportsCommand.ts b/clients/client-cloudtrail/src/commands/ListImportsCommand.ts
index 599ec978e703..b7ce8b03b103 100644
--- a/clients/client-cloudtrail/src/commands/ListImportsCommand.ts
+++ b/clients/client-cloudtrail/src/commands/ListImportsCommand.ts
@@ -109,4 +109,16 @@ export class ListImportsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListImportsCommand)
.de(de_ListImportsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListImportsRequest;
+ output: ListImportsResponse;
+ };
+ sdk: {
+ input: ListImportsCommandInput;
+ output: ListImportsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/ListInsightsMetricDataCommand.ts b/clients/client-cloudtrail/src/commands/ListInsightsMetricDataCommand.ts
index 43abc5d31002..e2be0729112b 100644
--- a/clients/client-cloudtrail/src/commands/ListInsightsMetricDataCommand.ts
+++ b/clients/client-cloudtrail/src/commands/ListInsightsMetricDataCommand.ts
@@ -121,4 +121,16 @@ export class ListInsightsMetricDataCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInsightsMetricDataCommand)
.de(de_ListInsightsMetricDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInsightsMetricDataRequest;
+ output: ListInsightsMetricDataResponse;
+ };
+ sdk: {
+ input: ListInsightsMetricDataCommandInput;
+ output: ListInsightsMetricDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/ListPublicKeysCommand.ts b/clients/client-cloudtrail/src/commands/ListPublicKeysCommand.ts
index 9b92565e5789..1385ed5a83c0 100644
--- a/clients/client-cloudtrail/src/commands/ListPublicKeysCommand.ts
+++ b/clients/client-cloudtrail/src/commands/ListPublicKeysCommand.ts
@@ -108,4 +108,16 @@ export class ListPublicKeysCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPublicKeysCommand)
.de(de_ListPublicKeysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPublicKeysRequest;
+ output: ListPublicKeysResponse;
+ };
+ sdk: {
+ input: ListPublicKeysCommandInput;
+ output: ListPublicKeysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/ListQueriesCommand.ts b/clients/client-cloudtrail/src/commands/ListQueriesCommand.ts
index f5a432295563..2859b1fe9e72 100644
--- a/clients/client-cloudtrail/src/commands/ListQueriesCommand.ts
+++ b/clients/client-cloudtrail/src/commands/ListQueriesCommand.ts
@@ -133,4 +133,16 @@ export class ListQueriesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListQueriesCommand)
.de(de_ListQueriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListQueriesRequest;
+ output: ListQueriesResponse;
+ };
+ sdk: {
+ input: ListQueriesCommandInput;
+ output: ListQueriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/ListTagsCommand.ts b/clients/client-cloudtrail/src/commands/ListTagsCommand.ts
index 925cad7e5d70..3d090fc9da1b 100644
--- a/clients/client-cloudtrail/src/commands/ListTagsCommand.ts
+++ b/clients/client-cloudtrail/src/commands/ListTagsCommand.ts
@@ -158,4 +158,16 @@ export class ListTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsCommand)
.de(de_ListTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsRequest;
+ output: ListTagsResponse;
+ };
+ sdk: {
+ input: ListTagsCommandInput;
+ output: ListTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/ListTrailsCommand.ts b/clients/client-cloudtrail/src/commands/ListTrailsCommand.ts
index d96626dc3a7e..7fa82cf8e422 100644
--- a/clients/client-cloudtrail/src/commands/ListTrailsCommand.ts
+++ b/clients/client-cloudtrail/src/commands/ListTrailsCommand.ts
@@ -90,4 +90,16 @@ export class ListTrailsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTrailsCommand)
.de(de_ListTrailsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTrailsRequest;
+ output: ListTrailsResponse;
+ };
+ sdk: {
+ input: ListTrailsCommandInput;
+ output: ListTrailsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/LookupEventsCommand.ts b/clients/client-cloudtrail/src/commands/LookupEventsCommand.ts
index 01ed998b4349..1d7f9011413b 100644
--- a/clients/client-cloudtrail/src/commands/LookupEventsCommand.ts
+++ b/clients/client-cloudtrail/src/commands/LookupEventsCommand.ts
@@ -181,4 +181,16 @@ export class LookupEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_LookupEventsCommand)
.de(de_LookupEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: LookupEventsRequest;
+ output: LookupEventsResponse;
+ };
+ sdk: {
+ input: LookupEventsCommandInput;
+ output: LookupEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/PutEventSelectorsCommand.ts b/clients/client-cloudtrail/src/commands/PutEventSelectorsCommand.ts
index 87113bc7c7ae..330fbd822d4b 100644
--- a/clients/client-cloudtrail/src/commands/PutEventSelectorsCommand.ts
+++ b/clients/client-cloudtrail/src/commands/PutEventSelectorsCommand.ts
@@ -309,4 +309,16 @@ export class PutEventSelectorsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutEventSelectorsCommand)
.de(de_PutEventSelectorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutEventSelectorsRequest;
+ output: PutEventSelectorsResponse;
+ };
+ sdk: {
+ input: PutEventSelectorsCommandInput;
+ output: PutEventSelectorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/PutInsightSelectorsCommand.ts b/clients/client-cloudtrail/src/commands/PutInsightSelectorsCommand.ts
index ed5df3f337ca..fbcc9329cba8 100644
--- a/clients/client-cloudtrail/src/commands/PutInsightSelectorsCommand.ts
+++ b/clients/client-cloudtrail/src/commands/PutInsightSelectorsCommand.ts
@@ -199,4 +199,16 @@ export class PutInsightSelectorsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutInsightSelectorsCommand)
.de(de_PutInsightSelectorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutInsightSelectorsRequest;
+ output: PutInsightSelectorsResponse;
+ };
+ sdk: {
+ input: PutInsightSelectorsCommandInput;
+ output: PutInsightSelectorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/PutResourcePolicyCommand.ts b/clients/client-cloudtrail/src/commands/PutResourcePolicyCommand.ts
index dc0cfe71bae3..ccd0910f8287 100644
--- a/clients/client-cloudtrail/src/commands/PutResourcePolicyCommand.ts
+++ b/clients/client-cloudtrail/src/commands/PutResourcePolicyCommand.ts
@@ -124,4 +124,16 @@ export class PutResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutResourcePolicyCommand)
.de(de_PutResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutResourcePolicyRequest;
+ output: PutResourcePolicyResponse;
+ };
+ sdk: {
+ input: PutResourcePolicyCommandInput;
+ output: PutResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/RegisterOrganizationDelegatedAdminCommand.ts b/clients/client-cloudtrail/src/commands/RegisterOrganizationDelegatedAdminCommand.ts
index cd7a79a3d133..97059f361af0 100644
--- a/clients/client-cloudtrail/src/commands/RegisterOrganizationDelegatedAdminCommand.ts
+++ b/clients/client-cloudtrail/src/commands/RegisterOrganizationDelegatedAdminCommand.ts
@@ -136,4 +136,16 @@ export class RegisterOrganizationDelegatedAdminCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterOrganizationDelegatedAdminCommand)
.de(de_RegisterOrganizationDelegatedAdminCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterOrganizationDelegatedAdminRequest;
+ output: {};
+ };
+ sdk: {
+ input: RegisterOrganizationDelegatedAdminCommandInput;
+ output: RegisterOrganizationDelegatedAdminCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/RemoveTagsCommand.ts b/clients/client-cloudtrail/src/commands/RemoveTagsCommand.ts
index 90da43962b96..b09d489e61dc 100644
--- a/clients/client-cloudtrail/src/commands/RemoveTagsCommand.ts
+++ b/clients/client-cloudtrail/src/commands/RemoveTagsCommand.ts
@@ -157,4 +157,16 @@ export class RemoveTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveTagsCommand)
.de(de_RemoveTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveTagsRequest;
+ output: {};
+ };
+ sdk: {
+ input: RemoveTagsCommandInput;
+ output: RemoveTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/RestoreEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/RestoreEventDataStoreCommand.ts
index 44b7582e75e5..a1e9fce47a39 100644
--- a/clients/client-cloudtrail/src/commands/RestoreEventDataStoreCommand.ts
+++ b/clients/client-cloudtrail/src/commands/RestoreEventDataStoreCommand.ts
@@ -165,4 +165,16 @@ export class RestoreEventDataStoreCommand extends $Command
.f(void 0, void 0)
.ser(se_RestoreEventDataStoreCommand)
.de(de_RestoreEventDataStoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RestoreEventDataStoreRequest;
+ output: RestoreEventDataStoreResponse;
+ };
+ sdk: {
+ input: RestoreEventDataStoreCommandInput;
+ output: RestoreEventDataStoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/StartEventDataStoreIngestionCommand.ts b/clients/client-cloudtrail/src/commands/StartEventDataStoreIngestionCommand.ts
index 04b5a870bee2..3c07997623ea 100644
--- a/clients/client-cloudtrail/src/commands/StartEventDataStoreIngestionCommand.ts
+++ b/clients/client-cloudtrail/src/commands/StartEventDataStoreIngestionCommand.ts
@@ -118,4 +118,16 @@ export class StartEventDataStoreIngestionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartEventDataStoreIngestionCommand)
.de(de_StartEventDataStoreIngestionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartEventDataStoreIngestionRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartEventDataStoreIngestionCommandInput;
+ output: StartEventDataStoreIngestionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/StartImportCommand.ts b/clients/client-cloudtrail/src/commands/StartImportCommand.ts
index 2ff82ba67b5a..4edc0588731e 100644
--- a/clients/client-cloudtrail/src/commands/StartImportCommand.ts
+++ b/clients/client-cloudtrail/src/commands/StartImportCommand.ts
@@ -161,4 +161,16 @@ export class StartImportCommand extends $Command
.f(void 0, void 0)
.ser(se_StartImportCommand)
.de(de_StartImportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartImportRequest;
+ output: StartImportResponse;
+ };
+ sdk: {
+ input: StartImportCommandInput;
+ output: StartImportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/StartLoggingCommand.ts b/clients/client-cloudtrail/src/commands/StartLoggingCommand.ts
index 98b6320d23fc..e8bafc59aa0c 100644
--- a/clients/client-cloudtrail/src/commands/StartLoggingCommand.ts
+++ b/clients/client-cloudtrail/src/commands/StartLoggingCommand.ts
@@ -150,4 +150,16 @@ export class StartLoggingCommand extends $Command
.f(void 0, void 0)
.ser(se_StartLoggingCommand)
.de(de_StartLoggingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartLoggingRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartLoggingCommandInput;
+ output: StartLoggingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/StartQueryCommand.ts b/clients/client-cloudtrail/src/commands/StartQueryCommand.ts
index a0c580ba6acf..53079e4b8377 100644
--- a/clients/client-cloudtrail/src/commands/StartQueryCommand.ts
+++ b/clients/client-cloudtrail/src/commands/StartQueryCommand.ts
@@ -136,4 +136,16 @@ export class StartQueryCommand extends $Command
.f(void 0, void 0)
.ser(se_StartQueryCommand)
.de(de_StartQueryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartQueryRequest;
+ output: StartQueryResponse;
+ };
+ sdk: {
+ input: StartQueryCommandInput;
+ output: StartQueryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/StopEventDataStoreIngestionCommand.ts b/clients/client-cloudtrail/src/commands/StopEventDataStoreIngestionCommand.ts
index 70bfd053ea49..bed5d7347606 100644
--- a/clients/client-cloudtrail/src/commands/StopEventDataStoreIngestionCommand.ts
+++ b/clients/client-cloudtrail/src/commands/StopEventDataStoreIngestionCommand.ts
@@ -115,4 +115,16 @@ export class StopEventDataStoreIngestionCommand extends $Command
.f(void 0, void 0)
.ser(se_StopEventDataStoreIngestionCommand)
.de(de_StopEventDataStoreIngestionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopEventDataStoreIngestionRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopEventDataStoreIngestionCommandInput;
+ output: StopEventDataStoreIngestionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/StopImportCommand.ts b/clients/client-cloudtrail/src/commands/StopImportCommand.ts
index 698a817119d6..cd6795d6e6a8 100644
--- a/clients/client-cloudtrail/src/commands/StopImportCommand.ts
+++ b/clients/client-cloudtrail/src/commands/StopImportCommand.ts
@@ -111,4 +111,16 @@ export class StopImportCommand extends $Command
.f(void 0, void 0)
.ser(se_StopImportCommand)
.de(de_StopImportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopImportRequest;
+ output: StopImportResponse;
+ };
+ sdk: {
+ input: StopImportCommandInput;
+ output: StopImportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/StopLoggingCommand.ts b/clients/client-cloudtrail/src/commands/StopLoggingCommand.ts
index 2b90c32b2d4a..7e9f590b080d 100644
--- a/clients/client-cloudtrail/src/commands/StopLoggingCommand.ts
+++ b/clients/client-cloudtrail/src/commands/StopLoggingCommand.ts
@@ -153,4 +153,16 @@ export class StopLoggingCommand extends $Command
.f(void 0, void 0)
.ser(se_StopLoggingCommand)
.de(de_StopLoggingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopLoggingRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopLoggingCommandInput;
+ output: StopLoggingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/UpdateChannelCommand.ts b/clients/client-cloudtrail/src/commands/UpdateChannelCommand.ts
index 8f0311324097..02a074885e95 100644
--- a/clients/client-cloudtrail/src/commands/UpdateChannelCommand.ts
+++ b/clients/client-cloudtrail/src/commands/UpdateChannelCommand.ts
@@ -127,4 +127,16 @@ export class UpdateChannelCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateChannelCommand)
.de(de_UpdateChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateChannelRequest;
+ output: UpdateChannelResponse;
+ };
+ sdk: {
+ input: UpdateChannelCommandInput;
+ output: UpdateChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/UpdateEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/UpdateEventDataStoreCommand.ts
index 71acf60aa0e2..cf148d0bda0f 100644
--- a/clients/client-cloudtrail/src/commands/UpdateEventDataStoreCommand.ts
+++ b/clients/client-cloudtrail/src/commands/UpdateEventDataStoreCommand.ts
@@ -267,4 +267,16 @@ export class UpdateEventDataStoreCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEventDataStoreCommand)
.de(de_UpdateEventDataStoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEventDataStoreRequest;
+ output: UpdateEventDataStoreResponse;
+ };
+ sdk: {
+ input: UpdateEventDataStoreCommandInput;
+ output: UpdateEventDataStoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudtrail/src/commands/UpdateTrailCommand.ts b/clients/client-cloudtrail/src/commands/UpdateTrailCommand.ts
index d62b1f227181..5f64d65c21d7 100644
--- a/clients/client-cloudtrail/src/commands/UpdateTrailCommand.ts
+++ b/clients/client-cloudtrail/src/commands/UpdateTrailCommand.ts
@@ -282,4 +282,16 @@ export class UpdateTrailCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTrailCommand)
.de(de_UpdateTrailCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTrailRequest;
+ output: UpdateTrailResponse;
+ };
+ sdk: {
+ input: UpdateTrailCommandInput;
+ output: UpdateTrailCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/package.json b/clients/client-cloudwatch-events/package.json
index 6cf4813401ca..3bb82ca7e61f 100644
--- a/clients/client-cloudwatch-events/package.json
+++ b/clients/client-cloudwatch-events/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-cloudwatch-events/src/commands/ActivateEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/ActivateEventSourceCommand.ts
index 9f45f8b62e42..67061923ad88 100644
--- a/clients/client-cloudwatch-events/src/commands/ActivateEventSourceCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/ActivateEventSourceCommand.ts
@@ -91,4 +91,16 @@ export class ActivateEventSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ActivateEventSourceCommand)
.de(de_ActivateEventSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ActivateEventSourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: ActivateEventSourceCommandInput;
+ output: ActivateEventSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/CancelReplayCommand.ts b/clients/client-cloudwatch-events/src/commands/CancelReplayCommand.ts
index 98d0209f5765..5b17cc5c3beb 100644
--- a/clients/client-cloudwatch-events/src/commands/CancelReplayCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/CancelReplayCommand.ts
@@ -92,4 +92,16 @@ export class CancelReplayCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelReplayCommand)
.de(de_CancelReplayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelReplayRequest;
+ output: CancelReplayResponse;
+ };
+ sdk: {
+ input: CancelReplayCommandInput;
+ output: CancelReplayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/CreateApiDestinationCommand.ts b/clients/client-cloudwatch-events/src/commands/CreateApiDestinationCommand.ts
index acf7dffb0bef..1a152287f29e 100644
--- a/clients/client-cloudwatch-events/src/commands/CreateApiDestinationCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/CreateApiDestinationCommand.ts
@@ -99,4 +99,16 @@ export class CreateApiDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateApiDestinationCommand)
.de(de_CreateApiDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateApiDestinationRequest;
+ output: CreateApiDestinationResponse;
+ };
+ sdk: {
+ input: CreateApiDestinationCommandInput;
+ output: CreateApiDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/CreateArchiveCommand.ts b/clients/client-cloudwatch-events/src/commands/CreateArchiveCommand.ts
index 1622cbe30e98..eb169e7988d3 100644
--- a/clients/client-cloudwatch-events/src/commands/CreateArchiveCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/CreateArchiveCommand.ts
@@ -107,4 +107,16 @@ export class CreateArchiveCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateArchiveCommand)
.de(de_CreateArchiveCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateArchiveRequest;
+ output: CreateArchiveResponse;
+ };
+ sdk: {
+ input: CreateArchiveCommandInput;
+ output: CreateArchiveCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/CreateConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/CreateConnectionCommand.ts
index f39ee2211052..4fa6ca143752 100644
--- a/clients/client-cloudwatch-events/src/commands/CreateConnectionCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/CreateConnectionCommand.ts
@@ -161,4 +161,16 @@ export class CreateConnectionCommand extends $Command
.f(CreateConnectionRequestFilterSensitiveLog, void 0)
.ser(se_CreateConnectionCommand)
.de(de_CreateConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateConnectionRequest;
+ output: CreateConnectionResponse;
+ };
+ sdk: {
+ input: CreateConnectionCommandInput;
+ output: CreateConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/CreateEventBusCommand.ts b/clients/client-cloudwatch-events/src/commands/CreateEventBusCommand.ts
index b70ac9c9cc01..f617f9102c7a 100644
--- a/clients/client-cloudwatch-events/src/commands/CreateEventBusCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/CreateEventBusCommand.ts
@@ -108,4 +108,16 @@ export class CreateEventBusCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEventBusCommand)
.de(de_CreateEventBusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEventBusRequest;
+ output: CreateEventBusResponse;
+ };
+ sdk: {
+ input: CreateEventBusCommandInput;
+ output: CreateEventBusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/CreatePartnerEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/CreatePartnerEventSourceCommand.ts
index c38c5ad7da77..ebf414d9672a 100644
--- a/clients/client-cloudwatch-events/src/commands/CreatePartnerEventSourceCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/CreatePartnerEventSourceCommand.ts
@@ -117,4 +117,16 @@ export class CreatePartnerEventSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePartnerEventSourceCommand)
.de(de_CreatePartnerEventSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePartnerEventSourceRequest;
+ output: CreatePartnerEventSourceResponse;
+ };
+ sdk: {
+ input: CreatePartnerEventSourceCommandInput;
+ output: CreatePartnerEventSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/DeactivateEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/DeactivateEventSourceCommand.ts
index f3ae0c0fbdb4..bf36ab20e396 100644
--- a/clients/client-cloudwatch-events/src/commands/DeactivateEventSourceCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/DeactivateEventSourceCommand.ts
@@ -94,4 +94,16 @@ export class DeactivateEventSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeactivateEventSourceCommand)
.de(de_DeactivateEventSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeactivateEventSourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeactivateEventSourceCommandInput;
+ output: DeactivateEventSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/DeauthorizeConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/DeauthorizeConnectionCommand.ts
index e8026f95a471..f1ca601d1c5b 100644
--- a/clients/client-cloudwatch-events/src/commands/DeauthorizeConnectionCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/DeauthorizeConnectionCommand.ts
@@ -91,4 +91,16 @@ export class DeauthorizeConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeauthorizeConnectionCommand)
.de(de_DeauthorizeConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeauthorizeConnectionRequest;
+ output: DeauthorizeConnectionResponse;
+ };
+ sdk: {
+ input: DeauthorizeConnectionCommandInput;
+ output: DeauthorizeConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/DeleteApiDestinationCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteApiDestinationCommand.ts
index e743ed4cdb56..d8ad15c5afd5 100644
--- a/clients/client-cloudwatch-events/src/commands/DeleteApiDestinationCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/DeleteApiDestinationCommand.ts
@@ -84,4 +84,16 @@ export class DeleteApiDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApiDestinationCommand)
.de(de_DeleteApiDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApiDestinationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApiDestinationCommandInput;
+ output: DeleteApiDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/DeleteArchiveCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteArchiveCommand.ts
index 471aef262fd6..5f3068c3951a 100644
--- a/clients/client-cloudwatch-events/src/commands/DeleteArchiveCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/DeleteArchiveCommand.ts
@@ -84,4 +84,16 @@ export class DeleteArchiveCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteArchiveCommand)
.de(de_DeleteArchiveCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteArchiveRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteArchiveCommandInput;
+ output: DeleteArchiveCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/DeleteConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteConnectionCommand.ts
index 6a6f90d8ebc0..9e81d22e095a 100644
--- a/clients/client-cloudwatch-events/src/commands/DeleteConnectionCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/DeleteConnectionCommand.ts
@@ -90,4 +90,16 @@ export class DeleteConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConnectionCommand)
.de(de_DeleteConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConnectionRequest;
+ output: DeleteConnectionResponse;
+ };
+ sdk: {
+ input: DeleteConnectionCommandInput;
+ output: DeleteConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/DeleteEventBusCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteEventBusCommand.ts
index 0d4a1f4dd745..2a7eeb2f4566 100644
--- a/clients/client-cloudwatch-events/src/commands/DeleteEventBusCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/DeleteEventBusCommand.ts
@@ -82,4 +82,16 @@ export class DeleteEventBusCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEventBusCommand)
.de(de_DeleteEventBusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEventBusRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEventBusCommandInput;
+ output: DeleteEventBusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/DeletePartnerEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/DeletePartnerEventSourceCommand.ts
index 0ff84ff8fa65..2c2c7563f27d 100644
--- a/clients/client-cloudwatch-events/src/commands/DeletePartnerEventSourceCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/DeletePartnerEventSourceCommand.ts
@@ -89,4 +89,16 @@ export class DeletePartnerEventSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePartnerEventSourceCommand)
.de(de_DeletePartnerEventSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePartnerEventSourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePartnerEventSourceCommandInput;
+ output: DeletePartnerEventSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/DeleteRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteRuleCommand.ts
index f4dcfa0d2701..20fd3c5e9abb 100644
--- a/clients/client-cloudwatch-events/src/commands/DeleteRuleCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/DeleteRuleCommand.ts
@@ -104,4 +104,16 @@ export class DeleteRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRuleCommand)
.de(de_DeleteRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRuleCommandInput;
+ output: DeleteRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/DescribeApiDestinationCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeApiDestinationCommand.ts
index 1e0dffe05107..b57f02c57647 100644
--- a/clients/client-cloudwatch-events/src/commands/DescribeApiDestinationCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/DescribeApiDestinationCommand.ts
@@ -92,4 +92,16 @@ export class DescribeApiDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeApiDestinationCommand)
.de(de_DescribeApiDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeApiDestinationRequest;
+ output: DescribeApiDestinationResponse;
+ };
+ sdk: {
+ input: DescribeApiDestinationCommandInput;
+ output: DescribeApiDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/DescribeArchiveCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeArchiveCommand.ts
index b8e864cad478..3ec5c2ac7445 100644
--- a/clients/client-cloudwatch-events/src/commands/DescribeArchiveCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/DescribeArchiveCommand.ts
@@ -96,4 +96,16 @@ export class DescribeArchiveCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeArchiveCommand)
.de(de_DescribeArchiveCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeArchiveRequest;
+ output: DescribeArchiveResponse;
+ };
+ sdk: {
+ input: DescribeArchiveCommandInput;
+ output: DescribeArchiveCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/DescribeConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeConnectionCommand.ts
index 7409804a535a..be02fbce2811 100644
--- a/clients/client-cloudwatch-events/src/commands/DescribeConnectionCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/DescribeConnectionCommand.ts
@@ -157,4 +157,16 @@ export class DescribeConnectionCommand extends $Command
.f(void 0, DescribeConnectionResponseFilterSensitiveLog)
.ser(se_DescribeConnectionCommand)
.de(de_DescribeConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConnectionRequest;
+ output: DescribeConnectionResponse;
+ };
+ sdk: {
+ input: DescribeConnectionCommandInput;
+ output: DescribeConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/DescribeEventBusCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeEventBusCommand.ts
index 250bc34902a5..4db57d278760 100644
--- a/clients/client-cloudwatch-events/src/commands/DescribeEventBusCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/DescribeEventBusCommand.ts
@@ -91,4 +91,16 @@ export class DescribeEventBusCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEventBusCommand)
.de(de_DescribeEventBusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEventBusRequest;
+ output: DescribeEventBusResponse;
+ };
+ sdk: {
+ input: DescribeEventBusCommandInput;
+ output: DescribeEventBusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/DescribeEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeEventSourceCommand.ts
index 0c11cf395c4a..a9db7217835b 100644
--- a/clients/client-cloudwatch-events/src/commands/DescribeEventSourceCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/DescribeEventSourceCommand.ts
@@ -92,4 +92,16 @@ export class DescribeEventSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEventSourceCommand)
.de(de_DescribeEventSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEventSourceRequest;
+ output: DescribeEventSourceResponse;
+ };
+ sdk: {
+ input: DescribeEventSourceCommandInput;
+ output: DescribeEventSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/DescribePartnerEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribePartnerEventSourceCommand.ts
index 59460087b7e7..ace5dd5602b5 100644
--- a/clients/client-cloudwatch-events/src/commands/DescribePartnerEventSourceCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/DescribePartnerEventSourceCommand.ts
@@ -90,4 +90,16 @@ export class DescribePartnerEventSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePartnerEventSourceCommand)
.de(de_DescribePartnerEventSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePartnerEventSourceRequest;
+ output: DescribePartnerEventSourceResponse;
+ };
+ sdk: {
+ input: DescribePartnerEventSourceCommandInput;
+ output: DescribePartnerEventSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/DescribeReplayCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeReplayCommand.ts
index 95c6777bfb8c..5bb0583a2713 100644
--- a/clients/client-cloudwatch-events/src/commands/DescribeReplayCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/DescribeReplayCommand.ts
@@ -107,4 +107,16 @@ export class DescribeReplayCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReplayCommand)
.de(de_DescribeReplayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReplayRequest;
+ output: DescribeReplayResponse;
+ };
+ sdk: {
+ input: DescribeReplayCommandInput;
+ output: DescribeReplayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/DescribeRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeRuleCommand.ts
index 7999dbb5f82c..e5b11481755a 100644
--- a/clients/client-cloudwatch-events/src/commands/DescribeRuleCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/DescribeRuleCommand.ts
@@ -95,4 +95,16 @@ export class DescribeRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRuleCommand)
.de(de_DescribeRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRuleRequest;
+ output: DescribeRuleResponse;
+ };
+ sdk: {
+ input: DescribeRuleCommandInput;
+ output: DescribeRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/DisableRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/DisableRuleCommand.ts
index e0742a55bc87..fdaad713dc62 100644
--- a/clients/client-cloudwatch-events/src/commands/DisableRuleCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/DisableRuleCommand.ts
@@ -96,4 +96,16 @@ export class DisableRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableRuleCommand)
.de(de_DisableRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableRuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisableRuleCommandInput;
+ output: DisableRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/EnableRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/EnableRuleCommand.ts
index c727f9574e4f..fec7a814108e 100644
--- a/clients/client-cloudwatch-events/src/commands/EnableRuleCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/EnableRuleCommand.ts
@@ -95,4 +95,16 @@ export class EnableRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableRuleCommand)
.de(de_EnableRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableRuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: EnableRuleCommandInput;
+ output: EnableRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/ListApiDestinationsCommand.ts b/clients/client-cloudwatch-events/src/commands/ListApiDestinationsCommand.ts
index 4adb6802a3a5..027bf492e888 100644
--- a/clients/client-cloudwatch-events/src/commands/ListApiDestinationsCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/ListApiDestinationsCommand.ts
@@ -96,4 +96,16 @@ export class ListApiDestinationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListApiDestinationsCommand)
.de(de_ListApiDestinationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListApiDestinationsRequest;
+ output: ListApiDestinationsResponse;
+ };
+ sdk: {
+ input: ListApiDestinationsCommandInput;
+ output: ListApiDestinationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/ListArchivesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListArchivesCommand.ts
index 1ff56393795a..7ad6ca7f7cd6 100644
--- a/clients/client-cloudwatch-events/src/commands/ListArchivesCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/ListArchivesCommand.ts
@@ -100,4 +100,16 @@ export class ListArchivesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListArchivesCommand)
.de(de_ListArchivesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListArchivesRequest;
+ output: ListArchivesResponse;
+ };
+ sdk: {
+ input: ListArchivesCommandInput;
+ output: ListArchivesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/ListConnectionsCommand.ts b/clients/client-cloudwatch-events/src/commands/ListConnectionsCommand.ts
index 8483e7ad509f..810f5f6ca94d 100644
--- a/clients/client-cloudwatch-events/src/commands/ListConnectionsCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/ListConnectionsCommand.ts
@@ -95,4 +95,16 @@ export class ListConnectionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListConnectionsCommand)
.de(de_ListConnectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListConnectionsRequest;
+ output: ListConnectionsResponse;
+ };
+ sdk: {
+ input: ListConnectionsCommandInput;
+ output: ListConnectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/ListEventBusesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListEventBusesCommand.ts
index 20eb18d5a0ce..c59c828d0734 100644
--- a/clients/client-cloudwatch-events/src/commands/ListEventBusesCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/ListEventBusesCommand.ts
@@ -90,4 +90,16 @@ export class ListEventBusesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEventBusesCommand)
.de(de_ListEventBusesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEventBusesRequest;
+ output: ListEventBusesResponse;
+ };
+ sdk: {
+ input: ListEventBusesCommandInput;
+ output: ListEventBusesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/ListEventSourcesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListEventSourcesCommand.ts
index 3e14a56c2374..ca57506b991e 100644
--- a/clients/client-cloudwatch-events/src/commands/ListEventSourcesCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/ListEventSourcesCommand.ts
@@ -96,4 +96,16 @@ export class ListEventSourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEventSourcesCommand)
.de(de_ListEventSourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEventSourcesRequest;
+ output: ListEventSourcesResponse;
+ };
+ sdk: {
+ input: ListEventSourcesCommandInput;
+ output: ListEventSourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourceAccountsCommand.ts b/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourceAccountsCommand.ts
index 11851c5f125c..f957c18cb212 100644
--- a/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourceAccountsCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourceAccountsCommand.ts
@@ -103,4 +103,16 @@ export class ListPartnerEventSourceAccountsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPartnerEventSourceAccountsCommand)
.de(de_ListPartnerEventSourceAccountsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPartnerEventSourceAccountsRequest;
+ output: ListPartnerEventSourceAccountsResponse;
+ };
+ sdk: {
+ input: ListPartnerEventSourceAccountsCommandInput;
+ output: ListPartnerEventSourceAccountsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourcesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourcesCommand.ts
index 6c48c4da0c9d..6070436ef00d 100644
--- a/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourcesCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourcesCommand.ts
@@ -92,4 +92,16 @@ export class ListPartnerEventSourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPartnerEventSourcesCommand)
.de(de_ListPartnerEventSourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPartnerEventSourcesRequest;
+ output: ListPartnerEventSourcesResponse;
+ };
+ sdk: {
+ input: ListPartnerEventSourcesCommandInput;
+ output: ListPartnerEventSourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/ListReplaysCommand.ts b/clients/client-cloudwatch-events/src/commands/ListReplaysCommand.ts
index 08c41b556aab..aa7136c0d6cf 100644
--- a/clients/client-cloudwatch-events/src/commands/ListReplaysCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/ListReplaysCommand.ts
@@ -98,4 +98,16 @@ export class ListReplaysCommand extends $Command
.f(void 0, void 0)
.ser(se_ListReplaysCommand)
.de(de_ListReplaysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListReplaysRequest;
+ output: ListReplaysResponse;
+ };
+ sdk: {
+ input: ListReplaysCommandInput;
+ output: ListReplaysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/ListRuleNamesByTargetCommand.ts b/clients/client-cloudwatch-events/src/commands/ListRuleNamesByTargetCommand.ts
index cb13d82976f8..7a14366a170e 100644
--- a/clients/client-cloudwatch-events/src/commands/ListRuleNamesByTargetCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/ListRuleNamesByTargetCommand.ts
@@ -90,4 +90,16 @@ export class ListRuleNamesByTargetCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRuleNamesByTargetCommand)
.de(de_ListRuleNamesByTargetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRuleNamesByTargetRequest;
+ output: ListRuleNamesByTargetResponse;
+ };
+ sdk: {
+ input: ListRuleNamesByTargetCommandInput;
+ output: ListRuleNamesByTargetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/ListRulesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListRulesCommand.ts
index 2b3524eb71cc..31660601db4b 100644
--- a/clients/client-cloudwatch-events/src/commands/ListRulesCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/ListRulesCommand.ts
@@ -102,4 +102,16 @@ export class ListRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRulesCommand)
.de(de_ListRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRulesRequest;
+ output: ListRulesResponse;
+ };
+ sdk: {
+ input: ListRulesCommandInput;
+ output: ListRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudwatch-events/src/commands/ListTagsForResourceCommand.ts
index 7442d298ac01..55e130eaad7f 100644
--- a/clients/client-cloudwatch-events/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/ListTagsForResourceCommand.ts
@@ -89,4 +89,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/ListTargetsByRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/ListTargetsByRuleCommand.ts
index 45b764170cf5..7e9552312d70 100644
--- a/clients/client-cloudwatch-events/src/commands/ListTargetsByRuleCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/ListTargetsByRuleCommand.ts
@@ -208,4 +208,16 @@ export class ListTargetsByRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTargetsByRuleCommand)
.de(de_ListTargetsByRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTargetsByRuleRequest;
+ output: ListTargetsByRuleResponse;
+ };
+ sdk: {
+ input: ListTargetsByRuleCommandInput;
+ output: ListTargetsByRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/PutEventsCommand.ts b/clients/client-cloudwatch-events/src/commands/PutEventsCommand.ts
index 851a45eacdc0..dcbad4367d9c 100644
--- a/clients/client-cloudwatch-events/src/commands/PutEventsCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/PutEventsCommand.ts
@@ -99,4 +99,16 @@ export class PutEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutEventsCommand)
.de(de_PutEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutEventsRequest;
+ output: PutEventsResponse;
+ };
+ sdk: {
+ input: PutEventsCommandInput;
+ output: PutEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/PutPartnerEventsCommand.ts b/clients/client-cloudwatch-events/src/commands/PutPartnerEventsCommand.ts
index 7c55f1974582..33ee6e14fbe0 100644
--- a/clients/client-cloudwatch-events/src/commands/PutPartnerEventsCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/PutPartnerEventsCommand.ts
@@ -101,4 +101,16 @@ export class PutPartnerEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutPartnerEventsCommand)
.de(de_PutPartnerEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutPartnerEventsRequest;
+ output: PutPartnerEventsResponse;
+ };
+ sdk: {
+ input: PutPartnerEventsCommandInput;
+ output: PutPartnerEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/PutPermissionCommand.ts b/clients/client-cloudwatch-events/src/commands/PutPermissionCommand.ts
index 875b791c1dfb..eea0dd562628 100644
--- a/clients/client-cloudwatch-events/src/commands/PutPermissionCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/PutPermissionCommand.ts
@@ -115,4 +115,16 @@ export class PutPermissionCommand extends $Command
.f(void 0, void 0)
.ser(se_PutPermissionCommand)
.de(de_PutPermissionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutPermissionRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutPermissionCommandInput;
+ output: PutPermissionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/PutRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/PutRuleCommand.ts
index 566b8f14604c..2f2e60e56c4f 100644
--- a/clients/client-cloudwatch-events/src/commands/PutRuleCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/PutRuleCommand.ts
@@ -152,4 +152,16 @@ export class PutRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRuleCommand)
.de(de_PutRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRuleRequest;
+ output: PutRuleResponse;
+ };
+ sdk: {
+ input: PutRuleCommandInput;
+ output: PutRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/PutTargetsCommand.ts b/clients/client-cloudwatch-events/src/commands/PutTargetsCommand.ts
index 9c0b0da26d75..791ce179ea19 100644
--- a/clients/client-cloudwatch-events/src/commands/PutTargetsCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/PutTargetsCommand.ts
@@ -380,4 +380,16 @@ export class PutTargetsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutTargetsCommand)
.de(de_PutTargetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutTargetsRequest;
+ output: PutTargetsResponse;
+ };
+ sdk: {
+ input: PutTargetsCommandInput;
+ output: PutTargetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/RemovePermissionCommand.ts b/clients/client-cloudwatch-events/src/commands/RemovePermissionCommand.ts
index b295329eea9d..90d16f868450 100644
--- a/clients/client-cloudwatch-events/src/commands/RemovePermissionCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/RemovePermissionCommand.ts
@@ -92,4 +92,16 @@ export class RemovePermissionCommand extends $Command
.f(void 0, void 0)
.ser(se_RemovePermissionCommand)
.de(de_RemovePermissionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemovePermissionRequest;
+ output: {};
+ };
+ sdk: {
+ input: RemovePermissionCommandInput;
+ output: RemovePermissionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/RemoveTargetsCommand.ts b/clients/client-cloudwatch-events/src/commands/RemoveTargetsCommand.ts
index e788247f746e..8f945bf0c9cd 100644
--- a/clients/client-cloudwatch-events/src/commands/RemoveTargetsCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/RemoveTargetsCommand.ts
@@ -112,4 +112,16 @@ export class RemoveTargetsCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveTargetsCommand)
.de(de_RemoveTargetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveTargetsRequest;
+ output: RemoveTargetsResponse;
+ };
+ sdk: {
+ input: RemoveTargetsCommandInput;
+ output: RemoveTargetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/StartReplayCommand.ts b/clients/client-cloudwatch-events/src/commands/StartReplayCommand.ts
index 039dad23ce74..30bfc8f5270d 100644
--- a/clients/client-cloudwatch-events/src/commands/StartReplayCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/StartReplayCommand.ts
@@ -114,4 +114,16 @@ export class StartReplayCommand extends $Command
.f(void 0, void 0)
.ser(se_StartReplayCommand)
.de(de_StartReplayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartReplayRequest;
+ output: StartReplayResponse;
+ };
+ sdk: {
+ input: StartReplayCommandInput;
+ output: StartReplayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/TagResourceCommand.ts b/clients/client-cloudwatch-events/src/commands/TagResourceCommand.ts
index ff88c2c2bbb2..70a94efb4403 100644
--- a/clients/client-cloudwatch-events/src/commands/TagResourceCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/TagResourceCommand.ts
@@ -108,4 +108,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/TestEventPatternCommand.ts b/clients/client-cloudwatch-events/src/commands/TestEventPatternCommand.ts
index 1c91cf729c9c..3169c547a9c2 100644
--- a/clients/client-cloudwatch-events/src/commands/TestEventPatternCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/TestEventPatternCommand.ts
@@ -88,4 +88,16 @@ export class TestEventPatternCommand extends $Command
.f(void 0, void 0)
.ser(se_TestEventPatternCommand)
.de(de_TestEventPatternCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TestEventPatternRequest;
+ output: TestEventPatternResponse;
+ };
+ sdk: {
+ input: TestEventPatternCommandInput;
+ output: TestEventPatternCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/UntagResourceCommand.ts b/clients/client-cloudwatch-events/src/commands/UntagResourceCommand.ts
index 450e07d4ddb4..821dec61e162 100644
--- a/clients/client-cloudwatch-events/src/commands/UntagResourceCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/UntagResourceCommand.ts
@@ -96,4 +96,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/UpdateApiDestinationCommand.ts b/clients/client-cloudwatch-events/src/commands/UpdateApiDestinationCommand.ts
index f166c9106044..9ae4b3d9513b 100644
--- a/clients/client-cloudwatch-events/src/commands/UpdateApiDestinationCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/UpdateApiDestinationCommand.ts
@@ -98,4 +98,16 @@ export class UpdateApiDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateApiDestinationCommand)
.de(de_UpdateApiDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApiDestinationRequest;
+ output: UpdateApiDestinationResponse;
+ };
+ sdk: {
+ input: UpdateApiDestinationCommandInput;
+ output: UpdateApiDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/UpdateArchiveCommand.ts b/clients/client-cloudwatch-events/src/commands/UpdateArchiveCommand.ts
index e5f35865e9c0..f0f21e7caa00 100644
--- a/clients/client-cloudwatch-events/src/commands/UpdateArchiveCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/UpdateArchiveCommand.ts
@@ -99,4 +99,16 @@ export class UpdateArchiveCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateArchiveCommand)
.de(de_UpdateArchiveCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateArchiveRequest;
+ output: UpdateArchiveResponse;
+ };
+ sdk: {
+ input: UpdateArchiveCommandInput;
+ output: UpdateArchiveCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-events/src/commands/UpdateConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/UpdateConnectionCommand.ts
index 9a53eaf1c266..da8aea5c9090 100644
--- a/clients/client-cloudwatch-events/src/commands/UpdateConnectionCommand.ts
+++ b/clients/client-cloudwatch-events/src/commands/UpdateConnectionCommand.ts
@@ -164,4 +164,16 @@ export class UpdateConnectionCommand extends $Command
.f(UpdateConnectionRequestFilterSensitiveLog, void 0)
.ser(se_UpdateConnectionCommand)
.de(de_UpdateConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateConnectionRequest;
+ output: UpdateConnectionResponse;
+ };
+ sdk: {
+ input: UpdateConnectionCommandInput;
+ output: UpdateConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/package.json b/clients/client-cloudwatch-logs/package.json
index 8e51e3635864..d8064ed042e3 100644
--- a/clients/client-cloudwatch-logs/package.json
+++ b/clients/client-cloudwatch-logs/package.json
@@ -33,33 +33,33 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/eventstream-serde-browser": "^3.0.7",
- "@smithy/eventstream-serde-config-resolver": "^3.0.4",
- "@smithy/eventstream-serde-node": "^3.0.6",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/eventstream-serde-browser": "^3.0.9",
+ "@smithy/eventstream-serde-config-resolver": "^3.0.6",
+ "@smithy/eventstream-serde-node": "^3.0.8",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-cloudwatch-logs/src/commands/AssociateKmsKeyCommand.ts b/clients/client-cloudwatch-logs/src/commands/AssociateKmsKeyCommand.ts
index 0edd9fc63a12..2ce41a29e3b3 100644
--- a/clients/client-cloudwatch-logs/src/commands/AssociateKmsKeyCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/AssociateKmsKeyCommand.ts
@@ -132,4 +132,16 @@ export class AssociateKmsKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateKmsKeyCommand)
.de(de_AssociateKmsKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateKmsKeyRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateKmsKeyCommandInput;
+ output: AssociateKmsKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/CancelExportTaskCommand.ts b/clients/client-cloudwatch-logs/src/commands/CancelExportTaskCommand.ts
index fa56d7fefee5..38966a26a5f6 100644
--- a/clients/client-cloudwatch-logs/src/commands/CancelExportTaskCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/CancelExportTaskCommand.ts
@@ -88,4 +88,16 @@ export class CancelExportTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelExportTaskCommand)
.de(de_CancelExportTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelExportTaskRequest;
+ output: {};
+ };
+ sdk: {
+ input: CancelExportTaskCommandInput;
+ output: CancelExportTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/CreateDeliveryCommand.ts b/clients/client-cloudwatch-logs/src/commands/CreateDeliveryCommand.ts
index 32cb2c183003..1b82f15d880c 100644
--- a/clients/client-cloudwatch-logs/src/commands/CreateDeliveryCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/CreateDeliveryCommand.ts
@@ -162,4 +162,16 @@ export class CreateDeliveryCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDeliveryCommand)
.de(de_CreateDeliveryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDeliveryRequest;
+ output: CreateDeliveryResponse;
+ };
+ sdk: {
+ input: CreateDeliveryCommandInput;
+ output: CreateDeliveryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/CreateExportTaskCommand.ts b/clients/client-cloudwatch-logs/src/commands/CreateExportTaskCommand.ts
index 5340af8234f2..d7327b269aa7 100644
--- a/clients/client-cloudwatch-logs/src/commands/CreateExportTaskCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/CreateExportTaskCommand.ts
@@ -120,4 +120,16 @@ export class CreateExportTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateExportTaskCommand)
.de(de_CreateExportTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateExportTaskRequest;
+ output: CreateExportTaskResponse;
+ };
+ sdk: {
+ input: CreateExportTaskCommandInput;
+ output: CreateExportTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/CreateLogAnomalyDetectorCommand.ts b/clients/client-cloudwatch-logs/src/commands/CreateLogAnomalyDetectorCommand.ts
index f2a0e85af0dc..c4314e4d42d2 100644
--- a/clients/client-cloudwatch-logs/src/commands/CreateLogAnomalyDetectorCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/CreateLogAnomalyDetectorCommand.ts
@@ -133,4 +133,16 @@ export class CreateLogAnomalyDetectorCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLogAnomalyDetectorCommand)
.de(de_CreateLogAnomalyDetectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLogAnomalyDetectorRequest;
+ output: CreateLogAnomalyDetectorResponse;
+ };
+ sdk: {
+ input: CreateLogAnomalyDetectorCommandInput;
+ output: CreateLogAnomalyDetectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/CreateLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/CreateLogGroupCommand.ts
index 43ce4cbb4c4d..ed44a493f63b 100644
--- a/clients/client-cloudwatch-logs/src/commands/CreateLogGroupCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/CreateLogGroupCommand.ts
@@ -127,4 +127,16 @@ export class CreateLogGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLogGroupCommand)
.de(de_CreateLogGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLogGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateLogGroupCommandInput;
+ output: CreateLogGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/CreateLogStreamCommand.ts b/clients/client-cloudwatch-logs/src/commands/CreateLogStreamCommand.ts
index f79243dac100..44135fd34033 100644
--- a/clients/client-cloudwatch-logs/src/commands/CreateLogStreamCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/CreateLogStreamCommand.ts
@@ -104,4 +104,16 @@ export class CreateLogStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLogStreamCommand)
.de(de_CreateLogStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLogStreamRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateLogStreamCommandInput;
+ output: CreateLogStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteAccountPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteAccountPolicyCommand.ts
index 21833032864c..6ebba6175a74 100644
--- a/clients/client-cloudwatch-logs/src/commands/DeleteAccountPolicyCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DeleteAccountPolicyCommand.ts
@@ -101,4 +101,16 @@ export class DeleteAccountPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAccountPolicyCommand)
.de(de_DeleteAccountPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAccountPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAccountPolicyCommandInput;
+ output: DeleteAccountPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteDataProtectionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteDataProtectionPolicyCommand.ts
index 8f7d3a474b2b..610bd2f77ce1 100644
--- a/clients/client-cloudwatch-logs/src/commands/DeleteDataProtectionPolicyCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DeleteDataProtectionPolicyCommand.ts
@@ -88,4 +88,16 @@ export class DeleteDataProtectionPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDataProtectionPolicyCommand)
.de(de_DeleteDataProtectionPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDataProtectionPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDataProtectionPolicyCommandInput;
+ output: DeleteDataProtectionPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryCommand.ts
index b4563567182f..3de9b1716964 100644
--- a/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryCommand.ts
@@ -95,4 +95,16 @@ export class DeleteDeliveryCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDeliveryCommand)
.de(de_DeleteDeliveryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDeliveryRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDeliveryCommandInput;
+ output: DeleteDeliveryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryDestinationCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryDestinationCommand.ts
index 67a01df7508c..d5e41e27a128 100644
--- a/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryDestinationCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryDestinationCommand.ts
@@ -96,4 +96,16 @@ export class DeleteDeliveryDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDeliveryDestinationCommand)
.de(de_DeleteDeliveryDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDeliveryDestinationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDeliveryDestinationCommandInput;
+ output: DeleteDeliveryDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryDestinationPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryDestinationPolicyCommand.ts
index c649f1201ea6..c2536b3062e0 100644
--- a/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryDestinationPolicyCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryDestinationPolicyCommand.ts
@@ -91,4 +91,16 @@ export class DeleteDeliveryDestinationPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDeliveryDestinationPolicyCommand)
.de(de_DeleteDeliveryDestinationPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDeliveryDestinationPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDeliveryDestinationPolicyCommandInput;
+ output: DeleteDeliveryDestinationPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteDeliverySourceCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteDeliverySourceCommand.ts
index c477bee1618e..c0a1b86d445e 100644
--- a/clients/client-cloudwatch-logs/src/commands/DeleteDeliverySourceCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DeleteDeliverySourceCommand.ts
@@ -96,4 +96,16 @@ export class DeleteDeliverySourceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDeliverySourceCommand)
.de(de_DeleteDeliverySourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDeliverySourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDeliverySourceCommandInput;
+ output: DeleteDeliverySourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteDestinationCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteDestinationCommand.ts
index c6c6f04bed36..1646a729d1c2 100644
--- a/clients/client-cloudwatch-logs/src/commands/DeleteDestinationCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DeleteDestinationCommand.ts
@@ -89,4 +89,16 @@ export class DeleteDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDestinationCommand)
.de(de_DeleteDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDestinationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDestinationCommandInput;
+ output: DeleteDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteLogAnomalyDetectorCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteLogAnomalyDetectorCommand.ts
index cfc00832b7a2..2c016d7d4d12 100644
--- a/clients/client-cloudwatch-logs/src/commands/DeleteLogAnomalyDetectorCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DeleteLogAnomalyDetectorCommand.ts
@@ -87,4 +87,16 @@ export class DeleteLogAnomalyDetectorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLogAnomalyDetectorCommand)
.de(de_DeleteLogAnomalyDetectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLogAnomalyDetectorRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLogAnomalyDetectorCommandInput;
+ output: DeleteLogAnomalyDetectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteLogGroupCommand.ts
index 55074e0941d4..d4b06b0c100a 100644
--- a/clients/client-cloudwatch-logs/src/commands/DeleteLogGroupCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DeleteLogGroupCommand.ts
@@ -88,4 +88,16 @@ export class DeleteLogGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLogGroupCommand)
.de(de_DeleteLogGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLogGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLogGroupCommandInput;
+ output: DeleteLogGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteLogStreamCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteLogStreamCommand.ts
index 0d616f90165e..51bf2a5a7a79 100644
--- a/clients/client-cloudwatch-logs/src/commands/DeleteLogStreamCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DeleteLogStreamCommand.ts
@@ -89,4 +89,16 @@ export class DeleteLogStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLogStreamCommand)
.de(de_DeleteLogStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLogStreamRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLogStreamCommandInput;
+ output: DeleteLogStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteMetricFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteMetricFilterCommand.ts
index 5b6e743c9955..893395fb48a5 100644
--- a/clients/client-cloudwatch-logs/src/commands/DeleteMetricFilterCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DeleteMetricFilterCommand.ts
@@ -88,4 +88,16 @@ export class DeleteMetricFilterCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMetricFilterCommand)
.de(de_DeleteMetricFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMetricFilterRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMetricFilterCommandInput;
+ output: DeleteMetricFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteQueryDefinitionCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteQueryDefinitionCommand.ts
index c792f70ad0e7..4c95a3839e55 100644
--- a/clients/client-cloudwatch-logs/src/commands/DeleteQueryDefinitionCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DeleteQueryDefinitionCommand.ts
@@ -90,4 +90,16 @@ export class DeleteQueryDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteQueryDefinitionCommand)
.de(de_DeleteQueryDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteQueryDefinitionRequest;
+ output: DeleteQueryDefinitionResponse;
+ };
+ sdk: {
+ input: DeleteQueryDefinitionCommandInput;
+ output: DeleteQueryDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteResourcePolicyCommand.ts
index 9815416cb598..5406437aa987 100644
--- a/clients/client-cloudwatch-logs/src/commands/DeleteResourcePolicyCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DeleteResourcePolicyCommand.ts
@@ -85,4 +85,16 @@ export class DeleteResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteResourcePolicyCommand)
.de(de_DeleteResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteResourcePolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteResourcePolicyCommandInput;
+ output: DeleteResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteRetentionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteRetentionPolicyCommand.ts
index b95af15225d5..b95de3abae66 100644
--- a/clients/client-cloudwatch-logs/src/commands/DeleteRetentionPolicyCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DeleteRetentionPolicyCommand.ts
@@ -88,4 +88,16 @@ export class DeleteRetentionPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRetentionPolicyCommand)
.de(de_DeleteRetentionPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRetentionPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRetentionPolicyCommandInput;
+ output: DeleteRetentionPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteSubscriptionFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteSubscriptionFilterCommand.ts
index f4336c9fddeb..be57105c5e6e 100644
--- a/clients/client-cloudwatch-logs/src/commands/DeleteSubscriptionFilterCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DeleteSubscriptionFilterCommand.ts
@@ -88,4 +88,16 @@ export class DeleteSubscriptionFilterCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSubscriptionFilterCommand)
.de(de_DeleteSubscriptionFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSubscriptionFilterRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSubscriptionFilterCommandInput;
+ output: DeleteSubscriptionFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeAccountPoliciesCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeAccountPoliciesCommand.ts
index 4b9d7fc20eb7..1faa1f85b1ab 100644
--- a/clients/client-cloudwatch-logs/src/commands/DescribeAccountPoliciesCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DescribeAccountPoliciesCommand.ts
@@ -103,4 +103,16 @@ export class DescribeAccountPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAccountPoliciesCommand)
.de(de_DescribeAccountPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAccountPoliciesRequest;
+ output: DescribeAccountPoliciesResponse;
+ };
+ sdk: {
+ input: DescribeAccountPoliciesCommandInput;
+ output: DescribeAccountPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeConfigurationTemplatesCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeConfigurationTemplatesCommand.ts
index a07e8736ae4c..b5f2f6e8d0c4 100644
--- a/clients/client-cloudwatch-logs/src/commands/DescribeConfigurationTemplatesCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DescribeConfigurationTemplatesCommand.ts
@@ -140,4 +140,16 @@ export class DescribeConfigurationTemplatesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeConfigurationTemplatesCommand)
.de(de_DescribeConfigurationTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConfigurationTemplatesRequest;
+ output: DescribeConfigurationTemplatesResponse;
+ };
+ sdk: {
+ input: DescribeConfigurationTemplatesCommandInput;
+ output: DescribeConfigurationTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeDeliveriesCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeDeliveriesCommand.ts
index 7a655883e464..bf402eeb693f 100644
--- a/clients/client-cloudwatch-logs/src/commands/DescribeDeliveriesCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DescribeDeliveriesCommand.ts
@@ -123,4 +123,16 @@ export class DescribeDeliveriesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDeliveriesCommand)
.de(de_DescribeDeliveriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDeliveriesRequest;
+ output: DescribeDeliveriesResponse;
+ };
+ sdk: {
+ input: DescribeDeliveriesCommandInput;
+ output: DescribeDeliveriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeDeliveryDestinationsCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeDeliveryDestinationsCommand.ts
index 9844abb505d5..68f26bf5ff71 100644
--- a/clients/client-cloudwatch-logs/src/commands/DescribeDeliveryDestinationsCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DescribeDeliveryDestinationsCommand.ts
@@ -109,4 +109,16 @@ export class DescribeDeliveryDestinationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDeliveryDestinationsCommand)
.de(de_DescribeDeliveryDestinationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDeliveryDestinationsRequest;
+ output: DescribeDeliveryDestinationsResponse;
+ };
+ sdk: {
+ input: DescribeDeliveryDestinationsCommandInput;
+ output: DescribeDeliveryDestinationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeDeliverySourcesCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeDeliverySourcesCommand.ts
index 4162ad4b3b92..f393b5cc9ae0 100644
--- a/clients/client-cloudwatch-logs/src/commands/DescribeDeliverySourcesCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DescribeDeliverySourcesCommand.ts
@@ -104,4 +104,16 @@ export class DescribeDeliverySourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDeliverySourcesCommand)
.de(de_DescribeDeliverySourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDeliverySourcesRequest;
+ output: DescribeDeliverySourcesResponse;
+ };
+ sdk: {
+ input: DescribeDeliverySourcesCommandInput;
+ output: DescribeDeliverySourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeDestinationsCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeDestinationsCommand.ts
index 9e2d4d387bb8..7ef085d2c284 100644
--- a/clients/client-cloudwatch-logs/src/commands/DescribeDestinationsCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DescribeDestinationsCommand.ts
@@ -95,4 +95,16 @@ export class DescribeDestinationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDestinationsCommand)
.de(de_DescribeDestinationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDestinationsRequest;
+ output: DescribeDestinationsResponse;
+ };
+ sdk: {
+ input: DescribeDestinationsCommandInput;
+ output: DescribeDestinationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeExportTasksCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeExportTasksCommand.ts
index d32088b90f6a..fe18d82f0585 100644
--- a/clients/client-cloudwatch-logs/src/commands/DescribeExportTasksCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DescribeExportTasksCommand.ts
@@ -106,4 +106,16 @@ export class DescribeExportTasksCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeExportTasksCommand)
.de(de_DescribeExportTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeExportTasksRequest;
+ output: DescribeExportTasksResponse;
+ };
+ sdk: {
+ input: DescribeExportTasksCommandInput;
+ output: DescribeExportTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeLogGroupsCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeLogGroupsCommand.ts
index e81d3e4387e0..5c17f2ec0428 100644
--- a/clients/client-cloudwatch-logs/src/commands/DescribeLogGroupsCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DescribeLogGroupsCommand.ts
@@ -119,4 +119,16 @@ export class DescribeLogGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLogGroupsCommand)
.de(de_DescribeLogGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLogGroupsRequest;
+ output: DescribeLogGroupsResponse;
+ };
+ sdk: {
+ input: DescribeLogGroupsCommandInput;
+ output: DescribeLogGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeLogStreamsCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeLogStreamsCommand.ts
index eb4d6d139dd9..d4d32a334101 100644
--- a/clients/client-cloudwatch-logs/src/commands/DescribeLogStreamsCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DescribeLogStreamsCommand.ts
@@ -113,4 +113,16 @@ export class DescribeLogStreamsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLogStreamsCommand)
.de(de_DescribeLogStreamsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLogStreamsRequest;
+ output: DescribeLogStreamsResponse;
+ };
+ sdk: {
+ input: DescribeLogStreamsCommandInput;
+ output: DescribeLogStreamsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeMetricFiltersCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeMetricFiltersCommand.ts
index 9335a1fd18ca..31b679562b0d 100644
--- a/clients/client-cloudwatch-logs/src/commands/DescribeMetricFiltersCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DescribeMetricFiltersCommand.ts
@@ -113,4 +113,16 @@ export class DescribeMetricFiltersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeMetricFiltersCommand)
.de(de_DescribeMetricFiltersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeMetricFiltersRequest;
+ output: DescribeMetricFiltersResponse;
+ };
+ sdk: {
+ input: DescribeMetricFiltersCommandInput;
+ output: DescribeMetricFiltersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeQueriesCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeQueriesCommand.ts
index 855c0b7b0ca7..db7949f98549 100644
--- a/clients/client-cloudwatch-logs/src/commands/DescribeQueriesCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DescribeQueriesCommand.ts
@@ -100,4 +100,16 @@ export class DescribeQueriesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeQueriesCommand)
.de(de_DescribeQueriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeQueriesRequest;
+ output: DescribeQueriesResponse;
+ };
+ sdk: {
+ input: DescribeQueriesCommandInput;
+ output: DescribeQueriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeQueryDefinitionsCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeQueryDefinitionsCommand.ts
index 17ae4e1b1307..f239bf414fdf 100644
--- a/clients/client-cloudwatch-logs/src/commands/DescribeQueryDefinitionsCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DescribeQueryDefinitionsCommand.ts
@@ -99,4 +99,16 @@ export class DescribeQueryDefinitionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeQueryDefinitionsCommand)
.de(de_DescribeQueryDefinitionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeQueryDefinitionsRequest;
+ output: DescribeQueryDefinitionsResponse;
+ };
+ sdk: {
+ input: DescribeQueryDefinitionsCommandInput;
+ output: DescribeQueryDefinitionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeResourcePoliciesCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeResourcePoliciesCommand.ts
index a217ab81735d..d4e0c295796a 100644
--- a/clients/client-cloudwatch-logs/src/commands/DescribeResourcePoliciesCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DescribeResourcePoliciesCommand.ts
@@ -91,4 +91,16 @@ export class DescribeResourcePoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeResourcePoliciesCommand)
.de(de_DescribeResourcePoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeResourcePoliciesRequest;
+ output: DescribeResourcePoliciesResponse;
+ };
+ sdk: {
+ input: DescribeResourcePoliciesCommandInput;
+ output: DescribeResourcePoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeSubscriptionFiltersCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeSubscriptionFiltersCommand.ts
index f8fea47eeda6..1d344f0eea87 100644
--- a/clients/client-cloudwatch-logs/src/commands/DescribeSubscriptionFiltersCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DescribeSubscriptionFiltersCommand.ts
@@ -103,4 +103,16 @@ export class DescribeSubscriptionFiltersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSubscriptionFiltersCommand)
.de(de_DescribeSubscriptionFiltersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSubscriptionFiltersRequest;
+ output: DescribeSubscriptionFiltersResponse;
+ };
+ sdk: {
+ input: DescribeSubscriptionFiltersCommandInput;
+ output: DescribeSubscriptionFiltersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/DisassociateKmsKeyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DisassociateKmsKeyCommand.ts
index 3e4a0209b1e7..354789a7f6c7 100644
--- a/clients/client-cloudwatch-logs/src/commands/DisassociateKmsKeyCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/DisassociateKmsKeyCommand.ts
@@ -110,4 +110,16 @@ export class DisassociateKmsKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateKmsKeyCommand)
.de(de_DisassociateKmsKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateKmsKeyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateKmsKeyCommandInput;
+ output: DisassociateKmsKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/FilterLogEventsCommand.ts b/clients/client-cloudwatch-logs/src/commands/FilterLogEventsCommand.ts
index a3f568aa4145..6d01cd27f8fb 100644
--- a/clients/client-cloudwatch-logs/src/commands/FilterLogEventsCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/FilterLogEventsCommand.ts
@@ -128,4 +128,16 @@ export class FilterLogEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_FilterLogEventsCommand)
.de(de_FilterLogEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: FilterLogEventsRequest;
+ output: FilterLogEventsResponse;
+ };
+ sdk: {
+ input: FilterLogEventsCommandInput;
+ output: FilterLogEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/GetDataProtectionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetDataProtectionPolicyCommand.ts
index 891445067f48..401d88546f3c 100644
--- a/clients/client-cloudwatch-logs/src/commands/GetDataProtectionPolicyCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/GetDataProtectionPolicyCommand.ts
@@ -91,4 +91,16 @@ export class GetDataProtectionPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataProtectionPolicyCommand)
.de(de_GetDataProtectionPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataProtectionPolicyRequest;
+ output: GetDataProtectionPolicyResponse;
+ };
+ sdk: {
+ input: GetDataProtectionPolicyCommandInput;
+ output: GetDataProtectionPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/GetDeliveryCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetDeliveryCommand.ts
index db86e644e384..ceaaaf2b3254 100644
--- a/clients/client-cloudwatch-logs/src/commands/GetDeliveryCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/GetDeliveryCommand.ts
@@ -123,4 +123,16 @@ export class GetDeliveryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeliveryCommand)
.de(de_GetDeliveryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeliveryRequest;
+ output: GetDeliveryResponse;
+ };
+ sdk: {
+ input: GetDeliveryCommandInput;
+ output: GetDeliveryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/GetDeliveryDestinationCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetDeliveryDestinationCommand.ts
index 0d395748d9b6..e62dc2feb3de 100644
--- a/clients/client-cloudwatch-logs/src/commands/GetDeliveryDestinationCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/GetDeliveryDestinationCommand.ts
@@ -103,4 +103,16 @@ export class GetDeliveryDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeliveryDestinationCommand)
.de(de_GetDeliveryDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeliveryDestinationRequest;
+ output: GetDeliveryDestinationResponse;
+ };
+ sdk: {
+ input: GetDeliveryDestinationCommandInput;
+ output: GetDeliveryDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/GetDeliveryDestinationPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetDeliveryDestinationPolicyCommand.ts
index 1bf1635c38f7..4e2606a8c8b2 100644
--- a/clients/client-cloudwatch-logs/src/commands/GetDeliveryDestinationPolicyCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/GetDeliveryDestinationPolicyCommand.ts
@@ -95,4 +95,16 @@ export class GetDeliveryDestinationPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeliveryDestinationPolicyCommand)
.de(de_GetDeliveryDestinationPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeliveryDestinationPolicyRequest;
+ output: GetDeliveryDestinationPolicyResponse;
+ };
+ sdk: {
+ input: GetDeliveryDestinationPolicyCommandInput;
+ output: GetDeliveryDestinationPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/GetDeliverySourceCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetDeliverySourceCommand.ts
index be0324e8ee91..5143261fa848 100644
--- a/clients/client-cloudwatch-logs/src/commands/GetDeliverySourceCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/GetDeliverySourceCommand.ts
@@ -103,4 +103,16 @@ export class GetDeliverySourceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeliverySourceCommand)
.de(de_GetDeliverySourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeliverySourceRequest;
+ output: GetDeliverySourceResponse;
+ };
+ sdk: {
+ input: GetDeliverySourceCommandInput;
+ output: GetDeliverySourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/GetLogAnomalyDetectorCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetLogAnomalyDetectorCommand.ts
index 005de4b3b78d..b74581ee588f 100644
--- a/clients/client-cloudwatch-logs/src/commands/GetLogAnomalyDetectorCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/GetLogAnomalyDetectorCommand.ts
@@ -99,4 +99,16 @@ export class GetLogAnomalyDetectorCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLogAnomalyDetectorCommand)
.de(de_GetLogAnomalyDetectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLogAnomalyDetectorRequest;
+ output: GetLogAnomalyDetectorResponse;
+ };
+ sdk: {
+ input: GetLogAnomalyDetectorCommandInput;
+ output: GetLogAnomalyDetectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/GetLogEventsCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetLogEventsCommand.ts
index 9c1c797d8ac2..c4a234218178 100644
--- a/clients/client-cloudwatch-logs/src/commands/GetLogEventsCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/GetLogEventsCommand.ts
@@ -112,4 +112,16 @@ export class GetLogEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLogEventsCommand)
.de(de_GetLogEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLogEventsRequest;
+ output: GetLogEventsResponse;
+ };
+ sdk: {
+ input: GetLogEventsCommandInput;
+ output: GetLogEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/GetLogGroupFieldsCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetLogGroupFieldsCommand.ts
index d8c67be4f328..6cb3979ce51a 100644
--- a/clients/client-cloudwatch-logs/src/commands/GetLogGroupFieldsCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/GetLogGroupFieldsCommand.ts
@@ -110,4 +110,16 @@ export class GetLogGroupFieldsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLogGroupFieldsCommand)
.de(de_GetLogGroupFieldsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLogGroupFieldsRequest;
+ output: GetLogGroupFieldsResponse;
+ };
+ sdk: {
+ input: GetLogGroupFieldsCommandInput;
+ output: GetLogGroupFieldsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/GetLogRecordCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetLogRecordCommand.ts
index 7cda3d5277ac..4026b13e424e 100644
--- a/clients/client-cloudwatch-logs/src/commands/GetLogRecordCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/GetLogRecordCommand.ts
@@ -95,4 +95,16 @@ export class GetLogRecordCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLogRecordCommand)
.de(de_GetLogRecordCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLogRecordRequest;
+ output: GetLogRecordResponse;
+ };
+ sdk: {
+ input: GetLogRecordCommandInput;
+ output: GetLogRecordCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/GetQueryResultsCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetQueryResultsCommand.ts
index 3aff822acf67..a4b85123ad81 100644
--- a/clients/client-cloudwatch-logs/src/commands/GetQueryResultsCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/GetQueryResultsCommand.ts
@@ -113,4 +113,16 @@ export class GetQueryResultsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetQueryResultsCommand)
.de(de_GetQueryResultsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetQueryResultsRequest;
+ output: GetQueryResultsResponse;
+ };
+ sdk: {
+ input: GetQueryResultsCommandInput;
+ output: GetQueryResultsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/ListAnomaliesCommand.ts b/clients/client-cloudwatch-logs/src/commands/ListAnomaliesCommand.ts
index 6ca7dd840020..360bf4d4a154 100644
--- a/clients/client-cloudwatch-logs/src/commands/ListAnomaliesCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/ListAnomaliesCommand.ts
@@ -134,4 +134,16 @@ export class ListAnomaliesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAnomaliesCommand)
.de(de_ListAnomaliesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAnomaliesRequest;
+ output: ListAnomaliesResponse;
+ };
+ sdk: {
+ input: ListAnomaliesCommandInput;
+ output: ListAnomaliesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/ListLogAnomalyDetectorsCommand.ts b/clients/client-cloudwatch-logs/src/commands/ListLogAnomalyDetectorsCommand.ts
index 519e906c6c77..bc5f9512e9dc 100644
--- a/clients/client-cloudwatch-logs/src/commands/ListLogAnomalyDetectorsCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/ListLogAnomalyDetectorsCommand.ts
@@ -107,4 +107,16 @@ export class ListLogAnomalyDetectorsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLogAnomalyDetectorsCommand)
.de(de_ListLogAnomalyDetectorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLogAnomalyDetectorsRequest;
+ output: ListLogAnomalyDetectorsResponse;
+ };
+ sdk: {
+ input: ListLogAnomalyDetectorsCommandInput;
+ output: ListLogAnomalyDetectorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudwatch-logs/src/commands/ListTagsForResourceCommand.ts
index f7f4ffc7bdbc..c93088b0c2c3 100644
--- a/clients/client-cloudwatch-logs/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/ListTagsForResourceCommand.ts
@@ -89,4 +89,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts
index 3c496c704b90..84c544c9d37b 100644
--- a/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts
@@ -91,4 +91,16 @@ export class ListTagsLogGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsLogGroupCommand)
.de(de_ListTagsLogGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsLogGroupRequest;
+ output: ListTagsLogGroupResponse;
+ };
+ sdk: {
+ input: ListTagsLogGroupCommandInput;
+ output: ListTagsLogGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/PutAccountPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutAccountPolicyCommand.ts
index 431206561b9c..e6cbda7335ec 100644
--- a/clients/client-cloudwatch-logs/src/commands/PutAccountPolicyCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/PutAccountPolicyCommand.ts
@@ -161,4 +161,16 @@ export class PutAccountPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutAccountPolicyCommand)
.de(de_PutAccountPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutAccountPolicyRequest;
+ output: PutAccountPolicyResponse;
+ };
+ sdk: {
+ input: PutAccountPolicyCommandInput;
+ output: PutAccountPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/PutDataProtectionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDataProtectionPolicyCommand.ts
index b200bb52d39f..268f2e3274bc 100644
--- a/clients/client-cloudwatch-logs/src/commands/PutDataProtectionPolicyCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/PutDataProtectionPolicyCommand.ts
@@ -115,4 +115,16 @@ export class PutDataProtectionPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutDataProtectionPolicyCommand)
.de(de_PutDataProtectionPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutDataProtectionPolicyRequest;
+ output: PutDataProtectionPolicyResponse;
+ };
+ sdk: {
+ input: PutDataProtectionPolicyCommandInput;
+ output: PutDataProtectionPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationCommand.ts
index 2011c396459d..662d75bc5b25 100644
--- a/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationCommand.ts
@@ -149,4 +149,16 @@ export class PutDeliveryDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutDeliveryDestinationCommand)
.de(de_PutDeliveryDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutDeliveryDestinationRequest;
+ output: PutDeliveryDestinationResponse;
+ };
+ sdk: {
+ input: PutDeliveryDestinationCommandInput;
+ output: PutDeliveryDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationPolicyCommand.ts
index 43ee6e9f04c0..8ec6fe6e6a67 100644
--- a/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationPolicyCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationPolicyCommand.ts
@@ -127,4 +127,16 @@ export class PutDeliveryDestinationPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutDeliveryDestinationPolicyCommand)
.de(de_PutDeliveryDestinationPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutDeliveryDestinationPolicyRequest;
+ output: PutDeliveryDestinationPolicyResponse;
+ };
+ sdk: {
+ input: PutDeliveryDestinationPolicyCommandInput;
+ output: PutDeliveryDestinationPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/PutDeliverySourceCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDeliverySourceCommand.ts
index 61ad5f99f33b..18937aa1c8ac 100644
--- a/clients/client-cloudwatch-logs/src/commands/PutDeliverySourceCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/PutDeliverySourceCommand.ts
@@ -146,4 +146,16 @@ export class PutDeliverySourceCommand extends $Command
.f(void 0, void 0)
.ser(se_PutDeliverySourceCommand)
.de(de_PutDeliverySourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutDeliverySourceRequest;
+ output: PutDeliverySourceResponse;
+ };
+ sdk: {
+ input: PutDeliverySourceCommandInput;
+ output: PutDeliverySourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/PutDestinationCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDestinationCommand.ts
index 7a4a6dae5149..0aeb3235b08b 100644
--- a/clients/client-cloudwatch-logs/src/commands/PutDestinationCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/PutDestinationCommand.ts
@@ -107,4 +107,16 @@ export class PutDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutDestinationCommand)
.de(de_PutDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutDestinationRequest;
+ output: PutDestinationResponse;
+ };
+ sdk: {
+ input: PutDestinationCommandInput;
+ output: PutDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/PutDestinationPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDestinationPolicyCommand.ts
index 11f43aa5a0c7..f518a9c05d82 100644
--- a/clients/client-cloudwatch-logs/src/commands/PutDestinationPolicyCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/PutDestinationPolicyCommand.ts
@@ -88,4 +88,16 @@ export class PutDestinationPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutDestinationPolicyCommand)
.de(de_PutDestinationPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutDestinationPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutDestinationPolicyCommandInput;
+ output: PutDestinationPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/PutLogEventsCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutLogEventsCommand.ts
index d56cb3caa266..1913e820a560 100644
--- a/clients/client-cloudwatch-logs/src/commands/PutLogEventsCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/PutLogEventsCommand.ts
@@ -183,4 +183,16 @@ export class PutLogEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutLogEventsCommand)
.de(de_PutLogEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutLogEventsRequest;
+ output: PutLogEventsResponse;
+ };
+ sdk: {
+ input: PutLogEventsCommandInput;
+ output: PutLogEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/PutMetricFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutMetricFilterCommand.ts
index 446c4a8ec2f1..d52dfccbc29b 100644
--- a/clients/client-cloudwatch-logs/src/commands/PutMetricFilterCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/PutMetricFilterCommand.ts
@@ -131,4 +131,16 @@ export class PutMetricFilterCommand extends $Command
.f(void 0, void 0)
.ser(se_PutMetricFilterCommand)
.de(de_PutMetricFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutMetricFilterRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutMetricFilterCommandInput;
+ output: PutMetricFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/PutQueryDefinitionCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutQueryDefinitionCommand.ts
index 07e79089ba6c..70808d481a71 100644
--- a/clients/client-cloudwatch-logs/src/commands/PutQueryDefinitionCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/PutQueryDefinitionCommand.ts
@@ -105,4 +105,16 @@ export class PutQueryDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_PutQueryDefinitionCommand)
.de(de_PutQueryDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutQueryDefinitionRequest;
+ output: PutQueryDefinitionResponse;
+ };
+ sdk: {
+ input: PutQueryDefinitionCommandInput;
+ output: PutQueryDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/PutResourcePolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutResourcePolicyCommand.ts
index 447e32f7d0c1..b1b66bda5b09 100644
--- a/clients/client-cloudwatch-logs/src/commands/PutResourcePolicyCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/PutResourcePolicyCommand.ts
@@ -93,4 +93,16 @@ export class PutResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutResourcePolicyCommand)
.de(de_PutResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutResourcePolicyRequest;
+ output: PutResourcePolicyResponse;
+ };
+ sdk: {
+ input: PutResourcePolicyCommandInput;
+ output: PutResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/PutRetentionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutRetentionPolicyCommand.ts
index 3c75f266854e..be66063a875b 100644
--- a/clients/client-cloudwatch-logs/src/commands/PutRetentionPolicyCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/PutRetentionPolicyCommand.ts
@@ -106,4 +106,16 @@ export class PutRetentionPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRetentionPolicyCommand)
.de(de_PutRetentionPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRetentionPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutRetentionPolicyCommandInput;
+ output: PutRetentionPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/PutSubscriptionFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutSubscriptionFilterCommand.ts
index ad784ef2a89e..72b16426f7f1 100644
--- a/clients/client-cloudwatch-logs/src/commands/PutSubscriptionFilterCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/PutSubscriptionFilterCommand.ts
@@ -130,4 +130,16 @@ export class PutSubscriptionFilterCommand extends $Command
.f(void 0, void 0)
.ser(se_PutSubscriptionFilterCommand)
.de(de_PutSubscriptionFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutSubscriptionFilterRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutSubscriptionFilterCommandInput;
+ output: PutSubscriptionFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/StartLiveTailCommand.ts b/clients/client-cloudwatch-logs/src/commands/StartLiveTailCommand.ts
index 083db9c47336..e7b77603dbd8 100644
--- a/clients/client-cloudwatch-logs/src/commands/StartLiveTailCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/StartLiveTailCommand.ts
@@ -187,4 +187,16 @@ export class StartLiveTailCommand extends $Command
.f(void 0, StartLiveTailResponseFilterSensitiveLog)
.ser(se_StartLiveTailCommand)
.de(de_StartLiveTailCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartLiveTailRequest;
+ output: StartLiveTailResponse;
+ };
+ sdk: {
+ input: StartLiveTailCommandInput;
+ output: StartLiveTailCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/StartQueryCommand.ts b/clients/client-cloudwatch-logs/src/commands/StartQueryCommand.ts
index 86ac9d080ac5..00806109cb26 100644
--- a/clients/client-cloudwatch-logs/src/commands/StartQueryCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/StartQueryCommand.ts
@@ -126,4 +126,16 @@ export class StartQueryCommand extends $Command
.f(void 0, void 0)
.ser(se_StartQueryCommand)
.de(de_StartQueryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartQueryRequest;
+ output: StartQueryResponse;
+ };
+ sdk: {
+ input: StartQueryCommandInput;
+ output: StartQueryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/StopQueryCommand.ts b/clients/client-cloudwatch-logs/src/commands/StopQueryCommand.ts
index 850b5b01749b..5010bd19a51e 100644
--- a/clients/client-cloudwatch-logs/src/commands/StopQueryCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/StopQueryCommand.ts
@@ -87,4 +87,16 @@ export class StopQueryCommand extends $Command
.f(void 0, void 0)
.ser(se_StopQueryCommand)
.de(de_StopQueryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopQueryRequest;
+ output: StopQueryResponse;
+ };
+ sdk: {
+ input: StopQueryCommandInput;
+ output: StopQueryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts
index 6571368a2658..d6a4274327f2 100644
--- a/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts
@@ -99,4 +99,16 @@ export class TagLogGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_TagLogGroupCommand)
.de(de_TagLogGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagLogGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagLogGroupCommandInput;
+ output: TagLogGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/TagResourceCommand.ts b/clients/client-cloudwatch-logs/src/commands/TagResourceCommand.ts
index 0cb543c42e74..6101f770ebfc 100644
--- a/clients/client-cloudwatch-logs/src/commands/TagResourceCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/TagResourceCommand.ts
@@ -101,4 +101,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/TestMetricFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/TestMetricFilterCommand.ts
index 59a07851ff6d..61dea6ba286a 100644
--- a/clients/client-cloudwatch-logs/src/commands/TestMetricFilterCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/TestMetricFilterCommand.ts
@@ -95,4 +95,16 @@ export class TestMetricFilterCommand extends $Command
.f(void 0, void 0)
.ser(se_TestMetricFilterCommand)
.de(de_TestMetricFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TestMetricFilterRequest;
+ output: TestMetricFilterResponse;
+ };
+ sdk: {
+ input: TestMetricFilterCommandInput;
+ output: TestMetricFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts
index 7203ae71db83..996d647100e5 100644
--- a/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts
@@ -93,4 +93,16 @@ export class UntagLogGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagLogGroupCommand)
.de(de_UntagLogGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagLogGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagLogGroupCommandInput;
+ output: UntagLogGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/UntagResourceCommand.ts b/clients/client-cloudwatch-logs/src/commands/UntagResourceCommand.ts
index 06c4cc5c7db0..acb4529f6cf0 100644
--- a/clients/client-cloudwatch-logs/src/commands/UntagResourceCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/UntagResourceCommand.ts
@@ -87,4 +87,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/UpdateAnomalyCommand.ts b/clients/client-cloudwatch-logs/src/commands/UpdateAnomalyCommand.ts
index 40b4d817f518..ded16722abd6 100644
--- a/clients/client-cloudwatch-logs/src/commands/UpdateAnomalyCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/UpdateAnomalyCommand.ts
@@ -102,4 +102,16 @@ export class UpdateAnomalyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAnomalyCommand)
.de(de_UpdateAnomalyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAnomalyRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateAnomalyCommandInput;
+ output: UpdateAnomalyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/UpdateDeliveryConfigurationCommand.ts b/clients/client-cloudwatch-logs/src/commands/UpdateDeliveryConfigurationCommand.ts
index 8ccc0eafec1d..e26253c2351e 100644
--- a/clients/client-cloudwatch-logs/src/commands/UpdateDeliveryConfigurationCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/UpdateDeliveryConfigurationCommand.ts
@@ -105,4 +105,16 @@ export class UpdateDeliveryConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDeliveryConfigurationCommand)
.de(de_UpdateDeliveryConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDeliveryConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDeliveryConfigurationCommandInput;
+ output: UpdateDeliveryConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch-logs/src/commands/UpdateLogAnomalyDetectorCommand.ts b/clients/client-cloudwatch-logs/src/commands/UpdateLogAnomalyDetectorCommand.ts
index 77c8a4918adb..55694b950a09 100644
--- a/clients/client-cloudwatch-logs/src/commands/UpdateLogAnomalyDetectorCommand.ts
+++ b/clients/client-cloudwatch-logs/src/commands/UpdateLogAnomalyDetectorCommand.ts
@@ -91,4 +91,16 @@ export class UpdateLogAnomalyDetectorCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateLogAnomalyDetectorCommand)
.de(de_UpdateLogAnomalyDetectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLogAnomalyDetectorRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateLogAnomalyDetectorCommandInput;
+ output: UpdateLogAnomalyDetectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/package.json b/clients/client-cloudwatch/package.json
index 5a7ff59f5c6b..b31c2cc5f3bb 100644
--- a/clients/client-cloudwatch/package.json
+++ b/clients/client-cloudwatch/package.json
@@ -33,33 +33,33 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-compression": "^3.0.8",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-compression": "^3.0.10",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2"
},
"devDependencies": {
diff --git a/clients/client-cloudwatch/src/commands/DeleteAlarmsCommand.ts b/clients/client-cloudwatch/src/commands/DeleteAlarmsCommand.ts
index 7d7cb7168b57..109fe7c263e9 100644
--- a/clients/client-cloudwatch/src/commands/DeleteAlarmsCommand.ts
+++ b/clients/client-cloudwatch/src/commands/DeleteAlarmsCommand.ts
@@ -97,4 +97,16 @@ export class DeleteAlarmsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAlarmsCommand)
.de(de_DeleteAlarmsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAlarmsInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAlarmsCommandInput;
+ output: DeleteAlarmsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/DeleteAnomalyDetectorCommand.ts b/clients/client-cloudwatch/src/commands/DeleteAnomalyDetectorCommand.ts
index 904ac6cd3413..cc6a72db2174 100644
--- a/clients/client-cloudwatch/src/commands/DeleteAnomalyDetectorCommand.ts
+++ b/clients/client-cloudwatch/src/commands/DeleteAnomalyDetectorCommand.ts
@@ -140,4 +140,16 @@ export class DeleteAnomalyDetectorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAnomalyDetectorCommand)
.de(de_DeleteAnomalyDetectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAnomalyDetectorInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAnomalyDetectorCommandInput;
+ output: DeleteAnomalyDetectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/DeleteDashboardsCommand.ts b/clients/client-cloudwatch/src/commands/DeleteDashboardsCommand.ts
index f9a8097f40f3..dbc129c10ec7 100644
--- a/clients/client-cloudwatch/src/commands/DeleteDashboardsCommand.ts
+++ b/clients/client-cloudwatch/src/commands/DeleteDashboardsCommand.ts
@@ -88,4 +88,16 @@ export class DeleteDashboardsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDashboardsCommand)
.de(de_DeleteDashboardsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDashboardsInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDashboardsCommandInput;
+ output: DeleteDashboardsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/DeleteInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/DeleteInsightRulesCommand.ts
index 8ef3ecb1a19e..8a8f726b8191 100644
--- a/clients/client-cloudwatch/src/commands/DeleteInsightRulesCommand.ts
+++ b/clients/client-cloudwatch/src/commands/DeleteInsightRulesCommand.ts
@@ -95,4 +95,16 @@ export class DeleteInsightRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteInsightRulesCommand)
.de(de_DeleteInsightRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteInsightRulesInput;
+ output: DeleteInsightRulesOutput;
+ };
+ sdk: {
+ input: DeleteInsightRulesCommandInput;
+ output: DeleteInsightRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/DeleteMetricStreamCommand.ts b/clients/client-cloudwatch/src/commands/DeleteMetricStreamCommand.ts
index fdd575c6a6d6..0ab0fc6939cb 100644
--- a/clients/client-cloudwatch/src/commands/DeleteMetricStreamCommand.ts
+++ b/clients/client-cloudwatch/src/commands/DeleteMetricStreamCommand.ts
@@ -84,4 +84,16 @@ export class DeleteMetricStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMetricStreamCommand)
.de(de_DeleteMetricStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMetricStreamInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMetricStreamCommandInput;
+ output: DeleteMetricStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/DescribeAlarmHistoryCommand.ts b/clients/client-cloudwatch/src/commands/DescribeAlarmHistoryCommand.ts
index 658907836e07..bf5deaee7d62 100644
--- a/clients/client-cloudwatch/src/commands/DescribeAlarmHistoryCommand.ts
+++ b/clients/client-cloudwatch/src/commands/DescribeAlarmHistoryCommand.ts
@@ -104,4 +104,16 @@ export class DescribeAlarmHistoryCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAlarmHistoryCommand)
.de(de_DescribeAlarmHistoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAlarmHistoryInput;
+ output: DescribeAlarmHistoryOutput;
+ };
+ sdk: {
+ input: DescribeAlarmHistoryCommandInput;
+ output: DescribeAlarmHistoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/DescribeAlarmsCommand.ts b/clients/client-cloudwatch/src/commands/DescribeAlarmsCommand.ts
index 9c57ac98779b..5091f1c49e11 100644
--- a/clients/client-cloudwatch/src/commands/DescribeAlarmsCommand.ts
+++ b/clients/client-cloudwatch/src/commands/DescribeAlarmsCommand.ts
@@ -191,4 +191,16 @@ export class DescribeAlarmsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAlarmsCommand)
.de(de_DescribeAlarmsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAlarmsInput;
+ output: DescribeAlarmsOutput;
+ };
+ sdk: {
+ input: DescribeAlarmsCommandInput;
+ output: DescribeAlarmsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/DescribeAlarmsForMetricCommand.ts b/clients/client-cloudwatch/src/commands/DescribeAlarmsForMetricCommand.ts
index e13331b52b55..5d8e5de390e3 100644
--- a/clients/client-cloudwatch/src/commands/DescribeAlarmsForMetricCommand.ts
+++ b/clients/client-cloudwatch/src/commands/DescribeAlarmsForMetricCommand.ts
@@ -159,4 +159,16 @@ export class DescribeAlarmsForMetricCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAlarmsForMetricCommand)
.de(de_DescribeAlarmsForMetricCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAlarmsForMetricInput;
+ output: DescribeAlarmsForMetricOutput;
+ };
+ sdk: {
+ input: DescribeAlarmsForMetricCommandInput;
+ output: DescribeAlarmsForMetricCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/DescribeAnomalyDetectorsCommand.ts b/clients/client-cloudwatch/src/commands/DescribeAnomalyDetectorsCommand.ts
index f9d5b56b503a..547ed2227bd7 100644
--- a/clients/client-cloudwatch/src/commands/DescribeAnomalyDetectorsCommand.ts
+++ b/clients/client-cloudwatch/src/commands/DescribeAnomalyDetectorsCommand.ts
@@ -167,4 +167,16 @@ export class DescribeAnomalyDetectorsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAnomalyDetectorsCommand)
.de(de_DescribeAnomalyDetectorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAnomalyDetectorsInput;
+ output: DescribeAnomalyDetectorsOutput;
+ };
+ sdk: {
+ input: DescribeAnomalyDetectorsCommandInput;
+ output: DescribeAnomalyDetectorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/DescribeInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/DescribeInsightRulesCommand.ts
index 95f407bab616..f3e11be8ee5e 100644
--- a/clients/client-cloudwatch/src/commands/DescribeInsightRulesCommand.ts
+++ b/clients/client-cloudwatch/src/commands/DescribeInsightRulesCommand.ts
@@ -92,4 +92,16 @@ export class DescribeInsightRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeInsightRulesCommand)
.de(de_DescribeInsightRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInsightRulesInput;
+ output: DescribeInsightRulesOutput;
+ };
+ sdk: {
+ input: DescribeInsightRulesCommandInput;
+ output: DescribeInsightRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/DisableAlarmActionsCommand.ts b/clients/client-cloudwatch/src/commands/DisableAlarmActionsCommand.ts
index 88dc6c0730ec..cc3933498d0d 100644
--- a/clients/client-cloudwatch/src/commands/DisableAlarmActionsCommand.ts
+++ b/clients/client-cloudwatch/src/commands/DisableAlarmActionsCommand.ts
@@ -78,4 +78,16 @@ export class DisableAlarmActionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableAlarmActionsCommand)
.de(de_DisableAlarmActionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableAlarmActionsInput;
+ output: {};
+ };
+ sdk: {
+ input: DisableAlarmActionsCommandInput;
+ output: DisableAlarmActionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/DisableInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/DisableInsightRulesCommand.ts
index 014361938271..772721a76951 100644
--- a/clients/client-cloudwatch/src/commands/DisableInsightRulesCommand.ts
+++ b/clients/client-cloudwatch/src/commands/DisableInsightRulesCommand.ts
@@ -93,4 +93,16 @@ export class DisableInsightRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableInsightRulesCommand)
.de(de_DisableInsightRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableInsightRulesInput;
+ output: DisableInsightRulesOutput;
+ };
+ sdk: {
+ input: DisableInsightRulesCommandInput;
+ output: DisableInsightRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/EnableAlarmActionsCommand.ts b/clients/client-cloudwatch/src/commands/EnableAlarmActionsCommand.ts
index a995f29a1a7b..12a7cbb163eb 100644
--- a/clients/client-cloudwatch/src/commands/EnableAlarmActionsCommand.ts
+++ b/clients/client-cloudwatch/src/commands/EnableAlarmActionsCommand.ts
@@ -77,4 +77,16 @@ export class EnableAlarmActionsCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableAlarmActionsCommand)
.de(de_EnableAlarmActionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableAlarmActionsInput;
+ output: {};
+ };
+ sdk: {
+ input: EnableAlarmActionsCommandInput;
+ output: EnableAlarmActionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/EnableInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/EnableInsightRulesCommand.ts
index d92841009e8f..0a065ed98ba0 100644
--- a/clients/client-cloudwatch/src/commands/EnableInsightRulesCommand.ts
+++ b/clients/client-cloudwatch/src/commands/EnableInsightRulesCommand.ts
@@ -95,4 +95,16 @@ export class EnableInsightRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableInsightRulesCommand)
.de(de_EnableInsightRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableInsightRulesInput;
+ output: EnableInsightRulesOutput;
+ };
+ sdk: {
+ input: EnableInsightRulesCommandInput;
+ output: EnableInsightRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/GetDashboardCommand.ts b/clients/client-cloudwatch/src/commands/GetDashboardCommand.ts
index 32756664d9b9..38839a749f05 100644
--- a/clients/client-cloudwatch/src/commands/GetDashboardCommand.ts
+++ b/clients/client-cloudwatch/src/commands/GetDashboardCommand.ts
@@ -91,4 +91,16 @@ export class GetDashboardCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDashboardCommand)
.de(de_GetDashboardCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDashboardInput;
+ output: GetDashboardOutput;
+ };
+ sdk: {
+ input: GetDashboardCommandInput;
+ output: GetDashboardCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/GetInsightRuleReportCommand.ts b/clients/client-cloudwatch/src/commands/GetInsightRuleReportCommand.ts
index 4e5b650928d5..92897cf30cac 100644
--- a/clients/client-cloudwatch/src/commands/GetInsightRuleReportCommand.ts
+++ b/clients/client-cloudwatch/src/commands/GetInsightRuleReportCommand.ts
@@ -161,4 +161,16 @@ export class GetInsightRuleReportCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInsightRuleReportCommand)
.de(de_GetInsightRuleReportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInsightRuleReportInput;
+ output: GetInsightRuleReportOutput;
+ };
+ sdk: {
+ input: GetInsightRuleReportCommandInput;
+ output: GetInsightRuleReportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/GetMetricDataCommand.ts b/clients/client-cloudwatch/src/commands/GetMetricDataCommand.ts
index e9ad8592e75f..3e4874418573 100644
--- a/clients/client-cloudwatch/src/commands/GetMetricDataCommand.ts
+++ b/clients/client-cloudwatch/src/commands/GetMetricDataCommand.ts
@@ -184,4 +184,16 @@ export class GetMetricDataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMetricDataCommand)
.de(de_GetMetricDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMetricDataInput;
+ output: GetMetricDataOutput;
+ };
+ sdk: {
+ input: GetMetricDataCommandInput;
+ output: GetMetricDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/GetMetricStatisticsCommand.ts b/clients/client-cloudwatch/src/commands/GetMetricStatisticsCommand.ts
index 4cbe13c4581c..f7e0bcec575f 100644
--- a/clients/client-cloudwatch/src/commands/GetMetricStatisticsCommand.ts
+++ b/clients/client-cloudwatch/src/commands/GetMetricStatisticsCommand.ts
@@ -166,4 +166,16 @@ export class GetMetricStatisticsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMetricStatisticsCommand)
.de(de_GetMetricStatisticsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMetricStatisticsInput;
+ output: GetMetricStatisticsOutput;
+ };
+ sdk: {
+ input: GetMetricStatisticsCommandInput;
+ output: GetMetricStatisticsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/GetMetricStreamCommand.ts b/clients/client-cloudwatch/src/commands/GetMetricStreamCommand.ts
index 9b3ef512e6b9..b1b9c4ae47ac 100644
--- a/clients/client-cloudwatch/src/commands/GetMetricStreamCommand.ts
+++ b/clients/client-cloudwatch/src/commands/GetMetricStreamCommand.ts
@@ -129,4 +129,16 @@ export class GetMetricStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMetricStreamCommand)
.de(de_GetMetricStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMetricStreamInput;
+ output: GetMetricStreamOutput;
+ };
+ sdk: {
+ input: GetMetricStreamCommandInput;
+ output: GetMetricStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/GetMetricWidgetImageCommand.ts b/clients/client-cloudwatch/src/commands/GetMetricWidgetImageCommand.ts
index 2905a2d5c107..e56815fdb7bb 100644
--- a/clients/client-cloudwatch/src/commands/GetMetricWidgetImageCommand.ts
+++ b/clients/client-cloudwatch/src/commands/GetMetricWidgetImageCommand.ts
@@ -93,4 +93,16 @@ export class GetMetricWidgetImageCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMetricWidgetImageCommand)
.de(de_GetMetricWidgetImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMetricWidgetImageInput;
+ output: GetMetricWidgetImageOutput;
+ };
+ sdk: {
+ input: GetMetricWidgetImageCommandInput;
+ output: GetMetricWidgetImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/ListDashboardsCommand.ts b/clients/client-cloudwatch/src/commands/ListDashboardsCommand.ts
index 8d0a570aac7c..3de7cd4a0079 100644
--- a/clients/client-cloudwatch/src/commands/ListDashboardsCommand.ts
+++ b/clients/client-cloudwatch/src/commands/ListDashboardsCommand.ts
@@ -100,4 +100,16 @@ export class ListDashboardsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDashboardsCommand)
.de(de_ListDashboardsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDashboardsInput;
+ output: ListDashboardsOutput;
+ };
+ sdk: {
+ input: ListDashboardsCommandInput;
+ output: ListDashboardsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/ListManagedInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/ListManagedInsightRulesCommand.ts
index 11c9745a7d21..72c63480b802 100644
--- a/clients/client-cloudwatch/src/commands/ListManagedInsightRulesCommand.ts
+++ b/clients/client-cloudwatch/src/commands/ListManagedInsightRulesCommand.ts
@@ -104,4 +104,16 @@ export class ListManagedInsightRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListManagedInsightRulesCommand)
.de(de_ListManagedInsightRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListManagedInsightRulesInput;
+ output: ListManagedInsightRulesOutput;
+ };
+ sdk: {
+ input: ListManagedInsightRulesCommandInput;
+ output: ListManagedInsightRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/ListMetricStreamsCommand.ts b/clients/client-cloudwatch/src/commands/ListMetricStreamsCommand.ts
index e15693e333e2..c57154c0ec57 100644
--- a/clients/client-cloudwatch/src/commands/ListMetricStreamsCommand.ts
+++ b/clients/client-cloudwatch/src/commands/ListMetricStreamsCommand.ts
@@ -101,4 +101,16 @@ export class ListMetricStreamsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMetricStreamsCommand)
.de(de_ListMetricStreamsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMetricStreamsInput;
+ output: ListMetricStreamsOutput;
+ };
+ sdk: {
+ input: ListMetricStreamsCommandInput;
+ output: ListMetricStreamsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/ListMetricsCommand.ts b/clients/client-cloudwatch/src/commands/ListMetricsCommand.ts
index 87c6bfddf471..b794a8a5fb15 100644
--- a/clients/client-cloudwatch/src/commands/ListMetricsCommand.ts
+++ b/clients/client-cloudwatch/src/commands/ListMetricsCommand.ts
@@ -121,4 +121,16 @@ export class ListMetricsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMetricsCommand)
.de(de_ListMetricsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMetricsInput;
+ output: ListMetricsOutput;
+ };
+ sdk: {
+ input: ListMetricsCommandInput;
+ output: ListMetricsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudwatch/src/commands/ListTagsForResourceCommand.ts
index 452450613add..d7578d06927d 100644
--- a/clients/client-cloudwatch/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-cloudwatch/src/commands/ListTagsForResourceCommand.ts
@@ -92,4 +92,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceInput;
+ output: ListTagsForResourceOutput;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/PutAnomalyDetectorCommand.ts b/clients/client-cloudwatch/src/commands/PutAnomalyDetectorCommand.ts
index c9ca323bb9d8..72e67eec3032 100644
--- a/clients/client-cloudwatch/src/commands/PutAnomalyDetectorCommand.ts
+++ b/clients/client-cloudwatch/src/commands/PutAnomalyDetectorCommand.ts
@@ -149,4 +149,16 @@ export class PutAnomalyDetectorCommand extends $Command
.f(void 0, void 0)
.ser(se_PutAnomalyDetectorCommand)
.de(de_PutAnomalyDetectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutAnomalyDetectorInput;
+ output: {};
+ };
+ sdk: {
+ input: PutAnomalyDetectorCommandInput;
+ output: PutAnomalyDetectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/PutCompositeAlarmCommand.ts b/clients/client-cloudwatch/src/commands/PutCompositeAlarmCommand.ts
index b968e076c298..19bcc4cc16e1 100644
--- a/clients/client-cloudwatch/src/commands/PutCompositeAlarmCommand.ts
+++ b/clients/client-cloudwatch/src/commands/PutCompositeAlarmCommand.ts
@@ -150,4 +150,16 @@ export class PutCompositeAlarmCommand extends $Command
.f(void 0, void 0)
.ser(se_PutCompositeAlarmCommand)
.de(de_PutCompositeAlarmCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutCompositeAlarmInput;
+ output: {};
+ };
+ sdk: {
+ input: PutCompositeAlarmCommandInput;
+ output: PutCompositeAlarmCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/PutDashboardCommand.ts b/clients/client-cloudwatch/src/commands/PutDashboardCommand.ts
index 994823a91803..d8a94facb709 100644
--- a/clients/client-cloudwatch/src/commands/PutDashboardCommand.ts
+++ b/clients/client-cloudwatch/src/commands/PutDashboardCommand.ts
@@ -102,4 +102,16 @@ export class PutDashboardCommand extends $Command
.f(void 0, void 0)
.ser(se_PutDashboardCommand)
.de(de_PutDashboardCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutDashboardInput;
+ output: PutDashboardOutput;
+ };
+ sdk: {
+ input: PutDashboardCommandInput;
+ output: PutDashboardCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/PutInsightRuleCommand.ts b/clients/client-cloudwatch/src/commands/PutInsightRuleCommand.ts
index dcfa7fa59e75..3b7bbd6a1347 100644
--- a/clients/client-cloudwatch/src/commands/PutInsightRuleCommand.ts
+++ b/clients/client-cloudwatch/src/commands/PutInsightRuleCommand.ts
@@ -96,4 +96,16 @@ export class PutInsightRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_PutInsightRuleCommand)
.de(de_PutInsightRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutInsightRuleInput;
+ output: {};
+ };
+ sdk: {
+ input: PutInsightRuleCommandInput;
+ output: PutInsightRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/PutManagedInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/PutManagedInsightRulesCommand.ts
index 35ac7cc57855..0a1966c9df01 100644
--- a/clients/client-cloudwatch/src/commands/PutManagedInsightRulesCommand.ts
+++ b/clients/client-cloudwatch/src/commands/PutManagedInsightRulesCommand.ts
@@ -117,4 +117,16 @@ export class PutManagedInsightRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_PutManagedInsightRulesCommand)
.de(de_PutManagedInsightRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutManagedInsightRulesInput;
+ output: PutManagedInsightRulesOutput;
+ };
+ sdk: {
+ input: PutManagedInsightRulesCommandInput;
+ output: PutManagedInsightRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/PutMetricAlarmCommand.ts b/clients/client-cloudwatch/src/commands/PutMetricAlarmCommand.ts
index c427d0bdc6a4..383c43abd1b9 100644
--- a/clients/client-cloudwatch/src/commands/PutMetricAlarmCommand.ts
+++ b/clients/client-cloudwatch/src/commands/PutMetricAlarmCommand.ts
@@ -191,4 +191,16 @@ export class PutMetricAlarmCommand extends $Command
.f(void 0, void 0)
.ser(se_PutMetricAlarmCommand)
.de(de_PutMetricAlarmCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutMetricAlarmInput;
+ output: {};
+ };
+ sdk: {
+ input: PutMetricAlarmCommandInput;
+ output: PutMetricAlarmCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/PutMetricDataCommand.ts b/clients/client-cloudwatch/src/commands/PutMetricDataCommand.ts
index 58a9f012d68b..64de4c41b347 100644
--- a/clients/client-cloudwatch/src/commands/PutMetricDataCommand.ts
+++ b/clients/client-cloudwatch/src/commands/PutMetricDataCommand.ts
@@ -160,4 +160,16 @@ export class PutMetricDataCommand extends $Command
.f(void 0, void 0)
.ser(se_PutMetricDataCommand)
.de(de_PutMetricDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutMetricDataInput;
+ output: {};
+ };
+ sdk: {
+ input: PutMetricDataCommandInput;
+ output: PutMetricDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/PutMetricStreamCommand.ts b/clients/client-cloudwatch/src/commands/PutMetricStreamCommand.ts
index e3e4d5a3bf45..d2121c57e17e 100644
--- a/clients/client-cloudwatch/src/commands/PutMetricStreamCommand.ts
+++ b/clients/client-cloudwatch/src/commands/PutMetricStreamCommand.ts
@@ -164,4 +164,16 @@ export class PutMetricStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_PutMetricStreamCommand)
.de(de_PutMetricStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutMetricStreamInput;
+ output: PutMetricStreamOutput;
+ };
+ sdk: {
+ input: PutMetricStreamCommandInput;
+ output: PutMetricStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/SetAlarmStateCommand.ts b/clients/client-cloudwatch/src/commands/SetAlarmStateCommand.ts
index 5888953b89de..bca453bfa76d 100644
--- a/clients/client-cloudwatch/src/commands/SetAlarmStateCommand.ts
+++ b/clients/client-cloudwatch/src/commands/SetAlarmStateCommand.ts
@@ -99,4 +99,16 @@ export class SetAlarmStateCommand extends $Command
.f(void 0, void 0)
.ser(se_SetAlarmStateCommand)
.de(de_SetAlarmStateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetAlarmStateInput;
+ output: {};
+ };
+ sdk: {
+ input: SetAlarmStateCommandInput;
+ output: SetAlarmStateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/StartMetricStreamsCommand.ts b/clients/client-cloudwatch/src/commands/StartMetricStreamsCommand.ts
index 3d686a8da530..9cdb2a013718 100644
--- a/clients/client-cloudwatch/src/commands/StartMetricStreamsCommand.ts
+++ b/clients/client-cloudwatch/src/commands/StartMetricStreamsCommand.ts
@@ -86,4 +86,16 @@ export class StartMetricStreamsCommand extends $Command
.f(void 0, void 0)
.ser(se_StartMetricStreamsCommand)
.de(de_StartMetricStreamsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartMetricStreamsInput;
+ output: {};
+ };
+ sdk: {
+ input: StartMetricStreamsCommandInput;
+ output: StartMetricStreamsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/StopMetricStreamsCommand.ts b/clients/client-cloudwatch/src/commands/StopMetricStreamsCommand.ts
index 333e8aaf2472..47f305cac9da 100644
--- a/clients/client-cloudwatch/src/commands/StopMetricStreamsCommand.ts
+++ b/clients/client-cloudwatch/src/commands/StopMetricStreamsCommand.ts
@@ -86,4 +86,16 @@ export class StopMetricStreamsCommand extends $Command
.f(void 0, void 0)
.ser(se_StopMetricStreamsCommand)
.de(de_StopMetricStreamsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopMetricStreamsInput;
+ output: {};
+ };
+ sdk: {
+ input: StopMetricStreamsCommandInput;
+ output: StopMetricStreamsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/TagResourceCommand.ts b/clients/client-cloudwatch/src/commands/TagResourceCommand.ts
index a28473ef94db..32d982dd0be5 100644
--- a/clients/client-cloudwatch/src/commands/TagResourceCommand.ts
+++ b/clients/client-cloudwatch/src/commands/TagResourceCommand.ts
@@ -103,4 +103,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cloudwatch/src/commands/UntagResourceCommand.ts b/clients/client-cloudwatch/src/commands/UntagResourceCommand.ts
index 239a5c9baf2a..641fb9a53e1a 100644
--- a/clients/client-cloudwatch/src/commands/UntagResourceCommand.ts
+++ b/clients/client-cloudwatch/src/commands/UntagResourceCommand.ts
@@ -90,4 +90,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/package.json b/clients/client-codeartifact/package.json
index 696b3f308bef..42a9f43a6964 100644
--- a/clients/client-codeartifact/package.json
+++ b/clients/client-codeartifact/package.json
@@ -33,31 +33,31 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
- "@smithy/util-stream": "^3.1.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
+ "@smithy/util-stream": "^3.1.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-codeartifact/src/commands/AssociateExternalConnectionCommand.ts b/clients/client-codeartifact/src/commands/AssociateExternalConnectionCommand.ts
index 51230fbc2f73..6bdcae4b39d5 100644
--- a/clients/client-codeartifact/src/commands/AssociateExternalConnectionCommand.ts
+++ b/clients/client-codeartifact/src/commands/AssociateExternalConnectionCommand.ts
@@ -140,4 +140,16 @@ export class AssociateExternalConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateExternalConnectionCommand)
.de(de_AssociateExternalConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateExternalConnectionRequest;
+ output: AssociateExternalConnectionResult;
+ };
+ sdk: {
+ input: AssociateExternalConnectionCommandInput;
+ output: AssociateExternalConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/CopyPackageVersionsCommand.ts b/clients/client-codeartifact/src/commands/CopyPackageVersionsCommand.ts
index f88cc5ed23c8..58f704061e3c 100644
--- a/clients/client-codeartifact/src/commands/CopyPackageVersionsCommand.ts
+++ b/clients/client-codeartifact/src/commands/CopyPackageVersionsCommand.ts
@@ -142,4 +142,16 @@ export class CopyPackageVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_CopyPackageVersionsCommand)
.de(de_CopyPackageVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CopyPackageVersionsRequest;
+ output: CopyPackageVersionsResult;
+ };
+ sdk: {
+ input: CopyPackageVersionsCommandInput;
+ output: CopyPackageVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/CreateDomainCommand.ts b/clients/client-codeartifact/src/commands/CreateDomainCommand.ts
index 9b51e6d56141..958cece8b6a6 100644
--- a/clients/client-codeartifact/src/commands/CreateDomainCommand.ts
+++ b/clients/client-codeartifact/src/commands/CreateDomainCommand.ts
@@ -136,4 +136,16 @@ export class CreateDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDomainCommand)
.de(de_CreateDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDomainRequest;
+ output: CreateDomainResult;
+ };
+ sdk: {
+ input: CreateDomainCommandInput;
+ output: CreateDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/CreatePackageGroupCommand.ts b/clients/client-codeartifact/src/commands/CreatePackageGroupCommand.ts
index 00dae15509f1..c5328621cf54 100644
--- a/clients/client-codeartifact/src/commands/CreatePackageGroupCommand.ts
+++ b/clients/client-codeartifact/src/commands/CreatePackageGroupCommand.ts
@@ -147,4 +147,16 @@ export class CreatePackageGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePackageGroupCommand)
.de(de_CreatePackageGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePackageGroupRequest;
+ output: CreatePackageGroupResult;
+ };
+ sdk: {
+ input: CreatePackageGroupCommandInput;
+ output: CreatePackageGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/CreateRepositoryCommand.ts b/clients/client-codeartifact/src/commands/CreateRepositoryCommand.ts
index d7721e6ef91e..f799384a0c0b 100644
--- a/clients/client-codeartifact/src/commands/CreateRepositoryCommand.ts
+++ b/clients/client-codeartifact/src/commands/CreateRepositoryCommand.ts
@@ -146,4 +146,16 @@ export class CreateRepositoryCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRepositoryCommand)
.de(de_CreateRepositoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRepositoryRequest;
+ output: CreateRepositoryResult;
+ };
+ sdk: {
+ input: CreateRepositoryCommandInput;
+ output: CreateRepositoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/DeleteDomainCommand.ts b/clients/client-codeartifact/src/commands/DeleteDomainCommand.ts
index 41c2c15ec3e2..c47ae7d81c00 100644
--- a/clients/client-codeartifact/src/commands/DeleteDomainCommand.ts
+++ b/clients/client-codeartifact/src/commands/DeleteDomainCommand.ts
@@ -114,4 +114,16 @@ export class DeleteDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDomainCommand)
.de(de_DeleteDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDomainRequest;
+ output: DeleteDomainResult;
+ };
+ sdk: {
+ input: DeleteDomainCommandInput;
+ output: DeleteDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/DeleteDomainPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/DeleteDomainPermissionsPolicyCommand.ts
index abc927cae559..353220054fe2 100644
--- a/clients/client-codeartifact/src/commands/DeleteDomainPermissionsPolicyCommand.ts
+++ b/clients/client-codeartifact/src/commands/DeleteDomainPermissionsPolicyCommand.ts
@@ -118,4 +118,16 @@ export class DeleteDomainPermissionsPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDomainPermissionsPolicyCommand)
.de(de_DeleteDomainPermissionsPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDomainPermissionsPolicyRequest;
+ output: DeleteDomainPermissionsPolicyResult;
+ };
+ sdk: {
+ input: DeleteDomainPermissionsPolicyCommandInput;
+ output: DeleteDomainPermissionsPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/DeletePackageCommand.ts b/clients/client-codeartifact/src/commands/DeletePackageCommand.ts
index 6f66acb0bbe8..8ab9721adabd 100644
--- a/clients/client-codeartifact/src/commands/DeletePackageCommand.ts
+++ b/clients/client-codeartifact/src/commands/DeletePackageCommand.ts
@@ -121,4 +121,16 @@ export class DeletePackageCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePackageCommand)
.de(de_DeletePackageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePackageRequest;
+ output: DeletePackageResult;
+ };
+ sdk: {
+ input: DeletePackageCommandInput;
+ output: DeletePackageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/DeletePackageGroupCommand.ts b/clients/client-codeartifact/src/commands/DeletePackageGroupCommand.ts
index 7a7e673d37ca..318133f77958 100644
--- a/clients/client-codeartifact/src/commands/DeletePackageGroupCommand.ts
+++ b/clients/client-codeartifact/src/commands/DeletePackageGroupCommand.ts
@@ -141,4 +141,16 @@ export class DeletePackageGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePackageGroupCommand)
.de(de_DeletePackageGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePackageGroupRequest;
+ output: DeletePackageGroupResult;
+ };
+ sdk: {
+ input: DeletePackageGroupCommandInput;
+ output: DeletePackageGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/DeletePackageVersionsCommand.ts b/clients/client-codeartifact/src/commands/DeletePackageVersionsCommand.ts
index f2f1f397de0f..085e3d799cb6 100644
--- a/clients/client-codeartifact/src/commands/DeletePackageVersionsCommand.ts
+++ b/clients/client-codeartifact/src/commands/DeletePackageVersionsCommand.ts
@@ -129,4 +129,16 @@ export class DeletePackageVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePackageVersionsCommand)
.de(de_DeletePackageVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePackageVersionsRequest;
+ output: DeletePackageVersionsResult;
+ };
+ sdk: {
+ input: DeletePackageVersionsCommandInput;
+ output: DeletePackageVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/DeleteRepositoryCommand.ts b/clients/client-codeartifact/src/commands/DeleteRepositoryCommand.ts
index 1701ea64c0eb..56a7f2298285 100644
--- a/clients/client-codeartifact/src/commands/DeleteRepositoryCommand.ts
+++ b/clients/client-codeartifact/src/commands/DeleteRepositoryCommand.ts
@@ -129,4 +129,16 @@ export class DeleteRepositoryCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRepositoryCommand)
.de(de_DeleteRepositoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRepositoryRequest;
+ output: DeleteRepositoryResult;
+ };
+ sdk: {
+ input: DeleteRepositoryCommandInput;
+ output: DeleteRepositoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/DeleteRepositoryPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/DeleteRepositoryPermissionsPolicyCommand.ts
index b1e9a01db201..43f1795f53f2 100644
--- a/clients/client-codeartifact/src/commands/DeleteRepositoryPermissionsPolicyCommand.ts
+++ b/clients/client-codeartifact/src/commands/DeleteRepositoryPermissionsPolicyCommand.ts
@@ -126,4 +126,16 @@ export class DeleteRepositoryPermissionsPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRepositoryPermissionsPolicyCommand)
.de(de_DeleteRepositoryPermissionsPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRepositoryPermissionsPolicyRequest;
+ output: DeleteRepositoryPermissionsPolicyResult;
+ };
+ sdk: {
+ input: DeleteRepositoryPermissionsPolicyCommandInput;
+ output: DeleteRepositoryPermissionsPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/DescribeDomainCommand.ts b/clients/client-codeartifact/src/commands/DescribeDomainCommand.ts
index dc5381ef2e8e..44c556ac446d 100644
--- a/clients/client-codeartifact/src/commands/DescribeDomainCommand.ts
+++ b/clients/client-codeartifact/src/commands/DescribeDomainCommand.ts
@@ -115,4 +115,16 @@ export class DescribeDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDomainCommand)
.de(de_DescribeDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDomainRequest;
+ output: DescribeDomainResult;
+ };
+ sdk: {
+ input: DescribeDomainCommandInput;
+ output: DescribeDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/DescribePackageCommand.ts b/clients/client-codeartifact/src/commands/DescribePackageCommand.ts
index b8d0e99d015a..918027e02609 100644
--- a/clients/client-codeartifact/src/commands/DescribePackageCommand.ts
+++ b/clients/client-codeartifact/src/commands/DescribePackageCommand.ts
@@ -117,4 +117,16 @@ export class DescribePackageCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePackageCommand)
.de(de_DescribePackageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePackageRequest;
+ output: DescribePackageResult;
+ };
+ sdk: {
+ input: DescribePackageCommandInput;
+ output: DescribePackageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/DescribePackageGroupCommand.ts b/clients/client-codeartifact/src/commands/DescribePackageGroupCommand.ts
index 263bf47c1d30..d16c3fe6304a 100644
--- a/clients/client-codeartifact/src/commands/DescribePackageGroupCommand.ts
+++ b/clients/client-codeartifact/src/commands/DescribePackageGroupCommand.ts
@@ -128,4 +128,16 @@ export class DescribePackageGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePackageGroupCommand)
.de(de_DescribePackageGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePackageGroupRequest;
+ output: DescribePackageGroupResult;
+ };
+ sdk: {
+ input: DescribePackageGroupCommandInput;
+ output: DescribePackageGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/DescribePackageVersionCommand.ts b/clients/client-codeartifact/src/commands/DescribePackageVersionCommand.ts
index bdd13b77f713..423534740630 100644
--- a/clients/client-codeartifact/src/commands/DescribePackageVersionCommand.ts
+++ b/clients/client-codeartifact/src/commands/DescribePackageVersionCommand.ts
@@ -140,4 +140,16 @@ export class DescribePackageVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePackageVersionCommand)
.de(de_DescribePackageVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePackageVersionRequest;
+ output: DescribePackageVersionResult;
+ };
+ sdk: {
+ input: DescribePackageVersionCommandInput;
+ output: DescribePackageVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/DescribeRepositoryCommand.ts b/clients/client-codeartifact/src/commands/DescribeRepositoryCommand.ts
index 620876fc0a07..f4b28bc73832 100644
--- a/clients/client-codeartifact/src/commands/DescribeRepositoryCommand.ts
+++ b/clients/client-codeartifact/src/commands/DescribeRepositoryCommand.ts
@@ -125,4 +125,16 @@ export class DescribeRepositoryCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRepositoryCommand)
.de(de_DescribeRepositoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRepositoryRequest;
+ output: DescribeRepositoryResult;
+ };
+ sdk: {
+ input: DescribeRepositoryCommandInput;
+ output: DescribeRepositoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/DisassociateExternalConnectionCommand.ts b/clients/client-codeartifact/src/commands/DisassociateExternalConnectionCommand.ts
index af781efc1e02..fe8ee08909ca 100644
--- a/clients/client-codeartifact/src/commands/DisassociateExternalConnectionCommand.ts
+++ b/clients/client-codeartifact/src/commands/DisassociateExternalConnectionCommand.ts
@@ -140,4 +140,16 @@ export class DisassociateExternalConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateExternalConnectionCommand)
.de(de_DisassociateExternalConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateExternalConnectionRequest;
+ output: DisassociateExternalConnectionResult;
+ };
+ sdk: {
+ input: DisassociateExternalConnectionCommandInput;
+ output: DisassociateExternalConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/DisposePackageVersionsCommand.ts b/clients/client-codeartifact/src/commands/DisposePackageVersionsCommand.ts
index b3ee3c1eee96..0d4afa834ef5 100644
--- a/clients/client-codeartifact/src/commands/DisposePackageVersionsCommand.ts
+++ b/clients/client-codeartifact/src/commands/DisposePackageVersionsCommand.ts
@@ -139,4 +139,16 @@ export class DisposePackageVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DisposePackageVersionsCommand)
.de(de_DisposePackageVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisposePackageVersionsRequest;
+ output: DisposePackageVersionsResult;
+ };
+ sdk: {
+ input: DisposePackageVersionsCommandInput;
+ output: DisposePackageVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/GetAssociatedPackageGroupCommand.ts b/clients/client-codeartifact/src/commands/GetAssociatedPackageGroupCommand.ts
index c584adcf3c99..fed00ea79b4d 100644
--- a/clients/client-codeartifact/src/commands/GetAssociatedPackageGroupCommand.ts
+++ b/clients/client-codeartifact/src/commands/GetAssociatedPackageGroupCommand.ts
@@ -130,4 +130,16 @@ export class GetAssociatedPackageGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAssociatedPackageGroupCommand)
.de(de_GetAssociatedPackageGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAssociatedPackageGroupRequest;
+ output: GetAssociatedPackageGroupResult;
+ };
+ sdk: {
+ input: GetAssociatedPackageGroupCommandInput;
+ output: GetAssociatedPackageGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/GetAuthorizationTokenCommand.ts b/clients/client-codeartifact/src/commands/GetAuthorizationTokenCommand.ts
index ae84bb3604ea..a3e57d10dff7 100644
--- a/clients/client-codeartifact/src/commands/GetAuthorizationTokenCommand.ts
+++ b/clients/client-codeartifact/src/commands/GetAuthorizationTokenCommand.ts
@@ -127,4 +127,16 @@ export class GetAuthorizationTokenCommand extends $Command
.f(void 0, GetAuthorizationTokenResultFilterSensitiveLog)
.ser(se_GetAuthorizationTokenCommand)
.de(de_GetAuthorizationTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAuthorizationTokenRequest;
+ output: GetAuthorizationTokenResult;
+ };
+ sdk: {
+ input: GetAuthorizationTokenCommandInput;
+ output: GetAuthorizationTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/GetDomainPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/GetDomainPermissionsPolicyCommand.ts
index 114644d5172d..0f40e71d7fbb 100644
--- a/clients/client-codeartifact/src/commands/GetDomainPermissionsPolicyCommand.ts
+++ b/clients/client-codeartifact/src/commands/GetDomainPermissionsPolicyCommand.ts
@@ -114,4 +114,16 @@ export class GetDomainPermissionsPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDomainPermissionsPolicyCommand)
.de(de_GetDomainPermissionsPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDomainPermissionsPolicyRequest;
+ output: GetDomainPermissionsPolicyResult;
+ };
+ sdk: {
+ input: GetDomainPermissionsPolicyCommandInput;
+ output: GetDomainPermissionsPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/GetPackageVersionAssetCommand.ts b/clients/client-codeartifact/src/commands/GetPackageVersionAssetCommand.ts
index 4775810ab2d7..2c7f6420e17c 100644
--- a/clients/client-codeartifact/src/commands/GetPackageVersionAssetCommand.ts
+++ b/clients/client-codeartifact/src/commands/GetPackageVersionAssetCommand.ts
@@ -128,4 +128,16 @@ export class GetPackageVersionAssetCommand extends $Command
.f(void 0, GetPackageVersionAssetResultFilterSensitiveLog)
.ser(se_GetPackageVersionAssetCommand)
.de(de_GetPackageVersionAssetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPackageVersionAssetRequest;
+ output: GetPackageVersionAssetResult;
+ };
+ sdk: {
+ input: GetPackageVersionAssetCommandInput;
+ output: GetPackageVersionAssetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/GetPackageVersionReadmeCommand.ts b/clients/client-codeartifact/src/commands/GetPackageVersionReadmeCommand.ts
index b3f39a50513b..19616adb316f 100644
--- a/clients/client-codeartifact/src/commands/GetPackageVersionReadmeCommand.ts
+++ b/clients/client-codeartifact/src/commands/GetPackageVersionReadmeCommand.ts
@@ -116,4 +116,16 @@ export class GetPackageVersionReadmeCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPackageVersionReadmeCommand)
.de(de_GetPackageVersionReadmeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPackageVersionReadmeRequest;
+ output: GetPackageVersionReadmeResult;
+ };
+ sdk: {
+ input: GetPackageVersionReadmeCommandInput;
+ output: GetPackageVersionReadmeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/GetRepositoryEndpointCommand.ts b/clients/client-codeartifact/src/commands/GetRepositoryEndpointCommand.ts
index ce9bfe056191..d5187090891f 100644
--- a/clients/client-codeartifact/src/commands/GetRepositoryEndpointCommand.ts
+++ b/clients/client-codeartifact/src/commands/GetRepositoryEndpointCommand.ts
@@ -148,4 +148,16 @@ export class GetRepositoryEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRepositoryEndpointCommand)
.de(de_GetRepositoryEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRepositoryEndpointRequest;
+ output: GetRepositoryEndpointResult;
+ };
+ sdk: {
+ input: GetRepositoryEndpointCommandInput;
+ output: GetRepositoryEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/GetRepositoryPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/GetRepositoryPermissionsPolicyCommand.ts
index 86e2589a6d36..58ee89ef5ee8 100644
--- a/clients/client-codeartifact/src/commands/GetRepositoryPermissionsPolicyCommand.ts
+++ b/clients/client-codeartifact/src/commands/GetRepositoryPermissionsPolicyCommand.ts
@@ -113,4 +113,16 @@ export class GetRepositoryPermissionsPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRepositoryPermissionsPolicyCommand)
.de(de_GetRepositoryPermissionsPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRepositoryPermissionsPolicyRequest;
+ output: GetRepositoryPermissionsPolicyResult;
+ };
+ sdk: {
+ input: GetRepositoryPermissionsPolicyCommandInput;
+ output: GetRepositoryPermissionsPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/ListAllowedRepositoriesForGroupCommand.ts b/clients/client-codeartifact/src/commands/ListAllowedRepositoriesForGroupCommand.ts
index 14d794bf0a85..7614a06a765e 100644
--- a/clients/client-codeartifact/src/commands/ListAllowedRepositoriesForGroupCommand.ts
+++ b/clients/client-codeartifact/src/commands/ListAllowedRepositoriesForGroupCommand.ts
@@ -120,4 +120,16 @@ export class ListAllowedRepositoriesForGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAllowedRepositoriesForGroupCommand)
.de(de_ListAllowedRepositoriesForGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAllowedRepositoriesForGroupRequest;
+ output: ListAllowedRepositoriesForGroupResult;
+ };
+ sdk: {
+ input: ListAllowedRepositoriesForGroupCommandInput;
+ output: ListAllowedRepositoriesForGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/ListAssociatedPackagesCommand.ts b/clients/client-codeartifact/src/commands/ListAssociatedPackagesCommand.ts
index 0bcef78ebddd..65dec9587534 100644
--- a/clients/client-codeartifact/src/commands/ListAssociatedPackagesCommand.ts
+++ b/clients/client-codeartifact/src/commands/ListAssociatedPackagesCommand.ts
@@ -110,4 +110,16 @@ export class ListAssociatedPackagesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAssociatedPackagesCommand)
.de(de_ListAssociatedPackagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssociatedPackagesRequest;
+ output: ListAssociatedPackagesResult;
+ };
+ sdk: {
+ input: ListAssociatedPackagesCommandInput;
+ output: ListAssociatedPackagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/ListDomainsCommand.ts b/clients/client-codeartifact/src/commands/ListDomainsCommand.ts
index dbbe1185a027..81e67091a255 100644
--- a/clients/client-codeartifact/src/commands/ListDomainsCommand.ts
+++ b/clients/client-codeartifact/src/commands/ListDomainsCommand.ts
@@ -108,4 +108,16 @@ export class ListDomainsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDomainsCommand)
.de(de_ListDomainsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDomainsRequest;
+ output: ListDomainsResult;
+ };
+ sdk: {
+ input: ListDomainsCommandInput;
+ output: ListDomainsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/ListPackageGroupsCommand.ts b/clients/client-codeartifact/src/commands/ListPackageGroupsCommand.ts
index 32836297eac7..399470cc7004 100644
--- a/clients/client-codeartifact/src/commands/ListPackageGroupsCommand.ts
+++ b/clients/client-codeartifact/src/commands/ListPackageGroupsCommand.ts
@@ -132,4 +132,16 @@ export class ListPackageGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPackageGroupsCommand)
.de(de_ListPackageGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPackageGroupsRequest;
+ output: ListPackageGroupsResult;
+ };
+ sdk: {
+ input: ListPackageGroupsCommandInput;
+ output: ListPackageGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/ListPackageVersionAssetsCommand.ts b/clients/client-codeartifact/src/commands/ListPackageVersionAssetsCommand.ts
index 7f415fcfb953..da852bbb774e 100644
--- a/clients/client-codeartifact/src/commands/ListPackageVersionAssetsCommand.ts
+++ b/clients/client-codeartifact/src/commands/ListPackageVersionAssetsCommand.ts
@@ -126,4 +126,16 @@ export class ListPackageVersionAssetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPackageVersionAssetsCommand)
.de(de_ListPackageVersionAssetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPackageVersionAssetsRequest;
+ output: ListPackageVersionAssetsResult;
+ };
+ sdk: {
+ input: ListPackageVersionAssetsCommandInput;
+ output: ListPackageVersionAssetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/ListPackageVersionDependenciesCommand.ts b/clients/client-codeartifact/src/commands/ListPackageVersionDependenciesCommand.ts
index 86dfcd3e28f5..d81ae4b24300 100644
--- a/clients/client-codeartifact/src/commands/ListPackageVersionDependenciesCommand.ts
+++ b/clients/client-codeartifact/src/commands/ListPackageVersionDependenciesCommand.ts
@@ -131,4 +131,16 @@ export class ListPackageVersionDependenciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPackageVersionDependenciesCommand)
.de(de_ListPackageVersionDependenciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPackageVersionDependenciesRequest;
+ output: ListPackageVersionDependenciesResult;
+ };
+ sdk: {
+ input: ListPackageVersionDependenciesCommandInput;
+ output: ListPackageVersionDependenciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/ListPackageVersionsCommand.ts b/clients/client-codeartifact/src/commands/ListPackageVersionsCommand.ts
index 5877d7ac181e..7c0170ab9a0b 100644
--- a/clients/client-codeartifact/src/commands/ListPackageVersionsCommand.ts
+++ b/clients/client-codeartifact/src/commands/ListPackageVersionsCommand.ts
@@ -132,4 +132,16 @@ export class ListPackageVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPackageVersionsCommand)
.de(de_ListPackageVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPackageVersionsRequest;
+ output: ListPackageVersionsResult;
+ };
+ sdk: {
+ input: ListPackageVersionsCommandInput;
+ output: ListPackageVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/ListPackagesCommand.ts b/clients/client-codeartifact/src/commands/ListPackagesCommand.ts
index 125b8838a849..51ea6b1658c1 100644
--- a/clients/client-codeartifact/src/commands/ListPackagesCommand.ts
+++ b/clients/client-codeartifact/src/commands/ListPackagesCommand.ts
@@ -126,4 +126,16 @@ export class ListPackagesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPackagesCommand)
.de(de_ListPackagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPackagesRequest;
+ output: ListPackagesResult;
+ };
+ sdk: {
+ input: ListPackagesCommandInput;
+ output: ListPackagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/ListRepositoriesCommand.ts b/clients/client-codeartifact/src/commands/ListRepositoriesCommand.ts
index 9923b2d14c69..c37a2b213a52 100644
--- a/clients/client-codeartifact/src/commands/ListRepositoriesCommand.ts
+++ b/clients/client-codeartifact/src/commands/ListRepositoriesCommand.ts
@@ -113,4 +113,16 @@ export class ListRepositoriesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRepositoriesCommand)
.de(de_ListRepositoriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRepositoriesRequest;
+ output: ListRepositoriesResult;
+ };
+ sdk: {
+ input: ListRepositoriesCommandInput;
+ output: ListRepositoriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/ListRepositoriesInDomainCommand.ts b/clients/client-codeartifact/src/commands/ListRepositoriesInDomainCommand.ts
index 06793d36fdcb..5b0b9e1504eb 100644
--- a/clients/client-codeartifact/src/commands/ListRepositoriesInDomainCommand.ts
+++ b/clients/client-codeartifact/src/commands/ListRepositoriesInDomainCommand.ts
@@ -121,4 +121,16 @@ export class ListRepositoriesInDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRepositoriesInDomainCommand)
.de(de_ListRepositoriesInDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRepositoriesInDomainRequest;
+ output: ListRepositoriesInDomainResult;
+ };
+ sdk: {
+ input: ListRepositoriesInDomainCommandInput;
+ output: ListRepositoriesInDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/ListSubPackageGroupsCommand.ts b/clients/client-codeartifact/src/commands/ListSubPackageGroupsCommand.ts
index 40464f8ff672..446d2695a41e 100644
--- a/clients/client-codeartifact/src/commands/ListSubPackageGroupsCommand.ts
+++ b/clients/client-codeartifact/src/commands/ListSubPackageGroupsCommand.ts
@@ -135,4 +135,16 @@ export class ListSubPackageGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSubPackageGroupsCommand)
.de(de_ListSubPackageGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSubPackageGroupsRequest;
+ output: ListSubPackageGroupsResult;
+ };
+ sdk: {
+ input: ListSubPackageGroupsCommandInput;
+ output: ListSubPackageGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/ListTagsForResourceCommand.ts b/clients/client-codeartifact/src/commands/ListTagsForResourceCommand.ts
index facc71bbc2c4..3c0e41d31a4f 100644
--- a/clients/client-codeartifact/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-codeartifact/src/commands/ListTagsForResourceCommand.ts
@@ -102,4 +102,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResult;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/PublishPackageVersionCommand.ts b/clients/client-codeartifact/src/commands/PublishPackageVersionCommand.ts
index 20f4dc7b95a2..d30fd4fd1852 100644
--- a/clients/client-codeartifact/src/commands/PublishPackageVersionCommand.ts
+++ b/clients/client-codeartifact/src/commands/PublishPackageVersionCommand.ts
@@ -148,4 +148,16 @@ export class PublishPackageVersionCommand extends $Command
.f(PublishPackageVersionRequestFilterSensitiveLog, void 0)
.ser(se_PublishPackageVersionCommand)
.de(de_PublishPackageVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PublishPackageVersionRequest;
+ output: PublishPackageVersionResult;
+ };
+ sdk: {
+ input: PublishPackageVersionCommandInput;
+ output: PublishPackageVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/PutDomainPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/PutDomainPermissionsPolicyCommand.ts
index b9ec78192bb9..f6410dbc757c 100644
--- a/clients/client-codeartifact/src/commands/PutDomainPermissionsPolicyCommand.ts
+++ b/clients/client-codeartifact/src/commands/PutDomainPermissionsPolicyCommand.ts
@@ -124,4 +124,16 @@ export class PutDomainPermissionsPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutDomainPermissionsPolicyCommand)
.de(de_PutDomainPermissionsPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutDomainPermissionsPolicyRequest;
+ output: PutDomainPermissionsPolicyResult;
+ };
+ sdk: {
+ input: PutDomainPermissionsPolicyCommandInput;
+ output: PutDomainPermissionsPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/PutPackageOriginConfigurationCommand.ts b/clients/client-codeartifact/src/commands/PutPackageOriginConfigurationCommand.ts
index 215e0f04d9cf..a4621c03033d 100644
--- a/clients/client-codeartifact/src/commands/PutPackageOriginConfigurationCommand.ts
+++ b/clients/client-codeartifact/src/commands/PutPackageOriginConfigurationCommand.ts
@@ -127,4 +127,16 @@ export class PutPackageOriginConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutPackageOriginConfigurationCommand)
.de(de_PutPackageOriginConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutPackageOriginConfigurationRequest;
+ output: PutPackageOriginConfigurationResult;
+ };
+ sdk: {
+ input: PutPackageOriginConfigurationCommandInput;
+ output: PutPackageOriginConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/PutRepositoryPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/PutRepositoryPermissionsPolicyCommand.ts
index 678167cdf59e..06a2978e5f21 100644
--- a/clients/client-codeartifact/src/commands/PutRepositoryPermissionsPolicyCommand.ts
+++ b/clients/client-codeartifact/src/commands/PutRepositoryPermissionsPolicyCommand.ts
@@ -130,4 +130,16 @@ export class PutRepositoryPermissionsPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRepositoryPermissionsPolicyCommand)
.de(de_PutRepositoryPermissionsPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRepositoryPermissionsPolicyRequest;
+ output: PutRepositoryPermissionsPolicyResult;
+ };
+ sdk: {
+ input: PutRepositoryPermissionsPolicyCommandInput;
+ output: PutRepositoryPermissionsPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/TagResourceCommand.ts b/clients/client-codeartifact/src/commands/TagResourceCommand.ts
index 29a50fd9d982..d49532a56d32 100644
--- a/clients/client-codeartifact/src/commands/TagResourceCommand.ts
+++ b/clients/client-codeartifact/src/commands/TagResourceCommand.ts
@@ -106,4 +106,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/UntagResourceCommand.ts b/clients/client-codeartifact/src/commands/UntagResourceCommand.ts
index 1aba58e7f641..c78f988c016c 100644
--- a/clients/client-codeartifact/src/commands/UntagResourceCommand.ts
+++ b/clients/client-codeartifact/src/commands/UntagResourceCommand.ts
@@ -98,4 +98,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/UpdatePackageGroupCommand.ts b/clients/client-codeartifact/src/commands/UpdatePackageGroupCommand.ts
index 79de64c66381..daccf24259bb 100644
--- a/clients/client-codeartifact/src/commands/UpdatePackageGroupCommand.ts
+++ b/clients/client-codeartifact/src/commands/UpdatePackageGroupCommand.ts
@@ -135,4 +135,16 @@ export class UpdatePackageGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePackageGroupCommand)
.de(de_UpdatePackageGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePackageGroupRequest;
+ output: UpdatePackageGroupResult;
+ };
+ sdk: {
+ input: UpdatePackageGroupCommandInput;
+ output: UpdatePackageGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/UpdatePackageGroupOriginConfigurationCommand.ts b/clients/client-codeartifact/src/commands/UpdatePackageGroupOriginConfigurationCommand.ts
index 7a515eb11123..729243edb275 100644
--- a/clients/client-codeartifact/src/commands/UpdatePackageGroupOriginConfigurationCommand.ts
+++ b/clients/client-codeartifact/src/commands/UpdatePackageGroupOriginConfigurationCommand.ts
@@ -168,4 +168,16 @@ export class UpdatePackageGroupOriginConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePackageGroupOriginConfigurationCommand)
.de(de_UpdatePackageGroupOriginConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePackageGroupOriginConfigurationRequest;
+ output: UpdatePackageGroupOriginConfigurationResult;
+ };
+ sdk: {
+ input: UpdatePackageGroupOriginConfigurationCommandInput;
+ output: UpdatePackageGroupOriginConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/UpdatePackageVersionsStatusCommand.ts b/clients/client-codeartifact/src/commands/UpdatePackageVersionsStatusCommand.ts
index 80679a0ec69b..461284314a75 100644
--- a/clients/client-codeartifact/src/commands/UpdatePackageVersionsStatusCommand.ts
+++ b/clients/client-codeartifact/src/commands/UpdatePackageVersionsStatusCommand.ts
@@ -137,4 +137,16 @@ export class UpdatePackageVersionsStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePackageVersionsStatusCommand)
.de(de_UpdatePackageVersionsStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePackageVersionsStatusRequest;
+ output: UpdatePackageVersionsStatusResult;
+ };
+ sdk: {
+ input: UpdatePackageVersionsStatusCommandInput;
+ output: UpdatePackageVersionsStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeartifact/src/commands/UpdateRepositoryCommand.ts b/clients/client-codeartifact/src/commands/UpdateRepositoryCommand.ts
index 230712ab22a5..f78a9031d418 100644
--- a/clients/client-codeartifact/src/commands/UpdateRepositoryCommand.ts
+++ b/clients/client-codeartifact/src/commands/UpdateRepositoryCommand.ts
@@ -140,4 +140,16 @@ export class UpdateRepositoryCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRepositoryCommand)
.de(de_UpdateRepositoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRepositoryRequest;
+ output: UpdateRepositoryResult;
+ };
+ sdk: {
+ input: UpdateRepositoryCommandInput;
+ output: UpdateRepositoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/package.json b/clients/client-codebuild/package.json
index 1cbfa6250309..7de7657ba48c 100644
--- a/clients/client-codebuild/package.json
+++ b/clients/client-codebuild/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-codebuild/src/commands/BatchDeleteBuildsCommand.ts b/clients/client-codebuild/src/commands/BatchDeleteBuildsCommand.ts
index e97bbebe65e2..2c5611a6b29a 100644
--- a/clients/client-codebuild/src/commands/BatchDeleteBuildsCommand.ts
+++ b/clients/client-codebuild/src/commands/BatchDeleteBuildsCommand.ts
@@ -90,4 +90,16 @@ export class BatchDeleteBuildsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDeleteBuildsCommand)
.de(de_BatchDeleteBuildsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDeleteBuildsInput;
+ output: BatchDeleteBuildsOutput;
+ };
+ sdk: {
+ input: BatchDeleteBuildsCommandInput;
+ output: BatchDeleteBuildsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/BatchGetBuildBatchesCommand.ts b/clients/client-codebuild/src/commands/BatchGetBuildBatchesCommand.ts
index 7e8983490ba7..bc3ca3a66e5b 100644
--- a/clients/client-codebuild/src/commands/BatchGetBuildBatchesCommand.ts
+++ b/clients/client-codebuild/src/commands/BatchGetBuildBatchesCommand.ts
@@ -301,4 +301,16 @@ export class BatchGetBuildBatchesCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetBuildBatchesCommand)
.de(de_BatchGetBuildBatchesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetBuildBatchesInput;
+ output: BatchGetBuildBatchesOutput;
+ };
+ sdk: {
+ input: BatchGetBuildBatchesCommandInput;
+ output: BatchGetBuildBatchesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/BatchGetBuildsCommand.ts b/clients/client-codebuild/src/commands/BatchGetBuildsCommand.ts
index 6bddf15a59ba..71f3087d1137 100644
--- a/clients/client-codebuild/src/commands/BatchGetBuildsCommand.ts
+++ b/clients/client-codebuild/src/commands/BatchGetBuildsCommand.ts
@@ -271,4 +271,16 @@ export class BatchGetBuildsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetBuildsCommand)
.de(de_BatchGetBuildsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetBuildsInput;
+ output: BatchGetBuildsOutput;
+ };
+ sdk: {
+ input: BatchGetBuildsCommandInput;
+ output: BatchGetBuildsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/BatchGetFleetsCommand.ts b/clients/client-codebuild/src/commands/BatchGetFleetsCommand.ts
index 54555510e2c0..487264a11771 100644
--- a/clients/client-codebuild/src/commands/BatchGetFleetsCommand.ts
+++ b/clients/client-codebuild/src/commands/BatchGetFleetsCommand.ts
@@ -130,4 +130,16 @@ export class BatchGetFleetsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetFleetsCommand)
.de(de_BatchGetFleetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetFleetsInput;
+ output: BatchGetFleetsOutput;
+ };
+ sdk: {
+ input: BatchGetFleetsCommandInput;
+ output: BatchGetFleetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/BatchGetProjectsCommand.ts b/clients/client-codebuild/src/commands/BatchGetProjectsCommand.ts
index 11d98b4c7a6d..06f5c443449c 100644
--- a/clients/client-codebuild/src/commands/BatchGetProjectsCommand.ts
+++ b/clients/client-codebuild/src/commands/BatchGetProjectsCommand.ts
@@ -281,4 +281,16 @@ export class BatchGetProjectsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetProjectsCommand)
.de(de_BatchGetProjectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetProjectsInput;
+ output: BatchGetProjectsOutput;
+ };
+ sdk: {
+ input: BatchGetProjectsCommandInput;
+ output: BatchGetProjectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/BatchGetReportGroupsCommand.ts b/clients/client-codebuild/src/commands/BatchGetReportGroupsCommand.ts
index b7f61610d6d1..08ddafd65411 100644
--- a/clients/client-codebuild/src/commands/BatchGetReportGroupsCommand.ts
+++ b/clients/client-codebuild/src/commands/BatchGetReportGroupsCommand.ts
@@ -113,4 +113,16 @@ export class BatchGetReportGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetReportGroupsCommand)
.de(de_BatchGetReportGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetReportGroupsInput;
+ output: BatchGetReportGroupsOutput;
+ };
+ sdk: {
+ input: BatchGetReportGroupsCommandInput;
+ output: BatchGetReportGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/BatchGetReportsCommand.ts b/clients/client-codebuild/src/commands/BatchGetReportsCommand.ts
index 9b3a27bb1268..f0608154c0fd 100644
--- a/clients/client-codebuild/src/commands/BatchGetReportsCommand.ts
+++ b/clients/client-codebuild/src/commands/BatchGetReportsCommand.ts
@@ -125,4 +125,16 @@ export class BatchGetReportsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetReportsCommand)
.de(de_BatchGetReportsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetReportsInput;
+ output: BatchGetReportsOutput;
+ };
+ sdk: {
+ input: BatchGetReportsCommandInput;
+ output: BatchGetReportsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/CreateFleetCommand.ts b/clients/client-codebuild/src/commands/CreateFleetCommand.ts
index 4585155d8eef..73f14a81a4de 100644
--- a/clients/client-codebuild/src/commands/CreateFleetCommand.ts
+++ b/clients/client-codebuild/src/commands/CreateFleetCommand.ts
@@ -161,4 +161,16 @@ export class CreateFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFleetCommand)
.de(de_CreateFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFleetInput;
+ output: CreateFleetOutput;
+ };
+ sdk: {
+ input: CreateFleetCommandInput;
+ output: CreateFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/CreateProjectCommand.ts b/clients/client-codebuild/src/commands/CreateProjectCommand.ts
index e5956755b0c2..321920218d62 100644
--- a/clients/client-codebuild/src/commands/CreateProjectCommand.ts
+++ b/clients/client-codebuild/src/commands/CreateProjectCommand.ts
@@ -441,4 +441,16 @@ export class CreateProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateProjectCommand)
.de(de_CreateProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateProjectInput;
+ output: CreateProjectOutput;
+ };
+ sdk: {
+ input: CreateProjectCommandInput;
+ output: CreateProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/CreateReportGroupCommand.ts b/clients/client-codebuild/src/commands/CreateReportGroupCommand.ts
index bc0f68db4fe4..bbb382b92eb2 100644
--- a/clients/client-codebuild/src/commands/CreateReportGroupCommand.ts
+++ b/clients/client-codebuild/src/commands/CreateReportGroupCommand.ts
@@ -131,4 +131,16 @@ export class CreateReportGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateReportGroupCommand)
.de(de_CreateReportGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateReportGroupInput;
+ output: CreateReportGroupOutput;
+ };
+ sdk: {
+ input: CreateReportGroupCommandInput;
+ output: CreateReportGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/CreateWebhookCommand.ts b/clients/client-codebuild/src/commands/CreateWebhookCommand.ts
index 115aaa8a57d6..56e7986c4069 100644
--- a/clients/client-codebuild/src/commands/CreateWebhookCommand.ts
+++ b/clients/client-codebuild/src/commands/CreateWebhookCommand.ts
@@ -139,4 +139,16 @@ export class CreateWebhookCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateWebhookCommand)
.de(de_CreateWebhookCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateWebhookInput;
+ output: CreateWebhookOutput;
+ };
+ sdk: {
+ input: CreateWebhookCommandInput;
+ output: CreateWebhookCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/DeleteBuildBatchCommand.ts b/clients/client-codebuild/src/commands/DeleteBuildBatchCommand.ts
index 5b81b892446e..147362afc184 100644
--- a/clients/client-codebuild/src/commands/DeleteBuildBatchCommand.ts
+++ b/clients/client-codebuild/src/commands/DeleteBuildBatchCommand.ts
@@ -89,4 +89,16 @@ export class DeleteBuildBatchCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBuildBatchCommand)
.de(de_DeleteBuildBatchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBuildBatchInput;
+ output: DeleteBuildBatchOutput;
+ };
+ sdk: {
+ input: DeleteBuildBatchCommandInput;
+ output: DeleteBuildBatchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/DeleteFleetCommand.ts b/clients/client-codebuild/src/commands/DeleteFleetCommand.ts
index 6981a6ecf2b9..db80f59d179f 100644
--- a/clients/client-codebuild/src/commands/DeleteFleetCommand.ts
+++ b/clients/client-codebuild/src/commands/DeleteFleetCommand.ts
@@ -78,4 +78,16 @@ export class DeleteFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFleetCommand)
.de(de_DeleteFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFleetInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFleetCommandInput;
+ output: DeleteFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/DeleteProjectCommand.ts b/clients/client-codebuild/src/commands/DeleteProjectCommand.ts
index 056226a532ec..ff8f554bb328 100644
--- a/clients/client-codebuild/src/commands/DeleteProjectCommand.ts
+++ b/clients/client-codebuild/src/commands/DeleteProjectCommand.ts
@@ -79,4 +79,16 @@ export class DeleteProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteProjectCommand)
.de(de_DeleteProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteProjectInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteProjectCommandInput;
+ output: DeleteProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/DeleteReportCommand.ts b/clients/client-codebuild/src/commands/DeleteReportCommand.ts
index 8babbe0a8042..3ceda123831f 100644
--- a/clients/client-codebuild/src/commands/DeleteReportCommand.ts
+++ b/clients/client-codebuild/src/commands/DeleteReportCommand.ts
@@ -80,4 +80,16 @@ export class DeleteReportCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteReportCommand)
.de(de_DeleteReportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteReportInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteReportCommandInput;
+ output: DeleteReportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/DeleteReportGroupCommand.ts b/clients/client-codebuild/src/commands/DeleteReportGroupCommand.ts
index 33ba848ee5cf..7e6e3e6f293c 100644
--- a/clients/client-codebuild/src/commands/DeleteReportGroupCommand.ts
+++ b/clients/client-codebuild/src/commands/DeleteReportGroupCommand.ts
@@ -79,4 +79,16 @@ export class DeleteReportGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteReportGroupCommand)
.de(de_DeleteReportGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteReportGroupInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteReportGroupCommandInput;
+ output: DeleteReportGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-codebuild/src/commands/DeleteResourcePolicyCommand.ts
index bab0e41f4ac0..df9e0f28d36c 100644
--- a/clients/client-codebuild/src/commands/DeleteResourcePolicyCommand.ts
+++ b/clients/client-codebuild/src/commands/DeleteResourcePolicyCommand.ts
@@ -78,4 +78,16 @@ export class DeleteResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteResourcePolicyCommand)
.de(de_DeleteResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteResourcePolicyInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteResourcePolicyCommandInput;
+ output: DeleteResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/DeleteSourceCredentialsCommand.ts b/clients/client-codebuild/src/commands/DeleteSourceCredentialsCommand.ts
index 5859933e2fe2..52739ce62599 100644
--- a/clients/client-codebuild/src/commands/DeleteSourceCredentialsCommand.ts
+++ b/clients/client-codebuild/src/commands/DeleteSourceCredentialsCommand.ts
@@ -83,4 +83,16 @@ export class DeleteSourceCredentialsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSourceCredentialsCommand)
.de(de_DeleteSourceCredentialsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSourceCredentialsInput;
+ output: DeleteSourceCredentialsOutput;
+ };
+ sdk: {
+ input: DeleteSourceCredentialsCommandInput;
+ output: DeleteSourceCredentialsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/DeleteWebhookCommand.ts b/clients/client-codebuild/src/commands/DeleteWebhookCommand.ts
index 3d2df31f0298..a4f7a013aaa1 100644
--- a/clients/client-codebuild/src/commands/DeleteWebhookCommand.ts
+++ b/clients/client-codebuild/src/commands/DeleteWebhookCommand.ts
@@ -86,4 +86,16 @@ export class DeleteWebhookCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteWebhookCommand)
.de(de_DeleteWebhookCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteWebhookInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteWebhookCommandInput;
+ output: DeleteWebhookCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/DescribeCodeCoveragesCommand.ts b/clients/client-codebuild/src/commands/DescribeCodeCoveragesCommand.ts
index 05509a99fcf5..7eb8e80f3bf6 100644
--- a/clients/client-codebuild/src/commands/DescribeCodeCoveragesCommand.ts
+++ b/clients/client-codebuild/src/commands/DescribeCodeCoveragesCommand.ts
@@ -100,4 +100,16 @@ export class DescribeCodeCoveragesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCodeCoveragesCommand)
.de(de_DescribeCodeCoveragesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCodeCoveragesInput;
+ output: DescribeCodeCoveragesOutput;
+ };
+ sdk: {
+ input: DescribeCodeCoveragesCommandInput;
+ output: DescribeCodeCoveragesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/DescribeTestCasesCommand.ts b/clients/client-codebuild/src/commands/DescribeTestCasesCommand.ts
index 0f46a4149203..0a2057c50f09 100644
--- a/clients/client-codebuild/src/commands/DescribeTestCasesCommand.ts
+++ b/clients/client-codebuild/src/commands/DescribeTestCasesCommand.ts
@@ -103,4 +103,16 @@ export class DescribeTestCasesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTestCasesCommand)
.de(de_DescribeTestCasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTestCasesInput;
+ output: DescribeTestCasesOutput;
+ };
+ sdk: {
+ input: DescribeTestCasesCommandInput;
+ output: DescribeTestCasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/GetReportGroupTrendCommand.ts b/clients/client-codebuild/src/commands/GetReportGroupTrendCommand.ts
index 5165e1060d77..a23c3e00bbb8 100644
--- a/clients/client-codebuild/src/commands/GetReportGroupTrendCommand.ts
+++ b/clients/client-codebuild/src/commands/GetReportGroupTrendCommand.ts
@@ -95,4 +95,16 @@ export class GetReportGroupTrendCommand extends $Command
.f(void 0, void 0)
.ser(se_GetReportGroupTrendCommand)
.de(de_GetReportGroupTrendCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetReportGroupTrendInput;
+ output: GetReportGroupTrendOutput;
+ };
+ sdk: {
+ input: GetReportGroupTrendCommandInput;
+ output: GetReportGroupTrendCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/GetResourcePolicyCommand.ts b/clients/client-codebuild/src/commands/GetResourcePolicyCommand.ts
index adddd6f151da..ab60926eaa8d 100644
--- a/clients/client-codebuild/src/commands/GetResourcePolicyCommand.ts
+++ b/clients/client-codebuild/src/commands/GetResourcePolicyCommand.ts
@@ -83,4 +83,16 @@ export class GetResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResourcePolicyCommand)
.de(de_GetResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourcePolicyInput;
+ output: GetResourcePolicyOutput;
+ };
+ sdk: {
+ input: GetResourcePolicyCommandInput;
+ output: GetResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/ImportSourceCredentialsCommand.ts b/clients/client-codebuild/src/commands/ImportSourceCredentialsCommand.ts
index abc62824c7b6..7bb5b69eb43b 100644
--- a/clients/client-codebuild/src/commands/ImportSourceCredentialsCommand.ts
+++ b/clients/client-codebuild/src/commands/ImportSourceCredentialsCommand.ts
@@ -96,4 +96,16 @@ export class ImportSourceCredentialsCommand extends $Command
.f(ImportSourceCredentialsInputFilterSensitiveLog, void 0)
.ser(se_ImportSourceCredentialsCommand)
.de(de_ImportSourceCredentialsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportSourceCredentialsInput;
+ output: ImportSourceCredentialsOutput;
+ };
+ sdk: {
+ input: ImportSourceCredentialsCommandInput;
+ output: ImportSourceCredentialsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/InvalidateProjectCacheCommand.ts b/clients/client-codebuild/src/commands/InvalidateProjectCacheCommand.ts
index 3ea0ebe26b6a..58fe0eaec2e8 100644
--- a/clients/client-codebuild/src/commands/InvalidateProjectCacheCommand.ts
+++ b/clients/client-codebuild/src/commands/InvalidateProjectCacheCommand.ts
@@ -81,4 +81,16 @@ export class InvalidateProjectCacheCommand extends $Command
.f(void 0, void 0)
.ser(se_InvalidateProjectCacheCommand)
.de(de_InvalidateProjectCacheCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: InvalidateProjectCacheInput;
+ output: {};
+ };
+ sdk: {
+ input: InvalidateProjectCacheCommandInput;
+ output: InvalidateProjectCacheCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/ListBuildBatchesCommand.ts b/clients/client-codebuild/src/commands/ListBuildBatchesCommand.ts
index 0f2118c94bc9..b3d353767d17 100644
--- a/clients/client-codebuild/src/commands/ListBuildBatchesCommand.ts
+++ b/clients/client-codebuild/src/commands/ListBuildBatchesCommand.ts
@@ -88,4 +88,16 @@ export class ListBuildBatchesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBuildBatchesCommand)
.de(de_ListBuildBatchesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBuildBatchesInput;
+ output: ListBuildBatchesOutput;
+ };
+ sdk: {
+ input: ListBuildBatchesCommandInput;
+ output: ListBuildBatchesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/ListBuildBatchesForProjectCommand.ts b/clients/client-codebuild/src/commands/ListBuildBatchesForProjectCommand.ts
index d7772ad8c08b..669a56941f48 100644
--- a/clients/client-codebuild/src/commands/ListBuildBatchesForProjectCommand.ts
+++ b/clients/client-codebuild/src/commands/ListBuildBatchesForProjectCommand.ts
@@ -92,4 +92,16 @@ export class ListBuildBatchesForProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBuildBatchesForProjectCommand)
.de(de_ListBuildBatchesForProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBuildBatchesForProjectInput;
+ output: ListBuildBatchesForProjectOutput;
+ };
+ sdk: {
+ input: ListBuildBatchesForProjectCommandInput;
+ output: ListBuildBatchesForProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/ListBuildsCommand.ts b/clients/client-codebuild/src/commands/ListBuildsCommand.ts
index 688d0ed6c520..157afb20a454 100644
--- a/clients/client-codebuild/src/commands/ListBuildsCommand.ts
+++ b/clients/client-codebuild/src/commands/ListBuildsCommand.ts
@@ -84,4 +84,16 @@ export class ListBuildsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBuildsCommand)
.de(de_ListBuildsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBuildsInput;
+ output: ListBuildsOutput;
+ };
+ sdk: {
+ input: ListBuildsCommandInput;
+ output: ListBuildsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/ListBuildsForProjectCommand.ts b/clients/client-codebuild/src/commands/ListBuildsForProjectCommand.ts
index eb7bcc72a0e8..65520d3fd827 100644
--- a/clients/client-codebuild/src/commands/ListBuildsForProjectCommand.ts
+++ b/clients/client-codebuild/src/commands/ListBuildsForProjectCommand.ts
@@ -89,4 +89,16 @@ export class ListBuildsForProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBuildsForProjectCommand)
.de(de_ListBuildsForProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBuildsForProjectInput;
+ output: ListBuildsForProjectOutput;
+ };
+ sdk: {
+ input: ListBuildsForProjectCommandInput;
+ output: ListBuildsForProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/ListCuratedEnvironmentImagesCommand.ts b/clients/client-codebuild/src/commands/ListCuratedEnvironmentImagesCommand.ts
index 7cb8b152d955..d9f63664bda2 100644
--- a/clients/client-codebuild/src/commands/ListCuratedEnvironmentImagesCommand.ts
+++ b/clients/client-codebuild/src/commands/ListCuratedEnvironmentImagesCommand.ts
@@ -98,4 +98,16 @@ export class ListCuratedEnvironmentImagesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCuratedEnvironmentImagesCommand)
.de(de_ListCuratedEnvironmentImagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: ListCuratedEnvironmentImagesOutput;
+ };
+ sdk: {
+ input: ListCuratedEnvironmentImagesCommandInput;
+ output: ListCuratedEnvironmentImagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/ListFleetsCommand.ts b/clients/client-codebuild/src/commands/ListFleetsCommand.ts
index 4ed0840cfa6b..9e14941986e0 100644
--- a/clients/client-codebuild/src/commands/ListFleetsCommand.ts
+++ b/clients/client-codebuild/src/commands/ListFleetsCommand.ts
@@ -86,4 +86,16 @@ export class ListFleetsCommand extends $Command
.f(ListFleetsInputFilterSensitiveLog, void 0)
.ser(se_ListFleetsCommand)
.de(de_ListFleetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFleetsInput;
+ output: ListFleetsOutput;
+ };
+ sdk: {
+ input: ListFleetsCommandInput;
+ output: ListFleetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/ListProjectsCommand.ts b/clients/client-codebuild/src/commands/ListProjectsCommand.ts
index 7f72acc1aac0..148c17b8b050 100644
--- a/clients/client-codebuild/src/commands/ListProjectsCommand.ts
+++ b/clients/client-codebuild/src/commands/ListProjectsCommand.ts
@@ -86,4 +86,16 @@ export class ListProjectsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProjectsCommand)
.de(de_ListProjectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProjectsInput;
+ output: ListProjectsOutput;
+ };
+ sdk: {
+ input: ListProjectsCommandInput;
+ output: ListProjectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/ListReportGroupsCommand.ts b/clients/client-codebuild/src/commands/ListReportGroupsCommand.ts
index fd3ae84fe898..25529cf87924 100644
--- a/clients/client-codebuild/src/commands/ListReportGroupsCommand.ts
+++ b/clients/client-codebuild/src/commands/ListReportGroupsCommand.ts
@@ -88,4 +88,16 @@ export class ListReportGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListReportGroupsCommand)
.de(de_ListReportGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListReportGroupsInput;
+ output: ListReportGroupsOutput;
+ };
+ sdk: {
+ input: ListReportGroupsCommandInput;
+ output: ListReportGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/ListReportsCommand.ts b/clients/client-codebuild/src/commands/ListReportsCommand.ts
index 61705f84d2e1..559e3c5935f0 100644
--- a/clients/client-codebuild/src/commands/ListReportsCommand.ts
+++ b/clients/client-codebuild/src/commands/ListReportsCommand.ts
@@ -90,4 +90,16 @@ export class ListReportsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListReportsCommand)
.de(de_ListReportsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListReportsInput;
+ output: ListReportsOutput;
+ };
+ sdk: {
+ input: ListReportsCommandInput;
+ output: ListReportsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/ListReportsForReportGroupCommand.ts b/clients/client-codebuild/src/commands/ListReportsForReportGroupCommand.ts
index 5cd082ccdcb1..2464313d34f4 100644
--- a/clients/client-codebuild/src/commands/ListReportsForReportGroupCommand.ts
+++ b/clients/client-codebuild/src/commands/ListReportsForReportGroupCommand.ts
@@ -94,4 +94,16 @@ export class ListReportsForReportGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_ListReportsForReportGroupCommand)
.de(de_ListReportsForReportGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListReportsForReportGroupInput;
+ output: ListReportsForReportGroupOutput;
+ };
+ sdk: {
+ input: ListReportsForReportGroupCommandInput;
+ output: ListReportsForReportGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/ListSharedProjectsCommand.ts b/clients/client-codebuild/src/commands/ListSharedProjectsCommand.ts
index aab78f6b755f..ff8077db2713 100644
--- a/clients/client-codebuild/src/commands/ListSharedProjectsCommand.ts
+++ b/clients/client-codebuild/src/commands/ListSharedProjectsCommand.ts
@@ -86,4 +86,16 @@ export class ListSharedProjectsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSharedProjectsCommand)
.de(de_ListSharedProjectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSharedProjectsInput;
+ output: ListSharedProjectsOutput;
+ };
+ sdk: {
+ input: ListSharedProjectsCommandInput;
+ output: ListSharedProjectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/ListSharedReportGroupsCommand.ts b/clients/client-codebuild/src/commands/ListSharedReportGroupsCommand.ts
index f42c7d5a5139..c9b6ab49072f 100644
--- a/clients/client-codebuild/src/commands/ListSharedReportGroupsCommand.ts
+++ b/clients/client-codebuild/src/commands/ListSharedReportGroupsCommand.ts
@@ -87,4 +87,16 @@ export class ListSharedReportGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSharedReportGroupsCommand)
.de(de_ListSharedReportGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSharedReportGroupsInput;
+ output: ListSharedReportGroupsOutput;
+ };
+ sdk: {
+ input: ListSharedReportGroupsCommandInput;
+ output: ListSharedReportGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/ListSourceCredentialsCommand.ts b/clients/client-codebuild/src/commands/ListSourceCredentialsCommand.ts
index 8a3158b991ec..8eb78f62555d 100644
--- a/clients/client-codebuild/src/commands/ListSourceCredentialsCommand.ts
+++ b/clients/client-codebuild/src/commands/ListSourceCredentialsCommand.ts
@@ -85,4 +85,16 @@ export class ListSourceCredentialsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSourceCredentialsCommand)
.de(de_ListSourceCredentialsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: ListSourceCredentialsOutput;
+ };
+ sdk: {
+ input: ListSourceCredentialsCommandInput;
+ output: ListSourceCredentialsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/PutResourcePolicyCommand.ts b/clients/client-codebuild/src/commands/PutResourcePolicyCommand.ts
index d5731f267d32..89fac7d314c8 100644
--- a/clients/client-codebuild/src/commands/PutResourcePolicyCommand.ts
+++ b/clients/client-codebuild/src/commands/PutResourcePolicyCommand.ts
@@ -85,4 +85,16 @@ export class PutResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutResourcePolicyCommand)
.de(de_PutResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutResourcePolicyInput;
+ output: PutResourcePolicyOutput;
+ };
+ sdk: {
+ input: PutResourcePolicyCommandInput;
+ output: PutResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/RetryBuildBatchCommand.ts b/clients/client-codebuild/src/commands/RetryBuildBatchCommand.ts
index c5c8ad7824fb..97dc4ec687f0 100644
--- a/clients/client-codebuild/src/commands/RetryBuildBatchCommand.ts
+++ b/clients/client-codebuild/src/commands/RetryBuildBatchCommand.ts
@@ -299,4 +299,16 @@ export class RetryBuildBatchCommand extends $Command
.f(void 0, void 0)
.ser(se_RetryBuildBatchCommand)
.de(de_RetryBuildBatchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RetryBuildBatchInput;
+ output: RetryBuildBatchOutput;
+ };
+ sdk: {
+ input: RetryBuildBatchCommandInput;
+ output: RetryBuildBatchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/RetryBuildCommand.ts b/clients/client-codebuild/src/commands/RetryBuildCommand.ts
index e34683179434..53dc71f5c4f0 100644
--- a/clients/client-codebuild/src/commands/RetryBuildCommand.ts
+++ b/clients/client-codebuild/src/commands/RetryBuildCommand.ts
@@ -271,4 +271,16 @@ export class RetryBuildCommand extends $Command
.f(void 0, void 0)
.ser(se_RetryBuildCommand)
.de(de_RetryBuildCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RetryBuildInput;
+ output: RetryBuildOutput;
+ };
+ sdk: {
+ input: RetryBuildCommandInput;
+ output: RetryBuildCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/StartBuildBatchCommand.ts b/clients/client-codebuild/src/commands/StartBuildBatchCommand.ts
index fd4df9c428f2..5562d693c114 100644
--- a/clients/client-codebuild/src/commands/StartBuildBatchCommand.ts
+++ b/clients/client-codebuild/src/commands/StartBuildBatchCommand.ts
@@ -420,4 +420,16 @@ export class StartBuildBatchCommand extends $Command
.f(void 0, void 0)
.ser(se_StartBuildBatchCommand)
.de(de_StartBuildBatchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartBuildBatchInput;
+ output: StartBuildBatchOutput;
+ };
+ sdk: {
+ input: StartBuildBatchCommandInput;
+ output: StartBuildBatchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/StartBuildCommand.ts b/clients/client-codebuild/src/commands/StartBuildCommand.ts
index a8224c595e31..678526ded28c 100644
--- a/clients/client-codebuild/src/commands/StartBuildCommand.ts
+++ b/clients/client-codebuild/src/commands/StartBuildCommand.ts
@@ -391,4 +391,16 @@ export class StartBuildCommand extends $Command
.f(void 0, void 0)
.ser(se_StartBuildCommand)
.de(de_StartBuildCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartBuildInput;
+ output: StartBuildOutput;
+ };
+ sdk: {
+ input: StartBuildCommandInput;
+ output: StartBuildCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/StopBuildBatchCommand.ts b/clients/client-codebuild/src/commands/StopBuildBatchCommand.ts
index d822c71d6a9e..4f4bb8ca8952 100644
--- a/clients/client-codebuild/src/commands/StopBuildBatchCommand.ts
+++ b/clients/client-codebuild/src/commands/StopBuildBatchCommand.ts
@@ -297,4 +297,16 @@ export class StopBuildBatchCommand extends $Command
.f(void 0, void 0)
.ser(se_StopBuildBatchCommand)
.de(de_StopBuildBatchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopBuildBatchInput;
+ output: StopBuildBatchOutput;
+ };
+ sdk: {
+ input: StopBuildBatchCommandInput;
+ output: StopBuildBatchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/StopBuildCommand.ts b/clients/client-codebuild/src/commands/StopBuildCommand.ts
index 21c674621546..5b36b4163ecd 100644
--- a/clients/client-codebuild/src/commands/StopBuildCommand.ts
+++ b/clients/client-codebuild/src/commands/StopBuildCommand.ts
@@ -267,4 +267,16 @@ export class StopBuildCommand extends $Command
.f(void 0, void 0)
.ser(se_StopBuildCommand)
.de(de_StopBuildCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopBuildInput;
+ output: StopBuildOutput;
+ };
+ sdk: {
+ input: StopBuildCommandInput;
+ output: StopBuildCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/UpdateFleetCommand.ts b/clients/client-codebuild/src/commands/UpdateFleetCommand.ts
index 155cdbf5533a..bb439e74a764 100644
--- a/clients/client-codebuild/src/commands/UpdateFleetCommand.ts
+++ b/clients/client-codebuild/src/commands/UpdateFleetCommand.ts
@@ -160,4 +160,16 @@ export class UpdateFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFleetCommand)
.de(de_UpdateFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFleetInput;
+ output: UpdateFleetOutput;
+ };
+ sdk: {
+ input: UpdateFleetCommandInput;
+ output: UpdateFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/UpdateProjectCommand.ts b/clients/client-codebuild/src/commands/UpdateProjectCommand.ts
index e3c13efe21da..46cf650b903d 100644
--- a/clients/client-codebuild/src/commands/UpdateProjectCommand.ts
+++ b/clients/client-codebuild/src/commands/UpdateProjectCommand.ts
@@ -437,4 +437,16 @@ export class UpdateProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateProjectCommand)
.de(de_UpdateProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateProjectInput;
+ output: UpdateProjectOutput;
+ };
+ sdk: {
+ input: UpdateProjectCommandInput;
+ output: UpdateProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/UpdateProjectVisibilityCommand.ts b/clients/client-codebuild/src/commands/UpdateProjectVisibilityCommand.ts
index f020c3494c45..47f05f97830b 100644
--- a/clients/client-codebuild/src/commands/UpdateProjectVisibilityCommand.ts
+++ b/clients/client-codebuild/src/commands/UpdateProjectVisibilityCommand.ts
@@ -123,4 +123,16 @@ export class UpdateProjectVisibilityCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateProjectVisibilityCommand)
.de(de_UpdateProjectVisibilityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateProjectVisibilityInput;
+ output: UpdateProjectVisibilityOutput;
+ };
+ sdk: {
+ input: UpdateProjectVisibilityCommandInput;
+ output: UpdateProjectVisibilityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/UpdateReportGroupCommand.ts b/clients/client-codebuild/src/commands/UpdateReportGroupCommand.ts
index 6a99c3817857..40f8bc21308d 100644
--- a/clients/client-codebuild/src/commands/UpdateReportGroupCommand.ts
+++ b/clients/client-codebuild/src/commands/UpdateReportGroupCommand.ts
@@ -126,4 +126,16 @@ export class UpdateReportGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateReportGroupCommand)
.de(de_UpdateReportGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateReportGroupInput;
+ output: UpdateReportGroupOutput;
+ };
+ sdk: {
+ input: UpdateReportGroupCommandInput;
+ output: UpdateReportGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codebuild/src/commands/UpdateWebhookCommand.ts b/clients/client-codebuild/src/commands/UpdateWebhookCommand.ts
index 29ca1efb7cc5..f4a3fffff363 100644
--- a/clients/client-codebuild/src/commands/UpdateWebhookCommand.ts
+++ b/clients/client-codebuild/src/commands/UpdateWebhookCommand.ts
@@ -124,4 +124,16 @@ export class UpdateWebhookCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateWebhookCommand)
.de(de_UpdateWebhookCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateWebhookInput;
+ output: UpdateWebhookOutput;
+ };
+ sdk: {
+ input: UpdateWebhookCommandInput;
+ output: UpdateWebhookCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/package.json b/clients/client-codecatalyst/package.json
index b9e26b1096af..c77ff09e44dd 100644
--- a/clients/client-codecatalyst/package.json
+++ b/clients/client-codecatalyst/package.json
@@ -31,30 +31,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-codecatalyst/src/commands/CreateAccessTokenCommand.ts b/clients/client-codecatalyst/src/commands/CreateAccessTokenCommand.ts
index c4fbc3374e34..f295feef600c 100644
--- a/clients/client-codecatalyst/src/commands/CreateAccessTokenCommand.ts
+++ b/clients/client-codecatalyst/src/commands/CreateAccessTokenCommand.ts
@@ -109,4 +109,16 @@ export class CreateAccessTokenCommand extends $Command
.f(void 0, CreateAccessTokenResponseFilterSensitiveLog)
.ser(se_CreateAccessTokenCommand)
.de(de_CreateAccessTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAccessTokenRequest;
+ output: CreateAccessTokenResponse;
+ };
+ sdk: {
+ input: CreateAccessTokenCommandInput;
+ output: CreateAccessTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/CreateDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/CreateDevEnvironmentCommand.ts
index 586303001781..512921a7599d 100644
--- a/clients/client-codecatalyst/src/commands/CreateDevEnvironmentCommand.ts
+++ b/clients/client-codecatalyst/src/commands/CreateDevEnvironmentCommand.ts
@@ -126,4 +126,16 @@ export class CreateDevEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDevEnvironmentCommand)
.de(de_CreateDevEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDevEnvironmentRequest;
+ output: CreateDevEnvironmentResponse;
+ };
+ sdk: {
+ input: CreateDevEnvironmentCommandInput;
+ output: CreateDevEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/CreateProjectCommand.ts b/clients/client-codecatalyst/src/commands/CreateProjectCommand.ts
index a6a73e3db1b6..b7541956f0fc 100644
--- a/clients/client-codecatalyst/src/commands/CreateProjectCommand.ts
+++ b/clients/client-codecatalyst/src/commands/CreateProjectCommand.ts
@@ -102,4 +102,16 @@ export class CreateProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateProjectCommand)
.de(de_CreateProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateProjectRequest;
+ output: CreateProjectResponse;
+ };
+ sdk: {
+ input: CreateProjectCommandInput;
+ output: CreateProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/CreateSourceRepositoryBranchCommand.ts b/clients/client-codecatalyst/src/commands/CreateSourceRepositoryBranchCommand.ts
index 46594bf52bd0..a500ff1e2876 100644
--- a/clients/client-codecatalyst/src/commands/CreateSourceRepositoryBranchCommand.ts
+++ b/clients/client-codecatalyst/src/commands/CreateSourceRepositoryBranchCommand.ts
@@ -112,4 +112,16 @@ export class CreateSourceRepositoryBranchCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSourceRepositoryBranchCommand)
.de(de_CreateSourceRepositoryBranchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSourceRepositoryBranchRequest;
+ output: CreateSourceRepositoryBranchResponse;
+ };
+ sdk: {
+ input: CreateSourceRepositoryBranchCommandInput;
+ output: CreateSourceRepositoryBranchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/CreateSourceRepositoryCommand.ts b/clients/client-codecatalyst/src/commands/CreateSourceRepositoryCommand.ts
index 82e68ac7c80f..d7ae0a669097 100644
--- a/clients/client-codecatalyst/src/commands/CreateSourceRepositoryCommand.ts
+++ b/clients/client-codecatalyst/src/commands/CreateSourceRepositoryCommand.ts
@@ -104,4 +104,16 @@ export class CreateSourceRepositoryCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSourceRepositoryCommand)
.de(de_CreateSourceRepositoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSourceRepositoryRequest;
+ output: CreateSourceRepositoryResponse;
+ };
+ sdk: {
+ input: CreateSourceRepositoryCommandInput;
+ output: CreateSourceRepositoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/DeleteAccessTokenCommand.ts b/clients/client-codecatalyst/src/commands/DeleteAccessTokenCommand.ts
index 3f30d7513a6b..e37fd3fa1c67 100644
--- a/clients/client-codecatalyst/src/commands/DeleteAccessTokenCommand.ts
+++ b/clients/client-codecatalyst/src/commands/DeleteAccessTokenCommand.ts
@@ -95,4 +95,16 @@ export class DeleteAccessTokenCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAccessTokenCommand)
.de(de_DeleteAccessTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAccessTokenRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAccessTokenCommandInput;
+ output: DeleteAccessTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/DeleteDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/DeleteDevEnvironmentCommand.ts
index 97964fbb9647..7f07c78f6c60 100644
--- a/clients/client-codecatalyst/src/commands/DeleteDevEnvironmentCommand.ts
+++ b/clients/client-codecatalyst/src/commands/DeleteDevEnvironmentCommand.ts
@@ -101,4 +101,16 @@ export class DeleteDevEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDevEnvironmentCommand)
.de(de_DeleteDevEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDevEnvironmentRequest;
+ output: DeleteDevEnvironmentResponse;
+ };
+ sdk: {
+ input: DeleteDevEnvironmentCommandInput;
+ output: DeleteDevEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/DeleteProjectCommand.ts b/clients/client-codecatalyst/src/commands/DeleteProjectCommand.ts
index dd184c0574fd..d6a4e60b5902 100644
--- a/clients/client-codecatalyst/src/commands/DeleteProjectCommand.ts
+++ b/clients/client-codecatalyst/src/commands/DeleteProjectCommand.ts
@@ -100,4 +100,16 @@ export class DeleteProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteProjectCommand)
.de(de_DeleteProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteProjectRequest;
+ output: DeleteProjectResponse;
+ };
+ sdk: {
+ input: DeleteProjectCommandInput;
+ output: DeleteProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/DeleteSourceRepositoryCommand.ts b/clients/client-codecatalyst/src/commands/DeleteSourceRepositoryCommand.ts
index d578fbc18a4a..6790d18094c9 100644
--- a/clients/client-codecatalyst/src/commands/DeleteSourceRepositoryCommand.ts
+++ b/clients/client-codecatalyst/src/commands/DeleteSourceRepositoryCommand.ts
@@ -101,4 +101,16 @@ export class DeleteSourceRepositoryCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSourceRepositoryCommand)
.de(de_DeleteSourceRepositoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSourceRepositoryRequest;
+ output: DeleteSourceRepositoryResponse;
+ };
+ sdk: {
+ input: DeleteSourceRepositoryCommandInput;
+ output: DeleteSourceRepositoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/DeleteSpaceCommand.ts b/clients/client-codecatalyst/src/commands/DeleteSpaceCommand.ts
index 2ce650d89937..f637df8bebfc 100644
--- a/clients/client-codecatalyst/src/commands/DeleteSpaceCommand.ts
+++ b/clients/client-codecatalyst/src/commands/DeleteSpaceCommand.ts
@@ -101,4 +101,16 @@ export class DeleteSpaceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSpaceCommand)
.de(de_DeleteSpaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSpaceRequest;
+ output: DeleteSpaceResponse;
+ };
+ sdk: {
+ input: DeleteSpaceCommandInput;
+ output: DeleteSpaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/GetDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/GetDevEnvironmentCommand.ts
index 0775a5174ed2..ab21ed5d34b1 100644
--- a/clients/client-codecatalyst/src/commands/GetDevEnvironmentCommand.ts
+++ b/clients/client-codecatalyst/src/commands/GetDevEnvironmentCommand.ts
@@ -124,4 +124,16 @@ export class GetDevEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDevEnvironmentCommand)
.de(de_GetDevEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDevEnvironmentRequest;
+ output: GetDevEnvironmentResponse;
+ };
+ sdk: {
+ input: GetDevEnvironmentCommandInput;
+ output: GetDevEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/GetProjectCommand.ts b/clients/client-codecatalyst/src/commands/GetProjectCommand.ts
index 4e680246f0e0..328ca76e17aa 100644
--- a/clients/client-codecatalyst/src/commands/GetProjectCommand.ts
+++ b/clients/client-codecatalyst/src/commands/GetProjectCommand.ts
@@ -101,4 +101,16 @@ export class GetProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_GetProjectCommand)
.de(de_GetProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetProjectRequest;
+ output: GetProjectResponse;
+ };
+ sdk: {
+ input: GetProjectCommandInput;
+ output: GetProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/GetSourceRepositoryCloneUrlsCommand.ts b/clients/client-codecatalyst/src/commands/GetSourceRepositoryCloneUrlsCommand.ts
index 6b56ee76c6f5..0658cd29cb33 100644
--- a/clients/client-codecatalyst/src/commands/GetSourceRepositoryCloneUrlsCommand.ts
+++ b/clients/client-codecatalyst/src/commands/GetSourceRepositoryCloneUrlsCommand.ts
@@ -105,4 +105,16 @@ export class GetSourceRepositoryCloneUrlsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSourceRepositoryCloneUrlsCommand)
.de(de_GetSourceRepositoryCloneUrlsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSourceRepositoryCloneUrlsRequest;
+ output: GetSourceRepositoryCloneUrlsResponse;
+ };
+ sdk: {
+ input: GetSourceRepositoryCloneUrlsCommandInput;
+ output: GetSourceRepositoryCloneUrlsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/GetSourceRepositoryCommand.ts b/clients/client-codecatalyst/src/commands/GetSourceRepositoryCommand.ts
index c5359d275801..ef4f0548b442 100644
--- a/clients/client-codecatalyst/src/commands/GetSourceRepositoryCommand.ts
+++ b/clients/client-codecatalyst/src/commands/GetSourceRepositoryCommand.ts
@@ -104,4 +104,16 @@ export class GetSourceRepositoryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSourceRepositoryCommand)
.de(de_GetSourceRepositoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSourceRepositoryRequest;
+ output: GetSourceRepositoryResponse;
+ };
+ sdk: {
+ input: GetSourceRepositoryCommandInput;
+ output: GetSourceRepositoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/GetSpaceCommand.ts b/clients/client-codecatalyst/src/commands/GetSpaceCommand.ts
index 54f0c94e3411..d996067ff3ef 100644
--- a/clients/client-codecatalyst/src/commands/GetSpaceCommand.ts
+++ b/clients/client-codecatalyst/src/commands/GetSpaceCommand.ts
@@ -100,4 +100,16 @@ export class GetSpaceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSpaceCommand)
.de(de_GetSpaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSpaceRequest;
+ output: GetSpaceResponse;
+ };
+ sdk: {
+ input: GetSpaceCommandInput;
+ output: GetSpaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/GetSubscriptionCommand.ts b/clients/client-codecatalyst/src/commands/GetSubscriptionCommand.ts
index e46bebd3e1cf..f165ec40fa0a 100644
--- a/clients/client-codecatalyst/src/commands/GetSubscriptionCommand.ts
+++ b/clients/client-codecatalyst/src/commands/GetSubscriptionCommand.ts
@@ -101,4 +101,16 @@ export class GetSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSubscriptionCommand)
.de(de_GetSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSubscriptionRequest;
+ output: GetSubscriptionResponse;
+ };
+ sdk: {
+ input: GetSubscriptionCommandInput;
+ output: GetSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/GetUserDetailsCommand.ts b/clients/client-codecatalyst/src/commands/GetUserDetailsCommand.ts
index a82b84ec3e1e..d451b7c81403 100644
--- a/clients/client-codecatalyst/src/commands/GetUserDetailsCommand.ts
+++ b/clients/client-codecatalyst/src/commands/GetUserDetailsCommand.ts
@@ -105,4 +105,16 @@ export class GetUserDetailsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetUserDetailsCommand)
.de(de_GetUserDetailsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUserDetailsRequest;
+ output: GetUserDetailsResponse;
+ };
+ sdk: {
+ input: GetUserDetailsCommandInput;
+ output: GetUserDetailsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/GetWorkflowCommand.ts b/clients/client-codecatalyst/src/commands/GetWorkflowCommand.ts
index 85030dfed439..90075153b8f4 100644
--- a/clients/client-codecatalyst/src/commands/GetWorkflowCommand.ts
+++ b/clients/client-codecatalyst/src/commands/GetWorkflowCommand.ts
@@ -111,4 +111,16 @@ export class GetWorkflowCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWorkflowCommand)
.de(de_GetWorkflowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWorkflowRequest;
+ output: GetWorkflowResponse;
+ };
+ sdk: {
+ input: GetWorkflowCommandInput;
+ output: GetWorkflowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/GetWorkflowRunCommand.ts b/clients/client-codecatalyst/src/commands/GetWorkflowRunCommand.ts
index 7512c093cd73..410301bacbc1 100644
--- a/clients/client-codecatalyst/src/commands/GetWorkflowRunCommand.ts
+++ b/clients/client-codecatalyst/src/commands/GetWorkflowRunCommand.ts
@@ -109,4 +109,16 @@ export class GetWorkflowRunCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWorkflowRunCommand)
.de(de_GetWorkflowRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWorkflowRunRequest;
+ output: GetWorkflowRunResponse;
+ };
+ sdk: {
+ input: GetWorkflowRunCommandInput;
+ output: GetWorkflowRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/ListAccessTokensCommand.ts b/clients/client-codecatalyst/src/commands/ListAccessTokensCommand.ts
index a256a063b0d8..3dc59b393315 100644
--- a/clients/client-codecatalyst/src/commands/ListAccessTokensCommand.ts
+++ b/clients/client-codecatalyst/src/commands/ListAccessTokensCommand.ts
@@ -105,4 +105,16 @@ export class ListAccessTokensCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAccessTokensCommand)
.de(de_ListAccessTokensCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAccessTokensRequest;
+ output: ListAccessTokensResponse;
+ };
+ sdk: {
+ input: ListAccessTokensCommandInput;
+ output: ListAccessTokensCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/ListDevEnvironmentSessionsCommand.ts b/clients/client-codecatalyst/src/commands/ListDevEnvironmentSessionsCommand.ts
index e525309d7891..55d3add74435 100644
--- a/clients/client-codecatalyst/src/commands/ListDevEnvironmentSessionsCommand.ts
+++ b/clients/client-codecatalyst/src/commands/ListDevEnvironmentSessionsCommand.ts
@@ -110,4 +110,16 @@ export class ListDevEnvironmentSessionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDevEnvironmentSessionsCommand)
.de(de_ListDevEnvironmentSessionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDevEnvironmentSessionsRequest;
+ output: ListDevEnvironmentSessionsResponse;
+ };
+ sdk: {
+ input: ListDevEnvironmentSessionsCommandInput;
+ output: ListDevEnvironmentSessionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/ListDevEnvironmentsCommand.ts b/clients/client-codecatalyst/src/commands/ListDevEnvironmentsCommand.ts
index 5bf0d8471b90..35759d6e0a0c 100644
--- a/clients/client-codecatalyst/src/commands/ListDevEnvironmentsCommand.ts
+++ b/clients/client-codecatalyst/src/commands/ListDevEnvironmentsCommand.ts
@@ -139,4 +139,16 @@ export class ListDevEnvironmentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDevEnvironmentsCommand)
.de(de_ListDevEnvironmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDevEnvironmentsRequest;
+ output: ListDevEnvironmentsResponse;
+ };
+ sdk: {
+ input: ListDevEnvironmentsCommandInput;
+ output: ListDevEnvironmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/ListEventLogsCommand.ts b/clients/client-codecatalyst/src/commands/ListEventLogsCommand.ts
index f456e1d3a942..a3caaea2589e 100644
--- a/clients/client-codecatalyst/src/commands/ListEventLogsCommand.ts
+++ b/clients/client-codecatalyst/src/commands/ListEventLogsCommand.ts
@@ -144,4 +144,16 @@ export class ListEventLogsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEventLogsCommand)
.de(de_ListEventLogsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEventLogsRequest;
+ output: ListEventLogsResponse;
+ };
+ sdk: {
+ input: ListEventLogsCommandInput;
+ output: ListEventLogsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/ListProjectsCommand.ts b/clients/client-codecatalyst/src/commands/ListProjectsCommand.ts
index ecf6a1b50d5b..5396803a2b31 100644
--- a/clients/client-codecatalyst/src/commands/ListProjectsCommand.ts
+++ b/clients/client-codecatalyst/src/commands/ListProjectsCommand.ts
@@ -115,4 +115,16 @@ export class ListProjectsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProjectsCommand)
.de(de_ListProjectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProjectsRequest;
+ output: ListProjectsResponse;
+ };
+ sdk: {
+ input: ListProjectsCommandInput;
+ output: ListProjectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/ListSourceRepositoriesCommand.ts b/clients/client-codecatalyst/src/commands/ListSourceRepositoriesCommand.ts
index 3a5a126e6da1..1f6b00db3822 100644
--- a/clients/client-codecatalyst/src/commands/ListSourceRepositoriesCommand.ts
+++ b/clients/client-codecatalyst/src/commands/ListSourceRepositoriesCommand.ts
@@ -109,4 +109,16 @@ export class ListSourceRepositoriesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSourceRepositoriesCommand)
.de(de_ListSourceRepositoriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSourceRepositoriesRequest;
+ output: ListSourceRepositoriesResponse;
+ };
+ sdk: {
+ input: ListSourceRepositoriesCommandInput;
+ output: ListSourceRepositoriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/ListSourceRepositoryBranchesCommand.ts b/clients/client-codecatalyst/src/commands/ListSourceRepositoryBranchesCommand.ts
index 1a0e9f540513..45f917111ec1 100644
--- a/clients/client-codecatalyst/src/commands/ListSourceRepositoryBranchesCommand.ts
+++ b/clients/client-codecatalyst/src/commands/ListSourceRepositoryBranchesCommand.ts
@@ -114,4 +114,16 @@ export class ListSourceRepositoryBranchesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSourceRepositoryBranchesCommand)
.de(de_ListSourceRepositoryBranchesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSourceRepositoryBranchesRequest;
+ output: ListSourceRepositoryBranchesResponse;
+ };
+ sdk: {
+ input: ListSourceRepositoryBranchesCommandInput;
+ output: ListSourceRepositoryBranchesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/ListSpacesCommand.ts b/clients/client-codecatalyst/src/commands/ListSpacesCommand.ts
index 8ca6e45c6817..ad8b679ab875 100644
--- a/clients/client-codecatalyst/src/commands/ListSpacesCommand.ts
+++ b/clients/client-codecatalyst/src/commands/ListSpacesCommand.ts
@@ -105,4 +105,16 @@ export class ListSpacesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSpacesCommand)
.de(de_ListSpacesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSpacesRequest;
+ output: ListSpacesResponse;
+ };
+ sdk: {
+ input: ListSpacesCommandInput;
+ output: ListSpacesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/ListWorkflowRunsCommand.ts b/clients/client-codecatalyst/src/commands/ListWorkflowRunsCommand.ts
index 2129d2c77465..83a383a7293d 100644
--- a/clients/client-codecatalyst/src/commands/ListWorkflowRunsCommand.ts
+++ b/clients/client-codecatalyst/src/commands/ListWorkflowRunsCommand.ts
@@ -118,4 +118,16 @@ export class ListWorkflowRunsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWorkflowRunsCommand)
.de(de_ListWorkflowRunsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWorkflowRunsRequest;
+ output: ListWorkflowRunsResponse;
+ };
+ sdk: {
+ input: ListWorkflowRunsCommandInput;
+ output: ListWorkflowRunsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/ListWorkflowsCommand.ts b/clients/client-codecatalyst/src/commands/ListWorkflowsCommand.ts
index ff88bb299450..fa5e3d1f4b68 100644
--- a/clients/client-codecatalyst/src/commands/ListWorkflowsCommand.ts
+++ b/clients/client-codecatalyst/src/commands/ListWorkflowsCommand.ts
@@ -118,4 +118,16 @@ export class ListWorkflowsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWorkflowsCommand)
.de(de_ListWorkflowsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWorkflowsRequest;
+ output: ListWorkflowsResponse;
+ };
+ sdk: {
+ input: ListWorkflowsCommandInput;
+ output: ListWorkflowsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/StartDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/StartDevEnvironmentCommand.ts
index b729c2fdb4ee..81709d09af96 100644
--- a/clients/client-codecatalyst/src/commands/StartDevEnvironmentCommand.ts
+++ b/clients/client-codecatalyst/src/commands/StartDevEnvironmentCommand.ts
@@ -110,4 +110,16 @@ export class StartDevEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_StartDevEnvironmentCommand)
.de(de_StartDevEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartDevEnvironmentRequest;
+ output: StartDevEnvironmentResponse;
+ };
+ sdk: {
+ input: StartDevEnvironmentCommandInput;
+ output: StartDevEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/StartDevEnvironmentSessionCommand.ts b/clients/client-codecatalyst/src/commands/StartDevEnvironmentSessionCommand.ts
index 13c13df8eea3..860080ca385e 100644
--- a/clients/client-codecatalyst/src/commands/StartDevEnvironmentSessionCommand.ts
+++ b/clients/client-codecatalyst/src/commands/StartDevEnvironmentSessionCommand.ts
@@ -119,4 +119,16 @@ export class StartDevEnvironmentSessionCommand extends $Command
.f(void 0, StartDevEnvironmentSessionResponseFilterSensitiveLog)
.ser(se_StartDevEnvironmentSessionCommand)
.de(de_StartDevEnvironmentSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartDevEnvironmentSessionRequest;
+ output: StartDevEnvironmentSessionResponse;
+ };
+ sdk: {
+ input: StartDevEnvironmentSessionCommandInput;
+ output: StartDevEnvironmentSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/StartWorkflowRunCommand.ts b/clients/client-codecatalyst/src/commands/StartWorkflowRunCommand.ts
index 4416bc7246bb..f6dace81899d 100644
--- a/clients/client-codecatalyst/src/commands/StartWorkflowRunCommand.ts
+++ b/clients/client-codecatalyst/src/commands/StartWorkflowRunCommand.ts
@@ -103,4 +103,16 @@ export class StartWorkflowRunCommand extends $Command
.f(void 0, void 0)
.ser(se_StartWorkflowRunCommand)
.de(de_StartWorkflowRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartWorkflowRunRequest;
+ output: StartWorkflowRunResponse;
+ };
+ sdk: {
+ input: StartWorkflowRunCommandInput;
+ output: StartWorkflowRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/StopDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/StopDevEnvironmentCommand.ts
index 5b7bcfd03395..a9dff2710b1d 100644
--- a/clients/client-codecatalyst/src/commands/StopDevEnvironmentCommand.ts
+++ b/clients/client-codecatalyst/src/commands/StopDevEnvironmentCommand.ts
@@ -102,4 +102,16 @@ export class StopDevEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_StopDevEnvironmentCommand)
.de(de_StopDevEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopDevEnvironmentRequest;
+ output: StopDevEnvironmentResponse;
+ };
+ sdk: {
+ input: StopDevEnvironmentCommandInput;
+ output: StopDevEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/StopDevEnvironmentSessionCommand.ts b/clients/client-codecatalyst/src/commands/StopDevEnvironmentSessionCommand.ts
index 5807a977fb3c..00140c113ff8 100644
--- a/clients/client-codecatalyst/src/commands/StopDevEnvironmentSessionCommand.ts
+++ b/clients/client-codecatalyst/src/commands/StopDevEnvironmentSessionCommand.ts
@@ -103,4 +103,16 @@ export class StopDevEnvironmentSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_StopDevEnvironmentSessionCommand)
.de(de_StopDevEnvironmentSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopDevEnvironmentSessionRequest;
+ output: StopDevEnvironmentSessionResponse;
+ };
+ sdk: {
+ input: StopDevEnvironmentSessionCommandInput;
+ output: StopDevEnvironmentSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/UpdateDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/UpdateDevEnvironmentCommand.ts
index 814bdc633aeb..898d1f24b235 100644
--- a/clients/client-codecatalyst/src/commands/UpdateDevEnvironmentCommand.ts
+++ b/clients/client-codecatalyst/src/commands/UpdateDevEnvironmentCommand.ts
@@ -121,4 +121,16 @@ export class UpdateDevEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDevEnvironmentCommand)
.de(de_UpdateDevEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDevEnvironmentRequest;
+ output: UpdateDevEnvironmentResponse;
+ };
+ sdk: {
+ input: UpdateDevEnvironmentCommandInput;
+ output: UpdateDevEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/UpdateProjectCommand.ts b/clients/client-codecatalyst/src/commands/UpdateProjectCommand.ts
index 0af2f4a09970..b2c8a6332fb5 100644
--- a/clients/client-codecatalyst/src/commands/UpdateProjectCommand.ts
+++ b/clients/client-codecatalyst/src/commands/UpdateProjectCommand.ts
@@ -102,4 +102,16 @@ export class UpdateProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateProjectCommand)
.de(de_UpdateProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateProjectRequest;
+ output: UpdateProjectResponse;
+ };
+ sdk: {
+ input: UpdateProjectCommandInput;
+ output: UpdateProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/UpdateSpaceCommand.ts b/clients/client-codecatalyst/src/commands/UpdateSpaceCommand.ts
index dc21315c61c5..4fb3e89bf8f1 100644
--- a/clients/client-codecatalyst/src/commands/UpdateSpaceCommand.ts
+++ b/clients/client-codecatalyst/src/commands/UpdateSpaceCommand.ts
@@ -100,4 +100,16 @@ export class UpdateSpaceCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSpaceCommand)
.de(de_UpdateSpaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSpaceRequest;
+ output: UpdateSpaceResponse;
+ };
+ sdk: {
+ input: UpdateSpaceCommandInput;
+ output: UpdateSpaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecatalyst/src/commands/VerifySessionCommand.ts b/clients/client-codecatalyst/src/commands/VerifySessionCommand.ts
index bccb11169a6e..159a080b971c 100644
--- a/clients/client-codecatalyst/src/commands/VerifySessionCommand.ts
+++ b/clients/client-codecatalyst/src/commands/VerifySessionCommand.ts
@@ -95,4 +95,16 @@ export class VerifySessionCommand extends $Command
.f(void 0, void 0)
.ser(se_VerifySessionCommand)
.de(de_VerifySessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: VerifySessionResponse;
+ };
+ sdk: {
+ input: VerifySessionCommandInput;
+ output: VerifySessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/package.json b/clients/client-codecommit/package.json
index db97b9a6172d..f3d01d3c28c3 100644
--- a/clients/client-codecommit/package.json
+++ b/clients/client-codecommit/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-codecommit/src/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.ts b/clients/client-codecommit/src/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.ts
index 0564cabff421..1b0602bfafab 100644
--- a/clients/client-codecommit/src/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.ts
+++ b/clients/client-codecommit/src/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.ts
@@ -131,4 +131,16 @@ export class AssociateApprovalRuleTemplateWithRepositoryCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateApprovalRuleTemplateWithRepositoryCommand)
.de(de_AssociateApprovalRuleTemplateWithRepositoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateApprovalRuleTemplateWithRepositoryInput;
+ output: {};
+ };
+ sdk: {
+ input: AssociateApprovalRuleTemplateWithRepositoryCommandInput;
+ output: AssociateApprovalRuleTemplateWithRepositoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts b/clients/client-codecommit/src/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts
index ac79b967d01c..0d3b36a6de0e 100644
--- a/clients/client-codecommit/src/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts
+++ b/clients/client-codecommit/src/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts
@@ -131,4 +131,16 @@ export class BatchAssociateApprovalRuleTemplateWithRepositoriesCommand extends $
.f(void 0, void 0)
.ser(se_BatchAssociateApprovalRuleTemplateWithRepositoriesCommand)
.de(de_BatchAssociateApprovalRuleTemplateWithRepositoriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchAssociateApprovalRuleTemplateWithRepositoriesInput;
+ output: BatchAssociateApprovalRuleTemplateWithRepositoriesOutput;
+ };
+ sdk: {
+ input: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput;
+ output: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/BatchDescribeMergeConflictsCommand.ts b/clients/client-codecommit/src/commands/BatchDescribeMergeConflictsCommand.ts
index a16c3f7e6992..3cca18e60098 100644
--- a/clients/client-codecommit/src/commands/BatchDescribeMergeConflictsCommand.ts
+++ b/clients/client-codecommit/src/commands/BatchDescribeMergeConflictsCommand.ts
@@ -222,4 +222,16 @@ export class BatchDescribeMergeConflictsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDescribeMergeConflictsCommand)
.de(de_BatchDescribeMergeConflictsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDescribeMergeConflictsInput;
+ output: BatchDescribeMergeConflictsOutput;
+ };
+ sdk: {
+ input: BatchDescribeMergeConflictsCommandInput;
+ output: BatchDescribeMergeConflictsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.ts b/clients/client-codecommit/src/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.ts
index c2b8618ddd78..ce453f5aef13 100644
--- a/clients/client-codecommit/src/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.ts
+++ b/clients/client-codecommit/src/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.ts
@@ -131,4 +131,16 @@ export class BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand extend
.f(void 0, void 0)
.ser(se_BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand)
.de(de_BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDisassociateApprovalRuleTemplateFromRepositoriesInput;
+ output: BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput;
+ };
+ sdk: {
+ input: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput;
+ output: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/BatchGetCommitsCommand.ts b/clients/client-codecommit/src/commands/BatchGetCommitsCommand.ts
index 05ff60f4b4ec..4669e7dcd34b 100644
--- a/clients/client-codecommit/src/commands/BatchGetCommitsCommand.ts
+++ b/clients/client-codecommit/src/commands/BatchGetCommitsCommand.ts
@@ -142,4 +142,16 @@ export class BatchGetCommitsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetCommitsCommand)
.de(de_BatchGetCommitsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetCommitsInput;
+ output: BatchGetCommitsOutput;
+ };
+ sdk: {
+ input: BatchGetCommitsCommandInput;
+ output: BatchGetCommitsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/BatchGetRepositoriesCommand.ts b/clients/client-codecommit/src/commands/BatchGetRepositoriesCommand.ts
index a4b7bac2a819..32af7c1cb18b 100644
--- a/clients/client-codecommit/src/commands/BatchGetRepositoriesCommand.ts
+++ b/clients/client-codecommit/src/commands/BatchGetRepositoriesCommand.ts
@@ -140,4 +140,16 @@ export class BatchGetRepositoriesCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetRepositoriesCommand)
.de(de_BatchGetRepositoriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetRepositoriesInput;
+ output: BatchGetRepositoriesOutput;
+ };
+ sdk: {
+ input: BatchGetRepositoriesCommandInput;
+ output: BatchGetRepositoriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/CreateApprovalRuleTemplateCommand.ts b/clients/client-codecommit/src/commands/CreateApprovalRuleTemplateCommand.ts
index c04c1ce2aca1..4fc0805898c8 100644
--- a/clients/client-codecommit/src/commands/CreateApprovalRuleTemplateCommand.ts
+++ b/clients/client-codecommit/src/commands/CreateApprovalRuleTemplateCommand.ts
@@ -119,4 +119,16 @@ export class CreateApprovalRuleTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateApprovalRuleTemplateCommand)
.de(de_CreateApprovalRuleTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateApprovalRuleTemplateInput;
+ output: CreateApprovalRuleTemplateOutput;
+ };
+ sdk: {
+ input: CreateApprovalRuleTemplateCommandInput;
+ output: CreateApprovalRuleTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/CreateBranchCommand.ts b/clients/client-codecommit/src/commands/CreateBranchCommand.ts
index 9c7cd5e2bff4..041da3c31c28 100644
--- a/clients/client-codecommit/src/commands/CreateBranchCommand.ts
+++ b/clients/client-codecommit/src/commands/CreateBranchCommand.ts
@@ -129,4 +129,16 @@ export class CreateBranchCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateBranchCommand)
.de(de_CreateBranchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBranchInput;
+ output: {};
+ };
+ sdk: {
+ input: CreateBranchCommandInput;
+ output: CreateBranchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/CreateCommitCommand.ts b/clients/client-codecommit/src/commands/CreateCommitCommand.ts
index 60a85100739a..6884c71b3a82 100644
--- a/clients/client-codecommit/src/commands/CreateCommitCommand.ts
+++ b/clients/client-codecommit/src/commands/CreateCommitCommand.ts
@@ -265,4 +265,16 @@ export class CreateCommitCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCommitCommand)
.de(de_CreateCommitCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCommitInput;
+ output: CreateCommitOutput;
+ };
+ sdk: {
+ input: CreateCommitCommandInput;
+ output: CreateCommitCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/CreatePullRequestApprovalRuleCommand.ts b/clients/client-codecommit/src/commands/CreatePullRequestApprovalRuleCommand.ts
index f893ebe8d8c5..320e1c6ec334 100644
--- a/clients/client-codecommit/src/commands/CreatePullRequestApprovalRuleCommand.ts
+++ b/clients/client-codecommit/src/commands/CreatePullRequestApprovalRuleCommand.ts
@@ -142,4 +142,16 @@ export class CreatePullRequestApprovalRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePullRequestApprovalRuleCommand)
.de(de_CreatePullRequestApprovalRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePullRequestApprovalRuleInput;
+ output: CreatePullRequestApprovalRuleOutput;
+ };
+ sdk: {
+ input: CreatePullRequestApprovalRuleCommandInput;
+ output: CreatePullRequestApprovalRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/CreatePullRequestCommand.ts b/clients/client-codecommit/src/commands/CreatePullRequestCommand.ts
index b7a0809e0c59..24c2620f2638 100644
--- a/clients/client-codecommit/src/commands/CreatePullRequestCommand.ts
+++ b/clients/client-codecommit/src/commands/CreatePullRequestCommand.ts
@@ -218,4 +218,16 @@ export class CreatePullRequestCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePullRequestCommand)
.de(de_CreatePullRequestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePullRequestInput;
+ output: CreatePullRequestOutput;
+ };
+ sdk: {
+ input: CreatePullRequestCommandInput;
+ output: CreatePullRequestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/CreateRepositoryCommand.ts b/clients/client-codecommit/src/commands/CreateRepositoryCommand.ts
index 81e34f30510e..4fa609c458fc 100644
--- a/clients/client-codecommit/src/commands/CreateRepositoryCommand.ts
+++ b/clients/client-codecommit/src/commands/CreateRepositoryCommand.ts
@@ -151,4 +151,16 @@ export class CreateRepositoryCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRepositoryCommand)
.de(de_CreateRepositoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRepositoryInput;
+ output: CreateRepositoryOutput;
+ };
+ sdk: {
+ input: CreateRepositoryCommandInput;
+ output: CreateRepositoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/CreateUnreferencedMergeCommitCommand.ts b/clients/client-codecommit/src/commands/CreateUnreferencedMergeCommitCommand.ts
index c9f11ded3a0f..d2dfd0f5b842 100644
--- a/clients/client-codecommit/src/commands/CreateUnreferencedMergeCommitCommand.ts
+++ b/clients/client-codecommit/src/commands/CreateUnreferencedMergeCommitCommand.ts
@@ -240,4 +240,16 @@ export class CreateUnreferencedMergeCommitCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateUnreferencedMergeCommitCommand)
.de(de_CreateUnreferencedMergeCommitCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateUnreferencedMergeCommitInput;
+ output: CreateUnreferencedMergeCommitOutput;
+ };
+ sdk: {
+ input: CreateUnreferencedMergeCommitCommandInput;
+ output: CreateUnreferencedMergeCommitCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/DeleteApprovalRuleTemplateCommand.ts b/clients/client-codecommit/src/commands/DeleteApprovalRuleTemplateCommand.ts
index 2b1ca7d31500..a58cb6a5201a 100644
--- a/clients/client-codecommit/src/commands/DeleteApprovalRuleTemplateCommand.ts
+++ b/clients/client-codecommit/src/commands/DeleteApprovalRuleTemplateCommand.ts
@@ -89,4 +89,16 @@ export class DeleteApprovalRuleTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApprovalRuleTemplateCommand)
.de(de_DeleteApprovalRuleTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApprovalRuleTemplateInput;
+ output: DeleteApprovalRuleTemplateOutput;
+ };
+ sdk: {
+ input: DeleteApprovalRuleTemplateCommandInput;
+ output: DeleteApprovalRuleTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/DeleteBranchCommand.ts b/clients/client-codecommit/src/commands/DeleteBranchCommand.ts
index 3e389af826ce..da02d4b6c864 100644
--- a/clients/client-codecommit/src/commands/DeleteBranchCommand.ts
+++ b/clients/client-codecommit/src/commands/DeleteBranchCommand.ts
@@ -119,4 +119,16 @@ export class DeleteBranchCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBranchCommand)
.de(de_DeleteBranchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBranchInput;
+ output: DeleteBranchOutput;
+ };
+ sdk: {
+ input: DeleteBranchCommandInput;
+ output: DeleteBranchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/DeleteCommentContentCommand.ts b/clients/client-codecommit/src/commands/DeleteCommentContentCommand.ts
index af2ff5f5edc8..344c99d2dd70 100644
--- a/clients/client-codecommit/src/commands/DeleteCommentContentCommand.ts
+++ b/clients/client-codecommit/src/commands/DeleteCommentContentCommand.ts
@@ -105,4 +105,16 @@ export class DeleteCommentContentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCommentContentCommand)
.de(de_DeleteCommentContentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCommentContentInput;
+ output: DeleteCommentContentOutput;
+ };
+ sdk: {
+ input: DeleteCommentContentCommandInput;
+ output: DeleteCommentContentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/DeleteFileCommand.ts b/clients/client-codecommit/src/commands/DeleteFileCommand.ts
index 3f803045c6ea..3214f71ca8ff 100644
--- a/clients/client-codecommit/src/commands/DeleteFileCommand.ts
+++ b/clients/client-codecommit/src/commands/DeleteFileCommand.ts
@@ -166,4 +166,16 @@ export class DeleteFileCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFileCommand)
.de(de_DeleteFileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFileInput;
+ output: DeleteFileOutput;
+ };
+ sdk: {
+ input: DeleteFileCommandInput;
+ output: DeleteFileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/DeletePullRequestApprovalRuleCommand.ts b/clients/client-codecommit/src/commands/DeletePullRequestApprovalRuleCommand.ts
index 1f5e3b908fc1..9518caabf48f 100644
--- a/clients/client-codecommit/src/commands/DeletePullRequestApprovalRuleCommand.ts
+++ b/clients/client-codecommit/src/commands/DeletePullRequestApprovalRuleCommand.ts
@@ -122,4 +122,16 @@ export class DeletePullRequestApprovalRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePullRequestApprovalRuleCommand)
.de(de_DeletePullRequestApprovalRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePullRequestApprovalRuleInput;
+ output: DeletePullRequestApprovalRuleOutput;
+ };
+ sdk: {
+ input: DeletePullRequestApprovalRuleCommandInput;
+ output: DeletePullRequestApprovalRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/DeleteRepositoryCommand.ts b/clients/client-codecommit/src/commands/DeleteRepositoryCommand.ts
index 7bc7afc7cbfa..a690f16dd6e0 100644
--- a/clients/client-codecommit/src/commands/DeleteRepositoryCommand.ts
+++ b/clients/client-codecommit/src/commands/DeleteRepositoryCommand.ts
@@ -108,4 +108,16 @@ export class DeleteRepositoryCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRepositoryCommand)
.de(de_DeleteRepositoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRepositoryInput;
+ output: DeleteRepositoryOutput;
+ };
+ sdk: {
+ input: DeleteRepositoryCommandInput;
+ output: DeleteRepositoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/DescribeMergeConflictsCommand.ts b/clients/client-codecommit/src/commands/DescribeMergeConflictsCommand.ts
index 87b75373272e..bdc3d565abf4 100644
--- a/clients/client-codecommit/src/commands/DescribeMergeConflictsCommand.ts
+++ b/clients/client-codecommit/src/commands/DescribeMergeConflictsCommand.ts
@@ -217,4 +217,16 @@ export class DescribeMergeConflictsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeMergeConflictsCommand)
.de(de_DescribeMergeConflictsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeMergeConflictsInput;
+ output: DescribeMergeConflictsOutput;
+ };
+ sdk: {
+ input: DescribeMergeConflictsCommandInput;
+ output: DescribeMergeConflictsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/DescribePullRequestEventsCommand.ts b/clients/client-codecommit/src/commands/DescribePullRequestEventsCommand.ts
index e21bd2404ecc..517c1ce689a0 100644
--- a/clients/client-codecommit/src/commands/DescribePullRequestEventsCommand.ts
+++ b/clients/client-codecommit/src/commands/DescribePullRequestEventsCommand.ts
@@ -167,4 +167,16 @@ export class DescribePullRequestEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePullRequestEventsCommand)
.de(de_DescribePullRequestEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePullRequestEventsInput;
+ output: DescribePullRequestEventsOutput;
+ };
+ sdk: {
+ input: DescribePullRequestEventsCommandInput;
+ output: DescribePullRequestEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.ts b/clients/client-codecommit/src/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.ts
index d1c8af39a96e..ac63fc11ab39 100644
--- a/clients/client-codecommit/src/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.ts
+++ b/clients/client-codecommit/src/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.ts
@@ -124,4 +124,16 @@ export class DisassociateApprovalRuleTemplateFromRepositoryCommand extends $Comm
.f(void 0, void 0)
.ser(se_DisassociateApprovalRuleTemplateFromRepositoryCommand)
.de(de_DisassociateApprovalRuleTemplateFromRepositoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateApprovalRuleTemplateFromRepositoryInput;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateApprovalRuleTemplateFromRepositoryCommandInput;
+ output: DisassociateApprovalRuleTemplateFromRepositoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/EvaluatePullRequestApprovalRulesCommand.ts b/clients/client-codecommit/src/commands/EvaluatePullRequestApprovalRulesCommand.ts
index 48f70b36518c..6d679b05e3ab 100644
--- a/clients/client-codecommit/src/commands/EvaluatePullRequestApprovalRulesCommand.ts
+++ b/clients/client-codecommit/src/commands/EvaluatePullRequestApprovalRulesCommand.ts
@@ -125,4 +125,16 @@ export class EvaluatePullRequestApprovalRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_EvaluatePullRequestApprovalRulesCommand)
.de(de_EvaluatePullRequestApprovalRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EvaluatePullRequestApprovalRulesInput;
+ output: EvaluatePullRequestApprovalRulesOutput;
+ };
+ sdk: {
+ input: EvaluatePullRequestApprovalRulesCommandInput;
+ output: EvaluatePullRequestApprovalRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/GetApprovalRuleTemplateCommand.ts b/clients/client-codecommit/src/commands/GetApprovalRuleTemplateCommand.ts
index e02e80149fc8..560828edfaea 100644
--- a/clients/client-codecommit/src/commands/GetApprovalRuleTemplateCommand.ts
+++ b/clients/client-codecommit/src/commands/GetApprovalRuleTemplateCommand.ts
@@ -98,4 +98,16 @@ export class GetApprovalRuleTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetApprovalRuleTemplateCommand)
.de(de_GetApprovalRuleTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetApprovalRuleTemplateInput;
+ output: GetApprovalRuleTemplateOutput;
+ };
+ sdk: {
+ input: GetApprovalRuleTemplateCommandInput;
+ output: GetApprovalRuleTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/GetBlobCommand.ts b/clients/client-codecommit/src/commands/GetBlobCommand.ts
index 1ea4edc515d3..975dc274295c 100644
--- a/clients/client-codecommit/src/commands/GetBlobCommand.ts
+++ b/clients/client-codecommit/src/commands/GetBlobCommand.ts
@@ -120,4 +120,16 @@ export class GetBlobCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBlobCommand)
.de(de_GetBlobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBlobInput;
+ output: GetBlobOutput;
+ };
+ sdk: {
+ input: GetBlobCommandInput;
+ output: GetBlobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/GetBranchCommand.ts b/clients/client-codecommit/src/commands/GetBranchCommand.ts
index eefad7020182..9d84ec787b05 100644
--- a/clients/client-codecommit/src/commands/GetBranchCommand.ts
+++ b/clients/client-codecommit/src/commands/GetBranchCommand.ts
@@ -119,4 +119,16 @@ export class GetBranchCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBranchCommand)
.de(de_GetBranchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBranchInput;
+ output: GetBranchOutput;
+ };
+ sdk: {
+ input: GetBranchCommandInput;
+ output: GetBranchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/GetCommentCommand.ts b/clients/client-codecommit/src/commands/GetCommentCommand.ts
index eaf758b4fba9..f4d43cd7d1d3 100644
--- a/clients/client-codecommit/src/commands/GetCommentCommand.ts
+++ b/clients/client-codecommit/src/commands/GetCommentCommand.ts
@@ -124,4 +124,16 @@ export class GetCommentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCommentCommand)
.de(de_GetCommentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCommentInput;
+ output: GetCommentOutput;
+ };
+ sdk: {
+ input: GetCommentCommandInput;
+ output: GetCommentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/GetCommentReactionsCommand.ts b/clients/client-codecommit/src/commands/GetCommentReactionsCommand.ts
index 6de16170f5eb..895abdebb511 100644
--- a/clients/client-codecommit/src/commands/GetCommentReactionsCommand.ts
+++ b/clients/client-codecommit/src/commands/GetCommentReactionsCommand.ts
@@ -115,4 +115,16 @@ export class GetCommentReactionsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCommentReactionsCommand)
.de(de_GetCommentReactionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCommentReactionsInput;
+ output: GetCommentReactionsOutput;
+ };
+ sdk: {
+ input: GetCommentReactionsCommandInput;
+ output: GetCommentReactionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/GetCommentsForComparedCommitCommand.ts b/clients/client-codecommit/src/commands/GetCommentsForComparedCommitCommand.ts
index bec5264159ea..dc078b0b9bea 100644
--- a/clients/client-codecommit/src/commands/GetCommentsForComparedCommitCommand.ts
+++ b/clients/client-codecommit/src/commands/GetCommentsForComparedCommitCommand.ts
@@ -166,4 +166,16 @@ export class GetCommentsForComparedCommitCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCommentsForComparedCommitCommand)
.de(de_GetCommentsForComparedCommitCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCommentsForComparedCommitInput;
+ output: GetCommentsForComparedCommitOutput;
+ };
+ sdk: {
+ input: GetCommentsForComparedCommitCommandInput;
+ output: GetCommentsForComparedCommitCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/GetCommentsForPullRequestCommand.ts b/clients/client-codecommit/src/commands/GetCommentsForPullRequestCommand.ts
index 9067a2618e63..e2d2c807fa6d 100644
--- a/clients/client-codecommit/src/commands/GetCommentsForPullRequestCommand.ts
+++ b/clients/client-codecommit/src/commands/GetCommentsForPullRequestCommand.ts
@@ -175,4 +175,16 @@ export class GetCommentsForPullRequestCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCommentsForPullRequestCommand)
.de(de_GetCommentsForPullRequestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCommentsForPullRequestInput;
+ output: GetCommentsForPullRequestOutput;
+ };
+ sdk: {
+ input: GetCommentsForPullRequestCommandInput;
+ output: GetCommentsForPullRequestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/GetCommitCommand.ts b/clients/client-codecommit/src/commands/GetCommitCommand.ts
index aabeb1856b5d..f7386dcee738 100644
--- a/clients/client-codecommit/src/commands/GetCommitCommand.ts
+++ b/clients/client-codecommit/src/commands/GetCommitCommand.ts
@@ -134,4 +134,16 @@ export class GetCommitCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCommitCommand)
.de(de_GetCommitCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCommitInput;
+ output: GetCommitOutput;
+ };
+ sdk: {
+ input: GetCommitCommandInput;
+ output: GetCommitCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/GetDifferencesCommand.ts b/clients/client-codecommit/src/commands/GetDifferencesCommand.ts
index 9bb3f84ddeab..8b207646cb51 100644
--- a/clients/client-codecommit/src/commands/GetDifferencesCommand.ts
+++ b/clients/client-codecommit/src/commands/GetDifferencesCommand.ts
@@ -153,4 +153,16 @@ export class GetDifferencesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDifferencesCommand)
.de(de_GetDifferencesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDifferencesInput;
+ output: GetDifferencesOutput;
+ };
+ sdk: {
+ input: GetDifferencesCommandInput;
+ output: GetDifferencesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/GetFileCommand.ts b/clients/client-codecommit/src/commands/GetFileCommand.ts
index c214e368f92d..8d93bea8b7b6 100644
--- a/clients/client-codecommit/src/commands/GetFileCommand.ts
+++ b/clients/client-codecommit/src/commands/GetFileCommand.ts
@@ -133,4 +133,16 @@ export class GetFileCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFileCommand)
.de(de_GetFileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFileInput;
+ output: GetFileOutput;
+ };
+ sdk: {
+ input: GetFileCommandInput;
+ output: GetFileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/GetFolderCommand.ts b/clients/client-codecommit/src/commands/GetFolderCommand.ts
index e40dcac2e55e..2504f7424080 100644
--- a/clients/client-codecommit/src/commands/GetFolderCommand.ts
+++ b/clients/client-codecommit/src/commands/GetFolderCommand.ts
@@ -156,4 +156,16 @@ export class GetFolderCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFolderCommand)
.de(de_GetFolderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFolderInput;
+ output: GetFolderOutput;
+ };
+ sdk: {
+ input: GetFolderCommandInput;
+ output: GetFolderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/GetMergeCommitCommand.ts b/clients/client-codecommit/src/commands/GetMergeCommitCommand.ts
index 8073fa10e656..6caee4e7c913 100644
--- a/clients/client-codecommit/src/commands/GetMergeCommitCommand.ts
+++ b/clients/client-codecommit/src/commands/GetMergeCommitCommand.ts
@@ -128,4 +128,16 @@ export class GetMergeCommitCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMergeCommitCommand)
.de(de_GetMergeCommitCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMergeCommitInput;
+ output: GetMergeCommitOutput;
+ };
+ sdk: {
+ input: GetMergeCommitCommandInput;
+ output: GetMergeCommitCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/GetMergeConflictsCommand.ts b/clients/client-codecommit/src/commands/GetMergeConflictsCommand.ts
index 22759cf35706..58da53f0267d 100644
--- a/clients/client-codecommit/src/commands/GetMergeConflictsCommand.ts
+++ b/clients/client-codecommit/src/commands/GetMergeConflictsCommand.ts
@@ -193,4 +193,16 @@ export class GetMergeConflictsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMergeConflictsCommand)
.de(de_GetMergeConflictsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMergeConflictsInput;
+ output: GetMergeConflictsOutput;
+ };
+ sdk: {
+ input: GetMergeConflictsCommandInput;
+ output: GetMergeConflictsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/GetMergeOptionsCommand.ts b/clients/client-codecommit/src/commands/GetMergeOptionsCommand.ts
index fd5775f64361..52f539066770 100644
--- a/clients/client-codecommit/src/commands/GetMergeOptionsCommand.ts
+++ b/clients/client-codecommit/src/commands/GetMergeOptionsCommand.ts
@@ -142,4 +142,16 @@ export class GetMergeOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMergeOptionsCommand)
.de(de_GetMergeOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMergeOptionsInput;
+ output: GetMergeOptionsOutput;
+ };
+ sdk: {
+ input: GetMergeOptionsCommandInput;
+ output: GetMergeOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/GetPullRequestApprovalStatesCommand.ts b/clients/client-codecommit/src/commands/GetPullRequestApprovalStatesCommand.ts
index 7d2be39fd749..e68b754c8fbb 100644
--- a/clients/client-codecommit/src/commands/GetPullRequestApprovalStatesCommand.ts
+++ b/clients/client-codecommit/src/commands/GetPullRequestApprovalStatesCommand.ts
@@ -119,4 +119,16 @@ export class GetPullRequestApprovalStatesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPullRequestApprovalStatesCommand)
.de(de_GetPullRequestApprovalStatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPullRequestApprovalStatesInput;
+ output: GetPullRequestApprovalStatesOutput;
+ };
+ sdk: {
+ input: GetPullRequestApprovalStatesCommandInput;
+ output: GetPullRequestApprovalStatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/GetPullRequestCommand.ts b/clients/client-codecommit/src/commands/GetPullRequestCommand.ts
index a53d2abb80ba..f4be27bd26c1 100644
--- a/clients/client-codecommit/src/commands/GetPullRequestCommand.ts
+++ b/clients/client-codecommit/src/commands/GetPullRequestCommand.ts
@@ -142,4 +142,16 @@ export class GetPullRequestCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPullRequestCommand)
.de(de_GetPullRequestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPullRequestInput;
+ output: GetPullRequestOutput;
+ };
+ sdk: {
+ input: GetPullRequestCommandInput;
+ output: GetPullRequestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/GetPullRequestOverrideStateCommand.ts b/clients/client-codecommit/src/commands/GetPullRequestOverrideStateCommand.ts
index ecfab130ef04..66465b958b6c 100644
--- a/clients/client-codecommit/src/commands/GetPullRequestOverrideStateCommand.ts
+++ b/clients/client-codecommit/src/commands/GetPullRequestOverrideStateCommand.ts
@@ -110,4 +110,16 @@ export class GetPullRequestOverrideStateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPullRequestOverrideStateCommand)
.de(de_GetPullRequestOverrideStateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPullRequestOverrideStateInput;
+ output: GetPullRequestOverrideStateOutput;
+ };
+ sdk: {
+ input: GetPullRequestOverrideStateCommandInput;
+ output: GetPullRequestOverrideStateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/GetRepositoryCommand.ts b/clients/client-codecommit/src/commands/GetRepositoryCommand.ts
index 628950cb9a35..98b1c7e81b65 100644
--- a/clients/client-codecommit/src/commands/GetRepositoryCommand.ts
+++ b/clients/client-codecommit/src/commands/GetRepositoryCommand.ts
@@ -125,4 +125,16 @@ export class GetRepositoryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRepositoryCommand)
.de(de_GetRepositoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRepositoryInput;
+ output: GetRepositoryOutput;
+ };
+ sdk: {
+ input: GetRepositoryCommandInput;
+ output: GetRepositoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/GetRepositoryTriggersCommand.ts b/clients/client-codecommit/src/commands/GetRepositoryTriggersCommand.ts
index 8255084ab431..b31611b5e9b0 100644
--- a/clients/client-codecommit/src/commands/GetRepositoryTriggersCommand.ts
+++ b/clients/client-codecommit/src/commands/GetRepositoryTriggersCommand.ts
@@ -119,4 +119,16 @@ export class GetRepositoryTriggersCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRepositoryTriggersCommand)
.de(de_GetRepositoryTriggersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRepositoryTriggersInput;
+ output: GetRepositoryTriggersOutput;
+ };
+ sdk: {
+ input: GetRepositoryTriggersCommandInput;
+ output: GetRepositoryTriggersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/ListApprovalRuleTemplatesCommand.ts b/clients/client-codecommit/src/commands/ListApprovalRuleTemplatesCommand.ts
index 8255bc96111c..27faf8b08e09 100644
--- a/clients/client-codecommit/src/commands/ListApprovalRuleTemplatesCommand.ts
+++ b/clients/client-codecommit/src/commands/ListApprovalRuleTemplatesCommand.ts
@@ -88,4 +88,16 @@ export class ListApprovalRuleTemplatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListApprovalRuleTemplatesCommand)
.de(de_ListApprovalRuleTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListApprovalRuleTemplatesInput;
+ output: ListApprovalRuleTemplatesOutput;
+ };
+ sdk: {
+ input: ListApprovalRuleTemplatesCommandInput;
+ output: ListApprovalRuleTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts b/clients/client-codecommit/src/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts
index 25f3e78eadd4..75736d8d342e 100644
--- a/clients/client-codecommit/src/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts
+++ b/clients/client-codecommit/src/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts
@@ -126,4 +126,16 @@ export class ListAssociatedApprovalRuleTemplatesForRepositoryCommand extends $Co
.f(void 0, void 0)
.ser(se_ListAssociatedApprovalRuleTemplatesForRepositoryCommand)
.de(de_ListAssociatedApprovalRuleTemplatesForRepositoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssociatedApprovalRuleTemplatesForRepositoryInput;
+ output: ListAssociatedApprovalRuleTemplatesForRepositoryOutput;
+ };
+ sdk: {
+ input: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput;
+ output: ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/ListBranchesCommand.ts b/clients/client-codecommit/src/commands/ListBranchesCommand.ts
index 0ec1d4fa5a52..03fd01292a5d 100644
--- a/clients/client-codecommit/src/commands/ListBranchesCommand.ts
+++ b/clients/client-codecommit/src/commands/ListBranchesCommand.ts
@@ -113,4 +113,16 @@ export class ListBranchesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBranchesCommand)
.de(de_ListBranchesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBranchesInput;
+ output: ListBranchesOutput;
+ };
+ sdk: {
+ input: ListBranchesCommandInput;
+ output: ListBranchesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/ListFileCommitHistoryCommand.ts b/clients/client-codecommit/src/commands/ListFileCommitHistoryCommand.ts
index 2cdc1269a886..2b27dd3b27a4 100644
--- a/clients/client-codecommit/src/commands/ListFileCommitHistoryCommand.ts
+++ b/clients/client-codecommit/src/commands/ListFileCommitHistoryCommand.ts
@@ -158,4 +158,16 @@ export class ListFileCommitHistoryCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFileCommitHistoryCommand)
.de(de_ListFileCommitHistoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFileCommitHistoryRequest;
+ output: ListFileCommitHistoryResponse;
+ };
+ sdk: {
+ input: ListFileCommitHistoryCommandInput;
+ output: ListFileCommitHistoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/ListPullRequestsCommand.ts b/clients/client-codecommit/src/commands/ListPullRequestsCommand.ts
index 17b4d9d820a1..75106028b884 100644
--- a/clients/client-codecommit/src/commands/ListPullRequestsCommand.ts
+++ b/clients/client-codecommit/src/commands/ListPullRequestsCommand.ts
@@ -129,4 +129,16 @@ export class ListPullRequestsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPullRequestsCommand)
.de(de_ListPullRequestsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPullRequestsInput;
+ output: ListPullRequestsOutput;
+ };
+ sdk: {
+ input: ListPullRequestsCommandInput;
+ output: ListPullRequestsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/ListRepositoriesCommand.ts b/clients/client-codecommit/src/commands/ListRepositoriesCommand.ts
index 625ddc436734..7904c3276f18 100644
--- a/clients/client-codecommit/src/commands/ListRepositoriesCommand.ts
+++ b/clients/client-codecommit/src/commands/ListRepositoriesCommand.ts
@@ -94,4 +94,16 @@ export class ListRepositoriesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRepositoriesCommand)
.de(de_ListRepositoriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRepositoriesInput;
+ output: ListRepositoriesOutput;
+ };
+ sdk: {
+ input: ListRepositoriesCommandInput;
+ output: ListRepositoriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/ListRepositoriesForApprovalRuleTemplateCommand.ts b/clients/client-codecommit/src/commands/ListRepositoriesForApprovalRuleTemplateCommand.ts
index 1da5d0a15b15..2f3b60228437 100644
--- a/clients/client-codecommit/src/commands/ListRepositoriesForApprovalRuleTemplateCommand.ts
+++ b/clients/client-codecommit/src/commands/ListRepositoriesForApprovalRuleTemplateCommand.ts
@@ -124,4 +124,16 @@ export class ListRepositoriesForApprovalRuleTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRepositoriesForApprovalRuleTemplateCommand)
.de(de_ListRepositoriesForApprovalRuleTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRepositoriesForApprovalRuleTemplateInput;
+ output: ListRepositoriesForApprovalRuleTemplateOutput;
+ };
+ sdk: {
+ input: ListRepositoriesForApprovalRuleTemplateCommandInput;
+ output: ListRepositoriesForApprovalRuleTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/ListTagsForResourceCommand.ts b/clients/client-codecommit/src/commands/ListTagsForResourceCommand.ts
index 99c0e3b4fbfc..e06357ea858d 100644
--- a/clients/client-codecommit/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-codecommit/src/commands/ListTagsForResourceCommand.ts
@@ -103,4 +103,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceInput;
+ output: ListTagsForResourceOutput;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/MergeBranchesByFastForwardCommand.ts b/clients/client-codecommit/src/commands/MergeBranchesByFastForwardCommand.ts
index 1be0a83920b2..0b541c621bec 100644
--- a/clients/client-codecommit/src/commands/MergeBranchesByFastForwardCommand.ts
+++ b/clients/client-codecommit/src/commands/MergeBranchesByFastForwardCommand.ts
@@ -145,4 +145,16 @@ export class MergeBranchesByFastForwardCommand extends $Command
.f(void 0, void 0)
.ser(se_MergeBranchesByFastForwardCommand)
.de(de_MergeBranchesByFastForwardCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: MergeBranchesByFastForwardInput;
+ output: MergeBranchesByFastForwardOutput;
+ };
+ sdk: {
+ input: MergeBranchesByFastForwardCommandInput;
+ output: MergeBranchesByFastForwardCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/MergeBranchesBySquashCommand.ts b/clients/client-codecommit/src/commands/MergeBranchesBySquashCommand.ts
index dab1829e07ee..43a509ecec53 100644
--- a/clients/client-codecommit/src/commands/MergeBranchesBySquashCommand.ts
+++ b/clients/client-codecommit/src/commands/MergeBranchesBySquashCommand.ts
@@ -238,4 +238,16 @@ export class MergeBranchesBySquashCommand extends $Command
.f(void 0, void 0)
.ser(se_MergeBranchesBySquashCommand)
.de(de_MergeBranchesBySquashCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: MergeBranchesBySquashInput;
+ output: MergeBranchesBySquashOutput;
+ };
+ sdk: {
+ input: MergeBranchesBySquashCommandInput;
+ output: MergeBranchesBySquashCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/MergeBranchesByThreeWayCommand.ts b/clients/client-codecommit/src/commands/MergeBranchesByThreeWayCommand.ts
index 8d9de48ff48d..b97181809257 100644
--- a/clients/client-codecommit/src/commands/MergeBranchesByThreeWayCommand.ts
+++ b/clients/client-codecommit/src/commands/MergeBranchesByThreeWayCommand.ts
@@ -238,4 +238,16 @@ export class MergeBranchesByThreeWayCommand extends $Command
.f(void 0, void 0)
.ser(se_MergeBranchesByThreeWayCommand)
.de(de_MergeBranchesByThreeWayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: MergeBranchesByThreeWayInput;
+ output: MergeBranchesByThreeWayOutput;
+ };
+ sdk: {
+ input: MergeBranchesByThreeWayCommandInput;
+ output: MergeBranchesByThreeWayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/MergePullRequestByFastForwardCommand.ts b/clients/client-codecommit/src/commands/MergePullRequestByFastForwardCommand.ts
index 1cfdd0f9f869..9e14cd78d3ed 100644
--- a/clients/client-codecommit/src/commands/MergePullRequestByFastForwardCommand.ts
+++ b/clients/client-codecommit/src/commands/MergePullRequestByFastForwardCommand.ts
@@ -189,4 +189,16 @@ export class MergePullRequestByFastForwardCommand extends $Command
.f(void 0, void 0)
.ser(se_MergePullRequestByFastForwardCommand)
.de(de_MergePullRequestByFastForwardCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: MergePullRequestByFastForwardInput;
+ output: MergePullRequestByFastForwardOutput;
+ };
+ sdk: {
+ input: MergePullRequestByFastForwardCommandInput;
+ output: MergePullRequestByFastForwardCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/MergePullRequestBySquashCommand.ts b/clients/client-codecommit/src/commands/MergePullRequestBySquashCommand.ts
index 5da4bea97a64..750fb2247f18 100644
--- a/clients/client-codecommit/src/commands/MergePullRequestBySquashCommand.ts
+++ b/clients/client-codecommit/src/commands/MergePullRequestBySquashCommand.ts
@@ -274,4 +274,16 @@ export class MergePullRequestBySquashCommand extends $Command
.f(void 0, void 0)
.ser(se_MergePullRequestBySquashCommand)
.de(de_MergePullRequestBySquashCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: MergePullRequestBySquashInput;
+ output: MergePullRequestBySquashOutput;
+ };
+ sdk: {
+ input: MergePullRequestBySquashCommandInput;
+ output: MergePullRequestBySquashCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/MergePullRequestByThreeWayCommand.ts b/clients/client-codecommit/src/commands/MergePullRequestByThreeWayCommand.ts
index eaeb12137c40..8ae4c6cfcd00 100644
--- a/clients/client-codecommit/src/commands/MergePullRequestByThreeWayCommand.ts
+++ b/clients/client-codecommit/src/commands/MergePullRequestByThreeWayCommand.ts
@@ -274,4 +274,16 @@ export class MergePullRequestByThreeWayCommand extends $Command
.f(void 0, void 0)
.ser(se_MergePullRequestByThreeWayCommand)
.de(de_MergePullRequestByThreeWayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: MergePullRequestByThreeWayInput;
+ output: MergePullRequestByThreeWayOutput;
+ };
+ sdk: {
+ input: MergePullRequestByThreeWayCommandInput;
+ output: MergePullRequestByThreeWayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/OverridePullRequestApprovalRulesCommand.ts b/clients/client-codecommit/src/commands/OverridePullRequestApprovalRulesCommand.ts
index 07a61494766e..d9983fb888da 100644
--- a/clients/client-codecommit/src/commands/OverridePullRequestApprovalRulesCommand.ts
+++ b/clients/client-codecommit/src/commands/OverridePullRequestApprovalRulesCommand.ts
@@ -125,4 +125,16 @@ export class OverridePullRequestApprovalRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_OverridePullRequestApprovalRulesCommand)
.de(de_OverridePullRequestApprovalRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: OverridePullRequestApprovalRulesInput;
+ output: {};
+ };
+ sdk: {
+ input: OverridePullRequestApprovalRulesCommandInput;
+ output: OverridePullRequestApprovalRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/PostCommentForComparedCommitCommand.ts b/clients/client-codecommit/src/commands/PostCommentForComparedCommitCommand.ts
index f62202077684..e185fb31571a 100644
--- a/clients/client-codecommit/src/commands/PostCommentForComparedCommitCommand.ts
+++ b/clients/client-codecommit/src/commands/PostCommentForComparedCommitCommand.ts
@@ -196,4 +196,16 @@ export class PostCommentForComparedCommitCommand extends $Command
.f(void 0, void 0)
.ser(se_PostCommentForComparedCommitCommand)
.de(de_PostCommentForComparedCommitCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PostCommentForComparedCommitInput;
+ output: PostCommentForComparedCommitOutput;
+ };
+ sdk: {
+ input: PostCommentForComparedCommitCommandInput;
+ output: PostCommentForComparedCommitCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/PostCommentForPullRequestCommand.ts b/clients/client-codecommit/src/commands/PostCommentForPullRequestCommand.ts
index 79cbdb07948a..dbb8fd3d6e75 100644
--- a/clients/client-codecommit/src/commands/PostCommentForPullRequestCommand.ts
+++ b/clients/client-codecommit/src/commands/PostCommentForPullRequestCommand.ts
@@ -205,4 +205,16 @@ export class PostCommentForPullRequestCommand extends $Command
.f(void 0, void 0)
.ser(se_PostCommentForPullRequestCommand)
.de(de_PostCommentForPullRequestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PostCommentForPullRequestInput;
+ output: PostCommentForPullRequestOutput;
+ };
+ sdk: {
+ input: PostCommentForPullRequestCommandInput;
+ output: PostCommentForPullRequestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/PostCommentReplyCommand.ts b/clients/client-codecommit/src/commands/PostCommentReplyCommand.ts
index 04188e9c587a..51b29e389c00 100644
--- a/clients/client-codecommit/src/commands/PostCommentReplyCommand.ts
+++ b/clients/client-codecommit/src/commands/PostCommentReplyCommand.ts
@@ -124,4 +124,16 @@ export class PostCommentReplyCommand extends $Command
.f(void 0, void 0)
.ser(se_PostCommentReplyCommand)
.de(de_PostCommentReplyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PostCommentReplyInput;
+ output: PostCommentReplyOutput;
+ };
+ sdk: {
+ input: PostCommentReplyCommandInput;
+ output: PostCommentReplyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/PutCommentReactionCommand.ts b/clients/client-codecommit/src/commands/PutCommentReactionCommand.ts
index 4e95fecebcf0..3a763cdb18b9 100644
--- a/clients/client-codecommit/src/commands/PutCommentReactionCommand.ts
+++ b/clients/client-codecommit/src/commands/PutCommentReactionCommand.ts
@@ -99,4 +99,16 @@ export class PutCommentReactionCommand extends $Command
.f(void 0, void 0)
.ser(se_PutCommentReactionCommand)
.de(de_PutCommentReactionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutCommentReactionInput;
+ output: {};
+ };
+ sdk: {
+ input: PutCommentReactionCommandInput;
+ output: PutCommentReactionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/PutFileCommand.ts b/clients/client-codecommit/src/commands/PutFileCommand.ts
index 5c0fa31f127d..41c871b969fc 100644
--- a/clients/client-codecommit/src/commands/PutFileCommand.ts
+++ b/clients/client-codecommit/src/commands/PutFileCommand.ts
@@ -195,4 +195,16 @@ export class PutFileCommand extends $Command
.f(void 0, void 0)
.ser(se_PutFileCommand)
.de(de_PutFileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutFileInput;
+ output: PutFileOutput;
+ };
+ sdk: {
+ input: PutFileCommandInput;
+ output: PutFileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/PutRepositoryTriggersCommand.ts b/clients/client-codecommit/src/commands/PutRepositoryTriggersCommand.ts
index 0692af93e1d9..3eb0424081d4 100644
--- a/clients/client-codecommit/src/commands/PutRepositoryTriggersCommand.ts
+++ b/clients/client-codecommit/src/commands/PutRepositoryTriggersCommand.ts
@@ -162,4 +162,16 @@ export class PutRepositoryTriggersCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRepositoryTriggersCommand)
.de(de_PutRepositoryTriggersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRepositoryTriggersInput;
+ output: PutRepositoryTriggersOutput;
+ };
+ sdk: {
+ input: PutRepositoryTriggersCommandInput;
+ output: PutRepositoryTriggersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/TagResourceCommand.ts b/clients/client-codecommit/src/commands/TagResourceCommand.ts
index c0e924334f67..0ce828798050 100644
--- a/clients/client-codecommit/src/commands/TagResourceCommand.ts
+++ b/clients/client-codecommit/src/commands/TagResourceCommand.ts
@@ -116,4 +116,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/TestRepositoryTriggersCommand.ts b/clients/client-codecommit/src/commands/TestRepositoryTriggersCommand.ts
index f578eebdc963..e3e08e826d3a 100644
--- a/clients/client-codecommit/src/commands/TestRepositoryTriggersCommand.ts
+++ b/clients/client-codecommit/src/commands/TestRepositoryTriggersCommand.ts
@@ -172,4 +172,16 @@ export class TestRepositoryTriggersCommand extends $Command
.f(void 0, void 0)
.ser(se_TestRepositoryTriggersCommand)
.de(de_TestRepositoryTriggersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TestRepositoryTriggersInput;
+ output: TestRepositoryTriggersOutput;
+ };
+ sdk: {
+ input: TestRepositoryTriggersCommandInput;
+ output: TestRepositoryTriggersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/UntagResourceCommand.ts b/clients/client-codecommit/src/commands/UntagResourceCommand.ts
index 115dc1c2999c..1944b54fd243 100644
--- a/clients/client-codecommit/src/commands/UntagResourceCommand.ts
+++ b/clients/client-codecommit/src/commands/UntagResourceCommand.ts
@@ -115,4 +115,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateContentCommand.ts b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateContentCommand.ts
index adcb345bf72e..288ee339e81d 100644
--- a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateContentCommand.ts
+++ b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateContentCommand.ts
@@ -116,4 +116,16 @@ export class UpdateApprovalRuleTemplateContentCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateApprovalRuleTemplateContentCommand)
.de(de_UpdateApprovalRuleTemplateContentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApprovalRuleTemplateContentInput;
+ output: UpdateApprovalRuleTemplateContentOutput;
+ };
+ sdk: {
+ input: UpdateApprovalRuleTemplateContentCommandInput;
+ output: UpdateApprovalRuleTemplateContentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateDescriptionCommand.ts b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateDescriptionCommand.ts
index c4539faf3eb1..c314f8d5b3d6 100644
--- a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateDescriptionCommand.ts
+++ b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateDescriptionCommand.ts
@@ -112,4 +112,16 @@ export class UpdateApprovalRuleTemplateDescriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateApprovalRuleTemplateDescriptionCommand)
.de(de_UpdateApprovalRuleTemplateDescriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApprovalRuleTemplateDescriptionInput;
+ output: UpdateApprovalRuleTemplateDescriptionOutput;
+ };
+ sdk: {
+ input: UpdateApprovalRuleTemplateDescriptionCommandInput;
+ output: UpdateApprovalRuleTemplateDescriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateNameCommand.ts b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateNameCommand.ts
index 5d89726a9664..42c5fda3e886 100644
--- a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateNameCommand.ts
+++ b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateNameCommand.ts
@@ -109,4 +109,16 @@ export class UpdateApprovalRuleTemplateNameCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateApprovalRuleTemplateNameCommand)
.de(de_UpdateApprovalRuleTemplateNameCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApprovalRuleTemplateNameInput;
+ output: UpdateApprovalRuleTemplateNameOutput;
+ };
+ sdk: {
+ input: UpdateApprovalRuleTemplateNameCommandInput;
+ output: UpdateApprovalRuleTemplateNameCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/UpdateCommentCommand.ts b/clients/client-codecommit/src/commands/UpdateCommentCommand.ts
index e3d104c0888e..5fb1697a16fb 100644
--- a/clients/client-codecommit/src/commands/UpdateCommentCommand.ts
+++ b/clients/client-codecommit/src/commands/UpdateCommentCommand.ts
@@ -115,4 +115,16 @@ export class UpdateCommentCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCommentCommand)
.de(de_UpdateCommentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCommentInput;
+ output: UpdateCommentOutput;
+ };
+ sdk: {
+ input: UpdateCommentCommandInput;
+ output: UpdateCommentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/UpdateDefaultBranchCommand.ts b/clients/client-codecommit/src/commands/UpdateDefaultBranchCommand.ts
index 7907c404d5aa..78dadd67878c 100644
--- a/clients/client-codecommit/src/commands/UpdateDefaultBranchCommand.ts
+++ b/clients/client-codecommit/src/commands/UpdateDefaultBranchCommand.ts
@@ -117,4 +117,16 @@ export class UpdateDefaultBranchCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDefaultBranchCommand)
.de(de_UpdateDefaultBranchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDefaultBranchInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDefaultBranchCommandInput;
+ output: UpdateDefaultBranchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestApprovalRuleContentCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestApprovalRuleContentCommand.ts
index 1495bcc56fc9..2bc98fe83d8e 100644
--- a/clients/client-codecommit/src/commands/UpdatePullRequestApprovalRuleContentCommand.ts
+++ b/clients/client-codecommit/src/commands/UpdatePullRequestApprovalRuleContentCommand.ts
@@ -150,4 +150,16 @@ export class UpdatePullRequestApprovalRuleContentCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePullRequestApprovalRuleContentCommand)
.de(de_UpdatePullRequestApprovalRuleContentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePullRequestApprovalRuleContentInput;
+ output: UpdatePullRequestApprovalRuleContentOutput;
+ };
+ sdk: {
+ input: UpdatePullRequestApprovalRuleContentCommandInput;
+ output: UpdatePullRequestApprovalRuleContentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestApprovalStateCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestApprovalStateCommand.ts
index 4979a52bcab5..e764b7192435 100644
--- a/clients/client-codecommit/src/commands/UpdatePullRequestApprovalStateCommand.ts
+++ b/clients/client-codecommit/src/commands/UpdatePullRequestApprovalStateCommand.ts
@@ -129,4 +129,16 @@ export class UpdatePullRequestApprovalStateCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePullRequestApprovalStateCommand)
.de(de_UpdatePullRequestApprovalStateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePullRequestApprovalStateInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdatePullRequestApprovalStateCommandInput;
+ output: UpdatePullRequestApprovalStateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestDescriptionCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestDescriptionCommand.ts
index 7448345c235c..b7bc927941ec 100644
--- a/clients/client-codecommit/src/commands/UpdatePullRequestDescriptionCommand.ts
+++ b/clients/client-codecommit/src/commands/UpdatePullRequestDescriptionCommand.ts
@@ -140,4 +140,16 @@ export class UpdatePullRequestDescriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePullRequestDescriptionCommand)
.de(de_UpdatePullRequestDescriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePullRequestDescriptionInput;
+ output: UpdatePullRequestDescriptionOutput;
+ };
+ sdk: {
+ input: UpdatePullRequestDescriptionCommandInput;
+ output: UpdatePullRequestDescriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestStatusCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestStatusCommand.ts
index 67afd331092e..a0104684c656 100644
--- a/clients/client-codecommit/src/commands/UpdatePullRequestStatusCommand.ts
+++ b/clients/client-codecommit/src/commands/UpdatePullRequestStatusCommand.ts
@@ -152,4 +152,16 @@ export class UpdatePullRequestStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePullRequestStatusCommand)
.de(de_UpdatePullRequestStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePullRequestStatusInput;
+ output: UpdatePullRequestStatusOutput;
+ };
+ sdk: {
+ input: UpdatePullRequestStatusCommandInput;
+ output: UpdatePullRequestStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestTitleCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestTitleCommand.ts
index c592f781d30f..fb6fbee8064d 100644
--- a/clients/client-codecommit/src/commands/UpdatePullRequestTitleCommand.ts
+++ b/clients/client-codecommit/src/commands/UpdatePullRequestTitleCommand.ts
@@ -137,4 +137,16 @@ export class UpdatePullRequestTitleCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePullRequestTitleCommand)
.de(de_UpdatePullRequestTitleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePullRequestTitleInput;
+ output: UpdatePullRequestTitleOutput;
+ };
+ sdk: {
+ input: UpdatePullRequestTitleCommandInput;
+ output: UpdatePullRequestTitleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/UpdateRepositoryDescriptionCommand.ts b/clients/client-codecommit/src/commands/UpdateRepositoryDescriptionCommand.ts
index e5fff133ce5f..dbab9a8a6b6f 100644
--- a/clients/client-codecommit/src/commands/UpdateRepositoryDescriptionCommand.ts
+++ b/clients/client-codecommit/src/commands/UpdateRepositoryDescriptionCommand.ts
@@ -115,4 +115,16 @@ export class UpdateRepositoryDescriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRepositoryDescriptionCommand)
.de(de_UpdateRepositoryDescriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRepositoryDescriptionInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateRepositoryDescriptionCommandInput;
+ output: UpdateRepositoryDescriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/UpdateRepositoryEncryptionKeyCommand.ts b/clients/client-codecommit/src/commands/UpdateRepositoryEncryptionKeyCommand.ts
index 43b2e050e8ad..aee6ea98e923 100644
--- a/clients/client-codecommit/src/commands/UpdateRepositoryEncryptionKeyCommand.ts
+++ b/clients/client-codecommit/src/commands/UpdateRepositoryEncryptionKeyCommand.ts
@@ -124,4 +124,16 @@ export class UpdateRepositoryEncryptionKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRepositoryEncryptionKeyCommand)
.de(de_UpdateRepositoryEncryptionKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRepositoryEncryptionKeyInput;
+ output: UpdateRepositoryEncryptionKeyOutput;
+ };
+ sdk: {
+ input: UpdateRepositoryEncryptionKeyCommandInput;
+ output: UpdateRepositoryEncryptionKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codecommit/src/commands/UpdateRepositoryNameCommand.ts b/clients/client-codecommit/src/commands/UpdateRepositoryNameCommand.ts
index 4eb3e05d1559..79b060ca9de9 100644
--- a/clients/client-codecommit/src/commands/UpdateRepositoryNameCommand.ts
+++ b/clients/client-codecommit/src/commands/UpdateRepositoryNameCommand.ts
@@ -97,4 +97,16 @@ export class UpdateRepositoryNameCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRepositoryNameCommand)
.de(de_UpdateRepositoryNameCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRepositoryNameInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateRepositoryNameCommandInput;
+ output: UpdateRepositoryNameCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/package.json b/clients/client-codeconnections/package.json
index 09667b65e5fa..9ee29d4473c8 100644
--- a/clients/client-codeconnections/package.json
+++ b/clients/client-codeconnections/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-codeconnections/src/commands/CreateConnectionCommand.ts b/clients/client-codeconnections/src/commands/CreateConnectionCommand.ts
index 9fe54bc818ff..f612b7a2d69c 100644
--- a/clients/client-codeconnections/src/commands/CreateConnectionCommand.ts
+++ b/clients/client-codeconnections/src/commands/CreateConnectionCommand.ts
@@ -102,4 +102,16 @@ export class CreateConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateConnectionCommand)
.de(de_CreateConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateConnectionInput;
+ output: CreateConnectionOutput;
+ };
+ sdk: {
+ input: CreateConnectionCommandInput;
+ output: CreateConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/CreateHostCommand.ts b/clients/client-codeconnections/src/commands/CreateHostCommand.ts
index 50f33be76ca9..460e051eab07 100644
--- a/clients/client-codeconnections/src/commands/CreateHostCommand.ts
+++ b/clients/client-codeconnections/src/commands/CreateHostCommand.ts
@@ -111,4 +111,16 @@ export class CreateHostCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateHostCommand)
.de(de_CreateHostCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateHostInput;
+ output: CreateHostOutput;
+ };
+ sdk: {
+ input: CreateHostCommandInput;
+ output: CreateHostCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/CreateRepositoryLinkCommand.ts b/clients/client-codeconnections/src/commands/CreateRepositoryLinkCommand.ts
index 42c66a564aa1..939f4cacaf4f 100644
--- a/clients/client-codeconnections/src/commands/CreateRepositoryLinkCommand.ts
+++ b/clients/client-codeconnections/src/commands/CreateRepositoryLinkCommand.ts
@@ -115,4 +115,16 @@ export class CreateRepositoryLinkCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRepositoryLinkCommand)
.de(de_CreateRepositoryLinkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRepositoryLinkInput;
+ output: CreateRepositoryLinkOutput;
+ };
+ sdk: {
+ input: CreateRepositoryLinkCommandInput;
+ output: CreateRepositoryLinkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/CreateSyncConfigurationCommand.ts b/clients/client-codeconnections/src/commands/CreateSyncConfigurationCommand.ts
index f07875976eab..07ce2733bfef 100644
--- a/clients/client-codeconnections/src/commands/CreateSyncConfigurationCommand.ts
+++ b/clients/client-codeconnections/src/commands/CreateSyncConfigurationCommand.ts
@@ -119,4 +119,16 @@ export class CreateSyncConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSyncConfigurationCommand)
.de(de_CreateSyncConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSyncConfigurationInput;
+ output: CreateSyncConfigurationOutput;
+ };
+ sdk: {
+ input: CreateSyncConfigurationCommandInput;
+ output: CreateSyncConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/DeleteConnectionCommand.ts b/clients/client-codeconnections/src/commands/DeleteConnectionCommand.ts
index 0c08a1981d01..ff976d86e585 100644
--- a/clients/client-codeconnections/src/commands/DeleteConnectionCommand.ts
+++ b/clients/client-codeconnections/src/commands/DeleteConnectionCommand.ts
@@ -78,4 +78,16 @@ export class DeleteConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConnectionCommand)
.de(de_DeleteConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConnectionInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteConnectionCommandInput;
+ output: DeleteConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/DeleteHostCommand.ts b/clients/client-codeconnections/src/commands/DeleteHostCommand.ts
index 37e0010572d2..cfcd25503337 100644
--- a/clients/client-codeconnections/src/commands/DeleteHostCommand.ts
+++ b/clients/client-codeconnections/src/commands/DeleteHostCommand.ts
@@ -84,4 +84,16 @@ export class DeleteHostCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteHostCommand)
.de(de_DeleteHostCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteHostInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteHostCommandInput;
+ output: DeleteHostCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/DeleteRepositoryLinkCommand.ts b/clients/client-codeconnections/src/commands/DeleteRepositoryLinkCommand.ts
index 6c1f4aaf9694..26fc7d3afb75 100644
--- a/clients/client-codeconnections/src/commands/DeleteRepositoryLinkCommand.ts
+++ b/clients/client-codeconnections/src/commands/DeleteRepositoryLinkCommand.ts
@@ -99,4 +99,16 @@ export class DeleteRepositoryLinkCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRepositoryLinkCommand)
.de(de_DeleteRepositoryLinkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRepositoryLinkInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRepositoryLinkCommandInput;
+ output: DeleteRepositoryLinkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/DeleteSyncConfigurationCommand.ts b/clients/client-codeconnections/src/commands/DeleteSyncConfigurationCommand.ts
index 75c9586b7604..05483f645ca3 100644
--- a/clients/client-codeconnections/src/commands/DeleteSyncConfigurationCommand.ts
+++ b/clients/client-codeconnections/src/commands/DeleteSyncConfigurationCommand.ts
@@ -94,4 +94,16 @@ export class DeleteSyncConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSyncConfigurationCommand)
.de(de_DeleteSyncConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSyncConfigurationInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSyncConfigurationCommandInput;
+ output: DeleteSyncConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/GetConnectionCommand.ts b/clients/client-codeconnections/src/commands/GetConnectionCommand.ts
index 02e29387b15a..fe5dffe0a5f7 100644
--- a/clients/client-codeconnections/src/commands/GetConnectionCommand.ts
+++ b/clients/client-codeconnections/src/commands/GetConnectionCommand.ts
@@ -90,4 +90,16 @@ export class GetConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetConnectionCommand)
.de(de_GetConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConnectionInput;
+ output: GetConnectionOutput;
+ };
+ sdk: {
+ input: GetConnectionCommandInput;
+ output: GetConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/GetHostCommand.ts b/clients/client-codeconnections/src/commands/GetHostCommand.ts
index 9c17c27e0381..550e40fbea99 100644
--- a/clients/client-codeconnections/src/commands/GetHostCommand.ts
+++ b/clients/client-codeconnections/src/commands/GetHostCommand.ts
@@ -97,4 +97,16 @@ export class GetHostCommand extends $Command
.f(void 0, void 0)
.ser(se_GetHostCommand)
.de(de_GetHostCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetHostInput;
+ output: GetHostOutput;
+ };
+ sdk: {
+ input: GetHostCommandInput;
+ output: GetHostCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/GetRepositoryLinkCommand.ts b/clients/client-codeconnections/src/commands/GetRepositoryLinkCommand.ts
index 9381f2869edf..fd4c17a98c37 100644
--- a/clients/client-codeconnections/src/commands/GetRepositoryLinkCommand.ts
+++ b/clients/client-codeconnections/src/commands/GetRepositoryLinkCommand.ts
@@ -104,4 +104,16 @@ export class GetRepositoryLinkCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRepositoryLinkCommand)
.de(de_GetRepositoryLinkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRepositoryLinkInput;
+ output: GetRepositoryLinkOutput;
+ };
+ sdk: {
+ input: GetRepositoryLinkCommandInput;
+ output: GetRepositoryLinkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/GetRepositorySyncStatusCommand.ts b/clients/client-codeconnections/src/commands/GetRepositorySyncStatusCommand.ts
index 15d616b86d56..1b7dd1461b90 100644
--- a/clients/client-codeconnections/src/commands/GetRepositorySyncStatusCommand.ts
+++ b/clients/client-codeconnections/src/commands/GetRepositorySyncStatusCommand.ts
@@ -106,4 +106,16 @@ export class GetRepositorySyncStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRepositorySyncStatusCommand)
.de(de_GetRepositorySyncStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRepositorySyncStatusInput;
+ output: GetRepositorySyncStatusOutput;
+ };
+ sdk: {
+ input: GetRepositorySyncStatusCommandInput;
+ output: GetRepositorySyncStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/GetResourceSyncStatusCommand.ts b/clients/client-codeconnections/src/commands/GetResourceSyncStatusCommand.ts
index 7131e1ffd23b..c581e1e42961 100644
--- a/clients/client-codeconnections/src/commands/GetResourceSyncStatusCommand.ts
+++ b/clients/client-codeconnections/src/commands/GetResourceSyncStatusCommand.ts
@@ -159,4 +159,16 @@ export class GetResourceSyncStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResourceSyncStatusCommand)
.de(de_GetResourceSyncStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourceSyncStatusInput;
+ output: GetResourceSyncStatusOutput;
+ };
+ sdk: {
+ input: GetResourceSyncStatusCommandInput;
+ output: GetResourceSyncStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/GetSyncBlockerSummaryCommand.ts b/clients/client-codeconnections/src/commands/GetSyncBlockerSummaryCommand.ts
index 28d77faf04c2..d91336d4d281 100644
--- a/clients/client-codeconnections/src/commands/GetSyncBlockerSummaryCommand.ts
+++ b/clients/client-codeconnections/src/commands/GetSyncBlockerSummaryCommand.ts
@@ -113,4 +113,16 @@ export class GetSyncBlockerSummaryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSyncBlockerSummaryCommand)
.de(de_GetSyncBlockerSummaryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSyncBlockerSummaryInput;
+ output: GetSyncBlockerSummaryOutput;
+ };
+ sdk: {
+ input: GetSyncBlockerSummaryCommandInput;
+ output: GetSyncBlockerSummaryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/GetSyncConfigurationCommand.ts b/clients/client-codeconnections/src/commands/GetSyncConfigurationCommand.ts
index 0bdbc7b2cf87..a008d5760a37 100644
--- a/clients/client-codeconnections/src/commands/GetSyncConfigurationCommand.ts
+++ b/clients/client-codeconnections/src/commands/GetSyncConfigurationCommand.ts
@@ -105,4 +105,16 @@ export class GetSyncConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSyncConfigurationCommand)
.de(de_GetSyncConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSyncConfigurationInput;
+ output: GetSyncConfigurationOutput;
+ };
+ sdk: {
+ input: GetSyncConfigurationCommandInput;
+ output: GetSyncConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/ListConnectionsCommand.ts b/clients/client-codeconnections/src/commands/ListConnectionsCommand.ts
index 66a0f8de817b..5f069bc00451 100644
--- a/clients/client-codeconnections/src/commands/ListConnectionsCommand.ts
+++ b/clients/client-codeconnections/src/commands/ListConnectionsCommand.ts
@@ -93,4 +93,16 @@ export class ListConnectionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListConnectionsCommand)
.de(de_ListConnectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListConnectionsInput;
+ output: ListConnectionsOutput;
+ };
+ sdk: {
+ input: ListConnectionsCommandInput;
+ output: ListConnectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/ListHostsCommand.ts b/clients/client-codeconnections/src/commands/ListHostsCommand.ts
index abd217312c9c..eec08330f9a5 100644
--- a/clients/client-codeconnections/src/commands/ListHostsCommand.ts
+++ b/clients/client-codeconnections/src/commands/ListHostsCommand.ts
@@ -98,4 +98,16 @@ export class ListHostsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListHostsCommand)
.de(de_ListHostsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListHostsInput;
+ output: ListHostsOutput;
+ };
+ sdk: {
+ input: ListHostsCommandInput;
+ output: ListHostsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/ListRepositoryLinksCommand.ts b/clients/client-codeconnections/src/commands/ListRepositoryLinksCommand.ts
index bdd7350a0510..077924621de1 100644
--- a/clients/client-codeconnections/src/commands/ListRepositoryLinksCommand.ts
+++ b/clients/client-codeconnections/src/commands/ListRepositoryLinksCommand.ts
@@ -107,4 +107,16 @@ export class ListRepositoryLinksCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRepositoryLinksCommand)
.de(de_ListRepositoryLinksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRepositoryLinksInput;
+ output: ListRepositoryLinksOutput;
+ };
+ sdk: {
+ input: ListRepositoryLinksCommandInput;
+ output: ListRepositoryLinksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/ListRepositorySyncDefinitionsCommand.ts b/clients/client-codeconnections/src/commands/ListRepositorySyncDefinitionsCommand.ts
index d04b40247fb1..c7b0b68ff0c1 100644
--- a/clients/client-codeconnections/src/commands/ListRepositorySyncDefinitionsCommand.ts
+++ b/clients/client-codeconnections/src/commands/ListRepositorySyncDefinitionsCommand.ts
@@ -106,4 +106,16 @@ export class ListRepositorySyncDefinitionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRepositorySyncDefinitionsCommand)
.de(de_ListRepositorySyncDefinitionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRepositorySyncDefinitionsInput;
+ output: ListRepositorySyncDefinitionsOutput;
+ };
+ sdk: {
+ input: ListRepositorySyncDefinitionsCommandInput;
+ output: ListRepositorySyncDefinitionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/ListSyncConfigurationsCommand.ts b/clients/client-codeconnections/src/commands/ListSyncConfigurationsCommand.ts
index cf7e72217d41..0c859d16c18a 100644
--- a/clients/client-codeconnections/src/commands/ListSyncConfigurationsCommand.ts
+++ b/clients/client-codeconnections/src/commands/ListSyncConfigurationsCommand.ts
@@ -110,4 +110,16 @@ export class ListSyncConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSyncConfigurationsCommand)
.de(de_ListSyncConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSyncConfigurationsInput;
+ output: ListSyncConfigurationsOutput;
+ };
+ sdk: {
+ input: ListSyncConfigurationsCommandInput;
+ output: ListSyncConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/ListTagsForResourceCommand.ts b/clients/client-codeconnections/src/commands/ListTagsForResourceCommand.ts
index a2e9120f58a0..544935daf5c5 100644
--- a/clients/client-codeconnections/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-codeconnections/src/commands/ListTagsForResourceCommand.ts
@@ -85,4 +85,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceInput;
+ output: ListTagsForResourceOutput;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/TagResourceCommand.ts b/clients/client-codeconnections/src/commands/TagResourceCommand.ts
index a72c3d0720d6..f661f246c431 100644
--- a/clients/client-codeconnections/src/commands/TagResourceCommand.ts
+++ b/clients/client-codeconnections/src/commands/TagResourceCommand.ts
@@ -88,4 +88,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/UntagResourceCommand.ts b/clients/client-codeconnections/src/commands/UntagResourceCommand.ts
index 0c4db545985b..f2b5b1459f06 100644
--- a/clients/client-codeconnections/src/commands/UntagResourceCommand.ts
+++ b/clients/client-codeconnections/src/commands/UntagResourceCommand.ts
@@ -81,4 +81,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/UpdateHostCommand.ts b/clients/client-codeconnections/src/commands/UpdateHostCommand.ts
index c00cf1483098..cd0b78d484df 100644
--- a/clients/client-codeconnections/src/commands/UpdateHostCommand.ts
+++ b/clients/client-codeconnections/src/commands/UpdateHostCommand.ts
@@ -98,4 +98,16 @@ export class UpdateHostCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateHostCommand)
.de(de_UpdateHostCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateHostInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateHostCommandInput;
+ output: UpdateHostCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/UpdateRepositoryLinkCommand.ts b/clients/client-codeconnections/src/commands/UpdateRepositoryLinkCommand.ts
index 91dcc41748de..44945c639fdf 100644
--- a/clients/client-codeconnections/src/commands/UpdateRepositoryLinkCommand.ts
+++ b/clients/client-codeconnections/src/commands/UpdateRepositoryLinkCommand.ts
@@ -110,4 +110,16 @@ export class UpdateRepositoryLinkCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRepositoryLinkCommand)
.de(de_UpdateRepositoryLinkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRepositoryLinkInput;
+ output: UpdateRepositoryLinkOutput;
+ };
+ sdk: {
+ input: UpdateRepositoryLinkCommandInput;
+ output: UpdateRepositoryLinkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/UpdateSyncBlockerCommand.ts b/clients/client-codeconnections/src/commands/UpdateSyncBlockerCommand.ts
index d70a48e192b8..ebe2893ee731 100644
--- a/clients/client-codeconnections/src/commands/UpdateSyncBlockerCommand.ts
+++ b/clients/client-codeconnections/src/commands/UpdateSyncBlockerCommand.ts
@@ -117,4 +117,16 @@ export class UpdateSyncBlockerCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSyncBlockerCommand)
.de(de_UpdateSyncBlockerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSyncBlockerInput;
+ output: UpdateSyncBlockerOutput;
+ };
+ sdk: {
+ input: UpdateSyncBlockerCommandInput;
+ output: UpdateSyncBlockerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeconnections/src/commands/UpdateSyncConfigurationCommand.ts b/clients/client-codeconnections/src/commands/UpdateSyncConfigurationCommand.ts
index 9eef708d0ac5..2d5ea6880dd2 100644
--- a/clients/client-codeconnections/src/commands/UpdateSyncConfigurationCommand.ts
+++ b/clients/client-codeconnections/src/commands/UpdateSyncConfigurationCommand.ts
@@ -117,4 +117,16 @@ export class UpdateSyncConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSyncConfigurationCommand)
.de(de_UpdateSyncConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSyncConfigurationInput;
+ output: UpdateSyncConfigurationOutput;
+ };
+ sdk: {
+ input: UpdateSyncConfigurationCommandInput;
+ output: UpdateSyncConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/package.json b/clients/client-codedeploy/package.json
index 8868ee3ba84d..7a46f0f94954 100644
--- a/clients/client-codedeploy/package.json
+++ b/clients/client-codedeploy/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2"
},
"devDependencies": {
diff --git a/clients/client-codedeploy/src/commands/AddTagsToOnPremisesInstancesCommand.ts b/clients/client-codedeploy/src/commands/AddTagsToOnPremisesInstancesCommand.ts
index 7c96790025da..4d7d9d67f5fa 100644
--- a/clients/client-codedeploy/src/commands/AddTagsToOnPremisesInstancesCommand.ts
+++ b/clients/client-codedeploy/src/commands/AddTagsToOnPremisesInstancesCommand.ts
@@ -108,4 +108,16 @@ export class AddTagsToOnPremisesInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_AddTagsToOnPremisesInstancesCommand)
.de(de_AddTagsToOnPremisesInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddTagsToOnPremisesInstancesInput;
+ output: {};
+ };
+ sdk: {
+ input: AddTagsToOnPremisesInstancesCommandInput;
+ output: AddTagsToOnPremisesInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/BatchGetApplicationRevisionsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetApplicationRevisionsCommand.ts
index 4389806b9a70..32884949aa0c 100644
--- a/clients/client-codedeploy/src/commands/BatchGetApplicationRevisionsCommand.ts
+++ b/clients/client-codedeploy/src/commands/BatchGetApplicationRevisionsCommand.ts
@@ -161,4 +161,16 @@ export class BatchGetApplicationRevisionsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetApplicationRevisionsCommand)
.de(de_BatchGetApplicationRevisionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetApplicationRevisionsInput;
+ output: BatchGetApplicationRevisionsOutput;
+ };
+ sdk: {
+ input: BatchGetApplicationRevisionsCommandInput;
+ output: BatchGetApplicationRevisionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/BatchGetApplicationsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetApplicationsCommand.ts
index f0c1b63b8b35..4f2947fd1592 100644
--- a/clients/client-codedeploy/src/commands/BatchGetApplicationsCommand.ts
+++ b/clients/client-codedeploy/src/commands/BatchGetApplicationsCommand.ts
@@ -101,4 +101,16 @@ export class BatchGetApplicationsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetApplicationsCommand)
.de(de_BatchGetApplicationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetApplicationsInput;
+ output: BatchGetApplicationsOutput;
+ };
+ sdk: {
+ input: BatchGetApplicationsCommandInput;
+ output: BatchGetApplicationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/BatchGetDeploymentGroupsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetDeploymentGroupsCommand.ts
index 9bd27be9cfab..0e52dbf6bb56 100644
--- a/clients/client-codedeploy/src/commands/BatchGetDeploymentGroupsCommand.ts
+++ b/clients/client-codedeploy/src/commands/BatchGetDeploymentGroupsCommand.ts
@@ -268,4 +268,16 @@ export class BatchGetDeploymentGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetDeploymentGroupsCommand)
.de(de_BatchGetDeploymentGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetDeploymentGroupsInput;
+ output: BatchGetDeploymentGroupsOutput;
+ };
+ sdk: {
+ input: BatchGetDeploymentGroupsCommandInput;
+ output: BatchGetDeploymentGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts b/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts
index e133304355e5..de281a4506a2 100644
--- a/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts
+++ b/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts
@@ -133,4 +133,16 @@ export class BatchGetDeploymentInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetDeploymentInstancesCommand)
.de(de_BatchGetDeploymentInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetDeploymentInstancesInput;
+ output: BatchGetDeploymentInstancesOutput;
+ };
+ sdk: {
+ input: BatchGetDeploymentInstancesCommandInput;
+ output: BatchGetDeploymentInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/BatchGetDeploymentTargetsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetDeploymentTargetsCommand.ts
index e842f2d442ef..fa988b7e5c2d 100644
--- a/clients/client-codedeploy/src/commands/BatchGetDeploymentTargetsCommand.ts
+++ b/clients/client-codedeploy/src/commands/BatchGetDeploymentTargetsCommand.ts
@@ -247,4 +247,16 @@ export class BatchGetDeploymentTargetsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetDeploymentTargetsCommand)
.de(de_BatchGetDeploymentTargetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetDeploymentTargetsInput;
+ output: BatchGetDeploymentTargetsOutput;
+ };
+ sdk: {
+ input: BatchGetDeploymentTargetsCommandInput;
+ output: BatchGetDeploymentTargetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/BatchGetDeploymentsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetDeploymentsCommand.ts
index 915856c13513..74b8f1fe1868 100644
--- a/clients/client-codedeploy/src/commands/BatchGetDeploymentsCommand.ts
+++ b/clients/client-codedeploy/src/commands/BatchGetDeploymentsCommand.ts
@@ -265,4 +265,16 @@ export class BatchGetDeploymentsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetDeploymentsCommand)
.de(de_BatchGetDeploymentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetDeploymentsInput;
+ output: BatchGetDeploymentsOutput;
+ };
+ sdk: {
+ input: BatchGetDeploymentsCommandInput;
+ output: BatchGetDeploymentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/BatchGetOnPremisesInstancesCommand.ts b/clients/client-codedeploy/src/commands/BatchGetOnPremisesInstancesCommand.ts
index 693db3b91d5f..c7ff4878abbc 100644
--- a/clients/client-codedeploy/src/commands/BatchGetOnPremisesInstancesCommand.ts
+++ b/clients/client-codedeploy/src/commands/BatchGetOnPremisesInstancesCommand.ts
@@ -104,4 +104,16 @@ export class BatchGetOnPremisesInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetOnPremisesInstancesCommand)
.de(de_BatchGetOnPremisesInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetOnPremisesInstancesInput;
+ output: BatchGetOnPremisesInstancesOutput;
+ };
+ sdk: {
+ input: BatchGetOnPremisesInstancesCommandInput;
+ output: BatchGetOnPremisesInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/ContinueDeploymentCommand.ts b/clients/client-codedeploy/src/commands/ContinueDeploymentCommand.ts
index 24659b9f5391..44b6c5142969 100644
--- a/clients/client-codedeploy/src/commands/ContinueDeploymentCommand.ts
+++ b/clients/client-codedeploy/src/commands/ContinueDeploymentCommand.ts
@@ -104,4 +104,16 @@ export class ContinueDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_ContinueDeploymentCommand)
.de(de_ContinueDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ContinueDeploymentInput;
+ output: {};
+ };
+ sdk: {
+ input: ContinueDeploymentCommandInput;
+ output: ContinueDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/CreateApplicationCommand.ts b/clients/client-codedeploy/src/commands/CreateApplicationCommand.ts
index 374812847fa2..a6674fbb623c 100644
--- a/clients/client-codedeploy/src/commands/CreateApplicationCommand.ts
+++ b/clients/client-codedeploy/src/commands/CreateApplicationCommand.ts
@@ -103,4 +103,16 @@ export class CreateApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateApplicationCommand)
.de(de_CreateApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateApplicationInput;
+ output: CreateApplicationOutput;
+ };
+ sdk: {
+ input: CreateApplicationCommandInput;
+ output: CreateApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/CreateDeploymentCommand.ts b/clients/client-codedeploy/src/commands/CreateDeploymentCommand.ts
index 85e2bf4b89f6..bf92ad5b7f65 100644
--- a/clients/client-codedeploy/src/commands/CreateDeploymentCommand.ts
+++ b/clients/client-codedeploy/src/commands/CreateDeploymentCommand.ts
@@ -266,4 +266,16 @@ export class CreateDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDeploymentCommand)
.de(de_CreateDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDeploymentInput;
+ output: CreateDeploymentOutput;
+ };
+ sdk: {
+ input: CreateDeploymentCommandInput;
+ output: CreateDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/CreateDeploymentConfigCommand.ts b/clients/client-codedeploy/src/commands/CreateDeploymentConfigCommand.ts
index e65c05ecb907..777a5d5cd137 100644
--- a/clients/client-codedeploy/src/commands/CreateDeploymentConfigCommand.ts
+++ b/clients/client-codedeploy/src/commands/CreateDeploymentConfigCommand.ts
@@ -126,4 +126,16 @@ export class CreateDeploymentConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDeploymentConfigCommand)
.de(de_CreateDeploymentConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDeploymentConfigInput;
+ output: CreateDeploymentConfigOutput;
+ };
+ sdk: {
+ input: CreateDeploymentConfigCommandInput;
+ output: CreateDeploymentConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/CreateDeploymentGroupCommand.ts b/clients/client-codedeploy/src/commands/CreateDeploymentGroupCommand.ts
index bb6b50bda3c3..0ba3592e19e6 100644
--- a/clients/client-codedeploy/src/commands/CreateDeploymentGroupCommand.ts
+++ b/clients/client-codedeploy/src/commands/CreateDeploymentGroupCommand.ts
@@ -335,4 +335,16 @@ export class CreateDeploymentGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDeploymentGroupCommand)
.de(de_CreateDeploymentGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDeploymentGroupInput;
+ output: CreateDeploymentGroupOutput;
+ };
+ sdk: {
+ input: CreateDeploymentGroupCommandInput;
+ output: CreateDeploymentGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/DeleteApplicationCommand.ts b/clients/client-codedeploy/src/commands/DeleteApplicationCommand.ts
index 27fb9d2c87c1..b35a2aa3a88f 100644
--- a/clients/client-codedeploy/src/commands/DeleteApplicationCommand.ts
+++ b/clients/client-codedeploy/src/commands/DeleteApplicationCommand.ts
@@ -86,4 +86,16 @@ export class DeleteApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApplicationCommand)
.de(de_DeleteApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApplicationInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApplicationCommandInput;
+ output: DeleteApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/DeleteDeploymentConfigCommand.ts b/clients/client-codedeploy/src/commands/DeleteDeploymentConfigCommand.ts
index 95ea3bb6b801..d8bc70192dbc 100644
--- a/clients/client-codedeploy/src/commands/DeleteDeploymentConfigCommand.ts
+++ b/clients/client-codedeploy/src/commands/DeleteDeploymentConfigCommand.ts
@@ -91,4 +91,16 @@ export class DeleteDeploymentConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDeploymentConfigCommand)
.de(de_DeleteDeploymentConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDeploymentConfigInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDeploymentConfigCommandInput;
+ output: DeleteDeploymentConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/DeleteDeploymentGroupCommand.ts b/clients/client-codedeploy/src/commands/DeleteDeploymentGroupCommand.ts
index 4a4c1a867ecb..853c08073d2c 100644
--- a/clients/client-codedeploy/src/commands/DeleteDeploymentGroupCommand.ts
+++ b/clients/client-codedeploy/src/commands/DeleteDeploymentGroupCommand.ts
@@ -101,4 +101,16 @@ export class DeleteDeploymentGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDeploymentGroupCommand)
.de(de_DeleteDeploymentGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDeploymentGroupInput;
+ output: DeleteDeploymentGroupOutput;
+ };
+ sdk: {
+ input: DeleteDeploymentGroupCommandInput;
+ output: DeleteDeploymentGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/DeleteGitHubAccountTokenCommand.ts b/clients/client-codedeploy/src/commands/DeleteGitHubAccountTokenCommand.ts
index 4ccbd46e432f..d85cd095f3ba 100644
--- a/clients/client-codedeploy/src/commands/DeleteGitHubAccountTokenCommand.ts
+++ b/clients/client-codedeploy/src/commands/DeleteGitHubAccountTokenCommand.ts
@@ -92,4 +92,16 @@ export class DeleteGitHubAccountTokenCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteGitHubAccountTokenCommand)
.de(de_DeleteGitHubAccountTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteGitHubAccountTokenInput;
+ output: DeleteGitHubAccountTokenOutput;
+ };
+ sdk: {
+ input: DeleteGitHubAccountTokenCommandInput;
+ output: DeleteGitHubAccountTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/DeleteResourcesByExternalIdCommand.ts b/clients/client-codedeploy/src/commands/DeleteResourcesByExternalIdCommand.ts
index e5f13e8a53ef..fd7d2d1957af 100644
--- a/clients/client-codedeploy/src/commands/DeleteResourcesByExternalIdCommand.ts
+++ b/clients/client-codedeploy/src/commands/DeleteResourcesByExternalIdCommand.ts
@@ -82,4 +82,16 @@ export class DeleteResourcesByExternalIdCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteResourcesByExternalIdCommand)
.de(de_DeleteResourcesByExternalIdCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteResourcesByExternalIdInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteResourcesByExternalIdCommandInput;
+ output: DeleteResourcesByExternalIdCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/DeregisterOnPremisesInstanceCommand.ts b/clients/client-codedeploy/src/commands/DeregisterOnPremisesInstanceCommand.ts
index 4b1f35d0a2e4..036b6f27f075 100644
--- a/clients/client-codedeploy/src/commands/DeregisterOnPremisesInstanceCommand.ts
+++ b/clients/client-codedeploy/src/commands/DeregisterOnPremisesInstanceCommand.ts
@@ -84,4 +84,16 @@ export class DeregisterOnPremisesInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeregisterOnPremisesInstanceCommand)
.de(de_DeregisterOnPremisesInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterOnPremisesInstanceInput;
+ output: {};
+ };
+ sdk: {
+ input: DeregisterOnPremisesInstanceCommandInput;
+ output: DeregisterOnPremisesInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/GetApplicationCommand.ts b/clients/client-codedeploy/src/commands/GetApplicationCommand.ts
index 93720e3f7329..822c1ba6ba4a 100644
--- a/clients/client-codedeploy/src/commands/GetApplicationCommand.ts
+++ b/clients/client-codedeploy/src/commands/GetApplicationCommand.ts
@@ -93,4 +93,16 @@ export class GetApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetApplicationCommand)
.de(de_GetApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetApplicationInput;
+ output: GetApplicationOutput;
+ };
+ sdk: {
+ input: GetApplicationCommandInput;
+ output: GetApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/GetApplicationRevisionCommand.ts b/clients/client-codedeploy/src/commands/GetApplicationRevisionCommand.ts
index e9d8a4ad6b34..ac34e7ff6a1b 100644
--- a/clients/client-codedeploy/src/commands/GetApplicationRevisionCommand.ts
+++ b/clients/client-codedeploy/src/commands/GetApplicationRevisionCommand.ts
@@ -148,4 +148,16 @@ export class GetApplicationRevisionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetApplicationRevisionCommand)
.de(de_GetApplicationRevisionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetApplicationRevisionInput;
+ output: GetApplicationRevisionOutput;
+ };
+ sdk: {
+ input: GetApplicationRevisionCommandInput;
+ output: GetApplicationRevisionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/GetDeploymentCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentCommand.ts
index 4db87b025c27..17d60c7d8dd3 100644
--- a/clients/client-codedeploy/src/commands/GetDeploymentCommand.ts
+++ b/clients/client-codedeploy/src/commands/GetDeploymentCommand.ts
@@ -266,4 +266,16 @@ export class GetDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeploymentCommand)
.de(de_GetDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeploymentInput;
+ output: GetDeploymentOutput;
+ };
+ sdk: {
+ input: GetDeploymentCommandInput;
+ output: GetDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/GetDeploymentConfigCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentConfigCommand.ts
index 6eab734e7d29..03137e7d0b2e 100644
--- a/clients/client-codedeploy/src/commands/GetDeploymentConfigCommand.ts
+++ b/clients/client-codedeploy/src/commands/GetDeploymentConfigCommand.ts
@@ -117,4 +117,16 @@ export class GetDeploymentConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeploymentConfigCommand)
.de(de_GetDeploymentConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeploymentConfigInput;
+ output: GetDeploymentConfigOutput;
+ };
+ sdk: {
+ input: GetDeploymentConfigCommandInput;
+ output: GetDeploymentConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/GetDeploymentGroupCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentGroupCommand.ts
index eaf44c3a401a..e9cdef8480fb 100644
--- a/clients/client-codedeploy/src/commands/GetDeploymentGroupCommand.ts
+++ b/clients/client-codedeploy/src/commands/GetDeploymentGroupCommand.ts
@@ -264,4 +264,16 @@ export class GetDeploymentGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeploymentGroupCommand)
.de(de_GetDeploymentGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeploymentGroupInput;
+ output: GetDeploymentGroupOutput;
+ };
+ sdk: {
+ input: GetDeploymentGroupCommandInput;
+ output: GetDeploymentGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts
index e34543b98275..c74ba54873a9 100644
--- a/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts
+++ b/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts
@@ -121,4 +121,16 @@ export class GetDeploymentInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeploymentInstanceCommand)
.de(de_GetDeploymentInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeploymentInstanceInput;
+ output: GetDeploymentInstanceOutput;
+ };
+ sdk: {
+ input: GetDeploymentInstanceCommandInput;
+ output: GetDeploymentInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/GetDeploymentTargetCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentTargetCommand.ts
index af28079755c0..2fd0fece69cb 100644
--- a/clients/client-codedeploy/src/commands/GetDeploymentTargetCommand.ts
+++ b/clients/client-codedeploy/src/commands/GetDeploymentTargetCommand.ts
@@ -211,4 +211,16 @@ export class GetDeploymentTargetCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeploymentTargetCommand)
.de(de_GetDeploymentTargetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeploymentTargetInput;
+ output: GetDeploymentTargetOutput;
+ };
+ sdk: {
+ input: GetDeploymentTargetCommandInput;
+ output: GetDeploymentTargetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/GetOnPremisesInstanceCommand.ts b/clients/client-codedeploy/src/commands/GetOnPremisesInstanceCommand.ts
index 18701e6a8124..8e4b2049a126 100644
--- a/clients/client-codedeploy/src/commands/GetOnPremisesInstanceCommand.ts
+++ b/clients/client-codedeploy/src/commands/GetOnPremisesInstanceCommand.ts
@@ -99,4 +99,16 @@ export class GetOnPremisesInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetOnPremisesInstanceCommand)
.de(de_GetOnPremisesInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetOnPremisesInstanceInput;
+ output: GetOnPremisesInstanceOutput;
+ };
+ sdk: {
+ input: GetOnPremisesInstanceCommandInput;
+ output: GetOnPremisesInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/ListApplicationRevisionsCommand.ts b/clients/client-codedeploy/src/commands/ListApplicationRevisionsCommand.ts
index bd12547936a7..e94ef10a6105 100644
--- a/clients/client-codedeploy/src/commands/ListApplicationRevisionsCommand.ts
+++ b/clients/client-codedeploy/src/commands/ListApplicationRevisionsCommand.ts
@@ -138,4 +138,16 @@ export class ListApplicationRevisionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListApplicationRevisionsCommand)
.de(de_ListApplicationRevisionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListApplicationRevisionsInput;
+ output: ListApplicationRevisionsOutput;
+ };
+ sdk: {
+ input: ListApplicationRevisionsCommandInput;
+ output: ListApplicationRevisionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/ListApplicationsCommand.ts b/clients/client-codedeploy/src/commands/ListApplicationsCommand.ts
index 08446edb906c..e24b6d15f894 100644
--- a/clients/client-codedeploy/src/commands/ListApplicationsCommand.ts
+++ b/clients/client-codedeploy/src/commands/ListApplicationsCommand.ts
@@ -83,4 +83,16 @@ export class ListApplicationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListApplicationsCommand)
.de(de_ListApplicationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListApplicationsInput;
+ output: ListApplicationsOutput;
+ };
+ sdk: {
+ input: ListApplicationsCommandInput;
+ output: ListApplicationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/ListDeploymentConfigsCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentConfigsCommand.ts
index 23e7d4578220..5e0c6a4358f5 100644
--- a/clients/client-codedeploy/src/commands/ListDeploymentConfigsCommand.ts
+++ b/clients/client-codedeploy/src/commands/ListDeploymentConfigsCommand.ts
@@ -83,4 +83,16 @@ export class ListDeploymentConfigsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDeploymentConfigsCommand)
.de(de_ListDeploymentConfigsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDeploymentConfigsInput;
+ output: ListDeploymentConfigsOutput;
+ };
+ sdk: {
+ input: ListDeploymentConfigsCommandInput;
+ output: ListDeploymentConfigsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/ListDeploymentGroupsCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentGroupsCommand.ts
index 648a0a4a777f..cb8ffc34b9a5 100644
--- a/clients/client-codedeploy/src/commands/ListDeploymentGroupsCommand.ts
+++ b/clients/client-codedeploy/src/commands/ListDeploymentGroupsCommand.ts
@@ -95,4 +95,16 @@ export class ListDeploymentGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDeploymentGroupsCommand)
.de(de_ListDeploymentGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDeploymentGroupsInput;
+ output: ListDeploymentGroupsOutput;
+ };
+ sdk: {
+ input: ListDeploymentGroupsCommandInput;
+ output: ListDeploymentGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts
index a25b26d69cbd..d15a1fd646eb 100644
--- a/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts
+++ b/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts
@@ -128,4 +128,16 @@ export class ListDeploymentInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDeploymentInstancesCommand)
.de(de_ListDeploymentInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDeploymentInstancesInput;
+ output: ListDeploymentInstancesOutput;
+ };
+ sdk: {
+ input: ListDeploymentInstancesCommandInput;
+ output: ListDeploymentInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/ListDeploymentTargetsCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentTargetsCommand.ts
index 9510bd5adb18..5323d3e0816f 100644
--- a/clients/client-codedeploy/src/commands/ListDeploymentTargetsCommand.ts
+++ b/clients/client-codedeploy/src/commands/ListDeploymentTargetsCommand.ts
@@ -116,4 +116,16 @@ export class ListDeploymentTargetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDeploymentTargetsCommand)
.de(de_ListDeploymentTargetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDeploymentTargetsInput;
+ output: ListDeploymentTargetsOutput;
+ };
+ sdk: {
+ input: ListDeploymentTargetsCommandInput;
+ output: ListDeploymentTargetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/ListDeploymentsCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentsCommand.ts
index 80d09825e063..43b2e3df9dce 100644
--- a/clients/client-codedeploy/src/commands/ListDeploymentsCommand.ts
+++ b/clients/client-codedeploy/src/commands/ListDeploymentsCommand.ts
@@ -125,4 +125,16 @@ export class ListDeploymentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDeploymentsCommand)
.de(de_ListDeploymentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDeploymentsInput;
+ output: ListDeploymentsOutput;
+ };
+ sdk: {
+ input: ListDeploymentsCommandInput;
+ output: ListDeploymentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/ListGitHubAccountTokenNamesCommand.ts b/clients/client-codedeploy/src/commands/ListGitHubAccountTokenNamesCommand.ts
index b1b882877d73..b6a1832a4835 100644
--- a/clients/client-codedeploy/src/commands/ListGitHubAccountTokenNamesCommand.ts
+++ b/clients/client-codedeploy/src/commands/ListGitHubAccountTokenNamesCommand.ts
@@ -89,4 +89,16 @@ export class ListGitHubAccountTokenNamesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListGitHubAccountTokenNamesCommand)
.de(de_ListGitHubAccountTokenNamesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGitHubAccountTokenNamesInput;
+ output: ListGitHubAccountTokenNamesOutput;
+ };
+ sdk: {
+ input: ListGitHubAccountTokenNamesCommandInput;
+ output: ListGitHubAccountTokenNamesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/ListOnPremisesInstancesCommand.ts b/clients/client-codedeploy/src/commands/ListOnPremisesInstancesCommand.ts
index 398dc8ca9409..504127a9379f 100644
--- a/clients/client-codedeploy/src/commands/ListOnPremisesInstancesCommand.ts
+++ b/clients/client-codedeploy/src/commands/ListOnPremisesInstancesCommand.ts
@@ -100,4 +100,16 @@ export class ListOnPremisesInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListOnPremisesInstancesCommand)
.de(de_ListOnPremisesInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListOnPremisesInstancesInput;
+ output: ListOnPremisesInstancesOutput;
+ };
+ sdk: {
+ input: ListOnPremisesInstancesCommandInput;
+ output: ListOnPremisesInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/ListTagsForResourceCommand.ts b/clients/client-codedeploy/src/commands/ListTagsForResourceCommand.ts
index 66d45428b89b..7bf103a97c44 100644
--- a/clients/client-codedeploy/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-codedeploy/src/commands/ListTagsForResourceCommand.ts
@@ -95,4 +95,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceInput;
+ output: ListTagsForResourceOutput;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/PutLifecycleEventHookExecutionStatusCommand.ts b/clients/client-codedeploy/src/commands/PutLifecycleEventHookExecutionStatusCommand.ts
index b867a877fead..46fd1701a5a2 100644
--- a/clients/client-codedeploy/src/commands/PutLifecycleEventHookExecutionStatusCommand.ts
+++ b/clients/client-codedeploy/src/commands/PutLifecycleEventHookExecutionStatusCommand.ts
@@ -120,4 +120,16 @@ export class PutLifecycleEventHookExecutionStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_PutLifecycleEventHookExecutionStatusCommand)
.de(de_PutLifecycleEventHookExecutionStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutLifecycleEventHookExecutionStatusInput;
+ output: PutLifecycleEventHookExecutionStatusOutput;
+ };
+ sdk: {
+ input: PutLifecycleEventHookExecutionStatusCommandInput;
+ output: PutLifecycleEventHookExecutionStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/RegisterApplicationRevisionCommand.ts b/clients/client-codedeploy/src/commands/RegisterApplicationRevisionCommand.ts
index 8a2d4ca9d443..ba71c00f4790 100644
--- a/clients/client-codedeploy/src/commands/RegisterApplicationRevisionCommand.ts
+++ b/clients/client-codedeploy/src/commands/RegisterApplicationRevisionCommand.ts
@@ -116,4 +116,16 @@ export class RegisterApplicationRevisionCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterApplicationRevisionCommand)
.de(de_RegisterApplicationRevisionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterApplicationRevisionInput;
+ output: {};
+ };
+ sdk: {
+ input: RegisterApplicationRevisionCommandInput;
+ output: RegisterApplicationRevisionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/RegisterOnPremisesInstanceCommand.ts b/clients/client-codedeploy/src/commands/RegisterOnPremisesInstanceCommand.ts
index 443774ea2fcf..c12284d5d599 100644
--- a/clients/client-codedeploy/src/commands/RegisterOnPremisesInstanceCommand.ts
+++ b/clients/client-codedeploy/src/commands/RegisterOnPremisesInstanceCommand.ts
@@ -112,4 +112,16 @@ export class RegisterOnPremisesInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterOnPremisesInstanceCommand)
.de(de_RegisterOnPremisesInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterOnPremisesInstanceInput;
+ output: {};
+ };
+ sdk: {
+ input: RegisterOnPremisesInstanceCommandInput;
+ output: RegisterOnPremisesInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/RemoveTagsFromOnPremisesInstancesCommand.ts b/clients/client-codedeploy/src/commands/RemoveTagsFromOnPremisesInstancesCommand.ts
index 88a611adef4e..a2bcf2436da1 100644
--- a/clients/client-codedeploy/src/commands/RemoveTagsFromOnPremisesInstancesCommand.ts
+++ b/clients/client-codedeploy/src/commands/RemoveTagsFromOnPremisesInstancesCommand.ts
@@ -108,4 +108,16 @@ export class RemoveTagsFromOnPremisesInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveTagsFromOnPremisesInstancesCommand)
.de(de_RemoveTagsFromOnPremisesInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveTagsFromOnPremisesInstancesInput;
+ output: {};
+ };
+ sdk: {
+ input: RemoveTagsFromOnPremisesInstancesCommandInput;
+ output: RemoveTagsFromOnPremisesInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts b/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts
index b833136801e2..efbccb8149aa 100644
--- a/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts
+++ b/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts
@@ -99,4 +99,16 @@ export class SkipWaitTimeForInstanceTerminationCommand extends $Command
.f(void 0, void 0)
.ser(se_SkipWaitTimeForInstanceTerminationCommand)
.de(de_SkipWaitTimeForInstanceTerminationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SkipWaitTimeForInstanceTerminationInput;
+ output: {};
+ };
+ sdk: {
+ input: SkipWaitTimeForInstanceTerminationCommandInput;
+ output: SkipWaitTimeForInstanceTerminationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/StopDeploymentCommand.ts b/clients/client-codedeploy/src/commands/StopDeploymentCommand.ts
index 0fe7680bf90b..6ec718df7edb 100644
--- a/clients/client-codedeploy/src/commands/StopDeploymentCommand.ts
+++ b/clients/client-codedeploy/src/commands/StopDeploymentCommand.ts
@@ -98,4 +98,16 @@ export class StopDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_StopDeploymentCommand)
.de(de_StopDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopDeploymentInput;
+ output: StopDeploymentOutput;
+ };
+ sdk: {
+ input: StopDeploymentCommandInput;
+ output: StopDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/TagResourceCommand.ts b/clients/client-codedeploy/src/commands/TagResourceCommand.ts
index 92765003b27e..5410777c6689 100644
--- a/clients/client-codedeploy/src/commands/TagResourceCommand.ts
+++ b/clients/client-codedeploy/src/commands/TagResourceCommand.ts
@@ -108,4 +108,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/UntagResourceCommand.ts b/clients/client-codedeploy/src/commands/UntagResourceCommand.ts
index f66deca69239..d7ffd14cb317 100644
--- a/clients/client-codedeploy/src/commands/UntagResourceCommand.ts
+++ b/clients/client-codedeploy/src/commands/UntagResourceCommand.ts
@@ -106,4 +106,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/UpdateApplicationCommand.ts b/clients/client-codedeploy/src/commands/UpdateApplicationCommand.ts
index cbd496e3e51d..1246be1faae4 100644
--- a/clients/client-codedeploy/src/commands/UpdateApplicationCommand.ts
+++ b/clients/client-codedeploy/src/commands/UpdateApplicationCommand.ts
@@ -89,4 +89,16 @@ export class UpdateApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateApplicationCommand)
.de(de_UpdateApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApplicationInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateApplicationCommandInput;
+ output: UpdateApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codedeploy/src/commands/UpdateDeploymentGroupCommand.ts b/clients/client-codedeploy/src/commands/UpdateDeploymentGroupCommand.ts
index 52c1a8343f8d..2ce3438e1533 100644
--- a/clients/client-codedeploy/src/commands/UpdateDeploymentGroupCommand.ts
+++ b/clients/client-codedeploy/src/commands/UpdateDeploymentGroupCommand.ts
@@ -331,4 +331,16 @@ export class UpdateDeploymentGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDeploymentGroupCommand)
.de(de_UpdateDeploymentGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDeploymentGroupInput;
+ output: UpdateDeploymentGroupOutput;
+ };
+ sdk: {
+ input: UpdateDeploymentGroupCommandInput;
+ output: UpdateDeploymentGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-reviewer/package.json b/clients/client-codeguru-reviewer/package.json
index e622e71d65ea..46b3af9cc459 100644
--- a/clients/client-codeguru-reviewer/package.json
+++ b/clients/client-codeguru-reviewer/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
},
diff --git a/clients/client-codeguru-reviewer/src/commands/AssociateRepositoryCommand.ts b/clients/client-codeguru-reviewer/src/commands/AssociateRepositoryCommand.ts
index cd3749c4fa01..5196289d8e8d 100644
--- a/clients/client-codeguru-reviewer/src/commands/AssociateRepositoryCommand.ts
+++ b/clients/client-codeguru-reviewer/src/commands/AssociateRepositoryCommand.ts
@@ -164,4 +164,16 @@ export class AssociateRepositoryCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateRepositoryCommand)
.de(de_AssociateRepositoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateRepositoryRequest;
+ output: AssociateRepositoryResponse;
+ };
+ sdk: {
+ input: AssociateRepositoryCommandInput;
+ output: AssociateRepositoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-reviewer/src/commands/CreateCodeReviewCommand.ts b/clients/client-codeguru-reviewer/src/commands/CreateCodeReviewCommand.ts
index e41f0db1ff8e..6889b6aa4fba 100644
--- a/clients/client-codeguru-reviewer/src/commands/CreateCodeReviewCommand.ts
+++ b/clients/client-codeguru-reviewer/src/commands/CreateCodeReviewCommand.ts
@@ -200,4 +200,16 @@ export class CreateCodeReviewCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCodeReviewCommand)
.de(de_CreateCodeReviewCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCodeReviewRequest;
+ output: CreateCodeReviewResponse;
+ };
+ sdk: {
+ input: CreateCodeReviewCommandInput;
+ output: CreateCodeReviewCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-reviewer/src/commands/DescribeCodeReviewCommand.ts b/clients/client-codeguru-reviewer/src/commands/DescribeCodeReviewCommand.ts
index 9b609f55976d..a5b15dad5956 100644
--- a/clients/client-codeguru-reviewer/src/commands/DescribeCodeReviewCommand.ts
+++ b/clients/client-codeguru-reviewer/src/commands/DescribeCodeReviewCommand.ts
@@ -147,4 +147,16 @@ export class DescribeCodeReviewCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCodeReviewCommand)
.de(de_DescribeCodeReviewCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCodeReviewRequest;
+ output: DescribeCodeReviewResponse;
+ };
+ sdk: {
+ input: DescribeCodeReviewCommandInput;
+ output: DescribeCodeReviewCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-reviewer/src/commands/DescribeRecommendationFeedbackCommand.ts b/clients/client-codeguru-reviewer/src/commands/DescribeRecommendationFeedbackCommand.ts
index 906277958d8f..b94cabf562fd 100644
--- a/clients/client-codeguru-reviewer/src/commands/DescribeRecommendationFeedbackCommand.ts
+++ b/clients/client-codeguru-reviewer/src/commands/DescribeRecommendationFeedbackCommand.ts
@@ -108,4 +108,16 @@ export class DescribeRecommendationFeedbackCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRecommendationFeedbackCommand)
.de(de_DescribeRecommendationFeedbackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRecommendationFeedbackRequest;
+ output: DescribeRecommendationFeedbackResponse;
+ };
+ sdk: {
+ input: DescribeRecommendationFeedbackCommandInput;
+ output: DescribeRecommendationFeedbackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-reviewer/src/commands/DescribeRepositoryAssociationCommand.ts b/clients/client-codeguru-reviewer/src/commands/DescribeRepositoryAssociationCommand.ts
index bcd32b4c040b..3a255341226d 100644
--- a/clients/client-codeguru-reviewer/src/commands/DescribeRepositoryAssociationCommand.ts
+++ b/clients/client-codeguru-reviewer/src/commands/DescribeRepositoryAssociationCommand.ts
@@ -123,4 +123,16 @@ export class DescribeRepositoryAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRepositoryAssociationCommand)
.de(de_DescribeRepositoryAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRepositoryAssociationRequest;
+ output: DescribeRepositoryAssociationResponse;
+ };
+ sdk: {
+ input: DescribeRepositoryAssociationCommandInput;
+ output: DescribeRepositoryAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-reviewer/src/commands/DisassociateRepositoryCommand.ts b/clients/client-codeguru-reviewer/src/commands/DisassociateRepositoryCommand.ts
index 02c9d712f29e..fd86b4f3e552 100644
--- a/clients/client-codeguru-reviewer/src/commands/DisassociateRepositoryCommand.ts
+++ b/clients/client-codeguru-reviewer/src/commands/DisassociateRepositoryCommand.ts
@@ -122,4 +122,16 @@ export class DisassociateRepositoryCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateRepositoryCommand)
.de(de_DisassociateRepositoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateRepositoryRequest;
+ output: DisassociateRepositoryResponse;
+ };
+ sdk: {
+ input: DisassociateRepositoryCommandInput;
+ output: DisassociateRepositoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-reviewer/src/commands/ListCodeReviewsCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListCodeReviewsCommand.ts
index 173bde655b2b..cd3c0ab1a781 100644
--- a/clients/client-codeguru-reviewer/src/commands/ListCodeReviewsCommand.ts
+++ b/clients/client-codeguru-reviewer/src/commands/ListCodeReviewsCommand.ts
@@ -152,4 +152,16 @@ export class ListCodeReviewsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCodeReviewsCommand)
.de(de_ListCodeReviewsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCodeReviewsRequest;
+ output: ListCodeReviewsResponse;
+ };
+ sdk: {
+ input: ListCodeReviewsCommandInput;
+ output: ListCodeReviewsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-reviewer/src/commands/ListRecommendationFeedbackCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListRecommendationFeedbackCommand.ts
index 599417400347..89a2a8de51f0 100644
--- a/clients/client-codeguru-reviewer/src/commands/ListRecommendationFeedbackCommand.ts
+++ b/clients/client-codeguru-reviewer/src/commands/ListRecommendationFeedbackCommand.ts
@@ -110,4 +110,16 @@ export class ListRecommendationFeedbackCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRecommendationFeedbackCommand)
.de(de_ListRecommendationFeedbackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRecommendationFeedbackRequest;
+ output: ListRecommendationFeedbackResponse;
+ };
+ sdk: {
+ input: ListRecommendationFeedbackCommandInput;
+ output: ListRecommendationFeedbackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-reviewer/src/commands/ListRecommendationsCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListRecommendationsCommand.ts
index 4d6ecc841ea0..fe80ca5b7916 100644
--- a/clients/client-codeguru-reviewer/src/commands/ListRecommendationsCommand.ts
+++ b/clients/client-codeguru-reviewer/src/commands/ListRecommendationsCommand.ts
@@ -114,4 +114,16 @@ export class ListRecommendationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRecommendationsCommand)
.de(de_ListRecommendationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRecommendationsRequest;
+ output: ListRecommendationsResponse;
+ };
+ sdk: {
+ input: ListRecommendationsCommandInput;
+ output: ListRecommendationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-reviewer/src/commands/ListRepositoryAssociationsCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListRepositoryAssociationsCommand.ts
index e0c999083258..3d30e9d6dd80 100644
--- a/clients/client-codeguru-reviewer/src/commands/ListRepositoryAssociationsCommand.ts
+++ b/clients/client-codeguru-reviewer/src/commands/ListRepositoryAssociationsCommand.ts
@@ -112,4 +112,16 @@ export class ListRepositoryAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRepositoryAssociationsCommand)
.de(de_ListRepositoryAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRepositoryAssociationsRequest;
+ output: ListRepositoryAssociationsResponse;
+ };
+ sdk: {
+ input: ListRepositoryAssociationsCommandInput;
+ output: ListRepositoryAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-reviewer/src/commands/ListTagsForResourceCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListTagsForResourceCommand.ts
index a8f608ca8295..83b86e4948cb 100644
--- a/clients/client-codeguru-reviewer/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-codeguru-reviewer/src/commands/ListTagsForResourceCommand.ts
@@ -88,4 +88,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-reviewer/src/commands/PutRecommendationFeedbackCommand.ts b/clients/client-codeguru-reviewer/src/commands/PutRecommendationFeedbackCommand.ts
index 68d9c0d44a74..7ad5e2ac947b 100644
--- a/clients/client-codeguru-reviewer/src/commands/PutRecommendationFeedbackCommand.ts
+++ b/clients/client-codeguru-reviewer/src/commands/PutRecommendationFeedbackCommand.ts
@@ -95,4 +95,16 @@ export class PutRecommendationFeedbackCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRecommendationFeedbackCommand)
.de(de_PutRecommendationFeedbackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRecommendationFeedbackRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutRecommendationFeedbackCommandInput;
+ output: PutRecommendationFeedbackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-reviewer/src/commands/TagResourceCommand.ts b/clients/client-codeguru-reviewer/src/commands/TagResourceCommand.ts
index 81e544a0e00a..d047920f0c63 100644
--- a/clients/client-codeguru-reviewer/src/commands/TagResourceCommand.ts
+++ b/clients/client-codeguru-reviewer/src/commands/TagResourceCommand.ts
@@ -87,4 +87,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-reviewer/src/commands/UntagResourceCommand.ts b/clients/client-codeguru-reviewer/src/commands/UntagResourceCommand.ts
index 4290e94b99e3..b8aa9d5a4524 100644
--- a/clients/client-codeguru-reviewer/src/commands/UntagResourceCommand.ts
+++ b/clients/client-codeguru-reviewer/src/commands/UntagResourceCommand.ts
@@ -87,4 +87,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-security/package.json b/clients/client-codeguru-security/package.json
index ee74ae2de8fa..ab2a3c4d8b2d 100644
--- a/clients/client-codeguru-security/package.json
+++ b/clients/client-codeguru-security/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-codeguru-security/src/commands/BatchGetFindingsCommand.ts b/clients/client-codeguru-security/src/commands/BatchGetFindingsCommand.ts
index 4b2bdae9517f..43614f06a568 100644
--- a/clients/client-codeguru-security/src/commands/BatchGetFindingsCommand.ts
+++ b/clients/client-codeguru-security/src/commands/BatchGetFindingsCommand.ts
@@ -158,4 +158,16 @@ export class BatchGetFindingsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetFindingsCommand)
.de(de_BatchGetFindingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetFindingsRequest;
+ output: BatchGetFindingsResponse;
+ };
+ sdk: {
+ input: BatchGetFindingsCommandInput;
+ output: BatchGetFindingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-security/src/commands/CreateScanCommand.ts b/clients/client-codeguru-security/src/commands/CreateScanCommand.ts
index 9eb93543fd1c..cc00b1dbb8ba 100644
--- a/clients/client-codeguru-security/src/commands/CreateScanCommand.ts
+++ b/clients/client-codeguru-security/src/commands/CreateScanCommand.ts
@@ -112,4 +112,16 @@ export class CreateScanCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateScanCommand)
.de(de_CreateScanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateScanRequest;
+ output: CreateScanResponse;
+ };
+ sdk: {
+ input: CreateScanCommandInput;
+ output: CreateScanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-security/src/commands/CreateUploadUrlCommand.ts b/clients/client-codeguru-security/src/commands/CreateUploadUrlCommand.ts
index 83b4e7a80907..be9337de602c 100644
--- a/clients/client-codeguru-security/src/commands/CreateUploadUrlCommand.ts
+++ b/clients/client-codeguru-security/src/commands/CreateUploadUrlCommand.ts
@@ -100,4 +100,16 @@ export class CreateUploadUrlCommand extends $Command
.f(void 0, CreateUploadUrlResponseFilterSensitiveLog)
.ser(se_CreateUploadUrlCommand)
.de(de_CreateUploadUrlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateUploadUrlRequest;
+ output: CreateUploadUrlResponse;
+ };
+ sdk: {
+ input: CreateUploadUrlCommandInput;
+ output: CreateUploadUrlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-security/src/commands/GetAccountConfigurationCommand.ts b/clients/client-codeguru-security/src/commands/GetAccountConfigurationCommand.ts
index 7b4de4a77d56..c18746ace2f9 100644
--- a/clients/client-codeguru-security/src/commands/GetAccountConfigurationCommand.ts
+++ b/clients/client-codeguru-security/src/commands/GetAccountConfigurationCommand.ts
@@ -89,4 +89,16 @@ export class GetAccountConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAccountConfigurationCommand)
.de(de_GetAccountConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetAccountConfigurationResponse;
+ };
+ sdk: {
+ input: GetAccountConfigurationCommandInput;
+ output: GetAccountConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-security/src/commands/GetFindingsCommand.ts b/clients/client-codeguru-security/src/commands/GetFindingsCommand.ts
index ad051c507730..456ae7ad3555 100644
--- a/clients/client-codeguru-security/src/commands/GetFindingsCommand.ts
+++ b/clients/client-codeguru-security/src/commands/GetFindingsCommand.ts
@@ -157,4 +157,16 @@ export class GetFindingsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFindingsCommand)
.de(de_GetFindingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFindingsRequest;
+ output: GetFindingsResponse;
+ };
+ sdk: {
+ input: GetFindingsCommandInput;
+ output: GetFindingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-security/src/commands/GetMetricsSummaryCommand.ts b/clients/client-codeguru-security/src/commands/GetMetricsSummaryCommand.ts
index 6ffaa30cf3ac..667067557448 100644
--- a/clients/client-codeguru-security/src/commands/GetMetricsSummaryCommand.ts
+++ b/clients/client-codeguru-security/src/commands/GetMetricsSummaryCommand.ts
@@ -118,4 +118,16 @@ export class GetMetricsSummaryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMetricsSummaryCommand)
.de(de_GetMetricsSummaryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMetricsSummaryRequest;
+ output: GetMetricsSummaryResponse;
+ };
+ sdk: {
+ input: GetMetricsSummaryCommandInput;
+ output: GetMetricsSummaryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-security/src/commands/GetScanCommand.ts b/clients/client-codeguru-security/src/commands/GetScanCommand.ts
index 3489637472c4..280ce5f31d30 100644
--- a/clients/client-codeguru-security/src/commands/GetScanCommand.ts
+++ b/clients/client-codeguru-security/src/commands/GetScanCommand.ts
@@ -101,4 +101,16 @@ export class GetScanCommand extends $Command
.f(void 0, void 0)
.ser(se_GetScanCommand)
.de(de_GetScanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetScanRequest;
+ output: GetScanResponse;
+ };
+ sdk: {
+ input: GetScanCommandInput;
+ output: GetScanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-security/src/commands/ListFindingsMetricsCommand.ts b/clients/client-codeguru-security/src/commands/ListFindingsMetricsCommand.ts
index 74c13f16c224..b95767654d79 100644
--- a/clients/client-codeguru-security/src/commands/ListFindingsMetricsCommand.ts
+++ b/clients/client-codeguru-security/src/commands/ListFindingsMetricsCommand.ts
@@ -125,4 +125,16 @@ export class ListFindingsMetricsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFindingsMetricsCommand)
.de(de_ListFindingsMetricsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFindingsMetricsRequest;
+ output: ListFindingsMetricsResponse;
+ };
+ sdk: {
+ input: ListFindingsMetricsCommandInput;
+ output: ListFindingsMetricsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-security/src/commands/ListScansCommand.ts b/clients/client-codeguru-security/src/commands/ListScansCommand.ts
index 8b416b8d761d..26e808952a16 100644
--- a/clients/client-codeguru-security/src/commands/ListScansCommand.ts
+++ b/clients/client-codeguru-security/src/commands/ListScansCommand.ts
@@ -101,4 +101,16 @@ export class ListScansCommand extends $Command
.f(void 0, void 0)
.ser(se_ListScansCommand)
.de(de_ListScansCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListScansRequest;
+ output: ListScansResponse;
+ };
+ sdk: {
+ input: ListScansCommandInput;
+ output: ListScansCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-security/src/commands/ListTagsForResourceCommand.ts b/clients/client-codeguru-security/src/commands/ListTagsForResourceCommand.ts
index c10a86a4b888..d5b6e4ffceb2 100644
--- a/clients/client-codeguru-security/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-codeguru-security/src/commands/ListTagsForResourceCommand.ts
@@ -99,4 +99,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-security/src/commands/TagResourceCommand.ts b/clients/client-codeguru-security/src/commands/TagResourceCommand.ts
index 001d783fe858..349768772164 100644
--- a/clients/client-codeguru-security/src/commands/TagResourceCommand.ts
+++ b/clients/client-codeguru-security/src/commands/TagResourceCommand.ts
@@ -98,4 +98,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-security/src/commands/UntagResourceCommand.ts b/clients/client-codeguru-security/src/commands/UntagResourceCommand.ts
index 97ed87e7ec40..0604f7d7f4d6 100644
--- a/clients/client-codeguru-security/src/commands/UntagResourceCommand.ts
+++ b/clients/client-codeguru-security/src/commands/UntagResourceCommand.ts
@@ -98,4 +98,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguru-security/src/commands/UpdateAccountConfigurationCommand.ts b/clients/client-codeguru-security/src/commands/UpdateAccountConfigurationCommand.ts
index c6946fd15ea8..e8d294594725 100644
--- a/clients/client-codeguru-security/src/commands/UpdateAccountConfigurationCommand.ts
+++ b/clients/client-codeguru-security/src/commands/UpdateAccountConfigurationCommand.ts
@@ -96,4 +96,16 @@ export class UpdateAccountConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAccountConfigurationCommand)
.de(de_UpdateAccountConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAccountConfigurationRequest;
+ output: UpdateAccountConfigurationResponse;
+ };
+ sdk: {
+ input: UpdateAccountConfigurationCommandInput;
+ output: UpdateAccountConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguruprofiler/package.json b/clients/client-codeguruprofiler/package.json
index df4eff7ab18f..e904de8885a8 100644
--- a/clients/client-codeguruprofiler/package.json
+++ b/clients/client-codeguruprofiler/package.json
@@ -33,31 +33,31 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
- "@smithy/util-stream": "^3.1.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
+ "@smithy/util-stream": "^3.1.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-codeguruprofiler/src/commands/AddNotificationChannelsCommand.ts b/clients/client-codeguruprofiler/src/commands/AddNotificationChannelsCommand.ts
index 2e9e81d4d1c3..dccaa21facf1 100644
--- a/clients/client-codeguruprofiler/src/commands/AddNotificationChannelsCommand.ts
+++ b/clients/client-codeguruprofiler/src/commands/AddNotificationChannelsCommand.ts
@@ -120,4 +120,16 @@ export class AddNotificationChannelsCommand extends $Command
.f(void 0, void 0)
.ser(se_AddNotificationChannelsCommand)
.de(de_AddNotificationChannelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddNotificationChannelsRequest;
+ output: AddNotificationChannelsResponse;
+ };
+ sdk: {
+ input: AddNotificationChannelsCommandInput;
+ output: AddNotificationChannelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguruprofiler/src/commands/BatchGetFrameMetricDataCommand.ts b/clients/client-codeguruprofiler/src/commands/BatchGetFrameMetricDataCommand.ts
index 7a8cd36674c7..e24552c186da 100644
--- a/clients/client-codeguruprofiler/src/commands/BatchGetFrameMetricDataCommand.ts
+++ b/clients/client-codeguruprofiler/src/commands/BatchGetFrameMetricDataCommand.ts
@@ -132,4 +132,16 @@ export class BatchGetFrameMetricDataCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetFrameMetricDataCommand)
.de(de_BatchGetFrameMetricDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetFrameMetricDataRequest;
+ output: BatchGetFrameMetricDataResponse;
+ };
+ sdk: {
+ input: BatchGetFrameMetricDataCommandInput;
+ output: BatchGetFrameMetricDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguruprofiler/src/commands/ConfigureAgentCommand.ts b/clients/client-codeguruprofiler/src/commands/ConfigureAgentCommand.ts
index 130e679d2b1a..16522d556389 100644
--- a/clients/client-codeguruprofiler/src/commands/ConfigureAgentCommand.ts
+++ b/clients/client-codeguruprofiler/src/commands/ConfigureAgentCommand.ts
@@ -103,4 +103,16 @@ export class ConfigureAgentCommand extends $Command
.f(void 0, void 0)
.ser(se_ConfigureAgentCommand)
.de(de_ConfigureAgentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ConfigureAgentRequest;
+ output: ConfigureAgentResponse;
+ };
+ sdk: {
+ input: ConfigureAgentCommandInput;
+ output: ConfigureAgentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguruprofiler/src/commands/CreateProfilingGroupCommand.ts b/clients/client-codeguruprofiler/src/commands/CreateProfilingGroupCommand.ts
index 23a77e446db6..99e92c6a0978 100644
--- a/clients/client-codeguruprofiler/src/commands/CreateProfilingGroupCommand.ts
+++ b/clients/client-codeguruprofiler/src/commands/CreateProfilingGroupCommand.ts
@@ -126,4 +126,16 @@ export class CreateProfilingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateProfilingGroupCommand)
.de(de_CreateProfilingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateProfilingGroupRequest;
+ output: CreateProfilingGroupResponse;
+ };
+ sdk: {
+ input: CreateProfilingGroupCommandInput;
+ output: CreateProfilingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguruprofiler/src/commands/DeleteProfilingGroupCommand.ts b/clients/client-codeguruprofiler/src/commands/DeleteProfilingGroupCommand.ts
index 8165be0e0dac..40b0d777d7f1 100644
--- a/clients/client-codeguruprofiler/src/commands/DeleteProfilingGroupCommand.ts
+++ b/clients/client-codeguruprofiler/src/commands/DeleteProfilingGroupCommand.ts
@@ -93,4 +93,16 @@ export class DeleteProfilingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteProfilingGroupCommand)
.de(de_DeleteProfilingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteProfilingGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteProfilingGroupCommandInput;
+ output: DeleteProfilingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguruprofiler/src/commands/DescribeProfilingGroupCommand.ts b/clients/client-codeguruprofiler/src/commands/DescribeProfilingGroupCommand.ts
index 025f44998787..344e385ebd1b 100644
--- a/clients/client-codeguruprofiler/src/commands/DescribeProfilingGroupCommand.ts
+++ b/clients/client-codeguruprofiler/src/commands/DescribeProfilingGroupCommand.ts
@@ -114,4 +114,16 @@ export class DescribeProfilingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeProfilingGroupCommand)
.de(de_DescribeProfilingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeProfilingGroupRequest;
+ output: DescribeProfilingGroupResponse;
+ };
+ sdk: {
+ input: DescribeProfilingGroupCommandInput;
+ output: DescribeProfilingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguruprofiler/src/commands/GetFindingsReportAccountSummaryCommand.ts b/clients/client-codeguruprofiler/src/commands/GetFindingsReportAccountSummaryCommand.ts
index 869ab05ad16e..85b9b096d54a 100644
--- a/clients/client-codeguruprofiler/src/commands/GetFindingsReportAccountSummaryCommand.ts
+++ b/clients/client-codeguruprofiler/src/commands/GetFindingsReportAccountSummaryCommand.ts
@@ -108,4 +108,16 @@ export class GetFindingsReportAccountSummaryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFindingsReportAccountSummaryCommand)
.de(de_GetFindingsReportAccountSummaryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFindingsReportAccountSummaryRequest;
+ output: GetFindingsReportAccountSummaryResponse;
+ };
+ sdk: {
+ input: GetFindingsReportAccountSummaryCommandInput;
+ output: GetFindingsReportAccountSummaryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguruprofiler/src/commands/GetNotificationConfigurationCommand.ts b/clients/client-codeguruprofiler/src/commands/GetNotificationConfigurationCommand.ts
index cb80e48bd801..38a7864fa83a 100644
--- a/clients/client-codeguruprofiler/src/commands/GetNotificationConfigurationCommand.ts
+++ b/clients/client-codeguruprofiler/src/commands/GetNotificationConfigurationCommand.ts
@@ -104,4 +104,16 @@ export class GetNotificationConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetNotificationConfigurationCommand)
.de(de_GetNotificationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetNotificationConfigurationRequest;
+ output: GetNotificationConfigurationResponse;
+ };
+ sdk: {
+ input: GetNotificationConfigurationCommandInput;
+ output: GetNotificationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguruprofiler/src/commands/GetPolicyCommand.ts b/clients/client-codeguruprofiler/src/commands/GetPolicyCommand.ts
index df5e91ea005b..19fcc4e496af 100644
--- a/clients/client-codeguruprofiler/src/commands/GetPolicyCommand.ts
+++ b/clients/client-codeguruprofiler/src/commands/GetPolicyCommand.ts
@@ -89,4 +89,16 @@ export class GetPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPolicyCommand)
.de(de_GetPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPolicyRequest;
+ output: GetPolicyResponse;
+ };
+ sdk: {
+ input: GetPolicyCommandInput;
+ output: GetPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguruprofiler/src/commands/GetProfileCommand.ts b/clients/client-codeguruprofiler/src/commands/GetProfileCommand.ts
index bed225d88c36..318c800f82c7 100644
--- a/clients/client-codeguruprofiler/src/commands/GetProfileCommand.ts
+++ b/clients/client-codeguruprofiler/src/commands/GetProfileCommand.ts
@@ -175,4 +175,16 @@ export class GetProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_GetProfileCommand)
.de(de_GetProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetProfileRequest;
+ output: GetProfileResponse;
+ };
+ sdk: {
+ input: GetProfileCommandInput;
+ output: GetProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguruprofiler/src/commands/GetRecommendationsCommand.ts b/clients/client-codeguruprofiler/src/commands/GetRecommendationsCommand.ts
index c2df67595baf..9d2bee687887 100644
--- a/clients/client-codeguruprofiler/src/commands/GetRecommendationsCommand.ts
+++ b/clients/client-codeguruprofiler/src/commands/GetRecommendationsCommand.ts
@@ -157,4 +157,16 @@ export class GetRecommendationsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRecommendationsCommand)
.de(de_GetRecommendationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRecommendationsRequest;
+ output: GetRecommendationsResponse;
+ };
+ sdk: {
+ input: GetRecommendationsCommandInput;
+ output: GetRecommendationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguruprofiler/src/commands/ListFindingsReportsCommand.ts b/clients/client-codeguruprofiler/src/commands/ListFindingsReportsCommand.ts
index 2c33bcf45e18..23efbcba5062 100644
--- a/clients/client-codeguruprofiler/src/commands/ListFindingsReportsCommand.ts
+++ b/clients/client-codeguruprofiler/src/commands/ListFindingsReportsCommand.ts
@@ -103,4 +103,16 @@ export class ListFindingsReportsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFindingsReportsCommand)
.de(de_ListFindingsReportsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFindingsReportsRequest;
+ output: ListFindingsReportsResponse;
+ };
+ sdk: {
+ input: ListFindingsReportsCommandInput;
+ output: ListFindingsReportsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguruprofiler/src/commands/ListProfileTimesCommand.ts b/clients/client-codeguruprofiler/src/commands/ListProfileTimesCommand.ts
index 4eb581cd743f..f6ec31b847a0 100644
--- a/clients/client-codeguruprofiler/src/commands/ListProfileTimesCommand.ts
+++ b/clients/client-codeguruprofiler/src/commands/ListProfileTimesCommand.ts
@@ -101,4 +101,16 @@ export class ListProfileTimesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProfileTimesCommand)
.de(de_ListProfileTimesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProfileTimesRequest;
+ output: ListProfileTimesResponse;
+ };
+ sdk: {
+ input: ListProfileTimesCommandInput;
+ output: ListProfileTimesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguruprofiler/src/commands/ListProfilingGroupsCommand.ts b/clients/client-codeguruprofiler/src/commands/ListProfilingGroupsCommand.ts
index 34baa8029bf0..a208dcedccc0 100644
--- a/clients/client-codeguruprofiler/src/commands/ListProfilingGroupsCommand.ts
+++ b/clients/client-codeguruprofiler/src/commands/ListProfilingGroupsCommand.ts
@@ -117,4 +117,16 @@ export class ListProfilingGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProfilingGroupsCommand)
.de(de_ListProfilingGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProfilingGroupsRequest;
+ output: ListProfilingGroupsResponse;
+ };
+ sdk: {
+ input: ListProfilingGroupsCommandInput;
+ output: ListProfilingGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguruprofiler/src/commands/ListTagsForResourceCommand.ts b/clients/client-codeguruprofiler/src/commands/ListTagsForResourceCommand.ts
index 5216ac313f17..7bcb6ddbe639 100644
--- a/clients/client-codeguruprofiler/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-codeguruprofiler/src/commands/ListTagsForResourceCommand.ts
@@ -90,4 +90,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguruprofiler/src/commands/PostAgentProfileCommand.ts b/clients/client-codeguruprofiler/src/commands/PostAgentProfileCommand.ts
index 5a320da0f711..7fe201664fa2 100644
--- a/clients/client-codeguruprofiler/src/commands/PostAgentProfileCommand.ts
+++ b/clients/client-codeguruprofiler/src/commands/PostAgentProfileCommand.ts
@@ -103,4 +103,16 @@ export class PostAgentProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_PostAgentProfileCommand)
.de(de_PostAgentProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PostAgentProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: PostAgentProfileCommandInput;
+ output: PostAgentProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguruprofiler/src/commands/PutPermissionCommand.ts b/clients/client-codeguruprofiler/src/commands/PutPermissionCommand.ts
index 33232d19e9ba..2ba2d67afe3c 100644
--- a/clients/client-codeguruprofiler/src/commands/PutPermissionCommand.ts
+++ b/clients/client-codeguruprofiler/src/commands/PutPermissionCommand.ts
@@ -126,4 +126,16 @@ export class PutPermissionCommand extends $Command
.f(void 0, void 0)
.ser(se_PutPermissionCommand)
.de(de_PutPermissionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutPermissionRequest;
+ output: PutPermissionResponse;
+ };
+ sdk: {
+ input: PutPermissionCommandInput;
+ output: PutPermissionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguruprofiler/src/commands/RemoveNotificationChannelCommand.ts b/clients/client-codeguruprofiler/src/commands/RemoveNotificationChannelCommand.ts
index 450141fdfa70..42b802bc6e76 100644
--- a/clients/client-codeguruprofiler/src/commands/RemoveNotificationChannelCommand.ts
+++ b/clients/client-codeguruprofiler/src/commands/RemoveNotificationChannelCommand.ts
@@ -100,4 +100,16 @@ export class RemoveNotificationChannelCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveNotificationChannelCommand)
.de(de_RemoveNotificationChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveNotificationChannelRequest;
+ output: RemoveNotificationChannelResponse;
+ };
+ sdk: {
+ input: RemoveNotificationChannelCommandInput;
+ output: RemoveNotificationChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguruprofiler/src/commands/RemovePermissionCommand.ts b/clients/client-codeguruprofiler/src/commands/RemovePermissionCommand.ts
index 5e26029c0705..e11e59dd33e8 100644
--- a/clients/client-codeguruprofiler/src/commands/RemovePermissionCommand.ts
+++ b/clients/client-codeguruprofiler/src/commands/RemovePermissionCommand.ts
@@ -106,4 +106,16 @@ export class RemovePermissionCommand extends $Command
.f(void 0, void 0)
.ser(se_RemovePermissionCommand)
.de(de_RemovePermissionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemovePermissionRequest;
+ output: RemovePermissionResponse;
+ };
+ sdk: {
+ input: RemovePermissionCommandInput;
+ output: RemovePermissionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguruprofiler/src/commands/SubmitFeedbackCommand.ts b/clients/client-codeguruprofiler/src/commands/SubmitFeedbackCommand.ts
index ff49a5eb17f0..4458790693d2 100644
--- a/clients/client-codeguruprofiler/src/commands/SubmitFeedbackCommand.ts
+++ b/clients/client-codeguruprofiler/src/commands/SubmitFeedbackCommand.ts
@@ -91,4 +91,16 @@ export class SubmitFeedbackCommand extends $Command
.f(void 0, void 0)
.ser(se_SubmitFeedbackCommand)
.de(de_SubmitFeedbackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SubmitFeedbackRequest;
+ output: {};
+ };
+ sdk: {
+ input: SubmitFeedbackCommandInput;
+ output: SubmitFeedbackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguruprofiler/src/commands/TagResourceCommand.ts b/clients/client-codeguruprofiler/src/commands/TagResourceCommand.ts
index b9b225964587..140f9508f48e 100644
--- a/clients/client-codeguruprofiler/src/commands/TagResourceCommand.ts
+++ b/clients/client-codeguruprofiler/src/commands/TagResourceCommand.ts
@@ -89,4 +89,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguruprofiler/src/commands/UntagResourceCommand.ts b/clients/client-codeguruprofiler/src/commands/UntagResourceCommand.ts
index 0bbdd1f16679..42045906868c 100644
--- a/clients/client-codeguruprofiler/src/commands/UntagResourceCommand.ts
+++ b/clients/client-codeguruprofiler/src/commands/UntagResourceCommand.ts
@@ -89,4 +89,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codeguruprofiler/src/commands/UpdateProfilingGroupCommand.ts b/clients/client-codeguruprofiler/src/commands/UpdateProfilingGroupCommand.ts
index b2e7b5e5fddc..825045fd864e 100644
--- a/clients/client-codeguruprofiler/src/commands/UpdateProfilingGroupCommand.ts
+++ b/clients/client-codeguruprofiler/src/commands/UpdateProfilingGroupCommand.ts
@@ -118,4 +118,16 @@ export class UpdateProfilingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateProfilingGroupCommand)
.de(de_UpdateProfilingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateProfilingGroupRequest;
+ output: UpdateProfilingGroupResponse;
+ };
+ sdk: {
+ input: UpdateProfilingGroupCommandInput;
+ output: UpdateProfilingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/package.json b/clients/client-codepipeline/package.json
index 9d3650d52f4a..09347828841a 100644
--- a/clients/client-codepipeline/package.json
+++ b/clients/client-codepipeline/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-codepipeline/src/commands/AcknowledgeJobCommand.ts b/clients/client-codepipeline/src/commands/AcknowledgeJobCommand.ts
index 79a19ebcb6e5..30aa47a4aff1 100644
--- a/clients/client-codepipeline/src/commands/AcknowledgeJobCommand.ts
+++ b/clients/client-codepipeline/src/commands/AcknowledgeJobCommand.ts
@@ -88,4 +88,16 @@ export class AcknowledgeJobCommand extends $Command
.f(void 0, void 0)
.ser(se_AcknowledgeJobCommand)
.de(de_AcknowledgeJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AcknowledgeJobInput;
+ output: AcknowledgeJobOutput;
+ };
+ sdk: {
+ input: AcknowledgeJobCommandInput;
+ output: AcknowledgeJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/AcknowledgeThirdPartyJobCommand.ts b/clients/client-codepipeline/src/commands/AcknowledgeThirdPartyJobCommand.ts
index 767eb9d77c39..6ae887d6392d 100644
--- a/clients/client-codepipeline/src/commands/AcknowledgeThirdPartyJobCommand.ts
+++ b/clients/client-codepipeline/src/commands/AcknowledgeThirdPartyJobCommand.ts
@@ -92,4 +92,16 @@ export class AcknowledgeThirdPartyJobCommand extends $Command
.f(void 0, void 0)
.ser(se_AcknowledgeThirdPartyJobCommand)
.de(de_AcknowledgeThirdPartyJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AcknowledgeThirdPartyJobInput;
+ output: AcknowledgeThirdPartyJobOutput;
+ };
+ sdk: {
+ input: AcknowledgeThirdPartyJobCommandInput;
+ output: AcknowledgeThirdPartyJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/CreateCustomActionTypeCommand.ts b/clients/client-codepipeline/src/commands/CreateCustomActionTypeCommand.ts
index 6e77aee2fd8a..f511aab39324 100644
--- a/clients/client-codepipeline/src/commands/CreateCustomActionTypeCommand.ts
+++ b/clients/client-codepipeline/src/commands/CreateCustomActionTypeCommand.ts
@@ -165,4 +165,16 @@ export class CreateCustomActionTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCustomActionTypeCommand)
.de(de_CreateCustomActionTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCustomActionTypeInput;
+ output: CreateCustomActionTypeOutput;
+ };
+ sdk: {
+ input: CreateCustomActionTypeCommandInput;
+ output: CreateCustomActionTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/CreatePipelineCommand.ts b/clients/client-codepipeline/src/commands/CreatePipelineCommand.ts
index 970b60cd2a54..7d0cf9aa7f59 100644
--- a/clients/client-codepipeline/src/commands/CreatePipelineCommand.ts
+++ b/clients/client-codepipeline/src/commands/CreatePipelineCommand.ts
@@ -562,4 +562,16 @@ export class CreatePipelineCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePipelineCommand)
.de(de_CreatePipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePipelineInput;
+ output: CreatePipelineOutput;
+ };
+ sdk: {
+ input: CreatePipelineCommandInput;
+ output: CreatePipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/DeleteCustomActionTypeCommand.ts b/clients/client-codepipeline/src/commands/DeleteCustomActionTypeCommand.ts
index c7ca7eee857d..91da1cf4e71e 100644
--- a/clients/client-codepipeline/src/commands/DeleteCustomActionTypeCommand.ts
+++ b/clients/client-codepipeline/src/commands/DeleteCustomActionTypeCommand.ts
@@ -91,4 +91,16 @@ export class DeleteCustomActionTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCustomActionTypeCommand)
.de(de_DeleteCustomActionTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCustomActionTypeInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCustomActionTypeCommandInput;
+ output: DeleteCustomActionTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/DeletePipelineCommand.ts b/clients/client-codepipeline/src/commands/DeletePipelineCommand.ts
index 277fbc68d7f1..b5e284fa4bd9 100644
--- a/clients/client-codepipeline/src/commands/DeletePipelineCommand.ts
+++ b/clients/client-codepipeline/src/commands/DeletePipelineCommand.ts
@@ -81,4 +81,16 @@ export class DeletePipelineCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePipelineCommand)
.de(de_DeletePipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePipelineInput;
+ output: {};
+ };
+ sdk: {
+ input: DeletePipelineCommandInput;
+ output: DeletePipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/DeleteWebhookCommand.ts b/clients/client-codepipeline/src/commands/DeleteWebhookCommand.ts
index 765672f387f4..205c1097bc99 100644
--- a/clients/client-codepipeline/src/commands/DeleteWebhookCommand.ts
+++ b/clients/client-codepipeline/src/commands/DeleteWebhookCommand.ts
@@ -84,4 +84,16 @@ export class DeleteWebhookCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteWebhookCommand)
.de(de_DeleteWebhookCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteWebhookInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteWebhookCommandInput;
+ output: DeleteWebhookCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/DeregisterWebhookWithThirdPartyCommand.ts b/clients/client-codepipeline/src/commands/DeregisterWebhookWithThirdPartyCommand.ts
index c16b127648e1..9b2d349fb417 100644
--- a/clients/client-codepipeline/src/commands/DeregisterWebhookWithThirdPartyCommand.ts
+++ b/clients/client-codepipeline/src/commands/DeregisterWebhookWithThirdPartyCommand.ts
@@ -89,4 +89,16 @@ export class DeregisterWebhookWithThirdPartyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeregisterWebhookWithThirdPartyCommand)
.de(de_DeregisterWebhookWithThirdPartyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterWebhookWithThirdPartyInput;
+ output: {};
+ };
+ sdk: {
+ input: DeregisterWebhookWithThirdPartyCommandInput;
+ output: DeregisterWebhookWithThirdPartyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/DisableStageTransitionCommand.ts b/clients/client-codepipeline/src/commands/DisableStageTransitionCommand.ts
index f525cccf9aca..5bbeb785cebb 100644
--- a/clients/client-codepipeline/src/commands/DisableStageTransitionCommand.ts
+++ b/clients/client-codepipeline/src/commands/DisableStageTransitionCommand.ts
@@ -88,4 +88,16 @@ export class DisableStageTransitionCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableStageTransitionCommand)
.de(de_DisableStageTransitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableStageTransitionInput;
+ output: {};
+ };
+ sdk: {
+ input: DisableStageTransitionCommandInput;
+ output: DisableStageTransitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/EnableStageTransitionCommand.ts b/clients/client-codepipeline/src/commands/EnableStageTransitionCommand.ts
index 29d42aca9d90..cfcef069539c 100644
--- a/clients/client-codepipeline/src/commands/EnableStageTransitionCommand.ts
+++ b/clients/client-codepipeline/src/commands/EnableStageTransitionCommand.ts
@@ -86,4 +86,16 @@ export class EnableStageTransitionCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableStageTransitionCommand)
.de(de_EnableStageTransitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableStageTransitionInput;
+ output: {};
+ };
+ sdk: {
+ input: EnableStageTransitionCommandInput;
+ output: EnableStageTransitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/GetActionTypeCommand.ts b/clients/client-codepipeline/src/commands/GetActionTypeCommand.ts
index 12c98a777900..f37cfdd67084 100644
--- a/clients/client-codepipeline/src/commands/GetActionTypeCommand.ts
+++ b/clients/client-codepipeline/src/commands/GetActionTypeCommand.ts
@@ -143,4 +143,16 @@ export class GetActionTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_GetActionTypeCommand)
.de(de_GetActionTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetActionTypeInput;
+ output: GetActionTypeOutput;
+ };
+ sdk: {
+ input: GetActionTypeCommandInput;
+ output: GetActionTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/GetJobDetailsCommand.ts b/clients/client-codepipeline/src/commands/GetJobDetailsCommand.ts
index e463972d9cc2..f9ec7ae2d1c2 100644
--- a/clients/client-codepipeline/src/commands/GetJobDetailsCommand.ts
+++ b/clients/client-codepipeline/src/commands/GetJobDetailsCommand.ts
@@ -153,4 +153,16 @@ export class GetJobDetailsCommand extends $Command
.f(void 0, GetJobDetailsOutputFilterSensitiveLog)
.ser(se_GetJobDetailsCommand)
.de(de_GetJobDetailsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetJobDetailsInput;
+ output: GetJobDetailsOutput;
+ };
+ sdk: {
+ input: GetJobDetailsCommandInput;
+ output: GetJobDetailsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/GetPipelineCommand.ts b/clients/client-codepipeline/src/commands/GetPipelineCommand.ts
index a1450294c8b5..c546be7a59b1 100644
--- a/clients/client-codepipeline/src/commands/GetPipelineCommand.ts
+++ b/clients/client-codepipeline/src/commands/GetPipelineCommand.ts
@@ -314,4 +314,16 @@ export class GetPipelineCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPipelineCommand)
.de(de_GetPipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPipelineInput;
+ output: GetPipelineOutput;
+ };
+ sdk: {
+ input: GetPipelineCommandInput;
+ output: GetPipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/GetPipelineExecutionCommand.ts b/clients/client-codepipeline/src/commands/GetPipelineExecutionCommand.ts
index f08cbdd0a86a..ea6f1957c598 100644
--- a/clients/client-codepipeline/src/commands/GetPipelineExecutionCommand.ts
+++ b/clients/client-codepipeline/src/commands/GetPipelineExecutionCommand.ts
@@ -121,4 +121,16 @@ export class GetPipelineExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPipelineExecutionCommand)
.de(de_GetPipelineExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPipelineExecutionInput;
+ output: GetPipelineExecutionOutput;
+ };
+ sdk: {
+ input: GetPipelineExecutionCommandInput;
+ output: GetPipelineExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/GetPipelineStateCommand.ts b/clients/client-codepipeline/src/commands/GetPipelineStateCommand.ts
index 7b4f06f4db55..577d402ecaf0 100644
--- a/clients/client-codepipeline/src/commands/GetPipelineStateCommand.ts
+++ b/clients/client-codepipeline/src/commands/GetPipelineStateCommand.ts
@@ -270,4 +270,16 @@ export class GetPipelineStateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPipelineStateCommand)
.de(de_GetPipelineStateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPipelineStateInput;
+ output: GetPipelineStateOutput;
+ };
+ sdk: {
+ input: GetPipelineStateCommandInput;
+ output: GetPipelineStateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/GetThirdPartyJobDetailsCommand.ts b/clients/client-codepipeline/src/commands/GetThirdPartyJobDetailsCommand.ts
index 2247927038a9..b679d1e2ff7e 100644
--- a/clients/client-codepipeline/src/commands/GetThirdPartyJobDetailsCommand.ts
+++ b/clients/client-codepipeline/src/commands/GetThirdPartyJobDetailsCommand.ts
@@ -165,4 +165,16 @@ export class GetThirdPartyJobDetailsCommand extends $Command
.f(void 0, GetThirdPartyJobDetailsOutputFilterSensitiveLog)
.ser(se_GetThirdPartyJobDetailsCommand)
.de(de_GetThirdPartyJobDetailsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetThirdPartyJobDetailsInput;
+ output: GetThirdPartyJobDetailsOutput;
+ };
+ sdk: {
+ input: GetThirdPartyJobDetailsCommandInput;
+ output: GetThirdPartyJobDetailsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/ListActionExecutionsCommand.ts b/clients/client-codepipeline/src/commands/ListActionExecutionsCommand.ts
index 78b8cb73b76d..2abcdeed1614 100644
--- a/clients/client-codepipeline/src/commands/ListActionExecutionsCommand.ts
+++ b/clients/client-codepipeline/src/commands/ListActionExecutionsCommand.ts
@@ -162,4 +162,16 @@ export class ListActionExecutionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListActionExecutionsCommand)
.de(de_ListActionExecutionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListActionExecutionsInput;
+ output: ListActionExecutionsOutput;
+ };
+ sdk: {
+ input: ListActionExecutionsCommandInput;
+ output: ListActionExecutionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/ListActionTypesCommand.ts b/clients/client-codepipeline/src/commands/ListActionTypesCommand.ts
index c293e5e25600..f5b64842a2b7 100644
--- a/clients/client-codepipeline/src/commands/ListActionTypesCommand.ts
+++ b/clients/client-codepipeline/src/commands/ListActionTypesCommand.ts
@@ -122,4 +122,16 @@ export class ListActionTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListActionTypesCommand)
.de(de_ListActionTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListActionTypesInput;
+ output: ListActionTypesOutput;
+ };
+ sdk: {
+ input: ListActionTypesCommandInput;
+ output: ListActionTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/ListPipelineExecutionsCommand.ts b/clients/client-codepipeline/src/commands/ListPipelineExecutionsCommand.ts
index dc16e24f29a7..26579950d00a 100644
--- a/clients/client-codepipeline/src/commands/ListPipelineExecutionsCommand.ts
+++ b/clients/client-codepipeline/src/commands/ListPipelineExecutionsCommand.ts
@@ -128,4 +128,16 @@ export class ListPipelineExecutionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPipelineExecutionsCommand)
.de(de_ListPipelineExecutionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPipelineExecutionsInput;
+ output: ListPipelineExecutionsOutput;
+ };
+ sdk: {
+ input: ListPipelineExecutionsCommandInput;
+ output: ListPipelineExecutionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/ListPipelinesCommand.ts b/clients/client-codepipeline/src/commands/ListPipelinesCommand.ts
index 274c85103b78..e2660031a0dc 100644
--- a/clients/client-codepipeline/src/commands/ListPipelinesCommand.ts
+++ b/clients/client-codepipeline/src/commands/ListPipelinesCommand.ts
@@ -95,4 +95,16 @@ export class ListPipelinesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPipelinesCommand)
.de(de_ListPipelinesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPipelinesInput;
+ output: ListPipelinesOutput;
+ };
+ sdk: {
+ input: ListPipelinesCommandInput;
+ output: ListPipelinesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/ListRuleExecutionsCommand.ts b/clients/client-codepipeline/src/commands/ListRuleExecutionsCommand.ts
index 09905bd9510b..8aa61208dc52 100644
--- a/clients/client-codepipeline/src/commands/ListRuleExecutionsCommand.ts
+++ b/clients/client-codepipeline/src/commands/ListRuleExecutionsCommand.ts
@@ -149,4 +149,16 @@ export class ListRuleExecutionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRuleExecutionsCommand)
.de(de_ListRuleExecutionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRuleExecutionsInput;
+ output: ListRuleExecutionsOutput;
+ };
+ sdk: {
+ input: ListRuleExecutionsCommandInput;
+ output: ListRuleExecutionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/ListRuleTypesCommand.ts b/clients/client-codepipeline/src/commands/ListRuleTypesCommand.ts
index ad7108a5590a..0cf1ab4d1c8e 100644
--- a/clients/client-codepipeline/src/commands/ListRuleTypesCommand.ts
+++ b/clients/client-codepipeline/src/commands/ListRuleTypesCommand.ts
@@ -115,4 +115,16 @@ export class ListRuleTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRuleTypesCommand)
.de(de_ListRuleTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRuleTypesInput;
+ output: ListRuleTypesOutput;
+ };
+ sdk: {
+ input: ListRuleTypesCommandInput;
+ output: ListRuleTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/ListTagsForResourceCommand.ts b/clients/client-codepipeline/src/commands/ListTagsForResourceCommand.ts
index fa0f617d57f4..40c0d561aa97 100644
--- a/clients/client-codepipeline/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-codepipeline/src/commands/ListTagsForResourceCommand.ts
@@ -99,4 +99,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceInput;
+ output: ListTagsForResourceOutput;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/ListWebhooksCommand.ts b/clients/client-codepipeline/src/commands/ListWebhooksCommand.ts
index 4116aff05bf1..ee570ce97b4e 100644
--- a/clients/client-codepipeline/src/commands/ListWebhooksCommand.ts
+++ b/clients/client-codepipeline/src/commands/ListWebhooksCommand.ts
@@ -121,4 +121,16 @@ export class ListWebhooksCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWebhooksCommand)
.de(de_ListWebhooksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWebhooksInput;
+ output: ListWebhooksOutput;
+ };
+ sdk: {
+ input: ListWebhooksCommandInput;
+ output: ListWebhooksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/OverrideStageConditionCommand.ts b/clients/client-codepipeline/src/commands/OverrideStageConditionCommand.ts
index 64bdf3a2269b..345f1b4387e8 100644
--- a/clients/client-codepipeline/src/commands/OverrideStageConditionCommand.ts
+++ b/clients/client-codepipeline/src/commands/OverrideStageConditionCommand.ts
@@ -102,4 +102,16 @@ export class OverrideStageConditionCommand extends $Command
.f(void 0, void 0)
.ser(se_OverrideStageConditionCommand)
.de(de_OverrideStageConditionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: OverrideStageConditionInput;
+ output: {};
+ };
+ sdk: {
+ input: OverrideStageConditionCommandInput;
+ output: OverrideStageConditionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/PollForJobsCommand.ts b/clients/client-codepipeline/src/commands/PollForJobsCommand.ts
index 58895874d567..0432c55db534 100644
--- a/clients/client-codepipeline/src/commands/PollForJobsCommand.ts
+++ b/clients/client-codepipeline/src/commands/PollForJobsCommand.ts
@@ -168,4 +168,16 @@ export class PollForJobsCommand extends $Command
.f(void 0, PollForJobsOutputFilterSensitiveLog)
.ser(se_PollForJobsCommand)
.de(de_PollForJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PollForJobsInput;
+ output: PollForJobsOutput;
+ };
+ sdk: {
+ input: PollForJobsCommandInput;
+ output: PollForJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/PollForThirdPartyJobsCommand.ts b/clients/client-codepipeline/src/commands/PollForThirdPartyJobsCommand.ts
index 8b883295a65e..38756b74489d 100644
--- a/clients/client-codepipeline/src/commands/PollForThirdPartyJobsCommand.ts
+++ b/clients/client-codepipeline/src/commands/PollForThirdPartyJobsCommand.ts
@@ -100,4 +100,16 @@ export class PollForThirdPartyJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_PollForThirdPartyJobsCommand)
.de(de_PollForThirdPartyJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PollForThirdPartyJobsInput;
+ output: PollForThirdPartyJobsOutput;
+ };
+ sdk: {
+ input: PollForThirdPartyJobsCommandInput;
+ output: PollForThirdPartyJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/PutActionRevisionCommand.ts b/clients/client-codepipeline/src/commands/PutActionRevisionCommand.ts
index 490f238f2e59..eded3b97abf8 100644
--- a/clients/client-codepipeline/src/commands/PutActionRevisionCommand.ts
+++ b/clients/client-codepipeline/src/commands/PutActionRevisionCommand.ts
@@ -101,4 +101,16 @@ export class PutActionRevisionCommand extends $Command
.f(void 0, void 0)
.ser(se_PutActionRevisionCommand)
.de(de_PutActionRevisionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutActionRevisionInput;
+ output: PutActionRevisionOutput;
+ };
+ sdk: {
+ input: PutActionRevisionCommandInput;
+ output: PutActionRevisionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/PutApprovalResultCommand.ts b/clients/client-codepipeline/src/commands/PutApprovalResultCommand.ts
index b60a6073c58a..fd51347ea070 100644
--- a/clients/client-codepipeline/src/commands/PutApprovalResultCommand.ts
+++ b/clients/client-codepipeline/src/commands/PutApprovalResultCommand.ts
@@ -103,4 +103,16 @@ export class PutApprovalResultCommand extends $Command
.f(void 0, void 0)
.ser(se_PutApprovalResultCommand)
.de(de_PutApprovalResultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutApprovalResultInput;
+ output: PutApprovalResultOutput;
+ };
+ sdk: {
+ input: PutApprovalResultCommandInput;
+ output: PutApprovalResultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/PutJobFailureResultCommand.ts b/clients/client-codepipeline/src/commands/PutJobFailureResultCommand.ts
index a1d0932adc1a..46b2586696f3 100644
--- a/clients/client-codepipeline/src/commands/PutJobFailureResultCommand.ts
+++ b/clients/client-codepipeline/src/commands/PutJobFailureResultCommand.ts
@@ -90,4 +90,16 @@ export class PutJobFailureResultCommand extends $Command
.f(void 0, void 0)
.ser(se_PutJobFailureResultCommand)
.de(de_PutJobFailureResultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutJobFailureResultInput;
+ output: {};
+ };
+ sdk: {
+ input: PutJobFailureResultCommandInput;
+ output: PutJobFailureResultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/PutJobSuccessResultCommand.ts b/clients/client-codepipeline/src/commands/PutJobSuccessResultCommand.ts
index 30f4ba6e51e9..fc79b3847db0 100644
--- a/clients/client-codepipeline/src/commands/PutJobSuccessResultCommand.ts
+++ b/clients/client-codepipeline/src/commands/PutJobSuccessResultCommand.ts
@@ -103,4 +103,16 @@ export class PutJobSuccessResultCommand extends $Command
.f(void 0, void 0)
.ser(se_PutJobSuccessResultCommand)
.de(de_PutJobSuccessResultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutJobSuccessResultInput;
+ output: {};
+ };
+ sdk: {
+ input: PutJobSuccessResultCommandInput;
+ output: PutJobSuccessResultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/PutThirdPartyJobFailureResultCommand.ts b/clients/client-codepipeline/src/commands/PutThirdPartyJobFailureResultCommand.ts
index 5d20e6c91e9e..6c3ab9a983b5 100644
--- a/clients/client-codepipeline/src/commands/PutThirdPartyJobFailureResultCommand.ts
+++ b/clients/client-codepipeline/src/commands/PutThirdPartyJobFailureResultCommand.ts
@@ -97,4 +97,16 @@ export class PutThirdPartyJobFailureResultCommand extends $Command
.f(void 0, void 0)
.ser(se_PutThirdPartyJobFailureResultCommand)
.de(de_PutThirdPartyJobFailureResultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutThirdPartyJobFailureResultInput;
+ output: {};
+ };
+ sdk: {
+ input: PutThirdPartyJobFailureResultCommandInput;
+ output: PutThirdPartyJobFailureResultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/PutThirdPartyJobSuccessResultCommand.ts b/clients/client-codepipeline/src/commands/PutThirdPartyJobSuccessResultCommand.ts
index 1dd136bb4d6a..60da05a70b7a 100644
--- a/clients/client-codepipeline/src/commands/PutThirdPartyJobSuccessResultCommand.ts
+++ b/clients/client-codepipeline/src/commands/PutThirdPartyJobSuccessResultCommand.ts
@@ -104,4 +104,16 @@ export class PutThirdPartyJobSuccessResultCommand extends $Command
.f(void 0, void 0)
.ser(se_PutThirdPartyJobSuccessResultCommand)
.de(de_PutThirdPartyJobSuccessResultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutThirdPartyJobSuccessResultInput;
+ output: {};
+ };
+ sdk: {
+ input: PutThirdPartyJobSuccessResultCommandInput;
+ output: PutThirdPartyJobSuccessResultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/PutWebhookCommand.ts b/clients/client-codepipeline/src/commands/PutWebhookCommand.ts
index 87af18cd347c..3c17d4e6abd5 100644
--- a/clients/client-codepipeline/src/commands/PutWebhookCommand.ts
+++ b/clients/client-codepipeline/src/commands/PutWebhookCommand.ts
@@ -170,4 +170,16 @@ export class PutWebhookCommand extends $Command
.f(void 0, void 0)
.ser(se_PutWebhookCommand)
.de(de_PutWebhookCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutWebhookInput;
+ output: PutWebhookOutput;
+ };
+ sdk: {
+ input: PutWebhookCommandInput;
+ output: PutWebhookCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/RegisterWebhookWithThirdPartyCommand.ts b/clients/client-codepipeline/src/commands/RegisterWebhookWithThirdPartyCommand.ts
index d26714bdc573..a5af20e7a86f 100644
--- a/clients/client-codepipeline/src/commands/RegisterWebhookWithThirdPartyCommand.ts
+++ b/clients/client-codepipeline/src/commands/RegisterWebhookWithThirdPartyCommand.ts
@@ -88,4 +88,16 @@ export class RegisterWebhookWithThirdPartyCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterWebhookWithThirdPartyCommand)
.de(de_RegisterWebhookWithThirdPartyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterWebhookWithThirdPartyInput;
+ output: {};
+ };
+ sdk: {
+ input: RegisterWebhookWithThirdPartyCommandInput;
+ output: RegisterWebhookWithThirdPartyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/RetryStageExecutionCommand.ts b/clients/client-codepipeline/src/commands/RetryStageExecutionCommand.ts
index 86f19361fa9b..2169ed94cfd8 100644
--- a/clients/client-codepipeline/src/commands/RetryStageExecutionCommand.ts
+++ b/clients/client-codepipeline/src/commands/RetryStageExecutionCommand.ts
@@ -113,4 +113,16 @@ export class RetryStageExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_RetryStageExecutionCommand)
.de(de_RetryStageExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RetryStageExecutionInput;
+ output: RetryStageExecutionOutput;
+ };
+ sdk: {
+ input: RetryStageExecutionCommandInput;
+ output: RetryStageExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/RollbackStageCommand.ts b/clients/client-codepipeline/src/commands/RollbackStageCommand.ts
index 1f252f439c01..37958195baf7 100644
--- a/clients/client-codepipeline/src/commands/RollbackStageCommand.ts
+++ b/clients/client-codepipeline/src/commands/RollbackStageCommand.ts
@@ -105,4 +105,16 @@ export class RollbackStageCommand extends $Command
.f(void 0, void 0)
.ser(se_RollbackStageCommand)
.de(de_RollbackStageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RollbackStageInput;
+ output: RollbackStageOutput;
+ };
+ sdk: {
+ input: RollbackStageCommandInput;
+ output: RollbackStageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/StartPipelineExecutionCommand.ts b/clients/client-codepipeline/src/commands/StartPipelineExecutionCommand.ts
index 6be74e809d4f..ee646beb90fc 100644
--- a/clients/client-codepipeline/src/commands/StartPipelineExecutionCommand.ts
+++ b/clients/client-codepipeline/src/commands/StartPipelineExecutionCommand.ts
@@ -105,4 +105,16 @@ export class StartPipelineExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartPipelineExecutionCommand)
.de(de_StartPipelineExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartPipelineExecutionInput;
+ output: StartPipelineExecutionOutput;
+ };
+ sdk: {
+ input: StartPipelineExecutionCommandInput;
+ output: StartPipelineExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/StopPipelineExecutionCommand.ts b/clients/client-codepipeline/src/commands/StopPipelineExecutionCommand.ts
index ed0f9b1a85f8..138045951b54 100644
--- a/clients/client-codepipeline/src/commands/StopPipelineExecutionCommand.ts
+++ b/clients/client-codepipeline/src/commands/StopPipelineExecutionCommand.ts
@@ -106,4 +106,16 @@ export class StopPipelineExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_StopPipelineExecutionCommand)
.de(de_StopPipelineExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopPipelineExecutionInput;
+ output: StopPipelineExecutionOutput;
+ };
+ sdk: {
+ input: StopPipelineExecutionCommandInput;
+ output: StopPipelineExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/TagResourceCommand.ts b/clients/client-codepipeline/src/commands/TagResourceCommand.ts
index 6cf874ff2f7f..973d033d2631 100644
--- a/clients/client-codepipeline/src/commands/TagResourceCommand.ts
+++ b/clients/client-codepipeline/src/commands/TagResourceCommand.ts
@@ -100,4 +100,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/UntagResourceCommand.ts b/clients/client-codepipeline/src/commands/UntagResourceCommand.ts
index fb531739f661..34131f1cd3e3 100644
--- a/clients/client-codepipeline/src/commands/UntagResourceCommand.ts
+++ b/clients/client-codepipeline/src/commands/UntagResourceCommand.ts
@@ -93,4 +93,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/UpdateActionTypeCommand.ts b/clients/client-codepipeline/src/commands/UpdateActionTypeCommand.ts
index e41f13728d7f..301bf6e520ab 100644
--- a/clients/client-codepipeline/src/commands/UpdateActionTypeCommand.ts
+++ b/clients/client-codepipeline/src/commands/UpdateActionTypeCommand.ts
@@ -142,4 +142,16 @@ export class UpdateActionTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateActionTypeCommand)
.de(de_UpdateActionTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateActionTypeInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateActionTypeCommandInput;
+ output: UpdateActionTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codepipeline/src/commands/UpdatePipelineCommand.ts b/clients/client-codepipeline/src/commands/UpdatePipelineCommand.ts
index 61dfd18c7f6a..483888abc74d 100644
--- a/clients/client-codepipeline/src/commands/UpdatePipelineCommand.ts
+++ b/clients/client-codepipeline/src/commands/UpdatePipelineCommand.ts
@@ -535,4 +535,16 @@ export class UpdatePipelineCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePipelineCommand)
.de(de_UpdatePipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePipelineInput;
+ output: UpdatePipelineOutput;
+ };
+ sdk: {
+ input: UpdatePipelineCommandInput;
+ output: UpdatePipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/package.json b/clients/client-codestar-connections/package.json
index 39a5666a0b1e..950da57572d9 100644
--- a/clients/client-codestar-connections/package.json
+++ b/clients/client-codestar-connections/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-codestar-connections/src/commands/CreateConnectionCommand.ts b/clients/client-codestar-connections/src/commands/CreateConnectionCommand.ts
index 29f61ca15a72..b3b20b7dcf86 100644
--- a/clients/client-codestar-connections/src/commands/CreateConnectionCommand.ts
+++ b/clients/client-codestar-connections/src/commands/CreateConnectionCommand.ts
@@ -106,4 +106,16 @@ export class CreateConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateConnectionCommand)
.de(de_CreateConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateConnectionInput;
+ output: CreateConnectionOutput;
+ };
+ sdk: {
+ input: CreateConnectionCommandInput;
+ output: CreateConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/CreateHostCommand.ts b/clients/client-codestar-connections/src/commands/CreateHostCommand.ts
index 845e66989005..076a6faa873b 100644
--- a/clients/client-codestar-connections/src/commands/CreateHostCommand.ts
+++ b/clients/client-codestar-connections/src/commands/CreateHostCommand.ts
@@ -115,4 +115,16 @@ export class CreateHostCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateHostCommand)
.de(de_CreateHostCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateHostInput;
+ output: CreateHostOutput;
+ };
+ sdk: {
+ input: CreateHostCommandInput;
+ output: CreateHostCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/CreateRepositoryLinkCommand.ts b/clients/client-codestar-connections/src/commands/CreateRepositoryLinkCommand.ts
index dceaaea5e1d2..6a581701669f 100644
--- a/clients/client-codestar-connections/src/commands/CreateRepositoryLinkCommand.ts
+++ b/clients/client-codestar-connections/src/commands/CreateRepositoryLinkCommand.ts
@@ -119,4 +119,16 @@ export class CreateRepositoryLinkCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRepositoryLinkCommand)
.de(de_CreateRepositoryLinkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRepositoryLinkInput;
+ output: CreateRepositoryLinkOutput;
+ };
+ sdk: {
+ input: CreateRepositoryLinkCommandInput;
+ output: CreateRepositoryLinkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/CreateSyncConfigurationCommand.ts b/clients/client-codestar-connections/src/commands/CreateSyncConfigurationCommand.ts
index 0fcce363cbb6..9fef0715b91a 100644
--- a/clients/client-codestar-connections/src/commands/CreateSyncConfigurationCommand.ts
+++ b/clients/client-codestar-connections/src/commands/CreateSyncConfigurationCommand.ts
@@ -123,4 +123,16 @@ export class CreateSyncConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSyncConfigurationCommand)
.de(de_CreateSyncConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSyncConfigurationInput;
+ output: CreateSyncConfigurationOutput;
+ };
+ sdk: {
+ input: CreateSyncConfigurationCommandInput;
+ output: CreateSyncConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/DeleteConnectionCommand.ts b/clients/client-codestar-connections/src/commands/DeleteConnectionCommand.ts
index ab7e952a90e8..b1e9449a296d 100644
--- a/clients/client-codestar-connections/src/commands/DeleteConnectionCommand.ts
+++ b/clients/client-codestar-connections/src/commands/DeleteConnectionCommand.ts
@@ -82,4 +82,16 @@ export class DeleteConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConnectionCommand)
.de(de_DeleteConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConnectionInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteConnectionCommandInput;
+ output: DeleteConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/DeleteHostCommand.ts b/clients/client-codestar-connections/src/commands/DeleteHostCommand.ts
index 079f783fbf36..348e26d68dc3 100644
--- a/clients/client-codestar-connections/src/commands/DeleteHostCommand.ts
+++ b/clients/client-codestar-connections/src/commands/DeleteHostCommand.ts
@@ -88,4 +88,16 @@ export class DeleteHostCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteHostCommand)
.de(de_DeleteHostCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteHostInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteHostCommandInput;
+ output: DeleteHostCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/DeleteRepositoryLinkCommand.ts b/clients/client-codestar-connections/src/commands/DeleteRepositoryLinkCommand.ts
index bd8061fc5f25..639bc25b1440 100644
--- a/clients/client-codestar-connections/src/commands/DeleteRepositoryLinkCommand.ts
+++ b/clients/client-codestar-connections/src/commands/DeleteRepositoryLinkCommand.ts
@@ -103,4 +103,16 @@ export class DeleteRepositoryLinkCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRepositoryLinkCommand)
.de(de_DeleteRepositoryLinkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRepositoryLinkInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRepositoryLinkCommandInput;
+ output: DeleteRepositoryLinkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/DeleteSyncConfigurationCommand.ts b/clients/client-codestar-connections/src/commands/DeleteSyncConfigurationCommand.ts
index b14532835372..d609af171c66 100644
--- a/clients/client-codestar-connections/src/commands/DeleteSyncConfigurationCommand.ts
+++ b/clients/client-codestar-connections/src/commands/DeleteSyncConfigurationCommand.ts
@@ -98,4 +98,16 @@ export class DeleteSyncConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSyncConfigurationCommand)
.de(de_DeleteSyncConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSyncConfigurationInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSyncConfigurationCommandInput;
+ output: DeleteSyncConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/GetConnectionCommand.ts b/clients/client-codestar-connections/src/commands/GetConnectionCommand.ts
index 585a426b6c0d..2d9f7b209941 100644
--- a/clients/client-codestar-connections/src/commands/GetConnectionCommand.ts
+++ b/clients/client-codestar-connections/src/commands/GetConnectionCommand.ts
@@ -94,4 +94,16 @@ export class GetConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetConnectionCommand)
.de(de_GetConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConnectionInput;
+ output: GetConnectionOutput;
+ };
+ sdk: {
+ input: GetConnectionCommandInput;
+ output: GetConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/GetHostCommand.ts b/clients/client-codestar-connections/src/commands/GetHostCommand.ts
index 4a5d3fb97833..f8595590f797 100644
--- a/clients/client-codestar-connections/src/commands/GetHostCommand.ts
+++ b/clients/client-codestar-connections/src/commands/GetHostCommand.ts
@@ -101,4 +101,16 @@ export class GetHostCommand extends $Command
.f(void 0, void 0)
.ser(se_GetHostCommand)
.de(de_GetHostCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetHostInput;
+ output: GetHostOutput;
+ };
+ sdk: {
+ input: GetHostCommandInput;
+ output: GetHostCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/GetRepositoryLinkCommand.ts b/clients/client-codestar-connections/src/commands/GetRepositoryLinkCommand.ts
index 5bdbdd175aaa..e3798f8b37f3 100644
--- a/clients/client-codestar-connections/src/commands/GetRepositoryLinkCommand.ts
+++ b/clients/client-codestar-connections/src/commands/GetRepositoryLinkCommand.ts
@@ -108,4 +108,16 @@ export class GetRepositoryLinkCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRepositoryLinkCommand)
.de(de_GetRepositoryLinkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRepositoryLinkInput;
+ output: GetRepositoryLinkOutput;
+ };
+ sdk: {
+ input: GetRepositoryLinkCommandInput;
+ output: GetRepositoryLinkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/GetRepositorySyncStatusCommand.ts b/clients/client-codestar-connections/src/commands/GetRepositorySyncStatusCommand.ts
index ddbb6a0c99d8..955fc4101973 100644
--- a/clients/client-codestar-connections/src/commands/GetRepositorySyncStatusCommand.ts
+++ b/clients/client-codestar-connections/src/commands/GetRepositorySyncStatusCommand.ts
@@ -110,4 +110,16 @@ export class GetRepositorySyncStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRepositorySyncStatusCommand)
.de(de_GetRepositorySyncStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRepositorySyncStatusInput;
+ output: GetRepositorySyncStatusOutput;
+ };
+ sdk: {
+ input: GetRepositorySyncStatusCommandInput;
+ output: GetRepositorySyncStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/GetResourceSyncStatusCommand.ts b/clients/client-codestar-connections/src/commands/GetResourceSyncStatusCommand.ts
index 38ccaa72e28b..c19f6f255b47 100644
--- a/clients/client-codestar-connections/src/commands/GetResourceSyncStatusCommand.ts
+++ b/clients/client-codestar-connections/src/commands/GetResourceSyncStatusCommand.ts
@@ -163,4 +163,16 @@ export class GetResourceSyncStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResourceSyncStatusCommand)
.de(de_GetResourceSyncStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourceSyncStatusInput;
+ output: GetResourceSyncStatusOutput;
+ };
+ sdk: {
+ input: GetResourceSyncStatusCommandInput;
+ output: GetResourceSyncStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/GetSyncBlockerSummaryCommand.ts b/clients/client-codestar-connections/src/commands/GetSyncBlockerSummaryCommand.ts
index f9992884a973..b500529a5124 100644
--- a/clients/client-codestar-connections/src/commands/GetSyncBlockerSummaryCommand.ts
+++ b/clients/client-codestar-connections/src/commands/GetSyncBlockerSummaryCommand.ts
@@ -117,4 +117,16 @@ export class GetSyncBlockerSummaryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSyncBlockerSummaryCommand)
.de(de_GetSyncBlockerSummaryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSyncBlockerSummaryInput;
+ output: GetSyncBlockerSummaryOutput;
+ };
+ sdk: {
+ input: GetSyncBlockerSummaryCommandInput;
+ output: GetSyncBlockerSummaryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/GetSyncConfigurationCommand.ts b/clients/client-codestar-connections/src/commands/GetSyncConfigurationCommand.ts
index 32da93127d3a..f2230c8196f4 100644
--- a/clients/client-codestar-connections/src/commands/GetSyncConfigurationCommand.ts
+++ b/clients/client-codestar-connections/src/commands/GetSyncConfigurationCommand.ts
@@ -109,4 +109,16 @@ export class GetSyncConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSyncConfigurationCommand)
.de(de_GetSyncConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSyncConfigurationInput;
+ output: GetSyncConfigurationOutput;
+ };
+ sdk: {
+ input: GetSyncConfigurationCommandInput;
+ output: GetSyncConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/ListConnectionsCommand.ts b/clients/client-codestar-connections/src/commands/ListConnectionsCommand.ts
index 6ae10682bb92..bd25482b3eeb 100644
--- a/clients/client-codestar-connections/src/commands/ListConnectionsCommand.ts
+++ b/clients/client-codestar-connections/src/commands/ListConnectionsCommand.ts
@@ -97,4 +97,16 @@ export class ListConnectionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListConnectionsCommand)
.de(de_ListConnectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListConnectionsInput;
+ output: ListConnectionsOutput;
+ };
+ sdk: {
+ input: ListConnectionsCommandInput;
+ output: ListConnectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/ListHostsCommand.ts b/clients/client-codestar-connections/src/commands/ListHostsCommand.ts
index a6ad5b5546a3..219fc6ba7559 100644
--- a/clients/client-codestar-connections/src/commands/ListHostsCommand.ts
+++ b/clients/client-codestar-connections/src/commands/ListHostsCommand.ts
@@ -102,4 +102,16 @@ export class ListHostsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListHostsCommand)
.de(de_ListHostsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListHostsInput;
+ output: ListHostsOutput;
+ };
+ sdk: {
+ input: ListHostsCommandInput;
+ output: ListHostsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/ListRepositoryLinksCommand.ts b/clients/client-codestar-connections/src/commands/ListRepositoryLinksCommand.ts
index 66b89ee9b0bf..a5f9827706b2 100644
--- a/clients/client-codestar-connections/src/commands/ListRepositoryLinksCommand.ts
+++ b/clients/client-codestar-connections/src/commands/ListRepositoryLinksCommand.ts
@@ -111,4 +111,16 @@ export class ListRepositoryLinksCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRepositoryLinksCommand)
.de(de_ListRepositoryLinksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRepositoryLinksInput;
+ output: ListRepositoryLinksOutput;
+ };
+ sdk: {
+ input: ListRepositoryLinksCommandInput;
+ output: ListRepositoryLinksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/ListRepositorySyncDefinitionsCommand.ts b/clients/client-codestar-connections/src/commands/ListRepositorySyncDefinitionsCommand.ts
index cbb7c11f257d..cdbbef372a89 100644
--- a/clients/client-codestar-connections/src/commands/ListRepositorySyncDefinitionsCommand.ts
+++ b/clients/client-codestar-connections/src/commands/ListRepositorySyncDefinitionsCommand.ts
@@ -110,4 +110,16 @@ export class ListRepositorySyncDefinitionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRepositorySyncDefinitionsCommand)
.de(de_ListRepositorySyncDefinitionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRepositorySyncDefinitionsInput;
+ output: ListRepositorySyncDefinitionsOutput;
+ };
+ sdk: {
+ input: ListRepositorySyncDefinitionsCommandInput;
+ output: ListRepositorySyncDefinitionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/ListSyncConfigurationsCommand.ts b/clients/client-codestar-connections/src/commands/ListSyncConfigurationsCommand.ts
index 1c7140bc9417..1feaad45acf4 100644
--- a/clients/client-codestar-connections/src/commands/ListSyncConfigurationsCommand.ts
+++ b/clients/client-codestar-connections/src/commands/ListSyncConfigurationsCommand.ts
@@ -114,4 +114,16 @@ export class ListSyncConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSyncConfigurationsCommand)
.de(de_ListSyncConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSyncConfigurationsInput;
+ output: ListSyncConfigurationsOutput;
+ };
+ sdk: {
+ input: ListSyncConfigurationsCommandInput;
+ output: ListSyncConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/ListTagsForResourceCommand.ts b/clients/client-codestar-connections/src/commands/ListTagsForResourceCommand.ts
index 4a6877d1972b..7752d144c5d1 100644
--- a/clients/client-codestar-connections/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-codestar-connections/src/commands/ListTagsForResourceCommand.ts
@@ -89,4 +89,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceInput;
+ output: ListTagsForResourceOutput;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/TagResourceCommand.ts b/clients/client-codestar-connections/src/commands/TagResourceCommand.ts
index 00e8904f982f..e6e108c0ae42 100644
--- a/clients/client-codestar-connections/src/commands/TagResourceCommand.ts
+++ b/clients/client-codestar-connections/src/commands/TagResourceCommand.ts
@@ -92,4 +92,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/UntagResourceCommand.ts b/clients/client-codestar-connections/src/commands/UntagResourceCommand.ts
index 9af01e1cfa04..c2791939e5fb 100644
--- a/clients/client-codestar-connections/src/commands/UntagResourceCommand.ts
+++ b/clients/client-codestar-connections/src/commands/UntagResourceCommand.ts
@@ -85,4 +85,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/UpdateHostCommand.ts b/clients/client-codestar-connections/src/commands/UpdateHostCommand.ts
index e68f76f388c2..9590510ff491 100644
--- a/clients/client-codestar-connections/src/commands/UpdateHostCommand.ts
+++ b/clients/client-codestar-connections/src/commands/UpdateHostCommand.ts
@@ -102,4 +102,16 @@ export class UpdateHostCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateHostCommand)
.de(de_UpdateHostCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateHostInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateHostCommandInput;
+ output: UpdateHostCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/UpdateRepositoryLinkCommand.ts b/clients/client-codestar-connections/src/commands/UpdateRepositoryLinkCommand.ts
index b0a88e312a06..371a5cc4927d 100644
--- a/clients/client-codestar-connections/src/commands/UpdateRepositoryLinkCommand.ts
+++ b/clients/client-codestar-connections/src/commands/UpdateRepositoryLinkCommand.ts
@@ -114,4 +114,16 @@ export class UpdateRepositoryLinkCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRepositoryLinkCommand)
.de(de_UpdateRepositoryLinkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRepositoryLinkInput;
+ output: UpdateRepositoryLinkOutput;
+ };
+ sdk: {
+ input: UpdateRepositoryLinkCommandInput;
+ output: UpdateRepositoryLinkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/UpdateSyncBlockerCommand.ts b/clients/client-codestar-connections/src/commands/UpdateSyncBlockerCommand.ts
index 369e620ed210..d05f7b54c5db 100644
--- a/clients/client-codestar-connections/src/commands/UpdateSyncBlockerCommand.ts
+++ b/clients/client-codestar-connections/src/commands/UpdateSyncBlockerCommand.ts
@@ -121,4 +121,16 @@ export class UpdateSyncBlockerCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSyncBlockerCommand)
.de(de_UpdateSyncBlockerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSyncBlockerInput;
+ output: UpdateSyncBlockerOutput;
+ };
+ sdk: {
+ input: UpdateSyncBlockerCommandInput;
+ output: UpdateSyncBlockerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-connections/src/commands/UpdateSyncConfigurationCommand.ts b/clients/client-codestar-connections/src/commands/UpdateSyncConfigurationCommand.ts
index 3f9d0f880da7..43a1f97d6fc2 100644
--- a/clients/client-codestar-connections/src/commands/UpdateSyncConfigurationCommand.ts
+++ b/clients/client-codestar-connections/src/commands/UpdateSyncConfigurationCommand.ts
@@ -121,4 +121,16 @@ export class UpdateSyncConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSyncConfigurationCommand)
.de(de_UpdateSyncConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSyncConfigurationInput;
+ output: UpdateSyncConfigurationOutput;
+ };
+ sdk: {
+ input: UpdateSyncConfigurationCommandInput;
+ output: UpdateSyncConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-notifications/package.json b/clients/client-codestar-notifications/package.json
index 06671dd8e622..9f67906dc84e 100644
--- a/clients/client-codestar-notifications/package.json
+++ b/clients/client-codestar-notifications/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-codestar-notifications/src/commands/CreateNotificationRuleCommand.ts b/clients/client-codestar-notifications/src/commands/CreateNotificationRuleCommand.ts
index 886c3d98f2c9..332035c12ee5 100644
--- a/clients/client-codestar-notifications/src/commands/CreateNotificationRuleCommand.ts
+++ b/clients/client-codestar-notifications/src/commands/CreateNotificationRuleCommand.ts
@@ -126,4 +126,16 @@ export class CreateNotificationRuleCommand extends $Command
.f(CreateNotificationRuleRequestFilterSensitiveLog, void 0)
.ser(se_CreateNotificationRuleCommand)
.de(de_CreateNotificationRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateNotificationRuleRequest;
+ output: CreateNotificationRuleResult;
+ };
+ sdk: {
+ input: CreateNotificationRuleCommandInput;
+ output: CreateNotificationRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-notifications/src/commands/DeleteNotificationRuleCommand.ts b/clients/client-codestar-notifications/src/commands/DeleteNotificationRuleCommand.ts
index 7e16d0442e7a..f4bc9052583b 100644
--- a/clients/client-codestar-notifications/src/commands/DeleteNotificationRuleCommand.ts
+++ b/clients/client-codestar-notifications/src/commands/DeleteNotificationRuleCommand.ts
@@ -93,4 +93,16 @@ export class DeleteNotificationRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteNotificationRuleCommand)
.de(de_DeleteNotificationRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteNotificationRuleRequest;
+ output: DeleteNotificationRuleResult;
+ };
+ sdk: {
+ input: DeleteNotificationRuleCommandInput;
+ output: DeleteNotificationRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-notifications/src/commands/DeleteTargetCommand.ts b/clients/client-codestar-notifications/src/commands/DeleteTargetCommand.ts
index bdbba55b4a80..2e6a32e2ff00 100644
--- a/clients/client-codestar-notifications/src/commands/DeleteTargetCommand.ts
+++ b/clients/client-codestar-notifications/src/commands/DeleteTargetCommand.ts
@@ -83,4 +83,16 @@ export class DeleteTargetCommand extends $Command
.f(DeleteTargetRequestFilterSensitiveLog, void 0)
.ser(se_DeleteTargetCommand)
.de(de_DeleteTargetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTargetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTargetCommandInput;
+ output: DeleteTargetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-notifications/src/commands/DescribeNotificationRuleCommand.ts b/clients/client-codestar-notifications/src/commands/DescribeNotificationRuleCommand.ts
index 2f2ce2098d73..1809130a46f2 100644
--- a/clients/client-codestar-notifications/src/commands/DescribeNotificationRuleCommand.ts
+++ b/clients/client-codestar-notifications/src/commands/DescribeNotificationRuleCommand.ts
@@ -116,4 +116,16 @@ export class DescribeNotificationRuleCommand extends $Command
.f(void 0, DescribeNotificationRuleResultFilterSensitiveLog)
.ser(se_DescribeNotificationRuleCommand)
.de(de_DescribeNotificationRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeNotificationRuleRequest;
+ output: DescribeNotificationRuleResult;
+ };
+ sdk: {
+ input: DescribeNotificationRuleCommandInput;
+ output: DescribeNotificationRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-notifications/src/commands/ListEventTypesCommand.ts b/clients/client-codestar-notifications/src/commands/ListEventTypesCommand.ts
index fcbea61c37c4..6409ec8ee7f0 100644
--- a/clients/client-codestar-notifications/src/commands/ListEventTypesCommand.ts
+++ b/clients/client-codestar-notifications/src/commands/ListEventTypesCommand.ts
@@ -102,4 +102,16 @@ export class ListEventTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEventTypesCommand)
.de(de_ListEventTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEventTypesRequest;
+ output: ListEventTypesResult;
+ };
+ sdk: {
+ input: ListEventTypesCommandInput;
+ output: ListEventTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-notifications/src/commands/ListNotificationRulesCommand.ts b/clients/client-codestar-notifications/src/commands/ListNotificationRulesCommand.ts
index 5181a83aa4c2..5891dffcbc60 100644
--- a/clients/client-codestar-notifications/src/commands/ListNotificationRulesCommand.ts
+++ b/clients/client-codestar-notifications/src/commands/ListNotificationRulesCommand.ts
@@ -100,4 +100,16 @@ export class ListNotificationRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListNotificationRulesCommand)
.de(de_ListNotificationRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListNotificationRulesRequest;
+ output: ListNotificationRulesResult;
+ };
+ sdk: {
+ input: ListNotificationRulesCommandInput;
+ output: ListNotificationRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-notifications/src/commands/ListTagsForResourceCommand.ts b/clients/client-codestar-notifications/src/commands/ListTagsForResourceCommand.ts
index 9b546aff2501..e0f0fce88c55 100644
--- a/clients/client-codestar-notifications/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-codestar-notifications/src/commands/ListTagsForResourceCommand.ts
@@ -89,4 +89,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResult;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-notifications/src/commands/ListTargetsCommand.ts b/clients/client-codestar-notifications/src/commands/ListTargetsCommand.ts
index 713ca20bebdc..9c60cd821c69 100644
--- a/clients/client-codestar-notifications/src/commands/ListTargetsCommand.ts
+++ b/clients/client-codestar-notifications/src/commands/ListTargetsCommand.ts
@@ -101,4 +101,16 @@ export class ListTargetsCommand extends $Command
.f(void 0, ListTargetsResultFilterSensitiveLog)
.ser(se_ListTargetsCommand)
.de(de_ListTargetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTargetsRequest;
+ output: ListTargetsResult;
+ };
+ sdk: {
+ input: ListTargetsCommandInput;
+ output: ListTargetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-notifications/src/commands/SubscribeCommand.ts b/clients/client-codestar-notifications/src/commands/SubscribeCommand.ts
index d57ff070c2b0..94039cf96dcc 100644
--- a/clients/client-codestar-notifications/src/commands/SubscribeCommand.ts
+++ b/clients/client-codestar-notifications/src/commands/SubscribeCommand.ts
@@ -97,4 +97,16 @@ export class SubscribeCommand extends $Command
.f(SubscribeRequestFilterSensitiveLog, void 0)
.ser(se_SubscribeCommand)
.de(de_SubscribeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SubscribeRequest;
+ output: SubscribeResult;
+ };
+ sdk: {
+ input: SubscribeCommandInput;
+ output: SubscribeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-notifications/src/commands/TagResourceCommand.ts b/clients/client-codestar-notifications/src/commands/TagResourceCommand.ts
index 2e8d96334230..440dc3b26786 100644
--- a/clients/client-codestar-notifications/src/commands/TagResourceCommand.ts
+++ b/clients/client-codestar-notifications/src/commands/TagResourceCommand.ts
@@ -101,4 +101,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: TagResourceResult;
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-notifications/src/commands/UnsubscribeCommand.ts b/clients/client-codestar-notifications/src/commands/UnsubscribeCommand.ts
index 1078d5f8243c..eb87f014f02c 100644
--- a/clients/client-codestar-notifications/src/commands/UnsubscribeCommand.ts
+++ b/clients/client-codestar-notifications/src/commands/UnsubscribeCommand.ts
@@ -87,4 +87,16 @@ export class UnsubscribeCommand extends $Command
.f(UnsubscribeRequestFilterSensitiveLog, void 0)
.ser(se_UnsubscribeCommand)
.de(de_UnsubscribeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UnsubscribeRequest;
+ output: UnsubscribeResult;
+ };
+ sdk: {
+ input: UnsubscribeCommandInput;
+ output: UnsubscribeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-notifications/src/commands/UntagResourceCommand.ts b/clients/client-codestar-notifications/src/commands/UntagResourceCommand.ts
index 3c3eb4e1b448..282f2acd2162 100644
--- a/clients/client-codestar-notifications/src/commands/UntagResourceCommand.ts
+++ b/clients/client-codestar-notifications/src/commands/UntagResourceCommand.ts
@@ -98,4 +98,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-codestar-notifications/src/commands/UpdateNotificationRuleCommand.ts b/clients/client-codestar-notifications/src/commands/UpdateNotificationRuleCommand.ts
index fa780f033113..becb02d59d3c 100644
--- a/clients/client-codestar-notifications/src/commands/UpdateNotificationRuleCommand.ts
+++ b/clients/client-codestar-notifications/src/commands/UpdateNotificationRuleCommand.ts
@@ -109,4 +109,16 @@ export class UpdateNotificationRuleCommand extends $Command
.f(UpdateNotificationRuleRequestFilterSensitiveLog, void 0)
.ser(se_UpdateNotificationRuleCommand)
.de(de_UpdateNotificationRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateNotificationRuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateNotificationRuleCommandInput;
+ output: UpdateNotificationRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/package.json b/clients/client-cognito-identity-provider/package.json
index 7adaff1f0916..70b182da53c1 100644
--- a/clients/client-cognito-identity-provider/package.json
+++ b/clients/client-cognito-identity-provider/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-cognito-identity-provider/src/commands/AddCustomAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/AddCustomAttributesCommand.ts
index c26bbb335db1..0577edd774ca 100644
--- a/clients/client-cognito-identity-provider/src/commands/AddCustomAttributesCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AddCustomAttributesCommand.ts
@@ -138,4 +138,16 @@ export class AddCustomAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_AddCustomAttributesCommand)
.de(de_AddCustomAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddCustomAttributesRequest;
+ output: {};
+ };
+ sdk: {
+ input: AddCustomAttributesCommandInput;
+ output: AddCustomAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminAddUserToGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminAddUserToGroupCommand.ts
index 5fd1e9e5cf70..6b2ee5ad011c 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminAddUserToGroupCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminAddUserToGroupCommand.ts
@@ -124,4 +124,16 @@ export class AdminAddUserToGroupCommand extends $Command
.f(AdminAddUserToGroupRequestFilterSensitiveLog, void 0)
.ser(se_AdminAddUserToGroupCommand)
.de(de_AdminAddUserToGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminAddUserToGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: AdminAddUserToGroupCommandInput;
+ output: AdminAddUserToGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminConfirmSignUpCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminConfirmSignUpCommand.ts
index 5aee979a9aed..3c9aaa8027f7 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminConfirmSignUpCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminConfirmSignUpCommand.ts
@@ -152,4 +152,16 @@ export class AdminConfirmSignUpCommand extends $Command
.f(AdminConfirmSignUpRequestFilterSensitiveLog, void 0)
.ser(se_AdminConfirmSignUpCommand)
.de(de_AdminConfirmSignUpCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminConfirmSignUpRequest;
+ output: {};
+ };
+ sdk: {
+ input: AdminConfirmSignUpCommandInput;
+ output: AdminConfirmSignUpCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminCreateUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminCreateUserCommand.ts
index 27815cee94df..d9479780a715 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminCreateUserCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminCreateUserCommand.ts
@@ -291,4 +291,16 @@ export class AdminCreateUserCommand extends $Command
.f(AdminCreateUserRequestFilterSensitiveLog, AdminCreateUserResponseFilterSensitiveLog)
.ser(se_AdminCreateUserCommand)
.de(de_AdminCreateUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminCreateUserRequest;
+ output: AdminCreateUserResponse;
+ };
+ sdk: {
+ input: AdminCreateUserCommandInput;
+ output: AdminCreateUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserAttributesCommand.ts
index 666d7161b590..3aa826b2c30f 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserAttributesCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserAttributesCommand.ts
@@ -129,4 +129,16 @@ export class AdminDeleteUserAttributesCommand extends $Command
.f(AdminDeleteUserAttributesRequestFilterSensitiveLog, void 0)
.ser(se_AdminDeleteUserAttributesCommand)
.de(de_AdminDeleteUserAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminDeleteUserAttributesRequest;
+ output: {};
+ };
+ sdk: {
+ input: AdminDeleteUserAttributesCommandInput;
+ output: AdminDeleteUserAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserCommand.ts
index 76791efbea77..0153827092ff 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserCommand.ts
@@ -121,4 +121,16 @@ export class AdminDeleteUserCommand extends $Command
.f(AdminDeleteUserRequestFilterSensitiveLog, void 0)
.ser(se_AdminDeleteUserCommand)
.de(de_AdminDeleteUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminDeleteUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: AdminDeleteUserCommandInput;
+ output: AdminDeleteUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminDisableProviderForUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminDisableProviderForUserCommand.ts
index 2958ff571ffb..13a45fe4fdbb 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminDisableProviderForUserCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminDisableProviderForUserCommand.ts
@@ -159,4 +159,16 @@ export class AdminDisableProviderForUserCommand extends $Command
.f(void 0, void 0)
.ser(se_AdminDisableProviderForUserCommand)
.de(de_AdminDisableProviderForUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminDisableProviderForUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: AdminDisableProviderForUserCommandInput;
+ output: AdminDisableProviderForUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminDisableUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminDisableUserCommand.ts
index 345ac5de9336..4eee52f181cb 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminDisableUserCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminDisableUserCommand.ts
@@ -127,4 +127,16 @@ export class AdminDisableUserCommand extends $Command
.f(AdminDisableUserRequestFilterSensitiveLog, void 0)
.ser(se_AdminDisableUserCommand)
.de(de_AdminDisableUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminDisableUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: AdminDisableUserCommandInput;
+ output: AdminDisableUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminEnableUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminEnableUserCommand.ts
index 01e6ea3ede34..762bd756c40e 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminEnableUserCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminEnableUserCommand.ts
@@ -125,4 +125,16 @@ export class AdminEnableUserCommand extends $Command
.f(AdminEnableUserRequestFilterSensitiveLog, void 0)
.ser(se_AdminEnableUserCommand)
.de(de_AdminEnableUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminEnableUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: AdminEnableUserCommandInput;
+ output: AdminEnableUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminForgetDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminForgetDeviceCommand.ts
index 3c65e32c308c..ce10e9e8ee9a 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminForgetDeviceCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminForgetDeviceCommand.ts
@@ -125,4 +125,16 @@ export class AdminForgetDeviceCommand extends $Command
.f(AdminForgetDeviceRequestFilterSensitiveLog, void 0)
.ser(se_AdminForgetDeviceCommand)
.de(de_AdminForgetDeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminForgetDeviceRequest;
+ output: {};
+ };
+ sdk: {
+ input: AdminForgetDeviceCommandInput;
+ output: AdminForgetDeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminGetDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminGetDeviceCommand.ts
index 56eda156d445..30bb01093e61 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminGetDeviceCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminGetDeviceCommand.ts
@@ -140,4 +140,16 @@ export class AdminGetDeviceCommand extends $Command
.f(AdminGetDeviceRequestFilterSensitiveLog, AdminGetDeviceResponseFilterSensitiveLog)
.ser(se_AdminGetDeviceCommand)
.de(de_AdminGetDeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminGetDeviceRequest;
+ output: AdminGetDeviceResponse;
+ };
+ sdk: {
+ input: AdminGetDeviceCommandInput;
+ output: AdminGetDeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminGetUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminGetUserCommand.ts
index de68e68efc3d..66f3f6fef715 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminGetUserCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminGetUserCommand.ts
@@ -149,4 +149,16 @@ export class AdminGetUserCommand extends $Command
.f(AdminGetUserRequestFilterSensitiveLog, AdminGetUserResponseFilterSensitiveLog)
.ser(se_AdminGetUserCommand)
.de(de_AdminGetUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminGetUserRequest;
+ output: AdminGetUserResponse;
+ };
+ sdk: {
+ input: AdminGetUserCommandInput;
+ output: AdminGetUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminInitiateAuthCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminInitiateAuthCommand.ts
index dbe99a0fd1c7..58b3f6b788e4 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminInitiateAuthCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminInitiateAuthCommand.ts
@@ -220,4 +220,16 @@ export class AdminInitiateAuthCommand extends $Command
.f(AdminInitiateAuthRequestFilterSensitiveLog, AdminInitiateAuthResponseFilterSensitiveLog)
.ser(se_AdminInitiateAuthCommand)
.de(de_AdminInitiateAuthCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminInitiateAuthRequest;
+ output: AdminInitiateAuthResponse;
+ };
+ sdk: {
+ input: AdminInitiateAuthCommandInput;
+ output: AdminInitiateAuthCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminLinkProviderForUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminLinkProviderForUserCommand.ts
index a778df6e4b39..b37a439a1f15 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminLinkProviderForUserCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminLinkProviderForUserCommand.ts
@@ -157,4 +157,16 @@ export class AdminLinkProviderForUserCommand extends $Command
.f(void 0, void 0)
.ser(se_AdminLinkProviderForUserCommand)
.de(de_AdminLinkProviderForUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminLinkProviderForUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: AdminLinkProviderForUserCommandInput;
+ output: AdminLinkProviderForUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminListDevicesCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminListDevicesCommand.ts
index cdb6220d8e86..41e8cc8d0064 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminListDevicesCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminListDevicesCommand.ts
@@ -144,4 +144,16 @@ export class AdminListDevicesCommand extends $Command
.f(AdminListDevicesRequestFilterSensitiveLog, AdminListDevicesResponseFilterSensitiveLog)
.ser(se_AdminListDevicesCommand)
.de(de_AdminListDevicesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminListDevicesRequest;
+ output: AdminListDevicesResponse;
+ };
+ sdk: {
+ input: AdminListDevicesCommandInput;
+ output: AdminListDevicesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminListGroupsForUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminListGroupsForUserCommand.ts
index 901acd2b9b9f..f6dfe0dd0306 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminListGroupsForUserCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminListGroupsForUserCommand.ts
@@ -140,4 +140,16 @@ export class AdminListGroupsForUserCommand extends $Command
.f(AdminListGroupsForUserRequestFilterSensitiveLog, void 0)
.ser(se_AdminListGroupsForUserCommand)
.de(de_AdminListGroupsForUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminListGroupsForUserRequest;
+ output: AdminListGroupsForUserResponse;
+ };
+ sdk: {
+ input: AdminListGroupsForUserCommandInput;
+ output: AdminListGroupsForUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminListUserAuthEventsCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminListUserAuthEventsCommand.ts
index 40857c11d896..a006ef475a92 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminListUserAuthEventsCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminListUserAuthEventsCommand.ts
@@ -164,4 +164,16 @@ export class AdminListUserAuthEventsCommand extends $Command
.f(AdminListUserAuthEventsRequestFilterSensitiveLog, void 0)
.ser(se_AdminListUserAuthEventsCommand)
.de(de_AdminListUserAuthEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminListUserAuthEventsRequest;
+ output: AdminListUserAuthEventsResponse;
+ };
+ sdk: {
+ input: AdminListUserAuthEventsCommandInput;
+ output: AdminListUserAuthEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminRemoveUserFromGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminRemoveUserFromGroupCommand.ts
index 27682afd6a33..5d6643dd06c7 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminRemoveUserFromGroupCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminRemoveUserFromGroupCommand.ts
@@ -122,4 +122,16 @@ export class AdminRemoveUserFromGroupCommand extends $Command
.f(AdminRemoveUserFromGroupRequestFilterSensitiveLog, void 0)
.ser(se_AdminRemoveUserFromGroupCommand)
.de(de_AdminRemoveUserFromGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminRemoveUserFromGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: AdminRemoveUserFromGroupCommandInput;
+ output: AdminRemoveUserFromGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminResetUserPasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminResetUserPasswordCommand.ts
index d024bea40d04..3b2b3b183fd9 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminResetUserPasswordCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminResetUserPasswordCommand.ts
@@ -185,4 +185,16 @@ export class AdminResetUserPasswordCommand extends $Command
.f(AdminResetUserPasswordRequestFilterSensitiveLog, void 0)
.ser(se_AdminResetUserPasswordCommand)
.de(de_AdminResetUserPasswordCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminResetUserPasswordRequest;
+ output: {};
+ };
+ sdk: {
+ input: AdminResetUserPasswordCommandInput;
+ output: AdminResetUserPasswordCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminRespondToAuthChallengeCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminRespondToAuthChallengeCommand.ts
index abdef5eee632..eba9b83da479 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminRespondToAuthChallengeCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminRespondToAuthChallengeCommand.ts
@@ -254,4 +254,16 @@ export class AdminRespondToAuthChallengeCommand extends $Command
.f(AdminRespondToAuthChallengeRequestFilterSensitiveLog, AdminRespondToAuthChallengeResponseFilterSensitiveLog)
.ser(se_AdminRespondToAuthChallengeCommand)
.de(de_AdminRespondToAuthChallengeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminRespondToAuthChallengeRequest;
+ output: AdminRespondToAuthChallengeResponse;
+ };
+ sdk: {
+ input: AdminRespondToAuthChallengeCommandInput;
+ output: AdminRespondToAuthChallengeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminSetUserMFAPreferenceCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminSetUserMFAPreferenceCommand.ts
index 9d54f555fdb3..3f8eabf180c0 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminSetUserMFAPreferenceCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminSetUserMFAPreferenceCommand.ts
@@ -143,4 +143,16 @@ export class AdminSetUserMFAPreferenceCommand extends $Command
.f(AdminSetUserMFAPreferenceRequestFilterSensitiveLog, void 0)
.ser(se_AdminSetUserMFAPreferenceCommand)
.de(de_AdminSetUserMFAPreferenceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminSetUserMFAPreferenceRequest;
+ output: {};
+ };
+ sdk: {
+ input: AdminSetUserMFAPreferenceCommandInput;
+ output: AdminSetUserMFAPreferenceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminSetUserPasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminSetUserPasswordCommand.ts
index 89ffbb0b8ebb..8ad081fb4953 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminSetUserPasswordCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminSetUserPasswordCommand.ts
@@ -154,4 +154,16 @@ export class AdminSetUserPasswordCommand extends $Command
.f(AdminSetUserPasswordRequestFilterSensitiveLog, void 0)
.ser(se_AdminSetUserPasswordCommand)
.de(de_AdminSetUserPasswordCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminSetUserPasswordRequest;
+ output: {};
+ };
+ sdk: {
+ input: AdminSetUserPasswordCommandInput;
+ output: AdminSetUserPasswordCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminSetUserSettingsCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminSetUserSettingsCommand.ts
index b64e7b982450..90a46b924a8b 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminSetUserSettingsCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminSetUserSettingsCommand.ts
@@ -130,4 +130,16 @@ export class AdminSetUserSettingsCommand extends $Command
.f(AdminSetUserSettingsRequestFilterSensitiveLog, void 0)
.ser(se_AdminSetUserSettingsCommand)
.de(de_AdminSetUserSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminSetUserSettingsRequest;
+ output: {};
+ };
+ sdk: {
+ input: AdminSetUserSettingsCommandInput;
+ output: AdminSetUserSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminUpdateAuthEventFeedbackCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminUpdateAuthEventFeedbackCommand.ts
index 4b367d62df29..4dfdbbed5b25 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminUpdateAuthEventFeedbackCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminUpdateAuthEventFeedbackCommand.ts
@@ -137,4 +137,16 @@ export class AdminUpdateAuthEventFeedbackCommand extends $Command
.f(AdminUpdateAuthEventFeedbackRequestFilterSensitiveLog, void 0)
.ser(se_AdminUpdateAuthEventFeedbackCommand)
.de(de_AdminUpdateAuthEventFeedbackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminUpdateAuthEventFeedbackRequest;
+ output: {};
+ };
+ sdk: {
+ input: AdminUpdateAuthEventFeedbackCommandInput;
+ output: AdminUpdateAuthEventFeedbackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminUpdateDeviceStatusCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminUpdateDeviceStatusCommand.ts
index 48eafdd47aa0..221d7ee9da38 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminUpdateDeviceStatusCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminUpdateDeviceStatusCommand.ts
@@ -130,4 +130,16 @@ export class AdminUpdateDeviceStatusCommand extends $Command
.f(AdminUpdateDeviceStatusRequestFilterSensitiveLog, void 0)
.ser(se_AdminUpdateDeviceStatusCommand)
.de(de_AdminUpdateDeviceStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminUpdateDeviceStatusRequest;
+ output: {};
+ };
+ sdk: {
+ input: AdminUpdateDeviceStatusCommandInput;
+ output: AdminUpdateDeviceStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminUpdateUserAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminUpdateUserAttributesCommand.ts
index c3b2d66380ca..94fbd0ee83f0 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminUpdateUserAttributesCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminUpdateUserAttributesCommand.ts
@@ -189,4 +189,16 @@ export class AdminUpdateUserAttributesCommand extends $Command
.f(AdminUpdateUserAttributesRequestFilterSensitiveLog, void 0)
.ser(se_AdminUpdateUserAttributesCommand)
.de(de_AdminUpdateUserAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminUpdateUserAttributesRequest;
+ output: {};
+ };
+ sdk: {
+ input: AdminUpdateUserAttributesCommandInput;
+ output: AdminUpdateUserAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AdminUserGlobalSignOutCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminUserGlobalSignOutCommand.ts
index b9c3c95e34a1..2e9106ab8ebd 100644
--- a/clients/client-cognito-identity-provider/src/commands/AdminUserGlobalSignOutCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AdminUserGlobalSignOutCommand.ts
@@ -148,4 +148,16 @@ export class AdminUserGlobalSignOutCommand extends $Command
.f(AdminUserGlobalSignOutRequestFilterSensitiveLog, void 0)
.ser(se_AdminUserGlobalSignOutCommand)
.de(de_AdminUserGlobalSignOutCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdminUserGlobalSignOutRequest;
+ output: {};
+ };
+ sdk: {
+ input: AdminUserGlobalSignOutCommandInput;
+ output: AdminUserGlobalSignOutCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/AssociateSoftwareTokenCommand.ts b/clients/client-cognito-identity-provider/src/commands/AssociateSoftwareTokenCommand.ts
index fcb4540d4751..431addf27810 100644
--- a/clients/client-cognito-identity-provider/src/commands/AssociateSoftwareTokenCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/AssociateSoftwareTokenCommand.ts
@@ -136,4 +136,16 @@ export class AssociateSoftwareTokenCommand extends $Command
.f(AssociateSoftwareTokenRequestFilterSensitiveLog, AssociateSoftwareTokenResponseFilterSensitiveLog)
.ser(se_AssociateSoftwareTokenCommand)
.de(de_AssociateSoftwareTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateSoftwareTokenRequest;
+ output: AssociateSoftwareTokenResponse;
+ };
+ sdk: {
+ input: AssociateSoftwareTokenCommandInput;
+ output: AssociateSoftwareTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/ChangePasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/ChangePasswordCommand.ts
index fa8ddbc2d5a3..53c59c3afa35 100644
--- a/clients/client-cognito-identity-provider/src/commands/ChangePasswordCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/ChangePasswordCommand.ts
@@ -134,4 +134,16 @@ export class ChangePasswordCommand extends $Command
.f(ChangePasswordRequestFilterSensitiveLog, void 0)
.ser(se_ChangePasswordCommand)
.de(de_ChangePasswordCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ChangePasswordRequest;
+ output: {};
+ };
+ sdk: {
+ input: ChangePasswordCommandInput;
+ output: ChangePasswordCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/ConfirmDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/ConfirmDeviceCommand.ts
index d8a4caed7237..f6ee9f2f2f1c 100644
--- a/clients/client-cognito-identity-provider/src/commands/ConfirmDeviceCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/ConfirmDeviceCommand.ts
@@ -143,4 +143,16 @@ export class ConfirmDeviceCommand extends $Command
.f(ConfirmDeviceRequestFilterSensitiveLog, void 0)
.ser(se_ConfirmDeviceCommand)
.de(de_ConfirmDeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ConfirmDeviceRequest;
+ output: ConfirmDeviceResponse;
+ };
+ sdk: {
+ input: ConfirmDeviceCommandInput;
+ output: ConfirmDeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/ConfirmForgotPasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/ConfirmForgotPasswordCommand.ts
index cb2e3fd8babe..2175300daeb4 100644
--- a/clients/client-cognito-identity-provider/src/commands/ConfirmForgotPasswordCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/ConfirmForgotPasswordCommand.ts
@@ -164,4 +164,16 @@ export class ConfirmForgotPasswordCommand extends $Command
.f(ConfirmForgotPasswordRequestFilterSensitiveLog, void 0)
.ser(se_ConfirmForgotPasswordCommand)
.de(de_ConfirmForgotPasswordCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ConfirmForgotPasswordRequest;
+ output: {};
+ };
+ sdk: {
+ input: ConfirmForgotPasswordCommandInput;
+ output: ConfirmForgotPasswordCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/ConfirmSignUpCommand.ts b/clients/client-cognito-identity-provider/src/commands/ConfirmSignUpCommand.ts
index 2245cc41d57c..005570f9fe69 100644
--- a/clients/client-cognito-identity-provider/src/commands/ConfirmSignUpCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/ConfirmSignUpCommand.ts
@@ -172,4 +172,16 @@ export class ConfirmSignUpCommand extends $Command
.f(ConfirmSignUpRequestFilterSensitiveLog, void 0)
.ser(se_ConfirmSignUpCommand)
.de(de_ConfirmSignUpCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ConfirmSignUpRequest;
+ output: {};
+ };
+ sdk: {
+ input: ConfirmSignUpCommandInput;
+ output: ConfirmSignUpCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/CreateGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateGroupCommand.ts
index b756b9418b3d..aa5348a8fb1d 100644
--- a/clients/client-cognito-identity-provider/src/commands/CreateGroupCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/CreateGroupCommand.ts
@@ -139,4 +139,16 @@ export class CreateGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateGroupCommand)
.de(de_CreateGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGroupRequest;
+ output: CreateGroupResponse;
+ };
+ sdk: {
+ input: CreateGroupCommandInput;
+ output: CreateGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/CreateIdentityProviderCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateIdentityProviderCommand.ts
index edf85ced34e9..914fa916d97f 100644
--- a/clients/client-cognito-identity-provider/src/commands/CreateIdentityProviderCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/CreateIdentityProviderCommand.ts
@@ -154,4 +154,16 @@ export class CreateIdentityProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateIdentityProviderCommand)
.de(de_CreateIdentityProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateIdentityProviderRequest;
+ output: CreateIdentityProviderResponse;
+ };
+ sdk: {
+ input: CreateIdentityProviderCommandInput;
+ output: CreateIdentityProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/CreateResourceServerCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateResourceServerCommand.ts
index 965ed7eccf08..9eb4edc49bdc 100644
--- a/clients/client-cognito-identity-provider/src/commands/CreateResourceServerCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/CreateResourceServerCommand.ts
@@ -141,4 +141,16 @@ export class CreateResourceServerCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateResourceServerCommand)
.de(de_CreateResourceServerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateResourceServerRequest;
+ output: CreateResourceServerResponse;
+ };
+ sdk: {
+ input: CreateResourceServerCommandInput;
+ output: CreateResourceServerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/CreateUserImportJobCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateUserImportJobCommand.ts
index 2515d1081410..2bb108e02400 100644
--- a/clients/client-cognito-identity-provider/src/commands/CreateUserImportJobCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/CreateUserImportJobCommand.ts
@@ -142,4 +142,16 @@ export class CreateUserImportJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateUserImportJobCommand)
.de(de_CreateUserImportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateUserImportJobRequest;
+ output: CreateUserImportJobResponse;
+ };
+ sdk: {
+ input: CreateUserImportJobCommandInput;
+ output: CreateUserImportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolClientCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolClientCommand.ts
index 7fb2a5b8d53e..6233eec1002b 100644
--- a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolClientCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolClientCommand.ts
@@ -365,4 +365,16 @@ export class CreateUserPoolClientCommand extends $Command
.f(void 0, CreateUserPoolClientResponseFilterSensitiveLog)
.ser(se_CreateUserPoolClientCommand)
.de(de_CreateUserPoolClientCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateUserPoolClientRequest;
+ output: CreateUserPoolClientResponse;
+ };
+ sdk: {
+ input: CreateUserPoolClientCommandInput;
+ output: CreateUserPoolClientCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolCommand.ts
index 101197b80459..b692a7c42340 100644
--- a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolCommand.ts
@@ -877,4 +877,16 @@ export class CreateUserPoolCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateUserPoolCommand)
.de(de_CreateUserPoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateUserPoolRequest;
+ output: CreateUserPoolResponse;
+ };
+ sdk: {
+ input: CreateUserPoolCommandInput;
+ output: CreateUserPoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolDomainCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolDomainCommand.ts
index b823f1f4d1c7..99b9d5aee225 100644
--- a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolDomainCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolDomainCommand.ts
@@ -123,4 +123,16 @@ export class CreateUserPoolDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateUserPoolDomainCommand)
.de(de_CreateUserPoolDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateUserPoolDomainRequest;
+ output: CreateUserPoolDomainResponse;
+ };
+ sdk: {
+ input: CreateUserPoolDomainCommandInput;
+ output: CreateUserPoolDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteGroupCommand.ts
index 37b2cc9063a1..df3d2487c529 100644
--- a/clients/client-cognito-identity-provider/src/commands/DeleteGroupCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/DeleteGroupCommand.ts
@@ -99,4 +99,16 @@ export class DeleteGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteGroupCommand)
.de(de_DeleteGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteGroupCommandInput;
+ output: DeleteGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteIdentityProviderCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteIdentityProviderCommand.ts
index 8356118903c3..61c0ebf32d27 100644
--- a/clients/client-cognito-identity-provider/src/commands/DeleteIdentityProviderCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/DeleteIdentityProviderCommand.ts
@@ -105,4 +105,16 @@ export class DeleteIdentityProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIdentityProviderCommand)
.de(de_DeleteIdentityProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIdentityProviderRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteIdentityProviderCommandInput;
+ output: DeleteIdentityProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteResourceServerCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteResourceServerCommand.ts
index 7f8d4d6c3665..3fdaa64bcf5d 100644
--- a/clients/client-cognito-identity-provider/src/commands/DeleteResourceServerCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/DeleteResourceServerCommand.ts
@@ -98,4 +98,16 @@ export class DeleteResourceServerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteResourceServerCommand)
.de(de_DeleteResourceServerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteResourceServerRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteResourceServerCommandInput;
+ output: DeleteResourceServerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserAttributesCommand.ts
index 2cbf5292928c..91f4780c8833 100644
--- a/clients/client-cognito-identity-provider/src/commands/DeleteUserAttributesCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserAttributesCommand.ts
@@ -124,4 +124,16 @@ export class DeleteUserAttributesCommand extends $Command
.f(DeleteUserAttributesRequestFilterSensitiveLog, void 0)
.ser(se_DeleteUserAttributesCommand)
.de(de_DeleteUserAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteUserAttributesRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteUserAttributesCommandInput;
+ output: DeleteUserAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserCommand.ts
index b41940cb4a39..7d383e302a6f 100644
--- a/clients/client-cognito-identity-provider/src/commands/DeleteUserCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserCommand.ts
@@ -117,4 +117,16 @@ export class DeleteUserCommand extends $Command
.f(DeleteUserRequestFilterSensitiveLog, void 0)
.ser(se_DeleteUserCommand)
.de(de_DeleteUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteUserCommandInput;
+ output: DeleteUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolClientCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolClientCommand.ts
index 646d44a78d27..d327c70af345 100644
--- a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolClientCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolClientCommand.ts
@@ -102,4 +102,16 @@ export class DeleteUserPoolClientCommand extends $Command
.f(DeleteUserPoolClientRequestFilterSensitiveLog, void 0)
.ser(se_DeleteUserPoolClientCommand)
.de(de_DeleteUserPoolClientCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteUserPoolClientRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteUserPoolClientCommandInput;
+ output: DeleteUserPoolClientCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolCommand.ts
index 8d0918a4e105..1e7ad46813dd 100644
--- a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolCommand.ts
@@ -101,4 +101,16 @@ export class DeleteUserPoolCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteUserPoolCommand)
.de(de_DeleteUserPoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteUserPoolRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteUserPoolCommandInput;
+ output: DeleteUserPoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolDomainCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolDomainCommand.ts
index 642459183442..e177ab57d604 100644
--- a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolDomainCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolDomainCommand.ts
@@ -94,4 +94,16 @@ export class DeleteUserPoolDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteUserPoolDomainCommand)
.de(de_DeleteUserPoolDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteUserPoolDomainRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteUserPoolDomainCommandInput;
+ output: DeleteUserPoolDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeIdentityProviderCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeIdentityProviderCommand.ts
index 0d69298c4073..0d4caca7c451 100644
--- a/clients/client-cognito-identity-provider/src/commands/DescribeIdentityProviderCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/DescribeIdentityProviderCommand.ts
@@ -115,4 +115,16 @@ export class DescribeIdentityProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeIdentityProviderCommand)
.de(de_DescribeIdentityProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeIdentityProviderRequest;
+ output: DescribeIdentityProviderResponse;
+ };
+ sdk: {
+ input: DescribeIdentityProviderCommandInput;
+ output: DescribeIdentityProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeResourceServerCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeResourceServerCommand.ts
index ef95b4fe0de4..2c65c721ebed 100644
--- a/clients/client-cognito-identity-provider/src/commands/DescribeResourceServerCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/DescribeResourceServerCommand.ts
@@ -110,4 +110,16 @@ export class DescribeResourceServerCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeResourceServerCommand)
.de(de_DescribeResourceServerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeResourceServerRequest;
+ output: DescribeResourceServerResponse;
+ };
+ sdk: {
+ input: DescribeResourceServerCommandInput;
+ output: DescribeResourceServerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeRiskConfigurationCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeRiskConfigurationCommand.ts
index 390beb8033bc..5c37396ae64c 100644
--- a/clients/client-cognito-identity-provider/src/commands/DescribeRiskConfigurationCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/DescribeRiskConfigurationCommand.ts
@@ -164,4 +164,16 @@ export class DescribeRiskConfigurationCommand extends $Command
.f(DescribeRiskConfigurationRequestFilterSensitiveLog, DescribeRiskConfigurationResponseFilterSensitiveLog)
.ser(se_DescribeRiskConfigurationCommand)
.de(de_DescribeRiskConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRiskConfigurationRequest;
+ output: DescribeRiskConfigurationResponse;
+ };
+ sdk: {
+ input: DescribeRiskConfigurationCommandInput;
+ output: DescribeRiskConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeUserImportJobCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeUserImportJobCommand.ts
index 1f6d0911201e..56c1ff73e386 100644
--- a/clients/client-cognito-identity-provider/src/commands/DescribeUserImportJobCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/DescribeUserImportJobCommand.ts
@@ -114,4 +114,16 @@ export class DescribeUserImportJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeUserImportJobCommand)
.de(de_DescribeUserImportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeUserImportJobRequest;
+ output: DescribeUserImportJobResponse;
+ };
+ sdk: {
+ input: DescribeUserImportJobCommandInput;
+ output: DescribeUserImportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolClientCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolClientCommand.ts
index 320affb7aa18..b68bdb4530b7 100644
--- a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolClientCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolClientCommand.ts
@@ -178,4 +178,16 @@ export class DescribeUserPoolClientCommand extends $Command
.f(DescribeUserPoolClientRequestFilterSensitiveLog, DescribeUserPoolClientResponseFilterSensitiveLog)
.ser(se_DescribeUserPoolClientCommand)
.de(de_DescribeUserPoolClientCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeUserPoolClientRequest;
+ output: DescribeUserPoolClientResponse;
+ };
+ sdk: {
+ input: DescribeUserPoolClientCommandInput;
+ output: DescribeUserPoolClientCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolCommand.ts
index a461573df64f..b9ff553e5f2d 100644
--- a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolCommand.ts
@@ -260,4 +260,16 @@ export class DescribeUserPoolCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeUserPoolCommand)
.de(de_DescribeUserPoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeUserPoolRequest;
+ output: DescribeUserPoolResponse;
+ };
+ sdk: {
+ input: DescribeUserPoolCommandInput;
+ output: DescribeUserPoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolDomainCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolDomainCommand.ts
index 692514cbe9b7..993c4a4409fd 100644
--- a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolDomainCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolDomainCommand.ts
@@ -106,4 +106,16 @@ export class DescribeUserPoolDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeUserPoolDomainCommand)
.de(de_DescribeUserPoolDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeUserPoolDomainRequest;
+ output: DescribeUserPoolDomainResponse;
+ };
+ sdk: {
+ input: DescribeUserPoolDomainCommandInput;
+ output: DescribeUserPoolDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/ForgetDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/ForgetDeviceCommand.ts
index b0e75c737286..2a5d255d0f2a 100644
--- a/clients/client-cognito-identity-provider/src/commands/ForgetDeviceCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/ForgetDeviceCommand.ts
@@ -122,4 +122,16 @@ export class ForgetDeviceCommand extends $Command
.f(ForgetDeviceRequestFilterSensitiveLog, void 0)
.ser(se_ForgetDeviceCommand)
.de(de_ForgetDeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ForgetDeviceRequest;
+ output: {};
+ };
+ sdk: {
+ input: ForgetDeviceCommandInput;
+ output: ForgetDeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/ForgotPasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/ForgotPasswordCommand.ts
index 4a963b6bfbe4..be5e30841fa0 100644
--- a/clients/client-cognito-identity-provider/src/commands/ForgotPasswordCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/ForgotPasswordCommand.ts
@@ -193,4 +193,16 @@ export class ForgotPasswordCommand extends $Command
.f(ForgotPasswordRequestFilterSensitiveLog, void 0)
.ser(se_ForgotPasswordCommand)
.de(de_ForgotPasswordCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ForgotPasswordRequest;
+ output: ForgotPasswordResponse;
+ };
+ sdk: {
+ input: ForgotPasswordCommandInput;
+ output: ForgotPasswordCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/GetCSVHeaderCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetCSVHeaderCommand.ts
index 48e187feb15e..47a2fa4d097f 100644
--- a/clients/client-cognito-identity-provider/src/commands/GetCSVHeaderCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/GetCSVHeaderCommand.ts
@@ -103,4 +103,16 @@ export class GetCSVHeaderCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCSVHeaderCommand)
.de(de_GetCSVHeaderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCSVHeaderRequest;
+ output: GetCSVHeaderResponse;
+ };
+ sdk: {
+ input: GetCSVHeaderCommandInput;
+ output: GetCSVHeaderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/GetDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetDeviceCommand.ts
index 232b96d2dd3d..ffe435ccd33d 100644
--- a/clients/client-cognito-identity-provider/src/commands/GetDeviceCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/GetDeviceCommand.ts
@@ -139,4 +139,16 @@ export class GetDeviceCommand extends $Command
.f(GetDeviceRequestFilterSensitiveLog, GetDeviceResponseFilterSensitiveLog)
.ser(se_GetDeviceCommand)
.de(de_GetDeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeviceRequest;
+ output: GetDeviceResponse;
+ };
+ sdk: {
+ input: GetDeviceCommandInput;
+ output: GetDeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/GetGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetGroupCommand.ts
index 5ceeb586f1bb..dd72e29c5bf1 100644
--- a/clients/client-cognito-identity-provider/src/commands/GetGroupCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/GetGroupCommand.ts
@@ -109,4 +109,16 @@ export class GetGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_GetGroupCommand)
.de(de_GetGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetGroupRequest;
+ output: GetGroupResponse;
+ };
+ sdk: {
+ input: GetGroupCommandInput;
+ output: GetGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/GetIdentityProviderByIdentifierCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetIdentityProviderByIdentifierCommand.ts
index e1aecb5b092c..6b00402b0c03 100644
--- a/clients/client-cognito-identity-provider/src/commands/GetIdentityProviderByIdentifierCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/GetIdentityProviderByIdentifierCommand.ts
@@ -120,4 +120,16 @@ export class GetIdentityProviderByIdentifierCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIdentityProviderByIdentifierCommand)
.de(de_GetIdentityProviderByIdentifierCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIdentityProviderByIdentifierRequest;
+ output: GetIdentityProviderByIdentifierResponse;
+ };
+ sdk: {
+ input: GetIdentityProviderByIdentifierCommandInput;
+ output: GetIdentityProviderByIdentifierCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/GetLogDeliveryConfigurationCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetLogDeliveryConfigurationCommand.ts
index 542eb16c2e43..529c9835f334 100644
--- a/clients/client-cognito-identity-provider/src/commands/GetLogDeliveryConfigurationCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/GetLogDeliveryConfigurationCommand.ts
@@ -118,4 +118,16 @@ export class GetLogDeliveryConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLogDeliveryConfigurationCommand)
.de(de_GetLogDeliveryConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLogDeliveryConfigurationRequest;
+ output: GetLogDeliveryConfigurationResponse;
+ };
+ sdk: {
+ input: GetLogDeliveryConfigurationCommandInput;
+ output: GetLogDeliveryConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/GetSigningCertificateCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetSigningCertificateCommand.ts
index a2cded5f71a8..64945a057f19 100644
--- a/clients/client-cognito-identity-provider/src/commands/GetSigningCertificateCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/GetSigningCertificateCommand.ts
@@ -96,4 +96,16 @@ export class GetSigningCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSigningCertificateCommand)
.de(de_GetSigningCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSigningCertificateRequest;
+ output: GetSigningCertificateResponse;
+ };
+ sdk: {
+ input: GetSigningCertificateCommandInput;
+ output: GetSigningCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/GetUICustomizationCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetUICustomizationCommand.ts
index 2bb231469834..1c81cefd9f2f 100644
--- a/clients/client-cognito-identity-provider/src/commands/GetUICustomizationCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/GetUICustomizationCommand.ts
@@ -117,4 +117,16 @@ export class GetUICustomizationCommand extends $Command
.f(GetUICustomizationRequestFilterSensitiveLog, GetUICustomizationResponseFilterSensitiveLog)
.ser(se_GetUICustomizationCommand)
.de(de_GetUICustomizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUICustomizationRequest;
+ output: GetUICustomizationResponse;
+ };
+ sdk: {
+ input: GetUICustomizationCommandInput;
+ output: GetUICustomizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/GetUserAttributeVerificationCodeCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetUserAttributeVerificationCodeCommand.ts
index 16a52e84be86..acf352f458b1 100644
--- a/clients/client-cognito-identity-provider/src/commands/GetUserAttributeVerificationCodeCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/GetUserAttributeVerificationCodeCommand.ts
@@ -188,4 +188,16 @@ export class GetUserAttributeVerificationCodeCommand extends $Command
.f(GetUserAttributeVerificationCodeRequestFilterSensitiveLog, void 0)
.ser(se_GetUserAttributeVerificationCodeCommand)
.de(de_GetUserAttributeVerificationCodeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUserAttributeVerificationCodeRequest;
+ output: GetUserAttributeVerificationCodeResponse;
+ };
+ sdk: {
+ input: GetUserAttributeVerificationCodeCommandInput;
+ output: GetUserAttributeVerificationCodeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/GetUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetUserCommand.ts
index 46668b403045..eec89bc7d6af 100644
--- a/clients/client-cognito-identity-provider/src/commands/GetUserCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/GetUserCommand.ts
@@ -140,4 +140,16 @@ export class GetUserCommand extends $Command
.f(GetUserRequestFilterSensitiveLog, GetUserResponseFilterSensitiveLog)
.ser(se_GetUserCommand)
.de(de_GetUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUserRequest;
+ output: GetUserResponse;
+ };
+ sdk: {
+ input: GetUserCommandInput;
+ output: GetUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/GetUserPoolMfaConfigCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetUserPoolMfaConfigCommand.ts
index 2dcba20e352d..9f944e455c39 100644
--- a/clients/client-cognito-identity-provider/src/commands/GetUserPoolMfaConfigCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/GetUserPoolMfaConfigCommand.ts
@@ -114,4 +114,16 @@ export class GetUserPoolMfaConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetUserPoolMfaConfigCommand)
.de(de_GetUserPoolMfaConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUserPoolMfaConfigRequest;
+ output: GetUserPoolMfaConfigResponse;
+ };
+ sdk: {
+ input: GetUserPoolMfaConfigCommandInput;
+ output: GetUserPoolMfaConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/GlobalSignOutCommand.ts b/clients/client-cognito-identity-provider/src/commands/GlobalSignOutCommand.ts
index ac268231391f..8d31f1c1b12e 100644
--- a/clients/client-cognito-identity-provider/src/commands/GlobalSignOutCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/GlobalSignOutCommand.ts
@@ -141,4 +141,16 @@ export class GlobalSignOutCommand extends $Command
.f(GlobalSignOutRequestFilterSensitiveLog, void 0)
.ser(se_GlobalSignOutCommand)
.de(de_GlobalSignOutCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GlobalSignOutRequest;
+ output: {};
+ };
+ sdk: {
+ input: GlobalSignOutCommandInput;
+ output: GlobalSignOutCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/InitiateAuthCommand.ts b/clients/client-cognito-identity-provider/src/commands/InitiateAuthCommand.ts
index b41bcbb5e1b6..99e39ffc6321 100644
--- a/clients/client-cognito-identity-provider/src/commands/InitiateAuthCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/InitiateAuthCommand.ts
@@ -235,4 +235,16 @@ export class InitiateAuthCommand extends $Command
.f(InitiateAuthRequestFilterSensitiveLog, InitiateAuthResponseFilterSensitiveLog)
.ser(se_InitiateAuthCommand)
.de(de_InitiateAuthCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: InitiateAuthRequest;
+ output: InitiateAuthResponse;
+ };
+ sdk: {
+ input: InitiateAuthCommandInput;
+ output: InitiateAuthCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/ListDevicesCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListDevicesCommand.ts
index a80e595d1e10..fc2e49bfda02 100644
--- a/clients/client-cognito-identity-provider/src/commands/ListDevicesCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/ListDevicesCommand.ts
@@ -144,4 +144,16 @@ export class ListDevicesCommand extends $Command
.f(ListDevicesRequestFilterSensitiveLog, ListDevicesResponseFilterSensitiveLog)
.ser(se_ListDevicesCommand)
.de(de_ListDevicesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDevicesRequest;
+ output: ListDevicesResponse;
+ };
+ sdk: {
+ input: ListDevicesCommandInput;
+ output: ListDevicesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/ListGroupsCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListGroupsCommand.ts
index 379cb64549f4..cddcf95c6faa 100644
--- a/clients/client-cognito-identity-provider/src/commands/ListGroupsCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/ListGroupsCommand.ts
@@ -132,4 +132,16 @@ export class ListGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListGroupsCommand)
.de(de_ListGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGroupsRequest;
+ output: ListGroupsResponse;
+ };
+ sdk: {
+ input: ListGroupsCommandInput;
+ output: ListGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/ListIdentityProvidersCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListIdentityProvidersCommand.ts
index 01f9d7ecaf68..041a2f468ac8 100644
--- a/clients/client-cognito-identity-provider/src/commands/ListIdentityProvidersCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/ListIdentityProvidersCommand.ts
@@ -129,4 +129,16 @@ export class ListIdentityProvidersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIdentityProvidersCommand)
.de(de_ListIdentityProvidersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIdentityProvidersRequest;
+ output: ListIdentityProvidersResponse;
+ };
+ sdk: {
+ input: ListIdentityProvidersCommandInput;
+ output: ListIdentityProvidersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/ListResourceServersCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListResourceServersCommand.ts
index 6c825f029112..f4c2d2029e27 100644
--- a/clients/client-cognito-identity-provider/src/commands/ListResourceServersCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/ListResourceServersCommand.ts
@@ -134,4 +134,16 @@ export class ListResourceServersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListResourceServersCommand)
.de(de_ListResourceServersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListResourceServersRequest;
+ output: ListResourceServersResponse;
+ };
+ sdk: {
+ input: ListResourceServersCommandInput;
+ output: ListResourceServersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/ListTagsForResourceCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListTagsForResourceCommand.ts
index 7258822705da..17f6bcafd5db 100644
--- a/clients/client-cognito-identity-provider/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/ListTagsForResourceCommand.ts
@@ -104,4 +104,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/ListUserImportJobsCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUserImportJobsCommand.ts
index 30a38ab46ca6..add38d4e8568 100644
--- a/clients/client-cognito-identity-provider/src/commands/ListUserImportJobsCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/ListUserImportJobsCommand.ts
@@ -138,4 +138,16 @@ export class ListUserImportJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListUserImportJobsCommand)
.de(de_ListUserImportJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUserImportJobsRequest;
+ output: ListUserImportJobsResponse;
+ };
+ sdk: {
+ input: ListUserImportJobsCommandInput;
+ output: ListUserImportJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/ListUserPoolClientsCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUserPoolClientsCommand.ts
index 83ef092d6972..a8f74e22e155 100644
--- a/clients/client-cognito-identity-provider/src/commands/ListUserPoolClientsCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/ListUserPoolClientsCommand.ts
@@ -132,4 +132,16 @@ export class ListUserPoolClientsCommand extends $Command
.f(void 0, ListUserPoolClientsResponseFilterSensitiveLog)
.ser(se_ListUserPoolClientsCommand)
.de(de_ListUserPoolClientsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUserPoolClientsRequest;
+ output: ListUserPoolClientsResponse;
+ };
+ sdk: {
+ input: ListUserPoolClientsCommandInput;
+ output: ListUserPoolClientsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/ListUserPoolsCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUserPoolsCommand.ts
index 8a46544ae9fd..d4d10d93581a 100644
--- a/clients/client-cognito-identity-provider/src/commands/ListUserPoolsCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/ListUserPoolsCommand.ts
@@ -150,4 +150,16 @@ export class ListUserPoolsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListUserPoolsCommand)
.de(de_ListUserPoolsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUserPoolsRequest;
+ output: ListUserPoolsResponse;
+ };
+ sdk: {
+ input: ListUserPoolsCommandInput;
+ output: ListUserPoolsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/ListUsersCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUsersCommand.ts
index b754798e6e33..103abba18d71 100644
--- a/clients/client-cognito-identity-provider/src/commands/ListUsersCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/ListUsersCommand.ts
@@ -222,4 +222,16 @@ export class ListUsersCommand extends $Command
.f(void 0, ListUsersResponseFilterSensitiveLog)
.ser(se_ListUsersCommand)
.de(de_ListUsersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUsersRequest;
+ output: ListUsersResponse;
+ };
+ sdk: {
+ input: ListUsersCommandInput;
+ output: ListUsersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/ListUsersInGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUsersInGroupCommand.ts
index c22e844455e6..f5b9415a2f3a 100644
--- a/clients/client-cognito-identity-provider/src/commands/ListUsersInGroupCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/ListUsersInGroupCommand.ts
@@ -147,4 +147,16 @@ export class ListUsersInGroupCommand extends $Command
.f(void 0, ListUsersInGroupResponseFilterSensitiveLog)
.ser(se_ListUsersInGroupCommand)
.de(de_ListUsersInGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUsersInGroupRequest;
+ output: ListUsersInGroupResponse;
+ };
+ sdk: {
+ input: ListUsersInGroupCommandInput;
+ output: ListUsersInGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/ResendConfirmationCodeCommand.ts b/clients/client-cognito-identity-provider/src/commands/ResendConfirmationCodeCommand.ts
index d0ff9774ecc3..8879356dcf41 100644
--- a/clients/client-cognito-identity-provider/src/commands/ResendConfirmationCodeCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/ResendConfirmationCodeCommand.ts
@@ -183,4 +183,16 @@ export class ResendConfirmationCodeCommand extends $Command
.f(ResendConfirmationCodeRequestFilterSensitiveLog, void 0)
.ser(se_ResendConfirmationCodeCommand)
.de(de_ResendConfirmationCodeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResendConfirmationCodeRequest;
+ output: ResendConfirmationCodeResponse;
+ };
+ sdk: {
+ input: ResendConfirmationCodeCommandInput;
+ output: ResendConfirmationCodeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/RespondToAuthChallengeCommand.ts b/clients/client-cognito-identity-provider/src/commands/RespondToAuthChallengeCommand.ts
index 80ae6171dac9..a20e2e65cfa2 100644
--- a/clients/client-cognito-identity-provider/src/commands/RespondToAuthChallengeCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/RespondToAuthChallengeCommand.ts
@@ -229,4 +229,16 @@ export class RespondToAuthChallengeCommand extends $Command
.f(RespondToAuthChallengeRequestFilterSensitiveLog, RespondToAuthChallengeResponseFilterSensitiveLog)
.ser(se_RespondToAuthChallengeCommand)
.de(de_RespondToAuthChallengeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RespondToAuthChallengeRequest;
+ output: RespondToAuthChallengeResponse;
+ };
+ sdk: {
+ input: RespondToAuthChallengeCommandInput;
+ output: RespondToAuthChallengeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/RevokeTokenCommand.ts b/clients/client-cognito-identity-provider/src/commands/RevokeTokenCommand.ts
index b8c83b3aa4e3..6a46991e504d 100644
--- a/clients/client-cognito-identity-provider/src/commands/RevokeTokenCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/RevokeTokenCommand.ts
@@ -115,4 +115,16 @@ export class RevokeTokenCommand extends $Command
.f(RevokeTokenRequestFilterSensitiveLog, void 0)
.ser(se_RevokeTokenCommand)
.de(de_RevokeTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RevokeTokenRequest;
+ output: {};
+ };
+ sdk: {
+ input: RevokeTokenCommandInput;
+ output: RevokeTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/SetLogDeliveryConfigurationCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetLogDeliveryConfigurationCommand.ts
index dd821338d84a..c2a585397e13 100644
--- a/clients/client-cognito-identity-provider/src/commands/SetLogDeliveryConfigurationCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/SetLogDeliveryConfigurationCommand.ts
@@ -134,4 +134,16 @@ export class SetLogDeliveryConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_SetLogDeliveryConfigurationCommand)
.de(de_SetLogDeliveryConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetLogDeliveryConfigurationRequest;
+ output: SetLogDeliveryConfigurationResponse;
+ };
+ sdk: {
+ input: SetLogDeliveryConfigurationCommandInput;
+ output: SetLogDeliveryConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/SetRiskConfigurationCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetRiskConfigurationCommand.ts
index a114f2624c6f..4cbb2b5b6c87 100644
--- a/clients/client-cognito-identity-provider/src/commands/SetRiskConfigurationCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/SetRiskConfigurationCommand.ts
@@ -228,4 +228,16 @@ export class SetRiskConfigurationCommand extends $Command
.f(SetRiskConfigurationRequestFilterSensitiveLog, SetRiskConfigurationResponseFilterSensitiveLog)
.ser(se_SetRiskConfigurationCommand)
.de(de_SetRiskConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetRiskConfigurationRequest;
+ output: SetRiskConfigurationResponse;
+ };
+ sdk: {
+ input: SetRiskConfigurationCommandInput;
+ output: SetRiskConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/SetUICustomizationCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetUICustomizationCommand.ts
index 245dc2534be4..44300fb56f7c 100644
--- a/clients/client-cognito-identity-provider/src/commands/SetUICustomizationCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/SetUICustomizationCommand.ts
@@ -127,4 +127,16 @@ export class SetUICustomizationCommand extends $Command
.f(SetUICustomizationRequestFilterSensitiveLog, SetUICustomizationResponseFilterSensitiveLog)
.ser(se_SetUICustomizationCommand)
.de(de_SetUICustomizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetUICustomizationRequest;
+ output: SetUICustomizationResponse;
+ };
+ sdk: {
+ input: SetUICustomizationCommandInput;
+ output: SetUICustomizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/SetUserMFAPreferenceCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetUserMFAPreferenceCommand.ts
index 8cc29173418d..9a931d70d49c 100644
--- a/clients/client-cognito-identity-provider/src/commands/SetUserMFAPreferenceCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/SetUserMFAPreferenceCommand.ts
@@ -137,4 +137,16 @@ export class SetUserMFAPreferenceCommand extends $Command
.f(SetUserMFAPreferenceRequestFilterSensitiveLog, void 0)
.ser(se_SetUserMFAPreferenceCommand)
.de(de_SetUserMFAPreferenceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetUserMFAPreferenceRequest;
+ output: {};
+ };
+ sdk: {
+ input: SetUserMFAPreferenceCommandInput;
+ output: SetUserMFAPreferenceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/SetUserPoolMfaConfigCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetUserPoolMfaConfigCommand.ts
index f09da6f9a4a3..f63dab15dee1 100644
--- a/clients/client-cognito-identity-provider/src/commands/SetUserPoolMfaConfigCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/SetUserPoolMfaConfigCommand.ts
@@ -161,4 +161,16 @@ export class SetUserPoolMfaConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_SetUserPoolMfaConfigCommand)
.de(de_SetUserPoolMfaConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetUserPoolMfaConfigRequest;
+ output: SetUserPoolMfaConfigResponse;
+ };
+ sdk: {
+ input: SetUserPoolMfaConfigCommandInput;
+ output: SetUserPoolMfaConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/SetUserSettingsCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetUserSettingsCommand.ts
index e4925be6746e..8145f217bb6c 100644
--- a/clients/client-cognito-identity-provider/src/commands/SetUserSettingsCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/SetUserSettingsCommand.ts
@@ -126,4 +126,16 @@ export class SetUserSettingsCommand extends $Command
.f(SetUserSettingsRequestFilterSensitiveLog, void 0)
.ser(se_SetUserSettingsCommand)
.de(de_SetUserSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetUserSettingsRequest;
+ output: {};
+ };
+ sdk: {
+ input: SetUserSettingsCommandInput;
+ output: SetUserSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/SignUpCommand.ts b/clients/client-cognito-identity-provider/src/commands/SignUpCommand.ts
index a58f4e90c3a9..e528f4960bdb 100644
--- a/clients/client-cognito-identity-provider/src/commands/SignUpCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/SignUpCommand.ts
@@ -198,4 +198,16 @@ export class SignUpCommand extends $Command
.f(SignUpRequestFilterSensitiveLog, void 0)
.ser(se_SignUpCommand)
.de(de_SignUpCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SignUpRequest;
+ output: SignUpResponse;
+ };
+ sdk: {
+ input: SignUpCommandInput;
+ output: SignUpCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/StartUserImportJobCommand.ts b/clients/client-cognito-identity-provider/src/commands/StartUserImportJobCommand.ts
index 6c97485b6264..417b3c08dc9e 100644
--- a/clients/client-cognito-identity-provider/src/commands/StartUserImportJobCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/StartUserImportJobCommand.ts
@@ -117,4 +117,16 @@ export class StartUserImportJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartUserImportJobCommand)
.de(de_StartUserImportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartUserImportJobRequest;
+ output: StartUserImportJobResponse;
+ };
+ sdk: {
+ input: StartUserImportJobCommandInput;
+ output: StartUserImportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/StopUserImportJobCommand.ts b/clients/client-cognito-identity-provider/src/commands/StopUserImportJobCommand.ts
index b6e4e1b863a2..e9a9d271172a 100644
--- a/clients/client-cognito-identity-provider/src/commands/StopUserImportJobCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/StopUserImportJobCommand.ts
@@ -117,4 +117,16 @@ export class StopUserImportJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StopUserImportJobCommand)
.de(de_StopUserImportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopUserImportJobRequest;
+ output: StopUserImportJobResponse;
+ };
+ sdk: {
+ input: StopUserImportJobCommandInput;
+ output: StopUserImportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/TagResourceCommand.ts b/clients/client-cognito-identity-provider/src/commands/TagResourceCommand.ts
index 09cee6ead6a6..fc448a4268da 100644
--- a/clients/client-cognito-identity-provider/src/commands/TagResourceCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/TagResourceCommand.ts
@@ -113,4 +113,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/UntagResourceCommand.ts b/clients/client-cognito-identity-provider/src/commands/UntagResourceCommand.ts
index a30f0e5dcec2..f4d4243c3783 100644
--- a/clients/client-cognito-identity-provider/src/commands/UntagResourceCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/UntagResourceCommand.ts
@@ -101,4 +101,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateAuthEventFeedbackCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateAuthEventFeedbackCommand.ts
index 3f631b84cc1e..ff04f2f9b560 100644
--- a/clients/client-cognito-identity-provider/src/commands/UpdateAuthEventFeedbackCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/UpdateAuthEventFeedbackCommand.ts
@@ -119,4 +119,16 @@ export class UpdateAuthEventFeedbackCommand extends $Command
.f(UpdateAuthEventFeedbackRequestFilterSensitiveLog, void 0)
.ser(se_UpdateAuthEventFeedbackCommand)
.de(de_UpdateAuthEventFeedbackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAuthEventFeedbackRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateAuthEventFeedbackCommandInput;
+ output: UpdateAuthEventFeedbackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateDeviceStatusCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateDeviceStatusCommand.ts
index 7a312de27a79..ec363c84f0b3 100644
--- a/clients/client-cognito-identity-provider/src/commands/UpdateDeviceStatusCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/UpdateDeviceStatusCommand.ts
@@ -127,4 +127,16 @@ export class UpdateDeviceStatusCommand extends $Command
.f(UpdateDeviceStatusRequestFilterSensitiveLog, void 0)
.ser(se_UpdateDeviceStatusCommand)
.de(de_UpdateDeviceStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDeviceStatusRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDeviceStatusCommandInput;
+ output: UpdateDeviceStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateGroupCommand.ts
index 8edc48ec0555..12d64dae5195 100644
--- a/clients/client-cognito-identity-provider/src/commands/UpdateGroupCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/UpdateGroupCommand.ts
@@ -131,4 +131,16 @@ export class UpdateGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateGroupCommand)
.de(de_UpdateGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGroupRequest;
+ output: UpdateGroupResponse;
+ };
+ sdk: {
+ input: UpdateGroupCommandInput;
+ output: UpdateGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateIdentityProviderCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateIdentityProviderCommand.ts
index decca5022045..306e32342a48 100644
--- a/clients/client-cognito-identity-provider/src/commands/UpdateIdentityProviderCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/UpdateIdentityProviderCommand.ts
@@ -151,4 +151,16 @@ export class UpdateIdentityProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateIdentityProviderCommand)
.de(de_UpdateIdentityProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateIdentityProviderRequest;
+ output: UpdateIdentityProviderResponse;
+ };
+ sdk: {
+ input: UpdateIdentityProviderCommandInput;
+ output: UpdateIdentityProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateResourceServerCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateResourceServerCommand.ts
index f31d718be13d..40493e9fc8d6 100644
--- a/clients/client-cognito-identity-provider/src/commands/UpdateResourceServerCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/UpdateResourceServerCommand.ts
@@ -141,4 +141,16 @@ export class UpdateResourceServerCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateResourceServerCommand)
.de(de_UpdateResourceServerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateResourceServerRequest;
+ output: UpdateResourceServerResponse;
+ };
+ sdk: {
+ input: UpdateResourceServerCommandInput;
+ output: UpdateResourceServerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateUserAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateUserAttributesCommand.ts
index 644566e30500..e9423589c40a 100644
--- a/clients/client-cognito-identity-provider/src/commands/UpdateUserAttributesCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/UpdateUserAttributesCommand.ts
@@ -202,4 +202,16 @@ export class UpdateUserAttributesCommand extends $Command
.f(UpdateUserAttributesRequestFilterSensitiveLog, void 0)
.ser(se_UpdateUserAttributesCommand)
.de(de_UpdateUserAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateUserAttributesRequest;
+ output: UpdateUserAttributesResponse;
+ };
+ sdk: {
+ input: UpdateUserAttributesCommandInput;
+ output: UpdateUserAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolClientCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolClientCommand.ts
index 7576fb63d2b8..f6986ee80b56 100644
--- a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolClientCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolClientCommand.ts
@@ -239,4 +239,16 @@ export class UpdateUserPoolClientCommand extends $Command
.f(UpdateUserPoolClientRequestFilterSensitiveLog, UpdateUserPoolClientResponseFilterSensitiveLog)
.ser(se_UpdateUserPoolClientCommand)
.de(de_UpdateUserPoolClientCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateUserPoolClientRequest;
+ output: UpdateUserPoolClientResponse;
+ };
+ sdk: {
+ input: UpdateUserPoolClientCommandInput;
+ output: UpdateUserPoolClientCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolCommand.ts
index 2bfc29d3e0a8..80d391d10a11 100644
--- a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolCommand.ts
@@ -263,4 +263,16 @@ export class UpdateUserPoolCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateUserPoolCommand)
.de(de_UpdateUserPoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateUserPoolRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateUserPoolCommandInput;
+ output: UpdateUserPoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolDomainCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolDomainCommand.ts
index 7896bf69e870..3f753adf200d 100644
--- a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolDomainCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolDomainCommand.ts
@@ -141,4 +141,16 @@ export class UpdateUserPoolDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateUserPoolDomainCommand)
.de(de_UpdateUserPoolDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateUserPoolDomainRequest;
+ output: UpdateUserPoolDomainResponse;
+ };
+ sdk: {
+ input: UpdateUserPoolDomainCommandInput;
+ output: UpdateUserPoolDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/VerifySoftwareTokenCommand.ts b/clients/client-cognito-identity-provider/src/commands/VerifySoftwareTokenCommand.ts
index 09914a21f1d6..0cab1f5407fb 100644
--- a/clients/client-cognito-identity-provider/src/commands/VerifySoftwareTokenCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/VerifySoftwareTokenCommand.ts
@@ -144,4 +144,16 @@ export class VerifySoftwareTokenCommand extends $Command
.f(VerifySoftwareTokenRequestFilterSensitiveLog, VerifySoftwareTokenResponseFilterSensitiveLog)
.ser(se_VerifySoftwareTokenCommand)
.de(de_VerifySoftwareTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: VerifySoftwareTokenRequest;
+ output: VerifySoftwareTokenResponse;
+ };
+ sdk: {
+ input: VerifySoftwareTokenCommandInput;
+ output: VerifySoftwareTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity-provider/src/commands/VerifyUserAttributeCommand.ts b/clients/client-cognito-identity-provider/src/commands/VerifyUserAttributeCommand.ts
index 8a3fcb6cd791..5b2139ad1670 100644
--- a/clients/client-cognito-identity-provider/src/commands/VerifyUserAttributeCommand.ts
+++ b/clients/client-cognito-identity-provider/src/commands/VerifyUserAttributeCommand.ts
@@ -144,4 +144,16 @@ export class VerifyUserAttributeCommand extends $Command
.f(VerifyUserAttributeRequestFilterSensitiveLog, void 0)
.ser(se_VerifyUserAttributeCommand)
.de(de_VerifyUserAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: VerifyUserAttributeRequest;
+ output: {};
+ };
+ sdk: {
+ input: VerifyUserAttributeCommandInput;
+ output: VerifyUserAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity/package.json b/clients/client-cognito-identity/package.json
index e32a03b10f11..2e67b83bebfa 100644
--- a/clients/client-cognito-identity/package.json
+++ b/clients/client-cognito-identity/package.json
@@ -34,30 +34,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-cognito-identity/src/commands/CreateIdentityPoolCommand.ts b/clients/client-cognito-identity/src/commands/CreateIdentityPoolCommand.ts
index 44a2afc4b084..c03a50cf4487 100644
--- a/clients/client-cognito-identity/src/commands/CreateIdentityPoolCommand.ts
+++ b/clients/client-cognito-identity/src/commands/CreateIdentityPoolCommand.ts
@@ -167,4 +167,16 @@ export class CreateIdentityPoolCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateIdentityPoolCommand)
.de(de_CreateIdentityPoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateIdentityPoolInput;
+ output: IdentityPool;
+ };
+ sdk: {
+ input: CreateIdentityPoolCommandInput;
+ output: CreateIdentityPoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity/src/commands/DeleteIdentitiesCommand.ts b/clients/client-cognito-identity/src/commands/DeleteIdentitiesCommand.ts
index 858d38b1b056..ba51fce4438c 100644
--- a/clients/client-cognito-identity/src/commands/DeleteIdentitiesCommand.ts
+++ b/clients/client-cognito-identity/src/commands/DeleteIdentitiesCommand.ts
@@ -95,4 +95,16 @@ export class DeleteIdentitiesCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIdentitiesCommand)
.de(de_DeleteIdentitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIdentitiesInput;
+ output: DeleteIdentitiesResponse;
+ };
+ sdk: {
+ input: DeleteIdentitiesCommandInput;
+ output: DeleteIdentitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity/src/commands/DeleteIdentityPoolCommand.ts b/clients/client-cognito-identity/src/commands/DeleteIdentityPoolCommand.ts
index 8676bcc343e8..ea6aafebe5e0 100644
--- a/clients/client-cognito-identity/src/commands/DeleteIdentityPoolCommand.ts
+++ b/clients/client-cognito-identity/src/commands/DeleteIdentityPoolCommand.ts
@@ -93,4 +93,16 @@ export class DeleteIdentityPoolCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIdentityPoolCommand)
.de(de_DeleteIdentityPoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIdentityPoolInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteIdentityPoolCommandInput;
+ output: DeleteIdentityPoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity/src/commands/DescribeIdentityCommand.ts b/clients/client-cognito-identity/src/commands/DescribeIdentityCommand.ts
index 23afcabf8c40..f38a733213f1 100644
--- a/clients/client-cognito-identity/src/commands/DescribeIdentityCommand.ts
+++ b/clients/client-cognito-identity/src/commands/DescribeIdentityCommand.ts
@@ -100,4 +100,16 @@ export class DescribeIdentityCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeIdentityCommand)
.de(de_DescribeIdentityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeIdentityInput;
+ output: IdentityDescription;
+ };
+ sdk: {
+ input: DescribeIdentityCommandInput;
+ output: DescribeIdentityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity/src/commands/DescribeIdentityPoolCommand.ts b/clients/client-cognito-identity/src/commands/DescribeIdentityPoolCommand.ts
index 9b875a929a00..ccb0bd0416fa 100644
--- a/clients/client-cognito-identity/src/commands/DescribeIdentityPoolCommand.ts
+++ b/clients/client-cognito-identity/src/commands/DescribeIdentityPoolCommand.ts
@@ -118,4 +118,16 @@ export class DescribeIdentityPoolCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeIdentityPoolCommand)
.de(de_DescribeIdentityPoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeIdentityPoolInput;
+ output: IdentityPool;
+ };
+ sdk: {
+ input: DescribeIdentityPoolCommandInput;
+ output: DescribeIdentityPoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity/src/commands/GetCredentialsForIdentityCommand.ts b/clients/client-cognito-identity/src/commands/GetCredentialsForIdentityCommand.ts
index 37c119645e56..e4c4ff1c2656 100644
--- a/clients/client-cognito-identity/src/commands/GetCredentialsForIdentityCommand.ts
+++ b/clients/client-cognito-identity/src/commands/GetCredentialsForIdentityCommand.ts
@@ -124,4 +124,16 @@ export class GetCredentialsForIdentityCommand extends $Command
.f(GetCredentialsForIdentityInputFilterSensitiveLog, GetCredentialsForIdentityResponseFilterSensitiveLog)
.ser(se_GetCredentialsForIdentityCommand)
.de(de_GetCredentialsForIdentityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCredentialsForIdentityInput;
+ output: GetCredentialsForIdentityResponse;
+ };
+ sdk: {
+ input: GetCredentialsForIdentityCommandInput;
+ output: GetCredentialsForIdentityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity/src/commands/GetIdCommand.ts b/clients/client-cognito-identity/src/commands/GetIdCommand.ts
index 99a9dd3af99b..5f021a7772f0 100644
--- a/clients/client-cognito-identity/src/commands/GetIdCommand.ts
+++ b/clients/client-cognito-identity/src/commands/GetIdCommand.ts
@@ -110,4 +110,16 @@ export class GetIdCommand extends $Command
.f(GetIdInputFilterSensitiveLog, void 0)
.ser(se_GetIdCommand)
.de(de_GetIdCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIdInput;
+ output: GetIdResponse;
+ };
+ sdk: {
+ input: GetIdCommandInput;
+ output: GetIdCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity/src/commands/GetIdentityPoolRolesCommand.ts b/clients/client-cognito-identity/src/commands/GetIdentityPoolRolesCommand.ts
index d138f1505672..5caaa7bc3c60 100644
--- a/clients/client-cognito-identity/src/commands/GetIdentityPoolRolesCommand.ts
+++ b/clients/client-cognito-identity/src/commands/GetIdentityPoolRolesCommand.ts
@@ -117,4 +117,16 @@ export class GetIdentityPoolRolesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIdentityPoolRolesCommand)
.de(de_GetIdentityPoolRolesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIdentityPoolRolesInput;
+ output: GetIdentityPoolRolesResponse;
+ };
+ sdk: {
+ input: GetIdentityPoolRolesCommandInput;
+ output: GetIdentityPoolRolesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity/src/commands/GetOpenIdTokenCommand.ts b/clients/client-cognito-identity/src/commands/GetOpenIdTokenCommand.ts
index b81ff9305f20..0853241e0992 100644
--- a/clients/client-cognito-identity/src/commands/GetOpenIdTokenCommand.ts
+++ b/clients/client-cognito-identity/src/commands/GetOpenIdTokenCommand.ts
@@ -114,4 +114,16 @@ export class GetOpenIdTokenCommand extends $Command
.f(GetOpenIdTokenInputFilterSensitiveLog, GetOpenIdTokenResponseFilterSensitiveLog)
.ser(se_GetOpenIdTokenCommand)
.de(de_GetOpenIdTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetOpenIdTokenInput;
+ output: GetOpenIdTokenResponse;
+ };
+ sdk: {
+ input: GetOpenIdTokenCommandInput;
+ output: GetOpenIdTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity/src/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts b/clients/client-cognito-identity/src/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts
index 869abfb64681..3b2342f46b79 100644
--- a/clients/client-cognito-identity/src/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts
+++ b/clients/client-cognito-identity/src/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts
@@ -135,4 +135,16 @@ export class GetOpenIdTokenForDeveloperIdentityCommand extends $Command
)
.ser(se_GetOpenIdTokenForDeveloperIdentityCommand)
.de(de_GetOpenIdTokenForDeveloperIdentityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetOpenIdTokenForDeveloperIdentityInput;
+ output: GetOpenIdTokenForDeveloperIdentityResponse;
+ };
+ sdk: {
+ input: GetOpenIdTokenForDeveloperIdentityCommandInput;
+ output: GetOpenIdTokenForDeveloperIdentityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity/src/commands/GetPrincipalTagAttributeMapCommand.ts b/clients/client-cognito-identity/src/commands/GetPrincipalTagAttributeMapCommand.ts
index 8c8cfc013bfb..21c25b3cab0b 100644
--- a/clients/client-cognito-identity/src/commands/GetPrincipalTagAttributeMapCommand.ts
+++ b/clients/client-cognito-identity/src/commands/GetPrincipalTagAttributeMapCommand.ts
@@ -101,4 +101,16 @@ export class GetPrincipalTagAttributeMapCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPrincipalTagAttributeMapCommand)
.de(de_GetPrincipalTagAttributeMapCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPrincipalTagAttributeMapInput;
+ output: GetPrincipalTagAttributeMapResponse;
+ };
+ sdk: {
+ input: GetPrincipalTagAttributeMapCommandInput;
+ output: GetPrincipalTagAttributeMapCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity/src/commands/ListIdentitiesCommand.ts b/clients/client-cognito-identity/src/commands/ListIdentitiesCommand.ts
index 73038f3be5cb..fa35e52f94f0 100644
--- a/clients/client-cognito-identity/src/commands/ListIdentitiesCommand.ts
+++ b/clients/client-cognito-identity/src/commands/ListIdentitiesCommand.ts
@@ -108,4 +108,16 @@ export class ListIdentitiesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIdentitiesCommand)
.de(de_ListIdentitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIdentitiesInput;
+ output: ListIdentitiesResponse;
+ };
+ sdk: {
+ input: ListIdentitiesCommandInput;
+ output: ListIdentitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity/src/commands/ListIdentityPoolsCommand.ts b/clients/client-cognito-identity/src/commands/ListIdentityPoolsCommand.ts
index e4f7e44d814e..b666a18ac9d9 100644
--- a/clients/client-cognito-identity/src/commands/ListIdentityPoolsCommand.ts
+++ b/clients/client-cognito-identity/src/commands/ListIdentityPoolsCommand.ts
@@ -101,4 +101,16 @@ export class ListIdentityPoolsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIdentityPoolsCommand)
.de(de_ListIdentityPoolsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIdentityPoolsInput;
+ output: ListIdentityPoolsResponse;
+ };
+ sdk: {
+ input: ListIdentityPoolsCommandInput;
+ output: ListIdentityPoolsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity/src/commands/ListTagsForResourceCommand.ts b/clients/client-cognito-identity/src/commands/ListTagsForResourceCommand.ts
index f9a6a2317f4c..28f599e200a1 100644
--- a/clients/client-cognito-identity/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-cognito-identity/src/commands/ListTagsForResourceCommand.ts
@@ -98,4 +98,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceInput;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity/src/commands/LookupDeveloperIdentityCommand.ts b/clients/client-cognito-identity/src/commands/LookupDeveloperIdentityCommand.ts
index 55edcfe3e7e3..657c648d1541 100644
--- a/clients/client-cognito-identity/src/commands/LookupDeveloperIdentityCommand.ts
+++ b/clients/client-cognito-identity/src/commands/LookupDeveloperIdentityCommand.ts
@@ -121,4 +121,16 @@ export class LookupDeveloperIdentityCommand extends $Command
.f(void 0, void 0)
.ser(se_LookupDeveloperIdentityCommand)
.de(de_LookupDeveloperIdentityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: LookupDeveloperIdentityInput;
+ output: LookupDeveloperIdentityResponse;
+ };
+ sdk: {
+ input: LookupDeveloperIdentityCommandInput;
+ output: LookupDeveloperIdentityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity/src/commands/MergeDeveloperIdentitiesCommand.ts b/clients/client-cognito-identity/src/commands/MergeDeveloperIdentitiesCommand.ts
index f7b8c1a60193..b9ebb30c2116 100644
--- a/clients/client-cognito-identity/src/commands/MergeDeveloperIdentitiesCommand.ts
+++ b/clients/client-cognito-identity/src/commands/MergeDeveloperIdentitiesCommand.ts
@@ -112,4 +112,16 @@ export class MergeDeveloperIdentitiesCommand extends $Command
.f(void 0, void 0)
.ser(se_MergeDeveloperIdentitiesCommand)
.de(de_MergeDeveloperIdentitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: MergeDeveloperIdentitiesInput;
+ output: MergeDeveloperIdentitiesResponse;
+ };
+ sdk: {
+ input: MergeDeveloperIdentitiesCommandInput;
+ output: MergeDeveloperIdentitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity/src/commands/SetIdentityPoolRolesCommand.ts b/clients/client-cognito-identity/src/commands/SetIdentityPoolRolesCommand.ts
index 94aa6ea90105..9b41b8da9bdf 100644
--- a/clients/client-cognito-identity/src/commands/SetIdentityPoolRolesCommand.ts
+++ b/clients/client-cognito-identity/src/commands/SetIdentityPoolRolesCommand.ts
@@ -118,4 +118,16 @@ export class SetIdentityPoolRolesCommand extends $Command
.f(void 0, void 0)
.ser(se_SetIdentityPoolRolesCommand)
.de(de_SetIdentityPoolRolesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetIdentityPoolRolesInput;
+ output: {};
+ };
+ sdk: {
+ input: SetIdentityPoolRolesCommandInput;
+ output: SetIdentityPoolRolesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity/src/commands/SetPrincipalTagAttributeMapCommand.ts b/clients/client-cognito-identity/src/commands/SetPrincipalTagAttributeMapCommand.ts
index 181449390742..5a132c9ccb1c 100644
--- a/clients/client-cognito-identity/src/commands/SetPrincipalTagAttributeMapCommand.ts
+++ b/clients/client-cognito-identity/src/commands/SetPrincipalTagAttributeMapCommand.ts
@@ -105,4 +105,16 @@ export class SetPrincipalTagAttributeMapCommand extends $Command
.f(void 0, void 0)
.ser(se_SetPrincipalTagAttributeMapCommand)
.de(de_SetPrincipalTagAttributeMapCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetPrincipalTagAttributeMapInput;
+ output: SetPrincipalTagAttributeMapResponse;
+ };
+ sdk: {
+ input: SetPrincipalTagAttributeMapCommandInput;
+ output: SetPrincipalTagAttributeMapCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity/src/commands/TagResourceCommand.ts b/clients/client-cognito-identity/src/commands/TagResourceCommand.ts
index 2669895549aa..d0660df1f611 100644
--- a/clients/client-cognito-identity/src/commands/TagResourceCommand.ts
+++ b/clients/client-cognito-identity/src/commands/TagResourceCommand.ts
@@ -108,4 +108,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity/src/commands/UnlinkDeveloperIdentityCommand.ts b/clients/client-cognito-identity/src/commands/UnlinkDeveloperIdentityCommand.ts
index 5214a8b05b52..5e766e8c97bd 100644
--- a/clients/client-cognito-identity/src/commands/UnlinkDeveloperIdentityCommand.ts
+++ b/clients/client-cognito-identity/src/commands/UnlinkDeveloperIdentityCommand.ts
@@ -102,4 +102,16 @@ export class UnlinkDeveloperIdentityCommand extends $Command
.f(void 0, void 0)
.ser(se_UnlinkDeveloperIdentityCommand)
.de(de_UnlinkDeveloperIdentityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UnlinkDeveloperIdentityInput;
+ output: {};
+ };
+ sdk: {
+ input: UnlinkDeveloperIdentityCommandInput;
+ output: UnlinkDeveloperIdentityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity/src/commands/UnlinkIdentityCommand.ts b/clients/client-cognito-identity/src/commands/UnlinkIdentityCommand.ts
index 925d4a9e84d1..aace960e6e11 100644
--- a/clients/client-cognito-identity/src/commands/UnlinkIdentityCommand.ts
+++ b/clients/client-cognito-identity/src/commands/UnlinkIdentityCommand.ts
@@ -108,4 +108,16 @@ export class UnlinkIdentityCommand extends $Command
.f(UnlinkIdentityInputFilterSensitiveLog, void 0)
.ser(se_UnlinkIdentityCommand)
.de(de_UnlinkIdentityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UnlinkIdentityInput;
+ output: {};
+ };
+ sdk: {
+ input: UnlinkIdentityCommandInput;
+ output: UnlinkIdentityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity/src/commands/UntagResourceCommand.ts b/clients/client-cognito-identity/src/commands/UntagResourceCommand.ts
index eb3add728f0a..72400e40c326 100644
--- a/clients/client-cognito-identity/src/commands/UntagResourceCommand.ts
+++ b/clients/client-cognito-identity/src/commands/UntagResourceCommand.ts
@@ -95,4 +95,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-identity/src/commands/UpdateIdentityPoolCommand.ts b/clients/client-cognito-identity/src/commands/UpdateIdentityPoolCommand.ts
index 550101ff0ff2..2d48108eedd1 100644
--- a/clients/client-cognito-identity/src/commands/UpdateIdentityPoolCommand.ts
+++ b/clients/client-cognito-identity/src/commands/UpdateIdentityPoolCommand.ts
@@ -150,4 +150,16 @@ export class UpdateIdentityPoolCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateIdentityPoolCommand)
.de(de_UpdateIdentityPoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: IdentityPool;
+ output: IdentityPool;
+ };
+ sdk: {
+ input: UpdateIdentityPoolCommandInput;
+ output: UpdateIdentityPoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-sync/package.json b/clients/client-cognito-sync/package.json
index 6736d22a36b5..9a996ec12f92 100644
--- a/clients/client-cognito-sync/package.json
+++ b/clients/client-cognito-sync/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-cognito-sync/src/commands/BulkPublishCommand.ts b/clients/client-cognito-sync/src/commands/BulkPublishCommand.ts
index 6f18c3d88b58..2b07b981bc86 100644
--- a/clients/client-cognito-sync/src/commands/BulkPublishCommand.ts
+++ b/clients/client-cognito-sync/src/commands/BulkPublishCommand.ts
@@ -99,4 +99,16 @@ export class BulkPublishCommand extends $Command
.f(void 0, void 0)
.ser(se_BulkPublishCommand)
.de(de_BulkPublishCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BulkPublishRequest;
+ output: BulkPublishResponse;
+ };
+ sdk: {
+ input: BulkPublishCommandInput;
+ output: BulkPublishCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-sync/src/commands/DeleteDatasetCommand.ts b/clients/client-cognito-sync/src/commands/DeleteDatasetCommand.ts
index d18e52fbdc75..8b1a3571d5fc 100644
--- a/clients/client-cognito-sync/src/commands/DeleteDatasetCommand.ts
+++ b/clients/client-cognito-sync/src/commands/DeleteDatasetCommand.ts
@@ -115,4 +115,16 @@ export class DeleteDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDatasetCommand)
.de(de_DeleteDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDatasetRequest;
+ output: DeleteDatasetResponse;
+ };
+ sdk: {
+ input: DeleteDatasetCommandInput;
+ output: DeleteDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-sync/src/commands/DescribeDatasetCommand.ts b/clients/client-cognito-sync/src/commands/DescribeDatasetCommand.ts
index a2996bf90aeb..d8c0c8769989 100644
--- a/clients/client-cognito-sync/src/commands/DescribeDatasetCommand.ts
+++ b/clients/client-cognito-sync/src/commands/DescribeDatasetCommand.ts
@@ -110,4 +110,16 @@ export class DescribeDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDatasetCommand)
.de(de_DescribeDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDatasetRequest;
+ output: DescribeDatasetResponse;
+ };
+ sdk: {
+ input: DescribeDatasetCommandInput;
+ output: DescribeDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-sync/src/commands/DescribeIdentityPoolUsageCommand.ts b/clients/client-cognito-sync/src/commands/DescribeIdentityPoolUsageCommand.ts
index 642646458829..e0d45cd1d824 100644
--- a/clients/client-cognito-sync/src/commands/DescribeIdentityPoolUsageCommand.ts
+++ b/clients/client-cognito-sync/src/commands/DescribeIdentityPoolUsageCommand.ts
@@ -150,4 +150,16 @@ export class DescribeIdentityPoolUsageCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeIdentityPoolUsageCommand)
.de(de_DescribeIdentityPoolUsageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeIdentityPoolUsageRequest;
+ output: DescribeIdentityPoolUsageResponse;
+ };
+ sdk: {
+ input: DescribeIdentityPoolUsageCommandInput;
+ output: DescribeIdentityPoolUsageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-sync/src/commands/DescribeIdentityUsageCommand.ts b/clients/client-cognito-sync/src/commands/DescribeIdentityUsageCommand.ts
index bc66f93e4e50..09e86c3432c9 100644
--- a/clients/client-cognito-sync/src/commands/DescribeIdentityUsageCommand.ts
+++ b/clients/client-cognito-sync/src/commands/DescribeIdentityUsageCommand.ts
@@ -153,4 +153,16 @@ export class DescribeIdentityUsageCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeIdentityUsageCommand)
.de(de_DescribeIdentityUsageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeIdentityUsageRequest;
+ output: DescribeIdentityUsageResponse;
+ };
+ sdk: {
+ input: DescribeIdentityUsageCommandInput;
+ output: DescribeIdentityUsageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-sync/src/commands/GetBulkPublishDetailsCommand.ts b/clients/client-cognito-sync/src/commands/GetBulkPublishDetailsCommand.ts
index 91273b3efecd..bde691d1a1e6 100644
--- a/clients/client-cognito-sync/src/commands/GetBulkPublishDetailsCommand.ts
+++ b/clients/client-cognito-sync/src/commands/GetBulkPublishDetailsCommand.ts
@@ -97,4 +97,16 @@ export class GetBulkPublishDetailsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBulkPublishDetailsCommand)
.de(de_GetBulkPublishDetailsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBulkPublishDetailsRequest;
+ output: GetBulkPublishDetailsResponse;
+ };
+ sdk: {
+ input: GetBulkPublishDetailsCommandInput;
+ output: GetBulkPublishDetailsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-sync/src/commands/GetCognitoEventsCommand.ts b/clients/client-cognito-sync/src/commands/GetCognitoEventsCommand.ts
index 9caf2beeac60..f797bbedd7a4 100644
--- a/clients/client-cognito-sync/src/commands/GetCognitoEventsCommand.ts
+++ b/clients/client-cognito-sync/src/commands/GetCognitoEventsCommand.ts
@@ -99,4 +99,16 @@ export class GetCognitoEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCognitoEventsCommand)
.de(de_GetCognitoEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCognitoEventsRequest;
+ output: GetCognitoEventsResponse;
+ };
+ sdk: {
+ input: GetCognitoEventsCommandInput;
+ output: GetCognitoEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-sync/src/commands/GetIdentityPoolConfigurationCommand.ts b/clients/client-cognito-sync/src/commands/GetIdentityPoolConfigurationCommand.ts
index 9adbb5f65578..f6e4028b605a 100644
--- a/clients/client-cognito-sync/src/commands/GetIdentityPoolConfigurationCommand.ts
+++ b/clients/client-cognito-sync/src/commands/GetIdentityPoolConfigurationCommand.ts
@@ -159,4 +159,16 @@ export class GetIdentityPoolConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIdentityPoolConfigurationCommand)
.de(de_GetIdentityPoolConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIdentityPoolConfigurationRequest;
+ output: GetIdentityPoolConfigurationResponse;
+ };
+ sdk: {
+ input: GetIdentityPoolConfigurationCommandInput;
+ output: GetIdentityPoolConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-sync/src/commands/ListDatasetsCommand.ts b/clients/client-cognito-sync/src/commands/ListDatasetsCommand.ts
index 11c47cdb9e85..10d64e20a40c 100644
--- a/clients/client-cognito-sync/src/commands/ListDatasetsCommand.ts
+++ b/clients/client-cognito-sync/src/commands/ListDatasetsCommand.ts
@@ -166,4 +166,16 @@ export class ListDatasetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDatasetsCommand)
.de(de_ListDatasetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDatasetsRequest;
+ output: ListDatasetsResponse;
+ };
+ sdk: {
+ input: ListDatasetsCommandInput;
+ output: ListDatasetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-sync/src/commands/ListIdentityPoolUsageCommand.ts b/clients/client-cognito-sync/src/commands/ListIdentityPoolUsageCommand.ts
index 01d132ba197f..8311efc3a537 100644
--- a/clients/client-cognito-sync/src/commands/ListIdentityPoolUsageCommand.ts
+++ b/clients/client-cognito-sync/src/commands/ListIdentityPoolUsageCommand.ts
@@ -162,4 +162,16 @@ export class ListIdentityPoolUsageCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIdentityPoolUsageCommand)
.de(de_ListIdentityPoolUsageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIdentityPoolUsageRequest;
+ output: ListIdentityPoolUsageResponse;
+ };
+ sdk: {
+ input: ListIdentityPoolUsageCommandInput;
+ output: ListIdentityPoolUsageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-sync/src/commands/ListRecordsCommand.ts b/clients/client-cognito-sync/src/commands/ListRecordsCommand.ts
index 621462828f6b..0032768f9dcd 100644
--- a/clients/client-cognito-sync/src/commands/ListRecordsCommand.ts
+++ b/clients/client-cognito-sync/src/commands/ListRecordsCommand.ts
@@ -173,4 +173,16 @@ export class ListRecordsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRecordsCommand)
.de(de_ListRecordsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRecordsRequest;
+ output: ListRecordsResponse;
+ };
+ sdk: {
+ input: ListRecordsCommandInput;
+ output: ListRecordsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-sync/src/commands/RegisterDeviceCommand.ts b/clients/client-cognito-sync/src/commands/RegisterDeviceCommand.ts
index eae1a87bbc23..368cb35ec2b4 100644
--- a/clients/client-cognito-sync/src/commands/RegisterDeviceCommand.ts
+++ b/clients/client-cognito-sync/src/commands/RegisterDeviceCommand.ts
@@ -146,4 +146,16 @@ export class RegisterDeviceCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterDeviceCommand)
.de(de_RegisterDeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterDeviceRequest;
+ output: RegisterDeviceResponse;
+ };
+ sdk: {
+ input: RegisterDeviceCommandInput;
+ output: RegisterDeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-sync/src/commands/SetCognitoEventsCommand.ts b/clients/client-cognito-sync/src/commands/SetCognitoEventsCommand.ts
index c1eb9498e33c..750e692bf0e3 100644
--- a/clients/client-cognito-sync/src/commands/SetCognitoEventsCommand.ts
+++ b/clients/client-cognito-sync/src/commands/SetCognitoEventsCommand.ts
@@ -98,4 +98,16 @@ export class SetCognitoEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_SetCognitoEventsCommand)
.de(de_SetCognitoEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetCognitoEventsRequest;
+ output: {};
+ };
+ sdk: {
+ input: SetCognitoEventsCommandInput;
+ output: SetCognitoEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-sync/src/commands/SetIdentityPoolConfigurationCommand.ts b/clients/client-cognito-sync/src/commands/SetIdentityPoolConfigurationCommand.ts
index d7b161bb51a2..5d2f38a91ef5 100644
--- a/clients/client-cognito-sync/src/commands/SetIdentityPoolConfigurationCommand.ts
+++ b/clients/client-cognito-sync/src/commands/SetIdentityPoolConfigurationCommand.ts
@@ -177,4 +177,16 @@ export class SetIdentityPoolConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_SetIdentityPoolConfigurationCommand)
.de(de_SetIdentityPoolConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetIdentityPoolConfigurationRequest;
+ output: SetIdentityPoolConfigurationResponse;
+ };
+ sdk: {
+ input: SetIdentityPoolConfigurationCommandInput;
+ output: SetIdentityPoolConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-sync/src/commands/SubscribeToDatasetCommand.ts b/clients/client-cognito-sync/src/commands/SubscribeToDatasetCommand.ts
index 6e574e406334..69e59eaa5e2d 100644
--- a/clients/client-cognito-sync/src/commands/SubscribeToDatasetCommand.ts
+++ b/clients/client-cognito-sync/src/commands/SubscribeToDatasetCommand.ts
@@ -143,4 +143,16 @@ export class SubscribeToDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_SubscribeToDatasetCommand)
.de(de_SubscribeToDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SubscribeToDatasetRequest;
+ output: {};
+ };
+ sdk: {
+ input: SubscribeToDatasetCommandInput;
+ output: SubscribeToDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-sync/src/commands/UnsubscribeFromDatasetCommand.ts b/clients/client-cognito-sync/src/commands/UnsubscribeFromDatasetCommand.ts
index 4c9e2ea7eb39..1f9349c79bbf 100644
--- a/clients/client-cognito-sync/src/commands/UnsubscribeFromDatasetCommand.ts
+++ b/clients/client-cognito-sync/src/commands/UnsubscribeFromDatasetCommand.ts
@@ -144,4 +144,16 @@ export class UnsubscribeFromDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_UnsubscribeFromDatasetCommand)
.de(de_UnsubscribeFromDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UnsubscribeFromDatasetRequest;
+ output: {};
+ };
+ sdk: {
+ input: UnsubscribeFromDatasetCommandInput;
+ output: UnsubscribeFromDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cognito-sync/src/commands/UpdateRecordsCommand.ts b/clients/client-cognito-sync/src/commands/UpdateRecordsCommand.ts
index af55a2d6cf52..b23287bb331c 100644
--- a/clients/client-cognito-sync/src/commands/UpdateRecordsCommand.ts
+++ b/clients/client-cognito-sync/src/commands/UpdateRecordsCommand.ts
@@ -136,4 +136,16 @@ export class UpdateRecordsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRecordsCommand)
.de(de_UpdateRecordsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRecordsRequest;
+ output: UpdateRecordsResponse;
+ };
+ sdk: {
+ input: UpdateRecordsCommandInput;
+ output: UpdateRecordsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/package.json b/clients/client-comprehend/package.json
index 865b661686fe..88b34b17638d 100644
--- a/clients/client-comprehend/package.json
+++ b/clients/client-comprehend/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-comprehend/src/commands/BatchDetectDominantLanguageCommand.ts b/clients/client-comprehend/src/commands/BatchDetectDominantLanguageCommand.ts
index 81e31e4f500c..da1f266c677c 100644
--- a/clients/client-comprehend/src/commands/BatchDetectDominantLanguageCommand.ts
+++ b/clients/client-comprehend/src/commands/BatchDetectDominantLanguageCommand.ts
@@ -118,4 +118,16 @@ export class BatchDetectDominantLanguageCommand extends $Command
.f(BatchDetectDominantLanguageRequestFilterSensitiveLog, BatchDetectDominantLanguageResponseFilterSensitiveLog)
.ser(se_BatchDetectDominantLanguageCommand)
.de(de_BatchDetectDominantLanguageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDetectDominantLanguageRequest;
+ output: BatchDetectDominantLanguageResponse;
+ };
+ sdk: {
+ input: BatchDetectDominantLanguageCommandInput;
+ output: BatchDetectDominantLanguageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/BatchDetectEntitiesCommand.ts b/clients/client-comprehend/src/commands/BatchDetectEntitiesCommand.ts
index 9880434f591a..16a62acfd71e 100644
--- a/clients/client-comprehend/src/commands/BatchDetectEntitiesCommand.ts
+++ b/clients/client-comprehend/src/commands/BatchDetectEntitiesCommand.ts
@@ -140,4 +140,16 @@ export class BatchDetectEntitiesCommand extends $Command
.f(BatchDetectEntitiesRequestFilterSensitiveLog, BatchDetectEntitiesResponseFilterSensitiveLog)
.ser(se_BatchDetectEntitiesCommand)
.de(de_BatchDetectEntitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDetectEntitiesRequest;
+ output: BatchDetectEntitiesResponse;
+ };
+ sdk: {
+ input: BatchDetectEntitiesCommandInput;
+ output: BatchDetectEntitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/BatchDetectKeyPhrasesCommand.ts b/clients/client-comprehend/src/commands/BatchDetectKeyPhrasesCommand.ts
index b6f17e0f287d..ee6dede6af1a 100644
--- a/clients/client-comprehend/src/commands/BatchDetectKeyPhrasesCommand.ts
+++ b/clients/client-comprehend/src/commands/BatchDetectKeyPhrasesCommand.ts
@@ -122,4 +122,16 @@ export class BatchDetectKeyPhrasesCommand extends $Command
.f(BatchDetectKeyPhrasesRequestFilterSensitiveLog, BatchDetectKeyPhrasesResponseFilterSensitiveLog)
.ser(se_BatchDetectKeyPhrasesCommand)
.de(de_BatchDetectKeyPhrasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDetectKeyPhrasesRequest;
+ output: BatchDetectKeyPhrasesResponse;
+ };
+ sdk: {
+ input: BatchDetectKeyPhrasesCommandInput;
+ output: BatchDetectKeyPhrasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/BatchDetectSentimentCommand.ts b/clients/client-comprehend/src/commands/BatchDetectSentimentCommand.ts
index c48082b0ad04..6c11e03b528f 100644
--- a/clients/client-comprehend/src/commands/BatchDetectSentimentCommand.ts
+++ b/clients/client-comprehend/src/commands/BatchDetectSentimentCommand.ts
@@ -123,4 +123,16 @@ export class BatchDetectSentimentCommand extends $Command
.f(BatchDetectSentimentRequestFilterSensitiveLog, BatchDetectSentimentResponseFilterSensitiveLog)
.ser(se_BatchDetectSentimentCommand)
.de(de_BatchDetectSentimentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDetectSentimentRequest;
+ output: BatchDetectSentimentResponse;
+ };
+ sdk: {
+ input: BatchDetectSentimentCommandInput;
+ output: BatchDetectSentimentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/BatchDetectSyntaxCommand.ts b/clients/client-comprehend/src/commands/BatchDetectSyntaxCommand.ts
index 369b0a12fc4d..d298aa7ea29d 100644
--- a/clients/client-comprehend/src/commands/BatchDetectSyntaxCommand.ts
+++ b/clients/client-comprehend/src/commands/BatchDetectSyntaxCommand.ts
@@ -129,4 +129,16 @@ export class BatchDetectSyntaxCommand extends $Command
.f(BatchDetectSyntaxRequestFilterSensitiveLog, BatchDetectSyntaxResponseFilterSensitiveLog)
.ser(se_BatchDetectSyntaxCommand)
.de(de_BatchDetectSyntaxCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDetectSyntaxRequest;
+ output: BatchDetectSyntaxResponse;
+ };
+ sdk: {
+ input: BatchDetectSyntaxCommandInput;
+ output: BatchDetectSyntaxCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/BatchDetectTargetedSentimentCommand.ts b/clients/client-comprehend/src/commands/BatchDetectTargetedSentimentCommand.ts
index 0a19bfaaa597..46d2f4b94846 100644
--- a/clients/client-comprehend/src/commands/BatchDetectTargetedSentimentCommand.ts
+++ b/clients/client-comprehend/src/commands/BatchDetectTargetedSentimentCommand.ts
@@ -147,4 +147,16 @@ export class BatchDetectTargetedSentimentCommand extends $Command
.f(BatchDetectTargetedSentimentRequestFilterSensitiveLog, BatchDetectTargetedSentimentResponseFilterSensitiveLog)
.ser(se_BatchDetectTargetedSentimentCommand)
.de(de_BatchDetectTargetedSentimentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDetectTargetedSentimentRequest;
+ output: BatchDetectTargetedSentimentResponse;
+ };
+ sdk: {
+ input: BatchDetectTargetedSentimentCommandInput;
+ output: BatchDetectTargetedSentimentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/ClassifyDocumentCommand.ts b/clients/client-comprehend/src/commands/ClassifyDocumentCommand.ts
index a09bdc9907e5..12f4081f248b 100644
--- a/clients/client-comprehend/src/commands/ClassifyDocumentCommand.ts
+++ b/clients/client-comprehend/src/commands/ClassifyDocumentCommand.ts
@@ -169,4 +169,16 @@ export class ClassifyDocumentCommand extends $Command
.f(ClassifyDocumentRequestFilterSensitiveLog, ClassifyDocumentResponseFilterSensitiveLog)
.ser(se_ClassifyDocumentCommand)
.de(de_ClassifyDocumentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ClassifyDocumentRequest;
+ output: ClassifyDocumentResponse;
+ };
+ sdk: {
+ input: ClassifyDocumentCommandInput;
+ output: ClassifyDocumentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/ContainsPiiEntitiesCommand.ts b/clients/client-comprehend/src/commands/ContainsPiiEntitiesCommand.ts
index 87d3af96bbe4..36f9ee708a3d 100644
--- a/clients/client-comprehend/src/commands/ContainsPiiEntitiesCommand.ts
+++ b/clients/client-comprehend/src/commands/ContainsPiiEntitiesCommand.ts
@@ -99,4 +99,16 @@ export class ContainsPiiEntitiesCommand extends $Command
.f(void 0, void 0)
.ser(se_ContainsPiiEntitiesCommand)
.de(de_ContainsPiiEntitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ContainsPiiEntitiesRequest;
+ output: ContainsPiiEntitiesResponse;
+ };
+ sdk: {
+ input: ContainsPiiEntitiesCommandInput;
+ output: ContainsPiiEntitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/CreateDatasetCommand.ts b/clients/client-comprehend/src/commands/CreateDatasetCommand.ts
index 10348dc4a1bd..7542947a4d93 100644
--- a/clients/client-comprehend/src/commands/CreateDatasetCommand.ts
+++ b/clients/client-comprehend/src/commands/CreateDatasetCommand.ts
@@ -144,4 +144,16 @@ export class CreateDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDatasetCommand)
.de(de_CreateDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDatasetRequest;
+ output: CreateDatasetResponse;
+ };
+ sdk: {
+ input: CreateDatasetCommandInput;
+ output: CreateDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/CreateDocumentClassifierCommand.ts b/clients/client-comprehend/src/commands/CreateDocumentClassifierCommand.ts
index d43c00dacb6d..1d1205afd87f 100644
--- a/clients/client-comprehend/src/commands/CreateDocumentClassifierCommand.ts
+++ b/clients/client-comprehend/src/commands/CreateDocumentClassifierCommand.ts
@@ -170,4 +170,16 @@ export class CreateDocumentClassifierCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDocumentClassifierCommand)
.de(de_CreateDocumentClassifierCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDocumentClassifierRequest;
+ output: CreateDocumentClassifierResponse;
+ };
+ sdk: {
+ input: CreateDocumentClassifierCommandInput;
+ output: CreateDocumentClassifierCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/CreateEndpointCommand.ts b/clients/client-comprehend/src/commands/CreateEndpointCommand.ts
index 06513037527f..bacbe175e956 100644
--- a/clients/client-comprehend/src/commands/CreateEndpointCommand.ts
+++ b/clients/client-comprehend/src/commands/CreateEndpointCommand.ts
@@ -120,4 +120,16 @@ export class CreateEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEndpointCommand)
.de(de_CreateEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEndpointRequest;
+ output: CreateEndpointResponse;
+ };
+ sdk: {
+ input: CreateEndpointCommandInput;
+ output: CreateEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/CreateEntityRecognizerCommand.ts b/clients/client-comprehend/src/commands/CreateEntityRecognizerCommand.ts
index f49e07b8c5b8..8ae4cc8dfecf 100644
--- a/clients/client-comprehend/src/commands/CreateEntityRecognizerCommand.ts
+++ b/clients/client-comprehend/src/commands/CreateEntityRecognizerCommand.ts
@@ -163,4 +163,16 @@ export class CreateEntityRecognizerCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEntityRecognizerCommand)
.de(de_CreateEntityRecognizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEntityRecognizerRequest;
+ output: CreateEntityRecognizerResponse;
+ };
+ sdk: {
+ input: CreateEntityRecognizerCommandInput;
+ output: CreateEntityRecognizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/CreateFlywheelCommand.ts b/clients/client-comprehend/src/commands/CreateFlywheelCommand.ts
index 3744ebdcdf1d..51f51a69a9f5 100644
--- a/clients/client-comprehend/src/commands/CreateFlywheelCommand.ts
+++ b/clients/client-comprehend/src/commands/CreateFlywheelCommand.ts
@@ -166,4 +166,16 @@ export class CreateFlywheelCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFlywheelCommand)
.de(de_CreateFlywheelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFlywheelRequest;
+ output: CreateFlywheelResponse;
+ };
+ sdk: {
+ input: CreateFlywheelCommandInput;
+ output: CreateFlywheelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DeleteDocumentClassifierCommand.ts b/clients/client-comprehend/src/commands/DeleteDocumentClassifierCommand.ts
index df412ca7bff0..1a0d58e233c6 100644
--- a/clients/client-comprehend/src/commands/DeleteDocumentClassifierCommand.ts
+++ b/clients/client-comprehend/src/commands/DeleteDocumentClassifierCommand.ts
@@ -101,4 +101,16 @@ export class DeleteDocumentClassifierCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDocumentClassifierCommand)
.de(de_DeleteDocumentClassifierCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDocumentClassifierRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDocumentClassifierCommandInput;
+ output: DeleteDocumentClassifierCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DeleteEndpointCommand.ts b/clients/client-comprehend/src/commands/DeleteEndpointCommand.ts
index c98776d3cad0..d1fabffab657 100644
--- a/clients/client-comprehend/src/commands/DeleteEndpointCommand.ts
+++ b/clients/client-comprehend/src/commands/DeleteEndpointCommand.ts
@@ -93,4 +93,16 @@ export class DeleteEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEndpointCommand)
.de(de_DeleteEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEndpointRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEndpointCommandInput;
+ output: DeleteEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DeleteEntityRecognizerCommand.ts b/clients/client-comprehend/src/commands/DeleteEntityRecognizerCommand.ts
index fbcae040c207..56e2d6a76905 100644
--- a/clients/client-comprehend/src/commands/DeleteEntityRecognizerCommand.ts
+++ b/clients/client-comprehend/src/commands/DeleteEntityRecognizerCommand.ts
@@ -101,4 +101,16 @@ export class DeleteEntityRecognizerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEntityRecognizerCommand)
.de(de_DeleteEntityRecognizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEntityRecognizerRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEntityRecognizerCommandInput;
+ output: DeleteEntityRecognizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DeleteFlywheelCommand.ts b/clients/client-comprehend/src/commands/DeleteFlywheelCommand.ts
index 6d3c7dd94a29..d8d6cb3c7603 100644
--- a/clients/client-comprehend/src/commands/DeleteFlywheelCommand.ts
+++ b/clients/client-comprehend/src/commands/DeleteFlywheelCommand.ts
@@ -98,4 +98,16 @@ export class DeleteFlywheelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFlywheelCommand)
.de(de_DeleteFlywheelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFlywheelRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFlywheelCommandInput;
+ output: DeleteFlywheelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-comprehend/src/commands/DeleteResourcePolicyCommand.ts
index bf102f8851b1..950145a4c6d4 100644
--- a/clients/client-comprehend/src/commands/DeleteResourcePolicyCommand.ts
+++ b/clients/client-comprehend/src/commands/DeleteResourcePolicyCommand.ts
@@ -85,4 +85,16 @@ export class DeleteResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteResourcePolicyCommand)
.de(de_DeleteResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteResourcePolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteResourcePolicyCommandInput;
+ output: DeleteResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DescribeDatasetCommand.ts b/clients/client-comprehend/src/commands/DescribeDatasetCommand.ts
index 052edc30f6f9..e61dbb4ff03c 100644
--- a/clients/client-comprehend/src/commands/DescribeDatasetCommand.ts
+++ b/clients/client-comprehend/src/commands/DescribeDatasetCommand.ts
@@ -102,4 +102,16 @@ export class DescribeDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDatasetCommand)
.de(de_DescribeDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDatasetRequest;
+ output: DescribeDatasetResponse;
+ };
+ sdk: {
+ input: DescribeDatasetCommandInput;
+ output: DescribeDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DescribeDocumentClassificationJobCommand.ts b/clients/client-comprehend/src/commands/DescribeDocumentClassificationJobCommand.ts
index 80dcc2e08ed0..92961bec7829 100644
--- a/clients/client-comprehend/src/commands/DescribeDocumentClassificationJobCommand.ts
+++ b/clients/client-comprehend/src/commands/DescribeDocumentClassificationJobCommand.ts
@@ -133,4 +133,16 @@ export class DescribeDocumentClassificationJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDocumentClassificationJobCommand)
.de(de_DescribeDocumentClassificationJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDocumentClassificationJobRequest;
+ output: DescribeDocumentClassificationJobResponse;
+ };
+ sdk: {
+ input: DescribeDocumentClassificationJobCommandInput;
+ output: DescribeDocumentClassificationJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DescribeDocumentClassifierCommand.ts b/clients/client-comprehend/src/commands/DescribeDocumentClassifierCommand.ts
index bae1a6605ba9..7c1a8dada567 100644
--- a/clients/client-comprehend/src/commands/DescribeDocumentClassifierCommand.ts
+++ b/clients/client-comprehend/src/commands/DescribeDocumentClassifierCommand.ts
@@ -167,4 +167,16 @@ export class DescribeDocumentClassifierCommand extends $Command
.f(void 0, DescribeDocumentClassifierResponseFilterSensitiveLog)
.ser(se_DescribeDocumentClassifierCommand)
.de(de_DescribeDocumentClassifierCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDocumentClassifierRequest;
+ output: DescribeDocumentClassifierResponse;
+ };
+ sdk: {
+ input: DescribeDocumentClassifierCommandInput;
+ output: DescribeDocumentClassifierCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DescribeDominantLanguageDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeDominantLanguageDetectionJobCommand.ts
index 855bfbdd5967..6ecd07fa239e 100644
--- a/clients/client-comprehend/src/commands/DescribeDominantLanguageDetectionJobCommand.ts
+++ b/clients/client-comprehend/src/commands/DescribeDominantLanguageDetectionJobCommand.ts
@@ -131,4 +131,16 @@ export class DescribeDominantLanguageDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDominantLanguageDetectionJobCommand)
.de(de_DescribeDominantLanguageDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDominantLanguageDetectionJobRequest;
+ output: DescribeDominantLanguageDetectionJobResponse;
+ };
+ sdk: {
+ input: DescribeDominantLanguageDetectionJobCommandInput;
+ output: DescribeDominantLanguageDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DescribeEndpointCommand.ts b/clients/client-comprehend/src/commands/DescribeEndpointCommand.ts
index a8e7d2f3103f..0a09e4b52844 100644
--- a/clients/client-comprehend/src/commands/DescribeEndpointCommand.ts
+++ b/clients/client-comprehend/src/commands/DescribeEndpointCommand.ts
@@ -104,4 +104,16 @@ export class DescribeEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEndpointCommand)
.de(de_DescribeEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEndpointRequest;
+ output: DescribeEndpointResponse;
+ };
+ sdk: {
+ input: DescribeEndpointCommandInput;
+ output: DescribeEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DescribeEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeEntitiesDetectionJobCommand.ts
index 7b18fe4417b2..e78353aeb857 100644
--- a/clients/client-comprehend/src/commands/DescribeEntitiesDetectionJobCommand.ts
+++ b/clients/client-comprehend/src/commands/DescribeEntitiesDetectionJobCommand.ts
@@ -131,4 +131,16 @@ export class DescribeEntitiesDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEntitiesDetectionJobCommand)
.de(de_DescribeEntitiesDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEntitiesDetectionJobRequest;
+ output: DescribeEntitiesDetectionJobResponse;
+ };
+ sdk: {
+ input: DescribeEntitiesDetectionJobCommandInput;
+ output: DescribeEntitiesDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DescribeEntityRecognizerCommand.ts b/clients/client-comprehend/src/commands/DescribeEntityRecognizerCommand.ts
index fe14c42729b4..ab16579d1f27 100644
--- a/clients/client-comprehend/src/commands/DescribeEntityRecognizerCommand.ts
+++ b/clients/client-comprehend/src/commands/DescribeEntityRecognizerCommand.ts
@@ -172,4 +172,16 @@ export class DescribeEntityRecognizerCommand extends $Command
.f(void 0, DescribeEntityRecognizerResponseFilterSensitiveLog)
.ser(se_DescribeEntityRecognizerCommand)
.de(de_DescribeEntityRecognizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEntityRecognizerRequest;
+ output: DescribeEntityRecognizerResponse;
+ };
+ sdk: {
+ input: DescribeEntityRecognizerCommandInput;
+ output: DescribeEntityRecognizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DescribeEventsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeEventsDetectionJobCommand.ts
index e604ec547a40..bf4c28c57719 100644
--- a/clients/client-comprehend/src/commands/DescribeEventsDetectionJobCommand.ts
+++ b/clients/client-comprehend/src/commands/DescribeEventsDetectionJobCommand.ts
@@ -117,4 +117,16 @@ export class DescribeEventsDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEventsDetectionJobCommand)
.de(de_DescribeEventsDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEventsDetectionJobRequest;
+ output: DescribeEventsDetectionJobResponse;
+ };
+ sdk: {
+ input: DescribeEventsDetectionJobCommandInput;
+ output: DescribeEventsDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DescribeFlywheelCommand.ts b/clients/client-comprehend/src/commands/DescribeFlywheelCommand.ts
index 8da4ab2509bb..07a8b7e70f77 100644
--- a/clients/client-comprehend/src/commands/DescribeFlywheelCommand.ts
+++ b/clients/client-comprehend/src/commands/DescribeFlywheelCommand.ts
@@ -130,4 +130,16 @@ export class DescribeFlywheelCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFlywheelCommand)
.de(de_DescribeFlywheelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFlywheelRequest;
+ output: DescribeFlywheelResponse;
+ };
+ sdk: {
+ input: DescribeFlywheelCommandInput;
+ output: DescribeFlywheelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DescribeFlywheelIterationCommand.ts b/clients/client-comprehend/src/commands/DescribeFlywheelIterationCommand.ts
index bd77085eeb50..f909d217b870 100644
--- a/clients/client-comprehend/src/commands/DescribeFlywheelIterationCommand.ts
+++ b/clients/client-comprehend/src/commands/DescribeFlywheelIterationCommand.ts
@@ -114,4 +114,16 @@ export class DescribeFlywheelIterationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFlywheelIterationCommand)
.de(de_DescribeFlywheelIterationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFlywheelIterationRequest;
+ output: DescribeFlywheelIterationResponse;
+ };
+ sdk: {
+ input: DescribeFlywheelIterationCommandInput;
+ output: DescribeFlywheelIterationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DescribeKeyPhrasesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeKeyPhrasesDetectionJobCommand.ts
index 3388928333e3..4d628bb0c598 100644
--- a/clients/client-comprehend/src/commands/DescribeKeyPhrasesDetectionJobCommand.ts
+++ b/clients/client-comprehend/src/commands/DescribeKeyPhrasesDetectionJobCommand.ts
@@ -129,4 +129,16 @@ export class DescribeKeyPhrasesDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeKeyPhrasesDetectionJobCommand)
.de(de_DescribeKeyPhrasesDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeKeyPhrasesDetectionJobRequest;
+ output: DescribeKeyPhrasesDetectionJobResponse;
+ };
+ sdk: {
+ input: DescribeKeyPhrasesDetectionJobCommandInput;
+ output: DescribeKeyPhrasesDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DescribePiiEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribePiiEntitiesDetectionJobCommand.ts
index 3727b720655f..11717ef3715e 100644
--- a/clients/client-comprehend/src/commands/DescribePiiEntitiesDetectionJobCommand.ts
+++ b/clients/client-comprehend/src/commands/DescribePiiEntitiesDetectionJobCommand.ts
@@ -128,4 +128,16 @@ export class DescribePiiEntitiesDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePiiEntitiesDetectionJobCommand)
.de(de_DescribePiiEntitiesDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePiiEntitiesDetectionJobRequest;
+ output: DescribePiiEntitiesDetectionJobResponse;
+ };
+ sdk: {
+ input: DescribePiiEntitiesDetectionJobCommandInput;
+ output: DescribePiiEntitiesDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DescribeResourcePolicyCommand.ts b/clients/client-comprehend/src/commands/DescribeResourcePolicyCommand.ts
index 3f1e07ab94d3..77cd27875890 100644
--- a/clients/client-comprehend/src/commands/DescribeResourcePolicyCommand.ts
+++ b/clients/client-comprehend/src/commands/DescribeResourcePolicyCommand.ts
@@ -90,4 +90,16 @@ export class DescribeResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeResourcePolicyCommand)
.de(de_DescribeResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeResourcePolicyRequest;
+ output: DescribeResourcePolicyResponse;
+ };
+ sdk: {
+ input: DescribeResourcePolicyCommandInput;
+ output: DescribeResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DescribeSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeSentimentDetectionJobCommand.ts
index 75964b26cb3b..16a7955f55b4 100644
--- a/clients/client-comprehend/src/commands/DescribeSentimentDetectionJobCommand.ts
+++ b/clients/client-comprehend/src/commands/DescribeSentimentDetectionJobCommand.ts
@@ -129,4 +129,16 @@ export class DescribeSentimentDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSentimentDetectionJobCommand)
.de(de_DescribeSentimentDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSentimentDetectionJobRequest;
+ output: DescribeSentimentDetectionJobResponse;
+ };
+ sdk: {
+ input: DescribeSentimentDetectionJobCommandInput;
+ output: DescribeSentimentDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DescribeTargetedSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeTargetedSentimentDetectionJobCommand.ts
index fb1e42fb16aa..5442dbe5565d 100644
--- a/clients/client-comprehend/src/commands/DescribeTargetedSentimentDetectionJobCommand.ts
+++ b/clients/client-comprehend/src/commands/DescribeTargetedSentimentDetectionJobCommand.ts
@@ -133,4 +133,16 @@ export class DescribeTargetedSentimentDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTargetedSentimentDetectionJobCommand)
.de(de_DescribeTargetedSentimentDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTargetedSentimentDetectionJobRequest;
+ output: DescribeTargetedSentimentDetectionJobResponse;
+ };
+ sdk: {
+ input: DescribeTargetedSentimentDetectionJobCommandInput;
+ output: DescribeTargetedSentimentDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DescribeTopicsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeTopicsDetectionJobCommand.ts
index 3e339ad88c02..8f5590a3d822 100644
--- a/clients/client-comprehend/src/commands/DescribeTopicsDetectionJobCommand.ts
+++ b/clients/client-comprehend/src/commands/DescribeTopicsDetectionJobCommand.ts
@@ -124,4 +124,16 @@ export class DescribeTopicsDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTopicsDetectionJobCommand)
.de(de_DescribeTopicsDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTopicsDetectionJobRequest;
+ output: DescribeTopicsDetectionJobResponse;
+ };
+ sdk: {
+ input: DescribeTopicsDetectionJobCommandInput;
+ output: DescribeTopicsDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DetectDominantLanguageCommand.ts b/clients/client-comprehend/src/commands/DetectDominantLanguageCommand.ts
index 6c62f681b0d1..663149df9f0b 100644
--- a/clients/client-comprehend/src/commands/DetectDominantLanguageCommand.ts
+++ b/clients/client-comprehend/src/commands/DetectDominantLanguageCommand.ts
@@ -97,4 +97,16 @@ export class DetectDominantLanguageCommand extends $Command
.f(DetectDominantLanguageRequestFilterSensitiveLog, DetectDominantLanguageResponseFilterSensitiveLog)
.ser(se_DetectDominantLanguageCommand)
.de(de_DetectDominantLanguageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetectDominantLanguageRequest;
+ output: DetectDominantLanguageResponse;
+ };
+ sdk: {
+ input: DetectDominantLanguageCommandInput;
+ output: DetectDominantLanguageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DetectEntitiesCommand.ts b/clients/client-comprehend/src/commands/DetectEntitiesCommand.ts
index 78370ebfb2c9..4f6f898e7064 100644
--- a/clients/client-comprehend/src/commands/DetectEntitiesCommand.ts
+++ b/clients/client-comprehend/src/commands/DetectEntitiesCommand.ts
@@ -199,4 +199,16 @@ export class DetectEntitiesCommand extends $Command
.f(DetectEntitiesRequestFilterSensitiveLog, DetectEntitiesResponseFilterSensitiveLog)
.ser(se_DetectEntitiesCommand)
.de(de_DetectEntitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetectEntitiesRequest;
+ output: DetectEntitiesResponse;
+ };
+ sdk: {
+ input: DetectEntitiesCommandInput;
+ output: DetectEntitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DetectKeyPhrasesCommand.ts b/clients/client-comprehend/src/commands/DetectKeyPhrasesCommand.ts
index b262fc756d13..43450160015b 100644
--- a/clients/client-comprehend/src/commands/DetectKeyPhrasesCommand.ts
+++ b/clients/client-comprehend/src/commands/DetectKeyPhrasesCommand.ts
@@ -104,4 +104,16 @@ export class DetectKeyPhrasesCommand extends $Command
.f(DetectKeyPhrasesRequestFilterSensitiveLog, DetectKeyPhrasesResponseFilterSensitiveLog)
.ser(se_DetectKeyPhrasesCommand)
.de(de_DetectKeyPhrasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetectKeyPhrasesRequest;
+ output: DetectKeyPhrasesResponse;
+ };
+ sdk: {
+ input: DetectKeyPhrasesCommandInput;
+ output: DetectKeyPhrasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DetectPiiEntitiesCommand.ts b/clients/client-comprehend/src/commands/DetectPiiEntitiesCommand.ts
index feb4c6af5738..5e936f833054 100644
--- a/clients/client-comprehend/src/commands/DetectPiiEntitiesCommand.ts
+++ b/clients/client-comprehend/src/commands/DetectPiiEntitiesCommand.ts
@@ -100,4 +100,16 @@ export class DetectPiiEntitiesCommand extends $Command
.f(void 0, void 0)
.ser(se_DetectPiiEntitiesCommand)
.de(de_DetectPiiEntitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetectPiiEntitiesRequest;
+ output: DetectPiiEntitiesResponse;
+ };
+ sdk: {
+ input: DetectPiiEntitiesCommandInput;
+ output: DetectPiiEntitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DetectSentimentCommand.ts b/clients/client-comprehend/src/commands/DetectSentimentCommand.ts
index d728127a41f5..c6980c024d6b 100644
--- a/clients/client-comprehend/src/commands/DetectSentimentCommand.ts
+++ b/clients/client-comprehend/src/commands/DetectSentimentCommand.ts
@@ -104,4 +104,16 @@ export class DetectSentimentCommand extends $Command
.f(DetectSentimentRequestFilterSensitiveLog, DetectSentimentResponseFilterSensitiveLog)
.ser(se_DetectSentimentCommand)
.de(de_DetectSentimentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetectSentimentRequest;
+ output: DetectSentimentResponse;
+ };
+ sdk: {
+ input: DetectSentimentCommandInput;
+ output: DetectSentimentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DetectSyntaxCommand.ts b/clients/client-comprehend/src/commands/DetectSyntaxCommand.ts
index 86b611574202..abe8231bd78e 100644
--- a/clients/client-comprehend/src/commands/DetectSyntaxCommand.ts
+++ b/clients/client-comprehend/src/commands/DetectSyntaxCommand.ts
@@ -111,4 +111,16 @@ export class DetectSyntaxCommand extends $Command
.f(DetectSyntaxRequestFilterSensitiveLog, DetectSyntaxResponseFilterSensitiveLog)
.ser(se_DetectSyntaxCommand)
.de(de_DetectSyntaxCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetectSyntaxRequest;
+ output: DetectSyntaxResponse;
+ };
+ sdk: {
+ input: DetectSyntaxCommandInput;
+ output: DetectSyntaxCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DetectTargetedSentimentCommand.ts b/clients/client-comprehend/src/commands/DetectTargetedSentimentCommand.ts
index d386caf13c13..6977288f9080 100644
--- a/clients/client-comprehend/src/commands/DetectTargetedSentimentCommand.ts
+++ b/clients/client-comprehend/src/commands/DetectTargetedSentimentCommand.ts
@@ -123,4 +123,16 @@ export class DetectTargetedSentimentCommand extends $Command
.f(DetectTargetedSentimentRequestFilterSensitiveLog, DetectTargetedSentimentResponseFilterSensitiveLog)
.ser(se_DetectTargetedSentimentCommand)
.de(de_DetectTargetedSentimentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetectTargetedSentimentRequest;
+ output: DetectTargetedSentimentResponse;
+ };
+ sdk: {
+ input: DetectTargetedSentimentCommandInput;
+ output: DetectTargetedSentimentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/DetectToxicContentCommand.ts b/clients/client-comprehend/src/commands/DetectToxicContentCommand.ts
index b79d9cb9885a..4e8a8e81d0f4 100644
--- a/clients/client-comprehend/src/commands/DetectToxicContentCommand.ts
+++ b/clients/client-comprehend/src/commands/DetectToxicContentCommand.ts
@@ -113,4 +113,16 @@ export class DetectToxicContentCommand extends $Command
.f(DetectToxicContentRequestFilterSensitiveLog, void 0)
.ser(se_DetectToxicContentCommand)
.de(de_DetectToxicContentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetectToxicContentRequest;
+ output: DetectToxicContentResponse;
+ };
+ sdk: {
+ input: DetectToxicContentCommandInput;
+ output: DetectToxicContentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/ImportModelCommand.ts b/clients/client-comprehend/src/commands/ImportModelCommand.ts
index 9a127d232c04..82fd59cb7772 100644
--- a/clients/client-comprehend/src/commands/ImportModelCommand.ts
+++ b/clients/client-comprehend/src/commands/ImportModelCommand.ts
@@ -125,4 +125,16 @@ export class ImportModelCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportModelCommand)
.de(de_ImportModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportModelRequest;
+ output: ImportModelResponse;
+ };
+ sdk: {
+ input: ImportModelCommandInput;
+ output: ImportModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/ListDatasetsCommand.ts b/clients/client-comprehend/src/commands/ListDatasetsCommand.ts
index 36c7fe3a61bb..6fa287768a28 100644
--- a/clients/client-comprehend/src/commands/ListDatasetsCommand.ts
+++ b/clients/client-comprehend/src/commands/ListDatasetsCommand.ts
@@ -116,4 +116,16 @@ export class ListDatasetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDatasetsCommand)
.de(de_ListDatasetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDatasetsRequest;
+ output: ListDatasetsResponse;
+ };
+ sdk: {
+ input: ListDatasetsCommandInput;
+ output: ListDatasetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/ListDocumentClassificationJobsCommand.ts b/clients/client-comprehend/src/commands/ListDocumentClassificationJobsCommand.ts
index a95d0c9f670b..4dcf6db8f3b8 100644
--- a/clients/client-comprehend/src/commands/ListDocumentClassificationJobsCommand.ts
+++ b/clients/client-comprehend/src/commands/ListDocumentClassificationJobsCommand.ts
@@ -140,4 +140,16 @@ export class ListDocumentClassificationJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDocumentClassificationJobsCommand)
.de(de_ListDocumentClassificationJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDocumentClassificationJobsRequest;
+ output: ListDocumentClassificationJobsResponse;
+ };
+ sdk: {
+ input: ListDocumentClassificationJobsCommandInput;
+ output: ListDocumentClassificationJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/ListDocumentClassifierSummariesCommand.ts b/clients/client-comprehend/src/commands/ListDocumentClassifierSummariesCommand.ts
index d8662c5feeaf..a297e0ff6a3c 100644
--- a/clients/client-comprehend/src/commands/ListDocumentClassifierSummariesCommand.ts
+++ b/clients/client-comprehend/src/commands/ListDocumentClassifierSummariesCommand.ts
@@ -101,4 +101,16 @@ export class ListDocumentClassifierSummariesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDocumentClassifierSummariesCommand)
.de(de_ListDocumentClassifierSummariesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDocumentClassifierSummariesRequest;
+ output: ListDocumentClassifierSummariesResponse;
+ };
+ sdk: {
+ input: ListDocumentClassifierSummariesCommandInput;
+ output: ListDocumentClassifierSummariesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/ListDocumentClassifiersCommand.ts b/clients/client-comprehend/src/commands/ListDocumentClassifiersCommand.ts
index 25e9a075a11a..8c9802bcb09d 100644
--- a/clients/client-comprehend/src/commands/ListDocumentClassifiersCommand.ts
+++ b/clients/client-comprehend/src/commands/ListDocumentClassifiersCommand.ts
@@ -178,4 +178,16 @@ export class ListDocumentClassifiersCommand extends $Command
.f(void 0, ListDocumentClassifiersResponseFilterSensitiveLog)
.ser(se_ListDocumentClassifiersCommand)
.de(de_ListDocumentClassifiersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDocumentClassifiersRequest;
+ output: ListDocumentClassifiersResponse;
+ };
+ sdk: {
+ input: ListDocumentClassifiersCommandInput;
+ output: ListDocumentClassifiersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/ListDominantLanguageDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListDominantLanguageDetectionJobsCommand.ts
index 59d0546c4286..8f3c5b317f2e 100644
--- a/clients/client-comprehend/src/commands/ListDominantLanguageDetectionJobsCommand.ts
+++ b/clients/client-comprehend/src/commands/ListDominantLanguageDetectionJobsCommand.ts
@@ -141,4 +141,16 @@ export class ListDominantLanguageDetectionJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDominantLanguageDetectionJobsCommand)
.de(de_ListDominantLanguageDetectionJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDominantLanguageDetectionJobsRequest;
+ output: ListDominantLanguageDetectionJobsResponse;
+ };
+ sdk: {
+ input: ListDominantLanguageDetectionJobsCommandInput;
+ output: ListDominantLanguageDetectionJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/ListEndpointsCommand.ts b/clients/client-comprehend/src/commands/ListEndpointsCommand.ts
index 7b8f08da676f..a9b39b0ddde3 100644
--- a/clients/client-comprehend/src/commands/ListEndpointsCommand.ts
+++ b/clients/client-comprehend/src/commands/ListEndpointsCommand.ts
@@ -110,4 +110,16 @@ export class ListEndpointsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEndpointsCommand)
.de(de_ListEndpointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEndpointsRequest;
+ output: ListEndpointsResponse;
+ };
+ sdk: {
+ input: ListEndpointsCommandInput;
+ output: ListEndpointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/ListEntitiesDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListEntitiesDetectionJobsCommand.ts
index 46a0c3961285..df0aeaf740be 100644
--- a/clients/client-comprehend/src/commands/ListEntitiesDetectionJobsCommand.ts
+++ b/clients/client-comprehend/src/commands/ListEntitiesDetectionJobsCommand.ts
@@ -136,4 +136,16 @@ export class ListEntitiesDetectionJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEntitiesDetectionJobsCommand)
.de(de_ListEntitiesDetectionJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEntitiesDetectionJobsRequest;
+ output: ListEntitiesDetectionJobsResponse;
+ };
+ sdk: {
+ input: ListEntitiesDetectionJobsCommandInput;
+ output: ListEntitiesDetectionJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/ListEntityRecognizerSummariesCommand.ts b/clients/client-comprehend/src/commands/ListEntityRecognizerSummariesCommand.ts
index fb4a4833063c..6a432cb4aa48 100644
--- a/clients/client-comprehend/src/commands/ListEntityRecognizerSummariesCommand.ts
+++ b/clients/client-comprehend/src/commands/ListEntityRecognizerSummariesCommand.ts
@@ -101,4 +101,16 @@ export class ListEntityRecognizerSummariesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEntityRecognizerSummariesCommand)
.de(de_ListEntityRecognizerSummariesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEntityRecognizerSummariesRequest;
+ output: ListEntityRecognizerSummariesResponse;
+ };
+ sdk: {
+ input: ListEntityRecognizerSummariesCommandInput;
+ output: ListEntityRecognizerSummariesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/ListEntityRecognizersCommand.ts b/clients/client-comprehend/src/commands/ListEntityRecognizersCommand.ts
index cd9dffb4cdab..2140739f3cea 100644
--- a/clients/client-comprehend/src/commands/ListEntityRecognizersCommand.ts
+++ b/clients/client-comprehend/src/commands/ListEntityRecognizersCommand.ts
@@ -187,4 +187,16 @@ export class ListEntityRecognizersCommand extends $Command
.f(void 0, ListEntityRecognizersResponseFilterSensitiveLog)
.ser(se_ListEntityRecognizersCommand)
.de(de_ListEntityRecognizersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEntityRecognizersRequest;
+ output: ListEntityRecognizersResponse;
+ };
+ sdk: {
+ input: ListEntityRecognizersCommandInput;
+ output: ListEntityRecognizersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/ListEventsDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListEventsDetectionJobsCommand.ts
index a357e8b1142a..4d9487776c56 100644
--- a/clients/client-comprehend/src/commands/ListEventsDetectionJobsCommand.ts
+++ b/clients/client-comprehend/src/commands/ListEventsDetectionJobsCommand.ts
@@ -128,4 +128,16 @@ export class ListEventsDetectionJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEventsDetectionJobsCommand)
.de(de_ListEventsDetectionJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEventsDetectionJobsRequest;
+ output: ListEventsDetectionJobsResponse;
+ };
+ sdk: {
+ input: ListEventsDetectionJobsCommandInput;
+ output: ListEventsDetectionJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/ListFlywheelIterationHistoryCommand.ts b/clients/client-comprehend/src/commands/ListFlywheelIterationHistoryCommand.ts
index 83321dd3f615..9161a8d730f6 100644
--- a/clients/client-comprehend/src/commands/ListFlywheelIterationHistoryCommand.ts
+++ b/clients/client-comprehend/src/commands/ListFlywheelIterationHistoryCommand.ts
@@ -131,4 +131,16 @@ export class ListFlywheelIterationHistoryCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFlywheelIterationHistoryCommand)
.de(de_ListFlywheelIterationHistoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFlywheelIterationHistoryRequest;
+ output: ListFlywheelIterationHistoryResponse;
+ };
+ sdk: {
+ input: ListFlywheelIterationHistoryCommandInput;
+ output: ListFlywheelIterationHistoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/ListFlywheelsCommand.ts b/clients/client-comprehend/src/commands/ListFlywheelsCommand.ts
index c11252c06f06..ce061c6b18e1 100644
--- a/clients/client-comprehend/src/commands/ListFlywheelsCommand.ts
+++ b/clients/client-comprehend/src/commands/ListFlywheelsCommand.ts
@@ -109,4 +109,16 @@ export class ListFlywheelsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFlywheelsCommand)
.de(de_ListFlywheelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFlywheelsRequest;
+ output: ListFlywheelsResponse;
+ };
+ sdk: {
+ input: ListFlywheelsCommandInput;
+ output: ListFlywheelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/ListKeyPhrasesDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListKeyPhrasesDetectionJobsCommand.ts
index b374cf7dfc63..4193351d4959 100644
--- a/clients/client-comprehend/src/commands/ListKeyPhrasesDetectionJobsCommand.ts
+++ b/clients/client-comprehend/src/commands/ListKeyPhrasesDetectionJobsCommand.ts
@@ -136,4 +136,16 @@ export class ListKeyPhrasesDetectionJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListKeyPhrasesDetectionJobsCommand)
.de(de_ListKeyPhrasesDetectionJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListKeyPhrasesDetectionJobsRequest;
+ output: ListKeyPhrasesDetectionJobsResponse;
+ };
+ sdk: {
+ input: ListKeyPhrasesDetectionJobsCommandInput;
+ output: ListKeyPhrasesDetectionJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/ListPiiEntitiesDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListPiiEntitiesDetectionJobsCommand.ts
index 63d6ad5f2458..2b3d5babe795 100644
--- a/clients/client-comprehend/src/commands/ListPiiEntitiesDetectionJobsCommand.ts
+++ b/clients/client-comprehend/src/commands/ListPiiEntitiesDetectionJobsCommand.ts
@@ -138,4 +138,16 @@ export class ListPiiEntitiesDetectionJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPiiEntitiesDetectionJobsCommand)
.de(de_ListPiiEntitiesDetectionJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPiiEntitiesDetectionJobsRequest;
+ output: ListPiiEntitiesDetectionJobsResponse;
+ };
+ sdk: {
+ input: ListPiiEntitiesDetectionJobsCommandInput;
+ output: ListPiiEntitiesDetectionJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/ListSentimentDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListSentimentDetectionJobsCommand.ts
index b94dabc0e724..374742cda1dd 100644
--- a/clients/client-comprehend/src/commands/ListSentimentDetectionJobsCommand.ts
+++ b/clients/client-comprehend/src/commands/ListSentimentDetectionJobsCommand.ts
@@ -134,4 +134,16 @@ export class ListSentimentDetectionJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSentimentDetectionJobsCommand)
.de(de_ListSentimentDetectionJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSentimentDetectionJobsRequest;
+ output: ListSentimentDetectionJobsResponse;
+ };
+ sdk: {
+ input: ListSentimentDetectionJobsCommandInput;
+ output: ListSentimentDetectionJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/ListTagsForResourceCommand.ts b/clients/client-comprehend/src/commands/ListTagsForResourceCommand.ts
index d30488f5af26..b79dc571a44b 100644
--- a/clients/client-comprehend/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-comprehend/src/commands/ListTagsForResourceCommand.ts
@@ -92,4 +92,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/ListTargetedSentimentDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListTargetedSentimentDetectionJobsCommand.ts
index dd632d2865ad..9e9e5ee98f9e 100644
--- a/clients/client-comprehend/src/commands/ListTargetedSentimentDetectionJobsCommand.ts
+++ b/clients/client-comprehend/src/commands/ListTargetedSentimentDetectionJobsCommand.ts
@@ -142,4 +142,16 @@ export class ListTargetedSentimentDetectionJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTargetedSentimentDetectionJobsCommand)
.de(de_ListTargetedSentimentDetectionJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTargetedSentimentDetectionJobsRequest;
+ output: ListTargetedSentimentDetectionJobsResponse;
+ };
+ sdk: {
+ input: ListTargetedSentimentDetectionJobsCommandInput;
+ output: ListTargetedSentimentDetectionJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/ListTopicsDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListTopicsDetectionJobsCommand.ts
index ddf3f5ef72de..cf4f53a545b2 100644
--- a/clients/client-comprehend/src/commands/ListTopicsDetectionJobsCommand.ts
+++ b/clients/client-comprehend/src/commands/ListTopicsDetectionJobsCommand.ts
@@ -134,4 +134,16 @@ export class ListTopicsDetectionJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTopicsDetectionJobsCommand)
.de(de_ListTopicsDetectionJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTopicsDetectionJobsRequest;
+ output: ListTopicsDetectionJobsResponse;
+ };
+ sdk: {
+ input: ListTopicsDetectionJobsCommandInput;
+ output: ListTopicsDetectionJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/PutResourcePolicyCommand.ts b/clients/client-comprehend/src/commands/PutResourcePolicyCommand.ts
index fe2c92378e2c..376c9ffe320f 100644
--- a/clients/client-comprehend/src/commands/PutResourcePolicyCommand.ts
+++ b/clients/client-comprehend/src/commands/PutResourcePolicyCommand.ts
@@ -90,4 +90,16 @@ export class PutResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutResourcePolicyCommand)
.de(de_PutResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutResourcePolicyRequest;
+ output: PutResourcePolicyResponse;
+ };
+ sdk: {
+ input: PutResourcePolicyCommandInput;
+ output: PutResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/StartDocumentClassificationJobCommand.ts b/clients/client-comprehend/src/commands/StartDocumentClassificationJobCommand.ts
index ae23a2b835fc..256dc4085ff4 100644
--- a/clients/client-comprehend/src/commands/StartDocumentClassificationJobCommand.ts
+++ b/clients/client-comprehend/src/commands/StartDocumentClassificationJobCommand.ts
@@ -150,4 +150,16 @@ export class StartDocumentClassificationJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartDocumentClassificationJobCommand)
.de(de_StartDocumentClassificationJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartDocumentClassificationJobRequest;
+ output: StartDocumentClassificationJobResponse;
+ };
+ sdk: {
+ input: StartDocumentClassificationJobCommandInput;
+ output: StartDocumentClassificationJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/StartDominantLanguageDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartDominantLanguageDetectionJobCommand.ts
index 92f29c9e04c5..e57616a73e94 100644
--- a/clients/client-comprehend/src/commands/StartDominantLanguageDetectionJobCommand.ts
+++ b/clients/client-comprehend/src/commands/StartDominantLanguageDetectionJobCommand.ts
@@ -143,4 +143,16 @@ export class StartDominantLanguageDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartDominantLanguageDetectionJobCommand)
.de(de_StartDominantLanguageDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartDominantLanguageDetectionJobRequest;
+ output: StartDominantLanguageDetectionJobResponse;
+ };
+ sdk: {
+ input: StartDominantLanguageDetectionJobCommandInput;
+ output: StartDominantLanguageDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/StartEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartEntitiesDetectionJobCommand.ts
index 98176755e108..0774c110faed 100644
--- a/clients/client-comprehend/src/commands/StartEntitiesDetectionJobCommand.ts
+++ b/clients/client-comprehend/src/commands/StartEntitiesDetectionJobCommand.ts
@@ -148,4 +148,16 @@ export class StartEntitiesDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartEntitiesDetectionJobCommand)
.de(de_StartEntitiesDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartEntitiesDetectionJobRequest;
+ output: StartEntitiesDetectionJobResponse;
+ };
+ sdk: {
+ input: StartEntitiesDetectionJobCommandInput;
+ output: StartEntitiesDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/StartEventsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartEventsDetectionJobCommand.ts
index cfca8dffcefb..a5a5348a56dd 100644
--- a/clients/client-comprehend/src/commands/StartEventsDetectionJobCommand.ts
+++ b/clients/client-comprehend/src/commands/StartEventsDetectionJobCommand.ts
@@ -128,4 +128,16 @@ export class StartEventsDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartEventsDetectionJobCommand)
.de(de_StartEventsDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartEventsDetectionJobRequest;
+ output: StartEventsDetectionJobResponse;
+ };
+ sdk: {
+ input: StartEventsDetectionJobCommandInput;
+ output: StartEventsDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/StartFlywheelIterationCommand.ts b/clients/client-comprehend/src/commands/StartFlywheelIterationCommand.ts
index bd4855efdb5f..f3c3cc81376b 100644
--- a/clients/client-comprehend/src/commands/StartFlywheelIterationCommand.ts
+++ b/clients/client-comprehend/src/commands/StartFlywheelIterationCommand.ts
@@ -97,4 +97,16 @@ export class StartFlywheelIterationCommand extends $Command
.f(void 0, void 0)
.ser(se_StartFlywheelIterationCommand)
.de(de_StartFlywheelIterationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartFlywheelIterationRequest;
+ output: StartFlywheelIterationResponse;
+ };
+ sdk: {
+ input: StartFlywheelIterationCommandInput;
+ output: StartFlywheelIterationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/StartKeyPhrasesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartKeyPhrasesDetectionJobCommand.ts
index b1d6bc4d002b..d24a969419de 100644
--- a/clients/client-comprehend/src/commands/StartKeyPhrasesDetectionJobCommand.ts
+++ b/clients/client-comprehend/src/commands/StartKeyPhrasesDetectionJobCommand.ts
@@ -138,4 +138,16 @@ export class StartKeyPhrasesDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartKeyPhrasesDetectionJobCommand)
.de(de_StartKeyPhrasesDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartKeyPhrasesDetectionJobRequest;
+ output: StartKeyPhrasesDetectionJobResponse;
+ };
+ sdk: {
+ input: StartKeyPhrasesDetectionJobCommandInput;
+ output: StartKeyPhrasesDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/StartPiiEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartPiiEntitiesDetectionJobCommand.ts
index cd1fb43eedbc..785f6a80912a 100644
--- a/clients/client-comprehend/src/commands/StartPiiEntitiesDetectionJobCommand.ts
+++ b/clients/client-comprehend/src/commands/StartPiiEntitiesDetectionJobCommand.ts
@@ -138,4 +138,16 @@ export class StartPiiEntitiesDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartPiiEntitiesDetectionJobCommand)
.de(de_StartPiiEntitiesDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartPiiEntitiesDetectionJobRequest;
+ output: StartPiiEntitiesDetectionJobResponse;
+ };
+ sdk: {
+ input: StartPiiEntitiesDetectionJobCommandInput;
+ output: StartPiiEntitiesDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/StartSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartSentimentDetectionJobCommand.ts
index 124234a971b3..7e70d9dd709e 100644
--- a/clients/client-comprehend/src/commands/StartSentimentDetectionJobCommand.ts
+++ b/clients/client-comprehend/src/commands/StartSentimentDetectionJobCommand.ts
@@ -136,4 +136,16 @@ export class StartSentimentDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartSentimentDetectionJobCommand)
.de(de_StartSentimentDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartSentimentDetectionJobRequest;
+ output: StartSentimentDetectionJobResponse;
+ };
+ sdk: {
+ input: StartSentimentDetectionJobCommandInput;
+ output: StartSentimentDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/StartTargetedSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartTargetedSentimentDetectionJobCommand.ts
index 9669d48828a9..199d308f7858 100644
--- a/clients/client-comprehend/src/commands/StartTargetedSentimentDetectionJobCommand.ts
+++ b/clients/client-comprehend/src/commands/StartTargetedSentimentDetectionJobCommand.ts
@@ -144,4 +144,16 @@ export class StartTargetedSentimentDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartTargetedSentimentDetectionJobCommand)
.de(de_StartTargetedSentimentDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartTargetedSentimentDetectionJobRequest;
+ output: StartTargetedSentimentDetectionJobResponse;
+ };
+ sdk: {
+ input: StartTargetedSentimentDetectionJobCommandInput;
+ output: StartTargetedSentimentDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/StartTopicsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartTopicsDetectionJobCommand.ts
index 62c5b69191ab..50bc2967356c 100644
--- a/clients/client-comprehend/src/commands/StartTopicsDetectionJobCommand.ts
+++ b/clients/client-comprehend/src/commands/StartTopicsDetectionJobCommand.ts
@@ -135,4 +135,16 @@ export class StartTopicsDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartTopicsDetectionJobCommand)
.de(de_StartTopicsDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartTopicsDetectionJobRequest;
+ output: StartTopicsDetectionJobResponse;
+ };
+ sdk: {
+ input: StartTopicsDetectionJobCommandInput;
+ output: StartTopicsDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/StopDominantLanguageDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopDominantLanguageDetectionJobCommand.ts
index 59b516b44bb0..49d2902ac7d0 100644
--- a/clients/client-comprehend/src/commands/StopDominantLanguageDetectionJobCommand.ts
+++ b/clients/client-comprehend/src/commands/StopDominantLanguageDetectionJobCommand.ts
@@ -101,4 +101,16 @@ export class StopDominantLanguageDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StopDominantLanguageDetectionJobCommand)
.de(de_StopDominantLanguageDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopDominantLanguageDetectionJobRequest;
+ output: StopDominantLanguageDetectionJobResponse;
+ };
+ sdk: {
+ input: StopDominantLanguageDetectionJobCommandInput;
+ output: StopDominantLanguageDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/StopEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopEntitiesDetectionJobCommand.ts
index 8748a1b7bd37..4739d88351a5 100644
--- a/clients/client-comprehend/src/commands/StopEntitiesDetectionJobCommand.ts
+++ b/clients/client-comprehend/src/commands/StopEntitiesDetectionJobCommand.ts
@@ -96,4 +96,16 @@ export class StopEntitiesDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StopEntitiesDetectionJobCommand)
.de(de_StopEntitiesDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopEntitiesDetectionJobRequest;
+ output: StopEntitiesDetectionJobResponse;
+ };
+ sdk: {
+ input: StopEntitiesDetectionJobCommandInput;
+ output: StopEntitiesDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/StopEventsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopEventsDetectionJobCommand.ts
index cb8ab72301c7..640305283846 100644
--- a/clients/client-comprehend/src/commands/StopEventsDetectionJobCommand.ts
+++ b/clients/client-comprehend/src/commands/StopEventsDetectionJobCommand.ts
@@ -87,4 +87,16 @@ export class StopEventsDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StopEventsDetectionJobCommand)
.de(de_StopEventsDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopEventsDetectionJobRequest;
+ output: StopEventsDetectionJobResponse;
+ };
+ sdk: {
+ input: StopEventsDetectionJobCommandInput;
+ output: StopEventsDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/StopKeyPhrasesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopKeyPhrasesDetectionJobCommand.ts
index 668fcf457c2d..9a492003e5b7 100644
--- a/clients/client-comprehend/src/commands/StopKeyPhrasesDetectionJobCommand.ts
+++ b/clients/client-comprehend/src/commands/StopKeyPhrasesDetectionJobCommand.ts
@@ -96,4 +96,16 @@ export class StopKeyPhrasesDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StopKeyPhrasesDetectionJobCommand)
.de(de_StopKeyPhrasesDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopKeyPhrasesDetectionJobRequest;
+ output: StopKeyPhrasesDetectionJobResponse;
+ };
+ sdk: {
+ input: StopKeyPhrasesDetectionJobCommandInput;
+ output: StopKeyPhrasesDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/StopPiiEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopPiiEntitiesDetectionJobCommand.ts
index 4d98be73c1ed..a719371d702e 100644
--- a/clients/client-comprehend/src/commands/StopPiiEntitiesDetectionJobCommand.ts
+++ b/clients/client-comprehend/src/commands/StopPiiEntitiesDetectionJobCommand.ts
@@ -89,4 +89,16 @@ export class StopPiiEntitiesDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StopPiiEntitiesDetectionJobCommand)
.de(de_StopPiiEntitiesDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopPiiEntitiesDetectionJobRequest;
+ output: StopPiiEntitiesDetectionJobResponse;
+ };
+ sdk: {
+ input: StopPiiEntitiesDetectionJobCommandInput;
+ output: StopPiiEntitiesDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/StopSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopSentimentDetectionJobCommand.ts
index 1d3bda2f8e3b..ac3218da7a07 100644
--- a/clients/client-comprehend/src/commands/StopSentimentDetectionJobCommand.ts
+++ b/clients/client-comprehend/src/commands/StopSentimentDetectionJobCommand.ts
@@ -96,4 +96,16 @@ export class StopSentimentDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StopSentimentDetectionJobCommand)
.de(de_StopSentimentDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopSentimentDetectionJobRequest;
+ output: StopSentimentDetectionJobResponse;
+ };
+ sdk: {
+ input: StopSentimentDetectionJobCommandInput;
+ output: StopSentimentDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/StopTargetedSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopTargetedSentimentDetectionJobCommand.ts
index 34fd8f61eb48..e5d6a9b7e371 100644
--- a/clients/client-comprehend/src/commands/StopTargetedSentimentDetectionJobCommand.ts
+++ b/clients/client-comprehend/src/commands/StopTargetedSentimentDetectionJobCommand.ts
@@ -104,4 +104,16 @@ export class StopTargetedSentimentDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StopTargetedSentimentDetectionJobCommand)
.de(de_StopTargetedSentimentDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopTargetedSentimentDetectionJobRequest;
+ output: StopTargetedSentimentDetectionJobResponse;
+ };
+ sdk: {
+ input: StopTargetedSentimentDetectionJobCommandInput;
+ output: StopTargetedSentimentDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/StopTrainingDocumentClassifierCommand.ts b/clients/client-comprehend/src/commands/StopTrainingDocumentClassifierCommand.ts
index c0b755f0c15a..e1db258e476f 100644
--- a/clients/client-comprehend/src/commands/StopTrainingDocumentClassifierCommand.ts
+++ b/clients/client-comprehend/src/commands/StopTrainingDocumentClassifierCommand.ts
@@ -97,4 +97,16 @@ export class StopTrainingDocumentClassifierCommand extends $Command
.f(void 0, void 0)
.ser(se_StopTrainingDocumentClassifierCommand)
.de(de_StopTrainingDocumentClassifierCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopTrainingDocumentClassifierRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopTrainingDocumentClassifierCommandInput;
+ output: StopTrainingDocumentClassifierCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/StopTrainingEntityRecognizerCommand.ts b/clients/client-comprehend/src/commands/StopTrainingEntityRecognizerCommand.ts
index 51e949f61c5e..325738aa7c96 100644
--- a/clients/client-comprehend/src/commands/StopTrainingEntityRecognizerCommand.ts
+++ b/clients/client-comprehend/src/commands/StopTrainingEntityRecognizerCommand.ts
@@ -97,4 +97,16 @@ export class StopTrainingEntityRecognizerCommand extends $Command
.f(void 0, void 0)
.ser(se_StopTrainingEntityRecognizerCommand)
.de(de_StopTrainingEntityRecognizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopTrainingEntityRecognizerRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopTrainingEntityRecognizerCommandInput;
+ output: StopTrainingEntityRecognizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/TagResourceCommand.ts b/clients/client-comprehend/src/commands/TagResourceCommand.ts
index 7420ecb2d143..39bd5ed5e8c0 100644
--- a/clients/client-comprehend/src/commands/TagResourceCommand.ts
+++ b/clients/client-comprehend/src/commands/TagResourceCommand.ts
@@ -102,4 +102,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/UntagResourceCommand.ts b/clients/client-comprehend/src/commands/UntagResourceCommand.ts
index 1c0f8ad20595..1513fd61f64a 100644
--- a/clients/client-comprehend/src/commands/UntagResourceCommand.ts
+++ b/clients/client-comprehend/src/commands/UntagResourceCommand.ts
@@ -95,4 +95,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/UpdateEndpointCommand.ts b/clients/client-comprehend/src/commands/UpdateEndpointCommand.ts
index 209d6ec36353..8e565fc08fc9 100644
--- a/clients/client-comprehend/src/commands/UpdateEndpointCommand.ts
+++ b/clients/client-comprehend/src/commands/UpdateEndpointCommand.ts
@@ -106,4 +106,16 @@ export class UpdateEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEndpointCommand)
.de(de_UpdateEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEndpointRequest;
+ output: UpdateEndpointResponse;
+ };
+ sdk: {
+ input: UpdateEndpointCommandInput;
+ output: UpdateEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehend/src/commands/UpdateFlywheelCommand.ts b/clients/client-comprehend/src/commands/UpdateFlywheelCommand.ts
index c93701ed0006..c150115d4286 100644
--- a/clients/client-comprehend/src/commands/UpdateFlywheelCommand.ts
+++ b/clients/client-comprehend/src/commands/UpdateFlywheelCommand.ts
@@ -147,4 +147,16 @@ export class UpdateFlywheelCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFlywheelCommand)
.de(de_UpdateFlywheelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFlywheelRequest;
+ output: UpdateFlywheelResponse;
+ };
+ sdk: {
+ input: UpdateFlywheelCommandInput;
+ output: UpdateFlywheelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/package.json b/clients/client-comprehendmedical/package.json
index 35608b7fbedb..d1b86e661236 100644
--- a/clients/client-comprehendmedical/package.json
+++ b/clients/client-comprehendmedical/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-comprehendmedical/src/commands/DescribeEntitiesDetectionV2JobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribeEntitiesDetectionV2JobCommand.ts
index 372ac42e3af4..3dae3672dd59 100644
--- a/clients/client-comprehendmedical/src/commands/DescribeEntitiesDetectionV2JobCommand.ts
+++ b/clients/client-comprehendmedical/src/commands/DescribeEntitiesDetectionV2JobCommand.ts
@@ -124,4 +124,16 @@ export class DescribeEntitiesDetectionV2JobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEntitiesDetectionV2JobCommand)
.de(de_DescribeEntitiesDetectionV2JobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEntitiesDetectionV2JobRequest;
+ output: DescribeEntitiesDetectionV2JobResponse;
+ };
+ sdk: {
+ input: DescribeEntitiesDetectionV2JobCommandInput;
+ output: DescribeEntitiesDetectionV2JobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/DescribeICD10CMInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribeICD10CMInferenceJobCommand.ts
index a2ff5c2549ca..5f16209c09ff 100644
--- a/clients/client-comprehendmedical/src/commands/DescribeICD10CMInferenceJobCommand.ts
+++ b/clients/client-comprehendmedical/src/commands/DescribeICD10CMInferenceJobCommand.ts
@@ -121,4 +121,16 @@ export class DescribeICD10CMInferenceJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeICD10CMInferenceJobCommand)
.de(de_DescribeICD10CMInferenceJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeICD10CMInferenceJobRequest;
+ output: DescribeICD10CMInferenceJobResponse;
+ };
+ sdk: {
+ input: DescribeICD10CMInferenceJobCommandInput;
+ output: DescribeICD10CMInferenceJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/DescribePHIDetectionJobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribePHIDetectionJobCommand.ts
index 81c8e52324d7..2f7634d60868 100644
--- a/clients/client-comprehendmedical/src/commands/DescribePHIDetectionJobCommand.ts
+++ b/clients/client-comprehendmedical/src/commands/DescribePHIDetectionJobCommand.ts
@@ -119,4 +119,16 @@ export class DescribePHIDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePHIDetectionJobCommand)
.de(de_DescribePHIDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePHIDetectionJobRequest;
+ output: DescribePHIDetectionJobResponse;
+ };
+ sdk: {
+ input: DescribePHIDetectionJobCommandInput;
+ output: DescribePHIDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/DescribeRxNormInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribeRxNormInferenceJobCommand.ts
index 0b2eb7e2d0a7..48abbcc78412 100644
--- a/clients/client-comprehendmedical/src/commands/DescribeRxNormInferenceJobCommand.ts
+++ b/clients/client-comprehendmedical/src/commands/DescribeRxNormInferenceJobCommand.ts
@@ -119,4 +119,16 @@ export class DescribeRxNormInferenceJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRxNormInferenceJobCommand)
.de(de_DescribeRxNormInferenceJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRxNormInferenceJobRequest;
+ output: DescribeRxNormInferenceJobResponse;
+ };
+ sdk: {
+ input: DescribeRxNormInferenceJobCommandInput;
+ output: DescribeRxNormInferenceJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/DescribeSNOMEDCTInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribeSNOMEDCTInferenceJobCommand.ts
index a788ce9111ff..c9bab8774155 100644
--- a/clients/client-comprehendmedical/src/commands/DescribeSNOMEDCTInferenceJobCommand.ts
+++ b/clients/client-comprehendmedical/src/commands/DescribeSNOMEDCTInferenceJobCommand.ts
@@ -125,4 +125,16 @@ export class DescribeSNOMEDCTInferenceJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSNOMEDCTInferenceJobCommand)
.de(de_DescribeSNOMEDCTInferenceJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSNOMEDCTInferenceJobRequest;
+ output: DescribeSNOMEDCTInferenceJobResponse;
+ };
+ sdk: {
+ input: DescribeSNOMEDCTInferenceJobCommandInput;
+ output: DescribeSNOMEDCTInferenceJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts b/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts
index 99096415d805..b394ecfa19ba 100644
--- a/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts
+++ b/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts
@@ -164,4 +164,16 @@ export class DetectEntitiesCommand extends $Command
.f(void 0, void 0)
.ser(se_DetectEntitiesCommand)
.de(de_DetectEntitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetectEntitiesRequest;
+ output: DetectEntitiesResponse;
+ };
+ sdk: {
+ input: DetectEntitiesCommandInput;
+ output: DetectEntitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/DetectEntitiesV2Command.ts b/clients/client-comprehendmedical/src/commands/DetectEntitiesV2Command.ts
index 7133e91cc5e2..ab2748d71823 100644
--- a/clients/client-comprehendmedical/src/commands/DetectEntitiesV2Command.ts
+++ b/clients/client-comprehendmedical/src/commands/DetectEntitiesV2Command.ts
@@ -169,4 +169,16 @@ export class DetectEntitiesV2Command extends $Command
.f(void 0, void 0)
.ser(se_DetectEntitiesV2Command)
.de(de_DetectEntitiesV2Command)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetectEntitiesV2Request;
+ output: DetectEntitiesV2Response;
+ };
+ sdk: {
+ input: DetectEntitiesV2CommandInput;
+ output: DetectEntitiesV2CommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/DetectPHICommand.ts b/clients/client-comprehendmedical/src/commands/DetectPHICommand.ts
index 2a1296528194..148fd54b12aa 100644
--- a/clients/client-comprehendmedical/src/commands/DetectPHICommand.ts
+++ b/clients/client-comprehendmedical/src/commands/DetectPHICommand.ts
@@ -144,4 +144,16 @@ export class DetectPHICommand extends $Command
.f(void 0, void 0)
.ser(se_DetectPHICommand)
.de(de_DetectPHICommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetectPHIRequest;
+ output: DetectPHIResponse;
+ };
+ sdk: {
+ input: DetectPHICommandInput;
+ output: DetectPHICommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/InferICD10CMCommand.ts b/clients/client-comprehendmedical/src/commands/InferICD10CMCommand.ts
index 114d6ec4369d..e632584d0457 100644
--- a/clients/client-comprehendmedical/src/commands/InferICD10CMCommand.ts
+++ b/clients/client-comprehendmedical/src/commands/InferICD10CMCommand.ts
@@ -152,4 +152,16 @@ export class InferICD10CMCommand extends $Command
.f(void 0, void 0)
.ser(se_InferICD10CMCommand)
.de(de_InferICD10CMCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: InferICD10CMRequest;
+ output: InferICD10CMResponse;
+ };
+ sdk: {
+ input: InferICD10CMCommandInput;
+ output: InferICD10CMCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/InferRxNormCommand.ts b/clients/client-comprehendmedical/src/commands/InferRxNormCommand.ts
index 7b0ea6a90c97..5bdd723506bc 100644
--- a/clients/client-comprehendmedical/src/commands/InferRxNormCommand.ts
+++ b/clients/client-comprehendmedical/src/commands/InferRxNormCommand.ts
@@ -149,4 +149,16 @@ export class InferRxNormCommand extends $Command
.f(void 0, void 0)
.ser(se_InferRxNormCommand)
.de(de_InferRxNormCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: InferRxNormRequest;
+ output: InferRxNormResponse;
+ };
+ sdk: {
+ input: InferRxNormCommandInput;
+ output: InferRxNormCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/InferSNOMEDCTCommand.ts b/clients/client-comprehendmedical/src/commands/InferSNOMEDCTCommand.ts
index aad7fd35e001..a1f3d0c5eb4c 100644
--- a/clients/client-comprehendmedical/src/commands/InferSNOMEDCTCommand.ts
+++ b/clients/client-comprehendmedical/src/commands/InferSNOMEDCTCommand.ts
@@ -165,4 +165,16 @@ export class InferSNOMEDCTCommand extends $Command
.f(void 0, void 0)
.ser(se_InferSNOMEDCTCommand)
.de(de_InferSNOMEDCTCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: InferSNOMEDCTRequest;
+ output: InferSNOMEDCTResponse;
+ };
+ sdk: {
+ input: InferSNOMEDCTCommandInput;
+ output: InferSNOMEDCTCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/ListEntitiesDetectionV2JobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListEntitiesDetectionV2JobsCommand.ts
index eb7ff50bba23..5d89454d7416 100644
--- a/clients/client-comprehendmedical/src/commands/ListEntitiesDetectionV2JobsCommand.ts
+++ b/clients/client-comprehendmedical/src/commands/ListEntitiesDetectionV2JobsCommand.ts
@@ -130,4 +130,16 @@ export class ListEntitiesDetectionV2JobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEntitiesDetectionV2JobsCommand)
.de(de_ListEntitiesDetectionV2JobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEntitiesDetectionV2JobsRequest;
+ output: ListEntitiesDetectionV2JobsResponse;
+ };
+ sdk: {
+ input: ListEntitiesDetectionV2JobsCommandInput;
+ output: ListEntitiesDetectionV2JobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/ListICD10CMInferenceJobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListICD10CMInferenceJobsCommand.ts
index d835a040c27f..d9b09dfc58d5 100644
--- a/clients/client-comprehendmedical/src/commands/ListICD10CMInferenceJobsCommand.ts
+++ b/clients/client-comprehendmedical/src/commands/ListICD10CMInferenceJobsCommand.ts
@@ -128,4 +128,16 @@ export class ListICD10CMInferenceJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListICD10CMInferenceJobsCommand)
.de(de_ListICD10CMInferenceJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListICD10CMInferenceJobsRequest;
+ output: ListICD10CMInferenceJobsResponse;
+ };
+ sdk: {
+ input: ListICD10CMInferenceJobsCommandInput;
+ output: ListICD10CMInferenceJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/ListPHIDetectionJobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListPHIDetectionJobsCommand.ts
index 2fa2dcad9ae5..f01761a08061 100644
--- a/clients/client-comprehendmedical/src/commands/ListPHIDetectionJobsCommand.ts
+++ b/clients/client-comprehendmedical/src/commands/ListPHIDetectionJobsCommand.ts
@@ -129,4 +129,16 @@ export class ListPHIDetectionJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPHIDetectionJobsCommand)
.de(de_ListPHIDetectionJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPHIDetectionJobsRequest;
+ output: ListPHIDetectionJobsResponse;
+ };
+ sdk: {
+ input: ListPHIDetectionJobsCommandInput;
+ output: ListPHIDetectionJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/ListRxNormInferenceJobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListRxNormInferenceJobsCommand.ts
index b621f0a40d3f..a53619f90e3f 100644
--- a/clients/client-comprehendmedical/src/commands/ListRxNormInferenceJobsCommand.ts
+++ b/clients/client-comprehendmedical/src/commands/ListRxNormInferenceJobsCommand.ts
@@ -128,4 +128,16 @@ export class ListRxNormInferenceJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRxNormInferenceJobsCommand)
.de(de_ListRxNormInferenceJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRxNormInferenceJobsRequest;
+ output: ListRxNormInferenceJobsResponse;
+ };
+ sdk: {
+ input: ListRxNormInferenceJobsCommandInput;
+ output: ListRxNormInferenceJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/ListSNOMEDCTInferenceJobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListSNOMEDCTInferenceJobsCommand.ts
index f236ea5156f4..8ad74982165e 100644
--- a/clients/client-comprehendmedical/src/commands/ListSNOMEDCTInferenceJobsCommand.ts
+++ b/clients/client-comprehendmedical/src/commands/ListSNOMEDCTInferenceJobsCommand.ts
@@ -130,4 +130,16 @@ export class ListSNOMEDCTInferenceJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSNOMEDCTInferenceJobsCommand)
.de(de_ListSNOMEDCTInferenceJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSNOMEDCTInferenceJobsRequest;
+ output: ListSNOMEDCTInferenceJobsResponse;
+ };
+ sdk: {
+ input: ListSNOMEDCTInferenceJobsCommandInput;
+ output: ListSNOMEDCTInferenceJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/StartEntitiesDetectionV2JobCommand.ts b/clients/client-comprehendmedical/src/commands/StartEntitiesDetectionV2JobCommand.ts
index 6fd84df2dc06..1d59b8a3e35f 100644
--- a/clients/client-comprehendmedical/src/commands/StartEntitiesDetectionV2JobCommand.ts
+++ b/clients/client-comprehendmedical/src/commands/StartEntitiesDetectionV2JobCommand.ts
@@ -112,4 +112,16 @@ export class StartEntitiesDetectionV2JobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartEntitiesDetectionV2JobCommand)
.de(de_StartEntitiesDetectionV2JobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartEntitiesDetectionV2JobRequest;
+ output: StartEntitiesDetectionV2JobResponse;
+ };
+ sdk: {
+ input: StartEntitiesDetectionV2JobCommandInput;
+ output: StartEntitiesDetectionV2JobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/StartICD10CMInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StartICD10CMInferenceJobCommand.ts
index bb2cb854391a..2d4df34d4d31 100644
--- a/clients/client-comprehendmedical/src/commands/StartICD10CMInferenceJobCommand.ts
+++ b/clients/client-comprehendmedical/src/commands/StartICD10CMInferenceJobCommand.ts
@@ -111,4 +111,16 @@ export class StartICD10CMInferenceJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartICD10CMInferenceJobCommand)
.de(de_StartICD10CMInferenceJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartICD10CMInferenceJobRequest;
+ output: StartICD10CMInferenceJobResponse;
+ };
+ sdk: {
+ input: StartICD10CMInferenceJobCommandInput;
+ output: StartICD10CMInferenceJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/StartPHIDetectionJobCommand.ts b/clients/client-comprehendmedical/src/commands/StartPHIDetectionJobCommand.ts
index fc8e23dcca8e..0f219b894fdc 100644
--- a/clients/client-comprehendmedical/src/commands/StartPHIDetectionJobCommand.ts
+++ b/clients/client-comprehendmedical/src/commands/StartPHIDetectionJobCommand.ts
@@ -110,4 +110,16 @@ export class StartPHIDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartPHIDetectionJobCommand)
.de(de_StartPHIDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartPHIDetectionJobRequest;
+ output: StartPHIDetectionJobResponse;
+ };
+ sdk: {
+ input: StartPHIDetectionJobCommandInput;
+ output: StartPHIDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/StartRxNormInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StartRxNormInferenceJobCommand.ts
index c47fb36b7029..80d2c227c713 100644
--- a/clients/client-comprehendmedical/src/commands/StartRxNormInferenceJobCommand.ts
+++ b/clients/client-comprehendmedical/src/commands/StartRxNormInferenceJobCommand.ts
@@ -111,4 +111,16 @@ export class StartRxNormInferenceJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartRxNormInferenceJobCommand)
.de(de_StartRxNormInferenceJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartRxNormInferenceJobRequest;
+ output: StartRxNormInferenceJobResponse;
+ };
+ sdk: {
+ input: StartRxNormInferenceJobCommandInput;
+ output: StartRxNormInferenceJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/StartSNOMEDCTInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StartSNOMEDCTInferenceJobCommand.ts
index 1002b062accc..c0ba22ce9bf9 100644
--- a/clients/client-comprehendmedical/src/commands/StartSNOMEDCTInferenceJobCommand.ts
+++ b/clients/client-comprehendmedical/src/commands/StartSNOMEDCTInferenceJobCommand.ts
@@ -111,4 +111,16 @@ export class StartSNOMEDCTInferenceJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartSNOMEDCTInferenceJobCommand)
.de(de_StartSNOMEDCTInferenceJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartSNOMEDCTInferenceJobRequest;
+ output: StartSNOMEDCTInferenceJobResponse;
+ };
+ sdk: {
+ input: StartSNOMEDCTInferenceJobCommandInput;
+ output: StartSNOMEDCTInferenceJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/StopEntitiesDetectionV2JobCommand.ts b/clients/client-comprehendmedical/src/commands/StopEntitiesDetectionV2JobCommand.ts
index 25dc9fbeaabe..8561dc7e7ec0 100644
--- a/clients/client-comprehendmedical/src/commands/StopEntitiesDetectionV2JobCommand.ts
+++ b/clients/client-comprehendmedical/src/commands/StopEntitiesDetectionV2JobCommand.ts
@@ -92,4 +92,16 @@ export class StopEntitiesDetectionV2JobCommand extends $Command
.f(void 0, void 0)
.ser(se_StopEntitiesDetectionV2JobCommand)
.de(de_StopEntitiesDetectionV2JobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopEntitiesDetectionV2JobRequest;
+ output: StopEntitiesDetectionV2JobResponse;
+ };
+ sdk: {
+ input: StopEntitiesDetectionV2JobCommandInput;
+ output: StopEntitiesDetectionV2JobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/StopICD10CMInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StopICD10CMInferenceJobCommand.ts
index ded07879cb7a..9804631be6f6 100644
--- a/clients/client-comprehendmedical/src/commands/StopICD10CMInferenceJobCommand.ts
+++ b/clients/client-comprehendmedical/src/commands/StopICD10CMInferenceJobCommand.ts
@@ -92,4 +92,16 @@ export class StopICD10CMInferenceJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StopICD10CMInferenceJobCommand)
.de(de_StopICD10CMInferenceJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopICD10CMInferenceJobRequest;
+ output: StopICD10CMInferenceJobResponse;
+ };
+ sdk: {
+ input: StopICD10CMInferenceJobCommandInput;
+ output: StopICD10CMInferenceJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/StopPHIDetectionJobCommand.ts b/clients/client-comprehendmedical/src/commands/StopPHIDetectionJobCommand.ts
index df81d2fabadb..1a44bb1c4240 100644
--- a/clients/client-comprehendmedical/src/commands/StopPHIDetectionJobCommand.ts
+++ b/clients/client-comprehendmedical/src/commands/StopPHIDetectionJobCommand.ts
@@ -92,4 +92,16 @@ export class StopPHIDetectionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StopPHIDetectionJobCommand)
.de(de_StopPHIDetectionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopPHIDetectionJobRequest;
+ output: StopPHIDetectionJobResponse;
+ };
+ sdk: {
+ input: StopPHIDetectionJobCommandInput;
+ output: StopPHIDetectionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/StopRxNormInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StopRxNormInferenceJobCommand.ts
index fd44d3770f54..8e219c7f1eb9 100644
--- a/clients/client-comprehendmedical/src/commands/StopRxNormInferenceJobCommand.ts
+++ b/clients/client-comprehendmedical/src/commands/StopRxNormInferenceJobCommand.ts
@@ -92,4 +92,16 @@ export class StopRxNormInferenceJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StopRxNormInferenceJobCommand)
.de(de_StopRxNormInferenceJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopRxNormInferenceJobRequest;
+ output: StopRxNormInferenceJobResponse;
+ };
+ sdk: {
+ input: StopRxNormInferenceJobCommandInput;
+ output: StopRxNormInferenceJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-comprehendmedical/src/commands/StopSNOMEDCTInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StopSNOMEDCTInferenceJobCommand.ts
index 9b927227b08d..bfef4484e1c0 100644
--- a/clients/client-comprehendmedical/src/commands/StopSNOMEDCTInferenceJobCommand.ts
+++ b/clients/client-comprehendmedical/src/commands/StopSNOMEDCTInferenceJobCommand.ts
@@ -99,4 +99,16 @@ export class StopSNOMEDCTInferenceJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StopSNOMEDCTInferenceJobCommand)
.de(de_StopSNOMEDCTInferenceJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopSNOMEDCTInferenceJobRequest;
+ output: StopSNOMEDCTInferenceJobResponse;
+ };
+ sdk: {
+ input: StopSNOMEDCTInferenceJobCommandInput;
+ output: StopSNOMEDCTInferenceJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/package.json b/clients/client-compute-optimizer/package.json
index 15edf3210ecc..28e16209b533 100644
--- a/clients/client-compute-optimizer/package.json
+++ b/clients/client-compute-optimizer/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-compute-optimizer/src/commands/DeleteRecommendationPreferencesCommand.ts b/clients/client-compute-optimizer/src/commands/DeleteRecommendationPreferencesCommand.ts
index 5d03f4426b48..c9845ffad0c9 100644
--- a/clients/client-compute-optimizer/src/commands/DeleteRecommendationPreferencesCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/DeleteRecommendationPreferencesCommand.ts
@@ -115,4 +115,16 @@ export class DeleteRecommendationPreferencesCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRecommendationPreferencesCommand)
.de(de_DeleteRecommendationPreferencesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRecommendationPreferencesRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRecommendationPreferencesCommandInput;
+ output: DeleteRecommendationPreferencesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/DescribeRecommendationExportJobsCommand.ts b/clients/client-compute-optimizer/src/commands/DescribeRecommendationExportJobsCommand.ts
index c317cbd3f6fb..4ce6f62cf5e0 100644
--- a/clients/client-compute-optimizer/src/commands/DescribeRecommendationExportJobsCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/DescribeRecommendationExportJobsCommand.ts
@@ -139,4 +139,16 @@ export class DescribeRecommendationExportJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRecommendationExportJobsCommand)
.de(de_DescribeRecommendationExportJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRecommendationExportJobsRequest;
+ output: DescribeRecommendationExportJobsResponse;
+ };
+ sdk: {
+ input: DescribeRecommendationExportJobsCommandInput;
+ output: DescribeRecommendationExportJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/ExportAutoScalingGroupRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportAutoScalingGroupRecommendationsCommand.ts
index e9f2a06a6f26..491a035437cd 100644
--- a/clients/client-compute-optimizer/src/commands/ExportAutoScalingGroupRecommendationsCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/ExportAutoScalingGroupRecommendationsCommand.ts
@@ -145,4 +145,16 @@ export class ExportAutoScalingGroupRecommendationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ExportAutoScalingGroupRecommendationsCommand)
.de(de_ExportAutoScalingGroupRecommendationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExportAutoScalingGroupRecommendationsRequest;
+ output: ExportAutoScalingGroupRecommendationsResponse;
+ };
+ sdk: {
+ input: ExportAutoScalingGroupRecommendationsCommandInput;
+ output: ExportAutoScalingGroupRecommendationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/ExportEBSVolumeRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportEBSVolumeRecommendationsCommand.ts
index ca27e73b0224..2e3c6a3c53de 100644
--- a/clients/client-compute-optimizer/src/commands/ExportEBSVolumeRecommendationsCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/ExportEBSVolumeRecommendationsCommand.ts
@@ -136,4 +136,16 @@ export class ExportEBSVolumeRecommendationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ExportEBSVolumeRecommendationsCommand)
.de(de_ExportEBSVolumeRecommendationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExportEBSVolumeRecommendationsRequest;
+ output: ExportEBSVolumeRecommendationsResponse;
+ };
+ sdk: {
+ input: ExportEBSVolumeRecommendationsCommandInput;
+ output: ExportEBSVolumeRecommendationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/ExportEC2InstanceRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportEC2InstanceRecommendationsCommand.ts
index 8d3f5e75fa11..012e70c9a32f 100644
--- a/clients/client-compute-optimizer/src/commands/ExportEC2InstanceRecommendationsCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/ExportEC2InstanceRecommendationsCommand.ts
@@ -141,4 +141,16 @@ export class ExportEC2InstanceRecommendationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ExportEC2InstanceRecommendationsCommand)
.de(de_ExportEC2InstanceRecommendationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExportEC2InstanceRecommendationsRequest;
+ output: ExportEC2InstanceRecommendationsResponse;
+ };
+ sdk: {
+ input: ExportEC2InstanceRecommendationsCommandInput;
+ output: ExportEC2InstanceRecommendationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/ExportECSServiceRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportECSServiceRecommendationsCommand.ts
index 8e8d1c356875..3f92c83b08a9 100644
--- a/clients/client-compute-optimizer/src/commands/ExportECSServiceRecommendationsCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/ExportECSServiceRecommendationsCommand.ts
@@ -138,4 +138,16 @@ export class ExportECSServiceRecommendationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ExportECSServiceRecommendationsCommand)
.de(de_ExportECSServiceRecommendationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExportECSServiceRecommendationsRequest;
+ output: ExportECSServiceRecommendationsResponse;
+ };
+ sdk: {
+ input: ExportECSServiceRecommendationsCommandInput;
+ output: ExportECSServiceRecommendationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/ExportLambdaFunctionRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportLambdaFunctionRecommendationsCommand.ts
index 4ea583f5d620..a1d1adcce9f9 100644
--- a/clients/client-compute-optimizer/src/commands/ExportLambdaFunctionRecommendationsCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/ExportLambdaFunctionRecommendationsCommand.ts
@@ -139,4 +139,16 @@ export class ExportLambdaFunctionRecommendationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ExportLambdaFunctionRecommendationsCommand)
.de(de_ExportLambdaFunctionRecommendationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExportLambdaFunctionRecommendationsRequest;
+ output: ExportLambdaFunctionRecommendationsResponse;
+ };
+ sdk: {
+ input: ExportLambdaFunctionRecommendationsCommandInput;
+ output: ExportLambdaFunctionRecommendationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/ExportLicenseRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportLicenseRecommendationsCommand.ts
index 662f020d8f7f..57da62dc754a 100644
--- a/clients/client-compute-optimizer/src/commands/ExportLicenseRecommendationsCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/ExportLicenseRecommendationsCommand.ts
@@ -138,4 +138,16 @@ export class ExportLicenseRecommendationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ExportLicenseRecommendationsCommand)
.de(de_ExportLicenseRecommendationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExportLicenseRecommendationsRequest;
+ output: ExportLicenseRecommendationsResponse;
+ };
+ sdk: {
+ input: ExportLicenseRecommendationsCommandInput;
+ output: ExportLicenseRecommendationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/ExportRDSDatabaseRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportRDSDatabaseRecommendationsCommand.ts
index a586822ea580..3c1ee0d1ac80 100644
--- a/clients/client-compute-optimizer/src/commands/ExportRDSDatabaseRecommendationsCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/ExportRDSDatabaseRecommendationsCommand.ts
@@ -143,4 +143,16 @@ export class ExportRDSDatabaseRecommendationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ExportRDSDatabaseRecommendationsCommand)
.de(de_ExportRDSDatabaseRecommendationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExportRDSDatabaseRecommendationsRequest;
+ output: ExportRDSDatabaseRecommendationsResponse;
+ };
+ sdk: {
+ input: ExportRDSDatabaseRecommendationsCommandInput;
+ output: ExportRDSDatabaseRecommendationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/GetAutoScalingGroupRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetAutoScalingGroupRecommendationsCommand.ts
index afc7881c3459..5bde3ed06fbb 100644
--- a/clients/client-compute-optimizer/src/commands/GetAutoScalingGroupRecommendationsCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/GetAutoScalingGroupRecommendationsCommand.ts
@@ -255,4 +255,16 @@ export class GetAutoScalingGroupRecommendationsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAutoScalingGroupRecommendationsCommand)
.de(de_GetAutoScalingGroupRecommendationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAutoScalingGroupRecommendationsRequest;
+ output: GetAutoScalingGroupRecommendationsResponse;
+ };
+ sdk: {
+ input: GetAutoScalingGroupRecommendationsCommandInput;
+ output: GetAutoScalingGroupRecommendationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/GetEBSVolumeRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetEBSVolumeRecommendationsCommand.ts
index 4d11ae93c6ff..49635ae38d00 100644
--- a/clients/client-compute-optimizer/src/commands/GetEBSVolumeRecommendationsCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/GetEBSVolumeRecommendationsCommand.ts
@@ -196,4 +196,16 @@ export class GetEBSVolumeRecommendationsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEBSVolumeRecommendationsCommand)
.de(de_GetEBSVolumeRecommendationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEBSVolumeRecommendationsRequest;
+ output: GetEBSVolumeRecommendationsResponse;
+ };
+ sdk: {
+ input: GetEBSVolumeRecommendationsCommandInput;
+ output: GetEBSVolumeRecommendationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/GetEC2InstanceRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetEC2InstanceRecommendationsCommand.ts
index 7526891c5999..29445071ad6f 100644
--- a/clients/client-compute-optimizer/src/commands/GetEC2InstanceRecommendationsCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/GetEC2InstanceRecommendationsCommand.ts
@@ -266,4 +266,16 @@ export class GetEC2InstanceRecommendationsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEC2InstanceRecommendationsCommand)
.de(de_GetEC2InstanceRecommendationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEC2InstanceRecommendationsRequest;
+ output: GetEC2InstanceRecommendationsResponse;
+ };
+ sdk: {
+ input: GetEC2InstanceRecommendationsCommandInput;
+ output: GetEC2InstanceRecommendationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/GetEC2RecommendationProjectedMetricsCommand.ts b/clients/client-compute-optimizer/src/commands/GetEC2RecommendationProjectedMetricsCommand.ts
index fa3322ef086b..7630f119b8d6 100644
--- a/clients/client-compute-optimizer/src/commands/GetEC2RecommendationProjectedMetricsCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/GetEC2RecommendationProjectedMetricsCommand.ts
@@ -142,4 +142,16 @@ export class GetEC2RecommendationProjectedMetricsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEC2RecommendationProjectedMetricsCommand)
.de(de_GetEC2RecommendationProjectedMetricsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEC2RecommendationProjectedMetricsRequest;
+ output: GetEC2RecommendationProjectedMetricsResponse;
+ };
+ sdk: {
+ input: GetEC2RecommendationProjectedMetricsCommandInput;
+ output: GetEC2RecommendationProjectedMetricsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationProjectedMetricsCommand.ts b/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationProjectedMetricsCommand.ts
index 876804e29888..2d309b413e3f 100644
--- a/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationProjectedMetricsCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationProjectedMetricsCommand.ts
@@ -136,4 +136,16 @@ export class GetECSServiceRecommendationProjectedMetricsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetECSServiceRecommendationProjectedMetricsCommand)
.de(de_GetECSServiceRecommendationProjectedMetricsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetECSServiceRecommendationProjectedMetricsRequest;
+ output: GetECSServiceRecommendationProjectedMetricsResponse;
+ };
+ sdk: {
+ input: GetECSServiceRecommendationProjectedMetricsCommandInput;
+ output: GetECSServiceRecommendationProjectedMetricsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationsCommand.ts
index 2abf06ce3e1e..f28342164eb5 100644
--- a/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationsCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationsCommand.ts
@@ -224,4 +224,16 @@ export class GetECSServiceRecommendationsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetECSServiceRecommendationsCommand)
.de(de_GetECSServiceRecommendationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetECSServiceRecommendationsRequest;
+ output: GetECSServiceRecommendationsResponse;
+ };
+ sdk: {
+ input: GetECSServiceRecommendationsCommandInput;
+ output: GetECSServiceRecommendationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/GetEffectiveRecommendationPreferencesCommand.ts b/clients/client-compute-optimizer/src/commands/GetEffectiveRecommendationPreferencesCommand.ts
index a3a241fe4d8d..e80ab13f3d51 100644
--- a/clients/client-compute-optimizer/src/commands/GetEffectiveRecommendationPreferencesCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/GetEffectiveRecommendationPreferencesCommand.ts
@@ -143,4 +143,16 @@ export class GetEffectiveRecommendationPreferencesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEffectiveRecommendationPreferencesCommand)
.de(de_GetEffectiveRecommendationPreferencesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEffectiveRecommendationPreferencesRequest;
+ output: GetEffectiveRecommendationPreferencesResponse;
+ };
+ sdk: {
+ input: GetEffectiveRecommendationPreferencesCommandInput;
+ output: GetEffectiveRecommendationPreferencesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusCommand.ts b/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusCommand.ts
index 1ec006b47b48..356fb9458468 100644
--- a/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusCommand.ts
@@ -102,4 +102,16 @@ export class GetEnrollmentStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEnrollmentStatusCommand)
.de(de_GetEnrollmentStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetEnrollmentStatusResponse;
+ };
+ sdk: {
+ input: GetEnrollmentStatusCommandInput;
+ output: GetEnrollmentStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusesForOrganizationCommand.ts b/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusesForOrganizationCommand.ts
index b9c46ddbb76a..f41989aa2b26 100644
--- a/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusesForOrganizationCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusesForOrganizationCommand.ts
@@ -123,4 +123,16 @@ export class GetEnrollmentStatusesForOrganizationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEnrollmentStatusesForOrganizationCommand)
.de(de_GetEnrollmentStatusesForOrganizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEnrollmentStatusesForOrganizationRequest;
+ output: GetEnrollmentStatusesForOrganizationResponse;
+ };
+ sdk: {
+ input: GetEnrollmentStatusesForOrganizationCommandInput;
+ output: GetEnrollmentStatusesForOrganizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/GetLambdaFunctionRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetLambdaFunctionRecommendationsCommand.ts
index 7ce0c7755eab..bb836258f3c1 100644
--- a/clients/client-compute-optimizer/src/commands/GetLambdaFunctionRecommendationsCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/GetLambdaFunctionRecommendationsCommand.ts
@@ -187,4 +187,16 @@ export class GetLambdaFunctionRecommendationsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLambdaFunctionRecommendationsCommand)
.de(de_GetLambdaFunctionRecommendationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLambdaFunctionRecommendationsRequest;
+ output: GetLambdaFunctionRecommendationsResponse;
+ };
+ sdk: {
+ input: GetLambdaFunctionRecommendationsCommandInput;
+ output: GetLambdaFunctionRecommendationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/GetLicenseRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetLicenseRecommendationsCommand.ts
index e127ea997abd..12d51f7e1df5 100644
--- a/clients/client-compute-optimizer/src/commands/GetLicenseRecommendationsCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/GetLicenseRecommendationsCommand.ts
@@ -176,4 +176,16 @@ export class GetLicenseRecommendationsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLicenseRecommendationsCommand)
.de(de_GetLicenseRecommendationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLicenseRecommendationsRequest;
+ output: GetLicenseRecommendationsResponse;
+ };
+ sdk: {
+ input: GetLicenseRecommendationsCommandInput;
+ output: GetLicenseRecommendationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.ts b/clients/client-compute-optimizer/src/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.ts
index 1fcfe76b3877..1a8fceaa4108 100644
--- a/clients/client-compute-optimizer/src/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.ts
@@ -138,4 +138,16 @@ export class GetRDSDatabaseRecommendationProjectedMetricsCommand extends $Comman
.f(void 0, void 0)
.ser(se_GetRDSDatabaseRecommendationProjectedMetricsCommand)
.de(de_GetRDSDatabaseRecommendationProjectedMetricsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRDSDatabaseRecommendationProjectedMetricsRequest;
+ output: GetRDSDatabaseRecommendationProjectedMetricsResponse;
+ };
+ sdk: {
+ input: GetRDSDatabaseRecommendationProjectedMetricsCommandInput;
+ output: GetRDSDatabaseRecommendationProjectedMetricsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/GetRDSDatabaseRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetRDSDatabaseRecommendationsCommand.ts
index 9483d6d96db0..3b4cb2a33a87 100644
--- a/clients/client-compute-optimizer/src/commands/GetRDSDatabaseRecommendationsCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/GetRDSDatabaseRecommendationsCommand.ts
@@ -245,4 +245,16 @@ export class GetRDSDatabaseRecommendationsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRDSDatabaseRecommendationsCommand)
.de(de_GetRDSDatabaseRecommendationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRDSDatabaseRecommendationsRequest;
+ output: GetRDSDatabaseRecommendationsResponse;
+ };
+ sdk: {
+ input: GetRDSDatabaseRecommendationsCommandInput;
+ output: GetRDSDatabaseRecommendationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/GetRecommendationPreferencesCommand.ts b/clients/client-compute-optimizer/src/commands/GetRecommendationPreferencesCommand.ts
index c752755f87c6..3c53683e7639 100644
--- a/clients/client-compute-optimizer/src/commands/GetRecommendationPreferencesCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/GetRecommendationPreferencesCommand.ts
@@ -159,4 +159,16 @@ export class GetRecommendationPreferencesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRecommendationPreferencesCommand)
.de(de_GetRecommendationPreferencesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRecommendationPreferencesRequest;
+ output: GetRecommendationPreferencesResponse;
+ };
+ sdk: {
+ input: GetRecommendationPreferencesCommandInput;
+ output: GetRecommendationPreferencesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/GetRecommendationSummariesCommand.ts b/clients/client-compute-optimizer/src/commands/GetRecommendationSummariesCommand.ts
index ac1a0b9cc4d9..2a66eae2da40 100644
--- a/clients/client-compute-optimizer/src/commands/GetRecommendationSummariesCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/GetRecommendationSummariesCommand.ts
@@ -169,4 +169,16 @@ export class GetRecommendationSummariesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRecommendationSummariesCommand)
.de(de_GetRecommendationSummariesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRecommendationSummariesRequest;
+ output: GetRecommendationSummariesResponse;
+ };
+ sdk: {
+ input: GetRecommendationSummariesCommandInput;
+ output: GetRecommendationSummariesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/PutRecommendationPreferencesCommand.ts b/clients/client-compute-optimizer/src/commands/PutRecommendationPreferencesCommand.ts
index fc184a96d0b3..5948bbb07559 100644
--- a/clients/client-compute-optimizer/src/commands/PutRecommendationPreferencesCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/PutRecommendationPreferencesCommand.ts
@@ -140,4 +140,16 @@ export class PutRecommendationPreferencesCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRecommendationPreferencesCommand)
.de(de_PutRecommendationPreferencesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRecommendationPreferencesRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutRecommendationPreferencesCommandInput;
+ output: PutRecommendationPreferencesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-compute-optimizer/src/commands/UpdateEnrollmentStatusCommand.ts b/clients/client-compute-optimizer/src/commands/UpdateEnrollmentStatusCommand.ts
index 071c441fac53..a56dd8e680b6 100644
--- a/clients/client-compute-optimizer/src/commands/UpdateEnrollmentStatusCommand.ts
+++ b/clients/client-compute-optimizer/src/commands/UpdateEnrollmentStatusCommand.ts
@@ -105,4 +105,16 @@ export class UpdateEnrollmentStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEnrollmentStatusCommand)
.de(de_UpdateEnrollmentStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEnrollmentStatusRequest;
+ output: UpdateEnrollmentStatusResponse;
+ };
+ sdk: {
+ input: UpdateEnrollmentStatusCommandInput;
+ output: UpdateEnrollmentStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/package.json b/clients/client-config-service/package.json
index 49126efcf54a..7357c5cdec11 100644
--- a/clients/client-config-service/package.json
+++ b/clients/client-config-service/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-config-service/src/commands/BatchGetAggregateResourceConfigCommand.ts b/clients/client-config-service/src/commands/BatchGetAggregateResourceConfigCommand.ts
index d140e0539df0..f0272c65c7cc 100644
--- a/clients/client-config-service/src/commands/BatchGetAggregateResourceConfigCommand.ts
+++ b/clients/client-config-service/src/commands/BatchGetAggregateResourceConfigCommand.ts
@@ -140,4 +140,16 @@ export class BatchGetAggregateResourceConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetAggregateResourceConfigCommand)
.de(de_BatchGetAggregateResourceConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetAggregateResourceConfigRequest;
+ output: BatchGetAggregateResourceConfigResponse;
+ };
+ sdk: {
+ input: BatchGetAggregateResourceConfigCommandInput;
+ output: BatchGetAggregateResourceConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/BatchGetResourceConfigCommand.ts b/clients/client-config-service/src/commands/BatchGetResourceConfigCommand.ts
index 4b8bac8f4f69..99dee6f6f694 100644
--- a/clients/client-config-service/src/commands/BatchGetResourceConfigCommand.ts
+++ b/clients/client-config-service/src/commands/BatchGetResourceConfigCommand.ts
@@ -137,4 +137,16 @@ export class BatchGetResourceConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetResourceConfigCommand)
.de(de_BatchGetResourceConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetResourceConfigRequest;
+ output: BatchGetResourceConfigResponse;
+ };
+ sdk: {
+ input: BatchGetResourceConfigCommandInput;
+ output: BatchGetResourceConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DeleteAggregationAuthorizationCommand.ts b/clients/client-config-service/src/commands/DeleteAggregationAuthorizationCommand.ts
index a7f7e1f8d949..ea0c79fae811 100644
--- a/clients/client-config-service/src/commands/DeleteAggregationAuthorizationCommand.ts
+++ b/clients/client-config-service/src/commands/DeleteAggregationAuthorizationCommand.ts
@@ -84,4 +84,16 @@ export class DeleteAggregationAuthorizationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAggregationAuthorizationCommand)
.de(de_DeleteAggregationAuthorizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAggregationAuthorizationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAggregationAuthorizationCommandInput;
+ output: DeleteAggregationAuthorizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DeleteConfigRuleCommand.ts b/clients/client-config-service/src/commands/DeleteConfigRuleCommand.ts
index 290fa08599ea..0509b1039f56 100644
--- a/clients/client-config-service/src/commands/DeleteConfigRuleCommand.ts
+++ b/clients/client-config-service/src/commands/DeleteConfigRuleCommand.ts
@@ -112,4 +112,16 @@ export class DeleteConfigRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConfigRuleCommand)
.de(de_DeleteConfigRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConfigRuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteConfigRuleCommandInput;
+ output: DeleteConfigRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DeleteConfigurationAggregatorCommand.ts b/clients/client-config-service/src/commands/DeleteConfigurationAggregatorCommand.ts
index a97d58c44660..b531021c63c3 100644
--- a/clients/client-config-service/src/commands/DeleteConfigurationAggregatorCommand.ts
+++ b/clients/client-config-service/src/commands/DeleteConfigurationAggregatorCommand.ts
@@ -82,4 +82,16 @@ export class DeleteConfigurationAggregatorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConfigurationAggregatorCommand)
.de(de_DeleteConfigurationAggregatorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConfigurationAggregatorRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteConfigurationAggregatorCommandInput;
+ output: DeleteConfigurationAggregatorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DeleteConfigurationRecorderCommand.ts b/clients/client-config-service/src/commands/DeleteConfigurationRecorderCommand.ts
index 4dcbfdc68be6..76764e741a21 100644
--- a/clients/client-config-service/src/commands/DeleteConfigurationRecorderCommand.ts
+++ b/clients/client-config-service/src/commands/DeleteConfigurationRecorderCommand.ts
@@ -88,4 +88,16 @@ export class DeleteConfigurationRecorderCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConfigurationRecorderCommand)
.de(de_DeleteConfigurationRecorderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConfigurationRecorderRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteConfigurationRecorderCommandInput;
+ output: DeleteConfigurationRecorderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DeleteConformancePackCommand.ts b/clients/client-config-service/src/commands/DeleteConformancePackCommand.ts
index 01fca50d9221..540d78ad0f95 100644
--- a/clients/client-config-service/src/commands/DeleteConformancePackCommand.ts
+++ b/clients/client-config-service/src/commands/DeleteConformancePackCommand.ts
@@ -107,4 +107,16 @@ export class DeleteConformancePackCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConformancePackCommand)
.de(de_DeleteConformancePackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConformancePackRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteConformancePackCommandInput;
+ output: DeleteConformancePackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DeleteDeliveryChannelCommand.ts b/clients/client-config-service/src/commands/DeleteDeliveryChannelCommand.ts
index 231786496a19..465ce9fb604f 100644
--- a/clients/client-config-service/src/commands/DeleteDeliveryChannelCommand.ts
+++ b/clients/client-config-service/src/commands/DeleteDeliveryChannelCommand.ts
@@ -85,4 +85,16 @@ export class DeleteDeliveryChannelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDeliveryChannelCommand)
.de(de_DeleteDeliveryChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDeliveryChannelRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDeliveryChannelCommandInput;
+ output: DeleteDeliveryChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DeleteEvaluationResultsCommand.ts b/clients/client-config-service/src/commands/DeleteEvaluationResultsCommand.ts
index 3e1d5b9e4315..433d0880ccf0 100644
--- a/clients/client-config-service/src/commands/DeleteEvaluationResultsCommand.ts
+++ b/clients/client-config-service/src/commands/DeleteEvaluationResultsCommand.ts
@@ -107,4 +107,16 @@ export class DeleteEvaluationResultsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEvaluationResultsCommand)
.de(de_DeleteEvaluationResultsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEvaluationResultsRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEvaluationResultsCommandInput;
+ output: DeleteEvaluationResultsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DeleteOrganizationConfigRuleCommand.ts b/clients/client-config-service/src/commands/DeleteOrganizationConfigRuleCommand.ts
index cda4b2204b6f..76afe37fd65e 100644
--- a/clients/client-config-service/src/commands/DeleteOrganizationConfigRuleCommand.ts
+++ b/clients/client-config-service/src/commands/DeleteOrganizationConfigRuleCommand.ts
@@ -133,4 +133,16 @@ export class DeleteOrganizationConfigRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteOrganizationConfigRuleCommand)
.de(de_DeleteOrganizationConfigRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteOrganizationConfigRuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteOrganizationConfigRuleCommandInput;
+ output: DeleteOrganizationConfigRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DeleteOrganizationConformancePackCommand.ts b/clients/client-config-service/src/commands/DeleteOrganizationConformancePackCommand.ts
index 74aa3b7e0c14..dc75cc2b937e 100644
--- a/clients/client-config-service/src/commands/DeleteOrganizationConformancePackCommand.ts
+++ b/clients/client-config-service/src/commands/DeleteOrganizationConformancePackCommand.ts
@@ -135,4 +135,16 @@ export class DeleteOrganizationConformancePackCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteOrganizationConformancePackCommand)
.de(de_DeleteOrganizationConformancePackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteOrganizationConformancePackRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteOrganizationConformancePackCommandInput;
+ output: DeleteOrganizationConformancePackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DeletePendingAggregationRequestCommand.ts b/clients/client-config-service/src/commands/DeletePendingAggregationRequestCommand.ts
index 230898df1b73..204140fd154f 100644
--- a/clients/client-config-service/src/commands/DeletePendingAggregationRequestCommand.ts
+++ b/clients/client-config-service/src/commands/DeletePendingAggregationRequestCommand.ts
@@ -84,4 +84,16 @@ export class DeletePendingAggregationRequestCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePendingAggregationRequestCommand)
.de(de_DeletePendingAggregationRequestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePendingAggregationRequestRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePendingAggregationRequestCommandInput;
+ output: DeletePendingAggregationRequestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DeleteRemediationConfigurationCommand.ts b/clients/client-config-service/src/commands/DeleteRemediationConfigurationCommand.ts
index b74a199ae37b..d1bc5617a7ea 100644
--- a/clients/client-config-service/src/commands/DeleteRemediationConfigurationCommand.ts
+++ b/clients/client-config-service/src/commands/DeleteRemediationConfigurationCommand.ts
@@ -116,4 +116,16 @@ export class DeleteRemediationConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRemediationConfigurationCommand)
.de(de_DeleteRemediationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRemediationConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRemediationConfigurationCommandInput;
+ output: DeleteRemediationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DeleteRemediationExceptionsCommand.ts b/clients/client-config-service/src/commands/DeleteRemediationExceptionsCommand.ts
index f697676e4dd7..08ac426ee440 100644
--- a/clients/client-config-service/src/commands/DeleteRemediationExceptionsCommand.ts
+++ b/clients/client-config-service/src/commands/DeleteRemediationExceptionsCommand.ts
@@ -102,4 +102,16 @@ export class DeleteRemediationExceptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRemediationExceptionsCommand)
.de(de_DeleteRemediationExceptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRemediationExceptionsRequest;
+ output: DeleteRemediationExceptionsResponse;
+ };
+ sdk: {
+ input: DeleteRemediationExceptionsCommandInput;
+ output: DeleteRemediationExceptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DeleteResourceConfigCommand.ts b/clients/client-config-service/src/commands/DeleteResourceConfigCommand.ts
index 3ab3e068b2ce..04051139bd68 100644
--- a/clients/client-config-service/src/commands/DeleteResourceConfigCommand.ts
+++ b/clients/client-config-service/src/commands/DeleteResourceConfigCommand.ts
@@ -85,4 +85,16 @@ export class DeleteResourceConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteResourceConfigCommand)
.de(de_DeleteResourceConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteResourceConfigRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteResourceConfigCommandInput;
+ output: DeleteResourceConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DeleteRetentionConfigurationCommand.ts b/clients/client-config-service/src/commands/DeleteRetentionConfigurationCommand.ts
index cba601dfe292..04cf757c6ff8 100644
--- a/clients/client-config-service/src/commands/DeleteRetentionConfigurationCommand.ts
+++ b/clients/client-config-service/src/commands/DeleteRetentionConfigurationCommand.ts
@@ -85,4 +85,16 @@ export class DeleteRetentionConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRetentionConfigurationCommand)
.de(de_DeleteRetentionConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRetentionConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRetentionConfigurationCommandInput;
+ output: DeleteRetentionConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DeleteStoredQueryCommand.ts b/clients/client-config-service/src/commands/DeleteStoredQueryCommand.ts
index 0a5b2757c5e7..b0dfab436dcd 100644
--- a/clients/client-config-service/src/commands/DeleteStoredQueryCommand.ts
+++ b/clients/client-config-service/src/commands/DeleteStoredQueryCommand.ts
@@ -83,4 +83,16 @@ export class DeleteStoredQueryCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteStoredQueryCommand)
.de(de_DeleteStoredQueryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteStoredQueryRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteStoredQueryCommandInput;
+ output: DeleteStoredQueryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DeliverConfigSnapshotCommand.ts b/clients/client-config-service/src/commands/DeliverConfigSnapshotCommand.ts
index 66bb2baff151..937da9d6b6b3 100644
--- a/clients/client-config-service/src/commands/DeliverConfigSnapshotCommand.ts
+++ b/clients/client-config-service/src/commands/DeliverConfigSnapshotCommand.ts
@@ -105,4 +105,16 @@ export class DeliverConfigSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_DeliverConfigSnapshotCommand)
.de(de_DeliverConfigSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeliverConfigSnapshotRequest;
+ output: DeliverConfigSnapshotResponse;
+ };
+ sdk: {
+ input: DeliverConfigSnapshotCommandInput;
+ output: DeliverConfigSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribeAggregateComplianceByConfigRulesCommand.ts b/clients/client-config-service/src/commands/DescribeAggregateComplianceByConfigRulesCommand.ts
index 0d81e6533323..5bd4b242bb82 100644
--- a/clients/client-config-service/src/commands/DescribeAggregateComplianceByConfigRulesCommand.ts
+++ b/clients/client-config-service/src/commands/DescribeAggregateComplianceByConfigRulesCommand.ts
@@ -131,4 +131,16 @@ export class DescribeAggregateComplianceByConfigRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAggregateComplianceByConfigRulesCommand)
.de(de_DescribeAggregateComplianceByConfigRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAggregateComplianceByConfigRulesRequest;
+ output: DescribeAggregateComplianceByConfigRulesResponse;
+ };
+ sdk: {
+ input: DescribeAggregateComplianceByConfigRulesCommandInput;
+ output: DescribeAggregateComplianceByConfigRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribeAggregateComplianceByConformancePacksCommand.ts b/clients/client-config-service/src/commands/DescribeAggregateComplianceByConformancePacksCommand.ts
index 0ef707145f2e..b17362f38ba5 100644
--- a/clients/client-config-service/src/commands/DescribeAggregateComplianceByConformancePacksCommand.ts
+++ b/clients/client-config-service/src/commands/DescribeAggregateComplianceByConformancePacksCommand.ts
@@ -127,4 +127,16 @@ export class DescribeAggregateComplianceByConformancePacksCommand extends $Comma
.f(void 0, void 0)
.ser(se_DescribeAggregateComplianceByConformancePacksCommand)
.de(de_DescribeAggregateComplianceByConformancePacksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAggregateComplianceByConformancePacksRequest;
+ output: DescribeAggregateComplianceByConformancePacksResponse;
+ };
+ sdk: {
+ input: DescribeAggregateComplianceByConformancePacksCommandInput;
+ output: DescribeAggregateComplianceByConformancePacksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribeAggregationAuthorizationsCommand.ts b/clients/client-config-service/src/commands/DescribeAggregationAuthorizationsCommand.ts
index 95854220b891..2e8c0d05f614 100644
--- a/clients/client-config-service/src/commands/DescribeAggregationAuthorizationsCommand.ts
+++ b/clients/client-config-service/src/commands/DescribeAggregationAuthorizationsCommand.ts
@@ -107,4 +107,16 @@ export class DescribeAggregationAuthorizationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAggregationAuthorizationsCommand)
.de(de_DescribeAggregationAuthorizationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAggregationAuthorizationsRequest;
+ output: DescribeAggregationAuthorizationsResponse;
+ };
+ sdk: {
+ input: DescribeAggregationAuthorizationsCommandInput;
+ output: DescribeAggregationAuthorizationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribeComplianceByConfigRuleCommand.ts b/clients/client-config-service/src/commands/DescribeComplianceByConfigRuleCommand.ts
index a5c944849575..b51e4194a16b 100644
--- a/clients/client-config-service/src/commands/DescribeComplianceByConfigRuleCommand.ts
+++ b/clients/client-config-service/src/commands/DescribeComplianceByConfigRuleCommand.ts
@@ -144,4 +144,16 @@ export class DescribeComplianceByConfigRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeComplianceByConfigRuleCommand)
.de(de_DescribeComplianceByConfigRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeComplianceByConfigRuleRequest;
+ output: DescribeComplianceByConfigRuleResponse;
+ };
+ sdk: {
+ input: DescribeComplianceByConfigRuleCommandInput;
+ output: DescribeComplianceByConfigRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribeComplianceByResourceCommand.ts b/clients/client-config-service/src/commands/DescribeComplianceByResourceCommand.ts
index 6faa851dbaf4..d90c21e01ca8 100644
--- a/clients/client-config-service/src/commands/DescribeComplianceByResourceCommand.ts
+++ b/clients/client-config-service/src/commands/DescribeComplianceByResourceCommand.ts
@@ -142,4 +142,16 @@ export class DescribeComplianceByResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeComplianceByResourceCommand)
.de(de_DescribeComplianceByResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeComplianceByResourceRequest;
+ output: DescribeComplianceByResourceResponse;
+ };
+ sdk: {
+ input: DescribeComplianceByResourceCommandInput;
+ output: DescribeComplianceByResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribeConfigRuleEvaluationStatusCommand.ts b/clients/client-config-service/src/commands/DescribeConfigRuleEvaluationStatusCommand.ts
index 0117eaaacafb..a89e55c89409 100644
--- a/clients/client-config-service/src/commands/DescribeConfigRuleEvaluationStatusCommand.ts
+++ b/clients/client-config-service/src/commands/DescribeConfigRuleEvaluationStatusCommand.ts
@@ -121,4 +121,16 @@ export class DescribeConfigRuleEvaluationStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeConfigRuleEvaluationStatusCommand)
.de(de_DescribeConfigRuleEvaluationStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConfigRuleEvaluationStatusRequest;
+ output: DescribeConfigRuleEvaluationStatusResponse;
+ };
+ sdk: {
+ input: DescribeConfigRuleEvaluationStatusCommandInput;
+ output: DescribeConfigRuleEvaluationStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribeConfigRulesCommand.ts b/clients/client-config-service/src/commands/DescribeConfigRulesCommand.ts
index 6ce01ebd0f4d..34028ae602e0 100644
--- a/clients/client-config-service/src/commands/DescribeConfigRulesCommand.ts
+++ b/clients/client-config-service/src/commands/DescribeConfigRulesCommand.ts
@@ -136,4 +136,16 @@ export class DescribeConfigRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeConfigRulesCommand)
.de(de_DescribeConfigRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConfigRulesRequest;
+ output: DescribeConfigRulesResponse;
+ };
+ sdk: {
+ input: DescribeConfigRulesCommandInput;
+ output: DescribeConfigRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribeConfigurationAggregatorSourcesStatusCommand.ts b/clients/client-config-service/src/commands/DescribeConfigurationAggregatorSourcesStatusCommand.ts
index bd091e565975..320367edbecf 100644
--- a/clients/client-config-service/src/commands/DescribeConfigurationAggregatorSourcesStatusCommand.ts
+++ b/clients/client-config-service/src/commands/DescribeConfigurationAggregatorSourcesStatusCommand.ts
@@ -118,4 +118,16 @@ export class DescribeConfigurationAggregatorSourcesStatusCommand extends $Comman
.f(void 0, void 0)
.ser(se_DescribeConfigurationAggregatorSourcesStatusCommand)
.de(de_DescribeConfigurationAggregatorSourcesStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConfigurationAggregatorSourcesStatusRequest;
+ output: DescribeConfigurationAggregatorSourcesStatusResponse;
+ };
+ sdk: {
+ input: DescribeConfigurationAggregatorSourcesStatusCommandInput;
+ output: DescribeConfigurationAggregatorSourcesStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribeConfigurationAggregatorsCommand.ts b/clients/client-config-service/src/commands/DescribeConfigurationAggregatorsCommand.ts
index ac6695cf5186..ffc4ae753494 100644
--- a/clients/client-config-service/src/commands/DescribeConfigurationAggregatorsCommand.ts
+++ b/clients/client-config-service/src/commands/DescribeConfigurationAggregatorsCommand.ts
@@ -131,4 +131,16 @@ export class DescribeConfigurationAggregatorsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeConfigurationAggregatorsCommand)
.de(de_DescribeConfigurationAggregatorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConfigurationAggregatorsRequest;
+ output: DescribeConfigurationAggregatorsResponse;
+ };
+ sdk: {
+ input: DescribeConfigurationAggregatorsCommandInput;
+ output: DescribeConfigurationAggregatorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribeConfigurationRecorderStatusCommand.ts b/clients/client-config-service/src/commands/DescribeConfigurationRecorderStatusCommand.ts
index d7800e1058ff..d0ca3666944d 100644
--- a/clients/client-config-service/src/commands/DescribeConfigurationRecorderStatusCommand.ts
+++ b/clients/client-config-service/src/commands/DescribeConfigurationRecorderStatusCommand.ts
@@ -109,4 +109,16 @@ export class DescribeConfigurationRecorderStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeConfigurationRecorderStatusCommand)
.de(de_DescribeConfigurationRecorderStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConfigurationRecorderStatusRequest;
+ output: DescribeConfigurationRecorderStatusResponse;
+ };
+ sdk: {
+ input: DescribeConfigurationRecorderStatusCommandInput;
+ output: DescribeConfigurationRecorderStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribeConfigurationRecordersCommand.ts b/clients/client-config-service/src/commands/DescribeConfigurationRecordersCommand.ts
index 44acf621040f..d684148aa6bc 100644
--- a/clients/client-config-service/src/commands/DescribeConfigurationRecordersCommand.ts
+++ b/clients/client-config-service/src/commands/DescribeConfigurationRecordersCommand.ts
@@ -126,4 +126,16 @@ export class DescribeConfigurationRecordersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeConfigurationRecordersCommand)
.de(de_DescribeConfigurationRecordersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConfigurationRecordersRequest;
+ output: DescribeConfigurationRecordersResponse;
+ };
+ sdk: {
+ input: DescribeConfigurationRecordersCommandInput;
+ output: DescribeConfigurationRecordersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribeConformancePackComplianceCommand.ts b/clients/client-config-service/src/commands/DescribeConformancePackComplianceCommand.ts
index 4d8ee0c6579a..d83407f5c91f 100644
--- a/clients/client-config-service/src/commands/DescribeConformancePackComplianceCommand.ts
+++ b/clients/client-config-service/src/commands/DescribeConformancePackComplianceCommand.ts
@@ -124,4 +124,16 @@ export class DescribeConformancePackComplianceCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeConformancePackComplianceCommand)
.de(de_DescribeConformancePackComplianceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConformancePackComplianceRequest;
+ output: DescribeConformancePackComplianceResponse;
+ };
+ sdk: {
+ input: DescribeConformancePackComplianceCommandInput;
+ output: DescribeConformancePackComplianceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribeConformancePackStatusCommand.ts b/clients/client-config-service/src/commands/DescribeConformancePackStatusCommand.ts
index 6f95ffbbbdfb..34e08e004041 100644
--- a/clients/client-config-service/src/commands/DescribeConformancePackStatusCommand.ts
+++ b/clients/client-config-service/src/commands/DescribeConformancePackStatusCommand.ts
@@ -113,4 +113,16 @@ export class DescribeConformancePackStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeConformancePackStatusCommand)
.de(de_DescribeConformancePackStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConformancePackStatusRequest;
+ output: DescribeConformancePackStatusResponse;
+ };
+ sdk: {
+ input: DescribeConformancePackStatusCommandInput;
+ output: DescribeConformancePackStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribeConformancePacksCommand.ts b/clients/client-config-service/src/commands/DescribeConformancePacksCommand.ts
index 6625a906be9d..42c623e4e474 100644
--- a/clients/client-config-service/src/commands/DescribeConformancePacksCommand.ts
+++ b/clients/client-config-service/src/commands/DescribeConformancePacksCommand.ts
@@ -117,4 +117,16 @@ export class DescribeConformancePacksCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeConformancePacksCommand)
.de(de_DescribeConformancePacksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConformancePacksRequest;
+ output: DescribeConformancePacksResponse;
+ };
+ sdk: {
+ input: DescribeConformancePacksCommandInput;
+ output: DescribeConformancePacksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribeDeliveryChannelStatusCommand.ts b/clients/client-config-service/src/commands/DescribeDeliveryChannelStatusCommand.ts
index 33f53d724089..65db0f3ef785 100644
--- a/clients/client-config-service/src/commands/DescribeDeliveryChannelStatusCommand.ts
+++ b/clients/client-config-service/src/commands/DescribeDeliveryChannelStatusCommand.ts
@@ -121,4 +121,16 @@ export class DescribeDeliveryChannelStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDeliveryChannelStatusCommand)
.de(de_DescribeDeliveryChannelStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDeliveryChannelStatusRequest;
+ output: DescribeDeliveryChannelStatusResponse;
+ };
+ sdk: {
+ input: DescribeDeliveryChannelStatusCommandInput;
+ output: DescribeDeliveryChannelStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribeDeliveryChannelsCommand.ts b/clients/client-config-service/src/commands/DescribeDeliveryChannelsCommand.ts
index 161390e7088c..1dfd5dab68ab 100644
--- a/clients/client-config-service/src/commands/DescribeDeliveryChannelsCommand.ts
+++ b/clients/client-config-service/src/commands/DescribeDeliveryChannelsCommand.ts
@@ -100,4 +100,16 @@ export class DescribeDeliveryChannelsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDeliveryChannelsCommand)
.de(de_DescribeDeliveryChannelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDeliveryChannelsRequest;
+ output: DescribeDeliveryChannelsResponse;
+ };
+ sdk: {
+ input: DescribeDeliveryChannelsCommandInput;
+ output: DescribeDeliveryChannelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribeOrganizationConfigRuleStatusesCommand.ts b/clients/client-config-service/src/commands/DescribeOrganizationConfigRuleStatusesCommand.ts
index 2717f7f836d7..bbbf8c6aa266 100644
--- a/clients/client-config-service/src/commands/DescribeOrganizationConfigRuleStatusesCommand.ts
+++ b/clients/client-config-service/src/commands/DescribeOrganizationConfigRuleStatusesCommand.ts
@@ -138,4 +138,16 @@ export class DescribeOrganizationConfigRuleStatusesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeOrganizationConfigRuleStatusesCommand)
.de(de_DescribeOrganizationConfigRuleStatusesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeOrganizationConfigRuleStatusesRequest;
+ output: DescribeOrganizationConfigRuleStatusesResponse;
+ };
+ sdk: {
+ input: DescribeOrganizationConfigRuleStatusesCommandInput;
+ output: DescribeOrganizationConfigRuleStatusesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribeOrganizationConfigRulesCommand.ts b/clients/client-config-service/src/commands/DescribeOrganizationConfigRulesCommand.ts
index 40ff61e39e4f..ea2cef64c30d 100644
--- a/clients/client-config-service/src/commands/DescribeOrganizationConfigRulesCommand.ts
+++ b/clients/client-config-service/src/commands/DescribeOrganizationConfigRulesCommand.ts
@@ -191,4 +191,16 @@ export class DescribeOrganizationConfigRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeOrganizationConfigRulesCommand)
.de(de_DescribeOrganizationConfigRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeOrganizationConfigRulesRequest;
+ output: DescribeOrganizationConfigRulesResponse;
+ };
+ sdk: {
+ input: DescribeOrganizationConfigRulesCommandInput;
+ output: DescribeOrganizationConfigRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribeOrganizationConformancePackStatusesCommand.ts b/clients/client-config-service/src/commands/DescribeOrganizationConformancePackStatusesCommand.ts
index d308680e3841..0124501bf5f7 100644
--- a/clients/client-config-service/src/commands/DescribeOrganizationConformancePackStatusesCommand.ts
+++ b/clients/client-config-service/src/commands/DescribeOrganizationConformancePackStatusesCommand.ts
@@ -139,4 +139,16 @@ export class DescribeOrganizationConformancePackStatusesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeOrganizationConformancePackStatusesCommand)
.de(de_DescribeOrganizationConformancePackStatusesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeOrganizationConformancePackStatusesRequest;
+ output: DescribeOrganizationConformancePackStatusesResponse;
+ };
+ sdk: {
+ input: DescribeOrganizationConformancePackStatusesCommandInput;
+ output: DescribeOrganizationConformancePackStatusesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribeOrganizationConformancePacksCommand.ts b/clients/client-config-service/src/commands/DescribeOrganizationConformancePacksCommand.ts
index 49647017c16e..ef29bee21756 100644
--- a/clients/client-config-service/src/commands/DescribeOrganizationConformancePacksCommand.ts
+++ b/clients/client-config-service/src/commands/DescribeOrganizationConformancePacksCommand.ts
@@ -158,4 +158,16 @@ export class DescribeOrganizationConformancePacksCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeOrganizationConformancePacksCommand)
.de(de_DescribeOrganizationConformancePacksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeOrganizationConformancePacksRequest;
+ output: DescribeOrganizationConformancePacksResponse;
+ };
+ sdk: {
+ input: DescribeOrganizationConformancePacksCommandInput;
+ output: DescribeOrganizationConformancePacksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribePendingAggregationRequestsCommand.ts b/clients/client-config-service/src/commands/DescribePendingAggregationRequestsCommand.ts
index 052531d23f71..f0dd21584df3 100644
--- a/clients/client-config-service/src/commands/DescribePendingAggregationRequestsCommand.ts
+++ b/clients/client-config-service/src/commands/DescribePendingAggregationRequestsCommand.ts
@@ -104,4 +104,16 @@ export class DescribePendingAggregationRequestsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePendingAggregationRequestsCommand)
.de(de_DescribePendingAggregationRequestsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePendingAggregationRequestsRequest;
+ output: DescribePendingAggregationRequestsResponse;
+ };
+ sdk: {
+ input: DescribePendingAggregationRequestsCommandInput;
+ output: DescribePendingAggregationRequestsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribeRemediationConfigurationsCommand.ts b/clients/client-config-service/src/commands/DescribeRemediationConfigurationsCommand.ts
index 27958b25a44b..b95db8d0eb6e 100644
--- a/clients/client-config-service/src/commands/DescribeRemediationConfigurationsCommand.ts
+++ b/clients/client-config-service/src/commands/DescribeRemediationConfigurationsCommand.ts
@@ -118,4 +118,16 @@ export class DescribeRemediationConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRemediationConfigurationsCommand)
.de(de_DescribeRemediationConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRemediationConfigurationsRequest;
+ output: DescribeRemediationConfigurationsResponse;
+ };
+ sdk: {
+ input: DescribeRemediationConfigurationsCommandInput;
+ output: DescribeRemediationConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribeRemediationExceptionsCommand.ts b/clients/client-config-service/src/commands/DescribeRemediationExceptionsCommand.ts
index 1be94182e7b6..166b2b2900be 100644
--- a/clients/client-config-service/src/commands/DescribeRemediationExceptionsCommand.ts
+++ b/clients/client-config-service/src/commands/DescribeRemediationExceptionsCommand.ts
@@ -115,4 +115,16 @@ export class DescribeRemediationExceptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRemediationExceptionsCommand)
.de(de_DescribeRemediationExceptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRemediationExceptionsRequest;
+ output: DescribeRemediationExceptionsResponse;
+ };
+ sdk: {
+ input: DescribeRemediationExceptionsCommandInput;
+ output: DescribeRemediationExceptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribeRemediationExecutionStatusCommand.ts b/clients/client-config-service/src/commands/DescribeRemediationExecutionStatusCommand.ts
index 1209624b732d..eb959f7020de 100644
--- a/clients/client-config-service/src/commands/DescribeRemediationExecutionStatusCommand.ts
+++ b/clients/client-config-service/src/commands/DescribeRemediationExecutionStatusCommand.ts
@@ -126,4 +126,16 @@ export class DescribeRemediationExecutionStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRemediationExecutionStatusCommand)
.de(de_DescribeRemediationExecutionStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRemediationExecutionStatusRequest;
+ output: DescribeRemediationExecutionStatusResponse;
+ };
+ sdk: {
+ input: DescribeRemediationExecutionStatusCommandInput;
+ output: DescribeRemediationExecutionStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/DescribeRetentionConfigurationsCommand.ts b/clients/client-config-service/src/commands/DescribeRetentionConfigurationsCommand.ts
index e61b74b62f5d..78cd2cd6e600 100644
--- a/clients/client-config-service/src/commands/DescribeRetentionConfigurationsCommand.ts
+++ b/clients/client-config-service/src/commands/DescribeRetentionConfigurationsCommand.ts
@@ -110,4 +110,16 @@ export class DescribeRetentionConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRetentionConfigurationsCommand)
.de(de_DescribeRetentionConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRetentionConfigurationsRequest;
+ output: DescribeRetentionConfigurationsResponse;
+ };
+ sdk: {
+ input: DescribeRetentionConfigurationsCommandInput;
+ output: DescribeRetentionConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts b/clients/client-config-service/src/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts
index db8f41c60d09..505ef04af17d 100644
--- a/clients/client-config-service/src/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts
+++ b/clients/client-config-service/src/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts
@@ -136,4 +136,16 @@ export class GetAggregateComplianceDetailsByConfigRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAggregateComplianceDetailsByConfigRuleCommand)
.de(de_GetAggregateComplianceDetailsByConfigRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAggregateComplianceDetailsByConfigRuleRequest;
+ output: GetAggregateComplianceDetailsByConfigRuleResponse;
+ };
+ sdk: {
+ input: GetAggregateComplianceDetailsByConfigRuleCommandInput;
+ output: GetAggregateComplianceDetailsByConfigRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/GetAggregateConfigRuleComplianceSummaryCommand.ts b/clients/client-config-service/src/commands/GetAggregateConfigRuleComplianceSummaryCommand.ts
index bbab8e0c9a37..d96f0cfb835e 100644
--- a/clients/client-config-service/src/commands/GetAggregateConfigRuleComplianceSummaryCommand.ts
+++ b/clients/client-config-service/src/commands/GetAggregateConfigRuleComplianceSummaryCommand.ts
@@ -132,4 +132,16 @@ export class GetAggregateConfigRuleComplianceSummaryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAggregateConfigRuleComplianceSummaryCommand)
.de(de_GetAggregateConfigRuleComplianceSummaryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAggregateConfigRuleComplianceSummaryRequest;
+ output: GetAggregateConfigRuleComplianceSummaryResponse;
+ };
+ sdk: {
+ input: GetAggregateConfigRuleComplianceSummaryCommandInput;
+ output: GetAggregateConfigRuleComplianceSummaryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/GetAggregateConformancePackComplianceSummaryCommand.ts b/clients/client-config-service/src/commands/GetAggregateConformancePackComplianceSummaryCommand.ts
index 49e4b610452c..12acf8f5f910 100644
--- a/clients/client-config-service/src/commands/GetAggregateConformancePackComplianceSummaryCommand.ts
+++ b/clients/client-config-service/src/commands/GetAggregateConformancePackComplianceSummaryCommand.ts
@@ -122,4 +122,16 @@ export class GetAggregateConformancePackComplianceSummaryCommand extends $Comman
.f(void 0, void 0)
.ser(se_GetAggregateConformancePackComplianceSummaryCommand)
.de(de_GetAggregateConformancePackComplianceSummaryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAggregateConformancePackComplianceSummaryRequest;
+ output: GetAggregateConformancePackComplianceSummaryResponse;
+ };
+ sdk: {
+ input: GetAggregateConformancePackComplianceSummaryCommandInput;
+ output: GetAggregateConformancePackComplianceSummaryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/GetAggregateDiscoveredResourceCountsCommand.ts b/clients/client-config-service/src/commands/GetAggregateDiscoveredResourceCountsCommand.ts
index 6331ecf39490..6a37ab0215be 100644
--- a/clients/client-config-service/src/commands/GetAggregateDiscoveredResourceCountsCommand.ts
+++ b/clients/client-config-service/src/commands/GetAggregateDiscoveredResourceCountsCommand.ts
@@ -119,4 +119,16 @@ export class GetAggregateDiscoveredResourceCountsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAggregateDiscoveredResourceCountsCommand)
.de(de_GetAggregateDiscoveredResourceCountsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAggregateDiscoveredResourceCountsRequest;
+ output: GetAggregateDiscoveredResourceCountsResponse;
+ };
+ sdk: {
+ input: GetAggregateDiscoveredResourceCountsCommandInput;
+ output: GetAggregateDiscoveredResourceCountsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/GetAggregateResourceConfigCommand.ts b/clients/client-config-service/src/commands/GetAggregateResourceConfigCommand.ts
index dec0443efe33..2caca298f82f 100644
--- a/clients/client-config-service/src/commands/GetAggregateResourceConfigCommand.ts
+++ b/clients/client-config-service/src/commands/GetAggregateResourceConfigCommand.ts
@@ -133,4 +133,16 @@ export class GetAggregateResourceConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAggregateResourceConfigCommand)
.de(de_GetAggregateResourceConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAggregateResourceConfigRequest;
+ output: GetAggregateResourceConfigResponse;
+ };
+ sdk: {
+ input: GetAggregateResourceConfigCommandInput;
+ output: GetAggregateResourceConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/GetComplianceDetailsByConfigRuleCommand.ts b/clients/client-config-service/src/commands/GetComplianceDetailsByConfigRuleCommand.ts
index 41022ee4b708..01f14032c944 100644
--- a/clients/client-config-service/src/commands/GetComplianceDetailsByConfigRuleCommand.ts
+++ b/clients/client-config-service/src/commands/GetComplianceDetailsByConfigRuleCommand.ts
@@ -121,4 +121,16 @@ export class GetComplianceDetailsByConfigRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_GetComplianceDetailsByConfigRuleCommand)
.de(de_GetComplianceDetailsByConfigRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetComplianceDetailsByConfigRuleRequest;
+ output: GetComplianceDetailsByConfigRuleResponse;
+ };
+ sdk: {
+ input: GetComplianceDetailsByConfigRuleCommandInput;
+ output: GetComplianceDetailsByConfigRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/GetComplianceDetailsByResourceCommand.ts b/clients/client-config-service/src/commands/GetComplianceDetailsByResourceCommand.ts
index 071cd04201d4..9117b969f670 100644
--- a/clients/client-config-service/src/commands/GetComplianceDetailsByResourceCommand.ts
+++ b/clients/client-config-service/src/commands/GetComplianceDetailsByResourceCommand.ts
@@ -114,4 +114,16 @@ export class GetComplianceDetailsByResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetComplianceDetailsByResourceCommand)
.de(de_GetComplianceDetailsByResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetComplianceDetailsByResourceRequest;
+ output: GetComplianceDetailsByResourceResponse;
+ };
+ sdk: {
+ input: GetComplianceDetailsByResourceCommandInput;
+ output: GetComplianceDetailsByResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/GetComplianceSummaryByConfigRuleCommand.ts b/clients/client-config-service/src/commands/GetComplianceSummaryByConfigRuleCommand.ts
index 41878385db79..0d3459fde50e 100644
--- a/clients/client-config-service/src/commands/GetComplianceSummaryByConfigRuleCommand.ts
+++ b/clients/client-config-service/src/commands/GetComplianceSummaryByConfigRuleCommand.ts
@@ -91,4 +91,16 @@ export class GetComplianceSummaryByConfigRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_GetComplianceSummaryByConfigRuleCommand)
.de(de_GetComplianceSummaryByConfigRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetComplianceSummaryByConfigRuleResponse;
+ };
+ sdk: {
+ input: GetComplianceSummaryByConfigRuleCommandInput;
+ output: GetComplianceSummaryByConfigRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/GetComplianceSummaryByResourceTypeCommand.ts b/clients/client-config-service/src/commands/GetComplianceSummaryByResourceTypeCommand.ts
index c08e3128bfec..5085c259d0b0 100644
--- a/clients/client-config-service/src/commands/GetComplianceSummaryByResourceTypeCommand.ts
+++ b/clients/client-config-service/src/commands/GetComplianceSummaryByResourceTypeCommand.ts
@@ -109,4 +109,16 @@ export class GetComplianceSummaryByResourceTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_GetComplianceSummaryByResourceTypeCommand)
.de(de_GetComplianceSummaryByResourceTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetComplianceSummaryByResourceTypeRequest;
+ output: GetComplianceSummaryByResourceTypeResponse;
+ };
+ sdk: {
+ input: GetComplianceSummaryByResourceTypeCommandInput;
+ output: GetComplianceSummaryByResourceTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/GetConformancePackComplianceDetailsCommand.ts b/clients/client-config-service/src/commands/GetConformancePackComplianceDetailsCommand.ts
index 2f25ed2934cd..30342323ad80 100644
--- a/clients/client-config-service/src/commands/GetConformancePackComplianceDetailsCommand.ts
+++ b/clients/client-config-service/src/commands/GetConformancePackComplianceDetailsCommand.ts
@@ -134,4 +134,16 @@ export class GetConformancePackComplianceDetailsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetConformancePackComplianceDetailsCommand)
.de(de_GetConformancePackComplianceDetailsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConformancePackComplianceDetailsRequest;
+ output: GetConformancePackComplianceDetailsResponse;
+ };
+ sdk: {
+ input: GetConformancePackComplianceDetailsCommandInput;
+ output: GetConformancePackComplianceDetailsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/GetConformancePackComplianceSummaryCommand.ts b/clients/client-config-service/src/commands/GetConformancePackComplianceSummaryCommand.ts
index 35982373c49f..55b756632564 100644
--- a/clients/client-config-service/src/commands/GetConformancePackComplianceSummaryCommand.ts
+++ b/clients/client-config-service/src/commands/GetConformancePackComplianceSummaryCommand.ts
@@ -106,4 +106,16 @@ export class GetConformancePackComplianceSummaryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetConformancePackComplianceSummaryCommand)
.de(de_GetConformancePackComplianceSummaryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConformancePackComplianceSummaryRequest;
+ output: GetConformancePackComplianceSummaryResponse;
+ };
+ sdk: {
+ input: GetConformancePackComplianceSummaryCommandInput;
+ output: GetConformancePackComplianceSummaryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/GetCustomRulePolicyCommand.ts b/clients/client-config-service/src/commands/GetCustomRulePolicyCommand.ts
index e8382deeb114..113c3a940e25 100644
--- a/clients/client-config-service/src/commands/GetCustomRulePolicyCommand.ts
+++ b/clients/client-config-service/src/commands/GetCustomRulePolicyCommand.ts
@@ -80,4 +80,16 @@ export class GetCustomRulePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCustomRulePolicyCommand)
.de(de_GetCustomRulePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCustomRulePolicyRequest;
+ output: GetCustomRulePolicyResponse;
+ };
+ sdk: {
+ input: GetCustomRulePolicyCommandInput;
+ output: GetCustomRulePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/GetDiscoveredResourceCountsCommand.ts b/clients/client-config-service/src/commands/GetDiscoveredResourceCountsCommand.ts
index f1dfe9a22bbe..1dafbc02649c 100644
--- a/clients/client-config-service/src/commands/GetDiscoveredResourceCountsCommand.ts
+++ b/clients/client-config-service/src/commands/GetDiscoveredResourceCountsCommand.ts
@@ -160,4 +160,16 @@ export class GetDiscoveredResourceCountsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDiscoveredResourceCountsCommand)
.de(de_GetDiscoveredResourceCountsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDiscoveredResourceCountsRequest;
+ output: GetDiscoveredResourceCountsResponse;
+ };
+ sdk: {
+ input: GetDiscoveredResourceCountsCommandInput;
+ output: GetDiscoveredResourceCountsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/GetOrganizationConfigRuleDetailedStatusCommand.ts b/clients/client-config-service/src/commands/GetOrganizationConfigRuleDetailedStatusCommand.ts
index 6c317fda464b..98b17bf0f63f 100644
--- a/clients/client-config-service/src/commands/GetOrganizationConfigRuleDetailedStatusCommand.ts
+++ b/clients/client-config-service/src/commands/GetOrganizationConfigRuleDetailedStatusCommand.ts
@@ -134,4 +134,16 @@ export class GetOrganizationConfigRuleDetailedStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetOrganizationConfigRuleDetailedStatusCommand)
.de(de_GetOrganizationConfigRuleDetailedStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetOrganizationConfigRuleDetailedStatusRequest;
+ output: GetOrganizationConfigRuleDetailedStatusResponse;
+ };
+ sdk: {
+ input: GetOrganizationConfigRuleDetailedStatusCommandInput;
+ output: GetOrganizationConfigRuleDetailedStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/GetOrganizationConformancePackDetailedStatusCommand.ts b/clients/client-config-service/src/commands/GetOrganizationConformancePackDetailedStatusCommand.ts
index f6f9e30d5540..4797795da766 100644
--- a/clients/client-config-service/src/commands/GetOrganizationConformancePackDetailedStatusCommand.ts
+++ b/clients/client-config-service/src/commands/GetOrganizationConformancePackDetailedStatusCommand.ts
@@ -135,4 +135,16 @@ export class GetOrganizationConformancePackDetailedStatusCommand extends $Comman
.f(void 0, void 0)
.ser(se_GetOrganizationConformancePackDetailedStatusCommand)
.de(de_GetOrganizationConformancePackDetailedStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetOrganizationConformancePackDetailedStatusRequest;
+ output: GetOrganizationConformancePackDetailedStatusResponse;
+ };
+ sdk: {
+ input: GetOrganizationConformancePackDetailedStatusCommandInput;
+ output: GetOrganizationConformancePackDetailedStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/GetOrganizationCustomRulePolicyCommand.ts b/clients/client-config-service/src/commands/GetOrganizationCustomRulePolicyCommand.ts
index 41a0854542ec..7bc243654cda 100644
--- a/clients/client-config-service/src/commands/GetOrganizationCustomRulePolicyCommand.ts
+++ b/clients/client-config-service/src/commands/GetOrganizationCustomRulePolicyCommand.ts
@@ -106,4 +106,16 @@ export class GetOrganizationCustomRulePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetOrganizationCustomRulePolicyCommand)
.de(de_GetOrganizationCustomRulePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetOrganizationCustomRulePolicyRequest;
+ output: GetOrganizationCustomRulePolicyResponse;
+ };
+ sdk: {
+ input: GetOrganizationCustomRulePolicyCommandInput;
+ output: GetOrganizationCustomRulePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/GetResourceConfigHistoryCommand.ts b/clients/client-config-service/src/commands/GetResourceConfigHistoryCommand.ts
index 6cd2d579f29a..7cfb84f2131a 100644
--- a/clients/client-config-service/src/commands/GetResourceConfigHistoryCommand.ts
+++ b/clients/client-config-service/src/commands/GetResourceConfigHistoryCommand.ts
@@ -169,4 +169,16 @@ export class GetResourceConfigHistoryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResourceConfigHistoryCommand)
.de(de_GetResourceConfigHistoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourceConfigHistoryRequest;
+ output: GetResourceConfigHistoryResponse;
+ };
+ sdk: {
+ input: GetResourceConfigHistoryCommandInput;
+ output: GetResourceConfigHistoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/GetResourceEvaluationSummaryCommand.ts b/clients/client-config-service/src/commands/GetResourceEvaluationSummaryCommand.ts
index eb8aca6916bd..9e79d8112f5d 100644
--- a/clients/client-config-service/src/commands/GetResourceEvaluationSummaryCommand.ts
+++ b/clients/client-config-service/src/commands/GetResourceEvaluationSummaryCommand.ts
@@ -107,4 +107,16 @@ export class GetResourceEvaluationSummaryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResourceEvaluationSummaryCommand)
.de(de_GetResourceEvaluationSummaryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourceEvaluationSummaryRequest;
+ output: GetResourceEvaluationSummaryResponse;
+ };
+ sdk: {
+ input: GetResourceEvaluationSummaryCommandInput;
+ output: GetResourceEvaluationSummaryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/GetStoredQueryCommand.ts b/clients/client-config-service/src/commands/GetStoredQueryCommand.ts
index 22de8bde8dcc..1920cdeaf311 100644
--- a/clients/client-config-service/src/commands/GetStoredQueryCommand.ts
+++ b/clients/client-config-service/src/commands/GetStoredQueryCommand.ts
@@ -91,4 +91,16 @@ export class GetStoredQueryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetStoredQueryCommand)
.de(de_GetStoredQueryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetStoredQueryRequest;
+ output: GetStoredQueryResponse;
+ };
+ sdk: {
+ input: GetStoredQueryCommandInput;
+ output: GetStoredQueryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/ListAggregateDiscoveredResourcesCommand.ts b/clients/client-config-service/src/commands/ListAggregateDiscoveredResourcesCommand.ts
index a00cc65aa64f..2fa5a2c9cd06 100644
--- a/clients/client-config-service/src/commands/ListAggregateDiscoveredResourcesCommand.ts
+++ b/clients/client-config-service/src/commands/ListAggregateDiscoveredResourcesCommand.ts
@@ -119,4 +119,16 @@ export class ListAggregateDiscoveredResourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAggregateDiscoveredResourcesCommand)
.de(de_ListAggregateDiscoveredResourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAggregateDiscoveredResourcesRequest;
+ output: ListAggregateDiscoveredResourcesResponse;
+ };
+ sdk: {
+ input: ListAggregateDiscoveredResourcesCommandInput;
+ output: ListAggregateDiscoveredResourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/ListConformancePackComplianceScoresCommand.ts b/clients/client-config-service/src/commands/ListConformancePackComplianceScoresCommand.ts
index 9ff32b2f35c8..58fb57a6ea9a 100644
--- a/clients/client-config-service/src/commands/ListConformancePackComplianceScoresCommand.ts
+++ b/clients/client-config-service/src/commands/ListConformancePackComplianceScoresCommand.ts
@@ -118,4 +118,16 @@ export class ListConformancePackComplianceScoresCommand extends $Command
.f(void 0, void 0)
.ser(se_ListConformancePackComplianceScoresCommand)
.de(de_ListConformancePackComplianceScoresCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListConformancePackComplianceScoresRequest;
+ output: ListConformancePackComplianceScoresResponse;
+ };
+ sdk: {
+ input: ListConformancePackComplianceScoresCommandInput;
+ output: ListConformancePackComplianceScoresCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/ListDiscoveredResourcesCommand.ts b/clients/client-config-service/src/commands/ListDiscoveredResourcesCommand.ts
index d4920934c06c..da3f3f75326b 100644
--- a/clients/client-config-service/src/commands/ListDiscoveredResourcesCommand.ts
+++ b/clients/client-config-service/src/commands/ListDiscoveredResourcesCommand.ts
@@ -126,4 +126,16 @@ export class ListDiscoveredResourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDiscoveredResourcesCommand)
.de(de_ListDiscoveredResourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDiscoveredResourcesRequest;
+ output: ListDiscoveredResourcesResponse;
+ };
+ sdk: {
+ input: ListDiscoveredResourcesCommandInput;
+ output: ListDiscoveredResourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/ListResourceEvaluationsCommand.ts b/clients/client-config-service/src/commands/ListResourceEvaluationsCommand.ts
index 24f625c62aa8..caa9346194a8 100644
--- a/clients/client-config-service/src/commands/ListResourceEvaluationsCommand.ts
+++ b/clients/client-config-service/src/commands/ListResourceEvaluationsCommand.ts
@@ -106,4 +106,16 @@ export class ListResourceEvaluationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListResourceEvaluationsCommand)
.de(de_ListResourceEvaluationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListResourceEvaluationsRequest;
+ output: ListResourceEvaluationsResponse;
+ };
+ sdk: {
+ input: ListResourceEvaluationsCommandInput;
+ output: ListResourceEvaluationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/ListStoredQueriesCommand.ts b/clients/client-config-service/src/commands/ListStoredQueriesCommand.ts
index c6303595251f..2a4fc26bdd11 100644
--- a/clients/client-config-service/src/commands/ListStoredQueriesCommand.ts
+++ b/clients/client-config-service/src/commands/ListStoredQueriesCommand.ts
@@ -96,4 +96,16 @@ export class ListStoredQueriesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStoredQueriesCommand)
.de(de_ListStoredQueriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStoredQueriesRequest;
+ output: ListStoredQueriesResponse;
+ };
+ sdk: {
+ input: ListStoredQueriesCommandInput;
+ output: ListStoredQueriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-config-service/src/commands/ListTagsForResourceCommand.ts
index a62c537a6812..c7dc7d42cf03 100644
--- a/clients/client-config-service/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-config-service/src/commands/ListTagsForResourceCommand.ts
@@ -102,4 +102,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/PutAggregationAuthorizationCommand.ts b/clients/client-config-service/src/commands/PutAggregationAuthorizationCommand.ts
index c4dd3f012f37..71612c6de88b 100644
--- a/clients/client-config-service/src/commands/PutAggregationAuthorizationCommand.ts
+++ b/clients/client-config-service/src/commands/PutAggregationAuthorizationCommand.ts
@@ -101,4 +101,16 @@ export class PutAggregationAuthorizationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutAggregationAuthorizationCommand)
.de(de_PutAggregationAuthorizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutAggregationAuthorizationRequest;
+ output: PutAggregationAuthorizationResponse;
+ };
+ sdk: {
+ input: PutAggregationAuthorizationCommandInput;
+ output: PutAggregationAuthorizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/PutConfigRuleCommand.ts b/clients/client-config-service/src/commands/PutConfigRuleCommand.ts
index 575947219bdf..92f7b24d2dad 100644
--- a/clients/client-config-service/src/commands/PutConfigRuleCommand.ts
+++ b/clients/client-config-service/src/commands/PutConfigRuleCommand.ts
@@ -226,4 +226,16 @@ export class PutConfigRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_PutConfigRuleCommand)
.de(de_PutConfigRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutConfigRuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutConfigRuleCommandInput;
+ output: PutConfigRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/PutConfigurationAggregatorCommand.ts b/clients/client-config-service/src/commands/PutConfigurationAggregatorCommand.ts
index 4396ec6d8f14..18671e076c3d 100644
--- a/clients/client-config-service/src/commands/PutConfigurationAggregatorCommand.ts
+++ b/clients/client-config-service/src/commands/PutConfigurationAggregatorCommand.ts
@@ -185,4 +185,16 @@ export class PutConfigurationAggregatorCommand extends $Command
.f(void 0, void 0)
.ser(se_PutConfigurationAggregatorCommand)
.de(de_PutConfigurationAggregatorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutConfigurationAggregatorRequest;
+ output: PutConfigurationAggregatorResponse;
+ };
+ sdk: {
+ input: PutConfigurationAggregatorCommandInput;
+ output: PutConfigurationAggregatorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/PutConfigurationRecorderCommand.ts b/clients/client-config-service/src/commands/PutConfigurationRecorderCommand.ts
index d30b9091b27a..e709be66fbc2 100644
--- a/clients/client-config-service/src/commands/PutConfigurationRecorderCommand.ts
+++ b/clients/client-config-service/src/commands/PutConfigurationRecorderCommand.ts
@@ -159,4 +159,16 @@ export class PutConfigurationRecorderCommand extends $Command
.f(void 0, void 0)
.ser(se_PutConfigurationRecorderCommand)
.de(de_PutConfigurationRecorderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutConfigurationRecorderRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutConfigurationRecorderCommandInput;
+ output: PutConfigurationRecorderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/PutConformancePackCommand.ts b/clients/client-config-service/src/commands/PutConformancePackCommand.ts
index f3bf1594cba3..f8f7c33709a6 100644
--- a/clients/client-config-service/src/commands/PutConformancePackCommand.ts
+++ b/clients/client-config-service/src/commands/PutConformancePackCommand.ts
@@ -163,4 +163,16 @@ export class PutConformancePackCommand extends $Command
.f(void 0, void 0)
.ser(se_PutConformancePackCommand)
.de(de_PutConformancePackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutConformancePackRequest;
+ output: PutConformancePackResponse;
+ };
+ sdk: {
+ input: PutConformancePackCommandInput;
+ output: PutConformancePackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/PutDeliveryChannelCommand.ts b/clients/client-config-service/src/commands/PutDeliveryChannelCommand.ts
index ea0d89c257bf..a844973d8ecf 100644
--- a/clients/client-config-service/src/commands/PutDeliveryChannelCommand.ts
+++ b/clients/client-config-service/src/commands/PutDeliveryChannelCommand.ts
@@ -128,4 +128,16 @@ export class PutDeliveryChannelCommand extends $Command
.f(void 0, void 0)
.ser(se_PutDeliveryChannelCommand)
.de(de_PutDeliveryChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutDeliveryChannelRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutDeliveryChannelCommandInput;
+ output: PutDeliveryChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/PutEvaluationsCommand.ts b/clients/client-config-service/src/commands/PutEvaluationsCommand.ts
index f29fcc9df1e9..58c636f90fa3 100644
--- a/clients/client-config-service/src/commands/PutEvaluationsCommand.ts
+++ b/clients/client-config-service/src/commands/PutEvaluationsCommand.ts
@@ -107,4 +107,16 @@ export class PutEvaluationsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutEvaluationsCommand)
.de(de_PutEvaluationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutEvaluationsRequest;
+ output: PutEvaluationsResponse;
+ };
+ sdk: {
+ input: PutEvaluationsCommandInput;
+ output: PutEvaluationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/PutExternalEvaluationCommand.ts b/clients/client-config-service/src/commands/PutExternalEvaluationCommand.ts
index 9979b98f8fcd..228d7c2292f2 100644
--- a/clients/client-config-service/src/commands/PutExternalEvaluationCommand.ts
+++ b/clients/client-config-service/src/commands/PutExternalEvaluationCommand.ts
@@ -90,4 +90,16 @@ export class PutExternalEvaluationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutExternalEvaluationCommand)
.de(de_PutExternalEvaluationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutExternalEvaluationRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutExternalEvaluationCommandInput;
+ output: PutExternalEvaluationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/PutOrganizationConfigRuleCommand.ts b/clients/client-config-service/src/commands/PutOrganizationConfigRuleCommand.ts
index 672275621ec0..4a7876592ed2 100644
--- a/clients/client-config-service/src/commands/PutOrganizationConfigRuleCommand.ts
+++ b/clients/client-config-service/src/commands/PutOrganizationConfigRuleCommand.ts
@@ -252,4 +252,16 @@ export class PutOrganizationConfigRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_PutOrganizationConfigRuleCommand)
.de(de_PutOrganizationConfigRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutOrganizationConfigRuleRequest;
+ output: PutOrganizationConfigRuleResponse;
+ };
+ sdk: {
+ input: PutOrganizationConfigRuleCommandInput;
+ output: PutOrganizationConfigRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/PutOrganizationConformancePackCommand.ts b/clients/client-config-service/src/commands/PutOrganizationConformancePackCommand.ts
index b961a6544b1d..a55b506e38f0 100644
--- a/clients/client-config-service/src/commands/PutOrganizationConformancePackCommand.ts
+++ b/clients/client-config-service/src/commands/PutOrganizationConformancePackCommand.ts
@@ -205,4 +205,16 @@ export class PutOrganizationConformancePackCommand extends $Command
.f(void 0, void 0)
.ser(se_PutOrganizationConformancePackCommand)
.de(de_PutOrganizationConformancePackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutOrganizationConformancePackRequest;
+ output: PutOrganizationConformancePackResponse;
+ };
+ sdk: {
+ input: PutOrganizationConformancePackCommandInput;
+ output: PutOrganizationConformancePackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/PutRemediationConfigurationsCommand.ts b/clients/client-config-service/src/commands/PutRemediationConfigurationsCommand.ts
index 61aee94c2c91..69dbd77f6065 100644
--- a/clients/client-config-service/src/commands/PutRemediationConfigurationsCommand.ts
+++ b/clients/client-config-service/src/commands/PutRemediationConfigurationsCommand.ts
@@ -208,4 +208,16 @@ export class PutRemediationConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRemediationConfigurationsCommand)
.de(de_PutRemediationConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRemediationConfigurationsRequest;
+ output: PutRemediationConfigurationsResponse;
+ };
+ sdk: {
+ input: PutRemediationConfigurationsCommandInput;
+ output: PutRemediationConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/PutRemediationExceptionsCommand.ts b/clients/client-config-service/src/commands/PutRemediationExceptionsCommand.ts
index e7209b5c26ba..5816fdbeb63d 100644
--- a/clients/client-config-service/src/commands/PutRemediationExceptionsCommand.ts
+++ b/clients/client-config-service/src/commands/PutRemediationExceptionsCommand.ts
@@ -163,4 +163,16 @@ export class PutRemediationExceptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRemediationExceptionsCommand)
.de(de_PutRemediationExceptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRemediationExceptionsRequest;
+ output: PutRemediationExceptionsResponse;
+ };
+ sdk: {
+ input: PutRemediationExceptionsCommandInput;
+ output: PutRemediationExceptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/PutResourceConfigCommand.ts b/clients/client-config-service/src/commands/PutResourceConfigCommand.ts
index f65524596c12..0312ebabf0b0 100644
--- a/clients/client-config-service/src/commands/PutResourceConfigCommand.ts
+++ b/clients/client-config-service/src/commands/PutResourceConfigCommand.ts
@@ -129,4 +129,16 @@ export class PutResourceConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_PutResourceConfigCommand)
.de(de_PutResourceConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutResourceConfigRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutResourceConfigCommandInput;
+ output: PutResourceConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/PutRetentionConfigurationCommand.ts b/clients/client-config-service/src/commands/PutRetentionConfigurationCommand.ts
index ae6d09c7ab23..82acb94f6372 100644
--- a/clients/client-config-service/src/commands/PutRetentionConfigurationCommand.ts
+++ b/clients/client-config-service/src/commands/PutRetentionConfigurationCommand.ts
@@ -97,4 +97,16 @@ export class PutRetentionConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRetentionConfigurationCommand)
.de(de_PutRetentionConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRetentionConfigurationRequest;
+ output: PutRetentionConfigurationResponse;
+ };
+ sdk: {
+ input: PutRetentionConfigurationCommandInput;
+ output: PutRetentionConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/PutStoredQueryCommand.ts b/clients/client-config-service/src/commands/PutStoredQueryCommand.ts
index 96851c9ef3ac..b75066c4b527 100644
--- a/clients/client-config-service/src/commands/PutStoredQueryCommand.ts
+++ b/clients/client-config-service/src/commands/PutStoredQueryCommand.ts
@@ -109,4 +109,16 @@ export class PutStoredQueryCommand extends $Command
.f(void 0, void 0)
.ser(se_PutStoredQueryCommand)
.de(de_PutStoredQueryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutStoredQueryRequest;
+ output: PutStoredQueryResponse;
+ };
+ sdk: {
+ input: PutStoredQueryCommandInput;
+ output: PutStoredQueryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/SelectAggregateResourceConfigCommand.ts b/clients/client-config-service/src/commands/SelectAggregateResourceConfigCommand.ts
index 06f2ef318b0b..203d46afdd11 100644
--- a/clients/client-config-service/src/commands/SelectAggregateResourceConfigCommand.ts
+++ b/clients/client-config-service/src/commands/SelectAggregateResourceConfigCommand.ts
@@ -121,4 +121,16 @@ export class SelectAggregateResourceConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_SelectAggregateResourceConfigCommand)
.de(de_SelectAggregateResourceConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SelectAggregateResourceConfigRequest;
+ output: SelectAggregateResourceConfigResponse;
+ };
+ sdk: {
+ input: SelectAggregateResourceConfigCommandInput;
+ output: SelectAggregateResourceConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/SelectResourceConfigCommand.ts b/clients/client-config-service/src/commands/SelectResourceConfigCommand.ts
index 90e6794de0b9..652d5fe05b74 100644
--- a/clients/client-config-service/src/commands/SelectResourceConfigCommand.ts
+++ b/clients/client-config-service/src/commands/SelectResourceConfigCommand.ts
@@ -104,4 +104,16 @@ export class SelectResourceConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_SelectResourceConfigCommand)
.de(de_SelectResourceConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SelectResourceConfigRequest;
+ output: SelectResourceConfigResponse;
+ };
+ sdk: {
+ input: SelectResourceConfigCommandInput;
+ output: SelectResourceConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/StartConfigRulesEvaluationCommand.ts b/clients/client-config-service/src/commands/StartConfigRulesEvaluationCommand.ts
index 6ecfd56f778c..6a49c45306fc 100644
--- a/clients/client-config-service/src/commands/StartConfigRulesEvaluationCommand.ts
+++ b/clients/client-config-service/src/commands/StartConfigRulesEvaluationCommand.ts
@@ -163,4 +163,16 @@ export class StartConfigRulesEvaluationCommand extends $Command
.f(void 0, void 0)
.ser(se_StartConfigRulesEvaluationCommand)
.de(de_StartConfigRulesEvaluationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartConfigRulesEvaluationRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartConfigRulesEvaluationCommandInput;
+ output: StartConfigRulesEvaluationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/StartConfigurationRecorderCommand.ts b/clients/client-config-service/src/commands/StartConfigurationRecorderCommand.ts
index 52d62bba35d0..a6a11ff54f3f 100644
--- a/clients/client-config-service/src/commands/StartConfigurationRecorderCommand.ts
+++ b/clients/client-config-service/src/commands/StartConfigurationRecorderCommand.ts
@@ -86,4 +86,16 @@ export class StartConfigurationRecorderCommand extends $Command
.f(void 0, void 0)
.ser(se_StartConfigurationRecorderCommand)
.de(de_StartConfigurationRecorderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartConfigurationRecorderRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartConfigurationRecorderCommandInput;
+ output: StartConfigurationRecorderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/StartRemediationExecutionCommand.ts b/clients/client-config-service/src/commands/StartRemediationExecutionCommand.ts
index 080e8812fba5..10e1538f5351 100644
--- a/clients/client-config-service/src/commands/StartRemediationExecutionCommand.ts
+++ b/clients/client-config-service/src/commands/StartRemediationExecutionCommand.ts
@@ -122,4 +122,16 @@ export class StartRemediationExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartRemediationExecutionCommand)
.de(de_StartRemediationExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartRemediationExecutionRequest;
+ output: StartRemediationExecutionResponse;
+ };
+ sdk: {
+ input: StartRemediationExecutionCommandInput;
+ output: StartRemediationExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/StartResourceEvaluationCommand.ts b/clients/client-config-service/src/commands/StartResourceEvaluationCommand.ts
index 9eff1a6dead6..e95b440b2eb3 100644
--- a/clients/client-config-service/src/commands/StartResourceEvaluationCommand.ts
+++ b/clients/client-config-service/src/commands/StartResourceEvaluationCommand.ts
@@ -105,4 +105,16 @@ export class StartResourceEvaluationCommand extends $Command
.f(void 0, void 0)
.ser(se_StartResourceEvaluationCommand)
.de(de_StartResourceEvaluationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartResourceEvaluationRequest;
+ output: StartResourceEvaluationResponse;
+ };
+ sdk: {
+ input: StartResourceEvaluationCommandInput;
+ output: StartResourceEvaluationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/StopConfigurationRecorderCommand.ts b/clients/client-config-service/src/commands/StopConfigurationRecorderCommand.ts
index f7276bc58765..79d56dc7a011 100644
--- a/clients/client-config-service/src/commands/StopConfigurationRecorderCommand.ts
+++ b/clients/client-config-service/src/commands/StopConfigurationRecorderCommand.ts
@@ -79,4 +79,16 @@ export class StopConfigurationRecorderCommand extends $Command
.f(void 0, void 0)
.ser(se_StopConfigurationRecorderCommand)
.de(de_StopConfigurationRecorderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopConfigurationRecorderRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopConfigurationRecorderCommandInput;
+ output: StopConfigurationRecorderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/TagResourceCommand.ts b/clients/client-config-service/src/commands/TagResourceCommand.ts
index a9343493e0df..5d0e9d6c3933 100644
--- a/clients/client-config-service/src/commands/TagResourceCommand.ts
+++ b/clients/client-config-service/src/commands/TagResourceCommand.ts
@@ -96,4 +96,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-config-service/src/commands/UntagResourceCommand.ts b/clients/client-config-service/src/commands/UntagResourceCommand.ts
index 33e7fefc76d8..520a54d5523b 100644
--- a/clients/client-config-service/src/commands/UntagResourceCommand.ts
+++ b/clients/client-config-service/src/commands/UntagResourceCommand.ts
@@ -86,4 +86,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect-contact-lens/package.json b/clients/client-connect-contact-lens/package.json
index 40ceb51557d3..9f63ee3f41f2 100644
--- a/clients/client-connect-contact-lens/package.json
+++ b/clients/client-connect-contact-lens/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-connect-contact-lens/src/commands/ListRealtimeContactAnalysisSegmentsCommand.ts b/clients/client-connect-contact-lens/src/commands/ListRealtimeContactAnalysisSegmentsCommand.ts
index 3a3d4427b39f..32268c64138f 100644
--- a/clients/client-connect-contact-lens/src/commands/ListRealtimeContactAnalysisSegmentsCommand.ts
+++ b/clients/client-connect-contact-lens/src/commands/ListRealtimeContactAnalysisSegmentsCommand.ts
@@ -148,4 +148,16 @@ export class ListRealtimeContactAnalysisSegmentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRealtimeContactAnalysisSegmentsCommand)
.de(de_ListRealtimeContactAnalysisSegmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRealtimeContactAnalysisSegmentsRequest;
+ output: ListRealtimeContactAnalysisSegmentsResponse;
+ };
+ sdk: {
+ input: ListRealtimeContactAnalysisSegmentsCommandInput;
+ output: ListRealtimeContactAnalysisSegmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/package.json b/clients/client-connect/package.json
index 7d4b1f0afe9b..7910191ecfa1 100644
--- a/clients/client-connect/package.json
+++ b/clients/client-connect/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-connect/src/commands/ActivateEvaluationFormCommand.ts b/clients/client-connect/src/commands/ActivateEvaluationFormCommand.ts
index 2077f3e8fec1..a58c1eda6a9f 100644
--- a/clients/client-connect/src/commands/ActivateEvaluationFormCommand.ts
+++ b/clients/client-connect/src/commands/ActivateEvaluationFormCommand.ts
@@ -97,4 +97,16 @@ export class ActivateEvaluationFormCommand extends $Command
.f(void 0, void 0)
.ser(se_ActivateEvaluationFormCommand)
.de(de_ActivateEvaluationFormCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ActivateEvaluationFormRequest;
+ output: ActivateEvaluationFormResponse;
+ };
+ sdk: {
+ input: ActivateEvaluationFormCommandInput;
+ output: ActivateEvaluationFormCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/AssociateAnalyticsDataSetCommand.ts b/clients/client-connect/src/commands/AssociateAnalyticsDataSetCommand.ts
index b8b348a44c7e..bf2300addb7a 100644
--- a/clients/client-connect/src/commands/AssociateAnalyticsDataSetCommand.ts
+++ b/clients/client-connect/src/commands/AssociateAnalyticsDataSetCommand.ts
@@ -99,4 +99,16 @@ export class AssociateAnalyticsDataSetCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateAnalyticsDataSetCommand)
.de(de_AssociateAnalyticsDataSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateAnalyticsDataSetRequest;
+ output: AssociateAnalyticsDataSetResponse;
+ };
+ sdk: {
+ input: AssociateAnalyticsDataSetCommandInput;
+ output: AssociateAnalyticsDataSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/AssociateApprovedOriginCommand.ts b/clients/client-connect/src/commands/AssociateApprovedOriginCommand.ts
index 8b63c72e8a7f..6a11ec2d61aa 100644
--- a/clients/client-connect/src/commands/AssociateApprovedOriginCommand.ts
+++ b/clients/client-connect/src/commands/AssociateApprovedOriginCommand.ts
@@ -98,4 +98,16 @@ export class AssociateApprovedOriginCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateApprovedOriginCommand)
.de(de_AssociateApprovedOriginCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateApprovedOriginRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateApprovedOriginCommandInput;
+ output: AssociateApprovedOriginCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/AssociateBotCommand.ts b/clients/client-connect/src/commands/AssociateBotCommand.ts
index 8521c18c4371..5317896435ba 100644
--- a/clients/client-connect/src/commands/AssociateBotCommand.ts
+++ b/clients/client-connect/src/commands/AssociateBotCommand.ts
@@ -105,4 +105,16 @@ export class AssociateBotCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateBotCommand)
.de(de_AssociateBotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateBotRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateBotCommandInput;
+ output: AssociateBotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/AssociateDefaultVocabularyCommand.ts b/clients/client-connect/src/commands/AssociateDefaultVocabularyCommand.ts
index cd7a14b6cba0..71fcc4f8ca6b 100644
--- a/clients/client-connect/src/commands/AssociateDefaultVocabularyCommand.ts
+++ b/clients/client-connect/src/commands/AssociateDefaultVocabularyCommand.ts
@@ -93,4 +93,16 @@ export class AssociateDefaultVocabularyCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateDefaultVocabularyCommand)
.de(de_AssociateDefaultVocabularyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateDefaultVocabularyRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateDefaultVocabularyCommandInput;
+ output: AssociateDefaultVocabularyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/AssociateFlowCommand.ts b/clients/client-connect/src/commands/AssociateFlowCommand.ts
index 0a1fb2b5cd9b..43557bff0a0f 100644
--- a/clients/client-connect/src/commands/AssociateFlowCommand.ts
+++ b/clients/client-connect/src/commands/AssociateFlowCommand.ts
@@ -96,4 +96,16 @@ export class AssociateFlowCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateFlowCommand)
.de(de_AssociateFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateFlowRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateFlowCommandInput;
+ output: AssociateFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/AssociateInstanceStorageConfigCommand.ts b/clients/client-connect/src/commands/AssociateInstanceStorageConfigCommand.ts
index d4eac84e124e..bfdfa2e43dc3 100644
--- a/clients/client-connect/src/commands/AssociateInstanceStorageConfigCommand.ts
+++ b/clients/client-connect/src/commands/AssociateInstanceStorageConfigCommand.ts
@@ -133,4 +133,16 @@ export class AssociateInstanceStorageConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateInstanceStorageConfigCommand)
.de(de_AssociateInstanceStorageConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateInstanceStorageConfigRequest;
+ output: AssociateInstanceStorageConfigResponse;
+ };
+ sdk: {
+ input: AssociateInstanceStorageConfigCommandInput;
+ output: AssociateInstanceStorageConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/AssociateLambdaFunctionCommand.ts b/clients/client-connect/src/commands/AssociateLambdaFunctionCommand.ts
index d50dcc265298..961c89fc0444 100644
--- a/clients/client-connect/src/commands/AssociateLambdaFunctionCommand.ts
+++ b/clients/client-connect/src/commands/AssociateLambdaFunctionCommand.ts
@@ -99,4 +99,16 @@ export class AssociateLambdaFunctionCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateLambdaFunctionCommand)
.de(de_AssociateLambdaFunctionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateLambdaFunctionRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateLambdaFunctionCommandInput;
+ output: AssociateLambdaFunctionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/AssociateLexBotCommand.ts b/clients/client-connect/src/commands/AssociateLexBotCommand.ts
index 24b9bfbc4663..59ceea41dc9b 100644
--- a/clients/client-connect/src/commands/AssociateLexBotCommand.ts
+++ b/clients/client-connect/src/commands/AssociateLexBotCommand.ts
@@ -102,4 +102,16 @@ export class AssociateLexBotCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateLexBotCommand)
.de(de_AssociateLexBotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateLexBotRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateLexBotCommandInput;
+ output: AssociateLexBotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/AssociatePhoneNumberContactFlowCommand.ts b/clients/client-connect/src/commands/AssociatePhoneNumberContactFlowCommand.ts
index 69eb822f0782..0b24d581e075 100644
--- a/clients/client-connect/src/commands/AssociatePhoneNumberContactFlowCommand.ts
+++ b/clients/client-connect/src/commands/AssociatePhoneNumberContactFlowCommand.ts
@@ -106,4 +106,16 @@ export class AssociatePhoneNumberContactFlowCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociatePhoneNumberContactFlowCommand)
.de(de_AssociatePhoneNumberContactFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociatePhoneNumberContactFlowRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociatePhoneNumberContactFlowCommandInput;
+ output: AssociatePhoneNumberContactFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/AssociateQueueQuickConnectsCommand.ts b/clients/client-connect/src/commands/AssociateQueueQuickConnectsCommand.ts
index 012790cf4aaf..ea49ca813a25 100644
--- a/clients/client-connect/src/commands/AssociateQueueQuickConnectsCommand.ts
+++ b/clients/client-connect/src/commands/AssociateQueueQuickConnectsCommand.ts
@@ -101,4 +101,16 @@ export class AssociateQueueQuickConnectsCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateQueueQuickConnectsCommand)
.de(de_AssociateQueueQuickConnectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateQueueQuickConnectsRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateQueueQuickConnectsCommandInput;
+ output: AssociateQueueQuickConnectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/AssociateRoutingProfileQueuesCommand.ts b/clients/client-connect/src/commands/AssociateRoutingProfileQueuesCommand.ts
index 5a1486651fe8..c89a3a572bf4 100644
--- a/clients/client-connect/src/commands/AssociateRoutingProfileQueuesCommand.ts
+++ b/clients/client-connect/src/commands/AssociateRoutingProfileQueuesCommand.ts
@@ -104,4 +104,16 @@ export class AssociateRoutingProfileQueuesCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateRoutingProfileQueuesCommand)
.de(de_AssociateRoutingProfileQueuesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateRoutingProfileQueuesRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateRoutingProfileQueuesCommandInput;
+ output: AssociateRoutingProfileQueuesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/AssociateSecurityKeyCommand.ts b/clients/client-connect/src/commands/AssociateSecurityKeyCommand.ts
index aafd95d4ede7..a227bd6951bc 100644
--- a/clients/client-connect/src/commands/AssociateSecurityKeyCommand.ts
+++ b/clients/client-connect/src/commands/AssociateSecurityKeyCommand.ts
@@ -100,4 +100,16 @@ export class AssociateSecurityKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateSecurityKeyCommand)
.de(de_AssociateSecurityKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateSecurityKeyRequest;
+ output: AssociateSecurityKeyResponse;
+ };
+ sdk: {
+ input: AssociateSecurityKeyCommandInput;
+ output: AssociateSecurityKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/AssociateTrafficDistributionGroupUserCommand.ts b/clients/client-connect/src/commands/AssociateTrafficDistributionGroupUserCommand.ts
index 07fa56d0ead3..e0c1fdfb249d 100644
--- a/clients/client-connect/src/commands/AssociateTrafficDistributionGroupUserCommand.ts
+++ b/clients/client-connect/src/commands/AssociateTrafficDistributionGroupUserCommand.ts
@@ -104,4 +104,16 @@ export class AssociateTrafficDistributionGroupUserCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateTrafficDistributionGroupUserCommand)
.de(de_AssociateTrafficDistributionGroupUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateTrafficDistributionGroupUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateTrafficDistributionGroupUserCommandInput;
+ output: AssociateTrafficDistributionGroupUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/AssociateUserProficienciesCommand.ts b/clients/client-connect/src/commands/AssociateUserProficienciesCommand.ts
index 7de2db07721f..8ca26358cb0b 100644
--- a/clients/client-connect/src/commands/AssociateUserProficienciesCommand.ts
+++ b/clients/client-connect/src/commands/AssociateUserProficienciesCommand.ts
@@ -98,4 +98,16 @@ export class AssociateUserProficienciesCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateUserProficienciesCommand)
.de(de_AssociateUserProficienciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateUserProficienciesRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateUserProficienciesCommandInput;
+ output: AssociateUserProficienciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/BatchAssociateAnalyticsDataSetCommand.ts b/clients/client-connect/src/commands/BatchAssociateAnalyticsDataSetCommand.ts
index 9180162aeb24..0f277ecfc56f 100644
--- a/clients/client-connect/src/commands/BatchAssociateAnalyticsDataSetCommand.ts
+++ b/clients/client-connect/src/commands/BatchAssociateAnalyticsDataSetCommand.ts
@@ -116,4 +116,16 @@ export class BatchAssociateAnalyticsDataSetCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchAssociateAnalyticsDataSetCommand)
.de(de_BatchAssociateAnalyticsDataSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchAssociateAnalyticsDataSetRequest;
+ output: BatchAssociateAnalyticsDataSetResponse;
+ };
+ sdk: {
+ input: BatchAssociateAnalyticsDataSetCommandInput;
+ output: BatchAssociateAnalyticsDataSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/BatchDisassociateAnalyticsDataSetCommand.ts b/clients/client-connect/src/commands/BatchDisassociateAnalyticsDataSetCommand.ts
index d7b21bca519d..25be105baf73 100644
--- a/clients/client-connect/src/commands/BatchDisassociateAnalyticsDataSetCommand.ts
+++ b/clients/client-connect/src/commands/BatchDisassociateAnalyticsDataSetCommand.ts
@@ -114,4 +114,16 @@ export class BatchDisassociateAnalyticsDataSetCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDisassociateAnalyticsDataSetCommand)
.de(de_BatchDisassociateAnalyticsDataSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDisassociateAnalyticsDataSetRequest;
+ output: BatchDisassociateAnalyticsDataSetResponse;
+ };
+ sdk: {
+ input: BatchDisassociateAnalyticsDataSetCommandInput;
+ output: BatchDisassociateAnalyticsDataSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/BatchGetAttachedFileMetadataCommand.ts b/clients/client-connect/src/commands/BatchGetAttachedFileMetadataCommand.ts
index 9f69cfee17fa..a5adeb9edad7 100644
--- a/clients/client-connect/src/commands/BatchGetAttachedFileMetadataCommand.ts
+++ b/clients/client-connect/src/commands/BatchGetAttachedFileMetadataCommand.ts
@@ -128,4 +128,16 @@ export class BatchGetAttachedFileMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetAttachedFileMetadataCommand)
.de(de_BatchGetAttachedFileMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetAttachedFileMetadataRequest;
+ output: BatchGetAttachedFileMetadataResponse;
+ };
+ sdk: {
+ input: BatchGetAttachedFileMetadataCommandInput;
+ output: BatchGetAttachedFileMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/BatchGetFlowAssociationCommand.ts b/clients/client-connect/src/commands/BatchGetFlowAssociationCommand.ts
index 3679cd931679..9d9bd537eec9 100644
--- a/clients/client-connect/src/commands/BatchGetFlowAssociationCommand.ts
+++ b/clients/client-connect/src/commands/BatchGetFlowAssociationCommand.ts
@@ -105,4 +105,16 @@ export class BatchGetFlowAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetFlowAssociationCommand)
.de(de_BatchGetFlowAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetFlowAssociationRequest;
+ output: BatchGetFlowAssociationResponse;
+ };
+ sdk: {
+ input: BatchGetFlowAssociationCommandInput;
+ output: BatchGetFlowAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/BatchPutContactCommand.ts b/clients/client-connect/src/commands/BatchPutContactCommand.ts
index cbc9d711e9e0..7a8e39b0c078 100644
--- a/clients/client-connect/src/commands/BatchPutContactCommand.ts
+++ b/clients/client-connect/src/commands/BatchPutContactCommand.ts
@@ -136,4 +136,16 @@ export class BatchPutContactCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchPutContactCommand)
.de(de_BatchPutContactCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchPutContactRequest;
+ output: BatchPutContactResponse;
+ };
+ sdk: {
+ input: BatchPutContactCommandInput;
+ output: BatchPutContactCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ClaimPhoneNumberCommand.ts b/clients/client-connect/src/commands/ClaimPhoneNumberCommand.ts
index b953936d1c7d..799f910ecc32 100644
--- a/clients/client-connect/src/commands/ClaimPhoneNumberCommand.ts
+++ b/clients/client-connect/src/commands/ClaimPhoneNumberCommand.ts
@@ -126,4 +126,16 @@ export class ClaimPhoneNumberCommand extends $Command
.f(void 0, void 0)
.ser(se_ClaimPhoneNumberCommand)
.de(de_ClaimPhoneNumberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ClaimPhoneNumberRequest;
+ output: ClaimPhoneNumberResponse;
+ };
+ sdk: {
+ input: ClaimPhoneNumberCommandInput;
+ output: ClaimPhoneNumberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CompleteAttachedFileUploadCommand.ts b/clients/client-connect/src/commands/CompleteAttachedFileUploadCommand.ts
index f6c03c257ad8..ced724dc9927 100644
--- a/clients/client-connect/src/commands/CompleteAttachedFileUploadCommand.ts
+++ b/clients/client-connect/src/commands/CompleteAttachedFileUploadCommand.ts
@@ -93,4 +93,16 @@ export class CompleteAttachedFileUploadCommand extends $Command
.f(void 0, void 0)
.ser(se_CompleteAttachedFileUploadCommand)
.de(de_CompleteAttachedFileUploadCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CompleteAttachedFileUploadRequest;
+ output: {};
+ };
+ sdk: {
+ input: CompleteAttachedFileUploadCommandInput;
+ output: CompleteAttachedFileUploadCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CreateAgentStatusCommand.ts b/clients/client-connect/src/commands/CreateAgentStatusCommand.ts
index 11f8deb4707f..5168af5e3f3d 100644
--- a/clients/client-connect/src/commands/CreateAgentStatusCommand.ts
+++ b/clients/client-connect/src/commands/CreateAgentStatusCommand.ts
@@ -107,4 +107,16 @@ export class CreateAgentStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAgentStatusCommand)
.de(de_CreateAgentStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAgentStatusRequest;
+ output: CreateAgentStatusResponse;
+ };
+ sdk: {
+ input: CreateAgentStatusCommandInput;
+ output: CreateAgentStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CreateContactFlowCommand.ts b/clients/client-connect/src/commands/CreateContactFlowCommand.ts
index 3784f6cde79a..61ff951d4375 100644
--- a/clients/client-connect/src/commands/CreateContactFlowCommand.ts
+++ b/clients/client-connect/src/commands/CreateContactFlowCommand.ts
@@ -112,4 +112,16 @@ export class CreateContactFlowCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateContactFlowCommand)
.de(de_CreateContactFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateContactFlowRequest;
+ output: CreateContactFlowResponse;
+ };
+ sdk: {
+ input: CreateContactFlowCommandInput;
+ output: CreateContactFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CreateContactFlowModuleCommand.ts b/clients/client-connect/src/commands/CreateContactFlowModuleCommand.ts
index 7d2ff52d7e68..16d90ac18a74 100644
--- a/clients/client-connect/src/commands/CreateContactFlowModuleCommand.ts
+++ b/clients/client-connect/src/commands/CreateContactFlowModuleCommand.ts
@@ -115,4 +115,16 @@ export class CreateContactFlowModuleCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateContactFlowModuleCommand)
.de(de_CreateContactFlowModuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateContactFlowModuleRequest;
+ output: CreateContactFlowModuleResponse;
+ };
+ sdk: {
+ input: CreateContactFlowModuleCommandInput;
+ output: CreateContactFlowModuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CreateEvaluationFormCommand.ts b/clients/client-connect/src/commands/CreateEvaluationFormCommand.ts
index a0da52f55bfd..55151ac2445e 100644
--- a/clients/client-connect/src/commands/CreateEvaluationFormCommand.ts
+++ b/clients/client-connect/src/commands/CreateEvaluationFormCommand.ts
@@ -228,4 +228,16 @@ export class CreateEvaluationFormCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEvaluationFormCommand)
.de(de_CreateEvaluationFormCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEvaluationFormRequest;
+ output: CreateEvaluationFormResponse;
+ };
+ sdk: {
+ input: CreateEvaluationFormCommandInput;
+ output: CreateEvaluationFormCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CreateHoursOfOperationCommand.ts b/clients/client-connect/src/commands/CreateHoursOfOperationCommand.ts
index ed775ee8433c..c8055b4944b7 100644
--- a/clients/client-connect/src/commands/CreateHoursOfOperationCommand.ts
+++ b/clients/client-connect/src/commands/CreateHoursOfOperationCommand.ts
@@ -119,4 +119,16 @@ export class CreateHoursOfOperationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateHoursOfOperationCommand)
.de(de_CreateHoursOfOperationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateHoursOfOperationRequest;
+ output: CreateHoursOfOperationResponse;
+ };
+ sdk: {
+ input: CreateHoursOfOperationCommandInput;
+ output: CreateHoursOfOperationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CreateInstanceCommand.ts b/clients/client-connect/src/commands/CreateInstanceCommand.ts
index 5cf09c18fab2..5f9b8b7fd46e 100644
--- a/clients/client-connect/src/commands/CreateInstanceCommand.ts
+++ b/clients/client-connect/src/commands/CreateInstanceCommand.ts
@@ -113,4 +113,16 @@ export class CreateInstanceCommand extends $Command
.f(CreateInstanceRequestFilterSensitiveLog, void 0)
.ser(se_CreateInstanceCommand)
.de(de_CreateInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateInstanceRequest;
+ output: CreateInstanceResponse;
+ };
+ sdk: {
+ input: CreateInstanceCommandInput;
+ output: CreateInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CreateIntegrationAssociationCommand.ts b/clients/client-connect/src/commands/CreateIntegrationAssociationCommand.ts
index 4f48686544e8..1e9821a6bca7 100644
--- a/clients/client-connect/src/commands/CreateIntegrationAssociationCommand.ts
+++ b/clients/client-connect/src/commands/CreateIntegrationAssociationCommand.ts
@@ -107,4 +107,16 @@ export class CreateIntegrationAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateIntegrationAssociationCommand)
.de(de_CreateIntegrationAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateIntegrationAssociationRequest;
+ output: CreateIntegrationAssociationResponse;
+ };
+ sdk: {
+ input: CreateIntegrationAssociationCommandInput;
+ output: CreateIntegrationAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CreateParticipantCommand.ts b/clients/client-connect/src/commands/CreateParticipantCommand.ts
index cf172f2f7d05..c4ad9f9a184b 100644
--- a/clients/client-connect/src/commands/CreateParticipantCommand.ts
+++ b/clients/client-connect/src/commands/CreateParticipantCommand.ts
@@ -103,4 +103,16 @@ export class CreateParticipantCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateParticipantCommand)
.de(de_CreateParticipantCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateParticipantRequest;
+ output: CreateParticipantResponse;
+ };
+ sdk: {
+ input: CreateParticipantCommandInput;
+ output: CreateParticipantCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CreatePersistentContactAssociationCommand.ts b/clients/client-connect/src/commands/CreatePersistentContactAssociationCommand.ts
index 88eb164e8a8d..5e4550643904 100644
--- a/clients/client-connect/src/commands/CreatePersistentContactAssociationCommand.ts
+++ b/clients/client-connect/src/commands/CreatePersistentContactAssociationCommand.ts
@@ -109,4 +109,16 @@ export class CreatePersistentContactAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePersistentContactAssociationCommand)
.de(de_CreatePersistentContactAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePersistentContactAssociationRequest;
+ output: CreatePersistentContactAssociationResponse;
+ };
+ sdk: {
+ input: CreatePersistentContactAssociationCommandInput;
+ output: CreatePersistentContactAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CreatePredefinedAttributeCommand.ts b/clients/client-connect/src/commands/CreatePredefinedAttributeCommand.ts
index b678ff5ff142..4073dc99fd61 100644
--- a/clients/client-connect/src/commands/CreatePredefinedAttributeCommand.ts
+++ b/clients/client-connect/src/commands/CreatePredefinedAttributeCommand.ts
@@ -105,4 +105,16 @@ export class CreatePredefinedAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePredefinedAttributeCommand)
.de(de_CreatePredefinedAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePredefinedAttributeRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreatePredefinedAttributeCommandInput;
+ output: CreatePredefinedAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CreatePromptCommand.ts b/clients/client-connect/src/commands/CreatePromptCommand.ts
index 9996e64bd638..85897cedeb9e 100644
--- a/clients/client-connect/src/commands/CreatePromptCommand.ts
+++ b/clients/client-connect/src/commands/CreatePromptCommand.ts
@@ -104,4 +104,16 @@ export class CreatePromptCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePromptCommand)
.de(de_CreatePromptCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePromptRequest;
+ output: CreatePromptResponse;
+ };
+ sdk: {
+ input: CreatePromptCommandInput;
+ output: CreatePromptCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CreateQueueCommand.ts b/clients/client-connect/src/commands/CreateQueueCommand.ts
index ed7451b59945..8db42324620b 100644
--- a/clients/client-connect/src/commands/CreateQueueCommand.ts
+++ b/clients/client-connect/src/commands/CreateQueueCommand.ts
@@ -137,4 +137,16 @@ export class CreateQueueCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateQueueCommand)
.de(de_CreateQueueCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateQueueRequest;
+ output: CreateQueueResponse;
+ };
+ sdk: {
+ input: CreateQueueCommandInput;
+ output: CreateQueueCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CreateQuickConnectCommand.ts b/clients/client-connect/src/commands/CreateQuickConnectCommand.ts
index fd326aaf6c09..431660cb436e 100644
--- a/clients/client-connect/src/commands/CreateQuickConnectCommand.ts
+++ b/clients/client-connect/src/commands/CreateQuickConnectCommand.ts
@@ -118,4 +118,16 @@ export class CreateQuickConnectCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateQuickConnectCommand)
.de(de_CreateQuickConnectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateQuickConnectRequest;
+ output: CreateQuickConnectResponse;
+ };
+ sdk: {
+ input: CreateQuickConnectCommandInput;
+ output: CreateQuickConnectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CreateRoutingProfileCommand.ts b/clients/client-connect/src/commands/CreateRoutingProfileCommand.ts
index 49b5be8e6a49..3196f4f0f3bd 100644
--- a/clients/client-connect/src/commands/CreateRoutingProfileCommand.ts
+++ b/clients/client-connect/src/commands/CreateRoutingProfileCommand.ts
@@ -125,4 +125,16 @@ export class CreateRoutingProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRoutingProfileCommand)
.de(de_CreateRoutingProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRoutingProfileRequest;
+ output: CreateRoutingProfileResponse;
+ };
+ sdk: {
+ input: CreateRoutingProfileCommandInput;
+ output: CreateRoutingProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CreateRuleCommand.ts b/clients/client-connect/src/commands/CreateRuleCommand.ts
index 8c2b895c5342..a092c763883f 100644
--- a/clients/client-connect/src/commands/CreateRuleCommand.ts
+++ b/clients/client-connect/src/commands/CreateRuleCommand.ts
@@ -174,4 +174,16 @@ export class CreateRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRuleCommand)
.de(de_CreateRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRuleRequest;
+ output: CreateRuleResponse;
+ };
+ sdk: {
+ input: CreateRuleCommandInput;
+ output: CreateRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CreateSecurityProfileCommand.ts b/clients/client-connect/src/commands/CreateSecurityProfileCommand.ts
index 211d92ff829d..b3a2c7ac5cc3 100644
--- a/clients/client-connect/src/commands/CreateSecurityProfileCommand.ts
+++ b/clients/client-connect/src/commands/CreateSecurityProfileCommand.ts
@@ -129,4 +129,16 @@ export class CreateSecurityProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSecurityProfileCommand)
.de(de_CreateSecurityProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSecurityProfileRequest;
+ output: CreateSecurityProfileResponse;
+ };
+ sdk: {
+ input: CreateSecurityProfileCommandInput;
+ output: CreateSecurityProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CreateTaskTemplateCommand.ts b/clients/client-connect/src/commands/CreateTaskTemplateCommand.ts
index ccdb2c81b504..be2222837665 100644
--- a/clients/client-connect/src/commands/CreateTaskTemplateCommand.ts
+++ b/clients/client-connect/src/commands/CreateTaskTemplateCommand.ts
@@ -146,4 +146,16 @@ export class CreateTaskTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTaskTemplateCommand)
.de(de_CreateTaskTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTaskTemplateRequest;
+ output: CreateTaskTemplateResponse;
+ };
+ sdk: {
+ input: CreateTaskTemplateCommandInput;
+ output: CreateTaskTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CreateTrafficDistributionGroupCommand.ts b/clients/client-connect/src/commands/CreateTrafficDistributionGroupCommand.ts
index 6147fc2635f3..8dc130037b01 100644
--- a/clients/client-connect/src/commands/CreateTrafficDistributionGroupCommand.ts
+++ b/clients/client-connect/src/commands/CreateTrafficDistributionGroupCommand.ts
@@ -123,4 +123,16 @@ export class CreateTrafficDistributionGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTrafficDistributionGroupCommand)
.de(de_CreateTrafficDistributionGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTrafficDistributionGroupRequest;
+ output: CreateTrafficDistributionGroupResponse;
+ };
+ sdk: {
+ input: CreateTrafficDistributionGroupCommandInput;
+ output: CreateTrafficDistributionGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CreateUseCaseCommand.ts b/clients/client-connect/src/commands/CreateUseCaseCommand.ts
index 7473dc6c07e1..e9ac2e145498 100644
--- a/clients/client-connect/src/commands/CreateUseCaseCommand.ts
+++ b/clients/client-connect/src/commands/CreateUseCaseCommand.ts
@@ -98,4 +98,16 @@ export class CreateUseCaseCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateUseCaseCommand)
.de(de_CreateUseCaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateUseCaseRequest;
+ output: CreateUseCaseResponse;
+ };
+ sdk: {
+ input: CreateUseCaseCommandInput;
+ output: CreateUseCaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CreateUserCommand.ts b/clients/client-connect/src/commands/CreateUserCommand.ts
index 8bf87f68470b..47246288ff3f 100644
--- a/clients/client-connect/src/commands/CreateUserCommand.ts
+++ b/clients/client-connect/src/commands/CreateUserCommand.ts
@@ -130,4 +130,16 @@ export class CreateUserCommand extends $Command
.f(CreateUserRequestFilterSensitiveLog, void 0)
.ser(se_CreateUserCommand)
.de(de_CreateUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateUserRequest;
+ output: CreateUserResponse;
+ };
+ sdk: {
+ input: CreateUserCommandInput;
+ output: CreateUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CreateUserHierarchyGroupCommand.ts b/clients/client-connect/src/commands/CreateUserHierarchyGroupCommand.ts
index 2b1dc53dbefa..75b1e62882ab 100644
--- a/clients/client-connect/src/commands/CreateUserHierarchyGroupCommand.ts
+++ b/clients/client-connect/src/commands/CreateUserHierarchyGroupCommand.ts
@@ -104,4 +104,16 @@ export class CreateUserHierarchyGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateUserHierarchyGroupCommand)
.de(de_CreateUserHierarchyGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateUserHierarchyGroupRequest;
+ output: CreateUserHierarchyGroupResponse;
+ };
+ sdk: {
+ input: CreateUserHierarchyGroupCommandInput;
+ output: CreateUserHierarchyGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CreateViewCommand.ts b/clients/client-connect/src/commands/CreateViewCommand.ts
index 76e5a762c25b..af6f5ea4c9a3 100644
--- a/clients/client-connect/src/commands/CreateViewCommand.ts
+++ b/clients/client-connect/src/commands/CreateViewCommand.ts
@@ -151,4 +151,16 @@ export class CreateViewCommand extends $Command
.f(CreateViewRequestFilterSensitiveLog, CreateViewResponseFilterSensitiveLog)
.ser(se_CreateViewCommand)
.de(de_CreateViewCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateViewRequest;
+ output: CreateViewResponse;
+ };
+ sdk: {
+ input: CreateViewCommandInput;
+ output: CreateViewCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CreateViewVersionCommand.ts b/clients/client-connect/src/commands/CreateViewVersionCommand.ts
index b1261fcce155..d01a9ca8ae2f 100644
--- a/clients/client-connect/src/commands/CreateViewVersionCommand.ts
+++ b/clients/client-connect/src/commands/CreateViewVersionCommand.ts
@@ -134,4 +134,16 @@ export class CreateViewVersionCommand extends $Command
.f(void 0, CreateViewVersionResponseFilterSensitiveLog)
.ser(se_CreateViewVersionCommand)
.de(de_CreateViewVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateViewVersionRequest;
+ output: CreateViewVersionResponse;
+ };
+ sdk: {
+ input: CreateViewVersionCommandInput;
+ output: CreateViewVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/CreateVocabularyCommand.ts b/clients/client-connect/src/commands/CreateVocabularyCommand.ts
index 7ac4bbd7ad59..f4baed7ddb78 100644
--- a/clients/client-connect/src/commands/CreateVocabularyCommand.ts
+++ b/clients/client-connect/src/commands/CreateVocabularyCommand.ts
@@ -109,4 +109,16 @@ export class CreateVocabularyCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVocabularyCommand)
.de(de_CreateVocabularyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVocabularyRequest;
+ output: CreateVocabularyResponse;
+ };
+ sdk: {
+ input: CreateVocabularyCommandInput;
+ output: CreateVocabularyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DeactivateEvaluationFormCommand.ts b/clients/client-connect/src/commands/DeactivateEvaluationFormCommand.ts
index 269cbeb1cb42..b76fd5e1ed00 100644
--- a/clients/client-connect/src/commands/DeactivateEvaluationFormCommand.ts
+++ b/clients/client-connect/src/commands/DeactivateEvaluationFormCommand.ts
@@ -97,4 +97,16 @@ export class DeactivateEvaluationFormCommand extends $Command
.f(void 0, void 0)
.ser(se_DeactivateEvaluationFormCommand)
.de(de_DeactivateEvaluationFormCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeactivateEvaluationFormRequest;
+ output: DeactivateEvaluationFormResponse;
+ };
+ sdk: {
+ input: DeactivateEvaluationFormCommandInput;
+ output: DeactivateEvaluationFormCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DeleteAttachedFileCommand.ts b/clients/client-connect/src/commands/DeleteAttachedFileCommand.ts
index e5df28e2f1fa..07dca06064e8 100644
--- a/clients/client-connect/src/commands/DeleteAttachedFileCommand.ts
+++ b/clients/client-connect/src/commands/DeleteAttachedFileCommand.ts
@@ -96,4 +96,16 @@ export class DeleteAttachedFileCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAttachedFileCommand)
.de(de_DeleteAttachedFileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAttachedFileRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAttachedFileCommandInput;
+ output: DeleteAttachedFileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DeleteContactEvaluationCommand.ts b/clients/client-connect/src/commands/DeleteContactEvaluationCommand.ts
index c645ff7d57df..29a68256b6b4 100644
--- a/clients/client-connect/src/commands/DeleteContactEvaluationCommand.ts
+++ b/clients/client-connect/src/commands/DeleteContactEvaluationCommand.ts
@@ -91,4 +91,16 @@ export class DeleteContactEvaluationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteContactEvaluationCommand)
.de(de_DeleteContactEvaluationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteContactEvaluationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteContactEvaluationCommandInput;
+ output: DeleteContactEvaluationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DeleteContactFlowCommand.ts b/clients/client-connect/src/commands/DeleteContactFlowCommand.ts
index da86a2086659..50bb21b37422 100644
--- a/clients/client-connect/src/commands/DeleteContactFlowCommand.ts
+++ b/clients/client-connect/src/commands/DeleteContactFlowCommand.ts
@@ -94,4 +94,16 @@ export class DeleteContactFlowCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteContactFlowCommand)
.de(de_DeleteContactFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteContactFlowRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteContactFlowCommandInput;
+ output: DeleteContactFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DeleteContactFlowModuleCommand.ts b/clients/client-connect/src/commands/DeleteContactFlowModuleCommand.ts
index c4ce1d784766..6e74da474814 100644
--- a/clients/client-connect/src/commands/DeleteContactFlowModuleCommand.ts
+++ b/clients/client-connect/src/commands/DeleteContactFlowModuleCommand.ts
@@ -94,4 +94,16 @@ export class DeleteContactFlowModuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteContactFlowModuleCommand)
.de(de_DeleteContactFlowModuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteContactFlowModuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteContactFlowModuleCommandInput;
+ output: DeleteContactFlowModuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DeleteEvaluationFormCommand.ts b/clients/client-connect/src/commands/DeleteEvaluationFormCommand.ts
index a345a544ecef..a52f151b48ba 100644
--- a/clients/client-connect/src/commands/DeleteEvaluationFormCommand.ts
+++ b/clients/client-connect/src/commands/DeleteEvaluationFormCommand.ts
@@ -101,4 +101,16 @@ export class DeleteEvaluationFormCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEvaluationFormCommand)
.de(de_DeleteEvaluationFormCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEvaluationFormRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEvaluationFormCommandInput;
+ output: DeleteEvaluationFormCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DeleteHoursOfOperationCommand.ts b/clients/client-connect/src/commands/DeleteHoursOfOperationCommand.ts
index 81a32c73b5a3..93df387d504b 100644
--- a/clients/client-connect/src/commands/DeleteHoursOfOperationCommand.ts
+++ b/clients/client-connect/src/commands/DeleteHoursOfOperationCommand.ts
@@ -92,4 +92,16 @@ export class DeleteHoursOfOperationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteHoursOfOperationCommand)
.de(de_DeleteHoursOfOperationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteHoursOfOperationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteHoursOfOperationCommandInput;
+ output: DeleteHoursOfOperationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DeleteInstanceCommand.ts b/clients/client-connect/src/commands/DeleteInstanceCommand.ts
index f4a19e83feff..8507422b4bd7 100644
--- a/clients/client-connect/src/commands/DeleteInstanceCommand.ts
+++ b/clients/client-connect/src/commands/DeleteInstanceCommand.ts
@@ -90,4 +90,16 @@ export class DeleteInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteInstanceCommand)
.de(de_DeleteInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteInstanceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteInstanceCommandInput;
+ output: DeleteInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DeleteIntegrationAssociationCommand.ts b/clients/client-connect/src/commands/DeleteIntegrationAssociationCommand.ts
index f73a946da6d9..ead3bfcf887c 100644
--- a/clients/client-connect/src/commands/DeleteIntegrationAssociationCommand.ts
+++ b/clients/client-connect/src/commands/DeleteIntegrationAssociationCommand.ts
@@ -92,4 +92,16 @@ export class DeleteIntegrationAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIntegrationAssociationCommand)
.de(de_DeleteIntegrationAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIntegrationAssociationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteIntegrationAssociationCommandInput;
+ output: DeleteIntegrationAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DeletePredefinedAttributeCommand.ts b/clients/client-connect/src/commands/DeletePredefinedAttributeCommand.ts
index 4cab81817bfc..216ea21651e2 100644
--- a/clients/client-connect/src/commands/DeletePredefinedAttributeCommand.ts
+++ b/clients/client-connect/src/commands/DeletePredefinedAttributeCommand.ts
@@ -94,4 +94,16 @@ export class DeletePredefinedAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePredefinedAttributeCommand)
.de(de_DeletePredefinedAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePredefinedAttributeRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePredefinedAttributeCommandInput;
+ output: DeletePredefinedAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DeletePromptCommand.ts b/clients/client-connect/src/commands/DeletePromptCommand.ts
index e050d09b387a..e48a8a2ba66c 100644
--- a/clients/client-connect/src/commands/DeletePromptCommand.ts
+++ b/clients/client-connect/src/commands/DeletePromptCommand.ts
@@ -91,4 +91,16 @@ export class DeletePromptCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePromptCommand)
.de(de_DeletePromptCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePromptRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePromptCommandInput;
+ output: DeletePromptCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DeleteQueueCommand.ts b/clients/client-connect/src/commands/DeleteQueueCommand.ts
index 8a80766dbf70..58622c3545e4 100644
--- a/clients/client-connect/src/commands/DeleteQueueCommand.ts
+++ b/clients/client-connect/src/commands/DeleteQueueCommand.ts
@@ -94,4 +94,16 @@ export class DeleteQueueCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteQueueCommand)
.de(de_DeleteQueueCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteQueueRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteQueueCommandInput;
+ output: DeleteQueueCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DeleteQuickConnectCommand.ts b/clients/client-connect/src/commands/DeleteQuickConnectCommand.ts
index 91de92399f59..5ec1bf32f7b7 100644
--- a/clients/client-connect/src/commands/DeleteQuickConnectCommand.ts
+++ b/clients/client-connect/src/commands/DeleteQuickConnectCommand.ts
@@ -109,4 +109,16 @@ export class DeleteQuickConnectCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteQuickConnectCommand)
.de(de_DeleteQuickConnectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteQuickConnectRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteQuickConnectCommandInput;
+ output: DeleteQuickConnectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DeleteRoutingProfileCommand.ts b/clients/client-connect/src/commands/DeleteRoutingProfileCommand.ts
index 6459bbb4b15e..d1a7136464dd 100644
--- a/clients/client-connect/src/commands/DeleteRoutingProfileCommand.ts
+++ b/clients/client-connect/src/commands/DeleteRoutingProfileCommand.ts
@@ -94,4 +94,16 @@ export class DeleteRoutingProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRoutingProfileCommand)
.de(de_DeleteRoutingProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRoutingProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRoutingProfileCommandInput;
+ output: DeleteRoutingProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DeleteRuleCommand.ts b/clients/client-connect/src/commands/DeleteRuleCommand.ts
index 0248cee4ce5a..f4ccf47fb9f0 100644
--- a/clients/client-connect/src/commands/DeleteRuleCommand.ts
+++ b/clients/client-connect/src/commands/DeleteRuleCommand.ts
@@ -91,4 +91,16 @@ export class DeleteRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRuleCommand)
.de(de_DeleteRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRuleCommandInput;
+ output: DeleteRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DeleteSecurityProfileCommand.ts b/clients/client-connect/src/commands/DeleteSecurityProfileCommand.ts
index 8b3c91d3e71f..2d4d3722e0dc 100644
--- a/clients/client-connect/src/commands/DeleteSecurityProfileCommand.ts
+++ b/clients/client-connect/src/commands/DeleteSecurityProfileCommand.ts
@@ -97,4 +97,16 @@ export class DeleteSecurityProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSecurityProfileCommand)
.de(de_DeleteSecurityProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSecurityProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSecurityProfileCommandInput;
+ output: DeleteSecurityProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DeleteTaskTemplateCommand.ts b/clients/client-connect/src/commands/DeleteTaskTemplateCommand.ts
index 973c6cd42e01..bb2ec49c0423 100644
--- a/clients/client-connect/src/commands/DeleteTaskTemplateCommand.ts
+++ b/clients/client-connect/src/commands/DeleteTaskTemplateCommand.ts
@@ -91,4 +91,16 @@ export class DeleteTaskTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTaskTemplateCommand)
.de(de_DeleteTaskTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTaskTemplateRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTaskTemplateCommandInput;
+ output: DeleteTaskTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DeleteTrafficDistributionGroupCommand.ts b/clients/client-connect/src/commands/DeleteTrafficDistributionGroupCommand.ts
index d97cf479044f..2c12ae5c33dd 100644
--- a/clients/client-connect/src/commands/DeleteTrafficDistributionGroupCommand.ts
+++ b/clients/client-connect/src/commands/DeleteTrafficDistributionGroupCommand.ts
@@ -98,4 +98,16 @@ export class DeleteTrafficDistributionGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTrafficDistributionGroupCommand)
.de(de_DeleteTrafficDistributionGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTrafficDistributionGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTrafficDistributionGroupCommandInput;
+ output: DeleteTrafficDistributionGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DeleteUseCaseCommand.ts b/clients/client-connect/src/commands/DeleteUseCaseCommand.ts
index 0144f8400d1c..aee870ec6802 100644
--- a/clients/client-connect/src/commands/DeleteUseCaseCommand.ts
+++ b/clients/client-connect/src/commands/DeleteUseCaseCommand.ts
@@ -89,4 +89,16 @@ export class DeleteUseCaseCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteUseCaseCommand)
.de(de_DeleteUseCaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteUseCaseRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteUseCaseCommandInput;
+ output: DeleteUseCaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DeleteUserCommand.ts b/clients/client-connect/src/commands/DeleteUserCommand.ts
index a87aabfc8bd8..ce8df779d824 100644
--- a/clients/client-connect/src/commands/DeleteUserCommand.ts
+++ b/clients/client-connect/src/commands/DeleteUserCommand.ts
@@ -112,4 +112,16 @@ export class DeleteUserCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteUserCommand)
.de(de_DeleteUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteUserCommandInput;
+ output: DeleteUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DeleteUserHierarchyGroupCommand.ts b/clients/client-connect/src/commands/DeleteUserHierarchyGroupCommand.ts
index 355b03cebaa0..936e2482ade9 100644
--- a/clients/client-connect/src/commands/DeleteUserHierarchyGroupCommand.ts
+++ b/clients/client-connect/src/commands/DeleteUserHierarchyGroupCommand.ts
@@ -95,4 +95,16 @@ export class DeleteUserHierarchyGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteUserHierarchyGroupCommand)
.de(de_DeleteUserHierarchyGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteUserHierarchyGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteUserHierarchyGroupCommandInput;
+ output: DeleteUserHierarchyGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DeleteViewCommand.ts b/clients/client-connect/src/commands/DeleteViewCommand.ts
index 942a3ee8f7f5..1957f2d22555 100644
--- a/clients/client-connect/src/commands/DeleteViewCommand.ts
+++ b/clients/client-connect/src/commands/DeleteViewCommand.ts
@@ -98,4 +98,16 @@ export class DeleteViewCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteViewCommand)
.de(de_DeleteViewCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteViewRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteViewCommandInput;
+ output: DeleteViewCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DeleteViewVersionCommand.ts b/clients/client-connect/src/commands/DeleteViewVersionCommand.ts
index f14f60767a93..e48e8905655e 100644
--- a/clients/client-connect/src/commands/DeleteViewVersionCommand.ts
+++ b/clients/client-connect/src/commands/DeleteViewVersionCommand.ts
@@ -98,4 +98,16 @@ export class DeleteViewVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteViewVersionCommand)
.de(de_DeleteViewVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteViewVersionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteViewVersionCommandInput;
+ output: DeleteViewVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DeleteVocabularyCommand.ts b/clients/client-connect/src/commands/DeleteVocabularyCommand.ts
index 42ffffe1fe61..4ecbae3dcb74 100644
--- a/clients/client-connect/src/commands/DeleteVocabularyCommand.ts
+++ b/clients/client-connect/src/commands/DeleteVocabularyCommand.ts
@@ -98,4 +98,16 @@ export class DeleteVocabularyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVocabularyCommand)
.de(de_DeleteVocabularyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVocabularyRequest;
+ output: DeleteVocabularyResponse;
+ };
+ sdk: {
+ input: DeleteVocabularyCommandInput;
+ output: DeleteVocabularyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribeAgentStatusCommand.ts b/clients/client-connect/src/commands/DescribeAgentStatusCommand.ts
index 44ee46c4bcfd..c67a0d509ed7 100644
--- a/clients/client-connect/src/commands/DescribeAgentStatusCommand.ts
+++ b/clients/client-connect/src/commands/DescribeAgentStatusCommand.ts
@@ -107,4 +107,16 @@ export class DescribeAgentStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAgentStatusCommand)
.de(de_DescribeAgentStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAgentStatusRequest;
+ output: DescribeAgentStatusResponse;
+ };
+ sdk: {
+ input: DescribeAgentStatusCommandInput;
+ output: DescribeAgentStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribeAuthenticationProfileCommand.ts b/clients/client-connect/src/commands/DescribeAuthenticationProfileCommand.ts
index d47da2d31eac..dda6166fdadd 100644
--- a/clients/client-connect/src/commands/DescribeAuthenticationProfileCommand.ts
+++ b/clients/client-connect/src/commands/DescribeAuthenticationProfileCommand.ts
@@ -117,4 +117,16 @@ export class DescribeAuthenticationProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAuthenticationProfileCommand)
.de(de_DescribeAuthenticationProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAuthenticationProfileRequest;
+ output: DescribeAuthenticationProfileResponse;
+ };
+ sdk: {
+ input: DescribeAuthenticationProfileCommandInput;
+ output: DescribeAuthenticationProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribeContactCommand.ts b/clients/client-connect/src/commands/DescribeContactCommand.ts
index 7e47acffb3d3..99d54a91f0bd 100644
--- a/clients/client-connect/src/commands/DescribeContactCommand.ts
+++ b/clients/client-connect/src/commands/DescribeContactCommand.ts
@@ -260,4 +260,16 @@ export class DescribeContactCommand extends $Command
.f(void 0, DescribeContactResponseFilterSensitiveLog)
.ser(se_DescribeContactCommand)
.de(de_DescribeContactCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeContactRequest;
+ output: DescribeContactResponse;
+ };
+ sdk: {
+ input: DescribeContactCommandInput;
+ output: DescribeContactCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribeContactEvaluationCommand.ts b/clients/client-connect/src/commands/DescribeContactEvaluationCommand.ts
index 402ce230cf0a..a12035bee96a 100644
--- a/clients/client-connect/src/commands/DescribeContactEvaluationCommand.ts
+++ b/clients/client-connect/src/commands/DescribeContactEvaluationCommand.ts
@@ -268,4 +268,16 @@ export class DescribeContactEvaluationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeContactEvaluationCommand)
.de(de_DescribeContactEvaluationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeContactEvaluationRequest;
+ output: DescribeContactEvaluationResponse;
+ };
+ sdk: {
+ input: DescribeContactEvaluationCommandInput;
+ output: DescribeContactEvaluationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribeContactFlowCommand.ts b/clients/client-connect/src/commands/DescribeContactFlowCommand.ts
index 1d975ec5825a..7b6d40701017 100644
--- a/clients/client-connect/src/commands/DescribeContactFlowCommand.ts
+++ b/clients/client-connect/src/commands/DescribeContactFlowCommand.ts
@@ -119,4 +119,16 @@ export class DescribeContactFlowCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeContactFlowCommand)
.de(de_DescribeContactFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeContactFlowRequest;
+ output: DescribeContactFlowResponse;
+ };
+ sdk: {
+ input: DescribeContactFlowCommandInput;
+ output: DescribeContactFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribeContactFlowModuleCommand.ts b/clients/client-connect/src/commands/DescribeContactFlowModuleCommand.ts
index 250d8849d5e9..0cb427f23b45 100644
--- a/clients/client-connect/src/commands/DescribeContactFlowModuleCommand.ts
+++ b/clients/client-connect/src/commands/DescribeContactFlowModuleCommand.ts
@@ -111,4 +111,16 @@ export class DescribeContactFlowModuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeContactFlowModuleCommand)
.de(de_DescribeContactFlowModuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeContactFlowModuleRequest;
+ output: DescribeContactFlowModuleResponse;
+ };
+ sdk: {
+ input: DescribeContactFlowModuleCommandInput;
+ output: DescribeContactFlowModuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribeEvaluationFormCommand.ts b/clients/client-connect/src/commands/DescribeEvaluationFormCommand.ts
index 94681ed151e0..ba7d1273698c 100644
--- a/clients/client-connect/src/commands/DescribeEvaluationFormCommand.ts
+++ b/clients/client-connect/src/commands/DescribeEvaluationFormCommand.ts
@@ -233,4 +233,16 @@ export class DescribeEvaluationFormCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEvaluationFormCommand)
.de(de_DescribeEvaluationFormCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEvaluationFormRequest;
+ output: DescribeEvaluationFormResponse;
+ };
+ sdk: {
+ input: DescribeEvaluationFormCommandInput;
+ output: DescribeEvaluationFormCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribeHoursOfOperationCommand.ts b/clients/client-connect/src/commands/DescribeHoursOfOperationCommand.ts
index 09a1694a9de0..f06c7186a2b7 100644
--- a/clients/client-connect/src/commands/DescribeHoursOfOperationCommand.ts
+++ b/clients/client-connect/src/commands/DescribeHoursOfOperationCommand.ts
@@ -118,4 +118,16 @@ export class DescribeHoursOfOperationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeHoursOfOperationCommand)
.de(de_DescribeHoursOfOperationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeHoursOfOperationRequest;
+ output: DescribeHoursOfOperationResponse;
+ };
+ sdk: {
+ input: DescribeHoursOfOperationCommandInput;
+ output: DescribeHoursOfOperationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribeInstanceAttributeCommand.ts b/clients/client-connect/src/commands/DescribeInstanceAttributeCommand.ts
index b3d69c9f457d..4489cf8c6cbf 100644
--- a/clients/client-connect/src/commands/DescribeInstanceAttributeCommand.ts
+++ b/clients/client-connect/src/commands/DescribeInstanceAttributeCommand.ts
@@ -97,4 +97,16 @@ export class DescribeInstanceAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeInstanceAttributeCommand)
.de(de_DescribeInstanceAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInstanceAttributeRequest;
+ output: DescribeInstanceAttributeResponse;
+ };
+ sdk: {
+ input: DescribeInstanceAttributeCommandInput;
+ output: DescribeInstanceAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribeInstanceCommand.ts b/clients/client-connect/src/commands/DescribeInstanceCommand.ts
index c6c2fc447de8..137f0320a699 100644
--- a/clients/client-connect/src/commands/DescribeInstanceCommand.ts
+++ b/clients/client-connect/src/commands/DescribeInstanceCommand.ts
@@ -123,4 +123,16 @@ export class DescribeInstanceCommand extends $Command
.f(void 0, DescribeInstanceResponseFilterSensitiveLog)
.ser(se_DescribeInstanceCommand)
.de(de_DescribeInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInstanceRequest;
+ output: DescribeInstanceResponse;
+ };
+ sdk: {
+ input: DescribeInstanceCommandInput;
+ output: DescribeInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribeInstanceStorageConfigCommand.ts b/clients/client-connect/src/commands/DescribeInstanceStorageConfigCommand.ts
index faf89f1c34a8..d2aaad134c6c 100644
--- a/clients/client-connect/src/commands/DescribeInstanceStorageConfigCommand.ts
+++ b/clients/client-connect/src/commands/DescribeInstanceStorageConfigCommand.ts
@@ -126,4 +126,16 @@ export class DescribeInstanceStorageConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeInstanceStorageConfigCommand)
.de(de_DescribeInstanceStorageConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInstanceStorageConfigRequest;
+ output: DescribeInstanceStorageConfigResponse;
+ };
+ sdk: {
+ input: DescribeInstanceStorageConfigCommandInput;
+ output: DescribeInstanceStorageConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribePhoneNumberCommand.ts b/clients/client-connect/src/commands/DescribePhoneNumberCommand.ts
index a181ec23a62c..2a19d2d88fd1 100644
--- a/clients/client-connect/src/commands/DescribePhoneNumberCommand.ts
+++ b/clients/client-connect/src/commands/DescribePhoneNumberCommand.ts
@@ -120,4 +120,16 @@ export class DescribePhoneNumberCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePhoneNumberCommand)
.de(de_DescribePhoneNumberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePhoneNumberRequest;
+ output: DescribePhoneNumberResponse;
+ };
+ sdk: {
+ input: DescribePhoneNumberCommandInput;
+ output: DescribePhoneNumberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribePredefinedAttributeCommand.ts b/clients/client-connect/src/commands/DescribePredefinedAttributeCommand.ts
index a81276c07d84..2d51693f92e2 100644
--- a/clients/client-connect/src/commands/DescribePredefinedAttributeCommand.ts
+++ b/clients/client-connect/src/commands/DescribePredefinedAttributeCommand.ts
@@ -110,4 +110,16 @@ export class DescribePredefinedAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePredefinedAttributeCommand)
.de(de_DescribePredefinedAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePredefinedAttributeRequest;
+ output: DescribePredefinedAttributeResponse;
+ };
+ sdk: {
+ input: DescribePredefinedAttributeCommandInput;
+ output: DescribePredefinedAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribePromptCommand.ts b/clients/client-connect/src/commands/DescribePromptCommand.ts
index aa1224975be8..cacabf0f2a7a 100644
--- a/clients/client-connect/src/commands/DescribePromptCommand.ts
+++ b/clients/client-connect/src/commands/DescribePromptCommand.ts
@@ -103,4 +103,16 @@ export class DescribePromptCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePromptCommand)
.de(de_DescribePromptCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePromptRequest;
+ output: DescribePromptResponse;
+ };
+ sdk: {
+ input: DescribePromptCommandInput;
+ output: DescribePromptCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribeQueueCommand.ts b/clients/client-connect/src/commands/DescribeQueueCommand.ts
index 7fbaee1b2847..e1ad0c0b5784 100644
--- a/clients/client-connect/src/commands/DescribeQueueCommand.ts
+++ b/clients/client-connect/src/commands/DescribeQueueCommand.ts
@@ -112,4 +112,16 @@ export class DescribeQueueCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeQueueCommand)
.de(de_DescribeQueueCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeQueueRequest;
+ output: DescribeQueueResponse;
+ };
+ sdk: {
+ input: DescribeQueueCommandInput;
+ output: DescribeQueueCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribeQuickConnectCommand.ts b/clients/client-connect/src/commands/DescribeQuickConnectCommand.ts
index 73906cd1fbbd..7b3e50338dd1 100644
--- a/clients/client-connect/src/commands/DescribeQuickConnectCommand.ts
+++ b/clients/client-connect/src/commands/DescribeQuickConnectCommand.ts
@@ -117,4 +117,16 @@ export class DescribeQuickConnectCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeQuickConnectCommand)
.de(de_DescribeQuickConnectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeQuickConnectRequest;
+ output: DescribeQuickConnectResponse;
+ };
+ sdk: {
+ input: DescribeQuickConnectCommandInput;
+ output: DescribeQuickConnectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribeRoutingProfileCommand.ts b/clients/client-connect/src/commands/DescribeRoutingProfileCommand.ts
index 21e590e7e09e..83347a5c8175 100644
--- a/clients/client-connect/src/commands/DescribeRoutingProfileCommand.ts
+++ b/clients/client-connect/src/commands/DescribeRoutingProfileCommand.ts
@@ -121,4 +121,16 @@ export class DescribeRoutingProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRoutingProfileCommand)
.de(de_DescribeRoutingProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRoutingProfileRequest;
+ output: DescribeRoutingProfileResponse;
+ };
+ sdk: {
+ input: DescribeRoutingProfileCommandInput;
+ output: DescribeRoutingProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribeRuleCommand.ts b/clients/client-connect/src/commands/DescribeRuleCommand.ts
index b75a29b0490a..772c9eac324c 100644
--- a/clients/client-connect/src/commands/DescribeRuleCommand.ts
+++ b/clients/client-connect/src/commands/DescribeRuleCommand.ts
@@ -174,4 +174,16 @@ export class DescribeRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRuleCommand)
.de(de_DescribeRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRuleRequest;
+ output: DescribeRuleResponse;
+ };
+ sdk: {
+ input: DescribeRuleCommandInput;
+ output: DescribeRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribeSecurityProfileCommand.ts b/clients/client-connect/src/commands/DescribeSecurityProfileCommand.ts
index 955e2bf7ecfe..3e4939c5e66c 100644
--- a/clients/client-connect/src/commands/DescribeSecurityProfileCommand.ts
+++ b/clients/client-connect/src/commands/DescribeSecurityProfileCommand.ts
@@ -118,4 +118,16 @@ export class DescribeSecurityProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSecurityProfileCommand)
.de(de_DescribeSecurityProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSecurityProfileRequest;
+ output: DescribeSecurityProfileResponse;
+ };
+ sdk: {
+ input: DescribeSecurityProfileCommandInput;
+ output: DescribeSecurityProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribeTrafficDistributionGroupCommand.ts b/clients/client-connect/src/commands/DescribeTrafficDistributionGroupCommand.ts
index 8c27dbe13752..81b4b05101c9 100644
--- a/clients/client-connect/src/commands/DescribeTrafficDistributionGroupCommand.ts
+++ b/clients/client-connect/src/commands/DescribeTrafficDistributionGroupCommand.ts
@@ -108,4 +108,16 @@ export class DescribeTrafficDistributionGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTrafficDistributionGroupCommand)
.de(de_DescribeTrafficDistributionGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTrafficDistributionGroupRequest;
+ output: DescribeTrafficDistributionGroupResponse;
+ };
+ sdk: {
+ input: DescribeTrafficDistributionGroupCommandInput;
+ output: DescribeTrafficDistributionGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribeUserCommand.ts b/clients/client-connect/src/commands/DescribeUserCommand.ts
index bb6be189e737..13f2f0cbe535 100644
--- a/clients/client-connect/src/commands/DescribeUserCommand.ts
+++ b/clients/client-connect/src/commands/DescribeUserCommand.ts
@@ -122,4 +122,16 @@ export class DescribeUserCommand extends $Command
.f(void 0, DescribeUserResponseFilterSensitiveLog)
.ser(se_DescribeUserCommand)
.de(de_DescribeUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeUserRequest;
+ output: DescribeUserResponse;
+ };
+ sdk: {
+ input: DescribeUserCommandInput;
+ output: DescribeUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribeUserHierarchyGroupCommand.ts b/clients/client-connect/src/commands/DescribeUserHierarchyGroupCommand.ts
index 6647c3c7e0a3..0666de209ad8 100644
--- a/clients/client-connect/src/commands/DescribeUserHierarchyGroupCommand.ts
+++ b/clients/client-connect/src/commands/DescribeUserHierarchyGroupCommand.ts
@@ -140,4 +140,16 @@ export class DescribeUserHierarchyGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeUserHierarchyGroupCommand)
.de(de_DescribeUserHierarchyGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeUserHierarchyGroupRequest;
+ output: DescribeUserHierarchyGroupResponse;
+ };
+ sdk: {
+ input: DescribeUserHierarchyGroupCommandInput;
+ output: DescribeUserHierarchyGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribeUserHierarchyStructureCommand.ts b/clients/client-connect/src/commands/DescribeUserHierarchyStructureCommand.ts
index 280863b79bb1..d9cbbf9d965b 100644
--- a/clients/client-connect/src/commands/DescribeUserHierarchyStructureCommand.ts
+++ b/clients/client-connect/src/commands/DescribeUserHierarchyStructureCommand.ts
@@ -133,4 +133,16 @@ export class DescribeUserHierarchyStructureCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeUserHierarchyStructureCommand)
.de(de_DescribeUserHierarchyStructureCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeUserHierarchyStructureRequest;
+ output: DescribeUserHierarchyStructureResponse;
+ };
+ sdk: {
+ input: DescribeUserHierarchyStructureCommandInput;
+ output: DescribeUserHierarchyStructureCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribeViewCommand.ts b/clients/client-connect/src/commands/DescribeViewCommand.ts
index 5d54d01e622e..0147b825ba7d 100644
--- a/clients/client-connect/src/commands/DescribeViewCommand.ts
+++ b/clients/client-connect/src/commands/DescribeViewCommand.ts
@@ -125,4 +125,16 @@ export class DescribeViewCommand extends $Command
.f(void 0, DescribeViewResponseFilterSensitiveLog)
.ser(se_DescribeViewCommand)
.de(de_DescribeViewCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeViewRequest;
+ output: DescribeViewResponse;
+ };
+ sdk: {
+ input: DescribeViewCommandInput;
+ output: DescribeViewCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DescribeVocabularyCommand.ts b/clients/client-connect/src/commands/DescribeVocabularyCommand.ts
index a4b2e2ad5abf..52738fa8faab 100644
--- a/clients/client-connect/src/commands/DescribeVocabularyCommand.ts
+++ b/clients/client-connect/src/commands/DescribeVocabularyCommand.ts
@@ -105,4 +105,16 @@ export class DescribeVocabularyCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVocabularyCommand)
.de(de_DescribeVocabularyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVocabularyRequest;
+ output: DescribeVocabularyResponse;
+ };
+ sdk: {
+ input: DescribeVocabularyCommandInput;
+ output: DescribeVocabularyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DisassociateAnalyticsDataSetCommand.ts b/clients/client-connect/src/commands/DisassociateAnalyticsDataSetCommand.ts
index bb4af236bc13..12406b57c9c0 100644
--- a/clients/client-connect/src/commands/DisassociateAnalyticsDataSetCommand.ts
+++ b/clients/client-connect/src/commands/DisassociateAnalyticsDataSetCommand.ts
@@ -96,4 +96,16 @@ export class DisassociateAnalyticsDataSetCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateAnalyticsDataSetCommand)
.de(de_DisassociateAnalyticsDataSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateAnalyticsDataSetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateAnalyticsDataSetCommandInput;
+ output: DisassociateAnalyticsDataSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DisassociateApprovedOriginCommand.ts b/clients/client-connect/src/commands/DisassociateApprovedOriginCommand.ts
index 9ec7daefdc82..b9a887c8225d 100644
--- a/clients/client-connect/src/commands/DisassociateApprovedOriginCommand.ts
+++ b/clients/client-connect/src/commands/DisassociateApprovedOriginCommand.ts
@@ -92,4 +92,16 @@ export class DisassociateApprovedOriginCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateApprovedOriginCommand)
.de(de_DisassociateApprovedOriginCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateApprovedOriginRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateApprovedOriginCommandInput;
+ output: DisassociateApprovedOriginCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DisassociateBotCommand.ts b/clients/client-connect/src/commands/DisassociateBotCommand.ts
index af1c38c5fb58..b5c7be661cae 100644
--- a/clients/client-connect/src/commands/DisassociateBotCommand.ts
+++ b/clients/client-connect/src/commands/DisassociateBotCommand.ts
@@ -96,4 +96,16 @@ export class DisassociateBotCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateBotCommand)
.de(de_DisassociateBotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateBotRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateBotCommandInput;
+ output: DisassociateBotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DisassociateFlowCommand.ts b/clients/client-connect/src/commands/DisassociateFlowCommand.ts
index ce62cf833473..3c25e158ec76 100644
--- a/clients/client-connect/src/commands/DisassociateFlowCommand.ts
+++ b/clients/client-connect/src/commands/DisassociateFlowCommand.ts
@@ -95,4 +95,16 @@ export class DisassociateFlowCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateFlowCommand)
.de(de_DisassociateFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateFlowRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateFlowCommandInput;
+ output: DisassociateFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DisassociateInstanceStorageConfigCommand.ts b/clients/client-connect/src/commands/DisassociateInstanceStorageConfigCommand.ts
index 7f9bc3460326..d1ca9d955795 100644
--- a/clients/client-connect/src/commands/DisassociateInstanceStorageConfigCommand.ts
+++ b/clients/client-connect/src/commands/DisassociateInstanceStorageConfigCommand.ts
@@ -97,4 +97,16 @@ export class DisassociateInstanceStorageConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateInstanceStorageConfigCommand)
.de(de_DisassociateInstanceStorageConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateInstanceStorageConfigRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateInstanceStorageConfigCommandInput;
+ output: DisassociateInstanceStorageConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DisassociateLambdaFunctionCommand.ts b/clients/client-connect/src/commands/DisassociateLambdaFunctionCommand.ts
index 4fa17dd1b2a7..1c2da9cac273 100644
--- a/clients/client-connect/src/commands/DisassociateLambdaFunctionCommand.ts
+++ b/clients/client-connect/src/commands/DisassociateLambdaFunctionCommand.ts
@@ -93,4 +93,16 @@ export class DisassociateLambdaFunctionCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateLambdaFunctionCommand)
.de(de_DisassociateLambdaFunctionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateLambdaFunctionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateLambdaFunctionCommandInput;
+ output: DisassociateLambdaFunctionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DisassociateLexBotCommand.ts b/clients/client-connect/src/commands/DisassociateLexBotCommand.ts
index 3de60d0a17d7..5b537e4c40df 100644
--- a/clients/client-connect/src/commands/DisassociateLexBotCommand.ts
+++ b/clients/client-connect/src/commands/DisassociateLexBotCommand.ts
@@ -94,4 +94,16 @@ export class DisassociateLexBotCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateLexBotCommand)
.de(de_DisassociateLexBotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateLexBotRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateLexBotCommandInput;
+ output: DisassociateLexBotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DisassociatePhoneNumberContactFlowCommand.ts b/clients/client-connect/src/commands/DisassociatePhoneNumberContactFlowCommand.ts
index b939bdf81006..d9189d443de5 100644
--- a/clients/client-connect/src/commands/DisassociatePhoneNumberContactFlowCommand.ts
+++ b/clients/client-connect/src/commands/DisassociatePhoneNumberContactFlowCommand.ts
@@ -104,4 +104,16 @@ export class DisassociatePhoneNumberContactFlowCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociatePhoneNumberContactFlowCommand)
.de(de_DisassociatePhoneNumberContactFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociatePhoneNumberContactFlowRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociatePhoneNumberContactFlowCommandInput;
+ output: DisassociatePhoneNumberContactFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DisassociateQueueQuickConnectsCommand.ts b/clients/client-connect/src/commands/DisassociateQueueQuickConnectsCommand.ts
index 996f8e9d6f8b..68dbe0386c45 100644
--- a/clients/client-connect/src/commands/DisassociateQueueQuickConnectsCommand.ts
+++ b/clients/client-connect/src/commands/DisassociateQueueQuickConnectsCommand.ts
@@ -98,4 +98,16 @@ export class DisassociateQueueQuickConnectsCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateQueueQuickConnectsCommand)
.de(de_DisassociateQueueQuickConnectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateQueueQuickConnectsRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateQueueQuickConnectsCommandInput;
+ output: DisassociateQueueQuickConnectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DisassociateRoutingProfileQueuesCommand.ts b/clients/client-connect/src/commands/DisassociateRoutingProfileQueuesCommand.ts
index f0c8700e4b56..fcd5aa7ebe05 100644
--- a/clients/client-connect/src/commands/DisassociateRoutingProfileQueuesCommand.ts
+++ b/clients/client-connect/src/commands/DisassociateRoutingProfileQueuesCommand.ts
@@ -100,4 +100,16 @@ export class DisassociateRoutingProfileQueuesCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateRoutingProfileQueuesCommand)
.de(de_DisassociateRoutingProfileQueuesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateRoutingProfileQueuesRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateRoutingProfileQueuesCommandInput;
+ output: DisassociateRoutingProfileQueuesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DisassociateSecurityKeyCommand.ts b/clients/client-connect/src/commands/DisassociateSecurityKeyCommand.ts
index 668a4961ff90..8ae944351f1f 100644
--- a/clients/client-connect/src/commands/DisassociateSecurityKeyCommand.ts
+++ b/clients/client-connect/src/commands/DisassociateSecurityKeyCommand.ts
@@ -92,4 +92,16 @@ export class DisassociateSecurityKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateSecurityKeyCommand)
.de(de_DisassociateSecurityKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateSecurityKeyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateSecurityKeyCommandInput;
+ output: DisassociateSecurityKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DisassociateTrafficDistributionGroupUserCommand.ts b/clients/client-connect/src/commands/DisassociateTrafficDistributionGroupUserCommand.ts
index 6d99accae08f..3eab8aa1499c 100644
--- a/clients/client-connect/src/commands/DisassociateTrafficDistributionGroupUserCommand.ts
+++ b/clients/client-connect/src/commands/DisassociateTrafficDistributionGroupUserCommand.ts
@@ -104,4 +104,16 @@ export class DisassociateTrafficDistributionGroupUserCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateTrafficDistributionGroupUserCommand)
.de(de_DisassociateTrafficDistributionGroupUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateTrafficDistributionGroupUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateTrafficDistributionGroupUserCommandInput;
+ output: DisassociateTrafficDistributionGroupUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DisassociateUserProficienciesCommand.ts b/clients/client-connect/src/commands/DisassociateUserProficienciesCommand.ts
index 5bc35e00e58b..6bd3bd245b62 100644
--- a/clients/client-connect/src/commands/DisassociateUserProficienciesCommand.ts
+++ b/clients/client-connect/src/commands/DisassociateUserProficienciesCommand.ts
@@ -100,4 +100,16 @@ export class DisassociateUserProficienciesCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateUserProficienciesCommand)
.de(de_DisassociateUserProficienciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateUserProficienciesRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateUserProficienciesCommandInput;
+ output: DisassociateUserProficienciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/DismissUserContactCommand.ts b/clients/client-connect/src/commands/DismissUserContactCommand.ts
index 81a7bfbbfca4..465f5ee6d867 100644
--- a/clients/client-connect/src/commands/DismissUserContactCommand.ts
+++ b/clients/client-connect/src/commands/DismissUserContactCommand.ts
@@ -99,4 +99,16 @@ export class DismissUserContactCommand extends $Command
.f(void 0, void 0)
.ser(se_DismissUserContactCommand)
.de(de_DismissUserContactCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DismissUserContactRequest;
+ output: {};
+ };
+ sdk: {
+ input: DismissUserContactCommandInput;
+ output: DismissUserContactCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/GetAttachedFileCommand.ts b/clients/client-connect/src/commands/GetAttachedFileCommand.ts
index cab1fa4610ca..cfc9afd4503f 100644
--- a/clients/client-connect/src/commands/GetAttachedFileCommand.ts
+++ b/clients/client-connect/src/commands/GetAttachedFileCommand.ts
@@ -115,4 +115,16 @@ export class GetAttachedFileCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAttachedFileCommand)
.de(de_GetAttachedFileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAttachedFileRequest;
+ output: GetAttachedFileResponse;
+ };
+ sdk: {
+ input: GetAttachedFileCommandInput;
+ output: GetAttachedFileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/GetContactAttributesCommand.ts b/clients/client-connect/src/commands/GetContactAttributesCommand.ts
index 5126911a237d..7625dfb17b26 100644
--- a/clients/client-connect/src/commands/GetContactAttributesCommand.ts
+++ b/clients/client-connect/src/commands/GetContactAttributesCommand.ts
@@ -89,4 +89,16 @@ export class GetContactAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetContactAttributesCommand)
.de(de_GetContactAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetContactAttributesRequest;
+ output: GetContactAttributesResponse;
+ };
+ sdk: {
+ input: GetContactAttributesCommandInput;
+ output: GetContactAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/GetCurrentMetricDataCommand.ts b/clients/client-connect/src/commands/GetCurrentMetricDataCommand.ts
index 62f3ce71a387..14c533691772 100644
--- a/clients/client-connect/src/commands/GetCurrentMetricDataCommand.ts
+++ b/clients/client-connect/src/commands/GetCurrentMetricDataCommand.ts
@@ -152,4 +152,16 @@ export class GetCurrentMetricDataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCurrentMetricDataCommand)
.de(de_GetCurrentMetricDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCurrentMetricDataRequest;
+ output: GetCurrentMetricDataResponse;
+ };
+ sdk: {
+ input: GetCurrentMetricDataCommandInput;
+ output: GetCurrentMetricDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/GetCurrentUserDataCommand.ts b/clients/client-connect/src/commands/GetCurrentUserDataCommand.ts
index 1169257dae22..c93369db067e 100644
--- a/clients/client-connect/src/commands/GetCurrentUserDataCommand.ts
+++ b/clients/client-connect/src/commands/GetCurrentUserDataCommand.ts
@@ -177,4 +177,16 @@ export class GetCurrentUserDataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCurrentUserDataCommand)
.de(de_GetCurrentUserDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCurrentUserDataRequest;
+ output: GetCurrentUserDataResponse;
+ };
+ sdk: {
+ input: GetCurrentUserDataCommandInput;
+ output: GetCurrentUserDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/GetFederationTokenCommand.ts b/clients/client-connect/src/commands/GetFederationTokenCommand.ts
index 116cd216abe7..405be2f1cd20 100644
--- a/clients/client-connect/src/commands/GetFederationTokenCommand.ts
+++ b/clients/client-connect/src/commands/GetFederationTokenCommand.ts
@@ -121,4 +121,16 @@ export class GetFederationTokenCommand extends $Command
.f(void 0, GetFederationTokenResponseFilterSensitiveLog)
.ser(se_GetFederationTokenCommand)
.de(de_GetFederationTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFederationTokenRequest;
+ output: GetFederationTokenResponse;
+ };
+ sdk: {
+ input: GetFederationTokenCommandInput;
+ output: GetFederationTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/GetFlowAssociationCommand.ts b/clients/client-connect/src/commands/GetFlowAssociationCommand.ts
index d173829242ca..551c608dba6a 100644
--- a/clients/client-connect/src/commands/GetFlowAssociationCommand.ts
+++ b/clients/client-connect/src/commands/GetFlowAssociationCommand.ts
@@ -99,4 +99,16 @@ export class GetFlowAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFlowAssociationCommand)
.de(de_GetFlowAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFlowAssociationRequest;
+ output: GetFlowAssociationResponse;
+ };
+ sdk: {
+ input: GetFlowAssociationCommandInput;
+ output: GetFlowAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/GetMetricDataCommand.ts b/clients/client-connect/src/commands/GetMetricDataCommand.ts
index 4d10407c9b24..4f38621b7612 100644
--- a/clients/client-connect/src/commands/GetMetricDataCommand.ts
+++ b/clients/client-connect/src/commands/GetMetricDataCommand.ts
@@ -165,4 +165,16 @@ export class GetMetricDataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMetricDataCommand)
.de(de_GetMetricDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMetricDataRequest;
+ output: GetMetricDataResponse;
+ };
+ sdk: {
+ input: GetMetricDataCommandInput;
+ output: GetMetricDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/GetMetricDataV2Command.ts b/clients/client-connect/src/commands/GetMetricDataV2Command.ts
index d025be7c1392..0dd4e6da139d 100644
--- a/clients/client-connect/src/commands/GetMetricDataV2Command.ts
+++ b/clients/client-connect/src/commands/GetMetricDataV2Command.ts
@@ -174,4 +174,16 @@ export class GetMetricDataV2Command extends $Command
.f(void 0, void 0)
.ser(se_GetMetricDataV2Command)
.de(de_GetMetricDataV2Command)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMetricDataV2Request;
+ output: GetMetricDataV2Response;
+ };
+ sdk: {
+ input: GetMetricDataV2CommandInput;
+ output: GetMetricDataV2CommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/GetPromptFileCommand.ts b/clients/client-connect/src/commands/GetPromptFileCommand.ts
index a21ab461e61b..6d646d6171e6 100644
--- a/clients/client-connect/src/commands/GetPromptFileCommand.ts
+++ b/clients/client-connect/src/commands/GetPromptFileCommand.ts
@@ -95,4 +95,16 @@ export class GetPromptFileCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPromptFileCommand)
.de(de_GetPromptFileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPromptFileRequest;
+ output: GetPromptFileResponse;
+ };
+ sdk: {
+ input: GetPromptFileCommandInput;
+ output: GetPromptFileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/GetTaskTemplateCommand.ts b/clients/client-connect/src/commands/GetTaskTemplateCommand.ts
index 0338b0e4ce78..66748dd9509c 100644
--- a/clients/client-connect/src/commands/GetTaskTemplateCommand.ts
+++ b/clients/client-connect/src/commands/GetTaskTemplateCommand.ts
@@ -151,4 +151,16 @@ export class GetTaskTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTaskTemplateCommand)
.de(de_GetTaskTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTaskTemplateRequest;
+ output: GetTaskTemplateResponse;
+ };
+ sdk: {
+ input: GetTaskTemplateCommandInput;
+ output: GetTaskTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/GetTrafficDistributionCommand.ts b/clients/client-connect/src/commands/GetTrafficDistributionCommand.ts
index 37494fb891b6..cd40e42f35ff 100644
--- a/clients/client-connect/src/commands/GetTrafficDistributionCommand.ts
+++ b/clients/client-connect/src/commands/GetTrafficDistributionCommand.ts
@@ -117,4 +117,16 @@ export class GetTrafficDistributionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTrafficDistributionCommand)
.de(de_GetTrafficDistributionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTrafficDistributionRequest;
+ output: GetTrafficDistributionResponse;
+ };
+ sdk: {
+ input: GetTrafficDistributionCommandInput;
+ output: GetTrafficDistributionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ImportPhoneNumberCommand.ts b/clients/client-connect/src/commands/ImportPhoneNumberCommand.ts
index b4587ef0c0dd..38f51d71b373 100644
--- a/clients/client-connect/src/commands/ImportPhoneNumberCommand.ts
+++ b/clients/client-connect/src/commands/ImportPhoneNumberCommand.ts
@@ -120,4 +120,16 @@ export class ImportPhoneNumberCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportPhoneNumberCommand)
.de(de_ImportPhoneNumberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportPhoneNumberRequest;
+ output: ImportPhoneNumberResponse;
+ };
+ sdk: {
+ input: ImportPhoneNumberCommandInput;
+ output: ImportPhoneNumberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListAgentStatusesCommand.ts b/clients/client-connect/src/commands/ListAgentStatusesCommand.ts
index 7baa160818f6..ad6a1d7bff2a 100644
--- a/clients/client-connect/src/commands/ListAgentStatusesCommand.ts
+++ b/clients/client-connect/src/commands/ListAgentStatusesCommand.ts
@@ -108,4 +108,16 @@ export class ListAgentStatusesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAgentStatusesCommand)
.de(de_ListAgentStatusesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAgentStatusRequest;
+ output: ListAgentStatusResponse;
+ };
+ sdk: {
+ input: ListAgentStatusesCommandInput;
+ output: ListAgentStatusesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListAnalyticsDataAssociationsCommand.ts b/clients/client-connect/src/commands/ListAnalyticsDataAssociationsCommand.ts
index cc04dc73bb4f..31300bcdc6ff 100644
--- a/clients/client-connect/src/commands/ListAnalyticsDataAssociationsCommand.ts
+++ b/clients/client-connect/src/commands/ListAnalyticsDataAssociationsCommand.ts
@@ -110,4 +110,16 @@ export class ListAnalyticsDataAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAnalyticsDataAssociationsCommand)
.de(de_ListAnalyticsDataAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAnalyticsDataAssociationsRequest;
+ output: ListAnalyticsDataAssociationsResponse;
+ };
+ sdk: {
+ input: ListAnalyticsDataAssociationsCommandInput;
+ output: ListAnalyticsDataAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListApprovedOriginsCommand.ts b/clients/client-connect/src/commands/ListApprovedOriginsCommand.ts
index aaf83fc4e1e3..7e79871b48a3 100644
--- a/clients/client-connect/src/commands/ListApprovedOriginsCommand.ts
+++ b/clients/client-connect/src/commands/ListApprovedOriginsCommand.ts
@@ -98,4 +98,16 @@ export class ListApprovedOriginsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListApprovedOriginsCommand)
.de(de_ListApprovedOriginsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListApprovedOriginsRequest;
+ output: ListApprovedOriginsResponse;
+ };
+ sdk: {
+ input: ListApprovedOriginsCommandInput;
+ output: ListApprovedOriginsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListAuthenticationProfilesCommand.ts b/clients/client-connect/src/commands/ListAuthenticationProfilesCommand.ts
index d3665b45cd8e..2fa624083157 100644
--- a/clients/client-connect/src/commands/ListAuthenticationProfilesCommand.ts
+++ b/clients/client-connect/src/commands/ListAuthenticationProfilesCommand.ts
@@ -106,4 +106,16 @@ export class ListAuthenticationProfilesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAuthenticationProfilesCommand)
.de(de_ListAuthenticationProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAuthenticationProfilesRequest;
+ output: ListAuthenticationProfilesResponse;
+ };
+ sdk: {
+ input: ListAuthenticationProfilesCommandInput;
+ output: ListAuthenticationProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListBotsCommand.ts b/clients/client-connect/src/commands/ListBotsCommand.ts
index 7752a0d26965..d207ec320f2a 100644
--- a/clients/client-connect/src/commands/ListBotsCommand.ts
+++ b/clients/client-connect/src/commands/ListBotsCommand.ts
@@ -104,4 +104,16 @@ export class ListBotsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBotsCommand)
.de(de_ListBotsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBotsRequest;
+ output: ListBotsResponse;
+ };
+ sdk: {
+ input: ListBotsCommandInput;
+ output: ListBotsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListContactEvaluationsCommand.ts b/clients/client-connect/src/commands/ListContactEvaluationsCommand.ts
index 2913cffda3ab..57a2378944b2 100644
--- a/clients/client-connect/src/commands/ListContactEvaluationsCommand.ts
+++ b/clients/client-connect/src/commands/ListContactEvaluationsCommand.ts
@@ -108,4 +108,16 @@ export class ListContactEvaluationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListContactEvaluationsCommand)
.de(de_ListContactEvaluationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListContactEvaluationsRequest;
+ output: ListContactEvaluationsResponse;
+ };
+ sdk: {
+ input: ListContactEvaluationsCommandInput;
+ output: ListContactEvaluationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListContactFlowModulesCommand.ts b/clients/client-connect/src/commands/ListContactFlowModulesCommand.ts
index d40a2f0a050b..04ff2f52d014 100644
--- a/clients/client-connect/src/commands/ListContactFlowModulesCommand.ts
+++ b/clients/client-connect/src/commands/ListContactFlowModulesCommand.ts
@@ -107,4 +107,16 @@ export class ListContactFlowModulesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListContactFlowModulesCommand)
.de(de_ListContactFlowModulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListContactFlowModulesRequest;
+ output: ListContactFlowModulesResponse;
+ };
+ sdk: {
+ input: ListContactFlowModulesCommandInput;
+ output: ListContactFlowModulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListContactFlowsCommand.ts b/clients/client-connect/src/commands/ListContactFlowsCommand.ts
index 8c373b5649a2..cc7c3a5c91f7 100644
--- a/clients/client-connect/src/commands/ListContactFlowsCommand.ts
+++ b/clients/client-connect/src/commands/ListContactFlowsCommand.ts
@@ -111,4 +111,16 @@ export class ListContactFlowsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListContactFlowsCommand)
.de(de_ListContactFlowsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListContactFlowsRequest;
+ output: ListContactFlowsResponse;
+ };
+ sdk: {
+ input: ListContactFlowsCommandInput;
+ output: ListContactFlowsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListContactReferencesCommand.ts b/clients/client-connect/src/commands/ListContactReferencesCommand.ts
index f1f10dc129d1..d6c447bad1e8 100644
--- a/clients/client-connect/src/commands/ListContactReferencesCommand.ts
+++ b/clients/client-connect/src/commands/ListContactReferencesCommand.ts
@@ -129,4 +129,16 @@ export class ListContactReferencesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListContactReferencesCommand)
.de(de_ListContactReferencesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListContactReferencesRequest;
+ output: ListContactReferencesResponse;
+ };
+ sdk: {
+ input: ListContactReferencesCommandInput;
+ output: ListContactReferencesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListDefaultVocabulariesCommand.ts b/clients/client-connect/src/commands/ListDefaultVocabulariesCommand.ts
index 1801f11ca296..a58740507a92 100644
--- a/clients/client-connect/src/commands/ListDefaultVocabulariesCommand.ts
+++ b/clients/client-connect/src/commands/ListDefaultVocabulariesCommand.ts
@@ -100,4 +100,16 @@ export class ListDefaultVocabulariesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDefaultVocabulariesCommand)
.de(de_ListDefaultVocabulariesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDefaultVocabulariesRequest;
+ output: ListDefaultVocabulariesResponse;
+ };
+ sdk: {
+ input: ListDefaultVocabulariesCommandInput;
+ output: ListDefaultVocabulariesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListEvaluationFormVersionsCommand.ts b/clients/client-connect/src/commands/ListEvaluationFormVersionsCommand.ts
index df5ec124e7ea..89c5054ce0bc 100644
--- a/clients/client-connect/src/commands/ListEvaluationFormVersionsCommand.ts
+++ b/clients/client-connect/src/commands/ListEvaluationFormVersionsCommand.ts
@@ -105,4 +105,16 @@ export class ListEvaluationFormVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEvaluationFormVersionsCommand)
.de(de_ListEvaluationFormVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEvaluationFormVersionsRequest;
+ output: ListEvaluationFormVersionsResponse;
+ };
+ sdk: {
+ input: ListEvaluationFormVersionsCommandInput;
+ output: ListEvaluationFormVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListEvaluationFormsCommand.ts b/clients/client-connect/src/commands/ListEvaluationFormsCommand.ts
index 259351f47ac2..6c57fc65799a 100644
--- a/clients/client-connect/src/commands/ListEvaluationFormsCommand.ts
+++ b/clients/client-connect/src/commands/ListEvaluationFormsCommand.ts
@@ -106,4 +106,16 @@ export class ListEvaluationFormsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEvaluationFormsCommand)
.de(de_ListEvaluationFormsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEvaluationFormsRequest;
+ output: ListEvaluationFormsResponse;
+ };
+ sdk: {
+ input: ListEvaluationFormsCommandInput;
+ output: ListEvaluationFormsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListFlowAssociationsCommand.ts b/clients/client-connect/src/commands/ListFlowAssociationsCommand.ts
index 22db849fd660..7cd73aecc464 100644
--- a/clients/client-connect/src/commands/ListFlowAssociationsCommand.ts
+++ b/clients/client-connect/src/commands/ListFlowAssociationsCommand.ts
@@ -105,4 +105,16 @@ export class ListFlowAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFlowAssociationsCommand)
.de(de_ListFlowAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFlowAssociationsRequest;
+ output: ListFlowAssociationsResponse;
+ };
+ sdk: {
+ input: ListFlowAssociationsCommandInput;
+ output: ListFlowAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListHoursOfOperationsCommand.ts b/clients/client-connect/src/commands/ListHoursOfOperationsCommand.ts
index 2d8104aaba86..3d15010879ab 100644
--- a/clients/client-connect/src/commands/ListHoursOfOperationsCommand.ts
+++ b/clients/client-connect/src/commands/ListHoursOfOperationsCommand.ts
@@ -106,4 +106,16 @@ export class ListHoursOfOperationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListHoursOfOperationsCommand)
.de(de_ListHoursOfOperationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListHoursOfOperationsRequest;
+ output: ListHoursOfOperationsResponse;
+ };
+ sdk: {
+ input: ListHoursOfOperationsCommandInput;
+ output: ListHoursOfOperationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListInstanceAttributesCommand.ts b/clients/client-connect/src/commands/ListInstanceAttributesCommand.ts
index 0076e8e7814e..2d0190dd0a48 100644
--- a/clients/client-connect/src/commands/ListInstanceAttributesCommand.ts
+++ b/clients/client-connect/src/commands/ListInstanceAttributesCommand.ts
@@ -101,4 +101,16 @@ export class ListInstanceAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInstanceAttributesCommand)
.de(de_ListInstanceAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInstanceAttributesRequest;
+ output: ListInstanceAttributesResponse;
+ };
+ sdk: {
+ input: ListInstanceAttributesCommandInput;
+ output: ListInstanceAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListInstanceStorageConfigsCommand.ts b/clients/client-connect/src/commands/ListInstanceStorageConfigsCommand.ts
index 396ca562bd23..e473d590c88a 100644
--- a/clients/client-connect/src/commands/ListInstanceStorageConfigsCommand.ts
+++ b/clients/client-connect/src/commands/ListInstanceStorageConfigsCommand.ts
@@ -125,4 +125,16 @@ export class ListInstanceStorageConfigsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInstanceStorageConfigsCommand)
.de(de_ListInstanceStorageConfigsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInstanceStorageConfigsRequest;
+ output: ListInstanceStorageConfigsResponse;
+ };
+ sdk: {
+ input: ListInstanceStorageConfigsCommandInput;
+ output: ListInstanceStorageConfigsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListInstancesCommand.ts b/clients/client-connect/src/commands/ListInstancesCommand.ts
index cb556aee50e9..ca295e0cd500 100644
--- a/clients/client-connect/src/commands/ListInstancesCommand.ts
+++ b/clients/client-connect/src/commands/ListInstancesCommand.ts
@@ -105,4 +105,16 @@ export class ListInstancesCommand extends $Command
.f(void 0, ListInstancesResponseFilterSensitiveLog)
.ser(se_ListInstancesCommand)
.de(de_ListInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInstancesRequest;
+ output: ListInstancesResponse;
+ };
+ sdk: {
+ input: ListInstancesCommandInput;
+ output: ListInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListIntegrationAssociationsCommand.ts b/clients/client-connect/src/commands/ListIntegrationAssociationsCommand.ts
index b177e0e38214..d69fbf2e91fd 100644
--- a/clients/client-connect/src/commands/ListIntegrationAssociationsCommand.ts
+++ b/clients/client-connect/src/commands/ListIntegrationAssociationsCommand.ts
@@ -111,4 +111,16 @@ export class ListIntegrationAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIntegrationAssociationsCommand)
.de(de_ListIntegrationAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIntegrationAssociationsRequest;
+ output: ListIntegrationAssociationsResponse;
+ };
+ sdk: {
+ input: ListIntegrationAssociationsCommandInput;
+ output: ListIntegrationAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListLambdaFunctionsCommand.ts b/clients/client-connect/src/commands/ListLambdaFunctionsCommand.ts
index 918efa391866..e604f29dc667 100644
--- a/clients/client-connect/src/commands/ListLambdaFunctionsCommand.ts
+++ b/clients/client-connect/src/commands/ListLambdaFunctionsCommand.ts
@@ -99,4 +99,16 @@ export class ListLambdaFunctionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLambdaFunctionsCommand)
.de(de_ListLambdaFunctionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLambdaFunctionsRequest;
+ output: ListLambdaFunctionsResponse;
+ };
+ sdk: {
+ input: ListLambdaFunctionsCommandInput;
+ output: ListLambdaFunctionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListLexBotsCommand.ts b/clients/client-connect/src/commands/ListLexBotsCommand.ts
index 592b83f07807..df49330708af 100644
--- a/clients/client-connect/src/commands/ListLexBotsCommand.ts
+++ b/clients/client-connect/src/commands/ListLexBotsCommand.ts
@@ -103,4 +103,16 @@ export class ListLexBotsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLexBotsCommand)
.de(de_ListLexBotsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLexBotsRequest;
+ output: ListLexBotsResponse;
+ };
+ sdk: {
+ input: ListLexBotsCommandInput;
+ output: ListLexBotsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListPhoneNumbersCommand.ts b/clients/client-connect/src/commands/ListPhoneNumbersCommand.ts
index f89e5c0f6cc3..575cb4536bbb 100644
--- a/clients/client-connect/src/commands/ListPhoneNumbersCommand.ts
+++ b/clients/client-connect/src/commands/ListPhoneNumbersCommand.ts
@@ -129,4 +129,16 @@ export class ListPhoneNumbersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPhoneNumbersCommand)
.de(de_ListPhoneNumbersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPhoneNumbersRequest;
+ output: ListPhoneNumbersResponse;
+ };
+ sdk: {
+ input: ListPhoneNumbersCommandInput;
+ output: ListPhoneNumbersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListPhoneNumbersV2Command.ts b/clients/client-connect/src/commands/ListPhoneNumbersV2Command.ts
index 5ed4add25116..ff7dab7a4cd0 100644
--- a/clients/client-connect/src/commands/ListPhoneNumbersV2Command.ts
+++ b/clients/client-connect/src/commands/ListPhoneNumbersV2Command.ts
@@ -132,4 +132,16 @@ export class ListPhoneNumbersV2Command extends $Command
.f(void 0, void 0)
.ser(se_ListPhoneNumbersV2Command)
.de(de_ListPhoneNumbersV2Command)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPhoneNumbersV2Request;
+ output: ListPhoneNumbersV2Response;
+ };
+ sdk: {
+ input: ListPhoneNumbersV2CommandInput;
+ output: ListPhoneNumbersV2CommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListPredefinedAttributesCommand.ts b/clients/client-connect/src/commands/ListPredefinedAttributesCommand.ts
index 8d3fc04d58de..b6fa365c948e 100644
--- a/clients/client-connect/src/commands/ListPredefinedAttributesCommand.ts
+++ b/clients/client-connect/src/commands/ListPredefinedAttributesCommand.ts
@@ -104,4 +104,16 @@ export class ListPredefinedAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPredefinedAttributesCommand)
.de(de_ListPredefinedAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPredefinedAttributesRequest;
+ output: ListPredefinedAttributesResponse;
+ };
+ sdk: {
+ input: ListPredefinedAttributesCommandInput;
+ output: ListPredefinedAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListPromptsCommand.ts b/clients/client-connect/src/commands/ListPromptsCommand.ts
index a9f794fd32bd..36310ff113c3 100644
--- a/clients/client-connect/src/commands/ListPromptsCommand.ts
+++ b/clients/client-connect/src/commands/ListPromptsCommand.ts
@@ -103,4 +103,16 @@ export class ListPromptsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPromptsCommand)
.de(de_ListPromptsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPromptsRequest;
+ output: ListPromptsResponse;
+ };
+ sdk: {
+ input: ListPromptsCommandInput;
+ output: ListPromptsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListQueueQuickConnectsCommand.ts b/clients/client-connect/src/commands/ListQueueQuickConnectsCommand.ts
index df3d2b3f4f98..fa2aaa5a3434 100644
--- a/clients/client-connect/src/commands/ListQueueQuickConnectsCommand.ts
+++ b/clients/client-connect/src/commands/ListQueueQuickConnectsCommand.ts
@@ -108,4 +108,16 @@ export class ListQueueQuickConnectsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListQueueQuickConnectsCommand)
.de(de_ListQueueQuickConnectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListQueueQuickConnectsRequest;
+ output: ListQueueQuickConnectsResponse;
+ };
+ sdk: {
+ input: ListQueueQuickConnectsCommandInput;
+ output: ListQueueQuickConnectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListQueuesCommand.ts b/clients/client-connect/src/commands/ListQueuesCommand.ts
index 1900920cd636..908028631911 100644
--- a/clients/client-connect/src/commands/ListQueuesCommand.ts
+++ b/clients/client-connect/src/commands/ListQueuesCommand.ts
@@ -113,4 +113,16 @@ export class ListQueuesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListQueuesCommand)
.de(de_ListQueuesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListQueuesRequest;
+ output: ListQueuesResponse;
+ };
+ sdk: {
+ input: ListQueuesCommandInput;
+ output: ListQueuesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListQuickConnectsCommand.ts b/clients/client-connect/src/commands/ListQuickConnectsCommand.ts
index 682cbef3e6a6..0175a9b4f276 100644
--- a/clients/client-connect/src/commands/ListQuickConnectsCommand.ts
+++ b/clients/client-connect/src/commands/ListQuickConnectsCommand.ts
@@ -108,4 +108,16 @@ export class ListQuickConnectsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListQuickConnectsCommand)
.de(de_ListQuickConnectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListQuickConnectsRequest;
+ output: ListQuickConnectsResponse;
+ };
+ sdk: {
+ input: ListQuickConnectsCommandInput;
+ output: ListQuickConnectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListRealtimeContactAnalysisSegmentsV2Command.ts b/clients/client-connect/src/commands/ListRealtimeContactAnalysisSegmentsV2Command.ts
index a77736dd3adb..429e164ba0cb 100644
--- a/clients/client-connect/src/commands/ListRealtimeContactAnalysisSegmentsV2Command.ts
+++ b/clients/client-connect/src/commands/ListRealtimeContactAnalysisSegmentsV2Command.ts
@@ -203,4 +203,16 @@ export class ListRealtimeContactAnalysisSegmentsV2Command extends $Command
.f(void 0, void 0)
.ser(se_ListRealtimeContactAnalysisSegmentsV2Command)
.de(de_ListRealtimeContactAnalysisSegmentsV2Command)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRealtimeContactAnalysisSegmentsV2Request;
+ output: ListRealtimeContactAnalysisSegmentsV2Response;
+ };
+ sdk: {
+ input: ListRealtimeContactAnalysisSegmentsV2CommandInput;
+ output: ListRealtimeContactAnalysisSegmentsV2CommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListRoutingProfileQueuesCommand.ts b/clients/client-connect/src/commands/ListRoutingProfileQueuesCommand.ts
index 1853480d0e7e..67307a6fce86 100644
--- a/clients/client-connect/src/commands/ListRoutingProfileQueuesCommand.ts
+++ b/clients/client-connect/src/commands/ListRoutingProfileQueuesCommand.ts
@@ -107,4 +107,16 @@ export class ListRoutingProfileQueuesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRoutingProfileQueuesCommand)
.de(de_ListRoutingProfileQueuesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRoutingProfileQueuesRequest;
+ output: ListRoutingProfileQueuesResponse;
+ };
+ sdk: {
+ input: ListRoutingProfileQueuesCommandInput;
+ output: ListRoutingProfileQueuesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListRoutingProfilesCommand.ts b/clients/client-connect/src/commands/ListRoutingProfilesCommand.ts
index b9aab3d7f6d1..a02e03019fc9 100644
--- a/clients/client-connect/src/commands/ListRoutingProfilesCommand.ts
+++ b/clients/client-connect/src/commands/ListRoutingProfilesCommand.ts
@@ -106,4 +106,16 @@ export class ListRoutingProfilesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRoutingProfilesCommand)
.de(de_ListRoutingProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRoutingProfilesRequest;
+ output: ListRoutingProfilesResponse;
+ };
+ sdk: {
+ input: ListRoutingProfilesCommandInput;
+ output: ListRoutingProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListRulesCommand.ts b/clients/client-connect/src/commands/ListRulesCommand.ts
index 5bbbbfa0c1d5..ebc9c424fc59 100644
--- a/clients/client-connect/src/commands/ListRulesCommand.ts
+++ b/clients/client-connect/src/commands/ListRulesCommand.ts
@@ -112,4 +112,16 @@ export class ListRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRulesCommand)
.de(de_ListRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRulesRequest;
+ output: ListRulesResponse;
+ };
+ sdk: {
+ input: ListRulesCommandInput;
+ output: ListRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListSecurityKeysCommand.ts b/clients/client-connect/src/commands/ListSecurityKeysCommand.ts
index e43175985cc4..b20150923602 100644
--- a/clients/client-connect/src/commands/ListSecurityKeysCommand.ts
+++ b/clients/client-connect/src/commands/ListSecurityKeysCommand.ts
@@ -102,4 +102,16 @@ export class ListSecurityKeysCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSecurityKeysCommand)
.de(de_ListSecurityKeysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSecurityKeysRequest;
+ output: ListSecurityKeysResponse;
+ };
+ sdk: {
+ input: ListSecurityKeysCommandInput;
+ output: ListSecurityKeysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListSecurityProfileApplicationsCommand.ts b/clients/client-connect/src/commands/ListSecurityProfileApplicationsCommand.ts
index 345898bf2c6a..83a9d132a0ab 100644
--- a/clients/client-connect/src/commands/ListSecurityProfileApplicationsCommand.ts
+++ b/clients/client-connect/src/commands/ListSecurityProfileApplicationsCommand.ts
@@ -110,4 +110,16 @@ export class ListSecurityProfileApplicationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSecurityProfileApplicationsCommand)
.de(de_ListSecurityProfileApplicationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSecurityProfileApplicationsRequest;
+ output: ListSecurityProfileApplicationsResponse;
+ };
+ sdk: {
+ input: ListSecurityProfileApplicationsCommandInput;
+ output: ListSecurityProfileApplicationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListSecurityProfilePermissionsCommand.ts b/clients/client-connect/src/commands/ListSecurityProfilePermissionsCommand.ts
index 78d210808788..5422ce4db26b 100644
--- a/clients/client-connect/src/commands/ListSecurityProfilePermissionsCommand.ts
+++ b/clients/client-connect/src/commands/ListSecurityProfilePermissionsCommand.ts
@@ -109,4 +109,16 @@ export class ListSecurityProfilePermissionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSecurityProfilePermissionsCommand)
.de(de_ListSecurityProfilePermissionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSecurityProfilePermissionsRequest;
+ output: ListSecurityProfilePermissionsResponse;
+ };
+ sdk: {
+ input: ListSecurityProfilePermissionsCommandInput;
+ output: ListSecurityProfilePermissionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListSecurityProfilesCommand.ts b/clients/client-connect/src/commands/ListSecurityProfilesCommand.ts
index fa9ad80e4849..2f1c5585fef1 100644
--- a/clients/client-connect/src/commands/ListSecurityProfilesCommand.ts
+++ b/clients/client-connect/src/commands/ListSecurityProfilesCommand.ts
@@ -107,4 +107,16 @@ export class ListSecurityProfilesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSecurityProfilesCommand)
.de(de_ListSecurityProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSecurityProfilesRequest;
+ output: ListSecurityProfilesResponse;
+ };
+ sdk: {
+ input: ListSecurityProfilesCommandInput;
+ output: ListSecurityProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListTagsForResourceCommand.ts b/clients/client-connect/src/commands/ListTagsForResourceCommand.ts
index f63cedf7679c..0d715f31b3c4 100644
--- a/clients/client-connect/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-connect/src/commands/ListTagsForResourceCommand.ts
@@ -97,4 +97,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListTaskTemplatesCommand.ts b/clients/client-connect/src/commands/ListTaskTemplatesCommand.ts
index 1bfae2a18542..448f319e343d 100644
--- a/clients/client-connect/src/commands/ListTaskTemplatesCommand.ts
+++ b/clients/client-connect/src/commands/ListTaskTemplatesCommand.ts
@@ -107,4 +107,16 @@ export class ListTaskTemplatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTaskTemplatesCommand)
.de(de_ListTaskTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTaskTemplatesRequest;
+ output: ListTaskTemplatesResponse;
+ };
+ sdk: {
+ input: ListTaskTemplatesCommandInput;
+ output: ListTaskTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListTrafficDistributionGroupUsersCommand.ts b/clients/client-connect/src/commands/ListTrafficDistributionGroupUsersCommand.ts
index dc2d7438d8df..72c89031fef9 100644
--- a/clients/client-connect/src/commands/ListTrafficDistributionGroupUsersCommand.ts
+++ b/clients/client-connect/src/commands/ListTrafficDistributionGroupUsersCommand.ts
@@ -107,4 +107,16 @@ export class ListTrafficDistributionGroupUsersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTrafficDistributionGroupUsersCommand)
.de(de_ListTrafficDistributionGroupUsersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTrafficDistributionGroupUsersRequest;
+ output: ListTrafficDistributionGroupUsersResponse;
+ };
+ sdk: {
+ input: ListTrafficDistributionGroupUsersCommandInput;
+ output: ListTrafficDistributionGroupUsersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListTrafficDistributionGroupsCommand.ts b/clients/client-connect/src/commands/ListTrafficDistributionGroupsCommand.ts
index 3816054c4b8f..1a081fb9a291 100644
--- a/clients/client-connect/src/commands/ListTrafficDistributionGroupsCommand.ts
+++ b/clients/client-connect/src/commands/ListTrafficDistributionGroupsCommand.ts
@@ -106,4 +106,16 @@ export class ListTrafficDistributionGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTrafficDistributionGroupsCommand)
.de(de_ListTrafficDistributionGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTrafficDistributionGroupsRequest;
+ output: ListTrafficDistributionGroupsResponse;
+ };
+ sdk: {
+ input: ListTrafficDistributionGroupsCommandInput;
+ output: ListTrafficDistributionGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListUseCasesCommand.ts b/clients/client-connect/src/commands/ListUseCasesCommand.ts
index 3279c43fd0d8..f60162b91068 100644
--- a/clients/client-connect/src/commands/ListUseCasesCommand.ts
+++ b/clients/client-connect/src/commands/ListUseCasesCommand.ts
@@ -99,4 +99,16 @@ export class ListUseCasesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListUseCasesCommand)
.de(de_ListUseCasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUseCasesRequest;
+ output: ListUseCasesResponse;
+ };
+ sdk: {
+ input: ListUseCasesCommandInput;
+ output: ListUseCasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListUserHierarchyGroupsCommand.ts b/clients/client-connect/src/commands/ListUserHierarchyGroupsCommand.ts
index c47b66e9b95e..1ca4a799b303 100644
--- a/clients/client-connect/src/commands/ListUserHierarchyGroupsCommand.ts
+++ b/clients/client-connect/src/commands/ListUserHierarchyGroupsCommand.ts
@@ -106,4 +106,16 @@ export class ListUserHierarchyGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListUserHierarchyGroupsCommand)
.de(de_ListUserHierarchyGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUserHierarchyGroupsRequest;
+ output: ListUserHierarchyGroupsResponse;
+ };
+ sdk: {
+ input: ListUserHierarchyGroupsCommandInput;
+ output: ListUserHierarchyGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListUserProficienciesCommand.ts b/clients/client-connect/src/commands/ListUserProficienciesCommand.ts
index fb6dd9b0f84f..3777373df262 100644
--- a/clients/client-connect/src/commands/ListUserProficienciesCommand.ts
+++ b/clients/client-connect/src/commands/ListUserProficienciesCommand.ts
@@ -104,4 +104,16 @@ export class ListUserProficienciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListUserProficienciesCommand)
.de(de_ListUserProficienciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUserProficienciesRequest;
+ output: ListUserProficienciesResponse;
+ };
+ sdk: {
+ input: ListUserProficienciesCommandInput;
+ output: ListUserProficienciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListUsersCommand.ts b/clients/client-connect/src/commands/ListUsersCommand.ts
index 910ebf9d9499..410dbc91ea78 100644
--- a/clients/client-connect/src/commands/ListUsersCommand.ts
+++ b/clients/client-connect/src/commands/ListUsersCommand.ts
@@ -104,4 +104,16 @@ export class ListUsersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListUsersCommand)
.de(de_ListUsersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUsersRequest;
+ output: ListUsersResponse;
+ };
+ sdk: {
+ input: ListUsersCommandInput;
+ output: ListUsersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListViewVersionsCommand.ts b/clients/client-connect/src/commands/ListViewVersionsCommand.ts
index af22a4e7b4e0..24e4e7cec55f 100644
--- a/clients/client-connect/src/commands/ListViewVersionsCommand.ts
+++ b/clients/client-connect/src/commands/ListViewVersionsCommand.ts
@@ -115,4 +115,16 @@ export class ListViewVersionsCommand extends $Command
.f(void 0, ListViewVersionsResponseFilterSensitiveLog)
.ser(se_ListViewVersionsCommand)
.de(de_ListViewVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListViewVersionsRequest;
+ output: ListViewVersionsResponse;
+ };
+ sdk: {
+ input: ListViewVersionsCommandInput;
+ output: ListViewVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ListViewsCommand.ts b/clients/client-connect/src/commands/ListViewsCommand.ts
index ba5f72a15108..d64eea809d32 100644
--- a/clients/client-connect/src/commands/ListViewsCommand.ts
+++ b/clients/client-connect/src/commands/ListViewsCommand.ts
@@ -109,4 +109,16 @@ export class ListViewsCommand extends $Command
.f(void 0, ListViewsResponseFilterSensitiveLog)
.ser(se_ListViewsCommand)
.de(de_ListViewsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListViewsRequest;
+ output: ListViewsResponse;
+ };
+ sdk: {
+ input: ListViewsCommandInput;
+ output: ListViewsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/MonitorContactCommand.ts b/clients/client-connect/src/commands/MonitorContactCommand.ts
index 9f2c53676cef..67e206328345 100644
--- a/clients/client-connect/src/commands/MonitorContactCommand.ts
+++ b/clients/client-connect/src/commands/MonitorContactCommand.ts
@@ -107,4 +107,16 @@ export class MonitorContactCommand extends $Command
.f(void 0, void 0)
.ser(se_MonitorContactCommand)
.de(de_MonitorContactCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: MonitorContactRequest;
+ output: MonitorContactResponse;
+ };
+ sdk: {
+ input: MonitorContactCommandInput;
+ output: MonitorContactCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/PauseContactCommand.ts b/clients/client-connect/src/commands/PauseContactCommand.ts
index 4bb2678142e4..88619c8e0646 100644
--- a/clients/client-connect/src/commands/PauseContactCommand.ts
+++ b/clients/client-connect/src/commands/PauseContactCommand.ts
@@ -102,4 +102,16 @@ export class PauseContactCommand extends $Command
.f(void 0, void 0)
.ser(se_PauseContactCommand)
.de(de_PauseContactCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PauseContactRequest;
+ output: {};
+ };
+ sdk: {
+ input: PauseContactCommandInput;
+ output: PauseContactCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/PutUserStatusCommand.ts b/clients/client-connect/src/commands/PutUserStatusCommand.ts
index c8c0355b945e..eff918021727 100644
--- a/clients/client-connect/src/commands/PutUserStatusCommand.ts
+++ b/clients/client-connect/src/commands/PutUserStatusCommand.ts
@@ -98,4 +98,16 @@ export class PutUserStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_PutUserStatusCommand)
.de(de_PutUserStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutUserStatusRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutUserStatusCommandInput;
+ output: PutUserStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ReleasePhoneNumberCommand.ts b/clients/client-connect/src/commands/ReleasePhoneNumberCommand.ts
index 608f7199e1df..420c49e3aac6 100644
--- a/clients/client-connect/src/commands/ReleasePhoneNumberCommand.ts
+++ b/clients/client-connect/src/commands/ReleasePhoneNumberCommand.ts
@@ -118,4 +118,16 @@ export class ReleasePhoneNumberCommand extends $Command
.f(void 0, void 0)
.ser(se_ReleasePhoneNumberCommand)
.de(de_ReleasePhoneNumberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReleasePhoneNumberRequest;
+ output: {};
+ };
+ sdk: {
+ input: ReleasePhoneNumberCommandInput;
+ output: ReleasePhoneNumberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ReplicateInstanceCommand.ts b/clients/client-connect/src/commands/ReplicateInstanceCommand.ts
index 3c421923cf4b..1797d2b1fb3d 100644
--- a/clients/client-connect/src/commands/ReplicateInstanceCommand.ts
+++ b/clients/client-connect/src/commands/ReplicateInstanceCommand.ts
@@ -113,4 +113,16 @@ export class ReplicateInstanceCommand extends $Command
.f(ReplicateInstanceRequestFilterSensitiveLog, void 0)
.ser(se_ReplicateInstanceCommand)
.de(de_ReplicateInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReplicateInstanceRequest;
+ output: ReplicateInstanceResponse;
+ };
+ sdk: {
+ input: ReplicateInstanceCommandInput;
+ output: ReplicateInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ResumeContactCommand.ts b/clients/client-connect/src/commands/ResumeContactCommand.ts
index eedba31b517b..4ce9721a27a0 100644
--- a/clients/client-connect/src/commands/ResumeContactCommand.ts
+++ b/clients/client-connect/src/commands/ResumeContactCommand.ts
@@ -99,4 +99,16 @@ export class ResumeContactCommand extends $Command
.f(void 0, void 0)
.ser(se_ResumeContactCommand)
.de(de_ResumeContactCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResumeContactRequest;
+ output: {};
+ };
+ sdk: {
+ input: ResumeContactCommandInput;
+ output: ResumeContactCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/ResumeContactRecordingCommand.ts b/clients/client-connect/src/commands/ResumeContactRecordingCommand.ts
index ce2be03c7481..4aead4b08d3a 100644
--- a/clients/client-connect/src/commands/ResumeContactRecordingCommand.ts
+++ b/clients/client-connect/src/commands/ResumeContactRecordingCommand.ts
@@ -90,4 +90,16 @@ export class ResumeContactRecordingCommand extends $Command
.f(void 0, void 0)
.ser(se_ResumeContactRecordingCommand)
.de(de_ResumeContactRecordingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResumeContactRecordingRequest;
+ output: {};
+ };
+ sdk: {
+ input: ResumeContactRecordingCommandInput;
+ output: ResumeContactRecordingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/SearchAgentStatusesCommand.ts b/clients/client-connect/src/commands/SearchAgentStatusesCommand.ts
index da6534a8a29a..ec4407af2404 100644
--- a/clients/client-connect/src/commands/SearchAgentStatusesCommand.ts
+++ b/clients/client-connect/src/commands/SearchAgentStatusesCommand.ts
@@ -159,4 +159,16 @@ export class SearchAgentStatusesCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchAgentStatusesCommand)
.de(de_SearchAgentStatusesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchAgentStatusesRequest;
+ output: SearchAgentStatusesResponse;
+ };
+ sdk: {
+ input: SearchAgentStatusesCommandInput;
+ output: SearchAgentStatusesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/SearchAvailablePhoneNumbersCommand.ts b/clients/client-connect/src/commands/SearchAvailablePhoneNumbersCommand.ts
index a35dcde15d8a..384eda0030cb 100644
--- a/clients/client-connect/src/commands/SearchAvailablePhoneNumbersCommand.ts
+++ b/clients/client-connect/src/commands/SearchAvailablePhoneNumbersCommand.ts
@@ -109,4 +109,16 @@ export class SearchAvailablePhoneNumbersCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchAvailablePhoneNumbersCommand)
.de(de_SearchAvailablePhoneNumbersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchAvailablePhoneNumbersRequest;
+ output: SearchAvailablePhoneNumbersResponse;
+ };
+ sdk: {
+ input: SearchAvailablePhoneNumbersCommandInput;
+ output: SearchAvailablePhoneNumbersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/SearchContactFlowModulesCommand.ts b/clients/client-connect/src/commands/SearchContactFlowModulesCommand.ts
index 037af26f712e..6f7cfe14e0ce 100644
--- a/clients/client-connect/src/commands/SearchContactFlowModulesCommand.ts
+++ b/clients/client-connect/src/commands/SearchContactFlowModulesCommand.ts
@@ -153,4 +153,16 @@ export class SearchContactFlowModulesCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchContactFlowModulesCommand)
.de(de_SearchContactFlowModulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchContactFlowModulesRequest;
+ output: SearchContactFlowModulesResponse;
+ };
+ sdk: {
+ input: SearchContactFlowModulesCommandInput;
+ output: SearchContactFlowModulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/SearchContactFlowsCommand.ts b/clients/client-connect/src/commands/SearchContactFlowsCommand.ts
index df52fe3eeb4d..54a55cf91221 100644
--- a/clients/client-connect/src/commands/SearchContactFlowsCommand.ts
+++ b/clients/client-connect/src/commands/SearchContactFlowsCommand.ts
@@ -161,4 +161,16 @@ export class SearchContactFlowsCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchContactFlowsCommand)
.de(de_SearchContactFlowsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchContactFlowsRequest;
+ output: SearchContactFlowsResponse;
+ };
+ sdk: {
+ input: SearchContactFlowsCommandInput;
+ output: SearchContactFlowsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/SearchContactsCommand.ts b/clients/client-connect/src/commands/SearchContactsCommand.ts
index 1c22309be18f..bc05a52e8c52 100644
--- a/clients/client-connect/src/commands/SearchContactsCommand.ts
+++ b/clients/client-connect/src/commands/SearchContactsCommand.ts
@@ -185,4 +185,16 @@ export class SearchContactsCommand extends $Command
.f(SearchContactsRequestFilterSensitiveLog, void 0)
.ser(se_SearchContactsCommand)
.de(de_SearchContactsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchContactsRequest;
+ output: SearchContactsResponse;
+ };
+ sdk: {
+ input: SearchContactsCommandInput;
+ output: SearchContactsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/SearchHoursOfOperationsCommand.ts b/clients/client-connect/src/commands/SearchHoursOfOperationsCommand.ts
index 003c2dc0c25b..cdffa113af16 100644
--- a/clients/client-connect/src/commands/SearchHoursOfOperationsCommand.ts
+++ b/clients/client-connect/src/commands/SearchHoursOfOperationsCommand.ts
@@ -167,4 +167,16 @@ export class SearchHoursOfOperationsCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchHoursOfOperationsCommand)
.de(de_SearchHoursOfOperationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchHoursOfOperationsRequest;
+ output: SearchHoursOfOperationsResponse;
+ };
+ sdk: {
+ input: SearchHoursOfOperationsCommandInput;
+ output: SearchHoursOfOperationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/SearchPredefinedAttributesCommand.ts b/clients/client-connect/src/commands/SearchPredefinedAttributesCommand.ts
index 43836e7f0e47..9628d76aada4 100644
--- a/clients/client-connect/src/commands/SearchPredefinedAttributesCommand.ts
+++ b/clients/client-connect/src/commands/SearchPredefinedAttributesCommand.ts
@@ -135,4 +135,16 @@ export class SearchPredefinedAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchPredefinedAttributesCommand)
.de(de_SearchPredefinedAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchPredefinedAttributesRequest;
+ output: SearchPredefinedAttributesResponse;
+ };
+ sdk: {
+ input: SearchPredefinedAttributesCommandInput;
+ output: SearchPredefinedAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/SearchPromptsCommand.ts b/clients/client-connect/src/commands/SearchPromptsCommand.ts
index ed35374f7727..6c2d0fb211ac 100644
--- a/clients/client-connect/src/commands/SearchPromptsCommand.ts
+++ b/clients/client-connect/src/commands/SearchPromptsCommand.ts
@@ -152,4 +152,16 @@ export class SearchPromptsCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchPromptsCommand)
.de(de_SearchPromptsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchPromptsRequest;
+ output: SearchPromptsResponse;
+ };
+ sdk: {
+ input: SearchPromptsCommandInput;
+ output: SearchPromptsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/SearchQueuesCommand.ts b/clients/client-connect/src/commands/SearchQueuesCommand.ts
index 59bf4be8dff6..50b956f07a70 100644
--- a/clients/client-connect/src/commands/SearchQueuesCommand.ts
+++ b/clients/client-connect/src/commands/SearchQueuesCommand.ts
@@ -162,4 +162,16 @@ export class SearchQueuesCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchQueuesCommand)
.de(de_SearchQueuesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchQueuesRequest;
+ output: SearchQueuesResponse;
+ };
+ sdk: {
+ input: SearchQueuesCommandInput;
+ output: SearchQueuesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/SearchQuickConnectsCommand.ts b/clients/client-connect/src/commands/SearchQuickConnectsCommand.ts
index 9a5c45226587..9bcbf01a5824 100644
--- a/clients/client-connect/src/commands/SearchQuickConnectsCommand.ts
+++ b/clients/client-connect/src/commands/SearchQuickConnectsCommand.ts
@@ -166,4 +166,16 @@ export class SearchQuickConnectsCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchQuickConnectsCommand)
.de(de_SearchQuickConnectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchQuickConnectsRequest;
+ output: SearchQuickConnectsResponse;
+ };
+ sdk: {
+ input: SearchQuickConnectsCommandInput;
+ output: SearchQuickConnectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/SearchResourceTagsCommand.ts b/clients/client-connect/src/commands/SearchResourceTagsCommand.ts
index 7c80a1c5fdbf..67a3a2dced92 100644
--- a/clients/client-connect/src/commands/SearchResourceTagsCommand.ts
+++ b/clients/client-connect/src/commands/SearchResourceTagsCommand.ts
@@ -115,4 +115,16 @@ export class SearchResourceTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchResourceTagsCommand)
.de(de_SearchResourceTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchResourceTagsRequest;
+ output: SearchResourceTagsResponse;
+ };
+ sdk: {
+ input: SearchResourceTagsCommandInput;
+ output: SearchResourceTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/SearchRoutingProfilesCommand.ts b/clients/client-connect/src/commands/SearchRoutingProfilesCommand.ts
index 94142079613f..431d2d92529d 100644
--- a/clients/client-connect/src/commands/SearchRoutingProfilesCommand.ts
+++ b/clients/client-connect/src/commands/SearchRoutingProfilesCommand.ts
@@ -170,4 +170,16 @@ export class SearchRoutingProfilesCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchRoutingProfilesCommand)
.de(de_SearchRoutingProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchRoutingProfilesRequest;
+ output: SearchRoutingProfilesResponse;
+ };
+ sdk: {
+ input: SearchRoutingProfilesCommandInput;
+ output: SearchRoutingProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/SearchSecurityProfilesCommand.ts b/clients/client-connect/src/commands/SearchSecurityProfilesCommand.ts
index fdd166965804..5bfb29244e07 100644
--- a/clients/client-connect/src/commands/SearchSecurityProfilesCommand.ts
+++ b/clients/client-connect/src/commands/SearchSecurityProfilesCommand.ts
@@ -156,4 +156,16 @@ export class SearchSecurityProfilesCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchSecurityProfilesCommand)
.de(de_SearchSecurityProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchSecurityProfilesRequest;
+ output: SearchSecurityProfilesResponse;
+ };
+ sdk: {
+ input: SearchSecurityProfilesCommandInput;
+ output: SearchSecurityProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/SearchUserHierarchyGroupsCommand.ts b/clients/client-connect/src/commands/SearchUserHierarchyGroupsCommand.ts
index 742cce41bad2..0332c0ae483e 100644
--- a/clients/client-connect/src/commands/SearchUserHierarchyGroupsCommand.ts
+++ b/clients/client-connect/src/commands/SearchUserHierarchyGroupsCommand.ts
@@ -198,4 +198,16 @@ export class SearchUserHierarchyGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchUserHierarchyGroupsCommand)
.de(de_SearchUserHierarchyGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchUserHierarchyGroupsRequest;
+ output: SearchUserHierarchyGroupsResponse;
+ };
+ sdk: {
+ input: SearchUserHierarchyGroupsCommandInput;
+ output: SearchUserHierarchyGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/SearchUsersCommand.ts b/clients/client-connect/src/commands/SearchUsersCommand.ts
index b9287deeda9b..680ee223e52b 100644
--- a/clients/client-connect/src/commands/SearchUsersCommand.ts
+++ b/clients/client-connect/src/commands/SearchUsersCommand.ts
@@ -219,4 +219,16 @@ export class SearchUsersCommand extends $Command
.f(void 0, SearchUsersResponseFilterSensitiveLog)
.ser(se_SearchUsersCommand)
.de(de_SearchUsersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchUsersRequest;
+ output: SearchUsersResponse;
+ };
+ sdk: {
+ input: SearchUsersCommandInput;
+ output: SearchUsersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/SearchVocabulariesCommand.ts b/clients/client-connect/src/commands/SearchVocabulariesCommand.ts
index 91671d6bda57..e815a94b4795 100644
--- a/clients/client-connect/src/commands/SearchVocabulariesCommand.ts
+++ b/clients/client-connect/src/commands/SearchVocabulariesCommand.ts
@@ -106,4 +106,16 @@ export class SearchVocabulariesCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchVocabulariesCommand)
.de(de_SearchVocabulariesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchVocabulariesRequest;
+ output: SearchVocabulariesResponse;
+ };
+ sdk: {
+ input: SearchVocabulariesCommandInput;
+ output: SearchVocabulariesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/SendChatIntegrationEventCommand.ts b/clients/client-connect/src/commands/SendChatIntegrationEventCommand.ts
index 6a2cc2d66cff..a24859809fd4 100644
--- a/clients/client-connect/src/commands/SendChatIntegrationEventCommand.ts
+++ b/clients/client-connect/src/commands/SendChatIntegrationEventCommand.ts
@@ -129,4 +129,16 @@ export class SendChatIntegrationEventCommand extends $Command
.f(void 0, void 0)
.ser(se_SendChatIntegrationEventCommand)
.de(de_SendChatIntegrationEventCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SendChatIntegrationEventRequest;
+ output: SendChatIntegrationEventResponse;
+ };
+ sdk: {
+ input: SendChatIntegrationEventCommandInput;
+ output: SendChatIntegrationEventCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/StartAttachedFileUploadCommand.ts b/clients/client-connect/src/commands/StartAttachedFileUploadCommand.ts
index 6efeea60e815..db32c649fa20 100644
--- a/clients/client-connect/src/commands/StartAttachedFileUploadCommand.ts
+++ b/clients/client-connect/src/commands/StartAttachedFileUploadCommand.ts
@@ -125,4 +125,16 @@ export class StartAttachedFileUploadCommand extends $Command
.f(void 0, void 0)
.ser(se_StartAttachedFileUploadCommand)
.de(de_StartAttachedFileUploadCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartAttachedFileUploadRequest;
+ output: StartAttachedFileUploadResponse;
+ };
+ sdk: {
+ input: StartAttachedFileUploadCommandInput;
+ output: StartAttachedFileUploadCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/StartChatContactCommand.ts b/clients/client-connect/src/commands/StartChatContactCommand.ts
index 0a430ab1c1dc..c8c35f81e631 100644
--- a/clients/client-connect/src/commands/StartChatContactCommand.ts
+++ b/clients/client-connect/src/commands/StartChatContactCommand.ts
@@ -153,4 +153,16 @@ export class StartChatContactCommand extends $Command
.f(void 0, void 0)
.ser(se_StartChatContactCommand)
.de(de_StartChatContactCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartChatContactRequest;
+ output: StartChatContactResponse;
+ };
+ sdk: {
+ input: StartChatContactCommandInput;
+ output: StartChatContactCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/StartContactEvaluationCommand.ts b/clients/client-connect/src/commands/StartContactEvaluationCommand.ts
index bb0027453e20..9b8732ab3e7a 100644
--- a/clients/client-connect/src/commands/StartContactEvaluationCommand.ts
+++ b/clients/client-connect/src/commands/StartContactEvaluationCommand.ts
@@ -106,4 +106,16 @@ export class StartContactEvaluationCommand extends $Command
.f(void 0, void 0)
.ser(se_StartContactEvaluationCommand)
.de(de_StartContactEvaluationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartContactEvaluationRequest;
+ output: StartContactEvaluationResponse;
+ };
+ sdk: {
+ input: StartContactEvaluationCommandInput;
+ output: StartContactEvaluationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/StartContactRecordingCommand.ts b/clients/client-connect/src/commands/StartContactRecordingCommand.ts
index e080cf1d844f..73248da78bb4 100644
--- a/clients/client-connect/src/commands/StartContactRecordingCommand.ts
+++ b/clients/client-connect/src/commands/StartContactRecordingCommand.ts
@@ -110,4 +110,16 @@ export class StartContactRecordingCommand extends $Command
.f(void 0, void 0)
.ser(se_StartContactRecordingCommand)
.de(de_StartContactRecordingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartContactRecordingRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartContactRecordingCommandInput;
+ output: StartContactRecordingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/StartContactStreamingCommand.ts b/clients/client-connect/src/commands/StartContactStreamingCommand.ts
index 8f6f6df64029..f1a48c64a310 100644
--- a/clients/client-connect/src/commands/StartContactStreamingCommand.ts
+++ b/clients/client-connect/src/commands/StartContactStreamingCommand.ts
@@ -113,4 +113,16 @@ export class StartContactStreamingCommand extends $Command
.f(void 0, void 0)
.ser(se_StartContactStreamingCommand)
.de(de_StartContactStreamingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartContactStreamingRequest;
+ output: StartContactStreamingResponse;
+ };
+ sdk: {
+ input: StartContactStreamingCommandInput;
+ output: StartContactStreamingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/StartOutboundVoiceContactCommand.ts b/clients/client-connect/src/commands/StartOutboundVoiceContactCommand.ts
index 4ab2aa56d500..e05247557bad 100644
--- a/clients/client-connect/src/commands/StartOutboundVoiceContactCommand.ts
+++ b/clients/client-connect/src/commands/StartOutboundVoiceContactCommand.ts
@@ -142,4 +142,16 @@ export class StartOutboundVoiceContactCommand extends $Command
.f(StartOutboundVoiceContactRequestFilterSensitiveLog, void 0)
.ser(se_StartOutboundVoiceContactCommand)
.de(de_StartOutboundVoiceContactCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartOutboundVoiceContactRequest;
+ output: StartOutboundVoiceContactResponse;
+ };
+ sdk: {
+ input: StartOutboundVoiceContactCommandInput;
+ output: StartOutboundVoiceContactCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/StartTaskContactCommand.ts b/clients/client-connect/src/commands/StartTaskContactCommand.ts
index 9ec1ed8a9275..e4d11ba7288b 100644
--- a/clients/client-connect/src/commands/StartTaskContactCommand.ts
+++ b/clients/client-connect/src/commands/StartTaskContactCommand.ts
@@ -167,4 +167,16 @@ export class StartTaskContactCommand extends $Command
.f(StartTaskContactRequestFilterSensitiveLog, void 0)
.ser(se_StartTaskContactCommand)
.de(de_StartTaskContactCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartTaskContactRequest;
+ output: StartTaskContactResponse;
+ };
+ sdk: {
+ input: StartTaskContactCommandInput;
+ output: StartTaskContactCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/StartWebRTCContactCommand.ts b/clients/client-connect/src/commands/StartWebRTCContactCommand.ts
index 5fff235af447..ad91257ad8a0 100644
--- a/clients/client-connect/src/commands/StartWebRTCContactCommand.ts
+++ b/clients/client-connect/src/commands/StartWebRTCContactCommand.ts
@@ -146,4 +146,16 @@ export class StartWebRTCContactCommand extends $Command
.f(StartWebRTCContactRequestFilterSensitiveLog, StartWebRTCContactResponseFilterSensitiveLog)
.ser(se_StartWebRTCContactCommand)
.de(de_StartWebRTCContactCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartWebRTCContactRequest;
+ output: StartWebRTCContactResponse;
+ };
+ sdk: {
+ input: StartWebRTCContactCommandInput;
+ output: StartWebRTCContactCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/StopContactCommand.ts b/clients/client-connect/src/commands/StopContactCommand.ts
index e2eb978cc977..e187438c70d9 100644
--- a/clients/client-connect/src/commands/StopContactCommand.ts
+++ b/clients/client-connect/src/commands/StopContactCommand.ts
@@ -115,4 +115,16 @@ export class StopContactCommand extends $Command
.f(void 0, void 0)
.ser(se_StopContactCommand)
.de(de_StopContactCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopContactRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopContactCommandInput;
+ output: StopContactCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/StopContactRecordingCommand.ts b/clients/client-connect/src/commands/StopContactRecordingCommand.ts
index 977c0c165d76..e7033cc1dc26 100644
--- a/clients/client-connect/src/commands/StopContactRecordingCommand.ts
+++ b/clients/client-connect/src/commands/StopContactRecordingCommand.ts
@@ -91,4 +91,16 @@ export class StopContactRecordingCommand extends $Command
.f(void 0, void 0)
.ser(se_StopContactRecordingCommand)
.de(de_StopContactRecordingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopContactRecordingRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopContactRecordingCommandInput;
+ output: StopContactRecordingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/StopContactStreamingCommand.ts b/clients/client-connect/src/commands/StopContactStreamingCommand.ts
index 040a145320b8..42e80cf65443 100644
--- a/clients/client-connect/src/commands/StopContactStreamingCommand.ts
+++ b/clients/client-connect/src/commands/StopContactStreamingCommand.ts
@@ -91,4 +91,16 @@ export class StopContactStreamingCommand extends $Command
.f(void 0, void 0)
.ser(se_StopContactStreamingCommand)
.de(de_StopContactStreamingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopContactStreamingRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopContactStreamingCommandInput;
+ output: StopContactStreamingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/SubmitContactEvaluationCommand.ts b/clients/client-connect/src/commands/SubmitContactEvaluationCommand.ts
index c4aba2f94f11..d8096fd0b415 100644
--- a/clients/client-connect/src/commands/SubmitContactEvaluationCommand.ts
+++ b/clients/client-connect/src/commands/SubmitContactEvaluationCommand.ts
@@ -113,4 +113,16 @@ export class SubmitContactEvaluationCommand extends $Command
.f(void 0, void 0)
.ser(se_SubmitContactEvaluationCommand)
.de(de_SubmitContactEvaluationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SubmitContactEvaluationRequest;
+ output: SubmitContactEvaluationResponse;
+ };
+ sdk: {
+ input: SubmitContactEvaluationCommandInput;
+ output: SubmitContactEvaluationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/SuspendContactRecordingCommand.ts b/clients/client-connect/src/commands/SuspendContactRecordingCommand.ts
index 3a8f499a1893..93e0b1fa403c 100644
--- a/clients/client-connect/src/commands/SuspendContactRecordingCommand.ts
+++ b/clients/client-connect/src/commands/SuspendContactRecordingCommand.ts
@@ -93,4 +93,16 @@ export class SuspendContactRecordingCommand extends $Command
.f(void 0, void 0)
.ser(se_SuspendContactRecordingCommand)
.de(de_SuspendContactRecordingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SuspendContactRecordingRequest;
+ output: {};
+ };
+ sdk: {
+ input: SuspendContactRecordingCommandInput;
+ output: SuspendContactRecordingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/TagContactCommand.ts b/clients/client-connect/src/commands/TagContactCommand.ts
index 7785c39d0a0d..a933319172e3 100644
--- a/clients/client-connect/src/commands/TagContactCommand.ts
+++ b/clients/client-connect/src/commands/TagContactCommand.ts
@@ -96,4 +96,16 @@ export class TagContactCommand extends $Command
.f(void 0, void 0)
.ser(se_TagContactCommand)
.de(de_TagContactCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagContactRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagContactCommandInput;
+ output: TagContactCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/TagResourceCommand.ts b/clients/client-connect/src/commands/TagResourceCommand.ts
index 5fed4ec68841..3f06021fa51d 100644
--- a/clients/client-connect/src/commands/TagResourceCommand.ts
+++ b/clients/client-connect/src/commands/TagResourceCommand.ts
@@ -99,4 +99,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/TransferContactCommand.ts b/clients/client-connect/src/commands/TransferContactCommand.ts
index 3cac48bde0ee..aa4cd2c2631f 100644
--- a/clients/client-connect/src/commands/TransferContactCommand.ts
+++ b/clients/client-connect/src/commands/TransferContactCommand.ts
@@ -127,4 +127,16 @@ export class TransferContactCommand extends $Command
.f(void 0, void 0)
.ser(se_TransferContactCommand)
.de(de_TransferContactCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TransferContactRequest;
+ output: TransferContactResponse;
+ };
+ sdk: {
+ input: TransferContactCommandInput;
+ output: TransferContactCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UntagContactCommand.ts b/clients/client-connect/src/commands/UntagContactCommand.ts
index d5a11ebc073d..5bf0f0a3ab96 100644
--- a/clients/client-connect/src/commands/UntagContactCommand.ts
+++ b/clients/client-connect/src/commands/UntagContactCommand.ts
@@ -96,4 +96,16 @@ export class UntagContactCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagContactCommand)
.de(de_UntagContactCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagContactRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagContactCommandInput;
+ output: UntagContactCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UntagResourceCommand.ts b/clients/client-connect/src/commands/UntagResourceCommand.ts
index e0f6c17a559f..660e21e7324a 100644
--- a/clients/client-connect/src/commands/UntagResourceCommand.ts
+++ b/clients/client-connect/src/commands/UntagResourceCommand.ts
@@ -93,4 +93,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateAgentStatusCommand.ts b/clients/client-connect/src/commands/UpdateAgentStatusCommand.ts
index 538d5988a1ae..50b4226ed46f 100644
--- a/clients/client-connect/src/commands/UpdateAgentStatusCommand.ts
+++ b/clients/client-connect/src/commands/UpdateAgentStatusCommand.ts
@@ -103,4 +103,16 @@ export class UpdateAgentStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAgentStatusCommand)
.de(de_UpdateAgentStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAgentStatusRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateAgentStatusCommandInput;
+ output: UpdateAgentStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateAuthenticationProfileCommand.ts b/clients/client-connect/src/commands/UpdateAuthenticationProfileCommand.ts
index 51ae7b1969ef..56672c0b731d 100644
--- a/clients/client-connect/src/commands/UpdateAuthenticationProfileCommand.ts
+++ b/clients/client-connect/src/commands/UpdateAuthenticationProfileCommand.ts
@@ -105,4 +105,16 @@ export class UpdateAuthenticationProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAuthenticationProfileCommand)
.de(de_UpdateAuthenticationProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAuthenticationProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateAuthenticationProfileCommandInput;
+ output: UpdateAuthenticationProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateContactAttributesCommand.ts b/clients/client-connect/src/commands/UpdateContactAttributesCommand.ts
index 56bde7b3a572..c9b4cbce21e2 100644
--- a/clients/client-connect/src/commands/UpdateContactAttributesCommand.ts
+++ b/clients/client-connect/src/commands/UpdateContactAttributesCommand.ts
@@ -104,4 +104,16 @@ export class UpdateContactAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateContactAttributesCommand)
.de(de_UpdateContactAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateContactAttributesRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateContactAttributesCommandInput;
+ output: UpdateContactAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateContactCommand.ts b/clients/client-connect/src/commands/UpdateContactCommand.ts
index 62396a2d3c36..4f1c6a2a141b 100644
--- a/clients/client-connect/src/commands/UpdateContactCommand.ts
+++ b/clients/client-connect/src/commands/UpdateContactCommand.ts
@@ -109,4 +109,16 @@ export class UpdateContactCommand extends $Command
.f(UpdateContactRequestFilterSensitiveLog, void 0)
.ser(se_UpdateContactCommand)
.de(de_UpdateContactCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateContactRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateContactCommandInput;
+ output: UpdateContactCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateContactEvaluationCommand.ts b/clients/client-connect/src/commands/UpdateContactEvaluationCommand.ts
index 6502c0ba1db3..8e0d441e00ed 100644
--- a/clients/client-connect/src/commands/UpdateContactEvaluationCommand.ts
+++ b/clients/client-connect/src/commands/UpdateContactEvaluationCommand.ts
@@ -111,4 +111,16 @@ export class UpdateContactEvaluationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateContactEvaluationCommand)
.de(de_UpdateContactEvaluationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateContactEvaluationRequest;
+ output: UpdateContactEvaluationResponse;
+ };
+ sdk: {
+ input: UpdateContactEvaluationCommandInput;
+ output: UpdateContactEvaluationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateContactFlowContentCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowContentCommand.ts
index 0802f9c060d9..4d4afb528b05 100644
--- a/clients/client-connect/src/commands/UpdateContactFlowContentCommand.ts
+++ b/clients/client-connect/src/commands/UpdateContactFlowContentCommand.ts
@@ -101,4 +101,16 @@ export class UpdateContactFlowContentCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateContactFlowContentCommand)
.de(de_UpdateContactFlowContentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateContactFlowContentRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateContactFlowContentCommandInput;
+ output: UpdateContactFlowContentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateContactFlowMetadataCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowMetadataCommand.ts
index 04a44fcf584b..6891763479e0 100644
--- a/clients/client-connect/src/commands/UpdateContactFlowMetadataCommand.ts
+++ b/clients/client-connect/src/commands/UpdateContactFlowMetadataCommand.ts
@@ -97,4 +97,16 @@ export class UpdateContactFlowMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateContactFlowMetadataCommand)
.de(de_UpdateContactFlowMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateContactFlowMetadataRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateContactFlowMetadataCommandInput;
+ output: UpdateContactFlowMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateContactFlowModuleContentCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowModuleContentCommand.ts
index 69bc61de44af..b7fae6f8cd44 100644
--- a/clients/client-connect/src/commands/UpdateContactFlowModuleContentCommand.ts
+++ b/clients/client-connect/src/commands/UpdateContactFlowModuleContentCommand.ts
@@ -104,4 +104,16 @@ export class UpdateContactFlowModuleContentCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateContactFlowModuleContentCommand)
.de(de_UpdateContactFlowModuleContentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateContactFlowModuleContentRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateContactFlowModuleContentCommandInput;
+ output: UpdateContactFlowModuleContentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateContactFlowModuleMetadataCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowModuleMetadataCommand.ts
index 760cdd3ac770..3ccd5af3686e 100644
--- a/clients/client-connect/src/commands/UpdateContactFlowModuleMetadataCommand.ts
+++ b/clients/client-connect/src/commands/UpdateContactFlowModuleMetadataCommand.ts
@@ -105,4 +105,16 @@ export class UpdateContactFlowModuleMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateContactFlowModuleMetadataCommand)
.de(de_UpdateContactFlowModuleMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateContactFlowModuleMetadataRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateContactFlowModuleMetadataCommandInput;
+ output: UpdateContactFlowModuleMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateContactFlowNameCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowNameCommand.ts
index c8142de864c2..638200533491 100644
--- a/clients/client-connect/src/commands/UpdateContactFlowNameCommand.ts
+++ b/clients/client-connect/src/commands/UpdateContactFlowNameCommand.ts
@@ -98,4 +98,16 @@ export class UpdateContactFlowNameCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateContactFlowNameCommand)
.de(de_UpdateContactFlowNameCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateContactFlowNameRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateContactFlowNameCommandInput;
+ output: UpdateContactFlowNameCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateContactRoutingDataCommand.ts b/clients/client-connect/src/commands/UpdateContactRoutingDataCommand.ts
index a0974d238e09..3a58a5fe17e7 100644
--- a/clients/client-connect/src/commands/UpdateContactRoutingDataCommand.ts
+++ b/clients/client-connect/src/commands/UpdateContactRoutingDataCommand.ts
@@ -158,4 +158,16 @@ export class UpdateContactRoutingDataCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateContactRoutingDataCommand)
.de(de_UpdateContactRoutingDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateContactRoutingDataRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateContactRoutingDataCommandInput;
+ output: UpdateContactRoutingDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateContactScheduleCommand.ts b/clients/client-connect/src/commands/UpdateContactScheduleCommand.ts
index f59c3d5f91b3..9124c1973df2 100644
--- a/clients/client-connect/src/commands/UpdateContactScheduleCommand.ts
+++ b/clients/client-connect/src/commands/UpdateContactScheduleCommand.ts
@@ -95,4 +95,16 @@ export class UpdateContactScheduleCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateContactScheduleCommand)
.de(de_UpdateContactScheduleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateContactScheduleRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateContactScheduleCommandInput;
+ output: UpdateContactScheduleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateEvaluationFormCommand.ts b/clients/client-connect/src/commands/UpdateEvaluationFormCommand.ts
index 6e0dd57b9623..1e2f865969a3 100644
--- a/clients/client-connect/src/commands/UpdateEvaluationFormCommand.ts
+++ b/clients/client-connect/src/commands/UpdateEvaluationFormCommand.ts
@@ -232,4 +232,16 @@ export class UpdateEvaluationFormCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEvaluationFormCommand)
.de(de_UpdateEvaluationFormCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEvaluationFormRequest;
+ output: UpdateEvaluationFormResponse;
+ };
+ sdk: {
+ input: UpdateEvaluationFormCommandInput;
+ output: UpdateEvaluationFormCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateHoursOfOperationCommand.ts b/clients/client-connect/src/commands/UpdateHoursOfOperationCommand.ts
index cf05a8f83134..e5bac7cb46be 100644
--- a/clients/client-connect/src/commands/UpdateHoursOfOperationCommand.ts
+++ b/clients/client-connect/src/commands/UpdateHoursOfOperationCommand.ts
@@ -111,4 +111,16 @@ export class UpdateHoursOfOperationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateHoursOfOperationCommand)
.de(de_UpdateHoursOfOperationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateHoursOfOperationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateHoursOfOperationCommandInput;
+ output: UpdateHoursOfOperationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateInstanceAttributeCommand.ts b/clients/client-connect/src/commands/UpdateInstanceAttributeCommand.ts
index 7ee8c8f9f057..7c01ff07e63f 100644
--- a/clients/client-connect/src/commands/UpdateInstanceAttributeCommand.ts
+++ b/clients/client-connect/src/commands/UpdateInstanceAttributeCommand.ts
@@ -93,4 +93,16 @@ export class UpdateInstanceAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateInstanceAttributeCommand)
.de(de_UpdateInstanceAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateInstanceAttributeRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateInstanceAttributeCommandInput;
+ output: UpdateInstanceAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateInstanceStorageConfigCommand.ts b/clients/client-connect/src/commands/UpdateInstanceStorageConfigCommand.ts
index e0d460408398..526c26e1c8fa 100644
--- a/clients/client-connect/src/commands/UpdateInstanceStorageConfigCommand.ts
+++ b/clients/client-connect/src/commands/UpdateInstanceStorageConfigCommand.ts
@@ -122,4 +122,16 @@ export class UpdateInstanceStorageConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateInstanceStorageConfigCommand)
.de(de_UpdateInstanceStorageConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateInstanceStorageConfigRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateInstanceStorageConfigCommandInput;
+ output: UpdateInstanceStorageConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateParticipantRoleConfigCommand.ts b/clients/client-connect/src/commands/UpdateParticipantRoleConfigCommand.ts
index 55844f1970d9..33f9be97bffa 100644
--- a/clients/client-connect/src/commands/UpdateParticipantRoleConfigCommand.ts
+++ b/clients/client-connect/src/commands/UpdateParticipantRoleConfigCommand.ts
@@ -130,4 +130,16 @@ export class UpdateParticipantRoleConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateParticipantRoleConfigCommand)
.de(de_UpdateParticipantRoleConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateParticipantRoleConfigRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateParticipantRoleConfigCommandInput;
+ output: UpdateParticipantRoleConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdatePhoneNumberCommand.ts b/clients/client-connect/src/commands/UpdatePhoneNumberCommand.ts
index 249bcc47e331..0578d347df6f 100644
--- a/clients/client-connect/src/commands/UpdatePhoneNumberCommand.ts
+++ b/clients/client-connect/src/commands/UpdatePhoneNumberCommand.ts
@@ -112,4 +112,16 @@ export class UpdatePhoneNumberCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePhoneNumberCommand)
.de(de_UpdatePhoneNumberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePhoneNumberRequest;
+ output: UpdatePhoneNumberResponse;
+ };
+ sdk: {
+ input: UpdatePhoneNumberCommandInput;
+ output: UpdatePhoneNumberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdatePhoneNumberMetadataCommand.ts b/clients/client-connect/src/commands/UpdatePhoneNumberMetadataCommand.ts
index 17f94f7293b7..f01ffff6e74f 100644
--- a/clients/client-connect/src/commands/UpdatePhoneNumberMetadataCommand.ts
+++ b/clients/client-connect/src/commands/UpdatePhoneNumberMetadataCommand.ts
@@ -104,4 +104,16 @@ export class UpdatePhoneNumberMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePhoneNumberMetadataCommand)
.de(de_UpdatePhoneNumberMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePhoneNumberMetadataRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdatePhoneNumberMetadataCommandInput;
+ output: UpdatePhoneNumberMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdatePredefinedAttributeCommand.ts b/clients/client-connect/src/commands/UpdatePredefinedAttributeCommand.ts
index 5c4811b69612..9df94c14e5f4 100644
--- a/clients/client-connect/src/commands/UpdatePredefinedAttributeCommand.ts
+++ b/clients/client-connect/src/commands/UpdatePredefinedAttributeCommand.ts
@@ -99,4 +99,16 @@ export class UpdatePredefinedAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePredefinedAttributeCommand)
.de(de_UpdatePredefinedAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePredefinedAttributeRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdatePredefinedAttributeCommandInput;
+ output: UpdatePredefinedAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdatePromptCommand.ts b/clients/client-connect/src/commands/UpdatePromptCommand.ts
index 2ca629f6f05b..ab5eb7469e84 100644
--- a/clients/client-connect/src/commands/UpdatePromptCommand.ts
+++ b/clients/client-connect/src/commands/UpdatePromptCommand.ts
@@ -97,4 +97,16 @@ export class UpdatePromptCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePromptCommand)
.de(de_UpdatePromptCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePromptRequest;
+ output: UpdatePromptResponse;
+ };
+ sdk: {
+ input: UpdatePromptCommandInput;
+ output: UpdatePromptCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateQueueHoursOfOperationCommand.ts b/clients/client-connect/src/commands/UpdateQueueHoursOfOperationCommand.ts
index bd64b056d281..453eb8e78bf0 100644
--- a/clients/client-connect/src/commands/UpdateQueueHoursOfOperationCommand.ts
+++ b/clients/client-connect/src/commands/UpdateQueueHoursOfOperationCommand.ts
@@ -96,4 +96,16 @@ export class UpdateQueueHoursOfOperationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateQueueHoursOfOperationCommand)
.de(de_UpdateQueueHoursOfOperationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateQueueHoursOfOperationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateQueueHoursOfOperationCommandInput;
+ output: UpdateQueueHoursOfOperationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateQueueMaxContactsCommand.ts b/clients/client-connect/src/commands/UpdateQueueMaxContactsCommand.ts
index 71c1f77a25dd..35e2d1bb4940 100644
--- a/clients/client-connect/src/commands/UpdateQueueMaxContactsCommand.ts
+++ b/clients/client-connect/src/commands/UpdateQueueMaxContactsCommand.ts
@@ -94,4 +94,16 @@ export class UpdateQueueMaxContactsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateQueueMaxContactsCommand)
.de(de_UpdateQueueMaxContactsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateQueueMaxContactsRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateQueueMaxContactsCommandInput;
+ output: UpdateQueueMaxContactsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateQueueNameCommand.ts b/clients/client-connect/src/commands/UpdateQueueNameCommand.ts
index 059b85003426..f3ebbd499b35 100644
--- a/clients/client-connect/src/commands/UpdateQueueNameCommand.ts
+++ b/clients/client-connect/src/commands/UpdateQueueNameCommand.ts
@@ -97,4 +97,16 @@ export class UpdateQueueNameCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateQueueNameCommand)
.de(de_UpdateQueueNameCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateQueueNameRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateQueueNameCommandInput;
+ output: UpdateQueueNameCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateQueueOutboundCallerConfigCommand.ts b/clients/client-connect/src/commands/UpdateQueueOutboundCallerConfigCommand.ts
index 05ca10d51d2d..7321cb49e522 100644
--- a/clients/client-connect/src/commands/UpdateQueueOutboundCallerConfigCommand.ts
+++ b/clients/client-connect/src/commands/UpdateQueueOutboundCallerConfigCommand.ts
@@ -123,4 +123,16 @@ export class UpdateQueueOutboundCallerConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateQueueOutboundCallerConfigCommand)
.de(de_UpdateQueueOutboundCallerConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateQueueOutboundCallerConfigRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateQueueOutboundCallerConfigCommandInput;
+ output: UpdateQueueOutboundCallerConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateQueueStatusCommand.ts b/clients/client-connect/src/commands/UpdateQueueStatusCommand.ts
index 985ed9b2978d..e99a0d11e52d 100644
--- a/clients/client-connect/src/commands/UpdateQueueStatusCommand.ts
+++ b/clients/client-connect/src/commands/UpdateQueueStatusCommand.ts
@@ -93,4 +93,16 @@ export class UpdateQueueStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateQueueStatusCommand)
.de(de_UpdateQueueStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateQueueStatusRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateQueueStatusCommandInput;
+ output: UpdateQueueStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateQuickConnectConfigCommand.ts b/clients/client-connect/src/commands/UpdateQuickConnectConfigCommand.ts
index 8a914fc0124b..ef726505d2b7 100644
--- a/clients/client-connect/src/commands/UpdateQuickConnectConfigCommand.ts
+++ b/clients/client-connect/src/commands/UpdateQuickConnectConfigCommand.ts
@@ -105,4 +105,16 @@ export class UpdateQuickConnectConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateQuickConnectConfigCommand)
.de(de_UpdateQuickConnectConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateQuickConnectConfigRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateQuickConnectConfigCommandInput;
+ output: UpdateQuickConnectConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateQuickConnectNameCommand.ts b/clients/client-connect/src/commands/UpdateQuickConnectNameCommand.ts
index 12bb82b30569..fb25cb70da3e 100644
--- a/clients/client-connect/src/commands/UpdateQuickConnectNameCommand.ts
+++ b/clients/client-connect/src/commands/UpdateQuickConnectNameCommand.ts
@@ -93,4 +93,16 @@ export class UpdateQuickConnectNameCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateQuickConnectNameCommand)
.de(de_UpdateQuickConnectNameCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateQuickConnectNameRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateQuickConnectNameCommandInput;
+ output: UpdateQuickConnectNameCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.ts b/clients/client-connect/src/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.ts
index e04757496f86..0fdafd081a81 100644
--- a/clients/client-connect/src/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.ts
+++ b/clients/client-connect/src/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.ts
@@ -98,4 +98,16 @@ export class UpdateRoutingProfileAgentAvailabilityTimerCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRoutingProfileAgentAvailabilityTimerCommand)
.de(de_UpdateRoutingProfileAgentAvailabilityTimerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRoutingProfileAgentAvailabilityTimerRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateRoutingProfileAgentAvailabilityTimerCommandInput;
+ output: UpdateRoutingProfileAgentAvailabilityTimerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateRoutingProfileConcurrencyCommand.ts b/clients/client-connect/src/commands/UpdateRoutingProfileConcurrencyCommand.ts
index cfe5c4d6c344..b326b78a8964 100644
--- a/clients/client-connect/src/commands/UpdateRoutingProfileConcurrencyCommand.ts
+++ b/clients/client-connect/src/commands/UpdateRoutingProfileConcurrencyCommand.ts
@@ -104,4 +104,16 @@ export class UpdateRoutingProfileConcurrencyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRoutingProfileConcurrencyCommand)
.de(de_UpdateRoutingProfileConcurrencyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRoutingProfileConcurrencyRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateRoutingProfileConcurrencyCommandInput;
+ output: UpdateRoutingProfileConcurrencyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts b/clients/client-connect/src/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts
index 4fe6ad7a706d..5f9c61a8eba3 100644
--- a/clients/client-connect/src/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts
+++ b/clients/client-connect/src/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts
@@ -96,4 +96,16 @@ export class UpdateRoutingProfileDefaultOutboundQueueCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRoutingProfileDefaultOutboundQueueCommand)
.de(de_UpdateRoutingProfileDefaultOutboundQueueCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRoutingProfileDefaultOutboundQueueRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateRoutingProfileDefaultOutboundQueueCommandInput;
+ output: UpdateRoutingProfileDefaultOutboundQueueCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateRoutingProfileNameCommand.ts b/clients/client-connect/src/commands/UpdateRoutingProfileNameCommand.ts
index eeb01d9640ea..b474f743fc16 100644
--- a/clients/client-connect/src/commands/UpdateRoutingProfileNameCommand.ts
+++ b/clients/client-connect/src/commands/UpdateRoutingProfileNameCommand.ts
@@ -97,4 +97,16 @@ export class UpdateRoutingProfileNameCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRoutingProfileNameCommand)
.de(de_UpdateRoutingProfileNameCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRoutingProfileNameRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateRoutingProfileNameCommandInput;
+ output: UpdateRoutingProfileNameCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateRoutingProfileQueuesCommand.ts b/clients/client-connect/src/commands/UpdateRoutingProfileQueuesCommand.ts
index b159f0187c7e..dc9a67928b70 100644
--- a/clients/client-connect/src/commands/UpdateRoutingProfileQueuesCommand.ts
+++ b/clients/client-connect/src/commands/UpdateRoutingProfileQueuesCommand.ts
@@ -101,4 +101,16 @@ export class UpdateRoutingProfileQueuesCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRoutingProfileQueuesCommand)
.de(de_UpdateRoutingProfileQueuesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRoutingProfileQueuesRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateRoutingProfileQueuesCommandInput;
+ output: UpdateRoutingProfileQueuesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateRuleCommand.ts b/clients/client-connect/src/commands/UpdateRuleCommand.ts
index 1c1a7ba57293..de96c3bf0a40 100644
--- a/clients/client-connect/src/commands/UpdateRuleCommand.ts
+++ b/clients/client-connect/src/commands/UpdateRuleCommand.ts
@@ -164,4 +164,16 @@ export class UpdateRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRuleCommand)
.de(de_UpdateRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateRuleCommandInput;
+ output: UpdateRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateSecurityProfileCommand.ts b/clients/client-connect/src/commands/UpdateSecurityProfileCommand.ts
index 3284b4ed1814..764c89427a9c 100644
--- a/clients/client-connect/src/commands/UpdateSecurityProfileCommand.ts
+++ b/clients/client-connect/src/commands/UpdateSecurityProfileCommand.ts
@@ -117,4 +117,16 @@ export class UpdateSecurityProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSecurityProfileCommand)
.de(de_UpdateSecurityProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSecurityProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateSecurityProfileCommandInput;
+ output: UpdateSecurityProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateTaskTemplateCommand.ts b/clients/client-connect/src/commands/UpdateTaskTemplateCommand.ts
index b5e3d721e20e..a4011a99ac6f 100644
--- a/clients/client-connect/src/commands/UpdateTaskTemplateCommand.ts
+++ b/clients/client-connect/src/commands/UpdateTaskTemplateCommand.ts
@@ -200,4 +200,16 @@ export class UpdateTaskTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTaskTemplateCommand)
.de(de_UpdateTaskTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTaskTemplateRequest;
+ output: UpdateTaskTemplateResponse;
+ };
+ sdk: {
+ input: UpdateTaskTemplateCommandInput;
+ output: UpdateTaskTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateTrafficDistributionCommand.ts b/clients/client-connect/src/commands/UpdateTrafficDistributionCommand.ts
index 36c1eb7bf697..454be078dbd5 100644
--- a/clients/client-connect/src/commands/UpdateTrafficDistributionCommand.ts
+++ b/clients/client-connect/src/commands/UpdateTrafficDistributionCommand.ts
@@ -128,4 +128,16 @@ export class UpdateTrafficDistributionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTrafficDistributionCommand)
.de(de_UpdateTrafficDistributionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTrafficDistributionRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateTrafficDistributionCommandInput;
+ output: UpdateTrafficDistributionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateUserHierarchyCommand.ts b/clients/client-connect/src/commands/UpdateUserHierarchyCommand.ts
index be5ea9bcbddf..116a429da150 100644
--- a/clients/client-connect/src/commands/UpdateUserHierarchyCommand.ts
+++ b/clients/client-connect/src/commands/UpdateUserHierarchyCommand.ts
@@ -92,4 +92,16 @@ export class UpdateUserHierarchyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateUserHierarchyCommand)
.de(de_UpdateUserHierarchyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateUserHierarchyRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateUserHierarchyCommandInput;
+ output: UpdateUserHierarchyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateUserHierarchyGroupNameCommand.ts b/clients/client-connect/src/commands/UpdateUserHierarchyGroupNameCommand.ts
index 8689c7065e01..b370bd420cbd 100644
--- a/clients/client-connect/src/commands/UpdateUserHierarchyGroupNameCommand.ts
+++ b/clients/client-connect/src/commands/UpdateUserHierarchyGroupNameCommand.ts
@@ -98,4 +98,16 @@ export class UpdateUserHierarchyGroupNameCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateUserHierarchyGroupNameCommand)
.de(de_UpdateUserHierarchyGroupNameCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateUserHierarchyGroupNameRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateUserHierarchyGroupNameCommandInput;
+ output: UpdateUserHierarchyGroupNameCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateUserHierarchyStructureCommand.ts b/clients/client-connect/src/commands/UpdateUserHierarchyStructureCommand.ts
index 4cc0267b383d..ba897d6d6416 100644
--- a/clients/client-connect/src/commands/UpdateUserHierarchyStructureCommand.ts
+++ b/clients/client-connect/src/commands/UpdateUserHierarchyStructureCommand.ts
@@ -113,4 +113,16 @@ export class UpdateUserHierarchyStructureCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateUserHierarchyStructureCommand)
.de(de_UpdateUserHierarchyStructureCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateUserHierarchyStructureRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateUserHierarchyStructureCommandInput;
+ output: UpdateUserHierarchyStructureCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateUserIdentityInfoCommand.ts b/clients/client-connect/src/commands/UpdateUserIdentityInfoCommand.ts
index 2db5171fff31..bfb24fd5e64b 100644
--- a/clients/client-connect/src/commands/UpdateUserIdentityInfoCommand.ts
+++ b/clients/client-connect/src/commands/UpdateUserIdentityInfoCommand.ts
@@ -107,4 +107,16 @@ export class UpdateUserIdentityInfoCommand extends $Command
.f(UpdateUserIdentityInfoRequestFilterSensitiveLog, void 0)
.ser(se_UpdateUserIdentityInfoCommand)
.de(de_UpdateUserIdentityInfoCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateUserIdentityInfoRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateUserIdentityInfoCommandInput;
+ output: UpdateUserIdentityInfoCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateUserPhoneConfigCommand.ts b/clients/client-connect/src/commands/UpdateUserPhoneConfigCommand.ts
index 62cf9f53a2f6..6a0fe9f19ab2 100644
--- a/clients/client-connect/src/commands/UpdateUserPhoneConfigCommand.ts
+++ b/clients/client-connect/src/commands/UpdateUserPhoneConfigCommand.ts
@@ -97,4 +97,16 @@ export class UpdateUserPhoneConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateUserPhoneConfigCommand)
.de(de_UpdateUserPhoneConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateUserPhoneConfigRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateUserPhoneConfigCommandInput;
+ output: UpdateUserPhoneConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateUserProficienciesCommand.ts b/clients/client-connect/src/commands/UpdateUserProficienciesCommand.ts
index 92d86bc2b873..9c9c723e6ac5 100644
--- a/clients/client-connect/src/commands/UpdateUserProficienciesCommand.ts
+++ b/clients/client-connect/src/commands/UpdateUserProficienciesCommand.ts
@@ -98,4 +98,16 @@ export class UpdateUserProficienciesCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateUserProficienciesCommand)
.de(de_UpdateUserProficienciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateUserProficienciesRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateUserProficienciesCommandInput;
+ output: UpdateUserProficienciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateUserRoutingProfileCommand.ts b/clients/client-connect/src/commands/UpdateUserRoutingProfileCommand.ts
index 3ba632ac7b9f..fd07dec26dcb 100644
--- a/clients/client-connect/src/commands/UpdateUserRoutingProfileCommand.ts
+++ b/clients/client-connect/src/commands/UpdateUserRoutingProfileCommand.ts
@@ -92,4 +92,16 @@ export class UpdateUserRoutingProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateUserRoutingProfileCommand)
.de(de_UpdateUserRoutingProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateUserRoutingProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateUserRoutingProfileCommandInput;
+ output: UpdateUserRoutingProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateUserSecurityProfilesCommand.ts b/clients/client-connect/src/commands/UpdateUserSecurityProfilesCommand.ts
index 08e45396101c..d2427a198daf 100644
--- a/clients/client-connect/src/commands/UpdateUserSecurityProfilesCommand.ts
+++ b/clients/client-connect/src/commands/UpdateUserSecurityProfilesCommand.ts
@@ -94,4 +94,16 @@ export class UpdateUserSecurityProfilesCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateUserSecurityProfilesCommand)
.de(de_UpdateUserSecurityProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateUserSecurityProfilesRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateUserSecurityProfilesCommandInput;
+ output: UpdateUserSecurityProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateViewContentCommand.ts b/clients/client-connect/src/commands/UpdateViewContentCommand.ts
index a1066576b0f4..a56d219af9da 100644
--- a/clients/client-connect/src/commands/UpdateViewContentCommand.ts
+++ b/clients/client-connect/src/commands/UpdateViewContentCommand.ts
@@ -138,4 +138,16 @@ export class UpdateViewContentCommand extends $Command
.f(UpdateViewContentRequestFilterSensitiveLog, UpdateViewContentResponseFilterSensitiveLog)
.ser(se_UpdateViewContentCommand)
.de(de_UpdateViewContentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateViewContentRequest;
+ output: UpdateViewContentResponse;
+ };
+ sdk: {
+ input: UpdateViewContentCommandInput;
+ output: UpdateViewContentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connect/src/commands/UpdateViewMetadataCommand.ts b/clients/client-connect/src/commands/UpdateViewMetadataCommand.ts
index e52460b15c4e..ad054aa72166 100644
--- a/clients/client-connect/src/commands/UpdateViewMetadataCommand.ts
+++ b/clients/client-connect/src/commands/UpdateViewMetadataCommand.ts
@@ -107,4 +107,16 @@ export class UpdateViewMetadataCommand extends $Command
.f(UpdateViewMetadataRequestFilterSensitiveLog, void 0)
.ser(se_UpdateViewMetadataCommand)
.de(de_UpdateViewMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateViewMetadataRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateViewMetadataCommandInput;
+ output: UpdateViewMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcampaigns/package.json b/clients/client-connectcampaigns/package.json
index f15f6d1e965b..f390dcef4cf5 100644
--- a/clients/client-connectcampaigns/package.json
+++ b/clients/client-connectcampaigns/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-connectcampaigns/src/commands/CreateCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/CreateCampaignCommand.ts
index e801850bc8dc..9d3d62d25f52 100644
--- a/clients/client-connectcampaigns/src/commands/CreateCampaignCommand.ts
+++ b/clients/client-connectcampaigns/src/commands/CreateCampaignCommand.ts
@@ -128,4 +128,16 @@ export class CreateCampaignCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCampaignCommand)
.de(de_CreateCampaignCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCampaignRequest;
+ output: CreateCampaignResponse;
+ };
+ sdk: {
+ input: CreateCampaignCommandInput;
+ output: CreateCampaignCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcampaigns/src/commands/DeleteCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/DeleteCampaignCommand.ts
index 67b9790fdfd8..1d10b6e5048c 100644
--- a/clients/client-connectcampaigns/src/commands/DeleteCampaignCommand.ts
+++ b/clients/client-connectcampaigns/src/commands/DeleteCampaignCommand.ts
@@ -87,4 +87,16 @@ export class DeleteCampaignCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCampaignCommand)
.de(de_DeleteCampaignCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCampaignRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCampaignCommandInput;
+ output: DeleteCampaignCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcampaigns/src/commands/DeleteConnectInstanceConfigCommand.ts b/clients/client-connectcampaigns/src/commands/DeleteConnectInstanceConfigCommand.ts
index 2b8681625130..1a6cc5fd2a90 100644
--- a/clients/client-connectcampaigns/src/commands/DeleteConnectInstanceConfigCommand.ts
+++ b/clients/client-connectcampaigns/src/commands/DeleteConnectInstanceConfigCommand.ts
@@ -96,4 +96,16 @@ export class DeleteConnectInstanceConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConnectInstanceConfigCommand)
.de(de_DeleteConnectInstanceConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConnectInstanceConfigRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteConnectInstanceConfigCommandInput;
+ output: DeleteConnectInstanceConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcampaigns/src/commands/DeleteInstanceOnboardingJobCommand.ts b/clients/client-connectcampaigns/src/commands/DeleteInstanceOnboardingJobCommand.ts
index 2f9a16941cd7..5045bb12796c 100644
--- a/clients/client-connectcampaigns/src/commands/DeleteInstanceOnboardingJobCommand.ts
+++ b/clients/client-connectcampaigns/src/commands/DeleteInstanceOnboardingJobCommand.ts
@@ -93,4 +93,16 @@ export class DeleteInstanceOnboardingJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteInstanceOnboardingJobCommand)
.de(de_DeleteInstanceOnboardingJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteInstanceOnboardingJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteInstanceOnboardingJobCommandInput;
+ output: DeleteInstanceOnboardingJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcampaigns/src/commands/DescribeCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/DescribeCampaignCommand.ts
index 6ceb34ae8f6d..21e821b09055 100644
--- a/clients/client-connectcampaigns/src/commands/DescribeCampaignCommand.ts
+++ b/clients/client-connectcampaigns/src/commands/DescribeCampaignCommand.ts
@@ -119,4 +119,16 @@ export class DescribeCampaignCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCampaignCommand)
.de(de_DescribeCampaignCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCampaignRequest;
+ output: DescribeCampaignResponse;
+ };
+ sdk: {
+ input: DescribeCampaignCommandInput;
+ output: DescribeCampaignCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcampaigns/src/commands/GetCampaignStateBatchCommand.ts b/clients/client-connectcampaigns/src/commands/GetCampaignStateBatchCommand.ts
index 91d67490fc19..db47da9e2429 100644
--- a/clients/client-connectcampaigns/src/commands/GetCampaignStateBatchCommand.ts
+++ b/clients/client-connectcampaigns/src/commands/GetCampaignStateBatchCommand.ts
@@ -102,4 +102,16 @@ export class GetCampaignStateBatchCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCampaignStateBatchCommand)
.de(de_GetCampaignStateBatchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCampaignStateBatchRequest;
+ output: GetCampaignStateBatchResponse;
+ };
+ sdk: {
+ input: GetCampaignStateBatchCommandInput;
+ output: GetCampaignStateBatchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcampaigns/src/commands/GetCampaignStateCommand.ts b/clients/client-connectcampaigns/src/commands/GetCampaignStateCommand.ts
index 6e9b77b2db14..d42f33262467 100644
--- a/clients/client-connectcampaigns/src/commands/GetCampaignStateCommand.ts
+++ b/clients/client-connectcampaigns/src/commands/GetCampaignStateCommand.ts
@@ -92,4 +92,16 @@ export class GetCampaignStateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCampaignStateCommand)
.de(de_GetCampaignStateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCampaignStateRequest;
+ output: GetCampaignStateResponse;
+ };
+ sdk: {
+ input: GetCampaignStateCommandInput;
+ output: GetCampaignStateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcampaigns/src/commands/GetConnectInstanceConfigCommand.ts b/clients/client-connectcampaigns/src/commands/GetConnectInstanceConfigCommand.ts
index 55346681bf65..ecd6b49a2a5e 100644
--- a/clients/client-connectcampaigns/src/commands/GetConnectInstanceConfigCommand.ts
+++ b/clients/client-connectcampaigns/src/commands/GetConnectInstanceConfigCommand.ts
@@ -97,4 +97,16 @@ export class GetConnectInstanceConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetConnectInstanceConfigCommand)
.de(de_GetConnectInstanceConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConnectInstanceConfigRequest;
+ output: GetConnectInstanceConfigResponse;
+ };
+ sdk: {
+ input: GetConnectInstanceConfigCommandInput;
+ output: GetConnectInstanceConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcampaigns/src/commands/GetInstanceOnboardingJobStatusCommand.ts b/clients/client-connectcampaigns/src/commands/GetInstanceOnboardingJobStatusCommand.ts
index 6c1b8de5ebec..07207aaf0d14 100644
--- a/clients/client-connectcampaigns/src/commands/GetInstanceOnboardingJobStatusCommand.ts
+++ b/clients/client-connectcampaigns/src/commands/GetInstanceOnboardingJobStatusCommand.ts
@@ -98,4 +98,16 @@ export class GetInstanceOnboardingJobStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInstanceOnboardingJobStatusCommand)
.de(de_GetInstanceOnboardingJobStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInstanceOnboardingJobStatusRequest;
+ output: GetInstanceOnboardingJobStatusResponse;
+ };
+ sdk: {
+ input: GetInstanceOnboardingJobStatusCommandInput;
+ output: GetInstanceOnboardingJobStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcampaigns/src/commands/ListCampaignsCommand.ts b/clients/client-connectcampaigns/src/commands/ListCampaignsCommand.ts
index cc9b17ed549a..895fae697403 100644
--- a/clients/client-connectcampaigns/src/commands/ListCampaignsCommand.ts
+++ b/clients/client-connectcampaigns/src/commands/ListCampaignsCommand.ts
@@ -101,4 +101,16 @@ export class ListCampaignsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCampaignsCommand)
.de(de_ListCampaignsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCampaignsRequest;
+ output: ListCampaignsResponse;
+ };
+ sdk: {
+ input: ListCampaignsCommandInput;
+ output: ListCampaignsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcampaigns/src/commands/ListTagsForResourceCommand.ts b/clients/client-connectcampaigns/src/commands/ListTagsForResourceCommand.ts
index 207dba4dff58..a5028d077f86 100644
--- a/clients/client-connectcampaigns/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-connectcampaigns/src/commands/ListTagsForResourceCommand.ts
@@ -94,4 +94,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcampaigns/src/commands/PauseCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/PauseCampaignCommand.ts
index 88ea4463ffa7..f833346918c5 100644
--- a/clients/client-connectcampaigns/src/commands/PauseCampaignCommand.ts
+++ b/clients/client-connectcampaigns/src/commands/PauseCampaignCommand.ts
@@ -96,4 +96,16 @@ export class PauseCampaignCommand extends $Command
.f(void 0, void 0)
.ser(se_PauseCampaignCommand)
.de(de_PauseCampaignCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PauseCampaignRequest;
+ output: {};
+ };
+ sdk: {
+ input: PauseCampaignCommandInput;
+ output: PauseCampaignCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcampaigns/src/commands/PutDialRequestBatchCommand.ts b/clients/client-connectcampaigns/src/commands/PutDialRequestBatchCommand.ts
index 37a3e6b71c02..b7aa6991a158 100644
--- a/clients/client-connectcampaigns/src/commands/PutDialRequestBatchCommand.ts
+++ b/clients/client-connectcampaigns/src/commands/PutDialRequestBatchCommand.ts
@@ -124,4 +124,16 @@ export class PutDialRequestBatchCommand extends $Command
.f(PutDialRequestBatchRequestFilterSensitiveLog, void 0)
.ser(se_PutDialRequestBatchCommand)
.de(de_PutDialRequestBatchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutDialRequestBatchRequest;
+ output: PutDialRequestBatchResponse;
+ };
+ sdk: {
+ input: PutDialRequestBatchCommandInput;
+ output: PutDialRequestBatchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcampaigns/src/commands/ResumeCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/ResumeCampaignCommand.ts
index 20f2840ffb93..cdbb74d14420 100644
--- a/clients/client-connectcampaigns/src/commands/ResumeCampaignCommand.ts
+++ b/clients/client-connectcampaigns/src/commands/ResumeCampaignCommand.ts
@@ -96,4 +96,16 @@ export class ResumeCampaignCommand extends $Command
.f(void 0, void 0)
.ser(se_ResumeCampaignCommand)
.de(de_ResumeCampaignCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResumeCampaignRequest;
+ output: {};
+ };
+ sdk: {
+ input: ResumeCampaignCommandInput;
+ output: ResumeCampaignCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcampaigns/src/commands/StartCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/StartCampaignCommand.ts
index 6769839f2455..f14da6f0e99f 100644
--- a/clients/client-connectcampaigns/src/commands/StartCampaignCommand.ts
+++ b/clients/client-connectcampaigns/src/commands/StartCampaignCommand.ts
@@ -96,4 +96,16 @@ export class StartCampaignCommand extends $Command
.f(void 0, void 0)
.ser(se_StartCampaignCommand)
.de(de_StartCampaignCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartCampaignRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartCampaignCommandInput;
+ output: StartCampaignCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcampaigns/src/commands/StartInstanceOnboardingJobCommand.ts b/clients/client-connectcampaigns/src/commands/StartInstanceOnboardingJobCommand.ts
index 1a67045635eb..033eb097ca4e 100644
--- a/clients/client-connectcampaigns/src/commands/StartInstanceOnboardingJobCommand.ts
+++ b/clients/client-connectcampaigns/src/commands/StartInstanceOnboardingJobCommand.ts
@@ -104,4 +104,16 @@ export class StartInstanceOnboardingJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartInstanceOnboardingJobCommand)
.de(de_StartInstanceOnboardingJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartInstanceOnboardingJobRequest;
+ output: StartInstanceOnboardingJobResponse;
+ };
+ sdk: {
+ input: StartInstanceOnboardingJobCommandInput;
+ output: StartInstanceOnboardingJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcampaigns/src/commands/StopCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/StopCampaignCommand.ts
index 4269111ca081..22bb1315630c 100644
--- a/clients/client-connectcampaigns/src/commands/StopCampaignCommand.ts
+++ b/clients/client-connectcampaigns/src/commands/StopCampaignCommand.ts
@@ -96,4 +96,16 @@ export class StopCampaignCommand extends $Command
.f(void 0, void 0)
.ser(se_StopCampaignCommand)
.de(de_StopCampaignCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopCampaignRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopCampaignCommandInput;
+ output: StopCampaignCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcampaigns/src/commands/TagResourceCommand.ts b/clients/client-connectcampaigns/src/commands/TagResourceCommand.ts
index 3788effaf613..1960e3749589 100644
--- a/clients/client-connectcampaigns/src/commands/TagResourceCommand.ts
+++ b/clients/client-connectcampaigns/src/commands/TagResourceCommand.ts
@@ -93,4 +93,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcampaigns/src/commands/UntagResourceCommand.ts b/clients/client-connectcampaigns/src/commands/UntagResourceCommand.ts
index 91ed472abf23..84d110a5edc0 100644
--- a/clients/client-connectcampaigns/src/commands/UntagResourceCommand.ts
+++ b/clients/client-connectcampaigns/src/commands/UntagResourceCommand.ts
@@ -93,4 +93,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcampaigns/src/commands/UpdateCampaignDialerConfigCommand.ts b/clients/client-connectcampaigns/src/commands/UpdateCampaignDialerConfigCommand.ts
index 566d7b530acb..753b8382a623 100644
--- a/clients/client-connectcampaigns/src/commands/UpdateCampaignDialerConfigCommand.ts
+++ b/clients/client-connectcampaigns/src/commands/UpdateCampaignDialerConfigCommand.ts
@@ -103,4 +103,16 @@ export class UpdateCampaignDialerConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCampaignDialerConfigCommand)
.de(de_UpdateCampaignDialerConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCampaignDialerConfigRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateCampaignDialerConfigCommandInput;
+ output: UpdateCampaignDialerConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcampaigns/src/commands/UpdateCampaignNameCommand.ts b/clients/client-connectcampaigns/src/commands/UpdateCampaignNameCommand.ts
index 14f80fda16ac..4f6f70e30e75 100644
--- a/clients/client-connectcampaigns/src/commands/UpdateCampaignNameCommand.ts
+++ b/clients/client-connectcampaigns/src/commands/UpdateCampaignNameCommand.ts
@@ -91,4 +91,16 @@ export class UpdateCampaignNameCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCampaignNameCommand)
.de(de_UpdateCampaignNameCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCampaignNameRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateCampaignNameCommandInput;
+ output: UpdateCampaignNameCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcampaigns/src/commands/UpdateCampaignOutboundCallConfigCommand.ts b/clients/client-connectcampaigns/src/commands/UpdateCampaignOutboundCallConfigCommand.ts
index 3fe6a221d4bc..727707371dd5 100644
--- a/clients/client-connectcampaigns/src/commands/UpdateCampaignOutboundCallConfigCommand.ts
+++ b/clients/client-connectcampaigns/src/commands/UpdateCampaignOutboundCallConfigCommand.ts
@@ -102,4 +102,16 @@ export class UpdateCampaignOutboundCallConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCampaignOutboundCallConfigCommand)
.de(de_UpdateCampaignOutboundCallConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCampaignOutboundCallConfigRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateCampaignOutboundCallConfigCommandInput;
+ output: UpdateCampaignOutboundCallConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/package.json b/clients/client-connectcases/package.json
index 11ae7dc13211..e20e34137db3 100644
--- a/clients/client-connectcases/package.json
+++ b/clients/client-connectcases/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-connectcases/src/commands/BatchGetFieldCommand.ts b/clients/client-connectcases/src/commands/BatchGetFieldCommand.ts
index b4576a88779b..a98dc06634a1 100644
--- a/clients/client-connectcases/src/commands/BatchGetFieldCommand.ts
+++ b/clients/client-connectcases/src/commands/BatchGetFieldCommand.ts
@@ -121,4 +121,16 @@ export class BatchGetFieldCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetFieldCommand)
.de(de_BatchGetFieldCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetFieldRequest;
+ output: BatchGetFieldResponse;
+ };
+ sdk: {
+ input: BatchGetFieldCommandInput;
+ output: BatchGetFieldCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/BatchPutFieldOptionsCommand.ts b/clients/client-connectcases/src/commands/BatchPutFieldOptionsCommand.ts
index e556b95c77b7..fe333bde60e5 100644
--- a/clients/client-connectcases/src/commands/BatchPutFieldOptionsCommand.ts
+++ b/clients/client-connectcases/src/commands/BatchPutFieldOptionsCommand.ts
@@ -113,4 +113,16 @@ export class BatchPutFieldOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchPutFieldOptionsCommand)
.de(de_BatchPutFieldOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchPutFieldOptionsRequest;
+ output: BatchPutFieldOptionsResponse;
+ };
+ sdk: {
+ input: BatchPutFieldOptionsCommandInput;
+ output: BatchPutFieldOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/CreateCaseCommand.ts b/clients/client-connectcases/src/commands/CreateCaseCommand.ts
index eb14b8f6df99..eacb2a0ac3c5 100644
--- a/clients/client-connectcases/src/commands/CreateCaseCommand.ts
+++ b/clients/client-connectcases/src/commands/CreateCaseCommand.ts
@@ -138,4 +138,16 @@ export class CreateCaseCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCaseCommand)
.de(de_CreateCaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCaseRequest;
+ output: CreateCaseResponse;
+ };
+ sdk: {
+ input: CreateCaseCommandInput;
+ output: CreateCaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/CreateDomainCommand.ts b/clients/client-connectcases/src/commands/CreateDomainCommand.ts
index 1dfe631ec2f2..16d736d6ebe2 100644
--- a/clients/client-connectcases/src/commands/CreateDomainCommand.ts
+++ b/clients/client-connectcases/src/commands/CreateDomainCommand.ts
@@ -111,4 +111,16 @@ export class CreateDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDomainCommand)
.de(de_CreateDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDomainRequest;
+ output: CreateDomainResponse;
+ };
+ sdk: {
+ input: CreateDomainCommandInput;
+ output: CreateDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/CreateFieldCommand.ts b/clients/client-connectcases/src/commands/CreateFieldCommand.ts
index a0663da2e550..88fbabf68e0d 100644
--- a/clients/client-connectcases/src/commands/CreateFieldCommand.ts
+++ b/clients/client-connectcases/src/commands/CreateFieldCommand.ts
@@ -108,4 +108,16 @@ export class CreateFieldCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFieldCommand)
.de(de_CreateFieldCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFieldRequest;
+ output: CreateFieldResponse;
+ };
+ sdk: {
+ input: CreateFieldCommandInput;
+ output: CreateFieldCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/CreateLayoutCommand.ts b/clients/client-connectcases/src/commands/CreateLayoutCommand.ts
index c78b76f6157d..89122439f85c 100644
--- a/clients/client-connectcases/src/commands/CreateLayoutCommand.ts
+++ b/clients/client-connectcases/src/commands/CreateLayoutCommand.ts
@@ -150,4 +150,16 @@ export class CreateLayoutCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLayoutCommand)
.de(de_CreateLayoutCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLayoutRequest;
+ output: CreateLayoutResponse;
+ };
+ sdk: {
+ input: CreateLayoutCommandInput;
+ output: CreateLayoutCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/CreateRelatedItemCommand.ts b/clients/client-connectcases/src/commands/CreateRelatedItemCommand.ts
index 006967f3d8f6..d2cfb241260c 100644
--- a/clients/client-connectcases/src/commands/CreateRelatedItemCommand.ts
+++ b/clients/client-connectcases/src/commands/CreateRelatedItemCommand.ts
@@ -133,4 +133,16 @@ export class CreateRelatedItemCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRelatedItemCommand)
.de(de_CreateRelatedItemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRelatedItemRequest;
+ output: CreateRelatedItemResponse;
+ };
+ sdk: {
+ input: CreateRelatedItemCommandInput;
+ output: CreateRelatedItemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/CreateTemplateCommand.ts b/clients/client-connectcases/src/commands/CreateTemplateCommand.ts
index 058a2fef6fa5..0a70c834d340 100644
--- a/clients/client-connectcases/src/commands/CreateTemplateCommand.ts
+++ b/clients/client-connectcases/src/commands/CreateTemplateCommand.ts
@@ -120,4 +120,16 @@ export class CreateTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTemplateCommand)
.de(de_CreateTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTemplateRequest;
+ output: CreateTemplateResponse;
+ };
+ sdk: {
+ input: CreateTemplateCommandInput;
+ output: CreateTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/DeleteDomainCommand.ts b/clients/client-connectcases/src/commands/DeleteDomainCommand.ts
index 790fecee6430..a0f90f11bc4e 100644
--- a/clients/client-connectcases/src/commands/DeleteDomainCommand.ts
+++ b/clients/client-connectcases/src/commands/DeleteDomainCommand.ts
@@ -103,4 +103,16 @@ export class DeleteDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDomainCommand)
.de(de_DeleteDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDomainRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDomainCommandInput;
+ output: DeleteDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/DeleteFieldCommand.ts b/clients/client-connectcases/src/commands/DeleteFieldCommand.ts
index f7ff4c4318ce..1c0c074e4aeb 100644
--- a/clients/client-connectcases/src/commands/DeleteFieldCommand.ts
+++ b/clients/client-connectcases/src/commands/DeleteFieldCommand.ts
@@ -151,4 +151,16 @@ export class DeleteFieldCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFieldCommand)
.de(de_DeleteFieldCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFieldRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFieldCommandInput;
+ output: DeleteFieldCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/DeleteLayoutCommand.ts b/clients/client-connectcases/src/commands/DeleteLayoutCommand.ts
index 83a6fc3d502a..802f5e6fab73 100644
--- a/clients/client-connectcases/src/commands/DeleteLayoutCommand.ts
+++ b/clients/client-connectcases/src/commands/DeleteLayoutCommand.ts
@@ -112,4 +112,16 @@ export class DeleteLayoutCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLayoutCommand)
.de(de_DeleteLayoutCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLayoutRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLayoutCommandInput;
+ output: DeleteLayoutCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/DeleteTemplateCommand.ts b/clients/client-connectcases/src/commands/DeleteTemplateCommand.ts
index 6b2e563a268f..b85f7c857e64 100644
--- a/clients/client-connectcases/src/commands/DeleteTemplateCommand.ts
+++ b/clients/client-connectcases/src/commands/DeleteTemplateCommand.ts
@@ -114,4 +114,16 @@ export class DeleteTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTemplateCommand)
.de(de_DeleteTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTemplateRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTemplateCommandInput;
+ output: DeleteTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/GetCaseAuditEventsCommand.ts b/clients/client-connectcases/src/commands/GetCaseAuditEventsCommand.ts
index fb24e9463fe1..7e87ecec1814 100644
--- a/clients/client-connectcases/src/commands/GetCaseAuditEventsCommand.ts
+++ b/clients/client-connectcases/src/commands/GetCaseAuditEventsCommand.ts
@@ -130,4 +130,16 @@ export class GetCaseAuditEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCaseAuditEventsCommand)
.de(de_GetCaseAuditEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCaseAuditEventsRequest;
+ output: GetCaseAuditEventsResponse;
+ };
+ sdk: {
+ input: GetCaseAuditEventsCommandInput;
+ output: GetCaseAuditEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/GetCaseCommand.ts b/clients/client-connectcases/src/commands/GetCaseCommand.ts
index 8f8174e8ae8a..f83a06bb45e6 100644
--- a/clients/client-connectcases/src/commands/GetCaseCommand.ts
+++ b/clients/client-connectcases/src/commands/GetCaseCommand.ts
@@ -117,4 +117,16 @@ export class GetCaseCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCaseCommand)
.de(de_GetCaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCaseRequest;
+ output: GetCaseResponse;
+ };
+ sdk: {
+ input: GetCaseCommandInput;
+ output: GetCaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/GetCaseEventConfigurationCommand.ts b/clients/client-connectcases/src/commands/GetCaseEventConfigurationCommand.ts
index d0f181e10bc4..69aa45be65ab 100644
--- a/clients/client-connectcases/src/commands/GetCaseEventConfigurationCommand.ts
+++ b/clients/client-connectcases/src/commands/GetCaseEventConfigurationCommand.ts
@@ -108,4 +108,16 @@ export class GetCaseEventConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCaseEventConfigurationCommand)
.de(de_GetCaseEventConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCaseEventConfigurationRequest;
+ output: GetCaseEventConfigurationResponse;
+ };
+ sdk: {
+ input: GetCaseEventConfigurationCommandInput;
+ output: GetCaseEventConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/GetDomainCommand.ts b/clients/client-connectcases/src/commands/GetDomainCommand.ts
index 09eee3335578..89535589326e 100644
--- a/clients/client-connectcases/src/commands/GetDomainCommand.ts
+++ b/clients/client-connectcases/src/commands/GetDomainCommand.ts
@@ -101,4 +101,16 @@ export class GetDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDomainCommand)
.de(de_GetDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDomainRequest;
+ output: GetDomainResponse;
+ };
+ sdk: {
+ input: GetDomainCommandInput;
+ output: GetDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/GetLayoutCommand.ts b/clients/client-connectcases/src/commands/GetLayoutCommand.ts
index 9761641960e2..c428d8f2a663 100644
--- a/clients/client-connectcases/src/commands/GetLayoutCommand.ts
+++ b/clients/client-connectcases/src/commands/GetLayoutCommand.ts
@@ -135,4 +135,16 @@ export class GetLayoutCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLayoutCommand)
.de(de_GetLayoutCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLayoutRequest;
+ output: GetLayoutResponse;
+ };
+ sdk: {
+ input: GetLayoutCommandInput;
+ output: GetLayoutCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/GetTemplateCommand.ts b/clients/client-connectcases/src/commands/GetTemplateCommand.ts
index e7e1a738ed25..7c584d940016 100644
--- a/clients/client-connectcases/src/commands/GetTemplateCommand.ts
+++ b/clients/client-connectcases/src/commands/GetTemplateCommand.ts
@@ -113,4 +113,16 @@ export class GetTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTemplateCommand)
.de(de_GetTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTemplateRequest;
+ output: GetTemplateResponse;
+ };
+ sdk: {
+ input: GetTemplateCommandInput;
+ output: GetTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/ListCasesForContactCommand.ts b/clients/client-connectcases/src/commands/ListCasesForContactCommand.ts
index 3062b9c6fc79..514c16e7ce7c 100644
--- a/clients/client-connectcases/src/commands/ListCasesForContactCommand.ts
+++ b/clients/client-connectcases/src/commands/ListCasesForContactCommand.ts
@@ -103,4 +103,16 @@ export class ListCasesForContactCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCasesForContactCommand)
.de(de_ListCasesForContactCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCasesForContactRequest;
+ output: ListCasesForContactResponse;
+ };
+ sdk: {
+ input: ListCasesForContactCommandInput;
+ output: ListCasesForContactCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/ListDomainsCommand.ts b/clients/client-connectcases/src/commands/ListDomainsCommand.ts
index 86dbc4638250..f3eb70651b89 100644
--- a/clients/client-connectcases/src/commands/ListDomainsCommand.ts
+++ b/clients/client-connectcases/src/commands/ListDomainsCommand.ts
@@ -99,4 +99,16 @@ export class ListDomainsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDomainsCommand)
.de(de_ListDomainsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDomainsRequest;
+ output: ListDomainsResponse;
+ };
+ sdk: {
+ input: ListDomainsCommandInput;
+ output: ListDomainsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/ListFieldOptionsCommand.ts b/clients/client-connectcases/src/commands/ListFieldOptionsCommand.ts
index 6fae3e4b9f65..3271a769cf8b 100644
--- a/clients/client-connectcases/src/commands/ListFieldOptionsCommand.ts
+++ b/clients/client-connectcases/src/commands/ListFieldOptionsCommand.ts
@@ -107,4 +107,16 @@ export class ListFieldOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFieldOptionsCommand)
.de(de_ListFieldOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFieldOptionsRequest;
+ output: ListFieldOptionsResponse;
+ };
+ sdk: {
+ input: ListFieldOptionsCommandInput;
+ output: ListFieldOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/ListFieldsCommand.ts b/clients/client-connectcases/src/commands/ListFieldsCommand.ts
index b8105f3e52da..a18e47626f18 100644
--- a/clients/client-connectcases/src/commands/ListFieldsCommand.ts
+++ b/clients/client-connectcases/src/commands/ListFieldsCommand.ts
@@ -105,4 +105,16 @@ export class ListFieldsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFieldsCommand)
.de(de_ListFieldsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFieldsRequest;
+ output: ListFieldsResponse;
+ };
+ sdk: {
+ input: ListFieldsCommandInput;
+ output: ListFieldsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/ListLayoutsCommand.ts b/clients/client-connectcases/src/commands/ListLayoutsCommand.ts
index 7cff87ed3de5..5aafc9f28d2b 100644
--- a/clients/client-connectcases/src/commands/ListLayoutsCommand.ts
+++ b/clients/client-connectcases/src/commands/ListLayoutsCommand.ts
@@ -104,4 +104,16 @@ export class ListLayoutsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLayoutsCommand)
.de(de_ListLayoutsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLayoutsRequest;
+ output: ListLayoutsResponse;
+ };
+ sdk: {
+ input: ListLayoutsCommandInput;
+ output: ListLayoutsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/ListTagsForResourceCommand.ts b/clients/client-connectcases/src/commands/ListTagsForResourceCommand.ts
index 3fd91cc1a156..5132099f1e1b 100644
--- a/clients/client-connectcases/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-connectcases/src/commands/ListTagsForResourceCommand.ts
@@ -96,4 +96,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/ListTemplatesCommand.ts b/clients/client-connectcases/src/commands/ListTemplatesCommand.ts
index 5f795adfb708..1b22100445d1 100644
--- a/clients/client-connectcases/src/commands/ListTemplatesCommand.ts
+++ b/clients/client-connectcases/src/commands/ListTemplatesCommand.ts
@@ -108,4 +108,16 @@ export class ListTemplatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTemplatesCommand)
.de(de_ListTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTemplatesRequest;
+ output: ListTemplatesResponse;
+ };
+ sdk: {
+ input: ListTemplatesCommandInput;
+ output: ListTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/PutCaseEventConfigurationCommand.ts b/clients/client-connectcases/src/commands/PutCaseEventConfigurationCommand.ts
index d03f2b20323d..c4e2ec16d83b 100644
--- a/clients/client-connectcases/src/commands/PutCaseEventConfigurationCommand.ts
+++ b/clients/client-connectcases/src/commands/PutCaseEventConfigurationCommand.ts
@@ -110,4 +110,16 @@ export class PutCaseEventConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutCaseEventConfigurationCommand)
.de(de_PutCaseEventConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutCaseEventConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutCaseEventConfigurationCommandInput;
+ output: PutCaseEventConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/SearchCasesCommand.ts b/clients/client-connectcases/src/commands/SearchCasesCommand.ts
index 799f8bbcc427..b8fa9ba00d15 100644
--- a/clients/client-connectcases/src/commands/SearchCasesCommand.ts
+++ b/clients/client-connectcases/src/commands/SearchCasesCommand.ts
@@ -213,4 +213,16 @@ export class SearchCasesCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchCasesCommand)
.de(de_SearchCasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchCasesRequest;
+ output: SearchCasesResponse;
+ };
+ sdk: {
+ input: SearchCasesCommandInput;
+ output: SearchCasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/SearchRelatedItemsCommand.ts b/clients/client-connectcases/src/commands/SearchRelatedItemsCommand.ts
index 8385bf628870..11cd5c9d450c 100644
--- a/clients/client-connectcases/src/commands/SearchRelatedItemsCommand.ts
+++ b/clients/client-connectcases/src/commands/SearchRelatedItemsCommand.ts
@@ -142,4 +142,16 @@ export class SearchRelatedItemsCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchRelatedItemsCommand)
.de(de_SearchRelatedItemsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchRelatedItemsRequest;
+ output: SearchRelatedItemsResponse;
+ };
+ sdk: {
+ input: SearchRelatedItemsCommandInput;
+ output: SearchRelatedItemsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/TagResourceCommand.ts b/clients/client-connectcases/src/commands/TagResourceCommand.ts
index 23981b6557bb..5b4ae9fb1295 100644
--- a/clients/client-connectcases/src/commands/TagResourceCommand.ts
+++ b/clients/client-connectcases/src/commands/TagResourceCommand.ts
@@ -95,4 +95,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/UntagResourceCommand.ts b/clients/client-connectcases/src/commands/UntagResourceCommand.ts
index 917cad135965..c5d842b46f0d 100644
--- a/clients/client-connectcases/src/commands/UntagResourceCommand.ts
+++ b/clients/client-connectcases/src/commands/UntagResourceCommand.ts
@@ -95,4 +95,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/UpdateCaseCommand.ts b/clients/client-connectcases/src/commands/UpdateCaseCommand.ts
index ca2106bd2557..f7a437fbc177 100644
--- a/clients/client-connectcases/src/commands/UpdateCaseCommand.ts
+++ b/clients/client-connectcases/src/commands/UpdateCaseCommand.ts
@@ -115,4 +115,16 @@ export class UpdateCaseCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCaseCommand)
.de(de_UpdateCaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCaseRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateCaseCommandInput;
+ output: UpdateCaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/UpdateFieldCommand.ts b/clients/client-connectcases/src/commands/UpdateFieldCommand.ts
index f0db6820f2ff..d6d22573c21d 100644
--- a/clients/client-connectcases/src/commands/UpdateFieldCommand.ts
+++ b/clients/client-connectcases/src/commands/UpdateFieldCommand.ts
@@ -100,4 +100,16 @@ export class UpdateFieldCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFieldCommand)
.de(de_UpdateFieldCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFieldRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateFieldCommandInput;
+ output: UpdateFieldCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/UpdateLayoutCommand.ts b/clients/client-connectcases/src/commands/UpdateLayoutCommand.ts
index 21418f0d8ada..cc6a706e883d 100644
--- a/clients/client-connectcases/src/commands/UpdateLayoutCommand.ts
+++ b/clients/client-connectcases/src/commands/UpdateLayoutCommand.ts
@@ -143,4 +143,16 @@ export class UpdateLayoutCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateLayoutCommand)
.de(de_UpdateLayoutCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLayoutRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateLayoutCommandInput;
+ output: UpdateLayoutCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectcases/src/commands/UpdateTemplateCommand.ts b/clients/client-connectcases/src/commands/UpdateTemplateCommand.ts
index 1e44d0ae9d8d..60a1c8c083af 100644
--- a/clients/client-connectcases/src/commands/UpdateTemplateCommand.ts
+++ b/clients/client-connectcases/src/commands/UpdateTemplateCommand.ts
@@ -113,4 +113,16 @@ export class UpdateTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTemplateCommand)
.de(de_UpdateTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTemplateRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateTemplateCommandInput;
+ output: UpdateTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectparticipant/package.json b/clients/client-connectparticipant/package.json
index a09f39e2b2bc..1973b892e1f6 100644
--- a/clients/client-connectparticipant/package.json
+++ b/clients/client-connectparticipant/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-connectparticipant/src/commands/CompleteAttachmentUploadCommand.ts b/clients/client-connectparticipant/src/commands/CompleteAttachmentUploadCommand.ts
index 9fa325f138c5..74d4afc527f1 100644
--- a/clients/client-connectparticipant/src/commands/CompleteAttachmentUploadCommand.ts
+++ b/clients/client-connectparticipant/src/commands/CompleteAttachmentUploadCommand.ts
@@ -111,4 +111,16 @@ export class CompleteAttachmentUploadCommand extends $Command
.f(void 0, void 0)
.ser(se_CompleteAttachmentUploadCommand)
.de(de_CompleteAttachmentUploadCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CompleteAttachmentUploadRequest;
+ output: {};
+ };
+ sdk: {
+ input: CompleteAttachmentUploadCommandInput;
+ output: CompleteAttachmentUploadCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectparticipant/src/commands/CreateParticipantConnectionCommand.ts b/clients/client-connectparticipant/src/commands/CreateParticipantConnectionCommand.ts
index 9b331ce9370d..b9f390d357c7 100644
--- a/clients/client-connectparticipant/src/commands/CreateParticipantConnectionCommand.ts
+++ b/clients/client-connectparticipant/src/commands/CreateParticipantConnectionCommand.ts
@@ -143,4 +143,16 @@ export class CreateParticipantConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateParticipantConnectionCommand)
.de(de_CreateParticipantConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateParticipantConnectionRequest;
+ output: CreateParticipantConnectionResponse;
+ };
+ sdk: {
+ input: CreateParticipantConnectionCommandInput;
+ output: CreateParticipantConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectparticipant/src/commands/DescribeViewCommand.ts b/clients/client-connectparticipant/src/commands/DescribeViewCommand.ts
index d6d19272b029..1a0a219c1ae1 100644
--- a/clients/client-connectparticipant/src/commands/DescribeViewCommand.ts
+++ b/clients/client-connectparticipant/src/commands/DescribeViewCommand.ts
@@ -109,4 +109,16 @@ export class DescribeViewCommand extends $Command
.f(void 0, DescribeViewResponseFilterSensitiveLog)
.ser(se_DescribeViewCommand)
.de(de_DescribeViewCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeViewRequest;
+ output: DescribeViewResponse;
+ };
+ sdk: {
+ input: DescribeViewCommandInput;
+ output: DescribeViewCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectparticipant/src/commands/DisconnectParticipantCommand.ts b/clients/client-connectparticipant/src/commands/DisconnectParticipantCommand.ts
index a2f83f424e26..4607689f6a8a 100644
--- a/clients/client-connectparticipant/src/commands/DisconnectParticipantCommand.ts
+++ b/clients/client-connectparticipant/src/commands/DisconnectParticipantCommand.ts
@@ -99,4 +99,16 @@ export class DisconnectParticipantCommand extends $Command
.f(void 0, void 0)
.ser(se_DisconnectParticipantCommand)
.de(de_DisconnectParticipantCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisconnectParticipantRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisconnectParticipantCommandInput;
+ output: DisconnectParticipantCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectparticipant/src/commands/GetAttachmentCommand.ts b/clients/client-connectparticipant/src/commands/GetAttachmentCommand.ts
index 08ccbaaea344..6b418eb418e8 100644
--- a/clients/client-connectparticipant/src/commands/GetAttachmentCommand.ts
+++ b/clients/client-connectparticipant/src/commands/GetAttachmentCommand.ts
@@ -103,4 +103,16 @@ export class GetAttachmentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAttachmentCommand)
.de(de_GetAttachmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAttachmentRequest;
+ output: GetAttachmentResponse;
+ };
+ sdk: {
+ input: GetAttachmentCommandInput;
+ output: GetAttachmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectparticipant/src/commands/GetTranscriptCommand.ts b/clients/client-connectparticipant/src/commands/GetTranscriptCommand.ts
index fb50c3139012..0dbc7d48d926 100644
--- a/clients/client-connectparticipant/src/commands/GetTranscriptCommand.ts
+++ b/clients/client-connectparticipant/src/commands/GetTranscriptCommand.ts
@@ -175,4 +175,16 @@ export class GetTranscriptCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTranscriptCommand)
.de(de_GetTranscriptCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTranscriptRequest;
+ output: GetTranscriptResponse;
+ };
+ sdk: {
+ input: GetTranscriptCommandInput;
+ output: GetTranscriptCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectparticipant/src/commands/SendEventCommand.ts b/clients/client-connectparticipant/src/commands/SendEventCommand.ts
index a08c6f4e78df..7967d5f59f2b 100644
--- a/clients/client-connectparticipant/src/commands/SendEventCommand.ts
+++ b/clients/client-connectparticipant/src/commands/SendEventCommand.ts
@@ -116,4 +116,16 @@ export class SendEventCommand extends $Command
.f(void 0, void 0)
.ser(se_SendEventCommand)
.de(de_SendEventCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SendEventRequest;
+ output: SendEventResponse;
+ };
+ sdk: {
+ input: SendEventCommandInput;
+ output: SendEventCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectparticipant/src/commands/SendMessageCommand.ts b/clients/client-connectparticipant/src/commands/SendMessageCommand.ts
index 84ec0d776084..412905b223a1 100644
--- a/clients/client-connectparticipant/src/commands/SendMessageCommand.ts
+++ b/clients/client-connectparticipant/src/commands/SendMessageCommand.ts
@@ -104,4 +104,16 @@ export class SendMessageCommand extends $Command
.f(void 0, void 0)
.ser(se_SendMessageCommand)
.de(de_SendMessageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SendMessageRequest;
+ output: SendMessageResponse;
+ };
+ sdk: {
+ input: SendMessageCommandInput;
+ output: SendMessageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-connectparticipant/src/commands/StartAttachmentUploadCommand.ts b/clients/client-connectparticipant/src/commands/StartAttachmentUploadCommand.ts
index 92b88cdc4486..c3d9d2337233 100644
--- a/clients/client-connectparticipant/src/commands/StartAttachmentUploadCommand.ts
+++ b/clients/client-connectparticipant/src/commands/StartAttachmentUploadCommand.ts
@@ -115,4 +115,16 @@ export class StartAttachmentUploadCommand extends $Command
.f(void 0, void 0)
.ser(se_StartAttachmentUploadCommand)
.de(de_StartAttachmentUploadCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartAttachmentUploadRequest;
+ output: StartAttachmentUploadResponse;
+ };
+ sdk: {
+ input: StartAttachmentUploadCommandInput;
+ output: StartAttachmentUploadCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controlcatalog/package.json b/clients/client-controlcatalog/package.json
index abffd8dcba12..586aa6460393 100644
--- a/clients/client-controlcatalog/package.json
+++ b/clients/client-controlcatalog/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-controlcatalog/src/commands/GetControlCommand.ts b/clients/client-controlcatalog/src/commands/GetControlCommand.ts
index fe86c8bd1cd4..109abcdf44b6 100644
--- a/clients/client-controlcatalog/src/commands/GetControlCommand.ts
+++ b/clients/client-controlcatalog/src/commands/GetControlCommand.ts
@@ -102,4 +102,16 @@ export class GetControlCommand extends $Command
.f(void 0, void 0)
.ser(se_GetControlCommand)
.de(de_GetControlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetControlRequest;
+ output: GetControlResponse;
+ };
+ sdk: {
+ input: GetControlCommandInput;
+ output: GetControlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controlcatalog/src/commands/ListCommonControlsCommand.ts b/clients/client-controlcatalog/src/commands/ListCommonControlsCommand.ts
index d089cd267cb2..04d3ddc7b5b0 100644
--- a/clients/client-controlcatalog/src/commands/ListCommonControlsCommand.ts
+++ b/clients/client-controlcatalog/src/commands/ListCommonControlsCommand.ts
@@ -117,4 +117,16 @@ export class ListCommonControlsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCommonControlsCommand)
.de(de_ListCommonControlsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCommonControlsRequest;
+ output: ListCommonControlsResponse;
+ };
+ sdk: {
+ input: ListCommonControlsCommandInput;
+ output: ListCommonControlsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controlcatalog/src/commands/ListControlsCommand.ts b/clients/client-controlcatalog/src/commands/ListControlsCommand.ts
index 3dc60b724f03..e1e601431e2e 100644
--- a/clients/client-controlcatalog/src/commands/ListControlsCommand.ts
+++ b/clients/client-controlcatalog/src/commands/ListControlsCommand.ts
@@ -97,4 +97,16 @@ export class ListControlsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListControlsCommand)
.de(de_ListControlsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListControlsRequest;
+ output: ListControlsResponse;
+ };
+ sdk: {
+ input: ListControlsCommandInput;
+ output: ListControlsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controlcatalog/src/commands/ListDomainsCommand.ts b/clients/client-controlcatalog/src/commands/ListDomainsCommand.ts
index 235e9c7da326..97b28839bdcf 100644
--- a/clients/client-controlcatalog/src/commands/ListDomainsCommand.ts
+++ b/clients/client-controlcatalog/src/commands/ListDomainsCommand.ts
@@ -99,4 +99,16 @@ export class ListDomainsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDomainsCommand)
.de(de_ListDomainsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDomainsRequest;
+ output: ListDomainsResponse;
+ };
+ sdk: {
+ input: ListDomainsCommandInput;
+ output: ListDomainsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controlcatalog/src/commands/ListObjectivesCommand.ts b/clients/client-controlcatalog/src/commands/ListObjectivesCommand.ts
index 86067a20764f..bb8dd8b04841 100644
--- a/clients/client-controlcatalog/src/commands/ListObjectivesCommand.ts
+++ b/clients/client-controlcatalog/src/commands/ListObjectivesCommand.ts
@@ -112,4 +112,16 @@ export class ListObjectivesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListObjectivesCommand)
.de(de_ListObjectivesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListObjectivesRequest;
+ output: ListObjectivesResponse;
+ };
+ sdk: {
+ input: ListObjectivesCommandInput;
+ output: ListObjectivesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/package.json b/clients/client-controltower/package.json
index 5d28f45d736c..a7601f424d23 100644
--- a/clients/client-controltower/package.json
+++ b/clients/client-controltower/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-controltower/src/commands/CreateLandingZoneCommand.ts b/clients/client-controltower/src/commands/CreateLandingZoneCommand.ts
index 776309e18e71..3cc687a11bf8 100644
--- a/clients/client-controltower/src/commands/CreateLandingZoneCommand.ts
+++ b/clients/client-controltower/src/commands/CreateLandingZoneCommand.ts
@@ -98,4 +98,16 @@ export class CreateLandingZoneCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLandingZoneCommand)
.de(de_CreateLandingZoneCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLandingZoneInput;
+ output: CreateLandingZoneOutput;
+ };
+ sdk: {
+ input: CreateLandingZoneCommandInput;
+ output: CreateLandingZoneCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/DeleteLandingZoneCommand.ts b/clients/client-controltower/src/commands/DeleteLandingZoneCommand.ts
index 2a54bd9dad02..128879d90993 100644
--- a/clients/client-controltower/src/commands/DeleteLandingZoneCommand.ts
+++ b/clients/client-controltower/src/commands/DeleteLandingZoneCommand.ts
@@ -96,4 +96,16 @@ export class DeleteLandingZoneCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLandingZoneCommand)
.de(de_DeleteLandingZoneCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLandingZoneInput;
+ output: DeleteLandingZoneOutput;
+ };
+ sdk: {
+ input: DeleteLandingZoneCommandInput;
+ output: DeleteLandingZoneCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/DisableBaselineCommand.ts b/clients/client-controltower/src/commands/DisableBaselineCommand.ts
index b513aaa60118..e6cfd9598d9b 100644
--- a/clients/client-controltower/src/commands/DisableBaselineCommand.ts
+++ b/clients/client-controltower/src/commands/DisableBaselineCommand.ts
@@ -100,4 +100,16 @@ export class DisableBaselineCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableBaselineCommand)
.de(de_DisableBaselineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableBaselineInput;
+ output: DisableBaselineOutput;
+ };
+ sdk: {
+ input: DisableBaselineCommandInput;
+ output: DisableBaselineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/DisableControlCommand.ts b/clients/client-controltower/src/commands/DisableControlCommand.ts
index d0270859946f..0fcd4fb27b07 100644
--- a/clients/client-controltower/src/commands/DisableControlCommand.ts
+++ b/clients/client-controltower/src/commands/DisableControlCommand.ts
@@ -103,4 +103,16 @@ export class DisableControlCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableControlCommand)
.de(de_DisableControlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableControlInput;
+ output: DisableControlOutput;
+ };
+ sdk: {
+ input: DisableControlCommandInput;
+ output: DisableControlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/EnableBaselineCommand.ts b/clients/client-controltower/src/commands/EnableBaselineCommand.ts
index 3455593dbd6f..510e493c6fbd 100644
--- a/clients/client-controltower/src/commands/EnableBaselineCommand.ts
+++ b/clients/client-controltower/src/commands/EnableBaselineCommand.ts
@@ -112,4 +112,16 @@ export class EnableBaselineCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableBaselineCommand)
.de(de_EnableBaselineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableBaselineInput;
+ output: EnableBaselineOutput;
+ };
+ sdk: {
+ input: EnableBaselineCommandInput;
+ output: EnableBaselineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/EnableControlCommand.ts b/clients/client-controltower/src/commands/EnableControlCommand.ts
index c17ea59d9651..a879d2366481 100644
--- a/clients/client-controltower/src/commands/EnableControlCommand.ts
+++ b/clients/client-controltower/src/commands/EnableControlCommand.ts
@@ -113,4 +113,16 @@ export class EnableControlCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableControlCommand)
.de(de_EnableControlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableControlInput;
+ output: EnableControlOutput;
+ };
+ sdk: {
+ input: EnableControlCommandInput;
+ output: EnableControlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/GetBaselineCommand.ts b/clients/client-controltower/src/commands/GetBaselineCommand.ts
index 2236384f0cbc..eb6939836332 100644
--- a/clients/client-controltower/src/commands/GetBaselineCommand.ts
+++ b/clients/client-controltower/src/commands/GetBaselineCommand.ts
@@ -96,4 +96,16 @@ export class GetBaselineCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBaselineCommand)
.de(de_GetBaselineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBaselineInput;
+ output: GetBaselineOutput;
+ };
+ sdk: {
+ input: GetBaselineCommandInput;
+ output: GetBaselineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/GetBaselineOperationCommand.ts b/clients/client-controltower/src/commands/GetBaselineOperationCommand.ts
index 713d78faf003..d601dc0071e9 100644
--- a/clients/client-controltower/src/commands/GetBaselineOperationCommand.ts
+++ b/clients/client-controltower/src/commands/GetBaselineOperationCommand.ts
@@ -101,4 +101,16 @@ export class GetBaselineOperationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBaselineOperationCommand)
.de(de_GetBaselineOperationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBaselineOperationInput;
+ output: GetBaselineOperationOutput;
+ };
+ sdk: {
+ input: GetBaselineOperationCommandInput;
+ output: GetBaselineOperationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/GetControlOperationCommand.ts b/clients/client-controltower/src/commands/GetControlOperationCommand.ts
index e6c96863eafc..099bbdf8c5a6 100644
--- a/clients/client-controltower/src/commands/GetControlOperationCommand.ts
+++ b/clients/client-controltower/src/commands/GetControlOperationCommand.ts
@@ -106,4 +106,16 @@ export class GetControlOperationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetControlOperationCommand)
.de(de_GetControlOperationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetControlOperationInput;
+ output: GetControlOperationOutput;
+ };
+ sdk: {
+ input: GetControlOperationCommandInput;
+ output: GetControlOperationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/GetEnabledBaselineCommand.ts b/clients/client-controltower/src/commands/GetEnabledBaselineCommand.ts
index c99778de52d6..533218be9deb 100644
--- a/clients/client-controltower/src/commands/GetEnabledBaselineCommand.ts
+++ b/clients/client-controltower/src/commands/GetEnabledBaselineCommand.ts
@@ -107,4 +107,16 @@ export class GetEnabledBaselineCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEnabledBaselineCommand)
.de(de_GetEnabledBaselineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEnabledBaselineInput;
+ output: GetEnabledBaselineOutput;
+ };
+ sdk: {
+ input: GetEnabledBaselineCommandInput;
+ output: GetEnabledBaselineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/GetEnabledControlCommand.ts b/clients/client-controltower/src/commands/GetEnabledControlCommand.ts
index b7410f1f4a62..b448ebb4ba4c 100644
--- a/clients/client-controltower/src/commands/GetEnabledControlCommand.ts
+++ b/clients/client-controltower/src/commands/GetEnabledControlCommand.ts
@@ -116,4 +116,16 @@ export class GetEnabledControlCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEnabledControlCommand)
.de(de_GetEnabledControlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEnabledControlInput;
+ output: GetEnabledControlOutput;
+ };
+ sdk: {
+ input: GetEnabledControlCommandInput;
+ output: GetEnabledControlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/GetLandingZoneCommand.ts b/clients/client-controltower/src/commands/GetLandingZoneCommand.ts
index 46fc432eb43c..6ba5d2c31907 100644
--- a/clients/client-controltower/src/commands/GetLandingZoneCommand.ts
+++ b/clients/client-controltower/src/commands/GetLandingZoneCommand.ts
@@ -101,4 +101,16 @@ export class GetLandingZoneCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLandingZoneCommand)
.de(de_GetLandingZoneCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLandingZoneInput;
+ output: GetLandingZoneOutput;
+ };
+ sdk: {
+ input: GetLandingZoneCommandInput;
+ output: GetLandingZoneCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/GetLandingZoneOperationCommand.ts b/clients/client-controltower/src/commands/GetLandingZoneOperationCommand.ts
index e4d741bd77d5..b7ccb31bf121 100644
--- a/clients/client-controltower/src/commands/GetLandingZoneOperationCommand.ts
+++ b/clients/client-controltower/src/commands/GetLandingZoneOperationCommand.ts
@@ -100,4 +100,16 @@ export class GetLandingZoneOperationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLandingZoneOperationCommand)
.de(de_GetLandingZoneOperationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLandingZoneOperationInput;
+ output: GetLandingZoneOperationOutput;
+ };
+ sdk: {
+ input: GetLandingZoneOperationCommandInput;
+ output: GetLandingZoneOperationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/ListBaselinesCommand.ts b/clients/client-controltower/src/commands/ListBaselinesCommand.ts
index b13af48799b5..e8096cf35d69 100644
--- a/clients/client-controltower/src/commands/ListBaselinesCommand.ts
+++ b/clients/client-controltower/src/commands/ListBaselinesCommand.ts
@@ -99,4 +99,16 @@ export class ListBaselinesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBaselinesCommand)
.de(de_ListBaselinesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBaselinesInput;
+ output: ListBaselinesOutput;
+ };
+ sdk: {
+ input: ListBaselinesCommandInput;
+ output: ListBaselinesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/ListControlOperationsCommand.ts b/clients/client-controltower/src/commands/ListControlOperationsCommand.ts
index 1ff271472e25..e025ec896a46 100644
--- a/clients/client-controltower/src/commands/ListControlOperationsCommand.ts
+++ b/clients/client-controltower/src/commands/ListControlOperationsCommand.ts
@@ -120,4 +120,16 @@ export class ListControlOperationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListControlOperationsCommand)
.de(de_ListControlOperationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListControlOperationsInput;
+ output: ListControlOperationsOutput;
+ };
+ sdk: {
+ input: ListControlOperationsCommandInput;
+ output: ListControlOperationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/ListEnabledBaselinesCommand.ts b/clients/client-controltower/src/commands/ListEnabledBaselinesCommand.ts
index 6fd6b047e224..8cf63164dac9 100644
--- a/clients/client-controltower/src/commands/ListEnabledBaselinesCommand.ts
+++ b/clients/client-controltower/src/commands/ListEnabledBaselinesCommand.ts
@@ -112,4 +112,16 @@ export class ListEnabledBaselinesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEnabledBaselinesCommand)
.de(de_ListEnabledBaselinesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEnabledBaselinesInput;
+ output: ListEnabledBaselinesOutput;
+ };
+ sdk: {
+ input: ListEnabledBaselinesCommandInput;
+ output: ListEnabledBaselinesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/ListEnabledControlsCommand.ts b/clients/client-controltower/src/commands/ListEnabledControlsCommand.ts
index 73f6e2348c94..9c3f0e2abd10 100644
--- a/clients/client-controltower/src/commands/ListEnabledControlsCommand.ts
+++ b/clients/client-controltower/src/commands/ListEnabledControlsCommand.ts
@@ -122,4 +122,16 @@ export class ListEnabledControlsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEnabledControlsCommand)
.de(de_ListEnabledControlsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEnabledControlsInput;
+ output: ListEnabledControlsOutput;
+ };
+ sdk: {
+ input: ListEnabledControlsCommandInput;
+ output: ListEnabledControlsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/ListLandingZoneOperationsCommand.ts b/clients/client-controltower/src/commands/ListLandingZoneOperationsCommand.ts
index 2284a870731d..5bb383696844 100644
--- a/clients/client-controltower/src/commands/ListLandingZoneOperationsCommand.ts
+++ b/clients/client-controltower/src/commands/ListLandingZoneOperationsCommand.ts
@@ -105,4 +105,16 @@ export class ListLandingZoneOperationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLandingZoneOperationsCommand)
.de(de_ListLandingZoneOperationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLandingZoneOperationsInput;
+ output: ListLandingZoneOperationsOutput;
+ };
+ sdk: {
+ input: ListLandingZoneOperationsCommandInput;
+ output: ListLandingZoneOperationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/ListLandingZonesCommand.ts b/clients/client-controltower/src/commands/ListLandingZonesCommand.ts
index fb1623adc26f..e446b405569a 100644
--- a/clients/client-controltower/src/commands/ListLandingZonesCommand.ts
+++ b/clients/client-controltower/src/commands/ListLandingZonesCommand.ts
@@ -97,4 +97,16 @@ export class ListLandingZonesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLandingZonesCommand)
.de(de_ListLandingZonesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLandingZonesInput;
+ output: ListLandingZonesOutput;
+ };
+ sdk: {
+ input: ListLandingZonesCommandInput;
+ output: ListLandingZonesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/ListTagsForResourceCommand.ts b/clients/client-controltower/src/commands/ListTagsForResourceCommand.ts
index 844a5a5b2b0b..dc0d1a9e4992 100644
--- a/clients/client-controltower/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-controltower/src/commands/ListTagsForResourceCommand.ts
@@ -90,4 +90,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceInput;
+ output: ListTagsForResourceOutput;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/ResetEnabledBaselineCommand.ts b/clients/client-controltower/src/commands/ResetEnabledBaselineCommand.ts
index b5ac80cd4c6c..980f2a0739c0 100644
--- a/clients/client-controltower/src/commands/ResetEnabledBaselineCommand.ts
+++ b/clients/client-controltower/src/commands/ResetEnabledBaselineCommand.ts
@@ -100,4 +100,16 @@ export class ResetEnabledBaselineCommand extends $Command
.f(void 0, void 0)
.ser(se_ResetEnabledBaselineCommand)
.de(de_ResetEnabledBaselineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResetEnabledBaselineInput;
+ output: ResetEnabledBaselineOutput;
+ };
+ sdk: {
+ input: ResetEnabledBaselineCommandInput;
+ output: ResetEnabledBaselineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/ResetLandingZoneCommand.ts b/clients/client-controltower/src/commands/ResetLandingZoneCommand.ts
index 0ec92d692978..24677b978a0b 100644
--- a/clients/client-controltower/src/commands/ResetLandingZoneCommand.ts
+++ b/clients/client-controltower/src/commands/ResetLandingZoneCommand.ts
@@ -99,4 +99,16 @@ export class ResetLandingZoneCommand extends $Command
.f(void 0, void 0)
.ser(se_ResetLandingZoneCommand)
.de(de_ResetLandingZoneCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResetLandingZoneInput;
+ output: ResetLandingZoneOutput;
+ };
+ sdk: {
+ input: ResetLandingZoneCommandInput;
+ output: ResetLandingZoneCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/TagResourceCommand.ts b/clients/client-controltower/src/commands/TagResourceCommand.ts
index 3a8556d3385e..131395d2528e 100644
--- a/clients/client-controltower/src/commands/TagResourceCommand.ts
+++ b/clients/client-controltower/src/commands/TagResourceCommand.ts
@@ -89,4 +89,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/UntagResourceCommand.ts b/clients/client-controltower/src/commands/UntagResourceCommand.ts
index 84e411e06204..d3074fe540ed 100644
--- a/clients/client-controltower/src/commands/UntagResourceCommand.ts
+++ b/clients/client-controltower/src/commands/UntagResourceCommand.ts
@@ -89,4 +89,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/UpdateEnabledBaselineCommand.ts b/clients/client-controltower/src/commands/UpdateEnabledBaselineCommand.ts
index b6f937df1bd8..c8835ebf29f6 100644
--- a/clients/client-controltower/src/commands/UpdateEnabledBaselineCommand.ts
+++ b/clients/client-controltower/src/commands/UpdateEnabledBaselineCommand.ts
@@ -107,4 +107,16 @@ export class UpdateEnabledBaselineCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEnabledBaselineCommand)
.de(de_UpdateEnabledBaselineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEnabledBaselineInput;
+ output: UpdateEnabledBaselineOutput;
+ };
+ sdk: {
+ input: UpdateEnabledBaselineCommandInput;
+ output: UpdateEnabledBaselineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/UpdateEnabledControlCommand.ts b/clients/client-controltower/src/commands/UpdateEnabledControlCommand.ts
index 7cb84613588c..0214430f8302 100644
--- a/clients/client-controltower/src/commands/UpdateEnabledControlCommand.ts
+++ b/clients/client-controltower/src/commands/UpdateEnabledControlCommand.ts
@@ -111,4 +111,16 @@ export class UpdateEnabledControlCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEnabledControlCommand)
.de(de_UpdateEnabledControlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEnabledControlInput;
+ output: UpdateEnabledControlOutput;
+ };
+ sdk: {
+ input: UpdateEnabledControlCommandInput;
+ output: UpdateEnabledControlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-controltower/src/commands/UpdateLandingZoneCommand.ts b/clients/client-controltower/src/commands/UpdateLandingZoneCommand.ts
index bf6a94b73aca..026eb9ff0ddf 100644
--- a/clients/client-controltower/src/commands/UpdateLandingZoneCommand.ts
+++ b/clients/client-controltower/src/commands/UpdateLandingZoneCommand.ts
@@ -99,4 +99,16 @@ export class UpdateLandingZoneCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateLandingZoneCommand)
.de(de_UpdateLandingZoneCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLandingZoneInput;
+ output: UpdateLandingZoneOutput;
+ };
+ sdk: {
+ input: UpdateLandingZoneCommandInput;
+ output: UpdateLandingZoneCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-and-usage-report-service/package.json b/clients/client-cost-and-usage-report-service/package.json
index 7cbb44512660..2951bf373131 100644
--- a/clients/client-cost-and-usage-report-service/package.json
+++ b/clients/client-cost-and-usage-report-service/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-cost-and-usage-report-service/src/commands/DeleteReportDefinitionCommand.ts b/clients/client-cost-and-usage-report-service/src/commands/DeleteReportDefinitionCommand.ts
index 62e9e0702d0b..e1521759db3c 100644
--- a/clients/client-cost-and-usage-report-service/src/commands/DeleteReportDefinitionCommand.ts
+++ b/clients/client-cost-and-usage-report-service/src/commands/DeleteReportDefinitionCommand.ts
@@ -99,4 +99,16 @@ export class DeleteReportDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteReportDefinitionCommand)
.de(de_DeleteReportDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteReportDefinitionRequest;
+ output: DeleteReportDefinitionResponse;
+ };
+ sdk: {
+ input: DeleteReportDefinitionCommandInput;
+ output: DeleteReportDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-and-usage-report-service/src/commands/DescribeReportDefinitionsCommand.ts b/clients/client-cost-and-usage-report-service/src/commands/DescribeReportDefinitionsCommand.ts
index c6895979a8b7..2efa6e22024c 100644
--- a/clients/client-cost-and-usage-report-service/src/commands/DescribeReportDefinitionsCommand.ts
+++ b/clients/client-cost-and-usage-report-service/src/commands/DescribeReportDefinitionsCommand.ts
@@ -156,4 +156,16 @@ export class DescribeReportDefinitionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReportDefinitionsCommand)
.de(de_DescribeReportDefinitionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReportDefinitionsRequest;
+ output: DescribeReportDefinitionsResponse;
+ };
+ sdk: {
+ input: DescribeReportDefinitionsCommandInput;
+ output: DescribeReportDefinitionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-and-usage-report-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-cost-and-usage-report-service/src/commands/ListTagsForResourceCommand.ts
index 0db49e393433..14155e77453a 100644
--- a/clients/client-cost-and-usage-report-service/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-cost-and-usage-report-service/src/commands/ListTagsForResourceCommand.ts
@@ -95,4 +95,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-and-usage-report-service/src/commands/ModifyReportDefinitionCommand.ts b/clients/client-cost-and-usage-report-service/src/commands/ModifyReportDefinitionCommand.ts
index 2b0578e14baf..107616504fd1 100644
--- a/clients/client-cost-and-usage-report-service/src/commands/ModifyReportDefinitionCommand.ts
+++ b/clients/client-cost-and-usage-report-service/src/commands/ModifyReportDefinitionCommand.ts
@@ -107,4 +107,16 @@ export class ModifyReportDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyReportDefinitionCommand)
.de(de_ModifyReportDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyReportDefinitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: ModifyReportDefinitionCommandInput;
+ output: ModifyReportDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-and-usage-report-service/src/commands/PutReportDefinitionCommand.ts b/clients/client-cost-and-usage-report-service/src/commands/PutReportDefinitionCommand.ts
index 815bf8375ab3..b16ef0e0d329 100644
--- a/clients/client-cost-and-usage-report-service/src/commands/PutReportDefinitionCommand.ts
+++ b/clients/client-cost-and-usage-report-service/src/commands/PutReportDefinitionCommand.ts
@@ -147,4 +147,16 @@ export class PutReportDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_PutReportDefinitionCommand)
.de(de_PutReportDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutReportDefinitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutReportDefinitionCommandInput;
+ output: PutReportDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-and-usage-report-service/src/commands/TagResourceCommand.ts b/clients/client-cost-and-usage-report-service/src/commands/TagResourceCommand.ts
index f5537edd8d2d..804b63004653 100644
--- a/clients/client-cost-and-usage-report-service/src/commands/TagResourceCommand.ts
+++ b/clients/client-cost-and-usage-report-service/src/commands/TagResourceCommand.ts
@@ -94,4 +94,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-and-usage-report-service/src/commands/UntagResourceCommand.ts b/clients/client-cost-and-usage-report-service/src/commands/UntagResourceCommand.ts
index 0b7000f56890..a0f8d0ca64f4 100644
--- a/clients/client-cost-and-usage-report-service/src/commands/UntagResourceCommand.ts
+++ b/clients/client-cost-and-usage-report-service/src/commands/UntagResourceCommand.ts
@@ -91,4 +91,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/package.json b/clients/client-cost-explorer/package.json
index 7b08e58866e8..ed224fc90b5b 100644
--- a/clients/client-cost-explorer/package.json
+++ b/clients/client-cost-explorer/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-cost-explorer/src/commands/CreateAnomalyMonitorCommand.ts b/clients/client-cost-explorer/src/commands/CreateAnomalyMonitorCommand.ts
index 0f4f5d50bb48..b9ca76eef9d0 100644
--- a/clients/client-cost-explorer/src/commands/CreateAnomalyMonitorCommand.ts
+++ b/clients/client-cost-explorer/src/commands/CreateAnomalyMonitorCommand.ts
@@ -163,4 +163,16 @@ export class CreateAnomalyMonitorCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAnomalyMonitorCommand)
.de(de_CreateAnomalyMonitorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAnomalyMonitorRequest;
+ output: CreateAnomalyMonitorResponse;
+ };
+ sdk: {
+ input: CreateAnomalyMonitorCommandInput;
+ output: CreateAnomalyMonitorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/CreateAnomalySubscriptionCommand.ts b/clients/client-cost-explorer/src/commands/CreateAnomalySubscriptionCommand.ts
index e6af14bab65d..64bc622627b2 100644
--- a/clients/client-cost-explorer/src/commands/CreateAnomalySubscriptionCommand.ts
+++ b/clients/client-cost-explorer/src/commands/CreateAnomalySubscriptionCommand.ts
@@ -174,4 +174,16 @@ export class CreateAnomalySubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAnomalySubscriptionCommand)
.de(de_CreateAnomalySubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAnomalySubscriptionRequest;
+ output: CreateAnomalySubscriptionResponse;
+ };
+ sdk: {
+ input: CreateAnomalySubscriptionCommandInput;
+ output: CreateAnomalySubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/CreateCostCategoryDefinitionCommand.ts b/clients/client-cost-explorer/src/commands/CreateCostCategoryDefinitionCommand.ts
index 26373a3398ba..ca26d41adf53 100644
--- a/clients/client-cost-explorer/src/commands/CreateCostCategoryDefinitionCommand.ts
+++ b/clients/client-cost-explorer/src/commands/CreateCostCategoryDefinitionCommand.ts
@@ -193,4 +193,16 @@ export class CreateCostCategoryDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCostCategoryDefinitionCommand)
.de(de_CreateCostCategoryDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCostCategoryDefinitionRequest;
+ output: CreateCostCategoryDefinitionResponse;
+ };
+ sdk: {
+ input: CreateCostCategoryDefinitionCommandInput;
+ output: CreateCostCategoryDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/DeleteAnomalyMonitorCommand.ts b/clients/client-cost-explorer/src/commands/DeleteAnomalyMonitorCommand.ts
index b0c42fd478cc..e455b2531ae5 100644
--- a/clients/client-cost-explorer/src/commands/DeleteAnomalyMonitorCommand.ts
+++ b/clients/client-cost-explorer/src/commands/DeleteAnomalyMonitorCommand.ts
@@ -81,4 +81,16 @@ export class DeleteAnomalyMonitorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAnomalyMonitorCommand)
.de(de_DeleteAnomalyMonitorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAnomalyMonitorRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAnomalyMonitorCommandInput;
+ output: DeleteAnomalyMonitorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/DeleteAnomalySubscriptionCommand.ts b/clients/client-cost-explorer/src/commands/DeleteAnomalySubscriptionCommand.ts
index 27b91172cbfc..ecb1efaaa65c 100644
--- a/clients/client-cost-explorer/src/commands/DeleteAnomalySubscriptionCommand.ts
+++ b/clients/client-cost-explorer/src/commands/DeleteAnomalySubscriptionCommand.ts
@@ -81,4 +81,16 @@ export class DeleteAnomalySubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAnomalySubscriptionCommand)
.de(de_DeleteAnomalySubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAnomalySubscriptionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAnomalySubscriptionCommandInput;
+ output: DeleteAnomalySubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/DeleteCostCategoryDefinitionCommand.ts b/clients/client-cost-explorer/src/commands/DeleteCostCategoryDefinitionCommand.ts
index ce4da1f7f1e9..e93d2674cbd4 100644
--- a/clients/client-cost-explorer/src/commands/DeleteCostCategoryDefinitionCommand.ts
+++ b/clients/client-cost-explorer/src/commands/DeleteCostCategoryDefinitionCommand.ts
@@ -90,4 +90,16 @@ export class DeleteCostCategoryDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCostCategoryDefinitionCommand)
.de(de_DeleteCostCategoryDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCostCategoryDefinitionRequest;
+ output: DeleteCostCategoryDefinitionResponse;
+ };
+ sdk: {
+ input: DeleteCostCategoryDefinitionCommandInput;
+ output: DeleteCostCategoryDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/DescribeCostCategoryDefinitionCommand.ts b/clients/client-cost-explorer/src/commands/DescribeCostCategoryDefinitionCommand.ts
index 760ce202279d..1a6d79e201fd 100644
--- a/clients/client-cost-explorer/src/commands/DescribeCostCategoryDefinitionCommand.ts
+++ b/clients/client-cost-explorer/src/commands/DescribeCostCategoryDefinitionCommand.ts
@@ -201,4 +201,16 @@ export class DescribeCostCategoryDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCostCategoryDefinitionCommand)
.de(de_DescribeCostCategoryDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCostCategoryDefinitionRequest;
+ output: DescribeCostCategoryDefinitionResponse;
+ };
+ sdk: {
+ input: DescribeCostCategoryDefinitionCommandInput;
+ output: DescribeCostCategoryDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/GetAnomaliesCommand.ts b/clients/client-cost-explorer/src/commands/GetAnomaliesCommand.ts
index e8d46ae8b41d..50084a2be4a1 100644
--- a/clients/client-cost-explorer/src/commands/GetAnomaliesCommand.ts
+++ b/clients/client-cost-explorer/src/commands/GetAnomaliesCommand.ts
@@ -127,4 +127,16 @@ export class GetAnomaliesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAnomaliesCommand)
.de(de_GetAnomaliesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAnomaliesRequest;
+ output: GetAnomaliesResponse;
+ };
+ sdk: {
+ input: GetAnomaliesCommandInput;
+ output: GetAnomaliesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/GetAnomalyMonitorsCommand.ts b/clients/client-cost-explorer/src/commands/GetAnomalyMonitorsCommand.ts
index 0db54115c16e..1a3ee2a14ece 100644
--- a/clients/client-cost-explorer/src/commands/GetAnomalyMonitorsCommand.ts
+++ b/clients/client-cost-explorer/src/commands/GetAnomalyMonitorsCommand.ts
@@ -170,4 +170,16 @@ export class GetAnomalyMonitorsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAnomalyMonitorsCommand)
.de(de_GetAnomalyMonitorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAnomalyMonitorsRequest;
+ output: GetAnomalyMonitorsResponse;
+ };
+ sdk: {
+ input: GetAnomalyMonitorsCommandInput;
+ output: GetAnomalyMonitorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/GetAnomalySubscriptionsCommand.ts b/clients/client-cost-explorer/src/commands/GetAnomalySubscriptionsCommand.ts
index 8503301010a4..3008f0a3389b 100644
--- a/clients/client-cost-explorer/src/commands/GetAnomalySubscriptionsCommand.ts
+++ b/clients/client-cost-explorer/src/commands/GetAnomalySubscriptionsCommand.ts
@@ -178,4 +178,16 @@ export class GetAnomalySubscriptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAnomalySubscriptionsCommand)
.de(de_GetAnomalySubscriptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAnomalySubscriptionsRequest;
+ output: GetAnomalySubscriptionsResponse;
+ };
+ sdk: {
+ input: GetAnomalySubscriptionsCommandInput;
+ output: GetAnomalySubscriptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/GetApproximateUsageRecordsCommand.ts b/clients/client-cost-explorer/src/commands/GetApproximateUsageRecordsCommand.ts
index 502bbddfa698..66c03ac27590 100644
--- a/clients/client-cost-explorer/src/commands/GetApproximateUsageRecordsCommand.ts
+++ b/clients/client-cost-explorer/src/commands/GetApproximateUsageRecordsCommand.ts
@@ -95,4 +95,16 @@ export class GetApproximateUsageRecordsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetApproximateUsageRecordsCommand)
.de(de_GetApproximateUsageRecordsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetApproximateUsageRecordsRequest;
+ output: GetApproximateUsageRecordsResponse;
+ };
+ sdk: {
+ input: GetApproximateUsageRecordsCommandInput;
+ output: GetApproximateUsageRecordsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/GetCostAndUsageCommand.ts b/clients/client-cost-explorer/src/commands/GetCostAndUsageCommand.ts
index 5c50901838f0..e7c107e0991e 100644
--- a/clients/client-cost-explorer/src/commands/GetCostAndUsageCommand.ts
+++ b/clients/client-cost-explorer/src/commands/GetCostAndUsageCommand.ts
@@ -222,4 +222,16 @@ export class GetCostAndUsageCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCostAndUsageCommand)
.de(de_GetCostAndUsageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCostAndUsageRequest;
+ output: GetCostAndUsageResponse;
+ };
+ sdk: {
+ input: GetCostAndUsageCommandInput;
+ output: GetCostAndUsageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/GetCostAndUsageWithResourcesCommand.ts b/clients/client-cost-explorer/src/commands/GetCostAndUsageWithResourcesCommand.ts
index 67c88ade2966..3ee1ae9f23e8 100644
--- a/clients/client-cost-explorer/src/commands/GetCostAndUsageWithResourcesCommand.ts
+++ b/clients/client-cost-explorer/src/commands/GetCostAndUsageWithResourcesCommand.ts
@@ -234,4 +234,16 @@ export class GetCostAndUsageWithResourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCostAndUsageWithResourcesCommand)
.de(de_GetCostAndUsageWithResourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCostAndUsageWithResourcesRequest;
+ output: GetCostAndUsageWithResourcesResponse;
+ };
+ sdk: {
+ input: GetCostAndUsageWithResourcesCommandInput;
+ output: GetCostAndUsageWithResourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/GetCostCategoriesCommand.ts b/clients/client-cost-explorer/src/commands/GetCostCategoriesCommand.ts
index eb23b641c087..aa16812d2357 100644
--- a/clients/client-cost-explorer/src/commands/GetCostCategoriesCommand.ts
+++ b/clients/client-cost-explorer/src/commands/GetCostCategoriesCommand.ts
@@ -185,4 +185,16 @@ export class GetCostCategoriesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCostCategoriesCommand)
.de(de_GetCostCategoriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCostCategoriesRequest;
+ output: GetCostCategoriesResponse;
+ };
+ sdk: {
+ input: GetCostCategoriesCommandInput;
+ output: GetCostCategoriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/GetCostForecastCommand.ts b/clients/client-cost-explorer/src/commands/GetCostForecastCommand.ts
index 3d34eef2415b..924fac059be3 100644
--- a/clients/client-cost-explorer/src/commands/GetCostForecastCommand.ts
+++ b/clients/client-cost-explorer/src/commands/GetCostForecastCommand.ts
@@ -171,4 +171,16 @@ export class GetCostForecastCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCostForecastCommand)
.de(de_GetCostForecastCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCostForecastRequest;
+ output: GetCostForecastResponse;
+ };
+ sdk: {
+ input: GetCostForecastCommandInput;
+ output: GetCostForecastCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/GetDimensionValuesCommand.ts b/clients/client-cost-explorer/src/commands/GetDimensionValuesCommand.ts
index 06f365bb1a4c..70e43d70b838 100644
--- a/clients/client-cost-explorer/src/commands/GetDimensionValuesCommand.ts
+++ b/clients/client-cost-explorer/src/commands/GetDimensionValuesCommand.ts
@@ -185,4 +185,16 @@ export class GetDimensionValuesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDimensionValuesCommand)
.de(de_GetDimensionValuesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDimensionValuesRequest;
+ output: GetDimensionValuesResponse;
+ };
+ sdk: {
+ input: GetDimensionValuesCommandInput;
+ output: GetDimensionValuesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/GetReservationCoverageCommand.ts b/clients/client-cost-explorer/src/commands/GetReservationCoverageCommand.ts
index 0b286e336496..99adad1daa17 100644
--- a/clients/client-cost-explorer/src/commands/GetReservationCoverageCommand.ts
+++ b/clients/client-cost-explorer/src/commands/GetReservationCoverageCommand.ts
@@ -267,4 +267,16 @@ export class GetReservationCoverageCommand extends $Command
.f(void 0, void 0)
.ser(se_GetReservationCoverageCommand)
.de(de_GetReservationCoverageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetReservationCoverageRequest;
+ output: GetReservationCoverageResponse;
+ };
+ sdk: {
+ input: GetReservationCoverageCommandInput;
+ output: GetReservationCoverageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/GetReservationPurchaseRecommendationCommand.ts b/clients/client-cost-explorer/src/commands/GetReservationPurchaseRecommendationCommand.ts
index 11b704962d18..49ef3518b71b 100644
--- a/clients/client-cost-explorer/src/commands/GetReservationPurchaseRecommendationCommand.ts
+++ b/clients/client-cost-explorer/src/commands/GetReservationPurchaseRecommendationCommand.ts
@@ -285,4 +285,16 @@ export class GetReservationPurchaseRecommendationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetReservationPurchaseRecommendationCommand)
.de(de_GetReservationPurchaseRecommendationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetReservationPurchaseRecommendationRequest;
+ output: GetReservationPurchaseRecommendationResponse;
+ };
+ sdk: {
+ input: GetReservationPurchaseRecommendationCommandInput;
+ output: GetReservationPurchaseRecommendationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/GetReservationUtilizationCommand.ts b/clients/client-cost-explorer/src/commands/GetReservationUtilizationCommand.ts
index 358b47754883..b5b97d7471eb 100644
--- a/clients/client-cost-explorer/src/commands/GetReservationUtilizationCommand.ts
+++ b/clients/client-cost-explorer/src/commands/GetReservationUtilizationCommand.ts
@@ -228,4 +228,16 @@ export class GetReservationUtilizationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetReservationUtilizationCommand)
.de(de_GetReservationUtilizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetReservationUtilizationRequest;
+ output: GetReservationUtilizationResponse;
+ };
+ sdk: {
+ input: GetReservationUtilizationCommandInput;
+ output: GetReservationUtilizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/GetRightsizingRecommendationCommand.ts b/clients/client-cost-explorer/src/commands/GetRightsizingRecommendationCommand.ts
index 067eaf05b3df..4667db30127c 100644
--- a/clients/client-cost-explorer/src/commands/GetRightsizingRecommendationCommand.ts
+++ b/clients/client-cost-explorer/src/commands/GetRightsizingRecommendationCommand.ts
@@ -304,4 +304,16 @@ export class GetRightsizingRecommendationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRightsizingRecommendationCommand)
.de(de_GetRightsizingRecommendationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRightsizingRecommendationRequest;
+ output: GetRightsizingRecommendationResponse;
+ };
+ sdk: {
+ input: GetRightsizingRecommendationCommandInput;
+ output: GetRightsizingRecommendationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.ts b/clients/client-cost-explorer/src/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.ts
index 559c80620867..445372b6e49b 100644
--- a/clients/client-cost-explorer/src/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.ts
+++ b/clients/client-cost-explorer/src/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.ts
@@ -132,4 +132,16 @@ export class GetSavingsPlanPurchaseRecommendationDetailsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSavingsPlanPurchaseRecommendationDetailsCommand)
.de(de_GetSavingsPlanPurchaseRecommendationDetailsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSavingsPlanPurchaseRecommendationDetailsRequest;
+ output: GetSavingsPlanPurchaseRecommendationDetailsResponse;
+ };
+ sdk: {
+ input: GetSavingsPlanPurchaseRecommendationDetailsCommandInput;
+ output: GetSavingsPlanPurchaseRecommendationDetailsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/GetSavingsPlansCoverageCommand.ts b/clients/client-cost-explorer/src/commands/GetSavingsPlansCoverageCommand.ts
index d5c57b3987fb..4028047320e4 100644
--- a/clients/client-cost-explorer/src/commands/GetSavingsPlansCoverageCommand.ts
+++ b/clients/client-cost-explorer/src/commands/GetSavingsPlansCoverageCommand.ts
@@ -217,4 +217,16 @@ export class GetSavingsPlansCoverageCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSavingsPlansCoverageCommand)
.de(de_GetSavingsPlansCoverageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSavingsPlansCoverageRequest;
+ output: GetSavingsPlansCoverageResponse;
+ };
+ sdk: {
+ input: GetSavingsPlansCoverageCommandInput;
+ output: GetSavingsPlansCoverageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/GetSavingsPlansPurchaseRecommendationCommand.ts b/clients/client-cost-explorer/src/commands/GetSavingsPlansPurchaseRecommendationCommand.ts
index 00cae4a07341..6f9cbb4f1c40 100644
--- a/clients/client-cost-explorer/src/commands/GetSavingsPlansPurchaseRecommendationCommand.ts
+++ b/clients/client-cost-explorer/src/commands/GetSavingsPlansPurchaseRecommendationCommand.ts
@@ -218,4 +218,16 @@ export class GetSavingsPlansPurchaseRecommendationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSavingsPlansPurchaseRecommendationCommand)
.de(de_GetSavingsPlansPurchaseRecommendationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSavingsPlansPurchaseRecommendationRequest;
+ output: GetSavingsPlansPurchaseRecommendationResponse;
+ };
+ sdk: {
+ input: GetSavingsPlansPurchaseRecommendationCommandInput;
+ output: GetSavingsPlansPurchaseRecommendationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationCommand.ts b/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationCommand.ts
index d8e65ce97869..0bf9e0c342a3 100644
--- a/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationCommand.ts
+++ b/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationCommand.ts
@@ -204,4 +204,16 @@ export class GetSavingsPlansUtilizationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSavingsPlansUtilizationCommand)
.de(de_GetSavingsPlansUtilizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSavingsPlansUtilizationRequest;
+ output: GetSavingsPlansUtilizationResponse;
+ };
+ sdk: {
+ input: GetSavingsPlansUtilizationCommandInput;
+ output: GetSavingsPlansUtilizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationDetailsCommand.ts b/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationDetailsCommand.ts
index 9608cbcc6074..dfd74340b54e 100644
--- a/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationDetailsCommand.ts
+++ b/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationDetailsCommand.ts
@@ -228,4 +228,16 @@ export class GetSavingsPlansUtilizationDetailsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSavingsPlansUtilizationDetailsCommand)
.de(de_GetSavingsPlansUtilizationDetailsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSavingsPlansUtilizationDetailsRequest;
+ output: GetSavingsPlansUtilizationDetailsResponse;
+ };
+ sdk: {
+ input: GetSavingsPlansUtilizationDetailsCommandInput;
+ output: GetSavingsPlansUtilizationDetailsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/GetTagsCommand.ts b/clients/client-cost-explorer/src/commands/GetTagsCommand.ts
index fa839871256d..c62cdad0150f 100644
--- a/clients/client-cost-explorer/src/commands/GetTagsCommand.ts
+++ b/clients/client-cost-explorer/src/commands/GetTagsCommand.ts
@@ -179,4 +179,16 @@ export class GetTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTagsCommand)
.de(de_GetTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTagsRequest;
+ output: GetTagsResponse;
+ };
+ sdk: {
+ input: GetTagsCommandInput;
+ output: GetTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/GetUsageForecastCommand.ts b/clients/client-cost-explorer/src/commands/GetUsageForecastCommand.ts
index afec5237c52a..c2bbc5490652 100644
--- a/clients/client-cost-explorer/src/commands/GetUsageForecastCommand.ts
+++ b/clients/client-cost-explorer/src/commands/GetUsageForecastCommand.ts
@@ -176,4 +176,16 @@ export class GetUsageForecastCommand extends $Command
.f(void 0, void 0)
.ser(se_GetUsageForecastCommand)
.de(de_GetUsageForecastCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUsageForecastRequest;
+ output: GetUsageForecastResponse;
+ };
+ sdk: {
+ input: GetUsageForecastCommandInput;
+ output: GetUsageForecastCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/ListCostAllocationTagBackfillHistoryCommand.ts b/clients/client-cost-explorer/src/commands/ListCostAllocationTagBackfillHistoryCommand.ts
index 447d02fb1cdc..51b3c16a9113 100644
--- a/clients/client-cost-explorer/src/commands/ListCostAllocationTagBackfillHistoryCommand.ts
+++ b/clients/client-cost-explorer/src/commands/ListCostAllocationTagBackfillHistoryCommand.ts
@@ -103,4 +103,16 @@ export class ListCostAllocationTagBackfillHistoryCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCostAllocationTagBackfillHistoryCommand)
.de(de_ListCostAllocationTagBackfillHistoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCostAllocationTagBackfillHistoryRequest;
+ output: ListCostAllocationTagBackfillHistoryResponse;
+ };
+ sdk: {
+ input: ListCostAllocationTagBackfillHistoryCommandInput;
+ output: ListCostAllocationTagBackfillHistoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/ListCostAllocationTagsCommand.ts b/clients/client-cost-explorer/src/commands/ListCostAllocationTagsCommand.ts
index b9d1756f515a..341c8a71c310 100644
--- a/clients/client-cost-explorer/src/commands/ListCostAllocationTagsCommand.ts
+++ b/clients/client-cost-explorer/src/commands/ListCostAllocationTagsCommand.ts
@@ -99,4 +99,16 @@ export class ListCostAllocationTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCostAllocationTagsCommand)
.de(de_ListCostAllocationTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCostAllocationTagsRequest;
+ output: ListCostAllocationTagsResponse;
+ };
+ sdk: {
+ input: ListCostAllocationTagsCommandInput;
+ output: ListCostAllocationTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/ListCostCategoryDefinitionsCommand.ts b/clients/client-cost-explorer/src/commands/ListCostCategoryDefinitionsCommand.ts
index 151e54553754..8cd4890ecc47 100644
--- a/clients/client-cost-explorer/src/commands/ListCostCategoryDefinitionsCommand.ts
+++ b/clients/client-cost-explorer/src/commands/ListCostCategoryDefinitionsCommand.ts
@@ -109,4 +109,16 @@ export class ListCostCategoryDefinitionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCostCategoryDefinitionsCommand)
.de(de_ListCostCategoryDefinitionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCostCategoryDefinitionsRequest;
+ output: ListCostCategoryDefinitionsResponse;
+ };
+ sdk: {
+ input: ListCostCategoryDefinitionsCommandInput;
+ output: ListCostCategoryDefinitionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.ts b/clients/client-cost-explorer/src/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.ts
index bab9833c0121..3fd250ae50ab 100644
--- a/clients/client-cost-explorer/src/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.ts
+++ b/clients/client-cost-explorer/src/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.ts
@@ -110,4 +110,16 @@ export class ListSavingsPlansPurchaseRecommendationGenerationCommand extends $Co
.f(void 0, void 0)
.ser(se_ListSavingsPlansPurchaseRecommendationGenerationCommand)
.de(de_ListSavingsPlansPurchaseRecommendationGenerationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSavingsPlansPurchaseRecommendationGenerationRequest;
+ output: ListSavingsPlansPurchaseRecommendationGenerationResponse;
+ };
+ sdk: {
+ input: ListSavingsPlansPurchaseRecommendationGenerationCommandInput;
+ output: ListSavingsPlansPurchaseRecommendationGenerationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/ListTagsForResourceCommand.ts b/clients/client-cost-explorer/src/commands/ListTagsForResourceCommand.ts
index 619b985beb4f..4dd62ef33e40 100644
--- a/clients/client-cost-explorer/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-cost-explorer/src/commands/ListTagsForResourceCommand.ts
@@ -89,4 +89,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/ProvideAnomalyFeedbackCommand.ts b/clients/client-cost-explorer/src/commands/ProvideAnomalyFeedbackCommand.ts
index d8b43ba86b2f..086de990c286 100644
--- a/clients/client-cost-explorer/src/commands/ProvideAnomalyFeedbackCommand.ts
+++ b/clients/client-cost-explorer/src/commands/ProvideAnomalyFeedbackCommand.ts
@@ -81,4 +81,16 @@ export class ProvideAnomalyFeedbackCommand extends $Command
.f(void 0, void 0)
.ser(se_ProvideAnomalyFeedbackCommand)
.de(de_ProvideAnomalyFeedbackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ProvideAnomalyFeedbackRequest;
+ output: ProvideAnomalyFeedbackResponse;
+ };
+ sdk: {
+ input: ProvideAnomalyFeedbackCommandInput;
+ output: ProvideAnomalyFeedbackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/StartCostAllocationTagBackfillCommand.ts b/clients/client-cost-explorer/src/commands/StartCostAllocationTagBackfillCommand.ts
index 1b9bf0c7e8ba..57a24a90ac31 100644
--- a/clients/client-cost-explorer/src/commands/StartCostAllocationTagBackfillCommand.ts
+++ b/clients/client-cost-explorer/src/commands/StartCostAllocationTagBackfillCommand.ts
@@ -99,4 +99,16 @@ export class StartCostAllocationTagBackfillCommand extends $Command
.f(void 0, void 0)
.ser(se_StartCostAllocationTagBackfillCommand)
.de(de_StartCostAllocationTagBackfillCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartCostAllocationTagBackfillRequest;
+ output: StartCostAllocationTagBackfillResponse;
+ };
+ sdk: {
+ input: StartCostAllocationTagBackfillCommandInput;
+ output: StartCostAllocationTagBackfillCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.ts b/clients/client-cost-explorer/src/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.ts
index 83777962cc33..972392a05791 100644
--- a/clients/client-cost-explorer/src/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.ts
+++ b/clients/client-cost-explorer/src/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.ts
@@ -107,4 +107,16 @@ export class StartSavingsPlansPurchaseRecommendationGenerationCommand extends $C
.f(void 0, void 0)
.ser(se_StartSavingsPlansPurchaseRecommendationGenerationCommand)
.de(de_StartSavingsPlansPurchaseRecommendationGenerationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: StartSavingsPlansPurchaseRecommendationGenerationResponse;
+ };
+ sdk: {
+ input: StartSavingsPlansPurchaseRecommendationGenerationCommandInput;
+ output: StartSavingsPlansPurchaseRecommendationGenerationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/TagResourceCommand.ts b/clients/client-cost-explorer/src/commands/TagResourceCommand.ts
index 35cb8f7925c3..34e45cf9a0b0 100644
--- a/clients/client-cost-explorer/src/commands/TagResourceCommand.ts
+++ b/clients/client-cost-explorer/src/commands/TagResourceCommand.ts
@@ -97,4 +97,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/UntagResourceCommand.ts b/clients/client-cost-explorer/src/commands/UntagResourceCommand.ts
index d87863af79c0..7d6f0e9e77e8 100644
--- a/clients/client-cost-explorer/src/commands/UntagResourceCommand.ts
+++ b/clients/client-cost-explorer/src/commands/UntagResourceCommand.ts
@@ -85,4 +85,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/UpdateAnomalyMonitorCommand.ts b/clients/client-cost-explorer/src/commands/UpdateAnomalyMonitorCommand.ts
index cc27aef58c09..64c770f2933b 100644
--- a/clients/client-cost-explorer/src/commands/UpdateAnomalyMonitorCommand.ts
+++ b/clients/client-cost-explorer/src/commands/UpdateAnomalyMonitorCommand.ts
@@ -85,4 +85,16 @@ export class UpdateAnomalyMonitorCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAnomalyMonitorCommand)
.de(de_UpdateAnomalyMonitorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAnomalyMonitorRequest;
+ output: UpdateAnomalyMonitorResponse;
+ };
+ sdk: {
+ input: UpdateAnomalyMonitorCommandInput;
+ output: UpdateAnomalyMonitorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/UpdateAnomalySubscriptionCommand.ts b/clients/client-cost-explorer/src/commands/UpdateAnomalySubscriptionCommand.ts
index 484aa8b9b6bc..b34d9707d8ed 100644
--- a/clients/client-cost-explorer/src/commands/UpdateAnomalySubscriptionCommand.ts
+++ b/clients/client-cost-explorer/src/commands/UpdateAnomalySubscriptionCommand.ts
@@ -171,4 +171,16 @@ export class UpdateAnomalySubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAnomalySubscriptionCommand)
.de(de_UpdateAnomalySubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAnomalySubscriptionRequest;
+ output: UpdateAnomalySubscriptionResponse;
+ };
+ sdk: {
+ input: UpdateAnomalySubscriptionCommandInput;
+ output: UpdateAnomalySubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/UpdateCostAllocationTagsStatusCommand.ts b/clients/client-cost-explorer/src/commands/UpdateCostAllocationTagsStatusCommand.ts
index 9941a45e3d78..b7274cdfc13f 100644
--- a/clients/client-cost-explorer/src/commands/UpdateCostAllocationTagsStatusCommand.ts
+++ b/clients/client-cost-explorer/src/commands/UpdateCostAllocationTagsStatusCommand.ts
@@ -99,4 +99,16 @@ export class UpdateCostAllocationTagsStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCostAllocationTagsStatusCommand)
.de(de_UpdateCostAllocationTagsStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCostAllocationTagsStatusRequest;
+ output: UpdateCostAllocationTagsStatusResponse;
+ };
+ sdk: {
+ input: UpdateCostAllocationTagsStatusCommandInput;
+ output: UpdateCostAllocationTagsStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-explorer/src/commands/UpdateCostCategoryDefinitionCommand.ts b/clients/client-cost-explorer/src/commands/UpdateCostCategoryDefinitionCommand.ts
index 18be79425740..6807be82a348 100644
--- a/clients/client-cost-explorer/src/commands/UpdateCostCategoryDefinitionCommand.ts
+++ b/clients/client-cost-explorer/src/commands/UpdateCostCategoryDefinitionCommand.ts
@@ -192,4 +192,16 @@ export class UpdateCostCategoryDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCostCategoryDefinitionCommand)
.de(de_UpdateCostCategoryDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCostCategoryDefinitionRequest;
+ output: UpdateCostCategoryDefinitionResponse;
+ };
+ sdk: {
+ input: UpdateCostCategoryDefinitionCommandInput;
+ output: UpdateCostCategoryDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-optimization-hub/package.json b/clients/client-cost-optimization-hub/package.json
index e2fb6809f4cb..6fdbe21f7405 100644
--- a/clients/client-cost-optimization-hub/package.json
+++ b/clients/client-cost-optimization-hub/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-cost-optimization-hub/src/commands/GetPreferencesCommand.ts b/clients/client-cost-optimization-hub/src/commands/GetPreferencesCommand.ts
index 44b95143ae55..bb9392af800f 100644
--- a/clients/client-cost-optimization-hub/src/commands/GetPreferencesCommand.ts
+++ b/clients/client-cost-optimization-hub/src/commands/GetPreferencesCommand.ts
@@ -97,4 +97,16 @@ export class GetPreferencesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPreferencesCommand)
.de(de_GetPreferencesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetPreferencesResponse;
+ };
+ sdk: {
+ input: GetPreferencesCommandInput;
+ output: GetPreferencesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-optimization-hub/src/commands/GetRecommendationCommand.ts b/clients/client-cost-optimization-hub/src/commands/GetRecommendationCommand.ts
index d8d4e25a07e4..60ab06373d5f 100644
--- a/clients/client-cost-optimization-hub/src/commands/GetRecommendationCommand.ts
+++ b/clients/client-cost-optimization-hub/src/commands/GetRecommendationCommand.ts
@@ -689,4 +689,16 @@ export class GetRecommendationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRecommendationCommand)
.de(de_GetRecommendationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRecommendationRequest;
+ output: GetRecommendationResponse;
+ };
+ sdk: {
+ input: GetRecommendationCommandInput;
+ output: GetRecommendationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-optimization-hub/src/commands/ListEnrollmentStatusesCommand.ts b/clients/client-cost-optimization-hub/src/commands/ListEnrollmentStatusesCommand.ts
index ff08d13901bc..d04624a93965 100644
--- a/clients/client-cost-optimization-hub/src/commands/ListEnrollmentStatusesCommand.ts
+++ b/clients/client-cost-optimization-hub/src/commands/ListEnrollmentStatusesCommand.ts
@@ -108,4 +108,16 @@ export class ListEnrollmentStatusesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEnrollmentStatusesCommand)
.de(de_ListEnrollmentStatusesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEnrollmentStatusesRequest;
+ output: ListEnrollmentStatusesResponse;
+ };
+ sdk: {
+ input: ListEnrollmentStatusesCommandInput;
+ output: ListEnrollmentStatusesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-optimization-hub/src/commands/ListRecommendationSummariesCommand.ts b/clients/client-cost-optimization-hub/src/commands/ListRecommendationSummariesCommand.ts
index 1a00911ffdfd..00b0eced1411 100644
--- a/clients/client-cost-optimization-hub/src/commands/ListRecommendationSummariesCommand.ts
+++ b/clients/client-cost-optimization-hub/src/commands/ListRecommendationSummariesCommand.ts
@@ -154,4 +154,16 @@ export class ListRecommendationSummariesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRecommendationSummariesCommand)
.de(de_ListRecommendationSummariesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRecommendationSummariesRequest;
+ output: ListRecommendationSummariesResponse;
+ };
+ sdk: {
+ input: ListRecommendationSummariesCommandInput;
+ output: ListRecommendationSummariesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-optimization-hub/src/commands/ListRecommendationsCommand.ts b/clients/client-cost-optimization-hub/src/commands/ListRecommendationsCommand.ts
index 002f9831643d..f8c56c66a6a2 100644
--- a/clients/client-cost-optimization-hub/src/commands/ListRecommendationsCommand.ts
+++ b/clients/client-cost-optimization-hub/src/commands/ListRecommendationsCommand.ts
@@ -165,4 +165,16 @@ export class ListRecommendationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRecommendationsCommand)
.de(de_ListRecommendationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRecommendationsRequest;
+ output: ListRecommendationsResponse;
+ };
+ sdk: {
+ input: ListRecommendationsCommandInput;
+ output: ListRecommendationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-optimization-hub/src/commands/UpdateEnrollmentStatusCommand.ts b/clients/client-cost-optimization-hub/src/commands/UpdateEnrollmentStatusCommand.ts
index db180c56077e..d2dbc0c3ecbe 100644
--- a/clients/client-cost-optimization-hub/src/commands/UpdateEnrollmentStatusCommand.ts
+++ b/clients/client-cost-optimization-hub/src/commands/UpdateEnrollmentStatusCommand.ts
@@ -102,4 +102,16 @@ export class UpdateEnrollmentStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEnrollmentStatusCommand)
.de(de_UpdateEnrollmentStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEnrollmentStatusRequest;
+ output: UpdateEnrollmentStatusResponse;
+ };
+ sdk: {
+ input: UpdateEnrollmentStatusCommandInput;
+ output: UpdateEnrollmentStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-cost-optimization-hub/src/commands/UpdatePreferencesCommand.ts b/clients/client-cost-optimization-hub/src/commands/UpdatePreferencesCommand.ts
index c79ec9cb6599..d5c3abdd2a03 100644
--- a/clients/client-cost-optimization-hub/src/commands/UpdatePreferencesCommand.ts
+++ b/clients/client-cost-optimization-hub/src/commands/UpdatePreferencesCommand.ts
@@ -99,4 +99,16 @@ export class UpdatePreferencesCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePreferencesCommand)
.de(de_UpdatePreferencesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePreferencesRequest;
+ output: UpdatePreferencesResponse;
+ };
+ sdk: {
+ input: UpdatePreferencesCommandInput;
+ output: UpdatePreferencesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/package.json b/clients/client-customer-profiles/package.json
index 970f15e35b98..c3a0420192dd 100644
--- a/clients/client-customer-profiles/package.json
+++ b/clients/client-customer-profiles/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-customer-profiles/src/commands/AddProfileKeyCommand.ts b/clients/client-customer-profiles/src/commands/AddProfileKeyCommand.ts
index 7aeb0cef7095..0cb19382f88b 100644
--- a/clients/client-customer-profiles/src/commands/AddProfileKeyCommand.ts
+++ b/clients/client-customer-profiles/src/commands/AddProfileKeyCommand.ts
@@ -103,4 +103,16 @@ export class AddProfileKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_AddProfileKeyCommand)
.de(de_AddProfileKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddProfileKeyRequest;
+ output: AddProfileKeyResponse;
+ };
+ sdk: {
+ input: AddProfileKeyCommandInput;
+ output: AddProfileKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/CreateCalculatedAttributeDefinitionCommand.ts b/clients/client-customer-profiles/src/commands/CreateCalculatedAttributeDefinitionCommand.ts
index e2655f726740..3a83c8a9e752 100644
--- a/clients/client-customer-profiles/src/commands/CreateCalculatedAttributeDefinitionCommand.ts
+++ b/clients/client-customer-profiles/src/commands/CreateCalculatedAttributeDefinitionCommand.ts
@@ -163,4 +163,16 @@ export class CreateCalculatedAttributeDefinitionCommand extends $Command
)
.ser(se_CreateCalculatedAttributeDefinitionCommand)
.de(de_CreateCalculatedAttributeDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCalculatedAttributeDefinitionRequest;
+ output: CreateCalculatedAttributeDefinitionResponse;
+ };
+ sdk: {
+ input: CreateCalculatedAttributeDefinitionCommandInput;
+ output: CreateCalculatedAttributeDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/CreateDomainCommand.ts b/clients/client-customer-profiles/src/commands/CreateDomainCommand.ts
index fe8b12d34413..43cc601bb962 100644
--- a/clients/client-customer-profiles/src/commands/CreateDomainCommand.ts
+++ b/clients/client-customer-profiles/src/commands/CreateDomainCommand.ts
@@ -247,4 +247,16 @@ export class CreateDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDomainCommand)
.de(de_CreateDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDomainRequest;
+ output: CreateDomainResponse;
+ };
+ sdk: {
+ input: CreateDomainCommandInput;
+ output: CreateDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/CreateEventStreamCommand.ts b/clients/client-customer-profiles/src/commands/CreateEventStreamCommand.ts
index cb7f5d8f6dcb..0beaee6c3e4b 100644
--- a/clients/client-customer-profiles/src/commands/CreateEventStreamCommand.ts
+++ b/clients/client-customer-profiles/src/commands/CreateEventStreamCommand.ts
@@ -103,4 +103,16 @@ export class CreateEventStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEventStreamCommand)
.de(de_CreateEventStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEventStreamRequest;
+ output: CreateEventStreamResponse;
+ };
+ sdk: {
+ input: CreateEventStreamCommandInput;
+ output: CreateEventStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/CreateIntegrationWorkflowCommand.ts b/clients/client-customer-profiles/src/commands/CreateIntegrationWorkflowCommand.ts
index 1dadde9ecf69..d85d9675a0c6 100644
--- a/clients/client-customer-profiles/src/commands/CreateIntegrationWorkflowCommand.ts
+++ b/clients/client-customer-profiles/src/commands/CreateIntegrationWorkflowCommand.ts
@@ -179,4 +179,16 @@ export class CreateIntegrationWorkflowCommand extends $Command
.f(CreateIntegrationWorkflowRequestFilterSensitiveLog, void 0)
.ser(se_CreateIntegrationWorkflowCommand)
.de(de_CreateIntegrationWorkflowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateIntegrationWorkflowRequest;
+ output: CreateIntegrationWorkflowResponse;
+ };
+ sdk: {
+ input: CreateIntegrationWorkflowCommandInput;
+ output: CreateIntegrationWorkflowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/CreateProfileCommand.ts b/clients/client-customer-profiles/src/commands/CreateProfileCommand.ts
index 9820685c7ed6..2287462f0b45 100644
--- a/clients/client-customer-profiles/src/commands/CreateProfileCommand.ts
+++ b/clients/client-customer-profiles/src/commands/CreateProfileCommand.ts
@@ -167,4 +167,16 @@ export class CreateProfileCommand extends $Command
.f(CreateProfileRequestFilterSensitiveLog, void 0)
.ser(se_CreateProfileCommand)
.de(de_CreateProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateProfileRequest;
+ output: CreateProfileResponse;
+ };
+ sdk: {
+ input: CreateProfileCommandInput;
+ output: CreateProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/DeleteCalculatedAttributeDefinitionCommand.ts b/clients/client-customer-profiles/src/commands/DeleteCalculatedAttributeDefinitionCommand.ts
index 10b0c4c12d8d..ce7e92d1238a 100644
--- a/clients/client-customer-profiles/src/commands/DeleteCalculatedAttributeDefinitionCommand.ts
+++ b/clients/client-customer-profiles/src/commands/DeleteCalculatedAttributeDefinitionCommand.ts
@@ -102,4 +102,16 @@ export class DeleteCalculatedAttributeDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCalculatedAttributeDefinitionCommand)
.de(de_DeleteCalculatedAttributeDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCalculatedAttributeDefinitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCalculatedAttributeDefinitionCommandInput;
+ output: DeleteCalculatedAttributeDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/DeleteDomainCommand.ts b/clients/client-customer-profiles/src/commands/DeleteDomainCommand.ts
index bf5df58da247..429be3861957 100644
--- a/clients/client-customer-profiles/src/commands/DeleteDomainCommand.ts
+++ b/clients/client-customer-profiles/src/commands/DeleteDomainCommand.ts
@@ -93,4 +93,16 @@ export class DeleteDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDomainCommand)
.de(de_DeleteDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDomainRequest;
+ output: DeleteDomainResponse;
+ };
+ sdk: {
+ input: DeleteDomainCommandInput;
+ output: DeleteDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/DeleteEventStreamCommand.ts b/clients/client-customer-profiles/src/commands/DeleteEventStreamCommand.ts
index ed24e0aac554..7fc0df279fe9 100644
--- a/clients/client-customer-profiles/src/commands/DeleteEventStreamCommand.ts
+++ b/clients/client-customer-profiles/src/commands/DeleteEventStreamCommand.ts
@@ -91,4 +91,16 @@ export class DeleteEventStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEventStreamCommand)
.de(de_DeleteEventStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEventStreamRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEventStreamCommandInput;
+ output: DeleteEventStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/DeleteIntegrationCommand.ts b/clients/client-customer-profiles/src/commands/DeleteIntegrationCommand.ts
index 07c5d2ef45a7..e3757696dec1 100644
--- a/clients/client-customer-profiles/src/commands/DeleteIntegrationCommand.ts
+++ b/clients/client-customer-profiles/src/commands/DeleteIntegrationCommand.ts
@@ -93,4 +93,16 @@ export class DeleteIntegrationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIntegrationCommand)
.de(de_DeleteIntegrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIntegrationRequest;
+ output: DeleteIntegrationResponse;
+ };
+ sdk: {
+ input: DeleteIntegrationCommandInput;
+ output: DeleteIntegrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/DeleteProfileCommand.ts b/clients/client-customer-profiles/src/commands/DeleteProfileCommand.ts
index 05f2e59199d1..d2ef2fcc7a37 100644
--- a/clients/client-customer-profiles/src/commands/DeleteProfileCommand.ts
+++ b/clients/client-customer-profiles/src/commands/DeleteProfileCommand.ts
@@ -93,4 +93,16 @@ export class DeleteProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteProfileCommand)
.de(de_DeleteProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteProfileRequest;
+ output: DeleteProfileResponse;
+ };
+ sdk: {
+ input: DeleteProfileCommandInput;
+ output: DeleteProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/DeleteProfileKeyCommand.ts b/clients/client-customer-profiles/src/commands/DeleteProfileKeyCommand.ts
index 4fe512606ead..a5ea5a53eef5 100644
--- a/clients/client-customer-profiles/src/commands/DeleteProfileKeyCommand.ts
+++ b/clients/client-customer-profiles/src/commands/DeleteProfileKeyCommand.ts
@@ -97,4 +97,16 @@ export class DeleteProfileKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteProfileKeyCommand)
.de(de_DeleteProfileKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteProfileKeyRequest;
+ output: DeleteProfileKeyResponse;
+ };
+ sdk: {
+ input: DeleteProfileKeyCommandInput;
+ output: DeleteProfileKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/DeleteProfileObjectCommand.ts b/clients/client-customer-profiles/src/commands/DeleteProfileObjectCommand.ts
index 04b965dcef74..a359ff578d8d 100644
--- a/clients/client-customer-profiles/src/commands/DeleteProfileObjectCommand.ts
+++ b/clients/client-customer-profiles/src/commands/DeleteProfileObjectCommand.ts
@@ -95,4 +95,16 @@ export class DeleteProfileObjectCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteProfileObjectCommand)
.de(de_DeleteProfileObjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteProfileObjectRequest;
+ output: DeleteProfileObjectResponse;
+ };
+ sdk: {
+ input: DeleteProfileObjectCommandInput;
+ output: DeleteProfileObjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/DeleteProfileObjectTypeCommand.ts b/clients/client-customer-profiles/src/commands/DeleteProfileObjectTypeCommand.ts
index 6955c66f0fb9..d78a91a9ac91 100644
--- a/clients/client-customer-profiles/src/commands/DeleteProfileObjectTypeCommand.ts
+++ b/clients/client-customer-profiles/src/commands/DeleteProfileObjectTypeCommand.ts
@@ -96,4 +96,16 @@ export class DeleteProfileObjectTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteProfileObjectTypeCommand)
.de(de_DeleteProfileObjectTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteProfileObjectTypeRequest;
+ output: DeleteProfileObjectTypeResponse;
+ };
+ sdk: {
+ input: DeleteProfileObjectTypeCommandInput;
+ output: DeleteProfileObjectTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/DeleteWorkflowCommand.ts b/clients/client-customer-profiles/src/commands/DeleteWorkflowCommand.ts
index 45ac4cf5a59b..7c31c70e1ab5 100644
--- a/clients/client-customer-profiles/src/commands/DeleteWorkflowCommand.ts
+++ b/clients/client-customer-profiles/src/commands/DeleteWorkflowCommand.ts
@@ -92,4 +92,16 @@ export class DeleteWorkflowCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteWorkflowCommand)
.de(de_DeleteWorkflowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteWorkflowRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteWorkflowCommandInput;
+ output: DeleteWorkflowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/DetectProfileObjectTypeCommand.ts b/clients/client-customer-profiles/src/commands/DetectProfileObjectTypeCommand.ts
index 3edd303f2328..f6cafa84baf2 100644
--- a/clients/client-customer-profiles/src/commands/DetectProfileObjectTypeCommand.ts
+++ b/clients/client-customer-profiles/src/commands/DetectProfileObjectTypeCommand.ts
@@ -123,4 +123,16 @@ export class DetectProfileObjectTypeCommand extends $Command
.f(DetectProfileObjectTypeRequestFilterSensitiveLog, DetectProfileObjectTypeResponseFilterSensitiveLog)
.ser(se_DetectProfileObjectTypeCommand)
.de(de_DetectProfileObjectTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetectProfileObjectTypeRequest;
+ output: DetectProfileObjectTypeResponse;
+ };
+ sdk: {
+ input: DetectProfileObjectTypeCommandInput;
+ output: DetectProfileObjectTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/GetAutoMergingPreviewCommand.ts b/clients/client-customer-profiles/src/commands/GetAutoMergingPreviewCommand.ts
index 347c13e1cd02..d5f4b76d931c 100644
--- a/clients/client-customer-profiles/src/commands/GetAutoMergingPreviewCommand.ts
+++ b/clients/client-customer-profiles/src/commands/GetAutoMergingPreviewCommand.ts
@@ -119,4 +119,16 @@ export class GetAutoMergingPreviewCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAutoMergingPreviewCommand)
.de(de_GetAutoMergingPreviewCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAutoMergingPreviewRequest;
+ output: GetAutoMergingPreviewResponse;
+ };
+ sdk: {
+ input: GetAutoMergingPreviewCommandInput;
+ output: GetAutoMergingPreviewCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/GetCalculatedAttributeDefinitionCommand.ts b/clients/client-customer-profiles/src/commands/GetCalculatedAttributeDefinitionCommand.ts
index 8db046187c0d..cef49b9ff84f 100644
--- a/clients/client-customer-profiles/src/commands/GetCalculatedAttributeDefinitionCommand.ts
+++ b/clients/client-customer-profiles/src/commands/GetCalculatedAttributeDefinitionCommand.ts
@@ -130,4 +130,16 @@ export class GetCalculatedAttributeDefinitionCommand extends $Command
.f(void 0, GetCalculatedAttributeDefinitionResponseFilterSensitiveLog)
.ser(se_GetCalculatedAttributeDefinitionCommand)
.de(de_GetCalculatedAttributeDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCalculatedAttributeDefinitionRequest;
+ output: GetCalculatedAttributeDefinitionResponse;
+ };
+ sdk: {
+ input: GetCalculatedAttributeDefinitionCommandInput;
+ output: GetCalculatedAttributeDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/GetCalculatedAttributeForProfileCommand.ts b/clients/client-customer-profiles/src/commands/GetCalculatedAttributeForProfileCommand.ts
index a8e22aad8217..0aef3644e137 100644
--- a/clients/client-customer-profiles/src/commands/GetCalculatedAttributeForProfileCommand.ts
+++ b/clients/client-customer-profiles/src/commands/GetCalculatedAttributeForProfileCommand.ts
@@ -102,4 +102,16 @@ export class GetCalculatedAttributeForProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCalculatedAttributeForProfileCommand)
.de(de_GetCalculatedAttributeForProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCalculatedAttributeForProfileRequest;
+ output: GetCalculatedAttributeForProfileResponse;
+ };
+ sdk: {
+ input: GetCalculatedAttributeForProfileCommandInput;
+ output: GetCalculatedAttributeForProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/GetDomainCommand.ts b/clients/client-customer-profiles/src/commands/GetDomainCommand.ts
index f456f2f3a2e5..5253f4597989 100644
--- a/clients/client-customer-profiles/src/commands/GetDomainCommand.ts
+++ b/clients/client-customer-profiles/src/commands/GetDomainCommand.ts
@@ -169,4 +169,16 @@ export class GetDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDomainCommand)
.de(de_GetDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDomainRequest;
+ output: GetDomainResponse;
+ };
+ sdk: {
+ input: GetDomainCommandInput;
+ output: GetDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/GetEventStreamCommand.ts b/clients/client-customer-profiles/src/commands/GetEventStreamCommand.ts
index 16d53d8f535c..7085cc3bb195 100644
--- a/clients/client-customer-profiles/src/commands/GetEventStreamCommand.ts
+++ b/clients/client-customer-profiles/src/commands/GetEventStreamCommand.ts
@@ -106,4 +106,16 @@ export class GetEventStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEventStreamCommand)
.de(de_GetEventStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEventStreamRequest;
+ output: GetEventStreamResponse;
+ };
+ sdk: {
+ input: GetEventStreamCommandInput;
+ output: GetEventStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/GetIdentityResolutionJobCommand.ts b/clients/client-customer-profiles/src/commands/GetIdentityResolutionJobCommand.ts
index ba4d78390c34..476f3bb5b0ca 100644
--- a/clients/client-customer-profiles/src/commands/GetIdentityResolutionJobCommand.ts
+++ b/clients/client-customer-profiles/src/commands/GetIdentityResolutionJobCommand.ts
@@ -128,4 +128,16 @@ export class GetIdentityResolutionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIdentityResolutionJobCommand)
.de(de_GetIdentityResolutionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIdentityResolutionJobRequest;
+ output: GetIdentityResolutionJobResponse;
+ };
+ sdk: {
+ input: GetIdentityResolutionJobCommandInput;
+ output: GetIdentityResolutionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/GetIntegrationCommand.ts b/clients/client-customer-profiles/src/commands/GetIntegrationCommand.ts
index 3dcbdb33bead..54afa45b078a 100644
--- a/clients/client-customer-profiles/src/commands/GetIntegrationCommand.ts
+++ b/clients/client-customer-profiles/src/commands/GetIntegrationCommand.ts
@@ -105,4 +105,16 @@ export class GetIntegrationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIntegrationCommand)
.de(de_GetIntegrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIntegrationRequest;
+ output: GetIntegrationResponse;
+ };
+ sdk: {
+ input: GetIntegrationCommandInput;
+ output: GetIntegrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/GetMatchesCommand.ts b/clients/client-customer-profiles/src/commands/GetMatchesCommand.ts
index c01a43238e35..e730391c163a 100644
--- a/clients/client-customer-profiles/src/commands/GetMatchesCommand.ts
+++ b/clients/client-customer-profiles/src/commands/GetMatchesCommand.ts
@@ -149,4 +149,16 @@ export class GetMatchesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMatchesCommand)
.de(de_GetMatchesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMatchesRequest;
+ output: GetMatchesResponse;
+ };
+ sdk: {
+ input: GetMatchesCommandInput;
+ output: GetMatchesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/GetProfileObjectTypeCommand.ts b/clients/client-customer-profiles/src/commands/GetProfileObjectTypeCommand.ts
index 0b7cd7f4850f..8f25e43a1b54 100644
--- a/clients/client-customer-profiles/src/commands/GetProfileObjectTypeCommand.ts
+++ b/clients/client-customer-profiles/src/commands/GetProfileObjectTypeCommand.ts
@@ -129,4 +129,16 @@ export class GetProfileObjectTypeCommand extends $Command
.f(void 0, GetProfileObjectTypeResponseFilterSensitiveLog)
.ser(se_GetProfileObjectTypeCommand)
.de(de_GetProfileObjectTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetProfileObjectTypeRequest;
+ output: GetProfileObjectTypeResponse;
+ };
+ sdk: {
+ input: GetProfileObjectTypeCommandInput;
+ output: GetProfileObjectTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/GetProfileObjectTypeTemplateCommand.ts b/clients/client-customer-profiles/src/commands/GetProfileObjectTypeTemplateCommand.ts
index b8d1d75bfc6e..2030e75088d0 100644
--- a/clients/client-customer-profiles/src/commands/GetProfileObjectTypeTemplateCommand.ts
+++ b/clients/client-customer-profiles/src/commands/GetProfileObjectTypeTemplateCommand.ts
@@ -128,4 +128,16 @@ export class GetProfileObjectTypeTemplateCommand extends $Command
.f(void 0, GetProfileObjectTypeTemplateResponseFilterSensitiveLog)
.ser(se_GetProfileObjectTypeTemplateCommand)
.de(de_GetProfileObjectTypeTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetProfileObjectTypeTemplateRequest;
+ output: GetProfileObjectTypeTemplateResponse;
+ };
+ sdk: {
+ input: GetProfileObjectTypeTemplateCommandInput;
+ output: GetProfileObjectTypeTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/GetSimilarProfilesCommand.ts b/clients/client-customer-profiles/src/commands/GetSimilarProfilesCommand.ts
index 533235646470..bb9179cca0d9 100644
--- a/clients/client-customer-profiles/src/commands/GetSimilarProfilesCommand.ts
+++ b/clients/client-customer-profiles/src/commands/GetSimilarProfilesCommand.ts
@@ -107,4 +107,16 @@ export class GetSimilarProfilesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSimilarProfilesCommand)
.de(de_GetSimilarProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSimilarProfilesRequest;
+ output: GetSimilarProfilesResponse;
+ };
+ sdk: {
+ input: GetSimilarProfilesCommandInput;
+ output: GetSimilarProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/GetWorkflowCommand.ts b/clients/client-customer-profiles/src/commands/GetWorkflowCommand.ts
index 0edd3f72c36e..bc6e46fc55ae 100644
--- a/clients/client-customer-profiles/src/commands/GetWorkflowCommand.ts
+++ b/clients/client-customer-profiles/src/commands/GetWorkflowCommand.ts
@@ -112,4 +112,16 @@ export class GetWorkflowCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWorkflowCommand)
.de(de_GetWorkflowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWorkflowRequest;
+ output: GetWorkflowResponse;
+ };
+ sdk: {
+ input: GetWorkflowCommandInput;
+ output: GetWorkflowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/GetWorkflowStepsCommand.ts b/clients/client-customer-profiles/src/commands/GetWorkflowStepsCommand.ts
index 8d8059e35bc9..37f630f1fb0c 100644
--- a/clients/client-customer-profiles/src/commands/GetWorkflowStepsCommand.ts
+++ b/clients/client-customer-profiles/src/commands/GetWorkflowStepsCommand.ts
@@ -111,4 +111,16 @@ export class GetWorkflowStepsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWorkflowStepsCommand)
.de(de_GetWorkflowStepsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWorkflowStepsRequest;
+ output: GetWorkflowStepsResponse;
+ };
+ sdk: {
+ input: GetWorkflowStepsCommandInput;
+ output: GetWorkflowStepsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/ListAccountIntegrationsCommand.ts b/clients/client-customer-profiles/src/commands/ListAccountIntegrationsCommand.ts
index ed1d7657c9c7..5d7726220fc6 100644
--- a/clients/client-customer-profiles/src/commands/ListAccountIntegrationsCommand.ts
+++ b/clients/client-customer-profiles/src/commands/ListAccountIntegrationsCommand.ts
@@ -112,4 +112,16 @@ export class ListAccountIntegrationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAccountIntegrationsCommand)
.de(de_ListAccountIntegrationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAccountIntegrationsRequest;
+ output: ListAccountIntegrationsResponse;
+ };
+ sdk: {
+ input: ListAccountIntegrationsCommandInput;
+ output: ListAccountIntegrationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/ListCalculatedAttributeDefinitionsCommand.ts b/clients/client-customer-profiles/src/commands/ListCalculatedAttributeDefinitionsCommand.ts
index 41a7844bc131..66a167ba1ca7 100644
--- a/clients/client-customer-profiles/src/commands/ListCalculatedAttributeDefinitionsCommand.ts
+++ b/clients/client-customer-profiles/src/commands/ListCalculatedAttributeDefinitionsCommand.ts
@@ -115,4 +115,16 @@ export class ListCalculatedAttributeDefinitionsCommand extends $Command
.f(void 0, ListCalculatedAttributeDefinitionsResponseFilterSensitiveLog)
.ser(se_ListCalculatedAttributeDefinitionsCommand)
.de(de_ListCalculatedAttributeDefinitionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCalculatedAttributeDefinitionsRequest;
+ output: ListCalculatedAttributeDefinitionsResponse;
+ };
+ sdk: {
+ input: ListCalculatedAttributeDefinitionsCommandInput;
+ output: ListCalculatedAttributeDefinitionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/ListCalculatedAttributesForProfileCommand.ts b/clients/client-customer-profiles/src/commands/ListCalculatedAttributesForProfileCommand.ts
index 106190e04b0a..c26194adf337 100644
--- a/clients/client-customer-profiles/src/commands/ListCalculatedAttributesForProfileCommand.ts
+++ b/clients/client-customer-profiles/src/commands/ListCalculatedAttributesForProfileCommand.ts
@@ -111,4 +111,16 @@ export class ListCalculatedAttributesForProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCalculatedAttributesForProfileCommand)
.de(de_ListCalculatedAttributesForProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCalculatedAttributesForProfileRequest;
+ output: ListCalculatedAttributesForProfileResponse;
+ };
+ sdk: {
+ input: ListCalculatedAttributesForProfileCommandInput;
+ output: ListCalculatedAttributesForProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/ListDomainsCommand.ts b/clients/client-customer-profiles/src/commands/ListDomainsCommand.ts
index 7dd9cf13fd2f..c985c90c99a4 100644
--- a/clients/client-customer-profiles/src/commands/ListDomainsCommand.ts
+++ b/clients/client-customer-profiles/src/commands/ListDomainsCommand.ts
@@ -103,4 +103,16 @@ export class ListDomainsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDomainsCommand)
.de(de_ListDomainsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDomainsRequest;
+ output: ListDomainsResponse;
+ };
+ sdk: {
+ input: ListDomainsCommandInput;
+ output: ListDomainsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/ListEventStreamsCommand.ts b/clients/client-customer-profiles/src/commands/ListEventStreamsCommand.ts
index 9b79ad4fc169..88707946fe41 100644
--- a/clients/client-customer-profiles/src/commands/ListEventStreamsCommand.ts
+++ b/clients/client-customer-profiles/src/commands/ListEventStreamsCommand.ts
@@ -111,4 +111,16 @@ export class ListEventStreamsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEventStreamsCommand)
.de(de_ListEventStreamsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEventStreamsRequest;
+ output: ListEventStreamsResponse;
+ };
+ sdk: {
+ input: ListEventStreamsCommandInput;
+ output: ListEventStreamsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/ListIdentityResolutionJobsCommand.ts b/clients/client-customer-profiles/src/commands/ListIdentityResolutionJobsCommand.ts
index bab3c1d08ddc..bbae71c6a911 100644
--- a/clients/client-customer-profiles/src/commands/ListIdentityResolutionJobsCommand.ts
+++ b/clients/client-customer-profiles/src/commands/ListIdentityResolutionJobsCommand.ts
@@ -116,4 +116,16 @@ export class ListIdentityResolutionJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIdentityResolutionJobsCommand)
.de(de_ListIdentityResolutionJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIdentityResolutionJobsRequest;
+ output: ListIdentityResolutionJobsResponse;
+ };
+ sdk: {
+ input: ListIdentityResolutionJobsCommandInput;
+ output: ListIdentityResolutionJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/ListIntegrationsCommand.ts b/clients/client-customer-profiles/src/commands/ListIntegrationsCommand.ts
index 19640e83b53e..500cd88a9e95 100644
--- a/clients/client-customer-profiles/src/commands/ListIntegrationsCommand.ts
+++ b/clients/client-customer-profiles/src/commands/ListIntegrationsCommand.ts
@@ -112,4 +112,16 @@ export class ListIntegrationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIntegrationsCommand)
.de(de_ListIntegrationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIntegrationsRequest;
+ output: ListIntegrationsResponse;
+ };
+ sdk: {
+ input: ListIntegrationsCommandInput;
+ output: ListIntegrationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/ListProfileObjectTypeTemplatesCommand.ts b/clients/client-customer-profiles/src/commands/ListProfileObjectTypeTemplatesCommand.ts
index 0aac5491df5b..590b8e3aff9a 100644
--- a/clients/client-customer-profiles/src/commands/ListProfileObjectTypeTemplatesCommand.ts
+++ b/clients/client-customer-profiles/src/commands/ListProfileObjectTypeTemplatesCommand.ts
@@ -105,4 +105,16 @@ export class ListProfileObjectTypeTemplatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProfileObjectTypeTemplatesCommand)
.de(de_ListProfileObjectTypeTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProfileObjectTypeTemplatesRequest;
+ output: ListProfileObjectTypeTemplatesResponse;
+ };
+ sdk: {
+ input: ListProfileObjectTypeTemplatesCommandInput;
+ output: ListProfileObjectTypeTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/ListProfileObjectTypesCommand.ts b/clients/client-customer-profiles/src/commands/ListProfileObjectTypesCommand.ts
index 1bf36f3b43bc..744f24e87cac 100644
--- a/clients/client-customer-profiles/src/commands/ListProfileObjectTypesCommand.ts
+++ b/clients/client-customer-profiles/src/commands/ListProfileObjectTypesCommand.ts
@@ -111,4 +111,16 @@ export class ListProfileObjectTypesCommand extends $Command
.f(void 0, ListProfileObjectTypesResponseFilterSensitiveLog)
.ser(se_ListProfileObjectTypesCommand)
.de(de_ListProfileObjectTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProfileObjectTypesRequest;
+ output: ListProfileObjectTypesResponse;
+ };
+ sdk: {
+ input: ListProfileObjectTypesCommandInput;
+ output: ListProfileObjectTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/ListProfileObjectsCommand.ts b/clients/client-customer-profiles/src/commands/ListProfileObjectsCommand.ts
index d023f8e451e4..4d9874c0eefa 100644
--- a/clients/client-customer-profiles/src/commands/ListProfileObjectsCommand.ts
+++ b/clients/client-customer-profiles/src/commands/ListProfileObjectsCommand.ts
@@ -113,4 +113,16 @@ export class ListProfileObjectsCommand extends $Command
.f(void 0, ListProfileObjectsResponseFilterSensitiveLog)
.ser(se_ListProfileObjectsCommand)
.de(de_ListProfileObjectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProfileObjectsRequest;
+ output: ListProfileObjectsResponse;
+ };
+ sdk: {
+ input: ListProfileObjectsCommandInput;
+ output: ListProfileObjectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/ListRuleBasedMatchesCommand.ts b/clients/client-customer-profiles/src/commands/ListRuleBasedMatchesCommand.ts
index 1ea2d358f11e..0ecf20a4ca70 100644
--- a/clients/client-customer-profiles/src/commands/ListRuleBasedMatchesCommand.ts
+++ b/clients/client-customer-profiles/src/commands/ListRuleBasedMatchesCommand.ts
@@ -97,4 +97,16 @@ export class ListRuleBasedMatchesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRuleBasedMatchesCommand)
.de(de_ListRuleBasedMatchesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRuleBasedMatchesRequest;
+ output: ListRuleBasedMatchesResponse;
+ };
+ sdk: {
+ input: ListRuleBasedMatchesCommandInput;
+ output: ListRuleBasedMatchesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/ListTagsForResourceCommand.ts b/clients/client-customer-profiles/src/commands/ListTagsForResourceCommand.ts
index c4a391262d80..7acb7a488d72 100644
--- a/clients/client-customer-profiles/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-customer-profiles/src/commands/ListTagsForResourceCommand.ts
@@ -89,4 +89,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/ListWorkflowsCommand.ts b/clients/client-customer-profiles/src/commands/ListWorkflowsCommand.ts
index fc95cbb06d48..36da71d3f60d 100644
--- a/clients/client-customer-profiles/src/commands/ListWorkflowsCommand.ts
+++ b/clients/client-customer-profiles/src/commands/ListWorkflowsCommand.ts
@@ -108,4 +108,16 @@ export class ListWorkflowsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWorkflowsCommand)
.de(de_ListWorkflowsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWorkflowsRequest;
+ output: ListWorkflowsResponse;
+ };
+ sdk: {
+ input: ListWorkflowsCommandInput;
+ output: ListWorkflowsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/MergeProfilesCommand.ts b/clients/client-customer-profiles/src/commands/MergeProfilesCommand.ts
index 531be319cab9..ddcfa5e43449 100644
--- a/clients/client-customer-profiles/src/commands/MergeProfilesCommand.ts
+++ b/clients/client-customer-profiles/src/commands/MergeProfilesCommand.ts
@@ -160,4 +160,16 @@ export class MergeProfilesCommand extends $Command
.f(void 0, void 0)
.ser(se_MergeProfilesCommand)
.de(de_MergeProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: MergeProfilesRequest;
+ output: MergeProfilesResponse;
+ };
+ sdk: {
+ input: MergeProfilesCommandInput;
+ output: MergeProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/PutIntegrationCommand.ts b/clients/client-customer-profiles/src/commands/PutIntegrationCommand.ts
index f33a780dfa0f..518e640010d7 100644
--- a/clients/client-customer-profiles/src/commands/PutIntegrationCommand.ts
+++ b/clients/client-customer-profiles/src/commands/PutIntegrationCommand.ts
@@ -186,4 +186,16 @@ export class PutIntegrationCommand extends $Command
.f(PutIntegrationRequestFilterSensitiveLog, void 0)
.ser(se_PutIntegrationCommand)
.de(de_PutIntegrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutIntegrationRequest;
+ output: PutIntegrationResponse;
+ };
+ sdk: {
+ input: PutIntegrationCommandInput;
+ output: PutIntegrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/PutProfileObjectCommand.ts b/clients/client-customer-profiles/src/commands/PutProfileObjectCommand.ts
index d06cc5415b21..aa464e9325a2 100644
--- a/clients/client-customer-profiles/src/commands/PutProfileObjectCommand.ts
+++ b/clients/client-customer-profiles/src/commands/PutProfileObjectCommand.ts
@@ -107,4 +107,16 @@ export class PutProfileObjectCommand extends $Command
.f(PutProfileObjectRequestFilterSensitiveLog, void 0)
.ser(se_PutProfileObjectCommand)
.de(de_PutProfileObjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutProfileObjectRequest;
+ output: PutProfileObjectResponse;
+ };
+ sdk: {
+ input: PutProfileObjectCommandInput;
+ output: PutProfileObjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/PutProfileObjectTypeCommand.ts b/clients/client-customer-profiles/src/commands/PutProfileObjectTypeCommand.ts
index d5291c85696a..4589560e4c16 100644
--- a/clients/client-customer-profiles/src/commands/PutProfileObjectTypeCommand.ts
+++ b/clients/client-customer-profiles/src/commands/PutProfileObjectTypeCommand.ts
@@ -161,4 +161,16 @@ export class PutProfileObjectTypeCommand extends $Command
.f(PutProfileObjectTypeRequestFilterSensitiveLog, PutProfileObjectTypeResponseFilterSensitiveLog)
.ser(se_PutProfileObjectTypeCommand)
.de(de_PutProfileObjectTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutProfileObjectTypeRequest;
+ output: PutProfileObjectTypeResponse;
+ };
+ sdk: {
+ input: PutProfileObjectTypeCommandInput;
+ output: PutProfileObjectTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/SearchProfilesCommand.ts b/clients/client-customer-profiles/src/commands/SearchProfilesCommand.ts
index 479bc88a4ba7..af859fba2a69 100644
--- a/clients/client-customer-profiles/src/commands/SearchProfilesCommand.ts
+++ b/clients/client-customer-profiles/src/commands/SearchProfilesCommand.ts
@@ -198,4 +198,16 @@ export class SearchProfilesCommand extends $Command
.f(void 0, SearchProfilesResponseFilterSensitiveLog)
.ser(se_SearchProfilesCommand)
.de(de_SearchProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchProfilesRequest;
+ output: SearchProfilesResponse;
+ };
+ sdk: {
+ input: SearchProfilesCommandInput;
+ output: SearchProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/TagResourceCommand.ts b/clients/client-customer-profiles/src/commands/TagResourceCommand.ts
index 76919126ac48..69553281e94e 100644
--- a/clients/client-customer-profiles/src/commands/TagResourceCommand.ts
+++ b/clients/client-customer-profiles/src/commands/TagResourceCommand.ts
@@ -98,4 +98,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/UntagResourceCommand.ts b/clients/client-customer-profiles/src/commands/UntagResourceCommand.ts
index 188f32239dbc..92dbee74941b 100644
--- a/clients/client-customer-profiles/src/commands/UntagResourceCommand.ts
+++ b/clients/client-customer-profiles/src/commands/UntagResourceCommand.ts
@@ -88,4 +88,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/UpdateCalculatedAttributeDefinitionCommand.ts b/clients/client-customer-profiles/src/commands/UpdateCalculatedAttributeDefinitionCommand.ts
index f7ed59fef0c0..efcf32a4ae29 100644
--- a/clients/client-customer-profiles/src/commands/UpdateCalculatedAttributeDefinitionCommand.ts
+++ b/clients/client-customer-profiles/src/commands/UpdateCalculatedAttributeDefinitionCommand.ts
@@ -148,4 +148,16 @@ export class UpdateCalculatedAttributeDefinitionCommand extends $Command
)
.ser(se_UpdateCalculatedAttributeDefinitionCommand)
.de(de_UpdateCalculatedAttributeDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCalculatedAttributeDefinitionRequest;
+ output: UpdateCalculatedAttributeDefinitionResponse;
+ };
+ sdk: {
+ input: UpdateCalculatedAttributeDefinitionCommandInput;
+ output: UpdateCalculatedAttributeDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/UpdateDomainCommand.ts b/clients/client-customer-profiles/src/commands/UpdateDomainCommand.ts
index ced17ed10e1b..ed4b2a087855 100644
--- a/clients/client-customer-profiles/src/commands/UpdateDomainCommand.ts
+++ b/clients/client-customer-profiles/src/commands/UpdateDomainCommand.ts
@@ -239,4 +239,16 @@ export class UpdateDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDomainCommand)
.de(de_UpdateDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDomainRequest;
+ output: UpdateDomainResponse;
+ };
+ sdk: {
+ input: UpdateDomainCommandInput;
+ output: UpdateDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-customer-profiles/src/commands/UpdateProfileCommand.ts b/clients/client-customer-profiles/src/commands/UpdateProfileCommand.ts
index 205835fc0d15..b5515614708f 100644
--- a/clients/client-customer-profiles/src/commands/UpdateProfileCommand.ts
+++ b/clients/client-customer-profiles/src/commands/UpdateProfileCommand.ts
@@ -170,4 +170,16 @@ export class UpdateProfileCommand extends $Command
.f(UpdateProfileRequestFilterSensitiveLog, void 0)
.ser(se_UpdateProfileCommand)
.de(de_UpdateProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateProfileRequest;
+ output: UpdateProfileResponse;
+ };
+ sdk: {
+ input: UpdateProfileCommandInput;
+ output: UpdateProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-data-pipeline/package.json b/clients/client-data-pipeline/package.json
index e196fe5e3167..e74d54d88fc3 100644
--- a/clients/client-data-pipeline/package.json
+++ b/clients/client-data-pipeline/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-data-pipeline/src/commands/ActivatePipelineCommand.ts b/clients/client-data-pipeline/src/commands/ActivatePipelineCommand.ts
index 1ef4d40b00e9..b12c0012a3fc 100644
--- a/clients/client-data-pipeline/src/commands/ActivatePipelineCommand.ts
+++ b/clients/client-data-pipeline/src/commands/ActivatePipelineCommand.ts
@@ -124,4 +124,16 @@ export class ActivatePipelineCommand extends $Command
.f(void 0, void 0)
.ser(se_ActivatePipelineCommand)
.de(de_ActivatePipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ActivatePipelineInput;
+ output: {};
+ };
+ sdk: {
+ input: ActivatePipelineCommandInput;
+ output: ActivatePipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-data-pipeline/src/commands/AddTagsCommand.ts b/clients/client-data-pipeline/src/commands/AddTagsCommand.ts
index dd6c30527064..c735480fc4cd 100644
--- a/clients/client-data-pipeline/src/commands/AddTagsCommand.ts
+++ b/clients/client-data-pipeline/src/commands/AddTagsCommand.ts
@@ -93,4 +93,16 @@ export class AddTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_AddTagsCommand)
.de(de_AddTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddTagsInput;
+ output: {};
+ };
+ sdk: {
+ input: AddTagsCommandInput;
+ output: AddTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-data-pipeline/src/commands/CreatePipelineCommand.ts b/clients/client-data-pipeline/src/commands/CreatePipelineCommand.ts
index 48d56a3c6b63..5f777177c5f0 100644
--- a/clients/client-data-pipeline/src/commands/CreatePipelineCommand.ts
+++ b/clients/client-data-pipeline/src/commands/CreatePipelineCommand.ts
@@ -121,4 +121,16 @@ export class CreatePipelineCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePipelineCommand)
.de(de_CreatePipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePipelineInput;
+ output: CreatePipelineOutput;
+ };
+ sdk: {
+ input: CreatePipelineCommandInput;
+ output: CreatePipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-data-pipeline/src/commands/DeactivatePipelineCommand.ts b/clients/client-data-pipeline/src/commands/DeactivatePipelineCommand.ts
index f88249eb4199..eb40789f920a 100644
--- a/clients/client-data-pipeline/src/commands/DeactivatePipelineCommand.ts
+++ b/clients/client-data-pipeline/src/commands/DeactivatePipelineCommand.ts
@@ -91,4 +91,16 @@ export class DeactivatePipelineCommand extends $Command
.f(void 0, void 0)
.ser(se_DeactivatePipelineCommand)
.de(de_DeactivatePipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeactivatePipelineInput;
+ output: {};
+ };
+ sdk: {
+ input: DeactivatePipelineCommandInput;
+ output: DeactivatePipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-data-pipeline/src/commands/DeletePipelineCommand.ts b/clients/client-data-pipeline/src/commands/DeletePipelineCommand.ts
index 206fb0699153..6c6daaee1427 100644
--- a/clients/client-data-pipeline/src/commands/DeletePipelineCommand.ts
+++ b/clients/client-data-pipeline/src/commands/DeletePipelineCommand.ts
@@ -115,4 +115,16 @@ export class DeletePipelineCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePipelineCommand)
.de(de_DeletePipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePipelineInput;
+ output: {};
+ };
+ sdk: {
+ input: DeletePipelineCommandInput;
+ output: DeletePipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-data-pipeline/src/commands/DescribeObjectsCommand.ts b/clients/client-data-pipeline/src/commands/DescribeObjectsCommand.ts
index 7f713fbf99c4..2a17d9c3ce7e 100644
--- a/clients/client-data-pipeline/src/commands/DescribeObjectsCommand.ts
+++ b/clients/client-data-pipeline/src/commands/DescribeObjectsCommand.ts
@@ -166,4 +166,16 @@ export class DescribeObjectsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeObjectsCommand)
.de(de_DescribeObjectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeObjectsInput;
+ output: DescribeObjectsOutput;
+ };
+ sdk: {
+ input: DescribeObjectsCommandInput;
+ output: DescribeObjectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-data-pipeline/src/commands/DescribePipelinesCommand.ts b/clients/client-data-pipeline/src/commands/DescribePipelinesCommand.ts
index e92440b010cd..0bbc0e19123b 100644
--- a/clients/client-data-pipeline/src/commands/DescribePipelinesCommand.ts
+++ b/clients/client-data-pipeline/src/commands/DescribePipelinesCommand.ts
@@ -171,4 +171,16 @@ export class DescribePipelinesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePipelinesCommand)
.de(de_DescribePipelinesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePipelinesInput;
+ output: DescribePipelinesOutput;
+ };
+ sdk: {
+ input: DescribePipelinesCommandInput;
+ output: DescribePipelinesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-data-pipeline/src/commands/EvaluateExpressionCommand.ts b/clients/client-data-pipeline/src/commands/EvaluateExpressionCommand.ts
index a975673f6833..079d6cb7d50b 100644
--- a/clients/client-data-pipeline/src/commands/EvaluateExpressionCommand.ts
+++ b/clients/client-data-pipeline/src/commands/EvaluateExpressionCommand.ts
@@ -124,4 +124,16 @@ export class EvaluateExpressionCommand extends $Command
.f(void 0, void 0)
.ser(se_EvaluateExpressionCommand)
.de(de_EvaluateExpressionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EvaluateExpressionInput;
+ output: EvaluateExpressionOutput;
+ };
+ sdk: {
+ input: EvaluateExpressionCommandInput;
+ output: EvaluateExpressionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-data-pipeline/src/commands/GetPipelineDefinitionCommand.ts b/clients/client-data-pipeline/src/commands/GetPipelineDefinitionCommand.ts
index eacd0418f467..fef6d4041e68 100644
--- a/clients/client-data-pipeline/src/commands/GetPipelineDefinitionCommand.ts
+++ b/clients/client-data-pipeline/src/commands/GetPipelineDefinitionCommand.ts
@@ -183,4 +183,16 @@ export class GetPipelineDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPipelineDefinitionCommand)
.de(de_GetPipelineDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPipelineDefinitionInput;
+ output: GetPipelineDefinitionOutput;
+ };
+ sdk: {
+ input: GetPipelineDefinitionCommandInput;
+ output: GetPipelineDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-data-pipeline/src/commands/ListPipelinesCommand.ts b/clients/client-data-pipeline/src/commands/ListPipelinesCommand.ts
index 6ecb0b690b1a..71d3880ba960 100644
--- a/clients/client-data-pipeline/src/commands/ListPipelinesCommand.ts
+++ b/clients/client-data-pipeline/src/commands/ListPipelinesCommand.ts
@@ -121,4 +121,16 @@ export class ListPipelinesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPipelinesCommand)
.de(de_ListPipelinesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPipelinesInput;
+ output: ListPipelinesOutput;
+ };
+ sdk: {
+ input: ListPipelinesCommandInput;
+ output: ListPipelinesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-data-pipeline/src/commands/PollForTaskCommand.ts b/clients/client-data-pipeline/src/commands/PollForTaskCommand.ts
index 9a56f29fe83a..52d9e15b6623 100644
--- a/clients/client-data-pipeline/src/commands/PollForTaskCommand.ts
+++ b/clients/client-data-pipeline/src/commands/PollForTaskCommand.ts
@@ -186,4 +186,16 @@ export class PollForTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_PollForTaskCommand)
.de(de_PollForTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PollForTaskInput;
+ output: PollForTaskOutput;
+ };
+ sdk: {
+ input: PollForTaskCommandInput;
+ output: PollForTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-data-pipeline/src/commands/PutPipelineDefinitionCommand.ts b/clients/client-data-pipeline/src/commands/PutPipelineDefinitionCommand.ts
index 43ee3fea9201..4507e0946acf 100644
--- a/clients/client-data-pipeline/src/commands/PutPipelineDefinitionCommand.ts
+++ b/clients/client-data-pipeline/src/commands/PutPipelineDefinitionCommand.ts
@@ -294,4 +294,16 @@ export class PutPipelineDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_PutPipelineDefinitionCommand)
.de(de_PutPipelineDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutPipelineDefinitionInput;
+ output: PutPipelineDefinitionOutput;
+ };
+ sdk: {
+ input: PutPipelineDefinitionCommandInput;
+ output: PutPipelineDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-data-pipeline/src/commands/QueryObjectsCommand.ts b/clients/client-data-pipeline/src/commands/QueryObjectsCommand.ts
index 28216927a96d..775188a4560d 100644
--- a/clients/client-data-pipeline/src/commands/QueryObjectsCommand.ts
+++ b/clients/client-data-pipeline/src/commands/QueryObjectsCommand.ts
@@ -147,4 +147,16 @@ export class QueryObjectsCommand extends $Command
.f(void 0, void 0)
.ser(se_QueryObjectsCommand)
.de(de_QueryObjectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: QueryObjectsInput;
+ output: QueryObjectsOutput;
+ };
+ sdk: {
+ input: QueryObjectsCommandInput;
+ output: QueryObjectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-data-pipeline/src/commands/RemoveTagsCommand.ts b/clients/client-data-pipeline/src/commands/RemoveTagsCommand.ts
index 29f5ec303c9e..f2c87747a2a7 100644
--- a/clients/client-data-pipeline/src/commands/RemoveTagsCommand.ts
+++ b/clients/client-data-pipeline/src/commands/RemoveTagsCommand.ts
@@ -90,4 +90,16 @@ export class RemoveTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveTagsCommand)
.de(de_RemoveTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveTagsInput;
+ output: {};
+ };
+ sdk: {
+ input: RemoveTagsCommandInput;
+ output: RemoveTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-data-pipeline/src/commands/ReportTaskProgressCommand.ts b/clients/client-data-pipeline/src/commands/ReportTaskProgressCommand.ts
index 8079907cfa2f..12f661018000 100644
--- a/clients/client-data-pipeline/src/commands/ReportTaskProgressCommand.ts
+++ b/clients/client-data-pipeline/src/commands/ReportTaskProgressCommand.ts
@@ -136,4 +136,16 @@ export class ReportTaskProgressCommand extends $Command
.f(void 0, void 0)
.ser(se_ReportTaskProgressCommand)
.de(de_ReportTaskProgressCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReportTaskProgressInput;
+ output: ReportTaskProgressOutput;
+ };
+ sdk: {
+ input: ReportTaskProgressCommandInput;
+ output: ReportTaskProgressCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-data-pipeline/src/commands/ReportTaskRunnerHeartbeatCommand.ts b/clients/client-data-pipeline/src/commands/ReportTaskRunnerHeartbeatCommand.ts
index 8fc89d191082..629d49889809 100644
--- a/clients/client-data-pipeline/src/commands/ReportTaskRunnerHeartbeatCommand.ts
+++ b/clients/client-data-pipeline/src/commands/ReportTaskRunnerHeartbeatCommand.ts
@@ -117,4 +117,16 @@ export class ReportTaskRunnerHeartbeatCommand extends $Command
.f(void 0, void 0)
.ser(se_ReportTaskRunnerHeartbeatCommand)
.de(de_ReportTaskRunnerHeartbeatCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReportTaskRunnerHeartbeatInput;
+ output: ReportTaskRunnerHeartbeatOutput;
+ };
+ sdk: {
+ input: ReportTaskRunnerHeartbeatCommandInput;
+ output: ReportTaskRunnerHeartbeatCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-data-pipeline/src/commands/SetStatusCommand.ts b/clients/client-data-pipeline/src/commands/SetStatusCommand.ts
index 80cd57501a1e..3d3a0acbdb3f 100644
--- a/clients/client-data-pipeline/src/commands/SetStatusCommand.ts
+++ b/clients/client-data-pipeline/src/commands/SetStatusCommand.ts
@@ -123,4 +123,16 @@ export class SetStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_SetStatusCommand)
.de(de_SetStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetStatusInput;
+ output: {};
+ };
+ sdk: {
+ input: SetStatusCommandInput;
+ output: SetStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-data-pipeline/src/commands/SetTaskStatusCommand.ts b/clients/client-data-pipeline/src/commands/SetTaskStatusCommand.ts
index 0ceff594db71..ab974cdb6876 100644
--- a/clients/client-data-pipeline/src/commands/SetTaskStatusCommand.ts
+++ b/clients/client-data-pipeline/src/commands/SetTaskStatusCommand.ts
@@ -124,4 +124,16 @@ export class SetTaskStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_SetTaskStatusCommand)
.de(de_SetTaskStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetTaskStatusInput;
+ output: {};
+ };
+ sdk: {
+ input: SetTaskStatusCommandInput;
+ output: SetTaskStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-data-pipeline/src/commands/ValidatePipelineDefinitionCommand.ts b/clients/client-data-pipeline/src/commands/ValidatePipelineDefinitionCommand.ts
index 787fa71c3601..c2d217627a2a 100644
--- a/clients/client-data-pipeline/src/commands/ValidatePipelineDefinitionCommand.ts
+++ b/clients/client-data-pipeline/src/commands/ValidatePipelineDefinitionCommand.ts
@@ -286,4 +286,16 @@ export class ValidatePipelineDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_ValidatePipelineDefinitionCommand)
.de(de_ValidatePipelineDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ValidatePipelineDefinitionInput;
+ output: ValidatePipelineDefinitionOutput;
+ };
+ sdk: {
+ input: ValidatePipelineDefinitionCommandInput;
+ output: ValidatePipelineDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/package.json b/clients/client-database-migration-service/package.json
index cf60b139b548..568210f74d3a 100644
--- a/clients/client-database-migration-service/package.json
+++ b/clients/client-database-migration-service/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2"
},
"devDependencies": {
diff --git a/clients/client-database-migration-service/src/commands/AddTagsToResourceCommand.ts b/clients/client-database-migration-service/src/commands/AddTagsToResourceCommand.ts
index a125ebfaa302..1ebe5ae297d6 100644
--- a/clients/client-database-migration-service/src/commands/AddTagsToResourceCommand.ts
+++ b/clients/client-database-migration-service/src/commands/AddTagsToResourceCommand.ts
@@ -111,4 +111,16 @@ export class AddTagsToResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_AddTagsToResourceCommand)
.de(de_AddTagsToResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddTagsToResourceMessage;
+ output: {};
+ };
+ sdk: {
+ input: AddTagsToResourceCommandInput;
+ output: AddTagsToResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/ApplyPendingMaintenanceActionCommand.ts b/clients/client-database-migration-service/src/commands/ApplyPendingMaintenanceActionCommand.ts
index 77ee53cec3bd..f022a74e46cb 100644
--- a/clients/client-database-migration-service/src/commands/ApplyPendingMaintenanceActionCommand.ts
+++ b/clients/client-database-migration-service/src/commands/ApplyPendingMaintenanceActionCommand.ts
@@ -103,4 +103,16 @@ export class ApplyPendingMaintenanceActionCommand extends $Command
.f(void 0, void 0)
.ser(se_ApplyPendingMaintenanceActionCommand)
.de(de_ApplyPendingMaintenanceActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ApplyPendingMaintenanceActionMessage;
+ output: ApplyPendingMaintenanceActionResponse;
+ };
+ sdk: {
+ input: ApplyPendingMaintenanceActionCommandInput;
+ output: ApplyPendingMaintenanceActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/BatchStartRecommendationsCommand.ts b/clients/client-database-migration-service/src/commands/BatchStartRecommendationsCommand.ts
index 10d1cd18ad98..f3870e29a453 100644
--- a/clients/client-database-migration-service/src/commands/BatchStartRecommendationsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/BatchStartRecommendationsCommand.ts
@@ -110,4 +110,16 @@ export class BatchStartRecommendationsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchStartRecommendationsCommand)
.de(de_BatchStartRecommendationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchStartRecommendationsRequest;
+ output: BatchStartRecommendationsResponse;
+ };
+ sdk: {
+ input: BatchStartRecommendationsCommandInput;
+ output: BatchStartRecommendationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/CancelReplicationTaskAssessmentRunCommand.ts b/clients/client-database-migration-service/src/commands/CancelReplicationTaskAssessmentRunCommand.ts
index a11ed4eee7ac..0610ac193320 100644
--- a/clients/client-database-migration-service/src/commands/CancelReplicationTaskAssessmentRunCommand.ts
+++ b/clients/client-database-migration-service/src/commands/CancelReplicationTaskAssessmentRunCommand.ts
@@ -118,4 +118,16 @@ export class CancelReplicationTaskAssessmentRunCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelReplicationTaskAssessmentRunCommand)
.de(de_CancelReplicationTaskAssessmentRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelReplicationTaskAssessmentRunMessage;
+ output: CancelReplicationTaskAssessmentRunResponse;
+ };
+ sdk: {
+ input: CancelReplicationTaskAssessmentRunCommandInput;
+ output: CancelReplicationTaskAssessmentRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/CreateDataProviderCommand.ts b/clients/client-database-migration-service/src/commands/CreateDataProviderCommand.ts
index 91931c1715a0..0d4ec0d61436 100644
--- a/clients/client-database-migration-service/src/commands/CreateDataProviderCommand.ts
+++ b/clients/client-database-migration-service/src/commands/CreateDataProviderCommand.ts
@@ -276,4 +276,16 @@ export class CreateDataProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDataProviderCommand)
.de(de_CreateDataProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDataProviderMessage;
+ output: CreateDataProviderResponse;
+ };
+ sdk: {
+ input: CreateDataProviderCommandInput;
+ output: CreateDataProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/CreateEndpointCommand.ts b/clients/client-database-migration-service/src/commands/CreateEndpointCommand.ts
index ab658fe05115..8baf88812372 100644
--- a/clients/client-database-migration-service/src/commands/CreateEndpointCommand.ts
+++ b/clients/client-database-migration-service/src/commands/CreateEndpointCommand.ts
@@ -861,4 +861,16 @@ export class CreateEndpointCommand extends $Command
.f(CreateEndpointMessageFilterSensitiveLog, CreateEndpointResponseFilterSensitiveLog)
.ser(se_CreateEndpointCommand)
.de(de_CreateEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEndpointMessage;
+ output: CreateEndpointResponse;
+ };
+ sdk: {
+ input: CreateEndpointCommandInput;
+ output: CreateEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/CreateEventSubscriptionCommand.ts b/clients/client-database-migration-service/src/commands/CreateEventSubscriptionCommand.ts
index 67b2fef8f264..f045af5f5ee8 100644
--- a/clients/client-database-migration-service/src/commands/CreateEventSubscriptionCommand.ts
+++ b/clients/client-database-migration-service/src/commands/CreateEventSubscriptionCommand.ts
@@ -156,4 +156,16 @@ export class CreateEventSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEventSubscriptionCommand)
.de(de_CreateEventSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEventSubscriptionMessage;
+ output: CreateEventSubscriptionResponse;
+ };
+ sdk: {
+ input: CreateEventSubscriptionCommandInput;
+ output: CreateEventSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/CreateFleetAdvisorCollectorCommand.ts b/clients/client-database-migration-service/src/commands/CreateFleetAdvisorCollectorCommand.ts
index 089ea804a9bb..90b34c4f55a8 100644
--- a/clients/client-database-migration-service/src/commands/CreateFleetAdvisorCollectorCommand.ts
+++ b/clients/client-database-migration-service/src/commands/CreateFleetAdvisorCollectorCommand.ts
@@ -107,4 +107,16 @@ export class CreateFleetAdvisorCollectorCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFleetAdvisorCollectorCommand)
.de(de_CreateFleetAdvisorCollectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFleetAdvisorCollectorRequest;
+ output: CreateFleetAdvisorCollectorResponse;
+ };
+ sdk: {
+ input: CreateFleetAdvisorCollectorCommandInput;
+ output: CreateFleetAdvisorCollectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/CreateInstanceProfileCommand.ts b/clients/client-database-migration-service/src/commands/CreateInstanceProfileCommand.ts
index 8f51c7ba3446..37d0244a5f1b 100644
--- a/clients/client-database-migration-service/src/commands/CreateInstanceProfileCommand.ts
+++ b/clients/client-database-migration-service/src/commands/CreateInstanceProfileCommand.ts
@@ -174,4 +174,16 @@ export class CreateInstanceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateInstanceProfileCommand)
.de(de_CreateInstanceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateInstanceProfileMessage;
+ output: CreateInstanceProfileResponse;
+ };
+ sdk: {
+ input: CreateInstanceProfileCommandInput;
+ output: CreateInstanceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/CreateMigrationProjectCommand.ts b/clients/client-database-migration-service/src/commands/CreateMigrationProjectCommand.ts
index 232445683f7c..c1e6287667aa 100644
--- a/clients/client-database-migration-service/src/commands/CreateMigrationProjectCommand.ts
+++ b/clients/client-database-migration-service/src/commands/CreateMigrationProjectCommand.ts
@@ -228,4 +228,16 @@ export class CreateMigrationProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateMigrationProjectCommand)
.de(de_CreateMigrationProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMigrationProjectMessage;
+ output: CreateMigrationProjectResponse;
+ };
+ sdk: {
+ input: CreateMigrationProjectCommandInput;
+ output: CreateMigrationProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/CreateReplicationConfigCommand.ts b/clients/client-database-migration-service/src/commands/CreateReplicationConfigCommand.ts
index 4e1fccb96d93..5684555dda77 100644
--- a/clients/client-database-migration-service/src/commands/CreateReplicationConfigCommand.ts
+++ b/clients/client-database-migration-service/src/commands/CreateReplicationConfigCommand.ts
@@ -159,4 +159,16 @@ export class CreateReplicationConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateReplicationConfigCommand)
.de(de_CreateReplicationConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateReplicationConfigMessage;
+ output: CreateReplicationConfigResponse;
+ };
+ sdk: {
+ input: CreateReplicationConfigCommandInput;
+ output: CreateReplicationConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/CreateReplicationInstanceCommand.ts b/clients/client-database-migration-service/src/commands/CreateReplicationInstanceCommand.ts
index 1ab8b306634d..44a1b31e8797 100644
--- a/clients/client-database-migration-service/src/commands/CreateReplicationInstanceCommand.ts
+++ b/clients/client-database-migration-service/src/commands/CreateReplicationInstanceCommand.ts
@@ -286,4 +286,16 @@ export class CreateReplicationInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateReplicationInstanceCommand)
.de(de_CreateReplicationInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateReplicationInstanceMessage;
+ output: CreateReplicationInstanceResponse;
+ };
+ sdk: {
+ input: CreateReplicationInstanceCommandInput;
+ output: CreateReplicationInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/CreateReplicationSubnetGroupCommand.ts b/clients/client-database-migration-service/src/commands/CreateReplicationSubnetGroupCommand.ts
index 93569edb3fe3..53d45847f4c4 100644
--- a/clients/client-database-migration-service/src/commands/CreateReplicationSubnetGroupCommand.ts
+++ b/clients/client-database-migration-service/src/commands/CreateReplicationSubnetGroupCommand.ts
@@ -166,4 +166,16 @@ export class CreateReplicationSubnetGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateReplicationSubnetGroupCommand)
.de(de_CreateReplicationSubnetGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateReplicationSubnetGroupMessage;
+ output: CreateReplicationSubnetGroupResponse;
+ };
+ sdk: {
+ input: CreateReplicationSubnetGroupCommandInput;
+ output: CreateReplicationSubnetGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/CreateReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/CreateReplicationTaskCommand.ts
index 1f5367dba844..e3c4a15597e3 100644
--- a/clients/client-database-migration-service/src/commands/CreateReplicationTaskCommand.ts
+++ b/clients/client-database-migration-service/src/commands/CreateReplicationTaskCommand.ts
@@ -190,4 +190,16 @@ export class CreateReplicationTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateReplicationTaskCommand)
.de(de_CreateReplicationTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateReplicationTaskMessage;
+ output: CreateReplicationTaskResponse;
+ };
+ sdk: {
+ input: CreateReplicationTaskCommandInput;
+ output: CreateReplicationTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DeleteCertificateCommand.ts b/clients/client-database-migration-service/src/commands/DeleteCertificateCommand.ts
index 3bbd959bb795..1948f881e4d0 100644
--- a/clients/client-database-migration-service/src/commands/DeleteCertificateCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DeleteCertificateCommand.ts
@@ -114,4 +114,16 @@ export class DeleteCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCertificateCommand)
.de(de_DeleteCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCertificateMessage;
+ output: DeleteCertificateResponse;
+ };
+ sdk: {
+ input: DeleteCertificateCommandInput;
+ output: DeleteCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DeleteConnectionCommand.ts b/clients/client-database-migration-service/src/commands/DeleteConnectionCommand.ts
index 33aad7fb60b5..cc215f7dac8e 100644
--- a/clients/client-database-migration-service/src/commands/DeleteConnectionCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DeleteConnectionCommand.ts
@@ -116,4 +116,16 @@ export class DeleteConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConnectionCommand)
.de(de_DeleteConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConnectionMessage;
+ output: DeleteConnectionResponse;
+ };
+ sdk: {
+ input: DeleteConnectionCommandInput;
+ output: DeleteConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DeleteDataProviderCommand.ts b/clients/client-database-migration-service/src/commands/DeleteDataProviderCommand.ts
index 59a1e22445cd..7073d2774b4f 100644
--- a/clients/client-database-migration-service/src/commands/DeleteDataProviderCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DeleteDataProviderCommand.ts
@@ -192,4 +192,16 @@ export class DeleteDataProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDataProviderCommand)
.de(de_DeleteDataProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDataProviderMessage;
+ output: DeleteDataProviderResponse;
+ };
+ sdk: {
+ input: DeleteDataProviderCommandInput;
+ output: DeleteDataProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DeleteEndpointCommand.ts b/clients/client-database-migration-service/src/commands/DeleteEndpointCommand.ts
index 9d44d3dec197..5060448f1a0f 100644
--- a/clients/client-database-migration-service/src/commands/DeleteEndpointCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DeleteEndpointCommand.ts
@@ -473,4 +473,16 @@ export class DeleteEndpointCommand extends $Command
.f(void 0, DeleteEndpointResponseFilterSensitiveLog)
.ser(se_DeleteEndpointCommand)
.de(de_DeleteEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEndpointMessage;
+ output: DeleteEndpointResponse;
+ };
+ sdk: {
+ input: DeleteEndpointCommandInput;
+ output: DeleteEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DeleteEventSubscriptionCommand.ts b/clients/client-database-migration-service/src/commands/DeleteEventSubscriptionCommand.ts
index dd7bf682de03..c00fbab2d0cd 100644
--- a/clients/client-database-migration-service/src/commands/DeleteEventSubscriptionCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DeleteEventSubscriptionCommand.ts
@@ -101,4 +101,16 @@ export class DeleteEventSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEventSubscriptionCommand)
.de(de_DeleteEventSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEventSubscriptionMessage;
+ output: DeleteEventSubscriptionResponse;
+ };
+ sdk: {
+ input: DeleteEventSubscriptionCommandInput;
+ output: DeleteEventSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorCollectorCommand.ts b/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorCollectorCommand.ts
index cb993f7e88c4..88690faddbe4 100644
--- a/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorCollectorCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorCollectorCommand.ts
@@ -85,4 +85,16 @@ export class DeleteFleetAdvisorCollectorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFleetAdvisorCollectorCommand)
.de(de_DeleteFleetAdvisorCollectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCollectorRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFleetAdvisorCollectorCommandInput;
+ output: DeleteFleetAdvisorCollectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorDatabasesCommand.ts b/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorDatabasesCommand.ts
index 79b62ba9a907..8d2e616e0f7f 100644
--- a/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorDatabasesCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorDatabasesCommand.ts
@@ -93,4 +93,16 @@ export class DeleteFleetAdvisorDatabasesCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFleetAdvisorDatabasesCommand)
.de(de_DeleteFleetAdvisorDatabasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFleetAdvisorDatabasesRequest;
+ output: DeleteFleetAdvisorDatabasesResponse;
+ };
+ sdk: {
+ input: DeleteFleetAdvisorDatabasesCommandInput;
+ output: DeleteFleetAdvisorDatabasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DeleteInstanceProfileCommand.ts b/clients/client-database-migration-service/src/commands/DeleteInstanceProfileCommand.ts
index f0469dbdbf5c..76899558dc9d 100644
--- a/clients/client-database-migration-service/src/commands/DeleteInstanceProfileCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DeleteInstanceProfileCommand.ts
@@ -135,4 +135,16 @@ export class DeleteInstanceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteInstanceProfileCommand)
.de(de_DeleteInstanceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteInstanceProfileMessage;
+ output: DeleteInstanceProfileResponse;
+ };
+ sdk: {
+ input: DeleteInstanceProfileCommandInput;
+ output: DeleteInstanceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DeleteMigrationProjectCommand.ts b/clients/client-database-migration-service/src/commands/DeleteMigrationProjectCommand.ts
index 0a144f8445bf..18d9673a8fdb 100644
--- a/clients/client-database-migration-service/src/commands/DeleteMigrationProjectCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DeleteMigrationProjectCommand.ts
@@ -164,4 +164,16 @@ export class DeleteMigrationProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMigrationProjectCommand)
.de(de_DeleteMigrationProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMigrationProjectMessage;
+ output: DeleteMigrationProjectResponse;
+ };
+ sdk: {
+ input: DeleteMigrationProjectCommandInput;
+ output: DeleteMigrationProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DeleteReplicationConfigCommand.ts b/clients/client-database-migration-service/src/commands/DeleteReplicationConfigCommand.ts
index 329c822ba532..f5dc87c700df 100644
--- a/clients/client-database-migration-service/src/commands/DeleteReplicationConfigCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DeleteReplicationConfigCommand.ts
@@ -117,4 +117,16 @@ export class DeleteReplicationConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteReplicationConfigCommand)
.de(de_DeleteReplicationConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteReplicationConfigMessage;
+ output: DeleteReplicationConfigResponse;
+ };
+ sdk: {
+ input: DeleteReplicationConfigCommandInput;
+ output: DeleteReplicationConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DeleteReplicationInstanceCommand.ts b/clients/client-database-migration-service/src/commands/DeleteReplicationInstanceCommand.ts
index a24fda4bd65d..2538cd2dff25 100644
--- a/clients/client-database-migration-service/src/commands/DeleteReplicationInstanceCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DeleteReplicationInstanceCommand.ts
@@ -218,4 +218,16 @@ export class DeleteReplicationInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteReplicationInstanceCommand)
.de(de_DeleteReplicationInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteReplicationInstanceMessage;
+ output: DeleteReplicationInstanceResponse;
+ };
+ sdk: {
+ input: DeleteReplicationInstanceCommandInput;
+ output: DeleteReplicationInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DeleteReplicationSubnetGroupCommand.ts b/clients/client-database-migration-service/src/commands/DeleteReplicationSubnetGroupCommand.ts
index 9f37e4914412..619ce8870eb8 100644
--- a/clients/client-database-migration-service/src/commands/DeleteReplicationSubnetGroupCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DeleteReplicationSubnetGroupCommand.ts
@@ -101,4 +101,16 @@ export class DeleteReplicationSubnetGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteReplicationSubnetGroupCommand)
.de(de_DeleteReplicationSubnetGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteReplicationSubnetGroupMessage;
+ output: {};
+ };
+ sdk: {
+ input: DeleteReplicationSubnetGroupCommandInput;
+ output: DeleteReplicationSubnetGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DeleteReplicationTaskAssessmentRunCommand.ts b/clients/client-database-migration-service/src/commands/DeleteReplicationTaskAssessmentRunCommand.ts
index 08989a5f087a..44ca2b970e86 100644
--- a/clients/client-database-migration-service/src/commands/DeleteReplicationTaskAssessmentRunCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DeleteReplicationTaskAssessmentRunCommand.ts
@@ -118,4 +118,16 @@ export class DeleteReplicationTaskAssessmentRunCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteReplicationTaskAssessmentRunCommand)
.de(de_DeleteReplicationTaskAssessmentRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteReplicationTaskAssessmentRunMessage;
+ output: DeleteReplicationTaskAssessmentRunResponse;
+ };
+ sdk: {
+ input: DeleteReplicationTaskAssessmentRunCommandInput;
+ output: DeleteReplicationTaskAssessmentRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DeleteReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/DeleteReplicationTaskCommand.ts
index 9f67f7d9fdeb..0a4fd21dc29e 100644
--- a/clients/client-database-migration-service/src/commands/DeleteReplicationTaskCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DeleteReplicationTaskCommand.ts
@@ -146,4 +146,16 @@ export class DeleteReplicationTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteReplicationTaskCommand)
.de(de_DeleteReplicationTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteReplicationTaskMessage;
+ output: DeleteReplicationTaskResponse;
+ };
+ sdk: {
+ input: DeleteReplicationTaskCommandInput;
+ output: DeleteReplicationTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeAccountAttributesCommand.ts
index dfd4a2d23d7f..1328dc6374b8 100644
--- a/clients/client-database-migration-service/src/commands/DescribeAccountAttributesCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeAccountAttributesCommand.ts
@@ -122,4 +122,16 @@ export class DescribeAccountAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAccountAttributesCommand)
.de(de_DescribeAccountAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeAccountAttributesResponse;
+ };
+ sdk: {
+ input: DescribeAccountAttributesCommandInput;
+ output: DescribeAccountAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeApplicableIndividualAssessmentsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeApplicableIndividualAssessmentsCommand.ts
index 50c82db7bf45..1319dc632e2d 100644
--- a/clients/client-database-migration-service/src/commands/DescribeApplicableIndividualAssessmentsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeApplicableIndividualAssessmentsCommand.ts
@@ -123,4 +123,16 @@ export class DescribeApplicableIndividualAssessmentsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeApplicableIndividualAssessmentsCommand)
.de(de_DescribeApplicableIndividualAssessmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeApplicableIndividualAssessmentsMessage;
+ output: DescribeApplicableIndividualAssessmentsResponse;
+ };
+ sdk: {
+ input: DescribeApplicableIndividualAssessmentsCommandInput;
+ output: DescribeApplicableIndividualAssessmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeCertificatesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeCertificatesCommand.ts
index c74bcc7d67f0..55d19a484445 100644
--- a/clients/client-database-migration-service/src/commands/DescribeCertificatesCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeCertificatesCommand.ts
@@ -134,4 +134,16 @@ export class DescribeCertificatesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCertificatesCommand)
.de(de_DescribeCertificatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCertificatesMessage;
+ output: DescribeCertificatesResponse;
+ };
+ sdk: {
+ input: DescribeCertificatesCommandInput;
+ output: DescribeCertificatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeConnectionsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeConnectionsCommand.ts
index 02e83a4cd7d3..f78772444c79 100644
--- a/clients/client-database-migration-service/src/commands/DescribeConnectionsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeConnectionsCommand.ts
@@ -139,4 +139,16 @@ export class DescribeConnectionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeConnectionsCommand)
.de(de_DescribeConnectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConnectionsMessage;
+ output: DescribeConnectionsResponse;
+ };
+ sdk: {
+ input: DescribeConnectionsCommandInput;
+ output: DescribeConnectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeConversionConfigurationCommand.ts b/clients/client-database-migration-service/src/commands/DescribeConversionConfigurationCommand.ts
index d1461adac6bc..30189fb18c9c 100644
--- a/clients/client-database-migration-service/src/commands/DescribeConversionConfigurationCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeConversionConfigurationCommand.ts
@@ -107,4 +107,16 @@ export class DescribeConversionConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeConversionConfigurationCommand)
.de(de_DescribeConversionConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConversionConfigurationMessage;
+ output: DescribeConversionConfigurationResponse;
+ };
+ sdk: {
+ input: DescribeConversionConfigurationCommandInput;
+ output: DescribeConversionConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeDataProvidersCommand.ts b/clients/client-database-migration-service/src/commands/DescribeDataProvidersCommand.ts
index cf6aebbf9653..d423b861dda7 100644
--- a/clients/client-database-migration-service/src/commands/DescribeDataProvidersCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeDataProvidersCommand.ts
@@ -209,4 +209,16 @@ export class DescribeDataProvidersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDataProvidersCommand)
.de(de_DescribeDataProvidersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDataProvidersMessage;
+ output: DescribeDataProvidersResponse;
+ };
+ sdk: {
+ input: DescribeDataProvidersCommandInput;
+ output: DescribeDataProvidersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeEndpointSettingsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEndpointSettingsCommand.ts
index c3b00933adfd..a20dd4079850 100644
--- a/clients/client-database-migration-service/src/commands/DescribeEndpointSettingsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeEndpointSettingsCommand.ts
@@ -99,4 +99,16 @@ export class DescribeEndpointSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEndpointSettingsCommand)
.de(de_DescribeEndpointSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEndpointSettingsMessage;
+ output: DescribeEndpointSettingsResponse;
+ };
+ sdk: {
+ input: DescribeEndpointSettingsCommandInput;
+ output: DescribeEndpointSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeEndpointTypesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEndpointTypesCommand.ts
index 076d3dc9e17f..5efeea9b848f 100644
--- a/clients/client-database-migration-service/src/commands/DescribeEndpointTypesCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeEndpointTypesCommand.ts
@@ -126,4 +126,16 @@ export class DescribeEndpointTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEndpointTypesCommand)
.de(de_DescribeEndpointTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEndpointTypesMessage;
+ output: DescribeEndpointTypesResponse;
+ };
+ sdk: {
+ input: DescribeEndpointTypesCommandInput;
+ output: DescribeEndpointTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeEndpointsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEndpointsCommand.ts
index 90d3e343a6b6..a723d07bdc14 100644
--- a/clients/client-database-migration-service/src/commands/DescribeEndpointsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeEndpointsCommand.ts
@@ -477,4 +477,16 @@ export class DescribeEndpointsCommand extends $Command
.f(void 0, DescribeEndpointsResponseFilterSensitiveLog)
.ser(se_DescribeEndpointsCommand)
.de(de_DescribeEndpointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEndpointsMessage;
+ output: DescribeEndpointsResponse;
+ };
+ sdk: {
+ input: DescribeEndpointsCommandInput;
+ output: DescribeEndpointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeEngineVersionsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEngineVersionsCommand.ts
index 95fba47820f0..80e006bd9659 100644
--- a/clients/client-database-migration-service/src/commands/DescribeEngineVersionsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeEngineVersionsCommand.ts
@@ -96,4 +96,16 @@ export class DescribeEngineVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEngineVersionsCommand)
.de(de_DescribeEngineVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEngineVersionsMessage;
+ output: DescribeEngineVersionsResponse;
+ };
+ sdk: {
+ input: DescribeEngineVersionsCommandInput;
+ output: DescribeEngineVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeEventCategoriesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEventCategoriesCommand.ts
index ed91c4ddf3e8..99a30915db0d 100644
--- a/clients/client-database-migration-service/src/commands/DescribeEventCategoriesCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeEventCategoriesCommand.ts
@@ -100,4 +100,16 @@ export class DescribeEventCategoriesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEventCategoriesCommand)
.de(de_DescribeEventCategoriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEventCategoriesMessage;
+ output: DescribeEventCategoriesResponse;
+ };
+ sdk: {
+ input: DescribeEventCategoriesCommandInput;
+ output: DescribeEventCategoriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEventSubscriptionsCommand.ts
index ce17b4b1dd00..8dd7f6c2fbab 100644
--- a/clients/client-database-migration-service/src/commands/DescribeEventSubscriptionsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeEventSubscriptionsCommand.ts
@@ -116,4 +116,16 @@ export class DescribeEventSubscriptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEventSubscriptionsCommand)
.de(de_DescribeEventSubscriptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEventSubscriptionsMessage;
+ output: DescribeEventSubscriptionsResponse;
+ };
+ sdk: {
+ input: DescribeEventSubscriptionsCommandInput;
+ output: DescribeEventSubscriptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeEventsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEventsCommand.ts
index a731398e5222..90fa2827f401 100644
--- a/clients/client-database-migration-service/src/commands/DescribeEventsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeEventsCommand.ts
@@ -113,4 +113,16 @@ export class DescribeEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEventsCommand)
.de(de_DescribeEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEventsMessage;
+ output: DescribeEventsResponse;
+ };
+ sdk: {
+ input: DescribeEventsCommandInput;
+ output: DescribeEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeExtensionPackAssociationsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeExtensionPackAssociationsCommand.ts
index b6590a750a9c..42756b30d2bd 100644
--- a/clients/client-database-migration-service/src/commands/DescribeExtensionPackAssociationsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeExtensionPackAssociationsCommand.ts
@@ -151,4 +151,16 @@ export class DescribeExtensionPackAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeExtensionPackAssociationsCommand)
.de(de_DescribeExtensionPackAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeExtensionPackAssociationsMessage;
+ output: DescribeExtensionPackAssociationsResponse;
+ };
+ sdk: {
+ input: DescribeExtensionPackAssociationsCommandInput;
+ output: DescribeExtensionPackAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorCollectorsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorCollectorsCommand.ts
index 72e0d2e12cb3..32eddeb912f9 100644
--- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorCollectorsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorCollectorsCommand.ts
@@ -123,4 +123,16 @@ export class DescribeFleetAdvisorCollectorsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFleetAdvisorCollectorsCommand)
.de(de_DescribeFleetAdvisorCollectorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFleetAdvisorCollectorsRequest;
+ output: DescribeFleetAdvisorCollectorsResponse;
+ };
+ sdk: {
+ input: DescribeFleetAdvisorCollectorsCommandInput;
+ output: DescribeFleetAdvisorCollectorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorDatabasesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorDatabasesCommand.ts
index 7afb7a2581c3..8cfcebfd61b4 100644
--- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorDatabasesCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorDatabasesCommand.ts
@@ -126,4 +126,16 @@ export class DescribeFleetAdvisorDatabasesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFleetAdvisorDatabasesCommand)
.de(de_DescribeFleetAdvisorDatabasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFleetAdvisorDatabasesRequest;
+ output: DescribeFleetAdvisorDatabasesResponse;
+ };
+ sdk: {
+ input: DescribeFleetAdvisorDatabasesCommandInput;
+ output: DescribeFleetAdvisorDatabasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorLsaAnalysisCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorLsaAnalysisCommand.ts
index b0a264979e74..597591dc28f6 100644
--- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorLsaAnalysisCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorLsaAnalysisCommand.ts
@@ -97,4 +97,16 @@ export class DescribeFleetAdvisorLsaAnalysisCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFleetAdvisorLsaAnalysisCommand)
.de(de_DescribeFleetAdvisorLsaAnalysisCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFleetAdvisorLsaAnalysisRequest;
+ output: DescribeFleetAdvisorLsaAnalysisResponse;
+ };
+ sdk: {
+ input: DescribeFleetAdvisorLsaAnalysisCommandInput;
+ output: DescribeFleetAdvisorLsaAnalysisCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.ts
index ea00a79ea014..422989125870 100644
--- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.ts
@@ -112,4 +112,16 @@ export class DescribeFleetAdvisorSchemaObjectSummaryCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFleetAdvisorSchemaObjectSummaryCommand)
.de(de_DescribeFleetAdvisorSchemaObjectSummaryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFleetAdvisorSchemaObjectSummaryRequest;
+ output: DescribeFleetAdvisorSchemaObjectSummaryResponse;
+ };
+ sdk: {
+ input: DescribeFleetAdvisorSchemaObjectSummaryCommandInput;
+ output: DescribeFleetAdvisorSchemaObjectSummaryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemasCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemasCommand.ts
index cab2ee8b0a4f..ae6b381d2fea 100644
--- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemasCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemasCommand.ts
@@ -123,4 +123,16 @@ export class DescribeFleetAdvisorSchemasCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFleetAdvisorSchemasCommand)
.de(de_DescribeFleetAdvisorSchemasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFleetAdvisorSchemasRequest;
+ output: DescribeFleetAdvisorSchemasResponse;
+ };
+ sdk: {
+ input: DescribeFleetAdvisorSchemasCommandInput;
+ output: DescribeFleetAdvisorSchemasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeInstanceProfilesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeInstanceProfilesCommand.ts
index ed19a14eeca1..c1c153afdaa2 100644
--- a/clients/client-database-migration-service/src/commands/DescribeInstanceProfilesCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeInstanceProfilesCommand.ts
@@ -149,4 +149,16 @@ export class DescribeInstanceProfilesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeInstanceProfilesCommand)
.de(de_DescribeInstanceProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInstanceProfilesMessage;
+ output: DescribeInstanceProfilesResponse;
+ };
+ sdk: {
+ input: DescribeInstanceProfilesCommandInput;
+ output: DescribeInstanceProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeMetadataModelAssessmentsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeMetadataModelAssessmentsCommand.ts
index e83bfbc5fdc6..806fc32b162b 100644
--- a/clients/client-database-migration-service/src/commands/DescribeMetadataModelAssessmentsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeMetadataModelAssessmentsCommand.ts
@@ -148,4 +148,16 @@ export class DescribeMetadataModelAssessmentsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeMetadataModelAssessmentsCommand)
.de(de_DescribeMetadataModelAssessmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeMetadataModelAssessmentsMessage;
+ output: DescribeMetadataModelAssessmentsResponse;
+ };
+ sdk: {
+ input: DescribeMetadataModelAssessmentsCommandInput;
+ output: DescribeMetadataModelAssessmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeMetadataModelConversionsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeMetadataModelConversionsCommand.ts
index 984b1dacd6c8..7b53152c28e3 100644
--- a/clients/client-database-migration-service/src/commands/DescribeMetadataModelConversionsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeMetadataModelConversionsCommand.ts
@@ -148,4 +148,16 @@ export class DescribeMetadataModelConversionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeMetadataModelConversionsCommand)
.de(de_DescribeMetadataModelConversionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeMetadataModelConversionsMessage;
+ output: DescribeMetadataModelConversionsResponse;
+ };
+ sdk: {
+ input: DescribeMetadataModelConversionsCommandInput;
+ output: DescribeMetadataModelConversionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeMetadataModelExportsAsScriptCommand.ts b/clients/client-database-migration-service/src/commands/DescribeMetadataModelExportsAsScriptCommand.ts
index 9930430db54f..47a36d9c6fb7 100644
--- a/clients/client-database-migration-service/src/commands/DescribeMetadataModelExportsAsScriptCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeMetadataModelExportsAsScriptCommand.ts
@@ -151,4 +151,16 @@ export class DescribeMetadataModelExportsAsScriptCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeMetadataModelExportsAsScriptCommand)
.de(de_DescribeMetadataModelExportsAsScriptCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeMetadataModelExportsAsScriptMessage;
+ output: DescribeMetadataModelExportsAsScriptResponse;
+ };
+ sdk: {
+ input: DescribeMetadataModelExportsAsScriptCommandInput;
+ output: DescribeMetadataModelExportsAsScriptCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeMetadataModelExportsToTargetCommand.ts b/clients/client-database-migration-service/src/commands/DescribeMetadataModelExportsToTargetCommand.ts
index 4adc46a36f71..247dd5849bc0 100644
--- a/clients/client-database-migration-service/src/commands/DescribeMetadataModelExportsToTargetCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeMetadataModelExportsToTargetCommand.ts
@@ -151,4 +151,16 @@ export class DescribeMetadataModelExportsToTargetCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeMetadataModelExportsToTargetCommand)
.de(de_DescribeMetadataModelExportsToTargetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeMetadataModelExportsToTargetMessage;
+ output: DescribeMetadataModelExportsToTargetResponse;
+ };
+ sdk: {
+ input: DescribeMetadataModelExportsToTargetCommandInput;
+ output: DescribeMetadataModelExportsToTargetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeMetadataModelImportsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeMetadataModelImportsCommand.ts
index f51ba4e2a580..5b2afdc61fba 100644
--- a/clients/client-database-migration-service/src/commands/DescribeMetadataModelImportsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeMetadataModelImportsCommand.ts
@@ -148,4 +148,16 @@ export class DescribeMetadataModelImportsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeMetadataModelImportsCommand)
.de(de_DescribeMetadataModelImportsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeMetadataModelImportsMessage;
+ output: DescribeMetadataModelImportsResponse;
+ };
+ sdk: {
+ input: DescribeMetadataModelImportsCommandInput;
+ output: DescribeMetadataModelImportsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeMigrationProjectsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeMigrationProjectsCommand.ts
index 46a91a805340..c8977ce80b4e 100644
--- a/clients/client-database-migration-service/src/commands/DescribeMigrationProjectsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeMigrationProjectsCommand.ts
@@ -182,4 +182,16 @@ export class DescribeMigrationProjectsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeMigrationProjectsCommand)
.de(de_DescribeMigrationProjectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeMigrationProjectsMessage;
+ output: DescribeMigrationProjectsResponse;
+ };
+ sdk: {
+ input: DescribeMigrationProjectsCommandInput;
+ output: DescribeMigrationProjectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeOrderableReplicationInstancesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeOrderableReplicationInstancesCommand.ts
index 6013a39c1173..35f7e0c489cf 100644
--- a/clients/client-database-migration-service/src/commands/DescribeOrderableReplicationInstancesCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeOrderableReplicationInstancesCommand.ts
@@ -125,4 +125,16 @@ export class DescribeOrderableReplicationInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeOrderableReplicationInstancesCommand)
.de(de_DescribeOrderableReplicationInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeOrderableReplicationInstancesMessage;
+ output: DescribeOrderableReplicationInstancesResponse;
+ };
+ sdk: {
+ input: DescribeOrderableReplicationInstancesCommandInput;
+ output: DescribeOrderableReplicationInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribePendingMaintenanceActionsCommand.ts b/clients/client-database-migration-service/src/commands/DescribePendingMaintenanceActionsCommand.ts
index ecc807880d30..f0d504f75f77 100644
--- a/clients/client-database-migration-service/src/commands/DescribePendingMaintenanceActionsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribePendingMaintenanceActionsCommand.ts
@@ -117,4 +117,16 @@ export class DescribePendingMaintenanceActionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePendingMaintenanceActionsCommand)
.de(de_DescribePendingMaintenanceActionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePendingMaintenanceActionsMessage;
+ output: DescribePendingMaintenanceActionsResponse;
+ };
+ sdk: {
+ input: DescribePendingMaintenanceActionsCommandInput;
+ output: DescribePendingMaintenanceActionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeRecommendationLimitationsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeRecommendationLimitationsCommand.ts
index 8d02c164c25e..8bf6cc65a3a1 100644
--- a/clients/client-database-migration-service/src/commands/DescribeRecommendationLimitationsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeRecommendationLimitationsCommand.ts
@@ -116,4 +116,16 @@ export class DescribeRecommendationLimitationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRecommendationLimitationsCommand)
.de(de_DescribeRecommendationLimitationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRecommendationLimitationsRequest;
+ output: DescribeRecommendationLimitationsResponse;
+ };
+ sdk: {
+ input: DescribeRecommendationLimitationsCommandInput;
+ output: DescribeRecommendationLimitationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeRecommendationsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeRecommendationsCommand.ts
index e3f718a93290..3fa513e03f8a 100644
--- a/clients/client-database-migration-service/src/commands/DescribeRecommendationsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeRecommendationsCommand.ts
@@ -135,4 +135,16 @@ export class DescribeRecommendationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRecommendationsCommand)
.de(de_DescribeRecommendationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRecommendationsRequest;
+ output: DescribeRecommendationsResponse;
+ };
+ sdk: {
+ input: DescribeRecommendationsCommandInput;
+ output: DescribeRecommendationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeRefreshSchemasStatusCommand.ts b/clients/client-database-migration-service/src/commands/DescribeRefreshSchemasStatusCommand.ts
index d1ade8cd099f..79752d305c5d 100644
--- a/clients/client-database-migration-service/src/commands/DescribeRefreshSchemasStatusCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeRefreshSchemasStatusCommand.ts
@@ -114,4 +114,16 @@ export class DescribeRefreshSchemasStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRefreshSchemasStatusCommand)
.de(de_DescribeRefreshSchemasStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRefreshSchemasStatusMessage;
+ output: DescribeRefreshSchemasStatusResponse;
+ };
+ sdk: {
+ input: DescribeRefreshSchemasStatusCommandInput;
+ output: DescribeRefreshSchemasStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationConfigsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationConfigsCommand.ts
index 8bf6103092cd..f15dca239582 100644
--- a/clients/client-database-migration-service/src/commands/DescribeReplicationConfigsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeReplicationConfigsCommand.ts
@@ -120,4 +120,16 @@ export class DescribeReplicationConfigsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReplicationConfigsCommand)
.de(de_DescribeReplicationConfigsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReplicationConfigsMessage;
+ output: DescribeReplicationConfigsResponse;
+ };
+ sdk: {
+ input: DescribeReplicationConfigsCommandInput;
+ output: DescribeReplicationConfigsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationInstanceTaskLogsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationInstanceTaskLogsCommand.ts
index cbc7dd412e1f..54b4654095e0 100644
--- a/clients/client-database-migration-service/src/commands/DescribeReplicationInstanceTaskLogsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeReplicationInstanceTaskLogsCommand.ts
@@ -105,4 +105,16 @@ export class DescribeReplicationInstanceTaskLogsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReplicationInstanceTaskLogsCommand)
.de(de_DescribeReplicationInstanceTaskLogsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReplicationInstanceTaskLogsMessage;
+ output: DescribeReplicationInstanceTaskLogsResponse;
+ };
+ sdk: {
+ input: DescribeReplicationInstanceTaskLogsCommandInput;
+ output: DescribeReplicationInstanceTaskLogsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationInstancesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationInstancesCommand.ts
index bfffdb352a3c..efed0cf8e999 100644
--- a/clients/client-database-migration-service/src/commands/DescribeReplicationInstancesCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeReplicationInstancesCommand.ts
@@ -189,4 +189,16 @@ export class DescribeReplicationInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReplicationInstancesCommand)
.de(de_DescribeReplicationInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReplicationInstancesMessage;
+ output: DescribeReplicationInstancesResponse;
+ };
+ sdk: {
+ input: DescribeReplicationInstancesCommandInput;
+ output: DescribeReplicationInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationSubnetGroupsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationSubnetGroupsCommand.ts
index 6eaf072aab91..d60b26982afa 100644
--- a/clients/client-database-migration-service/src/commands/DescribeReplicationSubnetGroupsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeReplicationSubnetGroupsCommand.ts
@@ -145,4 +145,16 @@ export class DescribeReplicationSubnetGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReplicationSubnetGroupsCommand)
.de(de_DescribeReplicationSubnetGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReplicationSubnetGroupsMessage;
+ output: DescribeReplicationSubnetGroupsResponse;
+ };
+ sdk: {
+ input: DescribeReplicationSubnetGroupsCommandInput;
+ output: DescribeReplicationSubnetGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationTableStatisticsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationTableStatisticsCommand.ts
index 195f1a6dc112..7bd991ee9fb9 100644
--- a/clients/client-database-migration-service/src/commands/DescribeReplicationTableStatisticsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeReplicationTableStatisticsCommand.ts
@@ -134,4 +134,16 @@ export class DescribeReplicationTableStatisticsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReplicationTableStatisticsCommand)
.de(de_DescribeReplicationTableStatisticsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReplicationTableStatisticsMessage;
+ output: DescribeReplicationTableStatisticsResponse;
+ };
+ sdk: {
+ input: DescribeReplicationTableStatisticsCommandInput;
+ output: DescribeReplicationTableStatisticsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentResultsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentResultsCommand.ts
index a5c4562ceb99..0da45d43099a 100644
--- a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentResultsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentResultsCommand.ts
@@ -112,4 +112,16 @@ export class DescribeReplicationTaskAssessmentResultsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReplicationTaskAssessmentResultsCommand)
.de(de_DescribeReplicationTaskAssessmentResultsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReplicationTaskAssessmentResultsMessage;
+ output: DescribeReplicationTaskAssessmentResultsResponse;
+ };
+ sdk: {
+ input: DescribeReplicationTaskAssessmentResultsCommandInput;
+ output: DescribeReplicationTaskAssessmentResultsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentRunsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentRunsCommand.ts
index 783051d317a1..294bb508afe2 100644
--- a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentRunsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentRunsCommand.ts
@@ -129,4 +129,16 @@ export class DescribeReplicationTaskAssessmentRunsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReplicationTaskAssessmentRunsCommand)
.de(de_DescribeReplicationTaskAssessmentRunsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReplicationTaskAssessmentRunsMessage;
+ output: DescribeReplicationTaskAssessmentRunsResponse;
+ };
+ sdk: {
+ input: DescribeReplicationTaskAssessmentRunsCommandInput;
+ output: DescribeReplicationTaskAssessmentRunsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts
index 1e32a8fe0919..d7c9b149f8df 100644
--- a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts
@@ -113,4 +113,16 @@ export class DescribeReplicationTaskIndividualAssessmentsCommand extends $Comman
.f(void 0, void 0)
.ser(se_DescribeReplicationTaskIndividualAssessmentsCommand)
.de(de_DescribeReplicationTaskIndividualAssessmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReplicationTaskIndividualAssessmentsMessage;
+ output: DescribeReplicationTaskIndividualAssessmentsResponse;
+ };
+ sdk: {
+ input: DescribeReplicationTaskIndividualAssessmentsCommandInput;
+ output: DescribeReplicationTaskIndividualAssessmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationTasksCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationTasksCommand.ts
index 6bede42abc4d..6d9945d274f9 100644
--- a/clients/client-database-migration-service/src/commands/DescribeReplicationTasksCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeReplicationTasksCommand.ts
@@ -157,4 +157,16 @@ export class DescribeReplicationTasksCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReplicationTasksCommand)
.de(de_DescribeReplicationTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReplicationTasksMessage;
+ output: DescribeReplicationTasksResponse;
+ };
+ sdk: {
+ input: DescribeReplicationTasksCommandInput;
+ output: DescribeReplicationTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationsCommand.ts
index 3470a865fc2f..5d97711d5d6c 100644
--- a/clients/client-database-migration-service/src/commands/DescribeReplicationsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeReplicationsCommand.ts
@@ -138,4 +138,16 @@ export class DescribeReplicationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReplicationsCommand)
.de(de_DescribeReplicationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReplicationsMessage;
+ output: DescribeReplicationsResponse;
+ };
+ sdk: {
+ input: DescribeReplicationsCommandInput;
+ output: DescribeReplicationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeSchemasCommand.ts b/clients/client-database-migration-service/src/commands/DescribeSchemasCommand.ts
index 5a17fb6a2354..ba68a8bd73ab 100644
--- a/clients/client-database-migration-service/src/commands/DescribeSchemasCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeSchemasCommand.ts
@@ -112,4 +112,16 @@ export class DescribeSchemasCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSchemasCommand)
.de(de_DescribeSchemasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSchemasMessage;
+ output: DescribeSchemasResponse;
+ };
+ sdk: {
+ input: DescribeSchemasCommandInput;
+ output: DescribeSchemasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/DescribeTableStatisticsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeTableStatisticsCommand.ts
index 9043030b8c7e..19a056d2a14e 100644
--- a/clients/client-database-migration-service/src/commands/DescribeTableStatisticsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/DescribeTableStatisticsCommand.ts
@@ -149,4 +149,16 @@ export class DescribeTableStatisticsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTableStatisticsCommand)
.de(de_DescribeTableStatisticsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTableStatisticsMessage;
+ output: DescribeTableStatisticsResponse;
+ };
+ sdk: {
+ input: DescribeTableStatisticsCommandInput;
+ output: DescribeTableStatisticsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/ExportMetadataModelAssessmentCommand.ts b/clients/client-database-migration-service/src/commands/ExportMetadataModelAssessmentCommand.ts
index 7ef767b81e35..5d44c9e985aa 100644
--- a/clients/client-database-migration-service/src/commands/ExportMetadataModelAssessmentCommand.ts
+++ b/clients/client-database-migration-service/src/commands/ExportMetadataModelAssessmentCommand.ts
@@ -130,4 +130,16 @@ export class ExportMetadataModelAssessmentCommand extends $Command
.f(void 0, void 0)
.ser(se_ExportMetadataModelAssessmentCommand)
.de(de_ExportMetadataModelAssessmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExportMetadataModelAssessmentMessage;
+ output: ExportMetadataModelAssessmentResponse;
+ };
+ sdk: {
+ input: ExportMetadataModelAssessmentCommandInput;
+ output: ExportMetadataModelAssessmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/ImportCertificateCommand.ts b/clients/client-database-migration-service/src/commands/ImportCertificateCommand.ts
index cff631a9a9af..3a9bbcbf8023 100644
--- a/clients/client-database-migration-service/src/commands/ImportCertificateCommand.ts
+++ b/clients/client-database-migration-service/src/commands/ImportCertificateCommand.ts
@@ -131,4 +131,16 @@ export class ImportCertificateCommand extends $Command
.f(ImportCertificateMessageFilterSensitiveLog, void 0)
.ser(se_ImportCertificateCommand)
.de(de_ImportCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportCertificateMessage;
+ output: ImportCertificateResponse;
+ };
+ sdk: {
+ input: ImportCertificateCommandInput;
+ output: ImportCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-database-migration-service/src/commands/ListTagsForResourceCommand.ts
index a64a2adbe378..129754ebc94f 100644
--- a/clients/client-database-migration-service/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-database-migration-service/src/commands/ListTagsForResourceCommand.ts
@@ -113,4 +113,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceMessage;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/ModifyConversionConfigurationCommand.ts b/clients/client-database-migration-service/src/commands/ModifyConversionConfigurationCommand.ts
index 8330565d0f22..65f41dbe1c52 100644
--- a/clients/client-database-migration-service/src/commands/ModifyConversionConfigurationCommand.ts
+++ b/clients/client-database-migration-service/src/commands/ModifyConversionConfigurationCommand.ts
@@ -110,4 +110,16 @@ export class ModifyConversionConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyConversionConfigurationCommand)
.de(de_ModifyConversionConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyConversionConfigurationMessage;
+ output: ModifyConversionConfigurationResponse;
+ };
+ sdk: {
+ input: ModifyConversionConfigurationCommandInput;
+ output: ModifyConversionConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/ModifyDataProviderCommand.ts b/clients/client-database-migration-service/src/commands/ModifyDataProviderCommand.ts
index c20300638ffd..6a7b3d1c2d02 100644
--- a/clients/client-database-migration-service/src/commands/ModifyDataProviderCommand.ts
+++ b/clients/client-database-migration-service/src/commands/ModifyDataProviderCommand.ts
@@ -268,4 +268,16 @@ export class ModifyDataProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyDataProviderCommand)
.de(de_ModifyDataProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyDataProviderMessage;
+ output: ModifyDataProviderResponse;
+ };
+ sdk: {
+ input: ModifyDataProviderCommandInput;
+ output: ModifyDataProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/ModifyEndpointCommand.ts b/clients/client-database-migration-service/src/commands/ModifyEndpointCommand.ts
index 307fa1fa2463..3bd97e3822a9 100644
--- a/clients/client-database-migration-service/src/commands/ModifyEndpointCommand.ts
+++ b/clients/client-database-migration-service/src/commands/ModifyEndpointCommand.ts
@@ -832,4 +832,16 @@ export class ModifyEndpointCommand extends $Command
.f(ModifyEndpointMessageFilterSensitiveLog, ModifyEndpointResponseFilterSensitiveLog)
.ser(se_ModifyEndpointCommand)
.de(de_ModifyEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyEndpointMessage;
+ output: ModifyEndpointResponse;
+ };
+ sdk: {
+ input: ModifyEndpointCommandInput;
+ output: ModifyEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/ModifyEventSubscriptionCommand.ts b/clients/client-database-migration-service/src/commands/ModifyEventSubscriptionCommand.ts
index 69fed91606b0..b279deb05190 100644
--- a/clients/client-database-migration-service/src/commands/ModifyEventSubscriptionCommand.ts
+++ b/clients/client-database-migration-service/src/commands/ModifyEventSubscriptionCommand.ts
@@ -128,4 +128,16 @@ export class ModifyEventSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyEventSubscriptionCommand)
.de(de_ModifyEventSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyEventSubscriptionMessage;
+ output: ModifyEventSubscriptionResponse;
+ };
+ sdk: {
+ input: ModifyEventSubscriptionCommandInput;
+ output: ModifyEventSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/ModifyInstanceProfileCommand.ts b/clients/client-database-migration-service/src/commands/ModifyInstanceProfileCommand.ts
index 91bfa8fd216b..4a77a4c27e01 100644
--- a/clients/client-database-migration-service/src/commands/ModifyInstanceProfileCommand.ts
+++ b/clients/client-database-migration-service/src/commands/ModifyInstanceProfileCommand.ts
@@ -163,4 +163,16 @@ export class ModifyInstanceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyInstanceProfileCommand)
.de(de_ModifyInstanceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyInstanceProfileMessage;
+ output: ModifyInstanceProfileResponse;
+ };
+ sdk: {
+ input: ModifyInstanceProfileCommandInput;
+ output: ModifyInstanceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/ModifyMigrationProjectCommand.ts b/clients/client-database-migration-service/src/commands/ModifyMigrationProjectCommand.ts
index cb0def5ebcf7..b70a2afa1d0d 100644
--- a/clients/client-database-migration-service/src/commands/ModifyMigrationProjectCommand.ts
+++ b/clients/client-database-migration-service/src/commands/ModifyMigrationProjectCommand.ts
@@ -214,4 +214,16 @@ export class ModifyMigrationProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyMigrationProjectCommand)
.de(de_ModifyMigrationProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyMigrationProjectMessage;
+ output: ModifyMigrationProjectResponse;
+ };
+ sdk: {
+ input: ModifyMigrationProjectCommandInput;
+ output: ModifyMigrationProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/ModifyReplicationConfigCommand.ts b/clients/client-database-migration-service/src/commands/ModifyReplicationConfigCommand.ts
index f29886b1f4b5..8039d383fa99 100644
--- a/clients/client-database-migration-service/src/commands/ModifyReplicationConfigCommand.ts
+++ b/clients/client-database-migration-service/src/commands/ModifyReplicationConfigCommand.ts
@@ -151,4 +151,16 @@ export class ModifyReplicationConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyReplicationConfigCommand)
.de(de_ModifyReplicationConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyReplicationConfigMessage;
+ output: ModifyReplicationConfigResponse;
+ };
+ sdk: {
+ input: ModifyReplicationConfigCommandInput;
+ output: ModifyReplicationConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/ModifyReplicationInstanceCommand.ts b/clients/client-database-migration-service/src/commands/ModifyReplicationInstanceCommand.ts
index dcdd20de079a..a8aa6ed94956 100644
--- a/clients/client-database-migration-service/src/commands/ModifyReplicationInstanceCommand.ts
+++ b/clients/client-database-migration-service/src/commands/ModifyReplicationInstanceCommand.ts
@@ -253,4 +253,16 @@ export class ModifyReplicationInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyReplicationInstanceCommand)
.de(de_ModifyReplicationInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyReplicationInstanceMessage;
+ output: ModifyReplicationInstanceResponse;
+ };
+ sdk: {
+ input: ModifyReplicationInstanceCommandInput;
+ output: ModifyReplicationInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/ModifyReplicationSubnetGroupCommand.ts b/clients/client-database-migration-service/src/commands/ModifyReplicationSubnetGroupCommand.ts
index 92865b1f7413..4643305137f7 100644
--- a/clients/client-database-migration-service/src/commands/ModifyReplicationSubnetGroupCommand.ts
+++ b/clients/client-database-migration-service/src/commands/ModifyReplicationSubnetGroupCommand.ts
@@ -144,4 +144,16 @@ export class ModifyReplicationSubnetGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyReplicationSubnetGroupCommand)
.de(de_ModifyReplicationSubnetGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyReplicationSubnetGroupMessage;
+ output: ModifyReplicationSubnetGroupResponse;
+ };
+ sdk: {
+ input: ModifyReplicationSubnetGroupCommandInput;
+ output: ModifyReplicationSubnetGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/ModifyReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/ModifyReplicationTaskCommand.ts
index e6ff736b1dda..bcbca7b7d77e 100644
--- a/clients/client-database-migration-service/src/commands/ModifyReplicationTaskCommand.ts
+++ b/clients/client-database-migration-service/src/commands/ModifyReplicationTaskCommand.ts
@@ -136,4 +136,16 @@ export class ModifyReplicationTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyReplicationTaskCommand)
.de(de_ModifyReplicationTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyReplicationTaskMessage;
+ output: ModifyReplicationTaskResponse;
+ };
+ sdk: {
+ input: ModifyReplicationTaskCommandInput;
+ output: ModifyReplicationTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/MoveReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/MoveReplicationTaskCommand.ts
index 3a7b6b9bed2f..9709be07d0cc 100644
--- a/clients/client-database-migration-service/src/commands/MoveReplicationTaskCommand.ts
+++ b/clients/client-database-migration-service/src/commands/MoveReplicationTaskCommand.ts
@@ -133,4 +133,16 @@ export class MoveReplicationTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_MoveReplicationTaskCommand)
.de(de_MoveReplicationTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: MoveReplicationTaskMessage;
+ output: MoveReplicationTaskResponse;
+ };
+ sdk: {
+ input: MoveReplicationTaskCommandInput;
+ output: MoveReplicationTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/RebootReplicationInstanceCommand.ts b/clients/client-database-migration-service/src/commands/RebootReplicationInstanceCommand.ts
index 550c57072d3e..2ebbfd12600a 100644
--- a/clients/client-database-migration-service/src/commands/RebootReplicationInstanceCommand.ts
+++ b/clients/client-database-migration-service/src/commands/RebootReplicationInstanceCommand.ts
@@ -150,4 +150,16 @@ export class RebootReplicationInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_RebootReplicationInstanceCommand)
.de(de_RebootReplicationInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RebootReplicationInstanceMessage;
+ output: RebootReplicationInstanceResponse;
+ };
+ sdk: {
+ input: RebootReplicationInstanceCommandInput;
+ output: RebootReplicationInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/RefreshSchemasCommand.ts b/clients/client-database-migration-service/src/commands/RefreshSchemasCommand.ts
index 11bb4e1234c2..dcc19005cb93 100644
--- a/clients/client-database-migration-service/src/commands/RefreshSchemasCommand.ts
+++ b/clients/client-database-migration-service/src/commands/RefreshSchemasCommand.ts
@@ -119,4 +119,16 @@ export class RefreshSchemasCommand extends $Command
.f(void 0, void 0)
.ser(se_RefreshSchemasCommand)
.de(de_RefreshSchemasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RefreshSchemasMessage;
+ output: RefreshSchemasResponse;
+ };
+ sdk: {
+ input: RefreshSchemasCommandInput;
+ output: RefreshSchemasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/ReloadReplicationTablesCommand.ts b/clients/client-database-migration-service/src/commands/ReloadReplicationTablesCommand.ts
index b8563e7eb1d2..ad87384625ae 100644
--- a/clients/client-database-migration-service/src/commands/ReloadReplicationTablesCommand.ts
+++ b/clients/client-database-migration-service/src/commands/ReloadReplicationTablesCommand.ts
@@ -97,4 +97,16 @@ export class ReloadReplicationTablesCommand extends $Command
.f(void 0, void 0)
.ser(se_ReloadReplicationTablesCommand)
.de(de_ReloadReplicationTablesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReloadReplicationTablesMessage;
+ output: ReloadReplicationTablesResponse;
+ };
+ sdk: {
+ input: ReloadReplicationTablesCommandInput;
+ output: ReloadReplicationTablesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/ReloadTablesCommand.ts b/clients/client-database-migration-service/src/commands/ReloadTablesCommand.ts
index ebde24f72c9e..129f81bf1583 100644
--- a/clients/client-database-migration-service/src/commands/ReloadTablesCommand.ts
+++ b/clients/client-database-migration-service/src/commands/ReloadTablesCommand.ts
@@ -96,4 +96,16 @@ export class ReloadTablesCommand extends $Command
.f(void 0, void 0)
.ser(se_ReloadTablesCommand)
.de(de_ReloadTablesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReloadTablesMessage;
+ output: ReloadTablesResponse;
+ };
+ sdk: {
+ input: ReloadTablesCommandInput;
+ output: ReloadTablesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-database-migration-service/src/commands/RemoveTagsFromResourceCommand.ts
index be5af6b1432b..e89ea3d59081 100644
--- a/clients/client-database-migration-service/src/commands/RemoveTagsFromResourceCommand.ts
+++ b/clients/client-database-migration-service/src/commands/RemoveTagsFromResourceCommand.ts
@@ -102,4 +102,16 @@ export class RemoveTagsFromResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveTagsFromResourceCommand)
.de(de_RemoveTagsFromResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveTagsFromResourceMessage;
+ output: {};
+ };
+ sdk: {
+ input: RemoveTagsFromResourceCommandInput;
+ output: RemoveTagsFromResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/RunFleetAdvisorLsaAnalysisCommand.ts b/clients/client-database-migration-service/src/commands/RunFleetAdvisorLsaAnalysisCommand.ts
index 5799bfa0b59a..304a863f5963 100644
--- a/clients/client-database-migration-service/src/commands/RunFleetAdvisorLsaAnalysisCommand.ts
+++ b/clients/client-database-migration-service/src/commands/RunFleetAdvisorLsaAnalysisCommand.ts
@@ -86,4 +86,16 @@ export class RunFleetAdvisorLsaAnalysisCommand extends $Command
.f(void 0, void 0)
.ser(se_RunFleetAdvisorLsaAnalysisCommand)
.de(de_RunFleetAdvisorLsaAnalysisCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: RunFleetAdvisorLsaAnalysisResponse;
+ };
+ sdk: {
+ input: RunFleetAdvisorLsaAnalysisCommandInput;
+ output: RunFleetAdvisorLsaAnalysisCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/StartExtensionPackAssociationCommand.ts b/clients/client-database-migration-service/src/commands/StartExtensionPackAssociationCommand.ts
index d58e33c63cb5..11193c19604d 100644
--- a/clients/client-database-migration-service/src/commands/StartExtensionPackAssociationCommand.ts
+++ b/clients/client-database-migration-service/src/commands/StartExtensionPackAssociationCommand.ts
@@ -131,4 +131,16 @@ export class StartExtensionPackAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_StartExtensionPackAssociationCommand)
.de(de_StartExtensionPackAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartExtensionPackAssociationMessage;
+ output: StartExtensionPackAssociationResponse;
+ };
+ sdk: {
+ input: StartExtensionPackAssociationCommandInput;
+ output: StartExtensionPackAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/StartMetadataModelAssessmentCommand.ts b/clients/client-database-migration-service/src/commands/StartMetadataModelAssessmentCommand.ts
index c64998cc0110..56075bc4bf4f 100644
--- a/clients/client-database-migration-service/src/commands/StartMetadataModelAssessmentCommand.ts
+++ b/clients/client-database-migration-service/src/commands/StartMetadataModelAssessmentCommand.ts
@@ -134,4 +134,16 @@ export class StartMetadataModelAssessmentCommand extends $Command
.f(void 0, void 0)
.ser(se_StartMetadataModelAssessmentCommand)
.de(de_StartMetadataModelAssessmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartMetadataModelAssessmentMessage;
+ output: StartMetadataModelAssessmentResponse;
+ };
+ sdk: {
+ input: StartMetadataModelAssessmentCommandInput;
+ output: StartMetadataModelAssessmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/StartMetadataModelConversionCommand.ts b/clients/client-database-migration-service/src/commands/StartMetadataModelConversionCommand.ts
index e59a8225c4dd..8d01564608dc 100644
--- a/clients/client-database-migration-service/src/commands/StartMetadataModelConversionCommand.ts
+++ b/clients/client-database-migration-service/src/commands/StartMetadataModelConversionCommand.ts
@@ -130,4 +130,16 @@ export class StartMetadataModelConversionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartMetadataModelConversionCommand)
.de(de_StartMetadataModelConversionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartMetadataModelConversionMessage;
+ output: StartMetadataModelConversionResponse;
+ };
+ sdk: {
+ input: StartMetadataModelConversionCommandInput;
+ output: StartMetadataModelConversionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/StartMetadataModelExportAsScriptCommand.ts b/clients/client-database-migration-service/src/commands/StartMetadataModelExportAsScriptCommand.ts
index a2ac794927f6..99296e795369 100644
--- a/clients/client-database-migration-service/src/commands/StartMetadataModelExportAsScriptCommand.ts
+++ b/clients/client-database-migration-service/src/commands/StartMetadataModelExportAsScriptCommand.ts
@@ -134,4 +134,16 @@ export class StartMetadataModelExportAsScriptCommand extends $Command
.f(void 0, void 0)
.ser(se_StartMetadataModelExportAsScriptCommand)
.de(de_StartMetadataModelExportAsScriptCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartMetadataModelExportAsScriptMessage;
+ output: StartMetadataModelExportAsScriptResponse;
+ };
+ sdk: {
+ input: StartMetadataModelExportAsScriptCommandInput;
+ output: StartMetadataModelExportAsScriptCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/StartMetadataModelExportToTargetCommand.ts b/clients/client-database-migration-service/src/commands/StartMetadataModelExportToTargetCommand.ts
index 2f46d1c23d83..8bac9fa92e45 100644
--- a/clients/client-database-migration-service/src/commands/StartMetadataModelExportToTargetCommand.ts
+++ b/clients/client-database-migration-service/src/commands/StartMetadataModelExportToTargetCommand.ts
@@ -132,4 +132,16 @@ export class StartMetadataModelExportToTargetCommand extends $Command
.f(void 0, void 0)
.ser(se_StartMetadataModelExportToTargetCommand)
.de(de_StartMetadataModelExportToTargetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartMetadataModelExportToTargetMessage;
+ output: StartMetadataModelExportToTargetResponse;
+ };
+ sdk: {
+ input: StartMetadataModelExportToTargetCommandInput;
+ output: StartMetadataModelExportToTargetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/StartMetadataModelImportCommand.ts b/clients/client-database-migration-service/src/commands/StartMetadataModelImportCommand.ts
index 041a0b627ad5..910459fda4d0 100644
--- a/clients/client-database-migration-service/src/commands/StartMetadataModelImportCommand.ts
+++ b/clients/client-database-migration-service/src/commands/StartMetadataModelImportCommand.ts
@@ -130,4 +130,16 @@ export class StartMetadataModelImportCommand extends $Command
.f(void 0, void 0)
.ser(se_StartMetadataModelImportCommand)
.de(de_StartMetadataModelImportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartMetadataModelImportMessage;
+ output: StartMetadataModelImportResponse;
+ };
+ sdk: {
+ input: StartMetadataModelImportCommandInput;
+ output: StartMetadataModelImportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/StartRecommendationsCommand.ts b/clients/client-database-migration-service/src/commands/StartRecommendationsCommand.ts
index 32bf726eeb77..4ae691ccf36f 100644
--- a/clients/client-database-migration-service/src/commands/StartRecommendationsCommand.ts
+++ b/clients/client-database-migration-service/src/commands/StartRecommendationsCommand.ts
@@ -95,4 +95,16 @@ export class StartRecommendationsCommand extends $Command
.f(void 0, void 0)
.ser(se_StartRecommendationsCommand)
.de(de_StartRecommendationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartRecommendationsRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartRecommendationsCommandInput;
+ output: StartRecommendationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/StartReplicationCommand.ts b/clients/client-database-migration-service/src/commands/StartReplicationCommand.ts
index 1a804db4c8f2..50be9e135a1b 100644
--- a/clients/client-database-migration-service/src/commands/StartReplicationCommand.ts
+++ b/clients/client-database-migration-service/src/commands/StartReplicationCommand.ts
@@ -139,4 +139,16 @@ export class StartReplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_StartReplicationCommand)
.de(de_StartReplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartReplicationMessage;
+ output: StartReplicationResponse;
+ };
+ sdk: {
+ input: StartReplicationCommandInput;
+ output: StartReplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentCommand.ts b/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentCommand.ts
index 16c5f8dc600d..09dbe9342175 100644
--- a/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentCommand.ts
+++ b/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentCommand.ts
@@ -138,4 +138,16 @@ export class StartReplicationTaskAssessmentCommand extends $Command
.f(void 0, void 0)
.ser(se_StartReplicationTaskAssessmentCommand)
.de(de_StartReplicationTaskAssessmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartReplicationTaskAssessmentMessage;
+ output: StartReplicationTaskAssessmentResponse;
+ };
+ sdk: {
+ input: StartReplicationTaskAssessmentCommandInput;
+ output: StartReplicationTaskAssessmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentRunCommand.ts b/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentRunCommand.ts
index 72a3c3ac7772..96f297430c74 100644
--- a/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentRunCommand.ts
+++ b/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentRunCommand.ts
@@ -161,4 +161,16 @@ export class StartReplicationTaskAssessmentRunCommand extends $Command
.f(void 0, void 0)
.ser(se_StartReplicationTaskAssessmentRunCommand)
.de(de_StartReplicationTaskAssessmentRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartReplicationTaskAssessmentRunMessage;
+ output: StartReplicationTaskAssessmentRunResponse;
+ };
+ sdk: {
+ input: StartReplicationTaskAssessmentRunCommandInput;
+ output: StartReplicationTaskAssessmentRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/StartReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/StartReplicationTaskCommand.ts
index 48dd4a1fa5b5..6c5255d0e251 100644
--- a/clients/client-database-migration-service/src/commands/StartReplicationTaskCommand.ts
+++ b/clients/client-database-migration-service/src/commands/StartReplicationTaskCommand.ts
@@ -159,4 +159,16 @@ export class StartReplicationTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_StartReplicationTaskCommand)
.de(de_StartReplicationTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartReplicationTaskMessage;
+ output: StartReplicationTaskResponse;
+ };
+ sdk: {
+ input: StartReplicationTaskCommandInput;
+ output: StartReplicationTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/StopReplicationCommand.ts b/clients/client-database-migration-service/src/commands/StopReplicationCommand.ts
index 7f171661a5a7..7c2cc001c157 100644
--- a/clients/client-database-migration-service/src/commands/StopReplicationCommand.ts
+++ b/clients/client-database-migration-service/src/commands/StopReplicationCommand.ts
@@ -133,4 +133,16 @@ export class StopReplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_StopReplicationCommand)
.de(de_StopReplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopReplicationMessage;
+ output: StopReplicationResponse;
+ };
+ sdk: {
+ input: StopReplicationCommandInput;
+ output: StopReplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/StopReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/StopReplicationTaskCommand.ts
index 13f0d40121ff..e74434bcc782 100644
--- a/clients/client-database-migration-service/src/commands/StopReplicationTaskCommand.ts
+++ b/clients/client-database-migration-service/src/commands/StopReplicationTaskCommand.ts
@@ -146,4 +146,16 @@ export class StopReplicationTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_StopReplicationTaskCommand)
.de(de_StopReplicationTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopReplicationTaskMessage;
+ output: StopReplicationTaskResponse;
+ };
+ sdk: {
+ input: StopReplicationTaskCommandInput;
+ output: StopReplicationTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/TestConnectionCommand.ts b/clients/client-database-migration-service/src/commands/TestConnectionCommand.ts
index 3d06164496b2..7cca652e8958 100644
--- a/clients/client-database-migration-service/src/commands/TestConnectionCommand.ts
+++ b/clients/client-database-migration-service/src/commands/TestConnectionCommand.ts
@@ -122,4 +122,16 @@ export class TestConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_TestConnectionCommand)
.de(de_TestConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TestConnectionMessage;
+ output: TestConnectionResponse;
+ };
+ sdk: {
+ input: TestConnectionCommandInput;
+ output: TestConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-database-migration-service/src/commands/UpdateSubscriptionsToEventBridgeCommand.ts b/clients/client-database-migration-service/src/commands/UpdateSubscriptionsToEventBridgeCommand.ts
index 1993f2e7dbc8..6efe969b4ce0 100644
--- a/clients/client-database-migration-service/src/commands/UpdateSubscriptionsToEventBridgeCommand.ts
+++ b/clients/client-database-migration-service/src/commands/UpdateSubscriptionsToEventBridgeCommand.ts
@@ -101,4 +101,16 @@ export class UpdateSubscriptionsToEventBridgeCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSubscriptionsToEventBridgeCommand)
.de(de_UpdateSubscriptionsToEventBridgeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSubscriptionsToEventBridgeMessage;
+ output: UpdateSubscriptionsToEventBridgeResponse;
+ };
+ sdk: {
+ input: UpdateSubscriptionsToEventBridgeCommandInput;
+ output: UpdateSubscriptionsToEventBridgeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/package.json b/clients/client-databrew/package.json
index c1e072292b47..f406fb35560a 100644
--- a/clients/client-databrew/package.json
+++ b/clients/client-databrew/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-databrew/src/commands/BatchDeleteRecipeVersionCommand.ts b/clients/client-databrew/src/commands/BatchDeleteRecipeVersionCommand.ts
index fc3629c796f7..3432ed5b620a 100644
--- a/clients/client-databrew/src/commands/BatchDeleteRecipeVersionCommand.ts
+++ b/clients/client-databrew/src/commands/BatchDeleteRecipeVersionCommand.ts
@@ -134,4 +134,16 @@ export class BatchDeleteRecipeVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDeleteRecipeVersionCommand)
.de(de_BatchDeleteRecipeVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDeleteRecipeVersionRequest;
+ output: BatchDeleteRecipeVersionResponse;
+ };
+ sdk: {
+ input: BatchDeleteRecipeVersionCommandInput;
+ output: BatchDeleteRecipeVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/CreateDatasetCommand.ts b/clients/client-databrew/src/commands/CreateDatasetCommand.ts
index bfbb5911a8cf..10e4dbdab415 100644
--- a/clients/client-databrew/src/commands/CreateDatasetCommand.ts
+++ b/clients/client-databrew/src/commands/CreateDatasetCommand.ts
@@ -172,4 +172,16 @@ export class CreateDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDatasetCommand)
.de(de_CreateDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDatasetRequest;
+ output: CreateDatasetResponse;
+ };
+ sdk: {
+ input: CreateDatasetCommandInput;
+ output: CreateDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/CreateProfileJobCommand.ts b/clients/client-databrew/src/commands/CreateProfileJobCommand.ts
index bb5f51dd157f..a4388f82712a 100644
--- a/clients/client-databrew/src/commands/CreateProfileJobCommand.ts
+++ b/clients/client-databrew/src/commands/CreateProfileJobCommand.ts
@@ -174,4 +174,16 @@ export class CreateProfileJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateProfileJobCommand)
.de(de_CreateProfileJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateProfileJobRequest;
+ output: CreateProfileJobResponse;
+ };
+ sdk: {
+ input: CreateProfileJobCommandInput;
+ output: CreateProfileJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/CreateProjectCommand.ts b/clients/client-databrew/src/commands/CreateProjectCommand.ts
index b290763b1083..56bceff36bd8 100644
--- a/clients/client-databrew/src/commands/CreateProjectCommand.ts
+++ b/clients/client-databrew/src/commands/CreateProjectCommand.ts
@@ -99,4 +99,16 @@ export class CreateProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateProjectCommand)
.de(de_CreateProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateProjectRequest;
+ output: CreateProjectResponse;
+ };
+ sdk: {
+ input: CreateProjectCommandInput;
+ output: CreateProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/CreateRecipeCommand.ts b/clients/client-databrew/src/commands/CreateRecipeCommand.ts
index 70b9fbdd3b01..e6395d9d2084 100644
--- a/clients/client-databrew/src/commands/CreateRecipeCommand.ts
+++ b/clients/client-databrew/src/commands/CreateRecipeCommand.ts
@@ -107,4 +107,16 @@ export class CreateRecipeCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRecipeCommand)
.de(de_CreateRecipeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRecipeRequest;
+ output: CreateRecipeResponse;
+ };
+ sdk: {
+ input: CreateRecipeCommandInput;
+ output: CreateRecipeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/CreateRecipeJobCommand.ts b/clients/client-databrew/src/commands/CreateRecipeJobCommand.ts
index 7d31000dd733..54aa94f0173b 100644
--- a/clients/client-databrew/src/commands/CreateRecipeJobCommand.ts
+++ b/clients/client-databrew/src/commands/CreateRecipeJobCommand.ts
@@ -166,4 +166,16 @@ export class CreateRecipeJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRecipeJobCommand)
.de(de_CreateRecipeJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRecipeJobRequest;
+ output: CreateRecipeJobResponse;
+ };
+ sdk: {
+ input: CreateRecipeJobCommandInput;
+ output: CreateRecipeJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/CreateRulesetCommand.ts b/clients/client-databrew/src/commands/CreateRulesetCommand.ts
index efb798c7b768..e19699a04006 100644
--- a/clients/client-databrew/src/commands/CreateRulesetCommand.ts
+++ b/clients/client-databrew/src/commands/CreateRulesetCommand.ts
@@ -113,4 +113,16 @@ export class CreateRulesetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRulesetCommand)
.de(de_CreateRulesetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRulesetRequest;
+ output: CreateRulesetResponse;
+ };
+ sdk: {
+ input: CreateRulesetCommandInput;
+ output: CreateRulesetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/CreateScheduleCommand.ts b/clients/client-databrew/src/commands/CreateScheduleCommand.ts
index f99b83a439a6..7ae68730585d 100644
--- a/clients/client-databrew/src/commands/CreateScheduleCommand.ts
+++ b/clients/client-databrew/src/commands/CreateScheduleCommand.ts
@@ -94,4 +94,16 @@ export class CreateScheduleCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateScheduleCommand)
.de(de_CreateScheduleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateScheduleRequest;
+ output: CreateScheduleResponse;
+ };
+ sdk: {
+ input: CreateScheduleCommandInput;
+ output: CreateScheduleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/DeleteDatasetCommand.ts b/clients/client-databrew/src/commands/DeleteDatasetCommand.ts
index 9b4d92918c61..a63e7156cccc 100644
--- a/clients/client-databrew/src/commands/DeleteDatasetCommand.ts
+++ b/clients/client-databrew/src/commands/DeleteDatasetCommand.ts
@@ -86,4 +86,16 @@ export class DeleteDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDatasetCommand)
.de(de_DeleteDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDatasetRequest;
+ output: DeleteDatasetResponse;
+ };
+ sdk: {
+ input: DeleteDatasetCommandInput;
+ output: DeleteDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/DeleteJobCommand.ts b/clients/client-databrew/src/commands/DeleteJobCommand.ts
index 690f882694dc..77c609416c1d 100644
--- a/clients/client-databrew/src/commands/DeleteJobCommand.ts
+++ b/clients/client-databrew/src/commands/DeleteJobCommand.ts
@@ -86,4 +86,16 @@ export class DeleteJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteJobCommand)
.de(de_DeleteJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteJobRequest;
+ output: DeleteJobResponse;
+ };
+ sdk: {
+ input: DeleteJobCommandInput;
+ output: DeleteJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/DeleteProjectCommand.ts b/clients/client-databrew/src/commands/DeleteProjectCommand.ts
index a6bf10484270..640e92ce921b 100644
--- a/clients/client-databrew/src/commands/DeleteProjectCommand.ts
+++ b/clients/client-databrew/src/commands/DeleteProjectCommand.ts
@@ -86,4 +86,16 @@ export class DeleteProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteProjectCommand)
.de(de_DeleteProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteProjectRequest;
+ output: DeleteProjectResponse;
+ };
+ sdk: {
+ input: DeleteProjectCommandInput;
+ output: DeleteProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/DeleteRecipeVersionCommand.ts b/clients/client-databrew/src/commands/DeleteRecipeVersionCommand.ts
index 4cf407fc3cbb..bbf52afac1bc 100644
--- a/clients/client-databrew/src/commands/DeleteRecipeVersionCommand.ts
+++ b/clients/client-databrew/src/commands/DeleteRecipeVersionCommand.ts
@@ -88,4 +88,16 @@ export class DeleteRecipeVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRecipeVersionCommand)
.de(de_DeleteRecipeVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRecipeVersionRequest;
+ output: DeleteRecipeVersionResponse;
+ };
+ sdk: {
+ input: DeleteRecipeVersionCommandInput;
+ output: DeleteRecipeVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/DeleteRulesetCommand.ts b/clients/client-databrew/src/commands/DeleteRulesetCommand.ts
index 81e6c597d785..2c3f920d0dbe 100644
--- a/clients/client-databrew/src/commands/DeleteRulesetCommand.ts
+++ b/clients/client-databrew/src/commands/DeleteRulesetCommand.ts
@@ -86,4 +86,16 @@ export class DeleteRulesetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRulesetCommand)
.de(de_DeleteRulesetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRulesetRequest;
+ output: DeleteRulesetResponse;
+ };
+ sdk: {
+ input: DeleteRulesetCommandInput;
+ output: DeleteRulesetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/DeleteScheduleCommand.ts b/clients/client-databrew/src/commands/DeleteScheduleCommand.ts
index c6346aee1e33..55ef168a8040 100644
--- a/clients/client-databrew/src/commands/DeleteScheduleCommand.ts
+++ b/clients/client-databrew/src/commands/DeleteScheduleCommand.ts
@@ -83,4 +83,16 @@ export class DeleteScheduleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteScheduleCommand)
.de(de_DeleteScheduleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteScheduleRequest;
+ output: DeleteScheduleResponse;
+ };
+ sdk: {
+ input: DeleteScheduleCommandInput;
+ output: DeleteScheduleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/DescribeDatasetCommand.ts b/clients/client-databrew/src/commands/DescribeDatasetCommand.ts
index 42083fa7bbaf..3f17781aeb5d 100644
--- a/clients/client-databrew/src/commands/DescribeDatasetCommand.ts
+++ b/clients/client-databrew/src/commands/DescribeDatasetCommand.ts
@@ -172,4 +172,16 @@ export class DescribeDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDatasetCommand)
.de(de_DescribeDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDatasetRequest;
+ output: DescribeDatasetResponse;
+ };
+ sdk: {
+ input: DescribeDatasetCommandInput;
+ output: DescribeDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/DescribeJobCommand.ts b/clients/client-databrew/src/commands/DescribeJobCommand.ts
index 39b0100e02d3..65a0d22f0458 100644
--- a/clients/client-databrew/src/commands/DescribeJobCommand.ts
+++ b/clients/client-databrew/src/commands/DescribeJobCommand.ts
@@ -229,4 +229,16 @@ export class DescribeJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeJobCommand)
.de(de_DescribeJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeJobRequest;
+ output: DescribeJobResponse;
+ };
+ sdk: {
+ input: DescribeJobCommandInput;
+ output: DescribeJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/DescribeJobRunCommand.ts b/clients/client-databrew/src/commands/DescribeJobRunCommand.ts
index 150b4928b71e..84e94edf9445 100644
--- a/clients/client-databrew/src/commands/DescribeJobRunCommand.ts
+++ b/clients/client-databrew/src/commands/DescribeJobRunCommand.ts
@@ -223,4 +223,16 @@ export class DescribeJobRunCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeJobRunCommand)
.de(de_DescribeJobRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeJobRunRequest;
+ output: DescribeJobRunResponse;
+ };
+ sdk: {
+ input: DescribeJobRunCommandInput;
+ output: DescribeJobRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/DescribeProjectCommand.ts b/clients/client-databrew/src/commands/DescribeProjectCommand.ts
index cceac78a9948..e31049d1178f 100644
--- a/clients/client-databrew/src/commands/DescribeProjectCommand.ts
+++ b/clients/client-databrew/src/commands/DescribeProjectCommand.ts
@@ -101,4 +101,16 @@ export class DescribeProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeProjectCommand)
.de(de_DescribeProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeProjectRequest;
+ output: DescribeProjectResponse;
+ };
+ sdk: {
+ input: DescribeProjectCommandInput;
+ output: DescribeProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/DescribeRecipeCommand.ts b/clients/client-databrew/src/commands/DescribeRecipeCommand.ts
index 7f4444519111..fbba6d78a390 100644
--- a/clients/client-databrew/src/commands/DescribeRecipeCommand.ts
+++ b/clients/client-databrew/src/commands/DescribeRecipeCommand.ts
@@ -115,4 +115,16 @@ export class DescribeRecipeCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRecipeCommand)
.de(de_DescribeRecipeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRecipeRequest;
+ output: DescribeRecipeResponse;
+ };
+ sdk: {
+ input: DescribeRecipeCommandInput;
+ output: DescribeRecipeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/DescribeRulesetCommand.ts b/clients/client-databrew/src/commands/DescribeRulesetCommand.ts
index 96a8ddedc726..5976688eb5b2 100644
--- a/clients/client-databrew/src/commands/DescribeRulesetCommand.ts
+++ b/clients/client-databrew/src/commands/DescribeRulesetCommand.ts
@@ -114,4 +114,16 @@ export class DescribeRulesetCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRulesetCommand)
.de(de_DescribeRulesetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRulesetRequest;
+ output: DescribeRulesetResponse;
+ };
+ sdk: {
+ input: DescribeRulesetCommandInput;
+ output: DescribeRulesetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/DescribeScheduleCommand.ts b/clients/client-databrew/src/commands/DescribeScheduleCommand.ts
index d4e163d2e698..9fe0d15dea9f 100644
--- a/clients/client-databrew/src/commands/DescribeScheduleCommand.ts
+++ b/clients/client-databrew/src/commands/DescribeScheduleCommand.ts
@@ -95,4 +95,16 @@ export class DescribeScheduleCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeScheduleCommand)
.de(de_DescribeScheduleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeScheduleRequest;
+ output: DescribeScheduleResponse;
+ };
+ sdk: {
+ input: DescribeScheduleCommandInput;
+ output: DescribeScheduleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/ListDatasetsCommand.ts b/clients/client-databrew/src/commands/ListDatasetsCommand.ts
index e2daaaef34c5..ddbcf2bd9818 100644
--- a/clients/client-databrew/src/commands/ListDatasetsCommand.ts
+++ b/clients/client-databrew/src/commands/ListDatasetsCommand.ts
@@ -176,4 +176,16 @@ export class ListDatasetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDatasetsCommand)
.de(de_ListDatasetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDatasetsRequest;
+ output: ListDatasetsResponse;
+ };
+ sdk: {
+ input: ListDatasetsCommandInput;
+ output: ListDatasetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/ListJobRunsCommand.ts b/clients/client-databrew/src/commands/ListJobRunsCommand.ts
index dab580bd170e..b690307cc103 100644
--- a/clients/client-databrew/src/commands/ListJobRunsCommand.ts
+++ b/clients/client-databrew/src/commands/ListJobRunsCommand.ts
@@ -173,4 +173,16 @@ export class ListJobRunsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListJobRunsCommand)
.de(de_ListJobRunsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListJobRunsRequest;
+ output: ListJobRunsResponse;
+ };
+ sdk: {
+ input: ListJobRunsCommandInput;
+ output: ListJobRunsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/ListJobsCommand.ts b/clients/client-databrew/src/commands/ListJobsCommand.ts
index 1bbefabb868b..997baa7f8257 100644
--- a/clients/client-databrew/src/commands/ListJobsCommand.ts
+++ b/clients/client-databrew/src/commands/ListJobsCommand.ts
@@ -179,4 +179,16 @@ export class ListJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListJobsCommand)
.de(de_ListJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListJobsRequest;
+ output: ListJobsResponse;
+ };
+ sdk: {
+ input: ListJobsCommandInput;
+ output: ListJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/ListProjectsCommand.ts b/clients/client-databrew/src/commands/ListProjectsCommand.ts
index 289a3a222f35..3407d227a57e 100644
--- a/clients/client-databrew/src/commands/ListProjectsCommand.ts
+++ b/clients/client-databrew/src/commands/ListProjectsCommand.ts
@@ -104,4 +104,16 @@ export class ListProjectsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProjectsCommand)
.de(de_ListProjectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProjectsRequest;
+ output: ListProjectsResponse;
+ };
+ sdk: {
+ input: ListProjectsCommandInput;
+ output: ListProjectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/ListRecipeVersionsCommand.ts b/clients/client-databrew/src/commands/ListRecipeVersionsCommand.ts
index 81635ebefd55..e60ac03d31cf 100644
--- a/clients/client-databrew/src/commands/ListRecipeVersionsCommand.ts
+++ b/clients/client-databrew/src/commands/ListRecipeVersionsCommand.ts
@@ -118,4 +118,16 @@ export class ListRecipeVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRecipeVersionsCommand)
.de(de_ListRecipeVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRecipeVersionsRequest;
+ output: ListRecipeVersionsResponse;
+ };
+ sdk: {
+ input: ListRecipeVersionsCommandInput;
+ output: ListRecipeVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/ListRecipesCommand.ts b/clients/client-databrew/src/commands/ListRecipesCommand.ts
index 2dd3177fabad..05b603230d34 100644
--- a/clients/client-databrew/src/commands/ListRecipesCommand.ts
+++ b/clients/client-databrew/src/commands/ListRecipesCommand.ts
@@ -117,4 +117,16 @@ export class ListRecipesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRecipesCommand)
.de(de_ListRecipesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRecipesRequest;
+ output: ListRecipesResponse;
+ };
+ sdk: {
+ input: ListRecipesCommandInput;
+ output: ListRecipesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/ListRulesetsCommand.ts b/clients/client-databrew/src/commands/ListRulesetsCommand.ts
index 9d5804f580dd..0f3394c9206f 100644
--- a/clients/client-databrew/src/commands/ListRulesetsCommand.ts
+++ b/clients/client-databrew/src/commands/ListRulesetsCommand.ts
@@ -103,4 +103,16 @@ export class ListRulesetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRulesetsCommand)
.de(de_ListRulesetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRulesetsRequest;
+ output: ListRulesetsResponse;
+ };
+ sdk: {
+ input: ListRulesetsCommandInput;
+ output: ListRulesetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/ListSchedulesCommand.ts b/clients/client-databrew/src/commands/ListSchedulesCommand.ts
index f45a9005eec5..4b100447d4ea 100644
--- a/clients/client-databrew/src/commands/ListSchedulesCommand.ts
+++ b/clients/client-databrew/src/commands/ListSchedulesCommand.ts
@@ -100,4 +100,16 @@ export class ListSchedulesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSchedulesCommand)
.de(de_ListSchedulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSchedulesRequest;
+ output: ListSchedulesResponse;
+ };
+ sdk: {
+ input: ListSchedulesCommandInput;
+ output: ListSchedulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/ListTagsForResourceCommand.ts b/clients/client-databrew/src/commands/ListTagsForResourceCommand.ts
index 21733738a89e..905d3a05a4b2 100644
--- a/clients/client-databrew/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-databrew/src/commands/ListTagsForResourceCommand.ts
@@ -88,4 +88,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/PublishRecipeCommand.ts b/clients/client-databrew/src/commands/PublishRecipeCommand.ts
index d2e77ba9fe9e..b8ce489f1aa3 100644
--- a/clients/client-databrew/src/commands/PublishRecipeCommand.ts
+++ b/clients/client-databrew/src/commands/PublishRecipeCommand.ts
@@ -87,4 +87,16 @@ export class PublishRecipeCommand extends $Command
.f(void 0, void 0)
.ser(se_PublishRecipeCommand)
.de(de_PublishRecipeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PublishRecipeRequest;
+ output: PublishRecipeResponse;
+ };
+ sdk: {
+ input: PublishRecipeCommandInput;
+ output: PublishRecipeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/SendProjectSessionActionCommand.ts b/clients/client-databrew/src/commands/SendProjectSessionActionCommand.ts
index f5044fdd7e03..1b668a21e726 100644
--- a/clients/client-databrew/src/commands/SendProjectSessionActionCommand.ts
+++ b/clients/client-databrew/src/commands/SendProjectSessionActionCommand.ts
@@ -121,4 +121,16 @@ export class SendProjectSessionActionCommand extends $Command
.f(SendProjectSessionActionRequestFilterSensitiveLog, void 0)
.ser(se_SendProjectSessionActionCommand)
.de(de_SendProjectSessionActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SendProjectSessionActionRequest;
+ output: SendProjectSessionActionResponse;
+ };
+ sdk: {
+ input: SendProjectSessionActionCommandInput;
+ output: SendProjectSessionActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/StartJobRunCommand.ts b/clients/client-databrew/src/commands/StartJobRunCommand.ts
index 4088dc2e2fb8..8e3680391e18 100644
--- a/clients/client-databrew/src/commands/StartJobRunCommand.ts
+++ b/clients/client-databrew/src/commands/StartJobRunCommand.ts
@@ -89,4 +89,16 @@ export class StartJobRunCommand extends $Command
.f(void 0, void 0)
.ser(se_StartJobRunCommand)
.de(de_StartJobRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartJobRunRequest;
+ output: StartJobRunResponse;
+ };
+ sdk: {
+ input: StartJobRunCommandInput;
+ output: StartJobRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/StartProjectSessionCommand.ts b/clients/client-databrew/src/commands/StartProjectSessionCommand.ts
index 212ec5802cc6..b2d24f0bf586 100644
--- a/clients/client-databrew/src/commands/StartProjectSessionCommand.ts
+++ b/clients/client-databrew/src/commands/StartProjectSessionCommand.ts
@@ -96,4 +96,16 @@ export class StartProjectSessionCommand extends $Command
.f(void 0, StartProjectSessionResponseFilterSensitiveLog)
.ser(se_StartProjectSessionCommand)
.de(de_StartProjectSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartProjectSessionRequest;
+ output: StartProjectSessionResponse;
+ };
+ sdk: {
+ input: StartProjectSessionCommandInput;
+ output: StartProjectSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/StopJobRunCommand.ts b/clients/client-databrew/src/commands/StopJobRunCommand.ts
index b9eac1026113..a82c86105764 100644
--- a/clients/client-databrew/src/commands/StopJobRunCommand.ts
+++ b/clients/client-databrew/src/commands/StopJobRunCommand.ts
@@ -84,4 +84,16 @@ export class StopJobRunCommand extends $Command
.f(void 0, void 0)
.ser(se_StopJobRunCommand)
.de(de_StopJobRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopJobRunRequest;
+ output: StopJobRunResponse;
+ };
+ sdk: {
+ input: StopJobRunCommandInput;
+ output: StopJobRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/TagResourceCommand.ts b/clients/client-databrew/src/commands/TagResourceCommand.ts
index 8f67f1b8b5c7..b6f4da131f33 100644
--- a/clients/client-databrew/src/commands/TagResourceCommand.ts
+++ b/clients/client-databrew/src/commands/TagResourceCommand.ts
@@ -88,4 +88,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/UntagResourceCommand.ts b/clients/client-databrew/src/commands/UntagResourceCommand.ts
index c47d2ca208ec..aacb55601cfa 100644
--- a/clients/client-databrew/src/commands/UntagResourceCommand.ts
+++ b/clients/client-databrew/src/commands/UntagResourceCommand.ts
@@ -87,4 +87,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/UpdateDatasetCommand.ts b/clients/client-databrew/src/commands/UpdateDatasetCommand.ts
index b6202a3d99f3..456de5e36ac9 100644
--- a/clients/client-databrew/src/commands/UpdateDatasetCommand.ts
+++ b/clients/client-databrew/src/commands/UpdateDatasetCommand.ts
@@ -166,4 +166,16 @@ export class UpdateDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDatasetCommand)
.de(de_UpdateDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDatasetRequest;
+ output: UpdateDatasetResponse;
+ };
+ sdk: {
+ input: UpdateDatasetCommandInput;
+ output: UpdateDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/UpdateProfileJobCommand.ts b/clients/client-databrew/src/commands/UpdateProfileJobCommand.ts
index baa97911c3c3..5473762be675 100644
--- a/clients/client-databrew/src/commands/UpdateProfileJobCommand.ts
+++ b/clients/client-databrew/src/commands/UpdateProfileJobCommand.ts
@@ -164,4 +164,16 @@ export class UpdateProfileJobCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateProfileJobCommand)
.de(de_UpdateProfileJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateProfileJobRequest;
+ output: UpdateProfileJobResponse;
+ };
+ sdk: {
+ input: UpdateProfileJobCommandInput;
+ output: UpdateProfileJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/UpdateProjectCommand.ts b/clients/client-databrew/src/commands/UpdateProjectCommand.ts
index 68b9ce695a7f..075bc55d04d0 100644
--- a/clients/client-databrew/src/commands/UpdateProjectCommand.ts
+++ b/clients/client-databrew/src/commands/UpdateProjectCommand.ts
@@ -89,4 +89,16 @@ export class UpdateProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateProjectCommand)
.de(de_UpdateProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateProjectRequest;
+ output: UpdateProjectResponse;
+ };
+ sdk: {
+ input: UpdateProjectCommandInput;
+ output: UpdateProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/UpdateRecipeCommand.ts b/clients/client-databrew/src/commands/UpdateRecipeCommand.ts
index a1e0081fc270..b2d1c3a5cbbd 100644
--- a/clients/client-databrew/src/commands/UpdateRecipeCommand.ts
+++ b/clients/client-databrew/src/commands/UpdateRecipeCommand.ts
@@ -102,4 +102,16 @@ export class UpdateRecipeCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRecipeCommand)
.de(de_UpdateRecipeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRecipeRequest;
+ output: UpdateRecipeResponse;
+ };
+ sdk: {
+ input: UpdateRecipeCommandInput;
+ output: UpdateRecipeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/UpdateRecipeJobCommand.ts b/clients/client-databrew/src/commands/UpdateRecipeJobCommand.ts
index ed9cdcdd6e8e..31c1503eed4e 100644
--- a/clients/client-databrew/src/commands/UpdateRecipeJobCommand.ts
+++ b/clients/client-databrew/src/commands/UpdateRecipeJobCommand.ts
@@ -151,4 +151,16 @@ export class UpdateRecipeJobCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRecipeJobCommand)
.de(de_UpdateRecipeJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRecipeJobRequest;
+ output: UpdateRecipeJobResponse;
+ };
+ sdk: {
+ input: UpdateRecipeJobCommandInput;
+ output: UpdateRecipeJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/UpdateRulesetCommand.ts b/clients/client-databrew/src/commands/UpdateRulesetCommand.ts
index 9031295272de..fbf15fc0b25b 100644
--- a/clients/client-databrew/src/commands/UpdateRulesetCommand.ts
+++ b/clients/client-databrew/src/commands/UpdateRulesetCommand.ts
@@ -105,4 +105,16 @@ export class UpdateRulesetCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRulesetCommand)
.de(de_UpdateRulesetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRulesetRequest;
+ output: UpdateRulesetResponse;
+ };
+ sdk: {
+ input: UpdateRulesetCommandInput;
+ output: UpdateRulesetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-databrew/src/commands/UpdateScheduleCommand.ts b/clients/client-databrew/src/commands/UpdateScheduleCommand.ts
index 57d96e12242f..f7dae5fee6e3 100644
--- a/clients/client-databrew/src/commands/UpdateScheduleCommand.ts
+++ b/clients/client-databrew/src/commands/UpdateScheduleCommand.ts
@@ -90,4 +90,16 @@ export class UpdateScheduleCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateScheduleCommand)
.de(de_UpdateScheduleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateScheduleRequest;
+ output: UpdateScheduleResponse;
+ };
+ sdk: {
+ input: UpdateScheduleCommandInput;
+ output: UpdateScheduleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/package.json b/clients/client-dataexchange/package.json
index 27524aacfc8d..db49a3b73d91 100644
--- a/clients/client-dataexchange/package.json
+++ b/clients/client-dataexchange/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-dataexchange/src/commands/CancelJobCommand.ts b/clients/client-dataexchange/src/commands/CancelJobCommand.ts
index bdbc2455c0ab..71e7c45262c8 100644
--- a/clients/client-dataexchange/src/commands/CancelJobCommand.ts
+++ b/clients/client-dataexchange/src/commands/CancelJobCommand.ts
@@ -90,4 +90,16 @@ export class CancelJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelJobCommand)
.de(de_CancelJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: CancelJobCommandInput;
+ output: CancelJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/CreateDataSetCommand.ts b/clients/client-dataexchange/src/commands/CreateDataSetCommand.ts
index de6fb4f1a8aa..e8e5be7eef5d 100644
--- a/clients/client-dataexchange/src/commands/CreateDataSetCommand.ts
+++ b/clients/client-dataexchange/src/commands/CreateDataSetCommand.ts
@@ -111,4 +111,16 @@ export class CreateDataSetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDataSetCommand)
.de(de_CreateDataSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDataSetRequest;
+ output: CreateDataSetResponse;
+ };
+ sdk: {
+ input: CreateDataSetCommandInput;
+ output: CreateDataSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/CreateEventActionCommand.ts b/clients/client-dataexchange/src/commands/CreateEventActionCommand.ts
index f2cb695a7e0f..3eee7644377e 100644
--- a/clients/client-dataexchange/src/commands/CreateEventActionCommand.ts
+++ b/clients/client-dataexchange/src/commands/CreateEventActionCommand.ts
@@ -128,4 +128,16 @@ export class CreateEventActionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEventActionCommand)
.de(de_CreateEventActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEventActionRequest;
+ output: CreateEventActionResponse;
+ };
+ sdk: {
+ input: CreateEventActionCommandInput;
+ output: CreateEventActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/CreateJobCommand.ts b/clients/client-dataexchange/src/commands/CreateJobCommand.ts
index f6b8436f67f1..6f44b5081de8 100644
--- a/clients/client-dataexchange/src/commands/CreateJobCommand.ts
+++ b/clients/client-dataexchange/src/commands/CreateJobCommand.ts
@@ -372,4 +372,16 @@ export class CreateJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateJobCommand)
.de(de_CreateJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateJobRequest;
+ output: CreateJobResponse;
+ };
+ sdk: {
+ input: CreateJobCommandInput;
+ output: CreateJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/CreateRevisionCommand.ts b/clients/client-dataexchange/src/commands/CreateRevisionCommand.ts
index 1bb4522abdaf..caa82d4c7696 100644
--- a/clients/client-dataexchange/src/commands/CreateRevisionCommand.ts
+++ b/clients/client-dataexchange/src/commands/CreateRevisionCommand.ts
@@ -109,4 +109,16 @@ export class CreateRevisionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRevisionCommand)
.de(de_CreateRevisionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRevisionRequest;
+ output: CreateRevisionResponse;
+ };
+ sdk: {
+ input: CreateRevisionCommandInput;
+ output: CreateRevisionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/DeleteAssetCommand.ts b/clients/client-dataexchange/src/commands/DeleteAssetCommand.ts
index 7128b369bb10..ee01925941d3 100644
--- a/clients/client-dataexchange/src/commands/DeleteAssetCommand.ts
+++ b/clients/client-dataexchange/src/commands/DeleteAssetCommand.ts
@@ -95,4 +95,16 @@ export class DeleteAssetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAssetCommand)
.de(de_DeleteAssetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAssetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAssetCommandInput;
+ output: DeleteAssetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/DeleteDataSetCommand.ts b/clients/client-dataexchange/src/commands/DeleteDataSetCommand.ts
index 5812efad2801..650bb9de4dc7 100644
--- a/clients/client-dataexchange/src/commands/DeleteDataSetCommand.ts
+++ b/clients/client-dataexchange/src/commands/DeleteDataSetCommand.ts
@@ -93,4 +93,16 @@ export class DeleteDataSetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDataSetCommand)
.de(de_DeleteDataSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDataSetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDataSetCommandInput;
+ output: DeleteDataSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/DeleteEventActionCommand.ts b/clients/client-dataexchange/src/commands/DeleteEventActionCommand.ts
index c5b9f6c48e80..07d1f81fb9e6 100644
--- a/clients/client-dataexchange/src/commands/DeleteEventActionCommand.ts
+++ b/clients/client-dataexchange/src/commands/DeleteEventActionCommand.ts
@@ -87,4 +87,16 @@ export class DeleteEventActionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEventActionCommand)
.de(de_DeleteEventActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEventActionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEventActionCommandInput;
+ output: DeleteEventActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/DeleteRevisionCommand.ts b/clients/client-dataexchange/src/commands/DeleteRevisionCommand.ts
index 106efc72ec43..da76d2227fcf 100644
--- a/clients/client-dataexchange/src/commands/DeleteRevisionCommand.ts
+++ b/clients/client-dataexchange/src/commands/DeleteRevisionCommand.ts
@@ -94,4 +94,16 @@ export class DeleteRevisionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRevisionCommand)
.de(de_DeleteRevisionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRevisionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRevisionCommandInput;
+ output: DeleteRevisionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/GetAssetCommand.ts b/clients/client-dataexchange/src/commands/GetAssetCommand.ts
index e23deb67fa4d..957b287b93f8 100644
--- a/clients/client-dataexchange/src/commands/GetAssetCommand.ts
+++ b/clients/client-dataexchange/src/commands/GetAssetCommand.ts
@@ -169,4 +169,16 @@ export class GetAssetCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAssetCommand)
.de(de_GetAssetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAssetRequest;
+ output: GetAssetResponse;
+ };
+ sdk: {
+ input: GetAssetCommandInput;
+ output: GetAssetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/GetDataSetCommand.ts b/clients/client-dataexchange/src/commands/GetDataSetCommand.ts
index 2c18f5959c5d..2ee6ac331f7f 100644
--- a/clients/client-dataexchange/src/commands/GetDataSetCommand.ts
+++ b/clients/client-dataexchange/src/commands/GetDataSetCommand.ts
@@ -103,4 +103,16 @@ export class GetDataSetCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataSetCommand)
.de(de_GetDataSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataSetRequest;
+ output: GetDataSetResponse;
+ };
+ sdk: {
+ input: GetDataSetCommandInput;
+ output: GetDataSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/GetEventActionCommand.ts b/clients/client-dataexchange/src/commands/GetEventActionCommand.ts
index 48eb555e9e0a..3dfdd0b79011 100644
--- a/clients/client-dataexchange/src/commands/GetEventActionCommand.ts
+++ b/clients/client-dataexchange/src/commands/GetEventActionCommand.ts
@@ -109,4 +109,16 @@ export class GetEventActionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEventActionCommand)
.de(de_GetEventActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEventActionRequest;
+ output: GetEventActionResponse;
+ };
+ sdk: {
+ input: GetEventActionCommandInput;
+ output: GetEventActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/GetJobCommand.ts b/clients/client-dataexchange/src/commands/GetJobCommand.ts
index bf13b57b877e..c0e96cd175b7 100644
--- a/clients/client-dataexchange/src/commands/GetJobCommand.ts
+++ b/clients/client-dataexchange/src/commands/GetJobCommand.ts
@@ -244,4 +244,16 @@ export class GetJobCommand extends $Command
.f(void 0, void 0)
.ser(se_GetJobCommand)
.de(de_GetJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetJobRequest;
+ output: GetJobResponse;
+ };
+ sdk: {
+ input: GetJobCommandInput;
+ output: GetJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/GetRevisionCommand.ts b/clients/client-dataexchange/src/commands/GetRevisionCommand.ts
index ef501771916f..00e5fdf03cb4 100644
--- a/clients/client-dataexchange/src/commands/GetRevisionCommand.ts
+++ b/clients/client-dataexchange/src/commands/GetRevisionCommand.ts
@@ -103,4 +103,16 @@ export class GetRevisionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRevisionCommand)
.de(de_GetRevisionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRevisionRequest;
+ output: GetRevisionResponse;
+ };
+ sdk: {
+ input: GetRevisionCommandInput;
+ output: GetRevisionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/ListDataSetRevisionsCommand.ts b/clients/client-dataexchange/src/commands/ListDataSetRevisionsCommand.ts
index 0db5a953a924..ce790fc9565c 100644
--- a/clients/client-dataexchange/src/commands/ListDataSetRevisionsCommand.ts
+++ b/clients/client-dataexchange/src/commands/ListDataSetRevisionsCommand.ts
@@ -106,4 +106,16 @@ export class ListDataSetRevisionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDataSetRevisionsCommand)
.de(de_ListDataSetRevisionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataSetRevisionsRequest;
+ output: ListDataSetRevisionsResponse;
+ };
+ sdk: {
+ input: ListDataSetRevisionsCommandInput;
+ output: ListDataSetRevisionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/ListDataSetsCommand.ts b/clients/client-dataexchange/src/commands/ListDataSetsCommand.ts
index 9889953b737a..6b6855ac6b34 100644
--- a/clients/client-dataexchange/src/commands/ListDataSetsCommand.ts
+++ b/clients/client-dataexchange/src/commands/ListDataSetsCommand.ts
@@ -107,4 +107,16 @@ export class ListDataSetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDataSetsCommand)
.de(de_ListDataSetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataSetsRequest;
+ output: ListDataSetsResponse;
+ };
+ sdk: {
+ input: ListDataSetsCommandInput;
+ output: ListDataSetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/ListEventActionsCommand.ts b/clients/client-dataexchange/src/commands/ListEventActionsCommand.ts
index 2b22afd41bb1..d67f207815c5 100644
--- a/clients/client-dataexchange/src/commands/ListEventActionsCommand.ts
+++ b/clients/client-dataexchange/src/commands/ListEventActionsCommand.ts
@@ -116,4 +116,16 @@ export class ListEventActionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEventActionsCommand)
.de(de_ListEventActionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEventActionsRequest;
+ output: ListEventActionsResponse;
+ };
+ sdk: {
+ input: ListEventActionsCommandInput;
+ output: ListEventActionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/ListJobsCommand.ts b/clients/client-dataexchange/src/commands/ListJobsCommand.ts
index 958abe6067be..fc18ebdb8b41 100644
--- a/clients/client-dataexchange/src/commands/ListJobsCommand.ts
+++ b/clients/client-dataexchange/src/commands/ListJobsCommand.ts
@@ -252,4 +252,16 @@ export class ListJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListJobsCommand)
.de(de_ListJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListJobsRequest;
+ output: ListJobsResponse;
+ };
+ sdk: {
+ input: ListJobsCommandInput;
+ output: ListJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/ListRevisionAssetsCommand.ts b/clients/client-dataexchange/src/commands/ListRevisionAssetsCommand.ts
index 6861801f762a..2d25e2bc2fec 100644
--- a/clients/client-dataexchange/src/commands/ListRevisionAssetsCommand.ts
+++ b/clients/client-dataexchange/src/commands/ListRevisionAssetsCommand.ts
@@ -175,4 +175,16 @@ export class ListRevisionAssetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRevisionAssetsCommand)
.de(de_ListRevisionAssetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRevisionAssetsRequest;
+ output: ListRevisionAssetsResponse;
+ };
+ sdk: {
+ input: ListRevisionAssetsCommandInput;
+ output: ListRevisionAssetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/ListTagsForResourceCommand.ts b/clients/client-dataexchange/src/commands/ListTagsForResourceCommand.ts
index 212ec6874edc..1eb90510b93d 100644
--- a/clients/client-dataexchange/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-dataexchange/src/commands/ListTagsForResourceCommand.ts
@@ -79,4 +79,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/RevokeRevisionCommand.ts b/clients/client-dataexchange/src/commands/RevokeRevisionCommand.ts
index fd5c1107c11e..48d7cc0c72f8 100644
--- a/clients/client-dataexchange/src/commands/RevokeRevisionCommand.ts
+++ b/clients/client-dataexchange/src/commands/RevokeRevisionCommand.ts
@@ -107,4 +107,16 @@ export class RevokeRevisionCommand extends $Command
.f(void 0, void 0)
.ser(se_RevokeRevisionCommand)
.de(de_RevokeRevisionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RevokeRevisionRequest;
+ output: RevokeRevisionResponse;
+ };
+ sdk: {
+ input: RevokeRevisionCommandInput;
+ output: RevokeRevisionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/SendApiAssetCommand.ts b/clients/client-dataexchange/src/commands/SendApiAssetCommand.ts
index 98a9102f68e7..d49b93f17cbf 100644
--- a/clients/client-dataexchange/src/commands/SendApiAssetCommand.ts
+++ b/clients/client-dataexchange/src/commands/SendApiAssetCommand.ts
@@ -106,4 +106,16 @@ export class SendApiAssetCommand extends $Command
.f(void 0, void 0)
.ser(se_SendApiAssetCommand)
.de(de_SendApiAssetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SendApiAssetRequest;
+ output: SendApiAssetResponse;
+ };
+ sdk: {
+ input: SendApiAssetCommandInput;
+ output: SendApiAssetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/SendDataSetNotificationCommand.ts b/clients/client-dataexchange/src/commands/SendDataSetNotificationCommand.ts
index b988efa44991..806e8a39ea67 100644
--- a/clients/client-dataexchange/src/commands/SendDataSetNotificationCommand.ts
+++ b/clients/client-dataexchange/src/commands/SendDataSetNotificationCommand.ts
@@ -142,4 +142,16 @@ export class SendDataSetNotificationCommand extends $Command
.f(void 0, void 0)
.ser(se_SendDataSetNotificationCommand)
.de(de_SendDataSetNotificationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SendDataSetNotificationRequest;
+ output: {};
+ };
+ sdk: {
+ input: SendDataSetNotificationCommandInput;
+ output: SendDataSetNotificationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/StartJobCommand.ts b/clients/client-dataexchange/src/commands/StartJobCommand.ts
index d12341a69bec..14c1507530f7 100644
--- a/clients/client-dataexchange/src/commands/StartJobCommand.ts
+++ b/clients/client-dataexchange/src/commands/StartJobCommand.ts
@@ -93,4 +93,16 @@ export class StartJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartJobCommand)
.de(de_StartJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartJobCommandInput;
+ output: StartJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/TagResourceCommand.ts b/clients/client-dataexchange/src/commands/TagResourceCommand.ts
index 2664499b756f..7e2ffc72dbbd 100644
--- a/clients/client-dataexchange/src/commands/TagResourceCommand.ts
+++ b/clients/client-dataexchange/src/commands/TagResourceCommand.ts
@@ -78,4 +78,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/UntagResourceCommand.ts b/clients/client-dataexchange/src/commands/UntagResourceCommand.ts
index 652d5d9ea839..aa3d7ade58a8 100644
--- a/clients/client-dataexchange/src/commands/UntagResourceCommand.ts
+++ b/clients/client-dataexchange/src/commands/UntagResourceCommand.ts
@@ -78,4 +78,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/UpdateAssetCommand.ts b/clients/client-dataexchange/src/commands/UpdateAssetCommand.ts
index a2e29ed3ac04..6761219f2f88 100644
--- a/clients/client-dataexchange/src/commands/UpdateAssetCommand.ts
+++ b/clients/client-dataexchange/src/commands/UpdateAssetCommand.ts
@@ -176,4 +176,16 @@ export class UpdateAssetCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAssetCommand)
.de(de_UpdateAssetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAssetRequest;
+ output: UpdateAssetResponse;
+ };
+ sdk: {
+ input: UpdateAssetCommandInput;
+ output: UpdateAssetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/UpdateDataSetCommand.ts b/clients/client-dataexchange/src/commands/UpdateDataSetCommand.ts
index b9f2ac977dd3..f6ffca2646cf 100644
--- a/clients/client-dataexchange/src/commands/UpdateDataSetCommand.ts
+++ b/clients/client-dataexchange/src/commands/UpdateDataSetCommand.ts
@@ -105,4 +105,16 @@ export class UpdateDataSetCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDataSetCommand)
.de(de_UpdateDataSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDataSetRequest;
+ output: UpdateDataSetResponse;
+ };
+ sdk: {
+ input: UpdateDataSetCommandInput;
+ output: UpdateDataSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/UpdateEventActionCommand.ts b/clients/client-dataexchange/src/commands/UpdateEventActionCommand.ts
index 26082e39ac38..a0dbd55841ea 100644
--- a/clients/client-dataexchange/src/commands/UpdateEventActionCommand.ts
+++ b/clients/client-dataexchange/src/commands/UpdateEventActionCommand.ts
@@ -124,4 +124,16 @@ export class UpdateEventActionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEventActionCommand)
.de(de_UpdateEventActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEventActionRequest;
+ output: UpdateEventActionResponse;
+ };
+ sdk: {
+ input: UpdateEventActionCommandInput;
+ output: UpdateEventActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dataexchange/src/commands/UpdateRevisionCommand.ts b/clients/client-dataexchange/src/commands/UpdateRevisionCommand.ts
index 59283e2b41a5..55641798b2d7 100644
--- a/clients/client-dataexchange/src/commands/UpdateRevisionCommand.ts
+++ b/clients/client-dataexchange/src/commands/UpdateRevisionCommand.ts
@@ -108,4 +108,16 @@ export class UpdateRevisionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRevisionCommand)
.de(de_UpdateRevisionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRevisionRequest;
+ output: UpdateRevisionResponse;
+ };
+ sdk: {
+ input: UpdateRevisionCommandInput;
+ output: UpdateRevisionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/package.json b/clients/client-datasync/package.json
index 64c02cc2e252..2e0d00fb3900 100644
--- a/clients/client-datasync/package.json
+++ b/clients/client-datasync/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-datasync/src/commands/AddStorageSystemCommand.ts b/clients/client-datasync/src/commands/AddStorageSystemCommand.ts
index a25df147e20d..41483dfcd755 100644
--- a/clients/client-datasync/src/commands/AddStorageSystemCommand.ts
+++ b/clients/client-datasync/src/commands/AddStorageSystemCommand.ts
@@ -109,4 +109,16 @@ export class AddStorageSystemCommand extends $Command
.f(AddStorageSystemRequestFilterSensitiveLog, void 0)
.ser(se_AddStorageSystemCommand)
.de(de_AddStorageSystemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddStorageSystemRequest;
+ output: AddStorageSystemResponse;
+ };
+ sdk: {
+ input: AddStorageSystemCommandInput;
+ output: AddStorageSystemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/CancelTaskExecutionCommand.ts b/clients/client-datasync/src/commands/CancelTaskExecutionCommand.ts
index 0fddb637ef23..d6163173b780 100644
--- a/clients/client-datasync/src/commands/CancelTaskExecutionCommand.ts
+++ b/clients/client-datasync/src/commands/CancelTaskExecutionCommand.ts
@@ -88,4 +88,16 @@ export class CancelTaskExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelTaskExecutionCommand)
.de(de_CancelTaskExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelTaskExecutionRequest;
+ output: {};
+ };
+ sdk: {
+ input: CancelTaskExecutionCommandInput;
+ output: CancelTaskExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/CreateAgentCommand.ts b/clients/client-datasync/src/commands/CreateAgentCommand.ts
index 8f7c5e81e2e3..24edbc58ccaa 100644
--- a/clients/client-datasync/src/commands/CreateAgentCommand.ts
+++ b/clients/client-datasync/src/commands/CreateAgentCommand.ts
@@ -116,4 +116,16 @@ export class CreateAgentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAgentCommand)
.de(de_CreateAgentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAgentRequest;
+ output: CreateAgentResponse;
+ };
+ sdk: {
+ input: CreateAgentCommandInput;
+ output: CreateAgentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/CreateLocationAzureBlobCommand.ts b/clients/client-datasync/src/commands/CreateLocationAzureBlobCommand.ts
index fc02fc31ff82..bcca1985285c 100644
--- a/clients/client-datasync/src/commands/CreateLocationAzureBlobCommand.ts
+++ b/clients/client-datasync/src/commands/CreateLocationAzureBlobCommand.ts
@@ -108,4 +108,16 @@ export class CreateLocationAzureBlobCommand extends $Command
.f(CreateLocationAzureBlobRequestFilterSensitiveLog, void 0)
.ser(se_CreateLocationAzureBlobCommand)
.de(de_CreateLocationAzureBlobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLocationAzureBlobRequest;
+ output: CreateLocationAzureBlobResponse;
+ };
+ sdk: {
+ input: CreateLocationAzureBlobCommandInput;
+ output: CreateLocationAzureBlobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/CreateLocationEfsCommand.ts b/clients/client-datasync/src/commands/CreateLocationEfsCommand.ts
index 62b93304eb62..ff742d6529f6 100644
--- a/clients/client-datasync/src/commands/CreateLocationEfsCommand.ts
+++ b/clients/client-datasync/src/commands/CreateLocationEfsCommand.ts
@@ -105,4 +105,16 @@ export class CreateLocationEfsCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLocationEfsCommand)
.de(de_CreateLocationEfsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLocationEfsRequest;
+ output: CreateLocationEfsResponse;
+ };
+ sdk: {
+ input: CreateLocationEfsCommandInput;
+ output: CreateLocationEfsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/CreateLocationFsxLustreCommand.ts b/clients/client-datasync/src/commands/CreateLocationFsxLustreCommand.ts
index f43e50294a56..8541e50710f0 100644
--- a/clients/client-datasync/src/commands/CreateLocationFsxLustreCommand.ts
+++ b/clients/client-datasync/src/commands/CreateLocationFsxLustreCommand.ts
@@ -98,4 +98,16 @@ export class CreateLocationFsxLustreCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLocationFsxLustreCommand)
.de(de_CreateLocationFsxLustreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLocationFsxLustreRequest;
+ output: CreateLocationFsxLustreResponse;
+ };
+ sdk: {
+ input: CreateLocationFsxLustreCommandInput;
+ output: CreateLocationFsxLustreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/CreateLocationFsxOntapCommand.ts b/clients/client-datasync/src/commands/CreateLocationFsxOntapCommand.ts
index da78995f7d33..2b8f5b96c9c7 100644
--- a/clients/client-datasync/src/commands/CreateLocationFsxOntapCommand.ts
+++ b/clients/client-datasync/src/commands/CreateLocationFsxOntapCommand.ts
@@ -117,4 +117,16 @@ export class CreateLocationFsxOntapCommand extends $Command
.f(CreateLocationFsxOntapRequestFilterSensitiveLog, void 0)
.ser(se_CreateLocationFsxOntapCommand)
.de(de_CreateLocationFsxOntapCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLocationFsxOntapRequest;
+ output: CreateLocationFsxOntapResponse;
+ };
+ sdk: {
+ input: CreateLocationFsxOntapCommandInput;
+ output: CreateLocationFsxOntapCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/CreateLocationFsxOpenZfsCommand.ts b/clients/client-datasync/src/commands/CreateLocationFsxOpenZfsCommand.ts
index e3ac623db115..95bcd07e27e6 100644
--- a/clients/client-datasync/src/commands/CreateLocationFsxOpenZfsCommand.ts
+++ b/clients/client-datasync/src/commands/CreateLocationFsxOpenZfsCommand.ts
@@ -121,4 +121,16 @@ export class CreateLocationFsxOpenZfsCommand extends $Command
.f(CreateLocationFsxOpenZfsRequestFilterSensitiveLog, void 0)
.ser(se_CreateLocationFsxOpenZfsCommand)
.de(de_CreateLocationFsxOpenZfsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLocationFsxOpenZfsRequest;
+ output: CreateLocationFsxOpenZfsResponse;
+ };
+ sdk: {
+ input: CreateLocationFsxOpenZfsCommandInput;
+ output: CreateLocationFsxOpenZfsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/CreateLocationFsxWindowsCommand.ts b/clients/client-datasync/src/commands/CreateLocationFsxWindowsCommand.ts
index 52895e4f6b09..f32351b33bc4 100644
--- a/clients/client-datasync/src/commands/CreateLocationFsxWindowsCommand.ts
+++ b/clients/client-datasync/src/commands/CreateLocationFsxWindowsCommand.ts
@@ -106,4 +106,16 @@ export class CreateLocationFsxWindowsCommand extends $Command
.f(CreateLocationFsxWindowsRequestFilterSensitiveLog, void 0)
.ser(se_CreateLocationFsxWindowsCommand)
.de(de_CreateLocationFsxWindowsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLocationFsxWindowsRequest;
+ output: CreateLocationFsxWindowsResponse;
+ };
+ sdk: {
+ input: CreateLocationFsxWindowsCommandInput;
+ output: CreateLocationFsxWindowsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/CreateLocationHdfsCommand.ts b/clients/client-datasync/src/commands/CreateLocationHdfsCommand.ts
index 72b5531b9483..c1b1226b0ac8 100644
--- a/clients/client-datasync/src/commands/CreateLocationHdfsCommand.ts
+++ b/clients/client-datasync/src/commands/CreateLocationHdfsCommand.ts
@@ -116,4 +116,16 @@ export class CreateLocationHdfsCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLocationHdfsCommand)
.de(de_CreateLocationHdfsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLocationHdfsRequest;
+ output: CreateLocationHdfsResponse;
+ };
+ sdk: {
+ input: CreateLocationHdfsCommandInput;
+ output: CreateLocationHdfsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/CreateLocationNfsCommand.ts b/clients/client-datasync/src/commands/CreateLocationNfsCommand.ts
index 51b1544e2a91..ef0244eef08f 100644
--- a/clients/client-datasync/src/commands/CreateLocationNfsCommand.ts
+++ b/clients/client-datasync/src/commands/CreateLocationNfsCommand.ts
@@ -109,4 +109,16 @@ export class CreateLocationNfsCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLocationNfsCommand)
.de(de_CreateLocationNfsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLocationNfsRequest;
+ output: CreateLocationNfsResponse;
+ };
+ sdk: {
+ input: CreateLocationNfsCommandInput;
+ output: CreateLocationNfsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/CreateLocationObjectStorageCommand.ts b/clients/client-datasync/src/commands/CreateLocationObjectStorageCommand.ts
index e7ccae8b3b09..b0e52eae09a0 100644
--- a/clients/client-datasync/src/commands/CreateLocationObjectStorageCommand.ts
+++ b/clients/client-datasync/src/commands/CreateLocationObjectStorageCommand.ts
@@ -109,4 +109,16 @@ export class CreateLocationObjectStorageCommand extends $Command
.f(CreateLocationObjectStorageRequestFilterSensitiveLog, void 0)
.ser(se_CreateLocationObjectStorageCommand)
.de(de_CreateLocationObjectStorageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLocationObjectStorageRequest;
+ output: CreateLocationObjectStorageResponse;
+ };
+ sdk: {
+ input: CreateLocationObjectStorageCommandInput;
+ output: CreateLocationObjectStorageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/CreateLocationS3Command.ts b/clients/client-datasync/src/commands/CreateLocationS3Command.ts
index ea8a864e23e7..0dde78996f10 100644
--- a/clients/client-datasync/src/commands/CreateLocationS3Command.ts
+++ b/clients/client-datasync/src/commands/CreateLocationS3Command.ts
@@ -116,4 +116,16 @@ export class CreateLocationS3Command extends $Command
.f(void 0, void 0)
.ser(se_CreateLocationS3Command)
.de(de_CreateLocationS3Command)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLocationS3Request;
+ output: CreateLocationS3Response;
+ };
+ sdk: {
+ input: CreateLocationS3CommandInput;
+ output: CreateLocationS3CommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/CreateLocationSmbCommand.ts b/clients/client-datasync/src/commands/CreateLocationSmbCommand.ts
index fe75bcc4ed1f..4241162b543e 100644
--- a/clients/client-datasync/src/commands/CreateLocationSmbCommand.ts
+++ b/clients/client-datasync/src/commands/CreateLocationSmbCommand.ts
@@ -109,4 +109,16 @@ export class CreateLocationSmbCommand extends $Command
.f(CreateLocationSmbRequestFilterSensitiveLog, void 0)
.ser(se_CreateLocationSmbCommand)
.de(de_CreateLocationSmbCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLocationSmbRequest;
+ output: CreateLocationSmbResponse;
+ };
+ sdk: {
+ input: CreateLocationSmbCommandInput;
+ output: CreateLocationSmbCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/CreateTaskCommand.ts b/clients/client-datasync/src/commands/CreateTaskCommand.ts
index 9ca47c5df230..ecaaa90d3701 100644
--- a/clients/client-datasync/src/commands/CreateTaskCommand.ts
+++ b/clients/client-datasync/src/commands/CreateTaskCommand.ts
@@ -172,4 +172,16 @@ export class CreateTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTaskCommand)
.de(de_CreateTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTaskRequest;
+ output: CreateTaskResponse;
+ };
+ sdk: {
+ input: CreateTaskCommandInput;
+ output: CreateTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/DeleteAgentCommand.ts b/clients/client-datasync/src/commands/DeleteAgentCommand.ts
index c6364da4fedd..257b1f29fe2e 100644
--- a/clients/client-datasync/src/commands/DeleteAgentCommand.ts
+++ b/clients/client-datasync/src/commands/DeleteAgentCommand.ts
@@ -86,4 +86,16 @@ export class DeleteAgentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAgentCommand)
.de(de_DeleteAgentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAgentRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAgentCommandInput;
+ output: DeleteAgentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/DeleteLocationCommand.ts b/clients/client-datasync/src/commands/DeleteLocationCommand.ts
index a7f0307a6029..75552127695f 100644
--- a/clients/client-datasync/src/commands/DeleteLocationCommand.ts
+++ b/clients/client-datasync/src/commands/DeleteLocationCommand.ts
@@ -82,4 +82,16 @@ export class DeleteLocationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLocationCommand)
.de(de_DeleteLocationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLocationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLocationCommandInput;
+ output: DeleteLocationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/DeleteTaskCommand.ts b/clients/client-datasync/src/commands/DeleteTaskCommand.ts
index 89396c957464..edbc72d13403 100644
--- a/clients/client-datasync/src/commands/DeleteTaskCommand.ts
+++ b/clients/client-datasync/src/commands/DeleteTaskCommand.ts
@@ -82,4 +82,16 @@ export class DeleteTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTaskCommand)
.de(de_DeleteTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTaskRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTaskCommandInput;
+ output: DeleteTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/DescribeAgentCommand.ts b/clients/client-datasync/src/commands/DescribeAgentCommand.ts
index 67da369edb8d..45a9e66a1c3e 100644
--- a/clients/client-datasync/src/commands/DescribeAgentCommand.ts
+++ b/clients/client-datasync/src/commands/DescribeAgentCommand.ts
@@ -103,4 +103,16 @@ export class DescribeAgentCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAgentCommand)
.de(de_DescribeAgentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAgentRequest;
+ output: DescribeAgentResponse;
+ };
+ sdk: {
+ input: DescribeAgentCommandInput;
+ output: DescribeAgentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/DescribeDiscoveryJobCommand.ts b/clients/client-datasync/src/commands/DescribeDiscoveryJobCommand.ts
index 3394470a414f..2341d7731b83 100644
--- a/clients/client-datasync/src/commands/DescribeDiscoveryJobCommand.ts
+++ b/clients/client-datasync/src/commands/DescribeDiscoveryJobCommand.ts
@@ -89,4 +89,16 @@ export class DescribeDiscoveryJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDiscoveryJobCommand)
.de(de_DescribeDiscoveryJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDiscoveryJobRequest;
+ output: DescribeDiscoveryJobResponse;
+ };
+ sdk: {
+ input: DescribeDiscoveryJobCommandInput;
+ output: DescribeDiscoveryJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/DescribeLocationAzureBlobCommand.ts b/clients/client-datasync/src/commands/DescribeLocationAzureBlobCommand.ts
index 80162b70f4a4..a89295346e3c 100644
--- a/clients/client-datasync/src/commands/DescribeLocationAzureBlobCommand.ts
+++ b/clients/client-datasync/src/commands/DescribeLocationAzureBlobCommand.ts
@@ -92,4 +92,16 @@ export class DescribeLocationAzureBlobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLocationAzureBlobCommand)
.de(de_DescribeLocationAzureBlobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLocationAzureBlobRequest;
+ output: DescribeLocationAzureBlobResponse;
+ };
+ sdk: {
+ input: DescribeLocationAzureBlobCommandInput;
+ output: DescribeLocationAzureBlobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/DescribeLocationEfsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationEfsCommand.ts
index 1ab529c092b0..4ff8879090fb 100644
--- a/clients/client-datasync/src/commands/DescribeLocationEfsCommand.ts
+++ b/clients/client-datasync/src/commands/DescribeLocationEfsCommand.ts
@@ -95,4 +95,16 @@ export class DescribeLocationEfsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLocationEfsCommand)
.de(de_DescribeLocationEfsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLocationEfsRequest;
+ output: DescribeLocationEfsResponse;
+ };
+ sdk: {
+ input: DescribeLocationEfsCommandInput;
+ output: DescribeLocationEfsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/DescribeLocationFsxLustreCommand.ts b/clients/client-datasync/src/commands/DescribeLocationFsxLustreCommand.ts
index 5b14c0e924ab..4799f5be7fc3 100644
--- a/clients/client-datasync/src/commands/DescribeLocationFsxLustreCommand.ts
+++ b/clients/client-datasync/src/commands/DescribeLocationFsxLustreCommand.ts
@@ -89,4 +89,16 @@ export class DescribeLocationFsxLustreCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLocationFsxLustreCommand)
.de(de_DescribeLocationFsxLustreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLocationFsxLustreRequest;
+ output: DescribeLocationFsxLustreResponse;
+ };
+ sdk: {
+ input: DescribeLocationFsxLustreCommandInput;
+ output: DescribeLocationFsxLustreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/DescribeLocationFsxOntapCommand.ts b/clients/client-datasync/src/commands/DescribeLocationFsxOntapCommand.ts
index 093bf9b6ff14..8d786df26d79 100644
--- a/clients/client-datasync/src/commands/DescribeLocationFsxOntapCommand.ts
+++ b/clients/client-datasync/src/commands/DescribeLocationFsxOntapCommand.ts
@@ -114,4 +114,16 @@ export class DescribeLocationFsxOntapCommand extends $Command
.f(void 0, DescribeLocationFsxOntapResponseFilterSensitiveLog)
.ser(se_DescribeLocationFsxOntapCommand)
.de(de_DescribeLocationFsxOntapCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLocationFsxOntapRequest;
+ output: DescribeLocationFsxOntapResponse;
+ };
+ sdk: {
+ input: DescribeLocationFsxOntapCommandInput;
+ output: DescribeLocationFsxOntapCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/DescribeLocationFsxOpenZfsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationFsxOpenZfsCommand.ts
index 2cdac3c96a3d..b140862c1c00 100644
--- a/clients/client-datasync/src/commands/DescribeLocationFsxOpenZfsCommand.ts
+++ b/clients/client-datasync/src/commands/DescribeLocationFsxOpenZfsCommand.ts
@@ -112,4 +112,16 @@ export class DescribeLocationFsxOpenZfsCommand extends $Command
.f(void 0, DescribeLocationFsxOpenZfsResponseFilterSensitiveLog)
.ser(se_DescribeLocationFsxOpenZfsCommand)
.de(de_DescribeLocationFsxOpenZfsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLocationFsxOpenZfsRequest;
+ output: DescribeLocationFsxOpenZfsResponse;
+ };
+ sdk: {
+ input: DescribeLocationFsxOpenZfsCommandInput;
+ output: DescribeLocationFsxOpenZfsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/DescribeLocationFsxWindowsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationFsxWindowsCommand.ts
index 9d45861ab0d2..06f731de95c0 100644
--- a/clients/client-datasync/src/commands/DescribeLocationFsxWindowsCommand.ts
+++ b/clients/client-datasync/src/commands/DescribeLocationFsxWindowsCommand.ts
@@ -91,4 +91,16 @@ export class DescribeLocationFsxWindowsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLocationFsxWindowsCommand)
.de(de_DescribeLocationFsxWindowsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLocationFsxWindowsRequest;
+ output: DescribeLocationFsxWindowsResponse;
+ };
+ sdk: {
+ input: DescribeLocationFsxWindowsCommandInput;
+ output: DescribeLocationFsxWindowsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/DescribeLocationHdfsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationHdfsCommand.ts
index f475eca3dfa5..8dca43f97618 100644
--- a/clients/client-datasync/src/commands/DescribeLocationHdfsCommand.ts
+++ b/clients/client-datasync/src/commands/DescribeLocationHdfsCommand.ts
@@ -106,4 +106,16 @@ export class DescribeLocationHdfsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLocationHdfsCommand)
.de(de_DescribeLocationHdfsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLocationHdfsRequest;
+ output: DescribeLocationHdfsResponse;
+ };
+ sdk: {
+ input: DescribeLocationHdfsCommandInput;
+ output: DescribeLocationHdfsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/DescribeLocationNfsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationNfsCommand.ts
index d670c7bde972..27c6eb707f5d 100644
--- a/clients/client-datasync/src/commands/DescribeLocationNfsCommand.ts
+++ b/clients/client-datasync/src/commands/DescribeLocationNfsCommand.ts
@@ -95,4 +95,16 @@ export class DescribeLocationNfsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLocationNfsCommand)
.de(de_DescribeLocationNfsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLocationNfsRequest;
+ output: DescribeLocationNfsResponse;
+ };
+ sdk: {
+ input: DescribeLocationNfsCommandInput;
+ output: DescribeLocationNfsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/DescribeLocationObjectStorageCommand.ts b/clients/client-datasync/src/commands/DescribeLocationObjectStorageCommand.ts
index 08bc5ca0e63c..9b748e096614 100644
--- a/clients/client-datasync/src/commands/DescribeLocationObjectStorageCommand.ts
+++ b/clients/client-datasync/src/commands/DescribeLocationObjectStorageCommand.ts
@@ -99,4 +99,16 @@ export class DescribeLocationObjectStorageCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLocationObjectStorageCommand)
.de(de_DescribeLocationObjectStorageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLocationObjectStorageRequest;
+ output: DescribeLocationObjectStorageResponse;
+ };
+ sdk: {
+ input: DescribeLocationObjectStorageCommandInput;
+ output: DescribeLocationObjectStorageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/DescribeLocationS3Command.ts b/clients/client-datasync/src/commands/DescribeLocationS3Command.ts
index 99f1c1b593e9..a3f80bdf9b36 100644
--- a/clients/client-datasync/src/commands/DescribeLocationS3Command.ts
+++ b/clients/client-datasync/src/commands/DescribeLocationS3Command.ts
@@ -94,4 +94,16 @@ export class DescribeLocationS3Command extends $Command
.f(void 0, void 0)
.ser(se_DescribeLocationS3Command)
.de(de_DescribeLocationS3Command)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLocationS3Request;
+ output: DescribeLocationS3Response;
+ };
+ sdk: {
+ input: DescribeLocationS3CommandInput;
+ output: DescribeLocationS3CommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/DescribeLocationSmbCommand.ts b/clients/client-datasync/src/commands/DescribeLocationSmbCommand.ts
index 2dfeffc82dc7..284b1ad65448 100644
--- a/clients/client-datasync/src/commands/DescribeLocationSmbCommand.ts
+++ b/clients/client-datasync/src/commands/DescribeLocationSmbCommand.ts
@@ -95,4 +95,16 @@ export class DescribeLocationSmbCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLocationSmbCommand)
.de(de_DescribeLocationSmbCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLocationSmbRequest;
+ output: DescribeLocationSmbResponse;
+ };
+ sdk: {
+ input: DescribeLocationSmbCommandInput;
+ output: DescribeLocationSmbCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/DescribeStorageSystemCommand.ts b/clients/client-datasync/src/commands/DescribeStorageSystemCommand.ts
index 0c2b8920c989..f52840a036a1 100644
--- a/clients/client-datasync/src/commands/DescribeStorageSystemCommand.ts
+++ b/clients/client-datasync/src/commands/DescribeStorageSystemCommand.ts
@@ -99,4 +99,16 @@ export class DescribeStorageSystemCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStorageSystemCommand)
.de(de_DescribeStorageSystemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeStorageSystemRequest;
+ output: DescribeStorageSystemResponse;
+ };
+ sdk: {
+ input: DescribeStorageSystemCommandInput;
+ output: DescribeStorageSystemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/DescribeStorageSystemResourceMetricsCommand.ts b/clients/client-datasync/src/commands/DescribeStorageSystemResourceMetricsCommand.ts
index c6711ffbd5e6..709788fc40c4 100644
--- a/clients/client-datasync/src/commands/DescribeStorageSystemResourceMetricsCommand.ts
+++ b/clients/client-datasync/src/commands/DescribeStorageSystemResourceMetricsCommand.ts
@@ -131,4 +131,16 @@ export class DescribeStorageSystemResourceMetricsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStorageSystemResourceMetricsCommand)
.de(de_DescribeStorageSystemResourceMetricsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeStorageSystemResourceMetricsRequest;
+ output: DescribeStorageSystemResourceMetricsResponse;
+ };
+ sdk: {
+ input: DescribeStorageSystemResourceMetricsCommandInput;
+ output: DescribeStorageSystemResourceMetricsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/DescribeStorageSystemResourcesCommand.ts b/clients/client-datasync/src/commands/DescribeStorageSystemResourcesCommand.ts
index 6c085940fd51..89ba7c8302e0 100644
--- a/clients/client-datasync/src/commands/DescribeStorageSystemResourcesCommand.ts
+++ b/clients/client-datasync/src/commands/DescribeStorageSystemResourcesCommand.ts
@@ -218,4 +218,16 @@ export class DescribeStorageSystemResourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStorageSystemResourcesCommand)
.de(de_DescribeStorageSystemResourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeStorageSystemResourcesRequest;
+ output: DescribeStorageSystemResourcesResponse;
+ };
+ sdk: {
+ input: DescribeStorageSystemResourcesCommandInput;
+ output: DescribeStorageSystemResourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/DescribeTaskCommand.ts b/clients/client-datasync/src/commands/DescribeTaskCommand.ts
index b8ed1e4a3e10..5aa9fa8203f3 100644
--- a/clients/client-datasync/src/commands/DescribeTaskCommand.ts
+++ b/clients/client-datasync/src/commands/DescribeTaskCommand.ts
@@ -175,4 +175,16 @@ export class DescribeTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTaskCommand)
.de(de_DescribeTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTaskRequest;
+ output: DescribeTaskResponse;
+ };
+ sdk: {
+ input: DescribeTaskCommandInput;
+ output: DescribeTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/DescribeTaskExecutionCommand.ts b/clients/client-datasync/src/commands/DescribeTaskExecutionCommand.ts
index ba42910db067..58cd4a4188e3 100644
--- a/clients/client-datasync/src/commands/DescribeTaskExecutionCommand.ts
+++ b/clients/client-datasync/src/commands/DescribeTaskExecutionCommand.ts
@@ -181,4 +181,16 @@ export class DescribeTaskExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTaskExecutionCommand)
.de(de_DescribeTaskExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTaskExecutionRequest;
+ output: DescribeTaskExecutionResponse;
+ };
+ sdk: {
+ input: DescribeTaskExecutionCommandInput;
+ output: DescribeTaskExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/GenerateRecommendationsCommand.ts b/clients/client-datasync/src/commands/GenerateRecommendationsCommand.ts
index b6277f51b2bf..b44034d91a02 100644
--- a/clients/client-datasync/src/commands/GenerateRecommendationsCommand.ts
+++ b/clients/client-datasync/src/commands/GenerateRecommendationsCommand.ts
@@ -90,4 +90,16 @@ export class GenerateRecommendationsCommand extends $Command
.f(void 0, void 0)
.ser(se_GenerateRecommendationsCommand)
.de(de_GenerateRecommendationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GenerateRecommendationsRequest;
+ output: {};
+ };
+ sdk: {
+ input: GenerateRecommendationsCommandInput;
+ output: GenerateRecommendationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/ListAgentsCommand.ts b/clients/client-datasync/src/commands/ListAgentsCommand.ts
index 7128e572899a..2b21653f19f5 100644
--- a/clients/client-datasync/src/commands/ListAgentsCommand.ts
+++ b/clients/client-datasync/src/commands/ListAgentsCommand.ts
@@ -105,4 +105,16 @@ export class ListAgentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAgentsCommand)
.de(de_ListAgentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAgentsRequest;
+ output: ListAgentsResponse;
+ };
+ sdk: {
+ input: ListAgentsCommandInput;
+ output: ListAgentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/ListDiscoveryJobsCommand.ts b/clients/client-datasync/src/commands/ListDiscoveryJobsCommand.ts
index e82ce5d3826d..8dc14aa3310d 100644
--- a/clients/client-datasync/src/commands/ListDiscoveryJobsCommand.ts
+++ b/clients/client-datasync/src/commands/ListDiscoveryJobsCommand.ts
@@ -93,4 +93,16 @@ export class ListDiscoveryJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDiscoveryJobsCommand)
.de(de_ListDiscoveryJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDiscoveryJobsRequest;
+ output: ListDiscoveryJobsResponse;
+ };
+ sdk: {
+ input: ListDiscoveryJobsCommandInput;
+ output: ListDiscoveryJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/ListLocationsCommand.ts b/clients/client-datasync/src/commands/ListLocationsCommand.ts
index a47c6531b795..0e7358173a82 100644
--- a/clients/client-datasync/src/commands/ListLocationsCommand.ts
+++ b/clients/client-datasync/src/commands/ListLocationsCommand.ts
@@ -103,4 +103,16 @@ export class ListLocationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLocationsCommand)
.de(de_ListLocationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLocationsRequest;
+ output: ListLocationsResponse;
+ };
+ sdk: {
+ input: ListLocationsCommandInput;
+ output: ListLocationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/ListStorageSystemsCommand.ts b/clients/client-datasync/src/commands/ListStorageSystemsCommand.ts
index ec4dcf53d979..04571a66a2e9 100644
--- a/clients/client-datasync/src/commands/ListStorageSystemsCommand.ts
+++ b/clients/client-datasync/src/commands/ListStorageSystemsCommand.ts
@@ -91,4 +91,16 @@ export class ListStorageSystemsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStorageSystemsCommand)
.de(de_ListStorageSystemsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStorageSystemsRequest;
+ output: ListStorageSystemsResponse;
+ };
+ sdk: {
+ input: ListStorageSystemsCommandInput;
+ output: ListStorageSystemsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/ListTagsForResourceCommand.ts b/clients/client-datasync/src/commands/ListTagsForResourceCommand.ts
index 0a67d8135a80..1f6f126fb029 100644
--- a/clients/client-datasync/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-datasync/src/commands/ListTagsForResourceCommand.ts
@@ -92,4 +92,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/ListTaskExecutionsCommand.ts b/clients/client-datasync/src/commands/ListTaskExecutionsCommand.ts
index b57e6d36b2bf..58a3ff069528 100644
--- a/clients/client-datasync/src/commands/ListTaskExecutionsCommand.ts
+++ b/clients/client-datasync/src/commands/ListTaskExecutionsCommand.ts
@@ -92,4 +92,16 @@ export class ListTaskExecutionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTaskExecutionsCommand)
.de(de_ListTaskExecutionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTaskExecutionsRequest;
+ output: ListTaskExecutionsResponse;
+ };
+ sdk: {
+ input: ListTaskExecutionsCommandInput;
+ output: ListTaskExecutionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/ListTasksCommand.ts b/clients/client-datasync/src/commands/ListTasksCommand.ts
index 213a1e54cd0b..e6e73b5ddd90 100644
--- a/clients/client-datasync/src/commands/ListTasksCommand.ts
+++ b/clients/client-datasync/src/commands/ListTasksCommand.ts
@@ -101,4 +101,16 @@ export class ListTasksCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTasksCommand)
.de(de_ListTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTasksRequest;
+ output: ListTasksResponse;
+ };
+ sdk: {
+ input: ListTasksCommandInput;
+ output: ListTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/RemoveStorageSystemCommand.ts b/clients/client-datasync/src/commands/RemoveStorageSystemCommand.ts
index 0a29475bdf46..7f8aeebee276 100644
--- a/clients/client-datasync/src/commands/RemoveStorageSystemCommand.ts
+++ b/clients/client-datasync/src/commands/RemoveStorageSystemCommand.ts
@@ -83,4 +83,16 @@ export class RemoveStorageSystemCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveStorageSystemCommand)
.de(de_RemoveStorageSystemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveStorageSystemRequest;
+ output: {};
+ };
+ sdk: {
+ input: RemoveStorageSystemCommandInput;
+ output: RemoveStorageSystemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/StartDiscoveryJobCommand.ts b/clients/client-datasync/src/commands/StartDiscoveryJobCommand.ts
index c0db9b2da54f..56bc3b5d16c5 100644
--- a/clients/client-datasync/src/commands/StartDiscoveryJobCommand.ts
+++ b/clients/client-datasync/src/commands/StartDiscoveryJobCommand.ts
@@ -94,4 +94,16 @@ export class StartDiscoveryJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartDiscoveryJobCommand)
.de(de_StartDiscoveryJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartDiscoveryJobRequest;
+ output: StartDiscoveryJobResponse;
+ };
+ sdk: {
+ input: StartDiscoveryJobCommandInput;
+ output: StartDiscoveryJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/StartTaskExecutionCommand.ts b/clients/client-datasync/src/commands/StartTaskExecutionCommand.ts
index 66d6d38926f1..21da74c5f959 100644
--- a/clients/client-datasync/src/commands/StartTaskExecutionCommand.ts
+++ b/clients/client-datasync/src/commands/StartTaskExecutionCommand.ts
@@ -165,4 +165,16 @@ export class StartTaskExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartTaskExecutionCommand)
.de(de_StartTaskExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartTaskExecutionRequest;
+ output: StartTaskExecutionResponse;
+ };
+ sdk: {
+ input: StartTaskExecutionCommandInput;
+ output: StartTaskExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/StopDiscoveryJobCommand.ts b/clients/client-datasync/src/commands/StopDiscoveryJobCommand.ts
index c8ebcb95bbc7..b59de8be7093 100644
--- a/clients/client-datasync/src/commands/StopDiscoveryJobCommand.ts
+++ b/clients/client-datasync/src/commands/StopDiscoveryJobCommand.ts
@@ -85,4 +85,16 @@ export class StopDiscoveryJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StopDiscoveryJobCommand)
.de(de_StopDiscoveryJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopDiscoveryJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopDiscoveryJobCommandInput;
+ output: StopDiscoveryJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/TagResourceCommand.ts b/clients/client-datasync/src/commands/TagResourceCommand.ts
index 6d722e3f68cf..85dde9cca76a 100644
--- a/clients/client-datasync/src/commands/TagResourceCommand.ts
+++ b/clients/client-datasync/src/commands/TagResourceCommand.ts
@@ -91,4 +91,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/UntagResourceCommand.ts b/clients/client-datasync/src/commands/UntagResourceCommand.ts
index 23497b4a3213..b2d922aecd16 100644
--- a/clients/client-datasync/src/commands/UntagResourceCommand.ts
+++ b/clients/client-datasync/src/commands/UntagResourceCommand.ts
@@ -85,4 +85,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/UpdateAgentCommand.ts b/clients/client-datasync/src/commands/UpdateAgentCommand.ts
index eca2404be28d..0729ec71bec8 100644
--- a/clients/client-datasync/src/commands/UpdateAgentCommand.ts
+++ b/clients/client-datasync/src/commands/UpdateAgentCommand.ts
@@ -83,4 +83,16 @@ export class UpdateAgentCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAgentCommand)
.de(de_UpdateAgentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAgentRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateAgentCommandInput;
+ output: UpdateAgentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/UpdateDiscoveryJobCommand.ts b/clients/client-datasync/src/commands/UpdateDiscoveryJobCommand.ts
index ee6304b2f5c9..5d6fbef95169 100644
--- a/clients/client-datasync/src/commands/UpdateDiscoveryJobCommand.ts
+++ b/clients/client-datasync/src/commands/UpdateDiscoveryJobCommand.ts
@@ -83,4 +83,16 @@ export class UpdateDiscoveryJobCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDiscoveryJobCommand)
.de(de_UpdateDiscoveryJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDiscoveryJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDiscoveryJobCommandInput;
+ output: UpdateDiscoveryJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/UpdateLocationAzureBlobCommand.ts b/clients/client-datasync/src/commands/UpdateLocationAzureBlobCommand.ts
index a5ef5eb27511..143176046dac 100644
--- a/clients/client-datasync/src/commands/UpdateLocationAzureBlobCommand.ts
+++ b/clients/client-datasync/src/commands/UpdateLocationAzureBlobCommand.ts
@@ -96,4 +96,16 @@ export class UpdateLocationAzureBlobCommand extends $Command
.f(UpdateLocationAzureBlobRequestFilterSensitiveLog, void 0)
.ser(se_UpdateLocationAzureBlobCommand)
.de(de_UpdateLocationAzureBlobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLocationAzureBlobRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateLocationAzureBlobCommandInput;
+ output: UpdateLocationAzureBlobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/UpdateLocationHdfsCommand.ts b/clients/client-datasync/src/commands/UpdateLocationHdfsCommand.ts
index cdde7700914d..99dd3c191a3f 100644
--- a/clients/client-datasync/src/commands/UpdateLocationHdfsCommand.ts
+++ b/clients/client-datasync/src/commands/UpdateLocationHdfsCommand.ts
@@ -105,4 +105,16 @@ export class UpdateLocationHdfsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateLocationHdfsCommand)
.de(de_UpdateLocationHdfsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLocationHdfsRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateLocationHdfsCommandInput;
+ output: UpdateLocationHdfsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/UpdateLocationNfsCommand.ts b/clients/client-datasync/src/commands/UpdateLocationNfsCommand.ts
index 7db5f5d17692..f8a2c087bdf5 100644
--- a/clients/client-datasync/src/commands/UpdateLocationNfsCommand.ts
+++ b/clients/client-datasync/src/commands/UpdateLocationNfsCommand.ts
@@ -94,4 +94,16 @@ export class UpdateLocationNfsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateLocationNfsCommand)
.de(de_UpdateLocationNfsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLocationNfsRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateLocationNfsCommandInput;
+ output: UpdateLocationNfsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/UpdateLocationObjectStorageCommand.ts b/clients/client-datasync/src/commands/UpdateLocationObjectStorageCommand.ts
index 9b547558c707..79ac8272b829 100644
--- a/clients/client-datasync/src/commands/UpdateLocationObjectStorageCommand.ts
+++ b/clients/client-datasync/src/commands/UpdateLocationObjectStorageCommand.ts
@@ -98,4 +98,16 @@ export class UpdateLocationObjectStorageCommand extends $Command
.f(UpdateLocationObjectStorageRequestFilterSensitiveLog, void 0)
.ser(se_UpdateLocationObjectStorageCommand)
.de(de_UpdateLocationObjectStorageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLocationObjectStorageRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateLocationObjectStorageCommandInput;
+ output: UpdateLocationObjectStorageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/UpdateLocationSmbCommand.ts b/clients/client-datasync/src/commands/UpdateLocationSmbCommand.ts
index 83ab6e468ae6..87fe8e85d7f5 100644
--- a/clients/client-datasync/src/commands/UpdateLocationSmbCommand.ts
+++ b/clients/client-datasync/src/commands/UpdateLocationSmbCommand.ts
@@ -97,4 +97,16 @@ export class UpdateLocationSmbCommand extends $Command
.f(UpdateLocationSmbRequestFilterSensitiveLog, void 0)
.ser(se_UpdateLocationSmbCommand)
.de(de_UpdateLocationSmbCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLocationSmbRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateLocationSmbCommandInput;
+ output: UpdateLocationSmbCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/UpdateStorageSystemCommand.ts b/clients/client-datasync/src/commands/UpdateStorageSystemCommand.ts
index 67ff9ca437d6..9c5255332167 100644
--- a/clients/client-datasync/src/commands/UpdateStorageSystemCommand.ts
+++ b/clients/client-datasync/src/commands/UpdateStorageSystemCommand.ts
@@ -100,4 +100,16 @@ export class UpdateStorageSystemCommand extends $Command
.f(UpdateStorageSystemRequestFilterSensitiveLog, void 0)
.ser(se_UpdateStorageSystemCommand)
.de(de_UpdateStorageSystemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateStorageSystemRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateStorageSystemCommandInput;
+ output: UpdateStorageSystemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/UpdateTaskCommand.ts b/clients/client-datasync/src/commands/UpdateTaskCommand.ts
index 8c43f0871224..f803caab8a3f 100644
--- a/clients/client-datasync/src/commands/UpdateTaskCommand.ts
+++ b/clients/client-datasync/src/commands/UpdateTaskCommand.ts
@@ -155,4 +155,16 @@ export class UpdateTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTaskCommand)
.de(de_UpdateTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTaskRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateTaskCommandInput;
+ output: UpdateTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datasync/src/commands/UpdateTaskExecutionCommand.ts b/clients/client-datasync/src/commands/UpdateTaskExecutionCommand.ts
index 8857f6e5a156..ff43db5a85f7 100644
--- a/clients/client-datasync/src/commands/UpdateTaskExecutionCommand.ts
+++ b/clients/client-datasync/src/commands/UpdateTaskExecutionCommand.ts
@@ -106,4 +106,16 @@ export class UpdateTaskExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTaskExecutionCommand)
.de(de_UpdateTaskExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTaskExecutionRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateTaskExecutionCommandInput;
+ output: UpdateTaskExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/package.json b/clients/client-datazone/package.json
index db3ea077b3be..fe49f349d74f 100644
--- a/clients/client-datazone/package.json
+++ b/clients/client-datazone/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-datazone/src/commands/AcceptPredictionsCommand.ts b/clients/client-datazone/src/commands/AcceptPredictionsCommand.ts
index d0b8575b3a80..791f8f75ac7a 100644
--- a/clients/client-datazone/src/commands/AcceptPredictionsCommand.ts
+++ b/clients/client-datazone/src/commands/AcceptPredictionsCommand.ts
@@ -119,4 +119,16 @@ export class AcceptPredictionsCommand extends $Command
.f(AcceptPredictionsInputFilterSensitiveLog, void 0)
.ser(se_AcceptPredictionsCommand)
.de(de_AcceptPredictionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AcceptPredictionsInput;
+ output: AcceptPredictionsOutput;
+ };
+ sdk: {
+ input: AcceptPredictionsCommandInput;
+ output: AcceptPredictionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/AcceptSubscriptionRequestCommand.ts b/clients/client-datazone/src/commands/AcceptSubscriptionRequestCommand.ts
index 87f12a1dd072..70323298e91b 100644
--- a/clients/client-datazone/src/commands/AcceptSubscriptionRequestCommand.ts
+++ b/clients/client-datazone/src/commands/AcceptSubscriptionRequestCommand.ts
@@ -181,4 +181,16 @@ export class AcceptSubscriptionRequestCommand extends $Command
.f(AcceptSubscriptionRequestInputFilterSensitiveLog, AcceptSubscriptionRequestOutputFilterSensitiveLog)
.ser(se_AcceptSubscriptionRequestCommand)
.de(de_AcceptSubscriptionRequestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AcceptSubscriptionRequestInput;
+ output: AcceptSubscriptionRequestOutput;
+ };
+ sdk: {
+ input: AcceptSubscriptionRequestCommandInput;
+ output: AcceptSubscriptionRequestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/AddEntityOwnerCommand.ts b/clients/client-datazone/src/commands/AddEntityOwnerCommand.ts
index 1b69deff596b..cce906043300 100644
--- a/clients/client-datazone/src/commands/AddEntityOwnerCommand.ts
+++ b/clients/client-datazone/src/commands/AddEntityOwnerCommand.ts
@@ -110,4 +110,16 @@ export class AddEntityOwnerCommand extends $Command
.f(void 0, void 0)
.ser(se_AddEntityOwnerCommand)
.de(de_AddEntityOwnerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddEntityOwnerInput;
+ output: {};
+ };
+ sdk: {
+ input: AddEntityOwnerCommandInput;
+ output: AddEntityOwnerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/AddPolicyGrantCommand.ts b/clients/client-datazone/src/commands/AddPolicyGrantCommand.ts
index 41d0b1338002..111e63c9c68c 100644
--- a/clients/client-datazone/src/commands/AddPolicyGrantCommand.ts
+++ b/clients/client-datazone/src/commands/AddPolicyGrantCommand.ts
@@ -158,4 +158,16 @@ export class AddPolicyGrantCommand extends $Command
.f(void 0, void 0)
.ser(se_AddPolicyGrantCommand)
.de(de_AddPolicyGrantCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddPolicyGrantInput;
+ output: {};
+ };
+ sdk: {
+ input: AddPolicyGrantCommandInput;
+ output: AddPolicyGrantCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/AssociateEnvironmentRoleCommand.ts b/clients/client-datazone/src/commands/AssociateEnvironmentRoleCommand.ts
index 09d5edbac825..7e9ec82a04be 100644
--- a/clients/client-datazone/src/commands/AssociateEnvironmentRoleCommand.ts
+++ b/clients/client-datazone/src/commands/AssociateEnvironmentRoleCommand.ts
@@ -98,4 +98,16 @@ export class AssociateEnvironmentRoleCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateEnvironmentRoleCommand)
.de(de_AssociateEnvironmentRoleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateEnvironmentRoleInput;
+ output: {};
+ };
+ sdk: {
+ input: AssociateEnvironmentRoleCommandInput;
+ output: AssociateEnvironmentRoleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CancelMetadataGenerationRunCommand.ts b/clients/client-datazone/src/commands/CancelMetadataGenerationRunCommand.ts
index 2adc3582fd0d..00938ea901dd 100644
--- a/clients/client-datazone/src/commands/CancelMetadataGenerationRunCommand.ts
+++ b/clients/client-datazone/src/commands/CancelMetadataGenerationRunCommand.ts
@@ -100,4 +100,16 @@ export class CancelMetadataGenerationRunCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelMetadataGenerationRunCommand)
.de(de_CancelMetadataGenerationRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelMetadataGenerationRunInput;
+ output: {};
+ };
+ sdk: {
+ input: CancelMetadataGenerationRunCommandInput;
+ output: CancelMetadataGenerationRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CancelSubscriptionCommand.ts b/clients/client-datazone/src/commands/CancelSubscriptionCommand.ts
index 5f4a6e390540..20b3aa44e000 100644
--- a/clients/client-datazone/src/commands/CancelSubscriptionCommand.ts
+++ b/clients/client-datazone/src/commands/CancelSubscriptionCommand.ts
@@ -166,4 +166,16 @@ export class CancelSubscriptionCommand extends $Command
.f(void 0, CancelSubscriptionOutputFilterSensitiveLog)
.ser(se_CancelSubscriptionCommand)
.de(de_CancelSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelSubscriptionInput;
+ output: CancelSubscriptionOutput;
+ };
+ sdk: {
+ input: CancelSubscriptionCommandInput;
+ output: CancelSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CreateAssetCommand.ts b/clients/client-datazone/src/commands/CreateAssetCommand.ts
index 0173bcbde4d6..2808350b7198 100644
--- a/clients/client-datazone/src/commands/CreateAssetCommand.ts
+++ b/clients/client-datazone/src/commands/CreateAssetCommand.ts
@@ -179,4 +179,16 @@ export class CreateAssetCommand extends $Command
.f(CreateAssetInputFilterSensitiveLog, CreateAssetOutputFilterSensitiveLog)
.ser(se_CreateAssetCommand)
.de(de_CreateAssetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAssetInput;
+ output: CreateAssetOutput;
+ };
+ sdk: {
+ input: CreateAssetCommandInput;
+ output: CreateAssetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CreateAssetFilterCommand.ts b/clients/client-datazone/src/commands/CreateAssetFilterCommand.ts
index d78f82ba1f2a..cade6f23e3fb 100644
--- a/clients/client-datazone/src/commands/CreateAssetFilterCommand.ts
+++ b/clients/client-datazone/src/commands/CreateAssetFilterCommand.ts
@@ -379,4 +379,16 @@ export class CreateAssetFilterCommand extends $Command
.f(CreateAssetFilterInputFilterSensitiveLog, CreateAssetFilterOutputFilterSensitiveLog)
.ser(se_CreateAssetFilterCommand)
.de(de_CreateAssetFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAssetFilterInput;
+ output: CreateAssetFilterOutput;
+ };
+ sdk: {
+ input: CreateAssetFilterCommandInput;
+ output: CreateAssetFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CreateAssetRevisionCommand.ts b/clients/client-datazone/src/commands/CreateAssetRevisionCommand.ts
index 5151b8aa66c2..e0b8d6ea520f 100644
--- a/clients/client-datazone/src/commands/CreateAssetRevisionCommand.ts
+++ b/clients/client-datazone/src/commands/CreateAssetRevisionCommand.ts
@@ -174,4 +174,16 @@ export class CreateAssetRevisionCommand extends $Command
.f(CreateAssetRevisionInputFilterSensitiveLog, CreateAssetRevisionOutputFilterSensitiveLog)
.ser(se_CreateAssetRevisionCommand)
.de(de_CreateAssetRevisionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAssetRevisionInput;
+ output: CreateAssetRevisionOutput;
+ };
+ sdk: {
+ input: CreateAssetRevisionCommandInput;
+ output: CreateAssetRevisionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CreateAssetTypeCommand.ts b/clients/client-datazone/src/commands/CreateAssetTypeCommand.ts
index 1836a0d9575f..9457489fb1f3 100644
--- a/clients/client-datazone/src/commands/CreateAssetTypeCommand.ts
+++ b/clients/client-datazone/src/commands/CreateAssetTypeCommand.ts
@@ -130,4 +130,16 @@ export class CreateAssetTypeCommand extends $Command
.f(CreateAssetTypeInputFilterSensitiveLog, CreateAssetTypeOutputFilterSensitiveLog)
.ser(se_CreateAssetTypeCommand)
.de(de_CreateAssetTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAssetTypeInput;
+ output: CreateAssetTypeOutput;
+ };
+ sdk: {
+ input: CreateAssetTypeCommandInput;
+ output: CreateAssetTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CreateDataProductCommand.ts b/clients/client-datazone/src/commands/CreateDataProductCommand.ts
index 6c6385d83d8a..ab065dc5dd49 100644
--- a/clients/client-datazone/src/commands/CreateDataProductCommand.ts
+++ b/clients/client-datazone/src/commands/CreateDataProductCommand.ts
@@ -162,4 +162,16 @@ export class CreateDataProductCommand extends $Command
.f(CreateDataProductInputFilterSensitiveLog, CreateDataProductOutputFilterSensitiveLog)
.ser(se_CreateDataProductCommand)
.de(de_CreateDataProductCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDataProductInput;
+ output: CreateDataProductOutput;
+ };
+ sdk: {
+ input: CreateDataProductCommandInput;
+ output: CreateDataProductCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CreateDataProductRevisionCommand.ts b/clients/client-datazone/src/commands/CreateDataProductRevisionCommand.ts
index 77c4bba5bc35..edcda126afd3 100644
--- a/clients/client-datazone/src/commands/CreateDataProductRevisionCommand.ts
+++ b/clients/client-datazone/src/commands/CreateDataProductRevisionCommand.ts
@@ -159,4 +159,16 @@ export class CreateDataProductRevisionCommand extends $Command
.f(CreateDataProductRevisionInputFilterSensitiveLog, CreateDataProductRevisionOutputFilterSensitiveLog)
.ser(se_CreateDataProductRevisionCommand)
.de(de_CreateDataProductRevisionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDataProductRevisionInput;
+ output: CreateDataProductRevisionOutput;
+ };
+ sdk: {
+ input: CreateDataProductRevisionCommandInput;
+ output: CreateDataProductRevisionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CreateDataSourceCommand.ts b/clients/client-datazone/src/commands/CreateDataSourceCommand.ts
index 6ab98e1446b7..42f37a739a2a 100644
--- a/clients/client-datazone/src/commands/CreateDataSourceCommand.ts
+++ b/clients/client-datazone/src/commands/CreateDataSourceCommand.ts
@@ -257,4 +257,16 @@ export class CreateDataSourceCommand extends $Command
.f(CreateDataSourceInputFilterSensitiveLog, CreateDataSourceOutputFilterSensitiveLog)
.ser(se_CreateDataSourceCommand)
.de(de_CreateDataSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDataSourceInput;
+ output: CreateDataSourceOutput;
+ };
+ sdk: {
+ input: CreateDataSourceCommandInput;
+ output: CreateDataSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CreateDomainCommand.ts b/clients/client-datazone/src/commands/CreateDomainCommand.ts
index fbf97511f10b..0b578cf8ea0e 100644
--- a/clients/client-datazone/src/commands/CreateDomainCommand.ts
+++ b/clients/client-datazone/src/commands/CreateDomainCommand.ts
@@ -127,4 +127,16 @@ export class CreateDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDomainCommand)
.de(de_CreateDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDomainInput;
+ output: CreateDomainOutput;
+ };
+ sdk: {
+ input: CreateDomainCommandInput;
+ output: CreateDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CreateDomainUnitCommand.ts b/clients/client-datazone/src/commands/CreateDomainUnitCommand.ts
index e49983c2138d..45b86d3d5f87 100644
--- a/clients/client-datazone/src/commands/CreateDomainUnitCommand.ts
+++ b/clients/client-datazone/src/commands/CreateDomainUnitCommand.ts
@@ -126,4 +126,16 @@ export class CreateDomainUnitCommand extends $Command
.f(CreateDomainUnitInputFilterSensitiveLog, CreateDomainUnitOutputFilterSensitiveLog)
.ser(se_CreateDomainUnitCommand)
.de(de_CreateDomainUnitCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDomainUnitInput;
+ output: CreateDomainUnitOutput;
+ };
+ sdk: {
+ input: CreateDomainUnitCommandInput;
+ output: CreateDomainUnitCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CreateEnvironmentActionCommand.ts b/clients/client-datazone/src/commands/CreateEnvironmentActionCommand.ts
index a64723adf1bb..0ec6e7c55212 100644
--- a/clients/client-datazone/src/commands/CreateEnvironmentActionCommand.ts
+++ b/clients/client-datazone/src/commands/CreateEnvironmentActionCommand.ts
@@ -116,4 +116,16 @@ export class CreateEnvironmentActionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEnvironmentActionCommand)
.de(de_CreateEnvironmentActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEnvironmentActionInput;
+ output: CreateEnvironmentActionOutput;
+ };
+ sdk: {
+ input: CreateEnvironmentActionCommandInput;
+ output: CreateEnvironmentActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CreateEnvironmentCommand.ts b/clients/client-datazone/src/commands/CreateEnvironmentCommand.ts
index 821a97350113..0a873ba58c88 100644
--- a/clients/client-datazone/src/commands/CreateEnvironmentCommand.ts
+++ b/clients/client-datazone/src/commands/CreateEnvironmentCommand.ts
@@ -186,4 +186,16 @@ export class CreateEnvironmentCommand extends $Command
.f(void 0, CreateEnvironmentOutputFilterSensitiveLog)
.ser(se_CreateEnvironmentCommand)
.de(de_CreateEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEnvironmentInput;
+ output: CreateEnvironmentOutput;
+ };
+ sdk: {
+ input: CreateEnvironmentCommandInput;
+ output: CreateEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CreateEnvironmentProfileCommand.ts b/clients/client-datazone/src/commands/CreateEnvironmentProfileCommand.ts
index 9d3d25c8536a..b9456d7cd046 100644
--- a/clients/client-datazone/src/commands/CreateEnvironmentProfileCommand.ts
+++ b/clients/client-datazone/src/commands/CreateEnvironmentProfileCommand.ts
@@ -138,4 +138,16 @@ export class CreateEnvironmentProfileCommand extends $Command
.f(CreateEnvironmentProfileInputFilterSensitiveLog, CreateEnvironmentProfileOutputFilterSensitiveLog)
.ser(se_CreateEnvironmentProfileCommand)
.de(de_CreateEnvironmentProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEnvironmentProfileInput;
+ output: CreateEnvironmentProfileOutput;
+ };
+ sdk: {
+ input: CreateEnvironmentProfileCommandInput;
+ output: CreateEnvironmentProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CreateFormTypeCommand.ts b/clients/client-datazone/src/commands/CreateFormTypeCommand.ts
index f931605bf243..168a05afafad 100644
--- a/clients/client-datazone/src/commands/CreateFormTypeCommand.ts
+++ b/clients/client-datazone/src/commands/CreateFormTypeCommand.ts
@@ -116,4 +116,16 @@ export class CreateFormTypeCommand extends $Command
.f(CreateFormTypeInputFilterSensitiveLog, CreateFormTypeOutputFilterSensitiveLog)
.ser(se_CreateFormTypeCommand)
.de(de_CreateFormTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFormTypeInput;
+ output: CreateFormTypeOutput;
+ };
+ sdk: {
+ input: CreateFormTypeCommandInput;
+ output: CreateFormTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CreateGlossaryCommand.ts b/clients/client-datazone/src/commands/CreateGlossaryCommand.ts
index a3595e128aac..d2726b164e2b 100644
--- a/clients/client-datazone/src/commands/CreateGlossaryCommand.ts
+++ b/clients/client-datazone/src/commands/CreateGlossaryCommand.ts
@@ -113,4 +113,16 @@ export class CreateGlossaryCommand extends $Command
.f(CreateGlossaryInputFilterSensitiveLog, CreateGlossaryOutputFilterSensitiveLog)
.ser(se_CreateGlossaryCommand)
.de(de_CreateGlossaryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGlossaryInput;
+ output: CreateGlossaryOutput;
+ };
+ sdk: {
+ input: CreateGlossaryCommandInput;
+ output: CreateGlossaryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CreateGlossaryTermCommand.ts b/clients/client-datazone/src/commands/CreateGlossaryTermCommand.ts
index 13b6a759a7cf..52807542e1e8 100644
--- a/clients/client-datazone/src/commands/CreateGlossaryTermCommand.ts
+++ b/clients/client-datazone/src/commands/CreateGlossaryTermCommand.ts
@@ -134,4 +134,16 @@ export class CreateGlossaryTermCommand extends $Command
.f(CreateGlossaryTermInputFilterSensitiveLog, CreateGlossaryTermOutputFilterSensitiveLog)
.ser(se_CreateGlossaryTermCommand)
.de(de_CreateGlossaryTermCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGlossaryTermInput;
+ output: CreateGlossaryTermOutput;
+ };
+ sdk: {
+ input: CreateGlossaryTermCommandInput;
+ output: CreateGlossaryTermCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CreateGroupProfileCommand.ts b/clients/client-datazone/src/commands/CreateGroupProfileCommand.ts
index 46f56e4bf962..fe711c5769a6 100644
--- a/clients/client-datazone/src/commands/CreateGroupProfileCommand.ts
+++ b/clients/client-datazone/src/commands/CreateGroupProfileCommand.ts
@@ -104,4 +104,16 @@ export class CreateGroupProfileCommand extends $Command
.f(void 0, CreateGroupProfileOutputFilterSensitiveLog)
.ser(se_CreateGroupProfileCommand)
.de(de_CreateGroupProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGroupProfileInput;
+ output: CreateGroupProfileOutput;
+ };
+ sdk: {
+ input: CreateGroupProfileCommandInput;
+ output: CreateGroupProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CreateListingChangeSetCommand.ts b/clients/client-datazone/src/commands/CreateListingChangeSetCommand.ts
index 146ef87c39d5..b643ba378216 100644
--- a/clients/client-datazone/src/commands/CreateListingChangeSetCommand.ts
+++ b/clients/client-datazone/src/commands/CreateListingChangeSetCommand.ts
@@ -109,4 +109,16 @@ export class CreateListingChangeSetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateListingChangeSetCommand)
.de(de_CreateListingChangeSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateListingChangeSetInput;
+ output: CreateListingChangeSetOutput;
+ };
+ sdk: {
+ input: CreateListingChangeSetCommandInput;
+ output: CreateListingChangeSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CreateProjectCommand.ts b/clients/client-datazone/src/commands/CreateProjectCommand.ts
index a2d7b69ee0bf..9357178a7a63 100644
--- a/clients/client-datazone/src/commands/CreateProjectCommand.ts
+++ b/clients/client-datazone/src/commands/CreateProjectCommand.ts
@@ -129,4 +129,16 @@ export class CreateProjectCommand extends $Command
.f(CreateProjectInputFilterSensitiveLog, CreateProjectOutputFilterSensitiveLog)
.ser(se_CreateProjectCommand)
.de(de_CreateProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateProjectInput;
+ output: CreateProjectOutput;
+ };
+ sdk: {
+ input: CreateProjectCommandInput;
+ output: CreateProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CreateProjectMembershipCommand.ts b/clients/client-datazone/src/commands/CreateProjectMembershipCommand.ts
index 44de49b06ff8..6c5304350c31 100644
--- a/clients/client-datazone/src/commands/CreateProjectMembershipCommand.ts
+++ b/clients/client-datazone/src/commands/CreateProjectMembershipCommand.ts
@@ -99,4 +99,16 @@ export class CreateProjectMembershipCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateProjectMembershipCommand)
.de(de_CreateProjectMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateProjectMembershipInput;
+ output: {};
+ };
+ sdk: {
+ input: CreateProjectMembershipCommandInput;
+ output: CreateProjectMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CreateSubscriptionGrantCommand.ts b/clients/client-datazone/src/commands/CreateSubscriptionGrantCommand.ts
index 0b316755d74e..2cae756f770e 100644
--- a/clients/client-datazone/src/commands/CreateSubscriptionGrantCommand.ts
+++ b/clients/client-datazone/src/commands/CreateSubscriptionGrantCommand.ts
@@ -148,4 +148,16 @@ export class CreateSubscriptionGrantCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSubscriptionGrantCommand)
.de(de_CreateSubscriptionGrantCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSubscriptionGrantInput;
+ output: CreateSubscriptionGrantOutput;
+ };
+ sdk: {
+ input: CreateSubscriptionGrantCommandInput;
+ output: CreateSubscriptionGrantCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CreateSubscriptionRequestCommand.ts b/clients/client-datazone/src/commands/CreateSubscriptionRequestCommand.ts
index 9250ad0388d6..cf35cbbc4285 100644
--- a/clients/client-datazone/src/commands/CreateSubscriptionRequestCommand.ts
+++ b/clients/client-datazone/src/commands/CreateSubscriptionRequestCommand.ts
@@ -185,4 +185,16 @@ export class CreateSubscriptionRequestCommand extends $Command
.f(CreateSubscriptionRequestInputFilterSensitiveLog, CreateSubscriptionRequestOutputFilterSensitiveLog)
.ser(se_CreateSubscriptionRequestCommand)
.de(de_CreateSubscriptionRequestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSubscriptionRequestInput;
+ output: CreateSubscriptionRequestOutput;
+ };
+ sdk: {
+ input: CreateSubscriptionRequestCommandInput;
+ output: CreateSubscriptionRequestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CreateSubscriptionTargetCommand.ts b/clients/client-datazone/src/commands/CreateSubscriptionTargetCommand.ts
index bd7d42523e45..a824db740f19 100644
--- a/clients/client-datazone/src/commands/CreateSubscriptionTargetCommand.ts
+++ b/clients/client-datazone/src/commands/CreateSubscriptionTargetCommand.ts
@@ -144,4 +144,16 @@ export class CreateSubscriptionTargetCommand extends $Command
.f(CreateSubscriptionTargetInputFilterSensitiveLog, CreateSubscriptionTargetOutputFilterSensitiveLog)
.ser(se_CreateSubscriptionTargetCommand)
.de(de_CreateSubscriptionTargetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSubscriptionTargetInput;
+ output: CreateSubscriptionTargetOutput;
+ };
+ sdk: {
+ input: CreateSubscriptionTargetCommandInput;
+ output: CreateSubscriptionTargetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/CreateUserProfileCommand.ts b/clients/client-datazone/src/commands/CreateUserProfileCommand.ts
index baeacf69dc33..9db04429b0aa 100644
--- a/clients/client-datazone/src/commands/CreateUserProfileCommand.ts
+++ b/clients/client-datazone/src/commands/CreateUserProfileCommand.ts
@@ -115,4 +115,16 @@ export class CreateUserProfileCommand extends $Command
.f(void 0, CreateUserProfileOutputFilterSensitiveLog)
.ser(se_CreateUserProfileCommand)
.de(de_CreateUserProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateUserProfileInput;
+ output: CreateUserProfileOutput;
+ };
+ sdk: {
+ input: CreateUserProfileCommandInput;
+ output: CreateUserProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/DeleteAssetCommand.ts b/clients/client-datazone/src/commands/DeleteAssetCommand.ts
index d252d3b1c73a..62006cd09f7e 100644
--- a/clients/client-datazone/src/commands/DeleteAssetCommand.ts
+++ b/clients/client-datazone/src/commands/DeleteAssetCommand.ts
@@ -97,4 +97,16 @@ export class DeleteAssetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAssetCommand)
.de(de_DeleteAssetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAssetInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAssetCommandInput;
+ output: DeleteAssetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/DeleteAssetFilterCommand.ts b/clients/client-datazone/src/commands/DeleteAssetFilterCommand.ts
index 8e3f1f1f8513..80fc0cdad349 100644
--- a/clients/client-datazone/src/commands/DeleteAssetFilterCommand.ts
+++ b/clients/client-datazone/src/commands/DeleteAssetFilterCommand.ts
@@ -98,4 +98,16 @@ export class DeleteAssetFilterCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAssetFilterCommand)
.de(de_DeleteAssetFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAssetFilterInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAssetFilterCommandInput;
+ output: DeleteAssetFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/DeleteAssetTypeCommand.ts b/clients/client-datazone/src/commands/DeleteAssetTypeCommand.ts
index 0e6678ef8dae..d50ce2503674 100644
--- a/clients/client-datazone/src/commands/DeleteAssetTypeCommand.ts
+++ b/clients/client-datazone/src/commands/DeleteAssetTypeCommand.ts
@@ -97,4 +97,16 @@ export class DeleteAssetTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAssetTypeCommand)
.de(de_DeleteAssetTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAssetTypeInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAssetTypeCommandInput;
+ output: DeleteAssetTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/DeleteDataProductCommand.ts b/clients/client-datazone/src/commands/DeleteDataProductCommand.ts
index d7890ac594c3..97559b27578f 100644
--- a/clients/client-datazone/src/commands/DeleteDataProductCommand.ts
+++ b/clients/client-datazone/src/commands/DeleteDataProductCommand.ts
@@ -97,4 +97,16 @@ export class DeleteDataProductCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDataProductCommand)
.de(de_DeleteDataProductCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDataProductInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDataProductCommandInput;
+ output: DeleteDataProductCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/DeleteDataSourceCommand.ts b/clients/client-datazone/src/commands/DeleteDataSourceCommand.ts
index 85ba6c560bfa..80cd17340608 100644
--- a/clients/client-datazone/src/commands/DeleteDataSourceCommand.ts
+++ b/clients/client-datazone/src/commands/DeleteDataSourceCommand.ts
@@ -212,4 +212,16 @@ export class DeleteDataSourceCommand extends $Command
.f(void 0, DeleteDataSourceOutputFilterSensitiveLog)
.ser(se_DeleteDataSourceCommand)
.de(de_DeleteDataSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDataSourceInput;
+ output: DeleteDataSourceOutput;
+ };
+ sdk: {
+ input: DeleteDataSourceCommandInput;
+ output: DeleteDataSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/DeleteDomainCommand.ts b/clients/client-datazone/src/commands/DeleteDomainCommand.ts
index 8f783297f997..4c20b65c74cc 100644
--- a/clients/client-datazone/src/commands/DeleteDomainCommand.ts
+++ b/clients/client-datazone/src/commands/DeleteDomainCommand.ts
@@ -100,4 +100,16 @@ export class DeleteDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDomainCommand)
.de(de_DeleteDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDomainInput;
+ output: DeleteDomainOutput;
+ };
+ sdk: {
+ input: DeleteDomainCommandInput;
+ output: DeleteDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/DeleteDomainUnitCommand.ts b/clients/client-datazone/src/commands/DeleteDomainUnitCommand.ts
index ef213696ca6d..a5558118f49d 100644
--- a/clients/client-datazone/src/commands/DeleteDomainUnitCommand.ts
+++ b/clients/client-datazone/src/commands/DeleteDomainUnitCommand.ts
@@ -97,4 +97,16 @@ export class DeleteDomainUnitCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDomainUnitCommand)
.de(de_DeleteDomainUnitCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDomainUnitInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDomainUnitCommandInput;
+ output: DeleteDomainUnitCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/DeleteEnvironmentActionCommand.ts b/clients/client-datazone/src/commands/DeleteEnvironmentActionCommand.ts
index e58df8ecfa39..510f755f8af9 100644
--- a/clients/client-datazone/src/commands/DeleteEnvironmentActionCommand.ts
+++ b/clients/client-datazone/src/commands/DeleteEnvironmentActionCommand.ts
@@ -99,4 +99,16 @@ export class DeleteEnvironmentActionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEnvironmentActionCommand)
.de(de_DeleteEnvironmentActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEnvironmentActionInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEnvironmentActionCommandInput;
+ output: DeleteEnvironmentActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/DeleteEnvironmentBlueprintConfigurationCommand.ts b/clients/client-datazone/src/commands/DeleteEnvironmentBlueprintConfigurationCommand.ts
index 995af395341e..8cb364a150cc 100644
--- a/clients/client-datazone/src/commands/DeleteEnvironmentBlueprintConfigurationCommand.ts
+++ b/clients/client-datazone/src/commands/DeleteEnvironmentBlueprintConfigurationCommand.ts
@@ -98,4 +98,16 @@ export class DeleteEnvironmentBlueprintConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEnvironmentBlueprintConfigurationCommand)
.de(de_DeleteEnvironmentBlueprintConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEnvironmentBlueprintConfigurationInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEnvironmentBlueprintConfigurationCommandInput;
+ output: DeleteEnvironmentBlueprintConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/DeleteEnvironmentCommand.ts b/clients/client-datazone/src/commands/DeleteEnvironmentCommand.ts
index 339805c16f04..80ab8fe4e2be 100644
--- a/clients/client-datazone/src/commands/DeleteEnvironmentCommand.ts
+++ b/clients/client-datazone/src/commands/DeleteEnvironmentCommand.ts
@@ -94,4 +94,16 @@ export class DeleteEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEnvironmentCommand)
.de(de_DeleteEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEnvironmentInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEnvironmentCommandInput;
+ output: DeleteEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/DeleteEnvironmentProfileCommand.ts b/clients/client-datazone/src/commands/DeleteEnvironmentProfileCommand.ts
index cd3babfa603a..bffb6b1d8de5 100644
--- a/clients/client-datazone/src/commands/DeleteEnvironmentProfileCommand.ts
+++ b/clients/client-datazone/src/commands/DeleteEnvironmentProfileCommand.ts
@@ -94,4 +94,16 @@ export class DeleteEnvironmentProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEnvironmentProfileCommand)
.de(de_DeleteEnvironmentProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEnvironmentProfileInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEnvironmentProfileCommandInput;
+ output: DeleteEnvironmentProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/DeleteFormTypeCommand.ts b/clients/client-datazone/src/commands/DeleteFormTypeCommand.ts
index 4bb42e7249f5..26abd6f16b43 100644
--- a/clients/client-datazone/src/commands/DeleteFormTypeCommand.ts
+++ b/clients/client-datazone/src/commands/DeleteFormTypeCommand.ts
@@ -97,4 +97,16 @@ export class DeleteFormTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFormTypeCommand)
.de(de_DeleteFormTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFormTypeInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFormTypeCommandInput;
+ output: DeleteFormTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/DeleteGlossaryCommand.ts b/clients/client-datazone/src/commands/DeleteGlossaryCommand.ts
index ded672fd17d7..1c902d1e3ba6 100644
--- a/clients/client-datazone/src/commands/DeleteGlossaryCommand.ts
+++ b/clients/client-datazone/src/commands/DeleteGlossaryCommand.ts
@@ -97,4 +97,16 @@ export class DeleteGlossaryCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteGlossaryCommand)
.de(de_DeleteGlossaryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteGlossaryInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteGlossaryCommandInput;
+ output: DeleteGlossaryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/DeleteGlossaryTermCommand.ts b/clients/client-datazone/src/commands/DeleteGlossaryTermCommand.ts
index 631c3db6149a..71b34281f279 100644
--- a/clients/client-datazone/src/commands/DeleteGlossaryTermCommand.ts
+++ b/clients/client-datazone/src/commands/DeleteGlossaryTermCommand.ts
@@ -97,4 +97,16 @@ export class DeleteGlossaryTermCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteGlossaryTermCommand)
.de(de_DeleteGlossaryTermCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteGlossaryTermInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteGlossaryTermCommandInput;
+ output: DeleteGlossaryTermCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/DeleteListingCommand.ts b/clients/client-datazone/src/commands/DeleteListingCommand.ts
index d211a8802f95..20d5e4af5344 100644
--- a/clients/client-datazone/src/commands/DeleteListingCommand.ts
+++ b/clients/client-datazone/src/commands/DeleteListingCommand.ts
@@ -97,4 +97,16 @@ export class DeleteListingCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteListingCommand)
.de(de_DeleteListingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteListingInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteListingCommandInput;
+ output: DeleteListingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/DeleteProjectCommand.ts b/clients/client-datazone/src/commands/DeleteProjectCommand.ts
index b237e0f4f061..180743669c14 100644
--- a/clients/client-datazone/src/commands/DeleteProjectCommand.ts
+++ b/clients/client-datazone/src/commands/DeleteProjectCommand.ts
@@ -95,4 +95,16 @@ export class DeleteProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteProjectCommand)
.de(de_DeleteProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteProjectInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteProjectCommandInput;
+ output: DeleteProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/DeleteProjectMembershipCommand.ts b/clients/client-datazone/src/commands/DeleteProjectMembershipCommand.ts
index dd9bde4d6db6..f9a8af9d26df 100644
--- a/clients/client-datazone/src/commands/DeleteProjectMembershipCommand.ts
+++ b/clients/client-datazone/src/commands/DeleteProjectMembershipCommand.ts
@@ -101,4 +101,16 @@ export class DeleteProjectMembershipCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteProjectMembershipCommand)
.de(de_DeleteProjectMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteProjectMembershipInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteProjectMembershipCommandInput;
+ output: DeleteProjectMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/DeleteSubscriptionGrantCommand.ts b/clients/client-datazone/src/commands/DeleteSubscriptionGrantCommand.ts
index 2c50dfeb5b0d..851ce00d700b 100644
--- a/clients/client-datazone/src/commands/DeleteSubscriptionGrantCommand.ts
+++ b/clients/client-datazone/src/commands/DeleteSubscriptionGrantCommand.ts
@@ -134,4 +134,16 @@ export class DeleteSubscriptionGrantCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSubscriptionGrantCommand)
.de(de_DeleteSubscriptionGrantCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSubscriptionGrantInput;
+ output: DeleteSubscriptionGrantOutput;
+ };
+ sdk: {
+ input: DeleteSubscriptionGrantCommandInput;
+ output: DeleteSubscriptionGrantCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/DeleteSubscriptionRequestCommand.ts b/clients/client-datazone/src/commands/DeleteSubscriptionRequestCommand.ts
index b8383d37ecd5..52fbb3a2718a 100644
--- a/clients/client-datazone/src/commands/DeleteSubscriptionRequestCommand.ts
+++ b/clients/client-datazone/src/commands/DeleteSubscriptionRequestCommand.ts
@@ -97,4 +97,16 @@ export class DeleteSubscriptionRequestCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSubscriptionRequestCommand)
.de(de_DeleteSubscriptionRequestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSubscriptionRequestInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSubscriptionRequestCommandInput;
+ output: DeleteSubscriptionRequestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/DeleteSubscriptionTargetCommand.ts b/clients/client-datazone/src/commands/DeleteSubscriptionTargetCommand.ts
index 0847f3e070aa..95eca52c35e2 100644
--- a/clients/client-datazone/src/commands/DeleteSubscriptionTargetCommand.ts
+++ b/clients/client-datazone/src/commands/DeleteSubscriptionTargetCommand.ts
@@ -98,4 +98,16 @@ export class DeleteSubscriptionTargetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSubscriptionTargetCommand)
.de(de_DeleteSubscriptionTargetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSubscriptionTargetInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSubscriptionTargetCommandInput;
+ output: DeleteSubscriptionTargetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/DeleteTimeSeriesDataPointsCommand.ts b/clients/client-datazone/src/commands/DeleteTimeSeriesDataPointsCommand.ts
index 1b93cf07e945..91d6a32acf5c 100644
--- a/clients/client-datazone/src/commands/DeleteTimeSeriesDataPointsCommand.ts
+++ b/clients/client-datazone/src/commands/DeleteTimeSeriesDataPointsCommand.ts
@@ -97,4 +97,16 @@ export class DeleteTimeSeriesDataPointsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTimeSeriesDataPointsCommand)
.de(de_DeleteTimeSeriesDataPointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTimeSeriesDataPointsInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTimeSeriesDataPointsCommandInput;
+ output: DeleteTimeSeriesDataPointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/DisassociateEnvironmentRoleCommand.ts b/clients/client-datazone/src/commands/DisassociateEnvironmentRoleCommand.ts
index 14b3ac3a344a..443bdbe5071e 100644
--- a/clients/client-datazone/src/commands/DisassociateEnvironmentRoleCommand.ts
+++ b/clients/client-datazone/src/commands/DisassociateEnvironmentRoleCommand.ts
@@ -101,4 +101,16 @@ export class DisassociateEnvironmentRoleCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateEnvironmentRoleCommand)
.de(de_DisassociateEnvironmentRoleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateEnvironmentRoleInput;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateEnvironmentRoleCommandInput;
+ output: DisassociateEnvironmentRoleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetAssetCommand.ts b/clients/client-datazone/src/commands/GetAssetCommand.ts
index fc086d5306e3..af7c032dbd8f 100644
--- a/clients/client-datazone/src/commands/GetAssetCommand.ts
+++ b/clients/client-datazone/src/commands/GetAssetCommand.ts
@@ -142,4 +142,16 @@ export class GetAssetCommand extends $Command
.f(void 0, GetAssetOutputFilterSensitiveLog)
.ser(se_GetAssetCommand)
.de(de_GetAssetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAssetInput;
+ output: GetAssetOutput;
+ };
+ sdk: {
+ input: GetAssetCommandInput;
+ output: GetAssetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetAssetFilterCommand.ts b/clients/client-datazone/src/commands/GetAssetFilterCommand.ts
index 1c3d81807b3f..d3c321506a7c 100644
--- a/clients/client-datazone/src/commands/GetAssetFilterCommand.ts
+++ b/clients/client-datazone/src/commands/GetAssetFilterCommand.ts
@@ -237,4 +237,16 @@ export class GetAssetFilterCommand extends $Command
.f(void 0, GetAssetFilterOutputFilterSensitiveLog)
.ser(se_GetAssetFilterCommand)
.de(de_GetAssetFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAssetFilterInput;
+ output: GetAssetFilterOutput;
+ };
+ sdk: {
+ input: GetAssetFilterCommandInput;
+ output: GetAssetFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetAssetTypeCommand.ts b/clients/client-datazone/src/commands/GetAssetTypeCommand.ts
index 6f9a7c1a6342..e9110c5990af 100644
--- a/clients/client-datazone/src/commands/GetAssetTypeCommand.ts
+++ b/clients/client-datazone/src/commands/GetAssetTypeCommand.ts
@@ -114,4 +114,16 @@ export class GetAssetTypeCommand extends $Command
.f(void 0, GetAssetTypeOutputFilterSensitiveLog)
.ser(se_GetAssetTypeCommand)
.de(de_GetAssetTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAssetTypeInput;
+ output: GetAssetTypeOutput;
+ };
+ sdk: {
+ input: GetAssetTypeCommandInput;
+ output: GetAssetTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetDataProductCommand.ts b/clients/client-datazone/src/commands/GetDataProductCommand.ts
index b47f0e995e2c..6cf13621d115 100644
--- a/clients/client-datazone/src/commands/GetDataProductCommand.ts
+++ b/clients/client-datazone/src/commands/GetDataProductCommand.ts
@@ -128,4 +128,16 @@ export class GetDataProductCommand extends $Command
.f(void 0, GetDataProductOutputFilterSensitiveLog)
.ser(se_GetDataProductCommand)
.de(de_GetDataProductCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataProductInput;
+ output: GetDataProductOutput;
+ };
+ sdk: {
+ input: GetDataProductCommandInput;
+ output: GetDataProductCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetDataSourceCommand.ts b/clients/client-datazone/src/commands/GetDataSourceCommand.ts
index 6590ef7a4b0f..6368bfa23c2e 100644
--- a/clients/client-datazone/src/commands/GetDataSourceCommand.ts
+++ b/clients/client-datazone/src/commands/GetDataSourceCommand.ts
@@ -209,4 +209,16 @@ export class GetDataSourceCommand extends $Command
.f(void 0, GetDataSourceOutputFilterSensitiveLog)
.ser(se_GetDataSourceCommand)
.de(de_GetDataSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataSourceInput;
+ output: GetDataSourceOutput;
+ };
+ sdk: {
+ input: GetDataSourceCommandInput;
+ output: GetDataSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetDataSourceRunCommand.ts b/clients/client-datazone/src/commands/GetDataSourceRunCommand.ts
index c0ac2e6c9086..14759e3e58d9 100644
--- a/clients/client-datazone/src/commands/GetDataSourceRunCommand.ts
+++ b/clients/client-datazone/src/commands/GetDataSourceRunCommand.ts
@@ -123,4 +123,16 @@ export class GetDataSourceRunCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataSourceRunCommand)
.de(de_GetDataSourceRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataSourceRunInput;
+ output: GetDataSourceRunOutput;
+ };
+ sdk: {
+ input: GetDataSourceRunCommandInput;
+ output: GetDataSourceRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetDomainCommand.ts b/clients/client-datazone/src/commands/GetDomainCommand.ts
index e8c8a28a8bf7..525394024d88 100644
--- a/clients/client-datazone/src/commands/GetDomainCommand.ts
+++ b/clients/client-datazone/src/commands/GetDomainCommand.ts
@@ -115,4 +115,16 @@ export class GetDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDomainCommand)
.de(de_GetDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDomainInput;
+ output: GetDomainOutput;
+ };
+ sdk: {
+ input: GetDomainCommandInput;
+ output: GetDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetDomainUnitCommand.ts b/clients/client-datazone/src/commands/GetDomainUnitCommand.ts
index 59b3c9672fb5..6294f106d79d 100644
--- a/clients/client-datazone/src/commands/GetDomainUnitCommand.ts
+++ b/clients/client-datazone/src/commands/GetDomainUnitCommand.ts
@@ -114,4 +114,16 @@ export class GetDomainUnitCommand extends $Command
.f(void 0, GetDomainUnitOutputFilterSensitiveLog)
.ser(se_GetDomainUnitCommand)
.de(de_GetDomainUnitCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDomainUnitInput;
+ output: GetDomainUnitOutput;
+ };
+ sdk: {
+ input: GetDomainUnitCommandInput;
+ output: GetDomainUnitCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetEnvironmentActionCommand.ts b/clients/client-datazone/src/commands/GetEnvironmentActionCommand.ts
index dca3780beaa1..0982648ebb3e 100644
--- a/clients/client-datazone/src/commands/GetEnvironmentActionCommand.ts
+++ b/clients/client-datazone/src/commands/GetEnvironmentActionCommand.ts
@@ -106,4 +106,16 @@ export class GetEnvironmentActionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEnvironmentActionCommand)
.de(de_GetEnvironmentActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEnvironmentActionInput;
+ output: GetEnvironmentActionOutput;
+ };
+ sdk: {
+ input: GetEnvironmentActionCommandInput;
+ output: GetEnvironmentActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetEnvironmentBlueprintCommand.ts b/clients/client-datazone/src/commands/GetEnvironmentBlueprintCommand.ts
index 1d5af987b72c..6eb3f8d5c582 100644
--- a/clients/client-datazone/src/commands/GetEnvironmentBlueprintCommand.ts
+++ b/clients/client-datazone/src/commands/GetEnvironmentBlueprintCommand.ts
@@ -127,4 +127,16 @@ export class GetEnvironmentBlueprintCommand extends $Command
.f(void 0, GetEnvironmentBlueprintOutputFilterSensitiveLog)
.ser(se_GetEnvironmentBlueprintCommand)
.de(de_GetEnvironmentBlueprintCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEnvironmentBlueprintInput;
+ output: GetEnvironmentBlueprintOutput;
+ };
+ sdk: {
+ input: GetEnvironmentBlueprintCommandInput;
+ output: GetEnvironmentBlueprintCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetEnvironmentBlueprintConfigurationCommand.ts b/clients/client-datazone/src/commands/GetEnvironmentBlueprintConfigurationCommand.ts
index dadfaa9ed15a..0da6bcee9f76 100644
--- a/clients/client-datazone/src/commands/GetEnvironmentBlueprintConfigurationCommand.ts
+++ b/clients/client-datazone/src/commands/GetEnvironmentBlueprintConfigurationCommand.ts
@@ -127,4 +127,16 @@ export class GetEnvironmentBlueprintConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEnvironmentBlueprintConfigurationCommand)
.de(de_GetEnvironmentBlueprintConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEnvironmentBlueprintConfigurationInput;
+ output: GetEnvironmentBlueprintConfigurationOutput;
+ };
+ sdk: {
+ input: GetEnvironmentBlueprintConfigurationCommandInput;
+ output: GetEnvironmentBlueprintConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetEnvironmentCommand.ts b/clients/client-datazone/src/commands/GetEnvironmentCommand.ts
index b01b612db3a2..4c2fd460fab5 100644
--- a/clients/client-datazone/src/commands/GetEnvironmentCommand.ts
+++ b/clients/client-datazone/src/commands/GetEnvironmentCommand.ts
@@ -164,4 +164,16 @@ export class GetEnvironmentCommand extends $Command
.f(void 0, GetEnvironmentOutputFilterSensitiveLog)
.ser(se_GetEnvironmentCommand)
.de(de_GetEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEnvironmentInput;
+ output: GetEnvironmentOutput;
+ };
+ sdk: {
+ input: GetEnvironmentCommandInput;
+ output: GetEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetEnvironmentCredentialsCommand.ts b/clients/client-datazone/src/commands/GetEnvironmentCredentialsCommand.ts
index db2725c11173..906bb161ccfb 100644
--- a/clients/client-datazone/src/commands/GetEnvironmentCredentialsCommand.ts
+++ b/clients/client-datazone/src/commands/GetEnvironmentCredentialsCommand.ts
@@ -103,4 +103,16 @@ export class GetEnvironmentCredentialsCommand extends $Command
.f(void 0, GetEnvironmentCredentialsOutputFilterSensitiveLog)
.ser(se_GetEnvironmentCredentialsCommand)
.de(de_GetEnvironmentCredentialsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEnvironmentCredentialsInput;
+ output: GetEnvironmentCredentialsOutput;
+ };
+ sdk: {
+ input: GetEnvironmentCredentialsCommandInput;
+ output: GetEnvironmentCredentialsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetEnvironmentProfileCommand.ts b/clients/client-datazone/src/commands/GetEnvironmentProfileCommand.ts
index fd152602b701..f3eae5dcfbe9 100644
--- a/clients/client-datazone/src/commands/GetEnvironmentProfileCommand.ts
+++ b/clients/client-datazone/src/commands/GetEnvironmentProfileCommand.ts
@@ -120,4 +120,16 @@ export class GetEnvironmentProfileCommand extends $Command
.f(void 0, GetEnvironmentProfileOutputFilterSensitiveLog)
.ser(se_GetEnvironmentProfileCommand)
.de(de_GetEnvironmentProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEnvironmentProfileInput;
+ output: GetEnvironmentProfileOutput;
+ };
+ sdk: {
+ input: GetEnvironmentProfileCommandInput;
+ output: GetEnvironmentProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetFormTypeCommand.ts b/clients/client-datazone/src/commands/GetFormTypeCommand.ts
index 3b0ca6fa3081..a011367e4dc2 100644
--- a/clients/client-datazone/src/commands/GetFormTypeCommand.ts
+++ b/clients/client-datazone/src/commands/GetFormTypeCommand.ts
@@ -115,4 +115,16 @@ export class GetFormTypeCommand extends $Command
.f(void 0, GetFormTypeOutputFilterSensitiveLog)
.ser(se_GetFormTypeCommand)
.de(de_GetFormTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFormTypeInput;
+ output: GetFormTypeOutput;
+ };
+ sdk: {
+ input: GetFormTypeCommandInput;
+ output: GetFormTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetGlossaryCommand.ts b/clients/client-datazone/src/commands/GetGlossaryCommand.ts
index a153713e8c3e..e37e7d025a1a 100644
--- a/clients/client-datazone/src/commands/GetGlossaryCommand.ts
+++ b/clients/client-datazone/src/commands/GetGlossaryCommand.ts
@@ -105,4 +105,16 @@ export class GetGlossaryCommand extends $Command
.f(void 0, GetGlossaryOutputFilterSensitiveLog)
.ser(se_GetGlossaryCommand)
.de(de_GetGlossaryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetGlossaryInput;
+ output: GetGlossaryOutput;
+ };
+ sdk: {
+ input: GetGlossaryCommandInput;
+ output: GetGlossaryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetGlossaryTermCommand.ts b/clients/client-datazone/src/commands/GetGlossaryTermCommand.ts
index 3e3a5944c705..9d3851023cc3 100644
--- a/clients/client-datazone/src/commands/GetGlossaryTermCommand.ts
+++ b/clients/client-datazone/src/commands/GetGlossaryTermCommand.ts
@@ -118,4 +118,16 @@ export class GetGlossaryTermCommand extends $Command
.f(void 0, GetGlossaryTermOutputFilterSensitiveLog)
.ser(se_GetGlossaryTermCommand)
.de(de_GetGlossaryTermCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetGlossaryTermInput;
+ output: GetGlossaryTermOutput;
+ };
+ sdk: {
+ input: GetGlossaryTermCommandInput;
+ output: GetGlossaryTermCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetGroupProfileCommand.ts b/clients/client-datazone/src/commands/GetGroupProfileCommand.ts
index bf8f76d0ce81..076d9d41c0a1 100644
--- a/clients/client-datazone/src/commands/GetGroupProfileCommand.ts
+++ b/clients/client-datazone/src/commands/GetGroupProfileCommand.ts
@@ -103,4 +103,16 @@ export class GetGroupProfileCommand extends $Command
.f(void 0, GetGroupProfileOutputFilterSensitiveLog)
.ser(se_GetGroupProfileCommand)
.de(de_GetGroupProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetGroupProfileInput;
+ output: GetGroupProfileOutput;
+ };
+ sdk: {
+ input: GetGroupProfileCommandInput;
+ output: GetGroupProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetIamPortalLoginUrlCommand.ts b/clients/client-datazone/src/commands/GetIamPortalLoginUrlCommand.ts
index 660795177a8d..7fb24869ba36 100644
--- a/clients/client-datazone/src/commands/GetIamPortalLoginUrlCommand.ts
+++ b/clients/client-datazone/src/commands/GetIamPortalLoginUrlCommand.ts
@@ -99,4 +99,16 @@ export class GetIamPortalLoginUrlCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIamPortalLoginUrlCommand)
.de(de_GetIamPortalLoginUrlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIamPortalLoginUrlInput;
+ output: GetIamPortalLoginUrlOutput;
+ };
+ sdk: {
+ input: GetIamPortalLoginUrlCommandInput;
+ output: GetIamPortalLoginUrlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetLineageNodeCommand.ts b/clients/client-datazone/src/commands/GetLineageNodeCommand.ts
index 4700526eae51..ec6fc44c2cad 100644
--- a/clients/client-datazone/src/commands/GetLineageNodeCommand.ts
+++ b/clients/client-datazone/src/commands/GetLineageNodeCommand.ts
@@ -128,4 +128,16 @@ export class GetLineageNodeCommand extends $Command
.f(void 0, GetLineageNodeOutputFilterSensitiveLog)
.ser(se_GetLineageNodeCommand)
.de(de_GetLineageNodeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLineageNodeInput;
+ output: GetLineageNodeOutput;
+ };
+ sdk: {
+ input: GetLineageNodeCommandInput;
+ output: GetLineageNodeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetListingCommand.ts b/clients/client-datazone/src/commands/GetListingCommand.ts
index e9863350165a..0b3952a88d3c 100644
--- a/clients/client-datazone/src/commands/GetListingCommand.ts
+++ b/clients/client-datazone/src/commands/GetListingCommand.ts
@@ -158,4 +158,16 @@ export class GetListingCommand extends $Command
.f(void 0, GetListingOutputFilterSensitiveLog)
.ser(se_GetListingCommand)
.de(de_GetListingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetListingInput;
+ output: GetListingOutput;
+ };
+ sdk: {
+ input: GetListingCommandInput;
+ output: GetListingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetMetadataGenerationRunCommand.ts b/clients/client-datazone/src/commands/GetMetadataGenerationRunCommand.ts
index f393c22f53cf..2492d19cf3e7 100644
--- a/clients/client-datazone/src/commands/GetMetadataGenerationRunCommand.ts
+++ b/clients/client-datazone/src/commands/GetMetadataGenerationRunCommand.ts
@@ -107,4 +107,16 @@ export class GetMetadataGenerationRunCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMetadataGenerationRunCommand)
.de(de_GetMetadataGenerationRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMetadataGenerationRunInput;
+ output: GetMetadataGenerationRunOutput;
+ };
+ sdk: {
+ input: GetMetadataGenerationRunCommandInput;
+ output: GetMetadataGenerationRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetProjectCommand.ts b/clients/client-datazone/src/commands/GetProjectCommand.ts
index de43cb40d526..b131ba542853 100644
--- a/clients/client-datazone/src/commands/GetProjectCommand.ts
+++ b/clients/client-datazone/src/commands/GetProjectCommand.ts
@@ -113,4 +113,16 @@ export class GetProjectCommand extends $Command
.f(void 0, GetProjectOutputFilterSensitiveLog)
.ser(se_GetProjectCommand)
.de(de_GetProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetProjectInput;
+ output: GetProjectOutput;
+ };
+ sdk: {
+ input: GetProjectCommandInput;
+ output: GetProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetSubscriptionCommand.ts b/clients/client-datazone/src/commands/GetSubscriptionCommand.ts
index d5932a1e8b26..3153398a8a9e 100644
--- a/clients/client-datazone/src/commands/GetSubscriptionCommand.ts
+++ b/clients/client-datazone/src/commands/GetSubscriptionCommand.ts
@@ -163,4 +163,16 @@ export class GetSubscriptionCommand extends $Command
.f(void 0, GetSubscriptionOutputFilterSensitiveLog)
.ser(se_GetSubscriptionCommand)
.de(de_GetSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSubscriptionInput;
+ output: GetSubscriptionOutput;
+ };
+ sdk: {
+ input: GetSubscriptionCommandInput;
+ output: GetSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetSubscriptionGrantCommand.ts b/clients/client-datazone/src/commands/GetSubscriptionGrantCommand.ts
index 9ecb29d70d03..54e2ad9b5aff 100644
--- a/clients/client-datazone/src/commands/GetSubscriptionGrantCommand.ts
+++ b/clients/client-datazone/src/commands/GetSubscriptionGrantCommand.ts
@@ -131,4 +131,16 @@ export class GetSubscriptionGrantCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSubscriptionGrantCommand)
.de(de_GetSubscriptionGrantCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSubscriptionGrantInput;
+ output: GetSubscriptionGrantOutput;
+ };
+ sdk: {
+ input: GetSubscriptionGrantCommandInput;
+ output: GetSubscriptionGrantCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetSubscriptionRequestDetailsCommand.ts b/clients/client-datazone/src/commands/GetSubscriptionRequestDetailsCommand.ts
index e094841466c7..7f441d7d9326 100644
--- a/clients/client-datazone/src/commands/GetSubscriptionRequestDetailsCommand.ts
+++ b/clients/client-datazone/src/commands/GetSubscriptionRequestDetailsCommand.ts
@@ -173,4 +173,16 @@ export class GetSubscriptionRequestDetailsCommand extends $Command
.f(void 0, GetSubscriptionRequestDetailsOutputFilterSensitiveLog)
.ser(se_GetSubscriptionRequestDetailsCommand)
.de(de_GetSubscriptionRequestDetailsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSubscriptionRequestDetailsInput;
+ output: GetSubscriptionRequestDetailsOutput;
+ };
+ sdk: {
+ input: GetSubscriptionRequestDetailsCommandInput;
+ output: GetSubscriptionRequestDetailsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetSubscriptionTargetCommand.ts b/clients/client-datazone/src/commands/GetSubscriptionTargetCommand.ts
index f5aedc2a7503..382d63719bc0 100644
--- a/clients/client-datazone/src/commands/GetSubscriptionTargetCommand.ts
+++ b/clients/client-datazone/src/commands/GetSubscriptionTargetCommand.ts
@@ -124,4 +124,16 @@ export class GetSubscriptionTargetCommand extends $Command
.f(void 0, GetSubscriptionTargetOutputFilterSensitiveLog)
.ser(se_GetSubscriptionTargetCommand)
.de(de_GetSubscriptionTargetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSubscriptionTargetInput;
+ output: GetSubscriptionTargetOutput;
+ };
+ sdk: {
+ input: GetSubscriptionTargetCommandInput;
+ output: GetSubscriptionTargetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetTimeSeriesDataPointCommand.ts b/clients/client-datazone/src/commands/GetTimeSeriesDataPointCommand.ts
index 46b945b539c9..f5a72d45c563 100644
--- a/clients/client-datazone/src/commands/GetTimeSeriesDataPointCommand.ts
+++ b/clients/client-datazone/src/commands/GetTimeSeriesDataPointCommand.ts
@@ -110,4 +110,16 @@ export class GetTimeSeriesDataPointCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTimeSeriesDataPointCommand)
.de(de_GetTimeSeriesDataPointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTimeSeriesDataPointInput;
+ output: GetTimeSeriesDataPointOutput;
+ };
+ sdk: {
+ input: GetTimeSeriesDataPointCommandInput;
+ output: GetTimeSeriesDataPointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/GetUserProfileCommand.ts b/clients/client-datazone/src/commands/GetUserProfileCommand.ts
index b2f4674b4bd6..06d93089b051 100644
--- a/clients/client-datazone/src/commands/GetUserProfileCommand.ts
+++ b/clients/client-datazone/src/commands/GetUserProfileCommand.ts
@@ -110,4 +110,16 @@ export class GetUserProfileCommand extends $Command
.f(void 0, GetUserProfileOutputFilterSensitiveLog)
.ser(se_GetUserProfileCommand)
.de(de_GetUserProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUserProfileInput;
+ output: GetUserProfileOutput;
+ };
+ sdk: {
+ input: GetUserProfileCommandInput;
+ output: GetUserProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListAssetFiltersCommand.ts b/clients/client-datazone/src/commands/ListAssetFiltersCommand.ts
index 3ae57a33f7f3..a77942e788fc 100644
--- a/clients/client-datazone/src/commands/ListAssetFiltersCommand.ts
+++ b/clients/client-datazone/src/commands/ListAssetFiltersCommand.ts
@@ -119,4 +119,16 @@ export class ListAssetFiltersCommand extends $Command
.f(void 0, ListAssetFiltersOutputFilterSensitiveLog)
.ser(se_ListAssetFiltersCommand)
.de(de_ListAssetFiltersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssetFiltersInput;
+ output: ListAssetFiltersOutput;
+ };
+ sdk: {
+ input: ListAssetFiltersCommandInput;
+ output: ListAssetFiltersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListAssetRevisionsCommand.ts b/clients/client-datazone/src/commands/ListAssetRevisionsCommand.ts
index cfd94b7e62cb..1320c9370fa4 100644
--- a/clients/client-datazone/src/commands/ListAssetRevisionsCommand.ts
+++ b/clients/client-datazone/src/commands/ListAssetRevisionsCommand.ts
@@ -107,4 +107,16 @@ export class ListAssetRevisionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAssetRevisionsCommand)
.de(de_ListAssetRevisionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssetRevisionsInput;
+ output: ListAssetRevisionsOutput;
+ };
+ sdk: {
+ input: ListAssetRevisionsCommandInput;
+ output: ListAssetRevisionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListDataProductRevisionsCommand.ts b/clients/client-datazone/src/commands/ListDataProductRevisionsCommand.ts
index 7cc071011e91..9858ff97a1d1 100644
--- a/clients/client-datazone/src/commands/ListDataProductRevisionsCommand.ts
+++ b/clients/client-datazone/src/commands/ListDataProductRevisionsCommand.ts
@@ -107,4 +107,16 @@ export class ListDataProductRevisionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDataProductRevisionsCommand)
.de(de_ListDataProductRevisionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataProductRevisionsInput;
+ output: ListDataProductRevisionsOutput;
+ };
+ sdk: {
+ input: ListDataProductRevisionsCommandInput;
+ output: ListDataProductRevisionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListDataSourceRunActivitiesCommand.ts b/clients/client-datazone/src/commands/ListDataSourceRunActivitiesCommand.ts
index 009a909c28fa..dd76f20fbeef 100644
--- a/clients/client-datazone/src/commands/ListDataSourceRunActivitiesCommand.ts
+++ b/clients/client-datazone/src/commands/ListDataSourceRunActivitiesCommand.ts
@@ -129,4 +129,16 @@ export class ListDataSourceRunActivitiesCommand extends $Command
.f(void 0, ListDataSourceRunActivitiesOutputFilterSensitiveLog)
.ser(se_ListDataSourceRunActivitiesCommand)
.de(de_ListDataSourceRunActivitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataSourceRunActivitiesInput;
+ output: ListDataSourceRunActivitiesOutput;
+ };
+ sdk: {
+ input: ListDataSourceRunActivitiesCommandInput;
+ output: ListDataSourceRunActivitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListDataSourceRunsCommand.ts b/clients/client-datazone/src/commands/ListDataSourceRunsCommand.ts
index 1196d83d06af..e79fc9bba169 100644
--- a/clients/client-datazone/src/commands/ListDataSourceRunsCommand.ts
+++ b/clients/client-datazone/src/commands/ListDataSourceRunsCommand.ts
@@ -129,4 +129,16 @@ export class ListDataSourceRunsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDataSourceRunsCommand)
.de(de_ListDataSourceRunsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataSourceRunsInput;
+ output: ListDataSourceRunsOutput;
+ };
+ sdk: {
+ input: ListDataSourceRunsCommandInput;
+ output: ListDataSourceRunsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListDataSourcesCommand.ts b/clients/client-datazone/src/commands/ListDataSourcesCommand.ts
index 84d05a436a87..a91e2905c291 100644
--- a/clients/client-datazone/src/commands/ListDataSourcesCommand.ts
+++ b/clients/client-datazone/src/commands/ListDataSourcesCommand.ts
@@ -137,4 +137,16 @@ export class ListDataSourcesCommand extends $Command
.f(ListDataSourcesInputFilterSensitiveLog, ListDataSourcesOutputFilterSensitiveLog)
.ser(se_ListDataSourcesCommand)
.de(de_ListDataSourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataSourcesInput;
+ output: ListDataSourcesOutput;
+ };
+ sdk: {
+ input: ListDataSourcesCommandInput;
+ output: ListDataSourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListDomainUnitsForParentCommand.ts b/clients/client-datazone/src/commands/ListDomainUnitsForParentCommand.ts
index e1fc813b91c0..724e845f97fc 100644
--- a/clients/client-datazone/src/commands/ListDomainUnitsForParentCommand.ts
+++ b/clients/client-datazone/src/commands/ListDomainUnitsForParentCommand.ts
@@ -101,4 +101,16 @@ export class ListDomainUnitsForParentCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDomainUnitsForParentCommand)
.de(de_ListDomainUnitsForParentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDomainUnitsForParentInput;
+ output: ListDomainUnitsForParentOutput;
+ };
+ sdk: {
+ input: ListDomainUnitsForParentCommandInput;
+ output: ListDomainUnitsForParentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListDomainsCommand.ts b/clients/client-datazone/src/commands/ListDomainsCommand.ts
index 9014421c2973..d33c0827be31 100644
--- a/clients/client-datazone/src/commands/ListDomainsCommand.ts
+++ b/clients/client-datazone/src/commands/ListDomainsCommand.ts
@@ -116,4 +116,16 @@ export class ListDomainsCommand extends $Command
.f(void 0, ListDomainsOutputFilterSensitiveLog)
.ser(se_ListDomainsCommand)
.de(de_ListDomainsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDomainsInput;
+ output: ListDomainsOutput;
+ };
+ sdk: {
+ input: ListDomainsCommandInput;
+ output: ListDomainsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListEntityOwnersCommand.ts b/clients/client-datazone/src/commands/ListEntityOwnersCommand.ts
index f89786995814..15e7a32d9e9b 100644
--- a/clients/client-datazone/src/commands/ListEntityOwnersCommand.ts
+++ b/clients/client-datazone/src/commands/ListEntityOwnersCommand.ts
@@ -106,4 +106,16 @@ export class ListEntityOwnersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEntityOwnersCommand)
.de(de_ListEntityOwnersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEntityOwnersInput;
+ output: ListEntityOwnersOutput;
+ };
+ sdk: {
+ input: ListEntityOwnersCommandInput;
+ output: ListEntityOwnersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListEnvironmentActionsCommand.ts b/clients/client-datazone/src/commands/ListEnvironmentActionsCommand.ts
index 9f8820d7e21d..52fdc9eee4b4 100644
--- a/clients/client-datazone/src/commands/ListEnvironmentActionsCommand.ts
+++ b/clients/client-datazone/src/commands/ListEnvironmentActionsCommand.ts
@@ -109,4 +109,16 @@ export class ListEnvironmentActionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEnvironmentActionsCommand)
.de(de_ListEnvironmentActionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEnvironmentActionsInput;
+ output: ListEnvironmentActionsOutput;
+ };
+ sdk: {
+ input: ListEnvironmentActionsCommandInput;
+ output: ListEnvironmentActionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListEnvironmentBlueprintConfigurationsCommand.ts b/clients/client-datazone/src/commands/ListEnvironmentBlueprintConfigurationsCommand.ts
index 999c77e0062b..7339d86474ea 100644
--- a/clients/client-datazone/src/commands/ListEnvironmentBlueprintConfigurationsCommand.ts
+++ b/clients/client-datazone/src/commands/ListEnvironmentBlueprintConfigurationsCommand.ts
@@ -134,4 +134,16 @@ export class ListEnvironmentBlueprintConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEnvironmentBlueprintConfigurationsCommand)
.de(de_ListEnvironmentBlueprintConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEnvironmentBlueprintConfigurationsInput;
+ output: ListEnvironmentBlueprintConfigurationsOutput;
+ };
+ sdk: {
+ input: ListEnvironmentBlueprintConfigurationsCommandInput;
+ output: ListEnvironmentBlueprintConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListEnvironmentBlueprintsCommand.ts b/clients/client-datazone/src/commands/ListEnvironmentBlueprintsCommand.ts
index 0833c9d819ab..dd71bc9adc9b 100644
--- a/clients/client-datazone/src/commands/ListEnvironmentBlueprintsCommand.ts
+++ b/clients/client-datazone/src/commands/ListEnvironmentBlueprintsCommand.ts
@@ -118,4 +118,16 @@ export class ListEnvironmentBlueprintsCommand extends $Command
.f(void 0, ListEnvironmentBlueprintsOutputFilterSensitiveLog)
.ser(se_ListEnvironmentBlueprintsCommand)
.de(de_ListEnvironmentBlueprintsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEnvironmentBlueprintsInput;
+ output: ListEnvironmentBlueprintsOutput;
+ };
+ sdk: {
+ input: ListEnvironmentBlueprintsCommandInput;
+ output: ListEnvironmentBlueprintsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListEnvironmentProfilesCommand.ts b/clients/client-datazone/src/commands/ListEnvironmentProfilesCommand.ts
index 6e22d03a9b41..c52852c6fdf4 100644
--- a/clients/client-datazone/src/commands/ListEnvironmentProfilesCommand.ts
+++ b/clients/client-datazone/src/commands/ListEnvironmentProfilesCommand.ts
@@ -119,4 +119,16 @@ export class ListEnvironmentProfilesCommand extends $Command
.f(ListEnvironmentProfilesInputFilterSensitiveLog, ListEnvironmentProfilesOutputFilterSensitiveLog)
.ser(se_ListEnvironmentProfilesCommand)
.de(de_ListEnvironmentProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEnvironmentProfilesInput;
+ output: ListEnvironmentProfilesOutput;
+ };
+ sdk: {
+ input: ListEnvironmentProfilesCommandInput;
+ output: ListEnvironmentProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListEnvironmentsCommand.ts b/clients/client-datazone/src/commands/ListEnvironmentsCommand.ts
index 3884910d0f1b..49d66f2ba6f7 100644
--- a/clients/client-datazone/src/commands/ListEnvironmentsCommand.ts
+++ b/clients/client-datazone/src/commands/ListEnvironmentsCommand.ts
@@ -123,4 +123,16 @@ export class ListEnvironmentsCommand extends $Command
.f(void 0, ListEnvironmentsOutputFilterSensitiveLog)
.ser(se_ListEnvironmentsCommand)
.de(de_ListEnvironmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEnvironmentsInput;
+ output: ListEnvironmentsOutput;
+ };
+ sdk: {
+ input: ListEnvironmentsCommandInput;
+ output: ListEnvironmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListLineageNodeHistoryCommand.ts b/clients/client-datazone/src/commands/ListLineageNodeHistoryCommand.ts
index bc76ace8f58a..18689ac22da7 100644
--- a/clients/client-datazone/src/commands/ListLineageNodeHistoryCommand.ts
+++ b/clients/client-datazone/src/commands/ListLineageNodeHistoryCommand.ts
@@ -118,4 +118,16 @@ export class ListLineageNodeHistoryCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLineageNodeHistoryCommand)
.de(de_ListLineageNodeHistoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLineageNodeHistoryInput;
+ output: ListLineageNodeHistoryOutput;
+ };
+ sdk: {
+ input: ListLineageNodeHistoryCommandInput;
+ output: ListLineageNodeHistoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListMetadataGenerationRunsCommand.ts b/clients/client-datazone/src/commands/ListMetadataGenerationRunsCommand.ts
index 6f445359fead..739e3984977f 100644
--- a/clients/client-datazone/src/commands/ListMetadataGenerationRunsCommand.ts
+++ b/clients/client-datazone/src/commands/ListMetadataGenerationRunsCommand.ts
@@ -115,4 +115,16 @@ export class ListMetadataGenerationRunsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMetadataGenerationRunsCommand)
.de(de_ListMetadataGenerationRunsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMetadataGenerationRunsInput;
+ output: ListMetadataGenerationRunsOutput;
+ };
+ sdk: {
+ input: ListMetadataGenerationRunsCommandInput;
+ output: ListMetadataGenerationRunsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListNotificationsCommand.ts b/clients/client-datazone/src/commands/ListNotificationsCommand.ts
index dbdc9e3a6622..ec8203b4a31e 100644
--- a/clients/client-datazone/src/commands/ListNotificationsCommand.ts
+++ b/clients/client-datazone/src/commands/ListNotificationsCommand.ts
@@ -133,4 +133,16 @@ export class ListNotificationsCommand extends $Command
.f(void 0, ListNotificationsOutputFilterSensitiveLog)
.ser(se_ListNotificationsCommand)
.de(de_ListNotificationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListNotificationsInput;
+ output: ListNotificationsOutput;
+ };
+ sdk: {
+ input: ListNotificationsCommandInput;
+ output: ListNotificationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListPolicyGrantsCommand.ts b/clients/client-datazone/src/commands/ListPolicyGrantsCommand.ts
index 848b7fef92f6..47ddb63fee85 100644
--- a/clients/client-datazone/src/commands/ListPolicyGrantsCommand.ts
+++ b/clients/client-datazone/src/commands/ListPolicyGrantsCommand.ts
@@ -160,4 +160,16 @@ export class ListPolicyGrantsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPolicyGrantsCommand)
.de(de_ListPolicyGrantsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPolicyGrantsInput;
+ output: ListPolicyGrantsOutput;
+ };
+ sdk: {
+ input: ListPolicyGrantsCommandInput;
+ output: ListPolicyGrantsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListProjectMembershipsCommand.ts b/clients/client-datazone/src/commands/ListProjectMembershipsCommand.ts
index 754f19e1ebd6..0b4bfebc2544 100644
--- a/clients/client-datazone/src/commands/ListProjectMembershipsCommand.ts
+++ b/clients/client-datazone/src/commands/ListProjectMembershipsCommand.ts
@@ -113,4 +113,16 @@ export class ListProjectMembershipsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProjectMembershipsCommand)
.de(de_ListProjectMembershipsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProjectMembershipsInput;
+ output: ListProjectMembershipsOutput;
+ };
+ sdk: {
+ input: ListProjectMembershipsCommandInput;
+ output: ListProjectMembershipsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListProjectsCommand.ts b/clients/client-datazone/src/commands/ListProjectsCommand.ts
index ba396cdfe00b..5f97d16b9c61 100644
--- a/clients/client-datazone/src/commands/ListProjectsCommand.ts
+++ b/clients/client-datazone/src/commands/ListProjectsCommand.ts
@@ -121,4 +121,16 @@ export class ListProjectsCommand extends $Command
.f(ListProjectsInputFilterSensitiveLog, ListProjectsOutputFilterSensitiveLog)
.ser(se_ListProjectsCommand)
.de(de_ListProjectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProjectsInput;
+ output: ListProjectsOutput;
+ };
+ sdk: {
+ input: ListProjectsCommandInput;
+ output: ListProjectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListSubscriptionGrantsCommand.ts b/clients/client-datazone/src/commands/ListSubscriptionGrantsCommand.ts
index 40474179c669..d6d0ebf8583a 100644
--- a/clients/client-datazone/src/commands/ListSubscriptionGrantsCommand.ts
+++ b/clients/client-datazone/src/commands/ListSubscriptionGrantsCommand.ts
@@ -144,4 +144,16 @@ export class ListSubscriptionGrantsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSubscriptionGrantsCommand)
.de(de_ListSubscriptionGrantsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSubscriptionGrantsInput;
+ output: ListSubscriptionGrantsOutput;
+ };
+ sdk: {
+ input: ListSubscriptionGrantsCommandInput;
+ output: ListSubscriptionGrantsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListSubscriptionRequestsCommand.ts b/clients/client-datazone/src/commands/ListSubscriptionRequestsCommand.ts
index 05c883cfc081..98557a249460 100644
--- a/clients/client-datazone/src/commands/ListSubscriptionRequestsCommand.ts
+++ b/clients/client-datazone/src/commands/ListSubscriptionRequestsCommand.ts
@@ -180,4 +180,16 @@ export class ListSubscriptionRequestsCommand extends $Command
.f(void 0, ListSubscriptionRequestsOutputFilterSensitiveLog)
.ser(se_ListSubscriptionRequestsCommand)
.de(de_ListSubscriptionRequestsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSubscriptionRequestsInput;
+ output: ListSubscriptionRequestsOutput;
+ };
+ sdk: {
+ input: ListSubscriptionRequestsCommandInput;
+ output: ListSubscriptionRequestsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListSubscriptionTargetsCommand.ts b/clients/client-datazone/src/commands/ListSubscriptionTargetsCommand.ts
index 1657371e6473..1d0fb6699e16 100644
--- a/clients/client-datazone/src/commands/ListSubscriptionTargetsCommand.ts
+++ b/clients/client-datazone/src/commands/ListSubscriptionTargetsCommand.ts
@@ -132,4 +132,16 @@ export class ListSubscriptionTargetsCommand extends $Command
.f(void 0, ListSubscriptionTargetsOutputFilterSensitiveLog)
.ser(se_ListSubscriptionTargetsCommand)
.de(de_ListSubscriptionTargetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSubscriptionTargetsInput;
+ output: ListSubscriptionTargetsOutput;
+ };
+ sdk: {
+ input: ListSubscriptionTargetsCommandInput;
+ output: ListSubscriptionTargetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListSubscriptionsCommand.ts b/clients/client-datazone/src/commands/ListSubscriptionsCommand.ts
index 8b231e51aac1..76086917af98 100644
--- a/clients/client-datazone/src/commands/ListSubscriptionsCommand.ts
+++ b/clients/client-datazone/src/commands/ListSubscriptionsCommand.ts
@@ -176,4 +176,16 @@ export class ListSubscriptionsCommand extends $Command
.f(void 0, ListSubscriptionsOutputFilterSensitiveLog)
.ser(se_ListSubscriptionsCommand)
.de(de_ListSubscriptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSubscriptionsInput;
+ output: ListSubscriptionsOutput;
+ };
+ sdk: {
+ input: ListSubscriptionsCommandInput;
+ output: ListSubscriptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListTagsForResourceCommand.ts b/clients/client-datazone/src/commands/ListTagsForResourceCommand.ts
index f00891705308..525dc78cbf34 100644
--- a/clients/client-datazone/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-datazone/src/commands/ListTagsForResourceCommand.ts
@@ -97,4 +97,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/ListTimeSeriesDataPointsCommand.ts b/clients/client-datazone/src/commands/ListTimeSeriesDataPointsCommand.ts
index 8079de69a918..f24359640e78 100644
--- a/clients/client-datazone/src/commands/ListTimeSeriesDataPointsCommand.ts
+++ b/clients/client-datazone/src/commands/ListTimeSeriesDataPointsCommand.ts
@@ -112,4 +112,16 @@ export class ListTimeSeriesDataPointsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTimeSeriesDataPointsCommand)
.de(de_ListTimeSeriesDataPointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTimeSeriesDataPointsInput;
+ output: ListTimeSeriesDataPointsOutput;
+ };
+ sdk: {
+ input: ListTimeSeriesDataPointsCommandInput;
+ output: ListTimeSeriesDataPointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/PostLineageEventCommand.ts b/clients/client-datazone/src/commands/PostLineageEventCommand.ts
index ab61b819e44f..10cb45768766 100644
--- a/clients/client-datazone/src/commands/PostLineageEventCommand.ts
+++ b/clients/client-datazone/src/commands/PostLineageEventCommand.ts
@@ -112,4 +112,16 @@ export class PostLineageEventCommand extends $Command
.f(PostLineageEventInputFilterSensitiveLog, void 0)
.ser(se_PostLineageEventCommand)
.de(de_PostLineageEventCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PostLineageEventInput;
+ output: {};
+ };
+ sdk: {
+ input: PostLineageEventCommandInput;
+ output: PostLineageEventCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/PostTimeSeriesDataPointsCommand.ts b/clients/client-datazone/src/commands/PostTimeSeriesDataPointsCommand.ts
index 2c5db69d0ce8..0b6a33b7552a 100644
--- a/clients/client-datazone/src/commands/PostTimeSeriesDataPointsCommand.ts
+++ b/clients/client-datazone/src/commands/PostTimeSeriesDataPointsCommand.ts
@@ -125,4 +125,16 @@ export class PostTimeSeriesDataPointsCommand extends $Command
.f(void 0, void 0)
.ser(se_PostTimeSeriesDataPointsCommand)
.de(de_PostTimeSeriesDataPointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PostTimeSeriesDataPointsInput;
+ output: PostTimeSeriesDataPointsOutput;
+ };
+ sdk: {
+ input: PostTimeSeriesDataPointsCommandInput;
+ output: PostTimeSeriesDataPointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/PutEnvironmentBlueprintConfigurationCommand.ts b/clients/client-datazone/src/commands/PutEnvironmentBlueprintConfigurationCommand.ts
index 8c83eec914f3..9cd049d19057 100644
--- a/clients/client-datazone/src/commands/PutEnvironmentBlueprintConfigurationCommand.ts
+++ b/clients/client-datazone/src/commands/PutEnvironmentBlueprintConfigurationCommand.ts
@@ -150,4 +150,16 @@ export class PutEnvironmentBlueprintConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutEnvironmentBlueprintConfigurationCommand)
.de(de_PutEnvironmentBlueprintConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutEnvironmentBlueprintConfigurationInput;
+ output: PutEnvironmentBlueprintConfigurationOutput;
+ };
+ sdk: {
+ input: PutEnvironmentBlueprintConfigurationCommandInput;
+ output: PutEnvironmentBlueprintConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/RejectPredictionsCommand.ts b/clients/client-datazone/src/commands/RejectPredictionsCommand.ts
index 78c52cb5142c..6e4c2c16c091 100644
--- a/clients/client-datazone/src/commands/RejectPredictionsCommand.ts
+++ b/clients/client-datazone/src/commands/RejectPredictionsCommand.ts
@@ -116,4 +116,16 @@ export class RejectPredictionsCommand extends $Command
.f(void 0, void 0)
.ser(se_RejectPredictionsCommand)
.de(de_RejectPredictionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RejectPredictionsInput;
+ output: RejectPredictionsOutput;
+ };
+ sdk: {
+ input: RejectPredictionsCommandInput;
+ output: RejectPredictionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/RejectSubscriptionRequestCommand.ts b/clients/client-datazone/src/commands/RejectSubscriptionRequestCommand.ts
index 0576d1d5161a..1fec168f911b 100644
--- a/clients/client-datazone/src/commands/RejectSubscriptionRequestCommand.ts
+++ b/clients/client-datazone/src/commands/RejectSubscriptionRequestCommand.ts
@@ -173,4 +173,16 @@ export class RejectSubscriptionRequestCommand extends $Command
.f(RejectSubscriptionRequestInputFilterSensitiveLog, RejectSubscriptionRequestOutputFilterSensitiveLog)
.ser(se_RejectSubscriptionRequestCommand)
.de(de_RejectSubscriptionRequestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RejectSubscriptionRequestInput;
+ output: RejectSubscriptionRequestOutput;
+ };
+ sdk: {
+ input: RejectSubscriptionRequestCommandInput;
+ output: RejectSubscriptionRequestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/RemoveEntityOwnerCommand.ts b/clients/client-datazone/src/commands/RemoveEntityOwnerCommand.ts
index 8884cd852224..223d02f49ad0 100644
--- a/clients/client-datazone/src/commands/RemoveEntityOwnerCommand.ts
+++ b/clients/client-datazone/src/commands/RemoveEntityOwnerCommand.ts
@@ -104,4 +104,16 @@ export class RemoveEntityOwnerCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveEntityOwnerCommand)
.de(de_RemoveEntityOwnerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveEntityOwnerInput;
+ output: {};
+ };
+ sdk: {
+ input: RemoveEntityOwnerCommandInput;
+ output: RemoveEntityOwnerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/RemovePolicyGrantCommand.ts b/clients/client-datazone/src/commands/RemovePolicyGrantCommand.ts
index 75b9bfec9917..a5658123dda1 100644
--- a/clients/client-datazone/src/commands/RemovePolicyGrantCommand.ts
+++ b/clients/client-datazone/src/commands/RemovePolicyGrantCommand.ts
@@ -120,4 +120,16 @@ export class RemovePolicyGrantCommand extends $Command
.f(void 0, void 0)
.ser(se_RemovePolicyGrantCommand)
.de(de_RemovePolicyGrantCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemovePolicyGrantInput;
+ output: {};
+ };
+ sdk: {
+ input: RemovePolicyGrantCommandInput;
+ output: RemovePolicyGrantCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/RevokeSubscriptionCommand.ts b/clients/client-datazone/src/commands/RevokeSubscriptionCommand.ts
index f189e793028c..6e0406cc3fe8 100644
--- a/clients/client-datazone/src/commands/RevokeSubscriptionCommand.ts
+++ b/clients/client-datazone/src/commands/RevokeSubscriptionCommand.ts
@@ -167,4 +167,16 @@ export class RevokeSubscriptionCommand extends $Command
.f(void 0, RevokeSubscriptionOutputFilterSensitiveLog)
.ser(se_RevokeSubscriptionCommand)
.de(de_RevokeSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RevokeSubscriptionInput;
+ output: RevokeSubscriptionOutput;
+ };
+ sdk: {
+ input: RevokeSubscriptionCommandInput;
+ output: RevokeSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/SearchCommand.ts b/clients/client-datazone/src/commands/SearchCommand.ts
index 9b98693b4bca..94c5969e5dde 100644
--- a/clients/client-datazone/src/commands/SearchCommand.ts
+++ b/clients/client-datazone/src/commands/SearchCommand.ts
@@ -229,4 +229,16 @@ export class SearchCommand extends $Command
.f(void 0, SearchOutputFilterSensitiveLog)
.ser(se_SearchCommand)
.de(de_SearchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchInput;
+ output: SearchOutput;
+ };
+ sdk: {
+ input: SearchCommandInput;
+ output: SearchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/SearchGroupProfilesCommand.ts b/clients/client-datazone/src/commands/SearchGroupProfilesCommand.ts
index 3e91a0e75856..3d74d37fe153 100644
--- a/clients/client-datazone/src/commands/SearchGroupProfilesCommand.ts
+++ b/clients/client-datazone/src/commands/SearchGroupProfilesCommand.ts
@@ -112,4 +112,16 @@ export class SearchGroupProfilesCommand extends $Command
.f(SearchGroupProfilesInputFilterSensitiveLog, SearchGroupProfilesOutputFilterSensitiveLog)
.ser(se_SearchGroupProfilesCommand)
.de(de_SearchGroupProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchGroupProfilesInput;
+ output: SearchGroupProfilesOutput;
+ };
+ sdk: {
+ input: SearchGroupProfilesCommandInput;
+ output: SearchGroupProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/SearchListingsCommand.ts b/clients/client-datazone/src/commands/SearchListingsCommand.ts
index 2f1228a58c2b..d6e4a039d253 100644
--- a/clients/client-datazone/src/commands/SearchListingsCommand.ts
+++ b/clients/client-datazone/src/commands/SearchListingsCommand.ts
@@ -200,4 +200,16 @@ export class SearchListingsCommand extends $Command
.f(void 0, SearchListingsOutputFilterSensitiveLog)
.ser(se_SearchListingsCommand)
.de(de_SearchListingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchListingsInput;
+ output: SearchListingsOutput;
+ };
+ sdk: {
+ input: SearchListingsCommandInput;
+ output: SearchListingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/SearchTypesCommand.ts b/clients/client-datazone/src/commands/SearchTypesCommand.ts
index 71cad8237071..ac0de5ec4dd8 100644
--- a/clients/client-datazone/src/commands/SearchTypesCommand.ts
+++ b/clients/client-datazone/src/commands/SearchTypesCommand.ts
@@ -192,4 +192,16 @@ export class SearchTypesCommand extends $Command
.f(void 0, SearchTypesOutputFilterSensitiveLog)
.ser(se_SearchTypesCommand)
.de(de_SearchTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchTypesInput;
+ output: SearchTypesOutput;
+ };
+ sdk: {
+ input: SearchTypesCommandInput;
+ output: SearchTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/SearchUserProfilesCommand.ts b/clients/client-datazone/src/commands/SearchUserProfilesCommand.ts
index 2726eef4d489..86b518cd07df 100644
--- a/clients/client-datazone/src/commands/SearchUserProfilesCommand.ts
+++ b/clients/client-datazone/src/commands/SearchUserProfilesCommand.ts
@@ -122,4 +122,16 @@ export class SearchUserProfilesCommand extends $Command
.f(SearchUserProfilesInputFilterSensitiveLog, SearchUserProfilesOutputFilterSensitiveLog)
.ser(se_SearchUserProfilesCommand)
.de(de_SearchUserProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchUserProfilesInput;
+ output: SearchUserProfilesOutput;
+ };
+ sdk: {
+ input: SearchUserProfilesCommandInput;
+ output: SearchUserProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/StartDataSourceRunCommand.ts b/clients/client-datazone/src/commands/StartDataSourceRunCommand.ts
index 6f22039552c8..9be674ce52b3 100644
--- a/clients/client-datazone/src/commands/StartDataSourceRunCommand.ts
+++ b/clients/client-datazone/src/commands/StartDataSourceRunCommand.ts
@@ -124,4 +124,16 @@ export class StartDataSourceRunCommand extends $Command
.f(void 0, void 0)
.ser(se_StartDataSourceRunCommand)
.de(de_StartDataSourceRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartDataSourceRunInput;
+ output: StartDataSourceRunOutput;
+ };
+ sdk: {
+ input: StartDataSourceRunCommandInput;
+ output: StartDataSourceRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/StartMetadataGenerationRunCommand.ts b/clients/client-datazone/src/commands/StartMetadataGenerationRunCommand.ts
index 55b509b4a07d..573e62ea5a3a 100644
--- a/clients/client-datazone/src/commands/StartMetadataGenerationRunCommand.ts
+++ b/clients/client-datazone/src/commands/StartMetadataGenerationRunCommand.ts
@@ -115,4 +115,16 @@ export class StartMetadataGenerationRunCommand extends $Command
.f(void 0, void 0)
.ser(se_StartMetadataGenerationRunCommand)
.de(de_StartMetadataGenerationRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartMetadataGenerationRunInput;
+ output: StartMetadataGenerationRunOutput;
+ };
+ sdk: {
+ input: StartMetadataGenerationRunCommandInput;
+ output: StartMetadataGenerationRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/TagResourceCommand.ts b/clients/client-datazone/src/commands/TagResourceCommand.ts
index 92b51d406d38..a65370dd8100 100644
--- a/clients/client-datazone/src/commands/TagResourceCommand.ts
+++ b/clients/client-datazone/src/commands/TagResourceCommand.ts
@@ -96,4 +96,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/UntagResourceCommand.ts b/clients/client-datazone/src/commands/UntagResourceCommand.ts
index 1163bd866271..2b5694a8b295 100644
--- a/clients/client-datazone/src/commands/UntagResourceCommand.ts
+++ b/clients/client-datazone/src/commands/UntagResourceCommand.ts
@@ -93,4 +93,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/UpdateAssetFilterCommand.ts b/clients/client-datazone/src/commands/UpdateAssetFilterCommand.ts
index d89a57ef9932..d8d534d7d69b 100644
--- a/clients/client-datazone/src/commands/UpdateAssetFilterCommand.ts
+++ b/clients/client-datazone/src/commands/UpdateAssetFilterCommand.ts
@@ -376,4 +376,16 @@ export class UpdateAssetFilterCommand extends $Command
.f(UpdateAssetFilterInputFilterSensitiveLog, UpdateAssetFilterOutputFilterSensitiveLog)
.ser(se_UpdateAssetFilterCommand)
.de(de_UpdateAssetFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAssetFilterInput;
+ output: UpdateAssetFilterOutput;
+ };
+ sdk: {
+ input: UpdateAssetFilterCommandInput;
+ output: UpdateAssetFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/UpdateDataSourceCommand.ts b/clients/client-datazone/src/commands/UpdateDataSourceCommand.ts
index aa0849a68cb3..0d26e6bf0c41 100644
--- a/clients/client-datazone/src/commands/UpdateDataSourceCommand.ts
+++ b/clients/client-datazone/src/commands/UpdateDataSourceCommand.ts
@@ -278,4 +278,16 @@ export class UpdateDataSourceCommand extends $Command
.f(UpdateDataSourceInputFilterSensitiveLog, UpdateDataSourceOutputFilterSensitiveLog)
.ser(se_UpdateDataSourceCommand)
.de(de_UpdateDataSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDataSourceInput;
+ output: UpdateDataSourceOutput;
+ };
+ sdk: {
+ input: UpdateDataSourceCommandInput;
+ output: UpdateDataSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/UpdateDomainCommand.ts b/clients/client-datazone/src/commands/UpdateDomainCommand.ts
index 305cbc7ea89d..94ba39e63e50 100644
--- a/clients/client-datazone/src/commands/UpdateDomainCommand.ts
+++ b/clients/client-datazone/src/commands/UpdateDomainCommand.ts
@@ -118,4 +118,16 @@ export class UpdateDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDomainCommand)
.de(de_UpdateDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDomainInput;
+ output: UpdateDomainOutput;
+ };
+ sdk: {
+ input: UpdateDomainCommandInput;
+ output: UpdateDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/UpdateDomainUnitCommand.ts b/clients/client-datazone/src/commands/UpdateDomainUnitCommand.ts
index abc41298f27f..2180551f6242 100644
--- a/clients/client-datazone/src/commands/UpdateDomainUnitCommand.ts
+++ b/clients/client-datazone/src/commands/UpdateDomainUnitCommand.ts
@@ -124,4 +124,16 @@ export class UpdateDomainUnitCommand extends $Command
.f(UpdateDomainUnitInputFilterSensitiveLog, UpdateDomainUnitOutputFilterSensitiveLog)
.ser(se_UpdateDomainUnitCommand)
.de(de_UpdateDomainUnitCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDomainUnitInput;
+ output: UpdateDomainUnitOutput;
+ };
+ sdk: {
+ input: UpdateDomainUnitCommandInput;
+ output: UpdateDomainUnitCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/UpdateEnvironmentActionCommand.ts b/clients/client-datazone/src/commands/UpdateEnvironmentActionCommand.ts
index d17865efbf54..58e81ba59503 100644
--- a/clients/client-datazone/src/commands/UpdateEnvironmentActionCommand.ts
+++ b/clients/client-datazone/src/commands/UpdateEnvironmentActionCommand.ts
@@ -116,4 +116,16 @@ export class UpdateEnvironmentActionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEnvironmentActionCommand)
.de(de_UpdateEnvironmentActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEnvironmentActionInput;
+ output: UpdateEnvironmentActionOutput;
+ };
+ sdk: {
+ input: UpdateEnvironmentActionCommandInput;
+ output: UpdateEnvironmentActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/UpdateEnvironmentCommand.ts b/clients/client-datazone/src/commands/UpdateEnvironmentCommand.ts
index d9abcd8a52d4..01c7acc803fd 100644
--- a/clients/client-datazone/src/commands/UpdateEnvironmentCommand.ts
+++ b/clients/client-datazone/src/commands/UpdateEnvironmentCommand.ts
@@ -176,4 +176,16 @@ export class UpdateEnvironmentCommand extends $Command
.f(void 0, UpdateEnvironmentOutputFilterSensitiveLog)
.ser(se_UpdateEnvironmentCommand)
.de(de_UpdateEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEnvironmentInput;
+ output: UpdateEnvironmentOutput;
+ };
+ sdk: {
+ input: UpdateEnvironmentCommandInput;
+ output: UpdateEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/UpdateEnvironmentProfileCommand.ts b/clients/client-datazone/src/commands/UpdateEnvironmentProfileCommand.ts
index 4e1b3aceeb4b..ec8baa690ae7 100644
--- a/clients/client-datazone/src/commands/UpdateEnvironmentProfileCommand.ts
+++ b/clients/client-datazone/src/commands/UpdateEnvironmentProfileCommand.ts
@@ -137,4 +137,16 @@ export class UpdateEnvironmentProfileCommand extends $Command
.f(UpdateEnvironmentProfileInputFilterSensitiveLog, UpdateEnvironmentProfileOutputFilterSensitiveLog)
.ser(se_UpdateEnvironmentProfileCommand)
.de(de_UpdateEnvironmentProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEnvironmentProfileInput;
+ output: UpdateEnvironmentProfileOutput;
+ };
+ sdk: {
+ input: UpdateEnvironmentProfileCommandInput;
+ output: UpdateEnvironmentProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/UpdateGlossaryCommand.ts b/clients/client-datazone/src/commands/UpdateGlossaryCommand.ts
index dc38874fd83f..6615fb21d509 100644
--- a/clients/client-datazone/src/commands/UpdateGlossaryCommand.ts
+++ b/clients/client-datazone/src/commands/UpdateGlossaryCommand.ts
@@ -113,4 +113,16 @@ export class UpdateGlossaryCommand extends $Command
.f(UpdateGlossaryInputFilterSensitiveLog, UpdateGlossaryOutputFilterSensitiveLog)
.ser(se_UpdateGlossaryCommand)
.de(de_UpdateGlossaryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGlossaryInput;
+ output: UpdateGlossaryOutput;
+ };
+ sdk: {
+ input: UpdateGlossaryCommandInput;
+ output: UpdateGlossaryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/UpdateGlossaryTermCommand.ts b/clients/client-datazone/src/commands/UpdateGlossaryTermCommand.ts
index c524689c4493..cd4af76e7d11 100644
--- a/clients/client-datazone/src/commands/UpdateGlossaryTermCommand.ts
+++ b/clients/client-datazone/src/commands/UpdateGlossaryTermCommand.ts
@@ -131,4 +131,16 @@ export class UpdateGlossaryTermCommand extends $Command
.f(UpdateGlossaryTermInputFilterSensitiveLog, UpdateGlossaryTermOutputFilterSensitiveLog)
.ser(se_UpdateGlossaryTermCommand)
.de(de_UpdateGlossaryTermCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGlossaryTermInput;
+ output: UpdateGlossaryTermOutput;
+ };
+ sdk: {
+ input: UpdateGlossaryTermCommandInput;
+ output: UpdateGlossaryTermCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/UpdateGroupProfileCommand.ts b/clients/client-datazone/src/commands/UpdateGroupProfileCommand.ts
index 8e975edf2c33..02d60fbd80ee 100644
--- a/clients/client-datazone/src/commands/UpdateGroupProfileCommand.ts
+++ b/clients/client-datazone/src/commands/UpdateGroupProfileCommand.ts
@@ -104,4 +104,16 @@ export class UpdateGroupProfileCommand extends $Command
.f(void 0, UpdateGroupProfileOutputFilterSensitiveLog)
.ser(se_UpdateGroupProfileCommand)
.de(de_UpdateGroupProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGroupProfileInput;
+ output: UpdateGroupProfileOutput;
+ };
+ sdk: {
+ input: UpdateGroupProfileCommandInput;
+ output: UpdateGroupProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/UpdateProjectCommand.ts b/clients/client-datazone/src/commands/UpdateProjectCommand.ts
index 67974bb02071..951c1f0d1ff9 100644
--- a/clients/client-datazone/src/commands/UpdateProjectCommand.ts
+++ b/clients/client-datazone/src/commands/UpdateProjectCommand.ts
@@ -129,4 +129,16 @@ export class UpdateProjectCommand extends $Command
.f(UpdateProjectInputFilterSensitiveLog, UpdateProjectOutputFilterSensitiveLog)
.ser(se_UpdateProjectCommand)
.de(de_UpdateProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateProjectInput;
+ output: UpdateProjectOutput;
+ };
+ sdk: {
+ input: UpdateProjectCommandInput;
+ output: UpdateProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/UpdateSubscriptionGrantStatusCommand.ts b/clients/client-datazone/src/commands/UpdateSubscriptionGrantStatusCommand.ts
index f5928da2ee6d..10cc62854a7e 100644
--- a/clients/client-datazone/src/commands/UpdateSubscriptionGrantStatusCommand.ts
+++ b/clients/client-datazone/src/commands/UpdateSubscriptionGrantStatusCommand.ts
@@ -145,4 +145,16 @@ export class UpdateSubscriptionGrantStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSubscriptionGrantStatusCommand)
.de(de_UpdateSubscriptionGrantStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSubscriptionGrantStatusInput;
+ output: UpdateSubscriptionGrantStatusOutput;
+ };
+ sdk: {
+ input: UpdateSubscriptionGrantStatusCommandInput;
+ output: UpdateSubscriptionGrantStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/UpdateSubscriptionRequestCommand.ts b/clients/client-datazone/src/commands/UpdateSubscriptionRequestCommand.ts
index f38d38736cf8..8c199576b05c 100644
--- a/clients/client-datazone/src/commands/UpdateSubscriptionRequestCommand.ts
+++ b/clients/client-datazone/src/commands/UpdateSubscriptionRequestCommand.ts
@@ -173,4 +173,16 @@ export class UpdateSubscriptionRequestCommand extends $Command
.f(UpdateSubscriptionRequestInputFilterSensitiveLog, UpdateSubscriptionRequestOutputFilterSensitiveLog)
.ser(se_UpdateSubscriptionRequestCommand)
.de(de_UpdateSubscriptionRequestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSubscriptionRequestInput;
+ output: UpdateSubscriptionRequestOutput;
+ };
+ sdk: {
+ input: UpdateSubscriptionRequestCommandInput;
+ output: UpdateSubscriptionRequestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/UpdateSubscriptionTargetCommand.ts b/clients/client-datazone/src/commands/UpdateSubscriptionTargetCommand.ts
index 923d3781df89..8d1236061896 100644
--- a/clients/client-datazone/src/commands/UpdateSubscriptionTargetCommand.ts
+++ b/clients/client-datazone/src/commands/UpdateSubscriptionTargetCommand.ts
@@ -143,4 +143,16 @@ export class UpdateSubscriptionTargetCommand extends $Command
.f(UpdateSubscriptionTargetInputFilterSensitiveLog, UpdateSubscriptionTargetOutputFilterSensitiveLog)
.ser(se_UpdateSubscriptionTargetCommand)
.de(de_UpdateSubscriptionTargetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSubscriptionTargetInput;
+ output: UpdateSubscriptionTargetOutput;
+ };
+ sdk: {
+ input: UpdateSubscriptionTargetCommandInput;
+ output: UpdateSubscriptionTargetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-datazone/src/commands/UpdateUserProfileCommand.ts b/clients/client-datazone/src/commands/UpdateUserProfileCommand.ts
index f992b08bb3c2..82d66282d90d 100644
--- a/clients/client-datazone/src/commands/UpdateUserProfileCommand.ts
+++ b/clients/client-datazone/src/commands/UpdateUserProfileCommand.ts
@@ -115,4 +115,16 @@ export class UpdateUserProfileCommand extends $Command
.f(void 0, UpdateUserProfileOutputFilterSensitiveLog)
.ser(se_UpdateUserProfileCommand)
.de(de_UpdateUserProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateUserProfileInput;
+ output: UpdateUserProfileOutput;
+ };
+ sdk: {
+ input: UpdateUserProfileCommandInput;
+ output: UpdateUserProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dax/package.json b/clients/client-dax/package.json
index 1bf88f382ae8..9e396f58a765 100644
--- a/clients/client-dax/package.json
+++ b/clients/client-dax/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-dax/src/commands/CreateClusterCommand.ts b/clients/client-dax/src/commands/CreateClusterCommand.ts
index 45ca71065d39..b671f835f06d 100644
--- a/clients/client-dax/src/commands/CreateClusterCommand.ts
+++ b/clients/client-dax/src/commands/CreateClusterCommand.ts
@@ -208,4 +208,16 @@ export class CreateClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateClusterCommand)
.de(de_CreateClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateClusterRequest;
+ output: CreateClusterResponse;
+ };
+ sdk: {
+ input: CreateClusterCommandInput;
+ output: CreateClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dax/src/commands/CreateParameterGroupCommand.ts b/clients/client-dax/src/commands/CreateParameterGroupCommand.ts
index 83414fd3fa61..d8bcbdff8222 100644
--- a/clients/client-dax/src/commands/CreateParameterGroupCommand.ts
+++ b/clients/client-dax/src/commands/CreateParameterGroupCommand.ts
@@ -100,4 +100,16 @@ export class CreateParameterGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateParameterGroupCommand)
.de(de_CreateParameterGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateParameterGroupRequest;
+ output: CreateParameterGroupResponse;
+ };
+ sdk: {
+ input: CreateParameterGroupCommandInput;
+ output: CreateParameterGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dax/src/commands/CreateSubnetGroupCommand.ts b/clients/client-dax/src/commands/CreateSubnetGroupCommand.ts
index 0817ff761ac2..120b4add0a11 100644
--- a/clients/client-dax/src/commands/CreateSubnetGroupCommand.ts
+++ b/clients/client-dax/src/commands/CreateSubnetGroupCommand.ts
@@ -108,4 +108,16 @@ export class CreateSubnetGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSubnetGroupCommand)
.de(de_CreateSubnetGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSubnetGroupRequest;
+ output: CreateSubnetGroupResponse;
+ };
+ sdk: {
+ input: CreateSubnetGroupCommandInput;
+ output: CreateSubnetGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dax/src/commands/DecreaseReplicationFactorCommand.ts b/clients/client-dax/src/commands/DecreaseReplicationFactorCommand.ts
index c4e038f77b07..ee20e4069e40 100644
--- a/clients/client-dax/src/commands/DecreaseReplicationFactorCommand.ts
+++ b/clients/client-dax/src/commands/DecreaseReplicationFactorCommand.ts
@@ -160,4 +160,16 @@ export class DecreaseReplicationFactorCommand extends $Command
.f(void 0, void 0)
.ser(se_DecreaseReplicationFactorCommand)
.de(de_DecreaseReplicationFactorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DecreaseReplicationFactorRequest;
+ output: DecreaseReplicationFactorResponse;
+ };
+ sdk: {
+ input: DecreaseReplicationFactorCommandInput;
+ output: DecreaseReplicationFactorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dax/src/commands/DeleteClusterCommand.ts b/clients/client-dax/src/commands/DeleteClusterCommand.ts
index 3a159354a9c6..59e20426261c 100644
--- a/clients/client-dax/src/commands/DeleteClusterCommand.ts
+++ b/clients/client-dax/src/commands/DeleteClusterCommand.ts
@@ -151,4 +151,16 @@ export class DeleteClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteClusterCommand)
.de(de_DeleteClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteClusterRequest;
+ output: DeleteClusterResponse;
+ };
+ sdk: {
+ input: DeleteClusterCommandInput;
+ output: DeleteClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dax/src/commands/DeleteParameterGroupCommand.ts b/clients/client-dax/src/commands/DeleteParameterGroupCommand.ts
index b311d5364f64..9cb5272ed535 100644
--- a/clients/client-dax/src/commands/DeleteParameterGroupCommand.ts
+++ b/clients/client-dax/src/commands/DeleteParameterGroupCommand.ts
@@ -93,4 +93,16 @@ export class DeleteParameterGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteParameterGroupCommand)
.de(de_DeleteParameterGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteParameterGroupRequest;
+ output: DeleteParameterGroupResponse;
+ };
+ sdk: {
+ input: DeleteParameterGroupCommandInput;
+ output: DeleteParameterGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dax/src/commands/DeleteSubnetGroupCommand.ts b/clients/client-dax/src/commands/DeleteSubnetGroupCommand.ts
index f81f5965303b..21b89a1e93ef 100644
--- a/clients/client-dax/src/commands/DeleteSubnetGroupCommand.ts
+++ b/clients/client-dax/src/commands/DeleteSubnetGroupCommand.ts
@@ -91,4 +91,16 @@ export class DeleteSubnetGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSubnetGroupCommand)
.de(de_DeleteSubnetGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSubnetGroupRequest;
+ output: DeleteSubnetGroupResponse;
+ };
+ sdk: {
+ input: DeleteSubnetGroupCommandInput;
+ output: DeleteSubnetGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dax/src/commands/DescribeClustersCommand.ts b/clients/client-dax/src/commands/DescribeClustersCommand.ts
index 2288c67d3c4c..9713cf047ade 100644
--- a/clients/client-dax/src/commands/DescribeClustersCommand.ts
+++ b/clients/client-dax/src/commands/DescribeClustersCommand.ts
@@ -162,4 +162,16 @@ export class DescribeClustersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeClustersCommand)
.de(de_DescribeClustersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeClustersRequest;
+ output: DescribeClustersResponse;
+ };
+ sdk: {
+ input: DescribeClustersCommandInput;
+ output: DescribeClustersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dax/src/commands/DescribeDefaultParametersCommand.ts b/clients/client-dax/src/commands/DescribeDefaultParametersCommand.ts
index 6a8e29ec9ace..3507d7e22432 100644
--- a/clients/client-dax/src/commands/DescribeDefaultParametersCommand.ts
+++ b/clients/client-dax/src/commands/DescribeDefaultParametersCommand.ts
@@ -107,4 +107,16 @@ export class DescribeDefaultParametersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDefaultParametersCommand)
.de(de_DescribeDefaultParametersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDefaultParametersRequest;
+ output: DescribeDefaultParametersResponse;
+ };
+ sdk: {
+ input: DescribeDefaultParametersCommandInput;
+ output: DescribeDefaultParametersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dax/src/commands/DescribeEventsCommand.ts b/clients/client-dax/src/commands/DescribeEventsCommand.ts
index 2bc33091f51b..97daecdc340c 100644
--- a/clients/client-dax/src/commands/DescribeEventsCommand.ts
+++ b/clients/client-dax/src/commands/DescribeEventsCommand.ts
@@ -104,4 +104,16 @@ export class DescribeEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEventsCommand)
.de(de_DescribeEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEventsRequest;
+ output: DescribeEventsResponse;
+ };
+ sdk: {
+ input: DescribeEventsCommandInput;
+ output: DescribeEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dax/src/commands/DescribeParameterGroupsCommand.ts b/clients/client-dax/src/commands/DescribeParameterGroupsCommand.ts
index f951a1cd03b8..ff97c8e99eaa 100644
--- a/clients/client-dax/src/commands/DescribeParameterGroupsCommand.ts
+++ b/clients/client-dax/src/commands/DescribeParameterGroupsCommand.ts
@@ -100,4 +100,16 @@ export class DescribeParameterGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeParameterGroupsCommand)
.de(de_DescribeParameterGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeParameterGroupsRequest;
+ output: DescribeParameterGroupsResponse;
+ };
+ sdk: {
+ input: DescribeParameterGroupsCommandInput;
+ output: DescribeParameterGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dax/src/commands/DescribeParametersCommand.ts b/clients/client-dax/src/commands/DescribeParametersCommand.ts
index 7640a2c33ae3..b76472f0862b 100644
--- a/clients/client-dax/src/commands/DescribeParametersCommand.ts
+++ b/clients/client-dax/src/commands/DescribeParametersCommand.ts
@@ -111,4 +111,16 @@ export class DescribeParametersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeParametersCommand)
.de(de_DescribeParametersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeParametersRequest;
+ output: DescribeParametersResponse;
+ };
+ sdk: {
+ input: DescribeParametersCommandInput;
+ output: DescribeParametersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dax/src/commands/DescribeSubnetGroupsCommand.ts b/clients/client-dax/src/commands/DescribeSubnetGroupsCommand.ts
index 481ced586e63..43fe97982010 100644
--- a/clients/client-dax/src/commands/DescribeSubnetGroupsCommand.ts
+++ b/clients/client-dax/src/commands/DescribeSubnetGroupsCommand.ts
@@ -102,4 +102,16 @@ export class DescribeSubnetGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSubnetGroupsCommand)
.de(de_DescribeSubnetGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSubnetGroupsRequest;
+ output: DescribeSubnetGroupsResponse;
+ };
+ sdk: {
+ input: DescribeSubnetGroupsCommandInput;
+ output: DescribeSubnetGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dax/src/commands/IncreaseReplicationFactorCommand.ts b/clients/client-dax/src/commands/IncreaseReplicationFactorCommand.ts
index c2dc181c5850..672f2e2673f7 100644
--- a/clients/client-dax/src/commands/IncreaseReplicationFactorCommand.ts
+++ b/clients/client-dax/src/commands/IncreaseReplicationFactorCommand.ts
@@ -166,4 +166,16 @@ export class IncreaseReplicationFactorCommand extends $Command
.f(void 0, void 0)
.ser(se_IncreaseReplicationFactorCommand)
.de(de_IncreaseReplicationFactorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: IncreaseReplicationFactorRequest;
+ output: IncreaseReplicationFactorResponse;
+ };
+ sdk: {
+ input: IncreaseReplicationFactorCommandInput;
+ output: IncreaseReplicationFactorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dax/src/commands/ListTagsCommand.ts b/clients/client-dax/src/commands/ListTagsCommand.ts
index 3f35be17fe15..470a1f267666 100644
--- a/clients/client-dax/src/commands/ListTagsCommand.ts
+++ b/clients/client-dax/src/commands/ListTagsCommand.ts
@@ -104,4 +104,16 @@ export class ListTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsCommand)
.de(de_ListTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsRequest;
+ output: ListTagsResponse;
+ };
+ sdk: {
+ input: ListTagsCommandInput;
+ output: ListTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dax/src/commands/RebootNodeCommand.ts b/clients/client-dax/src/commands/RebootNodeCommand.ts
index 5af114b891f3..7682a9b5a166 100644
--- a/clients/client-dax/src/commands/RebootNodeCommand.ts
+++ b/clients/client-dax/src/commands/RebootNodeCommand.ts
@@ -157,4 +157,16 @@ export class RebootNodeCommand extends $Command
.f(void 0, void 0)
.ser(se_RebootNodeCommand)
.de(de_RebootNodeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RebootNodeRequest;
+ output: RebootNodeResponse;
+ };
+ sdk: {
+ input: RebootNodeCommandInput;
+ output: RebootNodeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dax/src/commands/TagResourceCommand.ts b/clients/client-dax/src/commands/TagResourceCommand.ts
index 47759f839ecd..6d3aa323aa68 100644
--- a/clients/client-dax/src/commands/TagResourceCommand.ts
+++ b/clients/client-dax/src/commands/TagResourceCommand.ts
@@ -111,4 +111,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: TagResourceResponse;
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dax/src/commands/UntagResourceCommand.ts b/clients/client-dax/src/commands/UntagResourceCommand.ts
index 65fc8c88cc58..8ace697cd17d 100644
--- a/clients/client-dax/src/commands/UntagResourceCommand.ts
+++ b/clients/client-dax/src/commands/UntagResourceCommand.ts
@@ -108,4 +108,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: UntagResourceResponse;
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dax/src/commands/UpdateClusterCommand.ts b/clients/client-dax/src/commands/UpdateClusterCommand.ts
index 2c79510545d9..5986dc323763 100644
--- a/clients/client-dax/src/commands/UpdateClusterCommand.ts
+++ b/clients/client-dax/src/commands/UpdateClusterCommand.ts
@@ -163,4 +163,16 @@ export class UpdateClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateClusterCommand)
.de(de_UpdateClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateClusterRequest;
+ output: UpdateClusterResponse;
+ };
+ sdk: {
+ input: UpdateClusterCommandInput;
+ output: UpdateClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dax/src/commands/UpdateParameterGroupCommand.ts b/clients/client-dax/src/commands/UpdateParameterGroupCommand.ts
index d894b2e42be6..17e62859be95 100644
--- a/clients/client-dax/src/commands/UpdateParameterGroupCommand.ts
+++ b/clients/client-dax/src/commands/UpdateParameterGroupCommand.ts
@@ -103,4 +103,16 @@ export class UpdateParameterGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateParameterGroupCommand)
.de(de_UpdateParameterGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateParameterGroupRequest;
+ output: UpdateParameterGroupResponse;
+ };
+ sdk: {
+ input: UpdateParameterGroupCommandInput;
+ output: UpdateParameterGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dax/src/commands/UpdateSubnetGroupCommand.ts b/clients/client-dax/src/commands/UpdateSubnetGroupCommand.ts
index 79229dc71f8c..585c87e43237 100644
--- a/clients/client-dax/src/commands/UpdateSubnetGroupCommand.ts
+++ b/clients/client-dax/src/commands/UpdateSubnetGroupCommand.ts
@@ -108,4 +108,16 @@ export class UpdateSubnetGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSubnetGroupCommand)
.de(de_UpdateSubnetGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSubnetGroupRequest;
+ output: UpdateSubnetGroupResponse;
+ };
+ sdk: {
+ input: UpdateSubnetGroupCommandInput;
+ output: UpdateSubnetGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/package.json b/clients/client-deadline/package.json
index 8afb07ae6657..bfee33c6ad52 100644
--- a/clients/client-deadline/package.json
+++ b/clients/client-deadline/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
},
diff --git a/clients/client-deadline/src/commands/AssociateMemberToFarmCommand.ts b/clients/client-deadline/src/commands/AssociateMemberToFarmCommand.ts
index d0976c01632e..a09ff3d3e17c 100644
--- a/clients/client-deadline/src/commands/AssociateMemberToFarmCommand.ts
+++ b/clients/client-deadline/src/commands/AssociateMemberToFarmCommand.ts
@@ -99,4 +99,16 @@ export class AssociateMemberToFarmCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateMemberToFarmCommand)
.de(de_AssociateMemberToFarmCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateMemberToFarmRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateMemberToFarmCommandInput;
+ output: AssociateMemberToFarmCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/AssociateMemberToFleetCommand.ts b/clients/client-deadline/src/commands/AssociateMemberToFleetCommand.ts
index 142864faefd8..1d1daba446f0 100644
--- a/clients/client-deadline/src/commands/AssociateMemberToFleetCommand.ts
+++ b/clients/client-deadline/src/commands/AssociateMemberToFleetCommand.ts
@@ -100,4 +100,16 @@ export class AssociateMemberToFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateMemberToFleetCommand)
.de(de_AssociateMemberToFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateMemberToFleetRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateMemberToFleetCommandInput;
+ output: AssociateMemberToFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/AssociateMemberToJobCommand.ts b/clients/client-deadline/src/commands/AssociateMemberToJobCommand.ts
index d84f4c70603e..8860df007456 100644
--- a/clients/client-deadline/src/commands/AssociateMemberToJobCommand.ts
+++ b/clients/client-deadline/src/commands/AssociateMemberToJobCommand.ts
@@ -101,4 +101,16 @@ export class AssociateMemberToJobCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateMemberToJobCommand)
.de(de_AssociateMemberToJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateMemberToJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateMemberToJobCommandInput;
+ output: AssociateMemberToJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/AssociateMemberToQueueCommand.ts b/clients/client-deadline/src/commands/AssociateMemberToQueueCommand.ts
index d70781506448..82a0afd023e8 100644
--- a/clients/client-deadline/src/commands/AssociateMemberToQueueCommand.ts
+++ b/clients/client-deadline/src/commands/AssociateMemberToQueueCommand.ts
@@ -100,4 +100,16 @@ export class AssociateMemberToQueueCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateMemberToQueueCommand)
.de(de_AssociateMemberToQueueCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateMemberToQueueRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateMemberToQueueCommandInput;
+ output: AssociateMemberToQueueCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/AssumeFleetRoleForReadCommand.ts b/clients/client-deadline/src/commands/AssumeFleetRoleForReadCommand.ts
index 69e197b78f60..9362099fef69 100644
--- a/clients/client-deadline/src/commands/AssumeFleetRoleForReadCommand.ts
+++ b/clients/client-deadline/src/commands/AssumeFleetRoleForReadCommand.ts
@@ -104,4 +104,16 @@ export class AssumeFleetRoleForReadCommand extends $Command
.f(void 0, AssumeFleetRoleForReadResponseFilterSensitiveLog)
.ser(se_AssumeFleetRoleForReadCommand)
.de(de_AssumeFleetRoleForReadCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssumeFleetRoleForReadRequest;
+ output: AssumeFleetRoleForReadResponse;
+ };
+ sdk: {
+ input: AssumeFleetRoleForReadCommandInput;
+ output: AssumeFleetRoleForReadCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/AssumeFleetRoleForWorkerCommand.ts b/clients/client-deadline/src/commands/AssumeFleetRoleForWorkerCommand.ts
index 3d490dc6c722..87679d9eb518 100644
--- a/clients/client-deadline/src/commands/AssumeFleetRoleForWorkerCommand.ts
+++ b/clients/client-deadline/src/commands/AssumeFleetRoleForWorkerCommand.ts
@@ -108,4 +108,16 @@ export class AssumeFleetRoleForWorkerCommand extends $Command
.f(void 0, AssumeFleetRoleForWorkerResponseFilterSensitiveLog)
.ser(se_AssumeFleetRoleForWorkerCommand)
.de(de_AssumeFleetRoleForWorkerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssumeFleetRoleForWorkerRequest;
+ output: AssumeFleetRoleForWorkerResponse;
+ };
+ sdk: {
+ input: AssumeFleetRoleForWorkerCommandInput;
+ output: AssumeFleetRoleForWorkerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/AssumeQueueRoleForReadCommand.ts b/clients/client-deadline/src/commands/AssumeQueueRoleForReadCommand.ts
index d757baf39faa..97875f4c76e1 100644
--- a/clients/client-deadline/src/commands/AssumeQueueRoleForReadCommand.ts
+++ b/clients/client-deadline/src/commands/AssumeQueueRoleForReadCommand.ts
@@ -104,4 +104,16 @@ export class AssumeQueueRoleForReadCommand extends $Command
.f(void 0, AssumeQueueRoleForReadResponseFilterSensitiveLog)
.ser(se_AssumeQueueRoleForReadCommand)
.de(de_AssumeQueueRoleForReadCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssumeQueueRoleForReadRequest;
+ output: AssumeQueueRoleForReadResponse;
+ };
+ sdk: {
+ input: AssumeQueueRoleForReadCommandInput;
+ output: AssumeQueueRoleForReadCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/AssumeQueueRoleForUserCommand.ts b/clients/client-deadline/src/commands/AssumeQueueRoleForUserCommand.ts
index 8a01c87fb8fc..cf89aa58d27b 100644
--- a/clients/client-deadline/src/commands/AssumeQueueRoleForUserCommand.ts
+++ b/clients/client-deadline/src/commands/AssumeQueueRoleForUserCommand.ts
@@ -103,4 +103,16 @@ export class AssumeQueueRoleForUserCommand extends $Command
.f(void 0, AssumeQueueRoleForUserResponseFilterSensitiveLog)
.ser(se_AssumeQueueRoleForUserCommand)
.de(de_AssumeQueueRoleForUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssumeQueueRoleForUserRequest;
+ output: AssumeQueueRoleForUserResponse;
+ };
+ sdk: {
+ input: AssumeQueueRoleForUserCommandInput;
+ output: AssumeQueueRoleForUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/AssumeQueueRoleForWorkerCommand.ts b/clients/client-deadline/src/commands/AssumeQueueRoleForWorkerCommand.ts
index d1d1c7c5578a..79ef8aabf34e 100644
--- a/clients/client-deadline/src/commands/AssumeQueueRoleForWorkerCommand.ts
+++ b/clients/client-deadline/src/commands/AssumeQueueRoleForWorkerCommand.ts
@@ -109,4 +109,16 @@ export class AssumeQueueRoleForWorkerCommand extends $Command
.f(void 0, AssumeQueueRoleForWorkerResponseFilterSensitiveLog)
.ser(se_AssumeQueueRoleForWorkerCommand)
.de(de_AssumeQueueRoleForWorkerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssumeQueueRoleForWorkerRequest;
+ output: AssumeQueueRoleForWorkerResponse;
+ };
+ sdk: {
+ input: AssumeQueueRoleForWorkerCommandInput;
+ output: AssumeQueueRoleForWorkerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/BatchGetJobEntityCommand.ts b/clients/client-deadline/src/commands/BatchGetJobEntityCommand.ts
index 5e66174fce60..6284e4cef4e4 100644
--- a/clients/client-deadline/src/commands/BatchGetJobEntityCommand.ts
+++ b/clients/client-deadline/src/commands/BatchGetJobEntityCommand.ts
@@ -215,4 +215,16 @@ export class BatchGetJobEntityCommand extends $Command
.f(void 0, BatchGetJobEntityResponseFilterSensitiveLog)
.ser(se_BatchGetJobEntityCommand)
.de(de_BatchGetJobEntityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetJobEntityRequest;
+ output: BatchGetJobEntityResponse;
+ };
+ sdk: {
+ input: BatchGetJobEntityCommandInput;
+ output: BatchGetJobEntityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/CopyJobTemplateCommand.ts b/clients/client-deadline/src/commands/CopyJobTemplateCommand.ts
index 23d733b7e634..e331f2ec2ae2 100644
--- a/clients/client-deadline/src/commands/CopyJobTemplateCommand.ts
+++ b/clients/client-deadline/src/commands/CopyJobTemplateCommand.ts
@@ -99,4 +99,16 @@ export class CopyJobTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_CopyJobTemplateCommand)
.de(de_CopyJobTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CopyJobTemplateRequest;
+ output: CopyJobTemplateResponse;
+ };
+ sdk: {
+ input: CopyJobTemplateCommandInput;
+ output: CopyJobTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/CreateBudgetCommand.ts b/clients/client-deadline/src/commands/CreateBudgetCommand.ts
index 6fa7c86a09ca..d373c0d816e5 100644
--- a/clients/client-deadline/src/commands/CreateBudgetCommand.ts
+++ b/clients/client-deadline/src/commands/CreateBudgetCommand.ts
@@ -117,4 +117,16 @@ export class CreateBudgetCommand extends $Command
.f(CreateBudgetRequestFilterSensitiveLog, void 0)
.ser(se_CreateBudgetCommand)
.de(de_CreateBudgetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBudgetRequest;
+ output: CreateBudgetResponse;
+ };
+ sdk: {
+ input: CreateBudgetCommandInput;
+ output: CreateBudgetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/CreateFarmCommand.ts b/clients/client-deadline/src/commands/CreateFarmCommand.ts
index 06e5d6c9c089..e3bcbb32bf5f 100644
--- a/clients/client-deadline/src/commands/CreateFarmCommand.ts
+++ b/clients/client-deadline/src/commands/CreateFarmCommand.ts
@@ -106,4 +106,16 @@ export class CreateFarmCommand extends $Command
.f(CreateFarmRequestFilterSensitiveLog, void 0)
.ser(se_CreateFarmCommand)
.de(de_CreateFarmCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFarmRequest;
+ output: CreateFarmResponse;
+ };
+ sdk: {
+ input: CreateFarmCommandInput;
+ output: CreateFarmCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/CreateFleetCommand.ts b/clients/client-deadline/src/commands/CreateFleetCommand.ts
index e61cbaa5dd5e..ea3c881980b9 100644
--- a/clients/client-deadline/src/commands/CreateFleetCommand.ts
+++ b/clients/client-deadline/src/commands/CreateFleetCommand.ts
@@ -195,4 +195,16 @@ export class CreateFleetCommand extends $Command
.f(CreateFleetRequestFilterSensitiveLog, void 0)
.ser(se_CreateFleetCommand)
.de(de_CreateFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFleetRequest;
+ output: CreateFleetResponse;
+ };
+ sdk: {
+ input: CreateFleetCommandInput;
+ output: CreateFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/CreateJobCommand.ts b/clients/client-deadline/src/commands/CreateJobCommand.ts
index 2b7f24e200f7..1b7f8f61d998 100644
--- a/clients/client-deadline/src/commands/CreateJobCommand.ts
+++ b/clients/client-deadline/src/commands/CreateJobCommand.ts
@@ -131,4 +131,16 @@ export class CreateJobCommand extends $Command
.f(CreateJobRequestFilterSensitiveLog, void 0)
.ser(se_CreateJobCommand)
.de(de_CreateJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateJobRequest;
+ output: CreateJobResponse;
+ };
+ sdk: {
+ input: CreateJobCommandInput;
+ output: CreateJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/CreateLicenseEndpointCommand.ts b/clients/client-deadline/src/commands/CreateLicenseEndpointCommand.ts
index 95b92467cca7..01e3ec00f39f 100644
--- a/clients/client-deadline/src/commands/CreateLicenseEndpointCommand.ts
+++ b/clients/client-deadline/src/commands/CreateLicenseEndpointCommand.ts
@@ -109,4 +109,16 @@ export class CreateLicenseEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLicenseEndpointCommand)
.de(de_CreateLicenseEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLicenseEndpointRequest;
+ output: CreateLicenseEndpointResponse;
+ };
+ sdk: {
+ input: CreateLicenseEndpointCommandInput;
+ output: CreateLicenseEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/CreateMonitorCommand.ts b/clients/client-deadline/src/commands/CreateMonitorCommand.ts
index 38114d0974d7..4b18d9edbd0d 100644
--- a/clients/client-deadline/src/commands/CreateMonitorCommand.ts
+++ b/clients/client-deadline/src/commands/CreateMonitorCommand.ts
@@ -101,4 +101,16 @@ export class CreateMonitorCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateMonitorCommand)
.de(de_CreateMonitorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMonitorRequest;
+ output: CreateMonitorResponse;
+ };
+ sdk: {
+ input: CreateMonitorCommandInput;
+ output: CreateMonitorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/CreateQueueCommand.ts b/clients/client-deadline/src/commands/CreateQueueCommand.ts
index 40a3c25548d4..da6bc478b233 100644
--- a/clients/client-deadline/src/commands/CreateQueueCommand.ts
+++ b/clients/client-deadline/src/commands/CreateQueueCommand.ts
@@ -127,4 +127,16 @@ export class CreateQueueCommand extends $Command
.f(CreateQueueRequestFilterSensitiveLog, void 0)
.ser(se_CreateQueueCommand)
.de(de_CreateQueueCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateQueueRequest;
+ output: CreateQueueResponse;
+ };
+ sdk: {
+ input: CreateQueueCommandInput;
+ output: CreateQueueCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/CreateQueueEnvironmentCommand.ts b/clients/client-deadline/src/commands/CreateQueueEnvironmentCommand.ts
index 55de97617250..c891b666678c 100644
--- a/clients/client-deadline/src/commands/CreateQueueEnvironmentCommand.ts
+++ b/clients/client-deadline/src/commands/CreateQueueEnvironmentCommand.ts
@@ -106,4 +106,16 @@ export class CreateQueueEnvironmentCommand extends $Command
.f(CreateQueueEnvironmentRequestFilterSensitiveLog, void 0)
.ser(se_CreateQueueEnvironmentCommand)
.de(de_CreateQueueEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateQueueEnvironmentRequest;
+ output: CreateQueueEnvironmentResponse;
+ };
+ sdk: {
+ input: CreateQueueEnvironmentCommandInput;
+ output: CreateQueueEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/CreateQueueFleetAssociationCommand.ts b/clients/client-deadline/src/commands/CreateQueueFleetAssociationCommand.ts
index 7db6b4209896..5fac43ac2bd6 100644
--- a/clients/client-deadline/src/commands/CreateQueueFleetAssociationCommand.ts
+++ b/clients/client-deadline/src/commands/CreateQueueFleetAssociationCommand.ts
@@ -98,4 +98,16 @@ export class CreateQueueFleetAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateQueueFleetAssociationCommand)
.de(de_CreateQueueFleetAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateQueueFleetAssociationRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateQueueFleetAssociationCommandInput;
+ output: CreateQueueFleetAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/CreateStorageProfileCommand.ts b/clients/client-deadline/src/commands/CreateStorageProfileCommand.ts
index a0afff081971..2e9c2b67859a 100644
--- a/clients/client-deadline/src/commands/CreateStorageProfileCommand.ts
+++ b/clients/client-deadline/src/commands/CreateStorageProfileCommand.ts
@@ -112,4 +112,16 @@ export class CreateStorageProfileCommand extends $Command
.f(CreateStorageProfileRequestFilterSensitiveLog, void 0)
.ser(se_CreateStorageProfileCommand)
.de(de_CreateStorageProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateStorageProfileRequest;
+ output: CreateStorageProfileResponse;
+ };
+ sdk: {
+ input: CreateStorageProfileCommandInput;
+ output: CreateStorageProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/CreateWorkerCommand.ts b/clients/client-deadline/src/commands/CreateWorkerCommand.ts
index 4e1c95fb0ab1..571b86854c7c 100644
--- a/clients/client-deadline/src/commands/CreateWorkerCommand.ts
+++ b/clients/client-deadline/src/commands/CreateWorkerCommand.ts
@@ -113,4 +113,16 @@ export class CreateWorkerCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateWorkerCommand)
.de(de_CreateWorkerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateWorkerRequest;
+ output: CreateWorkerResponse;
+ };
+ sdk: {
+ input: CreateWorkerCommandInput;
+ output: CreateWorkerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/DeleteBudgetCommand.ts b/clients/client-deadline/src/commands/DeleteBudgetCommand.ts
index 9a49d4caa208..906dae10063a 100644
--- a/clients/client-deadline/src/commands/DeleteBudgetCommand.ts
+++ b/clients/client-deadline/src/commands/DeleteBudgetCommand.ts
@@ -92,4 +92,16 @@ export class DeleteBudgetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBudgetCommand)
.de(de_DeleteBudgetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBudgetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteBudgetCommandInput;
+ output: DeleteBudgetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/DeleteFarmCommand.ts b/clients/client-deadline/src/commands/DeleteFarmCommand.ts
index 69f8d9cd79a0..2c2f8422e7d9 100644
--- a/clients/client-deadline/src/commands/DeleteFarmCommand.ts
+++ b/clients/client-deadline/src/commands/DeleteFarmCommand.ts
@@ -91,4 +91,16 @@ export class DeleteFarmCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFarmCommand)
.de(de_DeleteFarmCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFarmRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFarmCommandInput;
+ output: DeleteFarmCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/DeleteFleetCommand.ts b/clients/client-deadline/src/commands/DeleteFleetCommand.ts
index 0e6ea35059c4..f6bfa0f1dfde 100644
--- a/clients/client-deadline/src/commands/DeleteFleetCommand.ts
+++ b/clients/client-deadline/src/commands/DeleteFleetCommand.ts
@@ -97,4 +97,16 @@ export class DeleteFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFleetCommand)
.de(de_DeleteFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFleetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFleetCommandInput;
+ output: DeleteFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/DeleteLicenseEndpointCommand.ts b/clients/client-deadline/src/commands/DeleteLicenseEndpointCommand.ts
index 6237d70424c6..0213ec2d3ccf 100644
--- a/clients/client-deadline/src/commands/DeleteLicenseEndpointCommand.ts
+++ b/clients/client-deadline/src/commands/DeleteLicenseEndpointCommand.ts
@@ -95,4 +95,16 @@ export class DeleteLicenseEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLicenseEndpointCommand)
.de(de_DeleteLicenseEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLicenseEndpointRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLicenseEndpointCommandInput;
+ output: DeleteLicenseEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/DeleteMeteredProductCommand.ts b/clients/client-deadline/src/commands/DeleteMeteredProductCommand.ts
index a860c6d02c56..7c781e91d53c 100644
--- a/clients/client-deadline/src/commands/DeleteMeteredProductCommand.ts
+++ b/clients/client-deadline/src/commands/DeleteMeteredProductCommand.ts
@@ -92,4 +92,16 @@ export class DeleteMeteredProductCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMeteredProductCommand)
.de(de_DeleteMeteredProductCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMeteredProductRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMeteredProductCommandInput;
+ output: DeleteMeteredProductCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/DeleteMonitorCommand.ts b/clients/client-deadline/src/commands/DeleteMonitorCommand.ts
index 318cefd0bc98..00697a7e0c8d 100644
--- a/clients/client-deadline/src/commands/DeleteMonitorCommand.ts
+++ b/clients/client-deadline/src/commands/DeleteMonitorCommand.ts
@@ -92,4 +92,16 @@ export class DeleteMonitorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMonitorCommand)
.de(de_DeleteMonitorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMonitorRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMonitorCommandInput;
+ output: DeleteMonitorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/DeleteQueueCommand.ts b/clients/client-deadline/src/commands/DeleteQueueCommand.ts
index 8f543cdb6956..cbbb831e13bd 100644
--- a/clients/client-deadline/src/commands/DeleteQueueCommand.ts
+++ b/clients/client-deadline/src/commands/DeleteQueueCommand.ts
@@ -100,4 +100,16 @@ export class DeleteQueueCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteQueueCommand)
.de(de_DeleteQueueCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteQueueRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteQueueCommandInput;
+ output: DeleteQueueCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/DeleteQueueEnvironmentCommand.ts b/clients/client-deadline/src/commands/DeleteQueueEnvironmentCommand.ts
index 0c74078ed706..631b5613efa7 100644
--- a/clients/client-deadline/src/commands/DeleteQueueEnvironmentCommand.ts
+++ b/clients/client-deadline/src/commands/DeleteQueueEnvironmentCommand.ts
@@ -90,4 +90,16 @@ export class DeleteQueueEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteQueueEnvironmentCommand)
.de(de_DeleteQueueEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteQueueEnvironmentRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteQueueEnvironmentCommandInput;
+ output: DeleteQueueEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/DeleteQueueFleetAssociationCommand.ts b/clients/client-deadline/src/commands/DeleteQueueFleetAssociationCommand.ts
index 45071392d0a0..045d189f240b 100644
--- a/clients/client-deadline/src/commands/DeleteQueueFleetAssociationCommand.ts
+++ b/clients/client-deadline/src/commands/DeleteQueueFleetAssociationCommand.ts
@@ -102,4 +102,16 @@ export class DeleteQueueFleetAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteQueueFleetAssociationCommand)
.de(de_DeleteQueueFleetAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteQueueFleetAssociationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteQueueFleetAssociationCommandInput;
+ output: DeleteQueueFleetAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/DeleteStorageProfileCommand.ts b/clients/client-deadline/src/commands/DeleteStorageProfileCommand.ts
index b3d1fd85c266..a01e77bb0508 100644
--- a/clients/client-deadline/src/commands/DeleteStorageProfileCommand.ts
+++ b/clients/client-deadline/src/commands/DeleteStorageProfileCommand.ts
@@ -89,4 +89,16 @@ export class DeleteStorageProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteStorageProfileCommand)
.de(de_DeleteStorageProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteStorageProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteStorageProfileCommandInput;
+ output: DeleteStorageProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/DeleteWorkerCommand.ts b/clients/client-deadline/src/commands/DeleteWorkerCommand.ts
index 0be23d3ed621..841a1093237c 100644
--- a/clients/client-deadline/src/commands/DeleteWorkerCommand.ts
+++ b/clients/client-deadline/src/commands/DeleteWorkerCommand.ts
@@ -97,4 +97,16 @@ export class DeleteWorkerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteWorkerCommand)
.de(de_DeleteWorkerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteWorkerRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteWorkerCommandInput;
+ output: DeleteWorkerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/DisassociateMemberFromFarmCommand.ts b/clients/client-deadline/src/commands/DisassociateMemberFromFarmCommand.ts
index 02785c922206..cd07f537a7e8 100644
--- a/clients/client-deadline/src/commands/DisassociateMemberFromFarmCommand.ts
+++ b/clients/client-deadline/src/commands/DisassociateMemberFromFarmCommand.ts
@@ -92,4 +92,16 @@ export class DisassociateMemberFromFarmCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateMemberFromFarmCommand)
.de(de_DisassociateMemberFromFarmCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateMemberFromFarmRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateMemberFromFarmCommandInput;
+ output: DisassociateMemberFromFarmCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/DisassociateMemberFromFleetCommand.ts b/clients/client-deadline/src/commands/DisassociateMemberFromFleetCommand.ts
index e2ea4e91aab5..20d1c0ade14c 100644
--- a/clients/client-deadline/src/commands/DisassociateMemberFromFleetCommand.ts
+++ b/clients/client-deadline/src/commands/DisassociateMemberFromFleetCommand.ts
@@ -102,4 +102,16 @@ export class DisassociateMemberFromFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateMemberFromFleetCommand)
.de(de_DisassociateMemberFromFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateMemberFromFleetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateMemberFromFleetCommandInput;
+ output: DisassociateMemberFromFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/DisassociateMemberFromJobCommand.ts b/clients/client-deadline/src/commands/DisassociateMemberFromJobCommand.ts
index 91e0aed2a58e..e1913d2a4ccb 100644
--- a/clients/client-deadline/src/commands/DisassociateMemberFromJobCommand.ts
+++ b/clients/client-deadline/src/commands/DisassociateMemberFromJobCommand.ts
@@ -94,4 +94,16 @@ export class DisassociateMemberFromJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateMemberFromJobCommand)
.de(de_DisassociateMemberFromJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateMemberFromJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateMemberFromJobCommandInput;
+ output: DisassociateMemberFromJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/DisassociateMemberFromQueueCommand.ts b/clients/client-deadline/src/commands/DisassociateMemberFromQueueCommand.ts
index e22d68a92760..3cc9b87372d9 100644
--- a/clients/client-deadline/src/commands/DisassociateMemberFromQueueCommand.ts
+++ b/clients/client-deadline/src/commands/DisassociateMemberFromQueueCommand.ts
@@ -102,4 +102,16 @@ export class DisassociateMemberFromQueueCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateMemberFromQueueCommand)
.de(de_DisassociateMemberFromQueueCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateMemberFromQueueRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateMemberFromQueueCommandInput;
+ output: DisassociateMemberFromQueueCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/GetBudgetCommand.ts b/clients/client-deadline/src/commands/GetBudgetCommand.ts
index 5aaba226fce2..c9a91b41ed77 100644
--- a/clients/client-deadline/src/commands/GetBudgetCommand.ts
+++ b/clients/client-deadline/src/commands/GetBudgetCommand.ts
@@ -122,4 +122,16 @@ export class GetBudgetCommand extends $Command
.f(void 0, GetBudgetResponseFilterSensitiveLog)
.ser(se_GetBudgetCommand)
.de(de_GetBudgetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBudgetRequest;
+ output: GetBudgetResponse;
+ };
+ sdk: {
+ input: GetBudgetCommandInput;
+ output: GetBudgetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/GetFarmCommand.ts b/clients/client-deadline/src/commands/GetFarmCommand.ts
index c31671df8a4a..e2a112d064e5 100644
--- a/clients/client-deadline/src/commands/GetFarmCommand.ts
+++ b/clients/client-deadline/src/commands/GetFarmCommand.ts
@@ -100,4 +100,16 @@ export class GetFarmCommand extends $Command
.f(void 0, GetFarmResponseFilterSensitiveLog)
.ser(se_GetFarmCommand)
.de(de_GetFarmCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFarmRequest;
+ output: GetFarmResponse;
+ };
+ sdk: {
+ input: GetFarmCommandInput;
+ output: GetFarmCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/GetFleetCommand.ts b/clients/client-deadline/src/commands/GetFleetCommand.ts
index 41bf3b400267..3bf72c69ed4a 100644
--- a/clients/client-deadline/src/commands/GetFleetCommand.ts
+++ b/clients/client-deadline/src/commands/GetFleetCommand.ts
@@ -212,4 +212,16 @@ export class GetFleetCommand extends $Command
.f(void 0, GetFleetResponseFilterSensitiveLog)
.ser(se_GetFleetCommand)
.de(de_GetFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFleetRequest;
+ output: GetFleetResponse;
+ };
+ sdk: {
+ input: GetFleetCommandInput;
+ output: GetFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/GetJobCommand.ts b/clients/client-deadline/src/commands/GetJobCommand.ts
index 657534e58897..53bea0d2aa40 100644
--- a/clients/client-deadline/src/commands/GetJobCommand.ts
+++ b/clients/client-deadline/src/commands/GetJobCommand.ts
@@ -137,4 +137,16 @@ export class GetJobCommand extends $Command
.f(void 0, GetJobResponseFilterSensitiveLog)
.ser(se_GetJobCommand)
.de(de_GetJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetJobRequest;
+ output: GetJobResponse;
+ };
+ sdk: {
+ input: GetJobCommandInput;
+ output: GetJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/GetLicenseEndpointCommand.ts b/clients/client-deadline/src/commands/GetLicenseEndpointCommand.ts
index a575b637515c..91e84d6ea01d 100644
--- a/clients/client-deadline/src/commands/GetLicenseEndpointCommand.ts
+++ b/clients/client-deadline/src/commands/GetLicenseEndpointCommand.ts
@@ -103,4 +103,16 @@ export class GetLicenseEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLicenseEndpointCommand)
.de(de_GetLicenseEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLicenseEndpointRequest;
+ output: GetLicenseEndpointResponse;
+ };
+ sdk: {
+ input: GetLicenseEndpointCommandInput;
+ output: GetLicenseEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/GetMonitorCommand.ts b/clients/client-deadline/src/commands/GetMonitorCommand.ts
index e6b9e93ec9b6..3bb10824b7fb 100644
--- a/clients/client-deadline/src/commands/GetMonitorCommand.ts
+++ b/clients/client-deadline/src/commands/GetMonitorCommand.ts
@@ -103,4 +103,16 @@ export class GetMonitorCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMonitorCommand)
.de(de_GetMonitorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMonitorRequest;
+ output: GetMonitorResponse;
+ };
+ sdk: {
+ input: GetMonitorCommandInput;
+ output: GetMonitorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/GetQueueCommand.ts b/clients/client-deadline/src/commands/GetQueueCommand.ts
index ac5ff84719bc..6b09500907d8 100644
--- a/clients/client-deadline/src/commands/GetQueueCommand.ts
+++ b/clients/client-deadline/src/commands/GetQueueCommand.ts
@@ -126,4 +126,16 @@ export class GetQueueCommand extends $Command
.f(void 0, GetQueueResponseFilterSensitiveLog)
.ser(se_GetQueueCommand)
.de(de_GetQueueCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetQueueRequest;
+ output: GetQueueResponse;
+ };
+ sdk: {
+ input: GetQueueCommandInput;
+ output: GetQueueCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/GetQueueEnvironmentCommand.ts b/clients/client-deadline/src/commands/GetQueueEnvironmentCommand.ts
index c156db08a8d7..129c9910c62e 100644
--- a/clients/client-deadline/src/commands/GetQueueEnvironmentCommand.ts
+++ b/clients/client-deadline/src/commands/GetQueueEnvironmentCommand.ts
@@ -107,4 +107,16 @@ export class GetQueueEnvironmentCommand extends $Command
.f(void 0, GetQueueEnvironmentResponseFilterSensitiveLog)
.ser(se_GetQueueEnvironmentCommand)
.de(de_GetQueueEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetQueueEnvironmentRequest;
+ output: GetQueueEnvironmentResponse;
+ };
+ sdk: {
+ input: GetQueueEnvironmentCommandInput;
+ output: GetQueueEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/GetQueueFleetAssociationCommand.ts b/clients/client-deadline/src/commands/GetQueueFleetAssociationCommand.ts
index ea3218fbbd25..98ef7c50c170 100644
--- a/clients/client-deadline/src/commands/GetQueueFleetAssociationCommand.ts
+++ b/clients/client-deadline/src/commands/GetQueueFleetAssociationCommand.ts
@@ -101,4 +101,16 @@ export class GetQueueFleetAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetQueueFleetAssociationCommand)
.de(de_GetQueueFleetAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetQueueFleetAssociationRequest;
+ output: GetQueueFleetAssociationResponse;
+ };
+ sdk: {
+ input: GetQueueFleetAssociationCommandInput;
+ output: GetQueueFleetAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/GetSessionActionCommand.ts b/clients/client-deadline/src/commands/GetSessionActionCommand.ts
index f1a4577e3e5c..52ac07024a43 100644
--- a/clients/client-deadline/src/commands/GetSessionActionCommand.ts
+++ b/clients/client-deadline/src/commands/GetSessionActionCommand.ts
@@ -131,4 +131,16 @@ export class GetSessionActionCommand extends $Command
.f(void 0, GetSessionActionResponseFilterSensitiveLog)
.ser(se_GetSessionActionCommand)
.de(de_GetSessionActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSessionActionRequest;
+ output: GetSessionActionResponse;
+ };
+ sdk: {
+ input: GetSessionActionCommandInput;
+ output: GetSessionActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/GetSessionCommand.ts b/clients/client-deadline/src/commands/GetSessionCommand.ts
index 2a6311e35216..cb4632d323e2 100644
--- a/clients/client-deadline/src/commands/GetSessionCommand.ts
+++ b/clients/client-deadline/src/commands/GetSessionCommand.ts
@@ -137,4 +137,16 @@ export class GetSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSessionCommand)
.de(de_GetSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSessionRequest;
+ output: GetSessionResponse;
+ };
+ sdk: {
+ input: GetSessionCommandInput;
+ output: GetSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/GetSessionsStatisticsAggregationCommand.ts b/clients/client-deadline/src/commands/GetSessionsStatisticsAggregationCommand.ts
index fbe4aa44ce83..3e0d63449ccb 100644
--- a/clients/client-deadline/src/commands/GetSessionsStatisticsAggregationCommand.ts
+++ b/clients/client-deadline/src/commands/GetSessionsStatisticsAggregationCommand.ts
@@ -133,4 +133,16 @@ export class GetSessionsStatisticsAggregationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSessionsStatisticsAggregationCommand)
.de(de_GetSessionsStatisticsAggregationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSessionsStatisticsAggregationRequest;
+ output: GetSessionsStatisticsAggregationResponse;
+ };
+ sdk: {
+ input: GetSessionsStatisticsAggregationCommandInput;
+ output: GetSessionsStatisticsAggregationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/GetStepCommand.ts b/clients/client-deadline/src/commands/GetStepCommand.ts
index cd5fe824f57b..bff9ba17b87c 100644
--- a/clients/client-deadline/src/commands/GetStepCommand.ts
+++ b/clients/client-deadline/src/commands/GetStepCommand.ts
@@ -147,4 +147,16 @@ export class GetStepCommand extends $Command
.f(void 0, GetStepResponseFilterSensitiveLog)
.ser(se_GetStepCommand)
.de(de_GetStepCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetStepRequest;
+ output: GetStepResponse;
+ };
+ sdk: {
+ input: GetStepCommandInput;
+ output: GetStepCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/GetStorageProfileCommand.ts b/clients/client-deadline/src/commands/GetStorageProfileCommand.ts
index ccbfba0b3190..556feaa3f378 100644
--- a/clients/client-deadline/src/commands/GetStorageProfileCommand.ts
+++ b/clients/client-deadline/src/commands/GetStorageProfileCommand.ts
@@ -111,4 +111,16 @@ export class GetStorageProfileCommand extends $Command
.f(void 0, GetStorageProfileResponseFilterSensitiveLog)
.ser(se_GetStorageProfileCommand)
.de(de_GetStorageProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetStorageProfileRequest;
+ output: GetStorageProfileResponse;
+ };
+ sdk: {
+ input: GetStorageProfileCommandInput;
+ output: GetStorageProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/GetStorageProfileForQueueCommand.ts b/clients/client-deadline/src/commands/GetStorageProfileForQueueCommand.ts
index 36c1f71d880f..ae34788c8505 100644
--- a/clients/client-deadline/src/commands/GetStorageProfileForQueueCommand.ts
+++ b/clients/client-deadline/src/commands/GetStorageProfileForQueueCommand.ts
@@ -108,4 +108,16 @@ export class GetStorageProfileForQueueCommand extends $Command
.f(void 0, GetStorageProfileForQueueResponseFilterSensitiveLog)
.ser(se_GetStorageProfileForQueueCommand)
.de(de_GetStorageProfileForQueueCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetStorageProfileForQueueRequest;
+ output: GetStorageProfileForQueueResponse;
+ };
+ sdk: {
+ input: GetStorageProfileForQueueCommandInput;
+ output: GetStorageProfileForQueueCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/GetTaskCommand.ts b/clients/client-deadline/src/commands/GetTaskCommand.ts
index be8e6c5b2d3b..b562913e5ebb 100644
--- a/clients/client-deadline/src/commands/GetTaskCommand.ts
+++ b/clients/client-deadline/src/commands/GetTaskCommand.ts
@@ -115,4 +115,16 @@ export class GetTaskCommand extends $Command
.f(void 0, GetTaskResponseFilterSensitiveLog)
.ser(se_GetTaskCommand)
.de(de_GetTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTaskRequest;
+ output: GetTaskResponse;
+ };
+ sdk: {
+ input: GetTaskCommandInput;
+ output: GetTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/GetWorkerCommand.ts b/clients/client-deadline/src/commands/GetWorkerCommand.ts
index c2aa908de905..27387b6257b9 100644
--- a/clients/client-deadline/src/commands/GetWorkerCommand.ts
+++ b/clients/client-deadline/src/commands/GetWorkerCommand.ts
@@ -125,4 +125,16 @@ export class GetWorkerCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWorkerCommand)
.de(de_GetWorkerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWorkerRequest;
+ output: GetWorkerResponse;
+ };
+ sdk: {
+ input: GetWorkerCommandInput;
+ output: GetWorkerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListAvailableMeteredProductsCommand.ts b/clients/client-deadline/src/commands/ListAvailableMeteredProductsCommand.ts
index ba09dbceed08..8907d248aa65 100644
--- a/clients/client-deadline/src/commands/ListAvailableMeteredProductsCommand.ts
+++ b/clients/client-deadline/src/commands/ListAvailableMeteredProductsCommand.ts
@@ -97,4 +97,16 @@ export class ListAvailableMeteredProductsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAvailableMeteredProductsCommand)
.de(de_ListAvailableMeteredProductsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAvailableMeteredProductsRequest;
+ output: ListAvailableMeteredProductsResponse;
+ };
+ sdk: {
+ input: ListAvailableMeteredProductsCommandInput;
+ output: ListAvailableMeteredProductsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListBudgetsCommand.ts b/clients/client-deadline/src/commands/ListBudgetsCommand.ts
index a28857120dd6..0445fe445e61 100644
--- a/clients/client-deadline/src/commands/ListBudgetsCommand.ts
+++ b/clients/client-deadline/src/commands/ListBudgetsCommand.ts
@@ -115,4 +115,16 @@ export class ListBudgetsCommand extends $Command
.f(void 0, ListBudgetsResponseFilterSensitiveLog)
.ser(se_ListBudgetsCommand)
.de(de_ListBudgetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBudgetsRequest;
+ output: ListBudgetsResponse;
+ };
+ sdk: {
+ input: ListBudgetsCommandInput;
+ output: ListBudgetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListFarmMembersCommand.ts b/clients/client-deadline/src/commands/ListFarmMembersCommand.ts
index 845c62fcae7e..a1435d694e09 100644
--- a/clients/client-deadline/src/commands/ListFarmMembersCommand.ts
+++ b/clients/client-deadline/src/commands/ListFarmMembersCommand.ts
@@ -104,4 +104,16 @@ export class ListFarmMembersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFarmMembersCommand)
.de(de_ListFarmMembersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFarmMembersRequest;
+ output: ListFarmMembersResponse;
+ };
+ sdk: {
+ input: ListFarmMembersCommandInput;
+ output: ListFarmMembersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListFarmsCommand.ts b/clients/client-deadline/src/commands/ListFarmsCommand.ts
index 2eefc55f66b7..db49287eb134 100644
--- a/clients/client-deadline/src/commands/ListFarmsCommand.ts
+++ b/clients/client-deadline/src/commands/ListFarmsCommand.ts
@@ -103,4 +103,16 @@ export class ListFarmsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFarmsCommand)
.de(de_ListFarmsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFarmsRequest;
+ output: ListFarmsResponse;
+ };
+ sdk: {
+ input: ListFarmsCommandInput;
+ output: ListFarmsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListFleetMembersCommand.ts b/clients/client-deadline/src/commands/ListFleetMembersCommand.ts
index 368bd9eb2158..8aaa70606cc5 100644
--- a/clients/client-deadline/src/commands/ListFleetMembersCommand.ts
+++ b/clients/client-deadline/src/commands/ListFleetMembersCommand.ts
@@ -106,4 +106,16 @@ export class ListFleetMembersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFleetMembersCommand)
.de(de_ListFleetMembersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFleetMembersRequest;
+ output: ListFleetMembersResponse;
+ };
+ sdk: {
+ input: ListFleetMembersCommandInput;
+ output: ListFleetMembersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListFleetsCommand.ts b/clients/client-deadline/src/commands/ListFleetsCommand.ts
index 6518c8e27cda..8d72c3e54e26 100644
--- a/clients/client-deadline/src/commands/ListFleetsCommand.ts
+++ b/clients/client-deadline/src/commands/ListFleetsCommand.ts
@@ -202,4 +202,16 @@ export class ListFleetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFleetsCommand)
.de(de_ListFleetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFleetsRequest;
+ output: ListFleetsResponse;
+ };
+ sdk: {
+ input: ListFleetsCommandInput;
+ output: ListFleetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListJobMembersCommand.ts b/clients/client-deadline/src/commands/ListJobMembersCommand.ts
index 5ac5634dc8bd..864caa67442e 100644
--- a/clients/client-deadline/src/commands/ListJobMembersCommand.ts
+++ b/clients/client-deadline/src/commands/ListJobMembersCommand.ts
@@ -108,4 +108,16 @@ export class ListJobMembersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListJobMembersCommand)
.de(de_ListJobMembersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListJobMembersRequest;
+ output: ListJobMembersResponse;
+ };
+ sdk: {
+ input: ListJobMembersCommandInput;
+ output: ListJobMembersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListJobsCommand.ts b/clients/client-deadline/src/commands/ListJobsCommand.ts
index 21f8ba833d4e..779143a57d0f 100644
--- a/clients/client-deadline/src/commands/ListJobsCommand.ts
+++ b/clients/client-deadline/src/commands/ListJobsCommand.ts
@@ -119,4 +119,16 @@ export class ListJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListJobsCommand)
.de(de_ListJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListJobsRequest;
+ output: ListJobsResponse;
+ };
+ sdk: {
+ input: ListJobsCommandInput;
+ output: ListJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListLicenseEndpointsCommand.ts b/clients/client-deadline/src/commands/ListLicenseEndpointsCommand.ts
index cbc641698e10..79b213f2f918 100644
--- a/clients/client-deadline/src/commands/ListLicenseEndpointsCommand.ts
+++ b/clients/client-deadline/src/commands/ListLicenseEndpointsCommand.ts
@@ -102,4 +102,16 @@ export class ListLicenseEndpointsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLicenseEndpointsCommand)
.de(de_ListLicenseEndpointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLicenseEndpointsRequest;
+ output: ListLicenseEndpointsResponse;
+ };
+ sdk: {
+ input: ListLicenseEndpointsCommandInput;
+ output: ListLicenseEndpointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListMeteredProductsCommand.ts b/clients/client-deadline/src/commands/ListMeteredProductsCommand.ts
index a3a8eb56dc57..d72310b2c04c 100644
--- a/clients/client-deadline/src/commands/ListMeteredProductsCommand.ts
+++ b/clients/client-deadline/src/commands/ListMeteredProductsCommand.ts
@@ -103,4 +103,16 @@ export class ListMeteredProductsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMeteredProductsCommand)
.de(de_ListMeteredProductsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMeteredProductsRequest;
+ output: ListMeteredProductsResponse;
+ };
+ sdk: {
+ input: ListMeteredProductsCommandInput;
+ output: ListMeteredProductsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListMonitorsCommand.ts b/clients/client-deadline/src/commands/ListMonitorsCommand.ts
index 4f7f672e5cbc..d87cdc2373be 100644
--- a/clients/client-deadline/src/commands/ListMonitorsCommand.ts
+++ b/clients/client-deadline/src/commands/ListMonitorsCommand.ts
@@ -106,4 +106,16 @@ export class ListMonitorsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMonitorsCommand)
.de(de_ListMonitorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMonitorsRequest;
+ output: ListMonitorsResponse;
+ };
+ sdk: {
+ input: ListMonitorsCommandInput;
+ output: ListMonitorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListQueueEnvironmentsCommand.ts b/clients/client-deadline/src/commands/ListQueueEnvironmentsCommand.ts
index 9905411ba36c..d919544f219c 100644
--- a/clients/client-deadline/src/commands/ListQueueEnvironmentsCommand.ts
+++ b/clients/client-deadline/src/commands/ListQueueEnvironmentsCommand.ts
@@ -103,4 +103,16 @@ export class ListQueueEnvironmentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListQueueEnvironmentsCommand)
.de(de_ListQueueEnvironmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListQueueEnvironmentsRequest;
+ output: ListQueueEnvironmentsResponse;
+ };
+ sdk: {
+ input: ListQueueEnvironmentsCommandInput;
+ output: ListQueueEnvironmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListQueueFleetAssociationsCommand.ts b/clients/client-deadline/src/commands/ListQueueFleetAssociationsCommand.ts
index d4d4b11d14d0..3a181d5f832a 100644
--- a/clients/client-deadline/src/commands/ListQueueFleetAssociationsCommand.ts
+++ b/clients/client-deadline/src/commands/ListQueueFleetAssociationsCommand.ts
@@ -104,4 +104,16 @@ export class ListQueueFleetAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListQueueFleetAssociationsCommand)
.de(de_ListQueueFleetAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListQueueFleetAssociationsRequest;
+ output: ListQueueFleetAssociationsResponse;
+ };
+ sdk: {
+ input: ListQueueFleetAssociationsCommandInput;
+ output: ListQueueFleetAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListQueueMembersCommand.ts b/clients/client-deadline/src/commands/ListQueueMembersCommand.ts
index 3cccbee51a69..1e6b799c8e14 100644
--- a/clients/client-deadline/src/commands/ListQueueMembersCommand.ts
+++ b/clients/client-deadline/src/commands/ListQueueMembersCommand.ts
@@ -106,4 +106,16 @@ export class ListQueueMembersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListQueueMembersCommand)
.de(de_ListQueueMembersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListQueueMembersRequest;
+ output: ListQueueMembersResponse;
+ };
+ sdk: {
+ input: ListQueueMembersCommandInput;
+ output: ListQueueMembersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListQueuesCommand.ts b/clients/client-deadline/src/commands/ListQueuesCommand.ts
index 650bb870feca..219bdeb94f55 100644
--- a/clients/client-deadline/src/commands/ListQueuesCommand.ts
+++ b/clients/client-deadline/src/commands/ListQueuesCommand.ts
@@ -111,4 +111,16 @@ export class ListQueuesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListQueuesCommand)
.de(de_ListQueuesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListQueuesRequest;
+ output: ListQueuesResponse;
+ };
+ sdk: {
+ input: ListQueuesCommandInput;
+ output: ListQueuesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListSessionActionsCommand.ts b/clients/client-deadline/src/commands/ListSessionActionsCommand.ts
index 66ed540b3d67..49e5f1f2373b 100644
--- a/clients/client-deadline/src/commands/ListSessionActionsCommand.ts
+++ b/clients/client-deadline/src/commands/ListSessionActionsCommand.ts
@@ -124,4 +124,16 @@ export class ListSessionActionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSessionActionsCommand)
.de(de_ListSessionActionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSessionActionsRequest;
+ output: ListSessionActionsResponse;
+ };
+ sdk: {
+ input: ListSessionActionsCommandInput;
+ output: ListSessionActionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListSessionsCommand.ts b/clients/client-deadline/src/commands/ListSessionsCommand.ts
index f7d2197e2cdf..1833740ed03f 100644
--- a/clients/client-deadline/src/commands/ListSessionsCommand.ts
+++ b/clients/client-deadline/src/commands/ListSessionsCommand.ts
@@ -110,4 +110,16 @@ export class ListSessionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSessionsCommand)
.de(de_ListSessionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSessionsRequest;
+ output: ListSessionsResponse;
+ };
+ sdk: {
+ input: ListSessionsCommandInput;
+ output: ListSessionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListSessionsForWorkerCommand.ts b/clients/client-deadline/src/commands/ListSessionsForWorkerCommand.ts
index 07e147bdbcc7..c15ddcc30f0b 100644
--- a/clients/client-deadline/src/commands/ListSessionsForWorkerCommand.ts
+++ b/clients/client-deadline/src/commands/ListSessionsForWorkerCommand.ts
@@ -108,4 +108,16 @@ export class ListSessionsForWorkerCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSessionsForWorkerCommand)
.de(de_ListSessionsForWorkerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSessionsForWorkerRequest;
+ output: ListSessionsForWorkerResponse;
+ };
+ sdk: {
+ input: ListSessionsForWorkerCommandInput;
+ output: ListSessionsForWorkerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListStepConsumersCommand.ts b/clients/client-deadline/src/commands/ListStepConsumersCommand.ts
index e92383c1b005..30b6b5b8a8d0 100644
--- a/clients/client-deadline/src/commands/ListStepConsumersCommand.ts
+++ b/clients/client-deadline/src/commands/ListStepConsumersCommand.ts
@@ -104,4 +104,16 @@ export class ListStepConsumersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStepConsumersCommand)
.de(de_ListStepConsumersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStepConsumersRequest;
+ output: ListStepConsumersResponse;
+ };
+ sdk: {
+ input: ListStepConsumersCommandInput;
+ output: ListStepConsumersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListStepDependenciesCommand.ts b/clients/client-deadline/src/commands/ListStepDependenciesCommand.ts
index 7d2b5677a13d..d8f59884897e 100644
--- a/clients/client-deadline/src/commands/ListStepDependenciesCommand.ts
+++ b/clients/client-deadline/src/commands/ListStepDependenciesCommand.ts
@@ -104,4 +104,16 @@ export class ListStepDependenciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStepDependenciesCommand)
.de(de_ListStepDependenciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStepDependenciesRequest;
+ output: ListStepDependenciesResponse;
+ };
+ sdk: {
+ input: ListStepDependenciesCommandInput;
+ output: ListStepDependenciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListStepsCommand.ts b/clients/client-deadline/src/commands/ListStepsCommand.ts
index 4abb0e6aa072..0ad117d397b5 100644
--- a/clients/client-deadline/src/commands/ListStepsCommand.ts
+++ b/clients/client-deadline/src/commands/ListStepsCommand.ts
@@ -122,4 +122,16 @@ export class ListStepsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStepsCommand)
.de(de_ListStepsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStepsRequest;
+ output: ListStepsResponse;
+ };
+ sdk: {
+ input: ListStepsCommandInput;
+ output: ListStepsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListStorageProfilesCommand.ts b/clients/client-deadline/src/commands/ListStorageProfilesCommand.ts
index a8443365b077..e01b4d7aae2a 100644
--- a/clients/client-deadline/src/commands/ListStorageProfilesCommand.ts
+++ b/clients/client-deadline/src/commands/ListStorageProfilesCommand.ts
@@ -102,4 +102,16 @@ export class ListStorageProfilesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStorageProfilesCommand)
.de(de_ListStorageProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStorageProfilesRequest;
+ output: ListStorageProfilesResponse;
+ };
+ sdk: {
+ input: ListStorageProfilesCommandInput;
+ output: ListStorageProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListStorageProfilesForQueueCommand.ts b/clients/client-deadline/src/commands/ListStorageProfilesForQueueCommand.ts
index 40c9a561d755..e94ab1b17acb 100644
--- a/clients/client-deadline/src/commands/ListStorageProfilesForQueueCommand.ts
+++ b/clients/client-deadline/src/commands/ListStorageProfilesForQueueCommand.ts
@@ -109,4 +109,16 @@ export class ListStorageProfilesForQueueCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStorageProfilesForQueueCommand)
.de(de_ListStorageProfilesForQueueCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStorageProfilesForQueueRequest;
+ output: ListStorageProfilesForQueueResponse;
+ };
+ sdk: {
+ input: ListStorageProfilesForQueueCommandInput;
+ output: ListStorageProfilesForQueueCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListTagsForResourceCommand.ts b/clients/client-deadline/src/commands/ListTagsForResourceCommand.ts
index aef168894c0d..5c3d11281062 100644
--- a/clients/client-deadline/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-deadline/src/commands/ListTagsForResourceCommand.ts
@@ -95,4 +95,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListTasksCommand.ts b/clients/client-deadline/src/commands/ListTasksCommand.ts
index 00aaf5412fad..a8f2750851b9 100644
--- a/clients/client-deadline/src/commands/ListTasksCommand.ts
+++ b/clients/client-deadline/src/commands/ListTasksCommand.ts
@@ -121,4 +121,16 @@ export class ListTasksCommand extends $Command
.f(void 0, ListTasksResponseFilterSensitiveLog)
.ser(se_ListTasksCommand)
.de(de_ListTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTasksRequest;
+ output: ListTasksResponse;
+ };
+ sdk: {
+ input: ListTasksCommandInput;
+ output: ListTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/ListWorkersCommand.ts b/clients/client-deadline/src/commands/ListWorkersCommand.ts
index 4ed7567fff80..8e8847b6d0ae 100644
--- a/clients/client-deadline/src/commands/ListWorkersCommand.ts
+++ b/clients/client-deadline/src/commands/ListWorkersCommand.ts
@@ -131,4 +131,16 @@ export class ListWorkersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWorkersCommand)
.de(de_ListWorkersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWorkersRequest;
+ output: ListWorkersResponse;
+ };
+ sdk: {
+ input: ListWorkersCommandInput;
+ output: ListWorkersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/PutMeteredProductCommand.ts b/clients/client-deadline/src/commands/PutMeteredProductCommand.ts
index 69dbf59893eb..c025b59ab7c9 100644
--- a/clients/client-deadline/src/commands/PutMeteredProductCommand.ts
+++ b/clients/client-deadline/src/commands/PutMeteredProductCommand.ts
@@ -92,4 +92,16 @@ export class PutMeteredProductCommand extends $Command
.f(void 0, void 0)
.ser(se_PutMeteredProductCommand)
.de(de_PutMeteredProductCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutMeteredProductRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutMeteredProductCommandInput;
+ output: PutMeteredProductCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/SearchJobsCommand.ts b/clients/client-deadline/src/commands/SearchJobsCommand.ts
index 6ac0b2c5feea..d57f202dd872 100644
--- a/clients/client-deadline/src/commands/SearchJobsCommand.ts
+++ b/clients/client-deadline/src/commands/SearchJobsCommand.ts
@@ -194,4 +194,16 @@ export class SearchJobsCommand extends $Command
.f(void 0, SearchJobsResponseFilterSensitiveLog)
.ser(se_SearchJobsCommand)
.de(de_SearchJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchJobsRequest;
+ output: SearchJobsResponse;
+ };
+ sdk: {
+ input: SearchJobsCommandInput;
+ output: SearchJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/SearchStepsCommand.ts b/clients/client-deadline/src/commands/SearchStepsCommand.ts
index f514be247533..c526b06485e4 100644
--- a/clients/client-deadline/src/commands/SearchStepsCommand.ts
+++ b/clients/client-deadline/src/commands/SearchStepsCommand.ts
@@ -193,4 +193,16 @@ export class SearchStepsCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchStepsCommand)
.de(de_SearchStepsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchStepsRequest;
+ output: SearchStepsResponse;
+ };
+ sdk: {
+ input: SearchStepsCommandInput;
+ output: SearchStepsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/SearchTasksCommand.ts b/clients/client-deadline/src/commands/SearchTasksCommand.ts
index 6edc95e7096b..a53a27a9a977 100644
--- a/clients/client-deadline/src/commands/SearchTasksCommand.ts
+++ b/clients/client-deadline/src/commands/SearchTasksCommand.ts
@@ -187,4 +187,16 @@ export class SearchTasksCommand extends $Command
.f(void 0, SearchTasksResponseFilterSensitiveLog)
.ser(se_SearchTasksCommand)
.de(de_SearchTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchTasksRequest;
+ output: SearchTasksResponse;
+ };
+ sdk: {
+ input: SearchTasksCommandInput;
+ output: SearchTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/SearchWorkersCommand.ts b/clients/client-deadline/src/commands/SearchWorkersCommand.ts
index dbb6e5e807c6..9567243375ae 100644
--- a/clients/client-deadline/src/commands/SearchWorkersCommand.ts
+++ b/clients/client-deadline/src/commands/SearchWorkersCommand.ts
@@ -189,4 +189,16 @@ export class SearchWorkersCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchWorkersCommand)
.de(de_SearchWorkersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchWorkersRequest;
+ output: SearchWorkersResponse;
+ };
+ sdk: {
+ input: SearchWorkersCommandInput;
+ output: SearchWorkersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/StartSessionsStatisticsAggregationCommand.ts b/clients/client-deadline/src/commands/StartSessionsStatisticsAggregationCommand.ts
index 598fbf3a4f4e..852fc1b37474 100644
--- a/clients/client-deadline/src/commands/StartSessionsStatisticsAggregationCommand.ts
+++ b/clients/client-deadline/src/commands/StartSessionsStatisticsAggregationCommand.ts
@@ -125,4 +125,16 @@ export class StartSessionsStatisticsAggregationCommand extends $Command
.f(void 0, void 0)
.ser(se_StartSessionsStatisticsAggregationCommand)
.de(de_StartSessionsStatisticsAggregationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartSessionsStatisticsAggregationRequest;
+ output: StartSessionsStatisticsAggregationResponse;
+ };
+ sdk: {
+ input: StartSessionsStatisticsAggregationCommandInput;
+ output: StartSessionsStatisticsAggregationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/TagResourceCommand.ts b/clients/client-deadline/src/commands/TagResourceCommand.ts
index 1c3941cd9f1f..0babf215dfbc 100644
--- a/clients/client-deadline/src/commands/TagResourceCommand.ts
+++ b/clients/client-deadline/src/commands/TagResourceCommand.ts
@@ -98,4 +98,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/UntagResourceCommand.ts b/clients/client-deadline/src/commands/UntagResourceCommand.ts
index da43fc203dd5..3351ed293fb9 100644
--- a/clients/client-deadline/src/commands/UntagResourceCommand.ts
+++ b/clients/client-deadline/src/commands/UntagResourceCommand.ts
@@ -98,4 +98,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/UpdateBudgetCommand.ts b/clients/client-deadline/src/commands/UpdateBudgetCommand.ts
index 55d62ee88b3a..c676c831297e 100644
--- a/clients/client-deadline/src/commands/UpdateBudgetCommand.ts
+++ b/clients/client-deadline/src/commands/UpdateBudgetCommand.ts
@@ -116,4 +116,16 @@ export class UpdateBudgetCommand extends $Command
.f(UpdateBudgetRequestFilterSensitiveLog, void 0)
.ser(se_UpdateBudgetCommand)
.de(de_UpdateBudgetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBudgetRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateBudgetCommandInput;
+ output: UpdateBudgetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/UpdateFarmCommand.ts b/clients/client-deadline/src/commands/UpdateFarmCommand.ts
index a6b88deb8210..0f1535afdf33 100644
--- a/clients/client-deadline/src/commands/UpdateFarmCommand.ts
+++ b/clients/client-deadline/src/commands/UpdateFarmCommand.ts
@@ -93,4 +93,16 @@ export class UpdateFarmCommand extends $Command
.f(UpdateFarmRequestFilterSensitiveLog, void 0)
.ser(se_UpdateFarmCommand)
.de(de_UpdateFarmCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFarmRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateFarmCommandInput;
+ output: UpdateFarmCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/UpdateFleetCommand.ts b/clients/client-deadline/src/commands/UpdateFleetCommand.ts
index cd59848e13e3..9177b70a09f8 100644
--- a/clients/client-deadline/src/commands/UpdateFleetCommand.ts
+++ b/clients/client-deadline/src/commands/UpdateFleetCommand.ts
@@ -189,4 +189,16 @@ export class UpdateFleetCommand extends $Command
.f(UpdateFleetRequestFilterSensitiveLog, void 0)
.ser(se_UpdateFleetCommand)
.de(de_UpdateFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFleetRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateFleetCommandInput;
+ output: UpdateFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/UpdateJobCommand.ts b/clients/client-deadline/src/commands/UpdateJobCommand.ts
index 8b1cfc7daa73..deae2ffe68cc 100644
--- a/clients/client-deadline/src/commands/UpdateJobCommand.ts
+++ b/clients/client-deadline/src/commands/UpdateJobCommand.ts
@@ -109,4 +109,16 @@ export class UpdateJobCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateJobCommand)
.de(de_UpdateJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateJobCommandInput;
+ output: UpdateJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/UpdateMonitorCommand.ts b/clients/client-deadline/src/commands/UpdateMonitorCommand.ts
index c25ee193d9d7..dedfe5e55185 100644
--- a/clients/client-deadline/src/commands/UpdateMonitorCommand.ts
+++ b/clients/client-deadline/src/commands/UpdateMonitorCommand.ts
@@ -95,4 +95,16 @@ export class UpdateMonitorCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateMonitorCommand)
.de(de_UpdateMonitorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMonitorRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateMonitorCommandInput;
+ output: UpdateMonitorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/UpdateQueueCommand.ts b/clients/client-deadline/src/commands/UpdateQueueCommand.ts
index 541bec89e7da..79527fff6d77 100644
--- a/clients/client-deadline/src/commands/UpdateQueueCommand.ts
+++ b/clients/client-deadline/src/commands/UpdateQueueCommand.ts
@@ -124,4 +124,16 @@ export class UpdateQueueCommand extends $Command
.f(UpdateQueueRequestFilterSensitiveLog, void 0)
.ser(se_UpdateQueueCommand)
.de(de_UpdateQueueCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateQueueRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateQueueCommandInput;
+ output: UpdateQueueCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/UpdateQueueEnvironmentCommand.ts b/clients/client-deadline/src/commands/UpdateQueueEnvironmentCommand.ts
index 93810bf7404a..2dd324a54f34 100644
--- a/clients/client-deadline/src/commands/UpdateQueueEnvironmentCommand.ts
+++ b/clients/client-deadline/src/commands/UpdateQueueEnvironmentCommand.ts
@@ -101,4 +101,16 @@ export class UpdateQueueEnvironmentCommand extends $Command
.f(UpdateQueueEnvironmentRequestFilterSensitiveLog, void 0)
.ser(se_UpdateQueueEnvironmentCommand)
.de(de_UpdateQueueEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateQueueEnvironmentRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateQueueEnvironmentCommandInput;
+ output: UpdateQueueEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/UpdateQueueFleetAssociationCommand.ts b/clients/client-deadline/src/commands/UpdateQueueFleetAssociationCommand.ts
index 38dcda3a3e62..76e3ad4577c6 100644
--- a/clients/client-deadline/src/commands/UpdateQueueFleetAssociationCommand.ts
+++ b/clients/client-deadline/src/commands/UpdateQueueFleetAssociationCommand.ts
@@ -99,4 +99,16 @@ export class UpdateQueueFleetAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateQueueFleetAssociationCommand)
.de(de_UpdateQueueFleetAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateQueueFleetAssociationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateQueueFleetAssociationCommandInput;
+ output: UpdateQueueFleetAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/UpdateSessionCommand.ts b/clients/client-deadline/src/commands/UpdateSessionCommand.ts
index fe5d04613e9e..c6b9922f356f 100644
--- a/clients/client-deadline/src/commands/UpdateSessionCommand.ts
+++ b/clients/client-deadline/src/commands/UpdateSessionCommand.ts
@@ -100,4 +100,16 @@ export class UpdateSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSessionCommand)
.de(de_UpdateSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSessionRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateSessionCommandInput;
+ output: UpdateSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/UpdateStepCommand.ts b/clients/client-deadline/src/commands/UpdateStepCommand.ts
index 396088560028..901bf43aec62 100644
--- a/clients/client-deadline/src/commands/UpdateStepCommand.ts
+++ b/clients/client-deadline/src/commands/UpdateStepCommand.ts
@@ -100,4 +100,16 @@ export class UpdateStepCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateStepCommand)
.de(de_UpdateStepCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateStepRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateStepCommandInput;
+ output: UpdateStepCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/UpdateStorageProfileCommand.ts b/clients/client-deadline/src/commands/UpdateStorageProfileCommand.ts
index 358ffc3997f1..1f463234ceb3 100644
--- a/clients/client-deadline/src/commands/UpdateStorageProfileCommand.ts
+++ b/clients/client-deadline/src/commands/UpdateStorageProfileCommand.ts
@@ -113,4 +113,16 @@ export class UpdateStorageProfileCommand extends $Command
.f(UpdateStorageProfileRequestFilterSensitiveLog, void 0)
.ser(se_UpdateStorageProfileCommand)
.de(de_UpdateStorageProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateStorageProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateStorageProfileCommandInput;
+ output: UpdateStorageProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/UpdateTaskCommand.ts b/clients/client-deadline/src/commands/UpdateTaskCommand.ts
index 311839f03264..73025e3d93aa 100644
--- a/clients/client-deadline/src/commands/UpdateTaskCommand.ts
+++ b/clients/client-deadline/src/commands/UpdateTaskCommand.ts
@@ -101,4 +101,16 @@ export class UpdateTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTaskCommand)
.de(de_UpdateTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTaskRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateTaskCommandInput;
+ output: UpdateTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/UpdateWorkerCommand.ts b/clients/client-deadline/src/commands/UpdateWorkerCommand.ts
index 931180338b69..3d4608ac5dc5 100644
--- a/clients/client-deadline/src/commands/UpdateWorkerCommand.ts
+++ b/clients/client-deadline/src/commands/UpdateWorkerCommand.ts
@@ -136,4 +136,16 @@ export class UpdateWorkerCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateWorkerCommand)
.de(de_UpdateWorkerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateWorkerRequest;
+ output: UpdateWorkerResponse;
+ };
+ sdk: {
+ input: UpdateWorkerCommandInput;
+ output: UpdateWorkerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-deadline/src/commands/UpdateWorkerScheduleCommand.ts b/clients/client-deadline/src/commands/UpdateWorkerScheduleCommand.ts
index 844a67cb9d95..34d1aadd5c59 100644
--- a/clients/client-deadline/src/commands/UpdateWorkerScheduleCommand.ts
+++ b/clients/client-deadline/src/commands/UpdateWorkerScheduleCommand.ts
@@ -165,4 +165,16 @@ export class UpdateWorkerScheduleCommand extends $Command
.f(UpdateWorkerScheduleRequestFilterSensitiveLog, UpdateWorkerScheduleResponseFilterSensitiveLog)
.ser(se_UpdateWorkerScheduleCommand)
.de(de_UpdateWorkerScheduleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateWorkerScheduleRequest;
+ output: UpdateWorkerScheduleResponse;
+ };
+ sdk: {
+ input: UpdateWorkerScheduleCommandInput;
+ output: UpdateWorkerScheduleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/package.json b/clients/client-detective/package.json
index 38caf7f93eb8..54272ed08180 100644
--- a/clients/client-detective/package.json
+++ b/clients/client-detective/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-detective/src/commands/AcceptInvitationCommand.ts b/clients/client-detective/src/commands/AcceptInvitationCommand.ts
index 650a9d4c98eb..0bb7ee42a059 100644
--- a/clients/client-detective/src/commands/AcceptInvitationCommand.ts
+++ b/clients/client-detective/src/commands/AcceptInvitationCommand.ts
@@ -94,4 +94,16 @@ export class AcceptInvitationCommand extends $Command
.f(void 0, void 0)
.ser(se_AcceptInvitationCommand)
.de(de_AcceptInvitationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AcceptInvitationRequest;
+ output: {};
+ };
+ sdk: {
+ input: AcceptInvitationCommandInput;
+ output: AcceptInvitationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/BatchGetGraphMemberDatasourcesCommand.ts b/clients/client-detective/src/commands/BatchGetGraphMemberDatasourcesCommand.ts
index b0028462cd9b..b790535acb43 100644
--- a/clients/client-detective/src/commands/BatchGetGraphMemberDatasourcesCommand.ts
+++ b/clients/client-detective/src/commands/BatchGetGraphMemberDatasourcesCommand.ts
@@ -116,4 +116,16 @@ export class BatchGetGraphMemberDatasourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetGraphMemberDatasourcesCommand)
.de(de_BatchGetGraphMemberDatasourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetGraphMemberDatasourcesRequest;
+ output: BatchGetGraphMemberDatasourcesResponse;
+ };
+ sdk: {
+ input: BatchGetGraphMemberDatasourcesCommandInput;
+ output: BatchGetGraphMemberDatasourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/BatchGetMembershipDatasourcesCommand.ts b/clients/client-detective/src/commands/BatchGetMembershipDatasourcesCommand.ts
index b3ecff380c86..dfa4ca337e2e 100644
--- a/clients/client-detective/src/commands/BatchGetMembershipDatasourcesCommand.ts
+++ b/clients/client-detective/src/commands/BatchGetMembershipDatasourcesCommand.ts
@@ -115,4 +115,16 @@ export class BatchGetMembershipDatasourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetMembershipDatasourcesCommand)
.de(de_BatchGetMembershipDatasourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetMembershipDatasourcesRequest;
+ output: BatchGetMembershipDatasourcesResponse;
+ };
+ sdk: {
+ input: BatchGetMembershipDatasourcesCommandInput;
+ output: BatchGetMembershipDatasourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/CreateGraphCommand.ts b/clients/client-detective/src/commands/CreateGraphCommand.ts
index 6ca9882aa99b..9b77be2b3c08 100644
--- a/clients/client-detective/src/commands/CreateGraphCommand.ts
+++ b/clients/client-detective/src/commands/CreateGraphCommand.ts
@@ -111,4 +111,16 @@ export class CreateGraphCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateGraphCommand)
.de(de_CreateGraphCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGraphRequest;
+ output: CreateGraphResponse;
+ };
+ sdk: {
+ input: CreateGraphCommandInput;
+ output: CreateGraphCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/CreateMembersCommand.ts b/clients/client-detective/src/commands/CreateMembersCommand.ts
index 252496828e8d..b12f82317ecf 100644
--- a/clients/client-detective/src/commands/CreateMembersCommand.ts
+++ b/clients/client-detective/src/commands/CreateMembersCommand.ts
@@ -179,4 +179,16 @@ export class CreateMembersCommand extends $Command
.f(CreateMembersRequestFilterSensitiveLog, CreateMembersResponseFilterSensitiveLog)
.ser(se_CreateMembersCommand)
.de(de_CreateMembersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMembersRequest;
+ output: CreateMembersResponse;
+ };
+ sdk: {
+ input: CreateMembersCommandInput;
+ output: CreateMembersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/DeleteGraphCommand.ts b/clients/client-detective/src/commands/DeleteGraphCommand.ts
index a369c6f42789..9ef3a5ff8c3f 100644
--- a/clients/client-detective/src/commands/DeleteGraphCommand.ts
+++ b/clients/client-detective/src/commands/DeleteGraphCommand.ts
@@ -92,4 +92,16 @@ export class DeleteGraphCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteGraphCommand)
.de(de_DeleteGraphCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteGraphRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteGraphCommandInput;
+ output: DeleteGraphCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/DeleteMembersCommand.ts b/clients/client-detective/src/commands/DeleteMembersCommand.ts
index b5148779b198..44daf8de47b0 100644
--- a/clients/client-detective/src/commands/DeleteMembersCommand.ts
+++ b/clients/client-detective/src/commands/DeleteMembersCommand.ts
@@ -116,4 +116,16 @@ export class DeleteMembersCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMembersCommand)
.de(de_DeleteMembersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMembersRequest;
+ output: DeleteMembersResponse;
+ };
+ sdk: {
+ input: DeleteMembersCommandInput;
+ output: DeleteMembersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-detective/src/commands/DescribeOrganizationConfigurationCommand.ts
index 311e7c18ea03..122cfdd9a317 100644
--- a/clients/client-detective/src/commands/DescribeOrganizationConfigurationCommand.ts
+++ b/clients/client-detective/src/commands/DescribeOrganizationConfigurationCommand.ts
@@ -102,4 +102,16 @@ export class DescribeOrganizationConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeOrganizationConfigurationCommand)
.de(de_DescribeOrganizationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeOrganizationConfigurationRequest;
+ output: DescribeOrganizationConfigurationResponse;
+ };
+ sdk: {
+ input: DescribeOrganizationConfigurationCommandInput;
+ output: DescribeOrganizationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/DisableOrganizationAdminAccountCommand.ts b/clients/client-detective/src/commands/DisableOrganizationAdminAccountCommand.ts
index 761b3be671c6..a205683a6a23 100644
--- a/clients/client-detective/src/commands/DisableOrganizationAdminAccountCommand.ts
+++ b/clients/client-detective/src/commands/DisableOrganizationAdminAccountCommand.ts
@@ -94,4 +94,16 @@ export class DisableOrganizationAdminAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableOrganizationAdminAccountCommand)
.de(de_DisableOrganizationAdminAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: {};
+ };
+ sdk: {
+ input: DisableOrganizationAdminAccountCommandInput;
+ output: DisableOrganizationAdminAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/DisassociateMembershipCommand.ts b/clients/client-detective/src/commands/DisassociateMembershipCommand.ts
index a1b64cdb4ef1..e90bd824e69f 100644
--- a/clients/client-detective/src/commands/DisassociateMembershipCommand.ts
+++ b/clients/client-detective/src/commands/DisassociateMembershipCommand.ts
@@ -97,4 +97,16 @@ export class DisassociateMembershipCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateMembershipCommand)
.de(de_DisassociateMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateMembershipRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateMembershipCommandInput;
+ output: DisassociateMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/EnableOrganizationAdminAccountCommand.ts b/clients/client-detective/src/commands/EnableOrganizationAdminAccountCommand.ts
index 66e84dfc39f8..130448574755 100644
--- a/clients/client-detective/src/commands/EnableOrganizationAdminAccountCommand.ts
+++ b/clients/client-detective/src/commands/EnableOrganizationAdminAccountCommand.ts
@@ -103,4 +103,16 @@ export class EnableOrganizationAdminAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableOrganizationAdminAccountCommand)
.de(de_EnableOrganizationAdminAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableOrganizationAdminAccountRequest;
+ output: {};
+ };
+ sdk: {
+ input: EnableOrganizationAdminAccountCommandInput;
+ output: EnableOrganizationAdminAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/GetInvestigationCommand.ts b/clients/client-detective/src/commands/GetInvestigationCommand.ts
index 2a718f46c294..1cda80fd6859 100644
--- a/clients/client-detective/src/commands/GetInvestigationCommand.ts
+++ b/clients/client-detective/src/commands/GetInvestigationCommand.ts
@@ -104,4 +104,16 @@ export class GetInvestigationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInvestigationCommand)
.de(de_GetInvestigationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInvestigationRequest;
+ output: GetInvestigationResponse;
+ };
+ sdk: {
+ input: GetInvestigationCommandInput;
+ output: GetInvestigationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/GetMembersCommand.ts b/clients/client-detective/src/commands/GetMembersCommand.ts
index a6ee35a2ad09..6a4ac0e7f432 100644
--- a/clients/client-detective/src/commands/GetMembersCommand.ts
+++ b/clients/client-detective/src/commands/GetMembersCommand.ts
@@ -126,4 +126,16 @@ export class GetMembersCommand extends $Command
.f(void 0, GetMembersResponseFilterSensitiveLog)
.ser(se_GetMembersCommand)
.de(de_GetMembersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMembersRequest;
+ output: GetMembersResponse;
+ };
+ sdk: {
+ input: GetMembersCommandInput;
+ output: GetMembersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/ListDatasourcePackagesCommand.ts b/clients/client-detective/src/commands/ListDatasourcePackagesCommand.ts
index 735624f0d005..9fafd3828067 100644
--- a/clients/client-detective/src/commands/ListDatasourcePackagesCommand.ts
+++ b/clients/client-detective/src/commands/ListDatasourcePackagesCommand.ts
@@ -102,4 +102,16 @@ export class ListDatasourcePackagesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDatasourcePackagesCommand)
.de(de_ListDatasourcePackagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDatasourcePackagesRequest;
+ output: ListDatasourcePackagesResponse;
+ };
+ sdk: {
+ input: ListDatasourcePackagesCommandInput;
+ output: ListDatasourcePackagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/ListGraphsCommand.ts b/clients/client-detective/src/commands/ListGraphsCommand.ts
index 2af1abf65a7e..096dad2ca92c 100644
--- a/clients/client-detective/src/commands/ListGraphsCommand.ts
+++ b/clients/client-detective/src/commands/ListGraphsCommand.ts
@@ -97,4 +97,16 @@ export class ListGraphsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListGraphsCommand)
.de(de_ListGraphsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGraphsRequest;
+ output: ListGraphsResponse;
+ };
+ sdk: {
+ input: ListGraphsCommandInput;
+ output: ListGraphsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/ListIndicatorsCommand.ts b/clients/client-detective/src/commands/ListIndicatorsCommand.ts
index b32067918b0e..83e3b2cb3788 100644
--- a/clients/client-detective/src/commands/ListIndicatorsCommand.ts
+++ b/clients/client-detective/src/commands/ListIndicatorsCommand.ts
@@ -148,4 +148,16 @@ export class ListIndicatorsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIndicatorsCommand)
.de(de_ListIndicatorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIndicatorsRequest;
+ output: ListIndicatorsResponse;
+ };
+ sdk: {
+ input: ListIndicatorsCommandInput;
+ output: ListIndicatorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/ListInvestigationsCommand.ts b/clients/client-detective/src/commands/ListInvestigationsCommand.ts
index 6534a95d5765..ed5addb15bfc 100644
--- a/clients/client-detective/src/commands/ListInvestigationsCommand.ts
+++ b/clients/client-detective/src/commands/ListInvestigationsCommand.ts
@@ -134,4 +134,16 @@ export class ListInvestigationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInvestigationsCommand)
.de(de_ListInvestigationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInvestigationsRequest;
+ output: ListInvestigationsResponse;
+ };
+ sdk: {
+ input: ListInvestigationsCommandInput;
+ output: ListInvestigationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/ListInvitationsCommand.ts b/clients/client-detective/src/commands/ListInvitationsCommand.ts
index 6de16c158084..f6d63cb132f3 100644
--- a/clients/client-detective/src/commands/ListInvitationsCommand.ts
+++ b/clients/client-detective/src/commands/ListInvitationsCommand.ts
@@ -124,4 +124,16 @@ export class ListInvitationsCommand extends $Command
.f(void 0, ListInvitationsResponseFilterSensitiveLog)
.ser(se_ListInvitationsCommand)
.de(de_ListInvitationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInvitationsRequest;
+ output: ListInvitationsResponse;
+ };
+ sdk: {
+ input: ListInvitationsCommandInput;
+ output: ListInvitationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/ListMembersCommand.ts b/clients/client-detective/src/commands/ListMembersCommand.ts
index 7ecc84b23390..afe34a4f876c 100644
--- a/clients/client-detective/src/commands/ListMembersCommand.ts
+++ b/clients/client-detective/src/commands/ListMembersCommand.ts
@@ -124,4 +124,16 @@ export class ListMembersCommand extends $Command
.f(void 0, ListMembersResponseFilterSensitiveLog)
.ser(se_ListMembersCommand)
.de(de_ListMembersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMembersRequest;
+ output: ListMembersResponse;
+ };
+ sdk: {
+ input: ListMembersCommandInput;
+ output: ListMembersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/ListOrganizationAdminAccountsCommand.ts b/clients/client-detective/src/commands/ListOrganizationAdminAccountsCommand.ts
index 82ffc2ba6f98..5c9949de6b63 100644
--- a/clients/client-detective/src/commands/ListOrganizationAdminAccountsCommand.ts
+++ b/clients/client-detective/src/commands/ListOrganizationAdminAccountsCommand.ts
@@ -105,4 +105,16 @@ export class ListOrganizationAdminAccountsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListOrganizationAdminAccountsCommand)
.de(de_ListOrganizationAdminAccountsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListOrganizationAdminAccountsRequest;
+ output: ListOrganizationAdminAccountsResponse;
+ };
+ sdk: {
+ input: ListOrganizationAdminAccountsCommandInput;
+ output: ListOrganizationAdminAccountsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/ListTagsForResourceCommand.ts b/clients/client-detective/src/commands/ListTagsForResourceCommand.ts
index b592fe74cc5b..2aab2d5e3f84 100644
--- a/clients/client-detective/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-detective/src/commands/ListTagsForResourceCommand.ts
@@ -92,4 +92,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/RejectInvitationCommand.ts b/clients/client-detective/src/commands/RejectInvitationCommand.ts
index 05e71f03b15e..1bf913c308f2 100644
--- a/clients/client-detective/src/commands/RejectInvitationCommand.ts
+++ b/clients/client-detective/src/commands/RejectInvitationCommand.ts
@@ -97,4 +97,16 @@ export class RejectInvitationCommand extends $Command
.f(void 0, void 0)
.ser(se_RejectInvitationCommand)
.de(de_RejectInvitationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RejectInvitationRequest;
+ output: {};
+ };
+ sdk: {
+ input: RejectInvitationCommandInput;
+ output: RejectInvitationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/StartInvestigationCommand.ts b/clients/client-detective/src/commands/StartInvestigationCommand.ts
index 80619e425ca0..6ce69986c3e9 100644
--- a/clients/client-detective/src/commands/StartInvestigationCommand.ts
+++ b/clients/client-detective/src/commands/StartInvestigationCommand.ts
@@ -97,4 +97,16 @@ export class StartInvestigationCommand extends $Command
.f(void 0, void 0)
.ser(se_StartInvestigationCommand)
.de(de_StartInvestigationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartInvestigationRequest;
+ output: StartInvestigationResponse;
+ };
+ sdk: {
+ input: StartInvestigationCommandInput;
+ output: StartInvestigationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/StartMonitoringMemberCommand.ts b/clients/client-detective/src/commands/StartMonitoringMemberCommand.ts
index b1bfd9529a66..ec981328a843 100644
--- a/clients/client-detective/src/commands/StartMonitoringMemberCommand.ts
+++ b/clients/client-detective/src/commands/StartMonitoringMemberCommand.ts
@@ -117,4 +117,16 @@ export class StartMonitoringMemberCommand extends $Command
.f(void 0, void 0)
.ser(se_StartMonitoringMemberCommand)
.de(de_StartMonitoringMemberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartMonitoringMemberRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartMonitoringMemberCommandInput;
+ output: StartMonitoringMemberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/TagResourceCommand.ts b/clients/client-detective/src/commands/TagResourceCommand.ts
index b4cd2ac9d728..a63a08e44730 100644
--- a/clients/client-detective/src/commands/TagResourceCommand.ts
+++ b/clients/client-detective/src/commands/TagResourceCommand.ts
@@ -91,4 +91,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/UntagResourceCommand.ts b/clients/client-detective/src/commands/UntagResourceCommand.ts
index 827bb45800c2..0e956b01eeef 100644
--- a/clients/client-detective/src/commands/UntagResourceCommand.ts
+++ b/clients/client-detective/src/commands/UntagResourceCommand.ts
@@ -91,4 +91,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/UpdateDatasourcePackagesCommand.ts b/clients/client-detective/src/commands/UpdateDatasourcePackagesCommand.ts
index 5370d8df3b7c..80a2649be93a 100644
--- a/clients/client-detective/src/commands/UpdateDatasourcePackagesCommand.ts
+++ b/clients/client-detective/src/commands/UpdateDatasourcePackagesCommand.ts
@@ -104,4 +104,16 @@ export class UpdateDatasourcePackagesCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDatasourcePackagesCommand)
.de(de_UpdateDatasourcePackagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDatasourcePackagesRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDatasourcePackagesCommandInput;
+ output: UpdateDatasourcePackagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/UpdateInvestigationStateCommand.ts b/clients/client-detective/src/commands/UpdateInvestigationStateCommand.ts
index 8bc51e34ef56..3efe1f19f4a6 100644
--- a/clients/client-detective/src/commands/UpdateInvestigationStateCommand.ts
+++ b/clients/client-detective/src/commands/UpdateInvestigationStateCommand.ts
@@ -94,4 +94,16 @@ export class UpdateInvestigationStateCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateInvestigationStateCommand)
.de(de_UpdateInvestigationStateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateInvestigationStateRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateInvestigationStateCommandInput;
+ output: UpdateInvestigationStateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-detective/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-detective/src/commands/UpdateOrganizationConfigurationCommand.ts
index 0c1c33adca84..99da2660cf04 100644
--- a/clients/client-detective/src/commands/UpdateOrganizationConfigurationCommand.ts
+++ b/clients/client-detective/src/commands/UpdateOrganizationConfigurationCommand.ts
@@ -95,4 +95,16 @@ export class UpdateOrganizationConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateOrganizationConfigurationCommand)
.de(de_UpdateOrganizationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateOrganizationConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateOrganizationConfigurationCommandInput;
+ output: UpdateOrganizationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/package.json b/clients/client-device-farm/package.json
index 14de86b7795c..eb74fea0a6a0 100644
--- a/clients/client-device-farm/package.json
+++ b/clients/client-device-farm/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-device-farm/src/commands/CreateDevicePoolCommand.ts b/clients/client-device-farm/src/commands/CreateDevicePoolCommand.ts
index ba749abd033a..60ffce9de922 100644
--- a/clients/client-device-farm/src/commands/CreateDevicePoolCommand.ts
+++ b/clients/client-device-farm/src/commands/CreateDevicePoolCommand.ts
@@ -131,4 +131,16 @@ export class CreateDevicePoolCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDevicePoolCommand)
.de(de_CreateDevicePoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDevicePoolRequest;
+ output: CreateDevicePoolResult;
+ };
+ sdk: {
+ input: CreateDevicePoolCommandInput;
+ output: CreateDevicePoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/CreateInstanceProfileCommand.ts b/clients/client-device-farm/src/commands/CreateInstanceProfileCommand.ts
index 222236fdbd32..0a7f147ecc31 100644
--- a/clients/client-device-farm/src/commands/CreateInstanceProfileCommand.ts
+++ b/clients/client-device-farm/src/commands/CreateInstanceProfileCommand.ts
@@ -105,4 +105,16 @@ export class CreateInstanceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateInstanceProfileCommand)
.de(de_CreateInstanceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateInstanceProfileRequest;
+ output: CreateInstanceProfileResult;
+ };
+ sdk: {
+ input: CreateInstanceProfileCommandInput;
+ output: CreateInstanceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/CreateNetworkProfileCommand.ts b/clients/client-device-farm/src/commands/CreateNetworkProfileCommand.ts
index 83d21e6ce39f..bf82c2436574 100644
--- a/clients/client-device-farm/src/commands/CreateNetworkProfileCommand.ts
+++ b/clients/client-device-farm/src/commands/CreateNetworkProfileCommand.ts
@@ -113,4 +113,16 @@ export class CreateNetworkProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateNetworkProfileCommand)
.de(de_CreateNetworkProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateNetworkProfileRequest;
+ output: CreateNetworkProfileResult;
+ };
+ sdk: {
+ input: CreateNetworkProfileCommandInput;
+ output: CreateNetworkProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/CreateProjectCommand.ts b/clients/client-device-farm/src/commands/CreateProjectCommand.ts
index 6fcaa4aef721..d3774b443531 100644
--- a/clients/client-device-farm/src/commands/CreateProjectCommand.ts
+++ b/clients/client-device-farm/src/commands/CreateProjectCommand.ts
@@ -136,4 +136,16 @@ export class CreateProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateProjectCommand)
.de(de_CreateProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateProjectRequest;
+ output: CreateProjectResult;
+ };
+ sdk: {
+ input: CreateProjectCommandInput;
+ output: CreateProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/CreateRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/CreateRemoteAccessSessionCommand.ts
index 3775a0bb303a..efe3b1de1e1f 100644
--- a/clients/client-device-farm/src/commands/CreateRemoteAccessSessionCommand.ts
+++ b/clients/client-device-farm/src/commands/CreateRemoteAccessSessionCommand.ts
@@ -210,4 +210,16 @@ export class CreateRemoteAccessSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRemoteAccessSessionCommand)
.de(de_CreateRemoteAccessSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRemoteAccessSessionRequest;
+ output: CreateRemoteAccessSessionResult;
+ };
+ sdk: {
+ input: CreateRemoteAccessSessionCommandInput;
+ output: CreateRemoteAccessSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/CreateTestGridProjectCommand.ts b/clients/client-device-farm/src/commands/CreateTestGridProjectCommand.ts
index 0936eb6e0a27..43a8f2c3982e 100644
--- a/clients/client-device-farm/src/commands/CreateTestGridProjectCommand.ts
+++ b/clients/client-device-farm/src/commands/CreateTestGridProjectCommand.ts
@@ -112,4 +112,16 @@ export class CreateTestGridProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTestGridProjectCommand)
.de(de_CreateTestGridProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTestGridProjectRequest;
+ output: CreateTestGridProjectResult;
+ };
+ sdk: {
+ input: CreateTestGridProjectCommandInput;
+ output: CreateTestGridProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/CreateTestGridUrlCommand.ts b/clients/client-device-farm/src/commands/CreateTestGridUrlCommand.ts
index ae600e7ce9a5..9c1421a98342 100644
--- a/clients/client-device-farm/src/commands/CreateTestGridUrlCommand.ts
+++ b/clients/client-device-farm/src/commands/CreateTestGridUrlCommand.ts
@@ -94,4 +94,16 @@ export class CreateTestGridUrlCommand extends $Command
.f(void 0, CreateTestGridUrlResultFilterSensitiveLog)
.ser(se_CreateTestGridUrlCommand)
.de(de_CreateTestGridUrlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTestGridUrlRequest;
+ output: CreateTestGridUrlResult;
+ };
+ sdk: {
+ input: CreateTestGridUrlCommandInput;
+ output: CreateTestGridUrlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/CreateUploadCommand.ts b/clients/client-device-farm/src/commands/CreateUploadCommand.ts
index 54e77d987add..03b32b074d73 100644
--- a/clients/client-device-farm/src/commands/CreateUploadCommand.ts
+++ b/clients/client-device-farm/src/commands/CreateUploadCommand.ts
@@ -128,4 +128,16 @@ export class CreateUploadCommand extends $Command
.f(void 0, CreateUploadResultFilterSensitiveLog)
.ser(se_CreateUploadCommand)
.de(de_CreateUploadCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateUploadRequest;
+ output: CreateUploadResult;
+ };
+ sdk: {
+ input: CreateUploadCommandInput;
+ output: CreateUploadCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/CreateVPCEConfigurationCommand.ts b/clients/client-device-farm/src/commands/CreateVPCEConfigurationCommand.ts
index 62871fa03468..9ed26e11a9ad 100644
--- a/clients/client-device-farm/src/commands/CreateVPCEConfigurationCommand.ts
+++ b/clients/client-device-farm/src/commands/CreateVPCEConfigurationCommand.ts
@@ -96,4 +96,16 @@ export class CreateVPCEConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVPCEConfigurationCommand)
.de(de_CreateVPCEConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVPCEConfigurationRequest;
+ output: CreateVPCEConfigurationResult;
+ };
+ sdk: {
+ input: CreateVPCEConfigurationCommandInput;
+ output: CreateVPCEConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/DeleteDevicePoolCommand.ts b/clients/client-device-farm/src/commands/DeleteDevicePoolCommand.ts
index c4f3ea602e48..0b0182d2cd7f 100644
--- a/clients/client-device-farm/src/commands/DeleteDevicePoolCommand.ts
+++ b/clients/client-device-farm/src/commands/DeleteDevicePoolCommand.ts
@@ -99,4 +99,16 @@ export class DeleteDevicePoolCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDevicePoolCommand)
.de(de_DeleteDevicePoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDevicePoolRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDevicePoolCommandInput;
+ output: DeleteDevicePoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/DeleteInstanceProfileCommand.ts b/clients/client-device-farm/src/commands/DeleteInstanceProfileCommand.ts
index 0828bd4648ab..956eb6412599 100644
--- a/clients/client-device-farm/src/commands/DeleteInstanceProfileCommand.ts
+++ b/clients/client-device-farm/src/commands/DeleteInstanceProfileCommand.ts
@@ -87,4 +87,16 @@ export class DeleteInstanceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteInstanceProfileCommand)
.de(de_DeleteInstanceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteInstanceProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteInstanceProfileCommandInput;
+ output: DeleteInstanceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/DeleteNetworkProfileCommand.ts b/clients/client-device-farm/src/commands/DeleteNetworkProfileCommand.ts
index c9efe2014f01..8d4b645045bc 100644
--- a/clients/client-device-farm/src/commands/DeleteNetworkProfileCommand.ts
+++ b/clients/client-device-farm/src/commands/DeleteNetworkProfileCommand.ts
@@ -87,4 +87,16 @@ export class DeleteNetworkProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteNetworkProfileCommand)
.de(de_DeleteNetworkProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteNetworkProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteNetworkProfileCommandInput;
+ output: DeleteNetworkProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/DeleteProjectCommand.ts b/clients/client-device-farm/src/commands/DeleteProjectCommand.ts
index ea7395cb37ed..e9d66151d7f7 100644
--- a/clients/client-device-farm/src/commands/DeleteProjectCommand.ts
+++ b/clients/client-device-farm/src/commands/DeleteProjectCommand.ts
@@ -99,4 +99,16 @@ export class DeleteProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteProjectCommand)
.de(de_DeleteProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteProjectRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteProjectCommandInput;
+ output: DeleteProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/DeleteRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/DeleteRemoteAccessSessionCommand.ts
index 8d0ff5314063..0ba465c83ad5 100644
--- a/clients/client-device-farm/src/commands/DeleteRemoteAccessSessionCommand.ts
+++ b/clients/client-device-farm/src/commands/DeleteRemoteAccessSessionCommand.ts
@@ -98,4 +98,16 @@ export class DeleteRemoteAccessSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRemoteAccessSessionCommand)
.de(de_DeleteRemoteAccessSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRemoteAccessSessionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRemoteAccessSessionCommandInput;
+ output: DeleteRemoteAccessSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/DeleteRunCommand.ts b/clients/client-device-farm/src/commands/DeleteRunCommand.ts
index b1b5b89423cb..c8b3e954c01c 100644
--- a/clients/client-device-farm/src/commands/DeleteRunCommand.ts
+++ b/clients/client-device-farm/src/commands/DeleteRunCommand.ts
@@ -99,4 +99,16 @@ export class DeleteRunCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRunCommand)
.de(de_DeleteRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRunRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRunCommandInput;
+ output: DeleteRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/DeleteTestGridProjectCommand.ts b/clients/client-device-farm/src/commands/DeleteTestGridProjectCommand.ts
index db4ed4c137e0..c7f8c42c50b1 100644
--- a/clients/client-device-farm/src/commands/DeleteTestGridProjectCommand.ts
+++ b/clients/client-device-farm/src/commands/DeleteTestGridProjectCommand.ts
@@ -94,4 +94,16 @@ export class DeleteTestGridProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTestGridProjectCommand)
.de(de_DeleteTestGridProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTestGridProjectRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTestGridProjectCommandInput;
+ output: DeleteTestGridProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/DeleteUploadCommand.ts b/clients/client-device-farm/src/commands/DeleteUploadCommand.ts
index c1eb41db9336..0a0fdbcc6f13 100644
--- a/clients/client-device-farm/src/commands/DeleteUploadCommand.ts
+++ b/clients/client-device-farm/src/commands/DeleteUploadCommand.ts
@@ -98,4 +98,16 @@ export class DeleteUploadCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteUploadCommand)
.de(de_DeleteUploadCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteUploadRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteUploadCommandInput;
+ output: DeleteUploadCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/DeleteVPCEConfigurationCommand.ts b/clients/client-device-farm/src/commands/DeleteVPCEConfigurationCommand.ts
index 5c8bc6de330c..c649965c8356 100644
--- a/clients/client-device-farm/src/commands/DeleteVPCEConfigurationCommand.ts
+++ b/clients/client-device-farm/src/commands/DeleteVPCEConfigurationCommand.ts
@@ -88,4 +88,16 @@ export class DeleteVPCEConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVPCEConfigurationCommand)
.de(de_DeleteVPCEConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVPCEConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVPCEConfigurationCommandInput;
+ output: DeleteVPCEConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/GetAccountSettingsCommand.ts b/clients/client-device-farm/src/commands/GetAccountSettingsCommand.ts
index 497c4026b632..362f4202ed47 100644
--- a/clients/client-device-farm/src/commands/GetAccountSettingsCommand.ts
+++ b/clients/client-device-farm/src/commands/GetAccountSettingsCommand.ts
@@ -126,4 +126,16 @@ export class GetAccountSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAccountSettingsCommand)
.de(de_GetAccountSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetAccountSettingsResult;
+ };
+ sdk: {
+ input: GetAccountSettingsCommandInput;
+ output: GetAccountSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/GetDeviceCommand.ts b/clients/client-device-farm/src/commands/GetDeviceCommand.ts
index d9e87251cd07..3e48e2d108de 100644
--- a/clients/client-device-farm/src/commands/GetDeviceCommand.ts
+++ b/clients/client-device-farm/src/commands/GetDeviceCommand.ts
@@ -174,4 +174,16 @@ export class GetDeviceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeviceCommand)
.de(de_GetDeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeviceRequest;
+ output: GetDeviceResult;
+ };
+ sdk: {
+ input: GetDeviceCommandInput;
+ output: GetDeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/GetDeviceInstanceCommand.ts b/clients/client-device-farm/src/commands/GetDeviceInstanceCommand.ts
index 320bae5e4fca..6a7b58720899 100644
--- a/clients/client-device-farm/src/commands/GetDeviceInstanceCommand.ts
+++ b/clients/client-device-farm/src/commands/GetDeviceInstanceCommand.ts
@@ -107,4 +107,16 @@ export class GetDeviceInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeviceInstanceCommand)
.de(de_GetDeviceInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeviceInstanceRequest;
+ output: GetDeviceInstanceResult;
+ };
+ sdk: {
+ input: GetDeviceInstanceCommandInput;
+ output: GetDeviceInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/GetDevicePoolCommand.ts b/clients/client-device-farm/src/commands/GetDevicePoolCommand.ts
index 473b6b107da3..5ec8be6eb02e 100644
--- a/clients/client-device-farm/src/commands/GetDevicePoolCommand.ts
+++ b/clients/client-device-farm/src/commands/GetDevicePoolCommand.ts
@@ -118,4 +118,16 @@ export class GetDevicePoolCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDevicePoolCommand)
.de(de_GetDevicePoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDevicePoolRequest;
+ output: GetDevicePoolResult;
+ };
+ sdk: {
+ input: GetDevicePoolCommandInput;
+ output: GetDevicePoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/GetDevicePoolCompatibilityCommand.ts b/clients/client-device-farm/src/commands/GetDevicePoolCompatibilityCommand.ts
index 746ec668925c..8301babd5cc6 100644
--- a/clients/client-device-farm/src/commands/GetDevicePoolCompatibilityCommand.ts
+++ b/clients/client-device-farm/src/commands/GetDevicePoolCompatibilityCommand.ts
@@ -273,4 +273,16 @@ export class GetDevicePoolCompatibilityCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDevicePoolCompatibilityCommand)
.de(de_GetDevicePoolCompatibilityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDevicePoolCompatibilityRequest;
+ output: GetDevicePoolCompatibilityResult;
+ };
+ sdk: {
+ input: GetDevicePoolCompatibilityCommandInput;
+ output: GetDevicePoolCompatibilityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/GetInstanceProfileCommand.ts b/clients/client-device-farm/src/commands/GetInstanceProfileCommand.ts
index cc113791b59a..8359d26c446d 100644
--- a/clients/client-device-farm/src/commands/GetInstanceProfileCommand.ts
+++ b/clients/client-device-farm/src/commands/GetInstanceProfileCommand.ts
@@ -98,4 +98,16 @@ export class GetInstanceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInstanceProfileCommand)
.de(de_GetInstanceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInstanceProfileRequest;
+ output: GetInstanceProfileResult;
+ };
+ sdk: {
+ input: GetInstanceProfileCommandInput;
+ output: GetInstanceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/GetJobCommand.ts b/clients/client-device-farm/src/commands/GetJobCommand.ts
index 24ce02fc30ea..51996f089368 100644
--- a/clients/client-device-farm/src/commands/GetJobCommand.ts
+++ b/clients/client-device-farm/src/commands/GetJobCommand.ts
@@ -182,4 +182,16 @@ export class GetJobCommand extends $Command
.f(void 0, void 0)
.ser(se_GetJobCommand)
.de(de_GetJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetJobRequest;
+ output: GetJobResult;
+ };
+ sdk: {
+ input: GetJobCommandInput;
+ output: GetJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/GetNetworkProfileCommand.ts b/clients/client-device-farm/src/commands/GetNetworkProfileCommand.ts
index 1d4a7999e0c5..16cdfdbe2922 100644
--- a/clients/client-device-farm/src/commands/GetNetworkProfileCommand.ts
+++ b/clients/client-device-farm/src/commands/GetNetworkProfileCommand.ts
@@ -102,4 +102,16 @@ export class GetNetworkProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_GetNetworkProfileCommand)
.de(de_GetNetworkProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetNetworkProfileRequest;
+ output: GetNetworkProfileResult;
+ };
+ sdk: {
+ input: GetNetworkProfileCommandInput;
+ output: GetNetworkProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/GetOfferingStatusCommand.ts b/clients/client-device-farm/src/commands/GetOfferingStatusCommand.ts
index d5fee0e44988..dfc7d0ec2344 100644
--- a/clients/client-device-farm/src/commands/GetOfferingStatusCommand.ts
+++ b/clients/client-device-farm/src/commands/GetOfferingStatusCommand.ts
@@ -178,4 +178,16 @@ export class GetOfferingStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetOfferingStatusCommand)
.de(de_GetOfferingStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetOfferingStatusRequest;
+ output: GetOfferingStatusResult;
+ };
+ sdk: {
+ input: GetOfferingStatusCommandInput;
+ output: GetOfferingStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/GetProjectCommand.ts b/clients/client-device-farm/src/commands/GetProjectCommand.ts
index db9ae0e46769..dfc8b209102d 100644
--- a/clients/client-device-farm/src/commands/GetProjectCommand.ts
+++ b/clients/client-device-farm/src/commands/GetProjectCommand.ts
@@ -123,4 +123,16 @@ export class GetProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_GetProjectCommand)
.de(de_GetProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetProjectRequest;
+ output: GetProjectResult;
+ };
+ sdk: {
+ input: GetProjectCommandInput;
+ output: GetProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/GetRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/GetRemoteAccessSessionCommand.ts
index 69f6adc0096f..7a76e54af38a 100644
--- a/clients/client-device-farm/src/commands/GetRemoteAccessSessionCommand.ts
+++ b/clients/client-device-farm/src/commands/GetRemoteAccessSessionCommand.ts
@@ -189,4 +189,16 @@ export class GetRemoteAccessSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRemoteAccessSessionCommand)
.de(de_GetRemoteAccessSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRemoteAccessSessionRequest;
+ output: GetRemoteAccessSessionResult;
+ };
+ sdk: {
+ input: GetRemoteAccessSessionCommandInput;
+ output: GetRemoteAccessSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/GetRunCommand.ts b/clients/client-device-farm/src/commands/GetRunCommand.ts
index 82138b61df17..be0f50e3a73e 100644
--- a/clients/client-device-farm/src/commands/GetRunCommand.ts
+++ b/clients/client-device-farm/src/commands/GetRunCommand.ts
@@ -225,4 +225,16 @@ export class GetRunCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRunCommand)
.de(de_GetRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRunRequest;
+ output: GetRunResult;
+ };
+ sdk: {
+ input: GetRunCommandInput;
+ output: GetRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/GetSuiteCommand.ts b/clients/client-device-farm/src/commands/GetSuiteCommand.ts
index d4530200ccfe..c6e05bc87447 100644
--- a/clients/client-device-farm/src/commands/GetSuiteCommand.ts
+++ b/clients/client-device-farm/src/commands/GetSuiteCommand.ts
@@ -129,4 +129,16 @@ export class GetSuiteCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSuiteCommand)
.de(de_GetSuiteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSuiteRequest;
+ output: GetSuiteResult;
+ };
+ sdk: {
+ input: GetSuiteCommandInput;
+ output: GetSuiteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/GetTestCommand.ts b/clients/client-device-farm/src/commands/GetTestCommand.ts
index f22f10625c72..bc7a5c5587eb 100644
--- a/clients/client-device-farm/src/commands/GetTestCommand.ts
+++ b/clients/client-device-farm/src/commands/GetTestCommand.ts
@@ -129,4 +129,16 @@ export class GetTestCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTestCommand)
.de(de_GetTestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTestRequest;
+ output: GetTestResult;
+ };
+ sdk: {
+ input: GetTestCommandInput;
+ output: GetTestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/GetTestGridProjectCommand.ts b/clients/client-device-farm/src/commands/GetTestGridProjectCommand.ts
index f1761e4a3d46..b7700dd13c0e 100644
--- a/clients/client-device-farm/src/commands/GetTestGridProjectCommand.ts
+++ b/clients/client-device-farm/src/commands/GetTestGridProjectCommand.ts
@@ -101,4 +101,16 @@ export class GetTestGridProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTestGridProjectCommand)
.de(de_GetTestGridProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTestGridProjectRequest;
+ output: GetTestGridProjectResult;
+ };
+ sdk: {
+ input: GetTestGridProjectCommandInput;
+ output: GetTestGridProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/GetTestGridSessionCommand.ts b/clients/client-device-farm/src/commands/GetTestGridSessionCommand.ts
index 4b90343a72f0..21485c3cb446 100644
--- a/clients/client-device-farm/src/commands/GetTestGridSessionCommand.ts
+++ b/clients/client-device-farm/src/commands/GetTestGridSessionCommand.ts
@@ -105,4 +105,16 @@ export class GetTestGridSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTestGridSessionCommand)
.de(de_GetTestGridSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTestGridSessionRequest;
+ output: GetTestGridSessionResult;
+ };
+ sdk: {
+ input: GetTestGridSessionCommandInput;
+ output: GetTestGridSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/GetUploadCommand.ts b/clients/client-device-farm/src/commands/GetUploadCommand.ts
index 44e6b52a9f69..66197e287119 100644
--- a/clients/client-device-farm/src/commands/GetUploadCommand.ts
+++ b/clients/client-device-farm/src/commands/GetUploadCommand.ts
@@ -116,4 +116,16 @@ export class GetUploadCommand extends $Command
.f(void 0, GetUploadResultFilterSensitiveLog)
.ser(se_GetUploadCommand)
.de(de_GetUploadCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUploadRequest;
+ output: GetUploadResult;
+ };
+ sdk: {
+ input: GetUploadCommandInput;
+ output: GetUploadCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/GetVPCEConfigurationCommand.ts b/clients/client-device-farm/src/commands/GetVPCEConfigurationCommand.ts
index 4f3d44153e07..907e73b00d47 100644
--- a/clients/client-device-farm/src/commands/GetVPCEConfigurationCommand.ts
+++ b/clients/client-device-farm/src/commands/GetVPCEConfigurationCommand.ts
@@ -93,4 +93,16 @@ export class GetVPCEConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVPCEConfigurationCommand)
.de(de_GetVPCEConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVPCEConfigurationRequest;
+ output: GetVPCEConfigurationResult;
+ };
+ sdk: {
+ input: GetVPCEConfigurationCommandInput;
+ output: GetVPCEConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/InstallToRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/InstallToRemoteAccessSessionCommand.ts
index 0cb6a39c8276..679fb05831c5 100644
--- a/clients/client-device-farm/src/commands/InstallToRemoteAccessSessionCommand.ts
+++ b/clients/client-device-farm/src/commands/InstallToRemoteAccessSessionCommand.ts
@@ -129,4 +129,16 @@ export class InstallToRemoteAccessSessionCommand extends $Command
.f(void 0, InstallToRemoteAccessSessionResultFilterSensitiveLog)
.ser(se_InstallToRemoteAccessSessionCommand)
.de(de_InstallToRemoteAccessSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: InstallToRemoteAccessSessionRequest;
+ output: InstallToRemoteAccessSessionResult;
+ };
+ sdk: {
+ input: InstallToRemoteAccessSessionCommandInput;
+ output: InstallToRemoteAccessSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ListArtifactsCommand.ts b/clients/client-device-farm/src/commands/ListArtifactsCommand.ts
index 50bf7088696e..0e9dcfe0f0b9 100644
--- a/clients/client-device-farm/src/commands/ListArtifactsCommand.ts
+++ b/clients/client-device-farm/src/commands/ListArtifactsCommand.ts
@@ -112,4 +112,16 @@ export class ListArtifactsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListArtifactsCommand)
.de(de_ListArtifactsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListArtifactsRequest;
+ output: ListArtifactsResult;
+ };
+ sdk: {
+ input: ListArtifactsCommandInput;
+ output: ListArtifactsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ListDeviceInstancesCommand.ts b/clients/client-device-farm/src/commands/ListDeviceInstancesCommand.ts
index d0ee237d43df..dfc22fa46f98 100644
--- a/clients/client-device-farm/src/commands/ListDeviceInstancesCommand.ts
+++ b/clients/client-device-farm/src/commands/ListDeviceInstancesCommand.ts
@@ -112,4 +112,16 @@ export class ListDeviceInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDeviceInstancesCommand)
.de(de_ListDeviceInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDeviceInstancesRequest;
+ output: ListDeviceInstancesResult;
+ };
+ sdk: {
+ input: ListDeviceInstancesCommandInput;
+ output: ListDeviceInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ListDevicePoolsCommand.ts b/clients/client-device-farm/src/commands/ListDevicePoolsCommand.ts
index 1b3bff6fa807..3b17b70ec139 100644
--- a/clients/client-device-farm/src/commands/ListDevicePoolsCommand.ts
+++ b/clients/client-device-farm/src/commands/ListDevicePoolsCommand.ts
@@ -149,4 +149,16 @@ export class ListDevicePoolsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDevicePoolsCommand)
.de(de_ListDevicePoolsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDevicePoolsRequest;
+ output: ListDevicePoolsResult;
+ };
+ sdk: {
+ input: ListDevicePoolsCommandInput;
+ output: ListDevicePoolsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ListDevicesCommand.ts b/clients/client-device-farm/src/commands/ListDevicesCommand.ts
index 6c8ce66a80a2..b2c176f8b687 100644
--- a/clients/client-device-farm/src/commands/ListDevicesCommand.ts
+++ b/clients/client-device-farm/src/commands/ListDevicesCommand.ts
@@ -162,4 +162,16 @@ export class ListDevicesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDevicesCommand)
.de(de_ListDevicesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDevicesRequest;
+ output: ListDevicesResult;
+ };
+ sdk: {
+ input: ListDevicesCommandInput;
+ output: ListDevicesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ListInstanceProfilesCommand.ts b/clients/client-device-farm/src/commands/ListInstanceProfilesCommand.ts
index b94b43c812f3..f3c0bfce9501 100644
--- a/clients/client-device-farm/src/commands/ListInstanceProfilesCommand.ts
+++ b/clients/client-device-farm/src/commands/ListInstanceProfilesCommand.ts
@@ -102,4 +102,16 @@ export class ListInstanceProfilesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInstanceProfilesCommand)
.de(de_ListInstanceProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInstanceProfilesRequest;
+ output: ListInstanceProfilesResult;
+ };
+ sdk: {
+ input: ListInstanceProfilesCommandInput;
+ output: ListInstanceProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ListJobsCommand.ts b/clients/client-device-farm/src/commands/ListJobsCommand.ts
index cde038988e87..7a6164756e0b 100644
--- a/clients/client-device-farm/src/commands/ListJobsCommand.ts
+++ b/clients/client-device-farm/src/commands/ListJobsCommand.ts
@@ -181,4 +181,16 @@ export class ListJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListJobsCommand)
.de(de_ListJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListJobsRequest;
+ output: ListJobsResult;
+ };
+ sdk: {
+ input: ListJobsCommandInput;
+ output: ListJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ListNetworkProfilesCommand.ts b/clients/client-device-farm/src/commands/ListNetworkProfilesCommand.ts
index 38a1979dcc02..e3b84734e417 100644
--- a/clients/client-device-farm/src/commands/ListNetworkProfilesCommand.ts
+++ b/clients/client-device-farm/src/commands/ListNetworkProfilesCommand.ts
@@ -107,4 +107,16 @@ export class ListNetworkProfilesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListNetworkProfilesCommand)
.de(de_ListNetworkProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListNetworkProfilesRequest;
+ output: ListNetworkProfilesResult;
+ };
+ sdk: {
+ input: ListNetworkProfilesCommandInput;
+ output: ListNetworkProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ListOfferingPromotionsCommand.ts b/clients/client-device-farm/src/commands/ListOfferingPromotionsCommand.ts
index 7215543c1f8f..2e89cce770ef 100644
--- a/clients/client-device-farm/src/commands/ListOfferingPromotionsCommand.ts
+++ b/clients/client-device-farm/src/commands/ListOfferingPromotionsCommand.ts
@@ -101,4 +101,16 @@ export class ListOfferingPromotionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListOfferingPromotionsCommand)
.de(de_ListOfferingPromotionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListOfferingPromotionsRequest;
+ output: ListOfferingPromotionsResult;
+ };
+ sdk: {
+ input: ListOfferingPromotionsCommandInput;
+ output: ListOfferingPromotionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ListOfferingTransactionsCommand.ts b/clients/client-device-farm/src/commands/ListOfferingTransactionsCommand.ts
index 93838a1bff18..bfc8a3c5437f 100644
--- a/clients/client-device-farm/src/commands/ListOfferingTransactionsCommand.ts
+++ b/clients/client-device-farm/src/commands/ListOfferingTransactionsCommand.ts
@@ -220,4 +220,16 @@ export class ListOfferingTransactionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListOfferingTransactionsCommand)
.de(de_ListOfferingTransactionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListOfferingTransactionsRequest;
+ output: ListOfferingTransactionsResult;
+ };
+ sdk: {
+ input: ListOfferingTransactionsCommandInput;
+ output: ListOfferingTransactionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ListOfferingsCommand.ts b/clients/client-device-farm/src/commands/ListOfferingsCommand.ts
index 49590d3e4daf..ce6054de61e4 100644
--- a/clients/client-device-farm/src/commands/ListOfferingsCommand.ts
+++ b/clients/client-device-farm/src/commands/ListOfferingsCommand.ts
@@ -190,4 +190,16 @@ export class ListOfferingsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListOfferingsCommand)
.de(de_ListOfferingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListOfferingsRequest;
+ output: ListOfferingsResult;
+ };
+ sdk: {
+ input: ListOfferingsCommandInput;
+ output: ListOfferingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ListProjectsCommand.ts b/clients/client-device-farm/src/commands/ListProjectsCommand.ts
index 08f656f7dab2..755c530f4892 100644
--- a/clients/client-device-farm/src/commands/ListProjectsCommand.ts
+++ b/clients/client-device-farm/src/commands/ListProjectsCommand.ts
@@ -135,4 +135,16 @@ export class ListProjectsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProjectsCommand)
.de(de_ListProjectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProjectsRequest;
+ output: ListProjectsResult;
+ };
+ sdk: {
+ input: ListProjectsCommandInput;
+ output: ListProjectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ListRemoteAccessSessionsCommand.ts b/clients/client-device-farm/src/commands/ListRemoteAccessSessionsCommand.ts
index 6645b69870c5..7284fd47c728 100644
--- a/clients/client-device-farm/src/commands/ListRemoteAccessSessionsCommand.ts
+++ b/clients/client-device-farm/src/commands/ListRemoteAccessSessionsCommand.ts
@@ -194,4 +194,16 @@ export class ListRemoteAccessSessionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRemoteAccessSessionsCommand)
.de(de_ListRemoteAccessSessionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRemoteAccessSessionsRequest;
+ output: ListRemoteAccessSessionsResult;
+ };
+ sdk: {
+ input: ListRemoteAccessSessionsCommandInput;
+ output: ListRemoteAccessSessionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ListRunsCommand.ts b/clients/client-device-farm/src/commands/ListRunsCommand.ts
index a94d240e1c01..9aa683f47b9f 100644
--- a/clients/client-device-farm/src/commands/ListRunsCommand.ts
+++ b/clients/client-device-farm/src/commands/ListRunsCommand.ts
@@ -232,4 +232,16 @@ export class ListRunsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRunsCommand)
.de(de_ListRunsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRunsRequest;
+ output: ListRunsResult;
+ };
+ sdk: {
+ input: ListRunsCommandInput;
+ output: ListRunsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ListSamplesCommand.ts b/clients/client-device-farm/src/commands/ListSamplesCommand.ts
index 2796cfb5e411..1fbaac7694a3 100644
--- a/clients/client-device-farm/src/commands/ListSamplesCommand.ts
+++ b/clients/client-device-farm/src/commands/ListSamplesCommand.ts
@@ -114,4 +114,16 @@ export class ListSamplesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSamplesCommand)
.de(de_ListSamplesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSamplesRequest;
+ output: ListSamplesResult;
+ };
+ sdk: {
+ input: ListSamplesCommandInput;
+ output: ListSamplesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ListSuitesCommand.ts b/clients/client-device-farm/src/commands/ListSuitesCommand.ts
index aba3bba90a1c..494252e07bc0 100644
--- a/clients/client-device-farm/src/commands/ListSuitesCommand.ts
+++ b/clients/client-device-farm/src/commands/ListSuitesCommand.ts
@@ -134,4 +134,16 @@ export class ListSuitesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSuitesCommand)
.de(de_ListSuitesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSuitesRequest;
+ output: ListSuitesResult;
+ };
+ sdk: {
+ input: ListSuitesCommandInput;
+ output: ListSuitesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ListTagsForResourceCommand.ts b/clients/client-device-farm/src/commands/ListTagsForResourceCommand.ts
index af16f60bd3b3..e1956b07b445 100644
--- a/clients/client-device-farm/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-device-farm/src/commands/ListTagsForResourceCommand.ts
@@ -91,4 +91,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ListTestGridProjectsCommand.ts b/clients/client-device-farm/src/commands/ListTestGridProjectsCommand.ts
index 665d22aba036..47515728036a 100644
--- a/clients/client-device-farm/src/commands/ListTestGridProjectsCommand.ts
+++ b/clients/client-device-farm/src/commands/ListTestGridProjectsCommand.ts
@@ -102,4 +102,16 @@ export class ListTestGridProjectsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTestGridProjectsCommand)
.de(de_ListTestGridProjectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTestGridProjectsRequest;
+ output: ListTestGridProjectsResult;
+ };
+ sdk: {
+ input: ListTestGridProjectsCommandInput;
+ output: ListTestGridProjectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ListTestGridSessionActionsCommand.ts b/clients/client-device-farm/src/commands/ListTestGridSessionActionsCommand.ts
index 259382b8b30a..06309dba3584 100644
--- a/clients/client-device-farm/src/commands/ListTestGridSessionActionsCommand.ts
+++ b/clients/client-device-farm/src/commands/ListTestGridSessionActionsCommand.ts
@@ -98,4 +98,16 @@ export class ListTestGridSessionActionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTestGridSessionActionsCommand)
.de(de_ListTestGridSessionActionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTestGridSessionActionsRequest;
+ output: ListTestGridSessionActionsResult;
+ };
+ sdk: {
+ input: ListTestGridSessionActionsCommandInput;
+ output: ListTestGridSessionActionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ListTestGridSessionArtifactsCommand.ts b/clients/client-device-farm/src/commands/ListTestGridSessionArtifactsCommand.ts
index 0f56e7bcedd9..0fd30df3bd0e 100644
--- a/clients/client-device-farm/src/commands/ListTestGridSessionArtifactsCommand.ts
+++ b/clients/client-device-farm/src/commands/ListTestGridSessionArtifactsCommand.ts
@@ -106,4 +106,16 @@ export class ListTestGridSessionArtifactsCommand extends $Command
.f(void 0, ListTestGridSessionArtifactsResultFilterSensitiveLog)
.ser(se_ListTestGridSessionArtifactsCommand)
.de(de_ListTestGridSessionArtifactsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTestGridSessionArtifactsRequest;
+ output: ListTestGridSessionArtifactsResult;
+ };
+ sdk: {
+ input: ListTestGridSessionArtifactsCommandInput;
+ output: ListTestGridSessionArtifactsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ListTestGridSessionsCommand.ts b/clients/client-device-farm/src/commands/ListTestGridSessionsCommand.ts
index 0461631830ec..ffebe423c6a0 100644
--- a/clients/client-device-farm/src/commands/ListTestGridSessionsCommand.ts
+++ b/clients/client-device-farm/src/commands/ListTestGridSessionsCommand.ts
@@ -104,4 +104,16 @@ export class ListTestGridSessionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTestGridSessionsCommand)
.de(de_ListTestGridSessionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTestGridSessionsRequest;
+ output: ListTestGridSessionsResult;
+ };
+ sdk: {
+ input: ListTestGridSessionsCommandInput;
+ output: ListTestGridSessionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ListTestsCommand.ts b/clients/client-device-farm/src/commands/ListTestsCommand.ts
index b03109fbc75a..103100707762 100644
--- a/clients/client-device-farm/src/commands/ListTestsCommand.ts
+++ b/clients/client-device-farm/src/commands/ListTestsCommand.ts
@@ -134,4 +134,16 @@ export class ListTestsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTestsCommand)
.de(de_ListTestsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTestsRequest;
+ output: ListTestsResult;
+ };
+ sdk: {
+ input: ListTestsCommandInput;
+ output: ListTestsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ListUniqueProblemsCommand.ts b/clients/client-device-farm/src/commands/ListUniqueProblemsCommand.ts
index d06c809ef960..f5c4c71b9e72 100644
--- a/clients/client-device-farm/src/commands/ListUniqueProblemsCommand.ts
+++ b/clients/client-device-farm/src/commands/ListUniqueProblemsCommand.ts
@@ -190,4 +190,16 @@ export class ListUniqueProblemsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListUniqueProblemsCommand)
.de(de_ListUniqueProblemsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUniqueProblemsRequest;
+ output: ListUniqueProblemsResult;
+ };
+ sdk: {
+ input: ListUniqueProblemsCommandInput;
+ output: ListUniqueProblemsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ListUploadsCommand.ts b/clients/client-device-farm/src/commands/ListUploadsCommand.ts
index ffeacc0c4146..06e7686c760a 100644
--- a/clients/client-device-farm/src/commands/ListUploadsCommand.ts
+++ b/clients/client-device-farm/src/commands/ListUploadsCommand.ts
@@ -122,4 +122,16 @@ export class ListUploadsCommand extends $Command
.f(void 0, ListUploadsResultFilterSensitiveLog)
.ser(se_ListUploadsCommand)
.de(de_ListUploadsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUploadsRequest;
+ output: ListUploadsResult;
+ };
+ sdk: {
+ input: ListUploadsCommandInput;
+ output: ListUploadsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ListVPCEConfigurationsCommand.ts b/clients/client-device-farm/src/commands/ListVPCEConfigurationsCommand.ts
index 4f9b1044996a..ab290b693a89 100644
--- a/clients/client-device-farm/src/commands/ListVPCEConfigurationsCommand.ts
+++ b/clients/client-device-farm/src/commands/ListVPCEConfigurationsCommand.ts
@@ -94,4 +94,16 @@ export class ListVPCEConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListVPCEConfigurationsCommand)
.de(de_ListVPCEConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVPCEConfigurationsRequest;
+ output: ListVPCEConfigurationsResult;
+ };
+ sdk: {
+ input: ListVPCEConfigurationsCommandInput;
+ output: ListVPCEConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/PurchaseOfferingCommand.ts b/clients/client-device-farm/src/commands/PurchaseOfferingCommand.ts
index 5f010cf22fa6..4378e2294941 100644
--- a/clients/client-device-farm/src/commands/PurchaseOfferingCommand.ts
+++ b/clients/client-device-farm/src/commands/PurchaseOfferingCommand.ts
@@ -161,4 +161,16 @@ export class PurchaseOfferingCommand extends $Command
.f(void 0, void 0)
.ser(se_PurchaseOfferingCommand)
.de(de_PurchaseOfferingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PurchaseOfferingRequest;
+ output: PurchaseOfferingResult;
+ };
+ sdk: {
+ input: PurchaseOfferingCommandInput;
+ output: PurchaseOfferingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/RenewOfferingCommand.ts b/clients/client-device-farm/src/commands/RenewOfferingCommand.ts
index 95c23e088718..62775b1b8053 100644
--- a/clients/client-device-farm/src/commands/RenewOfferingCommand.ts
+++ b/clients/client-device-farm/src/commands/RenewOfferingCommand.ts
@@ -159,4 +159,16 @@ export class RenewOfferingCommand extends $Command
.f(void 0, void 0)
.ser(se_RenewOfferingCommand)
.de(de_RenewOfferingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RenewOfferingRequest;
+ output: RenewOfferingResult;
+ };
+ sdk: {
+ input: RenewOfferingCommandInput;
+ output: RenewOfferingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/ScheduleRunCommand.ts b/clients/client-device-farm/src/commands/ScheduleRunCommand.ts
index 83e448083905..f831706e2d73 100644
--- a/clients/client-device-farm/src/commands/ScheduleRunCommand.ts
+++ b/clients/client-device-farm/src/commands/ScheduleRunCommand.ts
@@ -274,4 +274,16 @@ export class ScheduleRunCommand extends $Command
.f(void 0, void 0)
.ser(se_ScheduleRunCommand)
.de(de_ScheduleRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ScheduleRunRequest;
+ output: ScheduleRunResult;
+ };
+ sdk: {
+ input: ScheduleRunCommandInput;
+ output: ScheduleRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/StopJobCommand.ts b/clients/client-device-farm/src/commands/StopJobCommand.ts
index 7cebfb663d39..99db16f5cef0 100644
--- a/clients/client-device-farm/src/commands/StopJobCommand.ts
+++ b/clients/client-device-farm/src/commands/StopJobCommand.ts
@@ -169,4 +169,16 @@ export class StopJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StopJobCommand)
.de(de_StopJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopJobRequest;
+ output: StopJobResult;
+ };
+ sdk: {
+ input: StopJobCommandInput;
+ output: StopJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/StopRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/StopRemoteAccessSessionCommand.ts
index 48706418a83c..15079c41a081 100644
--- a/clients/client-device-farm/src/commands/StopRemoteAccessSessionCommand.ts
+++ b/clients/client-device-farm/src/commands/StopRemoteAccessSessionCommand.ts
@@ -173,4 +173,16 @@ export class StopRemoteAccessSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_StopRemoteAccessSessionCommand)
.de(de_StopRemoteAccessSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopRemoteAccessSessionRequest;
+ output: StopRemoteAccessSessionResult;
+ };
+ sdk: {
+ input: StopRemoteAccessSessionCommandInput;
+ output: StopRemoteAccessSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/StopRunCommand.ts b/clients/client-device-farm/src/commands/StopRunCommand.ts
index 0172ff78e1ac..5390cab66884 100644
--- a/clients/client-device-farm/src/commands/StopRunCommand.ts
+++ b/clients/client-device-farm/src/commands/StopRunCommand.ts
@@ -204,4 +204,16 @@ export class StopRunCommand extends $Command
.f(void 0, void 0)
.ser(se_StopRunCommand)
.de(de_StopRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopRunRequest;
+ output: StopRunResult;
+ };
+ sdk: {
+ input: StopRunCommandInput;
+ output: StopRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/TagResourceCommand.ts b/clients/client-device-farm/src/commands/TagResourceCommand.ts
index cee78c63f55e..d6cfeb41f37d 100644
--- a/clients/client-device-farm/src/commands/TagResourceCommand.ts
+++ b/clients/client-device-farm/src/commands/TagResourceCommand.ts
@@ -100,4 +100,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/UntagResourceCommand.ts b/clients/client-device-farm/src/commands/UntagResourceCommand.ts
index fd96427d216f..460a39ebfb18 100644
--- a/clients/client-device-farm/src/commands/UntagResourceCommand.ts
+++ b/clients/client-device-farm/src/commands/UntagResourceCommand.ts
@@ -87,4 +87,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/UpdateDeviceInstanceCommand.ts b/clients/client-device-farm/src/commands/UpdateDeviceInstanceCommand.ts
index 4889499d4d8f..6a49f3edbaa4 100644
--- a/clients/client-device-farm/src/commands/UpdateDeviceInstanceCommand.ts
+++ b/clients/client-device-farm/src/commands/UpdateDeviceInstanceCommand.ts
@@ -111,4 +111,16 @@ export class UpdateDeviceInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDeviceInstanceCommand)
.de(de_UpdateDeviceInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDeviceInstanceRequest;
+ output: UpdateDeviceInstanceResult;
+ };
+ sdk: {
+ input: UpdateDeviceInstanceCommandInput;
+ output: UpdateDeviceInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/UpdateDevicePoolCommand.ts b/clients/client-device-farm/src/commands/UpdateDevicePoolCommand.ts
index d0db8f181d9d..48ffad137636 100644
--- a/clients/client-device-farm/src/commands/UpdateDevicePoolCommand.ts
+++ b/clients/client-device-farm/src/commands/UpdateDevicePoolCommand.ts
@@ -140,4 +140,16 @@ export class UpdateDevicePoolCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDevicePoolCommand)
.de(de_UpdateDevicePoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDevicePoolRequest;
+ output: UpdateDevicePoolResult;
+ };
+ sdk: {
+ input: UpdateDevicePoolCommandInput;
+ output: UpdateDevicePoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/UpdateInstanceProfileCommand.ts b/clients/client-device-farm/src/commands/UpdateInstanceProfileCommand.ts
index c010989cd914..7cadb8b9ecf0 100644
--- a/clients/client-device-farm/src/commands/UpdateInstanceProfileCommand.ts
+++ b/clients/client-device-farm/src/commands/UpdateInstanceProfileCommand.ts
@@ -105,4 +105,16 @@ export class UpdateInstanceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateInstanceProfileCommand)
.de(de_UpdateInstanceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateInstanceProfileRequest;
+ output: UpdateInstanceProfileResult;
+ };
+ sdk: {
+ input: UpdateInstanceProfileCommandInput;
+ output: UpdateInstanceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/UpdateNetworkProfileCommand.ts b/clients/client-device-farm/src/commands/UpdateNetworkProfileCommand.ts
index e731f92b5e5e..97091b360e9b 100644
--- a/clients/client-device-farm/src/commands/UpdateNetworkProfileCommand.ts
+++ b/clients/client-device-farm/src/commands/UpdateNetworkProfileCommand.ts
@@ -113,4 +113,16 @@ export class UpdateNetworkProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateNetworkProfileCommand)
.de(de_UpdateNetworkProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateNetworkProfileRequest;
+ output: UpdateNetworkProfileResult;
+ };
+ sdk: {
+ input: UpdateNetworkProfileCommandInput;
+ output: UpdateNetworkProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/UpdateProjectCommand.ts b/clients/client-device-farm/src/commands/UpdateProjectCommand.ts
index 32d39f3f074e..f7467cbd71d0 100644
--- a/clients/client-device-farm/src/commands/UpdateProjectCommand.ts
+++ b/clients/client-device-farm/src/commands/UpdateProjectCommand.ts
@@ -136,4 +136,16 @@ export class UpdateProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateProjectCommand)
.de(de_UpdateProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateProjectRequest;
+ output: UpdateProjectResult;
+ };
+ sdk: {
+ input: UpdateProjectCommandInput;
+ output: UpdateProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/UpdateTestGridProjectCommand.ts b/clients/client-device-farm/src/commands/UpdateTestGridProjectCommand.ts
index 91a29cd43eef..9a974771dcf3 100644
--- a/clients/client-device-farm/src/commands/UpdateTestGridProjectCommand.ts
+++ b/clients/client-device-farm/src/commands/UpdateTestGridProjectCommand.ts
@@ -115,4 +115,16 @@ export class UpdateTestGridProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTestGridProjectCommand)
.de(de_UpdateTestGridProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTestGridProjectRequest;
+ output: UpdateTestGridProjectResult;
+ };
+ sdk: {
+ input: UpdateTestGridProjectCommandInput;
+ output: UpdateTestGridProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/UpdateUploadCommand.ts b/clients/client-device-farm/src/commands/UpdateUploadCommand.ts
index b8227b8ce858..2b86ded4c38b 100644
--- a/clients/client-device-farm/src/commands/UpdateUploadCommand.ts
+++ b/clients/client-device-farm/src/commands/UpdateUploadCommand.ts
@@ -103,4 +103,16 @@ export class UpdateUploadCommand extends $Command
.f(void 0, UpdateUploadResultFilterSensitiveLog)
.ser(se_UpdateUploadCommand)
.de(de_UpdateUploadCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateUploadRequest;
+ output: UpdateUploadResult;
+ };
+ sdk: {
+ input: UpdateUploadCommandInput;
+ output: UpdateUploadCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-device-farm/src/commands/UpdateVPCEConfigurationCommand.ts b/clients/client-device-farm/src/commands/UpdateVPCEConfigurationCommand.ts
index 0cd2ccad954d..be0443c2ea1b 100644
--- a/clients/client-device-farm/src/commands/UpdateVPCEConfigurationCommand.ts
+++ b/clients/client-device-farm/src/commands/UpdateVPCEConfigurationCommand.ts
@@ -100,4 +100,16 @@ export class UpdateVPCEConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateVPCEConfigurationCommand)
.de(de_UpdateVPCEConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateVPCEConfigurationRequest;
+ output: UpdateVPCEConfigurationResult;
+ };
+ sdk: {
+ input: UpdateVPCEConfigurationCommandInput;
+ output: UpdateVPCEConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/package.json b/clients/client-devops-guru/package.json
index 06f3a69f5f11..7aa0054ceec5 100644
--- a/clients/client-devops-guru/package.json
+++ b/clients/client-devops-guru/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-devops-guru/src/commands/AddNotificationChannelCommand.ts b/clients/client-devops-guru/src/commands/AddNotificationChannelCommand.ts
index 1d8f8831a2ef..ef114d67c752 100644
--- a/clients/client-devops-guru/src/commands/AddNotificationChannelCommand.ts
+++ b/clients/client-devops-guru/src/commands/AddNotificationChannelCommand.ts
@@ -122,4 +122,16 @@ export class AddNotificationChannelCommand extends $Command
.f(void 0, void 0)
.ser(se_AddNotificationChannelCommand)
.de(de_AddNotificationChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddNotificationChannelRequest;
+ output: AddNotificationChannelResponse;
+ };
+ sdk: {
+ input: AddNotificationChannelCommandInput;
+ output: AddNotificationChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/DeleteInsightCommand.ts b/clients/client-devops-guru/src/commands/DeleteInsightCommand.ts
index d0bbb462f037..087364d95d8f 100644
--- a/clients/client-devops-guru/src/commands/DeleteInsightCommand.ts
+++ b/clients/client-devops-guru/src/commands/DeleteInsightCommand.ts
@@ -97,4 +97,16 @@ export class DeleteInsightCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteInsightCommand)
.de(de_DeleteInsightCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteInsightRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteInsightCommandInput;
+ output: DeleteInsightCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/DescribeAccountHealthCommand.ts b/clients/client-devops-guru/src/commands/DescribeAccountHealthCommand.ts
index 085a9006f9c7..a8846562fbdd 100644
--- a/clients/client-devops-guru/src/commands/DescribeAccountHealthCommand.ts
+++ b/clients/client-devops-guru/src/commands/DescribeAccountHealthCommand.ts
@@ -97,4 +97,16 @@ export class DescribeAccountHealthCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAccountHealthCommand)
.de(de_DescribeAccountHealthCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeAccountHealthResponse;
+ };
+ sdk: {
+ input: DescribeAccountHealthCommandInput;
+ output: DescribeAccountHealthCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/DescribeAccountOverviewCommand.ts b/clients/client-devops-guru/src/commands/DescribeAccountOverviewCommand.ts
index 9aff88fac735..ddaecc3c4c70 100644
--- a/clients/client-devops-guru/src/commands/DescribeAccountOverviewCommand.ts
+++ b/clients/client-devops-guru/src/commands/DescribeAccountOverviewCommand.ts
@@ -98,4 +98,16 @@ export class DescribeAccountOverviewCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAccountOverviewCommand)
.de(de_DescribeAccountOverviewCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAccountOverviewRequest;
+ output: DescribeAccountOverviewResponse;
+ };
+ sdk: {
+ input: DescribeAccountOverviewCommandInput;
+ output: DescribeAccountOverviewCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/DescribeAnomalyCommand.ts b/clients/client-devops-guru/src/commands/DescribeAnomalyCommand.ts
index 8d88b8a5cfa4..2be51bae65d5 100644
--- a/clients/client-devops-guru/src/commands/DescribeAnomalyCommand.ts
+++ b/clients/client-devops-guru/src/commands/DescribeAnomalyCommand.ts
@@ -346,4 +346,16 @@ export class DescribeAnomalyCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAnomalyCommand)
.de(de_DescribeAnomalyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAnomalyRequest;
+ output: DescribeAnomalyResponse;
+ };
+ sdk: {
+ input: DescribeAnomalyCommandInput;
+ output: DescribeAnomalyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/DescribeEventSourcesConfigCommand.ts b/clients/client-devops-guru/src/commands/DescribeEventSourcesConfigCommand.ts
index 96f83922eba1..ee491823ed34 100644
--- a/clients/client-devops-guru/src/commands/DescribeEventSourcesConfigCommand.ts
+++ b/clients/client-devops-guru/src/commands/DescribeEventSourcesConfigCommand.ts
@@ -98,4 +98,16 @@ export class DescribeEventSourcesConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEventSourcesConfigCommand)
.de(de_DescribeEventSourcesConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeEventSourcesConfigResponse;
+ };
+ sdk: {
+ input: DescribeEventSourcesConfigCommandInput;
+ output: DescribeEventSourcesConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/DescribeFeedbackCommand.ts b/clients/client-devops-guru/src/commands/DescribeFeedbackCommand.ts
index 5729c2867899..b2fffbc3a84f 100644
--- a/clients/client-devops-guru/src/commands/DescribeFeedbackCommand.ts
+++ b/clients/client-devops-guru/src/commands/DescribeFeedbackCommand.ts
@@ -100,4 +100,16 @@ export class DescribeFeedbackCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFeedbackCommand)
.de(de_DescribeFeedbackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFeedbackRequest;
+ output: DescribeFeedbackResponse;
+ };
+ sdk: {
+ input: DescribeFeedbackCommandInput;
+ output: DescribeFeedbackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/DescribeInsightCommand.ts b/clients/client-devops-guru/src/commands/DescribeInsightCommand.ts
index 0573628530cb..c083ac4d9cc1 100644
--- a/clients/client-devops-guru/src/commands/DescribeInsightCommand.ts
+++ b/clients/client-devops-guru/src/commands/DescribeInsightCommand.ts
@@ -154,4 +154,16 @@ export class DescribeInsightCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeInsightCommand)
.de(de_DescribeInsightCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInsightRequest;
+ output: DescribeInsightResponse;
+ };
+ sdk: {
+ input: DescribeInsightCommandInput;
+ output: DescribeInsightCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/DescribeOrganizationHealthCommand.ts b/clients/client-devops-guru/src/commands/DescribeOrganizationHealthCommand.ts
index f543647b892b..e1239bd385e7 100644
--- a/clients/client-devops-guru/src/commands/DescribeOrganizationHealthCommand.ts
+++ b/clients/client-devops-guru/src/commands/DescribeOrganizationHealthCommand.ts
@@ -102,4 +102,16 @@ export class DescribeOrganizationHealthCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeOrganizationHealthCommand)
.de(de_DescribeOrganizationHealthCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeOrganizationHealthRequest;
+ output: DescribeOrganizationHealthResponse;
+ };
+ sdk: {
+ input: DescribeOrganizationHealthCommandInput;
+ output: DescribeOrganizationHealthCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/DescribeOrganizationOverviewCommand.ts b/clients/client-devops-guru/src/commands/DescribeOrganizationOverviewCommand.ts
index e988d403b2ef..bef04c0d49ee 100644
--- a/clients/client-devops-guru/src/commands/DescribeOrganizationOverviewCommand.ts
+++ b/clients/client-devops-guru/src/commands/DescribeOrganizationOverviewCommand.ts
@@ -107,4 +107,16 @@ export class DescribeOrganizationOverviewCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeOrganizationOverviewCommand)
.de(de_DescribeOrganizationOverviewCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeOrganizationOverviewRequest;
+ output: DescribeOrganizationOverviewResponse;
+ };
+ sdk: {
+ input: DescribeOrganizationOverviewCommandInput;
+ output: DescribeOrganizationOverviewCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/DescribeOrganizationResourceCollectionHealthCommand.ts b/clients/client-devops-guru/src/commands/DescribeOrganizationResourceCollectionHealthCommand.ts
index 7a927c0312a9..0dfa4f9e5998 100644
--- a/clients/client-devops-guru/src/commands/DescribeOrganizationResourceCollectionHealthCommand.ts
+++ b/clients/client-devops-guru/src/commands/DescribeOrganizationResourceCollectionHealthCommand.ts
@@ -154,4 +154,16 @@ export class DescribeOrganizationResourceCollectionHealthCommand extends $Comman
.f(void 0, void 0)
.ser(se_DescribeOrganizationResourceCollectionHealthCommand)
.de(de_DescribeOrganizationResourceCollectionHealthCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeOrganizationResourceCollectionHealthRequest;
+ output: DescribeOrganizationResourceCollectionHealthResponse;
+ };
+ sdk: {
+ input: DescribeOrganizationResourceCollectionHealthCommandInput;
+ output: DescribeOrganizationResourceCollectionHealthCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/DescribeResourceCollectionHealthCommand.ts b/clients/client-devops-guru/src/commands/DescribeResourceCollectionHealthCommand.ts
index fc809ab1568a..b8fe4f99e58a 100644
--- a/clients/client-devops-guru/src/commands/DescribeResourceCollectionHealthCommand.ts
+++ b/clients/client-devops-guru/src/commands/DescribeResourceCollectionHealthCommand.ts
@@ -136,4 +136,16 @@ export class DescribeResourceCollectionHealthCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeResourceCollectionHealthCommand)
.de(de_DescribeResourceCollectionHealthCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeResourceCollectionHealthRequest;
+ output: DescribeResourceCollectionHealthResponse;
+ };
+ sdk: {
+ input: DescribeResourceCollectionHealthCommandInput;
+ output: DescribeResourceCollectionHealthCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/DescribeServiceIntegrationCommand.ts b/clients/client-devops-guru/src/commands/DescribeServiceIntegrationCommand.ts
index 7e2d23637378..cd61461fb82b 100644
--- a/clients/client-devops-guru/src/commands/DescribeServiceIntegrationCommand.ts
+++ b/clients/client-devops-guru/src/commands/DescribeServiceIntegrationCommand.ts
@@ -108,4 +108,16 @@ export class DescribeServiceIntegrationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeServiceIntegrationCommand)
.de(de_DescribeServiceIntegrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeServiceIntegrationResponse;
+ };
+ sdk: {
+ input: DescribeServiceIntegrationCommandInput;
+ output: DescribeServiceIntegrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/GetCostEstimationCommand.ts b/clients/client-devops-guru/src/commands/GetCostEstimationCommand.ts
index 9da0346f159f..13ae1aa28aba 100644
--- a/clients/client-devops-guru/src/commands/GetCostEstimationCommand.ts
+++ b/clients/client-devops-guru/src/commands/GetCostEstimationCommand.ts
@@ -130,4 +130,16 @@ export class GetCostEstimationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCostEstimationCommand)
.de(de_GetCostEstimationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCostEstimationRequest;
+ output: GetCostEstimationResponse;
+ };
+ sdk: {
+ input: GetCostEstimationCommandInput;
+ output: GetCostEstimationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/GetResourceCollectionCommand.ts b/clients/client-devops-guru/src/commands/GetResourceCollectionCommand.ts
index 8668f31c1f3c..7809bf109ee6 100644
--- a/clients/client-devops-guru/src/commands/GetResourceCollectionCommand.ts
+++ b/clients/client-devops-guru/src/commands/GetResourceCollectionCommand.ts
@@ -115,4 +115,16 @@ export class GetResourceCollectionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResourceCollectionCommand)
.de(de_GetResourceCollectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourceCollectionRequest;
+ output: GetResourceCollectionResponse;
+ };
+ sdk: {
+ input: GetResourceCollectionCommandInput;
+ output: GetResourceCollectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/ListAnomaliesForInsightCommand.ts b/clients/client-devops-guru/src/commands/ListAnomaliesForInsightCommand.ts
index 59869f9b38e5..ba15b951e587 100644
--- a/clients/client-devops-guru/src/commands/ListAnomaliesForInsightCommand.ts
+++ b/clients/client-devops-guru/src/commands/ListAnomaliesForInsightCommand.ts
@@ -365,4 +365,16 @@ export class ListAnomaliesForInsightCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAnomaliesForInsightCommand)
.de(de_ListAnomaliesForInsightCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAnomaliesForInsightRequest;
+ output: ListAnomaliesForInsightResponse;
+ };
+ sdk: {
+ input: ListAnomaliesForInsightCommandInput;
+ output: ListAnomaliesForInsightCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/ListAnomalousLogGroupsCommand.ts b/clients/client-devops-guru/src/commands/ListAnomalousLogGroupsCommand.ts
index 778e77368dc4..2be3fb8b5a63 100644
--- a/clients/client-devops-guru/src/commands/ListAnomalousLogGroupsCommand.ts
+++ b/clients/client-devops-guru/src/commands/ListAnomalousLogGroupsCommand.ts
@@ -124,4 +124,16 @@ export class ListAnomalousLogGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAnomalousLogGroupsCommand)
.de(de_ListAnomalousLogGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAnomalousLogGroupsRequest;
+ output: ListAnomalousLogGroupsResponse;
+ };
+ sdk: {
+ input: ListAnomalousLogGroupsCommandInput;
+ output: ListAnomalousLogGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/ListEventsCommand.ts b/clients/client-devops-guru/src/commands/ListEventsCommand.ts
index 06b21bfce9f7..b238b6eb367c 100644
--- a/clients/client-devops-guru/src/commands/ListEventsCommand.ts
+++ b/clients/client-devops-guru/src/commands/ListEventsCommand.ts
@@ -156,4 +156,16 @@ export class ListEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEventsCommand)
.de(de_ListEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEventsRequest;
+ output: ListEventsResponse;
+ };
+ sdk: {
+ input: ListEventsCommandInput;
+ output: ListEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/ListInsightsCommand.ts b/clients/client-devops-guru/src/commands/ListInsightsCommand.ts
index b10e9d978110..7432a1b3a593 100644
--- a/clients/client-devops-guru/src/commands/ListInsightsCommand.ts
+++ b/clients/client-devops-guru/src/commands/ListInsightsCommand.ts
@@ -189,4 +189,16 @@ export class ListInsightsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInsightsCommand)
.de(de_ListInsightsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInsightsRequest;
+ output: ListInsightsResponse;
+ };
+ sdk: {
+ input: ListInsightsCommandInput;
+ output: ListInsightsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/ListMonitoredResourcesCommand.ts b/clients/client-devops-guru/src/commands/ListMonitoredResourcesCommand.ts
index d6ef95276017..a6c8a6f3bee8 100644
--- a/clients/client-devops-guru/src/commands/ListMonitoredResourcesCommand.ts
+++ b/clients/client-devops-guru/src/commands/ListMonitoredResourcesCommand.ts
@@ -122,4 +122,16 @@ export class ListMonitoredResourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMonitoredResourcesCommand)
.de(de_ListMonitoredResourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMonitoredResourcesRequest;
+ output: ListMonitoredResourcesResponse;
+ };
+ sdk: {
+ input: ListMonitoredResourcesCommandInput;
+ output: ListMonitoredResourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/ListNotificationChannelsCommand.ts b/clients/client-devops-guru/src/commands/ListNotificationChannelsCommand.ts
index 3119f44dbe03..789b252c8ce9 100644
--- a/clients/client-devops-guru/src/commands/ListNotificationChannelsCommand.ts
+++ b/clients/client-devops-guru/src/commands/ListNotificationChannelsCommand.ts
@@ -114,4 +114,16 @@ export class ListNotificationChannelsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListNotificationChannelsCommand)
.de(de_ListNotificationChannelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListNotificationChannelsRequest;
+ output: ListNotificationChannelsResponse;
+ };
+ sdk: {
+ input: ListNotificationChannelsCommandInput;
+ output: ListNotificationChannelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/ListOrganizationInsightsCommand.ts b/clients/client-devops-guru/src/commands/ListOrganizationInsightsCommand.ts
index 46d1ba242dbb..bd7f467d167a 100644
--- a/clients/client-devops-guru/src/commands/ListOrganizationInsightsCommand.ts
+++ b/clients/client-devops-guru/src/commands/ListOrganizationInsightsCommand.ts
@@ -191,4 +191,16 @@ export class ListOrganizationInsightsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListOrganizationInsightsCommand)
.de(de_ListOrganizationInsightsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListOrganizationInsightsRequest;
+ output: ListOrganizationInsightsResponse;
+ };
+ sdk: {
+ input: ListOrganizationInsightsCommandInput;
+ output: ListOrganizationInsightsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/ListRecommendationsCommand.ts b/clients/client-devops-guru/src/commands/ListRecommendationsCommand.ts
index 0d77d876faa2..04962d9521b1 100644
--- a/clients/client-devops-guru/src/commands/ListRecommendationsCommand.ts
+++ b/clients/client-devops-guru/src/commands/ListRecommendationsCommand.ts
@@ -141,4 +141,16 @@ export class ListRecommendationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRecommendationsCommand)
.de(de_ListRecommendationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRecommendationsRequest;
+ output: ListRecommendationsResponse;
+ };
+ sdk: {
+ input: ListRecommendationsCommandInput;
+ output: ListRecommendationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/PutFeedbackCommand.ts b/clients/client-devops-guru/src/commands/PutFeedbackCommand.ts
index 7d5b602b09e0..13f248627613 100644
--- a/clients/client-devops-guru/src/commands/PutFeedbackCommand.ts
+++ b/clients/client-devops-guru/src/commands/PutFeedbackCommand.ts
@@ -100,4 +100,16 @@ export class PutFeedbackCommand extends $Command
.f(void 0, void 0)
.ser(se_PutFeedbackCommand)
.de(de_PutFeedbackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutFeedbackRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutFeedbackCommandInput;
+ output: PutFeedbackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/RemoveNotificationChannelCommand.ts b/clients/client-devops-guru/src/commands/RemoveNotificationChannelCommand.ts
index 16247accf7b2..fc1d8b2a1a63 100644
--- a/clients/client-devops-guru/src/commands/RemoveNotificationChannelCommand.ts
+++ b/clients/client-devops-guru/src/commands/RemoveNotificationChannelCommand.ts
@@ -99,4 +99,16 @@ export class RemoveNotificationChannelCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveNotificationChannelCommand)
.de(de_RemoveNotificationChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveNotificationChannelRequest;
+ output: {};
+ };
+ sdk: {
+ input: RemoveNotificationChannelCommandInput;
+ output: RemoveNotificationChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/SearchInsightsCommand.ts b/clients/client-devops-guru/src/commands/SearchInsightsCommand.ts
index 0ef0a7bf9ba0..7532dcbfbb89 100644
--- a/clients/client-devops-guru/src/commands/SearchInsightsCommand.ts
+++ b/clients/client-devops-guru/src/commands/SearchInsightsCommand.ts
@@ -207,4 +207,16 @@ export class SearchInsightsCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchInsightsCommand)
.de(de_SearchInsightsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchInsightsRequest;
+ output: SearchInsightsResponse;
+ };
+ sdk: {
+ input: SearchInsightsCommandInput;
+ output: SearchInsightsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/SearchOrganizationInsightsCommand.ts b/clients/client-devops-guru/src/commands/SearchOrganizationInsightsCommand.ts
index 5ebbdd986d4a..d3a2f8ec2a59 100644
--- a/clients/client-devops-guru/src/commands/SearchOrganizationInsightsCommand.ts
+++ b/clients/client-devops-guru/src/commands/SearchOrganizationInsightsCommand.ts
@@ -211,4 +211,16 @@ export class SearchOrganizationInsightsCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchOrganizationInsightsCommand)
.de(de_SearchOrganizationInsightsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchOrganizationInsightsRequest;
+ output: SearchOrganizationInsightsResponse;
+ };
+ sdk: {
+ input: SearchOrganizationInsightsCommandInput;
+ output: SearchOrganizationInsightsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/StartCostEstimationCommand.ts b/clients/client-devops-guru/src/commands/StartCostEstimationCommand.ts
index 8893047ddd06..f4e7946e8681 100644
--- a/clients/client-devops-guru/src/commands/StartCostEstimationCommand.ts
+++ b/clients/client-devops-guru/src/commands/StartCostEstimationCommand.ts
@@ -113,4 +113,16 @@ export class StartCostEstimationCommand extends $Command
.f(void 0, void 0)
.ser(se_StartCostEstimationCommand)
.de(de_StartCostEstimationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartCostEstimationRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartCostEstimationCommandInput;
+ output: StartCostEstimationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/UpdateEventSourcesConfigCommand.ts b/clients/client-devops-guru/src/commands/UpdateEventSourcesConfigCommand.ts
index d78b44da00c9..c266ead6d909 100644
--- a/clients/client-devops-guru/src/commands/UpdateEventSourcesConfigCommand.ts
+++ b/clients/client-devops-guru/src/commands/UpdateEventSourcesConfigCommand.ts
@@ -97,4 +97,16 @@ export class UpdateEventSourcesConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEventSourcesConfigCommand)
.de(de_UpdateEventSourcesConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEventSourcesConfigRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateEventSourcesConfigCommandInput;
+ output: UpdateEventSourcesConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/UpdateResourceCollectionCommand.ts b/clients/client-devops-guru/src/commands/UpdateResourceCollectionCommand.ts
index 7736f27a0d64..e717d9aa17cd 100644
--- a/clients/client-devops-guru/src/commands/UpdateResourceCollectionCommand.ts
+++ b/clients/client-devops-guru/src/commands/UpdateResourceCollectionCommand.ts
@@ -113,4 +113,16 @@ export class UpdateResourceCollectionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateResourceCollectionCommand)
.de(de_UpdateResourceCollectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateResourceCollectionRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateResourceCollectionCommandInput;
+ output: UpdateResourceCollectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-devops-guru/src/commands/UpdateServiceIntegrationCommand.ts b/clients/client-devops-guru/src/commands/UpdateServiceIntegrationCommand.ts
index 220fbeca5229..6efc930d713e 100644
--- a/clients/client-devops-guru/src/commands/UpdateServiceIntegrationCommand.ts
+++ b/clients/client-devops-guru/src/commands/UpdateServiceIntegrationCommand.ts
@@ -108,4 +108,16 @@ export class UpdateServiceIntegrationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateServiceIntegrationCommand)
.de(de_UpdateServiceIntegrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateServiceIntegrationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateServiceIntegrationCommandInput;
+ output: UpdateServiceIntegrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/package.json b/clients/client-direct-connect/package.json
index 8ff3c99dbf1d..e695c857080c 100644
--- a/clients/client-direct-connect/package.json
+++ b/clients/client-direct-connect/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-direct-connect/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts b/clients/client-direct-connect/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts
index 9aa6a9a8a7a1..33cc5a87612f 100644
--- a/clients/client-direct-connect/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts
+++ b/clients/client-direct-connect/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts
@@ -119,4 +119,16 @@ export class AcceptDirectConnectGatewayAssociationProposalCommand extends $Comma
.f(void 0, void 0)
.ser(se_AcceptDirectConnectGatewayAssociationProposalCommand)
.de(de_AcceptDirectConnectGatewayAssociationProposalCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AcceptDirectConnectGatewayAssociationProposalRequest;
+ output: AcceptDirectConnectGatewayAssociationProposalResult;
+ };
+ sdk: {
+ input: AcceptDirectConnectGatewayAssociationProposalCommandInput;
+ output: AcceptDirectConnectGatewayAssociationProposalCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts b/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts
index 3b0f53fea074..cae43fef535f 100644
--- a/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts
+++ b/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts
@@ -132,4 +132,16 @@ export class AllocateConnectionOnInterconnectCommand extends $Command
.f(void 0, void 0)
.ser(se_AllocateConnectionOnInterconnectCommand)
.de(de_AllocateConnectionOnInterconnectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AllocateConnectionOnInterconnectRequest;
+ output: Connection;
+ };
+ sdk: {
+ input: AllocateConnectionOnInterconnectCommandInput;
+ output: AllocateConnectionOnInterconnectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/AllocateHostedConnectionCommand.ts b/clients/client-direct-connect/src/commands/AllocateHostedConnectionCommand.ts
index 8cca9ee1ebee..130412f6a8f8 100644
--- a/clients/client-direct-connect/src/commands/AllocateHostedConnectionCommand.ts
+++ b/clients/client-direct-connect/src/commands/AllocateHostedConnectionCommand.ts
@@ -137,4 +137,16 @@ export class AllocateHostedConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_AllocateHostedConnectionCommand)
.de(de_AllocateHostedConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AllocateHostedConnectionRequest;
+ output: Connection;
+ };
+ sdk: {
+ input: AllocateHostedConnectionCommandInput;
+ output: AllocateHostedConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/AllocatePrivateVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/AllocatePrivateVirtualInterfaceCommand.ts
index 8c1fe06cdb34..6611eaa685a8 100644
--- a/clients/client-direct-connect/src/commands/AllocatePrivateVirtualInterfaceCommand.ts
+++ b/clients/client-direct-connect/src/commands/AllocatePrivateVirtualInterfaceCommand.ts
@@ -158,4 +158,16 @@ export class AllocatePrivateVirtualInterfaceCommand extends $Command
.f(void 0, void 0)
.ser(se_AllocatePrivateVirtualInterfaceCommand)
.de(de_AllocatePrivateVirtualInterfaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AllocatePrivateVirtualInterfaceRequest;
+ output: VirtualInterface;
+ };
+ sdk: {
+ input: AllocatePrivateVirtualInterfaceCommandInput;
+ output: AllocatePrivateVirtualInterfaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/AllocatePublicVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/AllocatePublicVirtualInterfaceCommand.ts
index 92d58b699de1..f242c9abd725 100644
--- a/clients/client-direct-connect/src/commands/AllocatePublicVirtualInterfaceCommand.ts
+++ b/clients/client-direct-connect/src/commands/AllocatePublicVirtualInterfaceCommand.ts
@@ -165,4 +165,16 @@ export class AllocatePublicVirtualInterfaceCommand extends $Command
.f(void 0, void 0)
.ser(se_AllocatePublicVirtualInterfaceCommand)
.de(de_AllocatePublicVirtualInterfaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AllocatePublicVirtualInterfaceRequest;
+ output: VirtualInterface;
+ };
+ sdk: {
+ input: AllocatePublicVirtualInterfaceCommandInput;
+ output: AllocatePublicVirtualInterfaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/AllocateTransitVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/AllocateTransitVirtualInterfaceCommand.ts
index b1c940957552..69cc3d19623e 100644
--- a/clients/client-direct-connect/src/commands/AllocateTransitVirtualInterfaceCommand.ts
+++ b/clients/client-direct-connect/src/commands/AllocateTransitVirtualInterfaceCommand.ts
@@ -162,4 +162,16 @@ export class AllocateTransitVirtualInterfaceCommand extends $Command
.f(void 0, void 0)
.ser(se_AllocateTransitVirtualInterfaceCommand)
.de(de_AllocateTransitVirtualInterfaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AllocateTransitVirtualInterfaceRequest;
+ output: AllocateTransitVirtualInterfaceResult;
+ };
+ sdk: {
+ input: AllocateTransitVirtualInterfaceCommandInput;
+ output: AllocateTransitVirtualInterfaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/AssociateConnectionWithLagCommand.ts b/clients/client-direct-connect/src/commands/AssociateConnectionWithLagCommand.ts
index 4be96d35b10e..e51aed84f240 100644
--- a/clients/client-direct-connect/src/commands/AssociateConnectionWithLagCommand.ts
+++ b/clients/client-direct-connect/src/commands/AssociateConnectionWithLagCommand.ts
@@ -130,4 +130,16 @@ export class AssociateConnectionWithLagCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateConnectionWithLagCommand)
.de(de_AssociateConnectionWithLagCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateConnectionWithLagRequest;
+ output: Connection;
+ };
+ sdk: {
+ input: AssociateConnectionWithLagCommandInput;
+ output: AssociateConnectionWithLagCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/AssociateHostedConnectionCommand.ts b/clients/client-direct-connect/src/commands/AssociateHostedConnectionCommand.ts
index 54e02e612b1b..6b834b141d4d 100644
--- a/clients/client-direct-connect/src/commands/AssociateHostedConnectionCommand.ts
+++ b/clients/client-direct-connect/src/commands/AssociateHostedConnectionCommand.ts
@@ -124,4 +124,16 @@ export class AssociateHostedConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateHostedConnectionCommand)
.de(de_AssociateHostedConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateHostedConnectionRequest;
+ output: Connection;
+ };
+ sdk: {
+ input: AssociateHostedConnectionCommandInput;
+ output: AssociateHostedConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/AssociateMacSecKeyCommand.ts b/clients/client-direct-connect/src/commands/AssociateMacSecKeyCommand.ts
index 2f8e67518f08..7f8f492263f9 100644
--- a/clients/client-direct-connect/src/commands/AssociateMacSecKeyCommand.ts
+++ b/clients/client-direct-connect/src/commands/AssociateMacSecKeyCommand.ts
@@ -96,4 +96,16 @@ export class AssociateMacSecKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateMacSecKeyCommand)
.de(de_AssociateMacSecKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateMacSecKeyRequest;
+ output: AssociateMacSecKeyResponse;
+ };
+ sdk: {
+ input: AssociateMacSecKeyCommandInput;
+ output: AssociateMacSecKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/AssociateVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/AssociateVirtualInterfaceCommand.ts
index b362267b4a39..6bda07377aa4 100644
--- a/clients/client-direct-connect/src/commands/AssociateVirtualInterfaceCommand.ts
+++ b/clients/client-direct-connect/src/commands/AssociateVirtualInterfaceCommand.ts
@@ -140,4 +140,16 @@ export class AssociateVirtualInterfaceCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateVirtualInterfaceCommand)
.de(de_AssociateVirtualInterfaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateVirtualInterfaceRequest;
+ output: VirtualInterface;
+ };
+ sdk: {
+ input: AssociateVirtualInterfaceCommandInput;
+ output: AssociateVirtualInterfaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/ConfirmConnectionCommand.ts b/clients/client-direct-connect/src/commands/ConfirmConnectionCommand.ts
index 5e792faca75e..1e0491df23b8 100644
--- a/clients/client-direct-connect/src/commands/ConfirmConnectionCommand.ts
+++ b/clients/client-direct-connect/src/commands/ConfirmConnectionCommand.ts
@@ -85,4 +85,16 @@ export class ConfirmConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_ConfirmConnectionCommand)
.de(de_ConfirmConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ConfirmConnectionRequest;
+ output: ConfirmConnectionResponse;
+ };
+ sdk: {
+ input: ConfirmConnectionCommandInput;
+ output: ConfirmConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/ConfirmCustomerAgreementCommand.ts b/clients/client-direct-connect/src/commands/ConfirmCustomerAgreementCommand.ts
index 6174ce2ef480..9c9f8a4cbbdc 100644
--- a/clients/client-direct-connect/src/commands/ConfirmCustomerAgreementCommand.ts
+++ b/clients/client-direct-connect/src/commands/ConfirmCustomerAgreementCommand.ts
@@ -85,4 +85,16 @@ export class ConfirmCustomerAgreementCommand extends $Command
.f(void 0, void 0)
.ser(se_ConfirmCustomerAgreementCommand)
.de(de_ConfirmCustomerAgreementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ConfirmCustomerAgreementRequest;
+ output: ConfirmCustomerAgreementResponse;
+ };
+ sdk: {
+ input: ConfirmCustomerAgreementCommandInput;
+ output: ConfirmCustomerAgreementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts
index 3e5914e44ec4..e4fca3ccece9 100644
--- a/clients/client-direct-connect/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts
+++ b/clients/client-direct-connect/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts
@@ -93,4 +93,16 @@ export class ConfirmPrivateVirtualInterfaceCommand extends $Command
.f(void 0, void 0)
.ser(se_ConfirmPrivateVirtualInterfaceCommand)
.de(de_ConfirmPrivateVirtualInterfaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ConfirmPrivateVirtualInterfaceRequest;
+ output: ConfirmPrivateVirtualInterfaceResponse;
+ };
+ sdk: {
+ input: ConfirmPrivateVirtualInterfaceCommandInput;
+ output: ConfirmPrivateVirtualInterfaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/ConfirmPublicVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/ConfirmPublicVirtualInterfaceCommand.ts
index e0128d9e2f90..e7a8446076a4 100644
--- a/clients/client-direct-connect/src/commands/ConfirmPublicVirtualInterfaceCommand.ts
+++ b/clients/client-direct-connect/src/commands/ConfirmPublicVirtualInterfaceCommand.ts
@@ -90,4 +90,16 @@ export class ConfirmPublicVirtualInterfaceCommand extends $Command
.f(void 0, void 0)
.ser(se_ConfirmPublicVirtualInterfaceCommand)
.de(de_ConfirmPublicVirtualInterfaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ConfirmPublicVirtualInterfaceRequest;
+ output: ConfirmPublicVirtualInterfaceResponse;
+ };
+ sdk: {
+ input: ConfirmPublicVirtualInterfaceCommandInput;
+ output: ConfirmPublicVirtualInterfaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/ConfirmTransitVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/ConfirmTransitVirtualInterfaceCommand.ts
index dff70b681224..17e7f48f5960 100644
--- a/clients/client-direct-connect/src/commands/ConfirmTransitVirtualInterfaceCommand.ts
+++ b/clients/client-direct-connect/src/commands/ConfirmTransitVirtualInterfaceCommand.ts
@@ -90,4 +90,16 @@ export class ConfirmTransitVirtualInterfaceCommand extends $Command
.f(void 0, void 0)
.ser(se_ConfirmTransitVirtualInterfaceCommand)
.de(de_ConfirmTransitVirtualInterfaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ConfirmTransitVirtualInterfaceRequest;
+ output: ConfirmTransitVirtualInterfaceResponse;
+ };
+ sdk: {
+ input: ConfirmTransitVirtualInterfaceCommandInput;
+ output: ConfirmTransitVirtualInterfaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/CreateBGPPeerCommand.ts b/clients/client-direct-connect/src/commands/CreateBGPPeerCommand.ts
index 2ee4c282f3bc..e270959dea63 100644
--- a/clients/client-direct-connect/src/commands/CreateBGPPeerCommand.ts
+++ b/clients/client-direct-connect/src/commands/CreateBGPPeerCommand.ts
@@ -154,4 +154,16 @@ export class CreateBGPPeerCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateBGPPeerCommand)
.de(de_CreateBGPPeerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBGPPeerRequest;
+ output: CreateBGPPeerResponse;
+ };
+ sdk: {
+ input: CreateBGPPeerCommandInput;
+ output: CreateBGPPeerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/CreateConnectionCommand.ts b/clients/client-direct-connect/src/commands/CreateConnectionCommand.ts
index f2cc32080e81..c1ed4ce12d61 100644
--- a/clients/client-direct-connect/src/commands/CreateConnectionCommand.ts
+++ b/clients/client-direct-connect/src/commands/CreateConnectionCommand.ts
@@ -140,4 +140,16 @@ export class CreateConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateConnectionCommand)
.de(de_CreateConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateConnectionRequest;
+ output: Connection;
+ };
+ sdk: {
+ input: CreateConnectionCommandInput;
+ output: CreateConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationCommand.ts b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationCommand.ts
index d86be1bbf0cf..7407cb9680b4 100644
--- a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationCommand.ts
+++ b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationCommand.ts
@@ -120,4 +120,16 @@ export class CreateDirectConnectGatewayAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDirectConnectGatewayAssociationCommand)
.de(de_CreateDirectConnectGatewayAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDirectConnectGatewayAssociationRequest;
+ output: CreateDirectConnectGatewayAssociationResult;
+ };
+ sdk: {
+ input: CreateDirectConnectGatewayAssociationCommandInput;
+ output: CreateDirectConnectGatewayAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts
index 5b38c0cbd298..1fdb27ae37b9 100644
--- a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts
+++ b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts
@@ -126,4 +126,16 @@ export class CreateDirectConnectGatewayAssociationProposalCommand extends $Comma
.f(void 0, void 0)
.ser(se_CreateDirectConnectGatewayAssociationProposalCommand)
.de(de_CreateDirectConnectGatewayAssociationProposalCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDirectConnectGatewayAssociationProposalRequest;
+ output: CreateDirectConnectGatewayAssociationProposalResult;
+ };
+ sdk: {
+ input: CreateDirectConnectGatewayAssociationProposalCommandInput;
+ output: CreateDirectConnectGatewayAssociationProposalCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayCommand.ts b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayCommand.ts
index a1948d7005cd..0aca6c314eb1 100644
--- a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayCommand.ts
+++ b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayCommand.ts
@@ -96,4 +96,16 @@ export class CreateDirectConnectGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDirectConnectGatewayCommand)
.de(de_CreateDirectConnectGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDirectConnectGatewayRequest;
+ output: CreateDirectConnectGatewayResult;
+ };
+ sdk: {
+ input: CreateDirectConnectGatewayCommandInput;
+ output: CreateDirectConnectGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/CreateInterconnectCommand.ts b/clients/client-direct-connect/src/commands/CreateInterconnectCommand.ts
index b6dacef9c4c4..bba6f4af9a4c 100644
--- a/clients/client-direct-connect/src/commands/CreateInterconnectCommand.ts
+++ b/clients/client-direct-connect/src/commands/CreateInterconnectCommand.ts
@@ -133,4 +133,16 @@ export class CreateInterconnectCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateInterconnectCommand)
.de(de_CreateInterconnectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateInterconnectRequest;
+ output: Interconnect;
+ };
+ sdk: {
+ input: CreateInterconnectCommandInput;
+ output: CreateInterconnectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/CreateLagCommand.ts b/clients/client-direct-connect/src/commands/CreateLagCommand.ts
index b7f441d8dd23..2ac82c92be3a 100644
--- a/clients/client-direct-connect/src/commands/CreateLagCommand.ts
+++ b/clients/client-direct-connect/src/commands/CreateLagCommand.ts
@@ -194,4 +194,16 @@ export class CreateLagCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLagCommand)
.de(de_CreateLagCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLagRequest;
+ output: Lag;
+ };
+ sdk: {
+ input: CreateLagCommandInput;
+ output: CreateLagCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/CreatePrivateVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/CreatePrivateVirtualInterfaceCommand.ts
index 1ba33fb03ddf..8a91f45965ec 100644
--- a/clients/client-direct-connect/src/commands/CreatePrivateVirtualInterfaceCommand.ts
+++ b/clients/client-direct-connect/src/commands/CreatePrivateVirtualInterfaceCommand.ts
@@ -168,4 +168,16 @@ export class CreatePrivateVirtualInterfaceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePrivateVirtualInterfaceCommand)
.de(de_CreatePrivateVirtualInterfaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePrivateVirtualInterfaceRequest;
+ output: VirtualInterface;
+ };
+ sdk: {
+ input: CreatePrivateVirtualInterfaceCommandInput;
+ output: CreatePrivateVirtualInterfaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/CreatePublicVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/CreatePublicVirtualInterfaceCommand.ts
index e6bcf8493be3..21d58b3483e3 100644
--- a/clients/client-direct-connect/src/commands/CreatePublicVirtualInterfaceCommand.ts
+++ b/clients/client-direct-connect/src/commands/CreatePublicVirtualInterfaceCommand.ts
@@ -162,4 +162,16 @@ export class CreatePublicVirtualInterfaceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePublicVirtualInterfaceCommand)
.de(de_CreatePublicVirtualInterfaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePublicVirtualInterfaceRequest;
+ output: VirtualInterface;
+ };
+ sdk: {
+ input: CreatePublicVirtualInterfaceCommandInput;
+ output: CreatePublicVirtualInterfaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/CreateTransitVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/CreateTransitVirtualInterfaceCommand.ts
index 1de52f66bade..4a24406195f7 100644
--- a/clients/client-direct-connect/src/commands/CreateTransitVirtualInterfaceCommand.ts
+++ b/clients/client-direct-connect/src/commands/CreateTransitVirtualInterfaceCommand.ts
@@ -170,4 +170,16 @@ export class CreateTransitVirtualInterfaceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTransitVirtualInterfaceCommand)
.de(de_CreateTransitVirtualInterfaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTransitVirtualInterfaceRequest;
+ output: CreateTransitVirtualInterfaceResult;
+ };
+ sdk: {
+ input: CreateTransitVirtualInterfaceCommandInput;
+ output: CreateTransitVirtualInterfaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DeleteBGPPeerCommand.ts b/clients/client-direct-connect/src/commands/DeleteBGPPeerCommand.ts
index 02954dbbb674..e1ff968dc987 100644
--- a/clients/client-direct-connect/src/commands/DeleteBGPPeerCommand.ts
+++ b/clients/client-direct-connect/src/commands/DeleteBGPPeerCommand.ts
@@ -136,4 +136,16 @@ export class DeleteBGPPeerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBGPPeerCommand)
.de(de_DeleteBGPPeerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBGPPeerRequest;
+ output: DeleteBGPPeerResponse;
+ };
+ sdk: {
+ input: DeleteBGPPeerCommandInput;
+ output: DeleteBGPPeerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DeleteConnectionCommand.ts b/clients/client-direct-connect/src/commands/DeleteConnectionCommand.ts
index d94ee2e9910e..5382bb849aa3 100644
--- a/clients/client-direct-connect/src/commands/DeleteConnectionCommand.ts
+++ b/clients/client-direct-connect/src/commands/DeleteConnectionCommand.ts
@@ -119,4 +119,16 @@ export class DeleteConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConnectionCommand)
.de(de_DeleteConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConnectionRequest;
+ output: Connection;
+ };
+ sdk: {
+ input: DeleteConnectionCommandInput;
+ output: DeleteConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts
index 352305f7e460..8b8676b882b4 100644
--- a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts
+++ b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts
@@ -115,4 +115,16 @@ export class DeleteDirectConnectGatewayAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDirectConnectGatewayAssociationCommand)
.de(de_DeleteDirectConnectGatewayAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDirectConnectGatewayAssociationRequest;
+ output: DeleteDirectConnectGatewayAssociationResult;
+ };
+ sdk: {
+ input: DeleteDirectConnectGatewayAssociationCommandInput;
+ output: DeleteDirectConnectGatewayAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts
index 2ba3ee959777..e23758ac96a2 100644
--- a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts
+++ b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts
@@ -113,4 +113,16 @@ export class DeleteDirectConnectGatewayAssociationProposalCommand extends $Comma
.f(void 0, void 0)
.ser(se_DeleteDirectConnectGatewayAssociationProposalCommand)
.de(de_DeleteDirectConnectGatewayAssociationProposalCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDirectConnectGatewayAssociationProposalRequest;
+ output: DeleteDirectConnectGatewayAssociationProposalResult;
+ };
+ sdk: {
+ input: DeleteDirectConnectGatewayAssociationProposalCommandInput;
+ output: DeleteDirectConnectGatewayAssociationProposalCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayCommand.ts b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayCommand.ts
index cd89604753ca..de0f6f9530cd 100644
--- a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayCommand.ts
+++ b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayCommand.ts
@@ -92,4 +92,16 @@ export class DeleteDirectConnectGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDirectConnectGatewayCommand)
.de(de_DeleteDirectConnectGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDirectConnectGatewayRequest;
+ output: DeleteDirectConnectGatewayResult;
+ };
+ sdk: {
+ input: DeleteDirectConnectGatewayCommandInput;
+ output: DeleteDirectConnectGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DeleteInterconnectCommand.ts b/clients/client-direct-connect/src/commands/DeleteInterconnectCommand.ts
index 01bfaf0eaacd..be3c30fb15e6 100644
--- a/clients/client-direct-connect/src/commands/DeleteInterconnectCommand.ts
+++ b/clients/client-direct-connect/src/commands/DeleteInterconnectCommand.ts
@@ -87,4 +87,16 @@ export class DeleteInterconnectCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteInterconnectCommand)
.de(de_DeleteInterconnectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteInterconnectRequest;
+ output: DeleteInterconnectResponse;
+ };
+ sdk: {
+ input: DeleteInterconnectCommandInput;
+ output: DeleteInterconnectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DeleteLagCommand.ts b/clients/client-direct-connect/src/commands/DeleteLagCommand.ts
index 7344a833a067..87840a3d82d9 100644
--- a/clients/client-direct-connect/src/commands/DeleteLagCommand.ts
+++ b/clients/client-direct-connect/src/commands/DeleteLagCommand.ts
@@ -153,4 +153,16 @@ export class DeleteLagCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLagCommand)
.de(de_DeleteLagCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLagRequest;
+ output: Lag;
+ };
+ sdk: {
+ input: DeleteLagCommandInput;
+ output: DeleteLagCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DeleteVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/DeleteVirtualInterfaceCommand.ts
index ee595b6dff4d..a5e145f1ace8 100644
--- a/clients/client-direct-connect/src/commands/DeleteVirtualInterfaceCommand.ts
+++ b/clients/client-direct-connect/src/commands/DeleteVirtualInterfaceCommand.ts
@@ -83,4 +83,16 @@ export class DeleteVirtualInterfaceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVirtualInterfaceCommand)
.de(de_DeleteVirtualInterfaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVirtualInterfaceRequest;
+ output: DeleteVirtualInterfaceResponse;
+ };
+ sdk: {
+ input: DeleteVirtualInterfaceCommandInput;
+ output: DeleteVirtualInterfaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts b/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts
index e9012875eb91..f28f68371384 100644
--- a/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts
+++ b/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts
@@ -97,4 +97,16 @@ export class DescribeConnectionLoaCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeConnectionLoaCommand)
.de(de_DescribeConnectionLoaCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConnectionLoaRequest;
+ output: DescribeConnectionLoaResponse;
+ };
+ sdk: {
+ input: DescribeConnectionLoaCommandInput;
+ output: DescribeConnectionLoaCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DescribeConnectionsCommand.ts b/clients/client-direct-connect/src/commands/DescribeConnectionsCommand.ts
index 5f5f0c7d8557..0ef94292d700 100644
--- a/clients/client-direct-connect/src/commands/DescribeConnectionsCommand.ts
+++ b/clients/client-direct-connect/src/commands/DescribeConnectionsCommand.ts
@@ -120,4 +120,16 @@ export class DescribeConnectionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeConnectionsCommand)
.de(de_DescribeConnectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConnectionsRequest;
+ output: Connections;
+ };
+ sdk: {
+ input: DescribeConnectionsCommandInput;
+ output: DescribeConnectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts b/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts
index bb8dc4aa1b51..ea7e39748e07 100644
--- a/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts
+++ b/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts
@@ -131,4 +131,16 @@ export class DescribeConnectionsOnInterconnectCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeConnectionsOnInterconnectCommand)
.de(de_DescribeConnectionsOnInterconnectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConnectionsOnInterconnectRequest;
+ output: Connections;
+ };
+ sdk: {
+ input: DescribeConnectionsOnInterconnectCommandInput;
+ output: DescribeConnectionsOnInterconnectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DescribeCustomerMetadataCommand.ts b/clients/client-direct-connect/src/commands/DescribeCustomerMetadataCommand.ts
index d144f4799f4d..a8de17fceb59 100644
--- a/clients/client-direct-connect/src/commands/DescribeCustomerMetadataCommand.ts
+++ b/clients/client-direct-connect/src/commands/DescribeCustomerMetadataCommand.ts
@@ -87,4 +87,16 @@ export class DescribeCustomerMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCustomerMetadataCommand)
.de(de_DescribeCustomerMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeCustomerMetadataResponse;
+ };
+ sdk: {
+ input: DescribeCustomerMetadataCommandInput;
+ output: DescribeCustomerMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts
index ded33f857114..5bff2096ef42 100644
--- a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts
+++ b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts
@@ -120,4 +120,16 @@ export class DescribeDirectConnectGatewayAssociationProposalsCommand extends $Co
.f(void 0, void 0)
.ser(se_DescribeDirectConnectGatewayAssociationProposalsCommand)
.de(de_DescribeDirectConnectGatewayAssociationProposalsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDirectConnectGatewayAssociationProposalsRequest;
+ output: DescribeDirectConnectGatewayAssociationProposalsResult;
+ };
+ sdk: {
+ input: DescribeDirectConnectGatewayAssociationProposalsCommandInput;
+ output: DescribeDirectConnectGatewayAssociationProposalsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts
index 5f67201e9b54..9829acc06da2 100644
--- a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts
+++ b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts
@@ -142,4 +142,16 @@ export class DescribeDirectConnectGatewayAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDirectConnectGatewayAssociationsCommand)
.de(de_DescribeDirectConnectGatewayAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDirectConnectGatewayAssociationsRequest;
+ output: DescribeDirectConnectGatewayAssociationsResult;
+ };
+ sdk: {
+ input: DescribeDirectConnectGatewayAssociationsCommandInput;
+ output: DescribeDirectConnectGatewayAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts
index fb83dec8c3ba..807f7f7d4ac4 100644
--- a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts
+++ b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts
@@ -110,4 +110,16 @@ export class DescribeDirectConnectGatewayAttachmentsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDirectConnectGatewayAttachmentsCommand)
.de(de_DescribeDirectConnectGatewayAttachmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDirectConnectGatewayAttachmentsRequest;
+ output: DescribeDirectConnectGatewayAttachmentsResult;
+ };
+ sdk: {
+ input: DescribeDirectConnectGatewayAttachmentsCommandInput;
+ output: DescribeDirectConnectGatewayAttachmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewaysCommand.ts b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewaysCommand.ts
index 2e7fc90b2e04..71e83c3b6d46 100644
--- a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewaysCommand.ts
+++ b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewaysCommand.ts
@@ -100,4 +100,16 @@ export class DescribeDirectConnectGatewaysCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDirectConnectGatewaysCommand)
.de(de_DescribeDirectConnectGatewaysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDirectConnectGatewaysRequest;
+ output: DescribeDirectConnectGatewaysResult;
+ };
+ sdk: {
+ input: DescribeDirectConnectGatewaysCommandInput;
+ output: DescribeDirectConnectGatewaysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DescribeHostedConnectionsCommand.ts b/clients/client-direct-connect/src/commands/DescribeHostedConnectionsCommand.ts
index 56d21ed1f18d..e01b0e5e5455 100644
--- a/clients/client-direct-connect/src/commands/DescribeHostedConnectionsCommand.ts
+++ b/clients/client-direct-connect/src/commands/DescribeHostedConnectionsCommand.ts
@@ -124,4 +124,16 @@ export class DescribeHostedConnectionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeHostedConnectionsCommand)
.de(de_DescribeHostedConnectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeHostedConnectionsRequest;
+ output: Connections;
+ };
+ sdk: {
+ input: DescribeHostedConnectionsCommandInput;
+ output: DescribeHostedConnectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts b/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts
index 7ae071866e23..0c491dfe5746 100644
--- a/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts
+++ b/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts
@@ -96,4 +96,16 @@ export class DescribeInterconnectLoaCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeInterconnectLoaCommand)
.de(de_DescribeInterconnectLoaCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInterconnectLoaRequest;
+ output: DescribeInterconnectLoaResponse;
+ };
+ sdk: {
+ input: DescribeInterconnectLoaCommandInput;
+ output: DescribeInterconnectLoaCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DescribeInterconnectsCommand.ts b/clients/client-direct-connect/src/commands/DescribeInterconnectsCommand.ts
index cb5709a95c3a..a4f8e092f82a 100644
--- a/clients/client-direct-connect/src/commands/DescribeInterconnectsCommand.ts
+++ b/clients/client-direct-connect/src/commands/DescribeInterconnectsCommand.ts
@@ -106,4 +106,16 @@ export class DescribeInterconnectsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeInterconnectsCommand)
.de(de_DescribeInterconnectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInterconnectsRequest;
+ output: Interconnects;
+ };
+ sdk: {
+ input: DescribeInterconnectsCommandInput;
+ output: DescribeInterconnectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DescribeLagsCommand.ts b/clients/client-direct-connect/src/commands/DescribeLagsCommand.ts
index 8a93f0486b6c..2f9284f2f583 100644
--- a/clients/client-direct-connect/src/commands/DescribeLagsCommand.ts
+++ b/clients/client-direct-connect/src/commands/DescribeLagsCommand.ts
@@ -156,4 +156,16 @@ export class DescribeLagsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLagsCommand)
.de(de_DescribeLagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLagsRequest;
+ output: Lags;
+ };
+ sdk: {
+ input: DescribeLagsCommandInput;
+ output: DescribeLagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DescribeLoaCommand.ts b/clients/client-direct-connect/src/commands/DescribeLoaCommand.ts
index ed479a12c33b..94a3c0ee57c6 100644
--- a/clients/client-direct-connect/src/commands/DescribeLoaCommand.ts
+++ b/clients/client-direct-connect/src/commands/DescribeLoaCommand.ts
@@ -89,4 +89,16 @@ export class DescribeLoaCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLoaCommand)
.de(de_DescribeLoaCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLoaRequest;
+ output: Loa;
+ };
+ sdk: {
+ input: DescribeLoaCommandInput;
+ output: DescribeLoaCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DescribeLocationsCommand.ts b/clients/client-direct-connect/src/commands/DescribeLocationsCommand.ts
index a474171d7f6c..4e95382eadf5 100644
--- a/clients/client-direct-connect/src/commands/DescribeLocationsCommand.ts
+++ b/clients/client-direct-connect/src/commands/DescribeLocationsCommand.ts
@@ -97,4 +97,16 @@ export class DescribeLocationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLocationsCommand)
.de(de_DescribeLocationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: Locations;
+ };
+ sdk: {
+ input: DescribeLocationsCommandInput;
+ output: DescribeLocationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DescribeRouterConfigurationCommand.ts b/clients/client-direct-connect/src/commands/DescribeRouterConfigurationCommand.ts
index 363e729fb218..8882d581f8f7 100644
--- a/clients/client-direct-connect/src/commands/DescribeRouterConfigurationCommand.ts
+++ b/clients/client-direct-connect/src/commands/DescribeRouterConfigurationCommand.ts
@@ -98,4 +98,16 @@ export class DescribeRouterConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRouterConfigurationCommand)
.de(de_DescribeRouterConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRouterConfigurationRequest;
+ output: DescribeRouterConfigurationResponse;
+ };
+ sdk: {
+ input: DescribeRouterConfigurationCommandInput;
+ output: DescribeRouterConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DescribeTagsCommand.ts b/clients/client-direct-connect/src/commands/DescribeTagsCommand.ts
index 967101b6ab03..0d9e31801a17 100644
--- a/clients/client-direct-connect/src/commands/DescribeTagsCommand.ts
+++ b/clients/client-direct-connect/src/commands/DescribeTagsCommand.ts
@@ -95,4 +95,16 @@ export class DescribeTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTagsCommand)
.de(de_DescribeTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTagsRequest;
+ output: DescribeTagsResponse;
+ };
+ sdk: {
+ input: DescribeTagsCommandInput;
+ output: DescribeTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DescribeVirtualGatewaysCommand.ts b/clients/client-direct-connect/src/commands/DescribeVirtualGatewaysCommand.ts
index ad026fda8523..169b27d04a24 100644
--- a/clients/client-direct-connect/src/commands/DescribeVirtualGatewaysCommand.ts
+++ b/clients/client-direct-connect/src/commands/DescribeVirtualGatewaysCommand.ts
@@ -90,4 +90,16 @@ export class DescribeVirtualGatewaysCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVirtualGatewaysCommand)
.de(de_DescribeVirtualGatewaysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: VirtualGateways;
+ };
+ sdk: {
+ input: DescribeVirtualGatewaysCommandInput;
+ output: DescribeVirtualGatewaysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DescribeVirtualInterfacesCommand.ts b/clients/client-direct-connect/src/commands/DescribeVirtualInterfacesCommand.ts
index de3f8483962a..3ad401ad20dc 100644
--- a/clients/client-direct-connect/src/commands/DescribeVirtualInterfacesCommand.ts
+++ b/clients/client-direct-connect/src/commands/DescribeVirtualInterfacesCommand.ts
@@ -139,4 +139,16 @@ export class DescribeVirtualInterfacesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVirtualInterfacesCommand)
.de(de_DescribeVirtualInterfacesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVirtualInterfacesRequest;
+ output: VirtualInterfaces;
+ };
+ sdk: {
+ input: DescribeVirtualInterfacesCommandInput;
+ output: DescribeVirtualInterfacesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DisassociateConnectionFromLagCommand.ts b/clients/client-direct-connect/src/commands/DisassociateConnectionFromLagCommand.ts
index 7db7cede3bb1..4a5aba4fcacb 100644
--- a/clients/client-direct-connect/src/commands/DisassociateConnectionFromLagCommand.ts
+++ b/clients/client-direct-connect/src/commands/DisassociateConnectionFromLagCommand.ts
@@ -129,4 +129,16 @@ export class DisassociateConnectionFromLagCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateConnectionFromLagCommand)
.de(de_DisassociateConnectionFromLagCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateConnectionFromLagRequest;
+ output: Connection;
+ };
+ sdk: {
+ input: DisassociateConnectionFromLagCommandInput;
+ output: DisassociateConnectionFromLagCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/DisassociateMacSecKeyCommand.ts b/clients/client-direct-connect/src/commands/DisassociateMacSecKeyCommand.ts
index 5a5273a6f52e..58a426d992cc 100644
--- a/clients/client-direct-connect/src/commands/DisassociateMacSecKeyCommand.ts
+++ b/clients/client-direct-connect/src/commands/DisassociateMacSecKeyCommand.ts
@@ -92,4 +92,16 @@ export class DisassociateMacSecKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateMacSecKeyCommand)
.de(de_DisassociateMacSecKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateMacSecKeyRequest;
+ output: DisassociateMacSecKeyResponse;
+ };
+ sdk: {
+ input: DisassociateMacSecKeyCommandInput;
+ output: DisassociateMacSecKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/ListVirtualInterfaceTestHistoryCommand.ts b/clients/client-direct-connect/src/commands/ListVirtualInterfaceTestHistoryCommand.ts
index 2df032258782..3f8a15a53294 100644
--- a/clients/client-direct-connect/src/commands/ListVirtualInterfaceTestHistoryCommand.ts
+++ b/clients/client-direct-connect/src/commands/ListVirtualInterfaceTestHistoryCommand.ts
@@ -109,4 +109,16 @@ export class ListVirtualInterfaceTestHistoryCommand extends $Command
.f(void 0, void 0)
.ser(se_ListVirtualInterfaceTestHistoryCommand)
.de(de_ListVirtualInterfaceTestHistoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVirtualInterfaceTestHistoryRequest;
+ output: ListVirtualInterfaceTestHistoryResponse;
+ };
+ sdk: {
+ input: ListVirtualInterfaceTestHistoryCommandInput;
+ output: ListVirtualInterfaceTestHistoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/StartBgpFailoverTestCommand.ts b/clients/client-direct-connect/src/commands/StartBgpFailoverTestCommand.ts
index 1322e70e8c83..a7c9a57320da 100644
--- a/clients/client-direct-connect/src/commands/StartBgpFailoverTestCommand.ts
+++ b/clients/client-direct-connect/src/commands/StartBgpFailoverTestCommand.ts
@@ -101,4 +101,16 @@ export class StartBgpFailoverTestCommand extends $Command
.f(void 0, void 0)
.ser(se_StartBgpFailoverTestCommand)
.de(de_StartBgpFailoverTestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartBgpFailoverTestRequest;
+ output: StartBgpFailoverTestResponse;
+ };
+ sdk: {
+ input: StartBgpFailoverTestCommandInput;
+ output: StartBgpFailoverTestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/StopBgpFailoverTestCommand.ts b/clients/client-direct-connect/src/commands/StopBgpFailoverTestCommand.ts
index bbdffdc323bc..6d80dc7f938c 100644
--- a/clients/client-direct-connect/src/commands/StopBgpFailoverTestCommand.ts
+++ b/clients/client-direct-connect/src/commands/StopBgpFailoverTestCommand.ts
@@ -94,4 +94,16 @@ export class StopBgpFailoverTestCommand extends $Command
.f(void 0, void 0)
.ser(se_StopBgpFailoverTestCommand)
.de(de_StopBgpFailoverTestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopBgpFailoverTestRequest;
+ output: StopBgpFailoverTestResponse;
+ };
+ sdk: {
+ input: StopBgpFailoverTestCommandInput;
+ output: StopBgpFailoverTestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/TagResourceCommand.ts b/clients/client-direct-connect/src/commands/TagResourceCommand.ts
index 13872f01b2e8..49ef643d5062 100644
--- a/clients/client-direct-connect/src/commands/TagResourceCommand.ts
+++ b/clients/client-direct-connect/src/commands/TagResourceCommand.ts
@@ -94,4 +94,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/UntagResourceCommand.ts b/clients/client-direct-connect/src/commands/UntagResourceCommand.ts
index 645241721b40..2f53c992a58f 100644
--- a/clients/client-direct-connect/src/commands/UntagResourceCommand.ts
+++ b/clients/client-direct-connect/src/commands/UntagResourceCommand.ts
@@ -84,4 +84,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/UpdateConnectionCommand.ts b/clients/client-direct-connect/src/commands/UpdateConnectionCommand.ts
index ee7693e152df..2c97fddff373 100644
--- a/clients/client-direct-connect/src/commands/UpdateConnectionCommand.ts
+++ b/clients/client-direct-connect/src/commands/UpdateConnectionCommand.ts
@@ -127,4 +127,16 @@ export class UpdateConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateConnectionCommand)
.de(de_UpdateConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateConnectionRequest;
+ output: Connection;
+ };
+ sdk: {
+ input: UpdateConnectionCommandInput;
+ output: UpdateConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts b/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts
index 8c854d28ccbd..a1e3cf5b2d35 100644
--- a/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts
+++ b/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts
@@ -123,4 +123,16 @@ export class UpdateDirectConnectGatewayAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDirectConnectGatewayAssociationCommand)
.de(de_UpdateDirectConnectGatewayAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDirectConnectGatewayAssociationRequest;
+ output: UpdateDirectConnectGatewayAssociationResult;
+ };
+ sdk: {
+ input: UpdateDirectConnectGatewayAssociationCommandInput;
+ output: UpdateDirectConnectGatewayAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayCommand.ts b/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayCommand.ts
index ce3d13846f33..5e728e10d3c1 100644
--- a/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayCommand.ts
+++ b/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayCommand.ts
@@ -91,4 +91,16 @@ export class UpdateDirectConnectGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDirectConnectGatewayCommand)
.de(de_UpdateDirectConnectGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDirectConnectGatewayRequest;
+ output: UpdateDirectConnectGatewayResponse;
+ };
+ sdk: {
+ input: UpdateDirectConnectGatewayCommandInput;
+ output: UpdateDirectConnectGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/UpdateLagCommand.ts b/clients/client-direct-connect/src/commands/UpdateLagCommand.ts
index 2d5cdf99473a..4301d950512d 100644
--- a/clients/client-direct-connect/src/commands/UpdateLagCommand.ts
+++ b/clients/client-direct-connect/src/commands/UpdateLagCommand.ts
@@ -177,4 +177,16 @@ export class UpdateLagCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateLagCommand)
.de(de_UpdateLagCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLagRequest;
+ output: Lag;
+ };
+ sdk: {
+ input: UpdateLagCommandInput;
+ output: UpdateLagCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts b/clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts
index 068f48108992..1f6e5a4b5e47 100644
--- a/clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts
+++ b/clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts
@@ -142,4 +142,16 @@ export class UpdateVirtualInterfaceAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateVirtualInterfaceAttributesCommand)
.de(de_UpdateVirtualInterfaceAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateVirtualInterfaceAttributesRequest;
+ output: VirtualInterface;
+ };
+ sdk: {
+ input: UpdateVirtualInterfaceAttributesCommandInput;
+ output: UpdateVirtualInterfaceAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/package.json b/clients/client-directory-service/package.json
index 45a9a8e9beee..d0f077a47264 100644
--- a/clients/client-directory-service/package.json
+++ b/clients/client-directory-service/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-directory-service/src/commands/AcceptSharedDirectoryCommand.ts b/clients/client-directory-service/src/commands/AcceptSharedDirectoryCommand.ts
index 0bcae93b7594..71ffe066f74f 100644
--- a/clients/client-directory-service/src/commands/AcceptSharedDirectoryCommand.ts
+++ b/clients/client-directory-service/src/commands/AcceptSharedDirectoryCommand.ts
@@ -106,4 +106,16 @@ export class AcceptSharedDirectoryCommand extends $Command
.f(void 0, AcceptSharedDirectoryResultFilterSensitiveLog)
.ser(se_AcceptSharedDirectoryCommand)
.de(de_AcceptSharedDirectoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AcceptSharedDirectoryRequest;
+ output: AcceptSharedDirectoryResult;
+ };
+ sdk: {
+ input: AcceptSharedDirectoryCommandInput;
+ output: AcceptSharedDirectoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/AddIpRoutesCommand.ts b/clients/client-directory-service/src/commands/AddIpRoutesCommand.ts
index 12c58d4a3a68..e8032fe20e92 100644
--- a/clients/client-directory-service/src/commands/AddIpRoutesCommand.ts
+++ b/clients/client-directory-service/src/commands/AddIpRoutesCommand.ts
@@ -111,4 +111,16 @@ export class AddIpRoutesCommand extends $Command
.f(void 0, void 0)
.ser(se_AddIpRoutesCommand)
.de(de_AddIpRoutesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddIpRoutesRequest;
+ output: {};
+ };
+ sdk: {
+ input: AddIpRoutesCommandInput;
+ output: AddIpRoutesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/AddRegionCommand.ts b/clients/client-directory-service/src/commands/AddRegionCommand.ts
index dec3462c8c24..5dd73de1bace 100644
--- a/clients/client-directory-service/src/commands/AddRegionCommand.ts
+++ b/clients/client-directory-service/src/commands/AddRegionCommand.ts
@@ -114,4 +114,16 @@ export class AddRegionCommand extends $Command
.f(void 0, void 0)
.ser(se_AddRegionCommand)
.de(de_AddRegionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddRegionRequest;
+ output: {};
+ };
+ sdk: {
+ input: AddRegionCommandInput;
+ output: AddRegionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/AddTagsToResourceCommand.ts b/clients/client-directory-service/src/commands/AddTagsToResourceCommand.ts
index 4d38e6afb917..1cf30c16a34d 100644
--- a/clients/client-directory-service/src/commands/AddTagsToResourceCommand.ts
+++ b/clients/client-directory-service/src/commands/AddTagsToResourceCommand.ts
@@ -98,4 +98,16 @@ export class AddTagsToResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_AddTagsToResourceCommand)
.de(de_AddTagsToResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddTagsToResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: AddTagsToResourceCommandInput;
+ output: AddTagsToResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/CancelSchemaExtensionCommand.ts b/clients/client-directory-service/src/commands/CancelSchemaExtensionCommand.ts
index f8b3e4cf80b6..50057a75a5b5 100644
--- a/clients/client-directory-service/src/commands/CancelSchemaExtensionCommand.ts
+++ b/clients/client-directory-service/src/commands/CancelSchemaExtensionCommand.ts
@@ -89,4 +89,16 @@ export class CancelSchemaExtensionCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelSchemaExtensionCommand)
.de(de_CancelSchemaExtensionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelSchemaExtensionRequest;
+ output: {};
+ };
+ sdk: {
+ input: CancelSchemaExtensionCommandInput;
+ output: CancelSchemaExtensionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/ConnectDirectoryCommand.ts b/clients/client-directory-service/src/commands/ConnectDirectoryCommand.ts
index 83ad991a78c0..1002893e8280 100644
--- a/clients/client-directory-service/src/commands/ConnectDirectoryCommand.ts
+++ b/clients/client-directory-service/src/commands/ConnectDirectoryCommand.ts
@@ -119,4 +119,16 @@ export class ConnectDirectoryCommand extends $Command
.f(ConnectDirectoryRequestFilterSensitiveLog, void 0)
.ser(se_ConnectDirectoryCommand)
.de(de_ConnectDirectoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ConnectDirectoryRequest;
+ output: ConnectDirectoryResult;
+ };
+ sdk: {
+ input: ConnectDirectoryCommandInput;
+ output: ConnectDirectoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/CreateAliasCommand.ts b/clients/client-directory-service/src/commands/CreateAliasCommand.ts
index a23ddf0a2c8d..787914160cbd 100644
--- a/clients/client-directory-service/src/commands/CreateAliasCommand.ts
+++ b/clients/client-directory-service/src/commands/CreateAliasCommand.ts
@@ -99,4 +99,16 @@ export class CreateAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAliasCommand)
.de(de_CreateAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAliasRequest;
+ output: CreateAliasResult;
+ };
+ sdk: {
+ input: CreateAliasCommandInput;
+ output: CreateAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/CreateComputerCommand.ts b/clients/client-directory-service/src/commands/CreateComputerCommand.ts
index 54f75fc0e31f..5d9f6f20e474 100644
--- a/clients/client-directory-service/src/commands/CreateComputerCommand.ts
+++ b/clients/client-directory-service/src/commands/CreateComputerCommand.ts
@@ -123,4 +123,16 @@ export class CreateComputerCommand extends $Command
.f(CreateComputerRequestFilterSensitiveLog, void 0)
.ser(se_CreateComputerCommand)
.de(de_CreateComputerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateComputerRequest;
+ output: CreateComputerResult;
+ };
+ sdk: {
+ input: CreateComputerCommandInput;
+ output: CreateComputerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/CreateConditionalForwarderCommand.ts b/clients/client-directory-service/src/commands/CreateConditionalForwarderCommand.ts
index f06329c8de66..bbb107624b7e 100644
--- a/clients/client-directory-service/src/commands/CreateConditionalForwarderCommand.ts
+++ b/clients/client-directory-service/src/commands/CreateConditionalForwarderCommand.ts
@@ -102,4 +102,16 @@ export class CreateConditionalForwarderCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateConditionalForwarderCommand)
.de(de_CreateConditionalForwarderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateConditionalForwarderRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateConditionalForwarderCommandInput;
+ output: CreateConditionalForwarderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/CreateDirectoryCommand.ts b/clients/client-directory-service/src/commands/CreateDirectoryCommand.ts
index 9fae21e168f5..d8371764ec6b 100644
--- a/clients/client-directory-service/src/commands/CreateDirectoryCommand.ts
+++ b/clients/client-directory-service/src/commands/CreateDirectoryCommand.ts
@@ -116,4 +116,16 @@ export class CreateDirectoryCommand extends $Command
.f(CreateDirectoryRequestFilterSensitiveLog, void 0)
.ser(se_CreateDirectoryCommand)
.de(de_CreateDirectoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDirectoryRequest;
+ output: CreateDirectoryResult;
+ };
+ sdk: {
+ input: CreateDirectoryCommandInput;
+ output: CreateDirectoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/CreateLogSubscriptionCommand.ts b/clients/client-directory-service/src/commands/CreateLogSubscriptionCommand.ts
index cde964177704..fa16cc5fed33 100644
--- a/clients/client-directory-service/src/commands/CreateLogSubscriptionCommand.ts
+++ b/clients/client-directory-service/src/commands/CreateLogSubscriptionCommand.ts
@@ -95,4 +95,16 @@ export class CreateLogSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLogSubscriptionCommand)
.de(de_CreateLogSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLogSubscriptionRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateLogSubscriptionCommandInput;
+ output: CreateLogSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/CreateMicrosoftADCommand.ts b/clients/client-directory-service/src/commands/CreateMicrosoftADCommand.ts
index e2bd395450c5..c76d32732dcf 100644
--- a/clients/client-directory-service/src/commands/CreateMicrosoftADCommand.ts
+++ b/clients/client-directory-service/src/commands/CreateMicrosoftADCommand.ts
@@ -117,4 +117,16 @@ export class CreateMicrosoftADCommand extends $Command
.f(CreateMicrosoftADRequestFilterSensitiveLog, void 0)
.ser(se_CreateMicrosoftADCommand)
.de(de_CreateMicrosoftADCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMicrosoftADRequest;
+ output: CreateMicrosoftADResult;
+ };
+ sdk: {
+ input: CreateMicrosoftADCommandInput;
+ output: CreateMicrosoftADCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/CreateSnapshotCommand.ts b/clients/client-directory-service/src/commands/CreateSnapshotCommand.ts
index ff67f17f415a..00e7d6752532 100644
--- a/clients/client-directory-service/src/commands/CreateSnapshotCommand.ts
+++ b/clients/client-directory-service/src/commands/CreateSnapshotCommand.ts
@@ -98,4 +98,16 @@ export class CreateSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSnapshotCommand)
.de(de_CreateSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSnapshotRequest;
+ output: CreateSnapshotResult;
+ };
+ sdk: {
+ input: CreateSnapshotCommandInput;
+ output: CreateSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/CreateTrustCommand.ts b/clients/client-directory-service/src/commands/CreateTrustCommand.ts
index bdd7e77885ee..53048b4ea111 100644
--- a/clients/client-directory-service/src/commands/CreateTrustCommand.ts
+++ b/clients/client-directory-service/src/commands/CreateTrustCommand.ts
@@ -109,4 +109,16 @@ export class CreateTrustCommand extends $Command
.f(CreateTrustRequestFilterSensitiveLog, void 0)
.ser(se_CreateTrustCommand)
.de(de_CreateTrustCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTrustRequest;
+ output: CreateTrustResult;
+ };
+ sdk: {
+ input: CreateTrustCommandInput;
+ output: CreateTrustCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/DeleteConditionalForwarderCommand.ts b/clients/client-directory-service/src/commands/DeleteConditionalForwarderCommand.ts
index 8dee4b34cc26..81a89a86cf4a 100644
--- a/clients/client-directory-service/src/commands/DeleteConditionalForwarderCommand.ts
+++ b/clients/client-directory-service/src/commands/DeleteConditionalForwarderCommand.ts
@@ -95,4 +95,16 @@ export class DeleteConditionalForwarderCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConditionalForwarderCommand)
.de(de_DeleteConditionalForwarderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConditionalForwarderRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteConditionalForwarderCommandInput;
+ output: DeleteConditionalForwarderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/DeleteDirectoryCommand.ts b/clients/client-directory-service/src/commands/DeleteDirectoryCommand.ts
index 8cdf137e19f6..c160c5eb6069 100644
--- a/clients/client-directory-service/src/commands/DeleteDirectoryCommand.ts
+++ b/clients/client-directory-service/src/commands/DeleteDirectoryCommand.ts
@@ -90,4 +90,16 @@ export class DeleteDirectoryCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDirectoryCommand)
.de(de_DeleteDirectoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDirectoryRequest;
+ output: DeleteDirectoryResult;
+ };
+ sdk: {
+ input: DeleteDirectoryCommandInput;
+ output: DeleteDirectoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/DeleteLogSubscriptionCommand.ts b/clients/client-directory-service/src/commands/DeleteLogSubscriptionCommand.ts
index 6a964e34b4bd..f52e2673d3c7 100644
--- a/clients/client-directory-service/src/commands/DeleteLogSubscriptionCommand.ts
+++ b/clients/client-directory-service/src/commands/DeleteLogSubscriptionCommand.ts
@@ -87,4 +87,16 @@ export class DeleteLogSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLogSubscriptionCommand)
.de(de_DeleteLogSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLogSubscriptionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLogSubscriptionCommandInput;
+ output: DeleteLogSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/DeleteSnapshotCommand.ts b/clients/client-directory-service/src/commands/DeleteSnapshotCommand.ts
index 34036b4d39e7..5f69dfc61ca9 100644
--- a/clients/client-directory-service/src/commands/DeleteSnapshotCommand.ts
+++ b/clients/client-directory-service/src/commands/DeleteSnapshotCommand.ts
@@ -89,4 +89,16 @@ export class DeleteSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSnapshotCommand)
.de(de_DeleteSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSnapshotRequest;
+ output: DeleteSnapshotResult;
+ };
+ sdk: {
+ input: DeleteSnapshotCommandInput;
+ output: DeleteSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/DeleteTrustCommand.ts b/clients/client-directory-service/src/commands/DeleteTrustCommand.ts
index 5f4c65abd637..7f3df4c2e564 100644
--- a/clients/client-directory-service/src/commands/DeleteTrustCommand.ts
+++ b/clients/client-directory-service/src/commands/DeleteTrustCommand.ts
@@ -94,4 +94,16 @@ export class DeleteTrustCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTrustCommand)
.de(de_DeleteTrustCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTrustRequest;
+ output: DeleteTrustResult;
+ };
+ sdk: {
+ input: DeleteTrustCommandInput;
+ output: DeleteTrustCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/DeregisterCertificateCommand.ts b/clients/client-directory-service/src/commands/DeregisterCertificateCommand.ts
index 812ecec4f702..b2f36e7f90d1 100644
--- a/clients/client-directory-service/src/commands/DeregisterCertificateCommand.ts
+++ b/clients/client-directory-service/src/commands/DeregisterCertificateCommand.ts
@@ -101,4 +101,16 @@ export class DeregisterCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeregisterCertificateCommand)
.de(de_DeregisterCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterCertificateRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeregisterCertificateCommandInput;
+ output: DeregisterCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/DeregisterEventTopicCommand.ts b/clients/client-directory-service/src/commands/DeregisterEventTopicCommand.ts
index 345bdf52deff..8080cdd69cd1 100644
--- a/clients/client-directory-service/src/commands/DeregisterEventTopicCommand.ts
+++ b/clients/client-directory-service/src/commands/DeregisterEventTopicCommand.ts
@@ -88,4 +88,16 @@ export class DeregisterEventTopicCommand extends $Command
.f(void 0, void 0)
.ser(se_DeregisterEventTopicCommand)
.de(de_DeregisterEventTopicCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterEventTopicRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeregisterEventTopicCommandInput;
+ output: DeregisterEventTopicCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/DescribeCertificateCommand.ts b/clients/client-directory-service/src/commands/DescribeCertificateCommand.ts
index 8fa8c9a5e33a..a78f60747feb 100644
--- a/clients/client-directory-service/src/commands/DescribeCertificateCommand.ts
+++ b/clients/client-directory-service/src/commands/DescribeCertificateCommand.ts
@@ -107,4 +107,16 @@ export class DescribeCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCertificateCommand)
.de(de_DescribeCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCertificateRequest;
+ output: DescribeCertificateResult;
+ };
+ sdk: {
+ input: DescribeCertificateCommandInput;
+ output: DescribeCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/DescribeClientAuthenticationSettingsCommand.ts b/clients/client-directory-service/src/commands/DescribeClientAuthenticationSettingsCommand.ts
index 18aafb0b6099..7d4a00eb7a41 100644
--- a/clients/client-directory-service/src/commands/DescribeClientAuthenticationSettingsCommand.ts
+++ b/clients/client-directory-service/src/commands/DescribeClientAuthenticationSettingsCommand.ts
@@ -114,4 +114,16 @@ export class DescribeClientAuthenticationSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeClientAuthenticationSettingsCommand)
.de(de_DescribeClientAuthenticationSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeClientAuthenticationSettingsRequest;
+ output: DescribeClientAuthenticationSettingsResult;
+ };
+ sdk: {
+ input: DescribeClientAuthenticationSettingsCommandInput;
+ output: DescribeClientAuthenticationSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/DescribeConditionalForwardersCommand.ts b/clients/client-directory-service/src/commands/DescribeConditionalForwardersCommand.ts
index dda1a8eeaa33..f8fff32edeb7 100644
--- a/clients/client-directory-service/src/commands/DescribeConditionalForwardersCommand.ts
+++ b/clients/client-directory-service/src/commands/DescribeConditionalForwardersCommand.ts
@@ -113,4 +113,16 @@ export class DescribeConditionalForwardersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeConditionalForwardersCommand)
.de(de_DescribeConditionalForwardersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConditionalForwardersRequest;
+ output: DescribeConditionalForwardersResult;
+ };
+ sdk: {
+ input: DescribeConditionalForwardersCommandInput;
+ output: DescribeConditionalForwardersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/DescribeDirectoriesCommand.ts b/clients/client-directory-service/src/commands/DescribeDirectoriesCommand.ts
index e547b30892a9..35dca180f61c 100644
--- a/clients/client-directory-service/src/commands/DescribeDirectoriesCommand.ts
+++ b/clients/client-directory-service/src/commands/DescribeDirectoriesCommand.ts
@@ -209,4 +209,16 @@ export class DescribeDirectoriesCommand extends $Command
.f(void 0, DescribeDirectoriesResultFilterSensitiveLog)
.ser(se_DescribeDirectoriesCommand)
.de(de_DescribeDirectoriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDirectoriesRequest;
+ output: DescribeDirectoriesResult;
+ };
+ sdk: {
+ input: DescribeDirectoriesCommandInput;
+ output: DescribeDirectoriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/DescribeDomainControllersCommand.ts b/clients/client-directory-service/src/commands/DescribeDomainControllersCommand.ts
index f6ad0275f3dc..ef5d5545a1fe 100644
--- a/clients/client-directory-service/src/commands/DescribeDomainControllersCommand.ts
+++ b/clients/client-directory-service/src/commands/DescribeDomainControllersCommand.ts
@@ -114,4 +114,16 @@ export class DescribeDomainControllersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDomainControllersCommand)
.de(de_DescribeDomainControllersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDomainControllersRequest;
+ output: DescribeDomainControllersResult;
+ };
+ sdk: {
+ input: DescribeDomainControllersCommandInput;
+ output: DescribeDomainControllersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/DescribeEventTopicsCommand.ts b/clients/client-directory-service/src/commands/DescribeEventTopicsCommand.ts
index e38670c17d49..55ba1b14539a 100644
--- a/clients/client-directory-service/src/commands/DescribeEventTopicsCommand.ts
+++ b/clients/client-directory-service/src/commands/DescribeEventTopicsCommand.ts
@@ -103,4 +103,16 @@ export class DescribeEventTopicsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEventTopicsCommand)
.de(de_DescribeEventTopicsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEventTopicsRequest;
+ output: DescribeEventTopicsResult;
+ };
+ sdk: {
+ input: DescribeEventTopicsCommandInput;
+ output: DescribeEventTopicsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/DescribeLDAPSSettingsCommand.ts b/clients/client-directory-service/src/commands/DescribeLDAPSSettingsCommand.ts
index b342b029a9b5..16595a6f2920 100644
--- a/clients/client-directory-service/src/commands/DescribeLDAPSSettingsCommand.ts
+++ b/clients/client-directory-service/src/commands/DescribeLDAPSSettingsCommand.ts
@@ -105,4 +105,16 @@ export class DescribeLDAPSSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLDAPSSettingsCommand)
.de(de_DescribeLDAPSSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLDAPSSettingsRequest;
+ output: DescribeLDAPSSettingsResult;
+ };
+ sdk: {
+ input: DescribeLDAPSSettingsCommandInput;
+ output: DescribeLDAPSSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/DescribeRegionsCommand.ts b/clients/client-directory-service/src/commands/DescribeRegionsCommand.ts
index f7c98997b4ac..c401efce98ad 100644
--- a/clients/client-directory-service/src/commands/DescribeRegionsCommand.ts
+++ b/clients/client-directory-service/src/commands/DescribeRegionsCommand.ts
@@ -119,4 +119,16 @@ export class DescribeRegionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRegionsCommand)
.de(de_DescribeRegionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRegionsRequest;
+ output: DescribeRegionsResult;
+ };
+ sdk: {
+ input: DescribeRegionsCommandInput;
+ output: DescribeRegionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/DescribeSettingsCommand.ts b/clients/client-directory-service/src/commands/DescribeSettingsCommand.ts
index 11c8267fc8ef..e0e7b4f3ba9c 100644
--- a/clients/client-directory-service/src/commands/DescribeSettingsCommand.ts
+++ b/clients/client-directory-service/src/commands/DescribeSettingsCommand.ts
@@ -115,4 +115,16 @@ export class DescribeSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSettingsCommand)
.de(de_DescribeSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSettingsRequest;
+ output: DescribeSettingsResult;
+ };
+ sdk: {
+ input: DescribeSettingsCommandInput;
+ output: DescribeSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/DescribeSharedDirectoriesCommand.ts b/clients/client-directory-service/src/commands/DescribeSharedDirectoriesCommand.ts
index 13fff5b2252b..fccbd90c47f0 100644
--- a/clients/client-directory-service/src/commands/DescribeSharedDirectoriesCommand.ts
+++ b/clients/client-directory-service/src/commands/DescribeSharedDirectoriesCommand.ts
@@ -117,4 +117,16 @@ export class DescribeSharedDirectoriesCommand extends $Command
.f(void 0, DescribeSharedDirectoriesResultFilterSensitiveLog)
.ser(se_DescribeSharedDirectoriesCommand)
.de(de_DescribeSharedDirectoriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSharedDirectoriesRequest;
+ output: DescribeSharedDirectoriesResult;
+ };
+ sdk: {
+ input: DescribeSharedDirectoriesCommandInput;
+ output: DescribeSharedDirectoriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/DescribeSnapshotsCommand.ts b/clients/client-directory-service/src/commands/DescribeSnapshotsCommand.ts
index eda788a9efd4..bfc1eadb5919 100644
--- a/clients/client-directory-service/src/commands/DescribeSnapshotsCommand.ts
+++ b/clients/client-directory-service/src/commands/DescribeSnapshotsCommand.ts
@@ -113,4 +113,16 @@ export class DescribeSnapshotsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSnapshotsCommand)
.de(de_DescribeSnapshotsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSnapshotsRequest;
+ output: DescribeSnapshotsResult;
+ };
+ sdk: {
+ input: DescribeSnapshotsCommandInput;
+ output: DescribeSnapshotsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/DescribeTrustsCommand.ts b/clients/client-directory-service/src/commands/DescribeTrustsCommand.ts
index a866994eab78..dec179a5ae75 100644
--- a/clients/client-directory-service/src/commands/DescribeTrustsCommand.ts
+++ b/clients/client-directory-service/src/commands/DescribeTrustsCommand.ts
@@ -117,4 +117,16 @@ export class DescribeTrustsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTrustsCommand)
.de(de_DescribeTrustsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTrustsRequest;
+ output: DescribeTrustsResult;
+ };
+ sdk: {
+ input: DescribeTrustsCommandInput;
+ output: DescribeTrustsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/DescribeUpdateDirectoryCommand.ts b/clients/client-directory-service/src/commands/DescribeUpdateDirectoryCommand.ts
index 11cddcbf11e4..6a42196fce1a 100644
--- a/clients/client-directory-service/src/commands/DescribeUpdateDirectoryCommand.ts
+++ b/clients/client-directory-service/src/commands/DescribeUpdateDirectoryCommand.ts
@@ -120,4 +120,16 @@ export class DescribeUpdateDirectoryCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeUpdateDirectoryCommand)
.de(de_DescribeUpdateDirectoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeUpdateDirectoryRequest;
+ output: DescribeUpdateDirectoryResult;
+ };
+ sdk: {
+ input: DescribeUpdateDirectoryCommandInput;
+ output: DescribeUpdateDirectoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/DisableClientAuthenticationCommand.ts b/clients/client-directory-service/src/commands/DisableClientAuthenticationCommand.ts
index d39c35c94a9f..b3684c74174b 100644
--- a/clients/client-directory-service/src/commands/DisableClientAuthenticationCommand.ts
+++ b/clients/client-directory-service/src/commands/DisableClientAuthenticationCommand.ts
@@ -94,4 +94,16 @@ export class DisableClientAuthenticationCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableClientAuthenticationCommand)
.de(de_DisableClientAuthenticationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableClientAuthenticationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisableClientAuthenticationCommandInput;
+ output: DisableClientAuthenticationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/DisableLDAPSCommand.ts b/clients/client-directory-service/src/commands/DisableLDAPSCommand.ts
index b52502acbe9d..43cc2719f88d 100644
--- a/clients/client-directory-service/src/commands/DisableLDAPSCommand.ts
+++ b/clients/client-directory-service/src/commands/DisableLDAPSCommand.ts
@@ -98,4 +98,16 @@ export class DisableLDAPSCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableLDAPSCommand)
.de(de_DisableLDAPSCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableLDAPSRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisableLDAPSCommandInput;
+ output: DisableLDAPSCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/DisableRadiusCommand.ts b/clients/client-directory-service/src/commands/DisableRadiusCommand.ts
index f5cf5171754b..a5b5bc7ddf35 100644
--- a/clients/client-directory-service/src/commands/DisableRadiusCommand.ts
+++ b/clients/client-directory-service/src/commands/DisableRadiusCommand.ts
@@ -85,4 +85,16 @@ export class DisableRadiusCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableRadiusCommand)
.de(de_DisableRadiusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableRadiusRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisableRadiusCommandInput;
+ output: DisableRadiusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/DisableSsoCommand.ts b/clients/client-directory-service/src/commands/DisableSsoCommand.ts
index 26aa1515f082..e407940723f9 100644
--- a/clients/client-directory-service/src/commands/DisableSsoCommand.ts
+++ b/clients/client-directory-service/src/commands/DisableSsoCommand.ts
@@ -92,4 +92,16 @@ export class DisableSsoCommand extends $Command
.f(DisableSsoRequestFilterSensitiveLog, void 0)
.ser(se_DisableSsoCommand)
.de(de_DisableSsoCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableSsoRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisableSsoCommandInput;
+ output: DisableSsoCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/EnableClientAuthenticationCommand.ts b/clients/client-directory-service/src/commands/EnableClientAuthenticationCommand.ts
index 3a24d7a51021..0d768544e8f5 100644
--- a/clients/client-directory-service/src/commands/EnableClientAuthenticationCommand.ts
+++ b/clients/client-directory-service/src/commands/EnableClientAuthenticationCommand.ts
@@ -98,4 +98,16 @@ export class EnableClientAuthenticationCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableClientAuthenticationCommand)
.de(de_EnableClientAuthenticationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableClientAuthenticationRequest;
+ output: {};
+ };
+ sdk: {
+ input: EnableClientAuthenticationCommandInput;
+ output: EnableClientAuthenticationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/EnableLDAPSCommand.ts b/clients/client-directory-service/src/commands/EnableLDAPSCommand.ts
index 65e9df02498f..f4946986b2d8 100644
--- a/clients/client-directory-service/src/commands/EnableLDAPSCommand.ts
+++ b/clients/client-directory-service/src/commands/EnableLDAPSCommand.ts
@@ -102,4 +102,16 @@ export class EnableLDAPSCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableLDAPSCommand)
.de(de_EnableLDAPSCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableLDAPSRequest;
+ output: {};
+ };
+ sdk: {
+ input: EnableLDAPSCommandInput;
+ output: EnableLDAPSCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/EnableRadiusCommand.ts b/clients/client-directory-service/src/commands/EnableRadiusCommand.ts
index 6b8f36f8572c..e49549ef5254 100644
--- a/clients/client-directory-service/src/commands/EnableRadiusCommand.ts
+++ b/clients/client-directory-service/src/commands/EnableRadiusCommand.ts
@@ -103,4 +103,16 @@ export class EnableRadiusCommand extends $Command
.f(EnableRadiusRequestFilterSensitiveLog, void 0)
.ser(se_EnableRadiusCommand)
.de(de_EnableRadiusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableRadiusRequest;
+ output: {};
+ };
+ sdk: {
+ input: EnableRadiusCommandInput;
+ output: EnableRadiusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/EnableSsoCommand.ts b/clients/client-directory-service/src/commands/EnableSsoCommand.ts
index dbbd76dbf2c9..cc06c3be1539 100644
--- a/clients/client-directory-service/src/commands/EnableSsoCommand.ts
+++ b/clients/client-directory-service/src/commands/EnableSsoCommand.ts
@@ -94,4 +94,16 @@ export class EnableSsoCommand extends $Command
.f(EnableSsoRequestFilterSensitiveLog, void 0)
.ser(se_EnableSsoCommand)
.de(de_EnableSsoCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableSsoRequest;
+ output: {};
+ };
+ sdk: {
+ input: EnableSsoCommandInput;
+ output: EnableSsoCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/GetDirectoryLimitsCommand.ts b/clients/client-directory-service/src/commands/GetDirectoryLimitsCommand.ts
index b91dd64ac90e..89c71507d1b7 100644
--- a/clients/client-directory-service/src/commands/GetDirectoryLimitsCommand.ts
+++ b/clients/client-directory-service/src/commands/GetDirectoryLimitsCommand.ts
@@ -94,4 +94,16 @@ export class GetDirectoryLimitsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDirectoryLimitsCommand)
.de(de_GetDirectoryLimitsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetDirectoryLimitsResult;
+ };
+ sdk: {
+ input: GetDirectoryLimitsCommandInput;
+ output: GetDirectoryLimitsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/GetSnapshotLimitsCommand.ts b/clients/client-directory-service/src/commands/GetSnapshotLimitsCommand.ts
index f29657d53dbb..0abf2c2f5441 100644
--- a/clients/client-directory-service/src/commands/GetSnapshotLimitsCommand.ts
+++ b/clients/client-directory-service/src/commands/GetSnapshotLimitsCommand.ts
@@ -90,4 +90,16 @@ export class GetSnapshotLimitsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSnapshotLimitsCommand)
.de(de_GetSnapshotLimitsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSnapshotLimitsRequest;
+ output: GetSnapshotLimitsResult;
+ };
+ sdk: {
+ input: GetSnapshotLimitsCommandInput;
+ output: GetSnapshotLimitsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/ListCertificatesCommand.ts b/clients/client-directory-service/src/commands/ListCertificatesCommand.ts
index a9223d26bbfc..74a06ebcd379 100644
--- a/clients/client-directory-service/src/commands/ListCertificatesCommand.ts
+++ b/clients/client-directory-service/src/commands/ListCertificatesCommand.ts
@@ -106,4 +106,16 @@ export class ListCertificatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCertificatesCommand)
.de(de_ListCertificatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCertificatesRequest;
+ output: ListCertificatesResult;
+ };
+ sdk: {
+ input: ListCertificatesCommandInput;
+ output: ListCertificatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/ListIpRoutesCommand.ts b/clients/client-directory-service/src/commands/ListIpRoutesCommand.ts
index 4d948a995a84..00c0faeb51df 100644
--- a/clients/client-directory-service/src/commands/ListIpRoutesCommand.ts
+++ b/clients/client-directory-service/src/commands/ListIpRoutesCommand.ts
@@ -104,4 +104,16 @@ export class ListIpRoutesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIpRoutesCommand)
.de(de_ListIpRoutesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIpRoutesRequest;
+ output: ListIpRoutesResult;
+ };
+ sdk: {
+ input: ListIpRoutesCommandInput;
+ output: ListIpRoutesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/ListLogSubscriptionsCommand.ts b/clients/client-directory-service/src/commands/ListLogSubscriptionsCommand.ts
index 472c14f2b459..e4f1b50ce2a9 100644
--- a/clients/client-directory-service/src/commands/ListLogSubscriptionsCommand.ts
+++ b/clients/client-directory-service/src/commands/ListLogSubscriptionsCommand.ts
@@ -98,4 +98,16 @@ export class ListLogSubscriptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLogSubscriptionsCommand)
.de(de_ListLogSubscriptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLogSubscriptionsRequest;
+ output: ListLogSubscriptionsResult;
+ };
+ sdk: {
+ input: ListLogSubscriptionsCommandInput;
+ output: ListLogSubscriptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/ListSchemaExtensionsCommand.ts b/clients/client-directory-service/src/commands/ListSchemaExtensionsCommand.ts
index 825155f4f7da..b2a2ca601bf8 100644
--- a/clients/client-directory-service/src/commands/ListSchemaExtensionsCommand.ts
+++ b/clients/client-directory-service/src/commands/ListSchemaExtensionsCommand.ts
@@ -102,4 +102,16 @@ export class ListSchemaExtensionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSchemaExtensionsCommand)
.de(de_ListSchemaExtensionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSchemaExtensionsRequest;
+ output: ListSchemaExtensionsResult;
+ };
+ sdk: {
+ input: ListSchemaExtensionsCommandInput;
+ output: ListSchemaExtensionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-directory-service/src/commands/ListTagsForResourceCommand.ts
index 73c9fb4bda64..9a8efc525a65 100644
--- a/clients/client-directory-service/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-directory-service/src/commands/ListTagsForResourceCommand.ts
@@ -100,4 +100,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResult;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/RegisterCertificateCommand.ts b/clients/client-directory-service/src/commands/RegisterCertificateCommand.ts
index a599f6b21d30..88ad730ca6a3 100644
--- a/clients/client-directory-service/src/commands/RegisterCertificateCommand.ts
+++ b/clients/client-directory-service/src/commands/RegisterCertificateCommand.ts
@@ -109,4 +109,16 @@ export class RegisterCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterCertificateCommand)
.de(de_RegisterCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterCertificateRequest;
+ output: RegisterCertificateResult;
+ };
+ sdk: {
+ input: RegisterCertificateCommandInput;
+ output: RegisterCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/RegisterEventTopicCommand.ts b/clients/client-directory-service/src/commands/RegisterEventTopicCommand.ts
index e0d6bae2cb89..0a2abe1d35f9 100644
--- a/clients/client-directory-service/src/commands/RegisterEventTopicCommand.ts
+++ b/clients/client-directory-service/src/commands/RegisterEventTopicCommand.ts
@@ -92,4 +92,16 @@ export class RegisterEventTopicCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterEventTopicCommand)
.de(de_RegisterEventTopicCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterEventTopicRequest;
+ output: {};
+ };
+ sdk: {
+ input: RegisterEventTopicCommandInput;
+ output: RegisterEventTopicCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/RejectSharedDirectoryCommand.ts b/clients/client-directory-service/src/commands/RejectSharedDirectoryCommand.ts
index 0bf064b95bc5..73822fc8235d 100644
--- a/clients/client-directory-service/src/commands/RejectSharedDirectoryCommand.ts
+++ b/clients/client-directory-service/src/commands/RejectSharedDirectoryCommand.ts
@@ -92,4 +92,16 @@ export class RejectSharedDirectoryCommand extends $Command
.f(void 0, void 0)
.ser(se_RejectSharedDirectoryCommand)
.de(de_RejectSharedDirectoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RejectSharedDirectoryRequest;
+ output: RejectSharedDirectoryResult;
+ };
+ sdk: {
+ input: RejectSharedDirectoryCommandInput;
+ output: RejectSharedDirectoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/RemoveIpRoutesCommand.ts b/clients/client-directory-service/src/commands/RemoveIpRoutesCommand.ts
index 327fb6d952f7..475d79e8d63d 100644
--- a/clients/client-directory-service/src/commands/RemoveIpRoutesCommand.ts
+++ b/clients/client-directory-service/src/commands/RemoveIpRoutesCommand.ts
@@ -93,4 +93,16 @@ export class RemoveIpRoutesCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveIpRoutesCommand)
.de(de_RemoveIpRoutesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveIpRoutesRequest;
+ output: {};
+ };
+ sdk: {
+ input: RemoveIpRoutesCommandInput;
+ output: RemoveIpRoutesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/RemoveRegionCommand.ts b/clients/client-directory-service/src/commands/RemoveRegionCommand.ts
index 876b6b476d0a..a43b0c4414b4 100644
--- a/clients/client-directory-service/src/commands/RemoveRegionCommand.ts
+++ b/clients/client-directory-service/src/commands/RemoveRegionCommand.ts
@@ -95,4 +95,16 @@ export class RemoveRegionCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveRegionCommand)
.de(de_RemoveRegionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveRegionRequest;
+ output: {};
+ };
+ sdk: {
+ input: RemoveRegionCommandInput;
+ output: RemoveRegionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-directory-service/src/commands/RemoveTagsFromResourceCommand.ts
index e5b0fd36a1d5..136198a124ca 100644
--- a/clients/client-directory-service/src/commands/RemoveTagsFromResourceCommand.ts
+++ b/clients/client-directory-service/src/commands/RemoveTagsFromResourceCommand.ts
@@ -90,4 +90,16 @@ export class RemoveTagsFromResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveTagsFromResourceCommand)
.de(de_RemoveTagsFromResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveTagsFromResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: RemoveTagsFromResourceCommandInput;
+ output: RemoveTagsFromResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/ResetUserPasswordCommand.ts b/clients/client-directory-service/src/commands/ResetUserPasswordCommand.ts
index 96bd108b09aa..3100c66e6573 100644
--- a/clients/client-directory-service/src/commands/ResetUserPasswordCommand.ts
+++ b/clients/client-directory-service/src/commands/ResetUserPasswordCommand.ts
@@ -120,4 +120,16 @@ export class ResetUserPasswordCommand extends $Command
.f(ResetUserPasswordRequestFilterSensitiveLog, void 0)
.ser(se_ResetUserPasswordCommand)
.de(de_ResetUserPasswordCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResetUserPasswordRequest;
+ output: {};
+ };
+ sdk: {
+ input: ResetUserPasswordCommandInput;
+ output: ResetUserPasswordCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/RestoreFromSnapshotCommand.ts b/clients/client-directory-service/src/commands/RestoreFromSnapshotCommand.ts
index 7d98eb51d966..d19681fe21f2 100644
--- a/clients/client-directory-service/src/commands/RestoreFromSnapshotCommand.ts
+++ b/clients/client-directory-service/src/commands/RestoreFromSnapshotCommand.ts
@@ -92,4 +92,16 @@ export class RestoreFromSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_RestoreFromSnapshotCommand)
.de(de_RestoreFromSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RestoreFromSnapshotRequest;
+ output: {};
+ };
+ sdk: {
+ input: RestoreFromSnapshotCommandInput;
+ output: RestoreFromSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/ShareDirectoryCommand.ts b/clients/client-directory-service/src/commands/ShareDirectoryCommand.ts
index 9a1086e943ab..0d25e41a9981 100644
--- a/clients/client-directory-service/src/commands/ShareDirectoryCommand.ts
+++ b/clients/client-directory-service/src/commands/ShareDirectoryCommand.ts
@@ -130,4 +130,16 @@ export class ShareDirectoryCommand extends $Command
.f(ShareDirectoryRequestFilterSensitiveLog, void 0)
.ser(se_ShareDirectoryCommand)
.de(de_ShareDirectoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ShareDirectoryRequest;
+ output: ShareDirectoryResult;
+ };
+ sdk: {
+ input: ShareDirectoryCommandInput;
+ output: ShareDirectoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/StartSchemaExtensionCommand.ts b/clients/client-directory-service/src/commands/StartSchemaExtensionCommand.ts
index 73c807695d8b..3ba3beb5f8cb 100644
--- a/clients/client-directory-service/src/commands/StartSchemaExtensionCommand.ts
+++ b/clients/client-directory-service/src/commands/StartSchemaExtensionCommand.ts
@@ -100,4 +100,16 @@ export class StartSchemaExtensionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartSchemaExtensionCommand)
.de(de_StartSchemaExtensionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartSchemaExtensionRequest;
+ output: StartSchemaExtensionResult;
+ };
+ sdk: {
+ input: StartSchemaExtensionCommandInput;
+ output: StartSchemaExtensionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/UnshareDirectoryCommand.ts b/clients/client-directory-service/src/commands/UnshareDirectoryCommand.ts
index 641628a46d4c..b17a33759423 100644
--- a/clients/client-directory-service/src/commands/UnshareDirectoryCommand.ts
+++ b/clients/client-directory-service/src/commands/UnshareDirectoryCommand.ts
@@ -96,4 +96,16 @@ export class UnshareDirectoryCommand extends $Command
.f(void 0, void 0)
.ser(se_UnshareDirectoryCommand)
.de(de_UnshareDirectoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UnshareDirectoryRequest;
+ output: UnshareDirectoryResult;
+ };
+ sdk: {
+ input: UnshareDirectoryCommandInput;
+ output: UnshareDirectoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/UpdateConditionalForwarderCommand.ts b/clients/client-directory-service/src/commands/UpdateConditionalForwarderCommand.ts
index 415ed67b0742..689c9e8959ec 100644
--- a/clients/client-directory-service/src/commands/UpdateConditionalForwarderCommand.ts
+++ b/clients/client-directory-service/src/commands/UpdateConditionalForwarderCommand.ts
@@ -98,4 +98,16 @@ export class UpdateConditionalForwarderCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateConditionalForwarderCommand)
.de(de_UpdateConditionalForwarderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateConditionalForwarderRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateConditionalForwarderCommandInput;
+ output: UpdateConditionalForwarderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/UpdateDirectorySetupCommand.ts b/clients/client-directory-service/src/commands/UpdateDirectorySetupCommand.ts
index 592e14853322..ec210141a0f1 100644
--- a/clients/client-directory-service/src/commands/UpdateDirectorySetupCommand.ts
+++ b/clients/client-directory-service/src/commands/UpdateDirectorySetupCommand.ts
@@ -113,4 +113,16 @@ export class UpdateDirectorySetupCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDirectorySetupCommand)
.de(de_UpdateDirectorySetupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDirectorySetupRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDirectorySetupCommandInput;
+ output: UpdateDirectorySetupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/UpdateNumberOfDomainControllersCommand.ts b/clients/client-directory-service/src/commands/UpdateNumberOfDomainControllersCommand.ts
index c12640e61e49..cf8369ae4e06 100644
--- a/clients/client-directory-service/src/commands/UpdateNumberOfDomainControllersCommand.ts
+++ b/clients/client-directory-service/src/commands/UpdateNumberOfDomainControllersCommand.ts
@@ -107,4 +107,16 @@ export class UpdateNumberOfDomainControllersCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateNumberOfDomainControllersCommand)
.de(de_UpdateNumberOfDomainControllersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateNumberOfDomainControllersRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateNumberOfDomainControllersCommandInput;
+ output: UpdateNumberOfDomainControllersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/UpdateRadiusCommand.ts b/clients/client-directory-service/src/commands/UpdateRadiusCommand.ts
index 9e9f2d42b89f..692ad9b1f854 100644
--- a/clients/client-directory-service/src/commands/UpdateRadiusCommand.ts
+++ b/clients/client-directory-service/src/commands/UpdateRadiusCommand.ts
@@ -100,4 +100,16 @@ export class UpdateRadiusCommand extends $Command
.f(UpdateRadiusRequestFilterSensitiveLog, void 0)
.ser(se_UpdateRadiusCommand)
.de(de_UpdateRadiusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRadiusRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateRadiusCommandInput;
+ output: UpdateRadiusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/UpdateSettingsCommand.ts b/clients/client-directory-service/src/commands/UpdateSettingsCommand.ts
index 593ade070950..4346b7a75a63 100644
--- a/clients/client-directory-service/src/commands/UpdateSettingsCommand.ts
+++ b/clients/client-directory-service/src/commands/UpdateSettingsCommand.ts
@@ -107,4 +107,16 @@ export class UpdateSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSettingsCommand)
.de(de_UpdateSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSettingsRequest;
+ output: UpdateSettingsResult;
+ };
+ sdk: {
+ input: UpdateSettingsCommandInput;
+ output: UpdateSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/UpdateTrustCommand.ts b/clients/client-directory-service/src/commands/UpdateTrustCommand.ts
index 9667565cc7ca..dddb37007d8b 100644
--- a/clients/client-directory-service/src/commands/UpdateTrustCommand.ts
+++ b/clients/client-directory-service/src/commands/UpdateTrustCommand.ts
@@ -92,4 +92,16 @@ export class UpdateTrustCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTrustCommand)
.de(de_UpdateTrustCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTrustRequest;
+ output: UpdateTrustResult;
+ };
+ sdk: {
+ input: UpdateTrustCommandInput;
+ output: UpdateTrustCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-directory-service/src/commands/VerifyTrustCommand.ts b/clients/client-directory-service/src/commands/VerifyTrustCommand.ts
index d35cc57620e9..c3e1d32df468 100644
--- a/clients/client-directory-service/src/commands/VerifyTrustCommand.ts
+++ b/clients/client-directory-service/src/commands/VerifyTrustCommand.ts
@@ -95,4 +95,16 @@ export class VerifyTrustCommand extends $Command
.f(void 0, void 0)
.ser(se_VerifyTrustCommand)
.de(de_VerifyTrustCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: VerifyTrustRequest;
+ output: VerifyTrustResult;
+ };
+ sdk: {
+ input: VerifyTrustCommandInput;
+ output: VerifyTrustCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dlm/package.json b/clients/client-dlm/package.json
index af40464975f6..a8f5e0cab9aa 100644
--- a/clients/client-dlm/package.json
+++ b/clients/client-dlm/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-dlm/src/commands/CreateLifecyclePolicyCommand.ts b/clients/client-dlm/src/commands/CreateLifecyclePolicyCommand.ts
index 399a6af4675c..bf0b2be23cb4 100644
--- a/clients/client-dlm/src/commands/CreateLifecyclePolicyCommand.ts
+++ b/clients/client-dlm/src/commands/CreateLifecyclePolicyCommand.ts
@@ -296,4 +296,16 @@ export class CreateLifecyclePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLifecyclePolicyCommand)
.de(de_CreateLifecyclePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLifecyclePolicyRequest;
+ output: CreateLifecyclePolicyResponse;
+ };
+ sdk: {
+ input: CreateLifecyclePolicyCommandInput;
+ output: CreateLifecyclePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dlm/src/commands/DeleteLifecyclePolicyCommand.ts b/clients/client-dlm/src/commands/DeleteLifecyclePolicyCommand.ts
index e5b29edbc5eb..9b090db8fbe6 100644
--- a/clients/client-dlm/src/commands/DeleteLifecyclePolicyCommand.ts
+++ b/clients/client-dlm/src/commands/DeleteLifecyclePolicyCommand.ts
@@ -87,4 +87,16 @@ export class DeleteLifecyclePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLifecyclePolicyCommand)
.de(de_DeleteLifecyclePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLifecyclePolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLifecyclePolicyCommandInput;
+ output: DeleteLifecyclePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dlm/src/commands/GetLifecyclePoliciesCommand.ts b/clients/client-dlm/src/commands/GetLifecyclePoliciesCommand.ts
index 007bf7b9ab8e..7d3d5bdc9f30 100644
--- a/clients/client-dlm/src/commands/GetLifecyclePoliciesCommand.ts
+++ b/clients/client-dlm/src/commands/GetLifecyclePoliciesCommand.ts
@@ -115,4 +115,16 @@ export class GetLifecyclePoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLifecyclePoliciesCommand)
.de(de_GetLifecyclePoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLifecyclePoliciesRequest;
+ output: GetLifecyclePoliciesResponse;
+ };
+ sdk: {
+ input: GetLifecyclePoliciesCommandInput;
+ output: GetLifecyclePoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dlm/src/commands/GetLifecyclePolicyCommand.ts b/clients/client-dlm/src/commands/GetLifecyclePolicyCommand.ts
index e9cda726d6d9..debae7aab321 100644
--- a/clients/client-dlm/src/commands/GetLifecyclePolicyCommand.ts
+++ b/clients/client-dlm/src/commands/GetLifecyclePolicyCommand.ts
@@ -261,4 +261,16 @@ export class GetLifecyclePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLifecyclePolicyCommand)
.de(de_GetLifecyclePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLifecyclePolicyRequest;
+ output: GetLifecyclePolicyResponse;
+ };
+ sdk: {
+ input: GetLifecyclePolicyCommandInput;
+ output: GetLifecyclePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dlm/src/commands/ListTagsForResourceCommand.ts b/clients/client-dlm/src/commands/ListTagsForResourceCommand.ts
index a21fdae800c6..f6e189c3f4e2 100644
--- a/clients/client-dlm/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-dlm/src/commands/ListTagsForResourceCommand.ts
@@ -89,4 +89,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dlm/src/commands/TagResourceCommand.ts b/clients/client-dlm/src/commands/TagResourceCommand.ts
index 2781282df781..e966733aa15d 100644
--- a/clients/client-dlm/src/commands/TagResourceCommand.ts
+++ b/clients/client-dlm/src/commands/TagResourceCommand.ts
@@ -88,4 +88,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dlm/src/commands/UntagResourceCommand.ts b/clients/client-dlm/src/commands/UntagResourceCommand.ts
index dba0def2a398..d67044cb7f06 100644
--- a/clients/client-dlm/src/commands/UntagResourceCommand.ts
+++ b/clients/client-dlm/src/commands/UntagResourceCommand.ts
@@ -88,4 +88,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dlm/src/commands/UpdateLifecyclePolicyCommand.ts b/clients/client-dlm/src/commands/UpdateLifecyclePolicyCommand.ts
index 2de4e1973baf..f6fc289e3c3a 100644
--- a/clients/client-dlm/src/commands/UpdateLifecyclePolicyCommand.ts
+++ b/clients/client-dlm/src/commands/UpdateLifecyclePolicyCommand.ts
@@ -273,4 +273,16 @@ export class UpdateLifecyclePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateLifecyclePolicyCommand)
.de(de_UpdateLifecyclePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLifecyclePolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateLifecyclePolicyCommandInput;
+ output: UpdateLifecyclePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb-elastic/package.json b/clients/client-docdb-elastic/package.json
index 3042cb8914d5..546c1a7f8814 100644
--- a/clients/client-docdb-elastic/package.json
+++ b/clients/client-docdb-elastic/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-docdb-elastic/src/commands/CopyClusterSnapshotCommand.ts b/clients/client-docdb-elastic/src/commands/CopyClusterSnapshotCommand.ts
index 130d49872ccc..171bde8018c2 100644
--- a/clients/client-docdb-elastic/src/commands/CopyClusterSnapshotCommand.ts
+++ b/clients/client-docdb-elastic/src/commands/CopyClusterSnapshotCommand.ts
@@ -120,4 +120,16 @@ export class CopyClusterSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_CopyClusterSnapshotCommand)
.de(de_CopyClusterSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CopyClusterSnapshotInput;
+ output: CopyClusterSnapshotOutput;
+ };
+ sdk: {
+ input: CopyClusterSnapshotCommandInput;
+ output: CopyClusterSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb-elastic/src/commands/CreateClusterCommand.ts b/clients/client-docdb-elastic/src/commands/CreateClusterCommand.ts
index ab3bbca4c35a..6e2797b621ff 100644
--- a/clients/client-docdb-elastic/src/commands/CreateClusterCommand.ts
+++ b/clients/client-docdb-elastic/src/commands/CreateClusterCommand.ts
@@ -143,4 +143,16 @@ export class CreateClusterCommand extends $Command
.f(CreateClusterInputFilterSensitiveLog, void 0)
.ser(se_CreateClusterCommand)
.de(de_CreateClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateClusterInput;
+ output: CreateClusterOutput;
+ };
+ sdk: {
+ input: CreateClusterCommandInput;
+ output: CreateClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb-elastic/src/commands/CreateClusterSnapshotCommand.ts b/clients/client-docdb-elastic/src/commands/CreateClusterSnapshotCommand.ts
index e8a31ab68f1e..70d55346e725 100644
--- a/clients/client-docdb-elastic/src/commands/CreateClusterSnapshotCommand.ts
+++ b/clients/client-docdb-elastic/src/commands/CreateClusterSnapshotCommand.ts
@@ -118,4 +118,16 @@ export class CreateClusterSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateClusterSnapshotCommand)
.de(de_CreateClusterSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateClusterSnapshotInput;
+ output: CreateClusterSnapshotOutput;
+ };
+ sdk: {
+ input: CreateClusterSnapshotCommandInput;
+ output: CreateClusterSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb-elastic/src/commands/DeleteClusterCommand.ts b/clients/client-docdb-elastic/src/commands/DeleteClusterCommand.ts
index a3dcf34b8322..800fcf0e2aed 100644
--- a/clients/client-docdb-elastic/src/commands/DeleteClusterCommand.ts
+++ b/clients/client-docdb-elastic/src/commands/DeleteClusterCommand.ts
@@ -123,4 +123,16 @@ export class DeleteClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteClusterCommand)
.de(de_DeleteClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteClusterInput;
+ output: DeleteClusterOutput;
+ };
+ sdk: {
+ input: DeleteClusterCommandInput;
+ output: DeleteClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb-elastic/src/commands/DeleteClusterSnapshotCommand.ts b/clients/client-docdb-elastic/src/commands/DeleteClusterSnapshotCommand.ts
index 7e54411bf848..be1802ac9d30 100644
--- a/clients/client-docdb-elastic/src/commands/DeleteClusterSnapshotCommand.ts
+++ b/clients/client-docdb-elastic/src/commands/DeleteClusterSnapshotCommand.ts
@@ -111,4 +111,16 @@ export class DeleteClusterSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteClusterSnapshotCommand)
.de(de_DeleteClusterSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteClusterSnapshotInput;
+ output: DeleteClusterSnapshotOutput;
+ };
+ sdk: {
+ input: DeleteClusterSnapshotCommandInput;
+ output: DeleteClusterSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb-elastic/src/commands/GetClusterCommand.ts b/clients/client-docdb-elastic/src/commands/GetClusterCommand.ts
index d4de886e0314..110b90261b73 100644
--- a/clients/client-docdb-elastic/src/commands/GetClusterCommand.ts
+++ b/clients/client-docdb-elastic/src/commands/GetClusterCommand.ts
@@ -120,4 +120,16 @@ export class GetClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_GetClusterCommand)
.de(de_GetClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetClusterInput;
+ output: GetClusterOutput;
+ };
+ sdk: {
+ input: GetClusterCommandInput;
+ output: GetClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb-elastic/src/commands/GetClusterSnapshotCommand.ts b/clients/client-docdb-elastic/src/commands/GetClusterSnapshotCommand.ts
index 43a196ede8d6..9edef1511ede 100644
--- a/clients/client-docdb-elastic/src/commands/GetClusterSnapshotCommand.ts
+++ b/clients/client-docdb-elastic/src/commands/GetClusterSnapshotCommand.ts
@@ -108,4 +108,16 @@ export class GetClusterSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_GetClusterSnapshotCommand)
.de(de_GetClusterSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetClusterSnapshotInput;
+ output: GetClusterSnapshotOutput;
+ };
+ sdk: {
+ input: GetClusterSnapshotCommandInput;
+ output: GetClusterSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb-elastic/src/commands/ListClusterSnapshotsCommand.ts b/clients/client-docdb-elastic/src/commands/ListClusterSnapshotsCommand.ts
index 6406d1129775..67343a59a69b 100644
--- a/clients/client-docdb-elastic/src/commands/ListClusterSnapshotsCommand.ts
+++ b/clients/client-docdb-elastic/src/commands/ListClusterSnapshotsCommand.ts
@@ -101,4 +101,16 @@ export class ListClusterSnapshotsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListClusterSnapshotsCommand)
.de(de_ListClusterSnapshotsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListClusterSnapshotsInput;
+ output: ListClusterSnapshotsOutput;
+ };
+ sdk: {
+ input: ListClusterSnapshotsCommandInput;
+ output: ListClusterSnapshotsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb-elastic/src/commands/ListClustersCommand.ts b/clients/client-docdb-elastic/src/commands/ListClustersCommand.ts
index ac5bd1e7e05a..80426b39d247 100644
--- a/clients/client-docdb-elastic/src/commands/ListClustersCommand.ts
+++ b/clients/client-docdb-elastic/src/commands/ListClustersCommand.ts
@@ -97,4 +97,16 @@ export class ListClustersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListClustersCommand)
.de(de_ListClustersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListClustersInput;
+ output: ListClustersOutput;
+ };
+ sdk: {
+ input: ListClustersCommandInput;
+ output: ListClustersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb-elastic/src/commands/ListTagsForResourceCommand.ts b/clients/client-docdb-elastic/src/commands/ListTagsForResourceCommand.ts
index 9db4827c551e..71f8c2db42a8 100644
--- a/clients/client-docdb-elastic/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-docdb-elastic/src/commands/ListTagsForResourceCommand.ts
@@ -91,4 +91,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb-elastic/src/commands/RestoreClusterFromSnapshotCommand.ts b/clients/client-docdb-elastic/src/commands/RestoreClusterFromSnapshotCommand.ts
index 6475578d97b2..ae60a0dc97fc 100644
--- a/clients/client-docdb-elastic/src/commands/RestoreClusterFromSnapshotCommand.ts
+++ b/clients/client-docdb-elastic/src/commands/RestoreClusterFromSnapshotCommand.ts
@@ -139,4 +139,16 @@ export class RestoreClusterFromSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_RestoreClusterFromSnapshotCommand)
.de(de_RestoreClusterFromSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RestoreClusterFromSnapshotInput;
+ output: RestoreClusterFromSnapshotOutput;
+ };
+ sdk: {
+ input: RestoreClusterFromSnapshotCommandInput;
+ output: RestoreClusterFromSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb-elastic/src/commands/StartClusterCommand.ts b/clients/client-docdb-elastic/src/commands/StartClusterCommand.ts
index c0abeda7c653..d4bdddf52840 100644
--- a/clients/client-docdb-elastic/src/commands/StartClusterCommand.ts
+++ b/clients/client-docdb-elastic/src/commands/StartClusterCommand.ts
@@ -120,4 +120,16 @@ export class StartClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_StartClusterCommand)
.de(de_StartClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartClusterInput;
+ output: StartClusterOutput;
+ };
+ sdk: {
+ input: StartClusterCommandInput;
+ output: StartClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb-elastic/src/commands/StopClusterCommand.ts b/clients/client-docdb-elastic/src/commands/StopClusterCommand.ts
index d64c989d4da8..6f998577f32f 100644
--- a/clients/client-docdb-elastic/src/commands/StopClusterCommand.ts
+++ b/clients/client-docdb-elastic/src/commands/StopClusterCommand.ts
@@ -121,4 +121,16 @@ export class StopClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_StopClusterCommand)
.de(de_StopClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopClusterInput;
+ output: StopClusterOutput;
+ };
+ sdk: {
+ input: StopClusterCommandInput;
+ output: StopClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb-elastic/src/commands/TagResourceCommand.ts b/clients/client-docdb-elastic/src/commands/TagResourceCommand.ts
index c81de1b02351..ba0d6d95843b 100644
--- a/clients/client-docdb-elastic/src/commands/TagResourceCommand.ts
+++ b/clients/client-docdb-elastic/src/commands/TagResourceCommand.ts
@@ -90,4 +90,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb-elastic/src/commands/UntagResourceCommand.ts b/clients/client-docdb-elastic/src/commands/UntagResourceCommand.ts
index 095e8e58a552..490c303b4d10 100644
--- a/clients/client-docdb-elastic/src/commands/UntagResourceCommand.ts
+++ b/clients/client-docdb-elastic/src/commands/UntagResourceCommand.ts
@@ -90,4 +90,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb-elastic/src/commands/UpdateClusterCommand.ts b/clients/client-docdb-elastic/src/commands/UpdateClusterCommand.ts
index b7312eed5f40..fbe07971a3aa 100644
--- a/clients/client-docdb-elastic/src/commands/UpdateClusterCommand.ts
+++ b/clients/client-docdb-elastic/src/commands/UpdateClusterCommand.ts
@@ -139,4 +139,16 @@ export class UpdateClusterCommand extends $Command
.f(UpdateClusterInputFilterSensitiveLog, void 0)
.ser(se_UpdateClusterCommand)
.de(de_UpdateClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateClusterInput;
+ output: UpdateClusterOutput;
+ };
+ sdk: {
+ input: UpdateClusterCommandInput;
+ output: UpdateClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/package.json b/clients/client-docdb/package.json
index 6ac7c1ca3095..1985f0c8d640 100644
--- a/clients/client-docdb/package.json
+++ b/clients/client-docdb/package.json
@@ -34,32 +34,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2"
},
"devDependencies": {
diff --git a/clients/client-docdb/src/commands/AddSourceIdentifierToSubscriptionCommand.ts b/clients/client-docdb/src/commands/AddSourceIdentifierToSubscriptionCommand.ts
index fe8e158d3b4c..bed8932faa02 100644
--- a/clients/client-docdb/src/commands/AddSourceIdentifierToSubscriptionCommand.ts
+++ b/clients/client-docdb/src/commands/AddSourceIdentifierToSubscriptionCommand.ts
@@ -105,4 +105,16 @@ export class AddSourceIdentifierToSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_AddSourceIdentifierToSubscriptionCommand)
.de(de_AddSourceIdentifierToSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddSourceIdentifierToSubscriptionMessage;
+ output: AddSourceIdentifierToSubscriptionResult;
+ };
+ sdk: {
+ input: AddSourceIdentifierToSubscriptionCommandInput;
+ output: AddSourceIdentifierToSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/AddTagsToResourceCommand.ts b/clients/client-docdb/src/commands/AddTagsToResourceCommand.ts
index e93dda53a570..f5928821e6cc 100644
--- a/clients/client-docdb/src/commands/AddTagsToResourceCommand.ts
+++ b/clients/client-docdb/src/commands/AddTagsToResourceCommand.ts
@@ -96,4 +96,16 @@ export class AddTagsToResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_AddTagsToResourceCommand)
.de(de_AddTagsToResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddTagsToResourceMessage;
+ output: {};
+ };
+ sdk: {
+ input: AddTagsToResourceCommandInput;
+ output: AddTagsToResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/ApplyPendingMaintenanceActionCommand.ts b/clients/client-docdb/src/commands/ApplyPendingMaintenanceActionCommand.ts
index 2903cedd76db..8b7fa87ddf18 100644
--- a/clients/client-docdb/src/commands/ApplyPendingMaintenanceActionCommand.ts
+++ b/clients/client-docdb/src/commands/ApplyPendingMaintenanceActionCommand.ts
@@ -107,4 +107,16 @@ export class ApplyPendingMaintenanceActionCommand extends $Command
.f(void 0, void 0)
.ser(se_ApplyPendingMaintenanceActionCommand)
.de(de_ApplyPendingMaintenanceActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ApplyPendingMaintenanceActionMessage;
+ output: ApplyPendingMaintenanceActionResult;
+ };
+ sdk: {
+ input: ApplyPendingMaintenanceActionCommandInput;
+ output: ApplyPendingMaintenanceActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/CopyDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/CopyDBClusterParameterGroupCommand.ts
index 15f72b8fdbf9..75ccdc64946c 100644
--- a/clients/client-docdb/src/commands/CopyDBClusterParameterGroupCommand.ts
+++ b/clients/client-docdb/src/commands/CopyDBClusterParameterGroupCommand.ts
@@ -100,4 +100,16 @@ export class CopyDBClusterParameterGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CopyDBClusterParameterGroupCommand)
.de(de_CopyDBClusterParameterGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CopyDBClusterParameterGroupMessage;
+ output: CopyDBClusterParameterGroupResult;
+ };
+ sdk: {
+ input: CopyDBClusterParameterGroupCommandInput;
+ output: CopyDBClusterParameterGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/CopyDBClusterSnapshotCommand.ts b/clients/client-docdb/src/commands/CopyDBClusterSnapshotCommand.ts
index 8ea99734f271..dfbe3b1c8d72 100644
--- a/clients/client-docdb/src/commands/CopyDBClusterSnapshotCommand.ts
+++ b/clients/client-docdb/src/commands/CopyDBClusterSnapshotCommand.ts
@@ -138,4 +138,16 @@ export class CopyDBClusterSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_CopyDBClusterSnapshotCommand)
.de(de_CopyDBClusterSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CopyDBClusterSnapshotMessage;
+ output: CopyDBClusterSnapshotResult;
+ };
+ sdk: {
+ input: CopyDBClusterSnapshotCommandInput;
+ output: CopyDBClusterSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/CreateDBClusterCommand.ts b/clients/client-docdb/src/commands/CreateDBClusterCommand.ts
index b76a06212fd4..7cd6f8159764 100644
--- a/clients/client-docdb/src/commands/CreateDBClusterCommand.ts
+++ b/clients/client-docdb/src/commands/CreateDBClusterCommand.ts
@@ -224,4 +224,16 @@ export class CreateDBClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDBClusterCommand)
.de(de_CreateDBClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDBClusterMessage;
+ output: CreateDBClusterResult;
+ };
+ sdk: {
+ input: CreateDBClusterCommandInput;
+ output: CreateDBClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/CreateDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/CreateDBClusterParameterGroupCommand.ts
index 8fa85f9b4161..281cb45fb152 100644
--- a/clients/client-docdb/src/commands/CreateDBClusterParameterGroupCommand.ts
+++ b/clients/client-docdb/src/commands/CreateDBClusterParameterGroupCommand.ts
@@ -119,4 +119,16 @@ export class CreateDBClusterParameterGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDBClusterParameterGroupCommand)
.de(de_CreateDBClusterParameterGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDBClusterParameterGroupMessage;
+ output: CreateDBClusterParameterGroupResult;
+ };
+ sdk: {
+ input: CreateDBClusterParameterGroupCommandInput;
+ output: CreateDBClusterParameterGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/CreateDBClusterSnapshotCommand.ts b/clients/client-docdb/src/commands/CreateDBClusterSnapshotCommand.ts
index 0e9679922f02..d8097844173f 100644
--- a/clients/client-docdb/src/commands/CreateDBClusterSnapshotCommand.ts
+++ b/clients/client-docdb/src/commands/CreateDBClusterSnapshotCommand.ts
@@ -121,4 +121,16 @@ export class CreateDBClusterSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDBClusterSnapshotCommand)
.de(de_CreateDBClusterSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDBClusterSnapshotMessage;
+ output: CreateDBClusterSnapshotResult;
+ };
+ sdk: {
+ input: CreateDBClusterSnapshotCommandInput;
+ output: CreateDBClusterSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/CreateDBInstanceCommand.ts b/clients/client-docdb/src/commands/CreateDBInstanceCommand.ts
index 58b2d094a471..0bbbda6d311c 100644
--- a/clients/client-docdb/src/commands/CreateDBInstanceCommand.ts
+++ b/clients/client-docdb/src/commands/CreateDBInstanceCommand.ts
@@ -237,4 +237,16 @@ export class CreateDBInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDBInstanceCommand)
.de(de_CreateDBInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDBInstanceMessage;
+ output: CreateDBInstanceResult;
+ };
+ sdk: {
+ input: CreateDBInstanceCommandInput;
+ output: CreateDBInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/CreateDBSubnetGroupCommand.ts b/clients/client-docdb/src/commands/CreateDBSubnetGroupCommand.ts
index 83036ec998a1..1e3039e2035b 100644
--- a/clients/client-docdb/src/commands/CreateDBSubnetGroupCommand.ts
+++ b/clients/client-docdb/src/commands/CreateDBSubnetGroupCommand.ts
@@ -120,4 +120,16 @@ export class CreateDBSubnetGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDBSubnetGroupCommand)
.de(de_CreateDBSubnetGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDBSubnetGroupMessage;
+ output: CreateDBSubnetGroupResult;
+ };
+ sdk: {
+ input: CreateDBSubnetGroupCommandInput;
+ output: CreateDBSubnetGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/CreateEventSubscriptionCommand.ts b/clients/client-docdb/src/commands/CreateEventSubscriptionCommand.ts
index 0c40527dfeb9..1f9a97811001 100644
--- a/clients/client-docdb/src/commands/CreateEventSubscriptionCommand.ts
+++ b/clients/client-docdb/src/commands/CreateEventSubscriptionCommand.ts
@@ -130,4 +130,16 @@ export class CreateEventSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEventSubscriptionCommand)
.de(de_CreateEventSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEventSubscriptionMessage;
+ output: CreateEventSubscriptionResult;
+ };
+ sdk: {
+ input: CreateEventSubscriptionCommandInput;
+ output: CreateEventSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/CreateGlobalClusterCommand.ts b/clients/client-docdb/src/commands/CreateGlobalClusterCommand.ts
index cdd5b0f33742..54a9164f473d 100644
--- a/clients/client-docdb/src/commands/CreateGlobalClusterCommand.ts
+++ b/clients/client-docdb/src/commands/CreateGlobalClusterCommand.ts
@@ -120,4 +120,16 @@ export class CreateGlobalClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateGlobalClusterCommand)
.de(de_CreateGlobalClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGlobalClusterMessage;
+ output: CreateGlobalClusterResult;
+ };
+ sdk: {
+ input: CreateGlobalClusterCommandInput;
+ output: CreateGlobalClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/DeleteDBClusterCommand.ts b/clients/client-docdb/src/commands/DeleteDBClusterCommand.ts
index 81c76acfbce4..5a3337171e44 100644
--- a/clients/client-docdb/src/commands/DeleteDBClusterCommand.ts
+++ b/clients/client-docdb/src/commands/DeleteDBClusterCommand.ts
@@ -153,4 +153,16 @@ export class DeleteDBClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDBClusterCommand)
.de(de_DeleteDBClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDBClusterMessage;
+ output: DeleteDBClusterResult;
+ };
+ sdk: {
+ input: DeleteDBClusterCommandInput;
+ output: DeleteDBClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/DeleteDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/DeleteDBClusterParameterGroupCommand.ts
index 44a53278bcd1..7c2523002b86 100644
--- a/clients/client-docdb/src/commands/DeleteDBClusterParameterGroupCommand.ts
+++ b/clients/client-docdb/src/commands/DeleteDBClusterParameterGroupCommand.ts
@@ -85,4 +85,16 @@ export class DeleteDBClusterParameterGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDBClusterParameterGroupCommand)
.de(de_DeleteDBClusterParameterGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDBClusterParameterGroupMessage;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDBClusterParameterGroupCommandInput;
+ output: DeleteDBClusterParameterGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/DeleteDBClusterSnapshotCommand.ts b/clients/client-docdb/src/commands/DeleteDBClusterSnapshotCommand.ts
index 22cd261aa5fd..98fda14990af 100644
--- a/clients/client-docdb/src/commands/DeleteDBClusterSnapshotCommand.ts
+++ b/clients/client-docdb/src/commands/DeleteDBClusterSnapshotCommand.ts
@@ -108,4 +108,16 @@ export class DeleteDBClusterSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDBClusterSnapshotCommand)
.de(de_DeleteDBClusterSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDBClusterSnapshotMessage;
+ output: DeleteDBClusterSnapshotResult;
+ };
+ sdk: {
+ input: DeleteDBClusterSnapshotCommandInput;
+ output: DeleteDBClusterSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/DeleteDBInstanceCommand.ts b/clients/client-docdb/src/commands/DeleteDBInstanceCommand.ts
index e483e288861a..e73c00ba9c53 100644
--- a/clients/client-docdb/src/commands/DeleteDBInstanceCommand.ts
+++ b/clients/client-docdb/src/commands/DeleteDBInstanceCommand.ts
@@ -184,4 +184,16 @@ export class DeleteDBInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDBInstanceCommand)
.de(de_DeleteDBInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDBInstanceMessage;
+ output: DeleteDBInstanceResult;
+ };
+ sdk: {
+ input: DeleteDBInstanceCommandInput;
+ output: DeleteDBInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/DeleteDBSubnetGroupCommand.ts b/clients/client-docdb/src/commands/DeleteDBSubnetGroupCommand.ts
index bea09ff00f24..bbf5a4f7b745 100644
--- a/clients/client-docdb/src/commands/DeleteDBSubnetGroupCommand.ts
+++ b/clients/client-docdb/src/commands/DeleteDBSubnetGroupCommand.ts
@@ -89,4 +89,16 @@ export class DeleteDBSubnetGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDBSubnetGroupCommand)
.de(de_DeleteDBSubnetGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDBSubnetGroupMessage;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDBSubnetGroupCommandInput;
+ output: DeleteDBSubnetGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/DeleteEventSubscriptionCommand.ts b/clients/client-docdb/src/commands/DeleteEventSubscriptionCommand.ts
index 5734bff7e50c..152e1183f705 100644
--- a/clients/client-docdb/src/commands/DeleteEventSubscriptionCommand.ts
+++ b/clients/client-docdb/src/commands/DeleteEventSubscriptionCommand.ts
@@ -99,4 +99,16 @@ export class DeleteEventSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEventSubscriptionCommand)
.de(de_DeleteEventSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEventSubscriptionMessage;
+ output: DeleteEventSubscriptionResult;
+ };
+ sdk: {
+ input: DeleteEventSubscriptionCommandInput;
+ output: DeleteEventSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/DeleteGlobalClusterCommand.ts b/clients/client-docdb/src/commands/DeleteGlobalClusterCommand.ts
index 1cdcad917d3f..eb7714e0493f 100644
--- a/clients/client-docdb/src/commands/DeleteGlobalClusterCommand.ts
+++ b/clients/client-docdb/src/commands/DeleteGlobalClusterCommand.ts
@@ -105,4 +105,16 @@ export class DeleteGlobalClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteGlobalClusterCommand)
.de(de_DeleteGlobalClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteGlobalClusterMessage;
+ output: DeleteGlobalClusterResult;
+ };
+ sdk: {
+ input: DeleteGlobalClusterCommandInput;
+ output: DeleteGlobalClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/DescribeCertificatesCommand.ts b/clients/client-docdb/src/commands/DescribeCertificatesCommand.ts
index 62a5d7c1932d..3f18019180df 100644
--- a/clients/client-docdb/src/commands/DescribeCertificatesCommand.ts
+++ b/clients/client-docdb/src/commands/DescribeCertificatesCommand.ts
@@ -101,4 +101,16 @@ export class DescribeCertificatesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCertificatesCommand)
.de(de_DescribeCertificatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCertificatesMessage;
+ output: CertificateMessage;
+ };
+ sdk: {
+ input: DescribeCertificatesCommandInput;
+ output: DescribeCertificatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/DescribeDBClusterParameterGroupsCommand.ts b/clients/client-docdb/src/commands/DescribeDBClusterParameterGroupsCommand.ts
index de24d2c50f39..bf598599a52d 100644
--- a/clients/client-docdb/src/commands/DescribeDBClusterParameterGroupsCommand.ts
+++ b/clients/client-docdb/src/commands/DescribeDBClusterParameterGroupsCommand.ts
@@ -104,4 +104,16 @@ export class DescribeDBClusterParameterGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDBClusterParameterGroupsCommand)
.de(de_DescribeDBClusterParameterGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDBClusterParameterGroupsMessage;
+ output: DBClusterParameterGroupsMessage;
+ };
+ sdk: {
+ input: DescribeDBClusterParameterGroupsCommandInput;
+ output: DescribeDBClusterParameterGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/DescribeDBClusterParametersCommand.ts b/clients/client-docdb/src/commands/DescribeDBClusterParametersCommand.ts
index a97fc5b69705..344d28dd17ea 100644
--- a/clients/client-docdb/src/commands/DescribeDBClusterParametersCommand.ts
+++ b/clients/client-docdb/src/commands/DescribeDBClusterParametersCommand.ts
@@ -107,4 +107,16 @@ export class DescribeDBClusterParametersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDBClusterParametersCommand)
.de(de_DescribeDBClusterParametersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDBClusterParametersMessage;
+ output: DBClusterParameterGroupDetails;
+ };
+ sdk: {
+ input: DescribeDBClusterParametersCommandInput;
+ output: DescribeDBClusterParametersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts b/clients/client-docdb/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts
index 0ea1a9b8b7e3..d6fa820c857c 100644
--- a/clients/client-docdb/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts
+++ b/clients/client-docdb/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts
@@ -102,4 +102,16 @@ export class DescribeDBClusterSnapshotAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDBClusterSnapshotAttributesCommand)
.de(de_DescribeDBClusterSnapshotAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDBClusterSnapshotAttributesMessage;
+ output: DescribeDBClusterSnapshotAttributesResult;
+ };
+ sdk: {
+ input: DescribeDBClusterSnapshotAttributesCommandInput;
+ output: DescribeDBClusterSnapshotAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/DescribeDBClusterSnapshotsCommand.ts b/clients/client-docdb/src/commands/DescribeDBClusterSnapshotsCommand.ts
index 2b94b8296cca..daacc50f0498 100644
--- a/clients/client-docdb/src/commands/DescribeDBClusterSnapshotsCommand.ts
+++ b/clients/client-docdb/src/commands/DescribeDBClusterSnapshotsCommand.ts
@@ -119,4 +119,16 @@ export class DescribeDBClusterSnapshotsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDBClusterSnapshotsCommand)
.de(de_DescribeDBClusterSnapshotsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDBClusterSnapshotsMessage;
+ output: DBClusterSnapshotMessage;
+ };
+ sdk: {
+ input: DescribeDBClusterSnapshotsCommandInput;
+ output: DescribeDBClusterSnapshotsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/DescribeDBClustersCommand.ts b/clients/client-docdb/src/commands/DescribeDBClustersCommand.ts
index 6d215649a6fb..91364b4f3eb5 100644
--- a/clients/client-docdb/src/commands/DescribeDBClustersCommand.ts
+++ b/clients/client-docdb/src/commands/DescribeDBClustersCommand.ts
@@ -156,4 +156,16 @@ export class DescribeDBClustersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDBClustersCommand)
.de(de_DescribeDBClustersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDBClustersMessage;
+ output: DBClusterMessage;
+ };
+ sdk: {
+ input: DescribeDBClustersCommandInput;
+ output: DescribeDBClustersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/DescribeDBEngineVersionsCommand.ts b/clients/client-docdb/src/commands/DescribeDBEngineVersionsCommand.ts
index 3661c3a70743..0308f9721ff9 100644
--- a/clients/client-docdb/src/commands/DescribeDBEngineVersionsCommand.ts
+++ b/clients/client-docdb/src/commands/DescribeDBEngineVersionsCommand.ts
@@ -118,4 +118,16 @@ export class DescribeDBEngineVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDBEngineVersionsCommand)
.de(de_DescribeDBEngineVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDBEngineVersionsMessage;
+ output: DBEngineVersionMessage;
+ };
+ sdk: {
+ input: DescribeDBEngineVersionsCommandInput;
+ output: DescribeDBEngineVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/DescribeDBInstancesCommand.ts b/clients/client-docdb/src/commands/DescribeDBInstancesCommand.ts
index 1579175f6aa3..477f097441c5 100644
--- a/clients/client-docdb/src/commands/DescribeDBInstancesCommand.ts
+++ b/clients/client-docdb/src/commands/DescribeDBInstancesCommand.ts
@@ -183,4 +183,16 @@ export class DescribeDBInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDBInstancesCommand)
.de(de_DescribeDBInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDBInstancesMessage;
+ output: DBInstanceMessage;
+ };
+ sdk: {
+ input: DescribeDBInstancesCommandInput;
+ output: DescribeDBInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/DescribeDBSubnetGroupsCommand.ts b/clients/client-docdb/src/commands/DescribeDBSubnetGroupsCommand.ts
index a713635c4263..34a649ade6a9 100644
--- a/clients/client-docdb/src/commands/DescribeDBSubnetGroupsCommand.ts
+++ b/clients/client-docdb/src/commands/DescribeDBSubnetGroupsCommand.ts
@@ -110,4 +110,16 @@ export class DescribeDBSubnetGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDBSubnetGroupsCommand)
.de(de_DescribeDBSubnetGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDBSubnetGroupsMessage;
+ output: DBSubnetGroupMessage;
+ };
+ sdk: {
+ input: DescribeDBSubnetGroupsCommandInput;
+ output: DescribeDBSubnetGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/DescribeEngineDefaultClusterParametersCommand.ts b/clients/client-docdb/src/commands/DescribeEngineDefaultClusterParametersCommand.ts
index 18510b37490e..ea685f3ca94b 100644
--- a/clients/client-docdb/src/commands/DescribeEngineDefaultClusterParametersCommand.ts
+++ b/clients/client-docdb/src/commands/DescribeEngineDefaultClusterParametersCommand.ts
@@ -114,4 +114,16 @@ export class DescribeEngineDefaultClusterParametersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEngineDefaultClusterParametersCommand)
.de(de_DescribeEngineDefaultClusterParametersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEngineDefaultClusterParametersMessage;
+ output: DescribeEngineDefaultClusterParametersResult;
+ };
+ sdk: {
+ input: DescribeEngineDefaultClusterParametersCommandInput;
+ output: DescribeEngineDefaultClusterParametersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/DescribeEventCategoriesCommand.ts b/clients/client-docdb/src/commands/DescribeEventCategoriesCommand.ts
index c6823c4c58dc..091a35edb9e6 100644
--- a/clients/client-docdb/src/commands/DescribeEventCategoriesCommand.ts
+++ b/clients/client-docdb/src/commands/DescribeEventCategoriesCommand.ts
@@ -93,4 +93,16 @@ export class DescribeEventCategoriesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEventCategoriesCommand)
.de(de_DescribeEventCategoriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEventCategoriesMessage;
+ output: EventCategoriesMessage;
+ };
+ sdk: {
+ input: DescribeEventCategoriesCommandInput;
+ output: DescribeEventCategoriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-docdb/src/commands/DescribeEventSubscriptionsCommand.ts
index 89f3c35a9d60..f5c412218963 100644
--- a/clients/client-docdb/src/commands/DescribeEventSubscriptionsCommand.ts
+++ b/clients/client-docdb/src/commands/DescribeEventSubscriptionsCommand.ts
@@ -109,4 +109,16 @@ export class DescribeEventSubscriptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEventSubscriptionsCommand)
.de(de_DescribeEventSubscriptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEventSubscriptionsMessage;
+ output: EventSubscriptionsMessage;
+ };
+ sdk: {
+ input: DescribeEventSubscriptionsCommandInput;
+ output: DescribeEventSubscriptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/DescribeEventsCommand.ts b/clients/client-docdb/src/commands/DescribeEventsCommand.ts
index e1fc81010eae..ceb193ac6945 100644
--- a/clients/client-docdb/src/commands/DescribeEventsCommand.ts
+++ b/clients/client-docdb/src/commands/DescribeEventsCommand.ts
@@ -106,4 +106,16 @@ export class DescribeEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEventsCommand)
.de(de_DescribeEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEventsMessage;
+ output: EventsMessage;
+ };
+ sdk: {
+ input: DescribeEventsCommandInput;
+ output: DescribeEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/DescribeGlobalClustersCommand.ts b/clients/client-docdb/src/commands/DescribeGlobalClustersCommand.ts
index 281c77a97b62..5694a201eec1 100644
--- a/clients/client-docdb/src/commands/DescribeGlobalClustersCommand.ts
+++ b/clients/client-docdb/src/commands/DescribeGlobalClustersCommand.ts
@@ -115,4 +115,16 @@ export class DescribeGlobalClustersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeGlobalClustersCommand)
.de(de_DescribeGlobalClustersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeGlobalClustersMessage;
+ output: GlobalClustersMessage;
+ };
+ sdk: {
+ input: DescribeGlobalClustersCommandInput;
+ output: DescribeGlobalClustersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts b/clients/client-docdb/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts
index ee867f1b5d89..6a5038f63d8f 100644
--- a/clients/client-docdb/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts
+++ b/clients/client-docdb/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts
@@ -111,4 +111,16 @@ export class DescribeOrderableDBInstanceOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeOrderableDBInstanceOptionsCommand)
.de(de_DescribeOrderableDBInstanceOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeOrderableDBInstanceOptionsMessage;
+ output: OrderableDBInstanceOptionsMessage;
+ };
+ sdk: {
+ input: DescribeOrderableDBInstanceOptionsCommandInput;
+ output: DescribeOrderableDBInstanceOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/DescribePendingMaintenanceActionsCommand.ts b/clients/client-docdb/src/commands/DescribePendingMaintenanceActionsCommand.ts
index 172f229c6d1f..f2e245b73a9d 100644
--- a/clients/client-docdb/src/commands/DescribePendingMaintenanceActionsCommand.ts
+++ b/clients/client-docdb/src/commands/DescribePendingMaintenanceActionsCommand.ts
@@ -111,4 +111,16 @@ export class DescribePendingMaintenanceActionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePendingMaintenanceActionsCommand)
.de(de_DescribePendingMaintenanceActionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePendingMaintenanceActionsMessage;
+ output: PendingMaintenanceActionsMessage;
+ };
+ sdk: {
+ input: DescribePendingMaintenanceActionsCommandInput;
+ output: DescribePendingMaintenanceActionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/FailoverDBClusterCommand.ts b/clients/client-docdb/src/commands/FailoverDBClusterCommand.ts
index 99dd3b4b71f2..e363a90da2e6 100644
--- a/clients/client-docdb/src/commands/FailoverDBClusterCommand.ts
+++ b/clients/client-docdb/src/commands/FailoverDBClusterCommand.ts
@@ -148,4 +148,16 @@ export class FailoverDBClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_FailoverDBClusterCommand)
.de(de_FailoverDBClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: FailoverDBClusterMessage;
+ output: FailoverDBClusterResult;
+ };
+ sdk: {
+ input: FailoverDBClusterCommandInput;
+ output: FailoverDBClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/FailoverGlobalClusterCommand.ts b/clients/client-docdb/src/commands/FailoverGlobalClusterCommand.ts
index 7628f0450735..7f8cd7d52136 100644
--- a/clients/client-docdb/src/commands/FailoverGlobalClusterCommand.ts
+++ b/clients/client-docdb/src/commands/FailoverGlobalClusterCommand.ts
@@ -115,4 +115,16 @@ export class FailoverGlobalClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_FailoverGlobalClusterCommand)
.de(de_FailoverGlobalClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: FailoverGlobalClusterMessage;
+ output: FailoverGlobalClusterResult;
+ };
+ sdk: {
+ input: FailoverGlobalClusterCommandInput;
+ output: FailoverGlobalClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/ListTagsForResourceCommand.ts b/clients/client-docdb/src/commands/ListTagsForResourceCommand.ts
index dad344f98452..4ee271b2cb04 100644
--- a/clients/client-docdb/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-docdb/src/commands/ListTagsForResourceCommand.ts
@@ -102,4 +102,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceMessage;
+ output: TagListMessage;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/ModifyDBClusterCommand.ts b/clients/client-docdb/src/commands/ModifyDBClusterCommand.ts
index 2b3a1e5a8496..0c565e507fdd 100644
--- a/clients/client-docdb/src/commands/ModifyDBClusterCommand.ts
+++ b/clients/client-docdb/src/commands/ModifyDBClusterCommand.ts
@@ -199,4 +199,16 @@ export class ModifyDBClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyDBClusterCommand)
.de(de_ModifyDBClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyDBClusterMessage;
+ output: ModifyDBClusterResult;
+ };
+ sdk: {
+ input: ModifyDBClusterCommandInput;
+ output: ModifyDBClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/ModifyDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/ModifyDBClusterParameterGroupCommand.ts
index 9152732a3a2b..6fed359acdb4 100644
--- a/clients/client-docdb/src/commands/ModifyDBClusterParameterGroupCommand.ts
+++ b/clients/client-docdb/src/commands/ModifyDBClusterParameterGroupCommand.ts
@@ -121,4 +121,16 @@ export class ModifyDBClusterParameterGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyDBClusterParameterGroupCommand)
.de(de_ModifyDBClusterParameterGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyDBClusterParameterGroupMessage;
+ output: DBClusterParameterGroupNameMessage;
+ };
+ sdk: {
+ input: ModifyDBClusterParameterGroupCommandInput;
+ output: ModifyDBClusterParameterGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts b/clients/client-docdb/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts
index 88ccc780c5d2..bf2631f9b5a1 100644
--- a/clients/client-docdb/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts
+++ b/clients/client-docdb/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts
@@ -111,4 +111,16 @@ export class ModifyDBClusterSnapshotAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyDBClusterSnapshotAttributeCommand)
.de(de_ModifyDBClusterSnapshotAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyDBClusterSnapshotAttributeMessage;
+ output: ModifyDBClusterSnapshotAttributeResult;
+ };
+ sdk: {
+ input: ModifyDBClusterSnapshotAttributeCommandInput;
+ output: ModifyDBClusterSnapshotAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/ModifyDBInstanceCommand.ts b/clients/client-docdb/src/commands/ModifyDBInstanceCommand.ts
index 327347730632..85c64a43cae5 100644
--- a/clients/client-docdb/src/commands/ModifyDBInstanceCommand.ts
+++ b/clients/client-docdb/src/commands/ModifyDBInstanceCommand.ts
@@ -226,4 +226,16 @@ export class ModifyDBInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyDBInstanceCommand)
.de(de_ModifyDBInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyDBInstanceMessage;
+ output: ModifyDBInstanceResult;
+ };
+ sdk: {
+ input: ModifyDBInstanceCommandInput;
+ output: ModifyDBInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/ModifyDBSubnetGroupCommand.ts b/clients/client-docdb/src/commands/ModifyDBSubnetGroupCommand.ts
index 71e5b2ea42cf..005597f64044 100644
--- a/clients/client-docdb/src/commands/ModifyDBSubnetGroupCommand.ts
+++ b/clients/client-docdb/src/commands/ModifyDBSubnetGroupCommand.ts
@@ -113,4 +113,16 @@ export class ModifyDBSubnetGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyDBSubnetGroupCommand)
.de(de_ModifyDBSubnetGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyDBSubnetGroupMessage;
+ output: ModifyDBSubnetGroupResult;
+ };
+ sdk: {
+ input: ModifyDBSubnetGroupCommandInput;
+ output: ModifyDBSubnetGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/ModifyEventSubscriptionCommand.ts b/clients/client-docdb/src/commands/ModifyEventSubscriptionCommand.ts
index 70ea1cdf3cec..6a9f9f0b6f1b 100644
--- a/clients/client-docdb/src/commands/ModifyEventSubscriptionCommand.ts
+++ b/clients/client-docdb/src/commands/ModifyEventSubscriptionCommand.ts
@@ -116,4 +116,16 @@ export class ModifyEventSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyEventSubscriptionCommand)
.de(de_ModifyEventSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyEventSubscriptionMessage;
+ output: ModifyEventSubscriptionResult;
+ };
+ sdk: {
+ input: ModifyEventSubscriptionCommandInput;
+ output: ModifyEventSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/ModifyGlobalClusterCommand.ts b/clients/client-docdb/src/commands/ModifyGlobalClusterCommand.ts
index ab38e8450e88..fabef8ba18d4 100644
--- a/clients/client-docdb/src/commands/ModifyGlobalClusterCommand.ts
+++ b/clients/client-docdb/src/commands/ModifyGlobalClusterCommand.ts
@@ -107,4 +107,16 @@ export class ModifyGlobalClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyGlobalClusterCommand)
.de(de_ModifyGlobalClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyGlobalClusterMessage;
+ output: ModifyGlobalClusterResult;
+ };
+ sdk: {
+ input: ModifyGlobalClusterCommandInput;
+ output: ModifyGlobalClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/RebootDBInstanceCommand.ts b/clients/client-docdb/src/commands/RebootDBInstanceCommand.ts
index 77604d8b3ce2..7922ad95a3b8 100644
--- a/clients/client-docdb/src/commands/RebootDBInstanceCommand.ts
+++ b/clients/client-docdb/src/commands/RebootDBInstanceCommand.ts
@@ -181,4 +181,16 @@ export class RebootDBInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_RebootDBInstanceCommand)
.de(de_RebootDBInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RebootDBInstanceMessage;
+ output: RebootDBInstanceResult;
+ };
+ sdk: {
+ input: RebootDBInstanceCommandInput;
+ output: RebootDBInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/RemoveFromGlobalClusterCommand.ts b/clients/client-docdb/src/commands/RemoveFromGlobalClusterCommand.ts
index f89a6c19dd1f..1c68b4a9e9c5 100644
--- a/clients/client-docdb/src/commands/RemoveFromGlobalClusterCommand.ts
+++ b/clients/client-docdb/src/commands/RemoveFromGlobalClusterCommand.ts
@@ -110,4 +110,16 @@ export class RemoveFromGlobalClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveFromGlobalClusterCommand)
.de(de_RemoveFromGlobalClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveFromGlobalClusterMessage;
+ output: RemoveFromGlobalClusterResult;
+ };
+ sdk: {
+ input: RemoveFromGlobalClusterCommandInput;
+ output: RemoveFromGlobalClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts b/clients/client-docdb/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts
index c035bca0ec7c..2483343f4f1d 100644
--- a/clients/client-docdb/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts
+++ b/clients/client-docdb/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts
@@ -109,4 +109,16 @@ export class RemoveSourceIdentifierFromSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveSourceIdentifierFromSubscriptionCommand)
.de(de_RemoveSourceIdentifierFromSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveSourceIdentifierFromSubscriptionMessage;
+ output: RemoveSourceIdentifierFromSubscriptionResult;
+ };
+ sdk: {
+ input: RemoveSourceIdentifierFromSubscriptionCommandInput;
+ output: RemoveSourceIdentifierFromSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-docdb/src/commands/RemoveTagsFromResourceCommand.ts
index 4a20401a64ed..87b8cccba552 100644
--- a/clients/client-docdb/src/commands/RemoveTagsFromResourceCommand.ts
+++ b/clients/client-docdb/src/commands/RemoveTagsFromResourceCommand.ts
@@ -90,4 +90,16 @@ export class RemoveTagsFromResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveTagsFromResourceCommand)
.de(de_RemoveTagsFromResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveTagsFromResourceMessage;
+ output: {};
+ };
+ sdk: {
+ input: RemoveTagsFromResourceCommandInput;
+ output: RemoveTagsFromResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/ResetDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/ResetDBClusterParameterGroupCommand.ts
index 1cd1894d1743..a1a867fcbf0a 100644
--- a/clients/client-docdb/src/commands/ResetDBClusterParameterGroupCommand.ts
+++ b/clients/client-docdb/src/commands/ResetDBClusterParameterGroupCommand.ts
@@ -108,4 +108,16 @@ export class ResetDBClusterParameterGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_ResetDBClusterParameterGroupCommand)
.de(de_ResetDBClusterParameterGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResetDBClusterParameterGroupMessage;
+ output: DBClusterParameterGroupNameMessage;
+ };
+ sdk: {
+ input: ResetDBClusterParameterGroupCommandInput;
+ output: ResetDBClusterParameterGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/RestoreDBClusterFromSnapshotCommand.ts b/clients/client-docdb/src/commands/RestoreDBClusterFromSnapshotCommand.ts
index d1c91e397e4f..e0673f9da4a1 100644
--- a/clients/client-docdb/src/commands/RestoreDBClusterFromSnapshotCommand.ts
+++ b/clients/client-docdb/src/commands/RestoreDBClusterFromSnapshotCommand.ts
@@ -211,4 +211,16 @@ export class RestoreDBClusterFromSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_RestoreDBClusterFromSnapshotCommand)
.de(de_RestoreDBClusterFromSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RestoreDBClusterFromSnapshotMessage;
+ output: RestoreDBClusterFromSnapshotResult;
+ };
+ sdk: {
+ input: RestoreDBClusterFromSnapshotCommandInput;
+ output: RestoreDBClusterFromSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/RestoreDBClusterToPointInTimeCommand.ts b/clients/client-docdb/src/commands/RestoreDBClusterToPointInTimeCommand.ts
index 522c3a86c635..36f9cb1f9358 100644
--- a/clients/client-docdb/src/commands/RestoreDBClusterToPointInTimeCommand.ts
+++ b/clients/client-docdb/src/commands/RestoreDBClusterToPointInTimeCommand.ts
@@ -216,4 +216,16 @@ export class RestoreDBClusterToPointInTimeCommand extends $Command
.f(void 0, void 0)
.ser(se_RestoreDBClusterToPointInTimeCommand)
.de(de_RestoreDBClusterToPointInTimeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RestoreDBClusterToPointInTimeMessage;
+ output: RestoreDBClusterToPointInTimeResult;
+ };
+ sdk: {
+ input: RestoreDBClusterToPointInTimeCommandInput;
+ output: RestoreDBClusterToPointInTimeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/StartDBClusterCommand.ts b/clients/client-docdb/src/commands/StartDBClusterCommand.ts
index 42541de71176..b6b8cc4fcfe8 100644
--- a/clients/client-docdb/src/commands/StartDBClusterCommand.ts
+++ b/clients/client-docdb/src/commands/StartDBClusterCommand.ts
@@ -147,4 +147,16 @@ export class StartDBClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_StartDBClusterCommand)
.de(de_StartDBClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartDBClusterMessage;
+ output: StartDBClusterResult;
+ };
+ sdk: {
+ input: StartDBClusterCommandInput;
+ output: StartDBClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/StopDBClusterCommand.ts b/clients/client-docdb/src/commands/StopDBClusterCommand.ts
index a7e88def361a..b87fc7961e52 100644
--- a/clients/client-docdb/src/commands/StopDBClusterCommand.ts
+++ b/clients/client-docdb/src/commands/StopDBClusterCommand.ts
@@ -148,4 +148,16 @@ export class StopDBClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_StopDBClusterCommand)
.de(de_StopDBClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopDBClusterMessage;
+ output: StopDBClusterResult;
+ };
+ sdk: {
+ input: StopDBClusterCommandInput;
+ output: StopDBClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-docdb/src/commands/SwitchoverGlobalClusterCommand.ts b/clients/client-docdb/src/commands/SwitchoverGlobalClusterCommand.ts
index f63fa992e2f1..66925df16c5b 100644
--- a/clients/client-docdb/src/commands/SwitchoverGlobalClusterCommand.ts
+++ b/clients/client-docdb/src/commands/SwitchoverGlobalClusterCommand.ts
@@ -110,4 +110,16 @@ export class SwitchoverGlobalClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_SwitchoverGlobalClusterCommand)
.de(de_SwitchoverGlobalClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SwitchoverGlobalClusterMessage;
+ output: SwitchoverGlobalClusterResult;
+ };
+ sdk: {
+ input: SwitchoverGlobalClusterCommandInput;
+ output: SwitchoverGlobalClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/package.json b/clients/client-drs/package.json
index b9b75cb75d71..7bc8b59f5eac 100644
--- a/clients/client-drs/package.json
+++ b/clients/client-drs/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-drs/src/commands/AssociateSourceNetworkStackCommand.ts b/clients/client-drs/src/commands/AssociateSourceNetworkStackCommand.ts
index 32eba557da8f..e2475e7d3624 100644
--- a/clients/client-drs/src/commands/AssociateSourceNetworkStackCommand.ts
+++ b/clients/client-drs/src/commands/AssociateSourceNetworkStackCommand.ts
@@ -163,4 +163,16 @@ export class AssociateSourceNetworkStackCommand extends $Command
.f(AssociateSourceNetworkStackRequestFilterSensitiveLog, AssociateSourceNetworkStackResponseFilterSensitiveLog)
.ser(se_AssociateSourceNetworkStackCommand)
.de(de_AssociateSourceNetworkStackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateSourceNetworkStackRequest;
+ output: AssociateSourceNetworkStackResponse;
+ };
+ sdk: {
+ input: AssociateSourceNetworkStackCommandInput;
+ output: AssociateSourceNetworkStackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/CreateExtendedSourceServerCommand.ts b/clients/client-drs/src/commands/CreateExtendedSourceServerCommand.ts
index 5eefc32fc80e..8f75ec44bf4e 100644
--- a/clients/client-drs/src/commands/CreateExtendedSourceServerCommand.ts
+++ b/clients/client-drs/src/commands/CreateExtendedSourceServerCommand.ts
@@ -211,4 +211,16 @@ export class CreateExtendedSourceServerCommand extends $Command
.f(CreateExtendedSourceServerRequestFilterSensitiveLog, CreateExtendedSourceServerResponseFilterSensitiveLog)
.ser(se_CreateExtendedSourceServerCommand)
.de(de_CreateExtendedSourceServerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateExtendedSourceServerRequest;
+ output: CreateExtendedSourceServerResponse;
+ };
+ sdk: {
+ input: CreateExtendedSourceServerCommandInput;
+ output: CreateExtendedSourceServerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/CreateLaunchConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/CreateLaunchConfigurationTemplateCommand.ts
index eb5dcd8543de..70b4d420fd9d 100644
--- a/clients/client-drs/src/commands/CreateLaunchConfigurationTemplateCommand.ts
+++ b/clients/client-drs/src/commands/CreateLaunchConfigurationTemplateCommand.ts
@@ -136,4 +136,16 @@ export class CreateLaunchConfigurationTemplateCommand extends $Command
)
.ser(se_CreateLaunchConfigurationTemplateCommand)
.de(de_CreateLaunchConfigurationTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLaunchConfigurationTemplateRequest;
+ output: CreateLaunchConfigurationTemplateResponse;
+ };
+ sdk: {
+ input: CreateLaunchConfigurationTemplateCommandInput;
+ output: CreateLaunchConfigurationTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/CreateReplicationConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/CreateReplicationConfigurationTemplateCommand.ts
index 5828d9cc29fc..2487b882cb19 100644
--- a/clients/client-drs/src/commands/CreateReplicationConfigurationTemplateCommand.ts
+++ b/clients/client-drs/src/commands/CreateReplicationConfigurationTemplateCommand.ts
@@ -167,4 +167,16 @@ export class CreateReplicationConfigurationTemplateCommand extends $Command
)
.ser(se_CreateReplicationConfigurationTemplateCommand)
.de(de_CreateReplicationConfigurationTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateReplicationConfigurationTemplateRequest;
+ output: ReplicationConfigurationTemplate;
+ };
+ sdk: {
+ input: CreateReplicationConfigurationTemplateCommandInput;
+ output: CreateReplicationConfigurationTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/CreateSourceNetworkCommand.ts b/clients/client-drs/src/commands/CreateSourceNetworkCommand.ts
index 7e1cb6f080cc..30b5bba088f6 100644
--- a/clients/client-drs/src/commands/CreateSourceNetworkCommand.ts
+++ b/clients/client-drs/src/commands/CreateSourceNetworkCommand.ts
@@ -107,4 +107,16 @@ export class CreateSourceNetworkCommand extends $Command
.f(CreateSourceNetworkRequestFilterSensitiveLog, void 0)
.ser(se_CreateSourceNetworkCommand)
.de(de_CreateSourceNetworkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSourceNetworkRequest;
+ output: CreateSourceNetworkResponse;
+ };
+ sdk: {
+ input: CreateSourceNetworkCommandInput;
+ output: CreateSourceNetworkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/DeleteJobCommand.ts b/clients/client-drs/src/commands/DeleteJobCommand.ts
index ba78efb4c3fd..36639adef856 100644
--- a/clients/client-drs/src/commands/DeleteJobCommand.ts
+++ b/clients/client-drs/src/commands/DeleteJobCommand.ts
@@ -90,4 +90,16 @@ export class DeleteJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteJobCommand)
.de(de_DeleteJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteJobCommandInput;
+ output: DeleteJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/DeleteLaunchActionCommand.ts b/clients/client-drs/src/commands/DeleteLaunchActionCommand.ts
index abad9c863b35..221721db7c10 100644
--- a/clients/client-drs/src/commands/DeleteLaunchActionCommand.ts
+++ b/clients/client-drs/src/commands/DeleteLaunchActionCommand.ts
@@ -91,4 +91,16 @@ export class DeleteLaunchActionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLaunchActionCommand)
.de(de_DeleteLaunchActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLaunchActionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLaunchActionCommandInput;
+ output: DeleteLaunchActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/DeleteLaunchConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/DeleteLaunchConfigurationTemplateCommand.ts
index f92a58557bbd..bf5a2c6b8eaa 100644
--- a/clients/client-drs/src/commands/DeleteLaunchConfigurationTemplateCommand.ts
+++ b/clients/client-drs/src/commands/DeleteLaunchConfigurationTemplateCommand.ts
@@ -98,4 +98,16 @@ export class DeleteLaunchConfigurationTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLaunchConfigurationTemplateCommand)
.de(de_DeleteLaunchConfigurationTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLaunchConfigurationTemplateRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLaunchConfigurationTemplateCommandInput;
+ output: DeleteLaunchConfigurationTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/DeleteRecoveryInstanceCommand.ts b/clients/client-drs/src/commands/DeleteRecoveryInstanceCommand.ts
index 69e02a603fac..435fc455106e 100644
--- a/clients/client-drs/src/commands/DeleteRecoveryInstanceCommand.ts
+++ b/clients/client-drs/src/commands/DeleteRecoveryInstanceCommand.ts
@@ -90,4 +90,16 @@ export class DeleteRecoveryInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRecoveryInstanceCommand)
.de(de_DeleteRecoveryInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRecoveryInstanceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRecoveryInstanceCommandInput;
+ output: DeleteRecoveryInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/DeleteReplicationConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/DeleteReplicationConfigurationTemplateCommand.ts
index 922277e2b693..a511892d78db 100644
--- a/clients/client-drs/src/commands/DeleteReplicationConfigurationTemplateCommand.ts
+++ b/clients/client-drs/src/commands/DeleteReplicationConfigurationTemplateCommand.ts
@@ -99,4 +99,16 @@ export class DeleteReplicationConfigurationTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteReplicationConfigurationTemplateCommand)
.de(de_DeleteReplicationConfigurationTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteReplicationConfigurationTemplateRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteReplicationConfigurationTemplateCommandInput;
+ output: DeleteReplicationConfigurationTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/DeleteSourceNetworkCommand.ts b/clients/client-drs/src/commands/DeleteSourceNetworkCommand.ts
index a1e254f37b19..381e7c067b1a 100644
--- a/clients/client-drs/src/commands/DeleteSourceNetworkCommand.ts
+++ b/clients/client-drs/src/commands/DeleteSourceNetworkCommand.ts
@@ -90,4 +90,16 @@ export class DeleteSourceNetworkCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSourceNetworkCommand)
.de(de_DeleteSourceNetworkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSourceNetworkRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSourceNetworkCommandInput;
+ output: DeleteSourceNetworkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/DeleteSourceServerCommand.ts b/clients/client-drs/src/commands/DeleteSourceServerCommand.ts
index cb60efa274e3..dded8e5ee877 100644
--- a/clients/client-drs/src/commands/DeleteSourceServerCommand.ts
+++ b/clients/client-drs/src/commands/DeleteSourceServerCommand.ts
@@ -90,4 +90,16 @@ export class DeleteSourceServerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSourceServerCommand)
.de(de_DeleteSourceServerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSourceServerRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSourceServerCommandInput;
+ output: DeleteSourceServerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/DescribeJobLogItemsCommand.ts b/clients/client-drs/src/commands/DescribeJobLogItemsCommand.ts
index 740de2285efb..94ba82ce3008 100644
--- a/clients/client-drs/src/commands/DescribeJobLogItemsCommand.ts
+++ b/clients/client-drs/src/commands/DescribeJobLogItemsCommand.ts
@@ -132,4 +132,16 @@ export class DescribeJobLogItemsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeJobLogItemsCommand)
.de(de_DescribeJobLogItemsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeJobLogItemsRequest;
+ output: DescribeJobLogItemsResponse;
+ };
+ sdk: {
+ input: DescribeJobLogItemsCommandInput;
+ output: DescribeJobLogItemsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/DescribeJobsCommand.ts b/clients/client-drs/src/commands/DescribeJobsCommand.ts
index 8a34bf6a35d0..e70add9113d7 100644
--- a/clients/client-drs/src/commands/DescribeJobsCommand.ts
+++ b/clients/client-drs/src/commands/DescribeJobsCommand.ts
@@ -154,4 +154,16 @@ export class DescribeJobsCommand extends $Command
.f(void 0, DescribeJobsResponseFilterSensitiveLog)
.ser(se_DescribeJobsCommand)
.de(de_DescribeJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeJobsRequest;
+ output: DescribeJobsResponse;
+ };
+ sdk: {
+ input: DescribeJobsCommandInput;
+ output: DescribeJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts b/clients/client-drs/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts
index 7803c61b3ae6..1b014e8464a6 100644
--- a/clients/client-drs/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts
+++ b/clients/client-drs/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts
@@ -124,4 +124,16 @@ export class DescribeLaunchConfigurationTemplatesCommand extends $Command
.f(void 0, DescribeLaunchConfigurationTemplatesResponseFilterSensitiveLog)
.ser(se_DescribeLaunchConfigurationTemplatesCommand)
.de(de_DescribeLaunchConfigurationTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLaunchConfigurationTemplatesRequest;
+ output: DescribeLaunchConfigurationTemplatesResponse;
+ };
+ sdk: {
+ input: DescribeLaunchConfigurationTemplatesCommandInput;
+ output: DescribeLaunchConfigurationTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/DescribeRecoveryInstancesCommand.ts b/clients/client-drs/src/commands/DescribeRecoveryInstancesCommand.ts
index 5ba8c31f674e..a6ae333032f0 100644
--- a/clients/client-drs/src/commands/DescribeRecoveryInstancesCommand.ts
+++ b/clients/client-drs/src/commands/DescribeRecoveryInstancesCommand.ts
@@ -197,4 +197,16 @@ export class DescribeRecoveryInstancesCommand extends $Command
.f(void 0, DescribeRecoveryInstancesResponseFilterSensitiveLog)
.ser(se_DescribeRecoveryInstancesCommand)
.de(de_DescribeRecoveryInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRecoveryInstancesRequest;
+ output: DescribeRecoveryInstancesResponse;
+ };
+ sdk: {
+ input: DescribeRecoveryInstancesCommandInput;
+ output: DescribeRecoveryInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/DescribeRecoverySnapshotsCommand.ts b/clients/client-drs/src/commands/DescribeRecoverySnapshotsCommand.ts
index 3b0bf2e16ed2..254f254242e8 100644
--- a/clients/client-drs/src/commands/DescribeRecoverySnapshotsCommand.ts
+++ b/clients/client-drs/src/commands/DescribeRecoverySnapshotsCommand.ts
@@ -110,4 +110,16 @@ export class DescribeRecoverySnapshotsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRecoverySnapshotsCommand)
.de(de_DescribeRecoverySnapshotsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRecoverySnapshotsRequest;
+ output: DescribeRecoverySnapshotsResponse;
+ };
+ sdk: {
+ input: DescribeRecoverySnapshotsCommandInput;
+ output: DescribeRecoverySnapshotsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts b/clients/client-drs/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts
index 133bec7f7245..9ab0a3212f45 100644
--- a/clients/client-drs/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts
+++ b/clients/client-drs/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts
@@ -141,4 +141,16 @@ export class DescribeReplicationConfigurationTemplatesCommand extends $Command
.f(void 0, DescribeReplicationConfigurationTemplatesResponseFilterSensitiveLog)
.ser(se_DescribeReplicationConfigurationTemplatesCommand)
.de(de_DescribeReplicationConfigurationTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReplicationConfigurationTemplatesRequest;
+ output: DescribeReplicationConfigurationTemplatesResponse;
+ };
+ sdk: {
+ input: DescribeReplicationConfigurationTemplatesCommandInput;
+ output: DescribeReplicationConfigurationTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/DescribeSourceNetworksCommand.ts b/clients/client-drs/src/commands/DescribeSourceNetworksCommand.ts
index 62da09c5bcb8..e3646b9c49f6 100644
--- a/clients/client-drs/src/commands/DescribeSourceNetworksCommand.ts
+++ b/clients/client-drs/src/commands/DescribeSourceNetworksCommand.ts
@@ -122,4 +122,16 @@ export class DescribeSourceNetworksCommand extends $Command
.f(void 0, DescribeSourceNetworksResponseFilterSensitiveLog)
.ser(se_DescribeSourceNetworksCommand)
.de(de_DescribeSourceNetworksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSourceNetworksRequest;
+ output: DescribeSourceNetworksResponse;
+ };
+ sdk: {
+ input: DescribeSourceNetworksCommandInput;
+ output: DescribeSourceNetworksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/DescribeSourceServersCommand.ts b/clients/client-drs/src/commands/DescribeSourceServersCommand.ts
index 1dd4a4c5356b..e5b4ac35ed3b 100644
--- a/clients/client-drs/src/commands/DescribeSourceServersCommand.ts
+++ b/clients/client-drs/src/commands/DescribeSourceServersCommand.ts
@@ -211,4 +211,16 @@ export class DescribeSourceServersCommand extends $Command
.f(void 0, DescribeSourceServersResponseFilterSensitiveLog)
.ser(se_DescribeSourceServersCommand)
.de(de_DescribeSourceServersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSourceServersRequest;
+ output: DescribeSourceServersResponse;
+ };
+ sdk: {
+ input: DescribeSourceServersCommandInput;
+ output: DescribeSourceServersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/DisconnectRecoveryInstanceCommand.ts b/clients/client-drs/src/commands/DisconnectRecoveryInstanceCommand.ts
index c0fb35d7a90e..6ccde378d0e0 100644
--- a/clients/client-drs/src/commands/DisconnectRecoveryInstanceCommand.ts
+++ b/clients/client-drs/src/commands/DisconnectRecoveryInstanceCommand.ts
@@ -93,4 +93,16 @@ export class DisconnectRecoveryInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_DisconnectRecoveryInstanceCommand)
.de(de_DisconnectRecoveryInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisconnectRecoveryInstanceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisconnectRecoveryInstanceCommandInput;
+ output: DisconnectRecoveryInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/DisconnectSourceServerCommand.ts b/clients/client-drs/src/commands/DisconnectSourceServerCommand.ts
index 0ad9b0547108..1367af3cf0f7 100644
--- a/clients/client-drs/src/commands/DisconnectSourceServerCommand.ts
+++ b/clients/client-drs/src/commands/DisconnectSourceServerCommand.ts
@@ -195,4 +195,16 @@ export class DisconnectSourceServerCommand extends $Command
.f(void 0, SourceServerFilterSensitiveLog)
.ser(se_DisconnectSourceServerCommand)
.de(de_DisconnectSourceServerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisconnectSourceServerRequest;
+ output: SourceServer;
+ };
+ sdk: {
+ input: DisconnectSourceServerCommandInput;
+ output: DisconnectSourceServerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/ExportSourceNetworkCfnTemplateCommand.ts b/clients/client-drs/src/commands/ExportSourceNetworkCfnTemplateCommand.ts
index 885b24650243..9bb98ea3d462 100644
--- a/clients/client-drs/src/commands/ExportSourceNetworkCfnTemplateCommand.ts
+++ b/clients/client-drs/src/commands/ExportSourceNetworkCfnTemplateCommand.ts
@@ -100,4 +100,16 @@ export class ExportSourceNetworkCfnTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_ExportSourceNetworkCfnTemplateCommand)
.de(de_ExportSourceNetworkCfnTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExportSourceNetworkCfnTemplateRequest;
+ output: ExportSourceNetworkCfnTemplateResponse;
+ };
+ sdk: {
+ input: ExportSourceNetworkCfnTemplateCommandInput;
+ output: ExportSourceNetworkCfnTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/GetFailbackReplicationConfigurationCommand.ts b/clients/client-drs/src/commands/GetFailbackReplicationConfigurationCommand.ts
index 1b8ae0e46541..d4535432944d 100644
--- a/clients/client-drs/src/commands/GetFailbackReplicationConfigurationCommand.ts
+++ b/clients/client-drs/src/commands/GetFailbackReplicationConfigurationCommand.ts
@@ -100,4 +100,16 @@ export class GetFailbackReplicationConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFailbackReplicationConfigurationCommand)
.de(de_GetFailbackReplicationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFailbackReplicationConfigurationRequest;
+ output: GetFailbackReplicationConfigurationResponse;
+ };
+ sdk: {
+ input: GetFailbackReplicationConfigurationCommandInput;
+ output: GetFailbackReplicationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/GetLaunchConfigurationCommand.ts b/clients/client-drs/src/commands/GetLaunchConfigurationCommand.ts
index 9dec5b7d8359..e2717d7725c0 100644
--- a/clients/client-drs/src/commands/GetLaunchConfigurationCommand.ts
+++ b/clients/client-drs/src/commands/GetLaunchConfigurationCommand.ts
@@ -102,4 +102,16 @@ export class GetLaunchConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLaunchConfigurationCommand)
.de(de_GetLaunchConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLaunchConfigurationRequest;
+ output: LaunchConfiguration;
+ };
+ sdk: {
+ input: GetLaunchConfigurationCommandInput;
+ output: GetLaunchConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/GetReplicationConfigurationCommand.ts b/clients/client-drs/src/commands/GetReplicationConfigurationCommand.ts
index f5250fb7a17d..df6ef256d8e1 100644
--- a/clients/client-drs/src/commands/GetReplicationConfigurationCommand.ts
+++ b/clients/client-drs/src/commands/GetReplicationConfigurationCommand.ts
@@ -136,4 +136,16 @@ export class GetReplicationConfigurationCommand extends $Command
.f(void 0, ReplicationConfigurationFilterSensitiveLog)
.ser(se_GetReplicationConfigurationCommand)
.de(de_GetReplicationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetReplicationConfigurationRequest;
+ output: ReplicationConfiguration;
+ };
+ sdk: {
+ input: GetReplicationConfigurationCommandInput;
+ output: GetReplicationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/InitializeServiceCommand.ts b/clients/client-drs/src/commands/InitializeServiceCommand.ts
index 2b127df273a8..ee1da8840e47 100644
--- a/clients/client-drs/src/commands/InitializeServiceCommand.ts
+++ b/clients/client-drs/src/commands/InitializeServiceCommand.ts
@@ -85,4 +85,16 @@ export class InitializeServiceCommand extends $Command
.f(void 0, void 0)
.ser(se_InitializeServiceCommand)
.de(de_InitializeServiceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: {};
+ };
+ sdk: {
+ input: InitializeServiceCommandInput;
+ output: InitializeServiceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/ListExtensibleSourceServersCommand.ts b/clients/client-drs/src/commands/ListExtensibleSourceServersCommand.ts
index 6b75e48e1cc2..eec945772683 100644
--- a/clients/client-drs/src/commands/ListExtensibleSourceServersCommand.ts
+++ b/clients/client-drs/src/commands/ListExtensibleSourceServersCommand.ts
@@ -115,4 +115,16 @@ export class ListExtensibleSourceServersCommand extends $Command
.f(void 0, ListExtensibleSourceServersResponseFilterSensitiveLog)
.ser(se_ListExtensibleSourceServersCommand)
.de(de_ListExtensibleSourceServersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListExtensibleSourceServersRequest;
+ output: ListExtensibleSourceServersResponse;
+ };
+ sdk: {
+ input: ListExtensibleSourceServersCommandInput;
+ output: ListExtensibleSourceServersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/ListLaunchActionsCommand.ts b/clients/client-drs/src/commands/ListLaunchActionsCommand.ts
index a5fed3f068cb..943ef68a8fea 100644
--- a/clients/client-drs/src/commands/ListLaunchActionsCommand.ts
+++ b/clients/client-drs/src/commands/ListLaunchActionsCommand.ts
@@ -119,4 +119,16 @@ export class ListLaunchActionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLaunchActionsCommand)
.de(de_ListLaunchActionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLaunchActionsRequest;
+ output: ListLaunchActionsResponse;
+ };
+ sdk: {
+ input: ListLaunchActionsCommandInput;
+ output: ListLaunchActionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/ListStagingAccountsCommand.ts b/clients/client-drs/src/commands/ListStagingAccountsCommand.ts
index 6d94e0d9d0b6..9fae6207c47e 100644
--- a/clients/client-drs/src/commands/ListStagingAccountsCommand.ts
+++ b/clients/client-drs/src/commands/ListStagingAccountsCommand.ts
@@ -98,4 +98,16 @@ export class ListStagingAccountsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStagingAccountsCommand)
.de(de_ListStagingAccountsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStagingAccountsRequest;
+ output: ListStagingAccountsResponse;
+ };
+ sdk: {
+ input: ListStagingAccountsCommandInput;
+ output: ListStagingAccountsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/ListTagsForResourceCommand.ts b/clients/client-drs/src/commands/ListTagsForResourceCommand.ts
index f136ea2a9ce4..bfa11a872752 100644
--- a/clients/client-drs/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-drs/src/commands/ListTagsForResourceCommand.ts
@@ -98,4 +98,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, ListTagsForResourceResponseFilterSensitiveLog)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/PutLaunchActionCommand.ts b/clients/client-drs/src/commands/PutLaunchActionCommand.ts
index c1ccb0f56535..a00e438b7f05 100644
--- a/clients/client-drs/src/commands/PutLaunchActionCommand.ts
+++ b/clients/client-drs/src/commands/PutLaunchActionCommand.ts
@@ -126,4 +126,16 @@ export class PutLaunchActionCommand extends $Command
.f(void 0, void 0)
.ser(se_PutLaunchActionCommand)
.de(de_PutLaunchActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutLaunchActionRequest;
+ output: PutLaunchActionResponse;
+ };
+ sdk: {
+ input: PutLaunchActionCommandInput;
+ output: PutLaunchActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/RetryDataReplicationCommand.ts b/clients/client-drs/src/commands/RetryDataReplicationCommand.ts
index 26c7101f9f90..2588e5cfc8d1 100644
--- a/clients/client-drs/src/commands/RetryDataReplicationCommand.ts
+++ b/clients/client-drs/src/commands/RetryDataReplicationCommand.ts
@@ -199,4 +199,16 @@ export class RetryDataReplicationCommand extends $Command
.f(void 0, SourceServerFilterSensitiveLog)
.ser(se_RetryDataReplicationCommand)
.de(de_RetryDataReplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RetryDataReplicationRequest;
+ output: SourceServer;
+ };
+ sdk: {
+ input: RetryDataReplicationCommandInput;
+ output: RetryDataReplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/ReverseReplicationCommand.ts b/clients/client-drs/src/commands/ReverseReplicationCommand.ts
index fdbd51d62c38..1bba6f2ea741 100644
--- a/clients/client-drs/src/commands/ReverseReplicationCommand.ts
+++ b/clients/client-drs/src/commands/ReverseReplicationCommand.ts
@@ -101,4 +101,16 @@ export class ReverseReplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_ReverseReplicationCommand)
.de(de_ReverseReplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReverseReplicationRequest;
+ output: ReverseReplicationResponse;
+ };
+ sdk: {
+ input: ReverseReplicationCommandInput;
+ output: ReverseReplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/StartFailbackLaunchCommand.ts b/clients/client-drs/src/commands/StartFailbackLaunchCommand.ts
index 0d158ee3dc3d..3c4686a92a33 100644
--- a/clients/client-drs/src/commands/StartFailbackLaunchCommand.ts
+++ b/clients/client-drs/src/commands/StartFailbackLaunchCommand.ts
@@ -159,4 +159,16 @@ export class StartFailbackLaunchCommand extends $Command
.f(StartFailbackLaunchRequestFilterSensitiveLog, StartFailbackLaunchResponseFilterSensitiveLog)
.ser(se_StartFailbackLaunchCommand)
.de(de_StartFailbackLaunchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartFailbackLaunchRequest;
+ output: StartFailbackLaunchResponse;
+ };
+ sdk: {
+ input: StartFailbackLaunchCommandInput;
+ output: StartFailbackLaunchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/StartRecoveryCommand.ts b/clients/client-drs/src/commands/StartRecoveryCommand.ts
index e73b7167a335..8ca46cd66311 100644
--- a/clients/client-drs/src/commands/StartRecoveryCommand.ts
+++ b/clients/client-drs/src/commands/StartRecoveryCommand.ts
@@ -160,4 +160,16 @@ export class StartRecoveryCommand extends $Command
.f(StartRecoveryRequestFilterSensitiveLog, StartRecoveryResponseFilterSensitiveLog)
.ser(se_StartRecoveryCommand)
.de(de_StartRecoveryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartRecoveryRequest;
+ output: StartRecoveryResponse;
+ };
+ sdk: {
+ input: StartRecoveryCommandInput;
+ output: StartRecoveryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/StartReplicationCommand.ts b/clients/client-drs/src/commands/StartReplicationCommand.ts
index b11c86ab090c..b831edb62113 100644
--- a/clients/client-drs/src/commands/StartReplicationCommand.ts
+++ b/clients/client-drs/src/commands/StartReplicationCommand.ts
@@ -201,4 +201,16 @@ export class StartReplicationCommand extends $Command
.f(void 0, StartReplicationResponseFilterSensitiveLog)
.ser(se_StartReplicationCommand)
.de(de_StartReplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartReplicationRequest;
+ output: StartReplicationResponse;
+ };
+ sdk: {
+ input: StartReplicationCommandInput;
+ output: StartReplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/StartSourceNetworkRecoveryCommand.ts b/clients/client-drs/src/commands/StartSourceNetworkRecoveryCommand.ts
index 4e874a1f4f6d..5acdd6fa7b09 100644
--- a/clients/client-drs/src/commands/StartSourceNetworkRecoveryCommand.ts
+++ b/clients/client-drs/src/commands/StartSourceNetworkRecoveryCommand.ts
@@ -163,4 +163,16 @@ export class StartSourceNetworkRecoveryCommand extends $Command
.f(StartSourceNetworkRecoveryRequestFilterSensitiveLog, StartSourceNetworkRecoveryResponseFilterSensitiveLog)
.ser(se_StartSourceNetworkRecoveryCommand)
.de(de_StartSourceNetworkRecoveryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartSourceNetworkRecoveryRequest;
+ output: StartSourceNetworkRecoveryResponse;
+ };
+ sdk: {
+ input: StartSourceNetworkRecoveryCommandInput;
+ output: StartSourceNetworkRecoveryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/StartSourceNetworkReplicationCommand.ts b/clients/client-drs/src/commands/StartSourceNetworkReplicationCommand.ts
index da29e1a4fbce..eedf66b3241e 100644
--- a/clients/client-drs/src/commands/StartSourceNetworkReplicationCommand.ts
+++ b/clients/client-drs/src/commands/StartSourceNetworkReplicationCommand.ts
@@ -119,4 +119,16 @@ export class StartSourceNetworkReplicationCommand extends $Command
.f(void 0, StartSourceNetworkReplicationResponseFilterSensitiveLog)
.ser(se_StartSourceNetworkReplicationCommand)
.de(de_StartSourceNetworkReplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartSourceNetworkReplicationRequest;
+ output: StartSourceNetworkReplicationResponse;
+ };
+ sdk: {
+ input: StartSourceNetworkReplicationCommandInput;
+ output: StartSourceNetworkReplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/StopFailbackCommand.ts b/clients/client-drs/src/commands/StopFailbackCommand.ts
index d30bd2730b1c..b3cfbf17d191 100644
--- a/clients/client-drs/src/commands/StopFailbackCommand.ts
+++ b/clients/client-drs/src/commands/StopFailbackCommand.ts
@@ -87,4 +87,16 @@ export class StopFailbackCommand extends $Command
.f(void 0, void 0)
.ser(se_StopFailbackCommand)
.de(de_StopFailbackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopFailbackRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopFailbackCommandInput;
+ output: StopFailbackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/StopReplicationCommand.ts b/clients/client-drs/src/commands/StopReplicationCommand.ts
index bb84c46d1d8c..be27f223fd37 100644
--- a/clients/client-drs/src/commands/StopReplicationCommand.ts
+++ b/clients/client-drs/src/commands/StopReplicationCommand.ts
@@ -201,4 +201,16 @@ export class StopReplicationCommand extends $Command
.f(void 0, StopReplicationResponseFilterSensitiveLog)
.ser(se_StopReplicationCommand)
.de(de_StopReplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopReplicationRequest;
+ output: StopReplicationResponse;
+ };
+ sdk: {
+ input: StopReplicationCommandInput;
+ output: StopReplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/StopSourceNetworkReplicationCommand.ts b/clients/client-drs/src/commands/StopSourceNetworkReplicationCommand.ts
index cb4ac57ca00d..9088e26d2b78 100644
--- a/clients/client-drs/src/commands/StopSourceNetworkReplicationCommand.ts
+++ b/clients/client-drs/src/commands/StopSourceNetworkReplicationCommand.ts
@@ -122,4 +122,16 @@ export class StopSourceNetworkReplicationCommand extends $Command
.f(void 0, StopSourceNetworkReplicationResponseFilterSensitiveLog)
.ser(se_StopSourceNetworkReplicationCommand)
.de(de_StopSourceNetworkReplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopSourceNetworkReplicationRequest;
+ output: StopSourceNetworkReplicationResponse;
+ };
+ sdk: {
+ input: StopSourceNetworkReplicationCommandInput;
+ output: StopSourceNetworkReplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/TagResourceCommand.ts b/clients/client-drs/src/commands/TagResourceCommand.ts
index 52640054ac7b..f989b9eab274 100644
--- a/clients/client-drs/src/commands/TagResourceCommand.ts
+++ b/clients/client-drs/src/commands/TagResourceCommand.ts
@@ -93,4 +93,16 @@ export class TagResourceCommand extends $Command
.f(TagResourceRequestFilterSensitiveLog, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/TerminateRecoveryInstancesCommand.ts b/clients/client-drs/src/commands/TerminateRecoveryInstancesCommand.ts
index 1f4618966a51..59f781c841be 100644
--- a/clients/client-drs/src/commands/TerminateRecoveryInstancesCommand.ts
+++ b/clients/client-drs/src/commands/TerminateRecoveryInstancesCommand.ts
@@ -152,4 +152,16 @@ export class TerminateRecoveryInstancesCommand extends $Command
.f(void 0, TerminateRecoveryInstancesResponseFilterSensitiveLog)
.ser(se_TerminateRecoveryInstancesCommand)
.de(de_TerminateRecoveryInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TerminateRecoveryInstancesRequest;
+ output: TerminateRecoveryInstancesResponse;
+ };
+ sdk: {
+ input: TerminateRecoveryInstancesCommandInput;
+ output: TerminateRecoveryInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/UntagResourceCommand.ts b/clients/client-drs/src/commands/UntagResourceCommand.ts
index 0f1d59ef8350..f349be75448f 100644
--- a/clients/client-drs/src/commands/UntagResourceCommand.ts
+++ b/clients/client-drs/src/commands/UntagResourceCommand.ts
@@ -93,4 +93,16 @@ export class UntagResourceCommand extends $Command
.f(UntagResourceRequestFilterSensitiveLog, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/UpdateFailbackReplicationConfigurationCommand.ts b/clients/client-drs/src/commands/UpdateFailbackReplicationConfigurationCommand.ts
index d83a9dd1c6f5..f2d9ce2539f5 100644
--- a/clients/client-drs/src/commands/UpdateFailbackReplicationConfigurationCommand.ts
+++ b/clients/client-drs/src/commands/UpdateFailbackReplicationConfigurationCommand.ts
@@ -97,4 +97,16 @@ export class UpdateFailbackReplicationConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFailbackReplicationConfigurationCommand)
.de(de_UpdateFailbackReplicationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFailbackReplicationConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateFailbackReplicationConfigurationCommandInput;
+ output: UpdateFailbackReplicationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/UpdateLaunchConfigurationCommand.ts b/clients/client-drs/src/commands/UpdateLaunchConfigurationCommand.ts
index 430025130116..ab980ab16fb7 100644
--- a/clients/client-drs/src/commands/UpdateLaunchConfigurationCommand.ts
+++ b/clients/client-drs/src/commands/UpdateLaunchConfigurationCommand.ts
@@ -120,4 +120,16 @@ export class UpdateLaunchConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateLaunchConfigurationCommand)
.de(de_UpdateLaunchConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLaunchConfigurationRequest;
+ output: LaunchConfiguration;
+ };
+ sdk: {
+ input: UpdateLaunchConfigurationCommandInput;
+ output: UpdateLaunchConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/UpdateLaunchConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/UpdateLaunchConfigurationTemplateCommand.ts
index df3885b3f0aa..acbfde757473 100644
--- a/clients/client-drs/src/commands/UpdateLaunchConfigurationTemplateCommand.ts
+++ b/clients/client-drs/src/commands/UpdateLaunchConfigurationTemplateCommand.ts
@@ -130,4 +130,16 @@ export class UpdateLaunchConfigurationTemplateCommand extends $Command
.f(void 0, UpdateLaunchConfigurationTemplateResponseFilterSensitiveLog)
.ser(se_UpdateLaunchConfigurationTemplateCommand)
.de(de_UpdateLaunchConfigurationTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLaunchConfigurationTemplateRequest;
+ output: UpdateLaunchConfigurationTemplateResponse;
+ };
+ sdk: {
+ input: UpdateLaunchConfigurationTemplateCommandInput;
+ output: UpdateLaunchConfigurationTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/UpdateReplicationConfigurationCommand.ts b/clients/client-drs/src/commands/UpdateReplicationConfigurationCommand.ts
index 4bffa932b26e..2f7eaa5ccddc 100644
--- a/clients/client-drs/src/commands/UpdateReplicationConfigurationCommand.ts
+++ b/clients/client-drs/src/commands/UpdateReplicationConfigurationCommand.ts
@@ -180,4 +180,16 @@ export class UpdateReplicationConfigurationCommand extends $Command
.f(UpdateReplicationConfigurationRequestFilterSensitiveLog, ReplicationConfigurationFilterSensitiveLog)
.ser(se_UpdateReplicationConfigurationCommand)
.de(de_UpdateReplicationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateReplicationConfigurationRequest;
+ output: ReplicationConfiguration;
+ };
+ sdk: {
+ input: UpdateReplicationConfigurationCommandInput;
+ output: UpdateReplicationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-drs/src/commands/UpdateReplicationConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/UpdateReplicationConfigurationTemplateCommand.ts
index 2cc5e71f2ff1..61b2d08ea41e 100644
--- a/clients/client-drs/src/commands/UpdateReplicationConfigurationTemplateCommand.ts
+++ b/clients/client-drs/src/commands/UpdateReplicationConfigurationTemplateCommand.ts
@@ -166,4 +166,16 @@ export class UpdateReplicationConfigurationTemplateCommand extends $Command
)
.ser(se_UpdateReplicationConfigurationTemplateCommand)
.de(de_UpdateReplicationConfigurationTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateReplicationConfigurationTemplateRequest;
+ output: ReplicationConfigurationTemplate;
+ };
+ sdk: {
+ input: UpdateReplicationConfigurationTemplateCommandInput;
+ output: UpdateReplicationConfigurationTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb-streams/package.json b/clients/client-dynamodb-streams/package.json
index 3097d44c61cb..704d35874129 100644
--- a/clients/client-dynamodb-streams/package.json
+++ b/clients/client-dynamodb-streams/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-dynamodb-streams/src/commands/DescribeStreamCommand.ts b/clients/client-dynamodb-streams/src/commands/DescribeStreamCommand.ts
index 2f177e290e30..d222fe3fb9f5 100644
--- a/clients/client-dynamodb-streams/src/commands/DescribeStreamCommand.ts
+++ b/clients/client-dynamodb-streams/src/commands/DescribeStreamCommand.ts
@@ -184,4 +184,16 @@ export class DescribeStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStreamCommand)
.de(de_DescribeStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeStreamInput;
+ output: DescribeStreamOutput;
+ };
+ sdk: {
+ input: DescribeStreamCommandInput;
+ output: DescribeStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb-streams/src/commands/GetRecordsCommand.ts b/clients/client-dynamodb-streams/src/commands/GetRecordsCommand.ts
index fb2ded394fd4..09d74dd1d9fe 100644
--- a/clients/client-dynamodb-streams/src/commands/GetRecordsCommand.ts
+++ b/clients/client-dynamodb-streams/src/commands/GetRecordsCommand.ts
@@ -282,4 +282,16 @@ export class GetRecordsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRecordsCommand)
.de(de_GetRecordsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRecordsInput;
+ output: GetRecordsOutput;
+ };
+ sdk: {
+ input: GetRecordsCommandInput;
+ output: GetRecordsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb-streams/src/commands/GetShardIteratorCommand.ts b/clients/client-dynamodb-streams/src/commands/GetShardIteratorCommand.ts
index 42d5ea0c8a32..fd26cd05c74c 100644
--- a/clients/client-dynamodb-streams/src/commands/GetShardIteratorCommand.ts
+++ b/clients/client-dynamodb-streams/src/commands/GetShardIteratorCommand.ts
@@ -127,4 +127,16 @@ export class GetShardIteratorCommand extends $Command
.f(void 0, void 0)
.ser(se_GetShardIteratorCommand)
.de(de_GetShardIteratorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetShardIteratorInput;
+ output: GetShardIteratorOutput;
+ };
+ sdk: {
+ input: GetShardIteratorCommandInput;
+ output: GetShardIteratorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb-streams/src/commands/ListStreamsCommand.ts b/clients/client-dynamodb-streams/src/commands/ListStreamsCommand.ts
index 5261517c6738..fe83184d85cc 100644
--- a/clients/client-dynamodb-streams/src/commands/ListStreamsCommand.ts
+++ b/clients/client-dynamodb-streams/src/commands/ListStreamsCommand.ts
@@ -129,4 +129,16 @@ export class ListStreamsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStreamsCommand)
.de(de_ListStreamsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStreamsInput;
+ output: ListStreamsOutput;
+ };
+ sdk: {
+ input: ListStreamsCommandInput;
+ output: ListStreamsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/package.json b/clients/client-dynamodb/package.json
index b55cf9bd817b..f961127b31bb 100644
--- a/clients/client-dynamodb/package.json
+++ b/clients/client-dynamodb/package.json
@@ -34,32 +34,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
},
diff --git a/clients/client-dynamodb/src/commands/BatchExecuteStatementCommand.ts b/clients/client-dynamodb/src/commands/BatchExecuteStatementCommand.ts
index 1a60a93e823f..be355cd59574 100644
--- a/clients/client-dynamodb/src/commands/BatchExecuteStatementCommand.ts
+++ b/clients/client-dynamodb/src/commands/BatchExecuteStatementCommand.ts
@@ -233,4 +233,16 @@ export class BatchExecuteStatementCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchExecuteStatementCommand)
.de(de_BatchExecuteStatementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchExecuteStatementInput;
+ output: BatchExecuteStatementOutput;
+ };
+ sdk: {
+ input: BatchExecuteStatementCommandInput;
+ output: BatchExecuteStatementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/BatchGetItemCommand.ts b/clients/client-dynamodb/src/commands/BatchGetItemCommand.ts
index 40ce15f0f86c..6295397f476b 100644
--- a/clients/client-dynamodb/src/commands/BatchGetItemCommand.ts
+++ b/clients/client-dynamodb/src/commands/BatchGetItemCommand.ts
@@ -358,4 +358,16 @@ export class BatchGetItemCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetItemCommand)
.de(de_BatchGetItemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetItemInput;
+ output: BatchGetItemOutput;
+ };
+ sdk: {
+ input: BatchGetItemCommandInput;
+ output: BatchGetItemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/BatchWriteItemCommand.ts b/clients/client-dynamodb/src/commands/BatchWriteItemCommand.ts
index 7597a17d1bf8..997e6e3a9735 100644
--- a/clients/client-dynamodb/src/commands/BatchWriteItemCommand.ts
+++ b/clients/client-dynamodb/src/commands/BatchWriteItemCommand.ts
@@ -404,4 +404,16 @@ export class BatchWriteItemCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchWriteItemCommand)
.de(de_BatchWriteItemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchWriteItemInput;
+ output: BatchWriteItemOutput;
+ };
+ sdk: {
+ input: BatchWriteItemCommandInput;
+ output: BatchWriteItemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/CreateBackupCommand.ts b/clients/client-dynamodb/src/commands/CreateBackupCommand.ts
index a6d1031f747e..8a0d029c3d14 100644
--- a/clients/client-dynamodb/src/commands/CreateBackupCommand.ts
+++ b/clients/client-dynamodb/src/commands/CreateBackupCommand.ts
@@ -151,4 +151,16 @@ export class CreateBackupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateBackupCommand)
.de(de_CreateBackupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBackupInput;
+ output: CreateBackupOutput;
+ };
+ sdk: {
+ input: CreateBackupCommandInput;
+ output: CreateBackupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/CreateGlobalTableCommand.ts b/clients/client-dynamodb/src/commands/CreateGlobalTableCommand.ts
index 9b1106df7b79..332dd70a903e 100644
--- a/clients/client-dynamodb/src/commands/CreateGlobalTableCommand.ts
+++ b/clients/client-dynamodb/src/commands/CreateGlobalTableCommand.ts
@@ -200,4 +200,16 @@ export class CreateGlobalTableCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateGlobalTableCommand)
.de(de_CreateGlobalTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGlobalTableInput;
+ output: CreateGlobalTableOutput;
+ };
+ sdk: {
+ input: CreateGlobalTableCommandInput;
+ output: CreateGlobalTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/CreateTableCommand.ts b/clients/client-dynamodb/src/commands/CreateTableCommand.ts
index ed137ca2d107..fd058204acc1 100644
--- a/clients/client-dynamodb/src/commands/CreateTableCommand.ts
+++ b/clients/client-dynamodb/src/commands/CreateTableCommand.ts
@@ -424,4 +424,16 @@ export class CreateTableCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTableCommand)
.de(de_CreateTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTableInput;
+ output: CreateTableOutput;
+ };
+ sdk: {
+ input: CreateTableCommandInput;
+ output: CreateTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/DeleteBackupCommand.ts b/clients/client-dynamodb/src/commands/DeleteBackupCommand.ts
index d2d0b59abe1c..25643e2764cf 100644
--- a/clients/client-dynamodb/src/commands/DeleteBackupCommand.ts
+++ b/clients/client-dynamodb/src/commands/DeleteBackupCommand.ts
@@ -198,4 +198,16 @@ export class DeleteBackupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBackupCommand)
.de(de_DeleteBackupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBackupInput;
+ output: DeleteBackupOutput;
+ };
+ sdk: {
+ input: DeleteBackupCommandInput;
+ output: DeleteBackupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/DeleteItemCommand.ts b/clients/client-dynamodb/src/commands/DeleteItemCommand.ts
index 13196cc172b0..d7c386990ece 100644
--- a/clients/client-dynamodb/src/commands/DeleteItemCommand.ts
+++ b/clients/client-dynamodb/src/commands/DeleteItemCommand.ts
@@ -289,4 +289,16 @@ export class DeleteItemCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteItemCommand)
.de(de_DeleteItemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteItemInput;
+ output: DeleteItemOutput;
+ };
+ sdk: {
+ input: DeleteItemCommandInput;
+ output: DeleteItemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-dynamodb/src/commands/DeleteResourcePolicyCommand.ts
index ab0ddc97ccf2..d1e7e0c01c1a 100644
--- a/clients/client-dynamodb/src/commands/DeleteResourcePolicyCommand.ts
+++ b/clients/client-dynamodb/src/commands/DeleteResourcePolicyCommand.ts
@@ -143,4 +143,16 @@ export class DeleteResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteResourcePolicyCommand)
.de(de_DeleteResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteResourcePolicyInput;
+ output: DeleteResourcePolicyOutput;
+ };
+ sdk: {
+ input: DeleteResourcePolicyCommandInput;
+ output: DeleteResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/DeleteTableCommand.ts b/clients/client-dynamodb/src/commands/DeleteTableCommand.ts
index 68b233658e0c..961cbeae90ff 100644
--- a/clients/client-dynamodb/src/commands/DeleteTableCommand.ts
+++ b/clients/client-dynamodb/src/commands/DeleteTableCommand.ts
@@ -313,4 +313,16 @@ export class DeleteTableCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTableCommand)
.de(de_DeleteTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTableInput;
+ output: DeleteTableOutput;
+ };
+ sdk: {
+ input: DeleteTableCommandInput;
+ output: DeleteTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/DescribeBackupCommand.ts b/clients/client-dynamodb/src/commands/DescribeBackupCommand.ts
index 57fa9c6e7f79..0b36e8b516a5 100644
--- a/clients/client-dynamodb/src/commands/DescribeBackupCommand.ts
+++ b/clients/client-dynamodb/src/commands/DescribeBackupCommand.ts
@@ -178,4 +178,16 @@ export class DescribeBackupCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeBackupCommand)
.de(de_DescribeBackupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBackupInput;
+ output: DescribeBackupOutput;
+ };
+ sdk: {
+ input: DescribeBackupCommandInput;
+ output: DescribeBackupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/DescribeContinuousBackupsCommand.ts b/clients/client-dynamodb/src/commands/DescribeContinuousBackupsCommand.ts
index 425a010cea51..d55a5cb44184 100644
--- a/clients/client-dynamodb/src/commands/DescribeContinuousBackupsCommand.ts
+++ b/clients/client-dynamodb/src/commands/DescribeContinuousBackupsCommand.ts
@@ -104,4 +104,16 @@ export class DescribeContinuousBackupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeContinuousBackupsCommand)
.de(de_DescribeContinuousBackupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeContinuousBackupsInput;
+ output: DescribeContinuousBackupsOutput;
+ };
+ sdk: {
+ input: DescribeContinuousBackupsCommandInput;
+ output: DescribeContinuousBackupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/DescribeContributorInsightsCommand.ts b/clients/client-dynamodb/src/commands/DescribeContributorInsightsCommand.ts
index 07090def2adb..a794376d8b64 100644
--- a/clients/client-dynamodb/src/commands/DescribeContributorInsightsCommand.ts
+++ b/clients/client-dynamodb/src/commands/DescribeContributorInsightsCommand.ts
@@ -96,4 +96,16 @@ export class DescribeContributorInsightsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeContributorInsightsCommand)
.de(de_DescribeContributorInsightsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeContributorInsightsInput;
+ output: DescribeContributorInsightsOutput;
+ };
+ sdk: {
+ input: DescribeContributorInsightsCommandInput;
+ output: DescribeContributorInsightsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/DescribeEndpointsCommand.ts b/clients/client-dynamodb/src/commands/DescribeEndpointsCommand.ts
index e566956be180..8a4690b7ce7f 100644
--- a/clients/client-dynamodb/src/commands/DescribeEndpointsCommand.ts
+++ b/clients/client-dynamodb/src/commands/DescribeEndpointsCommand.ts
@@ -81,4 +81,16 @@ export class DescribeEndpointsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEndpointsCommand)
.de(de_DescribeEndpointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeEndpointsResponse;
+ };
+ sdk: {
+ input: DescribeEndpointsCommandInput;
+ output: DescribeEndpointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/DescribeExportCommand.ts b/clients/client-dynamodb/src/commands/DescribeExportCommand.ts
index bb1474fff24d..114f0938cab5 100644
--- a/clients/client-dynamodb/src/commands/DescribeExportCommand.ts
+++ b/clients/client-dynamodb/src/commands/DescribeExportCommand.ts
@@ -125,4 +125,16 @@ export class DescribeExportCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeExportCommand)
.de(de_DescribeExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeExportInput;
+ output: DescribeExportOutput;
+ };
+ sdk: {
+ input: DescribeExportCommandInput;
+ output: DescribeExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/DescribeGlobalTableCommand.ts b/clients/client-dynamodb/src/commands/DescribeGlobalTableCommand.ts
index c9b56c184b89..8e68da221109 100644
--- a/clients/client-dynamodb/src/commands/DescribeGlobalTableCommand.ts
+++ b/clients/client-dynamodb/src/commands/DescribeGlobalTableCommand.ts
@@ -125,4 +125,16 @@ export class DescribeGlobalTableCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeGlobalTableCommand)
.de(de_DescribeGlobalTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeGlobalTableInput;
+ output: DescribeGlobalTableOutput;
+ };
+ sdk: {
+ input: DescribeGlobalTableCommandInput;
+ output: DescribeGlobalTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/DescribeGlobalTableSettingsCommand.ts b/clients/client-dynamodb/src/commands/DescribeGlobalTableSettingsCommand.ts
index d829cea6904f..e61b98819344 100644
--- a/clients/client-dynamodb/src/commands/DescribeGlobalTableSettingsCommand.ts
+++ b/clients/client-dynamodb/src/commands/DescribeGlobalTableSettingsCommand.ts
@@ -181,4 +181,16 @@ export class DescribeGlobalTableSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeGlobalTableSettingsCommand)
.de(de_DescribeGlobalTableSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeGlobalTableSettingsInput;
+ output: DescribeGlobalTableSettingsOutput;
+ };
+ sdk: {
+ input: DescribeGlobalTableSettingsCommandInput;
+ output: DescribeGlobalTableSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/DescribeImportCommand.ts b/clients/client-dynamodb/src/commands/DescribeImportCommand.ts
index 2ab1f14b7767..56ff94eb264b 100644
--- a/clients/client-dynamodb/src/commands/DescribeImportCommand.ts
+++ b/clients/client-dynamodb/src/commands/DescribeImportCommand.ts
@@ -166,4 +166,16 @@ export class DescribeImportCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeImportCommand)
.de(de_DescribeImportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeImportInput;
+ output: DescribeImportOutput;
+ };
+ sdk: {
+ input: DescribeImportCommandInput;
+ output: DescribeImportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/DescribeKinesisStreamingDestinationCommand.ts b/clients/client-dynamodb/src/commands/DescribeKinesisStreamingDestinationCommand.ts
index fbae952318be..34fceb73379f 100644
--- a/clients/client-dynamodb/src/commands/DescribeKinesisStreamingDestinationCommand.ts
+++ b/clients/client-dynamodb/src/commands/DescribeKinesisStreamingDestinationCommand.ts
@@ -102,4 +102,16 @@ export class DescribeKinesisStreamingDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeKinesisStreamingDestinationCommand)
.de(de_DescribeKinesisStreamingDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeKinesisStreamingDestinationInput;
+ output: DescribeKinesisStreamingDestinationOutput;
+ };
+ sdk: {
+ input: DescribeKinesisStreamingDestinationCommandInput;
+ output: DescribeKinesisStreamingDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/DescribeLimitsCommand.ts b/clients/client-dynamodb/src/commands/DescribeLimitsCommand.ts
index 72728940e1fa..89e9286b213a 100644
--- a/clients/client-dynamodb/src/commands/DescribeLimitsCommand.ts
+++ b/clients/client-dynamodb/src/commands/DescribeLimitsCommand.ts
@@ -169,4 +169,16 @@ export class DescribeLimitsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLimitsCommand)
.de(de_DescribeLimitsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeLimitsOutput;
+ };
+ sdk: {
+ input: DescribeLimitsCommandInput;
+ output: DescribeLimitsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/DescribeTableCommand.ts b/clients/client-dynamodb/src/commands/DescribeTableCommand.ts
index 5bb8da8e09a5..b41dcdeb1317 100644
--- a/clients/client-dynamodb/src/commands/DescribeTableCommand.ts
+++ b/clients/client-dynamodb/src/commands/DescribeTableCommand.ts
@@ -294,4 +294,16 @@ export class DescribeTableCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTableCommand)
.de(de_DescribeTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTableInput;
+ output: DescribeTableOutput;
+ };
+ sdk: {
+ input: DescribeTableCommandInput;
+ output: DescribeTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/DescribeTableReplicaAutoScalingCommand.ts b/clients/client-dynamodb/src/commands/DescribeTableReplicaAutoScalingCommand.ts
index 0fbc945a35e6..3cbbdeec4608 100644
--- a/clients/client-dynamodb/src/commands/DescribeTableReplicaAutoScalingCommand.ts
+++ b/clients/client-dynamodb/src/commands/DescribeTableReplicaAutoScalingCommand.ts
@@ -176,4 +176,16 @@ export class DescribeTableReplicaAutoScalingCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTableReplicaAutoScalingCommand)
.de(de_DescribeTableReplicaAutoScalingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTableReplicaAutoScalingInput;
+ output: DescribeTableReplicaAutoScalingOutput;
+ };
+ sdk: {
+ input: DescribeTableReplicaAutoScalingCommandInput;
+ output: DescribeTableReplicaAutoScalingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/DescribeTimeToLiveCommand.ts b/clients/client-dynamodb/src/commands/DescribeTimeToLiveCommand.ts
index fce9d1b61ea3..02ba357eced3 100644
--- a/clients/client-dynamodb/src/commands/DescribeTimeToLiveCommand.ts
+++ b/clients/client-dynamodb/src/commands/DescribeTimeToLiveCommand.ts
@@ -89,4 +89,16 @@ export class DescribeTimeToLiveCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTimeToLiveCommand)
.de(de_DescribeTimeToLiveCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTimeToLiveInput;
+ output: DescribeTimeToLiveOutput;
+ };
+ sdk: {
+ input: DescribeTimeToLiveCommandInput;
+ output: DescribeTimeToLiveCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/DisableKinesisStreamingDestinationCommand.ts b/clients/client-dynamodb/src/commands/DisableKinesisStreamingDestinationCommand.ts
index 5ff49be03ac9..459d3cc0e67a 100644
--- a/clients/client-dynamodb/src/commands/DisableKinesisStreamingDestinationCommand.ts
+++ b/clients/client-dynamodb/src/commands/DisableKinesisStreamingDestinationCommand.ts
@@ -132,4 +132,16 @@ export class DisableKinesisStreamingDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableKinesisStreamingDestinationCommand)
.de(de_DisableKinesisStreamingDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: KinesisStreamingDestinationInput;
+ output: KinesisStreamingDestinationOutput;
+ };
+ sdk: {
+ input: DisableKinesisStreamingDestinationCommandInput;
+ output: DisableKinesisStreamingDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/EnableKinesisStreamingDestinationCommand.ts b/clients/client-dynamodb/src/commands/EnableKinesisStreamingDestinationCommand.ts
index 16e8b9d9982c..47c5eff9e931 100644
--- a/clients/client-dynamodb/src/commands/EnableKinesisStreamingDestinationCommand.ts
+++ b/clients/client-dynamodb/src/commands/EnableKinesisStreamingDestinationCommand.ts
@@ -134,4 +134,16 @@ export class EnableKinesisStreamingDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableKinesisStreamingDestinationCommand)
.de(de_EnableKinesisStreamingDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: KinesisStreamingDestinationInput;
+ output: KinesisStreamingDestinationOutput;
+ };
+ sdk: {
+ input: EnableKinesisStreamingDestinationCommandInput;
+ output: EnableKinesisStreamingDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/ExecuteStatementCommand.ts b/clients/client-dynamodb/src/commands/ExecuteStatementCommand.ts
index cb09b66ca13a..76676e20b9db 100644
--- a/clients/client-dynamodb/src/commands/ExecuteStatementCommand.ts
+++ b/clients/client-dynamodb/src/commands/ExecuteStatementCommand.ts
@@ -247,4 +247,16 @@ export class ExecuteStatementCommand extends $Command
.f(void 0, void 0)
.ser(se_ExecuteStatementCommand)
.de(de_ExecuteStatementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExecuteStatementInput;
+ output: ExecuteStatementOutput;
+ };
+ sdk: {
+ input: ExecuteStatementCommandInput;
+ output: ExecuteStatementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/ExecuteTransactionCommand.ts b/clients/client-dynamodb/src/commands/ExecuteTransactionCommand.ts
index c659a670b625..aeec81ba68e3 100644
--- a/clients/client-dynamodb/src/commands/ExecuteTransactionCommand.ts
+++ b/clients/client-dynamodb/src/commands/ExecuteTransactionCommand.ts
@@ -538,4 +538,16 @@ export class ExecuteTransactionCommand extends $Command
.f(void 0, void 0)
.ser(se_ExecuteTransactionCommand)
.de(de_ExecuteTransactionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExecuteTransactionInput;
+ output: ExecuteTransactionOutput;
+ };
+ sdk: {
+ input: ExecuteTransactionCommandInput;
+ output: ExecuteTransactionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/ExportTableToPointInTimeCommand.ts b/clients/client-dynamodb/src/commands/ExportTableToPointInTimeCommand.ts
index f020c3e42c92..354f86ccd456 100644
--- a/clients/client-dynamodb/src/commands/ExportTableToPointInTimeCommand.ts
+++ b/clients/client-dynamodb/src/commands/ExportTableToPointInTimeCommand.ts
@@ -152,4 +152,16 @@ export class ExportTableToPointInTimeCommand extends $Command
.f(void 0, void 0)
.ser(se_ExportTableToPointInTimeCommand)
.de(de_ExportTableToPointInTimeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExportTableToPointInTimeInput;
+ output: ExportTableToPointInTimeOutput;
+ };
+ sdk: {
+ input: ExportTableToPointInTimeCommandInput;
+ output: ExportTableToPointInTimeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/GetItemCommand.ts b/clients/client-dynamodb/src/commands/GetItemCommand.ts
index 994a16372d71..080d2651d08a 100644
--- a/clients/client-dynamodb/src/commands/GetItemCommand.ts
+++ b/clients/client-dynamodb/src/commands/GetItemCommand.ts
@@ -261,4 +261,16 @@ export class GetItemCommand extends $Command
.f(void 0, void 0)
.ser(se_GetItemCommand)
.de(de_GetItemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetItemInput;
+ output: GetItemOutput;
+ };
+ sdk: {
+ input: GetItemCommandInput;
+ output: GetItemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/GetResourcePolicyCommand.ts b/clients/client-dynamodb/src/commands/GetResourcePolicyCommand.ts
index d7915acd6445..a8f1436fdb69 100644
--- a/clients/client-dynamodb/src/commands/GetResourcePolicyCommand.ts
+++ b/clients/client-dynamodb/src/commands/GetResourcePolicyCommand.ts
@@ -126,4 +126,16 @@ export class GetResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResourcePolicyCommand)
.de(de_GetResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourcePolicyInput;
+ output: GetResourcePolicyOutput;
+ };
+ sdk: {
+ input: GetResourcePolicyCommandInput;
+ output: GetResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/ImportTableCommand.ts b/clients/client-dynamodb/src/commands/ImportTableCommand.ts
index 6579568dccb9..f3b7cb5b832d 100644
--- a/clients/client-dynamodb/src/commands/ImportTableCommand.ts
+++ b/clients/client-dynamodb/src/commands/ImportTableCommand.ts
@@ -268,4 +268,16 @@ export class ImportTableCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportTableCommand)
.de(de_ImportTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportTableInput;
+ output: ImportTableOutput;
+ };
+ sdk: {
+ input: ImportTableCommandInput;
+ output: ImportTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/ListBackupsCommand.ts b/clients/client-dynamodb/src/commands/ListBackupsCommand.ts
index b298454c64b3..08b257d97af5 100644
--- a/clients/client-dynamodb/src/commands/ListBackupsCommand.ts
+++ b/clients/client-dynamodb/src/commands/ListBackupsCommand.ts
@@ -112,4 +112,16 @@ export class ListBackupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBackupsCommand)
.de(de_ListBackupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBackupsInput;
+ output: ListBackupsOutput;
+ };
+ sdk: {
+ input: ListBackupsCommandInput;
+ output: ListBackupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/ListContributorInsightsCommand.ts b/clients/client-dynamodb/src/commands/ListContributorInsightsCommand.ts
index 61940c77c089..eb1be4de661a 100644
--- a/clients/client-dynamodb/src/commands/ListContributorInsightsCommand.ts
+++ b/clients/client-dynamodb/src/commands/ListContributorInsightsCommand.ts
@@ -94,4 +94,16 @@ export class ListContributorInsightsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListContributorInsightsCommand)
.de(de_ListContributorInsightsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListContributorInsightsInput;
+ output: ListContributorInsightsOutput;
+ };
+ sdk: {
+ input: ListContributorInsightsCommandInput;
+ output: ListContributorInsightsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/ListExportsCommand.ts b/clients/client-dynamodb/src/commands/ListExportsCommand.ts
index 2a3b586040ae..f6aade6ce28d 100644
--- a/clients/client-dynamodb/src/commands/ListExportsCommand.ts
+++ b/clients/client-dynamodb/src/commands/ListExportsCommand.ts
@@ -105,4 +105,16 @@ export class ListExportsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListExportsCommand)
.de(de_ListExportsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListExportsInput;
+ output: ListExportsOutput;
+ };
+ sdk: {
+ input: ListExportsCommandInput;
+ output: ListExportsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/ListGlobalTablesCommand.ts b/clients/client-dynamodb/src/commands/ListGlobalTablesCommand.ts
index c0042f890c46..d08c47b7cb85 100644
--- a/clients/client-dynamodb/src/commands/ListGlobalTablesCommand.ts
+++ b/clients/client-dynamodb/src/commands/ListGlobalTablesCommand.ts
@@ -98,4 +98,16 @@ export class ListGlobalTablesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListGlobalTablesCommand)
.de(de_ListGlobalTablesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGlobalTablesInput;
+ output: ListGlobalTablesOutput;
+ };
+ sdk: {
+ input: ListGlobalTablesCommandInput;
+ output: ListGlobalTablesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/ListImportsCommand.ts b/clients/client-dynamodb/src/commands/ListImportsCommand.ts
index 7d15e6a503db..14148c4e4676 100644
--- a/clients/client-dynamodb/src/commands/ListImportsCommand.ts
+++ b/clients/client-dynamodb/src/commands/ListImportsCommand.ts
@@ -111,4 +111,16 @@ export class ListImportsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListImportsCommand)
.de(de_ListImportsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListImportsInput;
+ output: ListImportsOutput;
+ };
+ sdk: {
+ input: ListImportsCommandInput;
+ output: ListImportsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/ListTablesCommand.ts b/clients/client-dynamodb/src/commands/ListTablesCommand.ts
index 9fea4853f518..260172ef2387 100644
--- a/clients/client-dynamodb/src/commands/ListTablesCommand.ts
+++ b/clients/client-dynamodb/src/commands/ListTablesCommand.ts
@@ -107,4 +107,16 @@ export class ListTablesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTablesCommand)
.de(de_ListTablesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTablesInput;
+ output: ListTablesOutput;
+ };
+ sdk: {
+ input: ListTablesCommandInput;
+ output: ListTablesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/ListTagsOfResourceCommand.ts b/clients/client-dynamodb/src/commands/ListTagsOfResourceCommand.ts
index df802602d372..7a2e3480d42d 100644
--- a/clients/client-dynamodb/src/commands/ListTagsOfResourceCommand.ts
+++ b/clients/client-dynamodb/src/commands/ListTagsOfResourceCommand.ts
@@ -96,4 +96,16 @@ export class ListTagsOfResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsOfResourceCommand)
.de(de_ListTagsOfResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsOfResourceInput;
+ output: ListTagsOfResourceOutput;
+ };
+ sdk: {
+ input: ListTagsOfResourceCommandInput;
+ output: ListTagsOfResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/PutItemCommand.ts b/clients/client-dynamodb/src/commands/PutItemCommand.ts
index e9e488894c64..a0cc9720cd6f 100644
--- a/clients/client-dynamodb/src/commands/PutItemCommand.ts
+++ b/clients/client-dynamodb/src/commands/PutItemCommand.ts
@@ -303,4 +303,16 @@ export class PutItemCommand extends $Command
.f(void 0, void 0)
.ser(se_PutItemCommand)
.de(de_PutItemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutItemInput;
+ output: PutItemOutput;
+ };
+ sdk: {
+ input: PutItemCommandInput;
+ output: PutItemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/PutResourcePolicyCommand.ts b/clients/client-dynamodb/src/commands/PutResourcePolicyCommand.ts
index 31c8122a2a8e..aa333fd923b2 100644
--- a/clients/client-dynamodb/src/commands/PutResourcePolicyCommand.ts
+++ b/clients/client-dynamodb/src/commands/PutResourcePolicyCommand.ts
@@ -145,4 +145,16 @@ export class PutResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutResourcePolicyCommand)
.de(de_PutResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutResourcePolicyInput;
+ output: PutResourcePolicyOutput;
+ };
+ sdk: {
+ input: PutResourcePolicyCommandInput;
+ output: PutResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/QueryCommand.ts b/clients/client-dynamodb/src/commands/QueryCommand.ts
index c4ef26677e5a..3b9bd9cdc31b 100644
--- a/clients/client-dynamodb/src/commands/QueryCommand.ts
+++ b/clients/client-dynamodb/src/commands/QueryCommand.ts
@@ -335,4 +335,16 @@ export class QueryCommand extends $Command
.f(void 0, void 0)
.ser(se_QueryCommand)
.de(de_QueryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: QueryInput;
+ output: QueryOutput;
+ };
+ sdk: {
+ input: QueryCommandInput;
+ output: QueryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/RestoreTableFromBackupCommand.ts b/clients/client-dynamodb/src/commands/RestoreTableFromBackupCommand.ts
index 2c76ebd7e1ee..d27f67335749 100644
--- a/clients/client-dynamodb/src/commands/RestoreTableFromBackupCommand.ts
+++ b/clients/client-dynamodb/src/commands/RestoreTableFromBackupCommand.ts
@@ -341,4 +341,16 @@ export class RestoreTableFromBackupCommand extends $Command
.f(void 0, void 0)
.ser(se_RestoreTableFromBackupCommand)
.de(de_RestoreTableFromBackupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RestoreTableFromBackupInput;
+ output: RestoreTableFromBackupOutput;
+ };
+ sdk: {
+ input: RestoreTableFromBackupCommandInput;
+ output: RestoreTableFromBackupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts b/clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts
index 76723530d663..cbc6c45eb5f4 100644
--- a/clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts
+++ b/clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts
@@ -373,4 +373,16 @@ export class RestoreTableToPointInTimeCommand extends $Command
.f(void 0, void 0)
.ser(se_RestoreTableToPointInTimeCommand)
.de(de_RestoreTableToPointInTimeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RestoreTableToPointInTimeInput;
+ output: RestoreTableToPointInTimeOutput;
+ };
+ sdk: {
+ input: RestoreTableToPointInTimeCommandInput;
+ output: RestoreTableToPointInTimeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/ScanCommand.ts b/clients/client-dynamodb/src/commands/ScanCommand.ts
index 94f2a0c42cf6..afdcaa8be354 100644
--- a/clients/client-dynamodb/src/commands/ScanCommand.ts
+++ b/clients/client-dynamodb/src/commands/ScanCommand.ts
@@ -334,4 +334,16 @@ export class ScanCommand extends $Command
.f(void 0, void 0)
.ser(se_ScanCommand)
.de(de_ScanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ScanInput;
+ output: ScanOutput;
+ };
+ sdk: {
+ input: ScanCommandInput;
+ output: ScanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/TagResourceCommand.ts b/clients/client-dynamodb/src/commands/TagResourceCommand.ts
index 6e3d4524dbe3..553691e90b47 100644
--- a/clients/client-dynamodb/src/commands/TagResourceCommand.ts
+++ b/clients/client-dynamodb/src/commands/TagResourceCommand.ts
@@ -135,4 +135,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/TransactGetItemsCommand.ts b/clients/client-dynamodb/src/commands/TransactGetItemsCommand.ts
index 2e3254cc69af..ff53f7ac8f0c 100644
--- a/clients/client-dynamodb/src/commands/TransactGetItemsCommand.ts
+++ b/clients/client-dynamodb/src/commands/TransactGetItemsCommand.ts
@@ -494,4 +494,16 @@ export class TransactGetItemsCommand extends $Command
.f(void 0, void 0)
.ser(se_TransactGetItemsCommand)
.de(de_TransactGetItemsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TransactGetItemsInput;
+ output: TransactGetItemsOutput;
+ };
+ sdk: {
+ input: TransactGetItemsCommandInput;
+ output: TransactGetItemsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/TransactWriteItemsCommand.ts b/clients/client-dynamodb/src/commands/TransactWriteItemsCommand.ts
index 863f966fc494..264ae9c8b480 100644
--- a/clients/client-dynamodb/src/commands/TransactWriteItemsCommand.ts
+++ b/clients/client-dynamodb/src/commands/TransactWriteItemsCommand.ts
@@ -663,4 +663,16 @@ export class TransactWriteItemsCommand extends $Command
.f(void 0, void 0)
.ser(se_TransactWriteItemsCommand)
.de(de_TransactWriteItemsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TransactWriteItemsInput;
+ output: TransactWriteItemsOutput;
+ };
+ sdk: {
+ input: TransactWriteItemsCommandInput;
+ output: TransactWriteItemsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/UntagResourceCommand.ts b/clients/client-dynamodb/src/commands/UntagResourceCommand.ts
index f2c101f9b274..c97d9b9014ec 100644
--- a/clients/client-dynamodb/src/commands/UntagResourceCommand.ts
+++ b/clients/client-dynamodb/src/commands/UntagResourceCommand.ts
@@ -130,4 +130,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/UpdateContinuousBackupsCommand.ts b/clients/client-dynamodb/src/commands/UpdateContinuousBackupsCommand.ts
index c0ddd1c2a3ff..c8ae17c3f5a6 100644
--- a/clients/client-dynamodb/src/commands/UpdateContinuousBackupsCommand.ts
+++ b/clients/client-dynamodb/src/commands/UpdateContinuousBackupsCommand.ts
@@ -110,4 +110,16 @@ export class UpdateContinuousBackupsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateContinuousBackupsCommand)
.de(de_UpdateContinuousBackupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateContinuousBackupsInput;
+ output: UpdateContinuousBackupsOutput;
+ };
+ sdk: {
+ input: UpdateContinuousBackupsCommandInput;
+ output: UpdateContinuousBackupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/UpdateContributorInsightsCommand.ts b/clients/client-dynamodb/src/commands/UpdateContributorInsightsCommand.ts
index a1daeb0b61c6..8c4d760ddf69 100644
--- a/clients/client-dynamodb/src/commands/UpdateContributorInsightsCommand.ts
+++ b/clients/client-dynamodb/src/commands/UpdateContributorInsightsCommand.ts
@@ -94,4 +94,16 @@ export class UpdateContributorInsightsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateContributorInsightsCommand)
.de(de_UpdateContributorInsightsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateContributorInsightsInput;
+ output: UpdateContributorInsightsOutput;
+ };
+ sdk: {
+ input: UpdateContributorInsightsCommandInput;
+ output: UpdateContributorInsightsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/UpdateGlobalTableCommand.ts b/clients/client-dynamodb/src/commands/UpdateGlobalTableCommand.ts
index 45e78a758c6f..06775a70c3bb 100644
--- a/clients/client-dynamodb/src/commands/UpdateGlobalTableCommand.ts
+++ b/clients/client-dynamodb/src/commands/UpdateGlobalTableCommand.ts
@@ -171,4 +171,16 @@ export class UpdateGlobalTableCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateGlobalTableCommand)
.de(de_UpdateGlobalTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGlobalTableInput;
+ output: UpdateGlobalTableOutput;
+ };
+ sdk: {
+ input: UpdateGlobalTableCommandInput;
+ output: UpdateGlobalTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/UpdateGlobalTableSettingsCommand.ts b/clients/client-dynamodb/src/commands/UpdateGlobalTableSettingsCommand.ts
index 42d3129fb759..da9c67ad5208 100644
--- a/clients/client-dynamodb/src/commands/UpdateGlobalTableSettingsCommand.ts
+++ b/clients/client-dynamodb/src/commands/UpdateGlobalTableSettingsCommand.ts
@@ -285,4 +285,16 @@ export class UpdateGlobalTableSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateGlobalTableSettingsCommand)
.de(de_UpdateGlobalTableSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGlobalTableSettingsInput;
+ output: UpdateGlobalTableSettingsOutput;
+ };
+ sdk: {
+ input: UpdateGlobalTableSettingsCommandInput;
+ output: UpdateGlobalTableSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/UpdateItemCommand.ts b/clients/client-dynamodb/src/commands/UpdateItemCommand.ts
index 38c65b3a0659..de11e96d7de6 100644
--- a/clients/client-dynamodb/src/commands/UpdateItemCommand.ts
+++ b/clients/client-dynamodb/src/commands/UpdateItemCommand.ts
@@ -316,4 +316,16 @@ export class UpdateItemCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateItemCommand)
.de(de_UpdateItemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateItemInput;
+ output: UpdateItemOutput;
+ };
+ sdk: {
+ input: UpdateItemCommandInput;
+ output: UpdateItemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/UpdateKinesisStreamingDestinationCommand.ts b/clients/client-dynamodb/src/commands/UpdateKinesisStreamingDestinationCommand.ts
index 0312ebe413cd..86cdbe3f00ae 100644
--- a/clients/client-dynamodb/src/commands/UpdateKinesisStreamingDestinationCommand.ts
+++ b/clients/client-dynamodb/src/commands/UpdateKinesisStreamingDestinationCommand.ts
@@ -131,4 +131,16 @@ export class UpdateKinesisStreamingDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateKinesisStreamingDestinationCommand)
.de(de_UpdateKinesisStreamingDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateKinesisStreamingDestinationInput;
+ output: UpdateKinesisStreamingDestinationOutput;
+ };
+ sdk: {
+ input: UpdateKinesisStreamingDestinationCommandInput;
+ output: UpdateKinesisStreamingDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/UpdateTableCommand.ts b/clients/client-dynamodb/src/commands/UpdateTableCommand.ts
index 080a4144527f..d066e149e298 100644
--- a/clients/client-dynamodb/src/commands/UpdateTableCommand.ts
+++ b/clients/client-dynamodb/src/commands/UpdateTableCommand.ts
@@ -460,4 +460,16 @@ export class UpdateTableCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTableCommand)
.de(de_UpdateTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTableInput;
+ output: UpdateTableOutput;
+ };
+ sdk: {
+ input: UpdateTableCommandInput;
+ output: UpdateTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/UpdateTableReplicaAutoScalingCommand.ts b/clients/client-dynamodb/src/commands/UpdateTableReplicaAutoScalingCommand.ts
index ce6c14fbf15d..5fda3555a6fb 100644
--- a/clients/client-dynamodb/src/commands/UpdateTableReplicaAutoScalingCommand.ts
+++ b/clients/client-dynamodb/src/commands/UpdateTableReplicaAutoScalingCommand.ts
@@ -254,4 +254,16 @@ export class UpdateTableReplicaAutoScalingCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTableReplicaAutoScalingCommand)
.de(de_UpdateTableReplicaAutoScalingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTableReplicaAutoScalingInput;
+ output: UpdateTableReplicaAutoScalingOutput;
+ };
+ sdk: {
+ input: UpdateTableReplicaAutoScalingCommandInput;
+ output: UpdateTableReplicaAutoScalingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-dynamodb/src/commands/UpdateTimeToLiveCommand.ts b/clients/client-dynamodb/src/commands/UpdateTimeToLiveCommand.ts
index 28c8e46745e7..f43b5413b811 100644
--- a/clients/client-dynamodb/src/commands/UpdateTimeToLiveCommand.ts
+++ b/clients/client-dynamodb/src/commands/UpdateTimeToLiveCommand.ts
@@ -148,4 +148,16 @@ export class UpdateTimeToLiveCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTimeToLiveCommand)
.de(de_UpdateTimeToLiveCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTimeToLiveInput;
+ output: UpdateTimeToLiveOutput;
+ };
+ sdk: {
+ input: UpdateTimeToLiveCommandInput;
+ output: UpdateTimeToLiveCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ebs/package.json b/clients/client-ebs/package.json
index c90d9ddaaf40..4ebb96c7f216 100644
--- a/clients/client-ebs/package.json
+++ b/clients/client-ebs/package.json
@@ -33,31 +33,31 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
- "@smithy/util-stream": "^3.1.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
+ "@smithy/util-stream": "^3.1.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-ebs/src/commands/CompleteSnapshotCommand.ts b/clients/client-ebs/src/commands/CompleteSnapshotCommand.ts
index 0afd4815e154..32b11a3faeb0 100644
--- a/clients/client-ebs/src/commands/CompleteSnapshotCommand.ts
+++ b/clients/client-ebs/src/commands/CompleteSnapshotCommand.ts
@@ -108,4 +108,16 @@ export class CompleteSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_CompleteSnapshotCommand)
.de(de_CompleteSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CompleteSnapshotRequest;
+ output: CompleteSnapshotResponse;
+ };
+ sdk: {
+ input: CompleteSnapshotCommandInput;
+ output: CompleteSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ebs/src/commands/GetSnapshotBlockCommand.ts b/clients/client-ebs/src/commands/GetSnapshotBlockCommand.ts
index 6f71d0797f30..2e13e5883551 100644
--- a/clients/client-ebs/src/commands/GetSnapshotBlockCommand.ts
+++ b/clients/client-ebs/src/commands/GetSnapshotBlockCommand.ts
@@ -113,4 +113,16 @@ export class GetSnapshotBlockCommand extends $Command
.f(void 0, GetSnapshotBlockResponseFilterSensitiveLog)
.ser(se_GetSnapshotBlockCommand)
.de(de_GetSnapshotBlockCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSnapshotBlockRequest;
+ output: GetSnapshotBlockResponse;
+ };
+ sdk: {
+ input: GetSnapshotBlockCommandInput;
+ output: GetSnapshotBlockCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ebs/src/commands/ListChangedBlocksCommand.ts b/clients/client-ebs/src/commands/ListChangedBlocksCommand.ts
index fc488e73ddcd..28a1a9ee7b19 100644
--- a/clients/client-ebs/src/commands/ListChangedBlocksCommand.ts
+++ b/clients/client-ebs/src/commands/ListChangedBlocksCommand.ts
@@ -121,4 +121,16 @@ export class ListChangedBlocksCommand extends $Command
.f(void 0, ListChangedBlocksResponseFilterSensitiveLog)
.ser(se_ListChangedBlocksCommand)
.de(de_ListChangedBlocksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListChangedBlocksRequest;
+ output: ListChangedBlocksResponse;
+ };
+ sdk: {
+ input: ListChangedBlocksCommandInput;
+ output: ListChangedBlocksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ebs/src/commands/ListSnapshotBlocksCommand.ts b/clients/client-ebs/src/commands/ListSnapshotBlocksCommand.ts
index 75adbea22f0c..8d0caa503897 100644
--- a/clients/client-ebs/src/commands/ListSnapshotBlocksCommand.ts
+++ b/clients/client-ebs/src/commands/ListSnapshotBlocksCommand.ts
@@ -118,4 +118,16 @@ export class ListSnapshotBlocksCommand extends $Command
.f(void 0, ListSnapshotBlocksResponseFilterSensitiveLog)
.ser(se_ListSnapshotBlocksCommand)
.de(de_ListSnapshotBlocksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSnapshotBlocksRequest;
+ output: ListSnapshotBlocksResponse;
+ };
+ sdk: {
+ input: ListSnapshotBlocksCommandInput;
+ output: ListSnapshotBlocksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ebs/src/commands/PutSnapshotBlockCommand.ts b/clients/client-ebs/src/commands/PutSnapshotBlockCommand.ts
index 8a0680d00c97..e566b5db393e 100644
--- a/clients/client-ebs/src/commands/PutSnapshotBlockCommand.ts
+++ b/clients/client-ebs/src/commands/PutSnapshotBlockCommand.ts
@@ -119,4 +119,16 @@ export class PutSnapshotBlockCommand extends $Command
.f(PutSnapshotBlockRequestFilterSensitiveLog, void 0)
.ser(se_PutSnapshotBlockCommand)
.de(de_PutSnapshotBlockCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutSnapshotBlockRequest;
+ output: PutSnapshotBlockResponse;
+ };
+ sdk: {
+ input: PutSnapshotBlockCommandInput;
+ output: PutSnapshotBlockCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ebs/src/commands/StartSnapshotCommand.ts b/clients/client-ebs/src/commands/StartSnapshotCommand.ts
index 1fe2c1f3302b..26517fa5bc7a 100644
--- a/clients/client-ebs/src/commands/StartSnapshotCommand.ts
+++ b/clients/client-ebs/src/commands/StartSnapshotCommand.ts
@@ -146,4 +146,16 @@ export class StartSnapshotCommand extends $Command
.f(StartSnapshotRequestFilterSensitiveLog, StartSnapshotResponseFilterSensitiveLog)
.ser(se_StartSnapshotCommand)
.de(de_StartSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartSnapshotRequest;
+ output: StartSnapshotResponse;
+ };
+ sdk: {
+ input: StartSnapshotCommandInput;
+ output: StartSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2-instance-connect/package.json b/clients/client-ec2-instance-connect/package.json
index 66206524d19c..d340082b2bda 100644
--- a/clients/client-ec2-instance-connect/package.json
+++ b/clients/client-ec2-instance-connect/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-ec2-instance-connect/src/commands/SendSSHPublicKeyCommand.ts b/clients/client-ec2-instance-connect/src/commands/SendSSHPublicKeyCommand.ts
index 705a86ff8839..e7399cb06bfc 100644
--- a/clients/client-ec2-instance-connect/src/commands/SendSSHPublicKeyCommand.ts
+++ b/clients/client-ec2-instance-connect/src/commands/SendSSHPublicKeyCommand.ts
@@ -132,4 +132,16 @@ export class SendSSHPublicKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_SendSSHPublicKeyCommand)
.de(de_SendSSHPublicKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SendSSHPublicKeyRequest;
+ output: SendSSHPublicKeyResponse;
+ };
+ sdk: {
+ input: SendSSHPublicKeyCommandInput;
+ output: SendSSHPublicKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2-instance-connect/src/commands/SendSerialConsoleSSHPublicKeyCommand.ts b/clients/client-ec2-instance-connect/src/commands/SendSerialConsoleSSHPublicKeyCommand.ts
index 2d96bd40a01d..81f27c6b2e68 100644
--- a/clients/client-ec2-instance-connect/src/commands/SendSerialConsoleSSHPublicKeyCommand.ts
+++ b/clients/client-ec2-instance-connect/src/commands/SendSerialConsoleSSHPublicKeyCommand.ts
@@ -134,4 +134,16 @@ export class SendSerialConsoleSSHPublicKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_SendSerialConsoleSSHPublicKeyCommand)
.de(de_SendSerialConsoleSSHPublicKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SendSerialConsoleSSHPublicKeyRequest;
+ output: SendSerialConsoleSSHPublicKeyResponse;
+ };
+ sdk: {
+ input: SendSerialConsoleSSHPublicKeyCommandInput;
+ output: SendSerialConsoleSSHPublicKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/package.json b/clients/client-ec2/package.json
index 9d180db039cb..3cebc763284b 100644
--- a/clients/client-ec2/package.json
+++ b/clients/client-ec2/package.json
@@ -34,32 +34,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
},
diff --git a/clients/client-ec2/src/commands/AcceptAddressTransferCommand.ts b/clients/client-ec2/src/commands/AcceptAddressTransferCommand.ts
index 0e3fffe692d7..a6910d5bb29d 100644
--- a/clients/client-ec2/src/commands/AcceptAddressTransferCommand.ts
+++ b/clients/client-ec2/src/commands/AcceptAddressTransferCommand.ts
@@ -96,4 +96,16 @@ export class AcceptAddressTransferCommand extends $Command
.f(void 0, void 0)
.ser(se_AcceptAddressTransferCommand)
.de(de_AcceptAddressTransferCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AcceptAddressTransferRequest;
+ output: AcceptAddressTransferResult;
+ };
+ sdk: {
+ input: AcceptAddressTransferCommandInput;
+ output: AcceptAddressTransferCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AcceptReservedInstancesExchangeQuoteCommand.ts b/clients/client-ec2/src/commands/AcceptReservedInstancesExchangeQuoteCommand.ts
index cc8ffb03771e..f4d7145d69a3 100644
--- a/clients/client-ec2/src/commands/AcceptReservedInstancesExchangeQuoteCommand.ts
+++ b/clients/client-ec2/src/commands/AcceptReservedInstancesExchangeQuoteCommand.ts
@@ -94,4 +94,16 @@ export class AcceptReservedInstancesExchangeQuoteCommand extends $Command
.f(void 0, void 0)
.ser(se_AcceptReservedInstancesExchangeQuoteCommand)
.de(de_AcceptReservedInstancesExchangeQuoteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AcceptReservedInstancesExchangeQuoteRequest;
+ output: AcceptReservedInstancesExchangeQuoteResult;
+ };
+ sdk: {
+ input: AcceptReservedInstancesExchangeQuoteCommandInput;
+ output: AcceptReservedInstancesExchangeQuoteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts b/clients/client-ec2/src/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts
index b4ede34db314..2c227822cbd2 100644
--- a/clients/client-ec2/src/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts
+++ b/clients/client-ec2/src/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts
@@ -103,4 +103,16 @@ export class AcceptTransitGatewayMulticastDomainAssociationsCommand extends $Com
.f(void 0, void 0)
.ser(se_AcceptTransitGatewayMulticastDomainAssociationsCommand)
.de(de_AcceptTransitGatewayMulticastDomainAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AcceptTransitGatewayMulticastDomainAssociationsRequest;
+ output: AcceptTransitGatewayMulticastDomainAssociationsResult;
+ };
+ sdk: {
+ input: AcceptTransitGatewayMulticastDomainAssociationsCommandInput;
+ output: AcceptTransitGatewayMulticastDomainAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AcceptTransitGatewayPeeringAttachmentCommand.ts b/clients/client-ec2/src/commands/AcceptTransitGatewayPeeringAttachmentCommand.ts
index afb8ad068e10..9c9b9c1e5716 100644
--- a/clients/client-ec2/src/commands/AcceptTransitGatewayPeeringAttachmentCommand.ts
+++ b/clients/client-ec2/src/commands/AcceptTransitGatewayPeeringAttachmentCommand.ts
@@ -118,4 +118,16 @@ export class AcceptTransitGatewayPeeringAttachmentCommand extends $Command
.f(void 0, void 0)
.ser(se_AcceptTransitGatewayPeeringAttachmentCommand)
.de(de_AcceptTransitGatewayPeeringAttachmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AcceptTransitGatewayPeeringAttachmentRequest;
+ output: AcceptTransitGatewayPeeringAttachmentResult;
+ };
+ sdk: {
+ input: AcceptTransitGatewayPeeringAttachmentCommandInput;
+ output: AcceptTransitGatewayPeeringAttachmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AcceptTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/AcceptTransitGatewayVpcAttachmentCommand.ts
index 236815a3f3f4..89540b4ef5f7 100644
--- a/clients/client-ec2/src/commands/AcceptTransitGatewayVpcAttachmentCommand.ts
+++ b/clients/client-ec2/src/commands/AcceptTransitGatewayVpcAttachmentCommand.ts
@@ -108,4 +108,16 @@ export class AcceptTransitGatewayVpcAttachmentCommand extends $Command
.f(void 0, void 0)
.ser(se_AcceptTransitGatewayVpcAttachmentCommand)
.de(de_AcceptTransitGatewayVpcAttachmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AcceptTransitGatewayVpcAttachmentRequest;
+ output: AcceptTransitGatewayVpcAttachmentResult;
+ };
+ sdk: {
+ input: AcceptTransitGatewayVpcAttachmentCommandInput;
+ output: AcceptTransitGatewayVpcAttachmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AcceptVpcEndpointConnectionsCommand.ts b/clients/client-ec2/src/commands/AcceptVpcEndpointConnectionsCommand.ts
index 9374ddd46f24..bdafbdb14894 100644
--- a/clients/client-ec2/src/commands/AcceptVpcEndpointConnectionsCommand.ts
+++ b/clients/client-ec2/src/commands/AcceptVpcEndpointConnectionsCommand.ts
@@ -91,4 +91,16 @@ export class AcceptVpcEndpointConnectionsCommand extends $Command
.f(void 0, void 0)
.ser(se_AcceptVpcEndpointConnectionsCommand)
.de(de_AcceptVpcEndpointConnectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AcceptVpcEndpointConnectionsRequest;
+ output: AcceptVpcEndpointConnectionsResult;
+ };
+ sdk: {
+ input: AcceptVpcEndpointConnectionsCommandInput;
+ output: AcceptVpcEndpointConnectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AcceptVpcPeeringConnectionCommand.ts b/clients/client-ec2/src/commands/AcceptVpcPeeringConnectionCommand.ts
index b43ffc84dc04..2cdd1b65ff78 100644
--- a/clients/client-ec2/src/commands/AcceptVpcPeeringConnectionCommand.ts
+++ b/clients/client-ec2/src/commands/AcceptVpcPeeringConnectionCommand.ts
@@ -138,4 +138,16 @@ export class AcceptVpcPeeringConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_AcceptVpcPeeringConnectionCommand)
.de(de_AcceptVpcPeeringConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AcceptVpcPeeringConnectionRequest;
+ output: AcceptVpcPeeringConnectionResult;
+ };
+ sdk: {
+ input: AcceptVpcPeeringConnectionCommandInput;
+ output: AcceptVpcPeeringConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AdvertiseByoipCidrCommand.ts b/clients/client-ec2/src/commands/AdvertiseByoipCidrCommand.ts
index 39ad36b6cdea..784bdd2979e6 100644
--- a/clients/client-ec2/src/commands/AdvertiseByoipCidrCommand.ts
+++ b/clients/client-ec2/src/commands/AdvertiseByoipCidrCommand.ts
@@ -104,4 +104,16 @@ export class AdvertiseByoipCidrCommand extends $Command
.f(void 0, void 0)
.ser(se_AdvertiseByoipCidrCommand)
.de(de_AdvertiseByoipCidrCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdvertiseByoipCidrRequest;
+ output: AdvertiseByoipCidrResult;
+ };
+ sdk: {
+ input: AdvertiseByoipCidrCommandInput;
+ output: AdvertiseByoipCidrCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AllocateAddressCommand.ts b/clients/client-ec2/src/commands/AllocateAddressCommand.ts
index 9177193c4461..dfc11b905745 100644
--- a/clients/client-ec2/src/commands/AllocateAddressCommand.ts
+++ b/clients/client-ec2/src/commands/AllocateAddressCommand.ts
@@ -130,4 +130,16 @@ export class AllocateAddressCommand extends $Command
.f(void 0, void 0)
.ser(se_AllocateAddressCommand)
.de(de_AllocateAddressCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AllocateAddressRequest;
+ output: AllocateAddressResult;
+ };
+ sdk: {
+ input: AllocateAddressCommandInput;
+ output: AllocateAddressCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AllocateHostsCommand.ts b/clients/client-ec2/src/commands/AllocateHostsCommand.ts
index 14233e728e03..5b9586f41070 100644
--- a/clients/client-ec2/src/commands/AllocateHostsCommand.ts
+++ b/clients/client-ec2/src/commands/AllocateHostsCommand.ts
@@ -103,4 +103,16 @@ export class AllocateHostsCommand extends $Command
.f(void 0, void 0)
.ser(se_AllocateHostsCommand)
.de(de_AllocateHostsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AllocateHostsRequest;
+ output: AllocateHostsResult;
+ };
+ sdk: {
+ input: AllocateHostsCommandInput;
+ output: AllocateHostsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AllocateIpamPoolCidrCommand.ts b/clients/client-ec2/src/commands/AllocateIpamPoolCidrCommand.ts
index b3207b186bef..077c5dbfe5d8 100644
--- a/clients/client-ec2/src/commands/AllocateIpamPoolCidrCommand.ts
+++ b/clients/client-ec2/src/commands/AllocateIpamPoolCidrCommand.ts
@@ -101,4 +101,16 @@ export class AllocateIpamPoolCidrCommand extends $Command
.f(void 0, void 0)
.ser(se_AllocateIpamPoolCidrCommand)
.de(de_AllocateIpamPoolCidrCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AllocateIpamPoolCidrRequest;
+ output: AllocateIpamPoolCidrResult;
+ };
+ sdk: {
+ input: AllocateIpamPoolCidrCommandInput;
+ output: AllocateIpamPoolCidrCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts b/clients/client-ec2/src/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts
index 92ca319e3532..9826f836dbbb 100644
--- a/clients/client-ec2/src/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts
+++ b/clients/client-ec2/src/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts
@@ -94,4 +94,16 @@ export class ApplySecurityGroupsToClientVpnTargetNetworkCommand extends $Command
.f(void 0, void 0)
.ser(se_ApplySecurityGroupsToClientVpnTargetNetworkCommand)
.de(de_ApplySecurityGroupsToClientVpnTargetNetworkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ApplySecurityGroupsToClientVpnTargetNetworkRequest;
+ output: ApplySecurityGroupsToClientVpnTargetNetworkResult;
+ };
+ sdk: {
+ input: ApplySecurityGroupsToClientVpnTargetNetworkCommandInput;
+ output: ApplySecurityGroupsToClientVpnTargetNetworkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AssignIpv6AddressesCommand.ts b/clients/client-ec2/src/commands/AssignIpv6AddressesCommand.ts
index c41189ab8034..cf15c312021d 100644
--- a/clients/client-ec2/src/commands/AssignIpv6AddressesCommand.ts
+++ b/clients/client-ec2/src/commands/AssignIpv6AddressesCommand.ts
@@ -100,4 +100,16 @@ export class AssignIpv6AddressesCommand extends $Command
.f(void 0, void 0)
.ser(se_AssignIpv6AddressesCommand)
.de(de_AssignIpv6AddressesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssignIpv6AddressesRequest;
+ output: AssignIpv6AddressesResult;
+ };
+ sdk: {
+ input: AssignIpv6AddressesCommandInput;
+ output: AssignIpv6AddressesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AssignPrivateIpAddressesCommand.ts b/clients/client-ec2/src/commands/AssignPrivateIpAddressesCommand.ts
index ae2fedbc82ed..9b8636570ec9 100644
--- a/clients/client-ec2/src/commands/AssignPrivateIpAddressesCommand.ts
+++ b/clients/client-ec2/src/commands/AssignPrivateIpAddressesCommand.ts
@@ -136,4 +136,16 @@ export class AssignPrivateIpAddressesCommand extends $Command
.f(void 0, void 0)
.ser(se_AssignPrivateIpAddressesCommand)
.de(de_AssignPrivateIpAddressesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssignPrivateIpAddressesRequest;
+ output: AssignPrivateIpAddressesResult;
+ };
+ sdk: {
+ input: AssignPrivateIpAddressesCommandInput;
+ output: AssignPrivateIpAddressesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AssignPrivateNatGatewayAddressCommand.ts b/clients/client-ec2/src/commands/AssignPrivateNatGatewayAddressCommand.ts
index 705bf255ae08..df6f0575e839 100644
--- a/clients/client-ec2/src/commands/AssignPrivateNatGatewayAddressCommand.ts
+++ b/clients/client-ec2/src/commands/AssignPrivateNatGatewayAddressCommand.ts
@@ -100,4 +100,16 @@ export class AssignPrivateNatGatewayAddressCommand extends $Command
.f(void 0, void 0)
.ser(se_AssignPrivateNatGatewayAddressCommand)
.de(de_AssignPrivateNatGatewayAddressCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssignPrivateNatGatewayAddressRequest;
+ output: AssignPrivateNatGatewayAddressResult;
+ };
+ sdk: {
+ input: AssignPrivateNatGatewayAddressCommandInput;
+ output: AssignPrivateNatGatewayAddressCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AssociateAddressCommand.ts b/clients/client-ec2/src/commands/AssociateAddressCommand.ts
index f1f27f9270f4..22667c9a48b0 100644
--- a/clients/client-ec2/src/commands/AssociateAddressCommand.ts
+++ b/clients/client-ec2/src/commands/AssociateAddressCommand.ts
@@ -134,4 +134,16 @@ export class AssociateAddressCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateAddressCommand)
.de(de_AssociateAddressCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateAddressRequest;
+ output: AssociateAddressResult;
+ };
+ sdk: {
+ input: AssociateAddressCommandInput;
+ output: AssociateAddressCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AssociateClientVpnTargetNetworkCommand.ts b/clients/client-ec2/src/commands/AssociateClientVpnTargetNetworkCommand.ts
index a1a76a379181..ff7b64505de0 100644
--- a/clients/client-ec2/src/commands/AssociateClientVpnTargetNetworkCommand.ts
+++ b/clients/client-ec2/src/commands/AssociateClientVpnTargetNetworkCommand.ts
@@ -90,4 +90,16 @@ export class AssociateClientVpnTargetNetworkCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateClientVpnTargetNetworkCommand)
.de(de_AssociateClientVpnTargetNetworkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateClientVpnTargetNetworkRequest;
+ output: AssociateClientVpnTargetNetworkResult;
+ };
+ sdk: {
+ input: AssociateClientVpnTargetNetworkCommandInput;
+ output: AssociateClientVpnTargetNetworkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AssociateDhcpOptionsCommand.ts b/clients/client-ec2/src/commands/AssociateDhcpOptionsCommand.ts
index 0bd51c3270e9..8e3bce33f3c4 100644
--- a/clients/client-ec2/src/commands/AssociateDhcpOptionsCommand.ts
+++ b/clients/client-ec2/src/commands/AssociateDhcpOptionsCommand.ts
@@ -104,4 +104,16 @@ export class AssociateDhcpOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateDhcpOptionsCommand)
.de(de_AssociateDhcpOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateDhcpOptionsRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateDhcpOptionsCommandInput;
+ output: AssociateDhcpOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AssociateEnclaveCertificateIamRoleCommand.ts b/clients/client-ec2/src/commands/AssociateEnclaveCertificateIamRoleCommand.ts
index e9d202eb5bb0..44ac1bc22d18 100644
--- a/clients/client-ec2/src/commands/AssociateEnclaveCertificateIamRoleCommand.ts
+++ b/clients/client-ec2/src/commands/AssociateEnclaveCertificateIamRoleCommand.ts
@@ -101,4 +101,16 @@ export class AssociateEnclaveCertificateIamRoleCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateEnclaveCertificateIamRoleCommand)
.de(de_AssociateEnclaveCertificateIamRoleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateEnclaveCertificateIamRoleRequest;
+ output: AssociateEnclaveCertificateIamRoleResult;
+ };
+ sdk: {
+ input: AssociateEnclaveCertificateIamRoleCommandInput;
+ output: AssociateEnclaveCertificateIamRoleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AssociateIamInstanceProfileCommand.ts b/clients/client-ec2/src/commands/AssociateIamInstanceProfileCommand.ts
index dc438bcff3b6..0ff0ba39c8ed 100644
--- a/clients/client-ec2/src/commands/AssociateIamInstanceProfileCommand.ts
+++ b/clients/client-ec2/src/commands/AssociateIamInstanceProfileCommand.ts
@@ -118,4 +118,16 @@ export class AssociateIamInstanceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateIamInstanceProfileCommand)
.de(de_AssociateIamInstanceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateIamInstanceProfileRequest;
+ output: AssociateIamInstanceProfileResult;
+ };
+ sdk: {
+ input: AssociateIamInstanceProfileCommandInput;
+ output: AssociateIamInstanceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AssociateInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/AssociateInstanceEventWindowCommand.ts
index fb990721b0ab..e0d995517aea 100644
--- a/clients/client-ec2/src/commands/AssociateInstanceEventWindowCommand.ts
+++ b/clients/client-ec2/src/commands/AssociateInstanceEventWindowCommand.ts
@@ -130,4 +130,16 @@ export class AssociateInstanceEventWindowCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateInstanceEventWindowCommand)
.de(de_AssociateInstanceEventWindowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateInstanceEventWindowRequest;
+ output: AssociateInstanceEventWindowResult;
+ };
+ sdk: {
+ input: AssociateInstanceEventWindowCommandInput;
+ output: AssociateInstanceEventWindowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AssociateIpamByoasnCommand.ts b/clients/client-ec2/src/commands/AssociateIpamByoasnCommand.ts
index 4e6784bdac65..73fe405a91d9 100644
--- a/clients/client-ec2/src/commands/AssociateIpamByoasnCommand.ts
+++ b/clients/client-ec2/src/commands/AssociateIpamByoasnCommand.ts
@@ -87,4 +87,16 @@ export class AssociateIpamByoasnCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateIpamByoasnCommand)
.de(de_AssociateIpamByoasnCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateIpamByoasnRequest;
+ output: AssociateIpamByoasnResult;
+ };
+ sdk: {
+ input: AssociateIpamByoasnCommandInput;
+ output: AssociateIpamByoasnCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AssociateIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/AssociateIpamResourceDiscoveryCommand.ts
index d0fa530888fa..d7e21dfd9636 100644
--- a/clients/client-ec2/src/commands/AssociateIpamResourceDiscoveryCommand.ts
+++ b/clients/client-ec2/src/commands/AssociateIpamResourceDiscoveryCommand.ts
@@ -113,4 +113,16 @@ export class AssociateIpamResourceDiscoveryCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateIpamResourceDiscoveryCommand)
.de(de_AssociateIpamResourceDiscoveryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateIpamResourceDiscoveryRequest;
+ output: AssociateIpamResourceDiscoveryResult;
+ };
+ sdk: {
+ input: AssociateIpamResourceDiscoveryCommandInput;
+ output: AssociateIpamResourceDiscoveryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AssociateNatGatewayAddressCommand.ts b/clients/client-ec2/src/commands/AssociateNatGatewayAddressCommand.ts
index 799344233180..1c7304887784 100644
--- a/clients/client-ec2/src/commands/AssociateNatGatewayAddressCommand.ts
+++ b/clients/client-ec2/src/commands/AssociateNatGatewayAddressCommand.ts
@@ -103,4 +103,16 @@ export class AssociateNatGatewayAddressCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateNatGatewayAddressCommand)
.de(de_AssociateNatGatewayAddressCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateNatGatewayAddressRequest;
+ output: AssociateNatGatewayAddressResult;
+ };
+ sdk: {
+ input: AssociateNatGatewayAddressCommandInput;
+ output: AssociateNatGatewayAddressCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AssociateRouteTableCommand.ts b/clients/client-ec2/src/commands/AssociateRouteTableCommand.ts
index bfb342eadffa..3113e4a311b6 100644
--- a/clients/client-ec2/src/commands/AssociateRouteTableCommand.ts
+++ b/clients/client-ec2/src/commands/AssociateRouteTableCommand.ts
@@ -107,4 +107,16 @@ export class AssociateRouteTableCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateRouteTableCommand)
.de(de_AssociateRouteTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateRouteTableRequest;
+ output: AssociateRouteTableResult;
+ };
+ sdk: {
+ input: AssociateRouteTableCommandInput;
+ output: AssociateRouteTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AssociateSubnetCidrBlockCommand.ts b/clients/client-ec2/src/commands/AssociateSubnetCidrBlockCommand.ts
index c7fe5d6a45fa..9550d29b6bd8 100644
--- a/clients/client-ec2/src/commands/AssociateSubnetCidrBlockCommand.ts
+++ b/clients/client-ec2/src/commands/AssociateSubnetCidrBlockCommand.ts
@@ -91,4 +91,16 @@ export class AssociateSubnetCidrBlockCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateSubnetCidrBlockCommand)
.de(de_AssociateSubnetCidrBlockCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateSubnetCidrBlockRequest;
+ output: AssociateSubnetCidrBlockResult;
+ };
+ sdk: {
+ input: AssociateSubnetCidrBlockCommandInput;
+ output: AssociateSubnetCidrBlockCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AssociateTransitGatewayMulticastDomainCommand.ts b/clients/client-ec2/src/commands/AssociateTransitGatewayMulticastDomainCommand.ts
index a59c9fa35bf6..459e2927b9b9 100644
--- a/clients/client-ec2/src/commands/AssociateTransitGatewayMulticastDomainCommand.ts
+++ b/clients/client-ec2/src/commands/AssociateTransitGatewayMulticastDomainCommand.ts
@@ -105,4 +105,16 @@ export class AssociateTransitGatewayMulticastDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateTransitGatewayMulticastDomainCommand)
.de(de_AssociateTransitGatewayMulticastDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateTransitGatewayMulticastDomainRequest;
+ output: AssociateTransitGatewayMulticastDomainResult;
+ };
+ sdk: {
+ input: AssociateTransitGatewayMulticastDomainCommandInput;
+ output: AssociateTransitGatewayMulticastDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AssociateTransitGatewayPolicyTableCommand.ts b/clients/client-ec2/src/commands/AssociateTransitGatewayPolicyTableCommand.ts
index dbd7b9ebd777..3c5660d424f7 100644
--- a/clients/client-ec2/src/commands/AssociateTransitGatewayPolicyTableCommand.ts
+++ b/clients/client-ec2/src/commands/AssociateTransitGatewayPolicyTableCommand.ts
@@ -93,4 +93,16 @@ export class AssociateTransitGatewayPolicyTableCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateTransitGatewayPolicyTableCommand)
.de(de_AssociateTransitGatewayPolicyTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateTransitGatewayPolicyTableRequest;
+ output: AssociateTransitGatewayPolicyTableResult;
+ };
+ sdk: {
+ input: AssociateTransitGatewayPolicyTableCommandInput;
+ output: AssociateTransitGatewayPolicyTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AssociateTransitGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/AssociateTransitGatewayRouteTableCommand.ts
index 35246dd269c7..27d383fa7222 100644
--- a/clients/client-ec2/src/commands/AssociateTransitGatewayRouteTableCommand.ts
+++ b/clients/client-ec2/src/commands/AssociateTransitGatewayRouteTableCommand.ts
@@ -91,4 +91,16 @@ export class AssociateTransitGatewayRouteTableCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateTransitGatewayRouteTableCommand)
.de(de_AssociateTransitGatewayRouteTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateTransitGatewayRouteTableRequest;
+ output: AssociateTransitGatewayRouteTableResult;
+ };
+ sdk: {
+ input: AssociateTransitGatewayRouteTableCommandInput;
+ output: AssociateTransitGatewayRouteTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AssociateTrunkInterfaceCommand.ts b/clients/client-ec2/src/commands/AssociateTrunkInterfaceCommand.ts
index c32e370b060d..e5cfd7e571aa 100644
--- a/clients/client-ec2/src/commands/AssociateTrunkInterfaceCommand.ts
+++ b/clients/client-ec2/src/commands/AssociateTrunkInterfaceCommand.ts
@@ -100,4 +100,16 @@ export class AssociateTrunkInterfaceCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateTrunkInterfaceCommand)
.de(de_AssociateTrunkInterfaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateTrunkInterfaceRequest;
+ output: AssociateTrunkInterfaceResult;
+ };
+ sdk: {
+ input: AssociateTrunkInterfaceCommandInput;
+ output: AssociateTrunkInterfaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AssociateVpcCidrBlockCommand.ts b/clients/client-ec2/src/commands/AssociateVpcCidrBlockCommand.ts
index e7075742391a..56f8f30cfbc1 100644
--- a/clients/client-ec2/src/commands/AssociateVpcCidrBlockCommand.ts
+++ b/clients/client-ec2/src/commands/AssociateVpcCidrBlockCommand.ts
@@ -113,4 +113,16 @@ export class AssociateVpcCidrBlockCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateVpcCidrBlockCommand)
.de(de_AssociateVpcCidrBlockCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateVpcCidrBlockRequest;
+ output: AssociateVpcCidrBlockResult;
+ };
+ sdk: {
+ input: AssociateVpcCidrBlockCommandInput;
+ output: AssociateVpcCidrBlockCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AttachClassicLinkVpcCommand.ts b/clients/client-ec2/src/commands/AttachClassicLinkVpcCommand.ts
index 04df9503f625..43a07bb098f5 100644
--- a/clients/client-ec2/src/commands/AttachClassicLinkVpcCommand.ts
+++ b/clients/client-ec2/src/commands/AttachClassicLinkVpcCommand.ts
@@ -91,4 +91,16 @@ export class AttachClassicLinkVpcCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachClassicLinkVpcCommand)
.de(de_AttachClassicLinkVpcCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachClassicLinkVpcRequest;
+ output: AttachClassicLinkVpcResult;
+ };
+ sdk: {
+ input: AttachClassicLinkVpcCommandInput;
+ output: AttachClassicLinkVpcCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AttachInternetGatewayCommand.ts b/clients/client-ec2/src/commands/AttachInternetGatewayCommand.ts
index 6ddf10bc205f..b3ffe77c257a 100644
--- a/clients/client-ec2/src/commands/AttachInternetGatewayCommand.ts
+++ b/clients/client-ec2/src/commands/AttachInternetGatewayCommand.ts
@@ -91,4 +91,16 @@ export class AttachInternetGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachInternetGatewayCommand)
.de(de_AttachInternetGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachInternetGatewayRequest;
+ output: {};
+ };
+ sdk: {
+ input: AttachInternetGatewayCommandInput;
+ output: AttachInternetGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AttachNetworkInterfaceCommand.ts b/clients/client-ec2/src/commands/AttachNetworkInterfaceCommand.ts
index 913b68b2a028..defe6fbc47ac 100644
--- a/clients/client-ec2/src/commands/AttachNetworkInterfaceCommand.ts
+++ b/clients/client-ec2/src/commands/AttachNetworkInterfaceCommand.ts
@@ -106,4 +106,16 @@ export class AttachNetworkInterfaceCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachNetworkInterfaceCommand)
.de(de_AttachNetworkInterfaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachNetworkInterfaceRequest;
+ output: AttachNetworkInterfaceResult;
+ };
+ sdk: {
+ input: AttachNetworkInterfaceCommandInput;
+ output: AttachNetworkInterfaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AttachVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/AttachVerifiedAccessTrustProviderCommand.ts
index 722650b34144..0f27006d1356 100644
--- a/clients/client-ec2/src/commands/AttachVerifiedAccessTrustProviderCommand.ts
+++ b/clients/client-ec2/src/commands/AttachVerifiedAccessTrustProviderCommand.ts
@@ -143,4 +143,16 @@ export class AttachVerifiedAccessTrustProviderCommand extends $Command
.f(void 0, AttachVerifiedAccessTrustProviderResultFilterSensitiveLog)
.ser(se_AttachVerifiedAccessTrustProviderCommand)
.de(de_AttachVerifiedAccessTrustProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachVerifiedAccessTrustProviderRequest;
+ output: AttachVerifiedAccessTrustProviderResult;
+ };
+ sdk: {
+ input: AttachVerifiedAccessTrustProviderCommandInput;
+ output: AttachVerifiedAccessTrustProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AttachVolumeCommand.ts b/clients/client-ec2/src/commands/AttachVolumeCommand.ts
index 11167b63ce0c..c65eb129b55a 100644
--- a/clients/client-ec2/src/commands/AttachVolumeCommand.ts
+++ b/clients/client-ec2/src/commands/AttachVolumeCommand.ts
@@ -133,4 +133,16 @@ export class AttachVolumeCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachVolumeCommand)
.de(de_AttachVolumeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachVolumeRequest;
+ output: VolumeAttachment;
+ };
+ sdk: {
+ input: AttachVolumeCommandInput;
+ output: AttachVolumeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AttachVpnGatewayCommand.ts b/clients/client-ec2/src/commands/AttachVpnGatewayCommand.ts
index eb688a345b1f..d8924ae745c9 100644
--- a/clients/client-ec2/src/commands/AttachVpnGatewayCommand.ts
+++ b/clients/client-ec2/src/commands/AttachVpnGatewayCommand.ts
@@ -85,4 +85,16 @@ export class AttachVpnGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachVpnGatewayCommand)
.de(de_AttachVpnGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachVpnGatewayRequest;
+ output: AttachVpnGatewayResult;
+ };
+ sdk: {
+ input: AttachVpnGatewayCommandInput;
+ output: AttachVpnGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AuthorizeClientVpnIngressCommand.ts b/clients/client-ec2/src/commands/AuthorizeClientVpnIngressCommand.ts
index 65e72af779df..2bcffa106cc8 100644
--- a/clients/client-ec2/src/commands/AuthorizeClientVpnIngressCommand.ts
+++ b/clients/client-ec2/src/commands/AuthorizeClientVpnIngressCommand.ts
@@ -88,4 +88,16 @@ export class AuthorizeClientVpnIngressCommand extends $Command
.f(void 0, void 0)
.ser(se_AuthorizeClientVpnIngressCommand)
.de(de_AuthorizeClientVpnIngressCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AuthorizeClientVpnIngressRequest;
+ output: AuthorizeClientVpnIngressResult;
+ };
+ sdk: {
+ input: AuthorizeClientVpnIngressCommandInput;
+ output: AuthorizeClientVpnIngressCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AuthorizeSecurityGroupEgressCommand.ts b/clients/client-ec2/src/commands/AuthorizeSecurityGroupEgressCommand.ts
index 0667715c9ca3..8fd21d0a8e7a 100644
--- a/clients/client-ec2/src/commands/AuthorizeSecurityGroupEgressCommand.ts
+++ b/clients/client-ec2/src/commands/AuthorizeSecurityGroupEgressCommand.ts
@@ -219,4 +219,16 @@ export class AuthorizeSecurityGroupEgressCommand extends $Command
.f(void 0, void 0)
.ser(se_AuthorizeSecurityGroupEgressCommand)
.de(de_AuthorizeSecurityGroupEgressCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AuthorizeSecurityGroupEgressRequest;
+ output: AuthorizeSecurityGroupEgressResult;
+ };
+ sdk: {
+ input: AuthorizeSecurityGroupEgressCommandInput;
+ output: AuthorizeSecurityGroupEgressCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/AuthorizeSecurityGroupIngressCommand.ts b/clients/client-ec2/src/commands/AuthorizeSecurityGroupIngressCommand.ts
index 903771dabc4e..75ae577b2cf8 100644
--- a/clients/client-ec2/src/commands/AuthorizeSecurityGroupIngressCommand.ts
+++ b/clients/client-ec2/src/commands/AuthorizeSecurityGroupIngressCommand.ts
@@ -246,4 +246,16 @@ export class AuthorizeSecurityGroupIngressCommand extends $Command
.f(void 0, void 0)
.ser(se_AuthorizeSecurityGroupIngressCommand)
.de(de_AuthorizeSecurityGroupIngressCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AuthorizeSecurityGroupIngressRequest;
+ output: AuthorizeSecurityGroupIngressResult;
+ };
+ sdk: {
+ input: AuthorizeSecurityGroupIngressCommandInput;
+ output: AuthorizeSecurityGroupIngressCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/BundleInstanceCommand.ts b/clients/client-ec2/src/commands/BundleInstanceCommand.ts
index b9bcbd68cb53..0c0f370a3397 100644
--- a/clients/client-ec2/src/commands/BundleInstanceCommand.ts
+++ b/clients/client-ec2/src/commands/BundleInstanceCommand.ts
@@ -116,4 +116,16 @@ export class BundleInstanceCommand extends $Command
.f(BundleInstanceRequestFilterSensitiveLog, BundleInstanceResultFilterSensitiveLog)
.ser(se_BundleInstanceCommand)
.de(de_BundleInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BundleInstanceRequest;
+ output: BundleInstanceResult;
+ };
+ sdk: {
+ input: BundleInstanceCommandInput;
+ output: BundleInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CancelBundleTaskCommand.ts b/clients/client-ec2/src/commands/CancelBundleTaskCommand.ts
index 39d290bf0ed0..af8cc06b9f13 100644
--- a/clients/client-ec2/src/commands/CancelBundleTaskCommand.ts
+++ b/clients/client-ec2/src/commands/CancelBundleTaskCommand.ts
@@ -102,4 +102,16 @@ export class CancelBundleTaskCommand extends $Command
.f(void 0, CancelBundleTaskResultFilterSensitiveLog)
.ser(se_CancelBundleTaskCommand)
.de(de_CancelBundleTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelBundleTaskRequest;
+ output: CancelBundleTaskResult;
+ };
+ sdk: {
+ input: CancelBundleTaskCommandInput;
+ output: CancelBundleTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CancelCapacityReservationCommand.ts b/clients/client-ec2/src/commands/CancelCapacityReservationCommand.ts
index 61fdf8217a98..c965c8b766e6 100644
--- a/clients/client-ec2/src/commands/CancelCapacityReservationCommand.ts
+++ b/clients/client-ec2/src/commands/CancelCapacityReservationCommand.ts
@@ -83,4 +83,16 @@ export class CancelCapacityReservationCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelCapacityReservationCommand)
.de(de_CancelCapacityReservationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelCapacityReservationRequest;
+ output: CancelCapacityReservationResult;
+ };
+ sdk: {
+ input: CancelCapacityReservationCommandInput;
+ output: CancelCapacityReservationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CancelCapacityReservationFleetsCommand.ts b/clients/client-ec2/src/commands/CancelCapacityReservationFleetsCommand.ts
index d8cbd3a7e306..90fb36e9bcc6 100644
--- a/clients/client-ec2/src/commands/CancelCapacityReservationFleetsCommand.ts
+++ b/clients/client-ec2/src/commands/CancelCapacityReservationFleetsCommand.ts
@@ -114,4 +114,16 @@ export class CancelCapacityReservationFleetsCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelCapacityReservationFleetsCommand)
.de(de_CancelCapacityReservationFleetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelCapacityReservationFleetsRequest;
+ output: CancelCapacityReservationFleetsResult;
+ };
+ sdk: {
+ input: CancelCapacityReservationFleetsCommandInput;
+ output: CancelCapacityReservationFleetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CancelConversionTaskCommand.ts b/clients/client-ec2/src/commands/CancelConversionTaskCommand.ts
index f8b1d4c1be71..b743bbeac858 100644
--- a/clients/client-ec2/src/commands/CancelConversionTaskCommand.ts
+++ b/clients/client-ec2/src/commands/CancelConversionTaskCommand.ts
@@ -81,4 +81,16 @@ export class CancelConversionTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelConversionTaskCommand)
.de(de_CancelConversionTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelConversionRequest;
+ output: {};
+ };
+ sdk: {
+ input: CancelConversionTaskCommandInput;
+ output: CancelConversionTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CancelExportTaskCommand.ts b/clients/client-ec2/src/commands/CancelExportTaskCommand.ts
index 502b3202d9c0..cb6e9281ed12 100644
--- a/clients/client-ec2/src/commands/CancelExportTaskCommand.ts
+++ b/clients/client-ec2/src/commands/CancelExportTaskCommand.ts
@@ -77,4 +77,16 @@ export class CancelExportTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelExportTaskCommand)
.de(de_CancelExportTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelExportTaskRequest;
+ output: {};
+ };
+ sdk: {
+ input: CancelExportTaskCommandInput;
+ output: CancelExportTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CancelImageLaunchPermissionCommand.ts b/clients/client-ec2/src/commands/CancelImageLaunchPermissionCommand.ts
index e8dc06c96387..c4cbbb42dc45 100644
--- a/clients/client-ec2/src/commands/CancelImageLaunchPermissionCommand.ts
+++ b/clients/client-ec2/src/commands/CancelImageLaunchPermissionCommand.ts
@@ -81,4 +81,16 @@ export class CancelImageLaunchPermissionCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelImageLaunchPermissionCommand)
.de(de_CancelImageLaunchPermissionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelImageLaunchPermissionRequest;
+ output: CancelImageLaunchPermissionResult;
+ };
+ sdk: {
+ input: CancelImageLaunchPermissionCommandInput;
+ output: CancelImageLaunchPermissionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CancelImportTaskCommand.ts b/clients/client-ec2/src/commands/CancelImportTaskCommand.ts
index 23e131ef4cb7..be2e40850cbf 100644
--- a/clients/client-ec2/src/commands/CancelImportTaskCommand.ts
+++ b/clients/client-ec2/src/commands/CancelImportTaskCommand.ts
@@ -81,4 +81,16 @@ export class CancelImportTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelImportTaskCommand)
.de(de_CancelImportTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelImportTaskRequest;
+ output: CancelImportTaskResult;
+ };
+ sdk: {
+ input: CancelImportTaskCommandInput;
+ output: CancelImportTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CancelReservedInstancesListingCommand.ts b/clients/client-ec2/src/commands/CancelReservedInstancesListingCommand.ts
index a49ae0abccb5..cc31acd6acc4 100644
--- a/clients/client-ec2/src/commands/CancelReservedInstancesListingCommand.ts
+++ b/clients/client-ec2/src/commands/CancelReservedInstancesListingCommand.ts
@@ -114,4 +114,16 @@ export class CancelReservedInstancesListingCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelReservedInstancesListingCommand)
.de(de_CancelReservedInstancesListingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelReservedInstancesListingRequest;
+ output: CancelReservedInstancesListingResult;
+ };
+ sdk: {
+ input: CancelReservedInstancesListingCommandInput;
+ output: CancelReservedInstancesListingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CancelSpotFleetRequestsCommand.ts b/clients/client-ec2/src/commands/CancelSpotFleetRequestsCommand.ts
index 834db727d25a..218137ace2ac 100644
--- a/clients/client-ec2/src/commands/CancelSpotFleetRequestsCommand.ts
+++ b/clients/client-ec2/src/commands/CancelSpotFleetRequestsCommand.ts
@@ -161,4 +161,16 @@ export class CancelSpotFleetRequestsCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelSpotFleetRequestsCommand)
.de(de_CancelSpotFleetRequestsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelSpotFleetRequestsRequest;
+ output: CancelSpotFleetRequestsResponse;
+ };
+ sdk: {
+ input: CancelSpotFleetRequestsCommandInput;
+ output: CancelSpotFleetRequestsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CancelSpotInstanceRequestsCommand.ts b/clients/client-ec2/src/commands/CancelSpotInstanceRequestsCommand.ts
index a7257a24559a..d2b5a523cbb5 100644
--- a/clients/client-ec2/src/commands/CancelSpotInstanceRequestsCommand.ts
+++ b/clients/client-ec2/src/commands/CancelSpotInstanceRequestsCommand.ts
@@ -112,4 +112,16 @@ export class CancelSpotInstanceRequestsCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelSpotInstanceRequestsCommand)
.de(de_CancelSpotInstanceRequestsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelSpotInstanceRequestsRequest;
+ output: CancelSpotInstanceRequestsResult;
+ };
+ sdk: {
+ input: CancelSpotInstanceRequestsCommandInput;
+ output: CancelSpotInstanceRequestsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ConfirmProductInstanceCommand.ts b/clients/client-ec2/src/commands/ConfirmProductInstanceCommand.ts
index 30ea6be15b15..36b3f6fd26de 100644
--- a/clients/client-ec2/src/commands/ConfirmProductInstanceCommand.ts
+++ b/clients/client-ec2/src/commands/ConfirmProductInstanceCommand.ts
@@ -99,4 +99,16 @@ export class ConfirmProductInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_ConfirmProductInstanceCommand)
.de(de_ConfirmProductInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ConfirmProductInstanceRequest;
+ output: ConfirmProductInstanceResult;
+ };
+ sdk: {
+ input: ConfirmProductInstanceCommandInput;
+ output: ConfirmProductInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CopyFpgaImageCommand.ts b/clients/client-ec2/src/commands/CopyFpgaImageCommand.ts
index 49a3885dadf2..47f03c506847 100644
--- a/clients/client-ec2/src/commands/CopyFpgaImageCommand.ts
+++ b/clients/client-ec2/src/commands/CopyFpgaImageCommand.ts
@@ -82,4 +82,16 @@ export class CopyFpgaImageCommand extends $Command
.f(void 0, void 0)
.ser(se_CopyFpgaImageCommand)
.de(de_CopyFpgaImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CopyFpgaImageRequest;
+ output: CopyFpgaImageResult;
+ };
+ sdk: {
+ input: CopyFpgaImageCommandInput;
+ output: CopyFpgaImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CopyImageCommand.ts b/clients/client-ec2/src/commands/CopyImageCommand.ts
index 0e1246f68b7e..2712c4d5e36f 100644
--- a/clients/client-ec2/src/commands/CopyImageCommand.ts
+++ b/clients/client-ec2/src/commands/CopyImageCommand.ts
@@ -125,4 +125,16 @@ export class CopyImageCommand extends $Command
.f(void 0, void 0)
.ser(se_CopyImageCommand)
.de(de_CopyImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CopyImageRequest;
+ output: CopyImageResult;
+ };
+ sdk: {
+ input: CopyImageCommandInput;
+ output: CopyImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CopySnapshotCommand.ts b/clients/client-ec2/src/commands/CopySnapshotCommand.ts
index 8331934b000d..52c84e20115b 100644
--- a/clients/client-ec2/src/commands/CopySnapshotCommand.ts
+++ b/clients/client-ec2/src/commands/CopySnapshotCommand.ts
@@ -142,4 +142,16 @@ export class CopySnapshotCommand extends $Command
.f(CopySnapshotRequestFilterSensitiveLog, void 0)
.ser(se_CopySnapshotCommand)
.de(de_CopySnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CopySnapshotRequest;
+ output: CopySnapshotResult;
+ };
+ sdk: {
+ input: CopySnapshotCommandInput;
+ output: CopySnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateCapacityReservationBySplittingCommand.ts b/clients/client-ec2/src/commands/CreateCapacityReservationBySplittingCommand.ts
index 320b3ec6e49e..9f0b95c48624 100644
--- a/clients/client-ec2/src/commands/CreateCapacityReservationBySplittingCommand.ts
+++ b/clients/client-ec2/src/commands/CreateCapacityReservationBySplittingCommand.ts
@@ -173,4 +173,16 @@ export class CreateCapacityReservationBySplittingCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCapacityReservationBySplittingCommand)
.de(de_CreateCapacityReservationBySplittingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCapacityReservationBySplittingRequest;
+ output: CreateCapacityReservationBySplittingResult;
+ };
+ sdk: {
+ input: CreateCapacityReservationBySplittingCommandInput;
+ output: CreateCapacityReservationBySplittingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateCapacityReservationCommand.ts b/clients/client-ec2/src/commands/CreateCapacityReservationCommand.ts
index 15aaf3a0b757..a8480cb79ee6 100644
--- a/clients/client-ec2/src/commands/CreateCapacityReservationCommand.ts
+++ b/clients/client-ec2/src/commands/CreateCapacityReservationCommand.ts
@@ -151,4 +151,16 @@ export class CreateCapacityReservationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCapacityReservationCommand)
.de(de_CreateCapacityReservationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCapacityReservationRequest;
+ output: CreateCapacityReservationResult;
+ };
+ sdk: {
+ input: CreateCapacityReservationCommandInput;
+ output: CreateCapacityReservationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateCapacityReservationFleetCommand.ts b/clients/client-ec2/src/commands/CreateCapacityReservationFleetCommand.ts
index 8a25260a6899..71bf0388d8f4 100644
--- a/clients/client-ec2/src/commands/CreateCapacityReservationFleetCommand.ts
+++ b/clients/client-ec2/src/commands/CreateCapacityReservationFleetCommand.ts
@@ -141,4 +141,16 @@ export class CreateCapacityReservationFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCapacityReservationFleetCommand)
.de(de_CreateCapacityReservationFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCapacityReservationFleetRequest;
+ output: CreateCapacityReservationFleetResult;
+ };
+ sdk: {
+ input: CreateCapacityReservationFleetCommandInput;
+ output: CreateCapacityReservationFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateCarrierGatewayCommand.ts b/clients/client-ec2/src/commands/CreateCarrierGatewayCommand.ts
index efe7d96b66a8..def0edd4ab76 100644
--- a/clients/client-ec2/src/commands/CreateCarrierGatewayCommand.ts
+++ b/clients/client-ec2/src/commands/CreateCarrierGatewayCommand.ts
@@ -101,4 +101,16 @@ export class CreateCarrierGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCarrierGatewayCommand)
.de(de_CreateCarrierGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCarrierGatewayRequest;
+ output: CreateCarrierGatewayResult;
+ };
+ sdk: {
+ input: CreateCarrierGatewayCommandInput;
+ output: CreateCarrierGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateClientVpnEndpointCommand.ts b/clients/client-ec2/src/commands/CreateClientVpnEndpointCommand.ts
index cc99bf7cf18f..fb73f6561eaa 100644
--- a/clients/client-ec2/src/commands/CreateClientVpnEndpointCommand.ts
+++ b/clients/client-ec2/src/commands/CreateClientVpnEndpointCommand.ts
@@ -139,4 +139,16 @@ export class CreateClientVpnEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateClientVpnEndpointCommand)
.de(de_CreateClientVpnEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateClientVpnEndpointRequest;
+ output: CreateClientVpnEndpointResult;
+ };
+ sdk: {
+ input: CreateClientVpnEndpointCommandInput;
+ output: CreateClientVpnEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateClientVpnRouteCommand.ts b/clients/client-ec2/src/commands/CreateClientVpnRouteCommand.ts
index 6db9267688c4..f36ad8d52ef0 100644
--- a/clients/client-ec2/src/commands/CreateClientVpnRouteCommand.ts
+++ b/clients/client-ec2/src/commands/CreateClientVpnRouteCommand.ts
@@ -86,4 +86,16 @@ export class CreateClientVpnRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateClientVpnRouteCommand)
.de(de_CreateClientVpnRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateClientVpnRouteRequest;
+ output: CreateClientVpnRouteResult;
+ };
+ sdk: {
+ input: CreateClientVpnRouteCommandInput;
+ output: CreateClientVpnRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateCoipCidrCommand.ts b/clients/client-ec2/src/commands/CreateCoipCidrCommand.ts
index dbb66b7adbfb..99875d64c84e 100644
--- a/clients/client-ec2/src/commands/CreateCoipCidrCommand.ts
+++ b/clients/client-ec2/src/commands/CreateCoipCidrCommand.ts
@@ -85,4 +85,16 @@ export class CreateCoipCidrCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCoipCidrCommand)
.de(de_CreateCoipCidrCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCoipCidrRequest;
+ output: CreateCoipCidrResult;
+ };
+ sdk: {
+ input: CreateCoipCidrCommandInput;
+ output: CreateCoipCidrCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateCoipPoolCommand.ts b/clients/client-ec2/src/commands/CreateCoipPoolCommand.ts
index 7e4fe974cb4e..3d7f6c62717b 100644
--- a/clients/client-ec2/src/commands/CreateCoipPoolCommand.ts
+++ b/clients/client-ec2/src/commands/CreateCoipPoolCommand.ts
@@ -102,4 +102,16 @@ export class CreateCoipPoolCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCoipPoolCommand)
.de(de_CreateCoipPoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCoipPoolRequest;
+ output: CreateCoipPoolResult;
+ };
+ sdk: {
+ input: CreateCoipPoolCommandInput;
+ output: CreateCoipPoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateCustomerGatewayCommand.ts b/clients/client-ec2/src/commands/CreateCustomerGatewayCommand.ts
index c2f7b9d88dd8..a489f7bfdf3a 100644
--- a/clients/client-ec2/src/commands/CreateCustomerGatewayCommand.ts
+++ b/clients/client-ec2/src/commands/CreateCustomerGatewayCommand.ts
@@ -147,4 +147,16 @@ export class CreateCustomerGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCustomerGatewayCommand)
.de(de_CreateCustomerGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCustomerGatewayRequest;
+ output: CreateCustomerGatewayResult;
+ };
+ sdk: {
+ input: CreateCustomerGatewayCommandInput;
+ output: CreateCustomerGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateDefaultSubnetCommand.ts b/clients/client-ec2/src/commands/CreateDefaultSubnetCommand.ts
index ce0625642c3f..8a19f0584392 100644
--- a/clients/client-ec2/src/commands/CreateDefaultSubnetCommand.ts
+++ b/clients/client-ec2/src/commands/CreateDefaultSubnetCommand.ts
@@ -124,4 +124,16 @@ export class CreateDefaultSubnetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDefaultSubnetCommand)
.de(de_CreateDefaultSubnetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDefaultSubnetRequest;
+ output: CreateDefaultSubnetResult;
+ };
+ sdk: {
+ input: CreateDefaultSubnetCommandInput;
+ output: CreateDefaultSubnetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateDefaultVpcCommand.ts b/clients/client-ec2/src/commands/CreateDefaultVpcCommand.ts
index f04340d789ef..4eb06e8aeb8e 100644
--- a/clients/client-ec2/src/commands/CreateDefaultVpcCommand.ts
+++ b/clients/client-ec2/src/commands/CreateDefaultVpcCommand.ts
@@ -121,4 +121,16 @@ export class CreateDefaultVpcCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDefaultVpcCommand)
.de(de_CreateDefaultVpcCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDefaultVpcRequest;
+ output: CreateDefaultVpcResult;
+ };
+ sdk: {
+ input: CreateDefaultVpcCommandInput;
+ output: CreateDefaultVpcCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateDhcpOptionsCommand.ts b/clients/client-ec2/src/commands/CreateDhcpOptionsCommand.ts
index 7608879e9d53..fe8d931ac5be 100644
--- a/clients/client-ec2/src/commands/CreateDhcpOptionsCommand.ts
+++ b/clients/client-ec2/src/commands/CreateDhcpOptionsCommand.ts
@@ -203,4 +203,16 @@ export class CreateDhcpOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDhcpOptionsCommand)
.de(de_CreateDhcpOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDhcpOptionsRequest;
+ output: CreateDhcpOptionsResult;
+ };
+ sdk: {
+ input: CreateDhcpOptionsCommandInput;
+ output: CreateDhcpOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateEgressOnlyInternetGatewayCommand.ts b/clients/client-ec2/src/commands/CreateEgressOnlyInternetGatewayCommand.ts
index 0ed710bda0d1..e81f7f170c21 100644
--- a/clients/client-ec2/src/commands/CreateEgressOnlyInternetGatewayCommand.ts
+++ b/clients/client-ec2/src/commands/CreateEgressOnlyInternetGatewayCommand.ts
@@ -113,4 +113,16 @@ export class CreateEgressOnlyInternetGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEgressOnlyInternetGatewayCommand)
.de(de_CreateEgressOnlyInternetGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEgressOnlyInternetGatewayRequest;
+ output: CreateEgressOnlyInternetGatewayResult;
+ };
+ sdk: {
+ input: CreateEgressOnlyInternetGatewayCommandInput;
+ output: CreateEgressOnlyInternetGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateFleetCommand.ts b/clients/client-ec2/src/commands/CreateFleetCommand.ts
index b9325051d9ae..1398f05f6b2f 100644
--- a/clients/client-ec2/src/commands/CreateFleetCommand.ts
+++ b/clients/client-ec2/src/commands/CreateFleetCommand.ts
@@ -425,4 +425,16 @@ export class CreateFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFleetCommand)
.de(de_CreateFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFleetRequest;
+ output: CreateFleetResult;
+ };
+ sdk: {
+ input: CreateFleetCommandInput;
+ output: CreateFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateFlowLogsCommand.ts b/clients/client-ec2/src/commands/CreateFlowLogsCommand.ts
index f92479dfd3ae..dea86735d296 100644
--- a/clients/client-ec2/src/commands/CreateFlowLogsCommand.ts
+++ b/clients/client-ec2/src/commands/CreateFlowLogsCommand.ts
@@ -129,4 +129,16 @@ export class CreateFlowLogsCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFlowLogsCommand)
.de(de_CreateFlowLogsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFlowLogsRequest;
+ output: CreateFlowLogsResult;
+ };
+ sdk: {
+ input: CreateFlowLogsCommandInput;
+ output: CreateFlowLogsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateFpgaImageCommand.ts b/clients/client-ec2/src/commands/CreateFpgaImageCommand.ts
index 5d102ea8f011..160a1538e333 100644
--- a/clients/client-ec2/src/commands/CreateFpgaImageCommand.ts
+++ b/clients/client-ec2/src/commands/CreateFpgaImageCommand.ts
@@ -105,4 +105,16 @@ export class CreateFpgaImageCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFpgaImageCommand)
.de(de_CreateFpgaImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFpgaImageRequest;
+ output: CreateFpgaImageResult;
+ };
+ sdk: {
+ input: CreateFpgaImageCommandInput;
+ output: CreateFpgaImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateImageCommand.ts b/clients/client-ec2/src/commands/CreateImageCommand.ts
index 874a72b18fe8..9ee383621f54 100644
--- a/clients/client-ec2/src/commands/CreateImageCommand.ts
+++ b/clients/client-ec2/src/commands/CreateImageCommand.ts
@@ -147,4 +147,16 @@ export class CreateImageCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateImageCommand)
.de(de_CreateImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateImageRequest;
+ output: CreateImageResult;
+ };
+ sdk: {
+ input: CreateImageCommandInput;
+ output: CreateImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateInstanceConnectEndpointCommand.ts b/clients/client-ec2/src/commands/CreateInstanceConnectEndpointCommand.ts
index 2bad27de7283..c47562b9e96c 100644
--- a/clients/client-ec2/src/commands/CreateInstanceConnectEndpointCommand.ts
+++ b/clients/client-ec2/src/commands/CreateInstanceConnectEndpointCommand.ts
@@ -125,4 +125,16 @@ export class CreateInstanceConnectEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateInstanceConnectEndpointCommand)
.de(de_CreateInstanceConnectEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateInstanceConnectEndpointRequest;
+ output: CreateInstanceConnectEndpointResult;
+ };
+ sdk: {
+ input: CreateInstanceConnectEndpointCommandInput;
+ output: CreateInstanceConnectEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/CreateInstanceEventWindowCommand.ts
index cfc71386c5e1..5f9657abe97f 100644
--- a/clients/client-ec2/src/commands/CreateInstanceEventWindowCommand.ts
+++ b/clients/client-ec2/src/commands/CreateInstanceEventWindowCommand.ts
@@ -153,4 +153,16 @@ export class CreateInstanceEventWindowCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateInstanceEventWindowCommand)
.de(de_CreateInstanceEventWindowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateInstanceEventWindowRequest;
+ output: CreateInstanceEventWindowResult;
+ };
+ sdk: {
+ input: CreateInstanceEventWindowCommandInput;
+ output: CreateInstanceEventWindowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateInstanceExportTaskCommand.ts b/clients/client-ec2/src/commands/CreateInstanceExportTaskCommand.ts
index d518814daf61..b7fdb0ed5229 100644
--- a/clients/client-ec2/src/commands/CreateInstanceExportTaskCommand.ts
+++ b/clients/client-ec2/src/commands/CreateInstanceExportTaskCommand.ts
@@ -120,4 +120,16 @@ export class CreateInstanceExportTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateInstanceExportTaskCommand)
.de(de_CreateInstanceExportTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateInstanceExportTaskRequest;
+ output: CreateInstanceExportTaskResult;
+ };
+ sdk: {
+ input: CreateInstanceExportTaskCommandInput;
+ output: CreateInstanceExportTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateInternetGatewayCommand.ts b/clients/client-ec2/src/commands/CreateInternetGatewayCommand.ts
index e147579fd5e3..3e4c0ab3c587 100644
--- a/clients/client-ec2/src/commands/CreateInternetGatewayCommand.ts
+++ b/clients/client-ec2/src/commands/CreateInternetGatewayCommand.ts
@@ -124,4 +124,16 @@ export class CreateInternetGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateInternetGatewayCommand)
.de(de_CreateInternetGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateInternetGatewayRequest;
+ output: CreateInternetGatewayResult;
+ };
+ sdk: {
+ input: CreateInternetGatewayCommandInput;
+ output: CreateInternetGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateIpamCommand.ts b/clients/client-ec2/src/commands/CreateIpamCommand.ts
index 4abc8f962dbe..2cdac421ab64 100644
--- a/clients/client-ec2/src/commands/CreateIpamCommand.ts
+++ b/clients/client-ec2/src/commands/CreateIpamCommand.ts
@@ -129,4 +129,16 @@ export class CreateIpamCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateIpamCommand)
.de(de_CreateIpamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateIpamRequest;
+ output: CreateIpamResult;
+ };
+ sdk: {
+ input: CreateIpamCommandInput;
+ output: CreateIpamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateIpamExternalResourceVerificationTokenCommand.ts b/clients/client-ec2/src/commands/CreateIpamExternalResourceVerificationTokenCommand.ts
index 1550325187f6..638200f07c9e 100644
--- a/clients/client-ec2/src/commands/CreateIpamExternalResourceVerificationTokenCommand.ts
+++ b/clients/client-ec2/src/commands/CreateIpamExternalResourceVerificationTokenCommand.ts
@@ -117,4 +117,16 @@ export class CreateIpamExternalResourceVerificationTokenCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateIpamExternalResourceVerificationTokenCommand)
.de(de_CreateIpamExternalResourceVerificationTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateIpamExternalResourceVerificationTokenRequest;
+ output: CreateIpamExternalResourceVerificationTokenResult;
+ };
+ sdk: {
+ input: CreateIpamExternalResourceVerificationTokenCommandInput;
+ output: CreateIpamExternalResourceVerificationTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateIpamPoolCommand.ts b/clients/client-ec2/src/commands/CreateIpamPoolCommand.ts
index 1fac89c0f3d6..f3ecd766d5ed 100644
--- a/clients/client-ec2/src/commands/CreateIpamPoolCommand.ts
+++ b/clients/client-ec2/src/commands/CreateIpamPoolCommand.ts
@@ -155,4 +155,16 @@ export class CreateIpamPoolCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateIpamPoolCommand)
.de(de_CreateIpamPoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateIpamPoolRequest;
+ output: CreateIpamPoolResult;
+ };
+ sdk: {
+ input: CreateIpamPoolCommandInput;
+ output: CreateIpamPoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/CreateIpamResourceDiscoveryCommand.ts
index e1b52c9b5313..cf93f6f12959 100644
--- a/clients/client-ec2/src/commands/CreateIpamResourceDiscoveryCommand.ts
+++ b/clients/client-ec2/src/commands/CreateIpamResourceDiscoveryCommand.ts
@@ -114,4 +114,16 @@ export class CreateIpamResourceDiscoveryCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateIpamResourceDiscoveryCommand)
.de(de_CreateIpamResourceDiscoveryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateIpamResourceDiscoveryRequest;
+ output: CreateIpamResourceDiscoveryResult;
+ };
+ sdk: {
+ input: CreateIpamResourceDiscoveryCommandInput;
+ output: CreateIpamResourceDiscoveryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateIpamScopeCommand.ts b/clients/client-ec2/src/commands/CreateIpamScopeCommand.ts
index f39ec40188aa..7560e34dcc2a 100644
--- a/clients/client-ec2/src/commands/CreateIpamScopeCommand.ts
+++ b/clients/client-ec2/src/commands/CreateIpamScopeCommand.ts
@@ -109,4 +109,16 @@ export class CreateIpamScopeCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateIpamScopeCommand)
.de(de_CreateIpamScopeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateIpamScopeRequest;
+ output: CreateIpamScopeResult;
+ };
+ sdk: {
+ input: CreateIpamScopeCommandInput;
+ output: CreateIpamScopeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateKeyPairCommand.ts b/clients/client-ec2/src/commands/CreateKeyPairCommand.ts
index 51e7f2099e55..1eae21301965 100644
--- a/clients/client-ec2/src/commands/CreateKeyPairCommand.ts
+++ b/clients/client-ec2/src/commands/CreateKeyPairCommand.ts
@@ -121,4 +121,16 @@ export class CreateKeyPairCommand extends $Command
.f(void 0, KeyPairFilterSensitiveLog)
.ser(se_CreateKeyPairCommand)
.de(de_CreateKeyPairCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateKeyPairRequest;
+ output: KeyPair;
+ };
+ sdk: {
+ input: CreateKeyPairCommandInput;
+ output: CreateKeyPairCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateLaunchTemplateCommand.ts b/clients/client-ec2/src/commands/CreateLaunchTemplateCommand.ts
index 7da944a9466d..9596fd16b3f0 100644
--- a/clients/client-ec2/src/commands/CreateLaunchTemplateCommand.ts
+++ b/clients/client-ec2/src/commands/CreateLaunchTemplateCommand.ts
@@ -421,4 +421,16 @@ export class CreateLaunchTemplateCommand extends $Command
.f(CreateLaunchTemplateRequestFilterSensitiveLog, void 0)
.ser(se_CreateLaunchTemplateCommand)
.de(de_CreateLaunchTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLaunchTemplateRequest;
+ output: CreateLaunchTemplateResult;
+ };
+ sdk: {
+ input: CreateLaunchTemplateCommandInput;
+ output: CreateLaunchTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateLaunchTemplateVersionCommand.ts b/clients/client-ec2/src/commands/CreateLaunchTemplateVersionCommand.ts
index c5940852a7fd..fdd473155258 100644
--- a/clients/client-ec2/src/commands/CreateLaunchTemplateVersionCommand.ts
+++ b/clients/client-ec2/src/commands/CreateLaunchTemplateVersionCommand.ts
@@ -658,4 +658,16 @@ export class CreateLaunchTemplateVersionCommand extends $Command
.f(CreateLaunchTemplateVersionRequestFilterSensitiveLog, CreateLaunchTemplateVersionResultFilterSensitiveLog)
.ser(se_CreateLaunchTemplateVersionCommand)
.de(de_CreateLaunchTemplateVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLaunchTemplateVersionRequest;
+ output: CreateLaunchTemplateVersionResult;
+ };
+ sdk: {
+ input: CreateLaunchTemplateVersionCommandInput;
+ output: CreateLaunchTemplateVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateLocalGatewayRouteCommand.ts b/clients/client-ec2/src/commands/CreateLocalGatewayRouteCommand.ts
index cff1fedaf937..3639a9693ade 100644
--- a/clients/client-ec2/src/commands/CreateLocalGatewayRouteCommand.ts
+++ b/clients/client-ec2/src/commands/CreateLocalGatewayRouteCommand.ts
@@ -107,4 +107,16 @@ export class CreateLocalGatewayRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLocalGatewayRouteCommand)
.de(de_CreateLocalGatewayRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLocalGatewayRouteRequest;
+ output: CreateLocalGatewayRouteResult;
+ };
+ sdk: {
+ input: CreateLocalGatewayRouteCommandInput;
+ output: CreateLocalGatewayRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableCommand.ts
index 8ad9ba935350..e13bab2b8468 100644
--- a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableCommand.ts
+++ b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableCommand.ts
@@ -112,4 +112,16 @@ export class CreateLocalGatewayRouteTableCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLocalGatewayRouteTableCommand)
.de(de_CreateLocalGatewayRouteTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLocalGatewayRouteTableRequest;
+ output: CreateLocalGatewayRouteTableResult;
+ };
+ sdk: {
+ input: CreateLocalGatewayRouteTableCommandInput;
+ output: CreateLocalGatewayRouteTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts
index 4891c59b5f69..545c2f2db868 100644
--- a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts
+++ b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts
@@ -115,4 +115,16 @@ export class CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand
.f(void 0, void 0)
.ser(se_CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand)
.de(de_CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest;
+ output: CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult;
+ };
+ sdk: {
+ input: CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput;
+ output: CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.ts b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.ts
index a5fcfad660d7..cd4907861765 100644
--- a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.ts
+++ b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.ts
@@ -113,4 +113,16 @@ export class CreateLocalGatewayRouteTableVpcAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLocalGatewayRouteTableVpcAssociationCommand)
.de(de_CreateLocalGatewayRouteTableVpcAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLocalGatewayRouteTableVpcAssociationRequest;
+ output: CreateLocalGatewayRouteTableVpcAssociationResult;
+ };
+ sdk: {
+ input: CreateLocalGatewayRouteTableVpcAssociationCommandInput;
+ output: CreateLocalGatewayRouteTableVpcAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateManagedPrefixListCommand.ts b/clients/client-ec2/src/commands/CreateManagedPrefixListCommand.ts
index ad75241dab78..8fed7dd9ed48 100644
--- a/clients/client-ec2/src/commands/CreateManagedPrefixListCommand.ts
+++ b/clients/client-ec2/src/commands/CreateManagedPrefixListCommand.ts
@@ -115,4 +115,16 @@ export class CreateManagedPrefixListCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateManagedPrefixListCommand)
.de(de_CreateManagedPrefixListCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateManagedPrefixListRequest;
+ output: CreateManagedPrefixListResult;
+ };
+ sdk: {
+ input: CreateManagedPrefixListCommandInput;
+ output: CreateManagedPrefixListCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateNatGatewayCommand.ts b/clients/client-ec2/src/commands/CreateNatGatewayCommand.ts
index 6780e3c65d8b..7df35501274c 100644
--- a/clients/client-ec2/src/commands/CreateNatGatewayCommand.ts
+++ b/clients/client-ec2/src/commands/CreateNatGatewayCommand.ts
@@ -177,4 +177,16 @@ export class CreateNatGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateNatGatewayCommand)
.de(de_CreateNatGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateNatGatewayRequest;
+ output: CreateNatGatewayResult;
+ };
+ sdk: {
+ input: CreateNatGatewayCommandInput;
+ output: CreateNatGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateNetworkAclCommand.ts b/clients/client-ec2/src/commands/CreateNetworkAclCommand.ts
index 584734ab0d2d..980af89431ee 100644
--- a/clients/client-ec2/src/commands/CreateNetworkAclCommand.ts
+++ b/clients/client-ec2/src/commands/CreateNetworkAclCommand.ts
@@ -167,4 +167,16 @@ export class CreateNetworkAclCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateNetworkAclCommand)
.de(de_CreateNetworkAclCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateNetworkAclRequest;
+ output: CreateNetworkAclResult;
+ };
+ sdk: {
+ input: CreateNetworkAclCommandInput;
+ output: CreateNetworkAclCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateNetworkAclEntryCommand.ts b/clients/client-ec2/src/commands/CreateNetworkAclEntryCommand.ts
index 6ecfd1ef9133..dd7b1e114e00 100644
--- a/clients/client-ec2/src/commands/CreateNetworkAclEntryCommand.ts
+++ b/clients/client-ec2/src/commands/CreateNetworkAclEntryCommand.ts
@@ -118,4 +118,16 @@ export class CreateNetworkAclEntryCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateNetworkAclEntryCommand)
.de(de_CreateNetworkAclEntryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateNetworkAclEntryRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateNetworkAclEntryCommandInput;
+ output: CreateNetworkAclEntryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateNetworkInsightsAccessScopeCommand.ts b/clients/client-ec2/src/commands/CreateNetworkInsightsAccessScopeCommand.ts
index dd1e1075a987..5c8e06f2e067 100644
--- a/clients/client-ec2/src/commands/CreateNetworkInsightsAccessScopeCommand.ts
+++ b/clients/client-ec2/src/commands/CreateNetworkInsightsAccessScopeCommand.ts
@@ -309,4 +309,16 @@ export class CreateNetworkInsightsAccessScopeCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateNetworkInsightsAccessScopeCommand)
.de(de_CreateNetworkInsightsAccessScopeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateNetworkInsightsAccessScopeRequest;
+ output: CreateNetworkInsightsAccessScopeResult;
+ };
+ sdk: {
+ input: CreateNetworkInsightsAccessScopeCommandInput;
+ output: CreateNetworkInsightsAccessScopeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateNetworkInsightsPathCommand.ts b/clients/client-ec2/src/commands/CreateNetworkInsightsPathCommand.ts
index 262e5941b380..66529306298b 100644
--- a/clients/client-ec2/src/commands/CreateNetworkInsightsPathCommand.ts
+++ b/clients/client-ec2/src/commands/CreateNetworkInsightsPathCommand.ts
@@ -164,4 +164,16 @@ export class CreateNetworkInsightsPathCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateNetworkInsightsPathCommand)
.de(de_CreateNetworkInsightsPathCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateNetworkInsightsPathRequest;
+ output: CreateNetworkInsightsPathResult;
+ };
+ sdk: {
+ input: CreateNetworkInsightsPathCommandInput;
+ output: CreateNetworkInsightsPathCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateNetworkInterfaceCommand.ts b/clients/client-ec2/src/commands/CreateNetworkInterfaceCommand.ts
index 41ee79ab5522..329ca9890594 100644
--- a/clients/client-ec2/src/commands/CreateNetworkInterfaceCommand.ts
+++ b/clients/client-ec2/src/commands/CreateNetworkInterfaceCommand.ts
@@ -272,4 +272,16 @@ export class CreateNetworkInterfaceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateNetworkInterfaceCommand)
.de(de_CreateNetworkInterfaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateNetworkInterfaceRequest;
+ output: CreateNetworkInterfaceResult;
+ };
+ sdk: {
+ input: CreateNetworkInterfaceCommandInput;
+ output: CreateNetworkInterfaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateNetworkInterfacePermissionCommand.ts b/clients/client-ec2/src/commands/CreateNetworkInterfacePermissionCommand.ts
index 80e973680c17..fbad7d7480f3 100644
--- a/clients/client-ec2/src/commands/CreateNetworkInterfacePermissionCommand.ts
+++ b/clients/client-ec2/src/commands/CreateNetworkInterfacePermissionCommand.ts
@@ -98,4 +98,16 @@ export class CreateNetworkInterfacePermissionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateNetworkInterfacePermissionCommand)
.de(de_CreateNetworkInterfacePermissionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateNetworkInterfacePermissionRequest;
+ output: CreateNetworkInterfacePermissionResult;
+ };
+ sdk: {
+ input: CreateNetworkInterfacePermissionCommandInput;
+ output: CreateNetworkInterfacePermissionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreatePlacementGroupCommand.ts b/clients/client-ec2/src/commands/CreatePlacementGroupCommand.ts
index 7d83e354f9c9..9887e20f18c1 100644
--- a/clients/client-ec2/src/commands/CreatePlacementGroupCommand.ts
+++ b/clients/client-ec2/src/commands/CreatePlacementGroupCommand.ts
@@ -127,4 +127,16 @@ export class CreatePlacementGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePlacementGroupCommand)
.de(de_CreatePlacementGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePlacementGroupRequest;
+ output: CreatePlacementGroupResult;
+ };
+ sdk: {
+ input: CreatePlacementGroupCommandInput;
+ output: CreatePlacementGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreatePublicIpv4PoolCommand.ts b/clients/client-ec2/src/commands/CreatePublicIpv4PoolCommand.ts
index c9885e010d68..42ea88086fae 100644
--- a/clients/client-ec2/src/commands/CreatePublicIpv4PoolCommand.ts
+++ b/clients/client-ec2/src/commands/CreatePublicIpv4PoolCommand.ts
@@ -89,4 +89,16 @@ export class CreatePublicIpv4PoolCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePublicIpv4PoolCommand)
.de(de_CreatePublicIpv4PoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePublicIpv4PoolRequest;
+ output: CreatePublicIpv4PoolResult;
+ };
+ sdk: {
+ input: CreatePublicIpv4PoolCommandInput;
+ output: CreatePublicIpv4PoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateReplaceRootVolumeTaskCommand.ts b/clients/client-ec2/src/commands/CreateReplaceRootVolumeTaskCommand.ts
index 3201631d9934..26f7b8586c64 100644
--- a/clients/client-ec2/src/commands/CreateReplaceRootVolumeTaskCommand.ts
+++ b/clients/client-ec2/src/commands/CreateReplaceRootVolumeTaskCommand.ts
@@ -112,4 +112,16 @@ export class CreateReplaceRootVolumeTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateReplaceRootVolumeTaskCommand)
.de(de_CreateReplaceRootVolumeTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateReplaceRootVolumeTaskRequest;
+ output: CreateReplaceRootVolumeTaskResult;
+ };
+ sdk: {
+ input: CreateReplaceRootVolumeTaskCommandInput;
+ output: CreateReplaceRootVolumeTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateReservedInstancesListingCommand.ts b/clients/client-ec2/src/commands/CreateReservedInstancesListingCommand.ts
index 44565d1b3c40..2084fa254ccf 100644
--- a/clients/client-ec2/src/commands/CreateReservedInstancesListingCommand.ts
+++ b/clients/client-ec2/src/commands/CreateReservedInstancesListingCommand.ts
@@ -136,4 +136,16 @@ export class CreateReservedInstancesListingCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateReservedInstancesListingCommand)
.de(de_CreateReservedInstancesListingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateReservedInstancesListingRequest;
+ output: CreateReservedInstancesListingResult;
+ };
+ sdk: {
+ input: CreateReservedInstancesListingCommandInput;
+ output: CreateReservedInstancesListingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateRestoreImageTaskCommand.ts b/clients/client-ec2/src/commands/CreateRestoreImageTaskCommand.ts
index 9a8860f44967..a2010f2056d3 100644
--- a/clients/client-ec2/src/commands/CreateRestoreImageTaskCommand.ts
+++ b/clients/client-ec2/src/commands/CreateRestoreImageTaskCommand.ts
@@ -96,4 +96,16 @@ export class CreateRestoreImageTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRestoreImageTaskCommand)
.de(de_CreateRestoreImageTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRestoreImageTaskRequest;
+ output: CreateRestoreImageTaskResult;
+ };
+ sdk: {
+ input: CreateRestoreImageTaskCommandInput;
+ output: CreateRestoreImageTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateRouteCommand.ts b/clients/client-ec2/src/commands/CreateRouteCommand.ts
index 68f820aab044..29b77dac677e 100644
--- a/clients/client-ec2/src/commands/CreateRouteCommand.ts
+++ b/clients/client-ec2/src/commands/CreateRouteCommand.ts
@@ -125,4 +125,16 @@ export class CreateRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRouteCommand)
.de(de_CreateRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRouteRequest;
+ output: CreateRouteResult;
+ };
+ sdk: {
+ input: CreateRouteCommandInput;
+ output: CreateRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateRouteTableCommand.ts b/clients/client-ec2/src/commands/CreateRouteTableCommand.ts
index e90aa86c1455..989a54f96656 100644
--- a/clients/client-ec2/src/commands/CreateRouteTableCommand.ts
+++ b/clients/client-ec2/src/commands/CreateRouteTableCommand.ts
@@ -170,4 +170,16 @@ export class CreateRouteTableCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRouteTableCommand)
.de(de_CreateRouteTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRouteTableRequest;
+ output: CreateRouteTableResult;
+ };
+ sdk: {
+ input: CreateRouteTableCommandInput;
+ output: CreateRouteTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateSecurityGroupCommand.ts b/clients/client-ec2/src/commands/CreateSecurityGroupCommand.ts
index ff9f3dc9e689..1ad6a2a33442 100644
--- a/clients/client-ec2/src/commands/CreateSecurityGroupCommand.ts
+++ b/clients/client-ec2/src/commands/CreateSecurityGroupCommand.ts
@@ -133,4 +133,16 @@ export class CreateSecurityGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSecurityGroupCommand)
.de(de_CreateSecurityGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSecurityGroupRequest;
+ output: CreateSecurityGroupResult;
+ };
+ sdk: {
+ input: CreateSecurityGroupCommandInput;
+ output: CreateSecurityGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateSnapshotCommand.ts b/clients/client-ec2/src/commands/CreateSnapshotCommand.ts
index 1463192932f0..312f29c1aa09 100644
--- a/clients/client-ec2/src/commands/CreateSnapshotCommand.ts
+++ b/clients/client-ec2/src/commands/CreateSnapshotCommand.ts
@@ -161,4 +161,16 @@ export class CreateSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSnapshotCommand)
.de(de_CreateSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSnapshotRequest;
+ output: Snapshot;
+ };
+ sdk: {
+ input: CreateSnapshotCommandInput;
+ output: CreateSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateSnapshotsCommand.ts b/clients/client-ec2/src/commands/CreateSnapshotsCommand.ts
index c15c665a8355..aafa080f0c1d 100644
--- a/clients/client-ec2/src/commands/CreateSnapshotsCommand.ts
+++ b/clients/client-ec2/src/commands/CreateSnapshotsCommand.ts
@@ -127,4 +127,16 @@ export class CreateSnapshotsCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSnapshotsCommand)
.de(de_CreateSnapshotsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSnapshotsRequest;
+ output: CreateSnapshotsResult;
+ };
+ sdk: {
+ input: CreateSnapshotsCommandInput;
+ output: CreateSnapshotsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateSpotDatafeedSubscriptionCommand.ts b/clients/client-ec2/src/commands/CreateSpotDatafeedSubscriptionCommand.ts
index 5a35da8d8577..ac12d153b779 100644
--- a/clients/client-ec2/src/commands/CreateSpotDatafeedSubscriptionCommand.ts
+++ b/clients/client-ec2/src/commands/CreateSpotDatafeedSubscriptionCommand.ts
@@ -118,4 +118,16 @@ export class CreateSpotDatafeedSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSpotDatafeedSubscriptionCommand)
.de(de_CreateSpotDatafeedSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSpotDatafeedSubscriptionRequest;
+ output: CreateSpotDatafeedSubscriptionResult;
+ };
+ sdk: {
+ input: CreateSpotDatafeedSubscriptionCommandInput;
+ output: CreateSpotDatafeedSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateStoreImageTaskCommand.ts b/clients/client-ec2/src/commands/CreateStoreImageTaskCommand.ts
index 9f72c1e7b2b3..9666d1d83410 100644
--- a/clients/client-ec2/src/commands/CreateStoreImageTaskCommand.ts
+++ b/clients/client-ec2/src/commands/CreateStoreImageTaskCommand.ts
@@ -89,4 +89,16 @@ export class CreateStoreImageTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateStoreImageTaskCommand)
.de(de_CreateStoreImageTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateStoreImageTaskRequest;
+ output: CreateStoreImageTaskResult;
+ };
+ sdk: {
+ input: CreateStoreImageTaskCommandInput;
+ output: CreateStoreImageTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateSubnetCidrReservationCommand.ts b/clients/client-ec2/src/commands/CreateSubnetCidrReservationCommand.ts
index 39e51f0b01c0..ecf5ab78750e 100644
--- a/clients/client-ec2/src/commands/CreateSubnetCidrReservationCommand.ts
+++ b/clients/client-ec2/src/commands/CreateSubnetCidrReservationCommand.ts
@@ -107,4 +107,16 @@ export class CreateSubnetCidrReservationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSubnetCidrReservationCommand)
.de(de_CreateSubnetCidrReservationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSubnetCidrReservationRequest;
+ output: CreateSubnetCidrReservationResult;
+ };
+ sdk: {
+ input: CreateSubnetCidrReservationCommandInput;
+ output: CreateSubnetCidrReservationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateSubnetCommand.ts b/clients/client-ec2/src/commands/CreateSubnetCommand.ts
index 43f3913c24e7..1acf0ea23b1b 100644
--- a/clients/client-ec2/src/commands/CreateSubnetCommand.ts
+++ b/clients/client-ec2/src/commands/CreateSubnetCommand.ts
@@ -181,4 +181,16 @@ export class CreateSubnetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSubnetCommand)
.de(de_CreateSubnetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSubnetRequest;
+ output: CreateSubnetResult;
+ };
+ sdk: {
+ input: CreateSubnetCommandInput;
+ output: CreateSubnetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateTagsCommand.ts b/clients/client-ec2/src/commands/CreateTagsCommand.ts
index 96bd14f4386d..a58edaf83bc4 100644
--- a/clients/client-ec2/src/commands/CreateTagsCommand.ts
+++ b/clients/client-ec2/src/commands/CreateTagsCommand.ts
@@ -111,4 +111,16 @@ export class CreateTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTagsCommand)
.de(de_CreateTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTagsRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateTagsCommandInput;
+ output: CreateTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateTrafficMirrorFilterCommand.ts b/clients/client-ec2/src/commands/CreateTrafficMirrorFilterCommand.ts
index 3bcda6674cf4..21126d9eeb83 100644
--- a/clients/client-ec2/src/commands/CreateTrafficMirrorFilterCommand.ts
+++ b/clients/client-ec2/src/commands/CreateTrafficMirrorFilterCommand.ts
@@ -161,4 +161,16 @@ export class CreateTrafficMirrorFilterCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTrafficMirrorFilterCommand)
.de(de_CreateTrafficMirrorFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTrafficMirrorFilterRequest;
+ output: CreateTrafficMirrorFilterResult;
+ };
+ sdk: {
+ input: CreateTrafficMirrorFilterCommandInput;
+ output: CreateTrafficMirrorFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateTrafficMirrorFilterRuleCommand.ts b/clients/client-ec2/src/commands/CreateTrafficMirrorFilterRuleCommand.ts
index bee8b6ed58a7..9839de5e6b79 100644
--- a/clients/client-ec2/src/commands/CreateTrafficMirrorFilterRuleCommand.ts
+++ b/clients/client-ec2/src/commands/CreateTrafficMirrorFilterRuleCommand.ts
@@ -134,4 +134,16 @@ export class CreateTrafficMirrorFilterRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTrafficMirrorFilterRuleCommand)
.de(de_CreateTrafficMirrorFilterRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTrafficMirrorFilterRuleRequest;
+ output: CreateTrafficMirrorFilterRuleResult;
+ };
+ sdk: {
+ input: CreateTrafficMirrorFilterRuleCommandInput;
+ output: CreateTrafficMirrorFilterRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateTrafficMirrorSessionCommand.ts b/clients/client-ec2/src/commands/CreateTrafficMirrorSessionCommand.ts
index 3807559abcaf..160e0dc65cff 100644
--- a/clients/client-ec2/src/commands/CreateTrafficMirrorSessionCommand.ts
+++ b/clients/client-ec2/src/commands/CreateTrafficMirrorSessionCommand.ts
@@ -119,4 +119,16 @@ export class CreateTrafficMirrorSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTrafficMirrorSessionCommand)
.de(de_CreateTrafficMirrorSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTrafficMirrorSessionRequest;
+ output: CreateTrafficMirrorSessionResult;
+ };
+ sdk: {
+ input: CreateTrafficMirrorSessionCommandInput;
+ output: CreateTrafficMirrorSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateTrafficMirrorTargetCommand.ts b/clients/client-ec2/src/commands/CreateTrafficMirrorTargetCommand.ts
index c6b2551bd446..fa08a58d3178 100644
--- a/clients/client-ec2/src/commands/CreateTrafficMirrorTargetCommand.ts
+++ b/clients/client-ec2/src/commands/CreateTrafficMirrorTargetCommand.ts
@@ -113,4 +113,16 @@ export class CreateTrafficMirrorTargetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTrafficMirrorTargetCommand)
.de(de_CreateTrafficMirrorTargetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTrafficMirrorTargetRequest;
+ output: CreateTrafficMirrorTargetResult;
+ };
+ sdk: {
+ input: CreateTrafficMirrorTargetCommandInput;
+ output: CreateTrafficMirrorTargetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayCommand.ts
index 374181202f9a..7bf1ad31a35e 100644
--- a/clients/client-ec2/src/commands/CreateTransitGatewayCommand.ts
+++ b/clients/client-ec2/src/commands/CreateTransitGatewayCommand.ts
@@ -142,4 +142,16 @@ export class CreateTransitGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTransitGatewayCommand)
.de(de_CreateTransitGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTransitGatewayRequest;
+ output: CreateTransitGatewayResult;
+ };
+ sdk: {
+ input: CreateTransitGatewayCommandInput;
+ output: CreateTransitGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayConnectCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayConnectCommand.ts
index f9002a9a85c4..10467b16fb43 100644
--- a/clients/client-ec2/src/commands/CreateTransitGatewayConnectCommand.ts
+++ b/clients/client-ec2/src/commands/CreateTransitGatewayConnectCommand.ts
@@ -108,4 +108,16 @@ export class CreateTransitGatewayConnectCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTransitGatewayConnectCommand)
.de(de_CreateTransitGatewayConnectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTransitGatewayConnectRequest;
+ output: CreateTransitGatewayConnectResult;
+ };
+ sdk: {
+ input: CreateTransitGatewayConnectCommandInput;
+ output: CreateTransitGatewayConnectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayConnectPeerCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayConnectPeerCommand.ts
index 95dd61e11862..bc2c1212e716 100644
--- a/clients/client-ec2/src/commands/CreateTransitGatewayConnectPeerCommand.ts
+++ b/clients/client-ec2/src/commands/CreateTransitGatewayConnectPeerCommand.ts
@@ -134,4 +134,16 @@ export class CreateTransitGatewayConnectPeerCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTransitGatewayConnectPeerCommand)
.de(de_CreateTransitGatewayConnectPeerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTransitGatewayConnectPeerRequest;
+ output: CreateTransitGatewayConnectPeerResult;
+ };
+ sdk: {
+ input: CreateTransitGatewayConnectPeerCommandInput;
+ output: CreateTransitGatewayConnectPeerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayMulticastDomainCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayMulticastDomainCommand.ts
index bf04907a7f5a..7ab73f4e2fd8 100644
--- a/clients/client-ec2/src/commands/CreateTransitGatewayMulticastDomainCommand.ts
+++ b/clients/client-ec2/src/commands/CreateTransitGatewayMulticastDomainCommand.ts
@@ -121,4 +121,16 @@ export class CreateTransitGatewayMulticastDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTransitGatewayMulticastDomainCommand)
.de(de_CreateTransitGatewayMulticastDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTransitGatewayMulticastDomainRequest;
+ output: CreateTransitGatewayMulticastDomainResult;
+ };
+ sdk: {
+ input: CreateTransitGatewayMulticastDomainCommandInput;
+ output: CreateTransitGatewayMulticastDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayPeeringAttachmentCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayPeeringAttachmentCommand.ts
index 224d064e825f..412fa2143392 100644
--- a/clients/client-ec2/src/commands/CreateTransitGatewayPeeringAttachmentCommand.ts
+++ b/clients/client-ec2/src/commands/CreateTransitGatewayPeeringAttachmentCommand.ts
@@ -138,4 +138,16 @@ export class CreateTransitGatewayPeeringAttachmentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTransitGatewayPeeringAttachmentCommand)
.de(de_CreateTransitGatewayPeeringAttachmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTransitGatewayPeeringAttachmentRequest;
+ output: CreateTransitGatewayPeeringAttachmentResult;
+ };
+ sdk: {
+ input: CreateTransitGatewayPeeringAttachmentCommandInput;
+ output: CreateTransitGatewayPeeringAttachmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayPolicyTableCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayPolicyTableCommand.ts
index ce1363b14548..16df9436ba1c 100644
--- a/clients/client-ec2/src/commands/CreateTransitGatewayPolicyTableCommand.ts
+++ b/clients/client-ec2/src/commands/CreateTransitGatewayPolicyTableCommand.ts
@@ -105,4 +105,16 @@ export class CreateTransitGatewayPolicyTableCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTransitGatewayPolicyTableCommand)
.de(de_CreateTransitGatewayPolicyTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTransitGatewayPolicyTableRequest;
+ output: CreateTransitGatewayPolicyTableResult;
+ };
+ sdk: {
+ input: CreateTransitGatewayPolicyTableCommandInput;
+ output: CreateTransitGatewayPolicyTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayPrefixListReferenceCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayPrefixListReferenceCommand.ts
index ad5f3a77e4ba..60adade6bb09 100644
--- a/clients/client-ec2/src/commands/CreateTransitGatewayPrefixListReferenceCommand.ts
+++ b/clients/client-ec2/src/commands/CreateTransitGatewayPrefixListReferenceCommand.ts
@@ -101,4 +101,16 @@ export class CreateTransitGatewayPrefixListReferenceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTransitGatewayPrefixListReferenceCommand)
.de(de_CreateTransitGatewayPrefixListReferenceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTransitGatewayPrefixListReferenceRequest;
+ output: CreateTransitGatewayPrefixListReferenceResult;
+ };
+ sdk: {
+ input: CreateTransitGatewayPrefixListReferenceCommandInput;
+ output: CreateTransitGatewayPrefixListReferenceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayRouteCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayRouteCommand.ts
index a30fc1e300aa..c26a071bfa7e 100644
--- a/clients/client-ec2/src/commands/CreateTransitGatewayRouteCommand.ts
+++ b/clients/client-ec2/src/commands/CreateTransitGatewayRouteCommand.ts
@@ -94,4 +94,16 @@ export class CreateTransitGatewayRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTransitGatewayRouteCommand)
.de(de_CreateTransitGatewayRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTransitGatewayRouteRequest;
+ output: CreateTransitGatewayRouteResult;
+ };
+ sdk: {
+ input: CreateTransitGatewayRouteCommandInput;
+ output: CreateTransitGatewayRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableAnnouncementCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableAnnouncementCommand.ts
index b243a5528052..4d5fa40968c5 100644
--- a/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableAnnouncementCommand.ts
+++ b/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableAnnouncementCommand.ts
@@ -116,4 +116,16 @@ export class CreateTransitGatewayRouteTableAnnouncementCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTransitGatewayRouteTableAnnouncementCommand)
.de(de_CreateTransitGatewayRouteTableAnnouncementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTransitGatewayRouteTableAnnouncementRequest;
+ output: CreateTransitGatewayRouteTableAnnouncementResult;
+ };
+ sdk: {
+ input: CreateTransitGatewayRouteTableAnnouncementCommandInput;
+ output: CreateTransitGatewayRouteTableAnnouncementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableCommand.ts
index 2418802c24d1..555561869dd6 100644
--- a/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableCommand.ts
+++ b/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableCommand.ts
@@ -107,4 +107,16 @@ export class CreateTransitGatewayRouteTableCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTransitGatewayRouteTableCommand)
.de(de_CreateTransitGatewayRouteTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTransitGatewayRouteTableRequest;
+ output: CreateTransitGatewayRouteTableResult;
+ };
+ sdk: {
+ input: CreateTransitGatewayRouteTableCommandInput;
+ output: CreateTransitGatewayRouteTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayVpcAttachmentCommand.ts
index c005d4c3d8ad..a2059a01823f 100644
--- a/clients/client-ec2/src/commands/CreateTransitGatewayVpcAttachmentCommand.ts
+++ b/clients/client-ec2/src/commands/CreateTransitGatewayVpcAttachmentCommand.ts
@@ -129,4 +129,16 @@ export class CreateTransitGatewayVpcAttachmentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTransitGatewayVpcAttachmentCommand)
.de(de_CreateTransitGatewayVpcAttachmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTransitGatewayVpcAttachmentRequest;
+ output: CreateTransitGatewayVpcAttachmentResult;
+ };
+ sdk: {
+ input: CreateTransitGatewayVpcAttachmentCommandInput;
+ output: CreateTransitGatewayVpcAttachmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateVerifiedAccessEndpointCommand.ts b/clients/client-ec2/src/commands/CreateVerifiedAccessEndpointCommand.ts
index 832b89357368..cefa7a697b24 100644
--- a/clients/client-ec2/src/commands/CreateVerifiedAccessEndpointCommand.ts
+++ b/clients/client-ec2/src/commands/CreateVerifiedAccessEndpointCommand.ts
@@ -163,4 +163,16 @@ export class CreateVerifiedAccessEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVerifiedAccessEndpointCommand)
.de(de_CreateVerifiedAccessEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVerifiedAccessEndpointRequest;
+ output: CreateVerifiedAccessEndpointResult;
+ };
+ sdk: {
+ input: CreateVerifiedAccessEndpointCommandInput;
+ output: CreateVerifiedAccessEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateVerifiedAccessGroupCommand.ts b/clients/client-ec2/src/commands/CreateVerifiedAccessGroupCommand.ts
index 117b23bbd332..a6ce6e3d7ba5 100644
--- a/clients/client-ec2/src/commands/CreateVerifiedAccessGroupCommand.ts
+++ b/clients/client-ec2/src/commands/CreateVerifiedAccessGroupCommand.ts
@@ -118,4 +118,16 @@ export class CreateVerifiedAccessGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVerifiedAccessGroupCommand)
.de(de_CreateVerifiedAccessGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVerifiedAccessGroupRequest;
+ output: CreateVerifiedAccessGroupResult;
+ };
+ sdk: {
+ input: CreateVerifiedAccessGroupCommandInput;
+ output: CreateVerifiedAccessGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateVerifiedAccessInstanceCommand.ts b/clients/client-ec2/src/commands/CreateVerifiedAccessInstanceCommand.ts
index 3077c0694e38..461257ca59ed 100644
--- a/clients/client-ec2/src/commands/CreateVerifiedAccessInstanceCommand.ts
+++ b/clients/client-ec2/src/commands/CreateVerifiedAccessInstanceCommand.ts
@@ -115,4 +115,16 @@ export class CreateVerifiedAccessInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVerifiedAccessInstanceCommand)
.de(de_CreateVerifiedAccessInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVerifiedAccessInstanceRequest;
+ output: CreateVerifiedAccessInstanceResult;
+ };
+ sdk: {
+ input: CreateVerifiedAccessInstanceCommandInput;
+ output: CreateVerifiedAccessInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/CreateVerifiedAccessTrustProviderCommand.ts
index 1f90eae3569d..29dd49adbb10 100644
--- a/clients/client-ec2/src/commands/CreateVerifiedAccessTrustProviderCommand.ts
+++ b/clients/client-ec2/src/commands/CreateVerifiedAccessTrustProviderCommand.ts
@@ -159,4 +159,16 @@ export class CreateVerifiedAccessTrustProviderCommand extends $Command
)
.ser(se_CreateVerifiedAccessTrustProviderCommand)
.de(de_CreateVerifiedAccessTrustProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVerifiedAccessTrustProviderRequest;
+ output: CreateVerifiedAccessTrustProviderResult;
+ };
+ sdk: {
+ input: CreateVerifiedAccessTrustProviderCommandInput;
+ output: CreateVerifiedAccessTrustProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateVolumeCommand.ts b/clients/client-ec2/src/commands/CreateVolumeCommand.ts
index 19627cf39c64..54798edd079d 100644
--- a/clients/client-ec2/src/commands/CreateVolumeCommand.ts
+++ b/clients/client-ec2/src/commands/CreateVolumeCommand.ts
@@ -195,4 +195,16 @@ export class CreateVolumeCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVolumeCommand)
.de(de_CreateVolumeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVolumeRequest;
+ output: Volume;
+ };
+ sdk: {
+ input: CreateVolumeCommandInput;
+ output: CreateVolumeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateVpcCommand.ts b/clients/client-ec2/src/commands/CreateVpcCommand.ts
index 7432300f20b7..7a0b2c7a3ab5 100644
--- a/clients/client-ec2/src/commands/CreateVpcCommand.ts
+++ b/clients/client-ec2/src/commands/CreateVpcCommand.ts
@@ -169,4 +169,16 @@ export class CreateVpcCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVpcCommand)
.de(de_CreateVpcCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVpcRequest;
+ output: CreateVpcResult;
+ };
+ sdk: {
+ input: CreateVpcCommandInput;
+ output: CreateVpcCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateVpcEndpointCommand.ts b/clients/client-ec2/src/commands/CreateVpcEndpointCommand.ts
index 4367efb56591..bb3fb681e99c 100644
--- a/clients/client-ec2/src/commands/CreateVpcEndpointCommand.ts
+++ b/clients/client-ec2/src/commands/CreateVpcEndpointCommand.ts
@@ -166,4 +166,16 @@ export class CreateVpcEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVpcEndpointCommand)
.de(de_CreateVpcEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVpcEndpointRequest;
+ output: CreateVpcEndpointResult;
+ };
+ sdk: {
+ input: CreateVpcEndpointCommandInput;
+ output: CreateVpcEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateVpcEndpointConnectionNotificationCommand.ts b/clients/client-ec2/src/commands/CreateVpcEndpointConnectionNotificationCommand.ts
index 6e7bf7959cd6..19d623bb9272 100644
--- a/clients/client-ec2/src/commands/CreateVpcEndpointConnectionNotificationCommand.ts
+++ b/clients/client-ec2/src/commands/CreateVpcEndpointConnectionNotificationCommand.ts
@@ -108,4 +108,16 @@ export class CreateVpcEndpointConnectionNotificationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVpcEndpointConnectionNotificationCommand)
.de(de_CreateVpcEndpointConnectionNotificationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVpcEndpointConnectionNotificationRequest;
+ output: CreateVpcEndpointConnectionNotificationResult;
+ };
+ sdk: {
+ input: CreateVpcEndpointConnectionNotificationCommandInput;
+ output: CreateVpcEndpointConnectionNotificationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateVpcEndpointServiceConfigurationCommand.ts b/clients/client-ec2/src/commands/CreateVpcEndpointServiceConfigurationCommand.ts
index f2e24aedc2de..55c7b73155ff 100644
--- a/clients/client-ec2/src/commands/CreateVpcEndpointServiceConfigurationCommand.ts
+++ b/clients/client-ec2/src/commands/CreateVpcEndpointServiceConfigurationCommand.ts
@@ -166,4 +166,16 @@ export class CreateVpcEndpointServiceConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVpcEndpointServiceConfigurationCommand)
.de(de_CreateVpcEndpointServiceConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVpcEndpointServiceConfigurationRequest;
+ output: CreateVpcEndpointServiceConfigurationResult;
+ };
+ sdk: {
+ input: CreateVpcEndpointServiceConfigurationCommandInput;
+ output: CreateVpcEndpointServiceConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateVpcPeeringConnectionCommand.ts b/clients/client-ec2/src/commands/CreateVpcPeeringConnectionCommand.ts
index d7cbe006fe5d..5a5c2c96d6d4 100644
--- a/clients/client-ec2/src/commands/CreateVpcPeeringConnectionCommand.ts
+++ b/clients/client-ec2/src/commands/CreateVpcPeeringConnectionCommand.ts
@@ -159,4 +159,16 @@ export class CreateVpcPeeringConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVpcPeeringConnectionCommand)
.de(de_CreateVpcPeeringConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVpcPeeringConnectionRequest;
+ output: CreateVpcPeeringConnectionResult;
+ };
+ sdk: {
+ input: CreateVpcPeeringConnectionCommandInput;
+ output: CreateVpcPeeringConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateVpnConnectionCommand.ts b/clients/client-ec2/src/commands/CreateVpnConnectionCommand.ts
index a0313e2c2a9e..d57d31975f8d 100644
--- a/clients/client-ec2/src/commands/CreateVpnConnectionCommand.ts
+++ b/clients/client-ec2/src/commands/CreateVpnConnectionCommand.ts
@@ -287,4 +287,16 @@ export class CreateVpnConnectionCommand extends $Command
.f(CreateVpnConnectionRequestFilterSensitiveLog, CreateVpnConnectionResultFilterSensitiveLog)
.ser(se_CreateVpnConnectionCommand)
.de(de_CreateVpnConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVpnConnectionRequest;
+ output: CreateVpnConnectionResult;
+ };
+ sdk: {
+ input: CreateVpnConnectionCommandInput;
+ output: CreateVpnConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateVpnConnectionRouteCommand.ts b/clients/client-ec2/src/commands/CreateVpnConnectionRouteCommand.ts
index e8da6c2c4278..6f6fcfa16d9d 100644
--- a/clients/client-ec2/src/commands/CreateVpnConnectionRouteCommand.ts
+++ b/clients/client-ec2/src/commands/CreateVpnConnectionRouteCommand.ts
@@ -80,4 +80,16 @@ export class CreateVpnConnectionRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVpnConnectionRouteCommand)
.de(de_CreateVpnConnectionRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVpnConnectionRouteRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateVpnConnectionRouteCommandInput;
+ output: CreateVpnConnectionRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/CreateVpnGatewayCommand.ts b/clients/client-ec2/src/commands/CreateVpnGatewayCommand.ts
index f560619ae125..6898f7cec937 100644
--- a/clients/client-ec2/src/commands/CreateVpnGatewayCommand.ts
+++ b/clients/client-ec2/src/commands/CreateVpnGatewayCommand.ts
@@ -113,4 +113,16 @@ export class CreateVpnGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVpnGatewayCommand)
.de(de_CreateVpnGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVpnGatewayRequest;
+ output: CreateVpnGatewayResult;
+ };
+ sdk: {
+ input: CreateVpnGatewayCommandInput;
+ output: CreateVpnGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteCarrierGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteCarrierGatewayCommand.ts
index b160d32ff750..17622fa652b5 100644
--- a/clients/client-ec2/src/commands/DeleteCarrierGatewayCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteCarrierGatewayCommand.ts
@@ -94,4 +94,16 @@ export class DeleteCarrierGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCarrierGatewayCommand)
.de(de_DeleteCarrierGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCarrierGatewayRequest;
+ output: DeleteCarrierGatewayResult;
+ };
+ sdk: {
+ input: DeleteCarrierGatewayCommandInput;
+ output: DeleteCarrierGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteClientVpnEndpointCommand.ts b/clients/client-ec2/src/commands/DeleteClientVpnEndpointCommand.ts
index 313fce322860..d1483a892625 100644
--- a/clients/client-ec2/src/commands/DeleteClientVpnEndpointCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteClientVpnEndpointCommand.ts
@@ -82,4 +82,16 @@ export class DeleteClientVpnEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteClientVpnEndpointCommand)
.de(de_DeleteClientVpnEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteClientVpnEndpointRequest;
+ output: DeleteClientVpnEndpointResult;
+ };
+ sdk: {
+ input: DeleteClientVpnEndpointCommandInput;
+ output: DeleteClientVpnEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteClientVpnRouteCommand.ts b/clients/client-ec2/src/commands/DeleteClientVpnRouteCommand.ts
index 339f84d215b4..62942a25738a 100644
--- a/clients/client-ec2/src/commands/DeleteClientVpnRouteCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteClientVpnRouteCommand.ts
@@ -86,4 +86,16 @@ export class DeleteClientVpnRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteClientVpnRouteCommand)
.de(de_DeleteClientVpnRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteClientVpnRouteRequest;
+ output: DeleteClientVpnRouteResult;
+ };
+ sdk: {
+ input: DeleteClientVpnRouteCommandInput;
+ output: DeleteClientVpnRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteCoipCidrCommand.ts b/clients/client-ec2/src/commands/DeleteCoipCidrCommand.ts
index 1a63b00c637b..523e43cbdea8 100644
--- a/clients/client-ec2/src/commands/DeleteCoipCidrCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteCoipCidrCommand.ts
@@ -85,4 +85,16 @@ export class DeleteCoipCidrCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCoipCidrCommand)
.de(de_DeleteCoipCidrCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCoipCidrRequest;
+ output: DeleteCoipCidrResult;
+ };
+ sdk: {
+ input: DeleteCoipCidrCommandInput;
+ output: DeleteCoipCidrCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteCoipPoolCommand.ts b/clients/client-ec2/src/commands/DeleteCoipPoolCommand.ts
index ef20968d6436..0b31e80766b9 100644
--- a/clients/client-ec2/src/commands/DeleteCoipPoolCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteCoipPoolCommand.ts
@@ -91,4 +91,16 @@ export class DeleteCoipPoolCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCoipPoolCommand)
.de(de_DeleteCoipPoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCoipPoolRequest;
+ output: DeleteCoipPoolResult;
+ };
+ sdk: {
+ input: DeleteCoipPoolCommandInput;
+ output: DeleteCoipPoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteCustomerGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteCustomerGatewayCommand.ts
index 3eb25e982f93..718711a34f47 100644
--- a/clients/client-ec2/src/commands/DeleteCustomerGatewayCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteCustomerGatewayCommand.ts
@@ -88,4 +88,16 @@ export class DeleteCustomerGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCustomerGatewayCommand)
.de(de_DeleteCustomerGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCustomerGatewayRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCustomerGatewayCommandInput;
+ output: DeleteCustomerGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteDhcpOptionsCommand.ts b/clients/client-ec2/src/commands/DeleteDhcpOptionsCommand.ts
index 9fc57143a162..c35fc413ade7 100644
--- a/clients/client-ec2/src/commands/DeleteDhcpOptionsCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteDhcpOptionsCommand.ts
@@ -87,4 +87,16 @@ export class DeleteDhcpOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDhcpOptionsCommand)
.de(de_DeleteDhcpOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDhcpOptionsRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDhcpOptionsCommandInput;
+ output: DeleteDhcpOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteEgressOnlyInternetGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteEgressOnlyInternetGatewayCommand.ts
index 6b5b03c4c0d1..88443dd8d02c 100644
--- a/clients/client-ec2/src/commands/DeleteEgressOnlyInternetGatewayCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteEgressOnlyInternetGatewayCommand.ts
@@ -83,4 +83,16 @@ export class DeleteEgressOnlyInternetGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEgressOnlyInternetGatewayCommand)
.de(de_DeleteEgressOnlyInternetGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEgressOnlyInternetGatewayRequest;
+ output: DeleteEgressOnlyInternetGatewayResult;
+ };
+ sdk: {
+ input: DeleteEgressOnlyInternetGatewayCommandInput;
+ output: DeleteEgressOnlyInternetGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteFleetsCommand.ts b/clients/client-ec2/src/commands/DeleteFleetsCommand.ts
index ec280257bdfa..a6f5cca1c9e8 100644
--- a/clients/client-ec2/src/commands/DeleteFleetsCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteFleetsCommand.ts
@@ -128,4 +128,16 @@ export class DeleteFleetsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFleetsCommand)
.de(de_DeleteFleetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFleetsRequest;
+ output: DeleteFleetsResult;
+ };
+ sdk: {
+ input: DeleteFleetsCommandInput;
+ output: DeleteFleetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteFlowLogsCommand.ts b/clients/client-ec2/src/commands/DeleteFlowLogsCommand.ts
index 2c0c39954363..1db5938acc37 100644
--- a/clients/client-ec2/src/commands/DeleteFlowLogsCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteFlowLogsCommand.ts
@@ -88,4 +88,16 @@ export class DeleteFlowLogsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFlowLogsCommand)
.de(de_DeleteFlowLogsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFlowLogsRequest;
+ output: DeleteFlowLogsResult;
+ };
+ sdk: {
+ input: DeleteFlowLogsCommandInput;
+ output: DeleteFlowLogsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteFpgaImageCommand.ts b/clients/client-ec2/src/commands/DeleteFpgaImageCommand.ts
index 06f0a71553b2..6f518bad2567 100644
--- a/clients/client-ec2/src/commands/DeleteFpgaImageCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteFpgaImageCommand.ts
@@ -78,4 +78,16 @@ export class DeleteFpgaImageCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFpgaImageCommand)
.de(de_DeleteFpgaImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFpgaImageRequest;
+ output: DeleteFpgaImageResult;
+ };
+ sdk: {
+ input: DeleteFpgaImageCommandInput;
+ output: DeleteFpgaImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteInstanceConnectEndpointCommand.ts b/clients/client-ec2/src/commands/DeleteInstanceConnectEndpointCommand.ts
index e954fb7399f3..f356af21f234 100644
--- a/clients/client-ec2/src/commands/DeleteInstanceConnectEndpointCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteInstanceConnectEndpointCommand.ts
@@ -105,4 +105,16 @@ export class DeleteInstanceConnectEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteInstanceConnectEndpointCommand)
.de(de_DeleteInstanceConnectEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteInstanceConnectEndpointRequest;
+ output: DeleteInstanceConnectEndpointResult;
+ };
+ sdk: {
+ input: DeleteInstanceConnectEndpointCommandInput;
+ output: DeleteInstanceConnectEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/DeleteInstanceEventWindowCommand.ts
index 4d3c0330235a..10bf6f93e7b1 100644
--- a/clients/client-ec2/src/commands/DeleteInstanceEventWindowCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteInstanceEventWindowCommand.ts
@@ -84,4 +84,16 @@ export class DeleteInstanceEventWindowCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteInstanceEventWindowCommand)
.de(de_DeleteInstanceEventWindowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteInstanceEventWindowRequest;
+ output: DeleteInstanceEventWindowResult;
+ };
+ sdk: {
+ input: DeleteInstanceEventWindowCommandInput;
+ output: DeleteInstanceEventWindowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteInternetGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteInternetGatewayCommand.ts
index 0bc3a0e0eaf4..367ed2372145 100644
--- a/clients/client-ec2/src/commands/DeleteInternetGatewayCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteInternetGatewayCommand.ts
@@ -88,4 +88,16 @@ export class DeleteInternetGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteInternetGatewayCommand)
.de(de_DeleteInternetGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteInternetGatewayRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteInternetGatewayCommandInput;
+ output: DeleteInternetGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteIpamCommand.ts b/clients/client-ec2/src/commands/DeleteIpamCommand.ts
index 7923377321ca..14767167e4a9 100644
--- a/clients/client-ec2/src/commands/DeleteIpamCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteIpamCommand.ts
@@ -108,4 +108,16 @@ export class DeleteIpamCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIpamCommand)
.de(de_DeleteIpamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIpamRequest;
+ output: DeleteIpamResult;
+ };
+ sdk: {
+ input: DeleteIpamCommandInput;
+ output: DeleteIpamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteIpamExternalResourceVerificationTokenCommand.ts b/clients/client-ec2/src/commands/DeleteIpamExternalResourceVerificationTokenCommand.ts
index 7579794e20ec..b3b1c9084ee5 100644
--- a/clients/client-ec2/src/commands/DeleteIpamExternalResourceVerificationTokenCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteIpamExternalResourceVerificationTokenCommand.ts
@@ -105,4 +105,16 @@ export class DeleteIpamExternalResourceVerificationTokenCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIpamExternalResourceVerificationTokenCommand)
.de(de_DeleteIpamExternalResourceVerificationTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIpamExternalResourceVerificationTokenRequest;
+ output: DeleteIpamExternalResourceVerificationTokenResult;
+ };
+ sdk: {
+ input: DeleteIpamExternalResourceVerificationTokenCommandInput;
+ output: DeleteIpamExternalResourceVerificationTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteIpamPoolCommand.ts b/clients/client-ec2/src/commands/DeleteIpamPoolCommand.ts
index 4e9dbd33cc31..4ed97632d8d8 100644
--- a/clients/client-ec2/src/commands/DeleteIpamPoolCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteIpamPoolCommand.ts
@@ -126,4 +126,16 @@ export class DeleteIpamPoolCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIpamPoolCommand)
.de(de_DeleteIpamPoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIpamPoolRequest;
+ output: DeleteIpamPoolResult;
+ };
+ sdk: {
+ input: DeleteIpamPoolCommandInput;
+ output: DeleteIpamPoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/DeleteIpamResourceDiscoveryCommand.ts
index 04b9e8c2985b..04f57662f27b 100644
--- a/clients/client-ec2/src/commands/DeleteIpamResourceDiscoveryCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteIpamResourceDiscoveryCommand.ts
@@ -97,4 +97,16 @@ export class DeleteIpamResourceDiscoveryCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIpamResourceDiscoveryCommand)
.de(de_DeleteIpamResourceDiscoveryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIpamResourceDiscoveryRequest;
+ output: DeleteIpamResourceDiscoveryResult;
+ };
+ sdk: {
+ input: DeleteIpamResourceDiscoveryCommandInput;
+ output: DeleteIpamResourceDiscoveryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteIpamScopeCommand.ts b/clients/client-ec2/src/commands/DeleteIpamScopeCommand.ts
index 2edef6c64019..0a3e85861446 100644
--- a/clients/client-ec2/src/commands/DeleteIpamScopeCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteIpamScopeCommand.ts
@@ -97,4 +97,16 @@ export class DeleteIpamScopeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIpamScopeCommand)
.de(de_DeleteIpamScopeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIpamScopeRequest;
+ output: DeleteIpamScopeResult;
+ };
+ sdk: {
+ input: DeleteIpamScopeCommandInput;
+ output: DeleteIpamScopeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteKeyPairCommand.ts b/clients/client-ec2/src/commands/DeleteKeyPairCommand.ts
index bad5c7336cd0..cd0591c0ac9e 100644
--- a/clients/client-ec2/src/commands/DeleteKeyPairCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteKeyPairCommand.ts
@@ -91,4 +91,16 @@ export class DeleteKeyPairCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteKeyPairCommand)
.de(de_DeleteKeyPairCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteKeyPairRequest;
+ output: DeleteKeyPairResult;
+ };
+ sdk: {
+ input: DeleteKeyPairCommandInput;
+ output: DeleteKeyPairCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteLaunchTemplateCommand.ts b/clients/client-ec2/src/commands/DeleteLaunchTemplateCommand.ts
index 7416b620a79e..aee5b68777b3 100644
--- a/clients/client-ec2/src/commands/DeleteLaunchTemplateCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteLaunchTemplateCommand.ts
@@ -116,4 +116,16 @@ export class DeleteLaunchTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLaunchTemplateCommand)
.de(de_DeleteLaunchTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLaunchTemplateRequest;
+ output: DeleteLaunchTemplateResult;
+ };
+ sdk: {
+ input: DeleteLaunchTemplateCommandInput;
+ output: DeleteLaunchTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteLaunchTemplateVersionsCommand.ts b/clients/client-ec2/src/commands/DeleteLaunchTemplateVersionsCommand.ts
index 8927cc304472..092a1a6494b2 100644
--- a/clients/client-ec2/src/commands/DeleteLaunchTemplateVersionsCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteLaunchTemplateVersionsCommand.ts
@@ -136,4 +136,16 @@ export class DeleteLaunchTemplateVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLaunchTemplateVersionsCommand)
.de(de_DeleteLaunchTemplateVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLaunchTemplateVersionsRequest;
+ output: DeleteLaunchTemplateVersionsResult;
+ };
+ sdk: {
+ input: DeleteLaunchTemplateVersionsCommandInput;
+ output: DeleteLaunchTemplateVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteCommand.ts b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteCommand.ts
index 992f8d60fcc4..5c8ae2670ef7 100644
--- a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteCommand.ts
@@ -92,4 +92,16 @@ export class DeleteLocalGatewayRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLocalGatewayRouteCommand)
.de(de_DeleteLocalGatewayRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLocalGatewayRouteRequest;
+ output: DeleteLocalGatewayRouteResult;
+ };
+ sdk: {
+ input: DeleteLocalGatewayRouteCommandInput;
+ output: DeleteLocalGatewayRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableCommand.ts
index 77f53aa992e5..1b956d8c21cf 100644
--- a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableCommand.ts
@@ -100,4 +100,16 @@ export class DeleteLocalGatewayRouteTableCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLocalGatewayRouteTableCommand)
.de(de_DeleteLocalGatewayRouteTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLocalGatewayRouteTableRequest;
+ output: DeleteLocalGatewayRouteTableResult;
+ };
+ sdk: {
+ input: DeleteLocalGatewayRouteTableCommandInput;
+ output: DeleteLocalGatewayRouteTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts
index 89ff410aa5e9..be7cc96bc878 100644
--- a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts
@@ -103,4 +103,16 @@ export class DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand
.f(void 0, void 0)
.ser(se_DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand)
.de(de_DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest;
+ output: DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult;
+ };
+ sdk: {
+ input: DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput;
+ output: DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.ts b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.ts
index 86a57be2d8e7..04bf453f7a14 100644
--- a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.ts
@@ -101,4 +101,16 @@ export class DeleteLocalGatewayRouteTableVpcAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLocalGatewayRouteTableVpcAssociationCommand)
.de(de_DeleteLocalGatewayRouteTableVpcAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLocalGatewayRouteTableVpcAssociationRequest;
+ output: DeleteLocalGatewayRouteTableVpcAssociationResult;
+ };
+ sdk: {
+ input: DeleteLocalGatewayRouteTableVpcAssociationCommandInput;
+ output: DeleteLocalGatewayRouteTableVpcAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteManagedPrefixListCommand.ts b/clients/client-ec2/src/commands/DeleteManagedPrefixListCommand.ts
index 7891dae0eb32..e4ce4d388444 100644
--- a/clients/client-ec2/src/commands/DeleteManagedPrefixListCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteManagedPrefixListCommand.ts
@@ -94,4 +94,16 @@ export class DeleteManagedPrefixListCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteManagedPrefixListCommand)
.de(de_DeleteManagedPrefixListCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteManagedPrefixListRequest;
+ output: DeleteManagedPrefixListResult;
+ };
+ sdk: {
+ input: DeleteManagedPrefixListCommandInput;
+ output: DeleteManagedPrefixListCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteNatGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteNatGatewayCommand.ts
index c008f56bf737..4741505b04bc 100644
--- a/clients/client-ec2/src/commands/DeleteNatGatewayCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteNatGatewayCommand.ts
@@ -96,4 +96,16 @@ export class DeleteNatGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteNatGatewayCommand)
.de(de_DeleteNatGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteNatGatewayRequest;
+ output: DeleteNatGatewayResult;
+ };
+ sdk: {
+ input: DeleteNatGatewayCommandInput;
+ output: DeleteNatGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteNetworkAclCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkAclCommand.ts
index d2a7cea175e8..0a7a30d18236 100644
--- a/clients/client-ec2/src/commands/DeleteNetworkAclCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteNetworkAclCommand.ts
@@ -87,4 +87,16 @@ export class DeleteNetworkAclCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteNetworkAclCommand)
.de(de_DeleteNetworkAclCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteNetworkAclRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteNetworkAclCommandInput;
+ output: DeleteNetworkAclCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteNetworkAclEntryCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkAclEntryCommand.ts
index e6f791d892b5..17b6c1bb53bb 100644
--- a/clients/client-ec2/src/commands/DeleteNetworkAclEntryCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteNetworkAclEntryCommand.ts
@@ -91,4 +91,16 @@ export class DeleteNetworkAclEntryCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteNetworkAclEntryCommand)
.de(de_DeleteNetworkAclEntryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteNetworkAclEntryRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteNetworkAclEntryCommandInput;
+ output: DeleteNetworkAclEntryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.ts
index d05ac3c8f62d..bde41f950fb4 100644
--- a/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.ts
@@ -87,4 +87,16 @@ export class DeleteNetworkInsightsAccessScopeAnalysisCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteNetworkInsightsAccessScopeAnalysisCommand)
.de(de_DeleteNetworkInsightsAccessScopeAnalysisCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteNetworkInsightsAccessScopeAnalysisRequest;
+ output: DeleteNetworkInsightsAccessScopeAnalysisResult;
+ };
+ sdk: {
+ input: DeleteNetworkInsightsAccessScopeAnalysisCommandInput;
+ output: DeleteNetworkInsightsAccessScopeAnalysisCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeCommand.ts
index 502e46bbe208..7fa44ebc9c3b 100644
--- a/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeCommand.ts
@@ -83,4 +83,16 @@ export class DeleteNetworkInsightsAccessScopeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteNetworkInsightsAccessScopeCommand)
.de(de_DeleteNetworkInsightsAccessScopeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteNetworkInsightsAccessScopeRequest;
+ output: DeleteNetworkInsightsAccessScopeResult;
+ };
+ sdk: {
+ input: DeleteNetworkInsightsAccessScopeCommandInput;
+ output: DeleteNetworkInsightsAccessScopeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteNetworkInsightsAnalysisCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInsightsAnalysisCommand.ts
index c3c741f543e4..c38c74b849d2 100644
--- a/clients/client-ec2/src/commands/DeleteNetworkInsightsAnalysisCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteNetworkInsightsAnalysisCommand.ts
@@ -80,4 +80,16 @@ export class DeleteNetworkInsightsAnalysisCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteNetworkInsightsAnalysisCommand)
.de(de_DeleteNetworkInsightsAnalysisCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteNetworkInsightsAnalysisRequest;
+ output: DeleteNetworkInsightsAnalysisResult;
+ };
+ sdk: {
+ input: DeleteNetworkInsightsAnalysisCommandInput;
+ output: DeleteNetworkInsightsAnalysisCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteNetworkInsightsPathCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInsightsPathCommand.ts
index 1b69ae1e6d22..eaffd9196b2a 100644
--- a/clients/client-ec2/src/commands/DeleteNetworkInsightsPathCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteNetworkInsightsPathCommand.ts
@@ -78,4 +78,16 @@ export class DeleteNetworkInsightsPathCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteNetworkInsightsPathCommand)
.de(de_DeleteNetworkInsightsPathCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteNetworkInsightsPathRequest;
+ output: DeleteNetworkInsightsPathResult;
+ };
+ sdk: {
+ input: DeleteNetworkInsightsPathCommandInput;
+ output: DeleteNetworkInsightsPathCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteNetworkInterfaceCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInterfaceCommand.ts
index cd1fa4247e50..c2898de9b3e7 100644
--- a/clients/client-ec2/src/commands/DeleteNetworkInterfaceCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteNetworkInterfaceCommand.ts
@@ -87,4 +87,16 @@ export class DeleteNetworkInterfaceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteNetworkInterfaceCommand)
.de(de_DeleteNetworkInterfaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteNetworkInterfaceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteNetworkInterfaceCommandInput;
+ output: DeleteNetworkInterfaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteNetworkInterfacePermissionCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInterfacePermissionCommand.ts
index 2416551a29b3..c9bb44d37d21 100644
--- a/clients/client-ec2/src/commands/DeleteNetworkInterfacePermissionCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteNetworkInterfacePermissionCommand.ts
@@ -87,4 +87,16 @@ export class DeleteNetworkInterfacePermissionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteNetworkInterfacePermissionCommand)
.de(de_DeleteNetworkInterfacePermissionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteNetworkInterfacePermissionRequest;
+ output: DeleteNetworkInterfacePermissionResult;
+ };
+ sdk: {
+ input: DeleteNetworkInterfacePermissionCommandInput;
+ output: DeleteNetworkInterfacePermissionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeletePlacementGroupCommand.ts b/clients/client-ec2/src/commands/DeletePlacementGroupCommand.ts
index 98bf9b94ed9b..05af5ca2b670 100644
--- a/clients/client-ec2/src/commands/DeletePlacementGroupCommand.ts
+++ b/clients/client-ec2/src/commands/DeletePlacementGroupCommand.ts
@@ -90,4 +90,16 @@ export class DeletePlacementGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePlacementGroupCommand)
.de(de_DeletePlacementGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePlacementGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePlacementGroupCommandInput;
+ output: DeletePlacementGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeletePublicIpv4PoolCommand.ts b/clients/client-ec2/src/commands/DeletePublicIpv4PoolCommand.ts
index 30d75f365e1b..c52dec38dc8b 100644
--- a/clients/client-ec2/src/commands/DeletePublicIpv4PoolCommand.ts
+++ b/clients/client-ec2/src/commands/DeletePublicIpv4PoolCommand.ts
@@ -79,4 +79,16 @@ export class DeletePublicIpv4PoolCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePublicIpv4PoolCommand)
.de(de_DeletePublicIpv4PoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePublicIpv4PoolRequest;
+ output: DeletePublicIpv4PoolResult;
+ };
+ sdk: {
+ input: DeletePublicIpv4PoolCommandInput;
+ output: DeletePublicIpv4PoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteQueuedReservedInstancesCommand.ts b/clients/client-ec2/src/commands/DeleteQueuedReservedInstancesCommand.ts
index 1efdc163faad..32ed4574734f 100644
--- a/clients/client-ec2/src/commands/DeleteQueuedReservedInstancesCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteQueuedReservedInstancesCommand.ts
@@ -95,4 +95,16 @@ export class DeleteQueuedReservedInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteQueuedReservedInstancesCommand)
.de(de_DeleteQueuedReservedInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteQueuedReservedInstancesRequest;
+ output: DeleteQueuedReservedInstancesResult;
+ };
+ sdk: {
+ input: DeleteQueuedReservedInstancesCommandInput;
+ output: DeleteQueuedReservedInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteRouteCommand.ts b/clients/client-ec2/src/commands/DeleteRouteCommand.ts
index 16d404b01790..fd60e303a470 100644
--- a/clients/client-ec2/src/commands/DeleteRouteCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteRouteCommand.ts
@@ -91,4 +91,16 @@ export class DeleteRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRouteCommand)
.de(de_DeleteRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRouteRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRouteCommandInput;
+ output: DeleteRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteRouteTableCommand.ts b/clients/client-ec2/src/commands/DeleteRouteTableCommand.ts
index 26f371e786af..be343d31defe 100644
--- a/clients/client-ec2/src/commands/DeleteRouteTableCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteRouteTableCommand.ts
@@ -87,4 +87,16 @@ export class DeleteRouteTableCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRouteTableCommand)
.de(de_DeleteRouteTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRouteTableRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRouteTableCommandInput;
+ output: DeleteRouteTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteSecurityGroupCommand.ts b/clients/client-ec2/src/commands/DeleteSecurityGroupCommand.ts
index d795ca804471..fbd022d0d1d5 100644
--- a/clients/client-ec2/src/commands/DeleteSecurityGroupCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteSecurityGroupCommand.ts
@@ -91,4 +91,16 @@ export class DeleteSecurityGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSecurityGroupCommand)
.de(de_DeleteSecurityGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSecurityGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSecurityGroupCommandInput;
+ output: DeleteSecurityGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteSnapshotCommand.ts b/clients/client-ec2/src/commands/DeleteSnapshotCommand.ts
index d1cc742debc5..8cb6ab469342 100644
--- a/clients/client-ec2/src/commands/DeleteSnapshotCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteSnapshotCommand.ts
@@ -96,4 +96,16 @@ export class DeleteSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSnapshotCommand)
.de(de_DeleteSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSnapshotRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSnapshotCommandInput;
+ output: DeleteSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteSpotDatafeedSubscriptionCommand.ts b/clients/client-ec2/src/commands/DeleteSpotDatafeedSubscriptionCommand.ts
index b4815ff06060..865e02bdcd53 100644
--- a/clients/client-ec2/src/commands/DeleteSpotDatafeedSubscriptionCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteSpotDatafeedSubscriptionCommand.ts
@@ -87,4 +87,16 @@ export class DeleteSpotDatafeedSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSpotDatafeedSubscriptionCommand)
.de(de_DeleteSpotDatafeedSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSpotDatafeedSubscriptionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSpotDatafeedSubscriptionCommandInput;
+ output: DeleteSpotDatafeedSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteSubnetCidrReservationCommand.ts b/clients/client-ec2/src/commands/DeleteSubnetCidrReservationCommand.ts
index 96609cc013f7..7d06930144c3 100644
--- a/clients/client-ec2/src/commands/DeleteSubnetCidrReservationCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteSubnetCidrReservationCommand.ts
@@ -91,4 +91,16 @@ export class DeleteSubnetCidrReservationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSubnetCidrReservationCommand)
.de(de_DeleteSubnetCidrReservationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSubnetCidrReservationRequest;
+ output: DeleteSubnetCidrReservationResult;
+ };
+ sdk: {
+ input: DeleteSubnetCidrReservationCommandInput;
+ output: DeleteSubnetCidrReservationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteSubnetCommand.ts b/clients/client-ec2/src/commands/DeleteSubnetCommand.ts
index 1f0bf7431054..c2f2eabfded6 100644
--- a/clients/client-ec2/src/commands/DeleteSubnetCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteSubnetCommand.ts
@@ -87,4 +87,16 @@ export class DeleteSubnetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSubnetCommand)
.de(de_DeleteSubnetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSubnetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSubnetCommandInput;
+ output: DeleteSubnetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteTagsCommand.ts b/clients/client-ec2/src/commands/DeleteTagsCommand.ts
index 6961818276ee..3eb90aa43dfc 100644
--- a/clients/client-ec2/src/commands/DeleteTagsCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteTagsCommand.ts
@@ -107,4 +107,16 @@ export class DeleteTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTagsCommand)
.de(de_DeleteTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTagsRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTagsCommandInput;
+ output: DeleteTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterCommand.ts b/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterCommand.ts
index 768bf9117436..4e3ec7d5f723 100644
--- a/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterCommand.ts
@@ -79,4 +79,16 @@ export class DeleteTrafficMirrorFilterCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTrafficMirrorFilterCommand)
.de(de_DeleteTrafficMirrorFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTrafficMirrorFilterRequest;
+ output: DeleteTrafficMirrorFilterResult;
+ };
+ sdk: {
+ input: DeleteTrafficMirrorFilterCommandInput;
+ output: DeleteTrafficMirrorFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterRuleCommand.ts b/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterRuleCommand.ts
index d18eaa42bda2..c92638780d4d 100644
--- a/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterRuleCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterRuleCommand.ts
@@ -80,4 +80,16 @@ export class DeleteTrafficMirrorFilterRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTrafficMirrorFilterRuleCommand)
.de(de_DeleteTrafficMirrorFilterRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTrafficMirrorFilterRuleRequest;
+ output: DeleteTrafficMirrorFilterRuleResult;
+ };
+ sdk: {
+ input: DeleteTrafficMirrorFilterRuleCommandInput;
+ output: DeleteTrafficMirrorFilterRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteTrafficMirrorSessionCommand.ts b/clients/client-ec2/src/commands/DeleteTrafficMirrorSessionCommand.ts
index d769c09c33e1..c9639dafd7e7 100644
--- a/clients/client-ec2/src/commands/DeleteTrafficMirrorSessionCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteTrafficMirrorSessionCommand.ts
@@ -78,4 +78,16 @@ export class DeleteTrafficMirrorSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTrafficMirrorSessionCommand)
.de(de_DeleteTrafficMirrorSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTrafficMirrorSessionRequest;
+ output: DeleteTrafficMirrorSessionResult;
+ };
+ sdk: {
+ input: DeleteTrafficMirrorSessionCommandInput;
+ output: DeleteTrafficMirrorSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteTrafficMirrorTargetCommand.ts b/clients/client-ec2/src/commands/DeleteTrafficMirrorTargetCommand.ts
index c7ea480429e5..24534f737d04 100644
--- a/clients/client-ec2/src/commands/DeleteTrafficMirrorTargetCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteTrafficMirrorTargetCommand.ts
@@ -79,4 +79,16 @@ export class DeleteTrafficMirrorTargetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTrafficMirrorTargetCommand)
.de(de_DeleteTrafficMirrorTargetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTrafficMirrorTargetRequest;
+ output: DeleteTrafficMirrorTargetResult;
+ };
+ sdk: {
+ input: DeleteTrafficMirrorTargetCommandInput;
+ output: DeleteTrafficMirrorTargetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayCommand.ts
index c0accabcf952..0a408d29075e 100644
--- a/clients/client-ec2/src/commands/DeleteTransitGatewayCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteTransitGatewayCommand.ts
@@ -106,4 +106,16 @@ export class DeleteTransitGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTransitGatewayCommand)
.de(de_DeleteTransitGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTransitGatewayRequest;
+ output: DeleteTransitGatewayResult;
+ };
+ sdk: {
+ input: DeleteTransitGatewayCommandInput;
+ output: DeleteTransitGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayConnectCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayConnectCommand.ts
index 082538a052a5..2da18648baa3 100644
--- a/clients/client-ec2/src/commands/DeleteTransitGatewayConnectCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteTransitGatewayConnectCommand.ts
@@ -94,4 +94,16 @@ export class DeleteTransitGatewayConnectCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTransitGatewayConnectCommand)
.de(de_DeleteTransitGatewayConnectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTransitGatewayConnectRequest;
+ output: DeleteTransitGatewayConnectResult;
+ };
+ sdk: {
+ input: DeleteTransitGatewayConnectCommandInput;
+ output: DeleteTransitGatewayConnectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayConnectPeerCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayConnectPeerCommand.ts
index b54d2a2e0e49..2560b849fb00 100644
--- a/clients/client-ec2/src/commands/DeleteTransitGatewayConnectPeerCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteTransitGatewayConnectPeerCommand.ts
@@ -111,4 +111,16 @@ export class DeleteTransitGatewayConnectPeerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTransitGatewayConnectPeerCommand)
.de(de_DeleteTransitGatewayConnectPeerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTransitGatewayConnectPeerRequest;
+ output: DeleteTransitGatewayConnectPeerResult;
+ };
+ sdk: {
+ input: DeleteTransitGatewayConnectPeerCommandInput;
+ output: DeleteTransitGatewayConnectPeerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayMulticastDomainCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayMulticastDomainCommand.ts
index 8b38ca01c07c..6592d14b6e87 100644
--- a/clients/client-ec2/src/commands/DeleteTransitGatewayMulticastDomainCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteTransitGatewayMulticastDomainCommand.ts
@@ -104,4 +104,16 @@ export class DeleteTransitGatewayMulticastDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTransitGatewayMulticastDomainCommand)
.de(de_DeleteTransitGatewayMulticastDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTransitGatewayMulticastDomainRequest;
+ output: DeleteTransitGatewayMulticastDomainResult;
+ };
+ sdk: {
+ input: DeleteTransitGatewayMulticastDomainCommandInput;
+ output: DeleteTransitGatewayMulticastDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayPeeringAttachmentCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayPeeringAttachmentCommand.ts
index 62a31c0a52d5..b1722bf61354 100644
--- a/clients/client-ec2/src/commands/DeleteTransitGatewayPeeringAttachmentCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteTransitGatewayPeeringAttachmentCommand.ts
@@ -117,4 +117,16 @@ export class DeleteTransitGatewayPeeringAttachmentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTransitGatewayPeeringAttachmentCommand)
.de(de_DeleteTransitGatewayPeeringAttachmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTransitGatewayPeeringAttachmentRequest;
+ output: DeleteTransitGatewayPeeringAttachmentResult;
+ };
+ sdk: {
+ input: DeleteTransitGatewayPeeringAttachmentCommandInput;
+ output: DeleteTransitGatewayPeeringAttachmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayPolicyTableCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayPolicyTableCommand.ts
index 33889ee9284f..072aec4af2b0 100644
--- a/clients/client-ec2/src/commands/DeleteTransitGatewayPolicyTableCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteTransitGatewayPolicyTableCommand.ts
@@ -94,4 +94,16 @@ export class DeleteTransitGatewayPolicyTableCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTransitGatewayPolicyTableCommand)
.de(de_DeleteTransitGatewayPolicyTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTransitGatewayPolicyTableRequest;
+ output: DeleteTransitGatewayPolicyTableResult;
+ };
+ sdk: {
+ input: DeleteTransitGatewayPolicyTableCommandInput;
+ output: DeleteTransitGatewayPolicyTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts
index 7787c481e91b..68bc2bd071e4 100644
--- a/clients/client-ec2/src/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts
@@ -99,4 +99,16 @@ export class DeleteTransitGatewayPrefixListReferenceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTransitGatewayPrefixListReferenceCommand)
.de(de_DeleteTransitGatewayPrefixListReferenceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTransitGatewayPrefixListReferenceRequest;
+ output: DeleteTransitGatewayPrefixListReferenceResult;
+ };
+ sdk: {
+ input: DeleteTransitGatewayPrefixListReferenceCommandInput;
+ output: DeleteTransitGatewayPrefixListReferenceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteCommand.ts
index 9825b9ed51df..e9642a8cb810 100644
--- a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteCommand.ts
@@ -92,4 +92,16 @@ export class DeleteTransitGatewayRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTransitGatewayRouteCommand)
.de(de_DeleteTransitGatewayRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTransitGatewayRouteRequest;
+ output: DeleteTransitGatewayRouteResult;
+ };
+ sdk: {
+ input: DeleteTransitGatewayRouteCommandInput;
+ output: DeleteTransitGatewayRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.ts
index 81eaeb7097a5..0f54207aa0e7 100644
--- a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.ts
@@ -104,4 +104,16 @@ export class DeleteTransitGatewayRouteTableAnnouncementCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTransitGatewayRouteTableAnnouncementCommand)
.de(de_DeleteTransitGatewayRouteTableAnnouncementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTransitGatewayRouteTableAnnouncementRequest;
+ output: DeleteTransitGatewayRouteTableAnnouncementResult;
+ };
+ sdk: {
+ input: DeleteTransitGatewayRouteTableAnnouncementCommandInput;
+ output: DeleteTransitGatewayRouteTableAnnouncementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableCommand.ts
index ca46ebc5e98b..b2d3688e89af 100644
--- a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableCommand.ts
@@ -97,4 +97,16 @@ export class DeleteTransitGatewayRouteTableCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTransitGatewayRouteTableCommand)
.de(de_DeleteTransitGatewayRouteTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTransitGatewayRouteTableRequest;
+ output: DeleteTransitGatewayRouteTableResult;
+ };
+ sdk: {
+ input: DeleteTransitGatewayRouteTableCommandInput;
+ output: DeleteTransitGatewayRouteTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayVpcAttachmentCommand.ts
index da4839c4c71e..1724edf011fb 100644
--- a/clients/client-ec2/src/commands/DeleteTransitGatewayVpcAttachmentCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteTransitGatewayVpcAttachmentCommand.ts
@@ -105,4 +105,16 @@ export class DeleteTransitGatewayVpcAttachmentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTransitGatewayVpcAttachmentCommand)
.de(de_DeleteTransitGatewayVpcAttachmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTransitGatewayVpcAttachmentRequest;
+ output: DeleteTransitGatewayVpcAttachmentResult;
+ };
+ sdk: {
+ input: DeleteTransitGatewayVpcAttachmentCommandInput;
+ output: DeleteTransitGatewayVpcAttachmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteVerifiedAccessEndpointCommand.ts b/clients/client-ec2/src/commands/DeleteVerifiedAccessEndpointCommand.ts
index 8f2500f41410..7be737773648 100644
--- a/clients/client-ec2/src/commands/DeleteVerifiedAccessEndpointCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteVerifiedAccessEndpointCommand.ts
@@ -125,4 +125,16 @@ export class DeleteVerifiedAccessEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVerifiedAccessEndpointCommand)
.de(de_DeleteVerifiedAccessEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVerifiedAccessEndpointRequest;
+ output: DeleteVerifiedAccessEndpointResult;
+ };
+ sdk: {
+ input: DeleteVerifiedAccessEndpointCommandInput;
+ output: DeleteVerifiedAccessEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteVerifiedAccessGroupCommand.ts b/clients/client-ec2/src/commands/DeleteVerifiedAccessGroupCommand.ts
index d6c5cf3b80a5..086c41ed5cdc 100644
--- a/clients/client-ec2/src/commands/DeleteVerifiedAccessGroupCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteVerifiedAccessGroupCommand.ts
@@ -98,4 +98,16 @@ export class DeleteVerifiedAccessGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVerifiedAccessGroupCommand)
.de(de_DeleteVerifiedAccessGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVerifiedAccessGroupRequest;
+ output: DeleteVerifiedAccessGroupResult;
+ };
+ sdk: {
+ input: DeleteVerifiedAccessGroupCommandInput;
+ output: DeleteVerifiedAccessGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteVerifiedAccessInstanceCommand.ts b/clients/client-ec2/src/commands/DeleteVerifiedAccessInstanceCommand.ts
index 9cf63013213d..380cf489e18d 100644
--- a/clients/client-ec2/src/commands/DeleteVerifiedAccessInstanceCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteVerifiedAccessInstanceCommand.ts
@@ -102,4 +102,16 @@ export class DeleteVerifiedAccessInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVerifiedAccessInstanceCommand)
.de(de_DeleteVerifiedAccessInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVerifiedAccessInstanceRequest;
+ output: DeleteVerifiedAccessInstanceResult;
+ };
+ sdk: {
+ input: DeleteVerifiedAccessInstanceCommandInput;
+ output: DeleteVerifiedAccessInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/DeleteVerifiedAccessTrustProviderCommand.ts
index 89fc7d2b5fbb..6772399cecc5 100644
--- a/clients/client-ec2/src/commands/DeleteVerifiedAccessTrustProviderCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteVerifiedAccessTrustProviderCommand.ts
@@ -120,4 +120,16 @@ export class DeleteVerifiedAccessTrustProviderCommand extends $Command
.f(void 0, DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog)
.ser(se_DeleteVerifiedAccessTrustProviderCommand)
.de(de_DeleteVerifiedAccessTrustProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVerifiedAccessTrustProviderRequest;
+ output: DeleteVerifiedAccessTrustProviderResult;
+ };
+ sdk: {
+ input: DeleteVerifiedAccessTrustProviderCommandInput;
+ output: DeleteVerifiedAccessTrustProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteVolumeCommand.ts b/clients/client-ec2/src/commands/DeleteVolumeCommand.ts
index 14c3b18b8741..5074dd147c14 100644
--- a/clients/client-ec2/src/commands/DeleteVolumeCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteVolumeCommand.ts
@@ -91,4 +91,16 @@ export class DeleteVolumeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVolumeCommand)
.de(de_DeleteVolumeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVolumeRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVolumeCommandInput;
+ output: DeleteVolumeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteVpcCommand.ts b/clients/client-ec2/src/commands/DeleteVpcCommand.ts
index f151ba3d344d..e0fd2dae6d78 100644
--- a/clients/client-ec2/src/commands/DeleteVpcCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteVpcCommand.ts
@@ -87,4 +87,16 @@ export class DeleteVpcCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVpcCommand)
.de(de_DeleteVpcCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVpcRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVpcCommandInput;
+ output: DeleteVpcCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteVpcEndpointConnectionNotificationsCommand.ts b/clients/client-ec2/src/commands/DeleteVpcEndpointConnectionNotificationsCommand.ts
index 4361d7d94ae4..6da1f2602afd 100644
--- a/clients/client-ec2/src/commands/DeleteVpcEndpointConnectionNotificationsCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteVpcEndpointConnectionNotificationsCommand.ts
@@ -97,4 +97,16 @@ export class DeleteVpcEndpointConnectionNotificationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVpcEndpointConnectionNotificationsCommand)
.de(de_DeleteVpcEndpointConnectionNotificationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVpcEndpointConnectionNotificationsRequest;
+ output: DeleteVpcEndpointConnectionNotificationsResult;
+ };
+ sdk: {
+ input: DeleteVpcEndpointConnectionNotificationsCommandInput;
+ output: DeleteVpcEndpointConnectionNotificationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteVpcEndpointServiceConfigurationsCommand.ts b/clients/client-ec2/src/commands/DeleteVpcEndpointServiceConfigurationsCommand.ts
index d97d51389881..5346e6952bbc 100644
--- a/clients/client-ec2/src/commands/DeleteVpcEndpointServiceConfigurationsCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteVpcEndpointServiceConfigurationsCommand.ts
@@ -100,4 +100,16 @@ export class DeleteVpcEndpointServiceConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVpcEndpointServiceConfigurationsCommand)
.de(de_DeleteVpcEndpointServiceConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVpcEndpointServiceConfigurationsRequest;
+ output: DeleteVpcEndpointServiceConfigurationsResult;
+ };
+ sdk: {
+ input: DeleteVpcEndpointServiceConfigurationsCommandInput;
+ output: DeleteVpcEndpointServiceConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteVpcEndpointsCommand.ts b/clients/client-ec2/src/commands/DeleteVpcEndpointsCommand.ts
index 7b0c946a12f7..19ab9cd6ef79 100644
--- a/clients/client-ec2/src/commands/DeleteVpcEndpointsCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteVpcEndpointsCommand.ts
@@ -92,4 +92,16 @@ export class DeleteVpcEndpointsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVpcEndpointsCommand)
.de(de_DeleteVpcEndpointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVpcEndpointsRequest;
+ output: DeleteVpcEndpointsResult;
+ };
+ sdk: {
+ input: DeleteVpcEndpointsCommandInput;
+ output: DeleteVpcEndpointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteVpcPeeringConnectionCommand.ts b/clients/client-ec2/src/commands/DeleteVpcPeeringConnectionCommand.ts
index cd40f0b29369..497bb3ab5261 100644
--- a/clients/client-ec2/src/commands/DeleteVpcPeeringConnectionCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteVpcPeeringConnectionCommand.ts
@@ -82,4 +82,16 @@ export class DeleteVpcPeeringConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVpcPeeringConnectionCommand)
.de(de_DeleteVpcPeeringConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVpcPeeringConnectionRequest;
+ output: DeleteVpcPeeringConnectionResult;
+ };
+ sdk: {
+ input: DeleteVpcPeeringConnectionCommandInput;
+ output: DeleteVpcPeeringConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteVpnConnectionCommand.ts b/clients/client-ec2/src/commands/DeleteVpnConnectionCommand.ts
index c6d68280de8b..bfd10079a921 100644
--- a/clients/client-ec2/src/commands/DeleteVpnConnectionCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteVpnConnectionCommand.ts
@@ -86,4 +86,16 @@ export class DeleteVpnConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVpnConnectionCommand)
.de(de_DeleteVpnConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVpnConnectionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVpnConnectionCommandInput;
+ output: DeleteVpnConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteVpnConnectionRouteCommand.ts b/clients/client-ec2/src/commands/DeleteVpnConnectionRouteCommand.ts
index d351adf317e3..56b41d744a83 100644
--- a/clients/client-ec2/src/commands/DeleteVpnConnectionRouteCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteVpnConnectionRouteCommand.ts
@@ -79,4 +79,16 @@ export class DeleteVpnConnectionRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVpnConnectionRouteCommand)
.de(de_DeleteVpnConnectionRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVpnConnectionRouteRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVpnConnectionRouteCommandInput;
+ output: DeleteVpnConnectionRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeleteVpnGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteVpnGatewayCommand.ts
index e1cd3507bbf9..5c84071213e6 100644
--- a/clients/client-ec2/src/commands/DeleteVpnGatewayCommand.ts
+++ b/clients/client-ec2/src/commands/DeleteVpnGatewayCommand.ts
@@ -79,4 +79,16 @@ export class DeleteVpnGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVpnGatewayCommand)
.de(de_DeleteVpnGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVpnGatewayRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVpnGatewayCommandInput;
+ output: DeleteVpnGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeprovisionByoipCidrCommand.ts b/clients/client-ec2/src/commands/DeprovisionByoipCidrCommand.ts
index 92ccc7a9c7d8..3b30ffa4026b 100644
--- a/clients/client-ec2/src/commands/DeprovisionByoipCidrCommand.ts
+++ b/clients/client-ec2/src/commands/DeprovisionByoipCidrCommand.ts
@@ -95,4 +95,16 @@ export class DeprovisionByoipCidrCommand extends $Command
.f(void 0, void 0)
.ser(se_DeprovisionByoipCidrCommand)
.de(de_DeprovisionByoipCidrCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeprovisionByoipCidrRequest;
+ output: DeprovisionByoipCidrResult;
+ };
+ sdk: {
+ input: DeprovisionByoipCidrCommandInput;
+ output: DeprovisionByoipCidrCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeprovisionIpamByoasnCommand.ts b/clients/client-ec2/src/commands/DeprovisionIpamByoasnCommand.ts
index b456ca5b58dd..668c626cc66d 100644
--- a/clients/client-ec2/src/commands/DeprovisionIpamByoasnCommand.ts
+++ b/clients/client-ec2/src/commands/DeprovisionIpamByoasnCommand.ts
@@ -85,4 +85,16 @@ export class DeprovisionIpamByoasnCommand extends $Command
.f(void 0, void 0)
.ser(se_DeprovisionIpamByoasnCommand)
.de(de_DeprovisionIpamByoasnCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeprovisionIpamByoasnRequest;
+ output: DeprovisionIpamByoasnResult;
+ };
+ sdk: {
+ input: DeprovisionIpamByoasnCommandInput;
+ output: DeprovisionIpamByoasnCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeprovisionIpamPoolCidrCommand.ts b/clients/client-ec2/src/commands/DeprovisionIpamPoolCidrCommand.ts
index 05465ae27699..7ef392587400 100644
--- a/clients/client-ec2/src/commands/DeprovisionIpamPoolCidrCommand.ts
+++ b/clients/client-ec2/src/commands/DeprovisionIpamPoolCidrCommand.ts
@@ -88,4 +88,16 @@ export class DeprovisionIpamPoolCidrCommand extends $Command
.f(void 0, void 0)
.ser(se_DeprovisionIpamPoolCidrCommand)
.de(de_DeprovisionIpamPoolCidrCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeprovisionIpamPoolCidrRequest;
+ output: DeprovisionIpamPoolCidrResult;
+ };
+ sdk: {
+ input: DeprovisionIpamPoolCidrCommandInput;
+ output: DeprovisionIpamPoolCidrCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeprovisionPublicIpv4PoolCidrCommand.ts b/clients/client-ec2/src/commands/DeprovisionPublicIpv4PoolCidrCommand.ts
index 83edcb5cb5db..5c5d08b1e149 100644
--- a/clients/client-ec2/src/commands/DeprovisionPublicIpv4PoolCidrCommand.ts
+++ b/clients/client-ec2/src/commands/DeprovisionPublicIpv4PoolCidrCommand.ts
@@ -84,4 +84,16 @@ export class DeprovisionPublicIpv4PoolCidrCommand extends $Command
.f(void 0, void 0)
.ser(se_DeprovisionPublicIpv4PoolCidrCommand)
.de(de_DeprovisionPublicIpv4PoolCidrCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeprovisionPublicIpv4PoolCidrRequest;
+ output: DeprovisionPublicIpv4PoolCidrResult;
+ };
+ sdk: {
+ input: DeprovisionPublicIpv4PoolCidrCommandInput;
+ output: DeprovisionPublicIpv4PoolCidrCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeregisterImageCommand.ts b/clients/client-ec2/src/commands/DeregisterImageCommand.ts
index e52fde429f60..2673143ef050 100644
--- a/clients/client-ec2/src/commands/DeregisterImageCommand.ts
+++ b/clients/client-ec2/src/commands/DeregisterImageCommand.ts
@@ -87,4 +87,16 @@ export class DeregisterImageCommand extends $Command
.f(void 0, void 0)
.ser(se_DeregisterImageCommand)
.de(de_DeregisterImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterImageRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeregisterImageCommandInput;
+ output: DeregisterImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeregisterInstanceEventNotificationAttributesCommand.ts b/clients/client-ec2/src/commands/DeregisterInstanceEventNotificationAttributesCommand.ts
index 7b937e53597e..b99a74e2a1e1 100644
--- a/clients/client-ec2/src/commands/DeregisterInstanceEventNotificationAttributesCommand.ts
+++ b/clients/client-ec2/src/commands/DeregisterInstanceEventNotificationAttributesCommand.ts
@@ -98,4 +98,16 @@ export class DeregisterInstanceEventNotificationAttributesCommand extends $Comma
.f(void 0, void 0)
.ser(se_DeregisterInstanceEventNotificationAttributesCommand)
.de(de_DeregisterInstanceEventNotificationAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterInstanceEventNotificationAttributesRequest;
+ output: DeregisterInstanceEventNotificationAttributesResult;
+ };
+ sdk: {
+ input: DeregisterInstanceEventNotificationAttributesCommandInput;
+ output: DeregisterInstanceEventNotificationAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.ts b/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.ts
index eb9210f2608e..01ffee5a0591 100644
--- a/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.ts
+++ b/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.ts
@@ -97,4 +97,16 @@ export class DeregisterTransitGatewayMulticastGroupMembersCommand extends $Comma
.f(void 0, void 0)
.ser(se_DeregisterTransitGatewayMulticastGroupMembersCommand)
.de(de_DeregisterTransitGatewayMulticastGroupMembersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterTransitGatewayMulticastGroupMembersRequest;
+ output: DeregisterTransitGatewayMulticastGroupMembersResult;
+ };
+ sdk: {
+ input: DeregisterTransitGatewayMulticastGroupMembersCommandInput;
+ output: DeregisterTransitGatewayMulticastGroupMembersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.ts b/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.ts
index cb9c76c8f9d9..1a66c31fdc7a 100644
--- a/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.ts
+++ b/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.ts
@@ -97,4 +97,16 @@ export class DeregisterTransitGatewayMulticastGroupSourcesCommand extends $Comma
.f(void 0, void 0)
.ser(se_DeregisterTransitGatewayMulticastGroupSourcesCommand)
.de(de_DeregisterTransitGatewayMulticastGroupSourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterTransitGatewayMulticastGroupSourcesRequest;
+ output: DeregisterTransitGatewayMulticastGroupSourcesResult;
+ };
+ sdk: {
+ input: DeregisterTransitGatewayMulticastGroupSourcesCommandInput;
+ output: DeregisterTransitGatewayMulticastGroupSourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-ec2/src/commands/DescribeAccountAttributesCommand.ts
index 6cea31be15a7..8ba5204b018b 100644
--- a/clients/client-ec2/src/commands/DescribeAccountAttributesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeAccountAttributesCommand.ts
@@ -220,4 +220,16 @@ export class DescribeAccountAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAccountAttributesCommand)
.de(de_DescribeAccountAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAccountAttributesRequest;
+ output: DescribeAccountAttributesResult;
+ };
+ sdk: {
+ input: DescribeAccountAttributesCommandInput;
+ output: DescribeAccountAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeAddressTransfersCommand.ts b/clients/client-ec2/src/commands/DescribeAddressTransfersCommand.ts
index 59ae865b9eba..53ca206f9aac 100644
--- a/clients/client-ec2/src/commands/DescribeAddressTransfersCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeAddressTransfersCommand.ts
@@ -101,4 +101,16 @@ export class DescribeAddressTransfersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAddressTransfersCommand)
.de(de_DescribeAddressTransfersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAddressTransfersRequest;
+ output: DescribeAddressTransfersResult;
+ };
+ sdk: {
+ input: DescribeAddressTransfersCommandInput;
+ output: DescribeAddressTransfersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeAddressesAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeAddressesAttributeCommand.ts
index 575cd0287a74..0be601964dbe 100644
--- a/clients/client-ec2/src/commands/DescribeAddressesAttributeCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeAddressesAttributeCommand.ts
@@ -95,4 +95,16 @@ export class DescribeAddressesAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAddressesAttributeCommand)
.de(de_DescribeAddressesAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAddressesAttributeRequest;
+ output: DescribeAddressesAttributeResult;
+ };
+ sdk: {
+ input: DescribeAddressesAttributeCommandInput;
+ output: DescribeAddressesAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeAddressesCommand.ts b/clients/client-ec2/src/commands/DescribeAddressesCommand.ts
index db0f81a66b44..30c7f91283ad 100644
--- a/clients/client-ec2/src/commands/DescribeAddressesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeAddressesCommand.ts
@@ -143,4 +143,16 @@ export class DescribeAddressesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAddressesCommand)
.de(de_DescribeAddressesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAddressesRequest;
+ output: DescribeAddressesResult;
+ };
+ sdk: {
+ input: DescribeAddressesCommandInput;
+ output: DescribeAddressesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeAggregateIdFormatCommand.ts b/clients/client-ec2/src/commands/DescribeAggregateIdFormatCommand.ts
index 5e8fe0b8ac39..6351229fe127 100644
--- a/clients/client-ec2/src/commands/DescribeAggregateIdFormatCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeAggregateIdFormatCommand.ts
@@ -100,4 +100,16 @@ export class DescribeAggregateIdFormatCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAggregateIdFormatCommand)
.de(de_DescribeAggregateIdFormatCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAggregateIdFormatRequest;
+ output: DescribeAggregateIdFormatResult;
+ };
+ sdk: {
+ input: DescribeAggregateIdFormatCommandInput;
+ output: DescribeAggregateIdFormatCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeAvailabilityZonesCommand.ts b/clients/client-ec2/src/commands/DescribeAvailabilityZonesCommand.ts
index 9770c9b2c1a6..adcef057c431 100644
--- a/clients/client-ec2/src/commands/DescribeAvailabilityZonesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeAvailabilityZonesCommand.ts
@@ -159,4 +159,16 @@ export class DescribeAvailabilityZonesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAvailabilityZonesCommand)
.de(de_DescribeAvailabilityZonesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAvailabilityZonesRequest;
+ output: DescribeAvailabilityZonesResult;
+ };
+ sdk: {
+ input: DescribeAvailabilityZonesCommandInput;
+ output: DescribeAvailabilityZonesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.ts b/clients/client-ec2/src/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.ts
index 5d6b09e971d1..68a487f983f4 100644
--- a/clients/client-ec2/src/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.ts
@@ -105,4 +105,16 @@ export class DescribeAwsNetworkPerformanceMetricSubscriptionsCommand extends $Co
.f(void 0, void 0)
.ser(se_DescribeAwsNetworkPerformanceMetricSubscriptionsCommand)
.de(de_DescribeAwsNetworkPerformanceMetricSubscriptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAwsNetworkPerformanceMetricSubscriptionsRequest;
+ output: DescribeAwsNetworkPerformanceMetricSubscriptionsResult;
+ };
+ sdk: {
+ input: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput;
+ output: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeBundleTasksCommand.ts b/clients/client-ec2/src/commands/DescribeBundleTasksCommand.ts
index 929261d43b6f..c07ce3223704 100644
--- a/clients/client-ec2/src/commands/DescribeBundleTasksCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeBundleTasksCommand.ts
@@ -122,4 +122,16 @@ export class DescribeBundleTasksCommand extends $Command
.f(void 0, DescribeBundleTasksResultFilterSensitiveLog)
.ser(se_DescribeBundleTasksCommand)
.de(de_DescribeBundleTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBundleTasksRequest;
+ output: DescribeBundleTasksResult;
+ };
+ sdk: {
+ input: DescribeBundleTasksCommandInput;
+ output: DescribeBundleTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeByoipCidrsCommand.ts b/clients/client-ec2/src/commands/DescribeByoipCidrsCommand.ts
index 5c05e5ae47e8..832a758c6c3f 100644
--- a/clients/client-ec2/src/commands/DescribeByoipCidrsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeByoipCidrsCommand.ts
@@ -98,4 +98,16 @@ export class DescribeByoipCidrsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeByoipCidrsCommand)
.de(de_DescribeByoipCidrsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeByoipCidrsRequest;
+ output: DescribeByoipCidrsResult;
+ };
+ sdk: {
+ input: DescribeByoipCidrsCommandInput;
+ output: DescribeByoipCidrsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeCapacityBlockOfferingsCommand.ts b/clients/client-ec2/src/commands/DescribeCapacityBlockOfferingsCommand.ts
index ce9e97062425..d2c231851986 100644
--- a/clients/client-ec2/src/commands/DescribeCapacityBlockOfferingsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeCapacityBlockOfferingsCommand.ts
@@ -103,4 +103,16 @@ export class DescribeCapacityBlockOfferingsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCapacityBlockOfferingsCommand)
.de(de_DescribeCapacityBlockOfferingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCapacityBlockOfferingsRequest;
+ output: DescribeCapacityBlockOfferingsResult;
+ };
+ sdk: {
+ input: DescribeCapacityBlockOfferingsCommandInput;
+ output: DescribeCapacityBlockOfferingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeCapacityReservationFleetsCommand.ts b/clients/client-ec2/src/commands/DescribeCapacityReservationFleetsCommand.ts
index c439b9499c81..070875f3446b 100644
--- a/clients/client-ec2/src/commands/DescribeCapacityReservationFleetsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeCapacityReservationFleetsCommand.ts
@@ -130,4 +130,16 @@ export class DescribeCapacityReservationFleetsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCapacityReservationFleetsCommand)
.de(de_DescribeCapacityReservationFleetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCapacityReservationFleetsRequest;
+ output: DescribeCapacityReservationFleetsResult;
+ };
+ sdk: {
+ input: DescribeCapacityReservationFleetsCommandInput;
+ output: DescribeCapacityReservationFleetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeCapacityReservationsCommand.ts b/clients/client-ec2/src/commands/DescribeCapacityReservationsCommand.ts
index 6c02f2afa6fc..9ded5acd6800 100644
--- a/clients/client-ec2/src/commands/DescribeCapacityReservationsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeCapacityReservationsCommand.ts
@@ -131,4 +131,16 @@ export class DescribeCapacityReservationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCapacityReservationsCommand)
.de(de_DescribeCapacityReservationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCapacityReservationsRequest;
+ output: DescribeCapacityReservationsResult;
+ };
+ sdk: {
+ input: DescribeCapacityReservationsCommandInput;
+ output: DescribeCapacityReservationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeCarrierGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeCarrierGatewaysCommand.ts
index dbd85990c0f7..473b511c4d19 100644
--- a/clients/client-ec2/src/commands/DescribeCarrierGatewaysCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeCarrierGatewaysCommand.ts
@@ -104,4 +104,16 @@ export class DescribeCarrierGatewaysCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCarrierGatewaysCommand)
.de(de_DescribeCarrierGatewaysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCarrierGatewaysRequest;
+ output: DescribeCarrierGatewaysResult;
+ };
+ sdk: {
+ input: DescribeCarrierGatewaysCommandInput;
+ output: DescribeCarrierGatewaysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeClassicLinkInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeClassicLinkInstancesCommand.ts
index 88fd53bd74bb..90535e0f85b9 100644
--- a/clients/client-ec2/src/commands/DescribeClassicLinkInstancesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeClassicLinkInstancesCommand.ts
@@ -115,4 +115,16 @@ export class DescribeClassicLinkInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeClassicLinkInstancesCommand)
.de(de_DescribeClassicLinkInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeClassicLinkInstancesRequest;
+ output: DescribeClassicLinkInstancesResult;
+ };
+ sdk: {
+ input: DescribeClassicLinkInstancesCommandInput;
+ output: DescribeClassicLinkInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeClientVpnAuthorizationRulesCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnAuthorizationRulesCommand.ts
index 71e23b401c23..c74ed300c032 100644
--- a/clients/client-ec2/src/commands/DescribeClientVpnAuthorizationRulesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeClientVpnAuthorizationRulesCommand.ts
@@ -109,4 +109,16 @@ export class DescribeClientVpnAuthorizationRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeClientVpnAuthorizationRulesCommand)
.de(de_DescribeClientVpnAuthorizationRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeClientVpnAuthorizationRulesRequest;
+ output: DescribeClientVpnAuthorizationRulesResult;
+ };
+ sdk: {
+ input: DescribeClientVpnAuthorizationRulesCommandInput;
+ output: DescribeClientVpnAuthorizationRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeClientVpnConnectionsCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnConnectionsCommand.ts
index fe3c6b032205..c820ad415451 100644
--- a/clients/client-ec2/src/commands/DescribeClientVpnConnectionsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeClientVpnConnectionsCommand.ts
@@ -114,4 +114,16 @@ export class DescribeClientVpnConnectionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeClientVpnConnectionsCommand)
.de(de_DescribeClientVpnConnectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeClientVpnConnectionsRequest;
+ output: DescribeClientVpnConnectionsResult;
+ };
+ sdk: {
+ input: DescribeClientVpnConnectionsCommandInput;
+ output: DescribeClientVpnConnectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeClientVpnEndpointsCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnEndpointsCommand.ts
index ce31c352d7ab..0b38a476b66f 100644
--- a/clients/client-ec2/src/commands/DescribeClientVpnEndpointsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeClientVpnEndpointsCommand.ts
@@ -162,4 +162,16 @@ export class DescribeClientVpnEndpointsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeClientVpnEndpointsCommand)
.de(de_DescribeClientVpnEndpointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeClientVpnEndpointsRequest;
+ output: DescribeClientVpnEndpointsResult;
+ };
+ sdk: {
+ input: DescribeClientVpnEndpointsCommandInput;
+ output: DescribeClientVpnEndpointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeClientVpnRoutesCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnRoutesCommand.ts
index f78276854dfd..98ce8e9721a8 100644
--- a/clients/client-ec2/src/commands/DescribeClientVpnRoutesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeClientVpnRoutesCommand.ts
@@ -102,4 +102,16 @@ export class DescribeClientVpnRoutesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeClientVpnRoutesCommand)
.de(de_DescribeClientVpnRoutesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeClientVpnRoutesRequest;
+ output: DescribeClientVpnRoutesResult;
+ };
+ sdk: {
+ input: DescribeClientVpnRoutesCommandInput;
+ output: DescribeClientVpnRoutesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeClientVpnTargetNetworksCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnTargetNetworksCommand.ts
index 4cbec8b407d6..e54a24e1cc63 100644
--- a/clients/client-ec2/src/commands/DescribeClientVpnTargetNetworksCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeClientVpnTargetNetworksCommand.ts
@@ -111,4 +111,16 @@ export class DescribeClientVpnTargetNetworksCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeClientVpnTargetNetworksCommand)
.de(de_DescribeClientVpnTargetNetworksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeClientVpnTargetNetworksRequest;
+ output: DescribeClientVpnTargetNetworksResult;
+ };
+ sdk: {
+ input: DescribeClientVpnTargetNetworksCommandInput;
+ output: DescribeClientVpnTargetNetworksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeCoipPoolsCommand.ts b/clients/client-ec2/src/commands/DescribeCoipPoolsCommand.ts
index 64e3172c7365..e707a1d0c6f6 100644
--- a/clients/client-ec2/src/commands/DescribeCoipPoolsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeCoipPoolsCommand.ts
@@ -106,4 +106,16 @@ export class DescribeCoipPoolsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCoipPoolsCommand)
.de(de_DescribeCoipPoolsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCoipPoolsRequest;
+ output: DescribeCoipPoolsResult;
+ };
+ sdk: {
+ input: DescribeCoipPoolsCommandInput;
+ output: DescribeCoipPoolsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeConversionTasksCommand.ts b/clients/client-ec2/src/commands/DescribeConversionTasksCommand.ts
index 79db3dd3e9a7..9d3738094ac0 100644
--- a/clients/client-ec2/src/commands/DescribeConversionTasksCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeConversionTasksCommand.ts
@@ -138,4 +138,16 @@ export class DescribeConversionTasksCommand extends $Command
.f(void 0, DescribeConversionTasksResultFilterSensitiveLog)
.ser(se_DescribeConversionTasksCommand)
.de(de_DescribeConversionTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConversionTasksRequest;
+ output: DescribeConversionTasksResult;
+ };
+ sdk: {
+ input: DescribeConversionTasksCommandInput;
+ output: DescribeConversionTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeCustomerGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeCustomerGatewaysCommand.ts
index 1012fc797464..3d86eab34f30 100644
--- a/clients/client-ec2/src/commands/DescribeCustomerGatewaysCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeCustomerGatewaysCommand.ts
@@ -133,4 +133,16 @@ export class DescribeCustomerGatewaysCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCustomerGatewaysCommand)
.de(de_DescribeCustomerGatewaysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCustomerGatewaysRequest;
+ output: DescribeCustomerGatewaysResult;
+ };
+ sdk: {
+ input: DescribeCustomerGatewaysCommandInput;
+ output: DescribeCustomerGatewaysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeDhcpOptionsCommand.ts b/clients/client-ec2/src/commands/DescribeDhcpOptionsCommand.ts
index c5d503980f1b..c8c516419c6d 100644
--- a/clients/client-ec2/src/commands/DescribeDhcpOptionsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeDhcpOptionsCommand.ts
@@ -151,4 +151,16 @@ export class DescribeDhcpOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDhcpOptionsCommand)
.de(de_DescribeDhcpOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDhcpOptionsRequest;
+ output: DescribeDhcpOptionsResult;
+ };
+ sdk: {
+ input: DescribeDhcpOptionsCommandInput;
+ output: DescribeDhcpOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeEgressOnlyInternetGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeEgressOnlyInternetGatewaysCommand.ts
index 95ee06ccfb41..289a51f44c5a 100644
--- a/clients/client-ec2/src/commands/DescribeEgressOnlyInternetGatewaysCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeEgressOnlyInternetGatewaysCommand.ts
@@ -117,4 +117,16 @@ export class DescribeEgressOnlyInternetGatewaysCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEgressOnlyInternetGatewaysCommand)
.de(de_DescribeEgressOnlyInternetGatewaysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEgressOnlyInternetGatewaysRequest;
+ output: DescribeEgressOnlyInternetGatewaysResult;
+ };
+ sdk: {
+ input: DescribeEgressOnlyInternetGatewaysCommandInput;
+ output: DescribeEgressOnlyInternetGatewaysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts b/clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts
index 71d85f1abd6d..643a10b45c88 100644
--- a/clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts
@@ -113,4 +113,16 @@ export class DescribeElasticGpusCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeElasticGpusCommand)
.de(de_DescribeElasticGpusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeElasticGpusRequest;
+ output: DescribeElasticGpusResult;
+ };
+ sdk: {
+ input: DescribeElasticGpusCommandInput;
+ output: DescribeElasticGpusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeExportImageTasksCommand.ts b/clients/client-ec2/src/commands/DescribeExportImageTasksCommand.ts
index 403599b24c5a..df7c630ed90e 100644
--- a/clients/client-ec2/src/commands/DescribeExportImageTasksCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeExportImageTasksCommand.ts
@@ -110,4 +110,16 @@ export class DescribeExportImageTasksCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeExportImageTasksCommand)
.de(de_DescribeExportImageTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeExportImageTasksRequest;
+ output: DescribeExportImageTasksResult;
+ };
+ sdk: {
+ input: DescribeExportImageTasksCommandInput;
+ output: DescribeExportImageTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeExportTasksCommand.ts b/clients/client-ec2/src/commands/DescribeExportTasksCommand.ts
index 8610f2b8cefc..9009a6bac567 100644
--- a/clients/client-ec2/src/commands/DescribeExportTasksCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeExportTasksCommand.ts
@@ -110,4 +110,16 @@ export class DescribeExportTasksCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeExportTasksCommand)
.de(de_DescribeExportTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeExportTasksRequest;
+ output: DescribeExportTasksResult;
+ };
+ sdk: {
+ input: DescribeExportTasksCommandInput;
+ output: DescribeExportTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeFastLaunchImagesCommand.ts b/clients/client-ec2/src/commands/DescribeFastLaunchImagesCommand.ts
index 969fcd15a63b..1b035beacc44 100644
--- a/clients/client-ec2/src/commands/DescribeFastLaunchImagesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeFastLaunchImagesCommand.ts
@@ -109,4 +109,16 @@ export class DescribeFastLaunchImagesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFastLaunchImagesCommand)
.de(de_DescribeFastLaunchImagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFastLaunchImagesRequest;
+ output: DescribeFastLaunchImagesResult;
+ };
+ sdk: {
+ input: DescribeFastLaunchImagesCommandInput;
+ output: DescribeFastLaunchImagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeFastSnapshotRestoresCommand.ts b/clients/client-ec2/src/commands/DescribeFastSnapshotRestoresCommand.ts
index 7ac67817b983..5a4fc862be19 100644
--- a/clients/client-ec2/src/commands/DescribeFastSnapshotRestoresCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeFastSnapshotRestoresCommand.ts
@@ -104,4 +104,16 @@ export class DescribeFastSnapshotRestoresCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFastSnapshotRestoresCommand)
.de(de_DescribeFastSnapshotRestoresCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFastSnapshotRestoresRequest;
+ output: DescribeFastSnapshotRestoresResult;
+ };
+ sdk: {
+ input: DescribeFastSnapshotRestoresCommandInput;
+ output: DescribeFastSnapshotRestoresCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeFleetHistoryCommand.ts b/clients/client-ec2/src/commands/DescribeFleetHistoryCommand.ts
index 1bb9483cbd79..6b18d8381ce1 100644
--- a/clients/client-ec2/src/commands/DescribeFleetHistoryCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeFleetHistoryCommand.ts
@@ -101,4 +101,16 @@ export class DescribeFleetHistoryCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFleetHistoryCommand)
.de(de_DescribeFleetHistoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFleetHistoryRequest;
+ output: DescribeFleetHistoryResult;
+ };
+ sdk: {
+ input: DescribeFleetHistoryCommandInput;
+ output: DescribeFleetHistoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeFleetInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeFleetInstancesCommand.ts
index 129fc2320748..2818166bbfd9 100644
--- a/clients/client-ec2/src/commands/DescribeFleetInstancesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeFleetInstancesCommand.ts
@@ -104,4 +104,16 @@ export class DescribeFleetInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFleetInstancesCommand)
.de(de_DescribeFleetInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFleetInstancesRequest;
+ output: DescribeFleetInstancesResult;
+ };
+ sdk: {
+ input: DescribeFleetInstancesCommandInput;
+ output: DescribeFleetInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeFleetsCommand.ts b/clients/client-ec2/src/commands/DescribeFleetsCommand.ts
index 5738eb35212c..e600f3493717 100644
--- a/clients/client-ec2/src/commands/DescribeFleetsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeFleetsCommand.ts
@@ -437,4 +437,16 @@ export class DescribeFleetsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFleetsCommand)
.de(de_DescribeFleetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFleetsRequest;
+ output: DescribeFleetsResult;
+ };
+ sdk: {
+ input: DescribeFleetsCommandInput;
+ output: DescribeFleetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeFlowLogsCommand.ts b/clients/client-ec2/src/commands/DescribeFlowLogsCommand.ts
index 21f1d012316d..f82a190a6ae1 100644
--- a/clients/client-ec2/src/commands/DescribeFlowLogsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeFlowLogsCommand.ts
@@ -121,4 +121,16 @@ export class DescribeFlowLogsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFlowLogsCommand)
.de(de_DescribeFlowLogsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFlowLogsRequest;
+ output: DescribeFlowLogsResult;
+ };
+ sdk: {
+ input: DescribeFlowLogsCommandInput;
+ output: DescribeFlowLogsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeFpgaImageAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeFpgaImageAttributeCommand.ts
index 3b69c31f9f51..530ab35031ac 100644
--- a/clients/client-ec2/src/commands/DescribeFpgaImageAttributeCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeFpgaImageAttributeCommand.ts
@@ -95,4 +95,16 @@ export class DescribeFpgaImageAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFpgaImageAttributeCommand)
.de(de_DescribeFpgaImageAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFpgaImageAttributeRequest;
+ output: DescribeFpgaImageAttributeResult;
+ };
+ sdk: {
+ input: DescribeFpgaImageAttributeCommandInput;
+ output: DescribeFpgaImageAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeFpgaImagesCommand.ts b/clients/client-ec2/src/commands/DescribeFpgaImagesCommand.ts
index b547a77ace8d..a474032fec2c 100644
--- a/clients/client-ec2/src/commands/DescribeFpgaImagesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeFpgaImagesCommand.ts
@@ -135,4 +135,16 @@ export class DescribeFpgaImagesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFpgaImagesCommand)
.de(de_DescribeFpgaImagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFpgaImagesRequest;
+ output: DescribeFpgaImagesResult;
+ };
+ sdk: {
+ input: DescribeFpgaImagesCommandInput;
+ output: DescribeFpgaImagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeHostReservationOfferingsCommand.ts b/clients/client-ec2/src/commands/DescribeHostReservationOfferingsCommand.ts
index 4d7c345efbd4..ba5872d6e81a 100644
--- a/clients/client-ec2/src/commands/DescribeHostReservationOfferingsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeHostReservationOfferingsCommand.ts
@@ -111,4 +111,16 @@ export class DescribeHostReservationOfferingsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeHostReservationOfferingsCommand)
.de(de_DescribeHostReservationOfferingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeHostReservationOfferingsRequest;
+ output: DescribeHostReservationOfferingsResult;
+ };
+ sdk: {
+ input: DescribeHostReservationOfferingsCommandInput;
+ output: DescribeHostReservationOfferingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeHostReservationsCommand.ts b/clients/client-ec2/src/commands/DescribeHostReservationsCommand.ts
index 8f4dc31552cb..9b623d1a3056 100644
--- a/clients/client-ec2/src/commands/DescribeHostReservationsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeHostReservationsCommand.ts
@@ -115,4 +115,16 @@ export class DescribeHostReservationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeHostReservationsCommand)
.de(de_DescribeHostReservationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeHostReservationsRequest;
+ output: DescribeHostReservationsResult;
+ };
+ sdk: {
+ input: DescribeHostReservationsCommandInput;
+ output: DescribeHostReservationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeHostsCommand.ts b/clients/client-ec2/src/commands/DescribeHostsCommand.ts
index e9ba8e53200b..1640d00efff0 100644
--- a/clients/client-ec2/src/commands/DescribeHostsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeHostsCommand.ts
@@ -142,4 +142,16 @@ export class DescribeHostsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeHostsCommand)
.de(de_DescribeHostsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeHostsRequest;
+ output: DescribeHostsResult;
+ };
+ sdk: {
+ input: DescribeHostsCommandInput;
+ output: DescribeHostsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeIamInstanceProfileAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeIamInstanceProfileAssociationsCommand.ts
index bef5543ff501..b7ff1308332d 100644
--- a/clients/client-ec2/src/commands/DescribeIamInstanceProfileAssociationsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeIamInstanceProfileAssociationsCommand.ts
@@ -138,4 +138,16 @@ export class DescribeIamInstanceProfileAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeIamInstanceProfileAssociationsCommand)
.de(de_DescribeIamInstanceProfileAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeIamInstanceProfileAssociationsRequest;
+ output: DescribeIamInstanceProfileAssociationsResult;
+ };
+ sdk: {
+ input: DescribeIamInstanceProfileAssociationsCommandInput;
+ output: DescribeIamInstanceProfileAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeIdFormatCommand.ts b/clients/client-ec2/src/commands/DescribeIdFormatCommand.ts
index c7e0fbfec377..3ec45261b00c 100644
--- a/clients/client-ec2/src/commands/DescribeIdFormatCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeIdFormatCommand.ts
@@ -102,4 +102,16 @@ export class DescribeIdFormatCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeIdFormatCommand)
.de(de_DescribeIdFormatCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeIdFormatRequest;
+ output: DescribeIdFormatResult;
+ };
+ sdk: {
+ input: DescribeIdFormatCommandInput;
+ output: DescribeIdFormatCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeIdentityIdFormatCommand.ts b/clients/client-ec2/src/commands/DescribeIdentityIdFormatCommand.ts
index c4340f2e53f0..b803ff5dfae5 100644
--- a/clients/client-ec2/src/commands/DescribeIdentityIdFormatCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeIdentityIdFormatCommand.ts
@@ -102,4 +102,16 @@ export class DescribeIdentityIdFormatCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeIdentityIdFormatCommand)
.de(de_DescribeIdentityIdFormatCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeIdentityIdFormatRequest;
+ output: DescribeIdentityIdFormatResult;
+ };
+ sdk: {
+ input: DescribeIdentityIdFormatCommandInput;
+ output: DescribeIdentityIdFormatCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeImageAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeImageAttributeCommand.ts
index 01254a511228..49c3f5e3fa7c 100644
--- a/clients/client-ec2/src/commands/DescribeImageAttributeCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeImageAttributeCommand.ts
@@ -158,4 +158,16 @@ export class DescribeImageAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeImageAttributeCommand)
.de(de_DescribeImageAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeImageAttributeRequest;
+ output: ImageAttribute;
+ };
+ sdk: {
+ input: DescribeImageAttributeCommandInput;
+ output: DescribeImageAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeImagesCommand.ts b/clients/client-ec2/src/commands/DescribeImagesCommand.ts
index f70dec3174a6..3bdf31ae0acd 100644
--- a/clients/client-ec2/src/commands/DescribeImagesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeImagesCommand.ts
@@ -227,4 +227,16 @@ export class DescribeImagesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeImagesCommand)
.de(de_DescribeImagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeImagesRequest;
+ output: DescribeImagesResult;
+ };
+ sdk: {
+ input: DescribeImagesCommandInput;
+ output: DescribeImagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeImportImageTasksCommand.ts b/clients/client-ec2/src/commands/DescribeImportImageTasksCommand.ts
index a737061a227d..520f22315469 100644
--- a/clients/client-ec2/src/commands/DescribeImportImageTasksCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeImportImageTasksCommand.ts
@@ -140,4 +140,16 @@ export class DescribeImportImageTasksCommand extends $Command
.f(void 0, DescribeImportImageTasksResultFilterSensitiveLog)
.ser(se_DescribeImportImageTasksCommand)
.de(de_DescribeImportImageTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeImportImageTasksRequest;
+ output: DescribeImportImageTasksResult;
+ };
+ sdk: {
+ input: DescribeImportImageTasksCommandInput;
+ output: DescribeImportImageTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeImportSnapshotTasksCommand.ts b/clients/client-ec2/src/commands/DescribeImportSnapshotTasksCommand.ts
index c7620cc84bb3..400ae86377e1 100644
--- a/clients/client-ec2/src/commands/DescribeImportSnapshotTasksCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeImportSnapshotTasksCommand.ts
@@ -122,4 +122,16 @@ export class DescribeImportSnapshotTasksCommand extends $Command
.f(void 0, DescribeImportSnapshotTasksResultFilterSensitiveLog)
.ser(se_DescribeImportSnapshotTasksCommand)
.de(de_DescribeImportSnapshotTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeImportSnapshotTasksRequest;
+ output: DescribeImportSnapshotTasksResult;
+ };
+ sdk: {
+ input: DescribeImportSnapshotTasksCommandInput;
+ output: DescribeImportSnapshotTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeInstanceAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceAttributeCommand.ts
index 2441906be346..284baafc8fa3 100644
--- a/clients/client-ec2/src/commands/DescribeInstanceAttributeCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeInstanceAttributeCommand.ts
@@ -226,4 +226,16 @@ export class DescribeInstanceAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeInstanceAttributeCommand)
.de(de_DescribeInstanceAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInstanceAttributeRequest;
+ output: InstanceAttribute;
+ };
+ sdk: {
+ input: DescribeInstanceAttributeCommandInput;
+ output: DescribeInstanceAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeInstanceConnectEndpointsCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceConnectEndpointsCommand.ts
index 4335e3744727..e7fff0ced99b 100644
--- a/clients/client-ec2/src/commands/DescribeInstanceConnectEndpointsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeInstanceConnectEndpointsCommand.ts
@@ -123,4 +123,16 @@ export class DescribeInstanceConnectEndpointsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeInstanceConnectEndpointsCommand)
.de(de_DescribeInstanceConnectEndpointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInstanceConnectEndpointsRequest;
+ output: DescribeInstanceConnectEndpointsResult;
+ };
+ sdk: {
+ input: DescribeInstanceConnectEndpointsCommandInput;
+ output: DescribeInstanceConnectEndpointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeInstanceCreditSpecificationsCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceCreditSpecificationsCommand.ts
index 291344aa10dd..c9cdd09a7125 100644
--- a/clients/client-ec2/src/commands/DescribeInstanceCreditSpecificationsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeInstanceCreditSpecificationsCommand.ts
@@ -123,4 +123,16 @@ export class DescribeInstanceCreditSpecificationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeInstanceCreditSpecificationsCommand)
.de(de_DescribeInstanceCreditSpecificationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInstanceCreditSpecificationsRequest;
+ output: DescribeInstanceCreditSpecificationsResult;
+ };
+ sdk: {
+ input: DescribeInstanceCreditSpecificationsCommandInput;
+ output: DescribeInstanceCreditSpecificationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeInstanceEventNotificationAttributesCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceEventNotificationAttributesCommand.ts
index f332171ca3e0..9c4d00860fc0 100644
--- a/clients/client-ec2/src/commands/DescribeInstanceEventNotificationAttributesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeInstanceEventNotificationAttributesCommand.ts
@@ -92,4 +92,16 @@ export class DescribeInstanceEventNotificationAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeInstanceEventNotificationAttributesCommand)
.de(de_DescribeInstanceEventNotificationAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInstanceEventNotificationAttributesRequest;
+ output: DescribeInstanceEventNotificationAttributesResult;
+ };
+ sdk: {
+ input: DescribeInstanceEventNotificationAttributesCommandInput;
+ output: DescribeInstanceEventNotificationAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeInstanceEventWindowsCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceEventWindowsCommand.ts
index 6e600dcb5abb..ddbf96b905e6 100644
--- a/clients/client-ec2/src/commands/DescribeInstanceEventWindowsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeInstanceEventWindowsCommand.ts
@@ -136,4 +136,16 @@ export class DescribeInstanceEventWindowsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeInstanceEventWindowsCommand)
.de(de_DescribeInstanceEventWindowsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInstanceEventWindowsRequest;
+ output: DescribeInstanceEventWindowsResult;
+ };
+ sdk: {
+ input: DescribeInstanceEventWindowsCommandInput;
+ output: DescribeInstanceEventWindowsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeInstanceStatusCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceStatusCommand.ts
index 0dddead6eec2..43b35b210222 100644
--- a/clients/client-ec2/src/commands/DescribeInstanceStatusCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeInstanceStatusCommand.ts
@@ -220,4 +220,16 @@ export class DescribeInstanceStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeInstanceStatusCommand)
.de(de_DescribeInstanceStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInstanceStatusRequest;
+ output: DescribeInstanceStatusResult;
+ };
+ sdk: {
+ input: DescribeInstanceStatusCommandInput;
+ output: DescribeInstanceStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeInstanceTopologyCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceTopologyCommand.ts
index fcacee5c1617..8ee986692226 100644
--- a/clients/client-ec2/src/commands/DescribeInstanceTopologyCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeInstanceTopologyCommand.ts
@@ -152,4 +152,16 @@ export class DescribeInstanceTopologyCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeInstanceTopologyCommand)
.de(de_DescribeInstanceTopologyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInstanceTopologyRequest;
+ output: DescribeInstanceTopologyResult;
+ };
+ sdk: {
+ input: DescribeInstanceTopologyCommandInput;
+ output: DescribeInstanceTopologyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeInstanceTypeOfferingsCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceTypeOfferingsCommand.ts
index 2fb9b0c31184..b6db827dd210 100644
--- a/clients/client-ec2/src/commands/DescribeInstanceTypeOfferingsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeInstanceTypeOfferingsCommand.ts
@@ -99,4 +99,16 @@ export class DescribeInstanceTypeOfferingsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeInstanceTypeOfferingsCommand)
.de(de_DescribeInstanceTypeOfferingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInstanceTypeOfferingsRequest;
+ output: DescribeInstanceTypeOfferingsResult;
+ };
+ sdk: {
+ input: DescribeInstanceTypeOfferingsCommandInput;
+ output: DescribeInstanceTypeOfferingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeInstanceTypesCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceTypesCommand.ts
index f964a6df0aa9..3595dbdd36a2 100644
--- a/clients/client-ec2/src/commands/DescribeInstanceTypesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeInstanceTypesCommand.ts
@@ -272,4 +272,16 @@ export class DescribeInstanceTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeInstanceTypesCommand)
.de(de_DescribeInstanceTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInstanceTypesRequest;
+ output: DescribeInstanceTypesResult;
+ };
+ sdk: {
+ input: DescribeInstanceTypesCommandInput;
+ output: DescribeInstanceTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeInstancesCommand.ts
index 9b3bd268c81d..bfccfe958399 100644
--- a/clients/client-ec2/src/commands/DescribeInstancesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeInstancesCommand.ts
@@ -401,4 +401,16 @@ export class DescribeInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeInstancesCommand)
.de(de_DescribeInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInstancesRequest;
+ output: DescribeInstancesResult;
+ };
+ sdk: {
+ input: DescribeInstancesCommandInput;
+ output: DescribeInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeInternetGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeInternetGatewaysCommand.ts
index 636a4c9a741e..4d6d3cc2307b 100644
--- a/clients/client-ec2/src/commands/DescribeInternetGatewaysCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeInternetGatewaysCommand.ts
@@ -144,4 +144,16 @@ export class DescribeInternetGatewaysCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeInternetGatewaysCommand)
.de(de_DescribeInternetGatewaysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInternetGatewaysRequest;
+ output: DescribeInternetGatewaysResult;
+ };
+ sdk: {
+ input: DescribeInternetGatewaysCommandInput;
+ output: DescribeInternetGatewaysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeIpamByoasnCommand.ts b/clients/client-ec2/src/commands/DescribeIpamByoasnCommand.ts
index 0be18d9e2025..6e0cf4c9efb9 100644
--- a/clients/client-ec2/src/commands/DescribeIpamByoasnCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeIpamByoasnCommand.ts
@@ -87,4 +87,16 @@ export class DescribeIpamByoasnCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeIpamByoasnCommand)
.de(de_DescribeIpamByoasnCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeIpamByoasnRequest;
+ output: DescribeIpamByoasnResult;
+ };
+ sdk: {
+ input: DescribeIpamByoasnCommandInput;
+ output: DescribeIpamByoasnCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeIpamExternalResourceVerificationTokensCommand.ts b/clients/client-ec2/src/commands/DescribeIpamExternalResourceVerificationTokensCommand.ts
index aefeb14ab436..e17892ffed08 100644
--- a/clients/client-ec2/src/commands/DescribeIpamExternalResourceVerificationTokensCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeIpamExternalResourceVerificationTokensCommand.ts
@@ -120,4 +120,16 @@ export class DescribeIpamExternalResourceVerificationTokensCommand extends $Comm
.f(void 0, void 0)
.ser(se_DescribeIpamExternalResourceVerificationTokensCommand)
.de(de_DescribeIpamExternalResourceVerificationTokensCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeIpamExternalResourceVerificationTokensRequest;
+ output: DescribeIpamExternalResourceVerificationTokensResult;
+ };
+ sdk: {
+ input: DescribeIpamExternalResourceVerificationTokensCommandInput;
+ output: DescribeIpamExternalResourceVerificationTokensCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeIpamPoolsCommand.ts b/clients/client-ec2/src/commands/DescribeIpamPoolsCommand.ts
index 25fa6d1a697f..8d55bf2e616b 100644
--- a/clients/client-ec2/src/commands/DescribeIpamPoolsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeIpamPoolsCommand.ts
@@ -133,4 +133,16 @@ export class DescribeIpamPoolsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeIpamPoolsCommand)
.de(de_DescribeIpamPoolsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeIpamPoolsRequest;
+ output: DescribeIpamPoolsResult;
+ };
+ sdk: {
+ input: DescribeIpamPoolsCommandInput;
+ output: DescribeIpamPoolsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveriesCommand.ts b/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveriesCommand.ts
index 8157a6b32f30..b267a74a4c90 100644
--- a/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveriesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveriesCommand.ts
@@ -117,4 +117,16 @@ export class DescribeIpamResourceDiscoveriesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeIpamResourceDiscoveriesCommand)
.de(de_DescribeIpamResourceDiscoveriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeIpamResourceDiscoveriesRequest;
+ output: DescribeIpamResourceDiscoveriesResult;
+ };
+ sdk: {
+ input: DescribeIpamResourceDiscoveriesCommandInput;
+ output: DescribeIpamResourceDiscoveriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveryAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveryAssociationsCommand.ts
index 8fd32610c051..1cba793dca6a 100644
--- a/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveryAssociationsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveryAssociationsCommand.ts
@@ -119,4 +119,16 @@ export class DescribeIpamResourceDiscoveryAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeIpamResourceDiscoveryAssociationsCommand)
.de(de_DescribeIpamResourceDiscoveryAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeIpamResourceDiscoveryAssociationsRequest;
+ output: DescribeIpamResourceDiscoveryAssociationsResult;
+ };
+ sdk: {
+ input: DescribeIpamResourceDiscoveryAssociationsCommandInput;
+ output: DescribeIpamResourceDiscoveryAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeIpamScopesCommand.ts b/clients/client-ec2/src/commands/DescribeIpamScopesCommand.ts
index a9ad29392971..74c6718a6fc1 100644
--- a/clients/client-ec2/src/commands/DescribeIpamScopesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeIpamScopesCommand.ts
@@ -110,4 +110,16 @@ export class DescribeIpamScopesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeIpamScopesCommand)
.de(de_DescribeIpamScopesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeIpamScopesRequest;
+ output: DescribeIpamScopesResult;
+ };
+ sdk: {
+ input: DescribeIpamScopesCommandInput;
+ output: DescribeIpamScopesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeIpamsCommand.ts b/clients/client-ec2/src/commands/DescribeIpamsCommand.ts
index f0f553720742..81a90cb844af 100644
--- a/clients/client-ec2/src/commands/DescribeIpamsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeIpamsCommand.ts
@@ -122,4 +122,16 @@ export class DescribeIpamsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeIpamsCommand)
.de(de_DescribeIpamsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeIpamsRequest;
+ output: DescribeIpamsResult;
+ };
+ sdk: {
+ input: DescribeIpamsCommandInput;
+ output: DescribeIpamsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeIpv6PoolsCommand.ts b/clients/client-ec2/src/commands/DescribeIpv6PoolsCommand.ts
index 617d3b5636db..56418f29dc64 100644
--- a/clients/client-ec2/src/commands/DescribeIpv6PoolsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeIpv6PoolsCommand.ts
@@ -107,4 +107,16 @@ export class DescribeIpv6PoolsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeIpv6PoolsCommand)
.de(de_DescribeIpv6PoolsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeIpv6PoolsRequest;
+ output: DescribeIpv6PoolsResult;
+ };
+ sdk: {
+ input: DescribeIpv6PoolsCommandInput;
+ output: DescribeIpv6PoolsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeKeyPairsCommand.ts b/clients/client-ec2/src/commands/DescribeKeyPairsCommand.ts
index 812306c91b71..4dc929331349 100644
--- a/clients/client-ec2/src/commands/DescribeKeyPairsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeKeyPairsCommand.ts
@@ -132,4 +132,16 @@ export class DescribeKeyPairsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeKeyPairsCommand)
.de(de_DescribeKeyPairsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeKeyPairsRequest;
+ output: DescribeKeyPairsResult;
+ };
+ sdk: {
+ input: DescribeKeyPairsCommandInput;
+ output: DescribeKeyPairsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeLaunchTemplateVersionsCommand.ts b/clients/client-ec2/src/commands/DescribeLaunchTemplateVersionsCommand.ts
index 0061f754e5d9..94eddc1d6f41 100644
--- a/clients/client-ec2/src/commands/DescribeLaunchTemplateVersionsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeLaunchTemplateVersionsCommand.ts
@@ -433,4 +433,16 @@ export class DescribeLaunchTemplateVersionsCommand extends $Command
.f(void 0, DescribeLaunchTemplateVersionsResultFilterSensitiveLog)
.ser(se_DescribeLaunchTemplateVersionsCommand)
.de(de_DescribeLaunchTemplateVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLaunchTemplateVersionsRequest;
+ output: DescribeLaunchTemplateVersionsResult;
+ };
+ sdk: {
+ input: DescribeLaunchTemplateVersionsCommandInput;
+ output: DescribeLaunchTemplateVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeLaunchTemplatesCommand.ts b/clients/client-ec2/src/commands/DescribeLaunchTemplatesCommand.ts
index 949d1250047a..8b4c437547b9 100644
--- a/clients/client-ec2/src/commands/DescribeLaunchTemplatesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeLaunchTemplatesCommand.ts
@@ -136,4 +136,16 @@ export class DescribeLaunchTemplatesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLaunchTemplatesCommand)
.de(de_DescribeLaunchTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLaunchTemplatesRequest;
+ output: DescribeLaunchTemplatesResult;
+ };
+ sdk: {
+ input: DescribeLaunchTemplatesCommandInput;
+ output: DescribeLaunchTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts
index dcbc42eb8e39..c6fb2e2622bc 100644
--- a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts
@@ -116,4 +116,16 @@ export class DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsComm
.f(void 0, void 0)
.ser(se_DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand)
.de(de_DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest;
+ output: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult;
+ };
+ sdk: {
+ input: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandInput;
+ output: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts
index 4ac13ede7db7..9d17ba4c1d71 100644
--- a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts
@@ -116,4 +116,16 @@ export class DescribeLocalGatewayRouteTableVpcAssociationsCommand extends $Comma
.f(void 0, void 0)
.ser(se_DescribeLocalGatewayRouteTableVpcAssociationsCommand)
.de(de_DescribeLocalGatewayRouteTableVpcAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLocalGatewayRouteTableVpcAssociationsRequest;
+ output: DescribeLocalGatewayRouteTableVpcAssociationsResult;
+ };
+ sdk: {
+ input: DescribeLocalGatewayRouteTableVpcAssociationsCommandInput;
+ output: DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTablesCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTablesCommand.ts
index 89bbff71596a..82f595bf83c2 100644
--- a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTablesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTablesCommand.ts
@@ -117,4 +117,16 @@ export class DescribeLocalGatewayRouteTablesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLocalGatewayRouteTablesCommand)
.de(de_DescribeLocalGatewayRouteTablesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLocalGatewayRouteTablesRequest;
+ output: DescribeLocalGatewayRouteTablesResult;
+ };
+ sdk: {
+ input: DescribeLocalGatewayRouteTablesCommandInput;
+ output: DescribeLocalGatewayRouteTablesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts
index ef20489001b8..b6c2de4cee44 100644
--- a/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts
@@ -115,4 +115,16 @@ export class DescribeLocalGatewayVirtualInterfaceGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLocalGatewayVirtualInterfaceGroupsCommand)
.de(de_DescribeLocalGatewayVirtualInterfaceGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLocalGatewayVirtualInterfaceGroupsRequest;
+ output: DescribeLocalGatewayVirtualInterfaceGroupsResult;
+ };
+ sdk: {
+ input: DescribeLocalGatewayVirtualInterfaceGroupsCommandInput;
+ output: DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfacesCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfacesCommand.ts
index fafaaf9e6d03..c904f4e04ed3 100644
--- a/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfacesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfacesCommand.ts
@@ -117,4 +117,16 @@ export class DescribeLocalGatewayVirtualInterfacesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLocalGatewayVirtualInterfacesCommand)
.de(de_DescribeLocalGatewayVirtualInterfacesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLocalGatewayVirtualInterfacesRequest;
+ output: DescribeLocalGatewayVirtualInterfacesResult;
+ };
+ sdk: {
+ input: DescribeLocalGatewayVirtualInterfacesCommandInput;
+ output: DescribeLocalGatewayVirtualInterfacesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewaysCommand.ts
index 47fb61963989..f842569f70da 100644
--- a/clients/client-ec2/src/commands/DescribeLocalGatewaysCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeLocalGatewaysCommand.ts
@@ -105,4 +105,16 @@ export class DescribeLocalGatewaysCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLocalGatewaysCommand)
.de(de_DescribeLocalGatewaysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLocalGatewaysRequest;
+ output: DescribeLocalGatewaysResult;
+ };
+ sdk: {
+ input: DescribeLocalGatewaysCommandInput;
+ output: DescribeLocalGatewaysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeLockedSnapshotsCommand.ts b/clients/client-ec2/src/commands/DescribeLockedSnapshotsCommand.ts
index 1b3a6dde63c0..125aeb842184 100644
--- a/clients/client-ec2/src/commands/DescribeLockedSnapshotsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeLockedSnapshotsCommand.ts
@@ -103,4 +103,16 @@ export class DescribeLockedSnapshotsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLockedSnapshotsCommand)
.de(de_DescribeLockedSnapshotsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLockedSnapshotsRequest;
+ output: DescribeLockedSnapshotsResult;
+ };
+ sdk: {
+ input: DescribeLockedSnapshotsCommandInput;
+ output: DescribeLockedSnapshotsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeMacHostsCommand.ts b/clients/client-ec2/src/commands/DescribeMacHostsCommand.ts
index aaef3ffa4768..ea672e2359c2 100644
--- a/clients/client-ec2/src/commands/DescribeMacHostsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeMacHostsCommand.ts
@@ -97,4 +97,16 @@ export class DescribeMacHostsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeMacHostsCommand)
.de(de_DescribeMacHostsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeMacHostsRequest;
+ output: DescribeMacHostsResult;
+ };
+ sdk: {
+ input: DescribeMacHostsCommandInput;
+ output: DescribeMacHostsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeManagedPrefixListsCommand.ts b/clients/client-ec2/src/commands/DescribeManagedPrefixListsCommand.ts
index 9fa70edd3892..8ab2f8b94a99 100644
--- a/clients/client-ec2/src/commands/DescribeManagedPrefixListsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeManagedPrefixListsCommand.ts
@@ -110,4 +110,16 @@ export class DescribeManagedPrefixListsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeManagedPrefixListsCommand)
.de(de_DescribeManagedPrefixListsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeManagedPrefixListsRequest;
+ output: DescribeManagedPrefixListsResult;
+ };
+ sdk: {
+ input: DescribeManagedPrefixListsCommandInput;
+ output: DescribeManagedPrefixListsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeMovingAddressesCommand.ts b/clients/client-ec2/src/commands/DescribeMovingAddressesCommand.ts
index 2e2258b6d2ec..5b10d5a5ae2f 100644
--- a/clients/client-ec2/src/commands/DescribeMovingAddressesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeMovingAddressesCommand.ts
@@ -119,4 +119,16 @@ export class DescribeMovingAddressesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeMovingAddressesCommand)
.de(de_DescribeMovingAddressesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeMovingAddressesRequest;
+ output: DescribeMovingAddressesResult;
+ };
+ sdk: {
+ input: DescribeMovingAddressesCommandInput;
+ output: DescribeMovingAddressesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeNatGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeNatGatewaysCommand.ts
index 5d2d4ce66ec3..c15653bf19cd 100644
--- a/clients/client-ec2/src/commands/DescribeNatGatewaysCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeNatGatewaysCommand.ts
@@ -169,4 +169,16 @@ export class DescribeNatGatewaysCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeNatGatewaysCommand)
.de(de_DescribeNatGatewaysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeNatGatewaysRequest;
+ output: DescribeNatGatewaysResult;
+ };
+ sdk: {
+ input: DescribeNatGatewaysCommandInput;
+ output: DescribeNatGatewaysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeNetworkAclsCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkAclsCommand.ts
index 75cd30596ea2..ee514a61e7e7 100644
--- a/clients/client-ec2/src/commands/DescribeNetworkAclsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeNetworkAclsCommand.ts
@@ -181,4 +181,16 @@ export class DescribeNetworkAclsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeNetworkAclsCommand)
.de(de_DescribeNetworkAclsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeNetworkAclsRequest;
+ output: DescribeNetworkAclsResult;
+ };
+ sdk: {
+ input: DescribeNetworkAclsCommandInput;
+ output: DescribeNetworkAclsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.ts
index d42ca0b43b22..6e325f6c8761 100644
--- a/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.ts
@@ -122,4 +122,16 @@ export class DescribeNetworkInsightsAccessScopeAnalysesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeNetworkInsightsAccessScopeAnalysesCommand)
.de(de_DescribeNetworkInsightsAccessScopeAnalysesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeNetworkInsightsAccessScopeAnalysesRequest;
+ output: DescribeNetworkInsightsAccessScopeAnalysesResult;
+ };
+ sdk: {
+ input: DescribeNetworkInsightsAccessScopeAnalysesCommandInput;
+ output: DescribeNetworkInsightsAccessScopeAnalysesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopesCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopesCommand.ts
index b6e07596b03d..7e9170456099 100644
--- a/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopesCommand.ts
@@ -112,4 +112,16 @@ export class DescribeNetworkInsightsAccessScopesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeNetworkInsightsAccessScopesCommand)
.de(de_DescribeNetworkInsightsAccessScopesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeNetworkInsightsAccessScopesRequest;
+ output: DescribeNetworkInsightsAccessScopesResult;
+ };
+ sdk: {
+ input: DescribeNetworkInsightsAccessScopesCommandInput;
+ output: DescribeNetworkInsightsAccessScopesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeNetworkInsightsAnalysesCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInsightsAnalysesCommand.ts
index c22558591def..2c272e951630 100644
--- a/clients/client-ec2/src/commands/DescribeNetworkInsightsAnalysesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeNetworkInsightsAnalysesCommand.ts
@@ -814,4 +814,16 @@ export class DescribeNetworkInsightsAnalysesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeNetworkInsightsAnalysesCommand)
.de(de_DescribeNetworkInsightsAnalysesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeNetworkInsightsAnalysesRequest;
+ output: DescribeNetworkInsightsAnalysesResult;
+ };
+ sdk: {
+ input: DescribeNetworkInsightsAnalysesCommandInput;
+ output: DescribeNetworkInsightsAnalysesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeNetworkInsightsPathsCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInsightsPathsCommand.ts
index 7689a681be5f..27e75e1887b9 100644
--- a/clients/client-ec2/src/commands/DescribeNetworkInsightsPathsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeNetworkInsightsPathsCommand.ts
@@ -137,4 +137,16 @@ export class DescribeNetworkInsightsPathsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeNetworkInsightsPathsCommand)
.de(de_DescribeNetworkInsightsPathsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeNetworkInsightsPathsRequest;
+ output: DescribeNetworkInsightsPathsResult;
+ };
+ sdk: {
+ input: DescribeNetworkInsightsPathsCommandInput;
+ output: DescribeNetworkInsightsPathsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeNetworkInterfaceAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInterfaceAttributeCommand.ts
index fded7a65153d..b44d71c6833f 100644
--- a/clients/client-ec2/src/commands/DescribeNetworkInterfaceAttributeCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeNetworkInterfaceAttributeCommand.ts
@@ -202,4 +202,16 @@ export class DescribeNetworkInterfaceAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeNetworkInterfaceAttributeCommand)
.de(de_DescribeNetworkInterfaceAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeNetworkInterfaceAttributeRequest;
+ output: DescribeNetworkInterfaceAttributeResult;
+ };
+ sdk: {
+ input: DescribeNetworkInterfaceAttributeCommandInput;
+ output: DescribeNetworkInterfaceAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeNetworkInterfacePermissionsCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInterfacePermissionsCommand.ts
index 5e6027eb506f..13ae4963b596 100644
--- a/clients/client-ec2/src/commands/DescribeNetworkInterfacePermissionsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeNetworkInterfacePermissionsCommand.ts
@@ -110,4 +110,16 @@ export class DescribeNetworkInterfacePermissionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeNetworkInterfacePermissionsCommand)
.de(de_DescribeNetworkInterfacePermissionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeNetworkInterfacePermissionsRequest;
+ output: DescribeNetworkInterfacePermissionsResult;
+ };
+ sdk: {
+ input: DescribeNetworkInterfacePermissionsCommandInput;
+ output: DescribeNetworkInterfacePermissionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeNetworkInterfacesCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInterfacesCommand.ts
index 15a426222093..d223953fb1f3 100644
--- a/clients/client-ec2/src/commands/DescribeNetworkInterfacesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeNetworkInterfacesCommand.ts
@@ -262,4 +262,16 @@ export class DescribeNetworkInterfacesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeNetworkInterfacesCommand)
.de(de_DescribeNetworkInterfacesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeNetworkInterfacesRequest;
+ output: DescribeNetworkInterfacesResult;
+ };
+ sdk: {
+ input: DescribeNetworkInterfacesCommandInput;
+ output: DescribeNetworkInterfacesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribePlacementGroupsCommand.ts b/clients/client-ec2/src/commands/DescribePlacementGroupsCommand.ts
index 7721b23b5aca..8865ba53d028 100644
--- a/clients/client-ec2/src/commands/DescribePlacementGroupsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribePlacementGroupsCommand.ts
@@ -116,4 +116,16 @@ export class DescribePlacementGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePlacementGroupsCommand)
.de(de_DescribePlacementGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePlacementGroupsRequest;
+ output: DescribePlacementGroupsResult;
+ };
+ sdk: {
+ input: DescribePlacementGroupsCommandInput;
+ output: DescribePlacementGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribePrefixListsCommand.ts b/clients/client-ec2/src/commands/DescribePrefixListsCommand.ts
index 678339697c81..c21f417f1b67 100644
--- a/clients/client-ec2/src/commands/DescribePrefixListsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribePrefixListsCommand.ts
@@ -101,4 +101,16 @@ export class DescribePrefixListsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePrefixListsCommand)
.de(de_DescribePrefixListsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePrefixListsRequest;
+ output: DescribePrefixListsResult;
+ };
+ sdk: {
+ input: DescribePrefixListsCommandInput;
+ output: DescribePrefixListsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribePrincipalIdFormatCommand.ts b/clients/client-ec2/src/commands/DescribePrincipalIdFormatCommand.ts
index 03b40649a551..77024babe101 100644
--- a/clients/client-ec2/src/commands/DescribePrincipalIdFormatCommand.ts
+++ b/clients/client-ec2/src/commands/DescribePrincipalIdFormatCommand.ts
@@ -111,4 +111,16 @@ export class DescribePrincipalIdFormatCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePrincipalIdFormatCommand)
.de(de_DescribePrincipalIdFormatCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePrincipalIdFormatRequest;
+ output: DescribePrincipalIdFormatResult;
+ };
+ sdk: {
+ input: DescribePrincipalIdFormatCommandInput;
+ output: DescribePrincipalIdFormatCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribePublicIpv4PoolsCommand.ts b/clients/client-ec2/src/commands/DescribePublicIpv4PoolsCommand.ts
index e651891ff910..e0005f67593f 100644
--- a/clients/client-ec2/src/commands/DescribePublicIpv4PoolsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribePublicIpv4PoolsCommand.ts
@@ -112,4 +112,16 @@ export class DescribePublicIpv4PoolsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePublicIpv4PoolsCommand)
.de(de_DescribePublicIpv4PoolsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePublicIpv4PoolsRequest;
+ output: DescribePublicIpv4PoolsResult;
+ };
+ sdk: {
+ input: DescribePublicIpv4PoolsCommandInput;
+ output: DescribePublicIpv4PoolsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeRegionsCommand.ts b/clients/client-ec2/src/commands/DescribeRegionsCommand.ts
index 37fb4eaddcf9..67e9584d3002 100644
--- a/clients/client-ec2/src/commands/DescribeRegionsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeRegionsCommand.ts
@@ -161,4 +161,16 @@ export class DescribeRegionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRegionsCommand)
.de(de_DescribeRegionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRegionsRequest;
+ output: DescribeRegionsResult;
+ };
+ sdk: {
+ input: DescribeRegionsCommandInput;
+ output: DescribeRegionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeReplaceRootVolumeTasksCommand.ts b/clients/client-ec2/src/commands/DescribeReplaceRootVolumeTasksCommand.ts
index 728ccd209046..7b7282229301 100644
--- a/clients/client-ec2/src/commands/DescribeReplaceRootVolumeTasksCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeReplaceRootVolumeTasksCommand.ts
@@ -114,4 +114,16 @@ export class DescribeReplaceRootVolumeTasksCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReplaceRootVolumeTasksCommand)
.de(de_DescribeReplaceRootVolumeTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReplaceRootVolumeTasksRequest;
+ output: DescribeReplaceRootVolumeTasksResult;
+ };
+ sdk: {
+ input: DescribeReplaceRootVolumeTasksCommandInput;
+ output: DescribeReplaceRootVolumeTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeReservedInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeReservedInstancesCommand.ts
index f08cae3ccd68..5a5c21f2f5cb 100644
--- a/clients/client-ec2/src/commands/DescribeReservedInstancesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeReservedInstancesCommand.ts
@@ -128,4 +128,16 @@ export class DescribeReservedInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReservedInstancesCommand)
.de(de_DescribeReservedInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReservedInstancesRequest;
+ output: DescribeReservedInstancesResult;
+ };
+ sdk: {
+ input: DescribeReservedInstancesCommandInput;
+ output: DescribeReservedInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeReservedInstancesListingsCommand.ts b/clients/client-ec2/src/commands/DescribeReservedInstancesListingsCommand.ts
index 0a7d5284de4f..a48f118ef1e6 100644
--- a/clients/client-ec2/src/commands/DescribeReservedInstancesListingsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeReservedInstancesListingsCommand.ts
@@ -131,4 +131,16 @@ export class DescribeReservedInstancesListingsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReservedInstancesListingsCommand)
.de(de_DescribeReservedInstancesListingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReservedInstancesListingsRequest;
+ output: DescribeReservedInstancesListingsResult;
+ };
+ sdk: {
+ input: DescribeReservedInstancesListingsCommandInput;
+ output: DescribeReservedInstancesListingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeReservedInstancesModificationsCommand.ts b/clients/client-ec2/src/commands/DescribeReservedInstancesModificationsCommand.ts
index 15fc2f18d2ae..1011fbd6d44e 100644
--- a/clients/client-ec2/src/commands/DescribeReservedInstancesModificationsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeReservedInstancesModificationsCommand.ts
@@ -132,4 +132,16 @@ export class DescribeReservedInstancesModificationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReservedInstancesModificationsCommand)
.de(de_DescribeReservedInstancesModificationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReservedInstancesModificationsRequest;
+ output: DescribeReservedInstancesModificationsResult;
+ };
+ sdk: {
+ input: DescribeReservedInstancesModificationsCommandInput;
+ output: DescribeReservedInstancesModificationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeReservedInstancesOfferingsCommand.ts b/clients/client-ec2/src/commands/DescribeReservedInstancesOfferingsCommand.ts
index 419c40276f2f..a0caa00f76d5 100644
--- a/clients/client-ec2/src/commands/DescribeReservedInstancesOfferingsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeReservedInstancesOfferingsCommand.ts
@@ -145,4 +145,16 @@ export class DescribeReservedInstancesOfferingsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReservedInstancesOfferingsCommand)
.de(de_DescribeReservedInstancesOfferingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReservedInstancesOfferingsRequest;
+ output: DescribeReservedInstancesOfferingsResult;
+ };
+ sdk: {
+ input: DescribeReservedInstancesOfferingsCommandInput;
+ output: DescribeReservedInstancesOfferingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeRouteTablesCommand.ts b/clients/client-ec2/src/commands/DescribeRouteTablesCommand.ts
index 5240f2d59fe1..09f624c7512e 100644
--- a/clients/client-ec2/src/commands/DescribeRouteTablesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeRouteTablesCommand.ts
@@ -185,4 +185,16 @@ export class DescribeRouteTablesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRouteTablesCommand)
.de(de_DescribeRouteTablesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRouteTablesRequest;
+ output: DescribeRouteTablesResult;
+ };
+ sdk: {
+ input: DescribeRouteTablesCommandInput;
+ output: DescribeRouteTablesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeScheduledInstanceAvailabilityCommand.ts b/clients/client-ec2/src/commands/DescribeScheduledInstanceAvailabilityCommand.ts
index 5c31718b1934..3cedf92f55cf 100644
--- a/clients/client-ec2/src/commands/DescribeScheduledInstanceAvailabilityCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeScheduledInstanceAvailabilityCommand.ts
@@ -139,4 +139,16 @@ export class DescribeScheduledInstanceAvailabilityCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeScheduledInstanceAvailabilityCommand)
.de(de_DescribeScheduledInstanceAvailabilityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeScheduledInstanceAvailabilityRequest;
+ output: DescribeScheduledInstanceAvailabilityResult;
+ };
+ sdk: {
+ input: DescribeScheduledInstanceAvailabilityCommandInput;
+ output: DescribeScheduledInstanceAvailabilityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeScheduledInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeScheduledInstancesCommand.ts
index 7075b1f69473..eb627a492db2 100644
--- a/clients/client-ec2/src/commands/DescribeScheduledInstancesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeScheduledInstancesCommand.ts
@@ -121,4 +121,16 @@ export class DescribeScheduledInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeScheduledInstancesCommand)
.de(de_DescribeScheduledInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeScheduledInstancesRequest;
+ output: DescribeScheduledInstancesResult;
+ };
+ sdk: {
+ input: DescribeScheduledInstancesCommandInput;
+ output: DescribeScheduledInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeSecurityGroupReferencesCommand.ts b/clients/client-ec2/src/commands/DescribeSecurityGroupReferencesCommand.ts
index ce9ff86566a6..6ce8123a7354 100644
--- a/clients/client-ec2/src/commands/DescribeSecurityGroupReferencesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeSecurityGroupReferencesCommand.ts
@@ -116,4 +116,16 @@ export class DescribeSecurityGroupReferencesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSecurityGroupReferencesCommand)
.de(de_DescribeSecurityGroupReferencesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSecurityGroupReferencesRequest;
+ output: DescribeSecurityGroupReferencesResult;
+ };
+ sdk: {
+ input: DescribeSecurityGroupReferencesCommandInput;
+ output: DescribeSecurityGroupReferencesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeSecurityGroupRulesCommand.ts b/clients/client-ec2/src/commands/DescribeSecurityGroupRulesCommand.ts
index 666e88d26edd..fe1c4150393a 100644
--- a/clients/client-ec2/src/commands/DescribeSecurityGroupRulesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeSecurityGroupRulesCommand.ts
@@ -118,4 +118,16 @@ export class DescribeSecurityGroupRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSecurityGroupRulesCommand)
.de(de_DescribeSecurityGroupRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSecurityGroupRulesRequest;
+ output: DescribeSecurityGroupRulesResult;
+ };
+ sdk: {
+ input: DescribeSecurityGroupRulesCommandInput;
+ output: DescribeSecurityGroupRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeSecurityGroupsCommand.ts b/clients/client-ec2/src/commands/DescribeSecurityGroupsCommand.ts
index e3aa3f51a853..a355a5332994 100644
--- a/clients/client-ec2/src/commands/DescribeSecurityGroupsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeSecurityGroupsCommand.ts
@@ -211,4 +211,16 @@ export class DescribeSecurityGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSecurityGroupsCommand)
.de(de_DescribeSecurityGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSecurityGroupsRequest;
+ output: DescribeSecurityGroupsResult;
+ };
+ sdk: {
+ input: DescribeSecurityGroupsCommandInput;
+ output: DescribeSecurityGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeSnapshotAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeSnapshotAttributeCommand.ts
index 982d7af95bea..227190b48abd 100644
--- a/clients/client-ec2/src/commands/DescribeSnapshotAttributeCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeSnapshotAttributeCommand.ts
@@ -111,4 +111,16 @@ export class DescribeSnapshotAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSnapshotAttributeCommand)
.de(de_DescribeSnapshotAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSnapshotAttributeRequest;
+ output: DescribeSnapshotAttributeResult;
+ };
+ sdk: {
+ input: DescribeSnapshotAttributeCommandInput;
+ output: DescribeSnapshotAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeSnapshotTierStatusCommand.ts b/clients/client-ec2/src/commands/DescribeSnapshotTierStatusCommand.ts
index 954b06a0a4d0..bc222215cde0 100644
--- a/clients/client-ec2/src/commands/DescribeSnapshotTierStatusCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeSnapshotTierStatusCommand.ts
@@ -108,4 +108,16 @@ export class DescribeSnapshotTierStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSnapshotTierStatusCommand)
.de(de_DescribeSnapshotTierStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSnapshotTierStatusRequest;
+ output: DescribeSnapshotTierStatusResult;
+ };
+ sdk: {
+ input: DescribeSnapshotTierStatusCommandInput;
+ output: DescribeSnapshotTierStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeSnapshotsCommand.ts b/clients/client-ec2/src/commands/DescribeSnapshotsCommand.ts
index 5a25e010fec7..37255c71542b 100644
--- a/clients/client-ec2/src/commands/DescribeSnapshotsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeSnapshotsCommand.ts
@@ -237,4 +237,16 @@ export class DescribeSnapshotsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSnapshotsCommand)
.de(de_DescribeSnapshotsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSnapshotsRequest;
+ output: DescribeSnapshotsResult;
+ };
+ sdk: {
+ input: DescribeSnapshotsCommandInput;
+ output: DescribeSnapshotsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeSpotDatafeedSubscriptionCommand.ts b/clients/client-ec2/src/commands/DescribeSpotDatafeedSubscriptionCommand.ts
index 0d749ae4ee2e..ad2012c941b5 100644
--- a/clients/client-ec2/src/commands/DescribeSpotDatafeedSubscriptionCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeSpotDatafeedSubscriptionCommand.ts
@@ -111,4 +111,16 @@ export class DescribeSpotDatafeedSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSpotDatafeedSubscriptionCommand)
.de(de_DescribeSpotDatafeedSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSpotDatafeedSubscriptionRequest;
+ output: DescribeSpotDatafeedSubscriptionResult;
+ };
+ sdk: {
+ input: DescribeSpotDatafeedSubscriptionCommandInput;
+ output: DescribeSpotDatafeedSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeSpotFleetInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeSpotFleetInstancesCommand.ts
index f0a8604de401..b9ea89388fb8 100644
--- a/clients/client-ec2/src/commands/DescribeSpotFleetInstancesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeSpotFleetInstancesCommand.ts
@@ -112,4 +112,16 @@ export class DescribeSpotFleetInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSpotFleetInstancesCommand)
.de(de_DescribeSpotFleetInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSpotFleetInstancesRequest;
+ output: DescribeSpotFleetInstancesResponse;
+ };
+ sdk: {
+ input: DescribeSpotFleetInstancesCommandInput;
+ output: DescribeSpotFleetInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeSpotFleetRequestHistoryCommand.ts b/clients/client-ec2/src/commands/DescribeSpotFleetRequestHistoryCommand.ts
index 3c344c5829b0..8ac6014e7871 100644
--- a/clients/client-ec2/src/commands/DescribeSpotFleetRequestHistoryCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeSpotFleetRequestHistoryCommand.ts
@@ -158,4 +158,16 @@ export class DescribeSpotFleetRequestHistoryCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSpotFleetRequestHistoryCommand)
.de(de_DescribeSpotFleetRequestHistoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSpotFleetRequestHistoryRequest;
+ output: DescribeSpotFleetRequestHistoryResponse;
+ };
+ sdk: {
+ input: DescribeSpotFleetRequestHistoryCommandInput;
+ output: DescribeSpotFleetRequestHistoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeSpotFleetRequestsCommand.ts b/clients/client-ec2/src/commands/DescribeSpotFleetRequestsCommand.ts
index 7f5a832de114..f3224e029963 100644
--- a/clients/client-ec2/src/commands/DescribeSpotFleetRequestsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeSpotFleetRequestsCommand.ts
@@ -485,4 +485,16 @@ export class DescribeSpotFleetRequestsCommand extends $Command
.f(void 0, DescribeSpotFleetRequestsResponseFilterSensitiveLog)
.ser(se_DescribeSpotFleetRequestsCommand)
.de(de_DescribeSpotFleetRequestsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSpotFleetRequestsRequest;
+ output: DescribeSpotFleetRequestsResponse;
+ };
+ sdk: {
+ input: DescribeSpotFleetRequestsCommandInput;
+ output: DescribeSpotFleetRequestsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeSpotInstanceRequestsCommand.ts b/clients/client-ec2/src/commands/DescribeSpotInstanceRequestsCommand.ts
index 1ba486d9e2e6..842562b2735e 100644
--- a/clients/client-ec2/src/commands/DescribeSpotInstanceRequestsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeSpotInstanceRequestsCommand.ts
@@ -303,4 +303,16 @@ export class DescribeSpotInstanceRequestsCommand extends $Command
.f(void 0, DescribeSpotInstanceRequestsResultFilterSensitiveLog)
.ser(se_DescribeSpotInstanceRequestsCommand)
.de(de_DescribeSpotInstanceRequestsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSpotInstanceRequestsRequest;
+ output: DescribeSpotInstanceRequestsResult;
+ };
+ sdk: {
+ input: DescribeSpotInstanceRequestsCommandInput;
+ output: DescribeSpotInstanceRequestsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeSpotPriceHistoryCommand.ts b/clients/client-ec2/src/commands/DescribeSpotPriceHistoryCommand.ts
index 4c0a571a1600..5921ba4c9175 100644
--- a/clients/client-ec2/src/commands/DescribeSpotPriceHistoryCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeSpotPriceHistoryCommand.ts
@@ -147,4 +147,16 @@ export class DescribeSpotPriceHistoryCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSpotPriceHistoryCommand)
.de(de_DescribeSpotPriceHistoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSpotPriceHistoryRequest;
+ output: DescribeSpotPriceHistoryResult;
+ };
+ sdk: {
+ input: DescribeSpotPriceHistoryCommandInput;
+ output: DescribeSpotPriceHistoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeStaleSecurityGroupsCommand.ts b/clients/client-ec2/src/commands/DescribeStaleSecurityGroupsCommand.ts
index 18217202dc4e..33906baa7e80 100644
--- a/clients/client-ec2/src/commands/DescribeStaleSecurityGroupsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeStaleSecurityGroupsCommand.ts
@@ -138,4 +138,16 @@ export class DescribeStaleSecurityGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStaleSecurityGroupsCommand)
.de(de_DescribeStaleSecurityGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeStaleSecurityGroupsRequest;
+ output: DescribeStaleSecurityGroupsResult;
+ };
+ sdk: {
+ input: DescribeStaleSecurityGroupsCommandInput;
+ output: DescribeStaleSecurityGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeStoreImageTasksCommand.ts b/clients/client-ec2/src/commands/DescribeStoreImageTasksCommand.ts
index 0ed2ba93bd48..e2e0557b3461 100644
--- a/clients/client-ec2/src/commands/DescribeStoreImageTasksCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeStoreImageTasksCommand.ts
@@ -112,4 +112,16 @@ export class DescribeStoreImageTasksCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStoreImageTasksCommand)
.de(de_DescribeStoreImageTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeStoreImageTasksRequest;
+ output: DescribeStoreImageTasksResult;
+ };
+ sdk: {
+ input: DescribeStoreImageTasksCommandInput;
+ output: DescribeStoreImageTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeSubnetsCommand.ts b/clients/client-ec2/src/commands/DescribeSubnetsCommand.ts
index ad690a4c217b..2c8b065cebf9 100644
--- a/clients/client-ec2/src/commands/DescribeSubnetsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeSubnetsCommand.ts
@@ -173,4 +173,16 @@ export class DescribeSubnetsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSubnetsCommand)
.de(de_DescribeSubnetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSubnetsRequest;
+ output: DescribeSubnetsResult;
+ };
+ sdk: {
+ input: DescribeSubnetsCommandInput;
+ output: DescribeSubnetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeTagsCommand.ts b/clients/client-ec2/src/commands/DescribeTagsCommand.ts
index be5c31698a76..4233d70ffe80 100644
--- a/clients/client-ec2/src/commands/DescribeTagsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeTagsCommand.ts
@@ -142,4 +142,16 @@ export class DescribeTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTagsCommand)
.de(de_DescribeTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTagsRequest;
+ output: DescribeTagsResult;
+ };
+ sdk: {
+ input: DescribeTagsCommandInput;
+ output: DescribeTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeTrafficMirrorFilterRulesCommand.ts b/clients/client-ec2/src/commands/DescribeTrafficMirrorFilterRulesCommand.ts
index 8da6c1f91562..49eed2a40be0 100644
--- a/clients/client-ec2/src/commands/DescribeTrafficMirrorFilterRulesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeTrafficMirrorFilterRulesCommand.ts
@@ -123,4 +123,16 @@ export class DescribeTrafficMirrorFilterRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTrafficMirrorFilterRulesCommand)
.de(de_DescribeTrafficMirrorFilterRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTrafficMirrorFilterRulesRequest;
+ output: DescribeTrafficMirrorFilterRulesResult;
+ };
+ sdk: {
+ input: DescribeTrafficMirrorFilterRulesCommandInput;
+ output: DescribeTrafficMirrorFilterRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeTrafficMirrorFiltersCommand.ts b/clients/client-ec2/src/commands/DescribeTrafficMirrorFiltersCommand.ts
index fbb8e1a88afc..a311afa9e9de 100644
--- a/clients/client-ec2/src/commands/DescribeTrafficMirrorFiltersCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeTrafficMirrorFiltersCommand.ts
@@ -161,4 +161,16 @@ export class DescribeTrafficMirrorFiltersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTrafficMirrorFiltersCommand)
.de(de_DescribeTrafficMirrorFiltersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTrafficMirrorFiltersRequest;
+ output: DescribeTrafficMirrorFiltersResult;
+ };
+ sdk: {
+ input: DescribeTrafficMirrorFiltersCommandInput;
+ output: DescribeTrafficMirrorFiltersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeTrafficMirrorSessionsCommand.ts b/clients/client-ec2/src/commands/DescribeTrafficMirrorSessionsCommand.ts
index 94378a1215c3..da14217cd696 100644
--- a/clients/client-ec2/src/commands/DescribeTrafficMirrorSessionsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeTrafficMirrorSessionsCommand.ts
@@ -111,4 +111,16 @@ export class DescribeTrafficMirrorSessionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTrafficMirrorSessionsCommand)
.de(de_DescribeTrafficMirrorSessionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTrafficMirrorSessionsRequest;
+ output: DescribeTrafficMirrorSessionsResult;
+ };
+ sdk: {
+ input: DescribeTrafficMirrorSessionsCommandInput;
+ output: DescribeTrafficMirrorSessionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeTrafficMirrorTargetsCommand.ts b/clients/client-ec2/src/commands/DescribeTrafficMirrorTargetsCommand.ts
index 1f3f6c397c5b..2bfc6446a41f 100644
--- a/clients/client-ec2/src/commands/DescribeTrafficMirrorTargetsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeTrafficMirrorTargetsCommand.ts
@@ -109,4 +109,16 @@ export class DescribeTrafficMirrorTargetsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTrafficMirrorTargetsCommand)
.de(de_DescribeTrafficMirrorTargetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTrafficMirrorTargetsRequest;
+ output: DescribeTrafficMirrorTargetsResult;
+ };
+ sdk: {
+ input: DescribeTrafficMirrorTargetsCommandInput;
+ output: DescribeTrafficMirrorTargetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayAttachmentsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayAttachmentsCommand.ts
index 9e75b1a10f4e..31f699f4b4ef 100644
--- a/clients/client-ec2/src/commands/DescribeTransitGatewayAttachmentsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeTransitGatewayAttachmentsCommand.ts
@@ -118,4 +118,16 @@ export class DescribeTransitGatewayAttachmentsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTransitGatewayAttachmentsCommand)
.de(de_DescribeTransitGatewayAttachmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTransitGatewayAttachmentsRequest;
+ output: DescribeTransitGatewayAttachmentsResult;
+ };
+ sdk: {
+ input: DescribeTransitGatewayAttachmentsCommandInput;
+ output: DescribeTransitGatewayAttachmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayConnectPeersCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayConnectPeersCommand.ts
index 4b5d2c7dcc5d..3fca2cf7f849 100644
--- a/clients/client-ec2/src/commands/DescribeTransitGatewayConnectPeersCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeTransitGatewayConnectPeersCommand.ts
@@ -129,4 +129,16 @@ export class DescribeTransitGatewayConnectPeersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTransitGatewayConnectPeersCommand)
.de(de_DescribeTransitGatewayConnectPeersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTransitGatewayConnectPeersRequest;
+ output: DescribeTransitGatewayConnectPeersResult;
+ };
+ sdk: {
+ input: DescribeTransitGatewayConnectPeersCommandInput;
+ output: DescribeTransitGatewayConnectPeersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayConnectsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayConnectsCommand.ts
index 54df0695987b..ecdf7d0c83e0 100644
--- a/clients/client-ec2/src/commands/DescribeTransitGatewayConnectsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeTransitGatewayConnectsCommand.ts
@@ -113,4 +113,16 @@ export class DescribeTransitGatewayConnectsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTransitGatewayConnectsCommand)
.de(de_DescribeTransitGatewayConnectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTransitGatewayConnectsRequest;
+ output: DescribeTransitGatewayConnectsResult;
+ };
+ sdk: {
+ input: DescribeTransitGatewayConnectsCommandInput;
+ output: DescribeTransitGatewayConnectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayMulticastDomainsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayMulticastDomainsCommand.ts
index 47635da80ccf..ab9441a8761e 100644
--- a/clients/client-ec2/src/commands/DescribeTransitGatewayMulticastDomainsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeTransitGatewayMulticastDomainsCommand.ts
@@ -120,4 +120,16 @@ export class DescribeTransitGatewayMulticastDomainsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTransitGatewayMulticastDomainsCommand)
.de(de_DescribeTransitGatewayMulticastDomainsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTransitGatewayMulticastDomainsRequest;
+ output: DescribeTransitGatewayMulticastDomainsResult;
+ };
+ sdk: {
+ input: DescribeTransitGatewayMulticastDomainsCommandInput;
+ output: DescribeTransitGatewayMulticastDomainsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayPeeringAttachmentsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayPeeringAttachmentsCommand.ts
index 0bd48fe5294f..6d8ca736356f 100644
--- a/clients/client-ec2/src/commands/DescribeTransitGatewayPeeringAttachmentsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeTransitGatewayPeeringAttachmentsCommand.ts
@@ -132,4 +132,16 @@ export class DescribeTransitGatewayPeeringAttachmentsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTransitGatewayPeeringAttachmentsCommand)
.de(de_DescribeTransitGatewayPeeringAttachmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTransitGatewayPeeringAttachmentsRequest;
+ output: DescribeTransitGatewayPeeringAttachmentsResult;
+ };
+ sdk: {
+ input: DescribeTransitGatewayPeeringAttachmentsCommandInput;
+ output: DescribeTransitGatewayPeeringAttachmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayPolicyTablesCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayPolicyTablesCommand.ts
index 514dfd3a276a..81e2f348dbb5 100644
--- a/clients/client-ec2/src/commands/DescribeTransitGatewayPolicyTablesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeTransitGatewayPolicyTablesCommand.ts
@@ -112,4 +112,16 @@ export class DescribeTransitGatewayPolicyTablesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTransitGatewayPolicyTablesCommand)
.de(de_DescribeTransitGatewayPolicyTablesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTransitGatewayPolicyTablesRequest;
+ output: DescribeTransitGatewayPolicyTablesResult;
+ };
+ sdk: {
+ input: DescribeTransitGatewayPolicyTablesCommandInput;
+ output: DescribeTransitGatewayPolicyTablesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.ts
index cdfc46a56feb..908637d7a4a6 100644
--- a/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.ts
@@ -119,4 +119,16 @@ export class DescribeTransitGatewayRouteTableAnnouncementsCommand extends $Comma
.f(void 0, void 0)
.ser(se_DescribeTransitGatewayRouteTableAnnouncementsCommand)
.de(de_DescribeTransitGatewayRouteTableAnnouncementsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTransitGatewayRouteTableAnnouncementsRequest;
+ output: DescribeTransitGatewayRouteTableAnnouncementsResult;
+ };
+ sdk: {
+ input: DescribeTransitGatewayRouteTableAnnouncementsCommandInput;
+ output: DescribeTransitGatewayRouteTableAnnouncementsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTablesCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTablesCommand.ts
index 2c8f854c8bd3..ba86f253154a 100644
--- a/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTablesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTablesCommand.ts
@@ -112,4 +112,16 @@ export class DescribeTransitGatewayRouteTablesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTransitGatewayRouteTablesCommand)
.de(de_DescribeTransitGatewayRouteTablesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTransitGatewayRouteTablesRequest;
+ output: DescribeTransitGatewayRouteTablesResult;
+ };
+ sdk: {
+ input: DescribeTransitGatewayRouteTablesCommandInput;
+ output: DescribeTransitGatewayRouteTablesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayVpcAttachmentsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayVpcAttachmentsCommand.ts
index bf582944a1a8..d44b43b614dc 100644
--- a/clients/client-ec2/src/commands/DescribeTransitGatewayVpcAttachmentsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeTransitGatewayVpcAttachmentsCommand.ts
@@ -124,4 +124,16 @@ export class DescribeTransitGatewayVpcAttachmentsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTransitGatewayVpcAttachmentsCommand)
.de(de_DescribeTransitGatewayVpcAttachmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTransitGatewayVpcAttachmentsRequest;
+ output: DescribeTransitGatewayVpcAttachmentsResult;
+ };
+ sdk: {
+ input: DescribeTransitGatewayVpcAttachmentsCommandInput;
+ output: DescribeTransitGatewayVpcAttachmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewaysCommand.ts
index f84ca7554e18..a03bde871bd1 100644
--- a/clients/client-ec2/src/commands/DescribeTransitGatewaysCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeTransitGatewaysCommand.ts
@@ -122,4 +122,16 @@ export class DescribeTransitGatewaysCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTransitGatewaysCommand)
.de(de_DescribeTransitGatewaysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTransitGatewaysRequest;
+ output: DescribeTransitGatewaysResult;
+ };
+ sdk: {
+ input: DescribeTransitGatewaysCommandInput;
+ output: DescribeTransitGatewaysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeTrunkInterfaceAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeTrunkInterfaceAssociationsCommand.ts
index 257a810c88a0..1aaad8c7a995 100644
--- a/clients/client-ec2/src/commands/DescribeTrunkInterfaceAssociationsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeTrunkInterfaceAssociationsCommand.ts
@@ -114,4 +114,16 @@ export class DescribeTrunkInterfaceAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTrunkInterfaceAssociationsCommand)
.de(de_DescribeTrunkInterfaceAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTrunkInterfaceAssociationsRequest;
+ output: DescribeTrunkInterfaceAssociationsResult;
+ };
+ sdk: {
+ input: DescribeTrunkInterfaceAssociationsCommandInput;
+ output: DescribeTrunkInterfaceAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessEndpointsCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessEndpointsCommand.ts
index b92a6ed261e6..4de9f2722292 100644
--- a/clients/client-ec2/src/commands/DescribeVerifiedAccessEndpointsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessEndpointsCommand.ts
@@ -144,4 +144,16 @@ export class DescribeVerifiedAccessEndpointsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVerifiedAccessEndpointsCommand)
.de(de_DescribeVerifiedAccessEndpointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVerifiedAccessEndpointsRequest;
+ output: DescribeVerifiedAccessEndpointsResult;
+ };
+ sdk: {
+ input: DescribeVerifiedAccessEndpointsCommandInput;
+ output: DescribeVerifiedAccessEndpointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessGroupsCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessGroupsCommand.ts
index 39d54add2c47..fb859e677159 100644
--- a/clients/client-ec2/src/commands/DescribeVerifiedAccessGroupsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessGroupsCommand.ts
@@ -115,4 +115,16 @@ export class DescribeVerifiedAccessGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVerifiedAccessGroupsCommand)
.de(de_DescribeVerifiedAccessGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVerifiedAccessGroupsRequest;
+ output: DescribeVerifiedAccessGroupsResult;
+ };
+ sdk: {
+ input: DescribeVerifiedAccessGroupsCommandInput;
+ output: DescribeVerifiedAccessGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.ts
index 13c58c35921a..47d2bd1149ca 100644
--- a/clients/client-ec2/src/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.ts
@@ -134,4 +134,16 @@ export class DescribeVerifiedAccessInstanceLoggingConfigurationsCommand extends
.f(void 0, void 0)
.ser(se_DescribeVerifiedAccessInstanceLoggingConfigurationsCommand)
.de(de_DescribeVerifiedAccessInstanceLoggingConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVerifiedAccessInstanceLoggingConfigurationsRequest;
+ output: DescribeVerifiedAccessInstanceLoggingConfigurationsResult;
+ };
+ sdk: {
+ input: DescribeVerifiedAccessInstanceLoggingConfigurationsCommandInput;
+ output: DescribeVerifiedAccessInstanceLoggingConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessInstancesCommand.ts
index ab71336f4724..1027bfed8f7a 100644
--- a/clients/client-ec2/src/commands/DescribeVerifiedAccessInstancesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessInstancesCommand.ts
@@ -119,4 +119,16 @@ export class DescribeVerifiedAccessInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVerifiedAccessInstancesCommand)
.de(de_DescribeVerifiedAccessInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVerifiedAccessInstancesRequest;
+ output: DescribeVerifiedAccessInstancesResult;
+ };
+ sdk: {
+ input: DescribeVerifiedAccessInstancesCommandInput;
+ output: DescribeVerifiedAccessInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessTrustProvidersCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessTrustProvidersCommand.ts
index 5835ea2c54a7..f41fbfdd10f1 100644
--- a/clients/client-ec2/src/commands/DescribeVerifiedAccessTrustProvidersCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessTrustProvidersCommand.ts
@@ -134,4 +134,16 @@ export class DescribeVerifiedAccessTrustProvidersCommand extends $Command
.f(void 0, DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog)
.ser(se_DescribeVerifiedAccessTrustProvidersCommand)
.de(de_DescribeVerifiedAccessTrustProvidersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVerifiedAccessTrustProvidersRequest;
+ output: DescribeVerifiedAccessTrustProvidersResult;
+ };
+ sdk: {
+ input: DescribeVerifiedAccessTrustProvidersCommandInput;
+ output: DescribeVerifiedAccessTrustProvidersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeVolumeAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeVolumeAttributeCommand.ts
index e29e9b69acf8..8649af97792d 100644
--- a/clients/client-ec2/src/commands/DescribeVolumeAttributeCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeVolumeAttributeCommand.ts
@@ -110,4 +110,16 @@ export class DescribeVolumeAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVolumeAttributeCommand)
.de(de_DescribeVolumeAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVolumeAttributeRequest;
+ output: DescribeVolumeAttributeResult;
+ };
+ sdk: {
+ input: DescribeVolumeAttributeCommandInput;
+ output: DescribeVolumeAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeVolumeStatusCommand.ts b/clients/client-ec2/src/commands/DescribeVolumeStatusCommand.ts
index 20d906030f9b..087a806a559b 100644
--- a/clients/client-ec2/src/commands/DescribeVolumeStatusCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeVolumeStatusCommand.ts
@@ -228,4 +228,16 @@ export class DescribeVolumeStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVolumeStatusCommand)
.de(de_DescribeVolumeStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVolumeStatusRequest;
+ output: DescribeVolumeStatusResult;
+ };
+ sdk: {
+ input: DescribeVolumeStatusCommandInput;
+ output: DescribeVolumeStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeVolumesCommand.ts b/clients/client-ec2/src/commands/DescribeVolumesCommand.ts
index 58e91cec29a4..a1091c698dcc 100644
--- a/clients/client-ec2/src/commands/DescribeVolumesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeVolumesCommand.ts
@@ -223,4 +223,16 @@ export class DescribeVolumesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVolumesCommand)
.de(de_DescribeVolumesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVolumesRequest;
+ output: DescribeVolumesResult;
+ };
+ sdk: {
+ input: DescribeVolumesCommandInput;
+ output: DescribeVolumesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeVolumesModificationsCommand.ts b/clients/client-ec2/src/commands/DescribeVolumesModificationsCommand.ts
index bfa9137ce9d1..9222038bdb22 100644
--- a/clients/client-ec2/src/commands/DescribeVolumesModificationsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeVolumesModificationsCommand.ts
@@ -114,4 +114,16 @@ export class DescribeVolumesModificationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVolumesModificationsCommand)
.de(de_DescribeVolumesModificationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVolumesModificationsRequest;
+ output: DescribeVolumesModificationsResult;
+ };
+ sdk: {
+ input: DescribeVolumesModificationsCommandInput;
+ output: DescribeVolumesModificationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeVpcAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeVpcAttributeCommand.ts
index ee73511971d0..27957c87f4c4 100644
--- a/clients/client-ec2/src/commands/DescribeVpcAttributeCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeVpcAttributeCommand.ts
@@ -128,4 +128,16 @@ export class DescribeVpcAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVpcAttributeCommand)
.de(de_DescribeVpcAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVpcAttributeRequest;
+ output: DescribeVpcAttributeResult;
+ };
+ sdk: {
+ input: DescribeVpcAttributeCommandInput;
+ output: DescribeVpcAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeVpcClassicLinkCommand.ts b/clients/client-ec2/src/commands/DescribeVpcClassicLinkCommand.ts
index 741207509e5e..b62320828f36 100644
--- a/clients/client-ec2/src/commands/DescribeVpcClassicLinkCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeVpcClassicLinkCommand.ts
@@ -102,4 +102,16 @@ export class DescribeVpcClassicLinkCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVpcClassicLinkCommand)
.de(de_DescribeVpcClassicLinkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVpcClassicLinkRequest;
+ output: DescribeVpcClassicLinkResult;
+ };
+ sdk: {
+ input: DescribeVpcClassicLinkCommandInput;
+ output: DescribeVpcClassicLinkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeVpcClassicLinkDnsSupportCommand.ts b/clients/client-ec2/src/commands/DescribeVpcClassicLinkDnsSupportCommand.ts
index 5450f1267b7d..c6547ec75213 100644
--- a/clients/client-ec2/src/commands/DescribeVpcClassicLinkDnsSupportCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeVpcClassicLinkDnsSupportCommand.ts
@@ -99,4 +99,16 @@ export class DescribeVpcClassicLinkDnsSupportCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVpcClassicLinkDnsSupportCommand)
.de(de_DescribeVpcClassicLinkDnsSupportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVpcClassicLinkDnsSupportRequest;
+ output: DescribeVpcClassicLinkDnsSupportResult;
+ };
+ sdk: {
+ input: DescribeVpcClassicLinkDnsSupportCommandInput;
+ output: DescribeVpcClassicLinkDnsSupportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts
index c32d043b2bd6..a59e52bba14f 100644
--- a/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts
@@ -111,4 +111,16 @@ export class DescribeVpcEndpointConnectionNotificationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVpcEndpointConnectionNotificationsCommand)
.de(de_DescribeVpcEndpointConnectionNotificationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVpcEndpointConnectionNotificationsRequest;
+ output: DescribeVpcEndpointConnectionNotificationsResult;
+ };
+ sdk: {
+ input: DescribeVpcEndpointConnectionNotificationsCommandInput;
+ output: DescribeVpcEndpointConnectionNotificationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionsCommand.ts
index e310a954a848..3935bee7a714 100644
--- a/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionsCommand.ts
@@ -122,4 +122,16 @@ export class DescribeVpcEndpointConnectionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVpcEndpointConnectionsCommand)
.de(de_DescribeVpcEndpointConnectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVpcEndpointConnectionsRequest;
+ output: DescribeVpcEndpointConnectionsResult;
+ };
+ sdk: {
+ input: DescribeVpcEndpointConnectionsCommandInput;
+ output: DescribeVpcEndpointConnectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointServiceConfigurationsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointServiceConfigurationsCommand.ts
index 89a1e077e3c2..7bae192c44f2 100644
--- a/clients/client-ec2/src/commands/DescribeVpcEndpointServiceConfigurationsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeVpcEndpointServiceConfigurationsCommand.ts
@@ -142,4 +142,16 @@ export class DescribeVpcEndpointServiceConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVpcEndpointServiceConfigurationsCommand)
.de(de_DescribeVpcEndpointServiceConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVpcEndpointServiceConfigurationsRequest;
+ output: DescribeVpcEndpointServiceConfigurationsResult;
+ };
+ sdk: {
+ input: DescribeVpcEndpointServiceConfigurationsCommandInput;
+ output: DescribeVpcEndpointServiceConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointServicePermissionsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointServicePermissionsCommand.ts
index 6016fce2e141..a227c5695e31 100644
--- a/clients/client-ec2/src/commands/DescribeVpcEndpointServicePermissionsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeVpcEndpointServicePermissionsCommand.ts
@@ -112,4 +112,16 @@ export class DescribeVpcEndpointServicePermissionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVpcEndpointServicePermissionsCommand)
.de(de_DescribeVpcEndpointServicePermissionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVpcEndpointServicePermissionsRequest;
+ output: DescribeVpcEndpointServicePermissionsResult;
+ };
+ sdk: {
+ input: DescribeVpcEndpointServicePermissionsCommandInput;
+ output: DescribeVpcEndpointServicePermissionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointServicesCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointServicesCommand.ts
index 79952745684f..b03ed3cbc432 100644
--- a/clients/client-ec2/src/commands/DescribeVpcEndpointServicesCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeVpcEndpointServicesCommand.ts
@@ -138,4 +138,16 @@ export class DescribeVpcEndpointServicesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVpcEndpointServicesCommand)
.de(de_DescribeVpcEndpointServicesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVpcEndpointServicesRequest;
+ output: DescribeVpcEndpointServicesResult;
+ };
+ sdk: {
+ input: DescribeVpcEndpointServicesCommandInput;
+ output: DescribeVpcEndpointServicesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointsCommand.ts
index 36b8154cf6cd..cd2212c009bb 100644
--- a/clients/client-ec2/src/commands/DescribeVpcEndpointsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeVpcEndpointsCommand.ts
@@ -142,4 +142,16 @@ export class DescribeVpcEndpointsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVpcEndpointsCommand)
.de(de_DescribeVpcEndpointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVpcEndpointsRequest;
+ output: DescribeVpcEndpointsResult;
+ };
+ sdk: {
+ input: DescribeVpcEndpointsCommandInput;
+ output: DescribeVpcEndpointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeVpcPeeringConnectionsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcPeeringConnectionsCommand.ts
index a07f2d692aee..92d52d44755e 100644
--- a/clients/client-ec2/src/commands/DescribeVpcPeeringConnectionsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeVpcPeeringConnectionsCommand.ts
@@ -152,4 +152,16 @@ export class DescribeVpcPeeringConnectionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVpcPeeringConnectionsCommand)
.de(de_DescribeVpcPeeringConnectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVpcPeeringConnectionsRequest;
+ output: DescribeVpcPeeringConnectionsResult;
+ };
+ sdk: {
+ input: DescribeVpcPeeringConnectionsCommandInput;
+ output: DescribeVpcPeeringConnectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeVpcsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcsCommand.ts
index dd46483a9837..55532e288a6d 100644
--- a/clients/client-ec2/src/commands/DescribeVpcsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeVpcsCommand.ts
@@ -166,4 +166,16 @@ export class DescribeVpcsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVpcsCommand)
.de(de_DescribeVpcsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVpcsRequest;
+ output: DescribeVpcsResult;
+ };
+ sdk: {
+ input: DescribeVpcsCommandInput;
+ output: DescribeVpcsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeVpnConnectionsCommand.ts b/clients/client-ec2/src/commands/DescribeVpnConnectionsCommand.ts
index 6c281c4e2cde..58540688791e 100644
--- a/clients/client-ec2/src/commands/DescribeVpnConnectionsCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeVpnConnectionsCommand.ts
@@ -201,4 +201,16 @@ export class DescribeVpnConnectionsCommand extends $Command
.f(void 0, DescribeVpnConnectionsResultFilterSensitiveLog)
.ser(se_DescribeVpnConnectionsCommand)
.de(de_DescribeVpnConnectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVpnConnectionsRequest;
+ output: DescribeVpnConnectionsResult;
+ };
+ sdk: {
+ input: DescribeVpnConnectionsCommandInput;
+ output: DescribeVpnConnectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DescribeVpnGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeVpnGatewaysCommand.ts
index d20c8aa2c5a5..c77c5065f0d9 100644
--- a/clients/client-ec2/src/commands/DescribeVpnGatewaysCommand.ts
+++ b/clients/client-ec2/src/commands/DescribeVpnGatewaysCommand.ts
@@ -110,4 +110,16 @@ export class DescribeVpnGatewaysCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVpnGatewaysCommand)
.de(de_DescribeVpnGatewaysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVpnGatewaysRequest;
+ output: DescribeVpnGatewaysResult;
+ };
+ sdk: {
+ input: DescribeVpnGatewaysCommandInput;
+ output: DescribeVpnGatewaysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DetachClassicLinkVpcCommand.ts b/clients/client-ec2/src/commands/DetachClassicLinkVpcCommand.ts
index c2410990ee04..411a31f37ca0 100644
--- a/clients/client-ec2/src/commands/DetachClassicLinkVpcCommand.ts
+++ b/clients/client-ec2/src/commands/DetachClassicLinkVpcCommand.ts
@@ -84,4 +84,16 @@ export class DetachClassicLinkVpcCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachClassicLinkVpcCommand)
.de(de_DetachClassicLinkVpcCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachClassicLinkVpcRequest;
+ output: DetachClassicLinkVpcResult;
+ };
+ sdk: {
+ input: DetachClassicLinkVpcCommandInput;
+ output: DetachClassicLinkVpcCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DetachInternetGatewayCommand.ts b/clients/client-ec2/src/commands/DetachInternetGatewayCommand.ts
index c532e0e8487c..2764268ceed6 100644
--- a/clients/client-ec2/src/commands/DetachInternetGatewayCommand.ts
+++ b/clients/client-ec2/src/commands/DetachInternetGatewayCommand.ts
@@ -91,4 +91,16 @@ export class DetachInternetGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachInternetGatewayCommand)
.de(de_DetachInternetGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachInternetGatewayRequest;
+ output: {};
+ };
+ sdk: {
+ input: DetachInternetGatewayCommandInput;
+ output: DetachInternetGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DetachNetworkInterfaceCommand.ts b/clients/client-ec2/src/commands/DetachNetworkInterfaceCommand.ts
index 77343d6bb035..162a060be031 100644
--- a/clients/client-ec2/src/commands/DetachNetworkInterfaceCommand.ts
+++ b/clients/client-ec2/src/commands/DetachNetworkInterfaceCommand.ts
@@ -88,4 +88,16 @@ export class DetachNetworkInterfaceCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachNetworkInterfaceCommand)
.de(de_DetachNetworkInterfaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachNetworkInterfaceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DetachNetworkInterfaceCommandInput;
+ output: DetachNetworkInterfaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DetachVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/DetachVerifiedAccessTrustProviderCommand.ts
index c39878970b0b..40405bece921 100644
--- a/clients/client-ec2/src/commands/DetachVerifiedAccessTrustProviderCommand.ts
+++ b/clients/client-ec2/src/commands/DetachVerifiedAccessTrustProviderCommand.ts
@@ -143,4 +143,16 @@ export class DetachVerifiedAccessTrustProviderCommand extends $Command
.f(void 0, DetachVerifiedAccessTrustProviderResultFilterSensitiveLog)
.ser(se_DetachVerifiedAccessTrustProviderCommand)
.de(de_DetachVerifiedAccessTrustProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachVerifiedAccessTrustProviderRequest;
+ output: DetachVerifiedAccessTrustProviderResult;
+ };
+ sdk: {
+ input: DetachVerifiedAccessTrustProviderCommandInput;
+ output: DetachVerifiedAccessTrustProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DetachVolumeCommand.ts b/clients/client-ec2/src/commands/DetachVolumeCommand.ts
index a1d244637b23..b188078f2909 100644
--- a/clients/client-ec2/src/commands/DetachVolumeCommand.ts
+++ b/clients/client-ec2/src/commands/DetachVolumeCommand.ts
@@ -122,4 +122,16 @@ export class DetachVolumeCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachVolumeCommand)
.de(de_DetachVolumeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachVolumeRequest;
+ output: VolumeAttachment;
+ };
+ sdk: {
+ input: DetachVolumeCommandInput;
+ output: DetachVolumeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DetachVpnGatewayCommand.ts b/clients/client-ec2/src/commands/DetachVpnGatewayCommand.ts
index 5ac8c5bfcce7..28a65b17bfd4 100644
--- a/clients/client-ec2/src/commands/DetachVpnGatewayCommand.ts
+++ b/clients/client-ec2/src/commands/DetachVpnGatewayCommand.ts
@@ -82,4 +82,16 @@ export class DetachVpnGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachVpnGatewayCommand)
.de(de_DetachVpnGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachVpnGatewayRequest;
+ output: {};
+ };
+ sdk: {
+ input: DetachVpnGatewayCommandInput;
+ output: DetachVpnGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisableAddressTransferCommand.ts b/clients/client-ec2/src/commands/DisableAddressTransferCommand.ts
index bf2c13fd2949..14e95bb658e9 100644
--- a/clients/client-ec2/src/commands/DisableAddressTransferCommand.ts
+++ b/clients/client-ec2/src/commands/DisableAddressTransferCommand.ts
@@ -85,4 +85,16 @@ export class DisableAddressTransferCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableAddressTransferCommand)
.de(de_DisableAddressTransferCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableAddressTransferRequest;
+ output: DisableAddressTransferResult;
+ };
+ sdk: {
+ input: DisableAddressTransferCommandInput;
+ output: DisableAddressTransferCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.ts b/clients/client-ec2/src/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.ts
index bca9bb237949..c4156ff19d71 100644
--- a/clients/client-ec2/src/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.ts
+++ b/clients/client-ec2/src/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.ts
@@ -90,4 +90,16 @@ export class DisableAwsNetworkPerformanceMetricSubscriptionCommand extends $Comm
.f(void 0, void 0)
.ser(se_DisableAwsNetworkPerformanceMetricSubscriptionCommand)
.de(de_DisableAwsNetworkPerformanceMetricSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableAwsNetworkPerformanceMetricSubscriptionRequest;
+ output: DisableAwsNetworkPerformanceMetricSubscriptionResult;
+ };
+ sdk: {
+ input: DisableAwsNetworkPerformanceMetricSubscriptionCommandInput;
+ output: DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisableEbsEncryptionByDefaultCommand.ts b/clients/client-ec2/src/commands/DisableEbsEncryptionByDefaultCommand.ts
index 52a6115edb05..60fca5f7b4ca 100644
--- a/clients/client-ec2/src/commands/DisableEbsEncryptionByDefaultCommand.ts
+++ b/clients/client-ec2/src/commands/DisableEbsEncryptionByDefaultCommand.ts
@@ -85,4 +85,16 @@ export class DisableEbsEncryptionByDefaultCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableEbsEncryptionByDefaultCommand)
.de(de_DisableEbsEncryptionByDefaultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableEbsEncryptionByDefaultRequest;
+ output: DisableEbsEncryptionByDefaultResult;
+ };
+ sdk: {
+ input: DisableEbsEncryptionByDefaultCommandInput;
+ output: DisableEbsEncryptionByDefaultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisableFastLaunchCommand.ts b/clients/client-ec2/src/commands/DisableFastLaunchCommand.ts
index 9933de6b9202..018040329651 100644
--- a/clients/client-ec2/src/commands/DisableFastLaunchCommand.ts
+++ b/clients/client-ec2/src/commands/DisableFastLaunchCommand.ts
@@ -98,4 +98,16 @@ export class DisableFastLaunchCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableFastLaunchCommand)
.de(de_DisableFastLaunchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableFastLaunchRequest;
+ output: DisableFastLaunchResult;
+ };
+ sdk: {
+ input: DisableFastLaunchCommandInput;
+ output: DisableFastLaunchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisableFastSnapshotRestoresCommand.ts b/clients/client-ec2/src/commands/DisableFastSnapshotRestoresCommand.ts
index 960b3a3b2535..8fd7d542e4ad 100644
--- a/clients/client-ec2/src/commands/DisableFastSnapshotRestoresCommand.ts
+++ b/clients/client-ec2/src/commands/DisableFastSnapshotRestoresCommand.ts
@@ -111,4 +111,16 @@ export class DisableFastSnapshotRestoresCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableFastSnapshotRestoresCommand)
.de(de_DisableFastSnapshotRestoresCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableFastSnapshotRestoresRequest;
+ output: DisableFastSnapshotRestoresResult;
+ };
+ sdk: {
+ input: DisableFastSnapshotRestoresCommandInput;
+ output: DisableFastSnapshotRestoresCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisableImageBlockPublicAccessCommand.ts b/clients/client-ec2/src/commands/DisableImageBlockPublicAccessCommand.ts
index 558676756460..425cd05e56e7 100644
--- a/clients/client-ec2/src/commands/DisableImageBlockPublicAccessCommand.ts
+++ b/clients/client-ec2/src/commands/DisableImageBlockPublicAccessCommand.ts
@@ -88,4 +88,16 @@ export class DisableImageBlockPublicAccessCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableImageBlockPublicAccessCommand)
.de(de_DisableImageBlockPublicAccessCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableImageBlockPublicAccessRequest;
+ output: DisableImageBlockPublicAccessResult;
+ };
+ sdk: {
+ input: DisableImageBlockPublicAccessCommandInput;
+ output: DisableImageBlockPublicAccessCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisableImageCommand.ts b/clients/client-ec2/src/commands/DisableImageCommand.ts
index 0696ed82d042..2464b2c7ee5c 100644
--- a/clients/client-ec2/src/commands/DisableImageCommand.ts
+++ b/clients/client-ec2/src/commands/DisableImageCommand.ts
@@ -88,4 +88,16 @@ export class DisableImageCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableImageCommand)
.de(de_DisableImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableImageRequest;
+ output: DisableImageResult;
+ };
+ sdk: {
+ input: DisableImageCommandInput;
+ output: DisableImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisableImageDeprecationCommand.ts b/clients/client-ec2/src/commands/DisableImageDeprecationCommand.ts
index 6c35180ff308..55fd824403e9 100644
--- a/clients/client-ec2/src/commands/DisableImageDeprecationCommand.ts
+++ b/clients/client-ec2/src/commands/DisableImageDeprecationCommand.ts
@@ -80,4 +80,16 @@ export class DisableImageDeprecationCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableImageDeprecationCommand)
.de(de_DisableImageDeprecationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableImageDeprecationRequest;
+ output: DisableImageDeprecationResult;
+ };
+ sdk: {
+ input: DisableImageDeprecationCommandInput;
+ output: DisableImageDeprecationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisableImageDeregistrationProtectionCommand.ts b/clients/client-ec2/src/commands/DisableImageDeregistrationProtectionCommand.ts
index 583725375be8..455c35d0b691 100644
--- a/clients/client-ec2/src/commands/DisableImageDeregistrationProtectionCommand.ts
+++ b/clients/client-ec2/src/commands/DisableImageDeregistrationProtectionCommand.ts
@@ -92,4 +92,16 @@ export class DisableImageDeregistrationProtectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableImageDeregistrationProtectionCommand)
.de(de_DisableImageDeregistrationProtectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableImageDeregistrationProtectionRequest;
+ output: DisableImageDeregistrationProtectionResult;
+ };
+ sdk: {
+ input: DisableImageDeregistrationProtectionCommandInput;
+ output: DisableImageDeregistrationProtectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisableIpamOrganizationAdminAccountCommand.ts b/clients/client-ec2/src/commands/DisableIpamOrganizationAdminAccountCommand.ts
index 3ad33bc859e7..ca66378f3160 100644
--- a/clients/client-ec2/src/commands/DisableIpamOrganizationAdminAccountCommand.ts
+++ b/clients/client-ec2/src/commands/DisableIpamOrganizationAdminAccountCommand.ts
@@ -87,4 +87,16 @@ export class DisableIpamOrganizationAdminAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableIpamOrganizationAdminAccountCommand)
.de(de_DisableIpamOrganizationAdminAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableIpamOrganizationAdminAccountRequest;
+ output: DisableIpamOrganizationAdminAccountResult;
+ };
+ sdk: {
+ input: DisableIpamOrganizationAdminAccountCommandInput;
+ output: DisableIpamOrganizationAdminAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisableSerialConsoleAccessCommand.ts b/clients/client-ec2/src/commands/DisableSerialConsoleAccessCommand.ts
index 6f552ca520f7..752ac13bf83a 100644
--- a/clients/client-ec2/src/commands/DisableSerialConsoleAccessCommand.ts
+++ b/clients/client-ec2/src/commands/DisableSerialConsoleAccessCommand.ts
@@ -80,4 +80,16 @@ export class DisableSerialConsoleAccessCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableSerialConsoleAccessCommand)
.de(de_DisableSerialConsoleAccessCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableSerialConsoleAccessRequest;
+ output: DisableSerialConsoleAccessResult;
+ };
+ sdk: {
+ input: DisableSerialConsoleAccessCommandInput;
+ output: DisableSerialConsoleAccessCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisableSnapshotBlockPublicAccessCommand.ts b/clients/client-ec2/src/commands/DisableSnapshotBlockPublicAccessCommand.ts
index 715e4359ba5c..0666523e3d40 100644
--- a/clients/client-ec2/src/commands/DisableSnapshotBlockPublicAccessCommand.ts
+++ b/clients/client-ec2/src/commands/DisableSnapshotBlockPublicAccessCommand.ts
@@ -96,4 +96,16 @@ export class DisableSnapshotBlockPublicAccessCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableSnapshotBlockPublicAccessCommand)
.de(de_DisableSnapshotBlockPublicAccessCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableSnapshotBlockPublicAccessRequest;
+ output: DisableSnapshotBlockPublicAccessResult;
+ };
+ sdk: {
+ input: DisableSnapshotBlockPublicAccessCommandInput;
+ output: DisableSnapshotBlockPublicAccessCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisableTransitGatewayRouteTablePropagationCommand.ts b/clients/client-ec2/src/commands/DisableTransitGatewayRouteTablePropagationCommand.ts
index c27127efbbf7..4a69edaee8d3 100644
--- a/clients/client-ec2/src/commands/DisableTransitGatewayRouteTablePropagationCommand.ts
+++ b/clients/client-ec2/src/commands/DisableTransitGatewayRouteTablePropagationCommand.ts
@@ -97,4 +97,16 @@ export class DisableTransitGatewayRouteTablePropagationCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableTransitGatewayRouteTablePropagationCommand)
.de(de_DisableTransitGatewayRouteTablePropagationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableTransitGatewayRouteTablePropagationRequest;
+ output: DisableTransitGatewayRouteTablePropagationResult;
+ };
+ sdk: {
+ input: DisableTransitGatewayRouteTablePropagationCommandInput;
+ output: DisableTransitGatewayRouteTablePropagationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisableVgwRoutePropagationCommand.ts b/clients/client-ec2/src/commands/DisableVgwRoutePropagationCommand.ts
index 2df90a01570f..0ab50db00be8 100644
--- a/clients/client-ec2/src/commands/DisableVgwRoutePropagationCommand.ts
+++ b/clients/client-ec2/src/commands/DisableVgwRoutePropagationCommand.ts
@@ -90,4 +90,16 @@ export class DisableVgwRoutePropagationCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableVgwRoutePropagationCommand)
.de(de_DisableVgwRoutePropagationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableVgwRoutePropagationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisableVgwRoutePropagationCommandInput;
+ output: DisableVgwRoutePropagationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisableVpcClassicLinkCommand.ts b/clients/client-ec2/src/commands/DisableVpcClassicLinkCommand.ts
index f35d1c8038fc..2c1f71529eac 100644
--- a/clients/client-ec2/src/commands/DisableVpcClassicLinkCommand.ts
+++ b/clients/client-ec2/src/commands/DisableVpcClassicLinkCommand.ts
@@ -82,4 +82,16 @@ export class DisableVpcClassicLinkCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableVpcClassicLinkCommand)
.de(de_DisableVpcClassicLinkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableVpcClassicLinkRequest;
+ output: DisableVpcClassicLinkResult;
+ };
+ sdk: {
+ input: DisableVpcClassicLinkCommandInput;
+ output: DisableVpcClassicLinkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisableVpcClassicLinkDnsSupportCommand.ts b/clients/client-ec2/src/commands/DisableVpcClassicLinkDnsSupportCommand.ts
index 435a322719a5..f36a9fbd2ff0 100644
--- a/clients/client-ec2/src/commands/DisableVpcClassicLinkDnsSupportCommand.ts
+++ b/clients/client-ec2/src/commands/DisableVpcClassicLinkDnsSupportCommand.ts
@@ -88,4 +88,16 @@ export class DisableVpcClassicLinkDnsSupportCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableVpcClassicLinkDnsSupportCommand)
.de(de_DisableVpcClassicLinkDnsSupportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableVpcClassicLinkDnsSupportRequest;
+ output: DisableVpcClassicLinkDnsSupportResult;
+ };
+ sdk: {
+ input: DisableVpcClassicLinkDnsSupportCommandInput;
+ output: DisableVpcClassicLinkDnsSupportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisassociateAddressCommand.ts b/clients/client-ec2/src/commands/DisassociateAddressCommand.ts
index 5b93935c1cef..510e4363091d 100644
--- a/clients/client-ec2/src/commands/DisassociateAddressCommand.ts
+++ b/clients/client-ec2/src/commands/DisassociateAddressCommand.ts
@@ -89,4 +89,16 @@ export class DisassociateAddressCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateAddressCommand)
.de(de_DisassociateAddressCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateAddressRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateAddressCommandInput;
+ output: DisassociateAddressCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisassociateClientVpnTargetNetworkCommand.ts b/clients/client-ec2/src/commands/DisassociateClientVpnTargetNetworkCommand.ts
index 742abf050817..e329c759c233 100644
--- a/clients/client-ec2/src/commands/DisassociateClientVpnTargetNetworkCommand.ts
+++ b/clients/client-ec2/src/commands/DisassociateClientVpnTargetNetworkCommand.ts
@@ -107,4 +107,16 @@ export class DisassociateClientVpnTargetNetworkCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateClientVpnTargetNetworkCommand)
.de(de_DisassociateClientVpnTargetNetworkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateClientVpnTargetNetworkRequest;
+ output: DisassociateClientVpnTargetNetworkResult;
+ };
+ sdk: {
+ input: DisassociateClientVpnTargetNetworkCommandInput;
+ output: DisassociateClientVpnTargetNetworkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisassociateEnclaveCertificateIamRoleCommand.ts b/clients/client-ec2/src/commands/DisassociateEnclaveCertificateIamRoleCommand.ts
index 608ea7e1945f..bf41761d0e14 100644
--- a/clients/client-ec2/src/commands/DisassociateEnclaveCertificateIamRoleCommand.ts
+++ b/clients/client-ec2/src/commands/DisassociateEnclaveCertificateIamRoleCommand.ts
@@ -92,4 +92,16 @@ export class DisassociateEnclaveCertificateIamRoleCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateEnclaveCertificateIamRoleCommand)
.de(de_DisassociateEnclaveCertificateIamRoleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateEnclaveCertificateIamRoleRequest;
+ output: DisassociateEnclaveCertificateIamRoleResult;
+ };
+ sdk: {
+ input: DisassociateEnclaveCertificateIamRoleCommandInput;
+ output: DisassociateEnclaveCertificateIamRoleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisassociateIamInstanceProfileCommand.ts b/clients/client-ec2/src/commands/DisassociateIamInstanceProfileCommand.ts
index 848223bac783..48b47806b71f 100644
--- a/clients/client-ec2/src/commands/DisassociateIamInstanceProfileCommand.ts
+++ b/clients/client-ec2/src/commands/DisassociateIamInstanceProfileCommand.ts
@@ -117,4 +117,16 @@ export class DisassociateIamInstanceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateIamInstanceProfileCommand)
.de(de_DisassociateIamInstanceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateIamInstanceProfileRequest;
+ output: DisassociateIamInstanceProfileResult;
+ };
+ sdk: {
+ input: DisassociateIamInstanceProfileCommandInput;
+ output: DisassociateIamInstanceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisassociateInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/DisassociateInstanceEventWindowCommand.ts
index 817ce82dafce..f9d43cc0c4c6 100644
--- a/clients/client-ec2/src/commands/DisassociateInstanceEventWindowCommand.ts
+++ b/clients/client-ec2/src/commands/DisassociateInstanceEventWindowCommand.ts
@@ -132,4 +132,16 @@ export class DisassociateInstanceEventWindowCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateInstanceEventWindowCommand)
.de(de_DisassociateInstanceEventWindowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateInstanceEventWindowRequest;
+ output: DisassociateInstanceEventWindowResult;
+ };
+ sdk: {
+ input: DisassociateInstanceEventWindowCommandInput;
+ output: DisassociateInstanceEventWindowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisassociateIpamByoasnCommand.ts b/clients/client-ec2/src/commands/DisassociateIpamByoasnCommand.ts
index b41e7b6c0f82..a13cbd537be3 100644
--- a/clients/client-ec2/src/commands/DisassociateIpamByoasnCommand.ts
+++ b/clients/client-ec2/src/commands/DisassociateIpamByoasnCommand.ts
@@ -85,4 +85,16 @@ export class DisassociateIpamByoasnCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateIpamByoasnCommand)
.de(de_DisassociateIpamByoasnCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateIpamByoasnRequest;
+ output: DisassociateIpamByoasnResult;
+ };
+ sdk: {
+ input: DisassociateIpamByoasnCommandInput;
+ output: DisassociateIpamByoasnCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisassociateIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/DisassociateIpamResourceDiscoveryCommand.ts
index 3a6980abf0fb..081e601e1e4b 100644
--- a/clients/client-ec2/src/commands/DisassociateIpamResourceDiscoveryCommand.ts
+++ b/clients/client-ec2/src/commands/DisassociateIpamResourceDiscoveryCommand.ts
@@ -100,4 +100,16 @@ export class DisassociateIpamResourceDiscoveryCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateIpamResourceDiscoveryCommand)
.de(de_DisassociateIpamResourceDiscoveryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateIpamResourceDiscoveryRequest;
+ output: DisassociateIpamResourceDiscoveryResult;
+ };
+ sdk: {
+ input: DisassociateIpamResourceDiscoveryCommandInput;
+ output: DisassociateIpamResourceDiscoveryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisassociateNatGatewayAddressCommand.ts b/clients/client-ec2/src/commands/DisassociateNatGatewayAddressCommand.ts
index 72432bf50ac0..61cda1ff992d 100644
--- a/clients/client-ec2/src/commands/DisassociateNatGatewayAddressCommand.ts
+++ b/clients/client-ec2/src/commands/DisassociateNatGatewayAddressCommand.ts
@@ -103,4 +103,16 @@ export class DisassociateNatGatewayAddressCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateNatGatewayAddressCommand)
.de(de_DisassociateNatGatewayAddressCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateNatGatewayAddressRequest;
+ output: DisassociateNatGatewayAddressResult;
+ };
+ sdk: {
+ input: DisassociateNatGatewayAddressCommandInput;
+ output: DisassociateNatGatewayAddressCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisassociateRouteTableCommand.ts b/clients/client-ec2/src/commands/DisassociateRouteTableCommand.ts
index 7fc63135c546..79d1384e2901 100644
--- a/clients/client-ec2/src/commands/DisassociateRouteTableCommand.ts
+++ b/clients/client-ec2/src/commands/DisassociateRouteTableCommand.ts
@@ -91,4 +91,16 @@ export class DisassociateRouteTableCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateRouteTableCommand)
.de(de_DisassociateRouteTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateRouteTableRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateRouteTableCommandInput;
+ output: DisassociateRouteTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisassociateSubnetCidrBlockCommand.ts b/clients/client-ec2/src/commands/DisassociateSubnetCidrBlockCommand.ts
index e58af5ea209d..524b92820600 100644
--- a/clients/client-ec2/src/commands/DisassociateSubnetCidrBlockCommand.ts
+++ b/clients/client-ec2/src/commands/DisassociateSubnetCidrBlockCommand.ts
@@ -87,4 +87,16 @@ export class DisassociateSubnetCidrBlockCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateSubnetCidrBlockCommand)
.de(de_DisassociateSubnetCidrBlockCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateSubnetCidrBlockRequest;
+ output: DisassociateSubnetCidrBlockResult;
+ };
+ sdk: {
+ input: DisassociateSubnetCidrBlockCommandInput;
+ output: DisassociateSubnetCidrBlockCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisassociateTransitGatewayMulticastDomainCommand.ts b/clients/client-ec2/src/commands/DisassociateTransitGatewayMulticastDomainCommand.ts
index 5aee9ecb0fb7..2dcfc9cbe06d 100644
--- a/clients/client-ec2/src/commands/DisassociateTransitGatewayMulticastDomainCommand.ts
+++ b/clients/client-ec2/src/commands/DisassociateTransitGatewayMulticastDomainCommand.ts
@@ -103,4 +103,16 @@ export class DisassociateTransitGatewayMulticastDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateTransitGatewayMulticastDomainCommand)
.de(de_DisassociateTransitGatewayMulticastDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateTransitGatewayMulticastDomainRequest;
+ output: DisassociateTransitGatewayMulticastDomainResult;
+ };
+ sdk: {
+ input: DisassociateTransitGatewayMulticastDomainCommandInput;
+ output: DisassociateTransitGatewayMulticastDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisassociateTransitGatewayPolicyTableCommand.ts b/clients/client-ec2/src/commands/DisassociateTransitGatewayPolicyTableCommand.ts
index afebc4caf354..4534a2473a05 100644
--- a/clients/client-ec2/src/commands/DisassociateTransitGatewayPolicyTableCommand.ts
+++ b/clients/client-ec2/src/commands/DisassociateTransitGatewayPolicyTableCommand.ts
@@ -94,4 +94,16 @@ export class DisassociateTransitGatewayPolicyTableCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateTransitGatewayPolicyTableCommand)
.de(de_DisassociateTransitGatewayPolicyTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateTransitGatewayPolicyTableRequest;
+ output: DisassociateTransitGatewayPolicyTableResult;
+ };
+ sdk: {
+ input: DisassociateTransitGatewayPolicyTableCommandInput;
+ output: DisassociateTransitGatewayPolicyTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisassociateTransitGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/DisassociateTransitGatewayRouteTableCommand.ts
index c9b226bb7604..a7087fc69a36 100644
--- a/clients/client-ec2/src/commands/DisassociateTransitGatewayRouteTableCommand.ts
+++ b/clients/client-ec2/src/commands/DisassociateTransitGatewayRouteTableCommand.ts
@@ -93,4 +93,16 @@ export class DisassociateTransitGatewayRouteTableCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateTransitGatewayRouteTableCommand)
.de(de_DisassociateTransitGatewayRouteTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateTransitGatewayRouteTableRequest;
+ output: DisassociateTransitGatewayRouteTableResult;
+ };
+ sdk: {
+ input: DisassociateTransitGatewayRouteTableCommandInput;
+ output: DisassociateTransitGatewayRouteTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisassociateTrunkInterfaceCommand.ts b/clients/client-ec2/src/commands/DisassociateTrunkInterfaceCommand.ts
index 0188181f1fe1..740492427665 100644
--- a/clients/client-ec2/src/commands/DisassociateTrunkInterfaceCommand.ts
+++ b/clients/client-ec2/src/commands/DisassociateTrunkInterfaceCommand.ts
@@ -80,4 +80,16 @@ export class DisassociateTrunkInterfaceCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateTrunkInterfaceCommand)
.de(de_DisassociateTrunkInterfaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateTrunkInterfaceRequest;
+ output: DisassociateTrunkInterfaceResult;
+ };
+ sdk: {
+ input: DisassociateTrunkInterfaceCommandInput;
+ output: DisassociateTrunkInterfaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/DisassociateVpcCidrBlockCommand.ts b/clients/client-ec2/src/commands/DisassociateVpcCidrBlockCommand.ts
index b0f59917e032..5afb303df135 100644
--- a/clients/client-ec2/src/commands/DisassociateVpcCidrBlockCommand.ts
+++ b/clients/client-ec2/src/commands/DisassociateVpcCidrBlockCommand.ts
@@ -102,4 +102,16 @@ export class DisassociateVpcCidrBlockCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateVpcCidrBlockCommand)
.de(de_DisassociateVpcCidrBlockCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateVpcCidrBlockRequest;
+ output: DisassociateVpcCidrBlockResult;
+ };
+ sdk: {
+ input: DisassociateVpcCidrBlockCommandInput;
+ output: DisassociateVpcCidrBlockCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/EnableAddressTransferCommand.ts b/clients/client-ec2/src/commands/EnableAddressTransferCommand.ts
index 2ba75695c5e9..3e42ce213243 100644
--- a/clients/client-ec2/src/commands/EnableAddressTransferCommand.ts
+++ b/clients/client-ec2/src/commands/EnableAddressTransferCommand.ts
@@ -86,4 +86,16 @@ export class EnableAddressTransferCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableAddressTransferCommand)
.de(de_EnableAddressTransferCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableAddressTransferRequest;
+ output: EnableAddressTransferResult;
+ };
+ sdk: {
+ input: EnableAddressTransferCommandInput;
+ output: EnableAddressTransferCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.ts b/clients/client-ec2/src/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.ts
index 6a9c3d5990f1..4d98af2c4190 100644
--- a/clients/client-ec2/src/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.ts
+++ b/clients/client-ec2/src/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.ts
@@ -90,4 +90,16 @@ export class EnableAwsNetworkPerformanceMetricSubscriptionCommand extends $Comma
.f(void 0, void 0)
.ser(se_EnableAwsNetworkPerformanceMetricSubscriptionCommand)
.de(de_EnableAwsNetworkPerformanceMetricSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableAwsNetworkPerformanceMetricSubscriptionRequest;
+ output: EnableAwsNetworkPerformanceMetricSubscriptionResult;
+ };
+ sdk: {
+ input: EnableAwsNetworkPerformanceMetricSubscriptionCommandInput;
+ output: EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/EnableEbsEncryptionByDefaultCommand.ts b/clients/client-ec2/src/commands/EnableEbsEncryptionByDefaultCommand.ts
index 7b24041f8fc9..5d4b3d4ddefe 100644
--- a/clients/client-ec2/src/commands/EnableEbsEncryptionByDefaultCommand.ts
+++ b/clients/client-ec2/src/commands/EnableEbsEncryptionByDefaultCommand.ts
@@ -90,4 +90,16 @@ export class EnableEbsEncryptionByDefaultCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableEbsEncryptionByDefaultCommand)
.de(de_EnableEbsEncryptionByDefaultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableEbsEncryptionByDefaultRequest;
+ output: EnableEbsEncryptionByDefaultResult;
+ };
+ sdk: {
+ input: EnableEbsEncryptionByDefaultCommandInput;
+ output: EnableEbsEncryptionByDefaultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/EnableFastLaunchCommand.ts b/clients/client-ec2/src/commands/EnableFastLaunchCommand.ts
index a8fc9fac2d1b..f68731b896ad 100644
--- a/clients/client-ec2/src/commands/EnableFastLaunchCommand.ts
+++ b/clients/client-ec2/src/commands/EnableFastLaunchCommand.ts
@@ -110,4 +110,16 @@ export class EnableFastLaunchCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableFastLaunchCommand)
.de(de_EnableFastLaunchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableFastLaunchRequest;
+ output: EnableFastLaunchResult;
+ };
+ sdk: {
+ input: EnableFastLaunchCommandInput;
+ output: EnableFastLaunchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/EnableFastSnapshotRestoresCommand.ts b/clients/client-ec2/src/commands/EnableFastSnapshotRestoresCommand.ts
index 4eb0ebc1f906..45cee423e18a 100644
--- a/clients/client-ec2/src/commands/EnableFastSnapshotRestoresCommand.ts
+++ b/clients/client-ec2/src/commands/EnableFastSnapshotRestoresCommand.ts
@@ -116,4 +116,16 @@ export class EnableFastSnapshotRestoresCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableFastSnapshotRestoresCommand)
.de(de_EnableFastSnapshotRestoresCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableFastSnapshotRestoresRequest;
+ output: EnableFastSnapshotRestoresResult;
+ };
+ sdk: {
+ input: EnableFastSnapshotRestoresCommandInput;
+ output: EnableFastSnapshotRestoresCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/EnableImageBlockPublicAccessCommand.ts b/clients/client-ec2/src/commands/EnableImageBlockPublicAccessCommand.ts
index db1f3b72ccdd..c5380fc33e58 100644
--- a/clients/client-ec2/src/commands/EnableImageBlockPublicAccessCommand.ts
+++ b/clients/client-ec2/src/commands/EnableImageBlockPublicAccessCommand.ts
@@ -88,4 +88,16 @@ export class EnableImageBlockPublicAccessCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableImageBlockPublicAccessCommand)
.de(de_EnableImageBlockPublicAccessCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableImageBlockPublicAccessRequest;
+ output: EnableImageBlockPublicAccessResult;
+ };
+ sdk: {
+ input: EnableImageBlockPublicAccessCommandInput;
+ output: EnableImageBlockPublicAccessCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/EnableImageCommand.ts b/clients/client-ec2/src/commands/EnableImageCommand.ts
index 6ee680a322a4..e6243514e41a 100644
--- a/clients/client-ec2/src/commands/EnableImageCommand.ts
+++ b/clients/client-ec2/src/commands/EnableImageCommand.ts
@@ -85,4 +85,16 @@ export class EnableImageCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableImageCommand)
.de(de_EnableImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableImageRequest;
+ output: EnableImageResult;
+ };
+ sdk: {
+ input: EnableImageCommandInput;
+ output: EnableImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/EnableImageDeprecationCommand.ts b/clients/client-ec2/src/commands/EnableImageDeprecationCommand.ts
index 6f13e55bb415..211b5b2428b3 100644
--- a/clients/client-ec2/src/commands/EnableImageDeprecationCommand.ts
+++ b/clients/client-ec2/src/commands/EnableImageDeprecationCommand.ts
@@ -80,4 +80,16 @@ export class EnableImageDeprecationCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableImageDeprecationCommand)
.de(de_EnableImageDeprecationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableImageDeprecationRequest;
+ output: EnableImageDeprecationResult;
+ };
+ sdk: {
+ input: EnableImageDeprecationCommandInput;
+ output: EnableImageDeprecationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/EnableImageDeregistrationProtectionCommand.ts b/clients/client-ec2/src/commands/EnableImageDeregistrationProtectionCommand.ts
index 480ffb16b4c9..200d544b1249 100644
--- a/clients/client-ec2/src/commands/EnableImageDeregistrationProtectionCommand.ts
+++ b/clients/client-ec2/src/commands/EnableImageDeregistrationProtectionCommand.ts
@@ -92,4 +92,16 @@ export class EnableImageDeregistrationProtectionCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableImageDeregistrationProtectionCommand)
.de(de_EnableImageDeregistrationProtectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableImageDeregistrationProtectionRequest;
+ output: EnableImageDeregistrationProtectionResult;
+ };
+ sdk: {
+ input: EnableImageDeregistrationProtectionCommandInput;
+ output: EnableImageDeregistrationProtectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/EnableIpamOrganizationAdminAccountCommand.ts b/clients/client-ec2/src/commands/EnableIpamOrganizationAdminAccountCommand.ts
index be4fb0b1fd9d..487f863c4848 100644
--- a/clients/client-ec2/src/commands/EnableIpamOrganizationAdminAccountCommand.ts
+++ b/clients/client-ec2/src/commands/EnableIpamOrganizationAdminAccountCommand.ts
@@ -87,4 +87,16 @@ export class EnableIpamOrganizationAdminAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableIpamOrganizationAdminAccountCommand)
.de(de_EnableIpamOrganizationAdminAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableIpamOrganizationAdminAccountRequest;
+ output: EnableIpamOrganizationAdminAccountResult;
+ };
+ sdk: {
+ input: EnableIpamOrganizationAdminAccountCommandInput;
+ output: EnableIpamOrganizationAdminAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.ts b/clients/client-ec2/src/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.ts
index 7ba9af9ceb9d..0817b58f3555 100644
--- a/clients/client-ec2/src/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.ts
+++ b/clients/client-ec2/src/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.ts
@@ -90,4 +90,16 @@ export class EnableReachabilityAnalyzerOrganizationSharingCommand extends $Comma
.f(void 0, void 0)
.ser(se_EnableReachabilityAnalyzerOrganizationSharingCommand)
.de(de_EnableReachabilityAnalyzerOrganizationSharingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableReachabilityAnalyzerOrganizationSharingRequest;
+ output: EnableReachabilityAnalyzerOrganizationSharingResult;
+ };
+ sdk: {
+ input: EnableReachabilityAnalyzerOrganizationSharingCommandInput;
+ output: EnableReachabilityAnalyzerOrganizationSharingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/EnableSerialConsoleAccessCommand.ts b/clients/client-ec2/src/commands/EnableSerialConsoleAccessCommand.ts
index a94a19760922..84a6cd5ff2db 100644
--- a/clients/client-ec2/src/commands/EnableSerialConsoleAccessCommand.ts
+++ b/clients/client-ec2/src/commands/EnableSerialConsoleAccessCommand.ts
@@ -79,4 +79,16 @@ export class EnableSerialConsoleAccessCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableSerialConsoleAccessCommand)
.de(de_EnableSerialConsoleAccessCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableSerialConsoleAccessRequest;
+ output: EnableSerialConsoleAccessResult;
+ };
+ sdk: {
+ input: EnableSerialConsoleAccessCommandInput;
+ output: EnableSerialConsoleAccessCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/EnableSnapshotBlockPublicAccessCommand.ts b/clients/client-ec2/src/commands/EnableSnapshotBlockPublicAccessCommand.ts
index 3b49ed1bd053..8fb5b51cf88b 100644
--- a/clients/client-ec2/src/commands/EnableSnapshotBlockPublicAccessCommand.ts
+++ b/clients/client-ec2/src/commands/EnableSnapshotBlockPublicAccessCommand.ts
@@ -99,4 +99,16 @@ export class EnableSnapshotBlockPublicAccessCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableSnapshotBlockPublicAccessCommand)
.de(de_EnableSnapshotBlockPublicAccessCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableSnapshotBlockPublicAccessRequest;
+ output: EnableSnapshotBlockPublicAccessResult;
+ };
+ sdk: {
+ input: EnableSnapshotBlockPublicAccessCommandInput;
+ output: EnableSnapshotBlockPublicAccessCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/EnableTransitGatewayRouteTablePropagationCommand.ts b/clients/client-ec2/src/commands/EnableTransitGatewayRouteTablePropagationCommand.ts
index 33b5d8cbe852..65cd65e005a7 100644
--- a/clients/client-ec2/src/commands/EnableTransitGatewayRouteTablePropagationCommand.ts
+++ b/clients/client-ec2/src/commands/EnableTransitGatewayRouteTablePropagationCommand.ts
@@ -97,4 +97,16 @@ export class EnableTransitGatewayRouteTablePropagationCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableTransitGatewayRouteTablePropagationCommand)
.de(de_EnableTransitGatewayRouteTablePropagationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableTransitGatewayRouteTablePropagationRequest;
+ output: EnableTransitGatewayRouteTablePropagationResult;
+ };
+ sdk: {
+ input: EnableTransitGatewayRouteTablePropagationCommandInput;
+ output: EnableTransitGatewayRouteTablePropagationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/EnableVgwRoutePropagationCommand.ts b/clients/client-ec2/src/commands/EnableVgwRoutePropagationCommand.ts
index 339bcfbaa252..0863bd7da0fe 100644
--- a/clients/client-ec2/src/commands/EnableVgwRoutePropagationCommand.ts
+++ b/clients/client-ec2/src/commands/EnableVgwRoutePropagationCommand.ts
@@ -90,4 +90,16 @@ export class EnableVgwRoutePropagationCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableVgwRoutePropagationCommand)
.de(de_EnableVgwRoutePropagationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableVgwRoutePropagationRequest;
+ output: {};
+ };
+ sdk: {
+ input: EnableVgwRoutePropagationCommandInput;
+ output: EnableVgwRoutePropagationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/EnableVolumeIOCommand.ts b/clients/client-ec2/src/commands/EnableVolumeIOCommand.ts
index 0831aae45c07..c59da4f186b0 100644
--- a/clients/client-ec2/src/commands/EnableVolumeIOCommand.ts
+++ b/clients/client-ec2/src/commands/EnableVolumeIOCommand.ts
@@ -88,4 +88,16 @@ export class EnableVolumeIOCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableVolumeIOCommand)
.de(de_EnableVolumeIOCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableVolumeIORequest;
+ output: {};
+ };
+ sdk: {
+ input: EnableVolumeIOCommandInput;
+ output: EnableVolumeIOCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/EnableVpcClassicLinkCommand.ts b/clients/client-ec2/src/commands/EnableVpcClassicLinkCommand.ts
index 372a567cb32e..ac3a3d0a8b0a 100644
--- a/clients/client-ec2/src/commands/EnableVpcClassicLinkCommand.ts
+++ b/clients/client-ec2/src/commands/EnableVpcClassicLinkCommand.ts
@@ -86,4 +86,16 @@ export class EnableVpcClassicLinkCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableVpcClassicLinkCommand)
.de(de_EnableVpcClassicLinkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableVpcClassicLinkRequest;
+ output: EnableVpcClassicLinkResult;
+ };
+ sdk: {
+ input: EnableVpcClassicLinkCommandInput;
+ output: EnableVpcClassicLinkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/EnableVpcClassicLinkDnsSupportCommand.ts b/clients/client-ec2/src/commands/EnableVpcClassicLinkDnsSupportCommand.ts
index 934c83493ae8..70ead8251b89 100644
--- a/clients/client-ec2/src/commands/EnableVpcClassicLinkDnsSupportCommand.ts
+++ b/clients/client-ec2/src/commands/EnableVpcClassicLinkDnsSupportCommand.ts
@@ -90,4 +90,16 @@ export class EnableVpcClassicLinkDnsSupportCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableVpcClassicLinkDnsSupportCommand)
.de(de_EnableVpcClassicLinkDnsSupportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableVpcClassicLinkDnsSupportRequest;
+ output: EnableVpcClassicLinkDnsSupportResult;
+ };
+ sdk: {
+ input: EnableVpcClassicLinkDnsSupportCommandInput;
+ output: EnableVpcClassicLinkDnsSupportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ExportClientVpnClientCertificateRevocationListCommand.ts b/clients/client-ec2/src/commands/ExportClientVpnClientCertificateRevocationListCommand.ts
index 07d7d9e29528..41f964279e0f 100644
--- a/clients/client-ec2/src/commands/ExportClientVpnClientCertificateRevocationListCommand.ts
+++ b/clients/client-ec2/src/commands/ExportClientVpnClientCertificateRevocationListCommand.ts
@@ -91,4 +91,16 @@ export class ExportClientVpnClientCertificateRevocationListCommand extends $Comm
.f(void 0, void 0)
.ser(se_ExportClientVpnClientCertificateRevocationListCommand)
.de(de_ExportClientVpnClientCertificateRevocationListCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExportClientVpnClientCertificateRevocationListRequest;
+ output: ExportClientVpnClientCertificateRevocationListResult;
+ };
+ sdk: {
+ input: ExportClientVpnClientCertificateRevocationListCommandInput;
+ output: ExportClientVpnClientCertificateRevocationListCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ExportClientVpnClientConfigurationCommand.ts b/clients/client-ec2/src/commands/ExportClientVpnClientConfigurationCommand.ts
index ba3282e6ca96..42ee6cead445 100644
--- a/clients/client-ec2/src/commands/ExportClientVpnClientConfigurationCommand.ts
+++ b/clients/client-ec2/src/commands/ExportClientVpnClientConfigurationCommand.ts
@@ -88,4 +88,16 @@ export class ExportClientVpnClientConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_ExportClientVpnClientConfigurationCommand)
.de(de_ExportClientVpnClientConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExportClientVpnClientConfigurationRequest;
+ output: ExportClientVpnClientConfigurationResult;
+ };
+ sdk: {
+ input: ExportClientVpnClientConfigurationCommandInput;
+ output: ExportClientVpnClientConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ExportImageCommand.ts b/clients/client-ec2/src/commands/ExportImageCommand.ts
index 856c1fe8dac6..6831c7fcad3e 100644
--- a/clients/client-ec2/src/commands/ExportImageCommand.ts
+++ b/clients/client-ec2/src/commands/ExportImageCommand.ts
@@ -116,4 +116,16 @@ export class ExportImageCommand extends $Command
.f(void 0, void 0)
.ser(se_ExportImageCommand)
.de(de_ExportImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExportImageRequest;
+ output: ExportImageResult;
+ };
+ sdk: {
+ input: ExportImageCommandInput;
+ output: ExportImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ExportTransitGatewayRoutesCommand.ts b/clients/client-ec2/src/commands/ExportTransitGatewayRoutesCommand.ts
index ec3176ec9b33..9fcb53e13687 100644
--- a/clients/client-ec2/src/commands/ExportTransitGatewayRoutesCommand.ts
+++ b/clients/client-ec2/src/commands/ExportTransitGatewayRoutesCommand.ts
@@ -91,4 +91,16 @@ export class ExportTransitGatewayRoutesCommand extends $Command
.f(void 0, void 0)
.ser(se_ExportTransitGatewayRoutesCommand)
.de(de_ExportTransitGatewayRoutesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExportTransitGatewayRoutesRequest;
+ output: ExportTransitGatewayRoutesResult;
+ };
+ sdk: {
+ input: ExportTransitGatewayRoutesCommandInput;
+ output: ExportTransitGatewayRoutesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts b/clients/client-ec2/src/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts
index 59d363932868..b7214bcfeb2a 100644
--- a/clients/client-ec2/src/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts
+++ b/clients/client-ec2/src/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts
@@ -97,4 +97,16 @@ export class GetAssociatedEnclaveCertificateIamRolesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAssociatedEnclaveCertificateIamRolesCommand)
.de(de_GetAssociatedEnclaveCertificateIamRolesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAssociatedEnclaveCertificateIamRolesRequest;
+ output: GetAssociatedEnclaveCertificateIamRolesResult;
+ };
+ sdk: {
+ input: GetAssociatedEnclaveCertificateIamRolesCommandInput;
+ output: GetAssociatedEnclaveCertificateIamRolesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetAssociatedIpv6PoolCidrsCommand.ts b/clients/client-ec2/src/commands/GetAssociatedIpv6PoolCidrsCommand.ts
index d51e3c1e0399..74767d8709b9 100644
--- a/clients/client-ec2/src/commands/GetAssociatedIpv6PoolCidrsCommand.ts
+++ b/clients/client-ec2/src/commands/GetAssociatedIpv6PoolCidrsCommand.ts
@@ -86,4 +86,16 @@ export class GetAssociatedIpv6PoolCidrsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAssociatedIpv6PoolCidrsCommand)
.de(de_GetAssociatedIpv6PoolCidrsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAssociatedIpv6PoolCidrsRequest;
+ output: GetAssociatedIpv6PoolCidrsResult;
+ };
+ sdk: {
+ input: GetAssociatedIpv6PoolCidrsCommandInput;
+ output: GetAssociatedIpv6PoolCidrsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetAwsNetworkPerformanceDataCommand.ts b/clients/client-ec2/src/commands/GetAwsNetworkPerformanceDataCommand.ts
index 9ca62dd3a239..a9ffae84f027 100644
--- a/clients/client-ec2/src/commands/GetAwsNetworkPerformanceDataCommand.ts
+++ b/clients/client-ec2/src/commands/GetAwsNetworkPerformanceDataCommand.ts
@@ -111,4 +111,16 @@ export class GetAwsNetworkPerformanceDataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAwsNetworkPerformanceDataCommand)
.de(de_GetAwsNetworkPerformanceDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAwsNetworkPerformanceDataRequest;
+ output: GetAwsNetworkPerformanceDataResult;
+ };
+ sdk: {
+ input: GetAwsNetworkPerformanceDataCommandInput;
+ output: GetAwsNetworkPerformanceDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetCapacityReservationUsageCommand.ts b/clients/client-ec2/src/commands/GetCapacityReservationUsageCommand.ts
index 1cf4d161ef89..3c93b9c87468 100644
--- a/clients/client-ec2/src/commands/GetCapacityReservationUsageCommand.ts
+++ b/clients/client-ec2/src/commands/GetCapacityReservationUsageCommand.ts
@@ -93,4 +93,16 @@ export class GetCapacityReservationUsageCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCapacityReservationUsageCommand)
.de(de_GetCapacityReservationUsageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCapacityReservationUsageRequest;
+ output: GetCapacityReservationUsageResult;
+ };
+ sdk: {
+ input: GetCapacityReservationUsageCommandInput;
+ output: GetCapacityReservationUsageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetCoipPoolUsageCommand.ts b/clients/client-ec2/src/commands/GetCoipPoolUsageCommand.ts
index 924716c4f1c4..ce305b19c799 100644
--- a/clients/client-ec2/src/commands/GetCoipPoolUsageCommand.ts
+++ b/clients/client-ec2/src/commands/GetCoipPoolUsageCommand.ts
@@ -98,4 +98,16 @@ export class GetCoipPoolUsageCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCoipPoolUsageCommand)
.de(de_GetCoipPoolUsageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCoipPoolUsageRequest;
+ output: GetCoipPoolUsageResult;
+ };
+ sdk: {
+ input: GetCoipPoolUsageCommandInput;
+ output: GetCoipPoolUsageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetConsoleOutputCommand.ts b/clients/client-ec2/src/commands/GetConsoleOutputCommand.ts
index 6c7c01571ed6..1d3a4659082c 100644
--- a/clients/client-ec2/src/commands/GetConsoleOutputCommand.ts
+++ b/clients/client-ec2/src/commands/GetConsoleOutputCommand.ts
@@ -104,4 +104,16 @@ export class GetConsoleOutputCommand extends $Command
.f(void 0, void 0)
.ser(se_GetConsoleOutputCommand)
.de(de_GetConsoleOutputCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConsoleOutputRequest;
+ output: GetConsoleOutputResult;
+ };
+ sdk: {
+ input: GetConsoleOutputCommandInput;
+ output: GetConsoleOutputCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetConsoleScreenshotCommand.ts b/clients/client-ec2/src/commands/GetConsoleScreenshotCommand.ts
index af59af5d6aaa..86296f033e12 100644
--- a/clients/client-ec2/src/commands/GetConsoleScreenshotCommand.ts
+++ b/clients/client-ec2/src/commands/GetConsoleScreenshotCommand.ts
@@ -83,4 +83,16 @@ export class GetConsoleScreenshotCommand extends $Command
.f(void 0, void 0)
.ser(se_GetConsoleScreenshotCommand)
.de(de_GetConsoleScreenshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConsoleScreenshotRequest;
+ output: GetConsoleScreenshotResult;
+ };
+ sdk: {
+ input: GetConsoleScreenshotCommandInput;
+ output: GetConsoleScreenshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetDefaultCreditSpecificationCommand.ts b/clients/client-ec2/src/commands/GetDefaultCreditSpecificationCommand.ts
index eeca6333cd62..aedd446068d1 100644
--- a/clients/client-ec2/src/commands/GetDefaultCreditSpecificationCommand.ts
+++ b/clients/client-ec2/src/commands/GetDefaultCreditSpecificationCommand.ts
@@ -86,4 +86,16 @@ export class GetDefaultCreditSpecificationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDefaultCreditSpecificationCommand)
.de(de_GetDefaultCreditSpecificationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDefaultCreditSpecificationRequest;
+ output: GetDefaultCreditSpecificationResult;
+ };
+ sdk: {
+ input: GetDefaultCreditSpecificationCommandInput;
+ output: GetDefaultCreditSpecificationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetEbsDefaultKmsKeyIdCommand.ts b/clients/client-ec2/src/commands/GetEbsDefaultKmsKeyIdCommand.ts
index 6d0c83784f5c..8e919664fa11 100644
--- a/clients/client-ec2/src/commands/GetEbsDefaultKmsKeyIdCommand.ts
+++ b/clients/client-ec2/src/commands/GetEbsDefaultKmsKeyIdCommand.ts
@@ -81,4 +81,16 @@ export class GetEbsDefaultKmsKeyIdCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEbsDefaultKmsKeyIdCommand)
.de(de_GetEbsDefaultKmsKeyIdCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEbsDefaultKmsKeyIdRequest;
+ output: GetEbsDefaultKmsKeyIdResult;
+ };
+ sdk: {
+ input: GetEbsDefaultKmsKeyIdCommandInput;
+ output: GetEbsDefaultKmsKeyIdCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetEbsEncryptionByDefaultCommand.ts b/clients/client-ec2/src/commands/GetEbsEncryptionByDefaultCommand.ts
index 9cd0a7d25e70..4f879010e9d7 100644
--- a/clients/client-ec2/src/commands/GetEbsEncryptionByDefaultCommand.ts
+++ b/clients/client-ec2/src/commands/GetEbsEncryptionByDefaultCommand.ts
@@ -81,4 +81,16 @@ export class GetEbsEncryptionByDefaultCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEbsEncryptionByDefaultCommand)
.de(de_GetEbsEncryptionByDefaultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEbsEncryptionByDefaultRequest;
+ output: GetEbsEncryptionByDefaultResult;
+ };
+ sdk: {
+ input: GetEbsEncryptionByDefaultCommandInput;
+ output: GetEbsEncryptionByDefaultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetFlowLogsIntegrationTemplateCommand.ts b/clients/client-ec2/src/commands/GetFlowLogsIntegrationTemplateCommand.ts
index 1204dae5acd9..9c44c7ab60b4 100644
--- a/clients/client-ec2/src/commands/GetFlowLogsIntegrationTemplateCommand.ts
+++ b/clients/client-ec2/src/commands/GetFlowLogsIntegrationTemplateCommand.ts
@@ -116,4 +116,16 @@ export class GetFlowLogsIntegrationTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFlowLogsIntegrationTemplateCommand)
.de(de_GetFlowLogsIntegrationTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFlowLogsIntegrationTemplateRequest;
+ output: GetFlowLogsIntegrationTemplateResult;
+ };
+ sdk: {
+ input: GetFlowLogsIntegrationTemplateCommandInput;
+ output: GetFlowLogsIntegrationTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetGroupsForCapacityReservationCommand.ts b/clients/client-ec2/src/commands/GetGroupsForCapacityReservationCommand.ts
index 9f315a786aa5..2707569bb279 100644
--- a/clients/client-ec2/src/commands/GetGroupsForCapacityReservationCommand.ts
+++ b/clients/client-ec2/src/commands/GetGroupsForCapacityReservationCommand.ts
@@ -91,4 +91,16 @@ export class GetGroupsForCapacityReservationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetGroupsForCapacityReservationCommand)
.de(de_GetGroupsForCapacityReservationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetGroupsForCapacityReservationRequest;
+ output: GetGroupsForCapacityReservationResult;
+ };
+ sdk: {
+ input: GetGroupsForCapacityReservationCommandInput;
+ output: GetGroupsForCapacityReservationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetHostReservationPurchasePreviewCommand.ts b/clients/client-ec2/src/commands/GetHostReservationPurchasePreviewCommand.ts
index 6407869911ba..425ac63bcc3e 100644
--- a/clients/client-ec2/src/commands/GetHostReservationPurchasePreviewCommand.ts
+++ b/clients/client-ec2/src/commands/GetHostReservationPurchasePreviewCommand.ts
@@ -105,4 +105,16 @@ export class GetHostReservationPurchasePreviewCommand extends $Command
.f(void 0, void 0)
.ser(se_GetHostReservationPurchasePreviewCommand)
.de(de_GetHostReservationPurchasePreviewCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetHostReservationPurchasePreviewRequest;
+ output: GetHostReservationPurchasePreviewResult;
+ };
+ sdk: {
+ input: GetHostReservationPurchasePreviewCommandInput;
+ output: GetHostReservationPurchasePreviewCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetImageBlockPublicAccessStateCommand.ts b/clients/client-ec2/src/commands/GetImageBlockPublicAccessStateCommand.ts
index c5155145b6e6..6c5e49d0b4c7 100644
--- a/clients/client-ec2/src/commands/GetImageBlockPublicAccessStateCommand.ts
+++ b/clients/client-ec2/src/commands/GetImageBlockPublicAccessStateCommand.ts
@@ -85,4 +85,16 @@ export class GetImageBlockPublicAccessStateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetImageBlockPublicAccessStateCommand)
.de(de_GetImageBlockPublicAccessStateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetImageBlockPublicAccessStateRequest;
+ output: GetImageBlockPublicAccessStateResult;
+ };
+ sdk: {
+ input: GetImageBlockPublicAccessStateCommandInput;
+ output: GetImageBlockPublicAccessStateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetInstanceMetadataDefaultsCommand.ts b/clients/client-ec2/src/commands/GetInstanceMetadataDefaultsCommand.ts
index 594aace58ee9..65300ebf0fb8 100644
--- a/clients/client-ec2/src/commands/GetInstanceMetadataDefaultsCommand.ts
+++ b/clients/client-ec2/src/commands/GetInstanceMetadataDefaultsCommand.ts
@@ -85,4 +85,16 @@ export class GetInstanceMetadataDefaultsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInstanceMetadataDefaultsCommand)
.de(de_GetInstanceMetadataDefaultsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInstanceMetadataDefaultsRequest;
+ output: GetInstanceMetadataDefaultsResult;
+ };
+ sdk: {
+ input: GetInstanceMetadataDefaultsCommandInput;
+ output: GetInstanceMetadataDefaultsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetInstanceTpmEkPubCommand.ts b/clients/client-ec2/src/commands/GetInstanceTpmEkPubCommand.ts
index 6815721c860f..ab53dde57d11 100644
--- a/clients/client-ec2/src/commands/GetInstanceTpmEkPubCommand.ts
+++ b/clients/client-ec2/src/commands/GetInstanceTpmEkPubCommand.ts
@@ -88,4 +88,16 @@ export class GetInstanceTpmEkPubCommand extends $Command
.f(void 0, GetInstanceTpmEkPubResultFilterSensitiveLog)
.ser(se_GetInstanceTpmEkPubCommand)
.de(de_GetInstanceTpmEkPubCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInstanceTpmEkPubRequest;
+ output: GetInstanceTpmEkPubResult;
+ };
+ sdk: {
+ input: GetInstanceTpmEkPubCommandInput;
+ output: GetInstanceTpmEkPubCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetInstanceTypesFromInstanceRequirementsCommand.ts b/clients/client-ec2/src/commands/GetInstanceTypesFromInstanceRequirementsCommand.ts
index fb5771d83cf1..136ee821e260 100644
--- a/clients/client-ec2/src/commands/GetInstanceTypesFromInstanceRequirementsCommand.ts
+++ b/clients/client-ec2/src/commands/GetInstanceTypesFromInstanceRequirementsCommand.ts
@@ -177,4 +177,16 @@ export class GetInstanceTypesFromInstanceRequirementsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInstanceTypesFromInstanceRequirementsCommand)
.de(de_GetInstanceTypesFromInstanceRequirementsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInstanceTypesFromInstanceRequirementsRequest;
+ output: GetInstanceTypesFromInstanceRequirementsResult;
+ };
+ sdk: {
+ input: GetInstanceTypesFromInstanceRequirementsCommandInput;
+ output: GetInstanceTypesFromInstanceRequirementsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetInstanceUefiDataCommand.ts b/clients/client-ec2/src/commands/GetInstanceUefiDataCommand.ts
index 341424f73464..40dbfc40cb63 100644
--- a/clients/client-ec2/src/commands/GetInstanceUefiDataCommand.ts
+++ b/clients/client-ec2/src/commands/GetInstanceUefiDataCommand.ts
@@ -89,4 +89,16 @@ export class GetInstanceUefiDataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInstanceUefiDataCommand)
.de(de_GetInstanceUefiDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInstanceUefiDataRequest;
+ output: GetInstanceUefiDataResult;
+ };
+ sdk: {
+ input: GetInstanceUefiDataCommandInput;
+ output: GetInstanceUefiDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetIpamAddressHistoryCommand.ts b/clients/client-ec2/src/commands/GetIpamAddressHistoryCommand.ts
index 36251e93ae7e..538589112c41 100644
--- a/clients/client-ec2/src/commands/GetIpamAddressHistoryCommand.ts
+++ b/clients/client-ec2/src/commands/GetIpamAddressHistoryCommand.ts
@@ -99,4 +99,16 @@ export class GetIpamAddressHistoryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIpamAddressHistoryCommand)
.de(de_GetIpamAddressHistoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIpamAddressHistoryRequest;
+ output: GetIpamAddressHistoryResult;
+ };
+ sdk: {
+ input: GetIpamAddressHistoryCommandInput;
+ output: GetIpamAddressHistoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetIpamDiscoveredAccountsCommand.ts b/clients/client-ec2/src/commands/GetIpamDiscoveredAccountsCommand.ts
index 813168a74511..260c68a2ca50 100644
--- a/clients/client-ec2/src/commands/GetIpamDiscoveredAccountsCommand.ts
+++ b/clients/client-ec2/src/commands/GetIpamDiscoveredAccountsCommand.ts
@@ -101,4 +101,16 @@ export class GetIpamDiscoveredAccountsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIpamDiscoveredAccountsCommand)
.de(de_GetIpamDiscoveredAccountsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIpamDiscoveredAccountsRequest;
+ output: GetIpamDiscoveredAccountsResult;
+ };
+ sdk: {
+ input: GetIpamDiscoveredAccountsCommandInput;
+ output: GetIpamDiscoveredAccountsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetIpamDiscoveredPublicAddressesCommand.ts b/clients/client-ec2/src/commands/GetIpamDiscoveredPublicAddressesCommand.ts
index d00b6add5447..51cdd04fcec5 100644
--- a/clients/client-ec2/src/commands/GetIpamDiscoveredPublicAddressesCommand.ts
+++ b/clients/client-ec2/src/commands/GetIpamDiscoveredPublicAddressesCommand.ts
@@ -130,4 +130,16 @@ export class GetIpamDiscoveredPublicAddressesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIpamDiscoveredPublicAddressesCommand)
.de(de_GetIpamDiscoveredPublicAddressesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIpamDiscoveredPublicAddressesRequest;
+ output: GetIpamDiscoveredPublicAddressesResult;
+ };
+ sdk: {
+ input: GetIpamDiscoveredPublicAddressesCommandInput;
+ output: GetIpamDiscoveredPublicAddressesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetIpamDiscoveredResourceCidrsCommand.ts b/clients/client-ec2/src/commands/GetIpamDiscoveredResourceCidrsCommand.ts
index 5e00b7fbd1dc..7c02577948cc 100644
--- a/clients/client-ec2/src/commands/GetIpamDiscoveredResourceCidrsCommand.ts
+++ b/clients/client-ec2/src/commands/GetIpamDiscoveredResourceCidrsCommand.ts
@@ -116,4 +116,16 @@ export class GetIpamDiscoveredResourceCidrsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIpamDiscoveredResourceCidrsCommand)
.de(de_GetIpamDiscoveredResourceCidrsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIpamDiscoveredResourceCidrsRequest;
+ output: GetIpamDiscoveredResourceCidrsResult;
+ };
+ sdk: {
+ input: GetIpamDiscoveredResourceCidrsCommandInput;
+ output: GetIpamDiscoveredResourceCidrsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetIpamPoolAllocationsCommand.ts b/clients/client-ec2/src/commands/GetIpamPoolAllocationsCommand.ts
index 43e93d7b3d76..bfb9c067c965 100644
--- a/clients/client-ec2/src/commands/GetIpamPoolAllocationsCommand.ts
+++ b/clients/client-ec2/src/commands/GetIpamPoolAllocationsCommand.ts
@@ -103,4 +103,16 @@ export class GetIpamPoolAllocationsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIpamPoolAllocationsCommand)
.de(de_GetIpamPoolAllocationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIpamPoolAllocationsRequest;
+ output: GetIpamPoolAllocationsResult;
+ };
+ sdk: {
+ input: GetIpamPoolAllocationsCommandInput;
+ output: GetIpamPoolAllocationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetIpamPoolCidrsCommand.ts b/clients/client-ec2/src/commands/GetIpamPoolCidrsCommand.ts
index a8210318347f..54a20a978932 100644
--- a/clients/client-ec2/src/commands/GetIpamPoolCidrsCommand.ts
+++ b/clients/client-ec2/src/commands/GetIpamPoolCidrsCommand.ts
@@ -100,4 +100,16 @@ export class GetIpamPoolCidrsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIpamPoolCidrsCommand)
.de(de_GetIpamPoolCidrsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIpamPoolCidrsRequest;
+ output: GetIpamPoolCidrsResult;
+ };
+ sdk: {
+ input: GetIpamPoolCidrsCommandInput;
+ output: GetIpamPoolCidrsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetIpamResourceCidrsCommand.ts b/clients/client-ec2/src/commands/GetIpamResourceCidrsCommand.ts
index 9fcdef84c6f4..b3716b5645f1 100644
--- a/clients/client-ec2/src/commands/GetIpamResourceCidrsCommand.ts
+++ b/clients/client-ec2/src/commands/GetIpamResourceCidrsCommand.ts
@@ -121,4 +121,16 @@ export class GetIpamResourceCidrsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIpamResourceCidrsCommand)
.de(de_GetIpamResourceCidrsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIpamResourceCidrsRequest;
+ output: GetIpamResourceCidrsResult;
+ };
+ sdk: {
+ input: GetIpamResourceCidrsCommandInput;
+ output: GetIpamResourceCidrsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts b/clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts
index 6720512a2ae6..c32ba81682b5 100644
--- a/clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts
+++ b/clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts
@@ -401,4 +401,16 @@ export class GetLaunchTemplateDataCommand extends $Command
.f(void 0, GetLaunchTemplateDataResultFilterSensitiveLog)
.ser(se_GetLaunchTemplateDataCommand)
.de(de_GetLaunchTemplateDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLaunchTemplateDataRequest;
+ output: GetLaunchTemplateDataResult;
+ };
+ sdk: {
+ input: GetLaunchTemplateDataCommandInput;
+ output: GetLaunchTemplateDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetManagedPrefixListAssociationsCommand.ts b/clients/client-ec2/src/commands/GetManagedPrefixListAssociationsCommand.ts
index fc1a766c711e..b663ecbc2945 100644
--- a/clients/client-ec2/src/commands/GetManagedPrefixListAssociationsCommand.ts
+++ b/clients/client-ec2/src/commands/GetManagedPrefixListAssociationsCommand.ts
@@ -91,4 +91,16 @@ export class GetManagedPrefixListAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetManagedPrefixListAssociationsCommand)
.de(de_GetManagedPrefixListAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetManagedPrefixListAssociationsRequest;
+ output: GetManagedPrefixListAssociationsResult;
+ };
+ sdk: {
+ input: GetManagedPrefixListAssociationsCommandInput;
+ output: GetManagedPrefixListAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetManagedPrefixListEntriesCommand.ts b/clients/client-ec2/src/commands/GetManagedPrefixListEntriesCommand.ts
index 616e46033545..619b0d3abc75 100644
--- a/clients/client-ec2/src/commands/GetManagedPrefixListEntriesCommand.ts
+++ b/clients/client-ec2/src/commands/GetManagedPrefixListEntriesCommand.ts
@@ -87,4 +87,16 @@ export class GetManagedPrefixListEntriesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetManagedPrefixListEntriesCommand)
.de(de_GetManagedPrefixListEntriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetManagedPrefixListEntriesRequest;
+ output: GetManagedPrefixListEntriesResult;
+ };
+ sdk: {
+ input: GetManagedPrefixListEntriesCommandInput;
+ output: GetManagedPrefixListEntriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.ts b/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.ts
index 316fe9ae8cd2..ab081abbcecd 100644
--- a/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.ts
+++ b/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.ts
@@ -418,4 +418,16 @@ export class GetNetworkInsightsAccessScopeAnalysisFindingsCommand extends $Comma
.f(void 0, void 0)
.ser(se_GetNetworkInsightsAccessScopeAnalysisFindingsCommand)
.de(de_GetNetworkInsightsAccessScopeAnalysisFindingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetNetworkInsightsAccessScopeAnalysisFindingsRequest;
+ output: GetNetworkInsightsAccessScopeAnalysisFindingsResult;
+ };
+ sdk: {
+ input: GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput;
+ output: GetNetworkInsightsAccessScopeAnalysisFindingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeContentCommand.ts b/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeContentCommand.ts
index 00fcfe596d8d..811d6e5c78aa 100644
--- a/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeContentCommand.ts
+++ b/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeContentCommand.ts
@@ -187,4 +187,16 @@ export class GetNetworkInsightsAccessScopeContentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetNetworkInsightsAccessScopeContentCommand)
.de(de_GetNetworkInsightsAccessScopeContentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetNetworkInsightsAccessScopeContentRequest;
+ output: GetNetworkInsightsAccessScopeContentResult;
+ };
+ sdk: {
+ input: GetNetworkInsightsAccessScopeContentCommandInput;
+ output: GetNetworkInsightsAccessScopeContentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetPasswordDataCommand.ts b/clients/client-ec2/src/commands/GetPasswordDataCommand.ts
index 2c1c057f7eec..87a3ef711893 100644
--- a/clients/client-ec2/src/commands/GetPasswordDataCommand.ts
+++ b/clients/client-ec2/src/commands/GetPasswordDataCommand.ts
@@ -96,4 +96,16 @@ export class GetPasswordDataCommand extends $Command
.f(void 0, GetPasswordDataResultFilterSensitiveLog)
.ser(se_GetPasswordDataCommand)
.de(de_GetPasswordDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPasswordDataRequest;
+ output: GetPasswordDataResult;
+ };
+ sdk: {
+ input: GetPasswordDataCommandInput;
+ output: GetPasswordDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetReservedInstancesExchangeQuoteCommand.ts b/clients/client-ec2/src/commands/GetReservedInstancesExchangeQuoteCommand.ts
index 9e14133b1fd4..661a43f302e9 100644
--- a/clients/client-ec2/src/commands/GetReservedInstancesExchangeQuoteCommand.ts
+++ b/clients/client-ec2/src/commands/GetReservedInstancesExchangeQuoteCommand.ts
@@ -130,4 +130,16 @@ export class GetReservedInstancesExchangeQuoteCommand extends $Command
.f(void 0, void 0)
.ser(se_GetReservedInstancesExchangeQuoteCommand)
.de(de_GetReservedInstancesExchangeQuoteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetReservedInstancesExchangeQuoteRequest;
+ output: GetReservedInstancesExchangeQuoteResult;
+ };
+ sdk: {
+ input: GetReservedInstancesExchangeQuoteCommandInput;
+ output: GetReservedInstancesExchangeQuoteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetSecurityGroupsForVpcCommand.ts b/clients/client-ec2/src/commands/GetSecurityGroupsForVpcCommand.ts
index fd22c287e0d8..b756591de69e 100644
--- a/clients/client-ec2/src/commands/GetSecurityGroupsForVpcCommand.ts
+++ b/clients/client-ec2/src/commands/GetSecurityGroupsForVpcCommand.ts
@@ -103,4 +103,16 @@ export class GetSecurityGroupsForVpcCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSecurityGroupsForVpcCommand)
.de(de_GetSecurityGroupsForVpcCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSecurityGroupsForVpcRequest;
+ output: GetSecurityGroupsForVpcResult;
+ };
+ sdk: {
+ input: GetSecurityGroupsForVpcCommandInput;
+ output: GetSecurityGroupsForVpcCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetSerialConsoleAccessStatusCommand.ts b/clients/client-ec2/src/commands/GetSerialConsoleAccessStatusCommand.ts
index 78601541763b..d95ee50af6ae 100644
--- a/clients/client-ec2/src/commands/GetSerialConsoleAccessStatusCommand.ts
+++ b/clients/client-ec2/src/commands/GetSerialConsoleAccessStatusCommand.ts
@@ -82,4 +82,16 @@ export class GetSerialConsoleAccessStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSerialConsoleAccessStatusCommand)
.de(de_GetSerialConsoleAccessStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSerialConsoleAccessStatusRequest;
+ output: GetSerialConsoleAccessStatusResult;
+ };
+ sdk: {
+ input: GetSerialConsoleAccessStatusCommandInput;
+ output: GetSerialConsoleAccessStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetSnapshotBlockPublicAccessStateCommand.ts b/clients/client-ec2/src/commands/GetSnapshotBlockPublicAccessStateCommand.ts
index 94be1bc2ce1c..5a969484f458 100644
--- a/clients/client-ec2/src/commands/GetSnapshotBlockPublicAccessStateCommand.ts
+++ b/clients/client-ec2/src/commands/GetSnapshotBlockPublicAccessStateCommand.ts
@@ -85,4 +85,16 @@ export class GetSnapshotBlockPublicAccessStateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSnapshotBlockPublicAccessStateCommand)
.de(de_GetSnapshotBlockPublicAccessStateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSnapshotBlockPublicAccessStateRequest;
+ output: GetSnapshotBlockPublicAccessStateResult;
+ };
+ sdk: {
+ input: GetSnapshotBlockPublicAccessStateCommandInput;
+ output: GetSnapshotBlockPublicAccessStateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetSpotPlacementScoresCommand.ts b/clients/client-ec2/src/commands/GetSpotPlacementScoresCommand.ts
index 2a8198c3b623..180d9f16d20f 100644
--- a/clients/client-ec2/src/commands/GetSpotPlacementScoresCommand.ts
+++ b/clients/client-ec2/src/commands/GetSpotPlacementScoresCommand.ts
@@ -179,4 +179,16 @@ export class GetSpotPlacementScoresCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSpotPlacementScoresCommand)
.de(de_GetSpotPlacementScoresCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSpotPlacementScoresRequest;
+ output: GetSpotPlacementScoresResult;
+ };
+ sdk: {
+ input: GetSpotPlacementScoresCommandInput;
+ output: GetSpotPlacementScoresCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetSubnetCidrReservationsCommand.ts b/clients/client-ec2/src/commands/GetSubnetCidrReservationsCommand.ts
index 49e78820d17e..19c34f94e3eb 100644
--- a/clients/client-ec2/src/commands/GetSubnetCidrReservationsCommand.ts
+++ b/clients/client-ec2/src/commands/GetSubnetCidrReservationsCommand.ts
@@ -120,4 +120,16 @@ export class GetSubnetCidrReservationsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSubnetCidrReservationsCommand)
.de(de_GetSubnetCidrReservationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSubnetCidrReservationsRequest;
+ output: GetSubnetCidrReservationsResult;
+ };
+ sdk: {
+ input: GetSubnetCidrReservationsCommandInput;
+ output: GetSubnetCidrReservationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetTransitGatewayAttachmentPropagationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayAttachmentPropagationsCommand.ts
index 88c360c23049..67cdea8825c0 100644
--- a/clients/client-ec2/src/commands/GetTransitGatewayAttachmentPropagationsCommand.ts
+++ b/clients/client-ec2/src/commands/GetTransitGatewayAttachmentPropagationsCommand.ts
@@ -103,4 +103,16 @@ export class GetTransitGatewayAttachmentPropagationsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTransitGatewayAttachmentPropagationsCommand)
.de(de_GetTransitGatewayAttachmentPropagationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTransitGatewayAttachmentPropagationsRequest;
+ output: GetTransitGatewayAttachmentPropagationsResult;
+ };
+ sdk: {
+ input: GetTransitGatewayAttachmentPropagationsCommandInput;
+ output: GetTransitGatewayAttachmentPropagationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetTransitGatewayMulticastDomainAssociationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayMulticastDomainAssociationsCommand.ts
index 46647dbf5892..4911a4df6678 100644
--- a/clients/client-ec2/src/commands/GetTransitGatewayMulticastDomainAssociationsCommand.ts
+++ b/clients/client-ec2/src/commands/GetTransitGatewayMulticastDomainAssociationsCommand.ts
@@ -109,4 +109,16 @@ export class GetTransitGatewayMulticastDomainAssociationsCommand extends $Comman
.f(void 0, void 0)
.ser(se_GetTransitGatewayMulticastDomainAssociationsCommand)
.de(de_GetTransitGatewayMulticastDomainAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTransitGatewayMulticastDomainAssociationsRequest;
+ output: GetTransitGatewayMulticastDomainAssociationsResult;
+ };
+ sdk: {
+ input: GetTransitGatewayMulticastDomainAssociationsCommandInput;
+ output: GetTransitGatewayMulticastDomainAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableAssociationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableAssociationsCommand.ts
index e9dbe3c01ce6..01a58f6cda40 100644
--- a/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableAssociationsCommand.ts
+++ b/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableAssociationsCommand.ts
@@ -106,4 +106,16 @@ export class GetTransitGatewayPolicyTableAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTransitGatewayPolicyTableAssociationsCommand)
.de(de_GetTransitGatewayPolicyTableAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTransitGatewayPolicyTableAssociationsRequest;
+ output: GetTransitGatewayPolicyTableAssociationsResult;
+ };
+ sdk: {
+ input: GetTransitGatewayPolicyTableAssociationsCommandInput;
+ output: GetTransitGatewayPolicyTableAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableEntriesCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableEntriesCommand.ts
index 212e9680c786..d41898c4c228 100644
--- a/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableEntriesCommand.ts
+++ b/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableEntriesCommand.ts
@@ -112,4 +112,16 @@ export class GetTransitGatewayPolicyTableEntriesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTransitGatewayPolicyTableEntriesCommand)
.de(de_GetTransitGatewayPolicyTableEntriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTransitGatewayPolicyTableEntriesRequest;
+ output: GetTransitGatewayPolicyTableEntriesResult;
+ };
+ sdk: {
+ input: GetTransitGatewayPolicyTableEntriesCommandInput;
+ output: GetTransitGatewayPolicyTableEntriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetTransitGatewayPrefixListReferencesCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayPrefixListReferencesCommand.ts
index dbf846914b9d..3424794f8afe 100644
--- a/clients/client-ec2/src/commands/GetTransitGatewayPrefixListReferencesCommand.ts
+++ b/clients/client-ec2/src/commands/GetTransitGatewayPrefixListReferencesCommand.ts
@@ -111,4 +111,16 @@ export class GetTransitGatewayPrefixListReferencesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTransitGatewayPrefixListReferencesCommand)
.de(de_GetTransitGatewayPrefixListReferencesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTransitGatewayPrefixListReferencesRequest;
+ output: GetTransitGatewayPrefixListReferencesResult;
+ };
+ sdk: {
+ input: GetTransitGatewayPrefixListReferencesCommandInput;
+ output: GetTransitGatewayPrefixListReferencesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetTransitGatewayRouteTableAssociationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayRouteTableAssociationsCommand.ts
index f4ef60290c11..22f0194376b8 100644
--- a/clients/client-ec2/src/commands/GetTransitGatewayRouteTableAssociationsCommand.ts
+++ b/clients/client-ec2/src/commands/GetTransitGatewayRouteTableAssociationsCommand.ts
@@ -105,4 +105,16 @@ export class GetTransitGatewayRouteTableAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTransitGatewayRouteTableAssociationsCommand)
.de(de_GetTransitGatewayRouteTableAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTransitGatewayRouteTableAssociationsRequest;
+ output: GetTransitGatewayRouteTableAssociationsResult;
+ };
+ sdk: {
+ input: GetTransitGatewayRouteTableAssociationsCommandInput;
+ output: GetTransitGatewayRouteTableAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetTransitGatewayRouteTablePropagationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayRouteTablePropagationsCommand.ts
index 1ed96838d601..cc3b6cc45be0 100644
--- a/clients/client-ec2/src/commands/GetTransitGatewayRouteTablePropagationsCommand.ts
+++ b/clients/client-ec2/src/commands/GetTransitGatewayRouteTablePropagationsCommand.ts
@@ -106,4 +106,16 @@ export class GetTransitGatewayRouteTablePropagationsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTransitGatewayRouteTablePropagationsCommand)
.de(de_GetTransitGatewayRouteTablePropagationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTransitGatewayRouteTablePropagationsRequest;
+ output: GetTransitGatewayRouteTablePropagationsResult;
+ };
+ sdk: {
+ input: GetTransitGatewayRouteTablePropagationsCommandInput;
+ output: GetTransitGatewayRouteTablePropagationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetVerifiedAccessEndpointPolicyCommand.ts b/clients/client-ec2/src/commands/GetVerifiedAccessEndpointPolicyCommand.ts
index 83f6c789656d..b12a80794605 100644
--- a/clients/client-ec2/src/commands/GetVerifiedAccessEndpointPolicyCommand.ts
+++ b/clients/client-ec2/src/commands/GetVerifiedAccessEndpointPolicyCommand.ts
@@ -84,4 +84,16 @@ export class GetVerifiedAccessEndpointPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVerifiedAccessEndpointPolicyCommand)
.de(de_GetVerifiedAccessEndpointPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVerifiedAccessEndpointPolicyRequest;
+ output: GetVerifiedAccessEndpointPolicyResult;
+ };
+ sdk: {
+ input: GetVerifiedAccessEndpointPolicyCommandInput;
+ output: GetVerifiedAccessEndpointPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetVerifiedAccessGroupPolicyCommand.ts b/clients/client-ec2/src/commands/GetVerifiedAccessGroupPolicyCommand.ts
index 4cbf7133fefc..3a9701d7dcc2 100644
--- a/clients/client-ec2/src/commands/GetVerifiedAccessGroupPolicyCommand.ts
+++ b/clients/client-ec2/src/commands/GetVerifiedAccessGroupPolicyCommand.ts
@@ -81,4 +81,16 @@ export class GetVerifiedAccessGroupPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVerifiedAccessGroupPolicyCommand)
.de(de_GetVerifiedAccessGroupPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVerifiedAccessGroupPolicyRequest;
+ output: GetVerifiedAccessGroupPolicyResult;
+ };
+ sdk: {
+ input: GetVerifiedAccessGroupPolicyCommandInput;
+ output: GetVerifiedAccessGroupPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts b/clients/client-ec2/src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts
index 674fcd742899..f82d8f57a5a2 100644
--- a/clients/client-ec2/src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts
+++ b/clients/client-ec2/src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts
@@ -91,4 +91,16 @@ export class GetVpnConnectionDeviceSampleConfigurationCommand extends $Command
.f(void 0, GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog)
.ser(se_GetVpnConnectionDeviceSampleConfigurationCommand)
.de(de_GetVpnConnectionDeviceSampleConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVpnConnectionDeviceSampleConfigurationRequest;
+ output: GetVpnConnectionDeviceSampleConfigurationResult;
+ };
+ sdk: {
+ input: GetVpnConnectionDeviceSampleConfigurationCommandInput;
+ output: GetVpnConnectionDeviceSampleConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetVpnConnectionDeviceTypesCommand.ts b/clients/client-ec2/src/commands/GetVpnConnectionDeviceTypesCommand.ts
index 6a80dedfa02d..e60da521d661 100644
--- a/clients/client-ec2/src/commands/GetVpnConnectionDeviceTypesCommand.ts
+++ b/clients/client-ec2/src/commands/GetVpnConnectionDeviceTypesCommand.ts
@@ -90,4 +90,16 @@ export class GetVpnConnectionDeviceTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVpnConnectionDeviceTypesCommand)
.de(de_GetVpnConnectionDeviceTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVpnConnectionDeviceTypesRequest;
+ output: GetVpnConnectionDeviceTypesResult;
+ };
+ sdk: {
+ input: GetVpnConnectionDeviceTypesCommandInput;
+ output: GetVpnConnectionDeviceTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/GetVpnTunnelReplacementStatusCommand.ts b/clients/client-ec2/src/commands/GetVpnTunnelReplacementStatusCommand.ts
index e4469ea1ef5f..aeca4843d87f 100644
--- a/clients/client-ec2/src/commands/GetVpnTunnelReplacementStatusCommand.ts
+++ b/clients/client-ec2/src/commands/GetVpnTunnelReplacementStatusCommand.ts
@@ -90,4 +90,16 @@ export class GetVpnTunnelReplacementStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVpnTunnelReplacementStatusCommand)
.de(de_GetVpnTunnelReplacementStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVpnTunnelReplacementStatusRequest;
+ output: GetVpnTunnelReplacementStatusResult;
+ };
+ sdk: {
+ input: GetVpnTunnelReplacementStatusCommandInput;
+ output: GetVpnTunnelReplacementStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts b/clients/client-ec2/src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts
index a389c85492df..ff77cf62a521 100644
--- a/clients/client-ec2/src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts
+++ b/clients/client-ec2/src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts
@@ -89,4 +89,16 @@ export class ImportClientVpnClientCertificateRevocationListCommand extends $Comm
.f(void 0, void 0)
.ser(se_ImportClientVpnClientCertificateRevocationListCommand)
.de(de_ImportClientVpnClientCertificateRevocationListCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportClientVpnClientCertificateRevocationListRequest;
+ output: ImportClientVpnClientCertificateRevocationListResult;
+ };
+ sdk: {
+ input: ImportClientVpnClientCertificateRevocationListCommandInput;
+ output: ImportClientVpnClientCertificateRevocationListCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ImportImageCommand.ts b/clients/client-ec2/src/commands/ImportImageCommand.ts
index 4e30e7b1605a..b5374885f33d 100644
--- a/clients/client-ec2/src/commands/ImportImageCommand.ts
+++ b/clients/client-ec2/src/commands/ImportImageCommand.ts
@@ -183,4 +183,16 @@ export class ImportImageCommand extends $Command
.f(ImportImageRequestFilterSensitiveLog, ImportImageResultFilterSensitiveLog)
.ser(se_ImportImageCommand)
.de(de_ImportImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportImageRequest;
+ output: ImportImageResult;
+ };
+ sdk: {
+ input: ImportImageCommandInput;
+ output: ImportImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ImportInstanceCommand.ts b/clients/client-ec2/src/commands/ImportInstanceCommand.ts
index 7d8391f48e36..90cfbf9457b1 100644
--- a/clients/client-ec2/src/commands/ImportInstanceCommand.ts
+++ b/clients/client-ec2/src/commands/ImportInstanceCommand.ts
@@ -189,4 +189,16 @@ export class ImportInstanceCommand extends $Command
.f(ImportInstanceRequestFilterSensitiveLog, ImportInstanceResultFilterSensitiveLog)
.ser(se_ImportInstanceCommand)
.de(de_ImportInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportInstanceRequest;
+ output: ImportInstanceResult;
+ };
+ sdk: {
+ input: ImportInstanceCommandInput;
+ output: ImportInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ImportKeyPairCommand.ts b/clients/client-ec2/src/commands/ImportKeyPairCommand.ts
index 88d1d5905c35..096528a81138 100644
--- a/clients/client-ec2/src/commands/ImportKeyPairCommand.ts
+++ b/clients/client-ec2/src/commands/ImportKeyPairCommand.ts
@@ -103,4 +103,16 @@ export class ImportKeyPairCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportKeyPairCommand)
.de(de_ImportKeyPairCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportKeyPairRequest;
+ output: ImportKeyPairResult;
+ };
+ sdk: {
+ input: ImportKeyPairCommandInput;
+ output: ImportKeyPairCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ImportSnapshotCommand.ts b/clients/client-ec2/src/commands/ImportSnapshotCommand.ts
index b82472f0e662..b8aa1023ad04 100644
--- a/clients/client-ec2/src/commands/ImportSnapshotCommand.ts
+++ b/clients/client-ec2/src/commands/ImportSnapshotCommand.ts
@@ -138,4 +138,16 @@ export class ImportSnapshotCommand extends $Command
.f(ImportSnapshotRequestFilterSensitiveLog, ImportSnapshotResultFilterSensitiveLog)
.ser(se_ImportSnapshotCommand)
.de(de_ImportSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportSnapshotRequest;
+ output: ImportSnapshotResult;
+ };
+ sdk: {
+ input: ImportSnapshotCommandInput;
+ output: ImportSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ImportVolumeCommand.ts b/clients/client-ec2/src/commands/ImportVolumeCommand.ts
index 63caa5472f78..4c75ab54a7be 100644
--- a/clients/client-ec2/src/commands/ImportVolumeCommand.ts
+++ b/clients/client-ec2/src/commands/ImportVolumeCommand.ts
@@ -148,4 +148,16 @@ export class ImportVolumeCommand extends $Command
.f(ImportVolumeRequestFilterSensitiveLog, ImportVolumeResultFilterSensitiveLog)
.ser(se_ImportVolumeCommand)
.de(de_ImportVolumeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportVolumeRequest;
+ output: ImportVolumeResult;
+ };
+ sdk: {
+ input: ImportVolumeCommandInput;
+ output: ImportVolumeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ListImagesInRecycleBinCommand.ts b/clients/client-ec2/src/commands/ListImagesInRecycleBinCommand.ts
index feb1a5057f08..559ff88d02bf 100644
--- a/clients/client-ec2/src/commands/ListImagesInRecycleBinCommand.ts
+++ b/clients/client-ec2/src/commands/ListImagesInRecycleBinCommand.ts
@@ -93,4 +93,16 @@ export class ListImagesInRecycleBinCommand extends $Command
.f(void 0, void 0)
.ser(se_ListImagesInRecycleBinCommand)
.de(de_ListImagesInRecycleBinCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListImagesInRecycleBinRequest;
+ output: ListImagesInRecycleBinResult;
+ };
+ sdk: {
+ input: ListImagesInRecycleBinCommandInput;
+ output: ListImagesInRecycleBinCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ListSnapshotsInRecycleBinCommand.ts b/clients/client-ec2/src/commands/ListSnapshotsInRecycleBinCommand.ts
index 83a582f6275f..b758356d0c94 100644
--- a/clients/client-ec2/src/commands/ListSnapshotsInRecycleBinCommand.ts
+++ b/clients/client-ec2/src/commands/ListSnapshotsInRecycleBinCommand.ts
@@ -91,4 +91,16 @@ export class ListSnapshotsInRecycleBinCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSnapshotsInRecycleBinCommand)
.de(de_ListSnapshotsInRecycleBinCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSnapshotsInRecycleBinRequest;
+ output: ListSnapshotsInRecycleBinResult;
+ };
+ sdk: {
+ input: ListSnapshotsInRecycleBinCommandInput;
+ output: ListSnapshotsInRecycleBinCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/LockSnapshotCommand.ts b/clients/client-ec2/src/commands/LockSnapshotCommand.ts
index a9e54d582a76..c82a1f3dc8a6 100644
--- a/clients/client-ec2/src/commands/LockSnapshotCommand.ts
+++ b/clients/client-ec2/src/commands/LockSnapshotCommand.ts
@@ -107,4 +107,16 @@ export class LockSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_LockSnapshotCommand)
.de(de_LockSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: LockSnapshotRequest;
+ output: LockSnapshotResult;
+ };
+ sdk: {
+ input: LockSnapshotCommandInput;
+ output: LockSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyAddressAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyAddressAttributeCommand.ts
index a1278abae8b3..3dffc0862bd9 100644
--- a/clients/client-ec2/src/commands/ModifyAddressAttributeCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyAddressAttributeCommand.ts
@@ -88,4 +88,16 @@ export class ModifyAddressAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyAddressAttributeCommand)
.de(de_ModifyAddressAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyAddressAttributeRequest;
+ output: ModifyAddressAttributeResult;
+ };
+ sdk: {
+ input: ModifyAddressAttributeCommandInput;
+ output: ModifyAddressAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyAvailabilityZoneGroupCommand.ts b/clients/client-ec2/src/commands/ModifyAvailabilityZoneGroupCommand.ts
index abe201fe56e2..598a8c1e2273 100644
--- a/clients/client-ec2/src/commands/ModifyAvailabilityZoneGroupCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyAvailabilityZoneGroupCommand.ts
@@ -79,4 +79,16 @@ export class ModifyAvailabilityZoneGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyAvailabilityZoneGroupCommand)
.de(de_ModifyAvailabilityZoneGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyAvailabilityZoneGroupRequest;
+ output: ModifyAvailabilityZoneGroupResult;
+ };
+ sdk: {
+ input: ModifyAvailabilityZoneGroupCommandInput;
+ output: ModifyAvailabilityZoneGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyCapacityReservationCommand.ts b/clients/client-ec2/src/commands/ModifyCapacityReservationCommand.ts
index 36f744d77e32..482125f66bdd 100644
--- a/clients/client-ec2/src/commands/ModifyCapacityReservationCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyCapacityReservationCommand.ts
@@ -87,4 +87,16 @@ export class ModifyCapacityReservationCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyCapacityReservationCommand)
.de(de_ModifyCapacityReservationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyCapacityReservationRequest;
+ output: ModifyCapacityReservationResult;
+ };
+ sdk: {
+ input: ModifyCapacityReservationCommandInput;
+ output: ModifyCapacityReservationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyCapacityReservationFleetCommand.ts b/clients/client-ec2/src/commands/ModifyCapacityReservationFleetCommand.ts
index cef84ddeff8c..0ed87f8dd797 100644
--- a/clients/client-ec2/src/commands/ModifyCapacityReservationFleetCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyCapacityReservationFleetCommand.ts
@@ -90,4 +90,16 @@ export class ModifyCapacityReservationFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyCapacityReservationFleetCommand)
.de(de_ModifyCapacityReservationFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyCapacityReservationFleetRequest;
+ output: ModifyCapacityReservationFleetResult;
+ };
+ sdk: {
+ input: ModifyCapacityReservationFleetCommandInput;
+ output: ModifyCapacityReservationFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyClientVpnEndpointCommand.ts b/clients/client-ec2/src/commands/ModifyClientVpnEndpointCommand.ts
index 967a572b5016..9cfd61ca134a 100644
--- a/clients/client-ec2/src/commands/ModifyClientVpnEndpointCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyClientVpnEndpointCommand.ts
@@ -107,4 +107,16 @@ export class ModifyClientVpnEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyClientVpnEndpointCommand)
.de(de_ModifyClientVpnEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyClientVpnEndpointRequest;
+ output: ModifyClientVpnEndpointResult;
+ };
+ sdk: {
+ input: ModifyClientVpnEndpointCommandInput;
+ output: ModifyClientVpnEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyDefaultCreditSpecificationCommand.ts b/clients/client-ec2/src/commands/ModifyDefaultCreditSpecificationCommand.ts
index b2b71ed54087..eada3bbd072d 100644
--- a/clients/client-ec2/src/commands/ModifyDefaultCreditSpecificationCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyDefaultCreditSpecificationCommand.ts
@@ -100,4 +100,16 @@ export class ModifyDefaultCreditSpecificationCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyDefaultCreditSpecificationCommand)
.de(de_ModifyDefaultCreditSpecificationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyDefaultCreditSpecificationRequest;
+ output: ModifyDefaultCreditSpecificationResult;
+ };
+ sdk: {
+ input: ModifyDefaultCreditSpecificationCommandInput;
+ output: ModifyDefaultCreditSpecificationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyEbsDefaultKmsKeyIdCommand.ts b/clients/client-ec2/src/commands/ModifyEbsDefaultKmsKeyIdCommand.ts
index 61d4d2eff3eb..2d29fd5b3e03 100644
--- a/clients/client-ec2/src/commands/ModifyEbsDefaultKmsKeyIdCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyEbsDefaultKmsKeyIdCommand.ts
@@ -85,4 +85,16 @@ export class ModifyEbsDefaultKmsKeyIdCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyEbsDefaultKmsKeyIdCommand)
.de(de_ModifyEbsDefaultKmsKeyIdCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyEbsDefaultKmsKeyIdRequest;
+ output: ModifyEbsDefaultKmsKeyIdResult;
+ };
+ sdk: {
+ input: ModifyEbsDefaultKmsKeyIdCommandInput;
+ output: ModifyEbsDefaultKmsKeyIdCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyFleetCommand.ts b/clients/client-ec2/src/commands/ModifyFleetCommand.ts
index 8c3f658cec8b..a7bed3790b57 100644
--- a/clients/client-ec2/src/commands/ModifyFleetCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyFleetCommand.ts
@@ -208,4 +208,16 @@ export class ModifyFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyFleetCommand)
.de(de_ModifyFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyFleetRequest;
+ output: ModifyFleetResult;
+ };
+ sdk: {
+ input: ModifyFleetCommandInput;
+ output: ModifyFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyFpgaImageAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyFpgaImageAttributeCommand.ts
index c4e5dee1264b..4a72992635d2 100644
--- a/clients/client-ec2/src/commands/ModifyFpgaImageAttributeCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyFpgaImageAttributeCommand.ts
@@ -121,4 +121,16 @@ export class ModifyFpgaImageAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyFpgaImageAttributeCommand)
.de(de_ModifyFpgaImageAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyFpgaImageAttributeRequest;
+ output: ModifyFpgaImageAttributeResult;
+ };
+ sdk: {
+ input: ModifyFpgaImageAttributeCommandInput;
+ output: ModifyFpgaImageAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyHostsCommand.ts b/clients/client-ec2/src/commands/ModifyHostsCommand.ts
index d467a2bf9e86..da06ec2c8978 100644
--- a/clients/client-ec2/src/commands/ModifyHostsCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyHostsCommand.ts
@@ -103,4 +103,16 @@ export class ModifyHostsCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyHostsCommand)
.de(de_ModifyHostsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyHostsRequest;
+ output: ModifyHostsResult;
+ };
+ sdk: {
+ input: ModifyHostsCommandInput;
+ output: ModifyHostsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyIdFormatCommand.ts b/clients/client-ec2/src/commands/ModifyIdFormatCommand.ts
index 71c69483ec56..f34099a0f6bd 100644
--- a/clients/client-ec2/src/commands/ModifyIdFormatCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyIdFormatCommand.ts
@@ -99,4 +99,16 @@ export class ModifyIdFormatCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyIdFormatCommand)
.de(de_ModifyIdFormatCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyIdFormatRequest;
+ output: {};
+ };
+ sdk: {
+ input: ModifyIdFormatCommandInput;
+ output: ModifyIdFormatCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyIdentityIdFormatCommand.ts b/clients/client-ec2/src/commands/ModifyIdentityIdFormatCommand.ts
index 4a4d55190522..eb0baa623c21 100644
--- a/clients/client-ec2/src/commands/ModifyIdentityIdFormatCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyIdentityIdFormatCommand.ts
@@ -98,4 +98,16 @@ export class ModifyIdentityIdFormatCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyIdentityIdFormatCommand)
.de(de_ModifyIdentityIdFormatCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyIdentityIdFormatRequest;
+ output: {};
+ };
+ sdk: {
+ input: ModifyIdentityIdFormatCommandInput;
+ output: ModifyIdentityIdFormatCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyImageAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyImageAttributeCommand.ts
index c1b975279e3a..c48d894e2e5b 100644
--- a/clients/client-ec2/src/commands/ModifyImageAttributeCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyImageAttributeCommand.ts
@@ -159,4 +159,16 @@ export class ModifyImageAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyImageAttributeCommand)
.de(de_ModifyImageAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyImageAttributeRequest;
+ output: {};
+ };
+ sdk: {
+ input: ModifyImageAttributeCommandInput;
+ output: ModifyImageAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyInstanceAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceAttributeCommand.ts
index 6358a310a330..627d55bf6ac9 100644
--- a/clients/client-ec2/src/commands/ModifyInstanceAttributeCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyInstanceAttributeCommand.ts
@@ -163,4 +163,16 @@ export class ModifyInstanceAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyInstanceAttributeCommand)
.de(de_ModifyInstanceAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyInstanceAttributeRequest;
+ output: {};
+ };
+ sdk: {
+ input: ModifyInstanceAttributeCommandInput;
+ output: ModifyInstanceAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyInstanceCapacityReservationAttributesCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceCapacityReservationAttributesCommand.ts
index f379c9f32eb5..944a3132bc17 100644
--- a/clients/client-ec2/src/commands/ModifyInstanceCapacityReservationAttributesCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyInstanceCapacityReservationAttributesCommand.ts
@@ -96,4 +96,16 @@ export class ModifyInstanceCapacityReservationAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyInstanceCapacityReservationAttributesCommand)
.de(de_ModifyInstanceCapacityReservationAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyInstanceCapacityReservationAttributesRequest;
+ output: ModifyInstanceCapacityReservationAttributesResult;
+ };
+ sdk: {
+ input: ModifyInstanceCapacityReservationAttributesCommandInput;
+ output: ModifyInstanceCapacityReservationAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyInstanceCreditSpecificationCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceCreditSpecificationCommand.ts
index 2b7f90a95d8b..bc5f69e9d47f 100644
--- a/clients/client-ec2/src/commands/ModifyInstanceCreditSpecificationCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyInstanceCreditSpecificationCommand.ts
@@ -106,4 +106,16 @@ export class ModifyInstanceCreditSpecificationCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyInstanceCreditSpecificationCommand)
.de(de_ModifyInstanceCreditSpecificationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyInstanceCreditSpecificationRequest;
+ output: ModifyInstanceCreditSpecificationResult;
+ };
+ sdk: {
+ input: ModifyInstanceCreditSpecificationCommandInput;
+ output: ModifyInstanceCreditSpecificationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyInstanceEventStartTimeCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceEventStartTimeCommand.ts
index 238292c1ac25..f2b8a59e1e23 100644
--- a/clients/client-ec2/src/commands/ModifyInstanceEventStartTimeCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyInstanceEventStartTimeCommand.ts
@@ -89,4 +89,16 @@ export class ModifyInstanceEventStartTimeCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyInstanceEventStartTimeCommand)
.de(de_ModifyInstanceEventStartTimeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyInstanceEventStartTimeRequest;
+ output: ModifyInstanceEventStartTimeResult;
+ };
+ sdk: {
+ input: ModifyInstanceEventStartTimeCommandInput;
+ output: ModifyInstanceEventStartTimeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceEventWindowCommand.ts
index afa88ef545b7..8fe4177f1376 100644
--- a/clients/client-ec2/src/commands/ModifyInstanceEventWindowCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyInstanceEventWindowCommand.ts
@@ -128,4 +128,16 @@ export class ModifyInstanceEventWindowCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyInstanceEventWindowCommand)
.de(de_ModifyInstanceEventWindowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyInstanceEventWindowRequest;
+ output: ModifyInstanceEventWindowResult;
+ };
+ sdk: {
+ input: ModifyInstanceEventWindowCommandInput;
+ output: ModifyInstanceEventWindowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyInstanceMaintenanceOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceMaintenanceOptionsCommand.ts
index 210a7bbc12ed..acb61da7ea52 100644
--- a/clients/client-ec2/src/commands/ModifyInstanceMaintenanceOptionsCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyInstanceMaintenanceOptionsCommand.ts
@@ -88,4 +88,16 @@ export class ModifyInstanceMaintenanceOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyInstanceMaintenanceOptionsCommand)
.de(de_ModifyInstanceMaintenanceOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyInstanceMaintenanceOptionsRequest;
+ output: ModifyInstanceMaintenanceOptionsResult;
+ };
+ sdk: {
+ input: ModifyInstanceMaintenanceOptionsCommandInput;
+ output: ModifyInstanceMaintenanceOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyInstanceMetadataDefaultsCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceMetadataDefaultsCommand.ts
index d304da85bb99..44078763a71d 100644
--- a/clients/client-ec2/src/commands/ModifyInstanceMetadataDefaultsCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyInstanceMetadataDefaultsCommand.ts
@@ -94,4 +94,16 @@ export class ModifyInstanceMetadataDefaultsCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyInstanceMetadataDefaultsCommand)
.de(de_ModifyInstanceMetadataDefaultsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyInstanceMetadataDefaultsRequest;
+ output: ModifyInstanceMetadataDefaultsResult;
+ };
+ sdk: {
+ input: ModifyInstanceMetadataDefaultsCommandInput;
+ output: ModifyInstanceMetadataDefaultsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyInstanceMetadataOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceMetadataOptionsCommand.ts
index 10f217f11431..b309b0b8ee08 100644
--- a/clients/client-ec2/src/commands/ModifyInstanceMetadataOptionsCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyInstanceMetadataOptionsCommand.ts
@@ -99,4 +99,16 @@ export class ModifyInstanceMetadataOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyInstanceMetadataOptionsCommand)
.de(de_ModifyInstanceMetadataOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyInstanceMetadataOptionsRequest;
+ output: ModifyInstanceMetadataOptionsResult;
+ };
+ sdk: {
+ input: ModifyInstanceMetadataOptionsCommandInput;
+ output: ModifyInstanceMetadataOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyInstancePlacementCommand.ts b/clients/client-ec2/src/commands/ModifyInstancePlacementCommand.ts
index c95ca112b9c7..e3aa055ab802 100644
--- a/clients/client-ec2/src/commands/ModifyInstancePlacementCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyInstancePlacementCommand.ts
@@ -109,4 +109,16 @@ export class ModifyInstancePlacementCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyInstancePlacementCommand)
.de(de_ModifyInstancePlacementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyInstancePlacementRequest;
+ output: ModifyInstancePlacementResult;
+ };
+ sdk: {
+ input: ModifyInstancePlacementCommandInput;
+ output: ModifyInstancePlacementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyIpamCommand.ts b/clients/client-ec2/src/commands/ModifyIpamCommand.ts
index 3c8c35df8cda..39bf0d412ca7 100644
--- a/clients/client-ec2/src/commands/ModifyIpamCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyIpamCommand.ts
@@ -119,4 +119,16 @@ export class ModifyIpamCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyIpamCommand)
.de(de_ModifyIpamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyIpamRequest;
+ output: ModifyIpamResult;
+ };
+ sdk: {
+ input: ModifyIpamCommandInput;
+ output: ModifyIpamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyIpamPoolCommand.ts b/clients/client-ec2/src/commands/ModifyIpamPoolCommand.ts
index 1006bda09d5c..f3c64a8a2d79 100644
--- a/clients/client-ec2/src/commands/ModifyIpamPoolCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyIpamPoolCommand.ts
@@ -138,4 +138,16 @@ export class ModifyIpamPoolCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyIpamPoolCommand)
.de(de_ModifyIpamPoolCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyIpamPoolRequest;
+ output: ModifyIpamPoolResult;
+ };
+ sdk: {
+ input: ModifyIpamPoolCommandInput;
+ output: ModifyIpamPoolCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyIpamResourceCidrCommand.ts b/clients/client-ec2/src/commands/ModifyIpamResourceCidrCommand.ts
index 151bfcf47a3e..6bfe05e4fdab 100644
--- a/clients/client-ec2/src/commands/ModifyIpamResourceCidrCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyIpamResourceCidrCommand.ts
@@ -106,4 +106,16 @@ export class ModifyIpamResourceCidrCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyIpamResourceCidrCommand)
.de(de_ModifyIpamResourceCidrCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyIpamResourceCidrRequest;
+ output: ModifyIpamResourceCidrResult;
+ };
+ sdk: {
+ input: ModifyIpamResourceCidrCommandInput;
+ output: ModifyIpamResourceCidrCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/ModifyIpamResourceDiscoveryCommand.ts
index a45322af46a1..5affc94110be 100644
--- a/clients/client-ec2/src/commands/ModifyIpamResourceDiscoveryCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyIpamResourceDiscoveryCommand.ts
@@ -108,4 +108,16 @@ export class ModifyIpamResourceDiscoveryCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyIpamResourceDiscoveryCommand)
.de(de_ModifyIpamResourceDiscoveryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyIpamResourceDiscoveryRequest;
+ output: ModifyIpamResourceDiscoveryResult;
+ };
+ sdk: {
+ input: ModifyIpamResourceDiscoveryCommandInput;
+ output: ModifyIpamResourceDiscoveryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyIpamScopeCommand.ts b/clients/client-ec2/src/commands/ModifyIpamScopeCommand.ts
index e75db803c4e2..f44e4ea94305 100644
--- a/clients/client-ec2/src/commands/ModifyIpamScopeCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyIpamScopeCommand.ts
@@ -96,4 +96,16 @@ export class ModifyIpamScopeCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyIpamScopeCommand)
.de(de_ModifyIpamScopeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyIpamScopeRequest;
+ output: ModifyIpamScopeResult;
+ };
+ sdk: {
+ input: ModifyIpamScopeCommandInput;
+ output: ModifyIpamScopeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyLaunchTemplateCommand.ts b/clients/client-ec2/src/commands/ModifyLaunchTemplateCommand.ts
index ddbc5e13f3df..c56c0da4a8ab 100644
--- a/clients/client-ec2/src/commands/ModifyLaunchTemplateCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyLaunchTemplateCommand.ts
@@ -120,4 +120,16 @@ export class ModifyLaunchTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyLaunchTemplateCommand)
.de(de_ModifyLaunchTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyLaunchTemplateRequest;
+ output: ModifyLaunchTemplateResult;
+ };
+ sdk: {
+ input: ModifyLaunchTemplateCommandInput;
+ output: ModifyLaunchTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyLocalGatewayRouteCommand.ts b/clients/client-ec2/src/commands/ModifyLocalGatewayRouteCommand.ts
index ccfd497b20fe..152bfa24a7ed 100644
--- a/clients/client-ec2/src/commands/ModifyLocalGatewayRouteCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyLocalGatewayRouteCommand.ts
@@ -94,4 +94,16 @@ export class ModifyLocalGatewayRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyLocalGatewayRouteCommand)
.de(de_ModifyLocalGatewayRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyLocalGatewayRouteRequest;
+ output: ModifyLocalGatewayRouteResult;
+ };
+ sdk: {
+ input: ModifyLocalGatewayRouteCommandInput;
+ output: ModifyLocalGatewayRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyManagedPrefixListCommand.ts b/clients/client-ec2/src/commands/ModifyManagedPrefixListCommand.ts
index 1ad4a989a86e..0f88852a59e3 100644
--- a/clients/client-ec2/src/commands/ModifyManagedPrefixListCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyManagedPrefixListCommand.ts
@@ -112,4 +112,16 @@ export class ModifyManagedPrefixListCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyManagedPrefixListCommand)
.de(de_ModifyManagedPrefixListCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyManagedPrefixListRequest;
+ output: ModifyManagedPrefixListResult;
+ };
+ sdk: {
+ input: ModifyManagedPrefixListCommandInput;
+ output: ModifyManagedPrefixListCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyNetworkInterfaceAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyNetworkInterfaceAttributeCommand.ts
index 0ef0e9621fa5..e0367d23460a 100644
--- a/clients/client-ec2/src/commands/ModifyNetworkInterfaceAttributeCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyNetworkInterfaceAttributeCommand.ts
@@ -165,4 +165,16 @@ export class ModifyNetworkInterfaceAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyNetworkInterfaceAttributeCommand)
.de(de_ModifyNetworkInterfaceAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyNetworkInterfaceAttributeRequest;
+ output: {};
+ };
+ sdk: {
+ input: ModifyNetworkInterfaceAttributeCommandInput;
+ output: ModifyNetworkInterfaceAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyPrivateDnsNameOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyPrivateDnsNameOptionsCommand.ts
index d9fcbbefd64f..829133ed3d56 100644
--- a/clients/client-ec2/src/commands/ModifyPrivateDnsNameOptionsCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyPrivateDnsNameOptionsCommand.ts
@@ -81,4 +81,16 @@ export class ModifyPrivateDnsNameOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyPrivateDnsNameOptionsCommand)
.de(de_ModifyPrivateDnsNameOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyPrivateDnsNameOptionsRequest;
+ output: ModifyPrivateDnsNameOptionsResult;
+ };
+ sdk: {
+ input: ModifyPrivateDnsNameOptionsCommandInput;
+ output: ModifyPrivateDnsNameOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyReservedInstancesCommand.ts b/clients/client-ec2/src/commands/ModifyReservedInstancesCommand.ts
index 81539fb8d6be..48fccff3b15a 100644
--- a/clients/client-ec2/src/commands/ModifyReservedInstancesCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyReservedInstancesCommand.ts
@@ -93,4 +93,16 @@ export class ModifyReservedInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyReservedInstancesCommand)
.de(de_ModifyReservedInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyReservedInstancesRequest;
+ output: ModifyReservedInstancesResult;
+ };
+ sdk: {
+ input: ModifyReservedInstancesCommandInput;
+ output: ModifyReservedInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifySecurityGroupRulesCommand.ts b/clients/client-ec2/src/commands/ModifySecurityGroupRulesCommand.ts
index 7a20416f80dd..58f106d8f882 100644
--- a/clients/client-ec2/src/commands/ModifySecurityGroupRulesCommand.ts
+++ b/clients/client-ec2/src/commands/ModifySecurityGroupRulesCommand.ts
@@ -93,4 +93,16 @@ export class ModifySecurityGroupRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifySecurityGroupRulesCommand)
.de(de_ModifySecurityGroupRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifySecurityGroupRulesRequest;
+ output: ModifySecurityGroupRulesResult;
+ };
+ sdk: {
+ input: ModifySecurityGroupRulesCommandInput;
+ output: ModifySecurityGroupRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifySnapshotAttributeCommand.ts b/clients/client-ec2/src/commands/ModifySnapshotAttributeCommand.ts
index 46bb5b2c5f38..710b9ae34f44 100644
--- a/clients/client-ec2/src/commands/ModifySnapshotAttributeCommand.ts
+++ b/clients/client-ec2/src/commands/ModifySnapshotAttributeCommand.ts
@@ -137,4 +137,16 @@ export class ModifySnapshotAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifySnapshotAttributeCommand)
.de(de_ModifySnapshotAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifySnapshotAttributeRequest;
+ output: {};
+ };
+ sdk: {
+ input: ModifySnapshotAttributeCommandInput;
+ output: ModifySnapshotAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifySnapshotTierCommand.ts b/clients/client-ec2/src/commands/ModifySnapshotTierCommand.ts
index 2aa1cb9326e9..8b8c37c0c99a 100644
--- a/clients/client-ec2/src/commands/ModifySnapshotTierCommand.ts
+++ b/clients/client-ec2/src/commands/ModifySnapshotTierCommand.ts
@@ -84,4 +84,16 @@ export class ModifySnapshotTierCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifySnapshotTierCommand)
.de(de_ModifySnapshotTierCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifySnapshotTierRequest;
+ output: ModifySnapshotTierResult;
+ };
+ sdk: {
+ input: ModifySnapshotTierCommandInput;
+ output: ModifySnapshotTierCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifySpotFleetRequestCommand.ts b/clients/client-ec2/src/commands/ModifySpotFleetRequestCommand.ts
index 8916bfe33356..4ac2138e4323 100644
--- a/clients/client-ec2/src/commands/ModifySpotFleetRequestCommand.ts
+++ b/clients/client-ec2/src/commands/ModifySpotFleetRequestCommand.ts
@@ -228,4 +228,16 @@ export class ModifySpotFleetRequestCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifySpotFleetRequestCommand)
.de(de_ModifySpotFleetRequestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifySpotFleetRequestRequest;
+ output: ModifySpotFleetRequestResponse;
+ };
+ sdk: {
+ input: ModifySpotFleetRequestCommandInput;
+ output: ModifySpotFleetRequestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifySubnetAttributeCommand.ts b/clients/client-ec2/src/commands/ModifySubnetAttributeCommand.ts
index 9f4086545024..a1fea2081920 100644
--- a/clients/client-ec2/src/commands/ModifySubnetAttributeCommand.ts
+++ b/clients/client-ec2/src/commands/ModifySubnetAttributeCommand.ts
@@ -136,4 +136,16 @@ export class ModifySubnetAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifySubnetAttributeCommand)
.de(de_ModifySubnetAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifySubnetAttributeRequest;
+ output: {};
+ };
+ sdk: {
+ input: ModifySubnetAttributeCommandInput;
+ output: ModifySubnetAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.ts b/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.ts
index dcee6cf3749a..7294717166bf 100644
--- a/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.ts
@@ -162,4 +162,16 @@ export class ModifyTrafficMirrorFilterNetworkServicesCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyTrafficMirrorFilterNetworkServicesCommand)
.de(de_ModifyTrafficMirrorFilterNetworkServicesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyTrafficMirrorFilterNetworkServicesRequest;
+ output: ModifyTrafficMirrorFilterNetworkServicesResult;
+ };
+ sdk: {
+ input: ModifyTrafficMirrorFilterNetworkServicesCommandInput;
+ output: ModifyTrafficMirrorFilterNetworkServicesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterRuleCommand.ts b/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterRuleCommand.ts
index db36381cd85a..863bf58de6ad 100644
--- a/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterRuleCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterRuleCommand.ts
@@ -125,4 +125,16 @@ export class ModifyTrafficMirrorFilterRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyTrafficMirrorFilterRuleCommand)
.de(de_ModifyTrafficMirrorFilterRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyTrafficMirrorFilterRuleRequest;
+ output: ModifyTrafficMirrorFilterRuleResult;
+ };
+ sdk: {
+ input: ModifyTrafficMirrorFilterRuleCommandInput;
+ output: ModifyTrafficMirrorFilterRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyTrafficMirrorSessionCommand.ts b/clients/client-ec2/src/commands/ModifyTrafficMirrorSessionCommand.ts
index 0158951ad7c7..95649074e276 100644
--- a/clients/client-ec2/src/commands/ModifyTrafficMirrorSessionCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyTrafficMirrorSessionCommand.ts
@@ -103,4 +103,16 @@ export class ModifyTrafficMirrorSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyTrafficMirrorSessionCommand)
.de(de_ModifyTrafficMirrorSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyTrafficMirrorSessionRequest;
+ output: ModifyTrafficMirrorSessionResult;
+ };
+ sdk: {
+ input: ModifyTrafficMirrorSessionCommandInput;
+ output: ModifyTrafficMirrorSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyTransitGatewayCommand.ts b/clients/client-ec2/src/commands/ModifyTransitGatewayCommand.ts
index 29b663f5db72..8d1ed78e9d71 100644
--- a/clients/client-ec2/src/commands/ModifyTransitGatewayCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyTransitGatewayCommand.ts
@@ -124,4 +124,16 @@ export class ModifyTransitGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyTransitGatewayCommand)
.de(de_ModifyTransitGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyTransitGatewayRequest;
+ output: ModifyTransitGatewayResult;
+ };
+ sdk: {
+ input: ModifyTransitGatewayCommandInput;
+ output: ModifyTransitGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyTransitGatewayPrefixListReferenceCommand.ts b/clients/client-ec2/src/commands/ModifyTransitGatewayPrefixListReferenceCommand.ts
index a427023a6c66..2a502bddd4c2 100644
--- a/clients/client-ec2/src/commands/ModifyTransitGatewayPrefixListReferenceCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyTransitGatewayPrefixListReferenceCommand.ts
@@ -101,4 +101,16 @@ export class ModifyTransitGatewayPrefixListReferenceCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyTransitGatewayPrefixListReferenceCommand)
.de(de_ModifyTransitGatewayPrefixListReferenceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyTransitGatewayPrefixListReferenceRequest;
+ output: ModifyTransitGatewayPrefixListReferenceResult;
+ };
+ sdk: {
+ input: ModifyTransitGatewayPrefixListReferenceCommandInput;
+ output: ModifyTransitGatewayPrefixListReferenceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/ModifyTransitGatewayVpcAttachmentCommand.ts
index c2813243fcc2..80f8bc8bc072 100644
--- a/clients/client-ec2/src/commands/ModifyTransitGatewayVpcAttachmentCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyTransitGatewayVpcAttachmentCommand.ts
@@ -117,4 +117,16 @@ export class ModifyTransitGatewayVpcAttachmentCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyTransitGatewayVpcAttachmentCommand)
.de(de_ModifyTransitGatewayVpcAttachmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyTransitGatewayVpcAttachmentRequest;
+ output: ModifyTransitGatewayVpcAttachmentResult;
+ };
+ sdk: {
+ input: ModifyTransitGatewayVpcAttachmentCommandInput;
+ output: ModifyTransitGatewayVpcAttachmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointCommand.ts
index 742080195c97..57de21334c6a 100644
--- a/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointCommand.ts
@@ -138,4 +138,16 @@ export class ModifyVerifiedAccessEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyVerifiedAccessEndpointCommand)
.de(de_ModifyVerifiedAccessEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyVerifiedAccessEndpointRequest;
+ output: ModifyVerifiedAccessEndpointResult;
+ };
+ sdk: {
+ input: ModifyVerifiedAccessEndpointCommandInput;
+ output: ModifyVerifiedAccessEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointPolicyCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointPolicyCommand.ts
index 7761ffb77f75..909c121af75c 100644
--- a/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointPolicyCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointPolicyCommand.ts
@@ -98,4 +98,16 @@ export class ModifyVerifiedAccessEndpointPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyVerifiedAccessEndpointPolicyCommand)
.de(de_ModifyVerifiedAccessEndpointPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyVerifiedAccessEndpointPolicyRequest;
+ output: ModifyVerifiedAccessEndpointPolicyResult;
+ };
+ sdk: {
+ input: ModifyVerifiedAccessEndpointPolicyCommandInput;
+ output: ModifyVerifiedAccessEndpointPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupCommand.ts
index 0e10db966fe4..841baaa75286 100644
--- a/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupCommand.ts
@@ -100,4 +100,16 @@ export class ModifyVerifiedAccessGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyVerifiedAccessGroupCommand)
.de(de_ModifyVerifiedAccessGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyVerifiedAccessGroupRequest;
+ output: ModifyVerifiedAccessGroupResult;
+ };
+ sdk: {
+ input: ModifyVerifiedAccessGroupCommandInput;
+ output: ModifyVerifiedAccessGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupPolicyCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupPolicyCommand.ts
index b3bfb009a36d..0265d100b8b6 100644
--- a/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupPolicyCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupPolicyCommand.ts
@@ -95,4 +95,16 @@ export class ModifyVerifiedAccessGroupPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyVerifiedAccessGroupPolicyCommand)
.de(de_ModifyVerifiedAccessGroupPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyVerifiedAccessGroupPolicyRequest;
+ output: ModifyVerifiedAccessGroupPolicyResult;
+ };
+ sdk: {
+ input: ModifyVerifiedAccessGroupPolicyCommandInput;
+ output: ModifyVerifiedAccessGroupPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceCommand.ts
index f969efcbaafb..cde502e674ff 100644
--- a/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceCommand.ts
@@ -103,4 +103,16 @@ export class ModifyVerifiedAccessInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyVerifiedAccessInstanceCommand)
.de(de_ModifyVerifiedAccessInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyVerifiedAccessInstanceRequest;
+ output: ModifyVerifiedAccessInstanceResult;
+ };
+ sdk: {
+ input: ModifyVerifiedAccessInstanceCommandInput;
+ output: ModifyVerifiedAccessInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.ts
index 982101839431..c349a9b5256b 100644
--- a/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.ts
@@ -138,4 +138,16 @@ export class ModifyVerifiedAccessInstanceLoggingConfigurationCommand extends $Co
.f(void 0, void 0)
.ser(se_ModifyVerifiedAccessInstanceLoggingConfigurationCommand)
.de(de_ModifyVerifiedAccessInstanceLoggingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyVerifiedAccessInstanceLoggingConfigurationRequest;
+ output: ModifyVerifiedAccessInstanceLoggingConfigurationResult;
+ };
+ sdk: {
+ input: ModifyVerifiedAccessInstanceLoggingConfigurationCommandInput;
+ output: ModifyVerifiedAccessInstanceLoggingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessTrustProviderCommand.ts
index 9c3b2a184828..2a6aa211a752 100644
--- a/clients/client-ec2/src/commands/ModifyVerifiedAccessTrustProviderCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessTrustProviderCommand.ts
@@ -141,4 +141,16 @@ export class ModifyVerifiedAccessTrustProviderCommand extends $Command
)
.ser(se_ModifyVerifiedAccessTrustProviderCommand)
.de(de_ModifyVerifiedAccessTrustProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyVerifiedAccessTrustProviderRequest;
+ output: ModifyVerifiedAccessTrustProviderResult;
+ };
+ sdk: {
+ input: ModifyVerifiedAccessTrustProviderCommandInput;
+ output: ModifyVerifiedAccessTrustProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyVolumeAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyVolumeAttributeCommand.ts
index 1bd452a37280..7dee1a055079 100644
--- a/clients/client-ec2/src/commands/ModifyVolumeAttributeCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyVolumeAttributeCommand.ts
@@ -100,4 +100,16 @@ export class ModifyVolumeAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyVolumeAttributeCommand)
.de(de_ModifyVolumeAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyVolumeAttributeRequest;
+ output: {};
+ };
+ sdk: {
+ input: ModifyVolumeAttributeCommandInput;
+ output: ModifyVolumeAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyVolumeCommand.ts b/clients/client-ec2/src/commands/ModifyVolumeCommand.ts
index e2f2823bdea3..c7ff4417fc7b 100644
--- a/clients/client-ec2/src/commands/ModifyVolumeCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyVolumeCommand.ts
@@ -112,4 +112,16 @@ export class ModifyVolumeCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyVolumeCommand)
.de(de_ModifyVolumeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyVolumeRequest;
+ output: ModifyVolumeResult;
+ };
+ sdk: {
+ input: ModifyVolumeCommandInput;
+ output: ModifyVolumeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyVpcAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyVpcAttributeCommand.ts
index ed4b5f455b0d..96fecf682a84 100644
--- a/clients/client-ec2/src/commands/ModifyVpcAttributeCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyVpcAttributeCommand.ts
@@ -112,4 +112,16 @@ export class ModifyVpcAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyVpcAttributeCommand)
.de(de_ModifyVpcAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyVpcAttributeRequest;
+ output: {};
+ };
+ sdk: {
+ input: ModifyVpcAttributeCommandInput;
+ output: ModifyVpcAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointCommand.ts
index 78279ac0e177..b40394b64825 100644
--- a/clients/client-ec2/src/commands/ModifyVpcEndpointCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyVpcEndpointCommand.ts
@@ -114,4 +114,16 @@ export class ModifyVpcEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyVpcEndpointCommand)
.de(de_ModifyVpcEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyVpcEndpointRequest;
+ output: ModifyVpcEndpointResult;
+ };
+ sdk: {
+ input: ModifyVpcEndpointCommandInput;
+ output: ModifyVpcEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointConnectionNotificationCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointConnectionNotificationCommand.ts
index 451fcce7ba7b..2ff332934522 100644
--- a/clients/client-ec2/src/commands/ModifyVpcEndpointConnectionNotificationCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyVpcEndpointConnectionNotificationCommand.ts
@@ -92,4 +92,16 @@ export class ModifyVpcEndpointConnectionNotificationCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyVpcEndpointConnectionNotificationCommand)
.de(de_ModifyVpcEndpointConnectionNotificationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyVpcEndpointConnectionNotificationRequest;
+ output: ModifyVpcEndpointConnectionNotificationResult;
+ };
+ sdk: {
+ input: ModifyVpcEndpointConnectionNotificationCommandInput;
+ output: ModifyVpcEndpointConnectionNotificationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointServiceConfigurationCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointServiceConfigurationCommand.ts
index d3820395512a..f2076929a9fa 100644
--- a/clients/client-ec2/src/commands/ModifyVpcEndpointServiceConfigurationCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyVpcEndpointServiceConfigurationCommand.ts
@@ -111,4 +111,16 @@ export class ModifyVpcEndpointServiceConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyVpcEndpointServiceConfigurationCommand)
.de(de_ModifyVpcEndpointServiceConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyVpcEndpointServiceConfigurationRequest;
+ output: ModifyVpcEndpointServiceConfigurationResult;
+ };
+ sdk: {
+ input: ModifyVpcEndpointServiceConfigurationCommandInput;
+ output: ModifyVpcEndpointServiceConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.ts
index 97d0fae89692..2ce9e840f43c 100644
--- a/clients/client-ec2/src/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.ts
@@ -88,4 +88,16 @@ export class ModifyVpcEndpointServicePayerResponsibilityCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyVpcEndpointServicePayerResponsibilityCommand)
.de(de_ModifyVpcEndpointServicePayerResponsibilityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyVpcEndpointServicePayerResponsibilityRequest;
+ output: ModifyVpcEndpointServicePayerResponsibilityResult;
+ };
+ sdk: {
+ input: ModifyVpcEndpointServicePayerResponsibilityCommandInput;
+ output: ModifyVpcEndpointServicePayerResponsibilityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointServicePermissionsCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointServicePermissionsCommand.ts
index 5876f4afe6b5..df9319b2b8c9 100644
--- a/clients/client-ec2/src/commands/ModifyVpcEndpointServicePermissionsCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyVpcEndpointServicePermissionsCommand.ts
@@ -105,4 +105,16 @@ export class ModifyVpcEndpointServicePermissionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyVpcEndpointServicePermissionsCommand)
.de(de_ModifyVpcEndpointServicePermissionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyVpcEndpointServicePermissionsRequest;
+ output: ModifyVpcEndpointServicePermissionsResult;
+ };
+ sdk: {
+ input: ModifyVpcEndpointServicePermissionsCommandInput;
+ output: ModifyVpcEndpointServicePermissionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyVpcPeeringConnectionOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyVpcPeeringConnectionOptionsCommand.ts
index 69dfb2a6cfe0..0bf18aabbc57 100644
--- a/clients/client-ec2/src/commands/ModifyVpcPeeringConnectionOptionsCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyVpcPeeringConnectionOptionsCommand.ts
@@ -112,4 +112,16 @@ export class ModifyVpcPeeringConnectionOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyVpcPeeringConnectionOptionsCommand)
.de(de_ModifyVpcPeeringConnectionOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyVpcPeeringConnectionOptionsRequest;
+ output: ModifyVpcPeeringConnectionOptionsResult;
+ };
+ sdk: {
+ input: ModifyVpcPeeringConnectionOptionsCommandInput;
+ output: ModifyVpcPeeringConnectionOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyVpcTenancyCommand.ts b/clients/client-ec2/src/commands/ModifyVpcTenancyCommand.ts
index eab27ada62ae..b0754f9fb741 100644
--- a/clients/client-ec2/src/commands/ModifyVpcTenancyCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyVpcTenancyCommand.ts
@@ -86,4 +86,16 @@ export class ModifyVpcTenancyCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyVpcTenancyCommand)
.de(de_ModifyVpcTenancyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyVpcTenancyRequest;
+ output: ModifyVpcTenancyResult;
+ };
+ sdk: {
+ input: ModifyVpcTenancyCommandInput;
+ output: ModifyVpcTenancyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyVpnConnectionCommand.ts b/clients/client-ec2/src/commands/ModifyVpnConnectionCommand.ts
index 94c34f12a63e..a587a56a0402 100644
--- a/clients/client-ec2/src/commands/ModifyVpnConnectionCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyVpnConnectionCommand.ts
@@ -225,4 +225,16 @@ export class ModifyVpnConnectionCommand extends $Command
.f(void 0, ModifyVpnConnectionResultFilterSensitiveLog)
.ser(se_ModifyVpnConnectionCommand)
.de(de_ModifyVpnConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyVpnConnectionRequest;
+ output: ModifyVpnConnectionResult;
+ };
+ sdk: {
+ input: ModifyVpnConnectionCommandInput;
+ output: ModifyVpnConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyVpnConnectionOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyVpnConnectionOptionsCommand.ts
index 0b791403522d..2d3d5666ad2a 100644
--- a/clients/client-ec2/src/commands/ModifyVpnConnectionOptionsCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyVpnConnectionOptionsCommand.ts
@@ -195,4 +195,16 @@ export class ModifyVpnConnectionOptionsCommand extends $Command
.f(void 0, ModifyVpnConnectionOptionsResultFilterSensitiveLog)
.ser(se_ModifyVpnConnectionOptionsCommand)
.de(de_ModifyVpnConnectionOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyVpnConnectionOptionsRequest;
+ output: ModifyVpnConnectionOptionsResult;
+ };
+ sdk: {
+ input: ModifyVpnConnectionOptionsCommandInput;
+ output: ModifyVpnConnectionOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyVpnTunnelCertificateCommand.ts b/clients/client-ec2/src/commands/ModifyVpnTunnelCertificateCommand.ts
index 325cf3f63f35..89429c5b2c15 100644
--- a/clients/client-ec2/src/commands/ModifyVpnTunnelCertificateCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyVpnTunnelCertificateCommand.ts
@@ -188,4 +188,16 @@ export class ModifyVpnTunnelCertificateCommand extends $Command
.f(void 0, ModifyVpnTunnelCertificateResultFilterSensitiveLog)
.ser(se_ModifyVpnTunnelCertificateCommand)
.de(de_ModifyVpnTunnelCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyVpnTunnelCertificateRequest;
+ output: ModifyVpnTunnelCertificateResult;
+ };
+ sdk: {
+ input: ModifyVpnTunnelCertificateCommandInput;
+ output: ModifyVpnTunnelCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ModifyVpnTunnelOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyVpnTunnelOptionsCommand.ts
index c0edc96f4c9f..d1d39d14ad57 100644
--- a/clients/client-ec2/src/commands/ModifyVpnTunnelOptionsCommand.ts
+++ b/clients/client-ec2/src/commands/ModifyVpnTunnelOptionsCommand.ts
@@ -249,4 +249,16 @@ export class ModifyVpnTunnelOptionsCommand extends $Command
.f(ModifyVpnTunnelOptionsRequestFilterSensitiveLog, ModifyVpnTunnelOptionsResultFilterSensitiveLog)
.ser(se_ModifyVpnTunnelOptionsCommand)
.de(de_ModifyVpnTunnelOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyVpnTunnelOptionsRequest;
+ output: ModifyVpnTunnelOptionsResult;
+ };
+ sdk: {
+ input: ModifyVpnTunnelOptionsCommandInput;
+ output: ModifyVpnTunnelOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/MonitorInstancesCommand.ts b/clients/client-ec2/src/commands/MonitorInstancesCommand.ts
index a5119d9ec4fd..74b4068b7f19 100644
--- a/clients/client-ec2/src/commands/MonitorInstancesCommand.ts
+++ b/clients/client-ec2/src/commands/MonitorInstancesCommand.ts
@@ -90,4 +90,16 @@ export class MonitorInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_MonitorInstancesCommand)
.de(de_MonitorInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: MonitorInstancesRequest;
+ output: MonitorInstancesResult;
+ };
+ sdk: {
+ input: MonitorInstancesCommandInput;
+ output: MonitorInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/MoveAddressToVpcCommand.ts b/clients/client-ec2/src/commands/MoveAddressToVpcCommand.ts
index f2233f3b1ee7..e7bf78f13d9f 100644
--- a/clients/client-ec2/src/commands/MoveAddressToVpcCommand.ts
+++ b/clients/client-ec2/src/commands/MoveAddressToVpcCommand.ts
@@ -103,4 +103,16 @@ export class MoveAddressToVpcCommand extends $Command
.f(void 0, void 0)
.ser(se_MoveAddressToVpcCommand)
.de(de_MoveAddressToVpcCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: MoveAddressToVpcRequest;
+ output: MoveAddressToVpcResult;
+ };
+ sdk: {
+ input: MoveAddressToVpcCommandInput;
+ output: MoveAddressToVpcCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/MoveByoipCidrToIpamCommand.ts b/clients/client-ec2/src/commands/MoveByoipCidrToIpamCommand.ts
index d72d3e14b7f3..e552959c8995 100644
--- a/clients/client-ec2/src/commands/MoveByoipCidrToIpamCommand.ts
+++ b/clients/client-ec2/src/commands/MoveByoipCidrToIpamCommand.ts
@@ -95,4 +95,16 @@ export class MoveByoipCidrToIpamCommand extends $Command
.f(void 0, void 0)
.ser(se_MoveByoipCidrToIpamCommand)
.de(de_MoveByoipCidrToIpamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: MoveByoipCidrToIpamRequest;
+ output: MoveByoipCidrToIpamResult;
+ };
+ sdk: {
+ input: MoveByoipCidrToIpamCommandInput;
+ output: MoveByoipCidrToIpamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/MoveCapacityReservationInstancesCommand.ts b/clients/client-ec2/src/commands/MoveCapacityReservationInstancesCommand.ts
index 272d4173bbfe..49525d2b84ea 100644
--- a/clients/client-ec2/src/commands/MoveCapacityReservationInstancesCommand.ts
+++ b/clients/client-ec2/src/commands/MoveCapacityReservationInstancesCommand.ts
@@ -179,4 +179,16 @@ export class MoveCapacityReservationInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_MoveCapacityReservationInstancesCommand)
.de(de_MoveCapacityReservationInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: MoveCapacityReservationInstancesRequest;
+ output: MoveCapacityReservationInstancesResult;
+ };
+ sdk: {
+ input: MoveCapacityReservationInstancesCommandInput;
+ output: MoveCapacityReservationInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ProvisionByoipCidrCommand.ts b/clients/client-ec2/src/commands/ProvisionByoipCidrCommand.ts
index 559b58ef0412..02e4e99a0544 100644
--- a/clients/client-ec2/src/commands/ProvisionByoipCidrCommand.ts
+++ b/clients/client-ec2/src/commands/ProvisionByoipCidrCommand.ts
@@ -122,4 +122,16 @@ export class ProvisionByoipCidrCommand extends $Command
.f(void 0, void 0)
.ser(se_ProvisionByoipCidrCommand)
.de(de_ProvisionByoipCidrCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ProvisionByoipCidrRequest;
+ output: ProvisionByoipCidrResult;
+ };
+ sdk: {
+ input: ProvisionByoipCidrCommandInput;
+ output: ProvisionByoipCidrCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ProvisionIpamByoasnCommand.ts b/clients/client-ec2/src/commands/ProvisionIpamByoasnCommand.ts
index 6bbcafeb2845..bfa56a909be7 100644
--- a/clients/client-ec2/src/commands/ProvisionIpamByoasnCommand.ts
+++ b/clients/client-ec2/src/commands/ProvisionIpamByoasnCommand.ts
@@ -88,4 +88,16 @@ export class ProvisionIpamByoasnCommand extends $Command
.f(void 0, void 0)
.ser(se_ProvisionIpamByoasnCommand)
.de(de_ProvisionIpamByoasnCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ProvisionIpamByoasnRequest;
+ output: ProvisionIpamByoasnResult;
+ };
+ sdk: {
+ input: ProvisionIpamByoasnCommandInput;
+ output: ProvisionIpamByoasnCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ProvisionIpamPoolCidrCommand.ts b/clients/client-ec2/src/commands/ProvisionIpamPoolCidrCommand.ts
index 8a15ad17e7e5..6b24aaf3f09a 100644
--- a/clients/client-ec2/src/commands/ProvisionIpamPoolCidrCommand.ts
+++ b/clients/client-ec2/src/commands/ProvisionIpamPoolCidrCommand.ts
@@ -98,4 +98,16 @@ export class ProvisionIpamPoolCidrCommand extends $Command
.f(void 0, void 0)
.ser(se_ProvisionIpamPoolCidrCommand)
.de(de_ProvisionIpamPoolCidrCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ProvisionIpamPoolCidrRequest;
+ output: ProvisionIpamPoolCidrResult;
+ };
+ sdk: {
+ input: ProvisionIpamPoolCidrCommandInput;
+ output: ProvisionIpamPoolCidrCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ProvisionPublicIpv4PoolCidrCommand.ts b/clients/client-ec2/src/commands/ProvisionPublicIpv4PoolCidrCommand.ts
index 7d9b3b5cb28a..c7d787c4a4bc 100644
--- a/clients/client-ec2/src/commands/ProvisionPublicIpv4PoolCidrCommand.ts
+++ b/clients/client-ec2/src/commands/ProvisionPublicIpv4PoolCidrCommand.ts
@@ -88,4 +88,16 @@ export class ProvisionPublicIpv4PoolCidrCommand extends $Command
.f(void 0, void 0)
.ser(se_ProvisionPublicIpv4PoolCidrCommand)
.de(de_ProvisionPublicIpv4PoolCidrCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ProvisionPublicIpv4PoolCidrRequest;
+ output: ProvisionPublicIpv4PoolCidrResult;
+ };
+ sdk: {
+ input: ProvisionPublicIpv4PoolCidrCommandInput;
+ output: ProvisionPublicIpv4PoolCidrCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/PurchaseCapacityBlockCommand.ts b/clients/client-ec2/src/commands/PurchaseCapacityBlockCommand.ts
index e1923cefb8df..c2763865f366 100644
--- a/clients/client-ec2/src/commands/PurchaseCapacityBlockCommand.ts
+++ b/clients/client-ec2/src/commands/PurchaseCapacityBlockCommand.ts
@@ -126,4 +126,16 @@ export class PurchaseCapacityBlockCommand extends $Command
.f(void 0, void 0)
.ser(se_PurchaseCapacityBlockCommand)
.de(de_PurchaseCapacityBlockCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PurchaseCapacityBlockRequest;
+ output: PurchaseCapacityBlockResult;
+ };
+ sdk: {
+ input: PurchaseCapacityBlockCommandInput;
+ output: PurchaseCapacityBlockCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/PurchaseHostReservationCommand.ts b/clients/client-ec2/src/commands/PurchaseHostReservationCommand.ts
index 02d3688ef86d..c1a09f4339d0 100644
--- a/clients/client-ec2/src/commands/PurchaseHostReservationCommand.ts
+++ b/clients/client-ec2/src/commands/PurchaseHostReservationCommand.ts
@@ -114,4 +114,16 @@ export class PurchaseHostReservationCommand extends $Command
.f(void 0, void 0)
.ser(se_PurchaseHostReservationCommand)
.de(de_PurchaseHostReservationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PurchaseHostReservationRequest;
+ output: PurchaseHostReservationResult;
+ };
+ sdk: {
+ input: PurchaseHostReservationCommandInput;
+ output: PurchaseHostReservationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/PurchaseReservedInstancesOfferingCommand.ts b/clients/client-ec2/src/commands/PurchaseReservedInstancesOfferingCommand.ts
index 01bc50ffc875..a1c648e07c3e 100644
--- a/clients/client-ec2/src/commands/PurchaseReservedInstancesOfferingCommand.ts
+++ b/clients/client-ec2/src/commands/PurchaseReservedInstancesOfferingCommand.ts
@@ -98,4 +98,16 @@ export class PurchaseReservedInstancesOfferingCommand extends $Command
.f(void 0, void 0)
.ser(se_PurchaseReservedInstancesOfferingCommand)
.de(de_PurchaseReservedInstancesOfferingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PurchaseReservedInstancesOfferingRequest;
+ output: PurchaseReservedInstancesOfferingResult;
+ };
+ sdk: {
+ input: PurchaseReservedInstancesOfferingCommandInput;
+ output: PurchaseReservedInstancesOfferingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/PurchaseScheduledInstancesCommand.ts b/clients/client-ec2/src/commands/PurchaseScheduledInstancesCommand.ts
index a0ff8a68479c..851fe8233a29 100644
--- a/clients/client-ec2/src/commands/PurchaseScheduledInstancesCommand.ts
+++ b/clients/client-ec2/src/commands/PurchaseScheduledInstancesCommand.ts
@@ -118,4 +118,16 @@ export class PurchaseScheduledInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_PurchaseScheduledInstancesCommand)
.de(de_PurchaseScheduledInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PurchaseScheduledInstancesRequest;
+ output: PurchaseScheduledInstancesResult;
+ };
+ sdk: {
+ input: PurchaseScheduledInstancesCommandInput;
+ output: PurchaseScheduledInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/RebootInstancesCommand.ts b/clients/client-ec2/src/commands/RebootInstancesCommand.ts
index 5cc724074fb5..ffe26da0ce1c 100644
--- a/clients/client-ec2/src/commands/RebootInstancesCommand.ts
+++ b/clients/client-ec2/src/commands/RebootInstancesCommand.ts
@@ -98,4 +98,16 @@ export class RebootInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_RebootInstancesCommand)
.de(de_RebootInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RebootInstancesRequest;
+ output: {};
+ };
+ sdk: {
+ input: RebootInstancesCommandInput;
+ output: RebootInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/RegisterImageCommand.ts b/clients/client-ec2/src/commands/RegisterImageCommand.ts
index 1677b43588df..3214c72380a1 100644
--- a/clients/client-ec2/src/commands/RegisterImageCommand.ts
+++ b/clients/client-ec2/src/commands/RegisterImageCommand.ts
@@ -166,4 +166,16 @@ export class RegisterImageCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterImageCommand)
.de(de_RegisterImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterImageRequest;
+ output: RegisterImageResult;
+ };
+ sdk: {
+ input: RegisterImageCommandInput;
+ output: RegisterImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/RegisterInstanceEventNotificationAttributesCommand.ts b/clients/client-ec2/src/commands/RegisterInstanceEventNotificationAttributesCommand.ts
index eef65f87f36c..6139ed8aa178 100644
--- a/clients/client-ec2/src/commands/RegisterInstanceEventNotificationAttributesCommand.ts
+++ b/clients/client-ec2/src/commands/RegisterInstanceEventNotificationAttributesCommand.ts
@@ -99,4 +99,16 @@ export class RegisterInstanceEventNotificationAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterInstanceEventNotificationAttributesCommand)
.de(de_RegisterInstanceEventNotificationAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterInstanceEventNotificationAttributesRequest;
+ output: RegisterInstanceEventNotificationAttributesResult;
+ };
+ sdk: {
+ input: RegisterInstanceEventNotificationAttributesCommandInput;
+ output: RegisterInstanceEventNotificationAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupMembersCommand.ts b/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupMembersCommand.ts
index 1633d776c742..fd259e898f1b 100644
--- a/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupMembersCommand.ts
+++ b/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupMembersCommand.ts
@@ -102,4 +102,16 @@ export class RegisterTransitGatewayMulticastGroupMembersCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterTransitGatewayMulticastGroupMembersCommand)
.de(de_RegisterTransitGatewayMulticastGroupMembersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterTransitGatewayMulticastGroupMembersRequest;
+ output: RegisterTransitGatewayMulticastGroupMembersResult;
+ };
+ sdk: {
+ input: RegisterTransitGatewayMulticastGroupMembersCommandInput;
+ output: RegisterTransitGatewayMulticastGroupMembersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.ts b/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.ts
index 163030477ccc..bf9cd7d19a93 100644
--- a/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.ts
+++ b/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.ts
@@ -102,4 +102,16 @@ export class RegisterTransitGatewayMulticastGroupSourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterTransitGatewayMulticastGroupSourcesCommand)
.de(de_RegisterTransitGatewayMulticastGroupSourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterTransitGatewayMulticastGroupSourcesRequest;
+ output: RegisterTransitGatewayMulticastGroupSourcesResult;
+ };
+ sdk: {
+ input: RegisterTransitGatewayMulticastGroupSourcesCommandInput;
+ output: RegisterTransitGatewayMulticastGroupSourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.ts b/clients/client-ec2/src/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.ts
index 917114dbd401..d4d1aae62a8f 100644
--- a/clients/client-ec2/src/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.ts
+++ b/clients/client-ec2/src/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.ts
@@ -103,4 +103,16 @@ export class RejectTransitGatewayMulticastDomainAssociationsCommand extends $Com
.f(void 0, void 0)
.ser(se_RejectTransitGatewayMulticastDomainAssociationsCommand)
.de(de_RejectTransitGatewayMulticastDomainAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RejectTransitGatewayMulticastDomainAssociationsRequest;
+ output: RejectTransitGatewayMulticastDomainAssociationsResult;
+ };
+ sdk: {
+ input: RejectTransitGatewayMulticastDomainAssociationsCommandInput;
+ output: RejectTransitGatewayMulticastDomainAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/RejectTransitGatewayPeeringAttachmentCommand.ts b/clients/client-ec2/src/commands/RejectTransitGatewayPeeringAttachmentCommand.ts
index e91642bc115f..aa997f1f53f9 100644
--- a/clients/client-ec2/src/commands/RejectTransitGatewayPeeringAttachmentCommand.ts
+++ b/clients/client-ec2/src/commands/RejectTransitGatewayPeeringAttachmentCommand.ts
@@ -117,4 +117,16 @@ export class RejectTransitGatewayPeeringAttachmentCommand extends $Command
.f(void 0, void 0)
.ser(se_RejectTransitGatewayPeeringAttachmentCommand)
.de(de_RejectTransitGatewayPeeringAttachmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RejectTransitGatewayPeeringAttachmentRequest;
+ output: RejectTransitGatewayPeeringAttachmentResult;
+ };
+ sdk: {
+ input: RejectTransitGatewayPeeringAttachmentCommandInput;
+ output: RejectTransitGatewayPeeringAttachmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/RejectTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/RejectTransitGatewayVpcAttachmentCommand.ts
index 2548fe3eb429..0f348cf92acc 100644
--- a/clients/client-ec2/src/commands/RejectTransitGatewayVpcAttachmentCommand.ts
+++ b/clients/client-ec2/src/commands/RejectTransitGatewayVpcAttachmentCommand.ts
@@ -108,4 +108,16 @@ export class RejectTransitGatewayVpcAttachmentCommand extends $Command
.f(void 0, void 0)
.ser(se_RejectTransitGatewayVpcAttachmentCommand)
.de(de_RejectTransitGatewayVpcAttachmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RejectTransitGatewayVpcAttachmentRequest;
+ output: RejectTransitGatewayVpcAttachmentResult;
+ };
+ sdk: {
+ input: RejectTransitGatewayVpcAttachmentCommandInput;
+ output: RejectTransitGatewayVpcAttachmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/RejectVpcEndpointConnectionsCommand.ts b/clients/client-ec2/src/commands/RejectVpcEndpointConnectionsCommand.ts
index ebaf72540b82..0ea0bb21cbf2 100644
--- a/clients/client-ec2/src/commands/RejectVpcEndpointConnectionsCommand.ts
+++ b/clients/client-ec2/src/commands/RejectVpcEndpointConnectionsCommand.ts
@@ -91,4 +91,16 @@ export class RejectVpcEndpointConnectionsCommand extends $Command
.f(void 0, void 0)
.ser(se_RejectVpcEndpointConnectionsCommand)
.de(de_RejectVpcEndpointConnectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RejectVpcEndpointConnectionsRequest;
+ output: RejectVpcEndpointConnectionsResult;
+ };
+ sdk: {
+ input: RejectVpcEndpointConnectionsCommandInput;
+ output: RejectVpcEndpointConnectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/RejectVpcPeeringConnectionCommand.ts b/clients/client-ec2/src/commands/RejectVpcPeeringConnectionCommand.ts
index 0902f2a732c6..5bf37d41cb5f 100644
--- a/clients/client-ec2/src/commands/RejectVpcPeeringConnectionCommand.ts
+++ b/clients/client-ec2/src/commands/RejectVpcPeeringConnectionCommand.ts
@@ -81,4 +81,16 @@ export class RejectVpcPeeringConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_RejectVpcPeeringConnectionCommand)
.de(de_RejectVpcPeeringConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RejectVpcPeeringConnectionRequest;
+ output: RejectVpcPeeringConnectionResult;
+ };
+ sdk: {
+ input: RejectVpcPeeringConnectionCommandInput;
+ output: RejectVpcPeeringConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ReleaseAddressCommand.ts b/clients/client-ec2/src/commands/ReleaseAddressCommand.ts
index e479e99dec74..0f9699a9d70a 100644
--- a/clients/client-ec2/src/commands/ReleaseAddressCommand.ts
+++ b/clients/client-ec2/src/commands/ReleaseAddressCommand.ts
@@ -100,4 +100,16 @@ export class ReleaseAddressCommand extends $Command
.f(void 0, void 0)
.ser(se_ReleaseAddressCommand)
.de(de_ReleaseAddressCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReleaseAddressRequest;
+ output: {};
+ };
+ sdk: {
+ input: ReleaseAddressCommandInput;
+ output: ReleaseAddressCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ReleaseHostsCommand.ts b/clients/client-ec2/src/commands/ReleaseHostsCommand.ts
index 64505a448821..1cdf28ea9429 100644
--- a/clients/client-ec2/src/commands/ReleaseHostsCommand.ts
+++ b/clients/client-ec2/src/commands/ReleaseHostsCommand.ts
@@ -98,4 +98,16 @@ export class ReleaseHostsCommand extends $Command
.f(void 0, void 0)
.ser(se_ReleaseHostsCommand)
.de(de_ReleaseHostsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReleaseHostsRequest;
+ output: ReleaseHostsResult;
+ };
+ sdk: {
+ input: ReleaseHostsCommandInput;
+ output: ReleaseHostsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ReleaseIpamPoolAllocationCommand.ts b/clients/client-ec2/src/commands/ReleaseIpamPoolAllocationCommand.ts
index c401c1779235..a1df7fb83db2 100644
--- a/clients/client-ec2/src/commands/ReleaseIpamPoolAllocationCommand.ts
+++ b/clients/client-ec2/src/commands/ReleaseIpamPoolAllocationCommand.ts
@@ -84,4 +84,16 @@ export class ReleaseIpamPoolAllocationCommand extends $Command
.f(void 0, void 0)
.ser(se_ReleaseIpamPoolAllocationCommand)
.de(de_ReleaseIpamPoolAllocationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReleaseIpamPoolAllocationRequest;
+ output: ReleaseIpamPoolAllocationResult;
+ };
+ sdk: {
+ input: ReleaseIpamPoolAllocationCommandInput;
+ output: ReleaseIpamPoolAllocationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ReplaceIamInstanceProfileAssociationCommand.ts b/clients/client-ec2/src/commands/ReplaceIamInstanceProfileAssociationCommand.ts
index db20ed5d706b..c5793136c762 100644
--- a/clients/client-ec2/src/commands/ReplaceIamInstanceProfileAssociationCommand.ts
+++ b/clients/client-ec2/src/commands/ReplaceIamInstanceProfileAssociationCommand.ts
@@ -102,4 +102,16 @@ export class ReplaceIamInstanceProfileAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_ReplaceIamInstanceProfileAssociationCommand)
.de(de_ReplaceIamInstanceProfileAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReplaceIamInstanceProfileAssociationRequest;
+ output: ReplaceIamInstanceProfileAssociationResult;
+ };
+ sdk: {
+ input: ReplaceIamInstanceProfileAssociationCommandInput;
+ output: ReplaceIamInstanceProfileAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ReplaceNetworkAclAssociationCommand.ts b/clients/client-ec2/src/commands/ReplaceNetworkAclAssociationCommand.ts
index 9c54ce08c798..cd852cc3b2e8 100644
--- a/clients/client-ec2/src/commands/ReplaceNetworkAclAssociationCommand.ts
+++ b/clients/client-ec2/src/commands/ReplaceNetworkAclAssociationCommand.ts
@@ -101,4 +101,16 @@ export class ReplaceNetworkAclAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_ReplaceNetworkAclAssociationCommand)
.de(de_ReplaceNetworkAclAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReplaceNetworkAclAssociationRequest;
+ output: ReplaceNetworkAclAssociationResult;
+ };
+ sdk: {
+ input: ReplaceNetworkAclAssociationCommandInput;
+ output: ReplaceNetworkAclAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ReplaceNetworkAclEntryCommand.ts b/clients/client-ec2/src/commands/ReplaceNetworkAclEntryCommand.ts
index 08e465b2aa48..f023640b3098 100644
--- a/clients/client-ec2/src/commands/ReplaceNetworkAclEntryCommand.ts
+++ b/clients/client-ec2/src/commands/ReplaceNetworkAclEntryCommand.ts
@@ -111,4 +111,16 @@ export class ReplaceNetworkAclEntryCommand extends $Command
.f(void 0, void 0)
.ser(se_ReplaceNetworkAclEntryCommand)
.de(de_ReplaceNetworkAclEntryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReplaceNetworkAclEntryRequest;
+ output: {};
+ };
+ sdk: {
+ input: ReplaceNetworkAclEntryCommandInput;
+ output: ReplaceNetworkAclEntryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ReplaceRouteCommand.ts b/clients/client-ec2/src/commands/ReplaceRouteCommand.ts
index a450e7306667..e091b16addc0 100644
--- a/clients/client-ec2/src/commands/ReplaceRouteCommand.ts
+++ b/clients/client-ec2/src/commands/ReplaceRouteCommand.ts
@@ -109,4 +109,16 @@ export class ReplaceRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_ReplaceRouteCommand)
.de(de_ReplaceRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReplaceRouteRequest;
+ output: {};
+ };
+ sdk: {
+ input: ReplaceRouteCommandInput;
+ output: ReplaceRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ReplaceRouteTableAssociationCommand.ts b/clients/client-ec2/src/commands/ReplaceRouteTableAssociationCommand.ts
index 8449f7bba818..a40a00c9e50a 100644
--- a/clients/client-ec2/src/commands/ReplaceRouteTableAssociationCommand.ts
+++ b/clients/client-ec2/src/commands/ReplaceRouteTableAssociationCommand.ts
@@ -106,4 +106,16 @@ export class ReplaceRouteTableAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_ReplaceRouteTableAssociationCommand)
.de(de_ReplaceRouteTableAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReplaceRouteTableAssociationRequest;
+ output: ReplaceRouteTableAssociationResult;
+ };
+ sdk: {
+ input: ReplaceRouteTableAssociationCommandInput;
+ output: ReplaceRouteTableAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ReplaceTransitGatewayRouteCommand.ts b/clients/client-ec2/src/commands/ReplaceTransitGatewayRouteCommand.ts
index 662b36f171b2..3e3499292f67 100644
--- a/clients/client-ec2/src/commands/ReplaceTransitGatewayRouteCommand.ts
+++ b/clients/client-ec2/src/commands/ReplaceTransitGatewayRouteCommand.ts
@@ -94,4 +94,16 @@ export class ReplaceTransitGatewayRouteCommand extends $Command
.f(void 0, void 0)
.ser(se_ReplaceTransitGatewayRouteCommand)
.de(de_ReplaceTransitGatewayRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReplaceTransitGatewayRouteRequest;
+ output: ReplaceTransitGatewayRouteResult;
+ };
+ sdk: {
+ input: ReplaceTransitGatewayRouteCommandInput;
+ output: ReplaceTransitGatewayRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ReplaceVpnTunnelCommand.ts b/clients/client-ec2/src/commands/ReplaceVpnTunnelCommand.ts
index c1febb10a41c..1c5a4f2afb85 100644
--- a/clients/client-ec2/src/commands/ReplaceVpnTunnelCommand.ts
+++ b/clients/client-ec2/src/commands/ReplaceVpnTunnelCommand.ts
@@ -80,4 +80,16 @@ export class ReplaceVpnTunnelCommand extends $Command
.f(void 0, void 0)
.ser(se_ReplaceVpnTunnelCommand)
.de(de_ReplaceVpnTunnelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReplaceVpnTunnelRequest;
+ output: ReplaceVpnTunnelResult;
+ };
+ sdk: {
+ input: ReplaceVpnTunnelCommandInput;
+ output: ReplaceVpnTunnelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ReportInstanceStatusCommand.ts b/clients/client-ec2/src/commands/ReportInstanceStatusCommand.ts
index b341eae7f34e..644658543b88 100644
--- a/clients/client-ec2/src/commands/ReportInstanceStatusCommand.ts
+++ b/clients/client-ec2/src/commands/ReportInstanceStatusCommand.ts
@@ -89,4 +89,16 @@ export class ReportInstanceStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_ReportInstanceStatusCommand)
.de(de_ReportInstanceStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReportInstanceStatusRequest;
+ output: {};
+ };
+ sdk: {
+ input: ReportInstanceStatusCommandInput;
+ output: ReportInstanceStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/RequestSpotFleetCommand.ts b/clients/client-ec2/src/commands/RequestSpotFleetCommand.ts
index e4571421c071..c14827f06bb7 100644
--- a/clients/client-ec2/src/commands/RequestSpotFleetCommand.ts
+++ b/clients/client-ec2/src/commands/RequestSpotFleetCommand.ts
@@ -589,4 +589,16 @@ export class RequestSpotFleetCommand extends $Command
.f(RequestSpotFleetRequestFilterSensitiveLog, void 0)
.ser(se_RequestSpotFleetCommand)
.de(de_RequestSpotFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RequestSpotFleetRequest;
+ output: RequestSpotFleetResponse;
+ };
+ sdk: {
+ input: RequestSpotFleetCommandInput;
+ output: RequestSpotFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/RequestSpotInstancesCommand.ts b/clients/client-ec2/src/commands/RequestSpotInstancesCommand.ts
index 3676d279e85b..be8b907bc440 100644
--- a/clients/client-ec2/src/commands/RequestSpotInstancesCommand.ts
+++ b/clients/client-ec2/src/commands/RequestSpotInstancesCommand.ts
@@ -400,4 +400,16 @@ export class RequestSpotInstancesCommand extends $Command
.f(RequestSpotInstancesRequestFilterSensitiveLog, RequestSpotInstancesResultFilterSensitiveLog)
.ser(se_RequestSpotInstancesCommand)
.de(de_RequestSpotInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RequestSpotInstancesRequest;
+ output: RequestSpotInstancesResult;
+ };
+ sdk: {
+ input: RequestSpotInstancesCommandInput;
+ output: RequestSpotInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ResetAddressAttributeCommand.ts b/clients/client-ec2/src/commands/ResetAddressAttributeCommand.ts
index 5de7bc7f4d48..d930065f0473 100644
--- a/clients/client-ec2/src/commands/ResetAddressAttributeCommand.ts
+++ b/clients/client-ec2/src/commands/ResetAddressAttributeCommand.ts
@@ -88,4 +88,16 @@ export class ResetAddressAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_ResetAddressAttributeCommand)
.de(de_ResetAddressAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResetAddressAttributeRequest;
+ output: ResetAddressAttributeResult;
+ };
+ sdk: {
+ input: ResetAddressAttributeCommandInput;
+ output: ResetAddressAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ResetEbsDefaultKmsKeyIdCommand.ts b/clients/client-ec2/src/commands/ResetEbsDefaultKmsKeyIdCommand.ts
index 96ceb7b7d511..049448708e95 100644
--- a/clients/client-ec2/src/commands/ResetEbsDefaultKmsKeyIdCommand.ts
+++ b/clients/client-ec2/src/commands/ResetEbsDefaultKmsKeyIdCommand.ts
@@ -82,4 +82,16 @@ export class ResetEbsDefaultKmsKeyIdCommand extends $Command
.f(void 0, void 0)
.ser(se_ResetEbsDefaultKmsKeyIdCommand)
.de(de_ResetEbsDefaultKmsKeyIdCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResetEbsDefaultKmsKeyIdRequest;
+ output: ResetEbsDefaultKmsKeyIdResult;
+ };
+ sdk: {
+ input: ResetEbsDefaultKmsKeyIdCommandInput;
+ output: ResetEbsDefaultKmsKeyIdCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ResetFpgaImageAttributeCommand.ts b/clients/client-ec2/src/commands/ResetFpgaImageAttributeCommand.ts
index e6c1e8a8aab6..547b254dab07 100644
--- a/clients/client-ec2/src/commands/ResetFpgaImageAttributeCommand.ts
+++ b/clients/client-ec2/src/commands/ResetFpgaImageAttributeCommand.ts
@@ -80,4 +80,16 @@ export class ResetFpgaImageAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_ResetFpgaImageAttributeCommand)
.de(de_ResetFpgaImageAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResetFpgaImageAttributeRequest;
+ output: ResetFpgaImageAttributeResult;
+ };
+ sdk: {
+ input: ResetFpgaImageAttributeCommandInput;
+ output: ResetFpgaImageAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ResetImageAttributeCommand.ts b/clients/client-ec2/src/commands/ResetImageAttributeCommand.ts
index 18e38132479b..67c77cb3f242 100644
--- a/clients/client-ec2/src/commands/ResetImageAttributeCommand.ts
+++ b/clients/client-ec2/src/commands/ResetImageAttributeCommand.ts
@@ -89,4 +89,16 @@ export class ResetImageAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_ResetImageAttributeCommand)
.de(de_ResetImageAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResetImageAttributeRequest;
+ output: {};
+ };
+ sdk: {
+ input: ResetImageAttributeCommandInput;
+ output: ResetImageAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ResetInstanceAttributeCommand.ts b/clients/client-ec2/src/commands/ResetInstanceAttributeCommand.ts
index 98d361f6997c..b1d112c38455 100644
--- a/clients/client-ec2/src/commands/ResetInstanceAttributeCommand.ts
+++ b/clients/client-ec2/src/commands/ResetInstanceAttributeCommand.ts
@@ -97,4 +97,16 @@ export class ResetInstanceAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_ResetInstanceAttributeCommand)
.de(de_ResetInstanceAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResetInstanceAttributeRequest;
+ output: {};
+ };
+ sdk: {
+ input: ResetInstanceAttributeCommandInput;
+ output: ResetInstanceAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ResetNetworkInterfaceAttributeCommand.ts b/clients/client-ec2/src/commands/ResetNetworkInterfaceAttributeCommand.ts
index fceb878b2d78..c6e5f4def061 100644
--- a/clients/client-ec2/src/commands/ResetNetworkInterfaceAttributeCommand.ts
+++ b/clients/client-ec2/src/commands/ResetNetworkInterfaceAttributeCommand.ts
@@ -80,4 +80,16 @@ export class ResetNetworkInterfaceAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_ResetNetworkInterfaceAttributeCommand)
.de(de_ResetNetworkInterfaceAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResetNetworkInterfaceAttributeRequest;
+ output: {};
+ };
+ sdk: {
+ input: ResetNetworkInterfaceAttributeCommandInput;
+ output: ResetNetworkInterfaceAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/ResetSnapshotAttributeCommand.ts b/clients/client-ec2/src/commands/ResetSnapshotAttributeCommand.ts
index 07aa4e981aa8..900d8cb6497c 100644
--- a/clients/client-ec2/src/commands/ResetSnapshotAttributeCommand.ts
+++ b/clients/client-ec2/src/commands/ResetSnapshotAttributeCommand.ts
@@ -91,4 +91,16 @@ export class ResetSnapshotAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_ResetSnapshotAttributeCommand)
.de(de_ResetSnapshotAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResetSnapshotAttributeRequest;
+ output: {};
+ };
+ sdk: {
+ input: ResetSnapshotAttributeCommandInput;
+ output: ResetSnapshotAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/RestoreAddressToClassicCommand.ts b/clients/client-ec2/src/commands/RestoreAddressToClassicCommand.ts
index ef897f712e91..e37e28e5f0b6 100644
--- a/clients/client-ec2/src/commands/RestoreAddressToClassicCommand.ts
+++ b/clients/client-ec2/src/commands/RestoreAddressToClassicCommand.ts
@@ -82,4 +82,16 @@ export class RestoreAddressToClassicCommand extends $Command
.f(void 0, void 0)
.ser(se_RestoreAddressToClassicCommand)
.de(de_RestoreAddressToClassicCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RestoreAddressToClassicRequest;
+ output: RestoreAddressToClassicResult;
+ };
+ sdk: {
+ input: RestoreAddressToClassicCommandInput;
+ output: RestoreAddressToClassicCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/RestoreImageFromRecycleBinCommand.ts b/clients/client-ec2/src/commands/RestoreImageFromRecycleBinCommand.ts
index cb08903a7e43..77bc240388e4 100644
--- a/clients/client-ec2/src/commands/RestoreImageFromRecycleBinCommand.ts
+++ b/clients/client-ec2/src/commands/RestoreImageFromRecycleBinCommand.ts
@@ -78,4 +78,16 @@ export class RestoreImageFromRecycleBinCommand extends $Command
.f(void 0, void 0)
.ser(se_RestoreImageFromRecycleBinCommand)
.de(de_RestoreImageFromRecycleBinCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RestoreImageFromRecycleBinRequest;
+ output: RestoreImageFromRecycleBinResult;
+ };
+ sdk: {
+ input: RestoreImageFromRecycleBinCommandInput;
+ output: RestoreImageFromRecycleBinCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/RestoreManagedPrefixListVersionCommand.ts b/clients/client-ec2/src/commands/RestoreManagedPrefixListVersionCommand.ts
index ef07049bf4eb..900cb4170c8c 100644
--- a/clients/client-ec2/src/commands/RestoreManagedPrefixListVersionCommand.ts
+++ b/clients/client-ec2/src/commands/RestoreManagedPrefixListVersionCommand.ts
@@ -101,4 +101,16 @@ export class RestoreManagedPrefixListVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_RestoreManagedPrefixListVersionCommand)
.de(de_RestoreManagedPrefixListVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RestoreManagedPrefixListVersionRequest;
+ output: RestoreManagedPrefixListVersionResult;
+ };
+ sdk: {
+ input: RestoreManagedPrefixListVersionCommandInput;
+ output: RestoreManagedPrefixListVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/RestoreSnapshotFromRecycleBinCommand.ts b/clients/client-ec2/src/commands/RestoreSnapshotFromRecycleBinCommand.ts
index ea96428767ef..9fa65bb7f4ab 100644
--- a/clients/client-ec2/src/commands/RestoreSnapshotFromRecycleBinCommand.ts
+++ b/clients/client-ec2/src/commands/RestoreSnapshotFromRecycleBinCommand.ts
@@ -91,4 +91,16 @@ export class RestoreSnapshotFromRecycleBinCommand extends $Command
.f(void 0, void 0)
.ser(se_RestoreSnapshotFromRecycleBinCommand)
.de(de_RestoreSnapshotFromRecycleBinCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RestoreSnapshotFromRecycleBinRequest;
+ output: RestoreSnapshotFromRecycleBinResult;
+ };
+ sdk: {
+ input: RestoreSnapshotFromRecycleBinCommandInput;
+ output: RestoreSnapshotFromRecycleBinCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/RestoreSnapshotTierCommand.ts b/clients/client-ec2/src/commands/RestoreSnapshotTierCommand.ts
index 25ef73d0940c..550e58970705 100644
--- a/clients/client-ec2/src/commands/RestoreSnapshotTierCommand.ts
+++ b/clients/client-ec2/src/commands/RestoreSnapshotTierCommand.ts
@@ -87,4 +87,16 @@ export class RestoreSnapshotTierCommand extends $Command
.f(void 0, void 0)
.ser(se_RestoreSnapshotTierCommand)
.de(de_RestoreSnapshotTierCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RestoreSnapshotTierRequest;
+ output: RestoreSnapshotTierResult;
+ };
+ sdk: {
+ input: RestoreSnapshotTierCommandInput;
+ output: RestoreSnapshotTierCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/RevokeClientVpnIngressCommand.ts b/clients/client-ec2/src/commands/RevokeClientVpnIngressCommand.ts
index 6013a472ff27..3039305ddc07 100644
--- a/clients/client-ec2/src/commands/RevokeClientVpnIngressCommand.ts
+++ b/clients/client-ec2/src/commands/RevokeClientVpnIngressCommand.ts
@@ -84,4 +84,16 @@ export class RevokeClientVpnIngressCommand extends $Command
.f(void 0, void 0)
.ser(se_RevokeClientVpnIngressCommand)
.de(de_RevokeClientVpnIngressCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RevokeClientVpnIngressRequest;
+ output: RevokeClientVpnIngressResult;
+ };
+ sdk: {
+ input: RevokeClientVpnIngressCommandInput;
+ output: RevokeClientVpnIngressCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/RevokeSecurityGroupEgressCommand.ts b/clients/client-ec2/src/commands/RevokeSecurityGroupEgressCommand.ts
index 9650bd7aa98b..aef3ae40ca92 100644
--- a/clients/client-ec2/src/commands/RevokeSecurityGroupEgressCommand.ts
+++ b/clients/client-ec2/src/commands/RevokeSecurityGroupEgressCommand.ts
@@ -171,4 +171,16 @@ export class RevokeSecurityGroupEgressCommand extends $Command
.f(void 0, void 0)
.ser(se_RevokeSecurityGroupEgressCommand)
.de(de_RevokeSecurityGroupEgressCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RevokeSecurityGroupEgressRequest;
+ output: RevokeSecurityGroupEgressResult;
+ };
+ sdk: {
+ input: RevokeSecurityGroupEgressCommandInput;
+ output: RevokeSecurityGroupEgressCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/RevokeSecurityGroupIngressCommand.ts b/clients/client-ec2/src/commands/RevokeSecurityGroupIngressCommand.ts
index 6cbab9916287..2a99691c7f44 100644
--- a/clients/client-ec2/src/commands/RevokeSecurityGroupIngressCommand.ts
+++ b/clients/client-ec2/src/commands/RevokeSecurityGroupIngressCommand.ts
@@ -176,4 +176,16 @@ export class RevokeSecurityGroupIngressCommand extends $Command
.f(void 0, void 0)
.ser(se_RevokeSecurityGroupIngressCommand)
.de(de_RevokeSecurityGroupIngressCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RevokeSecurityGroupIngressRequest;
+ output: RevokeSecurityGroupIngressResult;
+ };
+ sdk: {
+ input: RevokeSecurityGroupIngressCommandInput;
+ output: RevokeSecurityGroupIngressCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/RunInstancesCommand.ts b/clients/client-ec2/src/commands/RunInstancesCommand.ts
index 02a200187ed1..55c01fbb8641 100644
--- a/clients/client-ec2/src/commands/RunInstancesCommand.ts
+++ b/clients/client-ec2/src/commands/RunInstancesCommand.ts
@@ -598,4 +598,16 @@ export class RunInstancesCommand extends $Command
.f(RunInstancesRequestFilterSensitiveLog, void 0)
.ser(se_RunInstancesCommand)
.de(de_RunInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RunInstancesRequest;
+ output: Reservation;
+ };
+ sdk: {
+ input: RunInstancesCommandInput;
+ output: RunInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/RunScheduledInstancesCommand.ts b/clients/client-ec2/src/commands/RunScheduledInstancesCommand.ts
index c03e813366dd..a623ceeaaf0d 100644
--- a/clients/client-ec2/src/commands/RunScheduledInstancesCommand.ts
+++ b/clients/client-ec2/src/commands/RunScheduledInstancesCommand.ts
@@ -157,4 +157,16 @@ export class RunScheduledInstancesCommand extends $Command
.f(RunScheduledInstancesRequestFilterSensitiveLog, void 0)
.ser(se_RunScheduledInstancesCommand)
.de(de_RunScheduledInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RunScheduledInstancesRequest;
+ output: RunScheduledInstancesResult;
+ };
+ sdk: {
+ input: RunScheduledInstancesCommandInput;
+ output: RunScheduledInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/SearchLocalGatewayRoutesCommand.ts b/clients/client-ec2/src/commands/SearchLocalGatewayRoutesCommand.ts
index d7afcbeacb6d..10126135e21a 100644
--- a/clients/client-ec2/src/commands/SearchLocalGatewayRoutesCommand.ts
+++ b/clients/client-ec2/src/commands/SearchLocalGatewayRoutesCommand.ts
@@ -103,4 +103,16 @@ export class SearchLocalGatewayRoutesCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchLocalGatewayRoutesCommand)
.de(de_SearchLocalGatewayRoutesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchLocalGatewayRoutesRequest;
+ output: SearchLocalGatewayRoutesResult;
+ };
+ sdk: {
+ input: SearchLocalGatewayRoutesCommandInput;
+ output: SearchLocalGatewayRoutesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/SearchTransitGatewayMulticastGroupsCommand.ts b/clients/client-ec2/src/commands/SearchTransitGatewayMulticastGroupsCommand.ts
index 80023d7be94b..50d223a621c4 100644
--- a/clients/client-ec2/src/commands/SearchTransitGatewayMulticastGroupsCommand.ts
+++ b/clients/client-ec2/src/commands/SearchTransitGatewayMulticastGroupsCommand.ts
@@ -111,4 +111,16 @@ export class SearchTransitGatewayMulticastGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchTransitGatewayMulticastGroupsCommand)
.de(de_SearchTransitGatewayMulticastGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchTransitGatewayMulticastGroupsRequest;
+ output: SearchTransitGatewayMulticastGroupsResult;
+ };
+ sdk: {
+ input: SearchTransitGatewayMulticastGroupsCommandInput;
+ output: SearchTransitGatewayMulticastGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/SearchTransitGatewayRoutesCommand.ts b/clients/client-ec2/src/commands/SearchTransitGatewayRoutesCommand.ts
index 4c643d065233..109f63567bd9 100644
--- a/clients/client-ec2/src/commands/SearchTransitGatewayRoutesCommand.ts
+++ b/clients/client-ec2/src/commands/SearchTransitGatewayRoutesCommand.ts
@@ -103,4 +103,16 @@ export class SearchTransitGatewayRoutesCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchTransitGatewayRoutesCommand)
.de(de_SearchTransitGatewayRoutesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchTransitGatewayRoutesRequest;
+ output: SearchTransitGatewayRoutesResult;
+ };
+ sdk: {
+ input: SearchTransitGatewayRoutesCommandInput;
+ output: SearchTransitGatewayRoutesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/SendDiagnosticInterruptCommand.ts b/clients/client-ec2/src/commands/SendDiagnosticInterruptCommand.ts
index 70ea02317af1..b005ee67ef5c 100644
--- a/clients/client-ec2/src/commands/SendDiagnosticInterruptCommand.ts
+++ b/clients/client-ec2/src/commands/SendDiagnosticInterruptCommand.ts
@@ -89,4 +89,16 @@ export class SendDiagnosticInterruptCommand extends $Command
.f(void 0, void 0)
.ser(se_SendDiagnosticInterruptCommand)
.de(de_SendDiagnosticInterruptCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SendDiagnosticInterruptRequest;
+ output: {};
+ };
+ sdk: {
+ input: SendDiagnosticInterruptCommandInput;
+ output: SendDiagnosticInterruptCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/StartInstancesCommand.ts b/clients/client-ec2/src/commands/StartInstancesCommand.ts
index 1c6cb84c4e08..b9d72ab9ef5a 100644
--- a/clients/client-ec2/src/commands/StartInstancesCommand.ts
+++ b/clients/client-ec2/src/commands/StartInstancesCommand.ts
@@ -141,4 +141,16 @@ export class StartInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_StartInstancesCommand)
.de(de_StartInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartInstancesRequest;
+ output: StartInstancesResult;
+ };
+ sdk: {
+ input: StartInstancesCommandInput;
+ output: StartInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/StartNetworkInsightsAccessScopeAnalysisCommand.ts b/clients/client-ec2/src/commands/StartNetworkInsightsAccessScopeAnalysisCommand.ts
index d7f95409a39b..e6df71640678 100644
--- a/clients/client-ec2/src/commands/StartNetworkInsightsAccessScopeAnalysisCommand.ts
+++ b/clients/client-ec2/src/commands/StartNetworkInsightsAccessScopeAnalysisCommand.ts
@@ -116,4 +116,16 @@ export class StartNetworkInsightsAccessScopeAnalysisCommand extends $Command
.f(void 0, void 0)
.ser(se_StartNetworkInsightsAccessScopeAnalysisCommand)
.de(de_StartNetworkInsightsAccessScopeAnalysisCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartNetworkInsightsAccessScopeAnalysisRequest;
+ output: StartNetworkInsightsAccessScopeAnalysisResult;
+ };
+ sdk: {
+ input: StartNetworkInsightsAccessScopeAnalysisCommandInput;
+ output: StartNetworkInsightsAccessScopeAnalysisCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/StartNetworkInsightsAnalysisCommand.ts b/clients/client-ec2/src/commands/StartNetworkInsightsAnalysisCommand.ts
index 33d298af37f2..8f1b8ce35d6d 100644
--- a/clients/client-ec2/src/commands/StartNetworkInsightsAnalysisCommand.ts
+++ b/clients/client-ec2/src/commands/StartNetworkInsightsAnalysisCommand.ts
@@ -812,4 +812,16 @@ export class StartNetworkInsightsAnalysisCommand extends $Command
.f(void 0, void 0)
.ser(se_StartNetworkInsightsAnalysisCommand)
.de(de_StartNetworkInsightsAnalysisCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartNetworkInsightsAnalysisRequest;
+ output: StartNetworkInsightsAnalysisResult;
+ };
+ sdk: {
+ input: StartNetworkInsightsAnalysisCommandInput;
+ output: StartNetworkInsightsAnalysisCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.ts b/clients/client-ec2/src/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.ts
index bcb2ec341183..c74ad3176aa3 100644
--- a/clients/client-ec2/src/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.ts
+++ b/clients/client-ec2/src/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.ts
@@ -90,4 +90,16 @@ export class StartVpcEndpointServicePrivateDnsVerificationCommand extends $Comma
.f(void 0, void 0)
.ser(se_StartVpcEndpointServicePrivateDnsVerificationCommand)
.de(de_StartVpcEndpointServicePrivateDnsVerificationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartVpcEndpointServicePrivateDnsVerificationRequest;
+ output: StartVpcEndpointServicePrivateDnsVerificationResult;
+ };
+ sdk: {
+ input: StartVpcEndpointServicePrivateDnsVerificationCommandInput;
+ output: StartVpcEndpointServicePrivateDnsVerificationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/StopInstancesCommand.ts b/clients/client-ec2/src/commands/StopInstancesCommand.ts
index e71229cf0f07..f6eb77d36920 100644
--- a/clients/client-ec2/src/commands/StopInstancesCommand.ts
+++ b/clients/client-ec2/src/commands/StopInstancesCommand.ts
@@ -155,4 +155,16 @@ export class StopInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_StopInstancesCommand)
.de(de_StopInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopInstancesRequest;
+ output: StopInstancesResult;
+ };
+ sdk: {
+ input: StopInstancesCommandInput;
+ output: StopInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/TerminateClientVpnConnectionsCommand.ts b/clients/client-ec2/src/commands/TerminateClientVpnConnectionsCommand.ts
index 4ad476a39c19..5caed933e406 100644
--- a/clients/client-ec2/src/commands/TerminateClientVpnConnectionsCommand.ts
+++ b/clients/client-ec2/src/commands/TerminateClientVpnConnectionsCommand.ts
@@ -96,4 +96,16 @@ export class TerminateClientVpnConnectionsCommand extends $Command
.f(void 0, void 0)
.ser(se_TerminateClientVpnConnectionsCommand)
.de(de_TerminateClientVpnConnectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TerminateClientVpnConnectionsRequest;
+ output: TerminateClientVpnConnectionsResult;
+ };
+ sdk: {
+ input: TerminateClientVpnConnectionsCommandInput;
+ output: TerminateClientVpnConnectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/TerminateInstancesCommand.ts b/clients/client-ec2/src/commands/TerminateInstancesCommand.ts
index 8f2e23eade14..ac9a8e205550 100644
--- a/clients/client-ec2/src/commands/TerminateInstancesCommand.ts
+++ b/clients/client-ec2/src/commands/TerminateInstancesCommand.ts
@@ -181,4 +181,16 @@ export class TerminateInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_TerminateInstancesCommand)
.de(de_TerminateInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TerminateInstancesRequest;
+ output: TerminateInstancesResult;
+ };
+ sdk: {
+ input: TerminateInstancesCommandInput;
+ output: TerminateInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/UnassignIpv6AddressesCommand.ts b/clients/client-ec2/src/commands/UnassignIpv6AddressesCommand.ts
index a0c0787a4f0b..30063406db38 100644
--- a/clients/client-ec2/src/commands/UnassignIpv6AddressesCommand.ts
+++ b/clients/client-ec2/src/commands/UnassignIpv6AddressesCommand.ts
@@ -89,4 +89,16 @@ export class UnassignIpv6AddressesCommand extends $Command
.f(void 0, void 0)
.ser(se_UnassignIpv6AddressesCommand)
.de(de_UnassignIpv6AddressesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UnassignIpv6AddressesRequest;
+ output: UnassignIpv6AddressesResult;
+ };
+ sdk: {
+ input: UnassignIpv6AddressesCommandInput;
+ output: UnassignIpv6AddressesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/UnassignPrivateIpAddressesCommand.ts b/clients/client-ec2/src/commands/UnassignPrivateIpAddressesCommand.ts
index cd15ec673594..5c07c086dd4e 100644
--- a/clients/client-ec2/src/commands/UnassignPrivateIpAddressesCommand.ts
+++ b/clients/client-ec2/src/commands/UnassignPrivateIpAddressesCommand.ts
@@ -96,4 +96,16 @@ export class UnassignPrivateIpAddressesCommand extends $Command
.f(void 0, void 0)
.ser(se_UnassignPrivateIpAddressesCommand)
.de(de_UnassignPrivateIpAddressesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UnassignPrivateIpAddressesRequest;
+ output: {};
+ };
+ sdk: {
+ input: UnassignPrivateIpAddressesCommandInput;
+ output: UnassignPrivateIpAddressesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/UnassignPrivateNatGatewayAddressCommand.ts b/clients/client-ec2/src/commands/UnassignPrivateNatGatewayAddressCommand.ts
index d9970437a738..f04c070ad34e 100644
--- a/clients/client-ec2/src/commands/UnassignPrivateNatGatewayAddressCommand.ts
+++ b/clients/client-ec2/src/commands/UnassignPrivateNatGatewayAddressCommand.ts
@@ -107,4 +107,16 @@ export class UnassignPrivateNatGatewayAddressCommand extends $Command
.f(void 0, void 0)
.ser(se_UnassignPrivateNatGatewayAddressCommand)
.de(de_UnassignPrivateNatGatewayAddressCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UnassignPrivateNatGatewayAddressRequest;
+ output: UnassignPrivateNatGatewayAddressResult;
+ };
+ sdk: {
+ input: UnassignPrivateNatGatewayAddressCommandInput;
+ output: UnassignPrivateNatGatewayAddressCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/UnlockSnapshotCommand.ts b/clients/client-ec2/src/commands/UnlockSnapshotCommand.ts
index ec86698f5dc1..7217fc4a69e5 100644
--- a/clients/client-ec2/src/commands/UnlockSnapshotCommand.ts
+++ b/clients/client-ec2/src/commands/UnlockSnapshotCommand.ts
@@ -80,4 +80,16 @@ export class UnlockSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_UnlockSnapshotCommand)
.de(de_UnlockSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UnlockSnapshotRequest;
+ output: UnlockSnapshotResult;
+ };
+ sdk: {
+ input: UnlockSnapshotCommandInput;
+ output: UnlockSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/UnmonitorInstancesCommand.ts b/clients/client-ec2/src/commands/UnmonitorInstancesCommand.ts
index e60cf1aab5da..f9ab896ae685 100644
--- a/clients/client-ec2/src/commands/UnmonitorInstancesCommand.ts
+++ b/clients/client-ec2/src/commands/UnmonitorInstancesCommand.ts
@@ -89,4 +89,16 @@ export class UnmonitorInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_UnmonitorInstancesCommand)
.de(de_UnmonitorInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UnmonitorInstancesRequest;
+ output: UnmonitorInstancesResult;
+ };
+ sdk: {
+ input: UnmonitorInstancesCommandInput;
+ output: UnmonitorInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.ts b/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.ts
index af6a2444a6c8..dd4b5112769c 100644
--- a/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.ts
+++ b/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.ts
@@ -157,4 +157,16 @@ export class UpdateSecurityGroupRuleDescriptionsEgressCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSecurityGroupRuleDescriptionsEgressCommand)
.de(de_UpdateSecurityGroupRuleDescriptionsEgressCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSecurityGroupRuleDescriptionsEgressRequest;
+ output: UpdateSecurityGroupRuleDescriptionsEgressResult;
+ };
+ sdk: {
+ input: UpdateSecurityGroupRuleDescriptionsEgressCommandInput;
+ output: UpdateSecurityGroupRuleDescriptionsEgressCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.ts b/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.ts
index b5d2d578e179..81928f1db2cc 100644
--- a/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.ts
+++ b/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.ts
@@ -157,4 +157,16 @@ export class UpdateSecurityGroupRuleDescriptionsIngressCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSecurityGroupRuleDescriptionsIngressCommand)
.de(de_UpdateSecurityGroupRuleDescriptionsIngressCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSecurityGroupRuleDescriptionsIngressRequest;
+ output: UpdateSecurityGroupRuleDescriptionsIngressResult;
+ };
+ sdk: {
+ input: UpdateSecurityGroupRuleDescriptionsIngressCommandInput;
+ output: UpdateSecurityGroupRuleDescriptionsIngressCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ec2/src/commands/WithdrawByoipCidrCommand.ts b/clients/client-ec2/src/commands/WithdrawByoipCidrCommand.ts
index 0cfd53bf8a5f..f4927a456c37 100644
--- a/clients/client-ec2/src/commands/WithdrawByoipCidrCommand.ts
+++ b/clients/client-ec2/src/commands/WithdrawByoipCidrCommand.ts
@@ -96,4 +96,16 @@ export class WithdrawByoipCidrCommand extends $Command
.f(void 0, void 0)
.ser(se_WithdrawByoipCidrCommand)
.de(de_WithdrawByoipCidrCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: WithdrawByoipCidrRequest;
+ output: WithdrawByoipCidrResult;
+ };
+ sdk: {
+ input: WithdrawByoipCidrCommandInput;
+ output: WithdrawByoipCidrCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr-public/package.json b/clients/client-ecr-public/package.json
index 6c5bbd94087d..d4a78601f11f 100644
--- a/clients/client-ecr-public/package.json
+++ b/clients/client-ecr-public/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-ecr-public/src/commands/BatchCheckLayerAvailabilityCommand.ts b/clients/client-ecr-public/src/commands/BatchCheckLayerAvailabilityCommand.ts
index 40fcb60fd586..cfa68cad3f3f 100644
--- a/clients/client-ecr-public/src/commands/BatchCheckLayerAvailabilityCommand.ts
+++ b/clients/client-ecr-public/src/commands/BatchCheckLayerAvailabilityCommand.ts
@@ -120,4 +120,16 @@ export class BatchCheckLayerAvailabilityCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchCheckLayerAvailabilityCommand)
.de(de_BatchCheckLayerAvailabilityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchCheckLayerAvailabilityRequest;
+ output: BatchCheckLayerAvailabilityResponse;
+ };
+ sdk: {
+ input: BatchCheckLayerAvailabilityCommandInput;
+ output: BatchCheckLayerAvailabilityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr-public/src/commands/BatchDeleteImageCommand.ts b/clients/client-ecr-public/src/commands/BatchDeleteImageCommand.ts
index 7d4060524d4a..f2cd239c6820 100644
--- a/clients/client-ecr-public/src/commands/BatchDeleteImageCommand.ts
+++ b/clients/client-ecr-public/src/commands/BatchDeleteImageCommand.ts
@@ -119,4 +119,16 @@ export class BatchDeleteImageCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDeleteImageCommand)
.de(de_BatchDeleteImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDeleteImageRequest;
+ output: BatchDeleteImageResponse;
+ };
+ sdk: {
+ input: BatchDeleteImageCommandInput;
+ output: BatchDeleteImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr-public/src/commands/CompleteLayerUploadCommand.ts b/clients/client-ecr-public/src/commands/CompleteLayerUploadCommand.ts
index 9775f2223c00..a470febbc8eb 100644
--- a/clients/client-ecr-public/src/commands/CompleteLayerUploadCommand.ts
+++ b/clients/client-ecr-public/src/commands/CompleteLayerUploadCommand.ts
@@ -126,4 +126,16 @@ export class CompleteLayerUploadCommand extends $Command
.f(void 0, void 0)
.ser(se_CompleteLayerUploadCommand)
.de(de_CompleteLayerUploadCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CompleteLayerUploadRequest;
+ output: CompleteLayerUploadResponse;
+ };
+ sdk: {
+ input: CompleteLayerUploadCommandInput;
+ output: CompleteLayerUploadCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr-public/src/commands/CreateRepositoryCommand.ts b/clients/client-ecr-public/src/commands/CreateRepositoryCommand.ts
index b5a0a2f8086f..dc7654e2ac1a 100644
--- a/clients/client-ecr-public/src/commands/CreateRepositoryCommand.ts
+++ b/clients/client-ecr-public/src/commands/CreateRepositoryCommand.ts
@@ -140,4 +140,16 @@ export class CreateRepositoryCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRepositoryCommand)
.de(de_CreateRepositoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRepositoryRequest;
+ output: CreateRepositoryResponse;
+ };
+ sdk: {
+ input: CreateRepositoryCommandInput;
+ output: CreateRepositoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr-public/src/commands/DeleteRepositoryCommand.ts b/clients/client-ecr-public/src/commands/DeleteRepositoryCommand.ts
index f89b255b65b5..7e258eb627c1 100644
--- a/clients/client-ecr-public/src/commands/DeleteRepositoryCommand.ts
+++ b/clients/client-ecr-public/src/commands/DeleteRepositoryCommand.ts
@@ -105,4 +105,16 @@ export class DeleteRepositoryCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRepositoryCommand)
.de(de_DeleteRepositoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRepositoryRequest;
+ output: DeleteRepositoryResponse;
+ };
+ sdk: {
+ input: DeleteRepositoryCommandInput;
+ output: DeleteRepositoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr-public/src/commands/DeleteRepositoryPolicyCommand.ts b/clients/client-ecr-public/src/commands/DeleteRepositoryPolicyCommand.ts
index b743372e6324..f1a81be2e3e7 100644
--- a/clients/client-ecr-public/src/commands/DeleteRepositoryPolicyCommand.ts
+++ b/clients/client-ecr-public/src/commands/DeleteRepositoryPolicyCommand.ts
@@ -98,4 +98,16 @@ export class DeleteRepositoryPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRepositoryPolicyCommand)
.de(de_DeleteRepositoryPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRepositoryPolicyRequest;
+ output: DeleteRepositoryPolicyResponse;
+ };
+ sdk: {
+ input: DeleteRepositoryPolicyCommandInput;
+ output: DeleteRepositoryPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr-public/src/commands/DescribeImageTagsCommand.ts b/clients/client-ecr-public/src/commands/DescribeImageTagsCommand.ts
index be8694215245..562547ff10b5 100644
--- a/clients/client-ecr-public/src/commands/DescribeImageTagsCommand.ts
+++ b/clients/client-ecr-public/src/commands/DescribeImageTagsCommand.ts
@@ -107,4 +107,16 @@ export class DescribeImageTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeImageTagsCommand)
.de(de_DescribeImageTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeImageTagsRequest;
+ output: DescribeImageTagsResponse;
+ };
+ sdk: {
+ input: DescribeImageTagsCommandInput;
+ output: DescribeImageTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr-public/src/commands/DescribeImagesCommand.ts b/clients/client-ecr-public/src/commands/DescribeImagesCommand.ts
index 793cda923504..e84dfbad0eb8 100644
--- a/clients/client-ecr-public/src/commands/DescribeImagesCommand.ts
+++ b/clients/client-ecr-public/src/commands/DescribeImagesCommand.ts
@@ -124,4 +124,16 @@ export class DescribeImagesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeImagesCommand)
.de(de_DescribeImagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeImagesRequest;
+ output: DescribeImagesResponse;
+ };
+ sdk: {
+ input: DescribeImagesCommandInput;
+ output: DescribeImagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr-public/src/commands/DescribeRegistriesCommand.ts b/clients/client-ecr-public/src/commands/DescribeRegistriesCommand.ts
index 424893508998..bda2f1fe91d4 100644
--- a/clients/client-ecr-public/src/commands/DescribeRegistriesCommand.ts
+++ b/clients/client-ecr-public/src/commands/DescribeRegistriesCommand.ts
@@ -104,4 +104,16 @@ export class DescribeRegistriesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRegistriesCommand)
.de(de_DescribeRegistriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRegistriesRequest;
+ output: DescribeRegistriesResponse;
+ };
+ sdk: {
+ input: DescribeRegistriesCommandInput;
+ output: DescribeRegistriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr-public/src/commands/DescribeRepositoriesCommand.ts b/clients/client-ecr-public/src/commands/DescribeRepositoriesCommand.ts
index f3502677526c..c9f0f80b8627 100644
--- a/clients/client-ecr-public/src/commands/DescribeRepositoriesCommand.ts
+++ b/clients/client-ecr-public/src/commands/DescribeRepositoriesCommand.ts
@@ -105,4 +105,16 @@ export class DescribeRepositoriesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRepositoriesCommand)
.de(de_DescribeRepositoriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRepositoriesRequest;
+ output: DescribeRepositoriesResponse;
+ };
+ sdk: {
+ input: DescribeRepositoriesCommandInput;
+ output: DescribeRepositoriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr-public/src/commands/GetAuthorizationTokenCommand.ts b/clients/client-ecr-public/src/commands/GetAuthorizationTokenCommand.ts
index 0ce7aeac7e8e..05e6343525e1 100644
--- a/clients/client-ecr-public/src/commands/GetAuthorizationTokenCommand.ts
+++ b/clients/client-ecr-public/src/commands/GetAuthorizationTokenCommand.ts
@@ -92,4 +92,16 @@ export class GetAuthorizationTokenCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAuthorizationTokenCommand)
.de(de_GetAuthorizationTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetAuthorizationTokenResponse;
+ };
+ sdk: {
+ input: GetAuthorizationTokenCommandInput;
+ output: GetAuthorizationTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr-public/src/commands/GetRegistryCatalogDataCommand.ts b/clients/client-ecr-public/src/commands/GetRegistryCatalogDataCommand.ts
index ce4828f91440..4de0ebd00d2d 100644
--- a/clients/client-ecr-public/src/commands/GetRegistryCatalogDataCommand.ts
+++ b/clients/client-ecr-public/src/commands/GetRegistryCatalogDataCommand.ts
@@ -83,4 +83,16 @@ export class GetRegistryCatalogDataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRegistryCatalogDataCommand)
.de(de_GetRegistryCatalogDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetRegistryCatalogDataResponse;
+ };
+ sdk: {
+ input: GetRegistryCatalogDataCommandInput;
+ output: GetRegistryCatalogDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr-public/src/commands/GetRepositoryCatalogDataCommand.ts b/clients/client-ecr-public/src/commands/GetRepositoryCatalogDataCommand.ts
index ea1de8735976..86f777ca87cb 100644
--- a/clients/client-ecr-public/src/commands/GetRepositoryCatalogDataCommand.ts
+++ b/clients/client-ecr-public/src/commands/GetRepositoryCatalogDataCommand.ts
@@ -108,4 +108,16 @@ export class GetRepositoryCatalogDataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRepositoryCatalogDataCommand)
.de(de_GetRepositoryCatalogDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRepositoryCatalogDataRequest;
+ output: GetRepositoryCatalogDataResponse;
+ };
+ sdk: {
+ input: GetRepositoryCatalogDataCommandInput;
+ output: GetRepositoryCatalogDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr-public/src/commands/GetRepositoryPolicyCommand.ts b/clients/client-ecr-public/src/commands/GetRepositoryPolicyCommand.ts
index fd535484713f..765bb119305d 100644
--- a/clients/client-ecr-public/src/commands/GetRepositoryPolicyCommand.ts
+++ b/clients/client-ecr-public/src/commands/GetRepositoryPolicyCommand.ts
@@ -98,4 +98,16 @@ export class GetRepositoryPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRepositoryPolicyCommand)
.de(de_GetRepositoryPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRepositoryPolicyRequest;
+ output: GetRepositoryPolicyResponse;
+ };
+ sdk: {
+ input: GetRepositoryPolicyCommandInput;
+ output: GetRepositoryPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr-public/src/commands/InitiateLayerUploadCommand.ts b/clients/client-ecr-public/src/commands/InitiateLayerUploadCommand.ts
index bb14407c9b0b..3ad2878c6c4a 100644
--- a/clients/client-ecr-public/src/commands/InitiateLayerUploadCommand.ts
+++ b/clients/client-ecr-public/src/commands/InitiateLayerUploadCommand.ts
@@ -102,4 +102,16 @@ export class InitiateLayerUploadCommand extends $Command
.f(void 0, void 0)
.ser(se_InitiateLayerUploadCommand)
.de(de_InitiateLayerUploadCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: InitiateLayerUploadRequest;
+ output: InitiateLayerUploadResponse;
+ };
+ sdk: {
+ input: InitiateLayerUploadCommandInput;
+ output: InitiateLayerUploadCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr-public/src/commands/ListTagsForResourceCommand.ts b/clients/client-ecr-public/src/commands/ListTagsForResourceCommand.ts
index 92377d3547d2..2a0ab4c8fe5f 100644
--- a/clients/client-ecr-public/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-ecr-public/src/commands/ListTagsForResourceCommand.ts
@@ -96,4 +96,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr-public/src/commands/PutImageCommand.ts b/clients/client-ecr-public/src/commands/PutImageCommand.ts
index 3ba2f343d04f..ffde06f2df47 100644
--- a/clients/client-ecr-public/src/commands/PutImageCommand.ts
+++ b/clients/client-ecr-public/src/commands/PutImageCommand.ts
@@ -138,4 +138,16 @@ export class PutImageCommand extends $Command
.f(void 0, void 0)
.ser(se_PutImageCommand)
.de(de_PutImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutImageRequest;
+ output: PutImageResponse;
+ };
+ sdk: {
+ input: PutImageCommandInput;
+ output: PutImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr-public/src/commands/PutRegistryCatalogDataCommand.ts b/clients/client-ecr-public/src/commands/PutRegistryCatalogDataCommand.ts
index d8c0aa53d763..27388861d5ea 100644
--- a/clients/client-ecr-public/src/commands/PutRegistryCatalogDataCommand.ts
+++ b/clients/client-ecr-public/src/commands/PutRegistryCatalogDataCommand.ts
@@ -89,4 +89,16 @@ export class PutRegistryCatalogDataCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRegistryCatalogDataCommand)
.de(de_PutRegistryCatalogDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRegistryCatalogDataRequest;
+ output: PutRegistryCatalogDataResponse;
+ };
+ sdk: {
+ input: PutRegistryCatalogDataCommandInput;
+ output: PutRegistryCatalogDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr-public/src/commands/PutRepositoryCatalogDataCommand.ts b/clients/client-ecr-public/src/commands/PutRepositoryCatalogDataCommand.ts
index 3a0faa3b4e23..aa5c280b1af4 100644
--- a/clients/client-ecr-public/src/commands/PutRepositoryCatalogDataCommand.ts
+++ b/clients/client-ecr-public/src/commands/PutRepositoryCatalogDataCommand.ts
@@ -116,4 +116,16 @@ export class PutRepositoryCatalogDataCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRepositoryCatalogDataCommand)
.de(de_PutRepositoryCatalogDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRepositoryCatalogDataRequest;
+ output: PutRepositoryCatalogDataResponse;
+ };
+ sdk: {
+ input: PutRepositoryCatalogDataCommandInput;
+ output: PutRepositoryCatalogDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr-public/src/commands/SetRepositoryPolicyCommand.ts b/clients/client-ecr-public/src/commands/SetRepositoryPolicyCommand.ts
index cf7583d01096..ed767387b6c8 100644
--- a/clients/client-ecr-public/src/commands/SetRepositoryPolicyCommand.ts
+++ b/clients/client-ecr-public/src/commands/SetRepositoryPolicyCommand.ts
@@ -98,4 +98,16 @@ export class SetRepositoryPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_SetRepositoryPolicyCommand)
.de(de_SetRepositoryPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetRepositoryPolicyRequest;
+ output: SetRepositoryPolicyResponse;
+ };
+ sdk: {
+ input: SetRepositoryPolicyCommandInput;
+ output: SetRepositoryPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr-public/src/commands/TagResourceCommand.ts b/clients/client-ecr-public/src/commands/TagResourceCommand.ts
index 17b0b2aa436c..02b9f6c80ed3 100644
--- a/clients/client-ecr-public/src/commands/TagResourceCommand.ts
+++ b/clients/client-ecr-public/src/commands/TagResourceCommand.ts
@@ -105,4 +105,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr-public/src/commands/UntagResourceCommand.ts b/clients/client-ecr-public/src/commands/UntagResourceCommand.ts
index 24816cfa0b3c..7a91edc2abed 100644
--- a/clients/client-ecr-public/src/commands/UntagResourceCommand.ts
+++ b/clients/client-ecr-public/src/commands/UntagResourceCommand.ts
@@ -99,4 +99,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr-public/src/commands/UploadLayerPartCommand.ts b/clients/client-ecr-public/src/commands/UploadLayerPartCommand.ts
index 1ab9c91d88ac..3a7d2d6f28c9 100644
--- a/clients/client-ecr-public/src/commands/UploadLayerPartCommand.ts
+++ b/clients/client-ecr-public/src/commands/UploadLayerPartCommand.ts
@@ -121,4 +121,16 @@ export class UploadLayerPartCommand extends $Command
.f(void 0, void 0)
.ser(se_UploadLayerPartCommand)
.de(de_UploadLayerPartCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UploadLayerPartRequest;
+ output: UploadLayerPartResponse;
+ };
+ sdk: {
+ input: UploadLayerPartCommandInput;
+ output: UploadLayerPartCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/package.json b/clients/client-ecr/package.json
index 7644d4d65acc..724a7e6d6b84 100644
--- a/clients/client-ecr/package.json
+++ b/clients/client-ecr/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2"
},
"devDependencies": {
diff --git a/clients/client-ecr/src/commands/BatchCheckLayerAvailabilityCommand.ts b/clients/client-ecr/src/commands/BatchCheckLayerAvailabilityCommand.ts
index 1f73d56ce3b3..6cec7632d2ce 100644
--- a/clients/client-ecr/src/commands/BatchCheckLayerAvailabilityCommand.ts
+++ b/clients/client-ecr/src/commands/BatchCheckLayerAvailabilityCommand.ts
@@ -115,4 +115,16 @@ export class BatchCheckLayerAvailabilityCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchCheckLayerAvailabilityCommand)
.de(de_BatchCheckLayerAvailabilityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchCheckLayerAvailabilityRequest;
+ output: BatchCheckLayerAvailabilityResponse;
+ };
+ sdk: {
+ input: BatchCheckLayerAvailabilityCommandInput;
+ output: BatchCheckLayerAvailabilityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/BatchDeleteImageCommand.ts b/clients/client-ecr/src/commands/BatchDeleteImageCommand.ts
index cbbaeef4b121..4164cbdea1ce 100644
--- a/clients/client-ecr/src/commands/BatchDeleteImageCommand.ts
+++ b/clients/client-ecr/src/commands/BatchDeleteImageCommand.ts
@@ -142,4 +142,16 @@ export class BatchDeleteImageCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDeleteImageCommand)
.de(de_BatchDeleteImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDeleteImageRequest;
+ output: BatchDeleteImageResponse;
+ };
+ sdk: {
+ input: BatchDeleteImageCommandInput;
+ output: BatchDeleteImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/BatchGetImageCommand.ts b/clients/client-ecr/src/commands/BatchGetImageCommand.ts
index b9fad42bb158..d0fc804534ba 100644
--- a/clients/client-ecr/src/commands/BatchGetImageCommand.ts
+++ b/clients/client-ecr/src/commands/BatchGetImageCommand.ts
@@ -164,4 +164,16 @@ export class BatchGetImageCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetImageCommand)
.de(de_BatchGetImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetImageRequest;
+ output: BatchGetImageResponse;
+ };
+ sdk: {
+ input: BatchGetImageCommandInput;
+ output: BatchGetImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/BatchGetRepositoryScanningConfigurationCommand.ts b/clients/client-ecr/src/commands/BatchGetRepositoryScanningConfigurationCommand.ts
index 21561121c127..f77ea50f8a20 100644
--- a/clients/client-ecr/src/commands/BatchGetRepositoryScanningConfigurationCommand.ts
+++ b/clients/client-ecr/src/commands/BatchGetRepositoryScanningConfigurationCommand.ts
@@ -122,4 +122,16 @@ export class BatchGetRepositoryScanningConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetRepositoryScanningConfigurationCommand)
.de(de_BatchGetRepositoryScanningConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetRepositoryScanningConfigurationRequest;
+ output: BatchGetRepositoryScanningConfigurationResponse;
+ };
+ sdk: {
+ input: BatchGetRepositoryScanningConfigurationCommandInput;
+ output: BatchGetRepositoryScanningConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/CompleteLayerUploadCommand.ts b/clients/client-ecr/src/commands/CompleteLayerUploadCommand.ts
index 355e8cf9d3a8..c1ae59f064d9 100644
--- a/clients/client-ecr/src/commands/CompleteLayerUploadCommand.ts
+++ b/clients/client-ecr/src/commands/CompleteLayerUploadCommand.ts
@@ -124,4 +124,16 @@ export class CompleteLayerUploadCommand extends $Command
.f(void 0, void 0)
.ser(se_CompleteLayerUploadCommand)
.de(de_CompleteLayerUploadCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CompleteLayerUploadRequest;
+ output: CompleteLayerUploadResponse;
+ };
+ sdk: {
+ input: CompleteLayerUploadCommandInput;
+ output: CompleteLayerUploadCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/CreatePullThroughCacheRuleCommand.ts b/clients/client-ecr/src/commands/CreatePullThroughCacheRuleCommand.ts
index 954e60bb828a..71135de80bd3 100644
--- a/clients/client-ecr/src/commands/CreatePullThroughCacheRuleCommand.ts
+++ b/clients/client-ecr/src/commands/CreatePullThroughCacheRuleCommand.ts
@@ -123,4 +123,16 @@ export class CreatePullThroughCacheRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePullThroughCacheRuleCommand)
.de(de_CreatePullThroughCacheRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePullThroughCacheRuleRequest;
+ output: CreatePullThroughCacheRuleResponse;
+ };
+ sdk: {
+ input: CreatePullThroughCacheRuleCommandInput;
+ output: CreatePullThroughCacheRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/CreateRepositoryCommand.ts b/clients/client-ecr/src/commands/CreateRepositoryCommand.ts
index 35d9395c6253..654280d2dee7 100644
--- a/clients/client-ecr/src/commands/CreateRepositoryCommand.ts
+++ b/clients/client-ecr/src/commands/CreateRepositoryCommand.ts
@@ -153,4 +153,16 @@ export class CreateRepositoryCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRepositoryCommand)
.de(de_CreateRepositoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRepositoryRequest;
+ output: CreateRepositoryResponse;
+ };
+ sdk: {
+ input: CreateRepositoryCommandInput;
+ output: CreateRepositoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/CreateRepositoryCreationTemplateCommand.ts b/clients/client-ecr/src/commands/CreateRepositoryCreationTemplateCommand.ts
index dcc6d42d3b15..4bc4c3799768 100644
--- a/clients/client-ecr/src/commands/CreateRepositoryCreationTemplateCommand.ts
+++ b/clients/client-ecr/src/commands/CreateRepositoryCreationTemplateCommand.ts
@@ -201,4 +201,16 @@ export class CreateRepositoryCreationTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRepositoryCreationTemplateCommand)
.de(de_CreateRepositoryCreationTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRepositoryCreationTemplateRequest;
+ output: CreateRepositoryCreationTemplateResponse;
+ };
+ sdk: {
+ input: CreateRepositoryCreationTemplateCommandInput;
+ output: CreateRepositoryCreationTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/DeleteLifecyclePolicyCommand.ts b/clients/client-ecr/src/commands/DeleteLifecyclePolicyCommand.ts
index 966713fd3fdb..9302e74513b0 100644
--- a/clients/client-ecr/src/commands/DeleteLifecyclePolicyCommand.ts
+++ b/clients/client-ecr/src/commands/DeleteLifecyclePolicyCommand.ts
@@ -99,4 +99,16 @@ export class DeleteLifecyclePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLifecyclePolicyCommand)
.de(de_DeleteLifecyclePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLifecyclePolicyRequest;
+ output: DeleteLifecyclePolicyResponse;
+ };
+ sdk: {
+ input: DeleteLifecyclePolicyCommandInput;
+ output: DeleteLifecyclePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/DeletePullThroughCacheRuleCommand.ts b/clients/client-ecr/src/commands/DeletePullThroughCacheRuleCommand.ts
index 632428f4cae7..3ecd3fb9240b 100644
--- a/clients/client-ecr/src/commands/DeletePullThroughCacheRuleCommand.ts
+++ b/clients/client-ecr/src/commands/DeletePullThroughCacheRuleCommand.ts
@@ -96,4 +96,16 @@ export class DeletePullThroughCacheRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePullThroughCacheRuleCommand)
.de(de_DeletePullThroughCacheRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePullThroughCacheRuleRequest;
+ output: DeletePullThroughCacheRuleResponse;
+ };
+ sdk: {
+ input: DeletePullThroughCacheRuleCommandInput;
+ output: DeletePullThroughCacheRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/DeleteRegistryPolicyCommand.ts b/clients/client-ecr/src/commands/DeleteRegistryPolicyCommand.ts
index 060e9b740659..33e3f8df8378 100644
--- a/clients/client-ecr/src/commands/DeleteRegistryPolicyCommand.ts
+++ b/clients/client-ecr/src/commands/DeleteRegistryPolicyCommand.ts
@@ -89,4 +89,16 @@ export class DeleteRegistryPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRegistryPolicyCommand)
.de(de_DeleteRegistryPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DeleteRegistryPolicyResponse;
+ };
+ sdk: {
+ input: DeleteRegistryPolicyCommandInput;
+ output: DeleteRegistryPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/DeleteRepositoryCommand.ts b/clients/client-ecr/src/commands/DeleteRepositoryCommand.ts
index 75fa75ac9a75..da744039d469 100644
--- a/clients/client-ecr/src/commands/DeleteRepositoryCommand.ts
+++ b/clients/client-ecr/src/commands/DeleteRepositoryCommand.ts
@@ -134,4 +134,16 @@ export class DeleteRepositoryCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRepositoryCommand)
.de(de_DeleteRepositoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRepositoryRequest;
+ output: DeleteRepositoryResponse;
+ };
+ sdk: {
+ input: DeleteRepositoryCommandInput;
+ output: DeleteRepositoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/DeleteRepositoryCreationTemplateCommand.ts b/clients/client-ecr/src/commands/DeleteRepositoryCreationTemplateCommand.ts
index f56f4b708238..4a2d127f679b 100644
--- a/clients/client-ecr/src/commands/DeleteRepositoryCreationTemplateCommand.ts
+++ b/clients/client-ecr/src/commands/DeleteRepositoryCreationTemplateCommand.ts
@@ -144,4 +144,16 @@ export class DeleteRepositoryCreationTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRepositoryCreationTemplateCommand)
.de(de_DeleteRepositoryCreationTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRepositoryCreationTemplateRequest;
+ output: DeleteRepositoryCreationTemplateResponse;
+ };
+ sdk: {
+ input: DeleteRepositoryCreationTemplateCommandInput;
+ output: DeleteRepositoryCreationTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/DeleteRepositoryPolicyCommand.ts b/clients/client-ecr/src/commands/DeleteRepositoryPolicyCommand.ts
index 6c88936c87d1..1fde87194eba 100644
--- a/clients/client-ecr/src/commands/DeleteRepositoryPolicyCommand.ts
+++ b/clients/client-ecr/src/commands/DeleteRepositoryPolicyCommand.ts
@@ -113,4 +113,16 @@ export class DeleteRepositoryPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRepositoryPolicyCommand)
.de(de_DeleteRepositoryPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRepositoryPolicyRequest;
+ output: DeleteRepositoryPolicyResponse;
+ };
+ sdk: {
+ input: DeleteRepositoryPolicyCommandInput;
+ output: DeleteRepositoryPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/DescribeImageReplicationStatusCommand.ts b/clients/client-ecr/src/commands/DescribeImageReplicationStatusCommand.ts
index cf540610c072..14244a735afb 100644
--- a/clients/client-ecr/src/commands/DescribeImageReplicationStatusCommand.ts
+++ b/clients/client-ecr/src/commands/DescribeImageReplicationStatusCommand.ts
@@ -116,4 +116,16 @@ export class DescribeImageReplicationStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeImageReplicationStatusCommand)
.de(de_DescribeImageReplicationStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeImageReplicationStatusRequest;
+ output: DescribeImageReplicationStatusResponse;
+ };
+ sdk: {
+ input: DescribeImageReplicationStatusCommandInput;
+ output: DescribeImageReplicationStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/DescribeImageScanFindingsCommand.ts b/clients/client-ecr/src/commands/DescribeImageScanFindingsCommand.ts
index 39e7a1b84660..265d07d3cb0a 100644
--- a/clients/client-ecr/src/commands/DescribeImageScanFindingsCommand.ts
+++ b/clients/client-ecr/src/commands/DescribeImageScanFindingsCommand.ts
@@ -231,4 +231,16 @@ export class DescribeImageScanFindingsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeImageScanFindingsCommand)
.de(de_DescribeImageScanFindingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeImageScanFindingsRequest;
+ output: DescribeImageScanFindingsResponse;
+ };
+ sdk: {
+ input: DescribeImageScanFindingsCommandInput;
+ output: DescribeImageScanFindingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/DescribeImagesCommand.ts b/clients/client-ecr/src/commands/DescribeImagesCommand.ts
index 4a45d6b6ed2c..6cccd5d0bdcb 100644
--- a/clients/client-ecr/src/commands/DescribeImagesCommand.ts
+++ b/clients/client-ecr/src/commands/DescribeImagesCommand.ts
@@ -135,4 +135,16 @@ export class DescribeImagesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeImagesCommand)
.de(de_DescribeImagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeImagesRequest;
+ output: DescribeImagesResponse;
+ };
+ sdk: {
+ input: DescribeImagesCommandInput;
+ output: DescribeImagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/DescribePullThroughCacheRulesCommand.ts b/clients/client-ecr/src/commands/DescribePullThroughCacheRulesCommand.ts
index 0523f05d81c4..3f609bda0135 100644
--- a/clients/client-ecr/src/commands/DescribePullThroughCacheRulesCommand.ts
+++ b/clients/client-ecr/src/commands/DescribePullThroughCacheRulesCommand.ts
@@ -112,4 +112,16 @@ export class DescribePullThroughCacheRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePullThroughCacheRulesCommand)
.de(de_DescribePullThroughCacheRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePullThroughCacheRulesRequest;
+ output: DescribePullThroughCacheRulesResponse;
+ };
+ sdk: {
+ input: DescribePullThroughCacheRulesCommandInput;
+ output: DescribePullThroughCacheRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/DescribeRegistryCommand.ts b/clients/client-ecr/src/commands/DescribeRegistryCommand.ts
index 96b1540e2e1a..0fd35cd5be10 100644
--- a/clients/client-ecr/src/commands/DescribeRegistryCommand.ts
+++ b/clients/client-ecr/src/commands/DescribeRegistryCommand.ts
@@ -105,4 +105,16 @@ export class DescribeRegistryCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRegistryCommand)
.de(de_DescribeRegistryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeRegistryResponse;
+ };
+ sdk: {
+ input: DescribeRegistryCommandInput;
+ output: DescribeRegistryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/DescribeRepositoriesCommand.ts b/clients/client-ecr/src/commands/DescribeRepositoriesCommand.ts
index a018a454b68e..be3401953399 100644
--- a/clients/client-ecr/src/commands/DescribeRepositoriesCommand.ts
+++ b/clients/client-ecr/src/commands/DescribeRepositoriesCommand.ts
@@ -135,4 +135,16 @@ export class DescribeRepositoriesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRepositoriesCommand)
.de(de_DescribeRepositoriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRepositoriesRequest;
+ output: DescribeRepositoriesResponse;
+ };
+ sdk: {
+ input: DescribeRepositoriesCommandInput;
+ output: DescribeRepositoriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/DescribeRepositoryCreationTemplatesCommand.ts b/clients/client-ecr/src/commands/DescribeRepositoryCreationTemplatesCommand.ts
index 0babcdb839bd..af840e2f31c1 100644
--- a/clients/client-ecr/src/commands/DescribeRepositoryCreationTemplatesCommand.ts
+++ b/clients/client-ecr/src/commands/DescribeRepositoryCreationTemplatesCommand.ts
@@ -175,4 +175,16 @@ export class DescribeRepositoryCreationTemplatesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRepositoryCreationTemplatesCommand)
.de(de_DescribeRepositoryCreationTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRepositoryCreationTemplatesRequest;
+ output: DescribeRepositoryCreationTemplatesResponse;
+ };
+ sdk: {
+ input: DescribeRepositoryCreationTemplatesCommandInput;
+ output: DescribeRepositoryCreationTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/GetAccountSettingCommand.ts b/clients/client-ecr/src/commands/GetAccountSettingCommand.ts
index dbe445bfa15f..7916f5470a26 100644
--- a/clients/client-ecr/src/commands/GetAccountSettingCommand.ts
+++ b/clients/client-ecr/src/commands/GetAccountSettingCommand.ts
@@ -88,4 +88,16 @@ export class GetAccountSettingCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAccountSettingCommand)
.de(de_GetAccountSettingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAccountSettingRequest;
+ output: GetAccountSettingResponse;
+ };
+ sdk: {
+ input: GetAccountSettingCommandInput;
+ output: GetAccountSettingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/GetAuthorizationTokenCommand.ts b/clients/client-ecr/src/commands/GetAuthorizationTokenCommand.ts
index a6db134ab7b5..c62e59f03704 100644
--- a/clients/client-ecr/src/commands/GetAuthorizationTokenCommand.ts
+++ b/clients/client-ecr/src/commands/GetAuthorizationTokenCommand.ts
@@ -119,4 +119,16 @@ export class GetAuthorizationTokenCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAuthorizationTokenCommand)
.de(de_GetAuthorizationTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAuthorizationTokenRequest;
+ output: GetAuthorizationTokenResponse;
+ };
+ sdk: {
+ input: GetAuthorizationTokenCommandInput;
+ output: GetAuthorizationTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/GetDownloadUrlForLayerCommand.ts b/clients/client-ecr/src/commands/GetDownloadUrlForLayerCommand.ts
index eb5b0256d75f..bfe267357b8b 100644
--- a/clients/client-ecr/src/commands/GetDownloadUrlForLayerCommand.ts
+++ b/clients/client-ecr/src/commands/GetDownloadUrlForLayerCommand.ts
@@ -110,4 +110,16 @@ export class GetDownloadUrlForLayerCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDownloadUrlForLayerCommand)
.de(de_GetDownloadUrlForLayerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDownloadUrlForLayerRequest;
+ output: GetDownloadUrlForLayerResponse;
+ };
+ sdk: {
+ input: GetDownloadUrlForLayerCommandInput;
+ output: GetDownloadUrlForLayerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/GetLifecyclePolicyCommand.ts b/clients/client-ecr/src/commands/GetLifecyclePolicyCommand.ts
index 641dca235d56..05984a6e0f28 100644
--- a/clients/client-ecr/src/commands/GetLifecyclePolicyCommand.ts
+++ b/clients/client-ecr/src/commands/GetLifecyclePolicyCommand.ts
@@ -99,4 +99,16 @@ export class GetLifecyclePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLifecyclePolicyCommand)
.de(de_GetLifecyclePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLifecyclePolicyRequest;
+ output: GetLifecyclePolicyResponse;
+ };
+ sdk: {
+ input: GetLifecyclePolicyCommandInput;
+ output: GetLifecyclePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/GetLifecyclePolicyPreviewCommand.ts b/clients/client-ecr/src/commands/GetLifecyclePolicyPreviewCommand.ts
index 9a1b1104cf91..c826dc2198b1 100644
--- a/clients/client-ecr/src/commands/GetLifecyclePolicyPreviewCommand.ts
+++ b/clients/client-ecr/src/commands/GetLifecyclePolicyPreviewCommand.ts
@@ -127,4 +127,16 @@ export class GetLifecyclePolicyPreviewCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLifecyclePolicyPreviewCommand)
.de(de_GetLifecyclePolicyPreviewCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLifecyclePolicyPreviewRequest;
+ output: GetLifecyclePolicyPreviewResponse;
+ };
+ sdk: {
+ input: GetLifecyclePolicyPreviewCommandInput;
+ output: GetLifecyclePolicyPreviewCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/GetRegistryPolicyCommand.ts b/clients/client-ecr/src/commands/GetRegistryPolicyCommand.ts
index 29e385740e09..5abc9fea0387 100644
--- a/clients/client-ecr/src/commands/GetRegistryPolicyCommand.ts
+++ b/clients/client-ecr/src/commands/GetRegistryPolicyCommand.ts
@@ -89,4 +89,16 @@ export class GetRegistryPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRegistryPolicyCommand)
.de(de_GetRegistryPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetRegistryPolicyResponse;
+ };
+ sdk: {
+ input: GetRegistryPolicyCommandInput;
+ output: GetRegistryPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/GetRegistryScanningConfigurationCommand.ts b/clients/client-ecr/src/commands/GetRegistryScanningConfigurationCommand.ts
index 67f4b8deed22..b4fb58f3f5bc 100644
--- a/clients/client-ecr/src/commands/GetRegistryScanningConfigurationCommand.ts
+++ b/clients/client-ecr/src/commands/GetRegistryScanningConfigurationCommand.ts
@@ -104,4 +104,16 @@ export class GetRegistryScanningConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRegistryScanningConfigurationCommand)
.de(de_GetRegistryScanningConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetRegistryScanningConfigurationResponse;
+ };
+ sdk: {
+ input: GetRegistryScanningConfigurationCommandInput;
+ output: GetRegistryScanningConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/GetRepositoryPolicyCommand.ts b/clients/client-ecr/src/commands/GetRepositoryPolicyCommand.ts
index b8c87906d95d..ab854626084a 100644
--- a/clients/client-ecr/src/commands/GetRepositoryPolicyCommand.ts
+++ b/clients/client-ecr/src/commands/GetRepositoryPolicyCommand.ts
@@ -113,4 +113,16 @@ export class GetRepositoryPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRepositoryPolicyCommand)
.de(de_GetRepositoryPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRepositoryPolicyRequest;
+ output: GetRepositoryPolicyResponse;
+ };
+ sdk: {
+ input: GetRepositoryPolicyCommandInput;
+ output: GetRepositoryPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/InitiateLayerUploadCommand.ts b/clients/client-ecr/src/commands/InitiateLayerUploadCommand.ts
index 3330e5ad0081..ecf3af1f3f7e 100644
--- a/clients/client-ecr/src/commands/InitiateLayerUploadCommand.ts
+++ b/clients/client-ecr/src/commands/InitiateLayerUploadCommand.ts
@@ -100,4 +100,16 @@ export class InitiateLayerUploadCommand extends $Command
.f(void 0, void 0)
.ser(se_InitiateLayerUploadCommand)
.de(de_InitiateLayerUploadCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: InitiateLayerUploadRequest;
+ output: InitiateLayerUploadResponse;
+ };
+ sdk: {
+ input: InitiateLayerUploadCommandInput;
+ output: InitiateLayerUploadCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/ListImagesCommand.ts b/clients/client-ecr/src/commands/ListImagesCommand.ts
index 64ea8f0c5d6c..7ec2ca58ca1c 100644
--- a/clients/client-ecr/src/commands/ListImagesCommand.ts
+++ b/clients/client-ecr/src/commands/ListImagesCommand.ts
@@ -127,4 +127,16 @@ export class ListImagesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListImagesCommand)
.de(de_ListImagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListImagesRequest;
+ output: ListImagesResponse;
+ };
+ sdk: {
+ input: ListImagesCommandInput;
+ output: ListImagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/ListTagsForResourceCommand.ts b/clients/client-ecr/src/commands/ListTagsForResourceCommand.ts
index 642b0754daa9..89e08a368e62 100644
--- a/clients/client-ecr/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-ecr/src/commands/ListTagsForResourceCommand.ts
@@ -93,4 +93,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/PutAccountSettingCommand.ts b/clients/client-ecr/src/commands/PutAccountSettingCommand.ts
index 0adeb9c7452f..35f6eab39212 100644
--- a/clients/client-ecr/src/commands/PutAccountSettingCommand.ts
+++ b/clients/client-ecr/src/commands/PutAccountSettingCommand.ts
@@ -95,4 +95,16 @@ export class PutAccountSettingCommand extends $Command
.f(void 0, void 0)
.ser(se_PutAccountSettingCommand)
.de(de_PutAccountSettingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutAccountSettingRequest;
+ output: PutAccountSettingResponse;
+ };
+ sdk: {
+ input: PutAccountSettingCommandInput;
+ output: PutAccountSettingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/PutImageCommand.ts b/clients/client-ecr/src/commands/PutImageCommand.ts
index d6506ecfa6b1..04769571c444 100644
--- a/clients/client-ecr/src/commands/PutImageCommand.ts
+++ b/clients/client-ecr/src/commands/PutImageCommand.ts
@@ -136,4 +136,16 @@ export class PutImageCommand extends $Command
.f(void 0, void 0)
.ser(se_PutImageCommand)
.de(de_PutImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutImageRequest;
+ output: PutImageResponse;
+ };
+ sdk: {
+ input: PutImageCommandInput;
+ output: PutImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/PutImageScanningConfigurationCommand.ts b/clients/client-ecr/src/commands/PutImageScanningConfigurationCommand.ts
index de941f12c73d..7ad411ab0058 100644
--- a/clients/client-ecr/src/commands/PutImageScanningConfigurationCommand.ts
+++ b/clients/client-ecr/src/commands/PutImageScanningConfigurationCommand.ts
@@ -109,4 +109,16 @@ export class PutImageScanningConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutImageScanningConfigurationCommand)
.de(de_PutImageScanningConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutImageScanningConfigurationRequest;
+ output: PutImageScanningConfigurationResponse;
+ };
+ sdk: {
+ input: PutImageScanningConfigurationCommandInput;
+ output: PutImageScanningConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/PutImageTagMutabilityCommand.ts b/clients/client-ecr/src/commands/PutImageTagMutabilityCommand.ts
index aca8de460f15..53f37bd12cc1 100644
--- a/clients/client-ecr/src/commands/PutImageTagMutabilityCommand.ts
+++ b/clients/client-ecr/src/commands/PutImageTagMutabilityCommand.ts
@@ -94,4 +94,16 @@ export class PutImageTagMutabilityCommand extends $Command
.f(void 0, void 0)
.ser(se_PutImageTagMutabilityCommand)
.de(de_PutImageTagMutabilityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutImageTagMutabilityRequest;
+ output: PutImageTagMutabilityResponse;
+ };
+ sdk: {
+ input: PutImageTagMutabilityCommandInput;
+ output: PutImageTagMutabilityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/PutLifecyclePolicyCommand.ts b/clients/client-ecr/src/commands/PutLifecyclePolicyCommand.ts
index 08e8eb8397e3..f2771b48f81a 100644
--- a/clients/client-ecr/src/commands/PutLifecyclePolicyCommand.ts
+++ b/clients/client-ecr/src/commands/PutLifecyclePolicyCommand.ts
@@ -97,4 +97,16 @@ export class PutLifecyclePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutLifecyclePolicyCommand)
.de(de_PutLifecyclePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutLifecyclePolicyRequest;
+ output: PutLifecyclePolicyResponse;
+ };
+ sdk: {
+ input: PutLifecyclePolicyCommandInput;
+ output: PutLifecyclePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/PutRegistryPolicyCommand.ts b/clients/client-ecr/src/commands/PutRegistryPolicyCommand.ts
index bf3cd4cb8762..4aafd907ad56 100644
--- a/clients/client-ecr/src/commands/PutRegistryPolicyCommand.ts
+++ b/clients/client-ecr/src/commands/PutRegistryPolicyCommand.ts
@@ -90,4 +90,16 @@ export class PutRegistryPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRegistryPolicyCommand)
.de(de_PutRegistryPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRegistryPolicyRequest;
+ output: PutRegistryPolicyResponse;
+ };
+ sdk: {
+ input: PutRegistryPolicyCommandInput;
+ output: PutRegistryPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/PutRegistryScanningConfigurationCommand.ts b/clients/client-ecr/src/commands/PutRegistryScanningConfigurationCommand.ts
index 8036ce6c385f..4e5cf1b21b5f 100644
--- a/clients/client-ecr/src/commands/PutRegistryScanningConfigurationCommand.ts
+++ b/clients/client-ecr/src/commands/PutRegistryScanningConfigurationCommand.ts
@@ -116,4 +116,16 @@ export class PutRegistryScanningConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRegistryScanningConfigurationCommand)
.de(de_PutRegistryScanningConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRegistryScanningConfigurationRequest;
+ output: PutRegistryScanningConfigurationResponse;
+ };
+ sdk: {
+ input: PutRegistryScanningConfigurationCommandInput;
+ output: PutRegistryScanningConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/PutReplicationConfigurationCommand.ts b/clients/client-ecr/src/commands/PutReplicationConfigurationCommand.ts
index 8518defa3190..bed55f78f5ae 100644
--- a/clients/client-ecr/src/commands/PutReplicationConfigurationCommand.ts
+++ b/clients/client-ecr/src/commands/PutReplicationConfigurationCommand.ts
@@ -133,4 +133,16 @@ export class PutReplicationConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutReplicationConfigurationCommand)
.de(de_PutReplicationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutReplicationConfigurationRequest;
+ output: PutReplicationConfigurationResponse;
+ };
+ sdk: {
+ input: PutReplicationConfigurationCommandInput;
+ output: PutReplicationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/SetRepositoryPolicyCommand.ts b/clients/client-ecr/src/commands/SetRepositoryPolicyCommand.ts
index b85fec5e4241..9a4bffaf20c3 100644
--- a/clients/client-ecr/src/commands/SetRepositoryPolicyCommand.ts
+++ b/clients/client-ecr/src/commands/SetRepositoryPolicyCommand.ts
@@ -95,4 +95,16 @@ export class SetRepositoryPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_SetRepositoryPolicyCommand)
.de(de_SetRepositoryPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetRepositoryPolicyRequest;
+ output: SetRepositoryPolicyResponse;
+ };
+ sdk: {
+ input: SetRepositoryPolicyCommandInput;
+ output: SetRepositoryPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/StartImageScanCommand.ts b/clients/client-ecr/src/commands/StartImageScanCommand.ts
index 262bf624ace0..a1776182f17d 100644
--- a/clients/client-ecr/src/commands/StartImageScanCommand.ts
+++ b/clients/client-ecr/src/commands/StartImageScanCommand.ts
@@ -119,4 +119,16 @@ export class StartImageScanCommand extends $Command
.f(void 0, void 0)
.ser(se_StartImageScanCommand)
.de(de_StartImageScanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartImageScanRequest;
+ output: StartImageScanResponse;
+ };
+ sdk: {
+ input: StartImageScanCommandInput;
+ output: StartImageScanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/StartLifecyclePolicyPreviewCommand.ts b/clients/client-ecr/src/commands/StartLifecyclePolicyPreviewCommand.ts
index 54a21dcd46a2..1e76aea5ac1c 100644
--- a/clients/client-ecr/src/commands/StartLifecyclePolicyPreviewCommand.ts
+++ b/clients/client-ecr/src/commands/StartLifecyclePolicyPreviewCommand.ts
@@ -107,4 +107,16 @@ export class StartLifecyclePolicyPreviewCommand extends $Command
.f(void 0, void 0)
.ser(se_StartLifecyclePolicyPreviewCommand)
.de(de_StartLifecyclePolicyPreviewCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartLifecyclePolicyPreviewRequest;
+ output: StartLifecyclePolicyPreviewResponse;
+ };
+ sdk: {
+ input: StartLifecyclePolicyPreviewCommandInput;
+ output: StartLifecyclePolicyPreviewCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/TagResourceCommand.ts b/clients/client-ecr/src/commands/TagResourceCommand.ts
index 1c4e45fbbefb..bae54fe593a1 100644
--- a/clients/client-ecr/src/commands/TagResourceCommand.ts
+++ b/clients/client-ecr/src/commands/TagResourceCommand.ts
@@ -101,4 +101,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/UntagResourceCommand.ts b/clients/client-ecr/src/commands/UntagResourceCommand.ts
index 49f1c121018e..a3cb567e7ef1 100644
--- a/clients/client-ecr/src/commands/UntagResourceCommand.ts
+++ b/clients/client-ecr/src/commands/UntagResourceCommand.ts
@@ -97,4 +97,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/UpdatePullThroughCacheRuleCommand.ts b/clients/client-ecr/src/commands/UpdatePullThroughCacheRuleCommand.ts
index c69fa30b0082..7d211899cc44 100644
--- a/clients/client-ecr/src/commands/UpdatePullThroughCacheRuleCommand.ts
+++ b/clients/client-ecr/src/commands/UpdatePullThroughCacheRuleCommand.ts
@@ -108,4 +108,16 @@ export class UpdatePullThroughCacheRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePullThroughCacheRuleCommand)
.de(de_UpdatePullThroughCacheRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePullThroughCacheRuleRequest;
+ output: UpdatePullThroughCacheRuleResponse;
+ };
+ sdk: {
+ input: UpdatePullThroughCacheRuleCommandInput;
+ output: UpdatePullThroughCacheRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/UpdateRepositoryCreationTemplateCommand.ts b/clients/client-ecr/src/commands/UpdateRepositoryCreationTemplateCommand.ts
index fd07fb344deb..dc8fe8dd6848 100644
--- a/clients/client-ecr/src/commands/UpdateRepositoryCreationTemplateCommand.ts
+++ b/clients/client-ecr/src/commands/UpdateRepositoryCreationTemplateCommand.ts
@@ -183,4 +183,16 @@ export class UpdateRepositoryCreationTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRepositoryCreationTemplateCommand)
.de(de_UpdateRepositoryCreationTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRepositoryCreationTemplateRequest;
+ output: UpdateRepositoryCreationTemplateResponse;
+ };
+ sdk: {
+ input: UpdateRepositoryCreationTemplateCommandInput;
+ output: UpdateRepositoryCreationTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/UploadLayerPartCommand.ts b/clients/client-ecr/src/commands/UploadLayerPartCommand.ts
index 1cca43d08e5a..393f0521c2ca 100644
--- a/clients/client-ecr/src/commands/UploadLayerPartCommand.ts
+++ b/clients/client-ecr/src/commands/UploadLayerPartCommand.ts
@@ -119,4 +119,16 @@ export class UploadLayerPartCommand extends $Command
.f(void 0, void 0)
.ser(se_UploadLayerPartCommand)
.de(de_UploadLayerPartCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UploadLayerPartRequest;
+ output: UploadLayerPartResponse;
+ };
+ sdk: {
+ input: UploadLayerPartCommandInput;
+ output: UploadLayerPartCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecr/src/commands/ValidatePullThroughCacheRuleCommand.ts b/clients/client-ecr/src/commands/ValidatePullThroughCacheRuleCommand.ts
index 149b4ae68f03..061692e33951 100644
--- a/clients/client-ecr/src/commands/ValidatePullThroughCacheRuleCommand.ts
+++ b/clients/client-ecr/src/commands/ValidatePullThroughCacheRuleCommand.ts
@@ -105,4 +105,16 @@ export class ValidatePullThroughCacheRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_ValidatePullThroughCacheRuleCommand)
.de(de_ValidatePullThroughCacheRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ValidatePullThroughCacheRuleRequest;
+ output: ValidatePullThroughCacheRuleResponse;
+ };
+ sdk: {
+ input: ValidatePullThroughCacheRuleCommandInput;
+ output: ValidatePullThroughCacheRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/package.json b/clients/client-ecs/package.json
index 3dd7bee4a10c..4e0e161c79d6 100644
--- a/clients/client-ecs/package.json
+++ b/clients/client-ecs/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
},
diff --git a/clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts b/clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts
index c5db10bd4983..32899f9f73d6 100644
--- a/clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts
+++ b/clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts
@@ -157,4 +157,16 @@ export class CreateCapacityProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCapacityProviderCommand)
.de(de_CreateCapacityProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCapacityProviderRequest;
+ output: CreateCapacityProviderResponse;
+ };
+ sdk: {
+ input: CreateCapacityProviderCommandInput;
+ output: CreateCapacityProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/CreateClusterCommand.ts b/clients/client-ecs/src/commands/CreateClusterCommand.ts
index 8f50176348cd..342dde6f7b64 100644
--- a/clients/client-ecs/src/commands/CreateClusterCommand.ts
+++ b/clients/client-ecs/src/commands/CreateClusterCommand.ts
@@ -248,4 +248,16 @@ export class CreateClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateClusterCommand)
.de(de_CreateClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateClusterRequest;
+ output: CreateClusterResponse;
+ };
+ sdk: {
+ input: CreateClusterCommandInput;
+ output: CreateClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/CreateServiceCommand.ts b/clients/client-ecs/src/commands/CreateServiceCommand.ts
index c6cf0cb7f575..d81f510f33cf 100644
--- a/clients/client-ecs/src/commands/CreateServiceCommand.ts
+++ b/clients/client-ecs/src/commands/CreateServiceCommand.ts
@@ -739,4 +739,16 @@ export class CreateServiceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateServiceCommand)
.de(de_CreateServiceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateServiceRequest;
+ output: CreateServiceResponse;
+ };
+ sdk: {
+ input: CreateServiceCommandInput;
+ output: CreateServiceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/CreateTaskSetCommand.ts b/clients/client-ecs/src/commands/CreateTaskSetCommand.ts
index 88e8fa33ee31..51684647bb40 100644
--- a/clients/client-ecs/src/commands/CreateTaskSetCommand.ts
+++ b/clients/client-ecs/src/commands/CreateTaskSetCommand.ts
@@ -250,4 +250,16 @@ export class CreateTaskSetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTaskSetCommand)
.de(de_CreateTaskSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTaskSetRequest;
+ output: CreateTaskSetResponse;
+ };
+ sdk: {
+ input: CreateTaskSetCommandInput;
+ output: CreateTaskSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/DeleteAccountSettingCommand.ts b/clients/client-ecs/src/commands/DeleteAccountSettingCommand.ts
index 2a1f95c20d00..ae98d2dbceb6 100644
--- a/clients/client-ecs/src/commands/DeleteAccountSettingCommand.ts
+++ b/clients/client-ecs/src/commands/DeleteAccountSettingCommand.ts
@@ -147,4 +147,16 @@ export class DeleteAccountSettingCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAccountSettingCommand)
.de(de_DeleteAccountSettingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAccountSettingRequest;
+ output: DeleteAccountSettingResponse;
+ };
+ sdk: {
+ input: DeleteAccountSettingCommandInput;
+ output: DeleteAccountSettingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/DeleteAttributesCommand.ts b/clients/client-ecs/src/commands/DeleteAttributesCommand.ts
index 8ff2964ec0fb..6c44c6b3b927 100644
--- a/clients/client-ecs/src/commands/DeleteAttributesCommand.ts
+++ b/clients/client-ecs/src/commands/DeleteAttributesCommand.ts
@@ -104,4 +104,16 @@ export class DeleteAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAttributesCommand)
.de(de_DeleteAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAttributesRequest;
+ output: DeleteAttributesResponse;
+ };
+ sdk: {
+ input: DeleteAttributesCommandInput;
+ output: DeleteAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts b/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts
index 96d8a983ebd2..092f354e5af9 100644
--- a/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts
+++ b/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts
@@ -136,4 +136,16 @@ export class DeleteCapacityProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCapacityProviderCommand)
.de(de_DeleteCapacityProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCapacityProviderRequest;
+ output: DeleteCapacityProviderResponse;
+ };
+ sdk: {
+ input: DeleteCapacityProviderCommandInput;
+ output: DeleteCapacityProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/DeleteClusterCommand.ts b/clients/client-ecs/src/commands/DeleteClusterCommand.ts
index 3ca15eae8cab..8f92b499b6ff 100644
--- a/clients/client-ecs/src/commands/DeleteClusterCommand.ts
+++ b/clients/client-ecs/src/commands/DeleteClusterCommand.ts
@@ -221,4 +221,16 @@ export class DeleteClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteClusterCommand)
.de(de_DeleteClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteClusterRequest;
+ output: DeleteClusterResponse;
+ };
+ sdk: {
+ input: DeleteClusterCommandInput;
+ output: DeleteClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/DeleteServiceCommand.ts b/clients/client-ecs/src/commands/DeleteServiceCommand.ts
index ab417554b319..7b71dd420dce 100644
--- a/clients/client-ecs/src/commands/DeleteServiceCommand.ts
+++ b/clients/client-ecs/src/commands/DeleteServiceCommand.ts
@@ -409,4 +409,16 @@ export class DeleteServiceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteServiceCommand)
.de(de_DeleteServiceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteServiceRequest;
+ output: DeleteServiceResponse;
+ };
+ sdk: {
+ input: DeleteServiceCommandInput;
+ output: DeleteServiceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts b/clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts
index 6d1a43824fd8..7d7be1f8ee44 100644
--- a/clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts
+++ b/clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts
@@ -401,4 +401,16 @@ export class DeleteTaskDefinitionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTaskDefinitionsCommand)
.de(de_DeleteTaskDefinitionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTaskDefinitionsRequest;
+ output: DeleteTaskDefinitionsResponse;
+ };
+ sdk: {
+ input: DeleteTaskDefinitionsCommandInput;
+ output: DeleteTaskDefinitionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts b/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts
index 78d93c68fb95..5a526c4716d2 100644
--- a/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts
+++ b/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts
@@ -190,4 +190,16 @@ export class DeleteTaskSetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTaskSetCommand)
.de(de_DeleteTaskSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTaskSetRequest;
+ output: DeleteTaskSetResponse;
+ };
+ sdk: {
+ input: DeleteTaskSetCommandInput;
+ output: DeleteTaskSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts b/clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts
index f323583ca7eb..f6ff4c134725 100644
--- a/clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts
+++ b/clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts
@@ -211,4 +211,16 @@ export class DeregisterContainerInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeregisterContainerInstanceCommand)
.de(de_DeregisterContainerInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterContainerInstanceRequest;
+ output: DeregisterContainerInstanceResponse;
+ };
+ sdk: {
+ input: DeregisterContainerInstanceCommandInput;
+ output: DeregisterContainerInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts b/clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts
index abef8006190d..b116852994d9 100644
--- a/clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts
+++ b/clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts
@@ -385,4 +385,16 @@ export class DeregisterTaskDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeregisterTaskDefinitionCommand)
.de(de_DeregisterTaskDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterTaskDefinitionRequest;
+ output: DeregisterTaskDefinitionResponse;
+ };
+ sdk: {
+ input: DeregisterTaskDefinitionCommandInput;
+ output: DeregisterTaskDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts b/clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts
index 31a6663f0318..068bf369ee56 100644
--- a/clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts
+++ b/clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts
@@ -140,4 +140,16 @@ export class DescribeCapacityProvidersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCapacityProvidersCommand)
.de(de_DescribeCapacityProvidersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCapacityProvidersRequest;
+ output: DescribeCapacityProvidersResponse;
+ };
+ sdk: {
+ input: DescribeCapacityProvidersCommandInput;
+ output: DescribeCapacityProvidersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/DescribeClustersCommand.ts b/clients/client-ecs/src/commands/DescribeClustersCommand.ts
index 713dc05e8fa9..94609f4c4686 100644
--- a/clients/client-ecs/src/commands/DescribeClustersCommand.ts
+++ b/clients/client-ecs/src/commands/DescribeClustersCommand.ts
@@ -208,4 +208,16 @@ export class DescribeClustersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeClustersCommand)
.de(de_DescribeClustersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeClustersRequest;
+ output: DescribeClustersResponse;
+ };
+ sdk: {
+ input: DescribeClustersCommandInput;
+ output: DescribeClustersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts b/clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts
index 36944febb5af..6754a0bef4f9 100644
--- a/clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts
+++ b/clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts
@@ -285,4 +285,16 @@ export class DescribeContainerInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeContainerInstancesCommand)
.de(de_DescribeContainerInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeContainerInstancesRequest;
+ output: DescribeContainerInstancesResponse;
+ };
+ sdk: {
+ input: DescribeContainerInstancesCommandInput;
+ output: DescribeContainerInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/DescribeServicesCommand.ts b/clients/client-ecs/src/commands/DescribeServicesCommand.ts
index 239aa544f8b8..6e3484bb6d5c 100644
--- a/clients/client-ecs/src/commands/DescribeServicesCommand.ts
+++ b/clients/client-ecs/src/commands/DescribeServicesCommand.ts
@@ -442,4 +442,16 @@ export class DescribeServicesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeServicesCommand)
.de(de_DescribeServicesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeServicesRequest;
+ output: DescribeServicesResponse;
+ };
+ sdk: {
+ input: DescribeServicesCommandInput;
+ output: DescribeServicesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/DescribeTaskDefinitionCommand.ts b/clients/client-ecs/src/commands/DescribeTaskDefinitionCommand.ts
index 18b9ae4db6fe..a5873c32b30d 100644
--- a/clients/client-ecs/src/commands/DescribeTaskDefinitionCommand.ts
+++ b/clients/client-ecs/src/commands/DescribeTaskDefinitionCommand.ts
@@ -442,4 +442,16 @@ export class DescribeTaskDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTaskDefinitionCommand)
.de(de_DescribeTaskDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTaskDefinitionRequest;
+ output: DescribeTaskDefinitionResponse;
+ };
+ sdk: {
+ input: DescribeTaskDefinitionCommandInput;
+ output: DescribeTaskDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts b/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts
index 9276b3998b5e..08cb0cf1e1c7 100644
--- a/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts
+++ b/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts
@@ -201,4 +201,16 @@ export class DescribeTaskSetsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTaskSetsCommand)
.de(de_DescribeTaskSetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTaskSetsRequest;
+ output: DescribeTaskSetsResponse;
+ };
+ sdk: {
+ input: DescribeTaskSetsCommandInput;
+ output: DescribeTaskSetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/DescribeTasksCommand.ts b/clients/client-ecs/src/commands/DescribeTasksCommand.ts
index c09eb3c03649..61559811d2d0 100644
--- a/clients/client-ecs/src/commands/DescribeTasksCommand.ts
+++ b/clients/client-ecs/src/commands/DescribeTasksCommand.ts
@@ -331,4 +331,16 @@ export class DescribeTasksCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTasksCommand)
.de(de_DescribeTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTasksRequest;
+ output: DescribeTasksResponse;
+ };
+ sdk: {
+ input: DescribeTasksCommandInput;
+ output: DescribeTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/DiscoverPollEndpointCommand.ts b/clients/client-ecs/src/commands/DiscoverPollEndpointCommand.ts
index 04e38948a0d3..08519b4fc364 100644
--- a/clients/client-ecs/src/commands/DiscoverPollEndpointCommand.ts
+++ b/clients/client-ecs/src/commands/DiscoverPollEndpointCommand.ts
@@ -101,4 +101,16 @@ export class DiscoverPollEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_DiscoverPollEndpointCommand)
.de(de_DiscoverPollEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DiscoverPollEndpointRequest;
+ output: DiscoverPollEndpointResponse;
+ };
+ sdk: {
+ input: DiscoverPollEndpointCommandInput;
+ output: DiscoverPollEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/ExecuteCommandCommand.ts b/clients/client-ecs/src/commands/ExecuteCommandCommand.ts
index 3b8b537482e4..6b51117cdc62 100644
--- a/clients/client-ecs/src/commands/ExecuteCommandCommand.ts
+++ b/clients/client-ecs/src/commands/ExecuteCommandCommand.ts
@@ -147,4 +147,16 @@ export class ExecuteCommandCommand extends $Command
.f(void 0, ExecuteCommandResponseFilterSensitiveLog)
.ser(se_ExecuteCommandCommand)
.de(de_ExecuteCommandCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExecuteCommandRequest;
+ output: ExecuteCommandResponse;
+ };
+ sdk: {
+ input: ExecuteCommandCommandInput;
+ output: ExecuteCommandCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/GetTaskProtectionCommand.ts b/clients/client-ecs/src/commands/GetTaskProtectionCommand.ts
index a576346097f4..7301d17dfa7f 100644
--- a/clients/client-ecs/src/commands/GetTaskProtectionCommand.ts
+++ b/clients/client-ecs/src/commands/GetTaskProtectionCommand.ts
@@ -153,4 +153,16 @@ export class GetTaskProtectionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTaskProtectionCommand)
.de(de_GetTaskProtectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTaskProtectionRequest;
+ output: GetTaskProtectionResponse;
+ };
+ sdk: {
+ input: GetTaskProtectionCommandInput;
+ output: GetTaskProtectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/ListAccountSettingsCommand.ts b/clients/client-ecs/src/commands/ListAccountSettingsCommand.ts
index 6dd47cfb2bd6..e00fb1d4e941 100644
--- a/clients/client-ecs/src/commands/ListAccountSettingsCommand.ts
+++ b/clients/client-ecs/src/commands/ListAccountSettingsCommand.ts
@@ -177,4 +177,16 @@ export class ListAccountSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAccountSettingsCommand)
.de(de_ListAccountSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAccountSettingsRequest;
+ output: ListAccountSettingsResponse;
+ };
+ sdk: {
+ input: ListAccountSettingsCommandInput;
+ output: ListAccountSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/ListAttributesCommand.ts b/clients/client-ecs/src/commands/ListAttributesCommand.ts
index 6c53ef69080e..adf4688b2ebe 100644
--- a/clients/client-ecs/src/commands/ListAttributesCommand.ts
+++ b/clients/client-ecs/src/commands/ListAttributesCommand.ts
@@ -103,4 +103,16 @@ export class ListAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAttributesCommand)
.de(de_ListAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAttributesRequest;
+ output: ListAttributesResponse;
+ };
+ sdk: {
+ input: ListAttributesCommandInput;
+ output: ListAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/ListClustersCommand.ts b/clients/client-ecs/src/commands/ListClustersCommand.ts
index 62d18a4fe3a6..3f29ab18b518 100644
--- a/clients/client-ecs/src/commands/ListClustersCommand.ts
+++ b/clients/client-ecs/src/commands/ListClustersCommand.ts
@@ -120,4 +120,16 @@ export class ListClustersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListClustersCommand)
.de(de_ListClustersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListClustersRequest;
+ output: ListClustersResponse;
+ };
+ sdk: {
+ input: ListClustersCommandInput;
+ output: ListClustersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/ListContainerInstancesCommand.ts b/clients/client-ecs/src/commands/ListContainerInstancesCommand.ts
index 2da6126319e2..eec98c3474fe 100644
--- a/clients/client-ecs/src/commands/ListContainerInstancesCommand.ts
+++ b/clients/client-ecs/src/commands/ListContainerInstancesCommand.ts
@@ -130,4 +130,16 @@ export class ListContainerInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListContainerInstancesCommand)
.de(de_ListContainerInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListContainerInstancesRequest;
+ output: ListContainerInstancesResponse;
+ };
+ sdk: {
+ input: ListContainerInstancesCommandInput;
+ output: ListContainerInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/ListServicesByNamespaceCommand.ts b/clients/client-ecs/src/commands/ListServicesByNamespaceCommand.ts
index a1a24c20c954..1e8848d2db64 100644
--- a/clients/client-ecs/src/commands/ListServicesByNamespaceCommand.ts
+++ b/clients/client-ecs/src/commands/ListServicesByNamespaceCommand.ts
@@ -111,4 +111,16 @@ export class ListServicesByNamespaceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListServicesByNamespaceCommand)
.de(de_ListServicesByNamespaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListServicesByNamespaceRequest;
+ output: ListServicesByNamespaceResponse;
+ };
+ sdk: {
+ input: ListServicesByNamespaceCommandInput;
+ output: ListServicesByNamespaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/ListServicesCommand.ts b/clients/client-ecs/src/commands/ListServicesCommand.ts
index 9707f1e92526..6a3cf586ec31 100644
--- a/clients/client-ecs/src/commands/ListServicesCommand.ts
+++ b/clients/client-ecs/src/commands/ListServicesCommand.ts
@@ -126,4 +126,16 @@ export class ListServicesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListServicesCommand)
.de(de_ListServicesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListServicesRequest;
+ output: ListServicesResponse;
+ };
+ sdk: {
+ input: ListServicesCommandInput;
+ output: ListServicesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/ListTagsForResourceCommand.ts b/clients/client-ecs/src/commands/ListTagsForResourceCommand.ts
index 2e55d4276abe..0b2ab7ec67a3 100644
--- a/clients/client-ecs/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-ecs/src/commands/ListTagsForResourceCommand.ts
@@ -128,4 +128,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/ListTaskDefinitionFamiliesCommand.ts b/clients/client-ecs/src/commands/ListTaskDefinitionFamiliesCommand.ts
index 420a35eee612..f3ff28721ba8 100644
--- a/clients/client-ecs/src/commands/ListTaskDefinitionFamiliesCommand.ts
+++ b/clients/client-ecs/src/commands/ListTaskDefinitionFamiliesCommand.ts
@@ -149,4 +149,16 @@ export class ListTaskDefinitionFamiliesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTaskDefinitionFamiliesCommand)
.de(de_ListTaskDefinitionFamiliesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTaskDefinitionFamiliesRequest;
+ output: ListTaskDefinitionFamiliesResponse;
+ };
+ sdk: {
+ input: ListTaskDefinitionFamiliesCommandInput;
+ output: ListTaskDefinitionFamiliesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/ListTaskDefinitionsCommand.ts b/clients/client-ecs/src/commands/ListTaskDefinitionsCommand.ts
index 014ffedf27d1..7278947164ff 100644
--- a/clients/client-ecs/src/commands/ListTaskDefinitionsCommand.ts
+++ b/clients/client-ecs/src/commands/ListTaskDefinitionsCommand.ts
@@ -150,4 +150,16 @@ export class ListTaskDefinitionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTaskDefinitionsCommand)
.de(de_ListTaskDefinitionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTaskDefinitionsRequest;
+ output: ListTaskDefinitionsResponse;
+ };
+ sdk: {
+ input: ListTaskDefinitionsCommandInput;
+ output: ListTaskDefinitionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/ListTasksCommand.ts b/clients/client-ecs/src/commands/ListTasksCommand.ts
index e9129985ba41..c28a82c94c2a 100644
--- a/clients/client-ecs/src/commands/ListTasksCommand.ts
+++ b/clients/client-ecs/src/commands/ListTasksCommand.ts
@@ -158,4 +158,16 @@ export class ListTasksCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTasksCommand)
.de(de_ListTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTasksRequest;
+ output: ListTasksResponse;
+ };
+ sdk: {
+ input: ListTasksCommandInput;
+ output: ListTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/PutAccountSettingCommand.ts b/clients/client-ecs/src/commands/PutAccountSettingCommand.ts
index ebd783404a83..60fa2da0d246 100644
--- a/clients/client-ecs/src/commands/PutAccountSettingCommand.ts
+++ b/clients/client-ecs/src/commands/PutAccountSettingCommand.ts
@@ -153,4 +153,16 @@ export class PutAccountSettingCommand extends $Command
.f(void 0, void 0)
.ser(se_PutAccountSettingCommand)
.de(de_PutAccountSettingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutAccountSettingRequest;
+ output: PutAccountSettingResponse;
+ };
+ sdk: {
+ input: PutAccountSettingCommandInput;
+ output: PutAccountSettingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/PutAccountSettingDefaultCommand.ts b/clients/client-ecs/src/commands/PutAccountSettingDefaultCommand.ts
index bd5d0d98b90c..e94d3738c4e7 100644
--- a/clients/client-ecs/src/commands/PutAccountSettingDefaultCommand.ts
+++ b/clients/client-ecs/src/commands/PutAccountSettingDefaultCommand.ts
@@ -127,4 +127,16 @@ export class PutAccountSettingDefaultCommand extends $Command
.f(void 0, void 0)
.ser(se_PutAccountSettingDefaultCommand)
.de(de_PutAccountSettingDefaultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutAccountSettingDefaultRequest;
+ output: PutAccountSettingDefaultResponse;
+ };
+ sdk: {
+ input: PutAccountSettingDefaultCommandInput;
+ output: PutAccountSettingDefaultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/PutAttributesCommand.ts b/clients/client-ecs/src/commands/PutAttributesCommand.ts
index 32a80183efc7..59ec6d90380e 100644
--- a/clients/client-ecs/src/commands/PutAttributesCommand.ts
+++ b/clients/client-ecs/src/commands/PutAttributesCommand.ts
@@ -112,4 +112,16 @@ export class PutAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_PutAttributesCommand)
.de(de_PutAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutAttributesRequest;
+ output: PutAttributesResponse;
+ };
+ sdk: {
+ input: PutAttributesCommandInput;
+ output: PutAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts b/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts
index 94fabf2b8b10..7d0fefa78132 100644
--- a/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts
+++ b/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts
@@ -207,4 +207,16 @@ export class PutClusterCapacityProvidersCommand extends $Command
.f(void 0, void 0)
.ser(se_PutClusterCapacityProvidersCommand)
.de(de_PutClusterCapacityProvidersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutClusterCapacityProvidersRequest;
+ output: PutClusterCapacityProvidersResponse;
+ };
+ sdk: {
+ input: PutClusterCapacityProvidersCommandInput;
+ output: PutClusterCapacityProvidersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/RegisterContainerInstanceCommand.ts b/clients/client-ecs/src/commands/RegisterContainerInstanceCommand.ts
index 97d54006f7d3..954fa1ea3246 100644
--- a/clients/client-ecs/src/commands/RegisterContainerInstanceCommand.ts
+++ b/clients/client-ecs/src/commands/RegisterContainerInstanceCommand.ts
@@ -222,4 +222,16 @@ export class RegisterContainerInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterContainerInstanceCommand)
.de(de_RegisterContainerInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterContainerInstanceRequest;
+ output: RegisterContainerInstanceResponse;
+ };
+ sdk: {
+ input: RegisterContainerInstanceCommandInput;
+ output: RegisterContainerInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/RegisterTaskDefinitionCommand.ts b/clients/client-ecs/src/commands/RegisterTaskDefinitionCommand.ts
index c637a3d50498..0505b6d90b04 100644
--- a/clients/client-ecs/src/commands/RegisterTaskDefinitionCommand.ts
+++ b/clients/client-ecs/src/commands/RegisterTaskDefinitionCommand.ts
@@ -697,4 +697,16 @@ export class RegisterTaskDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterTaskDefinitionCommand)
.de(de_RegisterTaskDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterTaskDefinitionRequest;
+ output: RegisterTaskDefinitionResponse;
+ };
+ sdk: {
+ input: RegisterTaskDefinitionCommandInput;
+ output: RegisterTaskDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/RunTaskCommand.ts b/clients/client-ecs/src/commands/RunTaskCommand.ts
index 53ef8d11119a..e2a649287bed 100644
--- a/clients/client-ecs/src/commands/RunTaskCommand.ts
+++ b/clients/client-ecs/src/commands/RunTaskCommand.ts
@@ -498,4 +498,16 @@ export class RunTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_RunTaskCommand)
.de(de_RunTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RunTaskRequest;
+ output: RunTaskResponse;
+ };
+ sdk: {
+ input: RunTaskCommandInput;
+ output: RunTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/StartTaskCommand.ts b/clients/client-ecs/src/commands/StartTaskCommand.ts
index 09d3aff9bd71..756fc575d3e3 100644
--- a/clients/client-ecs/src/commands/StartTaskCommand.ts
+++ b/clients/client-ecs/src/commands/StartTaskCommand.ts
@@ -382,4 +382,16 @@ export class StartTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_StartTaskCommand)
.de(de_StartTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartTaskRequest;
+ output: StartTaskResponse;
+ };
+ sdk: {
+ input: StartTaskCommandInput;
+ output: StartTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/StopTaskCommand.ts b/clients/client-ecs/src/commands/StopTaskCommand.ts
index 6e039db7ce06..b46711ead71e 100644
--- a/clients/client-ecs/src/commands/StopTaskCommand.ts
+++ b/clients/client-ecs/src/commands/StopTaskCommand.ts
@@ -278,4 +278,16 @@ export class StopTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_StopTaskCommand)
.de(de_StopTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopTaskRequest;
+ output: StopTaskResponse;
+ };
+ sdk: {
+ input: StopTaskCommandInput;
+ output: StopTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/SubmitAttachmentStateChangesCommand.ts b/clients/client-ecs/src/commands/SubmitAttachmentStateChangesCommand.ts
index d8013f978285..4f20193ca9ee 100644
--- a/clients/client-ecs/src/commands/SubmitAttachmentStateChangesCommand.ts
+++ b/clients/client-ecs/src/commands/SubmitAttachmentStateChangesCommand.ts
@@ -116,4 +116,16 @@ export class SubmitAttachmentStateChangesCommand extends $Command
.f(void 0, void 0)
.ser(se_SubmitAttachmentStateChangesCommand)
.de(de_SubmitAttachmentStateChangesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SubmitAttachmentStateChangesRequest;
+ output: SubmitAttachmentStateChangesResponse;
+ };
+ sdk: {
+ input: SubmitAttachmentStateChangesCommandInput;
+ output: SubmitAttachmentStateChangesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/SubmitContainerStateChangeCommand.ts b/clients/client-ecs/src/commands/SubmitContainerStateChangeCommand.ts
index 03331bbdb55b..077fc7f3e8b0 100644
--- a/clients/client-ecs/src/commands/SubmitContainerStateChangeCommand.ts
+++ b/clients/client-ecs/src/commands/SubmitContainerStateChangeCommand.ts
@@ -117,4 +117,16 @@ export class SubmitContainerStateChangeCommand extends $Command
.f(void 0, void 0)
.ser(se_SubmitContainerStateChangeCommand)
.de(de_SubmitContainerStateChangeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SubmitContainerStateChangeRequest;
+ output: SubmitContainerStateChangeResponse;
+ };
+ sdk: {
+ input: SubmitContainerStateChangeCommandInput;
+ output: SubmitContainerStateChangeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/SubmitTaskStateChangeCommand.ts b/clients/client-ecs/src/commands/SubmitTaskStateChangeCommand.ts
index e8094655398c..c7c04cb1a3c7 100644
--- a/clients/client-ecs/src/commands/SubmitTaskStateChangeCommand.ts
+++ b/clients/client-ecs/src/commands/SubmitTaskStateChangeCommand.ts
@@ -145,4 +145,16 @@ export class SubmitTaskStateChangeCommand extends $Command
.f(void 0, void 0)
.ser(se_SubmitTaskStateChangeCommand)
.de(de_SubmitTaskStateChangeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SubmitTaskStateChangeRequest;
+ output: SubmitTaskStateChangeResponse;
+ };
+ sdk: {
+ input: SubmitTaskStateChangeCommandInput;
+ output: SubmitTaskStateChangeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/TagResourceCommand.ts b/clients/client-ecs/src/commands/TagResourceCommand.ts
index eda2197359ea..02921f8c566f 100644
--- a/clients/client-ecs/src/commands/TagResourceCommand.ts
+++ b/clients/client-ecs/src/commands/TagResourceCommand.ts
@@ -129,4 +129,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/UntagResourceCommand.ts b/clients/client-ecs/src/commands/UntagResourceCommand.ts
index e2e48429fb6f..4830022bab81 100644
--- a/clients/client-ecs/src/commands/UntagResourceCommand.ts
+++ b/clients/client-ecs/src/commands/UntagResourceCommand.ts
@@ -120,4 +120,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/UpdateCapacityProviderCommand.ts b/clients/client-ecs/src/commands/UpdateCapacityProviderCommand.ts
index afe0af80449a..e15af2d64c31 100644
--- a/clients/client-ecs/src/commands/UpdateCapacityProviderCommand.ts
+++ b/clients/client-ecs/src/commands/UpdateCapacityProviderCommand.ts
@@ -134,4 +134,16 @@ export class UpdateCapacityProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCapacityProviderCommand)
.de(de_UpdateCapacityProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCapacityProviderRequest;
+ output: UpdateCapacityProviderResponse;
+ };
+ sdk: {
+ input: UpdateCapacityProviderCommandInput;
+ output: UpdateCapacityProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/UpdateClusterCommand.ts b/clients/client-ecs/src/commands/UpdateClusterCommand.ts
index bf5444ef2d10..0ea37f48e9c4 100644
--- a/clients/client-ecs/src/commands/UpdateClusterCommand.ts
+++ b/clients/client-ecs/src/commands/UpdateClusterCommand.ts
@@ -201,4 +201,16 @@ export class UpdateClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateClusterCommand)
.de(de_UpdateClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateClusterRequest;
+ output: UpdateClusterResponse;
+ };
+ sdk: {
+ input: UpdateClusterCommandInput;
+ output: UpdateClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts b/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts
index e47ac23d4523..8af6c34b64b0 100644
--- a/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts
+++ b/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts
@@ -178,4 +178,16 @@ export class UpdateClusterSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateClusterSettingsCommand)
.de(de_UpdateClusterSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateClusterSettingsRequest;
+ output: UpdateClusterSettingsResponse;
+ };
+ sdk: {
+ input: UpdateClusterSettingsCommandInput;
+ output: UpdateClusterSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts b/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts
index a28d4e6ae7b7..b887ae663c7a 100644
--- a/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts
+++ b/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts
@@ -218,4 +218,16 @@ export class UpdateContainerAgentCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateContainerAgentCommand)
.de(de_UpdateContainerAgentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateContainerAgentRequest;
+ output: UpdateContainerAgentResponse;
+ };
+ sdk: {
+ input: UpdateContainerAgentCommandInput;
+ output: UpdateContainerAgentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts b/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts
index a923c3b7ea9a..26f3f41380cb 100644
--- a/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts
+++ b/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts
@@ -247,4 +247,16 @@ export class UpdateContainerInstancesStateCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateContainerInstancesStateCommand)
.de(de_UpdateContainerInstancesStateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateContainerInstancesStateRequest;
+ output: UpdateContainerInstancesStateResponse;
+ };
+ sdk: {
+ input: UpdateContainerInstancesStateCommandInput;
+ output: UpdateContainerInstancesStateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/UpdateServiceCommand.ts b/clients/client-ecs/src/commands/UpdateServiceCommand.ts
index f9d397338723..e397fa84e9dc 100644
--- a/clients/client-ecs/src/commands/UpdateServiceCommand.ts
+++ b/clients/client-ecs/src/commands/UpdateServiceCommand.ts
@@ -693,4 +693,16 @@ export class UpdateServiceCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateServiceCommand)
.de(de_UpdateServiceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateServiceRequest;
+ output: UpdateServiceResponse;
+ };
+ sdk: {
+ input: UpdateServiceCommandInput;
+ output: UpdateServiceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts b/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts
index f3a2c0e276bd..efa70ea94280 100644
--- a/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts
+++ b/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts
@@ -194,4 +194,16 @@ export class UpdateServicePrimaryTaskSetCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateServicePrimaryTaskSetCommand)
.de(de_UpdateServicePrimaryTaskSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateServicePrimaryTaskSetRequest;
+ output: UpdateServicePrimaryTaskSetResponse;
+ };
+ sdk: {
+ input: UpdateServicePrimaryTaskSetCommandInput;
+ output: UpdateServicePrimaryTaskSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/UpdateTaskProtectionCommand.ts b/clients/client-ecs/src/commands/UpdateTaskProtectionCommand.ts
index 22081a3f3787..1a57e040e80e 100644
--- a/clients/client-ecs/src/commands/UpdateTaskProtectionCommand.ts
+++ b/clients/client-ecs/src/commands/UpdateTaskProtectionCommand.ts
@@ -236,4 +236,16 @@ export class UpdateTaskProtectionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTaskProtectionCommand)
.de(de_UpdateTaskProtectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTaskProtectionRequest;
+ output: UpdateTaskProtectionResponse;
+ };
+ sdk: {
+ input: UpdateTaskProtectionCommandInput;
+ output: UpdateTaskProtectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts b/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts
index b4389acb1e4f..f92c8c65942c 100644
--- a/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts
+++ b/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts
@@ -195,4 +195,16 @@ export class UpdateTaskSetCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTaskSetCommand)
.de(de_UpdateTaskSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTaskSetRequest;
+ output: UpdateTaskSetResponse;
+ };
+ sdk: {
+ input: UpdateTaskSetCommandInput;
+ output: UpdateTaskSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/package.json b/clients/client-efs/package.json
index 98c084b08a28..83c8c9465070 100644
--- a/clients/client-efs/package.json
+++ b/clients/client-efs/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-efs/src/commands/CreateAccessPointCommand.ts b/clients/client-efs/src/commands/CreateAccessPointCommand.ts
index 6ae12685e3d3..9566bc1c8a24 100644
--- a/clients/client-efs/src/commands/CreateAccessPointCommand.ts
+++ b/clients/client-efs/src/commands/CreateAccessPointCommand.ts
@@ -173,4 +173,16 @@ export class CreateAccessPointCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAccessPointCommand)
.de(de_CreateAccessPointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAccessPointRequest;
+ output: AccessPointDescription;
+ };
+ sdk: {
+ input: CreateAccessPointCommandInput;
+ output: CreateAccessPointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/CreateFileSystemCommand.ts b/clients/client-efs/src/commands/CreateFileSystemCommand.ts
index 6c36cc570fa7..19e1e32908bf 100644
--- a/clients/client-efs/src/commands/CreateFileSystemCommand.ts
+++ b/clients/client-efs/src/commands/CreateFileSystemCommand.ts
@@ -247,4 +247,16 @@ export class CreateFileSystemCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFileSystemCommand)
.de(de_CreateFileSystemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFileSystemRequest;
+ output: FileSystemDescription;
+ };
+ sdk: {
+ input: CreateFileSystemCommandInput;
+ output: CreateFileSystemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/CreateMountTargetCommand.ts b/clients/client-efs/src/commands/CreateMountTargetCommand.ts
index a90bc9208299..81000f3edbea 100644
--- a/clients/client-efs/src/commands/CreateMountTargetCommand.ts
+++ b/clients/client-efs/src/commands/CreateMountTargetCommand.ts
@@ -307,4 +307,16 @@ export class CreateMountTargetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateMountTargetCommand)
.de(de_CreateMountTargetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMountTargetRequest;
+ output: MountTargetDescription;
+ };
+ sdk: {
+ input: CreateMountTargetCommandInput;
+ output: CreateMountTargetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/CreateReplicationConfigurationCommand.ts b/clients/client-efs/src/commands/CreateReplicationConfigurationCommand.ts
index e1de905988db..2971a287a969 100644
--- a/clients/client-efs/src/commands/CreateReplicationConfigurationCommand.ts
+++ b/clients/client-efs/src/commands/CreateReplicationConfigurationCommand.ts
@@ -232,4 +232,16 @@ export class CreateReplicationConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateReplicationConfigurationCommand)
.de(de_CreateReplicationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateReplicationConfigurationRequest;
+ output: ReplicationConfigurationDescription;
+ };
+ sdk: {
+ input: CreateReplicationConfigurationCommandInput;
+ output: CreateReplicationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/CreateTagsCommand.ts b/clients/client-efs/src/commands/CreateTagsCommand.ts
index bb52c6d703b1..20b054552264 100644
--- a/clients/client-efs/src/commands/CreateTagsCommand.ts
+++ b/clients/client-efs/src/commands/CreateTagsCommand.ts
@@ -120,4 +120,16 @@ export class CreateTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTagsCommand)
.de(de_CreateTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTagsRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateTagsCommandInput;
+ output: CreateTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/DeleteAccessPointCommand.ts b/clients/client-efs/src/commands/DeleteAccessPointCommand.ts
index 9ff1e0133046..db3d9ecb38c0 100644
--- a/clients/client-efs/src/commands/DeleteAccessPointCommand.ts
+++ b/clients/client-efs/src/commands/DeleteAccessPointCommand.ts
@@ -89,4 +89,16 @@ export class DeleteAccessPointCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAccessPointCommand)
.de(de_DeleteAccessPointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAccessPointRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAccessPointCommandInput;
+ output: DeleteAccessPointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/DeleteFileSystemCommand.ts b/clients/client-efs/src/commands/DeleteFileSystemCommand.ts
index 314c3b357ed5..c2602e20d905 100644
--- a/clients/client-efs/src/commands/DeleteFileSystemCommand.ts
+++ b/clients/client-efs/src/commands/DeleteFileSystemCommand.ts
@@ -119,4 +119,16 @@ export class DeleteFileSystemCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFileSystemCommand)
.de(de_DeleteFileSystemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFileSystemRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFileSystemCommandInput;
+ output: DeleteFileSystemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/DeleteFileSystemPolicyCommand.ts b/clients/client-efs/src/commands/DeleteFileSystemPolicyCommand.ts
index e0ce274fa05d..b6e930ab4355 100644
--- a/clients/client-efs/src/commands/DeleteFileSystemPolicyCommand.ts
+++ b/clients/client-efs/src/commands/DeleteFileSystemPolicyCommand.ts
@@ -92,4 +92,16 @@ export class DeleteFileSystemPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFileSystemPolicyCommand)
.de(de_DeleteFileSystemPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFileSystemPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFileSystemPolicyCommandInput;
+ output: DeleteFileSystemPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/DeleteMountTargetCommand.ts b/clients/client-efs/src/commands/DeleteMountTargetCommand.ts
index 150841d5a47a..3aa8aa064b85 100644
--- a/clients/client-efs/src/commands/DeleteMountTargetCommand.ts
+++ b/clients/client-efs/src/commands/DeleteMountTargetCommand.ts
@@ -131,4 +131,16 @@ export class DeleteMountTargetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMountTargetCommand)
.de(de_DeleteMountTargetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMountTargetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMountTargetCommandInput;
+ output: DeleteMountTargetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/DeleteReplicationConfigurationCommand.ts b/clients/client-efs/src/commands/DeleteReplicationConfigurationCommand.ts
index 8fd6135f6442..f334623bd7b0 100644
--- a/clients/client-efs/src/commands/DeleteReplicationConfigurationCommand.ts
+++ b/clients/client-efs/src/commands/DeleteReplicationConfigurationCommand.ts
@@ -98,4 +98,16 @@ export class DeleteReplicationConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteReplicationConfigurationCommand)
.de(de_DeleteReplicationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteReplicationConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteReplicationConfigurationCommandInput;
+ output: DeleteReplicationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/DeleteTagsCommand.ts b/clients/client-efs/src/commands/DeleteTagsCommand.ts
index 345b31df5227..8a24ddb597a8 100644
--- a/clients/client-efs/src/commands/DeleteTagsCommand.ts
+++ b/clients/client-efs/src/commands/DeleteTagsCommand.ts
@@ -114,4 +114,16 @@ export class DeleteTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTagsCommand)
.de(de_DeleteTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTagsRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTagsCommandInput;
+ output: DeleteTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/DescribeAccessPointsCommand.ts b/clients/client-efs/src/commands/DescribeAccessPointsCommand.ts
index 41fdba1f643d..4708f7ae1bc8 100644
--- a/clients/client-efs/src/commands/DescribeAccessPointsCommand.ts
+++ b/clients/client-efs/src/commands/DescribeAccessPointsCommand.ts
@@ -132,4 +132,16 @@ export class DescribeAccessPointsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAccessPointsCommand)
.de(de_DescribeAccessPointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAccessPointsRequest;
+ output: DescribeAccessPointsResponse;
+ };
+ sdk: {
+ input: DescribeAccessPointsCommandInput;
+ output: DescribeAccessPointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/DescribeAccountPreferencesCommand.ts b/clients/client-efs/src/commands/DescribeAccountPreferencesCommand.ts
index 074138b2dc27..5eda9fb98a84 100644
--- a/clients/client-efs/src/commands/DescribeAccountPreferencesCommand.ts
+++ b/clients/client-efs/src/commands/DescribeAccountPreferencesCommand.ts
@@ -87,4 +87,16 @@ export class DescribeAccountPreferencesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAccountPreferencesCommand)
.de(de_DescribeAccountPreferencesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAccountPreferencesRequest;
+ output: DescribeAccountPreferencesResponse;
+ };
+ sdk: {
+ input: DescribeAccountPreferencesCommandInput;
+ output: DescribeAccountPreferencesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/DescribeBackupPolicyCommand.ts b/clients/client-efs/src/commands/DescribeBackupPolicyCommand.ts
index 95a8a393bef9..397294641120 100644
--- a/clients/client-efs/src/commands/DescribeBackupPolicyCommand.ts
+++ b/clients/client-efs/src/commands/DescribeBackupPolicyCommand.ts
@@ -96,4 +96,16 @@ export class DescribeBackupPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeBackupPolicyCommand)
.de(de_DescribeBackupPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBackupPolicyRequest;
+ output: BackupPolicyDescription;
+ };
+ sdk: {
+ input: DescribeBackupPolicyCommandInput;
+ output: DescribeBackupPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/DescribeFileSystemPolicyCommand.ts b/clients/client-efs/src/commands/DescribeFileSystemPolicyCommand.ts
index 51abc74a0cab..aae13adec5d0 100644
--- a/clients/client-efs/src/commands/DescribeFileSystemPolicyCommand.ts
+++ b/clients/client-efs/src/commands/DescribeFileSystemPolicyCommand.ts
@@ -94,4 +94,16 @@ export class DescribeFileSystemPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFileSystemPolicyCommand)
.de(de_DescribeFileSystemPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFileSystemPolicyRequest;
+ output: FileSystemPolicyDescription;
+ };
+ sdk: {
+ input: DescribeFileSystemPolicyCommandInput;
+ output: DescribeFileSystemPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/DescribeFileSystemsCommand.ts b/clients/client-efs/src/commands/DescribeFileSystemsCommand.ts
index 6d1408bd845c..679013457f33 100644
--- a/clients/client-efs/src/commands/DescribeFileSystemsCommand.ts
+++ b/clients/client-efs/src/commands/DescribeFileSystemsCommand.ts
@@ -180,4 +180,16 @@ export class DescribeFileSystemsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFileSystemsCommand)
.de(de_DescribeFileSystemsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFileSystemsRequest;
+ output: DescribeFileSystemsResponse;
+ };
+ sdk: {
+ input: DescribeFileSystemsCommandInput;
+ output: DescribeFileSystemsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/DescribeLifecycleConfigurationCommand.ts b/clients/client-efs/src/commands/DescribeLifecycleConfigurationCommand.ts
index 9184f6944156..a22aa8550bd8 100644
--- a/clients/client-efs/src/commands/DescribeLifecycleConfigurationCommand.ts
+++ b/clients/client-efs/src/commands/DescribeLifecycleConfigurationCommand.ts
@@ -125,4 +125,16 @@ export class DescribeLifecycleConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLifecycleConfigurationCommand)
.de(de_DescribeLifecycleConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLifecycleConfigurationRequest;
+ output: LifecycleConfigurationDescription;
+ };
+ sdk: {
+ input: DescribeLifecycleConfigurationCommandInput;
+ output: DescribeLifecycleConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/DescribeMountTargetSecurityGroupsCommand.ts b/clients/client-efs/src/commands/DescribeMountTargetSecurityGroupsCommand.ts
index 4cfba702cf78..55d43c1e3362 100644
--- a/clients/client-efs/src/commands/DescribeMountTargetSecurityGroupsCommand.ts
+++ b/clients/client-efs/src/commands/DescribeMountTargetSecurityGroupsCommand.ts
@@ -135,4 +135,16 @@ export class DescribeMountTargetSecurityGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeMountTargetSecurityGroupsCommand)
.de(de_DescribeMountTargetSecurityGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeMountTargetSecurityGroupsRequest;
+ output: DescribeMountTargetSecurityGroupsResponse;
+ };
+ sdk: {
+ input: DescribeMountTargetSecurityGroupsCommandInput;
+ output: DescribeMountTargetSecurityGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/DescribeMountTargetsCommand.ts b/clients/client-efs/src/commands/DescribeMountTargetsCommand.ts
index 29e5aba78eae..23a6c0f6dd7b 100644
--- a/clients/client-efs/src/commands/DescribeMountTargetsCommand.ts
+++ b/clients/client-efs/src/commands/DescribeMountTargetsCommand.ts
@@ -147,4 +147,16 @@ export class DescribeMountTargetsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeMountTargetsCommand)
.de(de_DescribeMountTargetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeMountTargetsRequest;
+ output: DescribeMountTargetsResponse;
+ };
+ sdk: {
+ input: DescribeMountTargetsCommandInput;
+ output: DescribeMountTargetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/DescribeReplicationConfigurationsCommand.ts b/clients/client-efs/src/commands/DescribeReplicationConfigurationsCommand.ts
index 1b1a248ca7b6..f569ce587ec9 100644
--- a/clients/client-efs/src/commands/DescribeReplicationConfigurationsCommand.ts
+++ b/clients/client-efs/src/commands/DescribeReplicationConfigurationsCommand.ts
@@ -124,4 +124,16 @@ export class DescribeReplicationConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReplicationConfigurationsCommand)
.de(de_DescribeReplicationConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReplicationConfigurationsRequest;
+ output: DescribeReplicationConfigurationsResponse;
+ };
+ sdk: {
+ input: DescribeReplicationConfigurationsCommandInput;
+ output: DescribeReplicationConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/DescribeTagsCommand.ts b/clients/client-efs/src/commands/DescribeTagsCommand.ts
index 8aaf8fa97bba..e666f347a23d 100644
--- a/clients/client-efs/src/commands/DescribeTagsCommand.ts
+++ b/clients/client-efs/src/commands/DescribeTagsCommand.ts
@@ -129,4 +129,16 @@ export class DescribeTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTagsCommand)
.de(de_DescribeTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTagsRequest;
+ output: DescribeTagsResponse;
+ };
+ sdk: {
+ input: DescribeTagsCommandInput;
+ output: DescribeTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/ListTagsForResourceCommand.ts b/clients/client-efs/src/commands/ListTagsForResourceCommand.ts
index cf8d18b36614..725e54da1897 100644
--- a/clients/client-efs/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-efs/src/commands/ListTagsForResourceCommand.ts
@@ -102,4 +102,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/ModifyMountTargetSecurityGroupsCommand.ts b/clients/client-efs/src/commands/ModifyMountTargetSecurityGroupsCommand.ts
index d741379bd245..dccf00ac5ed4 100644
--- a/clients/client-efs/src/commands/ModifyMountTargetSecurityGroupsCommand.ts
+++ b/clients/client-efs/src/commands/ModifyMountTargetSecurityGroupsCommand.ts
@@ -137,4 +137,16 @@ export class ModifyMountTargetSecurityGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyMountTargetSecurityGroupsCommand)
.de(de_ModifyMountTargetSecurityGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyMountTargetSecurityGroupsRequest;
+ output: {};
+ };
+ sdk: {
+ input: ModifyMountTargetSecurityGroupsCommandInput;
+ output: ModifyMountTargetSecurityGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/PutAccountPreferencesCommand.ts b/clients/client-efs/src/commands/PutAccountPreferencesCommand.ts
index 609fe39bae67..2187be47468a 100644
--- a/clients/client-efs/src/commands/PutAccountPreferencesCommand.ts
+++ b/clients/client-efs/src/commands/PutAccountPreferencesCommand.ts
@@ -98,4 +98,16 @@ export class PutAccountPreferencesCommand extends $Command
.f(void 0, void 0)
.ser(se_PutAccountPreferencesCommand)
.de(de_PutAccountPreferencesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutAccountPreferencesRequest;
+ output: PutAccountPreferencesResponse;
+ };
+ sdk: {
+ input: PutAccountPreferencesCommandInput;
+ output: PutAccountPreferencesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/PutBackupPolicyCommand.ts b/clients/client-efs/src/commands/PutBackupPolicyCommand.ts
index 3888aa6dc26f..7c395946c0a4 100644
--- a/clients/client-efs/src/commands/PutBackupPolicyCommand.ts
+++ b/clients/client-efs/src/commands/PutBackupPolicyCommand.ts
@@ -99,4 +99,16 @@ export class PutBackupPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutBackupPolicyCommand)
.de(de_PutBackupPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutBackupPolicyRequest;
+ output: BackupPolicyDescription;
+ };
+ sdk: {
+ input: PutBackupPolicyCommandInput;
+ output: PutBackupPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/PutFileSystemPolicyCommand.ts b/clients/client-efs/src/commands/PutFileSystemPolicyCommand.ts
index e9b9648ff452..5cac6184539f 100644
--- a/clients/client-efs/src/commands/PutFileSystemPolicyCommand.ts
+++ b/clients/client-efs/src/commands/PutFileSystemPolicyCommand.ts
@@ -110,4 +110,16 @@ export class PutFileSystemPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutFileSystemPolicyCommand)
.de(de_PutFileSystemPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutFileSystemPolicyRequest;
+ output: FileSystemPolicyDescription;
+ };
+ sdk: {
+ input: PutFileSystemPolicyCommandInput;
+ output: PutFileSystemPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/PutLifecycleConfigurationCommand.ts b/clients/client-efs/src/commands/PutLifecycleConfigurationCommand.ts
index 4f5a201e7741..b2b0fc9b3bfa 100644
--- a/clients/client-efs/src/commands/PutLifecycleConfigurationCommand.ts
+++ b/clients/client-efs/src/commands/PutLifecycleConfigurationCommand.ts
@@ -192,4 +192,16 @@ export class PutLifecycleConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutLifecycleConfigurationCommand)
.de(de_PutLifecycleConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutLifecycleConfigurationRequest;
+ output: LifecycleConfigurationDescription;
+ };
+ sdk: {
+ input: PutLifecycleConfigurationCommandInput;
+ output: PutLifecycleConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/TagResourceCommand.ts b/clients/client-efs/src/commands/TagResourceCommand.ts
index 26ac4f3aff1f..d49dc4ccab7b 100644
--- a/clients/client-efs/src/commands/TagResourceCommand.ts
+++ b/clients/client-efs/src/commands/TagResourceCommand.ts
@@ -98,4 +98,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/UntagResourceCommand.ts b/clients/client-efs/src/commands/UntagResourceCommand.ts
index af4974ad5c98..366e91d7194c 100644
--- a/clients/client-efs/src/commands/UntagResourceCommand.ts
+++ b/clients/client-efs/src/commands/UntagResourceCommand.ts
@@ -95,4 +95,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/UpdateFileSystemCommand.ts b/clients/client-efs/src/commands/UpdateFileSystemCommand.ts
index b95607a0e796..33160cd0cdb2 100644
--- a/clients/client-efs/src/commands/UpdateFileSystemCommand.ts
+++ b/clients/client-efs/src/commands/UpdateFileSystemCommand.ts
@@ -139,4 +139,16 @@ export class UpdateFileSystemCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFileSystemCommand)
.de(de_UpdateFileSystemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFileSystemRequest;
+ output: FileSystemDescription;
+ };
+ sdk: {
+ input: UpdateFileSystemCommandInput;
+ output: UpdateFileSystemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-efs/src/commands/UpdateFileSystemProtectionCommand.ts b/clients/client-efs/src/commands/UpdateFileSystemProtectionCommand.ts
index f0c87f4a78f5..2ba338809da4 100644
--- a/clients/client-efs/src/commands/UpdateFileSystemProtectionCommand.ts
+++ b/clients/client-efs/src/commands/UpdateFileSystemProtectionCommand.ts
@@ -112,4 +112,16 @@ export class UpdateFileSystemProtectionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFileSystemProtectionCommand)
.de(de_UpdateFileSystemProtectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFileSystemProtectionRequest;
+ output: FileSystemProtectionDescription;
+ };
+ sdk: {
+ input: UpdateFileSystemProtectionCommandInput;
+ output: UpdateFileSystemProtectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks-auth/package.json b/clients/client-eks-auth/package.json
index e0ca0622acc6..5868e961ece9 100644
--- a/clients/client-eks-auth/package.json
+++ b/clients/client-eks-auth/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-eks-auth/src/commands/AssumeRoleForPodIdentityCommand.ts b/clients/client-eks-auth/src/commands/AssumeRoleForPodIdentityCommand.ts
index d6b5b12f2d0e..b9e2c654574f 100644
--- a/clients/client-eks-auth/src/commands/AssumeRoleForPodIdentityCommand.ts
+++ b/clients/client-eks-auth/src/commands/AssumeRoleForPodIdentityCommand.ts
@@ -137,4 +137,16 @@ export class AssumeRoleForPodIdentityCommand extends $Command
.f(AssumeRoleForPodIdentityRequestFilterSensitiveLog, AssumeRoleForPodIdentityResponseFilterSensitiveLog)
.ser(se_AssumeRoleForPodIdentityCommand)
.de(de_AssumeRoleForPodIdentityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssumeRoleForPodIdentityRequest;
+ output: AssumeRoleForPodIdentityResponse;
+ };
+ sdk: {
+ input: AssumeRoleForPodIdentityCommandInput;
+ output: AssumeRoleForPodIdentityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/package.json b/clients/client-eks/package.json
index db6685f08ef7..48c9a0d9aac6 100644
--- a/clients/client-eks/package.json
+++ b/clients/client-eks/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
},
diff --git a/clients/client-eks/src/commands/AssociateAccessPolicyCommand.ts b/clients/client-eks/src/commands/AssociateAccessPolicyCommand.ts
index 3d78c7f436e0..91cece6d9a2b 100644
--- a/clients/client-eks/src/commands/AssociateAccessPolicyCommand.ts
+++ b/clients/client-eks/src/commands/AssociateAccessPolicyCommand.ts
@@ -115,4 +115,16 @@ export class AssociateAccessPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateAccessPolicyCommand)
.de(de_AssociateAccessPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateAccessPolicyRequest;
+ output: AssociateAccessPolicyResponse;
+ };
+ sdk: {
+ input: AssociateAccessPolicyCommandInput;
+ output: AssociateAccessPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/AssociateEncryptionConfigCommand.ts b/clients/client-eks/src/commands/AssociateEncryptionConfigCommand.ts
index b842c922bfdb..f9ba3adbf9e7 100644
--- a/clients/client-eks/src/commands/AssociateEncryptionConfigCommand.ts
+++ b/clients/client-eks/src/commands/AssociateEncryptionConfigCommand.ts
@@ -135,4 +135,16 @@ export class AssociateEncryptionConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateEncryptionConfigCommand)
.de(de_AssociateEncryptionConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateEncryptionConfigRequest;
+ output: AssociateEncryptionConfigResponse;
+ };
+ sdk: {
+ input: AssociateEncryptionConfigCommandInput;
+ output: AssociateEncryptionConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/AssociateIdentityProviderConfigCommand.ts b/clients/client-eks/src/commands/AssociateIdentityProviderConfigCommand.ts
index ab3805a03fdc..34120275b213 100644
--- a/clients/client-eks/src/commands/AssociateIdentityProviderConfigCommand.ts
+++ b/clients/client-eks/src/commands/AssociateIdentityProviderConfigCommand.ts
@@ -152,4 +152,16 @@ export class AssociateIdentityProviderConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateIdentityProviderConfigCommand)
.de(de_AssociateIdentityProviderConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateIdentityProviderConfigRequest;
+ output: AssociateIdentityProviderConfigResponse;
+ };
+ sdk: {
+ input: AssociateIdentityProviderConfigCommandInput;
+ output: AssociateIdentityProviderConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/CreateAccessEntryCommand.ts b/clients/client-eks/src/commands/CreateAccessEntryCommand.ts
index 85deefee70bc..06830ce9f317 100644
--- a/clients/client-eks/src/commands/CreateAccessEntryCommand.ts
+++ b/clients/client-eks/src/commands/CreateAccessEntryCommand.ts
@@ -135,4 +135,16 @@ export class CreateAccessEntryCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAccessEntryCommand)
.de(de_CreateAccessEntryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAccessEntryRequest;
+ output: CreateAccessEntryResponse;
+ };
+ sdk: {
+ input: CreateAccessEntryCommandInput;
+ output: CreateAccessEntryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/CreateAddonCommand.ts b/clients/client-eks/src/commands/CreateAddonCommand.ts
index 043a42b2f1d2..c2cb14800a6c 100644
--- a/clients/client-eks/src/commands/CreateAddonCommand.ts
+++ b/clients/client-eks/src/commands/CreateAddonCommand.ts
@@ -152,4 +152,16 @@ export class CreateAddonCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAddonCommand)
.de(de_CreateAddonCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAddonRequest;
+ output: CreateAddonResponse;
+ };
+ sdk: {
+ input: CreateAddonCommandInput;
+ output: CreateAddonCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/CreateClusterCommand.ts b/clients/client-eks/src/commands/CreateClusterCommand.ts
index 37060e48fe39..731818ec636c 100644
--- a/clients/client-eks/src/commands/CreateClusterCommand.ts
+++ b/clients/client-eks/src/commands/CreateClusterCommand.ts
@@ -316,4 +316,16 @@ export class CreateClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateClusterCommand)
.de(de_CreateClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateClusterRequest;
+ output: CreateClusterResponse;
+ };
+ sdk: {
+ input: CreateClusterCommandInput;
+ output: CreateClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/CreateEksAnywhereSubscriptionCommand.ts b/clients/client-eks/src/commands/CreateEksAnywhereSubscriptionCommand.ts
index 6e3d862bc5e8..290ca0dce4ee 100644
--- a/clients/client-eks/src/commands/CreateEksAnywhereSubscriptionCommand.ts
+++ b/clients/client-eks/src/commands/CreateEksAnywhereSubscriptionCommand.ts
@@ -134,4 +134,16 @@ export class CreateEksAnywhereSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEksAnywhereSubscriptionCommand)
.de(de_CreateEksAnywhereSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEksAnywhereSubscriptionRequest;
+ output: CreateEksAnywhereSubscriptionResponse;
+ };
+ sdk: {
+ input: CreateEksAnywhereSubscriptionCommandInput;
+ output: CreateEksAnywhereSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/CreateFargateProfileCommand.ts b/clients/client-eks/src/commands/CreateFargateProfileCommand.ts
index 9f7fcbf72b25..ecc42227517a 100644
--- a/clients/client-eks/src/commands/CreateFargateProfileCommand.ts
+++ b/clients/client-eks/src/commands/CreateFargateProfileCommand.ts
@@ -177,4 +177,16 @@ export class CreateFargateProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFargateProfileCommand)
.de(de_CreateFargateProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFargateProfileRequest;
+ output: CreateFargateProfileResponse;
+ };
+ sdk: {
+ input: CreateFargateProfileCommandInput;
+ output: CreateFargateProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/CreateNodegroupCommand.ts b/clients/client-eks/src/commands/CreateNodegroupCommand.ts
index f3e488e5f73f..d534263d3dca 100644
--- a/clients/client-eks/src/commands/CreateNodegroupCommand.ts
+++ b/clients/client-eks/src/commands/CreateNodegroupCommand.ts
@@ -230,4 +230,16 @@ export class CreateNodegroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateNodegroupCommand)
.de(de_CreateNodegroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateNodegroupRequest;
+ output: CreateNodegroupResponse;
+ };
+ sdk: {
+ input: CreateNodegroupCommandInput;
+ output: CreateNodegroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/CreatePodIdentityAssociationCommand.ts b/clients/client-eks/src/commands/CreatePodIdentityAssociationCommand.ts
index 3bb9683b8d9e..150a82ad70c5 100644
--- a/clients/client-eks/src/commands/CreatePodIdentityAssociationCommand.ts
+++ b/clients/client-eks/src/commands/CreatePodIdentityAssociationCommand.ts
@@ -134,4 +134,16 @@ export class CreatePodIdentityAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePodIdentityAssociationCommand)
.de(de_CreatePodIdentityAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePodIdentityAssociationRequest;
+ output: CreatePodIdentityAssociationResponse;
+ };
+ sdk: {
+ input: CreatePodIdentityAssociationCommandInput;
+ output: CreatePodIdentityAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/DeleteAccessEntryCommand.ts b/clients/client-eks/src/commands/DeleteAccessEntryCommand.ts
index 29c81fcc1c1d..0443e0182617 100644
--- a/clients/client-eks/src/commands/DeleteAccessEntryCommand.ts
+++ b/clients/client-eks/src/commands/DeleteAccessEntryCommand.ts
@@ -91,4 +91,16 @@ export class DeleteAccessEntryCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAccessEntryCommand)
.de(de_DeleteAccessEntryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAccessEntryRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAccessEntryCommandInput;
+ output: DeleteAccessEntryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/DeleteAddonCommand.ts b/clients/client-eks/src/commands/DeleteAddonCommand.ts
index a95fc6a01a33..45bf999f4b3a 100644
--- a/clients/client-eks/src/commands/DeleteAddonCommand.ts
+++ b/clients/client-eks/src/commands/DeleteAddonCommand.ts
@@ -135,4 +135,16 @@ export class DeleteAddonCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAddonCommand)
.de(de_DeleteAddonCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAddonRequest;
+ output: DeleteAddonResponse;
+ };
+ sdk: {
+ input: DeleteAddonCommandInput;
+ output: DeleteAddonCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/DeleteClusterCommand.ts b/clients/client-eks/src/commands/DeleteClusterCommand.ts
index 3dc9c0cd1d12..e76c32958484 100644
--- a/clients/client-eks/src/commands/DeleteClusterCommand.ts
+++ b/clients/client-eks/src/commands/DeleteClusterCommand.ts
@@ -207,4 +207,16 @@ export class DeleteClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteClusterCommand)
.de(de_DeleteClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteClusterRequest;
+ output: DeleteClusterResponse;
+ };
+ sdk: {
+ input: DeleteClusterCommandInput;
+ output: DeleteClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/DeleteEksAnywhereSubscriptionCommand.ts b/clients/client-eks/src/commands/DeleteEksAnywhereSubscriptionCommand.ts
index cf820aadf79b..0066bcbca39b 100644
--- a/clients/client-eks/src/commands/DeleteEksAnywhereSubscriptionCommand.ts
+++ b/clients/client-eks/src/commands/DeleteEksAnywhereSubscriptionCommand.ts
@@ -122,4 +122,16 @@ export class DeleteEksAnywhereSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEksAnywhereSubscriptionCommand)
.de(de_DeleteEksAnywhereSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEksAnywhereSubscriptionRequest;
+ output: DeleteEksAnywhereSubscriptionResponse;
+ };
+ sdk: {
+ input: DeleteEksAnywhereSubscriptionCommandInput;
+ output: DeleteEksAnywhereSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/DeleteFargateProfileCommand.ts b/clients/client-eks/src/commands/DeleteFargateProfileCommand.ts
index 8ad371f24d76..f3e366533308 100644
--- a/clients/client-eks/src/commands/DeleteFargateProfileCommand.ts
+++ b/clients/client-eks/src/commands/DeleteFargateProfileCommand.ts
@@ -137,4 +137,16 @@ export class DeleteFargateProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFargateProfileCommand)
.de(de_DeleteFargateProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFargateProfileRequest;
+ output: DeleteFargateProfileResponse;
+ };
+ sdk: {
+ input: DeleteFargateProfileCommandInput;
+ output: DeleteFargateProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/DeleteNodegroupCommand.ts b/clients/client-eks/src/commands/DeleteNodegroupCommand.ts
index 7108f48ed378..02ce08042970 100644
--- a/clients/client-eks/src/commands/DeleteNodegroupCommand.ts
+++ b/clients/client-eks/src/commands/DeleteNodegroupCommand.ts
@@ -170,4 +170,16 @@ export class DeleteNodegroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteNodegroupCommand)
.de(de_DeleteNodegroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteNodegroupRequest;
+ output: DeleteNodegroupResponse;
+ };
+ sdk: {
+ input: DeleteNodegroupCommandInput;
+ output: DeleteNodegroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/DeletePodIdentityAssociationCommand.ts b/clients/client-eks/src/commands/DeletePodIdentityAssociationCommand.ts
index 7f62df646c47..3cc8bab10e75 100644
--- a/clients/client-eks/src/commands/DeletePodIdentityAssociationCommand.ts
+++ b/clients/client-eks/src/commands/DeletePodIdentityAssociationCommand.ts
@@ -113,4 +113,16 @@ export class DeletePodIdentityAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePodIdentityAssociationCommand)
.de(de_DeletePodIdentityAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePodIdentityAssociationRequest;
+ output: DeletePodIdentityAssociationResponse;
+ };
+ sdk: {
+ input: DeletePodIdentityAssociationCommandInput;
+ output: DeletePodIdentityAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/DeregisterClusterCommand.ts b/clients/client-eks/src/commands/DeregisterClusterCommand.ts
index 418a361ba743..3a86c3ebe70a 100644
--- a/clients/client-eks/src/commands/DeregisterClusterCommand.ts
+++ b/clients/client-eks/src/commands/DeregisterClusterCommand.ts
@@ -198,4 +198,16 @@ export class DeregisterClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_DeregisterClusterCommand)
.de(de_DeregisterClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterClusterRequest;
+ output: DeregisterClusterResponse;
+ };
+ sdk: {
+ input: DeregisterClusterCommandInput;
+ output: DeregisterClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/DescribeAccessEntryCommand.ts b/clients/client-eks/src/commands/DescribeAccessEntryCommand.ts
index b2fa656b7130..1436e400297e 100644
--- a/clients/client-eks/src/commands/DescribeAccessEntryCommand.ts
+++ b/clients/client-eks/src/commands/DescribeAccessEntryCommand.ts
@@ -104,4 +104,16 @@ export class DescribeAccessEntryCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAccessEntryCommand)
.de(de_DescribeAccessEntryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAccessEntryRequest;
+ output: DescribeAccessEntryResponse;
+ };
+ sdk: {
+ input: DescribeAccessEntryCommandInput;
+ output: DescribeAccessEntryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/DescribeAddonCommand.ts b/clients/client-eks/src/commands/DescribeAddonCommand.ts
index 95b7a2f1d9f2..0c8b4c60b568 100644
--- a/clients/client-eks/src/commands/DescribeAddonCommand.ts
+++ b/clients/client-eks/src/commands/DescribeAddonCommand.ts
@@ -132,4 +132,16 @@ export class DescribeAddonCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAddonCommand)
.de(de_DescribeAddonCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAddonRequest;
+ output: DescribeAddonResponse;
+ };
+ sdk: {
+ input: DescribeAddonCommandInput;
+ output: DescribeAddonCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/DescribeAddonConfigurationCommand.ts b/clients/client-eks/src/commands/DescribeAddonConfigurationCommand.ts
index ff49cd25c290..a3e3fdba041f 100644
--- a/clients/client-eks/src/commands/DescribeAddonConfigurationCommand.ts
+++ b/clients/client-eks/src/commands/DescribeAddonConfigurationCommand.ts
@@ -100,4 +100,16 @@ export class DescribeAddonConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAddonConfigurationCommand)
.de(de_DescribeAddonConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAddonConfigurationRequest;
+ output: DescribeAddonConfigurationResponse;
+ };
+ sdk: {
+ input: DescribeAddonConfigurationCommandInput;
+ output: DescribeAddonConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/DescribeAddonVersionsCommand.ts b/clients/client-eks/src/commands/DescribeAddonVersionsCommand.ts
index b5d4b498f3c8..fb3099303d1e 100644
--- a/clients/client-eks/src/commands/DescribeAddonVersionsCommand.ts
+++ b/clients/client-eks/src/commands/DescribeAddonVersionsCommand.ts
@@ -135,4 +135,16 @@ export class DescribeAddonVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAddonVersionsCommand)
.de(de_DescribeAddonVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAddonVersionsRequest;
+ output: DescribeAddonVersionsResponse;
+ };
+ sdk: {
+ input: DescribeAddonVersionsCommandInput;
+ output: DescribeAddonVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/DescribeClusterCommand.ts b/clients/client-eks/src/commands/DescribeClusterCommand.ts
index fc5d550c271e..7ad7f4785cbe 100644
--- a/clients/client-eks/src/commands/DescribeClusterCommand.ts
+++ b/clients/client-eks/src/commands/DescribeClusterCommand.ts
@@ -231,4 +231,16 @@ export class DescribeClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeClusterCommand)
.de(de_DescribeClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeClusterRequest;
+ output: DescribeClusterResponse;
+ };
+ sdk: {
+ input: DescribeClusterCommandInput;
+ output: DescribeClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/DescribeEksAnywhereSubscriptionCommand.ts b/clients/client-eks/src/commands/DescribeEksAnywhereSubscriptionCommand.ts
index 601d666474ae..afceac4bc99e 100644
--- a/clients/client-eks/src/commands/DescribeEksAnywhereSubscriptionCommand.ts
+++ b/clients/client-eks/src/commands/DescribeEksAnywhereSubscriptionCommand.ts
@@ -118,4 +118,16 @@ export class DescribeEksAnywhereSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEksAnywhereSubscriptionCommand)
.de(de_DescribeEksAnywhereSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEksAnywhereSubscriptionRequest;
+ output: DescribeEksAnywhereSubscriptionResponse;
+ };
+ sdk: {
+ input: DescribeEksAnywhereSubscriptionCommandInput;
+ output: DescribeEksAnywhereSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/DescribeFargateProfileCommand.ts b/clients/client-eks/src/commands/DescribeFargateProfileCommand.ts
index 81b9440a1edc..6b8ea9cdeee0 100644
--- a/clients/client-eks/src/commands/DescribeFargateProfileCommand.ts
+++ b/clients/client-eks/src/commands/DescribeFargateProfileCommand.ts
@@ -127,4 +127,16 @@ export class DescribeFargateProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFargateProfileCommand)
.de(de_DescribeFargateProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFargateProfileRequest;
+ output: DescribeFargateProfileResponse;
+ };
+ sdk: {
+ input: DescribeFargateProfileCommandInput;
+ output: DescribeFargateProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/DescribeIdentityProviderConfigCommand.ts b/clients/client-eks/src/commands/DescribeIdentityProviderConfigCommand.ts
index a83905b8cbe2..c48fca76f377 100644
--- a/clients/client-eks/src/commands/DescribeIdentityProviderConfigCommand.ts
+++ b/clients/client-eks/src/commands/DescribeIdentityProviderConfigCommand.ts
@@ -125,4 +125,16 @@ export class DescribeIdentityProviderConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeIdentityProviderConfigCommand)
.de(de_DescribeIdentityProviderConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeIdentityProviderConfigRequest;
+ output: DescribeIdentityProviderConfigResponse;
+ };
+ sdk: {
+ input: DescribeIdentityProviderConfigCommandInput;
+ output: DescribeIdentityProviderConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/DescribeInsightCommand.ts b/clients/client-eks/src/commands/DescribeInsightCommand.ts
index 55d1dac0a7aa..b3890dcb92ed 100644
--- a/clients/client-eks/src/commands/DescribeInsightCommand.ts
+++ b/clients/client-eks/src/commands/DescribeInsightCommand.ts
@@ -137,4 +137,16 @@ export class DescribeInsightCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeInsightCommand)
.de(de_DescribeInsightCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInsightRequest;
+ output: DescribeInsightResponse;
+ };
+ sdk: {
+ input: DescribeInsightCommandInput;
+ output: DescribeInsightCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/DescribeNodegroupCommand.ts b/clients/client-eks/src/commands/DescribeNodegroupCommand.ts
index da8b32c4e106..834803e11d44 100644
--- a/clients/client-eks/src/commands/DescribeNodegroupCommand.ts
+++ b/clients/client-eks/src/commands/DescribeNodegroupCommand.ts
@@ -167,4 +167,16 @@ export class DescribeNodegroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeNodegroupCommand)
.de(de_DescribeNodegroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeNodegroupRequest;
+ output: DescribeNodegroupResponse;
+ };
+ sdk: {
+ input: DescribeNodegroupCommandInput;
+ output: DescribeNodegroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/DescribePodIdentityAssociationCommand.ts b/clients/client-eks/src/commands/DescribePodIdentityAssociationCommand.ts
index 2aa7bb3e4ac7..84d2af30eb05 100644
--- a/clients/client-eks/src/commands/DescribePodIdentityAssociationCommand.ts
+++ b/clients/client-eks/src/commands/DescribePodIdentityAssociationCommand.ts
@@ -116,4 +116,16 @@ export class DescribePodIdentityAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePodIdentityAssociationCommand)
.de(de_DescribePodIdentityAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePodIdentityAssociationRequest;
+ output: DescribePodIdentityAssociationResponse;
+ };
+ sdk: {
+ input: DescribePodIdentityAssociationCommandInput;
+ output: DescribePodIdentityAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/DescribeUpdateCommand.ts b/clients/client-eks/src/commands/DescribeUpdateCommand.ts
index ed012169dd74..9515803e09d8 100644
--- a/clients/client-eks/src/commands/DescribeUpdateCommand.ts
+++ b/clients/client-eks/src/commands/DescribeUpdateCommand.ts
@@ -120,4 +120,16 @@ export class DescribeUpdateCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeUpdateCommand)
.de(de_DescribeUpdateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeUpdateRequest;
+ output: DescribeUpdateResponse;
+ };
+ sdk: {
+ input: DescribeUpdateCommandInput;
+ output: DescribeUpdateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/DisassociateAccessPolicyCommand.ts b/clients/client-eks/src/commands/DisassociateAccessPolicyCommand.ts
index 21cd8b4af2f1..219c65dda287 100644
--- a/clients/client-eks/src/commands/DisassociateAccessPolicyCommand.ts
+++ b/clients/client-eks/src/commands/DisassociateAccessPolicyCommand.ts
@@ -89,4 +89,16 @@ export class DisassociateAccessPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateAccessPolicyCommand)
.de(de_DisassociateAccessPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateAccessPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateAccessPolicyCommandInput;
+ output: DisassociateAccessPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/DisassociateIdentityProviderConfigCommand.ts b/clients/client-eks/src/commands/DisassociateIdentityProviderConfigCommand.ts
index 68f370934a84..25b4d8ed0080 100644
--- a/clients/client-eks/src/commands/DisassociateIdentityProviderConfigCommand.ts
+++ b/clients/client-eks/src/commands/DisassociateIdentityProviderConfigCommand.ts
@@ -137,4 +137,16 @@ export class DisassociateIdentityProviderConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateIdentityProviderConfigCommand)
.de(de_DisassociateIdentityProviderConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateIdentityProviderConfigRequest;
+ output: DisassociateIdentityProviderConfigResponse;
+ };
+ sdk: {
+ input: DisassociateIdentityProviderConfigCommandInput;
+ output: DisassociateIdentityProviderConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/ListAccessEntriesCommand.ts b/clients/client-eks/src/commands/ListAccessEntriesCommand.ts
index b45120ee1a85..f2894cb635bd 100644
--- a/clients/client-eks/src/commands/ListAccessEntriesCommand.ts
+++ b/clients/client-eks/src/commands/ListAccessEntriesCommand.ts
@@ -99,4 +99,16 @@ export class ListAccessEntriesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAccessEntriesCommand)
.de(de_ListAccessEntriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAccessEntriesRequest;
+ output: ListAccessEntriesResponse;
+ };
+ sdk: {
+ input: ListAccessEntriesCommandInput;
+ output: ListAccessEntriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/ListAccessPoliciesCommand.ts b/clients/client-eks/src/commands/ListAccessPoliciesCommand.ts
index 75c3c93a05a2..93dd6ec851a9 100644
--- a/clients/client-eks/src/commands/ListAccessPoliciesCommand.ts
+++ b/clients/client-eks/src/commands/ListAccessPoliciesCommand.ts
@@ -87,4 +87,16 @@ export class ListAccessPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAccessPoliciesCommand)
.de(de_ListAccessPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAccessPoliciesRequest;
+ output: ListAccessPoliciesResponse;
+ };
+ sdk: {
+ input: ListAccessPoliciesCommandInput;
+ output: ListAccessPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/ListAddonsCommand.ts b/clients/client-eks/src/commands/ListAddonsCommand.ts
index c25dd258f2ad..df2b7fc9dbcb 100644
--- a/clients/client-eks/src/commands/ListAddonsCommand.ts
+++ b/clients/client-eks/src/commands/ListAddonsCommand.ts
@@ -103,4 +103,16 @@ export class ListAddonsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAddonsCommand)
.de(de_ListAddonsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAddonsRequest;
+ output: ListAddonsResponse;
+ };
+ sdk: {
+ input: ListAddonsCommandInput;
+ output: ListAddonsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/ListAssociatedAccessPoliciesCommand.ts b/clients/client-eks/src/commands/ListAssociatedAccessPoliciesCommand.ts
index 4b0155915c23..552bdca64e72 100644
--- a/clients/client-eks/src/commands/ListAssociatedAccessPoliciesCommand.ts
+++ b/clients/client-eks/src/commands/ListAssociatedAccessPoliciesCommand.ts
@@ -112,4 +112,16 @@ export class ListAssociatedAccessPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAssociatedAccessPoliciesCommand)
.de(de_ListAssociatedAccessPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssociatedAccessPoliciesRequest;
+ output: ListAssociatedAccessPoliciesResponse;
+ };
+ sdk: {
+ input: ListAssociatedAccessPoliciesCommandInput;
+ output: ListAssociatedAccessPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/ListClustersCommand.ts b/clients/client-eks/src/commands/ListClustersCommand.ts
index 5677ecbf6c8f..9e3be7c924ef 100644
--- a/clients/client-eks/src/commands/ListClustersCommand.ts
+++ b/clients/client-eks/src/commands/ListClustersCommand.ts
@@ -117,4 +117,16 @@ export class ListClustersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListClustersCommand)
.de(de_ListClustersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListClustersRequest;
+ output: ListClustersResponse;
+ };
+ sdk: {
+ input: ListClustersCommandInput;
+ output: ListClustersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/ListEksAnywhereSubscriptionsCommand.ts b/clients/client-eks/src/commands/ListEksAnywhereSubscriptionsCommand.ts
index dedf7b6cc72e..5ad9ae9c9334 100644
--- a/clients/client-eks/src/commands/ListEksAnywhereSubscriptionsCommand.ts
+++ b/clients/client-eks/src/commands/ListEksAnywhereSubscriptionsCommand.ts
@@ -124,4 +124,16 @@ export class ListEksAnywhereSubscriptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEksAnywhereSubscriptionsCommand)
.de(de_ListEksAnywhereSubscriptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEksAnywhereSubscriptionsRequest;
+ output: ListEksAnywhereSubscriptionsResponse;
+ };
+ sdk: {
+ input: ListEksAnywhereSubscriptionsCommandInput;
+ output: ListEksAnywhereSubscriptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/ListFargateProfilesCommand.ts b/clients/client-eks/src/commands/ListFargateProfilesCommand.ts
index c03c6145644d..1c92da319e59 100644
--- a/clients/client-eks/src/commands/ListFargateProfilesCommand.ts
+++ b/clients/client-eks/src/commands/ListFargateProfilesCommand.ts
@@ -100,4 +100,16 @@ export class ListFargateProfilesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFargateProfilesCommand)
.de(de_ListFargateProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFargateProfilesRequest;
+ output: ListFargateProfilesResponse;
+ };
+ sdk: {
+ input: ListFargateProfilesCommandInput;
+ output: ListFargateProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/ListIdentityProviderConfigsCommand.ts b/clients/client-eks/src/commands/ListIdentityProviderConfigsCommand.ts
index 6fda6ea8c008..3ef8f8241bb5 100644
--- a/clients/client-eks/src/commands/ListIdentityProviderConfigsCommand.ts
+++ b/clients/client-eks/src/commands/ListIdentityProviderConfigsCommand.ts
@@ -110,4 +110,16 @@ export class ListIdentityProviderConfigsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIdentityProviderConfigsCommand)
.de(de_ListIdentityProviderConfigsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIdentityProviderConfigsRequest;
+ output: ListIdentityProviderConfigsResponse;
+ };
+ sdk: {
+ input: ListIdentityProviderConfigsCommandInput;
+ output: ListIdentityProviderConfigsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/ListInsightsCommand.ts b/clients/client-eks/src/commands/ListInsightsCommand.ts
index 3f178038ca3b..873340aae350 100644
--- a/clients/client-eks/src/commands/ListInsightsCommand.ts
+++ b/clients/client-eks/src/commands/ListInsightsCommand.ts
@@ -123,4 +123,16 @@ export class ListInsightsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInsightsCommand)
.de(de_ListInsightsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInsightsRequest;
+ output: ListInsightsResponse;
+ };
+ sdk: {
+ input: ListInsightsCommandInput;
+ output: ListInsightsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/ListNodegroupsCommand.ts b/clients/client-eks/src/commands/ListNodegroupsCommand.ts
index 4c56ea033fd7..2b58145380cf 100644
--- a/clients/client-eks/src/commands/ListNodegroupsCommand.ts
+++ b/clients/client-eks/src/commands/ListNodegroupsCommand.ts
@@ -103,4 +103,16 @@ export class ListNodegroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListNodegroupsCommand)
.de(de_ListNodegroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListNodegroupsRequest;
+ output: ListNodegroupsResponse;
+ };
+ sdk: {
+ input: ListNodegroupsCommandInput;
+ output: ListNodegroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/ListPodIdentityAssociationsCommand.ts b/clients/client-eks/src/commands/ListPodIdentityAssociationsCommand.ts
index fcc95f5e0d36..902b8fffb459 100644
--- a/clients/client-eks/src/commands/ListPodIdentityAssociationsCommand.ts
+++ b/clients/client-eks/src/commands/ListPodIdentityAssociationsCommand.ts
@@ -113,4 +113,16 @@ export class ListPodIdentityAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPodIdentityAssociationsCommand)
.de(de_ListPodIdentityAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPodIdentityAssociationsRequest;
+ output: ListPodIdentityAssociationsResponse;
+ };
+ sdk: {
+ input: ListPodIdentityAssociationsCommandInput;
+ output: ListPodIdentityAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/ListTagsForResourceCommand.ts b/clients/client-eks/src/commands/ListTagsForResourceCommand.ts
index 32fd7828c677..e439417bd43b 100644
--- a/clients/client-eks/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-eks/src/commands/ListTagsForResourceCommand.ts
@@ -105,4 +105,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/ListUpdatesCommand.ts b/clients/client-eks/src/commands/ListUpdatesCommand.ts
index 9e3ced703b4a..234b99cd1248 100644
--- a/clients/client-eks/src/commands/ListUpdatesCommand.ts
+++ b/clients/client-eks/src/commands/ListUpdatesCommand.ts
@@ -101,4 +101,16 @@ export class ListUpdatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListUpdatesCommand)
.de(de_ListUpdatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUpdatesRequest;
+ output: ListUpdatesResponse;
+ };
+ sdk: {
+ input: ListUpdatesCommandInput;
+ output: ListUpdatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/RegisterClusterCommand.ts b/clients/client-eks/src/commands/RegisterClusterCommand.ts
index 8d219eec872f..320d10746b22 100644
--- a/clients/client-eks/src/commands/RegisterClusterCommand.ts
+++ b/clients/client-eks/src/commands/RegisterClusterCommand.ts
@@ -222,4 +222,16 @@ export class RegisterClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterClusterCommand)
.de(de_RegisterClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterClusterRequest;
+ output: RegisterClusterResponse;
+ };
+ sdk: {
+ input: RegisterClusterCommandInput;
+ output: RegisterClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/TagResourceCommand.ts b/clients/client-eks/src/commands/TagResourceCommand.ts
index a79cb9461ffa..623f8fc438c5 100644
--- a/clients/client-eks/src/commands/TagResourceCommand.ts
+++ b/clients/client-eks/src/commands/TagResourceCommand.ts
@@ -92,4 +92,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/UntagResourceCommand.ts b/clients/client-eks/src/commands/UntagResourceCommand.ts
index d2cd3c15f0e4..8f438ee4be2c 100644
--- a/clients/client-eks/src/commands/UntagResourceCommand.ts
+++ b/clients/client-eks/src/commands/UntagResourceCommand.ts
@@ -86,4 +86,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/UpdateAccessEntryCommand.ts b/clients/client-eks/src/commands/UpdateAccessEntryCommand.ts
index 8430c204d760..30b5c8a4225c 100644
--- a/clients/client-eks/src/commands/UpdateAccessEntryCommand.ts
+++ b/clients/client-eks/src/commands/UpdateAccessEntryCommand.ts
@@ -113,4 +113,16 @@ export class UpdateAccessEntryCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAccessEntryCommand)
.de(de_UpdateAccessEntryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAccessEntryRequest;
+ output: UpdateAccessEntryResponse;
+ };
+ sdk: {
+ input: UpdateAccessEntryCommandInput;
+ output: UpdateAccessEntryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/UpdateAddonCommand.ts b/clients/client-eks/src/commands/UpdateAddonCommand.ts
index f7ea22b4b067..431d5afb6b1f 100644
--- a/clients/client-eks/src/commands/UpdateAddonCommand.ts
+++ b/clients/client-eks/src/commands/UpdateAddonCommand.ts
@@ -133,4 +133,16 @@ export class UpdateAddonCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAddonCommand)
.de(de_UpdateAddonCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAddonRequest;
+ output: UpdateAddonResponse;
+ };
+ sdk: {
+ input: UpdateAddonCommandInput;
+ output: UpdateAddonCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/UpdateClusterConfigCommand.ts b/clients/client-eks/src/commands/UpdateClusterConfigCommand.ts
index bf6a2fa2499b..b89dfb705984 100644
--- a/clients/client-eks/src/commands/UpdateClusterConfigCommand.ts
+++ b/clients/client-eks/src/commands/UpdateClusterConfigCommand.ts
@@ -181,4 +181,16 @@ export class UpdateClusterConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateClusterConfigCommand)
.de(de_UpdateClusterConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateClusterConfigRequest;
+ output: UpdateClusterConfigResponse;
+ };
+ sdk: {
+ input: UpdateClusterConfigCommandInput;
+ output: UpdateClusterConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/UpdateClusterVersionCommand.ts b/clients/client-eks/src/commands/UpdateClusterVersionCommand.ts
index 16c1b290f0ee..f2298a9adc7e 100644
--- a/clients/client-eks/src/commands/UpdateClusterVersionCommand.ts
+++ b/clients/client-eks/src/commands/UpdateClusterVersionCommand.ts
@@ -132,4 +132,16 @@ export class UpdateClusterVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateClusterVersionCommand)
.de(de_UpdateClusterVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateClusterVersionRequest;
+ output: UpdateClusterVersionResponse;
+ };
+ sdk: {
+ input: UpdateClusterVersionCommandInput;
+ output: UpdateClusterVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/UpdateEksAnywhereSubscriptionCommand.ts b/clients/client-eks/src/commands/UpdateEksAnywhereSubscriptionCommand.ts
index 3b4dd40cd857..a2783afbe557 100644
--- a/clients/client-eks/src/commands/UpdateEksAnywhereSubscriptionCommand.ts
+++ b/clients/client-eks/src/commands/UpdateEksAnywhereSubscriptionCommand.ts
@@ -126,4 +126,16 @@ export class UpdateEksAnywhereSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEksAnywhereSubscriptionCommand)
.de(de_UpdateEksAnywhereSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEksAnywhereSubscriptionRequest;
+ output: UpdateEksAnywhereSubscriptionResponse;
+ };
+ sdk: {
+ input: UpdateEksAnywhereSubscriptionCommandInput;
+ output: UpdateEksAnywhereSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/UpdateNodegroupConfigCommand.ts b/clients/client-eks/src/commands/UpdateNodegroupConfigCommand.ts
index a349478d5218..cab8932ac4dd 100644
--- a/clients/client-eks/src/commands/UpdateNodegroupConfigCommand.ts
+++ b/clients/client-eks/src/commands/UpdateNodegroupConfigCommand.ts
@@ -159,4 +159,16 @@ export class UpdateNodegroupConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateNodegroupConfigCommand)
.de(de_UpdateNodegroupConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateNodegroupConfigRequest;
+ output: UpdateNodegroupConfigResponse;
+ };
+ sdk: {
+ input: UpdateNodegroupConfigCommandInput;
+ output: UpdateNodegroupConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/UpdateNodegroupVersionCommand.ts b/clients/client-eks/src/commands/UpdateNodegroupVersionCommand.ts
index 48201abe9bac..ef18ab10f66e 100644
--- a/clients/client-eks/src/commands/UpdateNodegroupVersionCommand.ts
+++ b/clients/client-eks/src/commands/UpdateNodegroupVersionCommand.ts
@@ -150,4 +150,16 @@ export class UpdateNodegroupVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateNodegroupVersionCommand)
.de(de_UpdateNodegroupVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateNodegroupVersionRequest;
+ output: UpdateNodegroupVersionResponse;
+ };
+ sdk: {
+ input: UpdateNodegroupVersionCommandInput;
+ output: UpdateNodegroupVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eks/src/commands/UpdatePodIdentityAssociationCommand.ts b/clients/client-eks/src/commands/UpdatePodIdentityAssociationCommand.ts
index c601481010b7..c861a5f54c13 100644
--- a/clients/client-eks/src/commands/UpdatePodIdentityAssociationCommand.ts
+++ b/clients/client-eks/src/commands/UpdatePodIdentityAssociationCommand.ts
@@ -117,4 +117,16 @@ export class UpdatePodIdentityAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePodIdentityAssociationCommand)
.de(de_UpdatePodIdentityAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePodIdentityAssociationRequest;
+ output: UpdatePodIdentityAssociationResponse;
+ };
+ sdk: {
+ input: UpdatePodIdentityAssociationCommandInput;
+ output: UpdatePodIdentityAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/package.json b/clients/client-elastic-beanstalk/package.json
index 19678c9c1f1a..6b104f441224 100644
--- a/clients/client-elastic-beanstalk/package.json
+++ b/clients/client-elastic-beanstalk/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2"
},
"devDependencies": {
diff --git a/clients/client-elastic-beanstalk/src/commands/AbortEnvironmentUpdateCommand.ts b/clients/client-elastic-beanstalk/src/commands/AbortEnvironmentUpdateCommand.ts
index ddf9d0e3c086..54d5c0573c0f 100644
--- a/clients/client-elastic-beanstalk/src/commands/AbortEnvironmentUpdateCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/AbortEnvironmentUpdateCommand.ts
@@ -92,4 +92,16 @@ export class AbortEnvironmentUpdateCommand extends $Command
.f(void 0, void 0)
.ser(se_AbortEnvironmentUpdateCommand)
.de(de_AbortEnvironmentUpdateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AbortEnvironmentUpdateMessage;
+ output: {};
+ };
+ sdk: {
+ input: AbortEnvironmentUpdateCommandInput;
+ output: AbortEnvironmentUpdateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/ApplyEnvironmentManagedActionCommand.ts b/clients/client-elastic-beanstalk/src/commands/ApplyEnvironmentManagedActionCommand.ts
index 62c1cc053d4d..5266ed04027c 100644
--- a/clients/client-elastic-beanstalk/src/commands/ApplyEnvironmentManagedActionCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/ApplyEnvironmentManagedActionCommand.ts
@@ -95,4 +95,16 @@ export class ApplyEnvironmentManagedActionCommand extends $Command
.f(void 0, void 0)
.ser(se_ApplyEnvironmentManagedActionCommand)
.de(de_ApplyEnvironmentManagedActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ApplyEnvironmentManagedActionRequest;
+ output: ApplyEnvironmentManagedActionResult;
+ };
+ sdk: {
+ input: ApplyEnvironmentManagedActionCommandInput;
+ output: ApplyEnvironmentManagedActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/AssociateEnvironmentOperationsRoleCommand.ts b/clients/client-elastic-beanstalk/src/commands/AssociateEnvironmentOperationsRoleCommand.ts
index 3c77516209fe..869b38cf20c0 100644
--- a/clients/client-elastic-beanstalk/src/commands/AssociateEnvironmentOperationsRoleCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/AssociateEnvironmentOperationsRoleCommand.ts
@@ -86,4 +86,16 @@ export class AssociateEnvironmentOperationsRoleCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateEnvironmentOperationsRoleCommand)
.de(de_AssociateEnvironmentOperationsRoleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateEnvironmentOperationsRoleMessage;
+ output: {};
+ };
+ sdk: {
+ input: AssociateEnvironmentOperationsRoleCommandInput;
+ output: AssociateEnvironmentOperationsRoleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/CheckDNSAvailabilityCommand.ts b/clients/client-elastic-beanstalk/src/commands/CheckDNSAvailabilityCommand.ts
index ff4bca73d7fd..8583cc42af06 100644
--- a/clients/client-elastic-beanstalk/src/commands/CheckDNSAvailabilityCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/CheckDNSAvailabilityCommand.ts
@@ -95,4 +95,16 @@ export class CheckDNSAvailabilityCommand extends $Command
.f(void 0, void 0)
.ser(se_CheckDNSAvailabilityCommand)
.de(de_CheckDNSAvailabilityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CheckDNSAvailabilityMessage;
+ output: CheckDNSAvailabilityResultMessage;
+ };
+ sdk: {
+ input: CheckDNSAvailabilityCommandInput;
+ output: CheckDNSAvailabilityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/ComposeEnvironmentsCommand.ts b/clients/client-elastic-beanstalk/src/commands/ComposeEnvironmentsCommand.ts
index 346eee32c5e0..5dc3008e7ccf 100644
--- a/clients/client-elastic-beanstalk/src/commands/ComposeEnvironmentsCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/ComposeEnvironmentsCommand.ts
@@ -138,4 +138,16 @@ export class ComposeEnvironmentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ComposeEnvironmentsCommand)
.de(de_ComposeEnvironmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ComposeEnvironmentsMessage;
+ output: EnvironmentDescriptionsMessage;
+ };
+ sdk: {
+ input: ComposeEnvironmentsCommandInput;
+ output: ComposeEnvironmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/CreateApplicationCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateApplicationCommand.ts
index 92f16411dbab..6ac58c61c4d7 100644
--- a/clients/client-elastic-beanstalk/src/commands/CreateApplicationCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/CreateApplicationCommand.ts
@@ -153,4 +153,16 @@ export class CreateApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateApplicationCommand)
.de(de_CreateApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateApplicationMessage;
+ output: ApplicationDescriptionMessage;
+ };
+ sdk: {
+ input: CreateApplicationCommandInput;
+ output: CreateApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/CreateApplicationVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateApplicationVersionCommand.ts
index 03c95dc104c5..f8d330aa9d2e 100644
--- a/clients/client-elastic-beanstalk/src/commands/CreateApplicationVersionCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/CreateApplicationVersionCommand.ts
@@ -199,4 +199,16 @@ export class CreateApplicationVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateApplicationVersionCommand)
.de(de_CreateApplicationVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateApplicationVersionMessage;
+ output: ApplicationVersionDescriptionMessage;
+ };
+ sdk: {
+ input: CreateApplicationVersionCommandInput;
+ output: CreateApplicationVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/CreateConfigurationTemplateCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateConfigurationTemplateCommand.ts
index aa8a4b78a421..b30b47002e14 100644
--- a/clients/client-elastic-beanstalk/src/commands/CreateConfigurationTemplateCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/CreateConfigurationTemplateCommand.ts
@@ -171,4 +171,16 @@ export class CreateConfigurationTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateConfigurationTemplateCommand)
.de(de_CreateConfigurationTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateConfigurationTemplateMessage;
+ output: ConfigurationSettingsDescription;
+ };
+ sdk: {
+ input: CreateConfigurationTemplateCommandInput;
+ output: CreateConfigurationTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/CreateEnvironmentCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateEnvironmentCommand.ts
index 04da45dcc93c..e2c96bf62f28 100644
--- a/clients/client-elastic-beanstalk/src/commands/CreateEnvironmentCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/CreateEnvironmentCommand.ts
@@ -194,4 +194,16 @@ export class CreateEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEnvironmentCommand)
.de(de_CreateEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEnvironmentMessage;
+ output: EnvironmentDescription;
+ };
+ sdk: {
+ input: CreateEnvironmentCommandInput;
+ output: CreateEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/CreatePlatformVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreatePlatformVersionCommand.ts
index 8b9f6b575f32..0bdb9fcc5e34 100644
--- a/clients/client-elastic-beanstalk/src/commands/CreatePlatformVersionCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/CreatePlatformVersionCommand.ts
@@ -127,4 +127,16 @@ export class CreatePlatformVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePlatformVersionCommand)
.de(de_CreatePlatformVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePlatformVersionRequest;
+ output: CreatePlatformVersionResult;
+ };
+ sdk: {
+ input: CreatePlatformVersionCommandInput;
+ output: CreatePlatformVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/CreateStorageLocationCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateStorageLocationCommand.ts
index 7b4a8ff99494..1fda5d1d78a5 100644
--- a/clients/client-elastic-beanstalk/src/commands/CreateStorageLocationCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/CreateStorageLocationCommand.ts
@@ -103,4 +103,16 @@ export class CreateStorageLocationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateStorageLocationCommand)
.de(de_CreateStorageLocationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: CreateStorageLocationResultMessage;
+ };
+ sdk: {
+ input: CreateStorageLocationCommandInput;
+ output: CreateStorageLocationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/DeleteApplicationCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeleteApplicationCommand.ts
index 4fa9c6b62aad..2f254ecd4ad7 100644
--- a/clients/client-elastic-beanstalk/src/commands/DeleteApplicationCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/DeleteApplicationCommand.ts
@@ -96,4 +96,16 @@ export class DeleteApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApplicationCommand)
.de(de_DeleteApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApplicationMessage;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApplicationCommandInput;
+ output: DeleteApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/DeleteApplicationVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeleteApplicationVersionCommand.ts
index 185314902643..60635c4063ff 100644
--- a/clients/client-elastic-beanstalk/src/commands/DeleteApplicationVersionCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/DeleteApplicationVersionCommand.ts
@@ -121,4 +121,16 @@ export class DeleteApplicationVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApplicationVersionCommand)
.de(de_DeleteApplicationVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApplicationVersionMessage;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApplicationVersionCommandInput;
+ output: DeleteApplicationVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/DeleteConfigurationTemplateCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeleteConfigurationTemplateCommand.ts
index 705805ffdb63..dfe64907e9d0 100644
--- a/clients/client-elastic-beanstalk/src/commands/DeleteConfigurationTemplateCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/DeleteConfigurationTemplateCommand.ts
@@ -97,4 +97,16 @@ export class DeleteConfigurationTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConfigurationTemplateCommand)
.de(de_DeleteConfigurationTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConfigurationTemplateMessage;
+ output: {};
+ };
+ sdk: {
+ input: DeleteConfigurationTemplateCommandInput;
+ output: DeleteConfigurationTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/DeleteEnvironmentConfigurationCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeleteEnvironmentConfigurationCommand.ts
index fbc216b0252d..bee44e8988ed 100644
--- a/clients/client-elastic-beanstalk/src/commands/DeleteEnvironmentConfigurationCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/DeleteEnvironmentConfigurationCommand.ts
@@ -96,4 +96,16 @@ export class DeleteEnvironmentConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEnvironmentConfigurationCommand)
.de(de_DeleteEnvironmentConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEnvironmentConfigurationMessage;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEnvironmentConfigurationCommandInput;
+ output: DeleteEnvironmentConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/DeletePlatformVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeletePlatformVersionCommand.ts
index 94b7562b9285..828b79d1fc96 100644
--- a/clients/client-elastic-beanstalk/src/commands/DeletePlatformVersionCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/DeletePlatformVersionCommand.ts
@@ -108,4 +108,16 @@ export class DeletePlatformVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePlatformVersionCommand)
.de(de_DeletePlatformVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePlatformVersionRequest;
+ output: DeletePlatformVersionResult;
+ };
+ sdk: {
+ input: DeletePlatformVersionCommandInput;
+ output: DeletePlatformVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeAccountAttributesCommand.ts
index 627499cbf81f..21f24e705690 100644
--- a/clients/client-elastic-beanstalk/src/commands/DescribeAccountAttributesCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/DescribeAccountAttributesCommand.ts
@@ -97,4 +97,16 @@ export class DescribeAccountAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAccountAttributesCommand)
.de(de_DescribeAccountAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeAccountAttributesResult;
+ };
+ sdk: {
+ input: DescribeAccountAttributesCommandInput;
+ output: DescribeAccountAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeApplicationVersionsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeApplicationVersionsCommand.ts
index 19a2805740b7..c6ace7bae748 100644
--- a/clients/client-elastic-beanstalk/src/commands/DescribeApplicationVersionsCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/DescribeApplicationVersionsCommand.ts
@@ -147,4 +147,16 @@ export class DescribeApplicationVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeApplicationVersionsCommand)
.de(de_DescribeApplicationVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeApplicationVersionsMessage;
+ output: ApplicationVersionDescriptionsMessage;
+ };
+ sdk: {
+ input: DescribeApplicationVersionsCommandInput;
+ output: DescribeApplicationVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeApplicationsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeApplicationsCommand.ts
index 0fc62d107f57..9c2256bff1d0 100644
--- a/clients/client-elastic-beanstalk/src/commands/DescribeApplicationsCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/DescribeApplicationsCommand.ts
@@ -152,4 +152,16 @@ export class DescribeApplicationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeApplicationsCommand)
.de(de_DescribeApplicationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeApplicationsMessage;
+ output: ApplicationDescriptionsMessage;
+ };
+ sdk: {
+ input: DescribeApplicationsCommandInput;
+ output: DescribeApplicationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationOptionsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationOptionsCommand.ts
index 3279bc6de45c..3a64d21cac00 100644
--- a/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationOptionsCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationOptionsCommand.ts
@@ -152,4 +152,16 @@ export class DescribeConfigurationOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeConfigurationOptionsCommand)
.de(de_DescribeConfigurationOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConfigurationOptionsMessage;
+ output: ConfigurationOptionsDescription;
+ };
+ sdk: {
+ input: DescribeConfigurationOptionsCommandInput;
+ output: DescribeConfigurationOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationSettingsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationSettingsCommand.ts
index f9f2e6600635..4f67df5845c6 100644
--- a/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationSettingsCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationSettingsCommand.ts
@@ -174,4 +174,16 @@ export class DescribeConfigurationSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeConfigurationSettingsCommand)
.de(de_DescribeConfigurationSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConfigurationSettingsMessage;
+ output: ConfigurationSettingsDescriptions;
+ };
+ sdk: {
+ input: DescribeConfigurationSettingsCommandInput;
+ output: DescribeConfigurationSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentHealthCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentHealthCommand.ts
index 1d0afcb47d92..f2437ebc5c10 100644
--- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentHealthCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentHealthCommand.ts
@@ -180,4 +180,16 @@ export class DescribeEnvironmentHealthCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEnvironmentHealthCommand)
.de(de_DescribeEnvironmentHealthCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEnvironmentHealthRequest;
+ output: DescribeEnvironmentHealthResult;
+ };
+ sdk: {
+ input: DescribeEnvironmentHealthCommandInput;
+ output: DescribeEnvironmentHealthCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionHistoryCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionHistoryCommand.ts
index f76c235afbcf..a70121bd5692 100644
--- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionHistoryCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionHistoryCommand.ts
@@ -104,4 +104,16 @@ export class DescribeEnvironmentManagedActionHistoryCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEnvironmentManagedActionHistoryCommand)
.de(de_DescribeEnvironmentManagedActionHistoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEnvironmentManagedActionHistoryRequest;
+ output: DescribeEnvironmentManagedActionHistoryResult;
+ };
+ sdk: {
+ input: DescribeEnvironmentManagedActionHistoryCommandInput;
+ output: DescribeEnvironmentManagedActionHistoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionsCommand.ts
index a5c60576089d..d68c6989bb74 100644
--- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionsCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionsCommand.ts
@@ -95,4 +95,16 @@ export class DescribeEnvironmentManagedActionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEnvironmentManagedActionsCommand)
.de(de_DescribeEnvironmentManagedActionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEnvironmentManagedActionsRequest;
+ output: DescribeEnvironmentManagedActionsResult;
+ };
+ sdk: {
+ input: DescribeEnvironmentManagedActionsCommandInput;
+ output: DescribeEnvironmentManagedActionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentResourcesCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentResourcesCommand.ts
index 82a1261c017d..23c0d167dbd0 100644
--- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentResourcesCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentResourcesCommand.ts
@@ -162,4 +162,16 @@ export class DescribeEnvironmentResourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEnvironmentResourcesCommand)
.de(de_DescribeEnvironmentResourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEnvironmentResourcesMessage;
+ output: EnvironmentResourceDescriptionsMessage;
+ };
+ sdk: {
+ input: DescribeEnvironmentResourcesCommandInput;
+ output: DescribeEnvironmentResourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentsCommand.ts
index e50f8043b64d..e525039476f2 100644
--- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentsCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentsCommand.ts
@@ -171,4 +171,16 @@ export class DescribeEnvironmentsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEnvironmentsCommand)
.de(de_DescribeEnvironmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEnvironmentsMessage;
+ output: EnvironmentDescriptionsMessage;
+ };
+ sdk: {
+ input: DescribeEnvironmentsCommandInput;
+ output: DescribeEnvironmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEventsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEventsCommand.ts
index 96598524618a..57080dfd0fd1 100644
--- a/clients/client-elastic-beanstalk/src/commands/DescribeEventsCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/DescribeEventsCommand.ts
@@ -153,4 +153,16 @@ export class DescribeEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEventsCommand)
.de(de_DescribeEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEventsMessage;
+ output: EventDescriptionsMessage;
+ };
+ sdk: {
+ input: DescribeEventsCommandInput;
+ output: DescribeEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeInstancesHealthCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeInstancesHealthCommand.ts
index b414045e068d..c607cee9779a 100644
--- a/clients/client-elastic-beanstalk/src/commands/DescribeInstancesHealthCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/DescribeInstancesHealthCommand.ts
@@ -210,4 +210,16 @@ export class DescribeInstancesHealthCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeInstancesHealthCommand)
.de(de_DescribeInstancesHealthCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInstancesHealthRequest;
+ output: DescribeInstancesHealthResult;
+ };
+ sdk: {
+ input: DescribeInstancesHealthCommandInput;
+ output: DescribeInstancesHealthCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/DescribePlatformVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribePlatformVersionCommand.ts
index 79c0afd7f604..d29a7ae7e7e2 100644
--- a/clients/client-elastic-beanstalk/src/commands/DescribePlatformVersionCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/DescribePlatformVersionCommand.ts
@@ -128,4 +128,16 @@ export class DescribePlatformVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePlatformVersionCommand)
.de(de_DescribePlatformVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePlatformVersionRequest;
+ output: DescribePlatformVersionResult;
+ };
+ sdk: {
+ input: DescribePlatformVersionCommandInput;
+ output: DescribePlatformVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/DisassociateEnvironmentOperationsRoleCommand.ts b/clients/client-elastic-beanstalk/src/commands/DisassociateEnvironmentOperationsRoleCommand.ts
index a1df18848e2a..cf973fdd3491 100644
--- a/clients/client-elastic-beanstalk/src/commands/DisassociateEnvironmentOperationsRoleCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/DisassociateEnvironmentOperationsRoleCommand.ts
@@ -86,4 +86,16 @@ export class DisassociateEnvironmentOperationsRoleCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateEnvironmentOperationsRoleCommand)
.de(de_DisassociateEnvironmentOperationsRoleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateEnvironmentOperationsRoleMessage;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateEnvironmentOperationsRoleCommandInput;
+ output: DisassociateEnvironmentOperationsRoleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/ListAvailableSolutionStacksCommand.ts b/clients/client-elastic-beanstalk/src/commands/ListAvailableSolutionStacksCommand.ts
index 9acdcc2a0980..d3dc5c6e7cc5 100644
--- a/clients/client-elastic-beanstalk/src/commands/ListAvailableSolutionStacksCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/ListAvailableSolutionStacksCommand.ts
@@ -139,4 +139,16 @@ export class ListAvailableSolutionStacksCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAvailableSolutionStacksCommand)
.de(de_ListAvailableSolutionStacksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: ListAvailableSolutionStacksResultMessage;
+ };
+ sdk: {
+ input: ListAvailableSolutionStacksCommandInput;
+ output: ListAvailableSolutionStacksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/ListPlatformBranchesCommand.ts b/clients/client-elastic-beanstalk/src/commands/ListPlatformBranchesCommand.ts
index 757db9ba0c17..707ce8a33710 100644
--- a/clients/client-elastic-beanstalk/src/commands/ListPlatformBranchesCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/ListPlatformBranchesCommand.ts
@@ -101,4 +101,16 @@ export class ListPlatformBranchesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPlatformBranchesCommand)
.de(de_ListPlatformBranchesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPlatformBranchesRequest;
+ output: ListPlatformBranchesResult;
+ };
+ sdk: {
+ input: ListPlatformBranchesCommandInput;
+ output: ListPlatformBranchesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/ListPlatformVersionsCommand.ts b/clients/client-elastic-beanstalk/src/commands/ListPlatformVersionsCommand.ts
index 28bf78bc2bea..c8daf53a3168 100644
--- a/clients/client-elastic-beanstalk/src/commands/ListPlatformVersionsCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/ListPlatformVersionsCommand.ts
@@ -118,4 +118,16 @@ export class ListPlatformVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPlatformVersionsCommand)
.de(de_ListPlatformVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPlatformVersionsRequest;
+ output: ListPlatformVersionsResult;
+ };
+ sdk: {
+ input: ListPlatformVersionsCommandInput;
+ output: ListPlatformVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/ListTagsForResourceCommand.ts b/clients/client-elastic-beanstalk/src/commands/ListTagsForResourceCommand.ts
index 018e91a1763a..73089425498f 100644
--- a/clients/client-elastic-beanstalk/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/ListTagsForResourceCommand.ts
@@ -96,4 +96,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceMessage;
+ output: ResourceTagsDescriptionMessage;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/RebuildEnvironmentCommand.ts b/clients/client-elastic-beanstalk/src/commands/RebuildEnvironmentCommand.ts
index 7fb497ba1f0d..33e1ebe5f859 100644
--- a/clients/client-elastic-beanstalk/src/commands/RebuildEnvironmentCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/RebuildEnvironmentCommand.ts
@@ -92,4 +92,16 @@ export class RebuildEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_RebuildEnvironmentCommand)
.de(de_RebuildEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RebuildEnvironmentMessage;
+ output: {};
+ };
+ sdk: {
+ input: RebuildEnvironmentCommandInput;
+ output: RebuildEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/RequestEnvironmentInfoCommand.ts b/clients/client-elastic-beanstalk/src/commands/RequestEnvironmentInfoCommand.ts
index 812f0851dd59..844c815afb29 100644
--- a/clients/client-elastic-beanstalk/src/commands/RequestEnvironmentInfoCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/RequestEnvironmentInfoCommand.ts
@@ -104,4 +104,16 @@ export class RequestEnvironmentInfoCommand extends $Command
.f(void 0, void 0)
.ser(se_RequestEnvironmentInfoCommand)
.de(de_RequestEnvironmentInfoCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RequestEnvironmentInfoMessage;
+ output: {};
+ };
+ sdk: {
+ input: RequestEnvironmentInfoCommandInput;
+ output: RequestEnvironmentInfoCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/RestartAppServerCommand.ts b/clients/client-elastic-beanstalk/src/commands/RestartAppServerCommand.ts
index 8d97411b19ff..5c5d268ca7a6 100644
--- a/clients/client-elastic-beanstalk/src/commands/RestartAppServerCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/RestartAppServerCommand.ts
@@ -88,4 +88,16 @@ export class RestartAppServerCommand extends $Command
.f(void 0, void 0)
.ser(se_RestartAppServerCommand)
.de(de_RestartAppServerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RestartAppServerMessage;
+ output: {};
+ };
+ sdk: {
+ input: RestartAppServerCommandInput;
+ output: RestartAppServerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/RetrieveEnvironmentInfoCommand.ts b/clients/client-elastic-beanstalk/src/commands/RetrieveEnvironmentInfoCommand.ts
index 2bd1ead78195..da8d01ea43a5 100644
--- a/clients/client-elastic-beanstalk/src/commands/RetrieveEnvironmentInfoCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/RetrieveEnvironmentInfoCommand.ts
@@ -119,4 +119,16 @@ export class RetrieveEnvironmentInfoCommand extends $Command
.f(void 0, void 0)
.ser(se_RetrieveEnvironmentInfoCommand)
.de(de_RetrieveEnvironmentInfoCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RetrieveEnvironmentInfoMessage;
+ output: RetrieveEnvironmentInfoResultMessage;
+ };
+ sdk: {
+ input: RetrieveEnvironmentInfoCommandInput;
+ output: RetrieveEnvironmentInfoCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/SwapEnvironmentCNAMEsCommand.ts b/clients/client-elastic-beanstalk/src/commands/SwapEnvironmentCNAMEsCommand.ts
index 8c2cb81e523e..64e1396013e2 100644
--- a/clients/client-elastic-beanstalk/src/commands/SwapEnvironmentCNAMEsCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/SwapEnvironmentCNAMEsCommand.ts
@@ -90,4 +90,16 @@ export class SwapEnvironmentCNAMEsCommand extends $Command
.f(void 0, void 0)
.ser(se_SwapEnvironmentCNAMEsCommand)
.de(de_SwapEnvironmentCNAMEsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SwapEnvironmentCNAMEsMessage;
+ output: {};
+ };
+ sdk: {
+ input: SwapEnvironmentCNAMEsCommandInput;
+ output: SwapEnvironmentCNAMEsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/TerminateEnvironmentCommand.ts b/clients/client-elastic-beanstalk/src/commands/TerminateEnvironmentCommand.ts
index b11a5a57d92a..8b6bfed9fd6d 100644
--- a/clients/client-elastic-beanstalk/src/commands/TerminateEnvironmentCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/TerminateEnvironmentCommand.ts
@@ -155,4 +155,16 @@ export class TerminateEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_TerminateEnvironmentCommand)
.de(de_TerminateEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TerminateEnvironmentMessage;
+ output: EnvironmentDescription;
+ };
+ sdk: {
+ input: TerminateEnvironmentCommandInput;
+ output: TerminateEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationCommand.ts
index 07767e16690e..ceef722e9989 100644
--- a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationCommand.ts
@@ -139,4 +139,16 @@ export class UpdateApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateApplicationCommand)
.de(de_UpdateApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApplicationMessage;
+ output: ApplicationDescriptionMessage;
+ };
+ sdk: {
+ input: UpdateApplicationCommandInput;
+ output: UpdateApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationResourceLifecycleCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationResourceLifecycleCommand.ts
index e57c028a1904..57665ce91d12 100644
--- a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationResourceLifecycleCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationResourceLifecycleCommand.ts
@@ -119,4 +119,16 @@ export class UpdateApplicationResourceLifecycleCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateApplicationResourceLifecycleCommand)
.de(de_UpdateApplicationResourceLifecycleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApplicationResourceLifecycleMessage;
+ output: ApplicationResourceLifecycleDescriptionMessage;
+ };
+ sdk: {
+ input: UpdateApplicationResourceLifecycleCommandInput;
+ output: UpdateApplicationResourceLifecycleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationVersionCommand.ts
index f03d5f5589e2..4ca84f1f6690 100644
--- a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationVersionCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationVersionCommand.ts
@@ -129,4 +129,16 @@ export class UpdateApplicationVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateApplicationVersionCommand)
.de(de_UpdateApplicationVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApplicationVersionMessage;
+ output: ApplicationVersionDescriptionMessage;
+ };
+ sdk: {
+ input: UpdateApplicationVersionCommandInput;
+ output: UpdateApplicationVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateConfigurationTemplateCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateConfigurationTemplateCommand.ts
index 54507301e799..2e819bd74a43 100644
--- a/clients/client-elastic-beanstalk/src/commands/UpdateConfigurationTemplateCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/UpdateConfigurationTemplateCommand.ts
@@ -157,4 +157,16 @@ export class UpdateConfigurationTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateConfigurationTemplateCommand)
.de(de_UpdateConfigurationTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateConfigurationTemplateMessage;
+ output: ConfigurationSettingsDescription;
+ };
+ sdk: {
+ input: UpdateConfigurationTemplateCommandInput;
+ output: UpdateConfigurationTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateEnvironmentCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateEnvironmentCommand.ts
index 8019ea84031e..4e46c08f4fc7 100644
--- a/clients/client-elastic-beanstalk/src/commands/UpdateEnvironmentCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/UpdateEnvironmentCommand.ts
@@ -246,4 +246,16 @@ export class UpdateEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEnvironmentCommand)
.de(de_UpdateEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEnvironmentMessage;
+ output: EnvironmentDescription;
+ };
+ sdk: {
+ input: UpdateEnvironmentCommandInput;
+ output: UpdateEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateTagsForResourceCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateTagsForResourceCommand.ts
index a61ff1667530..2daee2771ff2 100644
--- a/clients/client-elastic-beanstalk/src/commands/UpdateTagsForResourceCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/UpdateTagsForResourceCommand.ts
@@ -123,4 +123,16 @@ export class UpdateTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTagsForResourceCommand)
.de(de_UpdateTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTagsForResourceMessage;
+ output: {};
+ };
+ sdk: {
+ input: UpdateTagsForResourceCommandInput;
+ output: UpdateTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-beanstalk/src/commands/ValidateConfigurationSettingsCommand.ts b/clients/client-elastic-beanstalk/src/commands/ValidateConfigurationSettingsCommand.ts
index 24ab0de823c1..105cc5afec7a 100644
--- a/clients/client-elastic-beanstalk/src/commands/ValidateConfigurationSettingsCommand.ts
+++ b/clients/client-elastic-beanstalk/src/commands/ValidateConfigurationSettingsCommand.ts
@@ -133,4 +133,16 @@ export class ValidateConfigurationSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_ValidateConfigurationSettingsCommand)
.de(de_ValidateConfigurationSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ValidateConfigurationSettingsMessage;
+ output: ConfigurationSettingsValidationMessages;
+ };
+ sdk: {
+ input: ValidateConfigurationSettingsCommandInput;
+ output: ValidateConfigurationSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-inference/package.json b/clients/client-elastic-inference/package.json
index 32345f18de09..4194a03f7c45 100644
--- a/clients/client-elastic-inference/package.json
+++ b/clients/client-elastic-inference/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-elastic-inference/src/commands/DescribeAcceleratorOfferingsCommand.ts b/clients/client-elastic-inference/src/commands/DescribeAcceleratorOfferingsCommand.ts
index e739b0d600ff..3ccb55529414 100644
--- a/clients/client-elastic-inference/src/commands/DescribeAcceleratorOfferingsCommand.ts
+++ b/clients/client-elastic-inference/src/commands/DescribeAcceleratorOfferingsCommand.ts
@@ -113,4 +113,16 @@ export class DescribeAcceleratorOfferingsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAcceleratorOfferingsCommand)
.de(de_DescribeAcceleratorOfferingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAcceleratorOfferingsRequest;
+ output: DescribeAcceleratorOfferingsResponse;
+ };
+ sdk: {
+ input: DescribeAcceleratorOfferingsCommandInput;
+ output: DescribeAcceleratorOfferingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-inference/src/commands/DescribeAcceleratorTypesCommand.ts b/clients/client-elastic-inference/src/commands/DescribeAcceleratorTypesCommand.ts
index 1f269e729dc1..0d18f573e5a0 100644
--- a/clients/client-elastic-inference/src/commands/DescribeAcceleratorTypesCommand.ts
+++ b/clients/client-elastic-inference/src/commands/DescribeAcceleratorTypesCommand.ts
@@ -100,4 +100,16 @@ export class DescribeAcceleratorTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAcceleratorTypesCommand)
.de(de_DescribeAcceleratorTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeAcceleratorTypesResponse;
+ };
+ sdk: {
+ input: DescribeAcceleratorTypesCommandInput;
+ output: DescribeAcceleratorTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-inference/src/commands/DescribeAcceleratorsCommand.ts b/clients/client-elastic-inference/src/commands/DescribeAcceleratorsCommand.ts
index c658f4faf0c0..9041469bc781 100644
--- a/clients/client-elastic-inference/src/commands/DescribeAcceleratorsCommand.ts
+++ b/clients/client-elastic-inference/src/commands/DescribeAcceleratorsCommand.ts
@@ -122,4 +122,16 @@ export class DescribeAcceleratorsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAcceleratorsCommand)
.de(de_DescribeAcceleratorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAcceleratorsRequest;
+ output: DescribeAcceleratorsResponse;
+ };
+ sdk: {
+ input: DescribeAcceleratorsCommandInput;
+ output: DescribeAcceleratorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-inference/src/commands/ListTagsForResourceCommand.ts b/clients/client-elastic-inference/src/commands/ListTagsForResourceCommand.ts
index 78a5ec3ebf10..70c012d0a3c0 100644
--- a/clients/client-elastic-inference/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-elastic-inference/src/commands/ListTagsForResourceCommand.ts
@@ -101,4 +101,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResult;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-inference/src/commands/TagResourceCommand.ts b/clients/client-elastic-inference/src/commands/TagResourceCommand.ts
index 47e1435c1a54..9721d6063a98 100644
--- a/clients/client-elastic-inference/src/commands/TagResourceCommand.ts
+++ b/clients/client-elastic-inference/src/commands/TagResourceCommand.ts
@@ -100,4 +100,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-inference/src/commands/UntagResourceCommand.ts b/clients/client-elastic-inference/src/commands/UntagResourceCommand.ts
index 8550e59e5bd4..e07c7ccc3441 100644
--- a/clients/client-elastic-inference/src/commands/UntagResourceCommand.ts
+++ b/clients/client-elastic-inference/src/commands/UntagResourceCommand.ts
@@ -100,4 +100,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/package.json b/clients/client-elastic-load-balancing-v2/package.json
index 2b43b6e7f4a6..a33f32adc43b 100644
--- a/clients/client-elastic-load-balancing-v2/package.json
+++ b/clients/client-elastic-load-balancing-v2/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2"
},
"devDependencies": {
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/AddListenerCertificatesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/AddListenerCertificatesCommand.ts
index 7287a225fd8c..bbf95a5a46ee 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/AddListenerCertificatesCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/AddListenerCertificatesCommand.ts
@@ -107,4 +107,16 @@ export class AddListenerCertificatesCommand extends $Command
.f(void 0, void 0)
.ser(se_AddListenerCertificatesCommand)
.de(de_AddListenerCertificatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddListenerCertificatesInput;
+ output: AddListenerCertificatesOutput;
+ };
+ sdk: {
+ input: AddListenerCertificatesCommandInput;
+ output: AddListenerCertificatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/AddTagsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/AddTagsCommand.ts
index 12c83b26ce69..f1c03e880406 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/AddTagsCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/AddTagsCommand.ts
@@ -135,4 +135,16 @@ export class AddTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_AddTagsCommand)
.de(de_AddTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddTagsInput;
+ output: {};
+ };
+ sdk: {
+ input: AddTagsCommandInput;
+ output: AddTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/AddTrustStoreRevocationsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/AddTrustStoreRevocationsCommand.ts
index eaf325b0c035..9adbafc993e3 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/AddTrustStoreRevocationsCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/AddTrustStoreRevocationsCommand.ts
@@ -108,4 +108,16 @@ export class AddTrustStoreRevocationsCommand extends $Command
.f(void 0, void 0)
.ser(se_AddTrustStoreRevocationsCommand)
.de(de_AddTrustStoreRevocationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddTrustStoreRevocationsInput;
+ output: AddTrustStoreRevocationsOutput;
+ };
+ sdk: {
+ input: AddTrustStoreRevocationsCommandInput;
+ output: AddTrustStoreRevocationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/CreateListenerCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/CreateListenerCommand.ts
index af1aad6b04ae..d8ef22ce4074 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/CreateListenerCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/CreateListenerCommand.ts
@@ -421,4 +421,16 @@ export class CreateListenerCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateListenerCommand)
.de(de_CreateListenerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateListenerInput;
+ output: CreateListenerOutput;
+ };
+ sdk: {
+ input: CreateListenerCommandInput;
+ output: CreateListenerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/CreateLoadBalancerCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/CreateLoadBalancerCommand.ts
index 51972fbac39f..14a9b84c16a9 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/CreateLoadBalancerCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/CreateLoadBalancerCommand.ts
@@ -300,4 +300,16 @@ export class CreateLoadBalancerCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLoadBalancerCommand)
.de(de_CreateLoadBalancerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLoadBalancerInput;
+ output: CreateLoadBalancerOutput;
+ };
+ sdk: {
+ input: CreateLoadBalancerCommandInput;
+ output: CreateLoadBalancerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/CreateRuleCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/CreateRuleCommand.ts
index fe6fcba81c10..0cbac477e319 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/CreateRuleCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/CreateRuleCommand.ts
@@ -399,4 +399,16 @@ export class CreateRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRuleCommand)
.de(de_CreateRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRuleInput;
+ output: CreateRuleOutput;
+ };
+ sdk: {
+ input: CreateRuleCommandInput;
+ output: CreateRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/CreateTargetGroupCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/CreateTargetGroupCommand.ts
index d0fc0870a41b..bf371b173995 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/CreateTargetGroupCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/CreateTargetGroupCommand.ts
@@ -204,4 +204,16 @@ export class CreateTargetGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTargetGroupCommand)
.de(de_CreateTargetGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTargetGroupInput;
+ output: CreateTargetGroupOutput;
+ };
+ sdk: {
+ input: CreateTargetGroupCommandInput;
+ output: CreateTargetGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/CreateTrustStoreCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/CreateTrustStoreCommand.ts
index 032b5b03785c..06429e31578e 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/CreateTrustStoreCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/CreateTrustStoreCommand.ts
@@ -116,4 +116,16 @@ export class CreateTrustStoreCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTrustStoreCommand)
.de(de_CreateTrustStoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTrustStoreInput;
+ output: CreateTrustStoreOutput;
+ };
+ sdk: {
+ input: CreateTrustStoreCommandInput;
+ output: CreateTrustStoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DeleteListenerCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DeleteListenerCommand.ts
index 8e4577b49947..559b4f806520 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/DeleteListenerCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/DeleteListenerCommand.ts
@@ -98,4 +98,16 @@ export class DeleteListenerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteListenerCommand)
.de(de_DeleteListenerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteListenerInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteListenerCommandInput;
+ output: DeleteListenerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DeleteLoadBalancerCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DeleteLoadBalancerCommand.ts
index b000a4c0a728..69ef3c6c797d 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/DeleteLoadBalancerCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/DeleteLoadBalancerCommand.ts
@@ -105,4 +105,16 @@ export class DeleteLoadBalancerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLoadBalancerCommand)
.de(de_DeleteLoadBalancerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLoadBalancerInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLoadBalancerCommandInput;
+ output: DeleteLoadBalancerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DeleteRuleCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DeleteRuleCommand.ts
index 41bd2dafe7ea..ca292b9b18d1 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/DeleteRuleCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/DeleteRuleCommand.ts
@@ -97,4 +97,16 @@ export class DeleteRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRuleCommand)
.de(de_DeleteRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRuleInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRuleCommandInput;
+ output: DeleteRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DeleteSharedTrustStoreAssociationCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DeleteSharedTrustStoreAssociationCommand.ts
index fcc4c4ebeb93..6e224869a0f2 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/DeleteSharedTrustStoreAssociationCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/DeleteSharedTrustStoreAssociationCommand.ts
@@ -106,4 +106,16 @@ export class DeleteSharedTrustStoreAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSharedTrustStoreAssociationCommand)
.de(de_DeleteSharedTrustStoreAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSharedTrustStoreAssociationInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSharedTrustStoreAssociationCommandInput;
+ output: DeleteSharedTrustStoreAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DeleteTargetGroupCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DeleteTargetGroupCommand.ts
index ebb7bc6bb134..83d6c6e3d1e7 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/DeleteTargetGroupCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/DeleteTargetGroupCommand.ts
@@ -97,4 +97,16 @@ export class DeleteTargetGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTargetGroupCommand)
.de(de_DeleteTargetGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTargetGroupInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTargetGroupCommandInput;
+ output: DeleteTargetGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DeleteTrustStoreCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DeleteTrustStoreCommand.ts
index 1f042b276e67..53d8dabf5446 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/DeleteTrustStoreCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/DeleteTrustStoreCommand.ts
@@ -85,4 +85,16 @@ export class DeleteTrustStoreCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTrustStoreCommand)
.de(de_DeleteTrustStoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTrustStoreInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTrustStoreCommandInput;
+ output: DeleteTrustStoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DeregisterTargetsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DeregisterTargetsCommand.ts
index 741777b2a355..6a91a8593acc 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/DeregisterTargetsCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/DeregisterTargetsCommand.ts
@@ -135,4 +135,16 @@ export class DeregisterTargetsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeregisterTargetsCommand)
.de(de_DeregisterTargetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterTargetsInput;
+ output: {};
+ };
+ sdk: {
+ input: DeregisterTargetsCommandInput;
+ output: DeregisterTargetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeAccountLimitsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeAccountLimitsCommand.ts
index 96adfef4705d..a2f0b831d7f5 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeAccountLimitsCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeAccountLimitsCommand.ts
@@ -110,4 +110,16 @@ export class DescribeAccountLimitsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAccountLimitsCommand)
.de(de_DescribeAccountLimitsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAccountLimitsInput;
+ output: DescribeAccountLimitsOutput;
+ };
+ sdk: {
+ input: DescribeAccountLimitsCommandInput;
+ output: DescribeAccountLimitsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerAttributesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerAttributesCommand.ts
index 2cf743c11bba..a9ef4e88ea62 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerAttributesCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerAttributesCommand.ts
@@ -100,4 +100,16 @@ export class DescribeListenerAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeListenerAttributesCommand)
.de(de_DescribeListenerAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeListenerAttributesInput;
+ output: DescribeListenerAttributesOutput;
+ };
+ sdk: {
+ input: DescribeListenerAttributesCommandInput;
+ output: DescribeListenerAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerCertificatesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerCertificatesCommand.ts
index 7046dcbc04cb..e52a7d951635 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerCertificatesCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerCertificatesCommand.ts
@@ -101,4 +101,16 @@ export class DescribeListenerCertificatesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeListenerCertificatesCommand)
.de(de_DescribeListenerCertificatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeListenerCertificatesInput;
+ output: DescribeListenerCertificatesOutput;
+ };
+ sdk: {
+ input: DescribeListenerCertificatesCommandInput;
+ output: DescribeListenerCertificatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenersCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenersCommand.ts
index a0c927a099e1..ac30243d8a70 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenersCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenersCommand.ts
@@ -212,4 +212,16 @@ export class DescribeListenersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeListenersCommand)
.de(de_DescribeListenersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeListenersInput;
+ output: DescribeListenersOutput;
+ };
+ sdk: {
+ input: DescribeListenersCommandInput;
+ output: DescribeListenersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancerAttributesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancerAttributesCommand.ts
index 806a7c79e9c2..edebb28921bb 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancerAttributesCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancerAttributesCommand.ts
@@ -153,4 +153,16 @@ export class DescribeLoadBalancerAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLoadBalancerAttributesCommand)
.de(de_DescribeLoadBalancerAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLoadBalancerAttributesInput;
+ output: DescribeLoadBalancerAttributesOutput;
+ };
+ sdk: {
+ input: DescribeLoadBalancerAttributesCommandInput;
+ output: DescribeLoadBalancerAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancersCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancersCommand.ts
index 7ed0aa1e1031..3441db10464e 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancersCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancersCommand.ts
@@ -173,4 +173,16 @@ export class DescribeLoadBalancersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLoadBalancersCommand)
.de(de_DescribeLoadBalancersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLoadBalancersInput;
+ output: DescribeLoadBalancersOutput;
+ };
+ sdk: {
+ input: DescribeLoadBalancersCommandInput;
+ output: DescribeLoadBalancersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeRulesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeRulesCommand.ts
index 77282e35b62f..66f37f8410af 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeRulesCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeRulesCommand.ts
@@ -241,4 +241,16 @@ export class DescribeRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRulesCommand)
.de(de_DescribeRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRulesInput;
+ output: DescribeRulesOutput;
+ };
+ sdk: {
+ input: DescribeRulesCommandInput;
+ output: DescribeRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeSSLPoliciesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeSSLPoliciesCommand.ts
index d6285830161f..1efd23dabee3 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeSSLPoliciesCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeSSLPoliciesCommand.ts
@@ -213,4 +213,16 @@ export class DescribeSSLPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSSLPoliciesCommand)
.de(de_DescribeSSLPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSSLPoliciesInput;
+ output: DescribeSSLPoliciesOutput;
+ };
+ sdk: {
+ input: DescribeSSLPoliciesCommandInput;
+ output: DescribeSSLPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTagsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTagsCommand.ts
index 7f40b7247f9d..155c6e0798b9 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTagsCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTagsCommand.ts
@@ -142,4 +142,16 @@ export class DescribeTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTagsCommand)
.de(de_DescribeTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTagsInput;
+ output: DescribeTagsOutput;
+ };
+ sdk: {
+ input: DescribeTagsCommandInput;
+ output: DescribeTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupAttributesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupAttributesCommand.ts
index 211ac76f5857..fd6b19f71094 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupAttributesCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupAttributesCommand.ts
@@ -148,4 +148,16 @@ export class DescribeTargetGroupAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTargetGroupAttributesCommand)
.de(de_DescribeTargetGroupAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTargetGroupAttributesInput;
+ output: DescribeTargetGroupAttributesOutput;
+ };
+ sdk: {
+ input: DescribeTargetGroupAttributesCommandInput;
+ output: DescribeTargetGroupAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupsCommand.ts
index fbc4763bbb82..86729093f0ab 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupsCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupsCommand.ts
@@ -164,4 +164,16 @@ export class DescribeTargetGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTargetGroupsCommand)
.de(de_DescribeTargetGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTargetGroupsInput;
+ output: DescribeTargetGroupsOutput;
+ };
+ sdk: {
+ input: DescribeTargetGroupsCommandInput;
+ output: DescribeTargetGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetHealthCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetHealthCommand.ts
index e2e1c2aa171f..fe0dac1a9b92 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetHealthCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetHealthCommand.ts
@@ -191,4 +191,16 @@ export class DescribeTargetHealthCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTargetHealthCommand)
.de(de_DescribeTargetHealthCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTargetHealthInput;
+ output: DescribeTargetHealthOutput;
+ };
+ sdk: {
+ input: DescribeTargetHealthCommandInput;
+ output: DescribeTargetHealthCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTrustStoreAssociationsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTrustStoreAssociationsCommand.ts
index e3b8783a5836..d6a5719dc152 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTrustStoreAssociationsCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTrustStoreAssociationsCommand.ts
@@ -96,4 +96,16 @@ export class DescribeTrustStoreAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTrustStoreAssociationsCommand)
.de(de_DescribeTrustStoreAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTrustStoreAssociationsInput;
+ output: DescribeTrustStoreAssociationsOutput;
+ };
+ sdk: {
+ input: DescribeTrustStoreAssociationsCommandInput;
+ output: DescribeTrustStoreAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTrustStoreRevocationsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTrustStoreRevocationsCommand.ts
index 51f738ea5790..98766ba076a5 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTrustStoreRevocationsCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTrustStoreRevocationsCommand.ts
@@ -106,4 +106,16 @@ export class DescribeTrustStoreRevocationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTrustStoreRevocationsCommand)
.de(de_DescribeTrustStoreRevocationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTrustStoreRevocationsInput;
+ output: DescribeTrustStoreRevocationsOutput;
+ };
+ sdk: {
+ input: DescribeTrustStoreRevocationsCommandInput;
+ output: DescribeTrustStoreRevocationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTrustStoresCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTrustStoresCommand.ts
index 1f9126500cda..441faf11b363 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTrustStoresCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTrustStoresCommand.ts
@@ -100,4 +100,16 @@ export class DescribeTrustStoresCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTrustStoresCommand)
.de(de_DescribeTrustStoresCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTrustStoresInput;
+ output: DescribeTrustStoresOutput;
+ };
+ sdk: {
+ input: DescribeTrustStoresCommandInput;
+ output: DescribeTrustStoresCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/GetResourcePolicyCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/GetResourcePolicyCommand.ts
index 2eac4ff447fc..6c4f1243fcb5 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/GetResourcePolicyCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/GetResourcePolicyCommand.ts
@@ -95,4 +95,16 @@ export class GetResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResourcePolicyCommand)
.de(de_GetResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourcePolicyInput;
+ output: GetResourcePolicyOutput;
+ };
+ sdk: {
+ input: GetResourcePolicyCommandInput;
+ output: GetResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/GetTrustStoreCaCertificatesBundleCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/GetTrustStoreCaCertificatesBundleCommand.ts
index d9d33b64439d..56c5c1959ddb 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/GetTrustStoreCaCertificatesBundleCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/GetTrustStoreCaCertificatesBundleCommand.ts
@@ -91,4 +91,16 @@ export class GetTrustStoreCaCertificatesBundleCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTrustStoreCaCertificatesBundleCommand)
.de(de_GetTrustStoreCaCertificatesBundleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTrustStoreCaCertificatesBundleInput;
+ output: GetTrustStoreCaCertificatesBundleOutput;
+ };
+ sdk: {
+ input: GetTrustStoreCaCertificatesBundleCommandInput;
+ output: GetTrustStoreCaCertificatesBundleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/GetTrustStoreRevocationContentCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/GetTrustStoreRevocationContentCommand.ts
index 0621b8662df4..147d5349f464 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/GetTrustStoreRevocationContentCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/GetTrustStoreRevocationContentCommand.ts
@@ -95,4 +95,16 @@ export class GetTrustStoreRevocationContentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTrustStoreRevocationContentCommand)
.de(de_GetTrustStoreRevocationContentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTrustStoreRevocationContentInput;
+ output: GetTrustStoreRevocationContentOutput;
+ };
+ sdk: {
+ input: GetTrustStoreRevocationContentCommandInput;
+ output: GetTrustStoreRevocationContentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerAttributesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerAttributesCommand.ts
index e872bf17e7d2..01c27e9baa35 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerAttributesCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerAttributesCommand.ts
@@ -98,4 +98,16 @@ export class ModifyListenerAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyListenerAttributesCommand)
.de(de_ModifyListenerAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyListenerAttributesInput;
+ output: ModifyListenerAttributesOutput;
+ };
+ sdk: {
+ input: ModifyListenerAttributesCommandInput;
+ output: ModifyListenerAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerCommand.ts
index 6432b62fd0ec..1a1c14c22f6c 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerCommand.ts
@@ -384,4 +384,16 @@ export class ModifyListenerCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyListenerCommand)
.de(de_ModifyListenerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyListenerInput;
+ output: ModifyListenerOutput;
+ };
+ sdk: {
+ input: ModifyListenerCommandInput;
+ output: ModifyListenerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/ModifyLoadBalancerAttributesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/ModifyLoadBalancerAttributesCommand.ts
index f862bde5165f..0242b419ed20 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyLoadBalancerAttributesCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyLoadBalancerAttributesCommand.ts
@@ -240,4 +240,16 @@ export class ModifyLoadBalancerAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyLoadBalancerAttributesCommand)
.de(de_ModifyLoadBalancerAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyLoadBalancerAttributesInput;
+ output: ModifyLoadBalancerAttributesOutput;
+ };
+ sdk: {
+ input: ModifyLoadBalancerAttributesCommandInput;
+ output: ModifyLoadBalancerAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/ModifyRuleCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/ModifyRuleCommand.ts
index b51d4b2d950d..4beb51c9a100 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyRuleCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyRuleCommand.ts
@@ -371,4 +371,16 @@ export class ModifyRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyRuleCommand)
.de(de_ModifyRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyRuleInput;
+ output: ModifyRuleOutput;
+ };
+ sdk: {
+ input: ModifyRuleCommandInput;
+ output: ModifyRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupAttributesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupAttributesCommand.ts
index bbe8d1c5e55d..f7fce388b645 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupAttributesCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupAttributesCommand.ts
@@ -137,4 +137,16 @@ export class ModifyTargetGroupAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyTargetGroupAttributesCommand)
.de(de_ModifyTargetGroupAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyTargetGroupAttributesInput;
+ output: ModifyTargetGroupAttributesOutput;
+ };
+ sdk: {
+ input: ModifyTargetGroupAttributesCommandInput;
+ output: ModifyTargetGroupAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupCommand.ts
index 376d75b5ce47..9e671b9ec307 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupCommand.ts
@@ -164,4 +164,16 @@ export class ModifyTargetGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyTargetGroupCommand)
.de(de_ModifyTargetGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyTargetGroupInput;
+ output: ModifyTargetGroupOutput;
+ };
+ sdk: {
+ input: ModifyTargetGroupCommandInput;
+ output: ModifyTargetGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/ModifyTrustStoreCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/ModifyTrustStoreCommand.ts
index b27780bc7e75..3de409ac14e7 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyTrustStoreCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyTrustStoreCommand.ts
@@ -101,4 +101,16 @@ export class ModifyTrustStoreCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyTrustStoreCommand)
.de(de_ModifyTrustStoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyTrustStoreInput;
+ output: ModifyTrustStoreOutput;
+ };
+ sdk: {
+ input: ModifyTrustStoreCommandInput;
+ output: ModifyTrustStoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/RegisterTargetsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/RegisterTargetsCommand.ts
index 45c5171bbc8a..b56bfde22151 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/RegisterTargetsCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/RegisterTargetsCommand.ts
@@ -149,4 +149,16 @@ export class RegisterTargetsCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterTargetsCommand)
.de(de_RegisterTargetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterTargetsInput;
+ output: {};
+ };
+ sdk: {
+ input: RegisterTargetsCommandInput;
+ output: RegisterTargetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/RemoveListenerCertificatesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/RemoveListenerCertificatesCommand.ts
index b6046e67c8cd..9b559d58c90c 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/RemoveListenerCertificatesCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/RemoveListenerCertificatesCommand.ts
@@ -92,4 +92,16 @@ export class RemoveListenerCertificatesCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveListenerCertificatesCommand)
.de(de_RemoveListenerCertificatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveListenerCertificatesInput;
+ output: {};
+ };
+ sdk: {
+ input: RemoveListenerCertificatesCommandInput;
+ output: RemoveListenerCertificatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/RemoveTagsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/RemoveTagsCommand.ts
index 0a9d76ac6178..e280618b295d 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/RemoveTagsCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/RemoveTagsCommand.ts
@@ -121,4 +121,16 @@ export class RemoveTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveTagsCommand)
.de(de_RemoveTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveTagsInput;
+ output: {};
+ };
+ sdk: {
+ input: RemoveTagsCommandInput;
+ output: RemoveTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/RemoveTrustStoreRevocationsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/RemoveTrustStoreRevocationsCommand.ts
index 65aecba26d7d..198e44fd1fae 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/RemoveTrustStoreRevocationsCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/RemoveTrustStoreRevocationsCommand.ts
@@ -88,4 +88,16 @@ export class RemoveTrustStoreRevocationsCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveTrustStoreRevocationsCommand)
.de(de_RemoveTrustStoreRevocationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveTrustStoreRevocationsInput;
+ output: {};
+ };
+ sdk: {
+ input: RemoveTrustStoreRevocationsCommandInput;
+ output: RemoveTrustStoreRevocationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/SetIpAddressTypeCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/SetIpAddressTypeCommand.ts
index 165982a54285..06aaaddbaae6 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/SetIpAddressTypeCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/SetIpAddressTypeCommand.ts
@@ -91,4 +91,16 @@ export class SetIpAddressTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_SetIpAddressTypeCommand)
.de(de_SetIpAddressTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetIpAddressTypeInput;
+ output: SetIpAddressTypeOutput;
+ };
+ sdk: {
+ input: SetIpAddressTypeCommandInput;
+ output: SetIpAddressTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/SetRulePrioritiesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/SetRulePrioritiesCommand.ts
index faf6e9a50d55..68d08a8d8100 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/SetRulePrioritiesCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/SetRulePrioritiesCommand.ts
@@ -244,4 +244,16 @@ export class SetRulePrioritiesCommand extends $Command
.f(void 0, void 0)
.ser(se_SetRulePrioritiesCommand)
.de(de_SetRulePrioritiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetRulePrioritiesInput;
+ output: SetRulePrioritiesOutput;
+ };
+ sdk: {
+ input: SetRulePrioritiesCommandInput;
+ output: SetRulePrioritiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/SetSecurityGroupsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/SetSecurityGroupsCommand.ts
index 590d14b4fa2d..53731e1518ca 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/SetSecurityGroupsCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/SetSecurityGroupsCommand.ts
@@ -123,4 +123,16 @@ export class SetSecurityGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_SetSecurityGroupsCommand)
.de(de_SetSecurityGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetSecurityGroupsInput;
+ output: SetSecurityGroupsOutput;
+ };
+ sdk: {
+ input: SetSecurityGroupsCommandInput;
+ output: SetSecurityGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing-v2/src/commands/SetSubnetsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/SetSubnetsCommand.ts
index f30356a44c6b..93aeed3e0816 100644
--- a/clients/client-elastic-load-balancing-v2/src/commands/SetSubnetsCommand.ts
+++ b/clients/client-elastic-load-balancing-v2/src/commands/SetSubnetsCommand.ts
@@ -160,4 +160,16 @@ export class SetSubnetsCommand extends $Command
.f(void 0, void 0)
.ser(se_SetSubnetsCommand)
.de(de_SetSubnetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetSubnetsInput;
+ output: SetSubnetsOutput;
+ };
+ sdk: {
+ input: SetSubnetsCommandInput;
+ output: SetSubnetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/package.json b/clients/client-elastic-load-balancing/package.json
index 029eb656bbda..7cf660450aa4 100644
--- a/clients/client-elastic-load-balancing/package.json
+++ b/clients/client-elastic-load-balancing/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2"
},
"devDependencies": {
diff --git a/clients/client-elastic-load-balancing/src/commands/AddTagsCommand.ts b/clients/client-elastic-load-balancing/src/commands/AddTagsCommand.ts
index f0c50a536398..1f04cfb341f1 100644
--- a/clients/client-elastic-load-balancing/src/commands/AddTagsCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/AddTagsCommand.ts
@@ -125,4 +125,16 @@ export class AddTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_AddTagsCommand)
.de(de_AddTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddTagsInput;
+ output: {};
+ };
+ sdk: {
+ input: AddTagsCommandInput;
+ output: AddTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/ApplySecurityGroupsToLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/ApplySecurityGroupsToLoadBalancerCommand.ts
index 926e2f8b309c..f2fc646b7757 100644
--- a/clients/client-elastic-load-balancing/src/commands/ApplySecurityGroupsToLoadBalancerCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/ApplySecurityGroupsToLoadBalancerCommand.ts
@@ -123,4 +123,16 @@ export class ApplySecurityGroupsToLoadBalancerCommand extends $Command
.f(void 0, void 0)
.ser(se_ApplySecurityGroupsToLoadBalancerCommand)
.de(de_ApplySecurityGroupsToLoadBalancerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ApplySecurityGroupsToLoadBalancerInput;
+ output: ApplySecurityGroupsToLoadBalancerOutput;
+ };
+ sdk: {
+ input: ApplySecurityGroupsToLoadBalancerCommandInput;
+ output: ApplySecurityGroupsToLoadBalancerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/AttachLoadBalancerToSubnetsCommand.ts b/clients/client-elastic-load-balancing/src/commands/AttachLoadBalancerToSubnetsCommand.ts
index 2880d86dfb92..708d100d47b6 100644
--- a/clients/client-elastic-load-balancing/src/commands/AttachLoadBalancerToSubnetsCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/AttachLoadBalancerToSubnetsCommand.ts
@@ -123,4 +123,16 @@ export class AttachLoadBalancerToSubnetsCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachLoadBalancerToSubnetsCommand)
.de(de_AttachLoadBalancerToSubnetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachLoadBalancerToSubnetsInput;
+ output: AttachLoadBalancerToSubnetsOutput;
+ };
+ sdk: {
+ input: AttachLoadBalancerToSubnetsCommandInput;
+ output: AttachLoadBalancerToSubnetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/ConfigureHealthCheckCommand.ts b/clients/client-elastic-load-balancing/src/commands/ConfigureHealthCheckCommand.ts
index c61167576530..39bd9dd44a10 100644
--- a/clients/client-elastic-load-balancing/src/commands/ConfigureHealthCheckCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/ConfigureHealthCheckCommand.ts
@@ -128,4 +128,16 @@ export class ConfigureHealthCheckCommand extends $Command
.f(void 0, void 0)
.ser(se_ConfigureHealthCheckCommand)
.de(de_ConfigureHealthCheckCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ConfigureHealthCheckInput;
+ output: ConfigureHealthCheckOutput;
+ };
+ sdk: {
+ input: ConfigureHealthCheckCommandInput;
+ output: ConfigureHealthCheckCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/CreateAppCookieStickinessPolicyCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateAppCookieStickinessPolicyCommand.ts
index 7fbfd036510d..9803a2f00667 100644
--- a/clients/client-elastic-load-balancing/src/commands/CreateAppCookieStickinessPolicyCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/CreateAppCookieStickinessPolicyCommand.ts
@@ -119,4 +119,16 @@ export class CreateAppCookieStickinessPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAppCookieStickinessPolicyCommand)
.de(de_CreateAppCookieStickinessPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAppCookieStickinessPolicyInput;
+ output: {};
+ };
+ sdk: {
+ input: CreateAppCookieStickinessPolicyCommandInput;
+ output: CreateAppCookieStickinessPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/CreateLBCookieStickinessPolicyCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateLBCookieStickinessPolicyCommand.ts
index bd38923ca840..5781da4f309a 100644
--- a/clients/client-elastic-load-balancing/src/commands/CreateLBCookieStickinessPolicyCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/CreateLBCookieStickinessPolicyCommand.ts
@@ -117,4 +117,16 @@ export class CreateLBCookieStickinessPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLBCookieStickinessPolicyCommand)
.de(de_CreateLBCookieStickinessPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLBCookieStickinessPolicyInput;
+ output: {};
+ };
+ sdk: {
+ input: CreateLBCookieStickinessPolicyCommandInput;
+ output: CreateLBCookieStickinessPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerCommand.ts
index 0a4faa52824b..163f84128bce 100644
--- a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerCommand.ts
@@ -316,4 +316,16 @@ export class CreateLoadBalancerCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLoadBalancerCommand)
.de(de_CreateLoadBalancerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAccessPointInput;
+ output: CreateAccessPointOutput;
+ };
+ sdk: {
+ input: CreateLoadBalancerCommandInput;
+ output: CreateLoadBalancerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerListenersCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerListenersCommand.ts
index 3ea3ea8612a4..5f2315497a15 100644
--- a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerListenersCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerListenersCommand.ts
@@ -146,4 +146,16 @@ export class CreateLoadBalancerListenersCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLoadBalancerListenersCommand)
.de(de_CreateLoadBalancerListenersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLoadBalancerListenerInput;
+ output: {};
+ };
+ sdk: {
+ input: CreateLoadBalancerListenersCommandInput;
+ output: CreateLoadBalancerListenersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerPolicyCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerPolicyCommand.ts
index 248d9f83d929..ac3bb08e6b9f 100644
--- a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerPolicyCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerPolicyCommand.ts
@@ -160,4 +160,16 @@ export class CreateLoadBalancerPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLoadBalancerPolicyCommand)
.de(de_CreateLoadBalancerPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLoadBalancerPolicyInput;
+ output: {};
+ };
+ sdk: {
+ input: CreateLoadBalancerPolicyCommandInput;
+ output: CreateLoadBalancerPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerCommand.ts
index 4977723b4b52..463312d6c70b 100644
--- a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerCommand.ts
@@ -93,4 +93,16 @@ export class DeleteLoadBalancerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLoadBalancerCommand)
.de(de_DeleteLoadBalancerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAccessPointInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLoadBalancerCommandInput;
+ output: DeleteLoadBalancerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerListenersCommand.ts b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerListenersCommand.ts
index f932a79a1265..567d720e4ef9 100644
--- a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerListenersCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerListenersCommand.ts
@@ -99,4 +99,16 @@ export class DeleteLoadBalancerListenersCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLoadBalancerListenersCommand)
.de(de_DeleteLoadBalancerListenersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLoadBalancerListenerInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLoadBalancerListenersCommandInput;
+ output: DeleteLoadBalancerListenersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerPolicyCommand.ts b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerPolicyCommand.ts
index c5abc6f7822b..3ce92b304f62 100644
--- a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerPolicyCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerPolicyCommand.ts
@@ -98,4 +98,16 @@ export class DeleteLoadBalancerPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLoadBalancerPolicyCommand)
.de(de_DeleteLoadBalancerPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLoadBalancerPolicyInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLoadBalancerPolicyCommandInput;
+ output: DeleteLoadBalancerPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/DeregisterInstancesFromLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/DeregisterInstancesFromLoadBalancerCommand.ts
index 54128cf1fa84..9c0ecde7fa9c 100644
--- a/clients/client-elastic-load-balancing/src/commands/DeregisterInstancesFromLoadBalancerCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/DeregisterInstancesFromLoadBalancerCommand.ts
@@ -132,4 +132,16 @@ export class DeregisterInstancesFromLoadBalancerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeregisterInstancesFromLoadBalancerCommand)
.de(de_DeregisterInstancesFromLoadBalancerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterEndPointsInput;
+ output: DeregisterEndPointsOutput;
+ };
+ sdk: {
+ input: DeregisterInstancesFromLoadBalancerCommandInput;
+ output: DeregisterInstancesFromLoadBalancerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeAccountLimitsCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeAccountLimitsCommand.ts
index 03f9ea0812e3..907b44712372 100644
--- a/clients/client-elastic-load-balancing/src/commands/DescribeAccountLimitsCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/DescribeAccountLimitsCommand.ts
@@ -90,4 +90,16 @@ export class DescribeAccountLimitsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAccountLimitsCommand)
.de(de_DescribeAccountLimitsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAccountLimitsInput;
+ output: DescribeAccountLimitsOutput;
+ };
+ sdk: {
+ input: DescribeAccountLimitsCommandInput;
+ output: DescribeAccountLimitsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeInstanceHealthCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeInstanceHealthCommand.ts
index c639a06a1bc9..efb5c7c1a334 100644
--- a/clients/client-elastic-load-balancing/src/commands/DescribeInstanceHealthCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/DescribeInstanceHealthCommand.ts
@@ -128,4 +128,16 @@ export class DescribeInstanceHealthCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeInstanceHealthCommand)
.de(de_DescribeInstanceHealthCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEndPointStateInput;
+ output: DescribeEndPointStateOutput;
+ };
+ sdk: {
+ input: DescribeInstanceHealthCommandInput;
+ output: DescribeInstanceHealthCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerAttributesCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerAttributesCommand.ts
index b0566bd1a367..11c2997bd5b3 100644
--- a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerAttributesCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerAttributesCommand.ts
@@ -145,4 +145,16 @@ export class DescribeLoadBalancerAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLoadBalancerAttributesCommand)
.de(de_DescribeLoadBalancerAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLoadBalancerAttributesInput;
+ output: DescribeLoadBalancerAttributesOutput;
+ };
+ sdk: {
+ input: DescribeLoadBalancerAttributesCommandInput;
+ output: DescribeLoadBalancerAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPoliciesCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPoliciesCommand.ts
index b6f055f8c55f..66e68c23f8d7 100644
--- a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPoliciesCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPoliciesCommand.ts
@@ -137,4 +137,16 @@ export class DescribeLoadBalancerPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLoadBalancerPoliciesCommand)
.de(de_DescribeLoadBalancerPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLoadBalancerPoliciesInput;
+ output: DescribeLoadBalancerPoliciesOutput;
+ };
+ sdk: {
+ input: DescribeLoadBalancerPoliciesCommandInput;
+ output: DescribeLoadBalancerPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPolicyTypesCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPolicyTypesCommand.ts
index 4fc3341bc575..9a6b30d64988 100644
--- a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPolicyTypesCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPolicyTypesCommand.ts
@@ -142,4 +142,16 @@ export class DescribeLoadBalancerPolicyTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLoadBalancerPolicyTypesCommand)
.de(de_DescribeLoadBalancerPolicyTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLoadBalancerPolicyTypesInput;
+ output: DescribeLoadBalancerPolicyTypesOutput;
+ };
+ sdk: {
+ input: DescribeLoadBalancerPolicyTypesCommandInput;
+ output: DescribeLoadBalancerPolicyTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancersCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancersCommand.ts
index 0ac1982247d7..7b126d7159ca 100644
--- a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancersCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancersCommand.ts
@@ -269,4 +269,16 @@ export class DescribeLoadBalancersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLoadBalancersCommand)
.de(de_DescribeLoadBalancersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAccessPointsInput;
+ output: DescribeAccessPointsOutput;
+ };
+ sdk: {
+ input: DescribeLoadBalancersCommandInput;
+ output: DescribeLoadBalancersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeTagsCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeTagsCommand.ts
index a53423959200..9becce0583cb 100644
--- a/clients/client-elastic-load-balancing/src/commands/DescribeTagsCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/DescribeTagsCommand.ts
@@ -128,4 +128,16 @@ export class DescribeTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTagsCommand)
.de(de_DescribeTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTagsInput;
+ output: DescribeTagsOutput;
+ };
+ sdk: {
+ input: DescribeTagsCommandInput;
+ output: DescribeTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/DetachLoadBalancerFromSubnetsCommand.ts b/clients/client-elastic-load-balancing/src/commands/DetachLoadBalancerFromSubnetsCommand.ts
index b432c149b9a0..d0c525f8302c 100644
--- a/clients/client-elastic-load-balancing/src/commands/DetachLoadBalancerFromSubnetsCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/DetachLoadBalancerFromSubnetsCommand.ts
@@ -121,4 +121,16 @@ export class DetachLoadBalancerFromSubnetsCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachLoadBalancerFromSubnetsCommand)
.de(de_DetachLoadBalancerFromSubnetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachLoadBalancerFromSubnetsInput;
+ output: DetachLoadBalancerFromSubnetsOutput;
+ };
+ sdk: {
+ input: DetachLoadBalancerFromSubnetsCommandInput;
+ output: DetachLoadBalancerFromSubnetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts
index c82459eb2019..fba6164cc3cf 100644
--- a/clients/client-elastic-load-balancing/src/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts
@@ -126,4 +126,16 @@ export class DisableAvailabilityZonesForLoadBalancerCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableAvailabilityZonesForLoadBalancerCommand)
.de(de_DisableAvailabilityZonesForLoadBalancerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveAvailabilityZonesInput;
+ output: RemoveAvailabilityZonesOutput;
+ };
+ sdk: {
+ input: DisableAvailabilityZonesForLoadBalancerCommandInput;
+ output: DisableAvailabilityZonesForLoadBalancerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts
index 16adc5ad96f5..3c1d42afd99c 100644
--- a/clients/client-elastic-load-balancing/src/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts
@@ -121,4 +121,16 @@ export class EnableAvailabilityZonesForLoadBalancerCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableAvailabilityZonesForLoadBalancerCommand)
.de(de_EnableAvailabilityZonesForLoadBalancerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddAvailabilityZonesInput;
+ output: AddAvailabilityZonesOutput;
+ };
+ sdk: {
+ input: EnableAvailabilityZonesForLoadBalancerCommandInput;
+ output: EnableAvailabilityZonesForLoadBalancerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/ModifyLoadBalancerAttributesCommand.ts b/clients/client-elastic-load-balancing/src/commands/ModifyLoadBalancerAttributesCommand.ts
index 0b5efaaef370..3d1900d89e7b 100644
--- a/clients/client-elastic-load-balancing/src/commands/ModifyLoadBalancerAttributesCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/ModifyLoadBalancerAttributesCommand.ts
@@ -220,4 +220,16 @@ export class ModifyLoadBalancerAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyLoadBalancerAttributesCommand)
.de(de_ModifyLoadBalancerAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyLoadBalancerAttributesInput;
+ output: ModifyLoadBalancerAttributesOutput;
+ };
+ sdk: {
+ input: ModifyLoadBalancerAttributesCommandInput;
+ output: ModifyLoadBalancerAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/RegisterInstancesWithLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/RegisterInstancesWithLoadBalancerCommand.ts
index 0cbb1fa74316..e666bf587ce4 100644
--- a/clients/client-elastic-load-balancing/src/commands/RegisterInstancesWithLoadBalancerCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/RegisterInstancesWithLoadBalancerCommand.ts
@@ -148,4 +148,16 @@ export class RegisterInstancesWithLoadBalancerCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterInstancesWithLoadBalancerCommand)
.de(de_RegisterInstancesWithLoadBalancerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterEndPointsInput;
+ output: RegisterEndPointsOutput;
+ };
+ sdk: {
+ input: RegisterInstancesWithLoadBalancerCommandInput;
+ output: RegisterInstancesWithLoadBalancerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/RemoveTagsCommand.ts b/clients/client-elastic-load-balancing/src/commands/RemoveTagsCommand.ts
index 296e73db12de..0712dbebc632 100644
--- a/clients/client-elastic-load-balancing/src/commands/RemoveTagsCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/RemoveTagsCommand.ts
@@ -107,4 +107,16 @@ export class RemoveTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveTagsCommand)
.de(de_RemoveTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveTagsInput;
+ output: {};
+ };
+ sdk: {
+ input: RemoveTagsCommandInput;
+ output: RemoveTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerListenerSSLCertificateCommand.ts b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerListenerSSLCertificateCommand.ts
index 4dd2afa50b0b..b138c216ce39 100644
--- a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerListenerSSLCertificateCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerListenerSSLCertificateCommand.ts
@@ -123,4 +123,16 @@ export class SetLoadBalancerListenerSSLCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_SetLoadBalancerListenerSSLCertificateCommand)
.de(de_SetLoadBalancerListenerSSLCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetLoadBalancerListenerSSLCertificateInput;
+ output: {};
+ };
+ sdk: {
+ input: SetLoadBalancerListenerSSLCertificateCommandInput;
+ output: SetLoadBalancerListenerSSLCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts
index 4c6e6f3f0e67..477ecc5192a5 100644
--- a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts
@@ -126,4 +126,16 @@ export class SetLoadBalancerPoliciesForBackendServerCommand extends $Command
.f(void 0, void 0)
.ser(se_SetLoadBalancerPoliciesForBackendServerCommand)
.de(de_SetLoadBalancerPoliciesForBackendServerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetLoadBalancerPoliciesForBackendServerInput;
+ output: {};
+ };
+ sdk: {
+ input: SetLoadBalancerPoliciesForBackendServerCommandInput;
+ output: SetLoadBalancerPoliciesForBackendServerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesOfListenerCommand.ts b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesOfListenerCommand.ts
index 1937e79cd25a..d0bbdaaf3b79 100644
--- a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesOfListenerCommand.ts
+++ b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesOfListenerCommand.ts
@@ -121,4 +121,16 @@ export class SetLoadBalancerPoliciesOfListenerCommand extends $Command
.f(void 0, void 0)
.ser(se_SetLoadBalancerPoliciesOfListenerCommand)
.de(de_SetLoadBalancerPoliciesOfListenerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetLoadBalancerPoliciesOfListenerInput;
+ output: {};
+ };
+ sdk: {
+ input: SetLoadBalancerPoliciesOfListenerCommandInput;
+ output: SetLoadBalancerPoliciesOfListenerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-transcoder/package.json b/clients/client-elastic-transcoder/package.json
index cafb80ed8135..eedc4bd26a44 100644
--- a/clients/client-elastic-transcoder/package.json
+++ b/clients/client-elastic-transcoder/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2"
},
"devDependencies": {
diff --git a/clients/client-elastic-transcoder/src/commands/CancelJobCommand.ts b/clients/client-elastic-transcoder/src/commands/CancelJobCommand.ts
index 8768d7373d78..c8865fba738f 100644
--- a/clients/client-elastic-transcoder/src/commands/CancelJobCommand.ts
+++ b/clients/client-elastic-transcoder/src/commands/CancelJobCommand.ts
@@ -103,4 +103,16 @@ export class CancelJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelJobCommand)
.de(de_CancelJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: CancelJobCommandInput;
+ output: CancelJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-transcoder/src/commands/CreateJobCommand.ts b/clients/client-elastic-transcoder/src/commands/CreateJobCommand.ts
index fdfe1631bc43..bd6545a8ccf7 100644
--- a/clients/client-elastic-transcoder/src/commands/CreateJobCommand.ts
+++ b/clients/client-elastic-transcoder/src/commands/CreateJobCommand.ts
@@ -566,4 +566,16 @@ export class CreateJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateJobCommand)
.de(de_CreateJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateJobRequest;
+ output: CreateJobResponse;
+ };
+ sdk: {
+ input: CreateJobCommandInput;
+ output: CreateJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-transcoder/src/commands/CreatePipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/CreatePipelineCommand.ts
index 8bf1559b1355..913ac977f87b 100644
--- a/clients/client-elastic-transcoder/src/commands/CreatePipelineCommand.ts
+++ b/clients/client-elastic-transcoder/src/commands/CreatePipelineCommand.ts
@@ -183,4 +183,16 @@ export class CreatePipelineCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePipelineCommand)
.de(de_CreatePipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePipelineRequest;
+ output: CreatePipelineResponse;
+ };
+ sdk: {
+ input: CreatePipelineCommandInput;
+ output: CreatePipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-transcoder/src/commands/CreatePresetCommand.ts b/clients/client-elastic-transcoder/src/commands/CreatePresetCommand.ts
index e0aeb07f24d1..32dc01050067 100644
--- a/clients/client-elastic-transcoder/src/commands/CreatePresetCommand.ts
+++ b/clients/client-elastic-transcoder/src/commands/CreatePresetCommand.ts
@@ -229,4 +229,16 @@ export class CreatePresetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePresetCommand)
.de(de_CreatePresetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePresetRequest;
+ output: CreatePresetResponse;
+ };
+ sdk: {
+ input: CreatePresetCommandInput;
+ output: CreatePresetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-transcoder/src/commands/DeletePipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/DeletePipelineCommand.ts
index c36d8b7af9c8..df8269348dc2 100644
--- a/clients/client-elastic-transcoder/src/commands/DeletePipelineCommand.ts
+++ b/clients/client-elastic-transcoder/src/commands/DeletePipelineCommand.ts
@@ -101,4 +101,16 @@ export class DeletePipelineCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePipelineCommand)
.de(de_DeletePipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePipelineRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePipelineCommandInput;
+ output: DeletePipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-transcoder/src/commands/DeletePresetCommand.ts b/clients/client-elastic-transcoder/src/commands/DeletePresetCommand.ts
index dad1d58e8166..e602093bc766 100644
--- a/clients/client-elastic-transcoder/src/commands/DeletePresetCommand.ts
+++ b/clients/client-elastic-transcoder/src/commands/DeletePresetCommand.ts
@@ -97,4 +97,16 @@ export class DeletePresetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePresetCommand)
.de(de_DeletePresetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePresetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePresetCommandInput;
+ output: DeletePresetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-transcoder/src/commands/ListJobsByPipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/ListJobsByPipelineCommand.ts
index ba27328b8e6e..0b886e329307 100644
--- a/clients/client-elastic-transcoder/src/commands/ListJobsByPipelineCommand.ts
+++ b/clients/client-elastic-transcoder/src/commands/ListJobsByPipelineCommand.ts
@@ -350,4 +350,16 @@ export class ListJobsByPipelineCommand extends $Command
.f(void 0, void 0)
.ser(se_ListJobsByPipelineCommand)
.de(de_ListJobsByPipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListJobsByPipelineRequest;
+ output: ListJobsByPipelineResponse;
+ };
+ sdk: {
+ input: ListJobsByPipelineCommandInput;
+ output: ListJobsByPipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-transcoder/src/commands/ListJobsByStatusCommand.ts b/clients/client-elastic-transcoder/src/commands/ListJobsByStatusCommand.ts
index 05bcfeb1a702..ba8cea13b54f 100644
--- a/clients/client-elastic-transcoder/src/commands/ListJobsByStatusCommand.ts
+++ b/clients/client-elastic-transcoder/src/commands/ListJobsByStatusCommand.ts
@@ -349,4 +349,16 @@ export class ListJobsByStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_ListJobsByStatusCommand)
.de(de_ListJobsByStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListJobsByStatusRequest;
+ output: ListJobsByStatusResponse;
+ };
+ sdk: {
+ input: ListJobsByStatusCommandInput;
+ output: ListJobsByStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-transcoder/src/commands/ListPipelinesCommand.ts b/clients/client-elastic-transcoder/src/commands/ListPipelinesCommand.ts
index 527fb49a2159..98c609ee9386 100644
--- a/clients/client-elastic-transcoder/src/commands/ListPipelinesCommand.ts
+++ b/clients/client-elastic-transcoder/src/commands/ListPipelinesCommand.ts
@@ -137,4 +137,16 @@ export class ListPipelinesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPipelinesCommand)
.de(de_ListPipelinesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPipelinesRequest;
+ output: ListPipelinesResponse;
+ };
+ sdk: {
+ input: ListPipelinesCommandInput;
+ output: ListPipelinesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-transcoder/src/commands/ListPresetsCommand.ts b/clients/client-elastic-transcoder/src/commands/ListPresetsCommand.ts
index 140b456bf85b..a6294077efb5 100644
--- a/clients/client-elastic-transcoder/src/commands/ListPresetsCommand.ts
+++ b/clients/client-elastic-transcoder/src/commands/ListPresetsCommand.ts
@@ -159,4 +159,16 @@ export class ListPresetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPresetsCommand)
.de(de_ListPresetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPresetsRequest;
+ output: ListPresetsResponse;
+ };
+ sdk: {
+ input: ListPresetsCommandInput;
+ output: ListPresetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-transcoder/src/commands/ReadJobCommand.ts b/clients/client-elastic-transcoder/src/commands/ReadJobCommand.ts
index 3b10749a8088..7f142466fd35 100644
--- a/clients/client-elastic-transcoder/src/commands/ReadJobCommand.ts
+++ b/clients/client-elastic-transcoder/src/commands/ReadJobCommand.ts
@@ -343,4 +343,16 @@ export class ReadJobCommand extends $Command
.f(void 0, void 0)
.ser(se_ReadJobCommand)
.de(de_ReadJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReadJobRequest;
+ output: ReadJobResponse;
+ };
+ sdk: {
+ input: ReadJobCommandInput;
+ output: ReadJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-transcoder/src/commands/ReadPipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/ReadPipelineCommand.ts
index e2c1ba5021c3..20515b99afc2 100644
--- a/clients/client-elastic-transcoder/src/commands/ReadPipelineCommand.ts
+++ b/clients/client-elastic-transcoder/src/commands/ReadPipelineCommand.ts
@@ -143,4 +143,16 @@ export class ReadPipelineCommand extends $Command
.f(void 0, void 0)
.ser(se_ReadPipelineCommand)
.de(de_ReadPipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReadPipelineRequest;
+ output: ReadPipelineResponse;
+ };
+ sdk: {
+ input: ReadPipelineCommandInput;
+ output: ReadPipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-transcoder/src/commands/ReadPresetCommand.ts b/clients/client-elastic-transcoder/src/commands/ReadPresetCommand.ts
index 1645cacd3029..90c99d3f5d69 100644
--- a/clients/client-elastic-transcoder/src/commands/ReadPresetCommand.ts
+++ b/clients/client-elastic-transcoder/src/commands/ReadPresetCommand.ts
@@ -158,4 +158,16 @@ export class ReadPresetCommand extends $Command
.f(void 0, void 0)
.ser(se_ReadPresetCommand)
.de(de_ReadPresetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReadPresetRequest;
+ output: ReadPresetResponse;
+ };
+ sdk: {
+ input: ReadPresetCommandInput;
+ output: ReadPresetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-transcoder/src/commands/TestRoleCommand.ts b/clients/client-elastic-transcoder/src/commands/TestRoleCommand.ts
index 4676c72511e3..5bfdaa2790d2 100644
--- a/clients/client-elastic-transcoder/src/commands/TestRoleCommand.ts
+++ b/clients/client-elastic-transcoder/src/commands/TestRoleCommand.ts
@@ -111,4 +111,16 @@ export class TestRoleCommand extends $Command
.f(void 0, void 0)
.ser(se_TestRoleCommand)
.de(de_TestRoleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TestRoleRequest;
+ output: TestRoleResponse;
+ };
+ sdk: {
+ input: TestRoleCommandInput;
+ output: TestRoleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-transcoder/src/commands/UpdatePipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/UpdatePipelineCommand.ts
index 63a81ca82708..3d2ae484a6ec 100644
--- a/clients/client-elastic-transcoder/src/commands/UpdatePipelineCommand.ts
+++ b/clients/client-elastic-transcoder/src/commands/UpdatePipelineCommand.ts
@@ -188,4 +188,16 @@ export class UpdatePipelineCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePipelineCommand)
.de(de_UpdatePipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePipelineRequest;
+ output: UpdatePipelineResponse;
+ };
+ sdk: {
+ input: UpdatePipelineCommandInput;
+ output: UpdatePipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-transcoder/src/commands/UpdatePipelineNotificationsCommand.ts b/clients/client-elastic-transcoder/src/commands/UpdatePipelineNotificationsCommand.ts
index 613becae95b8..666e6048dd35 100644
--- a/clients/client-elastic-transcoder/src/commands/UpdatePipelineNotificationsCommand.ts
+++ b/clients/client-elastic-transcoder/src/commands/UpdatePipelineNotificationsCommand.ts
@@ -153,4 +153,16 @@ export class UpdatePipelineNotificationsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePipelineNotificationsCommand)
.de(de_UpdatePipelineNotificationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePipelineNotificationsRequest;
+ output: UpdatePipelineNotificationsResponse;
+ };
+ sdk: {
+ input: UpdatePipelineNotificationsCommandInput;
+ output: UpdatePipelineNotificationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elastic-transcoder/src/commands/UpdatePipelineStatusCommand.ts b/clients/client-elastic-transcoder/src/commands/UpdatePipelineStatusCommand.ts
index 6be51575e5be..0db325e32a79 100644
--- a/clients/client-elastic-transcoder/src/commands/UpdatePipelineStatusCommand.ts
+++ b/clients/client-elastic-transcoder/src/commands/UpdatePipelineStatusCommand.ts
@@ -147,4 +147,16 @@ export class UpdatePipelineStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePipelineStatusCommand)
.de(de_UpdatePipelineStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePipelineStatusRequest;
+ output: UpdatePipelineStatusResponse;
+ };
+ sdk: {
+ input: UpdatePipelineStatusCommandInput;
+ output: UpdatePipelineStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/package.json b/clients/client-elasticache/package.json
index 7a56257f0cbb..c2e2417d858e 100644
--- a/clients/client-elasticache/package.json
+++ b/clients/client-elasticache/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2"
},
"devDependencies": {
diff --git a/clients/client-elasticache/src/commands/AddTagsToResourceCommand.ts b/clients/client-elasticache/src/commands/AddTagsToResourceCommand.ts
index b7d9f57c3e07..89c40371cfab 100644
--- a/clients/client-elasticache/src/commands/AddTagsToResourceCommand.ts
+++ b/clients/client-elasticache/src/commands/AddTagsToResourceCommand.ts
@@ -188,4 +188,16 @@ export class AddTagsToResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_AddTagsToResourceCommand)
.de(de_AddTagsToResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddTagsToResourceMessage;
+ output: TagListMessage;
+ };
+ sdk: {
+ input: AddTagsToResourceCommandInput;
+ output: AddTagsToResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/AuthorizeCacheSecurityGroupIngressCommand.ts b/clients/client-elasticache/src/commands/AuthorizeCacheSecurityGroupIngressCommand.ts
index e6834903b855..e629f5aa2e2b 100644
--- a/clients/client-elasticache/src/commands/AuthorizeCacheSecurityGroupIngressCommand.ts
+++ b/clients/client-elasticache/src/commands/AuthorizeCacheSecurityGroupIngressCommand.ts
@@ -135,4 +135,16 @@ export class AuthorizeCacheSecurityGroupIngressCommand extends $Command
.f(void 0, void 0)
.ser(se_AuthorizeCacheSecurityGroupIngressCommand)
.de(de_AuthorizeCacheSecurityGroupIngressCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AuthorizeCacheSecurityGroupIngressMessage;
+ output: AuthorizeCacheSecurityGroupIngressResult;
+ };
+ sdk: {
+ input: AuthorizeCacheSecurityGroupIngressCommandInput;
+ output: AuthorizeCacheSecurityGroupIngressCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/BatchApplyUpdateActionCommand.ts b/clients/client-elasticache/src/commands/BatchApplyUpdateActionCommand.ts
index 1cced8b39bfe..daa168310d39 100644
--- a/clients/client-elasticache/src/commands/BatchApplyUpdateActionCommand.ts
+++ b/clients/client-elasticache/src/commands/BatchApplyUpdateActionCommand.ts
@@ -107,4 +107,16 @@ export class BatchApplyUpdateActionCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchApplyUpdateActionCommand)
.de(de_BatchApplyUpdateActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchApplyUpdateActionMessage;
+ output: UpdateActionResultsMessage;
+ };
+ sdk: {
+ input: BatchApplyUpdateActionCommandInput;
+ output: BatchApplyUpdateActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/BatchStopUpdateActionCommand.ts b/clients/client-elasticache/src/commands/BatchStopUpdateActionCommand.ts
index b3cb90e2229a..4c9582a3a78a 100644
--- a/clients/client-elasticache/src/commands/BatchStopUpdateActionCommand.ts
+++ b/clients/client-elasticache/src/commands/BatchStopUpdateActionCommand.ts
@@ -107,4 +107,16 @@ export class BatchStopUpdateActionCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchStopUpdateActionCommand)
.de(de_BatchStopUpdateActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchStopUpdateActionMessage;
+ output: UpdateActionResultsMessage;
+ };
+ sdk: {
+ input: BatchStopUpdateActionCommandInput;
+ output: BatchStopUpdateActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/CompleteMigrationCommand.ts b/clients/client-elasticache/src/commands/CompleteMigrationCommand.ts
index 2f6a592adbe2..3da7a18e509e 100644
--- a/clients/client-elasticache/src/commands/CompleteMigrationCommand.ts
+++ b/clients/client-elasticache/src/commands/CompleteMigrationCommand.ts
@@ -206,4 +206,16 @@ export class CompleteMigrationCommand extends $Command
.f(void 0, void 0)
.ser(se_CompleteMigrationCommand)
.de(de_CompleteMigrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CompleteMigrationMessage;
+ output: CompleteMigrationResponse;
+ };
+ sdk: {
+ input: CompleteMigrationCommandInput;
+ output: CompleteMigrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/CopyServerlessCacheSnapshotCommand.ts b/clients/client-elasticache/src/commands/CopyServerlessCacheSnapshotCommand.ts
index a9ad63bcd779..7ae985a34949 100644
--- a/clients/client-elasticache/src/commands/CopyServerlessCacheSnapshotCommand.ts
+++ b/clients/client-elasticache/src/commands/CopyServerlessCacheSnapshotCommand.ts
@@ -127,4 +127,16 @@ export class CopyServerlessCacheSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_CopyServerlessCacheSnapshotCommand)
.de(de_CopyServerlessCacheSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CopyServerlessCacheSnapshotRequest;
+ output: CopyServerlessCacheSnapshotResponse;
+ };
+ sdk: {
+ input: CopyServerlessCacheSnapshotCommandInput;
+ output: CopyServerlessCacheSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/CopySnapshotCommand.ts b/clients/client-elasticache/src/commands/CopySnapshotCommand.ts
index ac33a5223808..21c8ef4622f1 100644
--- a/clients/client-elasticache/src/commands/CopySnapshotCommand.ts
+++ b/clients/client-elasticache/src/commands/CopySnapshotCommand.ts
@@ -297,4 +297,16 @@ export class CopySnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_CopySnapshotCommand)
.de(de_CopySnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CopySnapshotMessage;
+ output: CopySnapshotResult;
+ };
+ sdk: {
+ input: CopySnapshotCommandInput;
+ output: CopySnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/CreateCacheClusterCommand.ts b/clients/client-elasticache/src/commands/CreateCacheClusterCommand.ts
index bd4fa08a891d..781f5790ddde 100644
--- a/clients/client-elasticache/src/commands/CreateCacheClusterCommand.ts
+++ b/clients/client-elasticache/src/commands/CreateCacheClusterCommand.ts
@@ -342,4 +342,16 @@ export class CreateCacheClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCacheClusterCommand)
.de(de_CreateCacheClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCacheClusterMessage;
+ output: CreateCacheClusterResult;
+ };
+ sdk: {
+ input: CreateCacheClusterCommandInput;
+ output: CreateCacheClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/CreateCacheParameterGroupCommand.ts b/clients/client-elasticache/src/commands/CreateCacheParameterGroupCommand.ts
index a9767d14ed46..f578ce8aad66 100644
--- a/clients/client-elasticache/src/commands/CreateCacheParameterGroupCommand.ts
+++ b/clients/client-elasticache/src/commands/CreateCacheParameterGroupCommand.ts
@@ -152,4 +152,16 @@ export class CreateCacheParameterGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCacheParameterGroupCommand)
.de(de_CreateCacheParameterGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCacheParameterGroupMessage;
+ output: CreateCacheParameterGroupResult;
+ };
+ sdk: {
+ input: CreateCacheParameterGroupCommandInput;
+ output: CreateCacheParameterGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/CreateCacheSecurityGroupCommand.ts b/clients/client-elasticache/src/commands/CreateCacheSecurityGroupCommand.ts
index 6c7eae31eb09..a8bf1ca211f0 100644
--- a/clients/client-elasticache/src/commands/CreateCacheSecurityGroupCommand.ts
+++ b/clients/client-elasticache/src/commands/CreateCacheSecurityGroupCommand.ts
@@ -130,4 +130,16 @@ export class CreateCacheSecurityGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCacheSecurityGroupCommand)
.de(de_CreateCacheSecurityGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCacheSecurityGroupMessage;
+ output: CreateCacheSecurityGroupResult;
+ };
+ sdk: {
+ input: CreateCacheSecurityGroupCommandInput;
+ output: CreateCacheSecurityGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/CreateCacheSubnetGroupCommand.ts b/clients/client-elasticache/src/commands/CreateCacheSubnetGroupCommand.ts
index 54392df83def..f07915356e98 100644
--- a/clients/client-elasticache/src/commands/CreateCacheSubnetGroupCommand.ts
+++ b/clients/client-elasticache/src/commands/CreateCacheSubnetGroupCommand.ts
@@ -183,4 +183,16 @@ export class CreateCacheSubnetGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCacheSubnetGroupCommand)
.de(de_CreateCacheSubnetGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCacheSubnetGroupMessage;
+ output: CreateCacheSubnetGroupResult;
+ };
+ sdk: {
+ input: CreateCacheSubnetGroupCommandInput;
+ output: CreateCacheSubnetGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/CreateGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/CreateGlobalReplicationGroupCommand.ts
index 692d31a2e3f6..d1cf7076c342 100644
--- a/clients/client-elasticache/src/commands/CreateGlobalReplicationGroupCommand.ts
+++ b/clients/client-elasticache/src/commands/CreateGlobalReplicationGroupCommand.ts
@@ -138,4 +138,16 @@ export class CreateGlobalReplicationGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateGlobalReplicationGroupCommand)
.de(de_CreateGlobalReplicationGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGlobalReplicationGroupMessage;
+ output: CreateGlobalReplicationGroupResult;
+ };
+ sdk: {
+ input: CreateGlobalReplicationGroupCommandInput;
+ output: CreateGlobalReplicationGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/CreateReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/CreateReplicationGroupCommand.ts
index add144c07f1c..8613dc114b2d 100644
--- a/clients/client-elasticache/src/commands/CreateReplicationGroupCommand.ts
+++ b/clients/client-elasticache/src/commands/CreateReplicationGroupCommand.ts
@@ -468,4 +468,16 @@ export class CreateReplicationGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateReplicationGroupCommand)
.de(de_CreateReplicationGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateReplicationGroupMessage;
+ output: CreateReplicationGroupResult;
+ };
+ sdk: {
+ input: CreateReplicationGroupCommandInput;
+ output: CreateReplicationGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/CreateServerlessCacheCommand.ts b/clients/client-elasticache/src/commands/CreateServerlessCacheCommand.ts
index bcfaba98cb14..0266346aa452 100644
--- a/clients/client-elasticache/src/commands/CreateServerlessCacheCommand.ts
+++ b/clients/client-elasticache/src/commands/CreateServerlessCacheCommand.ts
@@ -183,4 +183,16 @@ export class CreateServerlessCacheCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateServerlessCacheCommand)
.de(de_CreateServerlessCacheCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateServerlessCacheRequest;
+ output: CreateServerlessCacheResponse;
+ };
+ sdk: {
+ input: CreateServerlessCacheCommandInput;
+ output: CreateServerlessCacheCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/CreateServerlessCacheSnapshotCommand.ts b/clients/client-elasticache/src/commands/CreateServerlessCacheSnapshotCommand.ts
index 4e3ae9c7a8b0..32046cb02ad7 100644
--- a/clients/client-elasticache/src/commands/CreateServerlessCacheSnapshotCommand.ts
+++ b/clients/client-elasticache/src/commands/CreateServerlessCacheSnapshotCommand.ts
@@ -130,4 +130,16 @@ export class CreateServerlessCacheSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateServerlessCacheSnapshotCommand)
.de(de_CreateServerlessCacheSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateServerlessCacheSnapshotRequest;
+ output: CreateServerlessCacheSnapshotResponse;
+ };
+ sdk: {
+ input: CreateServerlessCacheSnapshotCommandInput;
+ output: CreateServerlessCacheSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/CreateSnapshotCommand.ts b/clients/client-elasticache/src/commands/CreateSnapshotCommand.ts
index 63d3a70dc763..b2721beef6bc 100644
--- a/clients/client-elasticache/src/commands/CreateSnapshotCommand.ts
+++ b/clients/client-elasticache/src/commands/CreateSnapshotCommand.ts
@@ -274,4 +274,16 @@ export class CreateSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSnapshotCommand)
.de(de_CreateSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSnapshotMessage;
+ output: CreateSnapshotResult;
+ };
+ sdk: {
+ input: CreateSnapshotCommandInput;
+ output: CreateSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/CreateUserCommand.ts b/clients/client-elasticache/src/commands/CreateUserCommand.ts
index b90a3948e49e..2d2aebb273be 100644
--- a/clients/client-elasticache/src/commands/CreateUserCommand.ts
+++ b/clients/client-elasticache/src/commands/CreateUserCommand.ts
@@ -133,4 +133,16 @@ export class CreateUserCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateUserCommand)
.de(de_CreateUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateUserMessage;
+ output: User;
+ };
+ sdk: {
+ input: CreateUserCommandInput;
+ output: CreateUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/CreateUserGroupCommand.ts b/clients/client-elasticache/src/commands/CreateUserGroupCommand.ts
index 89d6eb841b6d..204c4b49becd 100644
--- a/clients/client-elasticache/src/commands/CreateUserGroupCommand.ts
+++ b/clients/client-elasticache/src/commands/CreateUserGroupCommand.ts
@@ -136,4 +136,16 @@ export class CreateUserGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateUserGroupCommand)
.de(de_CreateUserGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateUserGroupMessage;
+ output: UserGroup;
+ };
+ sdk: {
+ input: CreateUserGroupCommandInput;
+ output: CreateUserGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts
index 0df7b755c339..2aa299a3f1b2 100644
--- a/clients/client-elasticache/src/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts
+++ b/clients/client-elasticache/src/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts
@@ -133,4 +133,16 @@ export class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DecreaseNodeGroupsInGlobalReplicationGroupCommand)
.de(de_DecreaseNodeGroupsInGlobalReplicationGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DecreaseNodeGroupsInGlobalReplicationGroupMessage;
+ output: DecreaseNodeGroupsInGlobalReplicationGroupResult;
+ };
+ sdk: {
+ input: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput;
+ output: DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DecreaseReplicaCountCommand.ts b/clients/client-elasticache/src/commands/DecreaseReplicaCountCommand.ts
index 3e9bac2df9c5..542c9ccdcafa 100644
--- a/clients/client-elasticache/src/commands/DecreaseReplicaCountCommand.ts
+++ b/clients/client-elasticache/src/commands/DecreaseReplicaCountCommand.ts
@@ -256,4 +256,16 @@ export class DecreaseReplicaCountCommand extends $Command
.f(void 0, void 0)
.ser(se_DecreaseReplicaCountCommand)
.de(de_DecreaseReplicaCountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DecreaseReplicaCountMessage;
+ output: DecreaseReplicaCountResult;
+ };
+ sdk: {
+ input: DecreaseReplicaCountCommandInput;
+ output: DecreaseReplicaCountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DeleteCacheClusterCommand.ts b/clients/client-elasticache/src/commands/DeleteCacheClusterCommand.ts
index 6fafcdb07b83..749151e052c9 100644
--- a/clients/client-elasticache/src/commands/DeleteCacheClusterCommand.ts
+++ b/clients/client-elasticache/src/commands/DeleteCacheClusterCommand.ts
@@ -289,4 +289,16 @@ export class DeleteCacheClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCacheClusterCommand)
.de(de_DeleteCacheClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCacheClusterMessage;
+ output: DeleteCacheClusterResult;
+ };
+ sdk: {
+ input: DeleteCacheClusterCommandInput;
+ output: DeleteCacheClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DeleteCacheParameterGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteCacheParameterGroupCommand.ts
index 3fd50faaae1f..668338cf9b2a 100644
--- a/clients/client-elasticache/src/commands/DeleteCacheParameterGroupCommand.ts
+++ b/clients/client-elasticache/src/commands/DeleteCacheParameterGroupCommand.ts
@@ -102,4 +102,16 @@ export class DeleteCacheParameterGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCacheParameterGroupCommand)
.de(de_DeleteCacheParameterGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCacheParameterGroupMessage;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCacheParameterGroupCommandInput;
+ output: DeleteCacheParameterGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DeleteCacheSecurityGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteCacheSecurityGroupCommand.ts
index ad52c8c770f2..385d6c8e63ff 100644
--- a/clients/client-elasticache/src/commands/DeleteCacheSecurityGroupCommand.ts
+++ b/clients/client-elasticache/src/commands/DeleteCacheSecurityGroupCommand.ts
@@ -103,4 +103,16 @@ export class DeleteCacheSecurityGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCacheSecurityGroupCommand)
.de(de_DeleteCacheSecurityGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCacheSecurityGroupMessage;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCacheSecurityGroupCommandInput;
+ output: DeleteCacheSecurityGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DeleteCacheSubnetGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteCacheSubnetGroupCommand.ts
index e7641c0240a3..5b190aafefbf 100644
--- a/clients/client-elasticache/src/commands/DeleteCacheSubnetGroupCommand.ts
+++ b/clients/client-elasticache/src/commands/DeleteCacheSubnetGroupCommand.ts
@@ -97,4 +97,16 @@ export class DeleteCacheSubnetGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCacheSubnetGroupCommand)
.de(de_DeleteCacheSubnetGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCacheSubnetGroupMessage;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCacheSubnetGroupCommandInput;
+ output: DeleteCacheSubnetGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DeleteGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteGlobalReplicationGroupCommand.ts
index 8ed523d1c82d..6b5406657667 100644
--- a/clients/client-elasticache/src/commands/DeleteGlobalReplicationGroupCommand.ts
+++ b/clients/client-elasticache/src/commands/DeleteGlobalReplicationGroupCommand.ts
@@ -136,4 +136,16 @@ export class DeleteGlobalReplicationGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteGlobalReplicationGroupCommand)
.de(de_DeleteGlobalReplicationGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteGlobalReplicationGroupMessage;
+ output: DeleteGlobalReplicationGroupResult;
+ };
+ sdk: {
+ input: DeleteGlobalReplicationGroupCommandInput;
+ output: DeleteGlobalReplicationGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DeleteReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteReplicationGroupCommand.ts
index dd2e2564cd63..a653c8721b5f 100644
--- a/clients/client-elasticache/src/commands/DeleteReplicationGroupCommand.ts
+++ b/clients/client-elasticache/src/commands/DeleteReplicationGroupCommand.ts
@@ -273,4 +273,16 @@ export class DeleteReplicationGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteReplicationGroupCommand)
.de(de_DeleteReplicationGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteReplicationGroupMessage;
+ output: DeleteReplicationGroupResult;
+ };
+ sdk: {
+ input: DeleteReplicationGroupCommandInput;
+ output: DeleteReplicationGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DeleteServerlessCacheCommand.ts b/clients/client-elasticache/src/commands/DeleteServerlessCacheCommand.ts
index 4df261ba0c3e..21852e2a041f 100644
--- a/clients/client-elasticache/src/commands/DeleteServerlessCacheCommand.ts
+++ b/clients/client-elasticache/src/commands/DeleteServerlessCacheCommand.ts
@@ -142,4 +142,16 @@ export class DeleteServerlessCacheCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteServerlessCacheCommand)
.de(de_DeleteServerlessCacheCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteServerlessCacheRequest;
+ output: DeleteServerlessCacheResponse;
+ };
+ sdk: {
+ input: DeleteServerlessCacheCommandInput;
+ output: DeleteServerlessCacheCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DeleteServerlessCacheSnapshotCommand.ts b/clients/client-elasticache/src/commands/DeleteServerlessCacheSnapshotCommand.ts
index e7c469d600a3..44ad7a0ca790 100644
--- a/clients/client-elasticache/src/commands/DeleteServerlessCacheSnapshotCommand.ts
+++ b/clients/client-elasticache/src/commands/DeleteServerlessCacheSnapshotCommand.ts
@@ -108,4 +108,16 @@ export class DeleteServerlessCacheSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteServerlessCacheSnapshotCommand)
.de(de_DeleteServerlessCacheSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteServerlessCacheSnapshotRequest;
+ output: DeleteServerlessCacheSnapshotResponse;
+ };
+ sdk: {
+ input: DeleteServerlessCacheSnapshotCommandInput;
+ output: DeleteServerlessCacheSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DeleteSnapshotCommand.ts b/clients/client-elasticache/src/commands/DeleteSnapshotCommand.ts
index c4c0ba20c242..a66f86332101 100644
--- a/clients/client-elasticache/src/commands/DeleteSnapshotCommand.ts
+++ b/clients/client-elasticache/src/commands/DeleteSnapshotCommand.ts
@@ -189,4 +189,16 @@ export class DeleteSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSnapshotCommand)
.de(de_DeleteSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSnapshotMessage;
+ output: DeleteSnapshotResult;
+ };
+ sdk: {
+ input: DeleteSnapshotCommandInput;
+ output: DeleteSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DeleteUserCommand.ts b/clients/client-elasticache/src/commands/DeleteUserCommand.ts
index 94c4ec8776bc..75a7c5e35c76 100644
--- a/clients/client-elasticache/src/commands/DeleteUserCommand.ts
+++ b/clients/client-elasticache/src/commands/DeleteUserCommand.ts
@@ -107,4 +107,16 @@ export class DeleteUserCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteUserCommand)
.de(de_DeleteUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteUserMessage;
+ output: User;
+ };
+ sdk: {
+ input: DeleteUserCommandInput;
+ output: DeleteUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DeleteUserGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteUserGroupCommand.ts
index d17d293bf2d2..6fe7b4a99464 100644
--- a/clients/client-elasticache/src/commands/DeleteUserGroupCommand.ts
+++ b/clients/client-elasticache/src/commands/DeleteUserGroupCommand.ts
@@ -112,4 +112,16 @@ export class DeleteUserGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteUserGroupCommand)
.de(de_DeleteUserGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteUserGroupMessage;
+ output: UserGroup;
+ };
+ sdk: {
+ input: DeleteUserGroupCommandInput;
+ output: DeleteUserGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DescribeCacheClustersCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheClustersCommand.ts
index 67a194e72660..23a88a967384 100644
--- a/clients/client-elasticache/src/commands/DescribeCacheClustersCommand.ts
+++ b/clients/client-elasticache/src/commands/DescribeCacheClustersCommand.ts
@@ -261,4 +261,16 @@ export class DescribeCacheClustersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCacheClustersCommand)
.de(de_DescribeCacheClustersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCacheClustersMessage;
+ output: CacheClusterMessage;
+ };
+ sdk: {
+ input: DescribeCacheClustersCommandInput;
+ output: DescribeCacheClustersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DescribeCacheEngineVersionsCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheEngineVersionsCommand.ts
index 7259e1301f40..19468bdc5794 100644
--- a/clients/client-elasticache/src/commands/DescribeCacheEngineVersionsCommand.ts
+++ b/clients/client-elasticache/src/commands/DescribeCacheEngineVersionsCommand.ts
@@ -190,4 +190,16 @@ export class DescribeCacheEngineVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCacheEngineVersionsCommand)
.de(de_DescribeCacheEngineVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCacheEngineVersionsMessage;
+ output: CacheEngineVersionMessage;
+ };
+ sdk: {
+ input: DescribeCacheEngineVersionsCommandInput;
+ output: DescribeCacheEngineVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DescribeCacheParameterGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheParameterGroupsCommand.ts
index b837066dfb0c..e0b7b5bd1998 100644
--- a/clients/client-elasticache/src/commands/DescribeCacheParameterGroupsCommand.ts
+++ b/clients/client-elasticache/src/commands/DescribeCacheParameterGroupsCommand.ts
@@ -121,4 +121,16 @@ export class DescribeCacheParameterGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCacheParameterGroupsCommand)
.de(de_DescribeCacheParameterGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCacheParameterGroupsMessage;
+ output: CacheParameterGroupsMessage;
+ };
+ sdk: {
+ input: DescribeCacheParameterGroupsCommandInput;
+ output: DescribeCacheParameterGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DescribeCacheParametersCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheParametersCommand.ts
index eb861378aaad..bda7ea3b40f6 100644
--- a/clients/client-elasticache/src/commands/DescribeCacheParametersCommand.ts
+++ b/clients/client-elasticache/src/commands/DescribeCacheParametersCommand.ts
@@ -524,4 +524,16 @@ export class DescribeCacheParametersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCacheParametersCommand)
.de(de_DescribeCacheParametersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCacheParametersMessage;
+ output: CacheParameterGroupDetails;
+ };
+ sdk: {
+ input: DescribeCacheParametersCommandInput;
+ output: DescribeCacheParametersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DescribeCacheSecurityGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheSecurityGroupsCommand.ts
index 17a0c0de857e..ae7da992c01f 100644
--- a/clients/client-elasticache/src/commands/DescribeCacheSecurityGroupsCommand.ts
+++ b/clients/client-elasticache/src/commands/DescribeCacheSecurityGroupsCommand.ts
@@ -117,4 +117,16 @@ export class DescribeCacheSecurityGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCacheSecurityGroupsCommand)
.de(de_DescribeCacheSecurityGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCacheSecurityGroupsMessage;
+ output: CacheSecurityGroupMessage;
+ };
+ sdk: {
+ input: DescribeCacheSecurityGroupsCommandInput;
+ output: DescribeCacheSecurityGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DescribeCacheSubnetGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheSubnetGroupsCommand.ts
index c8413989b158..c946cd77fbc0 100644
--- a/clients/client-elasticache/src/commands/DescribeCacheSubnetGroupsCommand.ts
+++ b/clients/client-elasticache/src/commands/DescribeCacheSubnetGroupsCommand.ts
@@ -160,4 +160,16 @@ export class DescribeCacheSubnetGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCacheSubnetGroupsCommand)
.de(de_DescribeCacheSubnetGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCacheSubnetGroupsMessage;
+ output: CacheSubnetGroupMessage;
+ };
+ sdk: {
+ input: DescribeCacheSubnetGroupsCommandInput;
+ output: DescribeCacheSubnetGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DescribeEngineDefaultParametersCommand.ts b/clients/client-elasticache/src/commands/DescribeEngineDefaultParametersCommand.ts
index 3b19958e231b..c3c0aeee40f7 100644
--- a/clients/client-elasticache/src/commands/DescribeEngineDefaultParametersCommand.ts
+++ b/clients/client-elasticache/src/commands/DescribeEngineDefaultParametersCommand.ts
@@ -739,4 +739,16 @@ export class DescribeEngineDefaultParametersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEngineDefaultParametersCommand)
.de(de_DescribeEngineDefaultParametersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEngineDefaultParametersMessage;
+ output: DescribeEngineDefaultParametersResult;
+ };
+ sdk: {
+ input: DescribeEngineDefaultParametersCommandInput;
+ output: DescribeEngineDefaultParametersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DescribeEventsCommand.ts b/clients/client-elasticache/src/commands/DescribeEventsCommand.ts
index c0d26f237401..4b9790f6e10a 100644
--- a/clients/client-elasticache/src/commands/DescribeEventsCommand.ts
+++ b/clients/client-elasticache/src/commands/DescribeEventsCommand.ts
@@ -150,4 +150,16 @@ export class DescribeEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEventsCommand)
.de(de_DescribeEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEventsMessage;
+ output: EventsMessage;
+ };
+ sdk: {
+ input: DescribeEventsCommandInput;
+ output: DescribeEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DescribeGlobalReplicationGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeGlobalReplicationGroupsCommand.ts
index 9d4478d59f15..16c8caffb53b 100644
--- a/clients/client-elasticache/src/commands/DescribeGlobalReplicationGroupsCommand.ts
+++ b/clients/client-elasticache/src/commands/DescribeGlobalReplicationGroupsCommand.ts
@@ -125,4 +125,16 @@ export class DescribeGlobalReplicationGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeGlobalReplicationGroupsCommand)
.de(de_DescribeGlobalReplicationGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeGlobalReplicationGroupsMessage;
+ output: DescribeGlobalReplicationGroupsResult;
+ };
+ sdk: {
+ input: DescribeGlobalReplicationGroupsCommandInput;
+ output: DescribeGlobalReplicationGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DescribeReplicationGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeReplicationGroupsCommand.ts
index 663b1c6113de..6828d064fdf1 100644
--- a/clients/client-elasticache/src/commands/DescribeReplicationGroupsCommand.ts
+++ b/clients/client-elasticache/src/commands/DescribeReplicationGroupsCommand.ts
@@ -278,4 +278,16 @@ export class DescribeReplicationGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReplicationGroupsCommand)
.de(de_DescribeReplicationGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReplicationGroupsMessage;
+ output: ReplicationGroupMessage;
+ };
+ sdk: {
+ input: DescribeReplicationGroupsCommandInput;
+ output: DescribeReplicationGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DescribeReservedCacheNodesCommand.ts b/clients/client-elasticache/src/commands/DescribeReservedCacheNodesCommand.ts
index 6fc04595c461..992229df5722 100644
--- a/clients/client-elasticache/src/commands/DescribeReservedCacheNodesCommand.ts
+++ b/clients/client-elasticache/src/commands/DescribeReservedCacheNodesCommand.ts
@@ -127,4 +127,16 @@ export class DescribeReservedCacheNodesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReservedCacheNodesCommand)
.de(de_DescribeReservedCacheNodesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReservedCacheNodesMessage;
+ output: ReservedCacheNodeMessage;
+ };
+ sdk: {
+ input: DescribeReservedCacheNodesCommandInput;
+ output: DescribeReservedCacheNodesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DescribeReservedCacheNodesOfferingsCommand.ts b/clients/client-elasticache/src/commands/DescribeReservedCacheNodesOfferingsCommand.ts
index d3b864d288fb..73dd259a69b5 100644
--- a/clients/client-elasticache/src/commands/DescribeReservedCacheNodesOfferingsCommand.ts
+++ b/clients/client-elasticache/src/commands/DescribeReservedCacheNodesOfferingsCommand.ts
@@ -387,4 +387,16 @@ export class DescribeReservedCacheNodesOfferingsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReservedCacheNodesOfferingsCommand)
.de(de_DescribeReservedCacheNodesOfferingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReservedCacheNodesOfferingsMessage;
+ output: ReservedCacheNodesOfferingMessage;
+ };
+ sdk: {
+ input: DescribeReservedCacheNodesOfferingsCommandInput;
+ output: DescribeReservedCacheNodesOfferingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DescribeServerlessCacheSnapshotsCommand.ts b/clients/client-elasticache/src/commands/DescribeServerlessCacheSnapshotsCommand.ts
index 02ab83f298d0..17bf685fcfb6 100644
--- a/clients/client-elasticache/src/commands/DescribeServerlessCacheSnapshotsCommand.ts
+++ b/clients/client-elasticache/src/commands/DescribeServerlessCacheSnapshotsCommand.ts
@@ -118,4 +118,16 @@ export class DescribeServerlessCacheSnapshotsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeServerlessCacheSnapshotsCommand)
.de(de_DescribeServerlessCacheSnapshotsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeServerlessCacheSnapshotsRequest;
+ output: DescribeServerlessCacheSnapshotsResponse;
+ };
+ sdk: {
+ input: DescribeServerlessCacheSnapshotsCommandInput;
+ output: DescribeServerlessCacheSnapshotsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DescribeServerlessCachesCommand.ts b/clients/client-elasticache/src/commands/DescribeServerlessCachesCommand.ts
index 59fb098a52ac..e7873fee748b 100644
--- a/clients/client-elasticache/src/commands/DescribeServerlessCachesCommand.ts
+++ b/clients/client-elasticache/src/commands/DescribeServerlessCachesCommand.ts
@@ -131,4 +131,16 @@ export class DescribeServerlessCachesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeServerlessCachesCommand)
.de(de_DescribeServerlessCachesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeServerlessCachesRequest;
+ output: DescribeServerlessCachesResponse;
+ };
+ sdk: {
+ input: DescribeServerlessCachesCommandInput;
+ output: DescribeServerlessCachesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DescribeServiceUpdatesCommand.ts b/clients/client-elasticache/src/commands/DescribeServiceUpdatesCommand.ts
index 06af87a2f793..6bbca1ae3447 100644
--- a/clients/client-elasticache/src/commands/DescribeServiceUpdatesCommand.ts
+++ b/clients/client-elasticache/src/commands/DescribeServiceUpdatesCommand.ts
@@ -107,4 +107,16 @@ export class DescribeServiceUpdatesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeServiceUpdatesCommand)
.de(de_DescribeServiceUpdatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeServiceUpdatesMessage;
+ output: ServiceUpdatesMessage;
+ };
+ sdk: {
+ input: DescribeServiceUpdatesCommandInput;
+ output: DescribeServiceUpdatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DescribeSnapshotsCommand.ts b/clients/client-elasticache/src/commands/DescribeSnapshotsCommand.ts
index 503989dcafab..62d5d610bdea 100644
--- a/clients/client-elasticache/src/commands/DescribeSnapshotsCommand.ts
+++ b/clients/client-elasticache/src/commands/DescribeSnapshotsCommand.ts
@@ -201,4 +201,16 @@ export class DescribeSnapshotsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSnapshotsCommand)
.de(de_DescribeSnapshotsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSnapshotsMessage;
+ output: DescribeSnapshotsListMessage;
+ };
+ sdk: {
+ input: DescribeSnapshotsCommandInput;
+ output: DescribeSnapshotsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DescribeUpdateActionsCommand.ts b/clients/client-elasticache/src/commands/DescribeUpdateActionsCommand.ts
index 820546cc6ff4..be3a2af4b028 100644
--- a/clients/client-elasticache/src/commands/DescribeUpdateActionsCommand.ts
+++ b/clients/client-elasticache/src/commands/DescribeUpdateActionsCommand.ts
@@ -152,4 +152,16 @@ export class DescribeUpdateActionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeUpdateActionsCommand)
.de(de_DescribeUpdateActionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeUpdateActionsMessage;
+ output: UpdateActionsMessage;
+ };
+ sdk: {
+ input: DescribeUpdateActionsCommandInput;
+ output: DescribeUpdateActionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DescribeUserGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeUserGroupsCommand.ts
index 8426c0f55f20..7bb5cc13f81a 100644
--- a/clients/client-elasticache/src/commands/DescribeUserGroupsCommand.ts
+++ b/clients/client-elasticache/src/commands/DescribeUserGroupsCommand.ts
@@ -114,4 +114,16 @@ export class DescribeUserGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeUserGroupsCommand)
.de(de_DescribeUserGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeUserGroupsMessage;
+ output: DescribeUserGroupsResult;
+ };
+ sdk: {
+ input: DescribeUserGroupsCommandInput;
+ output: DescribeUserGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DescribeUsersCommand.ts b/clients/client-elasticache/src/commands/DescribeUsersCommand.ts
index 8cb32e3a0f33..11783f750a3a 100644
--- a/clients/client-elasticache/src/commands/DescribeUsersCommand.ts
+++ b/clients/client-elasticache/src/commands/DescribeUsersCommand.ts
@@ -115,4 +115,16 @@ export class DescribeUsersCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeUsersCommand)
.de(de_DescribeUsersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeUsersMessage;
+ output: DescribeUsersResult;
+ };
+ sdk: {
+ input: DescribeUsersCommandInput;
+ output: DescribeUsersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/DisassociateGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/DisassociateGlobalReplicationGroupCommand.ts
index c091c64ad8fb..dad9da748331 100644
--- a/clients/client-elasticache/src/commands/DisassociateGlobalReplicationGroupCommand.ts
+++ b/clients/client-elasticache/src/commands/DisassociateGlobalReplicationGroupCommand.ts
@@ -128,4 +128,16 @@ export class DisassociateGlobalReplicationGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateGlobalReplicationGroupCommand)
.de(de_DisassociateGlobalReplicationGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateGlobalReplicationGroupMessage;
+ output: DisassociateGlobalReplicationGroupResult;
+ };
+ sdk: {
+ input: DisassociateGlobalReplicationGroupCommandInput;
+ output: DisassociateGlobalReplicationGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/ExportServerlessCacheSnapshotCommand.ts b/clients/client-elasticache/src/commands/ExportServerlessCacheSnapshotCommand.ts
index 19d659457acc..4697f9e45b5f 100644
--- a/clients/client-elasticache/src/commands/ExportServerlessCacheSnapshotCommand.ts
+++ b/clients/client-elasticache/src/commands/ExportServerlessCacheSnapshotCommand.ts
@@ -109,4 +109,16 @@ export class ExportServerlessCacheSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_ExportServerlessCacheSnapshotCommand)
.de(de_ExportServerlessCacheSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExportServerlessCacheSnapshotRequest;
+ output: ExportServerlessCacheSnapshotResponse;
+ };
+ sdk: {
+ input: ExportServerlessCacheSnapshotCommandInput;
+ output: ExportServerlessCacheSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/FailoverGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/FailoverGlobalReplicationGroupCommand.ts
index 04167c9f8520..353aa2952d87 100644
--- a/clients/client-elasticache/src/commands/FailoverGlobalReplicationGroupCommand.ts
+++ b/clients/client-elasticache/src/commands/FailoverGlobalReplicationGroupCommand.ts
@@ -124,4 +124,16 @@ export class FailoverGlobalReplicationGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_FailoverGlobalReplicationGroupCommand)
.de(de_FailoverGlobalReplicationGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: FailoverGlobalReplicationGroupMessage;
+ output: FailoverGlobalReplicationGroupResult;
+ };
+ sdk: {
+ input: FailoverGlobalReplicationGroupCommandInput;
+ output: FailoverGlobalReplicationGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts
index 1ccab03407ed..570e31390361 100644
--- a/clients/client-elasticache/src/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts
+++ b/clients/client-elasticache/src/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts
@@ -138,4 +138,16 @@ export class IncreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_IncreaseNodeGroupsInGlobalReplicationGroupCommand)
.de(de_IncreaseNodeGroupsInGlobalReplicationGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: IncreaseNodeGroupsInGlobalReplicationGroupMessage;
+ output: IncreaseNodeGroupsInGlobalReplicationGroupResult;
+ };
+ sdk: {
+ input: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput;
+ output: IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/IncreaseReplicaCountCommand.ts b/clients/client-elasticache/src/commands/IncreaseReplicaCountCommand.ts
index 0934742fb2ea..c14f3c357635 100644
--- a/clients/client-elasticache/src/commands/IncreaseReplicaCountCommand.ts
+++ b/clients/client-elasticache/src/commands/IncreaseReplicaCountCommand.ts
@@ -253,4 +253,16 @@ export class IncreaseReplicaCountCommand extends $Command
.f(void 0, void 0)
.ser(se_IncreaseReplicaCountCommand)
.de(de_IncreaseReplicaCountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: IncreaseReplicaCountMessage;
+ output: IncreaseReplicaCountResult;
+ };
+ sdk: {
+ input: IncreaseReplicaCountCommandInput;
+ output: IncreaseReplicaCountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/ListAllowedNodeTypeModificationsCommand.ts b/clients/client-elasticache/src/commands/ListAllowedNodeTypeModificationsCommand.ts
index 9afe4c4be54f..6d56c449a8fa 100644
--- a/clients/client-elasticache/src/commands/ListAllowedNodeTypeModificationsCommand.ts
+++ b/clients/client-elasticache/src/commands/ListAllowedNodeTypeModificationsCommand.ts
@@ -130,4 +130,16 @@ export class ListAllowedNodeTypeModificationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAllowedNodeTypeModificationsCommand)
.de(de_ListAllowedNodeTypeModificationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAllowedNodeTypeModificationsMessage;
+ output: AllowedNodeTypeModificationsMessage;
+ };
+ sdk: {
+ input: ListAllowedNodeTypeModificationsCommandInput;
+ output: ListAllowedNodeTypeModificationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/ListTagsForResourceCommand.ts b/clients/client-elasticache/src/commands/ListTagsForResourceCommand.ts
index 4a87f26348a1..e4f223670f47 100644
--- a/clients/client-elasticache/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-elasticache/src/commands/ListTagsForResourceCommand.ts
@@ -163,4 +163,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceMessage;
+ output: TagListMessage;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/ModifyCacheClusterCommand.ts b/clients/client-elasticache/src/commands/ModifyCacheClusterCommand.ts
index b911b2433d3e..158d5278368e 100644
--- a/clients/client-elasticache/src/commands/ModifyCacheClusterCommand.ts
+++ b/clients/client-elasticache/src/commands/ModifyCacheClusterCommand.ts
@@ -310,4 +310,16 @@ export class ModifyCacheClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyCacheClusterCommand)
.de(de_ModifyCacheClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyCacheClusterMessage;
+ output: ModifyCacheClusterResult;
+ };
+ sdk: {
+ input: ModifyCacheClusterCommandInput;
+ output: ModifyCacheClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/ModifyCacheParameterGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyCacheParameterGroupCommand.ts
index 731ccac14f07..1a1adbbc0164 100644
--- a/clients/client-elasticache/src/commands/ModifyCacheParameterGroupCommand.ts
+++ b/clients/client-elasticache/src/commands/ModifyCacheParameterGroupCommand.ts
@@ -127,4 +127,16 @@ export class ModifyCacheParameterGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyCacheParameterGroupCommand)
.de(de_ModifyCacheParameterGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyCacheParameterGroupMessage;
+ output: CacheParameterGroupNameMessage;
+ };
+ sdk: {
+ input: ModifyCacheParameterGroupCommandInput;
+ output: ModifyCacheParameterGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/ModifyCacheSubnetGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyCacheSubnetGroupCommand.ts
index 1747e66d1109..f135e9dea254 100644
--- a/clients/client-elasticache/src/commands/ModifyCacheSubnetGroupCommand.ts
+++ b/clients/client-elasticache/src/commands/ModifyCacheSubnetGroupCommand.ts
@@ -178,4 +178,16 @@ export class ModifyCacheSubnetGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyCacheSubnetGroupCommand)
.de(de_ModifyCacheSubnetGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyCacheSubnetGroupMessage;
+ output: ModifyCacheSubnetGroupResult;
+ };
+ sdk: {
+ input: ModifyCacheSubnetGroupCommandInput;
+ output: ModifyCacheSubnetGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/ModifyGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyGlobalReplicationGroupCommand.ts
index 6bbee203e18d..5bab7739296f 100644
--- a/clients/client-elasticache/src/commands/ModifyGlobalReplicationGroupCommand.ts
+++ b/clients/client-elasticache/src/commands/ModifyGlobalReplicationGroupCommand.ts
@@ -121,4 +121,16 @@ export class ModifyGlobalReplicationGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyGlobalReplicationGroupCommand)
.de(de_ModifyGlobalReplicationGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyGlobalReplicationGroupMessage;
+ output: ModifyGlobalReplicationGroupResult;
+ };
+ sdk: {
+ input: ModifyGlobalReplicationGroupCommandInput;
+ output: ModifyGlobalReplicationGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/ModifyReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyReplicationGroupCommand.ts
index e7e8e97a79e3..16f31d715488 100644
--- a/clients/client-elasticache/src/commands/ModifyReplicationGroupCommand.ts
+++ b/clients/client-elasticache/src/commands/ModifyReplicationGroupCommand.ts
@@ -389,4 +389,16 @@ export class ModifyReplicationGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyReplicationGroupCommand)
.de(de_ModifyReplicationGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyReplicationGroupMessage;
+ output: ModifyReplicationGroupResult;
+ };
+ sdk: {
+ input: ModifyReplicationGroupCommandInput;
+ output: ModifyReplicationGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/ModifyReplicationGroupShardConfigurationCommand.ts b/clients/client-elasticache/src/commands/ModifyReplicationGroupShardConfigurationCommand.ts
index 3324b7e5f3a2..4c7291043863 100644
--- a/clients/client-elasticache/src/commands/ModifyReplicationGroupShardConfigurationCommand.ts
+++ b/clients/client-elasticache/src/commands/ModifyReplicationGroupShardConfigurationCommand.ts
@@ -255,4 +255,16 @@ export class ModifyReplicationGroupShardConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyReplicationGroupShardConfigurationCommand)
.de(de_ModifyReplicationGroupShardConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyReplicationGroupShardConfigurationMessage;
+ output: ModifyReplicationGroupShardConfigurationResult;
+ };
+ sdk: {
+ input: ModifyReplicationGroupShardConfigurationCommandInput;
+ output: ModifyReplicationGroupShardConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/ModifyServerlessCacheCommand.ts b/clients/client-elasticache/src/commands/ModifyServerlessCacheCommand.ts
index 8e8edf3a071d..ada97c650383 100644
--- a/clients/client-elasticache/src/commands/ModifyServerlessCacheCommand.ts
+++ b/clients/client-elasticache/src/commands/ModifyServerlessCacheCommand.ts
@@ -158,4 +158,16 @@ export class ModifyServerlessCacheCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyServerlessCacheCommand)
.de(de_ModifyServerlessCacheCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyServerlessCacheRequest;
+ output: ModifyServerlessCacheResponse;
+ };
+ sdk: {
+ input: ModifyServerlessCacheCommandInput;
+ output: ModifyServerlessCacheCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/ModifyUserCommand.ts b/clients/client-elasticache/src/commands/ModifyUserCommand.ts
index c7dc415d5296..e026353e9fd8 100644
--- a/clients/client-elasticache/src/commands/ModifyUserCommand.ts
+++ b/clients/client-elasticache/src/commands/ModifyUserCommand.ts
@@ -117,4 +117,16 @@ export class ModifyUserCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyUserCommand)
.de(de_ModifyUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyUserMessage;
+ output: User;
+ };
+ sdk: {
+ input: ModifyUserCommandInput;
+ output: ModifyUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/ModifyUserGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyUserGroupCommand.ts
index d53d1e3e7546..c9bc739937ab 100644
--- a/clients/client-elasticache/src/commands/ModifyUserGroupCommand.ts
+++ b/clients/client-elasticache/src/commands/ModifyUserGroupCommand.ts
@@ -128,4 +128,16 @@ export class ModifyUserGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyUserGroupCommand)
.de(de_ModifyUserGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyUserGroupMessage;
+ output: UserGroup;
+ };
+ sdk: {
+ input: ModifyUserGroupCommandInput;
+ output: ModifyUserGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/PurchaseReservedCacheNodesOfferingCommand.ts b/clients/client-elasticache/src/commands/PurchaseReservedCacheNodesOfferingCommand.ts
index 418e86144f98..249f24d53cb4 100644
--- a/clients/client-elasticache/src/commands/PurchaseReservedCacheNodesOfferingCommand.ts
+++ b/clients/client-elasticache/src/commands/PurchaseReservedCacheNodesOfferingCommand.ts
@@ -146,4 +146,16 @@ export class PurchaseReservedCacheNodesOfferingCommand extends $Command
.f(void 0, void 0)
.ser(se_PurchaseReservedCacheNodesOfferingCommand)
.de(de_PurchaseReservedCacheNodesOfferingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PurchaseReservedCacheNodesOfferingMessage;
+ output: PurchaseReservedCacheNodesOfferingResult;
+ };
+ sdk: {
+ input: PurchaseReservedCacheNodesOfferingCommandInput;
+ output: PurchaseReservedCacheNodesOfferingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts
index faf066539a00..aece7d323e2f 100644
--- a/clients/client-elasticache/src/commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts
+++ b/clients/client-elasticache/src/commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts
@@ -124,4 +124,16 @@ export class RebalanceSlotsInGlobalReplicationGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_RebalanceSlotsInGlobalReplicationGroupCommand)
.de(de_RebalanceSlotsInGlobalReplicationGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RebalanceSlotsInGlobalReplicationGroupMessage;
+ output: RebalanceSlotsInGlobalReplicationGroupResult;
+ };
+ sdk: {
+ input: RebalanceSlotsInGlobalReplicationGroupCommandInput;
+ output: RebalanceSlotsInGlobalReplicationGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/RebootCacheClusterCommand.ts b/clients/client-elasticache/src/commands/RebootCacheClusterCommand.ts
index 16c1fb28e0df..e66a2c49de82 100644
--- a/clients/client-elasticache/src/commands/RebootCacheClusterCommand.ts
+++ b/clients/client-elasticache/src/commands/RebootCacheClusterCommand.ts
@@ -252,4 +252,16 @@ export class RebootCacheClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_RebootCacheClusterCommand)
.de(de_RebootCacheClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RebootCacheClusterMessage;
+ output: RebootCacheClusterResult;
+ };
+ sdk: {
+ input: RebootCacheClusterCommandInput;
+ output: RebootCacheClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-elasticache/src/commands/RemoveTagsFromResourceCommand.ts
index 65ca68c22d4d..7c84ac180694 100644
--- a/clients/client-elasticache/src/commands/RemoveTagsFromResourceCommand.ts
+++ b/clients/client-elasticache/src/commands/RemoveTagsFromResourceCommand.ts
@@ -183,4 +183,16 @@ export class RemoveTagsFromResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveTagsFromResourceCommand)
.de(de_RemoveTagsFromResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveTagsFromResourceMessage;
+ output: TagListMessage;
+ };
+ sdk: {
+ input: RemoveTagsFromResourceCommandInput;
+ output: RemoveTagsFromResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/ResetCacheParameterGroupCommand.ts b/clients/client-elasticache/src/commands/ResetCacheParameterGroupCommand.ts
index fb6687f62581..d5ae1cfe5f93 100644
--- a/clients/client-elasticache/src/commands/ResetCacheParameterGroupCommand.ts
+++ b/clients/client-elasticache/src/commands/ResetCacheParameterGroupCommand.ts
@@ -121,4 +121,16 @@ export class ResetCacheParameterGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_ResetCacheParameterGroupCommand)
.de(de_ResetCacheParameterGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResetCacheParameterGroupMessage;
+ output: CacheParameterGroupNameMessage;
+ };
+ sdk: {
+ input: ResetCacheParameterGroupCommandInput;
+ output: ResetCacheParameterGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/RevokeCacheSecurityGroupIngressCommand.ts b/clients/client-elasticache/src/commands/RevokeCacheSecurityGroupIngressCommand.ts
index ea13adfdd03c..6a671e167402 100644
--- a/clients/client-elasticache/src/commands/RevokeCacheSecurityGroupIngressCommand.ts
+++ b/clients/client-elasticache/src/commands/RevokeCacheSecurityGroupIngressCommand.ts
@@ -127,4 +127,16 @@ export class RevokeCacheSecurityGroupIngressCommand extends $Command
.f(void 0, void 0)
.ser(se_RevokeCacheSecurityGroupIngressCommand)
.de(de_RevokeCacheSecurityGroupIngressCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RevokeCacheSecurityGroupIngressMessage;
+ output: RevokeCacheSecurityGroupIngressResult;
+ };
+ sdk: {
+ input: RevokeCacheSecurityGroupIngressCommandInput;
+ output: RevokeCacheSecurityGroupIngressCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/StartMigrationCommand.ts b/clients/client-elasticache/src/commands/StartMigrationCommand.ts
index 2cd79f156ff3..952c0af7099f 100644
--- a/clients/client-elasticache/src/commands/StartMigrationCommand.ts
+++ b/clients/client-elasticache/src/commands/StartMigrationCommand.ts
@@ -214,4 +214,16 @@ export class StartMigrationCommand extends $Command
.f(void 0, void 0)
.ser(se_StartMigrationCommand)
.de(de_StartMigrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartMigrationMessage;
+ output: StartMigrationResponse;
+ };
+ sdk: {
+ input: StartMigrationCommandInput;
+ output: StartMigrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/TestFailoverCommand.ts b/clients/client-elasticache/src/commands/TestFailoverCommand.ts
index bd784ac631b1..2375e4b7775d 100644
--- a/clients/client-elasticache/src/commands/TestFailoverCommand.ts
+++ b/clients/client-elasticache/src/commands/TestFailoverCommand.ts
@@ -302,4 +302,16 @@ export class TestFailoverCommand extends $Command
.f(void 0, void 0)
.ser(se_TestFailoverCommand)
.de(de_TestFailoverCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TestFailoverMessage;
+ output: TestFailoverResult;
+ };
+ sdk: {
+ input: TestFailoverCommandInput;
+ output: TestFailoverCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticache/src/commands/TestMigrationCommand.ts b/clients/client-elasticache/src/commands/TestMigrationCommand.ts
index aa86a22d919f..432ef9659345 100644
--- a/clients/client-elasticache/src/commands/TestMigrationCommand.ts
+++ b/clients/client-elasticache/src/commands/TestMigrationCommand.ts
@@ -214,4 +214,16 @@ export class TestMigrationCommand extends $Command
.f(void 0, void 0)
.ser(se_TestMigrationCommand)
.de(de_TestMigrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TestMigrationMessage;
+ output: TestMigrationResponse;
+ };
+ sdk: {
+ input: TestMigrationCommandInput;
+ output: TestMigrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/package.json b/clients/client-elasticsearch-service/package.json
index 07d369749000..ee86b4caef17 100644
--- a/clients/client-elasticsearch-service/package.json
+++ b/clients/client-elasticsearch-service/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-elasticsearch-service/src/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts
index 665ac21c0d6a..d434e3b3817a 100644
--- a/clients/client-elasticsearch-service/src/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts
@@ -115,4 +115,16 @@ export class AcceptInboundCrossClusterSearchConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_AcceptInboundCrossClusterSearchConnectionCommand)
.de(de_AcceptInboundCrossClusterSearchConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AcceptInboundCrossClusterSearchConnectionRequest;
+ output: AcceptInboundCrossClusterSearchConnectionResponse;
+ };
+ sdk: {
+ input: AcceptInboundCrossClusterSearchConnectionCommandInput;
+ output: AcceptInboundCrossClusterSearchConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/AddTagsCommand.ts b/clients/client-elasticsearch-service/src/commands/AddTagsCommand.ts
index 28a2b1118020..8218dc64cb87 100644
--- a/clients/client-elasticsearch-service/src/commands/AddTagsCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/AddTagsCommand.ts
@@ -98,4 +98,16 @@ export class AddTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_AddTagsCommand)
.de(de_AddTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddTagsRequest;
+ output: {};
+ };
+ sdk: {
+ input: AddTagsCommandInput;
+ output: AddTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/AssociatePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/AssociatePackageCommand.ts
index b88f7daf9e25..42a467fbb30d 100644
--- a/clients/client-elasticsearch-service/src/commands/AssociatePackageCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/AssociatePackageCommand.ts
@@ -113,4 +113,16 @@ export class AssociatePackageCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociatePackageCommand)
.de(de_AssociatePackageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociatePackageRequest;
+ output: AssociatePackageResponse;
+ };
+ sdk: {
+ input: AssociatePackageCommandInput;
+ output: AssociatePackageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/AuthorizeVpcEndpointAccessCommand.ts b/clients/client-elasticsearch-service/src/commands/AuthorizeVpcEndpointAccessCommand.ts
index ed3ae18935ca..eb7925746e57 100644
--- a/clients/client-elasticsearch-service/src/commands/AuthorizeVpcEndpointAccessCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/AuthorizeVpcEndpointAccessCommand.ts
@@ -103,4 +103,16 @@ export class AuthorizeVpcEndpointAccessCommand extends $Command
.f(void 0, void 0)
.ser(se_AuthorizeVpcEndpointAccessCommand)
.de(de_AuthorizeVpcEndpointAccessCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AuthorizeVpcEndpointAccessRequest;
+ output: AuthorizeVpcEndpointAccessResponse;
+ };
+ sdk: {
+ input: AuthorizeVpcEndpointAccessCommandInput;
+ output: AuthorizeVpcEndpointAccessCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/CancelDomainConfigChangeCommand.ts b/clients/client-elasticsearch-service/src/commands/CancelDomainConfigChangeCommand.ts
index a1622383fa2e..425327896985 100644
--- a/clients/client-elasticsearch-service/src/commands/CancelDomainConfigChangeCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/CancelDomainConfigChangeCommand.ts
@@ -107,4 +107,16 @@ export class CancelDomainConfigChangeCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelDomainConfigChangeCommand)
.de(de_CancelDomainConfigChangeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelDomainConfigChangeRequest;
+ output: CancelDomainConfigChangeResponse;
+ };
+ sdk: {
+ input: CancelDomainConfigChangeCommandInput;
+ output: CancelDomainConfigChangeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts b/clients/client-elasticsearch-service/src/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts
index c5b1298ebbf1..3025149b8fe1 100644
--- a/clients/client-elasticsearch-service/src/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts
@@ -111,4 +111,16 @@ export class CancelElasticsearchServiceSoftwareUpdateCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelElasticsearchServiceSoftwareUpdateCommand)
.de(de_CancelElasticsearchServiceSoftwareUpdateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelElasticsearchServiceSoftwareUpdateRequest;
+ output: CancelElasticsearchServiceSoftwareUpdateResponse;
+ };
+ sdk: {
+ input: CancelElasticsearchServiceSoftwareUpdateCommandInput;
+ output: CancelElasticsearchServiceSoftwareUpdateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/CreateElasticsearchDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/CreateElasticsearchDomainCommand.ts
index 296b1ea42d84..fe9241d99338 100644
--- a/clients/client-elasticsearch-service/src/commands/CreateElasticsearchDomainCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/CreateElasticsearchDomainCommand.ts
@@ -343,4 +343,16 @@ export class CreateElasticsearchDomainCommand extends $Command
.f(CreateElasticsearchDomainRequestFilterSensitiveLog, void 0)
.ser(se_CreateElasticsearchDomainCommand)
.de(de_CreateElasticsearchDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateElasticsearchDomainRequest;
+ output: CreateElasticsearchDomainResponse;
+ };
+ sdk: {
+ input: CreateElasticsearchDomainCommandInput;
+ output: CreateElasticsearchDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts
index 12554edfb2d4..0329a02398b2 100644
--- a/clients/client-elasticsearch-service/src/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts
@@ -127,4 +127,16 @@ export class CreateOutboundCrossClusterSearchConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateOutboundCrossClusterSearchConnectionCommand)
.de(de_CreateOutboundCrossClusterSearchConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateOutboundCrossClusterSearchConnectionRequest;
+ output: CreateOutboundCrossClusterSearchConnectionResponse;
+ };
+ sdk: {
+ input: CreateOutboundCrossClusterSearchConnectionCommandInput;
+ output: CreateOutboundCrossClusterSearchConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/CreatePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/CreatePackageCommand.ts
index 3f86967af0a3..749d472bff0d 100644
--- a/clients/client-elasticsearch-service/src/commands/CreatePackageCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/CreatePackageCommand.ts
@@ -121,4 +121,16 @@ export class CreatePackageCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePackageCommand)
.de(de_CreatePackageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePackageRequest;
+ output: CreatePackageResponse;
+ };
+ sdk: {
+ input: CreatePackageCommandInput;
+ output: CreatePackageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/CreateVpcEndpointCommand.ts b/clients/client-elasticsearch-service/src/commands/CreateVpcEndpointCommand.ts
index 7fa3d202e14d..78a5df5ef956 100644
--- a/clients/client-elasticsearch-service/src/commands/CreateVpcEndpointCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/CreateVpcEndpointCommand.ts
@@ -126,4 +126,16 @@ export class CreateVpcEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVpcEndpointCommand)
.de(de_CreateVpcEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVpcEndpointRequest;
+ output: CreateVpcEndpointResponse;
+ };
+ sdk: {
+ input: CreateVpcEndpointCommandInput;
+ output: CreateVpcEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchDomainCommand.ts
index c71ac52e57a1..719b6e862230 100644
--- a/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchDomainCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchDomainCommand.ts
@@ -222,4 +222,16 @@ export class DeleteElasticsearchDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteElasticsearchDomainCommand)
.de(de_DeleteElasticsearchDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteElasticsearchDomainRequest;
+ output: DeleteElasticsearchDomainResponse;
+ };
+ sdk: {
+ input: DeleteElasticsearchDomainCommandInput;
+ output: DeleteElasticsearchDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchServiceRoleCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchServiceRoleCommand.ts
index 4821094a7e0b..15fe5f60ba8c 100644
--- a/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchServiceRoleCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchServiceRoleCommand.ts
@@ -88,4 +88,16 @@ export class DeleteElasticsearchServiceRoleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteElasticsearchServiceRoleCommand)
.de(de_DeleteElasticsearchServiceRoleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: {};
+ };
+ sdk: {
+ input: DeleteElasticsearchServiceRoleCommandInput;
+ output: DeleteElasticsearchServiceRoleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts
index 0798546c0dcd..d7b8047a19b1 100644
--- a/clients/client-elasticsearch-service/src/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts
@@ -112,4 +112,16 @@ export class DeleteInboundCrossClusterSearchConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteInboundCrossClusterSearchConnectionCommand)
.de(de_DeleteInboundCrossClusterSearchConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteInboundCrossClusterSearchConnectionRequest;
+ output: DeleteInboundCrossClusterSearchConnectionResponse;
+ };
+ sdk: {
+ input: DeleteInboundCrossClusterSearchConnectionCommandInput;
+ output: DeleteInboundCrossClusterSearchConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts
index b8744ca161e1..05aeb17c6147 100644
--- a/clients/client-elasticsearch-service/src/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts
@@ -113,4 +113,16 @@ export class DeleteOutboundCrossClusterSearchConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteOutboundCrossClusterSearchConnectionCommand)
.de(de_DeleteOutboundCrossClusterSearchConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteOutboundCrossClusterSearchConnectionRequest;
+ output: DeleteOutboundCrossClusterSearchConnectionResponse;
+ };
+ sdk: {
+ input: DeleteOutboundCrossClusterSearchConnectionCommandInput;
+ output: DeleteOutboundCrossClusterSearchConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/DeletePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/DeletePackageCommand.ts
index 7a88521ca657..1d1ebf231e95 100644
--- a/clients/client-elasticsearch-service/src/commands/DeletePackageCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/DeletePackageCommand.ts
@@ -112,4 +112,16 @@ export class DeletePackageCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePackageCommand)
.de(de_DeletePackageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePackageRequest;
+ output: DeletePackageResponse;
+ };
+ sdk: {
+ input: DeletePackageCommandInput;
+ output: DeletePackageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/DeleteVpcEndpointCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteVpcEndpointCommand.ts
index b6956204c814..8f60f9e635a7 100644
--- a/clients/client-elasticsearch-service/src/commands/DeleteVpcEndpointCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/DeleteVpcEndpointCommand.ts
@@ -98,4 +98,16 @@ export class DeleteVpcEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVpcEndpointCommand)
.de(de_DeleteVpcEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVpcEndpointRequest;
+ output: DeleteVpcEndpointResponse;
+ };
+ sdk: {
+ input: DeleteVpcEndpointCommandInput;
+ output: DeleteVpcEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/DescribeDomainAutoTunesCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeDomainAutoTunesCommand.ts
index d1f63544cee1..beb33f1238ea 100644
--- a/clients/client-elasticsearch-service/src/commands/DescribeDomainAutoTunesCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/DescribeDomainAutoTunesCommand.ts
@@ -108,4 +108,16 @@ export class DescribeDomainAutoTunesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDomainAutoTunesCommand)
.de(de_DescribeDomainAutoTunesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDomainAutoTunesRequest;
+ output: DescribeDomainAutoTunesResponse;
+ };
+ sdk: {
+ input: DescribeDomainAutoTunesCommandInput;
+ output: DescribeDomainAutoTunesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/DescribeDomainChangeProgressCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeDomainChangeProgressCommand.ts
index efb9639e13d5..be44d8651fa0 100644
--- a/clients/client-elasticsearch-service/src/commands/DescribeDomainChangeProgressCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/DescribeDomainChangeProgressCommand.ts
@@ -122,4 +122,16 @@ export class DescribeDomainChangeProgressCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDomainChangeProgressCommand)
.de(de_DescribeDomainChangeProgressCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDomainChangeProgressRequest;
+ output: DescribeDomainChangeProgressResponse;
+ };
+ sdk: {
+ input: DescribeDomainChangeProgressCommandInput;
+ output: DescribeDomainChangeProgressCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainCommand.ts
index 988f6eb1a428..2fde9fa06fb0 100644
--- a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainCommand.ts
@@ -227,4 +227,16 @@ export class DescribeElasticsearchDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeElasticsearchDomainCommand)
.de(de_DescribeElasticsearchDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeElasticsearchDomainRequest;
+ output: DescribeElasticsearchDomainResponse;
+ };
+ sdk: {
+ input: DescribeElasticsearchDomainCommandInput;
+ output: DescribeElasticsearchDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainConfigCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainConfigCommand.ts
index 244e9c244276..7dd200dad437 100644
--- a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainConfigCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainConfigCommand.ts
@@ -297,4 +297,16 @@ export class DescribeElasticsearchDomainConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeElasticsearchDomainConfigCommand)
.de(de_DescribeElasticsearchDomainConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeElasticsearchDomainConfigRequest;
+ output: DescribeElasticsearchDomainConfigResponse;
+ };
+ sdk: {
+ input: DescribeElasticsearchDomainConfigCommandInput;
+ output: DescribeElasticsearchDomainConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainsCommand.ts
index 2c5993b60cb3..cd9e0831266f 100644
--- a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainsCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainsCommand.ts
@@ -228,4 +228,16 @@ export class DescribeElasticsearchDomainsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeElasticsearchDomainsCommand)
.de(de_DescribeElasticsearchDomainsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeElasticsearchDomainsRequest;
+ output: DescribeElasticsearchDomainsResponse;
+ };
+ sdk: {
+ input: DescribeElasticsearchDomainsCommandInput;
+ output: DescribeElasticsearchDomainsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts
index 9b7b02ca76ee..aaa88db680e7 100644
--- a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts
@@ -148,4 +148,16 @@ export class DescribeElasticsearchInstanceTypeLimitsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeElasticsearchInstanceTypeLimitsCommand)
.de(de_DescribeElasticsearchInstanceTypeLimitsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeElasticsearchInstanceTypeLimitsRequest;
+ output: DescribeElasticsearchInstanceTypeLimitsResponse;
+ };
+ sdk: {
+ input: DescribeElasticsearchInstanceTypeLimitsCommandInput;
+ output: DescribeElasticsearchInstanceTypeLimitsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts
index a2ee0689a988..c44484934795 100644
--- a/clients/client-elasticsearch-service/src/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts
@@ -124,4 +124,16 @@ export class DescribeInboundCrossClusterSearchConnectionsCommand extends $Comman
.f(void 0, void 0)
.ser(se_DescribeInboundCrossClusterSearchConnectionsCommand)
.de(de_DescribeInboundCrossClusterSearchConnectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInboundCrossClusterSearchConnectionsRequest;
+ output: DescribeInboundCrossClusterSearchConnectionsResponse;
+ };
+ sdk: {
+ input: DescribeInboundCrossClusterSearchConnectionsCommandInput;
+ output: DescribeInboundCrossClusterSearchConnectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts
index 841756187649..c34f1329acc1 100644
--- a/clients/client-elasticsearch-service/src/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts
@@ -125,4 +125,16 @@ export class DescribeOutboundCrossClusterSearchConnectionsCommand extends $Comma
.f(void 0, void 0)
.ser(se_DescribeOutboundCrossClusterSearchConnectionsCommand)
.de(de_DescribeOutboundCrossClusterSearchConnectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeOutboundCrossClusterSearchConnectionsRequest;
+ output: DescribeOutboundCrossClusterSearchConnectionsResponse;
+ };
+ sdk: {
+ input: DescribeOutboundCrossClusterSearchConnectionsCommandInput;
+ output: DescribeOutboundCrossClusterSearchConnectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/DescribePackagesCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribePackagesCommand.ts
index 14418f385918..1a0f26bbf673 100644
--- a/clients/client-elasticsearch-service/src/commands/DescribePackagesCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/DescribePackagesCommand.ts
@@ -121,4 +121,16 @@ export class DescribePackagesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePackagesCommand)
.de(de_DescribePackagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePackagesRequest;
+ output: DescribePackagesResponse;
+ };
+ sdk: {
+ input: DescribePackagesCommandInput;
+ output: DescribePackagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts
index f269794bde6e..795d32891ba2 100644
--- a/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts
@@ -121,4 +121,16 @@ export class DescribeReservedElasticsearchInstanceOfferingsCommand extends $Comm
.f(void 0, void 0)
.ser(se_DescribeReservedElasticsearchInstanceOfferingsCommand)
.de(de_DescribeReservedElasticsearchInstanceOfferingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReservedElasticsearchInstanceOfferingsRequest;
+ output: DescribeReservedElasticsearchInstanceOfferingsResponse;
+ };
+ sdk: {
+ input: DescribeReservedElasticsearchInstanceOfferingsCommandInput;
+ output: DescribeReservedElasticsearchInstanceOfferingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstancesCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstancesCommand.ts
index b7d81c2d4478..4b95f3ee2b47 100644
--- a/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstancesCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstancesCommand.ts
@@ -126,4 +126,16 @@ export class DescribeReservedElasticsearchInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReservedElasticsearchInstancesCommand)
.de(de_DescribeReservedElasticsearchInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReservedElasticsearchInstancesRequest;
+ output: DescribeReservedElasticsearchInstancesResponse;
+ };
+ sdk: {
+ input: DescribeReservedElasticsearchInstancesCommandInput;
+ output: DescribeReservedElasticsearchInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/DescribeVpcEndpointsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeVpcEndpointsCommand.ts
index a186ab1d40a7..e8b5c47c0ad9 100644
--- a/clients/client-elasticsearch-service/src/commands/DescribeVpcEndpointsCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/DescribeVpcEndpointsCommand.ts
@@ -122,4 +122,16 @@ export class DescribeVpcEndpointsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVpcEndpointsCommand)
.de(de_DescribeVpcEndpointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVpcEndpointsRequest;
+ output: DescribeVpcEndpointsResponse;
+ };
+ sdk: {
+ input: DescribeVpcEndpointsCommandInput;
+ output: DescribeVpcEndpointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/DissociatePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/DissociatePackageCommand.ts
index 9144dfb7745d..7f0aec663807 100644
--- a/clients/client-elasticsearch-service/src/commands/DissociatePackageCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/DissociatePackageCommand.ts
@@ -113,4 +113,16 @@ export class DissociatePackageCommand extends $Command
.f(void 0, void 0)
.ser(se_DissociatePackageCommand)
.de(de_DissociatePackageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DissociatePackageRequest;
+ output: DissociatePackageResponse;
+ };
+ sdk: {
+ input: DissociatePackageCommandInput;
+ output: DissociatePackageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/GetCompatibleElasticsearchVersionsCommand.ts b/clients/client-elasticsearch-service/src/commands/GetCompatibleElasticsearchVersionsCommand.ts
index bf4cc7714934..2a68311bf095 100644
--- a/clients/client-elasticsearch-service/src/commands/GetCompatibleElasticsearchVersionsCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/GetCompatibleElasticsearchVersionsCommand.ts
@@ -118,4 +118,16 @@ export class GetCompatibleElasticsearchVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCompatibleElasticsearchVersionsCommand)
.de(de_GetCompatibleElasticsearchVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCompatibleElasticsearchVersionsRequest;
+ output: GetCompatibleElasticsearchVersionsResponse;
+ };
+ sdk: {
+ input: GetCompatibleElasticsearchVersionsCommandInput;
+ output: GetCompatibleElasticsearchVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/GetPackageVersionHistoryCommand.ts b/clients/client-elasticsearch-service/src/commands/GetPackageVersionHistoryCommand.ts
index 148507946f73..dc0180184e5c 100644
--- a/clients/client-elasticsearch-service/src/commands/GetPackageVersionHistoryCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/GetPackageVersionHistoryCommand.ts
@@ -106,4 +106,16 @@ export class GetPackageVersionHistoryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPackageVersionHistoryCommand)
.de(de_GetPackageVersionHistoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPackageVersionHistoryRequest;
+ output: GetPackageVersionHistoryResponse;
+ };
+ sdk: {
+ input: GetPackageVersionHistoryCommandInput;
+ output: GetPackageVersionHistoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/GetUpgradeHistoryCommand.ts b/clients/client-elasticsearch-service/src/commands/GetUpgradeHistoryCommand.ts
index 1e7b3e1cabcc..9d71e73b2a51 100644
--- a/clients/client-elasticsearch-service/src/commands/GetUpgradeHistoryCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/GetUpgradeHistoryCommand.ts
@@ -115,4 +115,16 @@ export class GetUpgradeHistoryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetUpgradeHistoryCommand)
.de(de_GetUpgradeHistoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUpgradeHistoryRequest;
+ output: GetUpgradeHistoryResponse;
+ };
+ sdk: {
+ input: GetUpgradeHistoryCommandInput;
+ output: GetUpgradeHistoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/GetUpgradeStatusCommand.ts b/clients/client-elasticsearch-service/src/commands/GetUpgradeStatusCommand.ts
index 72f3e5faef9a..9e2556cd1fbd 100644
--- a/clients/client-elasticsearch-service/src/commands/GetUpgradeStatusCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/GetUpgradeStatusCommand.ts
@@ -98,4 +98,16 @@ export class GetUpgradeStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetUpgradeStatusCommand)
.de(de_GetUpgradeStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUpgradeStatusRequest;
+ output: GetUpgradeStatusResponse;
+ };
+ sdk: {
+ input: GetUpgradeStatusCommandInput;
+ output: GetUpgradeStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/ListDomainNamesCommand.ts b/clients/client-elasticsearch-service/src/commands/ListDomainNamesCommand.ts
index 1275aef53e2b..693fc38a0365 100644
--- a/clients/client-elasticsearch-service/src/commands/ListDomainNamesCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/ListDomainNamesCommand.ts
@@ -92,4 +92,16 @@ export class ListDomainNamesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDomainNamesCommand)
.de(de_ListDomainNamesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDomainNamesRequest;
+ output: ListDomainNamesResponse;
+ };
+ sdk: {
+ input: ListDomainNamesCommandInput;
+ output: ListDomainNamesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/ListDomainsForPackageCommand.ts b/clients/client-elasticsearch-service/src/commands/ListDomainsForPackageCommand.ts
index 13602da1387e..65504e4ada9b 100644
--- a/clients/client-elasticsearch-service/src/commands/ListDomainsForPackageCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/ListDomainsForPackageCommand.ts
@@ -114,4 +114,16 @@ export class ListDomainsForPackageCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDomainsForPackageCommand)
.de(de_ListDomainsForPackageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDomainsForPackageRequest;
+ output: ListDomainsForPackageResponse;
+ };
+ sdk: {
+ input: ListDomainsForPackageCommandInput;
+ output: ListDomainsForPackageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/ListElasticsearchInstanceTypesCommand.ts b/clients/client-elasticsearch-service/src/commands/ListElasticsearchInstanceTypesCommand.ts
index 70ed22260c33..a81e35b8c75e 100644
--- a/clients/client-elasticsearch-service/src/commands/ListElasticsearchInstanceTypesCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/ListElasticsearchInstanceTypesCommand.ts
@@ -104,4 +104,16 @@ export class ListElasticsearchInstanceTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListElasticsearchInstanceTypesCommand)
.de(de_ListElasticsearchInstanceTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListElasticsearchInstanceTypesRequest;
+ output: ListElasticsearchInstanceTypesResponse;
+ };
+ sdk: {
+ input: ListElasticsearchInstanceTypesCommandInput;
+ output: ListElasticsearchInstanceTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/ListElasticsearchVersionsCommand.ts b/clients/client-elasticsearch-service/src/commands/ListElasticsearchVersionsCommand.ts
index da6c378bebc1..72c9645726d7 100644
--- a/clients/client-elasticsearch-service/src/commands/ListElasticsearchVersionsCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/ListElasticsearchVersionsCommand.ts
@@ -97,4 +97,16 @@ export class ListElasticsearchVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListElasticsearchVersionsCommand)
.de(de_ListElasticsearchVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListElasticsearchVersionsRequest;
+ output: ListElasticsearchVersionsResponse;
+ };
+ sdk: {
+ input: ListElasticsearchVersionsCommandInput;
+ output: ListElasticsearchVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/ListPackagesForDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/ListPackagesForDomainCommand.ts
index cef8a601a5f0..e3f91f19adbe 100644
--- a/clients/client-elasticsearch-service/src/commands/ListPackagesForDomainCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/ListPackagesForDomainCommand.ts
@@ -114,4 +114,16 @@ export class ListPackagesForDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPackagesForDomainCommand)
.de(de_ListPackagesForDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPackagesForDomainRequest;
+ output: ListPackagesForDomainResponse;
+ };
+ sdk: {
+ input: ListPackagesForDomainCommandInput;
+ output: ListPackagesForDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/ListTagsCommand.ts b/clients/client-elasticsearch-service/src/commands/ListTagsCommand.ts
index ed947879219c..92ce93dd53c4 100644
--- a/clients/client-elasticsearch-service/src/commands/ListTagsCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/ListTagsCommand.ts
@@ -98,4 +98,16 @@ export class ListTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsCommand)
.de(de_ListTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsRequest;
+ output: ListTagsResponse;
+ };
+ sdk: {
+ input: ListTagsCommandInput;
+ output: ListTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointAccessCommand.ts b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointAccessCommand.ts
index d3af56b12f30..59476269ab4e 100644
--- a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointAccessCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointAccessCommand.ts
@@ -101,4 +101,16 @@ export class ListVpcEndpointAccessCommand extends $Command
.f(void 0, void 0)
.ser(se_ListVpcEndpointAccessCommand)
.de(de_ListVpcEndpointAccessCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVpcEndpointAccessRequest;
+ output: ListVpcEndpointAccessResponse;
+ };
+ sdk: {
+ input: ListVpcEndpointAccessCommandInput;
+ output: ListVpcEndpointAccessCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsCommand.ts b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsCommand.ts
index 89899b1ba410..4167d493c5cd 100644
--- a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsCommand.ts
@@ -98,4 +98,16 @@ export class ListVpcEndpointsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListVpcEndpointsCommand)
.de(de_ListVpcEndpointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVpcEndpointsRequest;
+ output: ListVpcEndpointsResponse;
+ };
+ sdk: {
+ input: ListVpcEndpointsCommandInput;
+ output: ListVpcEndpointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsForDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsForDomainCommand.ts
index ea0ea34de971..5ef85ef07947 100644
--- a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsForDomainCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsForDomainCommand.ts
@@ -102,4 +102,16 @@ export class ListVpcEndpointsForDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_ListVpcEndpointsForDomainCommand)
.de(de_ListVpcEndpointsForDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVpcEndpointsForDomainRequest;
+ output: ListVpcEndpointsForDomainResponse;
+ };
+ sdk: {
+ input: ListVpcEndpointsForDomainCommandInput;
+ output: ListVpcEndpointsForDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts b/clients/client-elasticsearch-service/src/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts
index 3c0c826507ef..89cc33fc5bca 100644
--- a/clients/client-elasticsearch-service/src/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts
@@ -111,4 +111,16 @@ export class PurchaseReservedElasticsearchInstanceOfferingCommand extends $Comma
.f(void 0, void 0)
.ser(se_PurchaseReservedElasticsearchInstanceOfferingCommand)
.de(de_PurchaseReservedElasticsearchInstanceOfferingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PurchaseReservedElasticsearchInstanceOfferingRequest;
+ output: PurchaseReservedElasticsearchInstanceOfferingResponse;
+ };
+ sdk: {
+ input: PurchaseReservedElasticsearchInstanceOfferingCommandInput;
+ output: PurchaseReservedElasticsearchInstanceOfferingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/RejectInboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/RejectInboundCrossClusterSearchConnectionCommand.ts
index b57f76f0d003..77b00a354165 100644
--- a/clients/client-elasticsearch-service/src/commands/RejectInboundCrossClusterSearchConnectionCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/RejectInboundCrossClusterSearchConnectionCommand.ts
@@ -112,4 +112,16 @@ export class RejectInboundCrossClusterSearchConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_RejectInboundCrossClusterSearchConnectionCommand)
.de(de_RejectInboundCrossClusterSearchConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RejectInboundCrossClusterSearchConnectionRequest;
+ output: RejectInboundCrossClusterSearchConnectionResponse;
+ };
+ sdk: {
+ input: RejectInboundCrossClusterSearchConnectionCommandInput;
+ output: RejectInboundCrossClusterSearchConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/RemoveTagsCommand.ts b/clients/client-elasticsearch-service/src/commands/RemoveTagsCommand.ts
index c396e4f63e51..5fca2a1605c0 100644
--- a/clients/client-elasticsearch-service/src/commands/RemoveTagsCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/RemoveTagsCommand.ts
@@ -91,4 +91,16 @@ export class RemoveTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveTagsCommand)
.de(de_RemoveTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveTagsRequest;
+ output: {};
+ };
+ sdk: {
+ input: RemoveTagsCommandInput;
+ output: RemoveTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/RevokeVpcEndpointAccessCommand.ts b/clients/client-elasticsearch-service/src/commands/RevokeVpcEndpointAccessCommand.ts
index 19d937f4def7..1b46825e495c 100644
--- a/clients/client-elasticsearch-service/src/commands/RevokeVpcEndpointAccessCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/RevokeVpcEndpointAccessCommand.ts
@@ -96,4 +96,16 @@ export class RevokeVpcEndpointAccessCommand extends $Command
.f(void 0, void 0)
.ser(se_RevokeVpcEndpointAccessCommand)
.de(de_RevokeVpcEndpointAccessCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RevokeVpcEndpointAccessRequest;
+ output: {};
+ };
+ sdk: {
+ input: RevokeVpcEndpointAccessCommandInput;
+ output: RevokeVpcEndpointAccessCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts b/clients/client-elasticsearch-service/src/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts
index 8de756c6ffe2..2fe45e633d7f 100644
--- a/clients/client-elasticsearch-service/src/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts
@@ -111,4 +111,16 @@ export class StartElasticsearchServiceSoftwareUpdateCommand extends $Command
.f(void 0, void 0)
.ser(se_StartElasticsearchServiceSoftwareUpdateCommand)
.de(de_StartElasticsearchServiceSoftwareUpdateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartElasticsearchServiceSoftwareUpdateRequest;
+ output: StartElasticsearchServiceSoftwareUpdateResponse;
+ };
+ sdk: {
+ input: StartElasticsearchServiceSoftwareUpdateCommandInput;
+ output: StartElasticsearchServiceSoftwareUpdateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/UpdateElasticsearchDomainConfigCommand.ts b/clients/client-elasticsearch-service/src/commands/UpdateElasticsearchDomainConfigCommand.ts
index 901a369887c3..baebd048706d 100644
--- a/clients/client-elasticsearch-service/src/commands/UpdateElasticsearchDomainConfigCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/UpdateElasticsearchDomainConfigCommand.ts
@@ -410,4 +410,16 @@ export class UpdateElasticsearchDomainConfigCommand extends $Command
.f(UpdateElasticsearchDomainConfigRequestFilterSensitiveLog, void 0)
.ser(se_UpdateElasticsearchDomainConfigCommand)
.de(de_UpdateElasticsearchDomainConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateElasticsearchDomainConfigRequest;
+ output: UpdateElasticsearchDomainConfigResponse;
+ };
+ sdk: {
+ input: UpdateElasticsearchDomainConfigCommandInput;
+ output: UpdateElasticsearchDomainConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/UpdatePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/UpdatePackageCommand.ts
index aae67f1420af..22573eb167e7 100644
--- a/clients/client-elasticsearch-service/src/commands/UpdatePackageCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/UpdatePackageCommand.ts
@@ -118,4 +118,16 @@ export class UpdatePackageCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePackageCommand)
.de(de_UpdatePackageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePackageRequest;
+ output: UpdatePackageResponse;
+ };
+ sdk: {
+ input: UpdatePackageCommandInput;
+ output: UpdatePackageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/UpdateVpcEndpointCommand.ts b/clients/client-elasticsearch-service/src/commands/UpdateVpcEndpointCommand.ts
index ce316b83bca5..161646c0cf84 100644
--- a/clients/client-elasticsearch-service/src/commands/UpdateVpcEndpointCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/UpdateVpcEndpointCommand.ts
@@ -125,4 +125,16 @@ export class UpdateVpcEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateVpcEndpointCommand)
.de(de_UpdateVpcEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateVpcEndpointRequest;
+ output: UpdateVpcEndpointResponse;
+ };
+ sdk: {
+ input: UpdateVpcEndpointCommandInput;
+ output: UpdateVpcEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-elasticsearch-service/src/commands/UpgradeElasticsearchDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/UpgradeElasticsearchDomainCommand.ts
index 3083849b25a9..613c7c53f323 100644
--- a/clients/client-elasticsearch-service/src/commands/UpgradeElasticsearchDomainCommand.ts
+++ b/clients/client-elasticsearch-service/src/commands/UpgradeElasticsearchDomainCommand.ts
@@ -111,4 +111,16 @@ export class UpgradeElasticsearchDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_UpgradeElasticsearchDomainCommand)
.de(de_UpgradeElasticsearchDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpgradeElasticsearchDomainRequest;
+ output: UpgradeElasticsearchDomainResponse;
+ };
+ sdk: {
+ input: UpgradeElasticsearchDomainCommandInput;
+ output: UpgradeElasticsearchDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-containers/package.json b/clients/client-emr-containers/package.json
index 67dd27883b1f..ab6eb1c38241 100644
--- a/clients/client-emr-containers/package.json
+++ b/clients/client-emr-containers/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-emr-containers/src/commands/CancelJobRunCommand.ts b/clients/client-emr-containers/src/commands/CancelJobRunCommand.ts
index 2e3ce2115a3b..350f9e70602d 100644
--- a/clients/client-emr-containers/src/commands/CancelJobRunCommand.ts
+++ b/clients/client-emr-containers/src/commands/CancelJobRunCommand.ts
@@ -86,4 +86,16 @@ export class CancelJobRunCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelJobRunCommand)
.de(de_CancelJobRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelJobRunRequest;
+ output: CancelJobRunResponse;
+ };
+ sdk: {
+ input: CancelJobRunCommandInput;
+ output: CancelJobRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-containers/src/commands/CreateJobTemplateCommand.ts b/clients/client-emr-containers/src/commands/CreateJobTemplateCommand.ts
index 780652243e82..e599437f5327 100644
--- a/clients/client-emr-containers/src/commands/CreateJobTemplateCommand.ts
+++ b/clients/client-emr-containers/src/commands/CreateJobTemplateCommand.ts
@@ -156,4 +156,16 @@ export class CreateJobTemplateCommand extends $Command
.f(CreateJobTemplateRequestFilterSensitiveLog, void 0)
.ser(se_CreateJobTemplateCommand)
.de(de_CreateJobTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateJobTemplateRequest;
+ output: CreateJobTemplateResponse;
+ };
+ sdk: {
+ input: CreateJobTemplateCommandInput;
+ output: CreateJobTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-containers/src/commands/CreateManagedEndpointCommand.ts b/clients/client-emr-containers/src/commands/CreateManagedEndpointCommand.ts
index 1bf44f32c340..651f6bbfd5dc 100644
--- a/clients/client-emr-containers/src/commands/CreateManagedEndpointCommand.ts
+++ b/clients/client-emr-containers/src/commands/CreateManagedEndpointCommand.ts
@@ -136,4 +136,16 @@ export class CreateManagedEndpointCommand extends $Command
.f(CreateManagedEndpointRequestFilterSensitiveLog, void 0)
.ser(se_CreateManagedEndpointCommand)
.de(de_CreateManagedEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateManagedEndpointRequest;
+ output: CreateManagedEndpointResponse;
+ };
+ sdk: {
+ input: CreateManagedEndpointCommandInput;
+ output: CreateManagedEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-containers/src/commands/CreateSecurityConfigurationCommand.ts b/clients/client-emr-containers/src/commands/CreateSecurityConfigurationCommand.ts
index 54ebff0695af..68328cbc3441 100644
--- a/clients/client-emr-containers/src/commands/CreateSecurityConfigurationCommand.ts
+++ b/clients/client-emr-containers/src/commands/CreateSecurityConfigurationCommand.ts
@@ -118,4 +118,16 @@ export class CreateSecurityConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSecurityConfigurationCommand)
.de(de_CreateSecurityConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSecurityConfigurationRequest;
+ output: CreateSecurityConfigurationResponse;
+ };
+ sdk: {
+ input: CreateSecurityConfigurationCommandInput;
+ output: CreateSecurityConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-containers/src/commands/CreateVirtualClusterCommand.ts b/clients/client-emr-containers/src/commands/CreateVirtualClusterCommand.ts
index 91fa6a4b4d7a..b26d85cd6255 100644
--- a/clients/client-emr-containers/src/commands/CreateVirtualClusterCommand.ts
+++ b/clients/client-emr-containers/src/commands/CreateVirtualClusterCommand.ts
@@ -108,4 +108,16 @@ export class CreateVirtualClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVirtualClusterCommand)
.de(de_CreateVirtualClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVirtualClusterRequest;
+ output: CreateVirtualClusterResponse;
+ };
+ sdk: {
+ input: CreateVirtualClusterCommandInput;
+ output: CreateVirtualClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-containers/src/commands/DeleteJobTemplateCommand.ts b/clients/client-emr-containers/src/commands/DeleteJobTemplateCommand.ts
index cf8eeb7b6c33..9a17fd91d593 100644
--- a/clients/client-emr-containers/src/commands/DeleteJobTemplateCommand.ts
+++ b/clients/client-emr-containers/src/commands/DeleteJobTemplateCommand.ts
@@ -86,4 +86,16 @@ export class DeleteJobTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteJobTemplateCommand)
.de(de_DeleteJobTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteJobTemplateRequest;
+ output: DeleteJobTemplateResponse;
+ };
+ sdk: {
+ input: DeleteJobTemplateCommandInput;
+ output: DeleteJobTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-containers/src/commands/DeleteManagedEndpointCommand.ts b/clients/client-emr-containers/src/commands/DeleteManagedEndpointCommand.ts
index 227087fece11..a8cb339e783a 100644
--- a/clients/client-emr-containers/src/commands/DeleteManagedEndpointCommand.ts
+++ b/clients/client-emr-containers/src/commands/DeleteManagedEndpointCommand.ts
@@ -86,4 +86,16 @@ export class DeleteManagedEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteManagedEndpointCommand)
.de(de_DeleteManagedEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteManagedEndpointRequest;
+ output: DeleteManagedEndpointResponse;
+ };
+ sdk: {
+ input: DeleteManagedEndpointCommandInput;
+ output: DeleteManagedEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-containers/src/commands/DeleteVirtualClusterCommand.ts b/clients/client-emr-containers/src/commands/DeleteVirtualClusterCommand.ts
index 3f884e37ca9d..65a2f74c8f02 100644
--- a/clients/client-emr-containers/src/commands/DeleteVirtualClusterCommand.ts
+++ b/clients/client-emr-containers/src/commands/DeleteVirtualClusterCommand.ts
@@ -86,4 +86,16 @@ export class DeleteVirtualClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVirtualClusterCommand)
.de(de_DeleteVirtualClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVirtualClusterRequest;
+ output: DeleteVirtualClusterResponse;
+ };
+ sdk: {
+ input: DeleteVirtualClusterCommandInput;
+ output: DeleteVirtualClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-containers/src/commands/DescribeJobRunCommand.ts b/clients/client-emr-containers/src/commands/DescribeJobRunCommand.ts
index 61ad96356e92..be92313bedd1 100644
--- a/clients/client-emr-containers/src/commands/DescribeJobRunCommand.ts
+++ b/clients/client-emr-containers/src/commands/DescribeJobRunCommand.ts
@@ -161,4 +161,16 @@ export class DescribeJobRunCommand extends $Command
.f(void 0, DescribeJobRunResponseFilterSensitiveLog)
.ser(se_DescribeJobRunCommand)
.de(de_DescribeJobRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeJobRunRequest;
+ output: DescribeJobRunResponse;
+ };
+ sdk: {
+ input: DescribeJobRunCommandInput;
+ output: DescribeJobRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-containers/src/commands/DescribeJobTemplateCommand.ts b/clients/client-emr-containers/src/commands/DescribeJobTemplateCommand.ts
index 7c16a000a987..06b13125f9a3 100644
--- a/clients/client-emr-containers/src/commands/DescribeJobTemplateCommand.ts
+++ b/clients/client-emr-containers/src/commands/DescribeJobTemplateCommand.ts
@@ -159,4 +159,16 @@ export class DescribeJobTemplateCommand extends $Command
.f(void 0, DescribeJobTemplateResponseFilterSensitiveLog)
.ser(se_DescribeJobTemplateCommand)
.de(de_DescribeJobTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeJobTemplateRequest;
+ output: DescribeJobTemplateResponse;
+ };
+ sdk: {
+ input: DescribeJobTemplateCommandInput;
+ output: DescribeJobTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-containers/src/commands/DescribeManagedEndpointCommand.ts b/clients/client-emr-containers/src/commands/DescribeManagedEndpointCommand.ts
index b7e37866bef3..5b06c2dc6041 100644
--- a/clients/client-emr-containers/src/commands/DescribeManagedEndpointCommand.ts
+++ b/clients/client-emr-containers/src/commands/DescribeManagedEndpointCommand.ts
@@ -150,4 +150,16 @@ export class DescribeManagedEndpointCommand extends $Command
.f(void 0, DescribeManagedEndpointResponseFilterSensitiveLog)
.ser(se_DescribeManagedEndpointCommand)
.de(de_DescribeManagedEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeManagedEndpointRequest;
+ output: DescribeManagedEndpointResponse;
+ };
+ sdk: {
+ input: DescribeManagedEndpointCommandInput;
+ output: DescribeManagedEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-containers/src/commands/DescribeSecurityConfigurationCommand.ts b/clients/client-emr-containers/src/commands/DescribeSecurityConfigurationCommand.ts
index 79f18331921d..befc35062590 100644
--- a/clients/client-emr-containers/src/commands/DescribeSecurityConfigurationCommand.ts
+++ b/clients/client-emr-containers/src/commands/DescribeSecurityConfigurationCommand.ts
@@ -125,4 +125,16 @@ export class DescribeSecurityConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSecurityConfigurationCommand)
.de(de_DescribeSecurityConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSecurityConfigurationRequest;
+ output: DescribeSecurityConfigurationResponse;
+ };
+ sdk: {
+ input: DescribeSecurityConfigurationCommandInput;
+ output: DescribeSecurityConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-containers/src/commands/DescribeVirtualClusterCommand.ts b/clients/client-emr-containers/src/commands/DescribeVirtualClusterCommand.ts
index 2f38e3043f58..b8ec4445771c 100644
--- a/clients/client-emr-containers/src/commands/DescribeVirtualClusterCommand.ts
+++ b/clients/client-emr-containers/src/commands/DescribeVirtualClusterCommand.ts
@@ -110,4 +110,16 @@ export class DescribeVirtualClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVirtualClusterCommand)
.de(de_DescribeVirtualClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVirtualClusterRequest;
+ output: DescribeVirtualClusterResponse;
+ };
+ sdk: {
+ input: DescribeVirtualClusterCommandInput;
+ output: DescribeVirtualClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-containers/src/commands/GetManagedEndpointSessionCredentialsCommand.ts b/clients/client-emr-containers/src/commands/GetManagedEndpointSessionCredentialsCommand.ts
index a912334c4ec1..d50a46008719 100644
--- a/clients/client-emr-containers/src/commands/GetManagedEndpointSessionCredentialsCommand.ts
+++ b/clients/client-emr-containers/src/commands/GetManagedEndpointSessionCredentialsCommand.ts
@@ -108,4 +108,16 @@ export class GetManagedEndpointSessionCredentialsCommand extends $Command
.f(void 0, GetManagedEndpointSessionCredentialsResponseFilterSensitiveLog)
.ser(se_GetManagedEndpointSessionCredentialsCommand)
.de(de_GetManagedEndpointSessionCredentialsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetManagedEndpointSessionCredentialsRequest;
+ output: GetManagedEndpointSessionCredentialsResponse;
+ };
+ sdk: {
+ input: GetManagedEndpointSessionCredentialsCommandInput;
+ output: GetManagedEndpointSessionCredentialsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-containers/src/commands/ListJobRunsCommand.ts b/clients/client-emr-containers/src/commands/ListJobRunsCommand.ts
index 47b58233bb36..ef5aefc5c64c 100644
--- a/clients/client-emr-containers/src/commands/ListJobRunsCommand.ts
+++ b/clients/client-emr-containers/src/commands/ListJobRunsCommand.ts
@@ -164,4 +164,16 @@ export class ListJobRunsCommand extends $Command
.f(void 0, ListJobRunsResponseFilterSensitiveLog)
.ser(se_ListJobRunsCommand)
.de(de_ListJobRunsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListJobRunsRequest;
+ output: ListJobRunsResponse;
+ };
+ sdk: {
+ input: ListJobRunsCommandInput;
+ output: ListJobRunsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-containers/src/commands/ListJobTemplatesCommand.ts b/clients/client-emr-containers/src/commands/ListJobTemplatesCommand.ts
index b1e04d83bc2a..25c5cd47c5d8 100644
--- a/clients/client-emr-containers/src/commands/ListJobTemplatesCommand.ts
+++ b/clients/client-emr-containers/src/commands/ListJobTemplatesCommand.ts
@@ -162,4 +162,16 @@ export class ListJobTemplatesCommand extends $Command
.f(void 0, ListJobTemplatesResponseFilterSensitiveLog)
.ser(se_ListJobTemplatesCommand)
.de(de_ListJobTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListJobTemplatesRequest;
+ output: ListJobTemplatesResponse;
+ };
+ sdk: {
+ input: ListJobTemplatesCommandInput;
+ output: ListJobTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-containers/src/commands/ListManagedEndpointsCommand.ts b/clients/client-emr-containers/src/commands/ListManagedEndpointsCommand.ts
index 022a207dca41..0d2f80f9e4ea 100644
--- a/clients/client-emr-containers/src/commands/ListManagedEndpointsCommand.ts
+++ b/clients/client-emr-containers/src/commands/ListManagedEndpointsCommand.ts
@@ -159,4 +159,16 @@ export class ListManagedEndpointsCommand extends $Command
.f(void 0, ListManagedEndpointsResponseFilterSensitiveLog)
.ser(se_ListManagedEndpointsCommand)
.de(de_ListManagedEndpointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListManagedEndpointsRequest;
+ output: ListManagedEndpointsResponse;
+ };
+ sdk: {
+ input: ListManagedEndpointsCommandInput;
+ output: ListManagedEndpointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-containers/src/commands/ListSecurityConfigurationsCommand.ts b/clients/client-emr-containers/src/commands/ListSecurityConfigurationsCommand.ts
index 68db1564d54f..75a8386076de 100644
--- a/clients/client-emr-containers/src/commands/ListSecurityConfigurationsCommand.ts
+++ b/clients/client-emr-containers/src/commands/ListSecurityConfigurationsCommand.ts
@@ -123,4 +123,16 @@ export class ListSecurityConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSecurityConfigurationsCommand)
.de(de_ListSecurityConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSecurityConfigurationsRequest;
+ output: ListSecurityConfigurationsResponse;
+ };
+ sdk: {
+ input: ListSecurityConfigurationsCommandInput;
+ output: ListSecurityConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-containers/src/commands/ListTagsForResourceCommand.ts b/clients/client-emr-containers/src/commands/ListTagsForResourceCommand.ts
index b028ef5a2fa8..6240486045d3 100644
--- a/clients/client-emr-containers/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-emr-containers/src/commands/ListTagsForResourceCommand.ts
@@ -88,4 +88,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-containers/src/commands/ListVirtualClustersCommand.ts b/clients/client-emr-containers/src/commands/ListVirtualClustersCommand.ts
index 7849c780182e..1b8006c81bfd 100644
--- a/clients/client-emr-containers/src/commands/ListVirtualClustersCommand.ts
+++ b/clients/client-emr-containers/src/commands/ListVirtualClustersCommand.ts
@@ -119,4 +119,16 @@ export class ListVirtualClustersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListVirtualClustersCommand)
.de(de_ListVirtualClustersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVirtualClustersRequest;
+ output: ListVirtualClustersResponse;
+ };
+ sdk: {
+ input: ListVirtualClustersCommandInput;
+ output: ListVirtualClustersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-containers/src/commands/StartJobRunCommand.ts b/clients/client-emr-containers/src/commands/StartJobRunCommand.ts
index 7b1cbf82774c..3b76fdb1f48b 100644
--- a/clients/client-emr-containers/src/commands/StartJobRunCommand.ts
+++ b/clients/client-emr-containers/src/commands/StartJobRunCommand.ts
@@ -150,4 +150,16 @@ export class StartJobRunCommand extends $Command
.f(StartJobRunRequestFilterSensitiveLog, void 0)
.ser(se_StartJobRunCommand)
.de(de_StartJobRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartJobRunRequest;
+ output: StartJobRunResponse;
+ };
+ sdk: {
+ input: StartJobRunCommandInput;
+ output: StartJobRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-containers/src/commands/TagResourceCommand.ts b/clients/client-emr-containers/src/commands/TagResourceCommand.ts
index 2ba448671444..c9a5479b651d 100644
--- a/clients/client-emr-containers/src/commands/TagResourceCommand.ts
+++ b/clients/client-emr-containers/src/commands/TagResourceCommand.ts
@@ -95,4 +95,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-containers/src/commands/UntagResourceCommand.ts b/clients/client-emr-containers/src/commands/UntagResourceCommand.ts
index 8ed582e8d89f..148740d4d5c4 100644
--- a/clients/client-emr-containers/src/commands/UntagResourceCommand.ts
+++ b/clients/client-emr-containers/src/commands/UntagResourceCommand.ts
@@ -87,4 +87,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-serverless/package.json b/clients/client-emr-serverless/package.json
index c486a10d7b56..22a5cb2049d2 100644
--- a/clients/client-emr-serverless/package.json
+++ b/clients/client-emr-serverless/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-emr-serverless/src/commands/CancelJobRunCommand.ts b/clients/client-emr-serverless/src/commands/CancelJobRunCommand.ts
index 95c0199c6c5e..4ea00d7bbf99 100644
--- a/clients/client-emr-serverless/src/commands/CancelJobRunCommand.ts
+++ b/clients/client-emr-serverless/src/commands/CancelJobRunCommand.ts
@@ -89,4 +89,16 @@ export class CancelJobRunCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelJobRunCommand)
.de(de_CancelJobRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelJobRunRequest;
+ output: CancelJobRunResponse;
+ };
+ sdk: {
+ input: CancelJobRunCommandInput;
+ output: CancelJobRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-serverless/src/commands/CreateApplicationCommand.ts b/clients/client-emr-serverless/src/commands/CreateApplicationCommand.ts
index 4a8da8359528..20b49bb6a2d2 100644
--- a/clients/client-emr-serverless/src/commands/CreateApplicationCommand.ts
+++ b/clients/client-emr-serverless/src/commands/CreateApplicationCommand.ts
@@ -190,4 +190,16 @@ export class CreateApplicationCommand extends $Command
.f(CreateApplicationRequestFilterSensitiveLog, void 0)
.ser(se_CreateApplicationCommand)
.de(de_CreateApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateApplicationRequest;
+ output: CreateApplicationResponse;
+ };
+ sdk: {
+ input: CreateApplicationCommandInput;
+ output: CreateApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-serverless/src/commands/DeleteApplicationCommand.ts b/clients/client-emr-serverless/src/commands/DeleteApplicationCommand.ts
index 1476674269ed..1ac1fe5439f9 100644
--- a/clients/client-emr-serverless/src/commands/DeleteApplicationCommand.ts
+++ b/clients/client-emr-serverless/src/commands/DeleteApplicationCommand.ts
@@ -86,4 +86,16 @@ export class DeleteApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApplicationCommand)
.de(de_DeleteApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApplicationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApplicationCommandInput;
+ output: DeleteApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-serverless/src/commands/GetApplicationCommand.ts b/clients/client-emr-serverless/src/commands/GetApplicationCommand.ts
index 6e549a032b6b..1f2d5d1fb445 100644
--- a/clients/client-emr-serverless/src/commands/GetApplicationCommand.ts
+++ b/clients/client-emr-serverless/src/commands/GetApplicationCommand.ts
@@ -193,4 +193,16 @@ export class GetApplicationCommand extends $Command
.f(void 0, GetApplicationResponseFilterSensitiveLog)
.ser(se_GetApplicationCommand)
.de(de_GetApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetApplicationRequest;
+ output: GetApplicationResponse;
+ };
+ sdk: {
+ input: GetApplicationCommandInput;
+ output: GetApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-serverless/src/commands/GetDashboardForJobRunCommand.ts b/clients/client-emr-serverless/src/commands/GetDashboardForJobRunCommand.ts
index 755bc1f1d671..844c7d64c519 100644
--- a/clients/client-emr-serverless/src/commands/GetDashboardForJobRunCommand.ts
+++ b/clients/client-emr-serverless/src/commands/GetDashboardForJobRunCommand.ts
@@ -97,4 +97,16 @@ export class GetDashboardForJobRunCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDashboardForJobRunCommand)
.de(de_GetDashboardForJobRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDashboardForJobRunRequest;
+ output: GetDashboardForJobRunResponse;
+ };
+ sdk: {
+ input: GetDashboardForJobRunCommandInput;
+ output: GetDashboardForJobRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-serverless/src/commands/GetJobRunCommand.ts b/clients/client-emr-serverless/src/commands/GetJobRunCommand.ts
index 33004ae494f0..c293d8429f99 100644
--- a/clients/client-emr-serverless/src/commands/GetJobRunCommand.ts
+++ b/clients/client-emr-serverless/src/commands/GetJobRunCommand.ts
@@ -189,4 +189,16 @@ export class GetJobRunCommand extends $Command
.f(void 0, GetJobRunResponseFilterSensitiveLog)
.ser(se_GetJobRunCommand)
.de(de_GetJobRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetJobRunRequest;
+ output: GetJobRunResponse;
+ };
+ sdk: {
+ input: GetJobRunCommandInput;
+ output: GetJobRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-serverless/src/commands/ListApplicationsCommand.ts b/clients/client-emr-serverless/src/commands/ListApplicationsCommand.ts
index a4d3b23f7f28..1b72cd212682 100644
--- a/clients/client-emr-serverless/src/commands/ListApplicationsCommand.ts
+++ b/clients/client-emr-serverless/src/commands/ListApplicationsCommand.ts
@@ -102,4 +102,16 @@ export class ListApplicationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListApplicationsCommand)
.de(de_ListApplicationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListApplicationsRequest;
+ output: ListApplicationsResponse;
+ };
+ sdk: {
+ input: ListApplicationsCommandInput;
+ output: ListApplicationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-serverless/src/commands/ListJobRunAttemptsCommand.ts b/clients/client-emr-serverless/src/commands/ListJobRunAttemptsCommand.ts
index 97035f2349b9..6a085ac3c437 100644
--- a/clients/client-emr-serverless/src/commands/ListJobRunAttemptsCommand.ts
+++ b/clients/client-emr-serverless/src/commands/ListJobRunAttemptsCommand.ts
@@ -109,4 +109,16 @@ export class ListJobRunAttemptsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListJobRunAttemptsCommand)
.de(de_ListJobRunAttemptsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListJobRunAttemptsRequest;
+ output: ListJobRunAttemptsResponse;
+ };
+ sdk: {
+ input: ListJobRunAttemptsCommandInput;
+ output: ListJobRunAttemptsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-serverless/src/commands/ListJobRunsCommand.ts b/clients/client-emr-serverless/src/commands/ListJobRunsCommand.ts
index 8ec522029d82..94311dcf5b91 100644
--- a/clients/client-emr-serverless/src/commands/ListJobRunsCommand.ts
+++ b/clients/client-emr-serverless/src/commands/ListJobRunsCommand.ts
@@ -112,4 +112,16 @@ export class ListJobRunsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListJobRunsCommand)
.de(de_ListJobRunsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListJobRunsRequest;
+ output: ListJobRunsResponse;
+ };
+ sdk: {
+ input: ListJobRunsCommandInput;
+ output: ListJobRunsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-serverless/src/commands/ListTagsForResourceCommand.ts b/clients/client-emr-serverless/src/commands/ListTagsForResourceCommand.ts
index 8312956c9ddc..44fcd6eb7472 100644
--- a/clients/client-emr-serverless/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-emr-serverless/src/commands/ListTagsForResourceCommand.ts
@@ -89,4 +89,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-serverless/src/commands/StartApplicationCommand.ts b/clients/client-emr-serverless/src/commands/StartApplicationCommand.ts
index c85a9e663da1..837744b9a7e4 100644
--- a/clients/client-emr-serverless/src/commands/StartApplicationCommand.ts
+++ b/clients/client-emr-serverless/src/commands/StartApplicationCommand.ts
@@ -88,4 +88,16 @@ export class StartApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_StartApplicationCommand)
.de(de_StartApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartApplicationRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartApplicationCommandInput;
+ output: StartApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-serverless/src/commands/StartJobRunCommand.ts b/clients/client-emr-serverless/src/commands/StartJobRunCommand.ts
index 7c2eff6e33d7..876af6591db5 100644
--- a/clients/client-emr-serverless/src/commands/StartJobRunCommand.ts
+++ b/clients/client-emr-serverless/src/commands/StartJobRunCommand.ts
@@ -162,4 +162,16 @@ export class StartJobRunCommand extends $Command
.f(StartJobRunRequestFilterSensitiveLog, void 0)
.ser(se_StartJobRunCommand)
.de(de_StartJobRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartJobRunRequest;
+ output: StartJobRunResponse;
+ };
+ sdk: {
+ input: StartJobRunCommandInput;
+ output: StartJobRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-serverless/src/commands/StopApplicationCommand.ts b/clients/client-emr-serverless/src/commands/StopApplicationCommand.ts
index 30b40a0b27bb..7b59e767afdf 100644
--- a/clients/client-emr-serverless/src/commands/StopApplicationCommand.ts
+++ b/clients/client-emr-serverless/src/commands/StopApplicationCommand.ts
@@ -86,4 +86,16 @@ export class StopApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_StopApplicationCommand)
.de(de_StopApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopApplicationRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopApplicationCommandInput;
+ output: StopApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-serverless/src/commands/TagResourceCommand.ts b/clients/client-emr-serverless/src/commands/TagResourceCommand.ts
index 292d0fdbdda8..8fbfb0ee6fdb 100644
--- a/clients/client-emr-serverless/src/commands/TagResourceCommand.ts
+++ b/clients/client-emr-serverless/src/commands/TagResourceCommand.ts
@@ -92,4 +92,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-serverless/src/commands/UntagResourceCommand.ts b/clients/client-emr-serverless/src/commands/UntagResourceCommand.ts
index 7f825335134c..3b1203b5ab2b 100644
--- a/clients/client-emr-serverless/src/commands/UntagResourceCommand.ts
+++ b/clients/client-emr-serverless/src/commands/UntagResourceCommand.ts
@@ -88,4 +88,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr-serverless/src/commands/UpdateApplicationCommand.ts b/clients/client-emr-serverless/src/commands/UpdateApplicationCommand.ts
index 52eb4221b027..ba8d5fd17f93 100644
--- a/clients/client-emr-serverless/src/commands/UpdateApplicationCommand.ts
+++ b/clients/client-emr-serverless/src/commands/UpdateApplicationCommand.ts
@@ -284,4 +284,16 @@ export class UpdateApplicationCommand extends $Command
.f(UpdateApplicationRequestFilterSensitiveLog, UpdateApplicationResponseFilterSensitiveLog)
.ser(se_UpdateApplicationCommand)
.de(de_UpdateApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApplicationRequest;
+ output: UpdateApplicationResponse;
+ };
+ sdk: {
+ input: UpdateApplicationCommandInput;
+ output: UpdateApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/package.json b/clients/client-emr/package.json
index a9849f61c533..dcd603e4a805 100644
--- a/clients/client-emr/package.json
+++ b/clients/client-emr/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2"
},
"devDependencies": {
diff --git a/clients/client-emr/src/commands/AddInstanceFleetCommand.ts b/clients/client-emr/src/commands/AddInstanceFleetCommand.ts
index 637cd3a67b82..adec1f1e7ed9 100644
--- a/clients/client-emr/src/commands/AddInstanceFleetCommand.ts
+++ b/clients/client-emr/src/commands/AddInstanceFleetCommand.ts
@@ -168,4 +168,16 @@ export class AddInstanceFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_AddInstanceFleetCommand)
.de(de_AddInstanceFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddInstanceFleetInput;
+ output: AddInstanceFleetOutput;
+ };
+ sdk: {
+ input: AddInstanceFleetCommandInput;
+ output: AddInstanceFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/AddInstanceGroupsCommand.ts b/clients/client-emr/src/commands/AddInstanceGroupsCommand.ts
index ae184860cf71..41b498b6c630 100644
--- a/clients/client-emr/src/commands/AddInstanceGroupsCommand.ts
+++ b/clients/client-emr/src/commands/AddInstanceGroupsCommand.ts
@@ -165,4 +165,16 @@ export class AddInstanceGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_AddInstanceGroupsCommand)
.de(de_AddInstanceGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddInstanceGroupsInput;
+ output: AddInstanceGroupsOutput;
+ };
+ sdk: {
+ input: AddInstanceGroupsCommandInput;
+ output: AddInstanceGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/AddJobFlowStepsCommand.ts b/clients/client-emr/src/commands/AddJobFlowStepsCommand.ts
index cea335cb84fe..aaff10df2db8 100644
--- a/clients/client-emr/src/commands/AddJobFlowStepsCommand.ts
+++ b/clients/client-emr/src/commands/AddJobFlowStepsCommand.ts
@@ -121,4 +121,16 @@ export class AddJobFlowStepsCommand extends $Command
.f(void 0, void 0)
.ser(se_AddJobFlowStepsCommand)
.de(de_AddJobFlowStepsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddJobFlowStepsInput;
+ output: AddJobFlowStepsOutput;
+ };
+ sdk: {
+ input: AddJobFlowStepsCommandInput;
+ output: AddJobFlowStepsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/AddTagsCommand.ts b/clients/client-emr/src/commands/AddTagsCommand.ts
index afb206f590a6..e67af8327f1e 100644
--- a/clients/client-emr/src/commands/AddTagsCommand.ts
+++ b/clients/client-emr/src/commands/AddTagsCommand.ts
@@ -92,4 +92,16 @@ export class AddTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_AddTagsCommand)
.de(de_AddTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddTagsInput;
+ output: {};
+ };
+ sdk: {
+ input: AddTagsCommandInput;
+ output: AddTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/CancelStepsCommand.ts b/clients/client-emr/src/commands/CancelStepsCommand.ts
index 8546c0a4db5d..c79b411b6f24 100644
--- a/clients/client-emr/src/commands/CancelStepsCommand.ts
+++ b/clients/client-emr/src/commands/CancelStepsCommand.ts
@@ -98,4 +98,16 @@ export class CancelStepsCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelStepsCommand)
.de(de_CancelStepsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelStepsInput;
+ output: CancelStepsOutput;
+ };
+ sdk: {
+ input: CancelStepsCommandInput;
+ output: CancelStepsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/CreateSecurityConfigurationCommand.ts b/clients/client-emr/src/commands/CreateSecurityConfigurationCommand.ts
index 6647df2162b2..1b2bff7f1b06 100644
--- a/clients/client-emr/src/commands/CreateSecurityConfigurationCommand.ts
+++ b/clients/client-emr/src/commands/CreateSecurityConfigurationCommand.ts
@@ -87,4 +87,16 @@ export class CreateSecurityConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSecurityConfigurationCommand)
.de(de_CreateSecurityConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSecurityConfigurationInput;
+ output: CreateSecurityConfigurationOutput;
+ };
+ sdk: {
+ input: CreateSecurityConfigurationCommandInput;
+ output: CreateSecurityConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/CreateStudioCommand.ts b/clients/client-emr/src/commands/CreateStudioCommand.ts
index cba28af1d2f5..5be8c2632bea 100644
--- a/clients/client-emr/src/commands/CreateStudioCommand.ts
+++ b/clients/client-emr/src/commands/CreateStudioCommand.ts
@@ -108,4 +108,16 @@ export class CreateStudioCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateStudioCommand)
.de(de_CreateStudioCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateStudioInput;
+ output: CreateStudioOutput;
+ };
+ sdk: {
+ input: CreateStudioCommandInput;
+ output: CreateStudioCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/CreateStudioSessionMappingCommand.ts b/clients/client-emr/src/commands/CreateStudioSessionMappingCommand.ts
index 3d2d99cd2fc1..be99516fd1f3 100644
--- a/clients/client-emr/src/commands/CreateStudioSessionMappingCommand.ts
+++ b/clients/client-emr/src/commands/CreateStudioSessionMappingCommand.ts
@@ -90,4 +90,16 @@ export class CreateStudioSessionMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateStudioSessionMappingCommand)
.de(de_CreateStudioSessionMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateStudioSessionMappingInput;
+ output: {};
+ };
+ sdk: {
+ input: CreateStudioSessionMappingCommandInput;
+ output: CreateStudioSessionMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/DeleteSecurityConfigurationCommand.ts b/clients/client-emr/src/commands/DeleteSecurityConfigurationCommand.ts
index 77c3e24b50ea..d066a619d172 100644
--- a/clients/client-emr/src/commands/DeleteSecurityConfigurationCommand.ts
+++ b/clients/client-emr/src/commands/DeleteSecurityConfigurationCommand.ts
@@ -82,4 +82,16 @@ export class DeleteSecurityConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSecurityConfigurationCommand)
.de(de_DeleteSecurityConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSecurityConfigurationInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSecurityConfigurationCommandInput;
+ output: DeleteSecurityConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/DeleteStudioCommand.ts b/clients/client-emr/src/commands/DeleteStudioCommand.ts
index 56ee60795948..170944d77ee9 100644
--- a/clients/client-emr/src/commands/DeleteStudioCommand.ts
+++ b/clients/client-emr/src/commands/DeleteStudioCommand.ts
@@ -82,4 +82,16 @@ export class DeleteStudioCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteStudioCommand)
.de(de_DeleteStudioCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteStudioInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteStudioCommandInput;
+ output: DeleteStudioCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/DeleteStudioSessionMappingCommand.ts b/clients/client-emr/src/commands/DeleteStudioSessionMappingCommand.ts
index 57657b4c8e2d..4e45dde6208a 100644
--- a/clients/client-emr/src/commands/DeleteStudioSessionMappingCommand.ts
+++ b/clients/client-emr/src/commands/DeleteStudioSessionMappingCommand.ts
@@ -85,4 +85,16 @@ export class DeleteStudioSessionMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteStudioSessionMappingCommand)
.de(de_DeleteStudioSessionMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteStudioSessionMappingInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteStudioSessionMappingCommandInput;
+ output: DeleteStudioSessionMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/DescribeClusterCommand.ts b/clients/client-emr/src/commands/DescribeClusterCommand.ts
index 8d2c156a83e7..c61404184e60 100644
--- a/clients/client-emr/src/commands/DescribeClusterCommand.ts
+++ b/clients/client-emr/src/commands/DescribeClusterCommand.ts
@@ -205,4 +205,16 @@ export class DescribeClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeClusterCommand)
.de(de_DescribeClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeClusterInput;
+ output: DescribeClusterOutput;
+ };
+ sdk: {
+ input: DescribeClusterCommandInput;
+ output: DescribeClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/DescribeJobFlowsCommand.ts b/clients/client-emr/src/commands/DescribeJobFlowsCommand.ts
index ffbaf7c98824..603266ee85f8 100644
--- a/clients/client-emr/src/commands/DescribeJobFlowsCommand.ts
+++ b/clients/client-emr/src/commands/DescribeJobFlowsCommand.ts
@@ -214,4 +214,16 @@ export class DescribeJobFlowsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeJobFlowsCommand)
.de(de_DescribeJobFlowsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeJobFlowsInput;
+ output: DescribeJobFlowsOutput;
+ };
+ sdk: {
+ input: DescribeJobFlowsCommandInput;
+ output: DescribeJobFlowsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/DescribeNotebookExecutionCommand.ts b/clients/client-emr/src/commands/DescribeNotebookExecutionCommand.ts
index 596788b63dc4..2acf802a1e0a 100644
--- a/clients/client-emr/src/commands/DescribeNotebookExecutionCommand.ts
+++ b/clients/client-emr/src/commands/DescribeNotebookExecutionCommand.ts
@@ -120,4 +120,16 @@ export class DescribeNotebookExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeNotebookExecutionCommand)
.de(de_DescribeNotebookExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeNotebookExecutionInput;
+ output: DescribeNotebookExecutionOutput;
+ };
+ sdk: {
+ input: DescribeNotebookExecutionCommandInput;
+ output: DescribeNotebookExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/DescribeReleaseLabelCommand.ts b/clients/client-emr/src/commands/DescribeReleaseLabelCommand.ts
index a33045f22c92..bc60de9df108 100644
--- a/clients/client-emr/src/commands/DescribeReleaseLabelCommand.ts
+++ b/clients/client-emr/src/commands/DescribeReleaseLabelCommand.ts
@@ -100,4 +100,16 @@ export class DescribeReleaseLabelCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReleaseLabelCommand)
.de(de_DescribeReleaseLabelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReleaseLabelInput;
+ output: DescribeReleaseLabelOutput;
+ };
+ sdk: {
+ input: DescribeReleaseLabelCommandInput;
+ output: DescribeReleaseLabelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/DescribeSecurityConfigurationCommand.ts b/clients/client-emr/src/commands/DescribeSecurityConfigurationCommand.ts
index c64de838f356..53d51606f9e8 100644
--- a/clients/client-emr/src/commands/DescribeSecurityConfigurationCommand.ts
+++ b/clients/client-emr/src/commands/DescribeSecurityConfigurationCommand.ts
@@ -92,4 +92,16 @@ export class DescribeSecurityConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSecurityConfigurationCommand)
.de(de_DescribeSecurityConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSecurityConfigurationInput;
+ output: DescribeSecurityConfigurationOutput;
+ };
+ sdk: {
+ input: DescribeSecurityConfigurationCommandInput;
+ output: DescribeSecurityConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/DescribeStepCommand.ts b/clients/client-emr/src/commands/DescribeStepCommand.ts
index 558b892c2452..682fa231ce6a 100644
--- a/clients/client-emr/src/commands/DescribeStepCommand.ts
+++ b/clients/client-emr/src/commands/DescribeStepCommand.ts
@@ -117,4 +117,16 @@ export class DescribeStepCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStepCommand)
.de(de_DescribeStepCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeStepInput;
+ output: DescribeStepOutput;
+ };
+ sdk: {
+ input: DescribeStepCommandInput;
+ output: DescribeStepCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/DescribeStudioCommand.ts b/clients/client-emr/src/commands/DescribeStudioCommand.ts
index 25c644be2ae6..d444efdd4f4e 100644
--- a/clients/client-emr/src/commands/DescribeStudioCommand.ts
+++ b/clients/client-emr/src/commands/DescribeStudioCommand.ts
@@ -114,4 +114,16 @@ export class DescribeStudioCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStudioCommand)
.de(de_DescribeStudioCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeStudioInput;
+ output: DescribeStudioOutput;
+ };
+ sdk: {
+ input: DescribeStudioCommandInput;
+ output: DescribeStudioCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/GetAutoTerminationPolicyCommand.ts b/clients/client-emr/src/commands/GetAutoTerminationPolicyCommand.ts
index c9d239fd992c..7a877c09e3ed 100644
--- a/clients/client-emr/src/commands/GetAutoTerminationPolicyCommand.ts
+++ b/clients/client-emr/src/commands/GetAutoTerminationPolicyCommand.ts
@@ -79,4 +79,16 @@ export class GetAutoTerminationPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAutoTerminationPolicyCommand)
.de(de_GetAutoTerminationPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAutoTerminationPolicyInput;
+ output: GetAutoTerminationPolicyOutput;
+ };
+ sdk: {
+ input: GetAutoTerminationPolicyCommandInput;
+ output: GetAutoTerminationPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/GetBlockPublicAccessConfigurationCommand.ts b/clients/client-emr/src/commands/GetBlockPublicAccessConfigurationCommand.ts
index fdd6bd4d952d..1020224fa45f 100644
--- a/clients/client-emr/src/commands/GetBlockPublicAccessConfigurationCommand.ts
+++ b/clients/client-emr/src/commands/GetBlockPublicAccessConfigurationCommand.ts
@@ -120,4 +120,16 @@ export class GetBlockPublicAccessConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBlockPublicAccessConfigurationCommand)
.de(de_GetBlockPublicAccessConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetBlockPublicAccessConfigurationOutput;
+ };
+ sdk: {
+ input: GetBlockPublicAccessConfigurationCommandInput;
+ output: GetBlockPublicAccessConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/GetClusterSessionCredentialsCommand.ts b/clients/client-emr/src/commands/GetClusterSessionCredentialsCommand.ts
index 66e6220958ce..ebe7b057a72d 100644
--- a/clients/client-emr/src/commands/GetClusterSessionCredentialsCommand.ts
+++ b/clients/client-emr/src/commands/GetClusterSessionCredentialsCommand.ts
@@ -103,4 +103,16 @@ export class GetClusterSessionCredentialsCommand extends $Command
.f(void 0, GetClusterSessionCredentialsOutputFilterSensitiveLog)
.ser(se_GetClusterSessionCredentialsCommand)
.de(de_GetClusterSessionCredentialsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetClusterSessionCredentialsInput;
+ output: GetClusterSessionCredentialsOutput;
+ };
+ sdk: {
+ input: GetClusterSessionCredentialsCommandInput;
+ output: GetClusterSessionCredentialsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/GetManagedScalingPolicyCommand.ts b/clients/client-emr/src/commands/GetManagedScalingPolicyCommand.ts
index 85cce6a76492..e174f0794aa7 100644
--- a/clients/client-emr/src/commands/GetManagedScalingPolicyCommand.ts
+++ b/clients/client-emr/src/commands/GetManagedScalingPolicyCommand.ts
@@ -85,4 +85,16 @@ export class GetManagedScalingPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetManagedScalingPolicyCommand)
.de(de_GetManagedScalingPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetManagedScalingPolicyInput;
+ output: GetManagedScalingPolicyOutput;
+ };
+ sdk: {
+ input: GetManagedScalingPolicyCommandInput;
+ output: GetManagedScalingPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/GetStudioSessionMappingCommand.ts b/clients/client-emr/src/commands/GetStudioSessionMappingCommand.ts
index 9377db46f377..ea831604a398 100644
--- a/clients/client-emr/src/commands/GetStudioSessionMappingCommand.ts
+++ b/clients/client-emr/src/commands/GetStudioSessionMappingCommand.ts
@@ -96,4 +96,16 @@ export class GetStudioSessionMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_GetStudioSessionMappingCommand)
.de(de_GetStudioSessionMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetStudioSessionMappingInput;
+ output: GetStudioSessionMappingOutput;
+ };
+ sdk: {
+ input: GetStudioSessionMappingCommandInput;
+ output: GetStudioSessionMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/ListBootstrapActionsCommand.ts b/clients/client-emr/src/commands/ListBootstrapActionsCommand.ts
index 9e164fe33a08..4cc294aaadd8 100644
--- a/clients/client-emr/src/commands/ListBootstrapActionsCommand.ts
+++ b/clients/client-emr/src/commands/ListBootstrapActionsCommand.ts
@@ -94,4 +94,16 @@ export class ListBootstrapActionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBootstrapActionsCommand)
.de(de_ListBootstrapActionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBootstrapActionsInput;
+ output: ListBootstrapActionsOutput;
+ };
+ sdk: {
+ input: ListBootstrapActionsCommandInput;
+ output: ListBootstrapActionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/ListClustersCommand.ts b/clients/client-emr/src/commands/ListClustersCommand.ts
index a900a48750b2..53c963bf0515 100644
--- a/clients/client-emr/src/commands/ListClustersCommand.ts
+++ b/clients/client-emr/src/commands/ListClustersCommand.ts
@@ -125,4 +125,16 @@ export class ListClustersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListClustersCommand)
.de(de_ListClustersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListClustersInput;
+ output: ListClustersOutput;
+ };
+ sdk: {
+ input: ListClustersCommandInput;
+ output: ListClustersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/ListInstanceFleetsCommand.ts b/clients/client-emr/src/commands/ListInstanceFleetsCommand.ts
index 4441d093e635..0efb4d941540 100644
--- a/clients/client-emr/src/commands/ListInstanceFleetsCommand.ts
+++ b/clients/client-emr/src/commands/ListInstanceFleetsCommand.ts
@@ -182,4 +182,16 @@ export class ListInstanceFleetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInstanceFleetsCommand)
.de(de_ListInstanceFleetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInstanceFleetsInput;
+ output: ListInstanceFleetsOutput;
+ };
+ sdk: {
+ input: ListInstanceFleetsCommandInput;
+ output: ListInstanceFleetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/ListInstanceGroupsCommand.ts b/clients/client-emr/src/commands/ListInstanceGroupsCommand.ts
index 6d73d75d995c..f136ea09dd89 100644
--- a/clients/client-emr/src/commands/ListInstanceGroupsCommand.ts
+++ b/clients/client-emr/src/commands/ListInstanceGroupsCommand.ts
@@ -199,4 +199,16 @@ export class ListInstanceGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInstanceGroupsCommand)
.de(de_ListInstanceGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInstanceGroupsInput;
+ output: ListInstanceGroupsOutput;
+ };
+ sdk: {
+ input: ListInstanceGroupsCommandInput;
+ output: ListInstanceGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/ListInstancesCommand.ts b/clients/client-emr/src/commands/ListInstancesCommand.ts
index 979c592fe7cb..b465d51a8434 100644
--- a/clients/client-emr/src/commands/ListInstancesCommand.ts
+++ b/clients/client-emr/src/commands/ListInstancesCommand.ts
@@ -129,4 +129,16 @@ export class ListInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInstancesCommand)
.de(de_ListInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInstancesInput;
+ output: ListInstancesOutput;
+ };
+ sdk: {
+ input: ListInstancesCommandInput;
+ output: ListInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/ListNotebookExecutionsCommand.ts b/clients/client-emr/src/commands/ListNotebookExecutionsCommand.ts
index 59e378c2821a..870e4e06628f 100644
--- a/clients/client-emr/src/commands/ListNotebookExecutionsCommand.ts
+++ b/clients/client-emr/src/commands/ListNotebookExecutionsCommand.ts
@@ -107,4 +107,16 @@ export class ListNotebookExecutionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListNotebookExecutionsCommand)
.de(de_ListNotebookExecutionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListNotebookExecutionsInput;
+ output: ListNotebookExecutionsOutput;
+ };
+ sdk: {
+ input: ListNotebookExecutionsCommandInput;
+ output: ListNotebookExecutionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/ListReleaseLabelsCommand.ts b/clients/client-emr/src/commands/ListReleaseLabelsCommand.ts
index d3902f7cc8f4..58aa1f014e9f 100644
--- a/clients/client-emr/src/commands/ListReleaseLabelsCommand.ts
+++ b/clients/client-emr/src/commands/ListReleaseLabelsCommand.ts
@@ -93,4 +93,16 @@ export class ListReleaseLabelsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListReleaseLabelsCommand)
.de(de_ListReleaseLabelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListReleaseLabelsInput;
+ output: ListReleaseLabelsOutput;
+ };
+ sdk: {
+ input: ListReleaseLabelsCommandInput;
+ output: ListReleaseLabelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/ListSecurityConfigurationsCommand.ts b/clients/client-emr/src/commands/ListSecurityConfigurationsCommand.ts
index 3a2fe9924a1a..002ce0f635b0 100644
--- a/clients/client-emr/src/commands/ListSecurityConfigurationsCommand.ts
+++ b/clients/client-emr/src/commands/ListSecurityConfigurationsCommand.ts
@@ -93,4 +93,16 @@ export class ListSecurityConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSecurityConfigurationsCommand)
.de(de_ListSecurityConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSecurityConfigurationsInput;
+ output: ListSecurityConfigurationsOutput;
+ };
+ sdk: {
+ input: ListSecurityConfigurationsCommandInput;
+ output: ListSecurityConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/ListStepsCommand.ts b/clients/client-emr/src/commands/ListStepsCommand.ts
index 82fb9db3b8fe..0106328d2450 100644
--- a/clients/client-emr/src/commands/ListStepsCommand.ts
+++ b/clients/client-emr/src/commands/ListStepsCommand.ts
@@ -130,4 +130,16 @@ export class ListStepsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStepsCommand)
.de(de_ListStepsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStepsInput;
+ output: ListStepsOutput;
+ };
+ sdk: {
+ input: ListStepsCommandInput;
+ output: ListStepsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/ListStudioSessionMappingsCommand.ts b/clients/client-emr/src/commands/ListStudioSessionMappingsCommand.ts
index 4a6ee5a0fe8c..22580efa6e9c 100644
--- a/clients/client-emr/src/commands/ListStudioSessionMappingsCommand.ts
+++ b/clients/client-emr/src/commands/ListStudioSessionMappingsCommand.ts
@@ -97,4 +97,16 @@ export class ListStudioSessionMappingsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStudioSessionMappingsCommand)
.de(de_ListStudioSessionMappingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStudioSessionMappingsInput;
+ output: ListStudioSessionMappingsOutput;
+ };
+ sdk: {
+ input: ListStudioSessionMappingsCommandInput;
+ output: ListStudioSessionMappingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/ListStudiosCommand.ts b/clients/client-emr/src/commands/ListStudiosCommand.ts
index 0e0f661df20a..a75e79a091e3 100644
--- a/clients/client-emr/src/commands/ListStudiosCommand.ts
+++ b/clients/client-emr/src/commands/ListStudiosCommand.ts
@@ -96,4 +96,16 @@ export class ListStudiosCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStudiosCommand)
.de(de_ListStudiosCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStudiosInput;
+ output: ListStudiosOutput;
+ };
+ sdk: {
+ input: ListStudiosCommandInput;
+ output: ListStudiosCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/ListSupportedInstanceTypesCommand.ts b/clients/client-emr/src/commands/ListSupportedInstanceTypesCommand.ts
index a318375fbbfe..f42b591402a9 100644
--- a/clients/client-emr/src/commands/ListSupportedInstanceTypesCommand.ts
+++ b/clients/client-emr/src/commands/ListSupportedInstanceTypesCommand.ts
@@ -101,4 +101,16 @@ export class ListSupportedInstanceTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSupportedInstanceTypesCommand)
.de(de_ListSupportedInstanceTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSupportedInstanceTypesInput;
+ output: ListSupportedInstanceTypesOutput;
+ };
+ sdk: {
+ input: ListSupportedInstanceTypesCommandInput;
+ output: ListSupportedInstanceTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/ModifyClusterCommand.ts b/clients/client-emr/src/commands/ModifyClusterCommand.ts
index 0410c084b1df..cee1d7b56a32 100644
--- a/clients/client-emr/src/commands/ModifyClusterCommand.ts
+++ b/clients/client-emr/src/commands/ModifyClusterCommand.ts
@@ -86,4 +86,16 @@ export class ModifyClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyClusterCommand)
.de(de_ModifyClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyClusterInput;
+ output: ModifyClusterOutput;
+ };
+ sdk: {
+ input: ModifyClusterCommandInput;
+ output: ModifyClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/ModifyInstanceFleetCommand.ts b/clients/client-emr/src/commands/ModifyInstanceFleetCommand.ts
index 7ac07aa775c7..04bfa57bf38c 100644
--- a/clients/client-emr/src/commands/ModifyInstanceFleetCommand.ts
+++ b/clients/client-emr/src/commands/ModifyInstanceFleetCommand.ts
@@ -149,4 +149,16 @@ export class ModifyInstanceFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyInstanceFleetCommand)
.de(de_ModifyInstanceFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyInstanceFleetInput;
+ output: {};
+ };
+ sdk: {
+ input: ModifyInstanceFleetCommandInput;
+ output: ModifyInstanceFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/ModifyInstanceGroupsCommand.ts b/clients/client-emr/src/commands/ModifyInstanceGroupsCommand.ts
index 75570316f1dd..8c714867890f 100644
--- a/clients/client-emr/src/commands/ModifyInstanceGroupsCommand.ts
+++ b/clients/client-emr/src/commands/ModifyInstanceGroupsCommand.ts
@@ -120,4 +120,16 @@ export class ModifyInstanceGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ModifyInstanceGroupsCommand)
.de(de_ModifyInstanceGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ModifyInstanceGroupsInput;
+ output: {};
+ };
+ sdk: {
+ input: ModifyInstanceGroupsCommandInput;
+ output: ModifyInstanceGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/PutAutoScalingPolicyCommand.ts b/clients/client-emr/src/commands/PutAutoScalingPolicyCommand.ts
index ebd195406889..813f9ba7d7fa 100644
--- a/clients/client-emr/src/commands/PutAutoScalingPolicyCommand.ts
+++ b/clients/client-emr/src/commands/PutAutoScalingPolicyCommand.ts
@@ -166,4 +166,16 @@ export class PutAutoScalingPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutAutoScalingPolicyCommand)
.de(de_PutAutoScalingPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutAutoScalingPolicyInput;
+ output: PutAutoScalingPolicyOutput;
+ };
+ sdk: {
+ input: PutAutoScalingPolicyCommandInput;
+ output: PutAutoScalingPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/PutAutoTerminationPolicyCommand.ts b/clients/client-emr/src/commands/PutAutoTerminationPolicyCommand.ts
index de02a63b44e5..30df6227df32 100644
--- a/clients/client-emr/src/commands/PutAutoTerminationPolicyCommand.ts
+++ b/clients/client-emr/src/commands/PutAutoTerminationPolicyCommand.ts
@@ -86,4 +86,16 @@ export class PutAutoTerminationPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutAutoTerminationPolicyCommand)
.de(de_PutAutoTerminationPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutAutoTerminationPolicyInput;
+ output: {};
+ };
+ sdk: {
+ input: PutAutoTerminationPolicyCommandInput;
+ output: PutAutoTerminationPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/PutBlockPublicAccessConfigurationCommand.ts b/clients/client-emr/src/commands/PutBlockPublicAccessConfigurationCommand.ts
index 9ac84b93d351..8b6c02596f67 100644
--- a/clients/client-emr/src/commands/PutBlockPublicAccessConfigurationCommand.ts
+++ b/clients/client-emr/src/commands/PutBlockPublicAccessConfigurationCommand.ts
@@ -117,4 +117,16 @@ export class PutBlockPublicAccessConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutBlockPublicAccessConfigurationCommand)
.de(de_PutBlockPublicAccessConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutBlockPublicAccessConfigurationInput;
+ output: {};
+ };
+ sdk: {
+ input: PutBlockPublicAccessConfigurationCommandInput;
+ output: PutBlockPublicAccessConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/PutManagedScalingPolicyCommand.ts b/clients/client-emr/src/commands/PutManagedScalingPolicyCommand.ts
index 43199509bd06..987a2f5b6ddb 100644
--- a/clients/client-emr/src/commands/PutManagedScalingPolicyCommand.ts
+++ b/clients/client-emr/src/commands/PutManagedScalingPolicyCommand.ts
@@ -87,4 +87,16 @@ export class PutManagedScalingPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutManagedScalingPolicyCommand)
.de(de_PutManagedScalingPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutManagedScalingPolicyInput;
+ output: {};
+ };
+ sdk: {
+ input: PutManagedScalingPolicyCommandInput;
+ output: PutManagedScalingPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/RemoveAutoScalingPolicyCommand.ts b/clients/client-emr/src/commands/RemoveAutoScalingPolicyCommand.ts
index 99fba1a27cf6..aef04782793a 100644
--- a/clients/client-emr/src/commands/RemoveAutoScalingPolicyCommand.ts
+++ b/clients/client-emr/src/commands/RemoveAutoScalingPolicyCommand.ts
@@ -76,4 +76,16 @@ export class RemoveAutoScalingPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveAutoScalingPolicyCommand)
.de(de_RemoveAutoScalingPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveAutoScalingPolicyInput;
+ output: {};
+ };
+ sdk: {
+ input: RemoveAutoScalingPolicyCommandInput;
+ output: RemoveAutoScalingPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/RemoveAutoTerminationPolicyCommand.ts b/clients/client-emr/src/commands/RemoveAutoTerminationPolicyCommand.ts
index 44367b014392..1909cd24bbc1 100644
--- a/clients/client-emr/src/commands/RemoveAutoTerminationPolicyCommand.ts
+++ b/clients/client-emr/src/commands/RemoveAutoTerminationPolicyCommand.ts
@@ -75,4 +75,16 @@ export class RemoveAutoTerminationPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveAutoTerminationPolicyCommand)
.de(de_RemoveAutoTerminationPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveAutoTerminationPolicyInput;
+ output: {};
+ };
+ sdk: {
+ input: RemoveAutoTerminationPolicyCommandInput;
+ output: RemoveAutoTerminationPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/RemoveManagedScalingPolicyCommand.ts b/clients/client-emr/src/commands/RemoveManagedScalingPolicyCommand.ts
index 23e9e1c3da26..5e8495d87ade 100644
--- a/clients/client-emr/src/commands/RemoveManagedScalingPolicyCommand.ts
+++ b/clients/client-emr/src/commands/RemoveManagedScalingPolicyCommand.ts
@@ -75,4 +75,16 @@ export class RemoveManagedScalingPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveManagedScalingPolicyCommand)
.de(de_RemoveManagedScalingPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveManagedScalingPolicyInput;
+ output: {};
+ };
+ sdk: {
+ input: RemoveManagedScalingPolicyCommandInput;
+ output: RemoveManagedScalingPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/RemoveTagsCommand.ts b/clients/client-emr/src/commands/RemoveTagsCommand.ts
index f3fd15196bca..0ffaea662a98 100644
--- a/clients/client-emr/src/commands/RemoveTagsCommand.ts
+++ b/clients/client-emr/src/commands/RemoveTagsCommand.ts
@@ -89,4 +89,16 @@ export class RemoveTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveTagsCommand)
.de(de_RemoveTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveTagsInput;
+ output: {};
+ };
+ sdk: {
+ input: RemoveTagsCommandInput;
+ output: RemoveTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/RunJobFlowCommand.ts b/clients/client-emr/src/commands/RunJobFlowCommand.ts
index 21f5cbe623ff..7c189b1472af 100644
--- a/clients/client-emr/src/commands/RunJobFlowCommand.ts
+++ b/clients/client-emr/src/commands/RunJobFlowCommand.ts
@@ -377,4 +377,16 @@ export class RunJobFlowCommand extends $Command
.f(void 0, void 0)
.ser(se_RunJobFlowCommand)
.de(de_RunJobFlowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RunJobFlowInput;
+ output: RunJobFlowOutput;
+ };
+ sdk: {
+ input: RunJobFlowCommandInput;
+ output: RunJobFlowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/SetKeepJobFlowAliveWhenNoStepsCommand.ts b/clients/client-emr/src/commands/SetKeepJobFlowAliveWhenNoStepsCommand.ts
index 8ebaa9dbc8e3..71473e8a7b7f 100644
--- a/clients/client-emr/src/commands/SetKeepJobFlowAliveWhenNoStepsCommand.ts
+++ b/clients/client-emr/src/commands/SetKeepJobFlowAliveWhenNoStepsCommand.ts
@@ -88,4 +88,16 @@ export class SetKeepJobFlowAliveWhenNoStepsCommand extends $Command
.f(void 0, void 0)
.ser(se_SetKeepJobFlowAliveWhenNoStepsCommand)
.de(de_SetKeepJobFlowAliveWhenNoStepsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetKeepJobFlowAliveWhenNoStepsInput;
+ output: {};
+ };
+ sdk: {
+ input: SetKeepJobFlowAliveWhenNoStepsCommandInput;
+ output: SetKeepJobFlowAliveWhenNoStepsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/SetTerminationProtectionCommand.ts b/clients/client-emr/src/commands/SetTerminationProtectionCommand.ts
index a6904190f2b9..fe486c4d2626 100644
--- a/clients/client-emr/src/commands/SetTerminationProtectionCommand.ts
+++ b/clients/client-emr/src/commands/SetTerminationProtectionCommand.ts
@@ -98,4 +98,16 @@ export class SetTerminationProtectionCommand extends $Command
.f(void 0, void 0)
.ser(se_SetTerminationProtectionCommand)
.de(de_SetTerminationProtectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetTerminationProtectionInput;
+ output: {};
+ };
+ sdk: {
+ input: SetTerminationProtectionCommandInput;
+ output: SetTerminationProtectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/SetUnhealthyNodeReplacementCommand.ts b/clients/client-emr/src/commands/SetUnhealthyNodeReplacementCommand.ts
index 188ffc34b0ee..e1232e67095b 100644
--- a/clients/client-emr/src/commands/SetUnhealthyNodeReplacementCommand.ts
+++ b/clients/client-emr/src/commands/SetUnhealthyNodeReplacementCommand.ts
@@ -93,4 +93,16 @@ export class SetUnhealthyNodeReplacementCommand extends $Command
.f(void 0, void 0)
.ser(se_SetUnhealthyNodeReplacementCommand)
.de(de_SetUnhealthyNodeReplacementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetUnhealthyNodeReplacementInput;
+ output: {};
+ };
+ sdk: {
+ input: SetUnhealthyNodeReplacementCommandInput;
+ output: SetUnhealthyNodeReplacementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/SetVisibleToAllUsersCommand.ts b/clients/client-emr/src/commands/SetVisibleToAllUsersCommand.ts
index 3713c490f984..9289ea6e44e3 100644
--- a/clients/client-emr/src/commands/SetVisibleToAllUsersCommand.ts
+++ b/clients/client-emr/src/commands/SetVisibleToAllUsersCommand.ts
@@ -94,4 +94,16 @@ export class SetVisibleToAllUsersCommand extends $Command
.f(void 0, void 0)
.ser(se_SetVisibleToAllUsersCommand)
.de(de_SetVisibleToAllUsersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetVisibleToAllUsersInput;
+ output: {};
+ };
+ sdk: {
+ input: SetVisibleToAllUsersCommandInput;
+ output: SetVisibleToAllUsersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/StartNotebookExecutionCommand.ts b/clients/client-emr/src/commands/StartNotebookExecutionCommand.ts
index e10cc6f99bf3..dcd29ceb130f 100644
--- a/clients/client-emr/src/commands/StartNotebookExecutionCommand.ts
+++ b/clients/client-emr/src/commands/StartNotebookExecutionCommand.ts
@@ -113,4 +113,16 @@ export class StartNotebookExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartNotebookExecutionCommand)
.de(de_StartNotebookExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartNotebookExecutionInput;
+ output: StartNotebookExecutionOutput;
+ };
+ sdk: {
+ input: StartNotebookExecutionCommandInput;
+ output: StartNotebookExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/StopNotebookExecutionCommand.ts b/clients/client-emr/src/commands/StopNotebookExecutionCommand.ts
index 43217ffc0be2..2936be4be13d 100644
--- a/clients/client-emr/src/commands/StopNotebookExecutionCommand.ts
+++ b/clients/client-emr/src/commands/StopNotebookExecutionCommand.ts
@@ -82,4 +82,16 @@ export class StopNotebookExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_StopNotebookExecutionCommand)
.de(de_StopNotebookExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopNotebookExecutionInput;
+ output: {};
+ };
+ sdk: {
+ input: StopNotebookExecutionCommandInput;
+ output: StopNotebookExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/TerminateJobFlowsCommand.ts b/clients/client-emr/src/commands/TerminateJobFlowsCommand.ts
index e23d19249ea1..69e3a9da8f3f 100644
--- a/clients/client-emr/src/commands/TerminateJobFlowsCommand.ts
+++ b/clients/client-emr/src/commands/TerminateJobFlowsCommand.ts
@@ -87,4 +87,16 @@ export class TerminateJobFlowsCommand extends $Command
.f(void 0, void 0)
.ser(se_TerminateJobFlowsCommand)
.de(de_TerminateJobFlowsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TerminateJobFlowsInput;
+ output: {};
+ };
+ sdk: {
+ input: TerminateJobFlowsCommandInput;
+ output: TerminateJobFlowsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/UpdateStudioCommand.ts b/clients/client-emr/src/commands/UpdateStudioCommand.ts
index 3444a5521771..fb3ba1cb8930 100644
--- a/clients/client-emr/src/commands/UpdateStudioCommand.ts
+++ b/clients/client-emr/src/commands/UpdateStudioCommand.ts
@@ -90,4 +90,16 @@ export class UpdateStudioCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateStudioCommand)
.de(de_UpdateStudioCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateStudioInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateStudioCommandInput;
+ output: UpdateStudioCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-emr/src/commands/UpdateStudioSessionMappingCommand.ts b/clients/client-emr/src/commands/UpdateStudioSessionMappingCommand.ts
index 46f476068d78..f977304e793c 100644
--- a/clients/client-emr/src/commands/UpdateStudioSessionMappingCommand.ts
+++ b/clients/client-emr/src/commands/UpdateStudioSessionMappingCommand.ts
@@ -86,4 +86,16 @@ export class UpdateStudioSessionMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateStudioSessionMappingCommand)
.de(de_UpdateStudioSessionMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateStudioSessionMappingInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateStudioSessionMappingCommandInput;
+ output: UpdateStudioSessionMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/package.json b/clients/client-entityresolution/package.json
index 39ec0bec6501..fadbac9a873d 100644
--- a/clients/client-entityresolution/package.json
+++ b/clients/client-entityresolution/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-entityresolution/src/commands/AddPolicyStatementCommand.ts b/clients/client-entityresolution/src/commands/AddPolicyStatementCommand.ts
index e33193ac7603..a27059523d3c 100644
--- a/clients/client-entityresolution/src/commands/AddPolicyStatementCommand.ts
+++ b/clients/client-entityresolution/src/commands/AddPolicyStatementCommand.ts
@@ -110,4 +110,16 @@ export class AddPolicyStatementCommand extends $Command
.f(void 0, void 0)
.ser(se_AddPolicyStatementCommand)
.de(de_AddPolicyStatementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddPolicyStatementInput;
+ output: AddPolicyStatementOutput;
+ };
+ sdk: {
+ input: AddPolicyStatementCommandInput;
+ output: AddPolicyStatementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/BatchDeleteUniqueIdCommand.ts b/clients/client-entityresolution/src/commands/BatchDeleteUniqueIdCommand.ts
index 2356890aeb18..0170aff3d4b4 100644
--- a/clients/client-entityresolution/src/commands/BatchDeleteUniqueIdCommand.ts
+++ b/clients/client-entityresolution/src/commands/BatchDeleteUniqueIdCommand.ts
@@ -105,4 +105,16 @@ export class BatchDeleteUniqueIdCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDeleteUniqueIdCommand)
.de(de_BatchDeleteUniqueIdCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDeleteUniqueIdInput;
+ output: BatchDeleteUniqueIdOutput;
+ };
+ sdk: {
+ input: BatchDeleteUniqueIdCommandInput;
+ output: BatchDeleteUniqueIdCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/CreateIdMappingWorkflowCommand.ts b/clients/client-entityresolution/src/commands/CreateIdMappingWorkflowCommand.ts
index 9cd2a019a1f4..2110d8973ce1 100644
--- a/clients/client-entityresolution/src/commands/CreateIdMappingWorkflowCommand.ts
+++ b/clients/client-entityresolution/src/commands/CreateIdMappingWorkflowCommand.ts
@@ -183,4 +183,16 @@ export class CreateIdMappingWorkflowCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateIdMappingWorkflowCommand)
.de(de_CreateIdMappingWorkflowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateIdMappingWorkflowInput;
+ output: CreateIdMappingWorkflowOutput;
+ };
+ sdk: {
+ input: CreateIdMappingWorkflowCommandInput;
+ output: CreateIdMappingWorkflowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/CreateIdNamespaceCommand.ts b/clients/client-entityresolution/src/commands/CreateIdNamespaceCommand.ts
index 52db71a0ec36..82a0ff85d11b 100644
--- a/clients/client-entityresolution/src/commands/CreateIdNamespaceCommand.ts
+++ b/clients/client-entityresolution/src/commands/CreateIdNamespaceCommand.ts
@@ -181,4 +181,16 @@ export class CreateIdNamespaceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateIdNamespaceCommand)
.de(de_CreateIdNamespaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateIdNamespaceInput;
+ output: CreateIdNamespaceOutput;
+ };
+ sdk: {
+ input: CreateIdNamespaceCommandInput;
+ output: CreateIdNamespaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/CreateMatchingWorkflowCommand.ts b/clients/client-entityresolution/src/commands/CreateMatchingWorkflowCommand.ts
index e408a2469f63..156c3d125732 100644
--- a/clients/client-entityresolution/src/commands/CreateMatchingWorkflowCommand.ts
+++ b/clients/client-entityresolution/src/commands/CreateMatchingWorkflowCommand.ts
@@ -201,4 +201,16 @@ export class CreateMatchingWorkflowCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateMatchingWorkflowCommand)
.de(de_CreateMatchingWorkflowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMatchingWorkflowInput;
+ output: CreateMatchingWorkflowOutput;
+ };
+ sdk: {
+ input: CreateMatchingWorkflowCommandInput;
+ output: CreateMatchingWorkflowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/CreateSchemaMappingCommand.ts b/clients/client-entityresolution/src/commands/CreateSchemaMappingCommand.ts
index 148590154b0c..09ff8ef59b21 100644
--- a/clients/client-entityresolution/src/commands/CreateSchemaMappingCommand.ts
+++ b/clients/client-entityresolution/src/commands/CreateSchemaMappingCommand.ts
@@ -128,4 +128,16 @@ export class CreateSchemaMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSchemaMappingCommand)
.de(de_CreateSchemaMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSchemaMappingInput;
+ output: CreateSchemaMappingOutput;
+ };
+ sdk: {
+ input: CreateSchemaMappingCommandInput;
+ output: CreateSchemaMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/DeleteIdMappingWorkflowCommand.ts b/clients/client-entityresolution/src/commands/DeleteIdMappingWorkflowCommand.ts
index 4e3a269a593f..d898bd7b6658 100644
--- a/clients/client-entityresolution/src/commands/DeleteIdMappingWorkflowCommand.ts
+++ b/clients/client-entityresolution/src/commands/DeleteIdMappingWorkflowCommand.ts
@@ -96,4 +96,16 @@ export class DeleteIdMappingWorkflowCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIdMappingWorkflowCommand)
.de(de_DeleteIdMappingWorkflowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIdMappingWorkflowInput;
+ output: DeleteIdMappingWorkflowOutput;
+ };
+ sdk: {
+ input: DeleteIdMappingWorkflowCommandInput;
+ output: DeleteIdMappingWorkflowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/DeleteIdNamespaceCommand.ts b/clients/client-entityresolution/src/commands/DeleteIdNamespaceCommand.ts
index c52901f8ecb4..34c546458acc 100644
--- a/clients/client-entityresolution/src/commands/DeleteIdNamespaceCommand.ts
+++ b/clients/client-entityresolution/src/commands/DeleteIdNamespaceCommand.ts
@@ -90,4 +90,16 @@ export class DeleteIdNamespaceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIdNamespaceCommand)
.de(de_DeleteIdNamespaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIdNamespaceInput;
+ output: DeleteIdNamespaceOutput;
+ };
+ sdk: {
+ input: DeleteIdNamespaceCommandInput;
+ output: DeleteIdNamespaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/DeleteMatchingWorkflowCommand.ts b/clients/client-entityresolution/src/commands/DeleteMatchingWorkflowCommand.ts
index ecc148c20f11..d56a333c9de3 100644
--- a/clients/client-entityresolution/src/commands/DeleteMatchingWorkflowCommand.ts
+++ b/clients/client-entityresolution/src/commands/DeleteMatchingWorkflowCommand.ts
@@ -96,4 +96,16 @@ export class DeleteMatchingWorkflowCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMatchingWorkflowCommand)
.de(de_DeleteMatchingWorkflowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMatchingWorkflowInput;
+ output: DeleteMatchingWorkflowOutput;
+ };
+ sdk: {
+ input: DeleteMatchingWorkflowCommandInput;
+ output: DeleteMatchingWorkflowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/DeletePolicyStatementCommand.ts b/clients/client-entityresolution/src/commands/DeletePolicyStatementCommand.ts
index a884d1eba3b4..c9c81ca618fb 100644
--- a/clients/client-entityresolution/src/commands/DeletePolicyStatementCommand.ts
+++ b/clients/client-entityresolution/src/commands/DeletePolicyStatementCommand.ts
@@ -101,4 +101,16 @@ export class DeletePolicyStatementCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePolicyStatementCommand)
.de(de_DeletePolicyStatementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePolicyStatementInput;
+ output: DeletePolicyStatementOutput;
+ };
+ sdk: {
+ input: DeletePolicyStatementCommandInput;
+ output: DeletePolicyStatementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/DeleteSchemaMappingCommand.ts b/clients/client-entityresolution/src/commands/DeleteSchemaMappingCommand.ts
index 8a35e9873d7b..1d721ea1160b 100644
--- a/clients/client-entityresolution/src/commands/DeleteSchemaMappingCommand.ts
+++ b/clients/client-entityresolution/src/commands/DeleteSchemaMappingCommand.ts
@@ -98,4 +98,16 @@ export class DeleteSchemaMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSchemaMappingCommand)
.de(de_DeleteSchemaMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSchemaMappingInput;
+ output: DeleteSchemaMappingOutput;
+ };
+ sdk: {
+ input: DeleteSchemaMappingCommandInput;
+ output: DeleteSchemaMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/GetIdMappingJobCommand.ts b/clients/client-entityresolution/src/commands/GetIdMappingJobCommand.ts
index aa27f7029078..674c8b1ef97d 100644
--- a/clients/client-entityresolution/src/commands/GetIdMappingJobCommand.ts
+++ b/clients/client-entityresolution/src/commands/GetIdMappingJobCommand.ts
@@ -116,4 +116,16 @@ export class GetIdMappingJobCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIdMappingJobCommand)
.de(de_GetIdMappingJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIdMappingJobInput;
+ output: GetIdMappingJobOutput;
+ };
+ sdk: {
+ input: GetIdMappingJobCommandInput;
+ output: GetIdMappingJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/GetIdMappingWorkflowCommand.ts b/clients/client-entityresolution/src/commands/GetIdMappingWorkflowCommand.ts
index 65363bf79834..edabd6fdb089 100644
--- a/clients/client-entityresolution/src/commands/GetIdMappingWorkflowCommand.ts
+++ b/clients/client-entityresolution/src/commands/GetIdMappingWorkflowCommand.ts
@@ -137,4 +137,16 @@ export class GetIdMappingWorkflowCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIdMappingWorkflowCommand)
.de(de_GetIdMappingWorkflowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIdMappingWorkflowInput;
+ output: GetIdMappingWorkflowOutput;
+ };
+ sdk: {
+ input: GetIdMappingWorkflowCommandInput;
+ output: GetIdMappingWorkflowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/GetIdNamespaceCommand.ts b/clients/client-entityresolution/src/commands/GetIdNamespaceCommand.ts
index f5b3a2a5fccb..05f6ddf821ef 100644
--- a/clients/client-entityresolution/src/commands/GetIdNamespaceCommand.ts
+++ b/clients/client-entityresolution/src/commands/GetIdNamespaceCommand.ts
@@ -134,4 +134,16 @@ export class GetIdNamespaceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIdNamespaceCommand)
.de(de_GetIdNamespaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIdNamespaceInput;
+ output: GetIdNamespaceOutput;
+ };
+ sdk: {
+ input: GetIdNamespaceCommandInput;
+ output: GetIdNamespaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/GetMatchIdCommand.ts b/clients/client-entityresolution/src/commands/GetMatchIdCommand.ts
index f2253ce55db3..e51ec97a6204 100644
--- a/clients/client-entityresolution/src/commands/GetMatchIdCommand.ts
+++ b/clients/client-entityresolution/src/commands/GetMatchIdCommand.ts
@@ -99,4 +99,16 @@ export class GetMatchIdCommand extends $Command
.f(GetMatchIdInputFilterSensitiveLog, void 0)
.ser(se_GetMatchIdCommand)
.de(de_GetMatchIdCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMatchIdInput;
+ output: GetMatchIdOutput;
+ };
+ sdk: {
+ input: GetMatchIdCommandInput;
+ output: GetMatchIdCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/GetMatchingJobCommand.ts b/clients/client-entityresolution/src/commands/GetMatchingJobCommand.ts
index ce2893dc284f..c6580bc19923 100644
--- a/clients/client-entityresolution/src/commands/GetMatchingJobCommand.ts
+++ b/clients/client-entityresolution/src/commands/GetMatchingJobCommand.ts
@@ -114,4 +114,16 @@ export class GetMatchingJobCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMatchingJobCommand)
.de(de_GetMatchingJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMatchingJobInput;
+ output: GetMatchingJobOutput;
+ };
+ sdk: {
+ input: GetMatchingJobCommandInput;
+ output: GetMatchingJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/GetMatchingWorkflowCommand.ts b/clients/client-entityresolution/src/commands/GetMatchingWorkflowCommand.ts
index 9884dcd78972..a17ef0cd5090 100644
--- a/clients/client-entityresolution/src/commands/GetMatchingWorkflowCommand.ts
+++ b/clients/client-entityresolution/src/commands/GetMatchingWorkflowCommand.ts
@@ -146,4 +146,16 @@ export class GetMatchingWorkflowCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMatchingWorkflowCommand)
.de(de_GetMatchingWorkflowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMatchingWorkflowInput;
+ output: GetMatchingWorkflowOutput;
+ };
+ sdk: {
+ input: GetMatchingWorkflowCommandInput;
+ output: GetMatchingWorkflowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/GetPolicyCommand.ts b/clients/client-entityresolution/src/commands/GetPolicyCommand.ts
index 0da99de27cb8..626ed112dc9d 100644
--- a/clients/client-entityresolution/src/commands/GetPolicyCommand.ts
+++ b/clients/client-entityresolution/src/commands/GetPolicyCommand.ts
@@ -95,4 +95,16 @@ export class GetPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPolicyCommand)
.de(de_GetPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPolicyInput;
+ output: GetPolicyOutput;
+ };
+ sdk: {
+ input: GetPolicyCommandInput;
+ output: GetPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/GetProviderServiceCommand.ts b/clients/client-entityresolution/src/commands/GetProviderServiceCommand.ts
index 006933344b9c..52cb3eadc1aa 100644
--- a/clients/client-entityresolution/src/commands/GetProviderServiceCommand.ts
+++ b/clients/client-entityresolution/src/commands/GetProviderServiceCommand.ts
@@ -138,4 +138,16 @@ export class GetProviderServiceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetProviderServiceCommand)
.de(de_GetProviderServiceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetProviderServiceInput;
+ output: GetProviderServiceOutput;
+ };
+ sdk: {
+ input: GetProviderServiceCommandInput;
+ output: GetProviderServiceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/GetSchemaMappingCommand.ts b/clients/client-entityresolution/src/commands/GetSchemaMappingCommand.ts
index e640b88582ea..b6ded111a8c5 100644
--- a/clients/client-entityresolution/src/commands/GetSchemaMappingCommand.ts
+++ b/clients/client-entityresolution/src/commands/GetSchemaMappingCommand.ts
@@ -111,4 +111,16 @@ export class GetSchemaMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSchemaMappingCommand)
.de(de_GetSchemaMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSchemaMappingInput;
+ output: GetSchemaMappingOutput;
+ };
+ sdk: {
+ input: GetSchemaMappingCommandInput;
+ output: GetSchemaMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/ListIdMappingJobsCommand.ts b/clients/client-entityresolution/src/commands/ListIdMappingJobsCommand.ts
index 889f80a54335..338d493f130c 100644
--- a/clients/client-entityresolution/src/commands/ListIdMappingJobsCommand.ts
+++ b/clients/client-entityresolution/src/commands/ListIdMappingJobsCommand.ts
@@ -103,4 +103,16 @@ export class ListIdMappingJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIdMappingJobsCommand)
.de(de_ListIdMappingJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIdMappingJobsInput;
+ output: ListIdMappingJobsOutput;
+ };
+ sdk: {
+ input: ListIdMappingJobsCommandInput;
+ output: ListIdMappingJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/ListIdMappingWorkflowsCommand.ts b/clients/client-entityresolution/src/commands/ListIdMappingWorkflowsCommand.ts
index f26b31595984..bb2d86400c91 100644
--- a/clients/client-entityresolution/src/commands/ListIdMappingWorkflowsCommand.ts
+++ b/clients/client-entityresolution/src/commands/ListIdMappingWorkflowsCommand.ts
@@ -100,4 +100,16 @@ export class ListIdMappingWorkflowsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIdMappingWorkflowsCommand)
.de(de_ListIdMappingWorkflowsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIdMappingWorkflowsInput;
+ output: ListIdMappingWorkflowsOutput;
+ };
+ sdk: {
+ input: ListIdMappingWorkflowsCommandInput;
+ output: ListIdMappingWorkflowsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/ListIdNamespacesCommand.ts b/clients/client-entityresolution/src/commands/ListIdNamespacesCommand.ts
index 46a7a4958ce7..fc2353992d87 100644
--- a/clients/client-entityresolution/src/commands/ListIdNamespacesCommand.ts
+++ b/clients/client-entityresolution/src/commands/ListIdNamespacesCommand.ts
@@ -106,4 +106,16 @@ export class ListIdNamespacesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIdNamespacesCommand)
.de(de_ListIdNamespacesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIdNamespacesInput;
+ output: ListIdNamespacesOutput;
+ };
+ sdk: {
+ input: ListIdNamespacesCommandInput;
+ output: ListIdNamespacesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/ListMatchingJobsCommand.ts b/clients/client-entityresolution/src/commands/ListMatchingJobsCommand.ts
index 7883fd6d87f2..b253e9eb16a1 100644
--- a/clients/client-entityresolution/src/commands/ListMatchingJobsCommand.ts
+++ b/clients/client-entityresolution/src/commands/ListMatchingJobsCommand.ts
@@ -103,4 +103,16 @@ export class ListMatchingJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMatchingJobsCommand)
.de(de_ListMatchingJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMatchingJobsInput;
+ output: ListMatchingJobsOutput;
+ };
+ sdk: {
+ input: ListMatchingJobsCommandInput;
+ output: ListMatchingJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/ListMatchingWorkflowsCommand.ts b/clients/client-entityresolution/src/commands/ListMatchingWorkflowsCommand.ts
index dfbcbae1da78..7797bb5031cc 100644
--- a/clients/client-entityresolution/src/commands/ListMatchingWorkflowsCommand.ts
+++ b/clients/client-entityresolution/src/commands/ListMatchingWorkflowsCommand.ts
@@ -101,4 +101,16 @@ export class ListMatchingWorkflowsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMatchingWorkflowsCommand)
.de(de_ListMatchingWorkflowsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMatchingWorkflowsInput;
+ output: ListMatchingWorkflowsOutput;
+ };
+ sdk: {
+ input: ListMatchingWorkflowsCommandInput;
+ output: ListMatchingWorkflowsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/ListProviderServicesCommand.ts b/clients/client-entityresolution/src/commands/ListProviderServicesCommand.ts
index 69a818b2cc1a..4f5040aae1e0 100644
--- a/clients/client-entityresolution/src/commands/ListProviderServicesCommand.ts
+++ b/clients/client-entityresolution/src/commands/ListProviderServicesCommand.ts
@@ -102,4 +102,16 @@ export class ListProviderServicesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProviderServicesCommand)
.de(de_ListProviderServicesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProviderServicesInput;
+ output: ListProviderServicesOutput;
+ };
+ sdk: {
+ input: ListProviderServicesCommandInput;
+ output: ListProviderServicesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/ListSchemaMappingsCommand.ts b/clients/client-entityresolution/src/commands/ListSchemaMappingsCommand.ts
index 44f464242929..94090ca9f556 100644
--- a/clients/client-entityresolution/src/commands/ListSchemaMappingsCommand.ts
+++ b/clients/client-entityresolution/src/commands/ListSchemaMappingsCommand.ts
@@ -101,4 +101,16 @@ export class ListSchemaMappingsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSchemaMappingsCommand)
.de(de_ListSchemaMappingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSchemaMappingsInput;
+ output: ListSchemaMappingsOutput;
+ };
+ sdk: {
+ input: ListSchemaMappingsCommandInput;
+ output: ListSchemaMappingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/ListTagsForResourceCommand.ts b/clients/client-entityresolution/src/commands/ListTagsForResourceCommand.ts
index c62b92c79003..1b9cc6cdb4d1 100644
--- a/clients/client-entityresolution/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-entityresolution/src/commands/ListTagsForResourceCommand.ts
@@ -90,4 +90,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceInput;
+ output: ListTagsForResourceOutput;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/PutPolicyCommand.ts b/clients/client-entityresolution/src/commands/PutPolicyCommand.ts
index d89833a22c89..301b4af711f4 100644
--- a/clients/client-entityresolution/src/commands/PutPolicyCommand.ts
+++ b/clients/client-entityresolution/src/commands/PutPolicyCommand.ts
@@ -102,4 +102,16 @@ export class PutPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutPolicyCommand)
.de(de_PutPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutPolicyInput;
+ output: PutPolicyOutput;
+ };
+ sdk: {
+ input: PutPolicyCommandInput;
+ output: PutPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/StartIdMappingJobCommand.ts b/clients/client-entityresolution/src/commands/StartIdMappingJobCommand.ts
index 48023103aff5..acf2360633a2 100644
--- a/clients/client-entityresolution/src/commands/StartIdMappingJobCommand.ts
+++ b/clients/client-entityresolution/src/commands/StartIdMappingJobCommand.ts
@@ -118,4 +118,16 @@ export class StartIdMappingJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartIdMappingJobCommand)
.de(de_StartIdMappingJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartIdMappingJobInput;
+ output: StartIdMappingJobOutput;
+ };
+ sdk: {
+ input: StartIdMappingJobCommandInput;
+ output: StartIdMappingJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/StartMatchingJobCommand.ts b/clients/client-entityresolution/src/commands/StartMatchingJobCommand.ts
index d2b22b9aac69..ff8395001b32 100644
--- a/clients/client-entityresolution/src/commands/StartMatchingJobCommand.ts
+++ b/clients/client-entityresolution/src/commands/StartMatchingJobCommand.ts
@@ -104,4 +104,16 @@ export class StartMatchingJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartMatchingJobCommand)
.de(de_StartMatchingJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartMatchingJobInput;
+ output: StartMatchingJobOutput;
+ };
+ sdk: {
+ input: StartMatchingJobCommandInput;
+ output: StartMatchingJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/TagResourceCommand.ts b/clients/client-entityresolution/src/commands/TagResourceCommand.ts
index 0097f78adcea..e9264dfbb41c 100644
--- a/clients/client-entityresolution/src/commands/TagResourceCommand.ts
+++ b/clients/client-entityresolution/src/commands/TagResourceCommand.ts
@@ -97,4 +97,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/UntagResourceCommand.ts b/clients/client-entityresolution/src/commands/UntagResourceCommand.ts
index ffd286bc8f23..5bc6bf614aae 100644
--- a/clients/client-entityresolution/src/commands/UntagResourceCommand.ts
+++ b/clients/client-entityresolution/src/commands/UntagResourceCommand.ts
@@ -86,4 +86,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/UpdateIdMappingWorkflowCommand.ts b/clients/client-entityresolution/src/commands/UpdateIdMappingWorkflowCommand.ts
index 1dc6baeac4e6..147a13ec5ba3 100644
--- a/clients/client-entityresolution/src/commands/UpdateIdMappingWorkflowCommand.ts
+++ b/clients/client-entityresolution/src/commands/UpdateIdMappingWorkflowCommand.ts
@@ -173,4 +173,16 @@ export class UpdateIdMappingWorkflowCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateIdMappingWorkflowCommand)
.de(de_UpdateIdMappingWorkflowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateIdMappingWorkflowInput;
+ output: UpdateIdMappingWorkflowOutput;
+ };
+ sdk: {
+ input: UpdateIdMappingWorkflowCommandInput;
+ output: UpdateIdMappingWorkflowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/UpdateIdNamespaceCommand.ts b/clients/client-entityresolution/src/commands/UpdateIdNamespaceCommand.ts
index af61a6946a65..b65a8a7b0615 100644
--- a/clients/client-entityresolution/src/commands/UpdateIdNamespaceCommand.ts
+++ b/clients/client-entityresolution/src/commands/UpdateIdNamespaceCommand.ts
@@ -165,4 +165,16 @@ export class UpdateIdNamespaceCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateIdNamespaceCommand)
.de(de_UpdateIdNamespaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateIdNamespaceInput;
+ output: UpdateIdNamespaceOutput;
+ };
+ sdk: {
+ input: UpdateIdNamespaceCommandInput;
+ output: UpdateIdNamespaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/UpdateMatchingWorkflowCommand.ts b/clients/client-entityresolution/src/commands/UpdateMatchingWorkflowCommand.ts
index f8576b35501a..1823fd09a5e2 100644
--- a/clients/client-entityresolution/src/commands/UpdateMatchingWorkflowCommand.ts
+++ b/clients/client-entityresolution/src/commands/UpdateMatchingWorkflowCommand.ts
@@ -190,4 +190,16 @@ export class UpdateMatchingWorkflowCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateMatchingWorkflowCommand)
.de(de_UpdateMatchingWorkflowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMatchingWorkflowInput;
+ output: UpdateMatchingWorkflowOutput;
+ };
+ sdk: {
+ input: UpdateMatchingWorkflowCommandInput;
+ output: UpdateMatchingWorkflowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-entityresolution/src/commands/UpdateSchemaMappingCommand.ts b/clients/client-entityresolution/src/commands/UpdateSchemaMappingCommand.ts
index 3ace07a39a18..b3b36a6dde7f 100644
--- a/clients/client-entityresolution/src/commands/UpdateSchemaMappingCommand.ts
+++ b/clients/client-entityresolution/src/commands/UpdateSchemaMappingCommand.ts
@@ -125,4 +125,16 @@ export class UpdateSchemaMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSchemaMappingCommand)
.de(de_UpdateSchemaMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSchemaMappingInput;
+ output: UpdateSchemaMappingOutput;
+ };
+ sdk: {
+ input: UpdateSchemaMappingCommandInput;
+ output: UpdateSchemaMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/package.json b/clients/client-eventbridge/package.json
index 6805618b69e1..5697f4f2e820 100644
--- a/clients/client-eventbridge/package.json
+++ b/clients/client-eventbridge/package.json
@@ -36,30 +36,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-eventbridge/src/commands/ActivateEventSourceCommand.ts b/clients/client-eventbridge/src/commands/ActivateEventSourceCommand.ts
index 52ea35dc7325..ae1b69f79e46 100644
--- a/clients/client-eventbridge/src/commands/ActivateEventSourceCommand.ts
+++ b/clients/client-eventbridge/src/commands/ActivateEventSourceCommand.ts
@@ -91,4 +91,16 @@ export class ActivateEventSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ActivateEventSourceCommand)
.de(de_ActivateEventSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ActivateEventSourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: ActivateEventSourceCommandInput;
+ output: ActivateEventSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/CancelReplayCommand.ts b/clients/client-eventbridge/src/commands/CancelReplayCommand.ts
index c27fbe9e1198..537b71b231fb 100644
--- a/clients/client-eventbridge/src/commands/CancelReplayCommand.ts
+++ b/clients/client-eventbridge/src/commands/CancelReplayCommand.ts
@@ -92,4 +92,16 @@ export class CancelReplayCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelReplayCommand)
.de(de_CancelReplayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelReplayRequest;
+ output: CancelReplayResponse;
+ };
+ sdk: {
+ input: CancelReplayCommandInput;
+ output: CancelReplayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/CreateApiDestinationCommand.ts b/clients/client-eventbridge/src/commands/CreateApiDestinationCommand.ts
index 03282e7b055c..c5ed734f1eb7 100644
--- a/clients/client-eventbridge/src/commands/CreateApiDestinationCommand.ts
+++ b/clients/client-eventbridge/src/commands/CreateApiDestinationCommand.ts
@@ -103,4 +103,16 @@ export class CreateApiDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateApiDestinationCommand)
.de(de_CreateApiDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateApiDestinationRequest;
+ output: CreateApiDestinationResponse;
+ };
+ sdk: {
+ input: CreateApiDestinationCommandInput;
+ output: CreateApiDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/CreateArchiveCommand.ts b/clients/client-eventbridge/src/commands/CreateArchiveCommand.ts
index 7c97765ae6cf..ea3453f73b62 100644
--- a/clients/client-eventbridge/src/commands/CreateArchiveCommand.ts
+++ b/clients/client-eventbridge/src/commands/CreateArchiveCommand.ts
@@ -130,4 +130,16 @@ export class CreateArchiveCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateArchiveCommand)
.de(de_CreateArchiveCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateArchiveRequest;
+ output: CreateArchiveResponse;
+ };
+ sdk: {
+ input: CreateArchiveCommandInput;
+ output: CreateArchiveCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/CreateConnectionCommand.ts b/clients/client-eventbridge/src/commands/CreateConnectionCommand.ts
index b492f5dfd06d..c0036f94cb8c 100644
--- a/clients/client-eventbridge/src/commands/CreateConnectionCommand.ts
+++ b/clients/client-eventbridge/src/commands/CreateConnectionCommand.ts
@@ -161,4 +161,16 @@ export class CreateConnectionCommand extends $Command
.f(CreateConnectionRequestFilterSensitiveLog, void 0)
.ser(se_CreateConnectionCommand)
.de(de_CreateConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateConnectionRequest;
+ output: CreateConnectionResponse;
+ };
+ sdk: {
+ input: CreateConnectionCommandInput;
+ output: CreateConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/CreateEndpointCommand.ts b/clients/client-eventbridge/src/commands/CreateEndpointCommand.ts
index 3399aba4d9ce..b43e969fa8c0 100644
--- a/clients/client-eventbridge/src/commands/CreateEndpointCommand.ts
+++ b/clients/client-eventbridge/src/commands/CreateEndpointCommand.ts
@@ -133,4 +133,16 @@ export class CreateEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEndpointCommand)
.de(de_CreateEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEndpointRequest;
+ output: CreateEndpointResponse;
+ };
+ sdk: {
+ input: CreateEndpointCommandInput;
+ output: CreateEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/CreateEventBusCommand.ts b/clients/client-eventbridge/src/commands/CreateEventBusCommand.ts
index 1e1ba613894a..79ba75743165 100644
--- a/clients/client-eventbridge/src/commands/CreateEventBusCommand.ts
+++ b/clients/client-eventbridge/src/commands/CreateEventBusCommand.ts
@@ -118,4 +118,16 @@ export class CreateEventBusCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEventBusCommand)
.de(de_CreateEventBusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEventBusRequest;
+ output: CreateEventBusResponse;
+ };
+ sdk: {
+ input: CreateEventBusCommandInput;
+ output: CreateEventBusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/CreatePartnerEventSourceCommand.ts b/clients/client-eventbridge/src/commands/CreatePartnerEventSourceCommand.ts
index 36b3a755e2fc..1cde082175f1 100644
--- a/clients/client-eventbridge/src/commands/CreatePartnerEventSourceCommand.ts
+++ b/clients/client-eventbridge/src/commands/CreatePartnerEventSourceCommand.ts
@@ -133,4 +133,16 @@ export class CreatePartnerEventSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePartnerEventSourceCommand)
.de(de_CreatePartnerEventSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePartnerEventSourceRequest;
+ output: CreatePartnerEventSourceResponse;
+ };
+ sdk: {
+ input: CreatePartnerEventSourceCommandInput;
+ output: CreatePartnerEventSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/DeactivateEventSourceCommand.ts b/clients/client-eventbridge/src/commands/DeactivateEventSourceCommand.ts
index a987ba4f6c9c..ac97f46cb327 100644
--- a/clients/client-eventbridge/src/commands/DeactivateEventSourceCommand.ts
+++ b/clients/client-eventbridge/src/commands/DeactivateEventSourceCommand.ts
@@ -94,4 +94,16 @@ export class DeactivateEventSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeactivateEventSourceCommand)
.de(de_DeactivateEventSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeactivateEventSourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeactivateEventSourceCommandInput;
+ output: DeactivateEventSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/DeauthorizeConnectionCommand.ts b/clients/client-eventbridge/src/commands/DeauthorizeConnectionCommand.ts
index 02e44f55c61b..782dd2950c08 100644
--- a/clients/client-eventbridge/src/commands/DeauthorizeConnectionCommand.ts
+++ b/clients/client-eventbridge/src/commands/DeauthorizeConnectionCommand.ts
@@ -91,4 +91,16 @@ export class DeauthorizeConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeauthorizeConnectionCommand)
.de(de_DeauthorizeConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeauthorizeConnectionRequest;
+ output: DeauthorizeConnectionResponse;
+ };
+ sdk: {
+ input: DeauthorizeConnectionCommandInput;
+ output: DeauthorizeConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/DeleteApiDestinationCommand.ts b/clients/client-eventbridge/src/commands/DeleteApiDestinationCommand.ts
index 1a3471374ff0..ca6cfb72881d 100644
--- a/clients/client-eventbridge/src/commands/DeleteApiDestinationCommand.ts
+++ b/clients/client-eventbridge/src/commands/DeleteApiDestinationCommand.ts
@@ -84,4 +84,16 @@ export class DeleteApiDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApiDestinationCommand)
.de(de_DeleteApiDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApiDestinationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApiDestinationCommandInput;
+ output: DeleteApiDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/DeleteArchiveCommand.ts b/clients/client-eventbridge/src/commands/DeleteArchiveCommand.ts
index c3cf49c854d0..eea117d5a18b 100644
--- a/clients/client-eventbridge/src/commands/DeleteArchiveCommand.ts
+++ b/clients/client-eventbridge/src/commands/DeleteArchiveCommand.ts
@@ -84,4 +84,16 @@ export class DeleteArchiveCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteArchiveCommand)
.de(de_DeleteArchiveCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteArchiveRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteArchiveCommandInput;
+ output: DeleteArchiveCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/DeleteConnectionCommand.ts b/clients/client-eventbridge/src/commands/DeleteConnectionCommand.ts
index 39782587fd65..1dec1cc24280 100644
--- a/clients/client-eventbridge/src/commands/DeleteConnectionCommand.ts
+++ b/clients/client-eventbridge/src/commands/DeleteConnectionCommand.ts
@@ -90,4 +90,16 @@ export class DeleteConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConnectionCommand)
.de(de_DeleteConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConnectionRequest;
+ output: DeleteConnectionResponse;
+ };
+ sdk: {
+ input: DeleteConnectionCommandInput;
+ output: DeleteConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/DeleteEndpointCommand.ts b/clients/client-eventbridge/src/commands/DeleteEndpointCommand.ts
index a5141a57b9ba..d19a96ad343f 100644
--- a/clients/client-eventbridge/src/commands/DeleteEndpointCommand.ts
+++ b/clients/client-eventbridge/src/commands/DeleteEndpointCommand.ts
@@ -88,4 +88,16 @@ export class DeleteEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEndpointCommand)
.de(de_DeleteEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEndpointRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEndpointCommandInput;
+ output: DeleteEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/DeleteEventBusCommand.ts b/clients/client-eventbridge/src/commands/DeleteEventBusCommand.ts
index 3707e6ce8a73..c45ed273266e 100644
--- a/clients/client-eventbridge/src/commands/DeleteEventBusCommand.ts
+++ b/clients/client-eventbridge/src/commands/DeleteEventBusCommand.ts
@@ -82,4 +82,16 @@ export class DeleteEventBusCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEventBusCommand)
.de(de_DeleteEventBusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEventBusRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEventBusCommandInput;
+ output: DeleteEventBusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/DeletePartnerEventSourceCommand.ts b/clients/client-eventbridge/src/commands/DeletePartnerEventSourceCommand.ts
index 3574ad95554a..839a6cb09110 100644
--- a/clients/client-eventbridge/src/commands/DeletePartnerEventSourceCommand.ts
+++ b/clients/client-eventbridge/src/commands/DeletePartnerEventSourceCommand.ts
@@ -89,4 +89,16 @@ export class DeletePartnerEventSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePartnerEventSourceCommand)
.de(de_DeletePartnerEventSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePartnerEventSourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePartnerEventSourceCommandInput;
+ output: DeletePartnerEventSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/DeleteRuleCommand.ts b/clients/client-eventbridge/src/commands/DeleteRuleCommand.ts
index 681fb12c062b..ff4f7ef4e58a 100644
--- a/clients/client-eventbridge/src/commands/DeleteRuleCommand.ts
+++ b/clients/client-eventbridge/src/commands/DeleteRuleCommand.ts
@@ -105,4 +105,16 @@ export class DeleteRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRuleCommand)
.de(de_DeleteRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRuleCommandInput;
+ output: DeleteRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/DescribeApiDestinationCommand.ts b/clients/client-eventbridge/src/commands/DescribeApiDestinationCommand.ts
index d678d053af6c..2fd2dfb00c71 100644
--- a/clients/client-eventbridge/src/commands/DescribeApiDestinationCommand.ts
+++ b/clients/client-eventbridge/src/commands/DescribeApiDestinationCommand.ts
@@ -92,4 +92,16 @@ export class DescribeApiDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeApiDestinationCommand)
.de(de_DescribeApiDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeApiDestinationRequest;
+ output: DescribeApiDestinationResponse;
+ };
+ sdk: {
+ input: DescribeApiDestinationCommandInput;
+ output: DescribeApiDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/DescribeArchiveCommand.ts b/clients/client-eventbridge/src/commands/DescribeArchiveCommand.ts
index a7dbbd3cce0d..ccbe4057981e 100644
--- a/clients/client-eventbridge/src/commands/DescribeArchiveCommand.ts
+++ b/clients/client-eventbridge/src/commands/DescribeArchiveCommand.ts
@@ -96,4 +96,16 @@ export class DescribeArchiveCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeArchiveCommand)
.de(de_DescribeArchiveCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeArchiveRequest;
+ output: DescribeArchiveResponse;
+ };
+ sdk: {
+ input: DescribeArchiveCommandInput;
+ output: DescribeArchiveCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/DescribeConnectionCommand.ts b/clients/client-eventbridge/src/commands/DescribeConnectionCommand.ts
index cc3cde1d86bc..d21fe57ae9e1 100644
--- a/clients/client-eventbridge/src/commands/DescribeConnectionCommand.ts
+++ b/clients/client-eventbridge/src/commands/DescribeConnectionCommand.ts
@@ -157,4 +157,16 @@ export class DescribeConnectionCommand extends $Command
.f(void 0, DescribeConnectionResponseFilterSensitiveLog)
.ser(se_DescribeConnectionCommand)
.de(de_DescribeConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConnectionRequest;
+ output: DescribeConnectionResponse;
+ };
+ sdk: {
+ input: DescribeConnectionCommandInput;
+ output: DescribeConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/DescribeEndpointCommand.ts b/clients/client-eventbridge/src/commands/DescribeEndpointCommand.ts
index 4f9793658906..8917582aa5d5 100644
--- a/clients/client-eventbridge/src/commands/DescribeEndpointCommand.ts
+++ b/clients/client-eventbridge/src/commands/DescribeEndpointCommand.ts
@@ -116,4 +116,16 @@ export class DescribeEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEndpointCommand)
.de(de_DescribeEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEndpointRequest;
+ output: DescribeEndpointResponse;
+ };
+ sdk: {
+ input: DescribeEndpointCommandInput;
+ output: DescribeEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/DescribeEventBusCommand.ts b/clients/client-eventbridge/src/commands/DescribeEventBusCommand.ts
index 13fe9037fec9..7b4e6929e26d 100644
--- a/clients/client-eventbridge/src/commands/DescribeEventBusCommand.ts
+++ b/clients/client-eventbridge/src/commands/DescribeEventBusCommand.ts
@@ -97,4 +97,16 @@ export class DescribeEventBusCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEventBusCommand)
.de(de_DescribeEventBusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEventBusRequest;
+ output: DescribeEventBusResponse;
+ };
+ sdk: {
+ input: DescribeEventBusCommandInput;
+ output: DescribeEventBusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/DescribeEventSourceCommand.ts b/clients/client-eventbridge/src/commands/DescribeEventSourceCommand.ts
index cbc834f712cc..6d294a571384 100644
--- a/clients/client-eventbridge/src/commands/DescribeEventSourceCommand.ts
+++ b/clients/client-eventbridge/src/commands/DescribeEventSourceCommand.ts
@@ -92,4 +92,16 @@ export class DescribeEventSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEventSourceCommand)
.de(de_DescribeEventSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEventSourceRequest;
+ output: DescribeEventSourceResponse;
+ };
+ sdk: {
+ input: DescribeEventSourceCommandInput;
+ output: DescribeEventSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/DescribePartnerEventSourceCommand.ts b/clients/client-eventbridge/src/commands/DescribePartnerEventSourceCommand.ts
index 11b09a98be7f..9e92a1ce7c03 100644
--- a/clients/client-eventbridge/src/commands/DescribePartnerEventSourceCommand.ts
+++ b/clients/client-eventbridge/src/commands/DescribePartnerEventSourceCommand.ts
@@ -89,4 +89,16 @@ export class DescribePartnerEventSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePartnerEventSourceCommand)
.de(de_DescribePartnerEventSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePartnerEventSourceRequest;
+ output: DescribePartnerEventSourceResponse;
+ };
+ sdk: {
+ input: DescribePartnerEventSourceCommandInput;
+ output: DescribePartnerEventSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/DescribeReplayCommand.ts b/clients/client-eventbridge/src/commands/DescribeReplayCommand.ts
index 7792d7298603..1eb986d9392c 100644
--- a/clients/client-eventbridge/src/commands/DescribeReplayCommand.ts
+++ b/clients/client-eventbridge/src/commands/DescribeReplayCommand.ts
@@ -107,4 +107,16 @@ export class DescribeReplayCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReplayCommand)
.de(de_DescribeReplayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReplayRequest;
+ output: DescribeReplayResponse;
+ };
+ sdk: {
+ input: DescribeReplayCommandInput;
+ output: DescribeReplayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/DescribeRuleCommand.ts b/clients/client-eventbridge/src/commands/DescribeRuleCommand.ts
index 62bd249116c1..d8fc5fbbd004 100644
--- a/clients/client-eventbridge/src/commands/DescribeRuleCommand.ts
+++ b/clients/client-eventbridge/src/commands/DescribeRuleCommand.ts
@@ -95,4 +95,16 @@ export class DescribeRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRuleCommand)
.de(de_DescribeRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRuleRequest;
+ output: DescribeRuleResponse;
+ };
+ sdk: {
+ input: DescribeRuleCommandInput;
+ output: DescribeRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/DisableRuleCommand.ts b/clients/client-eventbridge/src/commands/DisableRuleCommand.ts
index 76dcb0ac18d2..e4fff248ad71 100644
--- a/clients/client-eventbridge/src/commands/DisableRuleCommand.ts
+++ b/clients/client-eventbridge/src/commands/DisableRuleCommand.ts
@@ -96,4 +96,16 @@ export class DisableRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableRuleCommand)
.de(de_DisableRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableRuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisableRuleCommandInput;
+ output: DisableRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/EnableRuleCommand.ts b/clients/client-eventbridge/src/commands/EnableRuleCommand.ts
index e424e248da40..2c3ec0c47e39 100644
--- a/clients/client-eventbridge/src/commands/EnableRuleCommand.ts
+++ b/clients/client-eventbridge/src/commands/EnableRuleCommand.ts
@@ -95,4 +95,16 @@ export class EnableRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableRuleCommand)
.de(de_EnableRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableRuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: EnableRuleCommandInput;
+ output: EnableRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/ListApiDestinationsCommand.ts b/clients/client-eventbridge/src/commands/ListApiDestinationsCommand.ts
index d45a70cf2a5e..f508dae79442 100644
--- a/clients/client-eventbridge/src/commands/ListApiDestinationsCommand.ts
+++ b/clients/client-eventbridge/src/commands/ListApiDestinationsCommand.ts
@@ -96,4 +96,16 @@ export class ListApiDestinationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListApiDestinationsCommand)
.de(de_ListApiDestinationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListApiDestinationsRequest;
+ output: ListApiDestinationsResponse;
+ };
+ sdk: {
+ input: ListApiDestinationsCommandInput;
+ output: ListApiDestinationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/ListArchivesCommand.ts b/clients/client-eventbridge/src/commands/ListArchivesCommand.ts
index dfa70a2c20cf..3534df212b85 100644
--- a/clients/client-eventbridge/src/commands/ListArchivesCommand.ts
+++ b/clients/client-eventbridge/src/commands/ListArchivesCommand.ts
@@ -100,4 +100,16 @@ export class ListArchivesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListArchivesCommand)
.de(de_ListArchivesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListArchivesRequest;
+ output: ListArchivesResponse;
+ };
+ sdk: {
+ input: ListArchivesCommandInput;
+ output: ListArchivesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/ListConnectionsCommand.ts b/clients/client-eventbridge/src/commands/ListConnectionsCommand.ts
index b34b46b6f54a..30acee1762e1 100644
--- a/clients/client-eventbridge/src/commands/ListConnectionsCommand.ts
+++ b/clients/client-eventbridge/src/commands/ListConnectionsCommand.ts
@@ -95,4 +95,16 @@ export class ListConnectionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListConnectionsCommand)
.de(de_ListConnectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListConnectionsRequest;
+ output: ListConnectionsResponse;
+ };
+ sdk: {
+ input: ListConnectionsCommandInput;
+ output: ListConnectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/ListEndpointsCommand.ts b/clients/client-eventbridge/src/commands/ListEndpointsCommand.ts
index a51de3b35652..66bd0a7c3ea7 100644
--- a/clients/client-eventbridge/src/commands/ListEndpointsCommand.ts
+++ b/clients/client-eventbridge/src/commands/ListEndpointsCommand.ts
@@ -120,4 +120,16 @@ export class ListEndpointsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEndpointsCommand)
.de(de_ListEndpointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEndpointsRequest;
+ output: ListEndpointsResponse;
+ };
+ sdk: {
+ input: ListEndpointsCommandInput;
+ output: ListEndpointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/ListEventBusesCommand.ts b/clients/client-eventbridge/src/commands/ListEventBusesCommand.ts
index 1c6cfb696e5f..661f6ae3f1c3 100644
--- a/clients/client-eventbridge/src/commands/ListEventBusesCommand.ts
+++ b/clients/client-eventbridge/src/commands/ListEventBusesCommand.ts
@@ -93,4 +93,16 @@ export class ListEventBusesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEventBusesCommand)
.de(de_ListEventBusesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEventBusesRequest;
+ output: ListEventBusesResponse;
+ };
+ sdk: {
+ input: ListEventBusesCommandInput;
+ output: ListEventBusesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/ListEventSourcesCommand.ts b/clients/client-eventbridge/src/commands/ListEventSourcesCommand.ts
index 271ee5732116..98b9f3729d53 100644
--- a/clients/client-eventbridge/src/commands/ListEventSourcesCommand.ts
+++ b/clients/client-eventbridge/src/commands/ListEventSourcesCommand.ts
@@ -96,4 +96,16 @@ export class ListEventSourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEventSourcesCommand)
.de(de_ListEventSourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEventSourcesRequest;
+ output: ListEventSourcesResponse;
+ };
+ sdk: {
+ input: ListEventSourcesCommandInput;
+ output: ListEventSourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/ListPartnerEventSourceAccountsCommand.ts b/clients/client-eventbridge/src/commands/ListPartnerEventSourceAccountsCommand.ts
index a5310e824d60..486b2f114234 100644
--- a/clients/client-eventbridge/src/commands/ListPartnerEventSourceAccountsCommand.ts
+++ b/clients/client-eventbridge/src/commands/ListPartnerEventSourceAccountsCommand.ts
@@ -102,4 +102,16 @@ export class ListPartnerEventSourceAccountsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPartnerEventSourceAccountsCommand)
.de(de_ListPartnerEventSourceAccountsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPartnerEventSourceAccountsRequest;
+ output: ListPartnerEventSourceAccountsResponse;
+ };
+ sdk: {
+ input: ListPartnerEventSourceAccountsCommandInput;
+ output: ListPartnerEventSourceAccountsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/ListPartnerEventSourcesCommand.ts b/clients/client-eventbridge/src/commands/ListPartnerEventSourcesCommand.ts
index f9f34ec6096f..7a9bda330313 100644
--- a/clients/client-eventbridge/src/commands/ListPartnerEventSourcesCommand.ts
+++ b/clients/client-eventbridge/src/commands/ListPartnerEventSourcesCommand.ts
@@ -92,4 +92,16 @@ export class ListPartnerEventSourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPartnerEventSourcesCommand)
.de(de_ListPartnerEventSourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPartnerEventSourcesRequest;
+ output: ListPartnerEventSourcesResponse;
+ };
+ sdk: {
+ input: ListPartnerEventSourcesCommandInput;
+ output: ListPartnerEventSourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/ListReplaysCommand.ts b/clients/client-eventbridge/src/commands/ListReplaysCommand.ts
index 4e759b9643b9..9a3af71d3868 100644
--- a/clients/client-eventbridge/src/commands/ListReplaysCommand.ts
+++ b/clients/client-eventbridge/src/commands/ListReplaysCommand.ts
@@ -98,4 +98,16 @@ export class ListReplaysCommand extends $Command
.f(void 0, void 0)
.ser(se_ListReplaysCommand)
.de(de_ListReplaysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListReplaysRequest;
+ output: ListReplaysResponse;
+ };
+ sdk: {
+ input: ListReplaysCommandInput;
+ output: ListReplaysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/ListRuleNamesByTargetCommand.ts b/clients/client-eventbridge/src/commands/ListRuleNamesByTargetCommand.ts
index bbb8ddc4cd1a..13d1f13bae32 100644
--- a/clients/client-eventbridge/src/commands/ListRuleNamesByTargetCommand.ts
+++ b/clients/client-eventbridge/src/commands/ListRuleNamesByTargetCommand.ts
@@ -91,4 +91,16 @@ export class ListRuleNamesByTargetCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRuleNamesByTargetCommand)
.de(de_ListRuleNamesByTargetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRuleNamesByTargetRequest;
+ output: ListRuleNamesByTargetResponse;
+ };
+ sdk: {
+ input: ListRuleNamesByTargetCommandInput;
+ output: ListRuleNamesByTargetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/ListRulesCommand.ts b/clients/client-eventbridge/src/commands/ListRulesCommand.ts
index 4752a6f9f333..0594afebd7b5 100644
--- a/clients/client-eventbridge/src/commands/ListRulesCommand.ts
+++ b/clients/client-eventbridge/src/commands/ListRulesCommand.ts
@@ -103,4 +103,16 @@ export class ListRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRulesCommand)
.de(de_ListRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRulesRequest;
+ output: ListRulesResponse;
+ };
+ sdk: {
+ input: ListRulesCommandInput;
+ output: ListRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/ListTagsForResourceCommand.ts b/clients/client-eventbridge/src/commands/ListTagsForResourceCommand.ts
index f18a432cb214..f0235ef872fa 100644
--- a/clients/client-eventbridge/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-eventbridge/src/commands/ListTagsForResourceCommand.ts
@@ -89,4 +89,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/ListTargetsByRuleCommand.ts b/clients/client-eventbridge/src/commands/ListTargetsByRuleCommand.ts
index 54af501b6171..91973eb4b519 100644
--- a/clients/client-eventbridge/src/commands/ListTargetsByRuleCommand.ts
+++ b/clients/client-eventbridge/src/commands/ListTargetsByRuleCommand.ts
@@ -219,4 +219,16 @@ export class ListTargetsByRuleCommand extends $Command
.f(void 0, ListTargetsByRuleResponseFilterSensitiveLog)
.ser(se_ListTargetsByRuleCommand)
.de(de_ListTargetsByRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTargetsByRuleRequest;
+ output: ListTargetsByRuleResponse;
+ };
+ sdk: {
+ input: ListTargetsByRuleCommandInput;
+ output: ListTargetsByRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/PutEventsCommand.ts b/clients/client-eventbridge/src/commands/PutEventsCommand.ts
index af6bd4a868b8..41cfdc9b943a 100644
--- a/clients/client-eventbridge/src/commands/PutEventsCommand.ts
+++ b/clients/client-eventbridge/src/commands/PutEventsCommand.ts
@@ -116,4 +116,16 @@ export class PutEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutEventsCommand)
.de(de_PutEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutEventsRequest;
+ output: PutEventsResponse;
+ };
+ sdk: {
+ input: PutEventsCommandInput;
+ output: PutEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/PutPartnerEventsCommand.ts b/clients/client-eventbridge/src/commands/PutPartnerEventsCommand.ts
index 9c30224d3a6b..dbd5dc42ca95 100644
--- a/clients/client-eventbridge/src/commands/PutPartnerEventsCommand.ts
+++ b/clients/client-eventbridge/src/commands/PutPartnerEventsCommand.ts
@@ -102,4 +102,16 @@ export class PutPartnerEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutPartnerEventsCommand)
.de(de_PutPartnerEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutPartnerEventsRequest;
+ output: PutPartnerEventsResponse;
+ };
+ sdk: {
+ input: PutPartnerEventsCommandInput;
+ output: PutPartnerEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/PutPermissionCommand.ts b/clients/client-eventbridge/src/commands/PutPermissionCommand.ts
index 05a3dd6bc46c..4c68ef37fe2e 100644
--- a/clients/client-eventbridge/src/commands/PutPermissionCommand.ts
+++ b/clients/client-eventbridge/src/commands/PutPermissionCommand.ts
@@ -115,4 +115,16 @@ export class PutPermissionCommand extends $Command
.f(void 0, void 0)
.ser(se_PutPermissionCommand)
.de(de_PutPermissionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutPermissionRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutPermissionCommandInput;
+ output: PutPermissionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/PutRuleCommand.ts b/clients/client-eventbridge/src/commands/PutRuleCommand.ts
index 21838f605dea..bb70021d0ad8 100644
--- a/clients/client-eventbridge/src/commands/PutRuleCommand.ts
+++ b/clients/client-eventbridge/src/commands/PutRuleCommand.ts
@@ -151,4 +151,16 @@ export class PutRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRuleCommand)
.de(de_PutRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRuleRequest;
+ output: PutRuleResponse;
+ };
+ sdk: {
+ input: PutRuleCommandInput;
+ output: PutRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/PutTargetsCommand.ts b/clients/client-eventbridge/src/commands/PutTargetsCommand.ts
index 3f93a7f5df31..d48f38a4c447 100644
--- a/clients/client-eventbridge/src/commands/PutTargetsCommand.ts
+++ b/clients/client-eventbridge/src/commands/PutTargetsCommand.ts
@@ -346,4 +346,16 @@ export class PutTargetsCommand extends $Command
.f(PutTargetsRequestFilterSensitiveLog, void 0)
.ser(se_PutTargetsCommand)
.de(de_PutTargetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutTargetsRequest;
+ output: PutTargetsResponse;
+ };
+ sdk: {
+ input: PutTargetsCommandInput;
+ output: PutTargetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/RemovePermissionCommand.ts b/clients/client-eventbridge/src/commands/RemovePermissionCommand.ts
index d691a1ce8caa..e4acee4413b2 100644
--- a/clients/client-eventbridge/src/commands/RemovePermissionCommand.ts
+++ b/clients/client-eventbridge/src/commands/RemovePermissionCommand.ts
@@ -92,4 +92,16 @@ export class RemovePermissionCommand extends $Command
.f(void 0, void 0)
.ser(se_RemovePermissionCommand)
.de(de_RemovePermissionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemovePermissionRequest;
+ output: {};
+ };
+ sdk: {
+ input: RemovePermissionCommandInput;
+ output: RemovePermissionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/RemoveTargetsCommand.ts b/clients/client-eventbridge/src/commands/RemoveTargetsCommand.ts
index 568ae07ab021..38456022dac6 100644
--- a/clients/client-eventbridge/src/commands/RemoveTargetsCommand.ts
+++ b/clients/client-eventbridge/src/commands/RemoveTargetsCommand.ts
@@ -117,4 +117,16 @@ export class RemoveTargetsCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveTargetsCommand)
.de(de_RemoveTargetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveTargetsRequest;
+ output: RemoveTargetsResponse;
+ };
+ sdk: {
+ input: RemoveTargetsCommandInput;
+ output: RemoveTargetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/StartReplayCommand.ts b/clients/client-eventbridge/src/commands/StartReplayCommand.ts
index 87ac70a9a8b4..f9684643f543 100644
--- a/clients/client-eventbridge/src/commands/StartReplayCommand.ts
+++ b/clients/client-eventbridge/src/commands/StartReplayCommand.ts
@@ -114,4 +114,16 @@ export class StartReplayCommand extends $Command
.f(void 0, void 0)
.ser(se_StartReplayCommand)
.de(de_StartReplayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartReplayRequest;
+ output: StartReplayResponse;
+ };
+ sdk: {
+ input: StartReplayCommandInput;
+ output: StartReplayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/TagResourceCommand.ts b/clients/client-eventbridge/src/commands/TagResourceCommand.ts
index e1612fc3e105..96cd0e9ddd51 100644
--- a/clients/client-eventbridge/src/commands/TagResourceCommand.ts
+++ b/clients/client-eventbridge/src/commands/TagResourceCommand.ts
@@ -108,4 +108,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/TestEventPatternCommand.ts b/clients/client-eventbridge/src/commands/TestEventPatternCommand.ts
index 598446e317af..f5d59fd0d9ea 100644
--- a/clients/client-eventbridge/src/commands/TestEventPatternCommand.ts
+++ b/clients/client-eventbridge/src/commands/TestEventPatternCommand.ts
@@ -88,4 +88,16 @@ export class TestEventPatternCommand extends $Command
.f(void 0, void 0)
.ser(se_TestEventPatternCommand)
.de(de_TestEventPatternCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TestEventPatternRequest;
+ output: TestEventPatternResponse;
+ };
+ sdk: {
+ input: TestEventPatternCommandInput;
+ output: TestEventPatternCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/UntagResourceCommand.ts b/clients/client-eventbridge/src/commands/UntagResourceCommand.ts
index 86423e621f2b..0407b356ec9e 100644
--- a/clients/client-eventbridge/src/commands/UntagResourceCommand.ts
+++ b/clients/client-eventbridge/src/commands/UntagResourceCommand.ts
@@ -96,4 +96,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/UpdateApiDestinationCommand.ts b/clients/client-eventbridge/src/commands/UpdateApiDestinationCommand.ts
index 7028c2b6f3bb..85eae1f7cc2e 100644
--- a/clients/client-eventbridge/src/commands/UpdateApiDestinationCommand.ts
+++ b/clients/client-eventbridge/src/commands/UpdateApiDestinationCommand.ts
@@ -98,4 +98,16 @@ export class UpdateApiDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateApiDestinationCommand)
.de(de_UpdateApiDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApiDestinationRequest;
+ output: UpdateApiDestinationResponse;
+ };
+ sdk: {
+ input: UpdateApiDestinationCommandInput;
+ output: UpdateApiDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/UpdateArchiveCommand.ts b/clients/client-eventbridge/src/commands/UpdateArchiveCommand.ts
index 7aefe71fafe2..1e8c2cbfb93e 100644
--- a/clients/client-eventbridge/src/commands/UpdateArchiveCommand.ts
+++ b/clients/client-eventbridge/src/commands/UpdateArchiveCommand.ts
@@ -99,4 +99,16 @@ export class UpdateArchiveCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateArchiveCommand)
.de(de_UpdateArchiveCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateArchiveRequest;
+ output: UpdateArchiveResponse;
+ };
+ sdk: {
+ input: UpdateArchiveCommandInput;
+ output: UpdateArchiveCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/UpdateConnectionCommand.ts b/clients/client-eventbridge/src/commands/UpdateConnectionCommand.ts
index d7b11303b7b1..d4bb1f88309e 100644
--- a/clients/client-eventbridge/src/commands/UpdateConnectionCommand.ts
+++ b/clients/client-eventbridge/src/commands/UpdateConnectionCommand.ts
@@ -164,4 +164,16 @@ export class UpdateConnectionCommand extends $Command
.f(UpdateConnectionRequestFilterSensitiveLog, void 0)
.ser(se_UpdateConnectionCommand)
.de(de_UpdateConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateConnectionRequest;
+ output: UpdateConnectionResponse;
+ };
+ sdk: {
+ input: UpdateConnectionCommandInput;
+ output: UpdateConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/UpdateEndpointCommand.ts b/clients/client-eventbridge/src/commands/UpdateEndpointCommand.ts
index a1c96390b381..817c4a33459f 100644
--- a/clients/client-eventbridge/src/commands/UpdateEndpointCommand.ts
+++ b/clients/client-eventbridge/src/commands/UpdateEndpointCommand.ts
@@ -133,4 +133,16 @@ export class UpdateEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEndpointCommand)
.de(de_UpdateEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEndpointRequest;
+ output: UpdateEndpointResponse;
+ };
+ sdk: {
+ input: UpdateEndpointCommandInput;
+ output: UpdateEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-eventbridge/src/commands/UpdateEventBusCommand.ts b/clients/client-eventbridge/src/commands/UpdateEventBusCommand.ts
index 54d42c784102..9674fdbfc14f 100644
--- a/clients/client-eventbridge/src/commands/UpdateEventBusCommand.ts
+++ b/clients/client-eventbridge/src/commands/UpdateEventBusCommand.ts
@@ -100,4 +100,16 @@ export class UpdateEventBusCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEventBusCommand)
.de(de_UpdateEventBusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEventBusRequest;
+ output: UpdateEventBusResponse;
+ };
+ sdk: {
+ input: UpdateEventBusCommandInput;
+ output: UpdateEventBusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/package.json b/clients/client-evidently/package.json
index 67798bec7850..7f5bfb54a39c 100644
--- a/clients/client-evidently/package.json
+++ b/clients/client-evidently/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-evidently/src/commands/BatchEvaluateFeatureCommand.ts b/clients/client-evidently/src/commands/BatchEvaluateFeatureCommand.ts
index 71152828b845..e6483ef226c3 100644
--- a/clients/client-evidently/src/commands/BatchEvaluateFeatureCommand.ts
+++ b/clients/client-evidently/src/commands/BatchEvaluateFeatureCommand.ts
@@ -125,4 +125,16 @@ export class BatchEvaluateFeatureCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchEvaluateFeatureCommand)
.de(de_BatchEvaluateFeatureCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchEvaluateFeatureRequest;
+ output: BatchEvaluateFeatureResponse;
+ };
+ sdk: {
+ input: BatchEvaluateFeatureCommandInput;
+ output: BatchEvaluateFeatureCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/CreateExperimentCommand.ts b/clients/client-evidently/src/commands/CreateExperimentCommand.ts
index 64a9d782c1df..3fbeba30ea86 100644
--- a/clients/client-evidently/src/commands/CreateExperimentCommand.ts
+++ b/clients/client-evidently/src/commands/CreateExperimentCommand.ts
@@ -185,4 +185,16 @@ export class CreateExperimentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateExperimentCommand)
.de(de_CreateExperimentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateExperimentRequest;
+ output: CreateExperimentResponse;
+ };
+ sdk: {
+ input: CreateExperimentCommandInput;
+ output: CreateExperimentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/CreateFeatureCommand.ts b/clients/client-evidently/src/commands/CreateFeatureCommand.ts
index d0b260508dca..d7eb87001464 100644
--- a/clients/client-evidently/src/commands/CreateFeatureCommand.ts
+++ b/clients/client-evidently/src/commands/CreateFeatureCommand.ts
@@ -151,4 +151,16 @@ export class CreateFeatureCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFeatureCommand)
.de(de_CreateFeatureCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFeatureRequest;
+ output: CreateFeatureResponse;
+ };
+ sdk: {
+ input: CreateFeatureCommandInput;
+ output: CreateFeatureCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/CreateLaunchCommand.ts b/clients/client-evidently/src/commands/CreateLaunchCommand.ts
index 87a852e822ee..2db1cbae6de4 100644
--- a/clients/client-evidently/src/commands/CreateLaunchCommand.ts
+++ b/clients/client-evidently/src/commands/CreateLaunchCommand.ts
@@ -200,4 +200,16 @@ export class CreateLaunchCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLaunchCommand)
.de(de_CreateLaunchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLaunchRequest;
+ output: CreateLaunchResponse;
+ };
+ sdk: {
+ input: CreateLaunchCommandInput;
+ output: CreateLaunchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/CreateProjectCommand.ts b/clients/client-evidently/src/commands/CreateProjectCommand.ts
index 62da65b59b5d..97d0a82d1f62 100644
--- a/clients/client-evidently/src/commands/CreateProjectCommand.ts
+++ b/clients/client-evidently/src/commands/CreateProjectCommand.ts
@@ -137,4 +137,16 @@ export class CreateProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateProjectCommand)
.de(de_CreateProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateProjectRequest;
+ output: CreateProjectResponse;
+ };
+ sdk: {
+ input: CreateProjectCommandInput;
+ output: CreateProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/CreateSegmentCommand.ts b/clients/client-evidently/src/commands/CreateSegmentCommand.ts
index f1be69cbd871..b38455e7133b 100644
--- a/clients/client-evidently/src/commands/CreateSegmentCommand.ts
+++ b/clients/client-evidently/src/commands/CreateSegmentCommand.ts
@@ -118,4 +118,16 @@ export class CreateSegmentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSegmentCommand)
.de(de_CreateSegmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSegmentRequest;
+ output: CreateSegmentResponse;
+ };
+ sdk: {
+ input: CreateSegmentCommandInput;
+ output: CreateSegmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/DeleteExperimentCommand.ts b/clients/client-evidently/src/commands/DeleteExperimentCommand.ts
index 4a7354740bb4..393a7318d3d9 100644
--- a/clients/client-evidently/src/commands/DeleteExperimentCommand.ts
+++ b/clients/client-evidently/src/commands/DeleteExperimentCommand.ts
@@ -95,4 +95,16 @@ export class DeleteExperimentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteExperimentCommand)
.de(de_DeleteExperimentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteExperimentRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteExperimentCommandInput;
+ output: DeleteExperimentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/DeleteFeatureCommand.ts b/clients/client-evidently/src/commands/DeleteFeatureCommand.ts
index 40cf8978d614..d3f2f195c31a 100644
--- a/clients/client-evidently/src/commands/DeleteFeatureCommand.ts
+++ b/clients/client-evidently/src/commands/DeleteFeatureCommand.ts
@@ -91,4 +91,16 @@ export class DeleteFeatureCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFeatureCommand)
.de(de_DeleteFeatureCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFeatureRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFeatureCommandInput;
+ output: DeleteFeatureCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/DeleteLaunchCommand.ts b/clients/client-evidently/src/commands/DeleteLaunchCommand.ts
index 03ef03c7500a..1e05a50f47fd 100644
--- a/clients/client-evidently/src/commands/DeleteLaunchCommand.ts
+++ b/clients/client-evidently/src/commands/DeleteLaunchCommand.ts
@@ -92,4 +92,16 @@ export class DeleteLaunchCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLaunchCommand)
.de(de_DeleteLaunchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLaunchRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLaunchCommandInput;
+ output: DeleteLaunchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/DeleteProjectCommand.ts b/clients/client-evidently/src/commands/DeleteProjectCommand.ts
index 54acffcc8b4f..2f958bde4d31 100644
--- a/clients/client-evidently/src/commands/DeleteProjectCommand.ts
+++ b/clients/client-evidently/src/commands/DeleteProjectCommand.ts
@@ -91,4 +91,16 @@ export class DeleteProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteProjectCommand)
.de(de_DeleteProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteProjectRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteProjectCommandInput;
+ output: DeleteProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/DeleteSegmentCommand.ts b/clients/client-evidently/src/commands/DeleteSegmentCommand.ts
index 54abfd80692c..b04b582967b8 100644
--- a/clients/client-evidently/src/commands/DeleteSegmentCommand.ts
+++ b/clients/client-evidently/src/commands/DeleteSegmentCommand.ts
@@ -91,4 +91,16 @@ export class DeleteSegmentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSegmentCommand)
.de(de_DeleteSegmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSegmentRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSegmentCommandInput;
+ output: DeleteSegmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/EvaluateFeatureCommand.ts b/clients/client-evidently/src/commands/EvaluateFeatureCommand.ts
index 53833ea565b2..2cca7d994498 100644
--- a/clients/client-evidently/src/commands/EvaluateFeatureCommand.ts
+++ b/clients/client-evidently/src/commands/EvaluateFeatureCommand.ts
@@ -124,4 +124,16 @@ export class EvaluateFeatureCommand extends $Command
.f(void 0, void 0)
.ser(se_EvaluateFeatureCommand)
.de(de_EvaluateFeatureCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EvaluateFeatureRequest;
+ output: EvaluateFeatureResponse;
+ };
+ sdk: {
+ input: EvaluateFeatureCommandInput;
+ output: EvaluateFeatureCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/GetExperimentCommand.ts b/clients/client-evidently/src/commands/GetExperimentCommand.ts
index 98e067ea79e5..11bc4f43aeb1 100644
--- a/clients/client-evidently/src/commands/GetExperimentCommand.ts
+++ b/clients/client-evidently/src/commands/GetExperimentCommand.ts
@@ -141,4 +141,16 @@ export class GetExperimentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetExperimentCommand)
.de(de_GetExperimentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetExperimentRequest;
+ output: GetExperimentResponse;
+ };
+ sdk: {
+ input: GetExperimentCommandInput;
+ output: GetExperimentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/GetExperimentResultsCommand.ts b/clients/client-evidently/src/commands/GetExperimentResultsCommand.ts
index 295c1018c246..2fe34e28a82b 100644
--- a/clients/client-evidently/src/commands/GetExperimentResultsCommand.ts
+++ b/clients/client-evidently/src/commands/GetExperimentResultsCommand.ts
@@ -137,4 +137,16 @@ export class GetExperimentResultsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetExperimentResultsCommand)
.de(de_GetExperimentResultsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetExperimentResultsRequest;
+ output: GetExperimentResultsResponse;
+ };
+ sdk: {
+ input: GetExperimentResultsCommandInput;
+ output: GetExperimentResultsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/GetFeatureCommand.ts b/clients/client-evidently/src/commands/GetFeatureCommand.ts
index 9de253b7a6cb..982b352de727 100644
--- a/clients/client-evidently/src/commands/GetFeatureCommand.ts
+++ b/clients/client-evidently/src/commands/GetFeatureCommand.ts
@@ -125,4 +125,16 @@ export class GetFeatureCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFeatureCommand)
.de(de_GetFeatureCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFeatureRequest;
+ output: GetFeatureResponse;
+ };
+ sdk: {
+ input: GetFeatureCommandInput;
+ output: GetFeatureCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/GetLaunchCommand.ts b/clients/client-evidently/src/commands/GetLaunchCommand.ts
index 43ff625d8806..9fa659a0afc7 100644
--- a/clients/client-evidently/src/commands/GetLaunchCommand.ts
+++ b/clients/client-evidently/src/commands/GetLaunchCommand.ts
@@ -148,4 +148,16 @@ export class GetLaunchCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLaunchCommand)
.de(de_GetLaunchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLaunchRequest;
+ output: GetLaunchResponse;
+ };
+ sdk: {
+ input: GetLaunchCommandInput;
+ output: GetLaunchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/GetProjectCommand.ts b/clients/client-evidently/src/commands/GetProjectCommand.ts
index 85557d8297c4..b2f65d12b1c2 100644
--- a/clients/client-evidently/src/commands/GetProjectCommand.ts
+++ b/clients/client-evidently/src/commands/GetProjectCommand.ts
@@ -119,4 +119,16 @@ export class GetProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_GetProjectCommand)
.de(de_GetProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetProjectRequest;
+ output: GetProjectResponse;
+ };
+ sdk: {
+ input: GetProjectCommandInput;
+ output: GetProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/GetSegmentCommand.ts b/clients/client-evidently/src/commands/GetSegmentCommand.ts
index f5cc40f1dead..98e3d167bc8b 100644
--- a/clients/client-evidently/src/commands/GetSegmentCommand.ts
+++ b/clients/client-evidently/src/commands/GetSegmentCommand.ts
@@ -102,4 +102,16 @@ export class GetSegmentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSegmentCommand)
.de(de_GetSegmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSegmentRequest;
+ output: GetSegmentResponse;
+ };
+ sdk: {
+ input: GetSegmentCommandInput;
+ output: GetSegmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/ListExperimentsCommand.ts b/clients/client-evidently/src/commands/ListExperimentsCommand.ts
index 06fa5aa0d855..e475a25da8ec 100644
--- a/clients/client-evidently/src/commands/ListExperimentsCommand.ts
+++ b/clients/client-evidently/src/commands/ListExperimentsCommand.ts
@@ -142,4 +142,16 @@ export class ListExperimentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListExperimentsCommand)
.de(de_ListExperimentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListExperimentsRequest;
+ output: ListExperimentsResponse;
+ };
+ sdk: {
+ input: ListExperimentsCommandInput;
+ output: ListExperimentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/ListFeaturesCommand.ts b/clients/client-evidently/src/commands/ListFeaturesCommand.ts
index e569105ef4d5..5f413912ed57 100644
--- a/clients/client-evidently/src/commands/ListFeaturesCommand.ts
+++ b/clients/client-evidently/src/commands/ListFeaturesCommand.ts
@@ -112,4 +112,16 @@ export class ListFeaturesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFeaturesCommand)
.de(de_ListFeaturesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFeaturesRequest;
+ output: ListFeaturesResponse;
+ };
+ sdk: {
+ input: ListFeaturesCommandInput;
+ output: ListFeaturesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/ListLaunchesCommand.ts b/clients/client-evidently/src/commands/ListLaunchesCommand.ts
index 1db0566ffe9c..b32a652c8258 100644
--- a/clients/client-evidently/src/commands/ListLaunchesCommand.ts
+++ b/clients/client-evidently/src/commands/ListLaunchesCommand.ts
@@ -149,4 +149,16 @@ export class ListLaunchesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLaunchesCommand)
.de(de_ListLaunchesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLaunchesRequest;
+ output: ListLaunchesResponse;
+ };
+ sdk: {
+ input: ListLaunchesCommandInput;
+ output: ListLaunchesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/ListProjectsCommand.ts b/clients/client-evidently/src/commands/ListProjectsCommand.ts
index 6a503d010412..3011704b1a41 100644
--- a/clients/client-evidently/src/commands/ListProjectsCommand.ts
+++ b/clients/client-evidently/src/commands/ListProjectsCommand.ts
@@ -106,4 +106,16 @@ export class ListProjectsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProjectsCommand)
.de(de_ListProjectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProjectsRequest;
+ output: ListProjectsResponse;
+ };
+ sdk: {
+ input: ListProjectsCommandInput;
+ output: ListProjectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/ListSegmentReferencesCommand.ts b/clients/client-evidently/src/commands/ListSegmentReferencesCommand.ts
index 254e7770960a..71499362a4a1 100644
--- a/clients/client-evidently/src/commands/ListSegmentReferencesCommand.ts
+++ b/clients/client-evidently/src/commands/ListSegmentReferencesCommand.ts
@@ -103,4 +103,16 @@ export class ListSegmentReferencesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSegmentReferencesCommand)
.de(de_ListSegmentReferencesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSegmentReferencesRequest;
+ output: ListSegmentReferencesResponse;
+ };
+ sdk: {
+ input: ListSegmentReferencesCommandInput;
+ output: ListSegmentReferencesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/ListSegmentsCommand.ts b/clients/client-evidently/src/commands/ListSegmentsCommand.ts
index c8ee5ceb6d04..68a5ae3b921f 100644
--- a/clients/client-evidently/src/commands/ListSegmentsCommand.ts
+++ b/clients/client-evidently/src/commands/ListSegmentsCommand.ts
@@ -102,4 +102,16 @@ export class ListSegmentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSegmentsCommand)
.de(de_ListSegmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSegmentsRequest;
+ output: ListSegmentsResponse;
+ };
+ sdk: {
+ input: ListSegmentsCommandInput;
+ output: ListSegmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/ListTagsForResourceCommand.ts b/clients/client-evidently/src/commands/ListTagsForResourceCommand.ts
index 73f68be9d120..828c502b5e4e 100644
--- a/clients/client-evidently/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-evidently/src/commands/ListTagsForResourceCommand.ts
@@ -88,4 +88,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/PutProjectEventsCommand.ts b/clients/client-evidently/src/commands/PutProjectEventsCommand.ts
index 2942385e4cbd..b80eb96b3411 100644
--- a/clients/client-evidently/src/commands/PutProjectEventsCommand.ts
+++ b/clients/client-evidently/src/commands/PutProjectEventsCommand.ts
@@ -104,4 +104,16 @@ export class PutProjectEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutProjectEventsCommand)
.de(de_PutProjectEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutProjectEventsRequest;
+ output: PutProjectEventsResponse;
+ };
+ sdk: {
+ input: PutProjectEventsCommandInput;
+ output: PutProjectEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/StartExperimentCommand.ts b/clients/client-evidently/src/commands/StartExperimentCommand.ts
index ef84f5278717..3722d04e6394 100644
--- a/clients/client-evidently/src/commands/StartExperimentCommand.ts
+++ b/clients/client-evidently/src/commands/StartExperimentCommand.ts
@@ -98,4 +98,16 @@ export class StartExperimentCommand extends $Command
.f(void 0, void 0)
.ser(se_StartExperimentCommand)
.de(de_StartExperimentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartExperimentRequest;
+ output: StartExperimentResponse;
+ };
+ sdk: {
+ input: StartExperimentCommandInput;
+ output: StartExperimentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/StartLaunchCommand.ts b/clients/client-evidently/src/commands/StartLaunchCommand.ts
index 86426b38f27d..d4a0843ed542 100644
--- a/clients/client-evidently/src/commands/StartLaunchCommand.ts
+++ b/clients/client-evidently/src/commands/StartLaunchCommand.ts
@@ -154,4 +154,16 @@ export class StartLaunchCommand extends $Command
.f(void 0, void 0)
.ser(se_StartLaunchCommand)
.de(de_StartLaunchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartLaunchRequest;
+ output: StartLaunchResponse;
+ };
+ sdk: {
+ input: StartLaunchCommandInput;
+ output: StartLaunchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/StopExperimentCommand.ts b/clients/client-evidently/src/commands/StopExperimentCommand.ts
index 33e5058bc05f..372736811729 100644
--- a/clients/client-evidently/src/commands/StopExperimentCommand.ts
+++ b/clients/client-evidently/src/commands/StopExperimentCommand.ts
@@ -99,4 +99,16 @@ export class StopExperimentCommand extends $Command
.f(void 0, void 0)
.ser(se_StopExperimentCommand)
.de(de_StopExperimentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopExperimentRequest;
+ output: StopExperimentResponse;
+ };
+ sdk: {
+ input: StopExperimentCommandInput;
+ output: StopExperimentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/StopLaunchCommand.ts b/clients/client-evidently/src/commands/StopLaunchCommand.ts
index bcb7cb847267..373b00d10a01 100644
--- a/clients/client-evidently/src/commands/StopLaunchCommand.ts
+++ b/clients/client-evidently/src/commands/StopLaunchCommand.ts
@@ -96,4 +96,16 @@ export class StopLaunchCommand extends $Command
.f(void 0, void 0)
.ser(se_StopLaunchCommand)
.de(de_StopLaunchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopLaunchRequest;
+ output: StopLaunchResponse;
+ };
+ sdk: {
+ input: StopLaunchCommandInput;
+ output: StopLaunchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/TagResourceCommand.ts b/clients/client-evidently/src/commands/TagResourceCommand.ts
index e3715a72a804..d71e0ccad710 100644
--- a/clients/client-evidently/src/commands/TagResourceCommand.ts
+++ b/clients/client-evidently/src/commands/TagResourceCommand.ts
@@ -99,4 +99,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/TestSegmentPatternCommand.ts b/clients/client-evidently/src/commands/TestSegmentPatternCommand.ts
index 1fb378f37156..232ecaf57021 100644
--- a/clients/client-evidently/src/commands/TestSegmentPatternCommand.ts
+++ b/clients/client-evidently/src/commands/TestSegmentPatternCommand.ts
@@ -88,4 +88,16 @@ export class TestSegmentPatternCommand extends $Command
.f(void 0, void 0)
.ser(se_TestSegmentPatternCommand)
.de(de_TestSegmentPatternCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TestSegmentPatternRequest;
+ output: TestSegmentPatternResponse;
+ };
+ sdk: {
+ input: TestSegmentPatternCommandInput;
+ output: TestSegmentPatternCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/UntagResourceCommand.ts b/clients/client-evidently/src/commands/UntagResourceCommand.ts
index 7a09f28075f6..b07dbfb0a96e 100644
--- a/clients/client-evidently/src/commands/UntagResourceCommand.ts
+++ b/clients/client-evidently/src/commands/UntagResourceCommand.ts
@@ -87,4 +87,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/UpdateExperimentCommand.ts b/clients/client-evidently/src/commands/UpdateExperimentCommand.ts
index 59470c7fab43..1e7a433028b8 100644
--- a/clients/client-evidently/src/commands/UpdateExperimentCommand.ts
+++ b/clients/client-evidently/src/commands/UpdateExperimentCommand.ts
@@ -173,4 +173,16 @@ export class UpdateExperimentCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateExperimentCommand)
.de(de_UpdateExperimentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateExperimentRequest;
+ output: UpdateExperimentResponse;
+ };
+ sdk: {
+ input: UpdateExperimentCommandInput;
+ output: UpdateExperimentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/UpdateFeatureCommand.ts b/clients/client-evidently/src/commands/UpdateFeatureCommand.ts
index 5064a88b3021..d2062e3c6b44 100644
--- a/clients/client-evidently/src/commands/UpdateFeatureCommand.ts
+++ b/clients/client-evidently/src/commands/UpdateFeatureCommand.ts
@@ -149,4 +149,16 @@ export class UpdateFeatureCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFeatureCommand)
.de(de_UpdateFeatureCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFeatureRequest;
+ output: UpdateFeatureResponse;
+ };
+ sdk: {
+ input: UpdateFeatureCommandInput;
+ output: UpdateFeatureCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/UpdateLaunchCommand.ts b/clients/client-evidently/src/commands/UpdateLaunchCommand.ts
index 9f658755af36..d9991b519a6f 100644
--- a/clients/client-evidently/src/commands/UpdateLaunchCommand.ts
+++ b/clients/client-evidently/src/commands/UpdateLaunchCommand.ts
@@ -189,4 +189,16 @@ export class UpdateLaunchCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateLaunchCommand)
.de(de_UpdateLaunchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLaunchRequest;
+ output: UpdateLaunchResponse;
+ };
+ sdk: {
+ input: UpdateLaunchCommandInput;
+ output: UpdateLaunchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/UpdateProjectCommand.ts b/clients/client-evidently/src/commands/UpdateProjectCommand.ts
index 5c85ecaa15ab..be29eb7dbbac 100644
--- a/clients/client-evidently/src/commands/UpdateProjectCommand.ts
+++ b/clients/client-evidently/src/commands/UpdateProjectCommand.ts
@@ -131,4 +131,16 @@ export class UpdateProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateProjectCommand)
.de(de_UpdateProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateProjectRequest;
+ output: UpdateProjectResponse;
+ };
+ sdk: {
+ input: UpdateProjectCommandInput;
+ output: UpdateProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-evidently/src/commands/UpdateProjectDataDeliveryCommand.ts b/clients/client-evidently/src/commands/UpdateProjectDataDeliveryCommand.ts
index 4e55dd3931c7..b6fe1042a775 100644
--- a/clients/client-evidently/src/commands/UpdateProjectDataDeliveryCommand.ts
+++ b/clients/client-evidently/src/commands/UpdateProjectDataDeliveryCommand.ts
@@ -132,4 +132,16 @@ export class UpdateProjectDataDeliveryCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateProjectDataDeliveryCommand)
.de(de_UpdateProjectDataDeliveryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateProjectDataDeliveryRequest;
+ output: UpdateProjectDataDeliveryResponse;
+ };
+ sdk: {
+ input: UpdateProjectDataDeliveryCommandInput;
+ output: UpdateProjectDataDeliveryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/package.json b/clients/client-finspace-data/package.json
index 610da5a1ec02..7cafb96471ea 100644
--- a/clients/client-finspace-data/package.json
+++ b/clients/client-finspace-data/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts
index d186f53cdfb2..0790b5bd816a 100644
--- a/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts
+++ b/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts
@@ -105,4 +105,16 @@ export class AssociateUserToPermissionGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateUserToPermissionGroupCommand)
.de(de_AssociateUserToPermissionGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateUserToPermissionGroupRequest;
+ output: AssociateUserToPermissionGroupResponse;
+ };
+ sdk: {
+ input: AssociateUserToPermissionGroupCommandInput;
+ output: AssociateUserToPermissionGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts b/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts
index f04a47b427af..e6d2eb39932c 100644
--- a/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts
+++ b/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts
@@ -110,4 +110,16 @@ export class CreateChangesetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateChangesetCommand)
.de(de_CreateChangesetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateChangesetRequest;
+ output: CreateChangesetResponse;
+ };
+ sdk: {
+ input: CreateChangesetCommandInput;
+ output: CreateChangesetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts b/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts
index 7d7750d18120..508b64ef70b0 100644
--- a/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts
+++ b/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts
@@ -115,4 +115,16 @@ export class CreateDataViewCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDataViewCommand)
.de(de_CreateDataViewCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDataViewRequest;
+ output: CreateDataViewResponse;
+ };
+ sdk: {
+ input: CreateDataViewCommandInput;
+ output: CreateDataViewCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts b/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts
index 96af766de294..6150f199cec1 100644
--- a/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts
+++ b/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts
@@ -136,4 +136,16 @@ export class CreateDatasetCommand extends $Command
.f(CreateDatasetRequestFilterSensitiveLog, void 0)
.ser(se_CreateDatasetCommand)
.de(de_CreateDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDatasetRequest;
+ output: CreateDatasetResponse;
+ };
+ sdk: {
+ input: CreateDatasetCommandInput;
+ output: CreateDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts
index 57504acfd690..1bf820640eb8 100644
--- a/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts
+++ b/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts
@@ -107,4 +107,16 @@ export class CreatePermissionGroupCommand extends $Command
.f(CreatePermissionGroupRequestFilterSensitiveLog, void 0)
.ser(se_CreatePermissionGroupCommand)
.de(de_CreatePermissionGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePermissionGroupRequest;
+ output: CreatePermissionGroupResponse;
+ };
+ sdk: {
+ input: CreatePermissionGroupCommandInput;
+ output: CreatePermissionGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/CreateUserCommand.ts b/clients/client-finspace-data/src/commands/CreateUserCommand.ts
index 33da063eb91a..c61e17c2cee6 100644
--- a/clients/client-finspace-data/src/commands/CreateUserCommand.ts
+++ b/clients/client-finspace-data/src/commands/CreateUserCommand.ts
@@ -104,4 +104,16 @@ export class CreateUserCommand extends $Command
.f(CreateUserRequestFilterSensitiveLog, void 0)
.ser(se_CreateUserCommand)
.de(de_CreateUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateUserRequest;
+ output: CreateUserResponse;
+ };
+ sdk: {
+ input: CreateUserCommandInput;
+ output: CreateUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts b/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts
index 50187e4f6f14..d33ec945208b 100644
--- a/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts
+++ b/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts
@@ -102,4 +102,16 @@ export class DeleteDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDatasetCommand)
.de(de_DeleteDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDatasetRequest;
+ output: DeleteDatasetResponse;
+ };
+ sdk: {
+ input: DeleteDatasetCommandInput;
+ output: DeleteDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts
index 8a5df2857856..052efd794382 100644
--- a/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts
+++ b/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts
@@ -102,4 +102,16 @@ export class DeletePermissionGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePermissionGroupCommand)
.de(de_DeletePermissionGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePermissionGroupRequest;
+ output: DeletePermissionGroupResponse;
+ };
+ sdk: {
+ input: DeletePermissionGroupCommandInput;
+ output: DeletePermissionGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/DisableUserCommand.ts b/clients/client-finspace-data/src/commands/DisableUserCommand.ts
index fe9a69250cae..96257227832e 100644
--- a/clients/client-finspace-data/src/commands/DisableUserCommand.ts
+++ b/clients/client-finspace-data/src/commands/DisableUserCommand.ts
@@ -99,4 +99,16 @@ export class DisableUserCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableUserCommand)
.de(de_DisableUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableUserRequest;
+ output: DisableUserResponse;
+ };
+ sdk: {
+ input: DisableUserCommandInput;
+ output: DisableUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts
index 7dead9b4e5b8..cdababdfd8f7 100644
--- a/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts
+++ b/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts
@@ -108,4 +108,16 @@ export class DisassociateUserFromPermissionGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateUserFromPermissionGroupCommand)
.de(de_DisassociateUserFromPermissionGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateUserFromPermissionGroupRequest;
+ output: DisassociateUserFromPermissionGroupResponse;
+ };
+ sdk: {
+ input: DisassociateUserFromPermissionGroupCommandInput;
+ output: DisassociateUserFromPermissionGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/EnableUserCommand.ts b/clients/client-finspace-data/src/commands/EnableUserCommand.ts
index 7d0b8d876033..2e697eaa0397 100644
--- a/clients/client-finspace-data/src/commands/EnableUserCommand.ts
+++ b/clients/client-finspace-data/src/commands/EnableUserCommand.ts
@@ -102,4 +102,16 @@ export class EnableUserCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableUserCommand)
.de(de_EnableUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableUserRequest;
+ output: EnableUserResponse;
+ };
+ sdk: {
+ input: EnableUserCommandInput;
+ output: EnableUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/GetChangesetCommand.ts b/clients/client-finspace-data/src/commands/GetChangesetCommand.ts
index a1225f1073a9..5f3c7f19e49f 100644
--- a/clients/client-finspace-data/src/commands/GetChangesetCommand.ts
+++ b/clients/client-finspace-data/src/commands/GetChangesetCommand.ts
@@ -118,4 +118,16 @@ export class GetChangesetCommand extends $Command
.f(void 0, void 0)
.ser(se_GetChangesetCommand)
.de(de_GetChangesetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetChangesetRequest;
+ output: GetChangesetResponse;
+ };
+ sdk: {
+ input: GetChangesetCommandInput;
+ output: GetChangesetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/GetDataViewCommand.ts b/clients/client-finspace-data/src/commands/GetDataViewCommand.ts
index 1f6655874e76..f648b8ac5706 100644
--- a/clients/client-finspace-data/src/commands/GetDataViewCommand.ts
+++ b/clients/client-finspace-data/src/commands/GetDataViewCommand.ts
@@ -120,4 +120,16 @@ export class GetDataViewCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataViewCommand)
.de(de_GetDataViewCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataViewRequest;
+ output: GetDataViewResponse;
+ };
+ sdk: {
+ input: GetDataViewCommandInput;
+ output: GetDataViewCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/GetDatasetCommand.ts b/clients/client-finspace-data/src/commands/GetDatasetCommand.ts
index 952670d07f0c..f02225e04422 100644
--- a/clients/client-finspace-data/src/commands/GetDatasetCommand.ts
+++ b/clients/client-finspace-data/src/commands/GetDatasetCommand.ts
@@ -120,4 +120,16 @@ export class GetDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDatasetCommand)
.de(de_GetDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDatasetRequest;
+ output: GetDatasetResponse;
+ };
+ sdk: {
+ input: GetDatasetCommandInput;
+ output: GetDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts b/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts
index 4703f7f66222..e16743155e37 100644
--- a/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts
+++ b/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts
@@ -122,4 +122,16 @@ export class GetExternalDataViewAccessDetailsCommand extends $Command
.f(void 0, GetExternalDataViewAccessDetailsResponseFilterSensitiveLog)
.ser(se_GetExternalDataViewAccessDetailsCommand)
.de(de_GetExternalDataViewAccessDetailsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetExternalDataViewAccessDetailsRequest;
+ output: GetExternalDataViewAccessDetailsResponse;
+ };
+ sdk: {
+ input: GetExternalDataViewAccessDetailsCommandInput;
+ output: GetExternalDataViewAccessDetailsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts
index 5d4e04b812c1..b03aa2397224 100644
--- a/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts
+++ b/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts
@@ -109,4 +109,16 @@ export class GetPermissionGroupCommand extends $Command
.f(void 0, GetPermissionGroupResponseFilterSensitiveLog)
.ser(se_GetPermissionGroupCommand)
.de(de_GetPermissionGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPermissionGroupRequest;
+ output: GetPermissionGroupResponse;
+ };
+ sdk: {
+ input: GetPermissionGroupCommandInput;
+ output: GetPermissionGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts b/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts
index 369aa61273c0..d6af88afdda1 100644
--- a/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts
+++ b/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts
@@ -107,4 +107,16 @@ export class GetProgrammaticAccessCredentialsCommand extends $Command
.f(void 0, GetProgrammaticAccessCredentialsResponseFilterSensitiveLog)
.ser(se_GetProgrammaticAccessCredentialsCommand)
.de(de_GetProgrammaticAccessCredentialsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetProgrammaticAccessCredentialsRequest;
+ output: GetProgrammaticAccessCredentialsResponse;
+ };
+ sdk: {
+ input: GetProgrammaticAccessCredentialsCommandInput;
+ output: GetProgrammaticAccessCredentialsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/GetUserCommand.ts b/clients/client-finspace-data/src/commands/GetUserCommand.ts
index e1041c8c272a..78cd08c3078d 100644
--- a/clients/client-finspace-data/src/commands/GetUserCommand.ts
+++ b/clients/client-finspace-data/src/commands/GetUserCommand.ts
@@ -107,4 +107,16 @@ export class GetUserCommand extends $Command
.f(void 0, GetUserResponseFilterSensitiveLog)
.ser(se_GetUserCommand)
.de(de_GetUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUserRequest;
+ output: GetUserResponse;
+ };
+ sdk: {
+ input: GetUserCommandInput;
+ output: GetUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts b/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts
index eaf15c4ac24e..5c3612490746 100644
--- a/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts
+++ b/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts
@@ -95,4 +95,16 @@ export class GetWorkingLocationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWorkingLocationCommand)
.de(de_GetWorkingLocationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWorkingLocationRequest;
+ output: GetWorkingLocationResponse;
+ };
+ sdk: {
+ input: GetWorkingLocationCommandInput;
+ output: GetWorkingLocationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts b/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts
index b0498cf6bbf8..fec8783b9959 100644
--- a/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts
+++ b/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts
@@ -124,4 +124,16 @@ export class ListChangesetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListChangesetsCommand)
.de(de_ListChangesetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListChangesetsRequest;
+ output: ListChangesetsResponse;
+ };
+ sdk: {
+ input: ListChangesetsCommandInput;
+ output: ListChangesetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts b/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts
index 0f6e84de1346..b1546ea3faf4 100644
--- a/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts
+++ b/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts
@@ -126,4 +126,16 @@ export class ListDataViewsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDataViewsCommand)
.de(de_ListDataViewsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataViewsRequest;
+ output: ListDataViewsResponse;
+ };
+ sdk: {
+ input: ListDataViewsCommandInput;
+ output: ListDataViewsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts b/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts
index 45804b8b0edc..0b991c1c29bd 100644
--- a/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts
+++ b/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts
@@ -127,4 +127,16 @@ export class ListDatasetsCommand extends $Command
.f(void 0, ListDatasetsResponseFilterSensitiveLog)
.ser(se_ListDatasetsCommand)
.de(de_ListDatasetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDatasetsRequest;
+ output: ListDatasetsResponse;
+ };
+ sdk: {
+ input: ListDatasetsCommandInput;
+ output: ListDatasetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts b/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts
index eed365a11c9d..7bd1d9f13092 100644
--- a/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts
+++ b/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts
@@ -108,4 +108,16 @@ export class ListPermissionGroupsByUserCommand extends $Command
.f(void 0, ListPermissionGroupsByUserResponseFilterSensitiveLog)
.ser(se_ListPermissionGroupsByUserCommand)
.de(de_ListPermissionGroupsByUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPermissionGroupsByUserRequest;
+ output: ListPermissionGroupsByUserResponse;
+ };
+ sdk: {
+ input: ListPermissionGroupsByUserCommandInput;
+ output: ListPermissionGroupsByUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts b/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts
index e9a8c528bbca..942512418c6b 100644
--- a/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts
+++ b/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts
@@ -110,4 +110,16 @@ export class ListPermissionGroupsCommand extends $Command
.f(void 0, ListPermissionGroupsResponseFilterSensitiveLog)
.ser(se_ListPermissionGroupsCommand)
.de(de_ListPermissionGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPermissionGroupsRequest;
+ output: ListPermissionGroupsResponse;
+ };
+ sdk: {
+ input: ListPermissionGroupsCommandInput;
+ output: ListPermissionGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts
index 119a4a332aab..2a3040b1153a 100644
--- a/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts
+++ b/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts
@@ -114,4 +114,16 @@ export class ListUsersByPermissionGroupCommand extends $Command
.f(void 0, ListUsersByPermissionGroupResponseFilterSensitiveLog)
.ser(se_ListUsersByPermissionGroupCommand)
.de(de_ListUsersByPermissionGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUsersByPermissionGroupRequest;
+ output: ListUsersByPermissionGroupResponse;
+ };
+ sdk: {
+ input: ListUsersByPermissionGroupCommandInput;
+ output: ListUsersByPermissionGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/ListUsersCommand.ts b/clients/client-finspace-data/src/commands/ListUsersCommand.ts
index 6f9861198d3d..d0423b9bffcc 100644
--- a/clients/client-finspace-data/src/commands/ListUsersCommand.ts
+++ b/clients/client-finspace-data/src/commands/ListUsersCommand.ts
@@ -110,4 +110,16 @@ export class ListUsersCommand extends $Command
.f(void 0, ListUsersResponseFilterSensitiveLog)
.ser(se_ListUsersCommand)
.de(de_ListUsersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUsersRequest;
+ output: ListUsersResponse;
+ };
+ sdk: {
+ input: ListUsersCommandInput;
+ output: ListUsersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts b/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts
index aa7c01b4fec3..050b0a0e4a19 100644
--- a/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts
+++ b/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts
@@ -104,4 +104,16 @@ export class ResetUserPasswordCommand extends $Command
.f(void 0, ResetUserPasswordResponseFilterSensitiveLog)
.ser(se_ResetUserPasswordCommand)
.de(de_ResetUserPasswordCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResetUserPasswordRequest;
+ output: ResetUserPasswordResponse;
+ };
+ sdk: {
+ input: ResetUserPasswordCommandInput;
+ output: ResetUserPasswordCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts b/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts
index 9c9a08316c56..2e453e648c5b 100644
--- a/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts
+++ b/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts
@@ -107,4 +107,16 @@ export class UpdateChangesetCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateChangesetCommand)
.de(de_UpdateChangesetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateChangesetRequest;
+ output: UpdateChangesetResponse;
+ };
+ sdk: {
+ input: UpdateChangesetCommandInput;
+ output: UpdateChangesetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts b/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts
index 252a08853773..8a95e1b44155 100644
--- a/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts
+++ b/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts
@@ -117,4 +117,16 @@ export class UpdateDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDatasetCommand)
.de(de_UpdateDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDatasetRequest;
+ output: UpdateDatasetResponse;
+ };
+ sdk: {
+ input: UpdateDatasetCommandInput;
+ output: UpdateDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts
index b3a6c97afe1e..8303f68a49b1 100644
--- a/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts
+++ b/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts
@@ -108,4 +108,16 @@ export class UpdatePermissionGroupCommand extends $Command
.f(UpdatePermissionGroupRequestFilterSensitiveLog, void 0)
.ser(se_UpdatePermissionGroupCommand)
.de(de_UpdatePermissionGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePermissionGroupRequest;
+ output: UpdatePermissionGroupResponse;
+ };
+ sdk: {
+ input: UpdatePermissionGroupCommandInput;
+ output: UpdatePermissionGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace-data/src/commands/UpdateUserCommand.ts b/clients/client-finspace-data/src/commands/UpdateUserCommand.ts
index 2692f615b235..48a7d51cb2ee 100644
--- a/clients/client-finspace-data/src/commands/UpdateUserCommand.ts
+++ b/clients/client-finspace-data/src/commands/UpdateUserCommand.ts
@@ -104,4 +104,16 @@ export class UpdateUserCommand extends $Command
.f(UpdateUserRequestFilterSensitiveLog, void 0)
.ser(se_UpdateUserCommand)
.de(de_UpdateUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateUserRequest;
+ output: UpdateUserResponse;
+ };
+ sdk: {
+ input: UpdateUserCommandInput;
+ output: UpdateUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/package.json b/clients/client-finspace/package.json
index b9c3fb90c1f9..48f316c94e5e 100644
--- a/clients/client-finspace/package.json
+++ b/clients/client-finspace/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts b/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts
index c41b8ca3b099..2c37288c2abd 100644
--- a/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts
+++ b/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts
@@ -129,4 +129,16 @@ export class CreateEnvironmentCommand extends $Command
.f(CreateEnvironmentRequestFilterSensitiveLog, void 0)
.ser(se_CreateEnvironmentCommand)
.de(de_CreateEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEnvironmentRequest;
+ output: CreateEnvironmentResponse;
+ };
+ sdk: {
+ input: CreateEnvironmentCommandInput;
+ output: CreateEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/CreateKxChangesetCommand.ts b/clients/client-finspace/src/commands/CreateKxChangesetCommand.ts
index 42bfdc146b92..9d92d12f9948 100644
--- a/clients/client-finspace/src/commands/CreateKxChangesetCommand.ts
+++ b/clients/client-finspace/src/commands/CreateKxChangesetCommand.ts
@@ -126,4 +126,16 @@ export class CreateKxChangesetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateKxChangesetCommand)
.de(de_CreateKxChangesetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateKxChangesetRequest;
+ output: CreateKxChangesetResponse;
+ };
+ sdk: {
+ input: CreateKxChangesetCommandInput;
+ output: CreateKxChangesetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/CreateKxClusterCommand.ts b/clients/client-finspace/src/commands/CreateKxClusterCommand.ts
index 92cbddb1320e..ce955f3babd1 100644
--- a/clients/client-finspace/src/commands/CreateKxClusterCommand.ts
+++ b/clients/client-finspace/src/commands/CreateKxClusterCommand.ts
@@ -301,4 +301,16 @@ export class CreateKxClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateKxClusterCommand)
.de(de_CreateKxClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateKxClusterRequest;
+ output: CreateKxClusterResponse;
+ };
+ sdk: {
+ input: CreateKxClusterCommandInput;
+ output: CreateKxClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/CreateKxDatabaseCommand.ts b/clients/client-finspace/src/commands/CreateKxDatabaseCommand.ts
index de47d4ba7750..506639120594 100644
--- a/clients/client-finspace/src/commands/CreateKxDatabaseCommand.ts
+++ b/clients/client-finspace/src/commands/CreateKxDatabaseCommand.ts
@@ -113,4 +113,16 @@ export class CreateKxDatabaseCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateKxDatabaseCommand)
.de(de_CreateKxDatabaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateKxDatabaseRequest;
+ output: CreateKxDatabaseResponse;
+ };
+ sdk: {
+ input: CreateKxDatabaseCommandInput;
+ output: CreateKxDatabaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/CreateKxDataviewCommand.ts b/clients/client-finspace/src/commands/CreateKxDataviewCommand.ts
index 310cbc7b1e69..10784ee94230 100644
--- a/clients/client-finspace/src/commands/CreateKxDataviewCommand.ts
+++ b/clients/client-finspace/src/commands/CreateKxDataviewCommand.ts
@@ -144,4 +144,16 @@ export class CreateKxDataviewCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateKxDataviewCommand)
.de(de_CreateKxDataviewCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateKxDataviewRequest;
+ output: CreateKxDataviewResponse;
+ };
+ sdk: {
+ input: CreateKxDataviewCommandInput;
+ output: CreateKxDataviewCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/CreateKxEnvironmentCommand.ts b/clients/client-finspace/src/commands/CreateKxEnvironmentCommand.ts
index 2c357f1a5c9e..98a8f0b21b8e 100644
--- a/clients/client-finspace/src/commands/CreateKxEnvironmentCommand.ts
+++ b/clients/client-finspace/src/commands/CreateKxEnvironmentCommand.ts
@@ -112,4 +112,16 @@ export class CreateKxEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateKxEnvironmentCommand)
.de(de_CreateKxEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateKxEnvironmentRequest;
+ output: CreateKxEnvironmentResponse;
+ };
+ sdk: {
+ input: CreateKxEnvironmentCommandInput;
+ output: CreateKxEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/CreateKxScalingGroupCommand.ts b/clients/client-finspace/src/commands/CreateKxScalingGroupCommand.ts
index a572d550114c..3226ab158384 100644
--- a/clients/client-finspace/src/commands/CreateKxScalingGroupCommand.ts
+++ b/clients/client-finspace/src/commands/CreateKxScalingGroupCommand.ts
@@ -112,4 +112,16 @@ export class CreateKxScalingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateKxScalingGroupCommand)
.de(de_CreateKxScalingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateKxScalingGroupRequest;
+ output: CreateKxScalingGroupResponse;
+ };
+ sdk: {
+ input: CreateKxScalingGroupCommandInput;
+ output: CreateKxScalingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/CreateKxUserCommand.ts b/clients/client-finspace/src/commands/CreateKxUserCommand.ts
index e9fb1f3b8390..f7015177f88b 100644
--- a/clients/client-finspace/src/commands/CreateKxUserCommand.ts
+++ b/clients/client-finspace/src/commands/CreateKxUserCommand.ts
@@ -111,4 +111,16 @@ export class CreateKxUserCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateKxUserCommand)
.de(de_CreateKxUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateKxUserRequest;
+ output: CreateKxUserResponse;
+ };
+ sdk: {
+ input: CreateKxUserCommandInput;
+ output: CreateKxUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/CreateKxVolumeCommand.ts b/clients/client-finspace/src/commands/CreateKxVolumeCommand.ts
index 12debf9994a0..e3dff9ecde7d 100644
--- a/clients/client-finspace/src/commands/CreateKxVolumeCommand.ts
+++ b/clients/client-finspace/src/commands/CreateKxVolumeCommand.ts
@@ -133,4 +133,16 @@ export class CreateKxVolumeCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateKxVolumeCommand)
.de(de_CreateKxVolumeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateKxVolumeRequest;
+ output: CreateKxVolumeResponse;
+ };
+ sdk: {
+ input: CreateKxVolumeCommandInput;
+ output: CreateKxVolumeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts b/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts
index 8e3c139cafb5..58e759dd2cfc 100644
--- a/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts
+++ b/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts
@@ -93,4 +93,16 @@ export class DeleteEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEnvironmentCommand)
.de(de_DeleteEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEnvironmentRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEnvironmentCommandInput;
+ output: DeleteEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/DeleteKxClusterCommand.ts b/clients/client-finspace/src/commands/DeleteKxClusterCommand.ts
index 62920db2e63c..f75a8d273fde 100644
--- a/clients/client-finspace/src/commands/DeleteKxClusterCommand.ts
+++ b/clients/client-finspace/src/commands/DeleteKxClusterCommand.ts
@@ -99,4 +99,16 @@ export class DeleteKxClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteKxClusterCommand)
.de(de_DeleteKxClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteKxClusterRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteKxClusterCommandInput;
+ output: DeleteKxClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/DeleteKxClusterNodeCommand.ts b/clients/client-finspace/src/commands/DeleteKxClusterNodeCommand.ts
index b6ae0f5f9955..9a2de49a623f 100644
--- a/clients/client-finspace/src/commands/DeleteKxClusterNodeCommand.ts
+++ b/clients/client-finspace/src/commands/DeleteKxClusterNodeCommand.ts
@@ -94,4 +94,16 @@ export class DeleteKxClusterNodeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteKxClusterNodeCommand)
.de(de_DeleteKxClusterNodeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteKxClusterNodeRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteKxClusterNodeCommandInput;
+ output: DeleteKxClusterNodeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/DeleteKxDatabaseCommand.ts b/clients/client-finspace/src/commands/DeleteKxDatabaseCommand.ts
index 83d6729e8b77..4dc8a156603c 100644
--- a/clients/client-finspace/src/commands/DeleteKxDatabaseCommand.ts
+++ b/clients/client-finspace/src/commands/DeleteKxDatabaseCommand.ts
@@ -96,4 +96,16 @@ export class DeleteKxDatabaseCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteKxDatabaseCommand)
.de(de_DeleteKxDatabaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteKxDatabaseRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteKxDatabaseCommandInput;
+ output: DeleteKxDatabaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/DeleteKxDataviewCommand.ts b/clients/client-finspace/src/commands/DeleteKxDataviewCommand.ts
index 3f5ae775c09b..a6a7a798008a 100644
--- a/clients/client-finspace/src/commands/DeleteKxDataviewCommand.ts
+++ b/clients/client-finspace/src/commands/DeleteKxDataviewCommand.ts
@@ -98,4 +98,16 @@ export class DeleteKxDataviewCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteKxDataviewCommand)
.de(de_DeleteKxDataviewCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteKxDataviewRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteKxDataviewCommandInput;
+ output: DeleteKxDataviewCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/DeleteKxEnvironmentCommand.ts b/clients/client-finspace/src/commands/DeleteKxEnvironmentCommand.ts
index 1bd74f308745..378e092df87c 100644
--- a/clients/client-finspace/src/commands/DeleteKxEnvironmentCommand.ts
+++ b/clients/client-finspace/src/commands/DeleteKxEnvironmentCommand.ts
@@ -95,4 +95,16 @@ export class DeleteKxEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteKxEnvironmentCommand)
.de(de_DeleteKxEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteKxEnvironmentRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteKxEnvironmentCommandInput;
+ output: DeleteKxEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/DeleteKxScalingGroupCommand.ts b/clients/client-finspace/src/commands/DeleteKxScalingGroupCommand.ts
index d7b253e3daba..c7a92e9ba00b 100644
--- a/clients/client-finspace/src/commands/DeleteKxScalingGroupCommand.ts
+++ b/clients/client-finspace/src/commands/DeleteKxScalingGroupCommand.ts
@@ -100,4 +100,16 @@ export class DeleteKxScalingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteKxScalingGroupCommand)
.de(de_DeleteKxScalingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteKxScalingGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteKxScalingGroupCommandInput;
+ output: DeleteKxScalingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/DeleteKxUserCommand.ts b/clients/client-finspace/src/commands/DeleteKxUserCommand.ts
index 846fe925a087..e77ee8f780ef 100644
--- a/clients/client-finspace/src/commands/DeleteKxUserCommand.ts
+++ b/clients/client-finspace/src/commands/DeleteKxUserCommand.ts
@@ -96,4 +96,16 @@ export class DeleteKxUserCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteKxUserCommand)
.de(de_DeleteKxUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteKxUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteKxUserCommandInput;
+ output: DeleteKxUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/DeleteKxVolumeCommand.ts b/clients/client-finspace/src/commands/DeleteKxVolumeCommand.ts
index 3af9cdb88946..0790909897da 100644
--- a/clients/client-finspace/src/commands/DeleteKxVolumeCommand.ts
+++ b/clients/client-finspace/src/commands/DeleteKxVolumeCommand.ts
@@ -102,4 +102,16 @@ export class DeleteKxVolumeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteKxVolumeCommand)
.de(de_DeleteKxVolumeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteKxVolumeRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteKxVolumeCommandInput;
+ output: DeleteKxVolumeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/GetEnvironmentCommand.ts b/clients/client-finspace/src/commands/GetEnvironmentCommand.ts
index 3bb56d130559..5bedf788de61 100644
--- a/clients/client-finspace/src/commands/GetEnvironmentCommand.ts
+++ b/clients/client-finspace/src/commands/GetEnvironmentCommand.ts
@@ -114,4 +114,16 @@ export class GetEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEnvironmentCommand)
.de(de_GetEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEnvironmentRequest;
+ output: GetEnvironmentResponse;
+ };
+ sdk: {
+ input: GetEnvironmentCommandInput;
+ output: GetEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/GetKxChangesetCommand.ts b/clients/client-finspace/src/commands/GetKxChangesetCommand.ts
index f2cb223cd26d..6c0bfa9c70fe 100644
--- a/clients/client-finspace/src/commands/GetKxChangesetCommand.ts
+++ b/clients/client-finspace/src/commands/GetKxChangesetCommand.ts
@@ -112,4 +112,16 @@ export class GetKxChangesetCommand extends $Command
.f(void 0, void 0)
.ser(se_GetKxChangesetCommand)
.de(de_GetKxChangesetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetKxChangesetRequest;
+ output: GetKxChangesetResponse;
+ };
+ sdk: {
+ input: GetKxChangesetCommandInput;
+ output: GetKxChangesetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/GetKxClusterCommand.ts b/clients/client-finspace/src/commands/GetKxClusterCommand.ts
index de0bc1e914bf..7c71d268a12a 100644
--- a/clients/client-finspace/src/commands/GetKxClusterCommand.ts
+++ b/clients/client-finspace/src/commands/GetKxClusterCommand.ts
@@ -203,4 +203,16 @@ export class GetKxClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_GetKxClusterCommand)
.de(de_GetKxClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetKxClusterRequest;
+ output: GetKxClusterResponse;
+ };
+ sdk: {
+ input: GetKxClusterCommandInput;
+ output: GetKxClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/GetKxConnectionStringCommand.ts b/clients/client-finspace/src/commands/GetKxConnectionStringCommand.ts
index cb24094bb868..2431420b46ed 100644
--- a/clients/client-finspace/src/commands/GetKxConnectionStringCommand.ts
+++ b/clients/client-finspace/src/commands/GetKxConnectionStringCommand.ts
@@ -99,4 +99,16 @@ export class GetKxConnectionStringCommand extends $Command
.f(void 0, GetKxConnectionStringResponseFilterSensitiveLog)
.ser(se_GetKxConnectionStringCommand)
.de(de_GetKxConnectionStringCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetKxConnectionStringRequest;
+ output: GetKxConnectionStringResponse;
+ };
+ sdk: {
+ input: GetKxConnectionStringCommandInput;
+ output: GetKxConnectionStringCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/GetKxDatabaseCommand.ts b/clients/client-finspace/src/commands/GetKxDatabaseCommand.ts
index b277abe63893..cd52f71427d3 100644
--- a/clients/client-finspace/src/commands/GetKxDatabaseCommand.ts
+++ b/clients/client-finspace/src/commands/GetKxDatabaseCommand.ts
@@ -103,4 +103,16 @@ export class GetKxDatabaseCommand extends $Command
.f(void 0, void 0)
.ser(se_GetKxDatabaseCommand)
.de(de_GetKxDatabaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetKxDatabaseRequest;
+ output: GetKxDatabaseResponse;
+ };
+ sdk: {
+ input: GetKxDatabaseCommandInput;
+ output: GetKxDatabaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/GetKxDataviewCommand.ts b/clients/client-finspace/src/commands/GetKxDataviewCommand.ts
index aee0fcc4428a..82b1e15ef091 100644
--- a/clients/client-finspace/src/commands/GetKxDataviewCommand.ts
+++ b/clients/client-finspace/src/commands/GetKxDataviewCommand.ts
@@ -137,4 +137,16 @@ export class GetKxDataviewCommand extends $Command
.f(void 0, void 0)
.ser(se_GetKxDataviewCommand)
.de(de_GetKxDataviewCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetKxDataviewRequest;
+ output: GetKxDataviewResponse;
+ };
+ sdk: {
+ input: GetKxDataviewCommandInput;
+ output: GetKxDataviewCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/GetKxEnvironmentCommand.ts b/clients/client-finspace/src/commands/GetKxEnvironmentCommand.ts
index c98186bfe442..02d679f36133 100644
--- a/clients/client-finspace/src/commands/GetKxEnvironmentCommand.ts
+++ b/clients/client-finspace/src/commands/GetKxEnvironmentCommand.ts
@@ -135,4 +135,16 @@ export class GetKxEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetKxEnvironmentCommand)
.de(de_GetKxEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetKxEnvironmentRequest;
+ output: GetKxEnvironmentResponse;
+ };
+ sdk: {
+ input: GetKxEnvironmentCommandInput;
+ output: GetKxEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/GetKxScalingGroupCommand.ts b/clients/client-finspace/src/commands/GetKxScalingGroupCommand.ts
index 1e60d1f91796..4dbedce570a3 100644
--- a/clients/client-finspace/src/commands/GetKxScalingGroupCommand.ts
+++ b/clients/client-finspace/src/commands/GetKxScalingGroupCommand.ts
@@ -111,4 +111,16 @@ export class GetKxScalingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_GetKxScalingGroupCommand)
.de(de_GetKxScalingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetKxScalingGroupRequest;
+ output: GetKxScalingGroupResponse;
+ };
+ sdk: {
+ input: GetKxScalingGroupCommandInput;
+ output: GetKxScalingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/GetKxUserCommand.ts b/clients/client-finspace/src/commands/GetKxUserCommand.ts
index 7c5029ec8c4f..813a24c6878f 100644
--- a/clients/client-finspace/src/commands/GetKxUserCommand.ts
+++ b/clients/client-finspace/src/commands/GetKxUserCommand.ts
@@ -97,4 +97,16 @@ export class GetKxUserCommand extends $Command
.f(void 0, void 0)
.ser(se_GetKxUserCommand)
.de(de_GetKxUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetKxUserRequest;
+ output: GetKxUserResponse;
+ };
+ sdk: {
+ input: GetKxUserCommandInput;
+ output: GetKxUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/GetKxVolumeCommand.ts b/clients/client-finspace/src/commands/GetKxVolumeCommand.ts
index 40de775baed2..48212ee352c9 100644
--- a/clients/client-finspace/src/commands/GetKxVolumeCommand.ts
+++ b/clients/client-finspace/src/commands/GetKxVolumeCommand.ts
@@ -124,4 +124,16 @@ export class GetKxVolumeCommand extends $Command
.f(void 0, void 0)
.ser(se_GetKxVolumeCommand)
.de(de_GetKxVolumeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetKxVolumeRequest;
+ output: GetKxVolumeResponse;
+ };
+ sdk: {
+ input: GetKxVolumeCommandInput;
+ output: GetKxVolumeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts b/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts
index 7d6aa7494341..063947754b61 100644
--- a/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts
+++ b/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts
@@ -115,4 +115,16 @@ export class ListEnvironmentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEnvironmentsCommand)
.de(de_ListEnvironmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEnvironmentsRequest;
+ output: ListEnvironmentsResponse;
+ };
+ sdk: {
+ input: ListEnvironmentsCommandInput;
+ output: ListEnvironmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/ListKxChangesetsCommand.ts b/clients/client-finspace/src/commands/ListKxChangesetsCommand.ts
index df35d253f72e..515e1cd5f362 100644
--- a/clients/client-finspace/src/commands/ListKxChangesetsCommand.ts
+++ b/clients/client-finspace/src/commands/ListKxChangesetsCommand.ts
@@ -105,4 +105,16 @@ export class ListKxChangesetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListKxChangesetsCommand)
.de(de_ListKxChangesetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListKxChangesetsRequest;
+ output: ListKxChangesetsResponse;
+ };
+ sdk: {
+ input: ListKxChangesetsCommandInput;
+ output: ListKxChangesetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/ListKxClusterNodesCommand.ts b/clients/client-finspace/src/commands/ListKxClusterNodesCommand.ts
index 8770e14eb789..556f45cd3a98 100644
--- a/clients/client-finspace/src/commands/ListKxClusterNodesCommand.ts
+++ b/clients/client-finspace/src/commands/ListKxClusterNodesCommand.ts
@@ -107,4 +107,16 @@ export class ListKxClusterNodesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListKxClusterNodesCommand)
.de(de_ListKxClusterNodesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListKxClusterNodesRequest;
+ output: ListKxClusterNodesResponse;
+ };
+ sdk: {
+ input: ListKxClusterNodesCommandInput;
+ output: ListKxClusterNodesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/ListKxClustersCommand.ts b/clients/client-finspace/src/commands/ListKxClustersCommand.ts
index fd82688d8c30..169a55576fff 100644
--- a/clients/client-finspace/src/commands/ListKxClustersCommand.ts
+++ b/clients/client-finspace/src/commands/ListKxClustersCommand.ts
@@ -124,4 +124,16 @@ export class ListKxClustersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListKxClustersCommand)
.de(de_ListKxClustersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListKxClustersRequest;
+ output: ListKxClustersResponse;
+ };
+ sdk: {
+ input: ListKxClustersCommandInput;
+ output: ListKxClustersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/ListKxDatabasesCommand.ts b/clients/client-finspace/src/commands/ListKxDatabasesCommand.ts
index 10a41c8b6271..a27699d3d3b8 100644
--- a/clients/client-finspace/src/commands/ListKxDatabasesCommand.ts
+++ b/clients/client-finspace/src/commands/ListKxDatabasesCommand.ts
@@ -102,4 +102,16 @@ export class ListKxDatabasesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListKxDatabasesCommand)
.de(de_ListKxDatabasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListKxDatabasesRequest;
+ output: ListKxDatabasesResponse;
+ };
+ sdk: {
+ input: ListKxDatabasesCommandInput;
+ output: ListKxDatabasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/ListKxDataviewsCommand.ts b/clients/client-finspace/src/commands/ListKxDataviewsCommand.ts
index c94f3dfba606..544aaeb5e072 100644
--- a/clients/client-finspace/src/commands/ListKxDataviewsCommand.ts
+++ b/clients/client-finspace/src/commands/ListKxDataviewsCommand.ts
@@ -142,4 +142,16 @@ export class ListKxDataviewsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListKxDataviewsCommand)
.de(de_ListKxDataviewsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListKxDataviewsRequest;
+ output: ListKxDataviewsResponse;
+ };
+ sdk: {
+ input: ListKxDataviewsCommandInput;
+ output: ListKxDataviewsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/ListKxEnvironmentsCommand.ts b/clients/client-finspace/src/commands/ListKxEnvironmentsCommand.ts
index 10b5cf64a2a5..998b43fbcbbb 100644
--- a/clients/client-finspace/src/commands/ListKxEnvironmentsCommand.ts
+++ b/clients/client-finspace/src/commands/ListKxEnvironmentsCommand.ts
@@ -135,4 +135,16 @@ export class ListKxEnvironmentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListKxEnvironmentsCommand)
.de(de_ListKxEnvironmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListKxEnvironmentsRequest;
+ output: ListKxEnvironmentsResponse;
+ };
+ sdk: {
+ input: ListKxEnvironmentsCommandInput;
+ output: ListKxEnvironmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/ListKxScalingGroupsCommand.ts b/clients/client-finspace/src/commands/ListKxScalingGroupsCommand.ts
index 61512a400b56..4ad5ccc8d112 100644
--- a/clients/client-finspace/src/commands/ListKxScalingGroupsCommand.ts
+++ b/clients/client-finspace/src/commands/ListKxScalingGroupsCommand.ts
@@ -116,4 +116,16 @@ export class ListKxScalingGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListKxScalingGroupsCommand)
.de(de_ListKxScalingGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListKxScalingGroupsRequest;
+ output: ListKxScalingGroupsResponse;
+ };
+ sdk: {
+ input: ListKxScalingGroupsCommandInput;
+ output: ListKxScalingGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/ListKxUsersCommand.ts b/clients/client-finspace/src/commands/ListKxUsersCommand.ts
index 545540151934..f00bc62c907a 100644
--- a/clients/client-finspace/src/commands/ListKxUsersCommand.ts
+++ b/clients/client-finspace/src/commands/ListKxUsersCommand.ts
@@ -104,4 +104,16 @@ export class ListKxUsersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListKxUsersCommand)
.de(de_ListKxUsersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListKxUsersRequest;
+ output: ListKxUsersResponse;
+ };
+ sdk: {
+ input: ListKxUsersCommandInput;
+ output: ListKxUsersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/ListKxVolumesCommand.ts b/clients/client-finspace/src/commands/ListKxVolumesCommand.ts
index 07021c621517..ea2a0bd48275 100644
--- a/clients/client-finspace/src/commands/ListKxVolumesCommand.ts
+++ b/clients/client-finspace/src/commands/ListKxVolumesCommand.ts
@@ -119,4 +119,16 @@ export class ListKxVolumesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListKxVolumesCommand)
.de(de_ListKxVolumesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListKxVolumesRequest;
+ output: ListKxVolumesResponse;
+ };
+ sdk: {
+ input: ListKxVolumesCommandInput;
+ output: ListKxVolumesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/ListTagsForResourceCommand.ts b/clients/client-finspace/src/commands/ListTagsForResourceCommand.ts
index 30ccefc9135e..90622173e0f7 100644
--- a/clients/client-finspace/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-finspace/src/commands/ListTagsForResourceCommand.ts
@@ -89,4 +89,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/TagResourceCommand.ts b/clients/client-finspace/src/commands/TagResourceCommand.ts
index 9a02b7d9619f..1c82781d3528 100644
--- a/clients/client-finspace/src/commands/TagResourceCommand.ts
+++ b/clients/client-finspace/src/commands/TagResourceCommand.ts
@@ -88,4 +88,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/UntagResourceCommand.ts b/clients/client-finspace/src/commands/UntagResourceCommand.ts
index 28a7fb26a58c..2d337dbc6b01 100644
--- a/clients/client-finspace/src/commands/UntagResourceCommand.ts
+++ b/clients/client-finspace/src/commands/UntagResourceCommand.ts
@@ -88,4 +88,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts b/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts
index 2904b3dee5c5..981c48ebeafa 100644
--- a/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts
+++ b/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts
@@ -130,4 +130,16 @@ export class UpdateEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEnvironmentCommand)
.de(de_UpdateEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEnvironmentRequest;
+ output: UpdateEnvironmentResponse;
+ };
+ sdk: {
+ input: UpdateEnvironmentCommandInput;
+ output: UpdateEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/UpdateKxClusterCodeConfigurationCommand.ts b/clients/client-finspace/src/commands/UpdateKxClusterCodeConfigurationCommand.ts
index 280a79d4dc7e..2e75e2803bd3 100644
--- a/clients/client-finspace/src/commands/UpdateKxClusterCodeConfigurationCommand.ts
+++ b/clients/client-finspace/src/commands/UpdateKxClusterCodeConfigurationCommand.ts
@@ -122,4 +122,16 @@ export class UpdateKxClusterCodeConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateKxClusterCodeConfigurationCommand)
.de(de_UpdateKxClusterCodeConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateKxClusterCodeConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateKxClusterCodeConfigurationCommandInput;
+ output: UpdateKxClusterCodeConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/UpdateKxClusterDatabasesCommand.ts b/clients/client-finspace/src/commands/UpdateKxClusterDatabasesCommand.ts
index 4bacb0732df9..1dc83bc2189c 100644
--- a/clients/client-finspace/src/commands/UpdateKxClusterDatabasesCommand.ts
+++ b/clients/client-finspace/src/commands/UpdateKxClusterDatabasesCommand.ts
@@ -133,4 +133,16 @@ export class UpdateKxClusterDatabasesCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateKxClusterDatabasesCommand)
.de(de_UpdateKxClusterDatabasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateKxClusterDatabasesRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateKxClusterDatabasesCommandInput;
+ output: UpdateKxClusterDatabasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/UpdateKxDatabaseCommand.ts b/clients/client-finspace/src/commands/UpdateKxDatabaseCommand.ts
index 50cdafa4b829..54e5d8c6356a 100644
--- a/clients/client-finspace/src/commands/UpdateKxDatabaseCommand.ts
+++ b/clients/client-finspace/src/commands/UpdateKxDatabaseCommand.ts
@@ -102,4 +102,16 @@ export class UpdateKxDatabaseCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateKxDatabaseCommand)
.de(de_UpdateKxDatabaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateKxDatabaseRequest;
+ output: UpdateKxDatabaseResponse;
+ };
+ sdk: {
+ input: UpdateKxDatabaseCommandInput;
+ output: UpdateKxDatabaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/UpdateKxDataviewCommand.ts b/clients/client-finspace/src/commands/UpdateKxDataviewCommand.ts
index 76af014aa318..3ac7f4069d00 100644
--- a/clients/client-finspace/src/commands/UpdateKxDataviewCommand.ts
+++ b/clients/client-finspace/src/commands/UpdateKxDataviewCommand.ts
@@ -153,4 +153,16 @@ export class UpdateKxDataviewCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateKxDataviewCommand)
.de(de_UpdateKxDataviewCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateKxDataviewRequest;
+ output: UpdateKxDataviewResponse;
+ };
+ sdk: {
+ input: UpdateKxDataviewCommandInput;
+ output: UpdateKxDataviewCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/UpdateKxEnvironmentCommand.ts b/clients/client-finspace/src/commands/UpdateKxEnvironmentCommand.ts
index 43f09d3fe765..df811a9f6f76 100644
--- a/clients/client-finspace/src/commands/UpdateKxEnvironmentCommand.ts
+++ b/clients/client-finspace/src/commands/UpdateKxEnvironmentCommand.ts
@@ -140,4 +140,16 @@ export class UpdateKxEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateKxEnvironmentCommand)
.de(de_UpdateKxEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateKxEnvironmentRequest;
+ output: UpdateKxEnvironmentResponse;
+ };
+ sdk: {
+ input: UpdateKxEnvironmentCommandInput;
+ output: UpdateKxEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/UpdateKxEnvironmentNetworkCommand.ts b/clients/client-finspace/src/commands/UpdateKxEnvironmentNetworkCommand.ts
index 31a27956b779..f5430ca12525 100644
--- a/clients/client-finspace/src/commands/UpdateKxEnvironmentNetworkCommand.ts
+++ b/clients/client-finspace/src/commands/UpdateKxEnvironmentNetworkCommand.ts
@@ -165,4 +165,16 @@ export class UpdateKxEnvironmentNetworkCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateKxEnvironmentNetworkCommand)
.de(de_UpdateKxEnvironmentNetworkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateKxEnvironmentNetworkRequest;
+ output: UpdateKxEnvironmentNetworkResponse;
+ };
+ sdk: {
+ input: UpdateKxEnvironmentNetworkCommandInput;
+ output: UpdateKxEnvironmentNetworkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/UpdateKxUserCommand.ts b/clients/client-finspace/src/commands/UpdateKxUserCommand.ts
index b2bb249278d4..13ba4a77d7db 100644
--- a/clients/client-finspace/src/commands/UpdateKxUserCommand.ts
+++ b/clients/client-finspace/src/commands/UpdateKxUserCommand.ts
@@ -105,4 +105,16 @@ export class UpdateKxUserCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateKxUserCommand)
.de(de_UpdateKxUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateKxUserRequest;
+ output: UpdateKxUserResponse;
+ };
+ sdk: {
+ input: UpdateKxUserCommandInput;
+ output: UpdateKxUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-finspace/src/commands/UpdateKxVolumeCommand.ts b/clients/client-finspace/src/commands/UpdateKxVolumeCommand.ts
index a193a592dbc2..16e1dc14cee2 100644
--- a/clients/client-finspace/src/commands/UpdateKxVolumeCommand.ts
+++ b/clients/client-finspace/src/commands/UpdateKxVolumeCommand.ts
@@ -132,4 +132,16 @@ export class UpdateKxVolumeCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateKxVolumeCommand)
.de(de_UpdateKxVolumeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateKxVolumeRequest;
+ output: UpdateKxVolumeResponse;
+ };
+ sdk: {
+ input: UpdateKxVolumeCommandInput;
+ output: UpdateKxVolumeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-firehose/package.json b/clients/client-firehose/package.json
index 1fbb9ecf13aa..88e07b85363f 100644
--- a/clients/client-firehose/package.json
+++ b/clients/client-firehose/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-firehose/src/commands/CreateDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/CreateDeliveryStreamCommand.ts
index eaa923585d3a..92239cd40f0e 100644
--- a/clients/client-firehose/src/commands/CreateDeliveryStreamCommand.ts
+++ b/clients/client-firehose/src/commands/CreateDeliveryStreamCommand.ts
@@ -658,4 +658,16 @@ export class CreateDeliveryStreamCommand extends $Command
.f(CreateDeliveryStreamInputFilterSensitiveLog, void 0)
.ser(se_CreateDeliveryStreamCommand)
.de(de_CreateDeliveryStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDeliveryStreamInput;
+ output: CreateDeliveryStreamOutput;
+ };
+ sdk: {
+ input: CreateDeliveryStreamCommandInput;
+ output: CreateDeliveryStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-firehose/src/commands/DeleteDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/DeleteDeliveryStreamCommand.ts
index 3976072276dd..5553662911bb 100644
--- a/clients/client-firehose/src/commands/DeleteDeliveryStreamCommand.ts
+++ b/clients/client-firehose/src/commands/DeleteDeliveryStreamCommand.ts
@@ -94,4 +94,16 @@ export class DeleteDeliveryStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDeliveryStreamCommand)
.de(de_DeleteDeliveryStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDeliveryStreamInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDeliveryStreamCommandInput;
+ output: DeleteDeliveryStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-firehose/src/commands/DescribeDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/DescribeDeliveryStreamCommand.ts
index 903a8b8391ac..d6e692a2a9ec 100644
--- a/clients/client-firehose/src/commands/DescribeDeliveryStreamCommand.ts
+++ b/clients/client-firehose/src/commands/DescribeDeliveryStreamCommand.ts
@@ -606,4 +606,16 @@ export class DescribeDeliveryStreamCommand extends $Command
.f(void 0, DescribeDeliveryStreamOutputFilterSensitiveLog)
.ser(se_DescribeDeliveryStreamCommand)
.de(de_DescribeDeliveryStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDeliveryStreamInput;
+ output: DescribeDeliveryStreamOutput;
+ };
+ sdk: {
+ input: DescribeDeliveryStreamCommandInput;
+ output: DescribeDeliveryStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-firehose/src/commands/ListDeliveryStreamsCommand.ts b/clients/client-firehose/src/commands/ListDeliveryStreamsCommand.ts
index 92474ab494de..be4786da713e 100644
--- a/clients/client-firehose/src/commands/ListDeliveryStreamsCommand.ts
+++ b/clients/client-firehose/src/commands/ListDeliveryStreamsCommand.ts
@@ -89,4 +89,16 @@ export class ListDeliveryStreamsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDeliveryStreamsCommand)
.de(de_ListDeliveryStreamsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDeliveryStreamsInput;
+ output: ListDeliveryStreamsOutput;
+ };
+ sdk: {
+ input: ListDeliveryStreamsCommandInput;
+ output: ListDeliveryStreamsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-firehose/src/commands/ListTagsForDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/ListTagsForDeliveryStreamCommand.ts
index e1934461d632..a76db5a031ca 100644
--- a/clients/client-firehose/src/commands/ListTagsForDeliveryStreamCommand.ts
+++ b/clients/client-firehose/src/commands/ListTagsForDeliveryStreamCommand.ts
@@ -95,4 +95,16 @@ export class ListTagsForDeliveryStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForDeliveryStreamCommand)
.de(de_ListTagsForDeliveryStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForDeliveryStreamInput;
+ output: ListTagsForDeliveryStreamOutput;
+ };
+ sdk: {
+ input: ListTagsForDeliveryStreamCommandInput;
+ output: ListTagsForDeliveryStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-firehose/src/commands/PutRecordBatchCommand.ts b/clients/client-firehose/src/commands/PutRecordBatchCommand.ts
index 8aa9030ea49c..2703733f801a 100644
--- a/clients/client-firehose/src/commands/PutRecordBatchCommand.ts
+++ b/clients/client-firehose/src/commands/PutRecordBatchCommand.ts
@@ -165,4 +165,16 @@ export class PutRecordBatchCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRecordBatchCommand)
.de(de_PutRecordBatchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRecordBatchInput;
+ output: PutRecordBatchOutput;
+ };
+ sdk: {
+ input: PutRecordBatchCommandInput;
+ output: PutRecordBatchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-firehose/src/commands/PutRecordCommand.ts b/clients/client-firehose/src/commands/PutRecordCommand.ts
index 48eb7cc42cf6..2ff6f08be691 100644
--- a/clients/client-firehose/src/commands/PutRecordCommand.ts
+++ b/clients/client-firehose/src/commands/PutRecordCommand.ts
@@ -138,4 +138,16 @@ export class PutRecordCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRecordCommand)
.de(de_PutRecordCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRecordInput;
+ output: PutRecordOutput;
+ };
+ sdk: {
+ input: PutRecordCommandInput;
+ output: PutRecordCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-firehose/src/commands/StartDeliveryStreamEncryptionCommand.ts b/clients/client-firehose/src/commands/StartDeliveryStreamEncryptionCommand.ts
index 72c55a7f288d..cddca96e110d 100644
--- a/clients/client-firehose/src/commands/StartDeliveryStreamEncryptionCommand.ts
+++ b/clients/client-firehose/src/commands/StartDeliveryStreamEncryptionCommand.ts
@@ -140,4 +140,16 @@ export class StartDeliveryStreamEncryptionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartDeliveryStreamEncryptionCommand)
.de(de_StartDeliveryStreamEncryptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartDeliveryStreamEncryptionInput;
+ output: {};
+ };
+ sdk: {
+ input: StartDeliveryStreamEncryptionCommandInput;
+ output: StartDeliveryStreamEncryptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-firehose/src/commands/StopDeliveryStreamEncryptionCommand.ts b/clients/client-firehose/src/commands/StopDeliveryStreamEncryptionCommand.ts
index 5b5c48860621..9ec8e02068e7 100644
--- a/clients/client-firehose/src/commands/StopDeliveryStreamEncryptionCommand.ts
+++ b/clients/client-firehose/src/commands/StopDeliveryStreamEncryptionCommand.ts
@@ -110,4 +110,16 @@ export class StopDeliveryStreamEncryptionCommand extends $Command
.f(void 0, void 0)
.ser(se_StopDeliveryStreamEncryptionCommand)
.de(de_StopDeliveryStreamEncryptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopDeliveryStreamEncryptionInput;
+ output: {};
+ };
+ sdk: {
+ input: StopDeliveryStreamEncryptionCommandInput;
+ output: StopDeliveryStreamEncryptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-firehose/src/commands/TagDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/TagDeliveryStreamCommand.ts
index e1985739ada0..c53b62d12fb7 100644
--- a/clients/client-firehose/src/commands/TagDeliveryStreamCommand.ts
+++ b/clients/client-firehose/src/commands/TagDeliveryStreamCommand.ts
@@ -102,4 +102,16 @@ export class TagDeliveryStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_TagDeliveryStreamCommand)
.de(de_TagDeliveryStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagDeliveryStreamInput;
+ output: {};
+ };
+ sdk: {
+ input: TagDeliveryStreamCommandInput;
+ output: TagDeliveryStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-firehose/src/commands/UntagDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/UntagDeliveryStreamCommand.ts
index ae7e367f77a5..f20babcd9fa7 100644
--- a/clients/client-firehose/src/commands/UntagDeliveryStreamCommand.ts
+++ b/clients/client-firehose/src/commands/UntagDeliveryStreamCommand.ts
@@ -93,4 +93,16 @@ export class UntagDeliveryStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagDeliveryStreamCommand)
.de(de_UntagDeliveryStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagDeliveryStreamInput;
+ output: {};
+ };
+ sdk: {
+ input: UntagDeliveryStreamCommandInput;
+ output: UntagDeliveryStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-firehose/src/commands/UpdateDestinationCommand.ts b/clients/client-firehose/src/commands/UpdateDestinationCommand.ts
index fe01bbdd4115..116db9006b14 100644
--- a/clients/client-firehose/src/commands/UpdateDestinationCommand.ts
+++ b/clients/client-firehose/src/commands/UpdateDestinationCommand.ts
@@ -563,4 +563,16 @@ export class UpdateDestinationCommand extends $Command
.f(UpdateDestinationInputFilterSensitiveLog, void 0)
.ser(se_UpdateDestinationCommand)
.de(de_UpdateDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDestinationInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDestinationCommandInput;
+ output: UpdateDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/package.json b/clients/client-fis/package.json
index 371df57e9abf..f09d974299de 100644
--- a/clients/client-fis/package.json
+++ b/clients/client-fis/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-fis/src/commands/CreateExperimentTemplateCommand.ts b/clients/client-fis/src/commands/CreateExperimentTemplateCommand.ts
index 9454a87b69e2..54fef9744a19 100644
--- a/clients/client-fis/src/commands/CreateExperimentTemplateCommand.ts
+++ b/clients/client-fis/src/commands/CreateExperimentTemplateCommand.ts
@@ -243,4 +243,16 @@ export class CreateExperimentTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateExperimentTemplateCommand)
.de(de_CreateExperimentTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateExperimentTemplateRequest;
+ output: CreateExperimentTemplateResponse;
+ };
+ sdk: {
+ input: CreateExperimentTemplateCommandInput;
+ output: CreateExperimentTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/CreateTargetAccountConfigurationCommand.ts b/clients/client-fis/src/commands/CreateTargetAccountConfigurationCommand.ts
index b5d06e6b8405..3fce841bfa10 100644
--- a/clients/client-fis/src/commands/CreateTargetAccountConfigurationCommand.ts
+++ b/clients/client-fis/src/commands/CreateTargetAccountConfigurationCommand.ts
@@ -106,4 +106,16 @@ export class CreateTargetAccountConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTargetAccountConfigurationCommand)
.de(de_CreateTargetAccountConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTargetAccountConfigurationRequest;
+ output: CreateTargetAccountConfigurationResponse;
+ };
+ sdk: {
+ input: CreateTargetAccountConfigurationCommandInput;
+ output: CreateTargetAccountConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/DeleteExperimentTemplateCommand.ts b/clients/client-fis/src/commands/DeleteExperimentTemplateCommand.ts
index 17035bfc1fa4..f1c23335b672 100644
--- a/clients/client-fis/src/commands/DeleteExperimentTemplateCommand.ts
+++ b/clients/client-fis/src/commands/DeleteExperimentTemplateCommand.ts
@@ -152,4 +152,16 @@ export class DeleteExperimentTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteExperimentTemplateCommand)
.de(de_DeleteExperimentTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteExperimentTemplateRequest;
+ output: DeleteExperimentTemplateResponse;
+ };
+ sdk: {
+ input: DeleteExperimentTemplateCommandInput;
+ output: DeleteExperimentTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/DeleteTargetAccountConfigurationCommand.ts b/clients/client-fis/src/commands/DeleteTargetAccountConfigurationCommand.ts
index 6d6ed78b2b59..35f22fab8f6b 100644
--- a/clients/client-fis/src/commands/DeleteTargetAccountConfigurationCommand.ts
+++ b/clients/client-fis/src/commands/DeleteTargetAccountConfigurationCommand.ts
@@ -93,4 +93,16 @@ export class DeleteTargetAccountConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTargetAccountConfigurationCommand)
.de(de_DeleteTargetAccountConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTargetAccountConfigurationRequest;
+ output: DeleteTargetAccountConfigurationResponse;
+ };
+ sdk: {
+ input: DeleteTargetAccountConfigurationCommandInput;
+ output: DeleteTargetAccountConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/GetActionCommand.ts b/clients/client-fis/src/commands/GetActionCommand.ts
index 8eed13a2e4ce..43acf447babd 100644
--- a/clients/client-fis/src/commands/GetActionCommand.ts
+++ b/clients/client-fis/src/commands/GetActionCommand.ts
@@ -101,4 +101,16 @@ export class GetActionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetActionCommand)
.de(de_GetActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetActionRequest;
+ output: GetActionResponse;
+ };
+ sdk: {
+ input: GetActionCommandInput;
+ output: GetActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/GetExperimentCommand.ts b/clients/client-fis/src/commands/GetExperimentCommand.ts
index 4283d4330933..62df95eee842 100644
--- a/clients/client-fis/src/commands/GetExperimentCommand.ts
+++ b/clients/client-fis/src/commands/GetExperimentCommand.ts
@@ -169,4 +169,16 @@ export class GetExperimentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetExperimentCommand)
.de(de_GetExperimentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetExperimentRequest;
+ output: GetExperimentResponse;
+ };
+ sdk: {
+ input: GetExperimentCommandInput;
+ output: GetExperimentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/GetExperimentTargetAccountConfigurationCommand.ts b/clients/client-fis/src/commands/GetExperimentTargetAccountConfigurationCommand.ts
index 5446f6352f5b..f57bc2396e54 100644
--- a/clients/client-fis/src/commands/GetExperimentTargetAccountConfigurationCommand.ts
+++ b/clients/client-fis/src/commands/GetExperimentTargetAccountConfigurationCommand.ts
@@ -97,4 +97,16 @@ export class GetExperimentTargetAccountConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetExperimentTargetAccountConfigurationCommand)
.de(de_GetExperimentTargetAccountConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetExperimentTargetAccountConfigurationRequest;
+ output: GetExperimentTargetAccountConfigurationResponse;
+ };
+ sdk: {
+ input: GetExperimentTargetAccountConfigurationCommandInput;
+ output: GetExperimentTargetAccountConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/GetExperimentTemplateCommand.ts b/clients/client-fis/src/commands/GetExperimentTemplateCommand.ts
index 875bf4352add..035d70458fef 100644
--- a/clients/client-fis/src/commands/GetExperimentTemplateCommand.ts
+++ b/clients/client-fis/src/commands/GetExperimentTemplateCommand.ts
@@ -152,4 +152,16 @@ export class GetExperimentTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetExperimentTemplateCommand)
.de(de_GetExperimentTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetExperimentTemplateRequest;
+ output: GetExperimentTemplateResponse;
+ };
+ sdk: {
+ input: GetExperimentTemplateCommandInput;
+ output: GetExperimentTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/GetSafetyLeverCommand.ts b/clients/client-fis/src/commands/GetSafetyLeverCommand.ts
index 0656149225a8..13fe1181d5fe 100644
--- a/clients/client-fis/src/commands/GetSafetyLeverCommand.ts
+++ b/clients/client-fis/src/commands/GetSafetyLeverCommand.ts
@@ -89,4 +89,16 @@ export class GetSafetyLeverCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSafetyLeverCommand)
.de(de_GetSafetyLeverCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSafetyLeverRequest;
+ output: GetSafetyLeverResponse;
+ };
+ sdk: {
+ input: GetSafetyLeverCommandInput;
+ output: GetSafetyLeverCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/GetTargetAccountConfigurationCommand.ts b/clients/client-fis/src/commands/GetTargetAccountConfigurationCommand.ts
index 088649d37fc3..f5e7735eb6e1 100644
--- a/clients/client-fis/src/commands/GetTargetAccountConfigurationCommand.ts
+++ b/clients/client-fis/src/commands/GetTargetAccountConfigurationCommand.ts
@@ -93,4 +93,16 @@ export class GetTargetAccountConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTargetAccountConfigurationCommand)
.de(de_GetTargetAccountConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTargetAccountConfigurationRequest;
+ output: GetTargetAccountConfigurationResponse;
+ };
+ sdk: {
+ input: GetTargetAccountConfigurationCommandInput;
+ output: GetTargetAccountConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/GetTargetResourceTypeCommand.ts b/clients/client-fis/src/commands/GetTargetResourceTypeCommand.ts
index 73c661685d99..145eec7c4cfd 100644
--- a/clients/client-fis/src/commands/GetTargetResourceTypeCommand.ts
+++ b/clients/client-fis/src/commands/GetTargetResourceTypeCommand.ts
@@ -92,4 +92,16 @@ export class GetTargetResourceTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTargetResourceTypeCommand)
.de(de_GetTargetResourceTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTargetResourceTypeRequest;
+ output: GetTargetResourceTypeResponse;
+ };
+ sdk: {
+ input: GetTargetResourceTypeCommandInput;
+ output: GetTargetResourceTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/ListActionsCommand.ts b/clients/client-fis/src/commands/ListActionsCommand.ts
index a4534e200de0..3f36a372afd7 100644
--- a/clients/client-fis/src/commands/ListActionsCommand.ts
+++ b/clients/client-fis/src/commands/ListActionsCommand.ts
@@ -96,4 +96,16 @@ export class ListActionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListActionsCommand)
.de(de_ListActionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListActionsRequest;
+ output: ListActionsResponse;
+ };
+ sdk: {
+ input: ListActionsCommandInput;
+ output: ListActionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/ListExperimentResolvedTargetsCommand.ts b/clients/client-fis/src/commands/ListExperimentResolvedTargetsCommand.ts
index ad9714e99794..8acf2961414e 100644
--- a/clients/client-fis/src/commands/ListExperimentResolvedTargetsCommand.ts
+++ b/clients/client-fis/src/commands/ListExperimentResolvedTargetsCommand.ts
@@ -100,4 +100,16 @@ export class ListExperimentResolvedTargetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListExperimentResolvedTargetsCommand)
.de(de_ListExperimentResolvedTargetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListExperimentResolvedTargetsRequest;
+ output: ListExperimentResolvedTargetsResponse;
+ };
+ sdk: {
+ input: ListExperimentResolvedTargetsCommandInput;
+ output: ListExperimentResolvedTargetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/ListExperimentTargetAccountConfigurationsCommand.ts b/clients/client-fis/src/commands/ListExperimentTargetAccountConfigurationsCommand.ts
index 7fce7d7083de..15f8456a6ac4 100644
--- a/clients/client-fis/src/commands/ListExperimentTargetAccountConfigurationsCommand.ts
+++ b/clients/client-fis/src/commands/ListExperimentTargetAccountConfigurationsCommand.ts
@@ -100,4 +100,16 @@ export class ListExperimentTargetAccountConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListExperimentTargetAccountConfigurationsCommand)
.de(de_ListExperimentTargetAccountConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListExperimentTargetAccountConfigurationsRequest;
+ output: ListExperimentTargetAccountConfigurationsResponse;
+ };
+ sdk: {
+ input: ListExperimentTargetAccountConfigurationsCommandInput;
+ output: ListExperimentTargetAccountConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/ListExperimentTemplatesCommand.ts b/clients/client-fis/src/commands/ListExperimentTemplatesCommand.ts
index c620f10cfe70..dfc3b44bbad3 100644
--- a/clients/client-fis/src/commands/ListExperimentTemplatesCommand.ts
+++ b/clients/client-fis/src/commands/ListExperimentTemplatesCommand.ts
@@ -93,4 +93,16 @@ export class ListExperimentTemplatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListExperimentTemplatesCommand)
.de(de_ListExperimentTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListExperimentTemplatesRequest;
+ output: ListExperimentTemplatesResponse;
+ };
+ sdk: {
+ input: ListExperimentTemplatesCommandInput;
+ output: ListExperimentTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/ListExperimentsCommand.ts b/clients/client-fis/src/commands/ListExperimentsCommand.ts
index 43cf4bac14b7..828c09ecdcf6 100644
--- a/clients/client-fis/src/commands/ListExperimentsCommand.ts
+++ b/clients/client-fis/src/commands/ListExperimentsCommand.ts
@@ -107,4 +107,16 @@ export class ListExperimentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListExperimentsCommand)
.de(de_ListExperimentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListExperimentsRequest;
+ output: ListExperimentsResponse;
+ };
+ sdk: {
+ input: ListExperimentsCommandInput;
+ output: ListExperimentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/ListTagsForResourceCommand.ts b/clients/client-fis/src/commands/ListTagsForResourceCommand.ts
index 257113251659..26c7f7808e79 100644
--- a/clients/client-fis/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-fis/src/commands/ListTagsForResourceCommand.ts
@@ -79,4 +79,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/ListTargetAccountConfigurationsCommand.ts b/clients/client-fis/src/commands/ListTargetAccountConfigurationsCommand.ts
index d8fb80084cf9..ab615f01467b 100644
--- a/clients/client-fis/src/commands/ListTargetAccountConfigurationsCommand.ts
+++ b/clients/client-fis/src/commands/ListTargetAccountConfigurationsCommand.ts
@@ -97,4 +97,16 @@ export class ListTargetAccountConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTargetAccountConfigurationsCommand)
.de(de_ListTargetAccountConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTargetAccountConfigurationsRequest;
+ output: ListTargetAccountConfigurationsResponse;
+ };
+ sdk: {
+ input: ListTargetAccountConfigurationsCommandInput;
+ output: ListTargetAccountConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/ListTargetResourceTypesCommand.ts b/clients/client-fis/src/commands/ListTargetResourceTypesCommand.ts
index 53e4ab281a8d..2a4e81d4bc12 100644
--- a/clients/client-fis/src/commands/ListTargetResourceTypesCommand.ts
+++ b/clients/client-fis/src/commands/ListTargetResourceTypesCommand.ts
@@ -87,4 +87,16 @@ export class ListTargetResourceTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTargetResourceTypesCommand)
.de(de_ListTargetResourceTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTargetResourceTypesRequest;
+ output: ListTargetResourceTypesResponse;
+ };
+ sdk: {
+ input: ListTargetResourceTypesCommandInput;
+ output: ListTargetResourceTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/StartExperimentCommand.ts b/clients/client-fis/src/commands/StartExperimentCommand.ts
index 0aaa064a3a28..d64f9277deee 100644
--- a/clients/client-fis/src/commands/StartExperimentCommand.ts
+++ b/clients/client-fis/src/commands/StartExperimentCommand.ts
@@ -182,4 +182,16 @@ export class StartExperimentCommand extends $Command
.f(void 0, void 0)
.ser(se_StartExperimentCommand)
.de(de_StartExperimentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartExperimentRequest;
+ output: StartExperimentResponse;
+ };
+ sdk: {
+ input: StartExperimentCommandInput;
+ output: StartExperimentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/StopExperimentCommand.ts b/clients/client-fis/src/commands/StopExperimentCommand.ts
index 78ef3cf29ca6..59b496191727 100644
--- a/clients/client-fis/src/commands/StopExperimentCommand.ts
+++ b/clients/client-fis/src/commands/StopExperimentCommand.ts
@@ -169,4 +169,16 @@ export class StopExperimentCommand extends $Command
.f(void 0, void 0)
.ser(se_StopExperimentCommand)
.de(de_StopExperimentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopExperimentRequest;
+ output: StopExperimentResponse;
+ };
+ sdk: {
+ input: StopExperimentCommandInput;
+ output: StopExperimentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/TagResourceCommand.ts b/clients/client-fis/src/commands/TagResourceCommand.ts
index 0beabcb5425d..d3ecfdc3c4da 100644
--- a/clients/client-fis/src/commands/TagResourceCommand.ts
+++ b/clients/client-fis/src/commands/TagResourceCommand.ts
@@ -78,4 +78,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/UntagResourceCommand.ts b/clients/client-fis/src/commands/UntagResourceCommand.ts
index 152cea4eab98..167bc8226218 100644
--- a/clients/client-fis/src/commands/UntagResourceCommand.ts
+++ b/clients/client-fis/src/commands/UntagResourceCommand.ts
@@ -78,4 +78,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/UpdateExperimentTemplateCommand.ts b/clients/client-fis/src/commands/UpdateExperimentTemplateCommand.ts
index 31194baddab8..981ffa37a62e 100644
--- a/clients/client-fis/src/commands/UpdateExperimentTemplateCommand.ts
+++ b/clients/client-fis/src/commands/UpdateExperimentTemplateCommand.ts
@@ -214,4 +214,16 @@ export class UpdateExperimentTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateExperimentTemplateCommand)
.de(de_UpdateExperimentTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateExperimentTemplateRequest;
+ output: UpdateExperimentTemplateResponse;
+ };
+ sdk: {
+ input: UpdateExperimentTemplateCommandInput;
+ output: UpdateExperimentTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/UpdateSafetyLeverStateCommand.ts b/clients/client-fis/src/commands/UpdateSafetyLeverStateCommand.ts
index a19702e7e539..b089a672cd8a 100644
--- a/clients/client-fis/src/commands/UpdateSafetyLeverStateCommand.ts
+++ b/clients/client-fis/src/commands/UpdateSafetyLeverStateCommand.ts
@@ -99,4 +99,16 @@ export class UpdateSafetyLeverStateCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSafetyLeverStateCommand)
.de(de_UpdateSafetyLeverStateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSafetyLeverStateRequest;
+ output: UpdateSafetyLeverStateResponse;
+ };
+ sdk: {
+ input: UpdateSafetyLeverStateCommandInput;
+ output: UpdateSafetyLeverStateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fis/src/commands/UpdateTargetAccountConfigurationCommand.ts b/clients/client-fis/src/commands/UpdateTargetAccountConfigurationCommand.ts
index e45b1f38b8a2..70ccb6e3bd2b 100644
--- a/clients/client-fis/src/commands/UpdateTargetAccountConfigurationCommand.ts
+++ b/clients/client-fis/src/commands/UpdateTargetAccountConfigurationCommand.ts
@@ -95,4 +95,16 @@ export class UpdateTargetAccountConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTargetAccountConfigurationCommand)
.de(de_UpdateTargetAccountConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTargetAccountConfigurationRequest;
+ output: UpdateTargetAccountConfigurationResponse;
+ };
+ sdk: {
+ input: UpdateTargetAccountConfigurationCommandInput;
+ output: UpdateTargetAccountConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/package.json b/clients/client-fms/package.json
index 881156b85471..6126feaf6393 100644
--- a/clients/client-fms/package.json
+++ b/clients/client-fms/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-fms/src/commands/AssociateAdminAccountCommand.ts b/clients/client-fms/src/commands/AssociateAdminAccountCommand.ts
index 45a9c1861b5f..a7effcdb8fc3 100644
--- a/clients/client-fms/src/commands/AssociateAdminAccountCommand.ts
+++ b/clients/client-fms/src/commands/AssociateAdminAccountCommand.ts
@@ -99,4 +99,16 @@ export class AssociateAdminAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateAdminAccountCommand)
.de(de_AssociateAdminAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateAdminAccountRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateAdminAccountCommandInput;
+ output: AssociateAdminAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/AssociateThirdPartyFirewallCommand.ts b/clients/client-fms/src/commands/AssociateThirdPartyFirewallCommand.ts
index 7cd9b26ba2c6..682804aa7d74 100644
--- a/clients/client-fms/src/commands/AssociateThirdPartyFirewallCommand.ts
+++ b/clients/client-fms/src/commands/AssociateThirdPartyFirewallCommand.ts
@@ -96,4 +96,16 @@ export class AssociateThirdPartyFirewallCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateThirdPartyFirewallCommand)
.de(de_AssociateThirdPartyFirewallCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateThirdPartyFirewallRequest;
+ output: AssociateThirdPartyFirewallResponse;
+ };
+ sdk: {
+ input: AssociateThirdPartyFirewallCommandInput;
+ output: AssociateThirdPartyFirewallCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/BatchAssociateResourceCommand.ts b/clients/client-fms/src/commands/BatchAssociateResourceCommand.ts
index bf1e22b15343..564dbe0cf6a5 100644
--- a/clients/client-fms/src/commands/BatchAssociateResourceCommand.ts
+++ b/clients/client-fms/src/commands/BatchAssociateResourceCommand.ts
@@ -109,4 +109,16 @@ export class BatchAssociateResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchAssociateResourceCommand)
.de(de_BatchAssociateResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchAssociateResourceRequest;
+ output: BatchAssociateResourceResponse;
+ };
+ sdk: {
+ input: BatchAssociateResourceCommandInput;
+ output: BatchAssociateResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/BatchDisassociateResourceCommand.ts b/clients/client-fms/src/commands/BatchDisassociateResourceCommand.ts
index 2f87da33a780..db7635c66873 100644
--- a/clients/client-fms/src/commands/BatchDisassociateResourceCommand.ts
+++ b/clients/client-fms/src/commands/BatchDisassociateResourceCommand.ts
@@ -103,4 +103,16 @@ export class BatchDisassociateResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDisassociateResourceCommand)
.de(de_BatchDisassociateResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDisassociateResourceRequest;
+ output: BatchDisassociateResourceResponse;
+ };
+ sdk: {
+ input: BatchDisassociateResourceCommandInput;
+ output: BatchDisassociateResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/DeleteAppsListCommand.ts b/clients/client-fms/src/commands/DeleteAppsListCommand.ts
index 5f355872b7c5..78e1fa7d7239 100644
--- a/clients/client-fms/src/commands/DeleteAppsListCommand.ts
+++ b/clients/client-fms/src/commands/DeleteAppsListCommand.ts
@@ -89,4 +89,16 @@ export class DeleteAppsListCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAppsListCommand)
.de(de_DeleteAppsListCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAppsListRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAppsListCommandInput;
+ output: DeleteAppsListCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/DeleteNotificationChannelCommand.ts b/clients/client-fms/src/commands/DeleteNotificationChannelCommand.ts
index 9825c3d5bb00..89e758d11396 100644
--- a/clients/client-fms/src/commands/DeleteNotificationChannelCommand.ts
+++ b/clients/client-fms/src/commands/DeleteNotificationChannelCommand.ts
@@ -88,4 +88,16 @@ export class DeleteNotificationChannelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteNotificationChannelCommand)
.de(de_DeleteNotificationChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: {};
+ };
+ sdk: {
+ input: DeleteNotificationChannelCommandInput;
+ output: DeleteNotificationChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/DeletePolicyCommand.ts b/clients/client-fms/src/commands/DeletePolicyCommand.ts
index 56ead5373d40..9853d22dc04a 100644
--- a/clients/client-fms/src/commands/DeletePolicyCommand.ts
+++ b/clients/client-fms/src/commands/DeletePolicyCommand.ts
@@ -99,4 +99,16 @@ export class DeletePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePolicyCommand)
.de(de_DeletePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePolicyCommandInput;
+ output: DeletePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/DeleteProtocolsListCommand.ts b/clients/client-fms/src/commands/DeleteProtocolsListCommand.ts
index ce2bdea18d22..8b6310b59335 100644
--- a/clients/client-fms/src/commands/DeleteProtocolsListCommand.ts
+++ b/clients/client-fms/src/commands/DeleteProtocolsListCommand.ts
@@ -89,4 +89,16 @@ export class DeleteProtocolsListCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteProtocolsListCommand)
.de(de_DeleteProtocolsListCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteProtocolsListRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteProtocolsListCommandInput;
+ output: DeleteProtocolsListCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/DeleteResourceSetCommand.ts b/clients/client-fms/src/commands/DeleteResourceSetCommand.ts
index 4961fec8a6f4..f63bdb0feb4f 100644
--- a/clients/client-fms/src/commands/DeleteResourceSetCommand.ts
+++ b/clients/client-fms/src/commands/DeleteResourceSetCommand.ts
@@ -92,4 +92,16 @@ export class DeleteResourceSetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteResourceSetCommand)
.de(de_DeleteResourceSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteResourceSetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteResourceSetCommandInput;
+ output: DeleteResourceSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/DisassociateAdminAccountCommand.ts b/clients/client-fms/src/commands/DisassociateAdminAccountCommand.ts
index 2c0a6ce9c92b..2ca41466a39d 100644
--- a/clients/client-fms/src/commands/DisassociateAdminAccountCommand.ts
+++ b/clients/client-fms/src/commands/DisassociateAdminAccountCommand.ts
@@ -88,4 +88,16 @@ export class DisassociateAdminAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateAdminAccountCommand)
.de(de_DisassociateAdminAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: {};
+ };
+ sdk: {
+ input: DisassociateAdminAccountCommandInput;
+ output: DisassociateAdminAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/DisassociateThirdPartyFirewallCommand.ts b/clients/client-fms/src/commands/DisassociateThirdPartyFirewallCommand.ts
index ed9cf443bf29..862027d7d346 100644
--- a/clients/client-fms/src/commands/DisassociateThirdPartyFirewallCommand.ts
+++ b/clients/client-fms/src/commands/DisassociateThirdPartyFirewallCommand.ts
@@ -99,4 +99,16 @@ export class DisassociateThirdPartyFirewallCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateThirdPartyFirewallCommand)
.de(de_DisassociateThirdPartyFirewallCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateThirdPartyFirewallRequest;
+ output: DisassociateThirdPartyFirewallResponse;
+ };
+ sdk: {
+ input: DisassociateThirdPartyFirewallCommandInput;
+ output: DisassociateThirdPartyFirewallCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/GetAdminAccountCommand.ts b/clients/client-fms/src/commands/GetAdminAccountCommand.ts
index 7e88d37e1827..978546ab0e3c 100644
--- a/clients/client-fms/src/commands/GetAdminAccountCommand.ts
+++ b/clients/client-fms/src/commands/GetAdminAccountCommand.ts
@@ -91,4 +91,16 @@ export class GetAdminAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAdminAccountCommand)
.de(de_GetAdminAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetAdminAccountResponse;
+ };
+ sdk: {
+ input: GetAdminAccountCommandInput;
+ output: GetAdminAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/GetAdminScopeCommand.ts b/clients/client-fms/src/commands/GetAdminScopeCommand.ts
index d7786928d1d1..8c74460bf93c 100644
--- a/clients/client-fms/src/commands/GetAdminScopeCommand.ts
+++ b/clients/client-fms/src/commands/GetAdminScopeCommand.ts
@@ -128,4 +128,16 @@ export class GetAdminScopeCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAdminScopeCommand)
.de(de_GetAdminScopeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAdminScopeRequest;
+ output: GetAdminScopeResponse;
+ };
+ sdk: {
+ input: GetAdminScopeCommandInput;
+ output: GetAdminScopeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/GetAppsListCommand.ts b/clients/client-fms/src/commands/GetAppsListCommand.ts
index a4434725ee5d..ba7cd8809d56 100644
--- a/clients/client-fms/src/commands/GetAppsListCommand.ts
+++ b/clients/client-fms/src/commands/GetAppsListCommand.ts
@@ -115,4 +115,16 @@ export class GetAppsListCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAppsListCommand)
.de(de_GetAppsListCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAppsListRequest;
+ output: GetAppsListResponse;
+ };
+ sdk: {
+ input: GetAppsListCommandInput;
+ output: GetAppsListCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/GetComplianceDetailCommand.ts b/clients/client-fms/src/commands/GetComplianceDetailCommand.ts
index 3d6c8c0cdf29..32fbbf5e1454 100644
--- a/clients/client-fms/src/commands/GetComplianceDetailCommand.ts
+++ b/clients/client-fms/src/commands/GetComplianceDetailCommand.ts
@@ -116,4 +116,16 @@ export class GetComplianceDetailCommand extends $Command
.f(void 0, void 0)
.ser(se_GetComplianceDetailCommand)
.de(de_GetComplianceDetailCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetComplianceDetailRequest;
+ output: GetComplianceDetailResponse;
+ };
+ sdk: {
+ input: GetComplianceDetailCommandInput;
+ output: GetComplianceDetailCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/GetNotificationChannelCommand.ts b/clients/client-fms/src/commands/GetNotificationChannelCommand.ts
index 527f13a6b509..2683e6ed9ee9 100644
--- a/clients/client-fms/src/commands/GetNotificationChannelCommand.ts
+++ b/clients/client-fms/src/commands/GetNotificationChannelCommand.ts
@@ -92,4 +92,16 @@ export class GetNotificationChannelCommand extends $Command
.f(void 0, void 0)
.ser(se_GetNotificationChannelCommand)
.de(de_GetNotificationChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetNotificationChannelResponse;
+ };
+ sdk: {
+ input: GetNotificationChannelCommandInput;
+ output: GetNotificationChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/GetPolicyCommand.ts b/clients/client-fms/src/commands/GetPolicyCommand.ts
index 71c77c49f7d2..615cc551a30c 100644
--- a/clients/client-fms/src/commands/GetPolicyCommand.ts
+++ b/clients/client-fms/src/commands/GetPolicyCommand.ts
@@ -179,4 +179,16 @@ export class GetPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPolicyCommand)
.de(de_GetPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPolicyRequest;
+ output: GetPolicyResponse;
+ };
+ sdk: {
+ input: GetPolicyCommandInput;
+ output: GetPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/GetProtectionStatusCommand.ts b/clients/client-fms/src/commands/GetProtectionStatusCommand.ts
index a3c37db80cf9..366868bca033 100644
--- a/clients/client-fms/src/commands/GetProtectionStatusCommand.ts
+++ b/clients/client-fms/src/commands/GetProtectionStatusCommand.ts
@@ -96,4 +96,16 @@ export class GetProtectionStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetProtectionStatusCommand)
.de(de_GetProtectionStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetProtectionStatusRequest;
+ output: GetProtectionStatusResponse;
+ };
+ sdk: {
+ input: GetProtectionStatusCommandInput;
+ output: GetProtectionStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/GetProtocolsListCommand.ts b/clients/client-fms/src/commands/GetProtocolsListCommand.ts
index 7bd44ad701fd..8cab57d2abda 100644
--- a/clients/client-fms/src/commands/GetProtocolsListCommand.ts
+++ b/clients/client-fms/src/commands/GetProtocolsListCommand.ts
@@ -107,4 +107,16 @@ export class GetProtocolsListCommand extends $Command
.f(void 0, void 0)
.ser(se_GetProtocolsListCommand)
.de(de_GetProtocolsListCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetProtocolsListRequest;
+ output: GetProtocolsListResponse;
+ };
+ sdk: {
+ input: GetProtocolsListCommandInput;
+ output: GetProtocolsListCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/GetResourceSetCommand.ts b/clients/client-fms/src/commands/GetResourceSetCommand.ts
index feb23594c47b..053027a8835e 100644
--- a/clients/client-fms/src/commands/GetResourceSetCommand.ts
+++ b/clients/client-fms/src/commands/GetResourceSetCommand.ts
@@ -105,4 +105,16 @@ export class GetResourceSetCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResourceSetCommand)
.de(de_GetResourceSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourceSetRequest;
+ output: GetResourceSetResponse;
+ };
+ sdk: {
+ input: GetResourceSetCommandInput;
+ output: GetResourceSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/GetThirdPartyFirewallAssociationStatusCommand.ts b/clients/client-fms/src/commands/GetThirdPartyFirewallAssociationStatusCommand.ts
index ad1fda4a1a3c..abc892c3bd98 100644
--- a/clients/client-fms/src/commands/GetThirdPartyFirewallAssociationStatusCommand.ts
+++ b/clients/client-fms/src/commands/GetThirdPartyFirewallAssociationStatusCommand.ts
@@ -104,4 +104,16 @@ export class GetThirdPartyFirewallAssociationStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetThirdPartyFirewallAssociationStatusCommand)
.de(de_GetThirdPartyFirewallAssociationStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetThirdPartyFirewallAssociationStatusRequest;
+ output: GetThirdPartyFirewallAssociationStatusResponse;
+ };
+ sdk: {
+ input: GetThirdPartyFirewallAssociationStatusCommandInput;
+ output: GetThirdPartyFirewallAssociationStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/GetViolationDetailsCommand.ts b/clients/client-fms/src/commands/GetViolationDetailsCommand.ts
index 21d14e4e53ef..60f84372ffdd 100644
--- a/clients/client-fms/src/commands/GetViolationDetailsCommand.ts
+++ b/clients/client-fms/src/commands/GetViolationDetailsCommand.ts
@@ -636,4 +636,16 @@ export class GetViolationDetailsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetViolationDetailsCommand)
.de(de_GetViolationDetailsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetViolationDetailsRequest;
+ output: GetViolationDetailsResponse;
+ };
+ sdk: {
+ input: GetViolationDetailsCommandInput;
+ output: GetViolationDetailsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/ListAdminAccountsForOrganizationCommand.ts b/clients/client-fms/src/commands/ListAdminAccountsForOrganizationCommand.ts
index 98a5a6ada57e..72495d4447aa 100644
--- a/clients/client-fms/src/commands/ListAdminAccountsForOrganizationCommand.ts
+++ b/clients/client-fms/src/commands/ListAdminAccountsForOrganizationCommand.ts
@@ -111,4 +111,16 @@ export class ListAdminAccountsForOrganizationCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAdminAccountsForOrganizationCommand)
.de(de_ListAdminAccountsForOrganizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAdminAccountsForOrganizationRequest;
+ output: ListAdminAccountsForOrganizationResponse;
+ };
+ sdk: {
+ input: ListAdminAccountsForOrganizationCommandInput;
+ output: ListAdminAccountsForOrganizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/ListAdminsManagingAccountCommand.ts b/clients/client-fms/src/commands/ListAdminsManagingAccountCommand.ts
index 4fc3a8633e8d..8abb7a87ae9f 100644
--- a/clients/client-fms/src/commands/ListAdminsManagingAccountCommand.ts
+++ b/clients/client-fms/src/commands/ListAdminsManagingAccountCommand.ts
@@ -91,4 +91,16 @@ export class ListAdminsManagingAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAdminsManagingAccountCommand)
.de(de_ListAdminsManagingAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAdminsManagingAccountRequest;
+ output: ListAdminsManagingAccountResponse;
+ };
+ sdk: {
+ input: ListAdminsManagingAccountCommandInput;
+ output: ListAdminsManagingAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/ListAppsListsCommand.ts b/clients/client-fms/src/commands/ListAppsListsCommand.ts
index 407ac70dad19..d23ad51223ea 100644
--- a/clients/client-fms/src/commands/ListAppsListsCommand.ts
+++ b/clients/client-fms/src/commands/ListAppsListsCommand.ts
@@ -113,4 +113,16 @@ export class ListAppsListsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAppsListsCommand)
.de(de_ListAppsListsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAppsListsRequest;
+ output: ListAppsListsResponse;
+ };
+ sdk: {
+ input: ListAppsListsCommandInput;
+ output: ListAppsListsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/ListComplianceStatusCommand.ts b/clients/client-fms/src/commands/ListComplianceStatusCommand.ts
index 9af77f7ab809..4cf64a044b06 100644
--- a/clients/client-fms/src/commands/ListComplianceStatusCommand.ts
+++ b/clients/client-fms/src/commands/ListComplianceStatusCommand.ts
@@ -107,4 +107,16 @@ export class ListComplianceStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_ListComplianceStatusCommand)
.de(de_ListComplianceStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListComplianceStatusRequest;
+ output: ListComplianceStatusResponse;
+ };
+ sdk: {
+ input: ListComplianceStatusCommandInput;
+ output: ListComplianceStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/ListDiscoveredResourcesCommand.ts b/clients/client-fms/src/commands/ListDiscoveredResourcesCommand.ts
index 8871964f0a2d..1eaedf5df023 100644
--- a/clients/client-fms/src/commands/ListDiscoveredResourcesCommand.ts
+++ b/clients/client-fms/src/commands/ListDiscoveredResourcesCommand.ts
@@ -104,4 +104,16 @@ export class ListDiscoveredResourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDiscoveredResourcesCommand)
.de(de_ListDiscoveredResourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDiscoveredResourcesRequest;
+ output: ListDiscoveredResourcesResponse;
+ };
+ sdk: {
+ input: ListDiscoveredResourcesCommandInput;
+ output: ListDiscoveredResourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/ListMemberAccountsCommand.ts b/clients/client-fms/src/commands/ListMemberAccountsCommand.ts
index b05a3b6739bf..aa6907bcd7e5 100644
--- a/clients/client-fms/src/commands/ListMemberAccountsCommand.ts
+++ b/clients/client-fms/src/commands/ListMemberAccountsCommand.ts
@@ -90,4 +90,16 @@ export class ListMemberAccountsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMemberAccountsCommand)
.de(de_ListMemberAccountsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMemberAccountsRequest;
+ output: ListMemberAccountsResponse;
+ };
+ sdk: {
+ input: ListMemberAccountsCommandInput;
+ output: ListMemberAccountsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/ListPoliciesCommand.ts b/clients/client-fms/src/commands/ListPoliciesCommand.ts
index a890f06c9e95..ab365a32a63e 100644
--- a/clients/client-fms/src/commands/ListPoliciesCommand.ts
+++ b/clients/client-fms/src/commands/ListPoliciesCommand.ts
@@ -110,4 +110,16 @@ export class ListPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPoliciesCommand)
.de(de_ListPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPoliciesRequest;
+ output: ListPoliciesResponse;
+ };
+ sdk: {
+ input: ListPoliciesCommandInput;
+ output: ListPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/ListProtocolsListsCommand.ts b/clients/client-fms/src/commands/ListProtocolsListsCommand.ts
index 8d9d4ed43e2d..18cac19a6949 100644
--- a/clients/client-fms/src/commands/ListProtocolsListsCommand.ts
+++ b/clients/client-fms/src/commands/ListProtocolsListsCommand.ts
@@ -103,4 +103,16 @@ export class ListProtocolsListsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProtocolsListsCommand)
.de(de_ListProtocolsListsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProtocolsListsRequest;
+ output: ListProtocolsListsResponse;
+ };
+ sdk: {
+ input: ListProtocolsListsCommandInput;
+ output: ListProtocolsListsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/ListResourceSetResourcesCommand.ts b/clients/client-fms/src/commands/ListResourceSetResourcesCommand.ts
index 6abf4874a60b..0a346ac3dcfe 100644
--- a/clients/client-fms/src/commands/ListResourceSetResourcesCommand.ts
+++ b/clients/client-fms/src/commands/ListResourceSetResourcesCommand.ts
@@ -102,4 +102,16 @@ export class ListResourceSetResourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListResourceSetResourcesCommand)
.de(de_ListResourceSetResourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListResourceSetResourcesRequest;
+ output: ListResourceSetResourcesResponse;
+ };
+ sdk: {
+ input: ListResourceSetResourcesCommandInput;
+ output: ListResourceSetResourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/ListResourceSetsCommand.ts b/clients/client-fms/src/commands/ListResourceSetsCommand.ts
index d11d8d608f4a..44e1be4f2101 100644
--- a/clients/client-fms/src/commands/ListResourceSetsCommand.ts
+++ b/clients/client-fms/src/commands/ListResourceSetsCommand.ts
@@ -101,4 +101,16 @@ export class ListResourceSetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListResourceSetsCommand)
.de(de_ListResourceSetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListResourceSetsRequest;
+ output: ListResourceSetsResponse;
+ };
+ sdk: {
+ input: ListResourceSetsCommandInput;
+ output: ListResourceSetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/ListTagsForResourceCommand.ts b/clients/client-fms/src/commands/ListTagsForResourceCommand.ts
index cc5a3214467f..fa1f24a57359 100644
--- a/clients/client-fms/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-fms/src/commands/ListTagsForResourceCommand.ts
@@ -99,4 +99,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/ListThirdPartyFirewallFirewallPoliciesCommand.ts b/clients/client-fms/src/commands/ListThirdPartyFirewallFirewallPoliciesCommand.ts
index c7e044c7b671..7113d282c997 100644
--- a/clients/client-fms/src/commands/ListThirdPartyFirewallFirewallPoliciesCommand.ts
+++ b/clients/client-fms/src/commands/ListThirdPartyFirewallFirewallPoliciesCommand.ts
@@ -111,4 +111,16 @@ export class ListThirdPartyFirewallFirewallPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListThirdPartyFirewallFirewallPoliciesCommand)
.de(de_ListThirdPartyFirewallFirewallPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListThirdPartyFirewallFirewallPoliciesRequest;
+ output: ListThirdPartyFirewallFirewallPoliciesResponse;
+ };
+ sdk: {
+ input: ListThirdPartyFirewallFirewallPoliciesCommandInput;
+ output: ListThirdPartyFirewallFirewallPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/PutAdminAccountCommand.ts b/clients/client-fms/src/commands/PutAdminAccountCommand.ts
index a89f20380c50..618990fd516a 100644
--- a/clients/client-fms/src/commands/PutAdminAccountCommand.ts
+++ b/clients/client-fms/src/commands/PutAdminAccountCommand.ts
@@ -124,4 +124,16 @@ export class PutAdminAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_PutAdminAccountCommand)
.de(de_PutAdminAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutAdminAccountRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutAdminAccountCommandInput;
+ output: PutAdminAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/PutAppsListCommand.ts b/clients/client-fms/src/commands/PutAppsListCommand.ts
index d4954e38ccd9..ce311490904c 100644
--- a/clients/client-fms/src/commands/PutAppsListCommand.ts
+++ b/clients/client-fms/src/commands/PutAppsListCommand.ts
@@ -151,4 +151,16 @@ export class PutAppsListCommand extends $Command
.f(void 0, void 0)
.ser(se_PutAppsListCommand)
.de(de_PutAppsListCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutAppsListRequest;
+ output: PutAppsListResponse;
+ };
+ sdk: {
+ input: PutAppsListCommandInput;
+ output: PutAppsListCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/PutNotificationChannelCommand.ts b/clients/client-fms/src/commands/PutNotificationChannelCommand.ts
index cb27cb4a347a..ab0c83468923 100644
--- a/clients/client-fms/src/commands/PutNotificationChannelCommand.ts
+++ b/clients/client-fms/src/commands/PutNotificationChannelCommand.ts
@@ -93,4 +93,16 @@ export class PutNotificationChannelCommand extends $Command
.f(void 0, void 0)
.ser(se_PutNotificationChannelCommand)
.de(de_PutNotificationChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutNotificationChannelRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutNotificationChannelCommandInput;
+ output: PutNotificationChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/PutPolicyCommand.ts b/clients/client-fms/src/commands/PutPolicyCommand.ts
index dd726dcf279d..b60321fe75b5 100644
--- a/clients/client-fms/src/commands/PutPolicyCommand.ts
+++ b/clients/client-fms/src/commands/PutPolicyCommand.ts
@@ -334,4 +334,16 @@ export class PutPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutPolicyCommand)
.de(de_PutPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutPolicyRequest;
+ output: PutPolicyResponse;
+ };
+ sdk: {
+ input: PutPolicyCommandInput;
+ output: PutPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/PutProtocolsListCommand.ts b/clients/client-fms/src/commands/PutProtocolsListCommand.ts
index 591182c87f34..4a9cfc85fc6d 100644
--- a/clients/client-fms/src/commands/PutProtocolsListCommand.ts
+++ b/clients/client-fms/src/commands/PutProtocolsListCommand.ts
@@ -135,4 +135,16 @@ export class PutProtocolsListCommand extends $Command
.f(void 0, void 0)
.ser(se_PutProtocolsListCommand)
.de(de_PutProtocolsListCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutProtocolsListRequest;
+ output: PutProtocolsListResponse;
+ };
+ sdk: {
+ input: PutProtocolsListCommandInput;
+ output: PutProtocolsListCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/PutResourceSetCommand.ts b/clients/client-fms/src/commands/PutResourceSetCommand.ts
index 1ff71d967fc2..269d8c0ad4be 100644
--- a/clients/client-fms/src/commands/PutResourceSetCommand.ts
+++ b/clients/client-fms/src/commands/PutResourceSetCommand.ts
@@ -125,4 +125,16 @@ export class PutResourceSetCommand extends $Command
.f(void 0, void 0)
.ser(se_PutResourceSetCommand)
.de(de_PutResourceSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutResourceSetRequest;
+ output: PutResourceSetResponse;
+ };
+ sdk: {
+ input: PutResourceSetCommandInput;
+ output: PutResourceSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/TagResourceCommand.ts b/clients/client-fms/src/commands/TagResourceCommand.ts
index 21d41cdfcdf6..103bb9c6ef9f 100644
--- a/clients/client-fms/src/commands/TagResourceCommand.ts
+++ b/clients/client-fms/src/commands/TagResourceCommand.ts
@@ -104,4 +104,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fms/src/commands/UntagResourceCommand.ts b/clients/client-fms/src/commands/UntagResourceCommand.ts
index f8912d3448ea..081ca5e691ae 100644
--- a/clients/client-fms/src/commands/UntagResourceCommand.ts
+++ b/clients/client-fms/src/commands/UntagResourceCommand.ts
@@ -95,4 +95,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/package.json b/clients/client-forecast/package.json
index 96536ecfd7c3..b10e1ff329c9 100644
--- a/clients/client-forecast/package.json
+++ b/clients/client-forecast/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-forecast/src/commands/CreateAutoPredictorCommand.ts b/clients/client-forecast/src/commands/CreateAutoPredictorCommand.ts
index d463ac8917b7..22307c0e0720 100644
--- a/clients/client-forecast/src/commands/CreateAutoPredictorCommand.ts
+++ b/clients/client-forecast/src/commands/CreateAutoPredictorCommand.ts
@@ -197,4 +197,16 @@ export class CreateAutoPredictorCommand extends $Command
.f(CreateAutoPredictorRequestFilterSensitiveLog, void 0)
.ser(se_CreateAutoPredictorCommand)
.de(de_CreateAutoPredictorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAutoPredictorRequest;
+ output: CreateAutoPredictorResponse;
+ };
+ sdk: {
+ input: CreateAutoPredictorCommandInput;
+ output: CreateAutoPredictorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/CreateDatasetCommand.ts b/clients/client-forecast/src/commands/CreateDatasetCommand.ts
index 9dd9d00b3f8c..93b5e84b028b 100644
--- a/clients/client-forecast/src/commands/CreateDatasetCommand.ts
+++ b/clients/client-forecast/src/commands/CreateDatasetCommand.ts
@@ -153,4 +153,16 @@ export class CreateDatasetCommand extends $Command
.f(CreateDatasetRequestFilterSensitiveLog, void 0)
.ser(se_CreateDatasetCommand)
.de(de_CreateDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDatasetRequest;
+ output: CreateDatasetResponse;
+ };
+ sdk: {
+ input: CreateDatasetCommandInput;
+ output: CreateDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/CreateDatasetGroupCommand.ts b/clients/client-forecast/src/commands/CreateDatasetGroupCommand.ts
index ef8ee8974c46..ee26e157efff 100644
--- a/clients/client-forecast/src/commands/CreateDatasetGroupCommand.ts
+++ b/clients/client-forecast/src/commands/CreateDatasetGroupCommand.ts
@@ -117,4 +117,16 @@ export class CreateDatasetGroupCommand extends $Command
.f(CreateDatasetGroupRequestFilterSensitiveLog, void 0)
.ser(se_CreateDatasetGroupCommand)
.de(de_CreateDatasetGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDatasetGroupRequest;
+ output: CreateDatasetGroupResponse;
+ };
+ sdk: {
+ input: CreateDatasetGroupCommandInput;
+ output: CreateDatasetGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/CreateDatasetImportJobCommand.ts b/clients/client-forecast/src/commands/CreateDatasetImportJobCommand.ts
index e5c268a21816..943bb646e55c 100644
--- a/clients/client-forecast/src/commands/CreateDatasetImportJobCommand.ts
+++ b/clients/client-forecast/src/commands/CreateDatasetImportJobCommand.ts
@@ -134,4 +134,16 @@ export class CreateDatasetImportJobCommand extends $Command
.f(CreateDatasetImportJobRequestFilterSensitiveLog, void 0)
.ser(se_CreateDatasetImportJobCommand)
.de(de_CreateDatasetImportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDatasetImportJobRequest;
+ output: CreateDatasetImportJobResponse;
+ };
+ sdk: {
+ input: CreateDatasetImportJobCommandInput;
+ output: CreateDatasetImportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/CreateExplainabilityCommand.ts b/clients/client-forecast/src/commands/CreateExplainabilityCommand.ts
index 35ebd97cb789..0a5dd722ea4e 100644
--- a/clients/client-forecast/src/commands/CreateExplainabilityCommand.ts
+++ b/clients/client-forecast/src/commands/CreateExplainabilityCommand.ts
@@ -245,4 +245,16 @@ export class CreateExplainabilityCommand extends $Command
.f(CreateExplainabilityRequestFilterSensitiveLog, void 0)
.ser(se_CreateExplainabilityCommand)
.de(de_CreateExplainabilityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateExplainabilityRequest;
+ output: CreateExplainabilityResponse;
+ };
+ sdk: {
+ input: CreateExplainabilityCommandInput;
+ output: CreateExplainabilityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/CreateExplainabilityExportCommand.ts b/clients/client-forecast/src/commands/CreateExplainabilityExportCommand.ts
index 3d0127211500..173810d45fe6 100644
--- a/clients/client-forecast/src/commands/CreateExplainabilityExportCommand.ts
+++ b/clients/client-forecast/src/commands/CreateExplainabilityExportCommand.ts
@@ -121,4 +121,16 @@ export class CreateExplainabilityExportCommand extends $Command
.f(CreateExplainabilityExportRequestFilterSensitiveLog, void 0)
.ser(se_CreateExplainabilityExportCommand)
.de(de_CreateExplainabilityExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateExplainabilityExportRequest;
+ output: CreateExplainabilityExportResponse;
+ };
+ sdk: {
+ input: CreateExplainabilityExportCommandInput;
+ output: CreateExplainabilityExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/CreateForecastCommand.ts b/clients/client-forecast/src/commands/CreateForecastCommand.ts
index 63db06f6c4c7..1d1c77ab908c 100644
--- a/clients/client-forecast/src/commands/CreateForecastCommand.ts
+++ b/clients/client-forecast/src/commands/CreateForecastCommand.ts
@@ -148,4 +148,16 @@ export class CreateForecastCommand extends $Command
.f(CreateForecastRequestFilterSensitiveLog, void 0)
.ser(se_CreateForecastCommand)
.de(de_CreateForecastCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateForecastRequest;
+ output: CreateForecastResponse;
+ };
+ sdk: {
+ input: CreateForecastCommandInput;
+ output: CreateForecastCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/CreateForecastExportJobCommand.ts b/clients/client-forecast/src/commands/CreateForecastExportJobCommand.ts
index fb4956b1e58f..85c18a1d661f 100644
--- a/clients/client-forecast/src/commands/CreateForecastExportJobCommand.ts
+++ b/clients/client-forecast/src/commands/CreateForecastExportJobCommand.ts
@@ -126,4 +126,16 @@ export class CreateForecastExportJobCommand extends $Command
.f(CreateForecastExportJobRequestFilterSensitiveLog, void 0)
.ser(se_CreateForecastExportJobCommand)
.de(de_CreateForecastExportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateForecastExportJobRequest;
+ output: CreateForecastExportJobResponse;
+ };
+ sdk: {
+ input: CreateForecastExportJobCommandInput;
+ output: CreateForecastExportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/CreateMonitorCommand.ts b/clients/client-forecast/src/commands/CreateMonitorCommand.ts
index a67271861471..7b098368b5dc 100644
--- a/clients/client-forecast/src/commands/CreateMonitorCommand.ts
+++ b/clients/client-forecast/src/commands/CreateMonitorCommand.ts
@@ -107,4 +107,16 @@ export class CreateMonitorCommand extends $Command
.f(CreateMonitorRequestFilterSensitiveLog, void 0)
.ser(se_CreateMonitorCommand)
.de(de_CreateMonitorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMonitorRequest;
+ output: CreateMonitorResponse;
+ };
+ sdk: {
+ input: CreateMonitorCommandInput;
+ output: CreateMonitorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/CreatePredictorBacktestExportJobCommand.ts b/clients/client-forecast/src/commands/CreatePredictorBacktestExportJobCommand.ts
index a7fe1274da36..d1f86991d1c6 100644
--- a/clients/client-forecast/src/commands/CreatePredictorBacktestExportJobCommand.ts
+++ b/clients/client-forecast/src/commands/CreatePredictorBacktestExportJobCommand.ts
@@ -132,4 +132,16 @@ export class CreatePredictorBacktestExportJobCommand extends $Command
.f(CreatePredictorBacktestExportJobRequestFilterSensitiveLog, void 0)
.ser(se_CreatePredictorBacktestExportJobCommand)
.de(de_CreatePredictorBacktestExportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePredictorBacktestExportJobRequest;
+ output: CreatePredictorBacktestExportJobResponse;
+ };
+ sdk: {
+ input: CreatePredictorBacktestExportJobCommandInput;
+ output: CreatePredictorBacktestExportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/CreatePredictorCommand.ts b/clients/client-forecast/src/commands/CreatePredictorCommand.ts
index e341bb4df00d..76ff52feb972 100644
--- a/clients/client-forecast/src/commands/CreatePredictorCommand.ts
+++ b/clients/client-forecast/src/commands/CreatePredictorCommand.ts
@@ -239,4 +239,16 @@ export class CreatePredictorCommand extends $Command
.f(CreatePredictorRequestFilterSensitiveLog, void 0)
.ser(se_CreatePredictorCommand)
.de(de_CreatePredictorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePredictorRequest;
+ output: CreatePredictorResponse;
+ };
+ sdk: {
+ input: CreatePredictorCommandInput;
+ output: CreatePredictorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/CreateWhatIfAnalysisCommand.ts b/clients/client-forecast/src/commands/CreateWhatIfAnalysisCommand.ts
index 0322249bb58f..791f992f75c7 100644
--- a/clients/client-forecast/src/commands/CreateWhatIfAnalysisCommand.ts
+++ b/clients/client-forecast/src/commands/CreateWhatIfAnalysisCommand.ts
@@ -137,4 +137,16 @@ export class CreateWhatIfAnalysisCommand extends $Command
.f(CreateWhatIfAnalysisRequestFilterSensitiveLog, void 0)
.ser(se_CreateWhatIfAnalysisCommand)
.de(de_CreateWhatIfAnalysisCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateWhatIfAnalysisRequest;
+ output: CreateWhatIfAnalysisResponse;
+ };
+ sdk: {
+ input: CreateWhatIfAnalysisCommandInput;
+ output: CreateWhatIfAnalysisCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/CreateWhatIfForecastCommand.ts b/clients/client-forecast/src/commands/CreateWhatIfForecastCommand.ts
index 516f8375fe1b..5d0736d53a88 100644
--- a/clients/client-forecast/src/commands/CreateWhatIfForecastCommand.ts
+++ b/clients/client-forecast/src/commands/CreateWhatIfForecastCommand.ts
@@ -139,4 +139,16 @@ export class CreateWhatIfForecastCommand extends $Command
.f(CreateWhatIfForecastRequestFilterSensitiveLog, void 0)
.ser(se_CreateWhatIfForecastCommand)
.de(de_CreateWhatIfForecastCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateWhatIfForecastRequest;
+ output: CreateWhatIfForecastResponse;
+ };
+ sdk: {
+ input: CreateWhatIfForecastCommandInput;
+ output: CreateWhatIfForecastCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/CreateWhatIfForecastExportCommand.ts b/clients/client-forecast/src/commands/CreateWhatIfForecastExportCommand.ts
index 4ad371516a88..f0d6f036abad 100644
--- a/clients/client-forecast/src/commands/CreateWhatIfForecastExportCommand.ts
+++ b/clients/client-forecast/src/commands/CreateWhatIfForecastExportCommand.ts
@@ -131,4 +131,16 @@ export class CreateWhatIfForecastExportCommand extends $Command
.f(CreateWhatIfForecastExportRequestFilterSensitiveLog, void 0)
.ser(se_CreateWhatIfForecastExportCommand)
.de(de_CreateWhatIfForecastExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateWhatIfForecastExportRequest;
+ output: CreateWhatIfForecastExportResponse;
+ };
+ sdk: {
+ input: CreateWhatIfForecastExportCommandInput;
+ output: CreateWhatIfForecastExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DeleteDatasetCommand.ts b/clients/client-forecast/src/commands/DeleteDatasetCommand.ts
index 2e27ac1d2d96..1ee624f620d6 100644
--- a/clients/client-forecast/src/commands/DeleteDatasetCommand.ts
+++ b/clients/client-forecast/src/commands/DeleteDatasetCommand.ts
@@ -93,4 +93,16 @@ export class DeleteDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDatasetCommand)
.de(de_DeleteDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDatasetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDatasetCommandInput;
+ output: DeleteDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DeleteDatasetGroupCommand.ts b/clients/client-forecast/src/commands/DeleteDatasetGroupCommand.ts
index d633e556baf0..b5a8b512481f 100644
--- a/clients/client-forecast/src/commands/DeleteDatasetGroupCommand.ts
+++ b/clients/client-forecast/src/commands/DeleteDatasetGroupCommand.ts
@@ -89,4 +89,16 @@ export class DeleteDatasetGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDatasetGroupCommand)
.de(de_DeleteDatasetGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDatasetGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDatasetGroupCommandInput;
+ output: DeleteDatasetGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DeleteDatasetImportJobCommand.ts b/clients/client-forecast/src/commands/DeleteDatasetImportJobCommand.ts
index 2f68b2935f85..0026042ee2ed 100644
--- a/clients/client-forecast/src/commands/DeleteDatasetImportJobCommand.ts
+++ b/clients/client-forecast/src/commands/DeleteDatasetImportJobCommand.ts
@@ -89,4 +89,16 @@ export class DeleteDatasetImportJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDatasetImportJobCommand)
.de(de_DeleteDatasetImportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDatasetImportJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDatasetImportJobCommandInput;
+ output: DeleteDatasetImportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DeleteExplainabilityCommand.ts b/clients/client-forecast/src/commands/DeleteExplainabilityCommand.ts
index b68e45b537e7..970bf7abd95d 100644
--- a/clients/client-forecast/src/commands/DeleteExplainabilityCommand.ts
+++ b/clients/client-forecast/src/commands/DeleteExplainabilityCommand.ts
@@ -88,4 +88,16 @@ export class DeleteExplainabilityCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteExplainabilityCommand)
.de(de_DeleteExplainabilityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteExplainabilityRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteExplainabilityCommandInput;
+ output: DeleteExplainabilityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DeleteExplainabilityExportCommand.ts b/clients/client-forecast/src/commands/DeleteExplainabilityExportCommand.ts
index 84e84e715fbd..b11c60615dea 100644
--- a/clients/client-forecast/src/commands/DeleteExplainabilityExportCommand.ts
+++ b/clients/client-forecast/src/commands/DeleteExplainabilityExportCommand.ts
@@ -86,4 +86,16 @@ export class DeleteExplainabilityExportCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteExplainabilityExportCommand)
.de(de_DeleteExplainabilityExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteExplainabilityExportRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteExplainabilityExportCommandInput;
+ output: DeleteExplainabilityExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DeleteForecastCommand.ts b/clients/client-forecast/src/commands/DeleteForecastCommand.ts
index c063d834ffbc..d538fbb9ed5f 100644
--- a/clients/client-forecast/src/commands/DeleteForecastCommand.ts
+++ b/clients/client-forecast/src/commands/DeleteForecastCommand.ts
@@ -90,4 +90,16 @@ export class DeleteForecastCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteForecastCommand)
.de(de_DeleteForecastCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteForecastRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteForecastCommandInput;
+ output: DeleteForecastCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DeleteForecastExportJobCommand.ts b/clients/client-forecast/src/commands/DeleteForecastExportJobCommand.ts
index ed065ffc4aac..1e18a01eeaf9 100644
--- a/clients/client-forecast/src/commands/DeleteForecastExportJobCommand.ts
+++ b/clients/client-forecast/src/commands/DeleteForecastExportJobCommand.ts
@@ -88,4 +88,16 @@ export class DeleteForecastExportJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteForecastExportJobCommand)
.de(de_DeleteForecastExportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteForecastExportJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteForecastExportJobCommandInput;
+ output: DeleteForecastExportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DeleteMonitorCommand.ts b/clients/client-forecast/src/commands/DeleteMonitorCommand.ts
index 8616e7f5cbad..1dd14878c743 100644
--- a/clients/client-forecast/src/commands/DeleteMonitorCommand.ts
+++ b/clients/client-forecast/src/commands/DeleteMonitorCommand.ts
@@ -86,4 +86,16 @@ export class DeleteMonitorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMonitorCommand)
.de(de_DeleteMonitorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMonitorRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMonitorCommandInput;
+ output: DeleteMonitorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DeletePredictorBacktestExportJobCommand.ts b/clients/client-forecast/src/commands/DeletePredictorBacktestExportJobCommand.ts
index a548de5eecdc..321343347ae4 100644
--- a/clients/client-forecast/src/commands/DeletePredictorBacktestExportJobCommand.ts
+++ b/clients/client-forecast/src/commands/DeletePredictorBacktestExportJobCommand.ts
@@ -89,4 +89,16 @@ export class DeletePredictorBacktestExportJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePredictorBacktestExportJobCommand)
.de(de_DeletePredictorBacktestExportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePredictorBacktestExportJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePredictorBacktestExportJobCommandInput;
+ output: DeletePredictorBacktestExportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DeletePredictorCommand.ts b/clients/client-forecast/src/commands/DeletePredictorCommand.ts
index a889327b75c5..388790ffc7a1 100644
--- a/clients/client-forecast/src/commands/DeletePredictorCommand.ts
+++ b/clients/client-forecast/src/commands/DeletePredictorCommand.ts
@@ -87,4 +87,16 @@ export class DeletePredictorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePredictorCommand)
.de(de_DeletePredictorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePredictorRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePredictorCommandInput;
+ output: DeletePredictorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DeleteResourceTreeCommand.ts b/clients/client-forecast/src/commands/DeleteResourceTreeCommand.ts
index 03067ed0fe1d..ec882083c262 100644
--- a/clients/client-forecast/src/commands/DeleteResourceTreeCommand.ts
+++ b/clients/client-forecast/src/commands/DeleteResourceTreeCommand.ts
@@ -116,4 +116,16 @@ export class DeleteResourceTreeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteResourceTreeCommand)
.de(de_DeleteResourceTreeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteResourceTreeRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteResourceTreeCommandInput;
+ output: DeleteResourceTreeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DeleteWhatIfAnalysisCommand.ts b/clients/client-forecast/src/commands/DeleteWhatIfAnalysisCommand.ts
index dfed09ad00dc..642caa93b6c4 100644
--- a/clients/client-forecast/src/commands/DeleteWhatIfAnalysisCommand.ts
+++ b/clients/client-forecast/src/commands/DeleteWhatIfAnalysisCommand.ts
@@ -88,4 +88,16 @@ export class DeleteWhatIfAnalysisCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteWhatIfAnalysisCommand)
.de(de_DeleteWhatIfAnalysisCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteWhatIfAnalysisRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteWhatIfAnalysisCommandInput;
+ output: DeleteWhatIfAnalysisCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DeleteWhatIfForecastCommand.ts b/clients/client-forecast/src/commands/DeleteWhatIfForecastCommand.ts
index 6a7bc20b0e92..eaad167174e4 100644
--- a/clients/client-forecast/src/commands/DeleteWhatIfForecastCommand.ts
+++ b/clients/client-forecast/src/commands/DeleteWhatIfForecastCommand.ts
@@ -88,4 +88,16 @@ export class DeleteWhatIfForecastCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteWhatIfForecastCommand)
.de(de_DeleteWhatIfForecastCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteWhatIfForecastRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteWhatIfForecastCommandInput;
+ output: DeleteWhatIfForecastCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DeleteWhatIfForecastExportCommand.ts b/clients/client-forecast/src/commands/DeleteWhatIfForecastExportCommand.ts
index 817815e6fa6b..2941c1b974b5 100644
--- a/clients/client-forecast/src/commands/DeleteWhatIfForecastExportCommand.ts
+++ b/clients/client-forecast/src/commands/DeleteWhatIfForecastExportCommand.ts
@@ -87,4 +87,16 @@ export class DeleteWhatIfForecastExportCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteWhatIfForecastExportCommand)
.de(de_DeleteWhatIfForecastExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteWhatIfForecastExportRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteWhatIfForecastExportCommandInput;
+ output: DeleteWhatIfForecastExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DescribeAutoPredictorCommand.ts b/clients/client-forecast/src/commands/DescribeAutoPredictorCommand.ts
index 493245ff9eca..2bdffec9eb22 100644
--- a/clients/client-forecast/src/commands/DescribeAutoPredictorCommand.ts
+++ b/clients/client-forecast/src/commands/DescribeAutoPredictorCommand.ts
@@ -146,4 +146,16 @@ export class DescribeAutoPredictorCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAutoPredictorCommand)
.de(de_DescribeAutoPredictorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAutoPredictorRequest;
+ output: DescribeAutoPredictorResponse;
+ };
+ sdk: {
+ input: DescribeAutoPredictorCommandInput;
+ output: DescribeAutoPredictorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DescribeDatasetCommand.ts b/clients/client-forecast/src/commands/DescribeDatasetCommand.ts
index 8d997fdb5ee9..81f629f05f58 100644
--- a/clients/client-forecast/src/commands/DescribeDatasetCommand.ts
+++ b/clients/client-forecast/src/commands/DescribeDatasetCommand.ts
@@ -123,4 +123,16 @@ export class DescribeDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDatasetCommand)
.de(de_DescribeDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDatasetRequest;
+ output: DescribeDatasetResponse;
+ };
+ sdk: {
+ input: DescribeDatasetCommandInput;
+ output: DescribeDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DescribeDatasetGroupCommand.ts b/clients/client-forecast/src/commands/DescribeDatasetGroupCommand.ts
index ad90caaf7883..92872095ace9 100644
--- a/clients/client-forecast/src/commands/DescribeDatasetGroupCommand.ts
+++ b/clients/client-forecast/src/commands/DescribeDatasetGroupCommand.ts
@@ -117,4 +117,16 @@ export class DescribeDatasetGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDatasetGroupCommand)
.de(de_DescribeDatasetGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDatasetGroupRequest;
+ output: DescribeDatasetGroupResponse;
+ };
+ sdk: {
+ input: DescribeDatasetGroupCommandInput;
+ output: DescribeDatasetGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DescribeDatasetImportJobCommand.ts b/clients/client-forecast/src/commands/DescribeDatasetImportJobCommand.ts
index 5009cf0b3937..98196c5b2fa8 100644
--- a/clients/client-forecast/src/commands/DescribeDatasetImportJobCommand.ts
+++ b/clients/client-forecast/src/commands/DescribeDatasetImportJobCommand.ts
@@ -156,4 +156,16 @@ export class DescribeDatasetImportJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDatasetImportJobCommand)
.de(de_DescribeDatasetImportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDatasetImportJobRequest;
+ output: DescribeDatasetImportJobResponse;
+ };
+ sdk: {
+ input: DescribeDatasetImportJobCommandInput;
+ output: DescribeDatasetImportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DescribeExplainabilityCommand.ts b/clients/client-forecast/src/commands/DescribeExplainabilityCommand.ts
index 9cabcd7b2e24..5529d90d57f4 100644
--- a/clients/client-forecast/src/commands/DescribeExplainabilityCommand.ts
+++ b/clients/client-forecast/src/commands/DescribeExplainabilityCommand.ts
@@ -114,4 +114,16 @@ export class DescribeExplainabilityCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeExplainabilityCommand)
.de(de_DescribeExplainabilityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeExplainabilityRequest;
+ output: DescribeExplainabilityResponse;
+ };
+ sdk: {
+ input: DescribeExplainabilityCommandInput;
+ output: DescribeExplainabilityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DescribeExplainabilityExportCommand.ts b/clients/client-forecast/src/commands/DescribeExplainabilityExportCommand.ts
index 3b9573abf6c9..cd32f6d6494f 100644
--- a/clients/client-forecast/src/commands/DescribeExplainabilityExportCommand.ts
+++ b/clients/client-forecast/src/commands/DescribeExplainabilityExportCommand.ts
@@ -104,4 +104,16 @@ export class DescribeExplainabilityExportCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeExplainabilityExportCommand)
.de(de_DescribeExplainabilityExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeExplainabilityExportRequest;
+ output: DescribeExplainabilityExportResponse;
+ };
+ sdk: {
+ input: DescribeExplainabilityExportCommandInput;
+ output: DescribeExplainabilityExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DescribeForecastCommand.ts b/clients/client-forecast/src/commands/DescribeForecastCommand.ts
index 87139712ebb2..d9fdd09c66e1 100644
--- a/clients/client-forecast/src/commands/DescribeForecastCommand.ts
+++ b/clients/client-forecast/src/commands/DescribeForecastCommand.ts
@@ -144,4 +144,16 @@ export class DescribeForecastCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeForecastCommand)
.de(de_DescribeForecastCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeForecastRequest;
+ output: DescribeForecastResponse;
+ };
+ sdk: {
+ input: DescribeForecastCommandInput;
+ output: DescribeForecastCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DescribeForecastExportJobCommand.ts b/clients/client-forecast/src/commands/DescribeForecastExportJobCommand.ts
index 4af0599f12d1..48fcb6281e47 100644
--- a/clients/client-forecast/src/commands/DescribeForecastExportJobCommand.ts
+++ b/clients/client-forecast/src/commands/DescribeForecastExportJobCommand.ts
@@ -123,4 +123,16 @@ export class DescribeForecastExportJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeForecastExportJobCommand)
.de(de_DescribeForecastExportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeForecastExportJobRequest;
+ output: DescribeForecastExportJobResponse;
+ };
+ sdk: {
+ input: DescribeForecastExportJobCommandInput;
+ output: DescribeForecastExportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DescribeMonitorCommand.ts b/clients/client-forecast/src/commands/DescribeMonitorCommand.ts
index 3a71391267a0..1cb45ae3f945 100644
--- a/clients/client-forecast/src/commands/DescribeMonitorCommand.ts
+++ b/clients/client-forecast/src/commands/DescribeMonitorCommand.ts
@@ -141,4 +141,16 @@ export class DescribeMonitorCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeMonitorCommand)
.de(de_DescribeMonitorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeMonitorRequest;
+ output: DescribeMonitorResponse;
+ };
+ sdk: {
+ input: DescribeMonitorCommandInput;
+ output: DescribeMonitorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DescribePredictorBacktestExportJobCommand.ts b/clients/client-forecast/src/commands/DescribePredictorBacktestExportJobCommand.ts
index bba3035a60dd..c22a903d6f07 100644
--- a/clients/client-forecast/src/commands/DescribePredictorBacktestExportJobCommand.ts
+++ b/clients/client-forecast/src/commands/DescribePredictorBacktestExportJobCommand.ts
@@ -131,4 +131,16 @@ export class DescribePredictorBacktestExportJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePredictorBacktestExportJobCommand)
.de(de_DescribePredictorBacktestExportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePredictorBacktestExportJobRequest;
+ output: DescribePredictorBacktestExportJobResponse;
+ };
+ sdk: {
+ input: DescribePredictorBacktestExportJobCommandInput;
+ output: DescribePredictorBacktestExportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DescribePredictorCommand.ts b/clients/client-forecast/src/commands/DescribePredictorCommand.ts
index 5c5778d5cc5c..24ab8f489a8a 100644
--- a/clients/client-forecast/src/commands/DescribePredictorCommand.ts
+++ b/clients/client-forecast/src/commands/DescribePredictorCommand.ts
@@ -227,4 +227,16 @@ export class DescribePredictorCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePredictorCommand)
.de(de_DescribePredictorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePredictorRequest;
+ output: DescribePredictorResponse;
+ };
+ sdk: {
+ input: DescribePredictorCommandInput;
+ output: DescribePredictorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DescribeWhatIfAnalysisCommand.ts b/clients/client-forecast/src/commands/DescribeWhatIfAnalysisCommand.ts
index dd936fd615f2..2151b10b56c4 100644
--- a/clients/client-forecast/src/commands/DescribeWhatIfAnalysisCommand.ts
+++ b/clients/client-forecast/src/commands/DescribeWhatIfAnalysisCommand.ts
@@ -134,4 +134,16 @@ export class DescribeWhatIfAnalysisCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeWhatIfAnalysisCommand)
.de(de_DescribeWhatIfAnalysisCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeWhatIfAnalysisRequest;
+ output: DescribeWhatIfAnalysisResponse;
+ };
+ sdk: {
+ input: DescribeWhatIfAnalysisCommandInput;
+ output: DescribeWhatIfAnalysisCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DescribeWhatIfForecastCommand.ts b/clients/client-forecast/src/commands/DescribeWhatIfForecastCommand.ts
index 71d85e2f3d72..588563fec6e9 100644
--- a/clients/client-forecast/src/commands/DescribeWhatIfForecastCommand.ts
+++ b/clients/client-forecast/src/commands/DescribeWhatIfForecastCommand.ts
@@ -150,4 +150,16 @@ export class DescribeWhatIfForecastCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeWhatIfForecastCommand)
.de(de_DescribeWhatIfForecastCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeWhatIfForecastRequest;
+ output: DescribeWhatIfForecastResponse;
+ };
+ sdk: {
+ input: DescribeWhatIfForecastCommandInput;
+ output: DescribeWhatIfForecastCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/DescribeWhatIfForecastExportCommand.ts b/clients/client-forecast/src/commands/DescribeWhatIfForecastExportCommand.ts
index 0759f93a5da9..f6336adec4a6 100644
--- a/clients/client-forecast/src/commands/DescribeWhatIfForecastExportCommand.ts
+++ b/clients/client-forecast/src/commands/DescribeWhatIfForecastExportCommand.ts
@@ -129,4 +129,16 @@ export class DescribeWhatIfForecastExportCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeWhatIfForecastExportCommand)
.de(de_DescribeWhatIfForecastExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeWhatIfForecastExportRequest;
+ output: DescribeWhatIfForecastExportResponse;
+ };
+ sdk: {
+ input: DescribeWhatIfForecastExportCommandInput;
+ output: DescribeWhatIfForecastExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/GetAccuracyMetricsCommand.ts b/clients/client-forecast/src/commands/GetAccuracyMetricsCommand.ts
index f8dad9143329..cc38dd6c49a0 100644
--- a/clients/client-forecast/src/commands/GetAccuracyMetricsCommand.ts
+++ b/clients/client-forecast/src/commands/GetAccuracyMetricsCommand.ts
@@ -138,4 +138,16 @@ export class GetAccuracyMetricsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAccuracyMetricsCommand)
.de(de_GetAccuracyMetricsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAccuracyMetricsRequest;
+ output: GetAccuracyMetricsResponse;
+ };
+ sdk: {
+ input: GetAccuracyMetricsCommandInput;
+ output: GetAccuracyMetricsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/ListDatasetGroupsCommand.ts b/clients/client-forecast/src/commands/ListDatasetGroupsCommand.ts
index fb96220c1685..bb6f8d1afef2 100644
--- a/clients/client-forecast/src/commands/ListDatasetGroupsCommand.ts
+++ b/clients/client-forecast/src/commands/ListDatasetGroupsCommand.ts
@@ -93,4 +93,16 @@ export class ListDatasetGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDatasetGroupsCommand)
.de(de_ListDatasetGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDatasetGroupsRequest;
+ output: ListDatasetGroupsResponse;
+ };
+ sdk: {
+ input: ListDatasetGroupsCommandInput;
+ output: ListDatasetGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/ListDatasetImportJobsCommand.ts b/clients/client-forecast/src/commands/ListDatasetImportJobsCommand.ts
index 895e2cedd188..eafa1f51064a 100644
--- a/clients/client-forecast/src/commands/ListDatasetImportJobsCommand.ts
+++ b/clients/client-forecast/src/commands/ListDatasetImportJobsCommand.ts
@@ -114,4 +114,16 @@ export class ListDatasetImportJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDatasetImportJobsCommand)
.de(de_ListDatasetImportJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDatasetImportJobsRequest;
+ output: ListDatasetImportJobsResponse;
+ };
+ sdk: {
+ input: ListDatasetImportJobsCommandInput;
+ output: ListDatasetImportJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/ListDatasetsCommand.ts b/clients/client-forecast/src/commands/ListDatasetsCommand.ts
index d978c1b00365..850b4e7ae896 100644
--- a/clients/client-forecast/src/commands/ListDatasetsCommand.ts
+++ b/clients/client-forecast/src/commands/ListDatasetsCommand.ts
@@ -93,4 +93,16 @@ export class ListDatasetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDatasetsCommand)
.de(de_ListDatasetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDatasetsRequest;
+ output: ListDatasetsResponse;
+ };
+ sdk: {
+ input: ListDatasetsCommandInput;
+ output: ListDatasetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/ListExplainabilitiesCommand.ts b/clients/client-forecast/src/commands/ListExplainabilitiesCommand.ts
index f65924ed5596..2a074147af42 100644
--- a/clients/client-forecast/src/commands/ListExplainabilitiesCommand.ts
+++ b/clients/client-forecast/src/commands/ListExplainabilitiesCommand.ts
@@ -111,4 +111,16 @@ export class ListExplainabilitiesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListExplainabilitiesCommand)
.de(de_ListExplainabilitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListExplainabilitiesRequest;
+ output: ListExplainabilitiesResponse;
+ };
+ sdk: {
+ input: ListExplainabilitiesCommandInput;
+ output: ListExplainabilitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/ListExplainabilityExportsCommand.ts b/clients/client-forecast/src/commands/ListExplainabilityExportsCommand.ts
index ff33e047b27f..831eb566c6a4 100644
--- a/clients/client-forecast/src/commands/ListExplainabilityExportsCommand.ts
+++ b/clients/client-forecast/src/commands/ListExplainabilityExportsCommand.ts
@@ -112,4 +112,16 @@ export class ListExplainabilityExportsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListExplainabilityExportsCommand)
.de(de_ListExplainabilityExportsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListExplainabilityExportsRequest;
+ output: ListExplainabilityExportsResponse;
+ };
+ sdk: {
+ input: ListExplainabilityExportsCommandInput;
+ output: ListExplainabilityExportsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/ListForecastExportJobsCommand.ts b/clients/client-forecast/src/commands/ListForecastExportJobsCommand.ts
index b20a40bbe26f..0cbf48edefc2 100644
--- a/clients/client-forecast/src/commands/ListForecastExportJobsCommand.ts
+++ b/clients/client-forecast/src/commands/ListForecastExportJobsCommand.ts
@@ -112,4 +112,16 @@ export class ListForecastExportJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListForecastExportJobsCommand)
.de(de_ListForecastExportJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListForecastExportJobsRequest;
+ output: ListForecastExportJobsResponse;
+ };
+ sdk: {
+ input: ListForecastExportJobsCommandInput;
+ output: ListForecastExportJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/ListForecastsCommand.ts b/clients/client-forecast/src/commands/ListForecastsCommand.ts
index 56a6bbbecf8f..35f072ff2e73 100644
--- a/clients/client-forecast/src/commands/ListForecastsCommand.ts
+++ b/clients/client-forecast/src/commands/ListForecastsCommand.ts
@@ -109,4 +109,16 @@ export class ListForecastsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListForecastsCommand)
.de(de_ListForecastsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListForecastsRequest;
+ output: ListForecastsResponse;
+ };
+ sdk: {
+ input: ListForecastsCommandInput;
+ output: ListForecastsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/ListMonitorEvaluationsCommand.ts b/clients/client-forecast/src/commands/ListMonitorEvaluationsCommand.ts
index 02e9af5cde80..8f1635a03202 100644
--- a/clients/client-forecast/src/commands/ListMonitorEvaluationsCommand.ts
+++ b/clients/client-forecast/src/commands/ListMonitorEvaluationsCommand.ts
@@ -127,4 +127,16 @@ export class ListMonitorEvaluationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMonitorEvaluationsCommand)
.de(de_ListMonitorEvaluationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMonitorEvaluationsRequest;
+ output: ListMonitorEvaluationsResponse;
+ };
+ sdk: {
+ input: ListMonitorEvaluationsCommandInput;
+ output: ListMonitorEvaluationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/ListMonitorsCommand.ts b/clients/client-forecast/src/commands/ListMonitorsCommand.ts
index d779acded0cb..6835f3b7c6d6 100644
--- a/clients/client-forecast/src/commands/ListMonitorsCommand.ts
+++ b/clients/client-forecast/src/commands/ListMonitorsCommand.ts
@@ -103,4 +103,16 @@ export class ListMonitorsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMonitorsCommand)
.de(de_ListMonitorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMonitorsRequest;
+ output: ListMonitorsResponse;
+ };
+ sdk: {
+ input: ListMonitorsCommandInput;
+ output: ListMonitorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/ListPredictorBacktestExportJobsCommand.ts b/clients/client-forecast/src/commands/ListPredictorBacktestExportJobsCommand.ts
index bdc365e31532..d5ae5600e9d2 100644
--- a/clients/client-forecast/src/commands/ListPredictorBacktestExportJobsCommand.ts
+++ b/clients/client-forecast/src/commands/ListPredictorBacktestExportJobsCommand.ts
@@ -117,4 +117,16 @@ export class ListPredictorBacktestExportJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPredictorBacktestExportJobsCommand)
.de(de_ListPredictorBacktestExportJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPredictorBacktestExportJobsRequest;
+ output: ListPredictorBacktestExportJobsResponse;
+ };
+ sdk: {
+ input: ListPredictorBacktestExportJobsCommandInput;
+ output: ListPredictorBacktestExportJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/ListPredictorsCommand.ts b/clients/client-forecast/src/commands/ListPredictorsCommand.ts
index be703e4df122..c8e4134dad99 100644
--- a/clients/client-forecast/src/commands/ListPredictorsCommand.ts
+++ b/clients/client-forecast/src/commands/ListPredictorsCommand.ts
@@ -112,4 +112,16 @@ export class ListPredictorsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPredictorsCommand)
.de(de_ListPredictorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPredictorsRequest;
+ output: ListPredictorsResponse;
+ };
+ sdk: {
+ input: ListPredictorsCommandInput;
+ output: ListPredictorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/ListTagsForResourceCommand.ts b/clients/client-forecast/src/commands/ListTagsForResourceCommand.ts
index 3ac92c0ad10b..44b4c5320b08 100644
--- a/clients/client-forecast/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-forecast/src/commands/ListTagsForResourceCommand.ts
@@ -94,4 +94,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, ListTagsForResourceResponseFilterSensitiveLog)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/ListWhatIfAnalysesCommand.ts b/clients/client-forecast/src/commands/ListWhatIfAnalysesCommand.ts
index faae1a1c8090..124473a4b662 100644
--- a/clients/client-forecast/src/commands/ListWhatIfAnalysesCommand.ts
+++ b/clients/client-forecast/src/commands/ListWhatIfAnalysesCommand.ts
@@ -103,4 +103,16 @@ export class ListWhatIfAnalysesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWhatIfAnalysesCommand)
.de(de_ListWhatIfAnalysesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWhatIfAnalysesRequest;
+ output: ListWhatIfAnalysesResponse;
+ };
+ sdk: {
+ input: ListWhatIfAnalysesCommandInput;
+ output: ListWhatIfAnalysesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/ListWhatIfForecastExportsCommand.ts b/clients/client-forecast/src/commands/ListWhatIfForecastExportsCommand.ts
index 847d356b5409..4e3e40194f30 100644
--- a/clients/client-forecast/src/commands/ListWhatIfForecastExportsCommand.ts
+++ b/clients/client-forecast/src/commands/ListWhatIfForecastExportsCommand.ts
@@ -112,4 +112,16 @@ export class ListWhatIfForecastExportsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWhatIfForecastExportsCommand)
.de(de_ListWhatIfForecastExportsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWhatIfForecastExportsRequest;
+ output: ListWhatIfForecastExportsResponse;
+ };
+ sdk: {
+ input: ListWhatIfForecastExportsCommandInput;
+ output: ListWhatIfForecastExportsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/ListWhatIfForecastsCommand.ts b/clients/client-forecast/src/commands/ListWhatIfForecastsCommand.ts
index a4716d4f4c56..6c6ea55b5d11 100644
--- a/clients/client-forecast/src/commands/ListWhatIfForecastsCommand.ts
+++ b/clients/client-forecast/src/commands/ListWhatIfForecastsCommand.ts
@@ -103,4 +103,16 @@ export class ListWhatIfForecastsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWhatIfForecastsCommand)
.de(de_ListWhatIfForecastsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWhatIfForecastsRequest;
+ output: ListWhatIfForecastsResponse;
+ };
+ sdk: {
+ input: ListWhatIfForecastsCommandInput;
+ output: ListWhatIfForecastsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/ResumeResourceCommand.ts b/clients/client-forecast/src/commands/ResumeResourceCommand.ts
index f67119f78d42..f0366344e404 100644
--- a/clients/client-forecast/src/commands/ResumeResourceCommand.ts
+++ b/clients/client-forecast/src/commands/ResumeResourceCommand.ts
@@ -89,4 +89,16 @@ export class ResumeResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ResumeResourceCommand)
.de(de_ResumeResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResumeResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: ResumeResourceCommandInput;
+ output: ResumeResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/StopResourceCommand.ts b/clients/client-forecast/src/commands/StopResourceCommand.ts
index b8cf470a1315..bd429d33b31a 100644
--- a/clients/client-forecast/src/commands/StopResourceCommand.ts
+++ b/clients/client-forecast/src/commands/StopResourceCommand.ts
@@ -114,4 +114,16 @@ export class StopResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_StopResourceCommand)
.de(de_StopResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopResourceCommandInput;
+ output: StopResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/TagResourceCommand.ts b/clients/client-forecast/src/commands/TagResourceCommand.ts
index ce55f0a211e5..b8e0e029f152 100644
--- a/clients/client-forecast/src/commands/TagResourceCommand.ts
+++ b/clients/client-forecast/src/commands/TagResourceCommand.ts
@@ -95,4 +95,16 @@ export class TagResourceCommand extends $Command
.f(TagResourceRequestFilterSensitiveLog, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/UntagResourceCommand.ts b/clients/client-forecast/src/commands/UntagResourceCommand.ts
index 86ca92f11f27..f04f59da4310 100644
--- a/clients/client-forecast/src/commands/UntagResourceCommand.ts
+++ b/clients/client-forecast/src/commands/UntagResourceCommand.ts
@@ -90,4 +90,16 @@ export class UntagResourceCommand extends $Command
.f(UntagResourceRequestFilterSensitiveLog, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecast/src/commands/UpdateDatasetGroupCommand.ts b/clients/client-forecast/src/commands/UpdateDatasetGroupCommand.ts
index 4dafde752f04..c7784f28bfb7 100644
--- a/clients/client-forecast/src/commands/UpdateDatasetGroupCommand.ts
+++ b/clients/client-forecast/src/commands/UpdateDatasetGroupCommand.ts
@@ -94,4 +94,16 @@ export class UpdateDatasetGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDatasetGroupCommand)
.de(de_UpdateDatasetGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDatasetGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDatasetGroupCommandInput;
+ output: UpdateDatasetGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecastquery/package.json b/clients/client-forecastquery/package.json
index 2c84f0f730c2..6fd1af475070 100644
--- a/clients/client-forecastquery/package.json
+++ b/clients/client-forecastquery/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-forecastquery/src/commands/QueryForecastCommand.ts b/clients/client-forecastquery/src/commands/QueryForecastCommand.ts
index a0160c6536f5..156235eee984 100644
--- a/clients/client-forecastquery/src/commands/QueryForecastCommand.ts
+++ b/clients/client-forecastquery/src/commands/QueryForecastCommand.ts
@@ -119,4 +119,16 @@ export class QueryForecastCommand extends $Command
.f(void 0, void 0)
.ser(se_QueryForecastCommand)
.de(de_QueryForecastCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: QueryForecastRequest;
+ output: QueryForecastResponse;
+ };
+ sdk: {
+ input: QueryForecastCommandInput;
+ output: QueryForecastCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-forecastquery/src/commands/QueryWhatIfForecastCommand.ts b/clients/client-forecastquery/src/commands/QueryWhatIfForecastCommand.ts
index 84a0a3c910e9..114d1db0b1e2 100644
--- a/clients/client-forecastquery/src/commands/QueryWhatIfForecastCommand.ts
+++ b/clients/client-forecastquery/src/commands/QueryWhatIfForecastCommand.ts
@@ -108,4 +108,16 @@ export class QueryWhatIfForecastCommand extends $Command
.f(void 0, void 0)
.ser(se_QueryWhatIfForecastCommand)
.de(de_QueryWhatIfForecastCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: QueryWhatIfForecastRequest;
+ output: QueryWhatIfForecastResponse;
+ };
+ sdk: {
+ input: QueryWhatIfForecastCommandInput;
+ output: QueryWhatIfForecastCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/package.json b/clients/client-frauddetector/package.json
index 5d7659a9d866..d1bcee53618c 100644
--- a/clients/client-frauddetector/package.json
+++ b/clients/client-frauddetector/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-frauddetector/src/commands/BatchCreateVariableCommand.ts b/clients/client-frauddetector/src/commands/BatchCreateVariableCommand.ts
index 3737405e6b6f..3a81d053b25f 100644
--- a/clients/client-frauddetector/src/commands/BatchCreateVariableCommand.ts
+++ b/clients/client-frauddetector/src/commands/BatchCreateVariableCommand.ts
@@ -110,4 +110,16 @@ export class BatchCreateVariableCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchCreateVariableCommand)
.de(de_BatchCreateVariableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchCreateVariableRequest;
+ output: BatchCreateVariableResult;
+ };
+ sdk: {
+ input: BatchCreateVariableCommandInput;
+ output: BatchCreateVariableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/BatchGetVariableCommand.ts b/clients/client-frauddetector/src/commands/BatchGetVariableCommand.ts
index 074be74567cc..d069952643dc 100644
--- a/clients/client-frauddetector/src/commands/BatchGetVariableCommand.ts
+++ b/clients/client-frauddetector/src/commands/BatchGetVariableCommand.ts
@@ -110,4 +110,16 @@ export class BatchGetVariableCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetVariableCommand)
.de(de_BatchGetVariableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetVariableRequest;
+ output: BatchGetVariableResult;
+ };
+ sdk: {
+ input: BatchGetVariableCommandInput;
+ output: BatchGetVariableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/CancelBatchImportJobCommand.ts b/clients/client-frauddetector/src/commands/CancelBatchImportJobCommand.ts
index 438c1ba93ba1..8131e58a10ac 100644
--- a/clients/client-frauddetector/src/commands/CancelBatchImportJobCommand.ts
+++ b/clients/client-frauddetector/src/commands/CancelBatchImportJobCommand.ts
@@ -90,4 +90,16 @@ export class CancelBatchImportJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelBatchImportJobCommand)
.de(de_CancelBatchImportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelBatchImportJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: CancelBatchImportJobCommandInput;
+ output: CancelBatchImportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/CancelBatchPredictionJobCommand.ts b/clients/client-frauddetector/src/commands/CancelBatchPredictionJobCommand.ts
index 4ba10ef5fb65..a521763c556d 100644
--- a/clients/client-frauddetector/src/commands/CancelBatchPredictionJobCommand.ts
+++ b/clients/client-frauddetector/src/commands/CancelBatchPredictionJobCommand.ts
@@ -90,4 +90,16 @@ export class CancelBatchPredictionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelBatchPredictionJobCommand)
.de(de_CancelBatchPredictionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelBatchPredictionJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: CancelBatchPredictionJobCommandInput;
+ output: CancelBatchPredictionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/CreateBatchImportJobCommand.ts b/clients/client-frauddetector/src/commands/CreateBatchImportJobCommand.ts
index 883b36c78322..d72a72a12575 100644
--- a/clients/client-frauddetector/src/commands/CreateBatchImportJobCommand.ts
+++ b/clients/client-frauddetector/src/commands/CreateBatchImportJobCommand.ts
@@ -100,4 +100,16 @@ export class CreateBatchImportJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateBatchImportJobCommand)
.de(de_CreateBatchImportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBatchImportJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateBatchImportJobCommandInput;
+ output: CreateBatchImportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/CreateBatchPredictionJobCommand.ts b/clients/client-frauddetector/src/commands/CreateBatchPredictionJobCommand.ts
index d9e8763bd56e..c081a8741978 100644
--- a/clients/client-frauddetector/src/commands/CreateBatchPredictionJobCommand.ts
+++ b/clients/client-frauddetector/src/commands/CreateBatchPredictionJobCommand.ts
@@ -102,4 +102,16 @@ export class CreateBatchPredictionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateBatchPredictionJobCommand)
.de(de_CreateBatchPredictionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBatchPredictionJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateBatchPredictionJobCommandInput;
+ output: CreateBatchPredictionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/CreateDetectorVersionCommand.ts b/clients/client-frauddetector/src/commands/CreateDetectorVersionCommand.ts
index 19dc59fed307..cb770d74146e 100644
--- a/clients/client-frauddetector/src/commands/CreateDetectorVersionCommand.ts
+++ b/clients/client-frauddetector/src/commands/CreateDetectorVersionCommand.ts
@@ -120,4 +120,16 @@ export class CreateDetectorVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDetectorVersionCommand)
.de(de_CreateDetectorVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDetectorVersionRequest;
+ output: CreateDetectorVersionResult;
+ };
+ sdk: {
+ input: CreateDetectorVersionCommandInput;
+ output: CreateDetectorVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/CreateListCommand.ts b/clients/client-frauddetector/src/commands/CreateListCommand.ts
index 7e407cac1d75..d49d204c0abb 100644
--- a/clients/client-frauddetector/src/commands/CreateListCommand.ts
+++ b/clients/client-frauddetector/src/commands/CreateListCommand.ts
@@ -102,4 +102,16 @@ export class CreateListCommand extends $Command
.f(CreateListRequestFilterSensitiveLog, void 0)
.ser(se_CreateListCommand)
.de(de_CreateListCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateListRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateListCommandInput;
+ output: CreateListCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/CreateModelCommand.ts b/clients/client-frauddetector/src/commands/CreateModelCommand.ts
index 18bbbea1c8f9..bf002858b990 100644
--- a/clients/client-frauddetector/src/commands/CreateModelCommand.ts
+++ b/clients/client-frauddetector/src/commands/CreateModelCommand.ts
@@ -96,4 +96,16 @@ export class CreateModelCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateModelCommand)
.de(de_CreateModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateModelRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateModelCommandInput;
+ output: CreateModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/CreateModelVersionCommand.ts b/clients/client-frauddetector/src/commands/CreateModelVersionCommand.ts
index 2bc1910c3651..4a875a37669a 100644
--- a/clients/client-frauddetector/src/commands/CreateModelVersionCommand.ts
+++ b/clients/client-frauddetector/src/commands/CreateModelVersionCommand.ts
@@ -127,4 +127,16 @@ export class CreateModelVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateModelVersionCommand)
.de(de_CreateModelVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateModelVersionRequest;
+ output: CreateModelVersionResult;
+ };
+ sdk: {
+ input: CreateModelVersionCommandInput;
+ output: CreateModelVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/CreateRuleCommand.ts b/clients/client-frauddetector/src/commands/CreateRuleCommand.ts
index 3bb88e0affe1..bd314fe4150f 100644
--- a/clients/client-frauddetector/src/commands/CreateRuleCommand.ts
+++ b/clients/client-frauddetector/src/commands/CreateRuleCommand.ts
@@ -106,4 +106,16 @@ export class CreateRuleCommand extends $Command
.f(CreateRuleRequestFilterSensitiveLog, void 0)
.ser(se_CreateRuleCommand)
.de(de_CreateRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRuleRequest;
+ output: CreateRuleResult;
+ };
+ sdk: {
+ input: CreateRuleCommandInput;
+ output: CreateRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/CreateVariableCommand.ts b/clients/client-frauddetector/src/commands/CreateVariableCommand.ts
index 6f2b3436bdfe..073415919cbe 100644
--- a/clients/client-frauddetector/src/commands/CreateVariableCommand.ts
+++ b/clients/client-frauddetector/src/commands/CreateVariableCommand.ts
@@ -98,4 +98,16 @@ export class CreateVariableCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVariableCommand)
.de(de_CreateVariableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVariableRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateVariableCommandInput;
+ output: CreateVariableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/DeleteBatchImportJobCommand.ts b/clients/client-frauddetector/src/commands/DeleteBatchImportJobCommand.ts
index 0de5b0b1c51d..6e3a970ef22c 100644
--- a/clients/client-frauddetector/src/commands/DeleteBatchImportJobCommand.ts
+++ b/clients/client-frauddetector/src/commands/DeleteBatchImportJobCommand.ts
@@ -87,4 +87,16 @@ export class DeleteBatchImportJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBatchImportJobCommand)
.de(de_DeleteBatchImportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBatchImportJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteBatchImportJobCommandInput;
+ output: DeleteBatchImportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/DeleteBatchPredictionJobCommand.ts b/clients/client-frauddetector/src/commands/DeleteBatchPredictionJobCommand.ts
index 02a18e87f77e..0dceca1cb771 100644
--- a/clients/client-frauddetector/src/commands/DeleteBatchPredictionJobCommand.ts
+++ b/clients/client-frauddetector/src/commands/DeleteBatchPredictionJobCommand.ts
@@ -87,4 +87,16 @@ export class DeleteBatchPredictionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBatchPredictionJobCommand)
.de(de_DeleteBatchPredictionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBatchPredictionJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteBatchPredictionJobCommandInput;
+ output: DeleteBatchPredictionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/DeleteDetectorCommand.ts b/clients/client-frauddetector/src/commands/DeleteDetectorCommand.ts
index fbf9728c2bfc..ba223bada012 100644
--- a/clients/client-frauddetector/src/commands/DeleteDetectorCommand.ts
+++ b/clients/client-frauddetector/src/commands/DeleteDetectorCommand.ts
@@ -91,4 +91,16 @@ export class DeleteDetectorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDetectorCommand)
.de(de_DeleteDetectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDetectorRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDetectorCommandInput;
+ output: DeleteDetectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/DeleteDetectorVersionCommand.ts b/clients/client-frauddetector/src/commands/DeleteDetectorVersionCommand.ts
index fdbf9c933711..77c4824f68ec 100644
--- a/clients/client-frauddetector/src/commands/DeleteDetectorVersionCommand.ts
+++ b/clients/client-frauddetector/src/commands/DeleteDetectorVersionCommand.ts
@@ -95,4 +95,16 @@ export class DeleteDetectorVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDetectorVersionCommand)
.de(de_DeleteDetectorVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDetectorVersionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDetectorVersionCommandInput;
+ output: DeleteDetectorVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/DeleteEntityTypeCommand.ts b/clients/client-frauddetector/src/commands/DeleteEntityTypeCommand.ts
index d11e622e08fe..c70028cb1000 100644
--- a/clients/client-frauddetector/src/commands/DeleteEntityTypeCommand.ts
+++ b/clients/client-frauddetector/src/commands/DeleteEntityTypeCommand.ts
@@ -92,4 +92,16 @@ export class DeleteEntityTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEntityTypeCommand)
.de(de_DeleteEntityTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEntityTypeRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEntityTypeCommandInput;
+ output: DeleteEntityTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/DeleteEventCommand.ts b/clients/client-frauddetector/src/commands/DeleteEventCommand.ts
index 371fb717bf06..1e9d71ca6215 100644
--- a/clients/client-frauddetector/src/commands/DeleteEventCommand.ts
+++ b/clients/client-frauddetector/src/commands/DeleteEventCommand.ts
@@ -91,4 +91,16 @@ export class DeleteEventCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEventCommand)
.de(de_DeleteEventCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEventRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEventCommandInput;
+ output: DeleteEventCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/DeleteEventTypeCommand.ts b/clients/client-frauddetector/src/commands/DeleteEventTypeCommand.ts
index f2d09cb7ce0f..594dd253c76c 100644
--- a/clients/client-frauddetector/src/commands/DeleteEventTypeCommand.ts
+++ b/clients/client-frauddetector/src/commands/DeleteEventTypeCommand.ts
@@ -92,4 +92,16 @@ export class DeleteEventTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEventTypeCommand)
.de(de_DeleteEventTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEventTypeRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEventTypeCommandInput;
+ output: DeleteEventTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/DeleteEventsByEventTypeCommand.ts b/clients/client-frauddetector/src/commands/DeleteEventsByEventTypeCommand.ts
index 625d9bbd3251..7740f0b9f90f 100644
--- a/clients/client-frauddetector/src/commands/DeleteEventsByEventTypeCommand.ts
+++ b/clients/client-frauddetector/src/commands/DeleteEventsByEventTypeCommand.ts
@@ -96,4 +96,16 @@ export class DeleteEventsByEventTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEventsByEventTypeCommand)
.de(de_DeleteEventsByEventTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEventsByEventTypeRequest;
+ output: DeleteEventsByEventTypeResult;
+ };
+ sdk: {
+ input: DeleteEventsByEventTypeCommandInput;
+ output: DeleteEventsByEventTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/DeleteExternalModelCommand.ts b/clients/client-frauddetector/src/commands/DeleteExternalModelCommand.ts
index f12d673fd5a3..45c5b1f57d6d 100644
--- a/clients/client-frauddetector/src/commands/DeleteExternalModelCommand.ts
+++ b/clients/client-frauddetector/src/commands/DeleteExternalModelCommand.ts
@@ -91,4 +91,16 @@ export class DeleteExternalModelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteExternalModelCommand)
.de(de_DeleteExternalModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteExternalModelRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteExternalModelCommandInput;
+ output: DeleteExternalModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/DeleteLabelCommand.ts b/clients/client-frauddetector/src/commands/DeleteLabelCommand.ts
index 0af09c0119d2..2ff68e8a89b5 100644
--- a/clients/client-frauddetector/src/commands/DeleteLabelCommand.ts
+++ b/clients/client-frauddetector/src/commands/DeleteLabelCommand.ts
@@ -90,4 +90,16 @@ export class DeleteLabelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLabelCommand)
.de(de_DeleteLabelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLabelRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLabelCommandInput;
+ output: DeleteLabelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/DeleteListCommand.ts b/clients/client-frauddetector/src/commands/DeleteListCommand.ts
index fefb7918cbb0..ccf1911ed2b5 100644
--- a/clients/client-frauddetector/src/commands/DeleteListCommand.ts
+++ b/clients/client-frauddetector/src/commands/DeleteListCommand.ts
@@ -93,4 +93,16 @@ export class DeleteListCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteListCommand)
.de(de_DeleteListCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteListRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteListCommandInput;
+ output: DeleteListCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/DeleteModelCommand.ts b/clients/client-frauddetector/src/commands/DeleteModelCommand.ts
index 3878ea540844..73cc7a058d69 100644
--- a/clients/client-frauddetector/src/commands/DeleteModelCommand.ts
+++ b/clients/client-frauddetector/src/commands/DeleteModelCommand.ts
@@ -93,4 +93,16 @@ export class DeleteModelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteModelCommand)
.de(de_DeleteModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteModelRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteModelCommandInput;
+ output: DeleteModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/DeleteModelVersionCommand.ts b/clients/client-frauddetector/src/commands/DeleteModelVersionCommand.ts
index 61d768f1bb99..ba53aadd59df 100644
--- a/clients/client-frauddetector/src/commands/DeleteModelVersionCommand.ts
+++ b/clients/client-frauddetector/src/commands/DeleteModelVersionCommand.ts
@@ -94,4 +94,16 @@ export class DeleteModelVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteModelVersionCommand)
.de(de_DeleteModelVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteModelVersionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteModelVersionCommandInput;
+ output: DeleteModelVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/DeleteOutcomeCommand.ts b/clients/client-frauddetector/src/commands/DeleteOutcomeCommand.ts
index 67b9978a08e4..91bcf80d3930 100644
--- a/clients/client-frauddetector/src/commands/DeleteOutcomeCommand.ts
+++ b/clients/client-frauddetector/src/commands/DeleteOutcomeCommand.ts
@@ -92,4 +92,16 @@ export class DeleteOutcomeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteOutcomeCommand)
.de(de_DeleteOutcomeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteOutcomeRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteOutcomeCommandInput;
+ output: DeleteOutcomeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/DeleteRuleCommand.ts b/clients/client-frauddetector/src/commands/DeleteRuleCommand.ts
index 202abde5be3a..e3db09841377 100644
--- a/clients/client-frauddetector/src/commands/DeleteRuleCommand.ts
+++ b/clients/client-frauddetector/src/commands/DeleteRuleCommand.ts
@@ -95,4 +95,16 @@ export class DeleteRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRuleCommand)
.de(de_DeleteRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRuleCommandInput;
+ output: DeleteRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/DeleteVariableCommand.ts b/clients/client-frauddetector/src/commands/DeleteVariableCommand.ts
index 81724e84afd4..fc7e803056b3 100644
--- a/clients/client-frauddetector/src/commands/DeleteVariableCommand.ts
+++ b/clients/client-frauddetector/src/commands/DeleteVariableCommand.ts
@@ -93,4 +93,16 @@ export class DeleteVariableCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVariableCommand)
.de(de_DeleteVariableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVariableRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVariableCommandInput;
+ output: DeleteVariableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/DescribeDetectorCommand.ts b/clients/client-frauddetector/src/commands/DescribeDetectorCommand.ts
index 9ac7e28c1267..9e5b8701e356 100644
--- a/clients/client-frauddetector/src/commands/DescribeDetectorCommand.ts
+++ b/clients/client-frauddetector/src/commands/DescribeDetectorCommand.ts
@@ -104,4 +104,16 @@ export class DescribeDetectorCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDetectorCommand)
.de(de_DescribeDetectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDetectorRequest;
+ output: DescribeDetectorResult;
+ };
+ sdk: {
+ input: DescribeDetectorCommandInput;
+ output: DescribeDetectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/DescribeModelVersionsCommand.ts b/clients/client-frauddetector/src/commands/DescribeModelVersionsCommand.ts
index a515fc98037a..65b1c44d67b8 100644
--- a/clients/client-frauddetector/src/commands/DescribeModelVersionsCommand.ts
+++ b/clients/client-frauddetector/src/commands/DescribeModelVersionsCommand.ts
@@ -257,4 +257,16 @@ export class DescribeModelVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeModelVersionsCommand)
.de(de_DescribeModelVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeModelVersionsRequest;
+ output: DescribeModelVersionsResult;
+ };
+ sdk: {
+ input: DescribeModelVersionsCommandInput;
+ output: DescribeModelVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/GetBatchImportJobsCommand.ts b/clients/client-frauddetector/src/commands/GetBatchImportJobsCommand.ts
index 4740425acdff..5555ef568ce5 100644
--- a/clients/client-frauddetector/src/commands/GetBatchImportJobsCommand.ts
+++ b/clients/client-frauddetector/src/commands/GetBatchImportJobsCommand.ts
@@ -114,4 +114,16 @@ export class GetBatchImportJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBatchImportJobsCommand)
.de(de_GetBatchImportJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBatchImportJobsRequest;
+ output: GetBatchImportJobsResult;
+ };
+ sdk: {
+ input: GetBatchImportJobsCommandInput;
+ output: GetBatchImportJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/GetBatchPredictionJobsCommand.ts b/clients/client-frauddetector/src/commands/GetBatchPredictionJobsCommand.ts
index 6c1d4eb1299f..321ad3447004 100644
--- a/clients/client-frauddetector/src/commands/GetBatchPredictionJobsCommand.ts
+++ b/clients/client-frauddetector/src/commands/GetBatchPredictionJobsCommand.ts
@@ -113,4 +113,16 @@ export class GetBatchPredictionJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBatchPredictionJobsCommand)
.de(de_GetBatchPredictionJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBatchPredictionJobsRequest;
+ output: GetBatchPredictionJobsResult;
+ };
+ sdk: {
+ input: GetBatchPredictionJobsCommandInput;
+ output: GetBatchPredictionJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/GetDeleteEventsByEventTypeStatusCommand.ts b/clients/client-frauddetector/src/commands/GetDeleteEventsByEventTypeStatusCommand.ts
index 4155126a9230..52f43ebf9654 100644
--- a/clients/client-frauddetector/src/commands/GetDeleteEventsByEventTypeStatusCommand.ts
+++ b/clients/client-frauddetector/src/commands/GetDeleteEventsByEventTypeStatusCommand.ts
@@ -98,4 +98,16 @@ export class GetDeleteEventsByEventTypeStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeleteEventsByEventTypeStatusCommand)
.de(de_GetDeleteEventsByEventTypeStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeleteEventsByEventTypeStatusRequest;
+ output: GetDeleteEventsByEventTypeStatusResult;
+ };
+ sdk: {
+ input: GetDeleteEventsByEventTypeStatusCommandInput;
+ output: GetDeleteEventsByEventTypeStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/GetDetectorVersionCommand.ts b/clients/client-frauddetector/src/commands/GetDetectorVersionCommand.ts
index 9ebe38b48b86..2abcc3fda303 100644
--- a/clients/client-frauddetector/src/commands/GetDetectorVersionCommand.ts
+++ b/clients/client-frauddetector/src/commands/GetDetectorVersionCommand.ts
@@ -118,4 +118,16 @@ export class GetDetectorVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDetectorVersionCommand)
.de(de_GetDetectorVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDetectorVersionRequest;
+ output: GetDetectorVersionResult;
+ };
+ sdk: {
+ input: GetDetectorVersionCommandInput;
+ output: GetDetectorVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/GetDetectorsCommand.ts b/clients/client-frauddetector/src/commands/GetDetectorsCommand.ts
index 3362c8709c41..aa6d098d28ad 100644
--- a/clients/client-frauddetector/src/commands/GetDetectorsCommand.ts
+++ b/clients/client-frauddetector/src/commands/GetDetectorsCommand.ts
@@ -109,4 +109,16 @@ export class GetDetectorsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDetectorsCommand)
.de(de_GetDetectorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDetectorsRequest;
+ output: GetDetectorsResult;
+ };
+ sdk: {
+ input: GetDetectorsCommandInput;
+ output: GetDetectorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/GetEntityTypesCommand.ts b/clients/client-frauddetector/src/commands/GetEntityTypesCommand.ts
index e0ba8a1dad6b..2b17c90544c5 100644
--- a/clients/client-frauddetector/src/commands/GetEntityTypesCommand.ts
+++ b/clients/client-frauddetector/src/commands/GetEntityTypesCommand.ts
@@ -108,4 +108,16 @@ export class GetEntityTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEntityTypesCommand)
.de(de_GetEntityTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEntityTypesRequest;
+ output: GetEntityTypesResult;
+ };
+ sdk: {
+ input: GetEntityTypesCommandInput;
+ output: GetEntityTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/GetEventCommand.ts b/clients/client-frauddetector/src/commands/GetEventCommand.ts
index a7b39ee96b92..4d5fa2fa0f0c 100644
--- a/clients/client-frauddetector/src/commands/GetEventCommand.ts
+++ b/clients/client-frauddetector/src/commands/GetEventCommand.ts
@@ -108,4 +108,16 @@ export class GetEventCommand extends $Command
.f(void 0, GetEventResultFilterSensitiveLog)
.ser(se_GetEventCommand)
.de(de_GetEventCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEventRequest;
+ output: GetEventResult;
+ };
+ sdk: {
+ input: GetEventCommandInput;
+ output: GetEventCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/GetEventPredictionCommand.ts b/clients/client-frauddetector/src/commands/GetEventPredictionCommand.ts
index fa9a2cc69aa2..a76e66b7bb0a 100644
--- a/clients/client-frauddetector/src/commands/GetEventPredictionCommand.ts
+++ b/clients/client-frauddetector/src/commands/GetEventPredictionCommand.ts
@@ -152,4 +152,16 @@ export class GetEventPredictionCommand extends $Command
.f(GetEventPredictionRequestFilterSensitiveLog, void 0)
.ser(se_GetEventPredictionCommand)
.de(de_GetEventPredictionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEventPredictionRequest;
+ output: GetEventPredictionResult;
+ };
+ sdk: {
+ input: GetEventPredictionCommandInput;
+ output: GetEventPredictionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/GetEventPredictionMetadataCommand.ts b/clients/client-frauddetector/src/commands/GetEventPredictionMetadataCommand.ts
index 816a65f2c3a5..5983d38ac95a 100644
--- a/clients/client-frauddetector/src/commands/GetEventPredictionMetadataCommand.ts
+++ b/clients/client-frauddetector/src/commands/GetEventPredictionMetadataCommand.ts
@@ -175,4 +175,16 @@ export class GetEventPredictionMetadataCommand extends $Command
.f(void 0, GetEventPredictionMetadataResultFilterSensitiveLog)
.ser(se_GetEventPredictionMetadataCommand)
.de(de_GetEventPredictionMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEventPredictionMetadataRequest;
+ output: GetEventPredictionMetadataResult;
+ };
+ sdk: {
+ input: GetEventPredictionMetadataCommandInput;
+ output: GetEventPredictionMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/GetEventTypesCommand.ts b/clients/client-frauddetector/src/commands/GetEventTypesCommand.ts
index 70a45c8029b1..453b21fc125d 100644
--- a/clients/client-frauddetector/src/commands/GetEventTypesCommand.ts
+++ b/clients/client-frauddetector/src/commands/GetEventTypesCommand.ts
@@ -128,4 +128,16 @@ export class GetEventTypesCommand extends $Command
.f(void 0, GetEventTypesResultFilterSensitiveLog)
.ser(se_GetEventTypesCommand)
.de(de_GetEventTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEventTypesRequest;
+ output: GetEventTypesResult;
+ };
+ sdk: {
+ input: GetEventTypesCommandInput;
+ output: GetEventTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/GetExternalModelsCommand.ts b/clients/client-frauddetector/src/commands/GetExternalModelsCommand.ts
index 8733f3a11d03..e3fccb21c9c0 100644
--- a/clients/client-frauddetector/src/commands/GetExternalModelsCommand.ts
+++ b/clients/client-frauddetector/src/commands/GetExternalModelsCommand.ts
@@ -126,4 +126,16 @@ export class GetExternalModelsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetExternalModelsCommand)
.de(de_GetExternalModelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetExternalModelsRequest;
+ output: GetExternalModelsResult;
+ };
+ sdk: {
+ input: GetExternalModelsCommandInput;
+ output: GetExternalModelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/GetKMSEncryptionKeyCommand.ts b/clients/client-frauddetector/src/commands/GetKMSEncryptionKeyCommand.ts
index a6d27a63d7b4..42be0539aef4 100644
--- a/clients/client-frauddetector/src/commands/GetKMSEncryptionKeyCommand.ts
+++ b/clients/client-frauddetector/src/commands/GetKMSEncryptionKeyCommand.ts
@@ -89,4 +89,16 @@ export class GetKMSEncryptionKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetKMSEncryptionKeyCommand)
.de(de_GetKMSEncryptionKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetKMSEncryptionKeyResult;
+ };
+ sdk: {
+ input: GetKMSEncryptionKeyCommandInput;
+ output: GetKMSEncryptionKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/GetLabelsCommand.ts b/clients/client-frauddetector/src/commands/GetLabelsCommand.ts
index 90bc3a189052..9ff969ae9096 100644
--- a/clients/client-frauddetector/src/commands/GetLabelsCommand.ts
+++ b/clients/client-frauddetector/src/commands/GetLabelsCommand.ts
@@ -108,4 +108,16 @@ export class GetLabelsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLabelsCommand)
.de(de_GetLabelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLabelsRequest;
+ output: GetLabelsResult;
+ };
+ sdk: {
+ input: GetLabelsCommandInput;
+ output: GetLabelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/GetListElementsCommand.ts b/clients/client-frauddetector/src/commands/GetListElementsCommand.ts
index a22fa856a046..6e14f43757d8 100644
--- a/clients/client-frauddetector/src/commands/GetListElementsCommand.ts
+++ b/clients/client-frauddetector/src/commands/GetListElementsCommand.ts
@@ -103,4 +103,16 @@ export class GetListElementsCommand extends $Command
.f(void 0, GetListElementsResultFilterSensitiveLog)
.ser(se_GetListElementsCommand)
.de(de_GetListElementsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetListElementsRequest;
+ output: GetListElementsResult;
+ };
+ sdk: {
+ input: GetListElementsCommandInput;
+ output: GetListElementsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/GetListsMetadataCommand.ts b/clients/client-frauddetector/src/commands/GetListsMetadataCommand.ts
index f1dd198b9d3d..3ab8b8c29a4e 100644
--- a/clients/client-frauddetector/src/commands/GetListsMetadataCommand.ts
+++ b/clients/client-frauddetector/src/commands/GetListsMetadataCommand.ts
@@ -106,4 +106,16 @@ export class GetListsMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetListsMetadataCommand)
.de(de_GetListsMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetListsMetadataRequest;
+ output: GetListsMetadataResult;
+ };
+ sdk: {
+ input: GetListsMetadataCommandInput;
+ output: GetListsMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/GetModelVersionCommand.ts b/clients/client-frauddetector/src/commands/GetModelVersionCommand.ts
index f2af73c60d95..f2d81b61afa3 100644
--- a/clients/client-frauddetector/src/commands/GetModelVersionCommand.ts
+++ b/clients/client-frauddetector/src/commands/GetModelVersionCommand.ts
@@ -122,4 +122,16 @@ export class GetModelVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetModelVersionCommand)
.de(de_GetModelVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetModelVersionRequest;
+ output: GetModelVersionResult;
+ };
+ sdk: {
+ input: GetModelVersionCommandInput;
+ output: GetModelVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/GetModelsCommand.ts b/clients/client-frauddetector/src/commands/GetModelsCommand.ts
index 664a58013f38..4fa4706983c8 100644
--- a/clients/client-frauddetector/src/commands/GetModelsCommand.ts
+++ b/clients/client-frauddetector/src/commands/GetModelsCommand.ts
@@ -112,4 +112,16 @@ export class GetModelsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetModelsCommand)
.de(de_GetModelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetModelsRequest;
+ output: GetModelsResult;
+ };
+ sdk: {
+ input: GetModelsCommandInput;
+ output: GetModelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/GetOutcomesCommand.ts b/clients/client-frauddetector/src/commands/GetOutcomesCommand.ts
index 709760507503..5745fb5947b4 100644
--- a/clients/client-frauddetector/src/commands/GetOutcomesCommand.ts
+++ b/clients/client-frauddetector/src/commands/GetOutcomesCommand.ts
@@ -108,4 +108,16 @@ export class GetOutcomesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetOutcomesCommand)
.de(de_GetOutcomesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetOutcomesRequest;
+ output: GetOutcomesResult;
+ };
+ sdk: {
+ input: GetOutcomesCommandInput;
+ output: GetOutcomesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/GetRulesCommand.ts b/clients/client-frauddetector/src/commands/GetRulesCommand.ts
index 15524e0b88c7..f8fa59f5d2a6 100644
--- a/clients/client-frauddetector/src/commands/GetRulesCommand.ts
+++ b/clients/client-frauddetector/src/commands/GetRulesCommand.ts
@@ -113,4 +113,16 @@ export class GetRulesCommand extends $Command
.f(void 0, GetRulesResultFilterSensitiveLog)
.ser(se_GetRulesCommand)
.de(de_GetRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRulesRequest;
+ output: GetRulesResult;
+ };
+ sdk: {
+ input: GetRulesCommandInput;
+ output: GetRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/GetVariablesCommand.ts b/clients/client-frauddetector/src/commands/GetVariablesCommand.ts
index 8c29280f61d8..801df4f14cc6 100644
--- a/clients/client-frauddetector/src/commands/GetVariablesCommand.ts
+++ b/clients/client-frauddetector/src/commands/GetVariablesCommand.ts
@@ -112,4 +112,16 @@ export class GetVariablesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVariablesCommand)
.de(de_GetVariablesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVariablesRequest;
+ output: GetVariablesResult;
+ };
+ sdk: {
+ input: GetVariablesCommandInput;
+ output: GetVariablesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/ListEventPredictionsCommand.ts b/clients/client-frauddetector/src/commands/ListEventPredictionsCommand.ts
index f81f271fa998..41acf209e9ea 100644
--- a/clients/client-frauddetector/src/commands/ListEventPredictionsCommand.ts
+++ b/clients/client-frauddetector/src/commands/ListEventPredictionsCommand.ts
@@ -127,4 +127,16 @@ export class ListEventPredictionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEventPredictionsCommand)
.de(de_ListEventPredictionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEventPredictionsRequest;
+ output: ListEventPredictionsResult;
+ };
+ sdk: {
+ input: ListEventPredictionsCommandInput;
+ output: ListEventPredictionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/ListTagsForResourceCommand.ts b/clients/client-frauddetector/src/commands/ListTagsForResourceCommand.ts
index 0bba60826016..bd11ad957e7b 100644
--- a/clients/client-frauddetector/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-frauddetector/src/commands/ListTagsForResourceCommand.ts
@@ -99,4 +99,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResult;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/PutDetectorCommand.ts b/clients/client-frauddetector/src/commands/PutDetectorCommand.ts
index a59a8ddcbd77..f4f99a47d6ea 100644
--- a/clients/client-frauddetector/src/commands/PutDetectorCommand.ts
+++ b/clients/client-frauddetector/src/commands/PutDetectorCommand.ts
@@ -98,4 +98,16 @@ export class PutDetectorCommand extends $Command
.f(void 0, void 0)
.ser(se_PutDetectorCommand)
.de(de_PutDetectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutDetectorRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutDetectorCommandInput;
+ output: PutDetectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/PutEntityTypeCommand.ts b/clients/client-frauddetector/src/commands/PutEntityTypeCommand.ts
index fe904836cb02..c0272cdfd8de 100644
--- a/clients/client-frauddetector/src/commands/PutEntityTypeCommand.ts
+++ b/clients/client-frauddetector/src/commands/PutEntityTypeCommand.ts
@@ -97,4 +97,16 @@ export class PutEntityTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_PutEntityTypeCommand)
.de(de_PutEntityTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutEntityTypeRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutEntityTypeCommandInput;
+ output: PutEntityTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/PutEventTypeCommand.ts b/clients/client-frauddetector/src/commands/PutEventTypeCommand.ts
index 7e1d0b32f50c..c40e2e566f3d 100644
--- a/clients/client-frauddetector/src/commands/PutEventTypeCommand.ts
+++ b/clients/client-frauddetector/src/commands/PutEventTypeCommand.ts
@@ -110,4 +110,16 @@ export class PutEventTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_PutEventTypeCommand)
.de(de_PutEventTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutEventTypeRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutEventTypeCommandInput;
+ output: PutEventTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/PutExternalModelCommand.ts b/clients/client-frauddetector/src/commands/PutExternalModelCommand.ts
index 972fd9cf8307..b7b25e86ae05 100644
--- a/clients/client-frauddetector/src/commands/PutExternalModelCommand.ts
+++ b/clients/client-frauddetector/src/commands/PutExternalModelCommand.ts
@@ -115,4 +115,16 @@ export class PutExternalModelCommand extends $Command
.f(void 0, void 0)
.ser(se_PutExternalModelCommand)
.de(de_PutExternalModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutExternalModelRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutExternalModelCommandInput;
+ output: PutExternalModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/PutKMSEncryptionKeyCommand.ts b/clients/client-frauddetector/src/commands/PutKMSEncryptionKeyCommand.ts
index a15d07f17d78..c0a1e5fea2d5 100644
--- a/clients/client-frauddetector/src/commands/PutKMSEncryptionKeyCommand.ts
+++ b/clients/client-frauddetector/src/commands/PutKMSEncryptionKeyCommand.ts
@@ -93,4 +93,16 @@ export class PutKMSEncryptionKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutKMSEncryptionKeyCommand)
.de(de_PutKMSEncryptionKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutKMSEncryptionKeyRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutKMSEncryptionKeyCommandInput;
+ output: PutKMSEncryptionKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/PutLabelCommand.ts b/clients/client-frauddetector/src/commands/PutLabelCommand.ts
index 744aef574b6c..a4b3fe74b482 100644
--- a/clients/client-frauddetector/src/commands/PutLabelCommand.ts
+++ b/clients/client-frauddetector/src/commands/PutLabelCommand.ts
@@ -97,4 +97,16 @@ export class PutLabelCommand extends $Command
.f(void 0, void 0)
.ser(se_PutLabelCommand)
.de(de_PutLabelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutLabelRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutLabelCommandInput;
+ output: PutLabelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/PutOutcomeCommand.ts b/clients/client-frauddetector/src/commands/PutOutcomeCommand.ts
index 300a0b3bb597..45d116c40749 100644
--- a/clients/client-frauddetector/src/commands/PutOutcomeCommand.ts
+++ b/clients/client-frauddetector/src/commands/PutOutcomeCommand.ts
@@ -97,4 +97,16 @@ export class PutOutcomeCommand extends $Command
.f(void 0, void 0)
.ser(se_PutOutcomeCommand)
.de(de_PutOutcomeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutOutcomeRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutOutcomeCommandInput;
+ output: PutOutcomeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/SendEventCommand.ts b/clients/client-frauddetector/src/commands/SendEventCommand.ts
index 51507145c69f..5e1d639dc3ab 100644
--- a/clients/client-frauddetector/src/commands/SendEventCommand.ts
+++ b/clients/client-frauddetector/src/commands/SendEventCommand.ts
@@ -106,4 +106,16 @@ export class SendEventCommand extends $Command
.f(SendEventRequestFilterSensitiveLog, void 0)
.ser(se_SendEventCommand)
.de(de_SendEventCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SendEventRequest;
+ output: {};
+ };
+ sdk: {
+ input: SendEventCommandInput;
+ output: SendEventCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/TagResourceCommand.ts b/clients/client-frauddetector/src/commands/TagResourceCommand.ts
index 69655f796115..b78c896ae3d6 100644
--- a/clients/client-frauddetector/src/commands/TagResourceCommand.ts
+++ b/clients/client-frauddetector/src/commands/TagResourceCommand.ts
@@ -93,4 +93,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/UntagResourceCommand.ts b/clients/client-frauddetector/src/commands/UntagResourceCommand.ts
index 689c4b2b0caf..432ad04c9169 100644
--- a/clients/client-frauddetector/src/commands/UntagResourceCommand.ts
+++ b/clients/client-frauddetector/src/commands/UntagResourceCommand.ts
@@ -90,4 +90,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/UpdateDetectorVersionCommand.ts b/clients/client-frauddetector/src/commands/UpdateDetectorVersionCommand.ts
index 106d623b8eec..75da2a113b22 100644
--- a/clients/client-frauddetector/src/commands/UpdateDetectorVersionCommand.ts
+++ b/clients/client-frauddetector/src/commands/UpdateDetectorVersionCommand.ts
@@ -114,4 +114,16 @@ export class UpdateDetectorVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDetectorVersionCommand)
.de(de_UpdateDetectorVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDetectorVersionRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDetectorVersionCommandInput;
+ output: UpdateDetectorVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/UpdateDetectorVersionMetadataCommand.ts b/clients/client-frauddetector/src/commands/UpdateDetectorVersionMetadataCommand.ts
index 18620e960a4c..b691a4f056c0 100644
--- a/clients/client-frauddetector/src/commands/UpdateDetectorVersionMetadataCommand.ts
+++ b/clients/client-frauddetector/src/commands/UpdateDetectorVersionMetadataCommand.ts
@@ -98,4 +98,16 @@ export class UpdateDetectorVersionMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDetectorVersionMetadataCommand)
.de(de_UpdateDetectorVersionMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDetectorVersionMetadataRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDetectorVersionMetadataCommandInput;
+ output: UpdateDetectorVersionMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/UpdateDetectorVersionStatusCommand.ts b/clients/client-frauddetector/src/commands/UpdateDetectorVersionStatusCommand.ts
index bbaca9ff4d75..87a3e64915ec 100644
--- a/clients/client-frauddetector/src/commands/UpdateDetectorVersionStatusCommand.ts
+++ b/clients/client-frauddetector/src/commands/UpdateDetectorVersionStatusCommand.ts
@@ -96,4 +96,16 @@ export class UpdateDetectorVersionStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDetectorVersionStatusCommand)
.de(de_UpdateDetectorVersionStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDetectorVersionStatusRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDetectorVersionStatusCommandInput;
+ output: UpdateDetectorVersionStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/UpdateEventLabelCommand.ts b/clients/client-frauddetector/src/commands/UpdateEventLabelCommand.ts
index 5f71ef7625ab..f2700e6de3b0 100644
--- a/clients/client-frauddetector/src/commands/UpdateEventLabelCommand.ts
+++ b/clients/client-frauddetector/src/commands/UpdateEventLabelCommand.ts
@@ -96,4 +96,16 @@ export class UpdateEventLabelCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEventLabelCommand)
.de(de_UpdateEventLabelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEventLabelRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateEventLabelCommandInput;
+ output: UpdateEventLabelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/UpdateListCommand.ts b/clients/client-frauddetector/src/commands/UpdateListCommand.ts
index 871e1ea1600b..f088f9d16912 100644
--- a/clients/client-frauddetector/src/commands/UpdateListCommand.ts
+++ b/clients/client-frauddetector/src/commands/UpdateListCommand.ts
@@ -101,4 +101,16 @@ export class UpdateListCommand extends $Command
.f(UpdateListRequestFilterSensitiveLog, void 0)
.ser(se_UpdateListCommand)
.de(de_UpdateListCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateListRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateListCommandInput;
+ output: UpdateListCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/UpdateModelCommand.ts b/clients/client-frauddetector/src/commands/UpdateModelCommand.ts
index be0a25bf8dd9..1d8b10887e1c 100644
--- a/clients/client-frauddetector/src/commands/UpdateModelCommand.ts
+++ b/clients/client-frauddetector/src/commands/UpdateModelCommand.ts
@@ -95,4 +95,16 @@ export class UpdateModelCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateModelCommand)
.de(de_UpdateModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateModelRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateModelCommandInput;
+ output: UpdateModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/UpdateModelVersionCommand.ts b/clients/client-frauddetector/src/commands/UpdateModelVersionCommand.ts
index 69319eb918ec..b1088d4fe598 100644
--- a/clients/client-frauddetector/src/commands/UpdateModelVersionCommand.ts
+++ b/clients/client-frauddetector/src/commands/UpdateModelVersionCommand.ts
@@ -116,4 +116,16 @@ export class UpdateModelVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateModelVersionCommand)
.de(de_UpdateModelVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateModelVersionRequest;
+ output: UpdateModelVersionResult;
+ };
+ sdk: {
+ input: UpdateModelVersionCommandInput;
+ output: UpdateModelVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/UpdateModelVersionStatusCommand.ts b/clients/client-frauddetector/src/commands/UpdateModelVersionStatusCommand.ts
index 15c07c6e4d47..09d7fe98921e 100644
--- a/clients/client-frauddetector/src/commands/UpdateModelVersionStatusCommand.ts
+++ b/clients/client-frauddetector/src/commands/UpdateModelVersionStatusCommand.ts
@@ -108,4 +108,16 @@ export class UpdateModelVersionStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateModelVersionStatusCommand)
.de(de_UpdateModelVersionStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateModelVersionStatusRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateModelVersionStatusCommandInput;
+ output: UpdateModelVersionStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/UpdateRuleMetadataCommand.ts b/clients/client-frauddetector/src/commands/UpdateRuleMetadataCommand.ts
index 279f2a4ae89f..bd9ecab35499 100644
--- a/clients/client-frauddetector/src/commands/UpdateRuleMetadataCommand.ts
+++ b/clients/client-frauddetector/src/commands/UpdateRuleMetadataCommand.ts
@@ -98,4 +98,16 @@ export class UpdateRuleMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRuleMetadataCommand)
.de(de_UpdateRuleMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRuleMetadataRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateRuleMetadataCommandInput;
+ output: UpdateRuleMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/UpdateRuleVersionCommand.ts b/clients/client-frauddetector/src/commands/UpdateRuleVersionCommand.ts
index ae744aa5012c..1a28c27e38fa 100644
--- a/clients/client-frauddetector/src/commands/UpdateRuleVersionCommand.ts
+++ b/clients/client-frauddetector/src/commands/UpdateRuleVersionCommand.ts
@@ -119,4 +119,16 @@ export class UpdateRuleVersionCommand extends $Command
.f(UpdateRuleVersionRequestFilterSensitiveLog, void 0)
.ser(se_UpdateRuleVersionCommand)
.de(de_UpdateRuleVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRuleVersionRequest;
+ output: UpdateRuleVersionResult;
+ };
+ sdk: {
+ input: UpdateRuleVersionCommandInput;
+ output: UpdateRuleVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-frauddetector/src/commands/UpdateVariableCommand.ts b/clients/client-frauddetector/src/commands/UpdateVariableCommand.ts
index 7dcb54922c10..8387c364d20f 100644
--- a/clients/client-frauddetector/src/commands/UpdateVariableCommand.ts
+++ b/clients/client-frauddetector/src/commands/UpdateVariableCommand.ts
@@ -96,4 +96,16 @@ export class UpdateVariableCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateVariableCommand)
.de(de_UpdateVariableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateVariableRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateVariableCommandInput;
+ output: UpdateVariableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-freetier/package.json b/clients/client-freetier/package.json
index b7fc54b0ea69..fd30a351c727 100644
--- a/clients/client-freetier/package.json
+++ b/clients/client-freetier/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-freetier/src/commands/GetFreeTierUsageCommand.ts b/clients/client-freetier/src/commands/GetFreeTierUsageCommand.ts
index 0de66267f186..aa494fb4402d 100644
--- a/clients/client-freetier/src/commands/GetFreeTierUsageCommand.ts
+++ b/clients/client-freetier/src/commands/GetFreeTierUsageCommand.ts
@@ -136,4 +136,16 @@ export class GetFreeTierUsageCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFreeTierUsageCommand)
.de(de_GetFreeTierUsageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFreeTierUsageRequest;
+ output: GetFreeTierUsageResponse;
+ };
+ sdk: {
+ input: GetFreeTierUsageCommandInput;
+ output: GetFreeTierUsageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/package.json b/clients/client-fsx/package.json
index 3755113f3cda..f6c025669414 100644
--- a/clients/client-fsx/package.json
+++ b/clients/client-fsx/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-fsx/src/commands/AssociateFileSystemAliasesCommand.ts b/clients/client-fsx/src/commands/AssociateFileSystemAliasesCommand.ts
index d8f6550ee2bc..70f2ee01b5a7 100644
--- a/clients/client-fsx/src/commands/AssociateFileSystemAliasesCommand.ts
+++ b/clients/client-fsx/src/commands/AssociateFileSystemAliasesCommand.ts
@@ -105,4 +105,16 @@ export class AssociateFileSystemAliasesCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateFileSystemAliasesCommand)
.de(de_AssociateFileSystemAliasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateFileSystemAliasesRequest;
+ output: AssociateFileSystemAliasesResponse;
+ };
+ sdk: {
+ input: AssociateFileSystemAliasesCommandInput;
+ output: AssociateFileSystemAliasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/CancelDataRepositoryTaskCommand.ts b/clients/client-fsx/src/commands/CancelDataRepositoryTaskCommand.ts
index 34bbf5d6721a..750f2e58375f 100644
--- a/clients/client-fsx/src/commands/CancelDataRepositoryTaskCommand.ts
+++ b/clients/client-fsx/src/commands/CancelDataRepositoryTaskCommand.ts
@@ -108,4 +108,16 @@ export class CancelDataRepositoryTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelDataRepositoryTaskCommand)
.de(de_CancelDataRepositoryTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelDataRepositoryTaskRequest;
+ output: CancelDataRepositoryTaskResponse;
+ };
+ sdk: {
+ input: CancelDataRepositoryTaskCommandInput;
+ output: CancelDataRepositoryTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/CopyBackupCommand.ts b/clients/client-fsx/src/commands/CopyBackupCommand.ts
index faff5930bc83..3dc95a600786 100644
--- a/clients/client-fsx/src/commands/CopyBackupCommand.ts
+++ b/clients/client-fsx/src/commands/CopyBackupCommand.ts
@@ -779,4 +779,16 @@ export class CopyBackupCommand extends $Command
.f(void 0, CopyBackupResponseFilterSensitiveLog)
.ser(se_CopyBackupCommand)
.de(de_CopyBackupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CopyBackupRequest;
+ output: CopyBackupResponse;
+ };
+ sdk: {
+ input: CopyBackupCommandInput;
+ output: CopyBackupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/CopySnapshotAndUpdateVolumeCommand.ts b/clients/client-fsx/src/commands/CopySnapshotAndUpdateVolumeCommand.ts
index 27dc2e0c59d3..f96e76deac41 100644
--- a/clients/client-fsx/src/commands/CopySnapshotAndUpdateVolumeCommand.ts
+++ b/clients/client-fsx/src/commands/CopySnapshotAndUpdateVolumeCommand.ts
@@ -686,4 +686,16 @@ export class CopySnapshotAndUpdateVolumeCommand extends $Command
.f(void 0, CopySnapshotAndUpdateVolumeResponseFilterSensitiveLog)
.ser(se_CopySnapshotAndUpdateVolumeCommand)
.de(de_CopySnapshotAndUpdateVolumeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CopySnapshotAndUpdateVolumeRequest;
+ output: CopySnapshotAndUpdateVolumeResponse;
+ };
+ sdk: {
+ input: CopySnapshotAndUpdateVolumeCommandInput;
+ output: CopySnapshotAndUpdateVolumeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/CreateBackupCommand.ts b/clients/client-fsx/src/commands/CreateBackupCommand.ts
index 31d039dec05c..dbce61261bdf 100644
--- a/clients/client-fsx/src/commands/CreateBackupCommand.ts
+++ b/clients/client-fsx/src/commands/CreateBackupCommand.ts
@@ -801,4 +801,16 @@ export class CreateBackupCommand extends $Command
.f(void 0, CreateBackupResponseFilterSensitiveLog)
.ser(se_CreateBackupCommand)
.de(de_CreateBackupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBackupRequest;
+ output: CreateBackupResponse;
+ };
+ sdk: {
+ input: CreateBackupCommandInput;
+ output: CreateBackupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/CreateDataRepositoryAssociationCommand.ts b/clients/client-fsx/src/commands/CreateDataRepositoryAssociationCommand.ts
index 0da77aa51d79..8b4c969bc4a3 100644
--- a/clients/client-fsx/src/commands/CreateDataRepositoryAssociationCommand.ts
+++ b/clients/client-fsx/src/commands/CreateDataRepositoryAssociationCommand.ts
@@ -190,4 +190,16 @@ export class CreateDataRepositoryAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDataRepositoryAssociationCommand)
.de(de_CreateDataRepositoryAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDataRepositoryAssociationRequest;
+ output: CreateDataRepositoryAssociationResponse;
+ };
+ sdk: {
+ input: CreateDataRepositoryAssociationCommandInput;
+ output: CreateDataRepositoryAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/CreateDataRepositoryTaskCommand.ts b/clients/client-fsx/src/commands/CreateDataRepositoryTaskCommand.ts
index 0a63e8d0c802..96764f57a3d4 100644
--- a/clients/client-fsx/src/commands/CreateDataRepositoryTaskCommand.ts
+++ b/clients/client-fsx/src/commands/CreateDataRepositoryTaskCommand.ts
@@ -182,4 +182,16 @@ export class CreateDataRepositoryTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDataRepositoryTaskCommand)
.de(de_CreateDataRepositoryTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDataRepositoryTaskRequest;
+ output: CreateDataRepositoryTaskResponse;
+ };
+ sdk: {
+ input: CreateDataRepositoryTaskCommandInput;
+ output: CreateDataRepositoryTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/CreateFileCacheCommand.ts b/clients/client-fsx/src/commands/CreateFileCacheCommand.ts
index 2b63e02d6c1d..ee3c881238cd 100644
--- a/clients/client-fsx/src/commands/CreateFileCacheCommand.ts
+++ b/clients/client-fsx/src/commands/CreateFileCacheCommand.ts
@@ -208,4 +208,16 @@ export class CreateFileCacheCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFileCacheCommand)
.de(de_CreateFileCacheCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFileCacheRequest;
+ output: CreateFileCacheResponse;
+ };
+ sdk: {
+ input: CreateFileCacheCommandInput;
+ output: CreateFileCacheCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/CreateFileSystemCommand.ts b/clients/client-fsx/src/commands/CreateFileSystemCommand.ts
index 2f81d140d869..f0e6fae33baa 100644
--- a/clients/client-fsx/src/commands/CreateFileSystemCommand.ts
+++ b/clients/client-fsx/src/commands/CreateFileSystemCommand.ts
@@ -938,4 +938,16 @@ export class CreateFileSystemCommand extends $Command
.f(CreateFileSystemRequestFilterSensitiveLog, CreateFileSystemResponseFilterSensitiveLog)
.ser(se_CreateFileSystemCommand)
.de(de_CreateFileSystemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFileSystemRequest;
+ output: CreateFileSystemResponse;
+ };
+ sdk: {
+ input: CreateFileSystemCommandInput;
+ output: CreateFileSystemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/CreateFileSystemFromBackupCommand.ts b/clients/client-fsx/src/commands/CreateFileSystemFromBackupCommand.ts
index 88363534a9dc..a4533ac664bb 100644
--- a/clients/client-fsx/src/commands/CreateFileSystemFromBackupCommand.ts
+++ b/clients/client-fsx/src/commands/CreateFileSystemFromBackupCommand.ts
@@ -886,4 +886,16 @@ export class CreateFileSystemFromBackupCommand extends $Command
.f(CreateFileSystemFromBackupRequestFilterSensitiveLog, CreateFileSystemFromBackupResponseFilterSensitiveLog)
.ser(se_CreateFileSystemFromBackupCommand)
.de(de_CreateFileSystemFromBackupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFileSystemFromBackupRequest;
+ output: CreateFileSystemFromBackupResponse;
+ };
+ sdk: {
+ input: CreateFileSystemFromBackupCommandInput;
+ output: CreateFileSystemFromBackupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/CreateSnapshotCommand.ts b/clients/client-fsx/src/commands/CreateSnapshotCommand.ts
index f09496a10ece..052524695548 100644
--- a/clients/client-fsx/src/commands/CreateSnapshotCommand.ts
+++ b/clients/client-fsx/src/commands/CreateSnapshotCommand.ts
@@ -691,4 +691,16 @@ export class CreateSnapshotCommand extends $Command
.f(void 0, CreateSnapshotResponseFilterSensitiveLog)
.ser(se_CreateSnapshotCommand)
.de(de_CreateSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSnapshotRequest;
+ output: CreateSnapshotResponse;
+ };
+ sdk: {
+ input: CreateSnapshotCommandInput;
+ output: CreateSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/CreateStorageVirtualMachineCommand.ts b/clients/client-fsx/src/commands/CreateStorageVirtualMachineCommand.ts
index cdd02307a2d1..5e0f2c288d77 100644
--- a/clients/client-fsx/src/commands/CreateStorageVirtualMachineCommand.ts
+++ b/clients/client-fsx/src/commands/CreateStorageVirtualMachineCommand.ts
@@ -187,4 +187,16 @@ export class CreateStorageVirtualMachineCommand extends $Command
.f(CreateStorageVirtualMachineRequestFilterSensitiveLog, void 0)
.ser(se_CreateStorageVirtualMachineCommand)
.de(de_CreateStorageVirtualMachineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateStorageVirtualMachineRequest;
+ output: CreateStorageVirtualMachineResponse;
+ };
+ sdk: {
+ input: CreateStorageVirtualMachineCommandInput;
+ output: CreateStorageVirtualMachineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/CreateVolumeCommand.ts b/clients/client-fsx/src/commands/CreateVolumeCommand.ts
index aa9e5823d70d..19b015f2f44f 100644
--- a/clients/client-fsx/src/commands/CreateVolumeCommand.ts
+++ b/clients/client-fsx/src/commands/CreateVolumeCommand.ts
@@ -752,4 +752,16 @@ export class CreateVolumeCommand extends $Command
.f(void 0, CreateVolumeResponseFilterSensitiveLog)
.ser(se_CreateVolumeCommand)
.de(de_CreateVolumeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVolumeRequest;
+ output: CreateVolumeResponse;
+ };
+ sdk: {
+ input: CreateVolumeCommandInput;
+ output: CreateVolumeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/CreateVolumeFromBackupCommand.ts b/clients/client-fsx/src/commands/CreateVolumeFromBackupCommand.ts
index c777a38d8bf5..7c850706cdc3 100644
--- a/clients/client-fsx/src/commands/CreateVolumeFromBackupCommand.ts
+++ b/clients/client-fsx/src/commands/CreateVolumeFromBackupCommand.ts
@@ -725,4 +725,16 @@ export class CreateVolumeFromBackupCommand extends $Command
.f(void 0, CreateVolumeFromBackupResponseFilterSensitiveLog)
.ser(se_CreateVolumeFromBackupCommand)
.de(de_CreateVolumeFromBackupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVolumeFromBackupRequest;
+ output: CreateVolumeFromBackupResponse;
+ };
+ sdk: {
+ input: CreateVolumeFromBackupCommandInput;
+ output: CreateVolumeFromBackupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/DeleteBackupCommand.ts b/clients/client-fsx/src/commands/DeleteBackupCommand.ts
index 0f388ad87913..9662fe82abec 100644
--- a/clients/client-fsx/src/commands/DeleteBackupCommand.ts
+++ b/clients/client-fsx/src/commands/DeleteBackupCommand.ts
@@ -128,4 +128,16 @@ export class DeleteBackupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBackupCommand)
.de(de_DeleteBackupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBackupRequest;
+ output: DeleteBackupResponse;
+ };
+ sdk: {
+ input: DeleteBackupCommandInput;
+ output: DeleteBackupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/DeleteDataRepositoryAssociationCommand.ts b/clients/client-fsx/src/commands/DeleteDataRepositoryAssociationCommand.ts
index 84d30f341246..40f56a9e3d67 100644
--- a/clients/client-fsx/src/commands/DeleteDataRepositoryAssociationCommand.ts
+++ b/clients/client-fsx/src/commands/DeleteDataRepositoryAssociationCommand.ts
@@ -110,4 +110,16 @@ export class DeleteDataRepositoryAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDataRepositoryAssociationCommand)
.de(de_DeleteDataRepositoryAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDataRepositoryAssociationRequest;
+ output: DeleteDataRepositoryAssociationResponse;
+ };
+ sdk: {
+ input: DeleteDataRepositoryAssociationCommandInput;
+ output: DeleteDataRepositoryAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/DeleteFileCacheCommand.ts b/clients/client-fsx/src/commands/DeleteFileCacheCommand.ts
index cab86850b7c7..05fc7992a6f6 100644
--- a/clients/client-fsx/src/commands/DeleteFileCacheCommand.ts
+++ b/clients/client-fsx/src/commands/DeleteFileCacheCommand.ts
@@ -108,4 +108,16 @@ export class DeleteFileCacheCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFileCacheCommand)
.de(de_DeleteFileCacheCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFileCacheRequest;
+ output: DeleteFileCacheResponse;
+ };
+ sdk: {
+ input: DeleteFileCacheCommandInput;
+ output: DeleteFileCacheCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/DeleteFileSystemCommand.ts b/clients/client-fsx/src/commands/DeleteFileSystemCommand.ts
index 6b5e1a77fefd..5af8abba6e25 100644
--- a/clients/client-fsx/src/commands/DeleteFileSystemCommand.ts
+++ b/clients/client-fsx/src/commands/DeleteFileSystemCommand.ts
@@ -207,4 +207,16 @@ export class DeleteFileSystemCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFileSystemCommand)
.de(de_DeleteFileSystemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFileSystemRequest;
+ output: DeleteFileSystemResponse;
+ };
+ sdk: {
+ input: DeleteFileSystemCommandInput;
+ output: DeleteFileSystemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/DeleteSnapshotCommand.ts b/clients/client-fsx/src/commands/DeleteSnapshotCommand.ts
index 6b7b0b22f53a..51e7be411859 100644
--- a/clients/client-fsx/src/commands/DeleteSnapshotCommand.ts
+++ b/clients/client-fsx/src/commands/DeleteSnapshotCommand.ts
@@ -92,4 +92,16 @@ export class DeleteSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSnapshotCommand)
.de(de_DeleteSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSnapshotRequest;
+ output: DeleteSnapshotResponse;
+ };
+ sdk: {
+ input: DeleteSnapshotCommandInput;
+ output: DeleteSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/DeleteStorageVirtualMachineCommand.ts b/clients/client-fsx/src/commands/DeleteStorageVirtualMachineCommand.ts
index fce2114cad04..3e418776d486 100644
--- a/clients/client-fsx/src/commands/DeleteStorageVirtualMachineCommand.ts
+++ b/clients/client-fsx/src/commands/DeleteStorageVirtualMachineCommand.ts
@@ -96,4 +96,16 @@ export class DeleteStorageVirtualMachineCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteStorageVirtualMachineCommand)
.de(de_DeleteStorageVirtualMachineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteStorageVirtualMachineRequest;
+ output: DeleteStorageVirtualMachineResponse;
+ };
+ sdk: {
+ input: DeleteStorageVirtualMachineCommandInput;
+ output: DeleteStorageVirtualMachineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/DeleteVolumeCommand.ts b/clients/client-fsx/src/commands/DeleteVolumeCommand.ts
index 4df8a6c38223..4f28b3b4bea3 100644
--- a/clients/client-fsx/src/commands/DeleteVolumeCommand.ts
+++ b/clients/client-fsx/src/commands/DeleteVolumeCommand.ts
@@ -122,4 +122,16 @@ export class DeleteVolumeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVolumeCommand)
.de(de_DeleteVolumeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVolumeRequest;
+ output: DeleteVolumeResponse;
+ };
+ sdk: {
+ input: DeleteVolumeCommandInput;
+ output: DeleteVolumeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/DescribeBackupsCommand.ts b/clients/client-fsx/src/commands/DescribeBackupsCommand.ts
index cc7ca8e35ce9..77ebdc5b805b 100644
--- a/clients/client-fsx/src/commands/DescribeBackupsCommand.ts
+++ b/clients/client-fsx/src/commands/DescribeBackupsCommand.ts
@@ -762,4 +762,16 @@ export class DescribeBackupsCommand extends $Command
.f(void 0, DescribeBackupsResponseFilterSensitiveLog)
.ser(se_DescribeBackupsCommand)
.de(de_DescribeBackupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBackupsRequest;
+ output: DescribeBackupsResponse;
+ };
+ sdk: {
+ input: DescribeBackupsCommandInput;
+ output: DescribeBackupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/DescribeDataRepositoryAssociationsCommand.ts b/clients/client-fsx/src/commands/DescribeDataRepositoryAssociationsCommand.ts
index a9461c43d2f1..449a0e22f470 100644
--- a/clients/client-fsx/src/commands/DescribeDataRepositoryAssociationsCommand.ts
+++ b/clients/client-fsx/src/commands/DescribeDataRepositoryAssociationsCommand.ts
@@ -180,4 +180,16 @@ export class DescribeDataRepositoryAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDataRepositoryAssociationsCommand)
.de(de_DescribeDataRepositoryAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDataRepositoryAssociationsRequest;
+ output: DescribeDataRepositoryAssociationsResponse;
+ };
+ sdk: {
+ input: DescribeDataRepositoryAssociationsCommandInput;
+ output: DescribeDataRepositoryAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/DescribeDataRepositoryTasksCommand.ts b/clients/client-fsx/src/commands/DescribeDataRepositoryTasksCommand.ts
index d9277960a989..2d43ec6ef7f5 100644
--- a/clients/client-fsx/src/commands/DescribeDataRepositoryTasksCommand.ts
+++ b/clients/client-fsx/src/commands/DescribeDataRepositoryTasksCommand.ts
@@ -157,4 +157,16 @@ export class DescribeDataRepositoryTasksCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDataRepositoryTasksCommand)
.de(de_DescribeDataRepositoryTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDataRepositoryTasksRequest;
+ output: DescribeDataRepositoryTasksResponse;
+ };
+ sdk: {
+ input: DescribeDataRepositoryTasksCommandInput;
+ output: DescribeDataRepositoryTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/DescribeFileCachesCommand.ts b/clients/client-fsx/src/commands/DescribeFileCachesCommand.ts
index 5644c2a5e193..2274d3b6b7f8 100644
--- a/clients/client-fsx/src/commands/DescribeFileCachesCommand.ts
+++ b/clients/client-fsx/src/commands/DescribeFileCachesCommand.ts
@@ -157,4 +157,16 @@ export class DescribeFileCachesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFileCachesCommand)
.de(de_DescribeFileCachesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFileCachesRequest;
+ output: DescribeFileCachesResponse;
+ };
+ sdk: {
+ input: DescribeFileCachesCommandInput;
+ output: DescribeFileCachesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/DescribeFileSystemAliasesCommand.ts b/clients/client-fsx/src/commands/DescribeFileSystemAliasesCommand.ts
index e69e17aa2e77..7771ae469667 100644
--- a/clients/client-fsx/src/commands/DescribeFileSystemAliasesCommand.ts
+++ b/clients/client-fsx/src/commands/DescribeFileSystemAliasesCommand.ts
@@ -97,4 +97,16 @@ export class DescribeFileSystemAliasesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFileSystemAliasesCommand)
.de(de_DescribeFileSystemAliasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFileSystemAliasesRequest;
+ output: DescribeFileSystemAliasesResponse;
+ };
+ sdk: {
+ input: DescribeFileSystemAliasesCommandInput;
+ output: DescribeFileSystemAliasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/DescribeFileSystemsCommand.ts b/clients/client-fsx/src/commands/DescribeFileSystemsCommand.ts
index 72d950b360d4..5d92efbd5220 100644
--- a/clients/client-fsx/src/commands/DescribeFileSystemsCommand.ts
+++ b/clients/client-fsx/src/commands/DescribeFileSystemsCommand.ts
@@ -733,4 +733,16 @@ export class DescribeFileSystemsCommand extends $Command
.f(void 0, DescribeFileSystemsResponseFilterSensitiveLog)
.ser(se_DescribeFileSystemsCommand)
.de(de_DescribeFileSystemsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFileSystemsRequest;
+ output: DescribeFileSystemsResponse;
+ };
+ sdk: {
+ input: DescribeFileSystemsCommandInput;
+ output: DescribeFileSystemsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/DescribeSharedVpcConfigurationCommand.ts b/clients/client-fsx/src/commands/DescribeSharedVpcConfigurationCommand.ts
index ac8067b9e3a6..f2c925835111 100644
--- a/clients/client-fsx/src/commands/DescribeSharedVpcConfigurationCommand.ts
+++ b/clients/client-fsx/src/commands/DescribeSharedVpcConfigurationCommand.ts
@@ -87,4 +87,16 @@ export class DescribeSharedVpcConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSharedVpcConfigurationCommand)
.de(de_DescribeSharedVpcConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeSharedVpcConfigurationResponse;
+ };
+ sdk: {
+ input: DescribeSharedVpcConfigurationCommandInput;
+ output: DescribeSharedVpcConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/DescribeSnapshotsCommand.ts b/clients/client-fsx/src/commands/DescribeSnapshotsCommand.ts
index 31db29118539..ee1b0cce84df 100644
--- a/clients/client-fsx/src/commands/DescribeSnapshotsCommand.ts
+++ b/clients/client-fsx/src/commands/DescribeSnapshotsCommand.ts
@@ -694,4 +694,16 @@ export class DescribeSnapshotsCommand extends $Command
.f(void 0, DescribeSnapshotsResponseFilterSensitiveLog)
.ser(se_DescribeSnapshotsCommand)
.de(de_DescribeSnapshotsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSnapshotsRequest;
+ output: DescribeSnapshotsResponse;
+ };
+ sdk: {
+ input: DescribeSnapshotsCommandInput;
+ output: DescribeSnapshotsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/DescribeStorageVirtualMachinesCommand.ts b/clients/client-fsx/src/commands/DescribeStorageVirtualMachinesCommand.ts
index 6f353be1de8b..eab9af1dcb4f 100644
--- a/clients/client-fsx/src/commands/DescribeStorageVirtualMachinesCommand.ts
+++ b/clients/client-fsx/src/commands/DescribeStorageVirtualMachinesCommand.ts
@@ -163,4 +163,16 @@ export class DescribeStorageVirtualMachinesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStorageVirtualMachinesCommand)
.de(de_DescribeStorageVirtualMachinesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeStorageVirtualMachinesRequest;
+ output: DescribeStorageVirtualMachinesResponse;
+ };
+ sdk: {
+ input: DescribeStorageVirtualMachinesCommandInput;
+ output: DescribeStorageVirtualMachinesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/DescribeVolumesCommand.ts b/clients/client-fsx/src/commands/DescribeVolumesCommand.ts
index 6ca783bb298c..81847984205e 100644
--- a/clients/client-fsx/src/commands/DescribeVolumesCommand.ts
+++ b/clients/client-fsx/src/commands/DescribeVolumesCommand.ts
@@ -668,4 +668,16 @@ export class DescribeVolumesCommand extends $Command
.f(void 0, DescribeVolumesResponseFilterSensitiveLog)
.ser(se_DescribeVolumesCommand)
.de(de_DescribeVolumesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVolumesRequest;
+ output: DescribeVolumesResponse;
+ };
+ sdk: {
+ input: DescribeVolumesCommandInput;
+ output: DescribeVolumesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/DisassociateFileSystemAliasesCommand.ts b/clients/client-fsx/src/commands/DisassociateFileSystemAliasesCommand.ts
index a88663171754..61d09b674ced 100644
--- a/clients/client-fsx/src/commands/DisassociateFileSystemAliasesCommand.ts
+++ b/clients/client-fsx/src/commands/DisassociateFileSystemAliasesCommand.ts
@@ -108,4 +108,16 @@ export class DisassociateFileSystemAliasesCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateFileSystemAliasesCommand)
.de(de_DisassociateFileSystemAliasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateFileSystemAliasesRequest;
+ output: DisassociateFileSystemAliasesResponse;
+ };
+ sdk: {
+ input: DisassociateFileSystemAliasesCommandInput;
+ output: DisassociateFileSystemAliasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/ListTagsForResourceCommand.ts b/clients/client-fsx/src/commands/ListTagsForResourceCommand.ts
index 3ca0a5a80d7c..7d8dfc4c90ed 100644
--- a/clients/client-fsx/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-fsx/src/commands/ListTagsForResourceCommand.ts
@@ -145,4 +145,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/ReleaseFileSystemNfsV3LocksCommand.ts b/clients/client-fsx/src/commands/ReleaseFileSystemNfsV3LocksCommand.ts
index c9de2edea0a0..84b0759d9f14 100644
--- a/clients/client-fsx/src/commands/ReleaseFileSystemNfsV3LocksCommand.ts
+++ b/clients/client-fsx/src/commands/ReleaseFileSystemNfsV3LocksCommand.ts
@@ -667,4 +667,16 @@ export class ReleaseFileSystemNfsV3LocksCommand extends $Command
.f(void 0, ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog)
.ser(se_ReleaseFileSystemNfsV3LocksCommand)
.de(de_ReleaseFileSystemNfsV3LocksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReleaseFileSystemNfsV3LocksRequest;
+ output: ReleaseFileSystemNfsV3LocksResponse;
+ };
+ sdk: {
+ input: ReleaseFileSystemNfsV3LocksCommandInput;
+ output: ReleaseFileSystemNfsV3LocksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/RestoreVolumeFromSnapshotCommand.ts b/clients/client-fsx/src/commands/RestoreVolumeFromSnapshotCommand.ts
index 83e772c1ee91..6a5ca056ea94 100644
--- a/clients/client-fsx/src/commands/RestoreVolumeFromSnapshotCommand.ts
+++ b/clients/client-fsx/src/commands/RestoreVolumeFromSnapshotCommand.ts
@@ -677,4 +677,16 @@ export class RestoreVolumeFromSnapshotCommand extends $Command
.f(void 0, RestoreVolumeFromSnapshotResponseFilterSensitiveLog)
.ser(se_RestoreVolumeFromSnapshotCommand)
.de(de_RestoreVolumeFromSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RestoreVolumeFromSnapshotRequest;
+ output: RestoreVolumeFromSnapshotResponse;
+ };
+ sdk: {
+ input: RestoreVolumeFromSnapshotCommandInput;
+ output: RestoreVolumeFromSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/StartMisconfiguredStateRecoveryCommand.ts b/clients/client-fsx/src/commands/StartMisconfiguredStateRecoveryCommand.ts
index 0262d538635e..aaefe1cfb6c1 100644
--- a/clients/client-fsx/src/commands/StartMisconfiguredStateRecoveryCommand.ts
+++ b/clients/client-fsx/src/commands/StartMisconfiguredStateRecoveryCommand.ts
@@ -661,4 +661,16 @@ export class StartMisconfiguredStateRecoveryCommand extends $Command
.f(void 0, StartMisconfiguredStateRecoveryResponseFilterSensitiveLog)
.ser(se_StartMisconfiguredStateRecoveryCommand)
.de(de_StartMisconfiguredStateRecoveryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartMisconfiguredStateRecoveryRequest;
+ output: StartMisconfiguredStateRecoveryResponse;
+ };
+ sdk: {
+ input: StartMisconfiguredStateRecoveryCommandInput;
+ output: StartMisconfiguredStateRecoveryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/TagResourceCommand.ts b/clients/client-fsx/src/commands/TagResourceCommand.ts
index 610cb75e452c..6abeb27a0bfd 100644
--- a/clients/client-fsx/src/commands/TagResourceCommand.ts
+++ b/clients/client-fsx/src/commands/TagResourceCommand.ts
@@ -114,4 +114,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/UntagResourceCommand.ts b/clients/client-fsx/src/commands/UntagResourceCommand.ts
index 75f90b797b23..51832be7b96e 100644
--- a/clients/client-fsx/src/commands/UntagResourceCommand.ts
+++ b/clients/client-fsx/src/commands/UntagResourceCommand.ts
@@ -108,4 +108,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/UpdateDataRepositoryAssociationCommand.ts b/clients/client-fsx/src/commands/UpdateDataRepositoryAssociationCommand.ts
index a6d957cd447f..c7bd91163810 100644
--- a/clients/client-fsx/src/commands/UpdateDataRepositoryAssociationCommand.ts
+++ b/clients/client-fsx/src/commands/UpdateDataRepositoryAssociationCommand.ts
@@ -164,4 +164,16 @@ export class UpdateDataRepositoryAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDataRepositoryAssociationCommand)
.de(de_UpdateDataRepositoryAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDataRepositoryAssociationRequest;
+ output: UpdateDataRepositoryAssociationResponse;
+ };
+ sdk: {
+ input: UpdateDataRepositoryAssociationCommandInput;
+ output: UpdateDataRepositoryAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/UpdateFileCacheCommand.ts b/clients/client-fsx/src/commands/UpdateFileCacheCommand.ts
index 19837ac45beb..839dbcda003e 100644
--- a/clients/client-fsx/src/commands/UpdateFileCacheCommand.ts
+++ b/clients/client-fsx/src/commands/UpdateFileCacheCommand.ts
@@ -143,4 +143,16 @@ export class UpdateFileCacheCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFileCacheCommand)
.de(de_UpdateFileCacheCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFileCacheRequest;
+ output: UpdateFileCacheResponse;
+ };
+ sdk: {
+ input: UpdateFileCacheCommandInput;
+ output: UpdateFileCacheCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/UpdateFileSystemCommand.ts b/clients/client-fsx/src/commands/UpdateFileSystemCommand.ts
index 705db6c7678b..0c751175aada 100644
--- a/clients/client-fsx/src/commands/UpdateFileSystemCommand.ts
+++ b/clients/client-fsx/src/commands/UpdateFileSystemCommand.ts
@@ -1023,4 +1023,16 @@ export class UpdateFileSystemCommand extends $Command
.f(UpdateFileSystemRequestFilterSensitiveLog, UpdateFileSystemResponseFilterSensitiveLog)
.ser(se_UpdateFileSystemCommand)
.de(de_UpdateFileSystemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFileSystemRequest;
+ output: UpdateFileSystemResponse;
+ };
+ sdk: {
+ input: UpdateFileSystemCommandInput;
+ output: UpdateFileSystemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/UpdateSharedVpcConfigurationCommand.ts b/clients/client-fsx/src/commands/UpdateSharedVpcConfigurationCommand.ts
index 75ba61643756..db6be31c428d 100644
--- a/clients/client-fsx/src/commands/UpdateSharedVpcConfigurationCommand.ts
+++ b/clients/client-fsx/src/commands/UpdateSharedVpcConfigurationCommand.ts
@@ -103,4 +103,16 @@ export class UpdateSharedVpcConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSharedVpcConfigurationCommand)
.de(de_UpdateSharedVpcConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSharedVpcConfigurationRequest;
+ output: UpdateSharedVpcConfigurationResponse;
+ };
+ sdk: {
+ input: UpdateSharedVpcConfigurationCommandInput;
+ output: UpdateSharedVpcConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/UpdateSnapshotCommand.ts b/clients/client-fsx/src/commands/UpdateSnapshotCommand.ts
index 61d463bf9d11..136d4ad2f78c 100644
--- a/clients/client-fsx/src/commands/UpdateSnapshotCommand.ts
+++ b/clients/client-fsx/src/commands/UpdateSnapshotCommand.ts
@@ -654,4 +654,16 @@ export class UpdateSnapshotCommand extends $Command
.f(void 0, UpdateSnapshotResponseFilterSensitiveLog)
.ser(se_UpdateSnapshotCommand)
.de(de_UpdateSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSnapshotRequest;
+ output: UpdateSnapshotResponse;
+ };
+ sdk: {
+ input: UpdateSnapshotCommandInput;
+ output: UpdateSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/UpdateStorageVirtualMachineCommand.ts b/clients/client-fsx/src/commands/UpdateStorageVirtualMachineCommand.ts
index aa117afbcafc..6ab4f2fdc302 100644
--- a/clients/client-fsx/src/commands/UpdateStorageVirtualMachineCommand.ts
+++ b/clients/client-fsx/src/commands/UpdateStorageVirtualMachineCommand.ts
@@ -172,4 +172,16 @@ export class UpdateStorageVirtualMachineCommand extends $Command
.f(UpdateStorageVirtualMachineRequestFilterSensitiveLog, void 0)
.ser(se_UpdateStorageVirtualMachineCommand)
.de(de_UpdateStorageVirtualMachineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateStorageVirtualMachineRequest;
+ output: UpdateStorageVirtualMachineResponse;
+ };
+ sdk: {
+ input: UpdateStorageVirtualMachineCommandInput;
+ output: UpdateStorageVirtualMachineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-fsx/src/commands/UpdateVolumeCommand.ts b/clients/client-fsx/src/commands/UpdateVolumeCommand.ts
index bf0d6d15e2db..f3c1e3af47b9 100644
--- a/clients/client-fsx/src/commands/UpdateVolumeCommand.ts
+++ b/clients/client-fsx/src/commands/UpdateVolumeCommand.ts
@@ -720,4 +720,16 @@ export class UpdateVolumeCommand extends $Command
.f(void 0, UpdateVolumeResponseFilterSensitiveLog)
.ser(se_UpdateVolumeCommand)
.de(de_UpdateVolumeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateVolumeRequest;
+ output: UpdateVolumeResponse;
+ };
+ sdk: {
+ input: UpdateVolumeCommandInput;
+ output: UpdateVolumeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/package.json b/clients/client-gamelift/package.json
index 6e14b5c163c0..0eddea41f00b 100644
--- a/clients/client-gamelift/package.json
+++ b/clients/client-gamelift/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-gamelift/src/commands/AcceptMatchCommand.ts b/clients/client-gamelift/src/commands/AcceptMatchCommand.ts
index 38e02820107b..7f29ffb18a5c 100644
--- a/clients/client-gamelift/src/commands/AcceptMatchCommand.ts
+++ b/clients/client-gamelift/src/commands/AcceptMatchCommand.ts
@@ -127,4 +127,16 @@ export class AcceptMatchCommand extends $Command
.f(AcceptMatchInputFilterSensitiveLog, void 0)
.ser(se_AcceptMatchCommand)
.de(de_AcceptMatchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AcceptMatchInput;
+ output: {};
+ };
+ sdk: {
+ input: AcceptMatchCommandInput;
+ output: AcceptMatchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/ClaimGameServerCommand.ts b/clients/client-gamelift/src/commands/ClaimGameServerCommand.ts
index 63d3241275c5..0624fd80c84b 100644
--- a/clients/client-gamelift/src/commands/ClaimGameServerCommand.ts
+++ b/clients/client-gamelift/src/commands/ClaimGameServerCommand.ts
@@ -163,4 +163,16 @@ export class ClaimGameServerCommand extends $Command
.f(void 0, void 0)
.ser(se_ClaimGameServerCommand)
.de(de_ClaimGameServerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ClaimGameServerInput;
+ output: ClaimGameServerOutput;
+ };
+ sdk: {
+ input: ClaimGameServerCommandInput;
+ output: ClaimGameServerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/CreateAliasCommand.ts b/clients/client-gamelift/src/commands/CreateAliasCommand.ts
index 5f9f99c922eb..2072fa399bdf 100644
--- a/clients/client-gamelift/src/commands/CreateAliasCommand.ts
+++ b/clients/client-gamelift/src/commands/CreateAliasCommand.ts
@@ -146,4 +146,16 @@ export class CreateAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAliasCommand)
.de(de_CreateAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAliasInput;
+ output: CreateAliasOutput;
+ };
+ sdk: {
+ input: CreateAliasCommandInput;
+ output: CreateAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/CreateBuildCommand.ts b/clients/client-gamelift/src/commands/CreateBuildCommand.ts
index 4929e51957d8..d80438194a68 100644
--- a/clients/client-gamelift/src/commands/CreateBuildCommand.ts
+++ b/clients/client-gamelift/src/commands/CreateBuildCommand.ts
@@ -177,4 +177,16 @@ export class CreateBuildCommand extends $Command
.f(void 0, CreateBuildOutputFilterSensitiveLog)
.ser(se_CreateBuildCommand)
.de(de_CreateBuildCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBuildInput;
+ output: CreateBuildOutput;
+ };
+ sdk: {
+ input: CreateBuildCommandInput;
+ output: CreateBuildCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/CreateContainerGroupDefinitionCommand.ts b/clients/client-gamelift/src/commands/CreateContainerGroupDefinitionCommand.ts
index b9052d2e3ac4..45d01f5185f7 100644
--- a/clients/client-gamelift/src/commands/CreateContainerGroupDefinitionCommand.ts
+++ b/clients/client-gamelift/src/commands/CreateContainerGroupDefinitionCommand.ts
@@ -290,4 +290,16 @@ export class CreateContainerGroupDefinitionCommand extends $Command
.f(CreateContainerGroupDefinitionInputFilterSensitiveLog, CreateContainerGroupDefinitionOutputFilterSensitiveLog)
.ser(se_CreateContainerGroupDefinitionCommand)
.de(de_CreateContainerGroupDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateContainerGroupDefinitionInput;
+ output: CreateContainerGroupDefinitionOutput;
+ };
+ sdk: {
+ input: CreateContainerGroupDefinitionCommandInput;
+ output: CreateContainerGroupDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/CreateFleetCommand.ts b/clients/client-gamelift/src/commands/CreateFleetCommand.ts
index 45784261a30b..945165f37550 100644
--- a/clients/client-gamelift/src/commands/CreateFleetCommand.ts
+++ b/clients/client-gamelift/src/commands/CreateFleetCommand.ts
@@ -398,4 +398,16 @@ export class CreateFleetCommand extends $Command
.f(CreateFleetInputFilterSensitiveLog, CreateFleetOutputFilterSensitiveLog)
.ser(se_CreateFleetCommand)
.de(de_CreateFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFleetInput;
+ output: CreateFleetOutput;
+ };
+ sdk: {
+ input: CreateFleetCommandInput;
+ output: CreateFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/CreateFleetLocationsCommand.ts b/clients/client-gamelift/src/commands/CreateFleetLocationsCommand.ts
index b03476b749e9..051a4acb5d49 100644
--- a/clients/client-gamelift/src/commands/CreateFleetLocationsCommand.ts
+++ b/clients/client-gamelift/src/commands/CreateFleetLocationsCommand.ts
@@ -155,4 +155,16 @@ export class CreateFleetLocationsCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFleetLocationsCommand)
.de(de_CreateFleetLocationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFleetLocationsInput;
+ output: CreateFleetLocationsOutput;
+ };
+ sdk: {
+ input: CreateFleetLocationsCommandInput;
+ output: CreateFleetLocationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/CreateGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/CreateGameServerGroupCommand.ts
index d0c8ce6ccb25..ddb1a2383d91 100644
--- a/clients/client-gamelift/src/commands/CreateGameServerGroupCommand.ts
+++ b/clients/client-gamelift/src/commands/CreateGameServerGroupCommand.ts
@@ -190,4 +190,16 @@ export class CreateGameServerGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateGameServerGroupCommand)
.de(de_CreateGameServerGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGameServerGroupInput;
+ output: CreateGameServerGroupOutput;
+ };
+ sdk: {
+ input: CreateGameServerGroupCommandInput;
+ output: CreateGameServerGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/CreateGameSessionCommand.ts b/clients/client-gamelift/src/commands/CreateGameSessionCommand.ts
index 306831da8ece..e612e008cb8e 100644
--- a/clients/client-gamelift/src/commands/CreateGameSessionCommand.ts
+++ b/clients/client-gamelift/src/commands/CreateGameSessionCommand.ts
@@ -210,4 +210,16 @@ export class CreateGameSessionCommand extends $Command
.f(void 0, CreateGameSessionOutputFilterSensitiveLog)
.ser(se_CreateGameSessionCommand)
.de(de_CreateGameSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGameSessionInput;
+ output: CreateGameSessionOutput;
+ };
+ sdk: {
+ input: CreateGameSessionCommandInput;
+ output: CreateGameSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/CreateGameSessionQueueCommand.ts b/clients/client-gamelift/src/commands/CreateGameSessionQueueCommand.ts
index 00fcedcfd6c4..828bd05821ba 100644
--- a/clients/client-gamelift/src/commands/CreateGameSessionQueueCommand.ts
+++ b/clients/client-gamelift/src/commands/CreateGameSessionQueueCommand.ts
@@ -208,4 +208,16 @@ export class CreateGameSessionQueueCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateGameSessionQueueCommand)
.de(de_CreateGameSessionQueueCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGameSessionQueueInput;
+ output: CreateGameSessionQueueOutput;
+ };
+ sdk: {
+ input: CreateGameSessionQueueCommandInput;
+ output: CreateGameSessionQueueCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/CreateLocationCommand.ts b/clients/client-gamelift/src/commands/CreateLocationCommand.ts
index db473c1184d3..272bb4894c3b 100644
--- a/clients/client-gamelift/src/commands/CreateLocationCommand.ts
+++ b/clients/client-gamelift/src/commands/CreateLocationCommand.ts
@@ -112,4 +112,16 @@ export class CreateLocationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLocationCommand)
.de(de_CreateLocationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLocationInput;
+ output: CreateLocationOutput;
+ };
+ sdk: {
+ input: CreateLocationCommandInput;
+ output: CreateLocationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/CreateMatchmakingConfigurationCommand.ts b/clients/client-gamelift/src/commands/CreateMatchmakingConfigurationCommand.ts
index 6f355b10d740..2cc75cbc3c83 100644
--- a/clients/client-gamelift/src/commands/CreateMatchmakingConfigurationCommand.ts
+++ b/clients/client-gamelift/src/commands/CreateMatchmakingConfigurationCommand.ts
@@ -181,4 +181,16 @@ export class CreateMatchmakingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateMatchmakingConfigurationCommand)
.de(de_CreateMatchmakingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMatchmakingConfigurationInput;
+ output: CreateMatchmakingConfigurationOutput;
+ };
+ sdk: {
+ input: CreateMatchmakingConfigurationCommandInput;
+ output: CreateMatchmakingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/CreateMatchmakingRuleSetCommand.ts b/clients/client-gamelift/src/commands/CreateMatchmakingRuleSetCommand.ts
index 226e00dbeed7..b4639671f6c8 100644
--- a/clients/client-gamelift/src/commands/CreateMatchmakingRuleSetCommand.ts
+++ b/clients/client-gamelift/src/commands/CreateMatchmakingRuleSetCommand.ts
@@ -139,4 +139,16 @@ export class CreateMatchmakingRuleSetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateMatchmakingRuleSetCommand)
.de(de_CreateMatchmakingRuleSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMatchmakingRuleSetInput;
+ output: CreateMatchmakingRuleSetOutput;
+ };
+ sdk: {
+ input: CreateMatchmakingRuleSetCommandInput;
+ output: CreateMatchmakingRuleSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/CreatePlayerSessionCommand.ts b/clients/client-gamelift/src/commands/CreatePlayerSessionCommand.ts
index 9333197541dc..af2996c183c6 100644
--- a/clients/client-gamelift/src/commands/CreatePlayerSessionCommand.ts
+++ b/clients/client-gamelift/src/commands/CreatePlayerSessionCommand.ts
@@ -143,4 +143,16 @@ export class CreatePlayerSessionCommand extends $Command
.f(CreatePlayerSessionInputFilterSensitiveLog, CreatePlayerSessionOutputFilterSensitiveLog)
.ser(se_CreatePlayerSessionCommand)
.de(de_CreatePlayerSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePlayerSessionInput;
+ output: CreatePlayerSessionOutput;
+ };
+ sdk: {
+ input: CreatePlayerSessionCommandInput;
+ output: CreatePlayerSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/CreatePlayerSessionsCommand.ts b/clients/client-gamelift/src/commands/CreatePlayerSessionsCommand.ts
index aa6ed1f1a13e..edad3eb4d764 100644
--- a/clients/client-gamelift/src/commands/CreatePlayerSessionsCommand.ts
+++ b/clients/client-gamelift/src/commands/CreatePlayerSessionsCommand.ts
@@ -150,4 +150,16 @@ export class CreatePlayerSessionsCommand extends $Command
.f(CreatePlayerSessionsInputFilterSensitiveLog, CreatePlayerSessionsOutputFilterSensitiveLog)
.ser(se_CreatePlayerSessionsCommand)
.de(de_CreatePlayerSessionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePlayerSessionsInput;
+ output: CreatePlayerSessionsOutput;
+ };
+ sdk: {
+ input: CreatePlayerSessionsCommandInput;
+ output: CreatePlayerSessionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/CreateScriptCommand.ts b/clients/client-gamelift/src/commands/CreateScriptCommand.ts
index 3809aebe095e..815acd20563e 100644
--- a/clients/client-gamelift/src/commands/CreateScriptCommand.ts
+++ b/clients/client-gamelift/src/commands/CreateScriptCommand.ts
@@ -164,4 +164,16 @@ export class CreateScriptCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateScriptCommand)
.de(de_CreateScriptCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateScriptInput;
+ output: CreateScriptOutput;
+ };
+ sdk: {
+ input: CreateScriptCommandInput;
+ output: CreateScriptCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/CreateVpcPeeringAuthorizationCommand.ts b/clients/client-gamelift/src/commands/CreateVpcPeeringAuthorizationCommand.ts
index 86104b60a81e..0dd74e831589 100644
--- a/clients/client-gamelift/src/commands/CreateVpcPeeringAuthorizationCommand.ts
+++ b/clients/client-gamelift/src/commands/CreateVpcPeeringAuthorizationCommand.ts
@@ -129,4 +129,16 @@ export class CreateVpcPeeringAuthorizationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVpcPeeringAuthorizationCommand)
.de(de_CreateVpcPeeringAuthorizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVpcPeeringAuthorizationInput;
+ output: CreateVpcPeeringAuthorizationOutput;
+ };
+ sdk: {
+ input: CreateVpcPeeringAuthorizationCommandInput;
+ output: CreateVpcPeeringAuthorizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/CreateVpcPeeringConnectionCommand.ts b/clients/client-gamelift/src/commands/CreateVpcPeeringConnectionCommand.ts
index acf4a1639fd1..fde4e9411318 100644
--- a/clients/client-gamelift/src/commands/CreateVpcPeeringConnectionCommand.ts
+++ b/clients/client-gamelift/src/commands/CreateVpcPeeringConnectionCommand.ts
@@ -114,4 +114,16 @@ export class CreateVpcPeeringConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVpcPeeringConnectionCommand)
.de(de_CreateVpcPeeringConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVpcPeeringConnectionInput;
+ output: {};
+ };
+ sdk: {
+ input: CreateVpcPeeringConnectionCommandInput;
+ output: CreateVpcPeeringConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DeleteAliasCommand.ts b/clients/client-gamelift/src/commands/DeleteAliasCommand.ts
index 368471ef26ed..a5dbb999afc3 100644
--- a/clients/client-gamelift/src/commands/DeleteAliasCommand.ts
+++ b/clients/client-gamelift/src/commands/DeleteAliasCommand.ts
@@ -102,4 +102,16 @@ export class DeleteAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAliasCommand)
.de(de_DeleteAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAliasInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAliasCommandInput;
+ output: DeleteAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DeleteBuildCommand.ts b/clients/client-gamelift/src/commands/DeleteBuildCommand.ts
index 91d0339b386a..f200e3e14474 100644
--- a/clients/client-gamelift/src/commands/DeleteBuildCommand.ts
+++ b/clients/client-gamelift/src/commands/DeleteBuildCommand.ts
@@ -107,4 +107,16 @@ export class DeleteBuildCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBuildCommand)
.de(de_DeleteBuildCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBuildInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteBuildCommandInput;
+ output: DeleteBuildCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DeleteContainerGroupDefinitionCommand.ts b/clients/client-gamelift/src/commands/DeleteContainerGroupDefinitionCommand.ts
index bdd424e40ad3..e969f97893d7 100644
--- a/clients/client-gamelift/src/commands/DeleteContainerGroupDefinitionCommand.ts
+++ b/clients/client-gamelift/src/commands/DeleteContainerGroupDefinitionCommand.ts
@@ -115,4 +115,16 @@ export class DeleteContainerGroupDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteContainerGroupDefinitionCommand)
.de(de_DeleteContainerGroupDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteContainerGroupDefinitionInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteContainerGroupDefinitionCommandInput;
+ output: DeleteContainerGroupDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DeleteFleetCommand.ts b/clients/client-gamelift/src/commands/DeleteFleetCommand.ts
index 9f4769bd4ca9..78feb1065649 100644
--- a/clients/client-gamelift/src/commands/DeleteFleetCommand.ts
+++ b/clients/client-gamelift/src/commands/DeleteFleetCommand.ts
@@ -116,4 +116,16 @@ export class DeleteFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFleetCommand)
.de(de_DeleteFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFleetInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFleetCommandInput;
+ output: DeleteFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DeleteFleetLocationsCommand.ts b/clients/client-gamelift/src/commands/DeleteFleetLocationsCommand.ts
index 0c79dc17d39b..6f7487009ccf 100644
--- a/clients/client-gamelift/src/commands/DeleteFleetLocationsCommand.ts
+++ b/clients/client-gamelift/src/commands/DeleteFleetLocationsCommand.ts
@@ -117,4 +117,16 @@ export class DeleteFleetLocationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFleetLocationsCommand)
.de(de_DeleteFleetLocationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFleetLocationsInput;
+ output: DeleteFleetLocationsOutput;
+ };
+ sdk: {
+ input: DeleteFleetLocationsCommandInput;
+ output: DeleteFleetLocationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DeleteGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/DeleteGameServerGroupCommand.ts
index 8b4829857996..26ecf56a94a9 100644
--- a/clients/client-gamelift/src/commands/DeleteGameServerGroupCommand.ts
+++ b/clients/client-gamelift/src/commands/DeleteGameServerGroupCommand.ts
@@ -146,4 +146,16 @@ export class DeleteGameServerGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteGameServerGroupCommand)
.de(de_DeleteGameServerGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteGameServerGroupInput;
+ output: DeleteGameServerGroupOutput;
+ };
+ sdk: {
+ input: DeleteGameServerGroupCommandInput;
+ output: DeleteGameServerGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DeleteGameSessionQueueCommand.ts b/clients/client-gamelift/src/commands/DeleteGameSessionQueueCommand.ts
index 986947fac8c7..66e04efb7b7c 100644
--- a/clients/client-gamelift/src/commands/DeleteGameSessionQueueCommand.ts
+++ b/clients/client-gamelift/src/commands/DeleteGameSessionQueueCommand.ts
@@ -95,4 +95,16 @@ export class DeleteGameSessionQueueCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteGameSessionQueueCommand)
.de(de_DeleteGameSessionQueueCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteGameSessionQueueInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteGameSessionQueueCommandInput;
+ output: DeleteGameSessionQueueCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DeleteLocationCommand.ts b/clients/client-gamelift/src/commands/DeleteLocationCommand.ts
index bf4b07248e16..ddf17244d187 100644
--- a/clients/client-gamelift/src/commands/DeleteLocationCommand.ts
+++ b/clients/client-gamelift/src/commands/DeleteLocationCommand.ts
@@ -91,4 +91,16 @@ export class DeleteLocationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLocationCommand)
.de(de_DeleteLocationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLocationInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLocationCommandInput;
+ output: DeleteLocationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DeleteMatchmakingConfigurationCommand.ts b/clients/client-gamelift/src/commands/DeleteMatchmakingConfigurationCommand.ts
index 546c5b644b0c..74e03e31a007 100644
--- a/clients/client-gamelift/src/commands/DeleteMatchmakingConfigurationCommand.ts
+++ b/clients/client-gamelift/src/commands/DeleteMatchmakingConfigurationCommand.ts
@@ -101,4 +101,16 @@ export class DeleteMatchmakingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMatchmakingConfigurationCommand)
.de(de_DeleteMatchmakingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMatchmakingConfigurationInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMatchmakingConfigurationCommandInput;
+ output: DeleteMatchmakingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DeleteMatchmakingRuleSetCommand.ts b/clients/client-gamelift/src/commands/DeleteMatchmakingRuleSetCommand.ts
index 90d12fe5fe3b..23be0c624309 100644
--- a/clients/client-gamelift/src/commands/DeleteMatchmakingRuleSetCommand.ts
+++ b/clients/client-gamelift/src/commands/DeleteMatchmakingRuleSetCommand.ts
@@ -107,4 +107,16 @@ export class DeleteMatchmakingRuleSetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMatchmakingRuleSetCommand)
.de(de_DeleteMatchmakingRuleSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMatchmakingRuleSetInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMatchmakingRuleSetCommandInput;
+ output: DeleteMatchmakingRuleSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DeleteScalingPolicyCommand.ts b/clients/client-gamelift/src/commands/DeleteScalingPolicyCommand.ts
index c3b3598c5820..8935fe66be92 100644
--- a/clients/client-gamelift/src/commands/DeleteScalingPolicyCommand.ts
+++ b/clients/client-gamelift/src/commands/DeleteScalingPolicyCommand.ts
@@ -94,4 +94,16 @@ export class DeleteScalingPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteScalingPolicyCommand)
.de(de_DeleteScalingPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteScalingPolicyInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteScalingPolicyCommandInput;
+ output: DeleteScalingPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DeleteScriptCommand.ts b/clients/client-gamelift/src/commands/DeleteScriptCommand.ts
index 792f1e8d7c8a..27e6ec952f2c 100644
--- a/clients/client-gamelift/src/commands/DeleteScriptCommand.ts
+++ b/clients/client-gamelift/src/commands/DeleteScriptCommand.ts
@@ -112,4 +112,16 @@ export class DeleteScriptCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteScriptCommand)
.de(de_DeleteScriptCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteScriptInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteScriptCommandInput;
+ output: DeleteScriptCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DeleteVpcPeeringAuthorizationCommand.ts b/clients/client-gamelift/src/commands/DeleteVpcPeeringAuthorizationCommand.ts
index 14ee703425f0..e4fdda24f999 100644
--- a/clients/client-gamelift/src/commands/DeleteVpcPeeringAuthorizationCommand.ts
+++ b/clients/client-gamelift/src/commands/DeleteVpcPeeringAuthorizationCommand.ts
@@ -102,4 +102,16 @@ export class DeleteVpcPeeringAuthorizationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVpcPeeringAuthorizationCommand)
.de(de_DeleteVpcPeeringAuthorizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVpcPeeringAuthorizationInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVpcPeeringAuthorizationCommandInput;
+ output: DeleteVpcPeeringAuthorizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DeleteVpcPeeringConnectionCommand.ts b/clients/client-gamelift/src/commands/DeleteVpcPeeringConnectionCommand.ts
index 5f895446e848..8d3e63463fd7 100644
--- a/clients/client-gamelift/src/commands/DeleteVpcPeeringConnectionCommand.ts
+++ b/clients/client-gamelift/src/commands/DeleteVpcPeeringConnectionCommand.ts
@@ -100,4 +100,16 @@ export class DeleteVpcPeeringConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVpcPeeringConnectionCommand)
.de(de_DeleteVpcPeeringConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVpcPeeringConnectionInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVpcPeeringConnectionCommandInput;
+ output: DeleteVpcPeeringConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DeregisterComputeCommand.ts b/clients/client-gamelift/src/commands/DeregisterComputeCommand.ts
index bbae0f36c85b..2d2877bd05ba 100644
--- a/clients/client-gamelift/src/commands/DeregisterComputeCommand.ts
+++ b/clients/client-gamelift/src/commands/DeregisterComputeCommand.ts
@@ -99,4 +99,16 @@ export class DeregisterComputeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeregisterComputeCommand)
.de(de_DeregisterComputeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterComputeInput;
+ output: {};
+ };
+ sdk: {
+ input: DeregisterComputeCommandInput;
+ output: DeregisterComputeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DeregisterGameServerCommand.ts b/clients/client-gamelift/src/commands/DeregisterGameServerCommand.ts
index f20f4fcc6739..8033209df9d4 100644
--- a/clients/client-gamelift/src/commands/DeregisterGameServerCommand.ts
+++ b/clients/client-gamelift/src/commands/DeregisterGameServerCommand.ts
@@ -105,4 +105,16 @@ export class DeregisterGameServerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeregisterGameServerCommand)
.de(de_DeregisterGameServerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterGameServerInput;
+ output: {};
+ };
+ sdk: {
+ input: DeregisterGameServerCommandInput;
+ output: DeregisterGameServerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeAliasCommand.ts b/clients/client-gamelift/src/commands/DescribeAliasCommand.ts
index da9c4c0beb67..1bbec477184b 100644
--- a/clients/client-gamelift/src/commands/DescribeAliasCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeAliasCommand.ts
@@ -112,4 +112,16 @@ export class DescribeAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAliasCommand)
.de(de_DescribeAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAliasInput;
+ output: DescribeAliasOutput;
+ };
+ sdk: {
+ input: DescribeAliasCommandInput;
+ output: DescribeAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeBuildCommand.ts b/clients/client-gamelift/src/commands/DescribeBuildCommand.ts
index 7d1c69d934fe..3b80df9a96e6 100644
--- a/clients/client-gamelift/src/commands/DescribeBuildCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeBuildCommand.ts
@@ -112,4 +112,16 @@ export class DescribeBuildCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeBuildCommand)
.de(de_DescribeBuildCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBuildInput;
+ output: DescribeBuildOutput;
+ };
+ sdk: {
+ input: DescribeBuildCommandInput;
+ output: DescribeBuildCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeComputeCommand.ts b/clients/client-gamelift/src/commands/DescribeComputeCommand.ts
index c9f6794d34ed..44c27407bcfe 100644
--- a/clients/client-gamelift/src/commands/DescribeComputeCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeComputeCommand.ts
@@ -143,4 +143,16 @@ export class DescribeComputeCommand extends $Command
.f(void 0, DescribeComputeOutputFilterSensitiveLog)
.ser(se_DescribeComputeCommand)
.de(de_DescribeComputeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeComputeInput;
+ output: DescribeComputeOutput;
+ };
+ sdk: {
+ input: DescribeComputeCommandInput;
+ output: DescribeComputeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeContainerGroupDefinitionCommand.ts b/clients/client-gamelift/src/commands/DescribeContainerGroupDefinitionCommand.ts
index 8c29284a4559..ca83078275ff 100644
--- a/clients/client-gamelift/src/commands/DescribeContainerGroupDefinitionCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeContainerGroupDefinitionCommand.ts
@@ -179,4 +179,16 @@ export class DescribeContainerGroupDefinitionCommand extends $Command
.f(void 0, DescribeContainerGroupDefinitionOutputFilterSensitiveLog)
.ser(se_DescribeContainerGroupDefinitionCommand)
.de(de_DescribeContainerGroupDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeContainerGroupDefinitionInput;
+ output: DescribeContainerGroupDefinitionOutput;
+ };
+ sdk: {
+ input: DescribeContainerGroupDefinitionCommandInput;
+ output: DescribeContainerGroupDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeEC2InstanceLimitsCommand.ts b/clients/client-gamelift/src/commands/DescribeEC2InstanceLimitsCommand.ts
index d35f11562f10..6628214802b3 100644
--- a/clients/client-gamelift/src/commands/DescribeEC2InstanceLimitsCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeEC2InstanceLimitsCommand.ts
@@ -153,4 +153,16 @@ export class DescribeEC2InstanceLimitsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEC2InstanceLimitsCommand)
.de(de_DescribeEC2InstanceLimitsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEC2InstanceLimitsInput;
+ output: DescribeEC2InstanceLimitsOutput;
+ };
+ sdk: {
+ input: DescribeEC2InstanceLimitsCommandInput;
+ output: DescribeEC2InstanceLimitsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeFleetAttributesCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetAttributesCommand.ts
index 8fcd9121965f..38c2afc43c30 100644
--- a/clients/client-gamelift/src/commands/DescribeFleetAttributesCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeFleetAttributesCommand.ts
@@ -187,4 +187,16 @@ export class DescribeFleetAttributesCommand extends $Command
.f(void 0, DescribeFleetAttributesOutputFilterSensitiveLog)
.ser(se_DescribeFleetAttributesCommand)
.de(de_DescribeFleetAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFleetAttributesInput;
+ output: DescribeFleetAttributesOutput;
+ };
+ sdk: {
+ input: DescribeFleetAttributesCommandInput;
+ output: DescribeFleetAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeFleetCapacityCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetCapacityCommand.ts
index cfdfacc51c54..46fdfb75e5d6 100644
--- a/clients/client-gamelift/src/commands/DescribeFleetCapacityCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeFleetCapacityCommand.ts
@@ -157,4 +157,16 @@ export class DescribeFleetCapacityCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFleetCapacityCommand)
.de(de_DescribeFleetCapacityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFleetCapacityInput;
+ output: DescribeFleetCapacityOutput;
+ };
+ sdk: {
+ input: DescribeFleetCapacityCommandInput;
+ output: DescribeFleetCapacityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeFleetEventsCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetEventsCommand.ts
index 47bd6584ce78..6c4e101a61a6 100644
--- a/clients/client-gamelift/src/commands/DescribeFleetEventsCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeFleetEventsCommand.ts
@@ -120,4 +120,16 @@ export class DescribeFleetEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFleetEventsCommand)
.de(de_DescribeFleetEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFleetEventsInput;
+ output: DescribeFleetEventsOutput;
+ };
+ sdk: {
+ input: DescribeFleetEventsCommandInput;
+ output: DescribeFleetEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeFleetLocationAttributesCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetLocationAttributesCommand.ts
index 08bd3b2a01f1..1bd66a036e8c 100644
--- a/clients/client-gamelift/src/commands/DescribeFleetLocationAttributesCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeFleetLocationAttributesCommand.ts
@@ -146,4 +146,16 @@ export class DescribeFleetLocationAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFleetLocationAttributesCommand)
.de(de_DescribeFleetLocationAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFleetLocationAttributesInput;
+ output: DescribeFleetLocationAttributesOutput;
+ };
+ sdk: {
+ input: DescribeFleetLocationAttributesCommandInput;
+ output: DescribeFleetLocationAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeFleetLocationCapacityCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetLocationCapacityCommand.ts
index 372f9ce70b2a..5dd71f5e2e8d 100644
--- a/clients/client-gamelift/src/commands/DescribeFleetLocationCapacityCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeFleetLocationCapacityCommand.ts
@@ -141,4 +141,16 @@ export class DescribeFleetLocationCapacityCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFleetLocationCapacityCommand)
.de(de_DescribeFleetLocationCapacityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFleetLocationCapacityInput;
+ output: DescribeFleetLocationCapacityOutput;
+ };
+ sdk: {
+ input: DescribeFleetLocationCapacityCommandInput;
+ output: DescribeFleetLocationCapacityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeFleetLocationUtilizationCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetLocationUtilizationCommand.ts
index 7b72b39620d2..23638c6f92e8 100644
--- a/clients/client-gamelift/src/commands/DescribeFleetLocationUtilizationCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeFleetLocationUtilizationCommand.ts
@@ -127,4 +127,16 @@ export class DescribeFleetLocationUtilizationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFleetLocationUtilizationCommand)
.de(de_DescribeFleetLocationUtilizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFleetLocationUtilizationInput;
+ output: DescribeFleetLocationUtilizationOutput;
+ };
+ sdk: {
+ input: DescribeFleetLocationUtilizationCommandInput;
+ output: DescribeFleetLocationUtilizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeFleetPortSettingsCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetPortSettingsCommand.ts
index 1b79dda17ac5..95c887c658d2 100644
--- a/clients/client-gamelift/src/commands/DescribeFleetPortSettingsCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeFleetPortSettingsCommand.ts
@@ -136,4 +136,16 @@ export class DescribeFleetPortSettingsCommand extends $Command
.f(void 0, DescribeFleetPortSettingsOutputFilterSensitiveLog)
.ser(se_DescribeFleetPortSettingsCommand)
.de(de_DescribeFleetPortSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFleetPortSettingsInput;
+ output: DescribeFleetPortSettingsOutput;
+ };
+ sdk: {
+ input: DescribeFleetPortSettingsCommandInput;
+ output: DescribeFleetPortSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeFleetUtilizationCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetUtilizationCommand.ts
index 7374412b86ce..94cd97a9f19a 100644
--- a/clients/client-gamelift/src/commands/DescribeFleetUtilizationCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeFleetUtilizationCommand.ts
@@ -141,4 +141,16 @@ export class DescribeFleetUtilizationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFleetUtilizationCommand)
.de(de_DescribeFleetUtilizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFleetUtilizationInput;
+ output: DescribeFleetUtilizationOutput;
+ };
+ sdk: {
+ input: DescribeFleetUtilizationCommandInput;
+ output: DescribeFleetUtilizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeGameServerCommand.ts b/clients/client-gamelift/src/commands/DescribeGameServerCommand.ts
index bb2855db8a2e..c4773cf4c683 100644
--- a/clients/client-gamelift/src/commands/DescribeGameServerCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeGameServerCommand.ts
@@ -118,4 +118,16 @@ export class DescribeGameServerCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeGameServerCommand)
.de(de_DescribeGameServerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeGameServerInput;
+ output: DescribeGameServerOutput;
+ };
+ sdk: {
+ input: DescribeGameServerCommandInput;
+ output: DescribeGameServerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/DescribeGameServerGroupCommand.ts
index 4bda10598b6c..5abd2a2b1752 100644
--- a/clients/client-gamelift/src/commands/DescribeGameServerGroupCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeGameServerGroupCommand.ts
@@ -127,4 +127,16 @@ export class DescribeGameServerGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeGameServerGroupCommand)
.de(de_DescribeGameServerGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeGameServerGroupInput;
+ output: DescribeGameServerGroupOutput;
+ };
+ sdk: {
+ input: DescribeGameServerGroupCommandInput;
+ output: DescribeGameServerGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeGameServerInstancesCommand.ts b/clients/client-gamelift/src/commands/DescribeGameServerInstancesCommand.ts
index c567e3fde14b..77d267b4f071 100644
--- a/clients/client-gamelift/src/commands/DescribeGameServerInstancesCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeGameServerInstancesCommand.ts
@@ -126,4 +126,16 @@ export class DescribeGameServerInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeGameServerInstancesCommand)
.de(de_DescribeGameServerInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeGameServerInstancesInput;
+ output: DescribeGameServerInstancesOutput;
+ };
+ sdk: {
+ input: DescribeGameServerInstancesCommandInput;
+ output: DescribeGameServerInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeGameSessionDetailsCommand.ts b/clients/client-gamelift/src/commands/DescribeGameSessionDetailsCommand.ts
index 1ff4ce5423a4..00e65044f2a0 100644
--- a/clients/client-gamelift/src/commands/DescribeGameSessionDetailsCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeGameSessionDetailsCommand.ts
@@ -175,4 +175,16 @@ export class DescribeGameSessionDetailsCommand extends $Command
.f(void 0, DescribeGameSessionDetailsOutputFilterSensitiveLog)
.ser(se_DescribeGameSessionDetailsCommand)
.de(de_DescribeGameSessionDetailsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeGameSessionDetailsInput;
+ output: DescribeGameSessionDetailsOutput;
+ };
+ sdk: {
+ input: DescribeGameSessionDetailsCommandInput;
+ output: DescribeGameSessionDetailsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeGameSessionPlacementCommand.ts b/clients/client-gamelift/src/commands/DescribeGameSessionPlacementCommand.ts
index 76cc2362f6d4..5b6cab6c5942 100644
--- a/clients/client-gamelift/src/commands/DescribeGameSessionPlacementCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeGameSessionPlacementCommand.ts
@@ -142,4 +142,16 @@ export class DescribeGameSessionPlacementCommand extends $Command
.f(void 0, DescribeGameSessionPlacementOutputFilterSensitiveLog)
.ser(se_DescribeGameSessionPlacementCommand)
.de(de_DescribeGameSessionPlacementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeGameSessionPlacementInput;
+ output: DescribeGameSessionPlacementOutput;
+ };
+ sdk: {
+ input: DescribeGameSessionPlacementCommandInput;
+ output: DescribeGameSessionPlacementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeGameSessionQueuesCommand.ts b/clients/client-gamelift/src/commands/DescribeGameSessionQueuesCommand.ts
index 346b212b1d00..c126ceb12882 100644
--- a/clients/client-gamelift/src/commands/DescribeGameSessionQueuesCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeGameSessionQueuesCommand.ts
@@ -138,4 +138,16 @@ export class DescribeGameSessionQueuesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeGameSessionQueuesCommand)
.de(de_DescribeGameSessionQueuesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeGameSessionQueuesInput;
+ output: DescribeGameSessionQueuesOutput;
+ };
+ sdk: {
+ input: DescribeGameSessionQueuesCommandInput;
+ output: DescribeGameSessionQueuesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeGameSessionsCommand.ts b/clients/client-gamelift/src/commands/DescribeGameSessionsCommand.ts
index 6ccc3950e878..19696265b44d 100644
--- a/clients/client-gamelift/src/commands/DescribeGameSessionsCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeGameSessionsCommand.ts
@@ -179,4 +179,16 @@ export class DescribeGameSessionsCommand extends $Command
.f(void 0, DescribeGameSessionsOutputFilterSensitiveLog)
.ser(se_DescribeGameSessionsCommand)
.de(de_DescribeGameSessionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeGameSessionsInput;
+ output: DescribeGameSessionsOutput;
+ };
+ sdk: {
+ input: DescribeGameSessionsCommandInput;
+ output: DescribeGameSessionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeInstancesCommand.ts b/clients/client-gamelift/src/commands/DescribeInstancesCommand.ts
index ae1590b5fa3d..f04c0fda93f4 100644
--- a/clients/client-gamelift/src/commands/DescribeInstancesCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeInstancesCommand.ts
@@ -156,4 +156,16 @@ export class DescribeInstancesCommand extends $Command
.f(void 0, DescribeInstancesOutputFilterSensitiveLog)
.ser(se_DescribeInstancesCommand)
.de(de_DescribeInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInstancesInput;
+ output: DescribeInstancesOutput;
+ };
+ sdk: {
+ input: DescribeInstancesCommandInput;
+ output: DescribeInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeMatchmakingCommand.ts b/clients/client-gamelift/src/commands/DescribeMatchmakingCommand.ts
index a81e356621c7..488b11ac5eed 100644
--- a/clients/client-gamelift/src/commands/DescribeMatchmakingCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeMatchmakingCommand.ts
@@ -160,4 +160,16 @@ export class DescribeMatchmakingCommand extends $Command
.f(void 0, DescribeMatchmakingOutputFilterSensitiveLog)
.ser(se_DescribeMatchmakingCommand)
.de(de_DescribeMatchmakingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeMatchmakingInput;
+ output: DescribeMatchmakingOutput;
+ };
+ sdk: {
+ input: DescribeMatchmakingCommandInput;
+ output: DescribeMatchmakingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeMatchmakingConfigurationsCommand.ts b/clients/client-gamelift/src/commands/DescribeMatchmakingConfigurationsCommand.ts
index 1d1862667d51..8251d96e2503 100644
--- a/clients/client-gamelift/src/commands/DescribeMatchmakingConfigurationsCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeMatchmakingConfigurationsCommand.ts
@@ -138,4 +138,16 @@ export class DescribeMatchmakingConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeMatchmakingConfigurationsCommand)
.de(de_DescribeMatchmakingConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeMatchmakingConfigurationsInput;
+ output: DescribeMatchmakingConfigurationsOutput;
+ };
+ sdk: {
+ input: DescribeMatchmakingConfigurationsCommandInput;
+ output: DescribeMatchmakingConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeMatchmakingRuleSetsCommand.ts b/clients/client-gamelift/src/commands/DescribeMatchmakingRuleSetsCommand.ts
index 513e679553cc..da35f0797045 100644
--- a/clients/client-gamelift/src/commands/DescribeMatchmakingRuleSetsCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeMatchmakingRuleSetsCommand.ts
@@ -117,4 +117,16 @@ export class DescribeMatchmakingRuleSetsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeMatchmakingRuleSetsCommand)
.de(de_DescribeMatchmakingRuleSetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeMatchmakingRuleSetsInput;
+ output: DescribeMatchmakingRuleSetsOutput;
+ };
+ sdk: {
+ input: DescribeMatchmakingRuleSetsCommandInput;
+ output: DescribeMatchmakingRuleSetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribePlayerSessionsCommand.ts b/clients/client-gamelift/src/commands/DescribePlayerSessionsCommand.ts
index d481ab43738d..fdc752275eac 100644
--- a/clients/client-gamelift/src/commands/DescribePlayerSessionsCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribePlayerSessionsCommand.ts
@@ -144,4 +144,16 @@ export class DescribePlayerSessionsCommand extends $Command
.f(DescribePlayerSessionsInputFilterSensitiveLog, DescribePlayerSessionsOutputFilterSensitiveLog)
.ser(se_DescribePlayerSessionsCommand)
.de(de_DescribePlayerSessionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePlayerSessionsInput;
+ output: DescribePlayerSessionsOutput;
+ };
+ sdk: {
+ input: DescribePlayerSessionsCommandInput;
+ output: DescribePlayerSessionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeRuntimeConfigurationCommand.ts b/clients/client-gamelift/src/commands/DescribeRuntimeConfigurationCommand.ts
index 05d416cd897b..99fdaa549afa 100644
--- a/clients/client-gamelift/src/commands/DescribeRuntimeConfigurationCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeRuntimeConfigurationCommand.ts
@@ -126,4 +126,16 @@ export class DescribeRuntimeConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRuntimeConfigurationCommand)
.de(de_DescribeRuntimeConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRuntimeConfigurationInput;
+ output: DescribeRuntimeConfigurationOutput;
+ };
+ sdk: {
+ input: DescribeRuntimeConfigurationCommandInput;
+ output: DescribeRuntimeConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeScalingPoliciesCommand.ts b/clients/client-gamelift/src/commands/DescribeScalingPoliciesCommand.ts
index ddc273f04c72..6c1278f03ea0 100644
--- a/clients/client-gamelift/src/commands/DescribeScalingPoliciesCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeScalingPoliciesCommand.ts
@@ -124,4 +124,16 @@ export class DescribeScalingPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeScalingPoliciesCommand)
.de(de_DescribeScalingPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeScalingPoliciesInput;
+ output: DescribeScalingPoliciesOutput;
+ };
+ sdk: {
+ input: DescribeScalingPoliciesCommandInput;
+ output: DescribeScalingPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeScriptCommand.ts b/clients/client-gamelift/src/commands/DescribeScriptCommand.ts
index a51f085b970b..e9104c36f328 100644
--- a/clients/client-gamelift/src/commands/DescribeScriptCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeScriptCommand.ts
@@ -118,4 +118,16 @@ export class DescribeScriptCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeScriptCommand)
.de(de_DescribeScriptCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeScriptInput;
+ output: DescribeScriptOutput;
+ };
+ sdk: {
+ input: DescribeScriptCommandInput;
+ output: DescribeScriptCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeVpcPeeringAuthorizationsCommand.ts b/clients/client-gamelift/src/commands/DescribeVpcPeeringAuthorizationsCommand.ts
index cb1c31d7f35e..87e7b2d61322 100644
--- a/clients/client-gamelift/src/commands/DescribeVpcPeeringAuthorizationsCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeVpcPeeringAuthorizationsCommand.ts
@@ -107,4 +107,16 @@ export class DescribeVpcPeeringAuthorizationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVpcPeeringAuthorizationsCommand)
.de(de_DescribeVpcPeeringAuthorizationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeVpcPeeringAuthorizationsOutput;
+ };
+ sdk: {
+ input: DescribeVpcPeeringAuthorizationsCommandInput;
+ output: DescribeVpcPeeringAuthorizationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/DescribeVpcPeeringConnectionsCommand.ts b/clients/client-gamelift/src/commands/DescribeVpcPeeringConnectionsCommand.ts
index c0986bd0dd29..5aa363b2cfb7 100644
--- a/clients/client-gamelift/src/commands/DescribeVpcPeeringConnectionsCommand.ts
+++ b/clients/client-gamelift/src/commands/DescribeVpcPeeringConnectionsCommand.ts
@@ -121,4 +121,16 @@ export class DescribeVpcPeeringConnectionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVpcPeeringConnectionsCommand)
.de(de_DescribeVpcPeeringConnectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVpcPeeringConnectionsInput;
+ output: DescribeVpcPeeringConnectionsOutput;
+ };
+ sdk: {
+ input: DescribeVpcPeeringConnectionsCommandInput;
+ output: DescribeVpcPeeringConnectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/GetComputeAccessCommand.ts b/clients/client-gamelift/src/commands/GetComputeAccessCommand.ts
index b82c39d8dcaa..69fc07a08f78 100644
--- a/clients/client-gamelift/src/commands/GetComputeAccessCommand.ts
+++ b/clients/client-gamelift/src/commands/GetComputeAccessCommand.ts
@@ -142,4 +142,16 @@ export class GetComputeAccessCommand extends $Command
.f(void 0, GetComputeAccessOutputFilterSensitiveLog)
.ser(se_GetComputeAccessCommand)
.de(de_GetComputeAccessCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetComputeAccessInput;
+ output: GetComputeAccessOutput;
+ };
+ sdk: {
+ input: GetComputeAccessCommandInput;
+ output: GetComputeAccessCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/GetComputeAuthTokenCommand.ts b/clients/client-gamelift/src/commands/GetComputeAuthTokenCommand.ts
index 022acb4f45dd..db77e3325bcc 100644
--- a/clients/client-gamelift/src/commands/GetComputeAuthTokenCommand.ts
+++ b/clients/client-gamelift/src/commands/GetComputeAuthTokenCommand.ts
@@ -138,4 +138,16 @@ export class GetComputeAuthTokenCommand extends $Command
.f(void 0, void 0)
.ser(se_GetComputeAuthTokenCommand)
.de(de_GetComputeAuthTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetComputeAuthTokenInput;
+ output: GetComputeAuthTokenOutput;
+ };
+ sdk: {
+ input: GetComputeAuthTokenCommandInput;
+ output: GetComputeAuthTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/GetGameSessionLogUrlCommand.ts b/clients/client-gamelift/src/commands/GetGameSessionLogUrlCommand.ts
index 8e0cfcb1d54b..f8479b16a542 100644
--- a/clients/client-gamelift/src/commands/GetGameSessionLogUrlCommand.ts
+++ b/clients/client-gamelift/src/commands/GetGameSessionLogUrlCommand.ts
@@ -101,4 +101,16 @@ export class GetGameSessionLogUrlCommand extends $Command
.f(void 0, void 0)
.ser(se_GetGameSessionLogUrlCommand)
.de(de_GetGameSessionLogUrlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetGameSessionLogUrlInput;
+ output: GetGameSessionLogUrlOutput;
+ };
+ sdk: {
+ input: GetGameSessionLogUrlCommandInput;
+ output: GetGameSessionLogUrlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/GetInstanceAccessCommand.ts b/clients/client-gamelift/src/commands/GetInstanceAccessCommand.ts
index 06e6f883e3c2..10983416ba8c 100644
--- a/clients/client-gamelift/src/commands/GetInstanceAccessCommand.ts
+++ b/clients/client-gamelift/src/commands/GetInstanceAccessCommand.ts
@@ -141,4 +141,16 @@ export class GetInstanceAccessCommand extends $Command
.f(void 0, GetInstanceAccessOutputFilterSensitiveLog)
.ser(se_GetInstanceAccessCommand)
.de(de_GetInstanceAccessCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInstanceAccessInput;
+ output: GetInstanceAccessOutput;
+ };
+ sdk: {
+ input: GetInstanceAccessCommandInput;
+ output: GetInstanceAccessCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/ListAliasesCommand.ts b/clients/client-gamelift/src/commands/ListAliasesCommand.ts
index 60c2e3e70fb2..22642c04565e 100644
--- a/clients/client-gamelift/src/commands/ListAliasesCommand.ts
+++ b/clients/client-gamelift/src/commands/ListAliasesCommand.ts
@@ -117,4 +117,16 @@ export class ListAliasesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAliasesCommand)
.de(de_ListAliasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAliasesInput;
+ output: ListAliasesOutput;
+ };
+ sdk: {
+ input: ListAliasesCommandInput;
+ output: ListAliasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/ListBuildsCommand.ts b/clients/client-gamelift/src/commands/ListBuildsCommand.ts
index 6408307c0ace..58e8da850ba4 100644
--- a/clients/client-gamelift/src/commands/ListBuildsCommand.ts
+++ b/clients/client-gamelift/src/commands/ListBuildsCommand.ts
@@ -119,4 +119,16 @@ export class ListBuildsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBuildsCommand)
.de(de_ListBuildsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBuildsInput;
+ output: ListBuildsOutput;
+ };
+ sdk: {
+ input: ListBuildsCommandInput;
+ output: ListBuildsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/ListComputeCommand.ts b/clients/client-gamelift/src/commands/ListComputeCommand.ts
index 7a894f100b45..e714f8b6d6cb 100644
--- a/clients/client-gamelift/src/commands/ListComputeCommand.ts
+++ b/clients/client-gamelift/src/commands/ListComputeCommand.ts
@@ -144,4 +144,16 @@ export class ListComputeCommand extends $Command
.f(void 0, ListComputeOutputFilterSensitiveLog)
.ser(se_ListComputeCommand)
.de(de_ListComputeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListComputeInput;
+ output: ListComputeOutput;
+ };
+ sdk: {
+ input: ListComputeCommandInput;
+ output: ListComputeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/ListContainerGroupDefinitionsCommand.ts b/clients/client-gamelift/src/commands/ListContainerGroupDefinitionsCommand.ts
index 7a2d19f11ca5..f4e3d30babbe 100644
--- a/clients/client-gamelift/src/commands/ListContainerGroupDefinitionsCommand.ts
+++ b/clients/client-gamelift/src/commands/ListContainerGroupDefinitionsCommand.ts
@@ -183,4 +183,16 @@ export class ListContainerGroupDefinitionsCommand extends $Command
.f(void 0, ListContainerGroupDefinitionsOutputFilterSensitiveLog)
.ser(se_ListContainerGroupDefinitionsCommand)
.de(de_ListContainerGroupDefinitionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListContainerGroupDefinitionsInput;
+ output: ListContainerGroupDefinitionsOutput;
+ };
+ sdk: {
+ input: ListContainerGroupDefinitionsCommandInput;
+ output: ListContainerGroupDefinitionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/ListFleetsCommand.ts b/clients/client-gamelift/src/commands/ListFleetsCommand.ts
index 3747893f17e5..23ad7371cbfc 100644
--- a/clients/client-gamelift/src/commands/ListFleetsCommand.ts
+++ b/clients/client-gamelift/src/commands/ListFleetsCommand.ts
@@ -130,4 +130,16 @@ export class ListFleetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFleetsCommand)
.de(de_ListFleetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFleetsInput;
+ output: ListFleetsOutput;
+ };
+ sdk: {
+ input: ListFleetsCommandInput;
+ output: ListFleetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/ListGameServerGroupsCommand.ts b/clients/client-gamelift/src/commands/ListGameServerGroupsCommand.ts
index 183c57ce64c0..4325b0bcae08 100644
--- a/clients/client-gamelift/src/commands/ListGameServerGroupsCommand.ts
+++ b/clients/client-gamelift/src/commands/ListGameServerGroupsCommand.ts
@@ -112,4 +112,16 @@ export class ListGameServerGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListGameServerGroupsCommand)
.de(de_ListGameServerGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGameServerGroupsInput;
+ output: ListGameServerGroupsOutput;
+ };
+ sdk: {
+ input: ListGameServerGroupsCommandInput;
+ output: ListGameServerGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/ListGameServersCommand.ts b/clients/client-gamelift/src/commands/ListGameServersCommand.ts
index 0b753d2ddeef..ed5110cda78c 100644
--- a/clients/client-gamelift/src/commands/ListGameServersCommand.ts
+++ b/clients/client-gamelift/src/commands/ListGameServersCommand.ts
@@ -119,4 +119,16 @@ export class ListGameServersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListGameServersCommand)
.de(de_ListGameServersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGameServersInput;
+ output: ListGameServersOutput;
+ };
+ sdk: {
+ input: ListGameServersCommandInput;
+ output: ListGameServersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/ListLocationsCommand.ts b/clients/client-gamelift/src/commands/ListLocationsCommand.ts
index 7169162ea99b..66b9e5a664ea 100644
--- a/clients/client-gamelift/src/commands/ListLocationsCommand.ts
+++ b/clients/client-gamelift/src/commands/ListLocationsCommand.ts
@@ -98,4 +98,16 @@ export class ListLocationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLocationsCommand)
.de(de_ListLocationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLocationsInput;
+ output: ListLocationsOutput;
+ };
+ sdk: {
+ input: ListLocationsCommandInput;
+ output: ListLocationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/ListScriptsCommand.ts b/clients/client-gamelift/src/commands/ListScriptsCommand.ts
index 6cac3d366aab..709e246f0b27 100644
--- a/clients/client-gamelift/src/commands/ListScriptsCommand.ts
+++ b/clients/client-gamelift/src/commands/ListScriptsCommand.ts
@@ -118,4 +118,16 @@ export class ListScriptsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListScriptsCommand)
.de(de_ListScriptsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListScriptsInput;
+ output: ListScriptsOutput;
+ };
+ sdk: {
+ input: ListScriptsCommandInput;
+ output: ListScriptsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/ListTagsForResourceCommand.ts b/clients/client-gamelift/src/commands/ListTagsForResourceCommand.ts
index 30d5feeb2a3b..21dbd600baef 100644
--- a/clients/client-gamelift/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-gamelift/src/commands/ListTagsForResourceCommand.ts
@@ -118,4 +118,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/PutScalingPolicyCommand.ts b/clients/client-gamelift/src/commands/PutScalingPolicyCommand.ts
index 7a2bec8e7acb..776b09cb03c1 100644
--- a/clients/client-gamelift/src/commands/PutScalingPolicyCommand.ts
+++ b/clients/client-gamelift/src/commands/PutScalingPolicyCommand.ts
@@ -159,4 +159,16 @@ export class PutScalingPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutScalingPolicyCommand)
.de(de_PutScalingPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutScalingPolicyInput;
+ output: PutScalingPolicyOutput;
+ };
+ sdk: {
+ input: PutScalingPolicyCommandInput;
+ output: PutScalingPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/RegisterComputeCommand.ts b/clients/client-gamelift/src/commands/RegisterComputeCommand.ts
index 172ed0fdc873..f885d4859e73 100644
--- a/clients/client-gamelift/src/commands/RegisterComputeCommand.ts
+++ b/clients/client-gamelift/src/commands/RegisterComputeCommand.ts
@@ -175,4 +175,16 @@ export class RegisterComputeCommand extends $Command
.f(RegisterComputeInputFilterSensitiveLog, RegisterComputeOutputFilterSensitiveLog)
.ser(se_RegisterComputeCommand)
.de(de_RegisterComputeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterComputeInput;
+ output: RegisterComputeOutput;
+ };
+ sdk: {
+ input: RegisterComputeCommandInput;
+ output: RegisterComputeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/RegisterGameServerCommand.ts b/clients/client-gamelift/src/commands/RegisterGameServerCommand.ts
index 4d258bc8a233..85c5c9963ad0 100644
--- a/clients/client-gamelift/src/commands/RegisterGameServerCommand.ts
+++ b/clients/client-gamelift/src/commands/RegisterGameServerCommand.ts
@@ -136,4 +136,16 @@ export class RegisterGameServerCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterGameServerCommand)
.de(de_RegisterGameServerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterGameServerInput;
+ output: RegisterGameServerOutput;
+ };
+ sdk: {
+ input: RegisterGameServerCommandInput;
+ output: RegisterGameServerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/RequestUploadCredentialsCommand.ts b/clients/client-gamelift/src/commands/RequestUploadCredentialsCommand.ts
index 8d391fdb8e0f..131072405fd9 100644
--- a/clients/client-gamelift/src/commands/RequestUploadCredentialsCommand.ts
+++ b/clients/client-gamelift/src/commands/RequestUploadCredentialsCommand.ts
@@ -119,4 +119,16 @@ export class RequestUploadCredentialsCommand extends $Command
.f(void 0, RequestUploadCredentialsOutputFilterSensitiveLog)
.ser(se_RequestUploadCredentialsCommand)
.de(de_RequestUploadCredentialsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RequestUploadCredentialsInput;
+ output: RequestUploadCredentialsOutput;
+ };
+ sdk: {
+ input: RequestUploadCredentialsCommandInput;
+ output: RequestUploadCredentialsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/ResolveAliasCommand.ts b/clients/client-gamelift/src/commands/ResolveAliasCommand.ts
index e443dd64aeda..2af106f7a786 100644
--- a/clients/client-gamelift/src/commands/ResolveAliasCommand.ts
+++ b/clients/client-gamelift/src/commands/ResolveAliasCommand.ts
@@ -108,4 +108,16 @@ export class ResolveAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_ResolveAliasCommand)
.de(de_ResolveAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResolveAliasInput;
+ output: ResolveAliasOutput;
+ };
+ sdk: {
+ input: ResolveAliasCommandInput;
+ output: ResolveAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/ResumeGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/ResumeGameServerGroupCommand.ts
index 3cd6c9daec6c..85533980e1e1 100644
--- a/clients/client-gamelift/src/commands/ResumeGameServerGroupCommand.ts
+++ b/clients/client-gamelift/src/commands/ResumeGameServerGroupCommand.ts
@@ -134,4 +134,16 @@ export class ResumeGameServerGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_ResumeGameServerGroupCommand)
.de(de_ResumeGameServerGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResumeGameServerGroupInput;
+ output: ResumeGameServerGroupOutput;
+ };
+ sdk: {
+ input: ResumeGameServerGroupCommandInput;
+ output: ResumeGameServerGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/SearchGameSessionsCommand.ts b/clients/client-gamelift/src/commands/SearchGameSessionsCommand.ts
index d02f7f17d8e2..5098a5e7b178 100644
--- a/clients/client-gamelift/src/commands/SearchGameSessionsCommand.ts
+++ b/clients/client-gamelift/src/commands/SearchGameSessionsCommand.ts
@@ -219,4 +219,16 @@ export class SearchGameSessionsCommand extends $Command
.f(void 0, SearchGameSessionsOutputFilterSensitiveLog)
.ser(se_SearchGameSessionsCommand)
.de(de_SearchGameSessionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchGameSessionsInput;
+ output: SearchGameSessionsOutput;
+ };
+ sdk: {
+ input: SearchGameSessionsCommandInput;
+ output: SearchGameSessionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/StartFleetActionsCommand.ts b/clients/client-gamelift/src/commands/StartFleetActionsCommand.ts
index bda699af21fe..a6cc044569d3 100644
--- a/clients/client-gamelift/src/commands/StartFleetActionsCommand.ts
+++ b/clients/client-gamelift/src/commands/StartFleetActionsCommand.ts
@@ -122,4 +122,16 @@ export class StartFleetActionsCommand extends $Command
.f(void 0, void 0)
.ser(se_StartFleetActionsCommand)
.de(de_StartFleetActionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartFleetActionsInput;
+ output: StartFleetActionsOutput;
+ };
+ sdk: {
+ input: StartFleetActionsCommandInput;
+ output: StartFleetActionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/StartGameSessionPlacementCommand.ts b/clients/client-gamelift/src/commands/StartGameSessionPlacementCommand.ts
index 404525ed9ce1..2f5802be1e86 100644
--- a/clients/client-gamelift/src/commands/StartGameSessionPlacementCommand.ts
+++ b/clients/client-gamelift/src/commands/StartGameSessionPlacementCommand.ts
@@ -193,4 +193,16 @@ export class StartGameSessionPlacementCommand extends $Command
.f(StartGameSessionPlacementInputFilterSensitiveLog, StartGameSessionPlacementOutputFilterSensitiveLog)
.ser(se_StartGameSessionPlacementCommand)
.de(de_StartGameSessionPlacementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartGameSessionPlacementInput;
+ output: StartGameSessionPlacementOutput;
+ };
+ sdk: {
+ input: StartGameSessionPlacementCommandInput;
+ output: StartGameSessionPlacementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/StartMatchBackfillCommand.ts b/clients/client-gamelift/src/commands/StartMatchBackfillCommand.ts
index f565ffc37fa1..7f5cf5cd8c9b 100644
--- a/clients/client-gamelift/src/commands/StartMatchBackfillCommand.ts
+++ b/clients/client-gamelift/src/commands/StartMatchBackfillCommand.ts
@@ -199,4 +199,16 @@ export class StartMatchBackfillCommand extends $Command
.f(StartMatchBackfillInputFilterSensitiveLog, StartMatchBackfillOutputFilterSensitiveLog)
.ser(se_StartMatchBackfillCommand)
.de(de_StartMatchBackfillCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartMatchBackfillInput;
+ output: StartMatchBackfillOutput;
+ };
+ sdk: {
+ input: StartMatchBackfillCommandInput;
+ output: StartMatchBackfillCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/StartMatchmakingCommand.ts b/clients/client-gamelift/src/commands/StartMatchmakingCommand.ts
index b7ac90310541..3cccb4b52a77 100644
--- a/clients/client-gamelift/src/commands/StartMatchmakingCommand.ts
+++ b/clients/client-gamelift/src/commands/StartMatchmakingCommand.ts
@@ -190,4 +190,16 @@ export class StartMatchmakingCommand extends $Command
.f(StartMatchmakingInputFilterSensitiveLog, StartMatchmakingOutputFilterSensitiveLog)
.ser(se_StartMatchmakingCommand)
.de(de_StartMatchmakingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartMatchmakingInput;
+ output: StartMatchmakingOutput;
+ };
+ sdk: {
+ input: StartMatchmakingCommandInput;
+ output: StartMatchmakingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/StopFleetActionsCommand.ts b/clients/client-gamelift/src/commands/StopFleetActionsCommand.ts
index be26e0409a2f..888b11ff210d 100644
--- a/clients/client-gamelift/src/commands/StopFleetActionsCommand.ts
+++ b/clients/client-gamelift/src/commands/StopFleetActionsCommand.ts
@@ -126,4 +126,16 @@ export class StopFleetActionsCommand extends $Command
.f(void 0, void 0)
.ser(se_StopFleetActionsCommand)
.de(de_StopFleetActionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopFleetActionsInput;
+ output: StopFleetActionsOutput;
+ };
+ sdk: {
+ input: StopFleetActionsCommandInput;
+ output: StopFleetActionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/StopGameSessionPlacementCommand.ts b/clients/client-gamelift/src/commands/StopGameSessionPlacementCommand.ts
index b6bcceaa271f..f0f2ec736fc9 100644
--- a/clients/client-gamelift/src/commands/StopGameSessionPlacementCommand.ts
+++ b/clients/client-gamelift/src/commands/StopGameSessionPlacementCommand.ts
@@ -132,4 +132,16 @@ export class StopGameSessionPlacementCommand extends $Command
.f(void 0, StopGameSessionPlacementOutputFilterSensitiveLog)
.ser(se_StopGameSessionPlacementCommand)
.de(de_StopGameSessionPlacementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopGameSessionPlacementInput;
+ output: StopGameSessionPlacementOutput;
+ };
+ sdk: {
+ input: StopGameSessionPlacementCommandInput;
+ output: StopGameSessionPlacementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/StopMatchmakingCommand.ts b/clients/client-gamelift/src/commands/StopMatchmakingCommand.ts
index 2fa3c0a57a61..fefe4ec86430 100644
--- a/clients/client-gamelift/src/commands/StopMatchmakingCommand.ts
+++ b/clients/client-gamelift/src/commands/StopMatchmakingCommand.ts
@@ -107,4 +107,16 @@ export class StopMatchmakingCommand extends $Command
.f(void 0, void 0)
.ser(se_StopMatchmakingCommand)
.de(de_StopMatchmakingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopMatchmakingInput;
+ output: {};
+ };
+ sdk: {
+ input: StopMatchmakingCommandInput;
+ output: StopMatchmakingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/SuspendGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/SuspendGameServerGroupCommand.ts
index 31edaf8294fe..adc32e7594cf 100644
--- a/clients/client-gamelift/src/commands/SuspendGameServerGroupCommand.ts
+++ b/clients/client-gamelift/src/commands/SuspendGameServerGroupCommand.ts
@@ -143,4 +143,16 @@ export class SuspendGameServerGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_SuspendGameServerGroupCommand)
.de(de_SuspendGameServerGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SuspendGameServerGroupInput;
+ output: SuspendGameServerGroupOutput;
+ };
+ sdk: {
+ input: SuspendGameServerGroupCommandInput;
+ output: SuspendGameServerGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/TagResourceCommand.ts b/clients/client-gamelift/src/commands/TagResourceCommand.ts
index 192ee6fa19ca..28196b59b362 100644
--- a/clients/client-gamelift/src/commands/TagResourceCommand.ts
+++ b/clients/client-gamelift/src/commands/TagResourceCommand.ts
@@ -120,4 +120,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/UntagResourceCommand.ts b/clients/client-gamelift/src/commands/UntagResourceCommand.ts
index a895c255ff86..d10a69263852 100644
--- a/clients/client-gamelift/src/commands/UntagResourceCommand.ts
+++ b/clients/client-gamelift/src/commands/UntagResourceCommand.ts
@@ -116,4 +116,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/UpdateAliasCommand.ts b/clients/client-gamelift/src/commands/UpdateAliasCommand.ts
index 97da4db3b9b8..801de4d4c44a 100644
--- a/clients/client-gamelift/src/commands/UpdateAliasCommand.ts
+++ b/clients/client-gamelift/src/commands/UpdateAliasCommand.ts
@@ -118,4 +118,16 @@ export class UpdateAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAliasCommand)
.de(de_UpdateAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAliasInput;
+ output: UpdateAliasOutput;
+ };
+ sdk: {
+ input: UpdateAliasCommandInput;
+ output: UpdateAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/UpdateBuildCommand.ts b/clients/client-gamelift/src/commands/UpdateBuildCommand.ts
index ee1ceb1797c5..70dac483a48a 100644
--- a/clients/client-gamelift/src/commands/UpdateBuildCommand.ts
+++ b/clients/client-gamelift/src/commands/UpdateBuildCommand.ts
@@ -115,4 +115,16 @@ export class UpdateBuildCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateBuildCommand)
.de(de_UpdateBuildCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBuildInput;
+ output: UpdateBuildOutput;
+ };
+ sdk: {
+ input: UpdateBuildCommandInput;
+ output: UpdateBuildCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/UpdateFleetAttributesCommand.ts b/clients/client-gamelift/src/commands/UpdateFleetAttributesCommand.ts
index c1c0658ffb94..fabdf6c468cf 100644
--- a/clients/client-gamelift/src/commands/UpdateFleetAttributesCommand.ts
+++ b/clients/client-gamelift/src/commands/UpdateFleetAttributesCommand.ts
@@ -130,4 +130,16 @@ export class UpdateFleetAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFleetAttributesCommand)
.de(de_UpdateFleetAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFleetAttributesInput;
+ output: UpdateFleetAttributesOutput;
+ };
+ sdk: {
+ input: UpdateFleetAttributesCommandInput;
+ output: UpdateFleetAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/UpdateFleetCapacityCommand.ts b/clients/client-gamelift/src/commands/UpdateFleetCapacityCommand.ts
index b1301eba1e49..2442aade5bf6 100644
--- a/clients/client-gamelift/src/commands/UpdateFleetCapacityCommand.ts
+++ b/clients/client-gamelift/src/commands/UpdateFleetCapacityCommand.ts
@@ -156,4 +156,16 @@ export class UpdateFleetCapacityCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFleetCapacityCommand)
.de(de_UpdateFleetCapacityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFleetCapacityInput;
+ output: UpdateFleetCapacityOutput;
+ };
+ sdk: {
+ input: UpdateFleetCapacityCommandInput;
+ output: UpdateFleetCapacityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/UpdateFleetPortSettingsCommand.ts b/clients/client-gamelift/src/commands/UpdateFleetPortSettingsCommand.ts
index d4d975bc75d8..bc29fd958a43 100644
--- a/clients/client-gamelift/src/commands/UpdateFleetPortSettingsCommand.ts
+++ b/clients/client-gamelift/src/commands/UpdateFleetPortSettingsCommand.ts
@@ -146,4 +146,16 @@ export class UpdateFleetPortSettingsCommand extends $Command
.f(UpdateFleetPortSettingsInputFilterSensitiveLog, void 0)
.ser(se_UpdateFleetPortSettingsCommand)
.de(de_UpdateFleetPortSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFleetPortSettingsInput;
+ output: UpdateFleetPortSettingsOutput;
+ };
+ sdk: {
+ input: UpdateFleetPortSettingsCommandInput;
+ output: UpdateFleetPortSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/UpdateGameServerCommand.ts b/clients/client-gamelift/src/commands/UpdateGameServerCommand.ts
index b6e8143cac94..e33522588446 100644
--- a/clients/client-gamelift/src/commands/UpdateGameServerCommand.ts
+++ b/clients/client-gamelift/src/commands/UpdateGameServerCommand.ts
@@ -143,4 +143,16 @@ export class UpdateGameServerCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateGameServerCommand)
.de(de_UpdateGameServerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGameServerInput;
+ output: UpdateGameServerOutput;
+ };
+ sdk: {
+ input: UpdateGameServerCommandInput;
+ output: UpdateGameServerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/UpdateGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/UpdateGameServerGroupCommand.ts
index 3039d9c5e476..273f1b861a41 100644
--- a/clients/client-gamelift/src/commands/UpdateGameServerGroupCommand.ts
+++ b/clients/client-gamelift/src/commands/UpdateGameServerGroupCommand.ts
@@ -137,4 +137,16 @@ export class UpdateGameServerGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateGameServerGroupCommand)
.de(de_UpdateGameServerGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGameServerGroupInput;
+ output: UpdateGameServerGroupOutput;
+ };
+ sdk: {
+ input: UpdateGameServerGroupCommandInput;
+ output: UpdateGameServerGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/UpdateGameSessionCommand.ts b/clients/client-gamelift/src/commands/UpdateGameSessionCommand.ts
index 7352ebb75fa4..287b04feee0a 100644
--- a/clients/client-gamelift/src/commands/UpdateGameSessionCommand.ts
+++ b/clients/client-gamelift/src/commands/UpdateGameSessionCommand.ts
@@ -147,4 +147,16 @@ export class UpdateGameSessionCommand extends $Command
.f(void 0, UpdateGameSessionOutputFilterSensitiveLog)
.ser(se_UpdateGameSessionCommand)
.de(de_UpdateGameSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGameSessionInput;
+ output: UpdateGameSessionOutput;
+ };
+ sdk: {
+ input: UpdateGameSessionCommandInput;
+ output: UpdateGameSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/UpdateGameSessionQueueCommand.ts b/clients/client-gamelift/src/commands/UpdateGameSessionQueueCommand.ts
index 55ca0813ab05..506991719818 100644
--- a/clients/client-gamelift/src/commands/UpdateGameSessionQueueCommand.ts
+++ b/clients/client-gamelift/src/commands/UpdateGameSessionQueueCommand.ts
@@ -158,4 +158,16 @@ export class UpdateGameSessionQueueCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateGameSessionQueueCommand)
.de(de_UpdateGameSessionQueueCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGameSessionQueueInput;
+ output: UpdateGameSessionQueueOutput;
+ };
+ sdk: {
+ input: UpdateGameSessionQueueCommandInput;
+ output: UpdateGameSessionQueueCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/UpdateMatchmakingConfigurationCommand.ts b/clients/client-gamelift/src/commands/UpdateMatchmakingConfigurationCommand.ts
index 3d944cdf9893..b3fbeb16ad1b 100644
--- a/clients/client-gamelift/src/commands/UpdateMatchmakingConfigurationCommand.ts
+++ b/clients/client-gamelift/src/commands/UpdateMatchmakingConfigurationCommand.ts
@@ -150,4 +150,16 @@ export class UpdateMatchmakingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateMatchmakingConfigurationCommand)
.de(de_UpdateMatchmakingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMatchmakingConfigurationInput;
+ output: UpdateMatchmakingConfigurationOutput;
+ };
+ sdk: {
+ input: UpdateMatchmakingConfigurationCommandInput;
+ output: UpdateMatchmakingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/UpdateRuntimeConfigurationCommand.ts b/clients/client-gamelift/src/commands/UpdateRuntimeConfigurationCommand.ts
index f4490a215a18..afbd5dd77306 100644
--- a/clients/client-gamelift/src/commands/UpdateRuntimeConfigurationCommand.ts
+++ b/clients/client-gamelift/src/commands/UpdateRuntimeConfigurationCommand.ts
@@ -142,4 +142,16 @@ export class UpdateRuntimeConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRuntimeConfigurationCommand)
.de(de_UpdateRuntimeConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRuntimeConfigurationInput;
+ output: UpdateRuntimeConfigurationOutput;
+ };
+ sdk: {
+ input: UpdateRuntimeConfigurationCommandInput;
+ output: UpdateRuntimeConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/UpdateScriptCommand.ts b/clients/client-gamelift/src/commands/UpdateScriptCommand.ts
index 894ee2324aed..0770751fb927 100644
--- a/clients/client-gamelift/src/commands/UpdateScriptCommand.ts
+++ b/clients/client-gamelift/src/commands/UpdateScriptCommand.ts
@@ -134,4 +134,16 @@ export class UpdateScriptCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateScriptCommand)
.de(de_UpdateScriptCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateScriptInput;
+ output: UpdateScriptOutput;
+ };
+ sdk: {
+ input: UpdateScriptCommandInput;
+ output: UpdateScriptCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-gamelift/src/commands/ValidateMatchmakingRuleSetCommand.ts b/clients/client-gamelift/src/commands/ValidateMatchmakingRuleSetCommand.ts
index e71f683d3633..7fe6cd2c8d32 100644
--- a/clients/client-gamelift/src/commands/ValidateMatchmakingRuleSetCommand.ts
+++ b/clients/client-gamelift/src/commands/ValidateMatchmakingRuleSetCommand.ts
@@ -101,4 +101,16 @@ export class ValidateMatchmakingRuleSetCommand extends $Command
.f(void 0, void 0)
.ser(se_ValidateMatchmakingRuleSetCommand)
.de(de_ValidateMatchmakingRuleSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ValidateMatchmakingRuleSetInput;
+ output: ValidateMatchmakingRuleSetOutput;
+ };
+ sdk: {
+ input: ValidateMatchmakingRuleSetCommandInput;
+ output: ValidateMatchmakingRuleSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/package.json b/clients/client-glacier/package.json
index 6ebb6e66a899..e7b267eb9bfc 100644
--- a/clients/client-glacier/package.json
+++ b/clients/client-glacier/package.json
@@ -36,33 +36,33 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
- "@smithy/util-stream": "^3.1.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
+ "@smithy/util-stream": "^3.1.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2"
},
"devDependencies": {
diff --git a/clients/client-glacier/src/commands/AbortMultipartUploadCommand.ts b/clients/client-glacier/src/commands/AbortMultipartUploadCommand.ts
index 9c6caab01386..a9aca879bd82 100644
--- a/clients/client-glacier/src/commands/AbortMultipartUploadCommand.ts
+++ b/clients/client-glacier/src/commands/AbortMultipartUploadCommand.ts
@@ -120,4 +120,16 @@ export class AbortMultipartUploadCommand extends $Command
.f(void 0, void 0)
.ser(se_AbortMultipartUploadCommand)
.de(de_AbortMultipartUploadCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AbortMultipartUploadInput;
+ output: {};
+ };
+ sdk: {
+ input: AbortMultipartUploadCommandInput;
+ output: AbortMultipartUploadCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/AbortVaultLockCommand.ts b/clients/client-glacier/src/commands/AbortVaultLockCommand.ts
index fd85571cee4a..86dcf94035fd 100644
--- a/clients/client-glacier/src/commands/AbortVaultLockCommand.ts
+++ b/clients/client-glacier/src/commands/AbortVaultLockCommand.ts
@@ -114,4 +114,16 @@ export class AbortVaultLockCommand extends $Command
.f(void 0, void 0)
.ser(se_AbortVaultLockCommand)
.de(de_AbortVaultLockCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AbortVaultLockInput;
+ output: {};
+ };
+ sdk: {
+ input: AbortVaultLockCommandInput;
+ output: AbortVaultLockCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/AddTagsToVaultCommand.ts b/clients/client-glacier/src/commands/AddTagsToVaultCommand.ts
index fc99784f936b..9ebcd1559291 100644
--- a/clients/client-glacier/src/commands/AddTagsToVaultCommand.ts
+++ b/clients/client-glacier/src/commands/AddTagsToVaultCommand.ts
@@ -116,4 +116,16 @@ export class AddTagsToVaultCommand extends $Command
.f(void 0, void 0)
.ser(se_AddTagsToVaultCommand)
.de(de_AddTagsToVaultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddTagsToVaultInput;
+ output: {};
+ };
+ sdk: {
+ input: AddTagsToVaultCommandInput;
+ output: AddTagsToVaultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/CompleteMultipartUploadCommand.ts b/clients/client-glacier/src/commands/CompleteMultipartUploadCommand.ts
index 853f5536044e..c50dae2de562 100644
--- a/clients/client-glacier/src/commands/CompleteMultipartUploadCommand.ts
+++ b/clients/client-glacier/src/commands/CompleteMultipartUploadCommand.ts
@@ -155,4 +155,16 @@ export class CompleteMultipartUploadCommand extends $Command
.f(void 0, void 0)
.ser(se_CompleteMultipartUploadCommand)
.de(de_CompleteMultipartUploadCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CompleteMultipartUploadInput;
+ output: ArchiveCreationOutput;
+ };
+ sdk: {
+ input: CompleteMultipartUploadCommandInput;
+ output: CompleteMultipartUploadCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/CompleteVaultLockCommand.ts b/clients/client-glacier/src/commands/CompleteVaultLockCommand.ts
index eec95bffa5e5..516e5b13573c 100644
--- a/clients/client-glacier/src/commands/CompleteVaultLockCommand.ts
+++ b/clients/client-glacier/src/commands/CompleteVaultLockCommand.ts
@@ -116,4 +116,16 @@ export class CompleteVaultLockCommand extends $Command
.f(void 0, void 0)
.ser(se_CompleteVaultLockCommand)
.de(de_CompleteVaultLockCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CompleteVaultLockInput;
+ output: {};
+ };
+ sdk: {
+ input: CompleteVaultLockCommandInput;
+ output: CompleteVaultLockCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/CreateVaultCommand.ts b/clients/client-glacier/src/commands/CreateVaultCommand.ts
index c9c1efd8cf2e..db8ed47b2f5b 100644
--- a/clients/client-glacier/src/commands/CreateVaultCommand.ts
+++ b/clients/client-glacier/src/commands/CreateVaultCommand.ts
@@ -130,4 +130,16 @@ export class CreateVaultCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVaultCommand)
.de(de_CreateVaultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVaultInput;
+ output: CreateVaultOutput;
+ };
+ sdk: {
+ input: CreateVaultCommandInput;
+ output: CreateVaultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/DeleteArchiveCommand.ts b/clients/client-glacier/src/commands/DeleteArchiveCommand.ts
index 512c91be6a6b..c8221669079b 100644
--- a/clients/client-glacier/src/commands/DeleteArchiveCommand.ts
+++ b/clients/client-glacier/src/commands/DeleteArchiveCommand.ts
@@ -129,4 +129,16 @@ export class DeleteArchiveCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteArchiveCommand)
.de(de_DeleteArchiveCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteArchiveInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteArchiveCommandInput;
+ output: DeleteArchiveCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/DeleteVaultAccessPolicyCommand.ts b/clients/client-glacier/src/commands/DeleteVaultAccessPolicyCommand.ts
index d70492ad0a30..83dd6871bf40 100644
--- a/clients/client-glacier/src/commands/DeleteVaultAccessPolicyCommand.ts
+++ b/clients/client-glacier/src/commands/DeleteVaultAccessPolicyCommand.ts
@@ -107,4 +107,16 @@ export class DeleteVaultAccessPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVaultAccessPolicyCommand)
.de(de_DeleteVaultAccessPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVaultAccessPolicyInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVaultAccessPolicyCommandInput;
+ output: DeleteVaultAccessPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/DeleteVaultCommand.ts b/clients/client-glacier/src/commands/DeleteVaultCommand.ts
index fba47b1b14bd..e0c2f4012445 100644
--- a/clients/client-glacier/src/commands/DeleteVaultCommand.ts
+++ b/clients/client-glacier/src/commands/DeleteVaultCommand.ts
@@ -120,4 +120,16 @@ export class DeleteVaultCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVaultCommand)
.de(de_DeleteVaultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVaultInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVaultCommandInput;
+ output: DeleteVaultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/DeleteVaultNotificationsCommand.ts b/clients/client-glacier/src/commands/DeleteVaultNotificationsCommand.ts
index b93104b6a0e8..43f2acf81aa4 100644
--- a/clients/client-glacier/src/commands/DeleteVaultNotificationsCommand.ts
+++ b/clients/client-glacier/src/commands/DeleteVaultNotificationsCommand.ts
@@ -113,4 +113,16 @@ export class DeleteVaultNotificationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVaultNotificationsCommand)
.de(de_DeleteVaultNotificationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVaultNotificationsInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVaultNotificationsCommandInput;
+ output: DeleteVaultNotificationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/DescribeJobCommand.ts b/clients/client-glacier/src/commands/DescribeJobCommand.ts
index 45931be5874a..2e1bf188cf81 100644
--- a/clients/client-glacier/src/commands/DescribeJobCommand.ts
+++ b/clients/client-glacier/src/commands/DescribeJobCommand.ts
@@ -219,4 +219,16 @@ export class DescribeJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeJobCommand)
.de(de_DescribeJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeJobInput;
+ output: GlacierJobDescription;
+ };
+ sdk: {
+ input: DescribeJobCommandInput;
+ output: DescribeJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/DescribeVaultCommand.ts b/clients/client-glacier/src/commands/DescribeVaultCommand.ts
index 5fc1d7188078..515ba8f804a5 100644
--- a/clients/client-glacier/src/commands/DescribeVaultCommand.ts
+++ b/clients/client-glacier/src/commands/DescribeVaultCommand.ts
@@ -134,4 +134,16 @@ export class DescribeVaultCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVaultCommand)
.de(de_DescribeVaultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVaultInput;
+ output: DescribeVaultOutput;
+ };
+ sdk: {
+ input: DescribeVaultCommandInput;
+ output: DescribeVaultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/GetDataRetrievalPolicyCommand.ts b/clients/client-glacier/src/commands/GetDataRetrievalPolicyCommand.ts
index 77cceeac24e0..dd88812f75d0 100644
--- a/clients/client-glacier/src/commands/GetDataRetrievalPolicyCommand.ts
+++ b/clients/client-glacier/src/commands/GetDataRetrievalPolicyCommand.ts
@@ -118,4 +118,16 @@ export class GetDataRetrievalPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataRetrievalPolicyCommand)
.de(de_GetDataRetrievalPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataRetrievalPolicyInput;
+ output: GetDataRetrievalPolicyOutput;
+ };
+ sdk: {
+ input: GetDataRetrievalPolicyCommandInput;
+ output: GetDataRetrievalPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/GetJobOutputCommand.ts b/clients/client-glacier/src/commands/GetJobOutputCommand.ts
index 1907a0907aa2..c6f95359f619 100644
--- a/clients/client-glacier/src/commands/GetJobOutputCommand.ts
+++ b/clients/client-glacier/src/commands/GetJobOutputCommand.ts
@@ -159,4 +159,16 @@ export class GetJobOutputCommand extends $Command
.f(void 0, GetJobOutputOutputFilterSensitiveLog)
.ser(se_GetJobOutputCommand)
.de(de_GetJobOutputCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetJobOutputInput;
+ output: GetJobOutputOutput;
+ };
+ sdk: {
+ input: GetJobOutputCommandInput;
+ output: GetJobOutputCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/GetVaultAccessPolicyCommand.ts b/clients/client-glacier/src/commands/GetVaultAccessPolicyCommand.ts
index 5c1f08364e01..b2773c65a410 100644
--- a/clients/client-glacier/src/commands/GetVaultAccessPolicyCommand.ts
+++ b/clients/client-glacier/src/commands/GetVaultAccessPolicyCommand.ts
@@ -117,4 +117,16 @@ export class GetVaultAccessPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVaultAccessPolicyCommand)
.de(de_GetVaultAccessPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVaultAccessPolicyInput;
+ output: GetVaultAccessPolicyOutput;
+ };
+ sdk: {
+ input: GetVaultAccessPolicyCommandInput;
+ output: GetVaultAccessPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/GetVaultLockCommand.ts b/clients/client-glacier/src/commands/GetVaultLockCommand.ts
index a83e4b51e8a2..18c422a6fbaf 100644
--- a/clients/client-glacier/src/commands/GetVaultLockCommand.ts
+++ b/clients/client-glacier/src/commands/GetVaultLockCommand.ts
@@ -141,4 +141,16 @@ export class GetVaultLockCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVaultLockCommand)
.de(de_GetVaultLockCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVaultLockInput;
+ output: GetVaultLockOutput;
+ };
+ sdk: {
+ input: GetVaultLockCommandInput;
+ output: GetVaultLockCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/GetVaultNotificationsCommand.ts b/clients/client-glacier/src/commands/GetVaultNotificationsCommand.ts
index 556b4969ae82..5e381d1cc99b 100644
--- a/clients/client-glacier/src/commands/GetVaultNotificationsCommand.ts
+++ b/clients/client-glacier/src/commands/GetVaultNotificationsCommand.ts
@@ -134,4 +134,16 @@ export class GetVaultNotificationsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVaultNotificationsCommand)
.de(de_GetVaultNotificationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVaultNotificationsInput;
+ output: GetVaultNotificationsOutput;
+ };
+ sdk: {
+ input: GetVaultNotificationsCommandInput;
+ output: GetVaultNotificationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/InitiateJobCommand.ts b/clients/client-glacier/src/commands/InitiateJobCommand.ts
index 06ab26f86685..8dd5f5517175 100644
--- a/clients/client-glacier/src/commands/InitiateJobCommand.ts
+++ b/clients/client-glacier/src/commands/InitiateJobCommand.ts
@@ -199,4 +199,16 @@ export class InitiateJobCommand extends $Command
.f(void 0, void 0)
.ser(se_InitiateJobCommand)
.de(de_InitiateJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: InitiateJobInput;
+ output: InitiateJobOutput;
+ };
+ sdk: {
+ input: InitiateJobCommandInput;
+ output: InitiateJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/InitiateMultipartUploadCommand.ts b/clients/client-glacier/src/commands/InitiateMultipartUploadCommand.ts
index ffd6b5fd1b5f..d59fc8343777 100644
--- a/clients/client-glacier/src/commands/InitiateMultipartUploadCommand.ts
+++ b/clients/client-glacier/src/commands/InitiateMultipartUploadCommand.ts
@@ -146,4 +146,16 @@ export class InitiateMultipartUploadCommand extends $Command
.f(void 0, void 0)
.ser(se_InitiateMultipartUploadCommand)
.de(de_InitiateMultipartUploadCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: InitiateMultipartUploadInput;
+ output: InitiateMultipartUploadOutput;
+ };
+ sdk: {
+ input: InitiateMultipartUploadCommandInput;
+ output: InitiateMultipartUploadCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/InitiateVaultLockCommand.ts b/clients/client-glacier/src/commands/InitiateVaultLockCommand.ts
index 4ee736ee2810..fae70897a5c2 100644
--- a/clients/client-glacier/src/commands/InitiateVaultLockCommand.ts
+++ b/clients/client-glacier/src/commands/InitiateVaultLockCommand.ts
@@ -148,4 +148,16 @@ export class InitiateVaultLockCommand extends $Command
.f(void 0, void 0)
.ser(se_InitiateVaultLockCommand)
.de(de_InitiateVaultLockCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: InitiateVaultLockInput;
+ output: InitiateVaultLockOutput;
+ };
+ sdk: {
+ input: InitiateVaultLockCommandInput;
+ output: InitiateVaultLockCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/ListJobsCommand.ts b/clients/client-glacier/src/commands/ListJobsCommand.ts
index 84b5f2b5d305..73cfab7da927 100644
--- a/clients/client-glacier/src/commands/ListJobsCommand.ts
+++ b/clients/client-glacier/src/commands/ListJobsCommand.ts
@@ -257,4 +257,16 @@ export class ListJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListJobsCommand)
.de(de_ListJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListJobsInput;
+ output: ListJobsOutput;
+ };
+ sdk: {
+ input: ListJobsCommandInput;
+ output: ListJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/ListMultipartUploadsCommand.ts b/clients/client-glacier/src/commands/ListMultipartUploadsCommand.ts
index 198b017c899b..76580d4a6131 100644
--- a/clients/client-glacier/src/commands/ListMultipartUploadsCommand.ts
+++ b/clients/client-glacier/src/commands/ListMultipartUploadsCommand.ts
@@ -167,4 +167,16 @@ export class ListMultipartUploadsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMultipartUploadsCommand)
.de(de_ListMultipartUploadsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMultipartUploadsInput;
+ output: ListMultipartUploadsOutput;
+ };
+ sdk: {
+ input: ListMultipartUploadsCommandInput;
+ output: ListMultipartUploadsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/ListPartsCommand.ts b/clients/client-glacier/src/commands/ListPartsCommand.ts
index 6c73875e840c..bce9ef0f2c97 100644
--- a/clients/client-glacier/src/commands/ListPartsCommand.ts
+++ b/clients/client-glacier/src/commands/ListPartsCommand.ts
@@ -159,4 +159,16 @@ export class ListPartsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPartsCommand)
.de(de_ListPartsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPartsInput;
+ output: ListPartsOutput;
+ };
+ sdk: {
+ input: ListPartsCommandInput;
+ output: ListPartsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/ListProvisionedCapacityCommand.ts b/clients/client-glacier/src/commands/ListProvisionedCapacityCommand.ts
index e2ee9d2f4550..380c8b482ff9 100644
--- a/clients/client-glacier/src/commands/ListProvisionedCapacityCommand.ts
+++ b/clients/client-glacier/src/commands/ListProvisionedCapacityCommand.ts
@@ -120,4 +120,16 @@ export class ListProvisionedCapacityCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProvisionedCapacityCommand)
.de(de_ListProvisionedCapacityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProvisionedCapacityInput;
+ output: ListProvisionedCapacityOutput;
+ };
+ sdk: {
+ input: ListProvisionedCapacityCommandInput;
+ output: ListProvisionedCapacityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/ListTagsForVaultCommand.ts b/clients/client-glacier/src/commands/ListTagsForVaultCommand.ts
index 0340ba468e6d..acafd96c4403 100644
--- a/clients/client-glacier/src/commands/ListTagsForVaultCommand.ts
+++ b/clients/client-glacier/src/commands/ListTagsForVaultCommand.ts
@@ -115,4 +115,16 @@ export class ListTagsForVaultCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForVaultCommand)
.de(de_ListTagsForVaultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForVaultInput;
+ output: ListTagsForVaultOutput;
+ };
+ sdk: {
+ input: ListTagsForVaultCommandInput;
+ output: ListTagsForVaultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/ListVaultsCommand.ts b/clients/client-glacier/src/commands/ListVaultsCommand.ts
index 301633c05c99..75d8bc7cd1b9 100644
--- a/clients/client-glacier/src/commands/ListVaultsCommand.ts
+++ b/clients/client-glacier/src/commands/ListVaultsCommand.ts
@@ -147,4 +147,16 @@ export class ListVaultsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListVaultsCommand)
.de(de_ListVaultsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVaultsInput;
+ output: ListVaultsOutput;
+ };
+ sdk: {
+ input: ListVaultsCommandInput;
+ output: ListVaultsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/PurchaseProvisionedCapacityCommand.ts b/clients/client-glacier/src/commands/PurchaseProvisionedCapacityCommand.ts
index 259518ab63c8..8481c31fbe93 100644
--- a/clients/client-glacier/src/commands/PurchaseProvisionedCapacityCommand.ts
+++ b/clients/client-glacier/src/commands/PurchaseProvisionedCapacityCommand.ts
@@ -108,4 +108,16 @@ export class PurchaseProvisionedCapacityCommand extends $Command
.f(void 0, void 0)
.ser(se_PurchaseProvisionedCapacityCommand)
.de(de_PurchaseProvisionedCapacityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PurchaseProvisionedCapacityInput;
+ output: PurchaseProvisionedCapacityOutput;
+ };
+ sdk: {
+ input: PurchaseProvisionedCapacityCommandInput;
+ output: PurchaseProvisionedCapacityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/RemoveTagsFromVaultCommand.ts b/clients/client-glacier/src/commands/RemoveTagsFromVaultCommand.ts
index 70182a9ebcd8..abb32babd6d0 100644
--- a/clients/client-glacier/src/commands/RemoveTagsFromVaultCommand.ts
+++ b/clients/client-glacier/src/commands/RemoveTagsFromVaultCommand.ts
@@ -111,4 +111,16 @@ export class RemoveTagsFromVaultCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveTagsFromVaultCommand)
.de(de_RemoveTagsFromVaultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveTagsFromVaultInput;
+ output: {};
+ };
+ sdk: {
+ input: RemoveTagsFromVaultCommandInput;
+ output: RemoveTagsFromVaultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/SetDataRetrievalPolicyCommand.ts b/clients/client-glacier/src/commands/SetDataRetrievalPolicyCommand.ts
index 6a0795ad30e4..1c85c4586e00 100644
--- a/clients/client-glacier/src/commands/SetDataRetrievalPolicyCommand.ts
+++ b/clients/client-glacier/src/commands/SetDataRetrievalPolicyCommand.ts
@@ -116,4 +116,16 @@ export class SetDataRetrievalPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_SetDataRetrievalPolicyCommand)
.de(de_SetDataRetrievalPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetDataRetrievalPolicyInput;
+ output: {};
+ };
+ sdk: {
+ input: SetDataRetrievalPolicyCommandInput;
+ output: SetDataRetrievalPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/SetVaultAccessPolicyCommand.ts b/clients/client-glacier/src/commands/SetVaultAccessPolicyCommand.ts
index d347f1664f27..abd72741fb73 100644
--- a/clients/client-glacier/src/commands/SetVaultAccessPolicyCommand.ts
+++ b/clients/client-glacier/src/commands/SetVaultAccessPolicyCommand.ts
@@ -112,4 +112,16 @@ export class SetVaultAccessPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_SetVaultAccessPolicyCommand)
.de(de_SetVaultAccessPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetVaultAccessPolicyInput;
+ output: {};
+ };
+ sdk: {
+ input: SetVaultAccessPolicyCommandInput;
+ output: SetVaultAccessPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/SetVaultNotificationsCommand.ts b/clients/client-glacier/src/commands/SetVaultNotificationsCommand.ts
index 260d0a12cd94..ee58a9d6b524 100644
--- a/clients/client-glacier/src/commands/SetVaultNotificationsCommand.ts
+++ b/clients/client-glacier/src/commands/SetVaultNotificationsCommand.ts
@@ -151,4 +151,16 @@ export class SetVaultNotificationsCommand extends $Command
.f(void 0, void 0)
.ser(se_SetVaultNotificationsCommand)
.de(de_SetVaultNotificationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetVaultNotificationsInput;
+ output: {};
+ };
+ sdk: {
+ input: SetVaultNotificationsCommandInput;
+ output: SetVaultNotificationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/UploadArchiveCommand.ts b/clients/client-glacier/src/commands/UploadArchiveCommand.ts
index e46728eaf808..b75562cd0887 100644
--- a/clients/client-glacier/src/commands/UploadArchiveCommand.ts
+++ b/clients/client-glacier/src/commands/UploadArchiveCommand.ts
@@ -156,4 +156,16 @@ export class UploadArchiveCommand extends $Command
.f(UploadArchiveInputFilterSensitiveLog, void 0)
.ser(se_UploadArchiveCommand)
.de(de_UploadArchiveCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UploadArchiveInput;
+ output: ArchiveCreationOutput;
+ };
+ sdk: {
+ input: UploadArchiveCommandInput;
+ output: UploadArchiveCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glacier/src/commands/UploadMultipartPartCommand.ts b/clients/client-glacier/src/commands/UploadMultipartPartCommand.ts
index 0c3f2cbb28f5..99a874a302e3 100644
--- a/clients/client-glacier/src/commands/UploadMultipartPartCommand.ts
+++ b/clients/client-glacier/src/commands/UploadMultipartPartCommand.ts
@@ -177,4 +177,16 @@ export class UploadMultipartPartCommand extends $Command
.f(UploadMultipartPartInputFilterSensitiveLog, void 0)
.ser(se_UploadMultipartPartCommand)
.de(de_UploadMultipartPartCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UploadMultipartPartInput;
+ output: UploadMultipartPartOutput;
+ };
+ sdk: {
+ input: UploadMultipartPartCommandInput;
+ output: UploadMultipartPartCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/package.json b/clients/client-global-accelerator/package.json
index 41fcd7dee00e..ff7f7285a83b 100644
--- a/clients/client-global-accelerator/package.json
+++ b/clients/client-global-accelerator/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-global-accelerator/src/commands/AddCustomRoutingEndpointsCommand.ts b/clients/client-global-accelerator/src/commands/AddCustomRoutingEndpointsCommand.ts
index 77e0c4ce2bb5..bebd75b7e763 100644
--- a/clients/client-global-accelerator/src/commands/AddCustomRoutingEndpointsCommand.ts
+++ b/clients/client-global-accelerator/src/commands/AddCustomRoutingEndpointsCommand.ts
@@ -123,4 +123,16 @@ export class AddCustomRoutingEndpointsCommand extends $Command
.f(void 0, void 0)
.ser(se_AddCustomRoutingEndpointsCommand)
.de(de_AddCustomRoutingEndpointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddCustomRoutingEndpointsRequest;
+ output: AddCustomRoutingEndpointsResponse;
+ };
+ sdk: {
+ input: AddCustomRoutingEndpointsCommandInput;
+ output: AddCustomRoutingEndpointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/AddEndpointsCommand.ts b/clients/client-global-accelerator/src/commands/AddEndpointsCommand.ts
index 0e64ee072504..08c5b04085ea 100644
--- a/clients/client-global-accelerator/src/commands/AddEndpointsCommand.ts
+++ b/clients/client-global-accelerator/src/commands/AddEndpointsCommand.ts
@@ -135,4 +135,16 @@ export class AddEndpointsCommand extends $Command
.f(void 0, void 0)
.ser(se_AddEndpointsCommand)
.de(de_AddEndpointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddEndpointsRequest;
+ output: AddEndpointsResponse;
+ };
+ sdk: {
+ input: AddEndpointsCommandInput;
+ output: AddEndpointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/AdvertiseByoipCidrCommand.ts b/clients/client-global-accelerator/src/commands/AdvertiseByoipCidrCommand.ts
index 47d32befada2..82d32033ce2b 100644
--- a/clients/client-global-accelerator/src/commands/AdvertiseByoipCidrCommand.ts
+++ b/clients/client-global-accelerator/src/commands/AdvertiseByoipCidrCommand.ts
@@ -112,4 +112,16 @@ export class AdvertiseByoipCidrCommand extends $Command
.f(void 0, void 0)
.ser(se_AdvertiseByoipCidrCommand)
.de(de_AdvertiseByoipCidrCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AdvertiseByoipCidrRequest;
+ output: AdvertiseByoipCidrResponse;
+ };
+ sdk: {
+ input: AdvertiseByoipCidrCommandInput;
+ output: AdvertiseByoipCidrCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/AllowCustomRoutingTrafficCommand.ts b/clients/client-global-accelerator/src/commands/AllowCustomRoutingTrafficCommand.ts
index 986f9b21ebfc..295b42c8a4ca 100644
--- a/clients/client-global-accelerator/src/commands/AllowCustomRoutingTrafficCommand.ts
+++ b/clients/client-global-accelerator/src/commands/AllowCustomRoutingTrafficCommand.ts
@@ -101,4 +101,16 @@ export class AllowCustomRoutingTrafficCommand extends $Command
.f(void 0, void 0)
.ser(se_AllowCustomRoutingTrafficCommand)
.de(de_AllowCustomRoutingTrafficCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AllowCustomRoutingTrafficRequest;
+ output: {};
+ };
+ sdk: {
+ input: AllowCustomRoutingTrafficCommandInput;
+ output: AllowCustomRoutingTrafficCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/CreateAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/CreateAcceleratorCommand.ts
index 980f0e8b7707..50b5736e8fda 100644
--- a/clients/client-global-accelerator/src/commands/CreateAcceleratorCommand.ts
+++ b/clients/client-global-accelerator/src/commands/CreateAcceleratorCommand.ts
@@ -139,4 +139,16 @@ export class CreateAcceleratorCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAcceleratorCommand)
.de(de_CreateAcceleratorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAcceleratorRequest;
+ output: CreateAcceleratorResponse;
+ };
+ sdk: {
+ input: CreateAcceleratorCommandInput;
+ output: CreateAcceleratorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/CreateCrossAccountAttachmentCommand.ts b/clients/client-global-accelerator/src/commands/CreateCrossAccountAttachmentCommand.ts
index b1d4249e2446..8fa63efe0de9 100644
--- a/clients/client-global-accelerator/src/commands/CreateCrossAccountAttachmentCommand.ts
+++ b/clients/client-global-accelerator/src/commands/CreateCrossAccountAttachmentCommand.ts
@@ -150,4 +150,16 @@ export class CreateCrossAccountAttachmentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCrossAccountAttachmentCommand)
.de(de_CreateCrossAccountAttachmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCrossAccountAttachmentRequest;
+ output: CreateCrossAccountAttachmentResponse;
+ };
+ sdk: {
+ input: CreateCrossAccountAttachmentCommandInput;
+ output: CreateCrossAccountAttachmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/CreateCustomRoutingAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/CreateCustomRoutingAcceleratorCommand.ts
index 2aa521a44255..1bcf36cc80c5 100644
--- a/clients/client-global-accelerator/src/commands/CreateCustomRoutingAcceleratorCommand.ts
+++ b/clients/client-global-accelerator/src/commands/CreateCustomRoutingAcceleratorCommand.ts
@@ -141,4 +141,16 @@ export class CreateCustomRoutingAcceleratorCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCustomRoutingAcceleratorCommand)
.de(de_CreateCustomRoutingAcceleratorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCustomRoutingAcceleratorRequest;
+ output: CreateCustomRoutingAcceleratorResponse;
+ };
+ sdk: {
+ input: CreateCustomRoutingAcceleratorCommandInput;
+ output: CreateCustomRoutingAcceleratorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/CreateCustomRoutingEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/CreateCustomRoutingEndpointGroupCommand.ts
index eaa7d41f2bc3..b71e495b423c 100644
--- a/clients/client-global-accelerator/src/commands/CreateCustomRoutingEndpointGroupCommand.ts
+++ b/clients/client-global-accelerator/src/commands/CreateCustomRoutingEndpointGroupCommand.ts
@@ -140,4 +140,16 @@ export class CreateCustomRoutingEndpointGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCustomRoutingEndpointGroupCommand)
.de(de_CreateCustomRoutingEndpointGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCustomRoutingEndpointGroupRequest;
+ output: CreateCustomRoutingEndpointGroupResponse;
+ };
+ sdk: {
+ input: CreateCustomRoutingEndpointGroupCommandInput;
+ output: CreateCustomRoutingEndpointGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/CreateCustomRoutingListenerCommand.ts b/clients/client-global-accelerator/src/commands/CreateCustomRoutingListenerCommand.ts
index a1adc16028fb..0bec04c3c017 100644
--- a/clients/client-global-accelerator/src/commands/CreateCustomRoutingListenerCommand.ts
+++ b/clients/client-global-accelerator/src/commands/CreateCustomRoutingListenerCommand.ts
@@ -114,4 +114,16 @@ export class CreateCustomRoutingListenerCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCustomRoutingListenerCommand)
.de(de_CreateCustomRoutingListenerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCustomRoutingListenerRequest;
+ output: CreateCustomRoutingListenerResponse;
+ };
+ sdk: {
+ input: CreateCustomRoutingListenerCommandInput;
+ output: CreateCustomRoutingListenerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/CreateEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/CreateEndpointGroupCommand.ts
index 129801c956c6..02f5c049692a 100644
--- a/clients/client-global-accelerator/src/commands/CreateEndpointGroupCommand.ts
+++ b/clients/client-global-accelerator/src/commands/CreateEndpointGroupCommand.ts
@@ -152,4 +152,16 @@ export class CreateEndpointGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEndpointGroupCommand)
.de(de_CreateEndpointGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEndpointGroupRequest;
+ output: CreateEndpointGroupResponse;
+ };
+ sdk: {
+ input: CreateEndpointGroupCommandInput;
+ output: CreateEndpointGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/CreateListenerCommand.ts b/clients/client-global-accelerator/src/commands/CreateListenerCommand.ts
index aef73ccac120..8b37a08e4b38 100644
--- a/clients/client-global-accelerator/src/commands/CreateListenerCommand.ts
+++ b/clients/client-global-accelerator/src/commands/CreateListenerCommand.ts
@@ -116,4 +116,16 @@ export class CreateListenerCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateListenerCommand)
.de(de_CreateListenerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateListenerRequest;
+ output: CreateListenerResponse;
+ };
+ sdk: {
+ input: CreateListenerCommandInput;
+ output: CreateListenerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/DeleteAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/DeleteAcceleratorCommand.ts
index e98fd8faabc7..625042f5ea8a 100644
--- a/clients/client-global-accelerator/src/commands/DeleteAcceleratorCommand.ts
+++ b/clients/client-global-accelerator/src/commands/DeleteAcceleratorCommand.ts
@@ -111,4 +111,16 @@ export class DeleteAcceleratorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAcceleratorCommand)
.de(de_DeleteAcceleratorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAcceleratorRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAcceleratorCommandInput;
+ output: DeleteAcceleratorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/DeleteCrossAccountAttachmentCommand.ts b/clients/client-global-accelerator/src/commands/DeleteCrossAccountAttachmentCommand.ts
index 4b9eb9c64729..f8402bcd36ca 100644
--- a/clients/client-global-accelerator/src/commands/DeleteCrossAccountAttachmentCommand.ts
+++ b/clients/client-global-accelerator/src/commands/DeleteCrossAccountAttachmentCommand.ts
@@ -102,4 +102,16 @@ export class DeleteCrossAccountAttachmentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCrossAccountAttachmentCommand)
.de(de_DeleteCrossAccountAttachmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCrossAccountAttachmentRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCrossAccountAttachmentCommandInput;
+ output: DeleteCrossAccountAttachmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingAcceleratorCommand.ts
index 04fc625b62b4..c4a74150825b 100644
--- a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingAcceleratorCommand.ts
+++ b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingAcceleratorCommand.ts
@@ -114,4 +114,16 @@ export class DeleteCustomRoutingAcceleratorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCustomRoutingAcceleratorCommand)
.de(de_DeleteCustomRoutingAcceleratorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCustomRoutingAcceleratorRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCustomRoutingAcceleratorCommandInput;
+ output: DeleteCustomRoutingAcceleratorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingEndpointGroupCommand.ts
index 796b3b2aa74d..93f6eb6a5802 100644
--- a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingEndpointGroupCommand.ts
+++ b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingEndpointGroupCommand.ts
@@ -91,4 +91,16 @@ export class DeleteCustomRoutingEndpointGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCustomRoutingEndpointGroupCommand)
.de(de_DeleteCustomRoutingEndpointGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCustomRoutingEndpointGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCustomRoutingEndpointGroupCommandInput;
+ output: DeleteCustomRoutingEndpointGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingListenerCommand.ts b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingListenerCommand.ts
index e16faafa1050..d357321d6352 100644
--- a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingListenerCommand.ts
+++ b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingListenerCommand.ts
@@ -92,4 +92,16 @@ export class DeleteCustomRoutingListenerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCustomRoutingListenerCommand)
.de(de_DeleteCustomRoutingListenerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCustomRoutingListenerRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCustomRoutingListenerCommandInput;
+ output: DeleteCustomRoutingListenerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/DeleteEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/DeleteEndpointGroupCommand.ts
index 9646e764c77f..dd214ca4ec81 100644
--- a/clients/client-global-accelerator/src/commands/DeleteEndpointGroupCommand.ts
+++ b/clients/client-global-accelerator/src/commands/DeleteEndpointGroupCommand.ts
@@ -88,4 +88,16 @@ export class DeleteEndpointGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEndpointGroupCommand)
.de(de_DeleteEndpointGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEndpointGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEndpointGroupCommandInput;
+ output: DeleteEndpointGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/DeleteListenerCommand.ts b/clients/client-global-accelerator/src/commands/DeleteListenerCommand.ts
index 3a200494e7c8..693dffed254a 100644
--- a/clients/client-global-accelerator/src/commands/DeleteListenerCommand.ts
+++ b/clients/client-global-accelerator/src/commands/DeleteListenerCommand.ts
@@ -92,4 +92,16 @@ export class DeleteListenerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteListenerCommand)
.de(de_DeleteListenerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteListenerRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteListenerCommandInput;
+ output: DeleteListenerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/DenyCustomRoutingTrafficCommand.ts b/clients/client-global-accelerator/src/commands/DenyCustomRoutingTrafficCommand.ts
index 638e385d4258..a8ce1d8df6be 100644
--- a/clients/client-global-accelerator/src/commands/DenyCustomRoutingTrafficCommand.ts
+++ b/clients/client-global-accelerator/src/commands/DenyCustomRoutingTrafficCommand.ts
@@ -101,4 +101,16 @@ export class DenyCustomRoutingTrafficCommand extends $Command
.f(void 0, void 0)
.ser(se_DenyCustomRoutingTrafficCommand)
.de(de_DenyCustomRoutingTrafficCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DenyCustomRoutingTrafficRequest;
+ output: {};
+ };
+ sdk: {
+ input: DenyCustomRoutingTrafficCommandInput;
+ output: DenyCustomRoutingTrafficCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/DeprovisionByoipCidrCommand.ts b/clients/client-global-accelerator/src/commands/DeprovisionByoipCidrCommand.ts
index 63bc825efdf9..0afdc81d38ce 100644
--- a/clients/client-global-accelerator/src/commands/DeprovisionByoipCidrCommand.ts
+++ b/clients/client-global-accelerator/src/commands/DeprovisionByoipCidrCommand.ts
@@ -112,4 +112,16 @@ export class DeprovisionByoipCidrCommand extends $Command
.f(void 0, void 0)
.ser(se_DeprovisionByoipCidrCommand)
.de(de_DeprovisionByoipCidrCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeprovisionByoipCidrRequest;
+ output: DeprovisionByoipCidrResponse;
+ };
+ sdk: {
+ input: DeprovisionByoipCidrCommandInput;
+ output: DeprovisionByoipCidrCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/DescribeAcceleratorAttributesCommand.ts b/clients/client-global-accelerator/src/commands/DescribeAcceleratorAttributesCommand.ts
index 3018a9c2369f..0720e7264e82 100644
--- a/clients/client-global-accelerator/src/commands/DescribeAcceleratorAttributesCommand.ts
+++ b/clients/client-global-accelerator/src/commands/DescribeAcceleratorAttributesCommand.ts
@@ -100,4 +100,16 @@ export class DescribeAcceleratorAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAcceleratorAttributesCommand)
.de(de_DescribeAcceleratorAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAcceleratorAttributesRequest;
+ output: DescribeAcceleratorAttributesResponse;
+ };
+ sdk: {
+ input: DescribeAcceleratorAttributesCommandInput;
+ output: DescribeAcceleratorAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/DescribeAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/DescribeAcceleratorCommand.ts
index 1e16e86a5f9e..04c886aeeb26 100644
--- a/clients/client-global-accelerator/src/commands/DescribeAcceleratorCommand.ts
+++ b/clients/client-global-accelerator/src/commands/DescribeAcceleratorCommand.ts
@@ -115,4 +115,16 @@ export class DescribeAcceleratorCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAcceleratorCommand)
.de(de_DescribeAcceleratorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAcceleratorRequest;
+ output: DescribeAcceleratorResponse;
+ };
+ sdk: {
+ input: DescribeAcceleratorCommandInput;
+ output: DescribeAcceleratorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/DescribeCrossAccountAttachmentCommand.ts b/clients/client-global-accelerator/src/commands/DescribeCrossAccountAttachmentCommand.ts
index 4cbc8808ffa0..d891e5c62157 100644
--- a/clients/client-global-accelerator/src/commands/DescribeCrossAccountAttachmentCommand.ts
+++ b/clients/client-global-accelerator/src/commands/DescribeCrossAccountAttachmentCommand.ts
@@ -113,4 +113,16 @@ export class DescribeCrossAccountAttachmentCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCrossAccountAttachmentCommand)
.de(de_DescribeCrossAccountAttachmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCrossAccountAttachmentRequest;
+ output: DescribeCrossAccountAttachmentResponse;
+ };
+ sdk: {
+ input: DescribeCrossAccountAttachmentCommandInput;
+ output: DescribeCrossAccountAttachmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts
index 9c4aa8c05e5e..bce12ef85caa 100644
--- a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts
+++ b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts
@@ -103,4 +103,16 @@ export class DescribeCustomRoutingAcceleratorAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCustomRoutingAcceleratorAttributesCommand)
.de(de_DescribeCustomRoutingAcceleratorAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCustomRoutingAcceleratorAttributesRequest;
+ output: DescribeCustomRoutingAcceleratorAttributesResponse;
+ };
+ sdk: {
+ input: DescribeCustomRoutingAcceleratorAttributesCommandInput;
+ output: DescribeCustomRoutingAcceleratorAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorCommand.ts
index 4bb775acea9f..fc140bd59d3f 100644
--- a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorCommand.ts
+++ b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorCommand.ts
@@ -113,4 +113,16 @@ export class DescribeCustomRoutingAcceleratorCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCustomRoutingAcceleratorCommand)
.de(de_DescribeCustomRoutingAcceleratorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCustomRoutingAcceleratorRequest;
+ output: DescribeCustomRoutingAcceleratorResponse;
+ };
+ sdk: {
+ input: DescribeCustomRoutingAcceleratorCommandInput;
+ output: DescribeCustomRoutingAcceleratorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingEndpointGroupCommand.ts
index dd9fbb7f385d..8abbe3b64b01 100644
--- a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingEndpointGroupCommand.ts
+++ b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingEndpointGroupCommand.ts
@@ -115,4 +115,16 @@ export class DescribeCustomRoutingEndpointGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCustomRoutingEndpointGroupCommand)
.de(de_DescribeCustomRoutingEndpointGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCustomRoutingEndpointGroupRequest;
+ output: DescribeCustomRoutingEndpointGroupResponse;
+ };
+ sdk: {
+ input: DescribeCustomRoutingEndpointGroupCommandInput;
+ output: DescribeCustomRoutingEndpointGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingListenerCommand.ts b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingListenerCommand.ts
index 83c206f3a01c..f727840ed712 100644
--- a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingListenerCommand.ts
+++ b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingListenerCommand.ts
@@ -103,4 +103,16 @@ export class DescribeCustomRoutingListenerCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCustomRoutingListenerCommand)
.de(de_DescribeCustomRoutingListenerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCustomRoutingListenerRequest;
+ output: DescribeCustomRoutingListenerResponse;
+ };
+ sdk: {
+ input: DescribeCustomRoutingListenerCommandInput;
+ output: DescribeCustomRoutingListenerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/DescribeEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/DescribeEndpointGroupCommand.ts
index 1c379886702e..faae6e3f3a1d 100644
--- a/clients/client-global-accelerator/src/commands/DescribeEndpointGroupCommand.ts
+++ b/clients/client-global-accelerator/src/commands/DescribeEndpointGroupCommand.ts
@@ -114,4 +114,16 @@ export class DescribeEndpointGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEndpointGroupCommand)
.de(de_DescribeEndpointGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEndpointGroupRequest;
+ output: DescribeEndpointGroupResponse;
+ };
+ sdk: {
+ input: DescribeEndpointGroupCommandInput;
+ output: DescribeEndpointGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/DescribeListenerCommand.ts b/clients/client-global-accelerator/src/commands/DescribeListenerCommand.ts
index f4c878adb150..07cdd26f40fe 100644
--- a/clients/client-global-accelerator/src/commands/DescribeListenerCommand.ts
+++ b/clients/client-global-accelerator/src/commands/DescribeListenerCommand.ts
@@ -100,4 +100,16 @@ export class DescribeListenerCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeListenerCommand)
.de(de_DescribeListenerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeListenerRequest;
+ output: DescribeListenerResponse;
+ };
+ sdk: {
+ input: DescribeListenerCommandInput;
+ output: DescribeListenerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/ListAcceleratorsCommand.ts b/clients/client-global-accelerator/src/commands/ListAcceleratorsCommand.ts
index 73fffd2bd28e..470c914e385a 100644
--- a/clients/client-global-accelerator/src/commands/ListAcceleratorsCommand.ts
+++ b/clients/client-global-accelerator/src/commands/ListAcceleratorsCommand.ts
@@ -119,4 +119,16 @@ export class ListAcceleratorsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAcceleratorsCommand)
.de(de_ListAcceleratorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAcceleratorsRequest;
+ output: ListAcceleratorsResponse;
+ };
+ sdk: {
+ input: ListAcceleratorsCommandInput;
+ output: ListAcceleratorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/ListByoipCidrsCommand.ts b/clients/client-global-accelerator/src/commands/ListByoipCidrsCommand.ts
index 1f62fc17d3ce..8feef811e629 100644
--- a/clients/client-global-accelerator/src/commands/ListByoipCidrsCommand.ts
+++ b/clients/client-global-accelerator/src/commands/ListByoipCidrsCommand.ts
@@ -107,4 +107,16 @@ export class ListByoipCidrsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListByoipCidrsCommand)
.de(de_ListByoipCidrsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListByoipCidrsRequest;
+ output: ListByoipCidrsResponse;
+ };
+ sdk: {
+ input: ListByoipCidrsCommandInput;
+ output: ListByoipCidrsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/ListCrossAccountAttachmentsCommand.ts b/clients/client-global-accelerator/src/commands/ListCrossAccountAttachmentsCommand.ts
index a59396c0ad54..2ccbb6beb8dd 100644
--- a/clients/client-global-accelerator/src/commands/ListCrossAccountAttachmentsCommand.ts
+++ b/clients/client-global-accelerator/src/commands/ListCrossAccountAttachmentsCommand.ts
@@ -114,4 +114,16 @@ export class ListCrossAccountAttachmentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCrossAccountAttachmentsCommand)
.de(de_ListCrossAccountAttachmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCrossAccountAttachmentsRequest;
+ output: ListCrossAccountAttachmentsResponse;
+ };
+ sdk: {
+ input: ListCrossAccountAttachmentsCommandInput;
+ output: ListCrossAccountAttachmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/ListCrossAccountResourceAccountsCommand.ts b/clients/client-global-accelerator/src/commands/ListCrossAccountResourceAccountsCommand.ts
index 926534a1d9f9..11e166b7502f 100644
--- a/clients/client-global-accelerator/src/commands/ListCrossAccountResourceAccountsCommand.ts
+++ b/clients/client-global-accelerator/src/commands/ListCrossAccountResourceAccountsCommand.ts
@@ -95,4 +95,16 @@ export class ListCrossAccountResourceAccountsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCrossAccountResourceAccountsCommand)
.de(de_ListCrossAccountResourceAccountsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: ListCrossAccountResourceAccountsResponse;
+ };
+ sdk: {
+ input: ListCrossAccountResourceAccountsCommandInput;
+ output: ListCrossAccountResourceAccountsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/ListCrossAccountResourcesCommand.ts b/clients/client-global-accelerator/src/commands/ListCrossAccountResourcesCommand.ts
index 2ee69325497e..016b3f72d6a7 100644
--- a/clients/client-global-accelerator/src/commands/ListCrossAccountResourcesCommand.ts
+++ b/clients/client-global-accelerator/src/commands/ListCrossAccountResourcesCommand.ts
@@ -106,4 +106,16 @@ export class ListCrossAccountResourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCrossAccountResourcesCommand)
.de(de_ListCrossAccountResourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCrossAccountResourcesRequest;
+ output: ListCrossAccountResourcesResponse;
+ };
+ sdk: {
+ input: ListCrossAccountResourcesCommandInput;
+ output: ListCrossAccountResourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingAcceleratorsCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingAcceleratorsCommand.ts
index d07b3b9dae24..3bbadd29106c 100644
--- a/clients/client-global-accelerator/src/commands/ListCustomRoutingAcceleratorsCommand.ts
+++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingAcceleratorsCommand.ts
@@ -117,4 +117,16 @@ export class ListCustomRoutingAcceleratorsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCustomRoutingAcceleratorsCommand)
.de(de_ListCustomRoutingAcceleratorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCustomRoutingAcceleratorsRequest;
+ output: ListCustomRoutingAcceleratorsResponse;
+ };
+ sdk: {
+ input: ListCustomRoutingAcceleratorsCommandInput;
+ output: ListCustomRoutingAcceleratorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingEndpointGroupsCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingEndpointGroupsCommand.ts
index 562676fd978d..eb2b96b0c86d 100644
--- a/clients/client-global-accelerator/src/commands/ListCustomRoutingEndpointGroupsCommand.ts
+++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingEndpointGroupsCommand.ts
@@ -120,4 +120,16 @@ export class ListCustomRoutingEndpointGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCustomRoutingEndpointGroupsCommand)
.de(de_ListCustomRoutingEndpointGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCustomRoutingEndpointGroupsRequest;
+ output: ListCustomRoutingEndpointGroupsResponse;
+ };
+ sdk: {
+ input: ListCustomRoutingEndpointGroupsCommandInput;
+ output: ListCustomRoutingEndpointGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingListenersCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingListenersCommand.ts
index 65ab9589db67..858d8dfc2ee5 100644
--- a/clients/client-global-accelerator/src/commands/ListCustomRoutingListenersCommand.ts
+++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingListenersCommand.ts
@@ -106,4 +106,16 @@ export class ListCustomRoutingListenersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCustomRoutingListenersCommand)
.de(de_ListCustomRoutingListenersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCustomRoutingListenersRequest;
+ output: ListCustomRoutingListenersResponse;
+ };
+ sdk: {
+ input: ListCustomRoutingListenersCommandInput;
+ output: ListCustomRoutingListenersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts
index 2f942d6f4356..cbcfa62784e8 100644
--- a/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts
+++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts
@@ -128,4 +128,16 @@ export class ListCustomRoutingPortMappingsByDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCustomRoutingPortMappingsByDestinationCommand)
.de(de_ListCustomRoutingPortMappingsByDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCustomRoutingPortMappingsByDestinationRequest;
+ output: ListCustomRoutingPortMappingsByDestinationResponse;
+ };
+ sdk: {
+ input: ListCustomRoutingPortMappingsByDestinationCommandInput;
+ output: ListCustomRoutingPortMappingsByDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsCommand.ts
index 7ce66f176c4e..d33a3f970197 100644
--- a/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsCommand.ts
+++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsCommand.ts
@@ -127,4 +127,16 @@ export class ListCustomRoutingPortMappingsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCustomRoutingPortMappingsCommand)
.de(de_ListCustomRoutingPortMappingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCustomRoutingPortMappingsRequest;
+ output: ListCustomRoutingPortMappingsResponse;
+ };
+ sdk: {
+ input: ListCustomRoutingPortMappingsCommandInput;
+ output: ListCustomRoutingPortMappingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/ListEndpointGroupsCommand.ts b/clients/client-global-accelerator/src/commands/ListEndpointGroupsCommand.ts
index 6587b5a56f5f..8e39aa97ade8 100644
--- a/clients/client-global-accelerator/src/commands/ListEndpointGroupsCommand.ts
+++ b/clients/client-global-accelerator/src/commands/ListEndpointGroupsCommand.ts
@@ -122,4 +122,16 @@ export class ListEndpointGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEndpointGroupsCommand)
.de(de_ListEndpointGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEndpointGroupsRequest;
+ output: ListEndpointGroupsResponse;
+ };
+ sdk: {
+ input: ListEndpointGroupsCommandInput;
+ output: ListEndpointGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/ListListenersCommand.ts b/clients/client-global-accelerator/src/commands/ListListenersCommand.ts
index 74773eda6c65..2191d6634956 100644
--- a/clients/client-global-accelerator/src/commands/ListListenersCommand.ts
+++ b/clients/client-global-accelerator/src/commands/ListListenersCommand.ts
@@ -108,4 +108,16 @@ export class ListListenersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListListenersCommand)
.de(de_ListListenersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListListenersRequest;
+ output: ListListenersResponse;
+ };
+ sdk: {
+ input: ListListenersCommandInput;
+ output: ListListenersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/ListTagsForResourceCommand.ts b/clients/client-global-accelerator/src/commands/ListTagsForResourceCommand.ts
index c83c8bdca891..32ac9b56996c 100644
--- a/clients/client-global-accelerator/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-global-accelerator/src/commands/ListTagsForResourceCommand.ts
@@ -106,4 +106,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/ProvisionByoipCidrCommand.ts b/clients/client-global-accelerator/src/commands/ProvisionByoipCidrCommand.ts
index b3a5299ead1d..1fb26763a620 100644
--- a/clients/client-global-accelerator/src/commands/ProvisionByoipCidrCommand.ts
+++ b/clients/client-global-accelerator/src/commands/ProvisionByoipCidrCommand.ts
@@ -115,4 +115,16 @@ export class ProvisionByoipCidrCommand extends $Command
.f(void 0, void 0)
.ser(se_ProvisionByoipCidrCommand)
.de(de_ProvisionByoipCidrCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ProvisionByoipCidrRequest;
+ output: ProvisionByoipCidrResponse;
+ };
+ sdk: {
+ input: ProvisionByoipCidrCommandInput;
+ output: ProvisionByoipCidrCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/RemoveCustomRoutingEndpointsCommand.ts b/clients/client-global-accelerator/src/commands/RemoveCustomRoutingEndpointsCommand.ts
index 5a2530ea4864..60fedcf70669 100644
--- a/clients/client-global-accelerator/src/commands/RemoveCustomRoutingEndpointsCommand.ts
+++ b/clients/client-global-accelerator/src/commands/RemoveCustomRoutingEndpointsCommand.ts
@@ -103,4 +103,16 @@ export class RemoveCustomRoutingEndpointsCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveCustomRoutingEndpointsCommand)
.de(de_RemoveCustomRoutingEndpointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveCustomRoutingEndpointsRequest;
+ output: {};
+ };
+ sdk: {
+ input: RemoveCustomRoutingEndpointsCommandInput;
+ output: RemoveCustomRoutingEndpointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/RemoveEndpointsCommand.ts b/clients/client-global-accelerator/src/commands/RemoveEndpointsCommand.ts
index a636a0c00619..12a4b1dcc132 100644
--- a/clients/client-global-accelerator/src/commands/RemoveEndpointsCommand.ts
+++ b/clients/client-global-accelerator/src/commands/RemoveEndpointsCommand.ts
@@ -116,4 +116,16 @@ export class RemoveEndpointsCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveEndpointsCommand)
.de(de_RemoveEndpointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveEndpointsRequest;
+ output: {};
+ };
+ sdk: {
+ input: RemoveEndpointsCommandInput;
+ output: RemoveEndpointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/TagResourceCommand.ts b/clients/client-global-accelerator/src/commands/TagResourceCommand.ts
index fa8052fb4a4e..2020bf7ecd7b 100644
--- a/clients/client-global-accelerator/src/commands/TagResourceCommand.ts
+++ b/clients/client-global-accelerator/src/commands/TagResourceCommand.ts
@@ -96,4 +96,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/UntagResourceCommand.ts b/clients/client-global-accelerator/src/commands/UntagResourceCommand.ts
index ccc212ac30d7..33c4d426f2f8 100644
--- a/clients/client-global-accelerator/src/commands/UntagResourceCommand.ts
+++ b/clients/client-global-accelerator/src/commands/UntagResourceCommand.ts
@@ -94,4 +94,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/UpdateAcceleratorAttributesCommand.ts b/clients/client-global-accelerator/src/commands/UpdateAcceleratorAttributesCommand.ts
index bb6d77d5e309..0a587448ac41 100644
--- a/clients/client-global-accelerator/src/commands/UpdateAcceleratorAttributesCommand.ts
+++ b/clients/client-global-accelerator/src/commands/UpdateAcceleratorAttributesCommand.ts
@@ -105,4 +105,16 @@ export class UpdateAcceleratorAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAcceleratorAttributesCommand)
.de(de_UpdateAcceleratorAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAcceleratorAttributesRequest;
+ output: UpdateAcceleratorAttributesResponse;
+ };
+ sdk: {
+ input: UpdateAcceleratorAttributesCommandInput;
+ output: UpdateAcceleratorAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/UpdateAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/UpdateAcceleratorCommand.ts
index 7601857ceb1d..4c3ec6cca8b3 100644
--- a/clients/client-global-accelerator/src/commands/UpdateAcceleratorCommand.ts
+++ b/clients/client-global-accelerator/src/commands/UpdateAcceleratorCommand.ts
@@ -152,4 +152,16 @@ export class UpdateAcceleratorCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAcceleratorCommand)
.de(de_UpdateAcceleratorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAcceleratorRequest;
+ output: UpdateAcceleratorResponse;
+ };
+ sdk: {
+ input: UpdateAcceleratorCommandInput;
+ output: UpdateAcceleratorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/UpdateCrossAccountAttachmentCommand.ts b/clients/client-global-accelerator/src/commands/UpdateCrossAccountAttachmentCommand.ts
index 5a3239d88b2a..bf27e7ddb4a7 100644
--- a/clients/client-global-accelerator/src/commands/UpdateCrossAccountAttachmentCommand.ts
+++ b/clients/client-global-accelerator/src/commands/UpdateCrossAccountAttachmentCommand.ts
@@ -145,4 +145,16 @@ export class UpdateCrossAccountAttachmentCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCrossAccountAttachmentCommand)
.de(de_UpdateCrossAccountAttachmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCrossAccountAttachmentRequest;
+ output: UpdateCrossAccountAttachmentResponse;
+ };
+ sdk: {
+ input: UpdateCrossAccountAttachmentCommandInput;
+ output: UpdateCrossAccountAttachmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts
index 2112cc82a8f0..9e6ad15ca1d4 100644
--- a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts
+++ b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts
@@ -112,4 +112,16 @@ export class UpdateCustomRoutingAcceleratorAttributesCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCustomRoutingAcceleratorAttributesCommand)
.de(de_UpdateCustomRoutingAcceleratorAttributesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCustomRoutingAcceleratorAttributesRequest;
+ output: UpdateCustomRoutingAcceleratorAttributesResponse;
+ };
+ sdk: {
+ input: UpdateCustomRoutingAcceleratorAttributesCommandInput;
+ output: UpdateCustomRoutingAcceleratorAttributesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorCommand.ts
index 25d1537dc764..30eef6efe6ae 100644
--- a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorCommand.ts
+++ b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorCommand.ts
@@ -125,4 +125,16 @@ export class UpdateCustomRoutingAcceleratorCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCustomRoutingAcceleratorCommand)
.de(de_UpdateCustomRoutingAcceleratorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCustomRoutingAcceleratorRequest;
+ output: UpdateCustomRoutingAcceleratorResponse;
+ };
+ sdk: {
+ input: UpdateCustomRoutingAcceleratorCommandInput;
+ output: UpdateCustomRoutingAcceleratorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingListenerCommand.ts b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingListenerCommand.ts
index f762673634a9..a4306515eb49 100644
--- a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingListenerCommand.ts
+++ b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingListenerCommand.ts
@@ -112,4 +112,16 @@ export class UpdateCustomRoutingListenerCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCustomRoutingListenerCommand)
.de(de_UpdateCustomRoutingListenerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCustomRoutingListenerRequest;
+ output: UpdateCustomRoutingListenerResponse;
+ };
+ sdk: {
+ input: UpdateCustomRoutingListenerCommandInput;
+ output: UpdateCustomRoutingListenerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/UpdateEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/UpdateEndpointGroupCommand.ts
index ecfb3a809387..63ca54b97250 100644
--- a/clients/client-global-accelerator/src/commands/UpdateEndpointGroupCommand.ts
+++ b/clients/client-global-accelerator/src/commands/UpdateEndpointGroupCommand.ts
@@ -140,4 +140,16 @@ export class UpdateEndpointGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEndpointGroupCommand)
.de(de_UpdateEndpointGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEndpointGroupRequest;
+ output: UpdateEndpointGroupResponse;
+ };
+ sdk: {
+ input: UpdateEndpointGroupCommandInput;
+ output: UpdateEndpointGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/UpdateListenerCommand.ts b/clients/client-global-accelerator/src/commands/UpdateListenerCommand.ts
index 069b99777fb5..a9fd4878ad1e 100644
--- a/clients/client-global-accelerator/src/commands/UpdateListenerCommand.ts
+++ b/clients/client-global-accelerator/src/commands/UpdateListenerCommand.ts
@@ -114,4 +114,16 @@ export class UpdateListenerCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateListenerCommand)
.de(de_UpdateListenerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateListenerRequest;
+ output: UpdateListenerResponse;
+ };
+ sdk: {
+ input: UpdateListenerCommandInput;
+ output: UpdateListenerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-global-accelerator/src/commands/WithdrawByoipCidrCommand.ts b/clients/client-global-accelerator/src/commands/WithdrawByoipCidrCommand.ts
index c9c7a8da617a..b6d18241e97f 100644
--- a/clients/client-global-accelerator/src/commands/WithdrawByoipCidrCommand.ts
+++ b/clients/client-global-accelerator/src/commands/WithdrawByoipCidrCommand.ts
@@ -112,4 +112,16 @@ export class WithdrawByoipCidrCommand extends $Command
.f(void 0, void 0)
.ser(se_WithdrawByoipCidrCommand)
.de(de_WithdrawByoipCidrCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: WithdrawByoipCidrRequest;
+ output: WithdrawByoipCidrResponse;
+ };
+ sdk: {
+ input: WithdrawByoipCidrCommandInput;
+ output: WithdrawByoipCidrCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/package.json b/clients/client-glue/package.json
index 17219af69d3d..73cb8977a927 100644
--- a/clients/client-glue/package.json
+++ b/clients/client-glue/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-glue/src/commands/BatchCreatePartitionCommand.ts b/clients/client-glue/src/commands/BatchCreatePartitionCommand.ts
index fbf6b7468ef4..99ce3c4d2a5f 100644
--- a/clients/client-glue/src/commands/BatchCreatePartitionCommand.ts
+++ b/clients/client-glue/src/commands/BatchCreatePartitionCommand.ts
@@ -178,4 +178,16 @@ export class BatchCreatePartitionCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchCreatePartitionCommand)
.de(de_BatchCreatePartitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchCreatePartitionRequest;
+ output: BatchCreatePartitionResponse;
+ };
+ sdk: {
+ input: BatchCreatePartitionCommandInput;
+ output: BatchCreatePartitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/BatchDeleteConnectionCommand.ts b/clients/client-glue/src/commands/BatchDeleteConnectionCommand.ts
index 10b3062721b8..0858b4754d9c 100644
--- a/clients/client-glue/src/commands/BatchDeleteConnectionCommand.ts
+++ b/clients/client-glue/src/commands/BatchDeleteConnectionCommand.ts
@@ -94,4 +94,16 @@ export class BatchDeleteConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDeleteConnectionCommand)
.de(de_BatchDeleteConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDeleteConnectionRequest;
+ output: BatchDeleteConnectionResponse;
+ };
+ sdk: {
+ input: BatchDeleteConnectionCommandInput;
+ output: BatchDeleteConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/BatchDeletePartitionCommand.ts b/clients/client-glue/src/commands/BatchDeletePartitionCommand.ts
index a8f3b6298295..8ca692f9d546 100644
--- a/clients/client-glue/src/commands/BatchDeletePartitionCommand.ts
+++ b/clients/client-glue/src/commands/BatchDeletePartitionCommand.ts
@@ -108,4 +108,16 @@ export class BatchDeletePartitionCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDeletePartitionCommand)
.de(de_BatchDeletePartitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDeletePartitionRequest;
+ output: BatchDeletePartitionResponse;
+ };
+ sdk: {
+ input: BatchDeletePartitionCommandInput;
+ output: BatchDeletePartitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/BatchDeleteTableCommand.ts b/clients/client-glue/src/commands/BatchDeleteTableCommand.ts
index ccbf0912be03..9d8e8637d5b9 100644
--- a/clients/client-glue/src/commands/BatchDeleteTableCommand.ts
+++ b/clients/client-glue/src/commands/BatchDeleteTableCommand.ts
@@ -118,4 +118,16 @@ export class BatchDeleteTableCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDeleteTableCommand)
.de(de_BatchDeleteTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDeleteTableRequest;
+ output: BatchDeleteTableResponse;
+ };
+ sdk: {
+ input: BatchDeleteTableCommandInput;
+ output: BatchDeleteTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/BatchDeleteTableVersionCommand.ts b/clients/client-glue/src/commands/BatchDeleteTableVersionCommand.ts
index e898b7229667..23fc171a8b8a 100644
--- a/clients/client-glue/src/commands/BatchDeleteTableVersionCommand.ts
+++ b/clients/client-glue/src/commands/BatchDeleteTableVersionCommand.ts
@@ -103,4 +103,16 @@ export class BatchDeleteTableVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDeleteTableVersionCommand)
.de(de_BatchDeleteTableVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDeleteTableVersionRequest;
+ output: BatchDeleteTableVersionResponse;
+ };
+ sdk: {
+ input: BatchDeleteTableVersionCommandInput;
+ output: BatchDeleteTableVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/BatchGetBlueprintsCommand.ts b/clients/client-glue/src/commands/BatchGetBlueprintsCommand.ts
index e3f8b611a7d2..38d26c843e2e 100644
--- a/clients/client-glue/src/commands/BatchGetBlueprintsCommand.ts
+++ b/clients/client-glue/src/commands/BatchGetBlueprintsCommand.ts
@@ -112,4 +112,16 @@ export class BatchGetBlueprintsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetBlueprintsCommand)
.de(de_BatchGetBlueprintsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetBlueprintsRequest;
+ output: BatchGetBlueprintsResponse;
+ };
+ sdk: {
+ input: BatchGetBlueprintsCommandInput;
+ output: BatchGetBlueprintsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/BatchGetCrawlersCommand.ts b/clients/client-glue/src/commands/BatchGetCrawlersCommand.ts
index ed9ab9fda05f..a54c81e7a01b 100644
--- a/clients/client-glue/src/commands/BatchGetCrawlersCommand.ts
+++ b/clients/client-glue/src/commands/BatchGetCrawlersCommand.ts
@@ -213,4 +213,16 @@ export class BatchGetCrawlersCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetCrawlersCommand)
.de(de_BatchGetCrawlersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetCrawlersRequest;
+ output: BatchGetCrawlersResponse;
+ };
+ sdk: {
+ input: BatchGetCrawlersCommandInput;
+ output: BatchGetCrawlersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/BatchGetCustomEntityTypesCommand.ts b/clients/client-glue/src/commands/BatchGetCustomEntityTypesCommand.ts
index 32531ec9defe..5954fd515ffe 100644
--- a/clients/client-glue/src/commands/BatchGetCustomEntityTypesCommand.ts
+++ b/clients/client-glue/src/commands/BatchGetCustomEntityTypesCommand.ts
@@ -99,4 +99,16 @@ export class BatchGetCustomEntityTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetCustomEntityTypesCommand)
.de(de_BatchGetCustomEntityTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetCustomEntityTypesRequest;
+ output: BatchGetCustomEntityTypesResponse;
+ };
+ sdk: {
+ input: BatchGetCustomEntityTypesCommandInput;
+ output: BatchGetCustomEntityTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/BatchGetDataQualityResultCommand.ts b/clients/client-glue/src/commands/BatchGetDataQualityResultCommand.ts
index ce8b0812b192..58e7d6007782 100644
--- a/clients/client-glue/src/commands/BatchGetDataQualityResultCommand.ts
+++ b/clients/client-glue/src/commands/BatchGetDataQualityResultCommand.ts
@@ -159,4 +159,16 @@ export class BatchGetDataQualityResultCommand extends $Command
.f(void 0, BatchGetDataQualityResultResponseFilterSensitiveLog)
.ser(se_BatchGetDataQualityResultCommand)
.de(de_BatchGetDataQualityResultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetDataQualityResultRequest;
+ output: BatchGetDataQualityResultResponse;
+ };
+ sdk: {
+ input: BatchGetDataQualityResultCommandInput;
+ output: BatchGetDataQualityResultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/BatchGetDevEndpointsCommand.ts b/clients/client-glue/src/commands/BatchGetDevEndpointsCommand.ts
index deb0ea1312fe..6af3f5835dc3 100644
--- a/clients/client-glue/src/commands/BatchGetDevEndpointsCommand.ts
+++ b/clients/client-glue/src/commands/BatchGetDevEndpointsCommand.ts
@@ -131,4 +131,16 @@ export class BatchGetDevEndpointsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetDevEndpointsCommand)
.de(de_BatchGetDevEndpointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetDevEndpointsRequest;
+ output: BatchGetDevEndpointsResponse;
+ };
+ sdk: {
+ input: BatchGetDevEndpointsCommandInput;
+ output: BatchGetDevEndpointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/BatchGetJobsCommand.ts b/clients/client-glue/src/commands/BatchGetJobsCommand.ts
index 9a53e77391d7..a2301c56d9c6 100644
--- a/clients/client-glue/src/commands/BatchGetJobsCommand.ts
+++ b/clients/client-glue/src/commands/BatchGetJobsCommand.ts
@@ -1190,4 +1190,16 @@ export class BatchGetJobsCommand extends $Command
.f(void 0, BatchGetJobsResponseFilterSensitiveLog)
.ser(se_BatchGetJobsCommand)
.de(de_BatchGetJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetJobsRequest;
+ output: BatchGetJobsResponse;
+ };
+ sdk: {
+ input: BatchGetJobsCommandInput;
+ output: BatchGetJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/BatchGetPartitionCommand.ts b/clients/client-glue/src/commands/BatchGetPartitionCommand.ts
index 20c21d868295..c2d001e9a4fe 100644
--- a/clients/client-glue/src/commands/BatchGetPartitionCommand.ts
+++ b/clients/client-glue/src/commands/BatchGetPartitionCommand.ts
@@ -188,4 +188,16 @@ export class BatchGetPartitionCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetPartitionCommand)
.de(de_BatchGetPartitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetPartitionRequest;
+ output: BatchGetPartitionResponse;
+ };
+ sdk: {
+ input: BatchGetPartitionCommandInput;
+ output: BatchGetPartitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/BatchGetTableOptimizerCommand.ts b/clients/client-glue/src/commands/BatchGetTableOptimizerCommand.ts
index a24fbda48345..5328e7698c38 100644
--- a/clients/client-glue/src/commands/BatchGetTableOptimizerCommand.ts
+++ b/clients/client-glue/src/commands/BatchGetTableOptimizerCommand.ts
@@ -173,4 +173,16 @@ export class BatchGetTableOptimizerCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetTableOptimizerCommand)
.de(de_BatchGetTableOptimizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetTableOptimizerRequest;
+ output: BatchGetTableOptimizerResponse;
+ };
+ sdk: {
+ input: BatchGetTableOptimizerCommandInput;
+ output: BatchGetTableOptimizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/BatchGetTriggersCommand.ts b/clients/client-glue/src/commands/BatchGetTriggersCommand.ts
index 32b79f327218..718311944def 100644
--- a/clients/client-glue/src/commands/BatchGetTriggersCommand.ts
+++ b/clients/client-glue/src/commands/BatchGetTriggersCommand.ts
@@ -131,4 +131,16 @@ export class BatchGetTriggersCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetTriggersCommand)
.de(de_BatchGetTriggersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetTriggersRequest;
+ output: BatchGetTriggersResponse;
+ };
+ sdk: {
+ input: BatchGetTriggersCommandInput;
+ output: BatchGetTriggersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/BatchGetWorkflowsCommand.ts b/clients/client-glue/src/commands/BatchGetWorkflowsCommand.ts
index a3c672d5dcd7..589eb459e7e5 100644
--- a/clients/client-glue/src/commands/BatchGetWorkflowsCommand.ts
+++ b/clients/client-glue/src/commands/BatchGetWorkflowsCommand.ts
@@ -353,4 +353,16 @@ export class BatchGetWorkflowsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetWorkflowsCommand)
.de(de_BatchGetWorkflowsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetWorkflowsRequest;
+ output: BatchGetWorkflowsResponse;
+ };
+ sdk: {
+ input: BatchGetWorkflowsCommandInput;
+ output: BatchGetWorkflowsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/BatchPutDataQualityStatisticAnnotationCommand.ts b/clients/client-glue/src/commands/BatchPutDataQualityStatisticAnnotationCommand.ts
index 6afe5e3d3bd3..89e3929b45d0 100644
--- a/clients/client-glue/src/commands/BatchPutDataQualityStatisticAnnotationCommand.ts
+++ b/clients/client-glue/src/commands/BatchPutDataQualityStatisticAnnotationCommand.ts
@@ -111,4 +111,16 @@ export class BatchPutDataQualityStatisticAnnotationCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchPutDataQualityStatisticAnnotationCommand)
.de(de_BatchPutDataQualityStatisticAnnotationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchPutDataQualityStatisticAnnotationRequest;
+ output: BatchPutDataQualityStatisticAnnotationResponse;
+ };
+ sdk: {
+ input: BatchPutDataQualityStatisticAnnotationCommandInput;
+ output: BatchPutDataQualityStatisticAnnotationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/BatchStopJobRunCommand.ts b/clients/client-glue/src/commands/BatchStopJobRunCommand.ts
index df7f02309777..dd73a4253c6e 100644
--- a/clients/client-glue/src/commands/BatchStopJobRunCommand.ts
+++ b/clients/client-glue/src/commands/BatchStopJobRunCommand.ts
@@ -104,4 +104,16 @@ export class BatchStopJobRunCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchStopJobRunCommand)
.de(de_BatchStopJobRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchStopJobRunRequest;
+ output: BatchStopJobRunResponse;
+ };
+ sdk: {
+ input: BatchStopJobRunCommandInput;
+ output: BatchStopJobRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/BatchUpdatePartitionCommand.ts b/clients/client-glue/src/commands/BatchUpdatePartitionCommand.ts
index b78b009f95c2..a29a6d5d6850 100644
--- a/clients/client-glue/src/commands/BatchUpdatePartitionCommand.ts
+++ b/clients/client-glue/src/commands/BatchUpdatePartitionCommand.ts
@@ -177,4 +177,16 @@ export class BatchUpdatePartitionCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchUpdatePartitionCommand)
.de(de_BatchUpdatePartitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchUpdatePartitionRequest;
+ output: BatchUpdatePartitionResponse;
+ };
+ sdk: {
+ input: BatchUpdatePartitionCommandInput;
+ output: BatchUpdatePartitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CancelDataQualityRuleRecommendationRunCommand.ts b/clients/client-glue/src/commands/CancelDataQualityRuleRecommendationRunCommand.ts
index b6e507521434..8ef298edc54d 100644
--- a/clients/client-glue/src/commands/CancelDataQualityRuleRecommendationRunCommand.ts
+++ b/clients/client-glue/src/commands/CancelDataQualityRuleRecommendationRunCommand.ts
@@ -96,4 +96,16 @@ export class CancelDataQualityRuleRecommendationRunCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelDataQualityRuleRecommendationRunCommand)
.de(de_CancelDataQualityRuleRecommendationRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelDataQualityRuleRecommendationRunRequest;
+ output: {};
+ };
+ sdk: {
+ input: CancelDataQualityRuleRecommendationRunCommandInput;
+ output: CancelDataQualityRuleRecommendationRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CancelDataQualityRulesetEvaluationRunCommand.ts b/clients/client-glue/src/commands/CancelDataQualityRulesetEvaluationRunCommand.ts
index 8854742b428d..afbd34e67a85 100644
--- a/clients/client-glue/src/commands/CancelDataQualityRulesetEvaluationRunCommand.ts
+++ b/clients/client-glue/src/commands/CancelDataQualityRulesetEvaluationRunCommand.ts
@@ -96,4 +96,16 @@ export class CancelDataQualityRulesetEvaluationRunCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelDataQualityRulesetEvaluationRunCommand)
.de(de_CancelDataQualityRulesetEvaluationRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelDataQualityRulesetEvaluationRunRequest;
+ output: {};
+ };
+ sdk: {
+ input: CancelDataQualityRulesetEvaluationRunCommandInput;
+ output: CancelDataQualityRulesetEvaluationRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CancelMLTaskRunCommand.ts b/clients/client-glue/src/commands/CancelMLTaskRunCommand.ts
index 656053db9708..61926475529b 100644
--- a/clients/client-glue/src/commands/CancelMLTaskRunCommand.ts
+++ b/clients/client-glue/src/commands/CancelMLTaskRunCommand.ts
@@ -94,4 +94,16 @@ export class CancelMLTaskRunCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelMLTaskRunCommand)
.de(de_CancelMLTaskRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelMLTaskRunRequest;
+ output: CancelMLTaskRunResponse;
+ };
+ sdk: {
+ input: CancelMLTaskRunCommandInput;
+ output: CancelMLTaskRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CancelStatementCommand.ts b/clients/client-glue/src/commands/CancelStatementCommand.ts
index 3bd9570e16ff..69e85b23b19c 100644
--- a/clients/client-glue/src/commands/CancelStatementCommand.ts
+++ b/clients/client-glue/src/commands/CancelStatementCommand.ts
@@ -95,4 +95,16 @@ export class CancelStatementCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelStatementCommand)
.de(de_CancelStatementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelStatementRequest;
+ output: {};
+ };
+ sdk: {
+ input: CancelStatementCommandInput;
+ output: CancelStatementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CheckSchemaVersionValidityCommand.ts b/clients/client-glue/src/commands/CheckSchemaVersionValidityCommand.ts
index 4f1e2c7b8dd5..efae6f3f42fa 100644
--- a/clients/client-glue/src/commands/CheckSchemaVersionValidityCommand.ts
+++ b/clients/client-glue/src/commands/CheckSchemaVersionValidityCommand.ts
@@ -88,4 +88,16 @@ export class CheckSchemaVersionValidityCommand extends $Command
.f(void 0, void 0)
.ser(se_CheckSchemaVersionValidityCommand)
.de(de_CheckSchemaVersionValidityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CheckSchemaVersionValidityInput;
+ output: CheckSchemaVersionValidityResponse;
+ };
+ sdk: {
+ input: CheckSchemaVersionValidityCommandInput;
+ output: CheckSchemaVersionValidityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CreateBlueprintCommand.ts b/clients/client-glue/src/commands/CreateBlueprintCommand.ts
index 6c0afbf0d97a..d783dc6cd810 100644
--- a/clients/client-glue/src/commands/CreateBlueprintCommand.ts
+++ b/clients/client-glue/src/commands/CreateBlueprintCommand.ts
@@ -97,4 +97,16 @@ export class CreateBlueprintCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateBlueprintCommand)
.de(de_CreateBlueprintCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBlueprintRequest;
+ output: CreateBlueprintResponse;
+ };
+ sdk: {
+ input: CreateBlueprintCommandInput;
+ output: CreateBlueprintCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CreateClassifierCommand.ts b/clients/client-glue/src/commands/CreateClassifierCommand.ts
index c8639ef9504b..99e395455585 100644
--- a/clients/client-glue/src/commands/CreateClassifierCommand.ts
+++ b/clients/client-glue/src/commands/CreateClassifierCommand.ts
@@ -116,4 +116,16 @@ export class CreateClassifierCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateClassifierCommand)
.de(de_CreateClassifierCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateClassifierRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateClassifierCommandInput;
+ output: CreateClassifierCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CreateConnectionCommand.ts b/clients/client-glue/src/commands/CreateConnectionCommand.ts
index 5dc75f61ec9e..ba2c934620f5 100644
--- a/clients/client-glue/src/commands/CreateConnectionCommand.ts
+++ b/clients/client-glue/src/commands/CreateConnectionCommand.ts
@@ -134,4 +134,16 @@ export class CreateConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateConnectionCommand)
.de(de_CreateConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateConnectionRequest;
+ output: CreateConnectionResponse;
+ };
+ sdk: {
+ input: CreateConnectionCommandInput;
+ output: CreateConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CreateCrawlerCommand.ts b/clients/client-glue/src/commands/CreateCrawlerCommand.ts
index 49b257168ad4..edfff312e4ca 100644
--- a/clients/client-glue/src/commands/CreateCrawlerCommand.ts
+++ b/clients/client-glue/src/commands/CreateCrawlerCommand.ts
@@ -197,4 +197,16 @@ export class CreateCrawlerCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCrawlerCommand)
.de(de_CreateCrawlerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCrawlerRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateCrawlerCommandInput;
+ output: CreateCrawlerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CreateCustomEntityTypeCommand.ts b/clients/client-glue/src/commands/CreateCustomEntityTypeCommand.ts
index f6ef9336abb5..76a5506c7d50 100644
--- a/clients/client-glue/src/commands/CreateCustomEntityTypeCommand.ts
+++ b/clients/client-glue/src/commands/CreateCustomEntityTypeCommand.ts
@@ -106,4 +106,16 @@ export class CreateCustomEntityTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCustomEntityTypeCommand)
.de(de_CreateCustomEntityTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCustomEntityTypeRequest;
+ output: CreateCustomEntityTypeResponse;
+ };
+ sdk: {
+ input: CreateCustomEntityTypeCommandInput;
+ output: CreateCustomEntityTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CreateDataQualityRulesetCommand.ts b/clients/client-glue/src/commands/CreateDataQualityRulesetCommand.ts
index 759c2f009351..d6b1d30d42f3 100644
--- a/clients/client-glue/src/commands/CreateDataQualityRulesetCommand.ts
+++ b/clients/client-glue/src/commands/CreateDataQualityRulesetCommand.ts
@@ -105,4 +105,16 @@ export class CreateDataQualityRulesetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDataQualityRulesetCommand)
.de(de_CreateDataQualityRulesetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDataQualityRulesetRequest;
+ output: CreateDataQualityRulesetResponse;
+ };
+ sdk: {
+ input: CreateDataQualityRulesetCommandInput;
+ output: CreateDataQualityRulesetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CreateDatabaseCommand.ts b/clients/client-glue/src/commands/CreateDatabaseCommand.ts
index d2638dd9cbec..8b7c21c51e6d 100644
--- a/clients/client-glue/src/commands/CreateDatabaseCommand.ts
+++ b/clients/client-glue/src/commands/CreateDatabaseCommand.ts
@@ -129,4 +129,16 @@ export class CreateDatabaseCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDatabaseCommand)
.de(de_CreateDatabaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDatabaseRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateDatabaseCommandInput;
+ output: CreateDatabaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CreateDevEndpointCommand.ts b/clients/client-glue/src/commands/CreateDevEndpointCommand.ts
index 9b77300101da..d85de0190727 100644
--- a/clients/client-glue/src/commands/CreateDevEndpointCommand.ts
+++ b/clients/client-glue/src/commands/CreateDevEndpointCommand.ts
@@ -145,4 +145,16 @@ export class CreateDevEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDevEndpointCommand)
.de(de_CreateDevEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDevEndpointRequest;
+ output: CreateDevEndpointResponse;
+ };
+ sdk: {
+ input: CreateDevEndpointCommandInput;
+ output: CreateDevEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CreateJobCommand.ts b/clients/client-glue/src/commands/CreateJobCommand.ts
index a2509f9e4126..8e9533961f58 100644
--- a/clients/client-glue/src/commands/CreateJobCommand.ts
+++ b/clients/client-glue/src/commands/CreateJobCommand.ts
@@ -1192,4 +1192,16 @@ export class CreateJobCommand extends $Command
.f(CreateJobRequestFilterSensitiveLog, void 0)
.ser(se_CreateJobCommand)
.de(de_CreateJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateJobRequest;
+ output: CreateJobResponse;
+ };
+ sdk: {
+ input: CreateJobCommandInput;
+ output: CreateJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CreateMLTransformCommand.ts b/clients/client-glue/src/commands/CreateMLTransformCommand.ts
index 596f76bc49e5..36e2b30908c2 100644
--- a/clients/client-glue/src/commands/CreateMLTransformCommand.ts
+++ b/clients/client-glue/src/commands/CreateMLTransformCommand.ts
@@ -146,4 +146,16 @@ export class CreateMLTransformCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateMLTransformCommand)
.de(de_CreateMLTransformCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMLTransformRequest;
+ output: CreateMLTransformResponse;
+ };
+ sdk: {
+ input: CreateMLTransformCommandInput;
+ output: CreateMLTransformCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CreatePartitionCommand.ts b/clients/client-glue/src/commands/CreatePartitionCommand.ts
index f44db6195b58..a596032c7246 100644
--- a/clients/client-glue/src/commands/CreatePartitionCommand.ts
+++ b/clients/client-glue/src/commands/CreatePartitionCommand.ts
@@ -164,4 +164,16 @@ export class CreatePartitionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePartitionCommand)
.de(de_CreatePartitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePartitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreatePartitionCommandInput;
+ output: CreatePartitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CreatePartitionIndexCommand.ts b/clients/client-glue/src/commands/CreatePartitionIndexCommand.ts
index 6e90074130b0..a7345999b427 100644
--- a/clients/client-glue/src/commands/CreatePartitionIndexCommand.ts
+++ b/clients/client-glue/src/commands/CreatePartitionIndexCommand.ts
@@ -104,4 +104,16 @@ export class CreatePartitionIndexCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePartitionIndexCommand)
.de(de_CreatePartitionIndexCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePartitionIndexRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreatePartitionIndexCommandInput;
+ output: CreatePartitionIndexCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CreateRegistryCommand.ts b/clients/client-glue/src/commands/CreateRegistryCommand.ts
index bc1d702fdf89..e602b90cc139 100644
--- a/clients/client-glue/src/commands/CreateRegistryCommand.ts
+++ b/clients/client-glue/src/commands/CreateRegistryCommand.ts
@@ -104,4 +104,16 @@ export class CreateRegistryCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRegistryCommand)
.de(de_CreateRegistryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRegistryInput;
+ output: CreateRegistryResponse;
+ };
+ sdk: {
+ input: CreateRegistryCommandInput;
+ output: CreateRegistryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CreateSchemaCommand.ts b/clients/client-glue/src/commands/CreateSchemaCommand.ts
index ed30a83df58d..f314f7233fc2 100644
--- a/clients/client-glue/src/commands/CreateSchemaCommand.ts
+++ b/clients/client-glue/src/commands/CreateSchemaCommand.ts
@@ -126,4 +126,16 @@ export class CreateSchemaCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSchemaCommand)
.de(de_CreateSchemaCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSchemaInput;
+ output: CreateSchemaResponse;
+ };
+ sdk: {
+ input: CreateSchemaCommandInput;
+ output: CreateSchemaCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CreateScriptCommand.ts b/clients/client-glue/src/commands/CreateScriptCommand.ts
index 84cb5b6934de..0792dbaff7fe 100644
--- a/clients/client-glue/src/commands/CreateScriptCommand.ts
+++ b/clients/client-glue/src/commands/CreateScriptCommand.ts
@@ -108,4 +108,16 @@ export class CreateScriptCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateScriptCommand)
.de(de_CreateScriptCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateScriptRequest;
+ output: CreateScriptResponse;
+ };
+ sdk: {
+ input: CreateScriptCommandInput;
+ output: CreateScriptCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CreateSecurityConfigurationCommand.ts b/clients/client-glue/src/commands/CreateSecurityConfigurationCommand.ts
index f4af515fca9d..7230560e60d6 100644
--- a/clients/client-glue/src/commands/CreateSecurityConfigurationCommand.ts
+++ b/clients/client-glue/src/commands/CreateSecurityConfigurationCommand.ts
@@ -111,4 +111,16 @@ export class CreateSecurityConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSecurityConfigurationCommand)
.de(de_CreateSecurityConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSecurityConfigurationRequest;
+ output: CreateSecurityConfigurationResponse;
+ };
+ sdk: {
+ input: CreateSecurityConfigurationCommandInput;
+ output: CreateSecurityConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CreateSessionCommand.ts b/clients/client-glue/src/commands/CreateSessionCommand.ts
index f5ccbb6c61d3..33b2dda99e69 100644
--- a/clients/client-glue/src/commands/CreateSessionCommand.ts
+++ b/clients/client-glue/src/commands/CreateSessionCommand.ts
@@ -156,4 +156,16 @@ export class CreateSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSessionCommand)
.de(de_CreateSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSessionRequest;
+ output: CreateSessionResponse;
+ };
+ sdk: {
+ input: CreateSessionCommandInput;
+ output: CreateSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CreateTableCommand.ts b/clients/client-glue/src/commands/CreateTableCommand.ts
index ceb9ed8f31f6..bff84f97e6f8 100644
--- a/clients/client-glue/src/commands/CreateTableCommand.ts
+++ b/clients/client-glue/src/commands/CreateTableCommand.ts
@@ -218,4 +218,16 @@ export class CreateTableCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTableCommand)
.de(de_CreateTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTableRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateTableCommandInput;
+ output: CreateTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CreateTableOptimizerCommand.ts b/clients/client-glue/src/commands/CreateTableOptimizerCommand.ts
index 5f9dd8ad981e..9d205b808327 100644
--- a/clients/client-glue/src/commands/CreateTableOptimizerCommand.ts
+++ b/clients/client-glue/src/commands/CreateTableOptimizerCommand.ts
@@ -116,4 +116,16 @@ export class CreateTableOptimizerCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTableOptimizerCommand)
.de(de_CreateTableOptimizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTableOptimizerRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateTableOptimizerCommandInput;
+ output: CreateTableOptimizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CreateTriggerCommand.ts b/clients/client-glue/src/commands/CreateTriggerCommand.ts
index 96fa6e1095e9..345e3b86483a 100644
--- a/clients/client-glue/src/commands/CreateTriggerCommand.ts
+++ b/clients/client-glue/src/commands/CreateTriggerCommand.ts
@@ -139,4 +139,16 @@ export class CreateTriggerCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTriggerCommand)
.de(de_CreateTriggerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTriggerRequest;
+ output: CreateTriggerResponse;
+ };
+ sdk: {
+ input: CreateTriggerCommandInput;
+ output: CreateTriggerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CreateUsageProfileCommand.ts b/clients/client-glue/src/commands/CreateUsageProfileCommand.ts
index 4c7087fbd641..245c9eca4a57 100644
--- a/clients/client-glue/src/commands/CreateUsageProfileCommand.ts
+++ b/clients/client-glue/src/commands/CreateUsageProfileCommand.ts
@@ -121,4 +121,16 @@ export class CreateUsageProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateUsageProfileCommand)
.de(de_CreateUsageProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateUsageProfileRequest;
+ output: CreateUsageProfileResponse;
+ };
+ sdk: {
+ input: CreateUsageProfileCommandInput;
+ output: CreateUsageProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CreateUserDefinedFunctionCommand.ts b/clients/client-glue/src/commands/CreateUserDefinedFunctionCommand.ts
index 485f52a79a58..4bf0e78e0bdc 100644
--- a/clients/client-glue/src/commands/CreateUserDefinedFunctionCommand.ts
+++ b/clients/client-glue/src/commands/CreateUserDefinedFunctionCommand.ts
@@ -109,4 +109,16 @@ export class CreateUserDefinedFunctionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateUserDefinedFunctionCommand)
.de(de_CreateUserDefinedFunctionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateUserDefinedFunctionRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateUserDefinedFunctionCommandInput;
+ output: CreateUserDefinedFunctionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/CreateWorkflowCommand.ts b/clients/client-glue/src/commands/CreateWorkflowCommand.ts
index 56923bc75718..50cbacb9faf1 100644
--- a/clients/client-glue/src/commands/CreateWorkflowCommand.ts
+++ b/clients/client-glue/src/commands/CreateWorkflowCommand.ts
@@ -103,4 +103,16 @@ export class CreateWorkflowCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateWorkflowCommand)
.de(de_CreateWorkflowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateWorkflowRequest;
+ output: CreateWorkflowResponse;
+ };
+ sdk: {
+ input: CreateWorkflowCommandInput;
+ output: CreateWorkflowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteBlueprintCommand.ts b/clients/client-glue/src/commands/DeleteBlueprintCommand.ts
index 11b9649a1730..6708ab5f43fd 100644
--- a/clients/client-glue/src/commands/DeleteBlueprintCommand.ts
+++ b/clients/client-glue/src/commands/DeleteBlueprintCommand.ts
@@ -86,4 +86,16 @@ export class DeleteBlueprintCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBlueprintCommand)
.de(de_DeleteBlueprintCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBlueprintRequest;
+ output: DeleteBlueprintResponse;
+ };
+ sdk: {
+ input: DeleteBlueprintCommandInput;
+ output: DeleteBlueprintCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteClassifierCommand.ts b/clients/client-glue/src/commands/DeleteClassifierCommand.ts
index 7ecb5564a08c..fbbd1396b6a5 100644
--- a/clients/client-glue/src/commands/DeleteClassifierCommand.ts
+++ b/clients/client-glue/src/commands/DeleteClassifierCommand.ts
@@ -81,4 +81,16 @@ export class DeleteClassifierCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteClassifierCommand)
.de(de_DeleteClassifierCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteClassifierRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteClassifierCommandInput;
+ output: DeleteClassifierCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteColumnStatisticsForPartitionCommand.ts b/clients/client-glue/src/commands/DeleteColumnStatisticsForPartitionCommand.ts
index 46702a536627..62cda3cf1229 100644
--- a/clients/client-glue/src/commands/DeleteColumnStatisticsForPartitionCommand.ts
+++ b/clients/client-glue/src/commands/DeleteColumnStatisticsForPartitionCommand.ts
@@ -105,4 +105,16 @@ export class DeleteColumnStatisticsForPartitionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteColumnStatisticsForPartitionCommand)
.de(de_DeleteColumnStatisticsForPartitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteColumnStatisticsForPartitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteColumnStatisticsForPartitionCommandInput;
+ output: DeleteColumnStatisticsForPartitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteColumnStatisticsForTableCommand.ts b/clients/client-glue/src/commands/DeleteColumnStatisticsForTableCommand.ts
index 65ba259e8c3a..cc61aa0a8113 100644
--- a/clients/client-glue/src/commands/DeleteColumnStatisticsForTableCommand.ts
+++ b/clients/client-glue/src/commands/DeleteColumnStatisticsForTableCommand.ts
@@ -99,4 +99,16 @@ export class DeleteColumnStatisticsForTableCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteColumnStatisticsForTableCommand)
.de(de_DeleteColumnStatisticsForTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteColumnStatisticsForTableRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteColumnStatisticsForTableCommandInput;
+ output: DeleteColumnStatisticsForTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteConnectionCommand.ts b/clients/client-glue/src/commands/DeleteConnectionCommand.ts
index 7593b52fe98f..e000f74da45d 100644
--- a/clients/client-glue/src/commands/DeleteConnectionCommand.ts
+++ b/clients/client-glue/src/commands/DeleteConnectionCommand.ts
@@ -82,4 +82,16 @@ export class DeleteConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConnectionCommand)
.de(de_DeleteConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConnectionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteConnectionCommandInput;
+ output: DeleteConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteCrawlerCommand.ts b/clients/client-glue/src/commands/DeleteCrawlerCommand.ts
index 0f8a784cd454..54ce9e1a2e54 100644
--- a/clients/client-glue/src/commands/DeleteCrawlerCommand.ts
+++ b/clients/client-glue/src/commands/DeleteCrawlerCommand.ts
@@ -88,4 +88,16 @@ export class DeleteCrawlerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCrawlerCommand)
.de(de_DeleteCrawlerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCrawlerRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCrawlerCommandInput;
+ output: DeleteCrawlerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteCustomEntityTypeCommand.ts b/clients/client-glue/src/commands/DeleteCustomEntityTypeCommand.ts
index 297f094e8da5..4816563190d4 100644
--- a/clients/client-glue/src/commands/DeleteCustomEntityTypeCommand.ts
+++ b/clients/client-glue/src/commands/DeleteCustomEntityTypeCommand.ts
@@ -92,4 +92,16 @@ export class DeleteCustomEntityTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCustomEntityTypeCommand)
.de(de_DeleteCustomEntityTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCustomEntityTypeRequest;
+ output: DeleteCustomEntityTypeResponse;
+ };
+ sdk: {
+ input: DeleteCustomEntityTypeCommandInput;
+ output: DeleteCustomEntityTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteDataQualityRulesetCommand.ts b/clients/client-glue/src/commands/DeleteDataQualityRulesetCommand.ts
index 680c6e13f0ab..4c860c1a7eee 100644
--- a/clients/client-glue/src/commands/DeleteDataQualityRulesetCommand.ts
+++ b/clients/client-glue/src/commands/DeleteDataQualityRulesetCommand.ts
@@ -87,4 +87,16 @@ export class DeleteDataQualityRulesetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDataQualityRulesetCommand)
.de(de_DeleteDataQualityRulesetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDataQualityRulesetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDataQualityRulesetCommandInput;
+ output: DeleteDataQualityRulesetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteDatabaseCommand.ts b/clients/client-glue/src/commands/DeleteDatabaseCommand.ts
index 75d000d23039..dd311b4ad883 100644
--- a/clients/client-glue/src/commands/DeleteDatabaseCommand.ts
+++ b/clients/client-glue/src/commands/DeleteDatabaseCommand.ts
@@ -103,4 +103,16 @@ export class DeleteDatabaseCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDatabaseCommand)
.de(de_DeleteDatabaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDatabaseRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDatabaseCommandInput;
+ output: DeleteDatabaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteDevEndpointCommand.ts b/clients/client-glue/src/commands/DeleteDevEndpointCommand.ts
index 290458112b64..61dbfe5aef1b 100644
--- a/clients/client-glue/src/commands/DeleteDevEndpointCommand.ts
+++ b/clients/client-glue/src/commands/DeleteDevEndpointCommand.ts
@@ -87,4 +87,16 @@ export class DeleteDevEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDevEndpointCommand)
.de(de_DeleteDevEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDevEndpointRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDevEndpointCommandInput;
+ output: DeleteDevEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteJobCommand.ts b/clients/client-glue/src/commands/DeleteJobCommand.ts
index aa6ae0bc42ef..dd23eb9de27d 100644
--- a/clients/client-glue/src/commands/DeleteJobCommand.ts
+++ b/clients/client-glue/src/commands/DeleteJobCommand.ts
@@ -87,4 +87,16 @@ export class DeleteJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteJobCommand)
.de(de_DeleteJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteJobRequest;
+ output: DeleteJobResponse;
+ };
+ sdk: {
+ input: DeleteJobCommandInput;
+ output: DeleteJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteMLTransformCommand.ts b/clients/client-glue/src/commands/DeleteMLTransformCommand.ts
index 6976dcb14cf1..3c3049599196 100644
--- a/clients/client-glue/src/commands/DeleteMLTransformCommand.ts
+++ b/clients/client-glue/src/commands/DeleteMLTransformCommand.ts
@@ -94,4 +94,16 @@ export class DeleteMLTransformCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMLTransformCommand)
.de(de_DeleteMLTransformCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMLTransformRequest;
+ output: DeleteMLTransformResponse;
+ };
+ sdk: {
+ input: DeleteMLTransformCommandInput;
+ output: DeleteMLTransformCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeletePartitionCommand.ts b/clients/client-glue/src/commands/DeletePartitionCommand.ts
index 289aab693142..73ce65835167 100644
--- a/clients/client-glue/src/commands/DeletePartitionCommand.ts
+++ b/clients/client-glue/src/commands/DeletePartitionCommand.ts
@@ -92,4 +92,16 @@ export class DeletePartitionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePartitionCommand)
.de(de_DeletePartitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePartitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePartitionCommandInput;
+ output: DeletePartitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeletePartitionIndexCommand.ts b/clients/client-glue/src/commands/DeletePartitionIndexCommand.ts
index 23f469a88a80..9df1bc4b7b19 100644
--- a/clients/client-glue/src/commands/DeletePartitionIndexCommand.ts
+++ b/clients/client-glue/src/commands/DeletePartitionIndexCommand.ts
@@ -96,4 +96,16 @@ export class DeletePartitionIndexCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePartitionIndexCommand)
.de(de_DeletePartitionIndexCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePartitionIndexRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePartitionIndexCommandInput;
+ output: DeletePartitionIndexCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteRegistryCommand.ts b/clients/client-glue/src/commands/DeleteRegistryCommand.ts
index 058b9e1bc23f..f158b0b9631b 100644
--- a/clients/client-glue/src/commands/DeleteRegistryCommand.ts
+++ b/clients/client-glue/src/commands/DeleteRegistryCommand.ts
@@ -94,4 +94,16 @@ export class DeleteRegistryCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRegistryCommand)
.de(de_DeleteRegistryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRegistryInput;
+ output: DeleteRegistryResponse;
+ };
+ sdk: {
+ input: DeleteRegistryCommandInput;
+ output: DeleteRegistryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-glue/src/commands/DeleteResourcePolicyCommand.ts
index 61a9d5a2c167..7c3e7c3f3461 100644
--- a/clients/client-glue/src/commands/DeleteResourcePolicyCommand.ts
+++ b/clients/client-glue/src/commands/DeleteResourcePolicyCommand.ts
@@ -91,4 +91,16 @@ export class DeleteResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteResourcePolicyCommand)
.de(de_DeleteResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteResourcePolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteResourcePolicyCommandInput;
+ output: DeleteResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteSchemaCommand.ts b/clients/client-glue/src/commands/DeleteSchemaCommand.ts
index 51e286c9c28d..1a1443b8cc33 100644
--- a/clients/client-glue/src/commands/DeleteSchemaCommand.ts
+++ b/clients/client-glue/src/commands/DeleteSchemaCommand.ts
@@ -95,4 +95,16 @@ export class DeleteSchemaCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSchemaCommand)
.de(de_DeleteSchemaCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSchemaInput;
+ output: DeleteSchemaResponse;
+ };
+ sdk: {
+ input: DeleteSchemaCommandInput;
+ output: DeleteSchemaCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteSchemaVersionsCommand.ts b/clients/client-glue/src/commands/DeleteSchemaVersionsCommand.ts
index 8d6558c24442..325f998bdac0 100644
--- a/clients/client-glue/src/commands/DeleteSchemaVersionsCommand.ts
+++ b/clients/client-glue/src/commands/DeleteSchemaVersionsCommand.ts
@@ -105,4 +105,16 @@ export class DeleteSchemaVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSchemaVersionsCommand)
.de(de_DeleteSchemaVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSchemaVersionsInput;
+ output: DeleteSchemaVersionsResponse;
+ };
+ sdk: {
+ input: DeleteSchemaVersionsCommandInput;
+ output: DeleteSchemaVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteSecurityConfigurationCommand.ts b/clients/client-glue/src/commands/DeleteSecurityConfigurationCommand.ts
index f426982e0a7a..003803c11d6d 100644
--- a/clients/client-glue/src/commands/DeleteSecurityConfigurationCommand.ts
+++ b/clients/client-glue/src/commands/DeleteSecurityConfigurationCommand.ts
@@ -89,4 +89,16 @@ export class DeleteSecurityConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSecurityConfigurationCommand)
.de(de_DeleteSecurityConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSecurityConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSecurityConfigurationCommandInput;
+ output: DeleteSecurityConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteSessionCommand.ts b/clients/client-glue/src/commands/DeleteSessionCommand.ts
index 4c0600913b3c..bf1910f9a0ea 100644
--- a/clients/client-glue/src/commands/DeleteSessionCommand.ts
+++ b/clients/client-glue/src/commands/DeleteSessionCommand.ts
@@ -96,4 +96,16 @@ export class DeleteSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSessionCommand)
.de(de_DeleteSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSessionRequest;
+ output: DeleteSessionResponse;
+ };
+ sdk: {
+ input: DeleteSessionCommandInput;
+ output: DeleteSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteTableCommand.ts b/clients/client-glue/src/commands/DeleteTableCommand.ts
index 56a14452c18c..8eb5fd029270 100644
--- a/clients/client-glue/src/commands/DeleteTableCommand.ts
+++ b/clients/client-glue/src/commands/DeleteTableCommand.ts
@@ -106,4 +106,16 @@ export class DeleteTableCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTableCommand)
.de(de_DeleteTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTableRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTableCommandInput;
+ output: DeleteTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteTableOptimizerCommand.ts b/clients/client-glue/src/commands/DeleteTableOptimizerCommand.ts
index 458183890a9b..1f2527c4fc6c 100644
--- a/clients/client-glue/src/commands/DeleteTableOptimizerCommand.ts
+++ b/clients/client-glue/src/commands/DeleteTableOptimizerCommand.ts
@@ -93,4 +93,16 @@ export class DeleteTableOptimizerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTableOptimizerCommand)
.de(de_DeleteTableOptimizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTableOptimizerRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTableOptimizerCommandInput;
+ output: DeleteTableOptimizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteTableVersionCommand.ts b/clients/client-glue/src/commands/DeleteTableVersionCommand.ts
index 75d8524a148c..1d5b7be2b1e8 100644
--- a/clients/client-glue/src/commands/DeleteTableVersionCommand.ts
+++ b/clients/client-glue/src/commands/DeleteTableVersionCommand.ts
@@ -90,4 +90,16 @@ export class DeleteTableVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTableVersionCommand)
.de(de_DeleteTableVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTableVersionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTableVersionCommandInput;
+ output: DeleteTableVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteTriggerCommand.ts b/clients/client-glue/src/commands/DeleteTriggerCommand.ts
index 2bdfe950faa8..b08d93a5fac9 100644
--- a/clients/client-glue/src/commands/DeleteTriggerCommand.ts
+++ b/clients/client-glue/src/commands/DeleteTriggerCommand.ts
@@ -90,4 +90,16 @@ export class DeleteTriggerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTriggerCommand)
.de(de_DeleteTriggerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTriggerRequest;
+ output: DeleteTriggerResponse;
+ };
+ sdk: {
+ input: DeleteTriggerCommandInput;
+ output: DeleteTriggerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteUsageProfileCommand.ts b/clients/client-glue/src/commands/DeleteUsageProfileCommand.ts
index 2b9bac1b024f..1324df3c85b8 100644
--- a/clients/client-glue/src/commands/DeleteUsageProfileCommand.ts
+++ b/clients/client-glue/src/commands/DeleteUsageProfileCommand.ts
@@ -87,4 +87,16 @@ export class DeleteUsageProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteUsageProfileCommand)
.de(de_DeleteUsageProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteUsageProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteUsageProfileCommandInput;
+ output: DeleteUsageProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteUserDefinedFunctionCommand.ts b/clients/client-glue/src/commands/DeleteUserDefinedFunctionCommand.ts
index 8da79ad00a89..5cb702ab0ead 100644
--- a/clients/client-glue/src/commands/DeleteUserDefinedFunctionCommand.ts
+++ b/clients/client-glue/src/commands/DeleteUserDefinedFunctionCommand.ts
@@ -89,4 +89,16 @@ export class DeleteUserDefinedFunctionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteUserDefinedFunctionCommand)
.de(de_DeleteUserDefinedFunctionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteUserDefinedFunctionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteUserDefinedFunctionCommandInput;
+ output: DeleteUserDefinedFunctionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/DeleteWorkflowCommand.ts b/clients/client-glue/src/commands/DeleteWorkflowCommand.ts
index 3ed09aeed428..60ef327f51e8 100644
--- a/clients/client-glue/src/commands/DeleteWorkflowCommand.ts
+++ b/clients/client-glue/src/commands/DeleteWorkflowCommand.ts
@@ -89,4 +89,16 @@ export class DeleteWorkflowCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteWorkflowCommand)
.de(de_DeleteWorkflowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteWorkflowRequest;
+ output: DeleteWorkflowResponse;
+ };
+ sdk: {
+ input: DeleteWorkflowCommandInput;
+ output: DeleteWorkflowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetBlueprintCommand.ts b/clients/client-glue/src/commands/GetBlueprintCommand.ts
index e65f3bffe5ca..8f2ee203c2af 100644
--- a/clients/client-glue/src/commands/GetBlueprintCommand.ts
+++ b/clients/client-glue/src/commands/GetBlueprintCommand.ts
@@ -108,4 +108,16 @@ export class GetBlueprintCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBlueprintCommand)
.de(de_GetBlueprintCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBlueprintRequest;
+ output: GetBlueprintResponse;
+ };
+ sdk: {
+ input: GetBlueprintCommandInput;
+ output: GetBlueprintCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetBlueprintRunCommand.ts b/clients/client-glue/src/commands/GetBlueprintRunCommand.ts
index bc6992550a44..a300423f7ed5 100644
--- a/clients/client-glue/src/commands/GetBlueprintRunCommand.ts
+++ b/clients/client-glue/src/commands/GetBlueprintRunCommand.ts
@@ -98,4 +98,16 @@ export class GetBlueprintRunCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBlueprintRunCommand)
.de(de_GetBlueprintRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBlueprintRunRequest;
+ output: GetBlueprintRunResponse;
+ };
+ sdk: {
+ input: GetBlueprintRunCommandInput;
+ output: GetBlueprintRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetBlueprintRunsCommand.ts b/clients/client-glue/src/commands/GetBlueprintRunsCommand.ts
index 1454637ef141..19e70e4f65ea 100644
--- a/clients/client-glue/src/commands/GetBlueprintRunsCommand.ts
+++ b/clients/client-glue/src/commands/GetBlueprintRunsCommand.ts
@@ -105,4 +105,16 @@ export class GetBlueprintRunsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBlueprintRunsCommand)
.de(de_GetBlueprintRunsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBlueprintRunsRequest;
+ output: GetBlueprintRunsResponse;
+ };
+ sdk: {
+ input: GetBlueprintRunsCommandInput;
+ output: GetBlueprintRunsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetCatalogImportStatusCommand.ts b/clients/client-glue/src/commands/GetCatalogImportStatusCommand.ts
index a1efdd073afd..94c34571c7ad 100644
--- a/clients/client-glue/src/commands/GetCatalogImportStatusCommand.ts
+++ b/clients/client-glue/src/commands/GetCatalogImportStatusCommand.ts
@@ -87,4 +87,16 @@ export class GetCatalogImportStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCatalogImportStatusCommand)
.de(de_GetCatalogImportStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCatalogImportStatusRequest;
+ output: GetCatalogImportStatusResponse;
+ };
+ sdk: {
+ input: GetCatalogImportStatusCommandInput;
+ output: GetCatalogImportStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetClassifierCommand.ts b/clients/client-glue/src/commands/GetClassifierCommand.ts
index a4809a19f1bf..ce0c3455e57f 100644
--- a/clients/client-glue/src/commands/GetClassifierCommand.ts
+++ b/clients/client-glue/src/commands/GetClassifierCommand.ts
@@ -127,4 +127,16 @@ export class GetClassifierCommand extends $Command
.f(void 0, void 0)
.ser(se_GetClassifierCommand)
.de(de_GetClassifierCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetClassifierRequest;
+ output: GetClassifierResponse;
+ };
+ sdk: {
+ input: GetClassifierCommandInput;
+ output: GetClassifierCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetClassifiersCommand.ts b/clients/client-glue/src/commands/GetClassifiersCommand.ts
index e24d77e7ffb0..01bbb059ab55 100644
--- a/clients/client-glue/src/commands/GetClassifiersCommand.ts
+++ b/clients/client-glue/src/commands/GetClassifiersCommand.ts
@@ -128,4 +128,16 @@ export class GetClassifiersCommand extends $Command
.f(void 0, void 0)
.ser(se_GetClassifiersCommand)
.de(de_GetClassifiersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetClassifiersRequest;
+ output: GetClassifiersResponse;
+ };
+ sdk: {
+ input: GetClassifiersCommandInput;
+ output: GetClassifiersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetColumnStatisticsForPartitionCommand.ts b/clients/client-glue/src/commands/GetColumnStatisticsForPartitionCommand.ts
index 6e7ad04dcc56..3ce67561441e 100644
--- a/clients/client-glue/src/commands/GetColumnStatisticsForPartitionCommand.ts
+++ b/clients/client-glue/src/commands/GetColumnStatisticsForPartitionCommand.ts
@@ -170,4 +170,16 @@ export class GetColumnStatisticsForPartitionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetColumnStatisticsForPartitionCommand)
.de(de_GetColumnStatisticsForPartitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetColumnStatisticsForPartitionRequest;
+ output: GetColumnStatisticsForPartitionResponse;
+ };
+ sdk: {
+ input: GetColumnStatisticsForPartitionCommandInput;
+ output: GetColumnStatisticsForPartitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetColumnStatisticsForTableCommand.ts b/clients/client-glue/src/commands/GetColumnStatisticsForTableCommand.ts
index 1e975caeee87..2c4c7df92acd 100644
--- a/clients/client-glue/src/commands/GetColumnStatisticsForTableCommand.ts
+++ b/clients/client-glue/src/commands/GetColumnStatisticsForTableCommand.ts
@@ -164,4 +164,16 @@ export class GetColumnStatisticsForTableCommand extends $Command
.f(void 0, void 0)
.ser(se_GetColumnStatisticsForTableCommand)
.de(de_GetColumnStatisticsForTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetColumnStatisticsForTableRequest;
+ output: GetColumnStatisticsForTableResponse;
+ };
+ sdk: {
+ input: GetColumnStatisticsForTableCommandInput;
+ output: GetColumnStatisticsForTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetColumnStatisticsTaskRunCommand.ts b/clients/client-glue/src/commands/GetColumnStatisticsTaskRunCommand.ts
index 1d2120388495..84f011394c97 100644
--- a/clients/client-glue/src/commands/GetColumnStatisticsTaskRunCommand.ts
+++ b/clients/client-glue/src/commands/GetColumnStatisticsTaskRunCommand.ts
@@ -107,4 +107,16 @@ export class GetColumnStatisticsTaskRunCommand extends $Command
.f(void 0, void 0)
.ser(se_GetColumnStatisticsTaskRunCommand)
.de(de_GetColumnStatisticsTaskRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetColumnStatisticsTaskRunRequest;
+ output: GetColumnStatisticsTaskRunResponse;
+ };
+ sdk: {
+ input: GetColumnStatisticsTaskRunCommandInput;
+ output: GetColumnStatisticsTaskRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetColumnStatisticsTaskRunsCommand.ts b/clients/client-glue/src/commands/GetColumnStatisticsTaskRunsCommand.ts
index 2026fc361c02..59d2699bf921 100644
--- a/clients/client-glue/src/commands/GetColumnStatisticsTaskRunsCommand.ts
+++ b/clients/client-glue/src/commands/GetColumnStatisticsTaskRunsCommand.ts
@@ -109,4 +109,16 @@ export class GetColumnStatisticsTaskRunsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetColumnStatisticsTaskRunsCommand)
.de(de_GetColumnStatisticsTaskRunsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetColumnStatisticsTaskRunsRequest;
+ output: GetColumnStatisticsTaskRunsResponse;
+ };
+ sdk: {
+ input: GetColumnStatisticsTaskRunsCommandInput;
+ output: GetColumnStatisticsTaskRunsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetConnectionCommand.ts b/clients/client-glue/src/commands/GetConnectionCommand.ts
index 2aa77d18765b..aa3823fe18b4 100644
--- a/clients/client-glue/src/commands/GetConnectionCommand.ts
+++ b/clients/client-glue/src/commands/GetConnectionCommand.ts
@@ -129,4 +129,16 @@ export class GetConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetConnectionCommand)
.de(de_GetConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConnectionRequest;
+ output: GetConnectionResponse;
+ };
+ sdk: {
+ input: GetConnectionCommandInput;
+ output: GetConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetConnectionsCommand.ts b/clients/client-glue/src/commands/GetConnectionsCommand.ts
index 70432c3a3ec2..eb9efd91faca 100644
--- a/clients/client-glue/src/commands/GetConnectionsCommand.ts
+++ b/clients/client-glue/src/commands/GetConnectionsCommand.ts
@@ -139,4 +139,16 @@ export class GetConnectionsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetConnectionsCommand)
.de(de_GetConnectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConnectionsRequest;
+ output: GetConnectionsResponse;
+ };
+ sdk: {
+ input: GetConnectionsCommandInput;
+ output: GetConnectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetCrawlerCommand.ts b/clients/client-glue/src/commands/GetCrawlerCommand.ts
index 6a43bd0a0187..2773259c6d27 100644
--- a/clients/client-glue/src/commands/GetCrawlerCommand.ts
+++ b/clients/client-glue/src/commands/GetCrawlerCommand.ts
@@ -206,4 +206,16 @@ export class GetCrawlerCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCrawlerCommand)
.de(de_GetCrawlerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCrawlerRequest;
+ output: GetCrawlerResponse;
+ };
+ sdk: {
+ input: GetCrawlerCommandInput;
+ output: GetCrawlerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetCrawlerMetricsCommand.ts b/clients/client-glue/src/commands/GetCrawlerMetricsCommand.ts
index 164b480b7d49..e3ad05138615 100644
--- a/clients/client-glue/src/commands/GetCrawlerMetricsCommand.ts
+++ b/clients/client-glue/src/commands/GetCrawlerMetricsCommand.ts
@@ -96,4 +96,16 @@ export class GetCrawlerMetricsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCrawlerMetricsCommand)
.de(de_GetCrawlerMetricsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCrawlerMetricsRequest;
+ output: GetCrawlerMetricsResponse;
+ };
+ sdk: {
+ input: GetCrawlerMetricsCommandInput;
+ output: GetCrawlerMetricsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetCrawlersCommand.ts b/clients/client-glue/src/commands/GetCrawlersCommand.ts
index 11929040cc14..7e3af2aec3bd 100644
--- a/clients/client-glue/src/commands/GetCrawlersCommand.ts
+++ b/clients/client-glue/src/commands/GetCrawlersCommand.ts
@@ -208,4 +208,16 @@ export class GetCrawlersCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCrawlersCommand)
.de(de_GetCrawlersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCrawlersRequest;
+ output: GetCrawlersResponse;
+ };
+ sdk: {
+ input: GetCrawlersCommandInput;
+ output: GetCrawlersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetCustomEntityTypeCommand.ts b/clients/client-glue/src/commands/GetCustomEntityTypeCommand.ts
index 07674484658c..8ac643e62fa2 100644
--- a/clients/client-glue/src/commands/GetCustomEntityTypeCommand.ts
+++ b/clients/client-glue/src/commands/GetCustomEntityTypeCommand.ts
@@ -96,4 +96,16 @@ export class GetCustomEntityTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCustomEntityTypeCommand)
.de(de_GetCustomEntityTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCustomEntityTypeRequest;
+ output: GetCustomEntityTypeResponse;
+ };
+ sdk: {
+ input: GetCustomEntityTypeCommandInput;
+ output: GetCustomEntityTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetDataCatalogEncryptionSettingsCommand.ts b/clients/client-glue/src/commands/GetDataCatalogEncryptionSettingsCommand.ts
index fa22c26bfcc0..94873e4dcd4d 100644
--- a/clients/client-glue/src/commands/GetDataCatalogEncryptionSettingsCommand.ts
+++ b/clients/client-glue/src/commands/GetDataCatalogEncryptionSettingsCommand.ts
@@ -101,4 +101,16 @@ export class GetDataCatalogEncryptionSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataCatalogEncryptionSettingsCommand)
.de(de_GetDataCatalogEncryptionSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataCatalogEncryptionSettingsRequest;
+ output: GetDataCatalogEncryptionSettingsResponse;
+ };
+ sdk: {
+ input: GetDataCatalogEncryptionSettingsCommandInput;
+ output: GetDataCatalogEncryptionSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetDataQualityModelCommand.ts b/clients/client-glue/src/commands/GetDataQualityModelCommand.ts
index 71178762d5e5..bc17dd9b3860 100644
--- a/clients/client-glue/src/commands/GetDataQualityModelCommand.ts
+++ b/clients/client-glue/src/commands/GetDataQualityModelCommand.ts
@@ -93,4 +93,16 @@ export class GetDataQualityModelCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataQualityModelCommand)
.de(de_GetDataQualityModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataQualityModelRequest;
+ output: GetDataQualityModelResponse;
+ };
+ sdk: {
+ input: GetDataQualityModelCommandInput;
+ output: GetDataQualityModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetDataQualityModelResultCommand.ts b/clients/client-glue/src/commands/GetDataQualityModelResultCommand.ts
index 604463c83f65..5e98b81ca015 100644
--- a/clients/client-glue/src/commands/GetDataQualityModelResultCommand.ts
+++ b/clients/client-glue/src/commands/GetDataQualityModelResultCommand.ts
@@ -100,4 +100,16 @@ export class GetDataQualityModelResultCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataQualityModelResultCommand)
.de(de_GetDataQualityModelResultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataQualityModelResultRequest;
+ output: GetDataQualityModelResultResponse;
+ };
+ sdk: {
+ input: GetDataQualityModelResultCommandInput;
+ output: GetDataQualityModelResultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetDataQualityResultCommand.ts b/clients/client-glue/src/commands/GetDataQualityResultCommand.ts
index 88b2a83f2cc0..5c656d71733d 100644
--- a/clients/client-glue/src/commands/GetDataQualityResultCommand.ts
+++ b/clients/client-glue/src/commands/GetDataQualityResultCommand.ts
@@ -153,4 +153,16 @@ export class GetDataQualityResultCommand extends $Command
.f(void 0, GetDataQualityResultResponseFilterSensitiveLog)
.ser(se_GetDataQualityResultCommand)
.de(de_GetDataQualityResultCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataQualityResultRequest;
+ output: GetDataQualityResultResponse;
+ };
+ sdk: {
+ input: GetDataQualityResultCommandInput;
+ output: GetDataQualityResultCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetDataQualityRuleRecommendationRunCommand.ts b/clients/client-glue/src/commands/GetDataQualityRuleRecommendationRunCommand.ts
index 7fa1d35dbd9d..813aa5b23234 100644
--- a/clients/client-glue/src/commands/GetDataQualityRuleRecommendationRunCommand.ts
+++ b/clients/client-glue/src/commands/GetDataQualityRuleRecommendationRunCommand.ts
@@ -120,4 +120,16 @@ export class GetDataQualityRuleRecommendationRunCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataQualityRuleRecommendationRunCommand)
.de(de_GetDataQualityRuleRecommendationRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataQualityRuleRecommendationRunRequest;
+ output: GetDataQualityRuleRecommendationRunResponse;
+ };
+ sdk: {
+ input: GetDataQualityRuleRecommendationRunCommandInput;
+ output: GetDataQualityRuleRecommendationRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetDataQualityRulesetCommand.ts b/clients/client-glue/src/commands/GetDataQualityRulesetCommand.ts
index 4ec988dd6616..63188cffbef0 100644
--- a/clients/client-glue/src/commands/GetDataQualityRulesetCommand.ts
+++ b/clients/client-glue/src/commands/GetDataQualityRulesetCommand.ts
@@ -100,4 +100,16 @@ export class GetDataQualityRulesetCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataQualityRulesetCommand)
.de(de_GetDataQualityRulesetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataQualityRulesetRequest;
+ output: GetDataQualityRulesetResponse;
+ };
+ sdk: {
+ input: GetDataQualityRulesetCommandInput;
+ output: GetDataQualityRulesetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetDataQualityRulesetEvaluationRunCommand.ts b/clients/client-glue/src/commands/GetDataQualityRulesetEvaluationRunCommand.ts
index 693eeead5a31..b5fd341b213a 100644
--- a/clients/client-glue/src/commands/GetDataQualityRulesetEvaluationRunCommand.ts
+++ b/clients/client-glue/src/commands/GetDataQualityRulesetEvaluationRunCommand.ts
@@ -141,4 +141,16 @@ export class GetDataQualityRulesetEvaluationRunCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataQualityRulesetEvaluationRunCommand)
.de(de_GetDataQualityRulesetEvaluationRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataQualityRulesetEvaluationRunRequest;
+ output: GetDataQualityRulesetEvaluationRunResponse;
+ };
+ sdk: {
+ input: GetDataQualityRulesetEvaluationRunCommandInput;
+ output: GetDataQualityRulesetEvaluationRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetDatabaseCommand.ts b/clients/client-glue/src/commands/GetDatabaseCommand.ts
index f1b13e38736d..1fb7a8d29267 100644
--- a/clients/client-glue/src/commands/GetDatabaseCommand.ts
+++ b/clients/client-glue/src/commands/GetDatabaseCommand.ts
@@ -124,4 +124,16 @@ export class GetDatabaseCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDatabaseCommand)
.de(de_GetDatabaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDatabaseRequest;
+ output: GetDatabaseResponse;
+ };
+ sdk: {
+ input: GetDatabaseCommandInput;
+ output: GetDatabaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetDatabasesCommand.ts b/clients/client-glue/src/commands/GetDatabasesCommand.ts
index e787bdd07568..2abb9a2f1917 100644
--- a/clients/client-glue/src/commands/GetDatabasesCommand.ts
+++ b/clients/client-glue/src/commands/GetDatabasesCommand.ts
@@ -126,4 +126,16 @@ export class GetDatabasesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDatabasesCommand)
.de(de_GetDatabasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDatabasesRequest;
+ output: GetDatabasesResponse;
+ };
+ sdk: {
+ input: GetDatabasesCommandInput;
+ output: GetDatabasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetDataflowGraphCommand.ts b/clients/client-glue/src/commands/GetDataflowGraphCommand.ts
index 6974ef618565..ed990a7e1203 100644
--- a/clients/client-glue/src/commands/GetDataflowGraphCommand.ts
+++ b/clients/client-glue/src/commands/GetDataflowGraphCommand.ts
@@ -106,4 +106,16 @@ export class GetDataflowGraphCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataflowGraphCommand)
.de(de_GetDataflowGraphCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataflowGraphRequest;
+ output: GetDataflowGraphResponse;
+ };
+ sdk: {
+ input: GetDataflowGraphCommandInput;
+ output: GetDataflowGraphCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetDevEndpointCommand.ts b/clients/client-glue/src/commands/GetDevEndpointCommand.ts
index f996911cba84..72fdb451b8e0 100644
--- a/clients/client-glue/src/commands/GetDevEndpointCommand.ts
+++ b/clients/client-glue/src/commands/GetDevEndpointCommand.ts
@@ -126,4 +126,16 @@ export class GetDevEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDevEndpointCommand)
.de(de_GetDevEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDevEndpointRequest;
+ output: GetDevEndpointResponse;
+ };
+ sdk: {
+ input: GetDevEndpointCommandInput;
+ output: GetDevEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetDevEndpointsCommand.ts b/clients/client-glue/src/commands/GetDevEndpointsCommand.ts
index aefe1262e3d0..5d9eaaeade47 100644
--- a/clients/client-glue/src/commands/GetDevEndpointsCommand.ts
+++ b/clients/client-glue/src/commands/GetDevEndpointsCommand.ts
@@ -130,4 +130,16 @@ export class GetDevEndpointsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDevEndpointsCommand)
.de(de_GetDevEndpointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDevEndpointsRequest;
+ output: GetDevEndpointsResponse;
+ };
+ sdk: {
+ input: GetDevEndpointsCommandInput;
+ output: GetDevEndpointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetJobBookmarkCommand.ts b/clients/client-glue/src/commands/GetJobBookmarkCommand.ts
index 4600d7979737..28adb222fcab 100644
--- a/clients/client-glue/src/commands/GetJobBookmarkCommand.ts
+++ b/clients/client-glue/src/commands/GetJobBookmarkCommand.ts
@@ -119,4 +119,16 @@ export class GetJobBookmarkCommand extends $Command
.f(void 0, void 0)
.ser(se_GetJobBookmarkCommand)
.de(de_GetJobBookmarkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetJobBookmarkRequest;
+ output: GetJobBookmarkResponse;
+ };
+ sdk: {
+ input: GetJobBookmarkCommandInput;
+ output: GetJobBookmarkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetJobCommand.ts b/clients/client-glue/src/commands/GetJobCommand.ts
index 5db45b193a17..cdc2449fdd10 100644
--- a/clients/client-glue/src/commands/GetJobCommand.ts
+++ b/clients/client-glue/src/commands/GetJobCommand.ts
@@ -1185,4 +1185,16 @@ export class GetJobCommand extends $Command
.f(void 0, GetJobResponseFilterSensitiveLog)
.ser(se_GetJobCommand)
.de(de_GetJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetJobRequest;
+ output: GetJobResponse;
+ };
+ sdk: {
+ input: GetJobCommandInput;
+ output: GetJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetJobRunCommand.ts b/clients/client-glue/src/commands/GetJobRunCommand.ts
index b8164242aaa3..f815bbe726ff 100644
--- a/clients/client-glue/src/commands/GetJobRunCommand.ts
+++ b/clients/client-glue/src/commands/GetJobRunCommand.ts
@@ -130,4 +130,16 @@ export class GetJobRunCommand extends $Command
.f(void 0, void 0)
.ser(se_GetJobRunCommand)
.de(de_GetJobRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetJobRunRequest;
+ output: GetJobRunResponse;
+ };
+ sdk: {
+ input: GetJobRunCommandInput;
+ output: GetJobRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetJobRunsCommand.ts b/clients/client-glue/src/commands/GetJobRunsCommand.ts
index 6cb0a15b9aa1..a19b74a16711 100644
--- a/clients/client-glue/src/commands/GetJobRunsCommand.ts
+++ b/clients/client-glue/src/commands/GetJobRunsCommand.ts
@@ -133,4 +133,16 @@ export class GetJobRunsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetJobRunsCommand)
.de(de_GetJobRunsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetJobRunsRequest;
+ output: GetJobRunsResponse;
+ };
+ sdk: {
+ input: GetJobRunsCommandInput;
+ output: GetJobRunsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetJobsCommand.ts b/clients/client-glue/src/commands/GetJobsCommand.ts
index 9f7c46f25324..a4e54a62b099 100644
--- a/clients/client-glue/src/commands/GetJobsCommand.ts
+++ b/clients/client-glue/src/commands/GetJobsCommand.ts
@@ -1189,4 +1189,16 @@ export class GetJobsCommand extends $Command
.f(void 0, GetJobsResponseFilterSensitiveLog)
.ser(se_GetJobsCommand)
.de(de_GetJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetJobsRequest;
+ output: GetJobsResponse;
+ };
+ sdk: {
+ input: GetJobsCommandInput;
+ output: GetJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetMLTaskRunCommand.ts b/clients/client-glue/src/commands/GetMLTaskRunCommand.ts
index 07344e6539a9..e2f7a04d9f8c 100644
--- a/clients/client-glue/src/commands/GetMLTaskRunCommand.ts
+++ b/clients/client-glue/src/commands/GetMLTaskRunCommand.ts
@@ -120,4 +120,16 @@ export class GetMLTaskRunCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMLTaskRunCommand)
.de(de_GetMLTaskRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMLTaskRunRequest;
+ output: GetMLTaskRunResponse;
+ };
+ sdk: {
+ input: GetMLTaskRunCommandInput;
+ output: GetMLTaskRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetMLTaskRunsCommand.ts b/clients/client-glue/src/commands/GetMLTaskRunsCommand.ts
index a27b8985212f..80b543219d44 100644
--- a/clients/client-glue/src/commands/GetMLTaskRunsCommand.ts
+++ b/clients/client-glue/src/commands/GetMLTaskRunsCommand.ts
@@ -137,4 +137,16 @@ export class GetMLTaskRunsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMLTaskRunsCommand)
.de(de_GetMLTaskRunsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMLTaskRunsRequest;
+ output: GetMLTaskRunsResponse;
+ };
+ sdk: {
+ input: GetMLTaskRunsCommandInput;
+ output: GetMLTaskRunsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetMLTransformCommand.ts b/clients/client-glue/src/commands/GetMLTransformCommand.ts
index 0d33daf40f20..6434d4c5096a 100644
--- a/clients/client-glue/src/commands/GetMLTransformCommand.ts
+++ b/clients/client-glue/src/commands/GetMLTransformCommand.ts
@@ -160,4 +160,16 @@ export class GetMLTransformCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMLTransformCommand)
.de(de_GetMLTransformCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMLTransformRequest;
+ output: GetMLTransformResponse;
+ };
+ sdk: {
+ input: GetMLTransformCommandInput;
+ output: GetMLTransformCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetMLTransformsCommand.ts b/clients/client-glue/src/commands/GetMLTransformsCommand.ts
index f6eff253130d..fdb1f59e7ec1 100644
--- a/clients/client-glue/src/commands/GetMLTransformsCommand.ts
+++ b/clients/client-glue/src/commands/GetMLTransformsCommand.ts
@@ -186,4 +186,16 @@ export class GetMLTransformsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMLTransformsCommand)
.de(de_GetMLTransformsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMLTransformsRequest;
+ output: GetMLTransformsResponse;
+ };
+ sdk: {
+ input: GetMLTransformsCommandInput;
+ output: GetMLTransformsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetMappingCommand.ts b/clients/client-glue/src/commands/GetMappingCommand.ts
index 9f7fa42313ab..790f7bf8cdf6 100644
--- a/clients/client-glue/src/commands/GetMappingCommand.ts
+++ b/clients/client-glue/src/commands/GetMappingCommand.ts
@@ -130,4 +130,16 @@ export class GetMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMappingCommand)
.de(de_GetMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMappingRequest;
+ output: GetMappingResponse;
+ };
+ sdk: {
+ input: GetMappingCommandInput;
+ output: GetMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetPartitionCommand.ts b/clients/client-glue/src/commands/GetPartitionCommand.ts
index b4cfce8e90e4..5d8148ea26a4 100644
--- a/clients/client-glue/src/commands/GetPartitionCommand.ts
+++ b/clients/client-glue/src/commands/GetPartitionCommand.ts
@@ -172,4 +172,16 @@ export class GetPartitionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPartitionCommand)
.de(de_GetPartitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPartitionRequest;
+ output: GetPartitionResponse;
+ };
+ sdk: {
+ input: GetPartitionCommandInput;
+ output: GetPartitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetPartitionIndexesCommand.ts b/clients/client-glue/src/commands/GetPartitionIndexesCommand.ts
index 32ea9597a27f..582168c9dc8b 100644
--- a/clients/client-glue/src/commands/GetPartitionIndexesCommand.ts
+++ b/clients/client-glue/src/commands/GetPartitionIndexesCommand.ts
@@ -119,4 +119,16 @@ export class GetPartitionIndexesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPartitionIndexesCommand)
.de(de_GetPartitionIndexesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPartitionIndexesRequest;
+ output: GetPartitionIndexesResponse;
+ };
+ sdk: {
+ input: GetPartitionIndexesCommandInput;
+ output: GetPartitionIndexesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetPartitionsCommand.ts b/clients/client-glue/src/commands/GetPartitionsCommand.ts
index cd87a97141be..e16b891e5593 100644
--- a/clients/client-glue/src/commands/GetPartitionsCommand.ts
+++ b/clients/client-glue/src/commands/GetPartitionsCommand.ts
@@ -188,4 +188,16 @@ export class GetPartitionsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPartitionsCommand)
.de(de_GetPartitionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPartitionsRequest;
+ output: GetPartitionsResponse;
+ };
+ sdk: {
+ input: GetPartitionsCommandInput;
+ output: GetPartitionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetPlanCommand.ts b/clients/client-glue/src/commands/GetPlanCommand.ts
index 82ab59108fc4..e3b4119120a2 100644
--- a/clients/client-glue/src/commands/GetPlanCommand.ts
+++ b/clients/client-glue/src/commands/GetPlanCommand.ts
@@ -133,4 +133,16 @@ export class GetPlanCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPlanCommand)
.de(de_GetPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPlanRequest;
+ output: GetPlanResponse;
+ };
+ sdk: {
+ input: GetPlanCommandInput;
+ output: GetPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetRegistryCommand.ts b/clients/client-glue/src/commands/GetRegistryCommand.ts
index 1b7dac94e299..603dcd222b5e 100644
--- a/clients/client-glue/src/commands/GetRegistryCommand.ts
+++ b/clients/client-glue/src/commands/GetRegistryCommand.ts
@@ -97,4 +97,16 @@ export class GetRegistryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRegistryCommand)
.de(de_GetRegistryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRegistryInput;
+ output: GetRegistryResponse;
+ };
+ sdk: {
+ input: GetRegistryCommandInput;
+ output: GetRegistryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetResourcePoliciesCommand.ts b/clients/client-glue/src/commands/GetResourcePoliciesCommand.ts
index 04cfec58be43..764427e924e6 100644
--- a/clients/client-glue/src/commands/GetResourcePoliciesCommand.ts
+++ b/clients/client-glue/src/commands/GetResourcePoliciesCommand.ts
@@ -103,4 +103,16 @@ export class GetResourcePoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResourcePoliciesCommand)
.de(de_GetResourcePoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourcePoliciesRequest;
+ output: GetResourcePoliciesResponse;
+ };
+ sdk: {
+ input: GetResourcePoliciesCommandInput;
+ output: GetResourcePoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetResourcePolicyCommand.ts b/clients/client-glue/src/commands/GetResourcePolicyCommand.ts
index 55c475e46814..f10d434ff952 100644
--- a/clients/client-glue/src/commands/GetResourcePolicyCommand.ts
+++ b/clients/client-glue/src/commands/GetResourcePolicyCommand.ts
@@ -92,4 +92,16 @@ export class GetResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResourcePolicyCommand)
.de(de_GetResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourcePolicyRequest;
+ output: GetResourcePolicyResponse;
+ };
+ sdk: {
+ input: GetResourcePolicyCommandInput;
+ output: GetResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetSchemaByDefinitionCommand.ts b/clients/client-glue/src/commands/GetSchemaByDefinitionCommand.ts
index 5f9bbe7c361d..0654f50e7bc1 100644
--- a/clients/client-glue/src/commands/GetSchemaByDefinitionCommand.ts
+++ b/clients/client-glue/src/commands/GetSchemaByDefinitionCommand.ts
@@ -98,4 +98,16 @@ export class GetSchemaByDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSchemaByDefinitionCommand)
.de(de_GetSchemaByDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSchemaByDefinitionInput;
+ output: GetSchemaByDefinitionResponse;
+ };
+ sdk: {
+ input: GetSchemaByDefinitionCommandInput;
+ output: GetSchemaByDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetSchemaCommand.ts b/clients/client-glue/src/commands/GetSchemaCommand.ts
index 149e32fd356f..3a606060a7ea 100644
--- a/clients/client-glue/src/commands/GetSchemaCommand.ts
+++ b/clients/client-glue/src/commands/GetSchemaCommand.ts
@@ -105,4 +105,16 @@ export class GetSchemaCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSchemaCommand)
.de(de_GetSchemaCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSchemaInput;
+ output: GetSchemaResponse;
+ };
+ sdk: {
+ input: GetSchemaCommandInput;
+ output: GetSchemaCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetSchemaVersionCommand.ts b/clients/client-glue/src/commands/GetSchemaVersionCommand.ts
index 4adbc775eb1a..9b857d904667 100644
--- a/clients/client-glue/src/commands/GetSchemaVersionCommand.ts
+++ b/clients/client-glue/src/commands/GetSchemaVersionCommand.ts
@@ -104,4 +104,16 @@ export class GetSchemaVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSchemaVersionCommand)
.de(de_GetSchemaVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSchemaVersionInput;
+ output: GetSchemaVersionResponse;
+ };
+ sdk: {
+ input: GetSchemaVersionCommandInput;
+ output: GetSchemaVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetSchemaVersionsDiffCommand.ts b/clients/client-glue/src/commands/GetSchemaVersionsDiffCommand.ts
index 06cf8795109c..b5b54a201c99 100644
--- a/clients/client-glue/src/commands/GetSchemaVersionsDiffCommand.ts
+++ b/clients/client-glue/src/commands/GetSchemaVersionsDiffCommand.ts
@@ -103,4 +103,16 @@ export class GetSchemaVersionsDiffCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSchemaVersionsDiffCommand)
.de(de_GetSchemaVersionsDiffCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSchemaVersionsDiffInput;
+ output: GetSchemaVersionsDiffResponse;
+ };
+ sdk: {
+ input: GetSchemaVersionsDiffCommandInput;
+ output: GetSchemaVersionsDiffCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetSecurityConfigurationCommand.ts b/clients/client-glue/src/commands/GetSecurityConfigurationCommand.ts
index 331a5b532741..87c9d4444468 100644
--- a/clients/client-glue/src/commands/GetSecurityConfigurationCommand.ts
+++ b/clients/client-glue/src/commands/GetSecurityConfigurationCommand.ts
@@ -108,4 +108,16 @@ export class GetSecurityConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSecurityConfigurationCommand)
.de(de_GetSecurityConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSecurityConfigurationRequest;
+ output: GetSecurityConfigurationResponse;
+ };
+ sdk: {
+ input: GetSecurityConfigurationCommandInput;
+ output: GetSecurityConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetSecurityConfigurationsCommand.ts b/clients/client-glue/src/commands/GetSecurityConfigurationsCommand.ts
index 8cc903e4a96c..f53150329775 100644
--- a/clients/client-glue/src/commands/GetSecurityConfigurationsCommand.ts
+++ b/clients/client-glue/src/commands/GetSecurityConfigurationsCommand.ts
@@ -112,4 +112,16 @@ export class GetSecurityConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSecurityConfigurationsCommand)
.de(de_GetSecurityConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSecurityConfigurationsRequest;
+ output: GetSecurityConfigurationsResponse;
+ };
+ sdk: {
+ input: GetSecurityConfigurationsCommandInput;
+ output: GetSecurityConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetSessionCommand.ts b/clients/client-glue/src/commands/GetSessionCommand.ts
index 9bd4b21291ad..3b4f89b183fb 100644
--- a/clients/client-glue/src/commands/GetSessionCommand.ts
+++ b/clients/client-glue/src/commands/GetSessionCommand.ts
@@ -123,4 +123,16 @@ export class GetSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSessionCommand)
.de(de_GetSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSessionRequest;
+ output: GetSessionResponse;
+ };
+ sdk: {
+ input: GetSessionCommandInput;
+ output: GetSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetStatementCommand.ts b/clients/client-glue/src/commands/GetStatementCommand.ts
index 5569cfaf2622..b8ecd5463ce3 100644
--- a/clients/client-glue/src/commands/GetStatementCommand.ts
+++ b/clients/client-glue/src/commands/GetStatementCommand.ts
@@ -116,4 +116,16 @@ export class GetStatementCommand extends $Command
.f(void 0, void 0)
.ser(se_GetStatementCommand)
.de(de_GetStatementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetStatementRequest;
+ output: GetStatementResponse;
+ };
+ sdk: {
+ input: GetStatementCommandInput;
+ output: GetStatementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetTableCommand.ts b/clients/client-glue/src/commands/GetTableCommand.ts
index 33ade21a8e1f..5f4234fcb5b1 100644
--- a/clients/client-glue/src/commands/GetTableCommand.ts
+++ b/clients/client-glue/src/commands/GetTableCommand.ts
@@ -362,4 +362,16 @@ export class GetTableCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTableCommand)
.de(de_GetTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTableRequest;
+ output: GetTableResponse;
+ };
+ sdk: {
+ input: GetTableCommandInput;
+ output: GetTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetTableOptimizerCommand.ts b/clients/client-glue/src/commands/GetTableOptimizerCommand.ts
index 5627d2226840..537489a98488 100644
--- a/clients/client-glue/src/commands/GetTableOptimizerCommand.ts
+++ b/clients/client-glue/src/commands/GetTableOptimizerCommand.ts
@@ -153,4 +153,16 @@ export class GetTableOptimizerCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTableOptimizerCommand)
.de(de_GetTableOptimizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTableOptimizerRequest;
+ output: GetTableOptimizerResponse;
+ };
+ sdk: {
+ input: GetTableOptimizerCommandInput;
+ output: GetTableOptimizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetTableVersionCommand.ts b/clients/client-glue/src/commands/GetTableVersionCommand.ts
index abff7804af7d..8ae48a13ed8c 100644
--- a/clients/client-glue/src/commands/GetTableVersionCommand.ts
+++ b/clients/client-glue/src/commands/GetTableVersionCommand.ts
@@ -353,4 +353,16 @@ export class GetTableVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTableVersionCommand)
.de(de_GetTableVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTableVersionRequest;
+ output: GetTableVersionResponse;
+ };
+ sdk: {
+ input: GetTableVersionCommandInput;
+ output: GetTableVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetTableVersionsCommand.ts b/clients/client-glue/src/commands/GetTableVersionsCommand.ts
index 0a65e2ec13fd..61a749b89577 100644
--- a/clients/client-glue/src/commands/GetTableVersionsCommand.ts
+++ b/clients/client-glue/src/commands/GetTableVersionsCommand.ts
@@ -358,4 +358,16 @@ export class GetTableVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTableVersionsCommand)
.de(de_GetTableVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTableVersionsRequest;
+ output: GetTableVersionsResponse;
+ };
+ sdk: {
+ input: GetTableVersionsCommandInput;
+ output: GetTableVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetTablesCommand.ts b/clients/client-glue/src/commands/GetTablesCommand.ts
index cd746b8d188b..5a9cf38b22de 100644
--- a/clients/client-glue/src/commands/GetTablesCommand.ts
+++ b/clients/client-glue/src/commands/GetTablesCommand.ts
@@ -367,4 +367,16 @@ export class GetTablesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTablesCommand)
.de(de_GetTablesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTablesRequest;
+ output: GetTablesResponse;
+ };
+ sdk: {
+ input: GetTablesCommandInput;
+ output: GetTablesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetTagsCommand.ts b/clients/client-glue/src/commands/GetTagsCommand.ts
index aad309be9bfb..c59765f7c161 100644
--- a/clients/client-glue/src/commands/GetTagsCommand.ts
+++ b/clients/client-glue/src/commands/GetTagsCommand.ts
@@ -91,4 +91,16 @@ export class GetTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTagsCommand)
.de(de_GetTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTagsRequest;
+ output: GetTagsResponse;
+ };
+ sdk: {
+ input: GetTagsCommandInput;
+ output: GetTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetTriggerCommand.ts b/clients/client-glue/src/commands/GetTriggerCommand.ts
index 7dbacff33ad8..f50c8a458633 100644
--- a/clients/client-glue/src/commands/GetTriggerCommand.ts
+++ b/clients/client-glue/src/commands/GetTriggerCommand.ts
@@ -127,4 +127,16 @@ export class GetTriggerCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTriggerCommand)
.de(de_GetTriggerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTriggerRequest;
+ output: GetTriggerResponse;
+ };
+ sdk: {
+ input: GetTriggerCommandInput;
+ output: GetTriggerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetTriggersCommand.ts b/clients/client-glue/src/commands/GetTriggersCommand.ts
index 9714fb3b13eb..fff9b4663d53 100644
--- a/clients/client-glue/src/commands/GetTriggersCommand.ts
+++ b/clients/client-glue/src/commands/GetTriggersCommand.ts
@@ -132,4 +132,16 @@ export class GetTriggersCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTriggersCommand)
.de(de_GetTriggersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTriggersRequest;
+ output: GetTriggersResponse;
+ };
+ sdk: {
+ input: GetTriggersCommandInput;
+ output: GetTriggersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetUnfilteredPartitionMetadataCommand.ts b/clients/client-glue/src/commands/GetUnfilteredPartitionMetadataCommand.ts
index 92ec914a0423..55a302cdfb73 100644
--- a/clients/client-glue/src/commands/GetUnfilteredPartitionMetadataCommand.ts
+++ b/clients/client-glue/src/commands/GetUnfilteredPartitionMetadataCommand.ts
@@ -204,4 +204,16 @@ export class GetUnfilteredPartitionMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetUnfilteredPartitionMetadataCommand)
.de(de_GetUnfilteredPartitionMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUnfilteredPartitionMetadataRequest;
+ output: GetUnfilteredPartitionMetadataResponse;
+ };
+ sdk: {
+ input: GetUnfilteredPartitionMetadataCommandInput;
+ output: GetUnfilteredPartitionMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetUnfilteredPartitionsMetadataCommand.ts b/clients/client-glue/src/commands/GetUnfilteredPartitionsMetadataCommand.ts
index 5317b4c61f02..07444b8a4109 100644
--- a/clients/client-glue/src/commands/GetUnfilteredPartitionsMetadataCommand.ts
+++ b/clients/client-glue/src/commands/GetUnfilteredPartitionsMetadataCommand.ts
@@ -213,4 +213,16 @@ export class GetUnfilteredPartitionsMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetUnfilteredPartitionsMetadataCommand)
.de(de_GetUnfilteredPartitionsMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUnfilteredPartitionsMetadataRequest;
+ output: GetUnfilteredPartitionsMetadataResponse;
+ };
+ sdk: {
+ input: GetUnfilteredPartitionsMetadataCommandInput;
+ output: GetUnfilteredPartitionsMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetUnfilteredTableMetadataCommand.ts b/clients/client-glue/src/commands/GetUnfilteredTableMetadataCommand.ts
index 009f3f96926a..4fddcc77785c 100644
--- a/clients/client-glue/src/commands/GetUnfilteredTableMetadataCommand.ts
+++ b/clients/client-glue/src/commands/GetUnfilteredTableMetadataCommand.ts
@@ -404,4 +404,16 @@ export class GetUnfilteredTableMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetUnfilteredTableMetadataCommand)
.de(de_GetUnfilteredTableMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUnfilteredTableMetadataRequest;
+ output: GetUnfilteredTableMetadataResponse;
+ };
+ sdk: {
+ input: GetUnfilteredTableMetadataCommandInput;
+ output: GetUnfilteredTableMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetUsageProfileCommand.ts b/clients/client-glue/src/commands/GetUsageProfileCommand.ts
index 9037928e98a1..76029d43ee89 100644
--- a/clients/client-glue/src/commands/GetUsageProfileCommand.ts
+++ b/clients/client-glue/src/commands/GetUsageProfileCommand.ts
@@ -117,4 +117,16 @@ export class GetUsageProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_GetUsageProfileCommand)
.de(de_GetUsageProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUsageProfileRequest;
+ output: GetUsageProfileResponse;
+ };
+ sdk: {
+ input: GetUsageProfileCommandInput;
+ output: GetUsageProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetUserDefinedFunctionCommand.ts b/clients/client-glue/src/commands/GetUserDefinedFunctionCommand.ts
index 01c6f81cd5c3..1977032db840 100644
--- a/clients/client-glue/src/commands/GetUserDefinedFunctionCommand.ts
+++ b/clients/client-glue/src/commands/GetUserDefinedFunctionCommand.ts
@@ -108,4 +108,16 @@ export class GetUserDefinedFunctionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetUserDefinedFunctionCommand)
.de(de_GetUserDefinedFunctionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUserDefinedFunctionRequest;
+ output: GetUserDefinedFunctionResponse;
+ };
+ sdk: {
+ input: GetUserDefinedFunctionCommandInput;
+ output: GetUserDefinedFunctionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetUserDefinedFunctionsCommand.ts b/clients/client-glue/src/commands/GetUserDefinedFunctionsCommand.ts
index ef59ca4ab378..c485e627ce5e 100644
--- a/clients/client-glue/src/commands/GetUserDefinedFunctionsCommand.ts
+++ b/clients/client-glue/src/commands/GetUserDefinedFunctionsCommand.ts
@@ -113,4 +113,16 @@ export class GetUserDefinedFunctionsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetUserDefinedFunctionsCommand)
.de(de_GetUserDefinedFunctionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUserDefinedFunctionsRequest;
+ output: GetUserDefinedFunctionsResponse;
+ };
+ sdk: {
+ input: GetUserDefinedFunctionsCommandInput;
+ output: GetUserDefinedFunctionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetWorkflowCommand.ts b/clients/client-glue/src/commands/GetWorkflowCommand.ts
index 6fd738bf2f68..9e883f19caed 100644
--- a/clients/client-glue/src/commands/GetWorkflowCommand.ts
+++ b/clients/client-glue/src/commands/GetWorkflowCommand.ts
@@ -349,4 +349,16 @@ export class GetWorkflowCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWorkflowCommand)
.de(de_GetWorkflowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWorkflowRequest;
+ output: GetWorkflowResponse;
+ };
+ sdk: {
+ input: GetWorkflowCommandInput;
+ output: GetWorkflowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetWorkflowRunCommand.ts b/clients/client-glue/src/commands/GetWorkflowRunCommand.ts
index 08901dd577f4..00c001a2a35d 100644
--- a/clients/client-glue/src/commands/GetWorkflowRunCommand.ts
+++ b/clients/client-glue/src/commands/GetWorkflowRunCommand.ts
@@ -228,4 +228,16 @@ export class GetWorkflowRunCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWorkflowRunCommand)
.de(de_GetWorkflowRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWorkflowRunRequest;
+ output: GetWorkflowRunResponse;
+ };
+ sdk: {
+ input: GetWorkflowRunCommandInput;
+ output: GetWorkflowRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetWorkflowRunPropertiesCommand.ts b/clients/client-glue/src/commands/GetWorkflowRunPropertiesCommand.ts
index e0e3479be9f1..6337b8883795 100644
--- a/clients/client-glue/src/commands/GetWorkflowRunPropertiesCommand.ts
+++ b/clients/client-glue/src/commands/GetWorkflowRunPropertiesCommand.ts
@@ -92,4 +92,16 @@ export class GetWorkflowRunPropertiesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWorkflowRunPropertiesCommand)
.de(de_GetWorkflowRunPropertiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWorkflowRunPropertiesRequest;
+ output: GetWorkflowRunPropertiesResponse;
+ };
+ sdk: {
+ input: GetWorkflowRunPropertiesCommandInput;
+ output: GetWorkflowRunPropertiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/GetWorkflowRunsCommand.ts b/clients/client-glue/src/commands/GetWorkflowRunsCommand.ts
index 260bbb20e0c0..b20b4ce0465c 100644
--- a/clients/client-glue/src/commands/GetWorkflowRunsCommand.ts
+++ b/clients/client-glue/src/commands/GetWorkflowRunsCommand.ts
@@ -232,4 +232,16 @@ export class GetWorkflowRunsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWorkflowRunsCommand)
.de(de_GetWorkflowRunsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWorkflowRunsRequest;
+ output: GetWorkflowRunsResponse;
+ };
+ sdk: {
+ input: GetWorkflowRunsCommandInput;
+ output: GetWorkflowRunsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ImportCatalogToGlueCommand.ts b/clients/client-glue/src/commands/ImportCatalogToGlueCommand.ts
index 2ead157551ab..244fe2e7f825 100644
--- a/clients/client-glue/src/commands/ImportCatalogToGlueCommand.ts
+++ b/clients/client-glue/src/commands/ImportCatalogToGlueCommand.ts
@@ -81,4 +81,16 @@ export class ImportCatalogToGlueCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportCatalogToGlueCommand)
.de(de_ImportCatalogToGlueCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportCatalogToGlueRequest;
+ output: {};
+ };
+ sdk: {
+ input: ImportCatalogToGlueCommandInput;
+ output: ImportCatalogToGlueCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ListBlueprintsCommand.ts b/clients/client-glue/src/commands/ListBlueprintsCommand.ts
index 7a81e5299bae..5934c1bb4186 100644
--- a/clients/client-glue/src/commands/ListBlueprintsCommand.ts
+++ b/clients/client-glue/src/commands/ListBlueprintsCommand.ts
@@ -93,4 +93,16 @@ export class ListBlueprintsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBlueprintsCommand)
.de(de_ListBlueprintsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBlueprintsRequest;
+ output: ListBlueprintsResponse;
+ };
+ sdk: {
+ input: ListBlueprintsCommandInput;
+ output: ListBlueprintsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ListColumnStatisticsTaskRunsCommand.ts b/clients/client-glue/src/commands/ListColumnStatisticsTaskRunsCommand.ts
index 19ee3785dc54..f1057781cc20 100644
--- a/clients/client-glue/src/commands/ListColumnStatisticsTaskRunsCommand.ts
+++ b/clients/client-glue/src/commands/ListColumnStatisticsTaskRunsCommand.ts
@@ -89,4 +89,16 @@ export class ListColumnStatisticsTaskRunsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListColumnStatisticsTaskRunsCommand)
.de(de_ListColumnStatisticsTaskRunsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListColumnStatisticsTaskRunsRequest;
+ output: ListColumnStatisticsTaskRunsResponse;
+ };
+ sdk: {
+ input: ListColumnStatisticsTaskRunsCommandInput;
+ output: ListColumnStatisticsTaskRunsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ListCrawlersCommand.ts b/clients/client-glue/src/commands/ListCrawlersCommand.ts
index 296f57633e4e..bf3960eb0ec1 100644
--- a/clients/client-glue/src/commands/ListCrawlersCommand.ts
+++ b/clients/client-glue/src/commands/ListCrawlersCommand.ts
@@ -92,4 +92,16 @@ export class ListCrawlersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCrawlersCommand)
.de(de_ListCrawlersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCrawlersRequest;
+ output: ListCrawlersResponse;
+ };
+ sdk: {
+ input: ListCrawlersCommandInput;
+ output: ListCrawlersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ListCrawlsCommand.ts b/clients/client-glue/src/commands/ListCrawlsCommand.ts
index fcd48825e95d..c6711b4b0c3c 100644
--- a/clients/client-glue/src/commands/ListCrawlsCommand.ts
+++ b/clients/client-glue/src/commands/ListCrawlsCommand.ts
@@ -124,4 +124,16 @@ export class ListCrawlsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCrawlsCommand)
.de(de_ListCrawlsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCrawlsRequest;
+ output: ListCrawlsResponse;
+ };
+ sdk: {
+ input: ListCrawlsCommandInput;
+ output: ListCrawlsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ListCustomEntityTypesCommand.ts b/clients/client-glue/src/commands/ListCustomEntityTypesCommand.ts
index b13921869f40..cd52ae5318eb 100644
--- a/clients/client-glue/src/commands/ListCustomEntityTypesCommand.ts
+++ b/clients/client-glue/src/commands/ListCustomEntityTypesCommand.ts
@@ -99,4 +99,16 @@ export class ListCustomEntityTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCustomEntityTypesCommand)
.de(de_ListCustomEntityTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCustomEntityTypesRequest;
+ output: ListCustomEntityTypesResponse;
+ };
+ sdk: {
+ input: ListCustomEntityTypesCommandInput;
+ output: ListCustomEntityTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ListDataQualityResultsCommand.ts b/clients/client-glue/src/commands/ListDataQualityResultsCommand.ts
index 15b52c5bd8fd..9068f745f44c 100644
--- a/clients/client-glue/src/commands/ListDataQualityResultsCommand.ts
+++ b/clients/client-glue/src/commands/ListDataQualityResultsCommand.ts
@@ -123,4 +123,16 @@ export class ListDataQualityResultsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDataQualityResultsCommand)
.de(de_ListDataQualityResultsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataQualityResultsRequest;
+ output: ListDataQualityResultsResponse;
+ };
+ sdk: {
+ input: ListDataQualityResultsCommandInput;
+ output: ListDataQualityResultsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ListDataQualityRuleRecommendationRunsCommand.ts b/clients/client-glue/src/commands/ListDataQualityRuleRecommendationRunsCommand.ts
index f81a3bba4dc9..324adacbec3c 100644
--- a/clients/client-glue/src/commands/ListDataQualityRuleRecommendationRunsCommand.ts
+++ b/clients/client-glue/src/commands/ListDataQualityRuleRecommendationRunsCommand.ts
@@ -129,4 +129,16 @@ export class ListDataQualityRuleRecommendationRunsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDataQualityRuleRecommendationRunsCommand)
.de(de_ListDataQualityRuleRecommendationRunsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataQualityRuleRecommendationRunsRequest;
+ output: ListDataQualityRuleRecommendationRunsResponse;
+ };
+ sdk: {
+ input: ListDataQualityRuleRecommendationRunsCommandInput;
+ output: ListDataQualityRuleRecommendationRunsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ListDataQualityRulesetEvaluationRunsCommand.ts b/clients/client-glue/src/commands/ListDataQualityRulesetEvaluationRunsCommand.ts
index ea0fa37f6ee7..bd7927cb2758 100644
--- a/clients/client-glue/src/commands/ListDataQualityRulesetEvaluationRunsCommand.ts
+++ b/clients/client-glue/src/commands/ListDataQualityRulesetEvaluationRunsCommand.ts
@@ -128,4 +128,16 @@ export class ListDataQualityRulesetEvaluationRunsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDataQualityRulesetEvaluationRunsCommand)
.de(de_ListDataQualityRulesetEvaluationRunsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataQualityRulesetEvaluationRunsRequest;
+ output: ListDataQualityRulesetEvaluationRunsResponse;
+ };
+ sdk: {
+ input: ListDataQualityRulesetEvaluationRunsCommandInput;
+ output: ListDataQualityRulesetEvaluationRunsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ListDataQualityRulesetsCommand.ts b/clients/client-glue/src/commands/ListDataQualityRulesetsCommand.ts
index 5f53f1dd25bc..c281ef8bbad9 100644
--- a/clients/client-glue/src/commands/ListDataQualityRulesetsCommand.ts
+++ b/clients/client-glue/src/commands/ListDataQualityRulesetsCommand.ts
@@ -121,4 +121,16 @@ export class ListDataQualityRulesetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDataQualityRulesetsCommand)
.de(de_ListDataQualityRulesetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataQualityRulesetsRequest;
+ output: ListDataQualityRulesetsResponse;
+ };
+ sdk: {
+ input: ListDataQualityRulesetsCommandInput;
+ output: ListDataQualityRulesetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ListDataQualityStatisticAnnotationsCommand.ts b/clients/client-glue/src/commands/ListDataQualityStatisticAnnotationsCommand.ts
index 13a481eb3b99..52c3e9ec0584 100644
--- a/clients/client-glue/src/commands/ListDataQualityStatisticAnnotationsCommand.ts
+++ b/clients/client-glue/src/commands/ListDataQualityStatisticAnnotationsCommand.ts
@@ -109,4 +109,16 @@ export class ListDataQualityStatisticAnnotationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDataQualityStatisticAnnotationsCommand)
.de(de_ListDataQualityStatisticAnnotationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataQualityStatisticAnnotationsRequest;
+ output: ListDataQualityStatisticAnnotationsResponse;
+ };
+ sdk: {
+ input: ListDataQualityStatisticAnnotationsCommandInput;
+ output: ListDataQualityStatisticAnnotationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ListDataQualityStatisticsCommand.ts b/clients/client-glue/src/commands/ListDataQualityStatisticsCommand.ts
index bf0c3b6d4476..166372e3aefa 100644
--- a/clients/client-glue/src/commands/ListDataQualityStatisticsCommand.ts
+++ b/clients/client-glue/src/commands/ListDataQualityStatisticsCommand.ts
@@ -124,4 +124,16 @@ export class ListDataQualityStatisticsCommand extends $Command
.f(void 0, ListDataQualityStatisticsResponseFilterSensitiveLog)
.ser(se_ListDataQualityStatisticsCommand)
.de(de_ListDataQualityStatisticsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataQualityStatisticsRequest;
+ output: ListDataQualityStatisticsResponse;
+ };
+ sdk: {
+ input: ListDataQualityStatisticsCommandInput;
+ output: ListDataQualityStatisticsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ListDevEndpointsCommand.ts b/clients/client-glue/src/commands/ListDevEndpointsCommand.ts
index 0bdbb27cf8ff..f00f368fe88f 100644
--- a/clients/client-glue/src/commands/ListDevEndpointsCommand.ts
+++ b/clients/client-glue/src/commands/ListDevEndpointsCommand.ts
@@ -101,4 +101,16 @@ export class ListDevEndpointsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDevEndpointsCommand)
.de(de_ListDevEndpointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDevEndpointsRequest;
+ output: ListDevEndpointsResponse;
+ };
+ sdk: {
+ input: ListDevEndpointsCommandInput;
+ output: ListDevEndpointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ListJobsCommand.ts b/clients/client-glue/src/commands/ListJobsCommand.ts
index 11ca01317382..40692c51f6be 100644
--- a/clients/client-glue/src/commands/ListJobsCommand.ts
+++ b/clients/client-glue/src/commands/ListJobsCommand.ts
@@ -99,4 +99,16 @@ export class ListJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListJobsCommand)
.de(de_ListJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListJobsRequest;
+ output: ListJobsResponse;
+ };
+ sdk: {
+ input: ListJobsCommandInput;
+ output: ListJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ListMLTransformsCommand.ts b/clients/client-glue/src/commands/ListMLTransformsCommand.ts
index 4e2319e377b4..880925e3c246 100644
--- a/clients/client-glue/src/commands/ListMLTransformsCommand.ts
+++ b/clients/client-glue/src/commands/ListMLTransformsCommand.ts
@@ -120,4 +120,16 @@ export class ListMLTransformsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMLTransformsCommand)
.de(de_ListMLTransformsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMLTransformsRequest;
+ output: ListMLTransformsResponse;
+ };
+ sdk: {
+ input: ListMLTransformsCommandInput;
+ output: ListMLTransformsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ListRegistriesCommand.ts b/clients/client-glue/src/commands/ListRegistriesCommand.ts
index 0c4f01594dc5..454f49502524 100644
--- a/clients/client-glue/src/commands/ListRegistriesCommand.ts
+++ b/clients/client-glue/src/commands/ListRegistriesCommand.ts
@@ -97,4 +97,16 @@ export class ListRegistriesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRegistriesCommand)
.de(de_ListRegistriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRegistriesInput;
+ output: ListRegistriesResponse;
+ };
+ sdk: {
+ input: ListRegistriesCommandInput;
+ output: ListRegistriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ListSchemaVersionsCommand.ts b/clients/client-glue/src/commands/ListSchemaVersionsCommand.ts
index 531504e08ea6..aa2aa61cbcca 100644
--- a/clients/client-glue/src/commands/ListSchemaVersionsCommand.ts
+++ b/clients/client-glue/src/commands/ListSchemaVersionsCommand.ts
@@ -104,4 +104,16 @@ export class ListSchemaVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSchemaVersionsCommand)
.de(de_ListSchemaVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSchemaVersionsInput;
+ output: ListSchemaVersionsResponse;
+ };
+ sdk: {
+ input: ListSchemaVersionsCommandInput;
+ output: ListSchemaVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ListSchemasCommand.ts b/clients/client-glue/src/commands/ListSchemasCommand.ts
index 97d33f443aae..e50a2ccd987b 100644
--- a/clients/client-glue/src/commands/ListSchemasCommand.ts
+++ b/clients/client-glue/src/commands/ListSchemasCommand.ts
@@ -106,4 +106,16 @@ export class ListSchemasCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSchemasCommand)
.de(de_ListSchemasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSchemasInput;
+ output: ListSchemasResponse;
+ };
+ sdk: {
+ input: ListSchemasCommandInput;
+ output: ListSchemasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ListSessionsCommand.ts b/clients/client-glue/src/commands/ListSessionsCommand.ts
index fc4627a07533..3791ee73aa07 100644
--- a/clients/client-glue/src/commands/ListSessionsCommand.ts
+++ b/clients/client-glue/src/commands/ListSessionsCommand.ts
@@ -130,4 +130,16 @@ export class ListSessionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSessionsCommand)
.de(de_ListSessionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSessionsRequest;
+ output: ListSessionsResponse;
+ };
+ sdk: {
+ input: ListSessionsCommandInput;
+ output: ListSessionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ListStatementsCommand.ts b/clients/client-glue/src/commands/ListStatementsCommand.ts
index a8205a66d860..ef6563fa1004 100644
--- a/clients/client-glue/src/commands/ListStatementsCommand.ts
+++ b/clients/client-glue/src/commands/ListStatementsCommand.ts
@@ -119,4 +119,16 @@ export class ListStatementsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStatementsCommand)
.de(de_ListStatementsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStatementsRequest;
+ output: ListStatementsResponse;
+ };
+ sdk: {
+ input: ListStatementsCommandInput;
+ output: ListStatementsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ListTableOptimizerRunsCommand.ts b/clients/client-glue/src/commands/ListTableOptimizerRunsCommand.ts
index dff2f252642d..c4dc3768035e 100644
--- a/clients/client-glue/src/commands/ListTableOptimizerRunsCommand.ts
+++ b/clients/client-glue/src/commands/ListTableOptimizerRunsCommand.ts
@@ -141,4 +141,16 @@ export class ListTableOptimizerRunsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTableOptimizerRunsCommand)
.de(de_ListTableOptimizerRunsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTableOptimizerRunsRequest;
+ output: ListTableOptimizerRunsResponse;
+ };
+ sdk: {
+ input: ListTableOptimizerRunsCommandInput;
+ output: ListTableOptimizerRunsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ListTriggersCommand.ts b/clients/client-glue/src/commands/ListTriggersCommand.ts
index ea8ea72f72da..4d7eb81e80de 100644
--- a/clients/client-glue/src/commands/ListTriggersCommand.ts
+++ b/clients/client-glue/src/commands/ListTriggersCommand.ts
@@ -100,4 +100,16 @@ export class ListTriggersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTriggersCommand)
.de(de_ListTriggersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTriggersRequest;
+ output: ListTriggersResponse;
+ };
+ sdk: {
+ input: ListTriggersCommandInput;
+ output: ListTriggersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ListUsageProfilesCommand.ts b/clients/client-glue/src/commands/ListUsageProfilesCommand.ts
index 9178a506fbac..5965928583e5 100644
--- a/clients/client-glue/src/commands/ListUsageProfilesCommand.ts
+++ b/clients/client-glue/src/commands/ListUsageProfilesCommand.ts
@@ -98,4 +98,16 @@ export class ListUsageProfilesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListUsageProfilesCommand)
.de(de_ListUsageProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUsageProfilesRequest;
+ output: ListUsageProfilesResponse;
+ };
+ sdk: {
+ input: ListUsageProfilesCommandInput;
+ output: ListUsageProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ListWorkflowsCommand.ts b/clients/client-glue/src/commands/ListWorkflowsCommand.ts
index cabf333b527c..757c762faea7 100644
--- a/clients/client-glue/src/commands/ListWorkflowsCommand.ts
+++ b/clients/client-glue/src/commands/ListWorkflowsCommand.ts
@@ -90,4 +90,16 @@ export class ListWorkflowsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWorkflowsCommand)
.de(de_ListWorkflowsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWorkflowsRequest;
+ output: ListWorkflowsResponse;
+ };
+ sdk: {
+ input: ListWorkflowsCommandInput;
+ output: ListWorkflowsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/PutDataCatalogEncryptionSettingsCommand.ts b/clients/client-glue/src/commands/PutDataCatalogEncryptionSettingsCommand.ts
index 8660044f7a8e..74a3348fb2ae 100644
--- a/clients/client-glue/src/commands/PutDataCatalogEncryptionSettingsCommand.ts
+++ b/clients/client-glue/src/commands/PutDataCatalogEncryptionSettingsCommand.ts
@@ -101,4 +101,16 @@ export class PutDataCatalogEncryptionSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutDataCatalogEncryptionSettingsCommand)
.de(de_PutDataCatalogEncryptionSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutDataCatalogEncryptionSettingsRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutDataCatalogEncryptionSettingsCommandInput;
+ output: PutDataCatalogEncryptionSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/PutDataQualityProfileAnnotationCommand.ts b/clients/client-glue/src/commands/PutDataQualityProfileAnnotationCommand.ts
index 06f2ddf2a2dd..dc45e7439190 100644
--- a/clients/client-glue/src/commands/PutDataQualityProfileAnnotationCommand.ts
+++ b/clients/client-glue/src/commands/PutDataQualityProfileAnnotationCommand.ts
@@ -90,4 +90,16 @@ export class PutDataQualityProfileAnnotationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutDataQualityProfileAnnotationCommand)
.de(de_PutDataQualityProfileAnnotationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutDataQualityProfileAnnotationRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutDataQualityProfileAnnotationCommandInput;
+ output: PutDataQualityProfileAnnotationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/PutResourcePolicyCommand.ts b/clients/client-glue/src/commands/PutResourcePolicyCommand.ts
index 6a9ecaded3ac..ba31a6dcf3be 100644
--- a/clients/client-glue/src/commands/PutResourcePolicyCommand.ts
+++ b/clients/client-glue/src/commands/PutResourcePolicyCommand.ts
@@ -96,4 +96,16 @@ export class PutResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutResourcePolicyCommand)
.de(de_PutResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutResourcePolicyRequest;
+ output: PutResourcePolicyResponse;
+ };
+ sdk: {
+ input: PutResourcePolicyCommandInput;
+ output: PutResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/PutSchemaVersionMetadataCommand.ts b/clients/client-glue/src/commands/PutSchemaVersionMetadataCommand.ts
index ed81f313dab8..668c94bd1bad 100644
--- a/clients/client-glue/src/commands/PutSchemaVersionMetadataCommand.ts
+++ b/clients/client-glue/src/commands/PutSchemaVersionMetadataCommand.ts
@@ -112,4 +112,16 @@ export class PutSchemaVersionMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_PutSchemaVersionMetadataCommand)
.de(de_PutSchemaVersionMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutSchemaVersionMetadataInput;
+ output: PutSchemaVersionMetadataResponse;
+ };
+ sdk: {
+ input: PutSchemaVersionMetadataCommandInput;
+ output: PutSchemaVersionMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/PutWorkflowRunPropertiesCommand.ts b/clients/client-glue/src/commands/PutWorkflowRunPropertiesCommand.ts
index 014af80d0b67..85e73ba3f9e3 100644
--- a/clients/client-glue/src/commands/PutWorkflowRunPropertiesCommand.ts
+++ b/clients/client-glue/src/commands/PutWorkflowRunPropertiesCommand.ts
@@ -100,4 +100,16 @@ export class PutWorkflowRunPropertiesCommand extends $Command
.f(void 0, void 0)
.ser(se_PutWorkflowRunPropertiesCommand)
.de(de_PutWorkflowRunPropertiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutWorkflowRunPropertiesRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutWorkflowRunPropertiesCommandInput;
+ output: PutWorkflowRunPropertiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/QuerySchemaVersionMetadataCommand.ts b/clients/client-glue/src/commands/QuerySchemaVersionMetadataCommand.ts
index 9829d2aad2af..ae1aeda8c845 100644
--- a/clients/client-glue/src/commands/QuerySchemaVersionMetadataCommand.ts
+++ b/clients/client-glue/src/commands/QuerySchemaVersionMetadataCommand.ts
@@ -116,4 +116,16 @@ export class QuerySchemaVersionMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_QuerySchemaVersionMetadataCommand)
.de(de_QuerySchemaVersionMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: QuerySchemaVersionMetadataInput;
+ output: QuerySchemaVersionMetadataResponse;
+ };
+ sdk: {
+ input: QuerySchemaVersionMetadataCommandInput;
+ output: QuerySchemaVersionMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/RegisterSchemaVersionCommand.ts b/clients/client-glue/src/commands/RegisterSchemaVersionCommand.ts
index bccf7ceedc8d..3401824a1cf3 100644
--- a/clients/client-glue/src/commands/RegisterSchemaVersionCommand.ts
+++ b/clients/client-glue/src/commands/RegisterSchemaVersionCommand.ts
@@ -104,4 +104,16 @@ export class RegisterSchemaVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterSchemaVersionCommand)
.de(de_RegisterSchemaVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterSchemaVersionInput;
+ output: RegisterSchemaVersionResponse;
+ };
+ sdk: {
+ input: RegisterSchemaVersionCommandInput;
+ output: RegisterSchemaVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/RemoveSchemaVersionMetadataCommand.ts b/clients/client-glue/src/commands/RemoveSchemaVersionMetadataCommand.ts
index 31469b784a11..4af535b2c6d3 100644
--- a/clients/client-glue/src/commands/RemoveSchemaVersionMetadataCommand.ts
+++ b/clients/client-glue/src/commands/RemoveSchemaVersionMetadataCommand.ts
@@ -108,4 +108,16 @@ export class RemoveSchemaVersionMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveSchemaVersionMetadataCommand)
.de(de_RemoveSchemaVersionMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveSchemaVersionMetadataInput;
+ output: RemoveSchemaVersionMetadataResponse;
+ };
+ sdk: {
+ input: RemoveSchemaVersionMetadataCommandInput;
+ output: RemoveSchemaVersionMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ResetJobBookmarkCommand.ts b/clients/client-glue/src/commands/ResetJobBookmarkCommand.ts
index c42634eb90c8..5809c4dea873 100644
--- a/clients/client-glue/src/commands/ResetJobBookmarkCommand.ts
+++ b/clients/client-glue/src/commands/ResetJobBookmarkCommand.ts
@@ -116,4 +116,16 @@ export class ResetJobBookmarkCommand extends $Command
.f(void 0, void 0)
.ser(se_ResetJobBookmarkCommand)
.de(de_ResetJobBookmarkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResetJobBookmarkRequest;
+ output: ResetJobBookmarkResponse;
+ };
+ sdk: {
+ input: ResetJobBookmarkCommandInput;
+ output: ResetJobBookmarkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/ResumeWorkflowRunCommand.ts b/clients/client-glue/src/commands/ResumeWorkflowRunCommand.ts
index 9dd7e0eef75b..73f379da5513 100644
--- a/clients/client-glue/src/commands/ResumeWorkflowRunCommand.ts
+++ b/clients/client-glue/src/commands/ResumeWorkflowRunCommand.ts
@@ -102,4 +102,16 @@ export class ResumeWorkflowRunCommand extends $Command
.f(void 0, void 0)
.ser(se_ResumeWorkflowRunCommand)
.de(de_ResumeWorkflowRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResumeWorkflowRunRequest;
+ output: ResumeWorkflowRunResponse;
+ };
+ sdk: {
+ input: ResumeWorkflowRunCommandInput;
+ output: ResumeWorkflowRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/RunStatementCommand.ts b/clients/client-glue/src/commands/RunStatementCommand.ts
index 117999dca7ef..85968711d249 100644
--- a/clients/client-glue/src/commands/RunStatementCommand.ts
+++ b/clients/client-glue/src/commands/RunStatementCommand.ts
@@ -103,4 +103,16 @@ export class RunStatementCommand extends $Command
.f(void 0, void 0)
.ser(se_RunStatementCommand)
.de(de_RunStatementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RunStatementRequest;
+ output: RunStatementResponse;
+ };
+ sdk: {
+ input: RunStatementCommandInput;
+ output: RunStatementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/SearchTablesCommand.ts b/clients/client-glue/src/commands/SearchTablesCommand.ts
index 543b8a28e3b2..d2decd82eb0a 100644
--- a/clients/client-glue/src/commands/SearchTablesCommand.ts
+++ b/clients/client-glue/src/commands/SearchTablesCommand.ts
@@ -363,4 +363,16 @@ export class SearchTablesCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchTablesCommand)
.de(de_SearchTablesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchTablesRequest;
+ output: SearchTablesResponse;
+ };
+ sdk: {
+ input: SearchTablesCommandInput;
+ output: SearchTablesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/StartBlueprintRunCommand.ts b/clients/client-glue/src/commands/StartBlueprintRunCommand.ts
index 28c0516d36a4..0ec806c012ae 100644
--- a/clients/client-glue/src/commands/StartBlueprintRunCommand.ts
+++ b/clients/client-glue/src/commands/StartBlueprintRunCommand.ts
@@ -97,4 +97,16 @@ export class StartBlueprintRunCommand extends $Command
.f(void 0, void 0)
.ser(se_StartBlueprintRunCommand)
.de(de_StartBlueprintRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartBlueprintRunRequest;
+ output: StartBlueprintRunResponse;
+ };
+ sdk: {
+ input: StartBlueprintRunCommandInput;
+ output: StartBlueprintRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/StartColumnStatisticsTaskRunCommand.ts b/clients/client-glue/src/commands/StartColumnStatisticsTaskRunCommand.ts
index 999d26a76124..c86f30ee011b 100644
--- a/clients/client-glue/src/commands/StartColumnStatisticsTaskRunCommand.ts
+++ b/clients/client-glue/src/commands/StartColumnStatisticsTaskRunCommand.ts
@@ -108,4 +108,16 @@ export class StartColumnStatisticsTaskRunCommand extends $Command
.f(void 0, void 0)
.ser(se_StartColumnStatisticsTaskRunCommand)
.de(de_StartColumnStatisticsTaskRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartColumnStatisticsTaskRunRequest;
+ output: StartColumnStatisticsTaskRunResponse;
+ };
+ sdk: {
+ input: StartColumnStatisticsTaskRunCommandInput;
+ output: StartColumnStatisticsTaskRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/StartCrawlerCommand.ts b/clients/client-glue/src/commands/StartCrawlerCommand.ts
index 328c44b7c634..ffddb10f21cb 100644
--- a/clients/client-glue/src/commands/StartCrawlerCommand.ts
+++ b/clients/client-glue/src/commands/StartCrawlerCommand.ts
@@ -86,4 +86,16 @@ export class StartCrawlerCommand extends $Command
.f(void 0, void 0)
.ser(se_StartCrawlerCommand)
.de(de_StartCrawlerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartCrawlerRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartCrawlerCommandInput;
+ output: StartCrawlerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/StartCrawlerScheduleCommand.ts b/clients/client-glue/src/commands/StartCrawlerScheduleCommand.ts
index 3a31484f3b5c..5d068ae0fc61 100644
--- a/clients/client-glue/src/commands/StartCrawlerScheduleCommand.ts
+++ b/clients/client-glue/src/commands/StartCrawlerScheduleCommand.ts
@@ -92,4 +92,16 @@ export class StartCrawlerScheduleCommand extends $Command
.f(void 0, void 0)
.ser(se_StartCrawlerScheduleCommand)
.de(de_StartCrawlerScheduleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartCrawlerScheduleRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartCrawlerScheduleCommandInput;
+ output: StartCrawlerScheduleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/StartDataQualityRuleRecommendationRunCommand.ts b/clients/client-glue/src/commands/StartDataQualityRuleRecommendationRunCommand.ts
index e1241bc9805c..e3d4575e7ad7 100644
--- a/clients/client-glue/src/commands/StartDataQualityRuleRecommendationRunCommand.ts
+++ b/clients/client-glue/src/commands/StartDataQualityRuleRecommendationRunCommand.ts
@@ -115,4 +115,16 @@ export class StartDataQualityRuleRecommendationRunCommand extends $Command
.f(void 0, void 0)
.ser(se_StartDataQualityRuleRecommendationRunCommand)
.de(de_StartDataQualityRuleRecommendationRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartDataQualityRuleRecommendationRunRequest;
+ output: StartDataQualityRuleRecommendationRunResponse;
+ };
+ sdk: {
+ input: StartDataQualityRuleRecommendationRunCommandInput;
+ output: StartDataQualityRuleRecommendationRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/StartDataQualityRulesetEvaluationRunCommand.ts b/clients/client-glue/src/commands/StartDataQualityRulesetEvaluationRunCommand.ts
index 20fb1d422fd6..d8beef5a8a94 100644
--- a/clients/client-glue/src/commands/StartDataQualityRulesetEvaluationRunCommand.ts
+++ b/clients/client-glue/src/commands/StartDataQualityRulesetEvaluationRunCommand.ts
@@ -135,4 +135,16 @@ export class StartDataQualityRulesetEvaluationRunCommand extends $Command
.f(void 0, void 0)
.ser(se_StartDataQualityRulesetEvaluationRunCommand)
.de(de_StartDataQualityRulesetEvaluationRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartDataQualityRulesetEvaluationRunRequest;
+ output: StartDataQualityRulesetEvaluationRunResponse;
+ };
+ sdk: {
+ input: StartDataQualityRulesetEvaluationRunCommandInput;
+ output: StartDataQualityRulesetEvaluationRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/StartExportLabelsTaskRunCommand.ts b/clients/client-glue/src/commands/StartExportLabelsTaskRunCommand.ts
index a0cddcd55354..45a9a6e4c1f8 100644
--- a/clients/client-glue/src/commands/StartExportLabelsTaskRunCommand.ts
+++ b/clients/client-glue/src/commands/StartExportLabelsTaskRunCommand.ts
@@ -98,4 +98,16 @@ export class StartExportLabelsTaskRunCommand extends $Command
.f(void 0, void 0)
.ser(se_StartExportLabelsTaskRunCommand)
.de(de_StartExportLabelsTaskRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartExportLabelsTaskRunRequest;
+ output: StartExportLabelsTaskRunResponse;
+ };
+ sdk: {
+ input: StartExportLabelsTaskRunCommandInput;
+ output: StartExportLabelsTaskRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/StartImportLabelsTaskRunCommand.ts b/clients/client-glue/src/commands/StartImportLabelsTaskRunCommand.ts
index aa6a86d6ddf1..c08f18368abf 100644
--- a/clients/client-glue/src/commands/StartImportLabelsTaskRunCommand.ts
+++ b/clients/client-glue/src/commands/StartImportLabelsTaskRunCommand.ts
@@ -115,4 +115,16 @@ export class StartImportLabelsTaskRunCommand extends $Command
.f(void 0, void 0)
.ser(se_StartImportLabelsTaskRunCommand)
.de(de_StartImportLabelsTaskRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartImportLabelsTaskRunRequest;
+ output: StartImportLabelsTaskRunResponse;
+ };
+ sdk: {
+ input: StartImportLabelsTaskRunCommandInput;
+ output: StartImportLabelsTaskRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/StartJobRunCommand.ts b/clients/client-glue/src/commands/StartJobRunCommand.ts
index a74f6369a7bf..4682175ec164 100644
--- a/clients/client-glue/src/commands/StartJobRunCommand.ts
+++ b/clients/client-glue/src/commands/StartJobRunCommand.ts
@@ -110,4 +110,16 @@ export class StartJobRunCommand extends $Command
.f(void 0, void 0)
.ser(se_StartJobRunCommand)
.de(de_StartJobRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartJobRunRequest;
+ output: StartJobRunResponse;
+ };
+ sdk: {
+ input: StartJobRunCommandInput;
+ output: StartJobRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/StartMLEvaluationTaskRunCommand.ts b/clients/client-glue/src/commands/StartMLEvaluationTaskRunCommand.ts
index 22e25490b77b..84c51ca0641a 100644
--- a/clients/client-glue/src/commands/StartMLEvaluationTaskRunCommand.ts
+++ b/clients/client-glue/src/commands/StartMLEvaluationTaskRunCommand.ts
@@ -100,4 +100,16 @@ export class StartMLEvaluationTaskRunCommand extends $Command
.f(void 0, void 0)
.ser(se_StartMLEvaluationTaskRunCommand)
.de(de_StartMLEvaluationTaskRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartMLEvaluationTaskRunRequest;
+ output: StartMLEvaluationTaskRunResponse;
+ };
+ sdk: {
+ input: StartMLEvaluationTaskRunCommandInput;
+ output: StartMLEvaluationTaskRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/StartMLLabelingSetGenerationTaskRunCommand.ts b/clients/client-glue/src/commands/StartMLLabelingSetGenerationTaskRunCommand.ts
index 978a1dcc9434..cc7f26cb80df 100644
--- a/clients/client-glue/src/commands/StartMLLabelingSetGenerationTaskRunCommand.ts
+++ b/clients/client-glue/src/commands/StartMLLabelingSetGenerationTaskRunCommand.ts
@@ -111,4 +111,16 @@ export class StartMLLabelingSetGenerationTaskRunCommand extends $Command
.f(void 0, void 0)
.ser(se_StartMLLabelingSetGenerationTaskRunCommand)
.de(de_StartMLLabelingSetGenerationTaskRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartMLLabelingSetGenerationTaskRunRequest;
+ output: StartMLLabelingSetGenerationTaskRunResponse;
+ };
+ sdk: {
+ input: StartMLLabelingSetGenerationTaskRunCommandInput;
+ output: StartMLLabelingSetGenerationTaskRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/StartTriggerCommand.ts b/clients/client-glue/src/commands/StartTriggerCommand.ts
index 1550e671065d..901c07279aa2 100644
--- a/clients/client-glue/src/commands/StartTriggerCommand.ts
+++ b/clients/client-glue/src/commands/StartTriggerCommand.ts
@@ -97,4 +97,16 @@ export class StartTriggerCommand extends $Command
.f(void 0, void 0)
.ser(se_StartTriggerCommand)
.de(de_StartTriggerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartTriggerRequest;
+ output: StartTriggerResponse;
+ };
+ sdk: {
+ input: StartTriggerCommandInput;
+ output: StartTriggerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/StartWorkflowRunCommand.ts b/clients/client-glue/src/commands/StartWorkflowRunCommand.ts
index 6e116f728d02..4c8699c6cd3a 100644
--- a/clients/client-glue/src/commands/StartWorkflowRunCommand.ts
+++ b/clients/client-glue/src/commands/StartWorkflowRunCommand.ts
@@ -98,4 +98,16 @@ export class StartWorkflowRunCommand extends $Command
.f(void 0, void 0)
.ser(se_StartWorkflowRunCommand)
.de(de_StartWorkflowRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartWorkflowRunRequest;
+ output: StartWorkflowRunResponse;
+ };
+ sdk: {
+ input: StartWorkflowRunCommandInput;
+ output: StartWorkflowRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/StopColumnStatisticsTaskRunCommand.ts b/clients/client-glue/src/commands/StopColumnStatisticsTaskRunCommand.ts
index f40f67fed991..fccf65c00cab 100644
--- a/clients/client-glue/src/commands/StopColumnStatisticsTaskRunCommand.ts
+++ b/clients/client-glue/src/commands/StopColumnStatisticsTaskRunCommand.ts
@@ -90,4 +90,16 @@ export class StopColumnStatisticsTaskRunCommand extends $Command
.f(void 0, void 0)
.ser(se_StopColumnStatisticsTaskRunCommand)
.de(de_StopColumnStatisticsTaskRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopColumnStatisticsTaskRunRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopColumnStatisticsTaskRunCommandInput;
+ output: StopColumnStatisticsTaskRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/StopCrawlerCommand.ts b/clients/client-glue/src/commands/StopCrawlerCommand.ts
index 7df4955307d5..c94c12e84558 100644
--- a/clients/client-glue/src/commands/StopCrawlerCommand.ts
+++ b/clients/client-glue/src/commands/StopCrawlerCommand.ts
@@ -87,4 +87,16 @@ export class StopCrawlerCommand extends $Command
.f(void 0, void 0)
.ser(se_StopCrawlerCommand)
.de(de_StopCrawlerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopCrawlerRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopCrawlerCommandInput;
+ output: StopCrawlerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/StopCrawlerScheduleCommand.ts b/clients/client-glue/src/commands/StopCrawlerScheduleCommand.ts
index 59cf805d2423..c1e256e83eb0 100644
--- a/clients/client-glue/src/commands/StopCrawlerScheduleCommand.ts
+++ b/clients/client-glue/src/commands/StopCrawlerScheduleCommand.ts
@@ -89,4 +89,16 @@ export class StopCrawlerScheduleCommand extends $Command
.f(void 0, void 0)
.ser(se_StopCrawlerScheduleCommand)
.de(de_StopCrawlerScheduleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopCrawlerScheduleRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopCrawlerScheduleCommandInput;
+ output: StopCrawlerScheduleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/StopSessionCommand.ts b/clients/client-glue/src/commands/StopSessionCommand.ts
index 1b1ead200339..9561a76a041b 100644
--- a/clients/client-glue/src/commands/StopSessionCommand.ts
+++ b/clients/client-glue/src/commands/StopSessionCommand.ts
@@ -96,4 +96,16 @@ export class StopSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_StopSessionCommand)
.de(de_StopSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopSessionRequest;
+ output: StopSessionResponse;
+ };
+ sdk: {
+ input: StopSessionCommandInput;
+ output: StopSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/StopTriggerCommand.ts b/clients/client-glue/src/commands/StopTriggerCommand.ts
index 52670203ff8a..86c79f19e992 100644
--- a/clients/client-glue/src/commands/StopTriggerCommand.ts
+++ b/clients/client-glue/src/commands/StopTriggerCommand.ts
@@ -92,4 +92,16 @@ export class StopTriggerCommand extends $Command
.f(void 0, void 0)
.ser(se_StopTriggerCommand)
.de(de_StopTriggerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopTriggerRequest;
+ output: StopTriggerResponse;
+ };
+ sdk: {
+ input: StopTriggerCommandInput;
+ output: StopTriggerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/StopWorkflowRunCommand.ts b/clients/client-glue/src/commands/StopWorkflowRunCommand.ts
index ff287114f253..8a10323bf94e 100644
--- a/clients/client-glue/src/commands/StopWorkflowRunCommand.ts
+++ b/clients/client-glue/src/commands/StopWorkflowRunCommand.ts
@@ -91,4 +91,16 @@ export class StopWorkflowRunCommand extends $Command
.f(void 0, void 0)
.ser(se_StopWorkflowRunCommand)
.de(de_StopWorkflowRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopWorkflowRunRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopWorkflowRunCommandInput;
+ output: StopWorkflowRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/TagResourceCommand.ts b/clients/client-glue/src/commands/TagResourceCommand.ts
index b9f3fca00b72..6fea4c487213 100644
--- a/clients/client-glue/src/commands/TagResourceCommand.ts
+++ b/clients/client-glue/src/commands/TagResourceCommand.ts
@@ -92,4 +92,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/UntagResourceCommand.ts b/clients/client-glue/src/commands/UntagResourceCommand.ts
index ac4cb349e319..95417025a49f 100644
--- a/clients/client-glue/src/commands/UntagResourceCommand.ts
+++ b/clients/client-glue/src/commands/UntagResourceCommand.ts
@@ -90,4 +90,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/UpdateBlueprintCommand.ts b/clients/client-glue/src/commands/UpdateBlueprintCommand.ts
index 16cf1b6fe512..3597f39bffe2 100644
--- a/clients/client-glue/src/commands/UpdateBlueprintCommand.ts
+++ b/clients/client-glue/src/commands/UpdateBlueprintCommand.ts
@@ -97,4 +97,16 @@ export class UpdateBlueprintCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateBlueprintCommand)
.de(de_UpdateBlueprintCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBlueprintRequest;
+ output: UpdateBlueprintResponse;
+ };
+ sdk: {
+ input: UpdateBlueprintCommandInput;
+ output: UpdateBlueprintCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/UpdateClassifierCommand.ts b/clients/client-glue/src/commands/UpdateClassifierCommand.ts
index 900a12e1421b..327a9f6df5c7 100644
--- a/clients/client-glue/src/commands/UpdateClassifierCommand.ts
+++ b/clients/client-glue/src/commands/UpdateClassifierCommand.ts
@@ -119,4 +119,16 @@ export class UpdateClassifierCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateClassifierCommand)
.de(de_UpdateClassifierCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateClassifierRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateClassifierCommandInput;
+ output: UpdateClassifierCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/UpdateColumnStatisticsForPartitionCommand.ts b/clients/client-glue/src/commands/UpdateColumnStatisticsForPartitionCommand.ts
index b3fe862dca37..eb3a16a5cd1a 100644
--- a/clients/client-glue/src/commands/UpdateColumnStatisticsForPartitionCommand.ts
+++ b/clients/client-glue/src/commands/UpdateColumnStatisticsForPartitionCommand.ts
@@ -223,4 +223,16 @@ export class UpdateColumnStatisticsForPartitionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateColumnStatisticsForPartitionCommand)
.de(de_UpdateColumnStatisticsForPartitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateColumnStatisticsForPartitionRequest;
+ output: UpdateColumnStatisticsForPartitionResponse;
+ };
+ sdk: {
+ input: UpdateColumnStatisticsForPartitionCommandInput;
+ output: UpdateColumnStatisticsForPartitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/UpdateColumnStatisticsForTableCommand.ts b/clients/client-glue/src/commands/UpdateColumnStatisticsForTableCommand.ts
index ba6b53f822ff..598875304502 100644
--- a/clients/client-glue/src/commands/UpdateColumnStatisticsForTableCommand.ts
+++ b/clients/client-glue/src/commands/UpdateColumnStatisticsForTableCommand.ts
@@ -217,4 +217,16 @@ export class UpdateColumnStatisticsForTableCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateColumnStatisticsForTableCommand)
.de(de_UpdateColumnStatisticsForTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateColumnStatisticsForTableRequest;
+ output: UpdateColumnStatisticsForTableResponse;
+ };
+ sdk: {
+ input: UpdateColumnStatisticsForTableCommandInput;
+ output: UpdateColumnStatisticsForTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/UpdateConnectionCommand.ts b/clients/client-glue/src/commands/UpdateConnectionCommand.ts
index fdda85e0efe0..f0d8d202953d 100644
--- a/clients/client-glue/src/commands/UpdateConnectionCommand.ts
+++ b/clients/client-glue/src/commands/UpdateConnectionCommand.ts
@@ -126,4 +126,16 @@ export class UpdateConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateConnectionCommand)
.de(de_UpdateConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateConnectionRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateConnectionCommandInput;
+ output: UpdateConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/UpdateCrawlerCommand.ts b/clients/client-glue/src/commands/UpdateCrawlerCommand.ts
index 2c1ec7ef48d4..492800a6cbb4 100644
--- a/clients/client-glue/src/commands/UpdateCrawlerCommand.ts
+++ b/clients/client-glue/src/commands/UpdateCrawlerCommand.ts
@@ -197,4 +197,16 @@ export class UpdateCrawlerCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCrawlerCommand)
.de(de_UpdateCrawlerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCrawlerRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateCrawlerCommandInput;
+ output: UpdateCrawlerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/UpdateCrawlerScheduleCommand.ts b/clients/client-glue/src/commands/UpdateCrawlerScheduleCommand.ts
index 1afd87b691c2..d1daf23bb424 100644
--- a/clients/client-glue/src/commands/UpdateCrawlerScheduleCommand.ts
+++ b/clients/client-glue/src/commands/UpdateCrawlerScheduleCommand.ts
@@ -91,4 +91,16 @@ export class UpdateCrawlerScheduleCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCrawlerScheduleCommand)
.de(de_UpdateCrawlerScheduleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCrawlerScheduleRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateCrawlerScheduleCommandInput;
+ output: UpdateCrawlerScheduleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/UpdateDataQualityRulesetCommand.ts b/clients/client-glue/src/commands/UpdateDataQualityRulesetCommand.ts
index c18cada0c2ba..b2d8e3e014a2 100644
--- a/clients/client-glue/src/commands/UpdateDataQualityRulesetCommand.ts
+++ b/clients/client-glue/src/commands/UpdateDataQualityRulesetCommand.ts
@@ -102,4 +102,16 @@ export class UpdateDataQualityRulesetCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDataQualityRulesetCommand)
.de(de_UpdateDataQualityRulesetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDataQualityRulesetRequest;
+ output: UpdateDataQualityRulesetResponse;
+ };
+ sdk: {
+ input: UpdateDataQualityRulesetCommandInput;
+ output: UpdateDataQualityRulesetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/UpdateDatabaseCommand.ts b/clients/client-glue/src/commands/UpdateDatabaseCommand.ts
index e3b50f1efa68..9c97fe81aec6 100644
--- a/clients/client-glue/src/commands/UpdateDatabaseCommand.ts
+++ b/clients/client-glue/src/commands/UpdateDatabaseCommand.ts
@@ -121,4 +121,16 @@ export class UpdateDatabaseCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDatabaseCommand)
.de(de_UpdateDatabaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDatabaseRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDatabaseCommandInput;
+ output: UpdateDatabaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/UpdateDevEndpointCommand.ts b/clients/client-glue/src/commands/UpdateDevEndpointCommand.ts
index 24acff6280c0..54e44df81457 100644
--- a/clients/client-glue/src/commands/UpdateDevEndpointCommand.ts
+++ b/clients/client-glue/src/commands/UpdateDevEndpointCommand.ts
@@ -108,4 +108,16 @@ export class UpdateDevEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDevEndpointCommand)
.de(de_UpdateDevEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDevEndpointRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDevEndpointCommandInput;
+ output: UpdateDevEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/UpdateJobCommand.ts b/clients/client-glue/src/commands/UpdateJobCommand.ts
index f2fea4bbaee4..3163f6677ab5 100644
--- a/clients/client-glue/src/commands/UpdateJobCommand.ts
+++ b/clients/client-glue/src/commands/UpdateJobCommand.ts
@@ -1185,4 +1185,16 @@ export class UpdateJobCommand extends $Command
.f(UpdateJobRequestFilterSensitiveLog, void 0)
.ser(se_UpdateJobCommand)
.de(de_UpdateJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateJobRequest;
+ output: UpdateJobResponse;
+ };
+ sdk: {
+ input: UpdateJobCommandInput;
+ output: UpdateJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/UpdateJobFromSourceControlCommand.ts b/clients/client-glue/src/commands/UpdateJobFromSourceControlCommand.ts
index 66efcdddc27d..19fbc9d9167c 100644
--- a/clients/client-glue/src/commands/UpdateJobFromSourceControlCommand.ts
+++ b/clients/client-glue/src/commands/UpdateJobFromSourceControlCommand.ts
@@ -107,4 +107,16 @@ export class UpdateJobFromSourceControlCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateJobFromSourceControlCommand)
.de(de_UpdateJobFromSourceControlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateJobFromSourceControlRequest;
+ output: UpdateJobFromSourceControlResponse;
+ };
+ sdk: {
+ input: UpdateJobFromSourceControlCommandInput;
+ output: UpdateJobFromSourceControlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/UpdateMLTransformCommand.ts b/clients/client-glue/src/commands/UpdateMLTransformCommand.ts
index 7fc442a92098..e646c61cc631 100644
--- a/clients/client-glue/src/commands/UpdateMLTransformCommand.ts
+++ b/clients/client-glue/src/commands/UpdateMLTransformCommand.ts
@@ -113,4 +113,16 @@ export class UpdateMLTransformCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateMLTransformCommand)
.de(de_UpdateMLTransformCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMLTransformRequest;
+ output: UpdateMLTransformResponse;
+ };
+ sdk: {
+ input: UpdateMLTransformCommandInput;
+ output: UpdateMLTransformCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/UpdatePartitionCommand.ts b/clients/client-glue/src/commands/UpdatePartitionCommand.ts
index e92875fd1ec6..5a5984f3616c 100644
--- a/clients/client-glue/src/commands/UpdatePartitionCommand.ts
+++ b/clients/client-glue/src/commands/UpdatePartitionCommand.ts
@@ -161,4 +161,16 @@ export class UpdatePartitionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePartitionCommand)
.de(de_UpdatePartitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePartitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdatePartitionCommandInput;
+ output: UpdatePartitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/UpdateRegistryCommand.ts b/clients/client-glue/src/commands/UpdateRegistryCommand.ts
index f54fd2e0db1c..df65fd1acfb8 100644
--- a/clients/client-glue/src/commands/UpdateRegistryCommand.ts
+++ b/clients/client-glue/src/commands/UpdateRegistryCommand.ts
@@ -97,4 +97,16 @@ export class UpdateRegistryCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRegistryCommand)
.de(de_UpdateRegistryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRegistryInput;
+ output: UpdateRegistryResponse;
+ };
+ sdk: {
+ input: UpdateRegistryCommandInput;
+ output: UpdateRegistryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/UpdateSchemaCommand.ts b/clients/client-glue/src/commands/UpdateSchemaCommand.ts
index 04696b726bf6..0c37ba8f3bee 100644
--- a/clients/client-glue/src/commands/UpdateSchemaCommand.ts
+++ b/clients/client-glue/src/commands/UpdateSchemaCommand.ts
@@ -107,4 +107,16 @@ export class UpdateSchemaCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSchemaCommand)
.de(de_UpdateSchemaCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSchemaInput;
+ output: UpdateSchemaResponse;
+ };
+ sdk: {
+ input: UpdateSchemaCommandInput;
+ output: UpdateSchemaCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/UpdateSourceControlFromJobCommand.ts b/clients/client-glue/src/commands/UpdateSourceControlFromJobCommand.ts
index 765f1ae58120..724fa064a430 100644
--- a/clients/client-glue/src/commands/UpdateSourceControlFromJobCommand.ts
+++ b/clients/client-glue/src/commands/UpdateSourceControlFromJobCommand.ts
@@ -107,4 +107,16 @@ export class UpdateSourceControlFromJobCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSourceControlFromJobCommand)
.de(de_UpdateSourceControlFromJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSourceControlFromJobRequest;
+ output: UpdateSourceControlFromJobResponse;
+ };
+ sdk: {
+ input: UpdateSourceControlFromJobCommandInput;
+ output: UpdateSourceControlFromJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/UpdateTableCommand.ts b/clients/client-glue/src/commands/UpdateTableCommand.ts
index 59f9b6340a4f..312776606b10 100644
--- a/clients/client-glue/src/commands/UpdateTableCommand.ts
+++ b/clients/client-glue/src/commands/UpdateTableCommand.ts
@@ -206,4 +206,16 @@ export class UpdateTableCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTableCommand)
.de(de_UpdateTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTableRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateTableCommandInput;
+ output: UpdateTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/UpdateTableOptimizerCommand.ts b/clients/client-glue/src/commands/UpdateTableOptimizerCommand.ts
index 5362ef5c01e1..ffd8c2270809 100644
--- a/clients/client-glue/src/commands/UpdateTableOptimizerCommand.ts
+++ b/clients/client-glue/src/commands/UpdateTableOptimizerCommand.ts
@@ -116,4 +116,16 @@ export class UpdateTableOptimizerCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTableOptimizerCommand)
.de(de_UpdateTableOptimizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTableOptimizerRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateTableOptimizerCommandInput;
+ output: UpdateTableOptimizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/UpdateTriggerCommand.ts b/clients/client-glue/src/commands/UpdateTriggerCommand.ts
index 0fd6e9957c7f..d4fb35fe3964 100644
--- a/clients/client-glue/src/commands/UpdateTriggerCommand.ts
+++ b/clients/client-glue/src/commands/UpdateTriggerCommand.ts
@@ -165,4 +165,16 @@ export class UpdateTriggerCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTriggerCommand)
.de(de_UpdateTriggerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTriggerRequest;
+ output: UpdateTriggerResponse;
+ };
+ sdk: {
+ input: UpdateTriggerCommandInput;
+ output: UpdateTriggerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/UpdateUsageProfileCommand.ts b/clients/client-glue/src/commands/UpdateUsageProfileCommand.ts
index 00de00ba382e..1dff55c0424e 100644
--- a/clients/client-glue/src/commands/UpdateUsageProfileCommand.ts
+++ b/clients/client-glue/src/commands/UpdateUsageProfileCommand.ts
@@ -118,4 +118,16 @@ export class UpdateUsageProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateUsageProfileCommand)
.de(de_UpdateUsageProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateUsageProfileRequest;
+ output: UpdateUsageProfileResponse;
+ };
+ sdk: {
+ input: UpdateUsageProfileCommandInput;
+ output: UpdateUsageProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/UpdateUserDefinedFunctionCommand.ts b/clients/client-glue/src/commands/UpdateUserDefinedFunctionCommand.ts
index 3dcd1ff77829..1851c78ecbca 100644
--- a/clients/client-glue/src/commands/UpdateUserDefinedFunctionCommand.ts
+++ b/clients/client-glue/src/commands/UpdateUserDefinedFunctionCommand.ts
@@ -104,4 +104,16 @@ export class UpdateUserDefinedFunctionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateUserDefinedFunctionCommand)
.de(de_UpdateUserDefinedFunctionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateUserDefinedFunctionRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateUserDefinedFunctionCommandInput;
+ output: UpdateUserDefinedFunctionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-glue/src/commands/UpdateWorkflowCommand.ts b/clients/client-glue/src/commands/UpdateWorkflowCommand.ts
index 9d3299f459c0..87100690cc53 100644
--- a/clients/client-glue/src/commands/UpdateWorkflowCommand.ts
+++ b/clients/client-glue/src/commands/UpdateWorkflowCommand.ts
@@ -97,4 +97,16 @@ export class UpdateWorkflowCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateWorkflowCommand)
.de(de_UpdateWorkflowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateWorkflowRequest;
+ output: UpdateWorkflowResponse;
+ };
+ sdk: {
+ input: UpdateWorkflowCommandInput;
+ output: UpdateWorkflowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/package.json b/clients/client-grafana/package.json
index 90bf455046ca..f1e80e77bfc8 100644
--- a/clients/client-grafana/package.json
+++ b/clients/client-grafana/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-grafana/src/commands/AssociateLicenseCommand.ts b/clients/client-grafana/src/commands/AssociateLicenseCommand.ts
index 4fc2ab66d2d0..e08e0f284b2d 100644
--- a/clients/client-grafana/src/commands/AssociateLicenseCommand.ts
+++ b/clients/client-grafana/src/commands/AssociateLicenseCommand.ts
@@ -155,4 +155,16 @@ export class AssociateLicenseCommand extends $Command
.f(void 0, AssociateLicenseResponseFilterSensitiveLog)
.ser(se_AssociateLicenseCommand)
.de(de_AssociateLicenseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateLicenseRequest;
+ output: AssociateLicenseResponse;
+ };
+ sdk: {
+ input: AssociateLicenseCommandInput;
+ output: AssociateLicenseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/src/commands/CreateWorkspaceApiKeyCommand.ts b/clients/client-grafana/src/commands/CreateWorkspaceApiKeyCommand.ts
index 1a9148190d72..fe7e9c9aba5a 100644
--- a/clients/client-grafana/src/commands/CreateWorkspaceApiKeyCommand.ts
+++ b/clients/client-grafana/src/commands/CreateWorkspaceApiKeyCommand.ts
@@ -113,4 +113,16 @@ export class CreateWorkspaceApiKeyCommand extends $Command
.f(void 0, CreateWorkspaceApiKeyResponseFilterSensitiveLog)
.ser(se_CreateWorkspaceApiKeyCommand)
.de(de_CreateWorkspaceApiKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateWorkspaceApiKeyRequest;
+ output: CreateWorkspaceApiKeyResponse;
+ };
+ sdk: {
+ input: CreateWorkspaceApiKeyCommandInput;
+ output: CreateWorkspaceApiKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/src/commands/CreateWorkspaceCommand.ts b/clients/client-grafana/src/commands/CreateWorkspaceCommand.ts
index 543ed798d924..aa89853ecf4d 100644
--- a/clients/client-grafana/src/commands/CreateWorkspaceCommand.ts
+++ b/clients/client-grafana/src/commands/CreateWorkspaceCommand.ts
@@ -197,4 +197,16 @@ export class CreateWorkspaceCommand extends $Command
.f(CreateWorkspaceRequestFilterSensitiveLog, CreateWorkspaceResponseFilterSensitiveLog)
.ser(se_CreateWorkspaceCommand)
.de(de_CreateWorkspaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateWorkspaceRequest;
+ output: CreateWorkspaceResponse;
+ };
+ sdk: {
+ input: CreateWorkspaceCommandInput;
+ output: CreateWorkspaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/src/commands/CreateWorkspaceServiceAccountCommand.ts b/clients/client-grafana/src/commands/CreateWorkspaceServiceAccountCommand.ts
index 50cd60111831..626373af9290 100644
--- a/clients/client-grafana/src/commands/CreateWorkspaceServiceAccountCommand.ts
+++ b/clients/client-grafana/src/commands/CreateWorkspaceServiceAccountCommand.ts
@@ -120,4 +120,16 @@ export class CreateWorkspaceServiceAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateWorkspaceServiceAccountCommand)
.de(de_CreateWorkspaceServiceAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateWorkspaceServiceAccountRequest;
+ output: CreateWorkspaceServiceAccountResponse;
+ };
+ sdk: {
+ input: CreateWorkspaceServiceAccountCommandInput;
+ output: CreateWorkspaceServiceAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/src/commands/CreateWorkspaceServiceAccountTokenCommand.ts b/clients/client-grafana/src/commands/CreateWorkspaceServiceAccountTokenCommand.ts
index 38214e848088..7ba13ca7e139 100644
--- a/clients/client-grafana/src/commands/CreateWorkspaceServiceAccountTokenCommand.ts
+++ b/clients/client-grafana/src/commands/CreateWorkspaceServiceAccountTokenCommand.ts
@@ -128,4 +128,16 @@ export class CreateWorkspaceServiceAccountTokenCommand extends $Command
.f(void 0, CreateWorkspaceServiceAccountTokenResponseFilterSensitiveLog)
.ser(se_CreateWorkspaceServiceAccountTokenCommand)
.de(de_CreateWorkspaceServiceAccountTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateWorkspaceServiceAccountTokenRequest;
+ output: CreateWorkspaceServiceAccountTokenResponse;
+ };
+ sdk: {
+ input: CreateWorkspaceServiceAccountTokenCommandInput;
+ output: CreateWorkspaceServiceAccountTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/src/commands/DeleteWorkspaceApiKeyCommand.ts b/clients/client-grafana/src/commands/DeleteWorkspaceApiKeyCommand.ts
index 7f6aea8f58eb..fca56c36533d 100644
--- a/clients/client-grafana/src/commands/DeleteWorkspaceApiKeyCommand.ts
+++ b/clients/client-grafana/src/commands/DeleteWorkspaceApiKeyCommand.ts
@@ -101,4 +101,16 @@ export class DeleteWorkspaceApiKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteWorkspaceApiKeyCommand)
.de(de_DeleteWorkspaceApiKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteWorkspaceApiKeyRequest;
+ output: DeleteWorkspaceApiKeyResponse;
+ };
+ sdk: {
+ input: DeleteWorkspaceApiKeyCommandInput;
+ output: DeleteWorkspaceApiKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/src/commands/DeleteWorkspaceCommand.ts b/clients/client-grafana/src/commands/DeleteWorkspaceCommand.ts
index 29b87d02af5c..c55b3cac2861 100644
--- a/clients/client-grafana/src/commands/DeleteWorkspaceCommand.ts
+++ b/clients/client-grafana/src/commands/DeleteWorkspaceCommand.ts
@@ -152,4 +152,16 @@ export class DeleteWorkspaceCommand extends $Command
.f(void 0, DeleteWorkspaceResponseFilterSensitiveLog)
.ser(se_DeleteWorkspaceCommand)
.de(de_DeleteWorkspaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteWorkspaceRequest;
+ output: DeleteWorkspaceResponse;
+ };
+ sdk: {
+ input: DeleteWorkspaceCommandInput;
+ output: DeleteWorkspaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/src/commands/DeleteWorkspaceServiceAccountCommand.ts b/clients/client-grafana/src/commands/DeleteWorkspaceServiceAccountCommand.ts
index 5edeedb8bc78..c097ca8eab3e 100644
--- a/clients/client-grafana/src/commands/DeleteWorkspaceServiceAccountCommand.ts
+++ b/clients/client-grafana/src/commands/DeleteWorkspaceServiceAccountCommand.ts
@@ -107,4 +107,16 @@ export class DeleteWorkspaceServiceAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteWorkspaceServiceAccountCommand)
.de(de_DeleteWorkspaceServiceAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteWorkspaceServiceAccountRequest;
+ output: DeleteWorkspaceServiceAccountResponse;
+ };
+ sdk: {
+ input: DeleteWorkspaceServiceAccountCommandInput;
+ output: DeleteWorkspaceServiceAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/src/commands/DeleteWorkspaceServiceAccountTokenCommand.ts b/clients/client-grafana/src/commands/DeleteWorkspaceServiceAccountTokenCommand.ts
index f949d94b1344..0de1e8ec1a73 100644
--- a/clients/client-grafana/src/commands/DeleteWorkspaceServiceAccountTokenCommand.ts
+++ b/clients/client-grafana/src/commands/DeleteWorkspaceServiceAccountTokenCommand.ts
@@ -112,4 +112,16 @@ export class DeleteWorkspaceServiceAccountTokenCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteWorkspaceServiceAccountTokenCommand)
.de(de_DeleteWorkspaceServiceAccountTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteWorkspaceServiceAccountTokenRequest;
+ output: DeleteWorkspaceServiceAccountTokenResponse;
+ };
+ sdk: {
+ input: DeleteWorkspaceServiceAccountTokenCommandInput;
+ output: DeleteWorkspaceServiceAccountTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/src/commands/DescribeWorkspaceAuthenticationCommand.ts b/clients/client-grafana/src/commands/DescribeWorkspaceAuthenticationCommand.ts
index 4e8c3fde95bd..dea482f55e4e 100644
--- a/clients/client-grafana/src/commands/DescribeWorkspaceAuthenticationCommand.ts
+++ b/clients/client-grafana/src/commands/DescribeWorkspaceAuthenticationCommand.ts
@@ -141,4 +141,16 @@ export class DescribeWorkspaceAuthenticationCommand extends $Command
.f(void 0, DescribeWorkspaceAuthenticationResponseFilterSensitiveLog)
.ser(se_DescribeWorkspaceAuthenticationCommand)
.de(de_DescribeWorkspaceAuthenticationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeWorkspaceAuthenticationRequest;
+ output: DescribeWorkspaceAuthenticationResponse;
+ };
+ sdk: {
+ input: DescribeWorkspaceAuthenticationCommandInput;
+ output: DescribeWorkspaceAuthenticationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/src/commands/DescribeWorkspaceCommand.ts b/clients/client-grafana/src/commands/DescribeWorkspaceCommand.ts
index 94ca00095c37..2a119d2a7b27 100644
--- a/clients/client-grafana/src/commands/DescribeWorkspaceCommand.ts
+++ b/clients/client-grafana/src/commands/DescribeWorkspaceCommand.ts
@@ -149,4 +149,16 @@ export class DescribeWorkspaceCommand extends $Command
.f(void 0, DescribeWorkspaceResponseFilterSensitiveLog)
.ser(se_DescribeWorkspaceCommand)
.de(de_DescribeWorkspaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeWorkspaceRequest;
+ output: DescribeWorkspaceResponse;
+ };
+ sdk: {
+ input: DescribeWorkspaceCommandInput;
+ output: DescribeWorkspaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/src/commands/DescribeWorkspaceConfigurationCommand.ts b/clients/client-grafana/src/commands/DescribeWorkspaceConfigurationCommand.ts
index 5e21383657f6..66e751085b24 100644
--- a/clients/client-grafana/src/commands/DescribeWorkspaceConfigurationCommand.ts
+++ b/clients/client-grafana/src/commands/DescribeWorkspaceConfigurationCommand.ts
@@ -95,4 +95,16 @@ export class DescribeWorkspaceConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeWorkspaceConfigurationCommand)
.de(de_DescribeWorkspaceConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeWorkspaceConfigurationRequest;
+ output: DescribeWorkspaceConfigurationResponse;
+ };
+ sdk: {
+ input: DescribeWorkspaceConfigurationCommandInput;
+ output: DescribeWorkspaceConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/src/commands/DisassociateLicenseCommand.ts b/clients/client-grafana/src/commands/DisassociateLicenseCommand.ts
index 60e95373ebd8..d41554841e0b 100644
--- a/clients/client-grafana/src/commands/DisassociateLicenseCommand.ts
+++ b/clients/client-grafana/src/commands/DisassociateLicenseCommand.ts
@@ -150,4 +150,16 @@ export class DisassociateLicenseCommand extends $Command
.f(void 0, DisassociateLicenseResponseFilterSensitiveLog)
.ser(se_DisassociateLicenseCommand)
.de(de_DisassociateLicenseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateLicenseRequest;
+ output: DisassociateLicenseResponse;
+ };
+ sdk: {
+ input: DisassociateLicenseCommandInput;
+ output: DisassociateLicenseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/src/commands/ListPermissionsCommand.ts b/clients/client-grafana/src/commands/ListPermissionsCommand.ts
index 5051a6fc90d4..58124d2f46a8 100644
--- a/clients/client-grafana/src/commands/ListPermissionsCommand.ts
+++ b/clients/client-grafana/src/commands/ListPermissionsCommand.ts
@@ -111,4 +111,16 @@ export class ListPermissionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPermissionsCommand)
.de(de_ListPermissionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPermissionsRequest;
+ output: ListPermissionsResponse;
+ };
+ sdk: {
+ input: ListPermissionsCommandInput;
+ output: ListPermissionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/src/commands/ListTagsForResourceCommand.ts b/clients/client-grafana/src/commands/ListTagsForResourceCommand.ts
index 43432f31daad..68bd4452baa6 100644
--- a/clients/client-grafana/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-grafana/src/commands/ListTagsForResourceCommand.ts
@@ -97,4 +97,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/src/commands/ListVersionsCommand.ts b/clients/client-grafana/src/commands/ListVersionsCommand.ts
index c58bf4488a3a..8242e8fc85d6 100644
--- a/clients/client-grafana/src/commands/ListVersionsCommand.ts
+++ b/clients/client-grafana/src/commands/ListVersionsCommand.ts
@@ -99,4 +99,16 @@ export class ListVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListVersionsCommand)
.de(de_ListVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVersionsRequest;
+ output: ListVersionsResponse;
+ };
+ sdk: {
+ input: ListVersionsCommandInput;
+ output: ListVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/src/commands/ListWorkspaceServiceAccountTokensCommand.ts b/clients/client-grafana/src/commands/ListWorkspaceServiceAccountTokensCommand.ts
index 780236660897..006d60025836 100644
--- a/clients/client-grafana/src/commands/ListWorkspaceServiceAccountTokensCommand.ts
+++ b/clients/client-grafana/src/commands/ListWorkspaceServiceAccountTokensCommand.ts
@@ -123,4 +123,16 @@ export class ListWorkspaceServiceAccountTokensCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWorkspaceServiceAccountTokensCommand)
.de(de_ListWorkspaceServiceAccountTokensCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWorkspaceServiceAccountTokensRequest;
+ output: ListWorkspaceServiceAccountTokensResponse;
+ };
+ sdk: {
+ input: ListWorkspaceServiceAccountTokensCommandInput;
+ output: ListWorkspaceServiceAccountTokensCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/src/commands/ListWorkspaceServiceAccountsCommand.ts b/clients/client-grafana/src/commands/ListWorkspaceServiceAccountsCommand.ts
index 41196e72b4b0..402a919d0fd6 100644
--- a/clients/client-grafana/src/commands/ListWorkspaceServiceAccountsCommand.ts
+++ b/clients/client-grafana/src/commands/ListWorkspaceServiceAccountsCommand.ts
@@ -113,4 +113,16 @@ export class ListWorkspaceServiceAccountsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWorkspaceServiceAccountsCommand)
.de(de_ListWorkspaceServiceAccountsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWorkspaceServiceAccountsRequest;
+ output: ListWorkspaceServiceAccountsResponse;
+ };
+ sdk: {
+ input: ListWorkspaceServiceAccountsCommandInput;
+ output: ListWorkspaceServiceAccountsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/src/commands/ListWorkspacesCommand.ts b/clients/client-grafana/src/commands/ListWorkspacesCommand.ts
index e8ca87ae9d27..3285bad79efe 100644
--- a/clients/client-grafana/src/commands/ListWorkspacesCommand.ts
+++ b/clients/client-grafana/src/commands/ListWorkspacesCommand.ts
@@ -118,4 +118,16 @@ export class ListWorkspacesCommand extends $Command
.f(void 0, ListWorkspacesResponseFilterSensitiveLog)
.ser(se_ListWorkspacesCommand)
.de(de_ListWorkspacesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWorkspacesRequest;
+ output: ListWorkspacesResponse;
+ };
+ sdk: {
+ input: ListWorkspacesCommandInput;
+ output: ListWorkspacesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/src/commands/TagResourceCommand.ts b/clients/client-grafana/src/commands/TagResourceCommand.ts
index 3c64cd754a0b..54e3a7899d31 100644
--- a/clients/client-grafana/src/commands/TagResourceCommand.ts
+++ b/clients/client-grafana/src/commands/TagResourceCommand.ts
@@ -98,4 +98,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/src/commands/UntagResourceCommand.ts b/clients/client-grafana/src/commands/UntagResourceCommand.ts
index 9afd98122d86..1a7b5e373487 100644
--- a/clients/client-grafana/src/commands/UntagResourceCommand.ts
+++ b/clients/client-grafana/src/commands/UntagResourceCommand.ts
@@ -94,4 +94,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/src/commands/UpdatePermissionsCommand.ts b/clients/client-grafana/src/commands/UpdatePermissionsCommand.ts
index ffe7e135fc5d..6615dacbae09 100644
--- a/clients/client-grafana/src/commands/UpdatePermissionsCommand.ts
+++ b/clients/client-grafana/src/commands/UpdatePermissionsCommand.ts
@@ -120,4 +120,16 @@ export class UpdatePermissionsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePermissionsCommand)
.de(de_UpdatePermissionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePermissionsRequest;
+ output: UpdatePermissionsResponse;
+ };
+ sdk: {
+ input: UpdatePermissionsCommandInput;
+ output: UpdatePermissionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/src/commands/UpdateWorkspaceAuthenticationCommand.ts b/clients/client-grafana/src/commands/UpdateWorkspaceAuthenticationCommand.ts
index f994fb79c1ba..42c9aec386d9 100644
--- a/clients/client-grafana/src/commands/UpdateWorkspaceAuthenticationCommand.ts
+++ b/clients/client-grafana/src/commands/UpdateWorkspaceAuthenticationCommand.ts
@@ -177,4 +177,16 @@ export class UpdateWorkspaceAuthenticationCommand extends $Command
.f(UpdateWorkspaceAuthenticationRequestFilterSensitiveLog, UpdateWorkspaceAuthenticationResponseFilterSensitiveLog)
.ser(se_UpdateWorkspaceAuthenticationCommand)
.de(de_UpdateWorkspaceAuthenticationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateWorkspaceAuthenticationRequest;
+ output: UpdateWorkspaceAuthenticationResponse;
+ };
+ sdk: {
+ input: UpdateWorkspaceAuthenticationCommandInput;
+ output: UpdateWorkspaceAuthenticationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/src/commands/UpdateWorkspaceCommand.ts b/clients/client-grafana/src/commands/UpdateWorkspaceCommand.ts
index 8d2a1fcc777f..d3b86b7ee49f 100644
--- a/clients/client-grafana/src/commands/UpdateWorkspaceCommand.ts
+++ b/clients/client-grafana/src/commands/UpdateWorkspaceCommand.ts
@@ -192,4 +192,16 @@ export class UpdateWorkspaceCommand extends $Command
.f(UpdateWorkspaceRequestFilterSensitiveLog, UpdateWorkspaceResponseFilterSensitiveLog)
.ser(se_UpdateWorkspaceCommand)
.de(de_UpdateWorkspaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateWorkspaceRequest;
+ output: UpdateWorkspaceResponse;
+ };
+ sdk: {
+ input: UpdateWorkspaceCommandInput;
+ output: UpdateWorkspaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-grafana/src/commands/UpdateWorkspaceConfigurationCommand.ts b/clients/client-grafana/src/commands/UpdateWorkspaceConfigurationCommand.ts
index 2b69ce86dcaa..8e12a7fb3d32 100644
--- a/clients/client-grafana/src/commands/UpdateWorkspaceConfigurationCommand.ts
+++ b/clients/client-grafana/src/commands/UpdateWorkspaceConfigurationCommand.ts
@@ -100,4 +100,16 @@ export class UpdateWorkspaceConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateWorkspaceConfigurationCommand)
.de(de_UpdateWorkspaceConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateWorkspaceConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateWorkspaceConfigurationCommandInput;
+ output: UpdateWorkspaceConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/package.json b/clients/client-greengrass/package.json
index 49b52003c252..1856071d7dae 100644
--- a/clients/client-greengrass/package.json
+++ b/clients/client-greengrass/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-greengrass/src/commands/AssociateRoleToGroupCommand.ts b/clients/client-greengrass/src/commands/AssociateRoleToGroupCommand.ts
index 0c65f58944b6..aa1b19d6effe 100644
--- a/clients/client-greengrass/src/commands/AssociateRoleToGroupCommand.ts
+++ b/clients/client-greengrass/src/commands/AssociateRoleToGroupCommand.ts
@@ -84,4 +84,16 @@ export class AssociateRoleToGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateRoleToGroupCommand)
.de(de_AssociateRoleToGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateRoleToGroupRequest;
+ output: AssociateRoleToGroupResponse;
+ };
+ sdk: {
+ input: AssociateRoleToGroupCommandInput;
+ output: AssociateRoleToGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/AssociateServiceRoleToAccountCommand.ts b/clients/client-greengrass/src/commands/AssociateServiceRoleToAccountCommand.ts
index 0d11565d3c3a..ff6808e02c04 100644
--- a/clients/client-greengrass/src/commands/AssociateServiceRoleToAccountCommand.ts
+++ b/clients/client-greengrass/src/commands/AssociateServiceRoleToAccountCommand.ts
@@ -88,4 +88,16 @@ export class AssociateServiceRoleToAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateServiceRoleToAccountCommand)
.de(de_AssociateServiceRoleToAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateServiceRoleToAccountRequest;
+ output: AssociateServiceRoleToAccountResponse;
+ };
+ sdk: {
+ input: AssociateServiceRoleToAccountCommandInput;
+ output: AssociateServiceRoleToAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/CreateConnectorDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateConnectorDefinitionCommand.ts
index e4a9d0505d49..6188c0778cbf 100644
--- a/clients/client-greengrass/src/commands/CreateConnectorDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/CreateConnectorDefinitionCommand.ts
@@ -101,4 +101,16 @@ export class CreateConnectorDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateConnectorDefinitionCommand)
.de(de_CreateConnectorDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateConnectorDefinitionRequest;
+ output: CreateConnectorDefinitionResponse;
+ };
+ sdk: {
+ input: CreateConnectorDefinitionCommandInput;
+ output: CreateConnectorDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/CreateConnectorDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateConnectorDefinitionVersionCommand.ts
index 3e6155eb22f1..94c930afbc06 100644
--- a/clients/client-greengrass/src/commands/CreateConnectorDefinitionVersionCommand.ts
+++ b/clients/client-greengrass/src/commands/CreateConnectorDefinitionVersionCommand.ts
@@ -98,4 +98,16 @@ export class CreateConnectorDefinitionVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateConnectorDefinitionVersionCommand)
.de(de_CreateConnectorDefinitionVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateConnectorDefinitionVersionRequest;
+ output: CreateConnectorDefinitionVersionResponse;
+ };
+ sdk: {
+ input: CreateConnectorDefinitionVersionCommandInput;
+ output: CreateConnectorDefinitionVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/CreateCoreDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateCoreDefinitionCommand.ts
index 2d1f8841bba1..9c32ec1c06de 100644
--- a/clients/client-greengrass/src/commands/CreateCoreDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/CreateCoreDefinitionCommand.ts
@@ -100,4 +100,16 @@ export class CreateCoreDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCoreDefinitionCommand)
.de(de_CreateCoreDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCoreDefinitionRequest;
+ output: CreateCoreDefinitionResponse;
+ };
+ sdk: {
+ input: CreateCoreDefinitionCommandInput;
+ output: CreateCoreDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/CreateCoreDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateCoreDefinitionVersionCommand.ts
index a7907d6e2b9e..dcccdb4e6e24 100644
--- a/clients/client-greengrass/src/commands/CreateCoreDefinitionVersionCommand.ts
+++ b/clients/client-greengrass/src/commands/CreateCoreDefinitionVersionCommand.ts
@@ -97,4 +97,16 @@ export class CreateCoreDefinitionVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCoreDefinitionVersionCommand)
.de(de_CreateCoreDefinitionVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCoreDefinitionVersionRequest;
+ output: CreateCoreDefinitionVersionResponse;
+ };
+ sdk: {
+ input: CreateCoreDefinitionVersionCommandInput;
+ output: CreateCoreDefinitionVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/CreateDeploymentCommand.ts b/clients/client-greengrass/src/commands/CreateDeploymentCommand.ts
index 5439391e571c..822561f0bce5 100644
--- a/clients/client-greengrass/src/commands/CreateDeploymentCommand.ts
+++ b/clients/client-greengrass/src/commands/CreateDeploymentCommand.ts
@@ -85,4 +85,16 @@ export class CreateDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDeploymentCommand)
.de(de_CreateDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDeploymentRequest;
+ output: CreateDeploymentResponse;
+ };
+ sdk: {
+ input: CreateDeploymentCommandInput;
+ output: CreateDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/CreateDeviceDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateDeviceDefinitionCommand.ts
index 58c23123a7dc..1e267201ec60 100644
--- a/clients/client-greengrass/src/commands/CreateDeviceDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/CreateDeviceDefinitionCommand.ts
@@ -100,4 +100,16 @@ export class CreateDeviceDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDeviceDefinitionCommand)
.de(de_CreateDeviceDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDeviceDefinitionRequest;
+ output: CreateDeviceDefinitionResponse;
+ };
+ sdk: {
+ input: CreateDeviceDefinitionCommandInput;
+ output: CreateDeviceDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/CreateDeviceDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateDeviceDefinitionVersionCommand.ts
index 22eb178145e8..cbb84a1fb736 100644
--- a/clients/client-greengrass/src/commands/CreateDeviceDefinitionVersionCommand.ts
+++ b/clients/client-greengrass/src/commands/CreateDeviceDefinitionVersionCommand.ts
@@ -97,4 +97,16 @@ export class CreateDeviceDefinitionVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDeviceDefinitionVersionCommand)
.de(de_CreateDeviceDefinitionVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDeviceDefinitionVersionRequest;
+ output: CreateDeviceDefinitionVersionResponse;
+ };
+ sdk: {
+ input: CreateDeviceDefinitionVersionCommandInput;
+ output: CreateDeviceDefinitionVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/CreateFunctionDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateFunctionDefinitionCommand.ts
index f6d57794d59a..d8302a96e8f1 100644
--- a/clients/client-greengrass/src/commands/CreateFunctionDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/CreateFunctionDefinitionCommand.ts
@@ -135,4 +135,16 @@ export class CreateFunctionDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFunctionDefinitionCommand)
.de(de_CreateFunctionDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFunctionDefinitionRequest;
+ output: CreateFunctionDefinitionResponse;
+ };
+ sdk: {
+ input: CreateFunctionDefinitionCommandInput;
+ output: CreateFunctionDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/CreateFunctionDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateFunctionDefinitionVersionCommand.ts
index 3a85efe29d5b..f9bd3831f922 100644
--- a/clients/client-greengrass/src/commands/CreateFunctionDefinitionVersionCommand.ts
+++ b/clients/client-greengrass/src/commands/CreateFunctionDefinitionVersionCommand.ts
@@ -132,4 +132,16 @@ export class CreateFunctionDefinitionVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFunctionDefinitionVersionCommand)
.de(de_CreateFunctionDefinitionVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFunctionDefinitionVersionRequest;
+ output: CreateFunctionDefinitionVersionResponse;
+ };
+ sdk: {
+ input: CreateFunctionDefinitionVersionCommandInput;
+ output: CreateFunctionDefinitionVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/CreateGroupCertificateAuthorityCommand.ts b/clients/client-greengrass/src/commands/CreateGroupCertificateAuthorityCommand.ts
index c79500ea40bc..6733c9864aaa 100644
--- a/clients/client-greengrass/src/commands/CreateGroupCertificateAuthorityCommand.ts
+++ b/clients/client-greengrass/src/commands/CreateGroupCertificateAuthorityCommand.ts
@@ -89,4 +89,16 @@ export class CreateGroupCertificateAuthorityCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateGroupCertificateAuthorityCommand)
.de(de_CreateGroupCertificateAuthorityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGroupCertificateAuthorityRequest;
+ output: CreateGroupCertificateAuthorityResponse;
+ };
+ sdk: {
+ input: CreateGroupCertificateAuthorityCommandInput;
+ output: CreateGroupCertificateAuthorityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/CreateGroupCommand.ts b/clients/client-greengrass/src/commands/CreateGroupCommand.ts
index c35b73428504..47cb7deea270 100644
--- a/clients/client-greengrass/src/commands/CreateGroupCommand.ts
+++ b/clients/client-greengrass/src/commands/CreateGroupCommand.ts
@@ -99,4 +99,16 @@ export class CreateGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateGroupCommand)
.de(de_CreateGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGroupRequest;
+ output: CreateGroupResponse;
+ };
+ sdk: {
+ input: CreateGroupCommandInput;
+ output: CreateGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/CreateGroupVersionCommand.ts b/clients/client-greengrass/src/commands/CreateGroupVersionCommand.ts
index a3ba34289580..b73dbbdf49cd 100644
--- a/clients/client-greengrass/src/commands/CreateGroupVersionCommand.ts
+++ b/clients/client-greengrass/src/commands/CreateGroupVersionCommand.ts
@@ -91,4 +91,16 @@ export class CreateGroupVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateGroupVersionCommand)
.de(de_CreateGroupVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGroupVersionRequest;
+ output: CreateGroupVersionResponse;
+ };
+ sdk: {
+ input: CreateGroupVersionCommandInput;
+ output: CreateGroupVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/CreateLoggerDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateLoggerDefinitionCommand.ts
index 8eebe0ab118e..4eefe338555f 100644
--- a/clients/client-greengrass/src/commands/CreateLoggerDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/CreateLoggerDefinitionCommand.ts
@@ -101,4 +101,16 @@ export class CreateLoggerDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLoggerDefinitionCommand)
.de(de_CreateLoggerDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLoggerDefinitionRequest;
+ output: CreateLoggerDefinitionResponse;
+ };
+ sdk: {
+ input: CreateLoggerDefinitionCommandInput;
+ output: CreateLoggerDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/CreateLoggerDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateLoggerDefinitionVersionCommand.ts
index 6655a7b52e46..791216b04b69 100644
--- a/clients/client-greengrass/src/commands/CreateLoggerDefinitionVersionCommand.ts
+++ b/clients/client-greengrass/src/commands/CreateLoggerDefinitionVersionCommand.ts
@@ -98,4 +98,16 @@ export class CreateLoggerDefinitionVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLoggerDefinitionVersionCommand)
.de(de_CreateLoggerDefinitionVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLoggerDefinitionVersionRequest;
+ output: CreateLoggerDefinitionVersionResponse;
+ };
+ sdk: {
+ input: CreateLoggerDefinitionVersionCommandInput;
+ output: CreateLoggerDefinitionVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/CreateResourceDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateResourceDefinitionCommand.ts
index dced0b800d06..232dfaed00df 100644
--- a/clients/client-greengrass/src/commands/CreateResourceDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/CreateResourceDefinitionCommand.ts
@@ -137,4 +137,16 @@ export class CreateResourceDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateResourceDefinitionCommand)
.de(de_CreateResourceDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateResourceDefinitionRequest;
+ output: CreateResourceDefinitionResponse;
+ };
+ sdk: {
+ input: CreateResourceDefinitionCommandInput;
+ output: CreateResourceDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/CreateResourceDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateResourceDefinitionVersionCommand.ts
index 2ccf98dd81fd..3fd5d8291880 100644
--- a/clients/client-greengrass/src/commands/CreateResourceDefinitionVersionCommand.ts
+++ b/clients/client-greengrass/src/commands/CreateResourceDefinitionVersionCommand.ts
@@ -134,4 +134,16 @@ export class CreateResourceDefinitionVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateResourceDefinitionVersionCommand)
.de(de_CreateResourceDefinitionVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateResourceDefinitionVersionRequest;
+ output: CreateResourceDefinitionVersionResponse;
+ };
+ sdk: {
+ input: CreateResourceDefinitionVersionCommandInput;
+ output: CreateResourceDefinitionVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/CreateSoftwareUpdateJobCommand.ts b/clients/client-greengrass/src/commands/CreateSoftwareUpdateJobCommand.ts
index 279488f2a593..34916be24b9d 100644
--- a/clients/client-greengrass/src/commands/CreateSoftwareUpdateJobCommand.ts
+++ b/clients/client-greengrass/src/commands/CreateSoftwareUpdateJobCommand.ts
@@ -93,4 +93,16 @@ export class CreateSoftwareUpdateJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSoftwareUpdateJobCommand)
.de(de_CreateSoftwareUpdateJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSoftwareUpdateJobRequest;
+ output: CreateSoftwareUpdateJobResponse;
+ };
+ sdk: {
+ input: CreateSoftwareUpdateJobCommandInput;
+ output: CreateSoftwareUpdateJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionCommand.ts
index 330dff5d7d6e..3831f90f31f4 100644
--- a/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionCommand.ts
@@ -105,4 +105,16 @@ export class CreateSubscriptionDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSubscriptionDefinitionCommand)
.de(de_CreateSubscriptionDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSubscriptionDefinitionRequest;
+ output: CreateSubscriptionDefinitionResponse;
+ };
+ sdk: {
+ input: CreateSubscriptionDefinitionCommandInput;
+ output: CreateSubscriptionDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionVersionCommand.ts
index 20bd3578b274..b3e1006d9ab7 100644
--- a/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionVersionCommand.ts
+++ b/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionVersionCommand.ts
@@ -100,4 +100,16 @@ export class CreateSubscriptionDefinitionVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSubscriptionDefinitionVersionCommand)
.de(de_CreateSubscriptionDefinitionVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSubscriptionDefinitionVersionRequest;
+ output: CreateSubscriptionDefinitionVersionResponse;
+ };
+ sdk: {
+ input: CreateSubscriptionDefinitionVersionCommandInput;
+ output: CreateSubscriptionDefinitionVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/DeleteConnectorDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteConnectorDefinitionCommand.ts
index f0b33166b715..877934720bcc 100644
--- a/clients/client-greengrass/src/commands/DeleteConnectorDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/DeleteConnectorDefinitionCommand.ts
@@ -78,4 +78,16 @@ export class DeleteConnectorDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConnectorDefinitionCommand)
.de(de_DeleteConnectorDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConnectorDefinitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteConnectorDefinitionCommandInput;
+ output: DeleteConnectorDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/DeleteCoreDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteCoreDefinitionCommand.ts
index 71d730f87532..025f6bbc3fcd 100644
--- a/clients/client-greengrass/src/commands/DeleteCoreDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/DeleteCoreDefinitionCommand.ts
@@ -78,4 +78,16 @@ export class DeleteCoreDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCoreDefinitionCommand)
.de(de_DeleteCoreDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCoreDefinitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCoreDefinitionCommandInput;
+ output: DeleteCoreDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/DeleteDeviceDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteDeviceDefinitionCommand.ts
index 80f7ed9446be..36c88dd73fa4 100644
--- a/clients/client-greengrass/src/commands/DeleteDeviceDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/DeleteDeviceDefinitionCommand.ts
@@ -78,4 +78,16 @@ export class DeleteDeviceDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDeviceDefinitionCommand)
.de(de_DeleteDeviceDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDeviceDefinitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDeviceDefinitionCommandInput;
+ output: DeleteDeviceDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/DeleteFunctionDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteFunctionDefinitionCommand.ts
index ab4445408677..2faae39d8931 100644
--- a/clients/client-greengrass/src/commands/DeleteFunctionDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/DeleteFunctionDefinitionCommand.ts
@@ -78,4 +78,16 @@ export class DeleteFunctionDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFunctionDefinitionCommand)
.de(de_DeleteFunctionDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFunctionDefinitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFunctionDefinitionCommandInput;
+ output: DeleteFunctionDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/DeleteGroupCommand.ts b/clients/client-greengrass/src/commands/DeleteGroupCommand.ts
index 75a1a6b31910..4e95527b0890 100644
--- a/clients/client-greengrass/src/commands/DeleteGroupCommand.ts
+++ b/clients/client-greengrass/src/commands/DeleteGroupCommand.ts
@@ -78,4 +78,16 @@ export class DeleteGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteGroupCommand)
.de(de_DeleteGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteGroupCommandInput;
+ output: DeleteGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/DeleteLoggerDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteLoggerDefinitionCommand.ts
index b6fbda6f07e7..95cfcbe5e135 100644
--- a/clients/client-greengrass/src/commands/DeleteLoggerDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/DeleteLoggerDefinitionCommand.ts
@@ -78,4 +78,16 @@ export class DeleteLoggerDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLoggerDefinitionCommand)
.de(de_DeleteLoggerDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLoggerDefinitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLoggerDefinitionCommandInput;
+ output: DeleteLoggerDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/DeleteResourceDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteResourceDefinitionCommand.ts
index 3ce397309c0b..e5c33a9306e5 100644
--- a/clients/client-greengrass/src/commands/DeleteResourceDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/DeleteResourceDefinitionCommand.ts
@@ -78,4 +78,16 @@ export class DeleteResourceDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteResourceDefinitionCommand)
.de(de_DeleteResourceDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteResourceDefinitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteResourceDefinitionCommandInput;
+ output: DeleteResourceDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/DeleteSubscriptionDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteSubscriptionDefinitionCommand.ts
index efacb3c97f3a..a09bce380052 100644
--- a/clients/client-greengrass/src/commands/DeleteSubscriptionDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/DeleteSubscriptionDefinitionCommand.ts
@@ -83,4 +83,16 @@ export class DeleteSubscriptionDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSubscriptionDefinitionCommand)
.de(de_DeleteSubscriptionDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSubscriptionDefinitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSubscriptionDefinitionCommandInput;
+ output: DeleteSubscriptionDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/DisassociateRoleFromGroupCommand.ts b/clients/client-greengrass/src/commands/DisassociateRoleFromGroupCommand.ts
index 182f4bf8593d..cca8ff56362a 100644
--- a/clients/client-greengrass/src/commands/DisassociateRoleFromGroupCommand.ts
+++ b/clients/client-greengrass/src/commands/DisassociateRoleFromGroupCommand.ts
@@ -83,4 +83,16 @@ export class DisassociateRoleFromGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateRoleFromGroupCommand)
.de(de_DisassociateRoleFromGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateRoleFromGroupRequest;
+ output: DisassociateRoleFromGroupResponse;
+ };
+ sdk: {
+ input: DisassociateRoleFromGroupCommandInput;
+ output: DisassociateRoleFromGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/DisassociateServiceRoleFromAccountCommand.ts b/clients/client-greengrass/src/commands/DisassociateServiceRoleFromAccountCommand.ts
index f23c208ef357..654c979ce9fd 100644
--- a/clients/client-greengrass/src/commands/DisassociateServiceRoleFromAccountCommand.ts
+++ b/clients/client-greengrass/src/commands/DisassociateServiceRoleFromAccountCommand.ts
@@ -86,4 +86,16 @@ export class DisassociateServiceRoleFromAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateServiceRoleFromAccountCommand)
.de(de_DisassociateServiceRoleFromAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DisassociateServiceRoleFromAccountResponse;
+ };
+ sdk: {
+ input: DisassociateServiceRoleFromAccountCommandInput;
+ output: DisassociateServiceRoleFromAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/GetAssociatedRoleCommand.ts b/clients/client-greengrass/src/commands/GetAssociatedRoleCommand.ts
index 429954c1175d..021da01de669 100644
--- a/clients/client-greengrass/src/commands/GetAssociatedRoleCommand.ts
+++ b/clients/client-greengrass/src/commands/GetAssociatedRoleCommand.ts
@@ -84,4 +84,16 @@ export class GetAssociatedRoleCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAssociatedRoleCommand)
.de(de_GetAssociatedRoleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAssociatedRoleRequest;
+ output: GetAssociatedRoleResponse;
+ };
+ sdk: {
+ input: GetAssociatedRoleCommandInput;
+ output: GetAssociatedRoleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/GetBulkDeploymentStatusCommand.ts b/clients/client-greengrass/src/commands/GetBulkDeploymentStatusCommand.ts
index 8c7b2d7a8e12..fae45e2a1744 100644
--- a/clients/client-greengrass/src/commands/GetBulkDeploymentStatusCommand.ts
+++ b/clients/client-greengrass/src/commands/GetBulkDeploymentStatusCommand.ts
@@ -96,4 +96,16 @@ export class GetBulkDeploymentStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBulkDeploymentStatusCommand)
.de(de_GetBulkDeploymentStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBulkDeploymentStatusRequest;
+ output: GetBulkDeploymentStatusResponse;
+ };
+ sdk: {
+ input: GetBulkDeploymentStatusCommandInput;
+ output: GetBulkDeploymentStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/GetConnectivityInfoCommand.ts b/clients/client-greengrass/src/commands/GetConnectivityInfoCommand.ts
index 11561aa6160d..7e3b26f858af 100644
--- a/clients/client-greengrass/src/commands/GetConnectivityInfoCommand.ts
+++ b/clients/client-greengrass/src/commands/GetConnectivityInfoCommand.ts
@@ -91,4 +91,16 @@ export class GetConnectivityInfoCommand extends $Command
.f(void 0, void 0)
.ser(se_GetConnectivityInfoCommand)
.de(de_GetConnectivityInfoCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConnectivityInfoRequest;
+ output: GetConnectivityInfoResponse;
+ };
+ sdk: {
+ input: GetConnectivityInfoCommandInput;
+ output: GetConnectivityInfoCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/GetConnectorDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetConnectorDefinitionCommand.ts
index 51b2859e091d..621faca7bce5 100644
--- a/clients/client-greengrass/src/commands/GetConnectorDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/GetConnectorDefinitionCommand.ts
@@ -89,4 +89,16 @@ export class GetConnectorDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetConnectorDefinitionCommand)
.de(de_GetConnectorDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConnectorDefinitionRequest;
+ output: GetConnectorDefinitionResponse;
+ };
+ sdk: {
+ input: GetConnectorDefinitionCommandInput;
+ output: GetConnectorDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/GetConnectorDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetConnectorDefinitionVersionCommand.ts
index bc1d2d5ef023..bb61a0529159 100644
--- a/clients/client-greengrass/src/commands/GetConnectorDefinitionVersionCommand.ts
+++ b/clients/client-greengrass/src/commands/GetConnectorDefinitionVersionCommand.ts
@@ -102,4 +102,16 @@ export class GetConnectorDefinitionVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetConnectorDefinitionVersionCommand)
.de(de_GetConnectorDefinitionVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConnectorDefinitionVersionRequest;
+ output: GetConnectorDefinitionVersionResponse;
+ };
+ sdk: {
+ input: GetConnectorDefinitionVersionCommandInput;
+ output: GetConnectorDefinitionVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/GetCoreDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetCoreDefinitionCommand.ts
index 46a38d9d9824..82981b5f83e1 100644
--- a/clients/client-greengrass/src/commands/GetCoreDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/GetCoreDefinitionCommand.ts
@@ -89,4 +89,16 @@ export class GetCoreDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCoreDefinitionCommand)
.de(de_GetCoreDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCoreDefinitionRequest;
+ output: GetCoreDefinitionResponse;
+ };
+ sdk: {
+ input: GetCoreDefinitionCommandInput;
+ output: GetCoreDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/GetCoreDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetCoreDefinitionVersionCommand.ts
index e68be6c98974..1dc7e1e82b9a 100644
--- a/clients/client-greengrass/src/commands/GetCoreDefinitionVersionCommand.ts
+++ b/clients/client-greengrass/src/commands/GetCoreDefinitionVersionCommand.ts
@@ -95,4 +95,16 @@ export class GetCoreDefinitionVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCoreDefinitionVersionCommand)
.de(de_GetCoreDefinitionVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCoreDefinitionVersionRequest;
+ output: GetCoreDefinitionVersionResponse;
+ };
+ sdk: {
+ input: GetCoreDefinitionVersionCommandInput;
+ output: GetCoreDefinitionVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/GetDeploymentStatusCommand.ts b/clients/client-greengrass/src/commands/GetDeploymentStatusCommand.ts
index d6af8a47bb99..a5ad24e5edbc 100644
--- a/clients/client-greengrass/src/commands/GetDeploymentStatusCommand.ts
+++ b/clients/client-greengrass/src/commands/GetDeploymentStatusCommand.ts
@@ -90,4 +90,16 @@ export class GetDeploymentStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeploymentStatusCommand)
.de(de_GetDeploymentStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeploymentStatusRequest;
+ output: GetDeploymentStatusResponse;
+ };
+ sdk: {
+ input: GetDeploymentStatusCommandInput;
+ output: GetDeploymentStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/GetDeviceDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetDeviceDefinitionCommand.ts
index b175826a1a32..f37d5749411a 100644
--- a/clients/client-greengrass/src/commands/GetDeviceDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/GetDeviceDefinitionCommand.ts
@@ -89,4 +89,16 @@ export class GetDeviceDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeviceDefinitionCommand)
.de(de_GetDeviceDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeviceDefinitionRequest;
+ output: GetDeviceDefinitionResponse;
+ };
+ sdk: {
+ input: GetDeviceDefinitionCommandInput;
+ output: GetDeviceDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/GetDeviceDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetDeviceDefinitionVersionCommand.ts
index c135206496f0..82f1ef34323d 100644
--- a/clients/client-greengrass/src/commands/GetDeviceDefinitionVersionCommand.ts
+++ b/clients/client-greengrass/src/commands/GetDeviceDefinitionVersionCommand.ts
@@ -96,4 +96,16 @@ export class GetDeviceDefinitionVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeviceDefinitionVersionCommand)
.de(de_GetDeviceDefinitionVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeviceDefinitionVersionRequest;
+ output: GetDeviceDefinitionVersionResponse;
+ };
+ sdk: {
+ input: GetDeviceDefinitionVersionCommandInput;
+ output: GetDeviceDefinitionVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/GetFunctionDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetFunctionDefinitionCommand.ts
index ed55f2fd6c68..1583f3aec5be 100644
--- a/clients/client-greengrass/src/commands/GetFunctionDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/GetFunctionDefinitionCommand.ts
@@ -89,4 +89,16 @@ export class GetFunctionDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFunctionDefinitionCommand)
.de(de_GetFunctionDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFunctionDefinitionRequest;
+ output: GetFunctionDefinitionResponse;
+ };
+ sdk: {
+ input: GetFunctionDefinitionCommandInput;
+ output: GetFunctionDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/GetFunctionDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetFunctionDefinitionVersionCommand.ts
index 7a869b5bbe42..a3d578f9b725 100644
--- a/clients/client-greengrass/src/commands/GetFunctionDefinitionVersionCommand.ts
+++ b/clients/client-greengrass/src/commands/GetFunctionDefinitionVersionCommand.ts
@@ -136,4 +136,16 @@ export class GetFunctionDefinitionVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFunctionDefinitionVersionCommand)
.de(de_GetFunctionDefinitionVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFunctionDefinitionVersionRequest;
+ output: GetFunctionDefinitionVersionResponse;
+ };
+ sdk: {
+ input: GetFunctionDefinitionVersionCommandInput;
+ output: GetFunctionDefinitionVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/GetGroupCertificateAuthorityCommand.ts b/clients/client-greengrass/src/commands/GetGroupCertificateAuthorityCommand.ts
index 0d09a07f41cf..1f13714c68af 100644
--- a/clients/client-greengrass/src/commands/GetGroupCertificateAuthorityCommand.ts
+++ b/clients/client-greengrass/src/commands/GetGroupCertificateAuthorityCommand.ts
@@ -91,4 +91,16 @@ export class GetGroupCertificateAuthorityCommand extends $Command
.f(void 0, void 0)
.ser(se_GetGroupCertificateAuthorityCommand)
.de(de_GetGroupCertificateAuthorityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetGroupCertificateAuthorityRequest;
+ output: GetGroupCertificateAuthorityResponse;
+ };
+ sdk: {
+ input: GetGroupCertificateAuthorityCommandInput;
+ output: GetGroupCertificateAuthorityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/GetGroupCertificateConfigurationCommand.ts b/clients/client-greengrass/src/commands/GetGroupCertificateConfigurationCommand.ts
index c4a20c64506d..db887644b265 100644
--- a/clients/client-greengrass/src/commands/GetGroupCertificateConfigurationCommand.ts
+++ b/clients/client-greengrass/src/commands/GetGroupCertificateConfigurationCommand.ts
@@ -90,4 +90,16 @@ export class GetGroupCertificateConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetGroupCertificateConfigurationCommand)
.de(de_GetGroupCertificateConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetGroupCertificateConfigurationRequest;
+ output: GetGroupCertificateConfigurationResponse;
+ };
+ sdk: {
+ input: GetGroupCertificateConfigurationCommandInput;
+ output: GetGroupCertificateConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/GetGroupCommand.ts b/clients/client-greengrass/src/commands/GetGroupCommand.ts
index 8fac8d162ad8..98277da243d2 100644
--- a/clients/client-greengrass/src/commands/GetGroupCommand.ts
+++ b/clients/client-greengrass/src/commands/GetGroupCommand.ts
@@ -89,4 +89,16 @@ export class GetGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_GetGroupCommand)
.de(de_GetGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetGroupRequest;
+ output: GetGroupResponse;
+ };
+ sdk: {
+ input: GetGroupCommandInput;
+ output: GetGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/GetGroupVersionCommand.ts b/clients/client-greengrass/src/commands/GetGroupVersionCommand.ts
index dc190c9797cc..8f7c1801354b 100644
--- a/clients/client-greengrass/src/commands/GetGroupVersionCommand.ts
+++ b/clients/client-greengrass/src/commands/GetGroupVersionCommand.ts
@@ -93,4 +93,16 @@ export class GetGroupVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetGroupVersionCommand)
.de(de_GetGroupVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetGroupVersionRequest;
+ output: GetGroupVersionResponse;
+ };
+ sdk: {
+ input: GetGroupVersionCommandInput;
+ output: GetGroupVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/GetLoggerDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetLoggerDefinitionCommand.ts
index e3045cad8547..4f3fb43bf120 100644
--- a/clients/client-greengrass/src/commands/GetLoggerDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/GetLoggerDefinitionCommand.ts
@@ -89,4 +89,16 @@ export class GetLoggerDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLoggerDefinitionCommand)
.de(de_GetLoggerDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLoggerDefinitionRequest;
+ output: GetLoggerDefinitionResponse;
+ };
+ sdk: {
+ input: GetLoggerDefinitionCommandInput;
+ output: GetLoggerDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/GetLoggerDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetLoggerDefinitionVersionCommand.ts
index a8f4739cd1cd..6acb3f337449 100644
--- a/clients/client-greengrass/src/commands/GetLoggerDefinitionVersionCommand.ts
+++ b/clients/client-greengrass/src/commands/GetLoggerDefinitionVersionCommand.ts
@@ -96,4 +96,16 @@ export class GetLoggerDefinitionVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLoggerDefinitionVersionCommand)
.de(de_GetLoggerDefinitionVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLoggerDefinitionVersionRequest;
+ output: GetLoggerDefinitionVersionResponse;
+ };
+ sdk: {
+ input: GetLoggerDefinitionVersionCommandInput;
+ output: GetLoggerDefinitionVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/GetResourceDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetResourceDefinitionCommand.ts
index c63141c85683..dc8146c484e1 100644
--- a/clients/client-greengrass/src/commands/GetResourceDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/GetResourceDefinitionCommand.ts
@@ -89,4 +89,16 @@ export class GetResourceDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResourceDefinitionCommand)
.de(de_GetResourceDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourceDefinitionRequest;
+ output: GetResourceDefinitionResponse;
+ };
+ sdk: {
+ input: GetResourceDefinitionCommandInput;
+ output: GetResourceDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/GetResourceDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetResourceDefinitionVersionCommand.ts
index 84813f9487f6..dbb3f027d36b 100644
--- a/clients/client-greengrass/src/commands/GetResourceDefinitionVersionCommand.ts
+++ b/clients/client-greengrass/src/commands/GetResourceDefinitionVersionCommand.ts
@@ -136,4 +136,16 @@ export class GetResourceDefinitionVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResourceDefinitionVersionCommand)
.de(de_GetResourceDefinitionVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourceDefinitionVersionRequest;
+ output: GetResourceDefinitionVersionResponse;
+ };
+ sdk: {
+ input: GetResourceDefinitionVersionCommandInput;
+ output: GetResourceDefinitionVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/GetServiceRoleForAccountCommand.ts b/clients/client-greengrass/src/commands/GetServiceRoleForAccountCommand.ts
index 25bb0cd42cf4..64498364af70 100644
--- a/clients/client-greengrass/src/commands/GetServiceRoleForAccountCommand.ts
+++ b/clients/client-greengrass/src/commands/GetServiceRoleForAccountCommand.ts
@@ -79,4 +79,16 @@ export class GetServiceRoleForAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_GetServiceRoleForAccountCommand)
.de(de_GetServiceRoleForAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetServiceRoleForAccountResponse;
+ };
+ sdk: {
+ input: GetServiceRoleForAccountCommandInput;
+ output: GetServiceRoleForAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/GetSubscriptionDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetSubscriptionDefinitionCommand.ts
index 57e5fedbb91c..c31c91855a6a 100644
--- a/clients/client-greengrass/src/commands/GetSubscriptionDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/GetSubscriptionDefinitionCommand.ts
@@ -89,4 +89,16 @@ export class GetSubscriptionDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSubscriptionDefinitionCommand)
.de(de_GetSubscriptionDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSubscriptionDefinitionRequest;
+ output: GetSubscriptionDefinitionResponse;
+ };
+ sdk: {
+ input: GetSubscriptionDefinitionCommandInput;
+ output: GetSubscriptionDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/GetSubscriptionDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetSubscriptionDefinitionVersionCommand.ts
index 53f97cec94b8..e57d4255accc 100644
--- a/clients/client-greengrass/src/commands/GetSubscriptionDefinitionVersionCommand.ts
+++ b/clients/client-greengrass/src/commands/GetSubscriptionDefinitionVersionCommand.ts
@@ -101,4 +101,16 @@ export class GetSubscriptionDefinitionVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSubscriptionDefinitionVersionCommand)
.de(de_GetSubscriptionDefinitionVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSubscriptionDefinitionVersionRequest;
+ output: GetSubscriptionDefinitionVersionResponse;
+ };
+ sdk: {
+ input: GetSubscriptionDefinitionVersionCommandInput;
+ output: GetSubscriptionDefinitionVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/GetThingRuntimeConfigurationCommand.ts b/clients/client-greengrass/src/commands/GetThingRuntimeConfigurationCommand.ts
index 21887e5fe6cf..24ffbf0d4abd 100644
--- a/clients/client-greengrass/src/commands/GetThingRuntimeConfigurationCommand.ts
+++ b/clients/client-greengrass/src/commands/GetThingRuntimeConfigurationCommand.ts
@@ -93,4 +93,16 @@ export class GetThingRuntimeConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetThingRuntimeConfigurationCommand)
.de(de_GetThingRuntimeConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetThingRuntimeConfigurationRequest;
+ output: GetThingRuntimeConfigurationResponse;
+ };
+ sdk: {
+ input: GetThingRuntimeConfigurationCommandInput;
+ output: GetThingRuntimeConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/ListBulkDeploymentDetailedReportsCommand.ts b/clients/client-greengrass/src/commands/ListBulkDeploymentDetailedReportsCommand.ts
index 1d0ba2316643..e162619039be 100644
--- a/clients/client-greengrass/src/commands/ListBulkDeploymentDetailedReportsCommand.ts
+++ b/clients/client-greengrass/src/commands/ListBulkDeploymentDetailedReportsCommand.ts
@@ -107,4 +107,16 @@ export class ListBulkDeploymentDetailedReportsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBulkDeploymentDetailedReportsCommand)
.de(de_ListBulkDeploymentDetailedReportsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBulkDeploymentDetailedReportsRequest;
+ output: ListBulkDeploymentDetailedReportsResponse;
+ };
+ sdk: {
+ input: ListBulkDeploymentDetailedReportsCommandInput;
+ output: ListBulkDeploymentDetailedReportsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/ListBulkDeploymentsCommand.ts b/clients/client-greengrass/src/commands/ListBulkDeploymentsCommand.ts
index 1a3573c2cdb7..6791e3c4b8f9 100644
--- a/clients/client-greengrass/src/commands/ListBulkDeploymentsCommand.ts
+++ b/clients/client-greengrass/src/commands/ListBulkDeploymentsCommand.ts
@@ -88,4 +88,16 @@ export class ListBulkDeploymentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBulkDeploymentsCommand)
.de(de_ListBulkDeploymentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBulkDeploymentsRequest;
+ output: ListBulkDeploymentsResponse;
+ };
+ sdk: {
+ input: ListBulkDeploymentsCommandInput;
+ output: ListBulkDeploymentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/ListConnectorDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListConnectorDefinitionVersionsCommand.ts
index 810ce36859aa..107020f6e445 100644
--- a/clients/client-greengrass/src/commands/ListConnectorDefinitionVersionsCommand.ts
+++ b/clients/client-greengrass/src/commands/ListConnectorDefinitionVersionsCommand.ts
@@ -95,4 +95,16 @@ export class ListConnectorDefinitionVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListConnectorDefinitionVersionsCommand)
.de(de_ListConnectorDefinitionVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListConnectorDefinitionVersionsRequest;
+ output: ListConnectorDefinitionVersionsResponse;
+ };
+ sdk: {
+ input: ListConnectorDefinitionVersionsCommandInput;
+ output: ListConnectorDefinitionVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/ListConnectorDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListConnectorDefinitionsCommand.ts
index 0e9c845ec667..0e5f7761aa2b 100644
--- a/clients/client-greengrass/src/commands/ListConnectorDefinitionsCommand.ts
+++ b/clients/client-greengrass/src/commands/ListConnectorDefinitionsCommand.ts
@@ -92,4 +92,16 @@ export class ListConnectorDefinitionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListConnectorDefinitionsCommand)
.de(de_ListConnectorDefinitionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListConnectorDefinitionsRequest;
+ output: ListConnectorDefinitionsResponse;
+ };
+ sdk: {
+ input: ListConnectorDefinitionsCommandInput;
+ output: ListConnectorDefinitionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/ListCoreDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListCoreDefinitionVersionsCommand.ts
index 4c6e6fcc5a62..ce77ce419481 100644
--- a/clients/client-greengrass/src/commands/ListCoreDefinitionVersionsCommand.ts
+++ b/clients/client-greengrass/src/commands/ListCoreDefinitionVersionsCommand.ts
@@ -90,4 +90,16 @@ export class ListCoreDefinitionVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCoreDefinitionVersionsCommand)
.de(de_ListCoreDefinitionVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCoreDefinitionVersionsRequest;
+ output: ListCoreDefinitionVersionsResponse;
+ };
+ sdk: {
+ input: ListCoreDefinitionVersionsCommandInput;
+ output: ListCoreDefinitionVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/ListCoreDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListCoreDefinitionsCommand.ts
index 535fee7c3749..83d405fadb5f 100644
--- a/clients/client-greengrass/src/commands/ListCoreDefinitionsCommand.ts
+++ b/clients/client-greengrass/src/commands/ListCoreDefinitionsCommand.ts
@@ -92,4 +92,16 @@ export class ListCoreDefinitionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCoreDefinitionsCommand)
.de(de_ListCoreDefinitionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCoreDefinitionsRequest;
+ output: ListCoreDefinitionsResponse;
+ };
+ sdk: {
+ input: ListCoreDefinitionsCommandInput;
+ output: ListCoreDefinitionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/ListDeploymentsCommand.ts b/clients/client-greengrass/src/commands/ListDeploymentsCommand.ts
index 2e68c5149bac..f40ff2ca03a1 100644
--- a/clients/client-greengrass/src/commands/ListDeploymentsCommand.ts
+++ b/clients/client-greengrass/src/commands/ListDeploymentsCommand.ts
@@ -91,4 +91,16 @@ export class ListDeploymentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDeploymentsCommand)
.de(de_ListDeploymentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDeploymentsRequest;
+ output: ListDeploymentsResponse;
+ };
+ sdk: {
+ input: ListDeploymentsCommandInput;
+ output: ListDeploymentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/ListDeviceDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListDeviceDefinitionVersionsCommand.ts
index f69a651c6ef4..4afbbb913a92 100644
--- a/clients/client-greengrass/src/commands/ListDeviceDefinitionVersionsCommand.ts
+++ b/clients/client-greengrass/src/commands/ListDeviceDefinitionVersionsCommand.ts
@@ -95,4 +95,16 @@ export class ListDeviceDefinitionVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDeviceDefinitionVersionsCommand)
.de(de_ListDeviceDefinitionVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDeviceDefinitionVersionsRequest;
+ output: ListDeviceDefinitionVersionsResponse;
+ };
+ sdk: {
+ input: ListDeviceDefinitionVersionsCommandInput;
+ output: ListDeviceDefinitionVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/ListDeviceDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListDeviceDefinitionsCommand.ts
index be18b90a4068..5e88ab1f2982 100644
--- a/clients/client-greengrass/src/commands/ListDeviceDefinitionsCommand.ts
+++ b/clients/client-greengrass/src/commands/ListDeviceDefinitionsCommand.ts
@@ -92,4 +92,16 @@ export class ListDeviceDefinitionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDeviceDefinitionsCommand)
.de(de_ListDeviceDefinitionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDeviceDefinitionsRequest;
+ output: ListDeviceDefinitionsResponse;
+ };
+ sdk: {
+ input: ListDeviceDefinitionsCommandInput;
+ output: ListDeviceDefinitionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/ListFunctionDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListFunctionDefinitionVersionsCommand.ts
index f9f6ae317ae2..b7cbf344d3f8 100644
--- a/clients/client-greengrass/src/commands/ListFunctionDefinitionVersionsCommand.ts
+++ b/clients/client-greengrass/src/commands/ListFunctionDefinitionVersionsCommand.ts
@@ -95,4 +95,16 @@ export class ListFunctionDefinitionVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFunctionDefinitionVersionsCommand)
.de(de_ListFunctionDefinitionVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFunctionDefinitionVersionsRequest;
+ output: ListFunctionDefinitionVersionsResponse;
+ };
+ sdk: {
+ input: ListFunctionDefinitionVersionsCommandInput;
+ output: ListFunctionDefinitionVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/ListFunctionDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListFunctionDefinitionsCommand.ts
index 44bc4b719a64..e7fd3d091f37 100644
--- a/clients/client-greengrass/src/commands/ListFunctionDefinitionsCommand.ts
+++ b/clients/client-greengrass/src/commands/ListFunctionDefinitionsCommand.ts
@@ -92,4 +92,16 @@ export class ListFunctionDefinitionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFunctionDefinitionsCommand)
.de(de_ListFunctionDefinitionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFunctionDefinitionsRequest;
+ output: ListFunctionDefinitionsResponse;
+ };
+ sdk: {
+ input: ListFunctionDefinitionsCommandInput;
+ output: ListFunctionDefinitionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/ListGroupCertificateAuthoritiesCommand.ts b/clients/client-greengrass/src/commands/ListGroupCertificateAuthoritiesCommand.ts
index 257fe7a2028c..27d413c9a065 100644
--- a/clients/client-greengrass/src/commands/ListGroupCertificateAuthoritiesCommand.ts
+++ b/clients/client-greengrass/src/commands/ListGroupCertificateAuthoritiesCommand.ts
@@ -93,4 +93,16 @@ export class ListGroupCertificateAuthoritiesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListGroupCertificateAuthoritiesCommand)
.de(de_ListGroupCertificateAuthoritiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGroupCertificateAuthoritiesRequest;
+ output: ListGroupCertificateAuthoritiesResponse;
+ };
+ sdk: {
+ input: ListGroupCertificateAuthoritiesCommandInput;
+ output: ListGroupCertificateAuthoritiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/ListGroupVersionsCommand.ts b/clients/client-greengrass/src/commands/ListGroupVersionsCommand.ts
index 3a3e83e7a9b9..48bccb35dc8e 100644
--- a/clients/client-greengrass/src/commands/ListGroupVersionsCommand.ts
+++ b/clients/client-greengrass/src/commands/ListGroupVersionsCommand.ts
@@ -90,4 +90,16 @@ export class ListGroupVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListGroupVersionsCommand)
.de(de_ListGroupVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGroupVersionsRequest;
+ output: ListGroupVersionsResponse;
+ };
+ sdk: {
+ input: ListGroupVersionsCommandInput;
+ output: ListGroupVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/ListGroupsCommand.ts b/clients/client-greengrass/src/commands/ListGroupsCommand.ts
index 5f016734b466..d59edf9379e0 100644
--- a/clients/client-greengrass/src/commands/ListGroupsCommand.ts
+++ b/clients/client-greengrass/src/commands/ListGroupsCommand.ts
@@ -89,4 +89,16 @@ export class ListGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListGroupsCommand)
.de(de_ListGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGroupsRequest;
+ output: ListGroupsResponse;
+ };
+ sdk: {
+ input: ListGroupsCommandInput;
+ output: ListGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/ListLoggerDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListLoggerDefinitionVersionsCommand.ts
index 974cd9cdecd7..e043a29b373b 100644
--- a/clients/client-greengrass/src/commands/ListLoggerDefinitionVersionsCommand.ts
+++ b/clients/client-greengrass/src/commands/ListLoggerDefinitionVersionsCommand.ts
@@ -95,4 +95,16 @@ export class ListLoggerDefinitionVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLoggerDefinitionVersionsCommand)
.de(de_ListLoggerDefinitionVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLoggerDefinitionVersionsRequest;
+ output: ListLoggerDefinitionVersionsResponse;
+ };
+ sdk: {
+ input: ListLoggerDefinitionVersionsCommandInput;
+ output: ListLoggerDefinitionVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/ListLoggerDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListLoggerDefinitionsCommand.ts
index 06f6a4b096b6..daef79080058 100644
--- a/clients/client-greengrass/src/commands/ListLoggerDefinitionsCommand.ts
+++ b/clients/client-greengrass/src/commands/ListLoggerDefinitionsCommand.ts
@@ -92,4 +92,16 @@ export class ListLoggerDefinitionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLoggerDefinitionsCommand)
.de(de_ListLoggerDefinitionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLoggerDefinitionsRequest;
+ output: ListLoggerDefinitionsResponse;
+ };
+ sdk: {
+ input: ListLoggerDefinitionsCommandInput;
+ output: ListLoggerDefinitionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/ListResourceDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListResourceDefinitionVersionsCommand.ts
index 3d779ee9e4ab..8d512d3064ff 100644
--- a/clients/client-greengrass/src/commands/ListResourceDefinitionVersionsCommand.ts
+++ b/clients/client-greengrass/src/commands/ListResourceDefinitionVersionsCommand.ts
@@ -95,4 +95,16 @@ export class ListResourceDefinitionVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListResourceDefinitionVersionsCommand)
.de(de_ListResourceDefinitionVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListResourceDefinitionVersionsRequest;
+ output: ListResourceDefinitionVersionsResponse;
+ };
+ sdk: {
+ input: ListResourceDefinitionVersionsCommandInput;
+ output: ListResourceDefinitionVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/ListResourceDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListResourceDefinitionsCommand.ts
index 250e4750ce06..0ece31224d84 100644
--- a/clients/client-greengrass/src/commands/ListResourceDefinitionsCommand.ts
+++ b/clients/client-greengrass/src/commands/ListResourceDefinitionsCommand.ts
@@ -92,4 +92,16 @@ export class ListResourceDefinitionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListResourceDefinitionsCommand)
.de(de_ListResourceDefinitionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListResourceDefinitionsRequest;
+ output: ListResourceDefinitionsResponse;
+ };
+ sdk: {
+ input: ListResourceDefinitionsCommandInput;
+ output: ListResourceDefinitionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/ListSubscriptionDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListSubscriptionDefinitionVersionsCommand.ts
index d3e05b67731d..71c46ea85aca 100644
--- a/clients/client-greengrass/src/commands/ListSubscriptionDefinitionVersionsCommand.ts
+++ b/clients/client-greengrass/src/commands/ListSubscriptionDefinitionVersionsCommand.ts
@@ -98,4 +98,16 @@ export class ListSubscriptionDefinitionVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSubscriptionDefinitionVersionsCommand)
.de(de_ListSubscriptionDefinitionVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSubscriptionDefinitionVersionsRequest;
+ output: ListSubscriptionDefinitionVersionsResponse;
+ };
+ sdk: {
+ input: ListSubscriptionDefinitionVersionsCommandInput;
+ output: ListSubscriptionDefinitionVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/ListSubscriptionDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListSubscriptionDefinitionsCommand.ts
index 72171dc18031..fb09aed60027 100644
--- a/clients/client-greengrass/src/commands/ListSubscriptionDefinitionsCommand.ts
+++ b/clients/client-greengrass/src/commands/ListSubscriptionDefinitionsCommand.ts
@@ -97,4 +97,16 @@ export class ListSubscriptionDefinitionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSubscriptionDefinitionsCommand)
.de(de_ListSubscriptionDefinitionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSubscriptionDefinitionsRequest;
+ output: ListSubscriptionDefinitionsResponse;
+ };
+ sdk: {
+ input: ListSubscriptionDefinitionsCommandInput;
+ output: ListSubscriptionDefinitionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/ListTagsForResourceCommand.ts b/clients/client-greengrass/src/commands/ListTagsForResourceCommand.ts
index 311c84c5a92b..9104ca437602 100644
--- a/clients/client-greengrass/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-greengrass/src/commands/ListTagsForResourceCommand.ts
@@ -82,4 +82,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/ResetDeploymentsCommand.ts b/clients/client-greengrass/src/commands/ResetDeploymentsCommand.ts
index 25d8b634cf57..6418c0375deb 100644
--- a/clients/client-greengrass/src/commands/ResetDeploymentsCommand.ts
+++ b/clients/client-greengrass/src/commands/ResetDeploymentsCommand.ts
@@ -83,4 +83,16 @@ export class ResetDeploymentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ResetDeploymentsCommand)
.de(de_ResetDeploymentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResetDeploymentsRequest;
+ output: ResetDeploymentsResponse;
+ };
+ sdk: {
+ input: ResetDeploymentsCommandInput;
+ output: ResetDeploymentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/StartBulkDeploymentCommand.ts b/clients/client-greengrass/src/commands/StartBulkDeploymentCommand.ts
index fdd6013f4e35..2241c28123d0 100644
--- a/clients/client-greengrass/src/commands/StartBulkDeploymentCommand.ts
+++ b/clients/client-greengrass/src/commands/StartBulkDeploymentCommand.ts
@@ -86,4 +86,16 @@ export class StartBulkDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_StartBulkDeploymentCommand)
.de(de_StartBulkDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartBulkDeploymentRequest;
+ output: StartBulkDeploymentResponse;
+ };
+ sdk: {
+ input: StartBulkDeploymentCommandInput;
+ output: StartBulkDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/StopBulkDeploymentCommand.ts b/clients/client-greengrass/src/commands/StopBulkDeploymentCommand.ts
index be8c1834753b..fa6f682ab699 100644
--- a/clients/client-greengrass/src/commands/StopBulkDeploymentCommand.ts
+++ b/clients/client-greengrass/src/commands/StopBulkDeploymentCommand.ts
@@ -78,4 +78,16 @@ export class StopBulkDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_StopBulkDeploymentCommand)
.de(de_StopBulkDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopBulkDeploymentRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopBulkDeploymentCommandInput;
+ output: StopBulkDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/TagResourceCommand.ts b/clients/client-greengrass/src/commands/TagResourceCommand.ts
index c97513fa8a31..c0d6c48421fc 100644
--- a/clients/client-greengrass/src/commands/TagResourceCommand.ts
+++ b/clients/client-greengrass/src/commands/TagResourceCommand.ts
@@ -81,4 +81,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/UntagResourceCommand.ts b/clients/client-greengrass/src/commands/UntagResourceCommand.ts
index 94e4a5f409b2..2f91fcbaa1e8 100644
--- a/clients/client-greengrass/src/commands/UntagResourceCommand.ts
+++ b/clients/client-greengrass/src/commands/UntagResourceCommand.ts
@@ -81,4 +81,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/UpdateConnectivityInfoCommand.ts b/clients/client-greengrass/src/commands/UpdateConnectivityInfoCommand.ts
index 6fb5155c480a..4bc8fc28c9f8 100644
--- a/clients/client-greengrass/src/commands/UpdateConnectivityInfoCommand.ts
+++ b/clients/client-greengrass/src/commands/UpdateConnectivityInfoCommand.ts
@@ -92,4 +92,16 @@ export class UpdateConnectivityInfoCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateConnectivityInfoCommand)
.de(de_UpdateConnectivityInfoCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateConnectivityInfoRequest;
+ output: UpdateConnectivityInfoResponse;
+ };
+ sdk: {
+ input: UpdateConnectivityInfoCommandInput;
+ output: UpdateConnectivityInfoCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/UpdateConnectorDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateConnectorDefinitionCommand.ts
index 63f052bcc5d7..84e96a69336a 100644
--- a/clients/client-greengrass/src/commands/UpdateConnectorDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/UpdateConnectorDefinitionCommand.ts
@@ -79,4 +79,16 @@ export class UpdateConnectorDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateConnectorDefinitionCommand)
.de(de_UpdateConnectorDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateConnectorDefinitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateConnectorDefinitionCommandInput;
+ output: UpdateConnectorDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/UpdateCoreDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateCoreDefinitionCommand.ts
index 7f856cebd3d5..1c34adc10cae 100644
--- a/clients/client-greengrass/src/commands/UpdateCoreDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/UpdateCoreDefinitionCommand.ts
@@ -79,4 +79,16 @@ export class UpdateCoreDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCoreDefinitionCommand)
.de(de_UpdateCoreDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCoreDefinitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateCoreDefinitionCommandInput;
+ output: UpdateCoreDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/UpdateDeviceDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateDeviceDefinitionCommand.ts
index 36797ee96668..37f715398808 100644
--- a/clients/client-greengrass/src/commands/UpdateDeviceDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/UpdateDeviceDefinitionCommand.ts
@@ -79,4 +79,16 @@ export class UpdateDeviceDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDeviceDefinitionCommand)
.de(de_UpdateDeviceDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDeviceDefinitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDeviceDefinitionCommandInput;
+ output: UpdateDeviceDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/UpdateFunctionDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateFunctionDefinitionCommand.ts
index 8ad062c62e4e..46a2d9dd4b7b 100644
--- a/clients/client-greengrass/src/commands/UpdateFunctionDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/UpdateFunctionDefinitionCommand.ts
@@ -79,4 +79,16 @@ export class UpdateFunctionDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFunctionDefinitionCommand)
.de(de_UpdateFunctionDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFunctionDefinitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateFunctionDefinitionCommandInput;
+ output: UpdateFunctionDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/UpdateGroupCertificateConfigurationCommand.ts b/clients/client-greengrass/src/commands/UpdateGroupCertificateConfigurationCommand.ts
index a7d73fa13708..181a2aa04fba 100644
--- a/clients/client-greengrass/src/commands/UpdateGroupCertificateConfigurationCommand.ts
+++ b/clients/client-greengrass/src/commands/UpdateGroupCertificateConfigurationCommand.ts
@@ -94,4 +94,16 @@ export class UpdateGroupCertificateConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateGroupCertificateConfigurationCommand)
.de(de_UpdateGroupCertificateConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGroupCertificateConfigurationRequest;
+ output: UpdateGroupCertificateConfigurationResponse;
+ };
+ sdk: {
+ input: UpdateGroupCertificateConfigurationCommandInput;
+ output: UpdateGroupCertificateConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/UpdateGroupCommand.ts b/clients/client-greengrass/src/commands/UpdateGroupCommand.ts
index 44a0686543fc..f5b0c7fba816 100644
--- a/clients/client-greengrass/src/commands/UpdateGroupCommand.ts
+++ b/clients/client-greengrass/src/commands/UpdateGroupCommand.ts
@@ -79,4 +79,16 @@ export class UpdateGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateGroupCommand)
.de(de_UpdateGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateGroupCommandInput;
+ output: UpdateGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/UpdateLoggerDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateLoggerDefinitionCommand.ts
index 53c9caaff06b..f8cbc84e10ae 100644
--- a/clients/client-greengrass/src/commands/UpdateLoggerDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/UpdateLoggerDefinitionCommand.ts
@@ -79,4 +79,16 @@ export class UpdateLoggerDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateLoggerDefinitionCommand)
.de(de_UpdateLoggerDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLoggerDefinitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateLoggerDefinitionCommandInput;
+ output: UpdateLoggerDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/UpdateResourceDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateResourceDefinitionCommand.ts
index 320dab3a1112..1f56264acf45 100644
--- a/clients/client-greengrass/src/commands/UpdateResourceDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/UpdateResourceDefinitionCommand.ts
@@ -79,4 +79,16 @@ export class UpdateResourceDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateResourceDefinitionCommand)
.de(de_UpdateResourceDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateResourceDefinitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateResourceDefinitionCommandInput;
+ output: UpdateResourceDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/UpdateSubscriptionDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateSubscriptionDefinitionCommand.ts
index 1d28a04e968e..c874af876c12 100644
--- a/clients/client-greengrass/src/commands/UpdateSubscriptionDefinitionCommand.ts
+++ b/clients/client-greengrass/src/commands/UpdateSubscriptionDefinitionCommand.ts
@@ -84,4 +84,16 @@ export class UpdateSubscriptionDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSubscriptionDefinitionCommand)
.de(de_UpdateSubscriptionDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSubscriptionDefinitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateSubscriptionDefinitionCommandInput;
+ output: UpdateSubscriptionDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrass/src/commands/UpdateThingRuntimeConfigurationCommand.ts b/clients/client-greengrass/src/commands/UpdateThingRuntimeConfigurationCommand.ts
index 2b8aafe8e000..02810a8dff9e 100644
--- a/clients/client-greengrass/src/commands/UpdateThingRuntimeConfigurationCommand.ts
+++ b/clients/client-greengrass/src/commands/UpdateThingRuntimeConfigurationCommand.ts
@@ -89,4 +89,16 @@ export class UpdateThingRuntimeConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateThingRuntimeConfigurationCommand)
.de(de_UpdateThingRuntimeConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateThingRuntimeConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateThingRuntimeConfigurationCommandInput;
+ output: UpdateThingRuntimeConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/package.json b/clients/client-greengrassv2/package.json
index e0808a81be49..83836a3e00e1 100644
--- a/clients/client-greengrassv2/package.json
+++ b/clients/client-greengrassv2/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-greengrassv2/src/commands/AssociateServiceRoleToAccountCommand.ts b/clients/client-greengrassv2/src/commands/AssociateServiceRoleToAccountCommand.ts
index 5fb0dfa118fc..f0c8bbfc822a 100644
--- a/clients/client-greengrassv2/src/commands/AssociateServiceRoleToAccountCommand.ts
+++ b/clients/client-greengrassv2/src/commands/AssociateServiceRoleToAccountCommand.ts
@@ -93,4 +93,16 @@ export class AssociateServiceRoleToAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateServiceRoleToAccountCommand)
.de(de_AssociateServiceRoleToAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateServiceRoleToAccountRequest;
+ output: AssociateServiceRoleToAccountResponse;
+ };
+ sdk: {
+ input: AssociateServiceRoleToAccountCommandInput;
+ output: AssociateServiceRoleToAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.ts
index 1b1e2358c72e..8631c0503991 100644
--- a/clients/client-greengrassv2/src/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.ts
+++ b/clients/client-greengrassv2/src/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.ts
@@ -125,4 +125,16 @@ export class BatchAssociateClientDeviceWithCoreDeviceCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchAssociateClientDeviceWithCoreDeviceCommand)
.de(de_BatchAssociateClientDeviceWithCoreDeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchAssociateClientDeviceWithCoreDeviceRequest;
+ output: BatchAssociateClientDeviceWithCoreDeviceResponse;
+ };
+ sdk: {
+ input: BatchAssociateClientDeviceWithCoreDeviceCommandInput;
+ output: BatchAssociateClientDeviceWithCoreDeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts
index 661aa28f9d5b..f2dbbd6a5979 100644
--- a/clients/client-greengrassv2/src/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts
+++ b/clients/client-greengrassv2/src/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts
@@ -116,4 +116,16 @@ export class BatchDisassociateClientDeviceFromCoreDeviceCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDisassociateClientDeviceFromCoreDeviceCommand)
.de(de_BatchDisassociateClientDeviceFromCoreDeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDisassociateClientDeviceFromCoreDeviceRequest;
+ output: BatchDisassociateClientDeviceFromCoreDeviceResponse;
+ };
+ sdk: {
+ input: BatchDisassociateClientDeviceFromCoreDeviceCommandInput;
+ output: BatchDisassociateClientDeviceFromCoreDeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/CancelDeploymentCommand.ts b/clients/client-greengrassv2/src/commands/CancelDeploymentCommand.ts
index bec6e85d5d5d..710b3024adb9 100644
--- a/clients/client-greengrassv2/src/commands/CancelDeploymentCommand.ts
+++ b/clients/client-greengrassv2/src/commands/CancelDeploymentCommand.ts
@@ -100,4 +100,16 @@ export class CancelDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelDeploymentCommand)
.de(de_CancelDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelDeploymentRequest;
+ output: CancelDeploymentResponse;
+ };
+ sdk: {
+ input: CancelDeploymentCommandInput;
+ output: CancelDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/CreateComponentVersionCommand.ts b/clients/client-greengrassv2/src/commands/CreateComponentVersionCommand.ts
index 5330002d2789..e7e4cae8c34a 100644
--- a/clients/client-greengrassv2/src/commands/CreateComponentVersionCommand.ts
+++ b/clients/client-greengrassv2/src/commands/CreateComponentVersionCommand.ts
@@ -214,4 +214,16 @@ export class CreateComponentVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateComponentVersionCommand)
.de(de_CreateComponentVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateComponentVersionRequest;
+ output: CreateComponentVersionResponse;
+ };
+ sdk: {
+ input: CreateComponentVersionCommandInput;
+ output: CreateComponentVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/CreateDeploymentCommand.ts b/clients/client-greengrassv2/src/commands/CreateDeploymentCommand.ts
index ba66f66c0175..be498cda7145 100644
--- a/clients/client-greengrassv2/src/commands/CreateDeploymentCommand.ts
+++ b/clients/client-greengrassv2/src/commands/CreateDeploymentCommand.ts
@@ -176,4 +176,16 @@ export class CreateDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDeploymentCommand)
.de(de_CreateDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDeploymentRequest;
+ output: CreateDeploymentResponse;
+ };
+ sdk: {
+ input: CreateDeploymentCommandInput;
+ output: CreateDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/DeleteComponentCommand.ts b/clients/client-greengrassv2/src/commands/DeleteComponentCommand.ts
index 35acf9c6c4f8..5620f5f941e7 100644
--- a/clients/client-greengrassv2/src/commands/DeleteComponentCommand.ts
+++ b/clients/client-greengrassv2/src/commands/DeleteComponentCommand.ts
@@ -102,4 +102,16 @@ export class DeleteComponentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteComponentCommand)
.de(de_DeleteComponentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteComponentRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteComponentCommandInput;
+ output: DeleteComponentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/DeleteCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/DeleteCoreDeviceCommand.ts
index e1f8b2160205..cca156d90bbe 100644
--- a/clients/client-greengrassv2/src/commands/DeleteCoreDeviceCommand.ts
+++ b/clients/client-greengrassv2/src/commands/DeleteCoreDeviceCommand.ts
@@ -99,4 +99,16 @@ export class DeleteCoreDeviceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCoreDeviceCommand)
.de(de_DeleteCoreDeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCoreDeviceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCoreDeviceCommandInput;
+ output: DeleteCoreDeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/DeleteDeploymentCommand.ts b/clients/client-greengrassv2/src/commands/DeleteDeploymentCommand.ts
index c472407a8de6..5a927e515371 100644
--- a/clients/client-greengrassv2/src/commands/DeleteDeploymentCommand.ts
+++ b/clients/client-greengrassv2/src/commands/DeleteDeploymentCommand.ts
@@ -100,4 +100,16 @@ export class DeleteDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDeploymentCommand)
.de(de_DeleteDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDeploymentRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDeploymentCommandInput;
+ output: DeleteDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/DescribeComponentCommand.ts b/clients/client-greengrassv2/src/commands/DescribeComponentCommand.ts
index 5bb7397d0fa5..51c9b4672068 100644
--- a/clients/client-greengrassv2/src/commands/DescribeComponentCommand.ts
+++ b/clients/client-greengrassv2/src/commands/DescribeComponentCommand.ts
@@ -119,4 +119,16 @@ export class DescribeComponentCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeComponentCommand)
.de(de_DescribeComponentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeComponentRequest;
+ output: DescribeComponentResponse;
+ };
+ sdk: {
+ input: DescribeComponentCommandInput;
+ output: DescribeComponentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/DisassociateServiceRoleFromAccountCommand.ts b/clients/client-greengrassv2/src/commands/DisassociateServiceRoleFromAccountCommand.ts
index 1a8d0911002a..ce787bee2db1 100644
--- a/clients/client-greengrassv2/src/commands/DisassociateServiceRoleFromAccountCommand.ts
+++ b/clients/client-greengrassv2/src/commands/DisassociateServiceRoleFromAccountCommand.ts
@@ -89,4 +89,16 @@ export class DisassociateServiceRoleFromAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateServiceRoleFromAccountCommand)
.de(de_DisassociateServiceRoleFromAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DisassociateServiceRoleFromAccountResponse;
+ };
+ sdk: {
+ input: DisassociateServiceRoleFromAccountCommandInput;
+ output: DisassociateServiceRoleFromAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/GetComponentCommand.ts b/clients/client-greengrassv2/src/commands/GetComponentCommand.ts
index fcdff0aeaf7d..a5995f9872ed 100644
--- a/clients/client-greengrassv2/src/commands/GetComponentCommand.ts
+++ b/clients/client-greengrassv2/src/commands/GetComponentCommand.ts
@@ -99,4 +99,16 @@ export class GetComponentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetComponentCommand)
.de(de_GetComponentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetComponentRequest;
+ output: GetComponentResponse;
+ };
+ sdk: {
+ input: GetComponentCommandInput;
+ output: GetComponentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/GetComponentVersionArtifactCommand.ts b/clients/client-greengrassv2/src/commands/GetComponentVersionArtifactCommand.ts
index f1bdf8ea8299..384384d6ecc9 100644
--- a/clients/client-greengrassv2/src/commands/GetComponentVersionArtifactCommand.ts
+++ b/clients/client-greengrassv2/src/commands/GetComponentVersionArtifactCommand.ts
@@ -104,4 +104,16 @@ export class GetComponentVersionArtifactCommand extends $Command
.f(void 0, void 0)
.ser(se_GetComponentVersionArtifactCommand)
.de(de_GetComponentVersionArtifactCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetComponentVersionArtifactRequest;
+ output: GetComponentVersionArtifactResponse;
+ };
+ sdk: {
+ input: GetComponentVersionArtifactCommandInput;
+ output: GetComponentVersionArtifactCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/GetConnectivityInfoCommand.ts b/clients/client-greengrassv2/src/commands/GetConnectivityInfoCommand.ts
index b46bf4276541..6153ef046e93 100644
--- a/clients/client-greengrassv2/src/commands/GetConnectivityInfoCommand.ts
+++ b/clients/client-greengrassv2/src/commands/GetConnectivityInfoCommand.ts
@@ -98,4 +98,16 @@ export class GetConnectivityInfoCommand extends $Command
.f(void 0, void 0)
.ser(se_GetConnectivityInfoCommand)
.de(de_GetConnectivityInfoCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConnectivityInfoRequest;
+ output: GetConnectivityInfoResponse;
+ };
+ sdk: {
+ input: GetConnectivityInfoCommandInput;
+ output: GetConnectivityInfoCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/GetCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/GetCoreDeviceCommand.ts
index 1a5fc6f428cf..208d88e531b2 100644
--- a/clients/client-greengrassv2/src/commands/GetCoreDeviceCommand.ts
+++ b/clients/client-greengrassv2/src/commands/GetCoreDeviceCommand.ts
@@ -129,4 +129,16 @@ export class GetCoreDeviceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCoreDeviceCommand)
.de(de_GetCoreDeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCoreDeviceRequest;
+ output: GetCoreDeviceResponse;
+ };
+ sdk: {
+ input: GetCoreDeviceCommandInput;
+ output: GetCoreDeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/GetDeploymentCommand.ts b/clients/client-greengrassv2/src/commands/GetDeploymentCommand.ts
index ef93e739ef8d..aed6bee92c40 100644
--- a/clients/client-greengrassv2/src/commands/GetDeploymentCommand.ts
+++ b/clients/client-greengrassv2/src/commands/GetDeploymentCommand.ts
@@ -161,4 +161,16 @@ export class GetDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeploymentCommand)
.de(de_GetDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeploymentRequest;
+ output: GetDeploymentResponse;
+ };
+ sdk: {
+ input: GetDeploymentCommandInput;
+ output: GetDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/GetServiceRoleForAccountCommand.ts b/clients/client-greengrassv2/src/commands/GetServiceRoleForAccountCommand.ts
index 7e698915a558..4f5a51ceaed3 100644
--- a/clients/client-greengrassv2/src/commands/GetServiceRoleForAccountCommand.ts
+++ b/clients/client-greengrassv2/src/commands/GetServiceRoleForAccountCommand.ts
@@ -82,4 +82,16 @@ export class GetServiceRoleForAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_GetServiceRoleForAccountCommand)
.de(de_GetServiceRoleForAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetServiceRoleForAccountResponse;
+ };
+ sdk: {
+ input: GetServiceRoleForAccountCommandInput;
+ output: GetServiceRoleForAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.ts
index 33db69708d7c..b7716de05b1e 100644
--- a/clients/client-greengrassv2/src/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.ts
+++ b/clients/client-greengrassv2/src/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.ts
@@ -112,4 +112,16 @@ export class ListClientDevicesAssociatedWithCoreDeviceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListClientDevicesAssociatedWithCoreDeviceCommand)
.de(de_ListClientDevicesAssociatedWithCoreDeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListClientDevicesAssociatedWithCoreDeviceRequest;
+ output: ListClientDevicesAssociatedWithCoreDeviceResponse;
+ };
+ sdk: {
+ input: ListClientDevicesAssociatedWithCoreDeviceCommandInput;
+ output: ListClientDevicesAssociatedWithCoreDeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/ListComponentVersionsCommand.ts b/clients/client-greengrassv2/src/commands/ListComponentVersionsCommand.ts
index 1e4964966145..cf164e0c4692 100644
--- a/clients/client-greengrassv2/src/commands/ListComponentVersionsCommand.ts
+++ b/clients/client-greengrassv2/src/commands/ListComponentVersionsCommand.ts
@@ -104,4 +104,16 @@ export class ListComponentVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListComponentVersionsCommand)
.de(de_ListComponentVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListComponentVersionsRequest;
+ output: ListComponentVersionsResponse;
+ };
+ sdk: {
+ input: ListComponentVersionsCommandInput;
+ output: ListComponentVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/ListComponentsCommand.ts b/clients/client-greengrassv2/src/commands/ListComponentsCommand.ts
index 764f3c705134..692eae4b4054 100644
--- a/clients/client-greengrassv2/src/commands/ListComponentsCommand.ts
+++ b/clients/client-greengrassv2/src/commands/ListComponentsCommand.ts
@@ -118,4 +118,16 @@ export class ListComponentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListComponentsCommand)
.de(de_ListComponentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListComponentsRequest;
+ output: ListComponentsResponse;
+ };
+ sdk: {
+ input: ListComponentsCommandInput;
+ output: ListComponentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/ListCoreDevicesCommand.ts b/clients/client-greengrassv2/src/commands/ListCoreDevicesCommand.ts
index 21af7a51808e..7e9fd6fd8ea9 100644
--- a/clients/client-greengrassv2/src/commands/ListCoreDevicesCommand.ts
+++ b/clients/client-greengrassv2/src/commands/ListCoreDevicesCommand.ts
@@ -128,4 +128,16 @@ export class ListCoreDevicesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCoreDevicesCommand)
.de(de_ListCoreDevicesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCoreDevicesRequest;
+ output: ListCoreDevicesResponse;
+ };
+ sdk: {
+ input: ListCoreDevicesCommandInput;
+ output: ListCoreDevicesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/ListDeploymentsCommand.ts b/clients/client-greengrassv2/src/commands/ListDeploymentsCommand.ts
index c0b9578cb75d..7b96f797c751 100644
--- a/clients/client-greengrassv2/src/commands/ListDeploymentsCommand.ts
+++ b/clients/client-greengrassv2/src/commands/ListDeploymentsCommand.ts
@@ -107,4 +107,16 @@ export class ListDeploymentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDeploymentsCommand)
.de(de_ListDeploymentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDeploymentsRequest;
+ output: ListDeploymentsResponse;
+ };
+ sdk: {
+ input: ListDeploymentsCommandInput;
+ output: ListDeploymentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/ListEffectiveDeploymentsCommand.ts b/clients/client-greengrassv2/src/commands/ListEffectiveDeploymentsCommand.ts
index 3375f8fb5858..5d9ad8eed3fd 100644
--- a/clients/client-greengrassv2/src/commands/ListEffectiveDeploymentsCommand.ts
+++ b/clients/client-greengrassv2/src/commands/ListEffectiveDeploymentsCommand.ts
@@ -118,4 +118,16 @@ export class ListEffectiveDeploymentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEffectiveDeploymentsCommand)
.de(de_ListEffectiveDeploymentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEffectiveDeploymentsRequest;
+ output: ListEffectiveDeploymentsResponse;
+ };
+ sdk: {
+ input: ListEffectiveDeploymentsCommandInput;
+ output: ListEffectiveDeploymentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/ListInstalledComponentsCommand.ts b/clients/client-greengrassv2/src/commands/ListInstalledComponentsCommand.ts
index 052f4bd3160f..123174705107 100644
--- a/clients/client-greengrassv2/src/commands/ListInstalledComponentsCommand.ts
+++ b/clients/client-greengrassv2/src/commands/ListInstalledComponentsCommand.ts
@@ -142,4 +142,16 @@ export class ListInstalledComponentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInstalledComponentsCommand)
.de(de_ListInstalledComponentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInstalledComponentsRequest;
+ output: ListInstalledComponentsResponse;
+ };
+ sdk: {
+ input: ListInstalledComponentsCommandInput;
+ output: ListInstalledComponentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/ListTagsForResourceCommand.ts b/clients/client-greengrassv2/src/commands/ListTagsForResourceCommand.ts
index d6808502b9ea..5778dc91c1df 100644
--- a/clients/client-greengrassv2/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-greengrassv2/src/commands/ListTagsForResourceCommand.ts
@@ -89,4 +89,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/ResolveComponentCandidatesCommand.ts b/clients/client-greengrassv2/src/commands/ResolveComponentCandidatesCommand.ts
index d5bf46233f9c..ccb5d800bfdd 100644
--- a/clients/client-greengrassv2/src/commands/ResolveComponentCandidatesCommand.ts
+++ b/clients/client-greengrassv2/src/commands/ResolveComponentCandidatesCommand.ts
@@ -135,4 +135,16 @@ export class ResolveComponentCandidatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ResolveComponentCandidatesCommand)
.de(de_ResolveComponentCandidatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResolveComponentCandidatesRequest;
+ output: ResolveComponentCandidatesResponse;
+ };
+ sdk: {
+ input: ResolveComponentCandidatesCommandInput;
+ output: ResolveComponentCandidatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/TagResourceCommand.ts b/clients/client-greengrassv2/src/commands/TagResourceCommand.ts
index 3f7f83363411..c4814d83acf4 100644
--- a/clients/client-greengrassv2/src/commands/TagResourceCommand.ts
+++ b/clients/client-greengrassv2/src/commands/TagResourceCommand.ts
@@ -89,4 +89,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/UntagResourceCommand.ts b/clients/client-greengrassv2/src/commands/UntagResourceCommand.ts
index 24537df8cac0..7fa29180bbcf 100644
--- a/clients/client-greengrassv2/src/commands/UntagResourceCommand.ts
+++ b/clients/client-greengrassv2/src/commands/UntagResourceCommand.ts
@@ -88,4 +88,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-greengrassv2/src/commands/UpdateConnectivityInfoCommand.ts b/clients/client-greengrassv2/src/commands/UpdateConnectivityInfoCommand.ts
index 2ebd2e0ebd8a..d69cb196e8b2 100644
--- a/clients/client-greengrassv2/src/commands/UpdateConnectivityInfoCommand.ts
+++ b/clients/client-greengrassv2/src/commands/UpdateConnectivityInfoCommand.ts
@@ -99,4 +99,16 @@ export class UpdateConnectivityInfoCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateConnectivityInfoCommand)
.de(de_UpdateConnectivityInfoCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateConnectivityInfoRequest;
+ output: UpdateConnectivityInfoResponse;
+ };
+ sdk: {
+ input: UpdateConnectivityInfoCommandInput;
+ output: UpdateConnectivityInfoCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/package.json b/clients/client-groundstation/package.json
index 16aa3fe4fcca..9e5dcada4d01 100644
--- a/clients/client-groundstation/package.json
+++ b/clients/client-groundstation/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2"
},
"devDependencies": {
diff --git a/clients/client-groundstation/src/commands/CancelContactCommand.ts b/clients/client-groundstation/src/commands/CancelContactCommand.ts
index c28e46fa26a2..f81e955ea73e 100644
--- a/clients/client-groundstation/src/commands/CancelContactCommand.ts
+++ b/clients/client-groundstation/src/commands/CancelContactCommand.ts
@@ -86,4 +86,16 @@ export class CancelContactCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelContactCommand)
.de(de_CancelContactCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelContactRequest;
+ output: ContactIdResponse;
+ };
+ sdk: {
+ input: CancelContactCommandInput;
+ output: CancelContactCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/CreateConfigCommand.ts b/clients/client-groundstation/src/commands/CreateConfigCommand.ts
index ee1433c67c4d..e36a85a7e800 100644
--- a/clients/client-groundstation/src/commands/CreateConfigCommand.ts
+++ b/clients/client-groundstation/src/commands/CreateConfigCommand.ts
@@ -159,4 +159,16 @@ export class CreateConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateConfigCommand)
.de(de_CreateConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateConfigRequest;
+ output: ConfigIdResponse;
+ };
+ sdk: {
+ input: CreateConfigCommandInput;
+ output: CreateConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/CreateDataflowEndpointGroupCommand.ts b/clients/client-groundstation/src/commands/CreateDataflowEndpointGroupCommand.ts
index ffa9acf59711..bb5d3b4a3b09 100644
--- a/clients/client-groundstation/src/commands/CreateDataflowEndpointGroupCommand.ts
+++ b/clients/client-groundstation/src/commands/CreateDataflowEndpointGroupCommand.ts
@@ -145,4 +145,16 @@ export class CreateDataflowEndpointGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDataflowEndpointGroupCommand)
.de(de_CreateDataflowEndpointGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDataflowEndpointGroupRequest;
+ output: DataflowEndpointGroupIdResponse;
+ };
+ sdk: {
+ input: CreateDataflowEndpointGroupCommandInput;
+ output: CreateDataflowEndpointGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/CreateEphemerisCommand.ts b/clients/client-groundstation/src/commands/CreateEphemerisCommand.ts
index 28b872f3db12..c0f458bff7b7 100644
--- a/clients/client-groundstation/src/commands/CreateEphemerisCommand.ts
+++ b/clients/client-groundstation/src/commands/CreateEphemerisCommand.ts
@@ -121,4 +121,16 @@ export class CreateEphemerisCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEphemerisCommand)
.de(de_CreateEphemerisCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEphemerisRequest;
+ output: EphemerisIdResponse;
+ };
+ sdk: {
+ input: CreateEphemerisCommandInput;
+ output: CreateEphemerisCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/CreateMissionProfileCommand.ts b/clients/client-groundstation/src/commands/CreateMissionProfileCommand.ts
index a4d1fd6658ec..45ca5ccd3ec1 100644
--- a/clients/client-groundstation/src/commands/CreateMissionProfileCommand.ts
+++ b/clients/client-groundstation/src/commands/CreateMissionProfileCommand.ts
@@ -107,4 +107,16 @@ export class CreateMissionProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateMissionProfileCommand)
.de(de_CreateMissionProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMissionProfileRequest;
+ output: MissionProfileIdResponse;
+ };
+ sdk: {
+ input: CreateMissionProfileCommandInput;
+ output: CreateMissionProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/DeleteConfigCommand.ts b/clients/client-groundstation/src/commands/DeleteConfigCommand.ts
index e2e5a6bdbc2f..2dbea9fdefca 100644
--- a/clients/client-groundstation/src/commands/DeleteConfigCommand.ts
+++ b/clients/client-groundstation/src/commands/DeleteConfigCommand.ts
@@ -89,4 +89,16 @@ export class DeleteConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConfigCommand)
.de(de_DeleteConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConfigRequest;
+ output: ConfigIdResponse;
+ };
+ sdk: {
+ input: DeleteConfigCommandInput;
+ output: DeleteConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/DeleteDataflowEndpointGroupCommand.ts b/clients/client-groundstation/src/commands/DeleteDataflowEndpointGroupCommand.ts
index d95a6d1b3b25..35e330566dda 100644
--- a/clients/client-groundstation/src/commands/DeleteDataflowEndpointGroupCommand.ts
+++ b/clients/client-groundstation/src/commands/DeleteDataflowEndpointGroupCommand.ts
@@ -89,4 +89,16 @@ export class DeleteDataflowEndpointGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDataflowEndpointGroupCommand)
.de(de_DeleteDataflowEndpointGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDataflowEndpointGroupRequest;
+ output: DataflowEndpointGroupIdResponse;
+ };
+ sdk: {
+ input: DeleteDataflowEndpointGroupCommandInput;
+ output: DeleteDataflowEndpointGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/DeleteEphemerisCommand.ts b/clients/client-groundstation/src/commands/DeleteEphemerisCommand.ts
index 3b7a3d0d7147..43846b3f30ec 100644
--- a/clients/client-groundstation/src/commands/DeleteEphemerisCommand.ts
+++ b/clients/client-groundstation/src/commands/DeleteEphemerisCommand.ts
@@ -86,4 +86,16 @@ export class DeleteEphemerisCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEphemerisCommand)
.de(de_DeleteEphemerisCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEphemerisRequest;
+ output: EphemerisIdResponse;
+ };
+ sdk: {
+ input: DeleteEphemerisCommandInput;
+ output: DeleteEphemerisCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/DeleteMissionProfileCommand.ts b/clients/client-groundstation/src/commands/DeleteMissionProfileCommand.ts
index c3c24a6fde81..85f1ac5fbfa5 100644
--- a/clients/client-groundstation/src/commands/DeleteMissionProfileCommand.ts
+++ b/clients/client-groundstation/src/commands/DeleteMissionProfileCommand.ts
@@ -86,4 +86,16 @@ export class DeleteMissionProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMissionProfileCommand)
.de(de_DeleteMissionProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMissionProfileRequest;
+ output: MissionProfileIdResponse;
+ };
+ sdk: {
+ input: DeleteMissionProfileCommandInput;
+ output: DeleteMissionProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/DescribeContactCommand.ts b/clients/client-groundstation/src/commands/DescribeContactCommand.ts
index ea0ace6face4..a4e91a7071ac 100644
--- a/clients/client-groundstation/src/commands/DescribeContactCommand.ts
+++ b/clients/client-groundstation/src/commands/DescribeContactCommand.ts
@@ -230,4 +230,16 @@ export class DescribeContactCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeContactCommand)
.de(de_DescribeContactCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeContactRequest;
+ output: DescribeContactResponse;
+ };
+ sdk: {
+ input: DescribeContactCommandInput;
+ output: DescribeContactCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/DescribeEphemerisCommand.ts b/clients/client-groundstation/src/commands/DescribeEphemerisCommand.ts
index ae089b0cba03..07c65db264ce 100644
--- a/clients/client-groundstation/src/commands/DescribeEphemerisCommand.ts
+++ b/clients/client-groundstation/src/commands/DescribeEphemerisCommand.ts
@@ -114,4 +114,16 @@ export class DescribeEphemerisCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEphemerisCommand)
.de(de_DescribeEphemerisCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEphemerisRequest;
+ output: DescribeEphemerisResponse;
+ };
+ sdk: {
+ input: DescribeEphemerisCommandInput;
+ output: DescribeEphemerisCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/GetAgentConfigurationCommand.ts b/clients/client-groundstation/src/commands/GetAgentConfigurationCommand.ts
index f5fd97cd270f..5b83a56a215c 100644
--- a/clients/client-groundstation/src/commands/GetAgentConfigurationCommand.ts
+++ b/clients/client-groundstation/src/commands/GetAgentConfigurationCommand.ts
@@ -90,4 +90,16 @@ export class GetAgentConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAgentConfigurationCommand)
.de(de_GetAgentConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAgentConfigurationRequest;
+ output: GetAgentConfigurationResponse;
+ };
+ sdk: {
+ input: GetAgentConfigurationCommandInput;
+ output: GetAgentConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/GetConfigCommand.ts b/clients/client-groundstation/src/commands/GetConfigCommand.ts
index dd16d7252aec..8c416f8d1d4b 100644
--- a/clients/client-groundstation/src/commands/GetConfigCommand.ts
+++ b/clients/client-groundstation/src/commands/GetConfigCommand.ts
@@ -158,4 +158,16 @@ export class GetConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetConfigCommand)
.de(de_GetConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetConfigRequest;
+ output: GetConfigResponse;
+ };
+ sdk: {
+ input: GetConfigCommandInput;
+ output: GetConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/GetDataflowEndpointGroupCommand.ts b/clients/client-groundstation/src/commands/GetDataflowEndpointGroupCommand.ts
index 4b7a4b07ceb4..850c15236dda 100644
--- a/clients/client-groundstation/src/commands/GetDataflowEndpointGroupCommand.ts
+++ b/clients/client-groundstation/src/commands/GetDataflowEndpointGroupCommand.ts
@@ -140,4 +140,16 @@ export class GetDataflowEndpointGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataflowEndpointGroupCommand)
.de(de_GetDataflowEndpointGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataflowEndpointGroupRequest;
+ output: GetDataflowEndpointGroupResponse;
+ };
+ sdk: {
+ input: GetDataflowEndpointGroupCommandInput;
+ output: GetDataflowEndpointGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/GetMinuteUsageCommand.ts b/clients/client-groundstation/src/commands/GetMinuteUsageCommand.ts
index a833ce63ad21..780a752ddcff 100644
--- a/clients/client-groundstation/src/commands/GetMinuteUsageCommand.ts
+++ b/clients/client-groundstation/src/commands/GetMinuteUsageCommand.ts
@@ -91,4 +91,16 @@ export class GetMinuteUsageCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMinuteUsageCommand)
.de(de_GetMinuteUsageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMinuteUsageRequest;
+ output: GetMinuteUsageResponse;
+ };
+ sdk: {
+ input: GetMinuteUsageCommandInput;
+ output: GetMinuteUsageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/GetMissionProfileCommand.ts b/clients/client-groundstation/src/commands/GetMissionProfileCommand.ts
index e7b128e89c99..2b043d22f1eb 100644
--- a/clients/client-groundstation/src/commands/GetMissionProfileCommand.ts
+++ b/clients/client-groundstation/src/commands/GetMissionProfileCommand.ts
@@ -107,4 +107,16 @@ export class GetMissionProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMissionProfileCommand)
.de(de_GetMissionProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMissionProfileRequest;
+ output: GetMissionProfileResponse;
+ };
+ sdk: {
+ input: GetMissionProfileCommandInput;
+ output: GetMissionProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/GetSatelliteCommand.ts b/clients/client-groundstation/src/commands/GetSatelliteCommand.ts
index c914ecb37585..c61f6a3fb5fb 100644
--- a/clients/client-groundstation/src/commands/GetSatelliteCommand.ts
+++ b/clients/client-groundstation/src/commands/GetSatelliteCommand.ts
@@ -97,4 +97,16 @@ export class GetSatelliteCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSatelliteCommand)
.de(de_GetSatelliteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSatelliteRequest;
+ output: GetSatelliteResponse;
+ };
+ sdk: {
+ input: GetSatelliteCommandInput;
+ output: GetSatelliteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/ListConfigsCommand.ts b/clients/client-groundstation/src/commands/ListConfigsCommand.ts
index 835747d225e4..261760d2a865 100644
--- a/clients/client-groundstation/src/commands/ListConfigsCommand.ts
+++ b/clients/client-groundstation/src/commands/ListConfigsCommand.ts
@@ -95,4 +95,16 @@ export class ListConfigsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListConfigsCommand)
.de(de_ListConfigsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListConfigsRequest;
+ output: ListConfigsResponse;
+ };
+ sdk: {
+ input: ListConfigsCommandInput;
+ output: ListConfigsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/ListContactsCommand.ts b/clients/client-groundstation/src/commands/ListContactsCommand.ts
index 499659125039..c99c7d0599d5 100644
--- a/clients/client-groundstation/src/commands/ListContactsCommand.ts
+++ b/clients/client-groundstation/src/commands/ListContactsCommand.ts
@@ -122,4 +122,16 @@ export class ListContactsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListContactsCommand)
.de(de_ListContactsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListContactsRequest;
+ output: ListContactsResponse;
+ };
+ sdk: {
+ input: ListContactsCommandInput;
+ output: ListContactsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/ListDataflowEndpointGroupsCommand.ts b/clients/client-groundstation/src/commands/ListDataflowEndpointGroupsCommand.ts
index 77ee33551258..535c869739d5 100644
--- a/clients/client-groundstation/src/commands/ListDataflowEndpointGroupsCommand.ts
+++ b/clients/client-groundstation/src/commands/ListDataflowEndpointGroupsCommand.ts
@@ -93,4 +93,16 @@ export class ListDataflowEndpointGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDataflowEndpointGroupsCommand)
.de(de_ListDataflowEndpointGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataflowEndpointGroupsRequest;
+ output: ListDataflowEndpointGroupsResponse;
+ };
+ sdk: {
+ input: ListDataflowEndpointGroupsCommandInput;
+ output: ListDataflowEndpointGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/ListEphemeridesCommand.ts b/clients/client-groundstation/src/commands/ListEphemeridesCommand.ts
index 5e4899b112d8..be6034209653 100644
--- a/clients/client-groundstation/src/commands/ListEphemeridesCommand.ts
+++ b/clients/client-groundstation/src/commands/ListEphemeridesCommand.ts
@@ -108,4 +108,16 @@ export class ListEphemeridesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEphemeridesCommand)
.de(de_ListEphemeridesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEphemeridesRequest;
+ output: ListEphemeridesResponse;
+ };
+ sdk: {
+ input: ListEphemeridesCommandInput;
+ output: ListEphemeridesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/ListGroundStationsCommand.ts b/clients/client-groundstation/src/commands/ListGroundStationsCommand.ts
index d2b87ed26abe..3ee7fc3a3b3c 100644
--- a/clients/client-groundstation/src/commands/ListGroundStationsCommand.ts
+++ b/clients/client-groundstation/src/commands/ListGroundStationsCommand.ts
@@ -95,4 +95,16 @@ export class ListGroundStationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListGroundStationsCommand)
.de(de_ListGroundStationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGroundStationsRequest;
+ output: ListGroundStationsResponse;
+ };
+ sdk: {
+ input: ListGroundStationsCommandInput;
+ output: ListGroundStationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/ListMissionProfilesCommand.ts b/clients/client-groundstation/src/commands/ListMissionProfilesCommand.ts
index d96fc64f7ea3..c22761d95f7b 100644
--- a/clients/client-groundstation/src/commands/ListMissionProfilesCommand.ts
+++ b/clients/client-groundstation/src/commands/ListMissionProfilesCommand.ts
@@ -95,4 +95,16 @@ export class ListMissionProfilesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMissionProfilesCommand)
.de(de_ListMissionProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMissionProfilesRequest;
+ output: ListMissionProfilesResponse;
+ };
+ sdk: {
+ input: ListMissionProfilesCommandInput;
+ output: ListMissionProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/ListSatellitesCommand.ts b/clients/client-groundstation/src/commands/ListSatellitesCommand.ts
index dd989ad914cf..28e6bd31d830 100644
--- a/clients/client-groundstation/src/commands/ListSatellitesCommand.ts
+++ b/clients/client-groundstation/src/commands/ListSatellitesCommand.ts
@@ -103,4 +103,16 @@ export class ListSatellitesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSatellitesCommand)
.de(de_ListSatellitesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSatellitesRequest;
+ output: ListSatellitesResponse;
+ };
+ sdk: {
+ input: ListSatellitesCommandInput;
+ output: ListSatellitesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/ListTagsForResourceCommand.ts b/clients/client-groundstation/src/commands/ListTagsForResourceCommand.ts
index 970cd06192cb..990f892774c8 100644
--- a/clients/client-groundstation/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-groundstation/src/commands/ListTagsForResourceCommand.ts
@@ -88,4 +88,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/RegisterAgentCommand.ts b/clients/client-groundstation/src/commands/RegisterAgentCommand.ts
index 8540612a653f..10d5a0ecdbcc 100644
--- a/clients/client-groundstation/src/commands/RegisterAgentCommand.ts
+++ b/clients/client-groundstation/src/commands/RegisterAgentCommand.ts
@@ -118,4 +118,16 @@ export class RegisterAgentCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterAgentCommand)
.de(de_RegisterAgentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterAgentRequest;
+ output: RegisterAgentResponse;
+ };
+ sdk: {
+ input: RegisterAgentCommandInput;
+ output: RegisterAgentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/ReserveContactCommand.ts b/clients/client-groundstation/src/commands/ReserveContactCommand.ts
index 7a307e9e2138..084fc07dedc6 100644
--- a/clients/client-groundstation/src/commands/ReserveContactCommand.ts
+++ b/clients/client-groundstation/src/commands/ReserveContactCommand.ts
@@ -93,4 +93,16 @@ export class ReserveContactCommand extends $Command
.f(void 0, void 0)
.ser(se_ReserveContactCommand)
.de(de_ReserveContactCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReserveContactRequest;
+ output: ContactIdResponse;
+ };
+ sdk: {
+ input: ReserveContactCommandInput;
+ output: ReserveContactCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/TagResourceCommand.ts b/clients/client-groundstation/src/commands/TagResourceCommand.ts
index f75e031bd716..4b466b323ec1 100644
--- a/clients/client-groundstation/src/commands/TagResourceCommand.ts
+++ b/clients/client-groundstation/src/commands/TagResourceCommand.ts
@@ -87,4 +87,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/UntagResourceCommand.ts b/clients/client-groundstation/src/commands/UntagResourceCommand.ts
index 3a9ce4dae954..d428aad467a3 100644
--- a/clients/client-groundstation/src/commands/UntagResourceCommand.ts
+++ b/clients/client-groundstation/src/commands/UntagResourceCommand.ts
@@ -87,4 +87,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/UpdateAgentStatusCommand.ts b/clients/client-groundstation/src/commands/UpdateAgentStatusCommand.ts
index 50c684ae37d0..22a3c49371fc 100644
--- a/clients/client-groundstation/src/commands/UpdateAgentStatusCommand.ts
+++ b/clients/client-groundstation/src/commands/UpdateAgentStatusCommand.ts
@@ -107,4 +107,16 @@ export class UpdateAgentStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAgentStatusCommand)
.de(de_UpdateAgentStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAgentStatusRequest;
+ output: UpdateAgentStatusResponse;
+ };
+ sdk: {
+ input: UpdateAgentStatusCommandInput;
+ output: UpdateAgentStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/UpdateConfigCommand.ts b/clients/client-groundstation/src/commands/UpdateConfigCommand.ts
index 608cd0ffa34d..73b509b5db23 100644
--- a/clients/client-groundstation/src/commands/UpdateConfigCommand.ts
+++ b/clients/client-groundstation/src/commands/UpdateConfigCommand.ts
@@ -156,4 +156,16 @@ export class UpdateConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateConfigCommand)
.de(de_UpdateConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateConfigRequest;
+ output: ConfigIdResponse;
+ };
+ sdk: {
+ input: UpdateConfigCommandInput;
+ output: UpdateConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/UpdateEphemerisCommand.ts b/clients/client-groundstation/src/commands/UpdateEphemerisCommand.ts
index 1029fb0f964d..40a9165b68ae 100644
--- a/clients/client-groundstation/src/commands/UpdateEphemerisCommand.ts
+++ b/clients/client-groundstation/src/commands/UpdateEphemerisCommand.ts
@@ -89,4 +89,16 @@ export class UpdateEphemerisCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEphemerisCommand)
.de(de_UpdateEphemerisCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEphemerisRequest;
+ output: EphemerisIdResponse;
+ };
+ sdk: {
+ input: UpdateEphemerisCommandInput;
+ output: UpdateEphemerisCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-groundstation/src/commands/UpdateMissionProfileCommand.ts b/clients/client-groundstation/src/commands/UpdateMissionProfileCommand.ts
index c65cf58c9235..5c927f04ae02 100644
--- a/clients/client-groundstation/src/commands/UpdateMissionProfileCommand.ts
+++ b/clients/client-groundstation/src/commands/UpdateMissionProfileCommand.ts
@@ -104,4 +104,16 @@ export class UpdateMissionProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateMissionProfileCommand)
.de(de_UpdateMissionProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMissionProfileRequest;
+ output: MissionProfileIdResponse;
+ };
+ sdk: {
+ input: UpdateMissionProfileCommandInput;
+ output: UpdateMissionProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/package.json b/clients/client-guardduty/package.json
index a9da9c1f0c0e..b1a3524bb93c 100644
--- a/clients/client-guardduty/package.json
+++ b/clients/client-guardduty/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-guardduty/src/commands/AcceptAdministratorInvitationCommand.ts b/clients/client-guardduty/src/commands/AcceptAdministratorInvitationCommand.ts
index 0384d1597335..f61cf44b0b9a 100644
--- a/clients/client-guardduty/src/commands/AcceptAdministratorInvitationCommand.ts
+++ b/clients/client-guardduty/src/commands/AcceptAdministratorInvitationCommand.ts
@@ -89,4 +89,16 @@ export class AcceptAdministratorInvitationCommand extends $Command
.f(void 0, void 0)
.ser(se_AcceptAdministratorInvitationCommand)
.de(de_AcceptAdministratorInvitationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AcceptAdministratorInvitationRequest;
+ output: {};
+ };
+ sdk: {
+ input: AcceptAdministratorInvitationCommandInput;
+ output: AcceptAdministratorInvitationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts b/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts
index d7378322c0d5..ae23aa699a7b 100644
--- a/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts
+++ b/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts
@@ -85,4 +85,16 @@ export class AcceptInvitationCommand extends $Command
.f(void 0, void 0)
.ser(se_AcceptInvitationCommand)
.de(de_AcceptInvitationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AcceptInvitationRequest;
+ output: {};
+ };
+ sdk: {
+ input: AcceptInvitationCommandInput;
+ output: AcceptInvitationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/ArchiveFindingsCommand.ts b/clients/client-guardduty/src/commands/ArchiveFindingsCommand.ts
index c19a0725ac17..4edc724e58f4 100644
--- a/clients/client-guardduty/src/commands/ArchiveFindingsCommand.ts
+++ b/clients/client-guardduty/src/commands/ArchiveFindingsCommand.ts
@@ -88,4 +88,16 @@ export class ArchiveFindingsCommand extends $Command
.f(void 0, void 0)
.ser(se_ArchiveFindingsCommand)
.de(de_ArchiveFindingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ArchiveFindingsRequest;
+ output: {};
+ };
+ sdk: {
+ input: ArchiveFindingsCommandInput;
+ output: ArchiveFindingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/CreateDetectorCommand.ts b/clients/client-guardduty/src/commands/CreateDetectorCommand.ts
index f7cb6649755a..8bdf1d4b3e2b 100644
--- a/clients/client-guardduty/src/commands/CreateDetectorCommand.ts
+++ b/clients/client-guardduty/src/commands/CreateDetectorCommand.ts
@@ -148,4 +148,16 @@ export class CreateDetectorCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDetectorCommand)
.de(de_CreateDetectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDetectorRequest;
+ output: CreateDetectorResponse;
+ };
+ sdk: {
+ input: CreateDetectorCommandInput;
+ output: CreateDetectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/CreateFilterCommand.ts b/clients/client-guardduty/src/commands/CreateFilterCommand.ts
index 1ad40d00742f..234361261f2f 100644
--- a/clients/client-guardduty/src/commands/CreateFilterCommand.ts
+++ b/clients/client-guardduty/src/commands/CreateFilterCommand.ts
@@ -118,4 +118,16 @@ export class CreateFilterCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFilterCommand)
.de(de_CreateFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFilterRequest;
+ output: CreateFilterResponse;
+ };
+ sdk: {
+ input: CreateFilterCommandInput;
+ output: CreateFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/CreateIPSetCommand.ts b/clients/client-guardduty/src/commands/CreateIPSetCommand.ts
index 1e44da6a034b..2544a0d0993d 100644
--- a/clients/client-guardduty/src/commands/CreateIPSetCommand.ts
+++ b/clients/client-guardduty/src/commands/CreateIPSetCommand.ts
@@ -94,4 +94,16 @@ export class CreateIPSetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateIPSetCommand)
.de(de_CreateIPSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateIPSetRequest;
+ output: CreateIPSetResponse;
+ };
+ sdk: {
+ input: CreateIPSetCommandInput;
+ output: CreateIPSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/CreateMalwareProtectionPlanCommand.ts b/clients/client-guardduty/src/commands/CreateMalwareProtectionPlanCommand.ts
index d1959f5974b6..dc778f4ad730 100644
--- a/clients/client-guardduty/src/commands/CreateMalwareProtectionPlanCommand.ts
+++ b/clients/client-guardduty/src/commands/CreateMalwareProtectionPlanCommand.ts
@@ -113,4 +113,16 @@ export class CreateMalwareProtectionPlanCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateMalwareProtectionPlanCommand)
.de(de_CreateMalwareProtectionPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMalwareProtectionPlanRequest;
+ output: CreateMalwareProtectionPlanResponse;
+ };
+ sdk: {
+ input: CreateMalwareProtectionPlanCommandInput;
+ output: CreateMalwareProtectionPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/CreateMembersCommand.ts b/clients/client-guardduty/src/commands/CreateMembersCommand.ts
index 23eeae5ad92e..710ee6fbf704 100644
--- a/clients/client-guardduty/src/commands/CreateMembersCommand.ts
+++ b/clients/client-guardduty/src/commands/CreateMembersCommand.ts
@@ -117,4 +117,16 @@ export class CreateMembersCommand extends $Command
.f(CreateMembersRequestFilterSensitiveLog, void 0)
.ser(se_CreateMembersCommand)
.de(de_CreateMembersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMembersRequest;
+ output: CreateMembersResponse;
+ };
+ sdk: {
+ input: CreateMembersCommandInput;
+ output: CreateMembersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/CreatePublishingDestinationCommand.ts b/clients/client-guardduty/src/commands/CreatePublishingDestinationCommand.ts
index 67ba467f9ac2..5fe1f106513c 100644
--- a/clients/client-guardduty/src/commands/CreatePublishingDestinationCommand.ts
+++ b/clients/client-guardduty/src/commands/CreatePublishingDestinationCommand.ts
@@ -95,4 +95,16 @@ export class CreatePublishingDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePublishingDestinationCommand)
.de(de_CreatePublishingDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePublishingDestinationRequest;
+ output: CreatePublishingDestinationResponse;
+ };
+ sdk: {
+ input: CreatePublishingDestinationCommandInput;
+ output: CreatePublishingDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/CreateSampleFindingsCommand.ts b/clients/client-guardduty/src/commands/CreateSampleFindingsCommand.ts
index f068d4c02857..f6ee427c6d14 100644
--- a/clients/client-guardduty/src/commands/CreateSampleFindingsCommand.ts
+++ b/clients/client-guardduty/src/commands/CreateSampleFindingsCommand.ts
@@ -86,4 +86,16 @@ export class CreateSampleFindingsCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSampleFindingsCommand)
.de(de_CreateSampleFindingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSampleFindingsRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateSampleFindingsCommandInput;
+ output: CreateSampleFindingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/CreateThreatIntelSetCommand.ts b/clients/client-guardduty/src/commands/CreateThreatIntelSetCommand.ts
index 2a866ff38538..1c32dece43c0 100644
--- a/clients/client-guardduty/src/commands/CreateThreatIntelSetCommand.ts
+++ b/clients/client-guardduty/src/commands/CreateThreatIntelSetCommand.ts
@@ -93,4 +93,16 @@ export class CreateThreatIntelSetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateThreatIntelSetCommand)
.de(de_CreateThreatIntelSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateThreatIntelSetRequest;
+ output: CreateThreatIntelSetResponse;
+ };
+ sdk: {
+ input: CreateThreatIntelSetCommandInput;
+ output: CreateThreatIntelSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/DeclineInvitationsCommand.ts b/clients/client-guardduty/src/commands/DeclineInvitationsCommand.ts
index 176a75f3636c..c8a9216b0bfa 100644
--- a/clients/client-guardduty/src/commands/DeclineInvitationsCommand.ts
+++ b/clients/client-guardduty/src/commands/DeclineInvitationsCommand.ts
@@ -91,4 +91,16 @@ export class DeclineInvitationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeclineInvitationsCommand)
.de(de_DeclineInvitationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeclineInvitationsRequest;
+ output: DeclineInvitationsResponse;
+ };
+ sdk: {
+ input: DeclineInvitationsCommandInput;
+ output: DeclineInvitationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/DeleteDetectorCommand.ts b/clients/client-guardduty/src/commands/DeleteDetectorCommand.ts
index 17cd0949e018..1cc4108cd54a 100644
--- a/clients/client-guardduty/src/commands/DeleteDetectorCommand.ts
+++ b/clients/client-guardduty/src/commands/DeleteDetectorCommand.ts
@@ -81,4 +81,16 @@ export class DeleteDetectorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDetectorCommand)
.de(de_DeleteDetectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDetectorRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDetectorCommandInput;
+ output: DeleteDetectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/DeleteFilterCommand.ts b/clients/client-guardduty/src/commands/DeleteFilterCommand.ts
index 0c4fcbf2cd80..bffc560e8d93 100644
--- a/clients/client-guardduty/src/commands/DeleteFilterCommand.ts
+++ b/clients/client-guardduty/src/commands/DeleteFilterCommand.ts
@@ -82,4 +82,16 @@ export class DeleteFilterCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFilterCommand)
.de(de_DeleteFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFilterRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFilterCommandInput;
+ output: DeleteFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/DeleteIPSetCommand.ts b/clients/client-guardduty/src/commands/DeleteIPSetCommand.ts
index 4ab16fa1c740..1e374f39277a 100644
--- a/clients/client-guardduty/src/commands/DeleteIPSetCommand.ts
+++ b/clients/client-guardduty/src/commands/DeleteIPSetCommand.ts
@@ -83,4 +83,16 @@ export class DeleteIPSetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIPSetCommand)
.de(de_DeleteIPSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIPSetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteIPSetCommandInput;
+ output: DeleteIPSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/DeleteInvitationsCommand.ts b/clients/client-guardduty/src/commands/DeleteInvitationsCommand.ts
index 9567f167c654..39f9ecb59f50 100644
--- a/clients/client-guardduty/src/commands/DeleteInvitationsCommand.ts
+++ b/clients/client-guardduty/src/commands/DeleteInvitationsCommand.ts
@@ -91,4 +91,16 @@ export class DeleteInvitationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteInvitationsCommand)
.de(de_DeleteInvitationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteInvitationsRequest;
+ output: DeleteInvitationsResponse;
+ };
+ sdk: {
+ input: DeleteInvitationsCommandInput;
+ output: DeleteInvitationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/DeleteMalwareProtectionPlanCommand.ts b/clients/client-guardduty/src/commands/DeleteMalwareProtectionPlanCommand.ts
index 4ad3c095b67f..730e922f82ed 100644
--- a/clients/client-guardduty/src/commands/DeleteMalwareProtectionPlanCommand.ts
+++ b/clients/client-guardduty/src/commands/DeleteMalwareProtectionPlanCommand.ts
@@ -92,4 +92,16 @@ export class DeleteMalwareProtectionPlanCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMalwareProtectionPlanCommand)
.de(de_DeleteMalwareProtectionPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMalwareProtectionPlanRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMalwareProtectionPlanCommandInput;
+ output: DeleteMalwareProtectionPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/DeleteMembersCommand.ts b/clients/client-guardduty/src/commands/DeleteMembersCommand.ts
index 860a7651f64c..515bf75f146c 100644
--- a/clients/client-guardduty/src/commands/DeleteMembersCommand.ts
+++ b/clients/client-guardduty/src/commands/DeleteMembersCommand.ts
@@ -95,4 +95,16 @@ export class DeleteMembersCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMembersCommand)
.de(de_DeleteMembersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMembersRequest;
+ output: DeleteMembersResponse;
+ };
+ sdk: {
+ input: DeleteMembersCommandInput;
+ output: DeleteMembersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/DeletePublishingDestinationCommand.ts b/clients/client-guardduty/src/commands/DeletePublishingDestinationCommand.ts
index 1ec272bb637b..a4a2e7e08a78 100644
--- a/clients/client-guardduty/src/commands/DeletePublishingDestinationCommand.ts
+++ b/clients/client-guardduty/src/commands/DeletePublishingDestinationCommand.ts
@@ -87,4 +87,16 @@ export class DeletePublishingDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePublishingDestinationCommand)
.de(de_DeletePublishingDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePublishingDestinationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePublishingDestinationCommandInput;
+ output: DeletePublishingDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/DeleteThreatIntelSetCommand.ts b/clients/client-guardduty/src/commands/DeleteThreatIntelSetCommand.ts
index f48456b7a3ae..a420a79d390b 100644
--- a/clients/client-guardduty/src/commands/DeleteThreatIntelSetCommand.ts
+++ b/clients/client-guardduty/src/commands/DeleteThreatIntelSetCommand.ts
@@ -82,4 +82,16 @@ export class DeleteThreatIntelSetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteThreatIntelSetCommand)
.de(de_DeleteThreatIntelSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteThreatIntelSetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteThreatIntelSetCommandInput;
+ output: DeleteThreatIntelSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/DescribeMalwareScansCommand.ts b/clients/client-guardduty/src/commands/DescribeMalwareScansCommand.ts
index cdd550e09fc4..3af63ee3cf4b 100644
--- a/clients/client-guardduty/src/commands/DescribeMalwareScansCommand.ts
+++ b/clients/client-guardduty/src/commands/DescribeMalwareScansCommand.ts
@@ -141,4 +141,16 @@ export class DescribeMalwareScansCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeMalwareScansCommand)
.de(de_DescribeMalwareScansCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeMalwareScansRequest;
+ output: DescribeMalwareScansResponse;
+ };
+ sdk: {
+ input: DescribeMalwareScansCommandInput;
+ output: DescribeMalwareScansCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-guardduty/src/commands/DescribeOrganizationConfigurationCommand.ts
index d881f3d72567..99eed03b4f2f 100644
--- a/clients/client-guardduty/src/commands/DescribeOrganizationConfigurationCommand.ts
+++ b/clients/client-guardduty/src/commands/DescribeOrganizationConfigurationCommand.ts
@@ -129,4 +129,16 @@ export class DescribeOrganizationConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeOrganizationConfigurationCommand)
.de(de_DescribeOrganizationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeOrganizationConfigurationRequest;
+ output: DescribeOrganizationConfigurationResponse;
+ };
+ sdk: {
+ input: DescribeOrganizationConfigurationCommandInput;
+ output: DescribeOrganizationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/DescribePublishingDestinationCommand.ts b/clients/client-guardduty/src/commands/DescribePublishingDestinationCommand.ts
index 3dd9f15c1c9b..0e6a7cfe7841 100644
--- a/clients/client-guardduty/src/commands/DescribePublishingDestinationCommand.ts
+++ b/clients/client-guardduty/src/commands/DescribePublishingDestinationCommand.ts
@@ -97,4 +97,16 @@ export class DescribePublishingDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePublishingDestinationCommand)
.de(de_DescribePublishingDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePublishingDestinationRequest;
+ output: DescribePublishingDestinationResponse;
+ };
+ sdk: {
+ input: DescribePublishingDestinationCommandInput;
+ output: DescribePublishingDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/DisableOrganizationAdminAccountCommand.ts b/clients/client-guardduty/src/commands/DisableOrganizationAdminAccountCommand.ts
index fdce457b06cf..8029dd3919fa 100644
--- a/clients/client-guardduty/src/commands/DisableOrganizationAdminAccountCommand.ts
+++ b/clients/client-guardduty/src/commands/DisableOrganizationAdminAccountCommand.ts
@@ -88,4 +88,16 @@ export class DisableOrganizationAdminAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableOrganizationAdminAccountCommand)
.de(de_DisableOrganizationAdminAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableOrganizationAdminAccountRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisableOrganizationAdminAccountCommandInput;
+ output: DisableOrganizationAdminAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/DisassociateFromAdministratorAccountCommand.ts b/clients/client-guardduty/src/commands/DisassociateFromAdministratorAccountCommand.ts
index 4e4c86be8516..d86ecd35e9ae 100644
--- a/clients/client-guardduty/src/commands/DisassociateFromAdministratorAccountCommand.ts
+++ b/clients/client-guardduty/src/commands/DisassociateFromAdministratorAccountCommand.ts
@@ -98,4 +98,16 @@ export class DisassociateFromAdministratorAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateFromAdministratorAccountCommand)
.de(de_DisassociateFromAdministratorAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateFromAdministratorAccountRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateFromAdministratorAccountCommandInput;
+ output: DisassociateFromAdministratorAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts b/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts
index 52ecfb3ec15c..6c2e9a87b7ab 100644
--- a/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts
+++ b/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts
@@ -94,4 +94,16 @@ export class DisassociateFromMasterAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateFromMasterAccountCommand)
.de(de_DisassociateFromMasterAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateFromMasterAccountRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateFromMasterAccountCommandInput;
+ output: DisassociateFromMasterAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/DisassociateMembersCommand.ts b/clients/client-guardduty/src/commands/DisassociateMembersCommand.ts
index 8f0a2fb565df..384a17be89fe 100644
--- a/clients/client-guardduty/src/commands/DisassociateMembersCommand.ts
+++ b/clients/client-guardduty/src/commands/DisassociateMembersCommand.ts
@@ -109,4 +109,16 @@ export class DisassociateMembersCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateMembersCommand)
.de(de_DisassociateMembersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateMembersRequest;
+ output: DisassociateMembersResponse;
+ };
+ sdk: {
+ input: DisassociateMembersCommandInput;
+ output: DisassociateMembersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/EnableOrganizationAdminAccountCommand.ts b/clients/client-guardduty/src/commands/EnableOrganizationAdminAccountCommand.ts
index 1fff9ebfba21..dbaf6d5d8f95 100644
--- a/clients/client-guardduty/src/commands/EnableOrganizationAdminAccountCommand.ts
+++ b/clients/client-guardduty/src/commands/EnableOrganizationAdminAccountCommand.ts
@@ -88,4 +88,16 @@ export class EnableOrganizationAdminAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableOrganizationAdminAccountCommand)
.de(de_EnableOrganizationAdminAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableOrganizationAdminAccountRequest;
+ output: {};
+ };
+ sdk: {
+ input: EnableOrganizationAdminAccountCommandInput;
+ output: EnableOrganizationAdminAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/GetAdministratorAccountCommand.ts b/clients/client-guardduty/src/commands/GetAdministratorAccountCommand.ts
index 32a3ed0ef828..db0916cfdd35 100644
--- a/clients/client-guardduty/src/commands/GetAdministratorAccountCommand.ts
+++ b/clients/client-guardduty/src/commands/GetAdministratorAccountCommand.ts
@@ -93,4 +93,16 @@ export class GetAdministratorAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAdministratorAccountCommand)
.de(de_GetAdministratorAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAdministratorAccountRequest;
+ output: GetAdministratorAccountResponse;
+ };
+ sdk: {
+ input: GetAdministratorAccountCommandInput;
+ output: GetAdministratorAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/GetCoverageStatisticsCommand.ts b/clients/client-guardduty/src/commands/GetCoverageStatisticsCommand.ts
index bcfead8d57b8..3d62a5b88b78 100644
--- a/clients/client-guardduty/src/commands/GetCoverageStatisticsCommand.ts
+++ b/clients/client-guardduty/src/commands/GetCoverageStatisticsCommand.ts
@@ -111,4 +111,16 @@ export class GetCoverageStatisticsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCoverageStatisticsCommand)
.de(de_GetCoverageStatisticsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCoverageStatisticsRequest;
+ output: GetCoverageStatisticsResponse;
+ };
+ sdk: {
+ input: GetCoverageStatisticsCommandInput;
+ output: GetCoverageStatisticsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/GetDetectorCommand.ts b/clients/client-guardduty/src/commands/GetDetectorCommand.ts
index c8344e559684..aceacfb0a06c 100644
--- a/clients/client-guardduty/src/commands/GetDetectorCommand.ts
+++ b/clients/client-guardduty/src/commands/GetDetectorCommand.ts
@@ -135,4 +135,16 @@ export class GetDetectorCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDetectorCommand)
.de(de_GetDetectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDetectorRequest;
+ output: GetDetectorResponse;
+ };
+ sdk: {
+ input: GetDetectorCommandInput;
+ output: GetDetectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/GetFilterCommand.ts b/clients/client-guardduty/src/commands/GetFilterCommand.ts
index 0f9b256d9a6c..4739588f9aee 100644
--- a/clients/client-guardduty/src/commands/GetFilterCommand.ts
+++ b/clients/client-guardduty/src/commands/GetFilterCommand.ts
@@ -116,4 +116,16 @@ export class GetFilterCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFilterCommand)
.de(de_GetFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFilterRequest;
+ output: GetFilterResponse;
+ };
+ sdk: {
+ input: GetFilterCommandInput;
+ output: GetFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/GetFindingsCommand.ts b/clients/client-guardduty/src/commands/GetFindingsCommand.ts
index 3777cb63fae6..b044f85225a2 100644
--- a/clients/client-guardduty/src/commands/GetFindingsCommand.ts
+++ b/clients/client-guardduty/src/commands/GetFindingsCommand.ts
@@ -865,4 +865,16 @@ export class GetFindingsCommand extends $Command
.f(void 0, GetFindingsResponseFilterSensitiveLog)
.ser(se_GetFindingsCommand)
.de(de_GetFindingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFindingsRequest;
+ output: GetFindingsResponse;
+ };
+ sdk: {
+ input: GetFindingsCommandInput;
+ output: GetFindingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/GetFindingsStatisticsCommand.ts b/clients/client-guardduty/src/commands/GetFindingsStatisticsCommand.ts
index cb8479476811..4484d8343081 100644
--- a/clients/client-guardduty/src/commands/GetFindingsStatisticsCommand.ts
+++ b/clients/client-guardduty/src/commands/GetFindingsStatisticsCommand.ts
@@ -163,4 +163,16 @@ export class GetFindingsStatisticsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFindingsStatisticsCommand)
.de(de_GetFindingsStatisticsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFindingsStatisticsRequest;
+ output: GetFindingsStatisticsResponse;
+ };
+ sdk: {
+ input: GetFindingsStatisticsCommandInput;
+ output: GetFindingsStatisticsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/GetIPSetCommand.ts b/clients/client-guardduty/src/commands/GetIPSetCommand.ts
index ac689bfbec26..eaa5c874b323 100644
--- a/clients/client-guardduty/src/commands/GetIPSetCommand.ts
+++ b/clients/client-guardduty/src/commands/GetIPSetCommand.ts
@@ -90,4 +90,16 @@ export class GetIPSetCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIPSetCommand)
.de(de_GetIPSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIPSetRequest;
+ output: GetIPSetResponse;
+ };
+ sdk: {
+ input: GetIPSetCommandInput;
+ output: GetIPSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/GetInvitationsCountCommand.ts b/clients/client-guardduty/src/commands/GetInvitationsCountCommand.ts
index 07d35f1122cb..7f43d2912536 100644
--- a/clients/client-guardduty/src/commands/GetInvitationsCountCommand.ts
+++ b/clients/client-guardduty/src/commands/GetInvitationsCountCommand.ts
@@ -82,4 +82,16 @@ export class GetInvitationsCountCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInvitationsCountCommand)
.de(de_GetInvitationsCountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetInvitationsCountResponse;
+ };
+ sdk: {
+ input: GetInvitationsCountCommandInput;
+ output: GetInvitationsCountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/GetMalwareProtectionPlanCommand.ts b/clients/client-guardduty/src/commands/GetMalwareProtectionPlanCommand.ts
index 7f8620d5ffec..db3730b05dc0 100644
--- a/clients/client-guardduty/src/commands/GetMalwareProtectionPlanCommand.ts
+++ b/clients/client-guardduty/src/commands/GetMalwareProtectionPlanCommand.ts
@@ -115,4 +115,16 @@ export class GetMalwareProtectionPlanCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMalwareProtectionPlanCommand)
.de(de_GetMalwareProtectionPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMalwareProtectionPlanRequest;
+ output: GetMalwareProtectionPlanResponse;
+ };
+ sdk: {
+ input: GetMalwareProtectionPlanCommandInput;
+ output: GetMalwareProtectionPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/GetMalwareScanSettingsCommand.ts b/clients/client-guardduty/src/commands/GetMalwareScanSettingsCommand.ts
index 5d2f6196f529..33c0c4e9c4b8 100644
--- a/clients/client-guardduty/src/commands/GetMalwareScanSettingsCommand.ts
+++ b/clients/client-guardduty/src/commands/GetMalwareScanSettingsCommand.ts
@@ -108,4 +108,16 @@ export class GetMalwareScanSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMalwareScanSettingsCommand)
.de(de_GetMalwareScanSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMalwareScanSettingsRequest;
+ output: GetMalwareScanSettingsResponse;
+ };
+ sdk: {
+ input: GetMalwareScanSettingsCommandInput;
+ output: GetMalwareScanSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts b/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts
index 54c1597c05f4..8cadfa59425f 100644
--- a/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts
+++ b/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts
@@ -91,4 +91,16 @@ export class GetMasterAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMasterAccountCommand)
.de(de_GetMasterAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMasterAccountRequest;
+ output: GetMasterAccountResponse;
+ };
+ sdk: {
+ input: GetMasterAccountCommandInput;
+ output: GetMasterAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/GetMemberDetectorsCommand.ts b/clients/client-guardduty/src/commands/GetMemberDetectorsCommand.ts
index 3ca8204f4964..6c07bc837d81 100644
--- a/clients/client-guardduty/src/commands/GetMemberDetectorsCommand.ts
+++ b/clients/client-guardduty/src/commands/GetMemberDetectorsCommand.ts
@@ -141,4 +141,16 @@ export class GetMemberDetectorsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMemberDetectorsCommand)
.de(de_GetMemberDetectorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMemberDetectorsRequest;
+ output: GetMemberDetectorsResponse;
+ };
+ sdk: {
+ input: GetMemberDetectorsCommandInput;
+ output: GetMemberDetectorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/GetMembersCommand.ts b/clients/client-guardduty/src/commands/GetMembersCommand.ts
index b4fbd04bc26e..f5ac4d3a8adb 100644
--- a/clients/client-guardduty/src/commands/GetMembersCommand.ts
+++ b/clients/client-guardduty/src/commands/GetMembersCommand.ts
@@ -104,4 +104,16 @@ export class GetMembersCommand extends $Command
.f(void 0, GetMembersResponseFilterSensitiveLog)
.ser(se_GetMembersCommand)
.de(de_GetMembersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMembersRequest;
+ output: GetMembersResponse;
+ };
+ sdk: {
+ input: GetMembersCommandInput;
+ output: GetMembersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/GetOrganizationStatisticsCommand.ts b/clients/client-guardduty/src/commands/GetOrganizationStatisticsCommand.ts
index 9f847fb0d25e..fe72c7576fcc 100644
--- a/clients/client-guardduty/src/commands/GetOrganizationStatisticsCommand.ts
+++ b/clients/client-guardduty/src/commands/GetOrganizationStatisticsCommand.ts
@@ -104,4 +104,16 @@ export class GetOrganizationStatisticsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetOrganizationStatisticsCommand)
.de(de_GetOrganizationStatisticsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetOrganizationStatisticsResponse;
+ };
+ sdk: {
+ input: GetOrganizationStatisticsCommandInput;
+ output: GetOrganizationStatisticsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/GetRemainingFreeTrialDaysCommand.ts b/clients/client-guardduty/src/commands/GetRemainingFreeTrialDaysCommand.ts
index b9ed4d8b47c8..b923bb2d353a 100644
--- a/clients/client-guardduty/src/commands/GetRemainingFreeTrialDaysCommand.ts
+++ b/clients/client-guardduty/src/commands/GetRemainingFreeTrialDaysCommand.ts
@@ -125,4 +125,16 @@ export class GetRemainingFreeTrialDaysCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRemainingFreeTrialDaysCommand)
.de(de_GetRemainingFreeTrialDaysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRemainingFreeTrialDaysRequest;
+ output: GetRemainingFreeTrialDaysResponse;
+ };
+ sdk: {
+ input: GetRemainingFreeTrialDaysCommandInput;
+ output: GetRemainingFreeTrialDaysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/GetThreatIntelSetCommand.ts b/clients/client-guardduty/src/commands/GetThreatIntelSetCommand.ts
index 68722e46797c..2739627af587 100644
--- a/clients/client-guardduty/src/commands/GetThreatIntelSetCommand.ts
+++ b/clients/client-guardduty/src/commands/GetThreatIntelSetCommand.ts
@@ -90,4 +90,16 @@ export class GetThreatIntelSetCommand extends $Command
.f(void 0, void 0)
.ser(se_GetThreatIntelSetCommand)
.de(de_GetThreatIntelSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetThreatIntelSetRequest;
+ output: GetThreatIntelSetResponse;
+ };
+ sdk: {
+ input: GetThreatIntelSetCommandInput;
+ output: GetThreatIntelSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/GetUsageStatisticsCommand.ts b/clients/client-guardduty/src/commands/GetUsageStatisticsCommand.ts
index c6dca096468d..ce8df464d0fd 100644
--- a/clients/client-guardduty/src/commands/GetUsageStatisticsCommand.ts
+++ b/clients/client-guardduty/src/commands/GetUsageStatisticsCommand.ts
@@ -162,4 +162,16 @@ export class GetUsageStatisticsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetUsageStatisticsCommand)
.de(de_GetUsageStatisticsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUsageStatisticsRequest;
+ output: GetUsageStatisticsResponse;
+ };
+ sdk: {
+ input: GetUsageStatisticsCommandInput;
+ output: GetUsageStatisticsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/InviteMembersCommand.ts b/clients/client-guardduty/src/commands/InviteMembersCommand.ts
index 84478fe65867..fe92fa68e0e7 100644
--- a/clients/client-guardduty/src/commands/InviteMembersCommand.ts
+++ b/clients/client-guardduty/src/commands/InviteMembersCommand.ts
@@ -118,4 +118,16 @@ export class InviteMembersCommand extends $Command
.f(void 0, void 0)
.ser(se_InviteMembersCommand)
.de(de_InviteMembersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: InviteMembersRequest;
+ output: InviteMembersResponse;
+ };
+ sdk: {
+ input: InviteMembersCommandInput;
+ output: InviteMembersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/ListCoverageCommand.ts b/clients/client-guardduty/src/commands/ListCoverageCommand.ts
index b28d556078e3..1d935be30fc2 100644
--- a/clients/client-guardduty/src/commands/ListCoverageCommand.ts
+++ b/clients/client-guardduty/src/commands/ListCoverageCommand.ts
@@ -152,4 +152,16 @@ export class ListCoverageCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCoverageCommand)
.de(de_ListCoverageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCoverageRequest;
+ output: ListCoverageResponse;
+ };
+ sdk: {
+ input: ListCoverageCommandInput;
+ output: ListCoverageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/ListDetectorsCommand.ts b/clients/client-guardduty/src/commands/ListDetectorsCommand.ts
index 6ef65d3021b0..8211e2e63542 100644
--- a/clients/client-guardduty/src/commands/ListDetectorsCommand.ts
+++ b/clients/client-guardduty/src/commands/ListDetectorsCommand.ts
@@ -87,4 +87,16 @@ export class ListDetectorsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDetectorsCommand)
.de(de_ListDetectorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDetectorsRequest;
+ output: ListDetectorsResponse;
+ };
+ sdk: {
+ input: ListDetectorsCommandInput;
+ output: ListDetectorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/ListFiltersCommand.ts b/clients/client-guardduty/src/commands/ListFiltersCommand.ts
index d475ddc634be..3c059ece8fd0 100644
--- a/clients/client-guardduty/src/commands/ListFiltersCommand.ts
+++ b/clients/client-guardduty/src/commands/ListFiltersCommand.ts
@@ -88,4 +88,16 @@ export class ListFiltersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFiltersCommand)
.de(de_ListFiltersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFiltersRequest;
+ output: ListFiltersResponse;
+ };
+ sdk: {
+ input: ListFiltersCommandInput;
+ output: ListFiltersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/ListFindingsCommand.ts b/clients/client-guardduty/src/commands/ListFindingsCommand.ts
index 9a8842a7738c..e4ff213692f9 100644
--- a/clients/client-guardduty/src/commands/ListFindingsCommand.ts
+++ b/clients/client-guardduty/src/commands/ListFindingsCommand.ts
@@ -120,4 +120,16 @@ export class ListFindingsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFindingsCommand)
.de(de_ListFindingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFindingsRequest;
+ output: ListFindingsResponse;
+ };
+ sdk: {
+ input: ListFindingsCommandInput;
+ output: ListFindingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/ListIPSetsCommand.ts b/clients/client-guardduty/src/commands/ListIPSetsCommand.ts
index da3c1b8c6fcd..8f2562334e9f 100644
--- a/clients/client-guardduty/src/commands/ListIPSetsCommand.ts
+++ b/clients/client-guardduty/src/commands/ListIPSetsCommand.ts
@@ -90,4 +90,16 @@ export class ListIPSetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIPSetsCommand)
.de(de_ListIPSetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIPSetsRequest;
+ output: ListIPSetsResponse;
+ };
+ sdk: {
+ input: ListIPSetsCommandInput;
+ output: ListIPSetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/ListInvitationsCommand.ts b/clients/client-guardduty/src/commands/ListInvitationsCommand.ts
index 7cc70e7cba0f..f9c8f5152f86 100644
--- a/clients/client-guardduty/src/commands/ListInvitationsCommand.ts
+++ b/clients/client-guardduty/src/commands/ListInvitationsCommand.ts
@@ -93,4 +93,16 @@ export class ListInvitationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInvitationsCommand)
.de(de_ListInvitationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInvitationsRequest;
+ output: ListInvitationsResponse;
+ };
+ sdk: {
+ input: ListInvitationsCommandInput;
+ output: ListInvitationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/ListMalwareProtectionPlansCommand.ts b/clients/client-guardduty/src/commands/ListMalwareProtectionPlansCommand.ts
index 954e8ce6d5b3..c2050d7803c1 100644
--- a/clients/client-guardduty/src/commands/ListMalwareProtectionPlansCommand.ts
+++ b/clients/client-guardduty/src/commands/ListMalwareProtectionPlansCommand.ts
@@ -92,4 +92,16 @@ export class ListMalwareProtectionPlansCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMalwareProtectionPlansCommand)
.de(de_ListMalwareProtectionPlansCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMalwareProtectionPlansRequest;
+ output: ListMalwareProtectionPlansResponse;
+ };
+ sdk: {
+ input: ListMalwareProtectionPlansCommandInput;
+ output: ListMalwareProtectionPlansCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/ListMembersCommand.ts b/clients/client-guardduty/src/commands/ListMembersCommand.ts
index eb0453fa3b78..923c6076e9d7 100644
--- a/clients/client-guardduty/src/commands/ListMembersCommand.ts
+++ b/clients/client-guardduty/src/commands/ListMembersCommand.ts
@@ -99,4 +99,16 @@ export class ListMembersCommand extends $Command
.f(void 0, ListMembersResponseFilterSensitiveLog)
.ser(se_ListMembersCommand)
.de(de_ListMembersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMembersRequest;
+ output: ListMembersResponse;
+ };
+ sdk: {
+ input: ListMembersCommandInput;
+ output: ListMembersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/ListOrganizationAdminAccountsCommand.ts b/clients/client-guardduty/src/commands/ListOrganizationAdminAccountsCommand.ts
index 0608e1e729a6..9ae18fde8639 100644
--- a/clients/client-guardduty/src/commands/ListOrganizationAdminAccountsCommand.ts
+++ b/clients/client-guardduty/src/commands/ListOrganizationAdminAccountsCommand.ts
@@ -97,4 +97,16 @@ export class ListOrganizationAdminAccountsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListOrganizationAdminAccountsCommand)
.de(de_ListOrganizationAdminAccountsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListOrganizationAdminAccountsRequest;
+ output: ListOrganizationAdminAccountsResponse;
+ };
+ sdk: {
+ input: ListOrganizationAdminAccountsCommandInput;
+ output: ListOrganizationAdminAccountsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/ListPublishingDestinationsCommand.ts b/clients/client-guardduty/src/commands/ListPublishingDestinationsCommand.ts
index f06535b8aed5..4248971ef766 100644
--- a/clients/client-guardduty/src/commands/ListPublishingDestinationsCommand.ts
+++ b/clients/client-guardduty/src/commands/ListPublishingDestinationsCommand.ts
@@ -93,4 +93,16 @@ export class ListPublishingDestinationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPublishingDestinationsCommand)
.de(de_ListPublishingDestinationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPublishingDestinationsRequest;
+ output: ListPublishingDestinationsResponse;
+ };
+ sdk: {
+ input: ListPublishingDestinationsCommandInput;
+ output: ListPublishingDestinationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/ListTagsForResourceCommand.ts b/clients/client-guardduty/src/commands/ListTagsForResourceCommand.ts
index 679405b1d35a..394584a47cc9 100644
--- a/clients/client-guardduty/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-guardduty/src/commands/ListTagsForResourceCommand.ts
@@ -91,4 +91,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/ListThreatIntelSetsCommand.ts b/clients/client-guardduty/src/commands/ListThreatIntelSetsCommand.ts
index 40f1f479bd6f..e42d96d5336a 100644
--- a/clients/client-guardduty/src/commands/ListThreatIntelSetsCommand.ts
+++ b/clients/client-guardduty/src/commands/ListThreatIntelSetsCommand.ts
@@ -90,4 +90,16 @@ export class ListThreatIntelSetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListThreatIntelSetsCommand)
.de(de_ListThreatIntelSetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListThreatIntelSetsRequest;
+ output: ListThreatIntelSetsResponse;
+ };
+ sdk: {
+ input: ListThreatIntelSetsCommandInput;
+ output: ListThreatIntelSetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/StartMalwareScanCommand.ts b/clients/client-guardduty/src/commands/StartMalwareScanCommand.ts
index b2b8c93cc0e8..16f9a53d5e99 100644
--- a/clients/client-guardduty/src/commands/StartMalwareScanCommand.ts
+++ b/clients/client-guardduty/src/commands/StartMalwareScanCommand.ts
@@ -89,4 +89,16 @@ export class StartMalwareScanCommand extends $Command
.f(void 0, void 0)
.ser(se_StartMalwareScanCommand)
.de(de_StartMalwareScanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartMalwareScanRequest;
+ output: StartMalwareScanResponse;
+ };
+ sdk: {
+ input: StartMalwareScanCommandInput;
+ output: StartMalwareScanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/StartMonitoringMembersCommand.ts b/clients/client-guardduty/src/commands/StartMonitoringMembersCommand.ts
index f2ada631724e..6fba6c9624d6 100644
--- a/clients/client-guardduty/src/commands/StartMonitoringMembersCommand.ts
+++ b/clients/client-guardduty/src/commands/StartMonitoringMembersCommand.ts
@@ -92,4 +92,16 @@ export class StartMonitoringMembersCommand extends $Command
.f(void 0, void 0)
.ser(se_StartMonitoringMembersCommand)
.de(de_StartMonitoringMembersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartMonitoringMembersRequest;
+ output: StartMonitoringMembersResponse;
+ };
+ sdk: {
+ input: StartMonitoringMembersCommandInput;
+ output: StartMonitoringMembersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/StopMonitoringMembersCommand.ts b/clients/client-guardduty/src/commands/StopMonitoringMembersCommand.ts
index c6ddb6dd5ec1..aab8f691b496 100644
--- a/clients/client-guardduty/src/commands/StopMonitoringMembersCommand.ts
+++ b/clients/client-guardduty/src/commands/StopMonitoringMembersCommand.ts
@@ -96,4 +96,16 @@ export class StopMonitoringMembersCommand extends $Command
.f(void 0, void 0)
.ser(se_StopMonitoringMembersCommand)
.de(de_StopMonitoringMembersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopMonitoringMembersRequest;
+ output: StopMonitoringMembersResponse;
+ };
+ sdk: {
+ input: StopMonitoringMembersCommandInput;
+ output: StopMonitoringMembersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/TagResourceCommand.ts b/clients/client-guardduty/src/commands/TagResourceCommand.ts
index 563ca0886d34..9c98c9795904 100644
--- a/clients/client-guardduty/src/commands/TagResourceCommand.ts
+++ b/clients/client-guardduty/src/commands/TagResourceCommand.ts
@@ -87,4 +87,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/UnarchiveFindingsCommand.ts b/clients/client-guardduty/src/commands/UnarchiveFindingsCommand.ts
index bbe336b8fb07..f4555c12e74b 100644
--- a/clients/client-guardduty/src/commands/UnarchiveFindingsCommand.ts
+++ b/clients/client-guardduty/src/commands/UnarchiveFindingsCommand.ts
@@ -84,4 +84,16 @@ export class UnarchiveFindingsCommand extends $Command
.f(void 0, void 0)
.ser(se_UnarchiveFindingsCommand)
.de(de_UnarchiveFindingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UnarchiveFindingsRequest;
+ output: {};
+ };
+ sdk: {
+ input: UnarchiveFindingsCommandInput;
+ output: UnarchiveFindingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/UntagResourceCommand.ts b/clients/client-guardduty/src/commands/UntagResourceCommand.ts
index a1e5a89706b5..d8ff739e6877 100644
--- a/clients/client-guardduty/src/commands/UntagResourceCommand.ts
+++ b/clients/client-guardduty/src/commands/UntagResourceCommand.ts
@@ -87,4 +87,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/UpdateDetectorCommand.ts b/clients/client-guardduty/src/commands/UpdateDetectorCommand.ts
index 5bdb268ea2fd..a2ad4627787b 100644
--- a/clients/client-guardduty/src/commands/UpdateDetectorCommand.ts
+++ b/clients/client-guardduty/src/commands/UpdateDetectorCommand.ts
@@ -118,4 +118,16 @@ export class UpdateDetectorCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDetectorCommand)
.de(de_UpdateDetectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDetectorRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDetectorCommandInput;
+ output: UpdateDetectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/UpdateFilterCommand.ts b/clients/client-guardduty/src/commands/UpdateFilterCommand.ts
index a81037d43a82..e9b492adb5d9 100644
--- a/clients/client-guardduty/src/commands/UpdateFilterCommand.ts
+++ b/clients/client-guardduty/src/commands/UpdateFilterCommand.ts
@@ -113,4 +113,16 @@ export class UpdateFilterCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFilterCommand)
.de(de_UpdateFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFilterRequest;
+ output: UpdateFilterResponse;
+ };
+ sdk: {
+ input: UpdateFilterCommandInput;
+ output: UpdateFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/UpdateFindingsFeedbackCommand.ts b/clients/client-guardduty/src/commands/UpdateFindingsFeedbackCommand.ts
index 497396b26cb0..9f62a2e1361a 100644
--- a/clients/client-guardduty/src/commands/UpdateFindingsFeedbackCommand.ts
+++ b/clients/client-guardduty/src/commands/UpdateFindingsFeedbackCommand.ts
@@ -86,4 +86,16 @@ export class UpdateFindingsFeedbackCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFindingsFeedbackCommand)
.de(de_UpdateFindingsFeedbackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFindingsFeedbackRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateFindingsFeedbackCommandInput;
+ output: UpdateFindingsFeedbackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/UpdateIPSetCommand.ts b/clients/client-guardduty/src/commands/UpdateIPSetCommand.ts
index 4a758510f872..f5a4551bb6d9 100644
--- a/clients/client-guardduty/src/commands/UpdateIPSetCommand.ts
+++ b/clients/client-guardduty/src/commands/UpdateIPSetCommand.ts
@@ -85,4 +85,16 @@ export class UpdateIPSetCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateIPSetCommand)
.de(de_UpdateIPSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateIPSetRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateIPSetCommandInput;
+ output: UpdateIPSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/UpdateMalwareProtectionPlanCommand.ts b/clients/client-guardduty/src/commands/UpdateMalwareProtectionPlanCommand.ts
index 35d41d7d5585..d47f142acf7c 100644
--- a/clients/client-guardduty/src/commands/UpdateMalwareProtectionPlanCommand.ts
+++ b/clients/client-guardduty/src/commands/UpdateMalwareProtectionPlanCommand.ts
@@ -103,4 +103,16 @@ export class UpdateMalwareProtectionPlanCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateMalwareProtectionPlanCommand)
.de(de_UpdateMalwareProtectionPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMalwareProtectionPlanRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateMalwareProtectionPlanCommandInput;
+ output: UpdateMalwareProtectionPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/UpdateMalwareScanSettingsCommand.ts b/clients/client-guardduty/src/commands/UpdateMalwareScanSettingsCommand.ts
index 4d9fdec1310a..456f0c832b6b 100644
--- a/clients/client-guardduty/src/commands/UpdateMalwareScanSettingsCommand.ts
+++ b/clients/client-guardduty/src/commands/UpdateMalwareScanSettingsCommand.ts
@@ -107,4 +107,16 @@ export class UpdateMalwareScanSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateMalwareScanSettingsCommand)
.de(de_UpdateMalwareScanSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMalwareScanSettingsRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateMalwareScanSettingsCommandInput;
+ output: UpdateMalwareScanSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/UpdateMemberDetectorsCommand.ts b/clients/client-guardduty/src/commands/UpdateMemberDetectorsCommand.ts
index 5e294bb2eb62..4f40c1afb9ff 100644
--- a/clients/client-guardduty/src/commands/UpdateMemberDetectorsCommand.ts
+++ b/clients/client-guardduty/src/commands/UpdateMemberDetectorsCommand.ts
@@ -126,4 +126,16 @@ export class UpdateMemberDetectorsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateMemberDetectorsCommand)
.de(de_UpdateMemberDetectorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMemberDetectorsRequest;
+ output: UpdateMemberDetectorsResponse;
+ };
+ sdk: {
+ input: UpdateMemberDetectorsCommandInput;
+ output: UpdateMemberDetectorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-guardduty/src/commands/UpdateOrganizationConfigurationCommand.ts
index d1620337a62c..26a5c7949c91 100644
--- a/clients/client-guardduty/src/commands/UpdateOrganizationConfigurationCommand.ts
+++ b/clients/client-guardduty/src/commands/UpdateOrganizationConfigurationCommand.ts
@@ -126,4 +126,16 @@ export class UpdateOrganizationConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateOrganizationConfigurationCommand)
.de(de_UpdateOrganizationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateOrganizationConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateOrganizationConfigurationCommandInput;
+ output: UpdateOrganizationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/UpdatePublishingDestinationCommand.ts b/clients/client-guardduty/src/commands/UpdatePublishingDestinationCommand.ts
index 8b7e80de779c..360375069470 100644
--- a/clients/client-guardduty/src/commands/UpdatePublishingDestinationCommand.ts
+++ b/clients/client-guardduty/src/commands/UpdatePublishingDestinationCommand.ts
@@ -92,4 +92,16 @@ export class UpdatePublishingDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePublishingDestinationCommand)
.de(de_UpdatePublishingDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePublishingDestinationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdatePublishingDestinationCommandInput;
+ output: UpdatePublishingDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-guardduty/src/commands/UpdateThreatIntelSetCommand.ts b/clients/client-guardduty/src/commands/UpdateThreatIntelSetCommand.ts
index 316d376c8bc9..33285edf1740 100644
--- a/clients/client-guardduty/src/commands/UpdateThreatIntelSetCommand.ts
+++ b/clients/client-guardduty/src/commands/UpdateThreatIntelSetCommand.ts
@@ -85,4 +85,16 @@ export class UpdateThreatIntelSetCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateThreatIntelSetCommand)
.de(de_UpdateThreatIntelSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateThreatIntelSetRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateThreatIntelSetCommandInput;
+ output: UpdateThreatIntelSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-health/package.json b/clients/client-health/package.json
index 7ec93e696ded..ecb914f5ac35 100644
--- a/clients/client-health/package.json
+++ b/clients/client-health/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-health/src/commands/DescribeAffectedAccountsForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeAffectedAccountsForOrganizationCommand.ts
index 02ffe708674a..8055196c2121 100644
--- a/clients/client-health/src/commands/DescribeAffectedAccountsForOrganizationCommand.ts
+++ b/clients/client-health/src/commands/DescribeAffectedAccountsForOrganizationCommand.ts
@@ -103,4 +103,16 @@ export class DescribeAffectedAccountsForOrganizationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAffectedAccountsForOrganizationCommand)
.de(de_DescribeAffectedAccountsForOrganizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAffectedAccountsForOrganizationRequest;
+ output: DescribeAffectedAccountsForOrganizationResponse;
+ };
+ sdk: {
+ input: DescribeAffectedAccountsForOrganizationCommandInput;
+ output: DescribeAffectedAccountsForOrganizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-health/src/commands/DescribeAffectedEntitiesCommand.ts b/clients/client-health/src/commands/DescribeAffectedEntitiesCommand.ts
index 6c06ae67e115..6612524c9261 100644
--- a/clients/client-health/src/commands/DescribeAffectedEntitiesCommand.ts
+++ b/clients/client-health/src/commands/DescribeAffectedEntitiesCommand.ts
@@ -140,4 +140,16 @@ export class DescribeAffectedEntitiesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAffectedEntitiesCommand)
.de(de_DescribeAffectedEntitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAffectedEntitiesRequest;
+ output: DescribeAffectedEntitiesResponse;
+ };
+ sdk: {
+ input: DescribeAffectedEntitiesCommandInput;
+ output: DescribeAffectedEntitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-health/src/commands/DescribeAffectedEntitiesForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeAffectedEntitiesForOrganizationCommand.ts
index 8ce47412dc0e..448e82b9c982 100644
--- a/clients/client-health/src/commands/DescribeAffectedEntitiesForOrganizationCommand.ts
+++ b/clients/client-health/src/commands/DescribeAffectedEntitiesForOrganizationCommand.ts
@@ -149,4 +149,16 @@ export class DescribeAffectedEntitiesForOrganizationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAffectedEntitiesForOrganizationCommand)
.de(de_DescribeAffectedEntitiesForOrganizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAffectedEntitiesForOrganizationRequest;
+ output: DescribeAffectedEntitiesForOrganizationResponse;
+ };
+ sdk: {
+ input: DescribeAffectedEntitiesForOrganizationCommandInput;
+ output: DescribeAffectedEntitiesForOrganizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-health/src/commands/DescribeEntityAggregatesCommand.ts b/clients/client-health/src/commands/DescribeEntityAggregatesCommand.ts
index 21ad197488d4..09e5ad5998c8 100644
--- a/clients/client-health/src/commands/DescribeEntityAggregatesCommand.ts
+++ b/clients/client-health/src/commands/DescribeEntityAggregatesCommand.ts
@@ -87,4 +87,16 @@ export class DescribeEntityAggregatesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEntityAggregatesCommand)
.de(de_DescribeEntityAggregatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEntityAggregatesRequest;
+ output: DescribeEntityAggregatesResponse;
+ };
+ sdk: {
+ input: DescribeEntityAggregatesCommandInput;
+ output: DescribeEntityAggregatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-health/src/commands/DescribeEntityAggregatesForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeEntityAggregatesForOrganizationCommand.ts
index 4b691ad43564..fd10ef0179fe 100644
--- a/clients/client-health/src/commands/DescribeEntityAggregatesForOrganizationCommand.ts
+++ b/clients/client-health/src/commands/DescribeEntityAggregatesForOrganizationCommand.ts
@@ -108,4 +108,16 @@ export class DescribeEntityAggregatesForOrganizationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEntityAggregatesForOrganizationCommand)
.de(de_DescribeEntityAggregatesForOrganizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEntityAggregatesForOrganizationRequest;
+ output: DescribeEntityAggregatesForOrganizationResponse;
+ };
+ sdk: {
+ input: DescribeEntityAggregatesForOrganizationCommandInput;
+ output: DescribeEntityAggregatesForOrganizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-health/src/commands/DescribeEventAggregatesCommand.ts b/clients/client-health/src/commands/DescribeEventAggregatesCommand.ts
index 4ce0a957b33b..a2487afd5f74 100644
--- a/clients/client-health/src/commands/DescribeEventAggregatesCommand.ts
+++ b/clients/client-health/src/commands/DescribeEventAggregatesCommand.ts
@@ -145,4 +145,16 @@ export class DescribeEventAggregatesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEventAggregatesCommand)
.de(de_DescribeEventAggregatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEventAggregatesRequest;
+ output: DescribeEventAggregatesResponse;
+ };
+ sdk: {
+ input: DescribeEventAggregatesCommandInput;
+ output: DescribeEventAggregatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-health/src/commands/DescribeEventDetailsCommand.ts b/clients/client-health/src/commands/DescribeEventDetailsCommand.ts
index dfe7a4f91509..b088c034b093 100644
--- a/clients/client-health/src/commands/DescribeEventDetailsCommand.ts
+++ b/clients/client-health/src/commands/DescribeEventDetailsCommand.ts
@@ -121,4 +121,16 @@ export class DescribeEventDetailsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEventDetailsCommand)
.de(de_DescribeEventDetailsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEventDetailsRequest;
+ output: DescribeEventDetailsResponse;
+ };
+ sdk: {
+ input: DescribeEventDetailsCommandInput;
+ output: DescribeEventDetailsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-health/src/commands/DescribeEventDetailsForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeEventDetailsForOrganizationCommand.ts
index 32e6f554c564..7facfe2c9483 100644
--- a/clients/client-health/src/commands/DescribeEventDetailsForOrganizationCommand.ts
+++ b/clients/client-health/src/commands/DescribeEventDetailsForOrganizationCommand.ts
@@ -156,4 +156,16 @@ export class DescribeEventDetailsForOrganizationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEventDetailsForOrganizationCommand)
.de(de_DescribeEventDetailsForOrganizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEventDetailsForOrganizationRequest;
+ output: DescribeEventDetailsForOrganizationResponse;
+ };
+ sdk: {
+ input: DescribeEventDetailsForOrganizationCommandInput;
+ output: DescribeEventDetailsForOrganizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-health/src/commands/DescribeEventTypesCommand.ts b/clients/client-health/src/commands/DescribeEventTypesCommand.ts
index 7240cfeb5db7..c8c23f5612b1 100644
--- a/clients/client-health/src/commands/DescribeEventTypesCommand.ts
+++ b/clients/client-health/src/commands/DescribeEventTypesCommand.ts
@@ -109,4 +109,16 @@ export class DescribeEventTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEventTypesCommand)
.de(de_DescribeEventTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEventTypesRequest;
+ output: DescribeEventTypesResponse;
+ };
+ sdk: {
+ input: DescribeEventTypesCommandInput;
+ output: DescribeEventTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-health/src/commands/DescribeEventsCommand.ts b/clients/client-health/src/commands/DescribeEventsCommand.ts
index e69b67aa1520..f046a9992fbe 100644
--- a/clients/client-health/src/commands/DescribeEventsCommand.ts
+++ b/clients/client-health/src/commands/DescribeEventsCommand.ts
@@ -174,4 +174,16 @@ export class DescribeEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEventsCommand)
.de(de_DescribeEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEventsRequest;
+ output: DescribeEventsResponse;
+ };
+ sdk: {
+ input: DescribeEventsCommandInput;
+ output: DescribeEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-health/src/commands/DescribeEventsForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeEventsForOrganizationCommand.ts
index aeae2b03b49c..814440b08799 100644
--- a/clients/client-health/src/commands/DescribeEventsForOrganizationCommand.ts
+++ b/clients/client-health/src/commands/DescribeEventsForOrganizationCommand.ts
@@ -173,4 +173,16 @@ export class DescribeEventsForOrganizationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEventsForOrganizationCommand)
.de(de_DescribeEventsForOrganizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEventsForOrganizationRequest;
+ output: DescribeEventsForOrganizationResponse;
+ };
+ sdk: {
+ input: DescribeEventsForOrganizationCommandInput;
+ output: DescribeEventsForOrganizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-health/src/commands/DescribeHealthServiceStatusForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeHealthServiceStatusForOrganizationCommand.ts
index 159af1dcdeca..ffc4beb23ccc 100644
--- a/clients/client-health/src/commands/DescribeHealthServiceStatusForOrganizationCommand.ts
+++ b/clients/client-health/src/commands/DescribeHealthServiceStatusForOrganizationCommand.ts
@@ -82,4 +82,16 @@ export class DescribeHealthServiceStatusForOrganizationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeHealthServiceStatusForOrganizationCommand)
.de(de_DescribeHealthServiceStatusForOrganizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeHealthServiceStatusForOrganizationResponse;
+ };
+ sdk: {
+ input: DescribeHealthServiceStatusForOrganizationCommandInput;
+ output: DescribeHealthServiceStatusForOrganizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-health/src/commands/DisableHealthServiceAccessForOrganizationCommand.ts b/clients/client-health/src/commands/DisableHealthServiceAccessForOrganizationCommand.ts
index a52312544c5d..8fe9111fe794 100644
--- a/clients/client-health/src/commands/DisableHealthServiceAccessForOrganizationCommand.ts
+++ b/clients/client-health/src/commands/DisableHealthServiceAccessForOrganizationCommand.ts
@@ -93,4 +93,16 @@ export class DisableHealthServiceAccessForOrganizationCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableHealthServiceAccessForOrganizationCommand)
.de(de_DisableHealthServiceAccessForOrganizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: {};
+ };
+ sdk: {
+ input: DisableHealthServiceAccessForOrganizationCommandInput;
+ output: DisableHealthServiceAccessForOrganizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-health/src/commands/EnableHealthServiceAccessForOrganizationCommand.ts b/clients/client-health/src/commands/EnableHealthServiceAccessForOrganizationCommand.ts
index d95816daf45c..d9a8801c85af 100644
--- a/clients/client-health/src/commands/EnableHealthServiceAccessForOrganizationCommand.ts
+++ b/clients/client-health/src/commands/EnableHealthServiceAccessForOrganizationCommand.ts
@@ -102,4 +102,16 @@ export class EnableHealthServiceAccessForOrganizationCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableHealthServiceAccessForOrganizationCommand)
.de(de_EnableHealthServiceAccessForOrganizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: {};
+ };
+ sdk: {
+ input: EnableHealthServiceAccessForOrganizationCommandInput;
+ output: EnableHealthServiceAccessForOrganizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-healthlake/package.json b/clients/client-healthlake/package.json
index 29ddbbc62d6a..ac6e6be443e8 100644
--- a/clients/client-healthlake/package.json
+++ b/clients/client-healthlake/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-healthlake/src/commands/CreateFHIRDatastoreCommand.ts b/clients/client-healthlake/src/commands/CreateFHIRDatastoreCommand.ts
index 98f36d38ed8e..c73effda5a1d 100644
--- a/clients/client-healthlake/src/commands/CreateFHIRDatastoreCommand.ts
+++ b/clients/client-healthlake/src/commands/CreateFHIRDatastoreCommand.ts
@@ -115,4 +115,16 @@ export class CreateFHIRDatastoreCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFHIRDatastoreCommand)
.de(de_CreateFHIRDatastoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFHIRDatastoreRequest;
+ output: CreateFHIRDatastoreResponse;
+ };
+ sdk: {
+ input: CreateFHIRDatastoreCommandInput;
+ output: CreateFHIRDatastoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-healthlake/src/commands/DeleteFHIRDatastoreCommand.ts b/clients/client-healthlake/src/commands/DeleteFHIRDatastoreCommand.ts
index ebdb97eb1e2b..08c3f87b0a0a 100644
--- a/clients/client-healthlake/src/commands/DeleteFHIRDatastoreCommand.ts
+++ b/clients/client-healthlake/src/commands/DeleteFHIRDatastoreCommand.ts
@@ -98,4 +98,16 @@ export class DeleteFHIRDatastoreCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFHIRDatastoreCommand)
.de(de_DeleteFHIRDatastoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFHIRDatastoreRequest;
+ output: DeleteFHIRDatastoreResponse;
+ };
+ sdk: {
+ input: DeleteFHIRDatastoreCommandInput;
+ output: DeleteFHIRDatastoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-healthlake/src/commands/DescribeFHIRDatastoreCommand.ts b/clients/client-healthlake/src/commands/DescribeFHIRDatastoreCommand.ts
index c505e7d45675..c20762bdbe83 100644
--- a/clients/client-healthlake/src/commands/DescribeFHIRDatastoreCommand.ts
+++ b/clients/client-healthlake/src/commands/DescribeFHIRDatastoreCommand.ts
@@ -117,4 +117,16 @@ export class DescribeFHIRDatastoreCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFHIRDatastoreCommand)
.de(de_DescribeFHIRDatastoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFHIRDatastoreRequest;
+ output: DescribeFHIRDatastoreResponse;
+ };
+ sdk: {
+ input: DescribeFHIRDatastoreCommandInput;
+ output: DescribeFHIRDatastoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-healthlake/src/commands/DescribeFHIRExportJobCommand.ts b/clients/client-healthlake/src/commands/DescribeFHIRExportJobCommand.ts
index 19f9c5afa6a9..0b90f1224587 100644
--- a/clients/client-healthlake/src/commands/DescribeFHIRExportJobCommand.ts
+++ b/clients/client-healthlake/src/commands/DescribeFHIRExportJobCommand.ts
@@ -105,4 +105,16 @@ export class DescribeFHIRExportJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFHIRExportJobCommand)
.de(de_DescribeFHIRExportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFHIRExportJobRequest;
+ output: DescribeFHIRExportJobResponse;
+ };
+ sdk: {
+ input: DescribeFHIRExportJobCommandInput;
+ output: DescribeFHIRExportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-healthlake/src/commands/DescribeFHIRImportJobCommand.ts b/clients/client-healthlake/src/commands/DescribeFHIRImportJobCommand.ts
index 182ff043ef9b..896ba8142153 100644
--- a/clients/client-healthlake/src/commands/DescribeFHIRImportJobCommand.ts
+++ b/clients/client-healthlake/src/commands/DescribeFHIRImportJobCommand.ts
@@ -118,4 +118,16 @@ export class DescribeFHIRImportJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFHIRImportJobCommand)
.de(de_DescribeFHIRImportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFHIRImportJobRequest;
+ output: DescribeFHIRImportJobResponse;
+ };
+ sdk: {
+ input: DescribeFHIRImportJobCommandInput;
+ output: DescribeFHIRImportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-healthlake/src/commands/ListFHIRDatastoresCommand.ts b/clients/client-healthlake/src/commands/ListFHIRDatastoresCommand.ts
index 942931a10922..12353cd786b1 100644
--- a/clients/client-healthlake/src/commands/ListFHIRDatastoresCommand.ts
+++ b/clients/client-healthlake/src/commands/ListFHIRDatastoresCommand.ts
@@ -123,4 +123,16 @@ export class ListFHIRDatastoresCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFHIRDatastoresCommand)
.de(de_ListFHIRDatastoresCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFHIRDatastoresRequest;
+ output: ListFHIRDatastoresResponse;
+ };
+ sdk: {
+ input: ListFHIRDatastoresCommandInput;
+ output: ListFHIRDatastoresCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-healthlake/src/commands/ListFHIRExportJobsCommand.ts b/clients/client-healthlake/src/commands/ListFHIRExportJobsCommand.ts
index e7453fee9d66..58cd53a8ea6f 100644
--- a/clients/client-healthlake/src/commands/ListFHIRExportJobsCommand.ts
+++ b/clients/client-healthlake/src/commands/ListFHIRExportJobsCommand.ts
@@ -118,4 +118,16 @@ export class ListFHIRExportJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFHIRExportJobsCommand)
.de(de_ListFHIRExportJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFHIRExportJobsRequest;
+ output: ListFHIRExportJobsResponse;
+ };
+ sdk: {
+ input: ListFHIRExportJobsCommandInput;
+ output: ListFHIRExportJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-healthlake/src/commands/ListFHIRImportJobsCommand.ts b/clients/client-healthlake/src/commands/ListFHIRImportJobsCommand.ts
index 8c5ad8094f4a..1e24509b0cf8 100644
--- a/clients/client-healthlake/src/commands/ListFHIRImportJobsCommand.ts
+++ b/clients/client-healthlake/src/commands/ListFHIRImportJobsCommand.ts
@@ -131,4 +131,16 @@ export class ListFHIRImportJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFHIRImportJobsCommand)
.de(de_ListFHIRImportJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFHIRImportJobsRequest;
+ output: ListFHIRImportJobsResponse;
+ };
+ sdk: {
+ input: ListFHIRImportJobsCommandInput;
+ output: ListFHIRImportJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-healthlake/src/commands/ListTagsForResourceCommand.ts b/clients/client-healthlake/src/commands/ListTagsForResourceCommand.ts
index 935ea818e60c..f0ebb0025f02 100644
--- a/clients/client-healthlake/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-healthlake/src/commands/ListTagsForResourceCommand.ts
@@ -90,4 +90,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-healthlake/src/commands/StartFHIRExportJobCommand.ts b/clients/client-healthlake/src/commands/StartFHIRExportJobCommand.ts
index a023e08c8987..bf49e63a0359 100644
--- a/clients/client-healthlake/src/commands/StartFHIRExportJobCommand.ts
+++ b/clients/client-healthlake/src/commands/StartFHIRExportJobCommand.ts
@@ -103,4 +103,16 @@ export class StartFHIRExportJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartFHIRExportJobCommand)
.de(de_StartFHIRExportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartFHIRExportJobRequest;
+ output: StartFHIRExportJobResponse;
+ };
+ sdk: {
+ input: StartFHIRExportJobCommandInput;
+ output: StartFHIRExportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-healthlake/src/commands/StartFHIRImportJobCommand.ts b/clients/client-healthlake/src/commands/StartFHIRImportJobCommand.ts
index 247e84934f10..6dcdd93dd699 100644
--- a/clients/client-healthlake/src/commands/StartFHIRImportJobCommand.ts
+++ b/clients/client-healthlake/src/commands/StartFHIRImportJobCommand.ts
@@ -106,4 +106,16 @@ export class StartFHIRImportJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartFHIRImportJobCommand)
.de(de_StartFHIRImportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartFHIRImportJobRequest;
+ output: StartFHIRImportJobResponse;
+ };
+ sdk: {
+ input: StartFHIRImportJobCommandInput;
+ output: StartFHIRImportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-healthlake/src/commands/TagResourceCommand.ts b/clients/client-healthlake/src/commands/TagResourceCommand.ts
index d6bd90d6d27a..0cdcc355f1d1 100644
--- a/clients/client-healthlake/src/commands/TagResourceCommand.ts
+++ b/clients/client-healthlake/src/commands/TagResourceCommand.ts
@@ -89,4 +89,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-healthlake/src/commands/UntagResourceCommand.ts b/clients/client-healthlake/src/commands/UntagResourceCommand.ts
index 65746ff42075..69601a69b23a 100644
--- a/clients/client-healthlake/src/commands/UntagResourceCommand.ts
+++ b/clients/client-healthlake/src/commands/UntagResourceCommand.ts
@@ -86,4 +86,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/package.json b/clients/client-iam/package.json
index 7b5467b29e43..a139165f1fd6 100644
--- a/clients/client-iam/package.json
+++ b/clients/client-iam/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2"
},
"devDependencies": {
diff --git a/clients/client-iam/src/commands/AddClientIDToOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/AddClientIDToOpenIDConnectProviderCommand.ts
index 6e5f88c9a25c..e979cc0ebca9 100644
--- a/clients/client-iam/src/commands/AddClientIDToOpenIDConnectProviderCommand.ts
+++ b/clients/client-iam/src/commands/AddClientIDToOpenIDConnectProviderCommand.ts
@@ -110,4 +110,16 @@ export class AddClientIDToOpenIDConnectProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_AddClientIDToOpenIDConnectProviderCommand)
.de(de_AddClientIDToOpenIDConnectProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddClientIDToOpenIDConnectProviderRequest;
+ output: {};
+ };
+ sdk: {
+ input: AddClientIDToOpenIDConnectProviderCommandInput;
+ output: AddClientIDToOpenIDConnectProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/AddRoleToInstanceProfileCommand.ts b/clients/client-iam/src/commands/AddRoleToInstanceProfileCommand.ts
index e1c227b376e2..6d8c19744cd1 100644
--- a/clients/client-iam/src/commands/AddRoleToInstanceProfileCommand.ts
+++ b/clients/client-iam/src/commands/AddRoleToInstanceProfileCommand.ts
@@ -123,4 +123,16 @@ export class AddRoleToInstanceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_AddRoleToInstanceProfileCommand)
.de(de_AddRoleToInstanceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddRoleToInstanceProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: AddRoleToInstanceProfileCommandInput;
+ output: AddRoleToInstanceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/AddUserToGroupCommand.ts b/clients/client-iam/src/commands/AddUserToGroupCommand.ts
index 9903d65adf62..6018154e0d1d 100644
--- a/clients/client-iam/src/commands/AddUserToGroupCommand.ts
+++ b/clients/client-iam/src/commands/AddUserToGroupCommand.ts
@@ -100,4 +100,16 @@ export class AddUserToGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_AddUserToGroupCommand)
.de(de_AddUserToGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddUserToGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: AddUserToGroupCommandInput;
+ output: AddUserToGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/AttachGroupPolicyCommand.ts b/clients/client-iam/src/commands/AttachGroupPolicyCommand.ts
index cf70b3dfcdba..081652e592cb 100644
--- a/clients/client-iam/src/commands/AttachGroupPolicyCommand.ts
+++ b/clients/client-iam/src/commands/AttachGroupPolicyCommand.ts
@@ -117,4 +117,16 @@ export class AttachGroupPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachGroupPolicyCommand)
.de(de_AttachGroupPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachGroupPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: AttachGroupPolicyCommandInput;
+ output: AttachGroupPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/AttachRolePolicyCommand.ts b/clients/client-iam/src/commands/AttachRolePolicyCommand.ts
index d5035f54e0b0..04acf299a967 100644
--- a/clients/client-iam/src/commands/AttachRolePolicyCommand.ts
+++ b/clients/client-iam/src/commands/AttachRolePolicyCommand.ts
@@ -134,4 +134,16 @@ export class AttachRolePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachRolePolicyCommand)
.de(de_AttachRolePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachRolePolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: AttachRolePolicyCommandInput;
+ output: AttachRolePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/AttachUserPolicyCommand.ts b/clients/client-iam/src/commands/AttachUserPolicyCommand.ts
index c8fcec29eea8..60a2ec3e7493 100644
--- a/clients/client-iam/src/commands/AttachUserPolicyCommand.ts
+++ b/clients/client-iam/src/commands/AttachUserPolicyCommand.ts
@@ -117,4 +117,16 @@ export class AttachUserPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachUserPolicyCommand)
.de(de_AttachUserPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachUserPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: AttachUserPolicyCommandInput;
+ output: AttachUserPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ChangePasswordCommand.ts b/clients/client-iam/src/commands/ChangePasswordCommand.ts
index c47b2d01b035..1c50564addbd 100644
--- a/clients/client-iam/src/commands/ChangePasswordCommand.ts
+++ b/clients/client-iam/src/commands/ChangePasswordCommand.ts
@@ -121,4 +121,16 @@ export class ChangePasswordCommand extends $Command
.f(ChangePasswordRequestFilterSensitiveLog, void 0)
.ser(se_ChangePasswordCommand)
.de(de_ChangePasswordCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ChangePasswordRequest;
+ output: {};
+ };
+ sdk: {
+ input: ChangePasswordCommandInput;
+ output: ChangePasswordCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/CreateAccessKeyCommand.ts b/clients/client-iam/src/commands/CreateAccessKeyCommand.ts
index 26cc56fa5e0d..9a733d9da03f 100644
--- a/clients/client-iam/src/commands/CreateAccessKeyCommand.ts
+++ b/clients/client-iam/src/commands/CreateAccessKeyCommand.ts
@@ -134,4 +134,16 @@ export class CreateAccessKeyCommand extends $Command
.f(void 0, CreateAccessKeyResponseFilterSensitiveLog)
.ser(se_CreateAccessKeyCommand)
.de(de_CreateAccessKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAccessKeyRequest;
+ output: CreateAccessKeyResponse;
+ };
+ sdk: {
+ input: CreateAccessKeyCommandInput;
+ output: CreateAccessKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/CreateAccountAliasCommand.ts b/clients/client-iam/src/commands/CreateAccountAliasCommand.ts
index a5bc1d8b9b94..166d3ae823d2 100644
--- a/clients/client-iam/src/commands/CreateAccountAliasCommand.ts
+++ b/clients/client-iam/src/commands/CreateAccountAliasCommand.ts
@@ -105,4 +105,16 @@ export class CreateAccountAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAccountAliasCommand)
.de(de_CreateAccountAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAccountAliasRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateAccountAliasCommandInput;
+ output: CreateAccountAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/CreateGroupCommand.ts b/clients/client-iam/src/commands/CreateGroupCommand.ts
index 4ed7b125393d..b7a78d2446ef 100644
--- a/clients/client-iam/src/commands/CreateGroupCommand.ts
+++ b/clients/client-iam/src/commands/CreateGroupCommand.ts
@@ -124,4 +124,16 @@ export class CreateGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateGroupCommand)
.de(de_CreateGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGroupRequest;
+ output: CreateGroupResponse;
+ };
+ sdk: {
+ input: CreateGroupCommandInput;
+ output: CreateGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/CreateInstanceProfileCommand.ts b/clients/client-iam/src/commands/CreateInstanceProfileCommand.ts
index 75ce8ccf3e39..ba928314d9e5 100644
--- a/clients/client-iam/src/commands/CreateInstanceProfileCommand.ts
+++ b/clients/client-iam/src/commands/CreateInstanceProfileCommand.ts
@@ -169,4 +169,16 @@ export class CreateInstanceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateInstanceProfileCommand)
.de(de_CreateInstanceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateInstanceProfileRequest;
+ output: CreateInstanceProfileResponse;
+ };
+ sdk: {
+ input: CreateInstanceProfileCommandInput;
+ output: CreateInstanceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/CreateLoginProfileCommand.ts b/clients/client-iam/src/commands/CreateLoginProfileCommand.ts
index 441be95db1d1..e12954197c94 100644
--- a/clients/client-iam/src/commands/CreateLoginProfileCommand.ts
+++ b/clients/client-iam/src/commands/CreateLoginProfileCommand.ts
@@ -134,4 +134,16 @@ export class CreateLoginProfileCommand extends $Command
.f(CreateLoginProfileRequestFilterSensitiveLog, void 0)
.ser(se_CreateLoginProfileCommand)
.de(de_CreateLoginProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLoginProfileRequest;
+ output: CreateLoginProfileResponse;
+ };
+ sdk: {
+ input: CreateLoginProfileCommandInput;
+ output: CreateLoginProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/CreateOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/CreateOpenIDConnectProviderCommand.ts
index 8c78d26b7cc0..e2dd53ef5fb0 100644
--- a/clients/client-iam/src/commands/CreateOpenIDConnectProviderCommand.ts
+++ b/clients/client-iam/src/commands/CreateOpenIDConnectProviderCommand.ts
@@ -183,4 +183,16 @@ export class CreateOpenIDConnectProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateOpenIDConnectProviderCommand)
.de(de_CreateOpenIDConnectProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateOpenIDConnectProviderRequest;
+ output: CreateOpenIDConnectProviderResponse;
+ };
+ sdk: {
+ input: CreateOpenIDConnectProviderCommandInput;
+ output: CreateOpenIDConnectProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/CreatePolicyCommand.ts b/clients/client-iam/src/commands/CreatePolicyCommand.ts
index 5922d82b823c..5279812d2fa3 100644
--- a/clients/client-iam/src/commands/CreatePolicyCommand.ts
+++ b/clients/client-iam/src/commands/CreatePolicyCommand.ts
@@ -138,4 +138,16 @@ export class CreatePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePolicyCommand)
.de(de_CreatePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePolicyRequest;
+ output: CreatePolicyResponse;
+ };
+ sdk: {
+ input: CreatePolicyCommandInput;
+ output: CreatePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/CreatePolicyVersionCommand.ts b/clients/client-iam/src/commands/CreatePolicyVersionCommand.ts
index 326b0c402abb..0555fec0755c 100644
--- a/clients/client-iam/src/commands/CreatePolicyVersionCommand.ts
+++ b/clients/client-iam/src/commands/CreatePolicyVersionCommand.ts
@@ -111,4 +111,16 @@ export class CreatePolicyVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePolicyVersionCommand)
.de(de_CreatePolicyVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePolicyVersionRequest;
+ output: CreatePolicyVersionResponse;
+ };
+ sdk: {
+ input: CreatePolicyVersionCommandInput;
+ output: CreatePolicyVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/CreateRoleCommand.ts b/clients/client-iam/src/commands/CreateRoleCommand.ts
index 148a6adbda5c..b8380d37442c 100644
--- a/clients/client-iam/src/commands/CreateRoleCommand.ts
+++ b/clients/client-iam/src/commands/CreateRoleCommand.ts
@@ -164,4 +164,16 @@ export class CreateRoleCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRoleCommand)
.de(de_CreateRoleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRoleRequest;
+ output: CreateRoleResponse;
+ };
+ sdk: {
+ input: CreateRoleCommandInput;
+ output: CreateRoleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/CreateSAMLProviderCommand.ts b/clients/client-iam/src/commands/CreateSAMLProviderCommand.ts
index f2d5daf8e25d..de967d0f76b1 100644
--- a/clients/client-iam/src/commands/CreateSAMLProviderCommand.ts
+++ b/clients/client-iam/src/commands/CreateSAMLProviderCommand.ts
@@ -127,4 +127,16 @@ export class CreateSAMLProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSAMLProviderCommand)
.de(de_CreateSAMLProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSAMLProviderRequest;
+ output: CreateSAMLProviderResponse;
+ };
+ sdk: {
+ input: CreateSAMLProviderCommandInput;
+ output: CreateSAMLProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/CreateServiceLinkedRoleCommand.ts b/clients/client-iam/src/commands/CreateServiceLinkedRoleCommand.ts
index 147deae3076f..c8a40af5daf0 100644
--- a/clients/client-iam/src/commands/CreateServiceLinkedRoleCommand.ts
+++ b/clients/client-iam/src/commands/CreateServiceLinkedRoleCommand.ts
@@ -126,4 +126,16 @@ export class CreateServiceLinkedRoleCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateServiceLinkedRoleCommand)
.de(de_CreateServiceLinkedRoleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateServiceLinkedRoleRequest;
+ output: CreateServiceLinkedRoleResponse;
+ };
+ sdk: {
+ input: CreateServiceLinkedRoleCommandInput;
+ output: CreateServiceLinkedRoleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/CreateServiceSpecificCredentialCommand.ts b/clients/client-iam/src/commands/CreateServiceSpecificCredentialCommand.ts
index 4c6af4780a5d..24bda9652a35 100644
--- a/clients/client-iam/src/commands/CreateServiceSpecificCredentialCommand.ts
+++ b/clients/client-iam/src/commands/CreateServiceSpecificCredentialCommand.ts
@@ -116,4 +116,16 @@ export class CreateServiceSpecificCredentialCommand extends $Command
.f(void 0, CreateServiceSpecificCredentialResponseFilterSensitiveLog)
.ser(se_CreateServiceSpecificCredentialCommand)
.de(de_CreateServiceSpecificCredentialCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateServiceSpecificCredentialRequest;
+ output: CreateServiceSpecificCredentialResponse;
+ };
+ sdk: {
+ input: CreateServiceSpecificCredentialCommandInput;
+ output: CreateServiceSpecificCredentialCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/CreateUserCommand.ts b/clients/client-iam/src/commands/CreateUserCommand.ts
index 6cd08310d428..04a02e70daee 100644
--- a/clients/client-iam/src/commands/CreateUserCommand.ts
+++ b/clients/client-iam/src/commands/CreateUserCommand.ts
@@ -150,4 +150,16 @@ export class CreateUserCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateUserCommand)
.de(de_CreateUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateUserRequest;
+ output: CreateUserResponse;
+ };
+ sdk: {
+ input: CreateUserCommandInput;
+ output: CreateUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/CreateVirtualMFADeviceCommand.ts b/clients/client-iam/src/commands/CreateVirtualMFADeviceCommand.ts
index 349c1d177f75..deb6ea2462e6 100644
--- a/clients/client-iam/src/commands/CreateVirtualMFADeviceCommand.ts
+++ b/clients/client-iam/src/commands/CreateVirtualMFADeviceCommand.ts
@@ -149,4 +149,16 @@ export class CreateVirtualMFADeviceCommand extends $Command
.f(void 0, CreateVirtualMFADeviceResponseFilterSensitiveLog)
.ser(se_CreateVirtualMFADeviceCommand)
.de(de_CreateVirtualMFADeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVirtualMFADeviceRequest;
+ output: CreateVirtualMFADeviceResponse;
+ };
+ sdk: {
+ input: CreateVirtualMFADeviceCommandInput;
+ output: CreateVirtualMFADeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DeactivateMFADeviceCommand.ts b/clients/client-iam/src/commands/DeactivateMFADeviceCommand.ts
index 688db1f9b2c5..00c3a552ea23 100644
--- a/clients/client-iam/src/commands/DeactivateMFADeviceCommand.ts
+++ b/clients/client-iam/src/commands/DeactivateMFADeviceCommand.ts
@@ -102,4 +102,16 @@ export class DeactivateMFADeviceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeactivateMFADeviceCommand)
.de(de_DeactivateMFADeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeactivateMFADeviceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeactivateMFADeviceCommandInput;
+ output: DeactivateMFADeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DeleteAccessKeyCommand.ts b/clients/client-iam/src/commands/DeleteAccessKeyCommand.ts
index 825c3265f5cb..15b8fb034658 100644
--- a/clients/client-iam/src/commands/DeleteAccessKeyCommand.ts
+++ b/clients/client-iam/src/commands/DeleteAccessKeyCommand.ts
@@ -104,4 +104,16 @@ export class DeleteAccessKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAccessKeyCommand)
.de(de_DeleteAccessKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAccessKeyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAccessKeyCommandInput;
+ output: DeleteAccessKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DeleteAccountAliasCommand.ts b/clients/client-iam/src/commands/DeleteAccountAliasCommand.ts
index 69d14cf39583..25dcca99c850 100644
--- a/clients/client-iam/src/commands/DeleteAccountAliasCommand.ts
+++ b/clients/client-iam/src/commands/DeleteAccountAliasCommand.ts
@@ -105,4 +105,16 @@ export class DeleteAccountAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAccountAliasCommand)
.de(de_DeleteAccountAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAccountAliasRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAccountAliasCommandInput;
+ output: DeleteAccountAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DeleteAccountPasswordPolicyCommand.ts b/clients/client-iam/src/commands/DeleteAccountPasswordPolicyCommand.ts
index 1e171084eb4b..8c9f057cc7e3 100644
--- a/clients/client-iam/src/commands/DeleteAccountPasswordPolicyCommand.ts
+++ b/clients/client-iam/src/commands/DeleteAccountPasswordPolicyCommand.ts
@@ -93,4 +93,16 @@ export class DeleteAccountPasswordPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAccountPasswordPolicyCommand)
.de(de_DeleteAccountPasswordPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: {};
+ };
+ sdk: {
+ input: DeleteAccountPasswordPolicyCommandInput;
+ output: DeleteAccountPasswordPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DeleteGroupCommand.ts b/clients/client-iam/src/commands/DeleteGroupCommand.ts
index f588ac02370c..70bf517d3011 100644
--- a/clients/client-iam/src/commands/DeleteGroupCommand.ts
+++ b/clients/client-iam/src/commands/DeleteGroupCommand.ts
@@ -92,4 +92,16 @@ export class DeleteGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteGroupCommand)
.de(de_DeleteGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteGroupCommandInput;
+ output: DeleteGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DeleteGroupPolicyCommand.ts b/clients/client-iam/src/commands/DeleteGroupPolicyCommand.ts
index 1ecfcb6a36fc..c7fbf89d619e 100644
--- a/clients/client-iam/src/commands/DeleteGroupPolicyCommand.ts
+++ b/clients/client-iam/src/commands/DeleteGroupPolicyCommand.ts
@@ -105,4 +105,16 @@ export class DeleteGroupPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteGroupPolicyCommand)
.de(de_DeleteGroupPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteGroupPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteGroupPolicyCommandInput;
+ output: DeleteGroupPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DeleteInstanceProfileCommand.ts b/clients/client-iam/src/commands/DeleteInstanceProfileCommand.ts
index 36aa1a1cf7fe..4ddb5457161d 100644
--- a/clients/client-iam/src/commands/DeleteInstanceProfileCommand.ts
+++ b/clients/client-iam/src/commands/DeleteInstanceProfileCommand.ts
@@ -111,4 +111,16 @@ export class DeleteInstanceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteInstanceProfileCommand)
.de(de_DeleteInstanceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteInstanceProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteInstanceProfileCommandInput;
+ output: DeleteInstanceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DeleteLoginProfileCommand.ts b/clients/client-iam/src/commands/DeleteLoginProfileCommand.ts
index f85def4f397e..cb130b3cd71b 100644
--- a/clients/client-iam/src/commands/DeleteLoginProfileCommand.ts
+++ b/clients/client-iam/src/commands/DeleteLoginProfileCommand.ts
@@ -116,4 +116,16 @@ export class DeleteLoginProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLoginProfileCommand)
.de(de_DeleteLoginProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLoginProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLoginProfileCommandInput;
+ output: DeleteLoginProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DeleteOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/DeleteOpenIDConnectProviderCommand.ts
index dd804e35babf..a8388f4cf1b2 100644
--- a/clients/client-iam/src/commands/DeleteOpenIDConnectProviderCommand.ts
+++ b/clients/client-iam/src/commands/DeleteOpenIDConnectProviderCommand.ts
@@ -92,4 +92,16 @@ export class DeleteOpenIDConnectProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteOpenIDConnectProviderCommand)
.de(de_DeleteOpenIDConnectProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteOpenIDConnectProviderRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteOpenIDConnectProviderCommandInput;
+ output: DeleteOpenIDConnectProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DeletePolicyCommand.ts b/clients/client-iam/src/commands/DeletePolicyCommand.ts
index 56fc864037a8..2782648c62a3 100644
--- a/clients/client-iam/src/commands/DeletePolicyCommand.ts
+++ b/clients/client-iam/src/commands/DeletePolicyCommand.ts
@@ -119,4 +119,16 @@ export class DeletePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePolicyCommand)
.de(de_DeletePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePolicyCommandInput;
+ output: DeletePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DeletePolicyVersionCommand.ts b/clients/client-iam/src/commands/DeletePolicyVersionCommand.ts
index dc2d7f9c05e0..0733efbcdfd3 100644
--- a/clients/client-iam/src/commands/DeletePolicyVersionCommand.ts
+++ b/clients/client-iam/src/commands/DeletePolicyVersionCommand.ts
@@ -101,4 +101,16 @@ export class DeletePolicyVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePolicyVersionCommand)
.de(de_DeletePolicyVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePolicyVersionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePolicyVersionCommandInput;
+ output: DeletePolicyVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DeleteRoleCommand.ts b/clients/client-iam/src/commands/DeleteRoleCommand.ts
index d03dbb4e03ff..50c6e213cac2 100644
--- a/clients/client-iam/src/commands/DeleteRoleCommand.ts
+++ b/clients/client-iam/src/commands/DeleteRoleCommand.ts
@@ -135,4 +135,16 @@ export class DeleteRoleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRoleCommand)
.de(de_DeleteRoleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRoleRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRoleCommandInput;
+ output: DeleteRoleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DeleteRolePermissionsBoundaryCommand.ts b/clients/client-iam/src/commands/DeleteRolePermissionsBoundaryCommand.ts
index 3e2685f288e8..9d63bf786cb5 100644
--- a/clients/client-iam/src/commands/DeleteRolePermissionsBoundaryCommand.ts
+++ b/clients/client-iam/src/commands/DeleteRolePermissionsBoundaryCommand.ts
@@ -98,4 +98,16 @@ export class DeleteRolePermissionsBoundaryCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRolePermissionsBoundaryCommand)
.de(de_DeleteRolePermissionsBoundaryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRolePermissionsBoundaryRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRolePermissionsBoundaryCommandInput;
+ output: DeleteRolePermissionsBoundaryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DeleteRolePolicyCommand.ts b/clients/client-iam/src/commands/DeleteRolePolicyCommand.ts
index 579870d8a61a..816363bdea0d 100644
--- a/clients/client-iam/src/commands/DeleteRolePolicyCommand.ts
+++ b/clients/client-iam/src/commands/DeleteRolePolicyCommand.ts
@@ -111,4 +111,16 @@ export class DeleteRolePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRolePolicyCommand)
.de(de_DeleteRolePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRolePolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRolePolicyCommandInput;
+ output: DeleteRolePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DeleteSAMLProviderCommand.ts b/clients/client-iam/src/commands/DeleteSAMLProviderCommand.ts
index 52e6ee28e884..9f58c2313770 100644
--- a/clients/client-iam/src/commands/DeleteSAMLProviderCommand.ts
+++ b/clients/client-iam/src/commands/DeleteSAMLProviderCommand.ts
@@ -97,4 +97,16 @@ export class DeleteSAMLProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSAMLProviderCommand)
.de(de_DeleteSAMLProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSAMLProviderRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSAMLProviderCommandInput;
+ output: DeleteSAMLProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DeleteSSHPublicKeyCommand.ts b/clients/client-iam/src/commands/DeleteSSHPublicKeyCommand.ts
index 76e1c2d2dfb5..3081f0f774cc 100644
--- a/clients/client-iam/src/commands/DeleteSSHPublicKeyCommand.ts
+++ b/clients/client-iam/src/commands/DeleteSSHPublicKeyCommand.ts
@@ -84,4 +84,16 @@ export class DeleteSSHPublicKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSSHPublicKeyCommand)
.de(de_DeleteSSHPublicKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSSHPublicKeyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSSHPublicKeyCommandInput;
+ output: DeleteSSHPublicKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DeleteServerCertificateCommand.ts b/clients/client-iam/src/commands/DeleteServerCertificateCommand.ts
index 7786cb3ad791..c0a82f02b2fb 100644
--- a/clients/client-iam/src/commands/DeleteServerCertificateCommand.ts
+++ b/clients/client-iam/src/commands/DeleteServerCertificateCommand.ts
@@ -105,4 +105,16 @@ export class DeleteServerCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteServerCertificateCommand)
.de(de_DeleteServerCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteServerCertificateRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteServerCertificateCommandInput;
+ output: DeleteServerCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DeleteServiceLinkedRoleCommand.ts b/clients/client-iam/src/commands/DeleteServiceLinkedRoleCommand.ts
index 06980b122096..8dab6c62b169 100644
--- a/clients/client-iam/src/commands/DeleteServiceLinkedRoleCommand.ts
+++ b/clients/client-iam/src/commands/DeleteServiceLinkedRoleCommand.ts
@@ -105,4 +105,16 @@ export class DeleteServiceLinkedRoleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteServiceLinkedRoleCommand)
.de(de_DeleteServiceLinkedRoleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteServiceLinkedRoleRequest;
+ output: DeleteServiceLinkedRoleResponse;
+ };
+ sdk: {
+ input: DeleteServiceLinkedRoleCommandInput;
+ output: DeleteServiceLinkedRoleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DeleteServiceSpecificCredentialCommand.ts b/clients/client-iam/src/commands/DeleteServiceSpecificCredentialCommand.ts
index 126a4625ef44..3e434730e7ea 100644
--- a/clients/client-iam/src/commands/DeleteServiceSpecificCredentialCommand.ts
+++ b/clients/client-iam/src/commands/DeleteServiceSpecificCredentialCommand.ts
@@ -83,4 +83,16 @@ export class DeleteServiceSpecificCredentialCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteServiceSpecificCredentialCommand)
.de(de_DeleteServiceSpecificCredentialCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteServiceSpecificCredentialRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteServiceSpecificCredentialCommandInput;
+ output: DeleteServiceSpecificCredentialCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DeleteSigningCertificateCommand.ts b/clients/client-iam/src/commands/DeleteSigningCertificateCommand.ts
index 5481fbe5c4f9..9f7cc04531ed 100644
--- a/clients/client-iam/src/commands/DeleteSigningCertificateCommand.ts
+++ b/clients/client-iam/src/commands/DeleteSigningCertificateCommand.ts
@@ -108,4 +108,16 @@ export class DeleteSigningCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSigningCertificateCommand)
.de(de_DeleteSigningCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSigningCertificateRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSigningCertificateCommandInput;
+ output: DeleteSigningCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DeleteUserCommand.ts b/clients/client-iam/src/commands/DeleteUserCommand.ts
index 9ba18c5df095..04d1ffd3fdae 100644
--- a/clients/client-iam/src/commands/DeleteUserCommand.ts
+++ b/clients/client-iam/src/commands/DeleteUserCommand.ts
@@ -138,4 +138,16 @@ export class DeleteUserCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteUserCommand)
.de(de_DeleteUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteUserCommandInput;
+ output: DeleteUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DeleteUserPermissionsBoundaryCommand.ts b/clients/client-iam/src/commands/DeleteUserPermissionsBoundaryCommand.ts
index ca6d0e420157..41b0ca9d83cd 100644
--- a/clients/client-iam/src/commands/DeleteUserPermissionsBoundaryCommand.ts
+++ b/clients/client-iam/src/commands/DeleteUserPermissionsBoundaryCommand.ts
@@ -91,4 +91,16 @@ export class DeleteUserPermissionsBoundaryCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteUserPermissionsBoundaryCommand)
.de(de_DeleteUserPermissionsBoundaryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteUserPermissionsBoundaryRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteUserPermissionsBoundaryCommandInput;
+ output: DeleteUserPermissionsBoundaryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DeleteUserPolicyCommand.ts b/clients/client-iam/src/commands/DeleteUserPolicyCommand.ts
index 702d13d65698..239a7f570352 100644
--- a/clients/client-iam/src/commands/DeleteUserPolicyCommand.ts
+++ b/clients/client-iam/src/commands/DeleteUserPolicyCommand.ts
@@ -105,4 +105,16 @@ export class DeleteUserPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteUserPolicyCommand)
.de(de_DeleteUserPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteUserPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteUserPolicyCommandInput;
+ output: DeleteUserPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DeleteVirtualMFADeviceCommand.ts b/clients/client-iam/src/commands/DeleteVirtualMFADeviceCommand.ts
index 871b12a8a9fd..eb9b18e8f286 100644
--- a/clients/client-iam/src/commands/DeleteVirtualMFADeviceCommand.ts
+++ b/clients/client-iam/src/commands/DeleteVirtualMFADeviceCommand.ts
@@ -110,4 +110,16 @@ export class DeleteVirtualMFADeviceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVirtualMFADeviceCommand)
.de(de_DeleteVirtualMFADeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVirtualMFADeviceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteVirtualMFADeviceCommandInput;
+ output: DeleteVirtualMFADeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DetachGroupPolicyCommand.ts b/clients/client-iam/src/commands/DetachGroupPolicyCommand.ts
index 6f5608e6ffb4..e3de982cc2d2 100644
--- a/clients/client-iam/src/commands/DetachGroupPolicyCommand.ts
+++ b/clients/client-iam/src/commands/DetachGroupPolicyCommand.ts
@@ -96,4 +96,16 @@ export class DetachGroupPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachGroupPolicyCommand)
.de(de_DetachGroupPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachGroupPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DetachGroupPolicyCommandInput;
+ output: DetachGroupPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DetachRolePolicyCommand.ts b/clients/client-iam/src/commands/DetachRolePolicyCommand.ts
index 14e5d621a46d..b2f8b008a037 100644
--- a/clients/client-iam/src/commands/DetachRolePolicyCommand.ts
+++ b/clients/client-iam/src/commands/DetachRolePolicyCommand.ts
@@ -102,4 +102,16 @@ export class DetachRolePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachRolePolicyCommand)
.de(de_DetachRolePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachRolePolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DetachRolePolicyCommandInput;
+ output: DetachRolePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/DetachUserPolicyCommand.ts b/clients/client-iam/src/commands/DetachUserPolicyCommand.ts
index 229138bcc0e3..469ff2e2db0b 100644
--- a/clients/client-iam/src/commands/DetachUserPolicyCommand.ts
+++ b/clients/client-iam/src/commands/DetachUserPolicyCommand.ts
@@ -96,4 +96,16 @@ export class DetachUserPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachUserPolicyCommand)
.de(de_DetachUserPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachUserPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DetachUserPolicyCommandInput;
+ output: DetachUserPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/EnableMFADeviceCommand.ts b/clients/client-iam/src/commands/EnableMFADeviceCommand.ts
index 98c410b1f4ad..64dd1eecd616 100644
--- a/clients/client-iam/src/commands/EnableMFADeviceCommand.ts
+++ b/clients/client-iam/src/commands/EnableMFADeviceCommand.ts
@@ -110,4 +110,16 @@ export class EnableMFADeviceCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableMFADeviceCommand)
.de(de_EnableMFADeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableMFADeviceRequest;
+ output: {};
+ };
+ sdk: {
+ input: EnableMFADeviceCommandInput;
+ output: EnableMFADeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GenerateCredentialReportCommand.ts b/clients/client-iam/src/commands/GenerateCredentialReportCommand.ts
index 66b3c4cdaf68..2b6dec31f312 100644
--- a/clients/client-iam/src/commands/GenerateCredentialReportCommand.ts
+++ b/clients/client-iam/src/commands/GenerateCredentialReportCommand.ts
@@ -86,4 +86,16 @@ export class GenerateCredentialReportCommand extends $Command
.f(void 0, void 0)
.ser(se_GenerateCredentialReportCommand)
.de(de_GenerateCredentialReportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GenerateCredentialReportResponse;
+ };
+ sdk: {
+ input: GenerateCredentialReportCommandInput;
+ output: GenerateCredentialReportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GenerateOrganizationsAccessReportCommand.ts b/clients/client-iam/src/commands/GenerateOrganizationsAccessReportCommand.ts
index 436d67afbaa4..428442c8f398 100644
--- a/clients/client-iam/src/commands/GenerateOrganizationsAccessReportCommand.ts
+++ b/clients/client-iam/src/commands/GenerateOrganizationsAccessReportCommand.ts
@@ -236,4 +236,16 @@ export class GenerateOrganizationsAccessReportCommand extends $Command
.f(void 0, void 0)
.ser(se_GenerateOrganizationsAccessReportCommand)
.de(de_GenerateOrganizationsAccessReportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GenerateOrganizationsAccessReportRequest;
+ output: GenerateOrganizationsAccessReportResponse;
+ };
+ sdk: {
+ input: GenerateOrganizationsAccessReportCommandInput;
+ output: GenerateOrganizationsAccessReportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GenerateServiceLastAccessedDetailsCommand.ts b/clients/client-iam/src/commands/GenerateServiceLastAccessedDetailsCommand.ts
index 1af5c99a6ada..7f8e293b9f18 100644
--- a/clients/client-iam/src/commands/GenerateServiceLastAccessedDetailsCommand.ts
+++ b/clients/client-iam/src/commands/GenerateServiceLastAccessedDetailsCommand.ts
@@ -165,4 +165,16 @@ export class GenerateServiceLastAccessedDetailsCommand extends $Command
.f(void 0, void 0)
.ser(se_GenerateServiceLastAccessedDetailsCommand)
.de(de_GenerateServiceLastAccessedDetailsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GenerateServiceLastAccessedDetailsRequest;
+ output: GenerateServiceLastAccessedDetailsResponse;
+ };
+ sdk: {
+ input: GenerateServiceLastAccessedDetailsCommandInput;
+ output: GenerateServiceLastAccessedDetailsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetAccessKeyLastUsedCommand.ts b/clients/client-iam/src/commands/GetAccessKeyLastUsedCommand.ts
index b92745ec6ca3..81408962962c 100644
--- a/clients/client-iam/src/commands/GetAccessKeyLastUsedCommand.ts
+++ b/clients/client-iam/src/commands/GetAccessKeyLastUsedCommand.ts
@@ -84,4 +84,16 @@ export class GetAccessKeyLastUsedCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAccessKeyLastUsedCommand)
.de(de_GetAccessKeyLastUsedCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAccessKeyLastUsedRequest;
+ output: GetAccessKeyLastUsedResponse;
+ };
+ sdk: {
+ input: GetAccessKeyLastUsedCommandInput;
+ output: GetAccessKeyLastUsedCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetAccountAuthorizationDetailsCommand.ts b/clients/client-iam/src/commands/GetAccountAuthorizationDetailsCommand.ts
index daa34b74a06c..943cd1559f3a 100644
--- a/clients/client-iam/src/commands/GetAccountAuthorizationDetailsCommand.ts
+++ b/clients/client-iam/src/commands/GetAccountAuthorizationDetailsCommand.ts
@@ -249,4 +249,16 @@ export class GetAccountAuthorizationDetailsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAccountAuthorizationDetailsCommand)
.de(de_GetAccountAuthorizationDetailsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAccountAuthorizationDetailsRequest;
+ output: GetAccountAuthorizationDetailsResponse;
+ };
+ sdk: {
+ input: GetAccountAuthorizationDetailsCommandInput;
+ output: GetAccountAuthorizationDetailsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetAccountPasswordPolicyCommand.ts b/clients/client-iam/src/commands/GetAccountPasswordPolicyCommand.ts
index a1ef94d9dc0a..cc4d94185958 100644
--- a/clients/client-iam/src/commands/GetAccountPasswordPolicyCommand.ts
+++ b/clients/client-iam/src/commands/GetAccountPasswordPolicyCommand.ts
@@ -122,4 +122,16 @@ export class GetAccountPasswordPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAccountPasswordPolicyCommand)
.de(de_GetAccountPasswordPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetAccountPasswordPolicyResponse;
+ };
+ sdk: {
+ input: GetAccountPasswordPolicyCommandInput;
+ output: GetAccountPasswordPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetAccountSummaryCommand.ts b/clients/client-iam/src/commands/GetAccountSummaryCommand.ts
index 66441219f24c..1fde1281b413 100644
--- a/clients/client-iam/src/commands/GetAccountSummaryCommand.ts
+++ b/clients/client-iam/src/commands/GetAccountSummaryCommand.ts
@@ -125,4 +125,16 @@ export class GetAccountSummaryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAccountSummaryCommand)
.de(de_GetAccountSummaryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetAccountSummaryResponse;
+ };
+ sdk: {
+ input: GetAccountSummaryCommandInput;
+ output: GetAccountSummaryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetContextKeysForCustomPolicyCommand.ts b/clients/client-iam/src/commands/GetContextKeysForCustomPolicyCommand.ts
index d1b6db458ae6..abdb1896c7e9 100644
--- a/clients/client-iam/src/commands/GetContextKeysForCustomPolicyCommand.ts
+++ b/clients/client-iam/src/commands/GetContextKeysForCustomPolicyCommand.ts
@@ -97,4 +97,16 @@ export class GetContextKeysForCustomPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetContextKeysForCustomPolicyCommand)
.de(de_GetContextKeysForCustomPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetContextKeysForCustomPolicyRequest;
+ output: GetContextKeysForPolicyResponse;
+ };
+ sdk: {
+ input: GetContextKeysForCustomPolicyCommandInput;
+ output: GetContextKeysForCustomPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetContextKeysForPrincipalPolicyCommand.ts b/clients/client-iam/src/commands/GetContextKeysForPrincipalPolicyCommand.ts
index 8d9ad4a1fc19..186fbbd4cb2c 100644
--- a/clients/client-iam/src/commands/GetContextKeysForPrincipalPolicyCommand.ts
+++ b/clients/client-iam/src/commands/GetContextKeysForPrincipalPolicyCommand.ts
@@ -108,4 +108,16 @@ export class GetContextKeysForPrincipalPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetContextKeysForPrincipalPolicyCommand)
.de(de_GetContextKeysForPrincipalPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetContextKeysForPrincipalPolicyRequest;
+ output: GetContextKeysForPolicyResponse;
+ };
+ sdk: {
+ input: GetContextKeysForPrincipalPolicyCommandInput;
+ output: GetContextKeysForPrincipalPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetCredentialReportCommand.ts b/clients/client-iam/src/commands/GetCredentialReportCommand.ts
index d25a2f5ff84b..6f0fa9231de8 100644
--- a/clients/client-iam/src/commands/GetCredentialReportCommand.ts
+++ b/clients/client-iam/src/commands/GetCredentialReportCommand.ts
@@ -96,4 +96,16 @@ export class GetCredentialReportCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCredentialReportCommand)
.de(de_GetCredentialReportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetCredentialReportResponse;
+ };
+ sdk: {
+ input: GetCredentialReportCommandInput;
+ output: GetCredentialReportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetGroupCommand.ts b/clients/client-iam/src/commands/GetGroupCommand.ts
index 93d9b7b51fa6..d5d6be114ae8 100644
--- a/clients/client-iam/src/commands/GetGroupCommand.ts
+++ b/clients/client-iam/src/commands/GetGroupCommand.ts
@@ -116,4 +116,16 @@ export class GetGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_GetGroupCommand)
.de(de_GetGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetGroupRequest;
+ output: GetGroupResponse;
+ };
+ sdk: {
+ input: GetGroupCommandInput;
+ output: GetGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetGroupPolicyCommand.ts b/clients/client-iam/src/commands/GetGroupPolicyCommand.ts
index 9eaddd9dca72..b4123e8755c2 100644
--- a/clients/client-iam/src/commands/GetGroupPolicyCommand.ts
+++ b/clients/client-iam/src/commands/GetGroupPolicyCommand.ts
@@ -102,4 +102,16 @@ export class GetGroupPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetGroupPolicyCommand)
.de(de_GetGroupPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetGroupPolicyRequest;
+ output: GetGroupPolicyResponse;
+ };
+ sdk: {
+ input: GetGroupPolicyCommandInput;
+ output: GetGroupPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetInstanceProfileCommand.ts b/clients/client-iam/src/commands/GetInstanceProfileCommand.ts
index f4443a91c954..e58f4516d2fd 100644
--- a/clients/client-iam/src/commands/GetInstanceProfileCommand.ts
+++ b/clients/client-iam/src/commands/GetInstanceProfileCommand.ts
@@ -158,4 +158,16 @@ export class GetInstanceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInstanceProfileCommand)
.de(de_GetInstanceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInstanceProfileRequest;
+ output: GetInstanceProfileResponse;
+ };
+ sdk: {
+ input: GetInstanceProfileCommandInput;
+ output: GetInstanceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetLoginProfileCommand.ts b/clients/client-iam/src/commands/GetLoginProfileCommand.ts
index e63a86758f47..f723c3a3c561 100644
--- a/clients/client-iam/src/commands/GetLoginProfileCommand.ts
+++ b/clients/client-iam/src/commands/GetLoginProfileCommand.ts
@@ -117,4 +117,16 @@ export class GetLoginProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLoginProfileCommand)
.de(de_GetLoginProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLoginProfileRequest;
+ output: GetLoginProfileResponse;
+ };
+ sdk: {
+ input: GetLoginProfileCommandInput;
+ output: GetLoginProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetMFADeviceCommand.ts b/clients/client-iam/src/commands/GetMFADeviceCommand.ts
index 39c72889537b..b9603a581f35 100644
--- a/clients/client-iam/src/commands/GetMFADeviceCommand.ts
+++ b/clients/client-iam/src/commands/GetMFADeviceCommand.ts
@@ -91,4 +91,16 @@ export class GetMFADeviceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMFADeviceCommand)
.de(de_GetMFADeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMFADeviceRequest;
+ output: GetMFADeviceResponse;
+ };
+ sdk: {
+ input: GetMFADeviceCommandInput;
+ output: GetMFADeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/GetOpenIDConnectProviderCommand.ts
index e03f7b023eda..d71e695df40b 100644
--- a/clients/client-iam/src/commands/GetOpenIDConnectProviderCommand.ts
+++ b/clients/client-iam/src/commands/GetOpenIDConnectProviderCommand.ts
@@ -103,4 +103,16 @@ export class GetOpenIDConnectProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_GetOpenIDConnectProviderCommand)
.de(de_GetOpenIDConnectProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetOpenIDConnectProviderRequest;
+ output: GetOpenIDConnectProviderResponse;
+ };
+ sdk: {
+ input: GetOpenIDConnectProviderCommandInput;
+ output: GetOpenIDConnectProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetOrganizationsAccessReportCommand.ts b/clients/client-iam/src/commands/GetOrganizationsAccessReportCommand.ts
index 7973667b0dbc..5e204565c964 100644
--- a/clients/client-iam/src/commands/GetOrganizationsAccessReportCommand.ts
+++ b/clients/client-iam/src/commands/GetOrganizationsAccessReportCommand.ts
@@ -168,4 +168,16 @@ export class GetOrganizationsAccessReportCommand extends $Command
.f(void 0, void 0)
.ser(se_GetOrganizationsAccessReportCommand)
.de(de_GetOrganizationsAccessReportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetOrganizationsAccessReportRequest;
+ output: GetOrganizationsAccessReportResponse;
+ };
+ sdk: {
+ input: GetOrganizationsAccessReportCommandInput;
+ output: GetOrganizationsAccessReportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetPolicyCommand.ts b/clients/client-iam/src/commands/GetPolicyCommand.ts
index 07b2745a61aa..a7f3349a57de 100644
--- a/clients/client-iam/src/commands/GetPolicyCommand.ts
+++ b/clients/client-iam/src/commands/GetPolicyCommand.ts
@@ -116,4 +116,16 @@ export class GetPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPolicyCommand)
.de(de_GetPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPolicyRequest;
+ output: GetPolicyResponse;
+ };
+ sdk: {
+ input: GetPolicyCommandInput;
+ output: GetPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetPolicyVersionCommand.ts b/clients/client-iam/src/commands/GetPolicyVersionCommand.ts
index 594714798411..f404e8e463b4 100644
--- a/clients/client-iam/src/commands/GetPolicyVersionCommand.ts
+++ b/clients/client-iam/src/commands/GetPolicyVersionCommand.ts
@@ -110,4 +110,16 @@ export class GetPolicyVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPolicyVersionCommand)
.de(de_GetPolicyVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPolicyVersionRequest;
+ output: GetPolicyVersionResponse;
+ };
+ sdk: {
+ input: GetPolicyVersionCommandInput;
+ output: GetPolicyVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetRoleCommand.ts b/clients/client-iam/src/commands/GetRoleCommand.ts
index 4b72e8e125e4..60530cf1d389 100644
--- a/clients/client-iam/src/commands/GetRoleCommand.ts
+++ b/clients/client-iam/src/commands/GetRoleCommand.ts
@@ -146,4 +146,16 @@ export class GetRoleCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRoleCommand)
.de(de_GetRoleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRoleRequest;
+ output: GetRoleResponse;
+ };
+ sdk: {
+ input: GetRoleCommandInput;
+ output: GetRoleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetRolePolicyCommand.ts b/clients/client-iam/src/commands/GetRolePolicyCommand.ts
index 2bf0639afb0f..265a907d1d57 100644
--- a/clients/client-iam/src/commands/GetRolePolicyCommand.ts
+++ b/clients/client-iam/src/commands/GetRolePolicyCommand.ts
@@ -104,4 +104,16 @@ export class GetRolePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRolePolicyCommand)
.de(de_GetRolePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRolePolicyRequest;
+ output: GetRolePolicyResponse;
+ };
+ sdk: {
+ input: GetRolePolicyCommandInput;
+ output: GetRolePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetSAMLProviderCommand.ts b/clients/client-iam/src/commands/GetSAMLProviderCommand.ts
index 868284ba2084..ce8733199513 100644
--- a/clients/client-iam/src/commands/GetSAMLProviderCommand.ts
+++ b/clients/client-iam/src/commands/GetSAMLProviderCommand.ts
@@ -101,4 +101,16 @@ export class GetSAMLProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSAMLProviderCommand)
.de(de_GetSAMLProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSAMLProviderRequest;
+ output: GetSAMLProviderResponse;
+ };
+ sdk: {
+ input: GetSAMLProviderCommandInput;
+ output: GetSAMLProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetSSHPublicKeyCommand.ts b/clients/client-iam/src/commands/GetSSHPublicKeyCommand.ts
index 1701b33b43f0..292776dce6ba 100644
--- a/clients/client-iam/src/commands/GetSSHPublicKeyCommand.ts
+++ b/clients/client-iam/src/commands/GetSSHPublicKeyCommand.ts
@@ -98,4 +98,16 @@ export class GetSSHPublicKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSSHPublicKeyCommand)
.de(de_GetSSHPublicKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSSHPublicKeyRequest;
+ output: GetSSHPublicKeyResponse;
+ };
+ sdk: {
+ input: GetSSHPublicKeyCommandInput;
+ output: GetSSHPublicKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetServerCertificateCommand.ts b/clients/client-iam/src/commands/GetServerCertificateCommand.ts
index 899337f6af80..ffc3d0b8c6ae 100644
--- a/clients/client-iam/src/commands/GetServerCertificateCommand.ts
+++ b/clients/client-iam/src/commands/GetServerCertificateCommand.ts
@@ -106,4 +106,16 @@ export class GetServerCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetServerCertificateCommand)
.de(de_GetServerCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetServerCertificateRequest;
+ output: GetServerCertificateResponse;
+ };
+ sdk: {
+ input: GetServerCertificateCommandInput;
+ output: GetServerCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetServiceLastAccessedDetailsCommand.ts b/clients/client-iam/src/commands/GetServiceLastAccessedDetailsCommand.ts
index 17737b209e69..e300a39c79ee 100644
--- a/clients/client-iam/src/commands/GetServiceLastAccessedDetailsCommand.ts
+++ b/clients/client-iam/src/commands/GetServiceLastAccessedDetailsCommand.ts
@@ -203,4 +203,16 @@ export class GetServiceLastAccessedDetailsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetServiceLastAccessedDetailsCommand)
.de(de_GetServiceLastAccessedDetailsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetServiceLastAccessedDetailsRequest;
+ output: GetServiceLastAccessedDetailsResponse;
+ };
+ sdk: {
+ input: GetServiceLastAccessedDetailsCommandInput;
+ output: GetServiceLastAccessedDetailsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.ts b/clients/client-iam/src/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.ts
index 27efa62a91d4..31a26d44e12f 100644
--- a/clients/client-iam/src/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.ts
+++ b/clients/client-iam/src/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.ts
@@ -183,4 +183,16 @@ export class GetServiceLastAccessedDetailsWithEntitiesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetServiceLastAccessedDetailsWithEntitiesCommand)
.de(de_GetServiceLastAccessedDetailsWithEntitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetServiceLastAccessedDetailsWithEntitiesRequest;
+ output: GetServiceLastAccessedDetailsWithEntitiesResponse;
+ };
+ sdk: {
+ input: GetServiceLastAccessedDetailsWithEntitiesCommandInput;
+ output: GetServiceLastAccessedDetailsWithEntitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetServiceLinkedRoleDeletionStatusCommand.ts b/clients/client-iam/src/commands/GetServiceLinkedRoleDeletionStatusCommand.ts
index e99aa773ff6f..87be3232921d 100644
--- a/clients/client-iam/src/commands/GetServiceLinkedRoleDeletionStatusCommand.ts
+++ b/clients/client-iam/src/commands/GetServiceLinkedRoleDeletionStatusCommand.ts
@@ -112,4 +112,16 @@ export class GetServiceLinkedRoleDeletionStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetServiceLinkedRoleDeletionStatusCommand)
.de(de_GetServiceLinkedRoleDeletionStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetServiceLinkedRoleDeletionStatusRequest;
+ output: GetServiceLinkedRoleDeletionStatusResponse;
+ };
+ sdk: {
+ input: GetServiceLinkedRoleDeletionStatusCommandInput;
+ output: GetServiceLinkedRoleDeletionStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetUserCommand.ts b/clients/client-iam/src/commands/GetUserCommand.ts
index 9eaab095ac71..4033ca274e07 100644
--- a/clients/client-iam/src/commands/GetUserCommand.ts
+++ b/clients/client-iam/src/commands/GetUserCommand.ts
@@ -127,4 +127,16 @@ export class GetUserCommand extends $Command
.f(void 0, void 0)
.ser(se_GetUserCommand)
.de(de_GetUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUserRequest;
+ output: GetUserResponse;
+ };
+ sdk: {
+ input: GetUserCommandInput;
+ output: GetUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/GetUserPolicyCommand.ts b/clients/client-iam/src/commands/GetUserPolicyCommand.ts
index 62b97ec0f518..2cd1426298e0 100644
--- a/clients/client-iam/src/commands/GetUserPolicyCommand.ts
+++ b/clients/client-iam/src/commands/GetUserPolicyCommand.ts
@@ -102,4 +102,16 @@ export class GetUserPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetUserPolicyCommand)
.de(de_GetUserPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUserPolicyRequest;
+ output: GetUserPolicyResponse;
+ };
+ sdk: {
+ input: GetUserPolicyCommandInput;
+ output: GetUserPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListAccessKeysCommand.ts b/clients/client-iam/src/commands/ListAccessKeysCommand.ts
index 6719d5d9d93b..6472e520e19b 100644
--- a/clients/client-iam/src/commands/ListAccessKeysCommand.ts
+++ b/clients/client-iam/src/commands/ListAccessKeysCommand.ts
@@ -139,4 +139,16 @@ export class ListAccessKeysCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAccessKeysCommand)
.de(de_ListAccessKeysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAccessKeysRequest;
+ output: ListAccessKeysResponse;
+ };
+ sdk: {
+ input: ListAccessKeysCommandInput;
+ output: ListAccessKeysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListAccountAliasesCommand.ts b/clients/client-iam/src/commands/ListAccountAliasesCommand.ts
index 9c7d842ffc85..b2acaf4249aa 100644
--- a/clients/client-iam/src/commands/ListAccountAliasesCommand.ts
+++ b/clients/client-iam/src/commands/ListAccountAliasesCommand.ts
@@ -105,4 +105,16 @@ export class ListAccountAliasesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAccountAliasesCommand)
.de(de_ListAccountAliasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAccountAliasesRequest;
+ output: ListAccountAliasesResponse;
+ };
+ sdk: {
+ input: ListAccountAliasesCommandInput;
+ output: ListAccountAliasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListAttachedGroupPoliciesCommand.ts b/clients/client-iam/src/commands/ListAttachedGroupPoliciesCommand.ts
index 2c06b246b4b2..514ac14659e6 100644
--- a/clients/client-iam/src/commands/ListAttachedGroupPoliciesCommand.ts
+++ b/clients/client-iam/src/commands/ListAttachedGroupPoliciesCommand.ts
@@ -108,4 +108,16 @@ export class ListAttachedGroupPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAttachedGroupPoliciesCommand)
.de(de_ListAttachedGroupPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAttachedGroupPoliciesRequest;
+ output: ListAttachedGroupPoliciesResponse;
+ };
+ sdk: {
+ input: ListAttachedGroupPoliciesCommandInput;
+ output: ListAttachedGroupPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListAttachedRolePoliciesCommand.ts b/clients/client-iam/src/commands/ListAttachedRolePoliciesCommand.ts
index 457211090477..d673b6fc4512 100644
--- a/clients/client-iam/src/commands/ListAttachedRolePoliciesCommand.ts
+++ b/clients/client-iam/src/commands/ListAttachedRolePoliciesCommand.ts
@@ -108,4 +108,16 @@ export class ListAttachedRolePoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAttachedRolePoliciesCommand)
.de(de_ListAttachedRolePoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAttachedRolePoliciesRequest;
+ output: ListAttachedRolePoliciesResponse;
+ };
+ sdk: {
+ input: ListAttachedRolePoliciesCommandInput;
+ output: ListAttachedRolePoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListAttachedUserPoliciesCommand.ts b/clients/client-iam/src/commands/ListAttachedUserPoliciesCommand.ts
index 8de9d4796a96..903ed67698ab 100644
--- a/clients/client-iam/src/commands/ListAttachedUserPoliciesCommand.ts
+++ b/clients/client-iam/src/commands/ListAttachedUserPoliciesCommand.ts
@@ -108,4 +108,16 @@ export class ListAttachedUserPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAttachedUserPoliciesCommand)
.de(de_ListAttachedUserPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAttachedUserPoliciesRequest;
+ output: ListAttachedUserPoliciesResponse;
+ };
+ sdk: {
+ input: ListAttachedUserPoliciesCommandInput;
+ output: ListAttachedUserPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListEntitiesForPolicyCommand.ts b/clients/client-iam/src/commands/ListEntitiesForPolicyCommand.ts
index b4730889a85c..d63442eafdff 100644
--- a/clients/client-iam/src/commands/ListEntitiesForPolicyCommand.ts
+++ b/clients/client-iam/src/commands/ListEntitiesForPolicyCommand.ts
@@ -120,4 +120,16 @@ export class ListEntitiesForPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEntitiesForPolicyCommand)
.de(de_ListEntitiesForPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEntitiesForPolicyRequest;
+ output: ListEntitiesForPolicyResponse;
+ };
+ sdk: {
+ input: ListEntitiesForPolicyCommandInput;
+ output: ListEntitiesForPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListGroupPoliciesCommand.ts b/clients/client-iam/src/commands/ListGroupPoliciesCommand.ts
index 7c11815b7f35..6016ff5981fa 100644
--- a/clients/client-iam/src/commands/ListGroupPoliciesCommand.ts
+++ b/clients/client-iam/src/commands/ListGroupPoliciesCommand.ts
@@ -118,4 +118,16 @@ export class ListGroupPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListGroupPoliciesCommand)
.de(de_ListGroupPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGroupPoliciesRequest;
+ output: ListGroupPoliciesResponse;
+ };
+ sdk: {
+ input: ListGroupPoliciesCommandInput;
+ output: ListGroupPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListGroupsCommand.ts b/clients/client-iam/src/commands/ListGroupsCommand.ts
index 877eefb2aa9f..9d3171729198 100644
--- a/clients/client-iam/src/commands/ListGroupsCommand.ts
+++ b/clients/client-iam/src/commands/ListGroupsCommand.ts
@@ -131,4 +131,16 @@ export class ListGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListGroupsCommand)
.de(de_ListGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGroupsRequest;
+ output: ListGroupsResponse;
+ };
+ sdk: {
+ input: ListGroupsCommandInput;
+ output: ListGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListGroupsForUserCommand.ts b/clients/client-iam/src/commands/ListGroupsForUserCommand.ts
index 4500e15f2128..c2be4022dabd 100644
--- a/clients/client-iam/src/commands/ListGroupsForUserCommand.ts
+++ b/clients/client-iam/src/commands/ListGroupsForUserCommand.ts
@@ -130,4 +130,16 @@ export class ListGroupsForUserCommand extends $Command
.f(void 0, void 0)
.ser(se_ListGroupsForUserCommand)
.de(de_ListGroupsForUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGroupsForUserRequest;
+ output: ListGroupsForUserResponse;
+ };
+ sdk: {
+ input: ListGroupsForUserCommandInput;
+ output: ListGroupsForUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListInstanceProfileTagsCommand.ts b/clients/client-iam/src/commands/ListInstanceProfileTagsCommand.ts
index 4aa32916d56d..ee18a4396e10 100644
--- a/clients/client-iam/src/commands/ListInstanceProfileTagsCommand.ts
+++ b/clients/client-iam/src/commands/ListInstanceProfileTagsCommand.ts
@@ -96,4 +96,16 @@ export class ListInstanceProfileTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInstanceProfileTagsCommand)
.de(de_ListInstanceProfileTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInstanceProfileTagsRequest;
+ output: ListInstanceProfileTagsResponse;
+ };
+ sdk: {
+ input: ListInstanceProfileTagsCommandInput;
+ output: ListInstanceProfileTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListInstanceProfilesCommand.ts b/clients/client-iam/src/commands/ListInstanceProfilesCommand.ts
index fe12faa409fd..b3147920b3f7 100644
--- a/clients/client-iam/src/commands/ListInstanceProfilesCommand.ts
+++ b/clients/client-iam/src/commands/ListInstanceProfilesCommand.ts
@@ -134,4 +134,16 @@ export class ListInstanceProfilesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInstanceProfilesCommand)
.de(de_ListInstanceProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInstanceProfilesRequest;
+ output: ListInstanceProfilesResponse;
+ };
+ sdk: {
+ input: ListInstanceProfilesCommandInput;
+ output: ListInstanceProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListInstanceProfilesForRoleCommand.ts b/clients/client-iam/src/commands/ListInstanceProfilesForRoleCommand.ts
index 47ebcff455ce..d309f85ddc5e 100644
--- a/clients/client-iam/src/commands/ListInstanceProfilesForRoleCommand.ts
+++ b/clients/client-iam/src/commands/ListInstanceProfilesForRoleCommand.ts
@@ -136,4 +136,16 @@ export class ListInstanceProfilesForRoleCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInstanceProfilesForRoleCommand)
.de(de_ListInstanceProfilesForRoleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInstanceProfilesForRoleRequest;
+ output: ListInstanceProfilesForRoleResponse;
+ };
+ sdk: {
+ input: ListInstanceProfilesForRoleCommandInput;
+ output: ListInstanceProfilesForRoleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListMFADeviceTagsCommand.ts b/clients/client-iam/src/commands/ListMFADeviceTagsCommand.ts
index 989fe3c3676e..8705b3da5c22 100644
--- a/clients/client-iam/src/commands/ListMFADeviceTagsCommand.ts
+++ b/clients/client-iam/src/commands/ListMFADeviceTagsCommand.ts
@@ -100,4 +100,16 @@ export class ListMFADeviceTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMFADeviceTagsCommand)
.de(de_ListMFADeviceTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMFADeviceTagsRequest;
+ output: ListMFADeviceTagsResponse;
+ };
+ sdk: {
+ input: ListMFADeviceTagsCommandInput;
+ output: ListMFADeviceTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListMFADevicesCommand.ts b/clients/client-iam/src/commands/ListMFADevicesCommand.ts
index 7be098185e72..c7da46c51256 100644
--- a/clients/client-iam/src/commands/ListMFADevicesCommand.ts
+++ b/clients/client-iam/src/commands/ListMFADevicesCommand.ts
@@ -100,4 +100,16 @@ export class ListMFADevicesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMFADevicesCommand)
.de(de_ListMFADevicesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMFADevicesRequest;
+ output: ListMFADevicesResponse;
+ };
+ sdk: {
+ input: ListMFADevicesCommandInput;
+ output: ListMFADevicesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListOpenIDConnectProviderTagsCommand.ts b/clients/client-iam/src/commands/ListOpenIDConnectProviderTagsCommand.ts
index 192e92885d2a..1e90de103da9 100644
--- a/clients/client-iam/src/commands/ListOpenIDConnectProviderTagsCommand.ts
+++ b/clients/client-iam/src/commands/ListOpenIDConnectProviderTagsCommand.ts
@@ -107,4 +107,16 @@ export class ListOpenIDConnectProviderTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListOpenIDConnectProviderTagsCommand)
.de(de_ListOpenIDConnectProviderTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListOpenIDConnectProviderTagsRequest;
+ output: ListOpenIDConnectProviderTagsResponse;
+ };
+ sdk: {
+ input: ListOpenIDConnectProviderTagsCommandInput;
+ output: ListOpenIDConnectProviderTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListOpenIDConnectProvidersCommand.ts b/clients/client-iam/src/commands/ListOpenIDConnectProvidersCommand.ts
index ad1a01e2bd18..b6e661ad141b 100644
--- a/clients/client-iam/src/commands/ListOpenIDConnectProvidersCommand.ts
+++ b/clients/client-iam/src/commands/ListOpenIDConnectProvidersCommand.ts
@@ -88,4 +88,16 @@ export class ListOpenIDConnectProvidersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListOpenIDConnectProvidersCommand)
.de(de_ListOpenIDConnectProvidersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: ListOpenIDConnectProvidersResponse;
+ };
+ sdk: {
+ input: ListOpenIDConnectProvidersCommandInput;
+ output: ListOpenIDConnectProvidersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListPoliciesCommand.ts b/clients/client-iam/src/commands/ListPoliciesCommand.ts
index 6258f025833d..6aefccb1d99c 100644
--- a/clients/client-iam/src/commands/ListPoliciesCommand.ts
+++ b/clients/client-iam/src/commands/ListPoliciesCommand.ts
@@ -123,4 +123,16 @@ export class ListPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPoliciesCommand)
.de(de_ListPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPoliciesRequest;
+ output: ListPoliciesResponse;
+ };
+ sdk: {
+ input: ListPoliciesCommandInput;
+ output: ListPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListPoliciesGrantingServiceAccessCommand.ts b/clients/client-iam/src/commands/ListPoliciesGrantingServiceAccessCommand.ts
index a622b0469493..80edd3b48011 100644
--- a/clients/client-iam/src/commands/ListPoliciesGrantingServiceAccessCommand.ts
+++ b/clients/client-iam/src/commands/ListPoliciesGrantingServiceAccessCommand.ts
@@ -199,4 +199,16 @@ export class ListPoliciesGrantingServiceAccessCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPoliciesGrantingServiceAccessCommand)
.de(de_ListPoliciesGrantingServiceAccessCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPoliciesGrantingServiceAccessRequest;
+ output: ListPoliciesGrantingServiceAccessResponse;
+ };
+ sdk: {
+ input: ListPoliciesGrantingServiceAccessCommandInput;
+ output: ListPoliciesGrantingServiceAccessCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListPolicyTagsCommand.ts b/clients/client-iam/src/commands/ListPolicyTagsCommand.ts
index ac4db4810d23..102efa64e053 100644
--- a/clients/client-iam/src/commands/ListPolicyTagsCommand.ts
+++ b/clients/client-iam/src/commands/ListPolicyTagsCommand.ts
@@ -100,4 +100,16 @@ export class ListPolicyTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPolicyTagsCommand)
.de(de_ListPolicyTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPolicyTagsRequest;
+ output: ListPolicyTagsResponse;
+ };
+ sdk: {
+ input: ListPolicyTagsCommandInput;
+ output: ListPolicyTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListPolicyVersionsCommand.ts b/clients/client-iam/src/commands/ListPolicyVersionsCommand.ts
index 69559ec00c14..67ef1340196c 100644
--- a/clients/client-iam/src/commands/ListPolicyVersionsCommand.ts
+++ b/clients/client-iam/src/commands/ListPolicyVersionsCommand.ts
@@ -103,4 +103,16 @@ export class ListPolicyVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPolicyVersionsCommand)
.de(de_ListPolicyVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPolicyVersionsRequest;
+ output: ListPolicyVersionsResponse;
+ };
+ sdk: {
+ input: ListPolicyVersionsCommandInput;
+ output: ListPolicyVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListRolePoliciesCommand.ts b/clients/client-iam/src/commands/ListRolePoliciesCommand.ts
index 31e902411b30..224d38eb2ea9 100644
--- a/clients/client-iam/src/commands/ListRolePoliciesCommand.ts
+++ b/clients/client-iam/src/commands/ListRolePoliciesCommand.ts
@@ -99,4 +99,16 @@ export class ListRolePoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRolePoliciesCommand)
.de(de_ListRolePoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRolePoliciesRequest;
+ output: ListRolePoliciesResponse;
+ };
+ sdk: {
+ input: ListRolePoliciesCommandInput;
+ output: ListRolePoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListRoleTagsCommand.ts b/clients/client-iam/src/commands/ListRoleTagsCommand.ts
index 7108073a8058..82bce6e910e0 100644
--- a/clients/client-iam/src/commands/ListRoleTagsCommand.ts
+++ b/clients/client-iam/src/commands/ListRoleTagsCommand.ts
@@ -122,4 +122,16 @@ export class ListRoleTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRoleTagsCommand)
.de(de_ListRoleTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRoleTagsRequest;
+ output: ListRoleTagsResponse;
+ };
+ sdk: {
+ input: ListRoleTagsCommandInput;
+ output: ListRoleTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListRolesCommand.ts b/clients/client-iam/src/commands/ListRolesCommand.ts
index 55d8c29e7c9e..b8788099c7c4 100644
--- a/clients/client-iam/src/commands/ListRolesCommand.ts
+++ b/clients/client-iam/src/commands/ListRolesCommand.ts
@@ -130,4 +130,16 @@ export class ListRolesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRolesCommand)
.de(de_ListRolesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRolesRequest;
+ output: ListRolesResponse;
+ };
+ sdk: {
+ input: ListRolesCommandInput;
+ output: ListRolesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListSAMLProviderTagsCommand.ts b/clients/client-iam/src/commands/ListSAMLProviderTagsCommand.ts
index e8acd6275594..5b7ba1561c49 100644
--- a/clients/client-iam/src/commands/ListSAMLProviderTagsCommand.ts
+++ b/clients/client-iam/src/commands/ListSAMLProviderTagsCommand.ts
@@ -102,4 +102,16 @@ export class ListSAMLProviderTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSAMLProviderTagsCommand)
.de(de_ListSAMLProviderTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSAMLProviderTagsRequest;
+ output: ListSAMLProviderTagsResponse;
+ };
+ sdk: {
+ input: ListSAMLProviderTagsCommandInput;
+ output: ListSAMLProviderTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListSAMLProvidersCommand.ts b/clients/client-iam/src/commands/ListSAMLProvidersCommand.ts
index 5d56c966cdd7..d07e92f28863 100644
--- a/clients/client-iam/src/commands/ListSAMLProvidersCommand.ts
+++ b/clients/client-iam/src/commands/ListSAMLProvidersCommand.ts
@@ -90,4 +90,16 @@ export class ListSAMLProvidersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSAMLProvidersCommand)
.de(de_ListSAMLProvidersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: ListSAMLProvidersResponse;
+ };
+ sdk: {
+ input: ListSAMLProvidersCommandInput;
+ output: ListSAMLProvidersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListSSHPublicKeysCommand.ts b/clients/client-iam/src/commands/ListSSHPublicKeysCommand.ts
index 62a994230467..94fd8e25f309 100644
--- a/clients/client-iam/src/commands/ListSSHPublicKeysCommand.ts
+++ b/clients/client-iam/src/commands/ListSSHPublicKeysCommand.ts
@@ -99,4 +99,16 @@ export class ListSSHPublicKeysCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSSHPublicKeysCommand)
.de(de_ListSSHPublicKeysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSSHPublicKeysRequest;
+ output: ListSSHPublicKeysResponse;
+ };
+ sdk: {
+ input: ListSSHPublicKeysCommandInput;
+ output: ListSSHPublicKeysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListServerCertificateTagsCommand.ts b/clients/client-iam/src/commands/ListServerCertificateTagsCommand.ts
index 439ad557ca8d..b30d1a9c1d9f 100644
--- a/clients/client-iam/src/commands/ListServerCertificateTagsCommand.ts
+++ b/clients/client-iam/src/commands/ListServerCertificateTagsCommand.ts
@@ -103,4 +103,16 @@ export class ListServerCertificateTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListServerCertificateTagsCommand)
.de(de_ListServerCertificateTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListServerCertificateTagsRequest;
+ output: ListServerCertificateTagsResponse;
+ };
+ sdk: {
+ input: ListServerCertificateTagsCommandInput;
+ output: ListServerCertificateTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListServerCertificatesCommand.ts b/clients/client-iam/src/commands/ListServerCertificatesCommand.ts
index a78268bd3590..4c60348905f0 100644
--- a/clients/client-iam/src/commands/ListServerCertificatesCommand.ts
+++ b/clients/client-iam/src/commands/ListServerCertificatesCommand.ts
@@ -105,4 +105,16 @@ export class ListServerCertificatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListServerCertificatesCommand)
.de(de_ListServerCertificatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListServerCertificatesRequest;
+ output: ListServerCertificatesResponse;
+ };
+ sdk: {
+ input: ListServerCertificatesCommandInput;
+ output: ListServerCertificatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListServiceSpecificCredentialsCommand.ts b/clients/client-iam/src/commands/ListServiceSpecificCredentialsCommand.ts
index 515b07a1a864..93f25482e302 100644
--- a/clients/client-iam/src/commands/ListServiceSpecificCredentialsCommand.ts
+++ b/clients/client-iam/src/commands/ListServiceSpecificCredentialsCommand.ts
@@ -104,4 +104,16 @@ export class ListServiceSpecificCredentialsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListServiceSpecificCredentialsCommand)
.de(de_ListServiceSpecificCredentialsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListServiceSpecificCredentialsRequest;
+ output: ListServiceSpecificCredentialsResponse;
+ };
+ sdk: {
+ input: ListServiceSpecificCredentialsCommandInput;
+ output: ListServiceSpecificCredentialsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListSigningCertificatesCommand.ts b/clients/client-iam/src/commands/ListSigningCertificatesCommand.ts
index 9c5429c4a4b1..d9e4405cc838 100644
--- a/clients/client-iam/src/commands/ListSigningCertificatesCommand.ts
+++ b/clients/client-iam/src/commands/ListSigningCertificatesCommand.ts
@@ -130,4 +130,16 @@ export class ListSigningCertificatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSigningCertificatesCommand)
.de(de_ListSigningCertificatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSigningCertificatesRequest;
+ output: ListSigningCertificatesResponse;
+ };
+ sdk: {
+ input: ListSigningCertificatesCommandInput;
+ output: ListSigningCertificatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListUserPoliciesCommand.ts b/clients/client-iam/src/commands/ListUserPoliciesCommand.ts
index fb1c200f2767..9b0e7a1e732d 100644
--- a/clients/client-iam/src/commands/ListUserPoliciesCommand.ts
+++ b/clients/client-iam/src/commands/ListUserPoliciesCommand.ts
@@ -98,4 +98,16 @@ export class ListUserPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListUserPoliciesCommand)
.de(de_ListUserPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUserPoliciesRequest;
+ output: ListUserPoliciesResponse;
+ };
+ sdk: {
+ input: ListUserPoliciesCommandInput;
+ output: ListUserPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListUserTagsCommand.ts b/clients/client-iam/src/commands/ListUserTagsCommand.ts
index 2920b126941d..0a4f30f3536c 100644
--- a/clients/client-iam/src/commands/ListUserTagsCommand.ts
+++ b/clients/client-iam/src/commands/ListUserTagsCommand.ts
@@ -121,4 +121,16 @@ export class ListUserTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListUserTagsCommand)
.de(de_ListUserTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUserTagsRequest;
+ output: ListUserTagsResponse;
+ };
+ sdk: {
+ input: ListUserTagsCommandInput;
+ output: ListUserTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListUsersCommand.ts b/clients/client-iam/src/commands/ListUsersCommand.ts
index 5616066eca7e..62d4a58ba16c 100644
--- a/clients/client-iam/src/commands/ListUsersCommand.ts
+++ b/clients/client-iam/src/commands/ListUsersCommand.ts
@@ -152,4 +152,16 @@ export class ListUsersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListUsersCommand)
.de(de_ListUsersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUsersRequest;
+ output: ListUsersResponse;
+ };
+ sdk: {
+ input: ListUsersCommandInput;
+ output: ListUsersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ListVirtualMFADevicesCommand.ts b/clients/client-iam/src/commands/ListVirtualMFADevicesCommand.ts
index e7115324371b..df752f629a46 100644
--- a/clients/client-iam/src/commands/ListVirtualMFADevicesCommand.ts
+++ b/clients/client-iam/src/commands/ListVirtualMFADevicesCommand.ts
@@ -146,4 +146,16 @@ export class ListVirtualMFADevicesCommand extends $Command
.f(void 0, ListVirtualMFADevicesResponseFilterSensitiveLog)
.ser(se_ListVirtualMFADevicesCommand)
.de(de_ListVirtualMFADevicesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVirtualMFADevicesRequest;
+ output: ListVirtualMFADevicesResponse;
+ };
+ sdk: {
+ input: ListVirtualMFADevicesCommandInput;
+ output: ListVirtualMFADevicesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/PutGroupPolicyCommand.ts b/clients/client-iam/src/commands/PutGroupPolicyCommand.ts
index d4f2339c7779..32db9c9fe13b 100644
--- a/clients/client-iam/src/commands/PutGroupPolicyCommand.ts
+++ b/clients/client-iam/src/commands/PutGroupPolicyCommand.ts
@@ -124,4 +124,16 @@ export class PutGroupPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutGroupPolicyCommand)
.de(de_PutGroupPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutGroupPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutGroupPolicyCommandInput;
+ output: PutGroupPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/PutRolePermissionsBoundaryCommand.ts b/clients/client-iam/src/commands/PutRolePermissionsBoundaryCommand.ts
index ab0f27bce701..b1b817bbf34a 100644
--- a/clients/client-iam/src/commands/PutRolePermissionsBoundaryCommand.ts
+++ b/clients/client-iam/src/commands/PutRolePermissionsBoundaryCommand.ts
@@ -109,4 +109,16 @@ export class PutRolePermissionsBoundaryCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRolePermissionsBoundaryCommand)
.de(de_PutRolePermissionsBoundaryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRolePermissionsBoundaryRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutRolePermissionsBoundaryCommandInput;
+ output: PutRolePermissionsBoundaryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/PutRolePolicyCommand.ts b/clients/client-iam/src/commands/PutRolePolicyCommand.ts
index 0df95b7e4009..e178d48f7479 100644
--- a/clients/client-iam/src/commands/PutRolePolicyCommand.ts
+++ b/clients/client-iam/src/commands/PutRolePolicyCommand.ts
@@ -140,4 +140,16 @@ export class PutRolePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRolePolicyCommand)
.de(de_PutRolePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRolePolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutRolePolicyCommandInput;
+ output: PutRolePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/PutUserPermissionsBoundaryCommand.ts b/clients/client-iam/src/commands/PutUserPermissionsBoundaryCommand.ts
index b207f8d54e34..800dff023273 100644
--- a/clients/client-iam/src/commands/PutUserPermissionsBoundaryCommand.ts
+++ b/clients/client-iam/src/commands/PutUserPermissionsBoundaryCommand.ts
@@ -102,4 +102,16 @@ export class PutUserPermissionsBoundaryCommand extends $Command
.f(void 0, void 0)
.ser(se_PutUserPermissionsBoundaryCommand)
.de(de_PutUserPermissionsBoundaryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutUserPermissionsBoundaryRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutUserPermissionsBoundaryCommandInput;
+ output: PutUserPermissionsBoundaryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/PutUserPolicyCommand.ts b/clients/client-iam/src/commands/PutUserPolicyCommand.ts
index a3a59ac67466..9d02144e231e 100644
--- a/clients/client-iam/src/commands/PutUserPolicyCommand.ts
+++ b/clients/client-iam/src/commands/PutUserPolicyCommand.ts
@@ -124,4 +124,16 @@ export class PutUserPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutUserPolicyCommand)
.de(de_PutUserPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutUserPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutUserPolicyCommandInput;
+ output: PutUserPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/RemoveClientIDFromOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/RemoveClientIDFromOpenIDConnectProviderCommand.ts
index d0ed51e8e912..a240a892f72a 100644
--- a/clients/client-iam/src/commands/RemoveClientIDFromOpenIDConnectProviderCommand.ts
+++ b/clients/client-iam/src/commands/RemoveClientIDFromOpenIDConnectProviderCommand.ts
@@ -96,4 +96,16 @@ export class RemoveClientIDFromOpenIDConnectProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveClientIDFromOpenIDConnectProviderCommand)
.de(de_RemoveClientIDFromOpenIDConnectProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveClientIDFromOpenIDConnectProviderRequest;
+ output: {};
+ };
+ sdk: {
+ input: RemoveClientIDFromOpenIDConnectProviderCommandInput;
+ output: RemoveClientIDFromOpenIDConnectProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/RemoveRoleFromInstanceProfileCommand.ts b/clients/client-iam/src/commands/RemoveRoleFromInstanceProfileCommand.ts
index dc68b6dbb62f..fab228590857 100644
--- a/clients/client-iam/src/commands/RemoveRoleFromInstanceProfileCommand.ts
+++ b/clients/client-iam/src/commands/RemoveRoleFromInstanceProfileCommand.ts
@@ -119,4 +119,16 @@ export class RemoveRoleFromInstanceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveRoleFromInstanceProfileCommand)
.de(de_RemoveRoleFromInstanceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveRoleFromInstanceProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: RemoveRoleFromInstanceProfileCommandInput;
+ output: RemoveRoleFromInstanceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/RemoveUserFromGroupCommand.ts b/clients/client-iam/src/commands/RemoveUserFromGroupCommand.ts
index 93e7a58055b5..43ac34c5a362 100644
--- a/clients/client-iam/src/commands/RemoveUserFromGroupCommand.ts
+++ b/clients/client-iam/src/commands/RemoveUserFromGroupCommand.ts
@@ -100,4 +100,16 @@ export class RemoveUserFromGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveUserFromGroupCommand)
.de(de_RemoveUserFromGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveUserFromGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: RemoveUserFromGroupCommandInput;
+ output: RemoveUserFromGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ResetServiceSpecificCredentialCommand.ts b/clients/client-iam/src/commands/ResetServiceSpecificCredentialCommand.ts
index eedce7bceae9..a4c0d46c5a08 100644
--- a/clients/client-iam/src/commands/ResetServiceSpecificCredentialCommand.ts
+++ b/clients/client-iam/src/commands/ResetServiceSpecificCredentialCommand.ts
@@ -102,4 +102,16 @@ export class ResetServiceSpecificCredentialCommand extends $Command
.f(void 0, ResetServiceSpecificCredentialResponseFilterSensitiveLog)
.ser(se_ResetServiceSpecificCredentialCommand)
.de(de_ResetServiceSpecificCredentialCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResetServiceSpecificCredentialRequest;
+ output: ResetServiceSpecificCredentialResponse;
+ };
+ sdk: {
+ input: ResetServiceSpecificCredentialCommandInput;
+ output: ResetServiceSpecificCredentialCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/ResyncMFADeviceCommand.ts b/clients/client-iam/src/commands/ResyncMFADeviceCommand.ts
index 552180b3bf8a..191b546f7a08 100644
--- a/clients/client-iam/src/commands/ResyncMFADeviceCommand.ts
+++ b/clients/client-iam/src/commands/ResyncMFADeviceCommand.ts
@@ -101,4 +101,16 @@ export class ResyncMFADeviceCommand extends $Command
.f(void 0, void 0)
.ser(se_ResyncMFADeviceCommand)
.de(de_ResyncMFADeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResyncMFADeviceRequest;
+ output: {};
+ };
+ sdk: {
+ input: ResyncMFADeviceCommandInput;
+ output: ResyncMFADeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/SetDefaultPolicyVersionCommand.ts b/clients/client-iam/src/commands/SetDefaultPolicyVersionCommand.ts
index bc544434ed80..33e729968df4 100644
--- a/clients/client-iam/src/commands/SetDefaultPolicyVersionCommand.ts
+++ b/clients/client-iam/src/commands/SetDefaultPolicyVersionCommand.ts
@@ -97,4 +97,16 @@ export class SetDefaultPolicyVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_SetDefaultPolicyVersionCommand)
.de(de_SetDefaultPolicyVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetDefaultPolicyVersionRequest;
+ output: {};
+ };
+ sdk: {
+ input: SetDefaultPolicyVersionCommandInput;
+ output: SetDefaultPolicyVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/SetSecurityTokenServicePreferencesCommand.ts b/clients/client-iam/src/commands/SetSecurityTokenServicePreferencesCommand.ts
index c02c7a87f6af..cb257c312210 100644
--- a/clients/client-iam/src/commands/SetSecurityTokenServicePreferencesCommand.ts
+++ b/clients/client-iam/src/commands/SetSecurityTokenServicePreferencesCommand.ts
@@ -111,4 +111,16 @@ export class SetSecurityTokenServicePreferencesCommand extends $Command
.f(void 0, void 0)
.ser(se_SetSecurityTokenServicePreferencesCommand)
.de(de_SetSecurityTokenServicePreferencesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetSecurityTokenServicePreferencesRequest;
+ output: {};
+ };
+ sdk: {
+ input: SetSecurityTokenServicePreferencesCommandInput;
+ output: SetSecurityTokenServicePreferencesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/SimulateCustomPolicyCommand.ts b/clients/client-iam/src/commands/SimulateCustomPolicyCommand.ts
index 120100cef09f..873f00044b3e 100644
--- a/clients/client-iam/src/commands/SimulateCustomPolicyCommand.ts
+++ b/clients/client-iam/src/commands/SimulateCustomPolicyCommand.ts
@@ -197,4 +197,16 @@ export class SimulateCustomPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_SimulateCustomPolicyCommand)
.de(de_SimulateCustomPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SimulateCustomPolicyRequest;
+ output: SimulatePolicyResponse;
+ };
+ sdk: {
+ input: SimulateCustomPolicyCommandInput;
+ output: SimulateCustomPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/SimulatePrincipalPolicyCommand.ts b/clients/client-iam/src/commands/SimulatePrincipalPolicyCommand.ts
index 2fd43fd73ece..3c0240432d85 100644
--- a/clients/client-iam/src/commands/SimulatePrincipalPolicyCommand.ts
+++ b/clients/client-iam/src/commands/SimulatePrincipalPolicyCommand.ts
@@ -211,4 +211,16 @@ export class SimulatePrincipalPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_SimulatePrincipalPolicyCommand)
.de(de_SimulatePrincipalPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SimulatePrincipalPolicyRequest;
+ output: SimulatePolicyResponse;
+ };
+ sdk: {
+ input: SimulatePrincipalPolicyCommandInput;
+ output: SimulatePrincipalPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/TagInstanceProfileCommand.ts b/clients/client-iam/src/commands/TagInstanceProfileCommand.ts
index efee3576f64a..53b1533a496d 100644
--- a/clients/client-iam/src/commands/TagInstanceProfileCommand.ts
+++ b/clients/client-iam/src/commands/TagInstanceProfileCommand.ts
@@ -136,4 +136,16 @@ export class TagInstanceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_TagInstanceProfileCommand)
.de(de_TagInstanceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagInstanceProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagInstanceProfileCommandInput;
+ output: TagInstanceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/TagMFADeviceCommand.ts b/clients/client-iam/src/commands/TagMFADeviceCommand.ts
index 69cd5b28052e..733ba925d0e2 100644
--- a/clients/client-iam/src/commands/TagMFADeviceCommand.ts
+++ b/clients/client-iam/src/commands/TagMFADeviceCommand.ts
@@ -137,4 +137,16 @@ export class TagMFADeviceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagMFADeviceCommand)
.de(de_TagMFADeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagMFADeviceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagMFADeviceCommandInput;
+ output: TagMFADeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/TagOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/TagOpenIDConnectProviderCommand.ts
index edc616032fbe..666fb0a935c1 100644
--- a/clients/client-iam/src/commands/TagOpenIDConnectProviderCommand.ts
+++ b/clients/client-iam/src/commands/TagOpenIDConnectProviderCommand.ts
@@ -138,4 +138,16 @@ export class TagOpenIDConnectProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_TagOpenIDConnectProviderCommand)
.de(de_TagOpenIDConnectProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagOpenIDConnectProviderRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagOpenIDConnectProviderCommandInput;
+ output: TagOpenIDConnectProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/TagPolicyCommand.ts b/clients/client-iam/src/commands/TagPolicyCommand.ts
index 53b61a9b64e4..6e10b94f8158 100644
--- a/clients/client-iam/src/commands/TagPolicyCommand.ts
+++ b/clients/client-iam/src/commands/TagPolicyCommand.ts
@@ -136,4 +136,16 @@ export class TagPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_TagPolicyCommand)
.de(de_TagPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagPolicyCommandInput;
+ output: TagPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/TagRoleCommand.ts b/clients/client-iam/src/commands/TagRoleCommand.ts
index 5cd32b844824..ff5517452fab 100644
--- a/clients/client-iam/src/commands/TagRoleCommand.ts
+++ b/clients/client-iam/src/commands/TagRoleCommand.ts
@@ -166,4 +166,16 @@ export class TagRoleCommand extends $Command
.f(void 0, void 0)
.ser(se_TagRoleCommand)
.de(de_TagRoleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagRoleRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagRoleCommandInput;
+ output: TagRoleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/TagSAMLProviderCommand.ts b/clients/client-iam/src/commands/TagSAMLProviderCommand.ts
index 8c8838b6a526..8e8217a8b536 100644
--- a/clients/client-iam/src/commands/TagSAMLProviderCommand.ts
+++ b/clients/client-iam/src/commands/TagSAMLProviderCommand.ts
@@ -138,4 +138,16 @@ export class TagSAMLProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_TagSAMLProviderCommand)
.de(de_TagSAMLProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagSAMLProviderRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagSAMLProviderCommandInput;
+ output: TagSAMLProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/TagServerCertificateCommand.ts b/clients/client-iam/src/commands/TagServerCertificateCommand.ts
index 7fa565fc4ce8..58487070462b 100644
--- a/clients/client-iam/src/commands/TagServerCertificateCommand.ts
+++ b/clients/client-iam/src/commands/TagServerCertificateCommand.ts
@@ -148,4 +148,16 @@ export class TagServerCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_TagServerCertificateCommand)
.de(de_TagServerCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagServerCertificateRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagServerCertificateCommandInput;
+ output: TagServerCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/TagUserCommand.ts b/clients/client-iam/src/commands/TagUserCommand.ts
index b6f3871d2ee3..8f7453254ab8 100644
--- a/clients/client-iam/src/commands/TagUserCommand.ts
+++ b/clients/client-iam/src/commands/TagUserCommand.ts
@@ -165,4 +165,16 @@ export class TagUserCommand extends $Command
.f(void 0, void 0)
.ser(se_TagUserCommand)
.de(de_TagUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagUserCommandInput;
+ output: TagUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UntagInstanceProfileCommand.ts b/clients/client-iam/src/commands/UntagInstanceProfileCommand.ts
index 01412c2332a9..b3229a911ccb 100644
--- a/clients/client-iam/src/commands/UntagInstanceProfileCommand.ts
+++ b/clients/client-iam/src/commands/UntagInstanceProfileCommand.ts
@@ -95,4 +95,16 @@ export class UntagInstanceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagInstanceProfileCommand)
.de(de_UntagInstanceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagInstanceProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagInstanceProfileCommandInput;
+ output: UntagInstanceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UntagMFADeviceCommand.ts b/clients/client-iam/src/commands/UntagMFADeviceCommand.ts
index 138da279564f..0987173412c2 100644
--- a/clients/client-iam/src/commands/UntagMFADeviceCommand.ts
+++ b/clients/client-iam/src/commands/UntagMFADeviceCommand.ts
@@ -96,4 +96,16 @@ export class UntagMFADeviceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagMFADeviceCommand)
.de(de_UntagMFADeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagMFADeviceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagMFADeviceCommandInput;
+ output: UntagMFADeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UntagOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/UntagOpenIDConnectProviderCommand.ts
index a78e343e138f..036f3aaeb0bd 100644
--- a/clients/client-iam/src/commands/UntagOpenIDConnectProviderCommand.ts
+++ b/clients/client-iam/src/commands/UntagOpenIDConnectProviderCommand.ts
@@ -97,4 +97,16 @@ export class UntagOpenIDConnectProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagOpenIDConnectProviderCommand)
.de(de_UntagOpenIDConnectProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagOpenIDConnectProviderRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagOpenIDConnectProviderCommandInput;
+ output: UntagOpenIDConnectProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UntagPolicyCommand.ts b/clients/client-iam/src/commands/UntagPolicyCommand.ts
index ad8b4e4b4455..e0c546f769d3 100644
--- a/clients/client-iam/src/commands/UntagPolicyCommand.ts
+++ b/clients/client-iam/src/commands/UntagPolicyCommand.ts
@@ -95,4 +95,16 @@ export class UntagPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagPolicyCommand)
.de(de_UntagPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagPolicyCommandInput;
+ output: UntagPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UntagRoleCommand.ts b/clients/client-iam/src/commands/UntagRoleCommand.ts
index 05c5221b3240..3cad0c874b94 100644
--- a/clients/client-iam/src/commands/UntagRoleCommand.ts
+++ b/clients/client-iam/src/commands/UntagRoleCommand.ts
@@ -105,4 +105,16 @@ export class UntagRoleCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagRoleCommand)
.de(de_UntagRoleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagRoleRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagRoleCommandInput;
+ output: UntagRoleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UntagSAMLProviderCommand.ts b/clients/client-iam/src/commands/UntagSAMLProviderCommand.ts
index 0586fef3eb7e..67b2f5251167 100644
--- a/clients/client-iam/src/commands/UntagSAMLProviderCommand.ts
+++ b/clients/client-iam/src/commands/UntagSAMLProviderCommand.ts
@@ -97,4 +97,16 @@ export class UntagSAMLProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagSAMLProviderCommand)
.de(de_UntagSAMLProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagSAMLProviderRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagSAMLProviderCommandInput;
+ output: UntagSAMLProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UntagServerCertificateCommand.ts b/clients/client-iam/src/commands/UntagServerCertificateCommand.ts
index 50ad0ae146c5..aa6fd55e7921 100644
--- a/clients/client-iam/src/commands/UntagServerCertificateCommand.ts
+++ b/clients/client-iam/src/commands/UntagServerCertificateCommand.ts
@@ -103,4 +103,16 @@ export class UntagServerCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagServerCertificateCommand)
.de(de_UntagServerCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagServerCertificateRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagServerCertificateCommandInput;
+ output: UntagServerCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UntagUserCommand.ts b/clients/client-iam/src/commands/UntagUserCommand.ts
index 30479510e980..1411b07f10a3 100644
--- a/clients/client-iam/src/commands/UntagUserCommand.ts
+++ b/clients/client-iam/src/commands/UntagUserCommand.ts
@@ -105,4 +105,16 @@ export class UntagUserCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagUserCommand)
.de(de_UntagUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagUserCommandInput;
+ output: UntagUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UpdateAccessKeyCommand.ts b/clients/client-iam/src/commands/UpdateAccessKeyCommand.ts
index 593a3e6ad3eb..41828abdcb7b 100644
--- a/clients/client-iam/src/commands/UpdateAccessKeyCommand.ts
+++ b/clients/client-iam/src/commands/UpdateAccessKeyCommand.ts
@@ -112,4 +112,16 @@ export class UpdateAccessKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAccessKeyCommand)
.de(de_UpdateAccessKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAccessKeyRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateAccessKeyCommandInput;
+ output: UpdateAccessKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UpdateAccountPasswordPolicyCommand.ts b/clients/client-iam/src/commands/UpdateAccountPasswordPolicyCommand.ts
index 8da9f50e4b67..a99540c46d03 100644
--- a/clients/client-iam/src/commands/UpdateAccountPasswordPolicyCommand.ts
+++ b/clients/client-iam/src/commands/UpdateAccountPasswordPolicyCommand.ts
@@ -121,4 +121,16 @@ export class UpdateAccountPasswordPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAccountPasswordPolicyCommand)
.de(de_UpdateAccountPasswordPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAccountPasswordPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateAccountPasswordPolicyCommandInput;
+ output: UpdateAccountPasswordPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UpdateAssumeRolePolicyCommand.ts b/clients/client-iam/src/commands/UpdateAssumeRolePolicyCommand.ts
index 54ad1858b072..393a50dc87a8 100644
--- a/clients/client-iam/src/commands/UpdateAssumeRolePolicyCommand.ts
+++ b/clients/client-iam/src/commands/UpdateAssumeRolePolicyCommand.ts
@@ -113,4 +113,16 @@ export class UpdateAssumeRolePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAssumeRolePolicyCommand)
.de(de_UpdateAssumeRolePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAssumeRolePolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateAssumeRolePolicyCommandInput;
+ output: UpdateAssumeRolePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UpdateGroupCommand.ts b/clients/client-iam/src/commands/UpdateGroupCommand.ts
index 4f285ed0a2fe..962ac31b794c 100644
--- a/clients/client-iam/src/commands/UpdateGroupCommand.ts
+++ b/clients/client-iam/src/commands/UpdateGroupCommand.ts
@@ -119,4 +119,16 @@ export class UpdateGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateGroupCommand)
.de(de_UpdateGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateGroupCommandInput;
+ output: UpdateGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UpdateLoginProfileCommand.ts b/clients/client-iam/src/commands/UpdateLoginProfileCommand.ts
index 93637f815fc6..295619b1aaf0 100644
--- a/clients/client-iam/src/commands/UpdateLoginProfileCommand.ts
+++ b/clients/client-iam/src/commands/UpdateLoginProfileCommand.ts
@@ -117,4 +117,16 @@ export class UpdateLoginProfileCommand extends $Command
.f(UpdateLoginProfileRequestFilterSensitiveLog, void 0)
.ser(se_UpdateLoginProfileCommand)
.de(de_UpdateLoginProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLoginProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateLoginProfileCommandInput;
+ output: UpdateLoginProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UpdateOpenIDConnectProviderThumbprintCommand.ts b/clients/client-iam/src/commands/UpdateOpenIDConnectProviderThumbprintCommand.ts
index 6a1f464a7c0b..3876a8b88969 100644
--- a/clients/client-iam/src/commands/UpdateOpenIDConnectProviderThumbprintCommand.ts
+++ b/clients/client-iam/src/commands/UpdateOpenIDConnectProviderThumbprintCommand.ts
@@ -115,4 +115,16 @@ export class UpdateOpenIDConnectProviderThumbprintCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateOpenIDConnectProviderThumbprintCommand)
.de(de_UpdateOpenIDConnectProviderThumbprintCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateOpenIDConnectProviderThumbprintRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateOpenIDConnectProviderThumbprintCommandInput;
+ output: UpdateOpenIDConnectProviderThumbprintCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UpdateRoleCommand.ts b/clients/client-iam/src/commands/UpdateRoleCommand.ts
index fea366ee2fdb..9cc8828d8184 100644
--- a/clients/client-iam/src/commands/UpdateRoleCommand.ts
+++ b/clients/client-iam/src/commands/UpdateRoleCommand.ts
@@ -91,4 +91,16 @@ export class UpdateRoleCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRoleCommand)
.de(de_UpdateRoleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRoleRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateRoleCommandInput;
+ output: UpdateRoleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UpdateRoleDescriptionCommand.ts b/clients/client-iam/src/commands/UpdateRoleDescriptionCommand.ts
index 4bbf4b1551e4..d1a2ae266c36 100644
--- a/clients/client-iam/src/commands/UpdateRoleDescriptionCommand.ts
+++ b/clients/client-iam/src/commands/UpdateRoleDescriptionCommand.ts
@@ -117,4 +117,16 @@ export class UpdateRoleDescriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRoleDescriptionCommand)
.de(de_UpdateRoleDescriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRoleDescriptionRequest;
+ output: UpdateRoleDescriptionResponse;
+ };
+ sdk: {
+ input: UpdateRoleDescriptionCommandInput;
+ output: UpdateRoleDescriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UpdateSAMLProviderCommand.ts b/clients/client-iam/src/commands/UpdateSAMLProviderCommand.ts
index 0325f1cadada..c49e0bea24fb 100644
--- a/clients/client-iam/src/commands/UpdateSAMLProviderCommand.ts
+++ b/clients/client-iam/src/commands/UpdateSAMLProviderCommand.ts
@@ -97,4 +97,16 @@ export class UpdateSAMLProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSAMLProviderCommand)
.de(de_UpdateSAMLProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSAMLProviderRequest;
+ output: UpdateSAMLProviderResponse;
+ };
+ sdk: {
+ input: UpdateSAMLProviderCommandInput;
+ output: UpdateSAMLProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UpdateSSHPublicKeyCommand.ts b/clients/client-iam/src/commands/UpdateSSHPublicKeyCommand.ts
index f2a23da00102..668174ba99cf 100644
--- a/clients/client-iam/src/commands/UpdateSSHPublicKeyCommand.ts
+++ b/clients/client-iam/src/commands/UpdateSSHPublicKeyCommand.ts
@@ -87,4 +87,16 @@ export class UpdateSSHPublicKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSSHPublicKeyCommand)
.de(de_UpdateSSHPublicKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSSHPublicKeyRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateSSHPublicKeyCommandInput;
+ output: UpdateSSHPublicKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UpdateServerCertificateCommand.ts b/clients/client-iam/src/commands/UpdateServerCertificateCommand.ts
index d0d6e136e726..62c639c4e3da 100644
--- a/clients/client-iam/src/commands/UpdateServerCertificateCommand.ts
+++ b/clients/client-iam/src/commands/UpdateServerCertificateCommand.ts
@@ -112,4 +112,16 @@ export class UpdateServerCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateServerCertificateCommand)
.de(de_UpdateServerCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateServerCertificateRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateServerCertificateCommandInput;
+ output: UpdateServerCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UpdateServiceSpecificCredentialCommand.ts b/clients/client-iam/src/commands/UpdateServiceSpecificCredentialCommand.ts
index a6a9ce895365..cc57b53df112 100644
--- a/clients/client-iam/src/commands/UpdateServiceSpecificCredentialCommand.ts
+++ b/clients/client-iam/src/commands/UpdateServiceSpecificCredentialCommand.ts
@@ -87,4 +87,16 @@ export class UpdateServiceSpecificCredentialCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateServiceSpecificCredentialCommand)
.de(de_UpdateServiceSpecificCredentialCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateServiceSpecificCredentialRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateServiceSpecificCredentialCommandInput;
+ output: UpdateServiceSpecificCredentialCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UpdateSigningCertificateCommand.ts b/clients/client-iam/src/commands/UpdateSigningCertificateCommand.ts
index b0b026e1ac79..7c9bec7b0735 100644
--- a/clients/client-iam/src/commands/UpdateSigningCertificateCommand.ts
+++ b/clients/client-iam/src/commands/UpdateSigningCertificateCommand.ts
@@ -109,4 +109,16 @@ export class UpdateSigningCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSigningCertificateCommand)
.de(de_UpdateSigningCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSigningCertificateRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateSigningCertificateCommandInput;
+ output: UpdateSigningCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UpdateUserCommand.ts b/clients/client-iam/src/commands/UpdateUserCommand.ts
index cc159a86cc52..dcf648d827ff 100644
--- a/clients/client-iam/src/commands/UpdateUserCommand.ts
+++ b/clients/client-iam/src/commands/UpdateUserCommand.ts
@@ -127,4 +127,16 @@ export class UpdateUserCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateUserCommand)
.de(de_UpdateUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateUserCommandInput;
+ output: UpdateUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UploadSSHPublicKeyCommand.ts b/clients/client-iam/src/commands/UploadSSHPublicKeyCommand.ts
index 9daa4da6286c..daa8592023a6 100644
--- a/clients/client-iam/src/commands/UploadSSHPublicKeyCommand.ts
+++ b/clients/client-iam/src/commands/UploadSSHPublicKeyCommand.ts
@@ -108,4 +108,16 @@ export class UploadSSHPublicKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_UploadSSHPublicKeyCommand)
.de(de_UploadSSHPublicKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UploadSSHPublicKeyRequest;
+ output: UploadSSHPublicKeyResponse;
+ };
+ sdk: {
+ input: UploadSSHPublicKeyCommandInput;
+ output: UploadSSHPublicKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UploadServerCertificateCommand.ts b/clients/client-iam/src/commands/UploadServerCertificateCommand.ts
index 0fccd1006f75..be48434b5b10 100644
--- a/clients/client-iam/src/commands/UploadServerCertificateCommand.ts
+++ b/clients/client-iam/src/commands/UploadServerCertificateCommand.ts
@@ -181,4 +181,16 @@ export class UploadServerCertificateCommand extends $Command
.f(UploadServerCertificateRequestFilterSensitiveLog, void 0)
.ser(se_UploadServerCertificateCommand)
.de(de_UploadServerCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UploadServerCertificateRequest;
+ output: UploadServerCertificateResponse;
+ };
+ sdk: {
+ input: UploadServerCertificateCommandInput;
+ output: UploadServerCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iam/src/commands/UploadSigningCertificateCommand.ts b/clients/client-iam/src/commands/UploadSigningCertificateCommand.ts
index 6377c80c4b25..d06d5a36d41f 100644
--- a/clients/client-iam/src/commands/UploadSigningCertificateCommand.ts
+++ b/clients/client-iam/src/commands/UploadSigningCertificateCommand.ts
@@ -157,4 +157,16 @@ export class UploadSigningCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_UploadSigningCertificateCommand)
.de(de_UploadSigningCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UploadSigningCertificateRequest;
+ output: UploadSigningCertificateResponse;
+ };
+ sdk: {
+ input: UploadSigningCertificateCommandInput;
+ output: UploadSigningCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-identitystore/package.json b/clients/client-identitystore/package.json
index c9a9800a65f2..523014a463d0 100644
--- a/clients/client-identitystore/package.json
+++ b/clients/client-identitystore/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-identitystore/src/commands/CreateGroupCommand.ts b/clients/client-identitystore/src/commands/CreateGroupCommand.ts
index aef5f562daf1..e607dc5936a7 100644
--- a/clients/client-identitystore/src/commands/CreateGroupCommand.ts
+++ b/clients/client-identitystore/src/commands/CreateGroupCommand.ts
@@ -109,4 +109,16 @@ export class CreateGroupCommand extends $Command
.f(CreateGroupRequestFilterSensitiveLog, void 0)
.ser(se_CreateGroupCommand)
.de(de_CreateGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGroupRequest;
+ output: CreateGroupResponse;
+ };
+ sdk: {
+ input: CreateGroupCommandInput;
+ output: CreateGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-identitystore/src/commands/CreateGroupMembershipCommand.ts b/clients/client-identitystore/src/commands/CreateGroupMembershipCommand.ts
index 5c3be47f71a3..afca47daf390 100644
--- a/clients/client-identitystore/src/commands/CreateGroupMembershipCommand.ts
+++ b/clients/client-identitystore/src/commands/CreateGroupMembershipCommand.ts
@@ -111,4 +111,16 @@ export class CreateGroupMembershipCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateGroupMembershipCommand)
.de(de_CreateGroupMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGroupMembershipRequest;
+ output: CreateGroupMembershipResponse;
+ };
+ sdk: {
+ input: CreateGroupMembershipCommandInput;
+ output: CreateGroupMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-identitystore/src/commands/CreateUserCommand.ts b/clients/client-identitystore/src/commands/CreateUserCommand.ts
index 62d17554b259..5b3ce09bb3d5 100644
--- a/clients/client-identitystore/src/commands/CreateUserCommand.ts
+++ b/clients/client-identitystore/src/commands/CreateUserCommand.ts
@@ -150,4 +150,16 @@ export class CreateUserCommand extends $Command
.f(CreateUserRequestFilterSensitiveLog, void 0)
.ser(se_CreateUserCommand)
.de(de_CreateUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateUserRequest;
+ output: CreateUserResponse;
+ };
+ sdk: {
+ input: CreateUserCommandInput;
+ output: CreateUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-identitystore/src/commands/DeleteGroupCommand.ts b/clients/client-identitystore/src/commands/DeleteGroupCommand.ts
index a0a91329df09..53e6fa9559af 100644
--- a/clients/client-identitystore/src/commands/DeleteGroupCommand.ts
+++ b/clients/client-identitystore/src/commands/DeleteGroupCommand.ts
@@ -102,4 +102,16 @@ export class DeleteGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteGroupCommand)
.de(de_DeleteGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteGroupCommandInput;
+ output: DeleteGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-identitystore/src/commands/DeleteGroupMembershipCommand.ts b/clients/client-identitystore/src/commands/DeleteGroupMembershipCommand.ts
index 3b0fb47e1d62..2f2fb72c4427 100644
--- a/clients/client-identitystore/src/commands/DeleteGroupMembershipCommand.ts
+++ b/clients/client-identitystore/src/commands/DeleteGroupMembershipCommand.ts
@@ -102,4 +102,16 @@ export class DeleteGroupMembershipCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteGroupMembershipCommand)
.de(de_DeleteGroupMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteGroupMembershipRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteGroupMembershipCommandInput;
+ output: DeleteGroupMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-identitystore/src/commands/DeleteUserCommand.ts b/clients/client-identitystore/src/commands/DeleteUserCommand.ts
index e85f165981b6..e3e1cda7af7d 100644
--- a/clients/client-identitystore/src/commands/DeleteUserCommand.ts
+++ b/clients/client-identitystore/src/commands/DeleteUserCommand.ts
@@ -102,4 +102,16 @@ export class DeleteUserCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteUserCommand)
.de(de_DeleteUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteUserCommandInput;
+ output: DeleteUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-identitystore/src/commands/DescribeGroupCommand.ts b/clients/client-identitystore/src/commands/DescribeGroupCommand.ts
index bfc687e0d30c..da58bf3d9ca8 100644
--- a/clients/client-identitystore/src/commands/DescribeGroupCommand.ts
+++ b/clients/client-identitystore/src/commands/DescribeGroupCommand.ts
@@ -112,4 +112,16 @@ export class DescribeGroupCommand extends $Command
.f(void 0, DescribeGroupResponseFilterSensitiveLog)
.ser(se_DescribeGroupCommand)
.de(de_DescribeGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeGroupRequest;
+ output: DescribeGroupResponse;
+ };
+ sdk: {
+ input: DescribeGroupCommandInput;
+ output: DescribeGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-identitystore/src/commands/DescribeGroupMembershipCommand.ts b/clients/client-identitystore/src/commands/DescribeGroupMembershipCommand.ts
index 065901f71003..425e328b3b67 100644
--- a/clients/client-identitystore/src/commands/DescribeGroupMembershipCommand.ts
+++ b/clients/client-identitystore/src/commands/DescribeGroupMembershipCommand.ts
@@ -103,4 +103,16 @@ export class DescribeGroupMembershipCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeGroupMembershipCommand)
.de(de_DescribeGroupMembershipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeGroupMembershipRequest;
+ output: DescribeGroupMembershipResponse;
+ };
+ sdk: {
+ input: DescribeGroupMembershipCommandInput;
+ output: DescribeGroupMembershipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-identitystore/src/commands/DescribeUserCommand.ts b/clients/client-identitystore/src/commands/DescribeUserCommand.ts
index 1d9c8f520b08..cf8fb888de3d 100644
--- a/clients/client-identitystore/src/commands/DescribeUserCommand.ts
+++ b/clients/client-identitystore/src/commands/DescribeUserCommand.ts
@@ -148,4 +148,16 @@ export class DescribeUserCommand extends $Command
.f(void 0, DescribeUserResponseFilterSensitiveLog)
.ser(se_DescribeUserCommand)
.de(de_DescribeUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeUserRequest;
+ output: DescribeUserResponse;
+ };
+ sdk: {
+ input: DescribeUserCommandInput;
+ output: DescribeUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-identitystore/src/commands/GetGroupIdCommand.ts b/clients/client-identitystore/src/commands/GetGroupIdCommand.ts
index 67a7976efdf2..1018697e07e6 100644
--- a/clients/client-identitystore/src/commands/GetGroupIdCommand.ts
+++ b/clients/client-identitystore/src/commands/GetGroupIdCommand.ts
@@ -108,4 +108,16 @@ export class GetGroupIdCommand extends $Command
.f(GetGroupIdRequestFilterSensitiveLog, void 0)
.ser(se_GetGroupIdCommand)
.de(de_GetGroupIdCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetGroupIdRequest;
+ output: GetGroupIdResponse;
+ };
+ sdk: {
+ input: GetGroupIdCommandInput;
+ output: GetGroupIdCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-identitystore/src/commands/GetGroupMembershipIdCommand.ts b/clients/client-identitystore/src/commands/GetGroupMembershipIdCommand.ts
index 96330ae2c16e..dca3e6105cd3 100644
--- a/clients/client-identitystore/src/commands/GetGroupMembershipIdCommand.ts
+++ b/clients/client-identitystore/src/commands/GetGroupMembershipIdCommand.ts
@@ -102,4 +102,16 @@ export class GetGroupMembershipIdCommand extends $Command
.f(void 0, void 0)
.ser(se_GetGroupMembershipIdCommand)
.de(de_GetGroupMembershipIdCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetGroupMembershipIdRequest;
+ output: GetGroupMembershipIdResponse;
+ };
+ sdk: {
+ input: GetGroupMembershipIdCommandInput;
+ output: GetGroupMembershipIdCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-identitystore/src/commands/GetUserIdCommand.ts b/clients/client-identitystore/src/commands/GetUserIdCommand.ts
index 02372d4b19f7..babaf198099d 100644
--- a/clients/client-identitystore/src/commands/GetUserIdCommand.ts
+++ b/clients/client-identitystore/src/commands/GetUserIdCommand.ts
@@ -108,4 +108,16 @@ export class GetUserIdCommand extends $Command
.f(GetUserIdRequestFilterSensitiveLog, void 0)
.ser(se_GetUserIdCommand)
.de(de_GetUserIdCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUserIdRequest;
+ output: GetUserIdResponse;
+ };
+ sdk: {
+ input: GetUserIdCommandInput;
+ output: GetUserIdCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-identitystore/src/commands/IsMemberInGroupsCommand.ts b/clients/client-identitystore/src/commands/IsMemberInGroupsCommand.ts
index 446639a17d67..23131e6fb47d 100644
--- a/clients/client-identitystore/src/commands/IsMemberInGroupsCommand.ts
+++ b/clients/client-identitystore/src/commands/IsMemberInGroupsCommand.ts
@@ -115,4 +115,16 @@ export class IsMemberInGroupsCommand extends $Command
.f(void 0, IsMemberInGroupsResponseFilterSensitiveLog)
.ser(se_IsMemberInGroupsCommand)
.de(de_IsMemberInGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: IsMemberInGroupsRequest;
+ output: IsMemberInGroupsResponse;
+ };
+ sdk: {
+ input: IsMemberInGroupsCommandInput;
+ output: IsMemberInGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-identitystore/src/commands/ListGroupMembershipsCommand.ts b/clients/client-identitystore/src/commands/ListGroupMembershipsCommand.ts
index a0b2f025fd5b..1757ff000e61 100644
--- a/clients/client-identitystore/src/commands/ListGroupMembershipsCommand.ts
+++ b/clients/client-identitystore/src/commands/ListGroupMembershipsCommand.ts
@@ -110,4 +110,16 @@ export class ListGroupMembershipsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListGroupMembershipsCommand)
.de(de_ListGroupMembershipsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGroupMembershipsRequest;
+ output: ListGroupMembershipsResponse;
+ };
+ sdk: {
+ input: ListGroupMembershipsCommandInput;
+ output: ListGroupMembershipsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-identitystore/src/commands/ListGroupMembershipsForMemberCommand.ts b/clients/client-identitystore/src/commands/ListGroupMembershipsForMemberCommand.ts
index 5e261ae29000..1f7904c628db 100644
--- a/clients/client-identitystore/src/commands/ListGroupMembershipsForMemberCommand.ts
+++ b/clients/client-identitystore/src/commands/ListGroupMembershipsForMemberCommand.ts
@@ -117,4 +117,16 @@ export class ListGroupMembershipsForMemberCommand extends $Command
.f(void 0, void 0)
.ser(se_ListGroupMembershipsForMemberCommand)
.de(de_ListGroupMembershipsForMemberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGroupMembershipsForMemberRequest;
+ output: ListGroupMembershipsForMemberResponse;
+ };
+ sdk: {
+ input: ListGroupMembershipsForMemberCommandInput;
+ output: ListGroupMembershipsForMemberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-identitystore/src/commands/ListGroupsCommand.ts b/clients/client-identitystore/src/commands/ListGroupsCommand.ts
index 9e60e096b1be..6f26c105ab28 100644
--- a/clients/client-identitystore/src/commands/ListGroupsCommand.ts
+++ b/clients/client-identitystore/src/commands/ListGroupsCommand.ts
@@ -125,4 +125,16 @@ export class ListGroupsCommand extends $Command
.f(ListGroupsRequestFilterSensitiveLog, ListGroupsResponseFilterSensitiveLog)
.ser(se_ListGroupsCommand)
.de(de_ListGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGroupsRequest;
+ output: ListGroupsResponse;
+ };
+ sdk: {
+ input: ListGroupsCommandInput;
+ output: ListGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-identitystore/src/commands/ListUsersCommand.ts b/clients/client-identitystore/src/commands/ListUsersCommand.ts
index ec80e68f86a0..88352627fa6a 100644
--- a/clients/client-identitystore/src/commands/ListUsersCommand.ts
+++ b/clients/client-identitystore/src/commands/ListUsersCommand.ts
@@ -166,4 +166,16 @@ export class ListUsersCommand extends $Command
.f(ListUsersRequestFilterSensitiveLog, ListUsersResponseFilterSensitiveLog)
.ser(se_ListUsersCommand)
.de(de_ListUsersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUsersRequest;
+ output: ListUsersResponse;
+ };
+ sdk: {
+ input: ListUsersCommandInput;
+ output: ListUsersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-identitystore/src/commands/UpdateGroupCommand.ts b/clients/client-identitystore/src/commands/UpdateGroupCommand.ts
index 668277f4cd86..a7f2b63b7d72 100644
--- a/clients/client-identitystore/src/commands/UpdateGroupCommand.ts
+++ b/clients/client-identitystore/src/commands/UpdateGroupCommand.ts
@@ -111,4 +111,16 @@ export class UpdateGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateGroupCommand)
.de(de_UpdateGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateGroupCommandInput;
+ output: UpdateGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-identitystore/src/commands/UpdateUserCommand.ts b/clients/client-identitystore/src/commands/UpdateUserCommand.ts
index d08b5f01d696..2e5785348342 100644
--- a/clients/client-identitystore/src/commands/UpdateUserCommand.ts
+++ b/clients/client-identitystore/src/commands/UpdateUserCommand.ts
@@ -111,4 +111,16 @@ export class UpdateUserCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateUserCommand)
.de(de_UpdateUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateUserCommandInput;
+ output: UpdateUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/package.json b/clients/client-imagebuilder/package.json
index 18cc106ee112..e2bc33f56267 100644
--- a/clients/client-imagebuilder/package.json
+++ b/clients/client-imagebuilder/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-imagebuilder/src/commands/CancelImageCreationCommand.ts b/clients/client-imagebuilder/src/commands/CancelImageCreationCommand.ts
index 82d64a74308a..e9694013516f 100644
--- a/clients/client-imagebuilder/src/commands/CancelImageCreationCommand.ts
+++ b/clients/client-imagebuilder/src/commands/CancelImageCreationCommand.ts
@@ -110,4 +110,16 @@ export class CancelImageCreationCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelImageCreationCommand)
.de(de_CancelImageCreationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelImageCreationRequest;
+ output: CancelImageCreationResponse;
+ };
+ sdk: {
+ input: CancelImageCreationCommandInput;
+ output: CancelImageCreationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/CancelLifecycleExecutionCommand.ts b/clients/client-imagebuilder/src/commands/CancelLifecycleExecutionCommand.ts
index 891586ad6ed0..44e7ed3deeb5 100644
--- a/clients/client-imagebuilder/src/commands/CancelLifecycleExecutionCommand.ts
+++ b/clients/client-imagebuilder/src/commands/CancelLifecycleExecutionCommand.ts
@@ -107,4 +107,16 @@ export class CancelLifecycleExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelLifecycleExecutionCommand)
.de(de_CancelLifecycleExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelLifecycleExecutionRequest;
+ output: CancelLifecycleExecutionResponse;
+ };
+ sdk: {
+ input: CancelLifecycleExecutionCommandInput;
+ output: CancelLifecycleExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/CreateComponentCommand.ts b/clients/client-imagebuilder/src/commands/CreateComponentCommand.ts
index 1f80e3bc469a..80e0931711b3 100644
--- a/clients/client-imagebuilder/src/commands/CreateComponentCommand.ts
+++ b/clients/client-imagebuilder/src/commands/CreateComponentCommand.ts
@@ -145,4 +145,16 @@ export class CreateComponentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateComponentCommand)
.de(de_CreateComponentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateComponentRequest;
+ output: CreateComponentResponse;
+ };
+ sdk: {
+ input: CreateComponentCommandInput;
+ output: CreateComponentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/CreateContainerRecipeCommand.ts b/clients/client-imagebuilder/src/commands/CreateContainerRecipeCommand.ts
index 956b278514ad..c50b0a9bb502 100644
--- a/clients/client-imagebuilder/src/commands/CreateContainerRecipeCommand.ts
+++ b/clients/client-imagebuilder/src/commands/CreateContainerRecipeCommand.ts
@@ -171,4 +171,16 @@ export class CreateContainerRecipeCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateContainerRecipeCommand)
.de(de_CreateContainerRecipeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateContainerRecipeRequest;
+ output: CreateContainerRecipeResponse;
+ };
+ sdk: {
+ input: CreateContainerRecipeCommandInput;
+ output: CreateContainerRecipeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/CreateDistributionConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/CreateDistributionConfigurationCommand.ts
index fc491936cdbc..113ab0da555c 100644
--- a/clients/client-imagebuilder/src/commands/CreateDistributionConfigurationCommand.ts
+++ b/clients/client-imagebuilder/src/commands/CreateDistributionConfigurationCommand.ts
@@ -202,4 +202,16 @@ export class CreateDistributionConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDistributionConfigurationCommand)
.de(de_CreateDistributionConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDistributionConfigurationRequest;
+ output: CreateDistributionConfigurationResponse;
+ };
+ sdk: {
+ input: CreateDistributionConfigurationCommandInput;
+ output: CreateDistributionConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/CreateImageCommand.ts b/clients/client-imagebuilder/src/commands/CreateImageCommand.ts
index c332b8484aa7..62aeb0794f52 100644
--- a/clients/client-imagebuilder/src/commands/CreateImageCommand.ts
+++ b/clients/client-imagebuilder/src/commands/CreateImageCommand.ts
@@ -153,4 +153,16 @@ export class CreateImageCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateImageCommand)
.de(de_CreateImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateImageRequest;
+ output: CreateImageResponse;
+ };
+ sdk: {
+ input: CreateImageCommandInput;
+ output: CreateImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/CreateImagePipelineCommand.ts b/clients/client-imagebuilder/src/commands/CreateImagePipelineCommand.ts
index 3750362e4117..ea6dfa3ef715 100644
--- a/clients/client-imagebuilder/src/commands/CreateImagePipelineCommand.ts
+++ b/clients/client-imagebuilder/src/commands/CreateImagePipelineCommand.ts
@@ -162,4 +162,16 @@ export class CreateImagePipelineCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateImagePipelineCommand)
.de(de_CreateImagePipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateImagePipelineRequest;
+ output: CreateImagePipelineResponse;
+ };
+ sdk: {
+ input: CreateImagePipelineCommandInput;
+ output: CreateImagePipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/CreateImageRecipeCommand.ts b/clients/client-imagebuilder/src/commands/CreateImageRecipeCommand.ts
index 46cdfdbe2bbe..8a23b79529a2 100644
--- a/clients/client-imagebuilder/src/commands/CreateImageRecipeCommand.ts
+++ b/clients/client-imagebuilder/src/commands/CreateImageRecipeCommand.ts
@@ -164,4 +164,16 @@ export class CreateImageRecipeCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateImageRecipeCommand)
.de(de_CreateImageRecipeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateImageRecipeRequest;
+ output: CreateImageRecipeResponse;
+ };
+ sdk: {
+ input: CreateImageRecipeCommandInput;
+ output: CreateImageRecipeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/CreateInfrastructureConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/CreateInfrastructureConfigurationCommand.ts
index 49e88660c884..2f15bd739d63 100644
--- a/clients/client-imagebuilder/src/commands/CreateInfrastructureConfigurationCommand.ts
+++ b/clients/client-imagebuilder/src/commands/CreateInfrastructureConfigurationCommand.ts
@@ -154,4 +154,16 @@ export class CreateInfrastructureConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateInfrastructureConfigurationCommand)
.de(de_CreateInfrastructureConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateInfrastructureConfigurationRequest;
+ output: CreateInfrastructureConfigurationResponse;
+ };
+ sdk: {
+ input: CreateInfrastructureConfigurationCommandInput;
+ output: CreateInfrastructureConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/CreateLifecyclePolicyCommand.ts b/clients/client-imagebuilder/src/commands/CreateLifecyclePolicyCommand.ts
index f577436a7452..cbefde56ec6d 100644
--- a/clients/client-imagebuilder/src/commands/CreateLifecyclePolicyCommand.ts
+++ b/clients/client-imagebuilder/src/commands/CreateLifecyclePolicyCommand.ts
@@ -169,4 +169,16 @@ export class CreateLifecyclePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLifecyclePolicyCommand)
.de(de_CreateLifecyclePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLifecyclePolicyRequest;
+ output: CreateLifecyclePolicyResponse;
+ };
+ sdk: {
+ input: CreateLifecyclePolicyCommandInput;
+ output: CreateLifecyclePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/CreateWorkflowCommand.ts b/clients/client-imagebuilder/src/commands/CreateWorkflowCommand.ts
index 18bdbe558e96..502029a4f2bf 100644
--- a/clients/client-imagebuilder/src/commands/CreateWorkflowCommand.ts
+++ b/clients/client-imagebuilder/src/commands/CreateWorkflowCommand.ts
@@ -130,4 +130,16 @@ export class CreateWorkflowCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateWorkflowCommand)
.de(de_CreateWorkflowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateWorkflowRequest;
+ output: CreateWorkflowResponse;
+ };
+ sdk: {
+ input: CreateWorkflowCommandInput;
+ output: CreateWorkflowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/DeleteComponentCommand.ts b/clients/client-imagebuilder/src/commands/DeleteComponentCommand.ts
index 00a2dd065e03..48ab0ad25098 100644
--- a/clients/client-imagebuilder/src/commands/DeleteComponentCommand.ts
+++ b/clients/client-imagebuilder/src/commands/DeleteComponentCommand.ts
@@ -103,4 +103,16 @@ export class DeleteComponentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteComponentCommand)
.de(de_DeleteComponentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteComponentRequest;
+ output: DeleteComponentResponse;
+ };
+ sdk: {
+ input: DeleteComponentCommandInput;
+ output: DeleteComponentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/DeleteContainerRecipeCommand.ts b/clients/client-imagebuilder/src/commands/DeleteContainerRecipeCommand.ts
index 06f81478a7db..6cf45c340497 100644
--- a/clients/client-imagebuilder/src/commands/DeleteContainerRecipeCommand.ts
+++ b/clients/client-imagebuilder/src/commands/DeleteContainerRecipeCommand.ts
@@ -103,4 +103,16 @@ export class DeleteContainerRecipeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteContainerRecipeCommand)
.de(de_DeleteContainerRecipeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteContainerRecipeRequest;
+ output: DeleteContainerRecipeResponse;
+ };
+ sdk: {
+ input: DeleteContainerRecipeCommandInput;
+ output: DeleteContainerRecipeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/DeleteDistributionConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/DeleteDistributionConfigurationCommand.ts
index a91cd7fc4860..fe3ce5846525 100644
--- a/clients/client-imagebuilder/src/commands/DeleteDistributionConfigurationCommand.ts
+++ b/clients/client-imagebuilder/src/commands/DeleteDistributionConfigurationCommand.ts
@@ -108,4 +108,16 @@ export class DeleteDistributionConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDistributionConfigurationCommand)
.de(de_DeleteDistributionConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDistributionConfigurationRequest;
+ output: DeleteDistributionConfigurationResponse;
+ };
+ sdk: {
+ input: DeleteDistributionConfigurationCommandInput;
+ output: DeleteDistributionConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/DeleteImageCommand.ts b/clients/client-imagebuilder/src/commands/DeleteImageCommand.ts
index 7a2e25f3f77f..26224dd6452f 100644
--- a/clients/client-imagebuilder/src/commands/DeleteImageCommand.ts
+++ b/clients/client-imagebuilder/src/commands/DeleteImageCommand.ts
@@ -124,4 +124,16 @@ export class DeleteImageCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteImageCommand)
.de(de_DeleteImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteImageRequest;
+ output: DeleteImageResponse;
+ };
+ sdk: {
+ input: DeleteImageCommandInput;
+ output: DeleteImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/DeleteImagePipelineCommand.ts b/clients/client-imagebuilder/src/commands/DeleteImagePipelineCommand.ts
index c54a862a5e10..5d12a5a951e9 100644
--- a/clients/client-imagebuilder/src/commands/DeleteImagePipelineCommand.ts
+++ b/clients/client-imagebuilder/src/commands/DeleteImagePipelineCommand.ts
@@ -103,4 +103,16 @@ export class DeleteImagePipelineCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteImagePipelineCommand)
.de(de_DeleteImagePipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteImagePipelineRequest;
+ output: DeleteImagePipelineResponse;
+ };
+ sdk: {
+ input: DeleteImagePipelineCommandInput;
+ output: DeleteImagePipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/DeleteImageRecipeCommand.ts b/clients/client-imagebuilder/src/commands/DeleteImageRecipeCommand.ts
index 6bc86fc734b8..19fe8cc89f92 100644
--- a/clients/client-imagebuilder/src/commands/DeleteImageRecipeCommand.ts
+++ b/clients/client-imagebuilder/src/commands/DeleteImageRecipeCommand.ts
@@ -103,4 +103,16 @@ export class DeleteImageRecipeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteImageRecipeCommand)
.de(de_DeleteImageRecipeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteImageRecipeRequest;
+ output: DeleteImageRecipeResponse;
+ };
+ sdk: {
+ input: DeleteImageRecipeCommandInput;
+ output: DeleteImageRecipeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/DeleteInfrastructureConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/DeleteInfrastructureConfigurationCommand.ts
index 02fb130f319c..f5d07ad9b639 100644
--- a/clients/client-imagebuilder/src/commands/DeleteInfrastructureConfigurationCommand.ts
+++ b/clients/client-imagebuilder/src/commands/DeleteInfrastructureConfigurationCommand.ts
@@ -111,4 +111,16 @@ export class DeleteInfrastructureConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteInfrastructureConfigurationCommand)
.de(de_DeleteInfrastructureConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteInfrastructureConfigurationRequest;
+ output: DeleteInfrastructureConfigurationResponse;
+ };
+ sdk: {
+ input: DeleteInfrastructureConfigurationCommandInput;
+ output: DeleteInfrastructureConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/DeleteLifecyclePolicyCommand.ts b/clients/client-imagebuilder/src/commands/DeleteLifecyclePolicyCommand.ts
index 3645b3eb92c5..090ef4168327 100644
--- a/clients/client-imagebuilder/src/commands/DeleteLifecyclePolicyCommand.ts
+++ b/clients/client-imagebuilder/src/commands/DeleteLifecyclePolicyCommand.ts
@@ -102,4 +102,16 @@ export class DeleteLifecyclePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLifecyclePolicyCommand)
.de(de_DeleteLifecyclePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLifecyclePolicyRequest;
+ output: DeleteLifecyclePolicyResponse;
+ };
+ sdk: {
+ input: DeleteLifecyclePolicyCommandInput;
+ output: DeleteLifecyclePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/DeleteWorkflowCommand.ts b/clients/client-imagebuilder/src/commands/DeleteWorkflowCommand.ts
index aaf4e34d5eca..4988fc37b21b 100644
--- a/clients/client-imagebuilder/src/commands/DeleteWorkflowCommand.ts
+++ b/clients/client-imagebuilder/src/commands/DeleteWorkflowCommand.ts
@@ -102,4 +102,16 @@ export class DeleteWorkflowCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteWorkflowCommand)
.de(de_DeleteWorkflowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteWorkflowRequest;
+ output: DeleteWorkflowResponse;
+ };
+ sdk: {
+ input: DeleteWorkflowCommandInput;
+ output: DeleteWorkflowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/GetComponentCommand.ts b/clients/client-imagebuilder/src/commands/GetComponentCommand.ts
index 2117bd79ba6f..e70da0f88aa7 100644
--- a/clients/client-imagebuilder/src/commands/GetComponentCommand.ts
+++ b/clients/client-imagebuilder/src/commands/GetComponentCommand.ts
@@ -134,4 +134,16 @@ export class GetComponentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetComponentCommand)
.de(de_GetComponentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetComponentRequest;
+ output: GetComponentResponse;
+ };
+ sdk: {
+ input: GetComponentCommandInput;
+ output: GetComponentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/GetComponentPolicyCommand.ts b/clients/client-imagebuilder/src/commands/GetComponentPolicyCommand.ts
index 3ae4ce9ca5d4..de608c9a13ce 100644
--- a/clients/client-imagebuilder/src/commands/GetComponentPolicyCommand.ts
+++ b/clients/client-imagebuilder/src/commands/GetComponentPolicyCommand.ts
@@ -97,4 +97,16 @@ export class GetComponentPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetComponentPolicyCommand)
.de(de_GetComponentPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetComponentPolicyRequest;
+ output: GetComponentPolicyResponse;
+ };
+ sdk: {
+ input: GetComponentPolicyCommandInput;
+ output: GetComponentPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/GetContainerRecipeCommand.ts b/clients/client-imagebuilder/src/commands/GetContainerRecipeCommand.ts
index 7971a8ec4988..cf65faaf6b2a 100644
--- a/clients/client-imagebuilder/src/commands/GetContainerRecipeCommand.ts
+++ b/clients/client-imagebuilder/src/commands/GetContainerRecipeCommand.ts
@@ -153,4 +153,16 @@ export class GetContainerRecipeCommand extends $Command
.f(void 0, void 0)
.ser(se_GetContainerRecipeCommand)
.de(de_GetContainerRecipeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetContainerRecipeRequest;
+ output: GetContainerRecipeResponse;
+ };
+ sdk: {
+ input: GetContainerRecipeCommandInput;
+ output: GetContainerRecipeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/GetContainerRecipePolicyCommand.ts b/clients/client-imagebuilder/src/commands/GetContainerRecipePolicyCommand.ts
index dcfb57613199..f0be32c9cdff 100644
--- a/clients/client-imagebuilder/src/commands/GetContainerRecipePolicyCommand.ts
+++ b/clients/client-imagebuilder/src/commands/GetContainerRecipePolicyCommand.ts
@@ -97,4 +97,16 @@ export class GetContainerRecipePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetContainerRecipePolicyCommand)
.de(de_GetContainerRecipePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetContainerRecipePolicyRequest;
+ output: GetContainerRecipePolicyResponse;
+ };
+ sdk: {
+ input: GetContainerRecipePolicyCommandInput;
+ output: GetContainerRecipePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/GetDistributionConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/GetDistributionConfigurationCommand.ts
index 36cd2cc6c04a..ee2819f33823 100644
--- a/clients/client-imagebuilder/src/commands/GetDistributionConfigurationCommand.ts
+++ b/clients/client-imagebuilder/src/commands/GetDistributionConfigurationCommand.ts
@@ -185,4 +185,16 @@ export class GetDistributionConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDistributionConfigurationCommand)
.de(de_GetDistributionConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDistributionConfigurationRequest;
+ output: GetDistributionConfigurationResponse;
+ };
+ sdk: {
+ input: GetDistributionConfigurationCommandInput;
+ output: GetDistributionConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/GetImageCommand.ts b/clients/client-imagebuilder/src/commands/GetImageCommand.ts
index 19322ce6cbe0..f711c0292853 100644
--- a/clients/client-imagebuilder/src/commands/GetImageCommand.ts
+++ b/clients/client-imagebuilder/src/commands/GetImageCommand.ts
@@ -393,4 +393,16 @@ export class GetImageCommand extends $Command
.f(void 0, void 0)
.ser(se_GetImageCommand)
.de(de_GetImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetImageRequest;
+ output: GetImageResponse;
+ };
+ sdk: {
+ input: GetImageCommandInput;
+ output: GetImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/GetImagePipelineCommand.ts b/clients/client-imagebuilder/src/commands/GetImagePipelineCommand.ts
index 13e211fdc02a..f4ad3312ee0b 100644
--- a/clients/client-imagebuilder/src/commands/GetImagePipelineCommand.ts
+++ b/clients/client-imagebuilder/src/commands/GetImagePipelineCommand.ts
@@ -151,4 +151,16 @@ export class GetImagePipelineCommand extends $Command
.f(void 0, void 0)
.ser(se_GetImagePipelineCommand)
.de(de_GetImagePipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetImagePipelineRequest;
+ output: GetImagePipelineResponse;
+ };
+ sdk: {
+ input: GetImagePipelineCommandInput;
+ output: GetImagePipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/GetImagePolicyCommand.ts b/clients/client-imagebuilder/src/commands/GetImagePolicyCommand.ts
index 7f1d4873aad8..b0d8a026dc07 100644
--- a/clients/client-imagebuilder/src/commands/GetImagePolicyCommand.ts
+++ b/clients/client-imagebuilder/src/commands/GetImagePolicyCommand.ts
@@ -97,4 +97,16 @@ export class GetImagePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetImagePolicyCommand)
.de(de_GetImagePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetImagePolicyRequest;
+ output: GetImagePolicyResponse;
+ };
+ sdk: {
+ input: GetImagePolicyCommandInput;
+ output: GetImagePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/GetImageRecipeCommand.ts b/clients/client-imagebuilder/src/commands/GetImageRecipeCommand.ts
index bd85a1e69c5f..7100c94de182 100644
--- a/clients/client-imagebuilder/src/commands/GetImageRecipeCommand.ts
+++ b/clients/client-imagebuilder/src/commands/GetImageRecipeCommand.ts
@@ -149,4 +149,16 @@ export class GetImageRecipeCommand extends $Command
.f(void 0, void 0)
.ser(se_GetImageRecipeCommand)
.de(de_GetImageRecipeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetImageRecipeRequest;
+ output: GetImageRecipeResponse;
+ };
+ sdk: {
+ input: GetImageRecipeCommandInput;
+ output: GetImageRecipeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/GetImageRecipePolicyCommand.ts b/clients/client-imagebuilder/src/commands/GetImageRecipePolicyCommand.ts
index 1c76997c99fb..40d45224c3af 100644
--- a/clients/client-imagebuilder/src/commands/GetImageRecipePolicyCommand.ts
+++ b/clients/client-imagebuilder/src/commands/GetImageRecipePolicyCommand.ts
@@ -97,4 +97,16 @@ export class GetImageRecipePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetImageRecipePolicyCommand)
.de(de_GetImageRecipePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetImageRecipePolicyRequest;
+ output: GetImageRecipePolicyResponse;
+ };
+ sdk: {
+ input: GetImageRecipePolicyCommandInput;
+ output: GetImageRecipePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/GetInfrastructureConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/GetInfrastructureConfigurationCommand.ts
index 6d9b29206b2d..ef7d6c8b0931 100644
--- a/clients/client-imagebuilder/src/commands/GetInfrastructureConfigurationCommand.ts
+++ b/clients/client-imagebuilder/src/commands/GetInfrastructureConfigurationCommand.ts
@@ -137,4 +137,16 @@ export class GetInfrastructureConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInfrastructureConfigurationCommand)
.de(de_GetInfrastructureConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInfrastructureConfigurationRequest;
+ output: GetInfrastructureConfigurationResponse;
+ };
+ sdk: {
+ input: GetInfrastructureConfigurationCommandInput;
+ output: GetInfrastructureConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/GetLifecycleExecutionCommand.ts b/clients/client-imagebuilder/src/commands/GetLifecycleExecutionCommand.ts
index a866211a3576..eac1ba717d0f 100644
--- a/clients/client-imagebuilder/src/commands/GetLifecycleExecutionCommand.ts
+++ b/clients/client-imagebuilder/src/commands/GetLifecycleExecutionCommand.ts
@@ -110,4 +110,16 @@ export class GetLifecycleExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLifecycleExecutionCommand)
.de(de_GetLifecycleExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLifecycleExecutionRequest;
+ output: GetLifecycleExecutionResponse;
+ };
+ sdk: {
+ input: GetLifecycleExecutionCommandInput;
+ output: GetLifecycleExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/GetLifecyclePolicyCommand.ts b/clients/client-imagebuilder/src/commands/GetLifecyclePolicyCommand.ts
index 1ee4b58af9b7..b91b922bb7a2 100644
--- a/clients/client-imagebuilder/src/commands/GetLifecyclePolicyCommand.ts
+++ b/clients/client-imagebuilder/src/commands/GetLifecyclePolicyCommand.ts
@@ -157,4 +157,16 @@ export class GetLifecyclePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLifecyclePolicyCommand)
.de(de_GetLifecyclePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLifecyclePolicyRequest;
+ output: GetLifecyclePolicyResponse;
+ };
+ sdk: {
+ input: GetLifecyclePolicyCommandInput;
+ output: GetLifecyclePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/GetWorkflowCommand.ts b/clients/client-imagebuilder/src/commands/GetWorkflowCommand.ts
index b3f9c1097ae8..819c3634f723 100644
--- a/clients/client-imagebuilder/src/commands/GetWorkflowCommand.ts
+++ b/clients/client-imagebuilder/src/commands/GetWorkflowCommand.ts
@@ -126,4 +126,16 @@ export class GetWorkflowCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWorkflowCommand)
.de(de_GetWorkflowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWorkflowRequest;
+ output: GetWorkflowResponse;
+ };
+ sdk: {
+ input: GetWorkflowCommandInput;
+ output: GetWorkflowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/GetWorkflowExecutionCommand.ts b/clients/client-imagebuilder/src/commands/GetWorkflowExecutionCommand.ts
index 537b8f46c10d..76b75749faec 100644
--- a/clients/client-imagebuilder/src/commands/GetWorkflowExecutionCommand.ts
+++ b/clients/client-imagebuilder/src/commands/GetWorkflowExecutionCommand.ts
@@ -112,4 +112,16 @@ export class GetWorkflowExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWorkflowExecutionCommand)
.de(de_GetWorkflowExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWorkflowExecutionRequest;
+ output: GetWorkflowExecutionResponse;
+ };
+ sdk: {
+ input: GetWorkflowExecutionCommandInput;
+ output: GetWorkflowExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/GetWorkflowStepExecutionCommand.ts b/clients/client-imagebuilder/src/commands/GetWorkflowStepExecutionCommand.ts
index c2b0267526e1..a6d89b869f60 100644
--- a/clients/client-imagebuilder/src/commands/GetWorkflowStepExecutionCommand.ts
+++ b/clients/client-imagebuilder/src/commands/GetWorkflowStepExecutionCommand.ts
@@ -115,4 +115,16 @@ export class GetWorkflowStepExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWorkflowStepExecutionCommand)
.de(de_GetWorkflowStepExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWorkflowStepExecutionRequest;
+ output: GetWorkflowStepExecutionResponse;
+ };
+ sdk: {
+ input: GetWorkflowStepExecutionCommandInput;
+ output: GetWorkflowStepExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/ImportComponentCommand.ts b/clients/client-imagebuilder/src/commands/ImportComponentCommand.ts
index e38a2cedd70b..a57c93afad7d 100644
--- a/clients/client-imagebuilder/src/commands/ImportComponentCommand.ts
+++ b/clients/client-imagebuilder/src/commands/ImportComponentCommand.ts
@@ -128,4 +128,16 @@ export class ImportComponentCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportComponentCommand)
.de(de_ImportComponentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportComponentRequest;
+ output: ImportComponentResponse;
+ };
+ sdk: {
+ input: ImportComponentCommandInput;
+ output: ImportComponentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/ImportVmImageCommand.ts b/clients/client-imagebuilder/src/commands/ImportVmImageCommand.ts
index 0db37182a6df..d46d84f267ab 100644
--- a/clients/client-imagebuilder/src/commands/ImportVmImageCommand.ts
+++ b/clients/client-imagebuilder/src/commands/ImportVmImageCommand.ts
@@ -107,4 +107,16 @@ export class ImportVmImageCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportVmImageCommand)
.de(de_ImportVmImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportVmImageRequest;
+ output: ImportVmImageResponse;
+ };
+ sdk: {
+ input: ImportVmImageCommandInput;
+ output: ImportVmImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/ListComponentBuildVersionsCommand.ts b/clients/client-imagebuilder/src/commands/ListComponentBuildVersionsCommand.ts
index 1b1e974d51cf..2b9e0febdf43 100644
--- a/clients/client-imagebuilder/src/commands/ListComponentBuildVersionsCommand.ts
+++ b/clients/client-imagebuilder/src/commands/ListComponentBuildVersionsCommand.ts
@@ -139,4 +139,16 @@ export class ListComponentBuildVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListComponentBuildVersionsCommand)
.de(de_ListComponentBuildVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListComponentBuildVersionsRequest;
+ output: ListComponentBuildVersionsResponse;
+ };
+ sdk: {
+ input: ListComponentBuildVersionsCommandInput;
+ output: ListComponentBuildVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/ListComponentsCommand.ts b/clients/client-imagebuilder/src/commands/ListComponentsCommand.ts
index 31ccdabd1de8..14e211ec5368 100644
--- a/clients/client-imagebuilder/src/commands/ListComponentsCommand.ts
+++ b/clients/client-imagebuilder/src/commands/ListComponentsCommand.ts
@@ -139,4 +139,16 @@ export class ListComponentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListComponentsCommand)
.de(de_ListComponentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListComponentsRequest;
+ output: ListComponentsResponse;
+ };
+ sdk: {
+ input: ListComponentsCommandInput;
+ output: ListComponentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/ListContainerRecipesCommand.ts b/clients/client-imagebuilder/src/commands/ListContainerRecipesCommand.ts
index a260e512695f..12a53cdefd17 100644
--- a/clients/client-imagebuilder/src/commands/ListContainerRecipesCommand.ts
+++ b/clients/client-imagebuilder/src/commands/ListContainerRecipesCommand.ts
@@ -126,4 +126,16 @@ export class ListContainerRecipesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListContainerRecipesCommand)
.de(de_ListContainerRecipesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListContainerRecipesRequest;
+ output: ListContainerRecipesResponse;
+ };
+ sdk: {
+ input: ListContainerRecipesCommandInput;
+ output: ListContainerRecipesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/ListDistributionConfigurationsCommand.ts b/clients/client-imagebuilder/src/commands/ListDistributionConfigurationsCommand.ts
index 8a26184e92f4..28bcae1a060c 100644
--- a/clients/client-imagebuilder/src/commands/ListDistributionConfigurationsCommand.ts
+++ b/clients/client-imagebuilder/src/commands/ListDistributionConfigurationsCommand.ts
@@ -131,4 +131,16 @@ export class ListDistributionConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDistributionConfigurationsCommand)
.de(de_ListDistributionConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDistributionConfigurationsRequest;
+ output: ListDistributionConfigurationsResponse;
+ };
+ sdk: {
+ input: ListDistributionConfigurationsCommandInput;
+ output: ListDistributionConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/ListImageBuildVersionsCommand.ts b/clients/client-imagebuilder/src/commands/ListImageBuildVersionsCommand.ts
index 2a53c3417fc5..240c0e93404c 100644
--- a/clients/client-imagebuilder/src/commands/ListImageBuildVersionsCommand.ts
+++ b/clients/client-imagebuilder/src/commands/ListImageBuildVersionsCommand.ts
@@ -158,4 +158,16 @@ export class ListImageBuildVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListImageBuildVersionsCommand)
.de(de_ListImageBuildVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListImageBuildVersionsRequest;
+ output: ListImageBuildVersionsResponse;
+ };
+ sdk: {
+ input: ListImageBuildVersionsCommandInput;
+ output: ListImageBuildVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/ListImagePackagesCommand.ts b/clients/client-imagebuilder/src/commands/ListImagePackagesCommand.ts
index 11db664a9f0a..b11320e28a84 100644
--- a/clients/client-imagebuilder/src/commands/ListImagePackagesCommand.ts
+++ b/clients/client-imagebuilder/src/commands/ListImagePackagesCommand.ts
@@ -114,4 +114,16 @@ export class ListImagePackagesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListImagePackagesCommand)
.de(de_ListImagePackagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListImagePackagesRequest;
+ output: ListImagePackagesResponse;
+ };
+ sdk: {
+ input: ListImagePackagesCommandInput;
+ output: ListImagePackagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/ListImagePipelineImagesCommand.ts b/clients/client-imagebuilder/src/commands/ListImagePipelineImagesCommand.ts
index 3dcad6d3b0cc..0f317e598bf4 100644
--- a/clients/client-imagebuilder/src/commands/ListImagePipelineImagesCommand.ts
+++ b/clients/client-imagebuilder/src/commands/ListImagePipelineImagesCommand.ts
@@ -161,4 +161,16 @@ export class ListImagePipelineImagesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListImagePipelineImagesCommand)
.de(de_ListImagePipelineImagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListImagePipelineImagesRequest;
+ output: ListImagePipelineImagesResponse;
+ };
+ sdk: {
+ input: ListImagePipelineImagesCommandInput;
+ output: ListImagePipelineImagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/ListImagePipelinesCommand.ts b/clients/client-imagebuilder/src/commands/ListImagePipelinesCommand.ts
index 9fd9323534b5..7da080abec1e 100644
--- a/clients/client-imagebuilder/src/commands/ListImagePipelinesCommand.ts
+++ b/clients/client-imagebuilder/src/commands/ListImagePipelinesCommand.ts
@@ -166,4 +166,16 @@ export class ListImagePipelinesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListImagePipelinesCommand)
.de(de_ListImagePipelinesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListImagePipelinesRequest;
+ output: ListImagePipelinesResponse;
+ };
+ sdk: {
+ input: ListImagePipelinesCommandInput;
+ output: ListImagePipelinesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/ListImageRecipesCommand.ts b/clients/client-imagebuilder/src/commands/ListImageRecipesCommand.ts
index e9f8503638dd..b175b7e4f3a1 100644
--- a/clients/client-imagebuilder/src/commands/ListImageRecipesCommand.ts
+++ b/clients/client-imagebuilder/src/commands/ListImageRecipesCommand.ts
@@ -125,4 +125,16 @@ export class ListImageRecipesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListImageRecipesCommand)
.de(de_ListImageRecipesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListImageRecipesRequest;
+ output: ListImageRecipesResponse;
+ };
+ sdk: {
+ input: ListImageRecipesCommandInput;
+ output: ListImageRecipesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/ListImageScanFindingAggregationsCommand.ts b/clients/client-imagebuilder/src/commands/ListImageScanFindingAggregationsCommand.ts
index a5bdcfc49feb..9a863d88cdd5 100644
--- a/clients/client-imagebuilder/src/commands/ListImageScanFindingAggregationsCommand.ts
+++ b/clients/client-imagebuilder/src/commands/ListImageScanFindingAggregationsCommand.ts
@@ -181,4 +181,16 @@ export class ListImageScanFindingAggregationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListImageScanFindingAggregationsCommand)
.de(de_ListImageScanFindingAggregationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListImageScanFindingAggregationsRequest;
+ output: ListImageScanFindingAggregationsResponse;
+ };
+ sdk: {
+ input: ListImageScanFindingAggregationsCommandInput;
+ output: ListImageScanFindingAggregationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/ListImageScanFindingsCommand.ts b/clients/client-imagebuilder/src/commands/ListImageScanFindingsCommand.ts
index 7ea0e14441a1..1bf4f1ac727c 100644
--- a/clients/client-imagebuilder/src/commands/ListImageScanFindingsCommand.ts
+++ b/clients/client-imagebuilder/src/commands/ListImageScanFindingsCommand.ts
@@ -183,4 +183,16 @@ export class ListImageScanFindingsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListImageScanFindingsCommand)
.de(de_ListImageScanFindingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListImageScanFindingsRequest;
+ output: ListImageScanFindingsResponse;
+ };
+ sdk: {
+ input: ListImageScanFindingsCommandInput;
+ output: ListImageScanFindingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/ListImagesCommand.ts b/clients/client-imagebuilder/src/commands/ListImagesCommand.ts
index 8de409ca39f8..db14d57f2275 100644
--- a/clients/client-imagebuilder/src/commands/ListImagesCommand.ts
+++ b/clients/client-imagebuilder/src/commands/ListImagesCommand.ts
@@ -129,4 +129,16 @@ export class ListImagesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListImagesCommand)
.de(de_ListImagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListImagesRequest;
+ output: ListImagesResponse;
+ };
+ sdk: {
+ input: ListImagesCommandInput;
+ output: ListImagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/ListInfrastructureConfigurationsCommand.ts b/clients/client-imagebuilder/src/commands/ListInfrastructureConfigurationsCommand.ts
index 6670f01ecc47..dddea40a7c94 100644
--- a/clients/client-imagebuilder/src/commands/ListInfrastructureConfigurationsCommand.ts
+++ b/clients/client-imagebuilder/src/commands/ListInfrastructureConfigurationsCommand.ts
@@ -135,4 +135,16 @@ export class ListInfrastructureConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInfrastructureConfigurationsCommand)
.de(de_ListInfrastructureConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInfrastructureConfigurationsRequest;
+ output: ListInfrastructureConfigurationsResponse;
+ };
+ sdk: {
+ input: ListInfrastructureConfigurationsCommandInput;
+ output: ListInfrastructureConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/ListLifecycleExecutionResourcesCommand.ts b/clients/client-imagebuilder/src/commands/ListLifecycleExecutionResourcesCommand.ts
index 1a557c189540..b68744584101 100644
--- a/clients/client-imagebuilder/src/commands/ListLifecycleExecutionResourcesCommand.ts
+++ b/clients/client-imagebuilder/src/commands/ListLifecycleExecutionResourcesCommand.ts
@@ -143,4 +143,16 @@ export class ListLifecycleExecutionResourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLifecycleExecutionResourcesCommand)
.de(de_ListLifecycleExecutionResourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLifecycleExecutionResourcesRequest;
+ output: ListLifecycleExecutionResourcesResponse;
+ };
+ sdk: {
+ input: ListLifecycleExecutionResourcesCommandInput;
+ output: ListLifecycleExecutionResourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/ListLifecycleExecutionsCommand.ts b/clients/client-imagebuilder/src/commands/ListLifecycleExecutionsCommand.ts
index b626261be8e0..f17d729f313b 100644
--- a/clients/client-imagebuilder/src/commands/ListLifecycleExecutionsCommand.ts
+++ b/clients/client-imagebuilder/src/commands/ListLifecycleExecutionsCommand.ts
@@ -118,4 +118,16 @@ export class ListLifecycleExecutionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLifecycleExecutionsCommand)
.de(de_ListLifecycleExecutionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLifecycleExecutionsRequest;
+ output: ListLifecycleExecutionsResponse;
+ };
+ sdk: {
+ input: ListLifecycleExecutionsCommandInput;
+ output: ListLifecycleExecutionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/ListLifecyclePoliciesCommand.ts b/clients/client-imagebuilder/src/commands/ListLifecyclePoliciesCommand.ts
index e12ea056b27d..5ef9762b5ec3 100644
--- a/clients/client-imagebuilder/src/commands/ListLifecyclePoliciesCommand.ts
+++ b/clients/client-imagebuilder/src/commands/ListLifecyclePoliciesCommand.ts
@@ -126,4 +126,16 @@ export class ListLifecyclePoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLifecyclePoliciesCommand)
.de(de_ListLifecyclePoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLifecyclePoliciesRequest;
+ output: ListLifecyclePoliciesResponse;
+ };
+ sdk: {
+ input: ListLifecyclePoliciesCommandInput;
+ output: ListLifecyclePoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/ListTagsForResourceCommand.ts b/clients/client-imagebuilder/src/commands/ListTagsForResourceCommand.ts
index 865a954add0e..8c674b31a2a7 100644
--- a/clients/client-imagebuilder/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-imagebuilder/src/commands/ListTagsForResourceCommand.ts
@@ -90,4 +90,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/ListWaitingWorkflowStepsCommand.ts b/clients/client-imagebuilder/src/commands/ListWaitingWorkflowStepsCommand.ts
index 4e3dc8f7d102..52f4dfb76186 100644
--- a/clients/client-imagebuilder/src/commands/ListWaitingWorkflowStepsCommand.ts
+++ b/clients/client-imagebuilder/src/commands/ListWaitingWorkflowStepsCommand.ts
@@ -114,4 +114,16 @@ export class ListWaitingWorkflowStepsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWaitingWorkflowStepsCommand)
.de(de_ListWaitingWorkflowStepsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWaitingWorkflowStepsRequest;
+ output: ListWaitingWorkflowStepsResponse;
+ };
+ sdk: {
+ input: ListWaitingWorkflowStepsCommandInput;
+ output: ListWaitingWorkflowStepsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/ListWorkflowBuildVersionsCommand.ts b/clients/client-imagebuilder/src/commands/ListWorkflowBuildVersionsCommand.ts
index a12a6b31d080..e945274738fa 100644
--- a/clients/client-imagebuilder/src/commands/ListWorkflowBuildVersionsCommand.ts
+++ b/clients/client-imagebuilder/src/commands/ListWorkflowBuildVersionsCommand.ts
@@ -122,4 +122,16 @@ export class ListWorkflowBuildVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWorkflowBuildVersionsCommand)
.de(de_ListWorkflowBuildVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWorkflowBuildVersionsRequest;
+ output: ListWorkflowBuildVersionsResponse;
+ };
+ sdk: {
+ input: ListWorkflowBuildVersionsCommandInput;
+ output: ListWorkflowBuildVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/ListWorkflowExecutionsCommand.ts b/clients/client-imagebuilder/src/commands/ListWorkflowExecutionsCommand.ts
index 93dfd84b794d..26acbbe5a212 100644
--- a/clients/client-imagebuilder/src/commands/ListWorkflowExecutionsCommand.ts
+++ b/clients/client-imagebuilder/src/commands/ListWorkflowExecutionsCommand.ts
@@ -123,4 +123,16 @@ export class ListWorkflowExecutionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWorkflowExecutionsCommand)
.de(de_ListWorkflowExecutionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWorkflowExecutionsRequest;
+ output: ListWorkflowExecutionsResponse;
+ };
+ sdk: {
+ input: ListWorkflowExecutionsCommandInput;
+ output: ListWorkflowExecutionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/ListWorkflowStepExecutionsCommand.ts b/clients/client-imagebuilder/src/commands/ListWorkflowStepExecutionsCommand.ts
index 15de6948a402..c9cd26e477f6 100644
--- a/clients/client-imagebuilder/src/commands/ListWorkflowStepExecutionsCommand.ts
+++ b/clients/client-imagebuilder/src/commands/ListWorkflowStepExecutionsCommand.ts
@@ -124,4 +124,16 @@ export class ListWorkflowStepExecutionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWorkflowStepExecutionsCommand)
.de(de_ListWorkflowStepExecutionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWorkflowStepExecutionsRequest;
+ output: ListWorkflowStepExecutionsResponse;
+ };
+ sdk: {
+ input: ListWorkflowStepExecutionsCommandInput;
+ output: ListWorkflowStepExecutionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/ListWorkflowsCommand.ts b/clients/client-imagebuilder/src/commands/ListWorkflowsCommand.ts
index 73780c53edea..4b84eebd60b7 100644
--- a/clients/client-imagebuilder/src/commands/ListWorkflowsCommand.ts
+++ b/clients/client-imagebuilder/src/commands/ListWorkflowsCommand.ts
@@ -123,4 +123,16 @@ export class ListWorkflowsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWorkflowsCommand)
.de(de_ListWorkflowsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWorkflowsRequest;
+ output: ListWorkflowsResponse;
+ };
+ sdk: {
+ input: ListWorkflowsCommandInput;
+ output: ListWorkflowsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/PutComponentPolicyCommand.ts b/clients/client-imagebuilder/src/commands/PutComponentPolicyCommand.ts
index 09bf230b4731..428f28722315 100644
--- a/clients/client-imagebuilder/src/commands/PutComponentPolicyCommand.ts
+++ b/clients/client-imagebuilder/src/commands/PutComponentPolicyCommand.ts
@@ -108,4 +108,16 @@ export class PutComponentPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutComponentPolicyCommand)
.de(de_PutComponentPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutComponentPolicyRequest;
+ output: PutComponentPolicyResponse;
+ };
+ sdk: {
+ input: PutComponentPolicyCommandInput;
+ output: PutComponentPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/PutContainerRecipePolicyCommand.ts b/clients/client-imagebuilder/src/commands/PutContainerRecipePolicyCommand.ts
index 7bc62888cef5..df508efe18e2 100644
--- a/clients/client-imagebuilder/src/commands/PutContainerRecipePolicyCommand.ts
+++ b/clients/client-imagebuilder/src/commands/PutContainerRecipePolicyCommand.ts
@@ -113,4 +113,16 @@ export class PutContainerRecipePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutContainerRecipePolicyCommand)
.de(de_PutContainerRecipePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutContainerRecipePolicyRequest;
+ output: PutContainerRecipePolicyResponse;
+ };
+ sdk: {
+ input: PutContainerRecipePolicyCommandInput;
+ output: PutContainerRecipePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/PutImagePolicyCommand.ts b/clients/client-imagebuilder/src/commands/PutImagePolicyCommand.ts
index a985c9b54521..175473f5be16 100644
--- a/clients/client-imagebuilder/src/commands/PutImagePolicyCommand.ts
+++ b/clients/client-imagebuilder/src/commands/PutImagePolicyCommand.ts
@@ -108,4 +108,16 @@ export class PutImagePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutImagePolicyCommand)
.de(de_PutImagePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutImagePolicyRequest;
+ output: PutImagePolicyResponse;
+ };
+ sdk: {
+ input: PutImagePolicyCommandInput;
+ output: PutImagePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/PutImageRecipePolicyCommand.ts b/clients/client-imagebuilder/src/commands/PutImageRecipePolicyCommand.ts
index 2f4352d0c5be..9e0803fa9c93 100644
--- a/clients/client-imagebuilder/src/commands/PutImageRecipePolicyCommand.ts
+++ b/clients/client-imagebuilder/src/commands/PutImageRecipePolicyCommand.ts
@@ -108,4 +108,16 @@ export class PutImageRecipePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutImageRecipePolicyCommand)
.de(de_PutImageRecipePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutImageRecipePolicyRequest;
+ output: PutImageRecipePolicyResponse;
+ };
+ sdk: {
+ input: PutImageRecipePolicyCommandInput;
+ output: PutImageRecipePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/SendWorkflowStepActionCommand.ts b/clients/client-imagebuilder/src/commands/SendWorkflowStepActionCommand.ts
index 03c47cea7de3..ae00c5143db6 100644
--- a/clients/client-imagebuilder/src/commands/SendWorkflowStepActionCommand.ts
+++ b/clients/client-imagebuilder/src/commands/SendWorkflowStepActionCommand.ts
@@ -119,4 +119,16 @@ export class SendWorkflowStepActionCommand extends $Command
.f(void 0, void 0)
.ser(se_SendWorkflowStepActionCommand)
.de(de_SendWorkflowStepActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SendWorkflowStepActionRequest;
+ output: SendWorkflowStepActionResponse;
+ };
+ sdk: {
+ input: SendWorkflowStepActionCommandInput;
+ output: SendWorkflowStepActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/StartImagePipelineExecutionCommand.ts b/clients/client-imagebuilder/src/commands/StartImagePipelineExecutionCommand.ts
index 47e5df3bb8e5..a0104bce1547 100644
--- a/clients/client-imagebuilder/src/commands/StartImagePipelineExecutionCommand.ts
+++ b/clients/client-imagebuilder/src/commands/StartImagePipelineExecutionCommand.ts
@@ -117,4 +117,16 @@ export class StartImagePipelineExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartImagePipelineExecutionCommand)
.de(de_StartImagePipelineExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartImagePipelineExecutionRequest;
+ output: StartImagePipelineExecutionResponse;
+ };
+ sdk: {
+ input: StartImagePipelineExecutionCommandInput;
+ output: StartImagePipelineExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/StartResourceStateUpdateCommand.ts b/clients/client-imagebuilder/src/commands/StartResourceStateUpdateCommand.ts
index eea7c33c074e..0e30290f57f1 100644
--- a/clients/client-imagebuilder/src/commands/StartResourceStateUpdateCommand.ts
+++ b/clients/client-imagebuilder/src/commands/StartResourceStateUpdateCommand.ts
@@ -140,4 +140,16 @@ export class StartResourceStateUpdateCommand extends $Command
.f(void 0, void 0)
.ser(se_StartResourceStateUpdateCommand)
.de(de_StartResourceStateUpdateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartResourceStateUpdateRequest;
+ output: StartResourceStateUpdateResponse;
+ };
+ sdk: {
+ input: StartResourceStateUpdateCommandInput;
+ output: StartResourceStateUpdateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/TagResourceCommand.ts b/clients/client-imagebuilder/src/commands/TagResourceCommand.ts
index a202d826f7ff..0940d8839a41 100644
--- a/clients/client-imagebuilder/src/commands/TagResourceCommand.ts
+++ b/clients/client-imagebuilder/src/commands/TagResourceCommand.ts
@@ -89,4 +89,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/UntagResourceCommand.ts b/clients/client-imagebuilder/src/commands/UntagResourceCommand.ts
index cd750c727a29..1117e8422a1b 100644
--- a/clients/client-imagebuilder/src/commands/UntagResourceCommand.ts
+++ b/clients/client-imagebuilder/src/commands/UntagResourceCommand.ts
@@ -89,4 +89,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/UpdateDistributionConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/UpdateDistributionConfigurationCommand.ts
index c8b9ad09ab22..48651a2f4c6d 100644
--- a/clients/client-imagebuilder/src/commands/UpdateDistributionConfigurationCommand.ts
+++ b/clients/client-imagebuilder/src/commands/UpdateDistributionConfigurationCommand.ts
@@ -191,4 +191,16 @@ export class UpdateDistributionConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDistributionConfigurationCommand)
.de(de_UpdateDistributionConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDistributionConfigurationRequest;
+ output: UpdateDistributionConfigurationResponse;
+ };
+ sdk: {
+ input: UpdateDistributionConfigurationCommandInput;
+ output: UpdateDistributionConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/UpdateImagePipelineCommand.ts b/clients/client-imagebuilder/src/commands/UpdateImagePipelineCommand.ts
index c606ca08f510..92641db4af47 100644
--- a/clients/client-imagebuilder/src/commands/UpdateImagePipelineCommand.ts
+++ b/clients/client-imagebuilder/src/commands/UpdateImagePipelineCommand.ts
@@ -157,4 +157,16 @@ export class UpdateImagePipelineCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateImagePipelineCommand)
.de(de_UpdateImagePipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateImagePipelineRequest;
+ output: UpdateImagePipelineResponse;
+ };
+ sdk: {
+ input: UpdateImagePipelineCommandInput;
+ output: UpdateImagePipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/UpdateInfrastructureConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/UpdateInfrastructureConfigurationCommand.ts
index 43908f91121d..5323ca409a68 100644
--- a/clients/client-imagebuilder/src/commands/UpdateInfrastructureConfigurationCommand.ts
+++ b/clients/client-imagebuilder/src/commands/UpdateInfrastructureConfigurationCommand.ts
@@ -143,4 +143,16 @@ export class UpdateInfrastructureConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateInfrastructureConfigurationCommand)
.de(de_UpdateInfrastructureConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateInfrastructureConfigurationRequest;
+ output: UpdateInfrastructureConfigurationResponse;
+ };
+ sdk: {
+ input: UpdateInfrastructureConfigurationCommandInput;
+ output: UpdateInfrastructureConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-imagebuilder/src/commands/UpdateLifecyclePolicyCommand.ts b/clients/client-imagebuilder/src/commands/UpdateLifecyclePolicyCommand.ts
index 913608fb20e8..c5e53a7e8a23 100644
--- a/clients/client-imagebuilder/src/commands/UpdateLifecyclePolicyCommand.ts
+++ b/clients/client-imagebuilder/src/commands/UpdateLifecyclePolicyCommand.ts
@@ -163,4 +163,16 @@ export class UpdateLifecyclePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateLifecyclePolicyCommand)
.de(de_UpdateLifecyclePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLifecyclePolicyRequest;
+ output: UpdateLifecyclePolicyResponse;
+ };
+ sdk: {
+ input: UpdateLifecyclePolicyCommandInput;
+ output: UpdateLifecyclePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector-scan/package.json b/clients/client-inspector-scan/package.json
index 146ab85a3005..af7e4504ac7e 100644
--- a/clients/client-inspector-scan/package.json
+++ b/clients/client-inspector-scan/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-inspector-scan/src/commands/ScanSbomCommand.ts b/clients/client-inspector-scan/src/commands/ScanSbomCommand.ts
index 4b0a8bc57c30..93b335d68127 100644
--- a/clients/client-inspector-scan/src/commands/ScanSbomCommand.ts
+++ b/clients/client-inspector-scan/src/commands/ScanSbomCommand.ts
@@ -268,4 +268,16 @@ export class ScanSbomCommand extends $Command
.f(void 0, void 0)
.ser(se_ScanSbomCommand)
.de(de_ScanSbomCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ScanSbomRequest;
+ output: ScanSbomResponse;
+ };
+ sdk: {
+ input: ScanSbomCommandInput;
+ output: ScanSbomCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/package.json b/clients/client-inspector/package.json
index d1b9e0a18c41..6326cef38374 100644
--- a/clients/client-inspector/package.json
+++ b/clients/client-inspector/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-inspector/src/commands/AddAttributesToFindingsCommand.ts b/clients/client-inspector/src/commands/AddAttributesToFindingsCommand.ts
index 85c1d1ba3c52..75e0b0df9484 100644
--- a/clients/client-inspector/src/commands/AddAttributesToFindingsCommand.ts
+++ b/clients/client-inspector/src/commands/AddAttributesToFindingsCommand.ts
@@ -132,4 +132,16 @@ export class AddAttributesToFindingsCommand extends $Command
.f(void 0, void 0)
.ser(se_AddAttributesToFindingsCommand)
.de(de_AddAttributesToFindingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddAttributesToFindingsRequest;
+ output: AddAttributesToFindingsResponse;
+ };
+ sdk: {
+ input: AddAttributesToFindingsCommandInput;
+ output: AddAttributesToFindingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/CreateAssessmentTargetCommand.ts b/clients/client-inspector/src/commands/CreateAssessmentTargetCommand.ts
index b6406fc53652..28492e9d7165 100644
--- a/clients/client-inspector/src/commands/CreateAssessmentTargetCommand.ts
+++ b/clients/client-inspector/src/commands/CreateAssessmentTargetCommand.ts
@@ -127,4 +127,16 @@ export class CreateAssessmentTargetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAssessmentTargetCommand)
.de(de_CreateAssessmentTargetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAssessmentTargetRequest;
+ output: CreateAssessmentTargetResponse;
+ };
+ sdk: {
+ input: CreateAssessmentTargetCommandInput;
+ output: CreateAssessmentTargetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/CreateAssessmentTemplateCommand.ts b/clients/client-inspector/src/commands/CreateAssessmentTemplateCommand.ts
index 94a6f9b01ef7..d4683ca8e261 100644
--- a/clients/client-inspector/src/commands/CreateAssessmentTemplateCommand.ts
+++ b/clients/client-inspector/src/commands/CreateAssessmentTemplateCommand.ts
@@ -139,4 +139,16 @@ export class CreateAssessmentTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAssessmentTemplateCommand)
.de(de_CreateAssessmentTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAssessmentTemplateRequest;
+ output: CreateAssessmentTemplateResponse;
+ };
+ sdk: {
+ input: CreateAssessmentTemplateCommandInput;
+ output: CreateAssessmentTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/CreateExclusionsPreviewCommand.ts b/clients/client-inspector/src/commands/CreateExclusionsPreviewCommand.ts
index 47f65a496153..2407f6a82358 100644
--- a/clients/client-inspector/src/commands/CreateExclusionsPreviewCommand.ts
+++ b/clients/client-inspector/src/commands/CreateExclusionsPreviewCommand.ts
@@ -100,4 +100,16 @@ export class CreateExclusionsPreviewCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateExclusionsPreviewCommand)
.de(de_CreateExclusionsPreviewCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateExclusionsPreviewRequest;
+ output: CreateExclusionsPreviewResponse;
+ };
+ sdk: {
+ input: CreateExclusionsPreviewCommandInput;
+ output: CreateExclusionsPreviewCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/CreateResourceGroupCommand.ts b/clients/client-inspector/src/commands/CreateResourceGroupCommand.ts
index e2a8ef537454..6f6fb9468e1b 100644
--- a/clients/client-inspector/src/commands/CreateResourceGroupCommand.ts
+++ b/clients/client-inspector/src/commands/CreateResourceGroupCommand.ts
@@ -123,4 +123,16 @@ export class CreateResourceGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateResourceGroupCommand)
.de(de_CreateResourceGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateResourceGroupRequest;
+ output: CreateResourceGroupResponse;
+ };
+ sdk: {
+ input: CreateResourceGroupCommandInput;
+ output: CreateResourceGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/DeleteAssessmentRunCommand.ts b/clients/client-inspector/src/commands/DeleteAssessmentRunCommand.ts
index 5b55a6b0f4b4..1a2f53dc3cb0 100644
--- a/clients/client-inspector/src/commands/DeleteAssessmentRunCommand.ts
+++ b/clients/client-inspector/src/commands/DeleteAssessmentRunCommand.ts
@@ -108,4 +108,16 @@ export class DeleteAssessmentRunCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAssessmentRunCommand)
.de(de_DeleteAssessmentRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAssessmentRunRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAssessmentRunCommandInput;
+ output: DeleteAssessmentRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/DeleteAssessmentTargetCommand.ts b/clients/client-inspector/src/commands/DeleteAssessmentTargetCommand.ts
index dcace3db0f8b..8d6010859664 100644
--- a/clients/client-inspector/src/commands/DeleteAssessmentTargetCommand.ts
+++ b/clients/client-inspector/src/commands/DeleteAssessmentTargetCommand.ts
@@ -108,4 +108,16 @@ export class DeleteAssessmentTargetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAssessmentTargetCommand)
.de(de_DeleteAssessmentTargetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAssessmentTargetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAssessmentTargetCommandInput;
+ output: DeleteAssessmentTargetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/DeleteAssessmentTemplateCommand.ts b/clients/client-inspector/src/commands/DeleteAssessmentTemplateCommand.ts
index d91e03a4c6a5..995ddbb2779a 100644
--- a/clients/client-inspector/src/commands/DeleteAssessmentTemplateCommand.ts
+++ b/clients/client-inspector/src/commands/DeleteAssessmentTemplateCommand.ts
@@ -108,4 +108,16 @@ export class DeleteAssessmentTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAssessmentTemplateCommand)
.de(de_DeleteAssessmentTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAssessmentTemplateRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAssessmentTemplateCommandInput;
+ output: DeleteAssessmentTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/DescribeAssessmentRunsCommand.ts b/clients/client-inspector/src/commands/DescribeAssessmentRunsCommand.ts
index 8f8fc0f83b7b..76e01b4ccf69 100644
--- a/clients/client-inspector/src/commands/DescribeAssessmentRunsCommand.ts
+++ b/clients/client-inspector/src/commands/DescribeAssessmentRunsCommand.ts
@@ -212,4 +212,16 @@ export class DescribeAssessmentRunsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAssessmentRunsCommand)
.de(de_DescribeAssessmentRunsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAssessmentRunsRequest;
+ output: DescribeAssessmentRunsResponse;
+ };
+ sdk: {
+ input: DescribeAssessmentRunsCommandInput;
+ output: DescribeAssessmentRunsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/DescribeAssessmentTargetsCommand.ts b/clients/client-inspector/src/commands/DescribeAssessmentTargetsCommand.ts
index 5c62a6ce30c2..d7e22a830852 100644
--- a/clients/client-inspector/src/commands/DescribeAssessmentTargetsCommand.ts
+++ b/clients/client-inspector/src/commands/DescribeAssessmentTargetsCommand.ts
@@ -128,4 +128,16 @@ export class DescribeAssessmentTargetsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAssessmentTargetsCommand)
.de(de_DescribeAssessmentTargetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAssessmentTargetsRequest;
+ output: DescribeAssessmentTargetsResponse;
+ };
+ sdk: {
+ input: DescribeAssessmentTargetsCommandInput;
+ output: DescribeAssessmentTargetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/DescribeAssessmentTemplatesCommand.ts b/clients/client-inspector/src/commands/DescribeAssessmentTemplatesCommand.ts
index a1ec5238a5a8..db0064e3eb5b 100644
--- a/clients/client-inspector/src/commands/DescribeAssessmentTemplatesCommand.ts
+++ b/clients/client-inspector/src/commands/DescribeAssessmentTemplatesCommand.ts
@@ -146,4 +146,16 @@ export class DescribeAssessmentTemplatesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAssessmentTemplatesCommand)
.de(de_DescribeAssessmentTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAssessmentTemplatesRequest;
+ output: DescribeAssessmentTemplatesResponse;
+ };
+ sdk: {
+ input: DescribeAssessmentTemplatesCommandInput;
+ output: DescribeAssessmentTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/DescribeCrossAccountAccessRoleCommand.ts b/clients/client-inspector/src/commands/DescribeCrossAccountAccessRoleCommand.ts
index 48a6097bd3f5..86a4c2bbea67 100644
--- a/clients/client-inspector/src/commands/DescribeCrossAccountAccessRoleCommand.ts
+++ b/clients/client-inspector/src/commands/DescribeCrossAccountAccessRoleCommand.ts
@@ -102,4 +102,16 @@ export class DescribeCrossAccountAccessRoleCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCrossAccountAccessRoleCommand)
.de(de_DescribeCrossAccountAccessRoleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeCrossAccountAccessRoleResponse;
+ };
+ sdk: {
+ input: DescribeCrossAccountAccessRoleCommandInput;
+ output: DescribeCrossAccountAccessRoleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/DescribeExclusionsCommand.ts b/clients/client-inspector/src/commands/DescribeExclusionsCommand.ts
index fc5f153995e7..624bb32c44cd 100644
--- a/clients/client-inspector/src/commands/DescribeExclusionsCommand.ts
+++ b/clients/client-inspector/src/commands/DescribeExclusionsCommand.ts
@@ -112,4 +112,16 @@ export class DescribeExclusionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeExclusionsCommand)
.de(de_DescribeExclusionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeExclusionsRequest;
+ output: DescribeExclusionsResponse;
+ };
+ sdk: {
+ input: DescribeExclusionsCommandInput;
+ output: DescribeExclusionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/DescribeFindingsCommand.ts b/clients/client-inspector/src/commands/DescribeFindingsCommand.ts
index d89d8e1728d2..ee6790912921 100644
--- a/clients/client-inspector/src/commands/DescribeFindingsCommand.ts
+++ b/clients/client-inspector/src/commands/DescribeFindingsCommand.ts
@@ -215,4 +215,16 @@ export class DescribeFindingsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFindingsCommand)
.de(de_DescribeFindingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFindingsRequest;
+ output: DescribeFindingsResponse;
+ };
+ sdk: {
+ input: DescribeFindingsCommandInput;
+ output: DescribeFindingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/DescribeResourceGroupsCommand.ts b/clients/client-inspector/src/commands/DescribeResourceGroupsCommand.ts
index 3491bee25d88..f68cdb8378fa 100644
--- a/clients/client-inspector/src/commands/DescribeResourceGroupsCommand.ts
+++ b/clients/client-inspector/src/commands/DescribeResourceGroupsCommand.ts
@@ -134,4 +134,16 @@ export class DescribeResourceGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeResourceGroupsCommand)
.de(de_DescribeResourceGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeResourceGroupsRequest;
+ output: DescribeResourceGroupsResponse;
+ };
+ sdk: {
+ input: DescribeResourceGroupsCommandInput;
+ output: DescribeResourceGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/DescribeRulesPackagesCommand.ts b/clients/client-inspector/src/commands/DescribeRulesPackagesCommand.ts
index 10c04345f25e..387f4c26dcdd 100644
--- a/clients/client-inspector/src/commands/DescribeRulesPackagesCommand.ts
+++ b/clients/client-inspector/src/commands/DescribeRulesPackagesCommand.ts
@@ -129,4 +129,16 @@ export class DescribeRulesPackagesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRulesPackagesCommand)
.de(de_DescribeRulesPackagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRulesPackagesRequest;
+ output: DescribeRulesPackagesResponse;
+ };
+ sdk: {
+ input: DescribeRulesPackagesCommandInput;
+ output: DescribeRulesPackagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/GetAssessmentReportCommand.ts b/clients/client-inspector/src/commands/GetAssessmentReportCommand.ts
index 6620379cccf7..68c36a42e9b7 100644
--- a/clients/client-inspector/src/commands/GetAssessmentReportCommand.ts
+++ b/clients/client-inspector/src/commands/GetAssessmentReportCommand.ts
@@ -109,4 +109,16 @@ export class GetAssessmentReportCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAssessmentReportCommand)
.de(de_GetAssessmentReportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAssessmentReportRequest;
+ output: GetAssessmentReportResponse;
+ };
+ sdk: {
+ input: GetAssessmentReportCommandInput;
+ output: GetAssessmentReportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/GetExclusionsPreviewCommand.ts b/clients/client-inspector/src/commands/GetExclusionsPreviewCommand.ts
index 067fdfbed65a..172768d39aec 100644
--- a/clients/client-inspector/src/commands/GetExclusionsPreviewCommand.ts
+++ b/clients/client-inspector/src/commands/GetExclusionsPreviewCommand.ts
@@ -117,4 +117,16 @@ export class GetExclusionsPreviewCommand extends $Command
.f(void 0, void 0)
.ser(se_GetExclusionsPreviewCommand)
.de(de_GetExclusionsPreviewCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetExclusionsPreviewRequest;
+ output: GetExclusionsPreviewResponse;
+ };
+ sdk: {
+ input: GetExclusionsPreviewCommandInput;
+ output: GetExclusionsPreviewCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/GetTelemetryMetadataCommand.ts b/clients/client-inspector/src/commands/GetTelemetryMetadataCommand.ts
index 3c6ab7f99c6a..a78a7f5e8d27 100644
--- a/clients/client-inspector/src/commands/GetTelemetryMetadataCommand.ts
+++ b/clients/client-inspector/src/commands/GetTelemetryMetadataCommand.ts
@@ -260,4 +260,16 @@ export class GetTelemetryMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTelemetryMetadataCommand)
.de(de_GetTelemetryMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTelemetryMetadataRequest;
+ output: GetTelemetryMetadataResponse;
+ };
+ sdk: {
+ input: GetTelemetryMetadataCommandInput;
+ output: GetTelemetryMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/ListAssessmentRunAgentsCommand.ts b/clients/client-inspector/src/commands/ListAssessmentRunAgentsCommand.ts
index 4b84adda301d..0aa240be97ba 100644
--- a/clients/client-inspector/src/commands/ListAssessmentRunAgentsCommand.ts
+++ b/clients/client-inspector/src/commands/ListAssessmentRunAgentsCommand.ts
@@ -291,4 +291,16 @@ export class ListAssessmentRunAgentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAssessmentRunAgentsCommand)
.de(de_ListAssessmentRunAgentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssessmentRunAgentsRequest;
+ output: ListAssessmentRunAgentsResponse;
+ };
+ sdk: {
+ input: ListAssessmentRunAgentsCommandInput;
+ output: ListAssessmentRunAgentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/ListAssessmentRunsCommand.ts b/clients/client-inspector/src/commands/ListAssessmentRunsCommand.ts
index d608df3b3674..d4c12ba274bb 100644
--- a/clients/client-inspector/src/commands/ListAssessmentRunsCommand.ts
+++ b/clients/client-inspector/src/commands/ListAssessmentRunsCommand.ts
@@ -147,4 +147,16 @@ export class ListAssessmentRunsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAssessmentRunsCommand)
.de(de_ListAssessmentRunsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssessmentRunsRequest;
+ output: ListAssessmentRunsResponse;
+ };
+ sdk: {
+ input: ListAssessmentRunsCommandInput;
+ output: ListAssessmentRunsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/ListAssessmentTargetsCommand.ts b/clients/client-inspector/src/commands/ListAssessmentTargetsCommand.ts
index d1cf2d52b53a..6ad0d3023b78 100644
--- a/clients/client-inspector/src/commands/ListAssessmentTargetsCommand.ts
+++ b/clients/client-inspector/src/commands/ListAssessmentTargetsCommand.ts
@@ -115,4 +115,16 @@ export class ListAssessmentTargetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAssessmentTargetsCommand)
.de(de_ListAssessmentTargetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssessmentTargetsRequest;
+ output: ListAssessmentTargetsResponse;
+ };
+ sdk: {
+ input: ListAssessmentTargetsCommandInput;
+ output: ListAssessmentTargetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/ListAssessmentTemplatesCommand.ts b/clients/client-inspector/src/commands/ListAssessmentTemplatesCommand.ts
index 5a93a1e1a508..4a1888aadfbb 100644
--- a/clients/client-inspector/src/commands/ListAssessmentTemplatesCommand.ts
+++ b/clients/client-inspector/src/commands/ListAssessmentTemplatesCommand.ts
@@ -132,4 +132,16 @@ export class ListAssessmentTemplatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAssessmentTemplatesCommand)
.de(de_ListAssessmentTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssessmentTemplatesRequest;
+ output: ListAssessmentTemplatesResponse;
+ };
+ sdk: {
+ input: ListAssessmentTemplatesCommandInput;
+ output: ListAssessmentTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/ListEventSubscriptionsCommand.ts b/clients/client-inspector/src/commands/ListEventSubscriptionsCommand.ts
index 7576d125c59a..65c4fe690512 100644
--- a/clients/client-inspector/src/commands/ListEventSubscriptionsCommand.ts
+++ b/clients/client-inspector/src/commands/ListEventSubscriptionsCommand.ts
@@ -135,4 +135,16 @@ export class ListEventSubscriptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEventSubscriptionsCommand)
.de(de_ListEventSubscriptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEventSubscriptionsRequest;
+ output: ListEventSubscriptionsResponse;
+ };
+ sdk: {
+ input: ListEventSubscriptionsCommandInput;
+ output: ListEventSubscriptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/ListExclusionsCommand.ts b/clients/client-inspector/src/commands/ListExclusionsCommand.ts
index 5a0a355e4f1d..9e4bd2851d7a 100644
--- a/clients/client-inspector/src/commands/ListExclusionsCommand.ts
+++ b/clients/client-inspector/src/commands/ListExclusionsCommand.ts
@@ -96,4 +96,16 @@ export class ListExclusionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListExclusionsCommand)
.de(de_ListExclusionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListExclusionsRequest;
+ output: ListExclusionsResponse;
+ };
+ sdk: {
+ input: ListExclusionsCommandInput;
+ output: ListExclusionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/ListFindingsCommand.ts b/clients/client-inspector/src/commands/ListFindingsCommand.ts
index 12f4653f1247..16fbd0653a6f 100644
--- a/clients/client-inspector/src/commands/ListFindingsCommand.ts
+++ b/clients/client-inspector/src/commands/ListFindingsCommand.ts
@@ -155,4 +155,16 @@ export class ListFindingsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFindingsCommand)
.de(de_ListFindingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFindingsRequest;
+ output: ListFindingsResponse;
+ };
+ sdk: {
+ input: ListFindingsCommandInput;
+ output: ListFindingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/ListRulesPackagesCommand.ts b/clients/client-inspector/src/commands/ListRulesPackagesCommand.ts
index 6ea32ded28b0..43a2da3cefc1 100644
--- a/clients/client-inspector/src/commands/ListRulesPackagesCommand.ts
+++ b/clients/client-inspector/src/commands/ListRulesPackagesCommand.ts
@@ -113,4 +113,16 @@ export class ListRulesPackagesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRulesPackagesCommand)
.de(de_ListRulesPackagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRulesPackagesRequest;
+ output: ListRulesPackagesResponse;
+ };
+ sdk: {
+ input: ListRulesPackagesCommandInput;
+ output: ListRulesPackagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/ListTagsForResourceCommand.ts b/clients/client-inspector/src/commands/ListTagsForResourceCommand.ts
index 817ea203bfa6..29bcbb2dcf90 100644
--- a/clients/client-inspector/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-inspector/src/commands/ListTagsForResourceCommand.ts
@@ -117,4 +117,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/PreviewAgentsCommand.ts b/clients/client-inspector/src/commands/PreviewAgentsCommand.ts
index 2c0305f25060..b59062c73075 100644
--- a/clients/client-inspector/src/commands/PreviewAgentsCommand.ts
+++ b/clients/client-inspector/src/commands/PreviewAgentsCommand.ts
@@ -132,4 +132,16 @@ export class PreviewAgentsCommand extends $Command
.f(void 0, void 0)
.ser(se_PreviewAgentsCommand)
.de(de_PreviewAgentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PreviewAgentsRequest;
+ output: PreviewAgentsResponse;
+ };
+ sdk: {
+ input: PreviewAgentsCommandInput;
+ output: PreviewAgentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/RegisterCrossAccountAccessRoleCommand.ts b/clients/client-inspector/src/commands/RegisterCrossAccountAccessRoleCommand.ts
index ed9821f248ed..57b9ee0add75 100644
--- a/clients/client-inspector/src/commands/RegisterCrossAccountAccessRoleCommand.ts
+++ b/clients/client-inspector/src/commands/RegisterCrossAccountAccessRoleCommand.ts
@@ -107,4 +107,16 @@ export class RegisterCrossAccountAccessRoleCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterCrossAccountAccessRoleCommand)
.de(de_RegisterCrossAccountAccessRoleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterCrossAccountAccessRoleRequest;
+ output: {};
+ };
+ sdk: {
+ input: RegisterCrossAccountAccessRoleCommandInput;
+ output: RegisterCrossAccountAccessRoleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/RemoveAttributesFromFindingsCommand.ts b/clients/client-inspector/src/commands/RemoveAttributesFromFindingsCommand.ts
index a28054be5589..1f9ec4e81460 100644
--- a/clients/client-inspector/src/commands/RemoveAttributesFromFindingsCommand.ts
+++ b/clients/client-inspector/src/commands/RemoveAttributesFromFindingsCommand.ts
@@ -131,4 +131,16 @@ export class RemoveAttributesFromFindingsCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveAttributesFromFindingsCommand)
.de(de_RemoveAttributesFromFindingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveAttributesFromFindingsRequest;
+ output: RemoveAttributesFromFindingsResponse;
+ };
+ sdk: {
+ input: RemoveAttributesFromFindingsCommandInput;
+ output: RemoveAttributesFromFindingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/SetTagsForResourceCommand.ts b/clients/client-inspector/src/commands/SetTagsForResourceCommand.ts
index c760b7994b6a..48f8a4d3b317 100644
--- a/clients/client-inspector/src/commands/SetTagsForResourceCommand.ts
+++ b/clients/client-inspector/src/commands/SetTagsForResourceCommand.ts
@@ -116,4 +116,16 @@ export class SetTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_SetTagsForResourceCommand)
.de(de_SetTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetTagsForResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: SetTagsForResourceCommandInput;
+ output: SetTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/StartAssessmentRunCommand.ts b/clients/client-inspector/src/commands/StartAssessmentRunCommand.ts
index e1158090addc..86461d7577da 100644
--- a/clients/client-inspector/src/commands/StartAssessmentRunCommand.ts
+++ b/clients/client-inspector/src/commands/StartAssessmentRunCommand.ts
@@ -126,4 +126,16 @@ export class StartAssessmentRunCommand extends $Command
.f(void 0, void 0)
.ser(se_StartAssessmentRunCommand)
.de(de_StartAssessmentRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartAssessmentRunRequest;
+ output: StartAssessmentRunResponse;
+ };
+ sdk: {
+ input: StartAssessmentRunCommandInput;
+ output: StartAssessmentRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/StopAssessmentRunCommand.ts b/clients/client-inspector/src/commands/StopAssessmentRunCommand.ts
index 2dc2c3d21f3c..25a32a9d2f56 100644
--- a/clients/client-inspector/src/commands/StopAssessmentRunCommand.ts
+++ b/clients/client-inspector/src/commands/StopAssessmentRunCommand.ts
@@ -105,4 +105,16 @@ export class StopAssessmentRunCommand extends $Command
.f(void 0, void 0)
.ser(se_StopAssessmentRunCommand)
.de(de_StopAssessmentRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopAssessmentRunRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopAssessmentRunCommandInput;
+ output: StopAssessmentRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/SubscribeToEventCommand.ts b/clients/client-inspector/src/commands/SubscribeToEventCommand.ts
index 9d11d715304c..39bd1c6317e3 100644
--- a/clients/client-inspector/src/commands/SubscribeToEventCommand.ts
+++ b/clients/client-inspector/src/commands/SubscribeToEventCommand.ts
@@ -112,4 +112,16 @@ export class SubscribeToEventCommand extends $Command
.f(void 0, void 0)
.ser(se_SubscribeToEventCommand)
.de(de_SubscribeToEventCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SubscribeToEventRequest;
+ output: {};
+ };
+ sdk: {
+ input: SubscribeToEventCommandInput;
+ output: SubscribeToEventCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/UnsubscribeFromEventCommand.ts b/clients/client-inspector/src/commands/UnsubscribeFromEventCommand.ts
index c43099bd9a3b..984b08d78b4c 100644
--- a/clients/client-inspector/src/commands/UnsubscribeFromEventCommand.ts
+++ b/clients/client-inspector/src/commands/UnsubscribeFromEventCommand.ts
@@ -108,4 +108,16 @@ export class UnsubscribeFromEventCommand extends $Command
.f(void 0, void 0)
.ser(se_UnsubscribeFromEventCommand)
.de(de_UnsubscribeFromEventCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UnsubscribeFromEventRequest;
+ output: {};
+ };
+ sdk: {
+ input: UnsubscribeFromEventCommandInput;
+ output: UnsubscribeFromEventCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector/src/commands/UpdateAssessmentTargetCommand.ts b/clients/client-inspector/src/commands/UpdateAssessmentTargetCommand.ts
index b78868f92c24..712a01bc2cd7 100644
--- a/clients/client-inspector/src/commands/UpdateAssessmentTargetCommand.ts
+++ b/clients/client-inspector/src/commands/UpdateAssessmentTargetCommand.ts
@@ -110,4 +110,16 @@ export class UpdateAssessmentTargetCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAssessmentTargetCommand)
.de(de_UpdateAssessmentTargetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAssessmentTargetRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateAssessmentTargetCommandInput;
+ output: UpdateAssessmentTargetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/package.json b/clients/client-inspector2/package.json
index 52e5a489c700..c5998f4987b6 100644
--- a/clients/client-inspector2/package.json
+++ b/clients/client-inspector2/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-inspector2/src/commands/AssociateMemberCommand.ts b/clients/client-inspector2/src/commands/AssociateMemberCommand.ts
index ace17abe3d3d..612cf7adef7c 100644
--- a/clients/client-inspector2/src/commands/AssociateMemberCommand.ts
+++ b/clients/client-inspector2/src/commands/AssociateMemberCommand.ts
@@ -93,4 +93,16 @@ export class AssociateMemberCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateMemberCommand)
.de(de_AssociateMemberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateMemberRequest;
+ output: AssociateMemberResponse;
+ };
+ sdk: {
+ input: AssociateMemberCommandInput;
+ output: AssociateMemberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts b/clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts
index 812b3c83e12f..30389eedf158 100644
--- a/clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts
+++ b/clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts
@@ -143,4 +143,16 @@ export class BatchGetAccountStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetAccountStatusCommand)
.de(de_BatchGetAccountStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetAccountStatusRequest;
+ output: BatchGetAccountStatusResponse;
+ };
+ sdk: {
+ input: BatchGetAccountStatusCommandInput;
+ output: BatchGetAccountStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/BatchGetCodeSnippetCommand.ts b/clients/client-inspector2/src/commands/BatchGetCodeSnippetCommand.ts
index bf05daa4caae..947fe8f1d513 100644
--- a/clients/client-inspector2/src/commands/BatchGetCodeSnippetCommand.ts
+++ b/clients/client-inspector2/src/commands/BatchGetCodeSnippetCommand.ts
@@ -120,4 +120,16 @@ export class BatchGetCodeSnippetCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetCodeSnippetCommand)
.de(de_BatchGetCodeSnippetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetCodeSnippetRequest;
+ output: BatchGetCodeSnippetResponse;
+ };
+ sdk: {
+ input: BatchGetCodeSnippetCommandInput;
+ output: BatchGetCodeSnippetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/BatchGetFindingDetailsCommand.ts b/clients/client-inspector2/src/commands/BatchGetFindingDetailsCommand.ts
index a8c9a49ebc49..9a02cb92a847 100644
--- a/clients/client-inspector2/src/commands/BatchGetFindingDetailsCommand.ts
+++ b/clients/client-inspector2/src/commands/BatchGetFindingDetailsCommand.ts
@@ -136,4 +136,16 @@ export class BatchGetFindingDetailsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetFindingDetailsCommand)
.de(de_BatchGetFindingDetailsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetFindingDetailsRequest;
+ output: BatchGetFindingDetailsResponse;
+ };
+ sdk: {
+ input: BatchGetFindingDetailsCommandInput;
+ output: BatchGetFindingDetailsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts b/clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts
index ae9bed2b4c3b..34cb2bcf4b9f 100644
--- a/clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts
+++ b/clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts
@@ -114,4 +114,16 @@ export class BatchGetFreeTrialInfoCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetFreeTrialInfoCommand)
.de(de_BatchGetFreeTrialInfoCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetFreeTrialInfoRequest;
+ output: BatchGetFreeTrialInfoResponse;
+ };
+ sdk: {
+ input: BatchGetFreeTrialInfoCommandInput;
+ output: BatchGetFreeTrialInfoCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts b/clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts
index 88442cb692bd..78067ccb0111 100644
--- a/clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts
+++ b/clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts
@@ -117,4 +117,16 @@ export class BatchGetMemberEc2DeepInspectionStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetMemberEc2DeepInspectionStatusCommand)
.de(de_BatchGetMemberEc2DeepInspectionStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetMemberEc2DeepInspectionStatusRequest;
+ output: BatchGetMemberEc2DeepInspectionStatusResponse;
+ };
+ sdk: {
+ input: BatchGetMemberEc2DeepInspectionStatusCommandInput;
+ output: BatchGetMemberEc2DeepInspectionStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts b/clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts
index d3e1a2008c6b..c5e5c562df67 100644
--- a/clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts
+++ b/clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts
@@ -120,4 +120,16 @@ export class BatchUpdateMemberEc2DeepInspectionStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchUpdateMemberEc2DeepInspectionStatusCommand)
.de(de_BatchUpdateMemberEc2DeepInspectionStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchUpdateMemberEc2DeepInspectionStatusRequest;
+ output: BatchUpdateMemberEc2DeepInspectionStatusResponse;
+ };
+ sdk: {
+ input: BatchUpdateMemberEc2DeepInspectionStatusCommandInput;
+ output: BatchUpdateMemberEc2DeepInspectionStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts b/clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts
index b1b38c206a4b..3ae125a5ba17 100644
--- a/clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts
+++ b/clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts
@@ -96,4 +96,16 @@ export class CancelFindingsReportCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelFindingsReportCommand)
.de(de_CancelFindingsReportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelFindingsReportRequest;
+ output: CancelFindingsReportResponse;
+ };
+ sdk: {
+ input: CancelFindingsReportCommandInput;
+ output: CancelFindingsReportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/CancelSbomExportCommand.ts b/clients/client-inspector2/src/commands/CancelSbomExportCommand.ts
index 7a1016798376..641ffdb360e6 100644
--- a/clients/client-inspector2/src/commands/CancelSbomExportCommand.ts
+++ b/clients/client-inspector2/src/commands/CancelSbomExportCommand.ts
@@ -96,4 +96,16 @@ export class CancelSbomExportCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelSbomExportCommand)
.de(de_CancelSbomExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelSbomExportRequest;
+ output: CancelSbomExportResponse;
+ };
+ sdk: {
+ input: CancelSbomExportCommandInput;
+ output: CancelSbomExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/CreateCisScanConfigurationCommand.ts b/clients/client-inspector2/src/commands/CreateCisScanConfigurationCommand.ts
index 09ec308cb818..67adb10d057c 100644
--- a/clients/client-inspector2/src/commands/CreateCisScanConfigurationCommand.ts
+++ b/clients/client-inspector2/src/commands/CreateCisScanConfigurationCommand.ts
@@ -132,4 +132,16 @@ export class CreateCisScanConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCisScanConfigurationCommand)
.de(de_CreateCisScanConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCisScanConfigurationRequest;
+ output: CreateCisScanConfigurationResponse;
+ };
+ sdk: {
+ input: CreateCisScanConfigurationCommandInput;
+ output: CreateCisScanConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/CreateFilterCommand.ts b/clients/client-inspector2/src/commands/CreateFilterCommand.ts
index 6e0c1f582c06..c10c10e77d24 100644
--- a/clients/client-inspector2/src/commands/CreateFilterCommand.ts
+++ b/clients/client-inspector2/src/commands/CreateFilterCommand.ts
@@ -234,4 +234,16 @@ export class CreateFilterCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFilterCommand)
.de(de_CreateFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFilterRequest;
+ output: CreateFilterResponse;
+ };
+ sdk: {
+ input: CreateFilterCommandInput;
+ output: CreateFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts b/clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts
index 742dd704f64f..821027cb4485 100644
--- a/clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts
+++ b/clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts
@@ -229,4 +229,16 @@ export class CreateFindingsReportCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFindingsReportCommand)
.de(de_CreateFindingsReportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFindingsReportRequest;
+ output: CreateFindingsReportResponse;
+ };
+ sdk: {
+ input: CreateFindingsReportCommandInput;
+ output: CreateFindingsReportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/CreateSbomExportCommand.ts b/clients/client-inspector2/src/commands/CreateSbomExportCommand.ts
index 8c7dbf740fa6..18cab155f049 100644
--- a/clients/client-inspector2/src/commands/CreateSbomExportCommand.ts
+++ b/clients/client-inspector2/src/commands/CreateSbomExportCommand.ts
@@ -148,4 +148,16 @@ export class CreateSbomExportCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSbomExportCommand)
.de(de_CreateSbomExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSbomExportRequest;
+ output: CreateSbomExportResponse;
+ };
+ sdk: {
+ input: CreateSbomExportCommandInput;
+ output: CreateSbomExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/DeleteCisScanConfigurationCommand.ts b/clients/client-inspector2/src/commands/DeleteCisScanConfigurationCommand.ts
index 62b736596b70..97cc8d305b66 100644
--- a/clients/client-inspector2/src/commands/DeleteCisScanConfigurationCommand.ts
+++ b/clients/client-inspector2/src/commands/DeleteCisScanConfigurationCommand.ts
@@ -96,4 +96,16 @@ export class DeleteCisScanConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCisScanConfigurationCommand)
.de(de_DeleteCisScanConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCisScanConfigurationRequest;
+ output: DeleteCisScanConfigurationResponse;
+ };
+ sdk: {
+ input: DeleteCisScanConfigurationCommandInput;
+ output: DeleteCisScanConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/DeleteFilterCommand.ts b/clients/client-inspector2/src/commands/DeleteFilterCommand.ts
index 7f27a23b83c0..9639feb33a10 100644
--- a/clients/client-inspector2/src/commands/DeleteFilterCommand.ts
+++ b/clients/client-inspector2/src/commands/DeleteFilterCommand.ts
@@ -96,4 +96,16 @@ export class DeleteFilterCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFilterCommand)
.de(de_DeleteFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFilterRequest;
+ output: DeleteFilterResponse;
+ };
+ sdk: {
+ input: DeleteFilterCommandInput;
+ output: DeleteFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts
index 395836d9d85e..42a33b5e5dcc 100644
--- a/clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts
+++ b/clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts
@@ -105,4 +105,16 @@ export class DescribeOrganizationConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeOrganizationConfigurationCommand)
.de(de_DescribeOrganizationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeOrganizationConfigurationResponse;
+ };
+ sdk: {
+ input: DescribeOrganizationConfigurationCommandInput;
+ output: DescribeOrganizationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/DisableCommand.ts b/clients/client-inspector2/src/commands/DisableCommand.ts
index 5fe12f2d32a6..fe729547389b 100644
--- a/clients/client-inspector2/src/commands/DisableCommand.ts
+++ b/clients/client-inspector2/src/commands/DisableCommand.ts
@@ -127,4 +127,16 @@ export class DisableCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableCommand)
.de(de_DisableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableRequest;
+ output: DisableResponse;
+ };
+ sdk: {
+ input: DisableCommandInput;
+ output: DisableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts b/clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts
index c01569684788..a2946a9d1c10 100644
--- a/clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts
+++ b/clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts
@@ -104,4 +104,16 @@ export class DisableDelegatedAdminAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableDelegatedAdminAccountCommand)
.de(de_DisableDelegatedAdminAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableDelegatedAdminAccountRequest;
+ output: DisableDelegatedAdminAccountResponse;
+ };
+ sdk: {
+ input: DisableDelegatedAdminAccountCommandInput;
+ output: DisableDelegatedAdminAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/DisassociateMemberCommand.ts b/clients/client-inspector2/src/commands/DisassociateMemberCommand.ts
index 57404485cc1c..5fafc87fe694 100644
--- a/clients/client-inspector2/src/commands/DisassociateMemberCommand.ts
+++ b/clients/client-inspector2/src/commands/DisassociateMemberCommand.ts
@@ -93,4 +93,16 @@ export class DisassociateMemberCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateMemberCommand)
.de(de_DisassociateMemberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateMemberRequest;
+ output: DisassociateMemberResponse;
+ };
+ sdk: {
+ input: DisassociateMemberCommandInput;
+ output: DisassociateMemberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/EnableCommand.ts b/clients/client-inspector2/src/commands/EnableCommand.ts
index 0732c9b65952..afb4acc6e20c 100644
--- a/clients/client-inspector2/src/commands/EnableCommand.ts
+++ b/clients/client-inspector2/src/commands/EnableCommand.ts
@@ -127,4 +127,16 @@ export class EnableCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableCommand)
.de(de_EnableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableRequest;
+ output: EnableResponse;
+ };
+ sdk: {
+ input: EnableCommandInput;
+ output: EnableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts b/clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts
index 47b2221a98b3..eeb9216ee8fb 100644
--- a/clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts
+++ b/clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts
@@ -105,4 +105,16 @@ export class EnableDelegatedAdminAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableDelegatedAdminAccountCommand)
.de(de_EnableDelegatedAdminAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableDelegatedAdminAccountRequest;
+ output: EnableDelegatedAdminAccountResponse;
+ };
+ sdk: {
+ input: EnableDelegatedAdminAccountCommandInput;
+ output: EnableDelegatedAdminAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/GetCisScanReportCommand.ts b/clients/client-inspector2/src/commands/GetCisScanReportCommand.ts
index bc2428169371..4c783d55905a 100644
--- a/clients/client-inspector2/src/commands/GetCisScanReportCommand.ts
+++ b/clients/client-inspector2/src/commands/GetCisScanReportCommand.ts
@@ -101,4 +101,16 @@ export class GetCisScanReportCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCisScanReportCommand)
.de(de_GetCisScanReportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCisScanReportRequest;
+ output: GetCisScanReportResponse;
+ };
+ sdk: {
+ input: GetCisScanReportCommandInput;
+ output: GetCisScanReportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/GetCisScanResultDetailsCommand.ts b/clients/client-inspector2/src/commands/GetCisScanResultDetailsCommand.ts
index 48328a44d8a0..2602bdb45e6d 100644
--- a/clients/client-inspector2/src/commands/GetCisScanResultDetailsCommand.ts
+++ b/clients/client-inspector2/src/commands/GetCisScanResultDetailsCommand.ts
@@ -147,4 +147,16 @@ export class GetCisScanResultDetailsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCisScanResultDetailsCommand)
.de(de_GetCisScanResultDetailsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCisScanResultDetailsRequest;
+ output: GetCisScanResultDetailsResponse;
+ };
+ sdk: {
+ input: GetCisScanResultDetailsCommandInput;
+ output: GetCisScanResultDetailsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/GetConfigurationCommand.ts b/clients/client-inspector2/src/commands/GetConfigurationCommand.ts
index a1520bf13dcf..bb52d1475d26 100644
--- a/clients/client-inspector2/src/commands/GetConfigurationCommand.ts
+++ b/clients/client-inspector2/src/commands/GetConfigurationCommand.ts
@@ -97,4 +97,16 @@ export class GetConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetConfigurationCommand)
.de(de_GetConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetConfigurationResponse;
+ };
+ sdk: {
+ input: GetConfigurationCommandInput;
+ output: GetConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts b/clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts
index 7c67df92f961..2e5a22c10655 100644
--- a/clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts
+++ b/clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts
@@ -98,4 +98,16 @@ export class GetDelegatedAdminAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDelegatedAdminAccountCommand)
.de(de_GetDelegatedAdminAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetDelegatedAdminAccountResponse;
+ };
+ sdk: {
+ input: GetDelegatedAdminAccountCommandInput;
+ output: GetDelegatedAdminAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts b/clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts
index 739c98d88e0a..89067ee858a4 100644
--- a/clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts
+++ b/clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts
@@ -106,4 +106,16 @@ export class GetEc2DeepInspectionConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEc2DeepInspectionConfigurationCommand)
.de(de_GetEc2DeepInspectionConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetEc2DeepInspectionConfigurationResponse;
+ };
+ sdk: {
+ input: GetEc2DeepInspectionConfigurationCommandInput;
+ output: GetEc2DeepInspectionConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/GetEncryptionKeyCommand.ts b/clients/client-inspector2/src/commands/GetEncryptionKeyCommand.ts
index d086cf138115..3e71dacd1923 100644
--- a/clients/client-inspector2/src/commands/GetEncryptionKeyCommand.ts
+++ b/clients/client-inspector2/src/commands/GetEncryptionKeyCommand.ts
@@ -97,4 +97,16 @@ export class GetEncryptionKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEncryptionKeyCommand)
.de(de_GetEncryptionKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEncryptionKeyRequest;
+ output: GetEncryptionKeyResponse;
+ };
+ sdk: {
+ input: GetEncryptionKeyCommandInput;
+ output: GetEncryptionKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts b/clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts
index 296692efdff1..407ec1cf50a2 100644
--- a/clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts
+++ b/clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts
@@ -232,4 +232,16 @@ export class GetFindingsReportStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFindingsReportStatusCommand)
.de(de_GetFindingsReportStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFindingsReportStatusRequest;
+ output: GetFindingsReportStatusResponse;
+ };
+ sdk: {
+ input: GetFindingsReportStatusCommandInput;
+ output: GetFindingsReportStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/GetMemberCommand.ts b/clients/client-inspector2/src/commands/GetMemberCommand.ts
index 2ef834f0b1ce..d6443b536857 100644
--- a/clients/client-inspector2/src/commands/GetMemberCommand.ts
+++ b/clients/client-inspector2/src/commands/GetMemberCommand.ts
@@ -101,4 +101,16 @@ export class GetMemberCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMemberCommand)
.de(de_GetMemberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMemberRequest;
+ output: GetMemberResponse;
+ };
+ sdk: {
+ input: GetMemberCommandInput;
+ output: GetMemberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/GetSbomExportCommand.ts b/clients/client-inspector2/src/commands/GetSbomExportCommand.ts
index d46e38167baa..97562601fac8 100644
--- a/clients/client-inspector2/src/commands/GetSbomExportCommand.ts
+++ b/clients/client-inspector2/src/commands/GetSbomExportCommand.ts
@@ -152,4 +152,16 @@ export class GetSbomExportCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSbomExportCommand)
.de(de_GetSbomExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSbomExportRequest;
+ output: GetSbomExportResponse;
+ };
+ sdk: {
+ input: GetSbomExportCommandInput;
+ output: GetSbomExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts b/clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts
index 4b50a1f311c1..796f84236e46 100644
--- a/clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts
+++ b/clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts
@@ -101,4 +101,16 @@ export class ListAccountPermissionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAccountPermissionsCommand)
.de(de_ListAccountPermissionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAccountPermissionsRequest;
+ output: ListAccountPermissionsResponse;
+ };
+ sdk: {
+ input: ListAccountPermissionsCommandInput;
+ output: ListAccountPermissionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/ListCisScanConfigurationsCommand.ts b/clients/client-inspector2/src/commands/ListCisScanConfigurationsCommand.ts
index 7f6045cbb37f..257f6b54010e 100644
--- a/clients/client-inspector2/src/commands/ListCisScanConfigurationsCommand.ts
+++ b/clients/client-inspector2/src/commands/ListCisScanConfigurationsCommand.ts
@@ -163,4 +163,16 @@ export class ListCisScanConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCisScanConfigurationsCommand)
.de(de_ListCisScanConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCisScanConfigurationsRequest;
+ output: ListCisScanConfigurationsResponse;
+ };
+ sdk: {
+ input: ListCisScanConfigurationsCommandInput;
+ output: ListCisScanConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByChecksCommand.ts b/clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByChecksCommand.ts
index 9fa68d5293df..9dbf421f852f 100644
--- a/clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByChecksCommand.ts
+++ b/clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByChecksCommand.ts
@@ -159,4 +159,16 @@ export class ListCisScanResultsAggregatedByChecksCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCisScanResultsAggregatedByChecksCommand)
.de(de_ListCisScanResultsAggregatedByChecksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCisScanResultsAggregatedByChecksRequest;
+ output: ListCisScanResultsAggregatedByChecksResponse;
+ };
+ sdk: {
+ input: ListCisScanResultsAggregatedByChecksCommandInput;
+ output: ListCisScanResultsAggregatedByChecksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByTargetResourceCommand.ts b/clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByTargetResourceCommand.ts
index 9d50b10574af..803b837f29f8 100644
--- a/clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByTargetResourceCommand.ts
+++ b/clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByTargetResourceCommand.ts
@@ -183,4 +183,16 @@ export class ListCisScanResultsAggregatedByTargetResourceCommand extends $Comman
.f(void 0, void 0)
.ser(se_ListCisScanResultsAggregatedByTargetResourceCommand)
.de(de_ListCisScanResultsAggregatedByTargetResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCisScanResultsAggregatedByTargetResourceRequest;
+ output: ListCisScanResultsAggregatedByTargetResourceResponse;
+ };
+ sdk: {
+ input: ListCisScanResultsAggregatedByTargetResourceCommandInput;
+ output: ListCisScanResultsAggregatedByTargetResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/ListCisScansCommand.ts b/clients/client-inspector2/src/commands/ListCisScansCommand.ts
index 7e3c073ebf74..c50a79d5dcdf 100644
--- a/clients/client-inspector2/src/commands/ListCisScansCommand.ts
+++ b/clients/client-inspector2/src/commands/ListCisScansCommand.ts
@@ -180,4 +180,16 @@ export class ListCisScansCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCisScansCommand)
.de(de_ListCisScansCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCisScansRequest;
+ output: ListCisScansResponse;
+ };
+ sdk: {
+ input: ListCisScansCommandInput;
+ output: ListCisScansCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/ListCoverageCommand.ts b/clients/client-inspector2/src/commands/ListCoverageCommand.ts
index 03fa5fccf5e1..04a4f5d678a6 100644
--- a/clients/client-inspector2/src/commands/ListCoverageCommand.ts
+++ b/clients/client-inspector2/src/commands/ListCoverageCommand.ts
@@ -195,4 +195,16 @@ export class ListCoverageCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCoverageCommand)
.de(de_ListCoverageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCoverageRequest;
+ output: ListCoverageResponse;
+ };
+ sdk: {
+ input: ListCoverageCommandInput;
+ output: ListCoverageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/ListCoverageStatisticsCommand.ts b/clients/client-inspector2/src/commands/ListCoverageStatisticsCommand.ts
index 85521ab81c19..7c3bf9e31fed 100644
--- a/clients/client-inspector2/src/commands/ListCoverageStatisticsCommand.ts
+++ b/clients/client-inspector2/src/commands/ListCoverageStatisticsCommand.ts
@@ -159,4 +159,16 @@ export class ListCoverageStatisticsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCoverageStatisticsCommand)
.de(de_ListCoverageStatisticsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCoverageStatisticsRequest;
+ output: ListCoverageStatisticsResponse;
+ };
+ sdk: {
+ input: ListCoverageStatisticsCommandInput;
+ output: ListCoverageStatisticsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts b/clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts
index ee87fb1332a1..d900d4b2000c 100644
--- a/clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts
+++ b/clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts
@@ -101,4 +101,16 @@ export class ListDelegatedAdminAccountsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDelegatedAdminAccountsCommand)
.de(de_ListDelegatedAdminAccountsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDelegatedAdminAccountsRequest;
+ output: ListDelegatedAdminAccountsResponse;
+ };
+ sdk: {
+ input: ListDelegatedAdminAccountsCommandInput;
+ output: ListDelegatedAdminAccountsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/ListFiltersCommand.ts b/clients/client-inspector2/src/commands/ListFiltersCommand.ts
index 8b241764152e..d8371a7b5f67 100644
--- a/clients/client-inspector2/src/commands/ListFiltersCommand.ts
+++ b/clients/client-inspector2/src/commands/ListFiltersCommand.ts
@@ -241,4 +241,16 @@ export class ListFiltersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFiltersCommand)
.de(de_ListFiltersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFiltersRequest;
+ output: ListFiltersResponse;
+ };
+ sdk: {
+ input: ListFiltersCommandInput;
+ output: ListFiltersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/ListFindingAggregationsCommand.ts b/clients/client-inspector2/src/commands/ListFindingAggregationsCommand.ts
index d51ba90cd129..cdd56161f607 100644
--- a/clients/client-inspector2/src/commands/ListFindingAggregationsCommand.ts
+++ b/clients/client-inspector2/src/commands/ListFindingAggregationsCommand.ts
@@ -315,4 +315,16 @@ export class ListFindingAggregationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFindingAggregationsCommand)
.de(de_ListFindingAggregationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFindingAggregationsRequest;
+ output: ListFindingAggregationsResponse;
+ };
+ sdk: {
+ input: ListFindingAggregationsCommandInput;
+ output: ListFindingAggregationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/ListFindingsCommand.ts b/clients/client-inspector2/src/commands/ListFindingsCommand.ts
index e9b3832555eb..336df2a6806d 100644
--- a/clients/client-inspector2/src/commands/ListFindingsCommand.ts
+++ b/clients/client-inspector2/src/commands/ListFindingsCommand.ts
@@ -402,4 +402,16 @@ export class ListFindingsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFindingsCommand)
.de(de_ListFindingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFindingsRequest;
+ output: ListFindingsResponse;
+ };
+ sdk: {
+ input: ListFindingsCommandInput;
+ output: ListFindingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/ListMembersCommand.ts b/clients/client-inspector2/src/commands/ListMembersCommand.ts
index 8351eec8ea6e..475b97f0b1f1 100644
--- a/clients/client-inspector2/src/commands/ListMembersCommand.ts
+++ b/clients/client-inspector2/src/commands/ListMembersCommand.ts
@@ -104,4 +104,16 @@ export class ListMembersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMembersCommand)
.de(de_ListMembersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMembersRequest;
+ output: ListMembersResponse;
+ };
+ sdk: {
+ input: ListMembersCommandInput;
+ output: ListMembersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/ListTagsForResourceCommand.ts b/clients/client-inspector2/src/commands/ListTagsForResourceCommand.ts
index 8517120f0c4a..718d63b5b3f2 100644
--- a/clients/client-inspector2/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-inspector2/src/commands/ListTagsForResourceCommand.ts
@@ -92,4 +92,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/ListUsageTotalsCommand.ts b/clients/client-inspector2/src/commands/ListUsageTotalsCommand.ts
index 3f8bfaf74ad6..ff2450a434ea 100644
--- a/clients/client-inspector2/src/commands/ListUsageTotalsCommand.ts
+++ b/clients/client-inspector2/src/commands/ListUsageTotalsCommand.ts
@@ -110,4 +110,16 @@ export class ListUsageTotalsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListUsageTotalsCommand)
.de(de_ListUsageTotalsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUsageTotalsRequest;
+ output: ListUsageTotalsResponse;
+ };
+ sdk: {
+ input: ListUsageTotalsCommandInput;
+ output: ListUsageTotalsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/ResetEncryptionKeyCommand.ts b/clients/client-inspector2/src/commands/ResetEncryptionKeyCommand.ts
index a8bccb5b4a73..6c15c4a9f003 100644
--- a/clients/client-inspector2/src/commands/ResetEncryptionKeyCommand.ts
+++ b/clients/client-inspector2/src/commands/ResetEncryptionKeyCommand.ts
@@ -95,4 +95,16 @@ export class ResetEncryptionKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_ResetEncryptionKeyCommand)
.de(de_ResetEncryptionKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResetEncryptionKeyRequest;
+ output: {};
+ };
+ sdk: {
+ input: ResetEncryptionKeyCommandInput;
+ output: ResetEncryptionKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/SearchVulnerabilitiesCommand.ts b/clients/client-inspector2/src/commands/SearchVulnerabilitiesCommand.ts
index b84a25554dea..6c9f15a9fb17 100644
--- a/clients/client-inspector2/src/commands/SearchVulnerabilitiesCommand.ts
+++ b/clients/client-inspector2/src/commands/SearchVulnerabilitiesCommand.ts
@@ -151,4 +151,16 @@ export class SearchVulnerabilitiesCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchVulnerabilitiesCommand)
.de(de_SearchVulnerabilitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchVulnerabilitiesRequest;
+ output: SearchVulnerabilitiesResponse;
+ };
+ sdk: {
+ input: SearchVulnerabilitiesCommandInput;
+ output: SearchVulnerabilitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/SendCisSessionHealthCommand.ts b/clients/client-inspector2/src/commands/SendCisSessionHealthCommand.ts
index f23d3351e1a1..5b7b91115b20 100644
--- a/clients/client-inspector2/src/commands/SendCisSessionHealthCommand.ts
+++ b/clients/client-inspector2/src/commands/SendCisSessionHealthCommand.ts
@@ -99,4 +99,16 @@ export class SendCisSessionHealthCommand extends $Command
.f(void 0, void 0)
.ser(se_SendCisSessionHealthCommand)
.de(de_SendCisSessionHealthCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SendCisSessionHealthRequest;
+ output: {};
+ };
+ sdk: {
+ input: SendCisSessionHealthCommandInput;
+ output: SendCisSessionHealthCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/SendCisSessionTelemetryCommand.ts b/clients/client-inspector2/src/commands/SendCisSessionTelemetryCommand.ts
index 60d5b65c51e3..02703ec65249 100644
--- a/clients/client-inspector2/src/commands/SendCisSessionTelemetryCommand.ts
+++ b/clients/client-inspector2/src/commands/SendCisSessionTelemetryCommand.ts
@@ -106,4 +106,16 @@ export class SendCisSessionTelemetryCommand extends $Command
.f(void 0, void 0)
.ser(se_SendCisSessionTelemetryCommand)
.de(de_SendCisSessionTelemetryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SendCisSessionTelemetryRequest;
+ output: {};
+ };
+ sdk: {
+ input: SendCisSessionTelemetryCommandInput;
+ output: SendCisSessionTelemetryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/StartCisSessionCommand.ts b/clients/client-inspector2/src/commands/StartCisSessionCommand.ts
index 80d4c2f9e848..d15acd1ddfbc 100644
--- a/clients/client-inspector2/src/commands/StartCisSessionCommand.ts
+++ b/clients/client-inspector2/src/commands/StartCisSessionCommand.ts
@@ -101,4 +101,16 @@ export class StartCisSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartCisSessionCommand)
.de(de_StartCisSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartCisSessionRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartCisSessionCommandInput;
+ output: StartCisSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/StopCisSessionCommand.ts b/clients/client-inspector2/src/commands/StopCisSessionCommand.ts
index d63567b50c2d..eab70a4ce14f 100644
--- a/clients/client-inspector2/src/commands/StopCisSessionCommand.ts
+++ b/clients/client-inspector2/src/commands/StopCisSessionCommand.ts
@@ -120,4 +120,16 @@ export class StopCisSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_StopCisSessionCommand)
.de(de_StopCisSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopCisSessionRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopCisSessionCommandInput;
+ output: StopCisSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/TagResourceCommand.ts b/clients/client-inspector2/src/commands/TagResourceCommand.ts
index 94b33915d25d..a3e7c9d2e576 100644
--- a/clients/client-inspector2/src/commands/TagResourceCommand.ts
+++ b/clients/client-inspector2/src/commands/TagResourceCommand.ts
@@ -94,4 +94,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/UntagResourceCommand.ts b/clients/client-inspector2/src/commands/UntagResourceCommand.ts
index 4d44e9d3dfe6..571bedf9eec6 100644
--- a/clients/client-inspector2/src/commands/UntagResourceCommand.ts
+++ b/clients/client-inspector2/src/commands/UntagResourceCommand.ts
@@ -91,4 +91,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/UpdateCisScanConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateCisScanConfigurationCommand.ts
index 02b4658cb435..df94880a31ef 100644
--- a/clients/client-inspector2/src/commands/UpdateCisScanConfigurationCommand.ts
+++ b/clients/client-inspector2/src/commands/UpdateCisScanConfigurationCommand.ts
@@ -133,4 +133,16 @@ export class UpdateCisScanConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCisScanConfigurationCommand)
.de(de_UpdateCisScanConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCisScanConfigurationRequest;
+ output: UpdateCisScanConfigurationResponse;
+ };
+ sdk: {
+ input: UpdateCisScanConfigurationCommandInput;
+ output: UpdateCisScanConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/UpdateConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateConfigurationCommand.ts
index 3c6024d63191..9d812735e3e9 100644
--- a/clients/client-inspector2/src/commands/UpdateConfigurationCommand.ts
+++ b/clients/client-inspector2/src/commands/UpdateConfigurationCommand.ts
@@ -97,4 +97,16 @@ export class UpdateConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateConfigurationCommand)
.de(de_UpdateConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateConfigurationCommandInput;
+ output: UpdateConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/UpdateEc2DeepInspectionConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateEc2DeepInspectionConfigurationCommand.ts
index 9cc427baefc1..0c1e4b2bf63c 100644
--- a/clients/client-inspector2/src/commands/UpdateEc2DeepInspectionConfigurationCommand.ts
+++ b/clients/client-inspector2/src/commands/UpdateEc2DeepInspectionConfigurationCommand.ts
@@ -111,4 +111,16 @@ export class UpdateEc2DeepInspectionConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEc2DeepInspectionConfigurationCommand)
.de(de_UpdateEc2DeepInspectionConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEc2DeepInspectionConfigurationRequest;
+ output: UpdateEc2DeepInspectionConfigurationResponse;
+ };
+ sdk: {
+ input: UpdateEc2DeepInspectionConfigurationCommandInput;
+ output: UpdateEc2DeepInspectionConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/UpdateEncryptionKeyCommand.ts b/clients/client-inspector2/src/commands/UpdateEncryptionKeyCommand.ts
index f526e865f62a..7f063549cf3f 100644
--- a/clients/client-inspector2/src/commands/UpdateEncryptionKeyCommand.ts
+++ b/clients/client-inspector2/src/commands/UpdateEncryptionKeyCommand.ts
@@ -96,4 +96,16 @@ export class UpdateEncryptionKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEncryptionKeyCommand)
.de(de_UpdateEncryptionKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEncryptionKeyRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateEncryptionKeyCommandInput;
+ output: UpdateEncryptionKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/UpdateFilterCommand.ts b/clients/client-inspector2/src/commands/UpdateFilterCommand.ts
index 3c2f9f0d0daa..8010e524bc1d 100644
--- a/clients/client-inspector2/src/commands/UpdateFilterCommand.ts
+++ b/clients/client-inspector2/src/commands/UpdateFilterCommand.ts
@@ -228,4 +228,16 @@ export class UpdateFilterCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFilterCommand)
.de(de_UpdateFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFilterRequest;
+ output: UpdateFilterResponse;
+ };
+ sdk: {
+ input: UpdateFilterCommandInput;
+ output: UpdateFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.ts
index b427ec212e6f..df97808ba2ca 100644
--- a/clients/client-inspector2/src/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.ts
+++ b/clients/client-inspector2/src/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.ts
@@ -102,4 +102,16 @@ export class UpdateOrgEc2DeepInspectionConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateOrgEc2DeepInspectionConfigurationCommand)
.de(de_UpdateOrgEc2DeepInspectionConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateOrgEc2DeepInspectionConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateOrgEc2DeepInspectionConfigurationCommandInput;
+ output: UpdateOrgEc2DeepInspectionConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-inspector2/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateOrganizationConfigurationCommand.ts
index c2896d1782e5..ca4ddfd0ea39 100644
--- a/clients/client-inspector2/src/commands/UpdateOrganizationConfigurationCommand.ts
+++ b/clients/client-inspector2/src/commands/UpdateOrganizationConfigurationCommand.ts
@@ -108,4 +108,16 @@ export class UpdateOrganizationConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateOrganizationConfigurationCommand)
.de(de_UpdateOrganizationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateOrganizationConfigurationRequest;
+ output: UpdateOrganizationConfigurationResponse;
+ };
+ sdk: {
+ input: UpdateOrganizationConfigurationCommandInput;
+ output: UpdateOrganizationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-internetmonitor/package.json b/clients/client-internetmonitor/package.json
index b51b1e9d06ea..3a5aa5aec52a 100644
--- a/clients/client-internetmonitor/package.json
+++ b/clients/client-internetmonitor/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-internetmonitor/src/commands/CreateMonitorCommand.ts b/clients/client-internetmonitor/src/commands/CreateMonitorCommand.ts
index 969b813ffec1..9e6dc01b17cf 100644
--- a/clients/client-internetmonitor/src/commands/CreateMonitorCommand.ts
+++ b/clients/client-internetmonitor/src/commands/CreateMonitorCommand.ts
@@ -134,4 +134,16 @@ export class CreateMonitorCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateMonitorCommand)
.de(de_CreateMonitorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMonitorInput;
+ output: CreateMonitorOutput;
+ };
+ sdk: {
+ input: CreateMonitorCommandInput;
+ output: CreateMonitorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-internetmonitor/src/commands/DeleteMonitorCommand.ts b/clients/client-internetmonitor/src/commands/DeleteMonitorCommand.ts
index a0d37797003a..c48eb6cc4438 100644
--- a/clients/client-internetmonitor/src/commands/DeleteMonitorCommand.ts
+++ b/clients/client-internetmonitor/src/commands/DeleteMonitorCommand.ts
@@ -87,4 +87,16 @@ export class DeleteMonitorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMonitorCommand)
.de(de_DeleteMonitorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMonitorInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMonitorCommandInput;
+ output: DeleteMonitorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-internetmonitor/src/commands/GetHealthEventCommand.ts b/clients/client-internetmonitor/src/commands/GetHealthEventCommand.ts
index efa2bfd7add8..5b7413c7c8ac 100644
--- a/clients/client-internetmonitor/src/commands/GetHealthEventCommand.ts
+++ b/clients/client-internetmonitor/src/commands/GetHealthEventCommand.ts
@@ -155,4 +155,16 @@ export class GetHealthEventCommand extends $Command
.f(void 0, void 0)
.ser(se_GetHealthEventCommand)
.de(de_GetHealthEventCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetHealthEventInput;
+ output: GetHealthEventOutput;
+ };
+ sdk: {
+ input: GetHealthEventCommandInput;
+ output: GetHealthEventCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-internetmonitor/src/commands/GetInternetEventCommand.ts b/clients/client-internetmonitor/src/commands/GetInternetEventCommand.ts
index 547fa411c4c6..132867abe14f 100644
--- a/clients/client-internetmonitor/src/commands/GetInternetEventCommand.ts
+++ b/clients/client-internetmonitor/src/commands/GetInternetEventCommand.ts
@@ -109,4 +109,16 @@ export class GetInternetEventCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInternetEventCommand)
.de(de_GetInternetEventCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInternetEventInput;
+ output: GetInternetEventOutput;
+ };
+ sdk: {
+ input: GetInternetEventCommandInput;
+ output: GetInternetEventCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-internetmonitor/src/commands/GetMonitorCommand.ts b/clients/client-internetmonitor/src/commands/GetMonitorCommand.ts
index de03257fcbe4..613717216aa6 100644
--- a/clients/client-internetmonitor/src/commands/GetMonitorCommand.ts
+++ b/clients/client-internetmonitor/src/commands/GetMonitorCommand.ts
@@ -126,4 +126,16 @@ export class GetMonitorCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMonitorCommand)
.de(de_GetMonitorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMonitorInput;
+ output: GetMonitorOutput;
+ };
+ sdk: {
+ input: GetMonitorCommandInput;
+ output: GetMonitorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-internetmonitor/src/commands/GetQueryResultsCommand.ts b/clients/client-internetmonitor/src/commands/GetQueryResultsCommand.ts
index f7de7694f8c1..4cc0a7dc1fa8 100644
--- a/clients/client-internetmonitor/src/commands/GetQueryResultsCommand.ts
+++ b/clients/client-internetmonitor/src/commands/GetQueryResultsCommand.ts
@@ -110,4 +110,16 @@ export class GetQueryResultsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetQueryResultsCommand)
.de(de_GetQueryResultsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetQueryResultsInput;
+ output: GetQueryResultsOutput;
+ };
+ sdk: {
+ input: GetQueryResultsCommandInput;
+ output: GetQueryResultsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-internetmonitor/src/commands/GetQueryStatusCommand.ts b/clients/client-internetmonitor/src/commands/GetQueryStatusCommand.ts
index c05e66054d0c..86e4358312cd 100644
--- a/clients/client-internetmonitor/src/commands/GetQueryStatusCommand.ts
+++ b/clients/client-internetmonitor/src/commands/GetQueryStatusCommand.ts
@@ -116,4 +116,16 @@ export class GetQueryStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetQueryStatusCommand)
.de(de_GetQueryStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetQueryStatusInput;
+ output: GetQueryStatusOutput;
+ };
+ sdk: {
+ input: GetQueryStatusCommandInput;
+ output: GetQueryStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-internetmonitor/src/commands/ListHealthEventsCommand.ts b/clients/client-internetmonitor/src/commands/ListHealthEventsCommand.ts
index f2a9ea1f4276..d4db288c8c4a 100644
--- a/clients/client-internetmonitor/src/commands/ListHealthEventsCommand.ts
+++ b/clients/client-internetmonitor/src/commands/ListHealthEventsCommand.ts
@@ -164,4 +164,16 @@ export class ListHealthEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListHealthEventsCommand)
.de(de_ListHealthEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListHealthEventsInput;
+ output: ListHealthEventsOutput;
+ };
+ sdk: {
+ input: ListHealthEventsCommandInput;
+ output: ListHealthEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-internetmonitor/src/commands/ListInternetEventsCommand.ts b/clients/client-internetmonitor/src/commands/ListInternetEventsCommand.ts
index 994064aadb0a..bf307725efd0 100644
--- a/clients/client-internetmonitor/src/commands/ListInternetEventsCommand.ts
+++ b/clients/client-internetmonitor/src/commands/ListInternetEventsCommand.ts
@@ -121,4 +121,16 @@ export class ListInternetEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInternetEventsCommand)
.de(de_ListInternetEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInternetEventsInput;
+ output: ListInternetEventsOutput;
+ };
+ sdk: {
+ input: ListInternetEventsCommandInput;
+ output: ListInternetEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-internetmonitor/src/commands/ListMonitorsCommand.ts b/clients/client-internetmonitor/src/commands/ListMonitorsCommand.ts
index 78126c0dba53..16e36bac9d3e 100644
--- a/clients/client-internetmonitor/src/commands/ListMonitorsCommand.ts
+++ b/clients/client-internetmonitor/src/commands/ListMonitorsCommand.ts
@@ -100,4 +100,16 @@ export class ListMonitorsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMonitorsCommand)
.de(de_ListMonitorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMonitorsInput;
+ output: ListMonitorsOutput;
+ };
+ sdk: {
+ input: ListMonitorsCommandInput;
+ output: ListMonitorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-internetmonitor/src/commands/ListTagsForResourceCommand.ts b/clients/client-internetmonitor/src/commands/ListTagsForResourceCommand.ts
index 06ac2bcda1c3..d15c626bdd75 100644
--- a/clients/client-internetmonitor/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-internetmonitor/src/commands/ListTagsForResourceCommand.ts
@@ -94,4 +94,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceInput;
+ output: ListTagsForResourceOutput;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-internetmonitor/src/commands/StartQueryCommand.ts b/clients/client-internetmonitor/src/commands/StartQueryCommand.ts
index 563c3af69ee7..7365bbca4eda 100644
--- a/clients/client-internetmonitor/src/commands/StartQueryCommand.ts
+++ b/clients/client-internetmonitor/src/commands/StartQueryCommand.ts
@@ -110,4 +110,16 @@ export class StartQueryCommand extends $Command
.f(void 0, void 0)
.ser(se_StartQueryCommand)
.de(de_StartQueryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartQueryInput;
+ output: StartQueryOutput;
+ };
+ sdk: {
+ input: StartQueryCommandInput;
+ output: StartQueryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-internetmonitor/src/commands/StopQueryCommand.ts b/clients/client-internetmonitor/src/commands/StopQueryCommand.ts
index f4df8624bc3a..5b70856aec2e 100644
--- a/clients/client-internetmonitor/src/commands/StopQueryCommand.ts
+++ b/clients/client-internetmonitor/src/commands/StopQueryCommand.ts
@@ -91,4 +91,16 @@ export class StopQueryCommand extends $Command
.f(void 0, void 0)
.ser(se_StopQueryCommand)
.de(de_StopQueryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopQueryInput;
+ output: {};
+ };
+ sdk: {
+ input: StopQueryCommandInput;
+ output: StopQueryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-internetmonitor/src/commands/TagResourceCommand.ts b/clients/client-internetmonitor/src/commands/TagResourceCommand.ts
index 38e4583b72be..aa5adedf0789 100644
--- a/clients/client-internetmonitor/src/commands/TagResourceCommand.ts
+++ b/clients/client-internetmonitor/src/commands/TagResourceCommand.ts
@@ -94,4 +94,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-internetmonitor/src/commands/UntagResourceCommand.ts b/clients/client-internetmonitor/src/commands/UntagResourceCommand.ts
index 2992989f149d..7e5ce91c2c1b 100644
--- a/clients/client-internetmonitor/src/commands/UntagResourceCommand.ts
+++ b/clients/client-internetmonitor/src/commands/UntagResourceCommand.ts
@@ -93,4 +93,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-internetmonitor/src/commands/UpdateMonitorCommand.ts b/clients/client-internetmonitor/src/commands/UpdateMonitorCommand.ts
index 93dd66196795..ea91a3f8fdf1 100644
--- a/clients/client-internetmonitor/src/commands/UpdateMonitorCommand.ts
+++ b/clients/client-internetmonitor/src/commands/UpdateMonitorCommand.ts
@@ -130,4 +130,16 @@ export class UpdateMonitorCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateMonitorCommand)
.de(de_UpdateMonitorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMonitorInput;
+ output: UpdateMonitorOutput;
+ };
+ sdk: {
+ input: UpdateMonitorCommandInput;
+ output: UpdateMonitorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-devices-service/package.json b/clients/client-iot-1click-devices-service/package.json
index e877d40e98d3..41cea7a8eaa7 100644
--- a/clients/client-iot-1click-devices-service/package.json
+++ b/clients/client-iot-1click-devices-service/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-iot-1click-devices-service/src/commands/ClaimDevicesByClaimCodeCommand.ts b/clients/client-iot-1click-devices-service/src/commands/ClaimDevicesByClaimCodeCommand.ts
index 497a07ede0bd..9e0c5ac05765 100644
--- a/clients/client-iot-1click-devices-service/src/commands/ClaimDevicesByClaimCodeCommand.ts
+++ b/clients/client-iot-1click-devices-service/src/commands/ClaimDevicesByClaimCodeCommand.ts
@@ -89,4 +89,16 @@ export class ClaimDevicesByClaimCodeCommand extends $Command
.f(void 0, void 0)
.ser(se_ClaimDevicesByClaimCodeCommand)
.de(de_ClaimDevicesByClaimCodeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ClaimDevicesByClaimCodeRequest;
+ output: ClaimDevicesByClaimCodeResponse;
+ };
+ sdk: {
+ input: ClaimDevicesByClaimCodeCommandInput;
+ output: ClaimDevicesByClaimCodeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-devices-service/src/commands/DescribeDeviceCommand.ts b/clients/client-iot-1click-devices-service/src/commands/DescribeDeviceCommand.ts
index 64ee4864f6d7..6f1d6a9f4ac5 100644
--- a/clients/client-iot-1click-devices-service/src/commands/DescribeDeviceCommand.ts
+++ b/clients/client-iot-1click-devices-service/src/commands/DescribeDeviceCommand.ts
@@ -100,4 +100,16 @@ export class DescribeDeviceCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDeviceCommand)
.de(de_DescribeDeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDeviceRequest;
+ output: DescribeDeviceResponse;
+ };
+ sdk: {
+ input: DescribeDeviceCommandInput;
+ output: DescribeDeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-devices-service/src/commands/FinalizeDeviceClaimCommand.ts b/clients/client-iot-1click-devices-service/src/commands/FinalizeDeviceClaimCommand.ts
index b2c067330480..9851e443ed9a 100644
--- a/clients/client-iot-1click-devices-service/src/commands/FinalizeDeviceClaimCommand.ts
+++ b/clients/client-iot-1click-devices-service/src/commands/FinalizeDeviceClaimCommand.ts
@@ -98,4 +98,16 @@ export class FinalizeDeviceClaimCommand extends $Command
.f(void 0, void 0)
.ser(se_FinalizeDeviceClaimCommand)
.de(de_FinalizeDeviceClaimCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: FinalizeDeviceClaimRequest;
+ output: FinalizeDeviceClaimResponse;
+ };
+ sdk: {
+ input: FinalizeDeviceClaimCommandInput;
+ output: FinalizeDeviceClaimCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-devices-service/src/commands/GetDeviceMethodsCommand.ts b/clients/client-iot-1click-devices-service/src/commands/GetDeviceMethodsCommand.ts
index 1801b50a96a6..f9ce3286ada4 100644
--- a/clients/client-iot-1click-devices-service/src/commands/GetDeviceMethodsCommand.ts
+++ b/clients/client-iot-1click-devices-service/src/commands/GetDeviceMethodsCommand.ts
@@ -92,4 +92,16 @@ export class GetDeviceMethodsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeviceMethodsCommand)
.de(de_GetDeviceMethodsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeviceMethodsRequest;
+ output: GetDeviceMethodsResponse;
+ };
+ sdk: {
+ input: GetDeviceMethodsCommandInput;
+ output: GetDeviceMethodsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-devices-service/src/commands/InitiateDeviceClaimCommand.ts b/clients/client-iot-1click-devices-service/src/commands/InitiateDeviceClaimCommand.ts
index add2d5ccaf4c..314cf4075fc6 100644
--- a/clients/client-iot-1click-devices-service/src/commands/InitiateDeviceClaimCommand.ts
+++ b/clients/client-iot-1click-devices-service/src/commands/InitiateDeviceClaimCommand.ts
@@ -93,4 +93,16 @@ export class InitiateDeviceClaimCommand extends $Command
.f(void 0, void 0)
.ser(se_InitiateDeviceClaimCommand)
.de(de_InitiateDeviceClaimCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: InitiateDeviceClaimRequest;
+ output: InitiateDeviceClaimResponse;
+ };
+ sdk: {
+ input: InitiateDeviceClaimCommandInput;
+ output: InitiateDeviceClaimCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-devices-service/src/commands/InvokeDeviceMethodCommand.ts b/clients/client-iot-1click-devices-service/src/commands/InvokeDeviceMethodCommand.ts
index 6623d919abf5..8a63aba6ba75 100644
--- a/clients/client-iot-1click-devices-service/src/commands/InvokeDeviceMethodCommand.ts
+++ b/clients/client-iot-1click-devices-service/src/commands/InvokeDeviceMethodCommand.ts
@@ -99,4 +99,16 @@ export class InvokeDeviceMethodCommand extends $Command
.f(void 0, void 0)
.ser(se_InvokeDeviceMethodCommand)
.de(de_InvokeDeviceMethodCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: InvokeDeviceMethodRequest;
+ output: InvokeDeviceMethodResponse;
+ };
+ sdk: {
+ input: InvokeDeviceMethodCommandInput;
+ output: InvokeDeviceMethodCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-devices-service/src/commands/ListDeviceEventsCommand.ts b/clients/client-iot-1click-devices-service/src/commands/ListDeviceEventsCommand.ts
index 2b2367ab805d..056205c96275 100644
--- a/clients/client-iot-1click-devices-service/src/commands/ListDeviceEventsCommand.ts
+++ b/clients/client-iot-1click-devices-service/src/commands/ListDeviceEventsCommand.ts
@@ -104,4 +104,16 @@ export class ListDeviceEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDeviceEventsCommand)
.de(de_ListDeviceEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDeviceEventsRequest;
+ output: ListDeviceEventsResponse;
+ };
+ sdk: {
+ input: ListDeviceEventsCommandInput;
+ output: ListDeviceEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-devices-service/src/commands/ListDevicesCommand.ts b/clients/client-iot-1click-devices-service/src/commands/ListDevicesCommand.ts
index 737473b43823..2fb2cca60c65 100644
--- a/clients/client-iot-1click-devices-service/src/commands/ListDevicesCommand.ts
+++ b/clients/client-iot-1click-devices-service/src/commands/ListDevicesCommand.ts
@@ -104,4 +104,16 @@ export class ListDevicesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDevicesCommand)
.de(de_ListDevicesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDevicesRequest;
+ output: ListDevicesResponse;
+ };
+ sdk: {
+ input: ListDevicesCommandInput;
+ output: ListDevicesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-devices-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-iot-1click-devices-service/src/commands/ListTagsForResourceCommand.ts
index 08e35bca3fbf..da54010475e1 100644
--- a/clients/client-iot-1click-devices-service/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-iot-1click-devices-service/src/commands/ListTagsForResourceCommand.ts
@@ -87,4 +87,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-devices-service/src/commands/TagResourceCommand.ts b/clients/client-iot-1click-devices-service/src/commands/TagResourceCommand.ts
index ce6c9be25dc6..f6d5d02d4763 100644
--- a/clients/client-iot-1click-devices-service/src/commands/TagResourceCommand.ts
+++ b/clients/client-iot-1click-devices-service/src/commands/TagResourceCommand.ts
@@ -89,4 +89,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-devices-service/src/commands/UnclaimDeviceCommand.ts b/clients/client-iot-1click-devices-service/src/commands/UnclaimDeviceCommand.ts
index 394c8752e712..08de2c25a4b5 100644
--- a/clients/client-iot-1click-devices-service/src/commands/UnclaimDeviceCommand.ts
+++ b/clients/client-iot-1click-devices-service/src/commands/UnclaimDeviceCommand.ts
@@ -87,4 +87,16 @@ export class UnclaimDeviceCommand extends $Command
.f(void 0, void 0)
.ser(se_UnclaimDeviceCommand)
.de(de_UnclaimDeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UnclaimDeviceRequest;
+ output: UnclaimDeviceResponse;
+ };
+ sdk: {
+ input: UnclaimDeviceCommandInput;
+ output: UnclaimDeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-devices-service/src/commands/UntagResourceCommand.ts b/clients/client-iot-1click-devices-service/src/commands/UntagResourceCommand.ts
index 9814923499cc..3eb27d1986bb 100644
--- a/clients/client-iot-1click-devices-service/src/commands/UntagResourceCommand.ts
+++ b/clients/client-iot-1click-devices-service/src/commands/UntagResourceCommand.ts
@@ -89,4 +89,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-devices-service/src/commands/UpdateDeviceStateCommand.ts b/clients/client-iot-1click-devices-service/src/commands/UpdateDeviceStateCommand.ts
index 74775ae41651..d771cc94d613 100644
--- a/clients/client-iot-1click-devices-service/src/commands/UpdateDeviceStateCommand.ts
+++ b/clients/client-iot-1click-devices-service/src/commands/UpdateDeviceStateCommand.ts
@@ -87,4 +87,16 @@ export class UpdateDeviceStateCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDeviceStateCommand)
.de(de_UpdateDeviceStateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDeviceStateRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDeviceStateCommandInput;
+ output: UpdateDeviceStateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-projects/package.json b/clients/client-iot-1click-projects/package.json
index 01101c4b470a..eedee015a7f4 100644
--- a/clients/client-iot-1click-projects/package.json
+++ b/clients/client-iot-1click-projects/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-iot-1click-projects/src/commands/AssociateDeviceWithPlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/AssociateDeviceWithPlacementCommand.ts
index 59c40458929a..8d987cf80812 100644
--- a/clients/client-iot-1click-projects/src/commands/AssociateDeviceWithPlacementCommand.ts
+++ b/clients/client-iot-1click-projects/src/commands/AssociateDeviceWithPlacementCommand.ts
@@ -99,4 +99,16 @@ export class AssociateDeviceWithPlacementCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateDeviceWithPlacementCommand)
.de(de_AssociateDeviceWithPlacementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateDeviceWithPlacementRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateDeviceWithPlacementCommandInput;
+ output: AssociateDeviceWithPlacementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-projects/src/commands/CreatePlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/CreatePlacementCommand.ts
index 6fea201ac73d..1aef6341bad2 100644
--- a/clients/client-iot-1click-projects/src/commands/CreatePlacementCommand.ts
+++ b/clients/client-iot-1click-projects/src/commands/CreatePlacementCommand.ts
@@ -95,4 +95,16 @@ export class CreatePlacementCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePlacementCommand)
.de(de_CreatePlacementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePlacementRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreatePlacementCommandInput;
+ output: CreatePlacementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-projects/src/commands/CreateProjectCommand.ts b/clients/client-iot-1click-projects/src/commands/CreateProjectCommand.ts
index bf7324a81060..4f8144a31c3c 100644
--- a/clients/client-iot-1click-projects/src/commands/CreateProjectCommand.ts
+++ b/clients/client-iot-1click-projects/src/commands/CreateProjectCommand.ts
@@ -106,4 +106,16 @@ export class CreateProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateProjectCommand)
.de(de_CreateProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateProjectRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateProjectCommandInput;
+ output: CreateProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-projects/src/commands/DeletePlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/DeletePlacementCommand.ts
index 413e40230bf4..1266984f8e90 100644
--- a/clients/client-iot-1click-projects/src/commands/DeletePlacementCommand.ts
+++ b/clients/client-iot-1click-projects/src/commands/DeletePlacementCommand.ts
@@ -96,4 +96,16 @@ export class DeletePlacementCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePlacementCommand)
.de(de_DeletePlacementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePlacementRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePlacementCommandInput;
+ output: DeletePlacementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-projects/src/commands/DeleteProjectCommand.ts b/clients/client-iot-1click-projects/src/commands/DeleteProjectCommand.ts
index b80f4b9c6e0e..751035a9ce4d 100644
--- a/clients/client-iot-1click-projects/src/commands/DeleteProjectCommand.ts
+++ b/clients/client-iot-1click-projects/src/commands/DeleteProjectCommand.ts
@@ -95,4 +95,16 @@ export class DeleteProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteProjectCommand)
.de(de_DeleteProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteProjectRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteProjectCommandInput;
+ output: DeleteProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-projects/src/commands/DescribePlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/DescribePlacementCommand.ts
index 68636a77cc11..06151afed297 100644
--- a/clients/client-iot-1click-projects/src/commands/DescribePlacementCommand.ts
+++ b/clients/client-iot-1click-projects/src/commands/DescribePlacementCommand.ts
@@ -99,4 +99,16 @@ export class DescribePlacementCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePlacementCommand)
.de(de_DescribePlacementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePlacementRequest;
+ output: DescribePlacementResponse;
+ };
+ sdk: {
+ input: DescribePlacementCommandInput;
+ output: DescribePlacementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-projects/src/commands/DescribeProjectCommand.ts b/clients/client-iot-1click-projects/src/commands/DescribeProjectCommand.ts
index c87ca2f9d5f3..db0c4c93f326 100644
--- a/clients/client-iot-1click-projects/src/commands/DescribeProjectCommand.ts
+++ b/clients/client-iot-1click-projects/src/commands/DescribeProjectCommand.ts
@@ -112,4 +112,16 @@ export class DescribeProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeProjectCommand)
.de(de_DescribeProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeProjectRequest;
+ output: DescribeProjectResponse;
+ };
+ sdk: {
+ input: DescribeProjectCommandInput;
+ output: DescribeProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-projects/src/commands/DisassociateDeviceFromPlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/DisassociateDeviceFromPlacementCommand.ts
index 03a4bcf3cb94..a91b31367166 100644
--- a/clients/client-iot-1click-projects/src/commands/DisassociateDeviceFromPlacementCommand.ts
+++ b/clients/client-iot-1click-projects/src/commands/DisassociateDeviceFromPlacementCommand.ts
@@ -98,4 +98,16 @@ export class DisassociateDeviceFromPlacementCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateDeviceFromPlacementCommand)
.de(de_DisassociateDeviceFromPlacementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateDeviceFromPlacementRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateDeviceFromPlacementCommandInput;
+ output: DisassociateDeviceFromPlacementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-projects/src/commands/GetDevicesInPlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/GetDevicesInPlacementCommand.ts
index 5da189393901..9c5bc7135cb1 100644
--- a/clients/client-iot-1click-projects/src/commands/GetDevicesInPlacementCommand.ts
+++ b/clients/client-iot-1click-projects/src/commands/GetDevicesInPlacementCommand.ts
@@ -93,4 +93,16 @@ export class GetDevicesInPlacementCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDevicesInPlacementCommand)
.de(de_GetDevicesInPlacementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDevicesInPlacementRequest;
+ output: GetDevicesInPlacementResponse;
+ };
+ sdk: {
+ input: GetDevicesInPlacementCommandInput;
+ output: GetDevicesInPlacementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-projects/src/commands/ListPlacementsCommand.ts b/clients/client-iot-1click-projects/src/commands/ListPlacementsCommand.ts
index ee8703d989bf..5ff488149b47 100644
--- a/clients/client-iot-1click-projects/src/commands/ListPlacementsCommand.ts
+++ b/clients/client-iot-1click-projects/src/commands/ListPlacementsCommand.ts
@@ -100,4 +100,16 @@ export class ListPlacementsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPlacementsCommand)
.de(de_ListPlacementsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPlacementsRequest;
+ output: ListPlacementsResponse;
+ };
+ sdk: {
+ input: ListPlacementsCommandInput;
+ output: ListPlacementsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-projects/src/commands/ListProjectsCommand.ts b/clients/client-iot-1click-projects/src/commands/ListProjectsCommand.ts
index 958fdc5bd9d6..2d4a75059441 100644
--- a/clients/client-iot-1click-projects/src/commands/ListProjectsCommand.ts
+++ b/clients/client-iot-1click-projects/src/commands/ListProjectsCommand.ts
@@ -99,4 +99,16 @@ export class ListProjectsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProjectsCommand)
.de(de_ListProjectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProjectsRequest;
+ output: ListProjectsResponse;
+ };
+ sdk: {
+ input: ListProjectsCommandInput;
+ output: ListProjectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-projects/src/commands/ListTagsForResourceCommand.ts b/clients/client-iot-1click-projects/src/commands/ListTagsForResourceCommand.ts
index a5919abda2b9..3771a044e665 100644
--- a/clients/client-iot-1click-projects/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-iot-1click-projects/src/commands/ListTagsForResourceCommand.ts
@@ -92,4 +92,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-projects/src/commands/TagResourceCommand.ts b/clients/client-iot-1click-projects/src/commands/TagResourceCommand.ts
index bd80c0f1b0cf..ea37ec77ebce 100644
--- a/clients/client-iot-1click-projects/src/commands/TagResourceCommand.ts
+++ b/clients/client-iot-1click-projects/src/commands/TagResourceCommand.ts
@@ -93,4 +93,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-projects/src/commands/UntagResourceCommand.ts b/clients/client-iot-1click-projects/src/commands/UntagResourceCommand.ts
index ee995840fe73..33849f9b913d 100644
--- a/clients/client-iot-1click-projects/src/commands/UntagResourceCommand.ts
+++ b/clients/client-iot-1click-projects/src/commands/UntagResourceCommand.ts
@@ -91,4 +91,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-projects/src/commands/UpdatePlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/UpdatePlacementCommand.ts
index 2d6a38282692..8bee807e323c 100644
--- a/clients/client-iot-1click-projects/src/commands/UpdatePlacementCommand.ts
+++ b/clients/client-iot-1click-projects/src/commands/UpdatePlacementCommand.ts
@@ -96,4 +96,16 @@ export class UpdatePlacementCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePlacementCommand)
.de(de_UpdatePlacementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePlacementRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdatePlacementCommandInput;
+ output: UpdatePlacementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-1click-projects/src/commands/UpdateProjectCommand.ts b/clients/client-iot-1click-projects/src/commands/UpdateProjectCommand.ts
index f0f3742c3b5b..b05d71368acc 100644
--- a/clients/client-iot-1click-projects/src/commands/UpdateProjectCommand.ts
+++ b/clients/client-iot-1click-projects/src/commands/UpdateProjectCommand.ts
@@ -108,4 +108,16 @@ export class UpdateProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateProjectCommand)
.de(de_UpdateProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateProjectRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateProjectCommandInput;
+ output: UpdateProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-data-plane/package.json b/clients/client-iot-data-plane/package.json
index bf925a60a341..eacf2a1b8cd7 100644
--- a/clients/client-iot-data-plane/package.json
+++ b/clients/client-iot-data-plane/package.json
@@ -33,31 +33,31 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
- "@smithy/util-stream": "^3.1.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
+ "@smithy/util-stream": "^3.1.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-iot-data-plane/src/commands/DeleteThingShadowCommand.ts b/clients/client-iot-data-plane/src/commands/DeleteThingShadowCommand.ts
index c99d0777a9b3..98fa5508e23c 100644
--- a/clients/client-iot-data-plane/src/commands/DeleteThingShadowCommand.ts
+++ b/clients/client-iot-data-plane/src/commands/DeleteThingShadowCommand.ts
@@ -112,4 +112,16 @@ export class DeleteThingShadowCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteThingShadowCommand)
.de(de_DeleteThingShadowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteThingShadowRequest;
+ output: DeleteThingShadowResponse;
+ };
+ sdk: {
+ input: DeleteThingShadowCommandInput;
+ output: DeleteThingShadowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-data-plane/src/commands/GetRetainedMessageCommand.ts b/clients/client-iot-data-plane/src/commands/GetRetainedMessageCommand.ts
index fa5f04ca9376..54fa3ac57656 100644
--- a/clients/client-iot-data-plane/src/commands/GetRetainedMessageCommand.ts
+++ b/clients/client-iot-data-plane/src/commands/GetRetainedMessageCommand.ts
@@ -108,4 +108,16 @@ export class GetRetainedMessageCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRetainedMessageCommand)
.de(de_GetRetainedMessageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRetainedMessageRequest;
+ output: GetRetainedMessageResponse;
+ };
+ sdk: {
+ input: GetRetainedMessageCommandInput;
+ output: GetRetainedMessageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-data-plane/src/commands/GetThingShadowCommand.ts b/clients/client-iot-data-plane/src/commands/GetThingShadowCommand.ts
index 8d5c45916008..46c40482f6a2 100644
--- a/clients/client-iot-data-plane/src/commands/GetThingShadowCommand.ts
+++ b/clients/client-iot-data-plane/src/commands/GetThingShadowCommand.ts
@@ -113,4 +113,16 @@ export class GetThingShadowCommand extends $Command
.f(void 0, void 0)
.ser(se_GetThingShadowCommand)
.de(de_GetThingShadowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetThingShadowRequest;
+ output: GetThingShadowResponse;
+ };
+ sdk: {
+ input: GetThingShadowCommandInput;
+ output: GetThingShadowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-data-plane/src/commands/ListNamedShadowsForThingCommand.ts b/clients/client-iot-data-plane/src/commands/ListNamedShadowsForThingCommand.ts
index ba0f528e2b18..d97d7c75aca5 100644
--- a/clients/client-iot-data-plane/src/commands/ListNamedShadowsForThingCommand.ts
+++ b/clients/client-iot-data-plane/src/commands/ListNamedShadowsForThingCommand.ts
@@ -105,4 +105,16 @@ export class ListNamedShadowsForThingCommand extends $Command
.f(void 0, void 0)
.ser(se_ListNamedShadowsForThingCommand)
.de(de_ListNamedShadowsForThingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListNamedShadowsForThingRequest;
+ output: ListNamedShadowsForThingResponse;
+ };
+ sdk: {
+ input: ListNamedShadowsForThingCommandInput;
+ output: ListNamedShadowsForThingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-data-plane/src/commands/ListRetainedMessagesCommand.ts b/clients/client-iot-data-plane/src/commands/ListRetainedMessagesCommand.ts
index 19b13737808a..bfbaa22d915e 100644
--- a/clients/client-iot-data-plane/src/commands/ListRetainedMessagesCommand.ts
+++ b/clients/client-iot-data-plane/src/commands/ListRetainedMessagesCommand.ts
@@ -113,4 +113,16 @@ export class ListRetainedMessagesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRetainedMessagesCommand)
.de(de_ListRetainedMessagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRetainedMessagesRequest;
+ output: ListRetainedMessagesResponse;
+ };
+ sdk: {
+ input: ListRetainedMessagesCommandInput;
+ output: ListRetainedMessagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-data-plane/src/commands/PublishCommand.ts b/clients/client-iot-data-plane/src/commands/PublishCommand.ts
index b1e5199dc7c0..47f800dc1c16 100644
--- a/clients/client-iot-data-plane/src/commands/PublishCommand.ts
+++ b/clients/client-iot-data-plane/src/commands/PublishCommand.ts
@@ -112,4 +112,16 @@ export class PublishCommand extends $Command
.f(void 0, void 0)
.ser(se_PublishCommand)
.de(de_PublishCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PublishRequest;
+ output: {};
+ };
+ sdk: {
+ input: PublishCommandInput;
+ output: PublishCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-data-plane/src/commands/UpdateThingShadowCommand.ts b/clients/client-iot-data-plane/src/commands/UpdateThingShadowCommand.ts
index 76152af934bd..390a1cea37e2 100644
--- a/clients/client-iot-data-plane/src/commands/UpdateThingShadowCommand.ts
+++ b/clients/client-iot-data-plane/src/commands/UpdateThingShadowCommand.ts
@@ -124,4 +124,16 @@ export class UpdateThingShadowCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateThingShadowCommand)
.de(de_UpdateThingShadowCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateThingShadowRequest;
+ output: UpdateThingShadowResponse;
+ };
+ sdk: {
+ input: UpdateThingShadowCommandInput;
+ output: UpdateThingShadowCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events-data/package.json b/clients/client-iot-events-data/package.json
index 88f05be756ad..f4d5f06a115b 100644
--- a/clients/client-iot-events-data/package.json
+++ b/clients/client-iot-events-data/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-iot-events-data/src/commands/BatchAcknowledgeAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchAcknowledgeAlarmCommand.ts
index 6684cedf663f..a912e0ed6260 100644
--- a/clients/client-iot-events-data/src/commands/BatchAcknowledgeAlarmCommand.ts
+++ b/clients/client-iot-events-data/src/commands/BatchAcknowledgeAlarmCommand.ts
@@ -103,4 +103,16 @@ export class BatchAcknowledgeAlarmCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchAcknowledgeAlarmCommand)
.de(de_BatchAcknowledgeAlarmCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchAcknowledgeAlarmRequest;
+ output: BatchAcknowledgeAlarmResponse;
+ };
+ sdk: {
+ input: BatchAcknowledgeAlarmCommandInput;
+ output: BatchAcknowledgeAlarmCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events-data/src/commands/BatchDeleteDetectorCommand.ts b/clients/client-iot-events-data/src/commands/BatchDeleteDetectorCommand.ts
index 4067df8400ea..274681388dc4 100644
--- a/clients/client-iot-events-data/src/commands/BatchDeleteDetectorCommand.ts
+++ b/clients/client-iot-events-data/src/commands/BatchDeleteDetectorCommand.ts
@@ -101,4 +101,16 @@ export class BatchDeleteDetectorCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDeleteDetectorCommand)
.de(de_BatchDeleteDetectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDeleteDetectorRequest;
+ output: BatchDeleteDetectorResponse;
+ };
+ sdk: {
+ input: BatchDeleteDetectorCommandInput;
+ output: BatchDeleteDetectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events-data/src/commands/BatchDisableAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchDisableAlarmCommand.ts
index 4a832f657ce6..53c093291a27 100644
--- a/clients/client-iot-events-data/src/commands/BatchDisableAlarmCommand.ts
+++ b/clients/client-iot-events-data/src/commands/BatchDisableAlarmCommand.ts
@@ -103,4 +103,16 @@ export class BatchDisableAlarmCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDisableAlarmCommand)
.de(de_BatchDisableAlarmCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDisableAlarmRequest;
+ output: BatchDisableAlarmResponse;
+ };
+ sdk: {
+ input: BatchDisableAlarmCommandInput;
+ output: BatchDisableAlarmCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events-data/src/commands/BatchEnableAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchEnableAlarmCommand.ts
index 78087ca20a5a..9ddb5b9465cc 100644
--- a/clients/client-iot-events-data/src/commands/BatchEnableAlarmCommand.ts
+++ b/clients/client-iot-events-data/src/commands/BatchEnableAlarmCommand.ts
@@ -103,4 +103,16 @@ export class BatchEnableAlarmCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchEnableAlarmCommand)
.de(de_BatchEnableAlarmCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchEnableAlarmRequest;
+ output: BatchEnableAlarmResponse;
+ };
+ sdk: {
+ input: BatchEnableAlarmCommandInput;
+ output: BatchEnableAlarmCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events-data/src/commands/BatchPutMessageCommand.ts b/clients/client-iot-events-data/src/commands/BatchPutMessageCommand.ts
index 232433864451..aae00b1696cd 100644
--- a/clients/client-iot-events-data/src/commands/BatchPutMessageCommand.ts
+++ b/clients/client-iot-events-data/src/commands/BatchPutMessageCommand.ts
@@ -108,4 +108,16 @@ export class BatchPutMessageCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchPutMessageCommand)
.de(de_BatchPutMessageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchPutMessageRequest;
+ output: BatchPutMessageResponse;
+ };
+ sdk: {
+ input: BatchPutMessageCommandInput;
+ output: BatchPutMessageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events-data/src/commands/BatchResetAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchResetAlarmCommand.ts
index a1f66e6bbafd..58324098e747 100644
--- a/clients/client-iot-events-data/src/commands/BatchResetAlarmCommand.ts
+++ b/clients/client-iot-events-data/src/commands/BatchResetAlarmCommand.ts
@@ -103,4 +103,16 @@ export class BatchResetAlarmCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchResetAlarmCommand)
.de(de_BatchResetAlarmCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchResetAlarmRequest;
+ output: BatchResetAlarmResponse;
+ };
+ sdk: {
+ input: BatchResetAlarmCommandInput;
+ output: BatchResetAlarmCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events-data/src/commands/BatchSnoozeAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchSnoozeAlarmCommand.ts
index d4abbf9e1b9a..fd8fc08bc27b 100644
--- a/clients/client-iot-events-data/src/commands/BatchSnoozeAlarmCommand.ts
+++ b/clients/client-iot-events-data/src/commands/BatchSnoozeAlarmCommand.ts
@@ -104,4 +104,16 @@ export class BatchSnoozeAlarmCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchSnoozeAlarmCommand)
.de(de_BatchSnoozeAlarmCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchSnoozeAlarmRequest;
+ output: BatchSnoozeAlarmResponse;
+ };
+ sdk: {
+ input: BatchSnoozeAlarmCommandInput;
+ output: BatchSnoozeAlarmCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events-data/src/commands/BatchUpdateDetectorCommand.ts b/clients/client-iot-events-data/src/commands/BatchUpdateDetectorCommand.ts
index 30d2a0882fe6..4d9554dc8e01 100644
--- a/clients/client-iot-events-data/src/commands/BatchUpdateDetectorCommand.ts
+++ b/clients/client-iot-events-data/src/commands/BatchUpdateDetectorCommand.ts
@@ -117,4 +117,16 @@ export class BatchUpdateDetectorCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchUpdateDetectorCommand)
.de(de_BatchUpdateDetectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchUpdateDetectorRequest;
+ output: BatchUpdateDetectorResponse;
+ };
+ sdk: {
+ input: BatchUpdateDetectorCommandInput;
+ output: BatchUpdateDetectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events-data/src/commands/DescribeAlarmCommand.ts b/clients/client-iot-events-data/src/commands/DescribeAlarmCommand.ts
index f88c2bad187c..fcf01268b52f 100644
--- a/clients/client-iot-events-data/src/commands/DescribeAlarmCommand.ts
+++ b/clients/client-iot-events-data/src/commands/DescribeAlarmCommand.ts
@@ -135,4 +135,16 @@ export class DescribeAlarmCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAlarmCommand)
.de(de_DescribeAlarmCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAlarmRequest;
+ output: DescribeAlarmResponse;
+ };
+ sdk: {
+ input: DescribeAlarmCommandInput;
+ output: DescribeAlarmCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events-data/src/commands/DescribeDetectorCommand.ts b/clients/client-iot-events-data/src/commands/DescribeDetectorCommand.ts
index 33d8caa08d2a..b896a75a6140 100644
--- a/clients/client-iot-events-data/src/commands/DescribeDetectorCommand.ts
+++ b/clients/client-iot-events-data/src/commands/DescribeDetectorCommand.ts
@@ -114,4 +114,16 @@ export class DescribeDetectorCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDetectorCommand)
.de(de_DescribeDetectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDetectorRequest;
+ output: DescribeDetectorResponse;
+ };
+ sdk: {
+ input: DescribeDetectorCommandInput;
+ output: DescribeDetectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events-data/src/commands/ListAlarmsCommand.ts b/clients/client-iot-events-data/src/commands/ListAlarmsCommand.ts
index 66837ef4badf..4b081e12b948 100644
--- a/clients/client-iot-events-data/src/commands/ListAlarmsCommand.ts
+++ b/clients/client-iot-events-data/src/commands/ListAlarmsCommand.ts
@@ -105,4 +105,16 @@ export class ListAlarmsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAlarmsCommand)
.de(de_ListAlarmsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAlarmsRequest;
+ output: ListAlarmsResponse;
+ };
+ sdk: {
+ input: ListAlarmsCommandInput;
+ output: ListAlarmsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events-data/src/commands/ListDetectorsCommand.ts b/clients/client-iot-events-data/src/commands/ListDetectorsCommand.ts
index 3afb1d939348..a22685d7da4b 100644
--- a/clients/client-iot-events-data/src/commands/ListDetectorsCommand.ts
+++ b/clients/client-iot-events-data/src/commands/ListDetectorsCommand.ts
@@ -107,4 +107,16 @@ export class ListDetectorsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDetectorsCommand)
.de(de_ListDetectorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDetectorsRequest;
+ output: ListDetectorsResponse;
+ };
+ sdk: {
+ input: ListDetectorsCommandInput;
+ output: ListDetectorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/package.json b/clients/client-iot-events/package.json
index 95f087e056de..b909fd51be04 100644
--- a/clients/client-iot-events/package.json
+++ b/clients/client-iot-events/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-iot-events/src/commands/CreateAlarmModelCommand.ts b/clients/client-iot-events/src/commands/CreateAlarmModelCommand.ts
index 1088d36454c6..88596cba7fd2 100644
--- a/clients/client-iot-events/src/commands/CreateAlarmModelCommand.ts
+++ b/clients/client-iot-events/src/commands/CreateAlarmModelCommand.ts
@@ -256,4 +256,16 @@ export class CreateAlarmModelCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAlarmModelCommand)
.de(de_CreateAlarmModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAlarmModelRequest;
+ output: CreateAlarmModelResponse;
+ };
+ sdk: {
+ input: CreateAlarmModelCommandInput;
+ output: CreateAlarmModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/CreateDetectorModelCommand.ts b/clients/client-iot-events/src/commands/CreateDetectorModelCommand.ts
index d769f1f4af1d..73a3b16a88a5 100644
--- a/clients/client-iot-events/src/commands/CreateDetectorModelCommand.ts
+++ b/clients/client-iot-events/src/commands/CreateDetectorModelCommand.ts
@@ -493,4 +493,16 @@ export class CreateDetectorModelCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDetectorModelCommand)
.de(de_CreateDetectorModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDetectorModelRequest;
+ output: CreateDetectorModelResponse;
+ };
+ sdk: {
+ input: CreateDetectorModelCommandInput;
+ output: CreateDetectorModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/CreateInputCommand.ts b/clients/client-iot-events/src/commands/CreateInputCommand.ts
index d3ac0f9edd47..5521e4698ada 100644
--- a/clients/client-iot-events/src/commands/CreateInputCommand.ts
+++ b/clients/client-iot-events/src/commands/CreateInputCommand.ts
@@ -113,4 +113,16 @@ export class CreateInputCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateInputCommand)
.de(de_CreateInputCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateInputRequest;
+ output: CreateInputResponse;
+ };
+ sdk: {
+ input: CreateInputCommandInput;
+ output: CreateInputCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/DeleteAlarmModelCommand.ts b/clients/client-iot-events/src/commands/DeleteAlarmModelCommand.ts
index 69510ab53020..00084cae4e72 100644
--- a/clients/client-iot-events/src/commands/DeleteAlarmModelCommand.ts
+++ b/clients/client-iot-events/src/commands/DeleteAlarmModelCommand.ts
@@ -94,4 +94,16 @@ export class DeleteAlarmModelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAlarmModelCommand)
.de(de_DeleteAlarmModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAlarmModelRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAlarmModelCommandInput;
+ output: DeleteAlarmModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/DeleteDetectorModelCommand.ts b/clients/client-iot-events/src/commands/DeleteDetectorModelCommand.ts
index 8c22df8b3570..73e4546b7c8d 100644
--- a/clients/client-iot-events/src/commands/DeleteDetectorModelCommand.ts
+++ b/clients/client-iot-events/src/commands/DeleteDetectorModelCommand.ts
@@ -94,4 +94,16 @@ export class DeleteDetectorModelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDetectorModelCommand)
.de(de_DeleteDetectorModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDetectorModelRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDetectorModelCommandInput;
+ output: DeleteDetectorModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/DeleteInputCommand.ts b/clients/client-iot-events/src/commands/DeleteInputCommand.ts
index 001f673784b3..3a2e9eb25c85 100644
--- a/clients/client-iot-events/src/commands/DeleteInputCommand.ts
+++ b/clients/client-iot-events/src/commands/DeleteInputCommand.ts
@@ -93,4 +93,16 @@ export class DeleteInputCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteInputCommand)
.de(de_DeleteInputCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteInputRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteInputCommandInput;
+ output: DeleteInputCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/DescribeAlarmModelCommand.ts b/clients/client-iot-events/src/commands/DescribeAlarmModelCommand.ts
index 3610a770e98d..e789f0a92629 100644
--- a/clients/client-iot-events/src/commands/DescribeAlarmModelCommand.ts
+++ b/clients/client-iot-events/src/commands/DescribeAlarmModelCommand.ts
@@ -246,4 +246,16 @@ export class DescribeAlarmModelCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAlarmModelCommand)
.de(de_DescribeAlarmModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAlarmModelRequest;
+ output: DescribeAlarmModelResponse;
+ };
+ sdk: {
+ input: DescribeAlarmModelCommandInput;
+ output: DescribeAlarmModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/DescribeDetectorModelAnalysisCommand.ts b/clients/client-iot-events/src/commands/DescribeDetectorModelAnalysisCommand.ts
index 97e78bdc36dd..c0b7134ed734 100644
--- a/clients/client-iot-events/src/commands/DescribeDetectorModelAnalysisCommand.ts
+++ b/clients/client-iot-events/src/commands/DescribeDetectorModelAnalysisCommand.ts
@@ -100,4 +100,16 @@ export class DescribeDetectorModelAnalysisCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDetectorModelAnalysisCommand)
.de(de_DescribeDetectorModelAnalysisCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDetectorModelAnalysisRequest;
+ output: DescribeDetectorModelAnalysisResponse;
+ };
+ sdk: {
+ input: DescribeDetectorModelAnalysisCommandInput;
+ output: DescribeDetectorModelAnalysisCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/DescribeDetectorModelCommand.ts b/clients/client-iot-events/src/commands/DescribeDetectorModelCommand.ts
index 56588c65ae43..3f4eff6184ca 100644
--- a/clients/client-iot-events/src/commands/DescribeDetectorModelCommand.ts
+++ b/clients/client-iot-events/src/commands/DescribeDetectorModelCommand.ts
@@ -481,4 +481,16 @@ export class DescribeDetectorModelCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDetectorModelCommand)
.de(de_DescribeDetectorModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDetectorModelRequest;
+ output: DescribeDetectorModelResponse;
+ };
+ sdk: {
+ input: DescribeDetectorModelCommandInput;
+ output: DescribeDetectorModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/DescribeInputCommand.ts b/clients/client-iot-events/src/commands/DescribeInputCommand.ts
index f51c5d985baf..142f64a4dec1 100644
--- a/clients/client-iot-events/src/commands/DescribeInputCommand.ts
+++ b/clients/client-iot-events/src/commands/DescribeInputCommand.ts
@@ -108,4 +108,16 @@ export class DescribeInputCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeInputCommand)
.de(de_DescribeInputCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInputRequest;
+ output: DescribeInputResponse;
+ };
+ sdk: {
+ input: DescribeInputCommandInput;
+ output: DescribeInputCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/DescribeLoggingOptionsCommand.ts b/clients/client-iot-events/src/commands/DescribeLoggingOptionsCommand.ts
index bde4b15d0093..2784e70b7fe5 100644
--- a/clients/client-iot-events/src/commands/DescribeLoggingOptionsCommand.ts
+++ b/clients/client-iot-events/src/commands/DescribeLoggingOptionsCommand.ts
@@ -103,4 +103,16 @@ export class DescribeLoggingOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLoggingOptionsCommand)
.de(de_DescribeLoggingOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeLoggingOptionsResponse;
+ };
+ sdk: {
+ input: DescribeLoggingOptionsCommandInput;
+ output: DescribeLoggingOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/GetDetectorModelAnalysisResultsCommand.ts b/clients/client-iot-events/src/commands/GetDetectorModelAnalysisResultsCommand.ts
index 1d3e5545d741..28155cdee5be 100644
--- a/clients/client-iot-events/src/commands/GetDetectorModelAnalysisResultsCommand.ts
+++ b/clients/client-iot-events/src/commands/GetDetectorModelAnalysisResultsCommand.ts
@@ -114,4 +114,16 @@ export class GetDetectorModelAnalysisResultsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDetectorModelAnalysisResultsCommand)
.de(de_GetDetectorModelAnalysisResultsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDetectorModelAnalysisResultsRequest;
+ output: GetDetectorModelAnalysisResultsResponse;
+ };
+ sdk: {
+ input: GetDetectorModelAnalysisResultsCommandInput;
+ output: GetDetectorModelAnalysisResultsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/ListAlarmModelVersionsCommand.ts b/clients/client-iot-events/src/commands/ListAlarmModelVersionsCommand.ts
index bdbdc49ec6f7..d006ed669606 100644
--- a/clients/client-iot-events/src/commands/ListAlarmModelVersionsCommand.ts
+++ b/clients/client-iot-events/src/commands/ListAlarmModelVersionsCommand.ts
@@ -107,4 +107,16 @@ export class ListAlarmModelVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAlarmModelVersionsCommand)
.de(de_ListAlarmModelVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAlarmModelVersionsRequest;
+ output: ListAlarmModelVersionsResponse;
+ };
+ sdk: {
+ input: ListAlarmModelVersionsCommandInput;
+ output: ListAlarmModelVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/ListAlarmModelsCommand.ts b/clients/client-iot-events/src/commands/ListAlarmModelsCommand.ts
index 6178b294eb8b..0d52f05b6283 100644
--- a/clients/client-iot-events/src/commands/ListAlarmModelsCommand.ts
+++ b/clients/client-iot-events/src/commands/ListAlarmModelsCommand.ts
@@ -98,4 +98,16 @@ export class ListAlarmModelsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAlarmModelsCommand)
.de(de_ListAlarmModelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAlarmModelsRequest;
+ output: ListAlarmModelsResponse;
+ };
+ sdk: {
+ input: ListAlarmModelsCommandInput;
+ output: ListAlarmModelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/ListDetectorModelVersionsCommand.ts b/clients/client-iot-events/src/commands/ListDetectorModelVersionsCommand.ts
index 88aa53f23304..7e062a9293cc 100644
--- a/clients/client-iot-events/src/commands/ListDetectorModelVersionsCommand.ts
+++ b/clients/client-iot-events/src/commands/ListDetectorModelVersionsCommand.ts
@@ -107,4 +107,16 @@ export class ListDetectorModelVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDetectorModelVersionsCommand)
.de(de_ListDetectorModelVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDetectorModelVersionsRequest;
+ output: ListDetectorModelVersionsResponse;
+ };
+ sdk: {
+ input: ListDetectorModelVersionsCommandInput;
+ output: ListDetectorModelVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/ListDetectorModelsCommand.ts b/clients/client-iot-events/src/commands/ListDetectorModelsCommand.ts
index 39807fb3f1a3..3af4f0e4b728 100644
--- a/clients/client-iot-events/src/commands/ListDetectorModelsCommand.ts
+++ b/clients/client-iot-events/src/commands/ListDetectorModelsCommand.ts
@@ -98,4 +98,16 @@ export class ListDetectorModelsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDetectorModelsCommand)
.de(de_ListDetectorModelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDetectorModelsRequest;
+ output: ListDetectorModelsResponse;
+ };
+ sdk: {
+ input: ListDetectorModelsCommandInput;
+ output: ListDetectorModelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/ListInputRoutingsCommand.ts b/clients/client-iot-events/src/commands/ListInputRoutingsCommand.ts
index b614308466d6..fbeccb45236e 100644
--- a/clients/client-iot-events/src/commands/ListInputRoutingsCommand.ts
+++ b/clients/client-iot-events/src/commands/ListInputRoutingsCommand.ts
@@ -112,4 +112,16 @@ export class ListInputRoutingsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInputRoutingsCommand)
.de(de_ListInputRoutingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInputRoutingsRequest;
+ output: ListInputRoutingsResponse;
+ };
+ sdk: {
+ input: ListInputRoutingsCommandInput;
+ output: ListInputRoutingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/ListInputsCommand.ts b/clients/client-iot-events/src/commands/ListInputsCommand.ts
index de5e986db35c..8a2169528080 100644
--- a/clients/client-iot-events/src/commands/ListInputsCommand.ts
+++ b/clients/client-iot-events/src/commands/ListInputsCommand.ts
@@ -100,4 +100,16 @@ export class ListInputsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInputsCommand)
.de(de_ListInputsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInputsRequest;
+ output: ListInputsResponse;
+ };
+ sdk: {
+ input: ListInputsCommandInput;
+ output: ListInputsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/ListTagsForResourceCommand.ts b/clients/client-iot-events/src/commands/ListTagsForResourceCommand.ts
index ad5f15575f16..72d5d434af20 100644
--- a/clients/client-iot-events/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-iot-events/src/commands/ListTagsForResourceCommand.ts
@@ -97,4 +97,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/PutLoggingOptionsCommand.ts b/clients/client-iot-events/src/commands/PutLoggingOptionsCommand.ts
index 478e337b7587..de406ca9c1e5 100644
--- a/clients/client-iot-events/src/commands/PutLoggingOptionsCommand.ts
+++ b/clients/client-iot-events/src/commands/PutLoggingOptionsCommand.ts
@@ -107,4 +107,16 @@ export class PutLoggingOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutLoggingOptionsCommand)
.de(de_PutLoggingOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutLoggingOptionsRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutLoggingOptionsCommandInput;
+ output: PutLoggingOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/StartDetectorModelAnalysisCommand.ts b/clients/client-iot-events/src/commands/StartDetectorModelAnalysisCommand.ts
index cd0b0bfaa4c0..393db983146f 100644
--- a/clients/client-iot-events/src/commands/StartDetectorModelAnalysisCommand.ts
+++ b/clients/client-iot-events/src/commands/StartDetectorModelAnalysisCommand.ts
@@ -467,4 +467,16 @@ export class StartDetectorModelAnalysisCommand extends $Command
.f(void 0, void 0)
.ser(se_StartDetectorModelAnalysisCommand)
.de(de_StartDetectorModelAnalysisCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartDetectorModelAnalysisRequest;
+ output: StartDetectorModelAnalysisResponse;
+ };
+ sdk: {
+ input: StartDetectorModelAnalysisCommandInput;
+ output: StartDetectorModelAnalysisCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/TagResourceCommand.ts b/clients/client-iot-events/src/commands/TagResourceCommand.ts
index 55f2188dca49..0b1ec56357cc 100644
--- a/clients/client-iot-events/src/commands/TagResourceCommand.ts
+++ b/clients/client-iot-events/src/commands/TagResourceCommand.ts
@@ -100,4 +100,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/UntagResourceCommand.ts b/clients/client-iot-events/src/commands/UntagResourceCommand.ts
index 2fbf4e045703..eb13a6870482 100644
--- a/clients/client-iot-events/src/commands/UntagResourceCommand.ts
+++ b/clients/client-iot-events/src/commands/UntagResourceCommand.ts
@@ -93,4 +93,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/UpdateAlarmModelCommand.ts b/clients/client-iot-events/src/commands/UpdateAlarmModelCommand.ts
index 7c8bf7d808a9..1b615957852d 100644
--- a/clients/client-iot-events/src/commands/UpdateAlarmModelCommand.ts
+++ b/clients/client-iot-events/src/commands/UpdateAlarmModelCommand.ts
@@ -245,4 +245,16 @@ export class UpdateAlarmModelCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAlarmModelCommand)
.de(de_UpdateAlarmModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAlarmModelRequest;
+ output: UpdateAlarmModelResponse;
+ };
+ sdk: {
+ input: UpdateAlarmModelCommandInput;
+ output: UpdateAlarmModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/UpdateDetectorModelCommand.ts b/clients/client-iot-events/src/commands/UpdateDetectorModelCommand.ts
index ae0e973935a9..c2bfc750f82b 100644
--- a/clients/client-iot-events/src/commands/UpdateDetectorModelCommand.ts
+++ b/clients/client-iot-events/src/commands/UpdateDetectorModelCommand.ts
@@ -484,4 +484,16 @@ export class UpdateDetectorModelCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDetectorModelCommand)
.de(de_UpdateDetectorModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDetectorModelRequest;
+ output: UpdateDetectorModelResponse;
+ };
+ sdk: {
+ input: UpdateDetectorModelCommandInput;
+ output: UpdateDetectorModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-events/src/commands/UpdateInputCommand.ts b/clients/client-iot-events/src/commands/UpdateInputCommand.ts
index d15cfedea78d..97fbce6b5266 100644
--- a/clients/client-iot-events/src/commands/UpdateInputCommand.ts
+++ b/clients/client-iot-events/src/commands/UpdateInputCommand.ts
@@ -110,4 +110,16 @@ export class UpdateInputCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateInputCommand)
.de(de_UpdateInputCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateInputRequest;
+ output: UpdateInputResponse;
+ };
+ sdk: {
+ input: UpdateInputCommandInput;
+ output: UpdateInputCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-jobs-data-plane/package.json b/clients/client-iot-jobs-data-plane/package.json
index acb75692d176..9a3dbd8caf5b 100644
--- a/clients/client-iot-jobs-data-plane/package.json
+++ b/clients/client-iot-jobs-data-plane/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-iot-jobs-data-plane/src/commands/DescribeJobExecutionCommand.ts b/clients/client-iot-jobs-data-plane/src/commands/DescribeJobExecutionCommand.ts
index 838c8f9fac7f..ff94e71e48ff 100644
--- a/clients/client-iot-jobs-data-plane/src/commands/DescribeJobExecutionCommand.ts
+++ b/clients/client-iot-jobs-data-plane/src/commands/DescribeJobExecutionCommand.ts
@@ -112,4 +112,16 @@ export class DescribeJobExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeJobExecutionCommand)
.de(de_DescribeJobExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeJobExecutionRequest;
+ output: DescribeJobExecutionResponse;
+ };
+ sdk: {
+ input: DescribeJobExecutionCommandInput;
+ output: DescribeJobExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-jobs-data-plane/src/commands/GetPendingJobExecutionsCommand.ts b/clients/client-iot-jobs-data-plane/src/commands/GetPendingJobExecutionsCommand.ts
index ca24befcc21f..c968aae38372 100644
--- a/clients/client-iot-jobs-data-plane/src/commands/GetPendingJobExecutionsCommand.ts
+++ b/clients/client-iot-jobs-data-plane/src/commands/GetPendingJobExecutionsCommand.ts
@@ -111,4 +111,16 @@ export class GetPendingJobExecutionsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPendingJobExecutionsCommand)
.de(de_GetPendingJobExecutionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPendingJobExecutionsRequest;
+ output: GetPendingJobExecutionsResponse;
+ };
+ sdk: {
+ input: GetPendingJobExecutionsCommandInput;
+ output: GetPendingJobExecutionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-jobs-data-plane/src/commands/StartNextPendingJobExecutionCommand.ts b/clients/client-iot-jobs-data-plane/src/commands/StartNextPendingJobExecutionCommand.ts
index 133b11422ec0..ee928c38e81c 100644
--- a/clients/client-iot-jobs-data-plane/src/commands/StartNextPendingJobExecutionCommand.ts
+++ b/clients/client-iot-jobs-data-plane/src/commands/StartNextPendingJobExecutionCommand.ts
@@ -115,4 +115,16 @@ export class StartNextPendingJobExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartNextPendingJobExecutionCommand)
.de(de_StartNextPendingJobExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartNextPendingJobExecutionRequest;
+ output: StartNextPendingJobExecutionResponse;
+ };
+ sdk: {
+ input: StartNextPendingJobExecutionCommandInput;
+ output: StartNextPendingJobExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-jobs-data-plane/src/commands/UpdateJobExecutionCommand.ts b/clients/client-iot-jobs-data-plane/src/commands/UpdateJobExecutionCommand.ts
index 5bda794ac09c..5a91ebbd111a 100644
--- a/clients/client-iot-jobs-data-plane/src/commands/UpdateJobExecutionCommand.ts
+++ b/clients/client-iot-jobs-data-plane/src/commands/UpdateJobExecutionCommand.ts
@@ -114,4 +114,16 @@ export class UpdateJobExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateJobExecutionCommand)
.de(de_UpdateJobExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateJobExecutionRequest;
+ output: UpdateJobExecutionResponse;
+ };
+ sdk: {
+ input: UpdateJobExecutionCommandInput;
+ output: UpdateJobExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/package.json b/clients/client-iot-wireless/package.json
index 8b4953221030..a98f5d7e407d 100644
--- a/clients/client-iot-wireless/package.json
+++ b/clients/client-iot-wireless/package.json
@@ -33,31 +33,31 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
- "@smithy/util-stream": "^3.1.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
+ "@smithy/util-stream": "^3.1.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-iot-wireless/src/commands/AssociateAwsAccountWithPartnerAccountCommand.ts b/clients/client-iot-wireless/src/commands/AssociateAwsAccountWithPartnerAccountCommand.ts
index 9c6528b6bbd3..571b5704a086 100644
--- a/clients/client-iot-wireless/src/commands/AssociateAwsAccountWithPartnerAccountCommand.ts
+++ b/clients/client-iot-wireless/src/commands/AssociateAwsAccountWithPartnerAccountCommand.ts
@@ -123,4 +123,16 @@ export class AssociateAwsAccountWithPartnerAccountCommand extends $Command
)
.ser(se_AssociateAwsAccountWithPartnerAccountCommand)
.de(de_AssociateAwsAccountWithPartnerAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateAwsAccountWithPartnerAccountRequest;
+ output: AssociateAwsAccountWithPartnerAccountResponse;
+ };
+ sdk: {
+ input: AssociateAwsAccountWithPartnerAccountCommandInput;
+ output: AssociateAwsAccountWithPartnerAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/AssociateMulticastGroupWithFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/AssociateMulticastGroupWithFuotaTaskCommand.ts
index ba9ffbec0ab3..02ea350e89eb 100644
--- a/clients/client-iot-wireless/src/commands/AssociateMulticastGroupWithFuotaTaskCommand.ts
+++ b/clients/client-iot-wireless/src/commands/AssociateMulticastGroupWithFuotaTaskCommand.ts
@@ -102,4 +102,16 @@ export class AssociateMulticastGroupWithFuotaTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateMulticastGroupWithFuotaTaskCommand)
.de(de_AssociateMulticastGroupWithFuotaTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateMulticastGroupWithFuotaTaskRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateMulticastGroupWithFuotaTaskCommandInput;
+ output: AssociateMulticastGroupWithFuotaTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithFuotaTaskCommand.ts
index 6ba996357633..c2234b923916 100644
--- a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithFuotaTaskCommand.ts
+++ b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithFuotaTaskCommand.ts
@@ -102,4 +102,16 @@ export class AssociateWirelessDeviceWithFuotaTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateWirelessDeviceWithFuotaTaskCommand)
.de(de_AssociateWirelessDeviceWithFuotaTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateWirelessDeviceWithFuotaTaskRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateWirelessDeviceWithFuotaTaskCommandInput;
+ output: AssociateWirelessDeviceWithFuotaTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithMulticastGroupCommand.ts
index d8a567160f9a..65d86e49bace 100644
--- a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithMulticastGroupCommand.ts
+++ b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithMulticastGroupCommand.ts
@@ -103,4 +103,16 @@ export class AssociateWirelessDeviceWithMulticastGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateWirelessDeviceWithMulticastGroupCommand)
.de(de_AssociateWirelessDeviceWithMulticastGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateWirelessDeviceWithMulticastGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateWirelessDeviceWithMulticastGroupCommandInput;
+ output: AssociateWirelessDeviceWithMulticastGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithThingCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithThingCommand.ts
index 4b89454bf6b9..b6d518531677 100644
--- a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithThingCommand.ts
+++ b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithThingCommand.ts
@@ -99,4 +99,16 @@ export class AssociateWirelessDeviceWithThingCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateWirelessDeviceWithThingCommand)
.de(de_AssociateWirelessDeviceWithThingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateWirelessDeviceWithThingRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateWirelessDeviceWithThingCommandInput;
+ output: AssociateWirelessDeviceWithThingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithCertificateCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithCertificateCommand.ts
index 79983d5a5e21..a36c2aa62c09 100644
--- a/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithCertificateCommand.ts
+++ b/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithCertificateCommand.ts
@@ -105,4 +105,16 @@ export class AssociateWirelessGatewayWithCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateWirelessGatewayWithCertificateCommand)
.de(de_AssociateWirelessGatewayWithCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateWirelessGatewayWithCertificateRequest;
+ output: AssociateWirelessGatewayWithCertificateResponse;
+ };
+ sdk: {
+ input: AssociateWirelessGatewayWithCertificateCommandInput;
+ output: AssociateWirelessGatewayWithCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithThingCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithThingCommand.ts
index 0d65ed7d0516..e586dc73640b 100644
--- a/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithThingCommand.ts
+++ b/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithThingCommand.ts
@@ -102,4 +102,16 @@ export class AssociateWirelessGatewayWithThingCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateWirelessGatewayWithThingCommand)
.de(de_AssociateWirelessGatewayWithThingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateWirelessGatewayWithThingRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateWirelessGatewayWithThingCommandInput;
+ output: AssociateWirelessGatewayWithThingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/CancelMulticastGroupSessionCommand.ts b/clients/client-iot-wireless/src/commands/CancelMulticastGroupSessionCommand.ts
index 8584425d7814..d15bd8f09c89 100644
--- a/clients/client-iot-wireless/src/commands/CancelMulticastGroupSessionCommand.ts
+++ b/clients/client-iot-wireless/src/commands/CancelMulticastGroupSessionCommand.ts
@@ -98,4 +98,16 @@ export class CancelMulticastGroupSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelMulticastGroupSessionCommand)
.de(de_CancelMulticastGroupSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelMulticastGroupSessionRequest;
+ output: {};
+ };
+ sdk: {
+ input: CancelMulticastGroupSessionCommandInput;
+ output: CancelMulticastGroupSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/CreateDestinationCommand.ts b/clients/client-iot-wireless/src/commands/CreateDestinationCommand.ts
index a0dbcd5ca9cf..f90604bc59aa 100644
--- a/clients/client-iot-wireless/src/commands/CreateDestinationCommand.ts
+++ b/clients/client-iot-wireless/src/commands/CreateDestinationCommand.ts
@@ -107,4 +107,16 @@ export class CreateDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDestinationCommand)
.de(de_CreateDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDestinationRequest;
+ output: CreateDestinationResponse;
+ };
+ sdk: {
+ input: CreateDestinationCommandInput;
+ output: CreateDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/CreateDeviceProfileCommand.ts b/clients/client-iot-wireless/src/commands/CreateDeviceProfileCommand.ts
index 7ecbf321f297..a4e039284705 100644
--- a/clients/client-iot-wireless/src/commands/CreateDeviceProfileCommand.ts
+++ b/clients/client-iot-wireless/src/commands/CreateDeviceProfileCommand.ts
@@ -124,4 +124,16 @@ export class CreateDeviceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDeviceProfileCommand)
.de(de_CreateDeviceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDeviceProfileRequest;
+ output: CreateDeviceProfileResponse;
+ };
+ sdk: {
+ input: CreateDeviceProfileCommandInput;
+ output: CreateDeviceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/CreateFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/CreateFuotaTaskCommand.ts
index 24fd19d69443..e0725718498f 100644
--- a/clients/client-iot-wireless/src/commands/CreateFuotaTaskCommand.ts
+++ b/clients/client-iot-wireless/src/commands/CreateFuotaTaskCommand.ts
@@ -112,4 +112,16 @@ export class CreateFuotaTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFuotaTaskCommand)
.de(de_CreateFuotaTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFuotaTaskRequest;
+ output: CreateFuotaTaskResponse;
+ };
+ sdk: {
+ input: CreateFuotaTaskCommandInput;
+ output: CreateFuotaTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/CreateMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/CreateMulticastGroupCommand.ts
index 0080edaebd3e..66cfb031a1cf 100644
--- a/clients/client-iot-wireless/src/commands/CreateMulticastGroupCommand.ts
+++ b/clients/client-iot-wireless/src/commands/CreateMulticastGroupCommand.ts
@@ -108,4 +108,16 @@ export class CreateMulticastGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateMulticastGroupCommand)
.de(de_CreateMulticastGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMulticastGroupRequest;
+ output: CreateMulticastGroupResponse;
+ };
+ sdk: {
+ input: CreateMulticastGroupCommandInput;
+ output: CreateMulticastGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/CreateNetworkAnalyzerConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/CreateNetworkAnalyzerConfigurationCommand.ts
index 69b29b5d6bd4..63fba6401ed4 100644
--- a/clients/client-iot-wireless/src/commands/CreateNetworkAnalyzerConfigurationCommand.ts
+++ b/clients/client-iot-wireless/src/commands/CreateNetworkAnalyzerConfigurationCommand.ts
@@ -126,4 +126,16 @@ export class CreateNetworkAnalyzerConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateNetworkAnalyzerConfigurationCommand)
.de(de_CreateNetworkAnalyzerConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateNetworkAnalyzerConfigurationRequest;
+ output: CreateNetworkAnalyzerConfigurationResponse;
+ };
+ sdk: {
+ input: CreateNetworkAnalyzerConfigurationCommandInput;
+ output: CreateNetworkAnalyzerConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/CreateServiceProfileCommand.ts b/clients/client-iot-wireless/src/commands/CreateServiceProfileCommand.ts
index e2392250ebef..dd225d41de15 100644
--- a/clients/client-iot-wireless/src/commands/CreateServiceProfileCommand.ts
+++ b/clients/client-iot-wireless/src/commands/CreateServiceProfileCommand.ts
@@ -107,4 +107,16 @@ export class CreateServiceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateServiceProfileCommand)
.de(de_CreateServiceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateServiceProfileRequest;
+ output: CreateServiceProfileResponse;
+ };
+ sdk: {
+ input: CreateServiceProfileCommandInput;
+ output: CreateServiceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/CreateWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/CreateWirelessDeviceCommand.ts
index cb876350ba86..bf9b2d388751 100644
--- a/clients/client-iot-wireless/src/commands/CreateWirelessDeviceCommand.ts
+++ b/clients/client-iot-wireless/src/commands/CreateWirelessDeviceCommand.ts
@@ -161,4 +161,16 @@ export class CreateWirelessDeviceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateWirelessDeviceCommand)
.de(de_CreateWirelessDeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateWirelessDeviceRequest;
+ output: CreateWirelessDeviceResponse;
+ };
+ sdk: {
+ input: CreateWirelessDeviceCommandInput;
+ output: CreateWirelessDeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayCommand.ts b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayCommand.ts
index 6c8c1f4a1249..5442002a3309 100644
--- a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayCommand.ts
+++ b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayCommand.ts
@@ -138,4 +138,16 @@ export class CreateWirelessGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateWirelessGatewayCommand)
.de(de_CreateWirelessGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateWirelessGatewayRequest;
+ output: CreateWirelessGatewayResponse;
+ };
+ sdk: {
+ input: CreateWirelessGatewayCommandInput;
+ output: CreateWirelessGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskCommand.ts b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskCommand.ts
index d39acdce21fe..bebc7939e2d1 100644
--- a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskCommand.ts
+++ b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskCommand.ts
@@ -97,4 +97,16 @@ export class CreateWirelessGatewayTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateWirelessGatewayTaskCommand)
.de(de_CreateWirelessGatewayTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateWirelessGatewayTaskRequest;
+ output: CreateWirelessGatewayTaskResponse;
+ };
+ sdk: {
+ input: CreateWirelessGatewayTaskCommandInput;
+ output: CreateWirelessGatewayTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskDefinitionCommand.ts b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskDefinitionCommand.ts
index c58bbe70e6df..c5b60b42e1d2 100644
--- a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskDefinitionCommand.ts
+++ b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskDefinitionCommand.ts
@@ -130,4 +130,16 @@ export class CreateWirelessGatewayTaskDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateWirelessGatewayTaskDefinitionCommand)
.de(de_CreateWirelessGatewayTaskDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateWirelessGatewayTaskDefinitionRequest;
+ output: CreateWirelessGatewayTaskDefinitionResponse;
+ };
+ sdk: {
+ input: CreateWirelessGatewayTaskDefinitionCommandInput;
+ output: CreateWirelessGatewayTaskDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/DeleteDestinationCommand.ts b/clients/client-iot-wireless/src/commands/DeleteDestinationCommand.ts
index 336c84d40716..9ebfec4c9ddc 100644
--- a/clients/client-iot-wireless/src/commands/DeleteDestinationCommand.ts
+++ b/clients/client-iot-wireless/src/commands/DeleteDestinationCommand.ts
@@ -93,4 +93,16 @@ export class DeleteDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDestinationCommand)
.de(de_DeleteDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDestinationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDestinationCommandInput;
+ output: DeleteDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/DeleteDeviceProfileCommand.ts b/clients/client-iot-wireless/src/commands/DeleteDeviceProfileCommand.ts
index 3a99e01673f2..4ed5a4a30160 100644
--- a/clients/client-iot-wireless/src/commands/DeleteDeviceProfileCommand.ts
+++ b/clients/client-iot-wireless/src/commands/DeleteDeviceProfileCommand.ts
@@ -93,4 +93,16 @@ export class DeleteDeviceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDeviceProfileCommand)
.de(de_DeleteDeviceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDeviceProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDeviceProfileCommandInput;
+ output: DeleteDeviceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/DeleteFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/DeleteFuotaTaskCommand.ts
index 2ada1256cb4f..0043f2946fef 100644
--- a/clients/client-iot-wireless/src/commands/DeleteFuotaTaskCommand.ts
+++ b/clients/client-iot-wireless/src/commands/DeleteFuotaTaskCommand.ts
@@ -90,4 +90,16 @@ export class DeleteFuotaTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFuotaTaskCommand)
.de(de_DeleteFuotaTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFuotaTaskRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFuotaTaskCommandInput;
+ output: DeleteFuotaTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/DeleteMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/DeleteMulticastGroupCommand.ts
index acb20512a488..13c48b595c59 100644
--- a/clients/client-iot-wireless/src/commands/DeleteMulticastGroupCommand.ts
+++ b/clients/client-iot-wireless/src/commands/DeleteMulticastGroupCommand.ts
@@ -93,4 +93,16 @@ export class DeleteMulticastGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMulticastGroupCommand)
.de(de_DeleteMulticastGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMulticastGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMulticastGroupCommandInput;
+ output: DeleteMulticastGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/DeleteNetworkAnalyzerConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/DeleteNetworkAnalyzerConfigurationCommand.ts
index 78dc9549393f..49a0ef56e959 100644
--- a/clients/client-iot-wireless/src/commands/DeleteNetworkAnalyzerConfigurationCommand.ts
+++ b/clients/client-iot-wireless/src/commands/DeleteNetworkAnalyzerConfigurationCommand.ts
@@ -101,4 +101,16 @@ export class DeleteNetworkAnalyzerConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteNetworkAnalyzerConfigurationCommand)
.de(de_DeleteNetworkAnalyzerConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteNetworkAnalyzerConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteNetworkAnalyzerConfigurationCommandInput;
+ output: DeleteNetworkAnalyzerConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/DeleteQueuedMessagesCommand.ts b/clients/client-iot-wireless/src/commands/DeleteQueuedMessagesCommand.ts
index 3f15045b5fc0..bf7ab686467a 100644
--- a/clients/client-iot-wireless/src/commands/DeleteQueuedMessagesCommand.ts
+++ b/clients/client-iot-wireless/src/commands/DeleteQueuedMessagesCommand.ts
@@ -92,4 +92,16 @@ export class DeleteQueuedMessagesCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteQueuedMessagesCommand)
.de(de_DeleteQueuedMessagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteQueuedMessagesRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteQueuedMessagesCommandInput;
+ output: DeleteQueuedMessagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/DeleteServiceProfileCommand.ts b/clients/client-iot-wireless/src/commands/DeleteServiceProfileCommand.ts
index 388ee16d4155..d6927fac602c 100644
--- a/clients/client-iot-wireless/src/commands/DeleteServiceProfileCommand.ts
+++ b/clients/client-iot-wireless/src/commands/DeleteServiceProfileCommand.ts
@@ -93,4 +93,16 @@ export class DeleteServiceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteServiceProfileCommand)
.de(de_DeleteServiceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteServiceProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteServiceProfileCommandInput;
+ output: DeleteServiceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceCommand.ts
index 663d467af177..607a54537a4a 100644
--- a/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceCommand.ts
+++ b/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceCommand.ts
@@ -90,4 +90,16 @@ export class DeleteWirelessDeviceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteWirelessDeviceCommand)
.de(de_DeleteWirelessDeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteWirelessDeviceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteWirelessDeviceCommandInput;
+ output: DeleteWirelessDeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceImportTaskCommand.ts
index ba0f2fe0a6c3..51586692550e 100644
--- a/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceImportTaskCommand.ts
+++ b/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceImportTaskCommand.ts
@@ -98,4 +98,16 @@ export class DeleteWirelessDeviceImportTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteWirelessDeviceImportTaskCommand)
.de(de_DeleteWirelessDeviceImportTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteWirelessDeviceImportTaskRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteWirelessDeviceImportTaskCommandInput;
+ output: DeleteWirelessDeviceImportTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayCommand.ts
index ba04e4ec0b39..7dd29f34761a 100644
--- a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayCommand.ts
+++ b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayCommand.ts
@@ -105,4 +105,16 @@ export class DeleteWirelessGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteWirelessGatewayCommand)
.de(de_DeleteWirelessGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteWirelessGatewayRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteWirelessGatewayCommandInput;
+ output: DeleteWirelessGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskCommand.ts
index 7d5435236322..d96838abec88 100644
--- a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskCommand.ts
+++ b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskCommand.ts
@@ -90,4 +90,16 @@ export class DeleteWirelessGatewayTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteWirelessGatewayTaskCommand)
.de(de_DeleteWirelessGatewayTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteWirelessGatewayTaskRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteWirelessGatewayTaskCommandInput;
+ output: DeleteWirelessGatewayTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts
index d39121451170..a3696129ef06 100644
--- a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts
+++ b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts
@@ -99,4 +99,16 @@ export class DeleteWirelessGatewayTaskDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteWirelessGatewayTaskDefinitionCommand)
.de(de_DeleteWirelessGatewayTaskDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteWirelessGatewayTaskDefinitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteWirelessGatewayTaskDefinitionCommandInput;
+ output: DeleteWirelessGatewayTaskDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/DeregisterWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/DeregisterWirelessDeviceCommand.ts
index bf03dd896af0..8f863b00d066 100644
--- a/clients/client-iot-wireless/src/commands/DeregisterWirelessDeviceCommand.ts
+++ b/clients/client-iot-wireless/src/commands/DeregisterWirelessDeviceCommand.ts
@@ -88,4 +88,16 @@ export class DeregisterWirelessDeviceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeregisterWirelessDeviceCommand)
.de(de_DeregisterWirelessDeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterWirelessDeviceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeregisterWirelessDeviceCommandInput;
+ output: DeregisterWirelessDeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts
index 7129f8daba36..19aa00c2fb90 100644
--- a/clients/client-iot-wireless/src/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts
+++ b/clients/client-iot-wireless/src/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts
@@ -99,4 +99,16 @@ export class DisassociateAwsAccountFromPartnerAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateAwsAccountFromPartnerAccountCommand)
.de(de_DisassociateAwsAccountFromPartnerAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateAwsAccountFromPartnerAccountRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateAwsAccountFromPartnerAccountCommandInput;
+ output: DisassociateAwsAccountFromPartnerAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/DisassociateMulticastGroupFromFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateMulticastGroupFromFuotaTaskCommand.ts
index 3903633ddb64..3127f1bc9c3c 100644
--- a/clients/client-iot-wireless/src/commands/DisassociateMulticastGroupFromFuotaTaskCommand.ts
+++ b/clients/client-iot-wireless/src/commands/DisassociateMulticastGroupFromFuotaTaskCommand.ts
@@ -100,4 +100,16 @@ export class DisassociateMulticastGroupFromFuotaTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateMulticastGroupFromFuotaTaskCommand)
.de(de_DisassociateMulticastGroupFromFuotaTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateMulticastGroupFromFuotaTaskRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateMulticastGroupFromFuotaTaskCommandInput;
+ output: DisassociateMulticastGroupFromFuotaTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.ts
index 0e660ce49782..20eddee4c796 100644
--- a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.ts
+++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.ts
@@ -103,4 +103,16 @@ export class DisassociateWirelessDeviceFromFuotaTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateWirelessDeviceFromFuotaTaskCommand)
.de(de_DisassociateWirelessDeviceFromFuotaTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateWirelessDeviceFromFuotaTaskRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateWirelessDeviceFromFuotaTaskCommandInput;
+ output: DisassociateWirelessDeviceFromFuotaTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.ts
index 1f5076f3476e..a730efdd47e8 100644
--- a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.ts
+++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.ts
@@ -100,4 +100,16 @@ export class DisassociateWirelessDeviceFromMulticastGroupCommand extends $Comman
.f(void 0, void 0)
.ser(se_DisassociateWirelessDeviceFromMulticastGroupCommand)
.de(de_DisassociateWirelessDeviceFromMulticastGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateWirelessDeviceFromMulticastGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateWirelessDeviceFromMulticastGroupCommandInput;
+ output: DisassociateWirelessDeviceFromMulticastGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromThingCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromThingCommand.ts
index 16337d4ab993..3e2f0e16f6ea 100644
--- a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromThingCommand.ts
+++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromThingCommand.ts
@@ -101,4 +101,16 @@ export class DisassociateWirelessDeviceFromThingCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateWirelessDeviceFromThingCommand)
.de(de_DisassociateWirelessDeviceFromThingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateWirelessDeviceFromThingRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateWirelessDeviceFromThingCommandInput;
+ output: DisassociateWirelessDeviceFromThingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromCertificateCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromCertificateCommand.ts
index dc56bd872aa9..16116910ef50 100644
--- a/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromCertificateCommand.ts
+++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromCertificateCommand.ts
@@ -99,4 +99,16 @@ export class DisassociateWirelessGatewayFromCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateWirelessGatewayFromCertificateCommand)
.de(de_DisassociateWirelessGatewayFromCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateWirelessGatewayFromCertificateRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateWirelessGatewayFromCertificateCommandInput;
+ output: DisassociateWirelessGatewayFromCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromThingCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromThingCommand.ts
index 71c70ac36daf..2b788303ddd4 100644
--- a/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromThingCommand.ts
+++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromThingCommand.ts
@@ -101,4 +101,16 @@ export class DisassociateWirelessGatewayFromThingCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateWirelessGatewayFromThingCommand)
.de(de_DisassociateWirelessGatewayFromThingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateWirelessGatewayFromThingRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateWirelessGatewayFromThingCommandInput;
+ output: DisassociateWirelessGatewayFromThingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetDestinationCommand.ts b/clients/client-iot-wireless/src/commands/GetDestinationCommand.ts
index 0750da7463ad..ae0eeacb01dd 100644
--- a/clients/client-iot-wireless/src/commands/GetDestinationCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetDestinationCommand.ts
@@ -97,4 +97,16 @@ export class GetDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDestinationCommand)
.de(de_GetDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDestinationRequest;
+ output: GetDestinationResponse;
+ };
+ sdk: {
+ input: GetDestinationCommandInput;
+ output: GetDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetDeviceProfileCommand.ts b/clients/client-iot-wireless/src/commands/GetDeviceProfileCommand.ts
index d298455c2bd0..24994f579779 100644
--- a/clients/client-iot-wireless/src/commands/GetDeviceProfileCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetDeviceProfileCommand.ts
@@ -134,4 +134,16 @@ export class GetDeviceProfileCommand extends $Command
.f(void 0, GetDeviceProfileResponseFilterSensitiveLog)
.ser(se_GetDeviceProfileCommand)
.de(de_GetDeviceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeviceProfileRequest;
+ output: GetDeviceProfileResponse;
+ };
+ sdk: {
+ input: GetDeviceProfileCommandInput;
+ output: GetDeviceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetEventConfigurationByResourceTypesCommand.ts b/clients/client-iot-wireless/src/commands/GetEventConfigurationByResourceTypesCommand.ts
index a1502c4b50aa..cf250ef42ca9 100644
--- a/clients/client-iot-wireless/src/commands/GetEventConfigurationByResourceTypesCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetEventConfigurationByResourceTypesCommand.ts
@@ -116,4 +116,16 @@ export class GetEventConfigurationByResourceTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEventConfigurationByResourceTypesCommand)
.de(de_GetEventConfigurationByResourceTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetEventConfigurationByResourceTypesResponse;
+ };
+ sdk: {
+ input: GetEventConfigurationByResourceTypesCommandInput;
+ output: GetEventConfigurationByResourceTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/GetFuotaTaskCommand.ts
index aaf7011eaa72..1687c3ce1e6f 100644
--- a/clients/client-iot-wireless/src/commands/GetFuotaTaskCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetFuotaTaskCommand.ts
@@ -106,4 +106,16 @@ export class GetFuotaTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFuotaTaskCommand)
.de(de_GetFuotaTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFuotaTaskRequest;
+ output: GetFuotaTaskResponse;
+ };
+ sdk: {
+ input: GetFuotaTaskCommandInput;
+ output: GetFuotaTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetLogLevelsByResourceTypesCommand.ts b/clients/client-iot-wireless/src/commands/GetLogLevelsByResourceTypesCommand.ts
index e050fcb30525..8dd84b9988f3 100644
--- a/clients/client-iot-wireless/src/commands/GetLogLevelsByResourceTypesCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetLogLevelsByResourceTypesCommand.ts
@@ -121,4 +121,16 @@ export class GetLogLevelsByResourceTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLogLevelsByResourceTypesCommand)
.de(de_GetLogLevelsByResourceTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetLogLevelsByResourceTypesResponse;
+ };
+ sdk: {
+ input: GetLogLevelsByResourceTypesCommandInput;
+ output: GetLogLevelsByResourceTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetMetricConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/GetMetricConfigurationCommand.ts
index db205d5c48b2..f9baca24dfa4 100644
--- a/clients/client-iot-wireless/src/commands/GetMetricConfigurationCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetMetricConfigurationCommand.ts
@@ -95,4 +95,16 @@ export class GetMetricConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMetricConfigurationCommand)
.de(de_GetMetricConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetMetricConfigurationResponse;
+ };
+ sdk: {
+ input: GetMetricConfigurationCommandInput;
+ output: GetMetricConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetMetricsCommand.ts b/clients/client-iot-wireless/src/commands/GetMetricsCommand.ts
index 6389fabac0ed..02ad73f3f730 100644
--- a/clients/client-iot-wireless/src/commands/GetMetricsCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetMetricsCommand.ts
@@ -139,4 +139,16 @@ export class GetMetricsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMetricsCommand)
.de(de_GetMetricsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMetricsRequest;
+ output: GetMetricsResponse;
+ };
+ sdk: {
+ input: GetMetricsCommandInput;
+ output: GetMetricsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/GetMulticastGroupCommand.ts
index a60fe090cab6..53989d72700b 100644
--- a/clients/client-iot-wireless/src/commands/GetMulticastGroupCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetMulticastGroupCommand.ts
@@ -103,4 +103,16 @@ export class GetMulticastGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMulticastGroupCommand)
.de(de_GetMulticastGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMulticastGroupRequest;
+ output: GetMulticastGroupResponse;
+ };
+ sdk: {
+ input: GetMulticastGroupCommandInput;
+ output: GetMulticastGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetMulticastGroupSessionCommand.ts b/clients/client-iot-wireless/src/commands/GetMulticastGroupSessionCommand.ts
index b3198dc80200..94768da7ebf5 100644
--- a/clients/client-iot-wireless/src/commands/GetMulticastGroupSessionCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetMulticastGroupSessionCommand.ts
@@ -98,4 +98,16 @@ export class GetMulticastGroupSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMulticastGroupSessionCommand)
.de(de_GetMulticastGroupSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMulticastGroupSessionRequest;
+ output: GetMulticastGroupSessionResponse;
+ };
+ sdk: {
+ input: GetMulticastGroupSessionCommandInput;
+ output: GetMulticastGroupSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetNetworkAnalyzerConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/GetNetworkAnalyzerConfigurationCommand.ts
index b3f4906525a2..c2789ab87082 100644
--- a/clients/client-iot-wireless/src/commands/GetNetworkAnalyzerConfigurationCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetNetworkAnalyzerConfigurationCommand.ts
@@ -113,4 +113,16 @@ export class GetNetworkAnalyzerConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetNetworkAnalyzerConfigurationCommand)
.de(de_GetNetworkAnalyzerConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetNetworkAnalyzerConfigurationRequest;
+ output: GetNetworkAnalyzerConfigurationResponse;
+ };
+ sdk: {
+ input: GetNetworkAnalyzerConfigurationCommandInput;
+ output: GetNetworkAnalyzerConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetPartnerAccountCommand.ts b/clients/client-iot-wireless/src/commands/GetPartnerAccountCommand.ts
index 072b026e8f1f..94506d0bb032 100644
--- a/clients/client-iot-wireless/src/commands/GetPartnerAccountCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetPartnerAccountCommand.ts
@@ -100,4 +100,16 @@ export class GetPartnerAccountCommand extends $Command
.f(void 0, GetPartnerAccountResponseFilterSensitiveLog)
.ser(se_GetPartnerAccountCommand)
.de(de_GetPartnerAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPartnerAccountRequest;
+ output: GetPartnerAccountResponse;
+ };
+ sdk: {
+ input: GetPartnerAccountCommandInput;
+ output: GetPartnerAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetPositionCommand.ts b/clients/client-iot-wireless/src/commands/GetPositionCommand.ts
index b2ebe35d5995..5e57ad0f5e3f 100644
--- a/clients/client-iot-wireless/src/commands/GetPositionCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetPositionCommand.ts
@@ -109,4 +109,16 @@ export class GetPositionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPositionCommand)
.de(de_GetPositionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPositionRequest;
+ output: GetPositionResponse;
+ };
+ sdk: {
+ input: GetPositionCommandInput;
+ output: GetPositionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts
index f0bfcfb0e876..bdaf3d9527fa 100644
--- a/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts
@@ -107,4 +107,16 @@ export class GetPositionConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPositionConfigurationCommand)
.de(de_GetPositionConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPositionConfigurationRequest;
+ output: GetPositionConfigurationResponse;
+ };
+ sdk: {
+ input: GetPositionConfigurationCommandInput;
+ output: GetPositionConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetPositionEstimateCommand.ts b/clients/client-iot-wireless/src/commands/GetPositionEstimateCommand.ts
index c046f34a4d60..93b9ec8c85b6 100644
--- a/clients/client-iot-wireless/src/commands/GetPositionEstimateCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetPositionEstimateCommand.ts
@@ -243,4 +243,16 @@ export class GetPositionEstimateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPositionEstimateCommand)
.de(de_GetPositionEstimateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPositionEstimateRequest;
+ output: GetPositionEstimateResponse;
+ };
+ sdk: {
+ input: GetPositionEstimateCommandInput;
+ output: GetPositionEstimateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetResourceEventConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/GetResourceEventConfigurationCommand.ts
index a7f185b5566c..b65a59cc3c65 100644
--- a/clients/client-iot-wireless/src/commands/GetResourceEventConfigurationCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetResourceEventConfigurationCommand.ts
@@ -128,4 +128,16 @@ export class GetResourceEventConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResourceEventConfigurationCommand)
.de(de_GetResourceEventConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourceEventConfigurationRequest;
+ output: GetResourceEventConfigurationResponse;
+ };
+ sdk: {
+ input: GetResourceEventConfigurationCommandInput;
+ output: GetResourceEventConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetResourceLogLevelCommand.ts b/clients/client-iot-wireless/src/commands/GetResourceLogLevelCommand.ts
index 1bf9adf987a8..0fb9f37f7fb9 100644
--- a/clients/client-iot-wireless/src/commands/GetResourceLogLevelCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetResourceLogLevelCommand.ts
@@ -94,4 +94,16 @@ export class GetResourceLogLevelCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResourceLogLevelCommand)
.de(de_GetResourceLogLevelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourceLogLevelRequest;
+ output: GetResourceLogLevelResponse;
+ };
+ sdk: {
+ input: GetResourceLogLevelCommandInput;
+ output: GetResourceLogLevelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetResourcePositionCommand.ts b/clients/client-iot-wireless/src/commands/GetResourcePositionCommand.ts
index 410b00243cbb..672cd822f927 100644
--- a/clients/client-iot-wireless/src/commands/GetResourcePositionCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetResourcePositionCommand.ts
@@ -103,4 +103,16 @@ export class GetResourcePositionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResourcePositionCommand)
.de(de_GetResourcePositionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourcePositionRequest;
+ output: GetResourcePositionResponse;
+ };
+ sdk: {
+ input: GetResourcePositionCommandInput;
+ output: GetResourcePositionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetServiceEndpointCommand.ts b/clients/client-iot-wireless/src/commands/GetServiceEndpointCommand.ts
index 5a1432d37533..642fb0b149ed 100644
--- a/clients/client-iot-wireless/src/commands/GetServiceEndpointCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetServiceEndpointCommand.ts
@@ -92,4 +92,16 @@ export class GetServiceEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_GetServiceEndpointCommand)
.de(de_GetServiceEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetServiceEndpointRequest;
+ output: GetServiceEndpointResponse;
+ };
+ sdk: {
+ input: GetServiceEndpointCommandInput;
+ output: GetServiceEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetServiceProfileCommand.ts b/clients/client-iot-wireless/src/commands/GetServiceProfileCommand.ts
index 79bab6984f0c..50473c09862b 100644
--- a/clients/client-iot-wireless/src/commands/GetServiceProfileCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetServiceProfileCommand.ts
@@ -115,4 +115,16 @@ export class GetServiceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_GetServiceProfileCommand)
.de(de_GetServiceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetServiceProfileRequest;
+ output: GetServiceProfileResponse;
+ };
+ sdk: {
+ input: GetServiceProfileCommandInput;
+ output: GetServiceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessDeviceCommand.ts
index 453a0362580f..bd52a1f52c4e 100644
--- a/clients/client-iot-wireless/src/commands/GetWirelessDeviceCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetWirelessDeviceCommand.ts
@@ -172,4 +172,16 @@ export class GetWirelessDeviceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWirelessDeviceCommand)
.de(de_GetWirelessDeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWirelessDeviceRequest;
+ output: GetWirelessDeviceResponse;
+ };
+ sdk: {
+ input: GetWirelessDeviceCommandInput;
+ output: GetWirelessDeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessDeviceImportTaskCommand.ts
index 4201bd003c5f..39a040cb7e5c 100644
--- a/clients/client-iot-wireless/src/commands/GetWirelessDeviceImportTaskCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetWirelessDeviceImportTaskCommand.ts
@@ -116,4 +116,16 @@ export class GetWirelessDeviceImportTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWirelessDeviceImportTaskCommand)
.de(de_GetWirelessDeviceImportTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWirelessDeviceImportTaskRequest;
+ output: GetWirelessDeviceImportTaskResponse;
+ };
+ sdk: {
+ input: GetWirelessDeviceImportTaskCommandInput;
+ output: GetWirelessDeviceImportTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetWirelessDeviceStatisticsCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessDeviceStatisticsCommand.ts
index e58d012c69fa..e6f54467f428 100644
--- a/clients/client-iot-wireless/src/commands/GetWirelessDeviceStatisticsCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetWirelessDeviceStatisticsCommand.ts
@@ -128,4 +128,16 @@ export class GetWirelessDeviceStatisticsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWirelessDeviceStatisticsCommand)
.de(de_GetWirelessDeviceStatisticsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWirelessDeviceStatisticsRequest;
+ output: GetWirelessDeviceStatisticsResponse;
+ };
+ sdk: {
+ input: GetWirelessDeviceStatisticsCommandInput;
+ output: GetWirelessDeviceStatisticsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayCertificateCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayCertificateCommand.ts
index 8fca2e1e1894..41fda39689a7 100644
--- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayCertificateCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayCertificateCommand.ts
@@ -99,4 +99,16 @@ export class GetWirelessGatewayCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWirelessGatewayCertificateCommand)
.de(de_GetWirelessGatewayCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWirelessGatewayCertificateRequest;
+ output: GetWirelessGatewayCertificateResponse;
+ };
+ sdk: {
+ input: GetWirelessGatewayCertificateCommandInput;
+ output: GetWirelessGatewayCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayCommand.ts
index b8a2d4fca6b5..7e29166f5c46 100644
--- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayCommand.ts
@@ -120,4 +120,16 @@ export class GetWirelessGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWirelessGatewayCommand)
.de(de_GetWirelessGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWirelessGatewayRequest;
+ output: GetWirelessGatewayResponse;
+ };
+ sdk: {
+ input: GetWirelessGatewayCommandInput;
+ output: GetWirelessGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayFirmwareInformationCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayFirmwareInformationCommand.ts
index 1eb0e36a163a..f18b343135da 100644
--- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayFirmwareInformationCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayFirmwareInformationCommand.ts
@@ -107,4 +107,16 @@ export class GetWirelessGatewayFirmwareInformationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWirelessGatewayFirmwareInformationCommand)
.de(de_GetWirelessGatewayFirmwareInformationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWirelessGatewayFirmwareInformationRequest;
+ output: GetWirelessGatewayFirmwareInformationResponse;
+ };
+ sdk: {
+ input: GetWirelessGatewayFirmwareInformationCommandInput;
+ output: GetWirelessGatewayFirmwareInformationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayStatisticsCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayStatisticsCommand.ts
index ae6e7d8434b2..d6aaffd19e90 100644
--- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayStatisticsCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayStatisticsCommand.ts
@@ -99,4 +99,16 @@ export class GetWirelessGatewayStatisticsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWirelessGatewayStatisticsCommand)
.de(de_GetWirelessGatewayStatisticsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWirelessGatewayStatisticsRequest;
+ output: GetWirelessGatewayStatisticsResponse;
+ };
+ sdk: {
+ input: GetWirelessGatewayStatisticsCommandInput;
+ output: GetWirelessGatewayStatisticsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskCommand.ts
index 50692e0c5e3f..2adf3db271a5 100644
--- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskCommand.ts
@@ -96,4 +96,16 @@ export class GetWirelessGatewayTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWirelessGatewayTaskCommand)
.de(de_GetWirelessGatewayTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWirelessGatewayTaskRequest;
+ output: GetWirelessGatewayTaskResponse;
+ };
+ sdk: {
+ input: GetWirelessGatewayTaskCommandInput;
+ output: GetWirelessGatewayTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskDefinitionCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskDefinitionCommand.ts
index 4e967dca4a72..d619a929777d 100644
--- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskDefinitionCommand.ts
+++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskDefinitionCommand.ts
@@ -117,4 +117,16 @@ export class GetWirelessGatewayTaskDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWirelessGatewayTaskDefinitionCommand)
.de(de_GetWirelessGatewayTaskDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWirelessGatewayTaskDefinitionRequest;
+ output: GetWirelessGatewayTaskDefinitionResponse;
+ };
+ sdk: {
+ input: GetWirelessGatewayTaskDefinitionCommandInput;
+ output: GetWirelessGatewayTaskDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/ListDestinationsCommand.ts b/clients/client-iot-wireless/src/commands/ListDestinationsCommand.ts
index b70877bb767e..89215751952f 100644
--- a/clients/client-iot-wireless/src/commands/ListDestinationsCommand.ts
+++ b/clients/client-iot-wireless/src/commands/ListDestinationsCommand.ts
@@ -100,4 +100,16 @@ export class ListDestinationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDestinationsCommand)
.de(de_ListDestinationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDestinationsRequest;
+ output: ListDestinationsResponse;
+ };
+ sdk: {
+ input: ListDestinationsCommandInput;
+ output: ListDestinationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/ListDeviceProfilesCommand.ts b/clients/client-iot-wireless/src/commands/ListDeviceProfilesCommand.ts
index 821bf1e8ad8f..b527e8a4802b 100644
--- a/clients/client-iot-wireless/src/commands/ListDeviceProfilesCommand.ts
+++ b/clients/client-iot-wireless/src/commands/ListDeviceProfilesCommand.ts
@@ -98,4 +98,16 @@ export class ListDeviceProfilesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDeviceProfilesCommand)
.de(de_ListDeviceProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDeviceProfilesRequest;
+ output: ListDeviceProfilesResponse;
+ };
+ sdk: {
+ input: ListDeviceProfilesCommandInput;
+ output: ListDeviceProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/ListDevicesForWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/ListDevicesForWirelessDeviceImportTaskCommand.ts
index b6956846d6b4..c6a69df07b80 100644
--- a/clients/client-iot-wireless/src/commands/ListDevicesForWirelessDeviceImportTaskCommand.ts
+++ b/clients/client-iot-wireless/src/commands/ListDevicesForWirelessDeviceImportTaskCommand.ts
@@ -118,4 +118,16 @@ export class ListDevicesForWirelessDeviceImportTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDevicesForWirelessDeviceImportTaskCommand)
.de(de_ListDevicesForWirelessDeviceImportTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDevicesForWirelessDeviceImportTaskRequest;
+ output: ListDevicesForWirelessDeviceImportTaskResponse;
+ };
+ sdk: {
+ input: ListDevicesForWirelessDeviceImportTaskCommandInput;
+ output: ListDevicesForWirelessDeviceImportTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/ListEventConfigurationsCommand.ts b/clients/client-iot-wireless/src/commands/ListEventConfigurationsCommand.ts
index 6ac7906a6787..a8e5e03143ad 100644
--- a/clients/client-iot-wireless/src/commands/ListEventConfigurationsCommand.ts
+++ b/clients/client-iot-wireless/src/commands/ListEventConfigurationsCommand.ts
@@ -130,4 +130,16 @@ export class ListEventConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEventConfigurationsCommand)
.de(de_ListEventConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEventConfigurationsRequest;
+ output: ListEventConfigurationsResponse;
+ };
+ sdk: {
+ input: ListEventConfigurationsCommandInput;
+ output: ListEventConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/ListFuotaTasksCommand.ts b/clients/client-iot-wireless/src/commands/ListFuotaTasksCommand.ts
index 392ef13537a7..3b95fcdd6835 100644
--- a/clients/client-iot-wireless/src/commands/ListFuotaTasksCommand.ts
+++ b/clients/client-iot-wireless/src/commands/ListFuotaTasksCommand.ts
@@ -97,4 +97,16 @@ export class ListFuotaTasksCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFuotaTasksCommand)
.de(de_ListFuotaTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFuotaTasksRequest;
+ output: ListFuotaTasksResponse;
+ };
+ sdk: {
+ input: ListFuotaTasksCommandInput;
+ output: ListFuotaTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/ListMulticastGroupsByFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/ListMulticastGroupsByFuotaTaskCommand.ts
index 3cfcef9080a3..b281e9c58316 100644
--- a/clients/client-iot-wireless/src/commands/ListMulticastGroupsByFuotaTaskCommand.ts
+++ b/clients/client-iot-wireless/src/commands/ListMulticastGroupsByFuotaTaskCommand.ts
@@ -104,4 +104,16 @@ export class ListMulticastGroupsByFuotaTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMulticastGroupsByFuotaTaskCommand)
.de(de_ListMulticastGroupsByFuotaTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMulticastGroupsByFuotaTaskRequest;
+ output: ListMulticastGroupsByFuotaTaskResponse;
+ };
+ sdk: {
+ input: ListMulticastGroupsByFuotaTaskCommandInput;
+ output: ListMulticastGroupsByFuotaTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/ListMulticastGroupsCommand.ts b/clients/client-iot-wireless/src/commands/ListMulticastGroupsCommand.ts
index 7f27ef77fbbd..187da8cfe9f8 100644
--- a/clients/client-iot-wireless/src/commands/ListMulticastGroupsCommand.ts
+++ b/clients/client-iot-wireless/src/commands/ListMulticastGroupsCommand.ts
@@ -97,4 +97,16 @@ export class ListMulticastGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMulticastGroupsCommand)
.de(de_ListMulticastGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMulticastGroupsRequest;
+ output: ListMulticastGroupsResponse;
+ };
+ sdk: {
+ input: ListMulticastGroupsCommandInput;
+ output: ListMulticastGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/ListNetworkAnalyzerConfigurationsCommand.ts b/clients/client-iot-wireless/src/commands/ListNetworkAnalyzerConfigurationsCommand.ts
index 70c8451bb236..45f1e07bd1e3 100644
--- a/clients/client-iot-wireless/src/commands/ListNetworkAnalyzerConfigurationsCommand.ts
+++ b/clients/client-iot-wireless/src/commands/ListNetworkAnalyzerConfigurationsCommand.ts
@@ -104,4 +104,16 @@ export class ListNetworkAnalyzerConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListNetworkAnalyzerConfigurationsCommand)
.de(de_ListNetworkAnalyzerConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListNetworkAnalyzerConfigurationsRequest;
+ output: ListNetworkAnalyzerConfigurationsResponse;
+ };
+ sdk: {
+ input: ListNetworkAnalyzerConfigurationsCommandInput;
+ output: ListNetworkAnalyzerConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/ListPartnerAccountsCommand.ts b/clients/client-iot-wireless/src/commands/ListPartnerAccountsCommand.ts
index ac7f324f13ac..edbf244d716d 100644
--- a/clients/client-iot-wireless/src/commands/ListPartnerAccountsCommand.ts
+++ b/clients/client-iot-wireless/src/commands/ListPartnerAccountsCommand.ts
@@ -101,4 +101,16 @@ export class ListPartnerAccountsCommand extends $Command
.f(void 0, ListPartnerAccountsResponseFilterSensitiveLog)
.ser(se_ListPartnerAccountsCommand)
.de(de_ListPartnerAccountsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPartnerAccountsRequest;
+ output: ListPartnerAccountsResponse;
+ };
+ sdk: {
+ input: ListPartnerAccountsCommandInput;
+ output: ListPartnerAccountsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts b/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts
index 5b47655e1b67..9a8ada68c601 100644
--- a/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts
+++ b/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts
@@ -112,4 +112,16 @@ export class ListPositionConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPositionConfigurationsCommand)
.de(de_ListPositionConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPositionConfigurationsRequest;
+ output: ListPositionConfigurationsResponse;
+ };
+ sdk: {
+ input: ListPositionConfigurationsCommandInput;
+ output: ListPositionConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/ListQueuedMessagesCommand.ts b/clients/client-iot-wireless/src/commands/ListQueuedMessagesCommand.ts
index 55f7b39c3ff3..c9d3ef30b6f0 100644
--- a/clients/client-iot-wireless/src/commands/ListQueuedMessagesCommand.ts
+++ b/clients/client-iot-wireless/src/commands/ListQueuedMessagesCommand.ts
@@ -115,4 +115,16 @@ export class ListQueuedMessagesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListQueuedMessagesCommand)
.de(de_ListQueuedMessagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListQueuedMessagesRequest;
+ output: ListQueuedMessagesResponse;
+ };
+ sdk: {
+ input: ListQueuedMessagesCommandInput;
+ output: ListQueuedMessagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/ListServiceProfilesCommand.ts b/clients/client-iot-wireless/src/commands/ListServiceProfilesCommand.ts
index 487067db9942..a8403e508939 100644
--- a/clients/client-iot-wireless/src/commands/ListServiceProfilesCommand.ts
+++ b/clients/client-iot-wireless/src/commands/ListServiceProfilesCommand.ts
@@ -97,4 +97,16 @@ export class ListServiceProfilesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListServiceProfilesCommand)
.de(de_ListServiceProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListServiceProfilesRequest;
+ output: ListServiceProfilesResponse;
+ };
+ sdk: {
+ input: ListServiceProfilesCommandInput;
+ output: ListServiceProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/ListTagsForResourceCommand.ts b/clients/client-iot-wireless/src/commands/ListTagsForResourceCommand.ts
index a19d4833cd15..0d5788885817 100644
--- a/clients/client-iot-wireless/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-iot-wireless/src/commands/ListTagsForResourceCommand.ts
@@ -97,4 +97,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/ListWirelessDeviceImportTasksCommand.ts b/clients/client-iot-wireless/src/commands/ListWirelessDeviceImportTasksCommand.ts
index 86d18116aa71..0a293c69e350 100644
--- a/clients/client-iot-wireless/src/commands/ListWirelessDeviceImportTasksCommand.ts
+++ b/clients/client-iot-wireless/src/commands/ListWirelessDeviceImportTasksCommand.ts
@@ -121,4 +121,16 @@ export class ListWirelessDeviceImportTasksCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWirelessDeviceImportTasksCommand)
.de(de_ListWirelessDeviceImportTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWirelessDeviceImportTasksRequest;
+ output: ListWirelessDeviceImportTasksResponse;
+ };
+ sdk: {
+ input: ListWirelessDeviceImportTasksCommandInput;
+ output: ListWirelessDeviceImportTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/ListWirelessDevicesCommand.ts b/clients/client-iot-wireless/src/commands/ListWirelessDevicesCommand.ts
index a3d375ad925b..6fdce8c7dc43 100644
--- a/clients/client-iot-wireless/src/commands/ListWirelessDevicesCommand.ts
+++ b/clients/client-iot-wireless/src/commands/ListWirelessDevicesCommand.ts
@@ -125,4 +125,16 @@ export class ListWirelessDevicesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWirelessDevicesCommand)
.de(de_ListWirelessDevicesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWirelessDevicesRequest;
+ output: ListWirelessDevicesResponse;
+ };
+ sdk: {
+ input: ListWirelessDevicesCommandInput;
+ output: ListWirelessDevicesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/ListWirelessGatewayTaskDefinitionsCommand.ts b/clients/client-iot-wireless/src/commands/ListWirelessGatewayTaskDefinitionsCommand.ts
index 5d53d3cc6f2d..fb8ecf16641c 100644
--- a/clients/client-iot-wireless/src/commands/ListWirelessGatewayTaskDefinitionsCommand.ts
+++ b/clients/client-iot-wireless/src/commands/ListWirelessGatewayTaskDefinitionsCommand.ts
@@ -117,4 +117,16 @@ export class ListWirelessGatewayTaskDefinitionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWirelessGatewayTaskDefinitionsCommand)
.de(de_ListWirelessGatewayTaskDefinitionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWirelessGatewayTaskDefinitionsRequest;
+ output: ListWirelessGatewayTaskDefinitionsResponse;
+ };
+ sdk: {
+ input: ListWirelessGatewayTaskDefinitionsCommandInput;
+ output: ListWirelessGatewayTaskDefinitionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/ListWirelessGatewaysCommand.ts b/clients/client-iot-wireless/src/commands/ListWirelessGatewaysCommand.ts
index a375240e4039..3220d986868f 100644
--- a/clients/client-iot-wireless/src/commands/ListWirelessGatewaysCommand.ts
+++ b/clients/client-iot-wireless/src/commands/ListWirelessGatewaysCommand.ts
@@ -121,4 +121,16 @@ export class ListWirelessGatewaysCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWirelessGatewaysCommand)
.de(de_ListWirelessGatewaysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWirelessGatewaysRequest;
+ output: ListWirelessGatewaysResponse;
+ };
+ sdk: {
+ input: ListWirelessGatewaysCommandInput;
+ output: ListWirelessGatewaysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts
index 2805d07727d4..a1ddc6eeffb7 100644
--- a/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts
+++ b/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts
@@ -104,4 +104,16 @@ export class PutPositionConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutPositionConfigurationCommand)
.de(de_PutPositionConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutPositionConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutPositionConfigurationCommandInput;
+ output: PutPositionConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/PutResourceLogLevelCommand.ts b/clients/client-iot-wireless/src/commands/PutResourceLogLevelCommand.ts
index aa82d750ef29..f67fe1271c56 100644
--- a/clients/client-iot-wireless/src/commands/PutResourceLogLevelCommand.ts
+++ b/clients/client-iot-wireless/src/commands/PutResourceLogLevelCommand.ts
@@ -94,4 +94,16 @@ export class PutResourceLogLevelCommand extends $Command
.f(void 0, void 0)
.ser(se_PutResourceLogLevelCommand)
.de(de_PutResourceLogLevelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutResourceLogLevelRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutResourceLogLevelCommandInput;
+ output: PutResourceLogLevelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/ResetAllResourceLogLevelsCommand.ts b/clients/client-iot-wireless/src/commands/ResetAllResourceLogLevelsCommand.ts
index 6133330f1ba9..04ecfe0a1a33 100644
--- a/clients/client-iot-wireless/src/commands/ResetAllResourceLogLevelsCommand.ts
+++ b/clients/client-iot-wireless/src/commands/ResetAllResourceLogLevelsCommand.ts
@@ -89,4 +89,16 @@ export class ResetAllResourceLogLevelsCommand extends $Command
.f(void 0, void 0)
.ser(se_ResetAllResourceLogLevelsCommand)
.de(de_ResetAllResourceLogLevelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: {};
+ };
+ sdk: {
+ input: ResetAllResourceLogLevelsCommandInput;
+ output: ResetAllResourceLogLevelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/ResetResourceLogLevelCommand.ts b/clients/client-iot-wireless/src/commands/ResetResourceLogLevelCommand.ts
index 6eb279d3c586..c98a15480d00 100644
--- a/clients/client-iot-wireless/src/commands/ResetResourceLogLevelCommand.ts
+++ b/clients/client-iot-wireless/src/commands/ResetResourceLogLevelCommand.ts
@@ -92,4 +92,16 @@ export class ResetResourceLogLevelCommand extends $Command
.f(void 0, void 0)
.ser(se_ResetResourceLogLevelCommand)
.de(de_ResetResourceLogLevelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResetResourceLogLevelRequest;
+ output: {};
+ };
+ sdk: {
+ input: ResetResourceLogLevelCommandInput;
+ output: ResetResourceLogLevelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/SendDataToMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/SendDataToMulticastGroupCommand.ts
index 9451aca77e1d..1d606e85047a 100644
--- a/clients/client-iot-wireless/src/commands/SendDataToMulticastGroupCommand.ts
+++ b/clients/client-iot-wireless/src/commands/SendDataToMulticastGroupCommand.ts
@@ -101,4 +101,16 @@ export class SendDataToMulticastGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_SendDataToMulticastGroupCommand)
.de(de_SendDataToMulticastGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SendDataToMulticastGroupRequest;
+ output: SendDataToMulticastGroupResponse;
+ };
+ sdk: {
+ input: SendDataToMulticastGroupCommandInput;
+ output: SendDataToMulticastGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/SendDataToWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/SendDataToWirelessDeviceCommand.ts
index 706f6086bed6..e1c7eaef9415 100644
--- a/clients/client-iot-wireless/src/commands/SendDataToWirelessDeviceCommand.ts
+++ b/clients/client-iot-wireless/src/commands/SendDataToWirelessDeviceCommand.ts
@@ -111,4 +111,16 @@ export class SendDataToWirelessDeviceCommand extends $Command
.f(void 0, void 0)
.ser(se_SendDataToWirelessDeviceCommand)
.de(de_SendDataToWirelessDeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SendDataToWirelessDeviceRequest;
+ output: SendDataToWirelessDeviceResponse;
+ };
+ sdk: {
+ input: SendDataToWirelessDeviceCommandInput;
+ output: SendDataToWirelessDeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.ts
index 9ae880282d1e..608b89f6f94c 100644
--- a/clients/client-iot-wireless/src/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.ts
+++ b/clients/client-iot-wireless/src/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.ts
@@ -107,4 +107,16 @@ export class StartBulkAssociateWirelessDeviceWithMulticastGroupCommand extends $
.f(void 0, void 0)
.ser(se_StartBulkAssociateWirelessDeviceWithMulticastGroupCommand)
.de(de_StartBulkAssociateWirelessDeviceWithMulticastGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartBulkAssociateWirelessDeviceWithMulticastGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput;
+ output: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.ts
index 9ce969f87b78..2680e0efa470 100644
--- a/clients/client-iot-wireless/src/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.ts
+++ b/clients/client-iot-wireless/src/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.ts
@@ -107,4 +107,16 @@ export class StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand extend
.f(void 0, void 0)
.ser(se_StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand)
.de(de_StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput;
+ output: StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/StartFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/StartFuotaTaskCommand.ts
index 3b3b6bfd1344..69697296ccf8 100644
--- a/clients/client-iot-wireless/src/commands/StartFuotaTaskCommand.ts
+++ b/clients/client-iot-wireless/src/commands/StartFuotaTaskCommand.ts
@@ -96,4 +96,16 @@ export class StartFuotaTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_StartFuotaTaskCommand)
.de(de_StartFuotaTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartFuotaTaskRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartFuotaTaskCommandInput;
+ output: StartFuotaTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/StartMulticastGroupSessionCommand.ts b/clients/client-iot-wireless/src/commands/StartMulticastGroupSessionCommand.ts
index e883e77afb85..53f858cd39a6 100644
--- a/clients/client-iot-wireless/src/commands/StartMulticastGroupSessionCommand.ts
+++ b/clients/client-iot-wireless/src/commands/StartMulticastGroupSessionCommand.ts
@@ -100,4 +100,16 @@ export class StartMulticastGroupSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartMulticastGroupSessionCommand)
.de(de_StartMulticastGroupSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartMulticastGroupSessionRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartMulticastGroupSessionCommandInput;
+ output: StartMulticastGroupSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/StartSingleWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/StartSingleWirelessDeviceImportTaskCommand.ts
index e89df4d64d50..fa59bc120de4 100644
--- a/clients/client-iot-wireless/src/commands/StartSingleWirelessDeviceImportTaskCommand.ts
+++ b/clients/client-iot-wireless/src/commands/StartSingleWirelessDeviceImportTaskCommand.ts
@@ -115,4 +115,16 @@ export class StartSingleWirelessDeviceImportTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_StartSingleWirelessDeviceImportTaskCommand)
.de(de_StartSingleWirelessDeviceImportTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartSingleWirelessDeviceImportTaskRequest;
+ output: StartSingleWirelessDeviceImportTaskResponse;
+ };
+ sdk: {
+ input: StartSingleWirelessDeviceImportTaskCommandInput;
+ output: StartSingleWirelessDeviceImportTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/StartWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/StartWirelessDeviceImportTaskCommand.ts
index ce735087f5f2..bbabfd173370 100644
--- a/clients/client-iot-wireless/src/commands/StartWirelessDeviceImportTaskCommand.ts
+++ b/clients/client-iot-wireless/src/commands/StartWirelessDeviceImportTaskCommand.ts
@@ -113,4 +113,16 @@ export class StartWirelessDeviceImportTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_StartWirelessDeviceImportTaskCommand)
.de(de_StartWirelessDeviceImportTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartWirelessDeviceImportTaskRequest;
+ output: StartWirelessDeviceImportTaskResponse;
+ };
+ sdk: {
+ input: StartWirelessDeviceImportTaskCommandInput;
+ output: StartWirelessDeviceImportTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/TagResourceCommand.ts b/clients/client-iot-wireless/src/commands/TagResourceCommand.ts
index b0b5e19eb63e..65edbc21b36a 100644
--- a/clients/client-iot-wireless/src/commands/TagResourceCommand.ts
+++ b/clients/client-iot-wireless/src/commands/TagResourceCommand.ts
@@ -99,4 +99,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/TestWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/TestWirelessDeviceCommand.ts
index 10af443a5f32..1c4f01a236e3 100644
--- a/clients/client-iot-wireless/src/commands/TestWirelessDeviceCommand.ts
+++ b/clients/client-iot-wireless/src/commands/TestWirelessDeviceCommand.ts
@@ -90,4 +90,16 @@ export class TestWirelessDeviceCommand extends $Command
.f(void 0, void 0)
.ser(se_TestWirelessDeviceCommand)
.de(de_TestWirelessDeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TestWirelessDeviceRequest;
+ output: TestWirelessDeviceResponse;
+ };
+ sdk: {
+ input: TestWirelessDeviceCommandInput;
+ output: TestWirelessDeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/UntagResourceCommand.ts b/clients/client-iot-wireless/src/commands/UntagResourceCommand.ts
index fa4ada3c1fd1..33ba7f4c9728 100644
--- a/clients/client-iot-wireless/src/commands/UntagResourceCommand.ts
+++ b/clients/client-iot-wireless/src/commands/UntagResourceCommand.ts
@@ -93,4 +93,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/UpdateDestinationCommand.ts b/clients/client-iot-wireless/src/commands/UpdateDestinationCommand.ts
index 3e9d6f295c6f..0361d8ec4d83 100644
--- a/clients/client-iot-wireless/src/commands/UpdateDestinationCommand.ts
+++ b/clients/client-iot-wireless/src/commands/UpdateDestinationCommand.ts
@@ -94,4 +94,16 @@ export class UpdateDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDestinationCommand)
.de(de_UpdateDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDestinationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDestinationCommandInput;
+ output: UpdateDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/UpdateEventConfigurationByResourceTypesCommand.ts b/clients/client-iot-wireless/src/commands/UpdateEventConfigurationByResourceTypesCommand.ts
index 15899fe17ca6..67cc56a53d85 100644
--- a/clients/client-iot-wireless/src/commands/UpdateEventConfigurationByResourceTypesCommand.ts
+++ b/clients/client-iot-wireless/src/commands/UpdateEventConfigurationByResourceTypesCommand.ts
@@ -120,4 +120,16 @@ export class UpdateEventConfigurationByResourceTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEventConfigurationByResourceTypesCommand)
.de(de_UpdateEventConfigurationByResourceTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEventConfigurationByResourceTypesRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateEventConfigurationByResourceTypesCommandInput;
+ output: UpdateEventConfigurationByResourceTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/UpdateFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/UpdateFuotaTaskCommand.ts
index fae00422429c..f698221c461b 100644
--- a/clients/client-iot-wireless/src/commands/UpdateFuotaTaskCommand.ts
+++ b/clients/client-iot-wireless/src/commands/UpdateFuotaTaskCommand.ts
@@ -103,4 +103,16 @@ export class UpdateFuotaTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFuotaTaskCommand)
.de(de_UpdateFuotaTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFuotaTaskRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateFuotaTaskCommandInput;
+ output: UpdateFuotaTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/UpdateLogLevelsByResourceTypesCommand.ts b/clients/client-iot-wireless/src/commands/UpdateLogLevelsByResourceTypesCommand.ts
index d2086ae9571b..3704b56d086d 100644
--- a/clients/client-iot-wireless/src/commands/UpdateLogLevelsByResourceTypesCommand.ts
+++ b/clients/client-iot-wireless/src/commands/UpdateLogLevelsByResourceTypesCommand.ts
@@ -124,4 +124,16 @@ export class UpdateLogLevelsByResourceTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateLogLevelsByResourceTypesCommand)
.de(de_UpdateLogLevelsByResourceTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLogLevelsByResourceTypesRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateLogLevelsByResourceTypesCommandInput;
+ output: UpdateLogLevelsByResourceTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/UpdateMetricConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/UpdateMetricConfigurationCommand.ts
index 52a6b91bcab0..3dfb894a0ce7 100644
--- a/clients/client-iot-wireless/src/commands/UpdateMetricConfigurationCommand.ts
+++ b/clients/client-iot-wireless/src/commands/UpdateMetricConfigurationCommand.ts
@@ -95,4 +95,16 @@ export class UpdateMetricConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateMetricConfigurationCommand)
.de(de_UpdateMetricConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMetricConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateMetricConfigurationCommandInput;
+ output: UpdateMetricConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/UpdateMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/UpdateMulticastGroupCommand.ts
index 1f91302a03c7..2ee387d90a75 100644
--- a/clients/client-iot-wireless/src/commands/UpdateMulticastGroupCommand.ts
+++ b/clients/client-iot-wireless/src/commands/UpdateMulticastGroupCommand.ts
@@ -99,4 +99,16 @@ export class UpdateMulticastGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateMulticastGroupCommand)
.de(de_UpdateMulticastGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMulticastGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateMulticastGroupCommandInput;
+ output: UpdateMulticastGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/UpdateNetworkAnalyzerConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/UpdateNetworkAnalyzerConfigurationCommand.ts
index 5baedc386aea..ca6187e27455 100644
--- a/clients/client-iot-wireless/src/commands/UpdateNetworkAnalyzerConfigurationCommand.ts
+++ b/clients/client-iot-wireless/src/commands/UpdateNetworkAnalyzerConfigurationCommand.ts
@@ -122,4 +122,16 @@ export class UpdateNetworkAnalyzerConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateNetworkAnalyzerConfigurationCommand)
.de(de_UpdateNetworkAnalyzerConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateNetworkAnalyzerConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateNetworkAnalyzerConfigurationCommandInput;
+ output: UpdateNetworkAnalyzerConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/UpdatePartnerAccountCommand.ts b/clients/client-iot-wireless/src/commands/UpdatePartnerAccountCommand.ts
index 3fb494641bc4..38ebbfbacc5a 100644
--- a/clients/client-iot-wireless/src/commands/UpdatePartnerAccountCommand.ts
+++ b/clients/client-iot-wireless/src/commands/UpdatePartnerAccountCommand.ts
@@ -95,4 +95,16 @@ export class UpdatePartnerAccountCommand extends $Command
.f(UpdatePartnerAccountRequestFilterSensitiveLog, void 0)
.ser(se_UpdatePartnerAccountCommand)
.de(de_UpdatePartnerAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePartnerAccountRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdatePartnerAccountCommandInput;
+ output: UpdatePartnerAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts b/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts
index 48afbc13bc15..7cfa0a9a6ec8 100644
--- a/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts
+++ b/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts
@@ -100,4 +100,16 @@ export class UpdatePositionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePositionCommand)
.de(de_UpdatePositionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePositionRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdatePositionCommandInput;
+ output: UpdatePositionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/UpdateResourceEventConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/UpdateResourceEventConfigurationCommand.ts
index 7a5e5d668ed2..f4706627460f 100644
--- a/clients/client-iot-wireless/src/commands/UpdateResourceEventConfigurationCommand.ts
+++ b/clients/client-iot-wireless/src/commands/UpdateResourceEventConfigurationCommand.ts
@@ -130,4 +130,16 @@ export class UpdateResourceEventConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateResourceEventConfigurationCommand)
.de(de_UpdateResourceEventConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateResourceEventConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateResourceEventConfigurationCommandInput;
+ output: UpdateResourceEventConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/UpdateResourcePositionCommand.ts b/clients/client-iot-wireless/src/commands/UpdateResourcePositionCommand.ts
index 20a0668f895c..50e874fcff0c 100644
--- a/clients/client-iot-wireless/src/commands/UpdateResourcePositionCommand.ts
+++ b/clients/client-iot-wireless/src/commands/UpdateResourcePositionCommand.ts
@@ -101,4 +101,16 @@ export class UpdateResourcePositionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateResourcePositionCommand)
.de(de_UpdateResourcePositionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateResourcePositionRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateResourcePositionCommandInput;
+ output: UpdateResourcePositionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceCommand.ts
index 6894006dda22..59d78ad99713 100644
--- a/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceCommand.ts
+++ b/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceCommand.ts
@@ -118,4 +118,16 @@ export class UpdateWirelessDeviceCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateWirelessDeviceCommand)
.de(de_UpdateWirelessDeviceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateWirelessDeviceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateWirelessDeviceCommandInput;
+ output: UpdateWirelessDeviceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceImportTaskCommand.ts
index 34c8b00d61b1..72c06ecf7af8 100644
--- a/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceImportTaskCommand.ts
+++ b/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceImportTaskCommand.ts
@@ -101,4 +101,16 @@ export class UpdateWirelessDeviceImportTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateWirelessDeviceImportTaskCommand)
.de(de_UpdateWirelessDeviceImportTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateWirelessDeviceImportTaskRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateWirelessDeviceImportTaskCommandInput;
+ output: UpdateWirelessDeviceImportTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot-wireless/src/commands/UpdateWirelessGatewayCommand.ts b/clients/client-iot-wireless/src/commands/UpdateWirelessGatewayCommand.ts
index cb2fb0f787ce..5d65e7cf1928 100644
--- a/clients/client-iot-wireless/src/commands/UpdateWirelessGatewayCommand.ts
+++ b/clients/client-iot-wireless/src/commands/UpdateWirelessGatewayCommand.ts
@@ -101,4 +101,16 @@ export class UpdateWirelessGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateWirelessGatewayCommand)
.de(de_UpdateWirelessGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateWirelessGatewayRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateWirelessGatewayCommandInput;
+ output: UpdateWirelessGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/package.json b/clients/client-iot/package.json
index e3f1026e187b..f8faee31a04b 100644
--- a/clients/client-iot/package.json
+++ b/clients/client-iot/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-iot/src/commands/AcceptCertificateTransferCommand.ts b/clients/client-iot/src/commands/AcceptCertificateTransferCommand.ts
index df7fe8a0d044..33ae3442143d 100644
--- a/clients/client-iot/src/commands/AcceptCertificateTransferCommand.ts
+++ b/clients/client-iot/src/commands/AcceptCertificateTransferCommand.ts
@@ -102,4 +102,16 @@ export class AcceptCertificateTransferCommand extends $Command
.f(void 0, void 0)
.ser(se_AcceptCertificateTransferCommand)
.de(de_AcceptCertificateTransferCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AcceptCertificateTransferRequest;
+ output: {};
+ };
+ sdk: {
+ input: AcceptCertificateTransferCommandInput;
+ output: AcceptCertificateTransferCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/AddThingToBillingGroupCommand.ts b/clients/client-iot/src/commands/AddThingToBillingGroupCommand.ts
index ae99172b6d35..2bf0ba5d5ec5 100644
--- a/clients/client-iot/src/commands/AddThingToBillingGroupCommand.ts
+++ b/clients/client-iot/src/commands/AddThingToBillingGroupCommand.ts
@@ -91,4 +91,16 @@ export class AddThingToBillingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_AddThingToBillingGroupCommand)
.de(de_AddThingToBillingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddThingToBillingGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: AddThingToBillingGroupCommandInput;
+ output: AddThingToBillingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/AddThingToThingGroupCommand.ts b/clients/client-iot/src/commands/AddThingToThingGroupCommand.ts
index 4c5525997625..ef6c0ce3b343 100644
--- a/clients/client-iot/src/commands/AddThingToThingGroupCommand.ts
+++ b/clients/client-iot/src/commands/AddThingToThingGroupCommand.ts
@@ -92,4 +92,16 @@ export class AddThingToThingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_AddThingToThingGroupCommand)
.de(de_AddThingToThingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddThingToThingGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: AddThingToThingGroupCommandInput;
+ output: AddThingToThingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/AssociateSbomWithPackageVersionCommand.ts b/clients/client-iot/src/commands/AssociateSbomWithPackageVersionCommand.ts
index 46096a6ee7fe..db931888b90d 100644
--- a/clients/client-iot/src/commands/AssociateSbomWithPackageVersionCommand.ts
+++ b/clients/client-iot/src/commands/AssociateSbomWithPackageVersionCommand.ts
@@ -120,4 +120,16 @@ export class AssociateSbomWithPackageVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateSbomWithPackageVersionCommand)
.de(de_AssociateSbomWithPackageVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateSbomWithPackageVersionRequest;
+ output: AssociateSbomWithPackageVersionResponse;
+ };
+ sdk: {
+ input: AssociateSbomWithPackageVersionCommandInput;
+ output: AssociateSbomWithPackageVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/AssociateTargetsWithJobCommand.ts b/clients/client-iot/src/commands/AssociateTargetsWithJobCommand.ts
index 1aabd7eecdc2..f375687c025f 100644
--- a/clients/client-iot/src/commands/AssociateTargetsWithJobCommand.ts
+++ b/clients/client-iot/src/commands/AssociateTargetsWithJobCommand.ts
@@ -112,4 +112,16 @@ export class AssociateTargetsWithJobCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateTargetsWithJobCommand)
.de(de_AssociateTargetsWithJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateTargetsWithJobRequest;
+ output: AssociateTargetsWithJobResponse;
+ };
+ sdk: {
+ input: AssociateTargetsWithJobCommandInput;
+ output: AssociateTargetsWithJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/AttachPolicyCommand.ts b/clients/client-iot/src/commands/AttachPolicyCommand.ts
index e6c2a12c844d..fab8f441f936 100644
--- a/clients/client-iot/src/commands/AttachPolicyCommand.ts
+++ b/clients/client-iot/src/commands/AttachPolicyCommand.ts
@@ -99,4 +99,16 @@ export class AttachPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachPolicyCommand)
.de(de_AttachPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: AttachPolicyCommandInput;
+ output: AttachPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/AttachPrincipalPolicyCommand.ts b/clients/client-iot/src/commands/AttachPrincipalPolicyCommand.ts
index 7a8583777a1c..7c02cd6b79cd 100644
--- a/clients/client-iot/src/commands/AttachPrincipalPolicyCommand.ts
+++ b/clients/client-iot/src/commands/AttachPrincipalPolicyCommand.ts
@@ -104,4 +104,16 @@ export class AttachPrincipalPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachPrincipalPolicyCommand)
.de(de_AttachPrincipalPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachPrincipalPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: AttachPrincipalPolicyCommandInput;
+ output: AttachPrincipalPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/AttachSecurityProfileCommand.ts b/clients/client-iot/src/commands/AttachSecurityProfileCommand.ts
index 8e7db2b0b4e1..1990a369e46e 100644
--- a/clients/client-iot/src/commands/AttachSecurityProfileCommand.ts
+++ b/clients/client-iot/src/commands/AttachSecurityProfileCommand.ts
@@ -98,4 +98,16 @@ export class AttachSecurityProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachSecurityProfileCommand)
.de(de_AttachSecurityProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachSecurityProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: AttachSecurityProfileCommandInput;
+ output: AttachSecurityProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/AttachThingPrincipalCommand.ts b/clients/client-iot/src/commands/AttachThingPrincipalCommand.ts
index 8dd63dab0293..bb0fc4acbcb7 100644
--- a/clients/client-iot/src/commands/AttachThingPrincipalCommand.ts
+++ b/clients/client-iot/src/commands/AttachThingPrincipalCommand.ts
@@ -96,4 +96,16 @@ export class AttachThingPrincipalCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachThingPrincipalCommand)
.de(de_AttachThingPrincipalCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachThingPrincipalRequest;
+ output: {};
+ };
+ sdk: {
+ input: AttachThingPrincipalCommandInput;
+ output: AttachThingPrincipalCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CancelAuditMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/CancelAuditMitigationActionsTaskCommand.ts
index 99095277f131..32a20cbb77d2 100644
--- a/clients/client-iot/src/commands/CancelAuditMitigationActionsTaskCommand.ts
+++ b/clients/client-iot/src/commands/CancelAuditMitigationActionsTaskCommand.ts
@@ -95,4 +95,16 @@ export class CancelAuditMitigationActionsTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelAuditMitigationActionsTaskCommand)
.de(de_CancelAuditMitigationActionsTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelAuditMitigationActionsTaskRequest;
+ output: {};
+ };
+ sdk: {
+ input: CancelAuditMitigationActionsTaskCommandInput;
+ output: CancelAuditMitigationActionsTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CancelAuditTaskCommand.ts b/clients/client-iot/src/commands/CancelAuditTaskCommand.ts
index e02e94422191..eb98037090c0 100644
--- a/clients/client-iot/src/commands/CancelAuditTaskCommand.ts
+++ b/clients/client-iot/src/commands/CancelAuditTaskCommand.ts
@@ -88,4 +88,16 @@ export class CancelAuditTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelAuditTaskCommand)
.de(de_CancelAuditTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelAuditTaskRequest;
+ output: {};
+ };
+ sdk: {
+ input: CancelAuditTaskCommandInput;
+ output: CancelAuditTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CancelCertificateTransferCommand.ts b/clients/client-iot/src/commands/CancelCertificateTransferCommand.ts
index fa4a70b6637d..7ba37b6221c0 100644
--- a/clients/client-iot/src/commands/CancelCertificateTransferCommand.ts
+++ b/clients/client-iot/src/commands/CancelCertificateTransferCommand.ts
@@ -105,4 +105,16 @@ export class CancelCertificateTransferCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelCertificateTransferCommand)
.de(de_CancelCertificateTransferCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelCertificateTransferRequest;
+ output: {};
+ };
+ sdk: {
+ input: CancelCertificateTransferCommandInput;
+ output: CancelCertificateTransferCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CancelDetectMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/CancelDetectMitigationActionsTaskCommand.ts
index ef373ae3739f..3f9b186f72ad 100644
--- a/clients/client-iot/src/commands/CancelDetectMitigationActionsTaskCommand.ts
+++ b/clients/client-iot/src/commands/CancelDetectMitigationActionsTaskCommand.ts
@@ -98,4 +98,16 @@ export class CancelDetectMitigationActionsTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelDetectMitigationActionsTaskCommand)
.de(de_CancelDetectMitigationActionsTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelDetectMitigationActionsTaskRequest;
+ output: {};
+ };
+ sdk: {
+ input: CancelDetectMitigationActionsTaskCommandInput;
+ output: CancelDetectMitigationActionsTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CancelJobCommand.ts b/clients/client-iot/src/commands/CancelJobCommand.ts
index 5cbc1cc671da..d6fa99cc0c32 100644
--- a/clients/client-iot/src/commands/CancelJobCommand.ts
+++ b/clients/client-iot/src/commands/CancelJobCommand.ts
@@ -98,4 +98,16 @@ export class CancelJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelJobCommand)
.de(de_CancelJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelJobRequest;
+ output: CancelJobResponse;
+ };
+ sdk: {
+ input: CancelJobCommandInput;
+ output: CancelJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CancelJobExecutionCommand.ts b/clients/client-iot/src/commands/CancelJobExecutionCommand.ts
index 5feace20166e..441e226681e8 100644
--- a/clients/client-iot/src/commands/CancelJobExecutionCommand.ts
+++ b/clients/client-iot/src/commands/CancelJobExecutionCommand.ts
@@ -104,4 +104,16 @@ export class CancelJobExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelJobExecutionCommand)
.de(de_CancelJobExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelJobExecutionRequest;
+ output: {};
+ };
+ sdk: {
+ input: CancelJobExecutionCommandInput;
+ output: CancelJobExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ClearDefaultAuthorizerCommand.ts b/clients/client-iot/src/commands/ClearDefaultAuthorizerCommand.ts
index dc43bdaa0eb8..3fae1e88931b 100644
--- a/clients/client-iot/src/commands/ClearDefaultAuthorizerCommand.ts
+++ b/clients/client-iot/src/commands/ClearDefaultAuthorizerCommand.ts
@@ -92,4 +92,16 @@ export class ClearDefaultAuthorizerCommand extends $Command
.f(void 0, void 0)
.ser(se_ClearDefaultAuthorizerCommand)
.de(de_ClearDefaultAuthorizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: {};
+ };
+ sdk: {
+ input: ClearDefaultAuthorizerCommandInput;
+ output: ClearDefaultAuthorizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ConfirmTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/ConfirmTopicRuleDestinationCommand.ts
index 54fd5dcd3545..7d451267c034 100644
--- a/clients/client-iot/src/commands/ConfirmTopicRuleDestinationCommand.ts
+++ b/clients/client-iot/src/commands/ConfirmTopicRuleDestinationCommand.ts
@@ -100,4 +100,16 @@ export class ConfirmTopicRuleDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_ConfirmTopicRuleDestinationCommand)
.de(de_ConfirmTopicRuleDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ConfirmTopicRuleDestinationRequest;
+ output: {};
+ };
+ sdk: {
+ input: ConfirmTopicRuleDestinationCommandInput;
+ output: ConfirmTopicRuleDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateAuditSuppressionCommand.ts b/clients/client-iot/src/commands/CreateAuditSuppressionCommand.ts
index 2f8cd42d1068..886c7b794b95 100644
--- a/clients/client-iot/src/commands/CreateAuditSuppressionCommand.ts
+++ b/clients/client-iot/src/commands/CreateAuditSuppressionCommand.ts
@@ -116,4 +116,16 @@ export class CreateAuditSuppressionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAuditSuppressionCommand)
.de(de_CreateAuditSuppressionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAuditSuppressionRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateAuditSuppressionCommandInput;
+ output: CreateAuditSuppressionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateAuthorizerCommand.ts b/clients/client-iot/src/commands/CreateAuthorizerCommand.ts
index 4651741aefb2..b73a7da4dac7 100644
--- a/clients/client-iot/src/commands/CreateAuthorizerCommand.ts
+++ b/clients/client-iot/src/commands/CreateAuthorizerCommand.ts
@@ -114,4 +114,16 @@ export class CreateAuthorizerCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAuthorizerCommand)
.de(de_CreateAuthorizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAuthorizerRequest;
+ output: CreateAuthorizerResponse;
+ };
+ sdk: {
+ input: CreateAuthorizerCommandInput;
+ output: CreateAuthorizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateBillingGroupCommand.ts b/clients/client-iot/src/commands/CreateBillingGroupCommand.ts
index 8e3093b0e9bd..3e4898d6907f 100644
--- a/clients/client-iot/src/commands/CreateBillingGroupCommand.ts
+++ b/clients/client-iot/src/commands/CreateBillingGroupCommand.ts
@@ -101,4 +101,16 @@ export class CreateBillingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateBillingGroupCommand)
.de(de_CreateBillingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBillingGroupRequest;
+ output: CreateBillingGroupResponse;
+ };
+ sdk: {
+ input: CreateBillingGroupCommandInput;
+ output: CreateBillingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateCertificateFromCsrCommand.ts b/clients/client-iot/src/commands/CreateCertificateFromCsrCommand.ts
index 0cff1e8010cc..dafc80d71ec2 100644
--- a/clients/client-iot/src/commands/CreateCertificateFromCsrCommand.ts
+++ b/clients/client-iot/src/commands/CreateCertificateFromCsrCommand.ts
@@ -142,4 +142,16 @@ export class CreateCertificateFromCsrCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCertificateFromCsrCommand)
.de(de_CreateCertificateFromCsrCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCertificateFromCsrRequest;
+ output: CreateCertificateFromCsrResponse;
+ };
+ sdk: {
+ input: CreateCertificateFromCsrCommandInput;
+ output: CreateCertificateFromCsrCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateCertificateProviderCommand.ts b/clients/client-iot/src/commands/CreateCertificateProviderCommand.ts
index 2dbeaa83aeab..3c15caf6dd48 100644
--- a/clients/client-iot/src/commands/CreateCertificateProviderCommand.ts
+++ b/clients/client-iot/src/commands/CreateCertificateProviderCommand.ts
@@ -122,4 +122,16 @@ export class CreateCertificateProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCertificateProviderCommand)
.de(de_CreateCertificateProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCertificateProviderRequest;
+ output: CreateCertificateProviderResponse;
+ };
+ sdk: {
+ input: CreateCertificateProviderCommandInput;
+ output: CreateCertificateProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateCustomMetricCommand.ts b/clients/client-iot/src/commands/CreateCustomMetricCommand.ts
index 9e16ed468ed6..c13cff79d8a5 100644
--- a/clients/client-iot/src/commands/CreateCustomMetricCommand.ts
+++ b/clients/client-iot/src/commands/CreateCustomMetricCommand.ts
@@ -106,4 +106,16 @@ export class CreateCustomMetricCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCustomMetricCommand)
.de(de_CreateCustomMetricCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCustomMetricRequest;
+ output: CreateCustomMetricResponse;
+ };
+ sdk: {
+ input: CreateCustomMetricCommandInput;
+ output: CreateCustomMetricCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateDimensionCommand.ts b/clients/client-iot/src/commands/CreateDimensionCommand.ts
index 6b9942c37069..c50424d187ee 100644
--- a/clients/client-iot/src/commands/CreateDimensionCommand.ts
+++ b/clients/client-iot/src/commands/CreateDimensionCommand.ts
@@ -106,4 +106,16 @@ export class CreateDimensionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDimensionCommand)
.de(de_CreateDimensionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDimensionRequest;
+ output: CreateDimensionResponse;
+ };
+ sdk: {
+ input: CreateDimensionCommandInput;
+ output: CreateDimensionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateDomainConfigurationCommand.ts b/clients/client-iot/src/commands/CreateDomainConfigurationCommand.ts
index 05c9fd9587e4..039e9cc5b7b5 100644
--- a/clients/client-iot/src/commands/CreateDomainConfigurationCommand.ts
+++ b/clients/client-iot/src/commands/CreateDomainConfigurationCommand.ts
@@ -125,4 +125,16 @@ export class CreateDomainConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDomainConfigurationCommand)
.de(de_CreateDomainConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDomainConfigurationRequest;
+ output: CreateDomainConfigurationResponse;
+ };
+ sdk: {
+ input: CreateDomainConfigurationCommandInput;
+ output: CreateDomainConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateDynamicThingGroupCommand.ts b/clients/client-iot/src/commands/CreateDynamicThingGroupCommand.ts
index 13d8cda3a9ae..06e0b0a9e56e 100644
--- a/clients/client-iot/src/commands/CreateDynamicThingGroupCommand.ts
+++ b/clients/client-iot/src/commands/CreateDynamicThingGroupCommand.ts
@@ -122,4 +122,16 @@ export class CreateDynamicThingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDynamicThingGroupCommand)
.de(de_CreateDynamicThingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDynamicThingGroupRequest;
+ output: CreateDynamicThingGroupResponse;
+ };
+ sdk: {
+ input: CreateDynamicThingGroupCommandInput;
+ output: CreateDynamicThingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateFleetMetricCommand.ts b/clients/client-iot/src/commands/CreateFleetMetricCommand.ts
index 37b43ffa95fd..f978f109bfc9 100644
--- a/clients/client-iot/src/commands/CreateFleetMetricCommand.ts
+++ b/clients/client-iot/src/commands/CreateFleetMetricCommand.ts
@@ -131,4 +131,16 @@ export class CreateFleetMetricCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFleetMetricCommand)
.de(de_CreateFleetMetricCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFleetMetricRequest;
+ output: CreateFleetMetricResponse;
+ };
+ sdk: {
+ input: CreateFleetMetricCommandInput;
+ output: CreateFleetMetricCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateJobCommand.ts b/clients/client-iot/src/commands/CreateJobCommand.ts
index 8b3bb04b36b7..b2b4ad7eae7f 100644
--- a/clients/client-iot/src/commands/CreateJobCommand.ts
+++ b/clients/client-iot/src/commands/CreateJobCommand.ts
@@ -166,4 +166,16 @@ export class CreateJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateJobCommand)
.de(de_CreateJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateJobRequest;
+ output: CreateJobResponse;
+ };
+ sdk: {
+ input: CreateJobCommandInput;
+ output: CreateJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateJobTemplateCommand.ts b/clients/client-iot/src/commands/CreateJobTemplateCommand.ts
index 1fae53a68870..809b2e35edf9 100644
--- a/clients/client-iot/src/commands/CreateJobTemplateCommand.ts
+++ b/clients/client-iot/src/commands/CreateJobTemplateCommand.ts
@@ -152,4 +152,16 @@ export class CreateJobTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateJobTemplateCommand)
.de(de_CreateJobTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateJobTemplateRequest;
+ output: CreateJobTemplateResponse;
+ };
+ sdk: {
+ input: CreateJobTemplateCommandInput;
+ output: CreateJobTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateKeysAndCertificateCommand.ts b/clients/client-iot/src/commands/CreateKeysAndCertificateCommand.ts
index 50e749a81de7..57440a675da4 100644
--- a/clients/client-iot/src/commands/CreateKeysAndCertificateCommand.ts
+++ b/clients/client-iot/src/commands/CreateKeysAndCertificateCommand.ts
@@ -108,4 +108,16 @@ export class CreateKeysAndCertificateCommand extends $Command
.f(void 0, CreateKeysAndCertificateResponseFilterSensitiveLog)
.ser(se_CreateKeysAndCertificateCommand)
.de(de_CreateKeysAndCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateKeysAndCertificateRequest;
+ output: CreateKeysAndCertificateResponse;
+ };
+ sdk: {
+ input: CreateKeysAndCertificateCommandInput;
+ output: CreateKeysAndCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateMitigationActionCommand.ts b/clients/client-iot/src/commands/CreateMitigationActionCommand.ts
index 816cfecea790..4e795bc1d0d6 100644
--- a/clients/client-iot/src/commands/CreateMitigationActionCommand.ts
+++ b/clients/client-iot/src/commands/CreateMitigationActionCommand.ts
@@ -126,4 +126,16 @@ export class CreateMitigationActionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateMitigationActionCommand)
.de(de_CreateMitigationActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMitigationActionRequest;
+ output: CreateMitigationActionResponse;
+ };
+ sdk: {
+ input: CreateMitigationActionCommandInput;
+ output: CreateMitigationActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateOTAUpdateCommand.ts b/clients/client-iot/src/commands/CreateOTAUpdateCommand.ts
index 8930c0f7b952..8d7bf6c213ac 100644
--- a/clients/client-iot/src/commands/CreateOTAUpdateCommand.ts
+++ b/clients/client-iot/src/commands/CreateOTAUpdateCommand.ts
@@ -200,4 +200,16 @@ export class CreateOTAUpdateCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateOTAUpdateCommand)
.de(de_CreateOTAUpdateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateOTAUpdateRequest;
+ output: CreateOTAUpdateResponse;
+ };
+ sdk: {
+ input: CreateOTAUpdateCommandInput;
+ output: CreateOTAUpdateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreatePackageCommand.ts b/clients/client-iot/src/commands/CreatePackageCommand.ts
index 8a3d592d49ae..b5f01ae96c6e 100644
--- a/clients/client-iot/src/commands/CreatePackageCommand.ts
+++ b/clients/client-iot/src/commands/CreatePackageCommand.ts
@@ -106,4 +106,16 @@ export class CreatePackageCommand extends $Command
.f(CreatePackageRequestFilterSensitiveLog, CreatePackageResponseFilterSensitiveLog)
.ser(se_CreatePackageCommand)
.de(de_CreatePackageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePackageRequest;
+ output: CreatePackageResponse;
+ };
+ sdk: {
+ input: CreatePackageCommandInput;
+ output: CreatePackageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreatePackageVersionCommand.ts b/clients/client-iot/src/commands/CreatePackageVersionCommand.ts
index 7028c4d52d71..f7558b3476d1 100644
--- a/clients/client-iot/src/commands/CreatePackageVersionCommand.ts
+++ b/clients/client-iot/src/commands/CreatePackageVersionCommand.ts
@@ -124,4 +124,16 @@ export class CreatePackageVersionCommand extends $Command
.f(CreatePackageVersionRequestFilterSensitiveLog, CreatePackageVersionResponseFilterSensitiveLog)
.ser(se_CreatePackageVersionCommand)
.de(de_CreatePackageVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePackageVersionRequest;
+ output: CreatePackageVersionResponse;
+ };
+ sdk: {
+ input: CreatePackageVersionCommandInput;
+ output: CreatePackageVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreatePolicyCommand.ts b/clients/client-iot/src/commands/CreatePolicyCommand.ts
index 7a3e610eb219..d03c183a78c0 100644
--- a/clients/client-iot/src/commands/CreatePolicyCommand.ts
+++ b/clients/client-iot/src/commands/CreatePolicyCommand.ts
@@ -112,4 +112,16 @@ export class CreatePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePolicyCommand)
.de(de_CreatePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePolicyRequest;
+ output: CreatePolicyResponse;
+ };
+ sdk: {
+ input: CreatePolicyCommandInput;
+ output: CreatePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreatePolicyVersionCommand.ts b/clients/client-iot/src/commands/CreatePolicyVersionCommand.ts
index 7e5f13ead8b6..ec25e26d3f80 100644
--- a/clients/client-iot/src/commands/CreatePolicyVersionCommand.ts
+++ b/clients/client-iot/src/commands/CreatePolicyVersionCommand.ts
@@ -113,4 +113,16 @@ export class CreatePolicyVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePolicyVersionCommand)
.de(de_CreatePolicyVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePolicyVersionRequest;
+ output: CreatePolicyVersionResponse;
+ };
+ sdk: {
+ input: CreatePolicyVersionCommandInput;
+ output: CreatePolicyVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateProvisioningClaimCommand.ts b/clients/client-iot/src/commands/CreateProvisioningClaimCommand.ts
index 83b3fd03105a..81e58f0da004 100644
--- a/clients/client-iot/src/commands/CreateProvisioningClaimCommand.ts
+++ b/clients/client-iot/src/commands/CreateProvisioningClaimCommand.ts
@@ -106,4 +106,16 @@ export class CreateProvisioningClaimCommand extends $Command
.f(void 0, CreateProvisioningClaimResponseFilterSensitiveLog)
.ser(se_CreateProvisioningClaimCommand)
.de(de_CreateProvisioningClaimCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateProvisioningClaimRequest;
+ output: CreateProvisioningClaimResponse;
+ };
+ sdk: {
+ input: CreateProvisioningClaimCommandInput;
+ output: CreateProvisioningClaimCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateProvisioningTemplateCommand.ts b/clients/client-iot/src/commands/CreateProvisioningTemplateCommand.ts
index 4d33f8d13058..c6704d327e13 100644
--- a/clients/client-iot/src/commands/CreateProvisioningTemplateCommand.ts
+++ b/clients/client-iot/src/commands/CreateProvisioningTemplateCommand.ts
@@ -113,4 +113,16 @@ export class CreateProvisioningTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateProvisioningTemplateCommand)
.de(de_CreateProvisioningTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateProvisioningTemplateRequest;
+ output: CreateProvisioningTemplateResponse;
+ };
+ sdk: {
+ input: CreateProvisioningTemplateCommandInput;
+ output: CreateProvisioningTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateProvisioningTemplateVersionCommand.ts b/clients/client-iot/src/commands/CreateProvisioningTemplateVersionCommand.ts
index e711ec80fbc2..9978cc3db76c 100644
--- a/clients/client-iot/src/commands/CreateProvisioningTemplateVersionCommand.ts
+++ b/clients/client-iot/src/commands/CreateProvisioningTemplateVersionCommand.ts
@@ -113,4 +113,16 @@ export class CreateProvisioningTemplateVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateProvisioningTemplateVersionCommand)
.de(de_CreateProvisioningTemplateVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateProvisioningTemplateVersionRequest;
+ output: CreateProvisioningTemplateVersionResponse;
+ };
+ sdk: {
+ input: CreateProvisioningTemplateVersionCommandInput;
+ output: CreateProvisioningTemplateVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateRoleAliasCommand.ts b/clients/client-iot/src/commands/CreateRoleAliasCommand.ts
index 2bf4eb385468..55952eef26a0 100644
--- a/clients/client-iot/src/commands/CreateRoleAliasCommand.ts
+++ b/clients/client-iot/src/commands/CreateRoleAliasCommand.ts
@@ -108,4 +108,16 @@ export class CreateRoleAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRoleAliasCommand)
.de(de_CreateRoleAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRoleAliasRequest;
+ output: CreateRoleAliasResponse;
+ };
+ sdk: {
+ input: CreateRoleAliasCommandInput;
+ output: CreateRoleAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateScheduledAuditCommand.ts b/clients/client-iot/src/commands/CreateScheduledAuditCommand.ts
index 647ec20edfe9..4ebcc240a5f3 100644
--- a/clients/client-iot/src/commands/CreateScheduledAuditCommand.ts
+++ b/clients/client-iot/src/commands/CreateScheduledAuditCommand.ts
@@ -106,4 +106,16 @@ export class CreateScheduledAuditCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateScheduledAuditCommand)
.de(de_CreateScheduledAuditCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateScheduledAuditRequest;
+ output: CreateScheduledAuditResponse;
+ };
+ sdk: {
+ input: CreateScheduledAuditCommandInput;
+ output: CreateScheduledAuditCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateSecurityProfileCommand.ts b/clients/client-iot/src/commands/CreateSecurityProfileCommand.ts
index 94f0786d233a..228a6cc5b408 100644
--- a/clients/client-iot/src/commands/CreateSecurityProfileCommand.ts
+++ b/clients/client-iot/src/commands/CreateSecurityProfileCommand.ts
@@ -161,4 +161,16 @@ export class CreateSecurityProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSecurityProfileCommand)
.de(de_CreateSecurityProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSecurityProfileRequest;
+ output: CreateSecurityProfileResponse;
+ };
+ sdk: {
+ input: CreateSecurityProfileCommandInput;
+ output: CreateSecurityProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateStreamCommand.ts b/clients/client-iot/src/commands/CreateStreamCommand.ts
index cc86eb6b4cc7..e7d39f3a3754 100644
--- a/clients/client-iot/src/commands/CreateStreamCommand.ts
+++ b/clients/client-iot/src/commands/CreateStreamCommand.ts
@@ -125,4 +125,16 @@ export class CreateStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateStreamCommand)
.de(de_CreateStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateStreamRequest;
+ output: CreateStreamResponse;
+ };
+ sdk: {
+ input: CreateStreamCommandInput;
+ output: CreateStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateThingCommand.ts b/clients/client-iot/src/commands/CreateThingCommand.ts
index 9b058fcf1b3a..5aae9ed28589 100644
--- a/clients/client-iot/src/commands/CreateThingCommand.ts
+++ b/clients/client-iot/src/commands/CreateThingCommand.ts
@@ -116,4 +116,16 @@ export class CreateThingCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateThingCommand)
.de(de_CreateThingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateThingRequest;
+ output: CreateThingResponse;
+ };
+ sdk: {
+ input: CreateThingCommandInput;
+ output: CreateThingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateThingGroupCommand.ts b/clients/client-iot/src/commands/CreateThingGroupCommand.ts
index 7a4187f4b493..240c73e8e751 100644
--- a/clients/client-iot/src/commands/CreateThingGroupCommand.ts
+++ b/clients/client-iot/src/commands/CreateThingGroupCommand.ts
@@ -115,4 +115,16 @@ export class CreateThingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateThingGroupCommand)
.de(de_CreateThingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateThingGroupRequest;
+ output: CreateThingGroupResponse;
+ };
+ sdk: {
+ input: CreateThingGroupCommandInput;
+ output: CreateThingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateThingTypeCommand.ts b/clients/client-iot/src/commands/CreateThingTypeCommand.ts
index e0a59a9cdb3c..caf8850826c3 100644
--- a/clients/client-iot/src/commands/CreateThingTypeCommand.ts
+++ b/clients/client-iot/src/commands/CreateThingTypeCommand.ts
@@ -110,4 +110,16 @@ export class CreateThingTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateThingTypeCommand)
.de(de_CreateThingTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateThingTypeRequest;
+ output: CreateThingTypeResponse;
+ };
+ sdk: {
+ input: CreateThingTypeCommandInput;
+ output: CreateThingTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateTopicRuleCommand.ts b/clients/client-iot/src/commands/CreateTopicRuleCommand.ts
index 66f2c19f3c65..4450a5a0dc03 100644
--- a/clients/client-iot/src/commands/CreateTopicRuleCommand.ts
+++ b/clients/client-iot/src/commands/CreateTopicRuleCommand.ts
@@ -517,4 +517,16 @@ export class CreateTopicRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTopicRuleCommand)
.de(de_CreateTopicRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTopicRuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateTopicRuleCommandInput;
+ output: CreateTopicRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/CreateTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/CreateTopicRuleDestinationCommand.ts
index 69890907305c..e90ee650368b 100644
--- a/clients/client-iot/src/commands/CreateTopicRuleDestinationCommand.ts
+++ b/clients/client-iot/src/commands/CreateTopicRuleDestinationCommand.ts
@@ -127,4 +127,16 @@ export class CreateTopicRuleDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTopicRuleDestinationCommand)
.de(de_CreateTopicRuleDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTopicRuleDestinationRequest;
+ output: CreateTopicRuleDestinationResponse;
+ };
+ sdk: {
+ input: CreateTopicRuleDestinationCommandInput;
+ output: CreateTopicRuleDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteAccountAuditConfigurationCommand.ts b/clients/client-iot/src/commands/DeleteAccountAuditConfigurationCommand.ts
index 60e54d83e94d..c2a58d6a471b 100644
--- a/clients/client-iot/src/commands/DeleteAccountAuditConfigurationCommand.ts
+++ b/clients/client-iot/src/commands/DeleteAccountAuditConfigurationCommand.ts
@@ -95,4 +95,16 @@ export class DeleteAccountAuditConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAccountAuditConfigurationCommand)
.de(de_DeleteAccountAuditConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAccountAuditConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAccountAuditConfigurationCommandInput;
+ output: DeleteAccountAuditConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteAuditSuppressionCommand.ts b/clients/client-iot/src/commands/DeleteAuditSuppressionCommand.ts
index 8b9aac6061b0..6539e15b3adc 100644
--- a/clients/client-iot/src/commands/DeleteAuditSuppressionCommand.ts
+++ b/clients/client-iot/src/commands/DeleteAuditSuppressionCommand.ts
@@ -106,4 +106,16 @@ export class DeleteAuditSuppressionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAuditSuppressionCommand)
.de(de_DeleteAuditSuppressionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAuditSuppressionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAuditSuppressionCommandInput;
+ output: DeleteAuditSuppressionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteAuthorizerCommand.ts b/clients/client-iot/src/commands/DeleteAuthorizerCommand.ts
index b8b335c13332..8768e087edf2 100644
--- a/clients/client-iot/src/commands/DeleteAuthorizerCommand.ts
+++ b/clients/client-iot/src/commands/DeleteAuthorizerCommand.ts
@@ -98,4 +98,16 @@ export class DeleteAuthorizerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAuthorizerCommand)
.de(de_DeleteAuthorizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAuthorizerRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAuthorizerCommandInput;
+ output: DeleteAuthorizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteBillingGroupCommand.ts b/clients/client-iot/src/commands/DeleteBillingGroupCommand.ts
index 7142ac4eff6e..e2f45177c9a3 100644
--- a/clients/client-iot/src/commands/DeleteBillingGroupCommand.ts
+++ b/clients/client-iot/src/commands/DeleteBillingGroupCommand.ts
@@ -91,4 +91,16 @@ export class DeleteBillingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBillingGroupCommand)
.de(de_DeleteBillingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBillingGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteBillingGroupCommandInput;
+ output: DeleteBillingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteCACertificateCommand.ts b/clients/client-iot/src/commands/DeleteCACertificateCommand.ts
index a8b3f5dcf35b..a7c1a360cd29 100644
--- a/clients/client-iot/src/commands/DeleteCACertificateCommand.ts
+++ b/clients/client-iot/src/commands/DeleteCACertificateCommand.ts
@@ -97,4 +97,16 @@ export class DeleteCACertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCACertificateCommand)
.de(de_DeleteCACertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCACertificateRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCACertificateCommandInput;
+ output: DeleteCACertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteCertificateCommand.ts b/clients/client-iot/src/commands/DeleteCertificateCommand.ts
index c13b8f5d47e0..6e71845bf9cf 100644
--- a/clients/client-iot/src/commands/DeleteCertificateCommand.ts
+++ b/clients/client-iot/src/commands/DeleteCertificateCommand.ts
@@ -105,4 +105,16 @@ export class DeleteCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCertificateCommand)
.de(de_DeleteCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCertificateRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCertificateCommandInput;
+ output: DeleteCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteCertificateProviderCommand.ts b/clients/client-iot/src/commands/DeleteCertificateProviderCommand.ts
index f9edb6503bfa..367ab4f8da5a 100644
--- a/clients/client-iot/src/commands/DeleteCertificateProviderCommand.ts
+++ b/clients/client-iot/src/commands/DeleteCertificateProviderCommand.ts
@@ -102,4 +102,16 @@ export class DeleteCertificateProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCertificateProviderCommand)
.de(de_DeleteCertificateProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCertificateProviderRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCertificateProviderCommandInput;
+ output: DeleteCertificateProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteCustomMetricCommand.ts b/clients/client-iot/src/commands/DeleteCustomMetricCommand.ts
index def00af0eaab..292faeca59b2 100644
--- a/clients/client-iot/src/commands/DeleteCustomMetricCommand.ts
+++ b/clients/client-iot/src/commands/DeleteCustomMetricCommand.ts
@@ -95,4 +95,16 @@ export class DeleteCustomMetricCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCustomMetricCommand)
.de(de_DeleteCustomMetricCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCustomMetricRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCustomMetricCommandInput;
+ output: DeleteCustomMetricCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteDimensionCommand.ts b/clients/client-iot/src/commands/DeleteDimensionCommand.ts
index b28b4edfd8dc..9aba14163e1b 100644
--- a/clients/client-iot/src/commands/DeleteDimensionCommand.ts
+++ b/clients/client-iot/src/commands/DeleteDimensionCommand.ts
@@ -85,4 +85,16 @@ export class DeleteDimensionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDimensionCommand)
.de(de_DeleteDimensionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDimensionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDimensionCommandInput;
+ output: DeleteDimensionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteDomainConfigurationCommand.ts b/clients/client-iot/src/commands/DeleteDomainConfigurationCommand.ts
index 0c0b1bfe8172..5e2937373c57 100644
--- a/clients/client-iot/src/commands/DeleteDomainConfigurationCommand.ts
+++ b/clients/client-iot/src/commands/DeleteDomainConfigurationCommand.ts
@@ -94,4 +94,16 @@ export class DeleteDomainConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDomainConfigurationCommand)
.de(de_DeleteDomainConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDomainConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDomainConfigurationCommandInput;
+ output: DeleteDomainConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteDynamicThingGroupCommand.ts b/clients/client-iot/src/commands/DeleteDynamicThingGroupCommand.ts
index 1b1991e79d75..d18798b39e77 100644
--- a/clients/client-iot/src/commands/DeleteDynamicThingGroupCommand.ts
+++ b/clients/client-iot/src/commands/DeleteDynamicThingGroupCommand.ts
@@ -91,4 +91,16 @@ export class DeleteDynamicThingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDynamicThingGroupCommand)
.de(de_DeleteDynamicThingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDynamicThingGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDynamicThingGroupCommandInput;
+ output: DeleteDynamicThingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteFleetMetricCommand.ts b/clients/client-iot/src/commands/DeleteFleetMetricCommand.ts
index a3cda7a0ad8a..633f2e9dd2c4 100644
--- a/clients/client-iot/src/commands/DeleteFleetMetricCommand.ts
+++ b/clients/client-iot/src/commands/DeleteFleetMetricCommand.ts
@@ -98,4 +98,16 @@ export class DeleteFleetMetricCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFleetMetricCommand)
.de(de_DeleteFleetMetricCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFleetMetricRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFleetMetricCommandInput;
+ output: DeleteFleetMetricCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteJobCommand.ts b/clients/client-iot/src/commands/DeleteJobCommand.ts
index 9d63907eb114..60c519f9fea4 100644
--- a/clients/client-iot/src/commands/DeleteJobCommand.ts
+++ b/clients/client-iot/src/commands/DeleteJobCommand.ts
@@ -105,4 +105,16 @@ export class DeleteJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteJobCommand)
.de(de_DeleteJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteJobCommandInput;
+ output: DeleteJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteJobExecutionCommand.ts b/clients/client-iot/src/commands/DeleteJobExecutionCommand.ts
index c96644152e9e..d1d42d4cecdc 100644
--- a/clients/client-iot/src/commands/DeleteJobExecutionCommand.ts
+++ b/clients/client-iot/src/commands/DeleteJobExecutionCommand.ts
@@ -97,4 +97,16 @@ export class DeleteJobExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteJobExecutionCommand)
.de(de_DeleteJobExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteJobExecutionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteJobExecutionCommandInput;
+ output: DeleteJobExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteJobTemplateCommand.ts b/clients/client-iot/src/commands/DeleteJobTemplateCommand.ts
index 2090a2777256..3bca4755091e 100644
--- a/clients/client-iot/src/commands/DeleteJobTemplateCommand.ts
+++ b/clients/client-iot/src/commands/DeleteJobTemplateCommand.ts
@@ -87,4 +87,16 @@ export class DeleteJobTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteJobTemplateCommand)
.de(de_DeleteJobTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteJobTemplateRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteJobTemplateCommandInput;
+ output: DeleteJobTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteMitigationActionCommand.ts b/clients/client-iot/src/commands/DeleteMitigationActionCommand.ts
index 9111cc66aa9f..25a7868a2fba 100644
--- a/clients/client-iot/src/commands/DeleteMitigationActionCommand.ts
+++ b/clients/client-iot/src/commands/DeleteMitigationActionCommand.ts
@@ -85,4 +85,16 @@ export class DeleteMitigationActionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMitigationActionCommand)
.de(de_DeleteMitigationActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMitigationActionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMitigationActionCommandInput;
+ output: DeleteMitigationActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteOTAUpdateCommand.ts b/clients/client-iot/src/commands/DeleteOTAUpdateCommand.ts
index 863f0c45399e..0044109fea64 100644
--- a/clients/client-iot/src/commands/DeleteOTAUpdateCommand.ts
+++ b/clients/client-iot/src/commands/DeleteOTAUpdateCommand.ts
@@ -101,4 +101,16 @@ export class DeleteOTAUpdateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteOTAUpdateCommand)
.de(de_DeleteOTAUpdateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteOTAUpdateRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteOTAUpdateCommandInput;
+ output: DeleteOTAUpdateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeletePackageCommand.ts b/clients/client-iot/src/commands/DeletePackageCommand.ts
index 0fd3aab6deee..7c4a6fee7397 100644
--- a/clients/client-iot/src/commands/DeletePackageCommand.ts
+++ b/clients/client-iot/src/commands/DeletePackageCommand.ts
@@ -89,4 +89,16 @@ export class DeletePackageCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePackageCommand)
.de(de_DeletePackageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePackageRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePackageCommandInput;
+ output: DeletePackageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeletePackageVersionCommand.ts b/clients/client-iot/src/commands/DeletePackageVersionCommand.ts
index dde2b139af3e..c1de5f2f6012 100644
--- a/clients/client-iot/src/commands/DeletePackageVersionCommand.ts
+++ b/clients/client-iot/src/commands/DeletePackageVersionCommand.ts
@@ -89,4 +89,16 @@ export class DeletePackageVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePackageVersionCommand)
.de(de_DeletePackageVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePackageVersionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePackageVersionCommandInput;
+ output: DeletePackageVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeletePolicyCommand.ts b/clients/client-iot/src/commands/DeletePolicyCommand.ts
index 0dae09e761ff..98dd51605d99 100644
--- a/clients/client-iot/src/commands/DeletePolicyCommand.ts
+++ b/clients/client-iot/src/commands/DeletePolicyCommand.ts
@@ -109,4 +109,16 @@ export class DeletePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePolicyCommand)
.de(de_DeletePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePolicyCommandInput;
+ output: DeletePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeletePolicyVersionCommand.ts b/clients/client-iot/src/commands/DeletePolicyVersionCommand.ts
index e030f99e09a9..877fdae7a1ca 100644
--- a/clients/client-iot/src/commands/DeletePolicyVersionCommand.ts
+++ b/clients/client-iot/src/commands/DeletePolicyVersionCommand.ts
@@ -101,4 +101,16 @@ export class DeletePolicyVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePolicyVersionCommand)
.de(de_DeletePolicyVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePolicyVersionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePolicyVersionCommandInput;
+ output: DeletePolicyVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteProvisioningTemplateCommand.ts b/clients/client-iot/src/commands/DeleteProvisioningTemplateCommand.ts
index 76abfb8134dd..0d5a9205458d 100644
--- a/clients/client-iot/src/commands/DeleteProvisioningTemplateCommand.ts
+++ b/clients/client-iot/src/commands/DeleteProvisioningTemplateCommand.ts
@@ -99,4 +99,16 @@ export class DeleteProvisioningTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteProvisioningTemplateCommand)
.de(de_DeleteProvisioningTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteProvisioningTemplateRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteProvisioningTemplateCommandInput;
+ output: DeleteProvisioningTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteProvisioningTemplateVersionCommand.ts b/clients/client-iot/src/commands/DeleteProvisioningTemplateVersionCommand.ts
index 99461f4e409b..2a065580e2bc 100644
--- a/clients/client-iot/src/commands/DeleteProvisioningTemplateVersionCommand.ts
+++ b/clients/client-iot/src/commands/DeleteProvisioningTemplateVersionCommand.ts
@@ -108,4 +108,16 @@ export class DeleteProvisioningTemplateVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteProvisioningTemplateVersionCommand)
.de(de_DeleteProvisioningTemplateVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteProvisioningTemplateVersionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteProvisioningTemplateVersionCommandInput;
+ output: DeleteProvisioningTemplateVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteRegistrationCodeCommand.ts b/clients/client-iot/src/commands/DeleteRegistrationCodeCommand.ts
index 238a7113a4d6..78c693edae24 100644
--- a/clients/client-iot/src/commands/DeleteRegistrationCodeCommand.ts
+++ b/clients/client-iot/src/commands/DeleteRegistrationCodeCommand.ts
@@ -89,4 +89,16 @@ export class DeleteRegistrationCodeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRegistrationCodeCommand)
.de(de_DeleteRegistrationCodeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: {};
+ };
+ sdk: {
+ input: DeleteRegistrationCodeCommandInput;
+ output: DeleteRegistrationCodeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteRoleAliasCommand.ts b/clients/client-iot/src/commands/DeleteRoleAliasCommand.ts
index 8ad55f8fe74b..6688b37b6057 100644
--- a/clients/client-iot/src/commands/DeleteRoleAliasCommand.ts
+++ b/clients/client-iot/src/commands/DeleteRoleAliasCommand.ts
@@ -98,4 +98,16 @@ export class DeleteRoleAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRoleAliasCommand)
.de(de_DeleteRoleAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRoleAliasRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRoleAliasCommandInput;
+ output: DeleteRoleAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteScheduledAuditCommand.ts b/clients/client-iot/src/commands/DeleteScheduledAuditCommand.ts
index 124363fc63a7..4cc4ed565a76 100644
--- a/clients/client-iot/src/commands/DeleteScheduledAuditCommand.ts
+++ b/clients/client-iot/src/commands/DeleteScheduledAuditCommand.ts
@@ -88,4 +88,16 @@ export class DeleteScheduledAuditCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteScheduledAuditCommand)
.de(de_DeleteScheduledAuditCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteScheduledAuditRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteScheduledAuditCommandInput;
+ output: DeleteScheduledAuditCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteSecurityProfileCommand.ts b/clients/client-iot/src/commands/DeleteSecurityProfileCommand.ts
index a6a905648568..439b540c8ce3 100644
--- a/clients/client-iot/src/commands/DeleteSecurityProfileCommand.ts
+++ b/clients/client-iot/src/commands/DeleteSecurityProfileCommand.ts
@@ -91,4 +91,16 @@ export class DeleteSecurityProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSecurityProfileCommand)
.de(de_DeleteSecurityProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSecurityProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSecurityProfileCommandInput;
+ output: DeleteSecurityProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteStreamCommand.ts b/clients/client-iot/src/commands/DeleteStreamCommand.ts
index d49e94ae5085..17c889897b26 100644
--- a/clients/client-iot/src/commands/DeleteStreamCommand.ts
+++ b/clients/client-iot/src/commands/DeleteStreamCommand.ts
@@ -98,4 +98,16 @@ export class DeleteStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteStreamCommand)
.de(de_DeleteStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteStreamRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteStreamCommandInput;
+ output: DeleteStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteThingCommand.ts b/clients/client-iot/src/commands/DeleteThingCommand.ts
index 35587ac60628..f9a70e8e6e26 100644
--- a/clients/client-iot/src/commands/DeleteThingCommand.ts
+++ b/clients/client-iot/src/commands/DeleteThingCommand.ts
@@ -101,4 +101,16 @@ export class DeleteThingCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteThingCommand)
.de(de_DeleteThingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteThingRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteThingCommandInput;
+ output: DeleteThingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteThingGroupCommand.ts b/clients/client-iot/src/commands/DeleteThingGroupCommand.ts
index e29d9a709229..09b6f5247414 100644
--- a/clients/client-iot/src/commands/DeleteThingGroupCommand.ts
+++ b/clients/client-iot/src/commands/DeleteThingGroupCommand.ts
@@ -91,4 +91,16 @@ export class DeleteThingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteThingGroupCommand)
.de(de_DeleteThingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteThingGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteThingGroupCommandInput;
+ output: DeleteThingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteThingTypeCommand.ts b/clients/client-iot/src/commands/DeleteThingTypeCommand.ts
index c92a4ef310dd..348aa4efc9ed 100644
--- a/clients/client-iot/src/commands/DeleteThingTypeCommand.ts
+++ b/clients/client-iot/src/commands/DeleteThingTypeCommand.ts
@@ -96,4 +96,16 @@ export class DeleteThingTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteThingTypeCommand)
.de(de_DeleteThingTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteThingTypeRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteThingTypeCommandInput;
+ output: DeleteThingTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteTopicRuleCommand.ts b/clients/client-iot/src/commands/DeleteTopicRuleCommand.ts
index cde6c551ad64..e026f431244b 100644
--- a/clients/client-iot/src/commands/DeleteTopicRuleCommand.ts
+++ b/clients/client-iot/src/commands/DeleteTopicRuleCommand.ts
@@ -92,4 +92,16 @@ export class DeleteTopicRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTopicRuleCommand)
.de(de_DeleteTopicRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTopicRuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTopicRuleCommandInput;
+ output: DeleteTopicRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/DeleteTopicRuleDestinationCommand.ts
index 9c6cfdff7b8b..244ef78825e3 100644
--- a/clients/client-iot/src/commands/DeleteTopicRuleDestinationCommand.ts
+++ b/clients/client-iot/src/commands/DeleteTopicRuleDestinationCommand.ts
@@ -92,4 +92,16 @@ export class DeleteTopicRuleDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTopicRuleDestinationCommand)
.de(de_DeleteTopicRuleDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTopicRuleDestinationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTopicRuleDestinationCommandInput;
+ output: DeleteTopicRuleDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeleteV2LoggingLevelCommand.ts b/clients/client-iot/src/commands/DeleteV2LoggingLevelCommand.ts
index cdb685b394ee..0c7574874f97 100644
--- a/clients/client-iot/src/commands/DeleteV2LoggingLevelCommand.ts
+++ b/clients/client-iot/src/commands/DeleteV2LoggingLevelCommand.ts
@@ -86,4 +86,16 @@ export class DeleteV2LoggingLevelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteV2LoggingLevelCommand)
.de(de_DeleteV2LoggingLevelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteV2LoggingLevelRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteV2LoggingLevelCommandInput;
+ output: DeleteV2LoggingLevelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DeprecateThingTypeCommand.ts b/clients/client-iot/src/commands/DeprecateThingTypeCommand.ts
index 011516655152..fa13ef28df7c 100644
--- a/clients/client-iot/src/commands/DeprecateThingTypeCommand.ts
+++ b/clients/client-iot/src/commands/DeprecateThingTypeCommand.ts
@@ -96,4 +96,16 @@ export class DeprecateThingTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeprecateThingTypeCommand)
.de(de_DeprecateThingTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeprecateThingTypeRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeprecateThingTypeCommandInput;
+ output: DeprecateThingTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeAccountAuditConfigurationCommand.ts b/clients/client-iot/src/commands/DescribeAccountAuditConfigurationCommand.ts
index e0a20d700259..4932361d5fb5 100644
--- a/clients/client-iot/src/commands/DescribeAccountAuditConfigurationCommand.ts
+++ b/clients/client-iot/src/commands/DescribeAccountAuditConfigurationCommand.ts
@@ -104,4 +104,16 @@ export class DescribeAccountAuditConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAccountAuditConfigurationCommand)
.de(de_DescribeAccountAuditConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeAccountAuditConfigurationResponse;
+ };
+ sdk: {
+ input: DescribeAccountAuditConfigurationCommandInput;
+ output: DescribeAccountAuditConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeAuditFindingCommand.ts b/clients/client-iot/src/commands/DescribeAuditFindingCommand.ts
index 86b8d9efa78c..22e1028bb46a 100644
--- a/clients/client-iot/src/commands/DescribeAuditFindingCommand.ts
+++ b/clients/client-iot/src/commands/DescribeAuditFindingCommand.ts
@@ -156,4 +156,16 @@ export class DescribeAuditFindingCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAuditFindingCommand)
.de(de_DescribeAuditFindingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAuditFindingRequest;
+ output: DescribeAuditFindingResponse;
+ };
+ sdk: {
+ input: DescribeAuditFindingCommandInput;
+ output: DescribeAuditFindingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeAuditMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/DescribeAuditMitigationActionsTaskCommand.ts
index f7b15f659f54..ac836d61690e 100644
--- a/clients/client-iot/src/commands/DescribeAuditMitigationActionsTaskCommand.ts
+++ b/clients/client-iot/src/commands/DescribeAuditMitigationActionsTaskCommand.ts
@@ -155,4 +155,16 @@ export class DescribeAuditMitigationActionsTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAuditMitigationActionsTaskCommand)
.de(de_DescribeAuditMitigationActionsTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAuditMitigationActionsTaskRequest;
+ output: DescribeAuditMitigationActionsTaskResponse;
+ };
+ sdk: {
+ input: DescribeAuditMitigationActionsTaskCommandInput;
+ output: DescribeAuditMitigationActionsTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeAuditSuppressionCommand.ts b/clients/client-iot/src/commands/DescribeAuditSuppressionCommand.ts
index 644c2e04b908..24eb3859bcc9 100644
--- a/clients/client-iot/src/commands/DescribeAuditSuppressionCommand.ts
+++ b/clients/client-iot/src/commands/DescribeAuditSuppressionCommand.ts
@@ -132,4 +132,16 @@ export class DescribeAuditSuppressionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAuditSuppressionCommand)
.de(de_DescribeAuditSuppressionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAuditSuppressionRequest;
+ output: DescribeAuditSuppressionResponse;
+ };
+ sdk: {
+ input: DescribeAuditSuppressionCommandInput;
+ output: DescribeAuditSuppressionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeAuditTaskCommand.ts b/clients/client-iot/src/commands/DescribeAuditTaskCommand.ts
index 1438b52d3ba4..b1993e809de9 100644
--- a/clients/client-iot/src/commands/DescribeAuditTaskCommand.ts
+++ b/clients/client-iot/src/commands/DescribeAuditTaskCommand.ts
@@ -113,4 +113,16 @@ export class DescribeAuditTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAuditTaskCommand)
.de(de_DescribeAuditTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAuditTaskRequest;
+ output: DescribeAuditTaskResponse;
+ };
+ sdk: {
+ input: DescribeAuditTaskCommandInput;
+ output: DescribeAuditTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeAuthorizerCommand.ts b/clients/client-iot/src/commands/DescribeAuthorizerCommand.ts
index 234cfcb19cce..51e68b0bf805 100644
--- a/clients/client-iot/src/commands/DescribeAuthorizerCommand.ts
+++ b/clients/client-iot/src/commands/DescribeAuthorizerCommand.ts
@@ -109,4 +109,16 @@ export class DescribeAuthorizerCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAuthorizerCommand)
.de(de_DescribeAuthorizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAuthorizerRequest;
+ output: DescribeAuthorizerResponse;
+ };
+ sdk: {
+ input: DescribeAuthorizerCommandInput;
+ output: DescribeAuthorizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeBillingGroupCommand.ts b/clients/client-iot/src/commands/DescribeBillingGroupCommand.ts
index 4ed2e3c7ff11..a0b4da7fc889 100644
--- a/clients/client-iot/src/commands/DescribeBillingGroupCommand.ts
+++ b/clients/client-iot/src/commands/DescribeBillingGroupCommand.ts
@@ -99,4 +99,16 @@ export class DescribeBillingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeBillingGroupCommand)
.de(de_DescribeBillingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBillingGroupRequest;
+ output: DescribeBillingGroupResponse;
+ };
+ sdk: {
+ input: DescribeBillingGroupCommandInput;
+ output: DescribeBillingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeCACertificateCommand.ts b/clients/client-iot/src/commands/DescribeCACertificateCommand.ts
index cf74f1c0ca2e..b1dda8aa8eb1 100644
--- a/clients/client-iot/src/commands/DescribeCACertificateCommand.ts
+++ b/clients/client-iot/src/commands/DescribeCACertificateCommand.ts
@@ -117,4 +117,16 @@ export class DescribeCACertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCACertificateCommand)
.de(de_DescribeCACertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCACertificateRequest;
+ output: DescribeCACertificateResponse;
+ };
+ sdk: {
+ input: DescribeCACertificateCommandInput;
+ output: DescribeCACertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeCertificateCommand.ts b/clients/client-iot/src/commands/DescribeCertificateCommand.ts
index 2a738d16b8db..dd189b13d710 100644
--- a/clients/client-iot/src/commands/DescribeCertificateCommand.ts
+++ b/clients/client-iot/src/commands/DescribeCertificateCommand.ts
@@ -120,4 +120,16 @@ export class DescribeCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCertificateCommand)
.de(de_DescribeCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCertificateRequest;
+ output: DescribeCertificateResponse;
+ };
+ sdk: {
+ input: DescribeCertificateCommandInput;
+ output: DescribeCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeCertificateProviderCommand.ts b/clients/client-iot/src/commands/DescribeCertificateProviderCommand.ts
index df984b666e50..96874d21bf0c 100644
--- a/clients/client-iot/src/commands/DescribeCertificateProviderCommand.ts
+++ b/clients/client-iot/src/commands/DescribeCertificateProviderCommand.ts
@@ -109,4 +109,16 @@ export class DescribeCertificateProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCertificateProviderCommand)
.de(de_DescribeCertificateProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCertificateProviderRequest;
+ output: DescribeCertificateProviderResponse;
+ };
+ sdk: {
+ input: DescribeCertificateProviderCommandInput;
+ output: DescribeCertificateProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeCustomMetricCommand.ts b/clients/client-iot/src/commands/DescribeCustomMetricCommand.ts
index fb4c402e6f84..2064f678711c 100644
--- a/clients/client-iot/src/commands/DescribeCustomMetricCommand.ts
+++ b/clients/client-iot/src/commands/DescribeCustomMetricCommand.ts
@@ -97,4 +97,16 @@ export class DescribeCustomMetricCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCustomMetricCommand)
.de(de_DescribeCustomMetricCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCustomMetricRequest;
+ output: DescribeCustomMetricResponse;
+ };
+ sdk: {
+ input: DescribeCustomMetricCommandInput;
+ output: DescribeCustomMetricCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeDefaultAuthorizerCommand.ts b/clients/client-iot/src/commands/DescribeDefaultAuthorizerCommand.ts
index fb611ee2b46b..64c3ef5659d5 100644
--- a/clients/client-iot/src/commands/DescribeDefaultAuthorizerCommand.ts
+++ b/clients/client-iot/src/commands/DescribeDefaultAuthorizerCommand.ts
@@ -107,4 +107,16 @@ export class DescribeDefaultAuthorizerCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDefaultAuthorizerCommand)
.de(de_DescribeDefaultAuthorizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeDefaultAuthorizerResponse;
+ };
+ sdk: {
+ input: DescribeDefaultAuthorizerCommandInput;
+ output: DescribeDefaultAuthorizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeDetectMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/DescribeDetectMitigationActionsTaskCommand.ts
index 300f786fc37f..0f149beece7c 100644
--- a/clients/client-iot/src/commands/DescribeDetectMitigationActionsTaskCommand.ts
+++ b/clients/client-iot/src/commands/DescribeDetectMitigationActionsTaskCommand.ts
@@ -154,4 +154,16 @@ export class DescribeDetectMitigationActionsTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDetectMitigationActionsTaskCommand)
.de(de_DescribeDetectMitigationActionsTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDetectMitigationActionsTaskRequest;
+ output: DescribeDetectMitigationActionsTaskResponse;
+ };
+ sdk: {
+ input: DescribeDetectMitigationActionsTaskCommandInput;
+ output: DescribeDetectMitigationActionsTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeDimensionCommand.ts b/clients/client-iot/src/commands/DescribeDimensionCommand.ts
index eaa5106e358c..371c8c721166 100644
--- a/clients/client-iot/src/commands/DescribeDimensionCommand.ts
+++ b/clients/client-iot/src/commands/DescribeDimensionCommand.ts
@@ -97,4 +97,16 @@ export class DescribeDimensionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDimensionCommand)
.de(de_DescribeDimensionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDimensionRequest;
+ output: DescribeDimensionResponse;
+ };
+ sdk: {
+ input: DescribeDimensionCommandInput;
+ output: DescribeDimensionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeDomainConfigurationCommand.ts b/clients/client-iot/src/commands/DescribeDomainConfigurationCommand.ts
index aa1532ac21bb..0309d1b17312 100644
--- a/clients/client-iot/src/commands/DescribeDomainConfigurationCommand.ts
+++ b/clients/client-iot/src/commands/DescribeDomainConfigurationCommand.ts
@@ -124,4 +124,16 @@ export class DescribeDomainConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDomainConfigurationCommand)
.de(de_DescribeDomainConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDomainConfigurationRequest;
+ output: DescribeDomainConfigurationResponse;
+ };
+ sdk: {
+ input: DescribeDomainConfigurationCommandInput;
+ output: DescribeDomainConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeEndpointCommand.ts b/clients/client-iot/src/commands/DescribeEndpointCommand.ts
index 678d581e0f95..5568c55ad9ea 100644
--- a/clients/client-iot/src/commands/DescribeEndpointCommand.ts
+++ b/clients/client-iot/src/commands/DescribeEndpointCommand.ts
@@ -94,4 +94,16 @@ export class DescribeEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEndpointCommand)
.de(de_DescribeEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEndpointRequest;
+ output: DescribeEndpointResponse;
+ };
+ sdk: {
+ input: DescribeEndpointCommandInput;
+ output: DescribeEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeEventConfigurationsCommand.ts b/clients/client-iot/src/commands/DescribeEventConfigurationsCommand.ts
index 16ded725cb57..1c138e55794c 100644
--- a/clients/client-iot/src/commands/DescribeEventConfigurationsCommand.ts
+++ b/clients/client-iot/src/commands/DescribeEventConfigurationsCommand.ts
@@ -93,4 +93,16 @@ export class DescribeEventConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEventConfigurationsCommand)
.de(de_DescribeEventConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeEventConfigurationsResponse;
+ };
+ sdk: {
+ input: DescribeEventConfigurationsCommandInput;
+ output: DescribeEventConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeFleetMetricCommand.ts b/clients/client-iot/src/commands/DescribeFleetMetricCommand.ts
index b3785bc37e2d..6c13d439c46a 100644
--- a/clients/client-iot/src/commands/DescribeFleetMetricCommand.ts
+++ b/clients/client-iot/src/commands/DescribeFleetMetricCommand.ts
@@ -113,4 +113,16 @@ export class DescribeFleetMetricCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFleetMetricCommand)
.de(de_DescribeFleetMetricCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFleetMetricRequest;
+ output: DescribeFleetMetricResponse;
+ };
+ sdk: {
+ input: DescribeFleetMetricCommandInput;
+ output: DescribeFleetMetricCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeIndexCommand.ts b/clients/client-iot/src/commands/DescribeIndexCommand.ts
index c94a7b756bca..53c20ababa14 100644
--- a/clients/client-iot/src/commands/DescribeIndexCommand.ts
+++ b/clients/client-iot/src/commands/DescribeIndexCommand.ts
@@ -98,4 +98,16 @@ export class DescribeIndexCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeIndexCommand)
.de(de_DescribeIndexCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeIndexRequest;
+ output: DescribeIndexResponse;
+ };
+ sdk: {
+ input: DescribeIndexCommandInput;
+ output: DescribeIndexCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeJobCommand.ts b/clients/client-iot/src/commands/DescribeJobCommand.ts
index 8ea9b31bf9c9..1d80eacf755c 100644
--- a/clients/client-iot/src/commands/DescribeJobCommand.ts
+++ b/clients/client-iot/src/commands/DescribeJobCommand.ts
@@ -181,4 +181,16 @@ export class DescribeJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeJobCommand)
.de(de_DescribeJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeJobRequest;
+ output: DescribeJobResponse;
+ };
+ sdk: {
+ input: DescribeJobCommandInput;
+ output: DescribeJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeJobExecutionCommand.ts b/clients/client-iot/src/commands/DescribeJobExecutionCommand.ts
index cdd2ff8f3465..891889dc8696 100644
--- a/clients/client-iot/src/commands/DescribeJobExecutionCommand.ts
+++ b/clients/client-iot/src/commands/DescribeJobExecutionCommand.ts
@@ -108,4 +108,16 @@ export class DescribeJobExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeJobExecutionCommand)
.de(de_DescribeJobExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeJobExecutionRequest;
+ output: DescribeJobExecutionResponse;
+ };
+ sdk: {
+ input: DescribeJobExecutionCommandInput;
+ output: DescribeJobExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeJobTemplateCommand.ts b/clients/client-iot/src/commands/DescribeJobTemplateCommand.ts
index 356abde04cd1..634277b2b7c4 100644
--- a/clients/client-iot/src/commands/DescribeJobTemplateCommand.ts
+++ b/clients/client-iot/src/commands/DescribeJobTemplateCommand.ts
@@ -139,4 +139,16 @@ export class DescribeJobTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeJobTemplateCommand)
.de(de_DescribeJobTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeJobTemplateRequest;
+ output: DescribeJobTemplateResponse;
+ };
+ sdk: {
+ input: DescribeJobTemplateCommandInput;
+ output: DescribeJobTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeManagedJobTemplateCommand.ts b/clients/client-iot/src/commands/DescribeManagedJobTemplateCommand.ts
index b8e9ea8141f5..1a1a45214005 100644
--- a/clients/client-iot/src/commands/DescribeManagedJobTemplateCommand.ts
+++ b/clients/client-iot/src/commands/DescribeManagedJobTemplateCommand.ts
@@ -107,4 +107,16 @@ export class DescribeManagedJobTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeManagedJobTemplateCommand)
.de(de_DescribeManagedJobTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeManagedJobTemplateRequest;
+ output: DescribeManagedJobTemplateResponse;
+ };
+ sdk: {
+ input: DescribeManagedJobTemplateCommandInput;
+ output: DescribeManagedJobTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeMitigationActionCommand.ts b/clients/client-iot/src/commands/DescribeMitigationActionCommand.ts
index 72d5cb57c4ee..15aa6425dc6e 100644
--- a/clients/client-iot/src/commands/DescribeMitigationActionCommand.ts
+++ b/clients/client-iot/src/commands/DescribeMitigationActionCommand.ts
@@ -120,4 +120,16 @@ export class DescribeMitigationActionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeMitigationActionCommand)
.de(de_DescribeMitigationActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeMitigationActionRequest;
+ output: DescribeMitigationActionResponse;
+ };
+ sdk: {
+ input: DescribeMitigationActionCommandInput;
+ output: DescribeMitigationActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeProvisioningTemplateCommand.ts b/clients/client-iot/src/commands/DescribeProvisioningTemplateCommand.ts
index 7415e0673c58..c941585a4716 100644
--- a/clients/client-iot/src/commands/DescribeProvisioningTemplateCommand.ts
+++ b/clients/client-iot/src/commands/DescribeProvisioningTemplateCommand.ts
@@ -111,4 +111,16 @@ export class DescribeProvisioningTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeProvisioningTemplateCommand)
.de(de_DescribeProvisioningTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeProvisioningTemplateRequest;
+ output: DescribeProvisioningTemplateResponse;
+ };
+ sdk: {
+ input: DescribeProvisioningTemplateCommandInput;
+ output: DescribeProvisioningTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeProvisioningTemplateVersionCommand.ts b/clients/client-iot/src/commands/DescribeProvisioningTemplateVersionCommand.ts
index 96a639d92f88..991f7c33ed50 100644
--- a/clients/client-iot/src/commands/DescribeProvisioningTemplateVersionCommand.ts
+++ b/clients/client-iot/src/commands/DescribeProvisioningTemplateVersionCommand.ts
@@ -105,4 +105,16 @@ export class DescribeProvisioningTemplateVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeProvisioningTemplateVersionCommand)
.de(de_DescribeProvisioningTemplateVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeProvisioningTemplateVersionRequest;
+ output: DescribeProvisioningTemplateVersionResponse;
+ };
+ sdk: {
+ input: DescribeProvisioningTemplateVersionCommandInput;
+ output: DescribeProvisioningTemplateVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeRoleAliasCommand.ts b/clients/client-iot/src/commands/DescribeRoleAliasCommand.ts
index 381f5bc97310..533094bfc06c 100644
--- a/clients/client-iot/src/commands/DescribeRoleAliasCommand.ts
+++ b/clients/client-iot/src/commands/DescribeRoleAliasCommand.ts
@@ -104,4 +104,16 @@ export class DescribeRoleAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRoleAliasCommand)
.de(de_DescribeRoleAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRoleAliasRequest;
+ output: DescribeRoleAliasResponse;
+ };
+ sdk: {
+ input: DescribeRoleAliasCommandInput;
+ output: DescribeRoleAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeScheduledAuditCommand.ts b/clients/client-iot/src/commands/DescribeScheduledAuditCommand.ts
index 9be1a70550f1..156124e23016 100644
--- a/clients/client-iot/src/commands/DescribeScheduledAuditCommand.ts
+++ b/clients/client-iot/src/commands/DescribeScheduledAuditCommand.ts
@@ -97,4 +97,16 @@ export class DescribeScheduledAuditCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeScheduledAuditCommand)
.de(de_DescribeScheduledAuditCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeScheduledAuditRequest;
+ output: DescribeScheduledAuditResponse;
+ };
+ sdk: {
+ input: DescribeScheduledAuditCommandInput;
+ output: DescribeScheduledAuditCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeSecurityProfileCommand.ts b/clients/client-iot/src/commands/DescribeSecurityProfileCommand.ts
index 225ce4e58f84..131e8cc5d5a3 100644
--- a/clients/client-iot/src/commands/DescribeSecurityProfileCommand.ts
+++ b/clients/client-iot/src/commands/DescribeSecurityProfileCommand.ts
@@ -158,4 +158,16 @@ export class DescribeSecurityProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSecurityProfileCommand)
.de(de_DescribeSecurityProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSecurityProfileRequest;
+ output: DescribeSecurityProfileResponse;
+ };
+ sdk: {
+ input: DescribeSecurityProfileCommandInput;
+ output: DescribeSecurityProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeStreamCommand.ts b/clients/client-iot/src/commands/DescribeStreamCommand.ts
index 17f4d9d9cb5f..3a16b5099482 100644
--- a/clients/client-iot/src/commands/DescribeStreamCommand.ts
+++ b/clients/client-iot/src/commands/DescribeStreamCommand.ts
@@ -114,4 +114,16 @@ export class DescribeStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStreamCommand)
.de(de_DescribeStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeStreamRequest;
+ output: DescribeStreamResponse;
+ };
+ sdk: {
+ input: DescribeStreamCommandInput;
+ output: DescribeStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeThingCommand.ts b/clients/client-iot/src/commands/DescribeThingCommand.ts
index b8b9324b2ae0..de47cc9d64af 100644
--- a/clients/client-iot/src/commands/DescribeThingCommand.ts
+++ b/clients/client-iot/src/commands/DescribeThingCommand.ts
@@ -105,4 +105,16 @@ export class DescribeThingCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeThingCommand)
.de(de_DescribeThingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeThingRequest;
+ output: DescribeThingResponse;
+ };
+ sdk: {
+ input: DescribeThingCommandInput;
+ output: DescribeThingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeThingGroupCommand.ts b/clients/client-iot/src/commands/DescribeThingGroupCommand.ts
index 50ca704e636f..17f1ec33dbfc 100644
--- a/clients/client-iot/src/commands/DescribeThingGroupCommand.ts
+++ b/clients/client-iot/src/commands/DescribeThingGroupCommand.ts
@@ -116,4 +116,16 @@ export class DescribeThingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeThingGroupCommand)
.de(de_DescribeThingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeThingGroupRequest;
+ output: DescribeThingGroupResponse;
+ };
+ sdk: {
+ input: DescribeThingGroupCommandInput;
+ output: DescribeThingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeThingRegistrationTaskCommand.ts b/clients/client-iot/src/commands/DescribeThingRegistrationTaskCommand.ts
index 2642b408110f..e591aae98fba 100644
--- a/clients/client-iot/src/commands/DescribeThingRegistrationTaskCommand.ts
+++ b/clients/client-iot/src/commands/DescribeThingRegistrationTaskCommand.ts
@@ -109,4 +109,16 @@ export class DescribeThingRegistrationTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeThingRegistrationTaskCommand)
.de(de_DescribeThingRegistrationTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeThingRegistrationTaskRequest;
+ output: DescribeThingRegistrationTaskResponse;
+ };
+ sdk: {
+ input: DescribeThingRegistrationTaskCommandInput;
+ output: DescribeThingRegistrationTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DescribeThingTypeCommand.ts b/clients/client-iot/src/commands/DescribeThingTypeCommand.ts
index 2589632a2335..82c673bf5f05 100644
--- a/clients/client-iot/src/commands/DescribeThingTypeCommand.ts
+++ b/clients/client-iot/src/commands/DescribeThingTypeCommand.ts
@@ -109,4 +109,16 @@ export class DescribeThingTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeThingTypeCommand)
.de(de_DescribeThingTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeThingTypeRequest;
+ output: DescribeThingTypeResponse;
+ };
+ sdk: {
+ input: DescribeThingTypeCommandInput;
+ output: DescribeThingTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DetachPolicyCommand.ts b/clients/client-iot/src/commands/DetachPolicyCommand.ts
index 7c9fbe72bdb3..d85457619b7e 100644
--- a/clients/client-iot/src/commands/DetachPolicyCommand.ts
+++ b/clients/client-iot/src/commands/DetachPolicyCommand.ts
@@ -99,4 +99,16 @@ export class DetachPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachPolicyCommand)
.de(de_DetachPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DetachPolicyCommandInput;
+ output: DetachPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DetachPrincipalPolicyCommand.ts b/clients/client-iot/src/commands/DetachPrincipalPolicyCommand.ts
index 476af48ef2cb..02be1bb478b0 100644
--- a/clients/client-iot/src/commands/DetachPrincipalPolicyCommand.ts
+++ b/clients/client-iot/src/commands/DetachPrincipalPolicyCommand.ts
@@ -100,4 +100,16 @@ export class DetachPrincipalPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachPrincipalPolicyCommand)
.de(de_DetachPrincipalPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachPrincipalPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DetachPrincipalPolicyCommandInput;
+ output: DetachPrincipalPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DetachSecurityProfileCommand.ts b/clients/client-iot/src/commands/DetachSecurityProfileCommand.ts
index e7f76f7ae57f..c2491c7da14a 100644
--- a/clients/client-iot/src/commands/DetachSecurityProfileCommand.ts
+++ b/clients/client-iot/src/commands/DetachSecurityProfileCommand.ts
@@ -89,4 +89,16 @@ export class DetachSecurityProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachSecurityProfileCommand)
.de(de_DetachSecurityProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachSecurityProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: DetachSecurityProfileCommandInput;
+ output: DetachSecurityProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DetachThingPrincipalCommand.ts b/clients/client-iot/src/commands/DetachThingPrincipalCommand.ts
index 760229ef35c2..48f6a6a4f423 100644
--- a/clients/client-iot/src/commands/DetachThingPrincipalCommand.ts
+++ b/clients/client-iot/src/commands/DetachThingPrincipalCommand.ts
@@ -101,4 +101,16 @@ export class DetachThingPrincipalCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachThingPrincipalCommand)
.de(de_DetachThingPrincipalCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachThingPrincipalRequest;
+ output: {};
+ };
+ sdk: {
+ input: DetachThingPrincipalCommandInput;
+ output: DetachThingPrincipalCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DisableTopicRuleCommand.ts b/clients/client-iot/src/commands/DisableTopicRuleCommand.ts
index 5e7fbc5cb830..99396aa83911 100644
--- a/clients/client-iot/src/commands/DisableTopicRuleCommand.ts
+++ b/clients/client-iot/src/commands/DisableTopicRuleCommand.ts
@@ -92,4 +92,16 @@ export class DisableTopicRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableTopicRuleCommand)
.de(de_DisableTopicRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableTopicRuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisableTopicRuleCommandInput;
+ output: DisableTopicRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/DisassociateSbomFromPackageVersionCommand.ts b/clients/client-iot/src/commands/DisassociateSbomFromPackageVersionCommand.ts
index d8017d9df254..b448a9ef0b97 100644
--- a/clients/client-iot/src/commands/DisassociateSbomFromPackageVersionCommand.ts
+++ b/clients/client-iot/src/commands/DisassociateSbomFromPackageVersionCommand.ts
@@ -102,4 +102,16 @@ export class DisassociateSbomFromPackageVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateSbomFromPackageVersionCommand)
.de(de_DisassociateSbomFromPackageVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateSbomFromPackageVersionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateSbomFromPackageVersionCommandInput;
+ output: DisassociateSbomFromPackageVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/EnableTopicRuleCommand.ts b/clients/client-iot/src/commands/EnableTopicRuleCommand.ts
index 4a16ca17c418..54efa1c56761 100644
--- a/clients/client-iot/src/commands/EnableTopicRuleCommand.ts
+++ b/clients/client-iot/src/commands/EnableTopicRuleCommand.ts
@@ -92,4 +92,16 @@ export class EnableTopicRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableTopicRuleCommand)
.de(de_EnableTopicRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableTopicRuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: EnableTopicRuleCommandInput;
+ output: EnableTopicRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/GetBehaviorModelTrainingSummariesCommand.ts b/clients/client-iot/src/commands/GetBehaviorModelTrainingSummariesCommand.ts
index adc84c78e18e..48f0ed278276 100644
--- a/clients/client-iot/src/commands/GetBehaviorModelTrainingSummariesCommand.ts
+++ b/clients/client-iot/src/commands/GetBehaviorModelTrainingSummariesCommand.ts
@@ -112,4 +112,16 @@ export class GetBehaviorModelTrainingSummariesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBehaviorModelTrainingSummariesCommand)
.de(de_GetBehaviorModelTrainingSummariesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBehaviorModelTrainingSummariesRequest;
+ output: GetBehaviorModelTrainingSummariesResponse;
+ };
+ sdk: {
+ input: GetBehaviorModelTrainingSummariesCommandInput;
+ output: GetBehaviorModelTrainingSummariesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/GetBucketsAggregationCommand.ts b/clients/client-iot/src/commands/GetBucketsAggregationCommand.ts
index ebf1e1a1127f..e1c192858219 100644
--- a/clients/client-iot/src/commands/GetBucketsAggregationCommand.ts
+++ b/clients/client-iot/src/commands/GetBucketsAggregationCommand.ts
@@ -119,4 +119,16 @@ export class GetBucketsAggregationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBucketsAggregationCommand)
.de(de_GetBucketsAggregationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBucketsAggregationRequest;
+ output: GetBucketsAggregationResponse;
+ };
+ sdk: {
+ input: GetBucketsAggregationCommandInput;
+ output: GetBucketsAggregationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/GetCardinalityCommand.ts b/clients/client-iot/src/commands/GetCardinalityCommand.ts
index 26fd3a3a24ce..46abc3ef6ccb 100644
--- a/clients/client-iot/src/commands/GetCardinalityCommand.ts
+++ b/clients/client-iot/src/commands/GetCardinalityCommand.ts
@@ -108,4 +108,16 @@ export class GetCardinalityCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCardinalityCommand)
.de(de_GetCardinalityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCardinalityRequest;
+ output: GetCardinalityResponse;
+ };
+ sdk: {
+ input: GetCardinalityCommandInput;
+ output: GetCardinalityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/GetEffectivePoliciesCommand.ts b/clients/client-iot/src/commands/GetEffectivePoliciesCommand.ts
index d3dc2990ac62..a9af842d4894 100644
--- a/clients/client-iot/src/commands/GetEffectivePoliciesCommand.ts
+++ b/clients/client-iot/src/commands/GetEffectivePoliciesCommand.ts
@@ -108,4 +108,16 @@ export class GetEffectivePoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEffectivePoliciesCommand)
.de(de_GetEffectivePoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEffectivePoliciesRequest;
+ output: GetEffectivePoliciesResponse;
+ };
+ sdk: {
+ input: GetEffectivePoliciesCommandInput;
+ output: GetEffectivePoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/GetIndexingConfigurationCommand.ts b/clients/client-iot/src/commands/GetIndexingConfigurationCommand.ts
index 563ec6dfea6f..7f8789e21988 100644
--- a/clients/client-iot/src/commands/GetIndexingConfigurationCommand.ts
+++ b/clients/client-iot/src/commands/GetIndexingConfigurationCommand.ts
@@ -134,4 +134,16 @@ export class GetIndexingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIndexingConfigurationCommand)
.de(de_GetIndexingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetIndexingConfigurationResponse;
+ };
+ sdk: {
+ input: GetIndexingConfigurationCommandInput;
+ output: GetIndexingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/GetJobDocumentCommand.ts b/clients/client-iot/src/commands/GetJobDocumentCommand.ts
index b09f3844d6f7..fa3ae1cb1e10 100644
--- a/clients/client-iot/src/commands/GetJobDocumentCommand.ts
+++ b/clients/client-iot/src/commands/GetJobDocumentCommand.ts
@@ -91,4 +91,16 @@ export class GetJobDocumentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetJobDocumentCommand)
.de(de_GetJobDocumentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetJobDocumentRequest;
+ output: GetJobDocumentResponse;
+ };
+ sdk: {
+ input: GetJobDocumentCommandInput;
+ output: GetJobDocumentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/GetLoggingOptionsCommand.ts b/clients/client-iot/src/commands/GetLoggingOptionsCommand.ts
index a843ee14c601..9030df7d2cf9 100644
--- a/clients/client-iot/src/commands/GetLoggingOptionsCommand.ts
+++ b/clients/client-iot/src/commands/GetLoggingOptionsCommand.ts
@@ -88,4 +88,16 @@ export class GetLoggingOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLoggingOptionsCommand)
.de(de_GetLoggingOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetLoggingOptionsResponse;
+ };
+ sdk: {
+ input: GetLoggingOptionsCommandInput;
+ output: GetLoggingOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/GetOTAUpdateCommand.ts b/clients/client-iot/src/commands/GetOTAUpdateCommand.ts
index bf4c85f313b0..1fb68a95b7cf 100644
--- a/clients/client-iot/src/commands/GetOTAUpdateCommand.ts
+++ b/clients/client-iot/src/commands/GetOTAUpdateCommand.ts
@@ -182,4 +182,16 @@ export class GetOTAUpdateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetOTAUpdateCommand)
.de(de_GetOTAUpdateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetOTAUpdateRequest;
+ output: GetOTAUpdateResponse;
+ };
+ sdk: {
+ input: GetOTAUpdateCommandInput;
+ output: GetOTAUpdateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/GetPackageCommand.ts b/clients/client-iot/src/commands/GetPackageCommand.ts
index 246d214ead00..accb5ee569b1 100644
--- a/clients/client-iot/src/commands/GetPackageCommand.ts
+++ b/clients/client-iot/src/commands/GetPackageCommand.ts
@@ -96,4 +96,16 @@ export class GetPackageCommand extends $Command
.f(void 0, GetPackageResponseFilterSensitiveLog)
.ser(se_GetPackageCommand)
.de(de_GetPackageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPackageRequest;
+ output: GetPackageResponse;
+ };
+ sdk: {
+ input: GetPackageCommandInput;
+ output: GetPackageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/GetPackageConfigurationCommand.ts b/clients/client-iot/src/commands/GetPackageConfigurationCommand.ts
index 3f8c38b51cc6..e2784951cc3f 100644
--- a/clients/client-iot/src/commands/GetPackageConfigurationCommand.ts
+++ b/clients/client-iot/src/commands/GetPackageConfigurationCommand.ts
@@ -86,4 +86,16 @@ export class GetPackageConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPackageConfigurationCommand)
.de(de_GetPackageConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetPackageConfigurationResponse;
+ };
+ sdk: {
+ input: GetPackageConfigurationCommandInput;
+ output: GetPackageConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/GetPackageVersionCommand.ts b/clients/client-iot/src/commands/GetPackageVersionCommand.ts
index ccadd386e0be..aba38005f719 100644
--- a/clients/client-iot/src/commands/GetPackageVersionCommand.ts
+++ b/clients/client-iot/src/commands/GetPackageVersionCommand.ts
@@ -122,4 +122,16 @@ export class GetPackageVersionCommand extends $Command
.f(void 0, GetPackageVersionResponseFilterSensitiveLog)
.ser(se_GetPackageVersionCommand)
.de(de_GetPackageVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPackageVersionRequest;
+ output: GetPackageVersionResponse;
+ };
+ sdk: {
+ input: GetPackageVersionCommandInput;
+ output: GetPackageVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/GetPercentilesCommand.ts b/clients/client-iot/src/commands/GetPercentilesCommand.ts
index 8ed2191e1a37..1c8cbe1b893c 100644
--- a/clients/client-iot/src/commands/GetPercentilesCommand.ts
+++ b/clients/client-iot/src/commands/GetPercentilesCommand.ts
@@ -124,4 +124,16 @@ export class GetPercentilesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPercentilesCommand)
.de(de_GetPercentilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPercentilesRequest;
+ output: GetPercentilesResponse;
+ };
+ sdk: {
+ input: GetPercentilesCommandInput;
+ output: GetPercentilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/GetPolicyCommand.ts b/clients/client-iot/src/commands/GetPolicyCommand.ts
index 6d3b1df756ca..2b668c1a6e15 100644
--- a/clients/client-iot/src/commands/GetPolicyCommand.ts
+++ b/clients/client-iot/src/commands/GetPolicyCommand.ts
@@ -103,4 +103,16 @@ export class GetPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPolicyCommand)
.de(de_GetPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPolicyRequest;
+ output: GetPolicyResponse;
+ };
+ sdk: {
+ input: GetPolicyCommandInput;
+ output: GetPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/GetPolicyVersionCommand.ts b/clients/client-iot/src/commands/GetPolicyVersionCommand.ts
index 71f3b18c396c..eeaab73d0925 100644
--- a/clients/client-iot/src/commands/GetPolicyVersionCommand.ts
+++ b/clients/client-iot/src/commands/GetPolicyVersionCommand.ts
@@ -104,4 +104,16 @@ export class GetPolicyVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPolicyVersionCommand)
.de(de_GetPolicyVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPolicyVersionRequest;
+ output: GetPolicyVersionResponse;
+ };
+ sdk: {
+ input: GetPolicyVersionCommandInput;
+ output: GetPolicyVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/GetRegistrationCodeCommand.ts b/clients/client-iot/src/commands/GetRegistrationCodeCommand.ts
index b73e125578b5..fa5043c48cde 100644
--- a/clients/client-iot/src/commands/GetRegistrationCodeCommand.ts
+++ b/clients/client-iot/src/commands/GetRegistrationCodeCommand.ts
@@ -94,4 +94,16 @@ export class GetRegistrationCodeCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRegistrationCodeCommand)
.de(de_GetRegistrationCodeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetRegistrationCodeResponse;
+ };
+ sdk: {
+ input: GetRegistrationCodeCommandInput;
+ output: GetRegistrationCodeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/GetStatisticsCommand.ts b/clients/client-iot/src/commands/GetStatisticsCommand.ts
index 4ee211dec5d8..0694005c70e4 100644
--- a/clients/client-iot/src/commands/GetStatisticsCommand.ts
+++ b/clients/client-iot/src/commands/GetStatisticsCommand.ts
@@ -119,4 +119,16 @@ export class GetStatisticsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetStatisticsCommand)
.de(de_GetStatisticsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetStatisticsRequest;
+ output: GetStatisticsResponse;
+ };
+ sdk: {
+ input: GetStatisticsCommandInput;
+ output: GetStatisticsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/GetTopicRuleCommand.ts b/clients/client-iot/src/commands/GetTopicRuleCommand.ts
index 4f1abbf0184a..84b1bb4bb7d9 100644
--- a/clients/client-iot/src/commands/GetTopicRuleCommand.ts
+++ b/clients/client-iot/src/commands/GetTopicRuleCommand.ts
@@ -512,4 +512,16 @@ export class GetTopicRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTopicRuleCommand)
.de(de_GetTopicRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTopicRuleRequest;
+ output: GetTopicRuleResponse;
+ };
+ sdk: {
+ input: GetTopicRuleCommandInput;
+ output: GetTopicRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/GetTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/GetTopicRuleDestinationCommand.ts
index 630499e9230a..e6a22baaa446 100644
--- a/clients/client-iot/src/commands/GetTopicRuleDestinationCommand.ts
+++ b/clients/client-iot/src/commands/GetTopicRuleDestinationCommand.ts
@@ -109,4 +109,16 @@ export class GetTopicRuleDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTopicRuleDestinationCommand)
.de(de_GetTopicRuleDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTopicRuleDestinationRequest;
+ output: GetTopicRuleDestinationResponse;
+ };
+ sdk: {
+ input: GetTopicRuleDestinationCommandInput;
+ output: GetTopicRuleDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/GetV2LoggingOptionsCommand.ts b/clients/client-iot/src/commands/GetV2LoggingOptionsCommand.ts
index 5476fc45bcad..cbb4e17397fb 100644
--- a/clients/client-iot/src/commands/GetV2LoggingOptionsCommand.ts
+++ b/clients/client-iot/src/commands/GetV2LoggingOptionsCommand.ts
@@ -87,4 +87,16 @@ export class GetV2LoggingOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetV2LoggingOptionsCommand)
.de(de_GetV2LoggingOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetV2LoggingOptionsResponse;
+ };
+ sdk: {
+ input: GetV2LoggingOptionsCommandInput;
+ output: GetV2LoggingOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListActiveViolationsCommand.ts b/clients/client-iot/src/commands/ListActiveViolationsCommand.ts
index cb6785ca6e3f..cfc426592556 100644
--- a/clients/client-iot/src/commands/ListActiveViolationsCommand.ts
+++ b/clients/client-iot/src/commands/ListActiveViolationsCommand.ts
@@ -164,4 +164,16 @@ export class ListActiveViolationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListActiveViolationsCommand)
.de(de_ListActiveViolationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListActiveViolationsRequest;
+ output: ListActiveViolationsResponse;
+ };
+ sdk: {
+ input: ListActiveViolationsCommandInput;
+ output: ListActiveViolationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListAttachedPoliciesCommand.ts b/clients/client-iot/src/commands/ListAttachedPoliciesCommand.ts
index e75c13c50019..64ee5b0b3934 100644
--- a/clients/client-iot/src/commands/ListAttachedPoliciesCommand.ts
+++ b/clients/client-iot/src/commands/ListAttachedPoliciesCommand.ts
@@ -108,4 +108,16 @@ export class ListAttachedPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAttachedPoliciesCommand)
.de(de_ListAttachedPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAttachedPoliciesRequest;
+ output: ListAttachedPoliciesResponse;
+ };
+ sdk: {
+ input: ListAttachedPoliciesCommandInput;
+ output: ListAttachedPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListAuditFindingsCommand.ts b/clients/client-iot/src/commands/ListAuditFindingsCommand.ts
index 1d88b6d1fdea..82ce03522e24 100644
--- a/clients/client-iot/src/commands/ListAuditFindingsCommand.ts
+++ b/clients/client-iot/src/commands/ListAuditFindingsCommand.ts
@@ -178,4 +178,16 @@ export class ListAuditFindingsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAuditFindingsCommand)
.de(de_ListAuditFindingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAuditFindingsRequest;
+ output: ListAuditFindingsResponse;
+ };
+ sdk: {
+ input: ListAuditFindingsCommandInput;
+ output: ListAuditFindingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListAuditMitigationActionsExecutionsCommand.ts b/clients/client-iot/src/commands/ListAuditMitigationActionsExecutionsCommand.ts
index 9e045105fdb7..96071cc322e4 100644
--- a/clients/client-iot/src/commands/ListAuditMitigationActionsExecutionsCommand.ts
+++ b/clients/client-iot/src/commands/ListAuditMitigationActionsExecutionsCommand.ts
@@ -113,4 +113,16 @@ export class ListAuditMitigationActionsExecutionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAuditMitigationActionsExecutionsCommand)
.de(de_ListAuditMitigationActionsExecutionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAuditMitigationActionsExecutionsRequest;
+ output: ListAuditMitigationActionsExecutionsResponse;
+ };
+ sdk: {
+ input: ListAuditMitigationActionsExecutionsCommandInput;
+ output: ListAuditMitigationActionsExecutionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListAuditMitigationActionsTasksCommand.ts b/clients/client-iot/src/commands/ListAuditMitigationActionsTasksCommand.ts
index a3f4f479eb8e..0b091b1a87ce 100644
--- a/clients/client-iot/src/commands/ListAuditMitigationActionsTasksCommand.ts
+++ b/clients/client-iot/src/commands/ListAuditMitigationActionsTasksCommand.ts
@@ -105,4 +105,16 @@ export class ListAuditMitigationActionsTasksCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAuditMitigationActionsTasksCommand)
.de(de_ListAuditMitigationActionsTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAuditMitigationActionsTasksRequest;
+ output: ListAuditMitigationActionsTasksResponse;
+ };
+ sdk: {
+ input: ListAuditMitigationActionsTasksCommandInput;
+ output: ListAuditMitigationActionsTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListAuditSuppressionsCommand.ts b/clients/client-iot/src/commands/ListAuditSuppressionsCommand.ts
index e3fa481dafb3..da801a24f5a8 100644
--- a/clients/client-iot/src/commands/ListAuditSuppressionsCommand.ts
+++ b/clients/client-iot/src/commands/ListAuditSuppressionsCommand.ts
@@ -138,4 +138,16 @@ export class ListAuditSuppressionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAuditSuppressionsCommand)
.de(de_ListAuditSuppressionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAuditSuppressionsRequest;
+ output: ListAuditSuppressionsResponse;
+ };
+ sdk: {
+ input: ListAuditSuppressionsCommandInput;
+ output: ListAuditSuppressionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListAuditTasksCommand.ts b/clients/client-iot/src/commands/ListAuditTasksCommand.ts
index 5212eecfbac9..2f5b4e9225a9 100644
--- a/clients/client-iot/src/commands/ListAuditTasksCommand.ts
+++ b/clients/client-iot/src/commands/ListAuditTasksCommand.ts
@@ -100,4 +100,16 @@ export class ListAuditTasksCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAuditTasksCommand)
.de(de_ListAuditTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAuditTasksRequest;
+ output: ListAuditTasksResponse;
+ };
+ sdk: {
+ input: ListAuditTasksCommandInput;
+ output: ListAuditTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListAuthorizersCommand.ts b/clients/client-iot/src/commands/ListAuthorizersCommand.ts
index c337c17df3de..799b1348667a 100644
--- a/clients/client-iot/src/commands/ListAuthorizersCommand.ts
+++ b/clients/client-iot/src/commands/ListAuthorizersCommand.ts
@@ -102,4 +102,16 @@ export class ListAuthorizersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAuthorizersCommand)
.de(de_ListAuthorizersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAuthorizersRequest;
+ output: ListAuthorizersResponse;
+ };
+ sdk: {
+ input: ListAuthorizersCommandInput;
+ output: ListAuthorizersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListBillingGroupsCommand.ts b/clients/client-iot/src/commands/ListBillingGroupsCommand.ts
index be7f81a1c50f..698967729e1c 100644
--- a/clients/client-iot/src/commands/ListBillingGroupsCommand.ts
+++ b/clients/client-iot/src/commands/ListBillingGroupsCommand.ts
@@ -98,4 +98,16 @@ export class ListBillingGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBillingGroupsCommand)
.de(de_ListBillingGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBillingGroupsRequest;
+ output: ListBillingGroupsResponse;
+ };
+ sdk: {
+ input: ListBillingGroupsCommandInput;
+ output: ListBillingGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListCACertificatesCommand.ts b/clients/client-iot/src/commands/ListCACertificatesCommand.ts
index 406a8c9258a9..0c3a6046c84b 100644
--- a/clients/client-iot/src/commands/ListCACertificatesCommand.ts
+++ b/clients/client-iot/src/commands/ListCACertificatesCommand.ts
@@ -106,4 +106,16 @@ export class ListCACertificatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCACertificatesCommand)
.de(de_ListCACertificatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCACertificatesRequest;
+ output: ListCACertificatesResponse;
+ };
+ sdk: {
+ input: ListCACertificatesCommandInput;
+ output: ListCACertificatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListCertificateProvidersCommand.ts b/clients/client-iot/src/commands/ListCertificateProvidersCommand.ts
index 067a1d2af530..a1e7764eb3ec 100644
--- a/clients/client-iot/src/commands/ListCertificateProvidersCommand.ts
+++ b/clients/client-iot/src/commands/ListCertificateProvidersCommand.ts
@@ -101,4 +101,16 @@ export class ListCertificateProvidersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCertificateProvidersCommand)
.de(de_ListCertificateProvidersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCertificateProvidersRequest;
+ output: ListCertificateProvidersResponse;
+ };
+ sdk: {
+ input: ListCertificateProvidersCommandInput;
+ output: ListCertificateProvidersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListCertificatesByCACommand.ts b/clients/client-iot/src/commands/ListCertificatesByCACommand.ts
index 4d7c676e5496..fc4bb8c5016c 100644
--- a/clients/client-iot/src/commands/ListCertificatesByCACommand.ts
+++ b/clients/client-iot/src/commands/ListCertificatesByCACommand.ts
@@ -105,4 +105,16 @@ export class ListCertificatesByCACommand extends $Command
.f(void 0, void 0)
.ser(se_ListCertificatesByCACommand)
.de(de_ListCertificatesByCACommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCertificatesByCARequest;
+ output: ListCertificatesByCAResponse;
+ };
+ sdk: {
+ input: ListCertificatesByCACommandInput;
+ output: ListCertificatesByCACommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListCertificatesCommand.ts b/clients/client-iot/src/commands/ListCertificatesCommand.ts
index e7d6304961cb..0ad87459bd0c 100644
--- a/clients/client-iot/src/commands/ListCertificatesCommand.ts
+++ b/clients/client-iot/src/commands/ListCertificatesCommand.ts
@@ -106,4 +106,16 @@ export class ListCertificatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCertificatesCommand)
.de(de_ListCertificatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCertificatesRequest;
+ output: ListCertificatesResponse;
+ };
+ sdk: {
+ input: ListCertificatesCommandInput;
+ output: ListCertificatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListCustomMetricsCommand.ts b/clients/client-iot/src/commands/ListCustomMetricsCommand.ts
index 6c72b359f59e..989b839078f1 100644
--- a/clients/client-iot/src/commands/ListCustomMetricsCommand.ts
+++ b/clients/client-iot/src/commands/ListCustomMetricsCommand.ts
@@ -93,4 +93,16 @@ export class ListCustomMetricsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCustomMetricsCommand)
.de(de_ListCustomMetricsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCustomMetricsRequest;
+ output: ListCustomMetricsResponse;
+ };
+ sdk: {
+ input: ListCustomMetricsCommandInput;
+ output: ListCustomMetricsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListDetectMitigationActionsExecutionsCommand.ts b/clients/client-iot/src/commands/ListDetectMitigationActionsExecutionsCommand.ts
index c6be20d65061..690bdff5c6f9 100644
--- a/clients/client-iot/src/commands/ListDetectMitigationActionsExecutionsCommand.ts
+++ b/clients/client-iot/src/commands/ListDetectMitigationActionsExecutionsCommand.ts
@@ -117,4 +117,16 @@ export class ListDetectMitigationActionsExecutionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDetectMitigationActionsExecutionsCommand)
.de(de_ListDetectMitigationActionsExecutionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDetectMitigationActionsExecutionsRequest;
+ output: ListDetectMitigationActionsExecutionsResponse;
+ };
+ sdk: {
+ input: ListDetectMitigationActionsExecutionsCommandInput;
+ output: ListDetectMitigationActionsExecutionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListDetectMitigationActionsTasksCommand.ts b/clients/client-iot/src/commands/ListDetectMitigationActionsTasksCommand.ts
index 12988a77494e..3f1633468de0 100644
--- a/clients/client-iot/src/commands/ListDetectMitigationActionsTasksCommand.ts
+++ b/clients/client-iot/src/commands/ListDetectMitigationActionsTasksCommand.ts
@@ -154,4 +154,16 @@ export class ListDetectMitigationActionsTasksCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDetectMitigationActionsTasksCommand)
.de(de_ListDetectMitigationActionsTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDetectMitigationActionsTasksRequest;
+ output: ListDetectMitigationActionsTasksResponse;
+ };
+ sdk: {
+ input: ListDetectMitigationActionsTasksCommandInput;
+ output: ListDetectMitigationActionsTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListDimensionsCommand.ts b/clients/client-iot/src/commands/ListDimensionsCommand.ts
index 851078d9eb86..358418d9d3ab 100644
--- a/clients/client-iot/src/commands/ListDimensionsCommand.ts
+++ b/clients/client-iot/src/commands/ListDimensionsCommand.ts
@@ -91,4 +91,16 @@ export class ListDimensionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDimensionsCommand)
.de(de_ListDimensionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDimensionsRequest;
+ output: ListDimensionsResponse;
+ };
+ sdk: {
+ input: ListDimensionsCommandInput;
+ output: ListDimensionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListDomainConfigurationsCommand.ts b/clients/client-iot/src/commands/ListDomainConfigurationsCommand.ts
index 37f15cd5de0d..37298345cb8c 100644
--- a/clients/client-iot/src/commands/ListDomainConfigurationsCommand.ts
+++ b/clients/client-iot/src/commands/ListDomainConfigurationsCommand.ts
@@ -103,4 +103,16 @@ export class ListDomainConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDomainConfigurationsCommand)
.de(de_ListDomainConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDomainConfigurationsRequest;
+ output: ListDomainConfigurationsResponse;
+ };
+ sdk: {
+ input: ListDomainConfigurationsCommandInput;
+ output: ListDomainConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListFleetMetricsCommand.ts b/clients/client-iot/src/commands/ListFleetMetricsCommand.ts
index 394d52613ef6..578230896292 100644
--- a/clients/client-iot/src/commands/ListFleetMetricsCommand.ts
+++ b/clients/client-iot/src/commands/ListFleetMetricsCommand.ts
@@ -100,4 +100,16 @@ export class ListFleetMetricsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFleetMetricsCommand)
.de(de_ListFleetMetricsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFleetMetricsRequest;
+ output: ListFleetMetricsResponse;
+ };
+ sdk: {
+ input: ListFleetMetricsCommandInput;
+ output: ListFleetMetricsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListIndicesCommand.ts b/clients/client-iot/src/commands/ListIndicesCommand.ts
index 2f2f8d1c010a..cb8bfc8c17db 100644
--- a/clients/client-iot/src/commands/ListIndicesCommand.ts
+++ b/clients/client-iot/src/commands/ListIndicesCommand.ts
@@ -97,4 +97,16 @@ export class ListIndicesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIndicesCommand)
.de(de_ListIndicesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIndicesRequest;
+ output: ListIndicesResponse;
+ };
+ sdk: {
+ input: ListIndicesCommandInput;
+ output: ListIndicesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListJobExecutionsForJobCommand.ts b/clients/client-iot/src/commands/ListJobExecutionsForJobCommand.ts
index 3edd84c62517..60dd7e3ed2d9 100644
--- a/clients/client-iot/src/commands/ListJobExecutionsForJobCommand.ts
+++ b/clients/client-iot/src/commands/ListJobExecutionsForJobCommand.ts
@@ -106,4 +106,16 @@ export class ListJobExecutionsForJobCommand extends $Command
.f(void 0, void 0)
.ser(se_ListJobExecutionsForJobCommand)
.de(de_ListJobExecutionsForJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListJobExecutionsForJobRequest;
+ output: ListJobExecutionsForJobResponse;
+ };
+ sdk: {
+ input: ListJobExecutionsForJobCommandInput;
+ output: ListJobExecutionsForJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListJobExecutionsForThingCommand.ts b/clients/client-iot/src/commands/ListJobExecutionsForThingCommand.ts
index ba98c6ba85a7..c9b8c94e6355 100644
--- a/clients/client-iot/src/commands/ListJobExecutionsForThingCommand.ts
+++ b/clients/client-iot/src/commands/ListJobExecutionsForThingCommand.ts
@@ -108,4 +108,16 @@ export class ListJobExecutionsForThingCommand extends $Command
.f(void 0, void 0)
.ser(se_ListJobExecutionsForThingCommand)
.de(de_ListJobExecutionsForThingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListJobExecutionsForThingRequest;
+ output: ListJobExecutionsForThingResponse;
+ };
+ sdk: {
+ input: ListJobExecutionsForThingCommandInput;
+ output: ListJobExecutionsForThingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListJobTemplatesCommand.ts b/clients/client-iot/src/commands/ListJobTemplatesCommand.ts
index e120bf086bcc..f86d5c575e33 100644
--- a/clients/client-iot/src/commands/ListJobTemplatesCommand.ts
+++ b/clients/client-iot/src/commands/ListJobTemplatesCommand.ts
@@ -96,4 +96,16 @@ export class ListJobTemplatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListJobTemplatesCommand)
.de(de_ListJobTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListJobTemplatesRequest;
+ output: ListJobTemplatesResponse;
+ };
+ sdk: {
+ input: ListJobTemplatesCommandInput;
+ output: ListJobTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListJobsCommand.ts b/clients/client-iot/src/commands/ListJobsCommand.ts
index e2a8a28c9d6c..e244ef86aba9 100644
--- a/clients/client-iot/src/commands/ListJobsCommand.ts
+++ b/clients/client-iot/src/commands/ListJobsCommand.ts
@@ -109,4 +109,16 @@ export class ListJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListJobsCommand)
.de(de_ListJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListJobsRequest;
+ output: ListJobsResponse;
+ };
+ sdk: {
+ input: ListJobsCommandInput;
+ output: ListJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListManagedJobTemplatesCommand.ts b/clients/client-iot/src/commands/ListManagedJobTemplatesCommand.ts
index 89b271aef849..02e0e900874b 100644
--- a/clients/client-iot/src/commands/ListManagedJobTemplatesCommand.ts
+++ b/clients/client-iot/src/commands/ListManagedJobTemplatesCommand.ts
@@ -103,4 +103,16 @@ export class ListManagedJobTemplatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListManagedJobTemplatesCommand)
.de(de_ListManagedJobTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListManagedJobTemplatesRequest;
+ output: ListManagedJobTemplatesResponse;
+ };
+ sdk: {
+ input: ListManagedJobTemplatesCommandInput;
+ output: ListManagedJobTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListMetricValuesCommand.ts b/clients/client-iot/src/commands/ListMetricValuesCommand.ts
index a58cfeca7008..6d605d074128 100644
--- a/clients/client-iot/src/commands/ListMetricValuesCommand.ts
+++ b/clients/client-iot/src/commands/ListMetricValuesCommand.ts
@@ -119,4 +119,16 @@ export class ListMetricValuesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMetricValuesCommand)
.de(de_ListMetricValuesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMetricValuesRequest;
+ output: ListMetricValuesResponse;
+ };
+ sdk: {
+ input: ListMetricValuesCommandInput;
+ output: ListMetricValuesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListMitigationActionsCommand.ts b/clients/client-iot/src/commands/ListMitigationActionsCommand.ts
index efc199da6cbd..a01ebdbaef42 100644
--- a/clients/client-iot/src/commands/ListMitigationActionsCommand.ts
+++ b/clients/client-iot/src/commands/ListMitigationActionsCommand.ts
@@ -96,4 +96,16 @@ export class ListMitigationActionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMitigationActionsCommand)
.de(de_ListMitigationActionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMitigationActionsRequest;
+ output: ListMitigationActionsResponse;
+ };
+ sdk: {
+ input: ListMitigationActionsCommandInput;
+ output: ListMitigationActionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListOTAUpdatesCommand.ts b/clients/client-iot/src/commands/ListOTAUpdatesCommand.ts
index 96047997e88e..af6ce33d880f 100644
--- a/clients/client-iot/src/commands/ListOTAUpdatesCommand.ts
+++ b/clients/client-iot/src/commands/ListOTAUpdatesCommand.ts
@@ -102,4 +102,16 @@ export class ListOTAUpdatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListOTAUpdatesCommand)
.de(de_ListOTAUpdatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListOTAUpdatesRequest;
+ output: ListOTAUpdatesResponse;
+ };
+ sdk: {
+ input: ListOTAUpdatesCommandInput;
+ output: ListOTAUpdatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListOutgoingCertificatesCommand.ts b/clients/client-iot/src/commands/ListOutgoingCertificatesCommand.ts
index 96d12a21565c..222e85bbc1ff 100644
--- a/clients/client-iot/src/commands/ListOutgoingCertificatesCommand.ts
+++ b/clients/client-iot/src/commands/ListOutgoingCertificatesCommand.ts
@@ -105,4 +105,16 @@ export class ListOutgoingCertificatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListOutgoingCertificatesCommand)
.de(de_ListOutgoingCertificatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListOutgoingCertificatesRequest;
+ output: ListOutgoingCertificatesResponse;
+ };
+ sdk: {
+ input: ListOutgoingCertificatesCommandInput;
+ output: ListOutgoingCertificatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListPackageVersionsCommand.ts b/clients/client-iot/src/commands/ListPackageVersionsCommand.ts
index 4ce0f672aae2..4a61fe295eee 100644
--- a/clients/client-iot/src/commands/ListPackageVersionsCommand.ts
+++ b/clients/client-iot/src/commands/ListPackageVersionsCommand.ts
@@ -100,4 +100,16 @@ export class ListPackageVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPackageVersionsCommand)
.de(de_ListPackageVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPackageVersionsRequest;
+ output: ListPackageVersionsResponse;
+ };
+ sdk: {
+ input: ListPackageVersionsCommandInput;
+ output: ListPackageVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListPackagesCommand.ts b/clients/client-iot/src/commands/ListPackagesCommand.ts
index c7d4e9bcbbe9..933cc2f88b9e 100644
--- a/clients/client-iot/src/commands/ListPackagesCommand.ts
+++ b/clients/client-iot/src/commands/ListPackagesCommand.ts
@@ -97,4 +97,16 @@ export class ListPackagesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPackagesCommand)
.de(de_ListPackagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPackagesRequest;
+ output: ListPackagesResponse;
+ };
+ sdk: {
+ input: ListPackagesCommandInput;
+ output: ListPackagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListPoliciesCommand.ts b/clients/client-iot/src/commands/ListPoliciesCommand.ts
index 9b26b0c10162..abe2c826a12b 100644
--- a/clients/client-iot/src/commands/ListPoliciesCommand.ts
+++ b/clients/client-iot/src/commands/ListPoliciesCommand.ts
@@ -101,4 +101,16 @@ export class ListPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPoliciesCommand)
.de(de_ListPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPoliciesRequest;
+ output: ListPoliciesResponse;
+ };
+ sdk: {
+ input: ListPoliciesCommandInput;
+ output: ListPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListPolicyPrincipalsCommand.ts b/clients/client-iot/src/commands/ListPolicyPrincipalsCommand.ts
index 5bb76d84a767..d823bc37438a 100644
--- a/clients/client-iot/src/commands/ListPolicyPrincipalsCommand.ts
+++ b/clients/client-iot/src/commands/ListPolicyPrincipalsCommand.ts
@@ -107,4 +107,16 @@ export class ListPolicyPrincipalsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPolicyPrincipalsCommand)
.de(de_ListPolicyPrincipalsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPolicyPrincipalsRequest;
+ output: ListPolicyPrincipalsResponse;
+ };
+ sdk: {
+ input: ListPolicyPrincipalsCommandInput;
+ output: ListPolicyPrincipalsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListPolicyVersionsCommand.ts b/clients/client-iot/src/commands/ListPolicyVersionsCommand.ts
index 393d4c33501c..b97e4d514658 100644
--- a/clients/client-iot/src/commands/ListPolicyVersionsCommand.ts
+++ b/clients/client-iot/src/commands/ListPolicyVersionsCommand.ts
@@ -103,4 +103,16 @@ export class ListPolicyVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPolicyVersionsCommand)
.de(de_ListPolicyVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPolicyVersionsRequest;
+ output: ListPolicyVersionsResponse;
+ };
+ sdk: {
+ input: ListPolicyVersionsCommandInput;
+ output: ListPolicyVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListPrincipalPoliciesCommand.ts b/clients/client-iot/src/commands/ListPrincipalPoliciesCommand.ts
index c6f6c9da95c0..399e02243ecc 100644
--- a/clients/client-iot/src/commands/ListPrincipalPoliciesCommand.ts
+++ b/clients/client-iot/src/commands/ListPrincipalPoliciesCommand.ts
@@ -111,4 +111,16 @@ export class ListPrincipalPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPrincipalPoliciesCommand)
.de(de_ListPrincipalPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPrincipalPoliciesRequest;
+ output: ListPrincipalPoliciesResponse;
+ };
+ sdk: {
+ input: ListPrincipalPoliciesCommandInput;
+ output: ListPrincipalPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListPrincipalThingsCommand.ts b/clients/client-iot/src/commands/ListPrincipalThingsCommand.ts
index ca24ffaf5cb3..17d753a4269a 100644
--- a/clients/client-iot/src/commands/ListPrincipalThingsCommand.ts
+++ b/clients/client-iot/src/commands/ListPrincipalThingsCommand.ts
@@ -103,4 +103,16 @@ export class ListPrincipalThingsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPrincipalThingsCommand)
.de(de_ListPrincipalThingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPrincipalThingsRequest;
+ output: ListPrincipalThingsResponse;
+ };
+ sdk: {
+ input: ListPrincipalThingsCommandInput;
+ output: ListPrincipalThingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListProvisioningTemplateVersionsCommand.ts b/clients/client-iot/src/commands/ListProvisioningTemplateVersionsCommand.ts
index f2fc71e2cc53..4d13266f3b68 100644
--- a/clients/client-iot/src/commands/ListProvisioningTemplateVersionsCommand.ts
+++ b/clients/client-iot/src/commands/ListProvisioningTemplateVersionsCommand.ts
@@ -107,4 +107,16 @@ export class ListProvisioningTemplateVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProvisioningTemplateVersionsCommand)
.de(de_ListProvisioningTemplateVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProvisioningTemplateVersionsRequest;
+ output: ListProvisioningTemplateVersionsResponse;
+ };
+ sdk: {
+ input: ListProvisioningTemplateVersionsCommandInput;
+ output: ListProvisioningTemplateVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListProvisioningTemplatesCommand.ts b/clients/client-iot/src/commands/ListProvisioningTemplatesCommand.ts
index 5d40731476c6..f8486ee57cc1 100644
--- a/clients/client-iot/src/commands/ListProvisioningTemplatesCommand.ts
+++ b/clients/client-iot/src/commands/ListProvisioningTemplatesCommand.ts
@@ -102,4 +102,16 @@ export class ListProvisioningTemplatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProvisioningTemplatesCommand)
.de(de_ListProvisioningTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProvisioningTemplatesRequest;
+ output: ListProvisioningTemplatesResponse;
+ };
+ sdk: {
+ input: ListProvisioningTemplatesCommandInput;
+ output: ListProvisioningTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListRelatedResourcesForAuditFindingCommand.ts b/clients/client-iot/src/commands/ListRelatedResourcesForAuditFindingCommand.ts
index ac6fd67a81cd..54fa3e926c52 100644
--- a/clients/client-iot/src/commands/ListRelatedResourcesForAuditFindingCommand.ts
+++ b/clients/client-iot/src/commands/ListRelatedResourcesForAuditFindingCommand.ts
@@ -162,4 +162,16 @@ export class ListRelatedResourcesForAuditFindingCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRelatedResourcesForAuditFindingCommand)
.de(de_ListRelatedResourcesForAuditFindingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRelatedResourcesForAuditFindingRequest;
+ output: ListRelatedResourcesForAuditFindingResponse;
+ };
+ sdk: {
+ input: ListRelatedResourcesForAuditFindingCommandInput;
+ output: ListRelatedResourcesForAuditFindingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListRoleAliasesCommand.ts b/clients/client-iot/src/commands/ListRoleAliasesCommand.ts
index 87c567dcfe5b..9522001bc015 100644
--- a/clients/client-iot/src/commands/ListRoleAliasesCommand.ts
+++ b/clients/client-iot/src/commands/ListRoleAliasesCommand.ts
@@ -98,4 +98,16 @@ export class ListRoleAliasesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRoleAliasesCommand)
.de(de_ListRoleAliasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRoleAliasesRequest;
+ output: ListRoleAliasesResponse;
+ };
+ sdk: {
+ input: ListRoleAliasesCommandInput;
+ output: ListRoleAliasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListSbomValidationResultsCommand.ts b/clients/client-iot/src/commands/ListSbomValidationResultsCommand.ts
index ea04150f6e8e..f45a832ba4df 100644
--- a/clients/client-iot/src/commands/ListSbomValidationResultsCommand.ts
+++ b/clients/client-iot/src/commands/ListSbomValidationResultsCommand.ts
@@ -103,4 +103,16 @@ export class ListSbomValidationResultsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSbomValidationResultsCommand)
.de(de_ListSbomValidationResultsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSbomValidationResultsRequest;
+ output: ListSbomValidationResultsResponse;
+ };
+ sdk: {
+ input: ListSbomValidationResultsCommandInput;
+ output: ListSbomValidationResultsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListScheduledAuditsCommand.ts b/clients/client-iot/src/commands/ListScheduledAuditsCommand.ts
index 72dbc34f569d..df19b39fb865 100644
--- a/clients/client-iot/src/commands/ListScheduledAuditsCommand.ts
+++ b/clients/client-iot/src/commands/ListScheduledAuditsCommand.ts
@@ -97,4 +97,16 @@ export class ListScheduledAuditsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListScheduledAuditsCommand)
.de(de_ListScheduledAuditsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListScheduledAuditsRequest;
+ output: ListScheduledAuditsResponse;
+ };
+ sdk: {
+ input: ListScheduledAuditsCommandInput;
+ output: ListScheduledAuditsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListSecurityProfilesCommand.ts b/clients/client-iot/src/commands/ListSecurityProfilesCommand.ts
index a1175599dbb4..48bf23ab4fad 100644
--- a/clients/client-iot/src/commands/ListSecurityProfilesCommand.ts
+++ b/clients/client-iot/src/commands/ListSecurityProfilesCommand.ts
@@ -105,4 +105,16 @@ export class ListSecurityProfilesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSecurityProfilesCommand)
.de(de_ListSecurityProfilesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSecurityProfilesRequest;
+ output: ListSecurityProfilesResponse;
+ };
+ sdk: {
+ input: ListSecurityProfilesCommandInput;
+ output: ListSecurityProfilesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListSecurityProfilesForTargetCommand.ts b/clients/client-iot/src/commands/ListSecurityProfilesForTargetCommand.ts
index 34cb6ea26f9f..c17e7c891918 100644
--- a/clients/client-iot/src/commands/ListSecurityProfilesForTargetCommand.ts
+++ b/clients/client-iot/src/commands/ListSecurityProfilesForTargetCommand.ts
@@ -109,4 +109,16 @@ export class ListSecurityProfilesForTargetCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSecurityProfilesForTargetCommand)
.de(de_ListSecurityProfilesForTargetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSecurityProfilesForTargetRequest;
+ output: ListSecurityProfilesForTargetResponse;
+ };
+ sdk: {
+ input: ListSecurityProfilesForTargetCommandInput;
+ output: ListSecurityProfilesForTargetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListStreamsCommand.ts b/clients/client-iot/src/commands/ListStreamsCommand.ts
index 2c35af3ec2c7..788aa7d45eb8 100644
--- a/clients/client-iot/src/commands/ListStreamsCommand.ts
+++ b/clients/client-iot/src/commands/ListStreamsCommand.ts
@@ -103,4 +103,16 @@ export class ListStreamsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStreamsCommand)
.de(de_ListStreamsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStreamsRequest;
+ output: ListStreamsResponse;
+ };
+ sdk: {
+ input: ListStreamsCommandInput;
+ output: ListStreamsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListTagsForResourceCommand.ts b/clients/client-iot/src/commands/ListTagsForResourceCommand.ts
index ff25a47f64cc..ac0fd585e922 100644
--- a/clients/client-iot/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-iot/src/commands/ListTagsForResourceCommand.ts
@@ -97,4 +97,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListTargetsForPolicyCommand.ts b/clients/client-iot/src/commands/ListTargetsForPolicyCommand.ts
index d73811720afa..1eedf955aee5 100644
--- a/clients/client-iot/src/commands/ListTargetsForPolicyCommand.ts
+++ b/clients/client-iot/src/commands/ListTargetsForPolicyCommand.ts
@@ -104,4 +104,16 @@ export class ListTargetsForPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTargetsForPolicyCommand)
.de(de_ListTargetsForPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTargetsForPolicyRequest;
+ output: ListTargetsForPolicyResponse;
+ };
+ sdk: {
+ input: ListTargetsForPolicyCommandInput;
+ output: ListTargetsForPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListTargetsForSecurityProfileCommand.ts b/clients/client-iot/src/commands/ListTargetsForSecurityProfileCommand.ts
index cb403d9fbbb0..cb0dd525a847 100644
--- a/clients/client-iot/src/commands/ListTargetsForSecurityProfileCommand.ts
+++ b/clients/client-iot/src/commands/ListTargetsForSecurityProfileCommand.ts
@@ -102,4 +102,16 @@ export class ListTargetsForSecurityProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTargetsForSecurityProfileCommand)
.de(de_ListTargetsForSecurityProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTargetsForSecurityProfileRequest;
+ output: ListTargetsForSecurityProfileResponse;
+ };
+ sdk: {
+ input: ListTargetsForSecurityProfileCommandInput;
+ output: ListTargetsForSecurityProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListThingGroupsCommand.ts b/clients/client-iot/src/commands/ListThingGroupsCommand.ts
index 0a5e7cdee03a..865b004f878a 100644
--- a/clients/client-iot/src/commands/ListThingGroupsCommand.ts
+++ b/clients/client-iot/src/commands/ListThingGroupsCommand.ts
@@ -100,4 +100,16 @@ export class ListThingGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListThingGroupsCommand)
.de(de_ListThingGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListThingGroupsRequest;
+ output: ListThingGroupsResponse;
+ };
+ sdk: {
+ input: ListThingGroupsCommandInput;
+ output: ListThingGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListThingGroupsForThingCommand.ts b/clients/client-iot/src/commands/ListThingGroupsForThingCommand.ts
index 9a0ef205d111..ecf890b70f64 100644
--- a/clients/client-iot/src/commands/ListThingGroupsForThingCommand.ts
+++ b/clients/client-iot/src/commands/ListThingGroupsForThingCommand.ts
@@ -98,4 +98,16 @@ export class ListThingGroupsForThingCommand extends $Command
.f(void 0, void 0)
.ser(se_ListThingGroupsForThingCommand)
.de(de_ListThingGroupsForThingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListThingGroupsForThingRequest;
+ output: ListThingGroupsForThingResponse;
+ };
+ sdk: {
+ input: ListThingGroupsForThingCommandInput;
+ output: ListThingGroupsForThingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListThingPrincipalsCommand.ts b/clients/client-iot/src/commands/ListThingPrincipalsCommand.ts
index 264fa37b7907..c766f5a8b601 100644
--- a/clients/client-iot/src/commands/ListThingPrincipalsCommand.ts
+++ b/clients/client-iot/src/commands/ListThingPrincipalsCommand.ts
@@ -103,4 +103,16 @@ export class ListThingPrincipalsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListThingPrincipalsCommand)
.de(de_ListThingPrincipalsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListThingPrincipalsRequest;
+ output: ListThingPrincipalsResponse;
+ };
+ sdk: {
+ input: ListThingPrincipalsCommandInput;
+ output: ListThingPrincipalsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListThingRegistrationTaskReportsCommand.ts b/clients/client-iot/src/commands/ListThingRegistrationTaskReportsCommand.ts
index 10c9bbc39ba9..15069e2da424 100644
--- a/clients/client-iot/src/commands/ListThingRegistrationTaskReportsCommand.ts
+++ b/clients/client-iot/src/commands/ListThingRegistrationTaskReportsCommand.ts
@@ -101,4 +101,16 @@ export class ListThingRegistrationTaskReportsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListThingRegistrationTaskReportsCommand)
.de(de_ListThingRegistrationTaskReportsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListThingRegistrationTaskReportsRequest;
+ output: ListThingRegistrationTaskReportsResponse;
+ };
+ sdk: {
+ input: ListThingRegistrationTaskReportsCommandInput;
+ output: ListThingRegistrationTaskReportsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListThingRegistrationTasksCommand.ts b/clients/client-iot/src/commands/ListThingRegistrationTasksCommand.ts
index 592326c523d3..44776ef677e9 100644
--- a/clients/client-iot/src/commands/ListThingRegistrationTasksCommand.ts
+++ b/clients/client-iot/src/commands/ListThingRegistrationTasksCommand.ts
@@ -95,4 +95,16 @@ export class ListThingRegistrationTasksCommand extends $Command
.f(void 0, void 0)
.ser(se_ListThingRegistrationTasksCommand)
.de(de_ListThingRegistrationTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListThingRegistrationTasksRequest;
+ output: ListThingRegistrationTasksResponse;
+ };
+ sdk: {
+ input: ListThingRegistrationTasksCommandInput;
+ output: ListThingRegistrationTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListThingTypesCommand.ts b/clients/client-iot/src/commands/ListThingTypesCommand.ts
index 81423d4de256..25c994e2415d 100644
--- a/clients/client-iot/src/commands/ListThingTypesCommand.ts
+++ b/clients/client-iot/src/commands/ListThingTypesCommand.ts
@@ -112,4 +112,16 @@ export class ListThingTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListThingTypesCommand)
.de(de_ListThingTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListThingTypesRequest;
+ output: ListThingTypesResponse;
+ };
+ sdk: {
+ input: ListThingTypesCommandInput;
+ output: ListThingTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListThingsCommand.ts b/clients/client-iot/src/commands/ListThingsCommand.ts
index 0a3d16533eaf..8cce2b23a511 100644
--- a/clients/client-iot/src/commands/ListThingsCommand.ts
+++ b/clients/client-iot/src/commands/ListThingsCommand.ts
@@ -116,4 +116,16 @@ export class ListThingsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListThingsCommand)
.de(de_ListThingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListThingsRequest;
+ output: ListThingsResponse;
+ };
+ sdk: {
+ input: ListThingsCommandInput;
+ output: ListThingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListThingsInBillingGroupCommand.ts b/clients/client-iot/src/commands/ListThingsInBillingGroupCommand.ts
index d790b0fd0319..44aa31e63041 100644
--- a/clients/client-iot/src/commands/ListThingsInBillingGroupCommand.ts
+++ b/clients/client-iot/src/commands/ListThingsInBillingGroupCommand.ts
@@ -95,4 +95,16 @@ export class ListThingsInBillingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_ListThingsInBillingGroupCommand)
.de(de_ListThingsInBillingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListThingsInBillingGroupRequest;
+ output: ListThingsInBillingGroupResponse;
+ };
+ sdk: {
+ input: ListThingsInBillingGroupCommandInput;
+ output: ListThingsInBillingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListThingsInThingGroupCommand.ts b/clients/client-iot/src/commands/ListThingsInThingGroupCommand.ts
index 2cdbc59b4f55..7a53e5828297 100644
--- a/clients/client-iot/src/commands/ListThingsInThingGroupCommand.ts
+++ b/clients/client-iot/src/commands/ListThingsInThingGroupCommand.ts
@@ -96,4 +96,16 @@ export class ListThingsInThingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_ListThingsInThingGroupCommand)
.de(de_ListThingsInThingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListThingsInThingGroupRequest;
+ output: ListThingsInThingGroupResponse;
+ };
+ sdk: {
+ input: ListThingsInThingGroupCommandInput;
+ output: ListThingsInThingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListTopicRuleDestinationsCommand.ts b/clients/client-iot/src/commands/ListTopicRuleDestinationsCommand.ts
index 39624115e031..519ebb17de17 100644
--- a/clients/client-iot/src/commands/ListTopicRuleDestinationsCommand.ts
+++ b/clients/client-iot/src/commands/ListTopicRuleDestinationsCommand.ts
@@ -113,4 +113,16 @@ export class ListTopicRuleDestinationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTopicRuleDestinationsCommand)
.de(de_ListTopicRuleDestinationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTopicRuleDestinationsRequest;
+ output: ListTopicRuleDestinationsResponse;
+ };
+ sdk: {
+ input: ListTopicRuleDestinationsCommandInput;
+ output: ListTopicRuleDestinationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListTopicRulesCommand.ts b/clients/client-iot/src/commands/ListTopicRulesCommand.ts
index ea4418651695..28c2e7a3c690 100644
--- a/clients/client-iot/src/commands/ListTopicRulesCommand.ts
+++ b/clients/client-iot/src/commands/ListTopicRulesCommand.ts
@@ -99,4 +99,16 @@ export class ListTopicRulesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTopicRulesCommand)
.de(de_ListTopicRulesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTopicRulesRequest;
+ output: ListTopicRulesResponse;
+ };
+ sdk: {
+ input: ListTopicRulesCommandInput;
+ output: ListTopicRulesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListV2LoggingLevelsCommand.ts b/clients/client-iot/src/commands/ListV2LoggingLevelsCommand.ts
index 292c4d3e9784..1d4707b8d493 100644
--- a/clients/client-iot/src/commands/ListV2LoggingLevelsCommand.ts
+++ b/clients/client-iot/src/commands/ListV2LoggingLevelsCommand.ts
@@ -101,4 +101,16 @@ export class ListV2LoggingLevelsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListV2LoggingLevelsCommand)
.de(de_ListV2LoggingLevelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListV2LoggingLevelsRequest;
+ output: ListV2LoggingLevelsResponse;
+ };
+ sdk: {
+ input: ListV2LoggingLevelsCommandInput;
+ output: ListV2LoggingLevelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ListViolationEventsCommand.ts b/clients/client-iot/src/commands/ListViolationEventsCommand.ts
index db9fcfd539ee..5c1b80493fda 100644
--- a/clients/client-iot/src/commands/ListViolationEventsCommand.ts
+++ b/clients/client-iot/src/commands/ListViolationEventsCommand.ts
@@ -165,4 +165,16 @@ export class ListViolationEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListViolationEventsCommand)
.de(de_ListViolationEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListViolationEventsRequest;
+ output: ListViolationEventsResponse;
+ };
+ sdk: {
+ input: ListViolationEventsCommandInput;
+ output: ListViolationEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/PutVerificationStateOnViolationCommand.ts b/clients/client-iot/src/commands/PutVerificationStateOnViolationCommand.ts
index 3e8e367cafd7..1ba0d346845a 100644
--- a/clients/client-iot/src/commands/PutVerificationStateOnViolationCommand.ts
+++ b/clients/client-iot/src/commands/PutVerificationStateOnViolationCommand.ts
@@ -91,4 +91,16 @@ export class PutVerificationStateOnViolationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutVerificationStateOnViolationCommand)
.de(de_PutVerificationStateOnViolationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutVerificationStateOnViolationRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutVerificationStateOnViolationCommandInput;
+ output: PutVerificationStateOnViolationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/RegisterCACertificateCommand.ts b/clients/client-iot/src/commands/RegisterCACertificateCommand.ts
index f587ac423d1d..14936da13040 100644
--- a/clients/client-iot/src/commands/RegisterCACertificateCommand.ts
+++ b/clients/client-iot/src/commands/RegisterCACertificateCommand.ts
@@ -126,4 +126,16 @@ export class RegisterCACertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterCACertificateCommand)
.de(de_RegisterCACertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterCACertificateRequest;
+ output: RegisterCACertificateResponse;
+ };
+ sdk: {
+ input: RegisterCACertificateCommandInput;
+ output: RegisterCACertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/RegisterCertificateCommand.ts b/clients/client-iot/src/commands/RegisterCertificateCommand.ts
index aebccb576e9c..4b40578e9b8d 100644
--- a/clients/client-iot/src/commands/RegisterCertificateCommand.ts
+++ b/clients/client-iot/src/commands/RegisterCertificateCommand.ts
@@ -113,4 +113,16 @@ export class RegisterCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterCertificateCommand)
.de(de_RegisterCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterCertificateRequest;
+ output: RegisterCertificateResponse;
+ };
+ sdk: {
+ input: RegisterCertificateCommandInput;
+ output: RegisterCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/RegisterCertificateWithoutCACommand.ts b/clients/client-iot/src/commands/RegisterCertificateWithoutCACommand.ts
index 02b446869166..e876c0104815 100644
--- a/clients/client-iot/src/commands/RegisterCertificateWithoutCACommand.ts
+++ b/clients/client-iot/src/commands/RegisterCertificateWithoutCACommand.ts
@@ -111,4 +111,16 @@ export class RegisterCertificateWithoutCACommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterCertificateWithoutCACommand)
.de(de_RegisterCertificateWithoutCACommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterCertificateWithoutCARequest;
+ output: RegisterCertificateWithoutCAResponse;
+ };
+ sdk: {
+ input: RegisterCertificateWithoutCACommandInput;
+ output: RegisterCertificateWithoutCACommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/RegisterThingCommand.ts b/clients/client-iot/src/commands/RegisterThingCommand.ts
index d64027e5bec6..1f09195c2682 100644
--- a/clients/client-iot/src/commands/RegisterThingCommand.ts
+++ b/clients/client-iot/src/commands/RegisterThingCommand.ts
@@ -109,4 +109,16 @@ export class RegisterThingCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterThingCommand)
.de(de_RegisterThingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterThingRequest;
+ output: RegisterThingResponse;
+ };
+ sdk: {
+ input: RegisterThingCommandInput;
+ output: RegisterThingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/RejectCertificateTransferCommand.ts b/clients/client-iot/src/commands/RejectCertificateTransferCommand.ts
index f2ceee8bcef9..752c20619950 100644
--- a/clients/client-iot/src/commands/RejectCertificateTransferCommand.ts
+++ b/clients/client-iot/src/commands/RejectCertificateTransferCommand.ts
@@ -105,4 +105,16 @@ export class RejectCertificateTransferCommand extends $Command
.f(void 0, void 0)
.ser(se_RejectCertificateTransferCommand)
.de(de_RejectCertificateTransferCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RejectCertificateTransferRequest;
+ output: {};
+ };
+ sdk: {
+ input: RejectCertificateTransferCommandInput;
+ output: RejectCertificateTransferCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/RemoveThingFromBillingGroupCommand.ts b/clients/client-iot/src/commands/RemoveThingFromBillingGroupCommand.ts
index 99d34823056b..d590535c47ac 100644
--- a/clients/client-iot/src/commands/RemoveThingFromBillingGroupCommand.ts
+++ b/clients/client-iot/src/commands/RemoveThingFromBillingGroupCommand.ts
@@ -99,4 +99,16 @@ export class RemoveThingFromBillingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveThingFromBillingGroupCommand)
.de(de_RemoveThingFromBillingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveThingFromBillingGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: RemoveThingFromBillingGroupCommandInput;
+ output: RemoveThingFromBillingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/RemoveThingFromThingGroupCommand.ts b/clients/client-iot/src/commands/RemoveThingFromThingGroupCommand.ts
index 621fa4936f83..e06d4b74f0b7 100644
--- a/clients/client-iot/src/commands/RemoveThingFromThingGroupCommand.ts
+++ b/clients/client-iot/src/commands/RemoveThingFromThingGroupCommand.ts
@@ -96,4 +96,16 @@ export class RemoveThingFromThingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveThingFromThingGroupCommand)
.de(de_RemoveThingFromThingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveThingFromThingGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: RemoveThingFromThingGroupCommandInput;
+ output: RemoveThingFromThingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ReplaceTopicRuleCommand.ts b/clients/client-iot/src/commands/ReplaceTopicRuleCommand.ts
index 87157c735116..ffdb39ecdadd 100644
--- a/clients/client-iot/src/commands/ReplaceTopicRuleCommand.ts
+++ b/clients/client-iot/src/commands/ReplaceTopicRuleCommand.ts
@@ -517,4 +517,16 @@ export class ReplaceTopicRuleCommand extends $Command
.f(void 0, void 0)
.ser(se_ReplaceTopicRuleCommand)
.de(de_ReplaceTopicRuleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReplaceTopicRuleRequest;
+ output: {};
+ };
+ sdk: {
+ input: ReplaceTopicRuleCommandInput;
+ output: ReplaceTopicRuleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/SearchIndexCommand.ts b/clients/client-iot/src/commands/SearchIndexCommand.ts
index 0791e27b5362..b1678e4037e5 100644
--- a/clients/client-iot/src/commands/SearchIndexCommand.ts
+++ b/clients/client-iot/src/commands/SearchIndexCommand.ts
@@ -139,4 +139,16 @@ export class SearchIndexCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchIndexCommand)
.de(de_SearchIndexCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchIndexRequest;
+ output: SearchIndexResponse;
+ };
+ sdk: {
+ input: SearchIndexCommandInput;
+ output: SearchIndexCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/SetDefaultAuthorizerCommand.ts b/clients/client-iot/src/commands/SetDefaultAuthorizerCommand.ts
index 99a9a0e59866..e74c8f2383eb 100644
--- a/clients/client-iot/src/commands/SetDefaultAuthorizerCommand.ts
+++ b/clients/client-iot/src/commands/SetDefaultAuthorizerCommand.ts
@@ -101,4 +101,16 @@ export class SetDefaultAuthorizerCommand extends $Command
.f(void 0, void 0)
.ser(se_SetDefaultAuthorizerCommand)
.de(de_SetDefaultAuthorizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetDefaultAuthorizerRequest;
+ output: SetDefaultAuthorizerResponse;
+ };
+ sdk: {
+ input: SetDefaultAuthorizerCommandInput;
+ output: SetDefaultAuthorizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/SetDefaultPolicyVersionCommand.ts b/clients/client-iot/src/commands/SetDefaultPolicyVersionCommand.ts
index d1f4c727c64c..efa8015ba68e 100644
--- a/clients/client-iot/src/commands/SetDefaultPolicyVersionCommand.ts
+++ b/clients/client-iot/src/commands/SetDefaultPolicyVersionCommand.ts
@@ -98,4 +98,16 @@ export class SetDefaultPolicyVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_SetDefaultPolicyVersionCommand)
.de(de_SetDefaultPolicyVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetDefaultPolicyVersionRequest;
+ output: {};
+ };
+ sdk: {
+ input: SetDefaultPolicyVersionCommandInput;
+ output: SetDefaultPolicyVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/SetLoggingOptionsCommand.ts b/clients/client-iot/src/commands/SetLoggingOptionsCommand.ts
index 9033f8bd3286..a6b42bc397a3 100644
--- a/clients/client-iot/src/commands/SetLoggingOptionsCommand.ts
+++ b/clients/client-iot/src/commands/SetLoggingOptionsCommand.ts
@@ -90,4 +90,16 @@ export class SetLoggingOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_SetLoggingOptionsCommand)
.de(de_SetLoggingOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetLoggingOptionsRequest;
+ output: {};
+ };
+ sdk: {
+ input: SetLoggingOptionsCommandInput;
+ output: SetLoggingOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/SetV2LoggingLevelCommand.ts b/clients/client-iot/src/commands/SetV2LoggingLevelCommand.ts
index dfecf3023ffb..f7819b75abf5 100644
--- a/clients/client-iot/src/commands/SetV2LoggingLevelCommand.ts
+++ b/clients/client-iot/src/commands/SetV2LoggingLevelCommand.ts
@@ -95,4 +95,16 @@ export class SetV2LoggingLevelCommand extends $Command
.f(void 0, void 0)
.ser(se_SetV2LoggingLevelCommand)
.de(de_SetV2LoggingLevelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetV2LoggingLevelRequest;
+ output: {};
+ };
+ sdk: {
+ input: SetV2LoggingLevelCommandInput;
+ output: SetV2LoggingLevelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/SetV2LoggingOptionsCommand.ts b/clients/client-iot/src/commands/SetV2LoggingOptionsCommand.ts
index 392e077042f2..26b766cf8e77 100644
--- a/clients/client-iot/src/commands/SetV2LoggingOptionsCommand.ts
+++ b/clients/client-iot/src/commands/SetV2LoggingOptionsCommand.ts
@@ -87,4 +87,16 @@ export class SetV2LoggingOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_SetV2LoggingOptionsCommand)
.de(de_SetV2LoggingOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetV2LoggingOptionsRequest;
+ output: {};
+ };
+ sdk: {
+ input: SetV2LoggingOptionsCommandInput;
+ output: SetV2LoggingOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/StartAuditMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/StartAuditMitigationActionsTaskCommand.ts
index def99211686b..7ff011ddf12c 100644
--- a/clients/client-iot/src/commands/StartAuditMitigationActionsTaskCommand.ts
+++ b/clients/client-iot/src/commands/StartAuditMitigationActionsTaskCommand.ts
@@ -117,4 +117,16 @@ export class StartAuditMitigationActionsTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_StartAuditMitigationActionsTaskCommand)
.de(de_StartAuditMitigationActionsTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartAuditMitigationActionsTaskRequest;
+ output: StartAuditMitigationActionsTaskResponse;
+ };
+ sdk: {
+ input: StartAuditMitigationActionsTaskCommandInput;
+ output: StartAuditMitigationActionsTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/StartDetectMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/StartDetectMitigationActionsTaskCommand.ts
index f9b1f38a931a..7954c613313f 100644
--- a/clients/client-iot/src/commands/StartDetectMitigationActionsTaskCommand.ts
+++ b/clients/client-iot/src/commands/StartDetectMitigationActionsTaskCommand.ts
@@ -119,4 +119,16 @@ export class StartDetectMitigationActionsTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_StartDetectMitigationActionsTaskCommand)
.de(de_StartDetectMitigationActionsTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartDetectMitigationActionsTaskRequest;
+ output: StartDetectMitigationActionsTaskResponse;
+ };
+ sdk: {
+ input: StartDetectMitigationActionsTaskCommandInput;
+ output: StartDetectMitigationActionsTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/StartOnDemandAuditTaskCommand.ts b/clients/client-iot/src/commands/StartOnDemandAuditTaskCommand.ts
index bc8df2b34cde..613efc754088 100644
--- a/clients/client-iot/src/commands/StartOnDemandAuditTaskCommand.ts
+++ b/clients/client-iot/src/commands/StartOnDemandAuditTaskCommand.ts
@@ -92,4 +92,16 @@ export class StartOnDemandAuditTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_StartOnDemandAuditTaskCommand)
.de(de_StartOnDemandAuditTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartOnDemandAuditTaskRequest;
+ output: StartOnDemandAuditTaskResponse;
+ };
+ sdk: {
+ input: StartOnDemandAuditTaskCommandInput;
+ output: StartOnDemandAuditTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/StartThingRegistrationTaskCommand.ts b/clients/client-iot/src/commands/StartThingRegistrationTaskCommand.ts
index 895ffd3475fd..d25e1539cfda 100644
--- a/clients/client-iot/src/commands/StartThingRegistrationTaskCommand.ts
+++ b/clients/client-iot/src/commands/StartThingRegistrationTaskCommand.ts
@@ -93,4 +93,16 @@ export class StartThingRegistrationTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_StartThingRegistrationTaskCommand)
.de(de_StartThingRegistrationTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartThingRegistrationTaskRequest;
+ output: StartThingRegistrationTaskResponse;
+ };
+ sdk: {
+ input: StartThingRegistrationTaskCommandInput;
+ output: StartThingRegistrationTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/StopThingRegistrationTaskCommand.ts b/clients/client-iot/src/commands/StopThingRegistrationTaskCommand.ts
index 947f42644e6f..ce54f32827d7 100644
--- a/clients/client-iot/src/commands/StopThingRegistrationTaskCommand.ts
+++ b/clients/client-iot/src/commands/StopThingRegistrationTaskCommand.ts
@@ -91,4 +91,16 @@ export class StopThingRegistrationTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_StopThingRegistrationTaskCommand)
.de(de_StopThingRegistrationTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopThingRegistrationTaskRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopThingRegistrationTaskCommandInput;
+ output: StopThingRegistrationTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/TagResourceCommand.ts b/clients/client-iot/src/commands/TagResourceCommand.ts
index 3f1949b6ef68..ae8d875cc8b3 100644
--- a/clients/client-iot/src/commands/TagResourceCommand.ts
+++ b/clients/client-iot/src/commands/TagResourceCommand.ts
@@ -98,4 +98,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/TestAuthorizationCommand.ts b/clients/client-iot/src/commands/TestAuthorizationCommand.ts
index 9109cccaadf8..bf03350ad4a7 100644
--- a/clients/client-iot/src/commands/TestAuthorizationCommand.ts
+++ b/clients/client-iot/src/commands/TestAuthorizationCommand.ts
@@ -156,4 +156,16 @@ export class TestAuthorizationCommand extends $Command
.f(void 0, void 0)
.ser(se_TestAuthorizationCommand)
.de(de_TestAuthorizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TestAuthorizationRequest;
+ output: TestAuthorizationResponse;
+ };
+ sdk: {
+ input: TestAuthorizationCommandInput;
+ output: TestAuthorizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/TestInvokeAuthorizerCommand.ts b/clients/client-iot/src/commands/TestInvokeAuthorizerCommand.ts
index dc3a83a7463c..4b2d3a7cd89e 100644
--- a/clients/client-iot/src/commands/TestInvokeAuthorizerCommand.ts
+++ b/clients/client-iot/src/commands/TestInvokeAuthorizerCommand.ts
@@ -123,4 +123,16 @@ export class TestInvokeAuthorizerCommand extends $Command
.f(void 0, void 0)
.ser(se_TestInvokeAuthorizerCommand)
.de(de_TestInvokeAuthorizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TestInvokeAuthorizerRequest;
+ output: TestInvokeAuthorizerResponse;
+ };
+ sdk: {
+ input: TestInvokeAuthorizerCommandInput;
+ output: TestInvokeAuthorizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/TransferCertificateCommand.ts b/clients/client-iot/src/commands/TransferCertificateCommand.ts
index 71b5a4949390..36420cc8d3ee 100644
--- a/clients/client-iot/src/commands/TransferCertificateCommand.ts
+++ b/clients/client-iot/src/commands/TransferCertificateCommand.ts
@@ -112,4 +112,16 @@ export class TransferCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_TransferCertificateCommand)
.de(de_TransferCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TransferCertificateRequest;
+ output: TransferCertificateResponse;
+ };
+ sdk: {
+ input: TransferCertificateCommandInput;
+ output: TransferCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UntagResourceCommand.ts b/clients/client-iot/src/commands/UntagResourceCommand.ts
index 74ecd8a841b7..ad24932e6833 100644
--- a/clients/client-iot/src/commands/UntagResourceCommand.ts
+++ b/clients/client-iot/src/commands/UntagResourceCommand.ts
@@ -91,4 +91,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateAccountAuditConfigurationCommand.ts b/clients/client-iot/src/commands/UpdateAccountAuditConfigurationCommand.ts
index 779b571c1911..bbc6a39f4c7d 100644
--- a/clients/client-iot/src/commands/UpdateAccountAuditConfigurationCommand.ts
+++ b/clients/client-iot/src/commands/UpdateAccountAuditConfigurationCommand.ts
@@ -104,4 +104,16 @@ export class UpdateAccountAuditConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAccountAuditConfigurationCommand)
.de(de_UpdateAccountAuditConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAccountAuditConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateAccountAuditConfigurationCommandInput;
+ output: UpdateAccountAuditConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateAuditSuppressionCommand.ts b/clients/client-iot/src/commands/UpdateAuditSuppressionCommand.ts
index ff0546d3eb3c..11cc61000383 100644
--- a/clients/client-iot/src/commands/UpdateAuditSuppressionCommand.ts
+++ b/clients/client-iot/src/commands/UpdateAuditSuppressionCommand.ts
@@ -111,4 +111,16 @@ export class UpdateAuditSuppressionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAuditSuppressionCommand)
.de(de_UpdateAuditSuppressionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAuditSuppressionRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateAuditSuppressionCommandInput;
+ output: UpdateAuditSuppressionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateAuthorizerCommand.ts b/clients/client-iot/src/commands/UpdateAuthorizerCommand.ts
index dcacbde3de4c..e2b0c80912d7 100644
--- a/clients/client-iot/src/commands/UpdateAuthorizerCommand.ts
+++ b/clients/client-iot/src/commands/UpdateAuthorizerCommand.ts
@@ -107,4 +107,16 @@ export class UpdateAuthorizerCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAuthorizerCommand)
.de(de_UpdateAuthorizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAuthorizerRequest;
+ output: UpdateAuthorizerResponse;
+ };
+ sdk: {
+ input: UpdateAuthorizerCommandInput;
+ output: UpdateAuthorizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateBillingGroupCommand.ts b/clients/client-iot/src/commands/UpdateBillingGroupCommand.ts
index d34a77dd56f8..7e280f0baf24 100644
--- a/clients/client-iot/src/commands/UpdateBillingGroupCommand.ts
+++ b/clients/client-iot/src/commands/UpdateBillingGroupCommand.ts
@@ -99,4 +99,16 @@ export class UpdateBillingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateBillingGroupCommand)
.de(de_UpdateBillingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBillingGroupRequest;
+ output: UpdateBillingGroupResponse;
+ };
+ sdk: {
+ input: UpdateBillingGroupCommandInput;
+ output: UpdateBillingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateCACertificateCommand.ts b/clients/client-iot/src/commands/UpdateCACertificateCommand.ts
index da2b2cd6edd6..31f883c2215d 100644
--- a/clients/client-iot/src/commands/UpdateCACertificateCommand.ts
+++ b/clients/client-iot/src/commands/UpdateCACertificateCommand.ts
@@ -102,4 +102,16 @@ export class UpdateCACertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCACertificateCommand)
.de(de_UpdateCACertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCACertificateRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateCACertificateCommandInput;
+ output: UpdateCACertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateCertificateCommand.ts b/clients/client-iot/src/commands/UpdateCertificateCommand.ts
index 6abfc69b2727..b13114990894 100644
--- a/clients/client-iot/src/commands/UpdateCertificateCommand.ts
+++ b/clients/client-iot/src/commands/UpdateCertificateCommand.ts
@@ -104,4 +104,16 @@ export class UpdateCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCertificateCommand)
.de(de_UpdateCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCertificateRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateCertificateCommandInput;
+ output: UpdateCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateCertificateProviderCommand.ts b/clients/client-iot/src/commands/UpdateCertificateProviderCommand.ts
index f3166b6f2de4..dda6f7975f2b 100644
--- a/clients/client-iot/src/commands/UpdateCertificateProviderCommand.ts
+++ b/clients/client-iot/src/commands/UpdateCertificateProviderCommand.ts
@@ -102,4 +102,16 @@ export class UpdateCertificateProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCertificateProviderCommand)
.de(de_UpdateCertificateProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCertificateProviderRequest;
+ output: UpdateCertificateProviderResponse;
+ };
+ sdk: {
+ input: UpdateCertificateProviderCommandInput;
+ output: UpdateCertificateProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateCustomMetricCommand.ts b/clients/client-iot/src/commands/UpdateCustomMetricCommand.ts
index 09a7de2ea7a6..70e82d6dbaa0 100644
--- a/clients/client-iot/src/commands/UpdateCustomMetricCommand.ts
+++ b/clients/client-iot/src/commands/UpdateCustomMetricCommand.ts
@@ -97,4 +97,16 @@ export class UpdateCustomMetricCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCustomMetricCommand)
.de(de_UpdateCustomMetricCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCustomMetricRequest;
+ output: UpdateCustomMetricResponse;
+ };
+ sdk: {
+ input: UpdateCustomMetricCommandInput;
+ output: UpdateCustomMetricCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateDimensionCommand.ts b/clients/client-iot/src/commands/UpdateDimensionCommand.ts
index e5e6f00dd103..45a4ccb06054 100644
--- a/clients/client-iot/src/commands/UpdateDimensionCommand.ts
+++ b/clients/client-iot/src/commands/UpdateDimensionCommand.ts
@@ -105,4 +105,16 @@ export class UpdateDimensionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDimensionCommand)
.de(de_UpdateDimensionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDimensionRequest;
+ output: UpdateDimensionResponse;
+ };
+ sdk: {
+ input: UpdateDimensionCommandInput;
+ output: UpdateDimensionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateDomainConfigurationCommand.ts b/clients/client-iot/src/commands/UpdateDomainConfigurationCommand.ts
index 7c645d6317da..3724af07aee0 100644
--- a/clients/client-iot/src/commands/UpdateDomainConfigurationCommand.ts
+++ b/clients/client-iot/src/commands/UpdateDomainConfigurationCommand.ts
@@ -113,4 +113,16 @@ export class UpdateDomainConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDomainConfigurationCommand)
.de(de_UpdateDomainConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDomainConfigurationRequest;
+ output: UpdateDomainConfigurationResponse;
+ };
+ sdk: {
+ input: UpdateDomainConfigurationCommandInput;
+ output: UpdateDomainConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateDynamicThingGroupCommand.ts b/clients/client-iot/src/commands/UpdateDynamicThingGroupCommand.ts
index 93d1e68e3a65..b72f72535d22 100644
--- a/clients/client-iot/src/commands/UpdateDynamicThingGroupCommand.ts
+++ b/clients/client-iot/src/commands/UpdateDynamicThingGroupCommand.ts
@@ -111,4 +111,16 @@ export class UpdateDynamicThingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDynamicThingGroupCommand)
.de(de_UpdateDynamicThingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDynamicThingGroupRequest;
+ output: UpdateDynamicThingGroupResponse;
+ };
+ sdk: {
+ input: UpdateDynamicThingGroupCommandInput;
+ output: UpdateDynamicThingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateEventConfigurationsCommand.ts b/clients/client-iot/src/commands/UpdateEventConfigurationsCommand.ts
index f852ab0ba9fa..ea0a42eac653 100644
--- a/clients/client-iot/src/commands/UpdateEventConfigurationsCommand.ts
+++ b/clients/client-iot/src/commands/UpdateEventConfigurationsCommand.ts
@@ -89,4 +89,16 @@ export class UpdateEventConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEventConfigurationsCommand)
.de(de_UpdateEventConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEventConfigurationsRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateEventConfigurationsCommandInput;
+ output: UpdateEventConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateFleetMetricCommand.ts b/clients/client-iot/src/commands/UpdateFleetMetricCommand.ts
index 4bc332107c3f..9a5515ccc3d6 100644
--- a/clients/client-iot/src/commands/UpdateFleetMetricCommand.ts
+++ b/clients/client-iot/src/commands/UpdateFleetMetricCommand.ts
@@ -122,4 +122,16 @@ export class UpdateFleetMetricCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFleetMetricCommand)
.de(de_UpdateFleetMetricCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFleetMetricRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateFleetMetricCommandInput;
+ output: UpdateFleetMetricCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateIndexingConfigurationCommand.ts b/clients/client-iot/src/commands/UpdateIndexingConfigurationCommand.ts
index e323c6a56dc3..24594e4e2017 100644
--- a/clients/client-iot/src/commands/UpdateIndexingConfigurationCommand.ts
+++ b/clients/client-iot/src/commands/UpdateIndexingConfigurationCommand.ts
@@ -139,4 +139,16 @@ export class UpdateIndexingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateIndexingConfigurationCommand)
.de(de_UpdateIndexingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateIndexingConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateIndexingConfigurationCommandInput;
+ output: UpdateIndexingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateJobCommand.ts b/clients/client-iot/src/commands/UpdateJobCommand.ts
index f15e6e6a40b3..cdb28121c8d2 100644
--- a/clients/client-iot/src/commands/UpdateJobCommand.ts
+++ b/clients/client-iot/src/commands/UpdateJobCommand.ts
@@ -126,4 +126,16 @@ export class UpdateJobCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateJobCommand)
.de(de_UpdateJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateJobCommandInput;
+ output: UpdateJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateMitigationActionCommand.ts b/clients/client-iot/src/commands/UpdateMitigationActionCommand.ts
index 0c7e182a8e32..088c88b94248 100644
--- a/clients/client-iot/src/commands/UpdateMitigationActionCommand.ts
+++ b/clients/client-iot/src/commands/UpdateMitigationActionCommand.ts
@@ -116,4 +116,16 @@ export class UpdateMitigationActionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateMitigationActionCommand)
.de(de_UpdateMitigationActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMitigationActionRequest;
+ output: UpdateMitigationActionResponse;
+ };
+ sdk: {
+ input: UpdateMitigationActionCommandInput;
+ output: UpdateMitigationActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdatePackageCommand.ts b/clients/client-iot/src/commands/UpdatePackageCommand.ts
index 33f963c1c2d8..a1acf7d81006 100644
--- a/clients/client-iot/src/commands/UpdatePackageCommand.ts
+++ b/clients/client-iot/src/commands/UpdatePackageCommand.ts
@@ -100,4 +100,16 @@ export class UpdatePackageCommand extends $Command
.f(UpdatePackageRequestFilterSensitiveLog, void 0)
.ser(se_UpdatePackageCommand)
.de(de_UpdatePackageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePackageRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdatePackageCommandInput;
+ output: UpdatePackageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdatePackageConfigurationCommand.ts b/clients/client-iot/src/commands/UpdatePackageConfigurationCommand.ts
index 4d2168c392a1..cda17777d699 100644
--- a/clients/client-iot/src/commands/UpdatePackageConfigurationCommand.ts
+++ b/clients/client-iot/src/commands/UpdatePackageConfigurationCommand.ts
@@ -93,4 +93,16 @@ export class UpdatePackageConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePackageConfigurationCommand)
.de(de_UpdatePackageConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePackageConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdatePackageConfigurationCommandInput;
+ output: UpdatePackageConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdatePackageVersionCommand.ts b/clients/client-iot/src/commands/UpdatePackageVersionCommand.ts
index 039a9a8ece6f..e34e47ef9981 100644
--- a/clients/client-iot/src/commands/UpdatePackageVersionCommand.ts
+++ b/clients/client-iot/src/commands/UpdatePackageVersionCommand.ts
@@ -111,4 +111,16 @@ export class UpdatePackageVersionCommand extends $Command
.f(UpdatePackageVersionRequestFilterSensitiveLog, void 0)
.ser(se_UpdatePackageVersionCommand)
.de(de_UpdatePackageVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePackageVersionRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdatePackageVersionCommandInput;
+ output: UpdatePackageVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateProvisioningTemplateCommand.ts b/clients/client-iot/src/commands/UpdateProvisioningTemplateCommand.ts
index 8ddeab11c901..44f62690ecf0 100644
--- a/clients/client-iot/src/commands/UpdateProvisioningTemplateCommand.ts
+++ b/clients/client-iot/src/commands/UpdateProvisioningTemplateCommand.ts
@@ -101,4 +101,16 @@ export class UpdateProvisioningTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateProvisioningTemplateCommand)
.de(de_UpdateProvisioningTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateProvisioningTemplateRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateProvisioningTemplateCommandInput;
+ output: UpdateProvisioningTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateRoleAliasCommand.ts b/clients/client-iot/src/commands/UpdateRoleAliasCommand.ts
index df8e85628847..feab66af558d 100644
--- a/clients/client-iot/src/commands/UpdateRoleAliasCommand.ts
+++ b/clients/client-iot/src/commands/UpdateRoleAliasCommand.ts
@@ -99,4 +99,16 @@ export class UpdateRoleAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRoleAliasCommand)
.de(de_UpdateRoleAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRoleAliasRequest;
+ output: UpdateRoleAliasResponse;
+ };
+ sdk: {
+ input: UpdateRoleAliasCommandInput;
+ output: UpdateRoleAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateScheduledAuditCommand.ts b/clients/client-iot/src/commands/UpdateScheduledAuditCommand.ts
index 0f60ede3da96..4f673776d392 100644
--- a/clients/client-iot/src/commands/UpdateScheduledAuditCommand.ts
+++ b/clients/client-iot/src/commands/UpdateScheduledAuditCommand.ts
@@ -97,4 +97,16 @@ export class UpdateScheduledAuditCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateScheduledAuditCommand)
.de(de_UpdateScheduledAuditCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateScheduledAuditRequest;
+ output: UpdateScheduledAuditResponse;
+ };
+ sdk: {
+ input: UpdateScheduledAuditCommandInput;
+ output: UpdateScheduledAuditCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateSecurityProfileCommand.ts b/clients/client-iot/src/commands/UpdateSecurityProfileCommand.ts
index 94f13b5841b4..2d8396989599 100644
--- a/clients/client-iot/src/commands/UpdateSecurityProfileCommand.ts
+++ b/clients/client-iot/src/commands/UpdateSecurityProfileCommand.ts
@@ -232,4 +232,16 @@ export class UpdateSecurityProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSecurityProfileCommand)
.de(de_UpdateSecurityProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSecurityProfileRequest;
+ output: UpdateSecurityProfileResponse;
+ };
+ sdk: {
+ input: UpdateSecurityProfileCommandInput;
+ output: UpdateSecurityProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateStreamCommand.ts b/clients/client-iot/src/commands/UpdateStreamCommand.ts
index 5393c2bc9c1c..4140774bbe24 100644
--- a/clients/client-iot/src/commands/UpdateStreamCommand.ts
+++ b/clients/client-iot/src/commands/UpdateStreamCommand.ts
@@ -114,4 +114,16 @@ export class UpdateStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateStreamCommand)
.de(de_UpdateStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateStreamRequest;
+ output: UpdateStreamResponse;
+ };
+ sdk: {
+ input: UpdateStreamCommandInput;
+ output: UpdateStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateThingCommand.ts b/clients/client-iot/src/commands/UpdateThingCommand.ts
index 42a9ad5710b3..5fa0ca9a8e1a 100644
--- a/clients/client-iot/src/commands/UpdateThingCommand.ts
+++ b/clients/client-iot/src/commands/UpdateThingCommand.ts
@@ -108,4 +108,16 @@ export class UpdateThingCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateThingCommand)
.de(de_UpdateThingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateThingRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateThingCommandInput;
+ output: UpdateThingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateThingGroupCommand.ts b/clients/client-iot/src/commands/UpdateThingGroupCommand.ts
index 850187d408bf..bbfb6669a573 100644
--- a/clients/client-iot/src/commands/UpdateThingGroupCommand.ts
+++ b/clients/client-iot/src/commands/UpdateThingGroupCommand.ts
@@ -105,4 +105,16 @@ export class UpdateThingGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateThingGroupCommand)
.de(de_UpdateThingGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateThingGroupRequest;
+ output: UpdateThingGroupResponse;
+ };
+ sdk: {
+ input: UpdateThingGroupCommandInput;
+ output: UpdateThingGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateThingGroupsForThingCommand.ts b/clients/client-iot/src/commands/UpdateThingGroupsForThingCommand.ts
index 46cb9c9a8fb2..386c7e893457 100644
--- a/clients/client-iot/src/commands/UpdateThingGroupsForThingCommand.ts
+++ b/clients/client-iot/src/commands/UpdateThingGroupsForThingCommand.ts
@@ -95,4 +95,16 @@ export class UpdateThingGroupsForThingCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateThingGroupsForThingCommand)
.de(de_UpdateThingGroupsForThingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateThingGroupsForThingRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateThingGroupsForThingCommandInput;
+ output: UpdateThingGroupsForThingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/UpdateTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/UpdateTopicRuleDestinationCommand.ts
index faf98531eade..71c8c8f343da 100644
--- a/clients/client-iot/src/commands/UpdateTopicRuleDestinationCommand.ts
+++ b/clients/client-iot/src/commands/UpdateTopicRuleDestinationCommand.ts
@@ -94,4 +94,16 @@ export class UpdateTopicRuleDestinationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTopicRuleDestinationCommand)
.de(de_UpdateTopicRuleDestinationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTopicRuleDestinationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateTopicRuleDestinationCommandInput;
+ output: UpdateTopicRuleDestinationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iot/src/commands/ValidateSecurityProfileBehaviorsCommand.ts b/clients/client-iot/src/commands/ValidateSecurityProfileBehaviorsCommand.ts
index 94fd18cf1fce..8bff3ac88617 100644
--- a/clients/client-iot/src/commands/ValidateSecurityProfileBehaviorsCommand.ts
+++ b/clients/client-iot/src/commands/ValidateSecurityProfileBehaviorsCommand.ts
@@ -136,4 +136,16 @@ export class ValidateSecurityProfileBehaviorsCommand extends $Command
.f(void 0, void 0)
.ser(se_ValidateSecurityProfileBehaviorsCommand)
.de(de_ValidateSecurityProfileBehaviorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ValidateSecurityProfileBehaviorsRequest;
+ output: ValidateSecurityProfileBehaviorsResponse;
+ };
+ sdk: {
+ input: ValidateSecurityProfileBehaviorsCommandInput;
+ output: ValidateSecurityProfileBehaviorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/package.json b/clients/client-iotanalytics/package.json
index cba24da600cb..ab90918dbe12 100644
--- a/clients/client-iotanalytics/package.json
+++ b/clients/client-iotanalytics/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-iotanalytics/src/commands/BatchPutMessageCommand.ts b/clients/client-iotanalytics/src/commands/BatchPutMessageCommand.ts
index 795281d75c75..4b6df748ddae 100644
--- a/clients/client-iotanalytics/src/commands/BatchPutMessageCommand.ts
+++ b/clients/client-iotanalytics/src/commands/BatchPutMessageCommand.ts
@@ -104,4 +104,16 @@ export class BatchPutMessageCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchPutMessageCommand)
.de(de_BatchPutMessageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchPutMessageRequest;
+ output: BatchPutMessageResponse;
+ };
+ sdk: {
+ input: BatchPutMessageCommandInput;
+ output: BatchPutMessageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/CancelPipelineReprocessingCommand.ts b/clients/client-iotanalytics/src/commands/CancelPipelineReprocessingCommand.ts
index 5c364c5e1eb5..3e868b47ae1a 100644
--- a/clients/client-iotanalytics/src/commands/CancelPipelineReprocessingCommand.ts
+++ b/clients/client-iotanalytics/src/commands/CancelPipelineReprocessingCommand.ts
@@ -91,4 +91,16 @@ export class CancelPipelineReprocessingCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelPipelineReprocessingCommand)
.de(de_CancelPipelineReprocessingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelPipelineReprocessingRequest;
+ output: {};
+ };
+ sdk: {
+ input: CancelPipelineReprocessingCommandInput;
+ output: CancelPipelineReprocessingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/CreateChannelCommand.ts b/clients/client-iotanalytics/src/commands/CreateChannelCommand.ts
index d6d137773065..c8fd6ca94542 100644
--- a/clients/client-iotanalytics/src/commands/CreateChannelCommand.ts
+++ b/clients/client-iotanalytics/src/commands/CreateChannelCommand.ts
@@ -119,4 +119,16 @@ export class CreateChannelCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateChannelCommand)
.de(de_CreateChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateChannelRequest;
+ output: CreateChannelResponse;
+ };
+ sdk: {
+ input: CreateChannelCommandInput;
+ output: CreateChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/CreateDatasetCommand.ts b/clients/client-iotanalytics/src/commands/CreateDatasetCommand.ts
index 985d001df298..2f56649473af 100644
--- a/clients/client-iotanalytics/src/commands/CreateDatasetCommand.ts
+++ b/clients/client-iotanalytics/src/commands/CreateDatasetCommand.ts
@@ -195,4 +195,16 @@ export class CreateDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDatasetCommand)
.de(de_CreateDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDatasetRequest;
+ output: CreateDatasetResponse;
+ };
+ sdk: {
+ input: CreateDatasetCommandInput;
+ output: CreateDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/CreateDatasetContentCommand.ts b/clients/client-iotanalytics/src/commands/CreateDatasetContentCommand.ts
index 78d3a11edf3a..e0eec810684b 100644
--- a/clients/client-iotanalytics/src/commands/CreateDatasetContentCommand.ts
+++ b/clients/client-iotanalytics/src/commands/CreateDatasetContentCommand.ts
@@ -94,4 +94,16 @@ export class CreateDatasetContentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDatasetContentCommand)
.de(de_CreateDatasetContentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDatasetContentRequest;
+ output: CreateDatasetContentResponse;
+ };
+ sdk: {
+ input: CreateDatasetContentCommandInput;
+ output: CreateDatasetContentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/CreateDatastoreCommand.ts b/clients/client-iotanalytics/src/commands/CreateDatastoreCommand.ts
index 6d96d2b4b3a7..4bfeacecc507 100644
--- a/clients/client-iotanalytics/src/commands/CreateDatastoreCommand.ts
+++ b/clients/client-iotanalytics/src/commands/CreateDatastoreCommand.ts
@@ -150,4 +150,16 @@ export class CreateDatastoreCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDatastoreCommand)
.de(de_CreateDatastoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDatastoreRequest;
+ output: CreateDatastoreResponse;
+ };
+ sdk: {
+ input: CreateDatastoreCommandInput;
+ output: CreateDatastoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/CreatePipelineCommand.ts b/clients/client-iotanalytics/src/commands/CreatePipelineCommand.ts
index f0cd44ef9ee6..0c6dec77f7d5 100644
--- a/clients/client-iotanalytics/src/commands/CreatePipelineCommand.ts
+++ b/clients/client-iotanalytics/src/commands/CreatePipelineCommand.ts
@@ -170,4 +170,16 @@ export class CreatePipelineCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePipelineCommand)
.de(de_CreatePipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePipelineRequest;
+ output: CreatePipelineResponse;
+ };
+ sdk: {
+ input: CreatePipelineCommandInput;
+ output: CreatePipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/DeleteChannelCommand.ts b/clients/client-iotanalytics/src/commands/DeleteChannelCommand.ts
index d3fb931ce86d..b943b3615686 100644
--- a/clients/client-iotanalytics/src/commands/DeleteChannelCommand.ts
+++ b/clients/client-iotanalytics/src/commands/DeleteChannelCommand.ts
@@ -90,4 +90,16 @@ export class DeleteChannelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteChannelCommand)
.de(de_DeleteChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteChannelRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteChannelCommandInput;
+ output: DeleteChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/DeleteDatasetCommand.ts b/clients/client-iotanalytics/src/commands/DeleteDatasetCommand.ts
index 58d49b61937e..0cf2b2cc9249 100644
--- a/clients/client-iotanalytics/src/commands/DeleteDatasetCommand.ts
+++ b/clients/client-iotanalytics/src/commands/DeleteDatasetCommand.ts
@@ -92,4 +92,16 @@ export class DeleteDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDatasetCommand)
.de(de_DeleteDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDatasetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDatasetCommandInput;
+ output: DeleteDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/DeleteDatasetContentCommand.ts b/clients/client-iotanalytics/src/commands/DeleteDatasetContentCommand.ts
index 21070d781b41..c5ef000bcdac 100644
--- a/clients/client-iotanalytics/src/commands/DeleteDatasetContentCommand.ts
+++ b/clients/client-iotanalytics/src/commands/DeleteDatasetContentCommand.ts
@@ -91,4 +91,16 @@ export class DeleteDatasetContentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDatasetContentCommand)
.de(de_DeleteDatasetContentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDatasetContentRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDatasetContentCommandInput;
+ output: DeleteDatasetContentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/DeleteDatastoreCommand.ts b/clients/client-iotanalytics/src/commands/DeleteDatastoreCommand.ts
index adaea0618b1b..47abb91a1f11 100644
--- a/clients/client-iotanalytics/src/commands/DeleteDatastoreCommand.ts
+++ b/clients/client-iotanalytics/src/commands/DeleteDatastoreCommand.ts
@@ -90,4 +90,16 @@ export class DeleteDatastoreCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDatastoreCommand)
.de(de_DeleteDatastoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDatastoreRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDatastoreCommandInput;
+ output: DeleteDatastoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/DeletePipelineCommand.ts b/clients/client-iotanalytics/src/commands/DeletePipelineCommand.ts
index ecd80887e5cf..4b3fdf87775c 100644
--- a/clients/client-iotanalytics/src/commands/DeletePipelineCommand.ts
+++ b/clients/client-iotanalytics/src/commands/DeletePipelineCommand.ts
@@ -90,4 +90,16 @@ export class DeletePipelineCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePipelineCommand)
.de(de_DeletePipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePipelineRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePipelineCommandInput;
+ output: DeletePipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/DescribeChannelCommand.ts b/clients/client-iotanalytics/src/commands/DescribeChannelCommand.ts
index 9d50a7724bf6..af50ad4fca41 100644
--- a/clients/client-iotanalytics/src/commands/DescribeChannelCommand.ts
+++ b/clients/client-iotanalytics/src/commands/DescribeChannelCommand.ts
@@ -118,4 +118,16 @@ export class DescribeChannelCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeChannelCommand)
.de(de_DescribeChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeChannelRequest;
+ output: DescribeChannelResponse;
+ };
+ sdk: {
+ input: DescribeChannelCommandInput;
+ output: DescribeChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/DescribeDatasetCommand.ts b/clients/client-iotanalytics/src/commands/DescribeDatasetCommand.ts
index dcd929dd28d7..21fe8ec2d862 100644
--- a/clients/client-iotanalytics/src/commands/DescribeDatasetCommand.ts
+++ b/clients/client-iotanalytics/src/commands/DescribeDatasetCommand.ts
@@ -183,4 +183,16 @@ export class DescribeDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDatasetCommand)
.de(de_DescribeDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDatasetRequest;
+ output: DescribeDatasetResponse;
+ };
+ sdk: {
+ input: DescribeDatasetCommandInput;
+ output: DescribeDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/DescribeDatastoreCommand.ts b/clients/client-iotanalytics/src/commands/DescribeDatastoreCommand.ts
index fff7e45a31f9..5b6c91010854 100644
--- a/clients/client-iotanalytics/src/commands/DescribeDatastoreCommand.ts
+++ b/clients/client-iotanalytics/src/commands/DescribeDatastoreCommand.ts
@@ -150,4 +150,16 @@ export class DescribeDatastoreCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDatastoreCommand)
.de(de_DescribeDatastoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDatastoreRequest;
+ output: DescribeDatastoreResponse;
+ };
+ sdk: {
+ input: DescribeDatastoreCommandInput;
+ output: DescribeDatastoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/DescribeLoggingOptionsCommand.ts b/clients/client-iotanalytics/src/commands/DescribeLoggingOptionsCommand.ts
index ea5815379ed0..2ce58fedb8b8 100644
--- a/clients/client-iotanalytics/src/commands/DescribeLoggingOptionsCommand.ts
+++ b/clients/client-iotanalytics/src/commands/DescribeLoggingOptionsCommand.ts
@@ -94,4 +94,16 @@ export class DescribeLoggingOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLoggingOptionsCommand)
.de(de_DescribeLoggingOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeLoggingOptionsResponse;
+ };
+ sdk: {
+ input: DescribeLoggingOptionsCommandInput;
+ output: DescribeLoggingOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/DescribePipelineCommand.ts b/clients/client-iotanalytics/src/commands/DescribePipelineCommand.ts
index 23e48a46ce23..9cb8a5780eac 100644
--- a/clients/client-iotanalytics/src/commands/DescribePipelineCommand.ts
+++ b/clients/client-iotanalytics/src/commands/DescribePipelineCommand.ts
@@ -169,4 +169,16 @@ export class DescribePipelineCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePipelineCommand)
.de(de_DescribePipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePipelineRequest;
+ output: DescribePipelineResponse;
+ };
+ sdk: {
+ input: DescribePipelineCommandInput;
+ output: DescribePipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/GetDatasetContentCommand.ts b/clients/client-iotanalytics/src/commands/GetDatasetContentCommand.ts
index 3dd6a9bf5d84..4db963b0cf34 100644
--- a/clients/client-iotanalytics/src/commands/GetDatasetContentCommand.ts
+++ b/clients/client-iotanalytics/src/commands/GetDatasetContentCommand.ts
@@ -103,4 +103,16 @@ export class GetDatasetContentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDatasetContentCommand)
.de(de_GetDatasetContentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDatasetContentRequest;
+ output: GetDatasetContentResponse;
+ };
+ sdk: {
+ input: GetDatasetContentCommandInput;
+ output: GetDatasetContentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/ListChannelsCommand.ts b/clients/client-iotanalytics/src/commands/ListChannelsCommand.ts
index 4d081c30607e..1a4f0f73ea41 100644
--- a/clients/client-iotanalytics/src/commands/ListChannelsCommand.ts
+++ b/clients/client-iotanalytics/src/commands/ListChannelsCommand.ts
@@ -107,4 +107,16 @@ export class ListChannelsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListChannelsCommand)
.de(de_ListChannelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListChannelsRequest;
+ output: ListChannelsResponse;
+ };
+ sdk: {
+ input: ListChannelsCommandInput;
+ output: ListChannelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/ListDatasetContentsCommand.ts b/clients/client-iotanalytics/src/commands/ListDatasetContentsCommand.ts
index 8a695c4d34d5..6dffbfd3c69f 100644
--- a/clients/client-iotanalytics/src/commands/ListDatasetContentsCommand.ts
+++ b/clients/client-iotanalytics/src/commands/ListDatasetContentsCommand.ts
@@ -108,4 +108,16 @@ export class ListDatasetContentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDatasetContentsCommand)
.de(de_ListDatasetContentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDatasetContentsRequest;
+ output: ListDatasetContentsResponse;
+ };
+ sdk: {
+ input: ListDatasetContentsCommandInput;
+ output: ListDatasetContentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/ListDatasetsCommand.ts b/clients/client-iotanalytics/src/commands/ListDatasetsCommand.ts
index d9d0ca4b92d6..65c29601a2a4 100644
--- a/clients/client-iotanalytics/src/commands/ListDatasetsCommand.ts
+++ b/clients/client-iotanalytics/src/commands/ListDatasetsCommand.ts
@@ -114,4 +114,16 @@ export class ListDatasetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDatasetsCommand)
.de(de_ListDatasetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDatasetsRequest;
+ output: ListDatasetsResponse;
+ };
+ sdk: {
+ input: ListDatasetsCommandInput;
+ output: ListDatasetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/ListDatastoresCommand.ts b/clients/client-iotanalytics/src/commands/ListDatastoresCommand.ts
index eb2d3b9d27ac..b1096ccd6c34 100644
--- a/clients/client-iotanalytics/src/commands/ListDatastoresCommand.ts
+++ b/clients/client-iotanalytics/src/commands/ListDatastoresCommand.ts
@@ -127,4 +127,16 @@ export class ListDatastoresCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDatastoresCommand)
.de(de_ListDatastoresCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDatastoresRequest;
+ output: ListDatastoresResponse;
+ };
+ sdk: {
+ input: ListDatastoresCommandInput;
+ output: ListDatastoresCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/ListPipelinesCommand.ts b/clients/client-iotanalytics/src/commands/ListPipelinesCommand.ts
index 0b1e77e08bc1..2d265df69b7e 100644
--- a/clients/client-iotanalytics/src/commands/ListPipelinesCommand.ts
+++ b/clients/client-iotanalytics/src/commands/ListPipelinesCommand.ts
@@ -104,4 +104,16 @@ export class ListPipelinesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPipelinesCommand)
.de(de_ListPipelinesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPipelinesRequest;
+ output: ListPipelinesResponse;
+ };
+ sdk: {
+ input: ListPipelinesCommandInput;
+ output: ListPipelinesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotanalytics/src/commands/ListTagsForResourceCommand.ts
index 42a1044f72c5..32fd25c8f614 100644
--- a/clients/client-iotanalytics/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-iotanalytics/src/commands/ListTagsForResourceCommand.ts
@@ -100,4 +100,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/PutLoggingOptionsCommand.ts b/clients/client-iotanalytics/src/commands/PutLoggingOptionsCommand.ts
index cc7a627575c1..1f56a8d15b4f 100644
--- a/clients/client-iotanalytics/src/commands/PutLoggingOptionsCommand.ts
+++ b/clients/client-iotanalytics/src/commands/PutLoggingOptionsCommand.ts
@@ -95,4 +95,16 @@ export class PutLoggingOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutLoggingOptionsCommand)
.de(de_PutLoggingOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutLoggingOptionsRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutLoggingOptionsCommandInput;
+ output: PutLoggingOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/RunPipelineActivityCommand.ts b/clients/client-iotanalytics/src/commands/RunPipelineActivityCommand.ts
index 9f43a8a78c46..ead2ff050fc1 100644
--- a/clients/client-iotanalytics/src/commands/RunPipelineActivityCommand.ts
+++ b/clients/client-iotanalytics/src/commands/RunPipelineActivityCommand.ts
@@ -157,4 +157,16 @@ export class RunPipelineActivityCommand extends $Command
.f(void 0, void 0)
.ser(se_RunPipelineActivityCommand)
.de(de_RunPipelineActivityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RunPipelineActivityRequest;
+ output: RunPipelineActivityResponse;
+ };
+ sdk: {
+ input: RunPipelineActivityCommandInput;
+ output: RunPipelineActivityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/SampleChannelDataCommand.ts b/clients/client-iotanalytics/src/commands/SampleChannelDataCommand.ts
index 8317736ea015..cbc17a668d09 100644
--- a/clients/client-iotanalytics/src/commands/SampleChannelDataCommand.ts
+++ b/clients/client-iotanalytics/src/commands/SampleChannelDataCommand.ts
@@ -98,4 +98,16 @@ export class SampleChannelDataCommand extends $Command
.f(void 0, void 0)
.ser(se_SampleChannelDataCommand)
.de(de_SampleChannelDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SampleChannelDataRequest;
+ output: SampleChannelDataResponse;
+ };
+ sdk: {
+ input: SampleChannelDataCommandInput;
+ output: SampleChannelDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/StartPipelineReprocessingCommand.ts b/clients/client-iotanalytics/src/commands/StartPipelineReprocessingCommand.ts
index 2decbb75fd05..cea77c6f358b 100644
--- a/clients/client-iotanalytics/src/commands/StartPipelineReprocessingCommand.ts
+++ b/clients/client-iotanalytics/src/commands/StartPipelineReprocessingCommand.ts
@@ -102,4 +102,16 @@ export class StartPipelineReprocessingCommand extends $Command
.f(void 0, void 0)
.ser(se_StartPipelineReprocessingCommand)
.de(de_StartPipelineReprocessingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartPipelineReprocessingRequest;
+ output: StartPipelineReprocessingResponse;
+ };
+ sdk: {
+ input: StartPipelineReprocessingCommandInput;
+ output: StartPipelineReprocessingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/TagResourceCommand.ts b/clients/client-iotanalytics/src/commands/TagResourceCommand.ts
index 5cd6d15981ad..1e53e18d3185 100644
--- a/clients/client-iotanalytics/src/commands/TagResourceCommand.ts
+++ b/clients/client-iotanalytics/src/commands/TagResourceCommand.ts
@@ -100,4 +100,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/UntagResourceCommand.ts b/clients/client-iotanalytics/src/commands/UntagResourceCommand.ts
index 453b2b6ac46a..50d25587303b 100644
--- a/clients/client-iotanalytics/src/commands/UntagResourceCommand.ts
+++ b/clients/client-iotanalytics/src/commands/UntagResourceCommand.ts
@@ -96,4 +96,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/UpdateChannelCommand.ts b/clients/client-iotanalytics/src/commands/UpdateChannelCommand.ts
index 53fa056a7044..3d0ca50d65e6 100644
--- a/clients/client-iotanalytics/src/commands/UpdateChannelCommand.ts
+++ b/clients/client-iotanalytics/src/commands/UpdateChannelCommand.ts
@@ -102,4 +102,16 @@ export class UpdateChannelCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateChannelCommand)
.de(de_UpdateChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateChannelRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateChannelCommandInput;
+ output: UpdateChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/UpdateDatasetCommand.ts b/clients/client-iotanalytics/src/commands/UpdateDatasetCommand.ts
index f00b83fc2591..c48fdb2d61c1 100644
--- a/clients/client-iotanalytics/src/commands/UpdateDatasetCommand.ts
+++ b/clients/client-iotanalytics/src/commands/UpdateDatasetCommand.ts
@@ -175,4 +175,16 @@ export class UpdateDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDatasetCommand)
.de(de_UpdateDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDatasetRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDatasetCommandInput;
+ output: UpdateDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/UpdateDatastoreCommand.ts b/clients/client-iotanalytics/src/commands/UpdateDatastoreCommand.ts
index 0172608de627..a8e185c46fcc 100644
--- a/clients/client-iotanalytics/src/commands/UpdateDatastoreCommand.ts
+++ b/clients/client-iotanalytics/src/commands/UpdateDatastoreCommand.ts
@@ -121,4 +121,16 @@ export class UpdateDatastoreCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDatastoreCommand)
.de(de_UpdateDatastoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDatastoreRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDatastoreCommandInput;
+ output: UpdateDatastoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotanalytics/src/commands/UpdatePipelineCommand.ts b/clients/client-iotanalytics/src/commands/UpdatePipelineCommand.ts
index 8ffe568d0ad7..4f139321697d 100644
--- a/clients/client-iotanalytics/src/commands/UpdatePipelineCommand.ts
+++ b/clients/client-iotanalytics/src/commands/UpdatePipelineCommand.ts
@@ -160,4 +160,16 @@ export class UpdatePipelineCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePipelineCommand)
.de(de_UpdatePipelineCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePipelineRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdatePipelineCommandInput;
+ output: UpdatePipelineCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotdeviceadvisor/package.json b/clients/client-iotdeviceadvisor/package.json
index 79b2badbc1fb..20cf98452d85 100644
--- a/clients/client-iotdeviceadvisor/package.json
+++ b/clients/client-iotdeviceadvisor/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-iotdeviceadvisor/src/commands/CreateSuiteDefinitionCommand.ts b/clients/client-iotdeviceadvisor/src/commands/CreateSuiteDefinitionCommand.ts
index 04452408a057..d0c015cd301a 100644
--- a/clients/client-iotdeviceadvisor/src/commands/CreateSuiteDefinitionCommand.ts
+++ b/clients/client-iotdeviceadvisor/src/commands/CreateSuiteDefinitionCommand.ts
@@ -104,4 +104,16 @@ export class CreateSuiteDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSuiteDefinitionCommand)
.de(de_CreateSuiteDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSuiteDefinitionRequest;
+ output: CreateSuiteDefinitionResponse;
+ };
+ sdk: {
+ input: CreateSuiteDefinitionCommandInput;
+ output: CreateSuiteDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotdeviceadvisor/src/commands/DeleteSuiteDefinitionCommand.ts b/clients/client-iotdeviceadvisor/src/commands/DeleteSuiteDefinitionCommand.ts
index 6fe3ed7e3862..ba5b59d07078 100644
--- a/clients/client-iotdeviceadvisor/src/commands/DeleteSuiteDefinitionCommand.ts
+++ b/clients/client-iotdeviceadvisor/src/commands/DeleteSuiteDefinitionCommand.ts
@@ -82,4 +82,16 @@ export class DeleteSuiteDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSuiteDefinitionCommand)
.de(de_DeleteSuiteDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSuiteDefinitionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSuiteDefinitionCommandInput;
+ output: DeleteSuiteDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotdeviceadvisor/src/commands/GetEndpointCommand.ts b/clients/client-iotdeviceadvisor/src/commands/GetEndpointCommand.ts
index 860006ff25ee..c85c16136582 100644
--- a/clients/client-iotdeviceadvisor/src/commands/GetEndpointCommand.ts
+++ b/clients/client-iotdeviceadvisor/src/commands/GetEndpointCommand.ts
@@ -89,4 +89,16 @@ export class GetEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEndpointCommand)
.de(de_GetEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEndpointRequest;
+ output: GetEndpointResponse;
+ };
+ sdk: {
+ input: GetEndpointCommandInput;
+ output: GetEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotdeviceadvisor/src/commands/GetSuiteDefinitionCommand.ts b/clients/client-iotdeviceadvisor/src/commands/GetSuiteDefinitionCommand.ts
index 62be1f4b25eb..62073b87f686 100644
--- a/clients/client-iotdeviceadvisor/src/commands/GetSuiteDefinitionCommand.ts
+++ b/clients/client-iotdeviceadvisor/src/commands/GetSuiteDefinitionCommand.ts
@@ -111,4 +111,16 @@ export class GetSuiteDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSuiteDefinitionCommand)
.de(de_GetSuiteDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSuiteDefinitionRequest;
+ output: GetSuiteDefinitionResponse;
+ };
+ sdk: {
+ input: GetSuiteDefinitionCommandInput;
+ output: GetSuiteDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunCommand.ts b/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunCommand.ts
index b1d62f4e9e72..49cbfdc1b274 100644
--- a/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunCommand.ts
+++ b/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunCommand.ts
@@ -139,4 +139,16 @@ export class GetSuiteRunCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSuiteRunCommand)
.de(de_GetSuiteRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSuiteRunRequest;
+ output: GetSuiteRunResponse;
+ };
+ sdk: {
+ input: GetSuiteRunCommandInput;
+ output: GetSuiteRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunReportCommand.ts b/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunReportCommand.ts
index a4baaafab581..29d42b3bc54d 100644
--- a/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunReportCommand.ts
+++ b/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunReportCommand.ts
@@ -88,4 +88,16 @@ export class GetSuiteRunReportCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSuiteRunReportCommand)
.de(de_GetSuiteRunReportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSuiteRunReportRequest;
+ output: GetSuiteRunReportResponse;
+ };
+ sdk: {
+ input: GetSuiteRunReportCommandInput;
+ output: GetSuiteRunReportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotdeviceadvisor/src/commands/ListSuiteDefinitionsCommand.ts b/clients/client-iotdeviceadvisor/src/commands/ListSuiteDefinitionsCommand.ts
index 55d9af53fe83..74454ea233cd 100644
--- a/clients/client-iotdeviceadvisor/src/commands/ListSuiteDefinitionsCommand.ts
+++ b/clients/client-iotdeviceadvisor/src/commands/ListSuiteDefinitionsCommand.ts
@@ -102,4 +102,16 @@ export class ListSuiteDefinitionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSuiteDefinitionsCommand)
.de(de_ListSuiteDefinitionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSuiteDefinitionsRequest;
+ output: ListSuiteDefinitionsResponse;
+ };
+ sdk: {
+ input: ListSuiteDefinitionsCommandInput;
+ output: ListSuiteDefinitionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotdeviceadvisor/src/commands/ListSuiteRunsCommand.ts b/clients/client-iotdeviceadvisor/src/commands/ListSuiteRunsCommand.ts
index 852349bf2cb4..1ae9007dde90 100644
--- a/clients/client-iotdeviceadvisor/src/commands/ListSuiteRunsCommand.ts
+++ b/clients/client-iotdeviceadvisor/src/commands/ListSuiteRunsCommand.ts
@@ -102,4 +102,16 @@ export class ListSuiteRunsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSuiteRunsCommand)
.de(de_ListSuiteRunsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSuiteRunsRequest;
+ output: ListSuiteRunsResponse;
+ };
+ sdk: {
+ input: ListSuiteRunsCommandInput;
+ output: ListSuiteRunsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotdeviceadvisor/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotdeviceadvisor/src/commands/ListTagsForResourceCommand.ts
index 701d74cbff90..062b1fd7c4d8 100644
--- a/clients/client-iotdeviceadvisor/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-iotdeviceadvisor/src/commands/ListTagsForResourceCommand.ts
@@ -89,4 +89,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotdeviceadvisor/src/commands/StartSuiteRunCommand.ts b/clients/client-iotdeviceadvisor/src/commands/StartSuiteRunCommand.ts
index 2dd0dd24ee10..c023d1a60637 100644
--- a/clients/client-iotdeviceadvisor/src/commands/StartSuiteRunCommand.ts
+++ b/clients/client-iotdeviceadvisor/src/commands/StartSuiteRunCommand.ts
@@ -105,4 +105,16 @@ export class StartSuiteRunCommand extends $Command
.f(void 0, void 0)
.ser(se_StartSuiteRunCommand)
.de(de_StartSuiteRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartSuiteRunRequest;
+ output: StartSuiteRunResponse;
+ };
+ sdk: {
+ input: StartSuiteRunCommandInput;
+ output: StartSuiteRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotdeviceadvisor/src/commands/StopSuiteRunCommand.ts b/clients/client-iotdeviceadvisor/src/commands/StopSuiteRunCommand.ts
index 52264dad5657..d96d8e015eef 100644
--- a/clients/client-iotdeviceadvisor/src/commands/StopSuiteRunCommand.ts
+++ b/clients/client-iotdeviceadvisor/src/commands/StopSuiteRunCommand.ts
@@ -86,4 +86,16 @@ export class StopSuiteRunCommand extends $Command
.f(void 0, void 0)
.ser(se_StopSuiteRunCommand)
.de(de_StopSuiteRunCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopSuiteRunRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopSuiteRunCommandInput;
+ output: StopSuiteRunCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotdeviceadvisor/src/commands/TagResourceCommand.ts b/clients/client-iotdeviceadvisor/src/commands/TagResourceCommand.ts
index 99cdf3014ddc..fa36911432e9 100644
--- a/clients/client-iotdeviceadvisor/src/commands/TagResourceCommand.ts
+++ b/clients/client-iotdeviceadvisor/src/commands/TagResourceCommand.ts
@@ -88,4 +88,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotdeviceadvisor/src/commands/UntagResourceCommand.ts b/clients/client-iotdeviceadvisor/src/commands/UntagResourceCommand.ts
index 57f6ad7c40e4..fe3f8fbd143e 100644
--- a/clients/client-iotdeviceadvisor/src/commands/UntagResourceCommand.ts
+++ b/clients/client-iotdeviceadvisor/src/commands/UntagResourceCommand.ts
@@ -88,4 +88,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotdeviceadvisor/src/commands/UpdateSuiteDefinitionCommand.ts b/clients/client-iotdeviceadvisor/src/commands/UpdateSuiteDefinitionCommand.ts
index 3ff5fef0e2a5..31c9426e6083 100644
--- a/clients/client-iotdeviceadvisor/src/commands/UpdateSuiteDefinitionCommand.ts
+++ b/clients/client-iotdeviceadvisor/src/commands/UpdateSuiteDefinitionCommand.ts
@@ -104,4 +104,16 @@ export class UpdateSuiteDefinitionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSuiteDefinitionCommand)
.de(de_UpdateSuiteDefinitionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSuiteDefinitionRequest;
+ output: UpdateSuiteDefinitionResponse;
+ };
+ sdk: {
+ input: UpdateSuiteDefinitionCommandInput;
+ output: UpdateSuiteDefinitionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleethub/package.json b/clients/client-iotfleethub/package.json
index 2c1fd4f97c9a..77825ddfeecd 100644
--- a/clients/client-iotfleethub/package.json
+++ b/clients/client-iotfleethub/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-iotfleethub/src/commands/CreateApplicationCommand.ts b/clients/client-iotfleethub/src/commands/CreateApplicationCommand.ts
index 3ffed7a75fa0..f6232f726008 100644
--- a/clients/client-iotfleethub/src/commands/CreateApplicationCommand.ts
+++ b/clients/client-iotfleethub/src/commands/CreateApplicationCommand.ts
@@ -100,4 +100,16 @@ export class CreateApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateApplicationCommand)
.de(de_CreateApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateApplicationRequest;
+ output: CreateApplicationResponse;
+ };
+ sdk: {
+ input: CreateApplicationCommandInput;
+ output: CreateApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleethub/src/commands/DeleteApplicationCommand.ts b/clients/client-iotfleethub/src/commands/DeleteApplicationCommand.ts
index 56eb2ac30a42..69a3d4dac62e 100644
--- a/clients/client-iotfleethub/src/commands/DeleteApplicationCommand.ts
+++ b/clients/client-iotfleethub/src/commands/DeleteApplicationCommand.ts
@@ -88,4 +88,16 @@ export class DeleteApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApplicationCommand)
.de(de_DeleteApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApplicationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApplicationCommandInput;
+ output: DeleteApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleethub/src/commands/DescribeApplicationCommand.ts b/clients/client-iotfleethub/src/commands/DescribeApplicationCommand.ts
index 03e1a53daeeb..8bd5adea313d 100644
--- a/clients/client-iotfleethub/src/commands/DescribeApplicationCommand.ts
+++ b/clients/client-iotfleethub/src/commands/DescribeApplicationCommand.ts
@@ -102,4 +102,16 @@ export class DescribeApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeApplicationCommand)
.de(de_DescribeApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeApplicationRequest;
+ output: DescribeApplicationResponse;
+ };
+ sdk: {
+ input: DescribeApplicationCommandInput;
+ output: DescribeApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleethub/src/commands/ListApplicationsCommand.ts b/clients/client-iotfleethub/src/commands/ListApplicationsCommand.ts
index 2d8d4bc1eea8..a04fbc1b7b88 100644
--- a/clients/client-iotfleethub/src/commands/ListApplicationsCommand.ts
+++ b/clients/client-iotfleethub/src/commands/ListApplicationsCommand.ts
@@ -97,4 +97,16 @@ export class ListApplicationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListApplicationsCommand)
.de(de_ListApplicationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListApplicationsRequest;
+ output: ListApplicationsResponse;
+ };
+ sdk: {
+ input: ListApplicationsCommandInput;
+ output: ListApplicationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleethub/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotfleethub/src/commands/ListTagsForResourceCommand.ts
index 5a31a024eb44..c86d1a3d9bae 100644
--- a/clients/client-iotfleethub/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-iotfleethub/src/commands/ListTagsForResourceCommand.ts
@@ -88,4 +88,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleethub/src/commands/TagResourceCommand.ts b/clients/client-iotfleethub/src/commands/TagResourceCommand.ts
index e7791ceaf133..6b75df997b36 100644
--- a/clients/client-iotfleethub/src/commands/TagResourceCommand.ts
+++ b/clients/client-iotfleethub/src/commands/TagResourceCommand.ts
@@ -87,4 +87,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleethub/src/commands/UntagResourceCommand.ts b/clients/client-iotfleethub/src/commands/UntagResourceCommand.ts
index 816fc5618549..0c21a278d51b 100644
--- a/clients/client-iotfleethub/src/commands/UntagResourceCommand.ts
+++ b/clients/client-iotfleethub/src/commands/UntagResourceCommand.ts
@@ -87,4 +87,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleethub/src/commands/UpdateApplicationCommand.ts b/clients/client-iotfleethub/src/commands/UpdateApplicationCommand.ts
index 7c00b12cee92..b525f14a48f5 100644
--- a/clients/client-iotfleethub/src/commands/UpdateApplicationCommand.ts
+++ b/clients/client-iotfleethub/src/commands/UpdateApplicationCommand.ts
@@ -93,4 +93,16 @@ export class UpdateApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateApplicationCommand)
.de(de_UpdateApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApplicationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateApplicationCommandInput;
+ output: UpdateApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/package.json b/clients/client-iotfleetwise/package.json
index a37dba640142..a13d7c60b7a0 100644
--- a/clients/client-iotfleetwise/package.json
+++ b/clients/client-iotfleetwise/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-iotfleetwise/src/commands/AssociateVehicleFleetCommand.ts b/clients/client-iotfleetwise/src/commands/AssociateVehicleFleetCommand.ts
index 12f162b76210..bfe92c018fdb 100644
--- a/clients/client-iotfleetwise/src/commands/AssociateVehicleFleetCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/AssociateVehicleFleetCommand.ts
@@ -94,4 +94,16 @@ export class AssociateVehicleFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateVehicleFleetCommand)
.de(de_AssociateVehicleFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateVehicleFleetRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateVehicleFleetCommandInput;
+ output: AssociateVehicleFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/BatchCreateVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/BatchCreateVehicleCommand.ts
index 7a74cf918620..40e94c482399 100644
--- a/clients/client-iotfleetwise/src/commands/BatchCreateVehicleCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/BatchCreateVehicleCommand.ts
@@ -127,4 +127,16 @@ export class BatchCreateVehicleCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchCreateVehicleCommand)
.de(de_BatchCreateVehicleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchCreateVehicleRequest;
+ output: BatchCreateVehicleResponse;
+ };
+ sdk: {
+ input: BatchCreateVehicleCommandInput;
+ output: BatchCreateVehicleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/BatchUpdateVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/BatchUpdateVehicleCommand.ts
index 0518e9323020..53728f0362ac 100644
--- a/clients/client-iotfleetwise/src/commands/BatchUpdateVehicleCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/BatchUpdateVehicleCommand.ts
@@ -117,4 +117,16 @@ export class BatchUpdateVehicleCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchUpdateVehicleCommand)
.de(de_BatchUpdateVehicleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchUpdateVehicleRequest;
+ output: BatchUpdateVehicleResponse;
+ };
+ sdk: {
+ input: BatchUpdateVehicleCommandInput;
+ output: BatchUpdateVehicleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/CreateCampaignCommand.ts b/clients/client-iotfleetwise/src/commands/CreateCampaignCommand.ts
index 4a00a644020a..cce2d05a7f09 100644
--- a/clients/client-iotfleetwise/src/commands/CreateCampaignCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/CreateCampaignCommand.ts
@@ -156,4 +156,16 @@ export class CreateCampaignCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCampaignCommand)
.de(de_CreateCampaignCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCampaignRequest;
+ output: CreateCampaignResponse;
+ };
+ sdk: {
+ input: CreateCampaignCommandInput;
+ output: CreateCampaignCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/CreateDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/CreateDecoderManifestCommand.ts
index a94233f2e5fd..52263f36e47a 100644
--- a/clients/client-iotfleetwise/src/commands/CreateDecoderManifestCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/CreateDecoderManifestCommand.ts
@@ -224,4 +224,16 @@ export class CreateDecoderManifestCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDecoderManifestCommand)
.de(de_CreateDecoderManifestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDecoderManifestRequest;
+ output: CreateDecoderManifestResponse;
+ };
+ sdk: {
+ input: CreateDecoderManifestCommandInput;
+ output: CreateDecoderManifestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/CreateFleetCommand.ts b/clients/client-iotfleetwise/src/commands/CreateFleetCommand.ts
index a433f8c9d803..eddf69908bfa 100644
--- a/clients/client-iotfleetwise/src/commands/CreateFleetCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/CreateFleetCommand.ts
@@ -115,4 +115,16 @@ export class CreateFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFleetCommand)
.de(de_CreateFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFleetRequest;
+ output: CreateFleetResponse;
+ };
+ sdk: {
+ input: CreateFleetCommandInput;
+ output: CreateFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/CreateModelManifestCommand.ts b/clients/client-iotfleetwise/src/commands/CreateModelManifestCommand.ts
index 434c6da87181..5ed039dac6b3 100644
--- a/clients/client-iotfleetwise/src/commands/CreateModelManifestCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/CreateModelManifestCommand.ts
@@ -117,4 +117,16 @@ export class CreateModelManifestCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateModelManifestCommand)
.de(de_CreateModelManifestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateModelManifestRequest;
+ output: CreateModelManifestResponse;
+ };
+ sdk: {
+ input: CreateModelManifestCommandInput;
+ output: CreateModelManifestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/CreateSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/CreateSignalCatalogCommand.ts
index a9ac5dd395c7..df6b318dd581 100644
--- a/clients/client-iotfleetwise/src/commands/CreateSignalCatalogCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/CreateSignalCatalogCommand.ts
@@ -181,4 +181,16 @@ export class CreateSignalCatalogCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSignalCatalogCommand)
.de(de_CreateSignalCatalogCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSignalCatalogRequest;
+ output: CreateSignalCatalogResponse;
+ };
+ sdk: {
+ input: CreateSignalCatalogCommandInput;
+ output: CreateSignalCatalogCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/CreateVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/CreateVehicleCommand.ts
index 958c34fca4a1..518ca9318bb3 100644
--- a/clients/client-iotfleetwise/src/commands/CreateVehicleCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/CreateVehicleCommand.ts
@@ -121,4 +121,16 @@ export class CreateVehicleCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVehicleCommand)
.de(de_CreateVehicleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVehicleRequest;
+ output: CreateVehicleResponse;
+ };
+ sdk: {
+ input: CreateVehicleCommandInput;
+ output: CreateVehicleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/DeleteCampaignCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteCampaignCommand.ts
index 2962d897ebc0..1a2bae796f88 100644
--- a/clients/client-iotfleetwise/src/commands/DeleteCampaignCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/DeleteCampaignCommand.ts
@@ -94,4 +94,16 @@ export class DeleteCampaignCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCampaignCommand)
.de(de_DeleteCampaignCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCampaignRequest;
+ output: DeleteCampaignResponse;
+ };
+ sdk: {
+ input: DeleteCampaignCommandInput;
+ output: DeleteCampaignCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/DeleteDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteDecoderManifestCommand.ts
index 5a588b6ce4ed..9283cdf52930 100644
--- a/clients/client-iotfleetwise/src/commands/DeleteDecoderManifestCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/DeleteDecoderManifestCommand.ts
@@ -99,4 +99,16 @@ export class DeleteDecoderManifestCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDecoderManifestCommand)
.de(de_DeleteDecoderManifestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDecoderManifestRequest;
+ output: DeleteDecoderManifestResponse;
+ };
+ sdk: {
+ input: DeleteDecoderManifestCommandInput;
+ output: DeleteDecoderManifestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/DeleteFleetCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteFleetCommand.ts
index 6842d4a364ed..78699278ef27 100644
--- a/clients/client-iotfleetwise/src/commands/DeleteFleetCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/DeleteFleetCommand.ts
@@ -96,4 +96,16 @@ export class DeleteFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFleetCommand)
.de(de_DeleteFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFleetRequest;
+ output: DeleteFleetResponse;
+ };
+ sdk: {
+ input: DeleteFleetCommandInput;
+ output: DeleteFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/DeleteModelManifestCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteModelManifestCommand.ts
index f498238973ae..0bc7baa290c0 100644
--- a/clients/client-iotfleetwise/src/commands/DeleteModelManifestCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/DeleteModelManifestCommand.ts
@@ -98,4 +98,16 @@ export class DeleteModelManifestCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteModelManifestCommand)
.de(de_DeleteModelManifestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteModelManifestRequest;
+ output: DeleteModelManifestResponse;
+ };
+ sdk: {
+ input: DeleteModelManifestCommandInput;
+ output: DeleteModelManifestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/DeleteSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteSignalCatalogCommand.ts
index 1a363d36ae6c..3e1ef980ca19 100644
--- a/clients/client-iotfleetwise/src/commands/DeleteSignalCatalogCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/DeleteSignalCatalogCommand.ts
@@ -98,4 +98,16 @@ export class DeleteSignalCatalogCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSignalCatalogCommand)
.de(de_DeleteSignalCatalogCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSignalCatalogRequest;
+ output: DeleteSignalCatalogResponse;
+ };
+ sdk: {
+ input: DeleteSignalCatalogCommandInput;
+ output: DeleteSignalCatalogCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/DeleteVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteVehicleCommand.ts
index 6ac7a450b4da..ab9a633209f3 100644
--- a/clients/client-iotfleetwise/src/commands/DeleteVehicleCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/DeleteVehicleCommand.ts
@@ -94,4 +94,16 @@ export class DeleteVehicleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVehicleCommand)
.de(de_DeleteVehicleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVehicleRequest;
+ output: DeleteVehicleResponse;
+ };
+ sdk: {
+ input: DeleteVehicleCommandInput;
+ output: DeleteVehicleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/DisassociateVehicleFleetCommand.ts b/clients/client-iotfleetwise/src/commands/DisassociateVehicleFleetCommand.ts
index 97e182c95650..35a542572354 100644
--- a/clients/client-iotfleetwise/src/commands/DisassociateVehicleFleetCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/DisassociateVehicleFleetCommand.ts
@@ -96,4 +96,16 @@ export class DisassociateVehicleFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateVehicleFleetCommand)
.de(de_DisassociateVehicleFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateVehicleFleetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateVehicleFleetCommandInput;
+ output: DisassociateVehicleFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/GetCampaignCommand.ts b/clients/client-iotfleetwise/src/commands/GetCampaignCommand.ts
index 69a2686c40bc..e4cfdf7c3cd9 100644
--- a/clients/client-iotfleetwise/src/commands/GetCampaignCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/GetCampaignCommand.ts
@@ -141,4 +141,16 @@ export class GetCampaignCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCampaignCommand)
.de(de_GetCampaignCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCampaignRequest;
+ output: GetCampaignResponse;
+ };
+ sdk: {
+ input: GetCampaignCommandInput;
+ output: GetCampaignCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/GetDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/GetDecoderManifestCommand.ts
index 0b0c58488830..8b9d1b2400d6 100644
--- a/clients/client-iotfleetwise/src/commands/GetDecoderManifestCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/GetDecoderManifestCommand.ts
@@ -99,4 +99,16 @@ export class GetDecoderManifestCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDecoderManifestCommand)
.de(de_GetDecoderManifestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDecoderManifestRequest;
+ output: GetDecoderManifestResponse;
+ };
+ sdk: {
+ input: GetDecoderManifestCommandInput;
+ output: GetDecoderManifestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/GetEncryptionConfigurationCommand.ts b/clients/client-iotfleetwise/src/commands/GetEncryptionConfigurationCommand.ts
index b213cbd49a7b..6bee76a5b1e7 100644
--- a/clients/client-iotfleetwise/src/commands/GetEncryptionConfigurationCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/GetEncryptionConfigurationCommand.ts
@@ -95,4 +95,16 @@ export class GetEncryptionConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEncryptionConfigurationCommand)
.de(de_GetEncryptionConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetEncryptionConfigurationResponse;
+ };
+ sdk: {
+ input: GetEncryptionConfigurationCommandInput;
+ output: GetEncryptionConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/GetFleetCommand.ts b/clients/client-iotfleetwise/src/commands/GetFleetCommand.ts
index 3533c354dfaa..bf07c96b987b 100644
--- a/clients/client-iotfleetwise/src/commands/GetFleetCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/GetFleetCommand.ts
@@ -97,4 +97,16 @@ export class GetFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFleetCommand)
.de(de_GetFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFleetRequest;
+ output: GetFleetResponse;
+ };
+ sdk: {
+ input: GetFleetCommandInput;
+ output: GetFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/GetLoggingOptionsCommand.ts b/clients/client-iotfleetwise/src/commands/GetLoggingOptionsCommand.ts
index 6252989b294a..adfc145646a6 100644
--- a/clients/client-iotfleetwise/src/commands/GetLoggingOptionsCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/GetLoggingOptionsCommand.ts
@@ -87,4 +87,16 @@ export class GetLoggingOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLoggingOptionsCommand)
.de(de_GetLoggingOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetLoggingOptionsResponse;
+ };
+ sdk: {
+ input: GetLoggingOptionsCommandInput;
+ output: GetLoggingOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/GetModelManifestCommand.ts b/clients/client-iotfleetwise/src/commands/GetModelManifestCommand.ts
index 2caecc62695a..4a119ad0cf1f 100644
--- a/clients/client-iotfleetwise/src/commands/GetModelManifestCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/GetModelManifestCommand.ts
@@ -98,4 +98,16 @@ export class GetModelManifestCommand extends $Command
.f(void 0, void 0)
.ser(se_GetModelManifestCommand)
.de(de_GetModelManifestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetModelManifestRequest;
+ output: GetModelManifestResponse;
+ };
+ sdk: {
+ input: GetModelManifestCommandInput;
+ output: GetModelManifestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/GetRegisterAccountStatusCommand.ts b/clients/client-iotfleetwise/src/commands/GetRegisterAccountStatusCommand.ts
index 144f4cadd24b..6e66b7381ad1 100644
--- a/clients/client-iotfleetwise/src/commands/GetRegisterAccountStatusCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/GetRegisterAccountStatusCommand.ts
@@ -112,4 +112,16 @@ export class GetRegisterAccountStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRegisterAccountStatusCommand)
.de(de_GetRegisterAccountStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetRegisterAccountStatusResponse;
+ };
+ sdk: {
+ input: GetRegisterAccountStatusCommandInput;
+ output: GetRegisterAccountStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/GetSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/GetSignalCatalogCommand.ts
index ce4d02626009..a381885c9bf1 100644
--- a/clients/client-iotfleetwise/src/commands/GetSignalCatalogCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/GetSignalCatalogCommand.ts
@@ -105,4 +105,16 @@ export class GetSignalCatalogCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSignalCatalogCommand)
.de(de_GetSignalCatalogCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSignalCatalogRequest;
+ output: GetSignalCatalogResponse;
+ };
+ sdk: {
+ input: GetSignalCatalogCommandInput;
+ output: GetSignalCatalogCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/GetVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/GetVehicleCommand.ts
index 65cc736bb567..f11b763f7ff0 100644
--- a/clients/client-iotfleetwise/src/commands/GetVehicleCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/GetVehicleCommand.ts
@@ -100,4 +100,16 @@ export class GetVehicleCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVehicleCommand)
.de(de_GetVehicleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVehicleRequest;
+ output: GetVehicleResponse;
+ };
+ sdk: {
+ input: GetVehicleCommandInput;
+ output: GetVehicleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/GetVehicleStatusCommand.ts b/clients/client-iotfleetwise/src/commands/GetVehicleStatusCommand.ts
index 935514fbf5e9..b3e47c972a78 100644
--- a/clients/client-iotfleetwise/src/commands/GetVehicleStatusCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/GetVehicleStatusCommand.ts
@@ -102,4 +102,16 @@ export class GetVehicleStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetVehicleStatusCommand)
.de(de_GetVehicleStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetVehicleStatusRequest;
+ output: GetVehicleStatusResponse;
+ };
+ sdk: {
+ input: GetVehicleStatusCommandInput;
+ output: GetVehicleStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/ImportDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/ImportDecoderManifestCommand.ts
index a41b0a43efa4..bdbc2183ec6e 100644
--- a/clients/client-iotfleetwise/src/commands/ImportDecoderManifestCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/ImportDecoderManifestCommand.ts
@@ -117,4 +117,16 @@ export class ImportDecoderManifestCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportDecoderManifestCommand)
.de(de_ImportDecoderManifestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportDecoderManifestRequest;
+ output: ImportDecoderManifestResponse;
+ };
+ sdk: {
+ input: ImportDecoderManifestCommandInput;
+ output: ImportDecoderManifestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/ImportSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/ImportSignalCatalogCommand.ts
index ead979807fed..f847d377ca8d 100644
--- a/clients/client-iotfleetwise/src/commands/ImportSignalCatalogCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/ImportSignalCatalogCommand.ts
@@ -114,4 +114,16 @@ export class ImportSignalCatalogCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportSignalCatalogCommand)
.de(de_ImportSignalCatalogCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportSignalCatalogRequest;
+ output: ImportSignalCatalogResponse;
+ };
+ sdk: {
+ input: ImportSignalCatalogCommandInput;
+ output: ImportSignalCatalogCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/ListCampaignsCommand.ts b/clients/client-iotfleetwise/src/commands/ListCampaignsCommand.ts
index 29efc9731945..585a33080019 100644
--- a/clients/client-iotfleetwise/src/commands/ListCampaignsCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/ListCampaignsCommand.ts
@@ -106,4 +106,16 @@ export class ListCampaignsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCampaignsCommand)
.de(de_ListCampaignsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCampaignsRequest;
+ output: ListCampaignsResponse;
+ };
+ sdk: {
+ input: ListCampaignsCommandInput;
+ output: ListCampaignsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/ListDecoderManifestNetworkInterfacesCommand.ts b/clients/client-iotfleetwise/src/commands/ListDecoderManifestNetworkInterfacesCommand.ts
index c39de5ccee18..5d0b6ed825cc 100644
--- a/clients/client-iotfleetwise/src/commands/ListDecoderManifestNetworkInterfacesCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/ListDecoderManifestNetworkInterfacesCommand.ts
@@ -129,4 +129,16 @@ export class ListDecoderManifestNetworkInterfacesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDecoderManifestNetworkInterfacesCommand)
.de(de_ListDecoderManifestNetworkInterfacesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDecoderManifestNetworkInterfacesRequest;
+ output: ListDecoderManifestNetworkInterfacesResponse;
+ };
+ sdk: {
+ input: ListDecoderManifestNetworkInterfacesCommandInput;
+ output: ListDecoderManifestNetworkInterfacesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/ListDecoderManifestSignalsCommand.ts b/clients/client-iotfleetwise/src/commands/ListDecoderManifestSignalsCommand.ts
index 815bb2692d24..a8c94d851ce6 100644
--- a/clients/client-iotfleetwise/src/commands/ListDecoderManifestSignalsCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/ListDecoderManifestSignalsCommand.ts
@@ -171,4 +171,16 @@ export class ListDecoderManifestSignalsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDecoderManifestSignalsCommand)
.de(de_ListDecoderManifestSignalsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDecoderManifestSignalsRequest;
+ output: ListDecoderManifestSignalsResponse;
+ };
+ sdk: {
+ input: ListDecoderManifestSignalsCommandInput;
+ output: ListDecoderManifestSignalsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/ListDecoderManifestsCommand.ts b/clients/client-iotfleetwise/src/commands/ListDecoderManifestsCommand.ts
index ce03682d8d89..c86917b378c5 100644
--- a/clients/client-iotfleetwise/src/commands/ListDecoderManifestsCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/ListDecoderManifestsCommand.ts
@@ -106,4 +106,16 @@ export class ListDecoderManifestsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDecoderManifestsCommand)
.de(de_ListDecoderManifestsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDecoderManifestsRequest;
+ output: ListDecoderManifestsResponse;
+ };
+ sdk: {
+ input: ListDecoderManifestsCommandInput;
+ output: ListDecoderManifestsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/ListFleetsCommand.ts b/clients/client-iotfleetwise/src/commands/ListFleetsCommand.ts
index 5320de7c4876..4973241df621 100644
--- a/clients/client-iotfleetwise/src/commands/ListFleetsCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/ListFleetsCommand.ts
@@ -106,4 +106,16 @@ export class ListFleetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFleetsCommand)
.de(de_ListFleetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFleetsRequest;
+ output: ListFleetsResponse;
+ };
+ sdk: {
+ input: ListFleetsCommandInput;
+ output: ListFleetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/ListFleetsForVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/ListFleetsForVehicleCommand.ts
index 07e2015c9c2f..8c82f42a9482 100644
--- a/clients/client-iotfleetwise/src/commands/ListFleetsForVehicleCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/ListFleetsForVehicleCommand.ts
@@ -100,4 +100,16 @@ export class ListFleetsForVehicleCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFleetsForVehicleCommand)
.de(de_ListFleetsForVehicleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFleetsForVehicleRequest;
+ output: ListFleetsForVehicleResponse;
+ };
+ sdk: {
+ input: ListFleetsForVehicleCommandInput;
+ output: ListFleetsForVehicleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/ListModelManifestNodesCommand.ts b/clients/client-iotfleetwise/src/commands/ListModelManifestNodesCommand.ts
index c88a18e2f050..d255f076981e 100644
--- a/clients/client-iotfleetwise/src/commands/ListModelManifestNodesCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/ListModelManifestNodesCommand.ts
@@ -169,4 +169,16 @@ export class ListModelManifestNodesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListModelManifestNodesCommand)
.de(de_ListModelManifestNodesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListModelManifestNodesRequest;
+ output: ListModelManifestNodesResponse;
+ };
+ sdk: {
+ input: ListModelManifestNodesCommandInput;
+ output: ListModelManifestNodesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/ListModelManifestsCommand.ts b/clients/client-iotfleetwise/src/commands/ListModelManifestsCommand.ts
index 58e9a5e8ec40..5ca43ba8bcda 100644
--- a/clients/client-iotfleetwise/src/commands/ListModelManifestsCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/ListModelManifestsCommand.ts
@@ -105,4 +105,16 @@ export class ListModelManifestsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListModelManifestsCommand)
.de(de_ListModelManifestsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListModelManifestsRequest;
+ output: ListModelManifestsResponse;
+ };
+ sdk: {
+ input: ListModelManifestsCommandInput;
+ output: ListModelManifestsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/ListSignalCatalogNodesCommand.ts b/clients/client-iotfleetwise/src/commands/ListSignalCatalogNodesCommand.ts
index 4edec4a75cd5..34e4a0007d0d 100644
--- a/clients/client-iotfleetwise/src/commands/ListSignalCatalogNodesCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/ListSignalCatalogNodesCommand.ts
@@ -170,4 +170,16 @@ export class ListSignalCatalogNodesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSignalCatalogNodesCommand)
.de(de_ListSignalCatalogNodesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSignalCatalogNodesRequest;
+ output: ListSignalCatalogNodesResponse;
+ };
+ sdk: {
+ input: ListSignalCatalogNodesCommandInput;
+ output: ListSignalCatalogNodesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/ListSignalCatalogsCommand.ts b/clients/client-iotfleetwise/src/commands/ListSignalCatalogsCommand.ts
index 2812a1c0794d..dcb4a96dd7e8 100644
--- a/clients/client-iotfleetwise/src/commands/ListSignalCatalogsCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/ListSignalCatalogsCommand.ts
@@ -103,4 +103,16 @@ export class ListSignalCatalogsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSignalCatalogsCommand)
.de(de_ListSignalCatalogsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSignalCatalogsRequest;
+ output: ListSignalCatalogsResponse;
+ };
+ sdk: {
+ input: ListSignalCatalogsCommandInput;
+ output: ListSignalCatalogsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotfleetwise/src/commands/ListTagsForResourceCommand.ts
index a6c07ce33103..50f6e8b65ad5 100644
--- a/clients/client-iotfleetwise/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/ListTagsForResourceCommand.ts
@@ -97,4 +97,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/ListVehiclesCommand.ts b/clients/client-iotfleetwise/src/commands/ListVehiclesCommand.ts
index af5a88b29d55..186345ac5a77 100644
--- a/clients/client-iotfleetwise/src/commands/ListVehiclesCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/ListVehiclesCommand.ts
@@ -113,4 +113,16 @@ export class ListVehiclesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListVehiclesCommand)
.de(de_ListVehiclesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVehiclesRequest;
+ output: ListVehiclesResponse;
+ };
+ sdk: {
+ input: ListVehiclesCommandInput;
+ output: ListVehiclesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/ListVehiclesInFleetCommand.ts b/clients/client-iotfleetwise/src/commands/ListVehiclesInFleetCommand.ts
index 4064cdce6786..908d04f1f62f 100644
--- a/clients/client-iotfleetwise/src/commands/ListVehiclesInFleetCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/ListVehiclesInFleetCommand.ts
@@ -100,4 +100,16 @@ export class ListVehiclesInFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_ListVehiclesInFleetCommand)
.de(de_ListVehiclesInFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVehiclesInFleetRequest;
+ output: ListVehiclesInFleetResponse;
+ };
+ sdk: {
+ input: ListVehiclesInFleetCommandInput;
+ output: ListVehiclesInFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/PutEncryptionConfigurationCommand.ts b/clients/client-iotfleetwise/src/commands/PutEncryptionConfigurationCommand.ts
index c8568a686495..dbf3ab3f0ccf 100644
--- a/clients/client-iotfleetwise/src/commands/PutEncryptionConfigurationCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/PutEncryptionConfigurationCommand.ts
@@ -99,4 +99,16 @@ export class PutEncryptionConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutEncryptionConfigurationCommand)
.de(de_PutEncryptionConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutEncryptionConfigurationRequest;
+ output: PutEncryptionConfigurationResponse;
+ };
+ sdk: {
+ input: PutEncryptionConfigurationCommandInput;
+ output: PutEncryptionConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/PutLoggingOptionsCommand.ts b/clients/client-iotfleetwise/src/commands/PutLoggingOptionsCommand.ts
index 0fc0465294b7..7f026bf9f8ee 100644
--- a/clients/client-iotfleetwise/src/commands/PutLoggingOptionsCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/PutLoggingOptionsCommand.ts
@@ -97,4 +97,16 @@ export class PutLoggingOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutLoggingOptionsCommand)
.de(de_PutLoggingOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutLoggingOptionsRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutLoggingOptionsCommandInput;
+ output: PutLoggingOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/RegisterAccountCommand.ts b/clients/client-iotfleetwise/src/commands/RegisterAccountCommand.ts
index 322b836d8141..e6becfaaa872 100644
--- a/clients/client-iotfleetwise/src/commands/RegisterAccountCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/RegisterAccountCommand.ts
@@ -125,4 +125,16 @@ export class RegisterAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterAccountCommand)
.de(de_RegisterAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterAccountRequest;
+ output: RegisterAccountResponse;
+ };
+ sdk: {
+ input: RegisterAccountCommandInput;
+ output: RegisterAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/TagResourceCommand.ts b/clients/client-iotfleetwise/src/commands/TagResourceCommand.ts
index 9fa25b94c398..f29ad82d6275 100644
--- a/clients/client-iotfleetwise/src/commands/TagResourceCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/TagResourceCommand.ts
@@ -97,4 +97,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/UntagResourceCommand.ts b/clients/client-iotfleetwise/src/commands/UntagResourceCommand.ts
index b3e08a050326..611d0a70214e 100644
--- a/clients/client-iotfleetwise/src/commands/UntagResourceCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/UntagResourceCommand.ts
@@ -93,4 +93,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/UpdateCampaignCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateCampaignCommand.ts
index 4bf7d1f63d2b..fc2aade1bb21 100644
--- a/clients/client-iotfleetwise/src/commands/UpdateCampaignCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/UpdateCampaignCommand.ts
@@ -103,4 +103,16 @@ export class UpdateCampaignCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCampaignCommand)
.de(de_UpdateCampaignCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCampaignRequest;
+ output: UpdateCampaignResponse;
+ };
+ sdk: {
+ input: UpdateCampaignCommandInput;
+ output: UpdateCampaignCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/UpdateDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateDecoderManifestCommand.ts
index 39828ceea165..b68462ae13ac 100644
--- a/clients/client-iotfleetwise/src/commands/UpdateDecoderManifestCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/UpdateDecoderManifestCommand.ts
@@ -267,4 +267,16 @@ export class UpdateDecoderManifestCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDecoderManifestCommand)
.de(de_UpdateDecoderManifestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDecoderManifestRequest;
+ output: UpdateDecoderManifestResponse;
+ };
+ sdk: {
+ input: UpdateDecoderManifestCommandInput;
+ output: UpdateDecoderManifestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/UpdateFleetCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateFleetCommand.ts
index 01956d5c6636..a051df347d7a 100644
--- a/clients/client-iotfleetwise/src/commands/UpdateFleetCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/UpdateFleetCommand.ts
@@ -102,4 +102,16 @@ export class UpdateFleetCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFleetCommand)
.de(de_UpdateFleetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFleetRequest;
+ output: UpdateFleetResponse;
+ };
+ sdk: {
+ input: UpdateFleetCommandInput;
+ output: UpdateFleetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/UpdateModelManifestCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateModelManifestCommand.ts
index 31f3bd3ca49c..b782f8ced0ae 100644
--- a/clients/client-iotfleetwise/src/commands/UpdateModelManifestCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/UpdateModelManifestCommand.ts
@@ -109,4 +109,16 @@ export class UpdateModelManifestCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateModelManifestCommand)
.de(de_UpdateModelManifestCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateModelManifestRequest;
+ output: UpdateModelManifestResponse;
+ };
+ sdk: {
+ input: UpdateModelManifestCommandInput;
+ output: UpdateModelManifestCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/UpdateSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateSignalCatalogCommand.ts
index 02c4136797ea..fc6d35193ce2 100644
--- a/clients/client-iotfleetwise/src/commands/UpdateSignalCatalogCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/UpdateSignalCatalogCommand.ts
@@ -247,4 +247,16 @@ export class UpdateSignalCatalogCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSignalCatalogCommand)
.de(de_UpdateSignalCatalogCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSignalCatalogRequest;
+ output: UpdateSignalCatalogResponse;
+ };
+ sdk: {
+ input: UpdateSignalCatalogCommandInput;
+ output: UpdateSignalCatalogCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotfleetwise/src/commands/UpdateVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateVehicleCommand.ts
index 909187f6dd8d..4a6a46adcdd9 100644
--- a/clients/client-iotfleetwise/src/commands/UpdateVehicleCommand.ts
+++ b/clients/client-iotfleetwise/src/commands/UpdateVehicleCommand.ts
@@ -103,4 +103,16 @@ export class UpdateVehicleCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateVehicleCommand)
.de(de_UpdateVehicleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateVehicleRequest;
+ output: UpdateVehicleResponse;
+ };
+ sdk: {
+ input: UpdateVehicleCommandInput;
+ output: UpdateVehicleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsecuretunneling/package.json b/clients/client-iotsecuretunneling/package.json
index 62cf1514e630..abbd45cbcd62 100644
--- a/clients/client-iotsecuretunneling/package.json
+++ b/clients/client-iotsecuretunneling/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-iotsecuretunneling/src/commands/CloseTunnelCommand.ts b/clients/client-iotsecuretunneling/src/commands/CloseTunnelCommand.ts
index b82863c440b6..24c0fca8e398 100644
--- a/clients/client-iotsecuretunneling/src/commands/CloseTunnelCommand.ts
+++ b/clients/client-iotsecuretunneling/src/commands/CloseTunnelCommand.ts
@@ -86,4 +86,16 @@ export class CloseTunnelCommand extends $Command
.f(void 0, void 0)
.ser(se_CloseTunnelCommand)
.de(de_CloseTunnelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CloseTunnelRequest;
+ output: {};
+ };
+ sdk: {
+ input: CloseTunnelCommandInput;
+ output: CloseTunnelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsecuretunneling/src/commands/DescribeTunnelCommand.ts b/clients/client-iotsecuretunneling/src/commands/DescribeTunnelCommand.ts
index 8f5527733a39..fa559aa902f5 100644
--- a/clients/client-iotsecuretunneling/src/commands/DescribeTunnelCommand.ts
+++ b/clients/client-iotsecuretunneling/src/commands/DescribeTunnelCommand.ts
@@ -115,4 +115,16 @@ export class DescribeTunnelCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTunnelCommand)
.de(de_DescribeTunnelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTunnelRequest;
+ output: DescribeTunnelResponse;
+ };
+ sdk: {
+ input: DescribeTunnelCommandInput;
+ output: DescribeTunnelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsecuretunneling/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotsecuretunneling/src/commands/ListTagsForResourceCommand.ts
index 22efc6a34fd1..cdcd417443f6 100644
--- a/clients/client-iotsecuretunneling/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-iotsecuretunneling/src/commands/ListTagsForResourceCommand.ts
@@ -89,4 +89,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsecuretunneling/src/commands/ListTunnelsCommand.ts b/clients/client-iotsecuretunneling/src/commands/ListTunnelsCommand.ts
index f00ed3e108dd..f7d944e1b11b 100644
--- a/clients/client-iotsecuretunneling/src/commands/ListTunnelsCommand.ts
+++ b/clients/client-iotsecuretunneling/src/commands/ListTunnelsCommand.ts
@@ -95,4 +95,16 @@ export class ListTunnelsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTunnelsCommand)
.de(de_ListTunnelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTunnelsRequest;
+ output: ListTunnelsResponse;
+ };
+ sdk: {
+ input: ListTunnelsCommandInput;
+ output: ListTunnelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsecuretunneling/src/commands/OpenTunnelCommand.ts b/clients/client-iotsecuretunneling/src/commands/OpenTunnelCommand.ts
index 60ec0e6a7768..01bf1811bc37 100644
--- a/clients/client-iotsecuretunneling/src/commands/OpenTunnelCommand.ts
+++ b/clients/client-iotsecuretunneling/src/commands/OpenTunnelCommand.ts
@@ -104,4 +104,16 @@ export class OpenTunnelCommand extends $Command
.f(void 0, OpenTunnelResponseFilterSensitiveLog)
.ser(se_OpenTunnelCommand)
.de(de_OpenTunnelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: OpenTunnelRequest;
+ output: OpenTunnelResponse;
+ };
+ sdk: {
+ input: OpenTunnelCommandInput;
+ output: OpenTunnelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsecuretunneling/src/commands/RotateTunnelAccessTokenCommand.ts b/clients/client-iotsecuretunneling/src/commands/RotateTunnelAccessTokenCommand.ts
index dc4aeb635a4b..c6c8d0c3ace9 100644
--- a/clients/client-iotsecuretunneling/src/commands/RotateTunnelAccessTokenCommand.ts
+++ b/clients/client-iotsecuretunneling/src/commands/RotateTunnelAccessTokenCommand.ts
@@ -105,4 +105,16 @@ export class RotateTunnelAccessTokenCommand extends $Command
.f(void 0, RotateTunnelAccessTokenResponseFilterSensitiveLog)
.ser(se_RotateTunnelAccessTokenCommand)
.de(de_RotateTunnelAccessTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RotateTunnelAccessTokenRequest;
+ output: RotateTunnelAccessTokenResponse;
+ };
+ sdk: {
+ input: RotateTunnelAccessTokenCommandInput;
+ output: RotateTunnelAccessTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsecuretunneling/src/commands/TagResourceCommand.ts b/clients/client-iotsecuretunneling/src/commands/TagResourceCommand.ts
index 76ee9b0b1e9f..38b0492563d1 100644
--- a/clients/client-iotsecuretunneling/src/commands/TagResourceCommand.ts
+++ b/clients/client-iotsecuretunneling/src/commands/TagResourceCommand.ts
@@ -88,4 +88,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsecuretunneling/src/commands/UntagResourceCommand.ts b/clients/client-iotsecuretunneling/src/commands/UntagResourceCommand.ts
index 37b6bde515d4..808fa042ab7a 100644
--- a/clients/client-iotsecuretunneling/src/commands/UntagResourceCommand.ts
+++ b/clients/client-iotsecuretunneling/src/commands/UntagResourceCommand.ts
@@ -85,4 +85,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/package.json b/clients/client-iotsitewise/package.json
index 5c76218fd74e..b68f07de6629 100644
--- a/clients/client-iotsitewise/package.json
+++ b/clients/client-iotsitewise/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
},
diff --git a/clients/client-iotsitewise/src/commands/AssociateAssetsCommand.ts b/clients/client-iotsitewise/src/commands/AssociateAssetsCommand.ts
index 556de1f71557..43cc5b7f0743 100644
--- a/clients/client-iotsitewise/src/commands/AssociateAssetsCommand.ts
+++ b/clients/client-iotsitewise/src/commands/AssociateAssetsCommand.ts
@@ -109,4 +109,16 @@ export class AssociateAssetsCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateAssetsCommand)
.de(de_AssociateAssetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateAssetsRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateAssetsCommandInput;
+ output: AssociateAssetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/AssociateTimeSeriesToAssetPropertyCommand.ts b/clients/client-iotsitewise/src/commands/AssociateTimeSeriesToAssetPropertyCommand.ts
index e09b7929d6f4..242524875ff1 100644
--- a/clients/client-iotsitewise/src/commands/AssociateTimeSeriesToAssetPropertyCommand.ts
+++ b/clients/client-iotsitewise/src/commands/AssociateTimeSeriesToAssetPropertyCommand.ts
@@ -101,4 +101,16 @@ export class AssociateTimeSeriesToAssetPropertyCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateTimeSeriesToAssetPropertyCommand)
.de(de_AssociateTimeSeriesToAssetPropertyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateTimeSeriesToAssetPropertyRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateTimeSeriesToAssetPropertyCommandInput;
+ output: AssociateTimeSeriesToAssetPropertyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/BatchAssociateProjectAssetsCommand.ts b/clients/client-iotsitewise/src/commands/BatchAssociateProjectAssetsCommand.ts
index 29fd7df360fd..ee99c7874492 100644
--- a/clients/client-iotsitewise/src/commands/BatchAssociateProjectAssetsCommand.ts
+++ b/clients/client-iotsitewise/src/commands/BatchAssociateProjectAssetsCommand.ts
@@ -114,4 +114,16 @@ export class BatchAssociateProjectAssetsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchAssociateProjectAssetsCommand)
.de(de_BatchAssociateProjectAssetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchAssociateProjectAssetsRequest;
+ output: BatchAssociateProjectAssetsResponse;
+ };
+ sdk: {
+ input: BatchAssociateProjectAssetsCommandInput;
+ output: BatchAssociateProjectAssetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/BatchDisassociateProjectAssetsCommand.ts b/clients/client-iotsitewise/src/commands/BatchDisassociateProjectAssetsCommand.ts
index 54d24cef239a..92fa9ca7140e 100644
--- a/clients/client-iotsitewise/src/commands/BatchDisassociateProjectAssetsCommand.ts
+++ b/clients/client-iotsitewise/src/commands/BatchDisassociateProjectAssetsCommand.ts
@@ -108,4 +108,16 @@ export class BatchDisassociateProjectAssetsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDisassociateProjectAssetsCommand)
.de(de_BatchDisassociateProjectAssetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDisassociateProjectAssetsRequest;
+ output: BatchDisassociateProjectAssetsResponse;
+ };
+ sdk: {
+ input: BatchDisassociateProjectAssetsCommandInput;
+ output: BatchDisassociateProjectAssetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyAggregatesCommand.ts b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyAggregatesCommand.ts
index 7908875045fc..014dfa9c7f73 100644
--- a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyAggregatesCommand.ts
+++ b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyAggregatesCommand.ts
@@ -155,4 +155,16 @@ export class BatchGetAssetPropertyAggregatesCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetAssetPropertyAggregatesCommand)
.de(de_BatchGetAssetPropertyAggregatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetAssetPropertyAggregatesRequest;
+ output: BatchGetAssetPropertyAggregatesResponse;
+ };
+ sdk: {
+ input: BatchGetAssetPropertyAggregatesCommandInput;
+ output: BatchGetAssetPropertyAggregatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueCommand.ts b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueCommand.ts
index 5f76ab0ade8f..7f9eb3240474 100644
--- a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueCommand.ts
+++ b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueCommand.ts
@@ -137,4 +137,16 @@ export class BatchGetAssetPropertyValueCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetAssetPropertyValueCommand)
.de(de_BatchGetAssetPropertyValueCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetAssetPropertyValueRequest;
+ output: BatchGetAssetPropertyValueResponse;
+ };
+ sdk: {
+ input: BatchGetAssetPropertyValueCommandInput;
+ output: BatchGetAssetPropertyValueCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueHistoryCommand.ts b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueHistoryCommand.ts
index b7b055dfc4a8..28e90a93da26 100644
--- a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueHistoryCommand.ts
+++ b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueHistoryCommand.ts
@@ -154,4 +154,16 @@ export class BatchGetAssetPropertyValueHistoryCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetAssetPropertyValueHistoryCommand)
.de(de_BatchGetAssetPropertyValueHistoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetAssetPropertyValueHistoryRequest;
+ output: BatchGetAssetPropertyValueHistoryResponse;
+ };
+ sdk: {
+ input: BatchGetAssetPropertyValueHistoryCommandInput;
+ output: BatchGetAssetPropertyValueHistoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/BatchPutAssetPropertyValueCommand.ts b/clients/client-iotsitewise/src/commands/BatchPutAssetPropertyValueCommand.ts
index 63c9e59cf0f3..c11c685a876f 100644
--- a/clients/client-iotsitewise/src/commands/BatchPutAssetPropertyValueCommand.ts
+++ b/clients/client-iotsitewise/src/commands/BatchPutAssetPropertyValueCommand.ts
@@ -168,4 +168,16 @@ export class BatchPutAssetPropertyValueCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchPutAssetPropertyValueCommand)
.de(de_BatchPutAssetPropertyValueCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchPutAssetPropertyValueRequest;
+ output: BatchPutAssetPropertyValueResponse;
+ };
+ sdk: {
+ input: BatchPutAssetPropertyValueCommandInput;
+ output: BatchPutAssetPropertyValueCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/CreateAccessPolicyCommand.ts b/clients/client-iotsitewise/src/commands/CreateAccessPolicyCommand.ts
index b20ae57ddaa7..4622888c5c58 100644
--- a/clients/client-iotsitewise/src/commands/CreateAccessPolicyCommand.ts
+++ b/clients/client-iotsitewise/src/commands/CreateAccessPolicyCommand.ts
@@ -127,4 +127,16 @@ export class CreateAccessPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAccessPolicyCommand)
.de(de_CreateAccessPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAccessPolicyRequest;
+ output: CreateAccessPolicyResponse;
+ };
+ sdk: {
+ input: CreateAccessPolicyCommandInput;
+ output: CreateAccessPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/CreateAssetCommand.ts b/clients/client-iotsitewise/src/commands/CreateAssetCommand.ts
index b43a4037561a..baf21711227c 100644
--- a/clients/client-iotsitewise/src/commands/CreateAssetCommand.ts
+++ b/clients/client-iotsitewise/src/commands/CreateAssetCommand.ts
@@ -129,4 +129,16 @@ export class CreateAssetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAssetCommand)
.de(de_CreateAssetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAssetRequest;
+ output: CreateAssetResponse;
+ };
+ sdk: {
+ input: CreateAssetCommandInput;
+ output: CreateAssetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/CreateAssetModelCommand.ts b/clients/client-iotsitewise/src/commands/CreateAssetModelCommand.ts
index 10461d2a23a1..8e81b427479c 100644
--- a/clients/client-iotsitewise/src/commands/CreateAssetModelCommand.ts
+++ b/clients/client-iotsitewise/src/commands/CreateAssetModelCommand.ts
@@ -311,4 +311,16 @@ export class CreateAssetModelCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAssetModelCommand)
.de(de_CreateAssetModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAssetModelRequest;
+ output: CreateAssetModelResponse;
+ };
+ sdk: {
+ input: CreateAssetModelCommandInput;
+ output: CreateAssetModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/CreateAssetModelCompositeModelCommand.ts b/clients/client-iotsitewise/src/commands/CreateAssetModelCompositeModelCommand.ts
index 0d06249b4eec..805bfd92af03 100644
--- a/clients/client-iotsitewise/src/commands/CreateAssetModelCompositeModelCommand.ts
+++ b/clients/client-iotsitewise/src/commands/CreateAssetModelCompositeModelCommand.ts
@@ -233,4 +233,16 @@ export class CreateAssetModelCompositeModelCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAssetModelCompositeModelCommand)
.de(de_CreateAssetModelCompositeModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAssetModelCompositeModelRequest;
+ output: CreateAssetModelCompositeModelResponse;
+ };
+ sdk: {
+ input: CreateAssetModelCompositeModelCommandInput;
+ output: CreateAssetModelCompositeModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/CreateBulkImportJobCommand.ts b/clients/client-iotsitewise/src/commands/CreateBulkImportJobCommand.ts
index abb3ee1633c1..0496c70cbdb4 100644
--- a/clients/client-iotsitewise/src/commands/CreateBulkImportJobCommand.ts
+++ b/clients/client-iotsitewise/src/commands/CreateBulkImportJobCommand.ts
@@ -139,4 +139,16 @@ export class CreateBulkImportJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateBulkImportJobCommand)
.de(de_CreateBulkImportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBulkImportJobRequest;
+ output: CreateBulkImportJobResponse;
+ };
+ sdk: {
+ input: CreateBulkImportJobCommandInput;
+ output: CreateBulkImportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/CreateDashboardCommand.ts b/clients/client-iotsitewise/src/commands/CreateDashboardCommand.ts
index c9a25527a5df..44f66df71dc7 100644
--- a/clients/client-iotsitewise/src/commands/CreateDashboardCommand.ts
+++ b/clients/client-iotsitewise/src/commands/CreateDashboardCommand.ts
@@ -107,4 +107,16 @@ export class CreateDashboardCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDashboardCommand)
.de(de_CreateDashboardCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDashboardRequest;
+ output: CreateDashboardResponse;
+ };
+ sdk: {
+ input: CreateDashboardCommandInput;
+ output: CreateDashboardCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/CreateGatewayCommand.ts b/clients/client-iotsitewise/src/commands/CreateGatewayCommand.ts
index c06d2fbe3fed..8f14c9875b2a 100644
--- a/clients/client-iotsitewise/src/commands/CreateGatewayCommand.ts
+++ b/clients/client-iotsitewise/src/commands/CreateGatewayCommand.ts
@@ -116,4 +116,16 @@ export class CreateGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateGatewayCommand)
.de(de_CreateGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGatewayRequest;
+ output: CreateGatewayResponse;
+ };
+ sdk: {
+ input: CreateGatewayCommandInput;
+ output: CreateGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/CreatePortalCommand.ts b/clients/client-iotsitewise/src/commands/CreatePortalCommand.ts
index 88b7f7acd9ce..41dfaf9c289e 100644
--- a/clients/client-iotsitewise/src/commands/CreatePortalCommand.ts
+++ b/clients/client-iotsitewise/src/commands/CreatePortalCommand.ts
@@ -132,4 +132,16 @@ export class CreatePortalCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePortalCommand)
.de(de_CreatePortalCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePortalRequest;
+ output: CreatePortalResponse;
+ };
+ sdk: {
+ input: CreatePortalCommandInput;
+ output: CreatePortalCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/CreateProjectCommand.ts b/clients/client-iotsitewise/src/commands/CreateProjectCommand.ts
index afb6e016a970..a6147377aa02 100644
--- a/clients/client-iotsitewise/src/commands/CreateProjectCommand.ts
+++ b/clients/client-iotsitewise/src/commands/CreateProjectCommand.ts
@@ -110,4 +110,16 @@ export class CreateProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateProjectCommand)
.de(de_CreateProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateProjectRequest;
+ output: CreateProjectResponse;
+ };
+ sdk: {
+ input: CreateProjectCommandInput;
+ output: CreateProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DeleteAccessPolicyCommand.ts b/clients/client-iotsitewise/src/commands/DeleteAccessPolicyCommand.ts
index cef92cb7e783..3d3619edbd0b 100644
--- a/clients/client-iotsitewise/src/commands/DeleteAccessPolicyCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DeleteAccessPolicyCommand.ts
@@ -94,4 +94,16 @@ export class DeleteAccessPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAccessPolicyCommand)
.de(de_DeleteAccessPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAccessPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAccessPolicyCommandInput;
+ output: DeleteAccessPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DeleteAssetCommand.ts b/clients/client-iotsitewise/src/commands/DeleteAssetCommand.ts
index b623115a8859..220cc581a833 100644
--- a/clients/client-iotsitewise/src/commands/DeleteAssetCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DeleteAssetCommand.ts
@@ -115,4 +115,16 @@ export class DeleteAssetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAssetCommand)
.de(de_DeleteAssetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAssetRequest;
+ output: DeleteAssetResponse;
+ };
+ sdk: {
+ input: DeleteAssetCommandInput;
+ output: DeleteAssetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DeleteAssetModelCommand.ts b/clients/client-iotsitewise/src/commands/DeleteAssetModelCommand.ts
index 00e7e15bfcf2..fe02cb808755 100644
--- a/clients/client-iotsitewise/src/commands/DeleteAssetModelCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DeleteAssetModelCommand.ts
@@ -120,4 +120,16 @@ export class DeleteAssetModelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAssetModelCommand)
.de(de_DeleteAssetModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAssetModelRequest;
+ output: DeleteAssetModelResponse;
+ };
+ sdk: {
+ input: DeleteAssetModelCommandInput;
+ output: DeleteAssetModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DeleteAssetModelCompositeModelCommand.ts b/clients/client-iotsitewise/src/commands/DeleteAssetModelCompositeModelCommand.ts
index e5f2682970ec..0ffefed209c0 100644
--- a/clients/client-iotsitewise/src/commands/DeleteAssetModelCompositeModelCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DeleteAssetModelCompositeModelCommand.ts
@@ -126,4 +126,16 @@ export class DeleteAssetModelCompositeModelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAssetModelCompositeModelCommand)
.de(de_DeleteAssetModelCompositeModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAssetModelCompositeModelRequest;
+ output: DeleteAssetModelCompositeModelResponse;
+ };
+ sdk: {
+ input: DeleteAssetModelCompositeModelCommandInput;
+ output: DeleteAssetModelCompositeModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DeleteDashboardCommand.ts b/clients/client-iotsitewise/src/commands/DeleteDashboardCommand.ts
index dd4aff4f0b59..2886ce327447 100644
--- a/clients/client-iotsitewise/src/commands/DeleteDashboardCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DeleteDashboardCommand.ts
@@ -92,4 +92,16 @@ export class DeleteDashboardCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDashboardCommand)
.de(de_DeleteDashboardCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDashboardRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDashboardCommandInput;
+ output: DeleteDashboardCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DeleteGatewayCommand.ts b/clients/client-iotsitewise/src/commands/DeleteGatewayCommand.ts
index 3539f414119f..433dc31d0d87 100644
--- a/clients/client-iotsitewise/src/commands/DeleteGatewayCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DeleteGatewayCommand.ts
@@ -96,4 +96,16 @@ export class DeleteGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteGatewayCommand)
.de(de_DeleteGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteGatewayRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteGatewayCommandInput;
+ output: DeleteGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DeletePortalCommand.ts b/clients/client-iotsitewise/src/commands/DeletePortalCommand.ts
index e3fee953450e..064842ea5cba 100644
--- a/clients/client-iotsitewise/src/commands/DeletePortalCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DeletePortalCommand.ts
@@ -104,4 +104,16 @@ export class DeletePortalCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePortalCommand)
.de(de_DeletePortalCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePortalRequest;
+ output: DeletePortalResponse;
+ };
+ sdk: {
+ input: DeletePortalCommandInput;
+ output: DeletePortalCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DeleteProjectCommand.ts b/clients/client-iotsitewise/src/commands/DeleteProjectCommand.ts
index a13a125d1e2a..5b9ffb8a6d73 100644
--- a/clients/client-iotsitewise/src/commands/DeleteProjectCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DeleteProjectCommand.ts
@@ -92,4 +92,16 @@ export class DeleteProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteProjectCommand)
.de(de_DeleteProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteProjectRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteProjectCommandInput;
+ output: DeleteProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DeleteTimeSeriesCommand.ts b/clients/client-iotsitewise/src/commands/DeleteTimeSeriesCommand.ts
index afcc2ec45062..a7f919960ccd 100644
--- a/clients/client-iotsitewise/src/commands/DeleteTimeSeriesCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DeleteTimeSeriesCommand.ts
@@ -119,4 +119,16 @@ export class DeleteTimeSeriesCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTimeSeriesCommand)
.de(de_DeleteTimeSeriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTimeSeriesRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTimeSeriesCommandInput;
+ output: DeleteTimeSeriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DescribeAccessPolicyCommand.ts b/clients/client-iotsitewise/src/commands/DescribeAccessPolicyCommand.ts
index cc2de16a523b..ae6133807b66 100644
--- a/clients/client-iotsitewise/src/commands/DescribeAccessPolicyCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DescribeAccessPolicyCommand.ts
@@ -120,4 +120,16 @@ export class DescribeAccessPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAccessPolicyCommand)
.de(de_DescribeAccessPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAccessPolicyRequest;
+ output: DescribeAccessPolicyResponse;
+ };
+ sdk: {
+ input: DescribeAccessPolicyCommandInput;
+ output: DescribeAccessPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DescribeActionCommand.ts b/clients/client-iotsitewise/src/commands/DescribeActionCommand.ts
index 9183fd65b1ac..13647d455b82 100644
--- a/clients/client-iotsitewise/src/commands/DescribeActionCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DescribeActionCommand.ts
@@ -101,4 +101,16 @@ export class DescribeActionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeActionCommand)
.de(de_DescribeActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeActionRequest;
+ output: DescribeActionResponse;
+ };
+ sdk: {
+ input: DescribeActionCommandInput;
+ output: DescribeActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DescribeAssetCommand.ts b/clients/client-iotsitewise/src/commands/DescribeAssetCommand.ts
index 460efb6c538c..52d6b714d0b9 100644
--- a/clients/client-iotsitewise/src/commands/DescribeAssetCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DescribeAssetCommand.ts
@@ -187,4 +187,16 @@ export class DescribeAssetCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAssetCommand)
.de(de_DescribeAssetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAssetRequest;
+ output: DescribeAssetResponse;
+ };
+ sdk: {
+ input: DescribeAssetCommandInput;
+ output: DescribeAssetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DescribeAssetCompositeModelCommand.ts b/clients/client-iotsitewise/src/commands/DescribeAssetCompositeModelCommand.ts
index 7bd042a5833b..c15d49879bbe 100644
--- a/clients/client-iotsitewise/src/commands/DescribeAssetCompositeModelCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DescribeAssetCompositeModelCommand.ts
@@ -156,4 +156,16 @@ export class DescribeAssetCompositeModelCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAssetCompositeModelCommand)
.de(de_DescribeAssetCompositeModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAssetCompositeModelRequest;
+ output: DescribeAssetCompositeModelResponse;
+ };
+ sdk: {
+ input: DescribeAssetCompositeModelCommandInput;
+ output: DescribeAssetCompositeModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DescribeAssetModelCommand.ts b/clients/client-iotsitewise/src/commands/DescribeAssetModelCommand.ts
index 93dab40a2502..ab1db5d83215 100644
--- a/clients/client-iotsitewise/src/commands/DescribeAssetModelCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DescribeAssetModelCommand.ts
@@ -292,4 +292,16 @@ export class DescribeAssetModelCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAssetModelCommand)
.de(de_DescribeAssetModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAssetModelRequest;
+ output: DescribeAssetModelResponse;
+ };
+ sdk: {
+ input: DescribeAssetModelCommandInput;
+ output: DescribeAssetModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DescribeAssetModelCompositeModelCommand.ts b/clients/client-iotsitewise/src/commands/DescribeAssetModelCompositeModelCommand.ts
index 002ead76811b..1260b4596b54 100644
--- a/clients/client-iotsitewise/src/commands/DescribeAssetModelCompositeModelCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DescribeAssetModelCompositeModelCommand.ts
@@ -221,4 +221,16 @@ export class DescribeAssetModelCompositeModelCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAssetModelCompositeModelCommand)
.de(de_DescribeAssetModelCompositeModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAssetModelCompositeModelRequest;
+ output: DescribeAssetModelCompositeModelResponse;
+ };
+ sdk: {
+ input: DescribeAssetModelCompositeModelCommandInput;
+ output: DescribeAssetModelCompositeModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DescribeAssetPropertyCommand.ts b/clients/client-iotsitewise/src/commands/DescribeAssetPropertyCommand.ts
index c3251605f792..628cc472f572 100644
--- a/clients/client-iotsitewise/src/commands/DescribeAssetPropertyCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DescribeAssetPropertyCommand.ts
@@ -272,4 +272,16 @@ export class DescribeAssetPropertyCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAssetPropertyCommand)
.de(de_DescribeAssetPropertyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAssetPropertyRequest;
+ output: DescribeAssetPropertyResponse;
+ };
+ sdk: {
+ input: DescribeAssetPropertyCommandInput;
+ output: DescribeAssetPropertyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DescribeBulkImportJobCommand.ts b/clients/client-iotsitewise/src/commands/DescribeBulkImportJobCommand.ts
index 8bd6cd7e4dbd..6b27a5cc9503 100644
--- a/clients/client-iotsitewise/src/commands/DescribeBulkImportJobCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DescribeBulkImportJobCommand.ts
@@ -122,4 +122,16 @@ export class DescribeBulkImportJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeBulkImportJobCommand)
.de(de_DescribeBulkImportJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBulkImportJobRequest;
+ output: DescribeBulkImportJobResponse;
+ };
+ sdk: {
+ input: DescribeBulkImportJobCommandInput;
+ output: DescribeBulkImportJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DescribeDashboardCommand.ts b/clients/client-iotsitewise/src/commands/DescribeDashboardCommand.ts
index ed1fb58cc071..5edaf50c4dd3 100644
--- a/clients/client-iotsitewise/src/commands/DescribeDashboardCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DescribeDashboardCommand.ts
@@ -100,4 +100,16 @@ export class DescribeDashboardCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDashboardCommand)
.de(de_DescribeDashboardCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDashboardRequest;
+ output: DescribeDashboardResponse;
+ };
+ sdk: {
+ input: DescribeDashboardCommandInput;
+ output: DescribeDashboardCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DescribeDefaultEncryptionConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/DescribeDefaultEncryptionConfigurationCommand.ts
index a8ef82d77b8c..8a2b425b992b 100644
--- a/clients/client-iotsitewise/src/commands/DescribeDefaultEncryptionConfigurationCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DescribeDefaultEncryptionConfigurationCommand.ts
@@ -107,4 +107,16 @@ export class DescribeDefaultEncryptionConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDefaultEncryptionConfigurationCommand)
.de(de_DescribeDefaultEncryptionConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeDefaultEncryptionConfigurationResponse;
+ };
+ sdk: {
+ input: DescribeDefaultEncryptionConfigurationCommandInput;
+ output: DescribeDefaultEncryptionConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DescribeGatewayCapabilityConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/DescribeGatewayCapabilityConfigurationCommand.ts
index efdb5a6c75fc..66010f02c93c 100644
--- a/clients/client-iotsitewise/src/commands/DescribeGatewayCapabilityConfigurationCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DescribeGatewayCapabilityConfigurationCommand.ts
@@ -110,4 +110,16 @@ export class DescribeGatewayCapabilityConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeGatewayCapabilityConfigurationCommand)
.de(de_DescribeGatewayCapabilityConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeGatewayCapabilityConfigurationRequest;
+ output: DescribeGatewayCapabilityConfigurationResponse;
+ };
+ sdk: {
+ input: DescribeGatewayCapabilityConfigurationCommandInput;
+ output: DescribeGatewayCapabilityConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DescribeGatewayCommand.ts b/clients/client-iotsitewise/src/commands/DescribeGatewayCommand.ts
index 3e734614a6a7..9e69afae6500 100644
--- a/clients/client-iotsitewise/src/commands/DescribeGatewayCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DescribeGatewayCommand.ts
@@ -114,4 +114,16 @@ export class DescribeGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeGatewayCommand)
.de(de_DescribeGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeGatewayRequest;
+ output: DescribeGatewayResponse;
+ };
+ sdk: {
+ input: DescribeGatewayCommandInput;
+ output: DescribeGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DescribeLoggingOptionsCommand.ts b/clients/client-iotsitewise/src/commands/DescribeLoggingOptionsCommand.ts
index 30794b448fce..a91fb81aee55 100644
--- a/clients/client-iotsitewise/src/commands/DescribeLoggingOptionsCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DescribeLoggingOptionsCommand.ts
@@ -93,4 +93,16 @@ export class DescribeLoggingOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLoggingOptionsCommand)
.de(de_DescribeLoggingOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeLoggingOptionsResponse;
+ };
+ sdk: {
+ input: DescribeLoggingOptionsCommandInput;
+ output: DescribeLoggingOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DescribePortalCommand.ts b/clients/client-iotsitewise/src/commands/DescribePortalCommand.ts
index d2808d68f416..767a81d526aa 100644
--- a/clients/client-iotsitewise/src/commands/DescribePortalCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DescribePortalCommand.ts
@@ -119,4 +119,16 @@ export class DescribePortalCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePortalCommand)
.de(de_DescribePortalCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePortalRequest;
+ output: DescribePortalResponse;
+ };
+ sdk: {
+ input: DescribePortalCommandInput;
+ output: DescribePortalCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DescribeProjectCommand.ts b/clients/client-iotsitewise/src/commands/DescribeProjectCommand.ts
index b14d5effabd8..757cf642d606 100644
--- a/clients/client-iotsitewise/src/commands/DescribeProjectCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DescribeProjectCommand.ts
@@ -99,4 +99,16 @@ export class DescribeProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeProjectCommand)
.de(de_DescribeProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeProjectRequest;
+ output: DescribeProjectResponse;
+ };
+ sdk: {
+ input: DescribeProjectCommandInput;
+ output: DescribeProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DescribeStorageConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/DescribeStorageConfigurationCommand.ts
index 453491b6f3a4..3d3c31f5c6b2 100644
--- a/clients/client-iotsitewise/src/commands/DescribeStorageConfigurationCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DescribeStorageConfigurationCommand.ts
@@ -130,4 +130,16 @@ export class DescribeStorageConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStorageConfigurationCommand)
.de(de_DescribeStorageConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeStorageConfigurationResponse;
+ };
+ sdk: {
+ input: DescribeStorageConfigurationCommandInput;
+ output: DescribeStorageConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DescribeTimeSeriesCommand.ts b/clients/client-iotsitewise/src/commands/DescribeTimeSeriesCommand.ts
index fb5ee2e20557..0eca0d1cd065 100644
--- a/clients/client-iotsitewise/src/commands/DescribeTimeSeriesCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DescribeTimeSeriesCommand.ts
@@ -122,4 +122,16 @@ export class DescribeTimeSeriesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTimeSeriesCommand)
.de(de_DescribeTimeSeriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTimeSeriesRequest;
+ output: DescribeTimeSeriesResponse;
+ };
+ sdk: {
+ input: DescribeTimeSeriesCommandInput;
+ output: DescribeTimeSeriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DisassociateAssetsCommand.ts b/clients/client-iotsitewise/src/commands/DisassociateAssetsCommand.ts
index f94ef96d27c3..ec82bedb1425 100644
--- a/clients/client-iotsitewise/src/commands/DisassociateAssetsCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DisassociateAssetsCommand.ts
@@ -99,4 +99,16 @@ export class DisassociateAssetsCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateAssetsCommand)
.de(de_DisassociateAssetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateAssetsRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateAssetsCommandInput;
+ output: DisassociateAssetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/DisassociateTimeSeriesFromAssetPropertyCommand.ts b/clients/client-iotsitewise/src/commands/DisassociateTimeSeriesFromAssetPropertyCommand.ts
index 334c704d16d7..05327dc8be36 100644
--- a/clients/client-iotsitewise/src/commands/DisassociateTimeSeriesFromAssetPropertyCommand.ts
+++ b/clients/client-iotsitewise/src/commands/DisassociateTimeSeriesFromAssetPropertyCommand.ts
@@ -102,4 +102,16 @@ export class DisassociateTimeSeriesFromAssetPropertyCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateTimeSeriesFromAssetPropertyCommand)
.de(de_DisassociateTimeSeriesFromAssetPropertyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateTimeSeriesFromAssetPropertyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateTimeSeriesFromAssetPropertyCommandInput;
+ output: DisassociateTimeSeriesFromAssetPropertyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/ExecuteActionCommand.ts b/clients/client-iotsitewise/src/commands/ExecuteActionCommand.ts
index d4b821367390..f10f395a8287 100644
--- a/clients/client-iotsitewise/src/commands/ExecuteActionCommand.ts
+++ b/clients/client-iotsitewise/src/commands/ExecuteActionCommand.ts
@@ -110,4 +110,16 @@ export class ExecuteActionCommand extends $Command
.f(void 0, void 0)
.ser(se_ExecuteActionCommand)
.de(de_ExecuteActionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExecuteActionRequest;
+ output: ExecuteActionResponse;
+ };
+ sdk: {
+ input: ExecuteActionCommandInput;
+ output: ExecuteActionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/ExecuteQueryCommand.ts b/clients/client-iotsitewise/src/commands/ExecuteQueryCommand.ts
index 585c0fe7d2f1..772609a878c9 100644
--- a/clients/client-iotsitewise/src/commands/ExecuteQueryCommand.ts
+++ b/clients/client-iotsitewise/src/commands/ExecuteQueryCommand.ts
@@ -135,4 +135,16 @@ export class ExecuteQueryCommand extends $Command
.f(void 0, void 0)
.ser(se_ExecuteQueryCommand)
.de(de_ExecuteQueryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExecuteQueryRequest;
+ output: ExecuteQueryResponse;
+ };
+ sdk: {
+ input: ExecuteQueryCommandInput;
+ output: ExecuteQueryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/GetAssetPropertyAggregatesCommand.ts b/clients/client-iotsitewise/src/commands/GetAssetPropertyAggregatesCommand.ts
index 2ce7201ee004..dc1c3090c373 100644
--- a/clients/client-iotsitewise/src/commands/GetAssetPropertyAggregatesCommand.ts
+++ b/clients/client-iotsitewise/src/commands/GetAssetPropertyAggregatesCommand.ts
@@ -135,4 +135,16 @@ export class GetAssetPropertyAggregatesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAssetPropertyAggregatesCommand)
.de(de_GetAssetPropertyAggregatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAssetPropertyAggregatesRequest;
+ output: GetAssetPropertyAggregatesResponse;
+ };
+ sdk: {
+ input: GetAssetPropertyAggregatesCommandInput;
+ output: GetAssetPropertyAggregatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/GetAssetPropertyValueCommand.ts b/clients/client-iotsitewise/src/commands/GetAssetPropertyValueCommand.ts
index 40e8e92155fd..ade984af7f87 100644
--- a/clients/client-iotsitewise/src/commands/GetAssetPropertyValueCommand.ts
+++ b/clients/client-iotsitewise/src/commands/GetAssetPropertyValueCommand.ts
@@ -121,4 +121,16 @@ export class GetAssetPropertyValueCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAssetPropertyValueCommand)
.de(de_GetAssetPropertyValueCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAssetPropertyValueRequest;
+ output: GetAssetPropertyValueResponse;
+ };
+ sdk: {
+ input: GetAssetPropertyValueCommandInput;
+ output: GetAssetPropertyValueCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/GetAssetPropertyValueHistoryCommand.ts b/clients/client-iotsitewise/src/commands/GetAssetPropertyValueHistoryCommand.ts
index 2131b80bbca3..8e9051d16882 100644
--- a/clients/client-iotsitewise/src/commands/GetAssetPropertyValueHistoryCommand.ts
+++ b/clients/client-iotsitewise/src/commands/GetAssetPropertyValueHistoryCommand.ts
@@ -137,4 +137,16 @@ export class GetAssetPropertyValueHistoryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAssetPropertyValueHistoryCommand)
.de(de_GetAssetPropertyValueHistoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAssetPropertyValueHistoryRequest;
+ output: GetAssetPropertyValueHistoryResponse;
+ };
+ sdk: {
+ input: GetAssetPropertyValueHistoryCommandInput;
+ output: GetAssetPropertyValueHistoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/GetInterpolatedAssetPropertyValuesCommand.ts b/clients/client-iotsitewise/src/commands/GetInterpolatedAssetPropertyValuesCommand.ts
index 0893be74e2dc..3403dd180530 100644
--- a/clients/client-iotsitewise/src/commands/GetInterpolatedAssetPropertyValuesCommand.ts
+++ b/clients/client-iotsitewise/src/commands/GetInterpolatedAssetPropertyValuesCommand.ts
@@ -144,4 +144,16 @@ export class GetInterpolatedAssetPropertyValuesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInterpolatedAssetPropertyValuesCommand)
.de(de_GetInterpolatedAssetPropertyValuesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInterpolatedAssetPropertyValuesRequest;
+ output: GetInterpolatedAssetPropertyValuesResponse;
+ };
+ sdk: {
+ input: GetInterpolatedAssetPropertyValuesCommandInput;
+ output: GetInterpolatedAssetPropertyValuesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/ListAccessPoliciesCommand.ts b/clients/client-iotsitewise/src/commands/ListAccessPoliciesCommand.ts
index 07e8f925e1ad..33ec99c43891 100644
--- a/clients/client-iotsitewise/src/commands/ListAccessPoliciesCommand.ts
+++ b/clients/client-iotsitewise/src/commands/ListAccessPoliciesCommand.ts
@@ -127,4 +127,16 @@ export class ListAccessPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAccessPoliciesCommand)
.de(de_ListAccessPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAccessPoliciesRequest;
+ output: ListAccessPoliciesResponse;
+ };
+ sdk: {
+ input: ListAccessPoliciesCommandInput;
+ output: ListAccessPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/ListActionsCommand.ts b/clients/client-iotsitewise/src/commands/ListActionsCommand.ts
index 8d11b6f7bc43..1284983b3909 100644
--- a/clients/client-iotsitewise/src/commands/ListActionsCommand.ts
+++ b/clients/client-iotsitewise/src/commands/ListActionsCommand.ts
@@ -105,4 +105,16 @@ export class ListActionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListActionsCommand)
.de(de_ListActionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListActionsRequest;
+ output: ListActionsResponse;
+ };
+ sdk: {
+ input: ListActionsCommandInput;
+ output: ListActionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/ListAssetModelCompositeModelsCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetModelCompositeModelsCommand.ts
index bb948991038e..1261644dd4cc 100644
--- a/clients/client-iotsitewise/src/commands/ListAssetModelCompositeModelsCommand.ts
+++ b/clients/client-iotsitewise/src/commands/ListAssetModelCompositeModelsCommand.ts
@@ -116,4 +116,16 @@ export class ListAssetModelCompositeModelsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAssetModelCompositeModelsCommand)
.de(de_ListAssetModelCompositeModelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssetModelCompositeModelsRequest;
+ output: ListAssetModelCompositeModelsResponse;
+ };
+ sdk: {
+ input: ListAssetModelCompositeModelsCommandInput;
+ output: ListAssetModelCompositeModelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/ListAssetModelPropertiesCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetModelPropertiesCommand.ts
index 3233a289689c..ecc391c49230 100644
--- a/clients/client-iotsitewise/src/commands/ListAssetModelPropertiesCommand.ts
+++ b/clients/client-iotsitewise/src/commands/ListAssetModelPropertiesCommand.ts
@@ -179,4 +179,16 @@ export class ListAssetModelPropertiesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAssetModelPropertiesCommand)
.de(de_ListAssetModelPropertiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssetModelPropertiesRequest;
+ output: ListAssetModelPropertiesResponse;
+ };
+ sdk: {
+ input: ListAssetModelPropertiesCommandInput;
+ output: ListAssetModelPropertiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/ListAssetModelsCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetModelsCommand.ts
index ae6b295a6121..b36a294a0bf0 100644
--- a/clients/client-iotsitewise/src/commands/ListAssetModelsCommand.ts
+++ b/clients/client-iotsitewise/src/commands/ListAssetModelsCommand.ts
@@ -121,4 +121,16 @@ export class ListAssetModelsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAssetModelsCommand)
.de(de_ListAssetModelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssetModelsRequest;
+ output: ListAssetModelsResponse;
+ };
+ sdk: {
+ input: ListAssetModelsCommandInput;
+ output: ListAssetModelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/ListAssetPropertiesCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetPropertiesCommand.ts
index b316e63fd2cf..f01575817bcf 100644
--- a/clients/client-iotsitewise/src/commands/ListAssetPropertiesCommand.ts
+++ b/clients/client-iotsitewise/src/commands/ListAssetPropertiesCommand.ts
@@ -117,4 +117,16 @@ export class ListAssetPropertiesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAssetPropertiesCommand)
.de(de_ListAssetPropertiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssetPropertiesRequest;
+ output: ListAssetPropertiesResponse;
+ };
+ sdk: {
+ input: ListAssetPropertiesCommandInput;
+ output: ListAssetPropertiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/ListAssetRelationshipsCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetRelationshipsCommand.ts
index 928dc78f9a52..1b334908ac34 100644
--- a/clients/client-iotsitewise/src/commands/ListAssetRelationshipsCommand.ts
+++ b/clients/client-iotsitewise/src/commands/ListAssetRelationshipsCommand.ts
@@ -107,4 +107,16 @@ export class ListAssetRelationshipsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAssetRelationshipsCommand)
.de(de_ListAssetRelationshipsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssetRelationshipsRequest;
+ output: ListAssetRelationshipsResponse;
+ };
+ sdk: {
+ input: ListAssetRelationshipsCommandInput;
+ output: ListAssetRelationshipsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/ListAssetsCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetsCommand.ts
index b85c975e2586..32fc287236a8 100644
--- a/clients/client-iotsitewise/src/commands/ListAssetsCommand.ts
+++ b/clients/client-iotsitewise/src/commands/ListAssetsCommand.ts
@@ -140,4 +140,16 @@ export class ListAssetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAssetsCommand)
.de(de_ListAssetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssetsRequest;
+ output: ListAssetsResponse;
+ };
+ sdk: {
+ input: ListAssetsCommandInput;
+ output: ListAssetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/ListAssociatedAssetsCommand.ts b/clients/client-iotsitewise/src/commands/ListAssociatedAssetsCommand.ts
index 3fc7f9a0810c..5a61ef8fc923 100644
--- a/clients/client-iotsitewise/src/commands/ListAssociatedAssetsCommand.ts
+++ b/clients/client-iotsitewise/src/commands/ListAssociatedAssetsCommand.ts
@@ -140,4 +140,16 @@ export class ListAssociatedAssetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAssociatedAssetsCommand)
.de(de_ListAssociatedAssetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssociatedAssetsRequest;
+ output: ListAssociatedAssetsResponse;
+ };
+ sdk: {
+ input: ListAssociatedAssetsCommandInput;
+ output: ListAssociatedAssetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/ListBulkImportJobsCommand.ts b/clients/client-iotsitewise/src/commands/ListBulkImportJobsCommand.ts
index 182a5ea2c97c..70d3aff5a289 100644
--- a/clients/client-iotsitewise/src/commands/ListBulkImportJobsCommand.ts
+++ b/clients/client-iotsitewise/src/commands/ListBulkImportJobsCommand.ts
@@ -103,4 +103,16 @@ export class ListBulkImportJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBulkImportJobsCommand)
.de(de_ListBulkImportJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBulkImportJobsRequest;
+ output: ListBulkImportJobsResponse;
+ };
+ sdk: {
+ input: ListBulkImportJobsCommandInput;
+ output: ListBulkImportJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/ListCompositionRelationshipsCommand.ts b/clients/client-iotsitewise/src/commands/ListCompositionRelationshipsCommand.ts
index 530a4e490ce1..53e5d9d7108a 100644
--- a/clients/client-iotsitewise/src/commands/ListCompositionRelationshipsCommand.ts
+++ b/clients/client-iotsitewise/src/commands/ListCompositionRelationshipsCommand.ts
@@ -108,4 +108,16 @@ export class ListCompositionRelationshipsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCompositionRelationshipsCommand)
.de(de_ListCompositionRelationshipsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCompositionRelationshipsRequest;
+ output: ListCompositionRelationshipsResponse;
+ };
+ sdk: {
+ input: ListCompositionRelationshipsCommandInput;
+ output: ListCompositionRelationshipsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/ListDashboardsCommand.ts b/clients/client-iotsitewise/src/commands/ListDashboardsCommand.ts
index 220fe06c21ea..710232ec47b2 100644
--- a/clients/client-iotsitewise/src/commands/ListDashboardsCommand.ts
+++ b/clients/client-iotsitewise/src/commands/ListDashboardsCommand.ts
@@ -101,4 +101,16 @@ export class ListDashboardsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDashboardsCommand)
.de(de_ListDashboardsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDashboardsRequest;
+ output: ListDashboardsResponse;
+ };
+ sdk: {
+ input: ListDashboardsCommandInput;
+ output: ListDashboardsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/ListGatewaysCommand.ts b/clients/client-iotsitewise/src/commands/ListGatewaysCommand.ts
index ddbec461204e..51a89c26b5c0 100644
--- a/clients/client-iotsitewise/src/commands/ListGatewaysCommand.ts
+++ b/clients/client-iotsitewise/src/commands/ListGatewaysCommand.ts
@@ -116,4 +116,16 @@ export class ListGatewaysCommand extends $Command
.f(void 0, void 0)
.ser(se_ListGatewaysCommand)
.de(de_ListGatewaysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGatewaysRequest;
+ output: ListGatewaysResponse;
+ };
+ sdk: {
+ input: ListGatewaysCommandInput;
+ output: ListGatewaysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/ListPortalsCommand.ts b/clients/client-iotsitewise/src/commands/ListPortalsCommand.ts
index 769a14e4f15c..32d6cbe67b2b 100644
--- a/clients/client-iotsitewise/src/commands/ListPortalsCommand.ts
+++ b/clients/client-iotsitewise/src/commands/ListPortalsCommand.ts
@@ -109,4 +109,16 @@ export class ListPortalsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPortalsCommand)
.de(de_ListPortalsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPortalsRequest;
+ output: ListPortalsResponse;
+ };
+ sdk: {
+ input: ListPortalsCommandInput;
+ output: ListPortalsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/ListProjectAssetsCommand.ts b/clients/client-iotsitewise/src/commands/ListProjectAssetsCommand.ts
index 894ac10ea56d..0d4e6200af19 100644
--- a/clients/client-iotsitewise/src/commands/ListProjectAssetsCommand.ts
+++ b/clients/client-iotsitewise/src/commands/ListProjectAssetsCommand.ts
@@ -95,4 +95,16 @@ export class ListProjectAssetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProjectAssetsCommand)
.de(de_ListProjectAssetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProjectAssetsRequest;
+ output: ListProjectAssetsResponse;
+ };
+ sdk: {
+ input: ListProjectAssetsCommandInput;
+ output: ListProjectAssetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/ListProjectsCommand.ts b/clients/client-iotsitewise/src/commands/ListProjectsCommand.ts
index f3a214cf7b62..55fb9cac593b 100644
--- a/clients/client-iotsitewise/src/commands/ListProjectsCommand.ts
+++ b/clients/client-iotsitewise/src/commands/ListProjectsCommand.ts
@@ -101,4 +101,16 @@ export class ListProjectsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProjectsCommand)
.de(de_ListProjectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProjectsRequest;
+ output: ListProjectsResponse;
+ };
+ sdk: {
+ input: ListProjectsCommandInput;
+ output: ListProjectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotsitewise/src/commands/ListTagsForResourceCommand.ts
index 4c0b78425103..6842b2299707 100644
--- a/clients/client-iotsitewise/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-iotsitewise/src/commands/ListTagsForResourceCommand.ts
@@ -108,4 +108,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/ListTimeSeriesCommand.ts b/clients/client-iotsitewise/src/commands/ListTimeSeriesCommand.ts
index a369de8ae0af..0cd947a165c6 100644
--- a/clients/client-iotsitewise/src/commands/ListTimeSeriesCommand.ts
+++ b/clients/client-iotsitewise/src/commands/ListTimeSeriesCommand.ts
@@ -110,4 +110,16 @@ export class ListTimeSeriesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTimeSeriesCommand)
.de(de_ListTimeSeriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTimeSeriesRequest;
+ output: ListTimeSeriesResponse;
+ };
+ sdk: {
+ input: ListTimeSeriesCommandInput;
+ output: ListTimeSeriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/PutDefaultEncryptionConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/PutDefaultEncryptionConfigurationCommand.ts
index 524f4f2fedfd..1a8d4a3ab828 100644
--- a/clients/client-iotsitewise/src/commands/PutDefaultEncryptionConfigurationCommand.ts
+++ b/clients/client-iotsitewise/src/commands/PutDefaultEncryptionConfigurationCommand.ts
@@ -119,4 +119,16 @@ export class PutDefaultEncryptionConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutDefaultEncryptionConfigurationCommand)
.de(de_PutDefaultEncryptionConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutDefaultEncryptionConfigurationRequest;
+ output: PutDefaultEncryptionConfigurationResponse;
+ };
+ sdk: {
+ input: PutDefaultEncryptionConfigurationCommandInput;
+ output: PutDefaultEncryptionConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/PutLoggingOptionsCommand.ts b/clients/client-iotsitewise/src/commands/PutLoggingOptionsCommand.ts
index 44ef7eb475c8..de5f2b762575 100644
--- a/clients/client-iotsitewise/src/commands/PutLoggingOptionsCommand.ts
+++ b/clients/client-iotsitewise/src/commands/PutLoggingOptionsCommand.ts
@@ -97,4 +97,16 @@ export class PutLoggingOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutLoggingOptionsCommand)
.de(de_PutLoggingOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutLoggingOptionsRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutLoggingOptionsCommandInput;
+ output: PutLoggingOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/PutStorageConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/PutStorageConfigurationCommand.ts
index 5a8a5c0eaa80..0779d2f60dce 100644
--- a/clients/client-iotsitewise/src/commands/PutStorageConfigurationCommand.ts
+++ b/clients/client-iotsitewise/src/commands/PutStorageConfigurationCommand.ts
@@ -145,4 +145,16 @@ export class PutStorageConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutStorageConfigurationCommand)
.de(de_PutStorageConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutStorageConfigurationRequest;
+ output: PutStorageConfigurationResponse;
+ };
+ sdk: {
+ input: PutStorageConfigurationCommandInput;
+ output: PutStorageConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/TagResourceCommand.ts b/clients/client-iotsitewise/src/commands/TagResourceCommand.ts
index bf8d8ebae941..f059c9f21d67 100644
--- a/clients/client-iotsitewise/src/commands/TagResourceCommand.ts
+++ b/clients/client-iotsitewise/src/commands/TagResourceCommand.ts
@@ -113,4 +113,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/UntagResourceCommand.ts b/clients/client-iotsitewise/src/commands/UntagResourceCommand.ts
index 36226d61c3cd..53517ca839ac 100644
--- a/clients/client-iotsitewise/src/commands/UntagResourceCommand.ts
+++ b/clients/client-iotsitewise/src/commands/UntagResourceCommand.ts
@@ -107,4 +107,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/UpdateAccessPolicyCommand.ts b/clients/client-iotsitewise/src/commands/UpdateAccessPolicyCommand.ts
index f6d1630d248e..062c2b90d70e 100644
--- a/clients/client-iotsitewise/src/commands/UpdateAccessPolicyCommand.ts
+++ b/clients/client-iotsitewise/src/commands/UpdateAccessPolicyCommand.ts
@@ -116,4 +116,16 @@ export class UpdateAccessPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAccessPolicyCommand)
.de(de_UpdateAccessPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAccessPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateAccessPolicyCommandInput;
+ output: UpdateAccessPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/UpdateAssetCommand.ts b/clients/client-iotsitewise/src/commands/UpdateAssetCommand.ts
index 5bec89f5f8da..95d2ebea906f 100644
--- a/clients/client-iotsitewise/src/commands/UpdateAssetCommand.ts
+++ b/clients/client-iotsitewise/src/commands/UpdateAssetCommand.ts
@@ -117,4 +117,16 @@ export class UpdateAssetCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAssetCommand)
.de(de_UpdateAssetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAssetRequest;
+ output: UpdateAssetResponse;
+ };
+ sdk: {
+ input: UpdateAssetCommandInput;
+ output: UpdateAssetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/UpdateAssetModelCommand.ts b/clients/client-iotsitewise/src/commands/UpdateAssetModelCommand.ts
index 207a383977cf..c8bc336aba26 100644
--- a/clients/client-iotsitewise/src/commands/UpdateAssetModelCommand.ts
+++ b/clients/client-iotsitewise/src/commands/UpdateAssetModelCommand.ts
@@ -308,4 +308,16 @@ export class UpdateAssetModelCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAssetModelCommand)
.de(de_UpdateAssetModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAssetModelRequest;
+ output: UpdateAssetModelResponse;
+ };
+ sdk: {
+ input: UpdateAssetModelCommandInput;
+ output: UpdateAssetModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/UpdateAssetModelCompositeModelCommand.ts b/clients/client-iotsitewise/src/commands/UpdateAssetModelCompositeModelCommand.ts
index 842c80b35018..1d95d6b331df 100644
--- a/clients/client-iotsitewise/src/commands/UpdateAssetModelCompositeModelCommand.ts
+++ b/clients/client-iotsitewise/src/commands/UpdateAssetModelCompositeModelCommand.ts
@@ -239,4 +239,16 @@ export class UpdateAssetModelCompositeModelCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAssetModelCompositeModelCommand)
.de(de_UpdateAssetModelCompositeModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAssetModelCompositeModelRequest;
+ output: UpdateAssetModelCompositeModelResponse;
+ };
+ sdk: {
+ input: UpdateAssetModelCompositeModelCommandInput;
+ output: UpdateAssetModelCompositeModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/UpdateAssetPropertyCommand.ts b/clients/client-iotsitewise/src/commands/UpdateAssetPropertyCommand.ts
index 9a9248c4d84d..cf19f950af86 100644
--- a/clients/client-iotsitewise/src/commands/UpdateAssetPropertyCommand.ts
+++ b/clients/client-iotsitewise/src/commands/UpdateAssetPropertyCommand.ts
@@ -105,4 +105,16 @@ export class UpdateAssetPropertyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAssetPropertyCommand)
.de(de_UpdateAssetPropertyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAssetPropertyRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateAssetPropertyCommandInput;
+ output: UpdateAssetPropertyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/UpdateDashboardCommand.ts b/clients/client-iotsitewise/src/commands/UpdateDashboardCommand.ts
index 387b3a900d2d..3028d543eccf 100644
--- a/clients/client-iotsitewise/src/commands/UpdateDashboardCommand.ts
+++ b/clients/client-iotsitewise/src/commands/UpdateDashboardCommand.ts
@@ -95,4 +95,16 @@ export class UpdateDashboardCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDashboardCommand)
.de(de_UpdateDashboardCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDashboardRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDashboardCommandInput;
+ output: UpdateDashboardCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/UpdateGatewayCapabilityConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/UpdateGatewayCapabilityConfigurationCommand.ts
index 1e1482c7a5b8..a297bdfe7b87 100644
--- a/clients/client-iotsitewise/src/commands/UpdateGatewayCapabilityConfigurationCommand.ts
+++ b/clients/client-iotsitewise/src/commands/UpdateGatewayCapabilityConfigurationCommand.ts
@@ -118,4 +118,16 @@ export class UpdateGatewayCapabilityConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateGatewayCapabilityConfigurationCommand)
.de(de_UpdateGatewayCapabilityConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGatewayCapabilityConfigurationRequest;
+ output: UpdateGatewayCapabilityConfigurationResponse;
+ };
+ sdk: {
+ input: UpdateGatewayCapabilityConfigurationCommandInput;
+ output: UpdateGatewayCapabilityConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/UpdateGatewayCommand.ts b/clients/client-iotsitewise/src/commands/UpdateGatewayCommand.ts
index a51a906277bf..cd9b391dfd2e 100644
--- a/clients/client-iotsitewise/src/commands/UpdateGatewayCommand.ts
+++ b/clients/client-iotsitewise/src/commands/UpdateGatewayCommand.ts
@@ -96,4 +96,16 @@ export class UpdateGatewayCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateGatewayCommand)
.de(de_UpdateGatewayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGatewayRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateGatewayCommandInput;
+ output: UpdateGatewayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/UpdatePortalCommand.ts b/clients/client-iotsitewise/src/commands/UpdatePortalCommand.ts
index ef31d047b151..41bed0f4c196 100644
--- a/clients/client-iotsitewise/src/commands/UpdatePortalCommand.ts
+++ b/clients/client-iotsitewise/src/commands/UpdatePortalCommand.ts
@@ -120,4 +120,16 @@ export class UpdatePortalCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePortalCommand)
.de(de_UpdatePortalCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePortalRequest;
+ output: UpdatePortalResponse;
+ };
+ sdk: {
+ input: UpdatePortalCommandInput;
+ output: UpdatePortalCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotsitewise/src/commands/UpdateProjectCommand.ts b/clients/client-iotsitewise/src/commands/UpdateProjectCommand.ts
index 35ffe8e7213e..bf740d270119 100644
--- a/clients/client-iotsitewise/src/commands/UpdateProjectCommand.ts
+++ b/clients/client-iotsitewise/src/commands/UpdateProjectCommand.ts
@@ -94,4 +94,16 @@ export class UpdateProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateProjectCommand)
.de(de_UpdateProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateProjectRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateProjectCommandInput;
+ output: UpdateProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/package.json b/clients/client-iotthingsgraph/package.json
index d091227415ff..aa3817593b58 100644
--- a/clients/client-iotthingsgraph/package.json
+++ b/clients/client-iotthingsgraph/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts b/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts
index ad3f4ba5e740..b1e984c0bc0b 100644
--- a/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts
@@ -92,4 +92,16 @@ export class AssociateEntityToThingCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateEntityToThingCommand)
.de(de_AssociateEntityToThingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateEntityToThingRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateEntityToThingCommandInput;
+ output: AssociateEntityToThingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts
index 66452ace6ef4..54db981ba7ce 100644
--- a/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts
@@ -105,4 +105,16 @@ export class CreateFlowTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFlowTemplateCommand)
.de(de_CreateFlowTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFlowTemplateRequest;
+ output: CreateFlowTemplateResponse;
+ };
+ sdk: {
+ input: CreateFlowTemplateCommandInput;
+ output: CreateFlowTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts
index d4c5bc4ca3fa..916882c1e7b0 100644
--- a/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts
@@ -129,4 +129,16 @@ export class CreateSystemInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSystemInstanceCommand)
.de(de_CreateSystemInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSystemInstanceRequest;
+ output: CreateSystemInstanceResponse;
+ };
+ sdk: {
+ input: CreateSystemInstanceCommandInput;
+ output: CreateSystemInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts
index 4a9cbb107df2..3184fba9fcf9 100644
--- a/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts
@@ -101,4 +101,16 @@ export class CreateSystemTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSystemTemplateCommand)
.de(de_CreateSystemTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSystemTemplateRequest;
+ output: CreateSystemTemplateResponse;
+ };
+ sdk: {
+ input: CreateSystemTemplateCommandInput;
+ output: CreateSystemTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts
index ecb8a7e3e44a..cdf7ba614764 100644
--- a/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts
@@ -90,4 +90,16 @@ export class DeleteFlowTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFlowTemplateCommand)
.de(de_DeleteFlowTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFlowTemplateRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFlowTemplateCommandInput;
+ output: DeleteFlowTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts
index 07b59152478a..14edbb53276a 100644
--- a/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts
@@ -85,4 +85,16 @@ export class DeleteNamespaceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteNamespaceCommand)
.de(de_DeleteNamespaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DeleteNamespaceResponse;
+ };
+ sdk: {
+ input: DeleteNamespaceCommandInput;
+ output: DeleteNamespaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts
index 33233c2f9d21..094858fcd76b 100644
--- a/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts
@@ -91,4 +91,16 @@ export class DeleteSystemInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSystemInstanceCommand)
.de(de_DeleteSystemInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSystemInstanceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSystemInstanceCommandInput;
+ output: DeleteSystemInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts
index cbaa981d1dad..34bf309d6abe 100644
--- a/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts
@@ -90,4 +90,16 @@ export class DeleteSystemTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSystemTemplateCommand)
.de(de_DeleteSystemTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSystemTemplateRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSystemTemplateCommandInput;
+ output: DeleteSystemTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts
index 84575edeaf8b..6d0c9be8db9e 100644
--- a/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts
@@ -116,4 +116,16 @@ export class DeploySystemInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeploySystemInstanceCommand)
.de(de_DeploySystemInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeploySystemInstanceRequest;
+ output: DeploySystemInstanceResponse;
+ };
+ sdk: {
+ input: DeploySystemInstanceCommandInput;
+ output: DeploySystemInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts
index f6ec1bc1aa24..036780220d33 100644
--- a/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts
@@ -89,4 +89,16 @@ export class DeprecateFlowTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeprecateFlowTemplateCommand)
.de(de_DeprecateFlowTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeprecateFlowTemplateRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeprecateFlowTemplateCommandInput;
+ output: DeprecateFlowTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts
index 4b2058d4f7d7..e91f57061db1 100644
--- a/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts
@@ -89,4 +89,16 @@ export class DeprecateSystemTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeprecateSystemTemplateCommand)
.de(de_DeprecateSystemTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeprecateSystemTemplateRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeprecateSystemTemplateCommandInput;
+ output: DeprecateSystemTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts b/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts
index 37a99bdf7c3b..cba36c0b689d 100644
--- a/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts
@@ -95,4 +95,16 @@ export class DescribeNamespaceCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeNamespaceCommand)
.de(de_DescribeNamespaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeNamespaceRequest;
+ output: DescribeNamespaceResponse;
+ };
+ sdk: {
+ input: DescribeNamespaceCommandInput;
+ output: DescribeNamespaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts b/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts
index 6bcc70c0d873..8057d8d83163 100644
--- a/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts
@@ -91,4 +91,16 @@ export class DissociateEntityFromThingCommand extends $Command
.f(void 0, void 0)
.ser(se_DissociateEntityFromThingCommand)
.de(de_DissociateEntityFromThingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DissociateEntityFromThingRequest;
+ output: {};
+ };
+ sdk: {
+ input: DissociateEntityFromThingCommandInput;
+ output: DissociateEntityFromThingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts b/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts
index 19638fa913b6..5129fa1b22ef 100644
--- a/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts
@@ -136,4 +136,16 @@ export class GetEntitiesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEntitiesCommand)
.de(de_GetEntitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEntitiesRequest;
+ output: GetEntitiesResponse;
+ };
+ sdk: {
+ input: GetEntitiesCommandInput;
+ output: GetEntitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts
index 15bd4a478e35..53cc7fafdcb7 100644
--- a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts
@@ -104,4 +104,16 @@ export class GetFlowTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFlowTemplateCommand)
.de(de_GetFlowTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFlowTemplateRequest;
+ output: GetFlowTemplateResponse;
+ };
+ sdk: {
+ input: GetFlowTemplateCommandInput;
+ output: GetFlowTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts
index 30e8526c9206..7ca1244e5041 100644
--- a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts
@@ -102,4 +102,16 @@ export class GetFlowTemplateRevisionsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFlowTemplateRevisionsCommand)
.de(de_GetFlowTemplateRevisionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFlowTemplateRevisionsRequest;
+ output: GetFlowTemplateRevisionsResponse;
+ };
+ sdk: {
+ input: GetFlowTemplateRevisionsCommandInput;
+ output: GetFlowTemplateRevisionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts b/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts
index 32c25e5b73e6..c67f6767f410 100644
--- a/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts
@@ -90,4 +90,16 @@ export class GetNamespaceDeletionStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetNamespaceDeletionStatusCommand)
.de(de_GetNamespaceDeletionStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetNamespaceDeletionStatusResponse;
+ };
+ sdk: {
+ input: GetNamespaceDeletionStatusCommandInput;
+ output: GetNamespaceDeletionStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts
index daec0c041309..eaf062ea5e8c 100644
--- a/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts
@@ -120,4 +120,16 @@ export class GetSystemInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSystemInstanceCommand)
.de(de_GetSystemInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSystemInstanceRequest;
+ output: GetSystemInstanceResponse;
+ };
+ sdk: {
+ input: GetSystemInstanceCommandInput;
+ output: GetSystemInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts
index 5d8457434a7d..b30019c100e8 100644
--- a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts
@@ -104,4 +104,16 @@ export class GetSystemTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSystemTemplateCommand)
.de(de_GetSystemTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSystemTemplateRequest;
+ output: GetSystemTemplateResponse;
+ };
+ sdk: {
+ input: GetSystemTemplateCommandInput;
+ output: GetSystemTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts
index 7c28cbedd3e5..81fc6ca8792f 100644
--- a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts
@@ -102,4 +102,16 @@ export class GetSystemTemplateRevisionsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSystemTemplateRevisionsCommand)
.de(de_GetSystemTemplateRevisionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSystemTemplateRevisionsRequest;
+ output: GetSystemTemplateRevisionsResponse;
+ };
+ sdk: {
+ input: GetSystemTemplateRevisionsCommandInput;
+ output: GetSystemTemplateRevisionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts b/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts
index 10591f08fd36..8ec580672a9a 100644
--- a/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts
@@ -99,4 +99,16 @@ export class GetUploadStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetUploadStatusCommand)
.de(de_GetUploadStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUploadStatusRequest;
+ output: GetUploadStatusResponse;
+ };
+ sdk: {
+ input: GetUploadStatusCommandInput;
+ output: GetUploadStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts b/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts
index bd47df3b455e..69773dfd32c0 100644
--- a/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts
@@ -101,4 +101,16 @@ export class ListFlowExecutionMessagesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFlowExecutionMessagesCommand)
.de(de_ListFlowExecutionMessagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFlowExecutionMessagesRequest;
+ output: ListFlowExecutionMessagesResponse;
+ };
+ sdk: {
+ input: ListFlowExecutionMessagesCommandInput;
+ output: ListFlowExecutionMessagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts
index a506901eb8fa..75b5dcc92540 100644
--- a/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts
@@ -99,4 +99,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts
index e30e82e060e9..a9b69a375de8 100644
--- a/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts
@@ -113,4 +113,16 @@ export class SearchEntitiesCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchEntitiesCommand)
.de(de_SearchEntitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchEntitiesRequest;
+ output: SearchEntitiesResponse;
+ };
+ sdk: {
+ input: SearchEntitiesCommandInput;
+ output: SearchEntitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts
index 58d93a219de5..6c51b19b767a 100644
--- a/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts
@@ -106,4 +106,16 @@ export class SearchFlowExecutionsCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchFlowExecutionsCommand)
.de(de_SearchFlowExecutionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchFlowExecutionsRequest;
+ output: SearchFlowExecutionsResponse;
+ };
+ sdk: {
+ input: SearchFlowExecutionsCommandInput;
+ output: SearchFlowExecutionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts
index 163b2664f69b..ab98aeb9ebfb 100644
--- a/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts
@@ -105,4 +105,16 @@ export class SearchFlowTemplatesCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchFlowTemplatesCommand)
.de(de_SearchFlowTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchFlowTemplatesRequest;
+ output: SearchFlowTemplatesResponse;
+ };
+ sdk: {
+ input: SearchFlowTemplatesCommandInput;
+ output: SearchFlowTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts
index 0527a58e83d1..0ae2a387e2b9 100644
--- a/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts
@@ -110,4 +110,16 @@ export class SearchSystemInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchSystemInstancesCommand)
.de(de_SearchSystemInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchSystemInstancesRequest;
+ output: SearchSystemInstancesResponse;
+ };
+ sdk: {
+ input: SearchSystemInstancesCommandInput;
+ output: SearchSystemInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts
index 6e7adb92d204..06e1f59272e8 100644
--- a/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts
@@ -105,4 +105,16 @@ export class SearchSystemTemplatesCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchSystemTemplatesCommand)
.de(de_SearchSystemTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchSystemTemplatesRequest;
+ output: SearchSystemTemplatesResponse;
+ };
+ sdk: {
+ input: SearchSystemTemplatesCommandInput;
+ output: SearchSystemTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts
index fabe3911a9cf..d3a2c953938f 100644
--- a/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts
@@ -103,4 +103,16 @@ export class SearchThingsCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchThingsCommand)
.de(de_SearchThingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchThingsRequest;
+ output: SearchThingsResponse;
+ };
+ sdk: {
+ input: SearchThingsCommandInput;
+ output: SearchThingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts b/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts
index 867177662423..a050e5131da3 100644
--- a/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts
@@ -95,4 +95,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts
index e40cbd153dfb..b772df9b6531 100644
--- a/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts
@@ -104,4 +104,16 @@ export class UndeploySystemInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_UndeploySystemInstanceCommand)
.de(de_UndeploySystemInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UndeploySystemInstanceRequest;
+ output: UndeploySystemInstanceResponse;
+ };
+ sdk: {
+ input: UndeploySystemInstanceCommandInput;
+ output: UndeploySystemInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts b/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts
index 0e4ebc44b092..d58d0ddae197 100644
--- a/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts
@@ -92,4 +92,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts
index 0ceb87591a2e..8f168553a360 100644
--- a/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts
@@ -102,4 +102,16 @@ export class UpdateFlowTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFlowTemplateCommand)
.de(de_UpdateFlowTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFlowTemplateRequest;
+ output: UpdateFlowTemplateResponse;
+ };
+ sdk: {
+ input: UpdateFlowTemplateCommandInput;
+ output: UpdateFlowTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts
index 846fdf6200b7..05199ac18a5c 100644
--- a/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts
@@ -101,4 +101,16 @@ export class UpdateSystemTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSystemTemplateCommand)
.de(de_UpdateSystemTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSystemTemplateRequest;
+ output: UpdateSystemTemplateResponse;
+ };
+ sdk: {
+ input: UpdateSystemTemplateCommandInput;
+ output: UpdateSystemTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts b/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts
index c512b01e61b8..df51837b5b8c 100644
--- a/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts
+++ b/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts
@@ -103,4 +103,16 @@ export class UploadEntityDefinitionsCommand extends $Command
.f(void 0, void 0)
.ser(se_UploadEntityDefinitionsCommand)
.de(de_UploadEntityDefinitionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UploadEntityDefinitionsRequest;
+ output: UploadEntityDefinitionsResponse;
+ };
+ sdk: {
+ input: UploadEntityDefinitionsCommandInput;
+ output: UploadEntityDefinitionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/package.json b/clients/client-iottwinmaker/package.json
index 81ac18bd6b15..4aa0e9b9a066 100644
--- a/clients/client-iottwinmaker/package.json
+++ b/clients/client-iottwinmaker/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-iottwinmaker/src/commands/BatchPutPropertyValuesCommand.ts b/clients/client-iottwinmaker/src/commands/BatchPutPropertyValuesCommand.ts
index beeb07b51ecd..1bac529618c9 100644
--- a/clients/client-iottwinmaker/src/commands/BatchPutPropertyValuesCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/BatchPutPropertyValuesCommand.ts
@@ -204,4 +204,16 @@ export class BatchPutPropertyValuesCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchPutPropertyValuesCommand)
.de(de_BatchPutPropertyValuesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchPutPropertyValuesRequest;
+ output: BatchPutPropertyValuesResponse;
+ };
+ sdk: {
+ input: BatchPutPropertyValuesCommandInput;
+ output: BatchPutPropertyValuesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/CancelMetadataTransferJobCommand.ts b/clients/client-iottwinmaker/src/commands/CancelMetadataTransferJobCommand.ts
index f831ca6c2ab8..c097ab8c6714 100644
--- a/clients/client-iottwinmaker/src/commands/CancelMetadataTransferJobCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/CancelMetadataTransferJobCommand.ts
@@ -111,4 +111,16 @@ export class CancelMetadataTransferJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelMetadataTransferJobCommand)
.de(de_CancelMetadataTransferJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelMetadataTransferJobRequest;
+ output: CancelMetadataTransferJobResponse;
+ };
+ sdk: {
+ input: CancelMetadataTransferJobCommandInput;
+ output: CancelMetadataTransferJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/CreateComponentTypeCommand.ts b/clients/client-iottwinmaker/src/commands/CreateComponentTypeCommand.ts
index 0375ebd14ffe..9af37f72aea5 100644
--- a/clients/client-iottwinmaker/src/commands/CreateComponentTypeCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/CreateComponentTypeCommand.ts
@@ -200,4 +200,16 @@ export class CreateComponentTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateComponentTypeCommand)
.de(de_CreateComponentTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateComponentTypeRequest;
+ output: CreateComponentTypeResponse;
+ };
+ sdk: {
+ input: CreateComponentTypeCommandInput;
+ output: CreateComponentTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/CreateEntityCommand.ts b/clients/client-iottwinmaker/src/commands/CreateEntityCommand.ts
index 4b3a55f27494..9c2c96fc78d1 100644
--- a/clients/client-iottwinmaker/src/commands/CreateEntityCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/CreateEntityCommand.ts
@@ -222,4 +222,16 @@ export class CreateEntityCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEntityCommand)
.de(de_CreateEntityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEntityRequest;
+ output: CreateEntityResponse;
+ };
+ sdk: {
+ input: CreateEntityCommandInput;
+ output: CreateEntityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/CreateMetadataTransferJobCommand.ts b/clients/client-iottwinmaker/src/commands/CreateMetadataTransferJobCommand.ts
index 75249613a94a..d6a3f7b087e2 100644
--- a/clients/client-iottwinmaker/src/commands/CreateMetadataTransferJobCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/CreateMetadataTransferJobCommand.ts
@@ -157,4 +157,16 @@ export class CreateMetadataTransferJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateMetadataTransferJobCommand)
.de(de_CreateMetadataTransferJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMetadataTransferJobRequest;
+ output: CreateMetadataTransferJobResponse;
+ };
+ sdk: {
+ input: CreateMetadataTransferJobCommandInput;
+ output: CreateMetadataTransferJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/CreateSceneCommand.ts b/clients/client-iottwinmaker/src/commands/CreateSceneCommand.ts
index 76eed1f10b91..a436797fb24b 100644
--- a/clients/client-iottwinmaker/src/commands/CreateSceneCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/CreateSceneCommand.ts
@@ -108,4 +108,16 @@ export class CreateSceneCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSceneCommand)
.de(de_CreateSceneCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSceneRequest;
+ output: CreateSceneResponse;
+ };
+ sdk: {
+ input: CreateSceneCommandInput;
+ output: CreateSceneCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/CreateSyncJobCommand.ts b/clients/client-iottwinmaker/src/commands/CreateSyncJobCommand.ts
index 73e19849a391..2f33efbe0860 100644
--- a/clients/client-iottwinmaker/src/commands/CreateSyncJobCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/CreateSyncJobCommand.ts
@@ -102,4 +102,16 @@ export class CreateSyncJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSyncJobCommand)
.de(de_CreateSyncJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSyncJobRequest;
+ output: CreateSyncJobResponse;
+ };
+ sdk: {
+ input: CreateSyncJobCommandInput;
+ output: CreateSyncJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/CreateWorkspaceCommand.ts b/clients/client-iottwinmaker/src/commands/CreateWorkspaceCommand.ts
index aadd284178ad..43510f250a0d 100644
--- a/clients/client-iottwinmaker/src/commands/CreateWorkspaceCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/CreateWorkspaceCommand.ts
@@ -102,4 +102,16 @@ export class CreateWorkspaceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateWorkspaceCommand)
.de(de_CreateWorkspaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateWorkspaceRequest;
+ output: CreateWorkspaceResponse;
+ };
+ sdk: {
+ input: CreateWorkspaceCommandInput;
+ output: CreateWorkspaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/DeleteComponentTypeCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteComponentTypeCommand.ts
index d0b9404f9776..aa0a25759f79 100644
--- a/clients/client-iottwinmaker/src/commands/DeleteComponentTypeCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/DeleteComponentTypeCommand.ts
@@ -93,4 +93,16 @@ export class DeleteComponentTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteComponentTypeCommand)
.de(de_DeleteComponentTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteComponentTypeRequest;
+ output: DeleteComponentTypeResponse;
+ };
+ sdk: {
+ input: DeleteComponentTypeCommandInput;
+ output: DeleteComponentTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/DeleteEntityCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteEntityCommand.ts
index 7c2c3beda45a..19e96a272cf5 100644
--- a/clients/client-iottwinmaker/src/commands/DeleteEntityCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/DeleteEntityCommand.ts
@@ -94,4 +94,16 @@ export class DeleteEntityCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEntityCommand)
.de(de_DeleteEntityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEntityRequest;
+ output: DeleteEntityResponse;
+ };
+ sdk: {
+ input: DeleteEntityCommandInput;
+ output: DeleteEntityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/DeleteSceneCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteSceneCommand.ts
index c83eb7abe4b0..63ffc3dd9013 100644
--- a/clients/client-iottwinmaker/src/commands/DeleteSceneCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/DeleteSceneCommand.ts
@@ -91,4 +91,16 @@ export class DeleteSceneCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSceneCommand)
.de(de_DeleteSceneCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSceneRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSceneCommandInput;
+ output: DeleteSceneCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/DeleteSyncJobCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteSyncJobCommand.ts
index 61bfc4cd906d..640a4e7e3933 100644
--- a/clients/client-iottwinmaker/src/commands/DeleteSyncJobCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/DeleteSyncJobCommand.ts
@@ -96,4 +96,16 @@ export class DeleteSyncJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSyncJobCommand)
.de(de_DeleteSyncJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSyncJobRequest;
+ output: DeleteSyncJobResponse;
+ };
+ sdk: {
+ input: DeleteSyncJobCommandInput;
+ output: DeleteSyncJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/DeleteWorkspaceCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteWorkspaceCommand.ts
index 69c32e6f7e5f..a0c0a313e151 100644
--- a/clients/client-iottwinmaker/src/commands/DeleteWorkspaceCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/DeleteWorkspaceCommand.ts
@@ -92,4 +92,16 @@ export class DeleteWorkspaceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteWorkspaceCommand)
.de(de_DeleteWorkspaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteWorkspaceRequest;
+ output: DeleteWorkspaceResponse;
+ };
+ sdk: {
+ input: DeleteWorkspaceCommandInput;
+ output: DeleteWorkspaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/ExecuteQueryCommand.ts b/clients/client-iottwinmaker/src/commands/ExecuteQueryCommand.ts
index 2540cd657e62..0bb496c8f247 100644
--- a/clients/client-iottwinmaker/src/commands/ExecuteQueryCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/ExecuteQueryCommand.ts
@@ -116,4 +116,16 @@ export class ExecuteQueryCommand extends $Command
.f(void 0, void 0)
.ser(se_ExecuteQueryCommand)
.de(de_ExecuteQueryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExecuteQueryRequest;
+ output: ExecuteQueryResponse;
+ };
+ sdk: {
+ input: ExecuteQueryCommandInput;
+ output: ExecuteQueryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/GetComponentTypeCommand.ts b/clients/client-iottwinmaker/src/commands/GetComponentTypeCommand.ts
index 4a6ba4939b50..ccc26b615cb6 100644
--- a/clients/client-iottwinmaker/src/commands/GetComponentTypeCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/GetComponentTypeCommand.ts
@@ -212,4 +212,16 @@ export class GetComponentTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_GetComponentTypeCommand)
.de(de_GetComponentTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetComponentTypeRequest;
+ output: GetComponentTypeResponse;
+ };
+ sdk: {
+ input: GetComponentTypeCommandInput;
+ output: GetComponentTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/GetEntityCommand.ts b/clients/client-iottwinmaker/src/commands/GetEntityCommand.ts
index d5b8e3232c47..528c705af5bf 100644
--- a/clients/client-iottwinmaker/src/commands/GetEntityCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/GetEntityCommand.ts
@@ -230,4 +230,16 @@ export class GetEntityCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEntityCommand)
.de(de_GetEntityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEntityRequest;
+ output: GetEntityResponse;
+ };
+ sdk: {
+ input: GetEntityCommandInput;
+ output: GetEntityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/GetMetadataTransferJobCommand.ts b/clients/client-iottwinmaker/src/commands/GetMetadataTransferJobCommand.ts
index 34900c1f2ffc..45e18fc1f1bf 100644
--- a/clients/client-iottwinmaker/src/commands/GetMetadataTransferJobCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/GetMetadataTransferJobCommand.ts
@@ -160,4 +160,16 @@ export class GetMetadataTransferJobCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMetadataTransferJobCommand)
.de(de_GetMetadataTransferJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMetadataTransferJobRequest;
+ output: GetMetadataTransferJobResponse;
+ };
+ sdk: {
+ input: GetMetadataTransferJobCommandInput;
+ output: GetMetadataTransferJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/GetPricingPlanCommand.ts b/clients/client-iottwinmaker/src/commands/GetPricingPlanCommand.ts
index 09e8535bde5a..af5b5c025402 100644
--- a/clients/client-iottwinmaker/src/commands/GetPricingPlanCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/GetPricingPlanCommand.ts
@@ -112,4 +112,16 @@ export class GetPricingPlanCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPricingPlanCommand)
.de(de_GetPricingPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetPricingPlanResponse;
+ };
+ sdk: {
+ input: GetPricingPlanCommandInput;
+ output: GetPricingPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/GetPropertyValueCommand.ts b/clients/client-iottwinmaker/src/commands/GetPropertyValueCommand.ts
index b9aeb8f8273d..4108b8b800be 100644
--- a/clients/client-iottwinmaker/src/commands/GetPropertyValueCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/GetPropertyValueCommand.ts
@@ -214,4 +214,16 @@ export class GetPropertyValueCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPropertyValueCommand)
.de(de_GetPropertyValueCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPropertyValueRequest;
+ output: GetPropertyValueResponse;
+ };
+ sdk: {
+ input: GetPropertyValueCommandInput;
+ output: GetPropertyValueCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/GetPropertyValueHistoryCommand.ts b/clients/client-iottwinmaker/src/commands/GetPropertyValueHistoryCommand.ts
index 88f0a97b440c..233a54ba2d49 100644
--- a/clients/client-iottwinmaker/src/commands/GetPropertyValueHistoryCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/GetPropertyValueHistoryCommand.ts
@@ -215,4 +215,16 @@ export class GetPropertyValueHistoryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPropertyValueHistoryCommand)
.de(de_GetPropertyValueHistoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPropertyValueHistoryRequest;
+ output: GetPropertyValueHistoryResponse;
+ };
+ sdk: {
+ input: GetPropertyValueHistoryCommandInput;
+ output: GetPropertyValueHistoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/GetSceneCommand.ts b/clients/client-iottwinmaker/src/commands/GetSceneCommand.ts
index 06038d09a561..10a138400aaa 100644
--- a/clients/client-iottwinmaker/src/commands/GetSceneCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/GetSceneCommand.ts
@@ -112,4 +112,16 @@ export class GetSceneCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSceneCommand)
.de(de_GetSceneCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSceneRequest;
+ output: GetSceneResponse;
+ };
+ sdk: {
+ input: GetSceneCommandInput;
+ output: GetSceneCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/GetSyncJobCommand.ts b/clients/client-iottwinmaker/src/commands/GetSyncJobCommand.ts
index ab6c7113be75..7baf167aadfa 100644
--- a/clients/client-iottwinmaker/src/commands/GetSyncJobCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/GetSyncJobCommand.ts
@@ -108,4 +108,16 @@ export class GetSyncJobCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSyncJobCommand)
.de(de_GetSyncJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSyncJobRequest;
+ output: GetSyncJobResponse;
+ };
+ sdk: {
+ input: GetSyncJobCommandInput;
+ output: GetSyncJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/GetWorkspaceCommand.ts b/clients/client-iottwinmaker/src/commands/GetWorkspaceCommand.ts
index b88e8ad8a929..a688684dc34a 100644
--- a/clients/client-iottwinmaker/src/commands/GetWorkspaceCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/GetWorkspaceCommand.ts
@@ -101,4 +101,16 @@ export class GetWorkspaceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWorkspaceCommand)
.de(de_GetWorkspaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWorkspaceRequest;
+ output: GetWorkspaceResponse;
+ };
+ sdk: {
+ input: GetWorkspaceCommandInput;
+ output: GetWorkspaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/ListComponentTypesCommand.ts b/clients/client-iottwinmaker/src/commands/ListComponentTypesCommand.ts
index 3b211928abba..f4eb2c7b0e95 100644
--- a/clients/client-iottwinmaker/src/commands/ListComponentTypesCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/ListComponentTypesCommand.ts
@@ -117,4 +117,16 @@ export class ListComponentTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListComponentTypesCommand)
.de(de_ListComponentTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListComponentTypesRequest;
+ output: ListComponentTypesResponse;
+ };
+ sdk: {
+ input: ListComponentTypesCommandInput;
+ output: ListComponentTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/ListComponentsCommand.ts b/clients/client-iottwinmaker/src/commands/ListComponentsCommand.ts
index 83aa91bdd497..cd5f724ec178 100644
--- a/clients/client-iottwinmaker/src/commands/ListComponentsCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/ListComponentsCommand.ts
@@ -122,4 +122,16 @@ export class ListComponentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListComponentsCommand)
.de(de_ListComponentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListComponentsRequest;
+ output: ListComponentsResponse;
+ };
+ sdk: {
+ input: ListComponentsCommandInput;
+ output: ListComponentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/ListEntitiesCommand.ts b/clients/client-iottwinmaker/src/commands/ListEntitiesCommand.ts
index 48d1b7d3e970..551a2d5e11c0 100644
--- a/clients/client-iottwinmaker/src/commands/ListEntitiesCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/ListEntitiesCommand.ts
@@ -117,4 +117,16 @@ export class ListEntitiesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEntitiesCommand)
.de(de_ListEntitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEntitiesRequest;
+ output: ListEntitiesResponse;
+ };
+ sdk: {
+ input: ListEntitiesCommandInput;
+ output: ListEntitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/ListMetadataTransferJobsCommand.ts b/clients/client-iottwinmaker/src/commands/ListMetadataTransferJobsCommand.ts
index a9d7ebcc7bd0..362836fd46f7 100644
--- a/clients/client-iottwinmaker/src/commands/ListMetadataTransferJobsCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/ListMetadataTransferJobsCommand.ts
@@ -120,4 +120,16 @@ export class ListMetadataTransferJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMetadataTransferJobsCommand)
.de(de_ListMetadataTransferJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMetadataTransferJobsRequest;
+ output: ListMetadataTransferJobsResponse;
+ };
+ sdk: {
+ input: ListMetadataTransferJobsCommandInput;
+ output: ListMetadataTransferJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/ListPropertiesCommand.ts b/clients/client-iottwinmaker/src/commands/ListPropertiesCommand.ts
index 91c7c352ddb6..64b0f29f09d4 100644
--- a/clients/client-iottwinmaker/src/commands/ListPropertiesCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/ListPropertiesCommand.ts
@@ -171,4 +171,16 @@ export class ListPropertiesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPropertiesCommand)
.de(de_ListPropertiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPropertiesRequest;
+ output: ListPropertiesResponse;
+ };
+ sdk: {
+ input: ListPropertiesCommandInput;
+ output: ListPropertiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/ListScenesCommand.ts b/clients/client-iottwinmaker/src/commands/ListScenesCommand.ts
index 48a14fdb3f81..e2e9362172c9 100644
--- a/clients/client-iottwinmaker/src/commands/ListScenesCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/ListScenesCommand.ts
@@ -101,4 +101,16 @@ export class ListScenesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListScenesCommand)
.de(de_ListScenesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListScenesRequest;
+ output: ListScenesResponse;
+ };
+ sdk: {
+ input: ListScenesCommandInput;
+ output: ListScenesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/ListSyncJobsCommand.ts b/clients/client-iottwinmaker/src/commands/ListSyncJobsCommand.ts
index f5ebe491e71c..c9cdcd03340e 100644
--- a/clients/client-iottwinmaker/src/commands/ListSyncJobsCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/ListSyncJobsCommand.ts
@@ -110,4 +110,16 @@ export class ListSyncJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSyncJobsCommand)
.de(de_ListSyncJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSyncJobsRequest;
+ output: ListSyncJobsResponse;
+ };
+ sdk: {
+ input: ListSyncJobsCommandInput;
+ output: ListSyncJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/ListSyncResourcesCommand.ts b/clients/client-iottwinmaker/src/commands/ListSyncResourcesCommand.ts
index 1a007c60596f..a7e9f0c27ad2 100644
--- a/clients/client-iottwinmaker/src/commands/ListSyncResourcesCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/ListSyncResourcesCommand.ts
@@ -118,4 +118,16 @@ export class ListSyncResourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSyncResourcesCommand)
.de(de_ListSyncResourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSyncResourcesRequest;
+ output: ListSyncResourcesResponse;
+ };
+ sdk: {
+ input: ListSyncResourcesCommandInput;
+ output: ListSyncResourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/ListTagsForResourceCommand.ts b/clients/client-iottwinmaker/src/commands/ListTagsForResourceCommand.ts
index 98823edf9625..74497c7ee8ec 100644
--- a/clients/client-iottwinmaker/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/ListTagsForResourceCommand.ts
@@ -88,4 +88,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/ListWorkspacesCommand.ts b/clients/client-iottwinmaker/src/commands/ListWorkspacesCommand.ts
index 877f4e4346cb..dbecddddddf2 100644
--- a/clients/client-iottwinmaker/src/commands/ListWorkspacesCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/ListWorkspacesCommand.ts
@@ -102,4 +102,16 @@ export class ListWorkspacesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWorkspacesCommand)
.de(de_ListWorkspacesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWorkspacesRequest;
+ output: ListWorkspacesResponse;
+ };
+ sdk: {
+ input: ListWorkspacesCommandInput;
+ output: ListWorkspacesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/TagResourceCommand.ts b/clients/client-iottwinmaker/src/commands/TagResourceCommand.ts
index f376a3c181cf..b09e05b4663c 100644
--- a/clients/client-iottwinmaker/src/commands/TagResourceCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/TagResourceCommand.ts
@@ -87,4 +87,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/UntagResourceCommand.ts b/clients/client-iottwinmaker/src/commands/UntagResourceCommand.ts
index bbab3eae85d6..6a727bb5049c 100644
--- a/clients/client-iottwinmaker/src/commands/UntagResourceCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/UntagResourceCommand.ts
@@ -84,4 +84,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/UpdateComponentTypeCommand.ts b/clients/client-iottwinmaker/src/commands/UpdateComponentTypeCommand.ts
index 5a9b57300c88..be750e0dd89f 100644
--- a/clients/client-iottwinmaker/src/commands/UpdateComponentTypeCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/UpdateComponentTypeCommand.ts
@@ -198,4 +198,16 @@ export class UpdateComponentTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateComponentTypeCommand)
.de(de_UpdateComponentTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateComponentTypeRequest;
+ output: UpdateComponentTypeResponse;
+ };
+ sdk: {
+ input: UpdateComponentTypeCommandInput;
+ output: UpdateComponentTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/UpdateEntityCommand.ts b/clients/client-iottwinmaker/src/commands/UpdateEntityCommand.ts
index 53c034fbbdcd..a1b0a451bc32 100644
--- a/clients/client-iottwinmaker/src/commands/UpdateEntityCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/UpdateEntityCommand.ts
@@ -225,4 +225,16 @@ export class UpdateEntityCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEntityCommand)
.de(de_UpdateEntityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEntityRequest;
+ output: UpdateEntityResponse;
+ };
+ sdk: {
+ input: UpdateEntityCommandInput;
+ output: UpdateEntityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/UpdatePricingPlanCommand.ts b/clients/client-iottwinmaker/src/commands/UpdatePricingPlanCommand.ts
index de1947a9ca57..46b0c521780e 100644
--- a/clients/client-iottwinmaker/src/commands/UpdatePricingPlanCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/UpdatePricingPlanCommand.ts
@@ -117,4 +117,16 @@ export class UpdatePricingPlanCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePricingPlanCommand)
.de(de_UpdatePricingPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePricingPlanRequest;
+ output: UpdatePricingPlanResponse;
+ };
+ sdk: {
+ input: UpdatePricingPlanCommandInput;
+ output: UpdatePricingPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/UpdateSceneCommand.ts b/clients/client-iottwinmaker/src/commands/UpdateSceneCommand.ts
index 386371ae5275..04570a201de9 100644
--- a/clients/client-iottwinmaker/src/commands/UpdateSceneCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/UpdateSceneCommand.ts
@@ -101,4 +101,16 @@ export class UpdateSceneCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSceneCommand)
.de(de_UpdateSceneCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSceneRequest;
+ output: UpdateSceneResponse;
+ };
+ sdk: {
+ input: UpdateSceneCommandInput;
+ output: UpdateSceneCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-iottwinmaker/src/commands/UpdateWorkspaceCommand.ts b/clients/client-iottwinmaker/src/commands/UpdateWorkspaceCommand.ts
index 56909d622782..b606af58eaa6 100644
--- a/clients/client-iottwinmaker/src/commands/UpdateWorkspaceCommand.ts
+++ b/clients/client-iottwinmaker/src/commands/UpdateWorkspaceCommand.ts
@@ -98,4 +98,16 @@ export class UpdateWorkspaceCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateWorkspaceCommand)
.de(de_UpdateWorkspaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateWorkspaceRequest;
+ output: UpdateWorkspaceResponse;
+ };
+ sdk: {
+ input: UpdateWorkspaceCommandInput;
+ output: UpdateWorkspaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/package.json b/clients/client-ivs-realtime/package.json
index a404491e406a..ea8c3112771e 100644
--- a/clients/client-ivs-realtime/package.json
+++ b/clients/client-ivs-realtime/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-ivs-realtime/src/commands/CreateEncoderConfigurationCommand.ts b/clients/client-ivs-realtime/src/commands/CreateEncoderConfigurationCommand.ts
index bb26f5bd67c9..ac077470d998 100644
--- a/clients/client-ivs-realtime/src/commands/CreateEncoderConfigurationCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/CreateEncoderConfigurationCommand.ts
@@ -119,4 +119,16 @@ export class CreateEncoderConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEncoderConfigurationCommand)
.de(de_CreateEncoderConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEncoderConfigurationRequest;
+ output: CreateEncoderConfigurationResponse;
+ };
+ sdk: {
+ input: CreateEncoderConfigurationCommandInput;
+ output: CreateEncoderConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/CreateIngestConfigurationCommand.ts b/clients/client-ivs-realtime/src/commands/CreateIngestConfigurationCommand.ts
index 313c9d8c5567..98c067256684 100644
--- a/clients/client-ivs-realtime/src/commands/CreateIngestConfigurationCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/CreateIngestConfigurationCommand.ts
@@ -118,4 +118,16 @@ export class CreateIngestConfigurationCommand extends $Command
.f(void 0, CreateIngestConfigurationResponseFilterSensitiveLog)
.ser(se_CreateIngestConfigurationCommand)
.de(de_CreateIngestConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateIngestConfigurationRequest;
+ output: CreateIngestConfigurationResponse;
+ };
+ sdk: {
+ input: CreateIngestConfigurationCommandInput;
+ output: CreateIngestConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/CreateParticipantTokenCommand.ts b/clients/client-ivs-realtime/src/commands/CreateParticipantTokenCommand.ts
index ceab08f5e673..9fbb3f59779d 100644
--- a/clients/client-ivs-realtime/src/commands/CreateParticipantTokenCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/CreateParticipantTokenCommand.ts
@@ -120,4 +120,16 @@ export class CreateParticipantTokenCommand extends $Command
.f(void 0, CreateParticipantTokenResponseFilterSensitiveLog)
.ser(se_CreateParticipantTokenCommand)
.de(de_CreateParticipantTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateParticipantTokenRequest;
+ output: CreateParticipantTokenResponse;
+ };
+ sdk: {
+ input: CreateParticipantTokenCommandInput;
+ output: CreateParticipantTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/CreateStageCommand.ts b/clients/client-ivs-realtime/src/commands/CreateStageCommand.ts
index 21cded36e78a..0d00293582d4 100644
--- a/clients/client-ivs-realtime/src/commands/CreateStageCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/CreateStageCommand.ts
@@ -144,4 +144,16 @@ export class CreateStageCommand extends $Command
.f(void 0, CreateStageResponseFilterSensitiveLog)
.ser(se_CreateStageCommand)
.de(de_CreateStageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateStageRequest;
+ output: CreateStageResponse;
+ };
+ sdk: {
+ input: CreateStageCommandInput;
+ output: CreateStageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/CreateStorageConfigurationCommand.ts b/clients/client-ivs-realtime/src/commands/CreateStorageConfigurationCommand.ts
index a7ea80599e3d..8249a0c10960 100644
--- a/clients/client-ivs-realtime/src/commands/CreateStorageConfigurationCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/CreateStorageConfigurationCommand.ts
@@ -115,4 +115,16 @@ export class CreateStorageConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateStorageConfigurationCommand)
.de(de_CreateStorageConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateStorageConfigurationRequest;
+ output: CreateStorageConfigurationResponse;
+ };
+ sdk: {
+ input: CreateStorageConfigurationCommandInput;
+ output: CreateStorageConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/DeleteEncoderConfigurationCommand.ts b/clients/client-ivs-realtime/src/commands/DeleteEncoderConfigurationCommand.ts
index 971f8307d496..0c89aacf3c4c 100644
--- a/clients/client-ivs-realtime/src/commands/DeleteEncoderConfigurationCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/DeleteEncoderConfigurationCommand.ts
@@ -94,4 +94,16 @@ export class DeleteEncoderConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEncoderConfigurationCommand)
.de(de_DeleteEncoderConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEncoderConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEncoderConfigurationCommandInput;
+ output: DeleteEncoderConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/DeleteIngestConfigurationCommand.ts b/clients/client-ivs-realtime/src/commands/DeleteIngestConfigurationCommand.ts
index 65a1523ddf1a..0e536fdadedb 100644
--- a/clients/client-ivs-realtime/src/commands/DeleteIngestConfigurationCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/DeleteIngestConfigurationCommand.ts
@@ -91,4 +91,16 @@ export class DeleteIngestConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIngestConfigurationCommand)
.de(de_DeleteIngestConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIngestConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteIngestConfigurationCommandInput;
+ output: DeleteIngestConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/DeletePublicKeyCommand.ts b/clients/client-ivs-realtime/src/commands/DeletePublicKeyCommand.ts
index 3a44e8de4a72..bd93415449ad 100644
--- a/clients/client-ivs-realtime/src/commands/DeletePublicKeyCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/DeletePublicKeyCommand.ts
@@ -92,4 +92,16 @@ export class DeletePublicKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePublicKeyCommand)
.de(de_DeletePublicKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePublicKeyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePublicKeyCommandInput;
+ output: DeletePublicKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/DeleteStageCommand.ts b/clients/client-ivs-realtime/src/commands/DeleteStageCommand.ts
index bbc9a91ba657..c68205f92f11 100644
--- a/clients/client-ivs-realtime/src/commands/DeleteStageCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/DeleteStageCommand.ts
@@ -92,4 +92,16 @@ export class DeleteStageCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteStageCommand)
.de(de_DeleteStageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteStageRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteStageCommandInput;
+ output: DeleteStageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/DeleteStorageConfigurationCommand.ts b/clients/client-ivs-realtime/src/commands/DeleteStorageConfigurationCommand.ts
index 312913c47e3a..33850c92e7d4 100644
--- a/clients/client-ivs-realtime/src/commands/DeleteStorageConfigurationCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/DeleteStorageConfigurationCommand.ts
@@ -96,4 +96,16 @@ export class DeleteStorageConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteStorageConfigurationCommand)
.de(de_DeleteStorageConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteStorageConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteStorageConfigurationCommandInput;
+ output: DeleteStorageConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/DisconnectParticipantCommand.ts b/clients/client-ivs-realtime/src/commands/DisconnectParticipantCommand.ts
index 15c8818f49c1..e0e565f8904a 100644
--- a/clients/client-ivs-realtime/src/commands/DisconnectParticipantCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/DisconnectParticipantCommand.ts
@@ -91,4 +91,16 @@ export class DisconnectParticipantCommand extends $Command
.f(void 0, void 0)
.ser(se_DisconnectParticipantCommand)
.de(de_DisconnectParticipantCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisconnectParticipantRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisconnectParticipantCommandInput;
+ output: DisconnectParticipantCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/GetCompositionCommand.ts b/clients/client-ivs-realtime/src/commands/GetCompositionCommand.ts
index e30122f84142..42d358248781 100644
--- a/clients/client-ivs-realtime/src/commands/GetCompositionCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/GetCompositionCommand.ts
@@ -154,4 +154,16 @@ export class GetCompositionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCompositionCommand)
.de(de_GetCompositionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCompositionRequest;
+ output: GetCompositionResponse;
+ };
+ sdk: {
+ input: GetCompositionCommandInput;
+ output: GetCompositionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/GetEncoderConfigurationCommand.ts b/clients/client-ivs-realtime/src/commands/GetEncoderConfigurationCommand.ts
index a639b9b4c5cb..28b2aedc1bf4 100644
--- a/clients/client-ivs-realtime/src/commands/GetEncoderConfigurationCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/GetEncoderConfigurationCommand.ts
@@ -107,4 +107,16 @@ export class GetEncoderConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEncoderConfigurationCommand)
.de(de_GetEncoderConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEncoderConfigurationRequest;
+ output: GetEncoderConfigurationResponse;
+ };
+ sdk: {
+ input: GetEncoderConfigurationCommandInput;
+ output: GetEncoderConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/GetIngestConfigurationCommand.ts b/clients/client-ivs-realtime/src/commands/GetIngestConfigurationCommand.ts
index f2747d4ae783..dae1dde74b08 100644
--- a/clients/client-ivs-realtime/src/commands/GetIngestConfigurationCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/GetIngestConfigurationCommand.ts
@@ -105,4 +105,16 @@ export class GetIngestConfigurationCommand extends $Command
.f(void 0, GetIngestConfigurationResponseFilterSensitiveLog)
.ser(se_GetIngestConfigurationCommand)
.de(de_GetIngestConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIngestConfigurationRequest;
+ output: GetIngestConfigurationResponse;
+ };
+ sdk: {
+ input: GetIngestConfigurationCommandInput;
+ output: GetIngestConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/GetParticipantCommand.ts b/clients/client-ivs-realtime/src/commands/GetParticipantCommand.ts
index 001cd89d0120..08874defb207 100644
--- a/clients/client-ivs-realtime/src/commands/GetParticipantCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/GetParticipantCommand.ts
@@ -107,4 +107,16 @@ export class GetParticipantCommand extends $Command
.f(void 0, void 0)
.ser(se_GetParticipantCommand)
.de(de_GetParticipantCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetParticipantRequest;
+ output: GetParticipantResponse;
+ };
+ sdk: {
+ input: GetParticipantCommandInput;
+ output: GetParticipantCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/GetPublicKeyCommand.ts b/clients/client-ivs-realtime/src/commands/GetPublicKeyCommand.ts
index 4d974c0d9dd7..d43971a8215a 100644
--- a/clients/client-ivs-realtime/src/commands/GetPublicKeyCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/GetPublicKeyCommand.ts
@@ -94,4 +94,16 @@ export class GetPublicKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPublicKeyCommand)
.de(de_GetPublicKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPublicKeyRequest;
+ output: GetPublicKeyResponse;
+ };
+ sdk: {
+ input: GetPublicKeyCommandInput;
+ output: GetPublicKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/GetStageCommand.ts b/clients/client-ivs-realtime/src/commands/GetStageCommand.ts
index 626029a6b957..9f8a72188862 100644
--- a/clients/client-ivs-realtime/src/commands/GetStageCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/GetStageCommand.ts
@@ -105,4 +105,16 @@ export class GetStageCommand extends $Command
.f(void 0, void 0)
.ser(se_GetStageCommand)
.de(de_GetStageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetStageRequest;
+ output: GetStageResponse;
+ };
+ sdk: {
+ input: GetStageCommandInput;
+ output: GetStageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/GetStageSessionCommand.ts b/clients/client-ivs-realtime/src/commands/GetStageSessionCommand.ts
index 548cfb6b26ce..8b9ba1feafb3 100644
--- a/clients/client-ivs-realtime/src/commands/GetStageSessionCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/GetStageSessionCommand.ts
@@ -91,4 +91,16 @@ export class GetStageSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetStageSessionCommand)
.de(de_GetStageSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetStageSessionRequest;
+ output: GetStageSessionResponse;
+ };
+ sdk: {
+ input: GetStageSessionCommandInput;
+ output: GetStageSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/GetStorageConfigurationCommand.ts b/clients/client-ivs-realtime/src/commands/GetStorageConfigurationCommand.ts
index 7f56b71c72e3..a578eb3ce3e4 100644
--- a/clients/client-ivs-realtime/src/commands/GetStorageConfigurationCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/GetStorageConfigurationCommand.ts
@@ -104,4 +104,16 @@ export class GetStorageConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetStorageConfigurationCommand)
.de(de_GetStorageConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetStorageConfigurationRequest;
+ output: GetStorageConfigurationResponse;
+ };
+ sdk: {
+ input: GetStorageConfigurationCommandInput;
+ output: GetStorageConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/ImportPublicKeyCommand.ts b/clients/client-ivs-realtime/src/commands/ImportPublicKeyCommand.ts
index f42e43331de1..4d78e2e7872b 100644
--- a/clients/client-ivs-realtime/src/commands/ImportPublicKeyCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/ImportPublicKeyCommand.ts
@@ -104,4 +104,16 @@ export class ImportPublicKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportPublicKeyCommand)
.de(de_ImportPublicKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportPublicKeyRequest;
+ output: ImportPublicKeyResponse;
+ };
+ sdk: {
+ input: ImportPublicKeyCommandInput;
+ output: ImportPublicKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/ListCompositionsCommand.ts b/clients/client-ivs-realtime/src/commands/ListCompositionsCommand.ts
index 3d41444cf37c..cf704ec8fac5 100644
--- a/clients/client-ivs-realtime/src/commands/ListCompositionsCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/ListCompositionsCommand.ts
@@ -116,4 +116,16 @@ export class ListCompositionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCompositionsCommand)
.de(de_ListCompositionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCompositionsRequest;
+ output: ListCompositionsResponse;
+ };
+ sdk: {
+ input: ListCompositionsCommandInput;
+ output: ListCompositionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/ListEncoderConfigurationsCommand.ts b/clients/client-ivs-realtime/src/commands/ListEncoderConfigurationsCommand.ts
index 660c3cd40871..8114e38cecfa 100644
--- a/clients/client-ivs-realtime/src/commands/ListEncoderConfigurationsCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/ListEncoderConfigurationsCommand.ts
@@ -103,4 +103,16 @@ export class ListEncoderConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEncoderConfigurationsCommand)
.de(de_ListEncoderConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEncoderConfigurationsRequest;
+ output: ListEncoderConfigurationsResponse;
+ };
+ sdk: {
+ input: ListEncoderConfigurationsCommandInput;
+ output: ListEncoderConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/ListIngestConfigurationsCommand.ts b/clients/client-ivs-realtime/src/commands/ListIngestConfigurationsCommand.ts
index 227923d8a1f9..8b6d68203396 100644
--- a/clients/client-ivs-realtime/src/commands/ListIngestConfigurationsCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/ListIngestConfigurationsCommand.ts
@@ -97,4 +97,16 @@ export class ListIngestConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIngestConfigurationsCommand)
.de(de_ListIngestConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIngestConfigurationsRequest;
+ output: ListIngestConfigurationsResponse;
+ };
+ sdk: {
+ input: ListIngestConfigurationsCommandInput;
+ output: ListIngestConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/ListParticipantEventsCommand.ts b/clients/client-ivs-realtime/src/commands/ListParticipantEventsCommand.ts
index a3f4fbdc743e..d502106f5e15 100644
--- a/clients/client-ivs-realtime/src/commands/ListParticipantEventsCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/ListParticipantEventsCommand.ts
@@ -97,4 +97,16 @@ export class ListParticipantEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListParticipantEventsCommand)
.de(de_ListParticipantEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListParticipantEventsRequest;
+ output: ListParticipantEventsResponse;
+ };
+ sdk: {
+ input: ListParticipantEventsCommandInput;
+ output: ListParticipantEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/ListParticipantsCommand.ts b/clients/client-ivs-realtime/src/commands/ListParticipantsCommand.ts
index 196a670a4982..baf6ce97f007 100644
--- a/clients/client-ivs-realtime/src/commands/ListParticipantsCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/ListParticipantsCommand.ts
@@ -100,4 +100,16 @@ export class ListParticipantsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListParticipantsCommand)
.de(de_ListParticipantsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListParticipantsRequest;
+ output: ListParticipantsResponse;
+ };
+ sdk: {
+ input: ListParticipantsCommandInput;
+ output: ListParticipantsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/ListPublicKeysCommand.ts b/clients/client-ivs-realtime/src/commands/ListPublicKeysCommand.ts
index 4d5aa3f8e83c..b8e81a3a3ef9 100644
--- a/clients/client-ivs-realtime/src/commands/ListPublicKeysCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/ListPublicKeysCommand.ts
@@ -93,4 +93,16 @@ export class ListPublicKeysCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPublicKeysCommand)
.de(de_ListPublicKeysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPublicKeysRequest;
+ output: ListPublicKeysResponse;
+ };
+ sdk: {
+ input: ListPublicKeysCommandInput;
+ output: ListPublicKeysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/ListStageSessionsCommand.ts b/clients/client-ivs-realtime/src/commands/ListStageSessionsCommand.ts
index 0bf96906485f..5e6fc01d2522 100644
--- a/clients/client-ivs-realtime/src/commands/ListStageSessionsCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/ListStageSessionsCommand.ts
@@ -92,4 +92,16 @@ export class ListStageSessionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStageSessionsCommand)
.de(de_ListStageSessionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStageSessionsRequest;
+ output: ListStageSessionsResponse;
+ };
+ sdk: {
+ input: ListStageSessionsCommandInput;
+ output: ListStageSessionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/ListStagesCommand.ts b/clients/client-ivs-realtime/src/commands/ListStagesCommand.ts
index a4c6747564b6..a51af54bff2f 100644
--- a/clients/client-ivs-realtime/src/commands/ListStagesCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/ListStagesCommand.ts
@@ -98,4 +98,16 @@ export class ListStagesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStagesCommand)
.de(de_ListStagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStagesRequest;
+ output: ListStagesResponse;
+ };
+ sdk: {
+ input: ListStagesCommandInput;
+ output: ListStagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/ListStorageConfigurationsCommand.ts b/clients/client-ivs-realtime/src/commands/ListStorageConfigurationsCommand.ts
index 2fd72f0345d4..0c91ea263d5c 100644
--- a/clients/client-ivs-realtime/src/commands/ListStorageConfigurationsCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/ListStorageConfigurationsCommand.ts
@@ -106,4 +106,16 @@ export class ListStorageConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStorageConfigurationsCommand)
.de(de_ListStorageConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStorageConfigurationsRequest;
+ output: ListStorageConfigurationsResponse;
+ };
+ sdk: {
+ input: ListStorageConfigurationsCommandInput;
+ output: ListStorageConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/ListTagsForResourceCommand.ts b/clients/client-ivs-realtime/src/commands/ListTagsForResourceCommand.ts
index 2c1eec0c1856..0b819e73b689 100644
--- a/clients/client-ivs-realtime/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/ListTagsForResourceCommand.ts
@@ -88,4 +88,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/StartCompositionCommand.ts b/clients/client-ivs-realtime/src/commands/StartCompositionCommand.ts
index 8688c138b7e6..fb0c0df9cc7f 100644
--- a/clients/client-ivs-realtime/src/commands/StartCompositionCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/StartCompositionCommand.ts
@@ -223,4 +223,16 @@ export class StartCompositionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartCompositionCommand)
.de(de_StartCompositionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartCompositionRequest;
+ output: StartCompositionResponse;
+ };
+ sdk: {
+ input: StartCompositionCommandInput;
+ output: StartCompositionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/StopCompositionCommand.ts b/clients/client-ivs-realtime/src/commands/StopCompositionCommand.ts
index aea6c994e168..465479fb5c36 100644
--- a/clients/client-ivs-realtime/src/commands/StopCompositionCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/StopCompositionCommand.ts
@@ -94,4 +94,16 @@ export class StopCompositionCommand extends $Command
.f(void 0, void 0)
.ser(se_StopCompositionCommand)
.de(de_StopCompositionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopCompositionRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopCompositionCommandInput;
+ output: StopCompositionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/TagResourceCommand.ts b/clients/client-ivs-realtime/src/commands/TagResourceCommand.ts
index db244e9b3945..51889f84d805 100644
--- a/clients/client-ivs-realtime/src/commands/TagResourceCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/TagResourceCommand.ts
@@ -87,4 +87,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/UntagResourceCommand.ts b/clients/client-ivs-realtime/src/commands/UntagResourceCommand.ts
index 834a86b09cd4..8a72e5907b12 100644
--- a/clients/client-ivs-realtime/src/commands/UntagResourceCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/UntagResourceCommand.ts
@@ -87,4 +87,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/UpdateIngestConfigurationCommand.ts b/clients/client-ivs-realtime/src/commands/UpdateIngestConfigurationCommand.ts
index b4e7fc78f020..b53d87582bff 100644
--- a/clients/client-ivs-realtime/src/commands/UpdateIngestConfigurationCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/UpdateIngestConfigurationCommand.ts
@@ -112,4 +112,16 @@ export class UpdateIngestConfigurationCommand extends $Command
.f(void 0, UpdateIngestConfigurationResponseFilterSensitiveLog)
.ser(se_UpdateIngestConfigurationCommand)
.de(de_UpdateIngestConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateIngestConfigurationRequest;
+ output: UpdateIngestConfigurationResponse;
+ };
+ sdk: {
+ input: UpdateIngestConfigurationCommandInput;
+ output: UpdateIngestConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs-realtime/src/commands/UpdateStageCommand.ts b/clients/client-ivs-realtime/src/commands/UpdateStageCommand.ts
index 1fdf306f8477..4a9b67f0a5f8 100644
--- a/clients/client-ivs-realtime/src/commands/UpdateStageCommand.ts
+++ b/clients/client-ivs-realtime/src/commands/UpdateStageCommand.ts
@@ -121,4 +121,16 @@ export class UpdateStageCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateStageCommand)
.de(de_UpdateStageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateStageRequest;
+ output: UpdateStageResponse;
+ };
+ sdk: {
+ input: UpdateStageCommandInput;
+ output: UpdateStageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/package.json b/clients/client-ivs/package.json
index 0f13b057af59..d5732fefa322 100644
--- a/clients/client-ivs/package.json
+++ b/clients/client-ivs/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-ivs/src/commands/BatchGetChannelCommand.ts b/clients/client-ivs/src/commands/BatchGetChannelCommand.ts
index d97d80a9b66d..82e2b5a66fed 100644
--- a/clients/client-ivs/src/commands/BatchGetChannelCommand.ts
+++ b/clients/client-ivs/src/commands/BatchGetChannelCommand.ts
@@ -111,4 +111,16 @@ export class BatchGetChannelCommand extends $Command
.f(void 0, BatchGetChannelResponseFilterSensitiveLog)
.ser(se_BatchGetChannelCommand)
.de(de_BatchGetChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetChannelRequest;
+ output: BatchGetChannelResponse;
+ };
+ sdk: {
+ input: BatchGetChannelCommandInput;
+ output: BatchGetChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/BatchGetStreamKeyCommand.ts b/clients/client-ivs/src/commands/BatchGetStreamKeyCommand.ts
index d63585028088..8857deda6dfc 100644
--- a/clients/client-ivs/src/commands/BatchGetStreamKeyCommand.ts
+++ b/clients/client-ivs/src/commands/BatchGetStreamKeyCommand.ts
@@ -99,4 +99,16 @@ export class BatchGetStreamKeyCommand extends $Command
.f(void 0, BatchGetStreamKeyResponseFilterSensitiveLog)
.ser(se_BatchGetStreamKeyCommand)
.de(de_BatchGetStreamKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetStreamKeyRequest;
+ output: BatchGetStreamKeyResponse;
+ };
+ sdk: {
+ input: BatchGetStreamKeyCommandInput;
+ output: BatchGetStreamKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/BatchStartViewerSessionRevocationCommand.ts b/clients/client-ivs/src/commands/BatchStartViewerSessionRevocationCommand.ts
index 763103bc1d03..6f2c29b724a8 100644
--- a/clients/client-ivs/src/commands/BatchStartViewerSessionRevocationCommand.ts
+++ b/clients/client-ivs/src/commands/BatchStartViewerSessionRevocationCommand.ts
@@ -111,4 +111,16 @@ export class BatchStartViewerSessionRevocationCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchStartViewerSessionRevocationCommand)
.de(de_BatchStartViewerSessionRevocationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchStartViewerSessionRevocationRequest;
+ output: BatchStartViewerSessionRevocationResponse;
+ };
+ sdk: {
+ input: BatchStartViewerSessionRevocationCommandInput;
+ output: BatchStartViewerSessionRevocationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/CreateChannelCommand.ts b/clients/client-ivs/src/commands/CreateChannelCommand.ts
index 90563965ffc9..a2983d5cb15d 100644
--- a/clients/client-ivs/src/commands/CreateChannelCommand.ts
+++ b/clients/client-ivs/src/commands/CreateChannelCommand.ts
@@ -133,4 +133,16 @@ export class CreateChannelCommand extends $Command
.f(void 0, CreateChannelResponseFilterSensitiveLog)
.ser(se_CreateChannelCommand)
.de(de_CreateChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateChannelRequest;
+ output: CreateChannelResponse;
+ };
+ sdk: {
+ input: CreateChannelCommandInput;
+ output: CreateChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/CreatePlaybackRestrictionPolicyCommand.ts b/clients/client-ivs/src/commands/CreatePlaybackRestrictionPolicyCommand.ts
index 1e3b217c1a0c..41b46a40701d 100644
--- a/clients/client-ivs/src/commands/CreatePlaybackRestrictionPolicyCommand.ts
+++ b/clients/client-ivs/src/commands/CreatePlaybackRestrictionPolicyCommand.ts
@@ -121,4 +121,16 @@ export class CreatePlaybackRestrictionPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePlaybackRestrictionPolicyCommand)
.de(de_CreatePlaybackRestrictionPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePlaybackRestrictionPolicyRequest;
+ output: CreatePlaybackRestrictionPolicyResponse;
+ };
+ sdk: {
+ input: CreatePlaybackRestrictionPolicyCommandInput;
+ output: CreatePlaybackRestrictionPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/CreateRecordingConfigurationCommand.ts b/clients/client-ivs/src/commands/CreateRecordingConfigurationCommand.ts
index c99cf6daf47d..ed6e643df5eb 100644
--- a/clients/client-ivs/src/commands/CreateRecordingConfigurationCommand.ts
+++ b/clients/client-ivs/src/commands/CreateRecordingConfigurationCommand.ts
@@ -161,4 +161,16 @@ export class CreateRecordingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRecordingConfigurationCommand)
.de(de_CreateRecordingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRecordingConfigurationRequest;
+ output: CreateRecordingConfigurationResponse;
+ };
+ sdk: {
+ input: CreateRecordingConfigurationCommandInput;
+ output: CreateRecordingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/CreateStreamKeyCommand.ts b/clients/client-ivs/src/commands/CreateStreamKeyCommand.ts
index c5ee8465d4d5..56e34530514c 100644
--- a/clients/client-ivs/src/commands/CreateStreamKeyCommand.ts
+++ b/clients/client-ivs/src/commands/CreateStreamKeyCommand.ts
@@ -109,4 +109,16 @@ export class CreateStreamKeyCommand extends $Command
.f(void 0, CreateStreamKeyResponseFilterSensitiveLog)
.ser(se_CreateStreamKeyCommand)
.de(de_CreateStreamKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateStreamKeyRequest;
+ output: CreateStreamKeyResponse;
+ };
+ sdk: {
+ input: CreateStreamKeyCommandInput;
+ output: CreateStreamKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/DeleteChannelCommand.ts b/clients/client-ivs/src/commands/DeleteChannelCommand.ts
index b930fcbd7526..3a51f80c3a6b 100644
--- a/clients/client-ivs/src/commands/DeleteChannelCommand.ts
+++ b/clients/client-ivs/src/commands/DeleteChannelCommand.ts
@@ -95,4 +95,16 @@ export class DeleteChannelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteChannelCommand)
.de(de_DeleteChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteChannelRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteChannelCommandInput;
+ output: DeleteChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/DeletePlaybackKeyPairCommand.ts b/clients/client-ivs/src/commands/DeletePlaybackKeyPairCommand.ts
index 9f21423f6361..82493564116a 100644
--- a/clients/client-ivs/src/commands/DeletePlaybackKeyPairCommand.ts
+++ b/clients/client-ivs/src/commands/DeletePlaybackKeyPairCommand.ts
@@ -89,4 +89,16 @@ export class DeletePlaybackKeyPairCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePlaybackKeyPairCommand)
.de(de_DeletePlaybackKeyPairCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePlaybackKeyPairRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePlaybackKeyPairCommandInput;
+ output: DeletePlaybackKeyPairCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/DeletePlaybackRestrictionPolicyCommand.ts b/clients/client-ivs/src/commands/DeletePlaybackRestrictionPolicyCommand.ts
index 58dc8a018b58..5415f44dfef0 100644
--- a/clients/client-ivs/src/commands/DeletePlaybackRestrictionPolicyCommand.ts
+++ b/clients/client-ivs/src/commands/DeletePlaybackRestrictionPolicyCommand.ts
@@ -93,4 +93,16 @@ export class DeletePlaybackRestrictionPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePlaybackRestrictionPolicyCommand)
.de(de_DeletePlaybackRestrictionPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePlaybackRestrictionPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePlaybackRestrictionPolicyCommandInput;
+ output: DeletePlaybackRestrictionPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/DeleteRecordingConfigurationCommand.ts b/clients/client-ivs/src/commands/DeleteRecordingConfigurationCommand.ts
index 7d310a8eeaf2..74642d004389 100644
--- a/clients/client-ivs/src/commands/DeleteRecordingConfigurationCommand.ts
+++ b/clients/client-ivs/src/commands/DeleteRecordingConfigurationCommand.ts
@@ -98,4 +98,16 @@ export class DeleteRecordingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRecordingConfigurationCommand)
.de(de_DeleteRecordingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRecordingConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRecordingConfigurationCommandInput;
+ output: DeleteRecordingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/DeleteStreamKeyCommand.ts b/clients/client-ivs/src/commands/DeleteStreamKeyCommand.ts
index d47d2ec3765b..4d8dd3011a6e 100644
--- a/clients/client-ivs/src/commands/DeleteStreamKeyCommand.ts
+++ b/clients/client-ivs/src/commands/DeleteStreamKeyCommand.ts
@@ -88,4 +88,16 @@ export class DeleteStreamKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteStreamKeyCommand)
.de(de_DeleteStreamKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteStreamKeyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteStreamKeyCommandInput;
+ output: DeleteStreamKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/GetChannelCommand.ts b/clients/client-ivs/src/commands/GetChannelCommand.ts
index 86f6d4bbbebb..f4be02273c5b 100644
--- a/clients/client-ivs/src/commands/GetChannelCommand.ts
+++ b/clients/client-ivs/src/commands/GetChannelCommand.ts
@@ -105,4 +105,16 @@ export class GetChannelCommand extends $Command
.f(void 0, GetChannelResponseFilterSensitiveLog)
.ser(se_GetChannelCommand)
.de(de_GetChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetChannelRequest;
+ output: GetChannelResponse;
+ };
+ sdk: {
+ input: GetChannelCommandInput;
+ output: GetChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/GetPlaybackKeyPairCommand.ts b/clients/client-ivs/src/commands/GetPlaybackKeyPairCommand.ts
index 5bace76af83f..71566cd8c96e 100644
--- a/clients/client-ivs/src/commands/GetPlaybackKeyPairCommand.ts
+++ b/clients/client-ivs/src/commands/GetPlaybackKeyPairCommand.ts
@@ -97,4 +97,16 @@ export class GetPlaybackKeyPairCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPlaybackKeyPairCommand)
.de(de_GetPlaybackKeyPairCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPlaybackKeyPairRequest;
+ output: GetPlaybackKeyPairResponse;
+ };
+ sdk: {
+ input: GetPlaybackKeyPairCommandInput;
+ output: GetPlaybackKeyPairCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/GetPlaybackRestrictionPolicyCommand.ts b/clients/client-ivs/src/commands/GetPlaybackRestrictionPolicyCommand.ts
index dbe976d85934..99ec3f95c7fe 100644
--- a/clients/client-ivs/src/commands/GetPlaybackRestrictionPolicyCommand.ts
+++ b/clients/client-ivs/src/commands/GetPlaybackRestrictionPolicyCommand.ts
@@ -107,4 +107,16 @@ export class GetPlaybackRestrictionPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPlaybackRestrictionPolicyCommand)
.de(de_GetPlaybackRestrictionPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPlaybackRestrictionPolicyRequest;
+ output: GetPlaybackRestrictionPolicyResponse;
+ };
+ sdk: {
+ input: GetPlaybackRestrictionPolicyCommandInput;
+ output: GetPlaybackRestrictionPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/GetRecordingConfigurationCommand.ts b/clients/client-ivs/src/commands/GetRecordingConfigurationCommand.ts
index f93def9ec320..7dda4e745900 100644
--- a/clients/client-ivs/src/commands/GetRecordingConfigurationCommand.ts
+++ b/clients/client-ivs/src/commands/GetRecordingConfigurationCommand.ts
@@ -116,4 +116,16 @@ export class GetRecordingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRecordingConfigurationCommand)
.de(de_GetRecordingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRecordingConfigurationRequest;
+ output: GetRecordingConfigurationResponse;
+ };
+ sdk: {
+ input: GetRecordingConfigurationCommandInput;
+ output: GetRecordingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/GetStreamCommand.ts b/clients/client-ivs/src/commands/GetStreamCommand.ts
index 5767efa6dd4d..3eb511685bc5 100644
--- a/clients/client-ivs/src/commands/GetStreamCommand.ts
+++ b/clients/client-ivs/src/commands/GetStreamCommand.ts
@@ -97,4 +97,16 @@ export class GetStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_GetStreamCommand)
.de(de_GetStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetStreamRequest;
+ output: GetStreamResponse;
+ };
+ sdk: {
+ input: GetStreamCommandInput;
+ output: GetStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/GetStreamKeyCommand.ts b/clients/client-ivs/src/commands/GetStreamKeyCommand.ts
index a0aa9bc3f2e4..179555bca438 100644
--- a/clients/client-ivs/src/commands/GetStreamKeyCommand.ts
+++ b/clients/client-ivs/src/commands/GetStreamKeyCommand.ts
@@ -93,4 +93,16 @@ export class GetStreamKeyCommand extends $Command
.f(void 0, GetStreamKeyResponseFilterSensitiveLog)
.ser(se_GetStreamKeyCommand)
.de(de_GetStreamKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetStreamKeyRequest;
+ output: GetStreamKeyResponse;
+ };
+ sdk: {
+ input: GetStreamKeyCommandInput;
+ output: GetStreamKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/GetStreamSessionCommand.ts b/clients/client-ivs/src/commands/GetStreamSessionCommand.ts
index 8d5a4253e6ac..a7d0d57a56b0 100644
--- a/clients/client-ivs/src/commands/GetStreamSessionCommand.ts
+++ b/clients/client-ivs/src/commands/GetStreamSessionCommand.ts
@@ -168,4 +168,16 @@ export class GetStreamSessionCommand extends $Command
.f(void 0, GetStreamSessionResponseFilterSensitiveLog)
.ser(se_GetStreamSessionCommand)
.de(de_GetStreamSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetStreamSessionRequest;
+ output: GetStreamSessionResponse;
+ };
+ sdk: {
+ input: GetStreamSessionCommandInput;
+ output: GetStreamSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/ImportPlaybackKeyPairCommand.ts b/clients/client-ivs/src/commands/ImportPlaybackKeyPairCommand.ts
index f233f4a877ef..e7a71daa55b9 100644
--- a/clients/client-ivs/src/commands/ImportPlaybackKeyPairCommand.ts
+++ b/clients/client-ivs/src/commands/ImportPlaybackKeyPairCommand.ts
@@ -107,4 +107,16 @@ export class ImportPlaybackKeyPairCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportPlaybackKeyPairCommand)
.de(de_ImportPlaybackKeyPairCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportPlaybackKeyPairRequest;
+ output: ImportPlaybackKeyPairResponse;
+ };
+ sdk: {
+ input: ImportPlaybackKeyPairCommandInput;
+ output: ImportPlaybackKeyPairCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/ListChannelsCommand.ts b/clients/client-ivs/src/commands/ListChannelsCommand.ts
index 88ac17b39fee..60cc2b3db9f6 100644
--- a/clients/client-ivs/src/commands/ListChannelsCommand.ts
+++ b/clients/client-ivs/src/commands/ListChannelsCommand.ts
@@ -109,4 +109,16 @@ export class ListChannelsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListChannelsCommand)
.de(de_ListChannelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListChannelsRequest;
+ output: ListChannelsResponse;
+ };
+ sdk: {
+ input: ListChannelsCommandInput;
+ output: ListChannelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/ListPlaybackKeyPairsCommand.ts b/clients/client-ivs/src/commands/ListPlaybackKeyPairsCommand.ts
index da195fc73ffd..b077a82726cd 100644
--- a/clients/client-ivs/src/commands/ListPlaybackKeyPairsCommand.ts
+++ b/clients/client-ivs/src/commands/ListPlaybackKeyPairsCommand.ts
@@ -94,4 +94,16 @@ export class ListPlaybackKeyPairsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPlaybackKeyPairsCommand)
.de(de_ListPlaybackKeyPairsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPlaybackKeyPairsRequest;
+ output: ListPlaybackKeyPairsResponse;
+ };
+ sdk: {
+ input: ListPlaybackKeyPairsCommandInput;
+ output: ListPlaybackKeyPairsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/ListPlaybackRestrictionPoliciesCommand.ts b/clients/client-ivs/src/commands/ListPlaybackRestrictionPoliciesCommand.ts
index e13600bc3db8..c8ac1569bd19 100644
--- a/clients/client-ivs/src/commands/ListPlaybackRestrictionPoliciesCommand.ts
+++ b/clients/client-ivs/src/commands/ListPlaybackRestrictionPoliciesCommand.ts
@@ -111,4 +111,16 @@ export class ListPlaybackRestrictionPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPlaybackRestrictionPoliciesCommand)
.de(de_ListPlaybackRestrictionPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPlaybackRestrictionPoliciesRequest;
+ output: ListPlaybackRestrictionPoliciesResponse;
+ };
+ sdk: {
+ input: ListPlaybackRestrictionPoliciesCommandInput;
+ output: ListPlaybackRestrictionPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/ListRecordingConfigurationsCommand.ts b/clients/client-ivs/src/commands/ListRecordingConfigurationsCommand.ts
index b137676cab8f..662ec543da2a 100644
--- a/clients/client-ivs/src/commands/ListRecordingConfigurationsCommand.ts
+++ b/clients/client-ivs/src/commands/ListRecordingConfigurationsCommand.ts
@@ -108,4 +108,16 @@ export class ListRecordingConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRecordingConfigurationsCommand)
.de(de_ListRecordingConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRecordingConfigurationsRequest;
+ output: ListRecordingConfigurationsResponse;
+ };
+ sdk: {
+ input: ListRecordingConfigurationsCommandInput;
+ output: ListRecordingConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/ListStreamKeysCommand.ts b/clients/client-ivs/src/commands/ListStreamKeysCommand.ts
index 015c29da283e..32d98ae08151 100644
--- a/clients/client-ivs/src/commands/ListStreamKeysCommand.ts
+++ b/clients/client-ivs/src/commands/ListStreamKeysCommand.ts
@@ -97,4 +97,16 @@ export class ListStreamKeysCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStreamKeysCommand)
.de(de_ListStreamKeysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStreamKeysRequest;
+ output: ListStreamKeysResponse;
+ };
+ sdk: {
+ input: ListStreamKeysCommandInput;
+ output: ListStreamKeysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/ListStreamSessionsCommand.ts b/clients/client-ivs/src/commands/ListStreamSessionsCommand.ts
index d06ab9ae14bf..f429483e5591 100644
--- a/clients/client-ivs/src/commands/ListStreamSessionsCommand.ts
+++ b/clients/client-ivs/src/commands/ListStreamSessionsCommand.ts
@@ -97,4 +97,16 @@ export class ListStreamSessionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStreamSessionsCommand)
.de(de_ListStreamSessionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStreamSessionsRequest;
+ output: ListStreamSessionsResponse;
+ };
+ sdk: {
+ input: ListStreamSessionsCommandInput;
+ output: ListStreamSessionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/ListStreamsCommand.ts b/clients/client-ivs/src/commands/ListStreamsCommand.ts
index a627c3fa1a5a..e9b6226ac3a2 100644
--- a/clients/client-ivs/src/commands/ListStreamsCommand.ts
+++ b/clients/client-ivs/src/commands/ListStreamsCommand.ts
@@ -98,4 +98,16 @@ export class ListStreamsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStreamsCommand)
.de(de_ListStreamsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStreamsRequest;
+ output: ListStreamsResponse;
+ };
+ sdk: {
+ input: ListStreamsCommandInput;
+ output: ListStreamsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/ListTagsForResourceCommand.ts b/clients/client-ivs/src/commands/ListTagsForResourceCommand.ts
index d4c2dd079020..97998cc6ca2c 100644
--- a/clients/client-ivs/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-ivs/src/commands/ListTagsForResourceCommand.ts
@@ -88,4 +88,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/PutMetadataCommand.ts b/clients/client-ivs/src/commands/PutMetadataCommand.ts
index 97ca2ac93ce7..507ae8f538ca 100644
--- a/clients/client-ivs/src/commands/PutMetadataCommand.ts
+++ b/clients/client-ivs/src/commands/PutMetadataCommand.ts
@@ -95,4 +95,16 @@ export class PutMetadataCommand extends $Command
.f(PutMetadataRequestFilterSensitiveLog, void 0)
.ser(se_PutMetadataCommand)
.de(de_PutMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutMetadataRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutMetadataCommandInput;
+ output: PutMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/StartViewerSessionRevocationCommand.ts b/clients/client-ivs/src/commands/StartViewerSessionRevocationCommand.ts
index bdedae17cd59..e4f3f1cae34b 100644
--- a/clients/client-ivs/src/commands/StartViewerSessionRevocationCommand.ts
+++ b/clients/client-ivs/src/commands/StartViewerSessionRevocationCommand.ts
@@ -104,4 +104,16 @@ export class StartViewerSessionRevocationCommand extends $Command
.f(void 0, void 0)
.ser(se_StartViewerSessionRevocationCommand)
.de(de_StartViewerSessionRevocationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartViewerSessionRevocationRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartViewerSessionRevocationCommandInput;
+ output: StartViewerSessionRevocationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/StopStreamCommand.ts b/clients/client-ivs/src/commands/StopStreamCommand.ts
index a7bb5c275675..3a6f6e348e2a 100644
--- a/clients/client-ivs/src/commands/StopStreamCommand.ts
+++ b/clients/client-ivs/src/commands/StopStreamCommand.ts
@@ -97,4 +97,16 @@ export class StopStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_StopStreamCommand)
.de(de_StopStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopStreamRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopStreamCommandInput;
+ output: StopStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/TagResourceCommand.ts b/clients/client-ivs/src/commands/TagResourceCommand.ts
index 9912efef60e3..497fb23bfd68 100644
--- a/clients/client-ivs/src/commands/TagResourceCommand.ts
+++ b/clients/client-ivs/src/commands/TagResourceCommand.ts
@@ -87,4 +87,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/UntagResourceCommand.ts b/clients/client-ivs/src/commands/UntagResourceCommand.ts
index 658d0555c797..f57138d2528f 100644
--- a/clients/client-ivs/src/commands/UntagResourceCommand.ts
+++ b/clients/client-ivs/src/commands/UntagResourceCommand.ts
@@ -87,4 +87,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/UpdateChannelCommand.ts b/clients/client-ivs/src/commands/UpdateChannelCommand.ts
index 6ab66f93fbb6..4870154e521a 100644
--- a/clients/client-ivs/src/commands/UpdateChannelCommand.ts
+++ b/clients/client-ivs/src/commands/UpdateChannelCommand.ts
@@ -125,4 +125,16 @@ export class UpdateChannelCommand extends $Command
.f(void 0, UpdateChannelResponseFilterSensitiveLog)
.ser(se_UpdateChannelCommand)
.de(de_UpdateChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateChannelRequest;
+ output: UpdateChannelResponse;
+ };
+ sdk: {
+ input: UpdateChannelCommandInput;
+ output: UpdateChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivs/src/commands/UpdatePlaybackRestrictionPolicyCommand.ts b/clients/client-ivs/src/commands/UpdatePlaybackRestrictionPolicyCommand.ts
index 5e79d4f96be4..82349d5ce33c 100644
--- a/clients/client-ivs/src/commands/UpdatePlaybackRestrictionPolicyCommand.ts
+++ b/clients/client-ivs/src/commands/UpdatePlaybackRestrictionPolicyCommand.ts
@@ -118,4 +118,16 @@ export class UpdatePlaybackRestrictionPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePlaybackRestrictionPolicyCommand)
.de(de_UpdatePlaybackRestrictionPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePlaybackRestrictionPolicyRequest;
+ output: UpdatePlaybackRestrictionPolicyResponse;
+ };
+ sdk: {
+ input: UpdatePlaybackRestrictionPolicyCommandInput;
+ output: UpdatePlaybackRestrictionPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivschat/package.json b/clients/client-ivschat/package.json
index a90467683c78..004c331cccd5 100644
--- a/clients/client-ivschat/package.json
+++ b/clients/client-ivschat/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-ivschat/src/commands/CreateChatTokenCommand.ts b/clients/client-ivschat/src/commands/CreateChatTokenCommand.ts
index c574a9329695..5a98cc8c2863 100644
--- a/clients/client-ivschat/src/commands/CreateChatTokenCommand.ts
+++ b/clients/client-ivschat/src/commands/CreateChatTokenCommand.ts
@@ -115,4 +115,16 @@ export class CreateChatTokenCommand extends $Command
.f(CreateChatTokenRequestFilterSensitiveLog, CreateChatTokenResponseFilterSensitiveLog)
.ser(se_CreateChatTokenCommand)
.de(de_CreateChatTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateChatTokenRequest;
+ output: CreateChatTokenResponse;
+ };
+ sdk: {
+ input: CreateChatTokenCommandInput;
+ output: CreateChatTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivschat/src/commands/CreateLoggingConfigurationCommand.ts b/clients/client-ivschat/src/commands/CreateLoggingConfigurationCommand.ts
index 1aa1cbb29ae8..4b69331ae725 100644
--- a/clients/client-ivschat/src/commands/CreateLoggingConfigurationCommand.ts
+++ b/clients/client-ivschat/src/commands/CreateLoggingConfigurationCommand.ts
@@ -129,4 +129,16 @@ export class CreateLoggingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLoggingConfigurationCommand)
.de(de_CreateLoggingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLoggingConfigurationRequest;
+ output: CreateLoggingConfigurationResponse;
+ };
+ sdk: {
+ input: CreateLoggingConfigurationCommandInput;
+ output: CreateLoggingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivschat/src/commands/CreateRoomCommand.ts b/clients/client-ivschat/src/commands/CreateRoomCommand.ts
index f01dd619b56b..10afdf5b0f05 100644
--- a/clients/client-ivschat/src/commands/CreateRoomCommand.ts
+++ b/clients/client-ivschat/src/commands/CreateRoomCommand.ts
@@ -123,4 +123,16 @@ export class CreateRoomCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRoomCommand)
.de(de_CreateRoomCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRoomRequest;
+ output: CreateRoomResponse;
+ };
+ sdk: {
+ input: CreateRoomCommandInput;
+ output: CreateRoomCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivschat/src/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-ivschat/src/commands/DeleteLoggingConfigurationCommand.ts
index 3e1dde678ca8..b64a8b576126 100644
--- a/clients/client-ivschat/src/commands/DeleteLoggingConfigurationCommand.ts
+++ b/clients/client-ivschat/src/commands/DeleteLoggingConfigurationCommand.ts
@@ -90,4 +90,16 @@ export class DeleteLoggingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLoggingConfigurationCommand)
.de(de_DeleteLoggingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLoggingConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLoggingConfigurationCommandInput;
+ output: DeleteLoggingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivschat/src/commands/DeleteMessageCommand.ts b/clients/client-ivschat/src/commands/DeleteMessageCommand.ts
index 22b5759a02eb..39d5db6b2333 100644
--- a/clients/client-ivschat/src/commands/DeleteMessageCommand.ts
+++ b/clients/client-ivschat/src/commands/DeleteMessageCommand.ts
@@ -97,4 +97,16 @@ export class DeleteMessageCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMessageCommand)
.de(de_DeleteMessageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMessageRequest;
+ output: DeleteMessageResponse;
+ };
+ sdk: {
+ input: DeleteMessageCommandInput;
+ output: DeleteMessageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivschat/src/commands/DeleteRoomCommand.ts b/clients/client-ivschat/src/commands/DeleteRoomCommand.ts
index 1ee46eb0979d..38e82b8b2170 100644
--- a/clients/client-ivschat/src/commands/DeleteRoomCommand.ts
+++ b/clients/client-ivschat/src/commands/DeleteRoomCommand.ts
@@ -87,4 +87,16 @@ export class DeleteRoomCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRoomCommand)
.de(de_DeleteRoomCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRoomRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRoomCommandInput;
+ output: DeleteRoomCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivschat/src/commands/DisconnectUserCommand.ts b/clients/client-ivschat/src/commands/DisconnectUserCommand.ts
index 31bf6c9854ea..0c13e6a9c973 100644
--- a/clients/client-ivschat/src/commands/DisconnectUserCommand.ts
+++ b/clients/client-ivschat/src/commands/DisconnectUserCommand.ts
@@ -98,4 +98,16 @@ export class DisconnectUserCommand extends $Command
.f(DisconnectUserRequestFilterSensitiveLog, void 0)
.ser(se_DisconnectUserCommand)
.de(de_DisconnectUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisconnectUserRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisconnectUserCommandInput;
+ output: DisconnectUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivschat/src/commands/GetLoggingConfigurationCommand.ts b/clients/client-ivschat/src/commands/GetLoggingConfigurationCommand.ts
index 1feed6762d84..0ee918a2c14b 100644
--- a/clients/client-ivschat/src/commands/GetLoggingConfigurationCommand.ts
+++ b/clients/client-ivschat/src/commands/GetLoggingConfigurationCommand.ts
@@ -105,4 +105,16 @@ export class GetLoggingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLoggingConfigurationCommand)
.de(de_GetLoggingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLoggingConfigurationRequest;
+ output: GetLoggingConfigurationResponse;
+ };
+ sdk: {
+ input: GetLoggingConfigurationCommandInput;
+ output: GetLoggingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivschat/src/commands/GetRoomCommand.ts b/clients/client-ivschat/src/commands/GetRoomCommand.ts
index 7cdeb92bd4a8..f98faf7e4aee 100644
--- a/clients/client-ivschat/src/commands/GetRoomCommand.ts
+++ b/clients/client-ivschat/src/commands/GetRoomCommand.ts
@@ -102,4 +102,16 @@ export class GetRoomCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRoomCommand)
.de(de_GetRoomCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRoomRequest;
+ output: GetRoomResponse;
+ };
+ sdk: {
+ input: GetRoomCommandInput;
+ output: GetRoomCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivschat/src/commands/ListLoggingConfigurationsCommand.ts b/clients/client-ivschat/src/commands/ListLoggingConfigurationsCommand.ts
index 0e186cd9ac2d..b944cfd2dd7a 100644
--- a/clients/client-ivschat/src/commands/ListLoggingConfigurationsCommand.ts
+++ b/clients/client-ivschat/src/commands/ListLoggingConfigurationsCommand.ts
@@ -109,4 +109,16 @@ export class ListLoggingConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLoggingConfigurationsCommand)
.de(de_ListLoggingConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLoggingConfigurationsRequest;
+ output: ListLoggingConfigurationsResponse;
+ };
+ sdk: {
+ input: ListLoggingConfigurationsCommandInput;
+ output: ListLoggingConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivschat/src/commands/ListRoomsCommand.ts b/clients/client-ivschat/src/commands/ListRoomsCommand.ts
index 2d1fca547893..e1fa02f3725c 100644
--- a/clients/client-ivschat/src/commands/ListRoomsCommand.ts
+++ b/clients/client-ivschat/src/commands/ListRoomsCommand.ts
@@ -110,4 +110,16 @@ export class ListRoomsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRoomsCommand)
.de(de_ListRoomsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRoomsRequest;
+ output: ListRoomsResponse;
+ };
+ sdk: {
+ input: ListRoomsCommandInput;
+ output: ListRoomsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivschat/src/commands/ListTagsForResourceCommand.ts b/clients/client-ivschat/src/commands/ListTagsForResourceCommand.ts
index a6d574f1c20a..a7843df4d6dc 100644
--- a/clients/client-ivschat/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-ivschat/src/commands/ListTagsForResourceCommand.ts
@@ -88,4 +88,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivschat/src/commands/SendEventCommand.ts b/clients/client-ivschat/src/commands/SendEventCommand.ts
index ea852406f065..fa5269104033 100644
--- a/clients/client-ivschat/src/commands/SendEventCommand.ts
+++ b/clients/client-ivschat/src/commands/SendEventCommand.ts
@@ -98,4 +98,16 @@ export class SendEventCommand extends $Command
.f(void 0, void 0)
.ser(se_SendEventCommand)
.de(de_SendEventCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SendEventRequest;
+ output: SendEventResponse;
+ };
+ sdk: {
+ input: SendEventCommandInput;
+ output: SendEventCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivschat/src/commands/TagResourceCommand.ts b/clients/client-ivschat/src/commands/TagResourceCommand.ts
index f2364a3b023f..95e7505dfd16 100644
--- a/clients/client-ivschat/src/commands/TagResourceCommand.ts
+++ b/clients/client-ivschat/src/commands/TagResourceCommand.ts
@@ -87,4 +87,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivschat/src/commands/UntagResourceCommand.ts b/clients/client-ivschat/src/commands/UntagResourceCommand.ts
index 9cec57d638db..328bf2ced883 100644
--- a/clients/client-ivschat/src/commands/UntagResourceCommand.ts
+++ b/clients/client-ivschat/src/commands/UntagResourceCommand.ts
@@ -87,4 +87,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivschat/src/commands/UpdateLoggingConfigurationCommand.ts b/clients/client-ivschat/src/commands/UpdateLoggingConfigurationCommand.ts
index f8856236b271..d362bc733bd3 100644
--- a/clients/client-ivschat/src/commands/UpdateLoggingConfigurationCommand.ts
+++ b/clients/client-ivschat/src/commands/UpdateLoggingConfigurationCommand.ts
@@ -123,4 +123,16 @@ export class UpdateLoggingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateLoggingConfigurationCommand)
.de(de_UpdateLoggingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLoggingConfigurationRequest;
+ output: UpdateLoggingConfigurationResponse;
+ };
+ sdk: {
+ input: UpdateLoggingConfigurationCommandInput;
+ output: UpdateLoggingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-ivschat/src/commands/UpdateRoomCommand.ts b/clients/client-ivschat/src/commands/UpdateRoomCommand.ts
index ee38c10354c6..587684217b45 100644
--- a/clients/client-ivschat/src/commands/UpdateRoomCommand.ts
+++ b/clients/client-ivschat/src/commands/UpdateRoomCommand.ts
@@ -115,4 +115,16 @@ export class UpdateRoomCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRoomCommand)
.de(de_UpdateRoomCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRoomRequest;
+ output: UpdateRoomResponse;
+ };
+ sdk: {
+ input: UpdateRoomCommandInput;
+ output: UpdateRoomCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/package.json b/clients/client-kafka/package.json
index 1402ccd87928..d987aa64df93 100644
--- a/clients/client-kafka/package.json
+++ b/clients/client-kafka/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-kafka/src/commands/BatchAssociateScramSecretCommand.ts b/clients/client-kafka/src/commands/BatchAssociateScramSecretCommand.ts
index 182c407f55ec..f79cc9ed44ce 100644
--- a/clients/client-kafka/src/commands/BatchAssociateScramSecretCommand.ts
+++ b/clients/client-kafka/src/commands/BatchAssociateScramSecretCommand.ts
@@ -108,4 +108,16 @@ export class BatchAssociateScramSecretCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchAssociateScramSecretCommand)
.de(de_BatchAssociateScramSecretCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchAssociateScramSecretRequest;
+ output: BatchAssociateScramSecretResponse;
+ };
+ sdk: {
+ input: BatchAssociateScramSecretCommandInput;
+ output: BatchAssociateScramSecretCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/BatchDisassociateScramSecretCommand.ts b/clients/client-kafka/src/commands/BatchDisassociateScramSecretCommand.ts
index 202a628e155e..7148696e0a8b 100644
--- a/clients/client-kafka/src/commands/BatchDisassociateScramSecretCommand.ts
+++ b/clients/client-kafka/src/commands/BatchDisassociateScramSecretCommand.ts
@@ -113,4 +113,16 @@ export class BatchDisassociateScramSecretCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDisassociateScramSecretCommand)
.de(de_BatchDisassociateScramSecretCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDisassociateScramSecretRequest;
+ output: BatchDisassociateScramSecretResponse;
+ };
+ sdk: {
+ input: BatchDisassociateScramSecretCommandInput;
+ output: BatchDisassociateScramSecretCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/CreateClusterCommand.ts b/clients/client-kafka/src/commands/CreateClusterCommand.ts
index e55eb1c582f1..992d48f895bd 100644
--- a/clients/client-kafka/src/commands/CreateClusterCommand.ts
+++ b/clients/client-kafka/src/commands/CreateClusterCommand.ts
@@ -208,4 +208,16 @@ export class CreateClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateClusterCommand)
.de(de_CreateClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateClusterRequest;
+ output: CreateClusterResponse;
+ };
+ sdk: {
+ input: CreateClusterCommandInput;
+ output: CreateClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/CreateClusterV2Command.ts b/clients/client-kafka/src/commands/CreateClusterV2Command.ts
index 28cf3677cc00..a0a21ed01e8b 100644
--- a/clients/client-kafka/src/commands/CreateClusterV2Command.ts
+++ b/clients/client-kafka/src/commands/CreateClusterV2Command.ts
@@ -228,4 +228,16 @@ export class CreateClusterV2Command extends $Command
.f(void 0, void 0)
.ser(se_CreateClusterV2Command)
.de(de_CreateClusterV2Command)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateClusterV2Request;
+ output: CreateClusterV2Response;
+ };
+ sdk: {
+ input: CreateClusterV2CommandInput;
+ output: CreateClusterV2CommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/CreateConfigurationCommand.ts b/clients/client-kafka/src/commands/CreateConfigurationCommand.ts
index 8dcbf1d97095..57805efdf782 100644
--- a/clients/client-kafka/src/commands/CreateConfigurationCommand.ts
+++ b/clients/client-kafka/src/commands/CreateConfigurationCommand.ts
@@ -111,4 +111,16 @@ export class CreateConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateConfigurationCommand)
.de(de_CreateConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateConfigurationRequest;
+ output: CreateConfigurationResponse;
+ };
+ sdk: {
+ input: CreateConfigurationCommandInput;
+ output: CreateConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/CreateReplicatorCommand.ts b/clients/client-kafka/src/commands/CreateReplicatorCommand.ts
index 9d9bd98cc697..ba6cc8dbb377 100644
--- a/clients/client-kafka/src/commands/CreateReplicatorCommand.ts
+++ b/clients/client-kafka/src/commands/CreateReplicatorCommand.ts
@@ -157,4 +157,16 @@ export class CreateReplicatorCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateReplicatorCommand)
.de(de_CreateReplicatorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateReplicatorRequest;
+ output: CreateReplicatorResponse;
+ };
+ sdk: {
+ input: CreateReplicatorCommandInput;
+ output: CreateReplicatorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/CreateVpcConnectionCommand.ts b/clients/client-kafka/src/commands/CreateVpcConnectionCommand.ts
index 2dadf111e433..21709614a4fc 100644
--- a/clients/client-kafka/src/commands/CreateVpcConnectionCommand.ts
+++ b/clients/client-kafka/src/commands/CreateVpcConnectionCommand.ts
@@ -119,4 +119,16 @@ export class CreateVpcConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateVpcConnectionCommand)
.de(de_CreateVpcConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateVpcConnectionRequest;
+ output: CreateVpcConnectionResponse;
+ };
+ sdk: {
+ input: CreateVpcConnectionCommandInput;
+ output: CreateVpcConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/DeleteClusterCommand.ts b/clients/client-kafka/src/commands/DeleteClusterCommand.ts
index ae9fda0e9450..264015a2bc5a 100644
--- a/clients/client-kafka/src/commands/DeleteClusterCommand.ts
+++ b/clients/client-kafka/src/commands/DeleteClusterCommand.ts
@@ -91,4 +91,16 @@ export class DeleteClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteClusterCommand)
.de(de_DeleteClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteClusterRequest;
+ output: DeleteClusterResponse;
+ };
+ sdk: {
+ input: DeleteClusterCommandInput;
+ output: DeleteClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/DeleteClusterPolicyCommand.ts b/clients/client-kafka/src/commands/DeleteClusterPolicyCommand.ts
index 0959775deb1f..f08bb288b26c 100644
--- a/clients/client-kafka/src/commands/DeleteClusterPolicyCommand.ts
+++ b/clients/client-kafka/src/commands/DeleteClusterPolicyCommand.ts
@@ -87,4 +87,16 @@ export class DeleteClusterPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteClusterPolicyCommand)
.de(de_DeleteClusterPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteClusterPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteClusterPolicyCommandInput;
+ output: DeleteClusterPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/DeleteConfigurationCommand.ts b/clients/client-kafka/src/commands/DeleteConfigurationCommand.ts
index 136c4026896a..1704ff442bb4 100644
--- a/clients/client-kafka/src/commands/DeleteConfigurationCommand.ts
+++ b/clients/client-kafka/src/commands/DeleteConfigurationCommand.ts
@@ -90,4 +90,16 @@ export class DeleteConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConfigurationCommand)
.de(de_DeleteConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConfigurationRequest;
+ output: DeleteConfigurationResponse;
+ };
+ sdk: {
+ input: DeleteConfigurationCommandInput;
+ output: DeleteConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/DeleteReplicatorCommand.ts b/clients/client-kafka/src/commands/DeleteReplicatorCommand.ts
index 7f42fb2b8e1a..2f443221f4c5 100644
--- a/clients/client-kafka/src/commands/DeleteReplicatorCommand.ts
+++ b/clients/client-kafka/src/commands/DeleteReplicatorCommand.ts
@@ -100,4 +100,16 @@ export class DeleteReplicatorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteReplicatorCommand)
.de(de_DeleteReplicatorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteReplicatorRequest;
+ output: DeleteReplicatorResponse;
+ };
+ sdk: {
+ input: DeleteReplicatorCommandInput;
+ output: DeleteReplicatorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/DeleteVpcConnectionCommand.ts b/clients/client-kafka/src/commands/DeleteVpcConnectionCommand.ts
index f20830956875..c9ec89ae0e7d 100644
--- a/clients/client-kafka/src/commands/DeleteVpcConnectionCommand.ts
+++ b/clients/client-kafka/src/commands/DeleteVpcConnectionCommand.ts
@@ -90,4 +90,16 @@ export class DeleteVpcConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteVpcConnectionCommand)
.de(de_DeleteVpcConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteVpcConnectionRequest;
+ output: DeleteVpcConnectionResponse;
+ };
+ sdk: {
+ input: DeleteVpcConnectionCommandInput;
+ output: DeleteVpcConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/DescribeClusterCommand.ts b/clients/client-kafka/src/commands/DescribeClusterCommand.ts
index 604f401cdd8f..e41dfcc034cc 100644
--- a/clients/client-kafka/src/commands/DescribeClusterCommand.ts
+++ b/clients/client-kafka/src/commands/DescribeClusterCommand.ts
@@ -214,4 +214,16 @@ export class DescribeClusterCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeClusterCommand)
.de(de_DescribeClusterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeClusterRequest;
+ output: DescribeClusterResponse;
+ };
+ sdk: {
+ input: DescribeClusterCommandInput;
+ output: DescribeClusterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/DescribeClusterOperationCommand.ts b/clients/client-kafka/src/commands/DescribeClusterOperationCommand.ts
index 35828bb44230..a7a6a90523e4 100644
--- a/clients/client-kafka/src/commands/DescribeClusterOperationCommand.ts
+++ b/clients/client-kafka/src/commands/DescribeClusterOperationCommand.ts
@@ -329,4 +329,16 @@ export class DescribeClusterOperationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeClusterOperationCommand)
.de(de_DescribeClusterOperationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeClusterOperationRequest;
+ output: DescribeClusterOperationResponse;
+ };
+ sdk: {
+ input: DescribeClusterOperationCommandInput;
+ output: DescribeClusterOperationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/DescribeClusterOperationV2Command.ts b/clients/client-kafka/src/commands/DescribeClusterOperationV2Command.ts
index eda6d0895ee6..0d23216fa8ce 100644
--- a/clients/client-kafka/src/commands/DescribeClusterOperationV2Command.ts
+++ b/clients/client-kafka/src/commands/DescribeClusterOperationV2Command.ts
@@ -348,4 +348,16 @@ export class DescribeClusterOperationV2Command extends $Command
.f(void 0, void 0)
.ser(se_DescribeClusterOperationV2Command)
.de(de_DescribeClusterOperationV2Command)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeClusterOperationV2Request;
+ output: DescribeClusterOperationV2Response;
+ };
+ sdk: {
+ input: DescribeClusterOperationV2CommandInput;
+ output: DescribeClusterOperationV2CommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/DescribeClusterV2Command.ts b/clients/client-kafka/src/commands/DescribeClusterV2Command.ts
index 0f4ee775c1d2..142eee72f3f1 100644
--- a/clients/client-kafka/src/commands/DescribeClusterV2Command.ts
+++ b/clients/client-kafka/src/commands/DescribeClusterV2Command.ts
@@ -234,4 +234,16 @@ export class DescribeClusterV2Command extends $Command
.f(void 0, void 0)
.ser(se_DescribeClusterV2Command)
.de(de_DescribeClusterV2Command)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeClusterV2Request;
+ output: DescribeClusterV2Response;
+ };
+ sdk: {
+ input: DescribeClusterV2CommandInput;
+ output: DescribeClusterV2CommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/DescribeConfigurationCommand.ts b/clients/client-kafka/src/commands/DescribeConfigurationCommand.ts
index a6526933f526..08841cb2d614 100644
--- a/clients/client-kafka/src/commands/DescribeConfigurationCommand.ts
+++ b/clients/client-kafka/src/commands/DescribeConfigurationCommand.ts
@@ -107,4 +107,16 @@ export class DescribeConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeConfigurationCommand)
.de(de_DescribeConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConfigurationRequest;
+ output: DescribeConfigurationResponse;
+ };
+ sdk: {
+ input: DescribeConfigurationCommandInput;
+ output: DescribeConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/DescribeConfigurationRevisionCommand.ts b/clients/client-kafka/src/commands/DescribeConfigurationRevisionCommand.ts
index ab059811b964..3078a8adce74 100644
--- a/clients/client-kafka/src/commands/DescribeConfigurationRevisionCommand.ts
+++ b/clients/client-kafka/src/commands/DescribeConfigurationRevisionCommand.ts
@@ -105,4 +105,16 @@ export class DescribeConfigurationRevisionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeConfigurationRevisionCommand)
.de(de_DescribeConfigurationRevisionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConfigurationRevisionRequest;
+ output: DescribeConfigurationRevisionResponse;
+ };
+ sdk: {
+ input: DescribeConfigurationRevisionCommandInput;
+ output: DescribeConfigurationRevisionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/DescribeReplicatorCommand.ts b/clients/client-kafka/src/commands/DescribeReplicatorCommand.ts
index 63dac38cc42a..57aaa67df7cc 100644
--- a/clients/client-kafka/src/commands/DescribeReplicatorCommand.ts
+++ b/clients/client-kafka/src/commands/DescribeReplicatorCommand.ts
@@ -163,4 +163,16 @@ export class DescribeReplicatorCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeReplicatorCommand)
.de(de_DescribeReplicatorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeReplicatorRequest;
+ output: DescribeReplicatorResponse;
+ };
+ sdk: {
+ input: DescribeReplicatorCommandInput;
+ output: DescribeReplicatorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/DescribeVpcConnectionCommand.ts b/clients/client-kafka/src/commands/DescribeVpcConnectionCommand.ts
index 3cf7d4738669..c738e913fdfc 100644
--- a/clients/client-kafka/src/commands/DescribeVpcConnectionCommand.ts
+++ b/clients/client-kafka/src/commands/DescribeVpcConnectionCommand.ts
@@ -109,4 +109,16 @@ export class DescribeVpcConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeVpcConnectionCommand)
.de(de_DescribeVpcConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeVpcConnectionRequest;
+ output: DescribeVpcConnectionResponse;
+ };
+ sdk: {
+ input: DescribeVpcConnectionCommandInput;
+ output: DescribeVpcConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/GetBootstrapBrokersCommand.ts b/clients/client-kafka/src/commands/GetBootstrapBrokersCommand.ts
index 948eb28e932d..1dc5a868f1f6 100644
--- a/clients/client-kafka/src/commands/GetBootstrapBrokersCommand.ts
+++ b/clients/client-kafka/src/commands/GetBootstrapBrokersCommand.ts
@@ -101,4 +101,16 @@ export class GetBootstrapBrokersCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBootstrapBrokersCommand)
.de(de_GetBootstrapBrokersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBootstrapBrokersRequest;
+ output: GetBootstrapBrokersResponse;
+ };
+ sdk: {
+ input: GetBootstrapBrokersCommandInput;
+ output: GetBootstrapBrokersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/GetClusterPolicyCommand.ts b/clients/client-kafka/src/commands/GetClusterPolicyCommand.ts
index 040f77d09738..3d876849c7a4 100644
--- a/clients/client-kafka/src/commands/GetClusterPolicyCommand.ts
+++ b/clients/client-kafka/src/commands/GetClusterPolicyCommand.ts
@@ -90,4 +90,16 @@ export class GetClusterPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetClusterPolicyCommand)
.de(de_GetClusterPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetClusterPolicyRequest;
+ output: GetClusterPolicyResponse;
+ };
+ sdk: {
+ input: GetClusterPolicyCommandInput;
+ output: GetClusterPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/GetCompatibleKafkaVersionsCommand.ts b/clients/client-kafka/src/commands/GetCompatibleKafkaVersionsCommand.ts
index 7588067667ff..55f1492a90af 100644
--- a/clients/client-kafka/src/commands/GetCompatibleKafkaVersionsCommand.ts
+++ b/clients/client-kafka/src/commands/GetCompatibleKafkaVersionsCommand.ts
@@ -105,4 +105,16 @@ export class GetCompatibleKafkaVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCompatibleKafkaVersionsCommand)
.de(de_GetCompatibleKafkaVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCompatibleKafkaVersionsRequest;
+ output: GetCompatibleKafkaVersionsResponse;
+ };
+ sdk: {
+ input: GetCompatibleKafkaVersionsCommandInput;
+ output: GetCompatibleKafkaVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/ListClientVpcConnectionsCommand.ts b/clients/client-kafka/src/commands/ListClientVpcConnectionsCommand.ts
index ef75506eb27a..56903df8fa7a 100644
--- a/clients/client-kafka/src/commands/ListClientVpcConnectionsCommand.ts
+++ b/clients/client-kafka/src/commands/ListClientVpcConnectionsCommand.ts
@@ -103,4 +103,16 @@ export class ListClientVpcConnectionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListClientVpcConnectionsCommand)
.de(de_ListClientVpcConnectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListClientVpcConnectionsRequest;
+ output: ListClientVpcConnectionsResponse;
+ };
+ sdk: {
+ input: ListClientVpcConnectionsCommandInput;
+ output: ListClientVpcConnectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/ListClusterOperationsCommand.ts b/clients/client-kafka/src/commands/ListClusterOperationsCommand.ts
index 7d5b938639fe..7a15f10b71a9 100644
--- a/clients/client-kafka/src/commands/ListClusterOperationsCommand.ts
+++ b/clients/client-kafka/src/commands/ListClusterOperationsCommand.ts
@@ -331,4 +331,16 @@ export class ListClusterOperationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListClusterOperationsCommand)
.de(de_ListClusterOperationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListClusterOperationsRequest;
+ output: ListClusterOperationsResponse;
+ };
+ sdk: {
+ input: ListClusterOperationsCommandInput;
+ output: ListClusterOperationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/ListClusterOperationsV2Command.ts b/clients/client-kafka/src/commands/ListClusterOperationsV2Command.ts
index ccbc1106ac4b..3ce796bd7fed 100644
--- a/clients/client-kafka/src/commands/ListClusterOperationsV2Command.ts
+++ b/clients/client-kafka/src/commands/ListClusterOperationsV2Command.ts
@@ -111,4 +111,16 @@ export class ListClusterOperationsV2Command extends $Command
.f(void 0, void 0)
.ser(se_ListClusterOperationsV2Command)
.de(de_ListClusterOperationsV2Command)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListClusterOperationsV2Request;
+ output: ListClusterOperationsV2Response;
+ };
+ sdk: {
+ input: ListClusterOperationsV2CommandInput;
+ output: ListClusterOperationsV2CommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/ListClustersCommand.ts b/clients/client-kafka/src/commands/ListClustersCommand.ts
index 34f42105a843..ad4eb28df454 100644
--- a/clients/client-kafka/src/commands/ListClustersCommand.ts
+++ b/clients/client-kafka/src/commands/ListClustersCommand.ts
@@ -216,4 +216,16 @@ export class ListClustersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListClustersCommand)
.de(de_ListClustersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListClustersRequest;
+ output: ListClustersResponse;
+ };
+ sdk: {
+ input: ListClustersCommandInput;
+ output: ListClustersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/ListClustersV2Command.ts b/clients/client-kafka/src/commands/ListClustersV2Command.ts
index fcd8ca1cc59f..25f860998a46 100644
--- a/clients/client-kafka/src/commands/ListClustersV2Command.ts
+++ b/clients/client-kafka/src/commands/ListClustersV2Command.ts
@@ -237,4 +237,16 @@ export class ListClustersV2Command extends $Command
.f(void 0, void 0)
.ser(se_ListClustersV2Command)
.de(de_ListClustersV2Command)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListClustersV2Request;
+ output: ListClustersV2Response;
+ };
+ sdk: {
+ input: ListClustersV2CommandInput;
+ output: ListClustersV2CommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/ListConfigurationRevisionsCommand.ts b/clients/client-kafka/src/commands/ListConfigurationRevisionsCommand.ts
index 03e76cac6105..0f91f1ecc5e7 100644
--- a/clients/client-kafka/src/commands/ListConfigurationRevisionsCommand.ts
+++ b/clients/client-kafka/src/commands/ListConfigurationRevisionsCommand.ts
@@ -104,4 +104,16 @@ export class ListConfigurationRevisionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListConfigurationRevisionsCommand)
.de(de_ListConfigurationRevisionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListConfigurationRevisionsRequest;
+ output: ListConfigurationRevisionsResponse;
+ };
+ sdk: {
+ input: ListConfigurationRevisionsCommandInput;
+ output: ListConfigurationRevisionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/ListConfigurationsCommand.ts b/clients/client-kafka/src/commands/ListConfigurationsCommand.ts
index e8bac1f8c88d..415436358391 100644
--- a/clients/client-kafka/src/commands/ListConfigurationsCommand.ts
+++ b/clients/client-kafka/src/commands/ListConfigurationsCommand.ts
@@ -110,4 +110,16 @@ export class ListConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListConfigurationsCommand)
.de(de_ListConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListConfigurationsRequest;
+ output: ListConfigurationsResponse;
+ };
+ sdk: {
+ input: ListConfigurationsCommandInput;
+ output: ListConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/ListKafkaVersionsCommand.ts b/clients/client-kafka/src/commands/ListKafkaVersionsCommand.ts
index 12ff5786c577..0c0a050060e5 100644
--- a/clients/client-kafka/src/commands/ListKafkaVersionsCommand.ts
+++ b/clients/client-kafka/src/commands/ListKafkaVersionsCommand.ts
@@ -96,4 +96,16 @@ export class ListKafkaVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListKafkaVersionsCommand)
.de(de_ListKafkaVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListKafkaVersionsRequest;
+ output: ListKafkaVersionsResponse;
+ };
+ sdk: {
+ input: ListKafkaVersionsCommandInput;
+ output: ListKafkaVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/ListNodesCommand.ts b/clients/client-kafka/src/commands/ListNodesCommand.ts
index 81b95cd93e23..5cbd8e68f338 100644
--- a/clients/client-kafka/src/commands/ListNodesCommand.ts
+++ b/clients/client-kafka/src/commands/ListNodesCommand.ts
@@ -127,4 +127,16 @@ export class ListNodesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListNodesCommand)
.de(de_ListNodesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListNodesRequest;
+ output: ListNodesResponse;
+ };
+ sdk: {
+ input: ListNodesCommandInput;
+ output: ListNodesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/ListReplicatorsCommand.ts b/clients/client-kafka/src/commands/ListReplicatorsCommand.ts
index 88eadf030572..79ad0042c4f2 100644
--- a/clients/client-kafka/src/commands/ListReplicatorsCommand.ts
+++ b/clients/client-kafka/src/commands/ListReplicatorsCommand.ts
@@ -125,4 +125,16 @@ export class ListReplicatorsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListReplicatorsCommand)
.de(de_ListReplicatorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListReplicatorsRequest;
+ output: ListReplicatorsResponse;
+ };
+ sdk: {
+ input: ListReplicatorsCommandInput;
+ output: ListReplicatorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/ListScramSecretsCommand.ts b/clients/client-kafka/src/commands/ListScramSecretsCommand.ts
index 7513cd1ed3dc..e5283909445a 100644
--- a/clients/client-kafka/src/commands/ListScramSecretsCommand.ts
+++ b/clients/client-kafka/src/commands/ListScramSecretsCommand.ts
@@ -103,4 +103,16 @@ export class ListScramSecretsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListScramSecretsCommand)
.de(de_ListScramSecretsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListScramSecretsRequest;
+ output: ListScramSecretsResponse;
+ };
+ sdk: {
+ input: ListScramSecretsCommandInput;
+ output: ListScramSecretsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/ListTagsForResourceCommand.ts b/clients/client-kafka/src/commands/ListTagsForResourceCommand.ts
index 955faa03cc09..2f59c96ff802 100644
--- a/clients/client-kafka/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-kafka/src/commands/ListTagsForResourceCommand.ts
@@ -88,4 +88,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/ListVpcConnectionsCommand.ts b/clients/client-kafka/src/commands/ListVpcConnectionsCommand.ts
index aa35916b886e..456a531bf51a 100644
--- a/clients/client-kafka/src/commands/ListVpcConnectionsCommand.ts
+++ b/clients/client-kafka/src/commands/ListVpcConnectionsCommand.ts
@@ -103,4 +103,16 @@ export class ListVpcConnectionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListVpcConnectionsCommand)
.de(de_ListVpcConnectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVpcConnectionsRequest;
+ output: ListVpcConnectionsResponse;
+ };
+ sdk: {
+ input: ListVpcConnectionsCommandInput;
+ output: ListVpcConnectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/PutClusterPolicyCommand.ts b/clients/client-kafka/src/commands/PutClusterPolicyCommand.ts
index 98b65e65aee2..8d177364f084 100644
--- a/clients/client-kafka/src/commands/PutClusterPolicyCommand.ts
+++ b/clients/client-kafka/src/commands/PutClusterPolicyCommand.ts
@@ -88,4 +88,16 @@ export class PutClusterPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutClusterPolicyCommand)
.de(de_PutClusterPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutClusterPolicyRequest;
+ output: PutClusterPolicyResponse;
+ };
+ sdk: {
+ input: PutClusterPolicyCommandInput;
+ output: PutClusterPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/RebootBrokerCommand.ts b/clients/client-kafka/src/commands/RebootBrokerCommand.ts
index 2cf6a8b28d78..701ed50c6950 100644
--- a/clients/client-kafka/src/commands/RebootBrokerCommand.ts
+++ b/clients/client-kafka/src/commands/RebootBrokerCommand.ts
@@ -102,4 +102,16 @@ export class RebootBrokerCommand extends $Command
.f(void 0, void 0)
.ser(se_RebootBrokerCommand)
.de(de_RebootBrokerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RebootBrokerRequest;
+ output: RebootBrokerResponse;
+ };
+ sdk: {
+ input: RebootBrokerCommandInput;
+ output: RebootBrokerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/RejectClientVpcConnectionCommand.ts b/clients/client-kafka/src/commands/RejectClientVpcConnectionCommand.ts
index 1215857629a5..049a5474572f 100644
--- a/clients/client-kafka/src/commands/RejectClientVpcConnectionCommand.ts
+++ b/clients/client-kafka/src/commands/RejectClientVpcConnectionCommand.ts
@@ -91,4 +91,16 @@ export class RejectClientVpcConnectionCommand extends $Command
.f(void 0, void 0)
.ser(se_RejectClientVpcConnectionCommand)
.de(de_RejectClientVpcConnectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RejectClientVpcConnectionRequest;
+ output: {};
+ };
+ sdk: {
+ input: RejectClientVpcConnectionCommandInput;
+ output: RejectClientVpcConnectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/TagResourceCommand.ts b/clients/client-kafka/src/commands/TagResourceCommand.ts
index 7902390f7572..a2b0198c3abe 100644
--- a/clients/client-kafka/src/commands/TagResourceCommand.ts
+++ b/clients/client-kafka/src/commands/TagResourceCommand.ts
@@ -87,4 +87,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/UntagResourceCommand.ts b/clients/client-kafka/src/commands/UntagResourceCommand.ts
index 7aab00291897..34b4c8e43878 100644
--- a/clients/client-kafka/src/commands/UntagResourceCommand.ts
+++ b/clients/client-kafka/src/commands/UntagResourceCommand.ts
@@ -87,4 +87,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/UpdateBrokerCountCommand.ts b/clients/client-kafka/src/commands/UpdateBrokerCountCommand.ts
index 7f5f530030e4..4874f62b1f95 100644
--- a/clients/client-kafka/src/commands/UpdateBrokerCountCommand.ts
+++ b/clients/client-kafka/src/commands/UpdateBrokerCountCommand.ts
@@ -95,4 +95,16 @@ export class UpdateBrokerCountCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateBrokerCountCommand)
.de(de_UpdateBrokerCountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBrokerCountRequest;
+ output: UpdateBrokerCountResponse;
+ };
+ sdk: {
+ input: UpdateBrokerCountCommandInput;
+ output: UpdateBrokerCountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/UpdateBrokerStorageCommand.ts b/clients/client-kafka/src/commands/UpdateBrokerStorageCommand.ts
index 074dff970a7d..aa6cda8d92f4 100644
--- a/clients/client-kafka/src/commands/UpdateBrokerStorageCommand.ts
+++ b/clients/client-kafka/src/commands/UpdateBrokerStorageCommand.ts
@@ -104,4 +104,16 @@ export class UpdateBrokerStorageCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateBrokerStorageCommand)
.de(de_UpdateBrokerStorageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBrokerStorageRequest;
+ output: UpdateBrokerStorageResponse;
+ };
+ sdk: {
+ input: UpdateBrokerStorageCommandInput;
+ output: UpdateBrokerStorageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/UpdateBrokerTypeCommand.ts b/clients/client-kafka/src/commands/UpdateBrokerTypeCommand.ts
index c92322b71dc2..6a9521ea1159 100644
--- a/clients/client-kafka/src/commands/UpdateBrokerTypeCommand.ts
+++ b/clients/client-kafka/src/commands/UpdateBrokerTypeCommand.ts
@@ -101,4 +101,16 @@ export class UpdateBrokerTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateBrokerTypeCommand)
.de(de_UpdateBrokerTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBrokerTypeRequest;
+ output: UpdateBrokerTypeResponse;
+ };
+ sdk: {
+ input: UpdateBrokerTypeCommandInput;
+ output: UpdateBrokerTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/UpdateClusterConfigurationCommand.ts b/clients/client-kafka/src/commands/UpdateClusterConfigurationCommand.ts
index 5eeb4343498a..4201068e600f 100644
--- a/clients/client-kafka/src/commands/UpdateClusterConfigurationCommand.ts
+++ b/clients/client-kafka/src/commands/UpdateClusterConfigurationCommand.ts
@@ -101,4 +101,16 @@ export class UpdateClusterConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateClusterConfigurationCommand)
.de(de_UpdateClusterConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateClusterConfigurationRequest;
+ output: UpdateClusterConfigurationResponse;
+ };
+ sdk: {
+ input: UpdateClusterConfigurationCommandInput;
+ output: UpdateClusterConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/UpdateClusterKafkaVersionCommand.ts b/clients/client-kafka/src/commands/UpdateClusterKafkaVersionCommand.ts
index 698fd3493bdb..d022d4640872 100644
--- a/clients/client-kafka/src/commands/UpdateClusterKafkaVersionCommand.ts
+++ b/clients/client-kafka/src/commands/UpdateClusterKafkaVersionCommand.ts
@@ -105,4 +105,16 @@ export class UpdateClusterKafkaVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateClusterKafkaVersionCommand)
.de(de_UpdateClusterKafkaVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateClusterKafkaVersionRequest;
+ output: UpdateClusterKafkaVersionResponse;
+ };
+ sdk: {
+ input: UpdateClusterKafkaVersionCommandInput;
+ output: UpdateClusterKafkaVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/UpdateConfigurationCommand.ts b/clients/client-kafka/src/commands/UpdateConfigurationCommand.ts
index 0f0881de1200..3f9e6548c596 100644
--- a/clients/client-kafka/src/commands/UpdateConfigurationCommand.ts
+++ b/clients/client-kafka/src/commands/UpdateConfigurationCommand.ts
@@ -102,4 +102,16 @@ export class UpdateConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateConfigurationCommand)
.de(de_UpdateConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateConfigurationRequest;
+ output: UpdateConfigurationResponse;
+ };
+ sdk: {
+ input: UpdateConfigurationCommandInput;
+ output: UpdateConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/UpdateConnectivityCommand.ts b/clients/client-kafka/src/commands/UpdateConnectivityCommand.ts
index 1a80e9014264..2ce0d056a13e 100644
--- a/clients/client-kafka/src/commands/UpdateConnectivityCommand.ts
+++ b/clients/client-kafka/src/commands/UpdateConnectivityCommand.ts
@@ -117,4 +117,16 @@ export class UpdateConnectivityCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateConnectivityCommand)
.de(de_UpdateConnectivityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateConnectivityRequest;
+ output: UpdateConnectivityResponse;
+ };
+ sdk: {
+ input: UpdateConnectivityCommandInput;
+ output: UpdateConnectivityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/UpdateMonitoringCommand.ts b/clients/client-kafka/src/commands/UpdateMonitoringCommand.ts
index 484f01e4f01b..92480d00fa1a 100644
--- a/clients/client-kafka/src/commands/UpdateMonitoringCommand.ts
+++ b/clients/client-kafka/src/commands/UpdateMonitoringCommand.ts
@@ -122,4 +122,16 @@ export class UpdateMonitoringCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateMonitoringCommand)
.de(de_UpdateMonitoringCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMonitoringRequest;
+ output: UpdateMonitoringResponse;
+ };
+ sdk: {
+ input: UpdateMonitoringCommandInput;
+ output: UpdateMonitoringCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/UpdateReplicationInfoCommand.ts b/clients/client-kafka/src/commands/UpdateReplicationInfoCommand.ts
index a7ceeade46ff..ba94051676e1 100644
--- a/clients/client-kafka/src/commands/UpdateReplicationInfoCommand.ts
+++ b/clients/client-kafka/src/commands/UpdateReplicationInfoCommand.ts
@@ -123,4 +123,16 @@ export class UpdateReplicationInfoCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateReplicationInfoCommand)
.de(de_UpdateReplicationInfoCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateReplicationInfoRequest;
+ output: UpdateReplicationInfoResponse;
+ };
+ sdk: {
+ input: UpdateReplicationInfoCommandInput;
+ output: UpdateReplicationInfoCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/UpdateSecurityCommand.ts b/clients/client-kafka/src/commands/UpdateSecurityCommand.ts
index d4b24a107dd4..5fd2a6c242c8 100644
--- a/clients/client-kafka/src/commands/UpdateSecurityCommand.ts
+++ b/clients/client-kafka/src/commands/UpdateSecurityCommand.ts
@@ -128,4 +128,16 @@ export class UpdateSecurityCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSecurityCommand)
.de(de_UpdateSecurityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSecurityRequest;
+ output: UpdateSecurityResponse;
+ };
+ sdk: {
+ input: UpdateSecurityCommandInput;
+ output: UpdateSecurityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafka/src/commands/UpdateStorageCommand.ts b/clients/client-kafka/src/commands/UpdateStorageCommand.ts
index 9764ffce12bd..f9f788b61713 100644
--- a/clients/client-kafka/src/commands/UpdateStorageCommand.ts
+++ b/clients/client-kafka/src/commands/UpdateStorageCommand.ts
@@ -106,4 +106,16 @@ export class UpdateStorageCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateStorageCommand)
.de(de_UpdateStorageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateStorageRequest;
+ output: UpdateStorageResponse;
+ };
+ sdk: {
+ input: UpdateStorageCommandInput;
+ output: UpdateStorageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafkaconnect/package.json b/clients/client-kafkaconnect/package.json
index 91678a107789..038784082e56 100644
--- a/clients/client-kafkaconnect/package.json
+++ b/clients/client-kafkaconnect/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-kafkaconnect/src/commands/CreateConnectorCommand.ts b/clients/client-kafkaconnect/src/commands/CreateConnectorCommand.ts
index 10106c070db1..c734da503815 100644
--- a/clients/client-kafkaconnect/src/commands/CreateConnectorCommand.ts
+++ b/clients/client-kafkaconnect/src/commands/CreateConnectorCommand.ts
@@ -188,4 +188,16 @@ export class CreateConnectorCommand extends $Command
.f(CreateConnectorRequestFilterSensitiveLog, void 0)
.ser(se_CreateConnectorCommand)
.de(de_CreateConnectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateConnectorRequest;
+ output: CreateConnectorResponse;
+ };
+ sdk: {
+ input: CreateConnectorCommandInput;
+ output: CreateConnectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafkaconnect/src/commands/CreateCustomPluginCommand.ts b/clients/client-kafkaconnect/src/commands/CreateCustomPluginCommand.ts
index 4204ad1511c1..0a3d7ecd4557 100644
--- a/clients/client-kafkaconnect/src/commands/CreateCustomPluginCommand.ts
+++ b/clients/client-kafkaconnect/src/commands/CreateCustomPluginCommand.ts
@@ -123,4 +123,16 @@ export class CreateCustomPluginCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCustomPluginCommand)
.de(de_CreateCustomPluginCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCustomPluginRequest;
+ output: CreateCustomPluginResponse;
+ };
+ sdk: {
+ input: CreateCustomPluginCommandInput;
+ output: CreateCustomPluginCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafkaconnect/src/commands/CreateWorkerConfigurationCommand.ts b/clients/client-kafkaconnect/src/commands/CreateWorkerConfigurationCommand.ts
index a4602c22427f..1c64cb956f4c 100644
--- a/clients/client-kafkaconnect/src/commands/CreateWorkerConfigurationCommand.ts
+++ b/clients/client-kafkaconnect/src/commands/CreateWorkerConfigurationCommand.ts
@@ -125,4 +125,16 @@ export class CreateWorkerConfigurationCommand extends $Command
.f(CreateWorkerConfigurationRequestFilterSensitiveLog, void 0)
.ser(se_CreateWorkerConfigurationCommand)
.de(de_CreateWorkerConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateWorkerConfigurationRequest;
+ output: CreateWorkerConfigurationResponse;
+ };
+ sdk: {
+ input: CreateWorkerConfigurationCommandInput;
+ output: CreateWorkerConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafkaconnect/src/commands/DeleteConnectorCommand.ts b/clients/client-kafkaconnect/src/commands/DeleteConnectorCommand.ts
index 3d25dbfcc15e..4a69b52fe037 100644
--- a/clients/client-kafkaconnect/src/commands/DeleteConnectorCommand.ts
+++ b/clients/client-kafkaconnect/src/commands/DeleteConnectorCommand.ts
@@ -106,4 +106,16 @@ export class DeleteConnectorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteConnectorCommand)
.de(de_DeleteConnectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteConnectorRequest;
+ output: DeleteConnectorResponse;
+ };
+ sdk: {
+ input: DeleteConnectorCommandInput;
+ output: DeleteConnectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafkaconnect/src/commands/DeleteCustomPluginCommand.ts b/clients/client-kafkaconnect/src/commands/DeleteCustomPluginCommand.ts
index a38156987cce..cfdfb9d69051 100644
--- a/clients/client-kafkaconnect/src/commands/DeleteCustomPluginCommand.ts
+++ b/clients/client-kafkaconnect/src/commands/DeleteCustomPluginCommand.ts
@@ -105,4 +105,16 @@ export class DeleteCustomPluginCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCustomPluginCommand)
.de(de_DeleteCustomPluginCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCustomPluginRequest;
+ output: DeleteCustomPluginResponse;
+ };
+ sdk: {
+ input: DeleteCustomPluginCommandInput;
+ output: DeleteCustomPluginCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafkaconnect/src/commands/DeleteWorkerConfigurationCommand.ts b/clients/client-kafkaconnect/src/commands/DeleteWorkerConfigurationCommand.ts
index c5775d61877d..5c987bd205af 100644
--- a/clients/client-kafkaconnect/src/commands/DeleteWorkerConfigurationCommand.ts
+++ b/clients/client-kafkaconnect/src/commands/DeleteWorkerConfigurationCommand.ts
@@ -105,4 +105,16 @@ export class DeleteWorkerConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteWorkerConfigurationCommand)
.de(de_DeleteWorkerConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteWorkerConfigurationRequest;
+ output: DeleteWorkerConfigurationResponse;
+ };
+ sdk: {
+ input: DeleteWorkerConfigurationCommandInput;
+ output: DeleteWorkerConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafkaconnect/src/commands/DescribeConnectorCommand.ts b/clients/client-kafkaconnect/src/commands/DescribeConnectorCommand.ts
index 05a47a5d70dc..0ce50db75cdd 100644
--- a/clients/client-kafkaconnect/src/commands/DescribeConnectorCommand.ts
+++ b/clients/client-kafkaconnect/src/commands/DescribeConnectorCommand.ts
@@ -187,4 +187,16 @@ export class DescribeConnectorCommand extends $Command
.f(void 0, DescribeConnectorResponseFilterSensitiveLog)
.ser(se_DescribeConnectorCommand)
.de(de_DescribeConnectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeConnectorRequest;
+ output: DescribeConnectorResponse;
+ };
+ sdk: {
+ input: DescribeConnectorCommandInput;
+ output: DescribeConnectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafkaconnect/src/commands/DescribeCustomPluginCommand.ts b/clients/client-kafkaconnect/src/commands/DescribeCustomPluginCommand.ts
index a71452cd2d59..99c915be40a4 100644
--- a/clients/client-kafkaconnect/src/commands/DescribeCustomPluginCommand.ts
+++ b/clients/client-kafkaconnect/src/commands/DescribeCustomPluginCommand.ts
@@ -129,4 +129,16 @@ export class DescribeCustomPluginCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCustomPluginCommand)
.de(de_DescribeCustomPluginCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCustomPluginRequest;
+ output: DescribeCustomPluginResponse;
+ };
+ sdk: {
+ input: DescribeCustomPluginCommandInput;
+ output: DescribeCustomPluginCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafkaconnect/src/commands/DescribeWorkerConfigurationCommand.ts b/clients/client-kafkaconnect/src/commands/DescribeWorkerConfigurationCommand.ts
index 6379492f2bbc..da6eb9df34f8 100644
--- a/clients/client-kafkaconnect/src/commands/DescribeWorkerConfigurationCommand.ts
+++ b/clients/client-kafkaconnect/src/commands/DescribeWorkerConfigurationCommand.ts
@@ -123,4 +123,16 @@ export class DescribeWorkerConfigurationCommand extends $Command
.f(void 0, DescribeWorkerConfigurationResponseFilterSensitiveLog)
.ser(se_DescribeWorkerConfigurationCommand)
.de(de_DescribeWorkerConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeWorkerConfigurationRequest;
+ output: DescribeWorkerConfigurationResponse;
+ };
+ sdk: {
+ input: DescribeWorkerConfigurationCommandInput;
+ output: DescribeWorkerConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafkaconnect/src/commands/ListConnectorsCommand.ts b/clients/client-kafkaconnect/src/commands/ListConnectorsCommand.ts
index 48b9f9552bd8..605ad4d93bbc 100644
--- a/clients/client-kafkaconnect/src/commands/ListConnectorsCommand.ts
+++ b/clients/client-kafkaconnect/src/commands/ListConnectorsCommand.ts
@@ -185,4 +185,16 @@ export class ListConnectorsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListConnectorsCommand)
.de(de_ListConnectorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListConnectorsRequest;
+ output: ListConnectorsResponse;
+ };
+ sdk: {
+ input: ListConnectorsCommandInput;
+ output: ListConnectorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafkaconnect/src/commands/ListCustomPluginsCommand.ts b/clients/client-kafkaconnect/src/commands/ListCustomPluginsCommand.ts
index dbba70ff6ab6..2c9d03b30f1d 100644
--- a/clients/client-kafkaconnect/src/commands/ListCustomPluginsCommand.ts
+++ b/clients/client-kafkaconnect/src/commands/ListCustomPluginsCommand.ts
@@ -132,4 +132,16 @@ export class ListCustomPluginsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCustomPluginsCommand)
.de(de_ListCustomPluginsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCustomPluginsRequest;
+ output: ListCustomPluginsResponse;
+ };
+ sdk: {
+ input: ListCustomPluginsCommandInput;
+ output: ListCustomPluginsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafkaconnect/src/commands/ListTagsForResourceCommand.ts b/clients/client-kafkaconnect/src/commands/ListTagsForResourceCommand.ts
index a2cde25d2541..7176ef569aa8 100644
--- a/clients/client-kafkaconnect/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-kafkaconnect/src/commands/ListTagsForResourceCommand.ts
@@ -106,4 +106,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafkaconnect/src/commands/ListWorkerConfigurationsCommand.ts b/clients/client-kafkaconnect/src/commands/ListWorkerConfigurationsCommand.ts
index 28b23bb78197..048a92f36ff5 100644
--- a/clients/client-kafkaconnect/src/commands/ListWorkerConfigurationsCommand.ts
+++ b/clients/client-kafkaconnect/src/commands/ListWorkerConfigurationsCommand.ts
@@ -120,4 +120,16 @@ export class ListWorkerConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWorkerConfigurationsCommand)
.de(de_ListWorkerConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWorkerConfigurationsRequest;
+ output: ListWorkerConfigurationsResponse;
+ };
+ sdk: {
+ input: ListWorkerConfigurationsCommandInput;
+ output: ListWorkerConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafkaconnect/src/commands/TagResourceCommand.ts b/clients/client-kafkaconnect/src/commands/TagResourceCommand.ts
index 5d1cfecf0f0b..1310740aa58b 100644
--- a/clients/client-kafkaconnect/src/commands/TagResourceCommand.ts
+++ b/clients/client-kafkaconnect/src/commands/TagResourceCommand.ts
@@ -109,4 +109,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafkaconnect/src/commands/UntagResourceCommand.ts b/clients/client-kafkaconnect/src/commands/UntagResourceCommand.ts
index 191176cd98ea..dc4e2e4d1a9a 100644
--- a/clients/client-kafkaconnect/src/commands/UntagResourceCommand.ts
+++ b/clients/client-kafkaconnect/src/commands/UntagResourceCommand.ts
@@ -105,4 +105,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kafkaconnect/src/commands/UpdateConnectorCommand.ts b/clients/client-kafkaconnect/src/commands/UpdateConnectorCommand.ts
index c78246c6e036..50a1ee5df271 100644
--- a/clients/client-kafkaconnect/src/commands/UpdateConnectorCommand.ts
+++ b/clients/client-kafkaconnect/src/commands/UpdateConnectorCommand.ts
@@ -123,4 +123,16 @@ export class UpdateConnectorCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateConnectorCommand)
.de(de_UpdateConnectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateConnectorRequest;
+ output: UpdateConnectorResponse;
+ };
+ sdk: {
+ input: UpdateConnectorCommandInput;
+ output: UpdateConnectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra-ranking/package.json b/clients/client-kendra-ranking/package.json
index b0d29b3d5f6c..94ee1b943070 100644
--- a/clients/client-kendra-ranking/package.json
+++ b/clients/client-kendra-ranking/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-kendra-ranking/src/commands/CreateRescoreExecutionPlanCommand.ts b/clients/client-kendra-ranking/src/commands/CreateRescoreExecutionPlanCommand.ts
index 1e01f5010b12..b9045630398a 100644
--- a/clients/client-kendra-ranking/src/commands/CreateRescoreExecutionPlanCommand.ts
+++ b/clients/client-kendra-ranking/src/commands/CreateRescoreExecutionPlanCommand.ts
@@ -130,4 +130,16 @@ export class CreateRescoreExecutionPlanCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRescoreExecutionPlanCommand)
.de(de_CreateRescoreExecutionPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRescoreExecutionPlanRequest;
+ output: CreateRescoreExecutionPlanResponse;
+ };
+ sdk: {
+ input: CreateRescoreExecutionPlanCommandInput;
+ output: CreateRescoreExecutionPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra-ranking/src/commands/DeleteRescoreExecutionPlanCommand.ts b/clients/client-kendra-ranking/src/commands/DeleteRescoreExecutionPlanCommand.ts
index bfdbd475bc05..5c5626cc745e 100644
--- a/clients/client-kendra-ranking/src/commands/DeleteRescoreExecutionPlanCommand.ts
+++ b/clients/client-kendra-ranking/src/commands/DeleteRescoreExecutionPlanCommand.ts
@@ -107,4 +107,16 @@ export class DeleteRescoreExecutionPlanCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRescoreExecutionPlanCommand)
.de(de_DeleteRescoreExecutionPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRescoreExecutionPlanRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRescoreExecutionPlanCommandInput;
+ output: DeleteRescoreExecutionPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra-ranking/src/commands/DescribeRescoreExecutionPlanCommand.ts b/clients/client-kendra-ranking/src/commands/DescribeRescoreExecutionPlanCommand.ts
index 689e4c3aeda6..7f22b0e8d7bc 100644
--- a/clients/client-kendra-ranking/src/commands/DescribeRescoreExecutionPlanCommand.ts
+++ b/clients/client-kendra-ranking/src/commands/DescribeRescoreExecutionPlanCommand.ts
@@ -120,4 +120,16 @@ export class DescribeRescoreExecutionPlanCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRescoreExecutionPlanCommand)
.de(de_DescribeRescoreExecutionPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRescoreExecutionPlanRequest;
+ output: DescribeRescoreExecutionPlanResponse;
+ };
+ sdk: {
+ input: DescribeRescoreExecutionPlanCommandInput;
+ output: DescribeRescoreExecutionPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra-ranking/src/commands/ListRescoreExecutionPlansCommand.ts b/clients/client-kendra-ranking/src/commands/ListRescoreExecutionPlansCommand.ts
index 4c10c1e7032a..fdb9f44a7177 100644
--- a/clients/client-kendra-ranking/src/commands/ListRescoreExecutionPlansCommand.ts
+++ b/clients/client-kendra-ranking/src/commands/ListRescoreExecutionPlansCommand.ts
@@ -110,4 +110,16 @@ export class ListRescoreExecutionPlansCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRescoreExecutionPlansCommand)
.de(de_ListRescoreExecutionPlansCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRescoreExecutionPlansRequest;
+ output: ListRescoreExecutionPlansResponse;
+ };
+ sdk: {
+ input: ListRescoreExecutionPlansCommandInput;
+ output: ListRescoreExecutionPlansCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra-ranking/src/commands/ListTagsForResourceCommand.ts b/clients/client-kendra-ranking/src/commands/ListTagsForResourceCommand.ts
index deb248cf8f68..4cb3d782a7b5 100644
--- a/clients/client-kendra-ranking/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-kendra-ranking/src/commands/ListTagsForResourceCommand.ts
@@ -110,4 +110,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra-ranking/src/commands/RescoreCommand.ts b/clients/client-kendra-ranking/src/commands/RescoreCommand.ts
index 78e6675c2151..ad355b63741a 100644
--- a/clients/client-kendra-ranking/src/commands/RescoreCommand.ts
+++ b/clients/client-kendra-ranking/src/commands/RescoreCommand.ts
@@ -132,4 +132,16 @@ export class RescoreCommand extends $Command
.f(void 0, void 0)
.ser(se_RescoreCommand)
.de(de_RescoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RescoreRequest;
+ output: RescoreResult;
+ };
+ sdk: {
+ input: RescoreCommandInput;
+ output: RescoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra-ranking/src/commands/TagResourceCommand.ts b/clients/client-kendra-ranking/src/commands/TagResourceCommand.ts
index d65790bc124c..50fa025a3fe5 100644
--- a/clients/client-kendra-ranking/src/commands/TagResourceCommand.ts
+++ b/clients/client-kendra-ranking/src/commands/TagResourceCommand.ts
@@ -111,4 +111,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra-ranking/src/commands/UntagResourceCommand.ts b/clients/client-kendra-ranking/src/commands/UntagResourceCommand.ts
index 8c7f6692f2ec..a271fe390319 100644
--- a/clients/client-kendra-ranking/src/commands/UntagResourceCommand.ts
+++ b/clients/client-kendra-ranking/src/commands/UntagResourceCommand.ts
@@ -107,4 +107,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra-ranking/src/commands/UpdateRescoreExecutionPlanCommand.ts b/clients/client-kendra-ranking/src/commands/UpdateRescoreExecutionPlanCommand.ts
index b719396e4389..d6aec77f04ff 100644
--- a/clients/client-kendra-ranking/src/commands/UpdateRescoreExecutionPlanCommand.ts
+++ b/clients/client-kendra-ranking/src/commands/UpdateRescoreExecutionPlanCommand.ts
@@ -122,4 +122,16 @@ export class UpdateRescoreExecutionPlanCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRescoreExecutionPlanCommand)
.de(de_UpdateRescoreExecutionPlanCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRescoreExecutionPlanRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateRescoreExecutionPlanCommandInput;
+ output: UpdateRescoreExecutionPlanCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/package.json b/clients/client-kendra/package.json
index b647c42c5fe5..6eb2b7a1faac 100644
--- a/clients/client-kendra/package.json
+++ b/clients/client-kendra/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-kendra/src/commands/AssociateEntitiesToExperienceCommand.ts b/clients/client-kendra/src/commands/AssociateEntitiesToExperienceCommand.ts
index 79c8ede3d0e5..c622d06b8659 100644
--- a/clients/client-kendra/src/commands/AssociateEntitiesToExperienceCommand.ts
+++ b/clients/client-kendra/src/commands/AssociateEntitiesToExperienceCommand.ts
@@ -122,4 +122,16 @@ export class AssociateEntitiesToExperienceCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateEntitiesToExperienceCommand)
.de(de_AssociateEntitiesToExperienceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateEntitiesToExperienceRequest;
+ output: AssociateEntitiesToExperienceResponse;
+ };
+ sdk: {
+ input: AssociateEntitiesToExperienceCommandInput;
+ output: AssociateEntitiesToExperienceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/AssociatePersonasToEntitiesCommand.ts b/clients/client-kendra/src/commands/AssociatePersonasToEntitiesCommand.ts
index 0c796b09b72c..7f0b942df338 100644
--- a/clients/client-kendra/src/commands/AssociatePersonasToEntitiesCommand.ts
+++ b/clients/client-kendra/src/commands/AssociatePersonasToEntitiesCommand.ts
@@ -119,4 +119,16 @@ export class AssociatePersonasToEntitiesCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociatePersonasToEntitiesCommand)
.de(de_AssociatePersonasToEntitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociatePersonasToEntitiesRequest;
+ output: AssociatePersonasToEntitiesResponse;
+ };
+ sdk: {
+ input: AssociatePersonasToEntitiesCommandInput;
+ output: AssociatePersonasToEntitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/BatchDeleteDocumentCommand.ts b/clients/client-kendra/src/commands/BatchDeleteDocumentCommand.ts
index 4d3708d96a83..993a05d8e043 100644
--- a/clients/client-kendra/src/commands/BatchDeleteDocumentCommand.ts
+++ b/clients/client-kendra/src/commands/BatchDeleteDocumentCommand.ts
@@ -123,4 +123,16 @@ export class BatchDeleteDocumentCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDeleteDocumentCommand)
.de(de_BatchDeleteDocumentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDeleteDocumentRequest;
+ output: BatchDeleteDocumentResponse;
+ };
+ sdk: {
+ input: BatchDeleteDocumentCommandInput;
+ output: BatchDeleteDocumentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/BatchDeleteFeaturedResultsSetCommand.ts b/clients/client-kendra/src/commands/BatchDeleteFeaturedResultsSetCommand.ts
index 8b4190542788..1a323101b198 100644
--- a/clients/client-kendra/src/commands/BatchDeleteFeaturedResultsSetCommand.ts
+++ b/clients/client-kendra/src/commands/BatchDeleteFeaturedResultsSetCommand.ts
@@ -113,4 +113,16 @@ export class BatchDeleteFeaturedResultsSetCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDeleteFeaturedResultsSetCommand)
.de(de_BatchDeleteFeaturedResultsSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDeleteFeaturedResultsSetRequest;
+ output: BatchDeleteFeaturedResultsSetResponse;
+ };
+ sdk: {
+ input: BatchDeleteFeaturedResultsSetCommandInput;
+ output: BatchDeleteFeaturedResultsSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/BatchGetDocumentStatusCommand.ts b/clients/client-kendra/src/commands/BatchGetDocumentStatusCommand.ts
index d6eb0d4b302a..508703a6331a 100644
--- a/clients/client-kendra/src/commands/BatchGetDocumentStatusCommand.ts
+++ b/clients/client-kendra/src/commands/BatchGetDocumentStatusCommand.ts
@@ -141,4 +141,16 @@ export class BatchGetDocumentStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetDocumentStatusCommand)
.de(de_BatchGetDocumentStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetDocumentStatusRequest;
+ output: BatchGetDocumentStatusResponse;
+ };
+ sdk: {
+ input: BatchGetDocumentStatusCommandInput;
+ output: BatchGetDocumentStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/BatchPutDocumentCommand.ts b/clients/client-kendra/src/commands/BatchPutDocumentCommand.ts
index a382f1f1a08a..3970c6bc72fc 100644
--- a/clients/client-kendra/src/commands/BatchPutDocumentCommand.ts
+++ b/clients/client-kendra/src/commands/BatchPutDocumentCommand.ts
@@ -236,4 +236,16 @@ export class BatchPutDocumentCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchPutDocumentCommand)
.de(de_BatchPutDocumentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchPutDocumentRequest;
+ output: BatchPutDocumentResponse;
+ };
+ sdk: {
+ input: BatchPutDocumentCommandInput;
+ output: BatchPutDocumentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/ClearQuerySuggestionsCommand.ts b/clients/client-kendra/src/commands/ClearQuerySuggestionsCommand.ts
index 9eb5a7e0dad0..9cf02e7408b6 100644
--- a/clients/client-kendra/src/commands/ClearQuerySuggestionsCommand.ts
+++ b/clients/client-kendra/src/commands/ClearQuerySuggestionsCommand.ts
@@ -108,4 +108,16 @@ export class ClearQuerySuggestionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ClearQuerySuggestionsCommand)
.de(de_ClearQuerySuggestionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ClearQuerySuggestionsRequest;
+ output: {};
+ };
+ sdk: {
+ input: ClearQuerySuggestionsCommandInput;
+ output: ClearQuerySuggestionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/CreateAccessControlConfigurationCommand.ts b/clients/client-kendra/src/commands/CreateAccessControlConfigurationCommand.ts
index b70a5be0c2c9..4bff9762fa26 100644
--- a/clients/client-kendra/src/commands/CreateAccessControlConfigurationCommand.ts
+++ b/clients/client-kendra/src/commands/CreateAccessControlConfigurationCommand.ts
@@ -153,4 +153,16 @@ export class CreateAccessControlConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAccessControlConfigurationCommand)
.de(de_CreateAccessControlConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAccessControlConfigurationRequest;
+ output: CreateAccessControlConfigurationResponse;
+ };
+ sdk: {
+ input: CreateAccessControlConfigurationCommandInput;
+ output: CreateAccessControlConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/CreateDataSourceCommand.ts b/clients/client-kendra/src/commands/CreateDataSourceCommand.ts
index 5d90187ef88a..511313fad0c7 100644
--- a/clients/client-kendra/src/commands/CreateDataSourceCommand.ts
+++ b/clients/client-kendra/src/commands/CreateDataSourceCommand.ts
@@ -687,4 +687,16 @@ export class CreateDataSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDataSourceCommand)
.de(de_CreateDataSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDataSourceRequest;
+ output: CreateDataSourceResponse;
+ };
+ sdk: {
+ input: CreateDataSourceCommandInput;
+ output: CreateDataSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/CreateExperienceCommand.ts b/clients/client-kendra/src/commands/CreateExperienceCommand.ts
index 85e92bd99501..b5b106029fdb 100644
--- a/clients/client-kendra/src/commands/CreateExperienceCommand.ts
+++ b/clients/client-kendra/src/commands/CreateExperienceCommand.ts
@@ -128,4 +128,16 @@ export class CreateExperienceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateExperienceCommand)
.de(de_CreateExperienceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateExperienceRequest;
+ output: CreateExperienceResponse;
+ };
+ sdk: {
+ input: CreateExperienceCommandInput;
+ output: CreateExperienceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/CreateFaqCommand.ts b/clients/client-kendra/src/commands/CreateFaqCommand.ts
index 0d8e744b5f10..17dc47b1ed49 100644
--- a/clients/client-kendra/src/commands/CreateFaqCommand.ts
+++ b/clients/client-kendra/src/commands/CreateFaqCommand.ts
@@ -126,4 +126,16 @@ export class CreateFaqCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFaqCommand)
.de(de_CreateFaqCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFaqRequest;
+ output: CreateFaqResponse;
+ };
+ sdk: {
+ input: CreateFaqCommandInput;
+ output: CreateFaqCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/CreateFeaturedResultsSetCommand.ts b/clients/client-kendra/src/commands/CreateFeaturedResultsSetCommand.ts
index 489f288ac5b9..05617044eb65 100644
--- a/clients/client-kendra/src/commands/CreateFeaturedResultsSetCommand.ts
+++ b/clients/client-kendra/src/commands/CreateFeaturedResultsSetCommand.ts
@@ -146,4 +146,16 @@ export class CreateFeaturedResultsSetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFeaturedResultsSetCommand)
.de(de_CreateFeaturedResultsSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFeaturedResultsSetRequest;
+ output: CreateFeaturedResultsSetResponse;
+ };
+ sdk: {
+ input: CreateFeaturedResultsSetCommandInput;
+ output: CreateFeaturedResultsSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/CreateIndexCommand.ts b/clients/client-kendra/src/commands/CreateIndexCommand.ts
index 15eaedb51c84..4e0503951c50 100644
--- a/clients/client-kendra/src/commands/CreateIndexCommand.ts
+++ b/clients/client-kendra/src/commands/CreateIndexCommand.ts
@@ -150,4 +150,16 @@ export class CreateIndexCommand extends $Command
.f(CreateIndexRequestFilterSensitiveLog, void 0)
.ser(se_CreateIndexCommand)
.de(de_CreateIndexCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateIndexRequest;
+ output: CreateIndexResponse;
+ };
+ sdk: {
+ input: CreateIndexCommandInput;
+ output: CreateIndexCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/CreateQuerySuggestionsBlockListCommand.ts b/clients/client-kendra/src/commands/CreateQuerySuggestionsBlockListCommand.ts
index cded46aa609a..05efe4a36f64 100644
--- a/clients/client-kendra/src/commands/CreateQuerySuggestionsBlockListCommand.ts
+++ b/clients/client-kendra/src/commands/CreateQuerySuggestionsBlockListCommand.ts
@@ -140,4 +140,16 @@ export class CreateQuerySuggestionsBlockListCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateQuerySuggestionsBlockListCommand)
.de(de_CreateQuerySuggestionsBlockListCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateQuerySuggestionsBlockListRequest;
+ output: CreateQuerySuggestionsBlockListResponse;
+ };
+ sdk: {
+ input: CreateQuerySuggestionsBlockListCommandInput;
+ output: CreateQuerySuggestionsBlockListCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/CreateThesaurusCommand.ts b/clients/client-kendra/src/commands/CreateThesaurusCommand.ts
index 85d5ffe7c738..14e56d6becd1 100644
--- a/clients/client-kendra/src/commands/CreateThesaurusCommand.ts
+++ b/clients/client-kendra/src/commands/CreateThesaurusCommand.ts
@@ -125,4 +125,16 @@ export class CreateThesaurusCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateThesaurusCommand)
.de(de_CreateThesaurusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateThesaurusRequest;
+ output: CreateThesaurusResponse;
+ };
+ sdk: {
+ input: CreateThesaurusCommandInput;
+ output: CreateThesaurusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/DeleteAccessControlConfigurationCommand.ts b/clients/client-kendra/src/commands/DeleteAccessControlConfigurationCommand.ts
index 1741e1214efc..66a00b059372 100644
--- a/clients/client-kendra/src/commands/DeleteAccessControlConfigurationCommand.ts
+++ b/clients/client-kendra/src/commands/DeleteAccessControlConfigurationCommand.ts
@@ -108,4 +108,16 @@ export class DeleteAccessControlConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAccessControlConfigurationCommand)
.de(de_DeleteAccessControlConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAccessControlConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAccessControlConfigurationCommandInput;
+ output: DeleteAccessControlConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/DeleteDataSourceCommand.ts b/clients/client-kendra/src/commands/DeleteDataSourceCommand.ts
index 5a5efdf52cb8..6d87a0a5960e 100644
--- a/clients/client-kendra/src/commands/DeleteDataSourceCommand.ts
+++ b/clients/client-kendra/src/commands/DeleteDataSourceCommand.ts
@@ -106,4 +106,16 @@ export class DeleteDataSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDataSourceCommand)
.de(de_DeleteDataSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDataSourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDataSourceCommandInput;
+ output: DeleteDataSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/DeleteExperienceCommand.ts b/clients/client-kendra/src/commands/DeleteExperienceCommand.ts
index 34e01e77f385..802214b2e85a 100644
--- a/clients/client-kendra/src/commands/DeleteExperienceCommand.ts
+++ b/clients/client-kendra/src/commands/DeleteExperienceCommand.ts
@@ -102,4 +102,16 @@ export class DeleteExperienceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteExperienceCommand)
.de(de_DeleteExperienceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteExperienceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteExperienceCommandInput;
+ output: DeleteExperienceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/DeleteFaqCommand.ts b/clients/client-kendra/src/commands/DeleteFaqCommand.ts
index 1aaed08a7c7b..5439d2b9b743 100644
--- a/clients/client-kendra/src/commands/DeleteFaqCommand.ts
+++ b/clients/client-kendra/src/commands/DeleteFaqCommand.ts
@@ -100,4 +100,16 @@ export class DeleteFaqCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFaqCommand)
.de(de_DeleteFaqCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFaqRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFaqCommandInput;
+ output: DeleteFaqCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/DeleteIndexCommand.ts b/clients/client-kendra/src/commands/DeleteIndexCommand.ts
index 1873f6ff007e..7db0485bc0cc 100644
--- a/clients/client-kendra/src/commands/DeleteIndexCommand.ts
+++ b/clients/client-kendra/src/commands/DeleteIndexCommand.ts
@@ -102,4 +102,16 @@ export class DeleteIndexCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIndexCommand)
.de(de_DeleteIndexCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIndexRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteIndexCommandInput;
+ output: DeleteIndexCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/DeletePrincipalMappingCommand.ts b/clients/client-kendra/src/commands/DeletePrincipalMappingCommand.ts
index 2213473b0b16..9597ca95db3c 100644
--- a/clients/client-kendra/src/commands/DeletePrincipalMappingCommand.ts
+++ b/clients/client-kendra/src/commands/DeletePrincipalMappingCommand.ts
@@ -114,4 +114,16 @@ export class DeletePrincipalMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePrincipalMappingCommand)
.de(de_DeletePrincipalMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePrincipalMappingRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePrincipalMappingCommandInput;
+ output: DeletePrincipalMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/DeleteQuerySuggestionsBlockListCommand.ts b/clients/client-kendra/src/commands/DeleteQuerySuggestionsBlockListCommand.ts
index b52d88da0ba4..ac17908eacb5 100644
--- a/clients/client-kendra/src/commands/DeleteQuerySuggestionsBlockListCommand.ts
+++ b/clients/client-kendra/src/commands/DeleteQuerySuggestionsBlockListCommand.ts
@@ -109,4 +109,16 @@ export class DeleteQuerySuggestionsBlockListCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteQuerySuggestionsBlockListCommand)
.de(de_DeleteQuerySuggestionsBlockListCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteQuerySuggestionsBlockListRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteQuerySuggestionsBlockListCommandInput;
+ output: DeleteQuerySuggestionsBlockListCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/DeleteThesaurusCommand.ts b/clients/client-kendra/src/commands/DeleteThesaurusCommand.ts
index eb6c6e00c8e1..7adb8ea734d2 100644
--- a/clients/client-kendra/src/commands/DeleteThesaurusCommand.ts
+++ b/clients/client-kendra/src/commands/DeleteThesaurusCommand.ts
@@ -101,4 +101,16 @@ export class DeleteThesaurusCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteThesaurusCommand)
.de(de_DeleteThesaurusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteThesaurusRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteThesaurusCommandInput;
+ output: DeleteThesaurusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/DescribeAccessControlConfigurationCommand.ts b/clients/client-kendra/src/commands/DescribeAccessControlConfigurationCommand.ts
index c424c1e5215b..a04e87f1215e 100644
--- a/clients/client-kendra/src/commands/DescribeAccessControlConfigurationCommand.ts
+++ b/clients/client-kendra/src/commands/DescribeAccessControlConfigurationCommand.ts
@@ -131,4 +131,16 @@ export class DescribeAccessControlConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAccessControlConfigurationCommand)
.de(de_DescribeAccessControlConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAccessControlConfigurationRequest;
+ output: DescribeAccessControlConfigurationResponse;
+ };
+ sdk: {
+ input: DescribeAccessControlConfigurationCommandInput;
+ output: DescribeAccessControlConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/DescribeDataSourceCommand.ts b/clients/client-kendra/src/commands/DescribeDataSourceCommand.ts
index 0d5ba3cd6fad..0cf6a0bb471f 100644
--- a/clients/client-kendra/src/commands/DescribeDataSourceCommand.ts
+++ b/clients/client-kendra/src/commands/DescribeDataSourceCommand.ts
@@ -662,4 +662,16 @@ export class DescribeDataSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDataSourceCommand)
.de(de_DescribeDataSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDataSourceRequest;
+ output: DescribeDataSourceResponse;
+ };
+ sdk: {
+ input: DescribeDataSourceCommandInput;
+ output: DescribeDataSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/DescribeExperienceCommand.ts b/clients/client-kendra/src/commands/DescribeExperienceCommand.ts
index 0676e797b0a7..e87e0a2bb680 100644
--- a/clients/client-kendra/src/commands/DescribeExperienceCommand.ts
+++ b/clients/client-kendra/src/commands/DescribeExperienceCommand.ts
@@ -129,4 +129,16 @@ export class DescribeExperienceCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeExperienceCommand)
.de(de_DescribeExperienceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeExperienceRequest;
+ output: DescribeExperienceResponse;
+ };
+ sdk: {
+ input: DescribeExperienceCommandInput;
+ output: DescribeExperienceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/DescribeFaqCommand.ts b/clients/client-kendra/src/commands/DescribeFaqCommand.ts
index f8863685fef9..89d3553712c4 100644
--- a/clients/client-kendra/src/commands/DescribeFaqCommand.ts
+++ b/clients/client-kendra/src/commands/DescribeFaqCommand.ts
@@ -112,4 +112,16 @@ export class DescribeFaqCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFaqCommand)
.de(de_DescribeFaqCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFaqRequest;
+ output: DescribeFaqResponse;
+ };
+ sdk: {
+ input: DescribeFaqCommandInput;
+ output: DescribeFaqCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/DescribeFeaturedResultsSetCommand.ts b/clients/client-kendra/src/commands/DescribeFeaturedResultsSetCommand.ts
index 615dd65386d5..287c4126a9d8 100644
--- a/clients/client-kendra/src/commands/DescribeFeaturedResultsSetCommand.ts
+++ b/clients/client-kendra/src/commands/DescribeFeaturedResultsSetCommand.ts
@@ -120,4 +120,16 @@ export class DescribeFeaturedResultsSetCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeFeaturedResultsSetCommand)
.de(de_DescribeFeaturedResultsSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeFeaturedResultsSetRequest;
+ output: DescribeFeaturedResultsSetResponse;
+ };
+ sdk: {
+ input: DescribeFeaturedResultsSetCommandInput;
+ output: DescribeFeaturedResultsSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/DescribeIndexCommand.ts b/clients/client-kendra/src/commands/DescribeIndexCommand.ts
index cd52148ae3b5..c2908c4e2ff0 100644
--- a/clients/client-kendra/src/commands/DescribeIndexCommand.ts
+++ b/clients/client-kendra/src/commands/DescribeIndexCommand.ts
@@ -167,4 +167,16 @@ export class DescribeIndexCommand extends $Command
.f(void 0, DescribeIndexResponseFilterSensitiveLog)
.ser(se_DescribeIndexCommand)
.de(de_DescribeIndexCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeIndexRequest;
+ output: DescribeIndexResponse;
+ };
+ sdk: {
+ input: DescribeIndexCommandInput;
+ output: DescribeIndexCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/DescribePrincipalMappingCommand.ts b/clients/client-kendra/src/commands/DescribePrincipalMappingCommand.ts
index acd48f8bbef1..743386ba337a 100644
--- a/clients/client-kendra/src/commands/DescribePrincipalMappingCommand.ts
+++ b/clients/client-kendra/src/commands/DescribePrincipalMappingCommand.ts
@@ -117,4 +117,16 @@ export class DescribePrincipalMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePrincipalMappingCommand)
.de(de_DescribePrincipalMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePrincipalMappingRequest;
+ output: DescribePrincipalMappingResponse;
+ };
+ sdk: {
+ input: DescribePrincipalMappingCommandInput;
+ output: DescribePrincipalMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/DescribeQuerySuggestionsBlockListCommand.ts b/clients/client-kendra/src/commands/DescribeQuerySuggestionsBlockListCommand.ts
index bec69890e28b..f184e9842dfc 100644
--- a/clients/client-kendra/src/commands/DescribeQuerySuggestionsBlockListCommand.ts
+++ b/clients/client-kendra/src/commands/DescribeQuerySuggestionsBlockListCommand.ts
@@ -126,4 +126,16 @@ export class DescribeQuerySuggestionsBlockListCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeQuerySuggestionsBlockListCommand)
.de(de_DescribeQuerySuggestionsBlockListCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeQuerySuggestionsBlockListRequest;
+ output: DescribeQuerySuggestionsBlockListResponse;
+ };
+ sdk: {
+ input: DescribeQuerySuggestionsBlockListCommandInput;
+ output: DescribeQuerySuggestionsBlockListCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/DescribeQuerySuggestionsConfigCommand.ts b/clients/client-kendra/src/commands/DescribeQuerySuggestionsConfigCommand.ts
index d16570cfeab4..414f46e16414 100644
--- a/clients/client-kendra/src/commands/DescribeQuerySuggestionsConfigCommand.ts
+++ b/clients/client-kendra/src/commands/DescribeQuerySuggestionsConfigCommand.ts
@@ -124,4 +124,16 @@ export class DescribeQuerySuggestionsConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeQuerySuggestionsConfigCommand)
.de(de_DescribeQuerySuggestionsConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeQuerySuggestionsConfigRequest;
+ output: DescribeQuerySuggestionsConfigResponse;
+ };
+ sdk: {
+ input: DescribeQuerySuggestionsConfigCommandInput;
+ output: DescribeQuerySuggestionsConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/DescribeThesaurusCommand.ts b/clients/client-kendra/src/commands/DescribeThesaurusCommand.ts
index b5ecdda0ef85..c1c19c65e1b4 100644
--- a/clients/client-kendra/src/commands/DescribeThesaurusCommand.ts
+++ b/clients/client-kendra/src/commands/DescribeThesaurusCommand.ts
@@ -113,4 +113,16 @@ export class DescribeThesaurusCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeThesaurusCommand)
.de(de_DescribeThesaurusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeThesaurusRequest;
+ output: DescribeThesaurusResponse;
+ };
+ sdk: {
+ input: DescribeThesaurusCommandInput;
+ output: DescribeThesaurusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/DisassociateEntitiesFromExperienceCommand.ts b/clients/client-kendra/src/commands/DisassociateEntitiesFromExperienceCommand.ts
index 51d685749c34..5a878a2bbad1 100644
--- a/clients/client-kendra/src/commands/DisassociateEntitiesFromExperienceCommand.ts
+++ b/clients/client-kendra/src/commands/DisassociateEntitiesFromExperienceCommand.ts
@@ -121,4 +121,16 @@ export class DisassociateEntitiesFromExperienceCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateEntitiesFromExperienceCommand)
.de(de_DisassociateEntitiesFromExperienceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateEntitiesFromExperienceRequest;
+ output: DisassociateEntitiesFromExperienceResponse;
+ };
+ sdk: {
+ input: DisassociateEntitiesFromExperienceCommandInput;
+ output: DisassociateEntitiesFromExperienceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/DisassociatePersonasFromEntitiesCommand.ts b/clients/client-kendra/src/commands/DisassociatePersonasFromEntitiesCommand.ts
index 89db9e5649dc..4d03bc3a9f80 100644
--- a/clients/client-kendra/src/commands/DisassociatePersonasFromEntitiesCommand.ts
+++ b/clients/client-kendra/src/commands/DisassociatePersonasFromEntitiesCommand.ts
@@ -115,4 +115,16 @@ export class DisassociatePersonasFromEntitiesCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociatePersonasFromEntitiesCommand)
.de(de_DisassociatePersonasFromEntitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociatePersonasFromEntitiesRequest;
+ output: DisassociatePersonasFromEntitiesResponse;
+ };
+ sdk: {
+ input: DisassociatePersonasFromEntitiesCommandInput;
+ output: DisassociatePersonasFromEntitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/GetQuerySuggestionsCommand.ts b/clients/client-kendra/src/commands/GetQuerySuggestionsCommand.ts
index 8b21c57a8c6b..8619b27bf687 100644
--- a/clients/client-kendra/src/commands/GetQuerySuggestionsCommand.ts
+++ b/clients/client-kendra/src/commands/GetQuerySuggestionsCommand.ts
@@ -255,4 +255,16 @@ export class GetQuerySuggestionsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetQuerySuggestionsCommand)
.de(de_GetQuerySuggestionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetQuerySuggestionsRequest;
+ output: GetQuerySuggestionsResponse;
+ };
+ sdk: {
+ input: GetQuerySuggestionsCommandInput;
+ output: GetQuerySuggestionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/GetSnapshotsCommand.ts b/clients/client-kendra/src/commands/GetSnapshotsCommand.ts
index 3ddddcca28b6..e08618333964 100644
--- a/clients/client-kendra/src/commands/GetSnapshotsCommand.ts
+++ b/clients/client-kendra/src/commands/GetSnapshotsCommand.ts
@@ -110,4 +110,16 @@ export class GetSnapshotsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSnapshotsCommand)
.de(de_GetSnapshotsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSnapshotsRequest;
+ output: GetSnapshotsResponse;
+ };
+ sdk: {
+ input: GetSnapshotsCommandInput;
+ output: GetSnapshotsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/ListAccessControlConfigurationsCommand.ts b/clients/client-kendra/src/commands/ListAccessControlConfigurationsCommand.ts
index 50cb415dc3b1..08ab6485f5eb 100644
--- a/clients/client-kendra/src/commands/ListAccessControlConfigurationsCommand.ts
+++ b/clients/client-kendra/src/commands/ListAccessControlConfigurationsCommand.ts
@@ -112,4 +112,16 @@ export class ListAccessControlConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAccessControlConfigurationsCommand)
.de(de_ListAccessControlConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAccessControlConfigurationsRequest;
+ output: ListAccessControlConfigurationsResponse;
+ };
+ sdk: {
+ input: ListAccessControlConfigurationsCommandInput;
+ output: ListAccessControlConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/ListDataSourceSyncJobsCommand.ts b/clients/client-kendra/src/commands/ListDataSourceSyncJobsCommand.ts
index 07553362311a..23f1314a3fb6 100644
--- a/clients/client-kendra/src/commands/ListDataSourceSyncJobsCommand.ts
+++ b/clients/client-kendra/src/commands/ListDataSourceSyncJobsCommand.ts
@@ -127,4 +127,16 @@ export class ListDataSourceSyncJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDataSourceSyncJobsCommand)
.de(de_ListDataSourceSyncJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataSourceSyncJobsRequest;
+ output: ListDataSourceSyncJobsResponse;
+ };
+ sdk: {
+ input: ListDataSourceSyncJobsCommandInput;
+ output: ListDataSourceSyncJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/ListDataSourcesCommand.ts b/clients/client-kendra/src/commands/ListDataSourcesCommand.ts
index 45ae42c849bb..b748bd6dbc08 100644
--- a/clients/client-kendra/src/commands/ListDataSourcesCommand.ts
+++ b/clients/client-kendra/src/commands/ListDataSourcesCommand.ts
@@ -110,4 +110,16 @@ export class ListDataSourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDataSourcesCommand)
.de(de_ListDataSourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataSourcesRequest;
+ output: ListDataSourcesResponse;
+ };
+ sdk: {
+ input: ListDataSourcesCommandInput;
+ output: ListDataSourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/ListEntityPersonasCommand.ts b/clients/client-kendra/src/commands/ListEntityPersonasCommand.ts
index 2f5fe2007432..a75c8cbbe8b9 100644
--- a/clients/client-kendra/src/commands/ListEntityPersonasCommand.ts
+++ b/clients/client-kendra/src/commands/ListEntityPersonasCommand.ts
@@ -109,4 +109,16 @@ export class ListEntityPersonasCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEntityPersonasCommand)
.de(de_ListEntityPersonasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEntityPersonasRequest;
+ output: ListEntityPersonasResponse;
+ };
+ sdk: {
+ input: ListEntityPersonasCommandInput;
+ output: ListEntityPersonasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/ListExperienceEntitiesCommand.ts b/clients/client-kendra/src/commands/ListExperienceEntitiesCommand.ts
index 80c1ae5b694e..8b9da8a97dd9 100644
--- a/clients/client-kendra/src/commands/ListExperienceEntitiesCommand.ts
+++ b/clients/client-kendra/src/commands/ListExperienceEntitiesCommand.ts
@@ -120,4 +120,16 @@ export class ListExperienceEntitiesCommand extends $Command
.f(void 0, ListExperienceEntitiesResponseFilterSensitiveLog)
.ser(se_ListExperienceEntitiesCommand)
.de(de_ListExperienceEntitiesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListExperienceEntitiesRequest;
+ output: ListExperienceEntitiesResponse;
+ };
+ sdk: {
+ input: ListExperienceEntitiesCommandInput;
+ output: ListExperienceEntitiesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/ListExperiencesCommand.ts b/clients/client-kendra/src/commands/ListExperiencesCommand.ts
index 24e8fc3ce9d2..f4d0c58dae07 100644
--- a/clients/client-kendra/src/commands/ListExperiencesCommand.ts
+++ b/clients/client-kendra/src/commands/ListExperiencesCommand.ts
@@ -116,4 +116,16 @@ export class ListExperiencesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListExperiencesCommand)
.de(de_ListExperiencesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListExperiencesRequest;
+ output: ListExperiencesResponse;
+ };
+ sdk: {
+ input: ListExperiencesCommandInput;
+ output: ListExperiencesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/ListFaqsCommand.ts b/clients/client-kendra/src/commands/ListFaqsCommand.ts
index 5b3b9d9a3a69..8072c1713b7d 100644
--- a/clients/client-kendra/src/commands/ListFaqsCommand.ts
+++ b/clients/client-kendra/src/commands/ListFaqsCommand.ts
@@ -110,4 +110,16 @@ export class ListFaqsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFaqsCommand)
.de(de_ListFaqsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFaqsRequest;
+ output: ListFaqsResponse;
+ };
+ sdk: {
+ input: ListFaqsCommandInput;
+ output: ListFaqsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/ListFeaturedResultsSetsCommand.ts b/clients/client-kendra/src/commands/ListFeaturedResultsSetsCommand.ts
index 7dee61b8df36..4f3302c3b0d9 100644
--- a/clients/client-kendra/src/commands/ListFeaturedResultsSetsCommand.ts
+++ b/clients/client-kendra/src/commands/ListFeaturedResultsSetsCommand.ts
@@ -110,4 +110,16 @@ export class ListFeaturedResultsSetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFeaturedResultsSetsCommand)
.de(de_ListFeaturedResultsSetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFeaturedResultsSetsRequest;
+ output: ListFeaturedResultsSetsResponse;
+ };
+ sdk: {
+ input: ListFeaturedResultsSetsCommandInput;
+ output: ListFeaturedResultsSetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/ListGroupsOlderThanOrderingIdCommand.ts b/clients/client-kendra/src/commands/ListGroupsOlderThanOrderingIdCommand.ts
index ba103ee6f482..43cb5f33ee9c 100644
--- a/clients/client-kendra/src/commands/ListGroupsOlderThanOrderingIdCommand.ts
+++ b/clients/client-kendra/src/commands/ListGroupsOlderThanOrderingIdCommand.ts
@@ -119,4 +119,16 @@ export class ListGroupsOlderThanOrderingIdCommand extends $Command
.f(void 0, void 0)
.ser(se_ListGroupsOlderThanOrderingIdCommand)
.de(de_ListGroupsOlderThanOrderingIdCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGroupsOlderThanOrderingIdRequest;
+ output: ListGroupsOlderThanOrderingIdResponse;
+ };
+ sdk: {
+ input: ListGroupsOlderThanOrderingIdCommandInput;
+ output: ListGroupsOlderThanOrderingIdCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/ListIndicesCommand.ts b/clients/client-kendra/src/commands/ListIndicesCommand.ts
index 9167f554e6c9..fbab691215f0 100644
--- a/clients/client-kendra/src/commands/ListIndicesCommand.ts
+++ b/clients/client-kendra/src/commands/ListIndicesCommand.ts
@@ -104,4 +104,16 @@ export class ListIndicesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIndicesCommand)
.de(de_ListIndicesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIndicesRequest;
+ output: ListIndicesResponse;
+ };
+ sdk: {
+ input: ListIndicesCommandInput;
+ output: ListIndicesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/ListQuerySuggestionsBlockListsCommand.ts b/clients/client-kendra/src/commands/ListQuerySuggestionsBlockListsCommand.ts
index 9f4b152dc0cf..751b59b1c2ec 100644
--- a/clients/client-kendra/src/commands/ListQuerySuggestionsBlockListsCommand.ts
+++ b/clients/client-kendra/src/commands/ListQuerySuggestionsBlockListsCommand.ts
@@ -120,4 +120,16 @@ export class ListQuerySuggestionsBlockListsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListQuerySuggestionsBlockListsCommand)
.de(de_ListQuerySuggestionsBlockListsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListQuerySuggestionsBlockListsRequest;
+ output: ListQuerySuggestionsBlockListsResponse;
+ };
+ sdk: {
+ input: ListQuerySuggestionsBlockListsCommandInput;
+ output: ListQuerySuggestionsBlockListsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/ListTagsForResourceCommand.ts b/clients/client-kendra/src/commands/ListTagsForResourceCommand.ts
index dcb7f77e5a67..bd326e6d3a66 100644
--- a/clients/client-kendra/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-kendra/src/commands/ListTagsForResourceCommand.ts
@@ -103,4 +103,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/ListThesauriCommand.ts b/clients/client-kendra/src/commands/ListThesauriCommand.ts
index 336f7b96a8b9..bcae781a763f 100644
--- a/clients/client-kendra/src/commands/ListThesauriCommand.ts
+++ b/clients/client-kendra/src/commands/ListThesauriCommand.ts
@@ -108,4 +108,16 @@ export class ListThesauriCommand extends $Command
.f(void 0, void 0)
.ser(se_ListThesauriCommand)
.de(de_ListThesauriCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListThesauriRequest;
+ output: ListThesauriResponse;
+ };
+ sdk: {
+ input: ListThesauriCommandInput;
+ output: ListThesauriCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/PutPrincipalMappingCommand.ts b/clients/client-kendra/src/commands/PutPrincipalMappingCommand.ts
index 579221d0d33e..d6bcfe641f0e 100644
--- a/clients/client-kendra/src/commands/PutPrincipalMappingCommand.ts
+++ b/clients/client-kendra/src/commands/PutPrincipalMappingCommand.ts
@@ -137,4 +137,16 @@ export class PutPrincipalMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_PutPrincipalMappingCommand)
.de(de_PutPrincipalMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutPrincipalMappingRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutPrincipalMappingCommandInput;
+ output: PutPrincipalMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/QueryCommand.ts b/clients/client-kendra/src/commands/QueryCommand.ts
index 17525c173f3d..6b2d9c5d32c3 100644
--- a/clients/client-kendra/src/commands/QueryCommand.ts
+++ b/clients/client-kendra/src/commands/QueryCommand.ts
@@ -505,4 +505,16 @@ export class QueryCommand extends $Command
.f(void 0, void 0)
.ser(se_QueryCommand)
.de(de_QueryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: QueryRequest;
+ output: QueryResult;
+ };
+ sdk: {
+ input: QueryCommandInput;
+ output: QueryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/RetrieveCommand.ts b/clients/client-kendra/src/commands/RetrieveCommand.ts
index 942bb358c58d..4fcfcd6edb05 100644
--- a/clients/client-kendra/src/commands/RetrieveCommand.ts
+++ b/clients/client-kendra/src/commands/RetrieveCommand.ts
@@ -281,4 +281,16 @@ export class RetrieveCommand extends $Command
.f(void 0, void 0)
.ser(se_RetrieveCommand)
.de(de_RetrieveCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RetrieveRequest;
+ output: RetrieveResult;
+ };
+ sdk: {
+ input: RetrieveCommandInput;
+ output: RetrieveCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/StartDataSourceSyncJobCommand.ts b/clients/client-kendra/src/commands/StartDataSourceSyncJobCommand.ts
index b1774bfb40b5..d41e54d6e964 100644
--- a/clients/client-kendra/src/commands/StartDataSourceSyncJobCommand.ts
+++ b/clients/client-kendra/src/commands/StartDataSourceSyncJobCommand.ts
@@ -111,4 +111,16 @@ export class StartDataSourceSyncJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartDataSourceSyncJobCommand)
.de(de_StartDataSourceSyncJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartDataSourceSyncJobRequest;
+ output: StartDataSourceSyncJobResponse;
+ };
+ sdk: {
+ input: StartDataSourceSyncJobCommandInput;
+ output: StartDataSourceSyncJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/StopDataSourceSyncJobCommand.ts b/clients/client-kendra/src/commands/StopDataSourceSyncJobCommand.ts
index 2b47c9e7453c..4ded32f8b217 100644
--- a/clients/client-kendra/src/commands/StopDataSourceSyncJobCommand.ts
+++ b/clients/client-kendra/src/commands/StopDataSourceSyncJobCommand.ts
@@ -97,4 +97,16 @@ export class StopDataSourceSyncJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StopDataSourceSyncJobCommand)
.de(de_StopDataSourceSyncJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopDataSourceSyncJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopDataSourceSyncJobCommandInput;
+ output: StopDataSourceSyncJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/SubmitFeedbackCommand.ts b/clients/client-kendra/src/commands/SubmitFeedbackCommand.ts
index 9809a993eaea..8ca2de2d7cd5 100644
--- a/clients/client-kendra/src/commands/SubmitFeedbackCommand.ts
+++ b/clients/client-kendra/src/commands/SubmitFeedbackCommand.ts
@@ -116,4 +116,16 @@ export class SubmitFeedbackCommand extends $Command
.f(void 0, void 0)
.ser(se_SubmitFeedbackCommand)
.de(de_SubmitFeedbackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SubmitFeedbackRequest;
+ output: {};
+ };
+ sdk: {
+ input: SubmitFeedbackCommandInput;
+ output: SubmitFeedbackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/TagResourceCommand.ts b/clients/client-kendra/src/commands/TagResourceCommand.ts
index 0a5d63f9ef5c..038e2e743b84 100644
--- a/clients/client-kendra/src/commands/TagResourceCommand.ts
+++ b/clients/client-kendra/src/commands/TagResourceCommand.ts
@@ -102,4 +102,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/UntagResourceCommand.ts b/clients/client-kendra/src/commands/UntagResourceCommand.ts
index fc90be996f4a..3e33ed3f74df 100644
--- a/clients/client-kendra/src/commands/UntagResourceCommand.ts
+++ b/clients/client-kendra/src/commands/UntagResourceCommand.ts
@@ -98,4 +98,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/UpdateAccessControlConfigurationCommand.ts b/clients/client-kendra/src/commands/UpdateAccessControlConfigurationCommand.ts
index 90b35e54c36c..2329f01f0966 100644
--- a/clients/client-kendra/src/commands/UpdateAccessControlConfigurationCommand.ts
+++ b/clients/client-kendra/src/commands/UpdateAccessControlConfigurationCommand.ts
@@ -151,4 +151,16 @@ export class UpdateAccessControlConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAccessControlConfigurationCommand)
.de(de_UpdateAccessControlConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAccessControlConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateAccessControlConfigurationCommandInput;
+ output: UpdateAccessControlConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/UpdateDataSourceCommand.ts b/clients/client-kendra/src/commands/UpdateDataSourceCommand.ts
index 546c42c72ba9..eeab6baccda0 100644
--- a/clients/client-kendra/src/commands/UpdateDataSourceCommand.ts
+++ b/clients/client-kendra/src/commands/UpdateDataSourceCommand.ts
@@ -658,4 +658,16 @@ export class UpdateDataSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDataSourceCommand)
.de(de_UpdateDataSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDataSourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDataSourceCommandInput;
+ output: UpdateDataSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/UpdateExperienceCommand.ts b/clients/client-kendra/src/commands/UpdateExperienceCommand.ts
index 5d189aaf8e8e..30d65bba73db 100644
--- a/clients/client-kendra/src/commands/UpdateExperienceCommand.ts
+++ b/clients/client-kendra/src/commands/UpdateExperienceCommand.ts
@@ -119,4 +119,16 @@ export class UpdateExperienceCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateExperienceCommand)
.de(de_UpdateExperienceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateExperienceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateExperienceCommandInput;
+ output: UpdateExperienceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/UpdateFeaturedResultsSetCommand.ts b/clients/client-kendra/src/commands/UpdateFeaturedResultsSetCommand.ts
index 7239223073b0..b371861523bc 100644
--- a/clients/client-kendra/src/commands/UpdateFeaturedResultsSetCommand.ts
+++ b/clients/client-kendra/src/commands/UpdateFeaturedResultsSetCommand.ts
@@ -134,4 +134,16 @@ export class UpdateFeaturedResultsSetCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFeaturedResultsSetCommand)
.de(de_UpdateFeaturedResultsSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFeaturedResultsSetRequest;
+ output: UpdateFeaturedResultsSetResponse;
+ };
+ sdk: {
+ input: UpdateFeaturedResultsSetCommandInput;
+ output: UpdateFeaturedResultsSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/UpdateIndexCommand.ts b/clients/client-kendra/src/commands/UpdateIndexCommand.ts
index 7da174fe93d1..7f71f7d8b5bb 100644
--- a/clients/client-kendra/src/commands/UpdateIndexCommand.ts
+++ b/clients/client-kendra/src/commands/UpdateIndexCommand.ts
@@ -154,4 +154,16 @@ export class UpdateIndexCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateIndexCommand)
.de(de_UpdateIndexCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateIndexRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateIndexCommandInput;
+ output: UpdateIndexCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/UpdateQuerySuggestionsBlockListCommand.ts b/clients/client-kendra/src/commands/UpdateQuerySuggestionsBlockListCommand.ts
index 0f78769edbbc..87ef39f85e7a 100644
--- a/clients/client-kendra/src/commands/UpdateQuerySuggestionsBlockListCommand.ts
+++ b/clients/client-kendra/src/commands/UpdateQuerySuggestionsBlockListCommand.ts
@@ -120,4 +120,16 @@ export class UpdateQuerySuggestionsBlockListCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateQuerySuggestionsBlockListCommand)
.de(de_UpdateQuerySuggestionsBlockListCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateQuerySuggestionsBlockListRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateQuerySuggestionsBlockListCommandInput;
+ output: UpdateQuerySuggestionsBlockListCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/UpdateQuerySuggestionsConfigCommand.ts b/clients/client-kendra/src/commands/UpdateQuerySuggestionsConfigCommand.ts
index 6a6357ff5bb1..321e0beaea4a 100644
--- a/clients/client-kendra/src/commands/UpdateQuerySuggestionsConfigCommand.ts
+++ b/clients/client-kendra/src/commands/UpdateQuerySuggestionsConfigCommand.ts
@@ -127,4 +127,16 @@ export class UpdateQuerySuggestionsConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateQuerySuggestionsConfigCommand)
.de(de_UpdateQuerySuggestionsConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateQuerySuggestionsConfigRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateQuerySuggestionsConfigCommandInput;
+ output: UpdateQuerySuggestionsConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kendra/src/commands/UpdateThesaurusCommand.ts b/clients/client-kendra/src/commands/UpdateThesaurusCommand.ts
index 1f940b387be3..3b7a7532be1e 100644
--- a/clients/client-kendra/src/commands/UpdateThesaurusCommand.ts
+++ b/clients/client-kendra/src/commands/UpdateThesaurusCommand.ts
@@ -107,4 +107,16 @@ export class UpdateThesaurusCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateThesaurusCommand)
.de(de_UpdateThesaurusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateThesaurusRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateThesaurusCommandInput;
+ output: UpdateThesaurusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-keyspaces/package.json b/clients/client-keyspaces/package.json
index c2e90f171210..7b2bd3967ec1 100644
--- a/clients/client-keyspaces/package.json
+++ b/clients/client-keyspaces/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-keyspaces/src/commands/CreateKeyspaceCommand.ts b/clients/client-keyspaces/src/commands/CreateKeyspaceCommand.ts
index d2e258a5bc85..13782f6f8f6f 100644
--- a/clients/client-keyspaces/src/commands/CreateKeyspaceCommand.ts
+++ b/clients/client-keyspaces/src/commands/CreateKeyspaceCommand.ts
@@ -113,4 +113,16 @@ export class CreateKeyspaceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateKeyspaceCommand)
.de(de_CreateKeyspaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateKeyspaceRequest;
+ output: CreateKeyspaceResponse;
+ };
+ sdk: {
+ input: CreateKeyspaceCommandInput;
+ output: CreateKeyspaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-keyspaces/src/commands/CreateTableCommand.ts b/clients/client-keyspaces/src/commands/CreateTableCommand.ts
index 0a5c1f828dae..63e561e64789 100644
--- a/clients/client-keyspaces/src/commands/CreateTableCommand.ts
+++ b/clients/client-keyspaces/src/commands/CreateTableCommand.ts
@@ -205,4 +205,16 @@ export class CreateTableCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTableCommand)
.de(de_CreateTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTableRequest;
+ output: CreateTableResponse;
+ };
+ sdk: {
+ input: CreateTableCommandInput;
+ output: CreateTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-keyspaces/src/commands/DeleteKeyspaceCommand.ts b/clients/client-keyspaces/src/commands/DeleteKeyspaceCommand.ts
index 1417657b6eba..ec8d774f555a 100644
--- a/clients/client-keyspaces/src/commands/DeleteKeyspaceCommand.ts
+++ b/clients/client-keyspaces/src/commands/DeleteKeyspaceCommand.ts
@@ -96,4 +96,16 @@ export class DeleteKeyspaceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteKeyspaceCommand)
.de(de_DeleteKeyspaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteKeyspaceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteKeyspaceCommandInput;
+ output: DeleteKeyspaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-keyspaces/src/commands/DeleteTableCommand.ts b/clients/client-keyspaces/src/commands/DeleteTableCommand.ts
index aff6b5a799ee..cb0ee8899c1f 100644
--- a/clients/client-keyspaces/src/commands/DeleteTableCommand.ts
+++ b/clients/client-keyspaces/src/commands/DeleteTableCommand.ts
@@ -101,4 +101,16 @@ export class DeleteTableCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTableCommand)
.de(de_DeleteTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTableRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTableCommandInput;
+ output: DeleteTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-keyspaces/src/commands/GetKeyspaceCommand.ts b/clients/client-keyspaces/src/commands/GetKeyspaceCommand.ts
index e97bc8d9317e..56667acd6ae8 100644
--- a/clients/client-keyspaces/src/commands/GetKeyspaceCommand.ts
+++ b/clients/client-keyspaces/src/commands/GetKeyspaceCommand.ts
@@ -98,4 +98,16 @@ export class GetKeyspaceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetKeyspaceCommand)
.de(de_GetKeyspaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetKeyspaceRequest;
+ output: GetKeyspaceResponse;
+ };
+ sdk: {
+ input: GetKeyspaceCommandInput;
+ output: GetKeyspaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-keyspaces/src/commands/GetTableAutoScalingSettingsCommand.ts b/clients/client-keyspaces/src/commands/GetTableAutoScalingSettingsCommand.ts
index fbbff8846c05..12c750470cbf 100644
--- a/clients/client-keyspaces/src/commands/GetTableAutoScalingSettingsCommand.ts
+++ b/clients/client-keyspaces/src/commands/GetTableAutoScalingSettingsCommand.ts
@@ -181,4 +181,16 @@ export class GetTableAutoScalingSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTableAutoScalingSettingsCommand)
.de(de_GetTableAutoScalingSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTableAutoScalingSettingsRequest;
+ output: GetTableAutoScalingSettingsResponse;
+ };
+ sdk: {
+ input: GetTableAutoScalingSettingsCommandInput;
+ output: GetTableAutoScalingSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-keyspaces/src/commands/GetTableCommand.ts b/clients/client-keyspaces/src/commands/GetTableCommand.ts
index 8bdb4642235f..990020aeab52 100644
--- a/clients/client-keyspaces/src/commands/GetTableCommand.ts
+++ b/clients/client-keyspaces/src/commands/GetTableCommand.ts
@@ -161,4 +161,16 @@ export class GetTableCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTableCommand)
.de(de_GetTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTableRequest;
+ output: GetTableResponse;
+ };
+ sdk: {
+ input: GetTableCommandInput;
+ output: GetTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-keyspaces/src/commands/ListKeyspacesCommand.ts b/clients/client-keyspaces/src/commands/ListKeyspacesCommand.ts
index ef0a8a4889cc..0bb905452ceb 100644
--- a/clients/client-keyspaces/src/commands/ListKeyspacesCommand.ts
+++ b/clients/client-keyspaces/src/commands/ListKeyspacesCommand.ts
@@ -104,4 +104,16 @@ export class ListKeyspacesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListKeyspacesCommand)
.de(de_ListKeyspacesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListKeyspacesRequest;
+ output: ListKeyspacesResponse;
+ };
+ sdk: {
+ input: ListKeyspacesCommandInput;
+ output: ListKeyspacesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-keyspaces/src/commands/ListTablesCommand.ts b/clients/client-keyspaces/src/commands/ListTablesCommand.ts
index f92aee91a914..71647ad90fc8 100644
--- a/clients/client-keyspaces/src/commands/ListTablesCommand.ts
+++ b/clients/client-keyspaces/src/commands/ListTablesCommand.ts
@@ -102,4 +102,16 @@ export class ListTablesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTablesCommand)
.de(de_ListTablesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTablesRequest;
+ output: ListTablesResponse;
+ };
+ sdk: {
+ input: ListTablesCommandInput;
+ output: ListTablesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-keyspaces/src/commands/ListTagsForResourceCommand.ts b/clients/client-keyspaces/src/commands/ListTagsForResourceCommand.ts
index df347b137c47..10ebebfc6980 100644
--- a/clients/client-keyspaces/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-keyspaces/src/commands/ListTagsForResourceCommand.ts
@@ -101,4 +101,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-keyspaces/src/commands/RestoreTableCommand.ts b/clients/client-keyspaces/src/commands/RestoreTableCommand.ts
index 92c849f42142..e8421863c23a 100644
--- a/clients/client-keyspaces/src/commands/RestoreTableCommand.ts
+++ b/clients/client-keyspaces/src/commands/RestoreTableCommand.ts
@@ -212,4 +212,16 @@ export class RestoreTableCommand extends $Command
.f(void 0, void 0)
.ser(se_RestoreTableCommand)
.de(de_RestoreTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RestoreTableRequest;
+ output: RestoreTableResponse;
+ };
+ sdk: {
+ input: RestoreTableCommandInput;
+ output: RestoreTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-keyspaces/src/commands/TagResourceCommand.ts b/clients/client-keyspaces/src/commands/TagResourceCommand.ts
index 7f71533036c2..dbfe8342e99f 100644
--- a/clients/client-keyspaces/src/commands/TagResourceCommand.ts
+++ b/clients/client-keyspaces/src/commands/TagResourceCommand.ts
@@ -103,4 +103,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-keyspaces/src/commands/UntagResourceCommand.ts b/clients/client-keyspaces/src/commands/UntagResourceCommand.ts
index 0cb3ff7cb628..fece435da7b9 100644
--- a/clients/client-keyspaces/src/commands/UntagResourceCommand.ts
+++ b/clients/client-keyspaces/src/commands/UntagResourceCommand.ts
@@ -102,4 +102,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-keyspaces/src/commands/UpdateTableCommand.ts b/clients/client-keyspaces/src/commands/UpdateTableCommand.ts
index 8b8aa170fe2c..252e1c606764 100644
--- a/clients/client-keyspaces/src/commands/UpdateTableCommand.ts
+++ b/clients/client-keyspaces/src/commands/UpdateTableCommand.ts
@@ -173,4 +173,16 @@ export class UpdateTableCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTableCommand)
.de(de_UpdateTableCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTableRequest;
+ output: UpdateTableResponse;
+ };
+ sdk: {
+ input: UpdateTableCommandInput;
+ output: UpdateTableCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/package.json b/clients/client-kinesis-analytics-v2/package.json
index 20818d3c2564..d52c41bfd328 100644
--- a/clients/client-kinesis-analytics-v2/package.json
+++ b/clients/client-kinesis-analytics-v2/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts
index db732a568cde..ae3b1964cf03 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts
@@ -124,4 +124,16 @@ export class AddApplicationCloudWatchLoggingOptionCommand extends $Command
.f(void 0, void 0)
.ser(se_AddApplicationCloudWatchLoggingOptionCommand)
.de(de_AddApplicationCloudWatchLoggingOptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddApplicationCloudWatchLoggingOptionRequest;
+ output: AddApplicationCloudWatchLoggingOptionResponse;
+ };
+ sdk: {
+ input: AddApplicationCloudWatchLoggingOptionCommandInput;
+ output: AddApplicationCloudWatchLoggingOptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputCommand.ts
index 6dad402011d1..e138b4e30874 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputCommand.ts
@@ -203,4 +203,16 @@ export class AddApplicationInputCommand extends $Command
.f(void 0, void 0)
.ser(se_AddApplicationInputCommand)
.de(de_AddApplicationInputCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddApplicationInputRequest;
+ output: AddApplicationInputResponse;
+ };
+ sdk: {
+ input: AddApplicationInputCommandInput;
+ output: AddApplicationInputCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputProcessingConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputProcessingConfigurationCommand.ts
index 7e8cb50ab54b..fdd9c27c0898 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputProcessingConfigurationCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputProcessingConfigurationCommand.ts
@@ -124,4 +124,16 @@ export class AddApplicationInputProcessingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_AddApplicationInputProcessingConfigurationCommand)
.de(de_AddApplicationInputProcessingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddApplicationInputProcessingConfigurationRequest;
+ output: AddApplicationInputProcessingConfigurationResponse;
+ };
+ sdk: {
+ input: AddApplicationInputProcessingConfigurationCommandInput;
+ output: AddApplicationInputProcessingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationOutputCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationOutputCommand.ts
index 6c1b35cae53f..e1b4840d818c 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationOutputCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationOutputCommand.ts
@@ -148,4 +148,16 @@ export class AddApplicationOutputCommand extends $Command
.f(void 0, void 0)
.ser(se_AddApplicationOutputCommand)
.de(de_AddApplicationOutputCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddApplicationOutputRequest;
+ output: AddApplicationOutputResponse;
+ };
+ sdk: {
+ input: AddApplicationOutputCommandInput;
+ output: AddApplicationOutputCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationReferenceDataSourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationReferenceDataSourceCommand.ts
index 1b4318baed61..f85e8392444b 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationReferenceDataSourceCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationReferenceDataSourceCommand.ts
@@ -175,4 +175,16 @@ export class AddApplicationReferenceDataSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_AddApplicationReferenceDataSourceCommand)
.de(de_AddApplicationReferenceDataSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddApplicationReferenceDataSourceRequest;
+ output: AddApplicationReferenceDataSourceResponse;
+ };
+ sdk: {
+ input: AddApplicationReferenceDataSourceCommandInput;
+ output: AddApplicationReferenceDataSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationVpcConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationVpcConfigurationCommand.ts
index 253a117f2efb..fe00eac43088 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationVpcConfigurationCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationVpcConfigurationCommand.ts
@@ -136,4 +136,16 @@ export class AddApplicationVpcConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_AddApplicationVpcConfigurationCommand)
.de(de_AddApplicationVpcConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddApplicationVpcConfigurationRequest;
+ output: AddApplicationVpcConfigurationResponse;
+ };
+ sdk: {
+ input: AddApplicationVpcConfigurationCommandInput;
+ output: AddApplicationVpcConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationCommand.ts
index 6d1bbc77a2ea..73f1ab3239c8 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationCommand.ts
@@ -546,4 +546,16 @@ export class CreateApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateApplicationCommand)
.de(de_CreateApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateApplicationRequest;
+ output: CreateApplicationResponse;
+ };
+ sdk: {
+ input: CreateApplicationCommandInput;
+ output: CreateApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationPresignedUrlCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationPresignedUrlCommand.ts
index aca5a3330387..99ac69ca08df 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationPresignedUrlCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationPresignedUrlCommand.ts
@@ -109,4 +109,16 @@ export class CreateApplicationPresignedUrlCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateApplicationPresignedUrlCommand)
.de(de_CreateApplicationPresignedUrlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateApplicationPresignedUrlRequest;
+ output: CreateApplicationPresignedUrlResponse;
+ };
+ sdk: {
+ input: CreateApplicationPresignedUrlCommandInput;
+ output: CreateApplicationPresignedUrlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationSnapshotCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationSnapshotCommand.ts
index 60acb34aedaa..5170f024ab6b 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationSnapshotCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationSnapshotCommand.ts
@@ -102,4 +102,16 @@ export class CreateApplicationSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateApplicationSnapshotCommand)
.de(de_CreateApplicationSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateApplicationSnapshotRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateApplicationSnapshotCommandInput;
+ output: CreateApplicationSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts
index 80e3bce47d1a..f1878fc05332 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts
@@ -122,4 +122,16 @@ export class DeleteApplicationCloudWatchLoggingOptionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApplicationCloudWatchLoggingOptionCommand)
.de(de_DeleteApplicationCloudWatchLoggingOptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApplicationCloudWatchLoggingOptionRequest;
+ output: DeleteApplicationCloudWatchLoggingOptionResponse;
+ };
+ sdk: {
+ input: DeleteApplicationCloudWatchLoggingOptionCommandInput;
+ output: DeleteApplicationCloudWatchLoggingOptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCommand.ts
index d135897c3e2c..f6b0001a5053 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCommand.ts
@@ -100,4 +100,16 @@ export class DeleteApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApplicationCommand)
.de(de_DeleteApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApplicationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApplicationCommandInput;
+ output: DeleteApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts
index d412d2da3061..6cdbc27ff78e 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts
@@ -110,4 +110,16 @@ export class DeleteApplicationInputProcessingConfigurationCommand extends $Comma
.f(void 0, void 0)
.ser(se_DeleteApplicationInputProcessingConfigurationCommand)
.de(de_DeleteApplicationInputProcessingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApplicationInputProcessingConfigurationRequest;
+ output: DeleteApplicationInputProcessingConfigurationResponse;
+ };
+ sdk: {
+ input: DeleteApplicationInputProcessingConfigurationCommandInput;
+ output: DeleteApplicationInputProcessingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationOutputCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationOutputCommand.ts
index 556cb2ebbc74..d01a64e28dc0 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationOutputCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationOutputCommand.ts
@@ -103,4 +103,16 @@ export class DeleteApplicationOutputCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApplicationOutputCommand)
.de(de_DeleteApplicationOutputCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApplicationOutputRequest;
+ output: DeleteApplicationOutputResponse;
+ };
+ sdk: {
+ input: DeleteApplicationOutputCommandInput;
+ output: DeleteApplicationOutputCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationReferenceDataSourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationReferenceDataSourceCommand.ts
index 9b34992afeac..bdfd811579cc 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationReferenceDataSourceCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationReferenceDataSourceCommand.ts
@@ -111,4 +111,16 @@ export class DeleteApplicationReferenceDataSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApplicationReferenceDataSourceCommand)
.de(de_DeleteApplicationReferenceDataSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApplicationReferenceDataSourceRequest;
+ output: DeleteApplicationReferenceDataSourceResponse;
+ };
+ sdk: {
+ input: DeleteApplicationReferenceDataSourceCommandInput;
+ output: DeleteApplicationReferenceDataSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationSnapshotCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationSnapshotCommand.ts
index 634521a54d26..c8973b5ec41e 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationSnapshotCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationSnapshotCommand.ts
@@ -102,4 +102,16 @@ export class DeleteApplicationSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApplicationSnapshotCommand)
.de(de_DeleteApplicationSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApplicationSnapshotRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApplicationSnapshotCommandInput;
+ output: DeleteApplicationSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationVpcConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationVpcConfigurationCommand.ts
index f459813fd569..cc481260f0cb 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationVpcConfigurationCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationVpcConfigurationCommand.ts
@@ -111,4 +111,16 @@ export class DeleteApplicationVpcConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApplicationVpcConfigurationCommand)
.de(de_DeleteApplicationVpcConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApplicationVpcConfigurationRequest;
+ output: DeleteApplicationVpcConfigurationResponse;
+ };
+ sdk: {
+ input: DeleteApplicationVpcConfigurationCommandInput;
+ output: DeleteApplicationVpcConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationCommand.ts
index a515ca342b34..6743aeb0bc7b 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationCommand.ts
@@ -331,4 +331,16 @@ export class DescribeApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeApplicationCommand)
.de(de_DescribeApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeApplicationRequest;
+ output: DescribeApplicationResponse;
+ };
+ sdk: {
+ input: DescribeApplicationCommandInput;
+ output: DescribeApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationOperationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationOperationCommand.ts
index 514eaf3160ac..86b07e7e5a14 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationOperationCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationOperationCommand.ts
@@ -112,4 +112,16 @@ export class DescribeApplicationOperationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeApplicationOperationCommand)
.de(de_DescribeApplicationOperationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeApplicationOperationRequest;
+ output: DescribeApplicationOperationResponse;
+ };
+ sdk: {
+ input: DescribeApplicationOperationCommandInput;
+ output: DescribeApplicationOperationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationSnapshotCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationSnapshotCommand.ts
index 3c23d8adfb7f..55398575b400 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationSnapshotCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationSnapshotCommand.ts
@@ -100,4 +100,16 @@ export class DescribeApplicationSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeApplicationSnapshotCommand)
.de(de_DescribeApplicationSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeApplicationSnapshotRequest;
+ output: DescribeApplicationSnapshotResponse;
+ };
+ sdk: {
+ input: DescribeApplicationSnapshotCommandInput;
+ output: DescribeApplicationSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationVersionCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationVersionCommand.ts
index 697bb04cdec0..5b4061bc070c 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationVersionCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationVersionCommand.ts
@@ -333,4 +333,16 @@ export class DescribeApplicationVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeApplicationVersionCommand)
.de(de_DescribeApplicationVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeApplicationVersionRequest;
+ output: DescribeApplicationVersionResponse;
+ };
+ sdk: {
+ input: DescribeApplicationVersionCommandInput;
+ output: DescribeApplicationVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/DiscoverInputSchemaCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DiscoverInputSchemaCommand.ts
index 154c4eb0a15d..54d0446855ab 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/DiscoverInputSchemaCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/DiscoverInputSchemaCommand.ts
@@ -153,4 +153,16 @@ export class DiscoverInputSchemaCommand extends $Command
.f(void 0, void 0)
.ser(se_DiscoverInputSchemaCommand)
.de(de_DiscoverInputSchemaCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DiscoverInputSchemaRequest;
+ output: DiscoverInputSchemaResponse;
+ };
+ sdk: {
+ input: DiscoverInputSchemaCommandInput;
+ output: DiscoverInputSchemaCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationOperationsCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationOperationsCommand.ts
index a59256727ae7..a508fdc9bd21 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationOperationsCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationOperationsCommand.ts
@@ -104,4 +104,16 @@ export class ListApplicationOperationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListApplicationOperationsCommand)
.de(de_ListApplicationOperationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListApplicationOperationsRequest;
+ output: ListApplicationOperationsResponse;
+ };
+ sdk: {
+ input: ListApplicationOperationsCommandInput;
+ output: ListApplicationOperationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationSnapshotsCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationSnapshotsCommand.ts
index 310167bcc620..6e1e60b73bce 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationSnapshotsCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationSnapshotsCommand.ts
@@ -99,4 +99,16 @@ export class ListApplicationSnapshotsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListApplicationSnapshotsCommand)
.de(de_ListApplicationSnapshotsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListApplicationSnapshotsRequest;
+ output: ListApplicationSnapshotsResponse;
+ };
+ sdk: {
+ input: ListApplicationSnapshotsCommandInput;
+ output: ListApplicationSnapshotsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationVersionsCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationVersionsCommand.ts
index 21325c0e040f..28039676093c 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationVersionsCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationVersionsCommand.ts
@@ -104,4 +104,16 @@ export class ListApplicationVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListApplicationVersionsCommand)
.de(de_ListApplicationVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListApplicationVersionsRequest;
+ output: ListApplicationVersionsResponse;
+ };
+ sdk: {
+ input: ListApplicationVersionsCommandInput;
+ output: ListApplicationVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationsCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationsCommand.ts
index 7974542b53a4..2ecf7b720ac1 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationsCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationsCommand.ts
@@ -99,4 +99,16 @@ export class ListApplicationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListApplicationsCommand)
.de(de_ListApplicationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListApplicationsRequest;
+ output: ListApplicationsResponse;
+ };
+ sdk: {
+ input: ListApplicationsCommandInput;
+ output: ListApplicationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/ListTagsForResourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/ListTagsForResourceCommand.ts
index 5a5f0bb66403..32e5407b46ba 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/ListTagsForResourceCommand.ts
@@ -98,4 +98,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/RollbackApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/RollbackApplicationCommand.ts
index b3aca7fc109f..7255f152d76a 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/RollbackApplicationCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/RollbackApplicationCommand.ts
@@ -347,4 +347,16 @@ export class RollbackApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_RollbackApplicationCommand)
.de(de_RollbackApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RollbackApplicationRequest;
+ output: RollbackApplicationResponse;
+ };
+ sdk: {
+ input: RollbackApplicationCommandInput;
+ output: RollbackApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/StartApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/StartApplicationCommand.ts
index 16cdc9ee79fe..a665fb68cc79 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/StartApplicationCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/StartApplicationCommand.ts
@@ -114,4 +114,16 @@ export class StartApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_StartApplicationCommand)
.de(de_StartApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartApplicationRequest;
+ output: StartApplicationResponse;
+ };
+ sdk: {
+ input: StartApplicationCommandInput;
+ output: StartApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/StopApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/StopApplicationCommand.ts
index 16643bd8ff4d..6eacf39cb11a 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/StopApplicationCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/StopApplicationCommand.ts
@@ -108,4 +108,16 @@ export class StopApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_StopApplicationCommand)
.de(de_StopApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopApplicationRequest;
+ output: StopApplicationResponse;
+ };
+ sdk: {
+ input: StopApplicationCommandInput;
+ output: StopApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/TagResourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/TagResourceCommand.ts
index 7dc98be81662..461260a72e60 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/TagResourceCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/TagResourceCommand.ts
@@ -105,4 +105,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/UntagResourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/UntagResourceCommand.ts
index 53355e521d57..e8f1a6d6213b 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/UntagResourceCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/UntagResourceCommand.ts
@@ -101,4 +101,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationCommand.ts
index c02a2eabe123..9e5b9ca6a8de 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationCommand.ts
@@ -554,4 +554,16 @@ export class UpdateApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateApplicationCommand)
.de(de_UpdateApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApplicationRequest;
+ output: UpdateApplicationResponse;
+ };
+ sdk: {
+ input: UpdateApplicationCommandInput;
+ output: UpdateApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationMaintenanceConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationMaintenanceConfigurationCommand.ts
index a643cf98c3a2..97c3d5fbd113 100644
--- a/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationMaintenanceConfigurationCommand.ts
+++ b/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationMaintenanceConfigurationCommand.ts
@@ -130,4 +130,16 @@ export class UpdateApplicationMaintenanceConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateApplicationMaintenanceConfigurationCommand)
.de(de_UpdateApplicationMaintenanceConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApplicationMaintenanceConfigurationRequest;
+ output: UpdateApplicationMaintenanceConfigurationResponse;
+ };
+ sdk: {
+ input: UpdateApplicationMaintenanceConfigurationCommandInput;
+ output: UpdateApplicationMaintenanceConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics/package.json b/clients/client-kinesis-analytics/package.json
index ff6300cd204a..6d99485818e6 100644
--- a/clients/client-kinesis-analytics/package.json
+++ b/clients/client-kinesis-analytics/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts
index b7450fe618a9..6efb0fac2b94 100644
--- a/clients/client-kinesis-analytics/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts
+++ b/clients/client-kinesis-analytics/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts
@@ -110,4 +110,16 @@ export class AddApplicationCloudWatchLoggingOptionCommand extends $Command
.f(void 0, void 0)
.ser(se_AddApplicationCloudWatchLoggingOptionCommand)
.de(de_AddApplicationCloudWatchLoggingOptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddApplicationCloudWatchLoggingOptionRequest;
+ output: {};
+ };
+ sdk: {
+ input: AddApplicationCloudWatchLoggingOptionCommandInput;
+ output: AddApplicationCloudWatchLoggingOptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationInputCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationInputCommand.ts
index 2f232eb3318a..b153bc177a83 100644
--- a/clients/client-kinesis-analytics/src/commands/AddApplicationInputCommand.ts
+++ b/clients/client-kinesis-analytics/src/commands/AddApplicationInputCommand.ts
@@ -152,4 +152,16 @@ export class AddApplicationInputCommand extends $Command
.f(void 0, void 0)
.ser(se_AddApplicationInputCommand)
.de(de_AddApplicationInputCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddApplicationInputRequest;
+ output: {};
+ };
+ sdk: {
+ input: AddApplicationInputCommandInput;
+ output: AddApplicationInputCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationInputProcessingConfigurationCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationInputProcessingConfigurationCommand.ts
index 9ece43d949ae..80f95c5d1605 100644
--- a/clients/client-kinesis-analytics/src/commands/AddApplicationInputProcessingConfigurationCommand.ts
+++ b/clients/client-kinesis-analytics/src/commands/AddApplicationInputProcessingConfigurationCommand.ts
@@ -112,4 +112,16 @@ export class AddApplicationInputProcessingConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_AddApplicationInputProcessingConfigurationCommand)
.de(de_AddApplicationInputProcessingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddApplicationInputProcessingConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: AddApplicationInputProcessingConfigurationCommandInput;
+ output: AddApplicationInputProcessingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationOutputCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationOutputCommand.ts
index 3c8f8eb6bf1f..3b0cf32604b0 100644
--- a/clients/client-kinesis-analytics/src/commands/AddApplicationOutputCommand.ts
+++ b/clients/client-kinesis-analytics/src/commands/AddApplicationOutputCommand.ts
@@ -128,4 +128,16 @@ export class AddApplicationOutputCommand extends $Command
.f(void 0, void 0)
.ser(se_AddApplicationOutputCommand)
.de(de_AddApplicationOutputCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddApplicationOutputRequest;
+ output: {};
+ };
+ sdk: {
+ input: AddApplicationOutputCommandInput;
+ output: AddApplicationOutputCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationReferenceDataSourceCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationReferenceDataSourceCommand.ts
index cd45bc7c3dbb..65c68b702278 100644
--- a/clients/client-kinesis-analytics/src/commands/AddApplicationReferenceDataSourceCommand.ts
+++ b/clients/client-kinesis-analytics/src/commands/AddApplicationReferenceDataSourceCommand.ts
@@ -142,4 +142,16 @@ export class AddApplicationReferenceDataSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_AddApplicationReferenceDataSourceCommand)
.de(de_AddApplicationReferenceDataSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddApplicationReferenceDataSourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: AddApplicationReferenceDataSourceCommandInput;
+ output: AddApplicationReferenceDataSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics/src/commands/CreateApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/CreateApplicationCommand.ts
index 3474516cfcdb..290d7020e1f7 100644
--- a/clients/client-kinesis-analytics/src/commands/CreateApplicationCommand.ts
+++ b/clients/client-kinesis-analytics/src/commands/CreateApplicationCommand.ts
@@ -203,4 +203,16 @@ export class CreateApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateApplicationCommand)
.de(de_CreateApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateApplicationRequest;
+ output: CreateApplicationResponse;
+ };
+ sdk: {
+ input: CreateApplicationCommandInput;
+ output: CreateApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts
index 5a5dffadf4f4..dacdf12a6aee 100644
--- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts
+++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts
@@ -106,4 +106,16 @@ export class DeleteApplicationCloudWatchLoggingOptionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApplicationCloudWatchLoggingOptionCommand)
.de(de_DeleteApplicationCloudWatchLoggingOptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApplicationCloudWatchLoggingOptionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApplicationCloudWatchLoggingOptionCommandInput;
+ output: DeleteApplicationCloudWatchLoggingOptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationCommand.ts
index 478085181efc..2ab9abeb6049 100644
--- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationCommand.ts
+++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationCommand.ts
@@ -93,4 +93,16 @@ export class DeleteApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApplicationCommand)
.de(de_DeleteApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApplicationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApplicationCommandInput;
+ output: DeleteApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts
index 08f165cff6e7..d465b72d845d 100644
--- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts
+++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts
@@ -104,4 +104,16 @@ export class DeleteApplicationInputProcessingConfigurationCommand extends $Comma
.f(void 0, void 0)
.ser(se_DeleteApplicationInputProcessingConfigurationCommand)
.de(de_DeleteApplicationInputProcessingConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApplicationInputProcessingConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApplicationInputProcessingConfigurationCommandInput;
+ output: DeleteApplicationInputProcessingConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationOutputCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationOutputCommand.ts
index a36985bccaef..12614ffbaab2 100644
--- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationOutputCommand.ts
+++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationOutputCommand.ts
@@ -97,4 +97,16 @@ export class DeleteApplicationOutputCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApplicationOutputCommand)
.de(de_DeleteApplicationOutputCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApplicationOutputRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApplicationOutputCommandInput;
+ output: DeleteApplicationOutputCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationReferenceDataSourceCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationReferenceDataSourceCommand.ts
index 4a8aaed80b97..980fd95d1d55 100644
--- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationReferenceDataSourceCommand.ts
+++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationReferenceDataSourceCommand.ts
@@ -108,4 +108,16 @@ export class DeleteApplicationReferenceDataSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApplicationReferenceDataSourceCommand)
.de(de_DeleteApplicationReferenceDataSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApplicationReferenceDataSourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApplicationReferenceDataSourceCommandInput;
+ output: DeleteApplicationReferenceDataSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics/src/commands/DescribeApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/DescribeApplicationCommand.ts
index a3999ac65d7e..fa04fb8a4ece 100644
--- a/clients/client-kinesis-analytics/src/commands/DescribeApplicationCommand.ts
+++ b/clients/client-kinesis-analytics/src/commands/DescribeApplicationCommand.ts
@@ -213,4 +213,16 @@ export class DescribeApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeApplicationCommand)
.de(de_DescribeApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeApplicationRequest;
+ output: DescribeApplicationResponse;
+ };
+ sdk: {
+ input: DescribeApplicationCommandInput;
+ output: DescribeApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics/src/commands/DiscoverInputSchemaCommand.ts b/clients/client-kinesis-analytics/src/commands/DiscoverInputSchemaCommand.ts
index efc2e5c90f8f..87ccaf4e3bd2 100644
--- a/clients/client-kinesis-analytics/src/commands/DiscoverInputSchemaCommand.ts
+++ b/clients/client-kinesis-analytics/src/commands/DiscoverInputSchemaCommand.ts
@@ -155,4 +155,16 @@ export class DiscoverInputSchemaCommand extends $Command
.f(void 0, void 0)
.ser(se_DiscoverInputSchemaCommand)
.de(de_DiscoverInputSchemaCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DiscoverInputSchemaRequest;
+ output: DiscoverInputSchemaResponse;
+ };
+ sdk: {
+ input: DiscoverInputSchemaCommandInput;
+ output: DiscoverInputSchemaCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics/src/commands/ListApplicationsCommand.ts b/clients/client-kinesis-analytics/src/commands/ListApplicationsCommand.ts
index 7b522936a666..9716989bd5bf 100644
--- a/clients/client-kinesis-analytics/src/commands/ListApplicationsCommand.ts
+++ b/clients/client-kinesis-analytics/src/commands/ListApplicationsCommand.ts
@@ -101,4 +101,16 @@ export class ListApplicationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListApplicationsCommand)
.de(de_ListApplicationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListApplicationsRequest;
+ output: ListApplicationsResponse;
+ };
+ sdk: {
+ input: ListApplicationsCommandInput;
+ output: ListApplicationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics/src/commands/ListTagsForResourceCommand.ts b/clients/client-kinesis-analytics/src/commands/ListTagsForResourceCommand.ts
index 01a5b1250969..8861c71ae133 100644
--- a/clients/client-kinesis-analytics/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-kinesis-analytics/src/commands/ListTagsForResourceCommand.ts
@@ -91,4 +91,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics/src/commands/StartApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/StartApplicationCommand.ts
index 1658080a27f8..ae090ed7eec8 100644
--- a/clients/client-kinesis-analytics/src/commands/StartApplicationCommand.ts
+++ b/clients/client-kinesis-analytics/src/commands/StartApplicationCommand.ts
@@ -109,4 +109,16 @@ export class StartApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_StartApplicationCommand)
.de(de_StartApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartApplicationRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartApplicationCommandInput;
+ output: StartApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics/src/commands/StopApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/StopApplicationCommand.ts
index 646183e17849..04787d84c7da 100644
--- a/clients/client-kinesis-analytics/src/commands/StopApplicationCommand.ts
+++ b/clients/client-kinesis-analytics/src/commands/StopApplicationCommand.ts
@@ -94,4 +94,16 @@ export class StopApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_StopApplicationCommand)
.de(de_StopApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopApplicationRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopApplicationCommandInput;
+ output: StopApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics/src/commands/TagResourceCommand.ts b/clients/client-kinesis-analytics/src/commands/TagResourceCommand.ts
index 53d7953fa789..07f76e688bdc 100644
--- a/clients/client-kinesis-analytics/src/commands/TagResourceCommand.ts
+++ b/clients/client-kinesis-analytics/src/commands/TagResourceCommand.ts
@@ -97,4 +97,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics/src/commands/UntagResourceCommand.ts b/clients/client-kinesis-analytics/src/commands/UntagResourceCommand.ts
index 1a7539aee103..7a123a032bee 100644
--- a/clients/client-kinesis-analytics/src/commands/UntagResourceCommand.ts
+++ b/clients/client-kinesis-analytics/src/commands/UntagResourceCommand.ts
@@ -93,4 +93,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-analytics/src/commands/UpdateApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/UpdateApplicationCommand.ts
index e393b5238f86..7f536997ce5c 100644
--- a/clients/client-kinesis-analytics/src/commands/UpdateApplicationCommand.ts
+++ b/clients/client-kinesis-analytics/src/commands/UpdateApplicationCommand.ts
@@ -212,4 +212,16 @@ export class UpdateApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateApplicationCommand)
.de(de_UpdateApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApplicationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateApplicationCommandInput;
+ output: UpdateApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video-archived-media/package.json b/clients/client-kinesis-video-archived-media/package.json
index 4bb6bd190334..00c6489eb4ba 100644
--- a/clients/client-kinesis-video-archived-media/package.json
+++ b/clients/client-kinesis-video-archived-media/package.json
@@ -33,31 +33,31 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
- "@smithy/util-stream": "^3.1.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
+ "@smithy/util-stream": "^3.1.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-kinesis-video-archived-media/src/commands/GetClipCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/GetClipCommand.ts
index 2d9b9554d96d..2ef31c15c287 100644
--- a/clients/client-kinesis-video-archived-media/src/commands/GetClipCommand.ts
+++ b/clients/client-kinesis-video-archived-media/src/commands/GetClipCommand.ts
@@ -175,4 +175,16 @@ export class GetClipCommand extends $Command
.f(void 0, GetClipOutputFilterSensitiveLog)
.ser(se_GetClipCommand)
.de(de_GetClipCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetClipInput;
+ output: GetClipOutput;
+ };
+ sdk: {
+ input: GetClipCommandInput;
+ output: GetClipCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video-archived-media/src/commands/GetDASHStreamingSessionURLCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/GetDASHStreamingSessionURLCommand.ts
index 6c10580dc665..3be2f4694977 100644
--- a/clients/client-kinesis-video-archived-media/src/commands/GetDASHStreamingSessionURLCommand.ts
+++ b/clients/client-kinesis-video-archived-media/src/commands/GetDASHStreamingSessionURLCommand.ts
@@ -278,4 +278,16 @@ export class GetDASHStreamingSessionURLCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDASHStreamingSessionURLCommand)
.de(de_GetDASHStreamingSessionURLCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDASHStreamingSessionURLInput;
+ output: GetDASHStreamingSessionURLOutput;
+ };
+ sdk: {
+ input: GetDASHStreamingSessionURLCommandInput;
+ output: GetDASHStreamingSessionURLCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video-archived-media/src/commands/GetHLSStreamingSessionURLCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/GetHLSStreamingSessionURLCommand.ts
index ee190e42c805..aa39c8f70374 100644
--- a/clients/client-kinesis-video-archived-media/src/commands/GetHLSStreamingSessionURLCommand.ts
+++ b/clients/client-kinesis-video-archived-media/src/commands/GetHLSStreamingSessionURLCommand.ts
@@ -321,4 +321,16 @@ export class GetHLSStreamingSessionURLCommand extends $Command
.f(void 0, void 0)
.ser(se_GetHLSStreamingSessionURLCommand)
.de(de_GetHLSStreamingSessionURLCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetHLSStreamingSessionURLInput;
+ output: GetHLSStreamingSessionURLOutput;
+ };
+ sdk: {
+ input: GetHLSStreamingSessionURLCommandInput;
+ output: GetHLSStreamingSessionURLCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video-archived-media/src/commands/GetImagesCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/GetImagesCommand.ts
index 3478ae652202..0adce8c5cad5 100644
--- a/clients/client-kinesis-video-archived-media/src/commands/GetImagesCommand.ts
+++ b/clients/client-kinesis-video-archived-media/src/commands/GetImagesCommand.ts
@@ -130,4 +130,16 @@ export class GetImagesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetImagesCommand)
.de(de_GetImagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetImagesInput;
+ output: GetImagesOutput;
+ };
+ sdk: {
+ input: GetImagesCommandInput;
+ output: GetImagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video-archived-media/src/commands/GetMediaForFragmentListCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/GetMediaForFragmentListCommand.ts
index 1d26530a48c2..ffeb397de7ce 100644
--- a/clients/client-kinesis-video-archived-media/src/commands/GetMediaForFragmentListCommand.ts
+++ b/clients/client-kinesis-video-archived-media/src/commands/GetMediaForFragmentListCommand.ts
@@ -150,4 +150,16 @@ export class GetMediaForFragmentListCommand extends $Command
.f(void 0, GetMediaForFragmentListOutputFilterSensitiveLog)
.ser(se_GetMediaForFragmentListCommand)
.de(de_GetMediaForFragmentListCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMediaForFragmentListInput;
+ output: GetMediaForFragmentListOutput;
+ };
+ sdk: {
+ input: GetMediaForFragmentListCommandInput;
+ output: GetMediaForFragmentListCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video-archived-media/src/commands/ListFragmentsCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/ListFragmentsCommand.ts
index 13726ee2df8e..2daa7b3b1632 100644
--- a/clients/client-kinesis-video-archived-media/src/commands/ListFragmentsCommand.ts
+++ b/clients/client-kinesis-video-archived-media/src/commands/ListFragmentsCommand.ts
@@ -158,4 +158,16 @@ export class ListFragmentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFragmentsCommand)
.de(de_ListFragmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFragmentsInput;
+ output: ListFragmentsOutput;
+ };
+ sdk: {
+ input: ListFragmentsCommandInput;
+ output: ListFragmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video-media/package.json b/clients/client-kinesis-video-media/package.json
index 306181d3e2bc..7f66332bfb84 100644
--- a/clients/client-kinesis-video-media/package.json
+++ b/clients/client-kinesis-video-media/package.json
@@ -33,31 +33,31 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
- "@smithy/util-stream": "^3.1.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
+ "@smithy/util-stream": "^3.1.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-kinesis-video-media/src/commands/GetMediaCommand.ts b/clients/client-kinesis-video-media/src/commands/GetMediaCommand.ts
index f1ab978e8223..bdfbcedcbfc1 100644
--- a/clients/client-kinesis-video-media/src/commands/GetMediaCommand.ts
+++ b/clients/client-kinesis-video-media/src/commands/GetMediaCommand.ts
@@ -160,4 +160,16 @@ export class GetMediaCommand extends $Command
.f(void 0, GetMediaOutputFilterSensitiveLog)
.ser(se_GetMediaCommand)
.de(de_GetMediaCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMediaInput;
+ output: GetMediaOutput;
+ };
+ sdk: {
+ input: GetMediaCommandInput;
+ output: GetMediaCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video-signaling/package.json b/clients/client-kinesis-video-signaling/package.json
index b396618caf88..c9ef2dd01a3e 100644
--- a/clients/client-kinesis-video-signaling/package.json
+++ b/clients/client-kinesis-video-signaling/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-kinesis-video-signaling/src/commands/GetIceServerConfigCommand.ts b/clients/client-kinesis-video-signaling/src/commands/GetIceServerConfigCommand.ts
index 3dea29e81670..f6babcbb9225 100644
--- a/clients/client-kinesis-video-signaling/src/commands/GetIceServerConfigCommand.ts
+++ b/clients/client-kinesis-video-signaling/src/commands/GetIceServerConfigCommand.ts
@@ -127,4 +127,16 @@ export class GetIceServerConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIceServerConfigCommand)
.de(de_GetIceServerConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIceServerConfigRequest;
+ output: GetIceServerConfigResponse;
+ };
+ sdk: {
+ input: GetIceServerConfigCommandInput;
+ output: GetIceServerConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video-signaling/src/commands/SendAlexaOfferToMasterCommand.ts b/clients/client-kinesis-video-signaling/src/commands/SendAlexaOfferToMasterCommand.ts
index 389805d7e45f..3942ad62bba1 100644
--- a/clients/client-kinesis-video-signaling/src/commands/SendAlexaOfferToMasterCommand.ts
+++ b/clients/client-kinesis-video-signaling/src/commands/SendAlexaOfferToMasterCommand.ts
@@ -101,4 +101,16 @@ export class SendAlexaOfferToMasterCommand extends $Command
.f(void 0, void 0)
.ser(se_SendAlexaOfferToMasterCommand)
.de(de_SendAlexaOfferToMasterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SendAlexaOfferToMasterRequest;
+ output: SendAlexaOfferToMasterResponse;
+ };
+ sdk: {
+ input: SendAlexaOfferToMasterCommandInput;
+ output: SendAlexaOfferToMasterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video-webrtc-storage/package.json b/clients/client-kinesis-video-webrtc-storage/package.json
index 51a8ced5421c..235d28c8d4b8 100644
--- a/clients/client-kinesis-video-webrtc-storage/package.json
+++ b/clients/client-kinesis-video-webrtc-storage/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionAsViewerCommand.ts b/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionAsViewerCommand.ts
index 8e366be3584e..8ff5b9a5edbd 100644
--- a/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionAsViewerCommand.ts
+++ b/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionAsViewerCommand.ts
@@ -111,4 +111,16 @@ export class JoinStorageSessionAsViewerCommand extends $Command
.f(void 0, void 0)
.ser(se_JoinStorageSessionAsViewerCommand)
.de(de_JoinStorageSessionAsViewerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: JoinStorageSessionAsViewerInput;
+ output: {};
+ };
+ sdk: {
+ input: JoinStorageSessionAsViewerCommandInput;
+ output: JoinStorageSessionAsViewerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionCommand.ts b/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionCommand.ts
index ca3ad5608798..d19b17e4546c 100644
--- a/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionCommand.ts
+++ b/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionCommand.ts
@@ -147,4 +147,16 @@ export class JoinStorageSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_JoinStorageSessionCommand)
.de(de_JoinStorageSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: JoinStorageSessionInput;
+ output: {};
+ };
+ sdk: {
+ input: JoinStorageSessionCommandInput;
+ output: JoinStorageSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/package.json b/clients/client-kinesis-video/package.json
index 3ec80f004f82..934abf96c80b 100644
--- a/clients/client-kinesis-video/package.json
+++ b/clients/client-kinesis-video/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-kinesis-video/src/commands/CreateSignalingChannelCommand.ts b/clients/client-kinesis-video/src/commands/CreateSignalingChannelCommand.ts
index f0a537e7920d..ed0a88c857ca 100644
--- a/clients/client-kinesis-video/src/commands/CreateSignalingChannelCommand.ts
+++ b/clients/client-kinesis-video/src/commands/CreateSignalingChannelCommand.ts
@@ -127,4 +127,16 @@ export class CreateSignalingChannelCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSignalingChannelCommand)
.de(de_CreateSignalingChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSignalingChannelInput;
+ output: CreateSignalingChannelOutput;
+ };
+ sdk: {
+ input: CreateSignalingChannelCommandInput;
+ output: CreateSignalingChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/CreateStreamCommand.ts b/clients/client-kinesis-video/src/commands/CreateStreamCommand.ts
index 5b2065639ffe..9c3f6b0a7132 100644
--- a/clients/client-kinesis-video/src/commands/CreateStreamCommand.ts
+++ b/clients/client-kinesis-video/src/commands/CreateStreamCommand.ts
@@ -132,4 +132,16 @@ export class CreateStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateStreamCommand)
.de(de_CreateStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateStreamInput;
+ output: CreateStreamOutput;
+ };
+ sdk: {
+ input: CreateStreamCommandInput;
+ output: CreateStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/DeleteEdgeConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DeleteEdgeConfigurationCommand.ts
index 82dfdb47038c..c523606b63ab 100644
--- a/clients/client-kinesis-video/src/commands/DeleteEdgeConfigurationCommand.ts
+++ b/clients/client-kinesis-video/src/commands/DeleteEdgeConfigurationCommand.ts
@@ -95,4 +95,16 @@ export class DeleteEdgeConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEdgeConfigurationCommand)
.de(de_DeleteEdgeConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEdgeConfigurationInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEdgeConfigurationCommandInput;
+ output: DeleteEdgeConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/DeleteSignalingChannelCommand.ts b/clients/client-kinesis-video/src/commands/DeleteSignalingChannelCommand.ts
index a7cec7258bd4..d305293fc1ce 100644
--- a/clients/client-kinesis-video/src/commands/DeleteSignalingChannelCommand.ts
+++ b/clients/client-kinesis-video/src/commands/DeleteSignalingChannelCommand.ts
@@ -116,4 +116,16 @@ export class DeleteSignalingChannelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSignalingChannelCommand)
.de(de_DeleteSignalingChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSignalingChannelInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSignalingChannelCommandInput;
+ output: DeleteSignalingChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/DeleteStreamCommand.ts b/clients/client-kinesis-video/src/commands/DeleteStreamCommand.ts
index 9557e875d1b4..8159e55f18cf 100644
--- a/clients/client-kinesis-video/src/commands/DeleteStreamCommand.ts
+++ b/clients/client-kinesis-video/src/commands/DeleteStreamCommand.ts
@@ -123,4 +123,16 @@ export class DeleteStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteStreamCommand)
.de(de_DeleteStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteStreamInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteStreamCommandInput;
+ output: DeleteStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/DescribeEdgeConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeEdgeConfigurationCommand.ts
index 68257ebd94d1..e8309620a17d 100644
--- a/clients/client-kinesis-video/src/commands/DescribeEdgeConfigurationCommand.ts
+++ b/clients/client-kinesis-video/src/commands/DescribeEdgeConfigurationCommand.ts
@@ -149,4 +149,16 @@ export class DescribeEdgeConfigurationCommand extends $Command
.f(void 0, DescribeEdgeConfigurationOutputFilterSensitiveLog)
.ser(se_DescribeEdgeConfigurationCommand)
.de(de_DescribeEdgeConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEdgeConfigurationInput;
+ output: DescribeEdgeConfigurationOutput;
+ };
+ sdk: {
+ input: DescribeEdgeConfigurationCommandInput;
+ output: DescribeEdgeConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/DescribeImageGenerationConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeImageGenerationConfigurationCommand.ts
index a4c7762b00eb..713ad4ed30c7 100644
--- a/clients/client-kinesis-video/src/commands/DescribeImageGenerationConfigurationCommand.ts
+++ b/clients/client-kinesis-video/src/commands/DescribeImageGenerationConfigurationCommand.ts
@@ -113,4 +113,16 @@ export class DescribeImageGenerationConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeImageGenerationConfigurationCommand)
.de(de_DescribeImageGenerationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeImageGenerationConfigurationInput;
+ output: DescribeImageGenerationConfigurationOutput;
+ };
+ sdk: {
+ input: DescribeImageGenerationConfigurationCommandInput;
+ output: DescribeImageGenerationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/DescribeMappedResourceConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeMappedResourceConfigurationCommand.ts
index 1bdb38e4b581..412f4811f95d 100644
--- a/clients/client-kinesis-video/src/commands/DescribeMappedResourceConfigurationCommand.ts
+++ b/clients/client-kinesis-video/src/commands/DescribeMappedResourceConfigurationCommand.ts
@@ -108,4 +108,16 @@ export class DescribeMappedResourceConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeMappedResourceConfigurationCommand)
.de(de_DescribeMappedResourceConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeMappedResourceConfigurationInput;
+ output: DescribeMappedResourceConfigurationOutput;
+ };
+ sdk: {
+ input: DescribeMappedResourceConfigurationCommandInput;
+ output: DescribeMappedResourceConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/DescribeMediaStorageConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeMediaStorageConfigurationCommand.ts
index a08b13768a16..74a2f2a2c397 100644
--- a/clients/client-kinesis-video/src/commands/DescribeMediaStorageConfigurationCommand.ts
+++ b/clients/client-kinesis-video/src/commands/DescribeMediaStorageConfigurationCommand.ts
@@ -100,4 +100,16 @@ export class DescribeMediaStorageConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeMediaStorageConfigurationCommand)
.de(de_DescribeMediaStorageConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeMediaStorageConfigurationInput;
+ output: DescribeMediaStorageConfigurationOutput;
+ };
+ sdk: {
+ input: DescribeMediaStorageConfigurationCommandInput;
+ output: DescribeMediaStorageConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/DescribeNotificationConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeNotificationConfigurationCommand.ts
index 1b1fc5ceb212..d823f9792c9b 100644
--- a/clients/client-kinesis-video/src/commands/DescribeNotificationConfigurationCommand.ts
+++ b/clients/client-kinesis-video/src/commands/DescribeNotificationConfigurationCommand.ts
@@ -101,4 +101,16 @@ export class DescribeNotificationConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeNotificationConfigurationCommand)
.de(de_DescribeNotificationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeNotificationConfigurationInput;
+ output: DescribeNotificationConfigurationOutput;
+ };
+ sdk: {
+ input: DescribeNotificationConfigurationCommandInput;
+ output: DescribeNotificationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/DescribeSignalingChannelCommand.ts b/clients/client-kinesis-video/src/commands/DescribeSignalingChannelCommand.ts
index 96b9e5e67afc..0d6c95f751d2 100644
--- a/clients/client-kinesis-video/src/commands/DescribeSignalingChannelCommand.ts
+++ b/clients/client-kinesis-video/src/commands/DescribeSignalingChannelCommand.ts
@@ -103,4 +103,16 @@ export class DescribeSignalingChannelCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSignalingChannelCommand)
.de(de_DescribeSignalingChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSignalingChannelInput;
+ output: DescribeSignalingChannelOutput;
+ };
+ sdk: {
+ input: DescribeSignalingChannelCommandInput;
+ output: DescribeSignalingChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/DescribeStreamCommand.ts b/clients/client-kinesis-video/src/commands/DescribeStreamCommand.ts
index 4b0579f45c19..377707ba645a 100644
--- a/clients/client-kinesis-video/src/commands/DescribeStreamCommand.ts
+++ b/clients/client-kinesis-video/src/commands/DescribeStreamCommand.ts
@@ -102,4 +102,16 @@ export class DescribeStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStreamCommand)
.de(de_DescribeStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeStreamInput;
+ output: DescribeStreamOutput;
+ };
+ sdk: {
+ input: DescribeStreamCommandInput;
+ output: DescribeStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/GetDataEndpointCommand.ts b/clients/client-kinesis-video/src/commands/GetDataEndpointCommand.ts
index b986d1152ef3..1298f41ea329 100644
--- a/clients/client-kinesis-video/src/commands/GetDataEndpointCommand.ts
+++ b/clients/client-kinesis-video/src/commands/GetDataEndpointCommand.ts
@@ -102,4 +102,16 @@ export class GetDataEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataEndpointCommand)
.de(de_GetDataEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataEndpointInput;
+ output: GetDataEndpointOutput;
+ };
+ sdk: {
+ input: GetDataEndpointCommandInput;
+ output: GetDataEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/GetSignalingChannelEndpointCommand.ts b/clients/client-kinesis-video/src/commands/GetSignalingChannelEndpointCommand.ts
index bb7fa57c3f6e..a4824f7cd92e 100644
--- a/clients/client-kinesis-video/src/commands/GetSignalingChannelEndpointCommand.ts
+++ b/clients/client-kinesis-video/src/commands/GetSignalingChannelEndpointCommand.ts
@@ -137,4 +137,16 @@ export class GetSignalingChannelEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSignalingChannelEndpointCommand)
.de(de_GetSignalingChannelEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSignalingChannelEndpointInput;
+ output: GetSignalingChannelEndpointOutput;
+ };
+ sdk: {
+ input: GetSignalingChannelEndpointCommandInput;
+ output: GetSignalingChannelEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/ListEdgeAgentConfigurationsCommand.ts b/clients/client-kinesis-video/src/commands/ListEdgeAgentConfigurationsCommand.ts
index d3f21b2f3fd5..0469e8534662 100644
--- a/clients/client-kinesis-video/src/commands/ListEdgeAgentConfigurationsCommand.ts
+++ b/clients/client-kinesis-video/src/commands/ListEdgeAgentConfigurationsCommand.ts
@@ -134,4 +134,16 @@ export class ListEdgeAgentConfigurationsCommand extends $Command
.f(void 0, ListEdgeAgentConfigurationsOutputFilterSensitiveLog)
.ser(se_ListEdgeAgentConfigurationsCommand)
.de(de_ListEdgeAgentConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEdgeAgentConfigurationsInput;
+ output: ListEdgeAgentConfigurationsOutput;
+ };
+ sdk: {
+ input: ListEdgeAgentConfigurationsCommandInput;
+ output: ListEdgeAgentConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/ListSignalingChannelsCommand.ts b/clients/client-kinesis-video/src/commands/ListSignalingChannelsCommand.ts
index 8c93bd876d95..0841c167fd36 100644
--- a/clients/client-kinesis-video/src/commands/ListSignalingChannelsCommand.ts
+++ b/clients/client-kinesis-video/src/commands/ListSignalingChannelsCommand.ts
@@ -107,4 +107,16 @@ export class ListSignalingChannelsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSignalingChannelsCommand)
.de(de_ListSignalingChannelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSignalingChannelsInput;
+ output: ListSignalingChannelsOutput;
+ };
+ sdk: {
+ input: ListSignalingChannelsCommandInput;
+ output: ListSignalingChannelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/ListStreamsCommand.ts b/clients/client-kinesis-video/src/commands/ListStreamsCommand.ts
index 82c63d4c7fa5..ae1f8ede0b40 100644
--- a/clients/client-kinesis-video/src/commands/ListStreamsCommand.ts
+++ b/clients/client-kinesis-video/src/commands/ListStreamsCommand.ts
@@ -104,4 +104,16 @@ export class ListStreamsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStreamsCommand)
.de(de_ListStreamsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStreamsInput;
+ output: ListStreamsOutput;
+ };
+ sdk: {
+ input: ListStreamsCommandInput;
+ output: ListStreamsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/ListTagsForResourceCommand.ts b/clients/client-kinesis-video/src/commands/ListTagsForResourceCommand.ts
index 9a8d08c1b5e8..ddb5feba45ce 100644
--- a/clients/client-kinesis-video/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-kinesis-video/src/commands/ListTagsForResourceCommand.ts
@@ -94,4 +94,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceInput;
+ output: ListTagsForResourceOutput;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/ListTagsForStreamCommand.ts b/clients/client-kinesis-video/src/commands/ListTagsForStreamCommand.ts
index 5bc10ce894ba..6d753c1410d5 100644
--- a/clients/client-kinesis-video/src/commands/ListTagsForStreamCommand.ts
+++ b/clients/client-kinesis-video/src/commands/ListTagsForStreamCommand.ts
@@ -100,4 +100,16 @@ export class ListTagsForStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForStreamCommand)
.de(de_ListTagsForStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForStreamInput;
+ output: ListTagsForStreamOutput;
+ };
+ sdk: {
+ input: ListTagsForStreamCommandInput;
+ output: ListTagsForStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/StartEdgeConfigurationUpdateCommand.ts b/clients/client-kinesis-video/src/commands/StartEdgeConfigurationUpdateCommand.ts
index 537de64b252e..7b7ff04a258c 100644
--- a/clients/client-kinesis-video/src/commands/StartEdgeConfigurationUpdateCommand.ts
+++ b/clients/client-kinesis-video/src/commands/StartEdgeConfigurationUpdateCommand.ts
@@ -196,4 +196,16 @@ export class StartEdgeConfigurationUpdateCommand extends $Command
.f(StartEdgeConfigurationUpdateInputFilterSensitiveLog, StartEdgeConfigurationUpdateOutputFilterSensitiveLog)
.ser(se_StartEdgeConfigurationUpdateCommand)
.de(de_StartEdgeConfigurationUpdateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartEdgeConfigurationUpdateInput;
+ output: StartEdgeConfigurationUpdateOutput;
+ };
+ sdk: {
+ input: StartEdgeConfigurationUpdateCommandInput;
+ output: StartEdgeConfigurationUpdateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/TagResourceCommand.ts b/clients/client-kinesis-video/src/commands/TagResourceCommand.ts
index 915c8892e88e..1e13d1f33a32 100644
--- a/clients/client-kinesis-video/src/commands/TagResourceCommand.ts
+++ b/clients/client-kinesis-video/src/commands/TagResourceCommand.ts
@@ -103,4 +103,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/TagStreamCommand.ts b/clients/client-kinesis-video/src/commands/TagStreamCommand.ts
index e1943b70a074..504ce6c8f1ac 100644
--- a/clients/client-kinesis-video/src/commands/TagStreamCommand.ts
+++ b/clients/client-kinesis-video/src/commands/TagStreamCommand.ts
@@ -108,4 +108,16 @@ export class TagStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_TagStreamCommand)
.de(de_TagStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagStreamInput;
+ output: {};
+ };
+ sdk: {
+ input: TagStreamCommandInput;
+ output: TagStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/UntagResourceCommand.ts b/clients/client-kinesis-video/src/commands/UntagResourceCommand.ts
index 047dd16d8784..e432bfe372a1 100644
--- a/clients/client-kinesis-video/src/commands/UntagResourceCommand.ts
+++ b/clients/client-kinesis-video/src/commands/UntagResourceCommand.ts
@@ -93,4 +93,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/UntagStreamCommand.ts b/clients/client-kinesis-video/src/commands/UntagStreamCommand.ts
index 48a845a7cbc5..73bb48cbc4b3 100644
--- a/clients/client-kinesis-video/src/commands/UntagStreamCommand.ts
+++ b/clients/client-kinesis-video/src/commands/UntagStreamCommand.ts
@@ -99,4 +99,16 @@ export class UntagStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagStreamCommand)
.de(de_UntagStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagStreamInput;
+ output: {};
+ };
+ sdk: {
+ input: UntagStreamCommandInput;
+ output: UntagStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/UpdateDataRetentionCommand.ts b/clients/client-kinesis-video/src/commands/UpdateDataRetentionCommand.ts
index 65a1e9a5ead3..bb297dc1fcde 100644
--- a/clients/client-kinesis-video/src/commands/UpdateDataRetentionCommand.ts
+++ b/clients/client-kinesis-video/src/commands/UpdateDataRetentionCommand.ts
@@ -138,4 +138,16 @@ export class UpdateDataRetentionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDataRetentionCommand)
.de(de_UpdateDataRetentionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDataRetentionInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDataRetentionCommandInput;
+ output: UpdateDataRetentionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/UpdateImageGenerationConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/UpdateImageGenerationConfigurationCommand.ts
index 81a85d4f39c0..3c327a5ff79d 100644
--- a/clients/client-kinesis-video/src/commands/UpdateImageGenerationConfigurationCommand.ts
+++ b/clients/client-kinesis-video/src/commands/UpdateImageGenerationConfigurationCommand.ts
@@ -132,4 +132,16 @@ export class UpdateImageGenerationConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateImageGenerationConfigurationCommand)
.de(de_UpdateImageGenerationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateImageGenerationConfigurationInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateImageGenerationConfigurationCommandInput;
+ output: UpdateImageGenerationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/UpdateMediaStorageConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/UpdateMediaStorageConfigurationCommand.ts
index 892abced5752..1020dc9d84d2 100644
--- a/clients/client-kinesis-video/src/commands/UpdateMediaStorageConfigurationCommand.ts
+++ b/clients/client-kinesis-video/src/commands/UpdateMediaStorageConfigurationCommand.ts
@@ -138,4 +138,16 @@ export class UpdateMediaStorageConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateMediaStorageConfigurationCommand)
.de(de_UpdateMediaStorageConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMediaStorageConfigurationInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateMediaStorageConfigurationCommandInput;
+ output: UpdateMediaStorageConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/UpdateNotificationConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/UpdateNotificationConfigurationCommand.ts
index 5d1419e3ff9e..12d80a36becf 100644
--- a/clients/client-kinesis-video/src/commands/UpdateNotificationConfigurationCommand.ts
+++ b/clients/client-kinesis-video/src/commands/UpdateNotificationConfigurationCommand.ts
@@ -123,4 +123,16 @@ export class UpdateNotificationConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateNotificationConfigurationCommand)
.de(de_UpdateNotificationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateNotificationConfigurationInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateNotificationConfigurationCommandInput;
+ output: UpdateNotificationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/UpdateSignalingChannelCommand.ts b/clients/client-kinesis-video/src/commands/UpdateSignalingChannelCommand.ts
index ccbccb92e222..ebc842239fb3 100644
--- a/clients/client-kinesis-video/src/commands/UpdateSignalingChannelCommand.ts
+++ b/clients/client-kinesis-video/src/commands/UpdateSignalingChannelCommand.ts
@@ -122,4 +122,16 @@ export class UpdateSignalingChannelCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSignalingChannelCommand)
.de(de_UpdateSignalingChannelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSignalingChannelInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateSignalingChannelCommandInput;
+ output: UpdateSignalingChannelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis-video/src/commands/UpdateStreamCommand.ts b/clients/client-kinesis-video/src/commands/UpdateStreamCommand.ts
index f15c7ac2f2ff..3ffc211db94f 100644
--- a/clients/client-kinesis-video/src/commands/UpdateStreamCommand.ts
+++ b/clients/client-kinesis-video/src/commands/UpdateStreamCommand.ts
@@ -126,4 +126,16 @@ export class UpdateStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateStreamCommand)
.de(de_UpdateStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateStreamInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateStreamCommandInput;
+ output: UpdateStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/package.json b/clients/client-kinesis/package.json
index 150805c9a255..6cb30a8bbb90 100644
--- a/clients/client-kinesis/package.json
+++ b/clients/client-kinesis/package.json
@@ -34,35 +34,35 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/eventstream-serde-browser": "^3.0.7",
- "@smithy/eventstream-serde-config-resolver": "^3.0.4",
- "@smithy/eventstream-serde-node": "^3.0.6",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/eventstream-serde-browser": "^3.0.9",
+ "@smithy/eventstream-serde-config-resolver": "^3.0.6",
+ "@smithy/eventstream-serde-node": "^3.0.8",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2"
},
"devDependencies": {
diff --git a/clients/client-kinesis/src/commands/AddTagsToStreamCommand.ts b/clients/client-kinesis/src/commands/AddTagsToStreamCommand.ts
index 3d4d8303df82..e6d402dae508 100644
--- a/clients/client-kinesis/src/commands/AddTagsToStreamCommand.ts
+++ b/clients/client-kinesis/src/commands/AddTagsToStreamCommand.ts
@@ -114,4 +114,16 @@ export class AddTagsToStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_AddTagsToStreamCommand)
.de(de_AddTagsToStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddTagsToStreamInput;
+ output: {};
+ };
+ sdk: {
+ input: AddTagsToStreamCommandInput;
+ output: AddTagsToStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/CreateStreamCommand.ts b/clients/client-kinesis/src/commands/CreateStreamCommand.ts
index 807a90238cf4..88f083c257e0 100644
--- a/clients/client-kinesis/src/commands/CreateStreamCommand.ts
+++ b/clients/client-kinesis/src/commands/CreateStreamCommand.ts
@@ -134,4 +134,16 @@ export class CreateStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateStreamCommand)
.de(de_CreateStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateStreamInput;
+ output: {};
+ };
+ sdk: {
+ input: CreateStreamCommandInput;
+ output: CreateStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/DecreaseStreamRetentionPeriodCommand.ts b/clients/client-kinesis/src/commands/DecreaseStreamRetentionPeriodCommand.ts
index 10cd2b535b7a..e45826a346b7 100644
--- a/clients/client-kinesis/src/commands/DecreaseStreamRetentionPeriodCommand.ts
+++ b/clients/client-kinesis/src/commands/DecreaseStreamRetentionPeriodCommand.ts
@@ -114,4 +114,16 @@ export class DecreaseStreamRetentionPeriodCommand extends $Command
.f(void 0, void 0)
.ser(se_DecreaseStreamRetentionPeriodCommand)
.de(de_DecreaseStreamRetentionPeriodCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DecreaseStreamRetentionPeriodInput;
+ output: {};
+ };
+ sdk: {
+ input: DecreaseStreamRetentionPeriodCommandInput;
+ output: DecreaseStreamRetentionPeriodCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-kinesis/src/commands/DeleteResourcePolicyCommand.ts
index 09477775459e..0876079d4967 100644
--- a/clients/client-kinesis/src/commands/DeleteResourcePolicyCommand.ts
+++ b/clients/client-kinesis/src/commands/DeleteResourcePolicyCommand.ts
@@ -109,4 +109,16 @@ export class DeleteResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteResourcePolicyCommand)
.de(de_DeleteResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteResourcePolicyInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteResourcePolicyCommandInput;
+ output: DeleteResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/DeleteStreamCommand.ts b/clients/client-kinesis/src/commands/DeleteStreamCommand.ts
index cc434fb58878..df112be3fb64 100644
--- a/clients/client-kinesis/src/commands/DeleteStreamCommand.ts
+++ b/clients/client-kinesis/src/commands/DeleteStreamCommand.ts
@@ -124,4 +124,16 @@ export class DeleteStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteStreamCommand)
.de(de_DeleteStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteStreamInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteStreamCommandInput;
+ output: DeleteStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/DeregisterStreamConsumerCommand.ts b/clients/client-kinesis/src/commands/DeregisterStreamConsumerCommand.ts
index 56f382a35b03..482fe8e3d4b3 100644
--- a/clients/client-kinesis/src/commands/DeregisterStreamConsumerCommand.ts
+++ b/clients/client-kinesis/src/commands/DeregisterStreamConsumerCommand.ts
@@ -101,4 +101,16 @@ export class DeregisterStreamConsumerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeregisterStreamConsumerCommand)
.de(de_DeregisterStreamConsumerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterStreamConsumerInput;
+ output: {};
+ };
+ sdk: {
+ input: DeregisterStreamConsumerCommandInput;
+ output: DeregisterStreamConsumerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/DescribeLimitsCommand.ts b/clients/client-kinesis/src/commands/DescribeLimitsCommand.ts
index 93dc3d671bf8..c0ed931c6b7a 100644
--- a/clients/client-kinesis/src/commands/DescribeLimitsCommand.ts
+++ b/clients/client-kinesis/src/commands/DescribeLimitsCommand.ts
@@ -85,4 +85,16 @@ export class DescribeLimitsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLimitsCommand)
.de(de_DescribeLimitsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeLimitsOutput;
+ };
+ sdk: {
+ input: DescribeLimitsCommandInput;
+ output: DescribeLimitsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/DescribeStreamCommand.ts b/clients/client-kinesis/src/commands/DescribeStreamCommand.ts
index 4d6f76d375bc..303af6bb370b 100644
--- a/clients/client-kinesis/src/commands/DescribeStreamCommand.ts
+++ b/clients/client-kinesis/src/commands/DescribeStreamCommand.ts
@@ -158,4 +158,16 @@ export class DescribeStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStreamCommand)
.de(de_DescribeStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeStreamInput;
+ output: DescribeStreamOutput;
+ };
+ sdk: {
+ input: DescribeStreamCommandInput;
+ output: DescribeStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/DescribeStreamConsumerCommand.ts b/clients/client-kinesis/src/commands/DescribeStreamConsumerCommand.ts
index 3fb864c69561..50eb8f78b4a1 100644
--- a/clients/client-kinesis/src/commands/DescribeStreamConsumerCommand.ts
+++ b/clients/client-kinesis/src/commands/DescribeStreamConsumerCommand.ts
@@ -112,4 +112,16 @@ export class DescribeStreamConsumerCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStreamConsumerCommand)
.de(de_DescribeStreamConsumerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeStreamConsumerInput;
+ output: DescribeStreamConsumerOutput;
+ };
+ sdk: {
+ input: DescribeStreamConsumerCommandInput;
+ output: DescribeStreamConsumerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/DescribeStreamSummaryCommand.ts b/clients/client-kinesis/src/commands/DescribeStreamSummaryCommand.ts
index 9413a1a9fe06..902198e041f1 100644
--- a/clients/client-kinesis/src/commands/DescribeStreamSummaryCommand.ts
+++ b/clients/client-kinesis/src/commands/DescribeStreamSummaryCommand.ts
@@ -130,4 +130,16 @@ export class DescribeStreamSummaryCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeStreamSummaryCommand)
.de(de_DescribeStreamSummaryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeStreamSummaryInput;
+ output: DescribeStreamSummaryOutput;
+ };
+ sdk: {
+ input: DescribeStreamSummaryCommandInput;
+ output: DescribeStreamSummaryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/DisableEnhancedMonitoringCommand.ts b/clients/client-kinesis/src/commands/DisableEnhancedMonitoringCommand.ts
index f43e83b95b91..6302ab25a881 100644
--- a/clients/client-kinesis/src/commands/DisableEnhancedMonitoringCommand.ts
+++ b/clients/client-kinesis/src/commands/DisableEnhancedMonitoringCommand.ts
@@ -117,4 +117,16 @@ export class DisableEnhancedMonitoringCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableEnhancedMonitoringCommand)
.de(de_DisableEnhancedMonitoringCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableEnhancedMonitoringInput;
+ output: EnhancedMonitoringOutput;
+ };
+ sdk: {
+ input: DisableEnhancedMonitoringCommandInput;
+ output: DisableEnhancedMonitoringCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/EnableEnhancedMonitoringCommand.ts b/clients/client-kinesis/src/commands/EnableEnhancedMonitoringCommand.ts
index 9000bab19b7f..77b983a66f8e 100644
--- a/clients/client-kinesis/src/commands/EnableEnhancedMonitoringCommand.ts
+++ b/clients/client-kinesis/src/commands/EnableEnhancedMonitoringCommand.ts
@@ -117,4 +117,16 @@ export class EnableEnhancedMonitoringCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableEnhancedMonitoringCommand)
.de(de_EnableEnhancedMonitoringCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableEnhancedMonitoringInput;
+ output: EnhancedMonitoringOutput;
+ };
+ sdk: {
+ input: EnableEnhancedMonitoringCommandInput;
+ output: EnableEnhancedMonitoringCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/GetRecordsCommand.ts b/clients/client-kinesis/src/commands/GetRecordsCommand.ts
index 5a54d45a080a..63da8d252d4b 100644
--- a/clients/client-kinesis/src/commands/GetRecordsCommand.ts
+++ b/clients/client-kinesis/src/commands/GetRecordsCommand.ts
@@ -206,4 +206,16 @@ export class GetRecordsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRecordsCommand)
.de(de_GetRecordsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRecordsInput;
+ output: GetRecordsOutput;
+ };
+ sdk: {
+ input: GetRecordsCommandInput;
+ output: GetRecordsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/GetResourcePolicyCommand.ts b/clients/client-kinesis/src/commands/GetResourcePolicyCommand.ts
index 6af47961194f..121351400f44 100644
--- a/clients/client-kinesis/src/commands/GetResourcePolicyCommand.ts
+++ b/clients/client-kinesis/src/commands/GetResourcePolicyCommand.ts
@@ -107,4 +107,16 @@ export class GetResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResourcePolicyCommand)
.de(de_GetResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourcePolicyInput;
+ output: GetResourcePolicyOutput;
+ };
+ sdk: {
+ input: GetResourcePolicyCommandInput;
+ output: GetResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/GetShardIteratorCommand.ts b/clients/client-kinesis/src/commands/GetShardIteratorCommand.ts
index 0871fc92123c..295e83b2ee25 100644
--- a/clients/client-kinesis/src/commands/GetShardIteratorCommand.ts
+++ b/clients/client-kinesis/src/commands/GetShardIteratorCommand.ts
@@ -143,4 +143,16 @@ export class GetShardIteratorCommand extends $Command
.f(void 0, void 0)
.ser(se_GetShardIteratorCommand)
.de(de_GetShardIteratorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetShardIteratorInput;
+ output: GetShardIteratorOutput;
+ };
+ sdk: {
+ input: GetShardIteratorCommandInput;
+ output: GetShardIteratorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/IncreaseStreamRetentionPeriodCommand.ts b/clients/client-kinesis/src/commands/IncreaseStreamRetentionPeriodCommand.ts
index d1affcfdbf96..92ec9b0a2a98 100644
--- a/clients/client-kinesis/src/commands/IncreaseStreamRetentionPeriodCommand.ts
+++ b/clients/client-kinesis/src/commands/IncreaseStreamRetentionPeriodCommand.ts
@@ -117,4 +117,16 @@ export class IncreaseStreamRetentionPeriodCommand extends $Command
.f(void 0, void 0)
.ser(se_IncreaseStreamRetentionPeriodCommand)
.de(de_IncreaseStreamRetentionPeriodCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: IncreaseStreamRetentionPeriodInput;
+ output: {};
+ };
+ sdk: {
+ input: IncreaseStreamRetentionPeriodCommandInput;
+ output: IncreaseStreamRetentionPeriodCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/ListShardsCommand.ts b/clients/client-kinesis/src/commands/ListShardsCommand.ts
index f5e5d3edfb0f..9728fa8c1da3 100644
--- a/clients/client-kinesis/src/commands/ListShardsCommand.ts
+++ b/clients/client-kinesis/src/commands/ListShardsCommand.ts
@@ -144,4 +144,16 @@ export class ListShardsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListShardsCommand)
.de(de_ListShardsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListShardsInput;
+ output: ListShardsOutput;
+ };
+ sdk: {
+ input: ListShardsCommandInput;
+ output: ListShardsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/ListStreamConsumersCommand.ts b/clients/client-kinesis/src/commands/ListStreamConsumersCommand.ts
index 140304585022..b4e0e6bf873a 100644
--- a/clients/client-kinesis/src/commands/ListStreamConsumersCommand.ts
+++ b/clients/client-kinesis/src/commands/ListStreamConsumersCommand.ts
@@ -113,4 +113,16 @@ export class ListStreamConsumersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStreamConsumersCommand)
.de(de_ListStreamConsumersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStreamConsumersInput;
+ output: ListStreamConsumersOutput;
+ };
+ sdk: {
+ input: ListStreamConsumersCommandInput;
+ output: ListStreamConsumersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/ListStreamsCommand.ts b/clients/client-kinesis/src/commands/ListStreamsCommand.ts
index a36949d2d1ef..d2e73b3d5514 100644
--- a/clients/client-kinesis/src/commands/ListStreamsCommand.ts
+++ b/clients/client-kinesis/src/commands/ListStreamsCommand.ts
@@ -120,4 +120,16 @@ export class ListStreamsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListStreamsCommand)
.de(de_ListStreamsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListStreamsInput;
+ output: ListStreamsOutput;
+ };
+ sdk: {
+ input: ListStreamsCommandInput;
+ output: ListStreamsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/ListTagsForStreamCommand.ts b/clients/client-kinesis/src/commands/ListTagsForStreamCommand.ts
index 3f251d8a7b54..8dbfc82abd8f 100644
--- a/clients/client-kinesis/src/commands/ListTagsForStreamCommand.ts
+++ b/clients/client-kinesis/src/commands/ListTagsForStreamCommand.ts
@@ -112,4 +112,16 @@ export class ListTagsForStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForStreamCommand)
.de(de_ListTagsForStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForStreamInput;
+ output: ListTagsForStreamOutput;
+ };
+ sdk: {
+ input: ListTagsForStreamCommandInput;
+ output: ListTagsForStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/MergeShardsCommand.ts b/clients/client-kinesis/src/commands/MergeShardsCommand.ts
index 3eb861581559..ee1dcd718e0c 100644
--- a/clients/client-kinesis/src/commands/MergeShardsCommand.ts
+++ b/clients/client-kinesis/src/commands/MergeShardsCommand.ts
@@ -148,4 +148,16 @@ export class MergeShardsCommand extends $Command
.f(void 0, void 0)
.ser(se_MergeShardsCommand)
.de(de_MergeShardsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: MergeShardsInput;
+ output: {};
+ };
+ sdk: {
+ input: MergeShardsCommandInput;
+ output: MergeShardsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/PutRecordCommand.ts b/clients/client-kinesis/src/commands/PutRecordCommand.ts
index af2c23b32916..50bbe8b94154 100644
--- a/clients/client-kinesis/src/commands/PutRecordCommand.ts
+++ b/clients/client-kinesis/src/commands/PutRecordCommand.ts
@@ -174,4 +174,16 @@ export class PutRecordCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRecordCommand)
.de(de_PutRecordCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRecordInput;
+ output: PutRecordOutput;
+ };
+ sdk: {
+ input: PutRecordCommandInput;
+ output: PutRecordCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/PutRecordsCommand.ts b/clients/client-kinesis/src/commands/PutRecordsCommand.ts
index 87c351a99469..cee46880d5ef 100644
--- a/clients/client-kinesis/src/commands/PutRecordsCommand.ts
+++ b/clients/client-kinesis/src/commands/PutRecordsCommand.ts
@@ -204,4 +204,16 @@ export class PutRecordsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRecordsCommand)
.de(de_PutRecordsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRecordsInput;
+ output: PutRecordsOutput;
+ };
+ sdk: {
+ input: PutRecordsCommandInput;
+ output: PutRecordsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/PutResourcePolicyCommand.ts b/clients/client-kinesis/src/commands/PutResourcePolicyCommand.ts
index 40d3f8a80219..e3b8996a049b 100644
--- a/clients/client-kinesis/src/commands/PutResourcePolicyCommand.ts
+++ b/clients/client-kinesis/src/commands/PutResourcePolicyCommand.ts
@@ -117,4 +117,16 @@ export class PutResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutResourcePolicyCommand)
.de(de_PutResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutResourcePolicyInput;
+ output: {};
+ };
+ sdk: {
+ input: PutResourcePolicyCommandInput;
+ output: PutResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/RegisterStreamConsumerCommand.ts b/clients/client-kinesis/src/commands/RegisterStreamConsumerCommand.ts
index 59b6b619f32b..d4ddc0c7be69 100644
--- a/clients/client-kinesis/src/commands/RegisterStreamConsumerCommand.ts
+++ b/clients/client-kinesis/src/commands/RegisterStreamConsumerCommand.ts
@@ -116,4 +116,16 @@ export class RegisterStreamConsumerCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterStreamConsumerCommand)
.de(de_RegisterStreamConsumerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterStreamConsumerInput;
+ output: RegisterStreamConsumerOutput;
+ };
+ sdk: {
+ input: RegisterStreamConsumerCommandInput;
+ output: RegisterStreamConsumerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/RemoveTagsFromStreamCommand.ts b/clients/client-kinesis/src/commands/RemoveTagsFromStreamCommand.ts
index a0e4bc7fe64a..9fea5167643d 100644
--- a/clients/client-kinesis/src/commands/RemoveTagsFromStreamCommand.ts
+++ b/clients/client-kinesis/src/commands/RemoveTagsFromStreamCommand.ts
@@ -113,4 +113,16 @@ export class RemoveTagsFromStreamCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveTagsFromStreamCommand)
.de(de_RemoveTagsFromStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveTagsFromStreamInput;
+ output: {};
+ };
+ sdk: {
+ input: RemoveTagsFromStreamCommandInput;
+ output: RemoveTagsFromStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/SplitShardCommand.ts b/clients/client-kinesis/src/commands/SplitShardCommand.ts
index d80a124e3003..80755373fc38 100644
--- a/clients/client-kinesis/src/commands/SplitShardCommand.ts
+++ b/clients/client-kinesis/src/commands/SplitShardCommand.ts
@@ -152,4 +152,16 @@ export class SplitShardCommand extends $Command
.f(void 0, void 0)
.ser(se_SplitShardCommand)
.de(de_SplitShardCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SplitShardInput;
+ output: {};
+ };
+ sdk: {
+ input: SplitShardCommandInput;
+ output: SplitShardCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/StartStreamEncryptionCommand.ts b/clients/client-kinesis/src/commands/StartStreamEncryptionCommand.ts
index add1ed01cc2b..e9ccba3b9ccf 100644
--- a/clients/client-kinesis/src/commands/StartStreamEncryptionCommand.ts
+++ b/clients/client-kinesis/src/commands/StartStreamEncryptionCommand.ts
@@ -149,4 +149,16 @@ export class StartStreamEncryptionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartStreamEncryptionCommand)
.de(de_StartStreamEncryptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartStreamEncryptionInput;
+ output: {};
+ };
+ sdk: {
+ input: StartStreamEncryptionCommandInput;
+ output: StartStreamEncryptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/StopStreamEncryptionCommand.ts b/clients/client-kinesis/src/commands/StopStreamEncryptionCommand.ts
index 9d2e96a9a424..3578c19c8abd 100644
--- a/clients/client-kinesis/src/commands/StopStreamEncryptionCommand.ts
+++ b/clients/client-kinesis/src/commands/StopStreamEncryptionCommand.ts
@@ -121,4 +121,16 @@ export class StopStreamEncryptionCommand extends $Command
.f(void 0, void 0)
.ser(se_StopStreamEncryptionCommand)
.de(de_StopStreamEncryptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopStreamEncryptionInput;
+ output: {};
+ };
+ sdk: {
+ input: StopStreamEncryptionCommandInput;
+ output: StopStreamEncryptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/SubscribeToShardCommand.ts b/clients/client-kinesis/src/commands/SubscribeToShardCommand.ts
index 3d9161e2992c..64350a45d976 100644
--- a/clients/client-kinesis/src/commands/SubscribeToShardCommand.ts
+++ b/clients/client-kinesis/src/commands/SubscribeToShardCommand.ts
@@ -193,4 +193,16 @@ export class SubscribeToShardCommand extends $Command
.f(void 0, SubscribeToShardOutputFilterSensitiveLog)
.ser(se_SubscribeToShardCommand)
.de(de_SubscribeToShardCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SubscribeToShardInput;
+ output: SubscribeToShardOutput;
+ };
+ sdk: {
+ input: SubscribeToShardCommandInput;
+ output: SubscribeToShardCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/UpdateShardCountCommand.ts b/clients/client-kinesis/src/commands/UpdateShardCountCommand.ts
index b99b46f251d4..8bf599746bba 100644
--- a/clients/client-kinesis/src/commands/UpdateShardCountCommand.ts
+++ b/clients/client-kinesis/src/commands/UpdateShardCountCommand.ts
@@ -163,4 +163,16 @@ export class UpdateShardCountCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateShardCountCommand)
.de(de_UpdateShardCountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateShardCountInput;
+ output: UpdateShardCountOutput;
+ };
+ sdk: {
+ input: UpdateShardCountCommandInput;
+ output: UpdateShardCountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kinesis/src/commands/UpdateStreamModeCommand.ts b/clients/client-kinesis/src/commands/UpdateStreamModeCommand.ts
index cb7ef0204107..4ce274413713 100644
--- a/clients/client-kinesis/src/commands/UpdateStreamModeCommand.ts
+++ b/clients/client-kinesis/src/commands/UpdateStreamModeCommand.ts
@@ -101,4 +101,16 @@ export class UpdateStreamModeCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateStreamModeCommand)
.de(de_UpdateStreamModeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateStreamModeInput;
+ output: {};
+ };
+ sdk: {
+ input: UpdateStreamModeCommandInput;
+ output: UpdateStreamModeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/package.json b/clients/client-kms/package.json
index 26b6e8810364..42d111326415 100644
--- a/clients/client-kms/package.json
+++ b/clients/client-kms/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-kms/src/commands/CancelKeyDeletionCommand.ts b/clients/client-kms/src/commands/CancelKeyDeletionCommand.ts
index 92cedf136e3b..0fa24c37f5ec 100644
--- a/clients/client-kms/src/commands/CancelKeyDeletionCommand.ts
+++ b/clients/client-kms/src/commands/CancelKeyDeletionCommand.ts
@@ -144,4 +144,16 @@ export class CancelKeyDeletionCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelKeyDeletionCommand)
.de(de_CancelKeyDeletionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelKeyDeletionRequest;
+ output: CancelKeyDeletionResponse;
+ };
+ sdk: {
+ input: CancelKeyDeletionCommandInput;
+ output: CancelKeyDeletionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/ConnectCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/ConnectCustomKeyStoreCommand.ts
index 745694c4704f..e1ccef478819 100644
--- a/clients/client-kms/src/commands/ConnectCustomKeyStoreCommand.ts
+++ b/clients/client-kms/src/commands/ConnectCustomKeyStoreCommand.ts
@@ -259,4 +259,16 @@ export class ConnectCustomKeyStoreCommand extends $Command
.f(void 0, void 0)
.ser(se_ConnectCustomKeyStoreCommand)
.de(de_ConnectCustomKeyStoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ConnectCustomKeyStoreRequest;
+ output: {};
+ };
+ sdk: {
+ input: ConnectCustomKeyStoreCommandInput;
+ output: ConnectCustomKeyStoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/CreateAliasCommand.ts b/clients/client-kms/src/commands/CreateAliasCommand.ts
index 2014bade27c5..915dfe89a97d 100644
--- a/clients/client-kms/src/commands/CreateAliasCommand.ts
+++ b/clients/client-kms/src/commands/CreateAliasCommand.ts
@@ -190,4 +190,16 @@ export class CreateAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAliasCommand)
.de(de_CreateAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAliasRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateAliasCommandInput;
+ output: CreateAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/CreateCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/CreateCustomKeyStoreCommand.ts
index c9a33c30fd5f..c556ac3f9401 100644
--- a/clients/client-kms/src/commands/CreateCustomKeyStoreCommand.ts
+++ b/clients/client-kms/src/commands/CreateCustomKeyStoreCommand.ts
@@ -376,4 +376,16 @@ export class CreateCustomKeyStoreCommand extends $Command
.f(CreateCustomKeyStoreRequestFilterSensitiveLog, void 0)
.ser(se_CreateCustomKeyStoreCommand)
.de(de_CreateCustomKeyStoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCustomKeyStoreRequest;
+ output: CreateCustomKeyStoreResponse;
+ };
+ sdk: {
+ input: CreateCustomKeyStoreCommandInput;
+ output: CreateCustomKeyStoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/CreateGrantCommand.ts b/clients/client-kms/src/commands/CreateGrantCommand.ts
index e121e163ea7f..bcfb47ddf2d3 100644
--- a/clients/client-kms/src/commands/CreateGrantCommand.ts
+++ b/clients/client-kms/src/commands/CreateGrantCommand.ts
@@ -231,4 +231,16 @@ export class CreateGrantCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateGrantCommand)
.de(de_CreateGrantCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGrantRequest;
+ output: CreateGrantResponse;
+ };
+ sdk: {
+ input: CreateGrantCommandInput;
+ output: CreateGrantCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/CreateKeyCommand.ts b/clients/client-kms/src/commands/CreateKeyCommand.ts
index adb55e0bf3f1..9ee845d214c7 100644
--- a/clients/client-kms/src/commands/CreateKeyCommand.ts
+++ b/clients/client-kms/src/commands/CreateKeyCommand.ts
@@ -713,4 +713,16 @@ export class CreateKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateKeyCommand)
.de(de_CreateKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateKeyRequest;
+ output: CreateKeyResponse;
+ };
+ sdk: {
+ input: CreateKeyCommandInput;
+ output: CreateKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/DecryptCommand.ts b/clients/client-kms/src/commands/DecryptCommand.ts
index 2e12bcd6f9c9..24975529b973 100644
--- a/clients/client-kms/src/commands/DecryptCommand.ts
+++ b/clients/client-kms/src/commands/DecryptCommand.ts
@@ -332,4 +332,16 @@ export class DecryptCommand extends $Command
.f(void 0, DecryptResponseFilterSensitiveLog)
.ser(se_DecryptCommand)
.de(de_DecryptCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DecryptRequest;
+ output: DecryptResponse;
+ };
+ sdk: {
+ input: DecryptCommandInput;
+ output: DecryptCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/DeleteAliasCommand.ts b/clients/client-kms/src/commands/DeleteAliasCommand.ts
index 430be4e2fb24..4b8515de55e2 100644
--- a/clients/client-kms/src/commands/DeleteAliasCommand.ts
+++ b/clients/client-kms/src/commands/DeleteAliasCommand.ts
@@ -168,4 +168,16 @@ export class DeleteAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAliasCommand)
.de(de_DeleteAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAliasRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAliasCommandInput;
+ output: DeleteAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/DeleteCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/DeleteCustomKeyStoreCommand.ts
index d583814f3edb..7195608face2 100644
--- a/clients/client-kms/src/commands/DeleteCustomKeyStoreCommand.ts
+++ b/clients/client-kms/src/commands/DeleteCustomKeyStoreCommand.ts
@@ -197,4 +197,16 @@ export class DeleteCustomKeyStoreCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCustomKeyStoreCommand)
.de(de_DeleteCustomKeyStoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCustomKeyStoreRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCustomKeyStoreCommandInput;
+ output: DeleteCustomKeyStoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/DeleteImportedKeyMaterialCommand.ts b/clients/client-kms/src/commands/DeleteImportedKeyMaterialCommand.ts
index b57b69765570..3eac22dbe1a1 100644
--- a/clients/client-kms/src/commands/DeleteImportedKeyMaterialCommand.ts
+++ b/clients/client-kms/src/commands/DeleteImportedKeyMaterialCommand.ts
@@ -156,4 +156,16 @@ export class DeleteImportedKeyMaterialCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteImportedKeyMaterialCommand)
.de(de_DeleteImportedKeyMaterialCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteImportedKeyMaterialRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteImportedKeyMaterialCommandInput;
+ output: DeleteImportedKeyMaterialCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/DeriveSharedSecretCommand.ts b/clients/client-kms/src/commands/DeriveSharedSecretCommand.ts
index e47947ba25c3..da947e0b203e 100644
--- a/clients/client-kms/src/commands/DeriveSharedSecretCommand.ts
+++ b/clients/client-kms/src/commands/DeriveSharedSecretCommand.ts
@@ -266,4 +266,16 @@ export class DeriveSharedSecretCommand extends $Command
.f(void 0, DeriveSharedSecretResponseFilterSensitiveLog)
.ser(se_DeriveSharedSecretCommand)
.de(de_DeriveSharedSecretCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeriveSharedSecretRequest;
+ output: DeriveSharedSecretResponse;
+ };
+ sdk: {
+ input: DeriveSharedSecretCommandInput;
+ output: DeriveSharedSecretCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/DescribeCustomKeyStoresCommand.ts b/clients/client-kms/src/commands/DescribeCustomKeyStoresCommand.ts
index 9ebefaf73892..751f98a8a82b 100644
--- a/clients/client-kms/src/commands/DescribeCustomKeyStoresCommand.ts
+++ b/clients/client-kms/src/commands/DescribeCustomKeyStoresCommand.ts
@@ -278,4 +278,16 @@ export class DescribeCustomKeyStoresCommand extends $Command
.f(void 0, DescribeCustomKeyStoresResponseFilterSensitiveLog)
.ser(se_DescribeCustomKeyStoresCommand)
.de(de_DescribeCustomKeyStoresCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCustomKeyStoresRequest;
+ output: DescribeCustomKeyStoresResponse;
+ };
+ sdk: {
+ input: DescribeCustomKeyStoresCommandInput;
+ output: DescribeCustomKeyStoresCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/DescribeKeyCommand.ts b/clients/client-kms/src/commands/DescribeKeyCommand.ts
index 291690a12d05..892791fffc1e 100644
--- a/clients/client-kms/src/commands/DescribeKeyCommand.ts
+++ b/clients/client-kms/src/commands/DescribeKeyCommand.ts
@@ -455,4 +455,16 @@ export class DescribeKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeKeyCommand)
.de(de_DescribeKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeKeyRequest;
+ output: DescribeKeyResponse;
+ };
+ sdk: {
+ input: DescribeKeyCommandInput;
+ output: DescribeKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/DisableKeyCommand.ts b/clients/client-kms/src/commands/DisableKeyCommand.ts
index 139805ba7ac1..da23e1f7ea46 100644
--- a/clients/client-kms/src/commands/DisableKeyCommand.ts
+++ b/clients/client-kms/src/commands/DisableKeyCommand.ts
@@ -139,4 +139,16 @@ export class DisableKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableKeyCommand)
.de(de_DisableKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableKeyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisableKeyCommandInput;
+ output: DisableKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/DisableKeyRotationCommand.ts b/clients/client-kms/src/commands/DisableKeyRotationCommand.ts
index d3c6fead283c..048ab4bc8b7e 100644
--- a/clients/client-kms/src/commands/DisableKeyRotationCommand.ts
+++ b/clients/client-kms/src/commands/DisableKeyRotationCommand.ts
@@ -174,4 +174,16 @@ export class DisableKeyRotationCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableKeyRotationCommand)
.de(de_DisableKeyRotationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableKeyRotationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisableKeyRotationCommandInput;
+ output: DisableKeyRotationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/DisconnectCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/DisconnectCustomKeyStoreCommand.ts
index a969b7073993..aa704ab915d3 100644
--- a/clients/client-kms/src/commands/DisconnectCustomKeyStoreCommand.ts
+++ b/clients/client-kms/src/commands/DisconnectCustomKeyStoreCommand.ts
@@ -184,4 +184,16 @@ export class DisconnectCustomKeyStoreCommand extends $Command
.f(void 0, void 0)
.ser(se_DisconnectCustomKeyStoreCommand)
.de(de_DisconnectCustomKeyStoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisconnectCustomKeyStoreRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisconnectCustomKeyStoreCommandInput;
+ output: DisconnectCustomKeyStoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/EnableKeyCommand.ts b/clients/client-kms/src/commands/EnableKeyCommand.ts
index 72d6fd25dfe8..c5ae8635a772 100644
--- a/clients/client-kms/src/commands/EnableKeyCommand.ts
+++ b/clients/client-kms/src/commands/EnableKeyCommand.ts
@@ -139,4 +139,16 @@ export class EnableKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableKeyCommand)
.de(de_EnableKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableKeyRequest;
+ output: {};
+ };
+ sdk: {
+ input: EnableKeyCommandInput;
+ output: EnableKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/EnableKeyRotationCommand.ts b/clients/client-kms/src/commands/EnableKeyRotationCommand.ts
index 3d217f32be98..73002829b291 100644
--- a/clients/client-kms/src/commands/EnableKeyRotationCommand.ts
+++ b/clients/client-kms/src/commands/EnableKeyRotationCommand.ts
@@ -195,4 +195,16 @@ export class EnableKeyRotationCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableKeyRotationCommand)
.de(de_EnableKeyRotationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableKeyRotationRequest;
+ output: {};
+ };
+ sdk: {
+ input: EnableKeyRotationCommandInput;
+ output: EnableKeyRotationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/EncryptCommand.ts b/clients/client-kms/src/commands/EncryptCommand.ts
index da34e1f5bc71..d9d3879e8d2c 100644
--- a/clients/client-kms/src/commands/EncryptCommand.ts
+++ b/clients/client-kms/src/commands/EncryptCommand.ts
@@ -305,4 +305,16 @@ export class EncryptCommand extends $Command
.f(EncryptRequestFilterSensitiveLog, void 0)
.ser(se_EncryptCommand)
.de(de_EncryptCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EncryptRequest;
+ output: EncryptResponse;
+ };
+ sdk: {
+ input: EncryptCommandInput;
+ output: EncryptCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/GenerateDataKeyCommand.ts b/clients/client-kms/src/commands/GenerateDataKeyCommand.ts
index c04b4c27dedc..60ac791bf940 100644
--- a/clients/client-kms/src/commands/GenerateDataKeyCommand.ts
+++ b/clients/client-kms/src/commands/GenerateDataKeyCommand.ts
@@ -312,4 +312,16 @@ export class GenerateDataKeyCommand extends $Command
.f(void 0, GenerateDataKeyResponseFilterSensitiveLog)
.ser(se_GenerateDataKeyCommand)
.de(de_GenerateDataKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GenerateDataKeyRequest;
+ output: GenerateDataKeyResponse;
+ };
+ sdk: {
+ input: GenerateDataKeyCommandInput;
+ output: GenerateDataKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/GenerateDataKeyPairCommand.ts b/clients/client-kms/src/commands/GenerateDataKeyPairCommand.ts
index 824cae852d1e..b6e0af2fc5dc 100644
--- a/clients/client-kms/src/commands/GenerateDataKeyPairCommand.ts
+++ b/clients/client-kms/src/commands/GenerateDataKeyPairCommand.ts
@@ -300,4 +300,16 @@ export class GenerateDataKeyPairCommand extends $Command
.f(void 0, GenerateDataKeyPairResponseFilterSensitiveLog)
.ser(se_GenerateDataKeyPairCommand)
.de(de_GenerateDataKeyPairCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GenerateDataKeyPairRequest;
+ output: GenerateDataKeyPairResponse;
+ };
+ sdk: {
+ input: GenerateDataKeyPairCommandInput;
+ output: GenerateDataKeyPairCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts b/clients/client-kms/src/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts
index 8381bcedcc86..f85ff44778cb 100644
--- a/clients/client-kms/src/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts
+++ b/clients/client-kms/src/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts
@@ -253,4 +253,16 @@ export class GenerateDataKeyPairWithoutPlaintextCommand extends $Command
.f(void 0, void 0)
.ser(se_GenerateDataKeyPairWithoutPlaintextCommand)
.de(de_GenerateDataKeyPairWithoutPlaintextCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GenerateDataKeyPairWithoutPlaintextRequest;
+ output: GenerateDataKeyPairWithoutPlaintextResponse;
+ };
+ sdk: {
+ input: GenerateDataKeyPairWithoutPlaintextCommandInput;
+ output: GenerateDataKeyPairWithoutPlaintextCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/GenerateDataKeyWithoutPlaintextCommand.ts b/clients/client-kms/src/commands/GenerateDataKeyWithoutPlaintextCommand.ts
index a6d0afba6494..860fcaa39377 100644
--- a/clients/client-kms/src/commands/GenerateDataKeyWithoutPlaintextCommand.ts
+++ b/clients/client-kms/src/commands/GenerateDataKeyWithoutPlaintextCommand.ts
@@ -252,4 +252,16 @@ export class GenerateDataKeyWithoutPlaintextCommand extends $Command
.f(void 0, void 0)
.ser(se_GenerateDataKeyWithoutPlaintextCommand)
.de(de_GenerateDataKeyWithoutPlaintextCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GenerateDataKeyWithoutPlaintextRequest;
+ output: GenerateDataKeyWithoutPlaintextResponse;
+ };
+ sdk: {
+ input: GenerateDataKeyWithoutPlaintextCommandInput;
+ output: GenerateDataKeyWithoutPlaintextCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/GenerateMacCommand.ts b/clients/client-kms/src/commands/GenerateMacCommand.ts
index 57f6c39b3e3b..9fe349715b83 100644
--- a/clients/client-kms/src/commands/GenerateMacCommand.ts
+++ b/clients/client-kms/src/commands/GenerateMacCommand.ts
@@ -199,4 +199,16 @@ export class GenerateMacCommand extends $Command
.f(GenerateMacRequestFilterSensitiveLog, void 0)
.ser(se_GenerateMacCommand)
.de(de_GenerateMacCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GenerateMacRequest;
+ output: GenerateMacResponse;
+ };
+ sdk: {
+ input: GenerateMacCommandInput;
+ output: GenerateMacCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/GenerateRandomCommand.ts b/clients/client-kms/src/commands/GenerateRandomCommand.ts
index 02ac99072a93..c57d73c6c103 100644
--- a/clients/client-kms/src/commands/GenerateRandomCommand.ts
+++ b/clients/client-kms/src/commands/GenerateRandomCommand.ts
@@ -199,4 +199,16 @@ export class GenerateRandomCommand extends $Command
.f(void 0, GenerateRandomResponseFilterSensitiveLog)
.ser(se_GenerateRandomCommand)
.de(de_GenerateRandomCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GenerateRandomRequest;
+ output: GenerateRandomResponse;
+ };
+ sdk: {
+ input: GenerateRandomCommandInput;
+ output: GenerateRandomCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/GetKeyPolicyCommand.ts b/clients/client-kms/src/commands/GetKeyPolicyCommand.ts
index 335b1e24be77..aede7fd827bd 100644
--- a/clients/client-kms/src/commands/GetKeyPolicyCommand.ts
+++ b/clients/client-kms/src/commands/GetKeyPolicyCommand.ts
@@ -142,4 +142,16 @@ export class GetKeyPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetKeyPolicyCommand)
.de(de_GetKeyPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetKeyPolicyRequest;
+ output: GetKeyPolicyResponse;
+ };
+ sdk: {
+ input: GetKeyPolicyCommandInput;
+ output: GetKeyPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/GetKeyRotationStatusCommand.ts b/clients/client-kms/src/commands/GetKeyRotationStatusCommand.ts
index 7c596930ac6b..0ef646e01d1d 100644
--- a/clients/client-kms/src/commands/GetKeyRotationStatusCommand.ts
+++ b/clients/client-kms/src/commands/GetKeyRotationStatusCommand.ts
@@ -208,4 +208,16 @@ export class GetKeyRotationStatusCommand extends $Command
.f(void 0, void 0)
.ser(se_GetKeyRotationStatusCommand)
.de(de_GetKeyRotationStatusCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetKeyRotationStatusRequest;
+ output: GetKeyRotationStatusResponse;
+ };
+ sdk: {
+ input: GetKeyRotationStatusCommandInput;
+ output: GetKeyRotationStatusCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/GetParametersForImportCommand.ts b/clients/client-kms/src/commands/GetParametersForImportCommand.ts
index db3b7a277592..b075694e31e4 100644
--- a/clients/client-kms/src/commands/GetParametersForImportCommand.ts
+++ b/clients/client-kms/src/commands/GetParametersForImportCommand.ts
@@ -286,4 +286,16 @@ export class GetParametersForImportCommand extends $Command
.f(void 0, GetParametersForImportResponseFilterSensitiveLog)
.ser(se_GetParametersForImportCommand)
.de(de_GetParametersForImportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetParametersForImportRequest;
+ output: GetParametersForImportResponse;
+ };
+ sdk: {
+ input: GetParametersForImportCommandInput;
+ output: GetParametersForImportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/GetPublicKeyCommand.ts b/clients/client-kms/src/commands/GetPublicKeyCommand.ts
index b295057520e3..9415b6d0451a 100644
--- a/clients/client-kms/src/commands/GetPublicKeyCommand.ts
+++ b/clients/client-kms/src/commands/GetPublicKeyCommand.ts
@@ -239,4 +239,16 @@ export class GetPublicKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPublicKeyCommand)
.de(de_GetPublicKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPublicKeyRequest;
+ output: GetPublicKeyResponse;
+ };
+ sdk: {
+ input: GetPublicKeyCommandInput;
+ output: GetPublicKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/ImportKeyMaterialCommand.ts b/clients/client-kms/src/commands/ImportKeyMaterialCommand.ts
index c1ac9ac474b4..003be2a41bb9 100644
--- a/clients/client-kms/src/commands/ImportKeyMaterialCommand.ts
+++ b/clients/client-kms/src/commands/ImportKeyMaterialCommand.ts
@@ -272,4 +272,16 @@ export class ImportKeyMaterialCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportKeyMaterialCommand)
.de(de_ImportKeyMaterialCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportKeyMaterialRequest;
+ output: {};
+ };
+ sdk: {
+ input: ImportKeyMaterialCommandInput;
+ output: ImportKeyMaterialCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/ListAliasesCommand.ts b/clients/client-kms/src/commands/ListAliasesCommand.ts
index 3a79a795c7b2..e2035e6a2e3e 100644
--- a/clients/client-kms/src/commands/ListAliasesCommand.ts
+++ b/clients/client-kms/src/commands/ListAliasesCommand.ts
@@ -208,4 +208,16 @@ export class ListAliasesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAliasesCommand)
.de(de_ListAliasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAliasesRequest;
+ output: ListAliasesResponse;
+ };
+ sdk: {
+ input: ListAliasesCommandInput;
+ output: ListAliasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/ListGrantsCommand.ts b/clients/client-kms/src/commands/ListGrantsCommand.ts
index b2348ebea682..b9d8921cd9d2 100644
--- a/clients/client-kms/src/commands/ListGrantsCommand.ts
+++ b/clients/client-kms/src/commands/ListGrantsCommand.ts
@@ -263,4 +263,16 @@ export class ListGrantsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListGrantsCommand)
.de(de_ListGrantsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGrantsRequest;
+ output: ListGrantsResponse;
+ };
+ sdk: {
+ input: ListGrantsCommandInput;
+ output: ListGrantsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/ListKeyPoliciesCommand.ts b/clients/client-kms/src/commands/ListKeyPoliciesCommand.ts
index 678d0d6b9939..04a0166ce4f0 100644
--- a/clients/client-kms/src/commands/ListKeyPoliciesCommand.ts
+++ b/clients/client-kms/src/commands/ListKeyPoliciesCommand.ts
@@ -162,4 +162,16 @@ export class ListKeyPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListKeyPoliciesCommand)
.de(de_ListKeyPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListKeyPoliciesRequest;
+ output: ListKeyPoliciesResponse;
+ };
+ sdk: {
+ input: ListKeyPoliciesCommandInput;
+ output: ListKeyPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/ListKeyRotationsCommand.ts b/clients/client-kms/src/commands/ListKeyRotationsCommand.ts
index a5ef002268cf..f80e186e09c7 100644
--- a/clients/client-kms/src/commands/ListKeyRotationsCommand.ts
+++ b/clients/client-kms/src/commands/ListKeyRotationsCommand.ts
@@ -192,4 +192,16 @@ export class ListKeyRotationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListKeyRotationsCommand)
.de(de_ListKeyRotationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListKeyRotationsRequest;
+ output: ListKeyRotationsResponse;
+ };
+ sdk: {
+ input: ListKeyRotationsCommandInput;
+ output: ListKeyRotationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/ListKeysCommand.ts b/clients/client-kms/src/commands/ListKeysCommand.ts
index 682fb3255ce8..b7da09e35219 100644
--- a/clients/client-kms/src/commands/ListKeysCommand.ts
+++ b/clients/client-kms/src/commands/ListKeysCommand.ts
@@ -173,4 +173,16 @@ export class ListKeysCommand extends $Command
.f(void 0, void 0)
.ser(se_ListKeysCommand)
.de(de_ListKeysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListKeysRequest;
+ output: ListKeysResponse;
+ };
+ sdk: {
+ input: ListKeysCommandInput;
+ output: ListKeysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/ListResourceTagsCommand.ts b/clients/client-kms/src/commands/ListResourceTagsCommand.ts
index c145d5739971..eb463bed6790 100644
--- a/clients/client-kms/src/commands/ListResourceTagsCommand.ts
+++ b/clients/client-kms/src/commands/ListResourceTagsCommand.ts
@@ -168,4 +168,16 @@ export class ListResourceTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListResourceTagsCommand)
.de(de_ListResourceTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListResourceTagsRequest;
+ output: ListResourceTagsResponse;
+ };
+ sdk: {
+ input: ListResourceTagsCommandInput;
+ output: ListResourceTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/ListRetirableGrantsCommand.ts b/clients/client-kms/src/commands/ListRetirableGrantsCommand.ts
index 614349f57c67..730db286ae5f 100644
--- a/clients/client-kms/src/commands/ListRetirableGrantsCommand.ts
+++ b/clients/client-kms/src/commands/ListRetirableGrantsCommand.ts
@@ -206,4 +206,16 @@ export class ListRetirableGrantsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRetirableGrantsCommand)
.de(de_ListRetirableGrantsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRetirableGrantsRequest;
+ output: ListGrantsResponse;
+ };
+ sdk: {
+ input: ListRetirableGrantsCommandInput;
+ output: ListRetirableGrantsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/PutKeyPolicyCommand.ts b/clients/client-kms/src/commands/PutKeyPolicyCommand.ts
index 6c6296f1e25f..63afb4579533 100644
--- a/clients/client-kms/src/commands/PutKeyPolicyCommand.ts
+++ b/clients/client-kms/src/commands/PutKeyPolicyCommand.ts
@@ -154,4 +154,16 @@ export class PutKeyPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutKeyPolicyCommand)
.de(de_PutKeyPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutKeyPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutKeyPolicyCommandInput;
+ output: PutKeyPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/ReEncryptCommand.ts b/clients/client-kms/src/commands/ReEncryptCommand.ts
index e50ed2f0e523..feb9e76d5706 100644
--- a/clients/client-kms/src/commands/ReEncryptCommand.ts
+++ b/clients/client-kms/src/commands/ReEncryptCommand.ts
@@ -292,4 +292,16 @@ export class ReEncryptCommand extends $Command
.f(void 0, void 0)
.ser(se_ReEncryptCommand)
.de(de_ReEncryptCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReEncryptRequest;
+ output: ReEncryptResponse;
+ };
+ sdk: {
+ input: ReEncryptCommandInput;
+ output: ReEncryptCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/ReplicateKeyCommand.ts b/clients/client-kms/src/commands/ReplicateKeyCommand.ts
index 381b03430f04..568a4eeabc09 100644
--- a/clients/client-kms/src/commands/ReplicateKeyCommand.ts
+++ b/clients/client-kms/src/commands/ReplicateKeyCommand.ts
@@ -330,4 +330,16 @@ export class ReplicateKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_ReplicateKeyCommand)
.de(de_ReplicateKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReplicateKeyRequest;
+ output: ReplicateKeyResponse;
+ };
+ sdk: {
+ input: ReplicateKeyCommandInput;
+ output: ReplicateKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/RetireGrantCommand.ts b/clients/client-kms/src/commands/RetireGrantCommand.ts
index cec2450c5305..e131dfa667f6 100644
--- a/clients/client-kms/src/commands/RetireGrantCommand.ts
+++ b/clients/client-kms/src/commands/RetireGrantCommand.ts
@@ -183,4 +183,16 @@ export class RetireGrantCommand extends $Command
.f(void 0, void 0)
.ser(se_RetireGrantCommand)
.de(de_RetireGrantCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RetireGrantRequest;
+ output: {};
+ };
+ sdk: {
+ input: RetireGrantCommandInput;
+ output: RetireGrantCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/RevokeGrantCommand.ts b/clients/client-kms/src/commands/RevokeGrantCommand.ts
index e93883ad3609..dd0c7492f541 100644
--- a/clients/client-kms/src/commands/RevokeGrantCommand.ts
+++ b/clients/client-kms/src/commands/RevokeGrantCommand.ts
@@ -177,4 +177,16 @@ export class RevokeGrantCommand extends $Command
.f(void 0, void 0)
.ser(se_RevokeGrantCommand)
.de(de_RevokeGrantCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RevokeGrantRequest;
+ output: {};
+ };
+ sdk: {
+ input: RevokeGrantCommandInput;
+ output: RevokeGrantCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/RotateKeyOnDemandCommand.ts b/clients/client-kms/src/commands/RotateKeyOnDemandCommand.ts
index 21da08dbf543..b039bf708ce7 100644
--- a/clients/client-kms/src/commands/RotateKeyOnDemandCommand.ts
+++ b/clients/client-kms/src/commands/RotateKeyOnDemandCommand.ts
@@ -204,4 +204,16 @@ export class RotateKeyOnDemandCommand extends $Command
.f(void 0, void 0)
.ser(se_RotateKeyOnDemandCommand)
.de(de_RotateKeyOnDemandCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RotateKeyOnDemandRequest;
+ output: RotateKeyOnDemandResponse;
+ };
+ sdk: {
+ input: RotateKeyOnDemandCommandInput;
+ output: RotateKeyOnDemandCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/ScheduleKeyDeletionCommand.ts b/clients/client-kms/src/commands/ScheduleKeyDeletionCommand.ts
index cd13e6196901..348d0920f4df 100644
--- a/clients/client-kms/src/commands/ScheduleKeyDeletionCommand.ts
+++ b/clients/client-kms/src/commands/ScheduleKeyDeletionCommand.ts
@@ -194,4 +194,16 @@ export class ScheduleKeyDeletionCommand extends $Command
.f(void 0, void 0)
.ser(se_ScheduleKeyDeletionCommand)
.de(de_ScheduleKeyDeletionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ScheduleKeyDeletionRequest;
+ output: ScheduleKeyDeletionResponse;
+ };
+ sdk: {
+ input: ScheduleKeyDeletionCommandInput;
+ output: ScheduleKeyDeletionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/SignCommand.ts b/clients/client-kms/src/commands/SignCommand.ts
index 8a5f39843409..fde7f1be0c89 100644
--- a/clients/client-kms/src/commands/SignCommand.ts
+++ b/clients/client-kms/src/commands/SignCommand.ts
@@ -243,4 +243,16 @@ export class SignCommand extends $Command
.f(SignRequestFilterSensitiveLog, void 0)
.ser(se_SignCommand)
.de(de_SignCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SignRequest;
+ output: SignResponse;
+ };
+ sdk: {
+ input: SignCommandInput;
+ output: SignCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/TagResourceCommand.ts b/clients/client-kms/src/commands/TagResourceCommand.ts
index d3d47306871b..8c3b57282ee0 100644
--- a/clients/client-kms/src/commands/TagResourceCommand.ts
+++ b/clients/client-kms/src/commands/TagResourceCommand.ts
@@ -186,4 +186,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/UntagResourceCommand.ts b/clients/client-kms/src/commands/UntagResourceCommand.ts
index 09c29be3ed5a..17976e392bb2 100644
--- a/clients/client-kms/src/commands/UntagResourceCommand.ts
+++ b/clients/client-kms/src/commands/UntagResourceCommand.ts
@@ -172,4 +172,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/UpdateAliasCommand.ts b/clients/client-kms/src/commands/UpdateAliasCommand.ts
index 79b0f2c265a1..3e4e6797b60b 100644
--- a/clients/client-kms/src/commands/UpdateAliasCommand.ts
+++ b/clients/client-kms/src/commands/UpdateAliasCommand.ts
@@ -189,4 +189,16 @@ export class UpdateAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAliasCommand)
.de(de_UpdateAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAliasRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateAliasCommandInput;
+ output: UpdateAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/UpdateCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/UpdateCustomKeyStoreCommand.ts
index e6a0b9afc3b5..045889d76e1a 100644
--- a/clients/client-kms/src/commands/UpdateCustomKeyStoreCommand.ts
+++ b/clients/client-kms/src/commands/UpdateCustomKeyStoreCommand.ts
@@ -418,4 +418,16 @@ export class UpdateCustomKeyStoreCommand extends $Command
.f(UpdateCustomKeyStoreRequestFilterSensitiveLog, void 0)
.ser(se_UpdateCustomKeyStoreCommand)
.de(de_UpdateCustomKeyStoreCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCustomKeyStoreRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateCustomKeyStoreCommandInput;
+ output: UpdateCustomKeyStoreCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/UpdateKeyDescriptionCommand.ts b/clients/client-kms/src/commands/UpdateKeyDescriptionCommand.ts
index 728727de0e86..a0d389e45f5c 100644
--- a/clients/client-kms/src/commands/UpdateKeyDescriptionCommand.ts
+++ b/clients/client-kms/src/commands/UpdateKeyDescriptionCommand.ts
@@ -148,4 +148,16 @@ export class UpdateKeyDescriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateKeyDescriptionCommand)
.de(de_UpdateKeyDescriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateKeyDescriptionRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateKeyDescriptionCommandInput;
+ output: UpdateKeyDescriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/UpdatePrimaryRegionCommand.ts b/clients/client-kms/src/commands/UpdatePrimaryRegionCommand.ts
index d0d89a236f77..b29d5a1237cf 100644
--- a/clients/client-kms/src/commands/UpdatePrimaryRegionCommand.ts
+++ b/clients/client-kms/src/commands/UpdatePrimaryRegionCommand.ts
@@ -198,4 +198,16 @@ export class UpdatePrimaryRegionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePrimaryRegionCommand)
.de(de_UpdatePrimaryRegionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePrimaryRegionRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdatePrimaryRegionCommandInput;
+ output: UpdatePrimaryRegionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/VerifyCommand.ts b/clients/client-kms/src/commands/VerifyCommand.ts
index 5124342402b8..ce9b35d5001e 100644
--- a/clients/client-kms/src/commands/VerifyCommand.ts
+++ b/clients/client-kms/src/commands/VerifyCommand.ts
@@ -240,4 +240,16 @@ export class VerifyCommand extends $Command
.f(VerifyRequestFilterSensitiveLog, void 0)
.ser(se_VerifyCommand)
.de(de_VerifyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: VerifyRequest;
+ output: VerifyResponse;
+ };
+ sdk: {
+ input: VerifyCommandInput;
+ output: VerifyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-kms/src/commands/VerifyMacCommand.ts b/clients/client-kms/src/commands/VerifyMacCommand.ts
index fd3a362667f0..a6aede9edf02 100644
--- a/clients/client-kms/src/commands/VerifyMacCommand.ts
+++ b/clients/client-kms/src/commands/VerifyMacCommand.ts
@@ -198,4 +198,16 @@ export class VerifyMacCommand extends $Command
.f(VerifyMacRequestFilterSensitiveLog, void 0)
.ser(se_VerifyMacCommand)
.de(de_VerifyMacCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: VerifyMacRequest;
+ output: VerifyMacResponse;
+ };
+ sdk: {
+ input: VerifyMacCommandInput;
+ output: VerifyMacCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/package.json b/clients/client-lakeformation/package.json
index 360477160f9e..7784cd6c67ce 100644
--- a/clients/client-lakeformation/package.json
+++ b/clients/client-lakeformation/package.json
@@ -33,31 +33,31 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
- "@smithy/util-stream": "^3.1.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
+ "@smithy/util-stream": "^3.1.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-lakeformation/src/commands/AddLFTagsToResourceCommand.ts b/clients/client-lakeformation/src/commands/AddLFTagsToResourceCommand.ts
index 0d992722384c..10d62711aa15 100644
--- a/clients/client-lakeformation/src/commands/AddLFTagsToResourceCommand.ts
+++ b/clients/client-lakeformation/src/commands/AddLFTagsToResourceCommand.ts
@@ -173,4 +173,16 @@ export class AddLFTagsToResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_AddLFTagsToResourceCommand)
.de(de_AddLFTagsToResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddLFTagsToResourceRequest;
+ output: AddLFTagsToResourceResponse;
+ };
+ sdk: {
+ input: AddLFTagsToResourceCommandInput;
+ output: AddLFTagsToResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/AssumeDecoratedRoleWithSAMLCommand.ts b/clients/client-lakeformation/src/commands/AssumeDecoratedRoleWithSAMLCommand.ts
index 067271cb194d..dfb1fea45db8 100644
--- a/clients/client-lakeformation/src/commands/AssumeDecoratedRoleWithSAMLCommand.ts
+++ b/clients/client-lakeformation/src/commands/AssumeDecoratedRoleWithSAMLCommand.ts
@@ -108,4 +108,16 @@ export class AssumeDecoratedRoleWithSAMLCommand extends $Command
.f(void 0, void 0)
.ser(se_AssumeDecoratedRoleWithSAMLCommand)
.de(de_AssumeDecoratedRoleWithSAMLCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssumeDecoratedRoleWithSAMLRequest;
+ output: AssumeDecoratedRoleWithSAMLResponse;
+ };
+ sdk: {
+ input: AssumeDecoratedRoleWithSAMLCommandInput;
+ output: AssumeDecoratedRoleWithSAMLCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/BatchGrantPermissionsCommand.ts b/clients/client-lakeformation/src/commands/BatchGrantPermissionsCommand.ts
index d0f3f5ed0ce4..899f0ec0c1d2 100644
--- a/clients/client-lakeformation/src/commands/BatchGrantPermissionsCommand.ts
+++ b/clients/client-lakeformation/src/commands/BatchGrantPermissionsCommand.ts
@@ -226,4 +226,16 @@ export class BatchGrantPermissionsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGrantPermissionsCommand)
.de(de_BatchGrantPermissionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGrantPermissionsRequest;
+ output: BatchGrantPermissionsResponse;
+ };
+ sdk: {
+ input: BatchGrantPermissionsCommandInput;
+ output: BatchGrantPermissionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/BatchRevokePermissionsCommand.ts b/clients/client-lakeformation/src/commands/BatchRevokePermissionsCommand.ts
index 02e826cb2b41..8656667874a5 100644
--- a/clients/client-lakeformation/src/commands/BatchRevokePermissionsCommand.ts
+++ b/clients/client-lakeformation/src/commands/BatchRevokePermissionsCommand.ts
@@ -226,4 +226,16 @@ export class BatchRevokePermissionsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchRevokePermissionsCommand)
.de(de_BatchRevokePermissionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchRevokePermissionsRequest;
+ output: BatchRevokePermissionsResponse;
+ };
+ sdk: {
+ input: BatchRevokePermissionsCommandInput;
+ output: BatchRevokePermissionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/CancelTransactionCommand.ts b/clients/client-lakeformation/src/commands/CancelTransactionCommand.ts
index 0463ac39d374..41d254069e13 100644
--- a/clients/client-lakeformation/src/commands/CancelTransactionCommand.ts
+++ b/clients/client-lakeformation/src/commands/CancelTransactionCommand.ts
@@ -96,4 +96,16 @@ export class CancelTransactionCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelTransactionCommand)
.de(de_CancelTransactionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelTransactionRequest;
+ output: {};
+ };
+ sdk: {
+ input: CancelTransactionCommandInput;
+ output: CancelTransactionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/CommitTransactionCommand.ts b/clients/client-lakeformation/src/commands/CommitTransactionCommand.ts
index 6ba0d06c8448..3e7f0b19c160 100644
--- a/clients/client-lakeformation/src/commands/CommitTransactionCommand.ts
+++ b/clients/client-lakeformation/src/commands/CommitTransactionCommand.ts
@@ -95,4 +95,16 @@ export class CommitTransactionCommand extends $Command
.f(void 0, void 0)
.ser(se_CommitTransactionCommand)
.de(de_CommitTransactionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CommitTransactionRequest;
+ output: CommitTransactionResponse;
+ };
+ sdk: {
+ input: CommitTransactionCommandInput;
+ output: CommitTransactionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/CreateDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/CreateDataCellsFilterCommand.ts
index 6682891ef9a0..81203314eb5d 100644
--- a/clients/client-lakeformation/src/commands/CreateDataCellsFilterCommand.ts
+++ b/clients/client-lakeformation/src/commands/CreateDataCellsFilterCommand.ts
@@ -114,4 +114,16 @@ export class CreateDataCellsFilterCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDataCellsFilterCommand)
.de(de_CreateDataCellsFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDataCellsFilterRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateDataCellsFilterCommandInput;
+ output: CreateDataCellsFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/CreateLFTagCommand.ts b/clients/client-lakeformation/src/commands/CreateLFTagCommand.ts
index 4261b628ab0b..46f772cfe858 100644
--- a/clients/client-lakeformation/src/commands/CreateLFTagCommand.ts
+++ b/clients/client-lakeformation/src/commands/CreateLFTagCommand.ts
@@ -97,4 +97,16 @@ export class CreateLFTagCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLFTagCommand)
.de(de_CreateLFTagCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLFTagRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateLFTagCommandInput;
+ output: CreateLFTagCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/CreateLakeFormationIdentityCenterConfigurationCommand.ts b/clients/client-lakeformation/src/commands/CreateLakeFormationIdentityCenterConfigurationCommand.ts
index 20f7b2f36313..89dea8e5a958 100644
--- a/clients/client-lakeformation/src/commands/CreateLakeFormationIdentityCenterConfigurationCommand.ts
+++ b/clients/client-lakeformation/src/commands/CreateLakeFormationIdentityCenterConfigurationCommand.ts
@@ -116,4 +116,16 @@ export class CreateLakeFormationIdentityCenterConfigurationCommand extends $Comm
.f(void 0, void 0)
.ser(se_CreateLakeFormationIdentityCenterConfigurationCommand)
.de(de_CreateLakeFormationIdentityCenterConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLakeFormationIdentityCenterConfigurationRequest;
+ output: CreateLakeFormationIdentityCenterConfigurationResponse;
+ };
+ sdk: {
+ input: CreateLakeFormationIdentityCenterConfigurationCommandInput;
+ output: CreateLakeFormationIdentityCenterConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/CreateLakeFormationOptInCommand.ts b/clients/client-lakeformation/src/commands/CreateLakeFormationOptInCommand.ts
index 928ba45334bc..6d5988ac2827 100644
--- a/clients/client-lakeformation/src/commands/CreateLakeFormationOptInCommand.ts
+++ b/clients/client-lakeformation/src/commands/CreateLakeFormationOptInCommand.ts
@@ -150,4 +150,16 @@ export class CreateLakeFormationOptInCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLakeFormationOptInCommand)
.de(de_CreateLakeFormationOptInCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLakeFormationOptInRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateLakeFormationOptInCommandInput;
+ output: CreateLakeFormationOptInCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/DeleteDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/DeleteDataCellsFilterCommand.ts
index 501d4a842611..aafa0797ed0c 100644
--- a/clients/client-lakeformation/src/commands/DeleteDataCellsFilterCommand.ts
+++ b/clients/client-lakeformation/src/commands/DeleteDataCellsFilterCommand.ts
@@ -93,4 +93,16 @@ export class DeleteDataCellsFilterCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDataCellsFilterCommand)
.de(de_DeleteDataCellsFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDataCellsFilterRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDataCellsFilterCommandInput;
+ output: DeleteDataCellsFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/DeleteLFTagCommand.ts b/clients/client-lakeformation/src/commands/DeleteLFTagCommand.ts
index f4a329aed761..81a2920bca28 100644
--- a/clients/client-lakeformation/src/commands/DeleteLFTagCommand.ts
+++ b/clients/client-lakeformation/src/commands/DeleteLFTagCommand.ts
@@ -91,4 +91,16 @@ export class DeleteLFTagCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLFTagCommand)
.de(de_DeleteLFTagCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLFTagRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLFTagCommandInput;
+ output: DeleteLFTagCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.ts b/clients/client-lakeformation/src/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.ts
index 2bc6006b99fc..be78e817252b 100644
--- a/clients/client-lakeformation/src/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.ts
+++ b/clients/client-lakeformation/src/commands/DeleteLakeFormationIdentityCenterConfigurationCommand.ts
@@ -102,4 +102,16 @@ export class DeleteLakeFormationIdentityCenterConfigurationCommand extends $Comm
.f(void 0, void 0)
.ser(se_DeleteLakeFormationIdentityCenterConfigurationCommand)
.de(de_DeleteLakeFormationIdentityCenterConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLakeFormationIdentityCenterConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLakeFormationIdentityCenterConfigurationCommandInput;
+ output: DeleteLakeFormationIdentityCenterConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/DeleteLakeFormationOptInCommand.ts b/clients/client-lakeformation/src/commands/DeleteLakeFormationOptInCommand.ts
index f1459c60dd65..218766608a0d 100644
--- a/clients/client-lakeformation/src/commands/DeleteLakeFormationOptInCommand.ts
+++ b/clients/client-lakeformation/src/commands/DeleteLakeFormationOptInCommand.ts
@@ -150,4 +150,16 @@ export class DeleteLakeFormationOptInCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLakeFormationOptInCommand)
.de(de_DeleteLakeFormationOptInCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLakeFormationOptInRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLakeFormationOptInCommandInput;
+ output: DeleteLakeFormationOptInCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/DeleteObjectsOnCancelCommand.ts b/clients/client-lakeformation/src/commands/DeleteObjectsOnCancelCommand.ts
index e09668ec8f45..3e652735bc11 100644
--- a/clients/client-lakeformation/src/commands/DeleteObjectsOnCancelCommand.ts
+++ b/clients/client-lakeformation/src/commands/DeleteObjectsOnCancelCommand.ts
@@ -115,4 +115,16 @@ export class DeleteObjectsOnCancelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteObjectsOnCancelCommand)
.de(de_DeleteObjectsOnCancelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteObjectsOnCancelRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteObjectsOnCancelCommandInput;
+ output: DeleteObjectsOnCancelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/DeregisterResourceCommand.ts b/clients/client-lakeformation/src/commands/DeregisterResourceCommand.ts
index ea2589055cb4..a59c85b1ccf5 100644
--- a/clients/client-lakeformation/src/commands/DeregisterResourceCommand.ts
+++ b/clients/client-lakeformation/src/commands/DeregisterResourceCommand.ts
@@ -88,4 +88,16 @@ export class DeregisterResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeregisterResourceCommand)
.de(de_DeregisterResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeregisterResourceCommandInput;
+ output: DeregisterResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.ts b/clients/client-lakeformation/src/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.ts
index 6ac45a5c5787..f7e6b6cc5eda 100644
--- a/clients/client-lakeformation/src/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.ts
+++ b/clients/client-lakeformation/src/commands/DescribeLakeFormationIdentityCenterConfigurationCommand.ts
@@ -115,4 +115,16 @@ export class DescribeLakeFormationIdentityCenterConfigurationCommand extends $Co
.f(void 0, void 0)
.ser(se_DescribeLakeFormationIdentityCenterConfigurationCommand)
.de(de_DescribeLakeFormationIdentityCenterConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLakeFormationIdentityCenterConfigurationRequest;
+ output: DescribeLakeFormationIdentityCenterConfigurationResponse;
+ };
+ sdk: {
+ input: DescribeLakeFormationIdentityCenterConfigurationCommandInput;
+ output: DescribeLakeFormationIdentityCenterConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/DescribeResourceCommand.ts b/clients/client-lakeformation/src/commands/DescribeResourceCommand.ts
index 581fb06c32fd..46c71335ba2d 100644
--- a/clients/client-lakeformation/src/commands/DescribeResourceCommand.ts
+++ b/clients/client-lakeformation/src/commands/DescribeResourceCommand.ts
@@ -95,4 +95,16 @@ export class DescribeResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeResourceCommand)
.de(de_DescribeResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeResourceRequest;
+ output: DescribeResourceResponse;
+ };
+ sdk: {
+ input: DescribeResourceCommandInput;
+ output: DescribeResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/DescribeTransactionCommand.ts b/clients/client-lakeformation/src/commands/DescribeTransactionCommand.ts
index 6435e5d43d82..1ff6e99787e4 100644
--- a/clients/client-lakeformation/src/commands/DescribeTransactionCommand.ts
+++ b/clients/client-lakeformation/src/commands/DescribeTransactionCommand.ts
@@ -94,4 +94,16 @@ export class DescribeTransactionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTransactionCommand)
.de(de_DescribeTransactionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTransactionRequest;
+ output: DescribeTransactionResponse;
+ };
+ sdk: {
+ input: DescribeTransactionCommandInput;
+ output: DescribeTransactionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/ExtendTransactionCommand.ts b/clients/client-lakeformation/src/commands/ExtendTransactionCommand.ts
index 36cd41616739..4537ae629dec 100644
--- a/clients/client-lakeformation/src/commands/ExtendTransactionCommand.ts
+++ b/clients/client-lakeformation/src/commands/ExtendTransactionCommand.ts
@@ -97,4 +97,16 @@ export class ExtendTransactionCommand extends $Command
.f(void 0, void 0)
.ser(se_ExtendTransactionCommand)
.de(de_ExtendTransactionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExtendTransactionRequest;
+ output: {};
+ };
+ sdk: {
+ input: ExtendTransactionCommandInput;
+ output: ExtendTransactionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/GetDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/GetDataCellsFilterCommand.ts
index 9f2824dfb3d4..ecd31a0c4db6 100644
--- a/clients/client-lakeformation/src/commands/GetDataCellsFilterCommand.ts
+++ b/clients/client-lakeformation/src/commands/GetDataCellsFilterCommand.ts
@@ -113,4 +113,16 @@ export class GetDataCellsFilterCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataCellsFilterCommand)
.de(de_GetDataCellsFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataCellsFilterRequest;
+ output: GetDataCellsFilterResponse;
+ };
+ sdk: {
+ input: GetDataCellsFilterCommandInput;
+ output: GetDataCellsFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/GetDataLakePrincipalCommand.ts b/clients/client-lakeformation/src/commands/GetDataLakePrincipalCommand.ts
index ae43cc95542f..461566f2d8d4 100644
--- a/clients/client-lakeformation/src/commands/GetDataLakePrincipalCommand.ts
+++ b/clients/client-lakeformation/src/commands/GetDataLakePrincipalCommand.ts
@@ -84,4 +84,16 @@ export class GetDataLakePrincipalCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataLakePrincipalCommand)
.de(de_GetDataLakePrincipalCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetDataLakePrincipalResponse;
+ };
+ sdk: {
+ input: GetDataLakePrincipalCommandInput;
+ output: GetDataLakePrincipalCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/GetDataLakeSettingsCommand.ts b/clients/client-lakeformation/src/commands/GetDataLakeSettingsCommand.ts
index 9902771cf90c..64123579f8d6 100644
--- a/clients/client-lakeformation/src/commands/GetDataLakeSettingsCommand.ts
+++ b/clients/client-lakeformation/src/commands/GetDataLakeSettingsCommand.ts
@@ -133,4 +133,16 @@ export class GetDataLakeSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataLakeSettingsCommand)
.de(de_GetDataLakeSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataLakeSettingsRequest;
+ output: GetDataLakeSettingsResponse;
+ };
+ sdk: {
+ input: GetDataLakeSettingsCommandInput;
+ output: GetDataLakeSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/GetEffectivePermissionsForPathCommand.ts b/clients/client-lakeformation/src/commands/GetEffectivePermissionsForPathCommand.ts
index 6785f69ae0e5..f724c6233fe0 100644
--- a/clients/client-lakeformation/src/commands/GetEffectivePermissionsForPathCommand.ts
+++ b/clients/client-lakeformation/src/commands/GetEffectivePermissionsForPathCommand.ts
@@ -173,4 +173,16 @@ export class GetEffectivePermissionsForPathCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEffectivePermissionsForPathCommand)
.de(de_GetEffectivePermissionsForPathCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEffectivePermissionsForPathRequest;
+ output: GetEffectivePermissionsForPathResponse;
+ };
+ sdk: {
+ input: GetEffectivePermissionsForPathCommandInput;
+ output: GetEffectivePermissionsForPathCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/GetLFTagCommand.ts b/clients/client-lakeformation/src/commands/GetLFTagCommand.ts
index 7e870a8c23ca..635c4a3bd17b 100644
--- a/clients/client-lakeformation/src/commands/GetLFTagCommand.ts
+++ b/clients/client-lakeformation/src/commands/GetLFTagCommand.ts
@@ -97,4 +97,16 @@ export class GetLFTagCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLFTagCommand)
.de(de_GetLFTagCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLFTagRequest;
+ output: GetLFTagResponse;
+ };
+ sdk: {
+ input: GetLFTagCommandInput;
+ output: GetLFTagCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/GetQueryStateCommand.ts b/clients/client-lakeformation/src/commands/GetQueryStateCommand.ts
index a816c0233a81..0390b0de65cb 100644
--- a/clients/client-lakeformation/src/commands/GetQueryStateCommand.ts
+++ b/clients/client-lakeformation/src/commands/GetQueryStateCommand.ts
@@ -87,4 +87,16 @@ export class GetQueryStateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetQueryStateCommand)
.de(de_GetQueryStateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetQueryStateRequest;
+ output: GetQueryStateResponse;
+ };
+ sdk: {
+ input: GetQueryStateCommandInput;
+ output: GetQueryStateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/GetQueryStatisticsCommand.ts b/clients/client-lakeformation/src/commands/GetQueryStatisticsCommand.ts
index 0c7d538c5531..d645f0091cad 100644
--- a/clients/client-lakeformation/src/commands/GetQueryStatisticsCommand.ts
+++ b/clients/client-lakeformation/src/commands/GetQueryStatisticsCommand.ts
@@ -106,4 +106,16 @@ export class GetQueryStatisticsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetQueryStatisticsCommand)
.de(de_GetQueryStatisticsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetQueryStatisticsRequest;
+ output: GetQueryStatisticsResponse;
+ };
+ sdk: {
+ input: GetQueryStatisticsCommandInput;
+ output: GetQueryStatisticsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/GetResourceLFTagsCommand.ts b/clients/client-lakeformation/src/commands/GetResourceLFTagsCommand.ts
index 92b9c6674b8e..cbff7c14f835 100644
--- a/clients/client-lakeformation/src/commands/GetResourceLFTagsCommand.ts
+++ b/clients/client-lakeformation/src/commands/GetResourceLFTagsCommand.ts
@@ -182,4 +182,16 @@ export class GetResourceLFTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResourceLFTagsCommand)
.de(de_GetResourceLFTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourceLFTagsRequest;
+ output: GetResourceLFTagsResponse;
+ };
+ sdk: {
+ input: GetResourceLFTagsCommandInput;
+ output: GetResourceLFTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/GetTableObjectsCommand.ts b/clients/client-lakeformation/src/commands/GetTableObjectsCommand.ts
index 229ff9af3219..1edcf65678c0 100644
--- a/clients/client-lakeformation/src/commands/GetTableObjectsCommand.ts
+++ b/clients/client-lakeformation/src/commands/GetTableObjectsCommand.ts
@@ -119,4 +119,16 @@ export class GetTableObjectsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTableObjectsCommand)
.de(de_GetTableObjectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTableObjectsRequest;
+ output: GetTableObjectsResponse;
+ };
+ sdk: {
+ input: GetTableObjectsCommandInput;
+ output: GetTableObjectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/GetTemporaryGluePartitionCredentialsCommand.ts b/clients/client-lakeformation/src/commands/GetTemporaryGluePartitionCredentialsCommand.ts
index 4a6c49eda32d..7e6b57904418 100644
--- a/clients/client-lakeformation/src/commands/GetTemporaryGluePartitionCredentialsCommand.ts
+++ b/clients/client-lakeformation/src/commands/GetTemporaryGluePartitionCredentialsCommand.ts
@@ -121,4 +121,16 @@ export class GetTemporaryGluePartitionCredentialsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTemporaryGluePartitionCredentialsCommand)
.de(de_GetTemporaryGluePartitionCredentialsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTemporaryGluePartitionCredentialsRequest;
+ output: GetTemporaryGluePartitionCredentialsResponse;
+ };
+ sdk: {
+ input: GetTemporaryGluePartitionCredentialsCommandInput;
+ output: GetTemporaryGluePartitionCredentialsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/GetTemporaryGlueTableCredentialsCommand.ts b/clients/client-lakeformation/src/commands/GetTemporaryGlueTableCredentialsCommand.ts
index d82f9a78e2a7..7c9d2d1add05 100644
--- a/clients/client-lakeformation/src/commands/GetTemporaryGlueTableCredentialsCommand.ts
+++ b/clients/client-lakeformation/src/commands/GetTemporaryGlueTableCredentialsCommand.ts
@@ -126,4 +126,16 @@ export class GetTemporaryGlueTableCredentialsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTemporaryGlueTableCredentialsCommand)
.de(de_GetTemporaryGlueTableCredentialsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTemporaryGlueTableCredentialsRequest;
+ output: GetTemporaryGlueTableCredentialsResponse;
+ };
+ sdk: {
+ input: GetTemporaryGlueTableCredentialsCommandInput;
+ output: GetTemporaryGlueTableCredentialsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/GetWorkUnitResultsCommand.ts b/clients/client-lakeformation/src/commands/GetWorkUnitResultsCommand.ts
index 6a5b6e530098..d6be8cb6dedd 100644
--- a/clients/client-lakeformation/src/commands/GetWorkUnitResultsCommand.ts
+++ b/clients/client-lakeformation/src/commands/GetWorkUnitResultsCommand.ts
@@ -103,4 +103,16 @@ export class GetWorkUnitResultsCommand extends $Command
.f(GetWorkUnitResultsRequestFilterSensitiveLog, GetWorkUnitResultsResponseFilterSensitiveLog)
.ser(se_GetWorkUnitResultsCommand)
.de(de_GetWorkUnitResultsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWorkUnitResultsRequest;
+ output: GetWorkUnitResultsResponse;
+ };
+ sdk: {
+ input: GetWorkUnitResultsCommandInput;
+ output: GetWorkUnitResultsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/GetWorkUnitsCommand.ts b/clients/client-lakeformation/src/commands/GetWorkUnitsCommand.ts
index d1c7465539b8..c99cb200e6c2 100644
--- a/clients/client-lakeformation/src/commands/GetWorkUnitsCommand.ts
+++ b/clients/client-lakeformation/src/commands/GetWorkUnitsCommand.ts
@@ -102,4 +102,16 @@ export class GetWorkUnitsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWorkUnitsCommand)
.de(de_GetWorkUnitsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWorkUnitsRequest;
+ output: GetWorkUnitsResponse;
+ };
+ sdk: {
+ input: GetWorkUnitsCommandInput;
+ output: GetWorkUnitsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/GrantPermissionsCommand.ts b/clients/client-lakeformation/src/commands/GrantPermissionsCommand.ts
index 5e44a4271ef1..1c79a01ced27 100644
--- a/clients/client-lakeformation/src/commands/GrantPermissionsCommand.ts
+++ b/clients/client-lakeformation/src/commands/GrantPermissionsCommand.ts
@@ -149,4 +149,16 @@ export class GrantPermissionsCommand extends $Command
.f(void 0, void 0)
.ser(se_GrantPermissionsCommand)
.de(de_GrantPermissionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GrantPermissionsRequest;
+ output: {};
+ };
+ sdk: {
+ input: GrantPermissionsCommandInput;
+ output: GrantPermissionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/ListDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/ListDataCellsFilterCommand.ts
index 844d1ee8bd1f..b0c7c2b0db5e 100644
--- a/clients/client-lakeformation/src/commands/ListDataCellsFilterCommand.ts
+++ b/clients/client-lakeformation/src/commands/ListDataCellsFilterCommand.ts
@@ -117,4 +117,16 @@ export class ListDataCellsFilterCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDataCellsFilterCommand)
.de(de_ListDataCellsFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataCellsFilterRequest;
+ output: ListDataCellsFilterResponse;
+ };
+ sdk: {
+ input: ListDataCellsFilterCommandInput;
+ output: ListDataCellsFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/ListLFTagsCommand.ts b/clients/client-lakeformation/src/commands/ListLFTagsCommand.ts
index 79107d4cc675..1ea42a2cdee2 100644
--- a/clients/client-lakeformation/src/commands/ListLFTagsCommand.ts
+++ b/clients/client-lakeformation/src/commands/ListLFTagsCommand.ts
@@ -104,4 +104,16 @@ export class ListLFTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLFTagsCommand)
.de(de_ListLFTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLFTagsRequest;
+ output: ListLFTagsResponse;
+ };
+ sdk: {
+ input: ListLFTagsCommandInput;
+ output: ListLFTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/ListLakeFormationOptInsCommand.ts b/clients/client-lakeformation/src/commands/ListLakeFormationOptInsCommand.ts
index b7cff21eb5b0..1722e8657fc7 100644
--- a/clients/client-lakeformation/src/commands/ListLakeFormationOptInsCommand.ts
+++ b/clients/client-lakeformation/src/commands/ListLakeFormationOptInsCommand.ts
@@ -212,4 +212,16 @@ export class ListLakeFormationOptInsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLakeFormationOptInsCommand)
.de(de_ListLakeFormationOptInsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLakeFormationOptInsRequest;
+ output: ListLakeFormationOptInsResponse;
+ };
+ sdk: {
+ input: ListLakeFormationOptInsCommandInput;
+ output: ListLakeFormationOptInsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/ListPermissionsCommand.ts b/clients/client-lakeformation/src/commands/ListPermissionsCommand.ts
index 5bd890640e75..cdf840930ffd 100644
--- a/clients/client-lakeformation/src/commands/ListPermissionsCommand.ts
+++ b/clients/client-lakeformation/src/commands/ListPermissionsCommand.ts
@@ -225,4 +225,16 @@ export class ListPermissionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPermissionsCommand)
.de(de_ListPermissionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPermissionsRequest;
+ output: ListPermissionsResponse;
+ };
+ sdk: {
+ input: ListPermissionsCommandInput;
+ output: ListPermissionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/ListResourcesCommand.ts b/clients/client-lakeformation/src/commands/ListResourcesCommand.ts
index 6c2f312f2557..8a3cf42261ab 100644
--- a/clients/client-lakeformation/src/commands/ListResourcesCommand.ts
+++ b/clients/client-lakeformation/src/commands/ListResourcesCommand.ts
@@ -105,4 +105,16 @@ export class ListResourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListResourcesCommand)
.de(de_ListResourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListResourcesRequest;
+ output: ListResourcesResponse;
+ };
+ sdk: {
+ input: ListResourcesCommandInput;
+ output: ListResourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/ListTableStorageOptimizersCommand.ts b/clients/client-lakeformation/src/commands/ListTableStorageOptimizersCommand.ts
index 4200ef392e45..b09d172fd007 100644
--- a/clients/client-lakeformation/src/commands/ListTableStorageOptimizersCommand.ts
+++ b/clients/client-lakeformation/src/commands/ListTableStorageOptimizersCommand.ts
@@ -105,4 +105,16 @@ export class ListTableStorageOptimizersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTableStorageOptimizersCommand)
.de(de_ListTableStorageOptimizersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTableStorageOptimizersRequest;
+ output: ListTableStorageOptimizersResponse;
+ };
+ sdk: {
+ input: ListTableStorageOptimizersCommandInput;
+ output: ListTableStorageOptimizersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/ListTransactionsCommand.ts b/clients/client-lakeformation/src/commands/ListTransactionsCommand.ts
index f24f682196a0..42253fc329fd 100644
--- a/clients/client-lakeformation/src/commands/ListTransactionsCommand.ts
+++ b/clients/client-lakeformation/src/commands/ListTransactionsCommand.ts
@@ -98,4 +98,16 @@ export class ListTransactionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTransactionsCommand)
.de(de_ListTransactionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTransactionsRequest;
+ output: ListTransactionsResponse;
+ };
+ sdk: {
+ input: ListTransactionsCommandInput;
+ output: ListTransactionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/PutDataLakeSettingsCommand.ts b/clients/client-lakeformation/src/commands/PutDataLakeSettingsCommand.ts
index 61f003cfd2db..f00c9c99c35e 100644
--- a/clients/client-lakeformation/src/commands/PutDataLakeSettingsCommand.ts
+++ b/clients/client-lakeformation/src/commands/PutDataLakeSettingsCommand.ts
@@ -130,4 +130,16 @@ export class PutDataLakeSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutDataLakeSettingsCommand)
.de(de_PutDataLakeSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutDataLakeSettingsRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutDataLakeSettingsCommandInput;
+ output: PutDataLakeSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/RegisterResourceCommand.ts b/clients/client-lakeformation/src/commands/RegisterResourceCommand.ts
index fc04dcce683d..1e5a35729a97 100644
--- a/clients/client-lakeformation/src/commands/RegisterResourceCommand.ts
+++ b/clients/client-lakeformation/src/commands/RegisterResourceCommand.ts
@@ -110,4 +110,16 @@ export class RegisterResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterResourceCommand)
.de(de_RegisterResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: RegisterResourceCommandInput;
+ output: RegisterResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/RemoveLFTagsFromResourceCommand.ts b/clients/client-lakeformation/src/commands/RemoveLFTagsFromResourceCommand.ts
index 8c6e7a1bfa85..57cd56336965 100644
--- a/clients/client-lakeformation/src/commands/RemoveLFTagsFromResourceCommand.ts
+++ b/clients/client-lakeformation/src/commands/RemoveLFTagsFromResourceCommand.ts
@@ -176,4 +176,16 @@ export class RemoveLFTagsFromResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveLFTagsFromResourceCommand)
.de(de_RemoveLFTagsFromResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveLFTagsFromResourceRequest;
+ output: RemoveLFTagsFromResourceResponse;
+ };
+ sdk: {
+ input: RemoveLFTagsFromResourceCommandInput;
+ output: RemoveLFTagsFromResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/RevokePermissionsCommand.ts b/clients/client-lakeformation/src/commands/RevokePermissionsCommand.ts
index baf89a2f9b53..0fa65f19bca9 100644
--- a/clients/client-lakeformation/src/commands/RevokePermissionsCommand.ts
+++ b/clients/client-lakeformation/src/commands/RevokePermissionsCommand.ts
@@ -148,4 +148,16 @@ export class RevokePermissionsCommand extends $Command
.f(void 0, void 0)
.ser(se_RevokePermissionsCommand)
.de(de_RevokePermissionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RevokePermissionsRequest;
+ output: {};
+ };
+ sdk: {
+ input: RevokePermissionsCommandInput;
+ output: RevokePermissionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/SearchDatabasesByLFTagsCommand.ts b/clients/client-lakeformation/src/commands/SearchDatabasesByLFTagsCommand.ts
index 1e2a6bbd64cc..c2c1d7f78f75 100644
--- a/clients/client-lakeformation/src/commands/SearchDatabasesByLFTagsCommand.ts
+++ b/clients/client-lakeformation/src/commands/SearchDatabasesByLFTagsCommand.ts
@@ -122,4 +122,16 @@ export class SearchDatabasesByLFTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchDatabasesByLFTagsCommand)
.de(de_SearchDatabasesByLFTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchDatabasesByLFTagsRequest;
+ output: SearchDatabasesByLFTagsResponse;
+ };
+ sdk: {
+ input: SearchDatabasesByLFTagsCommandInput;
+ output: SearchDatabasesByLFTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/SearchTablesByLFTagsCommand.ts b/clients/client-lakeformation/src/commands/SearchTablesByLFTagsCommand.ts
index 5926ae3cc0c4..1b107ec97d56 100644
--- a/clients/client-lakeformation/src/commands/SearchTablesByLFTagsCommand.ts
+++ b/clients/client-lakeformation/src/commands/SearchTablesByLFTagsCommand.ts
@@ -147,4 +147,16 @@ export class SearchTablesByLFTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchTablesByLFTagsCommand)
.de(de_SearchTablesByLFTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchTablesByLFTagsRequest;
+ output: SearchTablesByLFTagsResponse;
+ };
+ sdk: {
+ input: SearchTablesByLFTagsCommandInput;
+ output: SearchTablesByLFTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/StartQueryPlanningCommand.ts b/clients/client-lakeformation/src/commands/StartQueryPlanningCommand.ts
index 4611d8b6eb9f..682467572fb5 100644
--- a/clients/client-lakeformation/src/commands/StartQueryPlanningCommand.ts
+++ b/clients/client-lakeformation/src/commands/StartQueryPlanningCommand.ts
@@ -103,4 +103,16 @@ export class StartQueryPlanningCommand extends $Command
.f(StartQueryPlanningRequestFilterSensitiveLog, void 0)
.ser(se_StartQueryPlanningCommand)
.de(de_StartQueryPlanningCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartQueryPlanningRequest;
+ output: StartQueryPlanningResponse;
+ };
+ sdk: {
+ input: StartQueryPlanningCommandInput;
+ output: StartQueryPlanningCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/StartTransactionCommand.ts b/clients/client-lakeformation/src/commands/StartTransactionCommand.ts
index 013e1a5eef1b..b99b6b8865ac 100644
--- a/clients/client-lakeformation/src/commands/StartTransactionCommand.ts
+++ b/clients/client-lakeformation/src/commands/StartTransactionCommand.ts
@@ -83,4 +83,16 @@ export class StartTransactionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartTransactionCommand)
.de(de_StartTransactionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartTransactionRequest;
+ output: StartTransactionResponse;
+ };
+ sdk: {
+ input: StartTransactionCommandInput;
+ output: StartTransactionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/UpdateDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/UpdateDataCellsFilterCommand.ts
index e29f788f47a0..5e44d3c35372 100644
--- a/clients/client-lakeformation/src/commands/UpdateDataCellsFilterCommand.ts
+++ b/clients/client-lakeformation/src/commands/UpdateDataCellsFilterCommand.ts
@@ -111,4 +111,16 @@ export class UpdateDataCellsFilterCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDataCellsFilterCommand)
.de(de_UpdateDataCellsFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDataCellsFilterRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateDataCellsFilterCommandInput;
+ output: UpdateDataCellsFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/UpdateLFTagCommand.ts b/clients/client-lakeformation/src/commands/UpdateLFTagCommand.ts
index 373a16e8ce83..df3cc7d097f2 100644
--- a/clients/client-lakeformation/src/commands/UpdateLFTagCommand.ts
+++ b/clients/client-lakeformation/src/commands/UpdateLFTagCommand.ts
@@ -100,4 +100,16 @@ export class UpdateLFTagCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateLFTagCommand)
.de(de_UpdateLFTagCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLFTagRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateLFTagCommandInput;
+ output: UpdateLFTagCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.ts b/clients/client-lakeformation/src/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.ts
index 4eb2b2f2dc24..2b7fcc44a377 100644
--- a/clients/client-lakeformation/src/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.ts
+++ b/clients/client-lakeformation/src/commands/UpdateLakeFormationIdentityCenterConfigurationCommand.ts
@@ -114,4 +114,16 @@ export class UpdateLakeFormationIdentityCenterConfigurationCommand extends $Comm
.f(void 0, void 0)
.ser(se_UpdateLakeFormationIdentityCenterConfigurationCommand)
.de(de_UpdateLakeFormationIdentityCenterConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLakeFormationIdentityCenterConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateLakeFormationIdentityCenterConfigurationCommandInput;
+ output: UpdateLakeFormationIdentityCenterConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/UpdateResourceCommand.ts b/clients/client-lakeformation/src/commands/UpdateResourceCommand.ts
index abc4100d526f..e0e4aad94d1d 100644
--- a/clients/client-lakeformation/src/commands/UpdateResourceCommand.ts
+++ b/clients/client-lakeformation/src/commands/UpdateResourceCommand.ts
@@ -90,4 +90,16 @@ export class UpdateResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateResourceCommand)
.de(de_UpdateResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateResourceCommandInput;
+ output: UpdateResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/UpdateTableObjectsCommand.ts b/clients/client-lakeformation/src/commands/UpdateTableObjectsCommand.ts
index 88127ce2c8f8..f7f7b850dc2c 100644
--- a/clients/client-lakeformation/src/commands/UpdateTableObjectsCommand.ts
+++ b/clients/client-lakeformation/src/commands/UpdateTableObjectsCommand.ts
@@ -124,4 +124,16 @@ export class UpdateTableObjectsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTableObjectsCommand)
.de(de_UpdateTableObjectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTableObjectsRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateTableObjectsCommandInput;
+ output: UpdateTableObjectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lakeformation/src/commands/UpdateTableStorageOptimizerCommand.ts b/clients/client-lakeformation/src/commands/UpdateTableStorageOptimizerCommand.ts
index a0ba0450793d..034ca7f8af7f 100644
--- a/clients/client-lakeformation/src/commands/UpdateTableStorageOptimizerCommand.ts
+++ b/clients/client-lakeformation/src/commands/UpdateTableStorageOptimizerCommand.ts
@@ -101,4 +101,16 @@ export class UpdateTableStorageOptimizerCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTableStorageOptimizerCommand)
.de(de_UpdateTableStorageOptimizerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTableStorageOptimizerRequest;
+ output: UpdateTableStorageOptimizerResponse;
+ };
+ sdk: {
+ input: UpdateTableStorageOptimizerCommandInput;
+ output: UpdateTableStorageOptimizerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/package.json b/clients/client-lambda/package.json
index e83b88d138f0..4bf8f1bd8c40 100644
--- a/clients/client-lambda/package.json
+++ b/clients/client-lambda/package.json
@@ -33,36 +33,36 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/eventstream-serde-browser": "^3.0.7",
- "@smithy/eventstream-serde-config-resolver": "^3.0.4",
- "@smithy/eventstream-serde-node": "^3.0.6",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/eventstream-serde-browser": "^3.0.9",
+ "@smithy/eventstream-serde-config-resolver": "^3.0.6",
+ "@smithy/eventstream-serde-node": "^3.0.8",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
- "@smithy/util-stream": "^3.1.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
+ "@smithy/util-stream": "^3.1.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2"
},
"devDependencies": {
diff --git a/clients/client-lambda/src/commands/AddLayerVersionPermissionCommand.ts b/clients/client-lambda/src/commands/AddLayerVersionPermissionCommand.ts
index 2c3302b387fc..583385180a5b 100644
--- a/clients/client-lambda/src/commands/AddLayerVersionPermissionCommand.ts
+++ b/clients/client-lambda/src/commands/AddLayerVersionPermissionCommand.ts
@@ -120,4 +120,16 @@ export class AddLayerVersionPermissionCommand extends $Command
.f(void 0, void 0)
.ser(se_AddLayerVersionPermissionCommand)
.de(de_AddLayerVersionPermissionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddLayerVersionPermissionRequest;
+ output: AddLayerVersionPermissionResponse;
+ };
+ sdk: {
+ input: AddLayerVersionPermissionCommandInput;
+ output: AddLayerVersionPermissionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/AddPermissionCommand.ts b/clients/client-lambda/src/commands/AddPermissionCommand.ts
index 97437ca473a7..c839d3240770 100644
--- a/clients/client-lambda/src/commands/AddPermissionCommand.ts
+++ b/clients/client-lambda/src/commands/AddPermissionCommand.ts
@@ -130,4 +130,16 @@ export class AddPermissionCommand extends $Command
.f(void 0, void 0)
.ser(se_AddPermissionCommand)
.de(de_AddPermissionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddPermissionRequest;
+ output: AddPermissionResponse;
+ };
+ sdk: {
+ input: AddPermissionCommandInput;
+ output: AddPermissionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/CreateAliasCommand.ts b/clients/client-lambda/src/commands/CreateAliasCommand.ts
index 13a0b8e02271..1c0cfa3ec2ff 100644
--- a/clients/client-lambda/src/commands/CreateAliasCommand.ts
+++ b/clients/client-lambda/src/commands/CreateAliasCommand.ts
@@ -114,4 +114,16 @@ export class CreateAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAliasCommand)
.de(de_CreateAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAliasRequest;
+ output: AliasConfiguration;
+ };
+ sdk: {
+ input: CreateAliasCommandInput;
+ output: CreateAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/CreateCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/CreateCodeSigningConfigCommand.ts
index b5b4afa7e110..04cd6b19d84f 100644
--- a/clients/client-lambda/src/commands/CreateCodeSigningConfigCommand.ts
+++ b/clients/client-lambda/src/commands/CreateCodeSigningConfigCommand.ts
@@ -106,4 +106,16 @@ export class CreateCodeSigningConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCodeSigningConfigCommand)
.de(de_CreateCodeSigningConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCodeSigningConfigRequest;
+ output: CreateCodeSigningConfigResponse;
+ };
+ sdk: {
+ input: CreateCodeSigningConfigCommandInput;
+ output: CreateCodeSigningConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/CreateEventSourceMappingCommand.ts b/clients/client-lambda/src/commands/CreateEventSourceMappingCommand.ts
index cf47cdd6efd1..ccc29ab817a3 100644
--- a/clients/client-lambda/src/commands/CreateEventSourceMappingCommand.ts
+++ b/clients/client-lambda/src/commands/CreateEventSourceMappingCommand.ts
@@ -339,4 +339,16 @@ export class CreateEventSourceMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEventSourceMappingCommand)
.de(de_CreateEventSourceMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEventSourceMappingRequest;
+ output: EventSourceMappingConfiguration;
+ };
+ sdk: {
+ input: CreateEventSourceMappingCommandInput;
+ output: CreateEventSourceMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/CreateFunctionCommand.ts b/clients/client-lambda/src/commands/CreateFunctionCommand.ts
index ad93bad9d141..8a1b149e1720 100644
--- a/clients/client-lambda/src/commands/CreateFunctionCommand.ts
+++ b/clients/client-lambda/src/commands/CreateFunctionCommand.ts
@@ -321,4 +321,16 @@ export class CreateFunctionCommand extends $Command
.f(CreateFunctionRequestFilterSensitiveLog, FunctionConfigurationFilterSensitiveLog)
.ser(se_CreateFunctionCommand)
.de(de_CreateFunctionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFunctionRequest;
+ output: FunctionConfiguration;
+ };
+ sdk: {
+ input: CreateFunctionCommandInput;
+ output: CreateFunctionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/CreateFunctionUrlConfigCommand.ts b/clients/client-lambda/src/commands/CreateFunctionUrlConfigCommand.ts
index 4de393dc0965..e143bcde447c 100644
--- a/clients/client-lambda/src/commands/CreateFunctionUrlConfigCommand.ts
+++ b/clients/client-lambda/src/commands/CreateFunctionUrlConfigCommand.ts
@@ -132,4 +132,16 @@ export class CreateFunctionUrlConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFunctionUrlConfigCommand)
.de(de_CreateFunctionUrlConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFunctionUrlConfigRequest;
+ output: CreateFunctionUrlConfigResponse;
+ };
+ sdk: {
+ input: CreateFunctionUrlConfigCommandInput;
+ output: CreateFunctionUrlConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/DeleteAliasCommand.ts b/clients/client-lambda/src/commands/DeleteAliasCommand.ts
index 7a8ace9595b2..e944d2956cbb 100644
--- a/clients/client-lambda/src/commands/DeleteAliasCommand.ts
+++ b/clients/client-lambda/src/commands/DeleteAliasCommand.ts
@@ -88,4 +88,16 @@ export class DeleteAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAliasCommand)
.de(de_DeleteAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAliasRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAliasCommandInput;
+ output: DeleteAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/DeleteCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/DeleteCodeSigningConfigCommand.ts
index 6b80202c51a5..56c04ac1ab5e 100644
--- a/clients/client-lambda/src/commands/DeleteCodeSigningConfigCommand.ts
+++ b/clients/client-lambda/src/commands/DeleteCodeSigningConfigCommand.ts
@@ -88,4 +88,16 @@ export class DeleteCodeSigningConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCodeSigningConfigCommand)
.de(de_DeleteCodeSigningConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCodeSigningConfigRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCodeSigningConfigCommandInput;
+ output: DeleteCodeSigningConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/DeleteEventSourceMappingCommand.ts b/clients/client-lambda/src/commands/DeleteEventSourceMappingCommand.ts
index a203fc1905c5..75139d1cc3ae 100644
--- a/clients/client-lambda/src/commands/DeleteEventSourceMappingCommand.ts
+++ b/clients/client-lambda/src/commands/DeleteEventSourceMappingCommand.ts
@@ -170,4 +170,16 @@ export class DeleteEventSourceMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEventSourceMappingCommand)
.de(de_DeleteEventSourceMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEventSourceMappingRequest;
+ output: EventSourceMappingConfiguration;
+ };
+ sdk: {
+ input: DeleteEventSourceMappingCommandInput;
+ output: DeleteEventSourceMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/DeleteFunctionCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionCodeSigningConfigCommand.ts
index bc23a2528e79..708af938e485 100644
--- a/clients/client-lambda/src/commands/DeleteFunctionCodeSigningConfigCommand.ts
+++ b/clients/client-lambda/src/commands/DeleteFunctionCodeSigningConfigCommand.ts
@@ -96,4 +96,16 @@ export class DeleteFunctionCodeSigningConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFunctionCodeSigningConfigCommand)
.de(de_DeleteFunctionCodeSigningConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFunctionCodeSigningConfigRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFunctionCodeSigningConfigCommandInput;
+ output: DeleteFunctionCodeSigningConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/DeleteFunctionCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionCommand.ts
index 8f925dfb36f8..79572e2ba6ed 100644
--- a/clients/client-lambda/src/commands/DeleteFunctionCommand.ts
+++ b/clients/client-lambda/src/commands/DeleteFunctionCommand.ts
@@ -95,4 +95,16 @@ export class DeleteFunctionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFunctionCommand)
.de(de_DeleteFunctionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFunctionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFunctionCommandInput;
+ output: DeleteFunctionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/DeleteFunctionConcurrencyCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionConcurrencyCommand.ts
index adedf158ee3a..af91659bd932 100644
--- a/clients/client-lambda/src/commands/DeleteFunctionConcurrencyCommand.ts
+++ b/clients/client-lambda/src/commands/DeleteFunctionConcurrencyCommand.ts
@@ -90,4 +90,16 @@ export class DeleteFunctionConcurrencyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFunctionConcurrencyCommand)
.de(de_DeleteFunctionConcurrencyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFunctionConcurrencyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFunctionConcurrencyCommandInput;
+ output: DeleteFunctionConcurrencyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/DeleteFunctionEventInvokeConfigCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionEventInvokeConfigCommand.ts
index ac96b6cb6fb4..445a4a662ffd 100644
--- a/clients/client-lambda/src/commands/DeleteFunctionEventInvokeConfigCommand.ts
+++ b/clients/client-lambda/src/commands/DeleteFunctionEventInvokeConfigCommand.ts
@@ -95,4 +95,16 @@ export class DeleteFunctionEventInvokeConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFunctionEventInvokeConfigCommand)
.de(de_DeleteFunctionEventInvokeConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFunctionEventInvokeConfigRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFunctionEventInvokeConfigCommandInput;
+ output: DeleteFunctionEventInvokeConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/DeleteFunctionUrlConfigCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionUrlConfigCommand.ts
index 9064263e196a..bb7edbedab82 100644
--- a/clients/client-lambda/src/commands/DeleteFunctionUrlConfigCommand.ts
+++ b/clients/client-lambda/src/commands/DeleteFunctionUrlConfigCommand.ts
@@ -89,4 +89,16 @@ export class DeleteFunctionUrlConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFunctionUrlConfigCommand)
.de(de_DeleteFunctionUrlConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFunctionUrlConfigRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFunctionUrlConfigCommandInput;
+ output: DeleteFunctionUrlConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/DeleteLayerVersionCommand.ts b/clients/client-lambda/src/commands/DeleteLayerVersionCommand.ts
index b24d8f3d4952..4c3b89469088 100644
--- a/clients/client-lambda/src/commands/DeleteLayerVersionCommand.ts
+++ b/clients/client-lambda/src/commands/DeleteLayerVersionCommand.ts
@@ -84,4 +84,16 @@ export class DeleteLayerVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLayerVersionCommand)
.de(de_DeleteLayerVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLayerVersionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLayerVersionCommandInput;
+ output: DeleteLayerVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/DeleteProvisionedConcurrencyConfigCommand.ts b/clients/client-lambda/src/commands/DeleteProvisionedConcurrencyConfigCommand.ts
index 548c98358057..ee78d14496d1 100644
--- a/clients/client-lambda/src/commands/DeleteProvisionedConcurrencyConfigCommand.ts
+++ b/clients/client-lambda/src/commands/DeleteProvisionedConcurrencyConfigCommand.ts
@@ -94,4 +94,16 @@ export class DeleteProvisionedConcurrencyConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteProvisionedConcurrencyConfigCommand)
.de(de_DeleteProvisionedConcurrencyConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteProvisionedConcurrencyConfigRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteProvisionedConcurrencyConfigCommandInput;
+ output: DeleteProvisionedConcurrencyConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-lambda/src/commands/DeleteResourcePolicyCommand.ts
index cd42085cf331..438cb8aadc3c 100644
--- a/clients/client-lambda/src/commands/DeleteResourcePolicyCommand.ts
+++ b/clients/client-lambda/src/commands/DeleteResourcePolicyCommand.ts
@@ -104,4 +104,16 @@ export class DeleteResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteResourcePolicyCommand)
.de(de_DeleteResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteResourcePolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteResourcePolicyCommandInput;
+ output: DeleteResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/GetAccountSettingsCommand.ts b/clients/client-lambda/src/commands/GetAccountSettingsCommand.ts
index 350931c7be32..1e1198fc6142 100644
--- a/clients/client-lambda/src/commands/GetAccountSettingsCommand.ts
+++ b/clients/client-lambda/src/commands/GetAccountSettingsCommand.ts
@@ -91,4 +91,16 @@ export class GetAccountSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAccountSettingsCommand)
.de(de_GetAccountSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetAccountSettingsResponse;
+ };
+ sdk: {
+ input: GetAccountSettingsCommandInput;
+ output: GetAccountSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/GetAliasCommand.ts b/clients/client-lambda/src/commands/GetAliasCommand.ts
index ac70844e9054..5c47ea86fe8c 100644
--- a/clients/client-lambda/src/commands/GetAliasCommand.ts
+++ b/clients/client-lambda/src/commands/GetAliasCommand.ts
@@ -99,4 +99,16 @@ export class GetAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAliasCommand)
.de(de_GetAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAliasRequest;
+ output: AliasConfiguration;
+ };
+ sdk: {
+ input: GetAliasCommandInput;
+ output: GetAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/GetCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/GetCodeSigningConfigCommand.ts
index 3f47339fd3ac..faa2a89053bb 100644
--- a/clients/client-lambda/src/commands/GetCodeSigningConfigCommand.ts
+++ b/clients/client-lambda/src/commands/GetCodeSigningConfigCommand.ts
@@ -99,4 +99,16 @@ export class GetCodeSigningConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCodeSigningConfigCommand)
.de(de_GetCodeSigningConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCodeSigningConfigRequest;
+ output: GetCodeSigningConfigResponse;
+ };
+ sdk: {
+ input: GetCodeSigningConfigCommandInput;
+ output: GetCodeSigningConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/GetEventSourceMappingCommand.ts b/clients/client-lambda/src/commands/GetEventSourceMappingCommand.ts
index 4b7c29110c76..1fdd86fa1f3c 100644
--- a/clients/client-lambda/src/commands/GetEventSourceMappingCommand.ts
+++ b/clients/client-lambda/src/commands/GetEventSourceMappingCommand.ts
@@ -161,4 +161,16 @@ export class GetEventSourceMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEventSourceMappingCommand)
.de(de_GetEventSourceMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEventSourceMappingRequest;
+ output: EventSourceMappingConfiguration;
+ };
+ sdk: {
+ input: GetEventSourceMappingCommandInput;
+ output: GetEventSourceMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/GetFunctionCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/GetFunctionCodeSigningConfigCommand.ts
index 0e8990a7f704..159e70faa13d 100644
--- a/clients/client-lambda/src/commands/GetFunctionCodeSigningConfigCommand.ts
+++ b/clients/client-lambda/src/commands/GetFunctionCodeSigningConfigCommand.ts
@@ -95,4 +95,16 @@ export class GetFunctionCodeSigningConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFunctionCodeSigningConfigCommand)
.de(de_GetFunctionCodeSigningConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFunctionCodeSigningConfigRequest;
+ output: GetFunctionCodeSigningConfigResponse;
+ };
+ sdk: {
+ input: GetFunctionCodeSigningConfigCommandInput;
+ output: GetFunctionCodeSigningConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/GetFunctionCommand.ts b/clients/client-lambda/src/commands/GetFunctionCommand.ts
index 373b40993474..40a3af0d4668 100644
--- a/clients/client-lambda/src/commands/GetFunctionCommand.ts
+++ b/clients/client-lambda/src/commands/GetFunctionCommand.ts
@@ -206,4 +206,16 @@ export class GetFunctionCommand extends $Command
.f(void 0, GetFunctionResponseFilterSensitiveLog)
.ser(se_GetFunctionCommand)
.de(de_GetFunctionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFunctionRequest;
+ output: GetFunctionResponse;
+ };
+ sdk: {
+ input: GetFunctionCommandInput;
+ output: GetFunctionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/GetFunctionConcurrencyCommand.ts b/clients/client-lambda/src/commands/GetFunctionConcurrencyCommand.ts
index 11e50a5fbad5..d0742d350d83 100644
--- a/clients/client-lambda/src/commands/GetFunctionConcurrencyCommand.ts
+++ b/clients/client-lambda/src/commands/GetFunctionConcurrencyCommand.ts
@@ -90,4 +90,16 @@ export class GetFunctionConcurrencyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFunctionConcurrencyCommand)
.de(de_GetFunctionConcurrencyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFunctionConcurrencyRequest;
+ output: GetFunctionConcurrencyResponse;
+ };
+ sdk: {
+ input: GetFunctionConcurrencyCommandInput;
+ output: GetFunctionConcurrencyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/GetFunctionConfigurationCommand.ts b/clients/client-lambda/src/commands/GetFunctionConfigurationCommand.ts
index 1464e064d84a..7a2cc4b01d2c 100644
--- a/clients/client-lambda/src/commands/GetFunctionConfigurationCommand.ts
+++ b/clients/client-lambda/src/commands/GetFunctionConfigurationCommand.ts
@@ -196,4 +196,16 @@ export class GetFunctionConfigurationCommand extends $Command
.f(void 0, FunctionConfigurationFilterSensitiveLog)
.ser(se_GetFunctionConfigurationCommand)
.de(de_GetFunctionConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFunctionConfigurationRequest;
+ output: FunctionConfiguration;
+ };
+ sdk: {
+ input: GetFunctionConfigurationCommandInput;
+ output: GetFunctionConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/GetFunctionEventInvokeConfigCommand.ts b/clients/client-lambda/src/commands/GetFunctionEventInvokeConfigCommand.ts
index 418ece9cd4e2..ef56f604a942 100644
--- a/clients/client-lambda/src/commands/GetFunctionEventInvokeConfigCommand.ts
+++ b/clients/client-lambda/src/commands/GetFunctionEventInvokeConfigCommand.ts
@@ -105,4 +105,16 @@ export class GetFunctionEventInvokeConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFunctionEventInvokeConfigCommand)
.de(de_GetFunctionEventInvokeConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFunctionEventInvokeConfigRequest;
+ output: FunctionEventInvokeConfig;
+ };
+ sdk: {
+ input: GetFunctionEventInvokeConfigCommandInput;
+ output: GetFunctionEventInvokeConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/GetFunctionRecursionConfigCommand.ts b/clients/client-lambda/src/commands/GetFunctionRecursionConfigCommand.ts
index eba5fa44caf8..b7bf39a6ed21 100644
--- a/clients/client-lambda/src/commands/GetFunctionRecursionConfigCommand.ts
+++ b/clients/client-lambda/src/commands/GetFunctionRecursionConfigCommand.ts
@@ -90,4 +90,16 @@ export class GetFunctionRecursionConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFunctionRecursionConfigCommand)
.de(de_GetFunctionRecursionConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFunctionRecursionConfigRequest;
+ output: GetFunctionRecursionConfigResponse;
+ };
+ sdk: {
+ input: GetFunctionRecursionConfigCommandInput;
+ output: GetFunctionRecursionConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/GetFunctionUrlConfigCommand.ts b/clients/client-lambda/src/commands/GetFunctionUrlConfigCommand.ts
index e2cae31acfeb..ef675bd6d508 100644
--- a/clients/client-lambda/src/commands/GetFunctionUrlConfigCommand.ts
+++ b/clients/client-lambda/src/commands/GetFunctionUrlConfigCommand.ts
@@ -111,4 +111,16 @@ export class GetFunctionUrlConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFunctionUrlConfigCommand)
.de(de_GetFunctionUrlConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFunctionUrlConfigRequest;
+ output: GetFunctionUrlConfigResponse;
+ };
+ sdk: {
+ input: GetFunctionUrlConfigCommandInput;
+ output: GetFunctionUrlConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/GetLayerVersionByArnCommand.ts b/clients/client-lambda/src/commands/GetLayerVersionByArnCommand.ts
index 3e74d1066667..5fa976191975 100644
--- a/clients/client-lambda/src/commands/GetLayerVersionByArnCommand.ts
+++ b/clients/client-lambda/src/commands/GetLayerVersionByArnCommand.ts
@@ -109,4 +109,16 @@ export class GetLayerVersionByArnCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLayerVersionByArnCommand)
.de(de_GetLayerVersionByArnCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLayerVersionByArnRequest;
+ output: GetLayerVersionResponse;
+ };
+ sdk: {
+ input: GetLayerVersionByArnCommandInput;
+ output: GetLayerVersionByArnCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/GetLayerVersionCommand.ts b/clients/client-lambda/src/commands/GetLayerVersionCommand.ts
index 253feb328335..7e24eaafb82c 100644
--- a/clients/client-lambda/src/commands/GetLayerVersionCommand.ts
+++ b/clients/client-lambda/src/commands/GetLayerVersionCommand.ts
@@ -110,4 +110,16 @@ export class GetLayerVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLayerVersionCommand)
.de(de_GetLayerVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLayerVersionRequest;
+ output: GetLayerVersionResponse;
+ };
+ sdk: {
+ input: GetLayerVersionCommandInput;
+ output: GetLayerVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/GetLayerVersionPolicyCommand.ts b/clients/client-lambda/src/commands/GetLayerVersionPolicyCommand.ts
index cd2e99cb5a82..ee22b849e5ef 100644
--- a/clients/client-lambda/src/commands/GetLayerVersionPolicyCommand.ts
+++ b/clients/client-lambda/src/commands/GetLayerVersionPolicyCommand.ts
@@ -92,4 +92,16 @@ export class GetLayerVersionPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLayerVersionPolicyCommand)
.de(de_GetLayerVersionPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLayerVersionPolicyRequest;
+ output: GetLayerVersionPolicyResponse;
+ };
+ sdk: {
+ input: GetLayerVersionPolicyCommandInput;
+ output: GetLayerVersionPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/GetPolicyCommand.ts b/clients/client-lambda/src/commands/GetPolicyCommand.ts
index 1fd4da795313..18496f6535b0 100644
--- a/clients/client-lambda/src/commands/GetPolicyCommand.ts
+++ b/clients/client-lambda/src/commands/GetPolicyCommand.ts
@@ -91,4 +91,16 @@ export class GetPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPolicyCommand)
.de(de_GetPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPolicyRequest;
+ output: GetPolicyResponse;
+ };
+ sdk: {
+ input: GetPolicyCommandInput;
+ output: GetPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/GetProvisionedConcurrencyConfigCommand.ts b/clients/client-lambda/src/commands/GetProvisionedConcurrencyConfigCommand.ts
index c4f513646325..1272d9d3bd0c 100644
--- a/clients/client-lambda/src/commands/GetProvisionedConcurrencyConfigCommand.ts
+++ b/clients/client-lambda/src/commands/GetProvisionedConcurrencyConfigCommand.ts
@@ -103,4 +103,16 @@ export class GetProvisionedConcurrencyConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetProvisionedConcurrencyConfigCommand)
.de(de_GetProvisionedConcurrencyConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetProvisionedConcurrencyConfigRequest;
+ output: GetProvisionedConcurrencyConfigResponse;
+ };
+ sdk: {
+ input: GetProvisionedConcurrencyConfigCommandInput;
+ output: GetProvisionedConcurrencyConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/GetPublicAccessBlockConfigCommand.ts b/clients/client-lambda/src/commands/GetPublicAccessBlockConfigCommand.ts
index c14be0c78dbb..36b4be891ea9 100644
--- a/clients/client-lambda/src/commands/GetPublicAccessBlockConfigCommand.ts
+++ b/clients/client-lambda/src/commands/GetPublicAccessBlockConfigCommand.ts
@@ -92,4 +92,16 @@ export class GetPublicAccessBlockConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetPublicAccessBlockConfigCommand)
.de(de_GetPublicAccessBlockConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPublicAccessBlockConfigRequest;
+ output: GetPublicAccessBlockConfigResponse;
+ };
+ sdk: {
+ input: GetPublicAccessBlockConfigCommandInput;
+ output: GetPublicAccessBlockConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/GetResourcePolicyCommand.ts b/clients/client-lambda/src/commands/GetResourcePolicyCommand.ts
index 6b0373a63a4a..31b2dbacab94 100644
--- a/clients/client-lambda/src/commands/GetResourcePolicyCommand.ts
+++ b/clients/client-lambda/src/commands/GetResourcePolicyCommand.ts
@@ -90,4 +90,16 @@ export class GetResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResourcePolicyCommand)
.de(de_GetResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourcePolicyRequest;
+ output: GetResourcePolicyResponse;
+ };
+ sdk: {
+ input: GetResourcePolicyCommandInput;
+ output: GetResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/GetRuntimeManagementConfigCommand.ts b/clients/client-lambda/src/commands/GetRuntimeManagementConfigCommand.ts
index c811d43bc0a7..3b152fc32711 100644
--- a/clients/client-lambda/src/commands/GetRuntimeManagementConfigCommand.ts
+++ b/clients/client-lambda/src/commands/GetRuntimeManagementConfigCommand.ts
@@ -94,4 +94,16 @@ export class GetRuntimeManagementConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRuntimeManagementConfigCommand)
.de(de_GetRuntimeManagementConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRuntimeManagementConfigRequest;
+ output: GetRuntimeManagementConfigResponse;
+ };
+ sdk: {
+ input: GetRuntimeManagementConfigCommandInput;
+ output: GetRuntimeManagementConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/InvokeAsyncCommand.ts b/clients/client-lambda/src/commands/InvokeAsyncCommand.ts
index 58726cf6b3cb..4b11bfa71ced 100644
--- a/clients/client-lambda/src/commands/InvokeAsyncCommand.ts
+++ b/clients/client-lambda/src/commands/InvokeAsyncCommand.ts
@@ -105,4 +105,16 @@ export class InvokeAsyncCommand extends $Command
.f(InvokeAsyncRequestFilterSensitiveLog, void 0)
.ser(se_InvokeAsyncCommand)
.de(de_InvokeAsyncCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: InvokeAsyncRequest;
+ output: InvokeAsyncResponse;
+ };
+ sdk: {
+ input: InvokeAsyncCommandInput;
+ output: InvokeAsyncCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/InvokeCommand.ts b/clients/client-lambda/src/commands/InvokeCommand.ts
index 04c268a02a79..2b947e2807b8 100644
--- a/clients/client-lambda/src/commands/InvokeCommand.ts
+++ b/clients/client-lambda/src/commands/InvokeCommand.ts
@@ -236,4 +236,16 @@ export class InvokeCommand extends $Command
.f(InvocationRequestFilterSensitiveLog, InvocationResponseFilterSensitiveLog)
.ser(se_InvokeCommand)
.de(de_InvokeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: InvocationRequest;
+ output: InvocationResponse;
+ };
+ sdk: {
+ input: InvokeCommandInput;
+ output: InvokeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/InvokeWithResponseStreamCommand.ts b/clients/client-lambda/src/commands/InvokeWithResponseStreamCommand.ts
index 94f11a4ef8b5..f5e67e977a23 100644
--- a/clients/client-lambda/src/commands/InvokeWithResponseStreamCommand.ts
+++ b/clients/client-lambda/src/commands/InvokeWithResponseStreamCommand.ts
@@ -219,4 +219,16 @@ export class InvokeWithResponseStreamCommand extends $Command
.f(InvokeWithResponseStreamRequestFilterSensitiveLog, InvokeWithResponseStreamResponseFilterSensitiveLog)
.ser(se_InvokeWithResponseStreamCommand)
.de(de_InvokeWithResponseStreamCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: InvokeWithResponseStreamRequest;
+ output: InvokeWithResponseStreamResponse;
+ };
+ sdk: {
+ input: InvokeWithResponseStreamCommandInput;
+ output: InvokeWithResponseStreamCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/ListAliasesCommand.ts b/clients/client-lambda/src/commands/ListAliasesCommand.ts
index 78ea07f30793..d5dd3fe5332f 100644
--- a/clients/client-lambda/src/commands/ListAliasesCommand.ts
+++ b/clients/client-lambda/src/commands/ListAliasesCommand.ts
@@ -107,4 +107,16 @@ export class ListAliasesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAliasesCommand)
.de(de_ListAliasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAliasesRequest;
+ output: ListAliasesResponse;
+ };
+ sdk: {
+ input: ListAliasesCommandInput;
+ output: ListAliasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/ListCodeSigningConfigsCommand.ts b/clients/client-lambda/src/commands/ListCodeSigningConfigsCommand.ts
index 3d712437cb44..da07304fccc0 100644
--- a/clients/client-lambda/src/commands/ListCodeSigningConfigsCommand.ts
+++ b/clients/client-lambda/src/commands/ListCodeSigningConfigsCommand.ts
@@ -102,4 +102,16 @@ export class ListCodeSigningConfigsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCodeSigningConfigsCommand)
.de(de_ListCodeSigningConfigsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCodeSigningConfigsRequest;
+ output: ListCodeSigningConfigsResponse;
+ };
+ sdk: {
+ input: ListCodeSigningConfigsCommandInput;
+ output: ListCodeSigningConfigsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/ListEventSourceMappingsCommand.ts b/clients/client-lambda/src/commands/ListEventSourceMappingsCommand.ts
index d84070b99f38..4a3878a7194d 100644
--- a/clients/client-lambda/src/commands/ListEventSourceMappingsCommand.ts
+++ b/clients/client-lambda/src/commands/ListEventSourceMappingsCommand.ts
@@ -169,4 +169,16 @@ export class ListEventSourceMappingsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEventSourceMappingsCommand)
.de(de_ListEventSourceMappingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEventSourceMappingsRequest;
+ output: ListEventSourceMappingsResponse;
+ };
+ sdk: {
+ input: ListEventSourceMappingsCommandInput;
+ output: ListEventSourceMappingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/ListFunctionEventInvokeConfigsCommand.ts b/clients/client-lambda/src/commands/ListFunctionEventInvokeConfigsCommand.ts
index 6af7bf5cfdad..068893fbb987 100644
--- a/clients/client-lambda/src/commands/ListFunctionEventInvokeConfigsCommand.ts
+++ b/clients/client-lambda/src/commands/ListFunctionEventInvokeConfigsCommand.ts
@@ -113,4 +113,16 @@ export class ListFunctionEventInvokeConfigsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFunctionEventInvokeConfigsCommand)
.de(de_ListFunctionEventInvokeConfigsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFunctionEventInvokeConfigsRequest;
+ output: ListFunctionEventInvokeConfigsResponse;
+ };
+ sdk: {
+ input: ListFunctionEventInvokeConfigsCommandInput;
+ output: ListFunctionEventInvokeConfigsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/ListFunctionUrlConfigsCommand.ts b/clients/client-lambda/src/commands/ListFunctionUrlConfigsCommand.ts
index e64e69b20acd..9a82f2a84072 100644
--- a/clients/client-lambda/src/commands/ListFunctionUrlConfigsCommand.ts
+++ b/clients/client-lambda/src/commands/ListFunctionUrlConfigsCommand.ts
@@ -117,4 +117,16 @@ export class ListFunctionUrlConfigsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFunctionUrlConfigsCommand)
.de(de_ListFunctionUrlConfigsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFunctionUrlConfigsRequest;
+ output: ListFunctionUrlConfigsResponse;
+ };
+ sdk: {
+ input: ListFunctionUrlConfigsCommandInput;
+ output: ListFunctionUrlConfigsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/ListFunctionsByCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/ListFunctionsByCodeSigningConfigCommand.ts
index 4b91b562a4b4..1f1cae8e91e9 100644
--- a/clients/client-lambda/src/commands/ListFunctionsByCodeSigningConfigCommand.ts
+++ b/clients/client-lambda/src/commands/ListFunctionsByCodeSigningConfigCommand.ts
@@ -97,4 +97,16 @@ export class ListFunctionsByCodeSigningConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFunctionsByCodeSigningConfigCommand)
.de(de_ListFunctionsByCodeSigningConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFunctionsByCodeSigningConfigRequest;
+ output: ListFunctionsByCodeSigningConfigResponse;
+ };
+ sdk: {
+ input: ListFunctionsByCodeSigningConfigCommandInput;
+ output: ListFunctionsByCodeSigningConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/ListFunctionsCommand.ts b/clients/client-lambda/src/commands/ListFunctionsCommand.ts
index 5b3d23c30328..019b95a049a3 100644
--- a/clients/client-lambda/src/commands/ListFunctionsCommand.ts
+++ b/clients/client-lambda/src/commands/ListFunctionsCommand.ts
@@ -206,4 +206,16 @@ export class ListFunctionsCommand extends $Command
.f(void 0, ListFunctionsResponseFilterSensitiveLog)
.ser(se_ListFunctionsCommand)
.de(de_ListFunctionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFunctionsRequest;
+ output: ListFunctionsResponse;
+ };
+ sdk: {
+ input: ListFunctionsCommandInput;
+ output: ListFunctionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/ListLayerVersionsCommand.ts b/clients/client-lambda/src/commands/ListLayerVersionsCommand.ts
index 6a8e91ead418..2bfef9a85b61 100644
--- a/clients/client-lambda/src/commands/ListLayerVersionsCommand.ts
+++ b/clients/client-lambda/src/commands/ListLayerVersionsCommand.ts
@@ -111,4 +111,16 @@ export class ListLayerVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLayerVersionsCommand)
.de(de_ListLayerVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLayerVersionsRequest;
+ output: ListLayerVersionsResponse;
+ };
+ sdk: {
+ input: ListLayerVersionsCommandInput;
+ output: ListLayerVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/ListLayersCommand.ts b/clients/client-lambda/src/commands/ListLayersCommand.ts
index b174a8acf347..b84fafcd9717 100644
--- a/clients/client-lambda/src/commands/ListLayersCommand.ts
+++ b/clients/client-lambda/src/commands/ListLayersCommand.ts
@@ -113,4 +113,16 @@ export class ListLayersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLayersCommand)
.de(de_ListLayersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLayersRequest;
+ output: ListLayersResponse;
+ };
+ sdk: {
+ input: ListLayersCommandInput;
+ output: ListLayersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/ListProvisionedConcurrencyConfigsCommand.ts b/clients/client-lambda/src/commands/ListProvisionedConcurrencyConfigsCommand.ts
index 4cd780aabd8c..e48f2dbf1053 100644
--- a/clients/client-lambda/src/commands/ListProvisionedConcurrencyConfigsCommand.ts
+++ b/clients/client-lambda/src/commands/ListProvisionedConcurrencyConfigsCommand.ts
@@ -110,4 +110,16 @@ export class ListProvisionedConcurrencyConfigsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProvisionedConcurrencyConfigsCommand)
.de(de_ListProvisionedConcurrencyConfigsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProvisionedConcurrencyConfigsRequest;
+ output: ListProvisionedConcurrencyConfigsResponse;
+ };
+ sdk: {
+ input: ListProvisionedConcurrencyConfigsCommandInput;
+ output: ListProvisionedConcurrencyConfigsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/ListTagsCommand.ts b/clients/client-lambda/src/commands/ListTagsCommand.ts
index b50f1b92ad55..d54d27c36f0d 100644
--- a/clients/client-lambda/src/commands/ListTagsCommand.ts
+++ b/clients/client-lambda/src/commands/ListTagsCommand.ts
@@ -92,4 +92,16 @@ export class ListTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsCommand)
.de(de_ListTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsRequest;
+ output: ListTagsResponse;
+ };
+ sdk: {
+ input: ListTagsCommandInput;
+ output: ListTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/ListVersionsByFunctionCommand.ts b/clients/client-lambda/src/commands/ListVersionsByFunctionCommand.ts
index d83ad6faefcf..77ec9790d1a1 100644
--- a/clients/client-lambda/src/commands/ListVersionsByFunctionCommand.ts
+++ b/clients/client-lambda/src/commands/ListVersionsByFunctionCommand.ts
@@ -201,4 +201,16 @@ export class ListVersionsByFunctionCommand extends $Command
.f(void 0, ListVersionsByFunctionResponseFilterSensitiveLog)
.ser(se_ListVersionsByFunctionCommand)
.de(de_ListVersionsByFunctionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListVersionsByFunctionRequest;
+ output: ListVersionsByFunctionResponse;
+ };
+ sdk: {
+ input: ListVersionsByFunctionCommandInput;
+ output: ListVersionsByFunctionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/PublishLayerVersionCommand.ts b/clients/client-lambda/src/commands/PublishLayerVersionCommand.ts
index 85d87a74d865..159da3e2f840 100644
--- a/clients/client-lambda/src/commands/PublishLayerVersionCommand.ts
+++ b/clients/client-lambda/src/commands/PublishLayerVersionCommand.ts
@@ -131,4 +131,16 @@ export class PublishLayerVersionCommand extends $Command
.f(PublishLayerVersionRequestFilterSensitiveLog, void 0)
.ser(se_PublishLayerVersionCommand)
.de(de_PublishLayerVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PublishLayerVersionRequest;
+ output: PublishLayerVersionResponse;
+ };
+ sdk: {
+ input: PublishLayerVersionCommandInput;
+ output: PublishLayerVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/PublishVersionCommand.ts b/clients/client-lambda/src/commands/PublishVersionCommand.ts
index f8de854472a9..19940b8c94bc 100644
--- a/clients/client-lambda/src/commands/PublishVersionCommand.ts
+++ b/clients/client-lambda/src/commands/PublishVersionCommand.ts
@@ -221,4 +221,16 @@ export class PublishVersionCommand extends $Command
.f(void 0, FunctionConfigurationFilterSensitiveLog)
.ser(se_PublishVersionCommand)
.de(de_PublishVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PublishVersionRequest;
+ output: FunctionConfiguration;
+ };
+ sdk: {
+ input: PublishVersionCommandInput;
+ output: PublishVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/PutFunctionCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/PutFunctionCodeSigningConfigCommand.ts
index 43cd07e75bbb..be1374aed4ae 100644
--- a/clients/client-lambda/src/commands/PutFunctionCodeSigningConfigCommand.ts
+++ b/clients/client-lambda/src/commands/PutFunctionCodeSigningConfigCommand.ts
@@ -103,4 +103,16 @@ export class PutFunctionCodeSigningConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_PutFunctionCodeSigningConfigCommand)
.de(de_PutFunctionCodeSigningConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutFunctionCodeSigningConfigRequest;
+ output: PutFunctionCodeSigningConfigResponse;
+ };
+ sdk: {
+ input: PutFunctionCodeSigningConfigCommandInput;
+ output: PutFunctionCodeSigningConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/PutFunctionConcurrencyCommand.ts b/clients/client-lambda/src/commands/PutFunctionConcurrencyCommand.ts
index a0a178148ea2..b59511c7b388 100644
--- a/clients/client-lambda/src/commands/PutFunctionConcurrencyCommand.ts
+++ b/clients/client-lambda/src/commands/PutFunctionConcurrencyCommand.ts
@@ -101,4 +101,16 @@ export class PutFunctionConcurrencyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutFunctionConcurrencyCommand)
.de(de_PutFunctionConcurrencyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutFunctionConcurrencyRequest;
+ output: Concurrency;
+ };
+ sdk: {
+ input: PutFunctionConcurrencyCommandInput;
+ output: PutFunctionConcurrencyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/PutFunctionEventInvokeConfigCommand.ts b/clients/client-lambda/src/commands/PutFunctionEventInvokeConfigCommand.ts
index 105ecad48f79..dc2fa8297846 100644
--- a/clients/client-lambda/src/commands/PutFunctionEventInvokeConfigCommand.ts
+++ b/clients/client-lambda/src/commands/PutFunctionEventInvokeConfigCommand.ts
@@ -127,4 +127,16 @@ export class PutFunctionEventInvokeConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_PutFunctionEventInvokeConfigCommand)
.de(de_PutFunctionEventInvokeConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutFunctionEventInvokeConfigRequest;
+ output: FunctionEventInvokeConfig;
+ };
+ sdk: {
+ input: PutFunctionEventInvokeConfigCommandInput;
+ output: PutFunctionEventInvokeConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/PutFunctionRecursionConfigCommand.ts b/clients/client-lambda/src/commands/PutFunctionRecursionConfigCommand.ts
index 4dd2db826e42..9037dc6edf15 100644
--- a/clients/client-lambda/src/commands/PutFunctionRecursionConfigCommand.ts
+++ b/clients/client-lambda/src/commands/PutFunctionRecursionConfigCommand.ts
@@ -99,4 +99,16 @@ export class PutFunctionRecursionConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_PutFunctionRecursionConfigCommand)
.de(de_PutFunctionRecursionConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutFunctionRecursionConfigRequest;
+ output: PutFunctionRecursionConfigResponse;
+ };
+ sdk: {
+ input: PutFunctionRecursionConfigCommandInput;
+ output: PutFunctionRecursionConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/PutProvisionedConcurrencyConfigCommand.ts b/clients/client-lambda/src/commands/PutProvisionedConcurrencyConfigCommand.ts
index 7187dee79326..ad990f865db6 100644
--- a/clients/client-lambda/src/commands/PutProvisionedConcurrencyConfigCommand.ts
+++ b/clients/client-lambda/src/commands/PutProvisionedConcurrencyConfigCommand.ts
@@ -104,4 +104,16 @@ export class PutProvisionedConcurrencyConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_PutProvisionedConcurrencyConfigCommand)
.de(de_PutProvisionedConcurrencyConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutProvisionedConcurrencyConfigRequest;
+ output: PutProvisionedConcurrencyConfigResponse;
+ };
+ sdk: {
+ input: PutProvisionedConcurrencyConfigCommandInput;
+ output: PutProvisionedConcurrencyConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/PutPublicAccessBlockConfigCommand.ts b/clients/client-lambda/src/commands/PutPublicAccessBlockConfigCommand.ts
index ecd6588e6495..bb093101f7f3 100644
--- a/clients/client-lambda/src/commands/PutPublicAccessBlockConfigCommand.ts
+++ b/clients/client-lambda/src/commands/PutPublicAccessBlockConfigCommand.ts
@@ -103,4 +103,16 @@ export class PutPublicAccessBlockConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_PutPublicAccessBlockConfigCommand)
.de(de_PutPublicAccessBlockConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutPublicAccessBlockConfigRequest;
+ output: PutPublicAccessBlockConfigResponse;
+ };
+ sdk: {
+ input: PutPublicAccessBlockConfigCommandInput;
+ output: PutPublicAccessBlockConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/PutResourcePolicyCommand.ts b/clients/client-lambda/src/commands/PutResourcePolicyCommand.ts
index d6751f7d6c69..7099e4f3f273 100644
--- a/clients/client-lambda/src/commands/PutResourcePolicyCommand.ts
+++ b/clients/client-lambda/src/commands/PutResourcePolicyCommand.ts
@@ -126,4 +126,16 @@ export class PutResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutResourcePolicyCommand)
.de(de_PutResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutResourcePolicyRequest;
+ output: PutResourcePolicyResponse;
+ };
+ sdk: {
+ input: PutResourcePolicyCommandInput;
+ output: PutResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/PutRuntimeManagementConfigCommand.ts b/clients/client-lambda/src/commands/PutRuntimeManagementConfigCommand.ts
index 9e091b4bb9de..9afacb60b682 100644
--- a/clients/client-lambda/src/commands/PutRuntimeManagementConfigCommand.ts
+++ b/clients/client-lambda/src/commands/PutRuntimeManagementConfigCommand.ts
@@ -98,4 +98,16 @@ export class PutRuntimeManagementConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_PutRuntimeManagementConfigCommand)
.de(de_PutRuntimeManagementConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutRuntimeManagementConfigRequest;
+ output: PutRuntimeManagementConfigResponse;
+ };
+ sdk: {
+ input: PutRuntimeManagementConfigCommandInput;
+ output: PutRuntimeManagementConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/RemoveLayerVersionPermissionCommand.ts b/clients/client-lambda/src/commands/RemoveLayerVersionPermissionCommand.ts
index 900e0bdcc0c5..76b3cc3b3846 100644
--- a/clients/client-lambda/src/commands/RemoveLayerVersionPermissionCommand.ts
+++ b/clients/client-lambda/src/commands/RemoveLayerVersionPermissionCommand.ts
@@ -108,4 +108,16 @@ export class RemoveLayerVersionPermissionCommand extends $Command
.f(void 0, void 0)
.ser(se_RemoveLayerVersionPermissionCommand)
.de(de_RemoveLayerVersionPermissionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemoveLayerVersionPermissionRequest;
+ output: {};
+ };
+ sdk: {
+ input: RemoveLayerVersionPermissionCommandInput;
+ output: RemoveLayerVersionPermissionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/RemovePermissionCommand.ts b/clients/client-lambda/src/commands/RemovePermissionCommand.ts
index 8d15eb7e11b4..080b569e8cb4 100644
--- a/clients/client-lambda/src/commands/RemovePermissionCommand.ts
+++ b/clients/client-lambda/src/commands/RemovePermissionCommand.ts
@@ -104,4 +104,16 @@ export class RemovePermissionCommand extends $Command
.f(void 0, void 0)
.ser(se_RemovePermissionCommand)
.de(de_RemovePermissionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RemovePermissionRequest;
+ output: {};
+ };
+ sdk: {
+ input: RemovePermissionCommandInput;
+ output: RemovePermissionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/TagResourceCommand.ts b/clients/client-lambda/src/commands/TagResourceCommand.ts
index a0239a217c86..c2c0cf81a145 100644
--- a/clients/client-lambda/src/commands/TagResourceCommand.ts
+++ b/clients/client-lambda/src/commands/TagResourceCommand.ts
@@ -93,4 +93,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/UntagResourceCommand.ts b/clients/client-lambda/src/commands/UntagResourceCommand.ts
index ea446fd46234..54d16a0700a4 100644
--- a/clients/client-lambda/src/commands/UntagResourceCommand.ts
+++ b/clients/client-lambda/src/commands/UntagResourceCommand.ts
@@ -93,4 +93,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/UpdateAliasCommand.ts b/clients/client-lambda/src/commands/UpdateAliasCommand.ts
index dbbeec84b52f..0578bdcfc892 100644
--- a/clients/client-lambda/src/commands/UpdateAliasCommand.ts
+++ b/clients/client-lambda/src/commands/UpdateAliasCommand.ts
@@ -123,4 +123,16 @@ export class UpdateAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAliasCommand)
.de(de_UpdateAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAliasRequest;
+ output: AliasConfiguration;
+ };
+ sdk: {
+ input: UpdateAliasCommandInput;
+ output: UpdateAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/UpdateCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/UpdateCodeSigningConfigCommand.ts
index 10c81061b4b0..6e1f49d62aec 100644
--- a/clients/client-lambda/src/commands/UpdateCodeSigningConfigCommand.ts
+++ b/clients/client-lambda/src/commands/UpdateCodeSigningConfigCommand.ts
@@ -109,4 +109,16 @@ export class UpdateCodeSigningConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateCodeSigningConfigCommand)
.de(de_UpdateCodeSigningConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateCodeSigningConfigRequest;
+ output: UpdateCodeSigningConfigResponse;
+ };
+ sdk: {
+ input: UpdateCodeSigningConfigCommandInput;
+ output: UpdateCodeSigningConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/UpdateEventSourceMappingCommand.ts b/clients/client-lambda/src/commands/UpdateEventSourceMappingCommand.ts
index 7c3b4d881a4c..f4616e31a0f9 100644
--- a/clients/client-lambda/src/commands/UpdateEventSourceMappingCommand.ts
+++ b/clients/client-lambda/src/commands/UpdateEventSourceMappingCommand.ts
@@ -323,4 +323,16 @@ export class UpdateEventSourceMappingCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEventSourceMappingCommand)
.de(de_UpdateEventSourceMappingCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEventSourceMappingRequest;
+ output: EventSourceMappingConfiguration;
+ };
+ sdk: {
+ input: UpdateEventSourceMappingCommandInput;
+ output: UpdateEventSourceMappingCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/UpdateFunctionCodeCommand.ts b/clients/client-lambda/src/commands/UpdateFunctionCodeCommand.ts
index 7cc679c51dee..6cf086207881 100644
--- a/clients/client-lambda/src/commands/UpdateFunctionCodeCommand.ts
+++ b/clients/client-lambda/src/commands/UpdateFunctionCodeCommand.ts
@@ -250,4 +250,16 @@ export class UpdateFunctionCodeCommand extends $Command
.f(UpdateFunctionCodeRequestFilterSensitiveLog, FunctionConfigurationFilterSensitiveLog)
.ser(se_UpdateFunctionCodeCommand)
.de(de_UpdateFunctionCodeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFunctionCodeRequest;
+ output: FunctionConfiguration;
+ };
+ sdk: {
+ input: UpdateFunctionCodeCommandInput;
+ output: UpdateFunctionCodeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/UpdateFunctionConfigurationCommand.ts b/clients/client-lambda/src/commands/UpdateFunctionConfigurationCommand.ts
index 758651be08e3..96158d9c4e6b 100644
--- a/clients/client-lambda/src/commands/UpdateFunctionConfigurationCommand.ts
+++ b/clients/client-lambda/src/commands/UpdateFunctionConfigurationCommand.ts
@@ -293,4 +293,16 @@ export class UpdateFunctionConfigurationCommand extends $Command
.f(UpdateFunctionConfigurationRequestFilterSensitiveLog, FunctionConfigurationFilterSensitiveLog)
.ser(se_UpdateFunctionConfigurationCommand)
.de(de_UpdateFunctionConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFunctionConfigurationRequest;
+ output: FunctionConfiguration;
+ };
+ sdk: {
+ input: UpdateFunctionConfigurationCommandInput;
+ output: UpdateFunctionConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/UpdateFunctionEventInvokeConfigCommand.ts b/clients/client-lambda/src/commands/UpdateFunctionEventInvokeConfigCommand.ts
index 6882b75d15e5..e99a3341a03f 100644
--- a/clients/client-lambda/src/commands/UpdateFunctionEventInvokeConfigCommand.ts
+++ b/clients/client-lambda/src/commands/UpdateFunctionEventInvokeConfigCommand.ts
@@ -118,4 +118,16 @@ export class UpdateFunctionEventInvokeConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFunctionEventInvokeConfigCommand)
.de(de_UpdateFunctionEventInvokeConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFunctionEventInvokeConfigRequest;
+ output: FunctionEventInvokeConfig;
+ };
+ sdk: {
+ input: UpdateFunctionEventInvokeConfigCommandInput;
+ output: UpdateFunctionEventInvokeConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lambda/src/commands/UpdateFunctionUrlConfigCommand.ts b/clients/client-lambda/src/commands/UpdateFunctionUrlConfigCommand.ts
index 281b46e6e375..e5da4f52f609 100644
--- a/clients/client-lambda/src/commands/UpdateFunctionUrlConfigCommand.ts
+++ b/clients/client-lambda/src/commands/UpdateFunctionUrlConfigCommand.ts
@@ -132,4 +132,16 @@ export class UpdateFunctionUrlConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFunctionUrlConfigCommand)
.de(de_UpdateFunctionUrlConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFunctionUrlConfigRequest;
+ output: UpdateFunctionUrlConfigResponse;
+ };
+ sdk: {
+ input: UpdateFunctionUrlConfigCommandInput;
+ output: UpdateFunctionUrlConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-launch-wizard/package.json b/clients/client-launch-wizard/package.json
index 22cfd19e6393..9859099318db 100644
--- a/clients/client-launch-wizard/package.json
+++ b/clients/client-launch-wizard/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-launch-wizard/src/commands/CreateDeploymentCommand.ts b/clients/client-launch-wizard/src/commands/CreateDeploymentCommand.ts
index 5844ab439ba4..3e65b018864b 100644
--- a/clients/client-launch-wizard/src/commands/CreateDeploymentCommand.ts
+++ b/clients/client-launch-wizard/src/commands/CreateDeploymentCommand.ts
@@ -106,4 +106,16 @@ export class CreateDeploymentCommand extends $Command
.f(CreateDeploymentInputFilterSensitiveLog, void 0)
.ser(se_CreateDeploymentCommand)
.de(de_CreateDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDeploymentInput;
+ output: CreateDeploymentOutput;
+ };
+ sdk: {
+ input: CreateDeploymentCommandInput;
+ output: CreateDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-launch-wizard/src/commands/DeleteDeploymentCommand.ts b/clients/client-launch-wizard/src/commands/DeleteDeploymentCommand.ts
index 1e6202b3dc5a..6784d3c416ca 100644
--- a/clients/client-launch-wizard/src/commands/DeleteDeploymentCommand.ts
+++ b/clients/client-launch-wizard/src/commands/DeleteDeploymentCommand.ts
@@ -92,4 +92,16 @@ export class DeleteDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDeploymentCommand)
.de(de_DeleteDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDeploymentInput;
+ output: DeleteDeploymentOutput;
+ };
+ sdk: {
+ input: DeleteDeploymentCommandInput;
+ output: DeleteDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-launch-wizard/src/commands/GetDeploymentCommand.ts b/clients/client-launch-wizard/src/commands/GetDeploymentCommand.ts
index bbbb32780347..a10236c74b0a 100644
--- a/clients/client-launch-wizard/src/commands/GetDeploymentCommand.ts
+++ b/clients/client-launch-wizard/src/commands/GetDeploymentCommand.ts
@@ -103,4 +103,16 @@ export class GetDeploymentCommand extends $Command
.f(void 0, GetDeploymentOutputFilterSensitiveLog)
.ser(se_GetDeploymentCommand)
.de(de_GetDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeploymentInput;
+ output: GetDeploymentOutput;
+ };
+ sdk: {
+ input: GetDeploymentCommandInput;
+ output: GetDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-launch-wizard/src/commands/GetWorkloadCommand.ts b/clients/client-launch-wizard/src/commands/GetWorkloadCommand.ts
index 93d06dd32b07..5c6181fb7011 100644
--- a/clients/client-launch-wizard/src/commands/GetWorkloadCommand.ts
+++ b/clients/client-launch-wizard/src/commands/GetWorkloadCommand.ts
@@ -95,4 +95,16 @@ export class GetWorkloadCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWorkloadCommand)
.de(de_GetWorkloadCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWorkloadInput;
+ output: GetWorkloadOutput;
+ };
+ sdk: {
+ input: GetWorkloadCommandInput;
+ output: GetWorkloadCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-launch-wizard/src/commands/GetWorkloadDeploymentPatternCommand.ts b/clients/client-launch-wizard/src/commands/GetWorkloadDeploymentPatternCommand.ts
index 141e77e4c870..97035e7d4ddf 100644
--- a/clients/client-launch-wizard/src/commands/GetWorkloadDeploymentPatternCommand.ts
+++ b/clients/client-launch-wizard/src/commands/GetWorkloadDeploymentPatternCommand.ts
@@ -121,4 +121,16 @@ export class GetWorkloadDeploymentPatternCommand extends $Command
.f(void 0, void 0)
.ser(se_GetWorkloadDeploymentPatternCommand)
.de(de_GetWorkloadDeploymentPatternCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetWorkloadDeploymentPatternInput;
+ output: GetWorkloadDeploymentPatternOutput;
+ };
+ sdk: {
+ input: GetWorkloadDeploymentPatternCommandInput;
+ output: GetWorkloadDeploymentPatternCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-launch-wizard/src/commands/ListDeploymentEventsCommand.ts b/clients/client-launch-wizard/src/commands/ListDeploymentEventsCommand.ts
index e00c9879dc86..68aa690eb73a 100644
--- a/clients/client-launch-wizard/src/commands/ListDeploymentEventsCommand.ts
+++ b/clients/client-launch-wizard/src/commands/ListDeploymentEventsCommand.ts
@@ -98,4 +98,16 @@ export class ListDeploymentEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDeploymentEventsCommand)
.de(de_ListDeploymentEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDeploymentEventsInput;
+ output: ListDeploymentEventsOutput;
+ };
+ sdk: {
+ input: ListDeploymentEventsCommandInput;
+ output: ListDeploymentEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-launch-wizard/src/commands/ListDeploymentsCommand.ts b/clients/client-launch-wizard/src/commands/ListDeploymentsCommand.ts
index 3fc5509ab662..2cba2f93286e 100644
--- a/clients/client-launch-wizard/src/commands/ListDeploymentsCommand.ts
+++ b/clients/client-launch-wizard/src/commands/ListDeploymentsCommand.ts
@@ -103,4 +103,16 @@ export class ListDeploymentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDeploymentsCommand)
.de(de_ListDeploymentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDeploymentsInput;
+ output: ListDeploymentsOutput;
+ };
+ sdk: {
+ input: ListDeploymentsCommandInput;
+ output: ListDeploymentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-launch-wizard/src/commands/ListTagsForResourceCommand.ts b/clients/client-launch-wizard/src/commands/ListTagsForResourceCommand.ts
index 3597290cff8f..b175c25203ea 100644
--- a/clients/client-launch-wizard/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-launch-wizard/src/commands/ListTagsForResourceCommand.ts
@@ -89,4 +89,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceInput;
+ output: ListTagsForResourceOutput;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-launch-wizard/src/commands/ListWorkloadDeploymentPatternsCommand.ts b/clients/client-launch-wizard/src/commands/ListWorkloadDeploymentPatternsCommand.ts
index aac07e82b55c..3a73d1e840d4 100644
--- a/clients/client-launch-wizard/src/commands/ListWorkloadDeploymentPatternsCommand.ts
+++ b/clients/client-launch-wizard/src/commands/ListWorkloadDeploymentPatternsCommand.ts
@@ -105,4 +105,16 @@ export class ListWorkloadDeploymentPatternsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWorkloadDeploymentPatternsCommand)
.de(de_ListWorkloadDeploymentPatternsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWorkloadDeploymentPatternsInput;
+ output: ListWorkloadDeploymentPatternsOutput;
+ };
+ sdk: {
+ input: ListWorkloadDeploymentPatternsCommandInput;
+ output: ListWorkloadDeploymentPatternsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-launch-wizard/src/commands/ListWorkloadsCommand.ts b/clients/client-launch-wizard/src/commands/ListWorkloadsCommand.ts
index 9f70a0cacdfa..2354cd3dd1ac 100644
--- a/clients/client-launch-wizard/src/commands/ListWorkloadsCommand.ts
+++ b/clients/client-launch-wizard/src/commands/ListWorkloadsCommand.ts
@@ -91,4 +91,16 @@ export class ListWorkloadsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListWorkloadsCommand)
.de(de_ListWorkloadsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListWorkloadsInput;
+ output: ListWorkloadsOutput;
+ };
+ sdk: {
+ input: ListWorkloadsCommandInput;
+ output: ListWorkloadsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-launch-wizard/src/commands/TagResourceCommand.ts b/clients/client-launch-wizard/src/commands/TagResourceCommand.ts
index ba3868626244..1256663a682b 100644
--- a/clients/client-launch-wizard/src/commands/TagResourceCommand.ts
+++ b/clients/client-launch-wizard/src/commands/TagResourceCommand.ts
@@ -88,4 +88,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-launch-wizard/src/commands/UntagResourceCommand.ts b/clients/client-launch-wizard/src/commands/UntagResourceCommand.ts
index c5a14ec6af66..e735ee87eaec 100644
--- a/clients/client-launch-wizard/src/commands/UntagResourceCommand.ts
+++ b/clients/client-launch-wizard/src/commands/UntagResourceCommand.ts
@@ -88,4 +88,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceInput;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/package.json b/clients/client-lex-model-building-service/package.json
index 58819c97fdb2..a8b56f3c91eb 100644
--- a/clients/client-lex-model-building-service/package.json
+++ b/clients/client-lex-model-building-service/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-lex-model-building-service/src/commands/CreateBotVersionCommand.ts b/clients/client-lex-model-building-service/src/commands/CreateBotVersionCommand.ts
index 1a7bd1ddca77..8fdce2193fdf 100644
--- a/clients/client-lex-model-building-service/src/commands/CreateBotVersionCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/CreateBotVersionCommand.ts
@@ -158,4 +158,16 @@ export class CreateBotVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateBotVersionCommand)
.de(de_CreateBotVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBotVersionRequest;
+ output: CreateBotVersionResponse;
+ };
+ sdk: {
+ input: CreateBotVersionCommandInput;
+ output: CreateBotVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/CreateIntentVersionCommand.ts b/clients/client-lex-model-building-service/src/commands/CreateIntentVersionCommand.ts
index 52bd51b89872..947480fe7506 100644
--- a/clients/client-lex-model-building-service/src/commands/CreateIntentVersionCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/CreateIntentVersionCommand.ts
@@ -221,4 +221,16 @@ export class CreateIntentVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateIntentVersionCommand)
.de(de_CreateIntentVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateIntentVersionRequest;
+ output: CreateIntentVersionResponse;
+ };
+ sdk: {
+ input: CreateIntentVersionCommandInput;
+ output: CreateIntentVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/CreateSlotTypeVersionCommand.ts b/clients/client-lex-model-building-service/src/commands/CreateSlotTypeVersionCommand.ts
index 963d97b42fa3..f8f1c89c4b18 100644
--- a/clients/client-lex-model-building-service/src/commands/CreateSlotTypeVersionCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/CreateSlotTypeVersionCommand.ts
@@ -141,4 +141,16 @@ export class CreateSlotTypeVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSlotTypeVersionCommand)
.de(de_CreateSlotTypeVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSlotTypeVersionRequest;
+ output: CreateSlotTypeVersionResponse;
+ };
+ sdk: {
+ input: CreateSlotTypeVersionCommandInput;
+ output: CreateSlotTypeVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/DeleteBotAliasCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteBotAliasCommand.ts
index a002262f32f9..7c511e04de3a 100644
--- a/clients/client-lex-model-building-service/src/commands/DeleteBotAliasCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/DeleteBotAliasCommand.ts
@@ -125,4 +125,16 @@ export class DeleteBotAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBotAliasCommand)
.de(de_DeleteBotAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBotAliasRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteBotAliasCommandInput;
+ output: DeleteBotAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/DeleteBotChannelAssociationCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteBotChannelAssociationCommand.ts
index 60d1e6d8e821..1747578affca 100644
--- a/clients/client-lex-model-building-service/src/commands/DeleteBotChannelAssociationCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/DeleteBotChannelAssociationCommand.ts
@@ -106,4 +106,16 @@ export class DeleteBotChannelAssociationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBotChannelAssociationCommand)
.de(de_DeleteBotChannelAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBotChannelAssociationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteBotChannelAssociationCommandInput;
+ output: DeleteBotChannelAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/DeleteBotCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteBotCommand.ts
index 295fd48093a5..6486251dc73c 100644
--- a/clients/client-lex-model-building-service/src/commands/DeleteBotCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/DeleteBotCommand.ts
@@ -131,4 +131,16 @@ export class DeleteBotCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBotCommand)
.de(de_DeleteBotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBotRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteBotCommandInput;
+ output: DeleteBotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/DeleteBotVersionCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteBotVersionCommand.ts
index 3954b7dcc654..64f3a7c37f60 100644
--- a/clients/client-lex-model-building-service/src/commands/DeleteBotVersionCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/DeleteBotVersionCommand.ts
@@ -120,4 +120,16 @@ export class DeleteBotVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBotVersionCommand)
.de(de_DeleteBotVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBotVersionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteBotVersionCommandInput;
+ output: DeleteBotVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/DeleteIntentCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteIntentCommand.ts
index 8a05f28d1039..4d5ff221940a 100644
--- a/clients/client-lex-model-building-service/src/commands/DeleteIntentCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/DeleteIntentCommand.ts
@@ -132,4 +132,16 @@ export class DeleteIntentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIntentCommand)
.de(de_DeleteIntentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIntentRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteIntentCommandInput;
+ output: DeleteIntentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/DeleteIntentVersionCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteIntentVersionCommand.ts
index 9189866db253..2f1b338275a6 100644
--- a/clients/client-lex-model-building-service/src/commands/DeleteIntentVersionCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/DeleteIntentVersionCommand.ts
@@ -120,4 +120,16 @@ export class DeleteIntentVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIntentVersionCommand)
.de(de_DeleteIntentVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIntentVersionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteIntentVersionCommandInput;
+ output: DeleteIntentVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeCommand.ts
index 2c658d78147e..8529db1b3b28 100644
--- a/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeCommand.ts
@@ -132,4 +132,16 @@ export class DeleteSlotTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSlotTypeCommand)
.de(de_DeleteSlotTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSlotTypeRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSlotTypeCommandInput;
+ output: DeleteSlotTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeVersionCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeVersionCommand.ts
index 5cfdf88a80f1..a68dff4675e5 100644
--- a/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeVersionCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeVersionCommand.ts
@@ -120,4 +120,16 @@ export class DeleteSlotTypeVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSlotTypeVersionCommand)
.de(de_DeleteSlotTypeVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSlotTypeVersionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSlotTypeVersionCommandInput;
+ output: DeleteSlotTypeVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/DeleteUtterancesCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteUtterancesCommand.ts
index 187d9e6dee2f..a8119380203c 100644
--- a/clients/client-lex-model-building-service/src/commands/DeleteUtterancesCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/DeleteUtterancesCommand.ts
@@ -106,4 +106,16 @@ export class DeleteUtterancesCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteUtterancesCommand)
.de(de_DeleteUtterancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteUtterancesRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteUtterancesCommandInput;
+ output: DeleteUtterancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/GetBotAliasCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotAliasCommand.ts
index 05f14a2d785d..806805eadd30 100644
--- a/clients/client-lex-model-building-service/src/commands/GetBotAliasCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/GetBotAliasCommand.ts
@@ -118,4 +118,16 @@ export class GetBotAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBotAliasCommand)
.de(de_GetBotAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBotAliasRequest;
+ output: GetBotAliasResponse;
+ };
+ sdk: {
+ input: GetBotAliasCommandInput;
+ output: GetBotAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/GetBotAliasesCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotAliasesCommand.ts
index 47c2e8b26c13..fe1f0be919fa 100644
--- a/clients/client-lex-model-building-service/src/commands/GetBotAliasesCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/GetBotAliasesCommand.ts
@@ -120,4 +120,16 @@ export class GetBotAliasesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBotAliasesCommand)
.de(de_GetBotAliasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBotAliasesRequest;
+ output: GetBotAliasesResponse;
+ };
+ sdk: {
+ input: GetBotAliasesCommandInput;
+ output: GetBotAliasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationCommand.ts
index 9a049c21ab3e..76161239dfec 100644
--- a/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationCommand.ts
@@ -115,4 +115,16 @@ export class GetBotChannelAssociationCommand extends $Command
.f(void 0, GetBotChannelAssociationResponseFilterSensitiveLog)
.ser(se_GetBotChannelAssociationCommand)
.de(de_GetBotChannelAssociationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBotChannelAssociationRequest;
+ output: GetBotChannelAssociationResponse;
+ };
+ sdk: {
+ input: GetBotChannelAssociationCommandInput;
+ output: GetBotChannelAssociationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationsCommand.ts
index 11613e99727f..7d8e000dd9dd 100644
--- a/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationsCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationsCommand.ts
@@ -119,4 +119,16 @@ export class GetBotChannelAssociationsCommand extends $Command
.f(void 0, GetBotChannelAssociationsResponseFilterSensitiveLog)
.ser(se_GetBotChannelAssociationsCommand)
.de(de_GetBotChannelAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBotChannelAssociationsRequest;
+ output: GetBotChannelAssociationsResponse;
+ };
+ sdk: {
+ input: GetBotChannelAssociationsCommandInput;
+ output: GetBotChannelAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/GetBotCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotCommand.ts
index d821e87b2473..4ab46e59af25 100644
--- a/clients/client-lex-model-building-service/src/commands/GetBotCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/GetBotCommand.ts
@@ -198,4 +198,16 @@ export class GetBotCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBotCommand)
.de(de_GetBotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBotRequest;
+ output: GetBotResponse;
+ };
+ sdk: {
+ input: GetBotCommandInput;
+ output: GetBotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/GetBotVersionsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotVersionsCommand.ts
index 8f1511b91279..2d212e35c5fc 100644
--- a/clients/client-lex-model-building-service/src/commands/GetBotVersionsCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/GetBotVersionsCommand.ts
@@ -118,4 +118,16 @@ export class GetBotVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBotVersionsCommand)
.de(de_GetBotVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBotVersionsRequest;
+ output: GetBotVersionsResponse;
+ };
+ sdk: {
+ input: GetBotVersionsCommandInput;
+ output: GetBotVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/GetBotsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotsCommand.ts
index 65a0a5beaaa4..91eae8e20044 100644
--- a/clients/client-lex-model-building-service/src/commands/GetBotsCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/GetBotsCommand.ts
@@ -148,4 +148,16 @@ export class GetBotsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBotsCommand)
.de(de_GetBotsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBotsRequest;
+ output: GetBotsResponse;
+ };
+ sdk: {
+ input: GetBotsCommandInput;
+ output: GetBotsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentCommand.ts
index 01642108d40a..44e1a075ff1c 100644
--- a/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentCommand.ts
@@ -106,4 +106,16 @@ export class GetBuiltinIntentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBuiltinIntentCommand)
.de(de_GetBuiltinIntentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBuiltinIntentRequest;
+ output: GetBuiltinIntentResponse;
+ };
+ sdk: {
+ input: GetBuiltinIntentCommandInput;
+ output: GetBuiltinIntentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentsCommand.ts
index db86e8ac0a60..016edb57bec8 100644
--- a/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentsCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentsCommand.ts
@@ -106,4 +106,16 @@ export class GetBuiltinIntentsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBuiltinIntentsCommand)
.de(de_GetBuiltinIntentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBuiltinIntentsRequest;
+ output: GetBuiltinIntentsResponse;
+ };
+ sdk: {
+ input: GetBuiltinIntentsCommandInput;
+ output: GetBuiltinIntentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/GetBuiltinSlotTypesCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBuiltinSlotTypesCommand.ts
index 1f1f5d325739..c317c0166046 100644
--- a/clients/client-lex-model-building-service/src/commands/GetBuiltinSlotTypesCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/GetBuiltinSlotTypesCommand.ts
@@ -108,4 +108,16 @@ export class GetBuiltinSlotTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBuiltinSlotTypesCommand)
.de(de_GetBuiltinSlotTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBuiltinSlotTypesRequest;
+ output: GetBuiltinSlotTypesResponse;
+ };
+ sdk: {
+ input: GetBuiltinSlotTypesCommandInput;
+ output: GetBuiltinSlotTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/GetExportCommand.ts b/clients/client-lex-model-building-service/src/commands/GetExportCommand.ts
index 7d0e6e574f3c..50f560e1619f 100644
--- a/clients/client-lex-model-building-service/src/commands/GetExportCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/GetExportCommand.ts
@@ -106,4 +106,16 @@ export class GetExportCommand extends $Command
.f(void 0, void 0)
.ser(se_GetExportCommand)
.de(de_GetExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetExportRequest;
+ output: GetExportResponse;
+ };
+ sdk: {
+ input: GetExportCommandInput;
+ output: GetExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/GetImportCommand.ts b/clients/client-lex-model-building-service/src/commands/GetImportCommand.ts
index 67c7abbe797d..efea8e4d8883 100644
--- a/clients/client-lex-model-building-service/src/commands/GetImportCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/GetImportCommand.ts
@@ -105,4 +105,16 @@ export class GetImportCommand extends $Command
.f(void 0, void 0)
.ser(se_GetImportCommand)
.de(de_GetImportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetImportRequest;
+ output: GetImportResponse;
+ };
+ sdk: {
+ input: GetImportCommandInput;
+ output: GetImportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/GetIntentCommand.ts b/clients/client-lex-model-building-service/src/commands/GetIntentCommand.ts
index b617794a2031..dfee39ef55ae 100644
--- a/clients/client-lex-model-building-service/src/commands/GetIntentCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/GetIntentCommand.ts
@@ -349,4 +349,16 @@ export class GetIntentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIntentCommand)
.de(de_GetIntentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIntentRequest;
+ output: GetIntentResponse;
+ };
+ sdk: {
+ input: GetIntentCommandInput;
+ output: GetIntentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/GetIntentVersionsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetIntentVersionsCommand.ts
index a02a7c942fd0..51a27b6cb3b9 100644
--- a/clients/client-lex-model-building-service/src/commands/GetIntentVersionsCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/GetIntentVersionsCommand.ts
@@ -117,4 +117,16 @@ export class GetIntentVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIntentVersionsCommand)
.de(de_GetIntentVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIntentVersionsRequest;
+ output: GetIntentVersionsResponse;
+ };
+ sdk: {
+ input: GetIntentVersionsCommandInput;
+ output: GetIntentVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/GetIntentsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetIntentsCommand.ts
index eacd7bd46c59..be5b19e6f1a9 100644
--- a/clients/client-lex-model-building-service/src/commands/GetIntentsCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/GetIntentsCommand.ts
@@ -146,4 +146,16 @@ export class GetIntentsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIntentsCommand)
.de(de_GetIntentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIntentsRequest;
+ output: GetIntentsResponse;
+ };
+ sdk: {
+ input: GetIntentsCommandInput;
+ output: GetIntentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/GetMigrationCommand.ts b/clients/client-lex-model-building-service/src/commands/GetMigrationCommand.ts
index 614b65508cb9..2e868018ca47 100644
--- a/clients/client-lex-model-building-service/src/commands/GetMigrationCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/GetMigrationCommand.ts
@@ -118,4 +118,16 @@ export class GetMigrationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMigrationCommand)
.de(de_GetMigrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMigrationRequest;
+ output: GetMigrationResponse;
+ };
+ sdk: {
+ input: GetMigrationCommandInput;
+ output: GetMigrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/GetMigrationsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetMigrationsCommand.ts
index 739eee783e0b..13919a12db91 100644
--- a/clients/client-lex-model-building-service/src/commands/GetMigrationsCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/GetMigrationsCommand.ts
@@ -110,4 +110,16 @@ export class GetMigrationsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMigrationsCommand)
.de(de_GetMigrationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMigrationsRequest;
+ output: GetMigrationsResponse;
+ };
+ sdk: {
+ input: GetMigrationsCommandInput;
+ output: GetMigrationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/GetSlotTypeCommand.ts b/clients/client-lex-model-building-service/src/commands/GetSlotTypeCommand.ts
index b4aba54179ce..f2ef3653d0ce 100644
--- a/clients/client-lex-model-building-service/src/commands/GetSlotTypeCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/GetSlotTypeCommand.ts
@@ -153,4 +153,16 @@ export class GetSlotTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSlotTypeCommand)
.de(de_GetSlotTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSlotTypeRequest;
+ output: GetSlotTypeResponse;
+ };
+ sdk: {
+ input: GetSlotTypeCommandInput;
+ output: GetSlotTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/GetSlotTypeVersionsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetSlotTypeVersionsCommand.ts
index ea2fe45137a0..a7f3b34819c6 100644
--- a/clients/client-lex-model-building-service/src/commands/GetSlotTypeVersionsCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/GetSlotTypeVersionsCommand.ts
@@ -117,4 +117,16 @@ export class GetSlotTypeVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSlotTypeVersionsCommand)
.de(de_GetSlotTypeVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSlotTypeVersionsRequest;
+ output: GetSlotTypeVersionsResponse;
+ };
+ sdk: {
+ input: GetSlotTypeVersionsCommandInput;
+ output: GetSlotTypeVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/GetSlotTypesCommand.ts b/clients/client-lex-model-building-service/src/commands/GetSlotTypesCommand.ts
index 28f06ccbc45f..b66835072450 100644
--- a/clients/client-lex-model-building-service/src/commands/GetSlotTypesCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/GetSlotTypesCommand.ts
@@ -160,4 +160,16 @@ export class GetSlotTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSlotTypesCommand)
.de(de_GetSlotTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSlotTypesRequest;
+ output: GetSlotTypesResponse;
+ };
+ sdk: {
+ input: GetSlotTypesCommandInput;
+ output: GetSlotTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/GetUtterancesViewCommand.ts b/clients/client-lex-model-building-service/src/commands/GetUtterancesViewCommand.ts
index 3b2865a4db0b..d78ce99c2539 100644
--- a/clients/client-lex-model-building-service/src/commands/GetUtterancesViewCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/GetUtterancesViewCommand.ts
@@ -133,4 +133,16 @@ export class GetUtterancesViewCommand extends $Command
.f(void 0, void 0)
.ser(se_GetUtterancesViewCommand)
.de(de_GetUtterancesViewCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUtterancesViewRequest;
+ output: GetUtterancesViewResponse;
+ };
+ sdk: {
+ input: GetUtterancesViewCommandInput;
+ output: GetUtterancesViewCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-lex-model-building-service/src/commands/ListTagsForResourceCommand.ts
index fd9276820fee..8d404c585a0b 100644
--- a/clients/client-lex-model-building-service/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/ListTagsForResourceCommand.ts
@@ -102,4 +102,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/PutBotAliasCommand.ts b/clients/client-lex-model-building-service/src/commands/PutBotAliasCommand.ts
index c46b43771030..2639a028d4f1 100644
--- a/clients/client-lex-model-building-service/src/commands/PutBotAliasCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/PutBotAliasCommand.ts
@@ -151,4 +151,16 @@ export class PutBotAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_PutBotAliasCommand)
.de(de_PutBotAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutBotAliasRequest;
+ output: PutBotAliasResponse;
+ };
+ sdk: {
+ input: PutBotAliasCommandInput;
+ output: PutBotAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/PutBotCommand.ts b/clients/client-lex-model-building-service/src/commands/PutBotCommand.ts
index 8ea43c9ded78..aadcac6bcf6d 100644
--- a/clients/client-lex-model-building-service/src/commands/PutBotCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/PutBotCommand.ts
@@ -301,4 +301,16 @@ export class PutBotCommand extends $Command
.f(void 0, void 0)
.ser(se_PutBotCommand)
.de(de_PutBotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutBotRequest;
+ output: PutBotResponse;
+ };
+ sdk: {
+ input: PutBotCommandInput;
+ output: PutBotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/PutIntentCommand.ts b/clients/client-lex-model-building-service/src/commands/PutIntentCommand.ts
index 186f38485f9c..afe98127f733 100644
--- a/clients/client-lex-model-building-service/src/commands/PutIntentCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/PutIntentCommand.ts
@@ -632,4 +632,16 @@ export class PutIntentCommand extends $Command
.f(void 0, void 0)
.ser(se_PutIntentCommand)
.de(de_PutIntentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutIntentRequest;
+ output: PutIntentResponse;
+ };
+ sdk: {
+ input: PutIntentCommandInput;
+ output: PutIntentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/PutSlotTypeCommand.ts b/clients/client-lex-model-building-service/src/commands/PutSlotTypeCommand.ts
index be4b8c860699..677d840aa91b 100644
--- a/clients/client-lex-model-building-service/src/commands/PutSlotTypeCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/PutSlotTypeCommand.ts
@@ -196,4 +196,16 @@ export class PutSlotTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_PutSlotTypeCommand)
.de(de_PutSlotTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutSlotTypeRequest;
+ output: PutSlotTypeResponse;
+ };
+ sdk: {
+ input: PutSlotTypeCommandInput;
+ output: PutSlotTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/StartImportCommand.ts b/clients/client-lex-model-building-service/src/commands/StartImportCommand.ts
index 7ecaf5770514..e7f849496e7b 100644
--- a/clients/client-lex-model-building-service/src/commands/StartImportCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/StartImportCommand.ts
@@ -111,4 +111,16 @@ export class StartImportCommand extends $Command
.f(void 0, void 0)
.ser(se_StartImportCommand)
.de(de_StartImportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartImportRequest;
+ output: StartImportResponse;
+ };
+ sdk: {
+ input: StartImportCommandInput;
+ output: StartImportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/StartMigrationCommand.ts b/clients/client-lex-model-building-service/src/commands/StartMigrationCommand.ts
index e085147d7716..e51750bd9f96 100644
--- a/clients/client-lex-model-building-service/src/commands/StartMigrationCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/StartMigrationCommand.ts
@@ -114,4 +114,16 @@ export class StartMigrationCommand extends $Command
.f(void 0, void 0)
.ser(se_StartMigrationCommand)
.de(de_StartMigrationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartMigrationRequest;
+ output: StartMigrationResponse;
+ };
+ sdk: {
+ input: StartMigrationCommandInput;
+ output: StartMigrationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/TagResourceCommand.ts b/clients/client-lex-model-building-service/src/commands/TagResourceCommand.ts
index 9e6ff0e2e01f..d592f1b3b804 100644
--- a/clients/client-lex-model-building-service/src/commands/TagResourceCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/TagResourceCommand.ts
@@ -105,4 +105,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-model-building-service/src/commands/UntagResourceCommand.ts b/clients/client-lex-model-building-service/src/commands/UntagResourceCommand.ts
index 790685358f85..6cfadae77e36 100644
--- a/clients/client-lex-model-building-service/src/commands/UntagResourceCommand.ts
+++ b/clients/client-lex-model-building-service/src/commands/UntagResourceCommand.ts
@@ -101,4 +101,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/package.json b/clients/client-lex-models-v2/package.json
index 30fe8385f2d7..5e7087be41c1 100644
--- a/clients/client-lex-models-v2/package.json
+++ b/clients/client-lex-models-v2/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2"
},
"devDependencies": {
diff --git a/clients/client-lex-models-v2/src/commands/BatchCreateCustomVocabularyItemCommand.ts b/clients/client-lex-models-v2/src/commands/BatchCreateCustomVocabularyItemCommand.ts
index 5d896c3b5305..5ed9ce3885c6 100644
--- a/clients/client-lex-models-v2/src/commands/BatchCreateCustomVocabularyItemCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/BatchCreateCustomVocabularyItemCommand.ts
@@ -128,4 +128,16 @@ export class BatchCreateCustomVocabularyItemCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchCreateCustomVocabularyItemCommand)
.de(de_BatchCreateCustomVocabularyItemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchCreateCustomVocabularyItemRequest;
+ output: BatchCreateCustomVocabularyItemResponse;
+ };
+ sdk: {
+ input: BatchCreateCustomVocabularyItemCommandInput;
+ output: BatchCreateCustomVocabularyItemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/BatchDeleteCustomVocabularyItemCommand.ts b/clients/client-lex-models-v2/src/commands/BatchDeleteCustomVocabularyItemCommand.ts
index 26bf826e6da3..402c0592a73d 100644
--- a/clients/client-lex-models-v2/src/commands/BatchDeleteCustomVocabularyItemCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/BatchDeleteCustomVocabularyItemCommand.ts
@@ -126,4 +126,16 @@ export class BatchDeleteCustomVocabularyItemCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDeleteCustomVocabularyItemCommand)
.de(de_BatchDeleteCustomVocabularyItemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDeleteCustomVocabularyItemRequest;
+ output: BatchDeleteCustomVocabularyItemResponse;
+ };
+ sdk: {
+ input: BatchDeleteCustomVocabularyItemCommandInput;
+ output: BatchDeleteCustomVocabularyItemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/BatchUpdateCustomVocabularyItemCommand.ts b/clients/client-lex-models-v2/src/commands/BatchUpdateCustomVocabularyItemCommand.ts
index a3fa5341bb5a..729ed037eeb9 100644
--- a/clients/client-lex-models-v2/src/commands/BatchUpdateCustomVocabularyItemCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/BatchUpdateCustomVocabularyItemCommand.ts
@@ -129,4 +129,16 @@ export class BatchUpdateCustomVocabularyItemCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchUpdateCustomVocabularyItemCommand)
.de(de_BatchUpdateCustomVocabularyItemCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchUpdateCustomVocabularyItemRequest;
+ output: BatchUpdateCustomVocabularyItemResponse;
+ };
+ sdk: {
+ input: BatchUpdateCustomVocabularyItemCommandInput;
+ output: BatchUpdateCustomVocabularyItemCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/BuildBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/BuildBotLocaleCommand.ts
index 11b6f08ab077..ee2d301cd731 100644
--- a/clients/client-lex-models-v2/src/commands/BuildBotLocaleCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/BuildBotLocaleCommand.ts
@@ -110,4 +110,16 @@ export class BuildBotLocaleCommand extends $Command
.f(void 0, void 0)
.ser(se_BuildBotLocaleCommand)
.de(de_BuildBotLocaleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BuildBotLocaleRequest;
+ output: BuildBotLocaleResponse;
+ };
+ sdk: {
+ input: BuildBotLocaleCommandInput;
+ output: BuildBotLocaleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/CreateBotAliasCommand.ts b/clients/client-lex-models-v2/src/commands/CreateBotAliasCommand.ts
index 81cccae62ba2..c181e8112ab7 100644
--- a/clients/client-lex-models-v2/src/commands/CreateBotAliasCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/CreateBotAliasCommand.ts
@@ -203,4 +203,16 @@ export class CreateBotAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateBotAliasCommand)
.de(de_CreateBotAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBotAliasRequest;
+ output: CreateBotAliasResponse;
+ };
+ sdk: {
+ input: CreateBotAliasCommandInput;
+ output: CreateBotAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/CreateBotCommand.ts b/clients/client-lex-models-v2/src/commands/CreateBotCommand.ts
index da24e070031d..841f408c6e77 100644
--- a/clients/client-lex-models-v2/src/commands/CreateBotCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/CreateBotCommand.ts
@@ -149,4 +149,16 @@ export class CreateBotCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateBotCommand)
.de(de_CreateBotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBotRequest;
+ output: CreateBotResponse;
+ };
+ sdk: {
+ input: CreateBotCommandInput;
+ output: CreateBotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/CreateBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/CreateBotLocaleCommand.ts
index 9e0544dd95d0..064b8d9fc106 100644
--- a/clients/client-lex-models-v2/src/commands/CreateBotLocaleCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/CreateBotLocaleCommand.ts
@@ -208,4 +208,16 @@ export class CreateBotLocaleCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateBotLocaleCommand)
.de(de_CreateBotLocaleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBotLocaleRequest;
+ output: CreateBotLocaleResponse;
+ };
+ sdk: {
+ input: CreateBotLocaleCommandInput;
+ output: CreateBotLocaleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/CreateBotReplicaCommand.ts b/clients/client-lex-models-v2/src/commands/CreateBotReplicaCommand.ts
index 6dda22487b8c..d17c949a3960 100644
--- a/clients/client-lex-models-v2/src/commands/CreateBotReplicaCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/CreateBotReplicaCommand.ts
@@ -107,4 +107,16 @@ export class CreateBotReplicaCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateBotReplicaCommand)
.de(de_CreateBotReplicaCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBotReplicaRequest;
+ output: CreateBotReplicaResponse;
+ };
+ sdk: {
+ input: CreateBotReplicaCommandInput;
+ output: CreateBotReplicaCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/CreateBotVersionCommand.ts b/clients/client-lex-models-v2/src/commands/CreateBotVersionCommand.ts
index 498381d41cbf..e498b46dbc14 100644
--- a/clients/client-lex-models-v2/src/commands/CreateBotVersionCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/CreateBotVersionCommand.ts
@@ -121,4 +121,16 @@ export class CreateBotVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateBotVersionCommand)
.de(de_CreateBotVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBotVersionRequest;
+ output: CreateBotVersionResponse;
+ };
+ sdk: {
+ input: CreateBotVersionCommandInput;
+ output: CreateBotVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/CreateExportCommand.ts b/clients/client-lex-models-v2/src/commands/CreateExportCommand.ts
index 33034fae2e76..417b73b1e5f2 100644
--- a/clients/client-lex-models-v2/src/commands/CreateExportCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/CreateExportCommand.ts
@@ -152,4 +152,16 @@ export class CreateExportCommand extends $Command
.f(CreateExportRequestFilterSensitiveLog, void 0)
.ser(se_CreateExportCommand)
.de(de_CreateExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateExportRequest;
+ output: CreateExportResponse;
+ };
+ sdk: {
+ input: CreateExportCommandInput;
+ output: CreateExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/CreateIntentCommand.ts b/clients/client-lex-models-v2/src/commands/CreateIntentCommand.ts
index d8307488b878..eda7cb207a57 100644
--- a/clients/client-lex-models-v2/src/commands/CreateIntentCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/CreateIntentCommand.ts
@@ -1071,4 +1071,16 @@ export class CreateIntentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateIntentCommand)
.de(de_CreateIntentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateIntentRequest;
+ output: CreateIntentResponse;
+ };
+ sdk: {
+ input: CreateIntentCommandInput;
+ output: CreateIntentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/CreateResourcePolicyCommand.ts b/clients/client-lex-models-v2/src/commands/CreateResourcePolicyCommand.ts
index c7cb16d93bdb..528947f7ccec 100644
--- a/clients/client-lex-models-v2/src/commands/CreateResourcePolicyCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/CreateResourcePolicyCommand.ts
@@ -104,4 +104,16 @@ export class CreateResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateResourcePolicyCommand)
.de(de_CreateResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateResourcePolicyRequest;
+ output: CreateResourcePolicyResponse;
+ };
+ sdk: {
+ input: CreateResourcePolicyCommandInput;
+ output: CreateResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/CreateResourcePolicyStatementCommand.ts b/clients/client-lex-models-v2/src/commands/CreateResourcePolicyStatementCommand.ts
index eab7622b091f..43fce6482a3e 100644
--- a/clients/client-lex-models-v2/src/commands/CreateResourcePolicyStatementCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/CreateResourcePolicyStatementCommand.ts
@@ -135,4 +135,16 @@ export class CreateResourcePolicyStatementCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateResourcePolicyStatementCommand)
.de(de_CreateResourcePolicyStatementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateResourcePolicyStatementRequest;
+ output: CreateResourcePolicyStatementResponse;
+ };
+ sdk: {
+ input: CreateResourcePolicyStatementCommandInput;
+ output: CreateResourcePolicyStatementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/CreateSlotCommand.ts b/clients/client-lex-models-v2/src/commands/CreateSlotCommand.ts
index 432419000bfe..566674f9e597 100644
--- a/clients/client-lex-models-v2/src/commands/CreateSlotCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/CreateSlotCommand.ts
@@ -908,4 +908,16 @@ export class CreateSlotCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSlotCommand)
.de(de_CreateSlotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSlotRequest;
+ output: CreateSlotResponse;
+ };
+ sdk: {
+ input: CreateSlotCommandInput;
+ output: CreateSlotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/CreateSlotTypeCommand.ts b/clients/client-lex-models-v2/src/commands/CreateSlotTypeCommand.ts
index 0ad715fccfed..9e3e257b4a8d 100644
--- a/clients/client-lex-models-v2/src/commands/CreateSlotTypeCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/CreateSlotTypeCommand.ts
@@ -193,4 +193,16 @@ export class CreateSlotTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSlotTypeCommand)
.de(de_CreateSlotTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSlotTypeRequest;
+ output: CreateSlotTypeResponse;
+ };
+ sdk: {
+ input: CreateSlotTypeCommandInput;
+ output: CreateSlotTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/CreateTestSetDiscrepancyReportCommand.ts b/clients/client-lex-models-v2/src/commands/CreateTestSetDiscrepancyReportCommand.ts
index c844d5dd43cb..4299240c097c 100644
--- a/clients/client-lex-models-v2/src/commands/CreateTestSetDiscrepancyReportCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/CreateTestSetDiscrepancyReportCommand.ts
@@ -122,4 +122,16 @@ export class CreateTestSetDiscrepancyReportCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTestSetDiscrepancyReportCommand)
.de(de_CreateTestSetDiscrepancyReportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTestSetDiscrepancyReportRequest;
+ output: CreateTestSetDiscrepancyReportResponse;
+ };
+ sdk: {
+ input: CreateTestSetDiscrepancyReportCommandInput;
+ output: CreateTestSetDiscrepancyReportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/CreateUploadUrlCommand.ts b/clients/client-lex-models-v2/src/commands/CreateUploadUrlCommand.ts
index da22f85be631..58e6021d300c 100644
--- a/clients/client-lex-models-v2/src/commands/CreateUploadUrlCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/CreateUploadUrlCommand.ts
@@ -98,4 +98,16 @@ export class CreateUploadUrlCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateUploadUrlCommand)
.de(de_CreateUploadUrlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: CreateUploadUrlResponse;
+ };
+ sdk: {
+ input: CreateUploadUrlCommandInput;
+ output: CreateUploadUrlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DeleteBotAliasCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteBotAliasCommand.ts
index ecbd51430b9c..0f951e5f12ce 100644
--- a/clients/client-lex-models-v2/src/commands/DeleteBotAliasCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DeleteBotAliasCommand.ts
@@ -106,4 +106,16 @@ export class DeleteBotAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBotAliasCommand)
.de(de_DeleteBotAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBotAliasRequest;
+ output: DeleteBotAliasResponse;
+ };
+ sdk: {
+ input: DeleteBotAliasCommandInput;
+ output: DeleteBotAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DeleteBotCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteBotCommand.ts
index 50ee64305758..bdda1ba37578 100644
--- a/clients/client-lex-models-v2/src/commands/DeleteBotCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DeleteBotCommand.ts
@@ -113,4 +113,16 @@ export class DeleteBotCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBotCommand)
.de(de_DeleteBotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBotRequest;
+ output: DeleteBotResponse;
+ };
+ sdk: {
+ input: DeleteBotCommandInput;
+ output: DeleteBotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DeleteBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteBotLocaleCommand.ts
index bcad45fc6f70..5f4baacf1ddb 100644
--- a/clients/client-lex-models-v2/src/commands/DeleteBotLocaleCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DeleteBotLocaleCommand.ts
@@ -109,4 +109,16 @@ export class DeleteBotLocaleCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBotLocaleCommand)
.de(de_DeleteBotLocaleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBotLocaleRequest;
+ output: DeleteBotLocaleResponse;
+ };
+ sdk: {
+ input: DeleteBotLocaleCommandInput;
+ output: DeleteBotLocaleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DeleteBotReplicaCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteBotReplicaCommand.ts
index a3507309afb7..52b1854cdb0d 100644
--- a/clients/client-lex-models-v2/src/commands/DeleteBotReplicaCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DeleteBotReplicaCommand.ts
@@ -105,4 +105,16 @@ export class DeleteBotReplicaCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBotReplicaCommand)
.de(de_DeleteBotReplicaCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBotReplicaRequest;
+ output: DeleteBotReplicaResponse;
+ };
+ sdk: {
+ input: DeleteBotReplicaCommandInput;
+ output: DeleteBotReplicaCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DeleteBotVersionCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteBotVersionCommand.ts
index a8787c34de0d..b82b971ea94f 100644
--- a/clients/client-lex-models-v2/src/commands/DeleteBotVersionCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DeleteBotVersionCommand.ts
@@ -107,4 +107,16 @@ export class DeleteBotVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBotVersionCommand)
.de(de_DeleteBotVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBotVersionRequest;
+ output: DeleteBotVersionResponse;
+ };
+ sdk: {
+ input: DeleteBotVersionCommandInput;
+ output: DeleteBotVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DeleteCustomVocabularyCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteCustomVocabularyCommand.ts
index 8771b038a52e..5d83749f5df4 100644
--- a/clients/client-lex-models-v2/src/commands/DeleteCustomVocabularyCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DeleteCustomVocabularyCommand.ts
@@ -108,4 +108,16 @@ export class DeleteCustomVocabularyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCustomVocabularyCommand)
.de(de_DeleteCustomVocabularyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCustomVocabularyRequest;
+ output: DeleteCustomVocabularyResponse;
+ };
+ sdk: {
+ input: DeleteCustomVocabularyCommandInput;
+ output: DeleteCustomVocabularyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DeleteExportCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteExportCommand.ts
index da03668282c1..f9cb0070a707 100644
--- a/clients/client-lex-models-v2/src/commands/DeleteExportCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DeleteExportCommand.ts
@@ -99,4 +99,16 @@ export class DeleteExportCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteExportCommand)
.de(de_DeleteExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteExportRequest;
+ output: DeleteExportResponse;
+ };
+ sdk: {
+ input: DeleteExportCommandInput;
+ output: DeleteExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DeleteImportCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteImportCommand.ts
index 342f0488c274..4443d90edc37 100644
--- a/clients/client-lex-models-v2/src/commands/DeleteImportCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DeleteImportCommand.ts
@@ -99,4 +99,16 @@ export class DeleteImportCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteImportCommand)
.de(de_DeleteImportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteImportRequest;
+ output: DeleteImportResponse;
+ };
+ sdk: {
+ input: DeleteImportCommandInput;
+ output: DeleteImportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DeleteIntentCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteIntentCommand.ts
index 26b096f03c8e..3da678106f47 100644
--- a/clients/client-lex-models-v2/src/commands/DeleteIntentCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DeleteIntentCommand.ts
@@ -105,4 +105,16 @@ export class DeleteIntentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIntentCommand)
.de(de_DeleteIntentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIntentRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteIntentCommandInput;
+ output: DeleteIntentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyCommand.ts
index cc56a91b29ce..1ed17cf1a2d8 100644
--- a/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyCommand.ts
@@ -97,4 +97,16 @@ export class DeleteResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteResourcePolicyCommand)
.de(de_DeleteResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteResourcePolicyRequest;
+ output: DeleteResourcePolicyResponse;
+ };
+ sdk: {
+ input: DeleteResourcePolicyCommandInput;
+ output: DeleteResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyStatementCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyStatementCommand.ts
index 0b73a663750a..d1bd31c073fd 100644
--- a/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyStatementCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyStatementCommand.ts
@@ -108,4 +108,16 @@ export class DeleteResourcePolicyStatementCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteResourcePolicyStatementCommand)
.de(de_DeleteResourcePolicyStatementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteResourcePolicyStatementRequest;
+ output: DeleteResourcePolicyStatementResponse;
+ };
+ sdk: {
+ input: DeleteResourcePolicyStatementCommandInput;
+ output: DeleteResourcePolicyStatementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DeleteSlotCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteSlotCommand.ts
index 002c05ae2bb8..95de71e78875 100644
--- a/clients/client-lex-models-v2/src/commands/DeleteSlotCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DeleteSlotCommand.ts
@@ -104,4 +104,16 @@ export class DeleteSlotCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSlotCommand)
.de(de_DeleteSlotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSlotRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSlotCommandInput;
+ output: DeleteSlotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DeleteSlotTypeCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteSlotTypeCommand.ts
index 590184c0275b..da5951876017 100644
--- a/clients/client-lex-models-v2/src/commands/DeleteSlotTypeCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DeleteSlotTypeCommand.ts
@@ -108,4 +108,16 @@ export class DeleteSlotTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSlotTypeCommand)
.de(de_DeleteSlotTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSlotTypeRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteSlotTypeCommandInput;
+ output: DeleteSlotTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DeleteTestSetCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteTestSetCommand.ts
index 6839b51648a8..cc0968eecd53 100644
--- a/clients/client-lex-models-v2/src/commands/DeleteTestSetCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DeleteTestSetCommand.ts
@@ -100,4 +100,16 @@ export class DeleteTestSetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTestSetCommand)
.de(de_DeleteTestSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTestSetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTestSetCommandInput;
+ output: DeleteTestSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DeleteUtterancesCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteUtterancesCommand.ts
index c0d58b1d0e79..3b8f7336fc16 100644
--- a/clients/client-lex-models-v2/src/commands/DeleteUtterancesCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DeleteUtterancesCommand.ts
@@ -100,4 +100,16 @@ export class DeleteUtterancesCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteUtterancesCommand)
.de(de_DeleteUtterancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteUtterancesRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteUtterancesCommandInput;
+ output: DeleteUtterancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotAliasCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotAliasCommand.ts
index 14e1bb09282f..26b9b97bcc27 100644
--- a/clients/client-lex-models-v2/src/commands/DescribeBotAliasCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DescribeBotAliasCommand.ts
@@ -158,4 +158,16 @@ export class DescribeBotAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeBotAliasCommand)
.de(de_DescribeBotAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBotAliasRequest;
+ output: DescribeBotAliasResponse;
+ };
+ sdk: {
+ input: DescribeBotAliasCommandInput;
+ output: DescribeBotAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotCommand.ts
index 3745162a405c..ba29b82a68c4 100644
--- a/clients/client-lex-models-v2/src/commands/DescribeBotCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DescribeBotCommand.ts
@@ -119,4 +119,16 @@ export class DescribeBotCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeBotCommand)
.de(de_DescribeBotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBotRequest;
+ output: DescribeBotResponse;
+ };
+ sdk: {
+ input: DescribeBotCommandInput;
+ output: DescribeBotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotLocaleCommand.ts
index 20b5c9da34ea..981aecf55ebf 100644
--- a/clients/client-lex-models-v2/src/commands/DescribeBotLocaleCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DescribeBotLocaleCommand.ts
@@ -168,4 +168,16 @@ export class DescribeBotLocaleCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeBotLocaleCommand)
.de(de_DescribeBotLocaleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBotLocaleRequest;
+ output: DescribeBotLocaleResponse;
+ };
+ sdk: {
+ input: DescribeBotLocaleCommandInput;
+ output: DescribeBotLocaleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotRecommendationCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotRecommendationCommand.ts
index f41ce28c9543..1cb2ef49ad13 100644
--- a/clients/client-lex-models-v2/src/commands/DescribeBotRecommendationCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DescribeBotRecommendationCommand.ts
@@ -150,4 +150,16 @@ export class DescribeBotRecommendationCommand extends $Command
.f(void 0, DescribeBotRecommendationResponseFilterSensitiveLog)
.ser(se_DescribeBotRecommendationCommand)
.de(de_DescribeBotRecommendationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBotRecommendationRequest;
+ output: DescribeBotRecommendationResponse;
+ };
+ sdk: {
+ input: DescribeBotRecommendationCommandInput;
+ output: DescribeBotRecommendationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotReplicaCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotReplicaCommand.ts
index 041ebd9371f9..ade60a8a8244 100644
--- a/clients/client-lex-models-v2/src/commands/DescribeBotReplicaCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DescribeBotReplicaCommand.ts
@@ -104,4 +104,16 @@ export class DescribeBotReplicaCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeBotReplicaCommand)
.de(de_DescribeBotReplicaCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBotReplicaRequest;
+ output: DescribeBotReplicaResponse;
+ };
+ sdk: {
+ input: DescribeBotReplicaCommandInput;
+ output: DescribeBotReplicaCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotResourceGenerationCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotResourceGenerationCommand.ts
index de51ca3a8782..6e0105f2d3e6 100644
--- a/clients/client-lex-models-v2/src/commands/DescribeBotResourceGenerationCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DescribeBotResourceGenerationCommand.ts
@@ -116,4 +116,16 @@ export class DescribeBotResourceGenerationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeBotResourceGenerationCommand)
.de(de_DescribeBotResourceGenerationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBotResourceGenerationRequest;
+ output: DescribeBotResourceGenerationResponse;
+ };
+ sdk: {
+ input: DescribeBotResourceGenerationCommandInput;
+ output: DescribeBotResourceGenerationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotVersionCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotVersionCommand.ts
index 7e820cd603d5..e8ad3e42b279 100644
--- a/clients/client-lex-models-v2/src/commands/DescribeBotVersionCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DescribeBotVersionCommand.ts
@@ -126,4 +126,16 @@ export class DescribeBotVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeBotVersionCommand)
.de(de_DescribeBotVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBotVersionRequest;
+ output: DescribeBotVersionResponse;
+ };
+ sdk: {
+ input: DescribeBotVersionCommandInput;
+ output: DescribeBotVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DescribeCustomVocabularyMetadataCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeCustomVocabularyMetadataCommand.ts
index f5e7f7923cc0..70d15c3e6553 100644
--- a/clients/client-lex-models-v2/src/commands/DescribeCustomVocabularyMetadataCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DescribeCustomVocabularyMetadataCommand.ts
@@ -108,4 +108,16 @@ export class DescribeCustomVocabularyMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeCustomVocabularyMetadataCommand)
.de(de_DescribeCustomVocabularyMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeCustomVocabularyMetadataRequest;
+ output: DescribeCustomVocabularyMetadataResponse;
+ };
+ sdk: {
+ input: DescribeCustomVocabularyMetadataCommandInput;
+ output: DescribeCustomVocabularyMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DescribeExportCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeExportCommand.ts
index 8bf67f637b70..a41bfb99e44a 100644
--- a/clients/client-lex-models-v2/src/commands/DescribeExportCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DescribeExportCommand.ts
@@ -120,4 +120,16 @@ export class DescribeExportCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeExportCommand)
.de(de_DescribeExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeExportRequest;
+ output: DescribeExportResponse;
+ };
+ sdk: {
+ input: DescribeExportCommandInput;
+ output: DescribeExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DescribeImportCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeImportCommand.ts
index 0a3015cc6f22..9a3b6ff6964e 100644
--- a/clients/client-lex-models-v2/src/commands/DescribeImportCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DescribeImportCommand.ts
@@ -151,4 +151,16 @@ export class DescribeImportCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeImportCommand)
.de(de_DescribeImportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeImportRequest;
+ output: DescribeImportResponse;
+ };
+ sdk: {
+ input: DescribeImportCommandInput;
+ output: DescribeImportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DescribeIntentCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeIntentCommand.ts
index 2481abd27aac..d3ecf409bc04 100644
--- a/clients/client-lex-models-v2/src/commands/DescribeIntentCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DescribeIntentCommand.ts
@@ -573,4 +573,16 @@ export class DescribeIntentCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeIntentCommand)
.de(de_DescribeIntentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeIntentRequest;
+ output: DescribeIntentResponse;
+ };
+ sdk: {
+ input: DescribeIntentCommandInput;
+ output: DescribeIntentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DescribeResourcePolicyCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeResourcePolicyCommand.ts
index 45d4d3484a23..27c01817100c 100644
--- a/clients/client-lex-models-v2/src/commands/DescribeResourcePolicyCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DescribeResourcePolicyCommand.ts
@@ -92,4 +92,16 @@ export class DescribeResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeResourcePolicyCommand)
.de(de_DescribeResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeResourcePolicyRequest;
+ output: DescribeResourcePolicyResponse;
+ };
+ sdk: {
+ input: DescribeResourcePolicyCommandInput;
+ output: DescribeResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DescribeSlotCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeSlotCommand.ts
index 69115d0e8f15..d6b8ab883232 100644
--- a/clients/client-lex-models-v2/src/commands/DescribeSlotCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DescribeSlotCommand.ts
@@ -503,4 +503,16 @@ export class DescribeSlotCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSlotCommand)
.de(de_DescribeSlotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSlotRequest;
+ output: DescribeSlotResponse;
+ };
+ sdk: {
+ input: DescribeSlotCommandInput;
+ output: DescribeSlotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DescribeSlotTypeCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeSlotTypeCommand.ts
index 2c7636173a03..de99a3cd2748 100644
--- a/clients/client-lex-models-v2/src/commands/DescribeSlotTypeCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DescribeSlotTypeCommand.ts
@@ -145,4 +145,16 @@ export class DescribeSlotTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeSlotTypeCommand)
.de(de_DescribeSlotTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeSlotTypeRequest;
+ output: DescribeSlotTypeResponse;
+ };
+ sdk: {
+ input: DescribeSlotTypeCommandInput;
+ output: DescribeSlotTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DescribeTestExecutionCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeTestExecutionCommand.ts
index 33904dba05a7..0d218cd918e1 100644
--- a/clients/client-lex-models-v2/src/commands/DescribeTestExecutionCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DescribeTestExecutionCommand.ts
@@ -113,4 +113,16 @@ export class DescribeTestExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTestExecutionCommand)
.de(de_DescribeTestExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTestExecutionRequest;
+ output: DescribeTestExecutionResponse;
+ };
+ sdk: {
+ input: DescribeTestExecutionCommandInput;
+ output: DescribeTestExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DescribeTestSetCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeTestSetCommand.ts
index 9212b8614cfd..52fbb78577e2 100644
--- a/clients/client-lex-models-v2/src/commands/DescribeTestSetCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DescribeTestSetCommand.ts
@@ -109,4 +109,16 @@ export class DescribeTestSetCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTestSetCommand)
.de(de_DescribeTestSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTestSetRequest;
+ output: DescribeTestSetResponse;
+ };
+ sdk: {
+ input: DescribeTestSetCommandInput;
+ output: DescribeTestSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DescribeTestSetDiscrepancyReportCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeTestSetDiscrepancyReportCommand.ts
index bf19e414f837..40729ecea893 100644
--- a/clients/client-lex-models-v2/src/commands/DescribeTestSetDiscrepancyReportCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DescribeTestSetDiscrepancyReportCommand.ts
@@ -131,4 +131,16 @@ export class DescribeTestSetDiscrepancyReportCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTestSetDiscrepancyReportCommand)
.de(de_DescribeTestSetDiscrepancyReportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTestSetDiscrepancyReportRequest;
+ output: DescribeTestSetDiscrepancyReportResponse;
+ };
+ sdk: {
+ input: DescribeTestSetDiscrepancyReportCommandInput;
+ output: DescribeTestSetDiscrepancyReportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/DescribeTestSetGenerationCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeTestSetGenerationCommand.ts
index dca1198a8900..64cbb05196fb 100644
--- a/clients/client-lex-models-v2/src/commands/DescribeTestSetGenerationCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/DescribeTestSetGenerationCommand.ts
@@ -123,4 +123,16 @@ export class DescribeTestSetGenerationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTestSetGenerationCommand)
.de(de_DescribeTestSetGenerationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTestSetGenerationRequest;
+ output: DescribeTestSetGenerationResponse;
+ };
+ sdk: {
+ input: DescribeTestSetGenerationCommandInput;
+ output: DescribeTestSetGenerationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/GenerateBotElementCommand.ts b/clients/client-lex-models-v2/src/commands/GenerateBotElementCommand.ts
index 9beb4e437cd9..c773b3af322d 100644
--- a/clients/client-lex-models-v2/src/commands/GenerateBotElementCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/GenerateBotElementCommand.ts
@@ -117,4 +117,16 @@ export class GenerateBotElementCommand extends $Command
.f(void 0, void 0)
.ser(se_GenerateBotElementCommand)
.de(de_GenerateBotElementCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GenerateBotElementRequest;
+ output: GenerateBotElementResponse;
+ };
+ sdk: {
+ input: GenerateBotElementCommandInput;
+ output: GenerateBotElementCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/GetTestExecutionArtifactsUrlCommand.ts b/clients/client-lex-models-v2/src/commands/GetTestExecutionArtifactsUrlCommand.ts
index a13636aeb399..b7f7646e1cb6 100644
--- a/clients/client-lex-models-v2/src/commands/GetTestExecutionArtifactsUrlCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/GetTestExecutionArtifactsUrlCommand.ts
@@ -102,4 +102,16 @@ export class GetTestExecutionArtifactsUrlCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTestExecutionArtifactsUrlCommand)
.de(de_GetTestExecutionArtifactsUrlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTestExecutionArtifactsUrlRequest;
+ output: GetTestExecutionArtifactsUrlResponse;
+ };
+ sdk: {
+ input: GetTestExecutionArtifactsUrlCommandInput;
+ output: GetTestExecutionArtifactsUrlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListAggregatedUtterancesCommand.ts b/clients/client-lex-models-v2/src/commands/ListAggregatedUtterancesCommand.ts
index e0b3ff8ae147..9c96ded5525f 100644
--- a/clients/client-lex-models-v2/src/commands/ListAggregatedUtterancesCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListAggregatedUtterancesCommand.ts
@@ -165,4 +165,16 @@ export class ListAggregatedUtterancesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAggregatedUtterancesCommand)
.de(de_ListAggregatedUtterancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAggregatedUtterancesRequest;
+ output: ListAggregatedUtterancesResponse;
+ };
+ sdk: {
+ input: ListAggregatedUtterancesCommandInput;
+ output: ListAggregatedUtterancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListBotAliasReplicasCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotAliasReplicasCommand.ts
index 6875d573f194..863e7e1027ce 100644
--- a/clients/client-lex-models-v2/src/commands/ListBotAliasReplicasCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListBotAliasReplicasCommand.ts
@@ -110,4 +110,16 @@ export class ListBotAliasReplicasCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBotAliasReplicasCommand)
.de(de_ListBotAliasReplicasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBotAliasReplicasRequest;
+ output: ListBotAliasReplicasResponse;
+ };
+ sdk: {
+ input: ListBotAliasReplicasCommandInput;
+ output: ListBotAliasReplicasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListBotAliasesCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotAliasesCommand.ts
index a7c3a8e9a7fb..6736f7f229e3 100644
--- a/clients/client-lex-models-v2/src/commands/ListBotAliasesCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListBotAliasesCommand.ts
@@ -106,4 +106,16 @@ export class ListBotAliasesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBotAliasesCommand)
.de(de_ListBotAliasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBotAliasesRequest;
+ output: ListBotAliasesResponse;
+ };
+ sdk: {
+ input: ListBotAliasesCommandInput;
+ output: ListBotAliasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListBotLocalesCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotLocalesCommand.ts
index 2e0c81206d99..dffa8b3a005a 100644
--- a/clients/client-lex-models-v2/src/commands/ListBotLocalesCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListBotLocalesCommand.ts
@@ -120,4 +120,16 @@ export class ListBotLocalesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBotLocalesCommand)
.de(de_ListBotLocalesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBotLocalesRequest;
+ output: ListBotLocalesResponse;
+ };
+ sdk: {
+ input: ListBotLocalesCommandInput;
+ output: ListBotLocalesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListBotRecommendationsCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotRecommendationsCommand.ts
index 2d57bfa21b65..b4f46d66c848 100644
--- a/clients/client-lex-models-v2/src/commands/ListBotRecommendationsCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListBotRecommendationsCommand.ts
@@ -109,4 +109,16 @@ export class ListBotRecommendationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBotRecommendationsCommand)
.de(de_ListBotRecommendationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBotRecommendationsRequest;
+ output: ListBotRecommendationsResponse;
+ };
+ sdk: {
+ input: ListBotRecommendationsCommandInput;
+ output: ListBotRecommendationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListBotReplicasCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotReplicasCommand.ts
index f9498898be2a..2f4eaf0648d8 100644
--- a/clients/client-lex-models-v2/src/commands/ListBotReplicasCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListBotReplicasCommand.ts
@@ -103,4 +103,16 @@ export class ListBotReplicasCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBotReplicasCommand)
.de(de_ListBotReplicasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBotReplicasRequest;
+ output: ListBotReplicasResponse;
+ };
+ sdk: {
+ input: ListBotReplicasCommandInput;
+ output: ListBotReplicasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListBotResourceGenerationsCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotResourceGenerationsCommand.ts
index 48deb168d666..06dfcf109f6f 100644
--- a/clients/client-lex-models-v2/src/commands/ListBotResourceGenerationsCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListBotResourceGenerationsCommand.ts
@@ -112,4 +112,16 @@ export class ListBotResourceGenerationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBotResourceGenerationsCommand)
.de(de_ListBotResourceGenerationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBotResourceGenerationsRequest;
+ output: ListBotResourceGenerationsResponse;
+ };
+ sdk: {
+ input: ListBotResourceGenerationsCommandInput;
+ output: ListBotResourceGenerationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListBotVersionReplicasCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotVersionReplicasCommand.ts
index 645fe5db50fa..55c71231948d 100644
--- a/clients/client-lex-models-v2/src/commands/ListBotVersionReplicasCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListBotVersionReplicasCommand.ts
@@ -112,4 +112,16 @@ export class ListBotVersionReplicasCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBotVersionReplicasCommand)
.de(de_ListBotVersionReplicasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBotVersionReplicasRequest;
+ output: ListBotVersionReplicasResponse;
+ };
+ sdk: {
+ input: ListBotVersionReplicasCommandInput;
+ output: ListBotVersionReplicasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListBotVersionsCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotVersionsCommand.ts
index fb34af51e48d..01fe2a317f43 100644
--- a/clients/client-lex-models-v2/src/commands/ListBotVersionsCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListBotVersionsCommand.ts
@@ -115,4 +115,16 @@ export class ListBotVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBotVersionsCommand)
.de(de_ListBotVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBotVersionsRequest;
+ output: ListBotVersionsResponse;
+ };
+ sdk: {
+ input: ListBotVersionsCommandInput;
+ output: ListBotVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListBotsCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotsCommand.ts
index 8c329bbe08e8..d17bd917a1be 100644
--- a/clients/client-lex-models-v2/src/commands/ListBotsCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListBotsCommand.ts
@@ -117,4 +117,16 @@ export class ListBotsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBotsCommand)
.de(de_ListBotsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBotsRequest;
+ output: ListBotsResponse;
+ };
+ sdk: {
+ input: ListBotsCommandInput;
+ output: ListBotsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListBuiltInIntentsCommand.ts b/clients/client-lex-models-v2/src/commands/ListBuiltInIntentsCommand.ts
index 2e95e0c1c360..61f42bf3cd71 100644
--- a/clients/client-lex-models-v2/src/commands/ListBuiltInIntentsCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListBuiltInIntentsCommand.ts
@@ -110,4 +110,16 @@ export class ListBuiltInIntentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBuiltInIntentsCommand)
.de(de_ListBuiltInIntentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBuiltInIntentsRequest;
+ output: ListBuiltInIntentsResponse;
+ };
+ sdk: {
+ input: ListBuiltInIntentsCommandInput;
+ output: ListBuiltInIntentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListBuiltInSlotTypesCommand.ts b/clients/client-lex-models-v2/src/commands/ListBuiltInSlotTypesCommand.ts
index fb21f99c8d0e..282997ac9cb5 100644
--- a/clients/client-lex-models-v2/src/commands/ListBuiltInSlotTypesCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListBuiltInSlotTypesCommand.ts
@@ -106,4 +106,16 @@ export class ListBuiltInSlotTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBuiltInSlotTypesCommand)
.de(de_ListBuiltInSlotTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBuiltInSlotTypesRequest;
+ output: ListBuiltInSlotTypesResponse;
+ };
+ sdk: {
+ input: ListBuiltInSlotTypesCommandInput;
+ output: ListBuiltInSlotTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListCustomVocabularyItemsCommand.ts b/clients/client-lex-models-v2/src/commands/ListCustomVocabularyItemsCommand.ts
index 47b92e2ccf8f..be30ed924708 100644
--- a/clients/client-lex-models-v2/src/commands/ListCustomVocabularyItemsCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListCustomVocabularyItemsCommand.ts
@@ -112,4 +112,16 @@ export class ListCustomVocabularyItemsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCustomVocabularyItemsCommand)
.de(de_ListCustomVocabularyItemsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCustomVocabularyItemsRequest;
+ output: ListCustomVocabularyItemsResponse;
+ };
+ sdk: {
+ input: ListCustomVocabularyItemsCommandInput;
+ output: ListCustomVocabularyItemsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListExportsCommand.ts b/clients/client-lex-models-v2/src/commands/ListExportsCommand.ts
index 23239ce7940e..66ae92a936dc 100644
--- a/clients/client-lex-models-v2/src/commands/ListExportsCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListExportsCommand.ts
@@ -138,4 +138,16 @@ export class ListExportsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListExportsCommand)
.de(de_ListExportsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListExportsRequest;
+ output: ListExportsResponse;
+ };
+ sdk: {
+ input: ListExportsCommandInput;
+ output: ListExportsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListImportsCommand.ts b/clients/client-lex-models-v2/src/commands/ListImportsCommand.ts
index 131224babd11..0ed57902df06 100644
--- a/clients/client-lex-models-v2/src/commands/ListImportsCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListImportsCommand.ts
@@ -122,4 +122,16 @@ export class ListImportsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListImportsCommand)
.de(de_ListImportsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListImportsRequest;
+ output: ListImportsResponse;
+ };
+ sdk: {
+ input: ListImportsCommandInput;
+ output: ListImportsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListIntentMetricsCommand.ts b/clients/client-lex-models-v2/src/commands/ListIntentMetricsCommand.ts
index bd798f05ccf3..3f19fe987c66 100644
--- a/clients/client-lex-models-v2/src/commands/ListIntentMetricsCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListIntentMetricsCommand.ts
@@ -173,4 +173,16 @@ export class ListIntentMetricsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIntentMetricsCommand)
.de(de_ListIntentMetricsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIntentMetricsRequest;
+ output: ListIntentMetricsResponse;
+ };
+ sdk: {
+ input: ListIntentMetricsCommandInput;
+ output: ListIntentMetricsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListIntentPathsCommand.ts b/clients/client-lex-models-v2/src/commands/ListIntentPathsCommand.ts
index e05cb49514cf..2c67cc9fa5e7 100644
--- a/clients/client-lex-models-v2/src/commands/ListIntentPathsCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListIntentPathsCommand.ts
@@ -128,4 +128,16 @@ export class ListIntentPathsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIntentPathsCommand)
.de(de_ListIntentPathsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIntentPathsRequest;
+ output: ListIntentPathsResponse;
+ };
+ sdk: {
+ input: ListIntentPathsCommandInput;
+ output: ListIntentPathsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListIntentStageMetricsCommand.ts b/clients/client-lex-models-v2/src/commands/ListIntentStageMetricsCommand.ts
index 95cf75cd5884..19d9b7e8ff58 100644
--- a/clients/client-lex-models-v2/src/commands/ListIntentStageMetricsCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListIntentStageMetricsCommand.ts
@@ -173,4 +173,16 @@ export class ListIntentStageMetricsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIntentStageMetricsCommand)
.de(de_ListIntentStageMetricsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIntentStageMetricsRequest;
+ output: ListIntentStageMetricsResponse;
+ };
+ sdk: {
+ input: ListIntentStageMetricsCommandInput;
+ output: ListIntentStageMetricsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListIntentsCommand.ts b/clients/client-lex-models-v2/src/commands/ListIntentsCommand.ts
index 9d135a45e57c..850fa4767fd8 100644
--- a/clients/client-lex-models-v2/src/commands/ListIntentsCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListIntentsCommand.ts
@@ -133,4 +133,16 @@ export class ListIntentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIntentsCommand)
.de(de_ListIntentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIntentsRequest;
+ output: ListIntentsResponse;
+ };
+ sdk: {
+ input: ListIntentsCommandInput;
+ output: ListIntentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListRecommendedIntentsCommand.ts b/clients/client-lex-models-v2/src/commands/ListRecommendedIntentsCommand.ts
index 54bd05578230..39761a4f31be 100644
--- a/clients/client-lex-models-v2/src/commands/ListRecommendedIntentsCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListRecommendedIntentsCommand.ts
@@ -114,4 +114,16 @@ export class ListRecommendedIntentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRecommendedIntentsCommand)
.de(de_ListRecommendedIntentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRecommendedIntentsRequest;
+ output: ListRecommendedIntentsResponse;
+ };
+ sdk: {
+ input: ListRecommendedIntentsCommandInput;
+ output: ListRecommendedIntentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListSessionAnalyticsDataCommand.ts b/clients/client-lex-models-v2/src/commands/ListSessionAnalyticsDataCommand.ts
index bd445ca1637c..18e148ad7fb8 100644
--- a/clients/client-lex-models-v2/src/commands/ListSessionAnalyticsDataCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListSessionAnalyticsDataCommand.ts
@@ -144,4 +144,16 @@ export class ListSessionAnalyticsDataCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSessionAnalyticsDataCommand)
.de(de_ListSessionAnalyticsDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSessionAnalyticsDataRequest;
+ output: ListSessionAnalyticsDataResponse;
+ };
+ sdk: {
+ input: ListSessionAnalyticsDataCommandInput;
+ output: ListSessionAnalyticsDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListSessionMetricsCommand.ts b/clients/client-lex-models-v2/src/commands/ListSessionMetricsCommand.ts
index a2734b09b8b5..b0d3b5453be9 100644
--- a/clients/client-lex-models-v2/src/commands/ListSessionMetricsCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListSessionMetricsCommand.ts
@@ -173,4 +173,16 @@ export class ListSessionMetricsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSessionMetricsCommand)
.de(de_ListSessionMetricsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSessionMetricsRequest;
+ output: ListSessionMetricsResponse;
+ };
+ sdk: {
+ input: ListSessionMetricsCommandInput;
+ output: ListSessionMetricsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListSlotTypesCommand.ts b/clients/client-lex-models-v2/src/commands/ListSlotTypesCommand.ts
index 3e5fb3bae990..b0a40e795f8f 100644
--- a/clients/client-lex-models-v2/src/commands/ListSlotTypesCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListSlotTypesCommand.ts
@@ -122,4 +122,16 @@ export class ListSlotTypesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSlotTypesCommand)
.de(de_ListSlotTypesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSlotTypesRequest;
+ output: ListSlotTypesResponse;
+ };
+ sdk: {
+ input: ListSlotTypesCommandInput;
+ output: ListSlotTypesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListSlotsCommand.ts b/clients/client-lex-models-v2/src/commands/ListSlotsCommand.ts
index 6ab81e0dcb8a..32053eba159d 100644
--- a/clients/client-lex-models-v2/src/commands/ListSlotsCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListSlotsCommand.ts
@@ -204,4 +204,16 @@ export class ListSlotsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSlotsCommand)
.de(de_ListSlotsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSlotsRequest;
+ output: ListSlotsResponse;
+ };
+ sdk: {
+ input: ListSlotsCommandInput;
+ output: ListSlotsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListTagsForResourceCommand.ts b/clients/client-lex-models-v2/src/commands/ListTagsForResourceCommand.ts
index 5672c62960b2..09f2c2cf9a55 100644
--- a/clients/client-lex-models-v2/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListTagsForResourceCommand.ts
@@ -96,4 +96,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListTestExecutionResultItemsCommand.ts b/clients/client-lex-models-v2/src/commands/ListTestExecutionResultItemsCommand.ts
index 4df38e8db571..018ecde03995 100644
--- a/clients/client-lex-models-v2/src/commands/ListTestExecutionResultItemsCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListTestExecutionResultItemsCommand.ts
@@ -300,4 +300,16 @@ export class ListTestExecutionResultItemsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTestExecutionResultItemsCommand)
.de(de_ListTestExecutionResultItemsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTestExecutionResultItemsRequest;
+ output: ListTestExecutionResultItemsResponse;
+ };
+ sdk: {
+ input: ListTestExecutionResultItemsCommandInput;
+ output: ListTestExecutionResultItemsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListTestExecutionsCommand.ts b/clients/client-lex-models-v2/src/commands/ListTestExecutionsCommand.ts
index a53961d71d47..eac5570e0ada 100644
--- a/clients/client-lex-models-v2/src/commands/ListTestExecutionsCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListTestExecutionsCommand.ts
@@ -116,4 +116,16 @@ export class ListTestExecutionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTestExecutionsCommand)
.de(de_ListTestExecutionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTestExecutionsRequest;
+ output: ListTestExecutionsResponse;
+ };
+ sdk: {
+ input: ListTestExecutionsCommandInput;
+ output: ListTestExecutionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListTestSetRecordsCommand.ts b/clients/client-lex-models-v2/src/commands/ListTestSetRecordsCommand.ts
index 48f97d566334..5befeb974d3e 100644
--- a/clients/client-lex-models-v2/src/commands/ListTestSetRecordsCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListTestSetRecordsCommand.ts
@@ -184,4 +184,16 @@ export class ListTestSetRecordsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTestSetRecordsCommand)
.de(de_ListTestSetRecordsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTestSetRecordsRequest;
+ output: ListTestSetRecordsResponse;
+ };
+ sdk: {
+ input: ListTestSetRecordsCommandInput;
+ output: ListTestSetRecordsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListTestSetsCommand.ts b/clients/client-lex-models-v2/src/commands/ListTestSetsCommand.ts
index 6fcb1e54c016..4610ee10f8c6 100644
--- a/clients/client-lex-models-v2/src/commands/ListTestSetsCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListTestSetsCommand.ts
@@ -115,4 +115,16 @@ export class ListTestSetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTestSetsCommand)
.de(de_ListTestSetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTestSetsRequest;
+ output: ListTestSetsResponse;
+ };
+ sdk: {
+ input: ListTestSetsCommandInput;
+ output: ListTestSetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListUtteranceAnalyticsDataCommand.ts b/clients/client-lex-models-v2/src/commands/ListUtteranceAnalyticsDataCommand.ts
index 8b75a8e61a50..f85cc6a01fad 100644
--- a/clients/client-lex-models-v2/src/commands/ListUtteranceAnalyticsDataCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListUtteranceAnalyticsDataCommand.ts
@@ -178,4 +178,16 @@ export class ListUtteranceAnalyticsDataCommand extends $Command
.f(void 0, void 0)
.ser(se_ListUtteranceAnalyticsDataCommand)
.de(de_ListUtteranceAnalyticsDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUtteranceAnalyticsDataRequest;
+ output: ListUtteranceAnalyticsDataResponse;
+ };
+ sdk: {
+ input: ListUtteranceAnalyticsDataCommandInput;
+ output: ListUtteranceAnalyticsDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/ListUtteranceMetricsCommand.ts b/clients/client-lex-models-v2/src/commands/ListUtteranceMetricsCommand.ts
index 1c295f2d0bc7..21332015be6e 100644
--- a/clients/client-lex-models-v2/src/commands/ListUtteranceMetricsCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/ListUtteranceMetricsCommand.ts
@@ -189,4 +189,16 @@ export class ListUtteranceMetricsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListUtteranceMetricsCommand)
.de(de_ListUtteranceMetricsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUtteranceMetricsRequest;
+ output: ListUtteranceMetricsResponse;
+ };
+ sdk: {
+ input: ListUtteranceMetricsCommandInput;
+ output: ListUtteranceMetricsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/SearchAssociatedTranscriptsCommand.ts b/clients/client-lex-models-v2/src/commands/SearchAssociatedTranscriptsCommand.ts
index 862fa5b90c2e..bbe25c1b9383 100644
--- a/clients/client-lex-models-v2/src/commands/SearchAssociatedTranscriptsCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/SearchAssociatedTranscriptsCommand.ts
@@ -126,4 +126,16 @@ export class SearchAssociatedTranscriptsCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchAssociatedTranscriptsCommand)
.de(de_SearchAssociatedTranscriptsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchAssociatedTranscriptsRequest;
+ output: SearchAssociatedTranscriptsResponse;
+ };
+ sdk: {
+ input: SearchAssociatedTranscriptsCommandInput;
+ output: SearchAssociatedTranscriptsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/StartBotRecommendationCommand.ts b/clients/client-lex-models-v2/src/commands/StartBotRecommendationCommand.ts
index 8b08a91b9862..b670eb17fda9 100644
--- a/clients/client-lex-models-v2/src/commands/StartBotRecommendationCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/StartBotRecommendationCommand.ts
@@ -169,4 +169,16 @@ export class StartBotRecommendationCommand extends $Command
.f(StartBotRecommendationRequestFilterSensitiveLog, StartBotRecommendationResponseFilterSensitiveLog)
.ser(se_StartBotRecommendationCommand)
.de(de_StartBotRecommendationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartBotRecommendationRequest;
+ output: StartBotRecommendationResponse;
+ };
+ sdk: {
+ input: StartBotRecommendationCommandInput;
+ output: StartBotRecommendationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/StartBotResourceGenerationCommand.ts b/clients/client-lex-models-v2/src/commands/StartBotResourceGenerationCommand.ts
index 9300b93366af..882d0bac3688 100644
--- a/clients/client-lex-models-v2/src/commands/StartBotResourceGenerationCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/StartBotResourceGenerationCommand.ts
@@ -115,4 +115,16 @@ export class StartBotResourceGenerationCommand extends $Command
.f(void 0, void 0)
.ser(se_StartBotResourceGenerationCommand)
.de(de_StartBotResourceGenerationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartBotResourceGenerationRequest;
+ output: StartBotResourceGenerationResponse;
+ };
+ sdk: {
+ input: StartBotResourceGenerationCommandInput;
+ output: StartBotResourceGenerationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/StartImportCommand.ts b/clients/client-lex-models-v2/src/commands/StartImportCommand.ts
index d8e0de7320b5..8cf8e06fb33b 100644
--- a/clients/client-lex-models-v2/src/commands/StartImportCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/StartImportCommand.ts
@@ -205,4 +205,16 @@ export class StartImportCommand extends $Command
.f(StartImportRequestFilterSensitiveLog, void 0)
.ser(se_StartImportCommand)
.de(de_StartImportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartImportRequest;
+ output: StartImportResponse;
+ };
+ sdk: {
+ input: StartImportCommandInput;
+ output: StartImportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/StartTestExecutionCommand.ts b/clients/client-lex-models-v2/src/commands/StartTestExecutionCommand.ts
index 6db8341be4ba..584d2064cd5d 100644
--- a/clients/client-lex-models-v2/src/commands/StartTestExecutionCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/StartTestExecutionCommand.ts
@@ -121,4 +121,16 @@ export class StartTestExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartTestExecutionCommand)
.de(de_StartTestExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartTestExecutionRequest;
+ output: StartTestExecutionResponse;
+ };
+ sdk: {
+ input: StartTestExecutionCommandInput;
+ output: StartTestExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/StartTestSetGenerationCommand.ts b/clients/client-lex-models-v2/src/commands/StartTestSetGenerationCommand.ts
index 311279d93ff5..dbc4ea0c2908 100644
--- a/clients/client-lex-models-v2/src/commands/StartTestSetGenerationCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/StartTestSetGenerationCommand.ts
@@ -148,4 +148,16 @@ export class StartTestSetGenerationCommand extends $Command
.f(void 0, void 0)
.ser(se_StartTestSetGenerationCommand)
.de(de_StartTestSetGenerationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartTestSetGenerationRequest;
+ output: StartTestSetGenerationResponse;
+ };
+ sdk: {
+ input: StartTestSetGenerationCommandInput;
+ output: StartTestSetGenerationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/StopBotRecommendationCommand.ts b/clients/client-lex-models-v2/src/commands/StopBotRecommendationCommand.ts
index 107b6648ee9b..f34f0b957714 100644
--- a/clients/client-lex-models-v2/src/commands/StopBotRecommendationCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/StopBotRecommendationCommand.ts
@@ -113,4 +113,16 @@ export class StopBotRecommendationCommand extends $Command
.f(void 0, void 0)
.ser(se_StopBotRecommendationCommand)
.de(de_StopBotRecommendationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopBotRecommendationRequest;
+ output: StopBotRecommendationResponse;
+ };
+ sdk: {
+ input: StopBotRecommendationCommandInput;
+ output: StopBotRecommendationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/TagResourceCommand.ts b/clients/client-lex-models-v2/src/commands/TagResourceCommand.ts
index bc5c54b319a6..ded3d7fb92f6 100644
--- a/clients/client-lex-models-v2/src/commands/TagResourceCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/TagResourceCommand.ts
@@ -96,4 +96,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/UntagResourceCommand.ts b/clients/client-lex-models-v2/src/commands/UntagResourceCommand.ts
index 18819ae202da..a85b77ab627a 100644
--- a/clients/client-lex-models-v2/src/commands/UntagResourceCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/UntagResourceCommand.ts
@@ -94,4 +94,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/UpdateBotAliasCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateBotAliasCommand.ts
index 19af7c752f21..cb034c2e5126 100644
--- a/clients/client-lex-models-v2/src/commands/UpdateBotAliasCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/UpdateBotAliasCommand.ts
@@ -195,4 +195,16 @@ export class UpdateBotAliasCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateBotAliasCommand)
.de(de_UpdateBotAliasCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBotAliasRequest;
+ output: UpdateBotAliasResponse;
+ };
+ sdk: {
+ input: UpdateBotAliasCommandInput;
+ output: UpdateBotAliasCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/UpdateBotCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateBotCommand.ts
index 74f64f3f9220..f229c577deba 100644
--- a/clients/client-lex-models-v2/src/commands/UpdateBotCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/UpdateBotCommand.ts
@@ -139,4 +139,16 @@ export class UpdateBotCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateBotCommand)
.de(de_UpdateBotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBotRequest;
+ output: UpdateBotResponse;
+ };
+ sdk: {
+ input: UpdateBotCommandInput;
+ output: UpdateBotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/UpdateBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateBotLocaleCommand.ts
index c1f270693c5d..5bc198b4f70b 100644
--- a/clients/client-lex-models-v2/src/commands/UpdateBotLocaleCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/UpdateBotLocaleCommand.ts
@@ -212,4 +212,16 @@ export class UpdateBotLocaleCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateBotLocaleCommand)
.de(de_UpdateBotLocaleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBotLocaleRequest;
+ output: UpdateBotLocaleResponse;
+ };
+ sdk: {
+ input: UpdateBotLocaleCommandInput;
+ output: UpdateBotLocaleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/UpdateBotRecommendationCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateBotRecommendationCommand.ts
index 5941b3b97ba2..391c9e4ee95f 100644
--- a/clients/client-lex-models-v2/src/commands/UpdateBotRecommendationCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/UpdateBotRecommendationCommand.ts
@@ -150,4 +150,16 @@ export class UpdateBotRecommendationCommand extends $Command
.f(UpdateBotRecommendationRequestFilterSensitiveLog, UpdateBotRecommendationResponseFilterSensitiveLog)
.ser(se_UpdateBotRecommendationCommand)
.de(de_UpdateBotRecommendationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBotRecommendationRequest;
+ output: UpdateBotRecommendationResponse;
+ };
+ sdk: {
+ input: UpdateBotRecommendationCommandInput;
+ output: UpdateBotRecommendationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/UpdateExportCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateExportCommand.ts
index 5d1275ddb935..2fbfb61d02f4 100644
--- a/clients/client-lex-models-v2/src/commands/UpdateExportCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/UpdateExportCommand.ts
@@ -129,4 +129,16 @@ export class UpdateExportCommand extends $Command
.f(UpdateExportRequestFilterSensitiveLog, void 0)
.ser(se_UpdateExportCommand)
.de(de_UpdateExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateExportRequest;
+ output: UpdateExportResponse;
+ };
+ sdk: {
+ input: UpdateExportCommandInput;
+ output: UpdateExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/UpdateIntentCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateIntentCommand.ts
index 5d5bdd80ced7..8e166d7cd61c 100644
--- a/clients/client-lex-models-v2/src/commands/UpdateIntentCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/UpdateIntentCommand.ts
@@ -1048,4 +1048,16 @@ export class UpdateIntentCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateIntentCommand)
.de(de_UpdateIntentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateIntentRequest;
+ output: UpdateIntentResponse;
+ };
+ sdk: {
+ input: UpdateIntentCommandInput;
+ output: UpdateIntentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/UpdateResourcePolicyCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateResourcePolicyCommand.ts
index d4594b9ab1cf..af6f1044b076 100644
--- a/clients/client-lex-models-v2/src/commands/UpdateResourcePolicyCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/UpdateResourcePolicyCommand.ts
@@ -106,4 +106,16 @@ export class UpdateResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateResourcePolicyCommand)
.de(de_UpdateResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateResourcePolicyRequest;
+ output: UpdateResourcePolicyResponse;
+ };
+ sdk: {
+ input: UpdateResourcePolicyCommandInput;
+ output: UpdateResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/UpdateSlotCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateSlotCommand.ts
index 75a67e0df383..6a0ece7b62bc 100644
--- a/clients/client-lex-models-v2/src/commands/UpdateSlotCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/UpdateSlotCommand.ts
@@ -906,4 +906,16 @@ export class UpdateSlotCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSlotCommand)
.de(de_UpdateSlotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSlotRequest;
+ output: UpdateSlotResponse;
+ };
+ sdk: {
+ input: UpdateSlotCommandInput;
+ output: UpdateSlotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/UpdateSlotTypeCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateSlotTypeCommand.ts
index 1d475dece641..fe737ab90bc8 100644
--- a/clients/client-lex-models-v2/src/commands/UpdateSlotTypeCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/UpdateSlotTypeCommand.ts
@@ -192,4 +192,16 @@ export class UpdateSlotTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSlotTypeCommand)
.de(de_UpdateSlotTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSlotTypeRequest;
+ output: UpdateSlotTypeResponse;
+ };
+ sdk: {
+ input: UpdateSlotTypeCommandInput;
+ output: UpdateSlotTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-models-v2/src/commands/UpdateTestSetCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateTestSetCommand.ts
index dc726895778a..dfed838da60d 100644
--- a/clients/client-lex-models-v2/src/commands/UpdateTestSetCommand.ts
+++ b/clients/client-lex-models-v2/src/commands/UpdateTestSetCommand.ts
@@ -117,4 +117,16 @@ export class UpdateTestSetCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTestSetCommand)
.de(de_UpdateTestSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTestSetRequest;
+ output: UpdateTestSetResponse;
+ };
+ sdk: {
+ input: UpdateTestSetCommandInput;
+ output: UpdateTestSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-runtime-service/package.json b/clients/client-lex-runtime-service/package.json
index dc99b055640f..27ef2acb15ca 100644
--- a/clients/client-lex-runtime-service/package.json
+++ b/clients/client-lex-runtime-service/package.json
@@ -35,31 +35,31 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
- "@smithy/util-stream": "^3.1.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
+ "@smithy/util-stream": "^3.1.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-lex-runtime-service/src/commands/DeleteSessionCommand.ts b/clients/client-lex-runtime-service/src/commands/DeleteSessionCommand.ts
index 5a85eb8b980c..91c52e0cc29e 100644
--- a/clients/client-lex-runtime-service/src/commands/DeleteSessionCommand.ts
+++ b/clients/client-lex-runtime-service/src/commands/DeleteSessionCommand.ts
@@ -106,4 +106,16 @@ export class DeleteSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSessionCommand)
.de(de_DeleteSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSessionRequest;
+ output: DeleteSessionResponse;
+ };
+ sdk: {
+ input: DeleteSessionCommandInput;
+ output: DeleteSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-runtime-service/src/commands/GetSessionCommand.ts b/clients/client-lex-runtime-service/src/commands/GetSessionCommand.ts
index 96d4180446f2..9b0478953f59 100644
--- a/clients/client-lex-runtime-service/src/commands/GetSessionCommand.ts
+++ b/clients/client-lex-runtime-service/src/commands/GetSessionCommand.ts
@@ -137,4 +137,16 @@ export class GetSessionCommand extends $Command
.f(void 0, GetSessionResponseFilterSensitiveLog)
.ser(se_GetSessionCommand)
.de(de_GetSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSessionRequest;
+ output: GetSessionResponse;
+ };
+ sdk: {
+ input: GetSessionCommandInput;
+ output: GetSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-runtime-service/src/commands/PostContentCommand.ts b/clients/client-lex-runtime-service/src/commands/PostContentCommand.ts
index c535ec09bc2f..cb31d3716785 100644
--- a/clients/client-lex-runtime-service/src/commands/PostContentCommand.ts
+++ b/clients/client-lex-runtime-service/src/commands/PostContentCommand.ts
@@ -251,4 +251,16 @@ export class PostContentCommand extends $Command
.f(PostContentRequestFilterSensitiveLog, PostContentResponseFilterSensitiveLog)
.ser(se_PostContentCommand)
.de(de_PostContentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PostContentRequest;
+ output: PostContentResponse;
+ };
+ sdk: {
+ input: PostContentCommandInput;
+ output: PostContentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-runtime-service/src/commands/PostTextCommand.ts b/clients/client-lex-runtime-service/src/commands/PostTextCommand.ts
index d59ea15ad01e..4bd1851e33d9 100644
--- a/clients/client-lex-runtime-service/src/commands/PostTextCommand.ts
+++ b/clients/client-lex-runtime-service/src/commands/PostTextCommand.ts
@@ -287,4 +287,16 @@ export class PostTextCommand extends $Command
.f(PostTextRequestFilterSensitiveLog, PostTextResponseFilterSensitiveLog)
.ser(se_PostTextCommand)
.de(de_PostTextCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PostTextRequest;
+ output: PostTextResponse;
+ };
+ sdk: {
+ input: PostTextCommandInput;
+ output: PostTextCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-runtime-service/src/commands/PutSessionCommand.ts b/clients/client-lex-runtime-service/src/commands/PutSessionCommand.ts
index 37eaf86a8616..f6260f3dead2 100644
--- a/clients/client-lex-runtime-service/src/commands/PutSessionCommand.ts
+++ b/clients/client-lex-runtime-service/src/commands/PutSessionCommand.ts
@@ -188,4 +188,16 @@ export class PutSessionCommand extends $Command
.f(PutSessionRequestFilterSensitiveLog, PutSessionResponseFilterSensitiveLog)
.ser(se_PutSessionCommand)
.de(de_PutSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutSessionRequest;
+ output: PutSessionResponse;
+ };
+ sdk: {
+ input: PutSessionCommandInput;
+ output: PutSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-runtime-v2/package.json b/clients/client-lex-runtime-v2/package.json
index 5ff743e031d6..f17267ae1c61 100644
--- a/clients/client-lex-runtime-v2/package.json
+++ b/clients/client-lex-runtime-v2/package.json
@@ -35,34 +35,34 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/eventstream-serde-browser": "^3.0.7",
- "@smithy/eventstream-serde-config-resolver": "^3.0.4",
- "@smithy/eventstream-serde-node": "^3.0.6",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/eventstream-serde-browser": "^3.0.9",
+ "@smithy/eventstream-serde-config-resolver": "^3.0.6",
+ "@smithy/eventstream-serde-node": "^3.0.8",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
- "@smithy/util-stream": "^3.1.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
+ "@smithy/util-stream": "^3.1.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-lex-runtime-v2/src/commands/DeleteSessionCommand.ts b/clients/client-lex-runtime-v2/src/commands/DeleteSessionCommand.ts
index 400898c152b7..c6911555b364 100644
--- a/clients/client-lex-runtime-v2/src/commands/DeleteSessionCommand.ts
+++ b/clients/client-lex-runtime-v2/src/commands/DeleteSessionCommand.ts
@@ -114,4 +114,16 @@ export class DeleteSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteSessionCommand)
.de(de_DeleteSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteSessionRequest;
+ output: DeleteSessionResponse;
+ };
+ sdk: {
+ input: DeleteSessionCommandInput;
+ output: DeleteSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-runtime-v2/src/commands/GetSessionCommand.ts b/clients/client-lex-runtime-v2/src/commands/GetSessionCommand.ts
index f9520c67790c..c574ec8ecbbe 100644
--- a/clients/client-lex-runtime-v2/src/commands/GetSessionCommand.ts
+++ b/clients/client-lex-runtime-v2/src/commands/GetSessionCommand.ts
@@ -232,4 +232,16 @@ export class GetSessionCommand extends $Command
.f(void 0, GetSessionResponseFilterSensitiveLog)
.ser(se_GetSessionCommand)
.de(de_GetSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSessionRequest;
+ output: GetSessionResponse;
+ };
+ sdk: {
+ input: GetSessionCommandInput;
+ output: GetSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-runtime-v2/src/commands/PutSessionCommand.ts b/clients/client-lex-runtime-v2/src/commands/PutSessionCommand.ts
index 4628b7571dbe..c2ed042422ae 100644
--- a/clients/client-lex-runtime-v2/src/commands/PutSessionCommand.ts
+++ b/clients/client-lex-runtime-v2/src/commands/PutSessionCommand.ts
@@ -228,4 +228,16 @@ export class PutSessionCommand extends $Command
.f(PutSessionRequestFilterSensitiveLog, PutSessionResponseFilterSensitiveLog)
.ser(se_PutSessionCommand)
.de(de_PutSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutSessionRequest;
+ output: PutSessionResponse;
+ };
+ sdk: {
+ input: PutSessionCommandInput;
+ output: PutSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-runtime-v2/src/commands/RecognizeTextCommand.ts b/clients/client-lex-runtime-v2/src/commands/RecognizeTextCommand.ts
index 32288f89ccf6..b2f2054dc984 100644
--- a/clients/client-lex-runtime-v2/src/commands/RecognizeTextCommand.ts
+++ b/clients/client-lex-runtime-v2/src/commands/RecognizeTextCommand.ts
@@ -368,4 +368,16 @@ export class RecognizeTextCommand extends $Command
.f(RecognizeTextRequestFilterSensitiveLog, RecognizeTextResponseFilterSensitiveLog)
.ser(se_RecognizeTextCommand)
.de(de_RecognizeTextCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RecognizeTextRequest;
+ output: RecognizeTextResponse;
+ };
+ sdk: {
+ input: RecognizeTextCommandInput;
+ output: RecognizeTextCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-runtime-v2/src/commands/RecognizeUtteranceCommand.ts b/clients/client-lex-runtime-v2/src/commands/RecognizeUtteranceCommand.ts
index 19f9bc82c7ca..9daac93dfc7f 100644
--- a/clients/client-lex-runtime-v2/src/commands/RecognizeUtteranceCommand.ts
+++ b/clients/client-lex-runtime-v2/src/commands/RecognizeUtteranceCommand.ts
@@ -196,4 +196,16 @@ export class RecognizeUtteranceCommand extends $Command
.f(RecognizeUtteranceRequestFilterSensitiveLog, RecognizeUtteranceResponseFilterSensitiveLog)
.ser(se_RecognizeUtteranceCommand)
.de(de_RecognizeUtteranceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RecognizeUtteranceRequest;
+ output: RecognizeUtteranceResponse;
+ };
+ sdk: {
+ input: RecognizeUtteranceCommandInput;
+ output: RecognizeUtteranceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lex-runtime-v2/src/commands/StartConversationCommand.ts b/clients/client-lex-runtime-v2/src/commands/StartConversationCommand.ts
index d8afc087a118..add654bf8220 100644
--- a/clients/client-lex-runtime-v2/src/commands/StartConversationCommand.ts
+++ b/clients/client-lex-runtime-v2/src/commands/StartConversationCommand.ts
@@ -494,4 +494,16 @@ export class StartConversationCommand extends $Command
.f(StartConversationRequestFilterSensitiveLog, StartConversationResponseFilterSensitiveLog)
.ser(se_StartConversationCommand)
.de(de_StartConversationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartConversationRequest;
+ output: StartConversationResponse;
+ };
+ sdk: {
+ input: StartConversationCommandInput;
+ output: StartConversationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager-linux-subscriptions/package.json b/clients/client-license-manager-linux-subscriptions/package.json
index 984a4bbc60b1..a55909c8518c 100644
--- a/clients/client-license-manager-linux-subscriptions/package.json
+++ b/clients/client-license-manager-linux-subscriptions/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/DeregisterSubscriptionProviderCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/DeregisterSubscriptionProviderCommand.ts
index 2785010f5b9f..60ba7bc371df 100644
--- a/clients/client-license-manager-linux-subscriptions/src/commands/DeregisterSubscriptionProviderCommand.ts
+++ b/clients/client-license-manager-linux-subscriptions/src/commands/DeregisterSubscriptionProviderCommand.ts
@@ -97,4 +97,16 @@ export class DeregisterSubscriptionProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_DeregisterSubscriptionProviderCommand)
.de(de_DeregisterSubscriptionProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterSubscriptionProviderRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeregisterSubscriptionProviderCommandInput;
+ output: DeregisterSubscriptionProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/GetRegisteredSubscriptionProviderCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/GetRegisteredSubscriptionProviderCommand.ts
index c3f5ed288940..09709a5dc31c 100644
--- a/clients/client-license-manager-linux-subscriptions/src/commands/GetRegisteredSubscriptionProviderCommand.ts
+++ b/clients/client-license-manager-linux-subscriptions/src/commands/GetRegisteredSubscriptionProviderCommand.ts
@@ -106,4 +106,16 @@ export class GetRegisteredSubscriptionProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRegisteredSubscriptionProviderCommand)
.de(de_GetRegisteredSubscriptionProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRegisteredSubscriptionProviderRequest;
+ output: GetRegisteredSubscriptionProviderResponse;
+ };
+ sdk: {
+ input: GetRegisteredSubscriptionProviderCommandInput;
+ output: GetRegisteredSubscriptionProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/GetServiceSettingsCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/GetServiceSettingsCommand.ts
index 9b5ce8e63188..59cacbfa02b7 100644
--- a/clients/client-license-manager-linux-subscriptions/src/commands/GetServiceSettingsCommand.ts
+++ b/clients/client-license-manager-linux-subscriptions/src/commands/GetServiceSettingsCommand.ts
@@ -101,4 +101,16 @@ export class GetServiceSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetServiceSettingsCommand)
.de(de_GetServiceSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetServiceSettingsResponse;
+ };
+ sdk: {
+ input: GetServiceSettingsCommandInput;
+ output: GetServiceSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionInstancesCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionInstancesCommand.ts
index 4d69beb3a581..874758bdc058 100644
--- a/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionInstancesCommand.ts
+++ b/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionInstancesCommand.ts
@@ -127,4 +127,16 @@ export class ListLinuxSubscriptionInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLinuxSubscriptionInstancesCommand)
.de(de_ListLinuxSubscriptionInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLinuxSubscriptionInstancesRequest;
+ output: ListLinuxSubscriptionInstancesResponse;
+ };
+ sdk: {
+ input: ListLinuxSubscriptionInstancesCommandInput;
+ output: ListLinuxSubscriptionInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionsCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionsCommand.ts
index 974004fb85b1..9bc7831fc87e 100644
--- a/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionsCommand.ts
+++ b/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionsCommand.ts
@@ -109,4 +109,16 @@ export class ListLinuxSubscriptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLinuxSubscriptionsCommand)
.de(de_ListLinuxSubscriptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLinuxSubscriptionsRequest;
+ output: ListLinuxSubscriptionsResponse;
+ };
+ sdk: {
+ input: ListLinuxSubscriptionsCommandInput;
+ output: ListLinuxSubscriptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/ListRegisteredSubscriptionProvidersCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/ListRegisteredSubscriptionProvidersCommand.ts
index 115dc8b899a1..48437942e73f 100644
--- a/clients/client-license-manager-linux-subscriptions/src/commands/ListRegisteredSubscriptionProvidersCommand.ts
+++ b/clients/client-license-manager-linux-subscriptions/src/commands/ListRegisteredSubscriptionProvidersCommand.ts
@@ -112,4 +112,16 @@ export class ListRegisteredSubscriptionProvidersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRegisteredSubscriptionProvidersCommand)
.de(de_ListRegisteredSubscriptionProvidersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRegisteredSubscriptionProvidersRequest;
+ output: ListRegisteredSubscriptionProvidersResponse;
+ };
+ sdk: {
+ input: ListRegisteredSubscriptionProvidersCommandInput;
+ output: ListRegisteredSubscriptionProvidersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/ListTagsForResourceCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/ListTagsForResourceCommand.ts
index 224a0df641c1..51e534caa88e 100644
--- a/clients/client-license-manager-linux-subscriptions/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-license-manager-linux-subscriptions/src/commands/ListTagsForResourceCommand.ts
@@ -97,4 +97,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, ListTagsForResourceResponseFilterSensitiveLog)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/RegisterSubscriptionProviderCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/RegisterSubscriptionProviderCommand.ts
index 3ef0ab28132c..5ce80f30bb3a 100644
--- a/clients/client-license-manager-linux-subscriptions/src/commands/RegisterSubscriptionProviderCommand.ts
+++ b/clients/client-license-manager-linux-subscriptions/src/commands/RegisterSubscriptionProviderCommand.ts
@@ -105,4 +105,16 @@ export class RegisterSubscriptionProviderCommand extends $Command
.f(RegisterSubscriptionProviderRequestFilterSensitiveLog, void 0)
.ser(se_RegisterSubscriptionProviderCommand)
.de(de_RegisterSubscriptionProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterSubscriptionProviderRequest;
+ output: RegisterSubscriptionProviderResponse;
+ };
+ sdk: {
+ input: RegisterSubscriptionProviderCommandInput;
+ output: RegisterSubscriptionProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/TagResourceCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/TagResourceCommand.ts
index 63efdbac719c..ed13d5db6f54 100644
--- a/clients/client-license-manager-linux-subscriptions/src/commands/TagResourceCommand.ts
+++ b/clients/client-license-manager-linux-subscriptions/src/commands/TagResourceCommand.ts
@@ -91,4 +91,16 @@ export class TagResourceCommand extends $Command
.f(TagResourceRequestFilterSensitiveLog, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/UntagResourceCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/UntagResourceCommand.ts
index 0eda762115d1..6b4ddfaacad6 100644
--- a/clients/client-license-manager-linux-subscriptions/src/commands/UntagResourceCommand.ts
+++ b/clients/client-license-manager-linux-subscriptions/src/commands/UntagResourceCommand.ts
@@ -92,4 +92,16 @@ export class UntagResourceCommand extends $Command
.f(UntagResourceRequestFilterSensitiveLog, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/UpdateServiceSettingsCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/UpdateServiceSettingsCommand.ts
index 28413c5040c5..2ad81f71d4df 100644
--- a/clients/client-license-manager-linux-subscriptions/src/commands/UpdateServiceSettingsCommand.ts
+++ b/clients/client-license-manager-linux-subscriptions/src/commands/UpdateServiceSettingsCommand.ts
@@ -110,4 +110,16 @@ export class UpdateServiceSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateServiceSettingsCommand)
.de(de_UpdateServiceSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateServiceSettingsRequest;
+ output: UpdateServiceSettingsResponse;
+ };
+ sdk: {
+ input: UpdateServiceSettingsCommandInput;
+ output: UpdateServiceSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager-user-subscriptions/package.json b/clients/client-license-manager-user-subscriptions/package.json
index 5d4605a2b482..5f90c66ba21b 100644
--- a/clients/client-license-manager-user-subscriptions/package.json
+++ b/clients/client-license-manager-user-subscriptions/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-license-manager-user-subscriptions/src/commands/AssociateUserCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/AssociateUserCommand.ts
index 03742aca2816..1b07d901035c 100644
--- a/clients/client-license-manager-user-subscriptions/src/commands/AssociateUserCommand.ts
+++ b/clients/client-license-manager-user-subscriptions/src/commands/AssociateUserCommand.ts
@@ -128,4 +128,16 @@ export class AssociateUserCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateUserCommand)
.de(de_AssociateUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateUserRequest;
+ output: AssociateUserResponse;
+ };
+ sdk: {
+ input: AssociateUserCommandInput;
+ output: AssociateUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager-user-subscriptions/src/commands/DeregisterIdentityProviderCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/DeregisterIdentityProviderCommand.ts
index 1de9a76f7250..58f34b7c5550 100644
--- a/clients/client-license-manager-user-subscriptions/src/commands/DeregisterIdentityProviderCommand.ts
+++ b/clients/client-license-manager-user-subscriptions/src/commands/DeregisterIdentityProviderCommand.ts
@@ -123,4 +123,16 @@ export class DeregisterIdentityProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_DeregisterIdentityProviderCommand)
.de(de_DeregisterIdentityProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeregisterIdentityProviderRequest;
+ output: DeregisterIdentityProviderResponse;
+ };
+ sdk: {
+ input: DeregisterIdentityProviderCommandInput;
+ output: DeregisterIdentityProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager-user-subscriptions/src/commands/DisassociateUserCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/DisassociateUserCommand.ts
index 1f8d84742a3e..e43f5fb5ba43 100644
--- a/clients/client-license-manager-user-subscriptions/src/commands/DisassociateUserCommand.ts
+++ b/clients/client-license-manager-user-subscriptions/src/commands/DisassociateUserCommand.ts
@@ -123,4 +123,16 @@ export class DisassociateUserCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateUserCommand)
.de(de_DisassociateUserCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateUserRequest;
+ output: DisassociateUserResponse;
+ };
+ sdk: {
+ input: DisassociateUserCommandInput;
+ output: DisassociateUserCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager-user-subscriptions/src/commands/ListIdentityProvidersCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/ListIdentityProvidersCommand.ts
index d399eba6a504..5deb780e9868 100644
--- a/clients/client-license-manager-user-subscriptions/src/commands/ListIdentityProvidersCommand.ts
+++ b/clients/client-license-manager-user-subscriptions/src/commands/ListIdentityProvidersCommand.ts
@@ -122,4 +122,16 @@ export class ListIdentityProvidersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIdentityProvidersCommand)
.de(de_ListIdentityProvidersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIdentityProvidersRequest;
+ output: ListIdentityProvidersResponse;
+ };
+ sdk: {
+ input: ListIdentityProvidersCommandInput;
+ output: ListIdentityProvidersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager-user-subscriptions/src/commands/ListInstancesCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/ListInstancesCommand.ts
index e8b7df762b3e..8f555b6ac4fe 100644
--- a/clients/client-license-manager-user-subscriptions/src/commands/ListInstancesCommand.ts
+++ b/clients/client-license-manager-user-subscriptions/src/commands/ListInstancesCommand.ts
@@ -122,4 +122,16 @@ export class ListInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInstancesCommand)
.de(de_ListInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInstancesRequest;
+ output: ListInstancesResponse;
+ };
+ sdk: {
+ input: ListInstancesCommandInput;
+ output: ListInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager-user-subscriptions/src/commands/ListProductSubscriptionsCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/ListProductSubscriptionsCommand.ts
index 295715ca5622..1db492f7d8af 100644
--- a/clients/client-license-manager-user-subscriptions/src/commands/ListProductSubscriptionsCommand.ts
+++ b/clients/client-license-manager-user-subscriptions/src/commands/ListProductSubscriptionsCommand.ts
@@ -133,4 +133,16 @@ export class ListProductSubscriptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProductSubscriptionsCommand)
.de(de_ListProductSubscriptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProductSubscriptionsRequest;
+ output: ListProductSubscriptionsResponse;
+ };
+ sdk: {
+ input: ListProductSubscriptionsCommandInput;
+ output: ListProductSubscriptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager-user-subscriptions/src/commands/ListUserAssociationsCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/ListUserAssociationsCommand.ts
index ecf448168248..96ef24d62c8d 100644
--- a/clients/client-license-manager-user-subscriptions/src/commands/ListUserAssociationsCommand.ts
+++ b/clients/client-license-manager-user-subscriptions/src/commands/ListUserAssociationsCommand.ts
@@ -133,4 +133,16 @@ export class ListUserAssociationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListUserAssociationsCommand)
.de(de_ListUserAssociationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUserAssociationsRequest;
+ output: ListUserAssociationsResponse;
+ };
+ sdk: {
+ input: ListUserAssociationsCommandInput;
+ output: ListUserAssociationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager-user-subscriptions/src/commands/RegisterIdentityProviderCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/RegisterIdentityProviderCommand.ts
index 85f2185cddba..4ff6d7b5f891 100644
--- a/clients/client-license-manager-user-subscriptions/src/commands/RegisterIdentityProviderCommand.ts
+++ b/clients/client-license-manager-user-subscriptions/src/commands/RegisterIdentityProviderCommand.ts
@@ -129,4 +129,16 @@ export class RegisterIdentityProviderCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterIdentityProviderCommand)
.de(de_RegisterIdentityProviderCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterIdentityProviderRequest;
+ output: RegisterIdentityProviderResponse;
+ };
+ sdk: {
+ input: RegisterIdentityProviderCommandInput;
+ output: RegisterIdentityProviderCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager-user-subscriptions/src/commands/StartProductSubscriptionCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/StartProductSubscriptionCommand.ts
index a9784fe23aa5..4331918523e9 100644
--- a/clients/client-license-manager-user-subscriptions/src/commands/StartProductSubscriptionCommand.ts
+++ b/clients/client-license-manager-user-subscriptions/src/commands/StartProductSubscriptionCommand.ts
@@ -128,4 +128,16 @@ export class StartProductSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartProductSubscriptionCommand)
.de(de_StartProductSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartProductSubscriptionRequest;
+ output: StartProductSubscriptionResponse;
+ };
+ sdk: {
+ input: StartProductSubscriptionCommandInput;
+ output: StartProductSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager-user-subscriptions/src/commands/StopProductSubscriptionCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/StopProductSubscriptionCommand.ts
index 0fe7ba61c6b0..d140189873c2 100644
--- a/clients/client-license-manager-user-subscriptions/src/commands/StopProductSubscriptionCommand.ts
+++ b/clients/client-license-manager-user-subscriptions/src/commands/StopProductSubscriptionCommand.ts
@@ -123,4 +123,16 @@ export class StopProductSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_StopProductSubscriptionCommand)
.de(de_StopProductSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopProductSubscriptionRequest;
+ output: StopProductSubscriptionResponse;
+ };
+ sdk: {
+ input: StopProductSubscriptionCommandInput;
+ output: StopProductSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager-user-subscriptions/src/commands/UpdateIdentityProviderSettingsCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/UpdateIdentityProviderSettingsCommand.ts
index 2b48e9fe0b43..d0588507843e 100644
--- a/clients/client-license-manager-user-subscriptions/src/commands/UpdateIdentityProviderSettingsCommand.ts
+++ b/clients/client-license-manager-user-subscriptions/src/commands/UpdateIdentityProviderSettingsCommand.ts
@@ -128,4 +128,16 @@ export class UpdateIdentityProviderSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateIdentityProviderSettingsCommand)
.de(de_UpdateIdentityProviderSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateIdentityProviderSettingsRequest;
+ output: UpdateIdentityProviderSettingsResponse;
+ };
+ sdk: {
+ input: UpdateIdentityProviderSettingsCommandInput;
+ output: UpdateIdentityProviderSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/package.json b/clients/client-license-manager/package.json
index 1c383d0b1751..9440215ad02f 100644
--- a/clients/client-license-manager/package.json
+++ b/clients/client-license-manager/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-license-manager/src/commands/AcceptGrantCommand.ts b/clients/client-license-manager/src/commands/AcceptGrantCommand.ts
index 9a374012032c..2bfed63aa728 100644
--- a/clients/client-license-manager/src/commands/AcceptGrantCommand.ts
+++ b/clients/client-license-manager/src/commands/AcceptGrantCommand.ts
@@ -101,4 +101,16 @@ export class AcceptGrantCommand extends $Command
.f(void 0, void 0)
.ser(se_AcceptGrantCommand)
.de(de_AcceptGrantCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AcceptGrantRequest;
+ output: AcceptGrantResponse;
+ };
+ sdk: {
+ input: AcceptGrantCommandInput;
+ output: AcceptGrantCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/CheckInLicenseCommand.ts b/clients/client-license-manager/src/commands/CheckInLicenseCommand.ts
index 00e3b8612152..6309bb768ccd 100644
--- a/clients/client-license-manager/src/commands/CheckInLicenseCommand.ts
+++ b/clients/client-license-manager/src/commands/CheckInLicenseCommand.ts
@@ -101,4 +101,16 @@ export class CheckInLicenseCommand extends $Command
.f(void 0, void 0)
.ser(se_CheckInLicenseCommand)
.de(de_CheckInLicenseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CheckInLicenseRequest;
+ output: {};
+ };
+ sdk: {
+ input: CheckInLicenseCommandInput;
+ output: CheckInLicenseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/CheckoutBorrowLicenseCommand.ts b/clients/client-license-manager/src/commands/CheckoutBorrowLicenseCommand.ts
index 8f023421ce73..f410d72d953a 100644
--- a/clients/client-license-manager/src/commands/CheckoutBorrowLicenseCommand.ts
+++ b/clients/client-license-manager/src/commands/CheckoutBorrowLicenseCommand.ts
@@ -145,4 +145,16 @@ export class CheckoutBorrowLicenseCommand extends $Command
.f(void 0, void 0)
.ser(se_CheckoutBorrowLicenseCommand)
.de(de_CheckoutBorrowLicenseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CheckoutBorrowLicenseRequest;
+ output: CheckoutBorrowLicenseResponse;
+ };
+ sdk: {
+ input: CheckoutBorrowLicenseCommandInput;
+ output: CheckoutBorrowLicenseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/CheckoutLicenseCommand.ts b/clients/client-license-manager/src/commands/CheckoutLicenseCommand.ts
index 84f6d00f542b..42a3225cfd34 100644
--- a/clients/client-license-manager/src/commands/CheckoutLicenseCommand.ts
+++ b/clients/client-license-manager/src/commands/CheckoutLicenseCommand.ts
@@ -137,4 +137,16 @@ export class CheckoutLicenseCommand extends $Command
.f(void 0, void 0)
.ser(se_CheckoutLicenseCommand)
.de(de_CheckoutLicenseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CheckoutLicenseRequest;
+ output: CheckoutLicenseResponse;
+ };
+ sdk: {
+ input: CheckoutLicenseCommandInput;
+ output: CheckoutLicenseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/CreateGrantCommand.ts b/clients/client-license-manager/src/commands/CreateGrantCommand.ts
index bfcfcfdcfa6c..78ab9c7e0c38 100644
--- a/clients/client-license-manager/src/commands/CreateGrantCommand.ts
+++ b/clients/client-license-manager/src/commands/CreateGrantCommand.ts
@@ -112,4 +112,16 @@ export class CreateGrantCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateGrantCommand)
.de(de_CreateGrantCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGrantRequest;
+ output: CreateGrantResponse;
+ };
+ sdk: {
+ input: CreateGrantCommandInput;
+ output: CreateGrantCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/CreateGrantVersionCommand.ts b/clients/client-license-manager/src/commands/CreateGrantVersionCommand.ts
index 8ba214f1fe56..c7c6315b16d8 100644
--- a/clients/client-license-manager/src/commands/CreateGrantVersionCommand.ts
+++ b/clients/client-license-manager/src/commands/CreateGrantVersionCommand.ts
@@ -113,4 +113,16 @@ export class CreateGrantVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateGrantVersionCommand)
.de(de_CreateGrantVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGrantVersionRequest;
+ output: CreateGrantVersionResponse;
+ };
+ sdk: {
+ input: CreateGrantVersionCommandInput;
+ output: CreateGrantVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/CreateLicenseCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseCommand.ts
index 957799ae9e2a..09cc7204d665 100644
--- a/clients/client-license-manager/src/commands/CreateLicenseCommand.ts
+++ b/clients/client-license-manager/src/commands/CreateLicenseCommand.ts
@@ -140,4 +140,16 @@ export class CreateLicenseCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLicenseCommand)
.de(de_CreateLicenseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLicenseRequest;
+ output: CreateLicenseResponse;
+ };
+ sdk: {
+ input: CreateLicenseCommandInput;
+ output: CreateLicenseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/CreateLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseConfigurationCommand.ts
index 9d7b6a394314..a3b11fbecbd3 100644
--- a/clients/client-license-manager/src/commands/CreateLicenseConfigurationCommand.ts
+++ b/clients/client-license-manager/src/commands/CreateLicenseConfigurationCommand.ts
@@ -129,4 +129,16 @@ export class CreateLicenseConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLicenseConfigurationCommand)
.de(de_CreateLicenseConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLicenseConfigurationRequest;
+ output: CreateLicenseConfigurationResponse;
+ };
+ sdk: {
+ input: CreateLicenseConfigurationCommandInput;
+ output: CreateLicenseConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/CreateLicenseConversionTaskForResourceCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseConversionTaskForResourceCommand.ts
index 3744a02b9883..9be76ea5996a 100644
--- a/clients/client-license-manager/src/commands/CreateLicenseConversionTaskForResourceCommand.ts
+++ b/clients/client-license-manager/src/commands/CreateLicenseConversionTaskForResourceCommand.ts
@@ -111,4 +111,16 @@ export class CreateLicenseConversionTaskForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLicenseConversionTaskForResourceCommand)
.de(de_CreateLicenseConversionTaskForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLicenseConversionTaskForResourceRequest;
+ output: CreateLicenseConversionTaskForResourceResponse;
+ };
+ sdk: {
+ input: CreateLicenseConversionTaskForResourceCommandInput;
+ output: CreateLicenseConversionTaskForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/CreateLicenseManagerReportGeneratorCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseManagerReportGeneratorCommand.ts
index 78c612ea13b7..57da3203993c 100644
--- a/clients/client-license-manager/src/commands/CreateLicenseManagerReportGeneratorCommand.ts
+++ b/clients/client-license-manager/src/commands/CreateLicenseManagerReportGeneratorCommand.ts
@@ -130,4 +130,16 @@ export class CreateLicenseManagerReportGeneratorCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLicenseManagerReportGeneratorCommand)
.de(de_CreateLicenseManagerReportGeneratorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLicenseManagerReportGeneratorRequest;
+ output: CreateLicenseManagerReportGeneratorResponse;
+ };
+ sdk: {
+ input: CreateLicenseManagerReportGeneratorCommandInput;
+ output: CreateLicenseManagerReportGeneratorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/CreateLicenseVersionCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseVersionCommand.ts
index 1f6ba7c47e2f..2838354b98fe 100644
--- a/clients/client-license-manager/src/commands/CreateLicenseVersionCommand.ts
+++ b/clients/client-license-manager/src/commands/CreateLicenseVersionCommand.ts
@@ -144,4 +144,16 @@ export class CreateLicenseVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLicenseVersionCommand)
.de(de_CreateLicenseVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLicenseVersionRequest;
+ output: CreateLicenseVersionResponse;
+ };
+ sdk: {
+ input: CreateLicenseVersionCommandInput;
+ output: CreateLicenseVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/CreateTokenCommand.ts b/clients/client-license-manager/src/commands/CreateTokenCommand.ts
index 67294e431dad..0513b1fda9cb 100644
--- a/clients/client-license-manager/src/commands/CreateTokenCommand.ts
+++ b/clients/client-license-manager/src/commands/CreateTokenCommand.ts
@@ -115,4 +115,16 @@ export class CreateTokenCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTokenCommand)
.de(de_CreateTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTokenRequest;
+ output: CreateTokenResponse;
+ };
+ sdk: {
+ input: CreateTokenCommandInput;
+ output: CreateTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/DeleteGrantCommand.ts b/clients/client-license-manager/src/commands/DeleteGrantCommand.ts
index db20eda81006..e831ac5acba6 100644
--- a/clients/client-license-manager/src/commands/DeleteGrantCommand.ts
+++ b/clients/client-license-manager/src/commands/DeleteGrantCommand.ts
@@ -103,4 +103,16 @@ export class DeleteGrantCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteGrantCommand)
.de(de_DeleteGrantCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteGrantRequest;
+ output: DeleteGrantResponse;
+ };
+ sdk: {
+ input: DeleteGrantCommandInput;
+ output: DeleteGrantCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/DeleteLicenseCommand.ts b/clients/client-license-manager/src/commands/DeleteLicenseCommand.ts
index 6bfa1b6072fc..5227dc510789 100644
--- a/clients/client-license-manager/src/commands/DeleteLicenseCommand.ts
+++ b/clients/client-license-manager/src/commands/DeleteLicenseCommand.ts
@@ -104,4 +104,16 @@ export class DeleteLicenseCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLicenseCommand)
.de(de_DeleteLicenseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLicenseRequest;
+ output: DeleteLicenseResponse;
+ };
+ sdk: {
+ input: DeleteLicenseCommandInput;
+ output: DeleteLicenseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/DeleteLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/DeleteLicenseConfigurationCommand.ts
index ecceaf077afa..61bcb75a8f76 100644
--- a/clients/client-license-manager/src/commands/DeleteLicenseConfigurationCommand.ts
+++ b/clients/client-license-manager/src/commands/DeleteLicenseConfigurationCommand.ts
@@ -92,4 +92,16 @@ export class DeleteLicenseConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLicenseConfigurationCommand)
.de(de_DeleteLicenseConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLicenseConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLicenseConfigurationCommandInput;
+ output: DeleteLicenseConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/DeleteLicenseManagerReportGeneratorCommand.ts b/clients/client-license-manager/src/commands/DeleteLicenseManagerReportGeneratorCommand.ts
index 1a20a0b5c56f..36293802a398 100644
--- a/clients/client-license-manager/src/commands/DeleteLicenseManagerReportGeneratorCommand.ts
+++ b/clients/client-license-manager/src/commands/DeleteLicenseManagerReportGeneratorCommand.ts
@@ -110,4 +110,16 @@ export class DeleteLicenseManagerReportGeneratorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLicenseManagerReportGeneratorCommand)
.de(de_DeleteLicenseManagerReportGeneratorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLicenseManagerReportGeneratorRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLicenseManagerReportGeneratorCommandInput;
+ output: DeleteLicenseManagerReportGeneratorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/DeleteTokenCommand.ts b/clients/client-license-manager/src/commands/DeleteTokenCommand.ts
index 1538aca9e2d3..3acb82dd9cb8 100644
--- a/clients/client-license-manager/src/commands/DeleteTokenCommand.ts
+++ b/clients/client-license-manager/src/commands/DeleteTokenCommand.ts
@@ -97,4 +97,16 @@ export class DeleteTokenCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTokenCommand)
.de(de_DeleteTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTokenRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTokenCommandInput;
+ output: DeleteTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/ExtendLicenseConsumptionCommand.ts b/clients/client-license-manager/src/commands/ExtendLicenseConsumptionCommand.ts
index 79401fe01fe1..5b6c2c494a29 100644
--- a/clients/client-license-manager/src/commands/ExtendLicenseConsumptionCommand.ts
+++ b/clients/client-license-manager/src/commands/ExtendLicenseConsumptionCommand.ts
@@ -101,4 +101,16 @@ export class ExtendLicenseConsumptionCommand extends $Command
.f(void 0, void 0)
.ser(se_ExtendLicenseConsumptionCommand)
.de(de_ExtendLicenseConsumptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExtendLicenseConsumptionRequest;
+ output: ExtendLicenseConsumptionResponse;
+ };
+ sdk: {
+ input: ExtendLicenseConsumptionCommandInput;
+ output: ExtendLicenseConsumptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/GetAccessTokenCommand.ts b/clients/client-license-manager/src/commands/GetAccessTokenCommand.ts
index 713c77470c49..663b27ecc30d 100644
--- a/clients/client-license-manager/src/commands/GetAccessTokenCommand.ts
+++ b/clients/client-license-manager/src/commands/GetAccessTokenCommand.ts
@@ -97,4 +97,16 @@ export class GetAccessTokenCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAccessTokenCommand)
.de(de_GetAccessTokenCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAccessTokenRequest;
+ output: GetAccessTokenResponse;
+ };
+ sdk: {
+ input: GetAccessTokenCommandInput;
+ output: GetAccessTokenCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/GetGrantCommand.ts b/clients/client-license-manager/src/commands/GetGrantCommand.ts
index 13684e764d27..0f4d00177aaa 100644
--- a/clients/client-license-manager/src/commands/GetGrantCommand.ts
+++ b/clients/client-license-manager/src/commands/GetGrantCommand.ts
@@ -116,4 +116,16 @@ export class GetGrantCommand extends $Command
.f(void 0, void 0)
.ser(se_GetGrantCommand)
.de(de_GetGrantCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetGrantRequest;
+ output: GetGrantResponse;
+ };
+ sdk: {
+ input: GetGrantCommandInput;
+ output: GetGrantCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/GetLicenseCommand.ts b/clients/client-license-manager/src/commands/GetLicenseCommand.ts
index 7cc8de743533..605e8c519def 100644
--- a/clients/client-license-manager/src/commands/GetLicenseCommand.ts
+++ b/clients/client-license-manager/src/commands/GetLicenseCommand.ts
@@ -142,4 +142,16 @@ export class GetLicenseCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLicenseCommand)
.de(de_GetLicenseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLicenseRequest;
+ output: GetLicenseResponse;
+ };
+ sdk: {
+ input: GetLicenseCommandInput;
+ output: GetLicenseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/GetLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/GetLicenseConfigurationCommand.ts
index 5c87f6021dd1..8d4b125c705b 100644
--- a/clients/client-license-manager/src/commands/GetLicenseConfigurationCommand.ts
+++ b/clients/client-license-manager/src/commands/GetLicenseConfigurationCommand.ts
@@ -141,4 +141,16 @@ export class GetLicenseConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLicenseConfigurationCommand)
.de(de_GetLicenseConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLicenseConfigurationRequest;
+ output: GetLicenseConfigurationResponse;
+ };
+ sdk: {
+ input: GetLicenseConfigurationCommandInput;
+ output: GetLicenseConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/GetLicenseConversionTaskCommand.ts b/clients/client-license-manager/src/commands/GetLicenseConversionTaskCommand.ts
index ffded46aae59..5d8bc536f5e6 100644
--- a/clients/client-license-manager/src/commands/GetLicenseConversionTaskCommand.ts
+++ b/clients/client-license-manager/src/commands/GetLicenseConversionTaskCommand.ts
@@ -105,4 +105,16 @@ export class GetLicenseConversionTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLicenseConversionTaskCommand)
.de(de_GetLicenseConversionTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLicenseConversionTaskRequest;
+ output: GetLicenseConversionTaskResponse;
+ };
+ sdk: {
+ input: GetLicenseConversionTaskCommandInput;
+ output: GetLicenseConversionTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/GetLicenseManagerReportGeneratorCommand.ts b/clients/client-license-manager/src/commands/GetLicenseManagerReportGeneratorCommand.ts
index 534a11d6c92d..7eb4de26a4c2 100644
--- a/clients/client-license-manager/src/commands/GetLicenseManagerReportGeneratorCommand.ts
+++ b/clients/client-license-manager/src/commands/GetLicenseManagerReportGeneratorCommand.ts
@@ -138,4 +138,16 @@ export class GetLicenseManagerReportGeneratorCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLicenseManagerReportGeneratorCommand)
.de(de_GetLicenseManagerReportGeneratorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLicenseManagerReportGeneratorRequest;
+ output: GetLicenseManagerReportGeneratorResponse;
+ };
+ sdk: {
+ input: GetLicenseManagerReportGeneratorCommandInput;
+ output: GetLicenseManagerReportGeneratorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/GetLicenseUsageCommand.ts b/clients/client-license-manager/src/commands/GetLicenseUsageCommand.ts
index ebbc58e435df..108e06613120 100644
--- a/clients/client-license-manager/src/commands/GetLicenseUsageCommand.ts
+++ b/clients/client-license-manager/src/commands/GetLicenseUsageCommand.ts
@@ -105,4 +105,16 @@ export class GetLicenseUsageCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLicenseUsageCommand)
.de(de_GetLicenseUsageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLicenseUsageRequest;
+ output: GetLicenseUsageResponse;
+ };
+ sdk: {
+ input: GetLicenseUsageCommandInput;
+ output: GetLicenseUsageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/GetServiceSettingsCommand.ts b/clients/client-license-manager/src/commands/GetServiceSettingsCommand.ts
index 00cb905e81d2..17b1f1a19000 100644
--- a/clients/client-license-manager/src/commands/GetServiceSettingsCommand.ts
+++ b/clients/client-license-manager/src/commands/GetServiceSettingsCommand.ts
@@ -94,4 +94,16 @@ export class GetServiceSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetServiceSettingsCommand)
.de(de_GetServiceSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetServiceSettingsResponse;
+ };
+ sdk: {
+ input: GetServiceSettingsCommandInput;
+ output: GetServiceSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/ListAssociationsForLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/ListAssociationsForLicenseConfigurationCommand.ts
index 3e01da4a80c8..9c285f2cd62f 100644
--- a/clients/client-license-manager/src/commands/ListAssociationsForLicenseConfigurationCommand.ts
+++ b/clients/client-license-manager/src/commands/ListAssociationsForLicenseConfigurationCommand.ts
@@ -119,4 +119,16 @@ export class ListAssociationsForLicenseConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAssociationsForLicenseConfigurationCommand)
.de(de_ListAssociationsForLicenseConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssociationsForLicenseConfigurationRequest;
+ output: ListAssociationsForLicenseConfigurationResponse;
+ };
+ sdk: {
+ input: ListAssociationsForLicenseConfigurationCommandInput;
+ output: ListAssociationsForLicenseConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/ListDistributedGrantsCommand.ts b/clients/client-license-manager/src/commands/ListDistributedGrantsCommand.ts
index 9678a51dd3e1..4322fcd49d77 100644
--- a/clients/client-license-manager/src/commands/ListDistributedGrantsCommand.ts
+++ b/clients/client-license-manager/src/commands/ListDistributedGrantsCommand.ts
@@ -130,4 +130,16 @@ export class ListDistributedGrantsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDistributedGrantsCommand)
.de(de_ListDistributedGrantsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDistributedGrantsRequest;
+ output: ListDistributedGrantsResponse;
+ };
+ sdk: {
+ input: ListDistributedGrantsCommandInput;
+ output: ListDistributedGrantsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts b/clients/client-license-manager/src/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts
index 405023d21214..2d4c224cb5ce 100644
--- a/clients/client-license-manager/src/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts
+++ b/clients/client-license-manager/src/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts
@@ -121,4 +121,16 @@ export class ListFailuresForLicenseConfigurationOperationsCommand extends $Comma
.f(void 0, void 0)
.ser(se_ListFailuresForLicenseConfigurationOperationsCommand)
.de(de_ListFailuresForLicenseConfigurationOperationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFailuresForLicenseConfigurationOperationsRequest;
+ output: ListFailuresForLicenseConfigurationOperationsResponse;
+ };
+ sdk: {
+ input: ListFailuresForLicenseConfigurationOperationsCommandInput;
+ output: ListFailuresForLicenseConfigurationOperationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/ListLicenseConfigurationsCommand.ts b/clients/client-license-manager/src/commands/ListLicenseConfigurationsCommand.ts
index 2e89c126081c..4830231d5a3c 100644
--- a/clients/client-license-manager/src/commands/ListLicenseConfigurationsCommand.ts
+++ b/clients/client-license-manager/src/commands/ListLicenseConfigurationsCommand.ts
@@ -155,4 +155,16 @@ export class ListLicenseConfigurationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLicenseConfigurationsCommand)
.de(de_ListLicenseConfigurationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLicenseConfigurationsRequest;
+ output: ListLicenseConfigurationsResponse;
+ };
+ sdk: {
+ input: ListLicenseConfigurationsCommandInput;
+ output: ListLicenseConfigurationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/ListLicenseConversionTasksCommand.ts b/clients/client-license-manager/src/commands/ListLicenseConversionTasksCommand.ts
index 0f5360277283..bfd0108ca533 100644
--- a/clients/client-license-manager/src/commands/ListLicenseConversionTasksCommand.ts
+++ b/clients/client-license-manager/src/commands/ListLicenseConversionTasksCommand.ts
@@ -119,4 +119,16 @@ export class ListLicenseConversionTasksCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLicenseConversionTasksCommand)
.de(de_ListLicenseConversionTasksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLicenseConversionTasksRequest;
+ output: ListLicenseConversionTasksResponse;
+ };
+ sdk: {
+ input: ListLicenseConversionTasksCommandInput;
+ output: ListLicenseConversionTasksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/ListLicenseManagerReportGeneratorsCommand.ts b/clients/client-license-manager/src/commands/ListLicenseManagerReportGeneratorsCommand.ts
index 5d83ee745aaf..da3b53b25ccd 100644
--- a/clients/client-license-manager/src/commands/ListLicenseManagerReportGeneratorsCommand.ts
+++ b/clients/client-license-manager/src/commands/ListLicenseManagerReportGeneratorsCommand.ts
@@ -153,4 +153,16 @@ export class ListLicenseManagerReportGeneratorsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLicenseManagerReportGeneratorsCommand)
.de(de_ListLicenseManagerReportGeneratorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLicenseManagerReportGeneratorsRequest;
+ output: ListLicenseManagerReportGeneratorsResponse;
+ };
+ sdk: {
+ input: ListLicenseManagerReportGeneratorsCommandInput;
+ output: ListLicenseManagerReportGeneratorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/ListLicenseSpecificationsForResourceCommand.ts b/clients/client-license-manager/src/commands/ListLicenseSpecificationsForResourceCommand.ts
index 89c118a436de..2521f1aa8db2 100644
--- a/clients/client-license-manager/src/commands/ListLicenseSpecificationsForResourceCommand.ts
+++ b/clients/client-license-manager/src/commands/ListLicenseSpecificationsForResourceCommand.ts
@@ -109,4 +109,16 @@ export class ListLicenseSpecificationsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLicenseSpecificationsForResourceCommand)
.de(de_ListLicenseSpecificationsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLicenseSpecificationsForResourceRequest;
+ output: ListLicenseSpecificationsForResourceResponse;
+ };
+ sdk: {
+ input: ListLicenseSpecificationsForResourceCommandInput;
+ output: ListLicenseSpecificationsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/ListLicenseVersionsCommand.ts b/clients/client-license-manager/src/commands/ListLicenseVersionsCommand.ts
index 637bfba231e6..31ee850685a0 100644
--- a/clients/client-license-manager/src/commands/ListLicenseVersionsCommand.ts
+++ b/clients/client-license-manager/src/commands/ListLicenseVersionsCommand.ts
@@ -143,4 +143,16 @@ export class ListLicenseVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLicenseVersionsCommand)
.de(de_ListLicenseVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLicenseVersionsRequest;
+ output: ListLicenseVersionsResponse;
+ };
+ sdk: {
+ input: ListLicenseVersionsCommandInput;
+ output: ListLicenseVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/ListLicensesCommand.ts b/clients/client-license-manager/src/commands/ListLicensesCommand.ts
index f7dee0ec17d4..247c309135b9 100644
--- a/clients/client-license-manager/src/commands/ListLicensesCommand.ts
+++ b/clients/client-license-manager/src/commands/ListLicensesCommand.ts
@@ -156,4 +156,16 @@ export class ListLicensesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLicensesCommand)
.de(de_ListLicensesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLicensesRequest;
+ output: ListLicensesResponse;
+ };
+ sdk: {
+ input: ListLicensesCommandInput;
+ output: ListLicensesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/ListReceivedGrantsCommand.ts b/clients/client-license-manager/src/commands/ListReceivedGrantsCommand.ts
index a0a0b3f2d301..d7013a222f64 100644
--- a/clients/client-license-manager/src/commands/ListReceivedGrantsCommand.ts
+++ b/clients/client-license-manager/src/commands/ListReceivedGrantsCommand.ts
@@ -132,4 +132,16 @@ export class ListReceivedGrantsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListReceivedGrantsCommand)
.de(de_ListReceivedGrantsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListReceivedGrantsRequest;
+ output: ListReceivedGrantsResponse;
+ };
+ sdk: {
+ input: ListReceivedGrantsCommandInput;
+ output: ListReceivedGrantsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/ListReceivedGrantsForOrganizationCommand.ts b/clients/client-license-manager/src/commands/ListReceivedGrantsForOrganizationCommand.ts
index ce9d92c72696..6e755d2434cf 100644
--- a/clients/client-license-manager/src/commands/ListReceivedGrantsForOrganizationCommand.ts
+++ b/clients/client-license-manager/src/commands/ListReceivedGrantsForOrganizationCommand.ts
@@ -136,4 +136,16 @@ export class ListReceivedGrantsForOrganizationCommand extends $Command
.f(void 0, void 0)
.ser(se_ListReceivedGrantsForOrganizationCommand)
.de(de_ListReceivedGrantsForOrganizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListReceivedGrantsForOrganizationRequest;
+ output: ListReceivedGrantsForOrganizationResponse;
+ };
+ sdk: {
+ input: ListReceivedGrantsForOrganizationCommandInput;
+ output: ListReceivedGrantsForOrganizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/ListReceivedLicensesCommand.ts b/clients/client-license-manager/src/commands/ListReceivedLicensesCommand.ts
index d8df9aa7a2ec..74cf50fa495d 100644
--- a/clients/client-license-manager/src/commands/ListReceivedLicensesCommand.ts
+++ b/clients/client-license-manager/src/commands/ListReceivedLicensesCommand.ts
@@ -166,4 +166,16 @@ export class ListReceivedLicensesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListReceivedLicensesCommand)
.de(de_ListReceivedLicensesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListReceivedLicensesRequest;
+ output: ListReceivedLicensesResponse;
+ };
+ sdk: {
+ input: ListReceivedLicensesCommandInput;
+ output: ListReceivedLicensesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/ListReceivedLicensesForOrganizationCommand.ts b/clients/client-license-manager/src/commands/ListReceivedLicensesForOrganizationCommand.ts
index 792af1a6102c..f6b2725001ee 100644
--- a/clients/client-license-manager/src/commands/ListReceivedLicensesForOrganizationCommand.ts
+++ b/clients/client-license-manager/src/commands/ListReceivedLicensesForOrganizationCommand.ts
@@ -171,4 +171,16 @@ export class ListReceivedLicensesForOrganizationCommand extends $Command
.f(void 0, void 0)
.ser(se_ListReceivedLicensesForOrganizationCommand)
.de(de_ListReceivedLicensesForOrganizationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListReceivedLicensesForOrganizationRequest;
+ output: ListReceivedLicensesForOrganizationResponse;
+ };
+ sdk: {
+ input: ListReceivedLicensesForOrganizationCommandInput;
+ output: ListReceivedLicensesForOrganizationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/ListResourceInventoryCommand.ts b/clients/client-license-manager/src/commands/ListResourceInventoryCommand.ts
index b9883fb58df9..d3e8833e16d6 100644
--- a/clients/client-license-manager/src/commands/ListResourceInventoryCommand.ts
+++ b/clients/client-license-manager/src/commands/ListResourceInventoryCommand.ts
@@ -117,4 +117,16 @@ export class ListResourceInventoryCommand extends $Command
.f(void 0, void 0)
.ser(se_ListResourceInventoryCommand)
.de(de_ListResourceInventoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListResourceInventoryRequest;
+ output: ListResourceInventoryResponse;
+ };
+ sdk: {
+ input: ListResourceInventoryCommandInput;
+ output: ListResourceInventoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/ListTagsForResourceCommand.ts b/clients/client-license-manager/src/commands/ListTagsForResourceCommand.ts
index 2d3027cc75ec..6564afe00254 100644
--- a/clients/client-license-manager/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-license-manager/src/commands/ListTagsForResourceCommand.ts
@@ -98,4 +98,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/ListTokensCommand.ts b/clients/client-license-manager/src/commands/ListTokensCommand.ts
index c4addc2413fe..abc57fa68a25 100644
--- a/clients/client-license-manager/src/commands/ListTokensCommand.ts
+++ b/clients/client-license-manager/src/commands/ListTokensCommand.ts
@@ -120,4 +120,16 @@ export class ListTokensCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTokensCommand)
.de(de_ListTokensCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTokensRequest;
+ output: ListTokensResponse;
+ };
+ sdk: {
+ input: ListTokensCommandInput;
+ output: ListTokensCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/ListUsageForLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/ListUsageForLicenseConfigurationCommand.ts
index abc800c9a5cf..232e36a47785 100644
--- a/clients/client-license-manager/src/commands/ListUsageForLicenseConfigurationCommand.ts
+++ b/clients/client-license-manager/src/commands/ListUsageForLicenseConfigurationCommand.ts
@@ -123,4 +123,16 @@ export class ListUsageForLicenseConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_ListUsageForLicenseConfigurationCommand)
.de(de_ListUsageForLicenseConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListUsageForLicenseConfigurationRequest;
+ output: ListUsageForLicenseConfigurationResponse;
+ };
+ sdk: {
+ input: ListUsageForLicenseConfigurationCommandInput;
+ output: ListUsageForLicenseConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/RejectGrantCommand.ts b/clients/client-license-manager/src/commands/RejectGrantCommand.ts
index f458db3b3b4a..93e9246d9b57 100644
--- a/clients/client-license-manager/src/commands/RejectGrantCommand.ts
+++ b/clients/client-license-manager/src/commands/RejectGrantCommand.ts
@@ -101,4 +101,16 @@ export class RejectGrantCommand extends $Command
.f(void 0, void 0)
.ser(se_RejectGrantCommand)
.de(de_RejectGrantCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RejectGrantRequest;
+ output: RejectGrantResponse;
+ };
+ sdk: {
+ input: RejectGrantCommandInput;
+ output: RejectGrantCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/TagResourceCommand.ts b/clients/client-license-manager/src/commands/TagResourceCommand.ts
index fd19825cbd18..e5bd191845f6 100644
--- a/clients/client-license-manager/src/commands/TagResourceCommand.ts
+++ b/clients/client-license-manager/src/commands/TagResourceCommand.ts
@@ -97,4 +97,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/UntagResourceCommand.ts b/clients/client-license-manager/src/commands/UntagResourceCommand.ts
index 3c3f902fdad3..84f335a84ee8 100644
--- a/clients/client-license-manager/src/commands/UntagResourceCommand.ts
+++ b/clients/client-license-manager/src/commands/UntagResourceCommand.ts
@@ -94,4 +94,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/UpdateLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/UpdateLicenseConfigurationCommand.ts
index 6adab303c539..b9f6814ab247 100644
--- a/clients/client-license-manager/src/commands/UpdateLicenseConfigurationCommand.ts
+++ b/clients/client-license-manager/src/commands/UpdateLicenseConfigurationCommand.ts
@@ -117,4 +117,16 @@ export class UpdateLicenseConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateLicenseConfigurationCommand)
.de(de_UpdateLicenseConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLicenseConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateLicenseConfigurationCommandInput;
+ output: UpdateLicenseConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/UpdateLicenseManagerReportGeneratorCommand.ts b/clients/client-license-manager/src/commands/UpdateLicenseManagerReportGeneratorCommand.ts
index 5492c75d27b7..9e79587b523f 100644
--- a/clients/client-license-manager/src/commands/UpdateLicenseManagerReportGeneratorCommand.ts
+++ b/clients/client-license-manager/src/commands/UpdateLicenseManagerReportGeneratorCommand.ts
@@ -124,4 +124,16 @@ export class UpdateLicenseManagerReportGeneratorCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateLicenseManagerReportGeneratorCommand)
.de(de_UpdateLicenseManagerReportGeneratorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLicenseManagerReportGeneratorRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateLicenseManagerReportGeneratorCommandInput;
+ output: UpdateLicenseManagerReportGeneratorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/UpdateLicenseSpecificationsForResourceCommand.ts b/clients/client-license-manager/src/commands/UpdateLicenseSpecificationsForResourceCommand.ts
index 6aceb85c85c9..4b9e74122e02 100644
--- a/clients/client-license-manager/src/commands/UpdateLicenseSpecificationsForResourceCommand.ts
+++ b/clients/client-license-manager/src/commands/UpdateLicenseSpecificationsForResourceCommand.ts
@@ -123,4 +123,16 @@ export class UpdateLicenseSpecificationsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateLicenseSpecificationsForResourceCommand)
.de(de_UpdateLicenseSpecificationsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLicenseSpecificationsForResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateLicenseSpecificationsForResourceCommandInput;
+ output: UpdateLicenseSpecificationsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-license-manager/src/commands/UpdateServiceSettingsCommand.ts b/clients/client-license-manager/src/commands/UpdateServiceSettingsCommand.ts
index 108de26e11a5..04b5d7779f19 100644
--- a/clients/client-license-manager/src/commands/UpdateServiceSettingsCommand.ts
+++ b/clients/client-license-manager/src/commands/UpdateServiceSettingsCommand.ts
@@ -96,4 +96,16 @@ export class UpdateServiceSettingsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateServiceSettingsCommand)
.de(de_UpdateServiceSettingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateServiceSettingsRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateServiceSettingsCommandInput;
+ output: UpdateServiceSettingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/package.json b/clients/client-lightsail/package.json
index 468b23382032..877063e71089 100644
--- a/clients/client-lightsail/package.json
+++ b/clients/client-lightsail/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-lightsail/src/commands/AllocateStaticIpCommand.ts b/clients/client-lightsail/src/commands/AllocateStaticIpCommand.ts
index b63a39a5c750..4fdf611281d2 100644
--- a/clients/client-lightsail/src/commands/AllocateStaticIpCommand.ts
+++ b/clients/client-lightsail/src/commands/AllocateStaticIpCommand.ts
@@ -125,4 +125,16 @@ export class AllocateStaticIpCommand extends $Command
.f(void 0, void 0)
.ser(se_AllocateStaticIpCommand)
.de(de_AllocateStaticIpCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AllocateStaticIpRequest;
+ output: AllocateStaticIpResult;
+ };
+ sdk: {
+ input: AllocateStaticIpCommandInput;
+ output: AllocateStaticIpCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/AttachCertificateToDistributionCommand.ts b/clients/client-lightsail/src/commands/AttachCertificateToDistributionCommand.ts
index 5324ee94c5e9..da37c97c93df 100644
--- a/clients/client-lightsail/src/commands/AttachCertificateToDistributionCommand.ts
+++ b/clients/client-lightsail/src/commands/AttachCertificateToDistributionCommand.ts
@@ -137,4 +137,16 @@ export class AttachCertificateToDistributionCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachCertificateToDistributionCommand)
.de(de_AttachCertificateToDistributionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachCertificateToDistributionRequest;
+ output: AttachCertificateToDistributionResult;
+ };
+ sdk: {
+ input: AttachCertificateToDistributionCommandInput;
+ output: AttachCertificateToDistributionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/AttachDiskCommand.ts b/clients/client-lightsail/src/commands/AttachDiskCommand.ts
index 0a17c0ee429e..6fcab6e49218 100644
--- a/clients/client-lightsail/src/commands/AttachDiskCommand.ts
+++ b/clients/client-lightsail/src/commands/AttachDiskCommand.ts
@@ -132,4 +132,16 @@ export class AttachDiskCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachDiskCommand)
.de(de_AttachDiskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachDiskRequest;
+ output: AttachDiskResult;
+ };
+ sdk: {
+ input: AttachDiskCommandInput;
+ output: AttachDiskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/AttachInstancesToLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/AttachInstancesToLoadBalancerCommand.ts
index b94a0fd8926e..6e488bd32c7d 100644
--- a/clients/client-lightsail/src/commands/AttachInstancesToLoadBalancerCommand.ts
+++ b/clients/client-lightsail/src/commands/AttachInstancesToLoadBalancerCommand.ts
@@ -138,4 +138,16 @@ export class AttachInstancesToLoadBalancerCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachInstancesToLoadBalancerCommand)
.de(de_AttachInstancesToLoadBalancerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachInstancesToLoadBalancerRequest;
+ output: AttachInstancesToLoadBalancerResult;
+ };
+ sdk: {
+ input: AttachInstancesToLoadBalancerCommandInput;
+ output: AttachInstancesToLoadBalancerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/AttachLoadBalancerTlsCertificateCommand.ts b/clients/client-lightsail/src/commands/AttachLoadBalancerTlsCertificateCommand.ts
index 7ef9f529bdfa..db4088bbe665 100644
--- a/clients/client-lightsail/src/commands/AttachLoadBalancerTlsCertificateCommand.ts
+++ b/clients/client-lightsail/src/commands/AttachLoadBalancerTlsCertificateCommand.ts
@@ -139,4 +139,16 @@ export class AttachLoadBalancerTlsCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachLoadBalancerTlsCertificateCommand)
.de(de_AttachLoadBalancerTlsCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachLoadBalancerTlsCertificateRequest;
+ output: AttachLoadBalancerTlsCertificateResult;
+ };
+ sdk: {
+ input: AttachLoadBalancerTlsCertificateCommandInput;
+ output: AttachLoadBalancerTlsCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/AttachStaticIpCommand.ts b/clients/client-lightsail/src/commands/AttachStaticIpCommand.ts
index ca9e3da6c01e..53da9645d495 100644
--- a/clients/client-lightsail/src/commands/AttachStaticIpCommand.ts
+++ b/clients/client-lightsail/src/commands/AttachStaticIpCommand.ts
@@ -126,4 +126,16 @@ export class AttachStaticIpCommand extends $Command
.f(void 0, void 0)
.ser(se_AttachStaticIpCommand)
.de(de_AttachStaticIpCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AttachStaticIpRequest;
+ output: AttachStaticIpResult;
+ };
+ sdk: {
+ input: AttachStaticIpCommandInput;
+ output: AttachStaticIpCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CloseInstancePublicPortsCommand.ts b/clients/client-lightsail/src/commands/CloseInstancePublicPortsCommand.ts
index c0087f3f70d2..091dfa0e9d09 100644
--- a/clients/client-lightsail/src/commands/CloseInstancePublicPortsCommand.ts
+++ b/clients/client-lightsail/src/commands/CloseInstancePublicPortsCommand.ts
@@ -140,4 +140,16 @@ export class CloseInstancePublicPortsCommand extends $Command
.f(void 0, void 0)
.ser(se_CloseInstancePublicPortsCommand)
.de(de_CloseInstancePublicPortsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CloseInstancePublicPortsRequest;
+ output: CloseInstancePublicPortsResult;
+ };
+ sdk: {
+ input: CloseInstancePublicPortsCommandInput;
+ output: CloseInstancePublicPortsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CopySnapshotCommand.ts b/clients/client-lightsail/src/commands/CopySnapshotCommand.ts
index aaace3d65bc9..e2519ac309b5 100644
--- a/clients/client-lightsail/src/commands/CopySnapshotCommand.ts
+++ b/clients/client-lightsail/src/commands/CopySnapshotCommand.ts
@@ -139,4 +139,16 @@ export class CopySnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_CopySnapshotCommand)
.de(de_CopySnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CopySnapshotRequest;
+ output: CopySnapshotResult;
+ };
+ sdk: {
+ input: CopySnapshotCommandInput;
+ output: CopySnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CreateBucketAccessKeyCommand.ts b/clients/client-lightsail/src/commands/CreateBucketAccessKeyCommand.ts
index ead378e38f88..9883a8cab207 100644
--- a/clients/client-lightsail/src/commands/CreateBucketAccessKeyCommand.ts
+++ b/clients/client-lightsail/src/commands/CreateBucketAccessKeyCommand.ts
@@ -144,4 +144,16 @@ export class CreateBucketAccessKeyCommand extends $Command
.f(void 0, CreateBucketAccessKeyResultFilterSensitiveLog)
.ser(se_CreateBucketAccessKeyCommand)
.de(de_CreateBucketAccessKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBucketAccessKeyRequest;
+ output: CreateBucketAccessKeyResult;
+ };
+ sdk: {
+ input: CreateBucketAccessKeyCommandInput;
+ output: CreateBucketAccessKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CreateBucketCommand.ts b/clients/client-lightsail/src/commands/CreateBucketCommand.ts
index 5431d7af37c7..034d18360578 100644
--- a/clients/client-lightsail/src/commands/CreateBucketCommand.ts
+++ b/clients/client-lightsail/src/commands/CreateBucketCommand.ts
@@ -170,4 +170,16 @@ export class CreateBucketCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateBucketCommand)
.de(de_CreateBucketCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBucketRequest;
+ output: CreateBucketResult;
+ };
+ sdk: {
+ input: CreateBucketCommandInput;
+ output: CreateBucketCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CreateCertificateCommand.ts b/clients/client-lightsail/src/commands/CreateCertificateCommand.ts
index 2aa02009fc0c..ce4abedc5e0c 100644
--- a/clients/client-lightsail/src/commands/CreateCertificateCommand.ts
+++ b/clients/client-lightsail/src/commands/CreateCertificateCommand.ts
@@ -214,4 +214,16 @@ export class CreateCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCertificateCommand)
.de(de_CreateCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCertificateRequest;
+ output: CreateCertificateResult;
+ };
+ sdk: {
+ input: CreateCertificateCommandInput;
+ output: CreateCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CreateCloudFormationStackCommand.ts b/clients/client-lightsail/src/commands/CreateCloudFormationStackCommand.ts
index aa6831e42e1e..0e3178430709 100644
--- a/clients/client-lightsail/src/commands/CreateCloudFormationStackCommand.ts
+++ b/clients/client-lightsail/src/commands/CreateCloudFormationStackCommand.ts
@@ -140,4 +140,16 @@ export class CreateCloudFormationStackCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCloudFormationStackCommand)
.de(de_CreateCloudFormationStackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCloudFormationStackRequest;
+ output: CreateCloudFormationStackResult;
+ };
+ sdk: {
+ input: CreateCloudFormationStackCommandInput;
+ output: CreateCloudFormationStackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CreateContactMethodCommand.ts b/clients/client-lightsail/src/commands/CreateContactMethodCommand.ts
index 915a6f70ac71..a271fbb4e1ca 100644
--- a/clients/client-lightsail/src/commands/CreateContactMethodCommand.ts
+++ b/clients/client-lightsail/src/commands/CreateContactMethodCommand.ts
@@ -126,4 +126,16 @@ export class CreateContactMethodCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateContactMethodCommand)
.de(de_CreateContactMethodCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateContactMethodRequest;
+ output: CreateContactMethodResult;
+ };
+ sdk: {
+ input: CreateContactMethodCommandInput;
+ output: CreateContactMethodCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CreateContainerServiceCommand.ts b/clients/client-lightsail/src/commands/CreateContainerServiceCommand.ts
index b04aeb195c43..d01b09ee7adb 100644
--- a/clients/client-lightsail/src/commands/CreateContainerServiceCommand.ts
+++ b/clients/client-lightsail/src/commands/CreateContainerServiceCommand.ts
@@ -249,4 +249,16 @@ export class CreateContainerServiceCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateContainerServiceCommand)
.de(de_CreateContainerServiceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateContainerServiceRequest;
+ output: CreateContainerServiceResult;
+ };
+ sdk: {
+ input: CreateContainerServiceCommandInput;
+ output: CreateContainerServiceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CreateContainerServiceDeploymentCommand.ts b/clients/client-lightsail/src/commands/CreateContainerServiceDeploymentCommand.ts
index afa1e63af56e..59a37bddf4e5 100644
--- a/clients/client-lightsail/src/commands/CreateContainerServiceDeploymentCommand.ts
+++ b/clients/client-lightsail/src/commands/CreateContainerServiceDeploymentCommand.ts
@@ -240,4 +240,16 @@ export class CreateContainerServiceDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateContainerServiceDeploymentCommand)
.de(de_CreateContainerServiceDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateContainerServiceDeploymentRequest;
+ output: CreateContainerServiceDeploymentResult;
+ };
+ sdk: {
+ input: CreateContainerServiceDeploymentCommandInput;
+ output: CreateContainerServiceDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CreateContainerServiceRegistryLoginCommand.ts b/clients/client-lightsail/src/commands/CreateContainerServiceRegistryLoginCommand.ts
index b59a05386443..203e2c638dd2 100644
--- a/clients/client-lightsail/src/commands/CreateContainerServiceRegistryLoginCommand.ts
+++ b/clients/client-lightsail/src/commands/CreateContainerServiceRegistryLoginCommand.ts
@@ -130,4 +130,16 @@ export class CreateContainerServiceRegistryLoginCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateContainerServiceRegistryLoginCommand)
.de(de_CreateContainerServiceRegistryLoginCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: CreateContainerServiceRegistryLoginResult;
+ };
+ sdk: {
+ input: CreateContainerServiceRegistryLoginCommandInput;
+ output: CreateContainerServiceRegistryLoginCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CreateDiskCommand.ts b/clients/client-lightsail/src/commands/CreateDiskCommand.ts
index 0219c1910baf..389f89f12233 100644
--- a/clients/client-lightsail/src/commands/CreateDiskCommand.ts
+++ b/clients/client-lightsail/src/commands/CreateDiskCommand.ts
@@ -148,4 +148,16 @@ export class CreateDiskCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDiskCommand)
.de(de_CreateDiskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDiskRequest;
+ output: CreateDiskResult;
+ };
+ sdk: {
+ input: CreateDiskCommandInput;
+ output: CreateDiskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CreateDiskFromSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateDiskFromSnapshotCommand.ts
index 034c6923cbf2..64ba181d5aab 100644
--- a/clients/client-lightsail/src/commands/CreateDiskFromSnapshotCommand.ts
+++ b/clients/client-lightsail/src/commands/CreateDiskFromSnapshotCommand.ts
@@ -154,4 +154,16 @@ export class CreateDiskFromSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDiskFromSnapshotCommand)
.de(de_CreateDiskFromSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDiskFromSnapshotRequest;
+ output: CreateDiskFromSnapshotResult;
+ };
+ sdk: {
+ input: CreateDiskFromSnapshotCommandInput;
+ output: CreateDiskFromSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CreateDiskSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateDiskSnapshotCommand.ts
index 1d6e58fa3753..4fabd26251db 100644
--- a/clients/client-lightsail/src/commands/CreateDiskSnapshotCommand.ts
+++ b/clients/client-lightsail/src/commands/CreateDiskSnapshotCommand.ts
@@ -151,4 +151,16 @@ export class CreateDiskSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDiskSnapshotCommand)
.de(de_CreateDiskSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDiskSnapshotRequest;
+ output: CreateDiskSnapshotResult;
+ };
+ sdk: {
+ input: CreateDiskSnapshotCommandInput;
+ output: CreateDiskSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CreateDistributionCommand.ts b/clients/client-lightsail/src/commands/CreateDistributionCommand.ts
index 2e9399319490..8d895946d7a2 100644
--- a/clients/client-lightsail/src/commands/CreateDistributionCommand.ts
+++ b/clients/client-lightsail/src/commands/CreateDistributionCommand.ts
@@ -242,4 +242,16 @@ export class CreateDistributionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDistributionCommand)
.de(de_CreateDistributionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDistributionRequest;
+ output: CreateDistributionResult;
+ };
+ sdk: {
+ input: CreateDistributionCommandInput;
+ output: CreateDistributionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CreateDomainCommand.ts b/clients/client-lightsail/src/commands/CreateDomainCommand.ts
index 2566c4b1f2ce..a5a9f0aca232 100644
--- a/clients/client-lightsail/src/commands/CreateDomainCommand.ts
+++ b/clients/client-lightsail/src/commands/CreateDomainCommand.ts
@@ -131,4 +131,16 @@ export class CreateDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDomainCommand)
.de(de_CreateDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDomainRequest;
+ output: CreateDomainResult;
+ };
+ sdk: {
+ input: CreateDomainCommandInput;
+ output: CreateDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CreateDomainEntryCommand.ts b/clients/client-lightsail/src/commands/CreateDomainEntryCommand.ts
index ed95279ecb9b..88a44182f2b9 100644
--- a/clients/client-lightsail/src/commands/CreateDomainEntryCommand.ts
+++ b/clients/client-lightsail/src/commands/CreateDomainEntryCommand.ts
@@ -138,4 +138,16 @@ export class CreateDomainEntryCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDomainEntryCommand)
.de(de_CreateDomainEntryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDomainEntryRequest;
+ output: CreateDomainEntryResult;
+ };
+ sdk: {
+ input: CreateDomainEntryCommandInput;
+ output: CreateDomainEntryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CreateGUISessionAccessDetailsCommand.ts b/clients/client-lightsail/src/commands/CreateGUISessionAccessDetailsCommand.ts
index 44797d92875a..c570ba88f469 100644
--- a/clients/client-lightsail/src/commands/CreateGUISessionAccessDetailsCommand.ts
+++ b/clients/client-lightsail/src/commands/CreateGUISessionAccessDetailsCommand.ts
@@ -123,4 +123,16 @@ export class CreateGUISessionAccessDetailsCommand extends $Command
.f(void 0, CreateGUISessionAccessDetailsResultFilterSensitiveLog)
.ser(se_CreateGUISessionAccessDetailsCommand)
.de(de_CreateGUISessionAccessDetailsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGUISessionAccessDetailsRequest;
+ output: CreateGUISessionAccessDetailsResult;
+ };
+ sdk: {
+ input: CreateGUISessionAccessDetailsCommandInput;
+ output: CreateGUISessionAccessDetailsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CreateInstanceSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateInstanceSnapshotCommand.ts
index d83592c50329..abb641d236cb 100644
--- a/clients/client-lightsail/src/commands/CreateInstanceSnapshotCommand.ts
+++ b/clients/client-lightsail/src/commands/CreateInstanceSnapshotCommand.ts
@@ -135,4 +135,16 @@ export class CreateInstanceSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateInstanceSnapshotCommand)
.de(de_CreateInstanceSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateInstanceSnapshotRequest;
+ output: CreateInstanceSnapshotResult;
+ };
+ sdk: {
+ input: CreateInstanceSnapshotCommandInput;
+ output: CreateInstanceSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CreateInstancesCommand.ts b/clients/client-lightsail/src/commands/CreateInstancesCommand.ts
index 907e2c937253..35e57f7a0023 100644
--- a/clients/client-lightsail/src/commands/CreateInstancesCommand.ts
+++ b/clients/client-lightsail/src/commands/CreateInstancesCommand.ts
@@ -154,4 +154,16 @@ export class CreateInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateInstancesCommand)
.de(de_CreateInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateInstancesRequest;
+ output: CreateInstancesResult;
+ };
+ sdk: {
+ input: CreateInstancesCommandInput;
+ output: CreateInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CreateInstancesFromSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateInstancesFromSnapshotCommand.ts
index a55baa586beb..ee6aab5fab56 100644
--- a/clients/client-lightsail/src/commands/CreateInstancesFromSnapshotCommand.ts
+++ b/clients/client-lightsail/src/commands/CreateInstancesFromSnapshotCommand.ts
@@ -166,4 +166,16 @@ export class CreateInstancesFromSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateInstancesFromSnapshotCommand)
.de(de_CreateInstancesFromSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateInstancesFromSnapshotRequest;
+ output: CreateInstancesFromSnapshotResult;
+ };
+ sdk: {
+ input: CreateInstancesFromSnapshotCommandInput;
+ output: CreateInstancesFromSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CreateKeyPairCommand.ts b/clients/client-lightsail/src/commands/CreateKeyPairCommand.ts
index 4de574def271..860b93a1a08f 100644
--- a/clients/client-lightsail/src/commands/CreateKeyPairCommand.ts
+++ b/clients/client-lightsail/src/commands/CreateKeyPairCommand.ts
@@ -157,4 +157,16 @@ export class CreateKeyPairCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateKeyPairCommand)
.de(de_CreateKeyPairCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateKeyPairRequest;
+ output: CreateKeyPairResult;
+ };
+ sdk: {
+ input: CreateKeyPairCommandInput;
+ output: CreateKeyPairCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CreateLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/CreateLoadBalancerCommand.ts
index 5061919207e3..3ebf9f2efc18 100644
--- a/clients/client-lightsail/src/commands/CreateLoadBalancerCommand.ts
+++ b/clients/client-lightsail/src/commands/CreateLoadBalancerCommand.ts
@@ -147,4 +147,16 @@ export class CreateLoadBalancerCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLoadBalancerCommand)
.de(de_CreateLoadBalancerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLoadBalancerRequest;
+ output: CreateLoadBalancerResult;
+ };
+ sdk: {
+ input: CreateLoadBalancerCommandInput;
+ output: CreateLoadBalancerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CreateLoadBalancerTlsCertificateCommand.ts b/clients/client-lightsail/src/commands/CreateLoadBalancerTlsCertificateCommand.ts
index 17641ffae586..f07c077ff9ed 100644
--- a/clients/client-lightsail/src/commands/CreateLoadBalancerTlsCertificateCommand.ts
+++ b/clients/client-lightsail/src/commands/CreateLoadBalancerTlsCertificateCommand.ts
@@ -145,4 +145,16 @@ export class CreateLoadBalancerTlsCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLoadBalancerTlsCertificateCommand)
.de(de_CreateLoadBalancerTlsCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLoadBalancerTlsCertificateRequest;
+ output: CreateLoadBalancerTlsCertificateResult;
+ };
+ sdk: {
+ input: CreateLoadBalancerTlsCertificateCommandInput;
+ output: CreateLoadBalancerTlsCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CreateRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/CreateRelationalDatabaseCommand.ts
index c71d911b855a..1da18a4fae25 100644
--- a/clients/client-lightsail/src/commands/CreateRelationalDatabaseCommand.ts
+++ b/clients/client-lightsail/src/commands/CreateRelationalDatabaseCommand.ts
@@ -146,4 +146,16 @@ export class CreateRelationalDatabaseCommand extends $Command
.f(CreateRelationalDatabaseRequestFilterSensitiveLog, void 0)
.ser(se_CreateRelationalDatabaseCommand)
.de(de_CreateRelationalDatabaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRelationalDatabaseRequest;
+ output: CreateRelationalDatabaseResult;
+ };
+ sdk: {
+ input: CreateRelationalDatabaseCommandInput;
+ output: CreateRelationalDatabaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CreateRelationalDatabaseFromSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateRelationalDatabaseFromSnapshotCommand.ts
index ad4205aab1e1..5102361b09fc 100644
--- a/clients/client-lightsail/src/commands/CreateRelationalDatabaseFromSnapshotCommand.ts
+++ b/clients/client-lightsail/src/commands/CreateRelationalDatabaseFromSnapshotCommand.ts
@@ -152,4 +152,16 @@ export class CreateRelationalDatabaseFromSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRelationalDatabaseFromSnapshotCommand)
.de(de_CreateRelationalDatabaseFromSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRelationalDatabaseFromSnapshotRequest;
+ output: CreateRelationalDatabaseFromSnapshotResult;
+ };
+ sdk: {
+ input: CreateRelationalDatabaseFromSnapshotCommandInput;
+ output: CreateRelationalDatabaseFromSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/CreateRelationalDatabaseSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateRelationalDatabaseSnapshotCommand.ts
index 5f2ee42c2be9..e483acc3c33e 100644
--- a/clients/client-lightsail/src/commands/CreateRelationalDatabaseSnapshotCommand.ts
+++ b/clients/client-lightsail/src/commands/CreateRelationalDatabaseSnapshotCommand.ts
@@ -140,4 +140,16 @@ export class CreateRelationalDatabaseSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRelationalDatabaseSnapshotCommand)
.de(de_CreateRelationalDatabaseSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRelationalDatabaseSnapshotRequest;
+ output: CreateRelationalDatabaseSnapshotResult;
+ };
+ sdk: {
+ input: CreateRelationalDatabaseSnapshotCommandInput;
+ output: CreateRelationalDatabaseSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DeleteAlarmCommand.ts b/clients/client-lightsail/src/commands/DeleteAlarmCommand.ts
index af18b33cc73f..4610088919bd 100644
--- a/clients/client-lightsail/src/commands/DeleteAlarmCommand.ts
+++ b/clients/client-lightsail/src/commands/DeleteAlarmCommand.ts
@@ -125,4 +125,16 @@ export class DeleteAlarmCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAlarmCommand)
.de(de_DeleteAlarmCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAlarmRequest;
+ output: DeleteAlarmResult;
+ };
+ sdk: {
+ input: DeleteAlarmCommandInput;
+ output: DeleteAlarmCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DeleteAutoSnapshotCommand.ts b/clients/client-lightsail/src/commands/DeleteAutoSnapshotCommand.ts
index cf09e2117870..8896868c0f9b 100644
--- a/clients/client-lightsail/src/commands/DeleteAutoSnapshotCommand.ts
+++ b/clients/client-lightsail/src/commands/DeleteAutoSnapshotCommand.ts
@@ -122,4 +122,16 @@ export class DeleteAutoSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAutoSnapshotCommand)
.de(de_DeleteAutoSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAutoSnapshotRequest;
+ output: DeleteAutoSnapshotResult;
+ };
+ sdk: {
+ input: DeleteAutoSnapshotCommandInput;
+ output: DeleteAutoSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DeleteBucketAccessKeyCommand.ts b/clients/client-lightsail/src/commands/DeleteBucketAccessKeyCommand.ts
index 2f0bc2d0f9f7..de88484cd070 100644
--- a/clients/client-lightsail/src/commands/DeleteBucketAccessKeyCommand.ts
+++ b/clients/client-lightsail/src/commands/DeleteBucketAccessKeyCommand.ts
@@ -122,4 +122,16 @@ export class DeleteBucketAccessKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBucketAccessKeyCommand)
.de(de_DeleteBucketAccessKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBucketAccessKeyRequest;
+ output: DeleteBucketAccessKeyResult;
+ };
+ sdk: {
+ input: DeleteBucketAccessKeyCommandInput;
+ output: DeleteBucketAccessKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DeleteBucketCommand.ts b/clients/client-lightsail/src/commands/DeleteBucketCommand.ts
index 4abba2187d28..1fd480e53bdb 100644
--- a/clients/client-lightsail/src/commands/DeleteBucketCommand.ts
+++ b/clients/client-lightsail/src/commands/DeleteBucketCommand.ts
@@ -123,4 +123,16 @@ export class DeleteBucketCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBucketCommand)
.de(de_DeleteBucketCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBucketRequest;
+ output: DeleteBucketResult;
+ };
+ sdk: {
+ input: DeleteBucketCommandInput;
+ output: DeleteBucketCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DeleteCertificateCommand.ts b/clients/client-lightsail/src/commands/DeleteCertificateCommand.ts
index 52e5b1d27dbb..624de7662d7c 100644
--- a/clients/client-lightsail/src/commands/DeleteCertificateCommand.ts
+++ b/clients/client-lightsail/src/commands/DeleteCertificateCommand.ts
@@ -122,4 +122,16 @@ export class DeleteCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCertificateCommand)
.de(de_DeleteCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCertificateRequest;
+ output: DeleteCertificateResult;
+ };
+ sdk: {
+ input: DeleteCertificateCommandInput;
+ output: DeleteCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DeleteContactMethodCommand.ts b/clients/client-lightsail/src/commands/DeleteContactMethodCommand.ts
index 464ece7b2659..7468290f3080 100644
--- a/clients/client-lightsail/src/commands/DeleteContactMethodCommand.ts
+++ b/clients/client-lightsail/src/commands/DeleteContactMethodCommand.ts
@@ -125,4 +125,16 @@ export class DeleteContactMethodCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteContactMethodCommand)
.de(de_DeleteContactMethodCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteContactMethodRequest;
+ output: DeleteContactMethodResult;
+ };
+ sdk: {
+ input: DeleteContactMethodCommandInput;
+ output: DeleteContactMethodCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DeleteContainerImageCommand.ts b/clients/client-lightsail/src/commands/DeleteContainerImageCommand.ts
index 8abf57af868b..7f69d9cfe61d 100644
--- a/clients/client-lightsail/src/commands/DeleteContainerImageCommand.ts
+++ b/clients/client-lightsail/src/commands/DeleteContainerImageCommand.ts
@@ -100,4 +100,16 @@ export class DeleteContainerImageCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteContainerImageCommand)
.de(de_DeleteContainerImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteContainerImageRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteContainerImageCommandInput;
+ output: DeleteContainerImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DeleteContainerServiceCommand.ts b/clients/client-lightsail/src/commands/DeleteContainerServiceCommand.ts
index 0588e2b281b1..166d8022810f 100644
--- a/clients/client-lightsail/src/commands/DeleteContainerServiceCommand.ts
+++ b/clients/client-lightsail/src/commands/DeleteContainerServiceCommand.ts
@@ -98,4 +98,16 @@ export class DeleteContainerServiceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteContainerServiceCommand)
.de(de_DeleteContainerServiceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteContainerServiceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteContainerServiceCommandInput;
+ output: DeleteContainerServiceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DeleteDiskCommand.ts b/clients/client-lightsail/src/commands/DeleteDiskCommand.ts
index 95f3f24362e9..b38d84c861d4 100644
--- a/clients/client-lightsail/src/commands/DeleteDiskCommand.ts
+++ b/clients/client-lightsail/src/commands/DeleteDiskCommand.ts
@@ -133,4 +133,16 @@ export class DeleteDiskCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDiskCommand)
.de(de_DeleteDiskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDiskRequest;
+ output: DeleteDiskResult;
+ };
+ sdk: {
+ input: DeleteDiskCommandInput;
+ output: DeleteDiskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DeleteDiskSnapshotCommand.ts b/clients/client-lightsail/src/commands/DeleteDiskSnapshotCommand.ts
index 7e5a7dde9e40..5cfff0be59c5 100644
--- a/clients/client-lightsail/src/commands/DeleteDiskSnapshotCommand.ts
+++ b/clients/client-lightsail/src/commands/DeleteDiskSnapshotCommand.ts
@@ -133,4 +133,16 @@ export class DeleteDiskSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDiskSnapshotCommand)
.de(de_DeleteDiskSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDiskSnapshotRequest;
+ output: DeleteDiskSnapshotResult;
+ };
+ sdk: {
+ input: DeleteDiskSnapshotCommandInput;
+ output: DeleteDiskSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DeleteDistributionCommand.ts b/clients/client-lightsail/src/commands/DeleteDistributionCommand.ts
index 430bcfaf3db9..1d7cc9b70c6e 100644
--- a/clients/client-lightsail/src/commands/DeleteDistributionCommand.ts
+++ b/clients/client-lightsail/src/commands/DeleteDistributionCommand.ts
@@ -119,4 +119,16 @@ export class DeleteDistributionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDistributionCommand)
.de(de_DeleteDistributionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDistributionRequest;
+ output: DeleteDistributionResult;
+ };
+ sdk: {
+ input: DeleteDistributionCommandInput;
+ output: DeleteDistributionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DeleteDomainCommand.ts b/clients/client-lightsail/src/commands/DeleteDomainCommand.ts
index 1bb15b341006..393113ba6e15 100644
--- a/clients/client-lightsail/src/commands/DeleteDomainCommand.ts
+++ b/clients/client-lightsail/src/commands/DeleteDomainCommand.ts
@@ -126,4 +126,16 @@ export class DeleteDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDomainCommand)
.de(de_DeleteDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDomainRequest;
+ output: DeleteDomainResult;
+ };
+ sdk: {
+ input: DeleteDomainCommandInput;
+ output: DeleteDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DeleteDomainEntryCommand.ts b/clients/client-lightsail/src/commands/DeleteDomainEntryCommand.ts
index ee16a41a8d71..24db3239bfb1 100644
--- a/clients/client-lightsail/src/commands/DeleteDomainEntryCommand.ts
+++ b/clients/client-lightsail/src/commands/DeleteDomainEntryCommand.ts
@@ -136,4 +136,16 @@ export class DeleteDomainEntryCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDomainEntryCommand)
.de(de_DeleteDomainEntryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDomainEntryRequest;
+ output: DeleteDomainEntryResult;
+ };
+ sdk: {
+ input: DeleteDomainEntryCommandInput;
+ output: DeleteDomainEntryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DeleteInstanceCommand.ts b/clients/client-lightsail/src/commands/DeleteInstanceCommand.ts
index 7e8bd67911b4..6d43cf0353a1 100644
--- a/clients/client-lightsail/src/commands/DeleteInstanceCommand.ts
+++ b/clients/client-lightsail/src/commands/DeleteInstanceCommand.ts
@@ -129,4 +129,16 @@ export class DeleteInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteInstanceCommand)
.de(de_DeleteInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteInstanceRequest;
+ output: DeleteInstanceResult;
+ };
+ sdk: {
+ input: DeleteInstanceCommandInput;
+ output: DeleteInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DeleteInstanceSnapshotCommand.ts b/clients/client-lightsail/src/commands/DeleteInstanceSnapshotCommand.ts
index 4409720b7742..21cbfbf40be8 100644
--- a/clients/client-lightsail/src/commands/DeleteInstanceSnapshotCommand.ts
+++ b/clients/client-lightsail/src/commands/DeleteInstanceSnapshotCommand.ts
@@ -129,4 +129,16 @@ export class DeleteInstanceSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteInstanceSnapshotCommand)
.de(de_DeleteInstanceSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteInstanceSnapshotRequest;
+ output: DeleteInstanceSnapshotResult;
+ };
+ sdk: {
+ input: DeleteInstanceSnapshotCommandInput;
+ output: DeleteInstanceSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DeleteKeyPairCommand.ts b/clients/client-lightsail/src/commands/DeleteKeyPairCommand.ts
index 1f08a393652f..4a9a9fa1786e 100644
--- a/clients/client-lightsail/src/commands/DeleteKeyPairCommand.ts
+++ b/clients/client-lightsail/src/commands/DeleteKeyPairCommand.ts
@@ -131,4 +131,16 @@ export class DeleteKeyPairCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteKeyPairCommand)
.de(de_DeleteKeyPairCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteKeyPairRequest;
+ output: DeleteKeyPairResult;
+ };
+ sdk: {
+ input: DeleteKeyPairCommandInput;
+ output: DeleteKeyPairCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DeleteKnownHostKeysCommand.ts b/clients/client-lightsail/src/commands/DeleteKnownHostKeysCommand.ts
index 69e0eca40dac..9956254c48b3 100644
--- a/clients/client-lightsail/src/commands/DeleteKnownHostKeysCommand.ts
+++ b/clients/client-lightsail/src/commands/DeleteKnownHostKeysCommand.ts
@@ -133,4 +133,16 @@ export class DeleteKnownHostKeysCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteKnownHostKeysCommand)
.de(de_DeleteKnownHostKeysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteKnownHostKeysRequest;
+ output: DeleteKnownHostKeysResult;
+ };
+ sdk: {
+ input: DeleteKnownHostKeysCommandInput;
+ output: DeleteKnownHostKeysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DeleteLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/DeleteLoadBalancerCommand.ts
index 32fe4761a7fb..3628283e1f6f 100644
--- a/clients/client-lightsail/src/commands/DeleteLoadBalancerCommand.ts
+++ b/clients/client-lightsail/src/commands/DeleteLoadBalancerCommand.ts
@@ -130,4 +130,16 @@ export class DeleteLoadBalancerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLoadBalancerCommand)
.de(de_DeleteLoadBalancerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLoadBalancerRequest;
+ output: DeleteLoadBalancerResult;
+ };
+ sdk: {
+ input: DeleteLoadBalancerCommandInput;
+ output: DeleteLoadBalancerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DeleteLoadBalancerTlsCertificateCommand.ts b/clients/client-lightsail/src/commands/DeleteLoadBalancerTlsCertificateCommand.ts
index 1b420d6eb287..732011fa2d38 100644
--- a/clients/client-lightsail/src/commands/DeleteLoadBalancerTlsCertificateCommand.ts
+++ b/clients/client-lightsail/src/commands/DeleteLoadBalancerTlsCertificateCommand.ts
@@ -135,4 +135,16 @@ export class DeleteLoadBalancerTlsCertificateCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLoadBalancerTlsCertificateCommand)
.de(de_DeleteLoadBalancerTlsCertificateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLoadBalancerTlsCertificateRequest;
+ output: DeleteLoadBalancerTlsCertificateResult;
+ };
+ sdk: {
+ input: DeleteLoadBalancerTlsCertificateCommandInput;
+ output: DeleteLoadBalancerTlsCertificateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DeleteRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/DeleteRelationalDatabaseCommand.ts
index 7bdc29703abb..85e739c0ba69 100644
--- a/clients/client-lightsail/src/commands/DeleteRelationalDatabaseCommand.ts
+++ b/clients/client-lightsail/src/commands/DeleteRelationalDatabaseCommand.ts
@@ -130,4 +130,16 @@ export class DeleteRelationalDatabaseCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRelationalDatabaseCommand)
.de(de_DeleteRelationalDatabaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRelationalDatabaseRequest;
+ output: DeleteRelationalDatabaseResult;
+ };
+ sdk: {
+ input: DeleteRelationalDatabaseCommandInput;
+ output: DeleteRelationalDatabaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DeleteRelationalDatabaseSnapshotCommand.ts b/clients/client-lightsail/src/commands/DeleteRelationalDatabaseSnapshotCommand.ts
index 4588d64c148c..9ce2ed3fa9c8 100644
--- a/clients/client-lightsail/src/commands/DeleteRelationalDatabaseSnapshotCommand.ts
+++ b/clients/client-lightsail/src/commands/DeleteRelationalDatabaseSnapshotCommand.ts
@@ -133,4 +133,16 @@ export class DeleteRelationalDatabaseSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRelationalDatabaseSnapshotCommand)
.de(de_DeleteRelationalDatabaseSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRelationalDatabaseSnapshotRequest;
+ output: DeleteRelationalDatabaseSnapshotResult;
+ };
+ sdk: {
+ input: DeleteRelationalDatabaseSnapshotCommandInput;
+ output: DeleteRelationalDatabaseSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DetachCertificateFromDistributionCommand.ts b/clients/client-lightsail/src/commands/DetachCertificateFromDistributionCommand.ts
index 9e26d2e43046..f2aa12be1215 100644
--- a/clients/client-lightsail/src/commands/DetachCertificateFromDistributionCommand.ts
+++ b/clients/client-lightsail/src/commands/DetachCertificateFromDistributionCommand.ts
@@ -127,4 +127,16 @@ export class DetachCertificateFromDistributionCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachCertificateFromDistributionCommand)
.de(de_DetachCertificateFromDistributionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachCertificateFromDistributionRequest;
+ output: DetachCertificateFromDistributionResult;
+ };
+ sdk: {
+ input: DetachCertificateFromDistributionCommandInput;
+ output: DetachCertificateFromDistributionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DetachDiskCommand.ts b/clients/client-lightsail/src/commands/DetachDiskCommand.ts
index 15a516921d50..9dc859ec4882 100644
--- a/clients/client-lightsail/src/commands/DetachDiskCommand.ts
+++ b/clients/client-lightsail/src/commands/DetachDiskCommand.ts
@@ -130,4 +130,16 @@ export class DetachDiskCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachDiskCommand)
.de(de_DetachDiskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachDiskRequest;
+ output: DetachDiskResult;
+ };
+ sdk: {
+ input: DetachDiskCommandInput;
+ output: DetachDiskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DetachInstancesFromLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/DetachInstancesFromLoadBalancerCommand.ts
index dffb873589a8..26e0a4a0671e 100644
--- a/clients/client-lightsail/src/commands/DetachInstancesFromLoadBalancerCommand.ts
+++ b/clients/client-lightsail/src/commands/DetachInstancesFromLoadBalancerCommand.ts
@@ -138,4 +138,16 @@ export class DetachInstancesFromLoadBalancerCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachInstancesFromLoadBalancerCommand)
.de(de_DetachInstancesFromLoadBalancerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachInstancesFromLoadBalancerRequest;
+ output: DetachInstancesFromLoadBalancerResult;
+ };
+ sdk: {
+ input: DetachInstancesFromLoadBalancerCommandInput;
+ output: DetachInstancesFromLoadBalancerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DetachStaticIpCommand.ts b/clients/client-lightsail/src/commands/DetachStaticIpCommand.ts
index 9282a9438079..26c9b920e1f6 100644
--- a/clients/client-lightsail/src/commands/DetachStaticIpCommand.ts
+++ b/clients/client-lightsail/src/commands/DetachStaticIpCommand.ts
@@ -125,4 +125,16 @@ export class DetachStaticIpCommand extends $Command
.f(void 0, void 0)
.ser(se_DetachStaticIpCommand)
.de(de_DetachStaticIpCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetachStaticIpRequest;
+ output: DetachStaticIpResult;
+ };
+ sdk: {
+ input: DetachStaticIpCommandInput;
+ output: DetachStaticIpCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DisableAddOnCommand.ts b/clients/client-lightsail/src/commands/DisableAddOnCommand.ts
index a8fff4f87fb9..2d4999fe7036 100644
--- a/clients/client-lightsail/src/commands/DisableAddOnCommand.ts
+++ b/clients/client-lightsail/src/commands/DisableAddOnCommand.ts
@@ -122,4 +122,16 @@ export class DisableAddOnCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableAddOnCommand)
.de(de_DisableAddOnCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableAddOnRequest;
+ output: DisableAddOnResult;
+ };
+ sdk: {
+ input: DisableAddOnCommandInput;
+ output: DisableAddOnCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/DownloadDefaultKeyPairCommand.ts b/clients/client-lightsail/src/commands/DownloadDefaultKeyPairCommand.ts
index 119a32fa040f..f59bc3ac87f2 100644
--- a/clients/client-lightsail/src/commands/DownloadDefaultKeyPairCommand.ts
+++ b/clients/client-lightsail/src/commands/DownloadDefaultKeyPairCommand.ts
@@ -109,4 +109,16 @@ export class DownloadDefaultKeyPairCommand extends $Command
.f(void 0, void 0)
.ser(se_DownloadDefaultKeyPairCommand)
.de(de_DownloadDefaultKeyPairCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DownloadDefaultKeyPairResult;
+ };
+ sdk: {
+ input: DownloadDefaultKeyPairCommandInput;
+ output: DownloadDefaultKeyPairCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/EnableAddOnCommand.ts b/clients/client-lightsail/src/commands/EnableAddOnCommand.ts
index b5f567fa4377..e10106e45c14 100644
--- a/clients/client-lightsail/src/commands/EnableAddOnCommand.ts
+++ b/clients/client-lightsail/src/commands/EnableAddOnCommand.ts
@@ -132,4 +132,16 @@ export class EnableAddOnCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableAddOnCommand)
.de(de_EnableAddOnCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableAddOnRequest;
+ output: EnableAddOnResult;
+ };
+ sdk: {
+ input: EnableAddOnCommandInput;
+ output: EnableAddOnCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/ExportSnapshotCommand.ts b/clients/client-lightsail/src/commands/ExportSnapshotCommand.ts
index 8fd0743e3be9..639156b2ea48 100644
--- a/clients/client-lightsail/src/commands/ExportSnapshotCommand.ts
+++ b/clients/client-lightsail/src/commands/ExportSnapshotCommand.ts
@@ -139,4 +139,16 @@ export class ExportSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_ExportSnapshotCommand)
.de(de_ExportSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ExportSnapshotRequest;
+ output: ExportSnapshotResult;
+ };
+ sdk: {
+ input: ExportSnapshotCommandInput;
+ output: ExportSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetActiveNamesCommand.ts b/clients/client-lightsail/src/commands/GetActiveNamesCommand.ts
index 5af1ae3f2019..8eb3b7830bf7 100644
--- a/clients/client-lightsail/src/commands/GetActiveNamesCommand.ts
+++ b/clients/client-lightsail/src/commands/GetActiveNamesCommand.ts
@@ -110,4 +110,16 @@ export class GetActiveNamesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetActiveNamesCommand)
.de(de_GetActiveNamesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetActiveNamesRequest;
+ output: GetActiveNamesResult;
+ };
+ sdk: {
+ input: GetActiveNamesCommandInput;
+ output: GetActiveNamesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetAlarmsCommand.ts b/clients/client-lightsail/src/commands/GetAlarmsCommand.ts
index e60c128c742f..76c54292313e 100644
--- a/clients/client-lightsail/src/commands/GetAlarmsCommand.ts
+++ b/clients/client-lightsail/src/commands/GetAlarmsCommand.ts
@@ -146,4 +146,16 @@ export class GetAlarmsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAlarmsCommand)
.de(de_GetAlarmsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAlarmsRequest;
+ output: GetAlarmsResult;
+ };
+ sdk: {
+ input: GetAlarmsCommandInput;
+ output: GetAlarmsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetAutoSnapshotsCommand.ts b/clients/client-lightsail/src/commands/GetAutoSnapshotsCommand.ts
index 84b451fce49b..a486bb4f87b8 100644
--- a/clients/client-lightsail/src/commands/GetAutoSnapshotsCommand.ts
+++ b/clients/client-lightsail/src/commands/GetAutoSnapshotsCommand.ts
@@ -118,4 +118,16 @@ export class GetAutoSnapshotsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAutoSnapshotsCommand)
.de(de_GetAutoSnapshotsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAutoSnapshotsRequest;
+ output: GetAutoSnapshotsResult;
+ };
+ sdk: {
+ input: GetAutoSnapshotsCommandInput;
+ output: GetAutoSnapshotsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetBlueprintsCommand.ts b/clients/client-lightsail/src/commands/GetBlueprintsCommand.ts
index 6b4d2da1534a..115bee2ed490 100644
--- a/clients/client-lightsail/src/commands/GetBlueprintsCommand.ts
+++ b/clients/client-lightsail/src/commands/GetBlueprintsCommand.ts
@@ -135,4 +135,16 @@ export class GetBlueprintsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBlueprintsCommand)
.de(de_GetBlueprintsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBlueprintsRequest;
+ output: GetBlueprintsResult;
+ };
+ sdk: {
+ input: GetBlueprintsCommandInput;
+ output: GetBlueprintsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetBucketAccessKeysCommand.ts b/clients/client-lightsail/src/commands/GetBucketAccessKeysCommand.ts
index 51960ae030f0..cec7b1ab9e71 100644
--- a/clients/client-lightsail/src/commands/GetBucketAccessKeysCommand.ts
+++ b/clients/client-lightsail/src/commands/GetBucketAccessKeysCommand.ts
@@ -121,4 +121,16 @@ export class GetBucketAccessKeysCommand extends $Command
.f(void 0, GetBucketAccessKeysResultFilterSensitiveLog)
.ser(se_GetBucketAccessKeysCommand)
.de(de_GetBucketAccessKeysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBucketAccessKeysRequest;
+ output: GetBucketAccessKeysResult;
+ };
+ sdk: {
+ input: GetBucketAccessKeysCommandInput;
+ output: GetBucketAccessKeysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetBucketBundlesCommand.ts b/clients/client-lightsail/src/commands/GetBucketBundlesCommand.ts
index 63b451b21232..568386027efb 100644
--- a/clients/client-lightsail/src/commands/GetBucketBundlesCommand.ts
+++ b/clients/client-lightsail/src/commands/GetBucketBundlesCommand.ts
@@ -110,4 +110,16 @@ export class GetBucketBundlesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBucketBundlesCommand)
.de(de_GetBucketBundlesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBucketBundlesRequest;
+ output: GetBucketBundlesResult;
+ };
+ sdk: {
+ input: GetBucketBundlesCommandInput;
+ output: GetBucketBundlesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetBucketMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetBucketMetricDataCommand.ts
index 58d30e4ff133..b2087ab2f434 100644
--- a/clients/client-lightsail/src/commands/GetBucketMetricDataCommand.ts
+++ b/clients/client-lightsail/src/commands/GetBucketMetricDataCommand.ts
@@ -122,4 +122,16 @@ export class GetBucketMetricDataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBucketMetricDataCommand)
.de(de_GetBucketMetricDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBucketMetricDataRequest;
+ output: GetBucketMetricDataResult;
+ };
+ sdk: {
+ input: GetBucketMetricDataCommandInput;
+ output: GetBucketMetricDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetBucketsCommand.ts b/clients/client-lightsail/src/commands/GetBucketsCommand.ts
index 35917a12349d..0ad51c23a15a 100644
--- a/clients/client-lightsail/src/commands/GetBucketsCommand.ts
+++ b/clients/client-lightsail/src/commands/GetBucketsCommand.ts
@@ -157,4 +157,16 @@ export class GetBucketsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBucketsCommand)
.de(de_GetBucketsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBucketsRequest;
+ output: GetBucketsResult;
+ };
+ sdk: {
+ input: GetBucketsCommandInput;
+ output: GetBucketsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetBundlesCommand.ts b/clients/client-lightsail/src/commands/GetBundlesCommand.ts
index 59f8b401faa8..f5ff9b4da865 100644
--- a/clients/client-lightsail/src/commands/GetBundlesCommand.ts
+++ b/clients/client-lightsail/src/commands/GetBundlesCommand.ts
@@ -138,4 +138,16 @@ export class GetBundlesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBundlesCommand)
.de(de_GetBundlesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBundlesRequest;
+ output: GetBundlesResult;
+ };
+ sdk: {
+ input: GetBundlesCommandInput;
+ output: GetBundlesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetCertificatesCommand.ts b/clients/client-lightsail/src/commands/GetCertificatesCommand.ts
index a6cfafc5f86b..fc7698cb8cd5 100644
--- a/clients/client-lightsail/src/commands/GetCertificatesCommand.ts
+++ b/clients/client-lightsail/src/commands/GetCertificatesCommand.ts
@@ -186,4 +186,16 @@ export class GetCertificatesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCertificatesCommand)
.de(de_GetCertificatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCertificatesRequest;
+ output: GetCertificatesResult;
+ };
+ sdk: {
+ input: GetCertificatesCommandInput;
+ output: GetCertificatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetCloudFormationStackRecordsCommand.ts b/clients/client-lightsail/src/commands/GetCloudFormationStackRecordsCommand.ts
index 4f4972daf46a..a5592ea998c3 100644
--- a/clients/client-lightsail/src/commands/GetCloudFormationStackRecordsCommand.ts
+++ b/clients/client-lightsail/src/commands/GetCloudFormationStackRecordsCommand.ts
@@ -139,4 +139,16 @@ export class GetCloudFormationStackRecordsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCloudFormationStackRecordsCommand)
.de(de_GetCloudFormationStackRecordsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCloudFormationStackRecordsRequest;
+ output: GetCloudFormationStackRecordsResult;
+ };
+ sdk: {
+ input: GetCloudFormationStackRecordsCommandInput;
+ output: GetCloudFormationStackRecordsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetContactMethodsCommand.ts b/clients/client-lightsail/src/commands/GetContactMethodsCommand.ts
index 5d89dc7f0c5a..44684972494a 100644
--- a/clients/client-lightsail/src/commands/GetContactMethodsCommand.ts
+++ b/clients/client-lightsail/src/commands/GetContactMethodsCommand.ts
@@ -125,4 +125,16 @@ export class GetContactMethodsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetContactMethodsCommand)
.de(de_GetContactMethodsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetContactMethodsRequest;
+ output: GetContactMethodsResult;
+ };
+ sdk: {
+ input: GetContactMethodsCommandInput;
+ output: GetContactMethodsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetContainerAPIMetadataCommand.ts b/clients/client-lightsail/src/commands/GetContainerAPIMetadataCommand.ts
index cd5e7402fa6d..5063d0b2d391 100644
--- a/clients/client-lightsail/src/commands/GetContainerAPIMetadataCommand.ts
+++ b/clients/client-lightsail/src/commands/GetContainerAPIMetadataCommand.ts
@@ -90,4 +90,16 @@ export class GetContainerAPIMetadataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetContainerAPIMetadataCommand)
.de(de_GetContainerAPIMetadataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetContainerAPIMetadataResult;
+ };
+ sdk: {
+ input: GetContainerAPIMetadataCommandInput;
+ output: GetContainerAPIMetadataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetContainerImagesCommand.ts b/clients/client-lightsail/src/commands/GetContainerImagesCommand.ts
index edfad78c9770..5d8b7c123fd0 100644
--- a/clients/client-lightsail/src/commands/GetContainerImagesCommand.ts
+++ b/clients/client-lightsail/src/commands/GetContainerImagesCommand.ts
@@ -112,4 +112,16 @@ export class GetContainerImagesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetContainerImagesCommand)
.de(de_GetContainerImagesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetContainerImagesRequest;
+ output: GetContainerImagesResult;
+ };
+ sdk: {
+ input: GetContainerImagesCommandInput;
+ output: GetContainerImagesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetContainerLogCommand.ts b/clients/client-lightsail/src/commands/GetContainerLogCommand.ts
index c5d2958aa5ed..17174d2c25f2 100644
--- a/clients/client-lightsail/src/commands/GetContainerLogCommand.ts
+++ b/clients/client-lightsail/src/commands/GetContainerLogCommand.ts
@@ -120,4 +120,16 @@ export class GetContainerLogCommand extends $Command
.f(void 0, void 0)
.ser(se_GetContainerLogCommand)
.de(de_GetContainerLogCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetContainerLogRequest;
+ output: GetContainerLogResult;
+ };
+ sdk: {
+ input: GetContainerLogCommandInput;
+ output: GetContainerLogCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetContainerServiceDeploymentsCommand.ts b/clients/client-lightsail/src/commands/GetContainerServiceDeploymentsCommand.ts
index 89dffdbbd699..1a71cdddd477 100644
--- a/clients/client-lightsail/src/commands/GetContainerServiceDeploymentsCommand.ts
+++ b/clients/client-lightsail/src/commands/GetContainerServiceDeploymentsCommand.ts
@@ -147,4 +147,16 @@ export class GetContainerServiceDeploymentsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetContainerServiceDeploymentsCommand)
.de(de_GetContainerServiceDeploymentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetContainerServiceDeploymentsRequest;
+ output: GetContainerServiceDeploymentsResult;
+ };
+ sdk: {
+ input: GetContainerServiceDeploymentsCommandInput;
+ output: GetContainerServiceDeploymentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetContainerServiceMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetContainerServiceMetricDataCommand.ts
index 03fa45f5c996..5c89da4f14ad 100644
--- a/clients/client-lightsail/src/commands/GetContainerServiceMetricDataCommand.ts
+++ b/clients/client-lightsail/src/commands/GetContainerServiceMetricDataCommand.ts
@@ -126,4 +126,16 @@ export class GetContainerServiceMetricDataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetContainerServiceMetricDataCommand)
.de(de_GetContainerServiceMetricDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetContainerServiceMetricDataRequest;
+ output: GetContainerServiceMetricDataResult;
+ };
+ sdk: {
+ input: GetContainerServiceMetricDataCommandInput;
+ output: GetContainerServiceMetricDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetContainerServicePowersCommand.ts b/clients/client-lightsail/src/commands/GetContainerServicePowersCommand.ts
index 728ec858a203..45e89be25ed1 100644
--- a/clients/client-lightsail/src/commands/GetContainerServicePowersCommand.ts
+++ b/clients/client-lightsail/src/commands/GetContainerServicePowersCommand.ts
@@ -111,4 +111,16 @@ export class GetContainerServicePowersCommand extends $Command
.f(void 0, void 0)
.ser(se_GetContainerServicePowersCommand)
.de(de_GetContainerServicePowersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetContainerServicePowersResult;
+ };
+ sdk: {
+ input: GetContainerServicePowersCommandInput;
+ output: GetContainerServicePowersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetContainerServicesCommand.ts b/clients/client-lightsail/src/commands/GetContainerServicesCommand.ts
index 14fba5ca36ab..83ecdaf1652a 100644
--- a/clients/client-lightsail/src/commands/GetContainerServicesCommand.ts
+++ b/clients/client-lightsail/src/commands/GetContainerServicesCommand.ts
@@ -203,4 +203,16 @@ export class GetContainerServicesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetContainerServicesCommand)
.de(de_GetContainerServicesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetContainerServicesRequest;
+ output: ContainerServicesListResult;
+ };
+ sdk: {
+ input: GetContainerServicesCommandInput;
+ output: GetContainerServicesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetCostEstimateCommand.ts b/clients/client-lightsail/src/commands/GetCostEstimateCommand.ts
index 6cb732b395c1..dc1724807e03 100644
--- a/clients/client-lightsail/src/commands/GetCostEstimateCommand.ts
+++ b/clients/client-lightsail/src/commands/GetCostEstimateCommand.ts
@@ -127,4 +127,16 @@ export class GetCostEstimateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCostEstimateCommand)
.de(de_GetCostEstimateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCostEstimateRequest;
+ output: GetCostEstimateResult;
+ };
+ sdk: {
+ input: GetCostEstimateCommandInput;
+ output: GetCostEstimateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetDiskCommand.ts b/clients/client-lightsail/src/commands/GetDiskCommand.ts
index ae740af71644..7de0e6ea2979 100644
--- a/clients/client-lightsail/src/commands/GetDiskCommand.ts
+++ b/clients/client-lightsail/src/commands/GetDiskCommand.ts
@@ -143,4 +143,16 @@ export class GetDiskCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDiskCommand)
.de(de_GetDiskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDiskRequest;
+ output: GetDiskResult;
+ };
+ sdk: {
+ input: GetDiskCommandInput;
+ output: GetDiskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetDiskSnapshotCommand.ts b/clients/client-lightsail/src/commands/GetDiskSnapshotCommand.ts
index 840208005420..6b1b8dad99ac 100644
--- a/clients/client-lightsail/src/commands/GetDiskSnapshotCommand.ts
+++ b/clients/client-lightsail/src/commands/GetDiskSnapshotCommand.ts
@@ -131,4 +131,16 @@ export class GetDiskSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDiskSnapshotCommand)
.de(de_GetDiskSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDiskSnapshotRequest;
+ output: GetDiskSnapshotResult;
+ };
+ sdk: {
+ input: GetDiskSnapshotCommandInput;
+ output: GetDiskSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetDiskSnapshotsCommand.ts b/clients/client-lightsail/src/commands/GetDiskSnapshotsCommand.ts
index 733d5ff8c6a2..095c4269be9d 100644
--- a/clients/client-lightsail/src/commands/GetDiskSnapshotsCommand.ts
+++ b/clients/client-lightsail/src/commands/GetDiskSnapshotsCommand.ts
@@ -135,4 +135,16 @@ export class GetDiskSnapshotsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDiskSnapshotsCommand)
.de(de_GetDiskSnapshotsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDiskSnapshotsRequest;
+ output: GetDiskSnapshotsResult;
+ };
+ sdk: {
+ input: GetDiskSnapshotsCommandInput;
+ output: GetDiskSnapshotsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetDisksCommand.ts b/clients/client-lightsail/src/commands/GetDisksCommand.ts
index 1171dea5fc3a..ca00c2e93ae7 100644
--- a/clients/client-lightsail/src/commands/GetDisksCommand.ts
+++ b/clients/client-lightsail/src/commands/GetDisksCommand.ts
@@ -146,4 +146,16 @@ export class GetDisksCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDisksCommand)
.de(de_GetDisksCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDisksRequest;
+ output: GetDisksResult;
+ };
+ sdk: {
+ input: GetDisksCommandInput;
+ output: GetDisksCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetDistributionBundlesCommand.ts b/clients/client-lightsail/src/commands/GetDistributionBundlesCommand.ts
index 3bb6c91e3bbc..bc970b66967c 100644
--- a/clients/client-lightsail/src/commands/GetDistributionBundlesCommand.ts
+++ b/clients/client-lightsail/src/commands/GetDistributionBundlesCommand.ts
@@ -112,4 +112,16 @@ export class GetDistributionBundlesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDistributionBundlesCommand)
.de(de_GetDistributionBundlesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetDistributionBundlesResult;
+ };
+ sdk: {
+ input: GetDistributionBundlesCommandInput;
+ output: GetDistributionBundlesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetDistributionLatestCacheResetCommand.ts b/clients/client-lightsail/src/commands/GetDistributionLatestCacheResetCommand.ts
index 6a3010bd89c7..d79c453f6b3d 100644
--- a/clients/client-lightsail/src/commands/GetDistributionLatestCacheResetCommand.ts
+++ b/clients/client-lightsail/src/commands/GetDistributionLatestCacheResetCommand.ts
@@ -110,4 +110,16 @@ export class GetDistributionLatestCacheResetCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDistributionLatestCacheResetCommand)
.de(de_GetDistributionLatestCacheResetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDistributionLatestCacheResetRequest;
+ output: GetDistributionLatestCacheResetResult;
+ };
+ sdk: {
+ input: GetDistributionLatestCacheResetCommandInput;
+ output: GetDistributionLatestCacheResetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetDistributionMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetDistributionMetricDataCommand.ts
index 5e6256ba8e18..37a1e658dccc 100644
--- a/clients/client-lightsail/src/commands/GetDistributionMetricDataCommand.ts
+++ b/clients/client-lightsail/src/commands/GetDistributionMetricDataCommand.ts
@@ -126,4 +126,16 @@ export class GetDistributionMetricDataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDistributionMetricDataCommand)
.de(de_GetDistributionMetricDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDistributionMetricDataRequest;
+ output: GetDistributionMetricDataResult;
+ };
+ sdk: {
+ input: GetDistributionMetricDataCommandInput;
+ output: GetDistributionMetricDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetDistributionsCommand.ts b/clients/client-lightsail/src/commands/GetDistributionsCommand.ts
index 2e8e4dc32779..27c3efaa0d7f 100644
--- a/clients/client-lightsail/src/commands/GetDistributionsCommand.ts
+++ b/clients/client-lightsail/src/commands/GetDistributionsCommand.ts
@@ -177,4 +177,16 @@ export class GetDistributionsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDistributionsCommand)
.de(de_GetDistributionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDistributionsRequest;
+ output: GetDistributionsResult;
+ };
+ sdk: {
+ input: GetDistributionsCommandInput;
+ output: GetDistributionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetDomainCommand.ts b/clients/client-lightsail/src/commands/GetDomainCommand.ts
index 751c29b09cf4..5f450ba0add6 100644
--- a/clients/client-lightsail/src/commands/GetDomainCommand.ts
+++ b/clients/client-lightsail/src/commands/GetDomainCommand.ts
@@ -145,4 +145,16 @@ export class GetDomainCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDomainCommand)
.de(de_GetDomainCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDomainRequest;
+ output: GetDomainResult;
+ };
+ sdk: {
+ input: GetDomainCommandInput;
+ output: GetDomainCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetDomainsCommand.ts b/clients/client-lightsail/src/commands/GetDomainsCommand.ts
index 4dc4a9212049..8529c9716559 100644
--- a/clients/client-lightsail/src/commands/GetDomainsCommand.ts
+++ b/clients/client-lightsail/src/commands/GetDomainsCommand.ts
@@ -148,4 +148,16 @@ export class GetDomainsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDomainsCommand)
.de(de_GetDomainsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDomainsRequest;
+ output: GetDomainsResult;
+ };
+ sdk: {
+ input: GetDomainsCommandInput;
+ output: GetDomainsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetExportSnapshotRecordsCommand.ts b/clients/client-lightsail/src/commands/GetExportSnapshotRecordsCommand.ts
index a533bfad56d4..28dc2379b6aa 100644
--- a/clients/client-lightsail/src/commands/GetExportSnapshotRecordsCommand.ts
+++ b/clients/client-lightsail/src/commands/GetExportSnapshotRecordsCommand.ts
@@ -151,4 +151,16 @@ export class GetExportSnapshotRecordsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetExportSnapshotRecordsCommand)
.de(de_GetExportSnapshotRecordsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetExportSnapshotRecordsRequest;
+ output: GetExportSnapshotRecordsResult;
+ };
+ sdk: {
+ input: GetExportSnapshotRecordsCommandInput;
+ output: GetExportSnapshotRecordsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetInstanceAccessDetailsCommand.ts b/clients/client-lightsail/src/commands/GetInstanceAccessDetailsCommand.ts
index da7ded162800..69da428cc33d 100644
--- a/clients/client-lightsail/src/commands/GetInstanceAccessDetailsCommand.ts
+++ b/clients/client-lightsail/src/commands/GetInstanceAccessDetailsCommand.ts
@@ -139,4 +139,16 @@ export class GetInstanceAccessDetailsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInstanceAccessDetailsCommand)
.de(de_GetInstanceAccessDetailsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInstanceAccessDetailsRequest;
+ output: GetInstanceAccessDetailsResult;
+ };
+ sdk: {
+ input: GetInstanceAccessDetailsCommandInput;
+ output: GetInstanceAccessDetailsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetInstanceCommand.ts b/clients/client-lightsail/src/commands/GetInstanceCommand.ts
index f481b784bdcc..319906007690 100644
--- a/clients/client-lightsail/src/commands/GetInstanceCommand.ts
+++ b/clients/client-lightsail/src/commands/GetInstanceCommand.ts
@@ -225,4 +225,16 @@ export class GetInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInstanceCommand)
.de(de_GetInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInstanceRequest;
+ output: GetInstanceResult;
+ };
+ sdk: {
+ input: GetInstanceCommandInput;
+ output: GetInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetInstanceMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetInstanceMetricDataCommand.ts
index 695e411160db..aeb6429a365d 100644
--- a/clients/client-lightsail/src/commands/GetInstanceMetricDataCommand.ts
+++ b/clients/client-lightsail/src/commands/GetInstanceMetricDataCommand.ts
@@ -130,4 +130,16 @@ export class GetInstanceMetricDataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInstanceMetricDataCommand)
.de(de_GetInstanceMetricDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInstanceMetricDataRequest;
+ output: GetInstanceMetricDataResult;
+ };
+ sdk: {
+ input: GetInstanceMetricDataCommandInput;
+ output: GetInstanceMetricDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetInstancePortStatesCommand.ts b/clients/client-lightsail/src/commands/GetInstancePortStatesCommand.ts
index 02e7c7c39f22..b3eb6fccdc94 100644
--- a/clients/client-lightsail/src/commands/GetInstancePortStatesCommand.ts
+++ b/clients/client-lightsail/src/commands/GetInstancePortStatesCommand.ts
@@ -124,4 +124,16 @@ export class GetInstancePortStatesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInstancePortStatesCommand)
.de(de_GetInstancePortStatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInstancePortStatesRequest;
+ output: GetInstancePortStatesResult;
+ };
+ sdk: {
+ input: GetInstancePortStatesCommandInput;
+ output: GetInstancePortStatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetInstanceSnapshotCommand.ts b/clients/client-lightsail/src/commands/GetInstanceSnapshotCommand.ts
index ceb788a96c81..768890e8d28a 100644
--- a/clients/client-lightsail/src/commands/GetInstanceSnapshotCommand.ts
+++ b/clients/client-lightsail/src/commands/GetInstanceSnapshotCommand.ts
@@ -170,4 +170,16 @@ export class GetInstanceSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInstanceSnapshotCommand)
.de(de_GetInstanceSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInstanceSnapshotRequest;
+ output: GetInstanceSnapshotResult;
+ };
+ sdk: {
+ input: GetInstanceSnapshotCommandInput;
+ output: GetInstanceSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetInstanceSnapshotsCommand.ts b/clients/client-lightsail/src/commands/GetInstanceSnapshotsCommand.ts
index 2ba4182d8e75..43bd25dd3a9c 100644
--- a/clients/client-lightsail/src/commands/GetInstanceSnapshotsCommand.ts
+++ b/clients/client-lightsail/src/commands/GetInstanceSnapshotsCommand.ts
@@ -173,4 +173,16 @@ export class GetInstanceSnapshotsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInstanceSnapshotsCommand)
.de(de_GetInstanceSnapshotsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInstanceSnapshotsRequest;
+ output: GetInstanceSnapshotsResult;
+ };
+ sdk: {
+ input: GetInstanceSnapshotsCommandInput;
+ output: GetInstanceSnapshotsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetInstanceStateCommand.ts b/clients/client-lightsail/src/commands/GetInstanceStateCommand.ts
index bd55752e96ec..55759e520354 100644
--- a/clients/client-lightsail/src/commands/GetInstanceStateCommand.ts
+++ b/clients/client-lightsail/src/commands/GetInstanceStateCommand.ts
@@ -110,4 +110,16 @@ export class GetInstanceStateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInstanceStateCommand)
.de(de_GetInstanceStateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInstanceStateRequest;
+ output: GetInstanceStateResult;
+ };
+ sdk: {
+ input: GetInstanceStateCommandInput;
+ output: GetInstanceStateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetInstancesCommand.ts b/clients/client-lightsail/src/commands/GetInstancesCommand.ts
index a32fe391a37b..cf72f0cae762 100644
--- a/clients/client-lightsail/src/commands/GetInstancesCommand.ts
+++ b/clients/client-lightsail/src/commands/GetInstancesCommand.ts
@@ -228,4 +228,16 @@ export class GetInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInstancesCommand)
.de(de_GetInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetInstancesRequest;
+ output: GetInstancesResult;
+ };
+ sdk: {
+ input: GetInstancesCommandInput;
+ output: GetInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetKeyPairCommand.ts b/clients/client-lightsail/src/commands/GetKeyPairCommand.ts
index 1cf3fd8ee69e..f54fe2fdf55a 100644
--- a/clients/client-lightsail/src/commands/GetKeyPairCommand.ts
+++ b/clients/client-lightsail/src/commands/GetKeyPairCommand.ts
@@ -124,4 +124,16 @@ export class GetKeyPairCommand extends $Command
.f(void 0, void 0)
.ser(se_GetKeyPairCommand)
.de(de_GetKeyPairCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetKeyPairRequest;
+ output: GetKeyPairResult;
+ };
+ sdk: {
+ input: GetKeyPairCommandInput;
+ output: GetKeyPairCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetKeyPairsCommand.ts b/clients/client-lightsail/src/commands/GetKeyPairsCommand.ts
index 5b5841741bb3..48c1803eb4fd 100644
--- a/clients/client-lightsail/src/commands/GetKeyPairsCommand.ts
+++ b/clients/client-lightsail/src/commands/GetKeyPairsCommand.ts
@@ -128,4 +128,16 @@ export class GetKeyPairsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetKeyPairsCommand)
.de(de_GetKeyPairsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetKeyPairsRequest;
+ output: GetKeyPairsResult;
+ };
+ sdk: {
+ input: GetKeyPairsCommandInput;
+ output: GetKeyPairsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancerCommand.ts
index 527f8a4bd5fa..98e98821dc16 100644
--- a/clients/client-lightsail/src/commands/GetLoadBalancerCommand.ts
+++ b/clients/client-lightsail/src/commands/GetLoadBalancerCommand.ts
@@ -150,4 +150,16 @@ export class GetLoadBalancerCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLoadBalancerCommand)
.de(de_GetLoadBalancerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLoadBalancerRequest;
+ output: GetLoadBalancerResult;
+ };
+ sdk: {
+ input: GetLoadBalancerCommandInput;
+ output: GetLoadBalancerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetLoadBalancerMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancerMetricDataCommand.ts
index ab9f031784e7..63c851882d8e 100644
--- a/clients/client-lightsail/src/commands/GetLoadBalancerMetricDataCommand.ts
+++ b/clients/client-lightsail/src/commands/GetLoadBalancerMetricDataCommand.ts
@@ -129,4 +129,16 @@ export class GetLoadBalancerMetricDataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLoadBalancerMetricDataCommand)
.de(de_GetLoadBalancerMetricDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLoadBalancerMetricDataRequest;
+ output: GetLoadBalancerMetricDataResult;
+ };
+ sdk: {
+ input: GetLoadBalancerMetricDataCommandInput;
+ output: GetLoadBalancerMetricDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetLoadBalancerTlsCertificatesCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancerTlsCertificatesCommand.ts
index 2938681c0c97..527d60f0551b 100644
--- a/clients/client-lightsail/src/commands/GetLoadBalancerTlsCertificatesCommand.ts
+++ b/clients/client-lightsail/src/commands/GetLoadBalancerTlsCertificatesCommand.ts
@@ -174,4 +174,16 @@ export class GetLoadBalancerTlsCertificatesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLoadBalancerTlsCertificatesCommand)
.de(de_GetLoadBalancerTlsCertificatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLoadBalancerTlsCertificatesRequest;
+ output: GetLoadBalancerTlsCertificatesResult;
+ };
+ sdk: {
+ input: GetLoadBalancerTlsCertificatesCommandInput;
+ output: GetLoadBalancerTlsCertificatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetLoadBalancerTlsPoliciesCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancerTlsPoliciesCommand.ts
index 696f3af842a4..c867092343dc 100644
--- a/clients/client-lightsail/src/commands/GetLoadBalancerTlsPoliciesCommand.ts
+++ b/clients/client-lightsail/src/commands/GetLoadBalancerTlsPoliciesCommand.ts
@@ -117,4 +117,16 @@ export class GetLoadBalancerTlsPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLoadBalancerTlsPoliciesCommand)
.de(de_GetLoadBalancerTlsPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLoadBalancerTlsPoliciesRequest;
+ output: GetLoadBalancerTlsPoliciesResult;
+ };
+ sdk: {
+ input: GetLoadBalancerTlsPoliciesCommandInput;
+ output: GetLoadBalancerTlsPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetLoadBalancersCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancersCommand.ts
index 520c53c90150..e494889e57ef 100644
--- a/clients/client-lightsail/src/commands/GetLoadBalancersCommand.ts
+++ b/clients/client-lightsail/src/commands/GetLoadBalancersCommand.ts
@@ -153,4 +153,16 @@ export class GetLoadBalancersCommand extends $Command
.f(void 0, void 0)
.ser(se_GetLoadBalancersCommand)
.de(de_GetLoadBalancersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetLoadBalancersRequest;
+ output: GetLoadBalancersResult;
+ };
+ sdk: {
+ input: GetLoadBalancersCommandInput;
+ output: GetLoadBalancersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetOperationCommand.ts b/clients/client-lightsail/src/commands/GetOperationCommand.ts
index 0313bea468a4..266025f9e892 100644
--- a/clients/client-lightsail/src/commands/GetOperationCommand.ts
+++ b/clients/client-lightsail/src/commands/GetOperationCommand.ts
@@ -124,4 +124,16 @@ export class GetOperationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetOperationCommand)
.de(de_GetOperationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetOperationRequest;
+ output: GetOperationResult;
+ };
+ sdk: {
+ input: GetOperationCommandInput;
+ output: GetOperationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetOperationsCommand.ts b/clients/client-lightsail/src/commands/GetOperationsCommand.ts
index b4cd97639d06..c3da8ab916b4 100644
--- a/clients/client-lightsail/src/commands/GetOperationsCommand.ts
+++ b/clients/client-lightsail/src/commands/GetOperationsCommand.ts
@@ -129,4 +129,16 @@ export class GetOperationsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetOperationsCommand)
.de(de_GetOperationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetOperationsRequest;
+ output: GetOperationsResult;
+ };
+ sdk: {
+ input: GetOperationsCommandInput;
+ output: GetOperationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetOperationsForResourceCommand.ts b/clients/client-lightsail/src/commands/GetOperationsForResourceCommand.ts
index 5ee4eb59412b..25d87982262a 100644
--- a/clients/client-lightsail/src/commands/GetOperationsForResourceCommand.ts
+++ b/clients/client-lightsail/src/commands/GetOperationsForResourceCommand.ts
@@ -128,4 +128,16 @@ export class GetOperationsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetOperationsForResourceCommand)
.de(de_GetOperationsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetOperationsForResourceRequest;
+ output: GetOperationsForResourceResult;
+ };
+ sdk: {
+ input: GetOperationsForResourceCommandInput;
+ output: GetOperationsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetRegionsCommand.ts b/clients/client-lightsail/src/commands/GetRegionsCommand.ts
index 1b8433b59fae..e2f6b92854eb 100644
--- a/clients/client-lightsail/src/commands/GetRegionsCommand.ts
+++ b/clients/client-lightsail/src/commands/GetRegionsCommand.ts
@@ -129,4 +129,16 @@ export class GetRegionsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRegionsCommand)
.de(de_GetRegionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRegionsRequest;
+ output: GetRegionsResult;
+ };
+ sdk: {
+ input: GetRegionsCommandInput;
+ output: GetRegionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseBlueprintsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseBlueprintsCommand.ts
index f7c1f26a4071..39c74193b0f1 100644
--- a/clients/client-lightsail/src/commands/GetRelationalDatabaseBlueprintsCommand.ts
+++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseBlueprintsCommand.ts
@@ -125,4 +125,16 @@ export class GetRelationalDatabaseBlueprintsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRelationalDatabaseBlueprintsCommand)
.de(de_GetRelationalDatabaseBlueprintsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRelationalDatabaseBlueprintsRequest;
+ output: GetRelationalDatabaseBlueprintsResult;
+ };
+ sdk: {
+ input: GetRelationalDatabaseBlueprintsCommandInput;
+ output: GetRelationalDatabaseBlueprintsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseBundlesCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseBundlesCommand.ts
index 85cb7efee4ee..e96a5269a451 100644
--- a/clients/client-lightsail/src/commands/GetRelationalDatabaseBundlesCommand.ts
+++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseBundlesCommand.ts
@@ -129,4 +129,16 @@ export class GetRelationalDatabaseBundlesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRelationalDatabaseBundlesCommand)
.de(de_GetRelationalDatabaseBundlesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRelationalDatabaseBundlesRequest;
+ output: GetRelationalDatabaseBundlesResult;
+ };
+ sdk: {
+ input: GetRelationalDatabaseBundlesCommandInput;
+ output: GetRelationalDatabaseBundlesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseCommand.ts
index 762f63eacebf..893b7d94c0fc 100644
--- a/clients/client-lightsail/src/commands/GetRelationalDatabaseCommand.ts
+++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseCommand.ts
@@ -159,4 +159,16 @@ export class GetRelationalDatabaseCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRelationalDatabaseCommand)
.de(de_GetRelationalDatabaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRelationalDatabaseRequest;
+ output: GetRelationalDatabaseResult;
+ };
+ sdk: {
+ input: GetRelationalDatabaseCommandInput;
+ output: GetRelationalDatabaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseEventsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseEventsCommand.ts
index cb4a8a0875ec..dd45d7604ca4 100644
--- a/clients/client-lightsail/src/commands/GetRelationalDatabaseEventsCommand.ts
+++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseEventsCommand.ts
@@ -119,4 +119,16 @@ export class GetRelationalDatabaseEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRelationalDatabaseEventsCommand)
.de(de_GetRelationalDatabaseEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRelationalDatabaseEventsRequest;
+ output: GetRelationalDatabaseEventsResult;
+ };
+ sdk: {
+ input: GetRelationalDatabaseEventsCommandInput;
+ output: GetRelationalDatabaseEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseLogEventsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseLogEventsCommand.ts
index f489ae41f581..5da5f59e67b6 100644
--- a/clients/client-lightsail/src/commands/GetRelationalDatabaseLogEventsCommand.ts
+++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseLogEventsCommand.ts
@@ -124,4 +124,16 @@ export class GetRelationalDatabaseLogEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRelationalDatabaseLogEventsCommand)
.de(de_GetRelationalDatabaseLogEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRelationalDatabaseLogEventsRequest;
+ output: GetRelationalDatabaseLogEventsResult;
+ };
+ sdk: {
+ input: GetRelationalDatabaseLogEventsCommandInput;
+ output: GetRelationalDatabaseLogEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseLogStreamsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseLogStreamsCommand.ts
index 8ac04d7add6b..7079b7b8ccc4 100644
--- a/clients/client-lightsail/src/commands/GetRelationalDatabaseLogStreamsCommand.ts
+++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseLogStreamsCommand.ts
@@ -114,4 +114,16 @@ export class GetRelationalDatabaseLogStreamsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRelationalDatabaseLogStreamsCommand)
.de(de_GetRelationalDatabaseLogStreamsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRelationalDatabaseLogStreamsRequest;
+ output: GetRelationalDatabaseLogStreamsResult;
+ };
+ sdk: {
+ input: GetRelationalDatabaseLogStreamsCommandInput;
+ output: GetRelationalDatabaseLogStreamsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts
index 6cdcd29e1f2f..b35992cf935b 100644
--- a/clients/client-lightsail/src/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts
+++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts
@@ -123,4 +123,16 @@ export class GetRelationalDatabaseMasterUserPasswordCommand extends $Command
.f(void 0, GetRelationalDatabaseMasterUserPasswordResultFilterSensitiveLog)
.ser(se_GetRelationalDatabaseMasterUserPasswordCommand)
.de(de_GetRelationalDatabaseMasterUserPasswordCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRelationalDatabaseMasterUserPasswordRequest;
+ output: GetRelationalDatabaseMasterUserPasswordResult;
+ };
+ sdk: {
+ input: GetRelationalDatabaseMasterUserPasswordCommandInput;
+ output: GetRelationalDatabaseMasterUserPasswordCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseMetricDataCommand.ts
index 9c80c124e57a..945339874f2e 100644
--- a/clients/client-lightsail/src/commands/GetRelationalDatabaseMetricDataCommand.ts
+++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseMetricDataCommand.ts
@@ -134,4 +134,16 @@ export class GetRelationalDatabaseMetricDataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRelationalDatabaseMetricDataCommand)
.de(de_GetRelationalDatabaseMetricDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRelationalDatabaseMetricDataRequest;
+ output: GetRelationalDatabaseMetricDataResult;
+ };
+ sdk: {
+ input: GetRelationalDatabaseMetricDataCommandInput;
+ output: GetRelationalDatabaseMetricDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseParametersCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseParametersCommand.ts
index bd36179359a2..a7c46b1ba790 100644
--- a/clients/client-lightsail/src/commands/GetRelationalDatabaseParametersCommand.ts
+++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseParametersCommand.ts
@@ -129,4 +129,16 @@ export class GetRelationalDatabaseParametersCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRelationalDatabaseParametersCommand)
.de(de_GetRelationalDatabaseParametersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRelationalDatabaseParametersRequest;
+ output: GetRelationalDatabaseParametersResult;
+ };
+ sdk: {
+ input: GetRelationalDatabaseParametersCommandInput;
+ output: GetRelationalDatabaseParametersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotCommand.ts
index 8ae54af103aa..01a55c61868d 100644
--- a/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotCommand.ts
+++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotCommand.ts
@@ -136,4 +136,16 @@ export class GetRelationalDatabaseSnapshotCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRelationalDatabaseSnapshotCommand)
.de(de_GetRelationalDatabaseSnapshotCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRelationalDatabaseSnapshotRequest;
+ output: GetRelationalDatabaseSnapshotResult;
+ };
+ sdk: {
+ input: GetRelationalDatabaseSnapshotCommandInput;
+ output: GetRelationalDatabaseSnapshotCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotsCommand.ts
index 9c708b609d26..f69399e9b74a 100644
--- a/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotsCommand.ts
+++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotsCommand.ts
@@ -139,4 +139,16 @@ export class GetRelationalDatabaseSnapshotsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRelationalDatabaseSnapshotsCommand)
.de(de_GetRelationalDatabaseSnapshotsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRelationalDatabaseSnapshotsRequest;
+ output: GetRelationalDatabaseSnapshotsResult;
+ };
+ sdk: {
+ input: GetRelationalDatabaseSnapshotsCommandInput;
+ output: GetRelationalDatabaseSnapshotsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabasesCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabasesCommand.ts
index 4eeba5da4606..aaa37380f7c2 100644
--- a/clients/client-lightsail/src/commands/GetRelationalDatabasesCommand.ts
+++ b/clients/client-lightsail/src/commands/GetRelationalDatabasesCommand.ts
@@ -162,4 +162,16 @@ export class GetRelationalDatabasesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRelationalDatabasesCommand)
.de(de_GetRelationalDatabasesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRelationalDatabasesRequest;
+ output: GetRelationalDatabasesResult;
+ };
+ sdk: {
+ input: GetRelationalDatabasesCommandInput;
+ output: GetRelationalDatabasesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetSetupHistoryCommand.ts b/clients/client-lightsail/src/commands/GetSetupHistoryCommand.ts
index 8c888bf14535..bc744ee12aa7 100644
--- a/clients/client-lightsail/src/commands/GetSetupHistoryCommand.ts
+++ b/clients/client-lightsail/src/commands/GetSetupHistoryCommand.ts
@@ -136,4 +136,16 @@ export class GetSetupHistoryCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSetupHistoryCommand)
.de(de_GetSetupHistoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSetupHistoryRequest;
+ output: GetSetupHistoryResult;
+ };
+ sdk: {
+ input: GetSetupHistoryCommandInput;
+ output: GetSetupHistoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetStaticIpCommand.ts b/clients/client-lightsail/src/commands/GetStaticIpCommand.ts
index 7de56614b8ed..db45b17a6c9f 100644
--- a/clients/client-lightsail/src/commands/GetStaticIpCommand.ts
+++ b/clients/client-lightsail/src/commands/GetStaticIpCommand.ts
@@ -120,4 +120,16 @@ export class GetStaticIpCommand extends $Command
.f(void 0, void 0)
.ser(se_GetStaticIpCommand)
.de(de_GetStaticIpCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetStaticIpRequest;
+ output: GetStaticIpResult;
+ };
+ sdk: {
+ input: GetStaticIpCommandInput;
+ output: GetStaticIpCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/GetStaticIpsCommand.ts b/clients/client-lightsail/src/commands/GetStaticIpsCommand.ts
index 8780e6fb6532..d653d18bf3e9 100644
--- a/clients/client-lightsail/src/commands/GetStaticIpsCommand.ts
+++ b/clients/client-lightsail/src/commands/GetStaticIpsCommand.ts
@@ -123,4 +123,16 @@ export class GetStaticIpsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetStaticIpsCommand)
.de(de_GetStaticIpsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetStaticIpsRequest;
+ output: GetStaticIpsResult;
+ };
+ sdk: {
+ input: GetStaticIpsCommandInput;
+ output: GetStaticIpsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/ImportKeyPairCommand.ts b/clients/client-lightsail/src/commands/ImportKeyPairCommand.ts
index b5461d677194..92a3cbead2cf 100644
--- a/clients/client-lightsail/src/commands/ImportKeyPairCommand.ts
+++ b/clients/client-lightsail/src/commands/ImportKeyPairCommand.ts
@@ -124,4 +124,16 @@ export class ImportKeyPairCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportKeyPairCommand)
.de(de_ImportKeyPairCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportKeyPairRequest;
+ output: ImportKeyPairResult;
+ };
+ sdk: {
+ input: ImportKeyPairCommandInput;
+ output: ImportKeyPairCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/IsVpcPeeredCommand.ts b/clients/client-lightsail/src/commands/IsVpcPeeredCommand.ts
index 6ae4a2caceda..9dbf7a00db38 100644
--- a/clients/client-lightsail/src/commands/IsVpcPeeredCommand.ts
+++ b/clients/client-lightsail/src/commands/IsVpcPeeredCommand.ts
@@ -105,4 +105,16 @@ export class IsVpcPeeredCommand extends $Command
.f(void 0, void 0)
.ser(se_IsVpcPeeredCommand)
.de(de_IsVpcPeeredCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: IsVpcPeeredResult;
+ };
+ sdk: {
+ input: IsVpcPeeredCommandInput;
+ output: IsVpcPeeredCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/OpenInstancePublicPortsCommand.ts b/clients/client-lightsail/src/commands/OpenInstancePublicPortsCommand.ts
index c481afe27a1d..4aa1be0daeb5 100644
--- a/clients/client-lightsail/src/commands/OpenInstancePublicPortsCommand.ts
+++ b/clients/client-lightsail/src/commands/OpenInstancePublicPortsCommand.ts
@@ -141,4 +141,16 @@ export class OpenInstancePublicPortsCommand extends $Command
.f(void 0, void 0)
.ser(se_OpenInstancePublicPortsCommand)
.de(de_OpenInstancePublicPortsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: OpenInstancePublicPortsRequest;
+ output: OpenInstancePublicPortsResult;
+ };
+ sdk: {
+ input: OpenInstancePublicPortsCommandInput;
+ output: OpenInstancePublicPortsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/PeerVpcCommand.ts b/clients/client-lightsail/src/commands/PeerVpcCommand.ts
index e4f6e993bd7d..601f50d602e7 100644
--- a/clients/client-lightsail/src/commands/PeerVpcCommand.ts
+++ b/clients/client-lightsail/src/commands/PeerVpcCommand.ts
@@ -121,4 +121,16 @@ export class PeerVpcCommand extends $Command
.f(void 0, void 0)
.ser(se_PeerVpcCommand)
.de(de_PeerVpcCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: PeerVpcResult;
+ };
+ sdk: {
+ input: PeerVpcCommandInput;
+ output: PeerVpcCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/PutAlarmCommand.ts b/clients/client-lightsail/src/commands/PutAlarmCommand.ts
index 1f5267734fb6..f7e1ec8c1877 100644
--- a/clients/client-lightsail/src/commands/PutAlarmCommand.ts
+++ b/clients/client-lightsail/src/commands/PutAlarmCommand.ts
@@ -145,4 +145,16 @@ export class PutAlarmCommand extends $Command
.f(void 0, void 0)
.ser(se_PutAlarmCommand)
.de(de_PutAlarmCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutAlarmRequest;
+ output: PutAlarmResult;
+ };
+ sdk: {
+ input: PutAlarmCommandInput;
+ output: PutAlarmCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/PutInstancePublicPortsCommand.ts b/clients/client-lightsail/src/commands/PutInstancePublicPortsCommand.ts
index e829f7ca951c..6bc2ffbb2784 100644
--- a/clients/client-lightsail/src/commands/PutInstancePublicPortsCommand.ts
+++ b/clients/client-lightsail/src/commands/PutInstancePublicPortsCommand.ts
@@ -147,4 +147,16 @@ export class PutInstancePublicPortsCommand extends $Command
.f(void 0, void 0)
.ser(se_PutInstancePublicPortsCommand)
.de(de_PutInstancePublicPortsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutInstancePublicPortsRequest;
+ output: PutInstancePublicPortsResult;
+ };
+ sdk: {
+ input: PutInstancePublicPortsCommandInput;
+ output: PutInstancePublicPortsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/RebootInstanceCommand.ts b/clients/client-lightsail/src/commands/RebootInstanceCommand.ts
index 5254b62e664e..4e4d7d48c7c7 100644
--- a/clients/client-lightsail/src/commands/RebootInstanceCommand.ts
+++ b/clients/client-lightsail/src/commands/RebootInstanceCommand.ts
@@ -128,4 +128,16 @@ export class RebootInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_RebootInstanceCommand)
.de(de_RebootInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RebootInstanceRequest;
+ output: RebootInstanceResult;
+ };
+ sdk: {
+ input: RebootInstanceCommandInput;
+ output: RebootInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/RebootRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/RebootRelationalDatabaseCommand.ts
index a5cc228e46da..6d8dab24344c 100644
--- a/clients/client-lightsail/src/commands/RebootRelationalDatabaseCommand.ts
+++ b/clients/client-lightsail/src/commands/RebootRelationalDatabaseCommand.ts
@@ -128,4 +128,16 @@ export class RebootRelationalDatabaseCommand extends $Command
.f(void 0, void 0)
.ser(se_RebootRelationalDatabaseCommand)
.de(de_RebootRelationalDatabaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RebootRelationalDatabaseRequest;
+ output: RebootRelationalDatabaseResult;
+ };
+ sdk: {
+ input: RebootRelationalDatabaseCommandInput;
+ output: RebootRelationalDatabaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/RegisterContainerImageCommand.ts b/clients/client-lightsail/src/commands/RegisterContainerImageCommand.ts
index 4bdee3ccfa98..bf747c6e14c4 100644
--- a/clients/client-lightsail/src/commands/RegisterContainerImageCommand.ts
+++ b/clients/client-lightsail/src/commands/RegisterContainerImageCommand.ts
@@ -112,4 +112,16 @@ export class RegisterContainerImageCommand extends $Command
.f(void 0, void 0)
.ser(se_RegisterContainerImageCommand)
.de(de_RegisterContainerImageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: RegisterContainerImageRequest;
+ output: RegisterContainerImageResult;
+ };
+ sdk: {
+ input: RegisterContainerImageCommandInput;
+ output: RegisterContainerImageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/ReleaseStaticIpCommand.ts b/clients/client-lightsail/src/commands/ReleaseStaticIpCommand.ts
index 45821e9e0c67..351d2391a5f7 100644
--- a/clients/client-lightsail/src/commands/ReleaseStaticIpCommand.ts
+++ b/clients/client-lightsail/src/commands/ReleaseStaticIpCommand.ts
@@ -125,4 +125,16 @@ export class ReleaseStaticIpCommand extends $Command
.f(void 0, void 0)
.ser(se_ReleaseStaticIpCommand)
.de(de_ReleaseStaticIpCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ReleaseStaticIpRequest;
+ output: ReleaseStaticIpResult;
+ };
+ sdk: {
+ input: ReleaseStaticIpCommandInput;
+ output: ReleaseStaticIpCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/ResetDistributionCacheCommand.ts b/clients/client-lightsail/src/commands/ResetDistributionCacheCommand.ts
index a14ff5454a65..cf5123ffa344 100644
--- a/clients/client-lightsail/src/commands/ResetDistributionCacheCommand.ts
+++ b/clients/client-lightsail/src/commands/ResetDistributionCacheCommand.ts
@@ -124,4 +124,16 @@ export class ResetDistributionCacheCommand extends $Command
.f(void 0, void 0)
.ser(se_ResetDistributionCacheCommand)
.de(de_ResetDistributionCacheCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ResetDistributionCacheRequest;
+ output: ResetDistributionCacheResult;
+ };
+ sdk: {
+ input: ResetDistributionCacheCommandInput;
+ output: ResetDistributionCacheCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/SendContactMethodVerificationCommand.ts b/clients/client-lightsail/src/commands/SendContactMethodVerificationCommand.ts
index 7b16dfd93fe1..1fd859f0ca19 100644
--- a/clients/client-lightsail/src/commands/SendContactMethodVerificationCommand.ts
+++ b/clients/client-lightsail/src/commands/SendContactMethodVerificationCommand.ts
@@ -138,4 +138,16 @@ export class SendContactMethodVerificationCommand extends $Command
.f(void 0, void 0)
.ser(se_SendContactMethodVerificationCommand)
.de(de_SendContactMethodVerificationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SendContactMethodVerificationRequest;
+ output: SendContactMethodVerificationResult;
+ };
+ sdk: {
+ input: SendContactMethodVerificationCommandInput;
+ output: SendContactMethodVerificationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/SetIpAddressTypeCommand.ts b/clients/client-lightsail/src/commands/SetIpAddressTypeCommand.ts
index afe52e1e1745..798f655dbd68 100644
--- a/clients/client-lightsail/src/commands/SetIpAddressTypeCommand.ts
+++ b/clients/client-lightsail/src/commands/SetIpAddressTypeCommand.ts
@@ -131,4 +131,16 @@ export class SetIpAddressTypeCommand extends $Command
.f(void 0, void 0)
.ser(se_SetIpAddressTypeCommand)
.de(de_SetIpAddressTypeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetIpAddressTypeRequest;
+ output: SetIpAddressTypeResult;
+ };
+ sdk: {
+ input: SetIpAddressTypeCommandInput;
+ output: SetIpAddressTypeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/SetResourceAccessForBucketCommand.ts b/clients/client-lightsail/src/commands/SetResourceAccessForBucketCommand.ts
index f50f91589f10..e0a1de41eded 100644
--- a/clients/client-lightsail/src/commands/SetResourceAccessForBucketCommand.ts
+++ b/clients/client-lightsail/src/commands/SetResourceAccessForBucketCommand.ts
@@ -123,4 +123,16 @@ export class SetResourceAccessForBucketCommand extends $Command
.f(void 0, void 0)
.ser(se_SetResourceAccessForBucketCommand)
.de(de_SetResourceAccessForBucketCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetResourceAccessForBucketRequest;
+ output: SetResourceAccessForBucketResult;
+ };
+ sdk: {
+ input: SetResourceAccessForBucketCommandInput;
+ output: SetResourceAccessForBucketCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/SetupInstanceHttpsCommand.ts b/clients/client-lightsail/src/commands/SetupInstanceHttpsCommand.ts
index 41ac775cb1f2..e522e7ce94aa 100644
--- a/clients/client-lightsail/src/commands/SetupInstanceHttpsCommand.ts
+++ b/clients/client-lightsail/src/commands/SetupInstanceHttpsCommand.ts
@@ -130,4 +130,16 @@ export class SetupInstanceHttpsCommand extends $Command
.f(SetupInstanceHttpsRequestFilterSensitiveLog, void 0)
.ser(se_SetupInstanceHttpsCommand)
.de(de_SetupInstanceHttpsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SetupInstanceHttpsRequest;
+ output: SetupInstanceHttpsResult;
+ };
+ sdk: {
+ input: SetupInstanceHttpsCommandInput;
+ output: SetupInstanceHttpsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/StartGUISessionCommand.ts b/clients/client-lightsail/src/commands/StartGUISessionCommand.ts
index f7a1dd4a3954..25391619beb5 100644
--- a/clients/client-lightsail/src/commands/StartGUISessionCommand.ts
+++ b/clients/client-lightsail/src/commands/StartGUISessionCommand.ts
@@ -120,4 +120,16 @@ export class StartGUISessionCommand extends $Command
.f(void 0, void 0)
.ser(se_StartGUISessionCommand)
.de(de_StartGUISessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartGUISessionRequest;
+ output: StartGUISessionResult;
+ };
+ sdk: {
+ input: StartGUISessionCommandInput;
+ output: StartGUISessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/StartInstanceCommand.ts b/clients/client-lightsail/src/commands/StartInstanceCommand.ts
index 02fb4f16e4ae..6468c9631d16 100644
--- a/clients/client-lightsail/src/commands/StartInstanceCommand.ts
+++ b/clients/client-lightsail/src/commands/StartInstanceCommand.ts
@@ -134,4 +134,16 @@ export class StartInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_StartInstanceCommand)
.de(de_StartInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartInstanceRequest;
+ output: StartInstanceResult;
+ };
+ sdk: {
+ input: StartInstanceCommandInput;
+ output: StartInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/StartRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/StartRelationalDatabaseCommand.ts
index c4e276b63ed0..8f905ff19eb7 100644
--- a/clients/client-lightsail/src/commands/StartRelationalDatabaseCommand.ts
+++ b/clients/client-lightsail/src/commands/StartRelationalDatabaseCommand.ts
@@ -129,4 +129,16 @@ export class StartRelationalDatabaseCommand extends $Command
.f(void 0, void 0)
.ser(se_StartRelationalDatabaseCommand)
.de(de_StartRelationalDatabaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartRelationalDatabaseRequest;
+ output: StartRelationalDatabaseResult;
+ };
+ sdk: {
+ input: StartRelationalDatabaseCommandInput;
+ output: StartRelationalDatabaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/StopGUISessionCommand.ts b/clients/client-lightsail/src/commands/StopGUISessionCommand.ts
index 92520d168620..a1436f75abcc 100644
--- a/clients/client-lightsail/src/commands/StopGUISessionCommand.ts
+++ b/clients/client-lightsail/src/commands/StopGUISessionCommand.ts
@@ -120,4 +120,16 @@ export class StopGUISessionCommand extends $Command
.f(void 0, void 0)
.ser(se_StopGUISessionCommand)
.de(de_StopGUISessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopGUISessionRequest;
+ output: StopGUISessionResult;
+ };
+ sdk: {
+ input: StopGUISessionCommandInput;
+ output: StopGUISessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/StopInstanceCommand.ts b/clients/client-lightsail/src/commands/StopInstanceCommand.ts
index f82e9571e12e..dafcee72f132 100644
--- a/clients/client-lightsail/src/commands/StopInstanceCommand.ts
+++ b/clients/client-lightsail/src/commands/StopInstanceCommand.ts
@@ -134,4 +134,16 @@ export class StopInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_StopInstanceCommand)
.de(de_StopInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopInstanceRequest;
+ output: StopInstanceResult;
+ };
+ sdk: {
+ input: StopInstanceCommandInput;
+ output: StopInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/StopRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/StopRelationalDatabaseCommand.ts
index d999f70d8f8c..fd545be50857 100644
--- a/clients/client-lightsail/src/commands/StopRelationalDatabaseCommand.ts
+++ b/clients/client-lightsail/src/commands/StopRelationalDatabaseCommand.ts
@@ -129,4 +129,16 @@ export class StopRelationalDatabaseCommand extends $Command
.f(void 0, void 0)
.ser(se_StopRelationalDatabaseCommand)
.de(de_StopRelationalDatabaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopRelationalDatabaseRequest;
+ output: StopRelationalDatabaseResult;
+ };
+ sdk: {
+ input: StopRelationalDatabaseCommandInput;
+ output: StopRelationalDatabaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/TagResourceCommand.ts b/clients/client-lightsail/src/commands/TagResourceCommand.ts
index 68fec62c932a..0a4905c49f6e 100644
--- a/clients/client-lightsail/src/commands/TagResourceCommand.ts
+++ b/clients/client-lightsail/src/commands/TagResourceCommand.ts
@@ -137,4 +137,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: TagResourceResult;
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/TestAlarmCommand.ts b/clients/client-lightsail/src/commands/TestAlarmCommand.ts
index d9fcf2b2fa6a..a21e5fb2c545 100644
--- a/clients/client-lightsail/src/commands/TestAlarmCommand.ts
+++ b/clients/client-lightsail/src/commands/TestAlarmCommand.ts
@@ -129,4 +129,16 @@ export class TestAlarmCommand extends $Command
.f(void 0, void 0)
.ser(se_TestAlarmCommand)
.de(de_TestAlarmCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TestAlarmRequest;
+ output: TestAlarmResult;
+ };
+ sdk: {
+ input: TestAlarmCommandInput;
+ output: TestAlarmCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/UnpeerVpcCommand.ts b/clients/client-lightsail/src/commands/UnpeerVpcCommand.ts
index 4a5830ab8bbb..e706762af2fd 100644
--- a/clients/client-lightsail/src/commands/UnpeerVpcCommand.ts
+++ b/clients/client-lightsail/src/commands/UnpeerVpcCommand.ts
@@ -121,4 +121,16 @@ export class UnpeerVpcCommand extends $Command
.f(void 0, void 0)
.ser(se_UnpeerVpcCommand)
.de(de_UnpeerVpcCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: UnpeerVpcResult;
+ };
+ sdk: {
+ input: UnpeerVpcCommandInput;
+ output: UnpeerVpcCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/UntagResourceCommand.ts b/clients/client-lightsail/src/commands/UntagResourceCommand.ts
index 5355ed666540..7c6bf9abe8de 100644
--- a/clients/client-lightsail/src/commands/UntagResourceCommand.ts
+++ b/clients/client-lightsail/src/commands/UntagResourceCommand.ts
@@ -133,4 +133,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: UntagResourceResult;
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/UpdateBucketBundleCommand.ts b/clients/client-lightsail/src/commands/UpdateBucketBundleCommand.ts
index 87c3ac3f18d0..abed24ed11bb 100644
--- a/clients/client-lightsail/src/commands/UpdateBucketBundleCommand.ts
+++ b/clients/client-lightsail/src/commands/UpdateBucketBundleCommand.ts
@@ -131,4 +131,16 @@ export class UpdateBucketBundleCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateBucketBundleCommand)
.de(de_UpdateBucketBundleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBucketBundleRequest;
+ output: UpdateBucketBundleResult;
+ };
+ sdk: {
+ input: UpdateBucketBundleCommandInput;
+ output: UpdateBucketBundleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/UpdateBucketCommand.ts b/clients/client-lightsail/src/commands/UpdateBucketCommand.ts
index a2c1d502034d..3101e7f99d58 100644
--- a/clients/client-lightsail/src/commands/UpdateBucketCommand.ts
+++ b/clients/client-lightsail/src/commands/UpdateBucketCommand.ts
@@ -176,4 +176,16 @@ export class UpdateBucketCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateBucketCommand)
.de(de_UpdateBucketCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBucketRequest;
+ output: UpdateBucketResult;
+ };
+ sdk: {
+ input: UpdateBucketCommandInput;
+ output: UpdateBucketCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/UpdateContainerServiceCommand.ts b/clients/client-lightsail/src/commands/UpdateContainerServiceCommand.ts
index efb254f378e9..753fa603524a 100644
--- a/clients/client-lightsail/src/commands/UpdateContainerServiceCommand.ts
+++ b/clients/client-lightsail/src/commands/UpdateContainerServiceCommand.ts
@@ -214,4 +214,16 @@ export class UpdateContainerServiceCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateContainerServiceCommand)
.de(de_UpdateContainerServiceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateContainerServiceRequest;
+ output: UpdateContainerServiceResult;
+ };
+ sdk: {
+ input: UpdateContainerServiceCommandInput;
+ output: UpdateContainerServiceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/UpdateDistributionBundleCommand.ts b/clients/client-lightsail/src/commands/UpdateDistributionBundleCommand.ts
index a519c1455865..62d7ff1deaad 100644
--- a/clients/client-lightsail/src/commands/UpdateDistributionBundleCommand.ts
+++ b/clients/client-lightsail/src/commands/UpdateDistributionBundleCommand.ts
@@ -128,4 +128,16 @@ export class UpdateDistributionBundleCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDistributionBundleCommand)
.de(de_UpdateDistributionBundleCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDistributionBundleRequest;
+ output: UpdateDistributionBundleResult;
+ };
+ sdk: {
+ input: UpdateDistributionBundleCommandInput;
+ output: UpdateDistributionBundleCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/UpdateDistributionCommand.ts b/clients/client-lightsail/src/commands/UpdateDistributionCommand.ts
index 4b88b8165077..5472c4d6ff87 100644
--- a/clients/client-lightsail/src/commands/UpdateDistributionCommand.ts
+++ b/clients/client-lightsail/src/commands/UpdateDistributionCommand.ts
@@ -164,4 +164,16 @@ export class UpdateDistributionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDistributionCommand)
.de(de_UpdateDistributionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDistributionRequest;
+ output: UpdateDistributionResult;
+ };
+ sdk: {
+ input: UpdateDistributionCommandInput;
+ output: UpdateDistributionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/UpdateDomainEntryCommand.ts b/clients/client-lightsail/src/commands/UpdateDomainEntryCommand.ts
index 878790245e1c..4e3427842e6c 100644
--- a/clients/client-lightsail/src/commands/UpdateDomainEntryCommand.ts
+++ b/clients/client-lightsail/src/commands/UpdateDomainEntryCommand.ts
@@ -138,4 +138,16 @@ export class UpdateDomainEntryCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDomainEntryCommand)
.de(de_UpdateDomainEntryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDomainEntryRequest;
+ output: UpdateDomainEntryResult;
+ };
+ sdk: {
+ input: UpdateDomainEntryCommandInput;
+ output: UpdateDomainEntryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/UpdateInstanceMetadataOptionsCommand.ts b/clients/client-lightsail/src/commands/UpdateInstanceMetadataOptionsCommand.ts
index 4283e0cd39a6..d2bfec792613 100644
--- a/clients/client-lightsail/src/commands/UpdateInstanceMetadataOptionsCommand.ts
+++ b/clients/client-lightsail/src/commands/UpdateInstanceMetadataOptionsCommand.ts
@@ -137,4 +137,16 @@ export class UpdateInstanceMetadataOptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateInstanceMetadataOptionsCommand)
.de(de_UpdateInstanceMetadataOptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateInstanceMetadataOptionsRequest;
+ output: UpdateInstanceMetadataOptionsResult;
+ };
+ sdk: {
+ input: UpdateInstanceMetadataOptionsCommandInput;
+ output: UpdateInstanceMetadataOptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/UpdateLoadBalancerAttributeCommand.ts b/clients/client-lightsail/src/commands/UpdateLoadBalancerAttributeCommand.ts
index 38696c7bcfc5..d9f46f257876 100644
--- a/clients/client-lightsail/src/commands/UpdateLoadBalancerAttributeCommand.ts
+++ b/clients/client-lightsail/src/commands/UpdateLoadBalancerAttributeCommand.ts
@@ -131,4 +131,16 @@ export class UpdateLoadBalancerAttributeCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateLoadBalancerAttributeCommand)
.de(de_UpdateLoadBalancerAttributeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLoadBalancerAttributeRequest;
+ output: UpdateLoadBalancerAttributeResult;
+ };
+ sdk: {
+ input: UpdateLoadBalancerAttributeCommandInput;
+ output: UpdateLoadBalancerAttributeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/UpdateRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/UpdateRelationalDatabaseCommand.ts
index 3b8b37651382..1bf4ed1b1755 100644
--- a/clients/client-lightsail/src/commands/UpdateRelationalDatabaseCommand.ts
+++ b/clients/client-lightsail/src/commands/UpdateRelationalDatabaseCommand.ts
@@ -144,4 +144,16 @@ export class UpdateRelationalDatabaseCommand extends $Command
.f(UpdateRelationalDatabaseRequestFilterSensitiveLog, void 0)
.ser(se_UpdateRelationalDatabaseCommand)
.de(de_UpdateRelationalDatabaseCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRelationalDatabaseRequest;
+ output: UpdateRelationalDatabaseResult;
+ };
+ sdk: {
+ input: UpdateRelationalDatabaseCommandInput;
+ output: UpdateRelationalDatabaseCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lightsail/src/commands/UpdateRelationalDatabaseParametersCommand.ts b/clients/client-lightsail/src/commands/UpdateRelationalDatabaseParametersCommand.ts
index ed3577373068..ac862c9d0917 100644
--- a/clients/client-lightsail/src/commands/UpdateRelationalDatabaseParametersCommand.ts
+++ b/clients/client-lightsail/src/commands/UpdateRelationalDatabaseParametersCommand.ts
@@ -154,4 +154,16 @@ export class UpdateRelationalDatabaseParametersCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRelationalDatabaseParametersCommand)
.de(de_UpdateRelationalDatabaseParametersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRelationalDatabaseParametersRequest;
+ output: UpdateRelationalDatabaseParametersResult;
+ };
+ sdk: {
+ input: UpdateRelationalDatabaseParametersCommandInput;
+ output: UpdateRelationalDatabaseParametersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/package.json b/clients/client-location/package.json
index e20af19f129f..a69f3ef33a2c 100644
--- a/clients/client-location/package.json
+++ b/clients/client-location/package.json
@@ -33,31 +33,31 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
- "@smithy/util-stream": "^3.1.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
+ "@smithy/util-stream": "^3.1.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-location/src/commands/AssociateTrackerConsumerCommand.ts b/clients/client-location/src/commands/AssociateTrackerConsumerCommand.ts
index 156479d49179..60102c9c04e0 100644
--- a/clients/client-location/src/commands/AssociateTrackerConsumerCommand.ts
+++ b/clients/client-location/src/commands/AssociateTrackerConsumerCommand.ts
@@ -105,4 +105,16 @@ export class AssociateTrackerConsumerCommand extends $Command
.f(void 0, void 0)
.ser(se_AssociateTrackerConsumerCommand)
.de(de_AssociateTrackerConsumerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AssociateTrackerConsumerRequest;
+ output: {};
+ };
+ sdk: {
+ input: AssociateTrackerConsumerCommandInput;
+ output: AssociateTrackerConsumerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/BatchDeleteDevicePositionHistoryCommand.ts b/clients/client-location/src/commands/BatchDeleteDevicePositionHistoryCommand.ts
index 380cd458b962..59164b27a0be 100644
--- a/clients/client-location/src/commands/BatchDeleteDevicePositionHistoryCommand.ts
+++ b/clients/client-location/src/commands/BatchDeleteDevicePositionHistoryCommand.ts
@@ -109,4 +109,16 @@ export class BatchDeleteDevicePositionHistoryCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDeleteDevicePositionHistoryCommand)
.de(de_BatchDeleteDevicePositionHistoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDeleteDevicePositionHistoryRequest;
+ output: BatchDeleteDevicePositionHistoryResponse;
+ };
+ sdk: {
+ input: BatchDeleteDevicePositionHistoryCommandInput;
+ output: BatchDeleteDevicePositionHistoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/BatchDeleteGeofenceCommand.ts b/clients/client-location/src/commands/BatchDeleteGeofenceCommand.ts
index 6392947f1f5a..f0b59383084e 100644
--- a/clients/client-location/src/commands/BatchDeleteGeofenceCommand.ts
+++ b/clients/client-location/src/commands/BatchDeleteGeofenceCommand.ts
@@ -107,4 +107,16 @@ export class BatchDeleteGeofenceCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchDeleteGeofenceCommand)
.de(de_BatchDeleteGeofenceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchDeleteGeofenceRequest;
+ output: BatchDeleteGeofenceResponse;
+ };
+ sdk: {
+ input: BatchDeleteGeofenceCommandInput;
+ output: BatchDeleteGeofenceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/BatchEvaluateGeofencesCommand.ts b/clients/client-location/src/commands/BatchEvaluateGeofencesCommand.ts
index 8bbedaec8e1c..71600e7c9256 100644
--- a/clients/client-location/src/commands/BatchEvaluateGeofencesCommand.ts
+++ b/clients/client-location/src/commands/BatchEvaluateGeofencesCommand.ts
@@ -149,4 +149,16 @@ export class BatchEvaluateGeofencesCommand extends $Command
.f(BatchEvaluateGeofencesRequestFilterSensitiveLog, void 0)
.ser(se_BatchEvaluateGeofencesCommand)
.de(de_BatchEvaluateGeofencesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchEvaluateGeofencesRequest;
+ output: BatchEvaluateGeofencesResponse;
+ };
+ sdk: {
+ input: BatchEvaluateGeofencesCommandInput;
+ output: BatchEvaluateGeofencesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/BatchGetDevicePositionCommand.ts b/clients/client-location/src/commands/BatchGetDevicePositionCommand.ts
index aa2d17d5dcb7..92c70f2755d7 100644
--- a/clients/client-location/src/commands/BatchGetDevicePositionCommand.ts
+++ b/clients/client-location/src/commands/BatchGetDevicePositionCommand.ts
@@ -124,4 +124,16 @@ export class BatchGetDevicePositionCommand extends $Command
.f(void 0, BatchGetDevicePositionResponseFilterSensitiveLog)
.ser(se_BatchGetDevicePositionCommand)
.de(de_BatchGetDevicePositionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetDevicePositionRequest;
+ output: BatchGetDevicePositionResponse;
+ };
+ sdk: {
+ input: BatchGetDevicePositionCommandInput;
+ output: BatchGetDevicePositionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/BatchPutGeofenceCommand.ts b/clients/client-location/src/commands/BatchPutGeofenceCommand.ts
index 11ed5a5545ca..bf50cf15d6c4 100644
--- a/clients/client-location/src/commands/BatchPutGeofenceCommand.ts
+++ b/clients/client-location/src/commands/BatchPutGeofenceCommand.ts
@@ -137,4 +137,16 @@ export class BatchPutGeofenceCommand extends $Command
.f(BatchPutGeofenceRequestFilterSensitiveLog, void 0)
.ser(se_BatchPutGeofenceCommand)
.de(de_BatchPutGeofenceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchPutGeofenceRequest;
+ output: BatchPutGeofenceResponse;
+ };
+ sdk: {
+ input: BatchPutGeofenceCommandInput;
+ output: BatchPutGeofenceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/BatchUpdateDevicePositionCommand.ts b/clients/client-location/src/commands/BatchUpdateDevicePositionCommand.ts
index 092fc101ea57..c6353aa53e85 100644
--- a/clients/client-location/src/commands/BatchUpdateDevicePositionCommand.ts
+++ b/clients/client-location/src/commands/BatchUpdateDevicePositionCommand.ts
@@ -143,4 +143,16 @@ export class BatchUpdateDevicePositionCommand extends $Command
.f(BatchUpdateDevicePositionRequestFilterSensitiveLog, void 0)
.ser(se_BatchUpdateDevicePositionCommand)
.de(de_BatchUpdateDevicePositionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchUpdateDevicePositionRequest;
+ output: BatchUpdateDevicePositionResponse;
+ };
+ sdk: {
+ input: BatchUpdateDevicePositionCommandInput;
+ output: BatchUpdateDevicePositionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/CalculateRouteCommand.ts b/clients/client-location/src/commands/CalculateRouteCommand.ts
index 49bd8886abd8..fa85977729e7 100644
--- a/clients/client-location/src/commands/CalculateRouteCommand.ts
+++ b/clients/client-location/src/commands/CalculateRouteCommand.ts
@@ -208,4 +208,16 @@ export class CalculateRouteCommand extends $Command
.f(CalculateRouteRequestFilterSensitiveLog, CalculateRouteResponseFilterSensitiveLog)
.ser(se_CalculateRouteCommand)
.de(de_CalculateRouteCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CalculateRouteRequest;
+ output: CalculateRouteResponse;
+ };
+ sdk: {
+ input: CalculateRouteCommandInput;
+ output: CalculateRouteCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/CalculateRouteMatrixCommand.ts b/clients/client-location/src/commands/CalculateRouteMatrixCommand.ts
index a894e4fc94cf..62b094275cf5 100644
--- a/clients/client-location/src/commands/CalculateRouteMatrixCommand.ts
+++ b/clients/client-location/src/commands/CalculateRouteMatrixCommand.ts
@@ -199,4 +199,16 @@ export class CalculateRouteMatrixCommand extends $Command
.f(CalculateRouteMatrixRequestFilterSensitiveLog, CalculateRouteMatrixResponseFilterSensitiveLog)
.ser(se_CalculateRouteMatrixCommand)
.de(de_CalculateRouteMatrixCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CalculateRouteMatrixRequest;
+ output: CalculateRouteMatrixResponse;
+ };
+ sdk: {
+ input: CalculateRouteMatrixCommandInput;
+ output: CalculateRouteMatrixCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/CreateGeofenceCollectionCommand.ts b/clients/client-location/src/commands/CreateGeofenceCollectionCommand.ts
index eadf0aee6fd9..f9da43e09c6a 100644
--- a/clients/client-location/src/commands/CreateGeofenceCollectionCommand.ts
+++ b/clients/client-location/src/commands/CreateGeofenceCollectionCommand.ts
@@ -106,4 +106,16 @@ export class CreateGeofenceCollectionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateGeofenceCollectionCommand)
.de(de_CreateGeofenceCollectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateGeofenceCollectionRequest;
+ output: CreateGeofenceCollectionResponse;
+ };
+ sdk: {
+ input: CreateGeofenceCollectionCommandInput;
+ output: CreateGeofenceCollectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/CreateKeyCommand.ts b/clients/client-location/src/commands/CreateKeyCommand.ts
index 8acd62898828..3121e4098d9e 100644
--- a/clients/client-location/src/commands/CreateKeyCommand.ts
+++ b/clients/client-location/src/commands/CreateKeyCommand.ts
@@ -121,4 +121,16 @@ export class CreateKeyCommand extends $Command
.f(void 0, CreateKeyResponseFilterSensitiveLog)
.ser(se_CreateKeyCommand)
.de(de_CreateKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateKeyRequest;
+ output: CreateKeyResponse;
+ };
+ sdk: {
+ input: CreateKeyCommandInput;
+ output: CreateKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/CreateMapCommand.ts b/clients/client-location/src/commands/CreateMapCommand.ts
index d790c1b84b08..47ec3c704433 100644
--- a/clients/client-location/src/commands/CreateMapCommand.ts
+++ b/clients/client-location/src/commands/CreateMapCommand.ts
@@ -118,4 +118,16 @@ export class CreateMapCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateMapCommand)
.de(de_CreateMapCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMapRequest;
+ output: CreateMapResponse;
+ };
+ sdk: {
+ input: CreateMapCommandInput;
+ output: CreateMapCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/CreatePlaceIndexCommand.ts b/clients/client-location/src/commands/CreatePlaceIndexCommand.ts
index 08cba8d76368..a385d4db0940 100644
--- a/clients/client-location/src/commands/CreatePlaceIndexCommand.ts
+++ b/clients/client-location/src/commands/CreatePlaceIndexCommand.ts
@@ -118,4 +118,16 @@ export class CreatePlaceIndexCommand extends $Command
.f(void 0, void 0)
.ser(se_CreatePlaceIndexCommand)
.de(de_CreatePlaceIndexCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreatePlaceIndexRequest;
+ output: CreatePlaceIndexResponse;
+ };
+ sdk: {
+ input: CreatePlaceIndexCommandInput;
+ output: CreatePlaceIndexCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/CreateRouteCalculatorCommand.ts b/clients/client-location/src/commands/CreateRouteCalculatorCommand.ts
index 1176827d6976..3a84c12b6885 100644
--- a/clients/client-location/src/commands/CreateRouteCalculatorCommand.ts
+++ b/clients/client-location/src/commands/CreateRouteCalculatorCommand.ts
@@ -114,4 +114,16 @@ export class CreateRouteCalculatorCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRouteCalculatorCommand)
.de(de_CreateRouteCalculatorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRouteCalculatorRequest;
+ output: CreateRouteCalculatorResponse;
+ };
+ sdk: {
+ input: CreateRouteCalculatorCommandInput;
+ output: CreateRouteCalculatorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/CreateTrackerCommand.ts b/clients/client-location/src/commands/CreateTrackerCommand.ts
index cac0d3cb7054..8a4c0e5b3a8e 100644
--- a/clients/client-location/src/commands/CreateTrackerCommand.ts
+++ b/clients/client-location/src/commands/CreateTrackerCommand.ts
@@ -110,4 +110,16 @@ export class CreateTrackerCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateTrackerCommand)
.de(de_CreateTrackerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTrackerRequest;
+ output: CreateTrackerResponse;
+ };
+ sdk: {
+ input: CreateTrackerCommandInput;
+ output: CreateTrackerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/DeleteGeofenceCollectionCommand.ts b/clients/client-location/src/commands/DeleteGeofenceCollectionCommand.ts
index 952713746245..708550f5d1c7 100644
--- a/clients/client-location/src/commands/DeleteGeofenceCollectionCommand.ts
+++ b/clients/client-location/src/commands/DeleteGeofenceCollectionCommand.ts
@@ -95,4 +95,16 @@ export class DeleteGeofenceCollectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteGeofenceCollectionCommand)
.de(de_DeleteGeofenceCollectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteGeofenceCollectionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteGeofenceCollectionCommandInput;
+ output: DeleteGeofenceCollectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/DeleteKeyCommand.ts b/clients/client-location/src/commands/DeleteKeyCommand.ts
index d9d738423b78..8e5f17dedea9 100644
--- a/clients/client-location/src/commands/DeleteKeyCommand.ts
+++ b/clients/client-location/src/commands/DeleteKeyCommand.ts
@@ -93,4 +93,16 @@ export class DeleteKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteKeyCommand)
.de(de_DeleteKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteKeyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteKeyCommandInput;
+ output: DeleteKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/DeleteMapCommand.ts b/clients/client-location/src/commands/DeleteMapCommand.ts
index 324c6f516144..89a625902898 100644
--- a/clients/client-location/src/commands/DeleteMapCommand.ts
+++ b/clients/client-location/src/commands/DeleteMapCommand.ts
@@ -95,4 +95,16 @@ export class DeleteMapCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMapCommand)
.de(de_DeleteMapCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMapRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMapCommandInput;
+ output: DeleteMapCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/DeletePlaceIndexCommand.ts b/clients/client-location/src/commands/DeletePlaceIndexCommand.ts
index fca6a4108374..9161c440a766 100644
--- a/clients/client-location/src/commands/DeletePlaceIndexCommand.ts
+++ b/clients/client-location/src/commands/DeletePlaceIndexCommand.ts
@@ -94,4 +94,16 @@ export class DeletePlaceIndexCommand extends $Command
.f(void 0, void 0)
.ser(se_DeletePlaceIndexCommand)
.de(de_DeletePlaceIndexCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeletePlaceIndexRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeletePlaceIndexCommandInput;
+ output: DeletePlaceIndexCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/DeleteRouteCalculatorCommand.ts b/clients/client-location/src/commands/DeleteRouteCalculatorCommand.ts
index f7d266342003..02de33df9c81 100644
--- a/clients/client-location/src/commands/DeleteRouteCalculatorCommand.ts
+++ b/clients/client-location/src/commands/DeleteRouteCalculatorCommand.ts
@@ -94,4 +94,16 @@ export class DeleteRouteCalculatorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRouteCalculatorCommand)
.de(de_DeleteRouteCalculatorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRouteCalculatorRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRouteCalculatorCommandInput;
+ output: DeleteRouteCalculatorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/DeleteTrackerCommand.ts b/clients/client-location/src/commands/DeleteTrackerCommand.ts
index 2956962d0745..474883cea5ef 100644
--- a/clients/client-location/src/commands/DeleteTrackerCommand.ts
+++ b/clients/client-location/src/commands/DeleteTrackerCommand.ts
@@ -96,4 +96,16 @@ export class DeleteTrackerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTrackerCommand)
.de(de_DeleteTrackerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTrackerRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTrackerCommandInput;
+ output: DeleteTrackerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/DescribeGeofenceCollectionCommand.ts b/clients/client-location/src/commands/DescribeGeofenceCollectionCommand.ts
index b0f5325181af..320e9b100450 100644
--- a/clients/client-location/src/commands/DescribeGeofenceCollectionCommand.ts
+++ b/clients/client-location/src/commands/DescribeGeofenceCollectionCommand.ts
@@ -104,4 +104,16 @@ export class DescribeGeofenceCollectionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeGeofenceCollectionCommand)
.de(de_DescribeGeofenceCollectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeGeofenceCollectionRequest;
+ output: DescribeGeofenceCollectionResponse;
+ };
+ sdk: {
+ input: DescribeGeofenceCollectionCommandInput;
+ output: DescribeGeofenceCollectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/DescribeKeyCommand.ts b/clients/client-location/src/commands/DescribeKeyCommand.ts
index 98fa231724a0..f377bae85fdc 100644
--- a/clients/client-location/src/commands/DescribeKeyCommand.ts
+++ b/clients/client-location/src/commands/DescribeKeyCommand.ts
@@ -113,4 +113,16 @@ export class DescribeKeyCommand extends $Command
.f(void 0, DescribeKeyResponseFilterSensitiveLog)
.ser(se_DescribeKeyCommand)
.de(de_DescribeKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeKeyRequest;
+ output: DescribeKeyResponse;
+ };
+ sdk: {
+ input: DescribeKeyCommandInput;
+ output: DescribeKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/DescribeMapCommand.ts b/clients/client-location/src/commands/DescribeMapCommand.ts
index ace716d8e5d4..7e9da47a56d8 100644
--- a/clients/client-location/src/commands/DescribeMapCommand.ts
+++ b/clients/client-location/src/commands/DescribeMapCommand.ts
@@ -109,4 +109,16 @@ export class DescribeMapCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeMapCommand)
.de(de_DescribeMapCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeMapRequest;
+ output: DescribeMapResponse;
+ };
+ sdk: {
+ input: DescribeMapCommandInput;
+ output: DescribeMapCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/DescribePlaceIndexCommand.ts b/clients/client-location/src/commands/DescribePlaceIndexCommand.ts
index 4ea3a7a47825..040b58dcc45c 100644
--- a/clients/client-location/src/commands/DescribePlaceIndexCommand.ts
+++ b/clients/client-location/src/commands/DescribePlaceIndexCommand.ts
@@ -105,4 +105,16 @@ export class DescribePlaceIndexCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribePlaceIndexCommand)
.de(de_DescribePlaceIndexCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribePlaceIndexRequest;
+ output: DescribePlaceIndexResponse;
+ };
+ sdk: {
+ input: DescribePlaceIndexCommandInput;
+ output: DescribePlaceIndexCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/DescribeRouteCalculatorCommand.ts b/clients/client-location/src/commands/DescribeRouteCalculatorCommand.ts
index f4fc45a278e2..685b1a83ef04 100644
--- a/clients/client-location/src/commands/DescribeRouteCalculatorCommand.ts
+++ b/clients/client-location/src/commands/DescribeRouteCalculatorCommand.ts
@@ -102,4 +102,16 @@ export class DescribeRouteCalculatorCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRouteCalculatorCommand)
.de(de_DescribeRouteCalculatorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRouteCalculatorRequest;
+ output: DescribeRouteCalculatorResponse;
+ };
+ sdk: {
+ input: DescribeRouteCalculatorCommandInput;
+ output: DescribeRouteCalculatorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/DescribeTrackerCommand.ts b/clients/client-location/src/commands/DescribeTrackerCommand.ts
index 0cee5e951b62..7421c50a35b2 100644
--- a/clients/client-location/src/commands/DescribeTrackerCommand.ts
+++ b/clients/client-location/src/commands/DescribeTrackerCommand.ts
@@ -106,4 +106,16 @@ export class DescribeTrackerCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTrackerCommand)
.de(de_DescribeTrackerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTrackerRequest;
+ output: DescribeTrackerResponse;
+ };
+ sdk: {
+ input: DescribeTrackerCommandInput;
+ output: DescribeTrackerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/DisassociateTrackerConsumerCommand.ts b/clients/client-location/src/commands/DisassociateTrackerConsumerCommand.ts
index 42ac0f3e272a..c9cad6f83db8 100644
--- a/clients/client-location/src/commands/DisassociateTrackerConsumerCommand.ts
+++ b/clients/client-location/src/commands/DisassociateTrackerConsumerCommand.ts
@@ -101,4 +101,16 @@ export class DisassociateTrackerConsumerCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateTrackerConsumerCommand)
.de(de_DisassociateTrackerConsumerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateTrackerConsumerRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateTrackerConsumerCommandInput;
+ output: DisassociateTrackerConsumerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/ForecastGeofenceEventsCommand.ts b/clients/client-location/src/commands/ForecastGeofenceEventsCommand.ts
index 7d3d2bf45482..fe04ce5f5113 100644
--- a/clients/client-location/src/commands/ForecastGeofenceEventsCommand.ts
+++ b/clients/client-location/src/commands/ForecastGeofenceEventsCommand.ts
@@ -132,4 +132,16 @@ export class ForecastGeofenceEventsCommand extends $Command
.f(ForecastGeofenceEventsRequestFilterSensitiveLog, ForecastGeofenceEventsResponseFilterSensitiveLog)
.ser(se_ForecastGeofenceEventsCommand)
.de(de_ForecastGeofenceEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ForecastGeofenceEventsRequest;
+ output: ForecastGeofenceEventsResponse;
+ };
+ sdk: {
+ input: ForecastGeofenceEventsCommandInput;
+ output: ForecastGeofenceEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/GetDevicePositionCommand.ts b/clients/client-location/src/commands/GetDevicePositionCommand.ts
index 05b551d5fac9..eaad75f16476 100644
--- a/clients/client-location/src/commands/GetDevicePositionCommand.ts
+++ b/clients/client-location/src/commands/GetDevicePositionCommand.ts
@@ -112,4 +112,16 @@ export class GetDevicePositionCommand extends $Command
.f(void 0, GetDevicePositionResponseFilterSensitiveLog)
.ser(se_GetDevicePositionCommand)
.de(de_GetDevicePositionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDevicePositionRequest;
+ output: GetDevicePositionResponse;
+ };
+ sdk: {
+ input: GetDevicePositionCommandInput;
+ output: GetDevicePositionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/GetDevicePositionHistoryCommand.ts b/clients/client-location/src/commands/GetDevicePositionHistoryCommand.ts
index c8d7076d8b5d..1abb4b035ac5 100644
--- a/clients/client-location/src/commands/GetDevicePositionHistoryCommand.ts
+++ b/clients/client-location/src/commands/GetDevicePositionHistoryCommand.ts
@@ -122,4 +122,16 @@ export class GetDevicePositionHistoryCommand extends $Command
.f(void 0, GetDevicePositionHistoryResponseFilterSensitiveLog)
.ser(se_GetDevicePositionHistoryCommand)
.de(de_GetDevicePositionHistoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDevicePositionHistoryRequest;
+ output: GetDevicePositionHistoryResponse;
+ };
+ sdk: {
+ input: GetDevicePositionHistoryCommandInput;
+ output: GetDevicePositionHistoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/GetGeofenceCommand.ts b/clients/client-location/src/commands/GetGeofenceCommand.ts
index 4b37258ea4fb..7c09939400df 100644
--- a/clients/client-location/src/commands/GetGeofenceCommand.ts
+++ b/clients/client-location/src/commands/GetGeofenceCommand.ts
@@ -119,4 +119,16 @@ export class GetGeofenceCommand extends $Command
.f(void 0, GetGeofenceResponseFilterSensitiveLog)
.ser(se_GetGeofenceCommand)
.de(de_GetGeofenceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetGeofenceRequest;
+ output: GetGeofenceResponse;
+ };
+ sdk: {
+ input: GetGeofenceCommandInput;
+ output: GetGeofenceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/GetMapGlyphsCommand.ts b/clients/client-location/src/commands/GetMapGlyphsCommand.ts
index 1db0306c2775..8dac44e135eb 100644
--- a/clients/client-location/src/commands/GetMapGlyphsCommand.ts
+++ b/clients/client-location/src/commands/GetMapGlyphsCommand.ts
@@ -106,4 +106,16 @@ export class GetMapGlyphsCommand extends $Command
.f(GetMapGlyphsRequestFilterSensitiveLog, void 0)
.ser(se_GetMapGlyphsCommand)
.de(de_GetMapGlyphsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMapGlyphsRequest;
+ output: GetMapGlyphsResponse;
+ };
+ sdk: {
+ input: GetMapGlyphsCommandInput;
+ output: GetMapGlyphsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/GetMapSpritesCommand.ts b/clients/client-location/src/commands/GetMapSpritesCommand.ts
index ded369bcc876..257865e4f476 100644
--- a/clients/client-location/src/commands/GetMapSpritesCommand.ts
+++ b/clients/client-location/src/commands/GetMapSpritesCommand.ts
@@ -111,4 +111,16 @@ export class GetMapSpritesCommand extends $Command
.f(GetMapSpritesRequestFilterSensitiveLog, void 0)
.ser(se_GetMapSpritesCommand)
.de(de_GetMapSpritesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMapSpritesRequest;
+ output: GetMapSpritesResponse;
+ };
+ sdk: {
+ input: GetMapSpritesCommandInput;
+ output: GetMapSpritesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/GetMapStyleDescriptorCommand.ts b/clients/client-location/src/commands/GetMapStyleDescriptorCommand.ts
index 7e643430441c..795f2fccd1fb 100644
--- a/clients/client-location/src/commands/GetMapStyleDescriptorCommand.ts
+++ b/clients/client-location/src/commands/GetMapStyleDescriptorCommand.ts
@@ -111,4 +111,16 @@ export class GetMapStyleDescriptorCommand extends $Command
.f(GetMapStyleDescriptorRequestFilterSensitiveLog, void 0)
.ser(se_GetMapStyleDescriptorCommand)
.de(de_GetMapStyleDescriptorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMapStyleDescriptorRequest;
+ output: GetMapStyleDescriptorResponse;
+ };
+ sdk: {
+ input: GetMapStyleDescriptorCommandInput;
+ output: GetMapStyleDescriptorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/GetMapTileCommand.ts b/clients/client-location/src/commands/GetMapTileCommand.ts
index 4b12b89149e9..639d676b1f12 100644
--- a/clients/client-location/src/commands/GetMapTileCommand.ts
+++ b/clients/client-location/src/commands/GetMapTileCommand.ts
@@ -112,4 +112,16 @@ export class GetMapTileCommand extends $Command
.f(GetMapTileRequestFilterSensitiveLog, void 0)
.ser(se_GetMapTileCommand)
.de(de_GetMapTileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMapTileRequest;
+ output: GetMapTileResponse;
+ };
+ sdk: {
+ input: GetMapTileCommandInput;
+ output: GetMapTileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/GetPlaceCommand.ts b/clients/client-location/src/commands/GetPlaceCommand.ts
index 7cc3e00b0682..9d828bfaac11 100644
--- a/clients/client-location/src/commands/GetPlaceCommand.ts
+++ b/clients/client-location/src/commands/GetPlaceCommand.ts
@@ -146,4 +146,16 @@ export class GetPlaceCommand extends $Command
.f(GetPlaceRequestFilterSensitiveLog, GetPlaceResponseFilterSensitiveLog)
.ser(se_GetPlaceCommand)
.de(de_GetPlaceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetPlaceRequest;
+ output: GetPlaceResponse;
+ };
+ sdk: {
+ input: GetPlaceCommandInput;
+ output: GetPlaceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/ListDevicePositionsCommand.ts b/clients/client-location/src/commands/ListDevicePositionsCommand.ts
index c1e8e8226637..c6b1eb54404b 100644
--- a/clients/client-location/src/commands/ListDevicePositionsCommand.ts
+++ b/clients/client-location/src/commands/ListDevicePositionsCommand.ts
@@ -121,4 +121,16 @@ export class ListDevicePositionsCommand extends $Command
.f(ListDevicePositionsRequestFilterSensitiveLog, ListDevicePositionsResponseFilterSensitiveLog)
.ser(se_ListDevicePositionsCommand)
.de(de_ListDevicePositionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDevicePositionsRequest;
+ output: ListDevicePositionsResponse;
+ };
+ sdk: {
+ input: ListDevicePositionsCommandInput;
+ output: ListDevicePositionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/ListGeofenceCollectionsCommand.ts b/clients/client-location/src/commands/ListGeofenceCollectionsCommand.ts
index 21550e42996a..18aac30a014c 100644
--- a/clients/client-location/src/commands/ListGeofenceCollectionsCommand.ts
+++ b/clients/client-location/src/commands/ListGeofenceCollectionsCommand.ts
@@ -101,4 +101,16 @@ export class ListGeofenceCollectionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListGeofenceCollectionsCommand)
.de(de_ListGeofenceCollectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGeofenceCollectionsRequest;
+ output: ListGeofenceCollectionsResponse;
+ };
+ sdk: {
+ input: ListGeofenceCollectionsCommandInput;
+ output: ListGeofenceCollectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/ListGeofencesCommand.ts b/clients/client-location/src/commands/ListGeofencesCommand.ts
index d42279e5bd05..55db86947021 100644
--- a/clients/client-location/src/commands/ListGeofencesCommand.ts
+++ b/clients/client-location/src/commands/ListGeofencesCommand.ts
@@ -126,4 +126,16 @@ export class ListGeofencesCommand extends $Command
.f(void 0, ListGeofencesResponseFilterSensitiveLog)
.ser(se_ListGeofencesCommand)
.de(de_ListGeofencesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListGeofencesRequest;
+ output: ListGeofencesResponse;
+ };
+ sdk: {
+ input: ListGeofencesCommandInput;
+ output: ListGeofencesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/ListKeysCommand.ts b/clients/client-location/src/commands/ListKeysCommand.ts
index 009b400aa4e4..e7a0b5dcb3d4 100644
--- a/clients/client-location/src/commands/ListKeysCommand.ts
+++ b/clients/client-location/src/commands/ListKeysCommand.ts
@@ -114,4 +114,16 @@ export class ListKeysCommand extends $Command
.f(void 0, void 0)
.ser(se_ListKeysCommand)
.de(de_ListKeysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListKeysRequest;
+ output: ListKeysResponse;
+ };
+ sdk: {
+ input: ListKeysCommandInput;
+ output: ListKeysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/ListMapsCommand.ts b/clients/client-location/src/commands/ListMapsCommand.ts
index 3a3665edc21e..cb45c8b1af50 100644
--- a/clients/client-location/src/commands/ListMapsCommand.ts
+++ b/clients/client-location/src/commands/ListMapsCommand.ts
@@ -101,4 +101,16 @@ export class ListMapsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMapsCommand)
.de(de_ListMapsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMapsRequest;
+ output: ListMapsResponse;
+ };
+ sdk: {
+ input: ListMapsCommandInput;
+ output: ListMapsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/ListPlaceIndexesCommand.ts b/clients/client-location/src/commands/ListPlaceIndexesCommand.ts
index 0dcdd92bbe0b..1e406f2b333f 100644
--- a/clients/client-location/src/commands/ListPlaceIndexesCommand.ts
+++ b/clients/client-location/src/commands/ListPlaceIndexesCommand.ts
@@ -101,4 +101,16 @@ export class ListPlaceIndexesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListPlaceIndexesCommand)
.de(de_ListPlaceIndexesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListPlaceIndexesRequest;
+ output: ListPlaceIndexesResponse;
+ };
+ sdk: {
+ input: ListPlaceIndexesCommandInput;
+ output: ListPlaceIndexesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/ListRouteCalculatorsCommand.ts b/clients/client-location/src/commands/ListRouteCalculatorsCommand.ts
index f8f3891c8b06..c874bae5948a 100644
--- a/clients/client-location/src/commands/ListRouteCalculatorsCommand.ts
+++ b/clients/client-location/src/commands/ListRouteCalculatorsCommand.ts
@@ -101,4 +101,16 @@ export class ListRouteCalculatorsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRouteCalculatorsCommand)
.de(de_ListRouteCalculatorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRouteCalculatorsRequest;
+ output: ListRouteCalculatorsResponse;
+ };
+ sdk: {
+ input: ListRouteCalculatorsCommandInput;
+ output: ListRouteCalculatorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/ListTagsForResourceCommand.ts b/clients/client-location/src/commands/ListTagsForResourceCommand.ts
index 5d8f7c3f57a7..b99a29073e14 100644
--- a/clients/client-location/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-location/src/commands/ListTagsForResourceCommand.ts
@@ -95,4 +95,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/ListTrackerConsumersCommand.ts b/clients/client-location/src/commands/ListTrackerConsumersCommand.ts
index 543d77ebc141..23e0699deb7b 100644
--- a/clients/client-location/src/commands/ListTrackerConsumersCommand.ts
+++ b/clients/client-location/src/commands/ListTrackerConsumersCommand.ts
@@ -98,4 +98,16 @@ export class ListTrackerConsumersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTrackerConsumersCommand)
.de(de_ListTrackerConsumersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTrackerConsumersRequest;
+ output: ListTrackerConsumersResponse;
+ };
+ sdk: {
+ input: ListTrackerConsumersCommandInput;
+ output: ListTrackerConsumersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/ListTrackersCommand.ts b/clients/client-location/src/commands/ListTrackersCommand.ts
index 174d4a3e211a..a1d184c45592 100644
--- a/clients/client-location/src/commands/ListTrackersCommand.ts
+++ b/clients/client-location/src/commands/ListTrackersCommand.ts
@@ -101,4 +101,16 @@ export class ListTrackersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTrackersCommand)
.de(de_ListTrackersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTrackersRequest;
+ output: ListTrackersResponse;
+ };
+ sdk: {
+ input: ListTrackersCommandInput;
+ output: ListTrackersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/PutGeofenceCommand.ts b/clients/client-location/src/commands/PutGeofenceCommand.ts
index 4b3658daf39d..257effe7bbc0 100644
--- a/clients/client-location/src/commands/PutGeofenceCommand.ts
+++ b/clients/client-location/src/commands/PutGeofenceCommand.ts
@@ -119,4 +119,16 @@ export class PutGeofenceCommand extends $Command
.f(PutGeofenceRequestFilterSensitiveLog, void 0)
.ser(se_PutGeofenceCommand)
.de(de_PutGeofenceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutGeofenceRequest;
+ output: PutGeofenceResponse;
+ };
+ sdk: {
+ input: PutGeofenceCommandInput;
+ output: PutGeofenceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/SearchPlaceIndexForPositionCommand.ts b/clients/client-location/src/commands/SearchPlaceIndexForPositionCommand.ts
index ab0e5bbeb811..f499555e2656 100644
--- a/clients/client-location/src/commands/SearchPlaceIndexForPositionCommand.ts
+++ b/clients/client-location/src/commands/SearchPlaceIndexForPositionCommand.ts
@@ -153,4 +153,16 @@ export class SearchPlaceIndexForPositionCommand extends $Command
.f(SearchPlaceIndexForPositionRequestFilterSensitiveLog, SearchPlaceIndexForPositionResponseFilterSensitiveLog)
.ser(se_SearchPlaceIndexForPositionCommand)
.de(de_SearchPlaceIndexForPositionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchPlaceIndexForPositionRequest;
+ output: SearchPlaceIndexForPositionResponse;
+ };
+ sdk: {
+ input: SearchPlaceIndexForPositionCommandInput;
+ output: SearchPlaceIndexForPositionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/SearchPlaceIndexForSuggestionsCommand.ts b/clients/client-location/src/commands/SearchPlaceIndexForSuggestionsCommand.ts
index c327701f921c..bdfceba53bae 100644
--- a/clients/client-location/src/commands/SearchPlaceIndexForSuggestionsCommand.ts
+++ b/clients/client-location/src/commands/SearchPlaceIndexForSuggestionsCommand.ts
@@ -159,4 +159,16 @@ export class SearchPlaceIndexForSuggestionsCommand extends $Command
.f(SearchPlaceIndexForSuggestionsRequestFilterSensitiveLog, SearchPlaceIndexForSuggestionsResponseFilterSensitiveLog)
.ser(se_SearchPlaceIndexForSuggestionsCommand)
.de(de_SearchPlaceIndexForSuggestionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchPlaceIndexForSuggestionsRequest;
+ output: SearchPlaceIndexForSuggestionsResponse;
+ };
+ sdk: {
+ input: SearchPlaceIndexForSuggestionsCommandInput;
+ output: SearchPlaceIndexForSuggestionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/SearchPlaceIndexForTextCommand.ts b/clients/client-location/src/commands/SearchPlaceIndexForTextCommand.ts
index aae6a09ad05f..9576427b044a 100644
--- a/clients/client-location/src/commands/SearchPlaceIndexForTextCommand.ts
+++ b/clients/client-location/src/commands/SearchPlaceIndexForTextCommand.ts
@@ -180,4 +180,16 @@ export class SearchPlaceIndexForTextCommand extends $Command
.f(SearchPlaceIndexForTextRequestFilterSensitiveLog, SearchPlaceIndexForTextResponseFilterSensitiveLog)
.ser(se_SearchPlaceIndexForTextCommand)
.de(de_SearchPlaceIndexForTextCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchPlaceIndexForTextRequest;
+ output: SearchPlaceIndexForTextResponse;
+ };
+ sdk: {
+ input: SearchPlaceIndexForTextCommandInput;
+ output: SearchPlaceIndexForTextCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/TagResourceCommand.ts b/clients/client-location/src/commands/TagResourceCommand.ts
index bd5d62cb81af..a41b146ba565 100644
--- a/clients/client-location/src/commands/TagResourceCommand.ts
+++ b/clients/client-location/src/commands/TagResourceCommand.ts
@@ -104,4 +104,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/UntagResourceCommand.ts b/clients/client-location/src/commands/UntagResourceCommand.ts
index 0944265012f8..ca4dd2757288 100644
--- a/clients/client-location/src/commands/UntagResourceCommand.ts
+++ b/clients/client-location/src/commands/UntagResourceCommand.ts
@@ -94,4 +94,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/UpdateGeofenceCollectionCommand.ts b/clients/client-location/src/commands/UpdateGeofenceCollectionCommand.ts
index e9e01b435063..e3c168f47f56 100644
--- a/clients/client-location/src/commands/UpdateGeofenceCollectionCommand.ts
+++ b/clients/client-location/src/commands/UpdateGeofenceCollectionCommand.ts
@@ -98,4 +98,16 @@ export class UpdateGeofenceCollectionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateGeofenceCollectionCommand)
.de(de_UpdateGeofenceCollectionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateGeofenceCollectionRequest;
+ output: UpdateGeofenceCollectionResponse;
+ };
+ sdk: {
+ input: UpdateGeofenceCollectionCommandInput;
+ output: UpdateGeofenceCollectionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/UpdateKeyCommand.ts b/clients/client-location/src/commands/UpdateKeyCommand.ts
index c93fe0ada307..f8b792c76e8f 100644
--- a/clients/client-location/src/commands/UpdateKeyCommand.ts
+++ b/clients/client-location/src/commands/UpdateKeyCommand.ts
@@ -110,4 +110,16 @@ export class UpdateKeyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateKeyCommand)
.de(de_UpdateKeyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateKeyRequest;
+ output: UpdateKeyResponse;
+ };
+ sdk: {
+ input: UpdateKeyCommandInput;
+ output: UpdateKeyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/UpdateMapCommand.ts b/clients/client-location/src/commands/UpdateMapCommand.ts
index 4b8ce241a4a6..28f1badc46d0 100644
--- a/clients/client-location/src/commands/UpdateMapCommand.ts
+++ b/clients/client-location/src/commands/UpdateMapCommand.ts
@@ -103,4 +103,16 @@ export class UpdateMapCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateMapCommand)
.de(de_UpdateMapCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMapRequest;
+ output: UpdateMapResponse;
+ };
+ sdk: {
+ input: UpdateMapCommandInput;
+ output: UpdateMapCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/UpdatePlaceIndexCommand.ts b/clients/client-location/src/commands/UpdatePlaceIndexCommand.ts
index 0726be536cb0..a9e44f1e7bc4 100644
--- a/clients/client-location/src/commands/UpdatePlaceIndexCommand.ts
+++ b/clients/client-location/src/commands/UpdatePlaceIndexCommand.ts
@@ -100,4 +100,16 @@ export class UpdatePlaceIndexCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdatePlaceIndexCommand)
.de(de_UpdatePlaceIndexCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdatePlaceIndexRequest;
+ output: UpdatePlaceIndexResponse;
+ };
+ sdk: {
+ input: UpdatePlaceIndexCommandInput;
+ output: UpdatePlaceIndexCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/UpdateRouteCalculatorCommand.ts b/clients/client-location/src/commands/UpdateRouteCalculatorCommand.ts
index a13fe98eb35a..22025ca2b3d9 100644
--- a/clients/client-location/src/commands/UpdateRouteCalculatorCommand.ts
+++ b/clients/client-location/src/commands/UpdateRouteCalculatorCommand.ts
@@ -97,4 +97,16 @@ export class UpdateRouteCalculatorCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRouteCalculatorCommand)
.de(de_UpdateRouteCalculatorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRouteCalculatorRequest;
+ output: UpdateRouteCalculatorResponse;
+ };
+ sdk: {
+ input: UpdateRouteCalculatorCommandInput;
+ output: UpdateRouteCalculatorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/UpdateTrackerCommand.ts b/clients/client-location/src/commands/UpdateTrackerCommand.ts
index 213bb7680797..8931e377694e 100644
--- a/clients/client-location/src/commands/UpdateTrackerCommand.ts
+++ b/clients/client-location/src/commands/UpdateTrackerCommand.ts
@@ -101,4 +101,16 @@ export class UpdateTrackerCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTrackerCommand)
.de(de_UpdateTrackerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTrackerRequest;
+ output: UpdateTrackerResponse;
+ };
+ sdk: {
+ input: UpdateTrackerCommandInput;
+ output: UpdateTrackerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-location/src/commands/VerifyDevicePositionCommand.ts b/clients/client-location/src/commands/VerifyDevicePositionCommand.ts
index 20ba59ad96a5..1fa080ee17b2 100644
--- a/clients/client-location/src/commands/VerifyDevicePositionCommand.ts
+++ b/clients/client-location/src/commands/VerifyDevicePositionCommand.ts
@@ -156,4 +156,16 @@ export class VerifyDevicePositionCommand extends $Command
.f(VerifyDevicePositionRequestFilterSensitiveLog, VerifyDevicePositionResponseFilterSensitiveLog)
.ser(se_VerifyDevicePositionCommand)
.de(de_VerifyDevicePositionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: VerifyDevicePositionRequest;
+ output: VerifyDevicePositionResponse;
+ };
+ sdk: {
+ input: VerifyDevicePositionCommandInput;
+ output: VerifyDevicePositionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/package.json b/clients/client-lookoutequipment/package.json
index 11a7d8924b13..2c24aa93c7c9 100644
--- a/clients/client-lookoutequipment/package.json
+++ b/clients/client-lookoutequipment/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-lookoutequipment/src/commands/CreateDatasetCommand.ts b/clients/client-lookoutequipment/src/commands/CreateDatasetCommand.ts
index 75e5d369fb38..a7961c665f01 100644
--- a/clients/client-lookoutequipment/src/commands/CreateDatasetCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/CreateDatasetCommand.ts
@@ -115,4 +115,16 @@ export class CreateDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDatasetCommand)
.de(de_CreateDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDatasetRequest;
+ output: CreateDatasetResponse;
+ };
+ sdk: {
+ input: CreateDatasetCommandInput;
+ output: CreateDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/CreateInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/CreateInferenceSchedulerCommand.ts
index 923a94faf5f6..1c2ae14c9cc9 100644
--- a/clients/client-lookoutequipment/src/commands/CreateInferenceSchedulerCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/CreateInferenceSchedulerCommand.ts
@@ -140,4 +140,16 @@ export class CreateInferenceSchedulerCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateInferenceSchedulerCommand)
.de(de_CreateInferenceSchedulerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateInferenceSchedulerRequest;
+ output: CreateInferenceSchedulerResponse;
+ };
+ sdk: {
+ input: CreateInferenceSchedulerCommandInput;
+ output: CreateInferenceSchedulerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/CreateLabelCommand.ts b/clients/client-lookoutequipment/src/commands/CreateLabelCommand.ts
index 1858e7bc9197..ca53591c4e53 100644
--- a/clients/client-lookoutequipment/src/commands/CreateLabelCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/CreateLabelCommand.ts
@@ -110,4 +110,16 @@ export class CreateLabelCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLabelCommand)
.de(de_CreateLabelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLabelRequest;
+ output: CreateLabelResponse;
+ };
+ sdk: {
+ input: CreateLabelCommandInput;
+ output: CreateLabelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/CreateLabelGroupCommand.ts b/clients/client-lookoutequipment/src/commands/CreateLabelGroupCommand.ts
index 77d92ace4801..7ce91a69f3d8 100644
--- a/clients/client-lookoutequipment/src/commands/CreateLabelGroupCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/CreateLabelGroupCommand.ts
@@ -110,4 +110,16 @@ export class CreateLabelGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateLabelGroupCommand)
.de(de_CreateLabelGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateLabelGroupRequest;
+ output: CreateLabelGroupResponse;
+ };
+ sdk: {
+ input: CreateLabelGroupCommandInput;
+ output: CreateLabelGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/CreateModelCommand.ts b/clients/client-lookoutequipment/src/commands/CreateModelCommand.ts
index 58c8a1536f1c..e75bb641a15d 100644
--- a/clients/client-lookoutequipment/src/commands/CreateModelCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/CreateModelCommand.ts
@@ -147,4 +147,16 @@ export class CreateModelCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateModelCommand)
.de(de_CreateModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateModelRequest;
+ output: CreateModelResponse;
+ };
+ sdk: {
+ input: CreateModelCommandInput;
+ output: CreateModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/CreateRetrainingSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/CreateRetrainingSchedulerCommand.ts
index 13b11ca19560..0227ab7a8860 100644
--- a/clients/client-lookoutequipment/src/commands/CreateRetrainingSchedulerCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/CreateRetrainingSchedulerCommand.ts
@@ -151,4 +151,16 @@ export class CreateRetrainingSchedulerCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRetrainingSchedulerCommand)
.de(de_CreateRetrainingSchedulerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRetrainingSchedulerRequest;
+ output: CreateRetrainingSchedulerResponse;
+ };
+ sdk: {
+ input: CreateRetrainingSchedulerCommandInput;
+ output: CreateRetrainingSchedulerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/DeleteDatasetCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteDatasetCommand.ts
index 9e59f4e177b7..ceb0fa3676d0 100644
--- a/clients/client-lookoutequipment/src/commands/DeleteDatasetCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/DeleteDatasetCommand.ts
@@ -102,4 +102,16 @@ export class DeleteDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDatasetCommand)
.de(de_DeleteDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDatasetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDatasetCommandInput;
+ output: DeleteDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/DeleteInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteInferenceSchedulerCommand.ts
index 2e065e800539..b70bb4feb292 100644
--- a/clients/client-lookoutequipment/src/commands/DeleteInferenceSchedulerCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/DeleteInferenceSchedulerCommand.ts
@@ -99,4 +99,16 @@ export class DeleteInferenceSchedulerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteInferenceSchedulerCommand)
.de(de_DeleteInferenceSchedulerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteInferenceSchedulerRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteInferenceSchedulerCommandInput;
+ output: DeleteInferenceSchedulerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/DeleteLabelCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteLabelCommand.ts
index ddc283ec3bb0..7201d832f20e 100644
--- a/clients/client-lookoutequipment/src/commands/DeleteLabelCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/DeleteLabelCommand.ts
@@ -99,4 +99,16 @@ export class DeleteLabelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLabelCommand)
.de(de_DeleteLabelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLabelRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLabelCommandInput;
+ output: DeleteLabelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/DeleteLabelGroupCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteLabelGroupCommand.ts
index 1749ea224298..244940b30e0b 100644
--- a/clients/client-lookoutequipment/src/commands/DeleteLabelGroupCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/DeleteLabelGroupCommand.ts
@@ -98,4 +98,16 @@ export class DeleteLabelGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteLabelGroupCommand)
.de(de_DeleteLabelGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteLabelGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteLabelGroupCommandInput;
+ output: DeleteLabelGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/DeleteModelCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteModelCommand.ts
index 1b69c9f73d0a..dc2dbe8f3023 100644
--- a/clients/client-lookoutequipment/src/commands/DeleteModelCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/DeleteModelCommand.ts
@@ -99,4 +99,16 @@ export class DeleteModelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteModelCommand)
.de(de_DeleteModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteModelRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteModelCommandInput;
+ output: DeleteModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteResourcePolicyCommand.ts
index 56e4835950c7..ca718333a02e 100644
--- a/clients/client-lookoutequipment/src/commands/DeleteResourcePolicyCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/DeleteResourcePolicyCommand.ts
@@ -98,4 +98,16 @@ export class DeleteResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteResourcePolicyCommand)
.de(de_DeleteResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteResourcePolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteResourcePolicyCommandInput;
+ output: DeleteResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/DeleteRetrainingSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteRetrainingSchedulerCommand.ts
index bad1b1d30d79..754e1451efda 100644
--- a/clients/client-lookoutequipment/src/commands/DeleteRetrainingSchedulerCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/DeleteRetrainingSchedulerCommand.ts
@@ -110,4 +110,16 @@ export class DeleteRetrainingSchedulerCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRetrainingSchedulerCommand)
.de(de_DeleteRetrainingSchedulerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRetrainingSchedulerRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRetrainingSchedulerCommandInput;
+ output: DeleteRetrainingSchedulerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/DescribeDataIngestionJobCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeDataIngestionJobCommand.ts
index 0401f6b9f436..61385a8c9feb 100644
--- a/clients/client-lookoutequipment/src/commands/DescribeDataIngestionJobCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/DescribeDataIngestionJobCommand.ts
@@ -148,4 +148,16 @@ export class DescribeDataIngestionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDataIngestionJobCommand)
.de(de_DescribeDataIngestionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDataIngestionJobRequest;
+ output: DescribeDataIngestionJobResponse;
+ };
+ sdk: {
+ input: DescribeDataIngestionJobCommandInput;
+ output: DescribeDataIngestionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/DescribeDatasetCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeDatasetCommand.ts
index 9b410bd29ad6..aebbcaba1744 100644
--- a/clients/client-lookoutequipment/src/commands/DescribeDatasetCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/DescribeDatasetCommand.ts
@@ -148,4 +148,16 @@ export class DescribeDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDatasetCommand)
.de(de_DescribeDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDatasetRequest;
+ output: DescribeDatasetResponse;
+ };
+ sdk: {
+ input: DescribeDatasetCommandInput;
+ output: DescribeDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/DescribeInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeInferenceSchedulerCommand.ts
index 5a57cf341e03..687864deaa7b 100644
--- a/clients/client-lookoutequipment/src/commands/DescribeInferenceSchedulerCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/DescribeInferenceSchedulerCommand.ts
@@ -126,4 +126,16 @@ export class DescribeInferenceSchedulerCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeInferenceSchedulerCommand)
.de(de_DescribeInferenceSchedulerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeInferenceSchedulerRequest;
+ output: DescribeInferenceSchedulerResponse;
+ };
+ sdk: {
+ input: DescribeInferenceSchedulerCommandInput;
+ output: DescribeInferenceSchedulerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/DescribeLabelCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeLabelCommand.ts
index 84567fbfdbaa..a969f409a978 100644
--- a/clients/client-lookoutequipment/src/commands/DescribeLabelCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/DescribeLabelCommand.ts
@@ -106,4 +106,16 @@ export class DescribeLabelCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLabelCommand)
.de(de_DescribeLabelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLabelRequest;
+ output: DescribeLabelResponse;
+ };
+ sdk: {
+ input: DescribeLabelCommandInput;
+ output: DescribeLabelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/DescribeLabelGroupCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeLabelGroupCommand.ts
index 8ad6f964cc21..896e26a5d4f7 100644
--- a/clients/client-lookoutequipment/src/commands/DescribeLabelGroupCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/DescribeLabelGroupCommand.ts
@@ -102,4 +102,16 @@ export class DescribeLabelGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeLabelGroupCommand)
.de(de_DescribeLabelGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeLabelGroupRequest;
+ output: DescribeLabelGroupResponse;
+ };
+ sdk: {
+ input: DescribeLabelGroupCommandInput;
+ output: DescribeLabelGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/DescribeModelCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeModelCommand.ts
index 99093e16eb68..1b52537bd531 100644
--- a/clients/client-lookoutequipment/src/commands/DescribeModelCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/DescribeModelCommand.ts
@@ -153,4 +153,16 @@ export class DescribeModelCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeModelCommand)
.de(de_DescribeModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeModelRequest;
+ output: DescribeModelResponse;
+ };
+ sdk: {
+ input: DescribeModelCommandInput;
+ output: DescribeModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/DescribeModelVersionCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeModelVersionCommand.ts
index 86b1b9bac1f4..23f5801794cc 100644
--- a/clients/client-lookoutequipment/src/commands/DescribeModelVersionCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/DescribeModelVersionCommand.ts
@@ -148,4 +148,16 @@ export class DescribeModelVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeModelVersionCommand)
.de(de_DescribeModelVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeModelVersionRequest;
+ output: DescribeModelVersionResponse;
+ };
+ sdk: {
+ input: DescribeModelVersionCommandInput;
+ output: DescribeModelVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/DescribeResourcePolicyCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeResourcePolicyCommand.ts
index 31eb6814e96f..b6f43f25cb21 100644
--- a/clients/client-lookoutequipment/src/commands/DescribeResourcePolicyCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/DescribeResourcePolicyCommand.ts
@@ -99,4 +99,16 @@ export class DescribeResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeResourcePolicyCommand)
.de(de_DescribeResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeResourcePolicyRequest;
+ output: DescribeResourcePolicyResponse;
+ };
+ sdk: {
+ input: DescribeResourcePolicyCommandInput;
+ output: DescribeResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/DescribeRetrainingSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeRetrainingSchedulerCommand.ts
index 11c761dc0f29..5329fd7de0d3 100644
--- a/clients/client-lookoutequipment/src/commands/DescribeRetrainingSchedulerCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/DescribeRetrainingSchedulerCommand.ts
@@ -131,4 +131,16 @@ export class DescribeRetrainingSchedulerCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeRetrainingSchedulerCommand)
.de(de_DescribeRetrainingSchedulerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeRetrainingSchedulerRequest;
+ output: DescribeRetrainingSchedulerResponse;
+ };
+ sdk: {
+ input: DescribeRetrainingSchedulerCommandInput;
+ output: DescribeRetrainingSchedulerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/ImportDatasetCommand.ts b/clients/client-lookoutequipment/src/commands/ImportDatasetCommand.ts
index e9b9e401baf7..373e9dd46fc9 100644
--- a/clients/client-lookoutequipment/src/commands/ImportDatasetCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/ImportDatasetCommand.ts
@@ -115,4 +115,16 @@ export class ImportDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportDatasetCommand)
.de(de_ImportDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportDatasetRequest;
+ output: ImportDatasetResponse;
+ };
+ sdk: {
+ input: ImportDatasetCommandInput;
+ output: ImportDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/ImportModelVersionCommand.ts b/clients/client-lookoutequipment/src/commands/ImportModelVersionCommand.ts
index 7e6e4e62b282..f5f363eaae2b 100644
--- a/clients/client-lookoutequipment/src/commands/ImportModelVersionCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/ImportModelVersionCommand.ts
@@ -126,4 +126,16 @@ export class ImportModelVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_ImportModelVersionCommand)
.de(de_ImportModelVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ImportModelVersionRequest;
+ output: ImportModelVersionResponse;
+ };
+ sdk: {
+ input: ImportModelVersionCommandInput;
+ output: ImportModelVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/ListDataIngestionJobsCommand.ts b/clients/client-lookoutequipment/src/commands/ListDataIngestionJobsCommand.ts
index 4191e62a6cbf..57379374ebfe 100644
--- a/clients/client-lookoutequipment/src/commands/ListDataIngestionJobsCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/ListDataIngestionJobsCommand.ts
@@ -111,4 +111,16 @@ export class ListDataIngestionJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDataIngestionJobsCommand)
.de(de_ListDataIngestionJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataIngestionJobsRequest;
+ output: ListDataIngestionJobsResponse;
+ };
+ sdk: {
+ input: ListDataIngestionJobsCommandInput;
+ output: ListDataIngestionJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/ListDatasetsCommand.ts b/clients/client-lookoutequipment/src/commands/ListDatasetsCommand.ts
index c5ab7489e8c3..6f960d790ee6 100644
--- a/clients/client-lookoutequipment/src/commands/ListDatasetsCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/ListDatasetsCommand.ts
@@ -103,4 +103,16 @@ export class ListDatasetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDatasetsCommand)
.de(de_ListDatasetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDatasetsRequest;
+ output: ListDatasetsResponse;
+ };
+ sdk: {
+ input: ListDatasetsCommandInput;
+ output: ListDatasetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/ListInferenceEventsCommand.ts b/clients/client-lookoutequipment/src/commands/ListInferenceEventsCommand.ts
index 622c03b54941..bfbec7bbc925 100644
--- a/clients/client-lookoutequipment/src/commands/ListInferenceEventsCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/ListInferenceEventsCommand.ts
@@ -111,4 +111,16 @@ export class ListInferenceEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInferenceEventsCommand)
.de(de_ListInferenceEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInferenceEventsRequest;
+ output: ListInferenceEventsResponse;
+ };
+ sdk: {
+ input: ListInferenceEventsCommandInput;
+ output: ListInferenceEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/ListInferenceExecutionsCommand.ts b/clients/client-lookoutequipment/src/commands/ListInferenceExecutionsCommand.ts
index 6f8dad80215b..82aa14062e94 100644
--- a/clients/client-lookoutequipment/src/commands/ListInferenceExecutionsCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/ListInferenceExecutionsCommand.ts
@@ -139,4 +139,16 @@ export class ListInferenceExecutionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInferenceExecutionsCommand)
.de(de_ListInferenceExecutionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInferenceExecutionsRequest;
+ output: ListInferenceExecutionsResponse;
+ };
+ sdk: {
+ input: ListInferenceExecutionsCommandInput;
+ output: ListInferenceExecutionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/ListInferenceSchedulersCommand.ts b/clients/client-lookoutequipment/src/commands/ListInferenceSchedulersCommand.ts
index 9a0f258a8897..97b6badefca7 100644
--- a/clients/client-lookoutequipment/src/commands/ListInferenceSchedulersCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/ListInferenceSchedulersCommand.ts
@@ -109,4 +109,16 @@ export class ListInferenceSchedulersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInferenceSchedulersCommand)
.de(de_ListInferenceSchedulersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInferenceSchedulersRequest;
+ output: ListInferenceSchedulersResponse;
+ };
+ sdk: {
+ input: ListInferenceSchedulersCommandInput;
+ output: ListInferenceSchedulersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/ListLabelGroupsCommand.ts b/clients/client-lookoutequipment/src/commands/ListLabelGroupsCommand.ts
index 30653efdbdea..c0f402c6ad98 100644
--- a/clients/client-lookoutequipment/src/commands/ListLabelGroupsCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/ListLabelGroupsCommand.ts
@@ -102,4 +102,16 @@ export class ListLabelGroupsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLabelGroupsCommand)
.de(de_ListLabelGroupsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLabelGroupsRequest;
+ output: ListLabelGroupsResponse;
+ };
+ sdk: {
+ input: ListLabelGroupsCommandInput;
+ output: ListLabelGroupsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/ListLabelsCommand.ts b/clients/client-lookoutequipment/src/commands/ListLabelsCommand.ts
index c14f2710f66e..21c5076b1861 100644
--- a/clients/client-lookoutequipment/src/commands/ListLabelsCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/ListLabelsCommand.ts
@@ -111,4 +111,16 @@ export class ListLabelsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListLabelsCommand)
.de(de_ListLabelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListLabelsRequest;
+ output: ListLabelsResponse;
+ };
+ sdk: {
+ input: ListLabelsCommandInput;
+ output: ListLabelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/ListModelVersionsCommand.ts b/clients/client-lookoutequipment/src/commands/ListModelVersionsCommand.ts
index f13cca520001..c5865d927e42 100644
--- a/clients/client-lookoutequipment/src/commands/ListModelVersionsCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/ListModelVersionsCommand.ts
@@ -118,4 +118,16 @@ export class ListModelVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListModelVersionsCommand)
.de(de_ListModelVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListModelVersionsRequest;
+ output: ListModelVersionsResponse;
+ };
+ sdk: {
+ input: ListModelVersionsCommandInput;
+ output: ListModelVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/ListModelsCommand.ts b/clients/client-lookoutequipment/src/commands/ListModelsCommand.ts
index a399916904eb..4eaaf2da7684 100644
--- a/clients/client-lookoutequipment/src/commands/ListModelsCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/ListModelsCommand.ts
@@ -122,4 +122,16 @@ export class ListModelsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListModelsCommand)
.de(de_ListModelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListModelsRequest;
+ output: ListModelsResponse;
+ };
+ sdk: {
+ input: ListModelsCommandInput;
+ output: ListModelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/ListRetrainingSchedulersCommand.ts b/clients/client-lookoutequipment/src/commands/ListRetrainingSchedulersCommand.ts
index 9a4c780a92df..1bc10432d884 100644
--- a/clients/client-lookoutequipment/src/commands/ListRetrainingSchedulersCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/ListRetrainingSchedulersCommand.ts
@@ -147,4 +147,16 @@ export class ListRetrainingSchedulersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRetrainingSchedulersCommand)
.de(de_ListRetrainingSchedulersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRetrainingSchedulersRequest;
+ output: ListRetrainingSchedulersResponse;
+ };
+ sdk: {
+ input: ListRetrainingSchedulersCommandInput;
+ output: ListRetrainingSchedulersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/ListSensorStatisticsCommand.ts b/clients/client-lookoutequipment/src/commands/ListSensorStatisticsCommand.ts
index 436e4f04732b..f91d905f0233 100644
--- a/clients/client-lookoutequipment/src/commands/ListSensorStatisticsCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/ListSensorStatisticsCommand.ts
@@ -142,4 +142,16 @@ export class ListSensorStatisticsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSensorStatisticsCommand)
.de(de_ListSensorStatisticsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSensorStatisticsRequest;
+ output: ListSensorStatisticsResponse;
+ };
+ sdk: {
+ input: ListSensorStatisticsCommandInput;
+ output: ListSensorStatisticsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/ListTagsForResourceCommand.ts b/clients/client-lookoutequipment/src/commands/ListTagsForResourceCommand.ts
index 2df76b7634c2..cb3753a91294 100644
--- a/clients/client-lookoutequipment/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/ListTagsForResourceCommand.ts
@@ -101,4 +101,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/PutResourcePolicyCommand.ts b/clients/client-lookoutequipment/src/commands/PutResourcePolicyCommand.ts
index 3f5f802e089a..88de12d0db1b 100644
--- a/clients/client-lookoutequipment/src/commands/PutResourcePolicyCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/PutResourcePolicyCommand.ts
@@ -107,4 +107,16 @@ export class PutResourcePolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_PutResourcePolicyCommand)
.de(de_PutResourcePolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutResourcePolicyRequest;
+ output: PutResourcePolicyResponse;
+ };
+ sdk: {
+ input: PutResourcePolicyCommandInput;
+ output: PutResourcePolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/StartDataIngestionJobCommand.ts b/clients/client-lookoutequipment/src/commands/StartDataIngestionJobCommand.ts
index 375fb6e23fbc..01e3d95b50e5 100644
--- a/clients/client-lookoutequipment/src/commands/StartDataIngestionJobCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/StartDataIngestionJobCommand.ts
@@ -113,4 +113,16 @@ export class StartDataIngestionJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartDataIngestionJobCommand)
.de(de_StartDataIngestionJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartDataIngestionJobRequest;
+ output: StartDataIngestionJobResponse;
+ };
+ sdk: {
+ input: StartDataIngestionJobCommandInput;
+ output: StartDataIngestionJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/StartInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/StartInferenceSchedulerCommand.ts
index 591999e2744f..4e1631d1314b 100644
--- a/clients/client-lookoutequipment/src/commands/StartInferenceSchedulerCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/StartInferenceSchedulerCommand.ts
@@ -104,4 +104,16 @@ export class StartInferenceSchedulerCommand extends $Command
.f(void 0, void 0)
.ser(se_StartInferenceSchedulerCommand)
.de(de_StartInferenceSchedulerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartInferenceSchedulerRequest;
+ output: StartInferenceSchedulerResponse;
+ };
+ sdk: {
+ input: StartInferenceSchedulerCommandInput;
+ output: StartInferenceSchedulerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/StartRetrainingSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/StartRetrainingSchedulerCommand.ts
index 8933aa65ee65..e4987aaffd5b 100644
--- a/clients/client-lookoutequipment/src/commands/StartRetrainingSchedulerCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/StartRetrainingSchedulerCommand.ts
@@ -120,4 +120,16 @@ export class StartRetrainingSchedulerCommand extends $Command
.f(void 0, void 0)
.ser(se_StartRetrainingSchedulerCommand)
.de(de_StartRetrainingSchedulerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartRetrainingSchedulerRequest;
+ output: StartRetrainingSchedulerResponse;
+ };
+ sdk: {
+ input: StartRetrainingSchedulerCommandInput;
+ output: StartRetrainingSchedulerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/StopInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/StopInferenceSchedulerCommand.ts
index 2e1c621f3e47..e27129525068 100644
--- a/clients/client-lookoutequipment/src/commands/StopInferenceSchedulerCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/StopInferenceSchedulerCommand.ts
@@ -104,4 +104,16 @@ export class StopInferenceSchedulerCommand extends $Command
.f(void 0, void 0)
.ser(se_StopInferenceSchedulerCommand)
.de(de_StopInferenceSchedulerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopInferenceSchedulerRequest;
+ output: StopInferenceSchedulerResponse;
+ };
+ sdk: {
+ input: StopInferenceSchedulerCommandInput;
+ output: StopInferenceSchedulerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/StopRetrainingSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/StopRetrainingSchedulerCommand.ts
index 28618096ec73..37eef898c2ab 100644
--- a/clients/client-lookoutequipment/src/commands/StopRetrainingSchedulerCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/StopRetrainingSchedulerCommand.ts
@@ -120,4 +120,16 @@ export class StopRetrainingSchedulerCommand extends $Command
.f(void 0, void 0)
.ser(se_StopRetrainingSchedulerCommand)
.de(de_StopRetrainingSchedulerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopRetrainingSchedulerRequest;
+ output: StopRetrainingSchedulerResponse;
+ };
+ sdk: {
+ input: StopRetrainingSchedulerCommandInput;
+ output: StopRetrainingSchedulerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/TagResourceCommand.ts b/clients/client-lookoutequipment/src/commands/TagResourceCommand.ts
index c9508fb87a76..54b246e9de6d 100644
--- a/clients/client-lookoutequipment/src/commands/TagResourceCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/TagResourceCommand.ts
@@ -107,4 +107,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/UntagResourceCommand.ts b/clients/client-lookoutequipment/src/commands/UntagResourceCommand.ts
index 5f24733683d8..e4e4a83d47ae 100644
--- a/clients/client-lookoutequipment/src/commands/UntagResourceCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/UntagResourceCommand.ts
@@ -97,4 +97,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/UpdateActiveModelVersionCommand.ts b/clients/client-lookoutequipment/src/commands/UpdateActiveModelVersionCommand.ts
index f04c0bcbfa6f..8291cf211602 100644
--- a/clients/client-lookoutequipment/src/commands/UpdateActiveModelVersionCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/UpdateActiveModelVersionCommand.ts
@@ -106,4 +106,16 @@ export class UpdateActiveModelVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateActiveModelVersionCommand)
.de(de_UpdateActiveModelVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateActiveModelVersionRequest;
+ output: UpdateActiveModelVersionResponse;
+ };
+ sdk: {
+ input: UpdateActiveModelVersionCommandInput;
+ output: UpdateActiveModelVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/UpdateInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/UpdateInferenceSchedulerCommand.ts
index 5fe5f3889236..88ece5725b4a 100644
--- a/clients/client-lookoutequipment/src/commands/UpdateInferenceSchedulerCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/UpdateInferenceSchedulerCommand.ts
@@ -119,4 +119,16 @@ export class UpdateInferenceSchedulerCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateInferenceSchedulerCommand)
.de(de_UpdateInferenceSchedulerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateInferenceSchedulerRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateInferenceSchedulerCommandInput;
+ output: UpdateInferenceSchedulerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/UpdateLabelGroupCommand.ts b/clients/client-lookoutequipment/src/commands/UpdateLabelGroupCommand.ts
index 2812f0955c03..af8e036f5181 100644
--- a/clients/client-lookoutequipment/src/commands/UpdateLabelGroupCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/UpdateLabelGroupCommand.ts
@@ -101,4 +101,16 @@ export class UpdateLabelGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateLabelGroupCommand)
.de(de_UpdateLabelGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateLabelGroupRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateLabelGroupCommandInput;
+ output: UpdateLabelGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/UpdateModelCommand.ts b/clients/client-lookoutequipment/src/commands/UpdateModelCommand.ts
index 4c1185e9f730..49bad685cc76 100644
--- a/clients/client-lookoutequipment/src/commands/UpdateModelCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/UpdateModelCommand.ts
@@ -127,4 +127,16 @@ export class UpdateModelCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateModelCommand)
.de(de_UpdateModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateModelRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateModelCommandInput;
+ output: UpdateModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutequipment/src/commands/UpdateRetrainingSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/UpdateRetrainingSchedulerCommand.ts
index caef9de3f3c5..b87b4f95e823 100644
--- a/clients/client-lookoutequipment/src/commands/UpdateRetrainingSchedulerCommand.ts
+++ b/clients/client-lookoutequipment/src/commands/UpdateRetrainingSchedulerCommand.ts
@@ -115,4 +115,16 @@ export class UpdateRetrainingSchedulerCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRetrainingSchedulerCommand)
.de(de_UpdateRetrainingSchedulerCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRetrainingSchedulerRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateRetrainingSchedulerCommandInput;
+ output: UpdateRetrainingSchedulerCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/package.json b/clients/client-lookoutmetrics/package.json
index 2e679600e33c..48d0e51e19e4 100644
--- a/clients/client-lookoutmetrics/package.json
+++ b/clients/client-lookoutmetrics/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-lookoutmetrics/src/commands/ActivateAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/ActivateAnomalyDetectorCommand.ts
index 9336d55e72ed..81745ec2c3b2 100644
--- a/clients/client-lookoutmetrics/src/commands/ActivateAnomalyDetectorCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/ActivateAnomalyDetectorCommand.ts
@@ -94,4 +94,16 @@ export class ActivateAnomalyDetectorCommand extends $Command
.f(void 0, void 0)
.ser(se_ActivateAnomalyDetectorCommand)
.de(de_ActivateAnomalyDetectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ActivateAnomalyDetectorRequest;
+ output: {};
+ };
+ sdk: {
+ input: ActivateAnomalyDetectorCommandInput;
+ output: ActivateAnomalyDetectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/BackTestAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/BackTestAnomalyDetectorCommand.ts
index cc9b1f6e4c47..9cfe47700e9d 100644
--- a/clients/client-lookoutmetrics/src/commands/BackTestAnomalyDetectorCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/BackTestAnomalyDetectorCommand.ts
@@ -91,4 +91,16 @@ export class BackTestAnomalyDetectorCommand extends $Command
.f(void 0, void 0)
.ser(se_BackTestAnomalyDetectorCommand)
.de(de_BackTestAnomalyDetectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BackTestAnomalyDetectorRequest;
+ output: {};
+ };
+ sdk: {
+ input: BackTestAnomalyDetectorCommandInput;
+ output: BackTestAnomalyDetectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/CreateAlertCommand.ts b/clients/client-lookoutmetrics/src/commands/CreateAlertCommand.ts
index f5cec2901676..3a83d7c1d359 100644
--- a/clients/client-lookoutmetrics/src/commands/CreateAlertCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/CreateAlertCommand.ts
@@ -129,4 +129,16 @@ export class CreateAlertCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAlertCommand)
.de(de_CreateAlertCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAlertRequest;
+ output: CreateAlertResponse;
+ };
+ sdk: {
+ input: CreateAlertCommandInput;
+ output: CreateAlertCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/CreateAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/CreateAnomalyDetectorCommand.ts
index 7f89b6fb26af..887938759048 100644
--- a/clients/client-lookoutmetrics/src/commands/CreateAnomalyDetectorCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/CreateAnomalyDetectorCommand.ts
@@ -104,4 +104,16 @@ export class CreateAnomalyDetectorCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAnomalyDetectorCommand)
.de(de_CreateAnomalyDetectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAnomalyDetectorRequest;
+ output: CreateAnomalyDetectorResponse;
+ };
+ sdk: {
+ input: CreateAnomalyDetectorCommandInput;
+ output: CreateAnomalyDetectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/CreateMetricSetCommand.ts b/clients/client-lookoutmetrics/src/commands/CreateMetricSetCommand.ts
index ae9cd2ec3a47..64eef5530792 100644
--- a/clients/client-lookoutmetrics/src/commands/CreateMetricSetCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/CreateMetricSetCommand.ts
@@ -214,4 +214,16 @@ export class CreateMetricSetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateMetricSetCommand)
.de(de_CreateMetricSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMetricSetRequest;
+ output: CreateMetricSetResponse;
+ };
+ sdk: {
+ input: CreateMetricSetCommandInput;
+ output: CreateMetricSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/DeactivateAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/DeactivateAnomalyDetectorCommand.ts
index 9e7f838fa87e..4d80ebc9e799 100644
--- a/clients/client-lookoutmetrics/src/commands/DeactivateAnomalyDetectorCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/DeactivateAnomalyDetectorCommand.ts
@@ -94,4 +94,16 @@ export class DeactivateAnomalyDetectorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeactivateAnomalyDetectorCommand)
.de(de_DeactivateAnomalyDetectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeactivateAnomalyDetectorRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeactivateAnomalyDetectorCommandInput;
+ output: DeactivateAnomalyDetectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/DeleteAlertCommand.ts b/clients/client-lookoutmetrics/src/commands/DeleteAlertCommand.ts
index 9cedf0e1e8d4..9c74bcde2252 100644
--- a/clients/client-lookoutmetrics/src/commands/DeleteAlertCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/DeleteAlertCommand.ts
@@ -91,4 +91,16 @@ export class DeleteAlertCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAlertCommand)
.de(de_DeleteAlertCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAlertRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAlertCommandInput;
+ output: DeleteAlertCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/DeleteAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/DeleteAnomalyDetectorCommand.ts
index 7b2fa7ac44bc..baf7faab406b 100644
--- a/clients/client-lookoutmetrics/src/commands/DeleteAnomalyDetectorCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/DeleteAnomalyDetectorCommand.ts
@@ -95,4 +95,16 @@ export class DeleteAnomalyDetectorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAnomalyDetectorCommand)
.de(de_DeleteAnomalyDetectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAnomalyDetectorRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAnomalyDetectorCommandInput;
+ output: DeleteAnomalyDetectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/DescribeAlertCommand.ts b/clients/client-lookoutmetrics/src/commands/DescribeAlertCommand.ts
index 71046cc73390..96a1fbc7d658 100644
--- a/clients/client-lookoutmetrics/src/commands/DescribeAlertCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/DescribeAlertCommand.ts
@@ -129,4 +129,16 @@ export class DescribeAlertCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAlertCommand)
.de(de_DescribeAlertCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAlertRequest;
+ output: DescribeAlertResponse;
+ };
+ sdk: {
+ input: DescribeAlertCommandInput;
+ output: DescribeAlertCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectionExecutionsCommand.ts b/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectionExecutionsCommand.ts
index 24074da67fb6..0a79c7fe1f93 100644
--- a/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectionExecutionsCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectionExecutionsCommand.ts
@@ -111,4 +111,16 @@ export class DescribeAnomalyDetectionExecutionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAnomalyDetectionExecutionsCommand)
.de(de_DescribeAnomalyDetectionExecutionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAnomalyDetectionExecutionsRequest;
+ output: DescribeAnomalyDetectionExecutionsResponse;
+ };
+ sdk: {
+ input: DescribeAnomalyDetectionExecutionsCommandInput;
+ output: DescribeAnomalyDetectionExecutionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectorCommand.ts
index 8d14b65428b1..4b8e795aee95 100644
--- a/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectorCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectorCommand.ts
@@ -106,4 +106,16 @@ export class DescribeAnomalyDetectorCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeAnomalyDetectorCommand)
.de(de_DescribeAnomalyDetectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeAnomalyDetectorRequest;
+ output: DescribeAnomalyDetectorResponse;
+ };
+ sdk: {
+ input: DescribeAnomalyDetectorCommandInput;
+ output: DescribeAnomalyDetectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/DescribeMetricSetCommand.ts b/clients/client-lookoutmetrics/src/commands/DescribeMetricSetCommand.ts
index 2f95f55fdc54..68b7faa11a13 100644
--- a/clients/client-lookoutmetrics/src/commands/DescribeMetricSetCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/DescribeMetricSetCommand.ts
@@ -210,4 +210,16 @@ export class DescribeMetricSetCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeMetricSetCommand)
.de(de_DescribeMetricSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeMetricSetRequest;
+ output: DescribeMetricSetResponse;
+ };
+ sdk: {
+ input: DescribeMetricSetCommandInput;
+ output: DescribeMetricSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/DetectMetricSetConfigCommand.ts b/clients/client-lookoutmetrics/src/commands/DetectMetricSetConfigCommand.ts
index 984d7a12d5a8..b5bdf453e247 100644
--- a/clients/client-lookoutmetrics/src/commands/DetectMetricSetConfigCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/DetectMetricSetConfigCommand.ts
@@ -209,4 +209,16 @@ export class DetectMetricSetConfigCommand extends $Command
.f(void 0, void 0)
.ser(se_DetectMetricSetConfigCommand)
.de(de_DetectMetricSetConfigCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetectMetricSetConfigRequest;
+ output: DetectMetricSetConfigResponse;
+ };
+ sdk: {
+ input: DetectMetricSetConfigCommandInput;
+ output: DetectMetricSetConfigCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/GetAnomalyGroupCommand.ts b/clients/client-lookoutmetrics/src/commands/GetAnomalyGroupCommand.ts
index 66d61a26a0a5..da26b88eb460 100644
--- a/clients/client-lookoutmetrics/src/commands/GetAnomalyGroupCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/GetAnomalyGroupCommand.ts
@@ -119,4 +119,16 @@ export class GetAnomalyGroupCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAnomalyGroupCommand)
.de(de_GetAnomalyGroupCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAnomalyGroupRequest;
+ output: GetAnomalyGroupResponse;
+ };
+ sdk: {
+ input: GetAnomalyGroupCommandInput;
+ output: GetAnomalyGroupCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/GetDataQualityMetricsCommand.ts b/clients/client-lookoutmetrics/src/commands/GetDataQualityMetricsCommand.ts
index 84848dcd5064..4001e2056b0f 100644
--- a/clients/client-lookoutmetrics/src/commands/GetDataQualityMetricsCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/GetDataQualityMetricsCommand.ts
@@ -111,4 +111,16 @@ export class GetDataQualityMetricsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataQualityMetricsCommand)
.de(de_GetDataQualityMetricsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataQualityMetricsRequest;
+ output: GetDataQualityMetricsResponse;
+ };
+ sdk: {
+ input: GetDataQualityMetricsCommandInput;
+ output: GetDataQualityMetricsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/GetFeedbackCommand.ts b/clients/client-lookoutmetrics/src/commands/GetFeedbackCommand.ts
index a9f8b6e1b7dd..220df58e00d0 100644
--- a/clients/client-lookoutmetrics/src/commands/GetFeedbackCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/GetFeedbackCommand.ts
@@ -105,4 +105,16 @@ export class GetFeedbackCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFeedbackCommand)
.de(de_GetFeedbackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFeedbackRequest;
+ output: GetFeedbackResponse;
+ };
+ sdk: {
+ input: GetFeedbackCommandInput;
+ output: GetFeedbackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/GetSampleDataCommand.ts b/clients/client-lookoutmetrics/src/commands/GetSampleDataCommand.ts
index 4fc888bc3e66..4b5e366454ae 100644
--- a/clients/client-lookoutmetrics/src/commands/GetSampleDataCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/GetSampleDataCommand.ts
@@ -124,4 +124,16 @@ export class GetSampleDataCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSampleDataCommand)
.de(de_GetSampleDataCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSampleDataRequest;
+ output: GetSampleDataResponse;
+ };
+ sdk: {
+ input: GetSampleDataCommandInput;
+ output: GetSampleDataCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/ListAlertsCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAlertsCommand.ts
index 28eb415c5d59..79cadb906657 100644
--- a/clients/client-lookoutmetrics/src/commands/ListAlertsCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/ListAlertsCommand.ts
@@ -112,4 +112,16 @@ export class ListAlertsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAlertsCommand)
.de(de_ListAlertsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAlertsRequest;
+ output: ListAlertsResponse;
+ };
+ sdk: {
+ input: ListAlertsCommandInput;
+ output: ListAlertsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/ListAnomalyDetectorsCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAnomalyDetectorsCommand.ts
index 0f568e76bbdf..38b6dfaf0f56 100644
--- a/clients/client-lookoutmetrics/src/commands/ListAnomalyDetectorsCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/ListAnomalyDetectorsCommand.ts
@@ -109,4 +109,16 @@ export class ListAnomalyDetectorsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAnomalyDetectorsCommand)
.de(de_ListAnomalyDetectorsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAnomalyDetectorsRequest;
+ output: ListAnomalyDetectorsResponse;
+ };
+ sdk: {
+ input: ListAnomalyDetectorsCommandInput;
+ output: ListAnomalyDetectorsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupRelatedMetricsCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupRelatedMetricsCommand.ts
index f42a490caade..bedd1a13fc55 100644
--- a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupRelatedMetricsCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupRelatedMetricsCommand.ts
@@ -111,4 +111,16 @@ export class ListAnomalyGroupRelatedMetricsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAnomalyGroupRelatedMetricsCommand)
.de(de_ListAnomalyGroupRelatedMetricsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAnomalyGroupRelatedMetricsRequest;
+ output: ListAnomalyGroupRelatedMetricsResponse;
+ };
+ sdk: {
+ input: ListAnomalyGroupRelatedMetricsCommandInput;
+ output: ListAnomalyGroupRelatedMetricsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupSummariesCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupSummariesCommand.ts
index dc1daeab5336..c7437d4e8c3d 100644
--- a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupSummariesCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupSummariesCommand.ts
@@ -115,4 +115,16 @@ export class ListAnomalyGroupSummariesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAnomalyGroupSummariesCommand)
.de(de_ListAnomalyGroupSummariesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAnomalyGroupSummariesRequest;
+ output: ListAnomalyGroupSummariesResponse;
+ };
+ sdk: {
+ input: ListAnomalyGroupSummariesCommandInput;
+ output: ListAnomalyGroupSummariesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupTimeSeriesCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupTimeSeriesCommand.ts
index 5dc4cc5d1016..ddfba95e8201 100644
--- a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupTimeSeriesCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupTimeSeriesCommand.ts
@@ -116,4 +116,16 @@ export class ListAnomalyGroupTimeSeriesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAnomalyGroupTimeSeriesCommand)
.de(de_ListAnomalyGroupTimeSeriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAnomalyGroupTimeSeriesRequest;
+ output: ListAnomalyGroupTimeSeriesResponse;
+ };
+ sdk: {
+ input: ListAnomalyGroupTimeSeriesCommandInput;
+ output: ListAnomalyGroupTimeSeriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/ListMetricSetsCommand.ts b/clients/client-lookoutmetrics/src/commands/ListMetricSetsCommand.ts
index 1d92bd795009..fa06be35beff 100644
--- a/clients/client-lookoutmetrics/src/commands/ListMetricSetsCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/ListMetricSetsCommand.ts
@@ -110,4 +110,16 @@ export class ListMetricSetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMetricSetsCommand)
.de(de_ListMetricSetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMetricSetsRequest;
+ output: ListMetricSetsResponse;
+ };
+ sdk: {
+ input: ListMetricSetsCommandInput;
+ output: ListMetricSetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/ListTagsForResourceCommand.ts b/clients/client-lookoutmetrics/src/commands/ListTagsForResourceCommand.ts
index 86ccda9599e6..1d0f2b8bcd11 100644
--- a/clients/client-lookoutmetrics/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/ListTagsForResourceCommand.ts
@@ -89,4 +89,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/PutFeedbackCommand.ts b/clients/client-lookoutmetrics/src/commands/PutFeedbackCommand.ts
index 2b12a4c2ea29..8ed4c0fcf402 100644
--- a/clients/client-lookoutmetrics/src/commands/PutFeedbackCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/PutFeedbackCommand.ts
@@ -96,4 +96,16 @@ export class PutFeedbackCommand extends $Command
.f(void 0, void 0)
.ser(se_PutFeedbackCommand)
.de(de_PutFeedbackCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutFeedbackRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutFeedbackCommandInput;
+ output: PutFeedbackCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/TagResourceCommand.ts b/clients/client-lookoutmetrics/src/commands/TagResourceCommand.ts
index 7136a378124a..460fac6da0b7 100644
--- a/clients/client-lookoutmetrics/src/commands/TagResourceCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/TagResourceCommand.ts
@@ -88,4 +88,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/UntagResourceCommand.ts b/clients/client-lookoutmetrics/src/commands/UntagResourceCommand.ts
index 4c83723fb7f3..5f08d2f4f08e 100644
--- a/clients/client-lookoutmetrics/src/commands/UntagResourceCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/UntagResourceCommand.ts
@@ -88,4 +88,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/UpdateAlertCommand.ts b/clients/client-lookoutmetrics/src/commands/UpdateAlertCommand.ts
index 3a2d1149fbeb..7c3bea86280e 100644
--- a/clients/client-lookoutmetrics/src/commands/UpdateAlertCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/UpdateAlertCommand.ts
@@ -119,4 +119,16 @@ export class UpdateAlertCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAlertCommand)
.de(de_UpdateAlertCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAlertRequest;
+ output: UpdateAlertResponse;
+ };
+ sdk: {
+ input: UpdateAlertCommandInput;
+ output: UpdateAlertCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/UpdateAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/UpdateAnomalyDetectorCommand.ts
index aa0ad3253728..da11d681bcf4 100644
--- a/clients/client-lookoutmetrics/src/commands/UpdateAnomalyDetectorCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/UpdateAnomalyDetectorCommand.ts
@@ -98,4 +98,16 @@ export class UpdateAnomalyDetectorCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAnomalyDetectorCommand)
.de(de_UpdateAnomalyDetectorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAnomalyDetectorRequest;
+ output: UpdateAnomalyDetectorResponse;
+ };
+ sdk: {
+ input: UpdateAnomalyDetectorCommandInput;
+ output: UpdateAnomalyDetectorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutmetrics/src/commands/UpdateMetricSetCommand.ts b/clients/client-lookoutmetrics/src/commands/UpdateMetricSetCommand.ts
index cb29256735cd..b2a53de2b366 100644
--- a/clients/client-lookoutmetrics/src/commands/UpdateMetricSetCommand.ts
+++ b/clients/client-lookoutmetrics/src/commands/UpdateMetricSetCommand.ts
@@ -206,4 +206,16 @@ export class UpdateMetricSetCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateMetricSetCommand)
.de(de_UpdateMetricSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMetricSetRequest;
+ output: UpdateMetricSetResponse;
+ };
+ sdk: {
+ input: UpdateMetricSetCommandInput;
+ output: UpdateMetricSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutvision/package.json b/clients/client-lookoutvision/package.json
index 488198476094..f9582f4cb75f 100644
--- a/clients/client-lookoutvision/package.json
+++ b/clients/client-lookoutvision/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-lookoutvision/src/commands/CreateDatasetCommand.ts b/clients/client-lookoutvision/src/commands/CreateDatasetCommand.ts
index bc7f5523110a..57014e7e8f6f 100644
--- a/clients/client-lookoutvision/src/commands/CreateDatasetCommand.ts
+++ b/clients/client-lookoutvision/src/commands/CreateDatasetCommand.ts
@@ -125,4 +125,16 @@ export class CreateDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDatasetCommand)
.de(de_CreateDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDatasetRequest;
+ output: CreateDatasetResponse;
+ };
+ sdk: {
+ input: CreateDatasetCommandInput;
+ output: CreateDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutvision/src/commands/CreateModelCommand.ts b/clients/client-lookoutvision/src/commands/CreateModelCommand.ts
index 57bbf5c5cdad..5179044b2483 100644
--- a/clients/client-lookoutvision/src/commands/CreateModelCommand.ts
+++ b/clients/client-lookoutvision/src/commands/CreateModelCommand.ts
@@ -140,4 +140,16 @@ export class CreateModelCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateModelCommand)
.de(de_CreateModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateModelRequest;
+ output: CreateModelResponse;
+ };
+ sdk: {
+ input: CreateModelCommandInput;
+ output: CreateModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutvision/src/commands/CreateProjectCommand.ts b/clients/client-lookoutvision/src/commands/CreateProjectCommand.ts
index 1ca6ae4657d0..726f58f5ab32 100644
--- a/clients/client-lookoutvision/src/commands/CreateProjectCommand.ts
+++ b/clients/client-lookoutvision/src/commands/CreateProjectCommand.ts
@@ -108,4 +108,16 @@ export class CreateProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateProjectCommand)
.de(de_CreateProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateProjectRequest;
+ output: CreateProjectResponse;
+ };
+ sdk: {
+ input: CreateProjectCommandInput;
+ output: CreateProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutvision/src/commands/DeleteDatasetCommand.ts b/clients/client-lookoutvision/src/commands/DeleteDatasetCommand.ts
index 6b9479faaa93..478aed8f8a0f 100644
--- a/clients/client-lookoutvision/src/commands/DeleteDatasetCommand.ts
+++ b/clients/client-lookoutvision/src/commands/DeleteDatasetCommand.ts
@@ -110,4 +110,16 @@ export class DeleteDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDatasetCommand)
.de(de_DeleteDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDatasetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteDatasetCommandInput;
+ output: DeleteDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutvision/src/commands/DeleteModelCommand.ts b/clients/client-lookoutvision/src/commands/DeleteModelCommand.ts
index 18126a8d51fd..4bb2c31e8a3d 100644
--- a/clients/client-lookoutvision/src/commands/DeleteModelCommand.ts
+++ b/clients/client-lookoutvision/src/commands/DeleteModelCommand.ts
@@ -105,4 +105,16 @@ export class DeleteModelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteModelCommand)
.de(de_DeleteModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteModelRequest;
+ output: DeleteModelResponse;
+ };
+ sdk: {
+ input: DeleteModelCommandInput;
+ output: DeleteModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutvision/src/commands/DeleteProjectCommand.ts b/clients/client-lookoutvision/src/commands/DeleteProjectCommand.ts
index ad4f1cf1bc9a..b0913fa48bfe 100644
--- a/clients/client-lookoutvision/src/commands/DeleteProjectCommand.ts
+++ b/clients/client-lookoutvision/src/commands/DeleteProjectCommand.ts
@@ -104,4 +104,16 @@ export class DeleteProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteProjectCommand)
.de(de_DeleteProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteProjectRequest;
+ output: DeleteProjectResponse;
+ };
+ sdk: {
+ input: DeleteProjectCommandInput;
+ output: DeleteProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutvision/src/commands/DescribeDatasetCommand.ts b/clients/client-lookoutvision/src/commands/DescribeDatasetCommand.ts
index 3721cccf2390..242c878fb32b 100644
--- a/clients/client-lookoutvision/src/commands/DescribeDatasetCommand.ts
+++ b/clients/client-lookoutvision/src/commands/DescribeDatasetCommand.ts
@@ -112,4 +112,16 @@ export class DescribeDatasetCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDatasetCommand)
.de(de_DescribeDatasetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDatasetRequest;
+ output: DescribeDatasetResponse;
+ };
+ sdk: {
+ input: DescribeDatasetCommandInput;
+ output: DescribeDatasetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutvision/src/commands/DescribeModelCommand.ts b/clients/client-lookoutvision/src/commands/DescribeModelCommand.ts
index d36a91e49e29..9a033b943229 100644
--- a/clients/client-lookoutvision/src/commands/DescribeModelCommand.ts
+++ b/clients/client-lookoutvision/src/commands/DescribeModelCommand.ts
@@ -129,4 +129,16 @@ export class DescribeModelCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeModelCommand)
.de(de_DescribeModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeModelRequest;
+ output: DescribeModelResponse;
+ };
+ sdk: {
+ input: DescribeModelCommandInput;
+ output: DescribeModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutvision/src/commands/DescribeModelPackagingJobCommand.ts b/clients/client-lookoutvision/src/commands/DescribeModelPackagingJobCommand.ts
index cb7f29fe4dda..94c9d68148e6 100644
--- a/clients/client-lookoutvision/src/commands/DescribeModelPackagingJobCommand.ts
+++ b/clients/client-lookoutvision/src/commands/DescribeModelPackagingJobCommand.ts
@@ -140,4 +140,16 @@ export class DescribeModelPackagingJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeModelPackagingJobCommand)
.de(de_DescribeModelPackagingJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeModelPackagingJobRequest;
+ output: DescribeModelPackagingJobResponse;
+ };
+ sdk: {
+ input: DescribeModelPackagingJobCommandInput;
+ output: DescribeModelPackagingJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutvision/src/commands/DescribeProjectCommand.ts b/clients/client-lookoutvision/src/commands/DescribeProjectCommand.ts
index 26e710e2091f..1416354017da 100644
--- a/clients/client-lookoutvision/src/commands/DescribeProjectCommand.ts
+++ b/clients/client-lookoutvision/src/commands/DescribeProjectCommand.ts
@@ -110,4 +110,16 @@ export class DescribeProjectCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeProjectCommand)
.de(de_DescribeProjectCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeProjectRequest;
+ output: DescribeProjectResponse;
+ };
+ sdk: {
+ input: DescribeProjectCommandInput;
+ output: DescribeProjectCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutvision/src/commands/DetectAnomaliesCommand.ts b/clients/client-lookoutvision/src/commands/DetectAnomaliesCommand.ts
index 4326b5230d99..d6ee3d0b73cf 100644
--- a/clients/client-lookoutvision/src/commands/DetectAnomaliesCommand.ts
+++ b/clients/client-lookoutvision/src/commands/DetectAnomaliesCommand.ts
@@ -134,4 +134,16 @@ export class DetectAnomaliesCommand extends $Command
.f(DetectAnomaliesRequestFilterSensitiveLog, void 0)
.ser(se_DetectAnomaliesCommand)
.de(de_DetectAnomaliesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DetectAnomaliesRequest;
+ output: DetectAnomaliesResponse;
+ };
+ sdk: {
+ input: DetectAnomaliesCommandInput;
+ output: DetectAnomaliesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutvision/src/commands/ListDatasetEntriesCommand.ts b/clients/client-lookoutvision/src/commands/ListDatasetEntriesCommand.ts
index f29f0785ea8c..26b8ae410455 100644
--- a/clients/client-lookoutvision/src/commands/ListDatasetEntriesCommand.ts
+++ b/clients/client-lookoutvision/src/commands/ListDatasetEntriesCommand.ts
@@ -110,4 +110,16 @@ export class ListDatasetEntriesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDatasetEntriesCommand)
.de(de_ListDatasetEntriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDatasetEntriesRequest;
+ output: ListDatasetEntriesResponse;
+ };
+ sdk: {
+ input: ListDatasetEntriesCommandInput;
+ output: ListDatasetEntriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutvision/src/commands/ListModelPackagingJobsCommand.ts b/clients/client-lookoutvision/src/commands/ListModelPackagingJobsCommand.ts
index 906dc544cfdb..d54dd88e1d65 100644
--- a/clients/client-lookoutvision/src/commands/ListModelPackagingJobsCommand.ts
+++ b/clients/client-lookoutvision/src/commands/ListModelPackagingJobsCommand.ts
@@ -115,4 +115,16 @@ export class ListModelPackagingJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListModelPackagingJobsCommand)
.de(de_ListModelPackagingJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListModelPackagingJobsRequest;
+ output: ListModelPackagingJobsResponse;
+ };
+ sdk: {
+ input: ListModelPackagingJobsCommandInput;
+ output: ListModelPackagingJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutvision/src/commands/ListModelsCommand.ts b/clients/client-lookoutvision/src/commands/ListModelsCommand.ts
index 5f4987e20261..a6986943cfc8 100644
--- a/clients/client-lookoutvision/src/commands/ListModelsCommand.ts
+++ b/clients/client-lookoutvision/src/commands/ListModelsCommand.ts
@@ -118,4 +118,16 @@ export class ListModelsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListModelsCommand)
.de(de_ListModelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListModelsRequest;
+ output: ListModelsResponse;
+ };
+ sdk: {
+ input: ListModelsCommandInput;
+ output: ListModelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutvision/src/commands/ListProjectsCommand.ts b/clients/client-lookoutvision/src/commands/ListProjectsCommand.ts
index 05a1ef5f6acd..8481ebdbc775 100644
--- a/clients/client-lookoutvision/src/commands/ListProjectsCommand.ts
+++ b/clients/client-lookoutvision/src/commands/ListProjectsCommand.ts
@@ -110,4 +110,16 @@ export class ListProjectsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListProjectsCommand)
.de(de_ListProjectsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListProjectsRequest;
+ output: ListProjectsResponse;
+ };
+ sdk: {
+ input: ListProjectsCommandInput;
+ output: ListProjectsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutvision/src/commands/ListTagsForResourceCommand.ts b/clients/client-lookoutvision/src/commands/ListTagsForResourceCommand.ts
index 83f1f4539af2..e7d61e43d103 100644
--- a/clients/client-lookoutvision/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-lookoutvision/src/commands/ListTagsForResourceCommand.ts
@@ -103,4 +103,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutvision/src/commands/StartModelCommand.ts b/clients/client-lookoutvision/src/commands/StartModelCommand.ts
index c87ce3406552..c86eba0908c9 100644
--- a/clients/client-lookoutvision/src/commands/StartModelCommand.ts
+++ b/clients/client-lookoutvision/src/commands/StartModelCommand.ts
@@ -114,4 +114,16 @@ export class StartModelCommand extends $Command
.f(void 0, void 0)
.ser(se_StartModelCommand)
.de(de_StartModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartModelRequest;
+ output: StartModelResponse;
+ };
+ sdk: {
+ input: StartModelCommandInput;
+ output: StartModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutvision/src/commands/StartModelPackagingJobCommand.ts b/clients/client-lookoutvision/src/commands/StartModelPackagingJobCommand.ts
index 5a061751589b..395b55ee8bce 100644
--- a/clients/client-lookoutvision/src/commands/StartModelPackagingJobCommand.ts
+++ b/clients/client-lookoutvision/src/commands/StartModelPackagingJobCommand.ts
@@ -174,4 +174,16 @@ export class StartModelPackagingJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartModelPackagingJobCommand)
.de(de_StartModelPackagingJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartModelPackagingJobRequest;
+ output: StartModelPackagingJobResponse;
+ };
+ sdk: {
+ input: StartModelPackagingJobCommandInput;
+ output: StartModelPackagingJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutvision/src/commands/StopModelCommand.ts b/clients/client-lookoutvision/src/commands/StopModelCommand.ts
index 4e2146656a27..f79a9a5e47d8 100644
--- a/clients/client-lookoutvision/src/commands/StopModelCommand.ts
+++ b/clients/client-lookoutvision/src/commands/StopModelCommand.ts
@@ -102,4 +102,16 @@ export class StopModelCommand extends $Command
.f(void 0, void 0)
.ser(se_StopModelCommand)
.de(de_StopModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopModelRequest;
+ output: StopModelResponse;
+ };
+ sdk: {
+ input: StopModelCommandInput;
+ output: StopModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutvision/src/commands/TagResourceCommand.ts b/clients/client-lookoutvision/src/commands/TagResourceCommand.ts
index b42ddc4ae6cd..a0530447890f 100644
--- a/clients/client-lookoutvision/src/commands/TagResourceCommand.ts
+++ b/clients/client-lookoutvision/src/commands/TagResourceCommand.ts
@@ -107,4 +107,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutvision/src/commands/UntagResourceCommand.ts b/clients/client-lookoutvision/src/commands/UntagResourceCommand.ts
index 124b028f6bef..a79f3b09b874 100644
--- a/clients/client-lookoutvision/src/commands/UntagResourceCommand.ts
+++ b/clients/client-lookoutvision/src/commands/UntagResourceCommand.ts
@@ -100,4 +100,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-lookoutvision/src/commands/UpdateDatasetEntriesCommand.ts b/clients/client-lookoutvision/src/commands/UpdateDatasetEntriesCommand.ts
index f023a7c3d514..774e6e3b2e0d 100644
--- a/clients/client-lookoutvision/src/commands/UpdateDatasetEntriesCommand.ts
+++ b/clients/client-lookoutvision/src/commands/UpdateDatasetEntriesCommand.ts
@@ -113,4 +113,16 @@ export class UpdateDatasetEntriesCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDatasetEntriesCommand)
.de(de_UpdateDatasetEntriesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDatasetEntriesRequest;
+ output: UpdateDatasetEntriesResponse;
+ };
+ sdk: {
+ input: UpdateDatasetEntriesCommandInput;
+ output: UpdateDatasetEntriesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/package.json b/clients/client-m2/package.json
index 7462c28d7152..0026be58b71a 100644
--- a/clients/client-m2/package.json
+++ b/clients/client-m2/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-m2/src/commands/CancelBatchJobExecutionCommand.ts b/clients/client-m2/src/commands/CancelBatchJobExecutionCommand.ts
index 8c989cac78aa..e3f8fff231e6 100644
--- a/clients/client-m2/src/commands/CancelBatchJobExecutionCommand.ts
+++ b/clients/client-m2/src/commands/CancelBatchJobExecutionCommand.ts
@@ -94,4 +94,16 @@ export class CancelBatchJobExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_CancelBatchJobExecutionCommand)
.de(de_CancelBatchJobExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CancelBatchJobExecutionRequest;
+ output: {};
+ };
+ sdk: {
+ input: CancelBatchJobExecutionCommandInput;
+ output: CancelBatchJobExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/CreateApplicationCommand.ts b/clients/client-m2/src/commands/CreateApplicationCommand.ts
index 62bc27ce0771..856056373c1c 100644
--- a/clients/client-m2/src/commands/CreateApplicationCommand.ts
+++ b/clients/client-m2/src/commands/CreateApplicationCommand.ts
@@ -110,4 +110,16 @@ export class CreateApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateApplicationCommand)
.de(de_CreateApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateApplicationRequest;
+ output: CreateApplicationResponse;
+ };
+ sdk: {
+ input: CreateApplicationCommandInput;
+ output: CreateApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/CreateDataSetImportTaskCommand.ts b/clients/client-m2/src/commands/CreateDataSetImportTaskCommand.ts
index 7defce3b7e69..6e4e5c450191 100644
--- a/clients/client-m2/src/commands/CreateDataSetImportTaskCommand.ts
+++ b/clients/client-m2/src/commands/CreateDataSetImportTaskCommand.ts
@@ -153,4 +153,16 @@ export class CreateDataSetImportTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDataSetImportTaskCommand)
.de(de_CreateDataSetImportTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDataSetImportTaskRequest;
+ output: CreateDataSetImportTaskResponse;
+ };
+ sdk: {
+ input: CreateDataSetImportTaskCommandInput;
+ output: CreateDataSetImportTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/CreateDeploymentCommand.ts b/clients/client-m2/src/commands/CreateDeploymentCommand.ts
index 1dcf5ab76702..eaafb92ee175 100644
--- a/clients/client-m2/src/commands/CreateDeploymentCommand.ts
+++ b/clients/client-m2/src/commands/CreateDeploymentCommand.ts
@@ -102,4 +102,16 @@ export class CreateDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateDeploymentCommand)
.de(de_CreateDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDeploymentRequest;
+ output: CreateDeploymentResponse;
+ };
+ sdk: {
+ input: CreateDeploymentCommandInput;
+ output: CreateDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/CreateEnvironmentCommand.ts b/clients/client-m2/src/commands/CreateEnvironmentCommand.ts
index 012bc4d50366..9874470d9a8b 100644
--- a/clients/client-m2/src/commands/CreateEnvironmentCommand.ts
+++ b/clients/client-m2/src/commands/CreateEnvironmentCommand.ts
@@ -127,4 +127,16 @@ export class CreateEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEnvironmentCommand)
.de(de_CreateEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEnvironmentRequest;
+ output: CreateEnvironmentResponse;
+ };
+ sdk: {
+ input: CreateEnvironmentCommandInput;
+ output: CreateEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/DeleteApplicationCommand.ts b/clients/client-m2/src/commands/DeleteApplicationCommand.ts
index 1fd648cc2fb4..df460e255d71 100644
--- a/clients/client-m2/src/commands/DeleteApplicationCommand.ts
+++ b/clients/client-m2/src/commands/DeleteApplicationCommand.ts
@@ -90,4 +90,16 @@ export class DeleteApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApplicationCommand)
.de(de_DeleteApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApplicationRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApplicationCommandInput;
+ output: DeleteApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/DeleteApplicationFromEnvironmentCommand.ts b/clients/client-m2/src/commands/DeleteApplicationFromEnvironmentCommand.ts
index 8fb1a594fbaa..989ba6abed1b 100644
--- a/clients/client-m2/src/commands/DeleteApplicationFromEnvironmentCommand.ts
+++ b/clients/client-m2/src/commands/DeleteApplicationFromEnvironmentCommand.ts
@@ -102,4 +102,16 @@ export class DeleteApplicationFromEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteApplicationFromEnvironmentCommand)
.de(de_DeleteApplicationFromEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteApplicationFromEnvironmentRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteApplicationFromEnvironmentCommandInput;
+ output: DeleteApplicationFromEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/DeleteEnvironmentCommand.ts b/clients/client-m2/src/commands/DeleteEnvironmentCommand.ts
index 1c84f4a7c430..b5593d32dd50 100644
--- a/clients/client-m2/src/commands/DeleteEnvironmentCommand.ts
+++ b/clients/client-m2/src/commands/DeleteEnvironmentCommand.ts
@@ -92,4 +92,16 @@ export class DeleteEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEnvironmentCommand)
.de(de_DeleteEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEnvironmentRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteEnvironmentCommandInput;
+ output: DeleteEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/GetApplicationCommand.ts b/clients/client-m2/src/commands/GetApplicationCommand.ts
index 4578bc12d9fe..5f629e81a520 100644
--- a/clients/client-m2/src/commands/GetApplicationCommand.ts
+++ b/clients/client-m2/src/commands/GetApplicationCommand.ts
@@ -133,4 +133,16 @@ export class GetApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetApplicationCommand)
.de(de_GetApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetApplicationRequest;
+ output: GetApplicationResponse;
+ };
+ sdk: {
+ input: GetApplicationCommandInput;
+ output: GetApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/GetApplicationVersionCommand.ts b/clients/client-m2/src/commands/GetApplicationVersionCommand.ts
index 2e9758d28fe6..b4a5a8af2f52 100644
--- a/clients/client-m2/src/commands/GetApplicationVersionCommand.ts
+++ b/clients/client-m2/src/commands/GetApplicationVersionCommand.ts
@@ -99,4 +99,16 @@ export class GetApplicationVersionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetApplicationVersionCommand)
.de(de_GetApplicationVersionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetApplicationVersionRequest;
+ output: GetApplicationVersionResponse;
+ };
+ sdk: {
+ input: GetApplicationVersionCommandInput;
+ output: GetApplicationVersionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/GetBatchJobExecutionCommand.ts b/clients/client-m2/src/commands/GetBatchJobExecutionCommand.ts
index 83218dd72e35..76ce00deaca9 100644
--- a/clients/client-m2/src/commands/GetBatchJobExecutionCommand.ts
+++ b/clients/client-m2/src/commands/GetBatchJobExecutionCommand.ts
@@ -135,4 +135,16 @@ export class GetBatchJobExecutionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBatchJobExecutionCommand)
.de(de_GetBatchJobExecutionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBatchJobExecutionRequest;
+ output: GetBatchJobExecutionResponse;
+ };
+ sdk: {
+ input: GetBatchJobExecutionCommandInput;
+ output: GetBatchJobExecutionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/GetDataSetDetailsCommand.ts b/clients/client-m2/src/commands/GetDataSetDetailsCommand.ts
index 8fbb3307d163..a026221aa5f0 100644
--- a/clients/client-m2/src/commands/GetDataSetDetailsCommand.ts
+++ b/clients/client-m2/src/commands/GetDataSetDetailsCommand.ts
@@ -142,4 +142,16 @@ export class GetDataSetDetailsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataSetDetailsCommand)
.de(de_GetDataSetDetailsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataSetDetailsRequest;
+ output: GetDataSetDetailsResponse;
+ };
+ sdk: {
+ input: GetDataSetDetailsCommandInput;
+ output: GetDataSetDetailsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/GetDataSetImportTaskCommand.ts b/clients/client-m2/src/commands/GetDataSetImportTaskCommand.ts
index 0f502cdb7bf6..947f7d63c400 100644
--- a/clients/client-m2/src/commands/GetDataSetImportTaskCommand.ts
+++ b/clients/client-m2/src/commands/GetDataSetImportTaskCommand.ts
@@ -101,4 +101,16 @@ export class GetDataSetImportTaskCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataSetImportTaskCommand)
.de(de_GetDataSetImportTaskCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataSetImportTaskRequest;
+ output: GetDataSetImportTaskResponse;
+ };
+ sdk: {
+ input: GetDataSetImportTaskCommandInput;
+ output: GetDataSetImportTaskCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/GetDeploymentCommand.ts b/clients/client-m2/src/commands/GetDeploymentCommand.ts
index 19e15019d859..e54758b6fad8 100644
--- a/clients/client-m2/src/commands/GetDeploymentCommand.ts
+++ b/clients/client-m2/src/commands/GetDeploymentCommand.ts
@@ -99,4 +99,16 @@ export class GetDeploymentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDeploymentCommand)
.de(de_GetDeploymentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDeploymentRequest;
+ output: GetDeploymentResponse;
+ };
+ sdk: {
+ input: GetDeploymentCommandInput;
+ output: GetDeploymentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/GetEnvironmentCommand.ts b/clients/client-m2/src/commands/GetEnvironmentCommand.ts
index 3af31d138bb3..85d0081ac865 100644
--- a/clients/client-m2/src/commands/GetEnvironmentCommand.ts
+++ b/clients/client-m2/src/commands/GetEnvironmentCommand.ts
@@ -138,4 +138,16 @@ export class GetEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEnvironmentCommand)
.de(de_GetEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEnvironmentRequest;
+ output: GetEnvironmentResponse;
+ };
+ sdk: {
+ input: GetEnvironmentCommandInput;
+ output: GetEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/GetSignedBluinsightsUrlCommand.ts b/clients/client-m2/src/commands/GetSignedBluinsightsUrlCommand.ts
index c4bd18cfdd6f..1100c21f0994 100644
--- a/clients/client-m2/src/commands/GetSignedBluinsightsUrlCommand.ts
+++ b/clients/client-m2/src/commands/GetSignedBluinsightsUrlCommand.ts
@@ -84,4 +84,16 @@ export class GetSignedBluinsightsUrlCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSignedBluinsightsUrlCommand)
.de(de_GetSignedBluinsightsUrlCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetSignedBluinsightsUrlResponse;
+ };
+ sdk: {
+ input: GetSignedBluinsightsUrlCommandInput;
+ output: GetSignedBluinsightsUrlCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/ListApplicationVersionsCommand.ts b/clients/client-m2/src/commands/ListApplicationVersionsCommand.ts
index a137e49e4c75..8fdde68df3df 100644
--- a/clients/client-m2/src/commands/ListApplicationVersionsCommand.ts
+++ b/clients/client-m2/src/commands/ListApplicationVersionsCommand.ts
@@ -102,4 +102,16 @@ export class ListApplicationVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListApplicationVersionsCommand)
.de(de_ListApplicationVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListApplicationVersionsRequest;
+ output: ListApplicationVersionsResponse;
+ };
+ sdk: {
+ input: ListApplicationVersionsCommandInput;
+ output: ListApplicationVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/ListApplicationsCommand.ts b/clients/client-m2/src/commands/ListApplicationsCommand.ts
index 4848fff569ad..38da1b6370a3 100644
--- a/clients/client-m2/src/commands/ListApplicationsCommand.ts
+++ b/clients/client-m2/src/commands/ListApplicationsCommand.ts
@@ -113,4 +113,16 @@ export class ListApplicationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListApplicationsCommand)
.de(de_ListApplicationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListApplicationsRequest;
+ output: ListApplicationsResponse;
+ };
+ sdk: {
+ input: ListApplicationsCommandInput;
+ output: ListApplicationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/ListBatchJobDefinitionsCommand.ts b/clients/client-m2/src/commands/ListBatchJobDefinitionsCommand.ts
index 77b322f47222..888f5ad51d8d 100644
--- a/clients/client-m2/src/commands/ListBatchJobDefinitionsCommand.ts
+++ b/clients/client-m2/src/commands/ListBatchJobDefinitionsCommand.ts
@@ -108,4 +108,16 @@ export class ListBatchJobDefinitionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBatchJobDefinitionsCommand)
.de(de_ListBatchJobDefinitionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBatchJobDefinitionsRequest;
+ output: ListBatchJobDefinitionsResponse;
+ };
+ sdk: {
+ input: ListBatchJobDefinitionsCommandInput;
+ output: ListBatchJobDefinitionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/ListBatchJobExecutionsCommand.ts b/clients/client-m2/src/commands/ListBatchJobExecutionsCommand.ts
index dc662bbcfccd..2672403ad6b5 100644
--- a/clients/client-m2/src/commands/ListBatchJobExecutionsCommand.ts
+++ b/clients/client-m2/src/commands/ListBatchJobExecutionsCommand.ts
@@ -141,4 +141,16 @@ export class ListBatchJobExecutionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBatchJobExecutionsCommand)
.de(de_ListBatchJobExecutionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBatchJobExecutionsRequest;
+ output: ListBatchJobExecutionsResponse;
+ };
+ sdk: {
+ input: ListBatchJobExecutionsCommandInput;
+ output: ListBatchJobExecutionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/ListBatchJobRestartPointsCommand.ts b/clients/client-m2/src/commands/ListBatchJobRestartPointsCommand.ts
index 289a47893c46..b1aeb8bfc155 100644
--- a/clients/client-m2/src/commands/ListBatchJobRestartPointsCommand.ts
+++ b/clients/client-m2/src/commands/ListBatchJobRestartPointsCommand.ts
@@ -105,4 +105,16 @@ export class ListBatchJobRestartPointsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListBatchJobRestartPointsCommand)
.de(de_ListBatchJobRestartPointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListBatchJobRestartPointsRequest;
+ output: ListBatchJobRestartPointsResponse;
+ };
+ sdk: {
+ input: ListBatchJobRestartPointsCommandInput;
+ output: ListBatchJobRestartPointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/ListDataSetImportHistoryCommand.ts b/clients/client-m2/src/commands/ListDataSetImportHistoryCommand.ts
index bf77cd2a571e..32dfb9bb2b6e 100644
--- a/clients/client-m2/src/commands/ListDataSetImportHistoryCommand.ts
+++ b/clients/client-m2/src/commands/ListDataSetImportHistoryCommand.ts
@@ -108,4 +108,16 @@ export class ListDataSetImportHistoryCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDataSetImportHistoryCommand)
.de(de_ListDataSetImportHistoryCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataSetImportHistoryRequest;
+ output: ListDataSetImportHistoryResponse;
+ };
+ sdk: {
+ input: ListDataSetImportHistoryCommandInput;
+ output: ListDataSetImportHistoryCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/ListDataSetsCommand.ts b/clients/client-m2/src/commands/ListDataSetsCommand.ts
index c34fe306d836..033f53074463 100644
--- a/clients/client-m2/src/commands/ListDataSetsCommand.ts
+++ b/clients/client-m2/src/commands/ListDataSetsCommand.ts
@@ -117,4 +117,16 @@ export class ListDataSetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDataSetsCommand)
.de(de_ListDataSetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDataSetsRequest;
+ output: ListDataSetsResponse;
+ };
+ sdk: {
+ input: ListDataSetsCommandInput;
+ output: ListDataSetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/ListDeploymentsCommand.ts b/clients/client-m2/src/commands/ListDeploymentsCommand.ts
index e55bccc0ff6b..906d3e59628a 100644
--- a/clients/client-m2/src/commands/ListDeploymentsCommand.ts
+++ b/clients/client-m2/src/commands/ListDeploymentsCommand.ts
@@ -107,4 +107,16 @@ export class ListDeploymentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListDeploymentsCommand)
.de(de_ListDeploymentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListDeploymentsRequest;
+ output: ListDeploymentsResponse;
+ };
+ sdk: {
+ input: ListDeploymentsCommandInput;
+ output: ListDeploymentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/ListEngineVersionsCommand.ts b/clients/client-m2/src/commands/ListEngineVersionsCommand.ts
index 0370cc0b6d39..e93c4ee5b61e 100644
--- a/clients/client-m2/src/commands/ListEngineVersionsCommand.ts
+++ b/clients/client-m2/src/commands/ListEngineVersionsCommand.ts
@@ -97,4 +97,16 @@ export class ListEngineVersionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEngineVersionsCommand)
.de(de_ListEngineVersionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEngineVersionsRequest;
+ output: ListEngineVersionsResponse;
+ };
+ sdk: {
+ input: ListEngineVersionsCommandInput;
+ output: ListEngineVersionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/ListEnvironmentsCommand.ts b/clients/client-m2/src/commands/ListEnvironmentsCommand.ts
index 4c6b09ef572a..e3dad69fe70a 100644
--- a/clients/client-m2/src/commands/ListEnvironmentsCommand.ts
+++ b/clients/client-m2/src/commands/ListEnvironmentsCommand.ts
@@ -106,4 +106,16 @@ export class ListEnvironmentsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListEnvironmentsCommand)
.de(de_ListEnvironmentsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListEnvironmentsRequest;
+ output: ListEnvironmentsResponse;
+ };
+ sdk: {
+ input: ListEnvironmentsCommandInput;
+ output: ListEnvironmentsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/ListTagsForResourceCommand.ts b/clients/client-m2/src/commands/ListTagsForResourceCommand.ts
index debd315806b9..db84214ff6c0 100644
--- a/clients/client-m2/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-m2/src/commands/ListTagsForResourceCommand.ts
@@ -94,4 +94,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/StartApplicationCommand.ts b/clients/client-m2/src/commands/StartApplicationCommand.ts
index 4c9656ff0a90..011338f93894 100644
--- a/clients/client-m2/src/commands/StartApplicationCommand.ts
+++ b/clients/client-m2/src/commands/StartApplicationCommand.ts
@@ -93,4 +93,16 @@ export class StartApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_StartApplicationCommand)
.de(de_StartApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartApplicationRequest;
+ output: {};
+ };
+ sdk: {
+ input: StartApplicationCommandInput;
+ output: StartApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/StartBatchJobCommand.ts b/clients/client-m2/src/commands/StartBatchJobCommand.ts
index 9f30cc71d9a2..f869d0f8df6a 100644
--- a/clients/client-m2/src/commands/StartBatchJobCommand.ts
+++ b/clients/client-m2/src/commands/StartBatchJobCommand.ts
@@ -125,4 +125,16 @@ export class StartBatchJobCommand extends $Command
.f(void 0, void 0)
.ser(se_StartBatchJobCommand)
.de(de_StartBatchJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartBatchJobRequest;
+ output: StartBatchJobResponse;
+ };
+ sdk: {
+ input: StartBatchJobCommandInput;
+ output: StartBatchJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/StopApplicationCommand.ts b/clients/client-m2/src/commands/StopApplicationCommand.ts
index 477e93c617e6..708e3391076e 100644
--- a/clients/client-m2/src/commands/StopApplicationCommand.ts
+++ b/clients/client-m2/src/commands/StopApplicationCommand.ts
@@ -94,4 +94,16 @@ export class StopApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_StopApplicationCommand)
.de(de_StopApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopApplicationRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopApplicationCommandInput;
+ output: StopApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/TagResourceCommand.ts b/clients/client-m2/src/commands/TagResourceCommand.ts
index 03d81b9914be..1411cef2a7f3 100644
--- a/clients/client-m2/src/commands/TagResourceCommand.ts
+++ b/clients/client-m2/src/commands/TagResourceCommand.ts
@@ -96,4 +96,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/UntagResourceCommand.ts b/clients/client-m2/src/commands/UntagResourceCommand.ts
index 3ba6dc6750fd..183b01e39958 100644
--- a/clients/client-m2/src/commands/UntagResourceCommand.ts
+++ b/clients/client-m2/src/commands/UntagResourceCommand.ts
@@ -93,4 +93,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/UpdateApplicationCommand.ts b/clients/client-m2/src/commands/UpdateApplicationCommand.ts
index af8ba3086d93..c1289e9f36ce 100644
--- a/clients/client-m2/src/commands/UpdateApplicationCommand.ts
+++ b/clients/client-m2/src/commands/UpdateApplicationCommand.ts
@@ -101,4 +101,16 @@ export class UpdateApplicationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateApplicationCommand)
.de(de_UpdateApplicationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateApplicationRequest;
+ output: UpdateApplicationResponse;
+ };
+ sdk: {
+ input: UpdateApplicationCommandInput;
+ output: UpdateApplicationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-m2/src/commands/UpdateEnvironmentCommand.ts b/clients/client-m2/src/commands/UpdateEnvironmentCommand.ts
index 72dad3dd907c..51c99e427a11 100644
--- a/clients/client-m2/src/commands/UpdateEnvironmentCommand.ts
+++ b/clients/client-m2/src/commands/UpdateEnvironmentCommand.ts
@@ -104,4 +104,16 @@ export class UpdateEnvironmentCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEnvironmentCommand)
.de(de_UpdateEnvironmentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEnvironmentRequest;
+ output: UpdateEnvironmentResponse;
+ };
+ sdk: {
+ input: UpdateEnvironmentCommandInput;
+ output: UpdateEnvironmentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/package.json b/clients/client-machine-learning/package.json
index 9cc676f39047..c784b440415f 100644
--- a/clients/client-machine-learning/package.json
+++ b/clients/client-machine-learning/package.json
@@ -34,32 +34,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2"
},
"devDependencies": {
diff --git a/clients/client-machine-learning/src/commands/AddTagsCommand.ts b/clients/client-machine-learning/src/commands/AddTagsCommand.ts
index 6b868a6cfc34..fe3a924d0ae2 100644
--- a/clients/client-machine-learning/src/commands/AddTagsCommand.ts
+++ b/clients/client-machine-learning/src/commands/AddTagsCommand.ts
@@ -100,4 +100,16 @@ export class AddTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_AddTagsCommand)
.de(de_AddTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AddTagsInput;
+ output: AddTagsOutput;
+ };
+ sdk: {
+ input: AddTagsCommandInput;
+ output: AddTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/CreateBatchPredictionCommand.ts b/clients/client-machine-learning/src/commands/CreateBatchPredictionCommand.ts
index 9ec78c77261a..373e03b29ef4 100644
--- a/clients/client-machine-learning/src/commands/CreateBatchPredictionCommand.ts
+++ b/clients/client-machine-learning/src/commands/CreateBatchPredictionCommand.ts
@@ -101,4 +101,16 @@ export class CreateBatchPredictionCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateBatchPredictionCommand)
.de(de_CreateBatchPredictionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateBatchPredictionInput;
+ output: CreateBatchPredictionOutput;
+ };
+ sdk: {
+ input: CreateBatchPredictionCommandInput;
+ output: CreateBatchPredictionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/CreateDataSourceFromRDSCommand.ts b/clients/client-machine-learning/src/commands/CreateDataSourceFromRDSCommand.ts
index 73f4f096363a..2efea571039c 100644
--- a/clients/client-machine-learning/src/commands/CreateDataSourceFromRDSCommand.ts
+++ b/clients/client-machine-learning/src/commands/CreateDataSourceFromRDSCommand.ts
@@ -125,4 +125,16 @@ export class CreateDataSourceFromRDSCommand extends $Command
.f(CreateDataSourceFromRDSInputFilterSensitiveLog, void 0)
.ser(se_CreateDataSourceFromRDSCommand)
.de(de_CreateDataSourceFromRDSCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDataSourceFromRDSInput;
+ output: CreateDataSourceFromRDSOutput;
+ };
+ sdk: {
+ input: CreateDataSourceFromRDSCommandInput;
+ output: CreateDataSourceFromRDSCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/CreateDataSourceFromRedshiftCommand.ts b/clients/client-machine-learning/src/commands/CreateDataSourceFromRedshiftCommand.ts
index 48f27c4270ff..e447dfd406f7 100644
--- a/clients/client-machine-learning/src/commands/CreateDataSourceFromRedshiftCommand.ts
+++ b/clients/client-machine-learning/src/commands/CreateDataSourceFromRedshiftCommand.ts
@@ -145,4 +145,16 @@ export class CreateDataSourceFromRedshiftCommand extends $Command
.f(CreateDataSourceFromRedshiftInputFilterSensitiveLog, void 0)
.ser(se_CreateDataSourceFromRedshiftCommand)
.de(de_CreateDataSourceFromRedshiftCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDataSourceFromRedshiftInput;
+ output: CreateDataSourceFromRedshiftOutput;
+ };
+ sdk: {
+ input: CreateDataSourceFromRedshiftCommandInput;
+ output: CreateDataSourceFromRedshiftCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/CreateDataSourceFromS3Command.ts b/clients/client-machine-learning/src/commands/CreateDataSourceFromS3Command.ts
index 4563d16c7b92..02d51e6135c7 100644
--- a/clients/client-machine-learning/src/commands/CreateDataSourceFromS3Command.ts
+++ b/clients/client-machine-learning/src/commands/CreateDataSourceFromS3Command.ts
@@ -124,4 +124,16 @@ export class CreateDataSourceFromS3Command extends $Command
.f(void 0, void 0)
.ser(se_CreateDataSourceFromS3Command)
.de(de_CreateDataSourceFromS3Command)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateDataSourceFromS3Input;
+ output: CreateDataSourceFromS3Output;
+ };
+ sdk: {
+ input: CreateDataSourceFromS3CommandInput;
+ output: CreateDataSourceFromS3CommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/CreateEvaluationCommand.ts b/clients/client-machine-learning/src/commands/CreateEvaluationCommand.ts
index 951457670c16..99eef45e08aa 100644
--- a/clients/client-machine-learning/src/commands/CreateEvaluationCommand.ts
+++ b/clients/client-machine-learning/src/commands/CreateEvaluationCommand.ts
@@ -100,4 +100,16 @@ export class CreateEvaluationCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateEvaluationCommand)
.de(de_CreateEvaluationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateEvaluationInput;
+ output: CreateEvaluationOutput;
+ };
+ sdk: {
+ input: CreateEvaluationCommandInput;
+ output: CreateEvaluationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/CreateMLModelCommand.ts b/clients/client-machine-learning/src/commands/CreateMLModelCommand.ts
index 5e16d4b06ed5..97696240dab6 100644
--- a/clients/client-machine-learning/src/commands/CreateMLModelCommand.ts
+++ b/clients/client-machine-learning/src/commands/CreateMLModelCommand.ts
@@ -113,4 +113,16 @@ export class CreateMLModelCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateMLModelCommand)
.de(de_CreateMLModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMLModelInput;
+ output: CreateMLModelOutput;
+ };
+ sdk: {
+ input: CreateMLModelCommandInput;
+ output: CreateMLModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/CreateRealtimeEndpointCommand.ts b/clients/client-machine-learning/src/commands/CreateRealtimeEndpointCommand.ts
index 7bfd1bd31b76..89130eeea93a 100644
--- a/clients/client-machine-learning/src/commands/CreateRealtimeEndpointCommand.ts
+++ b/clients/client-machine-learning/src/commands/CreateRealtimeEndpointCommand.ts
@@ -92,4 +92,16 @@ export class CreateRealtimeEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateRealtimeEndpointCommand)
.de(de_CreateRealtimeEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRealtimeEndpointInput;
+ output: CreateRealtimeEndpointOutput;
+ };
+ sdk: {
+ input: CreateRealtimeEndpointCommandInput;
+ output: CreateRealtimeEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/DeleteBatchPredictionCommand.ts b/clients/client-machine-learning/src/commands/DeleteBatchPredictionCommand.ts
index 86afa0caa33c..8a0b86a80a59 100644
--- a/clients/client-machine-learning/src/commands/DeleteBatchPredictionCommand.ts
+++ b/clients/client-machine-learning/src/commands/DeleteBatchPredictionCommand.ts
@@ -91,4 +91,16 @@ export class DeleteBatchPredictionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteBatchPredictionCommand)
.de(de_DeleteBatchPredictionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteBatchPredictionInput;
+ output: DeleteBatchPredictionOutput;
+ };
+ sdk: {
+ input: DeleteBatchPredictionCommandInput;
+ output: DeleteBatchPredictionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/DeleteDataSourceCommand.ts b/clients/client-machine-learning/src/commands/DeleteDataSourceCommand.ts
index 5eb9b3aa43e0..77b342778c25 100644
--- a/clients/client-machine-learning/src/commands/DeleteDataSourceCommand.ts
+++ b/clients/client-machine-learning/src/commands/DeleteDataSourceCommand.ts
@@ -89,4 +89,16 @@ export class DeleteDataSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteDataSourceCommand)
.de(de_DeleteDataSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteDataSourceInput;
+ output: DeleteDataSourceOutput;
+ };
+ sdk: {
+ input: DeleteDataSourceCommandInput;
+ output: DeleteDataSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/DeleteEvaluationCommand.ts b/clients/client-machine-learning/src/commands/DeleteEvaluationCommand.ts
index 6f2aa145f232..1ba692572d1b 100644
--- a/clients/client-machine-learning/src/commands/DeleteEvaluationCommand.ts
+++ b/clients/client-machine-learning/src/commands/DeleteEvaluationCommand.ts
@@ -91,4 +91,16 @@ export class DeleteEvaluationCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteEvaluationCommand)
.de(de_DeleteEvaluationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteEvaluationInput;
+ output: DeleteEvaluationOutput;
+ };
+ sdk: {
+ input: DeleteEvaluationCommandInput;
+ output: DeleteEvaluationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/DeleteMLModelCommand.ts b/clients/client-machine-learning/src/commands/DeleteMLModelCommand.ts
index a666038597b7..6ea6e954741d 100644
--- a/clients/client-machine-learning/src/commands/DeleteMLModelCommand.ts
+++ b/clients/client-machine-learning/src/commands/DeleteMLModelCommand.ts
@@ -91,4 +91,16 @@ export class DeleteMLModelCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMLModelCommand)
.de(de_DeleteMLModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMLModelInput;
+ output: DeleteMLModelOutput;
+ };
+ sdk: {
+ input: DeleteMLModelCommandInput;
+ output: DeleteMLModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/DeleteRealtimeEndpointCommand.ts b/clients/client-machine-learning/src/commands/DeleteRealtimeEndpointCommand.ts
index 7ec60adb8d18..216101105fbf 100644
--- a/clients/client-machine-learning/src/commands/DeleteRealtimeEndpointCommand.ts
+++ b/clients/client-machine-learning/src/commands/DeleteRealtimeEndpointCommand.ts
@@ -92,4 +92,16 @@ export class DeleteRealtimeEndpointCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRealtimeEndpointCommand)
.de(de_DeleteRealtimeEndpointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRealtimeEndpointInput;
+ output: DeleteRealtimeEndpointOutput;
+ };
+ sdk: {
+ input: DeleteRealtimeEndpointCommandInput;
+ output: DeleteRealtimeEndpointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/DeleteTagsCommand.ts b/clients/client-machine-learning/src/commands/DeleteTagsCommand.ts
index 3c7eb5c5bfb5..094e9e012308 100644
--- a/clients/client-machine-learning/src/commands/DeleteTagsCommand.ts
+++ b/clients/client-machine-learning/src/commands/DeleteTagsCommand.ts
@@ -94,4 +94,16 @@ export class DeleteTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTagsCommand)
.de(de_DeleteTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTagsInput;
+ output: DeleteTagsOutput;
+ };
+ sdk: {
+ input: DeleteTagsCommandInput;
+ output: DeleteTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/DescribeBatchPredictionsCommand.ts b/clients/client-machine-learning/src/commands/DescribeBatchPredictionsCommand.ts
index 2efd5f7b0018..dd61120bd6f7 100644
--- a/clients/client-machine-learning/src/commands/DescribeBatchPredictionsCommand.ts
+++ b/clients/client-machine-learning/src/commands/DescribeBatchPredictionsCommand.ts
@@ -113,4 +113,16 @@ export class DescribeBatchPredictionsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeBatchPredictionsCommand)
.de(de_DescribeBatchPredictionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBatchPredictionsInput;
+ output: DescribeBatchPredictionsOutput;
+ };
+ sdk: {
+ input: DescribeBatchPredictionsCommandInput;
+ output: DescribeBatchPredictionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/DescribeDataSourcesCommand.ts b/clients/client-machine-learning/src/commands/DescribeDataSourcesCommand.ts
index eecdab20ecbb..1f3850231fda 100644
--- a/clients/client-machine-learning/src/commands/DescribeDataSourcesCommand.ts
+++ b/clients/client-machine-learning/src/commands/DescribeDataSourcesCommand.ts
@@ -132,4 +132,16 @@ export class DescribeDataSourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeDataSourcesCommand)
.de(de_DescribeDataSourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeDataSourcesInput;
+ output: DescribeDataSourcesOutput;
+ };
+ sdk: {
+ input: DescribeDataSourcesCommandInput;
+ output: DescribeDataSourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/DescribeEvaluationsCommand.ts b/clients/client-machine-learning/src/commands/DescribeEvaluationsCommand.ts
index f2be068ea0fc..8362200c25f4 100644
--- a/clients/client-machine-learning/src/commands/DescribeEvaluationsCommand.ts
+++ b/clients/client-machine-learning/src/commands/DescribeEvaluationsCommand.ts
@@ -115,4 +115,16 @@ export class DescribeEvaluationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeEvaluationsCommand)
.de(de_DescribeEvaluationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeEvaluationsInput;
+ output: DescribeEvaluationsOutput;
+ };
+ sdk: {
+ input: DescribeEvaluationsCommandInput;
+ output: DescribeEvaluationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/DescribeMLModelsCommand.ts b/clients/client-machine-learning/src/commands/DescribeMLModelsCommand.ts
index 673c2991b9f6..6a81bfb3abcf 100644
--- a/clients/client-machine-learning/src/commands/DescribeMLModelsCommand.ts
+++ b/clients/client-machine-learning/src/commands/DescribeMLModelsCommand.ts
@@ -123,4 +123,16 @@ export class DescribeMLModelsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeMLModelsCommand)
.de(de_DescribeMLModelsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeMLModelsInput;
+ output: DescribeMLModelsOutput;
+ };
+ sdk: {
+ input: DescribeMLModelsCommandInput;
+ output: DescribeMLModelsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/DescribeTagsCommand.ts b/clients/client-machine-learning/src/commands/DescribeTagsCommand.ts
index 97ab6480ae35..aacc3213c547 100644
--- a/clients/client-machine-learning/src/commands/DescribeTagsCommand.ts
+++ b/clients/client-machine-learning/src/commands/DescribeTagsCommand.ts
@@ -94,4 +94,16 @@ export class DescribeTagsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeTagsCommand)
.de(de_DescribeTagsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeTagsInput;
+ output: DescribeTagsOutput;
+ };
+ sdk: {
+ input: DescribeTagsCommandInput;
+ output: DescribeTagsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/GetBatchPredictionCommand.ts b/clients/client-machine-learning/src/commands/GetBatchPredictionCommand.ts
index 31926777d6bf..6f479e655feb 100644
--- a/clients/client-machine-learning/src/commands/GetBatchPredictionCommand.ts
+++ b/clients/client-machine-learning/src/commands/GetBatchPredictionCommand.ts
@@ -103,4 +103,16 @@ export class GetBatchPredictionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBatchPredictionCommand)
.de(de_GetBatchPredictionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBatchPredictionInput;
+ output: GetBatchPredictionOutput;
+ };
+ sdk: {
+ input: GetBatchPredictionCommandInput;
+ output: GetBatchPredictionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/GetDataSourceCommand.ts b/clients/client-machine-learning/src/commands/GetDataSourceCommand.ts
index 2363999c6d67..88104fe19e28 100644
--- a/clients/client-machine-learning/src/commands/GetDataSourceCommand.ts
+++ b/clients/client-machine-learning/src/commands/GetDataSourceCommand.ts
@@ -126,4 +126,16 @@ export class GetDataSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetDataSourceCommand)
.de(de_GetDataSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetDataSourceInput;
+ output: GetDataSourceOutput;
+ };
+ sdk: {
+ input: GetDataSourceCommandInput;
+ output: GetDataSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/GetEvaluationCommand.ts b/clients/client-machine-learning/src/commands/GetEvaluationCommand.ts
index 6c867b121139..ea86bb6823ed 100644
--- a/clients/client-machine-learning/src/commands/GetEvaluationCommand.ts
+++ b/clients/client-machine-learning/src/commands/GetEvaluationCommand.ts
@@ -104,4 +104,16 @@ export class GetEvaluationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetEvaluationCommand)
.de(de_GetEvaluationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetEvaluationInput;
+ output: GetEvaluationOutput;
+ };
+ sdk: {
+ input: GetEvaluationCommandInput;
+ output: GetEvaluationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/GetMLModelCommand.ts b/clients/client-machine-learning/src/commands/GetMLModelCommand.ts
index 25db31f05576..3e0f61417f0f 100644
--- a/clients/client-machine-learning/src/commands/GetMLModelCommand.ts
+++ b/clients/client-machine-learning/src/commands/GetMLModelCommand.ts
@@ -116,4 +116,16 @@ export class GetMLModelCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMLModelCommand)
.de(de_GetMLModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMLModelInput;
+ output: GetMLModelOutput;
+ };
+ sdk: {
+ input: GetMLModelCommandInput;
+ output: GetMLModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/PredictCommand.ts b/clients/client-machine-learning/src/commands/PredictCommand.ts
index 90d17046bedd..d6a8f9f4f7d4 100644
--- a/clients/client-machine-learning/src/commands/PredictCommand.ts
+++ b/clients/client-machine-learning/src/commands/PredictCommand.ts
@@ -110,4 +110,16 @@ export class PredictCommand extends $Command
.f(void 0, void 0)
.ser(se_PredictCommand)
.de(de_PredictCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PredictInput;
+ output: PredictOutput;
+ };
+ sdk: {
+ input: PredictCommandInput;
+ output: PredictCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/UpdateBatchPredictionCommand.ts b/clients/client-machine-learning/src/commands/UpdateBatchPredictionCommand.ts
index c695ee365122..d32d5881839b 100644
--- a/clients/client-machine-learning/src/commands/UpdateBatchPredictionCommand.ts
+++ b/clients/client-machine-learning/src/commands/UpdateBatchPredictionCommand.ts
@@ -88,4 +88,16 @@ export class UpdateBatchPredictionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateBatchPredictionCommand)
.de(de_UpdateBatchPredictionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateBatchPredictionInput;
+ output: UpdateBatchPredictionOutput;
+ };
+ sdk: {
+ input: UpdateBatchPredictionCommandInput;
+ output: UpdateBatchPredictionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/UpdateDataSourceCommand.ts b/clients/client-machine-learning/src/commands/UpdateDataSourceCommand.ts
index b250c5e530e2..64fefb15592a 100644
--- a/clients/client-machine-learning/src/commands/UpdateDataSourceCommand.ts
+++ b/clients/client-machine-learning/src/commands/UpdateDataSourceCommand.ts
@@ -88,4 +88,16 @@ export class UpdateDataSourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateDataSourceCommand)
.de(de_UpdateDataSourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateDataSourceInput;
+ output: UpdateDataSourceOutput;
+ };
+ sdk: {
+ input: UpdateDataSourceCommandInput;
+ output: UpdateDataSourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/UpdateEvaluationCommand.ts b/clients/client-machine-learning/src/commands/UpdateEvaluationCommand.ts
index c471ed9d7b42..a52a1e10df57 100644
--- a/clients/client-machine-learning/src/commands/UpdateEvaluationCommand.ts
+++ b/clients/client-machine-learning/src/commands/UpdateEvaluationCommand.ts
@@ -88,4 +88,16 @@ export class UpdateEvaluationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateEvaluationCommand)
.de(de_UpdateEvaluationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateEvaluationInput;
+ output: UpdateEvaluationOutput;
+ };
+ sdk: {
+ input: UpdateEvaluationCommandInput;
+ output: UpdateEvaluationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-machine-learning/src/commands/UpdateMLModelCommand.ts b/clients/client-machine-learning/src/commands/UpdateMLModelCommand.ts
index d4d914f6c193..b65a20289a0b 100644
--- a/clients/client-machine-learning/src/commands/UpdateMLModelCommand.ts
+++ b/clients/client-machine-learning/src/commands/UpdateMLModelCommand.ts
@@ -89,4 +89,16 @@ export class UpdateMLModelCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateMLModelCommand)
.de(de_UpdateMLModelCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMLModelInput;
+ output: UpdateMLModelOutput;
+ };
+ sdk: {
+ input: UpdateMLModelCommandInput;
+ output: UpdateMLModelCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/package.json b/clients/client-macie2/package.json
index 28e02997da74..083f7c609144 100644
--- a/clients/client-macie2/package.json
+++ b/clients/client-macie2/package.json
@@ -33,32 +33,32 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
- "@smithy/util-waiter": "^3.1.3",
+ "@smithy/util-waiter": "^3.1.5",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
},
diff --git a/clients/client-macie2/src/commands/AcceptInvitationCommand.ts b/clients/client-macie2/src/commands/AcceptInvitationCommand.ts
index 8085065baf88..f04e24700ce1 100644
--- a/clients/client-macie2/src/commands/AcceptInvitationCommand.ts
+++ b/clients/client-macie2/src/commands/AcceptInvitationCommand.ts
@@ -98,4 +98,16 @@ export class AcceptInvitationCommand extends $Command
.f(void 0, void 0)
.ser(se_AcceptInvitationCommand)
.de(de_AcceptInvitationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: AcceptInvitationRequest;
+ output: {};
+ };
+ sdk: {
+ input: AcceptInvitationCommandInput;
+ output: AcceptInvitationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/BatchGetCustomDataIdentifiersCommand.ts b/clients/client-macie2/src/commands/BatchGetCustomDataIdentifiersCommand.ts
index aeef85b5d541..ecffbbcb478f 100644
--- a/clients/client-macie2/src/commands/BatchGetCustomDataIdentifiersCommand.ts
+++ b/clients/client-macie2/src/commands/BatchGetCustomDataIdentifiersCommand.ts
@@ -117,4 +117,16 @@ export class BatchGetCustomDataIdentifiersCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetCustomDataIdentifiersCommand)
.de(de_BatchGetCustomDataIdentifiersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetCustomDataIdentifiersRequest;
+ output: BatchGetCustomDataIdentifiersResponse;
+ };
+ sdk: {
+ input: BatchGetCustomDataIdentifiersCommandInput;
+ output: BatchGetCustomDataIdentifiersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/BatchUpdateAutomatedDiscoveryAccountsCommand.ts b/clients/client-macie2/src/commands/BatchUpdateAutomatedDiscoveryAccountsCommand.ts
index 09ce7c8ffb78..14aa8d706acb 100644
--- a/clients/client-macie2/src/commands/BatchUpdateAutomatedDiscoveryAccountsCommand.ts
+++ b/clients/client-macie2/src/commands/BatchUpdateAutomatedDiscoveryAccountsCommand.ts
@@ -111,4 +111,16 @@ export class BatchUpdateAutomatedDiscoveryAccountsCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchUpdateAutomatedDiscoveryAccountsCommand)
.de(de_BatchUpdateAutomatedDiscoveryAccountsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchUpdateAutomatedDiscoveryAccountsRequest;
+ output: BatchUpdateAutomatedDiscoveryAccountsResponse;
+ };
+ sdk: {
+ input: BatchUpdateAutomatedDiscoveryAccountsCommandInput;
+ output: BatchUpdateAutomatedDiscoveryAccountsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/CreateAllowListCommand.ts b/clients/client-macie2/src/commands/CreateAllowListCommand.ts
index 2d4856989981..166a6ec28670 100644
--- a/clients/client-macie2/src/commands/CreateAllowListCommand.ts
+++ b/clients/client-macie2/src/commands/CreateAllowListCommand.ts
@@ -111,4 +111,16 @@ export class CreateAllowListCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAllowListCommand)
.de(de_CreateAllowListCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAllowListRequest;
+ output: CreateAllowListResponse;
+ };
+ sdk: {
+ input: CreateAllowListCommandInput;
+ output: CreateAllowListCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/CreateClassificationJobCommand.ts b/clients/client-macie2/src/commands/CreateClassificationJobCommand.ts
index 3160a9661b52..e553e8aafc41 100644
--- a/clients/client-macie2/src/commands/CreateClassificationJobCommand.ts
+++ b/clients/client-macie2/src/commands/CreateClassificationJobCommand.ts
@@ -226,4 +226,16 @@ export class CreateClassificationJobCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateClassificationJobCommand)
.de(de_CreateClassificationJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateClassificationJobRequest;
+ output: CreateClassificationJobResponse;
+ };
+ sdk: {
+ input: CreateClassificationJobCommandInput;
+ output: CreateClassificationJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/CreateCustomDataIdentifierCommand.ts b/clients/client-macie2/src/commands/CreateCustomDataIdentifierCommand.ts
index e1c3abc7d517..02a5639f3c5c 100644
--- a/clients/client-macie2/src/commands/CreateCustomDataIdentifierCommand.ts
+++ b/clients/client-macie2/src/commands/CreateCustomDataIdentifierCommand.ts
@@ -117,4 +117,16 @@ export class CreateCustomDataIdentifierCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateCustomDataIdentifierCommand)
.de(de_CreateCustomDataIdentifierCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateCustomDataIdentifierRequest;
+ output: CreateCustomDataIdentifierResponse;
+ };
+ sdk: {
+ input: CreateCustomDataIdentifierCommandInput;
+ output: CreateCustomDataIdentifierCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/CreateFindingsFilterCommand.ts b/clients/client-macie2/src/commands/CreateFindingsFilterCommand.ts
index 66db989b3620..3a250550d7da 100644
--- a/clients/client-macie2/src/commands/CreateFindingsFilterCommand.ts
+++ b/clients/client-macie2/src/commands/CreateFindingsFilterCommand.ts
@@ -125,4 +125,16 @@ export class CreateFindingsFilterCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateFindingsFilterCommand)
.de(de_CreateFindingsFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateFindingsFilterRequest;
+ output: CreateFindingsFilterResponse;
+ };
+ sdk: {
+ input: CreateFindingsFilterCommandInput;
+ output: CreateFindingsFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/CreateInvitationsCommand.ts b/clients/client-macie2/src/commands/CreateInvitationsCommand.ts
index 54392110f602..4e5449b8e80f 100644
--- a/clients/client-macie2/src/commands/CreateInvitationsCommand.ts
+++ b/clients/client-macie2/src/commands/CreateInvitationsCommand.ts
@@ -108,4 +108,16 @@ export class CreateInvitationsCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateInvitationsCommand)
.de(de_CreateInvitationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateInvitationsRequest;
+ output: CreateInvitationsResponse;
+ };
+ sdk: {
+ input: CreateInvitationsCommandInput;
+ output: CreateInvitationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/CreateMemberCommand.ts b/clients/client-macie2/src/commands/CreateMemberCommand.ts
index 1a65f972ef4e..c513a95cd614 100644
--- a/clients/client-macie2/src/commands/CreateMemberCommand.ts
+++ b/clients/client-macie2/src/commands/CreateMemberCommand.ts
@@ -104,4 +104,16 @@ export class CreateMemberCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateMemberCommand)
.de(de_CreateMemberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMemberRequest;
+ output: CreateMemberResponse;
+ };
+ sdk: {
+ input: CreateMemberCommandInput;
+ output: CreateMemberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/CreateSampleFindingsCommand.ts b/clients/client-macie2/src/commands/CreateSampleFindingsCommand.ts
index 483b102f38e7..10aa94498412 100644
--- a/clients/client-macie2/src/commands/CreateSampleFindingsCommand.ts
+++ b/clients/client-macie2/src/commands/CreateSampleFindingsCommand.ts
@@ -98,4 +98,16 @@ export class CreateSampleFindingsCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateSampleFindingsCommand)
.de(de_CreateSampleFindingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateSampleFindingsRequest;
+ output: {};
+ };
+ sdk: {
+ input: CreateSampleFindingsCommandInput;
+ output: CreateSampleFindingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/DeclineInvitationsCommand.ts b/clients/client-macie2/src/commands/DeclineInvitationsCommand.ts
index 41bf0469e591..9ae124e80bcb 100644
--- a/clients/client-macie2/src/commands/DeclineInvitationsCommand.ts
+++ b/clients/client-macie2/src/commands/DeclineInvitationsCommand.ts
@@ -106,4 +106,16 @@ export class DeclineInvitationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeclineInvitationsCommand)
.de(de_DeclineInvitationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeclineInvitationsRequest;
+ output: DeclineInvitationsResponse;
+ };
+ sdk: {
+ input: DeclineInvitationsCommandInput;
+ output: DeclineInvitationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/DeleteAllowListCommand.ts b/clients/client-macie2/src/commands/DeleteAllowListCommand.ts
index 12fd305f8483..72a3be1dd748 100644
--- a/clients/client-macie2/src/commands/DeleteAllowListCommand.ts
+++ b/clients/client-macie2/src/commands/DeleteAllowListCommand.ts
@@ -91,4 +91,16 @@ export class DeleteAllowListCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAllowListCommand)
.de(de_DeleteAllowListCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAllowListRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAllowListCommandInput;
+ output: DeleteAllowListCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/DeleteCustomDataIdentifierCommand.ts b/clients/client-macie2/src/commands/DeleteCustomDataIdentifierCommand.ts
index cafedfbd3641..11ad2f2fceaa 100644
--- a/clients/client-macie2/src/commands/DeleteCustomDataIdentifierCommand.ts
+++ b/clients/client-macie2/src/commands/DeleteCustomDataIdentifierCommand.ts
@@ -96,4 +96,16 @@ export class DeleteCustomDataIdentifierCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteCustomDataIdentifierCommand)
.de(de_DeleteCustomDataIdentifierCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteCustomDataIdentifierRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteCustomDataIdentifierCommandInput;
+ output: DeleteCustomDataIdentifierCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/DeleteFindingsFilterCommand.ts b/clients/client-macie2/src/commands/DeleteFindingsFilterCommand.ts
index 62ded5d7a6a9..a3fe05d68554 100644
--- a/clients/client-macie2/src/commands/DeleteFindingsFilterCommand.ts
+++ b/clients/client-macie2/src/commands/DeleteFindingsFilterCommand.ts
@@ -96,4 +96,16 @@ export class DeleteFindingsFilterCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteFindingsFilterCommand)
.de(de_DeleteFindingsFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteFindingsFilterRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteFindingsFilterCommandInput;
+ output: DeleteFindingsFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/DeleteInvitationsCommand.ts b/clients/client-macie2/src/commands/DeleteInvitationsCommand.ts
index cfac3d8cf0f4..347903eef9fe 100644
--- a/clients/client-macie2/src/commands/DeleteInvitationsCommand.ts
+++ b/clients/client-macie2/src/commands/DeleteInvitationsCommand.ts
@@ -106,4 +106,16 @@ export class DeleteInvitationsCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteInvitationsCommand)
.de(de_DeleteInvitationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteInvitationsRequest;
+ output: DeleteInvitationsResponse;
+ };
+ sdk: {
+ input: DeleteInvitationsCommandInput;
+ output: DeleteInvitationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/DeleteMemberCommand.ts b/clients/client-macie2/src/commands/DeleteMemberCommand.ts
index ce2881a2394c..f74339528c66 100644
--- a/clients/client-macie2/src/commands/DeleteMemberCommand.ts
+++ b/clients/client-macie2/src/commands/DeleteMemberCommand.ts
@@ -96,4 +96,16 @@ export class DeleteMemberCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMemberCommand)
.de(de_DeleteMemberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMemberRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMemberCommandInput;
+ output: DeleteMemberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/DescribeBucketsCommand.ts b/clients/client-macie2/src/commands/DescribeBucketsCommand.ts
index 44ad08237705..f2f444459188 100644
--- a/clients/client-macie2/src/commands/DescribeBucketsCommand.ts
+++ b/clients/client-macie2/src/commands/DescribeBucketsCommand.ts
@@ -210,4 +210,16 @@ export class DescribeBucketsCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeBucketsCommand)
.de(de_DescribeBucketsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeBucketsRequest;
+ output: DescribeBucketsResponse;
+ };
+ sdk: {
+ input: DescribeBucketsCommandInput;
+ output: DescribeBucketsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/DescribeClassificationJobCommand.ts b/clients/client-macie2/src/commands/DescribeClassificationJobCommand.ts
index b83a5d8d63db..bf6d621cf9c9 100644
--- a/clients/client-macie2/src/commands/DescribeClassificationJobCommand.ts
+++ b/clients/client-macie2/src/commands/DescribeClassificationJobCommand.ts
@@ -242,4 +242,16 @@ export class DescribeClassificationJobCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeClassificationJobCommand)
.de(de_DescribeClassificationJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DescribeClassificationJobRequest;
+ output: DescribeClassificationJobResponse;
+ };
+ sdk: {
+ input: DescribeClassificationJobCommandInput;
+ output: DescribeClassificationJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-macie2/src/commands/DescribeOrganizationConfigurationCommand.ts
index 1c43caa1c356..f49b9e389110 100644
--- a/clients/client-macie2/src/commands/DescribeOrganizationConfigurationCommand.ts
+++ b/clients/client-macie2/src/commands/DescribeOrganizationConfigurationCommand.ts
@@ -105,4 +105,16 @@ export class DescribeOrganizationConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_DescribeOrganizationConfigurationCommand)
.de(de_DescribeOrganizationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: DescribeOrganizationConfigurationResponse;
+ };
+ sdk: {
+ input: DescribeOrganizationConfigurationCommandInput;
+ output: DescribeOrganizationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/DisableMacieCommand.ts b/clients/client-macie2/src/commands/DisableMacieCommand.ts
index 29446ce9ffd1..717576aa667d 100644
--- a/clients/client-macie2/src/commands/DisableMacieCommand.ts
+++ b/clients/client-macie2/src/commands/DisableMacieCommand.ts
@@ -94,4 +94,16 @@ export class DisableMacieCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableMacieCommand)
.de(de_DisableMacieCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: {};
+ };
+ sdk: {
+ input: DisableMacieCommandInput;
+ output: DisableMacieCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/DisableOrganizationAdminAccountCommand.ts b/clients/client-macie2/src/commands/DisableOrganizationAdminAccountCommand.ts
index fffb6cd7eeae..0cfd4134285a 100644
--- a/clients/client-macie2/src/commands/DisableOrganizationAdminAccountCommand.ts
+++ b/clients/client-macie2/src/commands/DisableOrganizationAdminAccountCommand.ts
@@ -101,4 +101,16 @@ export class DisableOrganizationAdminAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_DisableOrganizationAdminAccountCommand)
.de(de_DisableOrganizationAdminAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisableOrganizationAdminAccountRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisableOrganizationAdminAccountCommandInput;
+ output: DisableOrganizationAdminAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/DisassociateFromAdministratorAccountCommand.ts b/clients/client-macie2/src/commands/DisassociateFromAdministratorAccountCommand.ts
index cf249b2b594a..fcce4c59926e 100644
--- a/clients/client-macie2/src/commands/DisassociateFromAdministratorAccountCommand.ts
+++ b/clients/client-macie2/src/commands/DisassociateFromAdministratorAccountCommand.ts
@@ -102,4 +102,16 @@ export class DisassociateFromAdministratorAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateFromAdministratorAccountCommand)
.de(de_DisassociateFromAdministratorAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: {};
+ };
+ sdk: {
+ input: DisassociateFromAdministratorAccountCommandInput;
+ output: DisassociateFromAdministratorAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/DisassociateFromMasterAccountCommand.ts b/clients/client-macie2/src/commands/DisassociateFromMasterAccountCommand.ts
index 8a6c2ace9498..3e377a7f5a2e 100644
--- a/clients/client-macie2/src/commands/DisassociateFromMasterAccountCommand.ts
+++ b/clients/client-macie2/src/commands/DisassociateFromMasterAccountCommand.ts
@@ -99,4 +99,16 @@ export class DisassociateFromMasterAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateFromMasterAccountCommand)
.de(de_DisassociateFromMasterAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: {};
+ };
+ sdk: {
+ input: DisassociateFromMasterAccountCommandInput;
+ output: DisassociateFromMasterAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/DisassociateMemberCommand.ts b/clients/client-macie2/src/commands/DisassociateMemberCommand.ts
index 814f02343b25..8ec46e6cf8dd 100644
--- a/clients/client-macie2/src/commands/DisassociateMemberCommand.ts
+++ b/clients/client-macie2/src/commands/DisassociateMemberCommand.ts
@@ -96,4 +96,16 @@ export class DisassociateMemberCommand extends $Command
.f(void 0, void 0)
.ser(se_DisassociateMemberCommand)
.de(de_DisassociateMemberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DisassociateMemberRequest;
+ output: {};
+ };
+ sdk: {
+ input: DisassociateMemberCommandInput;
+ output: DisassociateMemberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/EnableMacieCommand.ts b/clients/client-macie2/src/commands/EnableMacieCommand.ts
index 2db46c1f6ca9..26c639cb9fe1 100644
--- a/clients/client-macie2/src/commands/EnableMacieCommand.ts
+++ b/clients/client-macie2/src/commands/EnableMacieCommand.ts
@@ -98,4 +98,16 @@ export class EnableMacieCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableMacieCommand)
.de(de_EnableMacieCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableMacieRequest;
+ output: {};
+ };
+ sdk: {
+ input: EnableMacieCommandInput;
+ output: EnableMacieCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/EnableOrganizationAdminAccountCommand.ts b/clients/client-macie2/src/commands/EnableOrganizationAdminAccountCommand.ts
index b0dc332038bd..cf52588166da 100644
--- a/clients/client-macie2/src/commands/EnableOrganizationAdminAccountCommand.ts
+++ b/clients/client-macie2/src/commands/EnableOrganizationAdminAccountCommand.ts
@@ -102,4 +102,16 @@ export class EnableOrganizationAdminAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_EnableOrganizationAdminAccountCommand)
.de(de_EnableOrganizationAdminAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: EnableOrganizationAdminAccountRequest;
+ output: {};
+ };
+ sdk: {
+ input: EnableOrganizationAdminAccountCommandInput;
+ output: EnableOrganizationAdminAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/GetAdministratorAccountCommand.ts b/clients/client-macie2/src/commands/GetAdministratorAccountCommand.ts
index 90b546a16556..7fcbb385b445 100644
--- a/clients/client-macie2/src/commands/GetAdministratorAccountCommand.ts
+++ b/clients/client-macie2/src/commands/GetAdministratorAccountCommand.ts
@@ -101,4 +101,16 @@ export class GetAdministratorAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAdministratorAccountCommand)
.de(de_GetAdministratorAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetAdministratorAccountResponse;
+ };
+ sdk: {
+ input: GetAdministratorAccountCommandInput;
+ output: GetAdministratorAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/GetAllowListCommand.ts b/clients/client-macie2/src/commands/GetAllowListCommand.ts
index 133f85a365b7..428e1e9a8a86 100644
--- a/clients/client-macie2/src/commands/GetAllowListCommand.ts
+++ b/clients/client-macie2/src/commands/GetAllowListCommand.ts
@@ -111,4 +111,16 @@ export class GetAllowListCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAllowListCommand)
.de(de_GetAllowListCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAllowListRequest;
+ output: GetAllowListResponse;
+ };
+ sdk: {
+ input: GetAllowListCommandInput;
+ output: GetAllowListCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/GetAutomatedDiscoveryConfigurationCommand.ts b/clients/client-macie2/src/commands/GetAutomatedDiscoveryConfigurationCommand.ts
index 8b11ff1b84ef..9badafe29afd 100644
--- a/clients/client-macie2/src/commands/GetAutomatedDiscoveryConfigurationCommand.ts
+++ b/clients/client-macie2/src/commands/GetAutomatedDiscoveryConfigurationCommand.ts
@@ -101,4 +101,16 @@ export class GetAutomatedDiscoveryConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAutomatedDiscoveryConfigurationCommand)
.de(de_GetAutomatedDiscoveryConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetAutomatedDiscoveryConfigurationResponse;
+ };
+ sdk: {
+ input: GetAutomatedDiscoveryConfigurationCommandInput;
+ output: GetAutomatedDiscoveryConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/GetBucketStatisticsCommand.ts b/clients/client-macie2/src/commands/GetBucketStatisticsCommand.ts
index 44b08c01b79b..61675c9715eb 100644
--- a/clients/client-macie2/src/commands/GetBucketStatisticsCommand.ts
+++ b/clients/client-macie2/src/commands/GetBucketStatisticsCommand.ts
@@ -163,4 +163,16 @@ export class GetBucketStatisticsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetBucketStatisticsCommand)
.de(de_GetBucketStatisticsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetBucketStatisticsRequest;
+ output: GetBucketStatisticsResponse;
+ };
+ sdk: {
+ input: GetBucketStatisticsCommandInput;
+ output: GetBucketStatisticsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/GetClassificationExportConfigurationCommand.ts b/clients/client-macie2/src/commands/GetClassificationExportConfigurationCommand.ts
index 045bb9a15837..796af32ef612 100644
--- a/clients/client-macie2/src/commands/GetClassificationExportConfigurationCommand.ts
+++ b/clients/client-macie2/src/commands/GetClassificationExportConfigurationCommand.ts
@@ -110,4 +110,16 @@ export class GetClassificationExportConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetClassificationExportConfigurationCommand)
.de(de_GetClassificationExportConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetClassificationExportConfigurationResponse;
+ };
+ sdk: {
+ input: GetClassificationExportConfigurationCommandInput;
+ output: GetClassificationExportConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/GetClassificationScopeCommand.ts b/clients/client-macie2/src/commands/GetClassificationScopeCommand.ts
index 5f4a70bf6c23..da61d72dbfd3 100644
--- a/clients/client-macie2/src/commands/GetClassificationScopeCommand.ts
+++ b/clients/client-macie2/src/commands/GetClassificationScopeCommand.ts
@@ -100,4 +100,16 @@ export class GetClassificationScopeCommand extends $Command
.f(void 0, void 0)
.ser(se_GetClassificationScopeCommand)
.de(de_GetClassificationScopeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetClassificationScopeRequest;
+ output: GetClassificationScopeResponse;
+ };
+ sdk: {
+ input: GetClassificationScopeCommandInput;
+ output: GetClassificationScopeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/GetCustomDataIdentifierCommand.ts b/clients/client-macie2/src/commands/GetCustomDataIdentifierCommand.ts
index 90e427fd5b98..bfbd401a4383 100644
--- a/clients/client-macie2/src/commands/GetCustomDataIdentifierCommand.ts
+++ b/clients/client-macie2/src/commands/GetCustomDataIdentifierCommand.ts
@@ -120,4 +120,16 @@ export class GetCustomDataIdentifierCommand extends $Command
.f(void 0, void 0)
.ser(se_GetCustomDataIdentifierCommand)
.de(de_GetCustomDataIdentifierCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetCustomDataIdentifierRequest;
+ output: GetCustomDataIdentifierResponse;
+ };
+ sdk: {
+ input: GetCustomDataIdentifierCommandInput;
+ output: GetCustomDataIdentifierCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/GetFindingStatisticsCommand.ts b/clients/client-macie2/src/commands/GetFindingStatisticsCommand.ts
index 519680e3820a..9d8b64ae6c14 100644
--- a/clients/client-macie2/src/commands/GetFindingStatisticsCommand.ts
+++ b/clients/client-macie2/src/commands/GetFindingStatisticsCommand.ts
@@ -127,4 +127,16 @@ export class GetFindingStatisticsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFindingStatisticsCommand)
.de(de_GetFindingStatisticsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFindingStatisticsRequest;
+ output: GetFindingStatisticsResponse;
+ };
+ sdk: {
+ input: GetFindingStatisticsCommandInput;
+ output: GetFindingStatisticsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/GetFindingsCommand.ts b/clients/client-macie2/src/commands/GetFindingsCommand.ts
index debfca60b838..867c55c1d59c 100644
--- a/clients/client-macie2/src/commands/GetFindingsCommand.ts
+++ b/clients/client-macie2/src/commands/GetFindingsCommand.ts
@@ -408,4 +408,16 @@ export class GetFindingsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFindingsCommand)
.de(de_GetFindingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFindingsRequest;
+ output: GetFindingsResponse;
+ };
+ sdk: {
+ input: GetFindingsCommandInput;
+ output: GetFindingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/GetFindingsFilterCommand.ts b/clients/client-macie2/src/commands/GetFindingsFilterCommand.ts
index 75a84b19a4c1..c5fce896b10f 100644
--- a/clients/client-macie2/src/commands/GetFindingsFilterCommand.ts
+++ b/clients/client-macie2/src/commands/GetFindingsFilterCommand.ts
@@ -125,4 +125,16 @@ export class GetFindingsFilterCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFindingsFilterCommand)
.de(de_GetFindingsFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetFindingsFilterRequest;
+ output: GetFindingsFilterResponse;
+ };
+ sdk: {
+ input: GetFindingsFilterCommandInput;
+ output: GetFindingsFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/GetFindingsPublicationConfigurationCommand.ts b/clients/client-macie2/src/commands/GetFindingsPublicationConfigurationCommand.ts
index 758fee4d7f74..8f1c6236507d 100644
--- a/clients/client-macie2/src/commands/GetFindingsPublicationConfigurationCommand.ts
+++ b/clients/client-macie2/src/commands/GetFindingsPublicationConfigurationCommand.ts
@@ -107,4 +107,16 @@ export class GetFindingsPublicationConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetFindingsPublicationConfigurationCommand)
.de(de_GetFindingsPublicationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetFindingsPublicationConfigurationResponse;
+ };
+ sdk: {
+ input: GetFindingsPublicationConfigurationCommandInput;
+ output: GetFindingsPublicationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/GetInvitationsCountCommand.ts b/clients/client-macie2/src/commands/GetInvitationsCountCommand.ts
index bf8698442f00..7502e5d6ce9c 100644
--- a/clients/client-macie2/src/commands/GetInvitationsCountCommand.ts
+++ b/clients/client-macie2/src/commands/GetInvitationsCountCommand.ts
@@ -96,4 +96,16 @@ export class GetInvitationsCountCommand extends $Command
.f(void 0, void 0)
.ser(se_GetInvitationsCountCommand)
.de(de_GetInvitationsCountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetInvitationsCountResponse;
+ };
+ sdk: {
+ input: GetInvitationsCountCommandInput;
+ output: GetInvitationsCountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/GetMacieSessionCommand.ts b/clients/client-macie2/src/commands/GetMacieSessionCommand.ts
index 8a385d9368c7..eabef87aca1a 100644
--- a/clients/client-macie2/src/commands/GetMacieSessionCommand.ts
+++ b/clients/client-macie2/src/commands/GetMacieSessionCommand.ts
@@ -100,4 +100,16 @@ export class GetMacieSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMacieSessionCommand)
.de(de_GetMacieSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetMacieSessionResponse;
+ };
+ sdk: {
+ input: GetMacieSessionCommandInput;
+ output: GetMacieSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/GetMasterAccountCommand.ts b/clients/client-macie2/src/commands/GetMasterAccountCommand.ts
index 2f84043c0f11..0aad71f4daec 100644
--- a/clients/client-macie2/src/commands/GetMasterAccountCommand.ts
+++ b/clients/client-macie2/src/commands/GetMasterAccountCommand.ts
@@ -101,4 +101,16 @@ export class GetMasterAccountCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMasterAccountCommand)
.de(de_GetMasterAccountCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetMasterAccountResponse;
+ };
+ sdk: {
+ input: GetMasterAccountCommandInput;
+ output: GetMasterAccountCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/GetMemberCommand.ts b/clients/client-macie2/src/commands/GetMemberCommand.ts
index 286ddce0cb70..03ed5fe9a7cf 100644
--- a/clients/client-macie2/src/commands/GetMemberCommand.ts
+++ b/clients/client-macie2/src/commands/GetMemberCommand.ts
@@ -108,4 +108,16 @@ export class GetMemberCommand extends $Command
.f(void 0, void 0)
.ser(se_GetMemberCommand)
.de(de_GetMemberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetMemberRequest;
+ output: GetMemberResponse;
+ };
+ sdk: {
+ input: GetMemberCommandInput;
+ output: GetMemberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/GetResourceProfileCommand.ts b/clients/client-macie2/src/commands/GetResourceProfileCommand.ts
index 516c6d818366..619a1ad6d146 100644
--- a/clients/client-macie2/src/commands/GetResourceProfileCommand.ts
+++ b/clients/client-macie2/src/commands/GetResourceProfileCommand.ts
@@ -108,4 +108,16 @@ export class GetResourceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_GetResourceProfileCommand)
.de(de_GetResourceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetResourceProfileRequest;
+ output: GetResourceProfileResponse;
+ };
+ sdk: {
+ input: GetResourceProfileCommandInput;
+ output: GetResourceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/GetRevealConfigurationCommand.ts b/clients/client-macie2/src/commands/GetRevealConfigurationCommand.ts
index 606919285ef2..683771f3782b 100644
--- a/clients/client-macie2/src/commands/GetRevealConfigurationCommand.ts
+++ b/clients/client-macie2/src/commands/GetRevealConfigurationCommand.ts
@@ -95,4 +95,16 @@ export class GetRevealConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRevealConfigurationCommand)
.de(de_GetRevealConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: {};
+ output: GetRevealConfigurationResponse;
+ };
+ sdk: {
+ input: GetRevealConfigurationCommandInput;
+ output: GetRevealConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesAvailabilityCommand.ts b/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesAvailabilityCommand.ts
index 1fa6f1484435..586faf4a45f0 100644
--- a/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesAvailabilityCommand.ts
+++ b/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesAvailabilityCommand.ts
@@ -101,4 +101,16 @@ export class GetSensitiveDataOccurrencesAvailabilityCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSensitiveDataOccurrencesAvailabilityCommand)
.de(de_GetSensitiveDataOccurrencesAvailabilityCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSensitiveDataOccurrencesAvailabilityRequest;
+ output: GetSensitiveDataOccurrencesAvailabilityResponse;
+ };
+ sdk: {
+ input: GetSensitiveDataOccurrencesAvailabilityCommandInput;
+ output: GetSensitiveDataOccurrencesAvailabilityCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesCommand.ts b/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesCommand.ts
index b28f932bbf27..0ac4fb94f4c0 100644
--- a/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesCommand.ts
+++ b/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesCommand.ts
@@ -108,4 +108,16 @@ export class GetSensitiveDataOccurrencesCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSensitiveDataOccurrencesCommand)
.de(de_GetSensitiveDataOccurrencesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSensitiveDataOccurrencesRequest;
+ output: GetSensitiveDataOccurrencesResponse;
+ };
+ sdk: {
+ input: GetSensitiveDataOccurrencesCommandInput;
+ output: GetSensitiveDataOccurrencesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/GetSensitivityInspectionTemplateCommand.ts b/clients/client-macie2/src/commands/GetSensitivityInspectionTemplateCommand.ts
index 09238c5aa942..1afab0c1060d 100644
--- a/clients/client-macie2/src/commands/GetSensitivityInspectionTemplateCommand.ts
+++ b/clients/client-macie2/src/commands/GetSensitivityInspectionTemplateCommand.ts
@@ -115,4 +115,16 @@ export class GetSensitivityInspectionTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_GetSensitivityInspectionTemplateCommand)
.de(de_GetSensitivityInspectionTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetSensitivityInspectionTemplateRequest;
+ output: GetSensitivityInspectionTemplateResponse;
+ };
+ sdk: {
+ input: GetSensitivityInspectionTemplateCommandInput;
+ output: GetSensitivityInspectionTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/GetUsageStatisticsCommand.ts b/clients/client-macie2/src/commands/GetUsageStatisticsCommand.ts
index 90d13906f895..b7840fa51b25 100644
--- a/clients/client-macie2/src/commands/GetUsageStatisticsCommand.ts
+++ b/clients/client-macie2/src/commands/GetUsageStatisticsCommand.ts
@@ -133,4 +133,16 @@ export class GetUsageStatisticsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetUsageStatisticsCommand)
.de(de_GetUsageStatisticsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUsageStatisticsRequest;
+ output: GetUsageStatisticsResponse;
+ };
+ sdk: {
+ input: GetUsageStatisticsCommandInput;
+ output: GetUsageStatisticsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/GetUsageTotalsCommand.ts b/clients/client-macie2/src/commands/GetUsageTotalsCommand.ts
index f47196140a2a..c3a61c1ea7c1 100644
--- a/clients/client-macie2/src/commands/GetUsageTotalsCommand.ts
+++ b/clients/client-macie2/src/commands/GetUsageTotalsCommand.ts
@@ -105,4 +105,16 @@ export class GetUsageTotalsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetUsageTotalsCommand)
.de(de_GetUsageTotalsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetUsageTotalsRequest;
+ output: GetUsageTotalsResponse;
+ };
+ sdk: {
+ input: GetUsageTotalsCommandInput;
+ output: GetUsageTotalsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/ListAllowListsCommand.ts b/clients/client-macie2/src/commands/ListAllowListsCommand.ts
index fd5cd064e213..ba8ce54a47a6 100644
--- a/clients/client-macie2/src/commands/ListAllowListsCommand.ts
+++ b/clients/client-macie2/src/commands/ListAllowListsCommand.ts
@@ -100,4 +100,16 @@ export class ListAllowListsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAllowListsCommand)
.de(de_ListAllowListsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAllowListsRequest;
+ output: ListAllowListsResponse;
+ };
+ sdk: {
+ input: ListAllowListsCommandInput;
+ output: ListAllowListsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/ListAutomatedDiscoveryAccountsCommand.ts b/clients/client-macie2/src/commands/ListAutomatedDiscoveryAccountsCommand.ts
index 54992b8fa8cc..1cb05e0ec99c 100644
--- a/clients/client-macie2/src/commands/ListAutomatedDiscoveryAccountsCommand.ts
+++ b/clients/client-macie2/src/commands/ListAutomatedDiscoveryAccountsCommand.ts
@@ -107,4 +107,16 @@ export class ListAutomatedDiscoveryAccountsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAutomatedDiscoveryAccountsCommand)
.de(de_ListAutomatedDiscoveryAccountsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAutomatedDiscoveryAccountsRequest;
+ output: ListAutomatedDiscoveryAccountsResponse;
+ };
+ sdk: {
+ input: ListAutomatedDiscoveryAccountsCommandInput;
+ output: ListAutomatedDiscoveryAccountsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/ListClassificationJobsCommand.ts b/clients/client-macie2/src/commands/ListClassificationJobsCommand.ts
index 201f8148929e..5d4dfa229ac4 100644
--- a/clients/client-macie2/src/commands/ListClassificationJobsCommand.ts
+++ b/clients/client-macie2/src/commands/ListClassificationJobsCommand.ts
@@ -194,4 +194,16 @@ export class ListClassificationJobsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListClassificationJobsCommand)
.de(de_ListClassificationJobsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListClassificationJobsRequest;
+ output: ListClassificationJobsResponse;
+ };
+ sdk: {
+ input: ListClassificationJobsCommandInput;
+ output: ListClassificationJobsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/ListClassificationScopesCommand.ts b/clients/client-macie2/src/commands/ListClassificationScopesCommand.ts
index 620ef3f23ac5..84c2358436ce 100644
--- a/clients/client-macie2/src/commands/ListClassificationScopesCommand.ts
+++ b/clients/client-macie2/src/commands/ListClassificationScopesCommand.ts
@@ -96,4 +96,16 @@ export class ListClassificationScopesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListClassificationScopesCommand)
.de(de_ListClassificationScopesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListClassificationScopesRequest;
+ output: ListClassificationScopesResponse;
+ };
+ sdk: {
+ input: ListClassificationScopesCommandInput;
+ output: ListClassificationScopesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/ListCustomDataIdentifiersCommand.ts b/clients/client-macie2/src/commands/ListCustomDataIdentifiersCommand.ts
index cc674a678f3a..4ca419eaca88 100644
--- a/clients/client-macie2/src/commands/ListCustomDataIdentifiersCommand.ts
+++ b/clients/client-macie2/src/commands/ListCustomDataIdentifiersCommand.ts
@@ -108,4 +108,16 @@ export class ListCustomDataIdentifiersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListCustomDataIdentifiersCommand)
.de(de_ListCustomDataIdentifiersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListCustomDataIdentifiersRequest;
+ output: ListCustomDataIdentifiersResponse;
+ };
+ sdk: {
+ input: ListCustomDataIdentifiersCommandInput;
+ output: ListCustomDataIdentifiersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/ListFindingsCommand.ts b/clients/client-macie2/src/commands/ListFindingsCommand.ts
index bfa9fb85a226..4044293a731d 100644
--- a/clients/client-macie2/src/commands/ListFindingsCommand.ts
+++ b/clients/client-macie2/src/commands/ListFindingsCommand.ts
@@ -125,4 +125,16 @@ export class ListFindingsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFindingsCommand)
.de(de_ListFindingsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFindingsRequest;
+ output: ListFindingsResponse;
+ };
+ sdk: {
+ input: ListFindingsCommandInput;
+ output: ListFindingsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/ListFindingsFiltersCommand.ts b/clients/client-macie2/src/commands/ListFindingsFiltersCommand.ts
index 2e2c1e075726..fd214b3b54b1 100644
--- a/clients/client-macie2/src/commands/ListFindingsFiltersCommand.ts
+++ b/clients/client-macie2/src/commands/ListFindingsFiltersCommand.ts
@@ -110,4 +110,16 @@ export class ListFindingsFiltersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFindingsFiltersCommand)
.de(de_ListFindingsFiltersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFindingsFiltersRequest;
+ output: ListFindingsFiltersResponse;
+ };
+ sdk: {
+ input: ListFindingsFiltersCommandInput;
+ output: ListFindingsFiltersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/ListInvitationsCommand.ts b/clients/client-macie2/src/commands/ListInvitationsCommand.ts
index 2a20b024d6a8..955a8dc111d4 100644
--- a/clients/client-macie2/src/commands/ListInvitationsCommand.ts
+++ b/clients/client-macie2/src/commands/ListInvitationsCommand.ts
@@ -107,4 +107,16 @@ export class ListInvitationsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListInvitationsCommand)
.de(de_ListInvitationsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListInvitationsRequest;
+ output: ListInvitationsResponse;
+ };
+ sdk: {
+ input: ListInvitationsCommandInput;
+ output: ListInvitationsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/ListManagedDataIdentifiersCommand.ts b/clients/client-macie2/src/commands/ListManagedDataIdentifiersCommand.ts
index f71bb3c5c6d8..e0a356479996 100644
--- a/clients/client-macie2/src/commands/ListManagedDataIdentifiersCommand.ts
+++ b/clients/client-macie2/src/commands/ListManagedDataIdentifiersCommand.ts
@@ -83,4 +83,16 @@ export class ListManagedDataIdentifiersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListManagedDataIdentifiersCommand)
.de(de_ListManagedDataIdentifiersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListManagedDataIdentifiersRequest;
+ output: ListManagedDataIdentifiersResponse;
+ };
+ sdk: {
+ input: ListManagedDataIdentifiersCommandInput;
+ output: ListManagedDataIdentifiersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/ListMembersCommand.ts b/clients/client-macie2/src/commands/ListMembersCommand.ts
index 9eba77949c4d..5a9533f1b47c 100644
--- a/clients/client-macie2/src/commands/ListMembersCommand.ts
+++ b/clients/client-macie2/src/commands/ListMembersCommand.ts
@@ -115,4 +115,16 @@ export class ListMembersCommand extends $Command
.f(void 0, void 0)
.ser(se_ListMembersCommand)
.de(de_ListMembersCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListMembersRequest;
+ output: ListMembersResponse;
+ };
+ sdk: {
+ input: ListMembersCommandInput;
+ output: ListMembersCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/ListOrganizationAdminAccountsCommand.ts b/clients/client-macie2/src/commands/ListOrganizationAdminAccountsCommand.ts
index 2d3292395d69..58e3814c9181 100644
--- a/clients/client-macie2/src/commands/ListOrganizationAdminAccountsCommand.ts
+++ b/clients/client-macie2/src/commands/ListOrganizationAdminAccountsCommand.ts
@@ -110,4 +110,16 @@ export class ListOrganizationAdminAccountsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListOrganizationAdminAccountsCommand)
.de(de_ListOrganizationAdminAccountsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListOrganizationAdminAccountsRequest;
+ output: ListOrganizationAdminAccountsResponse;
+ };
+ sdk: {
+ input: ListOrganizationAdminAccountsCommandInput;
+ output: ListOrganizationAdminAccountsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/ListResourceProfileArtifactsCommand.ts b/clients/client-macie2/src/commands/ListResourceProfileArtifactsCommand.ts
index b07ec685a11a..133c182a260b 100644
--- a/clients/client-macie2/src/commands/ListResourceProfileArtifactsCommand.ts
+++ b/clients/client-macie2/src/commands/ListResourceProfileArtifactsCommand.ts
@@ -105,4 +105,16 @@ export class ListResourceProfileArtifactsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListResourceProfileArtifactsCommand)
.de(de_ListResourceProfileArtifactsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListResourceProfileArtifactsRequest;
+ output: ListResourceProfileArtifactsResponse;
+ };
+ sdk: {
+ input: ListResourceProfileArtifactsCommandInput;
+ output: ListResourceProfileArtifactsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/ListResourceProfileDetectionsCommand.ts b/clients/client-macie2/src/commands/ListResourceProfileDetectionsCommand.ts
index 69c915db16dc..f7a071b6460c 100644
--- a/clients/client-macie2/src/commands/ListResourceProfileDetectionsCommand.ts
+++ b/clients/client-macie2/src/commands/ListResourceProfileDetectionsCommand.ts
@@ -112,4 +112,16 @@ export class ListResourceProfileDetectionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListResourceProfileDetectionsCommand)
.de(de_ListResourceProfileDetectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListResourceProfileDetectionsRequest;
+ output: ListResourceProfileDetectionsResponse;
+ };
+ sdk: {
+ input: ListResourceProfileDetectionsCommandInput;
+ output: ListResourceProfileDetectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/ListSensitivityInspectionTemplatesCommand.ts b/clients/client-macie2/src/commands/ListSensitivityInspectionTemplatesCommand.ts
index 359e9ff96fd3..0f9dbdac6f0f 100644
--- a/clients/client-macie2/src/commands/ListSensitivityInspectionTemplatesCommand.ts
+++ b/clients/client-macie2/src/commands/ListSensitivityInspectionTemplatesCommand.ts
@@ -107,4 +107,16 @@ export class ListSensitivityInspectionTemplatesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListSensitivityInspectionTemplatesCommand)
.de(de_ListSensitivityInspectionTemplatesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListSensitivityInspectionTemplatesRequest;
+ output: ListSensitivityInspectionTemplatesResponse;
+ };
+ sdk: {
+ input: ListSensitivityInspectionTemplatesCommandInput;
+ output: ListSensitivityInspectionTemplatesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/ListTagsForResourceCommand.ts b/clients/client-macie2/src/commands/ListTagsForResourceCommand.ts
index 9b041f6d931d..bae190e8fecf 100644
--- a/clients/client-macie2/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-macie2/src/commands/ListTagsForResourceCommand.ts
@@ -79,4 +79,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/PutClassificationExportConfigurationCommand.ts b/clients/client-macie2/src/commands/PutClassificationExportConfigurationCommand.ts
index b16cb2d9eee5..83336637dede 100644
--- a/clients/client-macie2/src/commands/PutClassificationExportConfigurationCommand.ts
+++ b/clients/client-macie2/src/commands/PutClassificationExportConfigurationCommand.ts
@@ -118,4 +118,16 @@ export class PutClassificationExportConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutClassificationExportConfigurationCommand)
.de(de_PutClassificationExportConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutClassificationExportConfigurationRequest;
+ output: PutClassificationExportConfigurationResponse;
+ };
+ sdk: {
+ input: PutClassificationExportConfigurationCommandInput;
+ output: PutClassificationExportConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/PutFindingsPublicationConfigurationCommand.ts b/clients/client-macie2/src/commands/PutFindingsPublicationConfigurationCommand.ts
index 9cddc7646419..e29251224553 100644
--- a/clients/client-macie2/src/commands/PutFindingsPublicationConfigurationCommand.ts
+++ b/clients/client-macie2/src/commands/PutFindingsPublicationConfigurationCommand.ts
@@ -108,4 +108,16 @@ export class PutFindingsPublicationConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_PutFindingsPublicationConfigurationCommand)
.de(de_PutFindingsPublicationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: PutFindingsPublicationConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: PutFindingsPublicationConfigurationCommandInput;
+ output: PutFindingsPublicationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/SearchResourcesCommand.ts b/clients/client-macie2/src/commands/SearchResourcesCommand.ts
index f905fad5bd52..0204883a9829 100644
--- a/clients/client-macie2/src/commands/SearchResourcesCommand.ts
+++ b/clients/client-macie2/src/commands/SearchResourcesCommand.ts
@@ -190,4 +190,16 @@ export class SearchResourcesCommand extends $Command
.f(void 0, void 0)
.ser(se_SearchResourcesCommand)
.de(de_SearchResourcesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: SearchResourcesRequest;
+ output: SearchResourcesResponse;
+ };
+ sdk: {
+ input: SearchResourcesCommandInput;
+ output: SearchResourcesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/TagResourceCommand.ts b/clients/client-macie2/src/commands/TagResourceCommand.ts
index f5dd36af0895..33d9f3feb2ef 100644
--- a/clients/client-macie2/src/commands/TagResourceCommand.ts
+++ b/clients/client-macie2/src/commands/TagResourceCommand.ts
@@ -78,4 +78,16 @@ export class TagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/TestCustomDataIdentifierCommand.ts b/clients/client-macie2/src/commands/TestCustomDataIdentifierCommand.ts
index 1fe806645d3b..47586197be27 100644
--- a/clients/client-macie2/src/commands/TestCustomDataIdentifierCommand.ts
+++ b/clients/client-macie2/src/commands/TestCustomDataIdentifierCommand.ts
@@ -106,4 +106,16 @@ export class TestCustomDataIdentifierCommand extends $Command
.f(void 0, void 0)
.ser(se_TestCustomDataIdentifierCommand)
.de(de_TestCustomDataIdentifierCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TestCustomDataIdentifierRequest;
+ output: TestCustomDataIdentifierResponse;
+ };
+ sdk: {
+ input: TestCustomDataIdentifierCommandInput;
+ output: TestCustomDataIdentifierCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/UntagResourceCommand.ts b/clients/client-macie2/src/commands/UntagResourceCommand.ts
index 9c86655b740b..059518486b29 100644
--- a/clients/client-macie2/src/commands/UntagResourceCommand.ts
+++ b/clients/client-macie2/src/commands/UntagResourceCommand.ts
@@ -78,4 +78,16 @@ export class UntagResourceCommand extends $Command
.f(void 0, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/UpdateAllowListCommand.ts b/clients/client-macie2/src/commands/UpdateAllowListCommand.ts
index 4bbe455fe687..12e3de041583 100644
--- a/clients/client-macie2/src/commands/UpdateAllowListCommand.ts
+++ b/clients/client-macie2/src/commands/UpdateAllowListCommand.ts
@@ -102,4 +102,16 @@ export class UpdateAllowListCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAllowListCommand)
.de(de_UpdateAllowListCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAllowListRequest;
+ output: UpdateAllowListResponse;
+ };
+ sdk: {
+ input: UpdateAllowListCommandInput;
+ output: UpdateAllowListCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/UpdateAutomatedDiscoveryConfigurationCommand.ts b/clients/client-macie2/src/commands/UpdateAutomatedDiscoveryConfigurationCommand.ts
index 414baeef40d1..bad5a0d89119 100644
--- a/clients/client-macie2/src/commands/UpdateAutomatedDiscoveryConfigurationCommand.ts
+++ b/clients/client-macie2/src/commands/UpdateAutomatedDiscoveryConfigurationCommand.ts
@@ -97,4 +97,16 @@ export class UpdateAutomatedDiscoveryConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateAutomatedDiscoveryConfigurationCommand)
.de(de_UpdateAutomatedDiscoveryConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateAutomatedDiscoveryConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateAutomatedDiscoveryConfigurationCommandInput;
+ output: UpdateAutomatedDiscoveryConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/UpdateClassificationJobCommand.ts b/clients/client-macie2/src/commands/UpdateClassificationJobCommand.ts
index e07a58d84a9b..4d61142bfdf5 100644
--- a/clients/client-macie2/src/commands/UpdateClassificationJobCommand.ts
+++ b/clients/client-macie2/src/commands/UpdateClassificationJobCommand.ts
@@ -97,4 +97,16 @@ export class UpdateClassificationJobCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateClassificationJobCommand)
.de(de_UpdateClassificationJobCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateClassificationJobRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateClassificationJobCommandInput;
+ output: UpdateClassificationJobCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/UpdateClassificationScopeCommand.ts b/clients/client-macie2/src/commands/UpdateClassificationScopeCommand.ts
index dceead668526..a3ddede4388d 100644
--- a/clients/client-macie2/src/commands/UpdateClassificationScopeCommand.ts
+++ b/clients/client-macie2/src/commands/UpdateClassificationScopeCommand.ts
@@ -98,4 +98,16 @@ export class UpdateClassificationScopeCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateClassificationScopeCommand)
.de(de_UpdateClassificationScopeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateClassificationScopeRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateClassificationScopeCommandInput;
+ output: UpdateClassificationScopeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/UpdateFindingsFilterCommand.ts b/clients/client-macie2/src/commands/UpdateFindingsFilterCommand.ts
index fb1e8f5167ab..164081705e26 100644
--- a/clients/client-macie2/src/commands/UpdateFindingsFilterCommand.ts
+++ b/clients/client-macie2/src/commands/UpdateFindingsFilterCommand.ts
@@ -123,4 +123,16 @@ export class UpdateFindingsFilterCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateFindingsFilterCommand)
.de(de_UpdateFindingsFilterCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateFindingsFilterRequest;
+ output: UpdateFindingsFilterResponse;
+ };
+ sdk: {
+ input: UpdateFindingsFilterCommandInput;
+ output: UpdateFindingsFilterCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/UpdateMacieSessionCommand.ts b/clients/client-macie2/src/commands/UpdateMacieSessionCommand.ts
index 9b67642b6d30..019e0ff58f64 100644
--- a/clients/client-macie2/src/commands/UpdateMacieSessionCommand.ts
+++ b/clients/client-macie2/src/commands/UpdateMacieSessionCommand.ts
@@ -97,4 +97,16 @@ export class UpdateMacieSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateMacieSessionCommand)
.de(de_UpdateMacieSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMacieSessionRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateMacieSessionCommandInput;
+ output: UpdateMacieSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/UpdateMemberSessionCommand.ts b/clients/client-macie2/src/commands/UpdateMemberSessionCommand.ts
index 29fbcc15381d..ab4170b942ec 100644
--- a/clients/client-macie2/src/commands/UpdateMemberSessionCommand.ts
+++ b/clients/client-macie2/src/commands/UpdateMemberSessionCommand.ts
@@ -97,4 +97,16 @@ export class UpdateMemberSessionCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateMemberSessionCommand)
.de(de_UpdateMemberSessionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateMemberSessionRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateMemberSessionCommandInput;
+ output: UpdateMemberSessionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-macie2/src/commands/UpdateOrganizationConfigurationCommand.ts
index 9598335fa8bc..0b1aeb285c05 100644
--- a/clients/client-macie2/src/commands/UpdateOrganizationConfigurationCommand.ts
+++ b/clients/client-macie2/src/commands/UpdateOrganizationConfigurationCommand.ts
@@ -101,4 +101,16 @@ export class UpdateOrganizationConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateOrganizationConfigurationCommand)
.de(de_UpdateOrganizationConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateOrganizationConfigurationRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateOrganizationConfigurationCommandInput;
+ output: UpdateOrganizationConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/UpdateResourceProfileCommand.ts b/clients/client-macie2/src/commands/UpdateResourceProfileCommand.ts
index 1cb7c58e8bb8..a5576ba54cd8 100644
--- a/clients/client-macie2/src/commands/UpdateResourceProfileCommand.ts
+++ b/clients/client-macie2/src/commands/UpdateResourceProfileCommand.ts
@@ -94,4 +94,16 @@ export class UpdateResourceProfileCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateResourceProfileCommand)
.de(de_UpdateResourceProfileCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateResourceProfileRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateResourceProfileCommandInput;
+ output: UpdateResourceProfileCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/UpdateResourceProfileDetectionsCommand.ts b/clients/client-macie2/src/commands/UpdateResourceProfileDetectionsCommand.ts
index 34ad0c52f65e..ea21d78d9a15 100644
--- a/clients/client-macie2/src/commands/UpdateResourceProfileDetectionsCommand.ts
+++ b/clients/client-macie2/src/commands/UpdateResourceProfileDetectionsCommand.ts
@@ -104,4 +104,16 @@ export class UpdateResourceProfileDetectionsCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateResourceProfileDetectionsCommand)
.de(de_UpdateResourceProfileDetectionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateResourceProfileDetectionsRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateResourceProfileDetectionsCommandInput;
+ output: UpdateResourceProfileDetectionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/UpdateRevealConfigurationCommand.ts b/clients/client-macie2/src/commands/UpdateRevealConfigurationCommand.ts
index 80f0ef418215..608ed635ef20 100644
--- a/clients/client-macie2/src/commands/UpdateRevealConfigurationCommand.ts
+++ b/clients/client-macie2/src/commands/UpdateRevealConfigurationCommand.ts
@@ -104,4 +104,16 @@ export class UpdateRevealConfigurationCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRevealConfigurationCommand)
.de(de_UpdateRevealConfigurationCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRevealConfigurationRequest;
+ output: UpdateRevealConfigurationResponse;
+ };
+ sdk: {
+ input: UpdateRevealConfigurationCommandInput;
+ output: UpdateRevealConfigurationCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-macie2/src/commands/UpdateSensitivityInspectionTemplateCommand.ts b/clients/client-macie2/src/commands/UpdateSensitivityInspectionTemplateCommand.ts
index 14b1c2552db5..4792d17230fb 100644
--- a/clients/client-macie2/src/commands/UpdateSensitivityInspectionTemplateCommand.ts
+++ b/clients/client-macie2/src/commands/UpdateSensitivityInspectionTemplateCommand.ts
@@ -115,4 +115,16 @@ export class UpdateSensitivityInspectionTemplateCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateSensitivityInspectionTemplateCommand)
.de(de_UpdateSensitivityInspectionTemplateCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateSensitivityInspectionTemplateRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateSensitivityInspectionTemplateCommandInput;
+ output: UpdateSensitivityInspectionTemplateCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/package.json b/clients/client-mailmanager/package.json
index 4c90eb141ac4..0efbdffe3287 100644
--- a/clients/client-mailmanager/package.json
+++ b/clients/client-mailmanager/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-mailmanager/src/commands/CreateAddonInstanceCommand.ts b/clients/client-mailmanager/src/commands/CreateAddonInstanceCommand.ts
index 44c1bfeb27e2..62838fda168a 100644
--- a/clients/client-mailmanager/src/commands/CreateAddonInstanceCommand.ts
+++ b/clients/client-mailmanager/src/commands/CreateAddonInstanceCommand.ts
@@ -102,4 +102,16 @@ export class CreateAddonInstanceCommand extends $Command
.f(CreateAddonInstanceRequestFilterSensitiveLog, void 0)
.ser(se_CreateAddonInstanceCommand)
.de(de_CreateAddonInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAddonInstanceRequest;
+ output: CreateAddonInstanceResponse;
+ };
+ sdk: {
+ input: CreateAddonInstanceCommandInput;
+ output: CreateAddonInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/CreateAddonSubscriptionCommand.ts b/clients/client-mailmanager/src/commands/CreateAddonSubscriptionCommand.ts
index 6a0e7c0d345a..747bec8e76b3 100644
--- a/clients/client-mailmanager/src/commands/CreateAddonSubscriptionCommand.ts
+++ b/clients/client-mailmanager/src/commands/CreateAddonSubscriptionCommand.ts
@@ -99,4 +99,16 @@ export class CreateAddonSubscriptionCommand extends $Command
.f(CreateAddonSubscriptionRequestFilterSensitiveLog, void 0)
.ser(se_CreateAddonSubscriptionCommand)
.de(de_CreateAddonSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAddonSubscriptionRequest;
+ output: CreateAddonSubscriptionResponse;
+ };
+ sdk: {
+ input: CreateAddonSubscriptionCommandInput;
+ output: CreateAddonSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/CreateArchiveCommand.ts b/clients/client-mailmanager/src/commands/CreateArchiveCommand.ts
index 71b21674b587..0dd4cf8a6fdf 100644
--- a/clients/client-mailmanager/src/commands/CreateArchiveCommand.ts
+++ b/clients/client-mailmanager/src/commands/CreateArchiveCommand.ts
@@ -107,4 +107,16 @@ export class CreateArchiveCommand extends $Command
.f(CreateArchiveRequestFilterSensitiveLog, void 0)
.ser(se_CreateArchiveCommand)
.de(de_CreateArchiveCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateArchiveRequest;
+ output: CreateArchiveResponse;
+ };
+ sdk: {
+ input: CreateArchiveCommandInput;
+ output: CreateArchiveCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/CreateIngressPointCommand.ts b/clients/client-mailmanager/src/commands/CreateIngressPointCommand.ts
index 77fb262e64c6..58565e7ff33a 100644
--- a/clients/client-mailmanager/src/commands/CreateIngressPointCommand.ts
+++ b/clients/client-mailmanager/src/commands/CreateIngressPointCommand.ts
@@ -104,4 +104,16 @@ export class CreateIngressPointCommand extends $Command
.f(CreateIngressPointRequestFilterSensitiveLog, void 0)
.ser(se_CreateIngressPointCommand)
.de(de_CreateIngressPointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateIngressPointRequest;
+ output: CreateIngressPointResponse;
+ };
+ sdk: {
+ input: CreateIngressPointCommandInput;
+ output: CreateIngressPointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/CreateRelayCommand.ts b/clients/client-mailmanager/src/commands/CreateRelayCommand.ts
index 9d8795a1ed30..8bb2d8a6774c 100644
--- a/clients/client-mailmanager/src/commands/CreateRelayCommand.ts
+++ b/clients/client-mailmanager/src/commands/CreateRelayCommand.ts
@@ -100,4 +100,16 @@ export class CreateRelayCommand extends $Command
.f(CreateRelayRequestFilterSensitiveLog, void 0)
.ser(se_CreateRelayCommand)
.de(de_CreateRelayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRelayRequest;
+ output: CreateRelayResponse;
+ };
+ sdk: {
+ input: CreateRelayCommandInput;
+ output: CreateRelayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/CreateRuleSetCommand.ts b/clients/client-mailmanager/src/commands/CreateRuleSetCommand.ts
index 26fcfc70ba64..221b7af974a3 100644
--- a/clients/client-mailmanager/src/commands/CreateRuleSetCommand.ts
+++ b/clients/client-mailmanager/src/commands/CreateRuleSetCommand.ts
@@ -249,4 +249,16 @@ export class CreateRuleSetCommand extends $Command
.f(CreateRuleSetRequestFilterSensitiveLog, void 0)
.ser(se_CreateRuleSetCommand)
.de(de_CreateRuleSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateRuleSetRequest;
+ output: CreateRuleSetResponse;
+ };
+ sdk: {
+ input: CreateRuleSetCommandInput;
+ output: CreateRuleSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/CreateTrafficPolicyCommand.ts b/clients/client-mailmanager/src/commands/CreateTrafficPolicyCommand.ts
index fe94a901b8d0..2e055f19a24a 100644
--- a/clients/client-mailmanager/src/commands/CreateTrafficPolicyCommand.ts
+++ b/clients/client-mailmanager/src/commands/CreateTrafficPolicyCommand.ts
@@ -142,4 +142,16 @@ export class CreateTrafficPolicyCommand extends $Command
.f(CreateTrafficPolicyRequestFilterSensitiveLog, void 0)
.ser(se_CreateTrafficPolicyCommand)
.de(de_CreateTrafficPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateTrafficPolicyRequest;
+ output: CreateTrafficPolicyResponse;
+ };
+ sdk: {
+ input: CreateTrafficPolicyCommandInput;
+ output: CreateTrafficPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/DeleteAddonInstanceCommand.ts b/clients/client-mailmanager/src/commands/DeleteAddonInstanceCommand.ts
index 037c72d18b81..f09fd9dec615 100644
--- a/clients/client-mailmanager/src/commands/DeleteAddonInstanceCommand.ts
+++ b/clients/client-mailmanager/src/commands/DeleteAddonInstanceCommand.ts
@@ -81,4 +81,16 @@ export class DeleteAddonInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAddonInstanceCommand)
.de(de_DeleteAddonInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAddonInstanceRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAddonInstanceCommandInput;
+ output: DeleteAddonInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/DeleteAddonSubscriptionCommand.ts b/clients/client-mailmanager/src/commands/DeleteAddonSubscriptionCommand.ts
index 20cd819a61c1..fb2dde48b051 100644
--- a/clients/client-mailmanager/src/commands/DeleteAddonSubscriptionCommand.ts
+++ b/clients/client-mailmanager/src/commands/DeleteAddonSubscriptionCommand.ts
@@ -81,4 +81,16 @@ export class DeleteAddonSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAddonSubscriptionCommand)
.de(de_DeleteAddonSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAddonSubscriptionRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAddonSubscriptionCommandInput;
+ output: DeleteAddonSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/DeleteArchiveCommand.ts b/clients/client-mailmanager/src/commands/DeleteArchiveCommand.ts
index 029b3ae23860..64bac6b9310a 100644
--- a/clients/client-mailmanager/src/commands/DeleteArchiveCommand.ts
+++ b/clients/client-mailmanager/src/commands/DeleteArchiveCommand.ts
@@ -91,4 +91,16 @@ export class DeleteArchiveCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteArchiveCommand)
.de(de_DeleteArchiveCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteArchiveRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteArchiveCommandInput;
+ output: DeleteArchiveCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/DeleteIngressPointCommand.ts b/clients/client-mailmanager/src/commands/DeleteIngressPointCommand.ts
index 55621b37d45b..cbebc8c81d98 100644
--- a/clients/client-mailmanager/src/commands/DeleteIngressPointCommand.ts
+++ b/clients/client-mailmanager/src/commands/DeleteIngressPointCommand.ts
@@ -84,4 +84,16 @@ export class DeleteIngressPointCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteIngressPointCommand)
.de(de_DeleteIngressPointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteIngressPointRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteIngressPointCommandInput;
+ output: DeleteIngressPointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/DeleteRelayCommand.ts b/clients/client-mailmanager/src/commands/DeleteRelayCommand.ts
index f683193282eb..3477b0da0daf 100644
--- a/clients/client-mailmanager/src/commands/DeleteRelayCommand.ts
+++ b/clients/client-mailmanager/src/commands/DeleteRelayCommand.ts
@@ -84,4 +84,16 @@ export class DeleteRelayCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRelayCommand)
.de(de_DeleteRelayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRelayRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRelayCommandInput;
+ output: DeleteRelayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/DeleteRuleSetCommand.ts b/clients/client-mailmanager/src/commands/DeleteRuleSetCommand.ts
index ff5dccf347cf..e31e1cd6683a 100644
--- a/clients/client-mailmanager/src/commands/DeleteRuleSetCommand.ts
+++ b/clients/client-mailmanager/src/commands/DeleteRuleSetCommand.ts
@@ -81,4 +81,16 @@ export class DeleteRuleSetCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteRuleSetCommand)
.de(de_DeleteRuleSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteRuleSetRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteRuleSetCommandInput;
+ output: DeleteRuleSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/DeleteTrafficPolicyCommand.ts b/clients/client-mailmanager/src/commands/DeleteTrafficPolicyCommand.ts
index ca32d19de999..fb3639189a2d 100644
--- a/clients/client-mailmanager/src/commands/DeleteTrafficPolicyCommand.ts
+++ b/clients/client-mailmanager/src/commands/DeleteTrafficPolicyCommand.ts
@@ -84,4 +84,16 @@ export class DeleteTrafficPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteTrafficPolicyCommand)
.de(de_DeleteTrafficPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteTrafficPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: DeleteTrafficPolicyCommandInput;
+ output: DeleteTrafficPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/GetAddonInstanceCommand.ts b/clients/client-mailmanager/src/commands/GetAddonInstanceCommand.ts
index 218f6e85a7e6..74cd6685dda6 100644
--- a/clients/client-mailmanager/src/commands/GetAddonInstanceCommand.ts
+++ b/clients/client-mailmanager/src/commands/GetAddonInstanceCommand.ts
@@ -86,4 +86,16 @@ export class GetAddonInstanceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAddonInstanceCommand)
.de(de_GetAddonInstanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAddonInstanceRequest;
+ output: GetAddonInstanceResponse;
+ };
+ sdk: {
+ input: GetAddonInstanceCommandInput;
+ output: GetAddonInstanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/GetAddonSubscriptionCommand.ts b/clients/client-mailmanager/src/commands/GetAddonSubscriptionCommand.ts
index 1d04db378077..79ec82c60ccc 100644
--- a/clients/client-mailmanager/src/commands/GetAddonSubscriptionCommand.ts
+++ b/clients/client-mailmanager/src/commands/GetAddonSubscriptionCommand.ts
@@ -85,4 +85,16 @@ export class GetAddonSubscriptionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAddonSubscriptionCommand)
.de(de_GetAddonSubscriptionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAddonSubscriptionRequest;
+ output: GetAddonSubscriptionResponse;
+ };
+ sdk: {
+ input: GetAddonSubscriptionCommandInput;
+ output: GetAddonSubscriptionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/GetArchiveCommand.ts b/clients/client-mailmanager/src/commands/GetArchiveCommand.ts
index 994760f094a9..8486e8284fa5 100644
--- a/clients/client-mailmanager/src/commands/GetArchiveCommand.ts
+++ b/clients/client-mailmanager/src/commands/GetArchiveCommand.ts
@@ -98,4 +98,16 @@ export class GetArchiveCommand extends $Command
.f(void 0, void 0)
.ser(se_GetArchiveCommand)
.de(de_GetArchiveCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetArchiveRequest;
+ output: GetArchiveResponse;
+ };
+ sdk: {
+ input: GetArchiveCommandInput;
+ output: GetArchiveCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/GetArchiveExportCommand.ts b/clients/client-mailmanager/src/commands/GetArchiveExportCommand.ts
index 6b54cf11a63e..847e0e5b7a47 100644
--- a/clients/client-mailmanager/src/commands/GetArchiveExportCommand.ts
+++ b/clients/client-mailmanager/src/commands/GetArchiveExportCommand.ts
@@ -140,4 +140,16 @@ export class GetArchiveExportCommand extends $Command
.f(void 0, void 0)
.ser(se_GetArchiveExportCommand)
.de(de_GetArchiveExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetArchiveExportRequest;
+ output: GetArchiveExportResponse;
+ };
+ sdk: {
+ input: GetArchiveExportCommandInput;
+ output: GetArchiveExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/GetArchiveMessageCommand.ts b/clients/client-mailmanager/src/commands/GetArchiveMessageCommand.ts
index 123a88bd1de4..8f8613dc6517 100644
--- a/clients/client-mailmanager/src/commands/GetArchiveMessageCommand.ts
+++ b/clients/client-mailmanager/src/commands/GetArchiveMessageCommand.ts
@@ -88,4 +88,16 @@ export class GetArchiveMessageCommand extends $Command
.f(void 0, void 0)
.ser(se_GetArchiveMessageCommand)
.de(de_GetArchiveMessageCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetArchiveMessageRequest;
+ output: GetArchiveMessageResponse;
+ };
+ sdk: {
+ input: GetArchiveMessageCommandInput;
+ output: GetArchiveMessageCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/GetArchiveMessageContentCommand.ts b/clients/client-mailmanager/src/commands/GetArchiveMessageContentCommand.ts
index 24d02b3a22e3..1dd0f05a77c0 100644
--- a/clients/client-mailmanager/src/commands/GetArchiveMessageContentCommand.ts
+++ b/clients/client-mailmanager/src/commands/GetArchiveMessageContentCommand.ts
@@ -92,4 +92,16 @@ export class GetArchiveMessageContentCommand extends $Command
.f(void 0, void 0)
.ser(se_GetArchiveMessageContentCommand)
.de(de_GetArchiveMessageContentCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetArchiveMessageContentRequest;
+ output: GetArchiveMessageContentResponse;
+ };
+ sdk: {
+ input: GetArchiveMessageContentCommandInput;
+ output: GetArchiveMessageContentCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/GetArchiveSearchCommand.ts b/clients/client-mailmanager/src/commands/GetArchiveSearchCommand.ts
index c53b2eb59c8a..81c8b8d6a653 100644
--- a/clients/client-mailmanager/src/commands/GetArchiveSearchCommand.ts
+++ b/clients/client-mailmanager/src/commands/GetArchiveSearchCommand.ts
@@ -135,4 +135,16 @@ export class GetArchiveSearchCommand extends $Command
.f(void 0, void 0)
.ser(se_GetArchiveSearchCommand)
.de(de_GetArchiveSearchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetArchiveSearchRequest;
+ output: GetArchiveSearchResponse;
+ };
+ sdk: {
+ input: GetArchiveSearchCommandInput;
+ output: GetArchiveSearchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/GetArchiveSearchResultsCommand.ts b/clients/client-mailmanager/src/commands/GetArchiveSearchResultsCommand.ts
index b3f7bfa78b41..4091c961b8c0 100644
--- a/clients/client-mailmanager/src/commands/GetArchiveSearchResultsCommand.ts
+++ b/clients/client-mailmanager/src/commands/GetArchiveSearchResultsCommand.ts
@@ -108,4 +108,16 @@ export class GetArchiveSearchResultsCommand extends $Command
.f(void 0, void 0)
.ser(se_GetArchiveSearchResultsCommand)
.de(de_GetArchiveSearchResultsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetArchiveSearchResultsRequest;
+ output: GetArchiveSearchResultsResponse;
+ };
+ sdk: {
+ input: GetArchiveSearchResultsCommandInput;
+ output: GetArchiveSearchResultsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/GetIngressPointCommand.ts b/clients/client-mailmanager/src/commands/GetIngressPointCommand.ts
index 928afb40aafc..5362b4f29d7b 100644
--- a/clients/client-mailmanager/src/commands/GetIngressPointCommand.ts
+++ b/clients/client-mailmanager/src/commands/GetIngressPointCommand.ts
@@ -100,4 +100,16 @@ export class GetIngressPointCommand extends $Command
.f(void 0, void 0)
.ser(se_GetIngressPointCommand)
.de(de_GetIngressPointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetIngressPointRequest;
+ output: GetIngressPointResponse;
+ };
+ sdk: {
+ input: GetIngressPointCommandInput;
+ output: GetIngressPointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/GetRelayCommand.ts b/clients/client-mailmanager/src/commands/GetRelayCommand.ts
index bebfbe85d7be..551618d54307 100644
--- a/clients/client-mailmanager/src/commands/GetRelayCommand.ts
+++ b/clients/client-mailmanager/src/commands/GetRelayCommand.ts
@@ -93,4 +93,16 @@ export class GetRelayCommand extends $Command
.f(void 0, void 0)
.ser(se_GetRelayCommand)
.de(de_GetRelayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRelayRequest;
+ output: GetRelayResponse;
+ };
+ sdk: {
+ input: GetRelayCommandInput;
+ output: GetRelayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/GetRuleSetCommand.ts b/clients/client-mailmanager/src/commands/GetRuleSetCommand.ts
index 951fa48fdedc..e802d76fd0b7 100644
--- a/clients/client-mailmanager/src/commands/GetRuleSetCommand.ts
+++ b/clients/client-mailmanager/src/commands/GetRuleSetCommand.ts
@@ -239,4 +239,16 @@ export class GetRuleSetCommand extends $Command
.f(void 0, GetRuleSetResponseFilterSensitiveLog)
.ser(se_GetRuleSetCommand)
.de(de_GetRuleSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetRuleSetRequest;
+ output: GetRuleSetResponse;
+ };
+ sdk: {
+ input: GetRuleSetCommandInput;
+ output: GetRuleSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/GetTrafficPolicyCommand.ts b/clients/client-mailmanager/src/commands/GetTrafficPolicyCommand.ts
index ee31628a9085..d00f805f5d55 100644
--- a/clients/client-mailmanager/src/commands/GetTrafficPolicyCommand.ts
+++ b/clients/client-mailmanager/src/commands/GetTrafficPolicyCommand.ts
@@ -132,4 +132,16 @@ export class GetTrafficPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTrafficPolicyCommand)
.de(de_GetTrafficPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTrafficPolicyRequest;
+ output: GetTrafficPolicyResponse;
+ };
+ sdk: {
+ input: GetTrafficPolicyCommandInput;
+ output: GetTrafficPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/ListAddonInstancesCommand.ts b/clients/client-mailmanager/src/commands/ListAddonInstancesCommand.ts
index 2c780bc3e586..8bf6c547367f 100644
--- a/clients/client-mailmanager/src/commands/ListAddonInstancesCommand.ts
+++ b/clients/client-mailmanager/src/commands/ListAddonInstancesCommand.ts
@@ -90,4 +90,16 @@ export class ListAddonInstancesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAddonInstancesCommand)
.de(de_ListAddonInstancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAddonInstancesRequest;
+ output: ListAddonInstancesResponse;
+ };
+ sdk: {
+ input: ListAddonInstancesCommandInput;
+ output: ListAddonInstancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/ListAddonSubscriptionsCommand.ts b/clients/client-mailmanager/src/commands/ListAddonSubscriptionsCommand.ts
index 67ffef49f7a5..6e01d14de211 100644
--- a/clients/client-mailmanager/src/commands/ListAddonSubscriptionsCommand.ts
+++ b/clients/client-mailmanager/src/commands/ListAddonSubscriptionsCommand.ts
@@ -89,4 +89,16 @@ export class ListAddonSubscriptionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAddonSubscriptionsCommand)
.de(de_ListAddonSubscriptionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAddonSubscriptionsRequest;
+ output: ListAddonSubscriptionsResponse;
+ };
+ sdk: {
+ input: ListAddonSubscriptionsCommandInput;
+ output: ListAddonSubscriptionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/ListArchiveExportsCommand.ts b/clients/client-mailmanager/src/commands/ListArchiveExportsCommand.ts
index 75bad6f07599..6fbe4fb9e04f 100644
--- a/clients/client-mailmanager/src/commands/ListArchiveExportsCommand.ts
+++ b/clients/client-mailmanager/src/commands/ListArchiveExportsCommand.ts
@@ -102,4 +102,16 @@ export class ListArchiveExportsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListArchiveExportsCommand)
.de(de_ListArchiveExportsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListArchiveExportsRequest;
+ output: ListArchiveExportsResponse;
+ };
+ sdk: {
+ input: ListArchiveExportsCommandInput;
+ output: ListArchiveExportsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/ListArchiveSearchesCommand.ts b/clients/client-mailmanager/src/commands/ListArchiveSearchesCommand.ts
index ac67e9fe8766..d25f62b2f0ec 100644
--- a/clients/client-mailmanager/src/commands/ListArchiveSearchesCommand.ts
+++ b/clients/client-mailmanager/src/commands/ListArchiveSearchesCommand.ts
@@ -102,4 +102,16 @@ export class ListArchiveSearchesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListArchiveSearchesCommand)
.de(de_ListArchiveSearchesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListArchiveSearchesRequest;
+ output: ListArchiveSearchesResponse;
+ };
+ sdk: {
+ input: ListArchiveSearchesCommandInput;
+ output: ListArchiveSearchesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/ListArchivesCommand.ts b/clients/client-mailmanager/src/commands/ListArchivesCommand.ts
index ade31421fd50..7155b854967c 100644
--- a/clients/client-mailmanager/src/commands/ListArchivesCommand.ts
+++ b/clients/client-mailmanager/src/commands/ListArchivesCommand.ts
@@ -95,4 +95,16 @@ export class ListArchivesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListArchivesCommand)
.de(de_ListArchivesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListArchivesRequest;
+ output: ListArchivesResponse;
+ };
+ sdk: {
+ input: ListArchivesCommandInput;
+ output: ListArchivesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/ListIngressPointsCommand.ts b/clients/client-mailmanager/src/commands/ListIngressPointsCommand.ts
index a0b286e6e809..b85449f4896b 100644
--- a/clients/client-mailmanager/src/commands/ListIngressPointsCommand.ts
+++ b/clients/client-mailmanager/src/commands/ListIngressPointsCommand.ts
@@ -90,4 +90,16 @@ export class ListIngressPointsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListIngressPointsCommand)
.de(de_ListIngressPointsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListIngressPointsRequest;
+ output: ListIngressPointsResponse;
+ };
+ sdk: {
+ input: ListIngressPointsCommandInput;
+ output: ListIngressPointsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/ListRelaysCommand.ts b/clients/client-mailmanager/src/commands/ListRelaysCommand.ts
index 76fcb127362f..92d9229329aa 100644
--- a/clients/client-mailmanager/src/commands/ListRelaysCommand.ts
+++ b/clients/client-mailmanager/src/commands/ListRelaysCommand.ts
@@ -88,4 +88,16 @@ export class ListRelaysCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRelaysCommand)
.de(de_ListRelaysCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRelaysRequest;
+ output: ListRelaysResponse;
+ };
+ sdk: {
+ input: ListRelaysCommandInput;
+ output: ListRelaysCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/ListRuleSetsCommand.ts b/clients/client-mailmanager/src/commands/ListRuleSetsCommand.ts
index 9d345198d9ff..f19d5f74c5ba 100644
--- a/clients/client-mailmanager/src/commands/ListRuleSetsCommand.ts
+++ b/clients/client-mailmanager/src/commands/ListRuleSetsCommand.ts
@@ -88,4 +88,16 @@ export class ListRuleSetsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListRuleSetsCommand)
.de(de_ListRuleSetsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListRuleSetsRequest;
+ output: ListRuleSetsResponse;
+ };
+ sdk: {
+ input: ListRuleSetsCommandInput;
+ output: ListRuleSetsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/ListTagsForResourceCommand.ts b/clients/client-mailmanager/src/commands/ListTagsForResourceCommand.ts
index 1defc8d3372a..de8eaf5039f5 100644
--- a/clients/client-mailmanager/src/commands/ListTagsForResourceCommand.ts
+++ b/clients/client-mailmanager/src/commands/ListTagsForResourceCommand.ts
@@ -92,4 +92,16 @@ export class ListTagsForResourceCommand extends $Command
.f(void 0, ListTagsForResourceResponseFilterSensitiveLog)
.ser(se_ListTagsForResourceCommand)
.de(de_ListTagsForResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTagsForResourceRequest;
+ output: ListTagsForResourceResponse;
+ };
+ sdk: {
+ input: ListTagsForResourceCommandInput;
+ output: ListTagsForResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/ListTrafficPoliciesCommand.ts b/clients/client-mailmanager/src/commands/ListTrafficPoliciesCommand.ts
index 51c8019dcf63..b04d10b782b3 100644
--- a/clients/client-mailmanager/src/commands/ListTrafficPoliciesCommand.ts
+++ b/clients/client-mailmanager/src/commands/ListTrafficPoliciesCommand.ts
@@ -88,4 +88,16 @@ export class ListTrafficPoliciesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTrafficPoliciesCommand)
.de(de_ListTrafficPoliciesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTrafficPoliciesRequest;
+ output: ListTrafficPoliciesResponse;
+ };
+ sdk: {
+ input: ListTrafficPoliciesCommandInput;
+ output: ListTrafficPoliciesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/StartArchiveExportCommand.ts b/clients/client-mailmanager/src/commands/StartArchiveExportCommand.ts
index 9e473881571e..76724f41eadf 100644
--- a/clients/client-mailmanager/src/commands/StartArchiveExportCommand.ts
+++ b/clients/client-mailmanager/src/commands/StartArchiveExportCommand.ts
@@ -140,4 +140,16 @@ export class StartArchiveExportCommand extends $Command
.f(void 0, void 0)
.ser(se_StartArchiveExportCommand)
.de(de_StartArchiveExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartArchiveExportRequest;
+ output: StartArchiveExportResponse;
+ };
+ sdk: {
+ input: StartArchiveExportCommandInput;
+ output: StartArchiveExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/StartArchiveSearchCommand.ts b/clients/client-mailmanager/src/commands/StartArchiveSearchCommand.ts
index 218756123a5a..9ea36317115a 100644
--- a/clients/client-mailmanager/src/commands/StartArchiveSearchCommand.ts
+++ b/clients/client-mailmanager/src/commands/StartArchiveSearchCommand.ts
@@ -138,4 +138,16 @@ export class StartArchiveSearchCommand extends $Command
.f(void 0, void 0)
.ser(se_StartArchiveSearchCommand)
.de(de_StartArchiveSearchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StartArchiveSearchRequest;
+ output: StartArchiveSearchResponse;
+ };
+ sdk: {
+ input: StartArchiveSearchCommandInput;
+ output: StartArchiveSearchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/StopArchiveExportCommand.ts b/clients/client-mailmanager/src/commands/StopArchiveExportCommand.ts
index 4a4458b6f856..821c9c367bf2 100644
--- a/clients/client-mailmanager/src/commands/StopArchiveExportCommand.ts
+++ b/clients/client-mailmanager/src/commands/StopArchiveExportCommand.ts
@@ -84,4 +84,16 @@ export class StopArchiveExportCommand extends $Command
.f(void 0, void 0)
.ser(se_StopArchiveExportCommand)
.de(de_StopArchiveExportCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopArchiveExportRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopArchiveExportCommandInput;
+ output: StopArchiveExportCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/StopArchiveSearchCommand.ts b/clients/client-mailmanager/src/commands/StopArchiveSearchCommand.ts
index a02fb76381bb..0354e942fe69 100644
--- a/clients/client-mailmanager/src/commands/StopArchiveSearchCommand.ts
+++ b/clients/client-mailmanager/src/commands/StopArchiveSearchCommand.ts
@@ -84,4 +84,16 @@ export class StopArchiveSearchCommand extends $Command
.f(void 0, void 0)
.ser(se_StopArchiveSearchCommand)
.de(de_StopArchiveSearchCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: StopArchiveSearchRequest;
+ output: {};
+ };
+ sdk: {
+ input: StopArchiveSearchCommandInput;
+ output: StopArchiveSearchCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/TagResourceCommand.ts b/clients/client-mailmanager/src/commands/TagResourceCommand.ts
index 4a055b8dedc6..a9f9ec3a663e 100644
--- a/clients/client-mailmanager/src/commands/TagResourceCommand.ts
+++ b/clients/client-mailmanager/src/commands/TagResourceCommand.ts
@@ -93,4 +93,16 @@ export class TagResourceCommand extends $Command
.f(TagResourceRequestFilterSensitiveLog, void 0)
.ser(se_TagResourceCommand)
.de(de_TagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: TagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: TagResourceCommandInput;
+ output: TagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/UntagResourceCommand.ts b/clients/client-mailmanager/src/commands/UntagResourceCommand.ts
index 8c87685f3bc7..2b5c7a6e8cc6 100644
--- a/clients/client-mailmanager/src/commands/UntagResourceCommand.ts
+++ b/clients/client-mailmanager/src/commands/UntagResourceCommand.ts
@@ -91,4 +91,16 @@ export class UntagResourceCommand extends $Command
.f(UntagResourceRequestFilterSensitiveLog, void 0)
.ser(se_UntagResourceCommand)
.de(de_UntagResourceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UntagResourceRequest;
+ output: {};
+ };
+ sdk: {
+ input: UntagResourceCommandInput;
+ output: UntagResourceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/UpdateArchiveCommand.ts b/clients/client-mailmanager/src/commands/UpdateArchiveCommand.ts
index 592680705203..9a1ae6e9472b 100644
--- a/clients/client-mailmanager/src/commands/UpdateArchiveCommand.ts
+++ b/clients/client-mailmanager/src/commands/UpdateArchiveCommand.ts
@@ -97,4 +97,16 @@ export class UpdateArchiveCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateArchiveCommand)
.de(de_UpdateArchiveCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateArchiveRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateArchiveCommandInput;
+ output: UpdateArchiveCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/UpdateIngressPointCommand.ts b/clients/client-mailmanager/src/commands/UpdateIngressPointCommand.ts
index c3691bdfc12f..6bb8fa202282 100644
--- a/clients/client-mailmanager/src/commands/UpdateIngressPointCommand.ts
+++ b/clients/client-mailmanager/src/commands/UpdateIngressPointCommand.ts
@@ -96,4 +96,16 @@ export class UpdateIngressPointCommand extends $Command
.f(UpdateIngressPointRequestFilterSensitiveLog, void 0)
.ser(se_UpdateIngressPointCommand)
.de(de_UpdateIngressPointCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateIngressPointRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateIngressPointCommandInput;
+ output: UpdateIngressPointCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/UpdateRelayCommand.ts b/clients/client-mailmanager/src/commands/UpdateRelayCommand.ts
index 62fb37f7bcc0..04f7acf0585b 100644
--- a/clients/client-mailmanager/src/commands/UpdateRelayCommand.ts
+++ b/clients/client-mailmanager/src/commands/UpdateRelayCommand.ts
@@ -91,4 +91,16 @@ export class UpdateRelayCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateRelayCommand)
.de(de_UpdateRelayCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRelayRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateRelayCommandInput;
+ output: UpdateRelayCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/UpdateRuleSetCommand.ts b/clients/client-mailmanager/src/commands/UpdateRuleSetCommand.ts
index 655f89f41efe..3342656a3233 100644
--- a/clients/client-mailmanager/src/commands/UpdateRuleSetCommand.ts
+++ b/clients/client-mailmanager/src/commands/UpdateRuleSetCommand.ts
@@ -241,4 +241,16 @@ export class UpdateRuleSetCommand extends $Command
.f(UpdateRuleSetRequestFilterSensitiveLog, void 0)
.ser(se_UpdateRuleSetCommand)
.de(de_UpdateRuleSetCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateRuleSetRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateRuleSetCommandInput;
+ output: UpdateRuleSetCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-mailmanager/src/commands/UpdateTrafficPolicyCommand.ts b/clients/client-mailmanager/src/commands/UpdateTrafficPolicyCommand.ts
index de7fbb951b79..483f9894c661 100644
--- a/clients/client-mailmanager/src/commands/UpdateTrafficPolicyCommand.ts
+++ b/clients/client-mailmanager/src/commands/UpdateTrafficPolicyCommand.ts
@@ -130,4 +130,16 @@ export class UpdateTrafficPolicyCommand extends $Command
.f(void 0, void 0)
.ser(se_UpdateTrafficPolicyCommand)
.de(de_UpdateTrafficPolicyCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: UpdateTrafficPolicyRequest;
+ output: {};
+ };
+ sdk: {
+ input: UpdateTrafficPolicyCommandInput;
+ output: UpdateTrafficPolicyCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-managedblockchain-query/package.json b/clients/client-managedblockchain-query/package.json
index fc23cd3a4684..1b0ada90ae12 100644
--- a/clients/client-managedblockchain-query/package.json
+++ b/clients/client-managedblockchain-query/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2"
},
diff --git a/clients/client-managedblockchain-query/src/commands/BatchGetTokenBalanceCommand.ts b/clients/client-managedblockchain-query/src/commands/BatchGetTokenBalanceCommand.ts
index 6c4fa4aa29c9..3ecbdf73b0c2 100644
--- a/clients/client-managedblockchain-query/src/commands/BatchGetTokenBalanceCommand.ts
+++ b/clients/client-managedblockchain-query/src/commands/BatchGetTokenBalanceCommand.ts
@@ -157,4 +157,16 @@ export class BatchGetTokenBalanceCommand extends $Command
.f(void 0, void 0)
.ser(se_BatchGetTokenBalanceCommand)
.de(de_BatchGetTokenBalanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: BatchGetTokenBalanceInput;
+ output: BatchGetTokenBalanceOutput;
+ };
+ sdk: {
+ input: BatchGetTokenBalanceCommandInput;
+ output: BatchGetTokenBalanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-managedblockchain-query/src/commands/GetAssetContractCommand.ts b/clients/client-managedblockchain-query/src/commands/GetAssetContractCommand.ts
index 3f495586196f..625691725294 100644
--- a/clients/client-managedblockchain-query/src/commands/GetAssetContractCommand.ts
+++ b/clients/client-managedblockchain-query/src/commands/GetAssetContractCommand.ts
@@ -127,4 +127,16 @@ export class GetAssetContractCommand extends $Command
.f(void 0, void 0)
.ser(se_GetAssetContractCommand)
.de(de_GetAssetContractCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetAssetContractInput;
+ output: GetAssetContractOutput;
+ };
+ sdk: {
+ input: GetAssetContractCommandInput;
+ output: GetAssetContractCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-managedblockchain-query/src/commands/GetTokenBalanceCommand.ts b/clients/client-managedblockchain-query/src/commands/GetTokenBalanceCommand.ts
index 1a19584437a1..5c7226353531 100644
--- a/clients/client-managedblockchain-query/src/commands/GetTokenBalanceCommand.ts
+++ b/clients/client-managedblockchain-query/src/commands/GetTokenBalanceCommand.ts
@@ -130,4 +130,16 @@ export class GetTokenBalanceCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTokenBalanceCommand)
.de(de_GetTokenBalanceCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTokenBalanceInput;
+ output: GetTokenBalanceOutput;
+ };
+ sdk: {
+ input: GetTokenBalanceCommandInput;
+ output: GetTokenBalanceCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-managedblockchain-query/src/commands/GetTransactionCommand.ts b/clients/client-managedblockchain-query/src/commands/GetTransactionCommand.ts
index d9531d45d0b3..ce10fcadf0cf 100644
--- a/clients/client-managedblockchain-query/src/commands/GetTransactionCommand.ts
+++ b/clients/client-managedblockchain-query/src/commands/GetTransactionCommand.ts
@@ -131,4 +131,16 @@ export class GetTransactionCommand extends $Command
.f(void 0, void 0)
.ser(se_GetTransactionCommand)
.de(de_GetTransactionCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: GetTransactionInput;
+ output: GetTransactionOutput;
+ };
+ sdk: {
+ input: GetTransactionCommandInput;
+ output: GetTransactionCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-managedblockchain-query/src/commands/ListAssetContractsCommand.ts b/clients/client-managedblockchain-query/src/commands/ListAssetContractsCommand.ts
index 616732b12a9c..11bec6aca869 100644
--- a/clients/client-managedblockchain-query/src/commands/ListAssetContractsCommand.ts
+++ b/clients/client-managedblockchain-query/src/commands/ListAssetContractsCommand.ts
@@ -118,4 +118,16 @@ export class ListAssetContractsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListAssetContractsCommand)
.de(de_ListAssetContractsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListAssetContractsInput;
+ output: ListAssetContractsOutput;
+ };
+ sdk: {
+ input: ListAssetContractsCommandInput;
+ output: ListAssetContractsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-managedblockchain-query/src/commands/ListFilteredTransactionEventsCommand.ts b/clients/client-managedblockchain-query/src/commands/ListFilteredTransactionEventsCommand.ts
index ba72f6a1b637..095a048762ed 100644
--- a/clients/client-managedblockchain-query/src/commands/ListFilteredTransactionEventsCommand.ts
+++ b/clients/client-managedblockchain-query/src/commands/ListFilteredTransactionEventsCommand.ts
@@ -156,4 +156,16 @@ export class ListFilteredTransactionEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListFilteredTransactionEventsCommand)
.de(de_ListFilteredTransactionEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListFilteredTransactionEventsInput;
+ output: ListFilteredTransactionEventsOutput;
+ };
+ sdk: {
+ input: ListFilteredTransactionEventsCommandInput;
+ output: ListFilteredTransactionEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-managedblockchain-query/src/commands/ListTokenBalancesCommand.ts b/clients/client-managedblockchain-query/src/commands/ListTokenBalancesCommand.ts
index ca673c10e92d..7bfdb3cf255b 100644
--- a/clients/client-managedblockchain-query/src/commands/ListTokenBalancesCommand.ts
+++ b/clients/client-managedblockchain-query/src/commands/ListTokenBalancesCommand.ts
@@ -143,4 +143,16 @@ export class ListTokenBalancesCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTokenBalancesCommand)
.de(de_ListTokenBalancesCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTokenBalancesInput;
+ output: ListTokenBalancesOutput;
+ };
+ sdk: {
+ input: ListTokenBalancesCommandInput;
+ output: ListTokenBalancesCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-managedblockchain-query/src/commands/ListTransactionEventsCommand.ts b/clients/client-managedblockchain-query/src/commands/ListTransactionEventsCommand.ts
index 35e018b6c70b..7bfdc20f0774 100644
--- a/clients/client-managedblockchain-query/src/commands/ListTransactionEventsCommand.ts
+++ b/clients/client-managedblockchain-query/src/commands/ListTransactionEventsCommand.ts
@@ -131,4 +131,16 @@ export class ListTransactionEventsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTransactionEventsCommand)
.de(de_ListTransactionEventsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTransactionEventsInput;
+ output: ListTransactionEventsOutput;
+ };
+ sdk: {
+ input: ListTransactionEventsCommandInput;
+ output: ListTransactionEventsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-managedblockchain-query/src/commands/ListTransactionsCommand.ts b/clients/client-managedblockchain-query/src/commands/ListTransactionsCommand.ts
index 04f436aecc65..392f3d01a418 100644
--- a/clients/client-managedblockchain-query/src/commands/ListTransactionsCommand.ts
+++ b/clients/client-managedblockchain-query/src/commands/ListTransactionsCommand.ts
@@ -126,4 +126,16 @@ export class ListTransactionsCommand extends $Command
.f(void 0, void 0)
.ser(se_ListTransactionsCommand)
.de(de_ListTransactionsCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: ListTransactionsInput;
+ output: ListTransactionsOutput;
+ };
+ sdk: {
+ input: ListTransactionsCommandInput;
+ output: ListTransactionsCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-managedblockchain/package.json b/clients/client-managedblockchain/package.json
index ddcb7930753e..fb0eea9e6147 100644
--- a/clients/client-managedblockchain/package.json
+++ b/clients/client-managedblockchain/package.json
@@ -33,30 +33,30 @@
"@aws-sdk/util-endpoints": "*",
"@aws-sdk/util-user-agent-browser": "*",
"@aws-sdk/util-user-agent-node": "*",
- "@smithy/config-resolver": "^3.0.6",
- "@smithy/core": "^2.4.1",
- "@smithy/fetch-http-handler": "^3.2.5",
- "@smithy/hash-node": "^3.0.4",
- "@smithy/invalid-dependency": "^3.0.4",
- "@smithy/middleware-content-length": "^3.0.6",
- "@smithy/middleware-endpoint": "^3.1.1",
- "@smithy/middleware-retry": "^3.0.16",
- "@smithy/middleware-serde": "^3.0.4",
- "@smithy/middleware-stack": "^3.0.4",
- "@smithy/node-config-provider": "^3.1.5",
- "@smithy/node-http-handler": "^3.2.0",
- "@smithy/protocol-http": "^4.1.1",
- "@smithy/smithy-client": "^3.3.0",
- "@smithy/types": "^3.4.0",
- "@smithy/url-parser": "^3.0.4",
+ "@smithy/config-resolver": "^3.0.8",
+ "@smithy/core": "^2.4.3",
+ "@smithy/fetch-http-handler": "^3.2.7",
+ "@smithy/hash-node": "^3.0.6",
+ "@smithy/invalid-dependency": "^3.0.6",
+ "@smithy/middleware-content-length": "^3.0.8",
+ "@smithy/middleware-endpoint": "^3.1.3",
+ "@smithy/middleware-retry": "^3.0.18",
+ "@smithy/middleware-serde": "^3.0.6",
+ "@smithy/middleware-stack": "^3.0.6",
+ "@smithy/node-config-provider": "^3.1.7",
+ "@smithy/node-http-handler": "^3.2.2",
+ "@smithy/protocol-http": "^4.1.3",
+ "@smithy/smithy-client": "^3.3.2",
+ "@smithy/types": "^3.4.2",
+ "@smithy/url-parser": "^3.0.6",
"@smithy/util-base64": "^3.0.0",
"@smithy/util-body-length-browser": "^3.0.0",
"@smithy/util-body-length-node": "^3.0.0",
- "@smithy/util-defaults-mode-browser": "^3.0.16",
- "@smithy/util-defaults-mode-node": "^3.0.16",
- "@smithy/util-endpoints": "^2.1.0",
- "@smithy/util-middleware": "^3.0.4",
- "@smithy/util-retry": "^3.0.4",
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
+ "@smithy/util-defaults-mode-node": "^3.0.18",
+ "@smithy/util-endpoints": "^2.1.2",
+ "@smithy/util-middleware": "^3.0.6",
+ "@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
diff --git a/clients/client-managedblockchain/src/commands/CreateAccessorCommand.ts b/clients/client-managedblockchain/src/commands/CreateAccessorCommand.ts
index da4b97d4a523..b8ce8cc595ac 100644
--- a/clients/client-managedblockchain/src/commands/CreateAccessorCommand.ts
+++ b/clients/client-managedblockchain/src/commands/CreateAccessorCommand.ts
@@ -114,4 +114,16 @@ export class CreateAccessorCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateAccessorCommand)
.de(de_CreateAccessorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateAccessorInput;
+ output: CreateAccessorOutput;
+ };
+ sdk: {
+ input: CreateAccessorCommandInput;
+ output: CreateAccessorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-managedblockchain/src/commands/CreateMemberCommand.ts b/clients/client-managedblockchain/src/commands/CreateMemberCommand.ts
index d858c65d37a4..c6ba3e15d233 100644
--- a/clients/client-managedblockchain/src/commands/CreateMemberCommand.ts
+++ b/clients/client-managedblockchain/src/commands/CreateMemberCommand.ts
@@ -138,4 +138,16 @@ export class CreateMemberCommand extends $Command
.f(CreateMemberInputFilterSensitiveLog, void 0)
.ser(se_CreateMemberCommand)
.de(de_CreateMemberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateMemberInput;
+ output: CreateMemberOutput;
+ };
+ sdk: {
+ input: CreateMemberCommandInput;
+ output: CreateMemberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-managedblockchain/src/commands/CreateNetworkCommand.ts b/clients/client-managedblockchain/src/commands/CreateNetworkCommand.ts
index f5b9f3b701b4..416d5582114d 100644
--- a/clients/client-managedblockchain/src/commands/CreateNetworkCommand.ts
+++ b/clients/client-managedblockchain/src/commands/CreateNetworkCommand.ts
@@ -150,4 +150,16 @@ export class CreateNetworkCommand extends $Command
.f(CreateNetworkInputFilterSensitiveLog, void 0)
.ser(se_CreateNetworkCommand)
.de(de_CreateNetworkCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateNetworkInput;
+ output: CreateNetworkOutput;
+ };
+ sdk: {
+ input: CreateNetworkCommandInput;
+ output: CreateNetworkCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-managedblockchain/src/commands/CreateNodeCommand.ts b/clients/client-managedblockchain/src/commands/CreateNodeCommand.ts
index ae824040468e..70eb82540b6b 100644
--- a/clients/client-managedblockchain/src/commands/CreateNodeCommand.ts
+++ b/clients/client-managedblockchain/src/commands/CreateNodeCommand.ts
@@ -137,4 +137,16 @@ export class CreateNodeCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateNodeCommand)
.de(de_CreateNodeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateNodeInput;
+ output: CreateNodeOutput;
+ };
+ sdk: {
+ input: CreateNodeCommandInput;
+ output: CreateNodeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-managedblockchain/src/commands/CreateProposalCommand.ts b/clients/client-managedblockchain/src/commands/CreateProposalCommand.ts
index 806614e60349..333f8a8189b2 100644
--- a/clients/client-managedblockchain/src/commands/CreateProposalCommand.ts
+++ b/clients/client-managedblockchain/src/commands/CreateProposalCommand.ts
@@ -124,4 +124,16 @@ export class CreateProposalCommand extends $Command
.f(void 0, void 0)
.ser(se_CreateProposalCommand)
.de(de_CreateProposalCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: CreateProposalInput;
+ output: CreateProposalOutput;
+ };
+ sdk: {
+ input: CreateProposalCommandInput;
+ output: CreateProposalCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-managedblockchain/src/commands/DeleteAccessorCommand.ts b/clients/client-managedblockchain/src/commands/DeleteAccessorCommand.ts
index b881d332c29a..25162fd306ba 100644
--- a/clients/client-managedblockchain/src/commands/DeleteAccessorCommand.ts
+++ b/clients/client-managedblockchain/src/commands/DeleteAccessorCommand.ts
@@ -103,4 +103,16 @@ export class DeleteAccessorCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteAccessorCommand)
.de(de_DeleteAccessorCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteAccessorInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteAccessorCommandInput;
+ output: DeleteAccessorCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-managedblockchain/src/commands/DeleteMemberCommand.ts b/clients/client-managedblockchain/src/commands/DeleteMemberCommand.ts
index ade4e4c7f022..ffdb4ed6d03f 100644
--- a/clients/client-managedblockchain/src/commands/DeleteMemberCommand.ts
+++ b/clients/client-managedblockchain/src/commands/DeleteMemberCommand.ts
@@ -102,4 +102,16 @@ export class DeleteMemberCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteMemberCommand)
.de(de_DeleteMemberCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteMemberInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteMemberCommandInput;
+ output: DeleteMemberCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-managedblockchain/src/commands/DeleteNodeCommand.ts b/clients/client-managedblockchain/src/commands/DeleteNodeCommand.ts
index 110a464caf33..5a541e1d16d2 100644
--- a/clients/client-managedblockchain/src/commands/DeleteNodeCommand.ts
+++ b/clients/client-managedblockchain/src/commands/DeleteNodeCommand.ts
@@ -103,4 +103,16 @@ export class DeleteNodeCommand extends $Command
.f(void 0, void 0)
.ser(se_DeleteNodeCommand)
.de(de_DeleteNodeCommand)
- .build() {}
+ .build() {
+ /** @internal type navigation helper, not in runtime. */
+ protected declare static __types: {
+ api: {
+ input: DeleteNodeInput;
+ output: {};
+ };
+ sdk: {
+ input: DeleteNodeCommandInput;
+ output: DeleteNodeCommandOutput;
+ };
+ };
+}
diff --git a/clients/client-managedblockchain/src/commands/GetAccessorCommand.ts b/clients/client-managedblockchain/src/commands/GetAccessorCommand.ts
index 325cdb441ff2..12bf6119583f 100644
--- a/clients/client-managedblockchain/src/commands/GetAccessorCommand.ts
+++ b/clients/client-managedblockchai